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.65 2.25C9.40979 2.25 8.28968 2.25 7.43404 2.68597C6.68139 3.06947 6.06947 3.68139 5.68597 4.43404C5.25 5.28968 5.25 6.40979 5.25 8.65V15.35C5.25 17.5902 5.25 18.7103 5.68597 19.566C6.06947 20.3186 6.68139 20.9305 7.43404 21.314C8.28968 21.75 9.40979 21.75 11.65 21.75H12.35C14.5902 21.75 15.7103 21.75 16.566 21.314C17.3186 20.9305 17.9305 20.3186 18.314 19.566C18.75 18.7103 18.75 17.5902 18.75 15.35V8.65C18.75 6.40979 18.75 5.28968 18.314 4.43404C17.9305 3.68139 17.3186 3.06947 16.566 2.68597C15.7103 2.25 14.5902 2.25 12.35 2.25H11.65Z" fill="#2F384C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25C2.41421 3.25 2.75 3.58579 2.75 4V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20V4C1.25 3.58579 1.58579 3.25 2 3.25ZM22 3.25C22.4142 3.25 22.75 3.58579 22.75 4V20C22.75 20.4142 22.4142 20.75 22 20.75C21.5858 20.75 21.25 20.4142 21.25 20V4C21.25 3.58579 21.5858 3.25 22 3.25Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB