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 8L16 8M16 21.5V16.2C16 15.0799 16 14.5198 15.782 14.092C15.5903 13.7157 15.2843 13.4097 14.908 13.218C14.4802 13 13.9201 13 12.8 13H11.2C10.0799 13 9.51984 13 9.09202 13.218C8.71569 13.4097 8.40973 13.7157 8.21799 14.092C8 14.5198 8 15.0799 8 16.2V21.5" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2 8.4C2 6.15979 2 5.03968 2.43597 4.18404C2.81947 3.43139 3.43139 2.81947 4.18404 2.43597C5.03968 2 6.15979 2 8.4 2H14.349C15.3274 2 15.8166 2 16.2769 2.11052C16.6851 2.20851 17.0753 2.37012 17.4331 2.58944C17.8368 2.83681 18.1827 3.18271 18.8745 3.87452L20.1255 5.12549C20.8173 5.81729 21.1632 6.16319 21.4106 6.56686C21.6299 6.92475 21.7915 7.31493 21.8895 7.72307C22 8.18342 22 8.6726 22 9.65097V15.6C22 17.8402 22 18.9603 21.564 19.816C21.1805 20.5686 20.5686 21.1805 19.816 21.564C18.9603 22 17.8402 22 15.6 22H8.4C6.15979 22 5.03968 22 4.18404 21.564C3.43139 21.1805 2.81947 20.5686 2.43597 19.816C2 18.9603 2 17.8402 2 15.6V8.4Z" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB