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="M5 22H19M14 10.0005C14 11.1051 13.1046 12.0005 12 12.0005C10.8954 12.0005 10 11.1051 10 10.0005C10 8.89592 10.8954 8.00049 12 8.00049C13.1046 8.00049 14 8.89592 14 10.0005Z" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 2.5V2.5C7 3.89782 7 4.59674 6.77164 5.14805C6.46716 5.88313 5.88313 6.46716 5.14805 6.77164C4.59674 7 3.89782 7 2.5 7V7M17 2.5V2.5C17 3.89782 17 4.59674 17.2284 5.14805C17.5328 5.88313 18.1169 6.46716 18.8519 6.77164C19.4033 7 20.1022 7 21.5 7V7M17 17.5V17.5C17 16.1022 17 15.4033 17.2284 14.8519C17.5328 14.1169 18.1169 13.5328 18.8519 13.2284C19.4033 13 20.1022 13 21.5 13V13M7 17.5V17.5C7 16.1022 7 15.4033 6.77164 14.8519C6.46716 14.1169 5.88313 13.5328 5.14805 13.2284C4.59674 13 3.89782 13 2.5 13V13M22 11.6V8.4C22 6.15979 22 5.03968 21.564 4.18404C21.1805 3.43139 20.5686 2.81947 19.816 2.43597C18.9603 2 17.8402 2 15.6 2L8.4 2C6.15979 2 5.03968 2 4.18404 2.43597C3.43139 2.81947 2.81947 3.43139 2.43597 4.18404C2 5.03968 2 6.15979 2 8.4V11.6C2 13.8402 2 14.9603 2.43597 15.816C2.81947 16.5686 3.43139 17.1805 4.18404 17.564C5.03968 18 6.15979 18 8.4 18H15.6C17.8402 18 18.9603 18 19.816 17.564C20.5686 17.1805 21.1805 16.5686 21.564 15.816C22 14.9603 22 13.8402 22 11.6Z" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB