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="M5.28988 9.99994C5.10128 10.6336 5 11.305 5 11.9999C5 15.8659 8.13401 18.9999 12 18.9999C15.866 18.9999 19 15.8659 19 11.9999C19 8.13395 15.866 4.99994 12 4.99994C10.0413 4.99994 8.27052 5.80441 7 7.10096L8 3.99994M11.5 14.4999H14.5V11.9999H11.5V9.49994H14.5M9.5 9.49994V14.4999" 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: 624 B