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

After

Width:  |  Height:  |  Size: 871 B