mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
20 lines
517 B
XML
20 lines
517 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Blue star background -->
|
|
<path
|
|
d="M50 5 L61 40 L98 40 L68 62 L79 95 L50 75 L21 95 L32 62 L2 40 L39 40 Z"
|
|
fill="#4a9eff"
|
|
stroke="#1e1e1e"
|
|
stroke-width="2"
|
|
/>
|
|
<!-- White "A" text -->
|
|
<text
|
|
x="50"
|
|
y="65"
|
|
font-family="Arial"
|
|
font-size="40"
|
|
fill="white"
|
|
text-anchor="middle"
|
|
dominant-baseline="middle"
|
|
>A</text>
|
|
</svg> |