mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: Casper Hübertz <casper@elastic.co>
This commit is contained in:
parent
5589caef74
commit
688dc1036b
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@ import goIcon from './icons/go.svg';
|
|||
import iosIcon from './icons/ios.svg';
|
||||
import darkIosIcon from './icons/ios_dark.svg';
|
||||
import javaIcon from './icons/java.svg';
|
||||
import lambdaIcon from './icons/lambda.svg';
|
||||
import nodeJsIcon from './icons/nodejs.svg';
|
||||
import ocamlIcon from './icons/ocaml.svg';
|
||||
import openTelemetryIcon from './icons/opentelemetry.svg';
|
||||
|
@ -37,6 +38,7 @@ const agentIcons: { [key: string]: string } = {
|
|||
go: goIcon,
|
||||
ios: iosIcon,
|
||||
java: javaIcon,
|
||||
lambda: lambdaIcon,
|
||||
nodejs: nodeJsIcon,
|
||||
ocaml: ocamlIcon,
|
||||
opentelemetry: openTelemetryIcon,
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="13" r="12" fill="#FB7E14"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.41041 5V7.55399H9.48632L10.3389 10.2207L4 20.1737H7.11386L11.6364 13.4131L14.6019 21L19.2727 19.4977L18.5313 17.169L16.3813 17.8451L11.3398 5H7.41041Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 370 B |
Loading…
Add table
Add a link
Reference in a new issue