avoid bundling icons with library

This reduces bloat for consumers of designsystem. The icons were ~22mb and unnecessary to be exposed to consumers.
This commit is contained in:
talksik
2025-07-16 09:40:09 -07:00
parent 3ddad97691
commit c71ba88112
5151 changed files with 13 additions and 1005 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M8 3.99951C8.91223 2.78534 10.3644 2 12 2C14.7614 2 17 4.23858 17 7V11C17 11.3425 16.9656 11.6769 16.9 12M18.8792 15.0002C19.5718 13.8733 20 12.5303 20 11" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 19C8.57143 19 4 16 4 11M12 19V22M12 19C13.6344 19 15.5284 18.3183 17.0632 17.0632M7 7V11C7 13.7614 9.23858 16 12 16C13.1257 16 14.1645 15.628 15.0002 15.0002M3 3L15.0002 15.0002M21 21L17.0632 17.0632M15.0002 15.0002L17.0632 17.0632" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 698 B