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="M7 9V12M7 12V15M7 12H11M11 12V9M11 12V15M13.5 9V15H14.5C15.4319 15 15.8978 15 16.2654 14.8478C16.7554 14.6448 17.1448 14.2554 17.3478 13.7654C17.5 13.3978 17.5 12.9319 17.5 12V12C17.5 11.0681 17.5 10.6022 17.3478 10.2346C17.1448 9.74458 16.7554 9.35523 16.2654 9.15224C15.8978 9 15.4319 9 14.5 9H13.5Z" 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: 647 B