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="M2 10V6.8C2 5.11984 2 4.27976 2.32698 3.63803C2.6146 3.07354 3.07354 2.6146 3.63803 2.32698C4.27976 2 5.11984 2 6.8 2H7.76393C8.13274 2 8.31715 2 8.48729 2.01949C9.37498 2.12116 10.1711 2.61322 10.6591 3.36173C10.7526 3.50519 10.8351 3.67013 11 4V4C11.1649 4.32987 11.2474 4.49481 11.3409 4.63827C11.8289 5.38678 12.625 5.87884 13.5127 5.98051C13.6829 6 13.8673 6 14.2361 6H15" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 21.9995H6.8C5.11984 21.9995 4.27976 21.9995 3.63803 21.6725C3.07354 21.3849 2.6146 20.926 2.32698 20.3615C2 19.7197 2 18.8797 2 17.1995V9.99976M20 9.99976V9.99976C20 9.06956 20 8.60446 19.8977 8.22287C19.6203 7.18774 18.8118 6.37922 17.7766 6.10178C17.3951 5.99951 16.93 5.99951 15.9998 5.99951H15.5001H15.0001M6 22L7.33152 14.0109C7.56901 12.5859 7.68776 11.8735 8.0433 11.3388C8.35671 10.8675 8.79705 10.4945 9.31346 10.2628C9.8993 10 10.6216 10 12.0662 10H19.2225C20.5221 10 21.172 10 21.6342 10.2651C22.0398 10.4978 22.3511 10.8653 22.5139 11.3036C22.6995 11.8032 22.5926 12.4441 22.379 13.7261L21.6685 17.9891C21.431 19.4141 21.3122 20.1265 20.9567 20.6612C20.6433 21.1325 20.2029 21.5055 19.6865 21.7372C19.1007 22 18.3784 22 16.9338 22H6Z" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB