add icons

This commit is contained in:
etstringy 2024-06-30 19:57:32 +01:00 committed by vimae
parent e5d8cafd25
commit b062153098
33 changed files with 599 additions and 50 deletions

View file

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 128 128">
<g clip-path="url(#a)">
<rect width="73" height="25" x="27.5" y="16" rx="8"/>
<rect width="73" height="41" x="27.5" y="47" rx="8"/>
<rect width="73" height="25" x="27.5" y="94" rx="8"/>
</g>
<defs>
<clipPath id="a">
<path d="M16 16h96v96H16z"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 389 B