Add files via upload

This commit is contained in:
L4ki
2021-11-29 15:15:39 +01:00
committed by GitHub
parent 75b98aa733
commit 076b9ca5b0
92 changed files with 1360 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE svg>
<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
.ColorScheme-Highlight {
color:#3daee9;
}
</style>
</defs><g transform="translate(1,1)">
<path class="ColorScheme-Text" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 4 19 L 4 3 L 14 3 L 18 7 L 18 19 L 4 19 Z M 5 18 L 17 18 L 17 8 L 13 8 L 13 4 L 5 4 L 5 18 Z"/>
<path class="ColorScheme-Highlight" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 7 6 L 7 8 L 12 8 L 12 6 L 7 6 Z"/>
</g></svg>

After

Width:  |  Height:  |  Size: 714 B