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.32" d="M11.85 5.25C9.88982 5.25 8.90972 5.25 8.16103 5.63148C7.50247 5.96703 6.96703 6.50247 6.63148 7.16103C6.25 7.90972 6.25 8.88982 6.25 10.85V17.15C6.25 19.1102 6.25 20.0903 6.63148 20.839C6.96703 21.4975 7.50247 22.033 8.16103 22.3685C8.90972 22.75 9.88982 22.75 11.85 22.75H12.15C14.1102 22.75 15.0903 22.75 15.839 22.3685C16.4975 22.033 17.033 21.4975 17.3685 20.839C17.75 20.0903 17.75 19.1102 17.75 17.15V10.85C17.75 8.88982 17.75 7.90972 17.3685 7.16103C17.033 6.50247 16.4975 5.96703 15.839 5.63148C15.0903 5.25 14.1102 5.25 12.15 5.25H11.85Z" fill="#2F384C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 2C2.25 1.58579 2.58579 1.25 3 1.25H21C21.4142 1.25 21.75 1.58579 21.75 2C21.75 2.41421 21.4142 2.75 21 2.75H3C2.58579 2.75 2.25 2.41421 2.25 2Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 909 B