Add files via upload

This commit is contained in:
L4ki
2021-11-29 18:08:20 +01:00
committed by GitHub
parent e77c635c92
commit 1b0f857f9b
53 changed files with 829 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z"/>
<path d="M5 12h21v8H5z"/>
</g>
<rect class="ColorScheme-NegativeText" fill="currentColor" height="10" rx="1" width="10" x="22" y="16"/>
<path d="M24.707 18l-.707.707L26.293 21 24 23.293l.707.707L27 21.707 29.293 24l.707-.707L27.707 21 30 18.707 29.293 18 27 20.293z" fill="#fcfcfc"/>
</svg>

After

Width:  |  Height:  |  Size: 724 B