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="M7.99976 0.999878L8.15976 1.11988C9.53679 2.15265 10.2253 2.66904 10.9815 2.8681C11.649 3.0438 12.3505 3.0438 13.018 2.8681C13.7742 2.66904 14.4627 2.15265 15.8398 1.11988L15.9998 0.999878M7.99976 19.9999L6.99976 21.9999M15.9998 19.9999L16.9998 21.9999M12.4998 15.9999C12.4998 16.276 12.2759 16.4999 11.9998 16.4999C11.7236 16.4999 11.4998 16.276 11.4998 15.9999M12.4998 15.9999C12.4998 15.7237 12.2759 15.4999 11.9998 15.4999C11.7236 15.4999 11.4998 15.7237 11.4998 15.9999M12.4998 15.9999H11.4998" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2 10.4C2 8.15979 2 7.03968 2.43597 6.18404C2.81947 5.43139 3.43139 4.81947 4.18404 4.43597C5.03968 4 6.15979 4 8.4 4H15.6C17.8402 4 18.9603 4 19.816 4.43597C20.5686 4.81947 21.1805 5.43139 21.564 6.18404C22 7.03968 22 8.15979 22 10.4V13.6C22 15.8402 22 16.9603 21.564 17.816C21.1805 18.5686 20.5686 19.1805 19.816 19.564C18.9603 20 17.8402 20 15.6 20H8.4C6.15979 20 5.03968 20 4.18404 19.564C3.43139 19.1805 2.81947 18.5686 2.43597 17.816C2 16.9603 2 15.8402 2 13.6V10.4Z" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB