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.4" d="M11 6H12H13M15.5 6H16V6C17.1046 6 18 6.89543 18 8V8V8.5M6 8.5V8V8C6 6.89543 6.89543 6 8 6V6H8.5M6 11V12V13M6 15.6V16V16C6 17.1046 6.89543 18 8 18V18H8.5M11 18H12H13M15.5 18H16V18C17.1046 18 18 17.1046 18 16V16V15.5M18 13V12V11" 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: 572 B