Add files via upload

This commit is contained in:
L4ki
2022-01-11 10:15:18 +01:00
committed by GitHub
parent e33ba0f462
commit c2587f65c6
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE svg>
<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
</defs>
<path class="ColorScheme-Text" style="fill:currentColor; fill-opacity:0.5; stroke:none" d="M 3 2 L 3 12 L 6 12 L 6 11 L 4 11 L 4 3 L 7 3 L 7 4 L 10 4 L 8 2 Z"/>
<path class="ColorScheme-Text" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 6 4 L 6 14 L 14 14 L 14 7 L 11 4 Z Z M 7 5 L 10 5 L 10 8 L 13 8 L 13 13 L 7 13 L 7 5 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 622 B