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
+5
View File
@@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.32" fill-rule="evenodd" clip-rule="evenodd" d="M8.96967 1.96967C9.26256 1.67678 9.73744 1.67678 10.0303 1.96967L12.5303 4.46967C12.8232 4.76256 12.8232 5.23744 12.5303 5.53033L10.0303 8.03033C9.73744 8.32322 9.26256 8.32322 8.96967 8.03033C8.67678 7.73744 8.67678 7.26256 8.96967 6.96967L10.1893 5.75H6.5C4.98122 5.75 3.75 6.98122 3.75 8.5C3.75 10.0188 4.98122 11.25 6.5 11.25H16.5C18.8472 11.25 20.75 13.1528 20.75 15.5C20.75 17.8472 18.8472 19.75 16.5 19.75H8C7.58579 19.75 7.25 19.4142 7.25 19C7.25 18.5858 7.58579 18.25 8 18.25H16.5C18.0188 18.25 19.25 17.0188 19.25 15.5C19.25 13.9812 18.0188 12.75 16.5 12.75H6.5C4.15279 12.75 2.25 10.8472 2.25 8.5C2.25 6.15279 4.15279 4.25 6.5 4.25H10.1893L8.96967 3.03033C8.67678 2.73744 8.67678 2.26256 8.96967 1.96967Z" fill="#2F384C"/>
<path d="M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5Z" fill="#2F384C"/>
<path d="M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB