Add some symbolic icons

This commit is contained in:
Vince
2022-10-25 01:24:04 +08:00
parent f6610606de
commit 5b17bbf804
180 changed files with 949 additions and 20 deletions
@@ -0,0 +1,5 @@
<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path d="m2.002 1a0.999 0.999 0 0 0-1.002 1v10c0 0.554 0.44695 1 1.002 1h11.996a0.999 0.999 0 0 0 1.002-1v-9.8789l-1 1.002v8.877h-12v-10h8.877l1.002-1h-9.877z" fill="#363636"/>
<rect x="4" y="14" width="8" height="1" rx="0" ry="0" fill="#363636" paint-order="markers stroke fill"/>
<path d="m14.293 0-3.8418 3.8418c0.26432 0.20518 0.50185 0.44271 0.70703 0.70703l4.5488-4.5488h-1.4141zm-6.2813 4c-1.6563 0-3 1.3398-3 3v3h3c1.6602 0.0078 3-1.3438 3-3 0-1.6602-1.3398-3-3-3zm-0.011719 1a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-2v-2a2 2 0 0 1 2-2z" color="#000000" fill="#363636" stroke-width="2" style="-inkscape-stroke:none"/>
</svg>

After

Width:  |  Height:  |  Size: 727 B

@@ -0,0 +1,5 @@
<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<rect y="3" width="1" height="10" fill="#363636" fill-rule="evenodd" stop-color="#000000"/>
<rect x="15" y="3" width="1" height="10" fill="#363636" fill-rule="evenodd" stop-color="#000000"/>
<path d="m5 0c-1.108 0-2 0.892-2 2v12c0 1.108 0.892 2 2 2h6c1.108 0 2-0.892 2-2v-12c0-1.108-0.892-2-2-2h-6zm0 1h6c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-6c-0.554 0-1-0.446-1-1v-12c0-0.554 0.446-1 1-1z" fill="#363636" fill-rule="evenodd" stop-color="#000000"/>
</svg>

After

Width:  |  Height:  |  Size: 568 B