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,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.75 9.58557L20.25 6.96057V12.9997C19.6233 12.5289 18.8442 12.25 18 12.25C15.9289 12.25 14.25 13.9289 14.25 16C14.25 18.0711 15.9289 19.75 18 19.75C20.0711 19.75 21.75 18.0711 21.75 16V5.99999V5.96666C21.75 5.32385 21.75 4.79356 21.7134 4.3675C21.6757 3.92855 21.5942 3.51635 21.378 3.14406C21.0289 2.54287 20.4649 2.09624 19.7998 1.89406C19.3878 1.76885 18.9679 1.78393 18.532 1.84777C18.1089 1.90974 17.5927 2.03121 16.967 2.17845L16.967 2.17845L16.9345 2.18608L11.2953 3.51296L11.2698 3.51897C10.8509 3.61752 10.4979 3.70057 10.2103 3.79077C9.90781 3.88563 9.62957 4.00223 9.37319 4.19034C8.97475 4.48269 8.66245 4.877 8.46913 5.3318C8.34474 5.62446 8.29496 5.92201 8.27191 6.23817C8.24998 6.53882 8.24999 6.90144 8.25 7.33173V7.35796V8.99999V15.9997C7.62325 15.5289 6.8442 15.25 6 15.25C3.92893 15.25 2.25 16.9289 2.25 19C2.25 21.0711 3.92893 22.75 6 22.75C8.07107 22.75 9.75 21.0711 9.75 19V9.58557Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB