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="M5.84106 2.18293L12.8035 3.27825C15.2634 3.66524 16.4934 3.85873 17.4072 4.46876C18.2123 5.00626 18.8441 5.76593 19.2258 6.65555C19.6591 7.66521 19.6251 8.90983 19.5573 11.3991L19.5 13.5L13.5 19.5L11.3993 19.5575C8.90958 19.6258 7.66473 19.6599 6.65488 19.2266C5.76511 18.8449 5.00531 18.213 4.46774 17.4077C3.85763 16.4938 3.66419 15.2636 3.27732 12.8032L2.1826 5.84111C1.95185 4.37363 1.83648 3.63989 2.06721 3.10737C2.26922 2.64116 2.6411 2.26931 3.10733 2.06733C3.63986 1.83664 4.37359 1.95207 5.84106 2.18293Z" fill="#2F384C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.03033 1.97016C2.73744 1.67726 2.26256 1.67726 1.96967 1.97016C1.67678 2.26305 1.67678 2.73793 1.96967 3.03082L6.46967 7.53082C6.76256 7.82371 7.23744 7.82371 7.53033 7.53082C7.82322 7.23793 7.82322 6.76305 7.53033 6.47016L3.03033 1.97016ZM11 13C12.1046 13 13 12.1046 13 11C13 9.89543 12.1046 9 11 9C9.89543 9 9 9.89543 9 11C9 12.1046 9.89543 13 11 13ZM22.2794 13.2197C21.5723 12.5126 20.4259 12.5127 19.7188 13.2197L12.7188 20.2198C12.0117 20.9269 12.0117 22.0733 12.7188 22.7804C13.4259 23.4875 14.5723 23.4875 15.2794 22.7804L22.2794 15.7804C22.9865 15.0733 22.9865 13.9268 22.2794 13.2197Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB