feat(all): init commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128">
|
||||
<circle cx="64" cy="64" r="56" fill="#00AA00" />
|
||||
<path d="M 64 24 A 40 40 0 1 1 24 64" fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
|
||||
<polygon points="12,68 24,44 36,68" fill="#FFFFFF" transform="rotate(-30 24 64)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 319 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128">
|
||||
<circle cx="64" cy="64" r="56" fill="#FF0000" />
|
||||
<path d="M 64 24 A 40 40 0 1 1 24 64" fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
|
||||
<polygon points="12,68 24,44 36,68" fill="#FFFFFF" transform="rotate(-30 24 64)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 319 B |
Reference in New Issue
Block a user