feat: introduce local-first SVG workbench
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title desc">
|
||||
<title id="title">SVG Tools</title>
|
||||
<desc id="desc">A vector document with an editable curve and path nodes.</desc>
|
||||
<path fill="#f7f9fc" stroke="#233047" stroke-width="3" d="M12 5h28l12 12v42H12z"/>
|
||||
<path fill="#dbe7ff" stroke="#233047" stroke-width="3" stroke-linejoin="round" d="M40 5v13h12"/>
|
||||
<path fill="none" stroke="#7357ff" stroke-width="4" stroke-linecap="round" d="M20 45C26 22 39 52 47 29"/>
|
||||
<g fill="#fff" stroke="#7357ff" stroke-width="2">
|
||||
<rect x="17" y="42" width="6" height="6" rx="1"/>
|
||||
<circle cx="33" cy="36" r="3"/>
|
||||
<rect x="44" y="26" width="6" height="6" rx="1"/>
|
||||
</g>
|
||||
<path fill="none" stroke="#9a8cff" stroke-width="1.5" stroke-dasharray="2 2" d="M20 45L33 36 47 29"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 827 B |
Reference in New Issue
Block a user