Add files via upload

This commit is contained in:
L4ki
2022-01-11 10:17:58 +01:00
committed by GitHub
parent abf87012b5
commit 729523e844
5 changed files with 72 additions and 9 deletions

View File

@@ -1,10 +1,13 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
<path d="M2 4v1h12V4zm.707 3L2 7.707l6 6 6-6L13.293 7 8 12.293 2.707 7z" class="ColorScheme-Text" fill="currentColor"/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 2 2 L 2 5 L 5 5 L 5 2 L 2 2 z M 6 2 L 6 3 L 14 3 L 14 2 L 6 2 z M 6 4 L 6 5 L 10 5 L 10 4 L 6 4 z M 2 7 L 2 10 L 5 10 L 5 7 L 2 7 z M 6 7 L 6 8 L 13 8 L 13 7 L 6 7 z M 6 9 L 6 10 L 8 10 L 8 9 L 6 9 z M 13.335938 9 L 10.1875 12.609375 L 8.6621094 11.056641 L 8 11.732422 L 10.226562 14 L 14 9.6777344 L 13.335938 9 z "
class="ColorScheme-Text"
/>
</svg>

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 654 B