mirror of
https://github.com/jcreek/OpenNetworkDiagram.git
synced 2026-07-13 19:13:43 +00:00
feat(#5): add icon presets, dark mode theme store, and icon-aware graph rendering
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||||
<rect x="9" y="24" width="46" height="20" rx="5" fill="#2563eb"/>
|
||||
<path d="M18 20c4-4 8-6 14-6s10 2 14 6" stroke="#93c5fd" stroke-width="3" stroke-linecap="round"/>
|
||||
<path d="M22 24c3-3 6-4 10-4s7 1 10 4" stroke="#bfdbfe" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<circle cx="20" cy="34" r="2" fill="#dbeafe"/>
|
||||
<circle cx="28" cy="34" r="2" fill="#dbeafe"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 449 B |
Reference in New Issue
Block a user