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
@@ -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 3.25C9.88982 3.25 8.90972 3.25 8.16103 3.63148C7.50247 3.96703 6.96703 4.50247 6.63148 5.16103C6.25 5.90972 6.25 6.88982 6.25 8.85V15.15C6.25 17.1102 6.25 18.0903 6.63148 18.839C6.96703 19.4975 7.50247 20.033 8.16103 20.3685C8.90972 20.75 9.88982 20.75 11.85 20.75H12.15C14.1102 20.75 15.0903 20.75 15.839 20.3685C16.4975 20.033 17.033 19.4975 17.3685 18.839C17.75 18.0903 17.75 17.1102 17.75 15.15V8.85C17.75 6.88982 17.75 5.90972 17.3685 5.16103C17.033 4.50247 16.4975 3.96703 15.839 3.63148C15.0903 3.25 14.1102 3.25 12.15 3.25H11.85Z" fill="#2F384C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 2.25C2.41421 2.25 2.75 2.58579 2.75 3L2.75 21C2.75 21.4142 2.41421 21.75 2 21.75C1.58579 21.75 1.25 21.4142 1.25 21L1.25 3C1.25 2.58579 1.58579 2.25 2 2.25ZM22 2.25C22.4142 2.25 22.75 2.58579 22.75 3V21C22.75 21.4142 22.4142 21.75 22 21.75C21.5858 21.75 21.25 21.4142 21.25 21V3C21.25 2.58579 21.5858 2.25 22 2.25Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB