Add files via upload

This commit is contained in:
L4ki
2021-11-29 13:20:54 +01:00
committed by GitHub
parent fb1ad42fe4
commit 94071c7874
75 changed files with 1013 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<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;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M11 2L7.56 5.44l3 3L14 5zM3.94 6.06l-.294.294-.414.414L5.88 9.414l-3.233 3.232.708.708 3.232-3.233 2.646 2.647.414-.414.293-.293z" class="ColorScheme-Text" fill="currentColor"/>
<path d="M2.707 2L2 2.707 13.293 14l.707-.707z" class="ColorScheme-NegativeText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 587 B