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
+11
View File
@@ -0,0 +1,11 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2546_6225)">
<path opacity="0.32" fill-rule="evenodd" clip-rule="evenodd" d="M1.25 12.2531C1.25 10.5587 1.25 9.71147 1.46548 8.92927C1.65638 8.23631 1.97024 7.5833 2.39209 7.00134C2.86828 6.34444 3.52983 5.8152 4.85293 4.75672L6.00293 3.83672C8.14324 2.12447 9.21339 1.26835 10.4002 0.94002C11.4471 0.650408 12.5529 0.650408 13.5998 0.94002C14.7866 1.26835 15.8568 2.12447 17.9971 3.83672L19.1471 4.75672C20.4702 5.8152 21.1317 6.34444 21.6079 7.00134C22.0298 7.5833 22.3436 8.23631 22.5345 8.92927C22.75 9.71147 22.75 10.5587 22.75 12.2531V13.1495C22.75 16.5098 22.75 18.19 22.096 19.4735C21.5208 20.6024 20.6029 21.5203 19.4739 22.0956C18.1905 22.7495 16.5103 22.7495 13.15 22.7495H10.85C7.48969 22.7495 5.80953 22.7495 4.52606 22.0956C3.39708 21.5203 2.4792 20.6024 1.90396 19.4735C1.25 18.19 1.25 16.5098 1.25 13.1495V12.2531Z" fill="#2F384C"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 16C8.25 15.5858 8.58579 15.25 9 15.25H15C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9C8.58579 16.75 8.25 16.4142 8.25 16Z" fill="#2F384C"/>
</g>
<defs>
<clipPath id="clip0_2546_6225">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB