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 d="M5 4V15V22M5 4V2M5 4L6.31951 3.67012C8.0358 3.24105 9.85224 3.51134 11.3692 4.42154C13.039 5.4234 15.0632 5.6456 16.9105 5.02982L20 4V15L16.9105 16.0298C15.0632 16.6456 13.039 16.4234 11.3692 15.4215C10.6346 14.9808 9.82972 14.69 9 14.5562" stroke="#2F384C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 438 B