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
+6
View File
@@ -0,0 +1,6 @@
<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="M3.75 14.5C3.47386 14.5 3.25 14.2761 3.25 14V14C3.25 13.7239 3.47386 13.5 3.75 13.5H5C5.82843 13.5 6.5 12.8284 6.5 12C6.5 11.1716 5.82843 10.5 5 10.5H3.75C3.47386 10.5 3.25 10.2761 3.25 10V10C3.25 9.72386 3.47386 9.5 3.75 9.5H5C5.82843 9.5 6.5 8.82843 6.5 8C6.5 7.17157 5.82843 6.5 5 6.5H3.25V6.5C3.25 3.60051 5.6005 1.25 8.5 1.25H12C14.5612 1.25 15.8417 1.25 16.8635 1.63456C18.4806 2.24319 19.7568 3.51941 20.3654 5.1365C20.75 6.15826 20.75 7.43884 20.75 10V14C20.75 16.5612 20.75 17.8417 20.3654 18.8635C19.7568 20.4806 18.4806 21.7568 16.8635 22.3654C15.8417 22.75 14.5612 22.75 12 22.75H8.5C5.60051 22.75 3.25 20.3995 3.25 17.5V17.5H5C5.82843 17.5 6.5 16.8284 6.5 16C6.5 15.1716 5.82843 14.5 5 14.5H3.75ZM16 6.25C16.4142 6.25 16.75 6.58579 16.75 7V11C16.75 11.4142 16.4142 11.75 16 11.75C15.5858 11.75 15.25 11.4142 15.25 11V7C15.25 6.58579 15.5858 6.25 16 6.25Z" fill="#2F384C"/>
<path d="M2 7.25C1.58579 7.25 1.25 7.58579 1.25 8C1.25 8.41421 1.58579 8.75 2 8.75H5C5.41421 8.75 5.75 8.41421 5.75 8C5.75 7.58579 5.41421 7.25 5 7.25H2Z" fill="#2F384C"/>
<path d="M2 11.25C1.58579 11.25 1.25 11.5858 1.25 12C1.25 12.4142 1.58579 12.75 2 12.75H5C5.41421 12.75 5.75 12.4142 5.75 12C5.75 11.5858 5.41421 11.25 5 11.25H2Z" fill="#2F384C"/>
<path d="M2 15.25C1.58579 15.25 1.25 15.5858 1.25 16C1.25 16.4142 1.58579 16.75 2 16.75H5C5.41421 16.75 5.75 16.4142 5.75 16C5.75 15.5858 5.41421 15.25 5 15.25H2Z" fill="#2F384C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB