Fixed panel icon issues

This commit is contained in:
vinceliuice
2024-08-30 23:06:47 +08:00
parent 328fd76ceb
commit bc7dd66b10
742 changed files with 8912 additions and 110 deletions
+6 -12
View File
@@ -1,14 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="m5 4v3h-2v12h16v-12h-2v-2h-4v2h-4v-2h-4"
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m6 4v2h-1c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-8c0-1.108-0.892-2-2-2h-1v-2h-3v2h-4v-2zm1 1h1v1h-1zm7 0h1v1h-1zm-9 2h12c0.554 0 1 0.446 1 1v8c0 0.554-0.446 1-1 1h-12c-0.554 0-1-0.446-1-1v-8c0-0.554 0.446-1 1-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 507 B

+6 -11
View File
@@ -1,13 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 6 6 L 6 8 L 4 8 L 4 20 L 20 20 L 20 8 L 18 8 L 18 6 L 14 6 L 14 8 L 10 8 L 10 6 L 6 6 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m7 5v2h-1c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-8c0-1.108-0.892-2-2-2h-1v-2h-3v2h-4v-2zm1 1h1v1h-1zm7 0h1v1h-1zm-9 2h12c0.554 0 1 0.446 1 1v8c0 0.554-0.446 1-1 1h-12c-0.554 0-1-0.446-1-1v-8c0-0.554 0.446-1 1-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 507 B

+12
View File
@@ -0,0 +1,12 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-PositiveText {
color:#27ae60;
}</style>
</defs>
<path class="ColorScheme-Text" d="m6 3-3 3h-2c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h2l3 3v-10z" fill="currentColor"/>
<path class="ColorScheme-PositiveText" d="m12.738 1.291c-0.37563 0.026826-0.62454 0.48828-0.2832 0.86914 1.6202 1.5104 2.5416 3.6249 2.5449 5.8398-0.0026 2.2205-0.92792 4.3401-2.5547 5.8516-0.44531 0.47165 0.18064 1.1484 0.67774 0.72852 1.8304-1.6992 2.8725-4.0825 2.877-6.5801-0.0026-2.4925-1.0386-4.8722-2.8613-6.5723-0.13636-0.10693-0.27518-0.14566-0.40039-0.13672zm-2.3906 1.416c-0.39562 0.011891-0.64227 0.53363-0.25586 0.91406 1.2147 1.1326 1.9056 2.7181 1.9082 4.3789-0.0019 1.6654-0.69596 3.2551-1.916 4.3887-0.46835 0.44623 0.17346 1.1467 0.67969 0.72852 1.423-1.3216 2.233-3.1751 2.2363-5.1172-0.0019-1.9383-0.8074-3.789-2.2246-5.1113-0.14685-0.13372-0.29586-0.1856-0.42774-0.18164zm-2.3301 1.4766c-0.37603 0.016385-0.64465 0.51365-0.29102 0.89648 0.81045 0.75501 1.2715 1.8123 1.2734 2.9199-0.00128 1.1103-0.464 2.1701-1.2773 2.9258-0.47259 0.42993 0.13957 1.1522 0.67969 0.73047 1.0168-0.94425 1.5955-2.2687 1.5977-3.6562-0.00172-1.3844-0.57742-2.7062-1.5898-3.6504-0.13024-0.12342-0.26724-0.17148-0.39258-0.16602z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

+12
View File
@@ -0,0 +1,12 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}</style>
</defs>
<path class="ColorScheme-NeutralText" d="m14 8a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m6 3-3 3h-2c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h2l3 3z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 521 B

@@ -0,0 +1,10 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NegativeText {
color:#da4453;
}</style>
<path class="ColorScheme-Text" d="m6 3-3 3h-2c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h2l3 3z" fill="currentColor"/>
<path class="ColorScheme-NegativeText" d="m12.738 1.291c-0.37563 0.026826-0.62454 0.48828-0.2832 0.86914 1.6202 1.5104 2.5416 3.6249 2.5449 5.8398-0.0026 2.2205-0.92792 4.3401-2.5547 5.8516-0.44531 0.47165 0.18064 1.1484 0.67774 0.72852 1.8304-1.6992 2.8725-4.0825 2.877-6.5801-0.0026-2.4925-1.0386-4.8722-2.8613-6.5723-0.13636-0.10693-0.27518-0.14566-0.40039-0.13672zm-2.3906 1.416c-0.39562 0.011891-0.64227 0.53363-0.25586 0.91406 1.2147 1.1326 1.9056 2.7181 1.9082 4.3789-0.0019 1.6654-0.69596 3.2551-1.916 4.3887-0.46835 0.44623 0.17346 1.1467 0.67969 0.72852 1.423-1.3216 2.233-3.1751 2.2363-5.1172-0.0019-1.9383-0.8074-3.789-2.2246-5.1113-0.14685-0.13372-0.29586-0.1856-0.42774-0.18164zm-2.3301 1.4766c-0.37603 0.016385-0.64465 0.51365-0.29102 0.89648 0.81045 0.75501 1.2715 1.8123 1.2734 2.9199-0.00128 1.1103-0.464 2.1701-1.2773 2.9258-0.47259 0.42993 0.13957 1.1522 0.67969 0.73047 1.0168-0.94425 1.5955-2.2687 1.5977-3.6562-0.00172-1.3844-0.57742-2.7062-1.5898-3.6504-0.13024-0.12342-0.26724-0.17148-0.39258-0.16602z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -0,0 +1,10 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}</style>
<path class="ColorScheme-Text" d="m6 3-3 3h-2c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h2l3 3z" fill="currentColor"/>
<path class="ColorScheme-NeutralText" d="m12.738 1.291c-0.37563 0.026826-0.62454 0.48828-0.2832 0.86914 1.6202 1.5104 2.5416 3.6249 2.5449 5.8398-0.0026 2.2205-0.92792 4.3401-2.5547 5.8516-0.44531 0.47165 0.18064 1.1484 0.67774 0.72852 1.8304-1.6992 2.8725-4.0825 2.877-6.5801-0.0026-2.4925-1.0386-4.8722-2.8613-6.5723-0.13636-0.10693-0.27518-0.14566-0.40039-0.13672zm-2.3906 1.416c-0.39562 0.011891-0.64227 0.53363-0.25586 0.91406 1.2147 1.1326 1.9056 2.7181 1.9082 4.3789-0.0019 1.6654-0.69596 3.2551-1.916 4.3887-0.46835 0.44623 0.17346 1.1467 0.67969 0.72852 1.423-1.3216 2.233-3.1751 2.2363-5.1172-0.0019-1.9383-0.8074-3.789-2.2246-5.1113-0.14685-0.13372-0.29586-0.1856-0.42774-0.18164zm-2.3301 1.4766c-0.37603 0.016385-0.64465 0.51365-0.29102 0.89648 0.81045 0.75501 1.2715 1.8123 1.2734 2.9199-0.00128 1.1103-0.464 2.1701-1.2773 2.9258-0.47259 0.42993 0.13957 1.1522 0.67969 0.73047 1.0168-0.94425 1.5955-2.2687 1.5977-3.6562-0.00172-1.3844-0.57742-2.7062-1.5898-3.6504-0.13024-0.12342-0.26724-0.17148-0.39258-0.16602z" color="#27ae60" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -3,5 +3,5 @@
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; } .ColorScheme-Highlight { color:#4285f4; }</style>
</defs>
<path class="ColorScheme-Text" d="m12.738 1.291c-0.37563 0.026826-0.62454 0.48828-0.2832 0.86914 1.6202 1.5104 2.5416 3.6249 2.5449 5.8398-0.0026 2.2205-0.92792 4.3401-2.5547 5.8516-0.44531 0.47165 0.18064 1.1484 0.67774 0.72852 1.8304-1.6992 2.8725-4.0825 2.877-6.5801-0.0026-2.4925-1.0386-4.8722-2.8613-6.5723-0.13636-0.10693-0.27518-0.14566-0.40039-0.13672zm-2.3906 1.416c-0.39562 0.011891-0.64227 0.53363-0.25586 0.91406 1.2147 1.1326 1.9056 2.7181 1.9082 4.3789-0.0019 1.6654-0.69596 3.2551-1.916 4.3887-0.46835 0.44623 0.17346 1.1467 0.67969 0.72852 1.423-1.3216 2.233-3.1751 2.2363-5.1172-0.0019-1.9383-0.8074-3.789-2.2246-5.1113-0.14685-0.13372-0.29586-0.1856-0.42774-0.18164zm-4.3477 0.29297-3 3h-2c-0.554 0-1 0.446-1 1v2c0 0.554 0.446 1 1 1h2l3 3v-10zm2.0176 1.1836c-0.37603 0.016385-0.64465 0.51365-0.29102 0.89648 0.81045 0.75501 1.2715 1.8123 1.2734 2.9199-0.00128 1.1103-0.464 2.1701-1.2773 2.9258-0.47259 0.42993 0.13957 1.1522 0.67969 0.73047 1.0168-0.94425 1.5955-2.2686 1.5977-3.6562-0.00172-1.3844-0.57742-2.7062-1.5898-3.6504-0.13024-0.12342-0.26724-0.17148-0.39258-0.16602z" fill="currentColor" opacity=".35"/>
<rect class="ColorScheme-Text" transform="rotate(45)" x="1.3137" y="-.5" width="20" height="1" rx=".5" ry=".5" fill="currentColor"/>
<rect class="ColorScheme-Text" transform="rotate(45)" x="1.3137" y="-.5" width="16" height="1" rx=".5" ry=".5" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

+11
View File
@@ -0,0 +1,11 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m3 2v12h6v-1h-2v-2h2v-1h-3.2929688l-1-1h-.7070312v-1h.7070312l1-1h5.2929688v-.7070312l-.292969-.2929688h-.707031v-2h1c.554 0 1 .446 1 1v2h1v-2.7070312l-2.292969-2.2929688zm2 2h1v2h-.7070312l-1.2929688 1.2929688v-2.2929688c0-.554.446-1 1-1zm2 0h2v2h-2zm-3 5.7070312 1.2929688 1.2929688h.7070312v2h-1c-.554 0-1-.446-1-1z"/>
<path d="m12.5 8.0000004a1.5 1.5 0 0 0 -1.5 1.5v1.4999996h-1v3h5v-3h-1v-1.4999996a1.5 1.5 0 0 0 -1.5-1.5zm0 1a.5.5 0 0 1 .5.5v1.4999996h-1v-1.4999996a.5.5 0 0 1 .5-.5z" fill-rule="evenodd"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 800 B

+12
View File
@@ -0,0 +1,12 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="m4.1210938 2 2.8789062 2.8789062v-.8789062h2v2h-.8789062l1 1h1.1718752l1 1h.707031v1h-.707031l-.085938.0859375.707031.7070313.085938-.0859376v.171875l1 .9999998v-6.5859372l-2.292969-2.2929688zm5.8789062 2h1c.554 0 1 .446 1 1v2.2929688l-1.292969-1.2929688h-.707031zm-7 1.1210938v8.8789062h8.878906l-1-1h-.878906v-.878906l-1-1v1.878906h-2v-2h1.8789062l-1-1h-2.171875l-1-1h-.7070312v-1h.7070312l.5859376-.5859375-.7070313-.7070313-.5859375.5859376v-1.171875zm1 4.5859374 1.2929688 1.2929688h.7070312v2h-1c-.554 0-1-.446-1-1z" class="ColorScheme-Text" fill="currentColor"/>
<path d="m2.5 1.7929687-.7070313.7070313 11.7070313 11.707031.707031-.707031z" class="ColorScheme-NegativeText" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

+11
View File
@@ -0,0 +1,11 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-NegativeText {
color:#da4453;
}</style>
</defs>
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1z" fill="#ff8080"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#ff8080"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ff8080"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 676 B

+10
View File
@@ -0,0 +1,10 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-NegativeText {
color:#da4453;
}</style>
</defs>
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1z" fill="#ff8080"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#ff8080"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ff8080"/>
</svg>

After

Width:  |  Height:  |  Size: 594 B

+11
View File
@@ -0,0 +1,11 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h1c0.554 0 1-0.446 1-1h-1a1.0001 1.0001 0 0 1-0.83203-1.5547l1.7988-2.6973c-0.11134-0.43096-0.50009-0.74805-0.9668-0.74805h-1z" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

After

Width:  |  Height:  |  Size: 886 B

+10
View File
@@ -0,0 +1,10 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<rect x="2" y="5" width="3" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 580 B

+4 -6
View File
@@ -1,7 +1,5 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636" fill-rule="evenodd">
<rect x="2" y="5" width="6" height="6" rx=".52183" ry=".54584" style="paint-order:stroke fill markers"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="5" width="4" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 463 B

+11
View File
@@ -0,0 +1,11 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h2.4688l0.25-1h-1.7188a1.0001 1.0001 0 0 1-0.83203-1.5547l2.2969-3.4453h-2.4648zm3.1895 2.5176-0.32031 0.48242h1.1309a1.0001 1.0001 0 0 1-0.81055-0.48242z" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

After

Width:  |  Height:  |  Size: 914 B

+10
View File
@@ -0,0 +1,10 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<rect x="2" y="5" width="5" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 580 B

+11
View File
@@ -0,0 +1,11 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h2.4688l0.25-1h-1.7188a1.0001 1.0001 0 0 1-0.83203-1.5547l2.2969-3.4453h-2.4648zm5.498 0.13281-0.2168 0.86719h0.71875c0-0.37216-0.20189-0.69497-0.50195-0.86719zm-2.3086 2.3848-0.32031 0.48242h1.1309a1.0001 1.0001 0 0 1-0.81055-0.48242zm0.81055 0.48242a1.0001 1.0001 0 0 1 0.80859 0.48438l0.32227-0.48438h-1.1309zm1.8457 2.5332-0.033203 0.050781c0.011755-0.016369 0.022436-0.033686 0.033203-0.050781z" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+10
View File
@@ -0,0 +1,10 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<rect x="2" y="5" width="7" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 580 B

+11
View File
@@ -0,0 +1,11 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h2.4688l0.25-1h-1.7188c-0.7986-1.655e-4 -1.2749-0.89014-0.83203-1.5547l2.2969-3.4453h-2.4648zm5.5312 0-0.25 1h1.7188c0.7986 1.655e-4 1.2749 0.89014 0.83203 1.5547l-2.2969 3.4453h1.4649c0.554 0 1-0.446 1-1v-4c0-0.554-0.446-1-1-1h-1.4689z" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" enable-background="new" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 927 B

+10
View File
@@ -0,0 +1,10 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<rect x="2" y="5" width="9" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 580 B

@@ -1,10 +0,0 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-1)" fill="#363636">
<g transform="translate(1)">
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path d="m8.834 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" enable-background="new"/>
</g>
<path d="m3.4824 5c-0.26703 0-0.48242 0.24253-0.48242 0.54492v4.9102c0 0.3024 0.21539 0.54492 0.48242 0.54492h2.0352c0.26703 0 0.48242-0.24253 0.48242-0.54492v-0.5918c-0.46977-0.27296-0.67079-0.90961-0.33203-1.418l0.33203-0.49805v-2.4023c0-0.3024-0.21539-0.54492-0.48242-0.54492h-2.0352z" enable-background="new" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

-7
View File
@@ -1,7 +0,0 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#d33636" fill-rule="evenodd">
<rect x="2" y="5" width="3" height="6" rx=".5048" ry=".54584" style="paint-order:stroke fill markers"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 647 B

+4 -6
View File
@@ -1,7 +1,5 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636">
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path d="m8.834 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" enable-background="new"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#ff8080"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ff8080"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

Before

Width:  |  Height:  |  Size: 653 B

After

Width:  |  Height:  |  Size: 567 B

+3 -3
View File
@@ -1,4 +1,4 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" fill="#d33636" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" fill="#d33636" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#ff8080"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ff8080"/>
</svg>

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 392 B

+5 -9
View File
@@ -1,10 +1,6 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636">
<g fill-rule="evenodd">
<path d="m2.5215 5c-0.28865 0-0.52148 0.24253-0.52148 0.54492v4.9102c0 0.30239 0.23284 0.54492 0.52148 0.54492h4.4473l0.25-1h-1.7188c-0.79859-1.712e-4 -1.2749-0.89013-0.83203-1.5547l2.2969-3.4453h-4.4434zm7.5098 0-0.25 1h1.7188c0.79859 1.713e-4 1.2749 0.89013 0.83203 1.5547l-2.2969 3.4453h4.4434c0.28865 0 0.52148-0.24253 0.52148-0.54492v-4.9102c0-0.30239-0.23284-0.54492-0.52148-0.54492h-4.4473z" style="paint-order:stroke fill markers"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
<path d="m8.834 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" enable-background="new"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h2.4688l0.25-1h-1.7188a1.0001 1.0001 0 0 1-0.83203-1.5547l2.2969-3.4453h-2.4648zm5.5312 0-0.25 1h1.7188a1.0001 1.0001 0 0 1 0.83203 1.5547l-2.2969 3.4453h2.4648c0.554 0 1-0.446 1-1v-4c0-0.554-0.446-1-1-1h-2.4688zm-2.3418 2.5176-0.32031 0.48242h1.1309a1.0001 1.0001 0 0 1-0.81055-0.48242zm0.81055 0.48242a1.0001 1.0001 0 0 1 0.80859 0.48438l0.32227-0.48438h-1.1309z" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" enable-background="new" fill="#363636"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 938 B

+4 -6
View File
@@ -1,7 +1,5 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636" fill-rule="evenodd">
<rect x="2" y="5" width="13" height="6" rx=".52103" ry=".54584" style="paint-order:stroke fill markers"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="5" width="10" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 464 B

+5 -9
View File
@@ -1,10 +1,6 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636">
<path d="m8.834 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" enable-background="new"/>
<g fill-rule="evenodd">
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m2.5508 5c-0.30514 0-0.55078 0.24564-0.55078 0.55078v4.8984c0 0.30514 0.24564 0.55078 0.55078 0.55078h4.418l0.25-1h-1.7188c-0.79859-1.712e-4 -1.2749-0.89013-0.83203-1.5547l2.2969-3.4453h-4.4141zm7.4805 0-0.25 1h1.7188c0.1877 4.03e-5 0.35566 0.052848 0.5 0.13672v-0.58594c0-0.30514-0.24564-0.55078-0.55078-0.55078h-1.418zm1.9688 3.0527-1.9648 2.9473h1.4141c0.30514 0 0.55078-0.24564 0.55078-0.55078v-2.3965z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h2.4688l0.25-1h-1.7188a1.0001 1.0001 0 0 1-0.83203-1.5547l2.2969-3.4453h-2.4648zm5.5312 0-0.25 1h1.7188c0-0.554-0.446-1-1-1h-0.46875zm-2.3418 2.5176-0.32031 0.48242h1.1309a1.0001 1.0001 0 0 1-0.81055-0.48242zm0.81055 0.48242a1.0001 1.0001 0 0 1 0.80859 0.48438l0.32227-0.48438h-1.1309zm3 0.80273-1.4648 2.1973h0.46484c0.554 0 1-0.446 1-1v-1.1973z" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 989 B

+4 -6
View File
@@ -1,7 +1,5 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636" fill-rule="evenodd">
<rect x="2" y="5" width="10" height="6" rx=".5236" ry=".54584" style="paint-order:stroke fill markers"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="5" width="8" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 463 B

+5 -9
View File
@@ -1,10 +1,6 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636">
<g fill-rule="evenodd">
<path d="m2.5312 5c-0.29412 0-0.53125 0.24253-0.53125 0.54492v4.9102c0 0.30239 0.23713 0.54492 0.53125 0.54492h3.9375c0.29412 0 0.53125-0.24253 0.53125-0.54492v-0.45508h-1.5c-0.79859-1.712e-4 -1.2749-0.89013-0.83203-1.5547l2.1836-3.2754c-0.096507-0.10352-0.23169-0.16992-0.38281-0.16992h-3.9375z" style="paint-order:stroke fill markers"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
<path d="m8.834 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" enable-background="new"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m3 5c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1s1-0.446 1-1a1.0001 1.0001 0 0 1-0.83203-1.5547l0.83203-1.248v-1.1973c0-0.554-0.446-1-1-1z" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
<path d="m7.334 4-3.334 5h3l-0.75 3h0.41602l3.334-5h-3l0.75-3z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

Before

Width:  |  Height:  |  Size: 990 B

After

Width:  |  Height:  |  Size: 733 B

+4 -6
View File
@@ -1,7 +1,5 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636" fill-rule="evenodd">
<rect x="2" y="5" width="5" height="6" rx=".53373" ry=".54584" style="paint-order:stroke fill markers"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" style="paint-order:stroke fill markers"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="5" width="2" height="6" rx="1" ry="1" fill="#363636"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 463 B

+4 -6
View File
@@ -1,7 +1,5 @@
<svg width="20" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#363636">
<path d="m8.4961 5c0.49322 0 0.89418 0.14677 1.2031 0.43945 0.30894 0.28726 0.46289 0.6556 0.46289 1.1055 0 0.19512-0.05132 0.39321-0.1543 0.59375s-0.19409 0.34297-0.27539 0.42969c-0.07588 0.081301-0.18525 0.18828-0.32617 0.31836l-0.03906 0.041016c-0.33062 0.2981-0.4961 0.59447-0.4961 0.89258v0.32617h-0.76562v-0.38281c0-0.2439 0.051316-0.45156 0.1543-0.625 0.10298-0.17886 0.28476-0.38847 0.54492-0.62695 0.14634-0.1355 0.24897-0.23574 0.30859-0.30078 0.06504-0.070461 0.12788-0.16396 0.1875-0.2832 0.06504-0.12466 0.09766-0.25273 0.09766-0.38281 0-0.24932-0.08154-0.4498-0.24414-0.60156-0.15718-0.15176-0.37636-0.22852-0.6582-0.22852-0.46612 0-0.78554 0.26092-0.95898 0.78125l-0.69922-0.29297c0.11382-0.30894 0.30951-0.58618 0.58594-0.83008 0.28184-0.24932 0.63866-0.37305 1.0723-0.37305zm-0.0078 4.8945c0.15718 0 0.28764 0.05371 0.39062 0.16211 0.1084 0.1084 0.16211 0.23886 0.16211 0.39062s-0.05371 0.28222-0.16211 0.39062c-0.10298 0.1084-0.23345 0.16211-0.39063 0.16211s-0.29004-0.05371-0.39844-0.16211c-0.10298-0.1084-0.1543-0.23886-0.1543-0.39062s0.051316-0.28222 0.1543-0.39062c0.1084-0.1084 0.24126-0.16211 0.39844-0.16211z" enable-background="new" fill="#f55"/>
<path d="m2 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h13c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2zm0 1h13c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-13c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1z" enable-background="new" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path d="m18 6v4a2 2 0 0 0 2-2 2 2 0 0 0-2-2z" enable-background="new" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
</g>
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m7 5c0.49322 0 0.89418 0.14677 1.2031 0.43945 0.30894 0.28726 0.46289 0.6556 0.46289 1.1055 0 0.19512-0.05132 0.39321-0.1543 0.59375s-0.19409 0.34297-0.27539 0.42969c-0.07588 0.081301-0.18525 0.18828-0.32617 0.31836l-0.03906 0.041016c-0.33062 0.2981-0.4961 0.59447-0.4961 0.89258v0.32617h-0.76562v-0.38281c0-0.2439 0.051316-0.45156 0.1543-0.625 0.10298-0.17886 0.28476-0.38847 0.54492-0.62695 0.14634-0.1355 0.24897-0.23574 0.30859-0.30078 0.06504-0.070461 0.12788-0.16396 0.1875-0.2832 0.06504-0.12466 0.09766-0.25273 0.09766-0.38281 0-0.24932-0.08154-0.4498-0.24414-0.60156-0.15718-0.15176-0.37636-0.22852-0.6582-0.22852-0.46612 0-0.78554 0.26092-0.95898 0.78125l-0.69922-0.29297c0.11382-0.30894 0.30951-0.58618 0.58594-0.83008 0.28184-0.24932 0.63866-0.37305 1.0723-0.37305zm-0.0078 4.8945c0.15718 0 0.28764 0.05371 0.39062 0.16211 0.1084 0.1084 0.16211 0.23886 0.16211 0.39062s-0.05371 0.28222-0.16211 0.39062c-0.10298 0.1084-0.23345 0.16211-0.39063 0.16211s-0.29004-0.05371-0.39844-0.16211c-0.10298-0.1084-0.1543-0.23886-0.1543-0.39062s0.051316-0.28222 0.1543-0.39062c0.1084-0.1084 0.24126-0.16211 0.39844-0.16211z" fill="#ff8080"/>
<path d="m15 6v4a1 2 0 0 0 1-2 1 2 0 0 0-1-2z" fill="#363636"/>
<path d="m3 3c-1.662 0-3 1.338-3 3v4c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3v-4c0-1.662-1.338-3-3-3zm0 1h8c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-8c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#363636"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

+7
View File
@@ -0,0 +1,7 @@
<svg id="svg9" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
<path id="path5" d="M 13.499999,1.7929693 9,6.292969 V 4 l -1,2e-7 V 8 h 4 V 7.0000001 H 9.707031 L 14.20703,2.5000005 Z" class="ColorScheme-Text" fill="currentColor"/>
<path id="path1374" d="m3.5 4c-0.132599 2.55e-5 -0.25976 0.052716-0.353516 0.1464844l-1.121093 1.1210937c-0.0054 0.042537-0.01473 0.077875-0.01953 0.1210938-0.142957 1.2866058-0.0075 3.0237329 1.287109 4.3183593l3 2.9999998c1.294626 1.294627 3.031754 1.430066 4.318359 1.28711 0.0471-0.0052 0.07918-0.01746 0.125-0.02344l1.117188-1.117187c0.195185-0.195265 0.195185-0.511767 0-0.707032l-1.5-1.5c-0.093757-0.093764-0.220917-0.146457-0.353517-0.146482-0.132599 2.5e-5 -0.25976 0.05272-0.353516 0.146484l-0.585937 0.585938c-0.391737 0.391737-1.022326 0.391737-1.414063 0l-2.878906-2.8789064c-0.391737-0.3917371-0.391737-1.0223253 0-1.4140625l0.585938-0.5859375c0.195184-0.1952649 0.195184-0.5117663 0-0.7070312l-1.5-1.5c-0.093756-0.0937681-0.220916-0.1464589-0.353516-0.1464844z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+10
View File
@@ -0,0 +1,10 @@
<svg id="svg7" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NegativeText {
color:#da4453;
}</style>
<path id="path5" class="ColorScheme-NegativeText" d="m3.5 2.7929688-.7070312.7070312 5.2070312 5.207031 5-4.9999998v2.2929688h1v-4h-4v1h2.292969l-4.292969 4.292969z" fill="currentColor"/>
<path id="rect850-9-2-9" d="m6 10c-1.637054 0-3.089012 0.791082-4 2v1.5c0 0.277 0.223 0.5 0.5 0.5h2c0.277 0 0.5-0.223 0.5-0.5v-0.5c0-0.554 0.446-1 1-1h4c0.554 0 1 0.446 1 1v0.5c0 0.277 0.223 0.5 0.5 0.5h2c0.277 0 0.5-0.223 0.5-0.5v-1.5c-0.910988-1.208918-2.362946-2-4-2z" class="ColorScheme-Text" fill="currentColor" fill-rule="evenodd"/>
</svg>

After

Width:  |  Height:  |  Size: 818 B

+7
View File
@@ -0,0 +1,7 @@
<svg id="svg9" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
<path id="path5" d="M 8.500001,8.2070307 13,3.707031 V 6 l 1,-2e-7 V 2 h -4 v 0.9999999 h 2.292969 L 7.79297,7.4999995 Z" class="ColorScheme-Text" fill="currentColor"/>
<path id="path1374" d="m3.5 4c-0.132599 2.55e-5 -0.25976 0.052716-0.353516 0.1464844l-1.121093 1.1210937c-0.0054 0.042537-0.01473 0.077875-0.01953 0.1210938-0.142957 1.2866058-0.0075 3.0237329 1.287109 4.3183593l3 2.9999998c1.294626 1.294627 3.031754 1.430066 4.318359 1.28711 0.0471-0.0052 0.07918-0.01746 0.125-0.02344l1.117188-1.117187c0.195185-0.195265 0.195185-0.511767 0-0.707032l-1.5-1.5c-0.093757-0.093764-0.220917-0.146457-0.353517-0.146482-0.132599 2.5e-5 -0.25976 0.05272-0.353516 0.146484l-0.585937 0.585938c-0.391737 0.391737-1.022326 0.391737-1.414063 0l-2.878906-2.8789064c-0.391737-0.3917371-0.391737-1.0223253 0-1.4140625l0.585938-0.5859375c0.195184-0.1952649 0.195184-0.5117663 0-0.7070312l-1.5-1.5c-0.093756-0.0937681-0.220916-0.1464589-0.353516-0.1464844z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+14
View File
@@ -0,0 +1,14 @@
<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:#363636;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 3.0527344 7.15625 A 3 3 0 0 0 1 10 A 3 3 0 0 0 4 13 L 11.5 13 A 3.5 3.5 0 0 0 15 9.5 A 3.5 3.5 0 0 0 11.970703 6.0351562 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 3 A 3.5 3.5 0 0 1 11 6.5 A 3.5 3.5 0 0 1 10.949219 7.0644531 A 2.5 2.5 0 0 1 11.5 7 A 2.5 2.5 0 0 1 14 9.5 A 2.5 2.5 0 0 1 11.5 12 L 4 12 A 2 2 0 0 1 2 10 A 2 2 0 0 1 4 8 A 2 2 0 0 1 4.3574219 8.0332031 A 3.5 3.5 0 0 1 4 6.5 A 3.5 3.5 0 0 1 7.5 3 z "
id="path4139"
class="ColorScheme-Text"/>
</svg>

After

Width:  |  Height:  |  Size: 818 B

+13
View File
@@ -0,0 +1,13 @@
<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:#363636;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 5.8300781 3.0292969 L 5.8300781 4.1191406 L 2.0117188 4.1191406 L 2.0117188 5.2050781 L 8.1074219 5.2050781 C 7.7414219 6.2580781 7.1629531 7.2578594 6.3769531 8.1308594 C 5.8699531 7.5688594 5.4491875 6.9517344 5.1171875 6.3027344 L 4.0253906 6.3027344 C 4.4233906 7.1917344 4.9703438 8.0330156 5.6523438 8.7910156 L 2.875 11.529297 L 3.6503906 12.304688 L 6.3789062 9.5761719 L 8.0742188 11.273438 L 8.4882812 10.160156 L 7.1015625 8.7890625 L 7.1171875 8.7734375 C 8.0661875 7.7144375 8.7445781 6.4989375 9.1425781 5.2109375 L 10.740234 5.2109375 L 10.740234 4.1191406 L 6.921875 4.1191406 L 6.921875 3.0292969 L 5.8300781 3.0292969 z M 10.46875 7.3945312 L 8.0136719 13.941406 L 9.1054688 13.941406 L 9.7167969 12.304688 L 12.308594 12.304688 L 12.925781 13.941406 L 14.015625 13.941406 L 11.560547 7.3945312 L 10.46875 7.3945312 z M 11.013672 8.8515625 L 11.898438 11.212891 L 10.130859 11.212891 L 11.013672 8.8515625 z "
class="ColorScheme-Text"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+9
View File
@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<rect class="ColorScheme-NegativeText" x="2" y="2" width="12" height="12" rx="2" fill="currentColor"/>
<path d="M 5.414,4 4,5.414 6.586,8 4,10.586 5.414,12 8,9.414 10.586,12 12,10.586 9.414,8 12,5.414 10.586,4 8,6.586 Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 465 B

+9
View File
@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Highlight {
color:#3daee9;
}
</style>
<rect class="ColorScheme-Highlight" x="2" y="2" width="12" height="12" rx="2" fill="currentColor"/>
<path d="m7 4v2h2v-2zm0 3v5h2v-5z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 376 B

+9
View File
@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-NeutralText {
color:#f67400;
}
</style>
<path class="ColorScheme-NeutralText" d="m8.0065001 2.0000269a0.75001881 0.74999832 0 0 0-0.6772669 0.414749l-5.2501316 10.499976a0.75001881 0.74999832 0 0 0 0.6712668 1.085248h10.500264a0.75001881 0.74999832 0 0 0 0.671266-1.085248l-5.2501312-10.499976a0.75001881 0.74999832 0 0 0-0.6652667-0.414749z" fill="currentColor"/>
<path d="m7 5v4h2v-4zm0 5v2h2v-2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 603 B

+7
View File
@@ -0,0 +1,7 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
<rect x="2" y="2" width="12" height="12" rx="2" fill="#7f8c8d"/>
<path d="m8 2.9788194c-1.6568542 0-3 1.3431458-3 3v2.0211806h-1v5h7.975521v-5h-0.975521v-2.0211806c0-1.6568542-1.3431458-3-3-3zm0 1c1.1045695 0 2 0.8954305 2 2v2.0211806h-4v-2.0211806c0-1.1045695 0.8954305-2 2-2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 475 B

+7
View File
@@ -0,0 +1,7 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
<rect x="2" y="2" width="12" height="12" rx="2" fill="#9b59b6"/>
<path d="M8 2a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2H7v3h2V9.867A4 4 0 0 0 12 6a4 4 0 0 0-4-4zM7 12v2h2v-2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 389 B

+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" width="16" height="16">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g id="disk-quota-critical" transform="translate(-3,-3)">
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 16 12 C 14.343146 12 13 12.447715 13 13 L 13 18 C 13 18.552285 14.343146 19 16 19 C 17.656854 19 19 18.552285 19 18 L 19 13 C 19 12.447715 17.656854 12 16 12 z M 16 13 C 16.739186 13.00087 17.451386 13.09268 18 13.257812 L 18 13.744141 C 17.450517 13.908567 16.738413 13.999666 16 14 C 15.260814 13.99913 14.548614 13.90732 14 13.742188 L 14 13.255859 C 14.549483 13.091433 15.261587 13.000334 16 13 z " class="ColorScheme-NegativeText"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="m 9,6 v 5 h 2 V 6 Z m 0,6 v 2 h 2 v -2 z" class="ColorScheme-NegativeText"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="m 4,3 v 16 h 8 V 16 H 7 L 5,14 V 11.9 C 5.6,11.7 6,11.1 6,10.5 6,9.9 5.6,9.3 5,9.1 V 7 C 5,5.3 6.3,4 8,4 h 4 c 1.66,0 3,1.34 3,3 v 2.1 c -0.6,0.2 -1,0.8 -1,1.4 6.76e-4,0.2 0,0.3 0.1,0.5 H 16 V 3 Z m 2,14 h 5 v 1 H 6 Z" class="ColorScheme-Text"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" width="16" height="16">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g id="disk-quota-high" transform="translate(-3,-3)">
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 16 12 A 3 1 0 0 0 13 13 L 13 18 A 3 1 0 0 0 16 19 A 3 1 0 0 0 19 18 L 19 13 A 3 1 0 0 0 16 12 z M 15.9 13 A 3 1 0 0 1 16 13 A 3 1 0 0 1 18 13.257812 L 18 13.74 A 3 1 0 0 1 16 14 A 3 1 0 0 1 14 13.7 L 14 13.2 A 3 1 0 0 1 15.9 13 z M 14 14.74 A 3 1 0 0 0 16 15 A 3 1 0 0 0 18 14.74 L 18 15.74 A 3 1 0 0 1 16 16 A 3 1 0 0 1 14 15.7 L 14 14.74 z M 14 16.74 A 3 1 0 0 0 16 17 A 3 1 0 0 0 18 16.74 L 18 17.74 A 3 1 0 0 1 16 18 A 3 1 0 0 1 14 17.7 L 14 16.74 z " class="ColorScheme-NegativeText"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="m 4,3 v 16 h 8 V 16 H 7 L 5,14 V 11.9 C 5.6,11.7 6,11.1 6,10.5 6,9.9 5.6,9.3 5,9.1 V 7 C 5,5.3 6.3,4 8,4 h 4 c 1.66,0 3,1.34 3,3 V 9.1 C 14.4,9.3 14,9.9 14,10.5 c 6.76e-4,0.2 0,0.3 0.1,0.5 H 16 V 3 Z m 2,14 h 5 v 1 H 6 Z" class="ColorScheme-Text"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" width="16" height="16">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g id="disk-quota-low" transform="translate(-3,-3)">
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="m 16,12 c -1.656854,0 -3,0.447715 -3,1 v 5 c 0,0.552285 1.343146,1 3,1 1.656854,0 3,-0.447715 3,-1 v -5 c 0,-0.552285 -1.343146,-1 -3,-1 z m -0.1,1 c 0.03333,-1.85e-4 0.06667,-1.85e-4 0.1,0 0.739186,8.7e-4 1.451386,0.09268 2,0.257812 V 13.74 c -0.547637,0.16593 -1.259945,0.25853 -2,0.26 -0.756362,-0.01228 -1.470815,-0.119444 -2,-0.3 v -0.5 c 0.546482,-0.136873 1.216806,-0.207434 1.9,-0.2 z M 14,14.74 c 0.547637,0.16593 1.259945,0.25853 2,0.26 0.740055,-0.0015 1.452363,-0.09407 2,-0.26 v 1 c -0.547637,0.16593 -1.259945,0.25853 -2,0.26 -0.756362,-0.01228 -1.470815,-0.119444 -2,-0.3 z" class="ColorScheme-NeutralText"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="m 4,3 v 16 h 8 V 16 H 7 L 5,14 V 11.9 C 5.6,11.7 6,11.1 6,10.5 6,9.9 5.6,9.3 5,9.1 V 7 C 5,5.3 6.3,4 8,4 h 4 c 1.66,0 3,1.34 3,3 V 9.1 C 14.4,9.3 14,9.9 14,10.5 c 6.76e-4,0.2 0,0.3 0.1,0.5 H 16 V 3 Z m 2,14 h 5 v 1 H 6 Z" class="ColorScheme-Text"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" width="16" height="16">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<g id="disk-quota" class="ColorScheme-Text" transform="translate(-3,-3)">
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 16 12 A 3 1 0 0 0 13 13 L 13 18 A 3 1 0 0 0 16 19 A 3 1 0 0 0 19 18 L 19 13 A 3 1 0 0 0 16 12 z M 15.9 13 A 3 1 0 0 1 16 13 A 3 1 0 0 1 18 13.257812 L 18 13.74 A 3 1 0 0 1 16 14 A 3 1 0 0 1 14 13.7 L 14 13.2 A 3 1 0 0 1 15.9 13 z M 14 14.74 A 3 1 0 0 0 16 15 A 3 1 0 0 0 18 14.74 L 18 15.74 A 3 1 0 0 1 16 16 A 3 1 0 0 1 14 15.7 L 14 14.74 z M 14 16.74 A 3 1 0 0 0 16 17 A 3 1 0 0 0 18 16.74 L 18 17.74 A 3 1 0 0 1 16 18 A 3 1 0 0 1 14 17.7 L 14 16.74 z "/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="m 4,3 v 16 h 8 V 16 H 7 L 5,14 V 11.9 C 5.6,11.7 6,11.1 6,10.5 6,9.9 5.6,9.3 5,9.1 V 7 C 5,5.3 6.3,4 8,4 h 4 c 1.66,0 3,1.34 3,3 V 9.1 C 14.4,9.3 14,9.9 14,10.5 c 6.76e-4,0.2 0,0.3 0.1,0.5 H 16 V 3 Z m 2,14 h 5 v 1 H 6 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+8
View File
@@ -0,0 +1,8 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#363636; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 428 B

@@ -0,0 +1,8 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#363636; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path d="m9.793 0.21a8 8 0 0 1 0.20703 1.793 8 8 0 0 1-8 8 8 8 0 0 1-1.7793-0.2207 8 8 0 0 0 7.7793 6.2207 8 8 0 0 0 8-8 8 8 0 0 0-6.207-7.793zm1.1797 1.5606c2.3928 1.1414 4.0261 3.4897 4.0273 6.2324 0 3.8772-3.1211 6.9989-6.998 7-2.7374-7e-3 -5.0796-1.6377-6.2188-4.0254 0.069011 2e-3 0.13599 0.0246 0.20508 0.0254a1.0001 1.0001 0 0 0 0.011719 0c4.9587 0 9-4.0413 9-9a1.0001 1.0001 0 0 0 0-2e-3c-1.48e-4 -0.0776-0.02519-0.15296-0.02734-0.23047z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 742 B

+8
View File
@@ -0,0 +1,8 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#363636; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path d="m3.5 2a3.5 3.5 0 0 0-3.5 3.5 3.5 3.5 0 0 0 3.5 3.5 3.5 3.5 0 0 0 3.5-3.5 3.5 3.5 0 0 0-3.5-3.5zm9 0a3.5 3.5 0 0 0-3.5 3.5 3.5 3.5 0 0 0 3.5 3.5 3.5 3.5 0 0 0 1.7207-0.46094c-1.0016 2.1056-2.8794 3.7328-5.2207 4.4609v1.0391c3.773-1.0388 6.5399-4.1747 6.9609-8.0215a3.5 3.5 0 0 0 0.0078-0.0684c0.0153-0.14999 0.02706-0.30109 0.03516-0.45313h-0.0039a3.5 3.5 0 0 0-3.5-3.4961zm-9 1a2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5zm9 0a2.5 2.5 0 0 1 2.5 2.4961 2.5 2.5 0 0 1 0 2e-3c-7.37e-4 0.0124-0.0031 0.0247-0.0039 0.0371a2.5 2.5 0 0 1-0.03125 0.36523c-0.0015 0.0136-0.0024 0.0274-0.0039 0.041a2.5 2.5 0 0 1-2.4609 2.0586 2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1011 B

+8
View File
@@ -0,0 +1,8 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#363636; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path d="m3.5 2c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5zm9 0c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5c0.60372-0.00267 1.1965-0.16146 1.7207-0.46094-1.0016 2.1056-2.8794 3.6937-5.2207 4.4218v1.0391c3.773-1.0388 6.5399-4.1356 6.9609-7.9824 0.0028-0.022774 0.0054-0.045575 0.0078-0.0684 0.0153-0.14999 0.02706-0.30109 0.03516-0.45313h-0.0039c-0.0022-1.9314-1.5686-3.496-3.5-3.496z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 719 B

+16
View File
@@ -0,0 +1,16 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-Background {
color:#eff0f1;
}
.ColorScheme-Highlight {
color:#3daee9;
}
.ColorScheme-ButtonText {
color:#363636;
}</style>
<path class="ColorScheme-Text" d="m4.5 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5h1.5v2h-1.5c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5v-1.5h2v1.5c0 1.3807 1.1193 2.5 2.5 2.5s2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5h-1.5v-2h1.5c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5-2.5 1.1193-2.5 2.5v1.5h-2v-1.5c0-1.3807-1.1193-2.5-2.5-2.5zm0 1c0.82843 0 1.5 0.67157 1.5 1.5v1.5h-1.5c-0.82843 0-1.5-0.67157-1.5-1.5s0.67157-1.5 1.5-1.5zm7 0c0.82843 0 1.5 0.67157 1.5 1.5s-0.67157 1.5-1.5 1.5h-1.5v-1.5c0-0.82843 0.67157-1.5 1.5-1.5zm-4.5 4h2v2h-2zm-2.5 3h1.5v1.5c0 0.82843-0.67157 1.5-1.5 1.5s-1.5-0.67157-1.5-1.5 0.67157-1.5 1.5-1.5zm5.5 0h1.5c0.82843 0 1.5 0.67157 1.5 1.5s-0.67157 1.5-1.5 1.5-1.5-0.67157-1.5-1.5z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m3 0c-1.66 0-3 1.338-3 3v10c0 1.662 1.339 3 3 3h10c1.661 0 3-1.338 3-3v-10c0-1.662-1.339-3-3-3zm0 1h10c1.107 0 2 0.892 2 2v10c0 1.108-0.893 2-2 2h-10c-1.107 0-2-0.892-2-2v-10c0-1.108 0.893-2 2-2" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NegativeText" d="M7 2L4 5h4V2zm2 0v3h5V2zM2 7v2h2V6H3zm3-1v3h1V6zm-3 4v3h4v-3z"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NegativeText" d="M8 6c-.554 0-1 .446-1 1v6c0 .554.446 1 1 1h6c.554 0 1-.446 1-1V7c0-.554-.446-1-1-1z"/>
<path d="M9 7L8 8l2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 696 B

+15
View File
@@ -0,0 +1,15 @@
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
<defs id="defs1">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Text" d="M2 2v3h6V2zm7 0v3h5V2zM2 6v3h2V6zm3 0v3h1V6zm-3 4v3h4v-3z"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NeutralText" d="M8 6c-.554 0-1 .446-1 1v6c0 .554.446 1 1 1h6c.554 0 1-.446 1-1V7c0-.554-.446-1-1-1z"/>
<path d="M11 7a2 2 0 0 0-2 2l.002 1H8v3h6v-3h-1V9a2 2 0 0 0-2-2zm0 1a1 1 0 0 1 1 1v1h-2V9a1 1 0 0 1 1-1z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 802 B

@@ -0,0 +1,10 @@
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
<defs id="defs1">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Text" d="M2 2v3h1.076C3.003 4.443 3 4.078 3 4.078 6.75 3.661 8 2 8 2zm7 0v.82c.772.484 2.037 1.04 4 1.258 0 0-.003.365-.076.922H14V2zM2 6v3h2v-.87A10.244 10.244 0 0 1 3.258 6zm10.742 0A10.244 10.244 0 0 1 12 8.13V9h2V6zM2 10v3h6v-1a7.448 7.448 0 0 1-2.78-2zm8.78 0A7.39 7.39 0 0 1 9 11.488V13h5v-3zM8 3S7 4.33 4 4.663c0 0 0 4.666 4 6.337 4-1.67 4-6.337 4-6.337C9 4.329 8 3 8 3z"/>
</svg>

After

Width:  |  Height:  |  Size: 720 B

+10
View File
@@ -0,0 +1,10 @@
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
<defs id="defs1">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Text" d="M9 10h5v3H9zM2 2v3h6V2zm7 0v3h5V2zM2 6v3h2V6zm3 0v3h6V6zm7 0v3h2V6zM2 10v3h6v-3z"/>
</svg>

After

Width:  |  Height:  |  Size: 432 B

+11
View File
@@ -0,0 +1,11 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-NegativeText {
color:#da4453;
}</style>
</defs>
<g transform="translate(-326 -534.36)">
<path class="ColorScheme-NegativeText" d="m328 536.36v12h12v-12zm1 1h10v10h-10z" fill="currentColor"/>
<path d="m336.52 539.25a4 4 45 0 0-5.5367 0.48199 4 4 45 0 0 0.28865 5.5505 4 4 45 0 0 5.5574-0.0967l0.3646-0.41985a4 4 45 0 0-0.67396-5.516zm-0.39361 0.99022a3 3 45 0 1 0.31765 3.8532l-4.1404-4.1404a3 3 45 0 1 3.8228 0.28726zm-4.5299 0.41985 4.1018 4.1018a3 3 45 0 1-3.8228-0.28726 3 3 45 0 1-0.27897-3.8145z" class="ColorScheme-NegativeText" fill="currentColor"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 731 B

+16
View File
@@ -0,0 +1,16 @@
<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:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 8 2 L 2 8 L 5 8 L 5 14 L 11 14 L 11 8 L 14 8 L 8 2 z M 8 3.4140625 L 11.585938 7 L 10 7 L 10 8 L 10 13 L 6 13 L 6 8 L 6 7 L 4.4140625 7 L 8 3.4140625 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 555 B

+13
View File
@@ -0,0 +1,13 @@
<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:#363636;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 4 2 L 4 14 L 6 14 L 6 13 L 6 12 L 5 12 L 5 5 L 11 5 L 11 6 L 12 6 L 12 2 L 4 2 z M 7 3 L 9 3 L 9 4 L 7 4 L 7 3 z M 9.5 6 L 9.2226562 7.1074219 C 8.9705339 7.1746178 8.728255 7.2744183 8.5019531 7.4042969 L 7.5253906 6.8183594 L 6.8183594 7.5253906 L 7.4042969 8.5019531 C 7.2729063 8.7286688 7.1717853 8.9716217 7.1035156 9.2246094 L 6 9.5 L 6 10.5 L 7.1074219 10.777344 C 7.1746179 11.029466 7.2744183 11.271745 7.4042969 11.498047 L 6.8183594 12.474609 L 7.5253906 13.181641 L 8.5019531 12.595703 C 8.7286688 12.727094 8.9716218 12.828214 9.2246094 12.896484 L 9.5 14 L 10.5 14 L 10.777344 12.892578 C 11.029466 12.825378 11.271745 12.725582 11.498047 12.595703 L 12.474609 13.181641 L 13.181641 12.474609 L 12.595703 11.498047 C 12.727094 11.271331 12.828214 11.028379 12.896484 10.775391 L 14 10.5 L 14 9.5 L 12.892578 9.2226562 C 12.825382 8.9705339 12.725582 8.728255 12.595703 8.5019531 L 13.181641 7.5253906 L 12.474609 6.8183594 L 11.498047 7.4042969 C 11.271331 7.2729063 11.028379 7.1717853 10.775391 7.1035156 L 10.5 6 L 9.5 6 z M 10 8 A 2 2 0 0 1 12 10 A 2 2 0 0 1 10 12 A 2 2 0 0 1 8 10 A 2 2 0 0 1 10 8 z "
class="ColorScheme-Text"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

+9
View File
@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m5 5v6h1v-6zm5 0v6h1v-6z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 473 B

+9
View File
@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m6 5v6l5-3z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 460 B

+9
View File
@@ -0,0 +1,9 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m5 5v6h6v-6z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 461 B

+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path
transform="translate(-421.71,-531.79)"
d="m 429.71429,533.79074 c -1.65685,0 -3,1.34315 -3,3 0,1.65685 1.34315,3 3,3 1.65685,0 3,-1.34315 3,-3 0,-1.65685 -1.34315,-3 -3,-3 m 0,7 c -2.76142,0 -5,2.01472 -5,4.5 7.4e-4,0.16709 0.0118,0.33402 0.0332,0.5 h 9.93 c 0.0227,-0.16592 0.0351,-0.33284 0.0371,-0.5 0,-2.48528 -2.23858,-4.5 -5,-4.5"
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-Text" />
</svg>

After

Width:  |  Height:  |  Size: 673 B

@@ -3,5 +3,5 @@
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path class="ColorScheme-Text" d="m8 0c-1.662 0-3 1.338-3 3v6.0254c0 1.662 1.338 3 3 3s3-1.338 3-3v-6.0254c0-1.662-1.338-3-3-3zm0 1c1.108 0 2 0.892 2 2v6.0254c0 1.108-0.892 2-2 2s-2-0.892-2-2v-6.0254c0-1.108 0.892-2 2-2zm-4.5 6.0234v0.00195c-0.277 0-0.5 0.223-0.5 0.5v1.5c0 2.6 1.967 4.7246 4.5 4.9746v1.0234h-2a0.5 0.5 0 0 0 0 1h5a0.5 0.5 0 0 0 0-1h-2v-1.0254a4.988 4.988 0 0 0 4.5-4.9746v-1.5a0.5 0.5 0 0 0-1 0v1.5c0 2.216-1.784 4-4 4-2.216 0-4-1.784-4-4v-1.5c0-0.277-0.223-0.5-0.5-0.5z" fill="currentColor" opacity=".35"/>
<rect class="ColorScheme-Text" transform="rotate(45)" x="1.3137" y="-.5" width="20" height="1" rx=".5" ry=".5" fill="currentColor"/>
<rect class="ColorScheme-Text" transform="rotate(45)" x="1.3137" y="-.5" width="16" height="1" rx=".5" ry=".5" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 901 B

After

Width:  |  Height:  |  Size: 901 B

+6
View File
@@ -0,0 +1,6 @@
<svg id="svg11" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text { color:#363636; }
</style>
<path id="rect4365" d="m2.000641 12.999466h0.9998932l-0.00138-1.122808a7 7 0 0 0 4.8710253 2.117177l-1.1324753-1.132476a6 6 0 0 1-3.187505-1.861679l1.4501214-1e-6v-0.9998927h-2.9996796l-3e-7 0.5828107 1e-7 0.417082zm7.4991991 1.207053 4.7066789-4.7066797-7.7063587-7.7063585-4.7066797 4.7066792zm0-1.414213-6.2921459-6.292146 3.2924658-3.2924659 6.292146 6.292146zm1.4998389-6.7920924 2.99968 1e-7 -1e-6 -0.5828108 1e-6 -0.417082v-1.9997871l-0.999893-1e-7 0.0014 1.1228079a7 7 0 0 0-4.8710452-2.1171758l1.1324751 1.1324751a6 6 0 0 1 3.1875051 1.8616799l-1.450121-7e-7z" class="ColorScheme-Text" fill="currentColor" stroke-linecap="square" style="paint-order:markers fill stroke"/>
</svg>

After

Width:  |  Height:  |  Size: 908 B

@@ -0,0 +1,11 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m2 4v8h6v-1h-5v-6h10v3h1v-4z"/>
<path d="m11.5 8c-.828427 0-1.5.6715729-1.5 1.5v1.5h-1v3h5v-3h-1v-1.5c0-.8284271-.671573-1.5-1.5-1.5zm0 1c.276142 0 .5.2238576.5.5v1.5h-1v-1.5c0-.2761424.223858-.5.5-.5z" fill-rule="evenodd"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 512 B

@@ -0,0 +1,11 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m4 2v12h4v-1h-3v-10h6v4h1v-5z"/>
<path d="m11.5 8c-.828427 0-1.5.6715729-1.5 1.5v1.5h-1v3h5v-3h-1v-1.5c0-.8284271-.671573-1.5-1.5-1.5zm0 1c.276142 0 .5.223858.5.5v1.5h-1v-1.5c0-.276142.223858-.5.5-.5z" fill-rule="evenodd"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 511 B

+1 -1
View File
@@ -3,5 +3,5 @@
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<path class="ColorScheme-Text" d="m8 1a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm0 1a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6zm0 1v5h5a5 5 0 0 0-5-5zm-4 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm4 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1z" fill="currentColor" opacity=".35"/>
<rect transform="rotate(45)" x="1.3137" y="-.5" width="20" height="1" rx=".5" ry=".5" style="fill:currentColor" class="ColorScheme-Text"/>
<rect transform="rotate(45)" x="1.3137" y="-.5" width="16" height="1" rx=".5" ry=".5" style="fill:currentColor" class="ColorScheme-Text"/>
</svg>

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 677 B

+4
View File
@@ -0,0 +1,4 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m7.998 0c-0.27102 0-0.54135 0.061232-0.81445 0.15625-0.012459 0.004312-0.024831 0.008871-0.037109 0.013672-1.1343 0.44698-3.7671 1.3187-5.1914 1.8867-0.00785 0.00316-0.015667 0.00641-0.023438 0.00977-0.22994 0.098558-0.55638 0.30917-0.73828 0.63867s-0.18925 0.61851-0.18945 0.84766l-0.003906 5.3418c-0.001241 1.4947 0.47437 2.739 1.4727 3.709 0.99665 0.96839 2.3954 1.7697 4.4707 3.0352 0.00124 7.68e-4 0.00267 0.0012 0.00391 2e-3 0.00166 1e-3 0.00224 8.44e-4 0.00391 2e-3 0.31446 0.19425 0.67726 0.35421 1.0391 0.35547l0.00195 2e-3h0.00195l0.00195-2e-3c0.35749-0.0013 0.73686-0.16346 1.0527-0.35938h0.00195c2.0468-1.2376 3.4453-2.0341 4.4473-3.0059 1.0041-0.97382 1.4968-2.2275 1.498-3.7363l0.0039-5.3418c1.93e-4 -0.22992-0.0038-0.52168-0.19141-0.85742-0.18756-0.33575-0.53463-0.55217-0.7832-0.64648-0.0065-0.00202-0.013-0.00397-0.01953-0.00586-1.3647-0.48562-3.9846-1.4171-5.1465-1.875-0.012925-0.004826-0.025948-0.009385-0.039062-0.013672-0.27311-0.09503-0.55163-0.15625-0.82227-0.15625zm0 1c0.13725 0 0.28371 0.028344 0.49414 0.10156 1.2077 0.47595 3.8144 1.3997 5.1777 1.8848 0.26536 0.10068 0.33035 0.2369 0.33008 0.56641l-0.0039 5.3418c-0.0023 2.6818-1.3553 3.4048-5.4727 5.8945-0.2641 0.16398-0.39277 0.21051-0.5293 0.21094-0.12747-4.44e-4 -0.25937-0.047-0.52344-0.21094-4.1723-2.5445-5.4729-3.2311-5.4707-5.8945l0.00391-5.3418c2.852e-4 -0.32951 0.06411-0.45658 0.32031-0.56641 1.3542-0.54003 3.9817-1.4088 5.1895-1.8848 0.21044-0.073221 0.35627-0.10156 0.48437-0.10156z" fill="#363636"/>
<path d="m7.998 2c0.019384 0-0.0055979-0.0055432-0.15625 0.046875-1.2147 0.47629-3.5023 1.2439-4.8379 1.7578l-0.0039062 5.0898c-9.655e-4 1.1689 0.1724 1.6001 0.86719 2.2754 0.69479 0.67527 2.0335 1.4901 4.125 2.7656a1.0001 1.0001 0 0 1 0.0039063 0.003906 1.0001 1.0001 0 0 0 0.0019531 0 1.0001 1.0001 0 0 1 0.0078125-0.005859c2.0635-1.2478 3.3995-2.0576 4.1016-2.7383 0.70205-0.68064 0.88767-1.128 0.88867-2.3008l0.003906-5.0879c-1.3993-0.49753-3.6531-1.2953-4.8359-1.7598-0.15007-0.052215-0.16644-0.046875-0.16602-0.046875z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m7.998 0c-0.27102 0-0.54135 0.061232-0.81445 0.15625-0.012459 0.004312-0.024831 0.008871-0.037109 0.013672-1.1343 0.44698-3.7671 1.3187-5.1914 1.8867-0.00785 0.00316-0.015667 0.00641-0.023438 0.00977-0.22994 0.098558-0.55638 0.30917-0.73828 0.63867s-0.18925 0.61851-0.18945 0.84766l-0.003906 5.3418c-0.001241 1.4947 0.47437 2.739 1.4727 3.709 0.99665 0.96839 2.3954 1.7697 4.4707 3.0352 0.00124 7.68e-4 0.00267 0.0012 0.00391 2e-3 0.00166 1e-3 0.00224 8.44e-4 0.00391 2e-3 0.31446 0.19425 0.67726 0.35421 1.0391 0.35547l0.00195 2e-3h0.00195l0.00195-2e-3c0.35749-0.0013 0.73686-0.16346 1.0527-0.35938h0.00195c2.0468-1.2376 3.4453-2.0341 4.4473-3.0059 1.0041-0.97382 1.4968-2.2275 1.498-3.7363l0.0039-5.3418c1.93e-4 -0.22992-0.0038-0.52168-0.19141-0.85742-0.18756-0.33575-0.53463-0.55217-0.7832-0.64648-0.0065-0.00202-0.013-0.00397-0.01953-0.00586-1.3647-0.48562-3.9846-1.4171-5.1465-1.875-0.012925-0.004826-0.025948-0.009385-0.039062-0.013672-0.27311-0.09503-0.55163-0.15625-0.82227-0.15625zm0 1c0.13725 0 0.28371 0.028344 0.49414 0.10156 1.2077 0.47595 3.8144 1.3997 5.1777 1.8848 0.26536 0.10068 0.33035 0.2369 0.33008 0.56641l-0.0039 5.3418c-0.0023 2.6818-1.3553 3.4048-5.4727 5.8945-0.2641 0.16398-0.39277 0.21051-0.5293 0.21094-0.12747-4.44e-4 -0.25937-0.047-0.52344-0.21094-4.1723-2.5445-5.4729-3.2311-5.4707-5.8945l0.00391-5.3418c2.852e-4 -0.32951 0.06411-0.45658 0.32031-0.56641 1.3542-0.54003 3.9817-1.4088 5.1895-1.8848 0.21044-0.073221 0.35627-0.10156 0.48437-0.10156z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+4
View File
@@ -0,0 +1,4 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m7.998 0c-0.27102 0-0.54135 0.061232-0.81445 0.15625-0.012459 0.004312-0.024831 0.008871-0.037109 0.013672-1.1343 0.44698-3.7671 1.3187-5.1914 1.8867-0.00785 0.00316-0.015667 0.00641-0.023438 0.00977-0.22994 0.098558-0.55638 0.30917-0.73828 0.63867s-0.18925 0.61851-0.18945 0.84766l-0.003906 5.3418c-0.001241 1.4947 0.47437 2.739 1.4727 3.709 0.99665 0.96839 2.3954 1.7697 4.4707 3.0352 0.00124 7.68e-4 0.00267 0.0012 0.00391 2e-3 0.00166 1e-3 0.00224 8.44e-4 0.00391 2e-3 0.31446 0.19425 0.67726 0.35421 1.0391 0.35547l0.00195 2e-3h0.00195l0.00195-2e-3c0.35749-0.0013 0.73686-0.16346 1.0527-0.35938h0.00195c2.0468-1.2376 3.4453-2.0341 4.4473-3.0059 1.0041-0.97382 1.4968-2.2275 1.498-3.7363l0.0039-5.3418c1.93e-4 -0.22992-0.0038-0.52168-0.19141-0.85742-0.18756-0.33575-0.53463-0.55217-0.7832-0.64648-0.0065-0.00202-0.013-0.00397-0.01953-0.00586-1.3647-0.48562-3.9846-1.4171-5.1465-1.875-0.012925-0.004826-0.025948-0.009385-0.039062-0.013672-0.27311-0.09503-0.55163-0.15625-0.82227-0.15625zm0 1c0.13725 0 0.28371 0.028344 0.49414 0.10156 1.2077 0.47595 3.8144 1.3997 5.1777 1.8848 0.26536 0.10068 0.33035 0.2369 0.33008 0.56641l-0.0039 5.3418c-0.0023 2.6818-1.3553 3.4048-5.4727 5.8945-0.2641 0.16398-0.39277 0.21051-0.5293 0.21094-0.12747-4.44e-4 -0.25937-0.047-0.52344-0.21094-4.1723-2.5445-5.4729-3.2311-5.4707-5.8945l0.00391-5.3418c2.852e-4 -0.32951 0.06411-0.45658 0.32031-0.56641 1.3542-0.54003 3.9817-1.4088 5.1895-1.8848 0.21044-0.073221 0.35627-0.10156 0.48437-0.10156z" fill="#363636"/>
<path d="m8 2v11.938a1.0001 1.0001 0 0 1 0.0058594-0.003906c2.0635-1.2477 3.3995-2.0576 4.1016-2.7383 0.70205-0.68064 0.88767-1.128 0.88867-2.3008l0.003906-5.0879c-1.3993-0.49752-3.6531-1.2953-4.8359-1.7598-0.14482-0.050387-0.1632-0.047161-0.16406-0.046875z" color="#000000" fill="#363636" stroke-linecap="round" stroke-linejoin="round" style="-inkscape-stroke:none"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

+13
View File
@@ -0,0 +1,13 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-PositiveText {
color:#27ae60;
}
</style>
</defs>
<path id="smartphone" class="ColorScheme-PositiveText" d="m6 2c-0.96855 0-2 1.0314-2 2v8c0 0.96855 1.0314 2 2 2h4c0.96855 0 2-1.0314 2-2v-8c0-0.96855-1.0314-2-2-2h-4zm0 1h4c0.56208 0 1 0.43788 1 1v8c0 0.56208-0.43788 1-1 1h-4c-0.56208 0-1-0.43788-1-1v-8c0-0.56208 0.43788-1 1-1zm0.5332 1.0215c-0.26932 0.0029772-0.4857 0.22285-0.48438 0.49219 0.0019079 0.26932 0.2209 0.48657 0.49023 0.48633 0.27008-8.38e-4 0.48852-0.22015 0.48828-0.49023v-0.0058594c-0.0040476-0.26932-0.2248-0.48484-0.49414-0.48242zm-0.033203 6.9785c-0.277 0-0.5 0.223-0.5 0.5s0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-3z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 950 B

+13
View File
@@ -0,0 +1,13 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
</style>
</defs>
<path id="smartphone" class="ColorScheme-NeutralText" d="m6 2c-0.96855 0-2 1.0314-2 2v8c0 0.96855 1.0314 2 2 2h4c0.96855 0 2-1.0314 2-2v-8c0-0.96855-1.0314-2-2-2h-4zm0 1h4c0.56208 0 1 0.43788 1 1v8c0 0.56208-0.43788 1-1 1h-4c-0.56208 0-1-0.43788-1-1v-8c0-0.56208 0.43788-1 1-1zm0.5332 1.0215c-0.26932 0.0029772-0.4857 0.22285-0.48438 0.49219 0.0019079 0.26932 0.2209 0.48657 0.49023 0.48633 0.27008-8.38e-4 0.48852-0.22015 0.48828-0.49023v-0.0058594c-0.0040476-0.26932-0.2248-0.48484-0.49414-0.48242zm-0.033203 6.9785c-0.277 0-0.5 0.223-0.5 0.5s0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-3z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 950 B

+11
View File
@@ -0,0 +1,11 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-Highlight {
color:#3daee9;
}</style>
</defs>
<path id="smartphone" class="ColorScheme-Highlight" d="m6 2c-0.96855 0-2 1.0314-2 2v8c0 0.96855 1.0314 2 2 2h4c0.96855 0 2-1.0314 2-2v-8c0-0.96855-1.0314-2-2-2h-4zm0 1h4c0.56208 0 1 0.43788 1 1v8c0 0.56208-0.43788 1-1 1h-4c-0.56208 0-1-0.43788-1-1v-8c0-0.56208 0.43788-1 1-1zm0.5332 1.0215c-0.26932 0.0029772-0.4857 0.22285-0.48438 0.49219 0.0019079 0.26932 0.2209 0.48657 0.49023 0.48633 0.27008-8.38e-4 0.48852-0.22015 0.48828-0.49023v-0.0058594c-0.0040476-0.26932-0.2248-0.48484-0.49414-0.48242zm-0.033203 6.9785c-0.277 0-0.5 0.223-0.5 0.5s0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-3z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 932 B

+24
View File
@@ -0,0 +1,24 @@
<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:#363636;
}
.ColorScheme-PositiveText {
color:#27ae60;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5 2 C 5.0147186 2 3 4.0147186 3 6.5 C 3.0015312 6.7197442 3.0191564 6.939081 3.0527344 7.15625 C 1.8279505 7.563833 1.0011929 8.7091793 1 10 C 1 11.656854 2.3431458 13 4 13 L 11.5 13 C 13.432997 13 14.822266 11.522841 14.822266 9.5898438 C 14.478661 8.4125977 13.437922 6.8177525 11.982422 6.1835938 C 11.952542 6.1705748 12.000843 6.0473359 11.970703 6.0351562 C 11.732774 3.7441624 9.803314 2.0026739 7.5 2 z M 7.5 3 C 9.4329966 3 11 4.5670034 11 6.5 C 10.998359 6.6892144 10.981376 6.8779841 10.949219 7.0644531 C 11.129854 7.0226102 11.314584 7.0009929 11.5 7 C 12.880712 7 14 8.1192881 14 9.5 C 14 10.880712 12.880712 12 11.5 12 L 4 12 C 2.8954305 12 2 11.104569 2 10 C 2 8.8954305 2.8954305 8 4 8 C 4.119895 8.000332 4.2395173 8.0114445 4.3574219 8.0332031 C 4.1233957 7.5559094 4.0011632 7.031579 4 6.5 C 4 4.5670034 5.5670034 3 7.5 3 z "
class="ColorScheme-Text"
/>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-PositiveText"
d="M 7 6 L 7 10 A 4 3.9999852 0 0 0 11 14 A 4 3.9999852 0 0 0 15 10 L 15 6 L 11 6 L 7 6 z "
/>
<path
style="opacity:1;fill:#363636"
d="M 10.5 7 L 10.5 11.085938 L 8.7070312 9.2929688 L 8 10 L 11 13 L 14 10 L 13.292969 9.2929688 L 11.5 11.085938 L 11.5 7 L 10.5 7 z "/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+30
View File
@@ -0,0 +1,30 @@
<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:#363636;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
</defs>
<g
transform="translate(0,-1036.3622)">
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5,2 C 5.0147186,2 3,4.0147186 3,6.5 3.0015312,6.7197442 3.0191564,6.939081 3.0527344,7.15625 1.8279505,7.563833 1.0011929,8.7091793 1,10 c 0,1.656854 1.3431458,3 3,3 l 7.5,0 c 1.932997,0 3.321429,-1.477717 3.321429,-3.4107143 -0.343605,-1.177246 -1.384105,-2.7716808 -2.839605,-3.4058395 -0.02988,-0.013019 0.01902,-0.1361103 -0.01112,-0.14829 C 11.732775,3.7441623 9.803314,2.0026739 7.5,2 Z m 0,1 C 9.4329966,3 11,4.5670034 11,6.5 10.998359,6.6892144 10.981376,6.8779841 10.949219,7.0644531 11.129854,7.0226102 11.314584,7.0009929 11.5,7 12.880712,7 14,8.1192881 14,9.5 14,10.880712 12.880712,12 11.5,12 L 4,12 C 2.8954305,12 2,11.104569 2,10 2,8.8954305 2.8954305,8 4,8 4.119895,8.000332 4.2395173,8.0114445 4.3574219,8.0332031 4.1233957,7.5559094 4.0011632,7.031579 4,6.5 4,4.5670034 5.5670034,3 7.5,3 Z"
transform="translate(0,1036.3622)"
id="path4139"
class="ColorScheme-Text" />
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-NegativeText"
d="m 8.0000348,1042.3622 5.9999302,0 c 0.554019,0 1.000035,0.446 1.000035,1 l 0,5.9999 c 0,0.5541 -0.446016,1.0001 -1.000035,1.0001 l -5.9999302,0 C 7.4460155,1050.3622 7,1049.9162 7,1049.3621 l 0,-5.9999 c 0,-0.554 0.4460155,-1 1.0000348,-1 z"
id="rect4153-8" />
<path
style="fill:#363636;stroke-opacity:1"
d="m 9,1043.3622 -1,1 2,2 -2,2 1,1 2,-2 2,2 1,-1 -2,-2 2,-2 -1,-1 -2,2 -2,-2 z"
id="path4141" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

+26
View File
@@ -0,0 +1,26 @@
<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:#363636;
}
.ColorScheme-Highlight {
color:#3daee9;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5 2 C 5.0147186 2 3 4.0147186 3 6.5 C 3.0015312 6.7197442 3.0191564 6.939081 3.0527344 7.15625 C 1.8279505 7.563833 1.0011929 8.7091793 1 10 C 1 11.656854 2.3431458 13 4 13 L 11.5 13 C 13.432997 13 14.822266 11.522841 14.822266 9.5898438 C 14.478661 8.4125977 13.437922 6.8177525 11.982422 6.1835938 C 11.952542 6.1705748 12.000843 6.0473359 11.970703 6.0351562 C 11.732774 3.7441624 9.803314 2.0026739 7.5 2 z M 7.5 3 C 9.4329966 3 11 4.5670034 11 6.5 C 10.998359 6.6892144 10.981376 6.8779841 10.949219 7.0644531 C 11.129854 7.0226102 11.314584 7.0009929 11.5 7 C 12.880712 7 14 8.1192881 14 9.5 C 14 10.880712 12.880712 12 11.5 12 L 4 12 C 2.8954305 12 2 11.104569 2 10 C 2 8.8954305 2.8954305 8 4 8 C 4.119895 8.000332 4.2395173 8.0114445 4.3574219 8.0332031 C 4.1233957 7.5559094 4.0011632 7.031579 4 6.5 C 4 4.5670034 5.5670034 3 7.5 3 z "
class="ColorScheme-Text"
/>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 11 6 A 4 4 0 0 0 7 10 A 4 4 0 0 0 11 14 A 4 4 0 0 0 15 10 A 4 4 0 0 0 11 6 z "
class="ColorScheme-Highlight"
/>
<path
style="opacity:1;fill:#363636"
d="M 10.5 8 L 10.5 9 L 11.5 9 L 11.5 8 L 10.5 8 z M 10.5 10 L 10.5 13 L 11.5 13 L 11.5 10 L 10.5 10 z "
/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+23
View File
@@ -0,0 +1,23 @@
<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:#363636;
}
.ColorScheme-Highlight {
color:#3daee9;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5 2 C 5.0147186 2 3 4.0147186 3 6.5 C 3.0015312 6.7197442 3.0191564 6.939081 3.0527344 7.15625 C 1.8279505 7.563833 1.0011929 8.7091793 1 10 C 1 11.656854 2.3431458 13 4 13 L 11.5 13 C 13.432997 13 15 11.432997 15 9.5 C 14.656395 8.322754 13.437922 6.8177524 11.982422 6.1835938 C 11.952541 6.1705745 12.000846 6.047336 11.970703 6.0351562 C 11.732775 3.7441623 9.803314 2.0026739 7.5 2 z M 7.5 3 C 9.4329966 3 11 4.5670034 11 6.5 C 10.998359 6.6892144 10.981376 6.8779841 10.949219 7.0644531 C 11.129854 7.0226102 11.314584 7.0009929 11.5 7 C 12.880712 7 14 8.1192881 14 9.5 C 14 10.880712 12.880712 12 11.5 12 L 4 12 C 2.8954305 12 2 11.104569 2 10 C 2 8.8954305 2.8954305 8 4 8 C 4.119895 8.000332 4.2395173 8.0114445 4.3574219 8.0332031 C 4.1233957 7.5559094 4.0011632 7.031579 4 6.5 C 4 4.5670034 5.5670034 3 7.5 3 z "
class="ColorScheme-Text"
/>
<path
style="opacity:1;fill:#bdc3c7"
d="M 11 6 A 4 4 0 0 0 7 10 A 4 4 0 0 0 11 14 A 4 4 0 0 0 15 10 A 4 4 0 0 0 11 6 z " />
<path
style="opacity:1;fill:#363636"
d="M 9 9 L 9 11 L 10 11 L 10 9 L 9 9 z M 12 9 L 12 11 L 13 11 L 13 9 L 12 9 z " />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

+27
View File
@@ -0,0 +1,27 @@
<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:#363636;
}
.ColorScheme-PositiveText {
color:#27ae60;
}
</style>
</defs>
<g
transform="translate(0,-1036.3622)">
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5,2 C 5.0147186,2 3,4.0147186 3,6.5 3.0015312,6.7197442 3.0191564,6.939081 3.0527344,7.15625 1.8279505,7.563833 1.0011929,8.7091793 1,10 c 0,1.656854 1.3431458,3 3,3 l 7.5,0 c 1.932997,0 3.321429,-1.477717 3.321429,-3.4107143 -0.343605,-1.177246 -1.384105,-2.7716808 -2.839605,-3.4058395 -0.02988,-0.013019 0.01902,-0.1361103 -0.01112,-0.14829 C 11.732775,3.7441623 9.803314,2.0026739 7.5,2 Z m 0,1 C 9.4329966,3 11,4.5670034 11,6.5 10.998359,6.6892144 10.981376,6.8779841 10.949219,7.0644531 11.129854,7.0226102 11.314584,7.0009929 11.5,7 12.880712,7 14,8.1192881 14,9.5 14,10.880712 12.880712,12 11.5,12 L 4,12 C 2.8954305,12 2,11.104569 2,10 2,8.8954305 2.8954305,8 4,8 4.119895,8.000332 4.2395173,8.0114445 4.3574219,8.0332031 4.1233957,7.5559094 4.0011632,7.031579 4,6.5 4,4.5670034 5.5670034,3 7.5,3 Z"
transform="translate(0,1036.3622)"
class="ColorScheme-Text" />
<path
d="m 11,1042.3622 c 2.216,0 4,1.784 4,4 0,2.216 -1.784,4 -4,4 -2.216,0 -4,-1.784 -4,-4 0,-2.216 1.784,-4 4,-4 z"
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-PositiveText" />
<path
d="m 13,1044.3622 -3,3 -1,-1 -1,1 1,1 1,1 4,-4 -1,-1 z"
style="fill:#363636;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

+25
View File
@@ -0,0 +1,25 @@
<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:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5 2 C 5.0147186 2 3 4.0147186 3 6.5 C 3.0015312 6.7197442 3.0191564 6.939081 3.0527344 7.15625 C 1.8279505 7.563833 1.0011929 8.7091793 1 10 C 1 11.656854 2.3431458 13 4 13 L 11.5 13 C 13.432997 13 14.822266 11.522841 14.822266 9.5898438 C 14.478661 8.4125977 13.437922 6.8177525 11.982422 6.1835938 C 11.952542 6.1705748 12.000843 6.0473359 11.970703 6.0351562 C 11.732774 3.7441624 9.803314 2.0026739 7.5 2 z M 7.5 3 C 9.4329966 3 11 4.5670034 11 6.5 C 10.998359 6.6892144 10.981376 6.8779841 10.949219 7.0644531 C 11.129854 7.0226102 11.314584 7.0009929 11.5 7 C 12.880712 7 14 8.1192881 14 9.5 C 14 10.880712 12.880712 12 11.5 12 L 4 12 C 2.8954305 12 2 11.104569 2 10 C 2 8.8954305 2.8954305 8 4 8 C 4.119895 8.000332 4.2395173 8.0114445 4.3574219 8.0332031 C 4.1233957 7.5559094 4.0011632 7.031579 4 6.5 C 4 4.5670034 5.5670034 3 7.5 3 z "
class="ColorScheme-Text"
/>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-NeutralText"
d="M 11 6 C 8.784 6 7 7.784 7 10 C 7 12.216 8.784 14 11 14 C 13.216 14 15 12.216 15 10 C 15 7.784 13.216 6 11 6 z "
/>
<path
style="opacity:1;fill:#363636;fill-opacity:1;stroke-linecap:round"
d="M 9 8 L 9 12 L 10 12 L 10 8 L 9 8 z M 12 8 L 12 12 L 13 12 L 13 8 L 12 8 z "
id="rect4521" />
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+26
View File
@@ -0,0 +1,26 @@
<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:#363636;
}
.ColorScheme-Highlight {
color:#3daee9;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5 2 C 5.0147186 2 3 4.0147186 3 6.5 C 3.0015312 6.7197442 3.0191564 6.939081 3.0527344 7.15625 C 1.8279505 7.563833 1.0011929 8.7091793 1 10 C 1 11.656854 2.3431458 13 4 13 L 11.5 13 C 13.432997 13 15 11.432997 15 9.5 C 14.656395 8.322754 13.437922 6.8177523 11.982422 6.1835938 C 11.952541 6.1705745 12.000846 6.047336 11.970703 6.0351562 C 11.732775 3.7441623 9.803314 2.0026739 7.5 2 z M 7.5 3 C 9.4329966 3 11 4.5670034 11 6.5 C 10.998359 6.6892144 10.981376 6.8779841 10.949219 7.0644531 C 11.129854 7.0226102 11.314584 7.0009929 11.5 7 C 12.880712 7 14 8.1192881 14 9.5 C 14 10.880712 12.880712 12 11.5 12 L 4 12 C 2.8954305 12 2 11.104569 2 10 C 2 8.8954305 2.8954305 8 4 8 C 4.119895 8.000332 4.2395173 8.0114445 4.3574219 8.0332031 C 4.1233957 7.5559094 4.0011632 7.031579 4 6.5 C 4 4.5670034 5.5670034 3 7.5 3 z "
class="ColorScheme-Text"
/>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 11 6 C 8.784 6 7 7.784 7 10 C 7 12.216 8.784 14 11 14 C 13.216 14 15 12.216 15 10 C 15 7.784 13.216 6 11 6 z "
class="ColorScheme-Highlight"
/>
<path
style="opacity:1;fill:#363636"
d="M 11.050781 7.0039062 A 3 3 0 0 0 8.8789062 7.8789062 A 3 3 0 0 0 8.5546875 11.738281 L 9.2792969 11.013672 A 2 2 0 0 1 9.5859375 8.5859375 A 2 2 0 0 1 12.015625 8.2773438 L 12.734375 7.5585938 A 3 3 0 0 0 11.050781 7.0039062 z M 13.445312 8.2617188 L 12.720703 8.9863281 A 2 2 0 0 1 12.414062 11.414062 A 2 2 0 0 1 9.984375 11.722656 L 9.265625 12.441406 A 3 3 0 0 0 13.121094 12.121094 A 3 3 0 0 0 13.445312 8.2617188 z "
/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

+25
View File
@@ -0,0 +1,25 @@
<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:#363636;
}
.ColorScheme-NeutralText {
color:#f67400;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.5 2 A 4.5 4.5 0 0 0 3 6.5 A 4.5 4.5 0 0 0 3.0527344 7.15625 A 3 3 0 0 0 1 10 A 3 3 0 0 0 4 13 L 11.5 13 A 3.5 3.5 0 0 0 15 9.5 A 3.5 3.5 0 0 0 11.970703 6.0351562 A 4.5 4.5 0 0 0 7.5 2 z M 7.5 3 A 3.5 3.5 0 0 1 11 6.5 A 3.5 3.5 0 0 1 10.949219 7.0644531 A 2.5 2.5 0 0 1 11.5 7 A 2.5 2.5 0 0 1 14 9.5 A 2.5 2.5 0 0 1 11.5 12 L 4 12 A 2 2 0 0 1 2 10 A 2 2 0 0 1 4 8 A 2 2 0 0 1 4.3574219 8.0332031 A 3.5 3.5 0 0 1 4 6.5 A 3.5 3.5 0 0 1 7.5 3 z "
class="ColorScheme-Text"
/>
<path
d="M 10.5 6 A 0.5 0.5002376 0 0 0 10.056641 6.2714844 A 0.5 0.5002376 0 0 1 10.054688 6.2714844 L 10.052734 6.2714844 L 6.0664062 13.248047 L 6.0683594 13.248047 A 0.5 0.5002376 0 0 0 6 13.5 A 0.5 0.5002376 0 0 0 6.5 14 L 14.5 14 A 0.5 0.5002376 0 0 0 15 13.5 A 0.5 0.5002376 0 0 0 14.931641 13.248047 L 14.933594 13.248047 L 10.947266 6.2695312 L 10.943359 6.2695312 A 0.5 0.5002376 0 0 0 10.503906 6 L 10.5 6 z "
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-NeutralText"
/>
<path
style="opacity:1;fill:#363636"
d="M 10 8.0039062 L 10 11.003906 L 11 11.003906 L 11 8.0039062 L 10 8.0039062 z M 10 12.003906 L 10 12.005859 L 10 13.005859 L 11 13.005859 L 11 12.005859 L 11 12.003906 L 10 12.003906 z "
/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path
class="ColorScheme-Text"
d="M 6,8 9,11 14,6 13,5 9,9 7,7 6,8 M 3,2 V 3 4 H 2 v 1 h 1 v 6 H 2 v 1 h 1 v 1 1 h 2 2 7 V 13 8 h -1 v 5 H 7 5 V 3 h 8 v 1 h 1 V 2 H 13 Z M 6,4 V 6 H 8 V 4 Z m 3,0 v 1 h 3 V 4 Z m 1,7 v 1 h 2 v -1 z"
style="fill:currentColor;fill-opacity:1;stroke:none"
id="path5400" />
</svg>

After

Width:  |  Height:  |  Size: 551 B

+13
View File
@@ -0,0 +1,13 @@
<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:#363636;
}
</style>
</defs>
<path style="fill:currentColor"
d="M 8 2 A 6 6 0 0 0 2 8 A 6 6 0 0 0 8 14 A 6 6 0 0 0 14 8 A 6 6 0 0 0 8 2 z M 8 3 A 5 5 0 0 1 13 8 A 5 5 0 0 1 8 13 A 5 5 0 0 1 3 8 A 5 5 0 0 1 8 3 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 457 B

+13
View File
@@ -0,0 +1,13 @@
<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:#363636;
}
</style>
</defs>
<path style="fill:currentColor"
d="M 8 2 A 6 6 0 0 0 2 8 A 6 6 0 0 0 8 14 A 6 6 0 0 0 14 8 A 6 6 0 0 0 8 2 z M 8 3 L 8 8 L 13 8 A 5 5 0 0 1 8 13 A 5 5 0 0 1 3 8 A 5 5 0 0 1 8 3 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 453 B

+13
View File
@@ -0,0 +1,13 @@
<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:#363636;
}
</style>
</defs>
<path style="fill:currentColor"
d="M 8 2 C 4.7 2 2 4.7 2 8 C 2 11.3 4.7 14 8 14 C 11.3 14 14 11.3 14 8 C 14 4.7 11.3 2 8 2 z M 8 3 L 8 13 C 5.2 13 3 10.8 3 8 C 3 5.2 5.2 3 8 3 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 452 B

+13
View File
@@ -0,0 +1,13 @@
<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:#363636;
}
</style>
</defs>
<path style="fill:currentColor"
d="M 8 2 A 6 6 0 0 0 2 8 A 6 6 0 0 0 8 14 A 6 6 0 0 0 14 8 A 6 6 0 0 0 8 2 z M 8 3 L 8 8 L 3 8 A 5 5 0 0 1 8 3 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 419 B

+13
View File
@@ -0,0 +1,13 @@
<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:#363636;
}
</style>
</defs>
<path style="fill:currentColor"
d="M 8 2 C 4.7 2 2 4.7 2 8 C 2 11.3 4.7 14 8 14 C 11.3 14 14 11.3 14 8 C 14 4.7 11.3 2 8 2 z "
class="ColorScheme-Text"
/>
</svg>

After

Width:  |  Height:  |  Size: 399 B

+9
View File
@@ -0,0 +1,9 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#363636;
}
</style>
<path fill="#3daee9" d="m7 9v5l2 1 2-1v-5z"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Text" d="m9 1c-1.108 0-2 0.892-2 2v6.765625a3 3 0 0 0-1 2.234375 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-1-2.2324219v-6.7675781c0-1.108-0.892-2-2-2zm0 1c0.554 0 1 0.446 1 1v7.263672a2 1.9582802 0 0 1 1 1.695312 2 1.9582802 0 0 1-2 1.957032 2 1.9582802 0 0 1-2-1.957032 2 1.9582802 0 0 1 1-1.697265v-7.261719c0-0.554 0.446-1 1-1zm-5 2v1h2v-1zm0 3v1h2v-1zm5 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1z"/>
</svg>

After

Width:  |  Height:  |  Size: 748 B

+9
View File
@@ -0,0 +1,9 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#363636;
}
</style>
<path class="ColorScheme-Text" fill="currentColor" d="m7 7v7l2 1 2-1v-7z" opacity=".35"/>
<path class="ColorScheme-Text" fill="currentColor" d="m9 1c-1.108 0-2 0.892-2 2v6.765625a3 3 0 0 0-1 2.234375 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-1-2.2324219v-6.7675781c0-1.108-0.892-2-2-2zm0 1c0.554 0 1 0.446 1 1v7.263672a2 1.9582802 0 0 1 1 1.695312 2 1.9582802 0 0 1-2 1.957032 2 1.9582802 0 0 1-2-1.957032 2 1.9582802 0 0 1 1-1.697265v-7.261719c0-0.554 0.446-1 1-1zm-5 2v1h2v-1zm0 3v1h2v-1zm5 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1z"/>
</svg>

After

Width:  |  Height:  |  Size: 759 B

+9
View File
@@ -0,0 +1,9 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text {
color:#363636;
}
</style>
<path style="fill:#da4453" d="m 7,4 v 10 l 2,1 2,-1 V 4 Z"/>
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Text" d="m9 1c-1.108 0-2 0.892-2 2v6.765625a3 3 0 0 0-1 2.234375 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-1-2.2324219v-6.7675781c0-1.108-0.892-2-2-2zm0 1c0.554 0 1 0.446 1 1v7.263672a2 1.9582802 0 0 1 1 1.695312 2 1.9582802 0 0 1-2 1.957032 2 1.9582802 0 0 1-2-1.957032 2 1.9582802 0 0 1 1-1.697265v-7.261719c0-0.554 0.446-1 1-1zm-5 2v1h2v-1zm0 3v1h2v-1zm5 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1z"/>
</svg>

After

Width:  |  Height:  |  Size: 763 B

+9
View File
@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path
style="opacity:1;fill:#9b59b6;fill-opacity:1;stroke:none;stroke-opacity:1"
d="M 8 2 C 6.3431458 2 5 3.3431458 5 5 C 5 6.6568542 6.3431458 8 8 8 C 9.6568542 8 11 6.6568542 11 5 C 11 3.3431458 9.6568542 2 8 2 z M 8 9 A 5 4.5 0 0 0 3 13.5 A 5 4.5 0 0 0 3.0332031 14 L 4 14 L 4.0449219 14 L 11.955078 14 L 12 14 L 12.962891 14 A 5 4.5 0 0 0 13 13.5 A 5 4.5 0 0 0 8 9 z M 8 10 A 4 3.5 0 0 1 11.955078 13 L 4.0449219 13 A 4 3.5 0 0 1 8 10 z "
/>
<path
style="fill:#363636"
d="M 6.5 4.5 A 0.5 0.5 0 0 0 6 5 A 0.5 0.5 0 0 0 6.5 5.5 A 0.5 0.5 0 0 0 7 5 A 0.5 0.5 0 0 0 6.5 4.5 z M 8 4.5 A 0.5 0.5 0 0 0 7.5 5 A 0.5 0.5 0 0 0 8 5.5 A 0.5 0.5 0 0 0 8.5 5 A 0.5 0.5 0 0 0 8 4.5 z M 9.5 4.5 A 0.5 0.5 0 0 0 9 5 A 0.5 0.5 0 0 0 9.5 5.5 A 0.5 0.5 0 0 0 10 5 A 0.5 0.5 0 0 0 9.5 4.5 z "/>
</svg>

After

Width:  |  Height:  |  Size: 882 B

+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m10 3v2h-1v1h-0.87891l4.8789 4.8789v-0.87891h1v-1h1v-1h-1v-1h-1v-1h-1v-2h-1v-1h-1zm-7 2.1211v0.87891h-1v2h-1v1h1v2h1v1h1v-2h1v-1h1.8789l-1-1h-0.87891v-0.87891l-0.12109-0.12109h-0.87891v-0.87891l-1-1zm4 4v0.87891h0.87891l-0.87891-0.87891zm1 1v0.87891h0.87891l-0.87891-0.87891zm1 1v0.87891h0.87891l-0.87891-0.87891zm1 1v1.8789h1v-0.87891l-1-1z" fill="currentColor"/>
<path class="ColorScheme-NegativeText" d="m2.5 1.793-0.70703 0.70703 11.707 11.707 0.70703-0.70703z" color="#da4453" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 788 B

+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" width="22" height="22">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
<g id="22-22-apport" transform="translate(0,-10)">
<path id="path7" class="ColorScheme-Text" d="M 3 13 L 3 29 L 4 29 L 19 29 L 19 28 L 19 13 L 18 13 L 4 13 L 3 13 z M 4 14 L 18 14 L 18 28 L 4 28 L 4 14 z M 5 15 L 5 16 L 6 16 L 6 15 L 5 15 z M 6 16 L 6 18 L 8 18 L 8 16 L 6 16 z M 8 16 L 9 16 L 9 15 L 8 15 L 8 16 z M 8 18 L 8 19 L 9 19 L 9 18 L 8 18 z M 6 18 L 5 18 L 5 19 L 6 19 L 6 18 z M 13 15 L 13 16 L 14 16 L 14 15 L 13 15 z M 14 16 L 14 18 L 16 18 L 16 16 L 14 16 z M 16 16 L 17 16 L 17 15 L 16 15 L 16 16 z M 16 18 L 16 19 L 17 19 L 17 18 L 16 18 z M 14 18 L 13 18 L 13 19 L 14 19 L 14 18 z M 9 21 L 9 23 L 13 23 L 13 21 L 9 21 z M 13 23 L 13 25 L 15 25 L 15 23 L 13 23 z M 15 25 L 15 27 L 17 27 L 17 25 L 15 25 z M 9 23 L 7 23 L 7 25 L 9 25 L 9 23 z M 7 25 L 5 25 L 5 27 L 7 27 L 7 25 z " style="fill:currentColor;fill-opacity:1;stroke:none"/>
<path id="path9" d="M 0 10 L 0 32 L 22 32 L 22 10 L 0 10 z " style="opacity:1;fill:none"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<g>
<path d="M6 3 3 6H1c-.554 0-1 .446-1 1v2c0 .554.446 1 1 1h2l3 3z" class="ColorScheme-Text" fill="currentColor" transform="translate(3 3)"/>
<path d="M12.738 1.291c-.376.027-.625.488-.283.87A8 8 0 0 1 15 8a8 8 0 0 1-2.555 5.852c-.445.471.18 1.148.678.728A9 9 0 0 0 16 8a9 9 0 0 0-2.862-6.572.58.58 0 0 0-.4-.137m-2.39 1.416c-.396.012-.643.534-.256.914A6 6 0 0 1 12 8a6 6 0 0 1-1.916 4.389c-.469.446.173 1.146.68.728A7 7 0 0 0 13 8a7 7 0 0 0-2.225-5.111c-.147-.134-.296-.186-.428-.182m-2.33 1.477c-.377.016-.645.513-.292.896A4 4 0 0 1 9 8a4 4 0 0 1-1.278 2.926c-.472.43.14 1.152.68.73A5 5 0 0 0 10 8a5 5 0 0 0-1.59-3.65.54.54 0 0 0-.393-.166" style="fill:#27ae60" transform="translate(3 3)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 912 B

+9
View File
@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="M16 11a2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2" style="fill:#f67400"/>
<path class="ColorScheme-Text" fill="currentColor" d="M8 6 5 9H3c-.554 0-1 .446-1 1v2c0 .554.446 1 1 1h2l3 3z"/>
</svg>

After

Width:  |  Height:  |  Size: 421 B

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" fill="currentColor" d="M9 6 6 9H4c-.554 0-1 .445-1 1v2c0 .553.446 1 1 1h2l3 3z"/>
<path d="M15.738 4.29c-.375.027-.624.489-.283.87A8 8 0 0 1 18 11a8 8 0 0 1-2.555 5.85c-.445.472.18 1.15.678.73A9 9 0 0 0 19 11a9 9 0 0 0-2.861-6.573.58.58 0 0 0-.4-.137m-2.39 1.416c-.396.012-.643.534-.256.914A6 6 0 0 1 15 11a6 6 0 0 1-1.916 4.388c-.468.446.173 1.147.68.728A7 7 0 0 0 16 11a7 7 0 0 0-2.225-5.111c-.147-.134-.296-.186-.427-.182m-2.33 1.477c-.377.016-.645.513-.292.896A4 4 0 0 1 12 11a4 4 0 0 1-1.277 2.926c-.473.43.14 1.152.68.73A5 5 0 0 0 13 11a5 5 0 0 0-1.59-3.65.54.54 0 0 0-.392-.166" style="fill:#da4453"/>
</svg>

After

Width:  |  Height:  |  Size: 852 B

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" fill="currentColor" d="M9 6 6 9H4c-.554 0-1 .445-1 1v2c0 .553.446 1 1 1h2l3 3z"/>
<path d="M15.738 4.29c-.375.027-.624.489-.283.87A8 8 0 0 1 18 11a8 8 0 0 1-2.555 5.85c-.445.472.18 1.15.678.73A9 9 0 0 0 19 11a9 9 0 0 0-2.861-6.573.58.58 0 0 0-.4-.137m-2.39 1.416c-.396.012-.643.534-.256.914A6 6 0 0 1 15 11a6 6 0 0 1-1.916 4.388c-.468.446.173 1.147.68.728A7 7 0 0 0 16 11a7 7 0 0 0-2.225-5.111c-.147-.134-.296-.186-.427-.182m-2.33 1.477c-.377.016-.645.513-.292.896A4 4 0 0 1 12 11a4 4 0 0 1-1.277 2.926c-.473.43.14 1.152.68.73A5 5 0 0 0 13 11a5 5 0 0 0-1.59-3.65.54.54 0 0 0-.392-.166" style="fill:#f67400"/>
</svg>

After

Width:  |  Height:  |  Size: 852 B

+11
View File
@@ -0,0 +1,11 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m5 3v16h8v-1h-4v-3h5v-1h-6.2929688l-1-1h-.7070312v-3h.7070312l1-1h6.5859378l1 1h.707031v2h1v-6.7070312l-2.292969-2.2929688zm2 2h1v3h-.7070312l-1.2929688 1.2929688v-3.2929688c0-.554.446-1 1-1zm2 0h4v3h-4zm5 0h1c.554 0 1 .446 1 1v3.2929688l-1.292969-1.2929688h-.707031zm-8 8.707031 1.2929688 1.292969h.7070312v3h-1c-.554 0-1-.446-1-1z"/>
<path d="m16.5 13a1.5 1.5 0 0 0 -1.5 1.5v1.5h-1v3h5v-3h-1v-1.5a1.5 1.5 0 0 0 -1.5-1.5zm0 1a.5.5 0 0 1 .5.5v1.5h-1v-1.5a.5.5 0 0 1 .5-.5z" fill-rule="evenodd"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 783 B

+12
View File
@@ -0,0 +1,12 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="m5.1210938 3 2 2h.8789062v.8789062l1 1v-1.8789062h4v3h-2.878906l1 1h3.171875l1 1h.707031v3h-.707031l-.085938.085938.707031.707031.085938-.085938v.171875l1 1v-9.5859372l-2.292969-2.2929688zm8.8789062 2h1c.554 0 1 .446 1 1v3.2929688l-1.292969-1.2929688h-.707031zm-9 2.1210938v11.8789062h11.878906l-1.24414-1.244141c-.173646.145663-.38935.244141-.634766.244141h-1v-1.878906l-1-1v2.878906h-4v-3h3.878906l-1-1h-4.1718748l-1-1h-.7070312v-3h.7070312l.5859376-.5859375-.7070313-.7070313-.5859375.5859376v-1.171875zm1 6.5859372 1.2929688 1.292969h.7070312v3h-1c-.554 0-1-.446-1-1z" class="ColorScheme-Text" fill="currentColor"/>
<path d="m3.5 2.7929688-.7070312.7070312 15.353516 15.353516.353516.353515.707031-.707031-.353515-.353516-15-15z" class="ColorScheme-NegativeText" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+11
View File
@@ -0,0 +1,11 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m389.76455 557.04066c1.81605 1.81605 4.35942 2.40526 6.67057 1.81471l.40051-.40052.7071-.70709s.7071-.70711-.00001-1.41423l-3.04035-3.04035c-.70711-.70711-1.41422 0-1.41422 0l-.35355.35355c-.58761.58761-1.53372.5876-2.12132 0l-3.32624-3.32622c-.58759-.58759-.58761-1.53372 0-2.12134l.35356-.35355s.70709-.7071-.00001-1.41421l-3.04055-3.04055c-.70711-.7071-1.41421 0-1.41421 0l-.7071.7071-.40051.40051c-.59055 2.31115-.0001 4.85476 1.81472 6.67056z" transform="translate(-378.85714 -540.07647)"/>
<path d="m18.5 2.7929688-5.5 5.5v-3.2929688h-1v5h5v-1h-3.292969l5.5-5.5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 859 B

+12
View File
@@ -0,0 +1,12 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="m8 12.99999c-2.56828 0-4.78334 1.3818-6 3.43361l.00001.56641-.00001.99999s.00001.99999 1.00003 1h3c1 0 1-1 1-1v-.5c0-.831.66901-1.5 1.5-1.5l4.99997-.00001c.83098 0 1.5.669 1.5 1.50001v.5s0 .99999 1 .99999h3c1 0 1-.99999 1-.99999v-.99999-.56641c-1.21666-2.05181-3.43208-3.4336-6-3.4336z" class="ColorScheme-Text" fill="currentColor"/>
<path d="m4.5 3.7929688-.7070312.7070312 7.2070312 7.207031 7-6.9999998v3.2929688h1v-5h-5v1h3.292969l-6.292969 6.292969z" class="ColorScheme-NegativeText" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 801 B

Some files were not shown because too many files have changed in this diff Show More