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="M9 11H15M9 15H13" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 3V3C18.209 3 19.9998 4.79075 19.9998 6.99976V14C19.9998 16.8003 19.9998 18.2004 19.4548 19.27C18.9754 20.2108 18.2105 20.9757 17.2697 21.455C16.2001 22 14.8 22 11.9998 22V22C9.19949 22 7.79936 22 6.7298 21.455C5.78899 20.9757 5.02409 20.2108 4.54472 19.27C3.99976 18.2004 3.99976 16.8003 3.99976 14V7.00024C3.99976 4.79097 5.79073 3 8 3V3M10 5H14C15.1046 5 16 4.10457 16 3V3C16 1.89543 15.1046 1 14 1H10C8.89543 1 8 1.89543 8 3V3C8 4.10457 8.89543 5 10 5Z" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 784 B