Add some icons

This commit is contained in:
Vince
2021-11-03 19:59:34 +08:00
parent cd1ec6f463
commit c629b76575
55 changed files with 342 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="m9 4v4h3v-4z" fill="#3daee9"/>
<path class="ColorScheme-Text" d="m2 2v3h1v-2h2v-1h-2zm9 0v1h2v2h1v-3zm-5 2c-1.105 0-2 0.895-2 2s0.895 2 2 2 2-0.895 2-2-0.895-2-2-2zm-1 5v3h2v-3zm5.5 0-1.5 3h3zm-8.5 2v3h3v-1h-2v-2zm11 0v2h-2v1h3v-3z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 475 B

View File

@@ -0,0 +1,12 @@
<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-Highlight {
color:#3daee9;
}</style>
</defs>
<path class="ColorScheme-Text" d="m12 5v5h5v-5z" fill="#3daee9"/>
<path class="ColorScheme-Text" d="m3 3v4h1v-3h3v-1zm12 0v1h3v3h1v-4zm-7.5 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5zm-1.5 7v5h3v-5zm8.5 0-2.5 5h5zm-11.5 3v4h4v-1h-3v-3zm15 0v3h-3v1h4v-4z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 595 B

View File

@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="m13 6v5h5v-5z" fill="#3daee9"/>
<path class="ColorScheme-Text" d="m4 4v4h1v-3h3v-1zm12 0v1h3v3h1v-4zm-7.5 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5zm-1.5 7v5h3v-5zm8.5 0-2.5 5h5zm-11.5 3v4h4v-1h-3v-3zm15 0v3h-3v1h4v-4z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 508 B

View File

@@ -0,0 +1,3 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m8 1h-1v1.025c-3.1927 0.24697-5.7299 2.7825-5.979 5.975h-1.021v1h1.025c0.24697 3.1927 2.7825 5.7299 5.975 5.979v1.021h1v-1.025c3.1927-0.24697 5.7299-2.7825 5.979-5.975h1.021v-1h-1.025c-0.24697-3.1927-2.7825-5.7299-5.975-5.979zm-0.5 2c3.0376 0 5.5 2.4624 5.5 5.5 0 3.0376-2.4624 5.5-5.5 5.5-3.0376 0-5.5-2.4624-5.5-5.5 0-3.0376 2.4624-5.5 5.5-5.5zm0 3c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 551 B