We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3915d33 commit 77ea8feCopy full SHA for 77ea8fe
x-pack/platform/packages/shared/ai-assistant/icon/svg/assistant.tsx
@@ -17,12 +17,12 @@ const AssistantLogo = (props: React.SVGProps<SVGSVGElement>) => (
17
{...props}
18
>
19
<path fill="#F04E98" d="M36 28h24v36H36V28Z" />
20
- <path fill="#00BFB3" d="M4 46c0-9.941 8.059-18 18-18h6v36h-6c-9.941 0-18-8.059-18-18Z" />
+ <path fill="#02BCB7" d="M4 46c0-9.941 8.059-18 18-18h6v36h-6c-9.941 0-18-8.059-18-18Z" />
21
<path
22
- fill="#343741"
+ fill="#0B64DD"
23
d="M60 12c0 6.627-5.373 12-12 12s-12-5.373-12-12S41.373 0 48 0s12 5.373 12 12Z"
24
/>
25
- <path fill="#FA744E" d="M6 23C6 10.85 15.85 1 28 1v22H6Z" />
+ <path fill="#FEC514" d="M6 23C6 10.85 15.85 1 28 1v22H6Z" />
26
</svg>
27
);
28
0 commit comments