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.32" fill-rule="evenodd" clip-rule="evenodd" d="M3.25 14C3.25 9.16751 7.16751 5.25 12 5.25C16.8325 5.25 20.75 9.16751 20.75 14C20.75 18.8325 16.8325 22.75 12 22.75C7.16751 22.75 3.25 18.8325 3.25 14Z" fill="#2F384C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1696 1.25L11.2 1.25H14.5C15.7426 1.25 16.75 2.25736 16.75 3.5V4C16.75 4.41421 16.4142 4.75 16 4.75C15.5858 4.75 15.25 4.41421 15.25 4V3.5C15.25 3.08579 14.9142 2.75 14.5 2.75H11.2C10.6276 2.75 10.2434 2.75058 9.94748 2.77476C9.66036 2.79822 9.52307 2.8401 9.43251 2.88624C9.19731 3.00608 9.00608 3.19731 8.88624 3.43251C8.8401 3.52307 8.79822 3.66036 8.77476 3.94748C8.75058 4.24336 8.75 4.62757 8.75 5.2V7C8.75 7.41421 8.41421 7.75 8 7.75C7.58579 7.75 7.25 7.41421 7.25 7V5.2L7.25 5.16957C7.24999 4.63541 7.24998 4.18956 7.27974 3.82533C7.31078 3.44545 7.37789 3.08879 7.54973 2.75153C7.81338 2.23408 8.23408 1.81338 8.75153 1.54973C9.08879 1.37789 9.44545 1.31078 9.82533 1.27974C10.1896 1.24998 10.6354 1.24999 11.1696 1.25ZM12 12.25C12.4142 12.25 12.75 12.5858 12.75 13V15C12.75 15.4142 12.4142 15.75 12 15.75C11.5858 15.75 11.25 15.4142 11.25 15V13C11.25 12.5858 11.5858 12.25 12 12.25Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB