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
+3
View File
@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2 1.25H11.1696H11.1695C10.6354 1.24999 10.1896 1.24998 9.82533 1.27974C9.44545 1.31078 9.08879 1.37789 8.75153 1.54973C8.23408 1.81339 7.81338 2.23408 7.54973 2.75153C7.37789 3.08879 7.31078 3.44545 7.27974 3.82533C7.24998 4.18956 7.24999 4.63541 7.25 5.16956V5.16957L7.25 5.2V6.65029C4.84281 8.20922 3.25 10.9186 3.25 14C3.25 18.8325 7.16751 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14C20.75 9.16751 16.8325 5.25 12 5.25C10.8516 5.25 9.75479 5.47125 8.75 5.87345V5.2C8.75 4.62757 8.75058 4.24336 8.77476 3.94748C8.79822 3.66036 8.8401 3.52307 8.88624 3.43251C9.00608 3.19731 9.19731 3.00609 9.43251 2.88624C9.52307 2.8401 9.66035 2.79822 9.94748 2.77476C10.2434 2.75059 10.6276 2.75 11.2 2.75H14.5C14.9142 2.75 15.25 3.08579 15.25 3.5V4C15.25 4.41422 15.5858 4.75 16 4.75C16.4142 4.75 16.75 4.41422 16.75 4V3.5C16.75 2.25736 15.7426 1.25 14.5 1.25H11.2ZM11.25 12.75C11.25 12.3358 11.5858 12 12 12C12.4142 12 12.75 12.3358 12.75 12.75V15.25C12.75 15.6642 12.4142 16 12 16C11.5858 16 11.25 15.6642 11.25 15.25V12.75Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB