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,8 @@
<svg version="1.1" viewBox="0 0 32 32" 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" fill="currentColor" d="m 28,16 a 12,12 0 0 1 -1.671875,6.083984 L 20.95,16.707 21.66,16 26.064,20.404 A 11,11 0 0 0 27,16 11,11 0 0 0 16,5 11,11 0 0 0 10.648438,6.404297 L 9.92,5.672 A 12,12 0 0 1 16,4 12,12 0 0 1 28,16 M 22.083984,26.328125 A 12,12 0 0 1 16,28 12,12 0 0 1 4,16 12,12 0 0 1 5.671875,9.91602 L 11.051,15.293 10.344,16 5.94,11.594 A 11,11 0 0 0 5,16 11,11 0 0 0 16,27 11,11 0 0 0 21.351562,25.595703 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 676 B

View File

@@ -0,0 +1,14 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-PositiveText {
color:#27ae60;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 584 B

View File

@@ -0,0 +1,10 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z" class="ColorScheme-NegativeText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 367 B

View File

@@ -0,0 +1,17 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-PositiveText {
color:#27ae60;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g class="ColorScheme-NegativeText" fill="currentColor">
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z"/>
<path d="M5 12h2l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 640 B

View File

@@ -0,0 +1,13 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g class="ColorScheme-NegativeText" fill="currentColor">
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z"/>
<path d="M5 12h2l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 423 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h4l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 608 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h4l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h6l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 608 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h6l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h8l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 608 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h8l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h10l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h10l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h12l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h12l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h14l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h14l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h16l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h16l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h18l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h18l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 607 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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>
</svg>

After

Width:  |  Height:  |  Size: 390 B

View File

@@ -0,0 +1,17 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-PositiveText {
color:#27ae60;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g class="ColorScheme-NegativeText" fill="currentColor">
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z"/>
<path d="M5 12h2l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 640 B

View File

@@ -0,0 +1,13 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g class="ColorScheme-NegativeText" fill="currentColor">
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z"/>
<path d="M5 12h2l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 423 B

View File

@@ -0,0 +1,14 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-PositiveText {
color:#27ae60;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 584 B

View File

@@ -0,0 +1,10 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z" class="ColorScheme-NegativeText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 367 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 607 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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>
</svg>

After

Width:  |  Height:  |  Size: 390 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h14l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h14l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,15 @@
<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-PositiveText {
color:#27ae60;
}
</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 12h6l2 8H5z"/>
</g>
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 608 B

View File

@@ -0,0 +1,11 @@
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</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 12h6l2 8H5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 391 B

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

View File

@@ -0,0 +1,11 @@
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m15.861 24.946c2.724 2.724 6.539 3.608 10.01 2.722l1.661-1.661s1.061-1.061 0-2.121l-4.561-4.561c-1.061-1.061-2.121 0-2.121 0l-.53.53c-.881.881-2.301.881-3.182 0l-4.989-4.989c-.881-.881-.881-2.301 0-3.182l.53-.53s1.061-1.061 0-2.121l-4.561-4.561c-1.061-1.061-2.121 0-2.121 0l-1.661 1.661c-.886 3.467-.002 7.282 2.722 10.01z"/>
<path d="m27.5 3.7929688-8.5 8.5000002v-4.292969h-1v6h6v-1h-4.292969l8.5-8.5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 708 B

View File

@@ -0,0 +1,12 @@
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#eff0f1;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path class="ColorScheme-Text" d="m12.002 19.002c-3.424 0-6.377 1.842-8 4.578v2.088s0 1.333 1.333 1.333h4c1.334 0 1.334-1.333 1.334-1.333v-.667c0-1.108.892-2 2-2h6.666c1.108 0 2 .892 2 2v.667s0 1.333 1.334 1.333h4c1.333 0 1.333-1.333 1.333-1.333v-2.088c-1.623-2.736-4.576-4.578-8-4.578z" fill="currentColor"/>
<path class="ColorScheme-NegativeText" d="M 5.5,5.7929688 4.792969,6.5 16,17.707031 27,6.7070312 V 11 h 1 V 5 h -6 v 1 h 4.292969 L 16,16.292969 Z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 775 B

View File

@@ -0,0 +1,11 @@
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m15.861 24.946c2.724 2.724 6.539 3.608 10.01 2.722l1.661-1.661s1.061-1.061 0-2.121l-4.561-4.561c-1.061-1.061-2.121 0-2.121 0l-.53.53c-.881.881-2.301.881-3.182 0l-4.989-4.989c-.881-.881-.881-2.301 0-3.182l.53-.53s1.061-1.061 0-2.121l-4.561-4.561c-1.061-1.061-2.121 0-2.121 0l-1.661 1.661c-.886 3.467-.002 7.282 2.722 10.01z"/>
<path d="m18.5 14.207031 8.5-8.5v4.292969h1v-6h-6v1h4.292969l-8.5 8.5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 701 B

View File

@@ -0,0 +1,20 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="0" y1="43.999989" y2="6.999989" gradientTransform="matrix(-.7567567 0 0 .7567567 35.297299 -3.297288)" gradientUnits="userSpaceOnUse">
<stop stop-color="#faae2a" offset="0"/>
<stop stop-color="#ffc35a" offset="1"/>
</linearGradient>
<linearGradient id="b" x1="7.923077" x2="23" y1="5.76923" y2="20.846154" gradientUnits="userSpaceOnUse">
<stop stop-color="#292c2f" offset="0"/>
<stop stop-opacity="0" offset="1"/>
</linearGradient>
<linearGradient id="c" x2="0" y1="29.999973" y2="2" gradientTransform="matrix(1.0769231 0 0 -1.0769231 -1.230769 27.307692)" gradientUnits="userSpaceOnUse">
<stop stop-color="#fcd994" offset="0"/>
<stop stop-color="#fff6e1" offset="1"/>
</linearGradient>
<g stroke-width=".538462">
<path d="m30 2v20h-14l-7 7v-7h-7v-20z" fill="url(#a)" fill-rule="evenodd"/>
<path d="m16 4 9 15h-18l6 6 3-3h14v-4z" fill="url(#b)" fill-rule="evenodd" opacity=".2"/>
<path d="m16 4-9 15h18zm1e-6 1.9616579 7.235006 12.056642h-14.470012zm-1.000001 4.0271567v5.0111854l2 0.01118v-5.01118zm0 6.0111854v1h2v-1z" fill="url(#c)"/>
<path d="m2 21v1h7v-1zm14 0-7 7v1l7-7h14v-1z" fill="#e59305" fill-rule="evenodd"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,14 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m13 3.2929688-9.7070312 9.7070312 15.707031 15.707031 9.707031-9.707031zm0 1.4140624 14.292969 14.292969-8.292969 8.292969-14.292969-14.292969z"/>
<path d="m16 4a12 12 0 0 0 -.634766.0722656l.941407.9414063a11 11 0 0 1 10.679687 10.6796871l.941406.941407a12 12 0 0 0 .072266-.634766 12 12 0 0 0 -12-12z" fill-rule="evenodd"/>
<path d="m23.5 10.792969-.707031.707031 4.207031 4.207031.707031-.707031z" stroke-linecap="square" stroke-miterlimit="0"/>
<path d="m16 28a12 12 0 0 0 .634766-.07227l-.941407-.941402a11 11 0 0 1 -10.679687-10.679687l-.941406-.941407a12 12 0 0 0 -.07227.634766 12 12 0 0 0 12 12z" fill-rule="evenodd"/>
<path d="m8.5 21.207031.707031-.707031-4.207031-4.207031-.707031.707031z" stroke-linecap="square" stroke-miterlimit="0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,11 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m4 8v16h14v-1h-13v-14h22v13h1v-14z"/>
<path d="m23.5 18a2.5 2.5 0 0 0-2.5 2.5v2.5h-2v5h9v-5h-2v-2.5a2.5 2.5 0 0 0-2.5-2.5zm0 1a1.5 1.5 0 0 1 1.5 1.5v2.5h-3v-2.5a1.5 1.5 0 0 1 1.5-1.5z" fill-rule="evenodd"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 494 B

View File

@@ -0,0 +1,11 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m8 4v24h10v-1h-9v-22h14v12h1v-13z"/>
<path d="m23.5 18a2.5 2.5 0 0 0-2.5 2.5v2.5h-2v5h9v-5h-2v-2.5a2.5 2.5 0 0 0-2.5-2.5zm0 1a1.5 1.5 0 0 1 1.5 1.5v2.5h-3v-2.5a1.5 1.5 0 0 1 1.5-1.5z" fill-rule="evenodd"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 493 B

View File

@@ -0,0 +1,8 @@
<svg version="1.1" viewBox="0 0 32 32" 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" fill="currentColor" d="m 28,16 a 12,12 0 0 1 -1.671875,6.083984 L 20.95,16.707 21.66,16 26.064,20.404 A 11,11 0 0 0 27,16 11,11 0 0 0 16,5 11,11 0 0 0 10.648438,6.404297 L 9.92,5.672 A 12,12 0 0 1 16,4 12,12 0 0 1 28,16 M 22.083984,26.328125 A 12,12 0 0 1 16,28 12,12 0 0 1 4,16 12,12 0 0 1 5.671875,9.91602 L 11.051,15.293 10.344,16 5.94,11.594 A 11,11 0 0 0 5,16 11,11 0 0 0 16,27 11,11 0 0 0 21.351562,25.595703 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 676 B