Add files via upload

This commit is contained in:
L4ki
2021-11-29 14:28:30 +01:00
committed by GitHub
parent a88db8888c
commit e0766ad506
81 changed files with 1108 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M15 3l-4.94 4.94 4 4L19 7zM5.707 8L5 8.707 8.793 12.5 4 17.293l.707.707L9.5 13.207 13.293 17l.707-.707z" class="ColorScheme-Text" fill="currentColor"/>
<path d="M3.707 3L3 3.707 18.293 19l.707-.707z" class="ColorScheme-NegativeText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 561 B