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="M16.0001 5.00024L15.606 3.42413C15.3894 2.55747 15.281 2.12413 15.0394 1.80149C14.8263 1.51681 14.5411 1.29412 14.2132 1.15637C13.8416 1.00024 13.3949 1.00024 12.5016 1.00024H11.4985C10.6052 1.00024 10.1585 1.00024 9.78693 1.15637C9.45906 1.29412 9.17384 1.51681 8.96068 1.80149C8.71909 2.12413 8.61076 2.55747 8.39409 3.42413L8.00006 5.00024M16.0001 19.0002L15.606 20.5764C15.3894 21.443 15.281 21.8764 15.0394 22.199C14.8263 22.4837 14.5411 22.7064 14.2132 22.8441C13.8416 23.0002 13.3949 23.0002 12.5016 23.0002H11.4985C10.6052 23.0002 10.1585 23.0002 9.78693 22.8441C9.45906 22.7064 9.17384 22.4837 8.96068 22.199C8.71909 21.8764 8.61076 21.443 8.39409 20.5764L8.00006 19.0002M12.0001 9.00024V12.0002L14.0001 13.5002" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="4" y="4" width="16" height="16" rx="8" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB