[APM] Adding lambda icon (#111834) (#111857)

Co-authored-by: Casper Hübertz <casper@elastic.co>
This commit is contained in:
Kibana Machine 2021-09-14 11:52:13 -04:00 committed by GitHub
parent 5589caef74
commit 688dc1036b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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,

View file

@ -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