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
@@ -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="M19 12.0707C19 8.16567 15.866 5 12 5C11.0045 5 10.0574 5.20993 9.2 5.58835M6.39949 7.82829C5.52072 9.01003 5 10.479 5 12.0707C5 15.4915 7.40486 18.3449 10.6 19M18.0635 15.6061C17.0772 17.3284 15.3922 18.5915 13.4 19M12 8C9.79086 8 8 9.79086 8 12C8 12.8178 8.24544 13.5783 8.66667 14.2119M14.6667 9.01852C15.485 9.75095 16 10.8153 16 12C16 14.2091 14.2091 16 12 16C11.5325 16 11.0837 15.9198 10.6667 15.7724M12 11V13" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="2" y="2" width="20" height="20" rx="5" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 761 B