16 lines
621 B
XML
16 lines
621 B
XML
<!--
|
||
Astra activity-bar icon.
|
||
|
||
VS Code activity-bar conventions:
|
||
• Monochrome — colour comes from `fill="currentColor"` so the theme
|
||
engine handles active/inactive + light/dark variants.
|
||
• 24×24 viewBox (the canonical activity-bar size).
|
||
• Single path is preferred (cheap to render, no gradients).
|
||
|
||
Shape: the brand "✦" four-pointed sparkle, centred. Geometric so it
|
||
stays legible at 16px.
|
||
-->
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
||
<path d="M12 1.5L13.7 9.3 21.5 11 13.7 12.7 12 20.5 10.3 12.7 2.5 11 10.3 9.3z"/>
|
||
</svg>
|