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="M8.65 5.25C6.40979 5.25 5.28968 5.25 4.43404 5.68597C3.68139 6.06947 3.06947 6.68139 2.68597 7.43404C2.25 8.28968 2.25 9.40979 2.25 11.65V12.35C2.25 14.5902 2.25 15.7103 2.68597 16.566C3.06947 17.3186 3.68139 17.9305 4.43404 18.314C5.28968 18.75 6.40979 18.75 8.65 18.75H15.35C17.5902 18.75 18.7103 18.75 19.566 18.314C20.3186 17.9305 20.9305 17.3186 21.314 16.566C21.75 15.7103 21.75 14.5902 21.75 12.35V11.65C21.75 9.40979 21.75 8.28968 21.314 7.43404C20.9305 6.68139 20.3186 6.06947 19.566 5.68597C18.7103 5.25 17.5902 5.25 15.35 5.25H8.65Z" 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 2ZM2.25 22C2.25 21.5858 2.58579 21.25 3 21.25H21C21.4142 21.25 21.75 21.5858 21.75 22C21.75 22.4142 21.4142 22.75 21 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB