1
0
Fork 0
mirror of https://github.com/vinceliuice/WhiteSur-icon-theme.git synced 2024-10-16 11:40:47 +00:00
This commit is contained in:
vinceliuice 2023-06-11 12:06:21 +08:00
parent ed20593322
commit 54ffa0a424
44 changed files with 249 additions and 382 deletions

View file

@ -3,11 +3,11 @@
color:#363636;
}</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="M 1.9375,7 C 1.41813,7 1,7.41813 1,7.9375 v 4.125 C 1,12.58187 1.41813,13 1.9375,13 h 12.125 C 14.58187,13 15,12.58187 15,12.0625 V 7.9375 C 15,7.41813 14.58187,7 14.0625,7 Z M 2,8 h 12 v 4 H 2 Z" stop-color="#000000" style="paint-order:stroke fill markers"/>
<path d="m5 3c-0.56246 0-1.1007 0.30263-1.4004 0.65039-0.29973 0.34776-0.4409 0.70941-0.54883 1.0332l-0.77148 2.3164h1.0547l0.66602-2c0.17519-0.52557 0.446-1 1-1h6c0.554 0 0.82481 0.47443 1 1l0.66602 2h1.0547l-0.77148-2.3164c-0.10794-0.3238-0.2491-0.68544-0.54883-1.0332-0.29974-0.34776-0.83794-0.65039-1.4004-0.65039z" color="#000000" style="paint-order:stroke fill markers"/>
<circle cx="4" cy="10" r="1" stop-color="#000000" style="paint-order:stroke fill markers"/>
<circle cx="12" cy="10" r="1" stop-color="#000000" style="paint-order:stroke fill markers"/>
<rect x="2" y="12" width="2" height="3" rx="1" ry="1" stop-color="#000000" style="paint-order:stroke fill markers"/>
<rect x="12" y="12" width="2" height="3" rx="1" ry="1" stop-color="#000000" style="paint-order:stroke fill markers"/>
<path d="M 1.9375,7 C 1.41813,7 1,7.41813 1,7.9375 v 4.125 C 1,12.58187 1.41813,13 1.9375,13 h 12.125 C 14.58187,13 15,12.58187 15,12.0625 V 7.9375 C 15,7.41813 14.58187,7 14.0625,7 Z M 2,8 h 12 v 4 H 2 Z"/>
<path d="m5 3c-0.56246 0-1.1007 0.30263-1.4004 0.65039-0.29973 0.34776-0.4409 0.70941-0.54883 1.0332l-0.77148 2.3164h1.0547l0.66602-2c0.17519-0.52557 0.446-1 1-1h6c0.554 0 0.82481 0.47443 1 1l0.66602 2h1.0547l-0.77148-2.3164c-0.10794-0.3238-0.2491-0.68544-0.54883-1.0332-0.29974-0.34776-0.83794-0.65039-1.4004-0.65039z"/>
<circle cx="4" cy="10" r="1"/>
<circle cx="12" cy="10" r="1"/>
<rect x="2" y="12" width="2" height="3" rx="1" ry="1"/>
<rect x="12" y="12" width="2" height="3" rx="1" ry="1"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 963 B

View file

@ -1,13 +1,9 @@
<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 {
<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 style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 2 2 L 2 5 L 3 5 L 3 3 L 5 3 L 5 2 L 3 2 L 2 2 z M 11 2 L 11 3 L 13 3 L 13 4 L 13 5 L 14 5 L 14 3 L 14 2 L 11 2 z M 7 5 L 4 8 L 9 8 L 12 5 L 7 5 z M 7 9 L 4 12 L 9 12 L 12 9 L 7 9 z M 2 11 L 2 12 L 2 13 L 2 14 L 5 14 L 5 13 L 3 13 L 3 12 L 3 11 L 2 11 z M 13 11 L 13 12 L 13 13 L 12 13 L 11 13 L 11 14 L 12 14 L 13 14 L 14 14 L 14 12 L 14 11 L 13 11 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m7 5-3 3h5l3-3zm0 4-3 3h5l3-3z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m3 1c-1.108 0-2 0.892-2 2v2h1v-2c0-0.554 0.446-1 1-1h2v-1zm8 0v1h2c0.554 0 1 0.446 1 1v2h1v-2c0-1.108-0.892-2-2-2zm-10 10v2c0 1.108 0.892 2 2 2h2v-1h-2c-0.554 0-1-0.446-1-1v-2zm13 0v2c0 0.554-0.446 1-1 1h-2v1h2c1.108 0 2-0.892 2-2v-2z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 591 B

View file

@ -1,55 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0alpha2 (747d63c5bf, 2019-08-27, custom)"
sodipodi:docname="empty-icon.svg"
viewBox="0 0 16 16"
height="16"
width="16"
id="svg1"
version="1.1">
<style
id="style1643"></style>
<metadata
id="metadata1181">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1179" />
<sodipodi:namedview
inkscape:current-layer="svg1"
inkscape:window-maximized="1"
inkscape:window-y="27"
inkscape:window-x="0"
inkscape:window-height="1376"
inkscape:window-width="2560"
inkscape:cy="1.2622511"
inkscape:cx="17.275235"
inkscape:zoom="22.4"
showgrid="true"
id="namedview"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10">
<inkscape:grid
id="grid"
type="xygrid" />
</sodipodi:namedview>
<g
id="empty-icon">
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -1,12 +1,7 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
<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;
}
</style>
<g class="ColorScheme-Text" fill="currentColor">
<path d="m11 8c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3zm0 1a2 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"/>
<path d="m2 2v12h6v-1h-5v-6h2l2-2h6.028l-.028 3h1v-4h-4.992l-2-2-.008.008v-.008h-4z"/>
<path d="m10 9v3h2v-1h-1v-2z"/>
</g>
}</style>
<path class="ColorScheme-Text" d="m12.5 8c-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5c0-1.933-1.567-3.5-3.5-3.5zm-0.5 1c0.277 0 0.5 0.223 0.5 0.5v2.5h1.5c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5h-2c-0.277 0-0.5-0.223-0.5-0.5v-3c0-0.277 0.223-0.5 0.5-0.5z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m2 2c-1.108 0-2 0.892-2 2v9c0 1.108 0.892 2 2 2h7.6777a4.5 4.5 0 0 1-0.91602-1h-6.7617c-0.554 0-1-0.446-1-1v-6h14v0.75977a4.5 4.5 0 0 1 1 0.91406v-3.6738c0-1.108-0.892-2-2-2h-7.6289c-0.57985-0.0229-0.6047 0.076884-1.0391-0.35742-0.43381-0.43381-0.613-0.64213-1.332-0.64258h-2zm0 1h2c0.31116-1.7e-6 0.52033 1.414e-4 0.99805 0.4707 0.47877 0.47161 0.6388 0.5293 1 0.5293h8.002c0.554 0 1 0.446 1 1v1h-14v-2c0-0.554 0.446-1 1-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 990 B

View file

@ -1,8 +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 {
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m8 2-5.96875 0.03125-0.03125 5.96875 5 4.615234v-5.615234h5.615234l-4.615234-5zm-2.5 2c0.8284271 0 1.5 0.6715728 1.5 1.5s-0.6715729 1.5-1.5 1.5-1.5-0.6715728-1.5-1.5 0.6715729-1.5 1.5-1.5zm6.5 4-4 4v2h2l4-4-2-2zm-0.310547 1.6894531 0.591797 0.5917969-2.96875 2.984375v0.015625l-0.59375-0.59375 2.970703-2.9980469z" fill="currentColor"/>
</defs>
<path class="ColorScheme-Text" d="m12 8-4 4v2h2l4-4zm-0.31055 1.6895 0.5918 0.5918-2.9688 2.9844v0.01563l-0.59375-0.59376z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m7.9941 1-5.9688 0.03125c-0.5477 0.003254-0.99089 0.44645-0.99414 0.99414l-0.03125 5.9688c-0.001369 0.28107 0.1156 0.54974 0.32227 0.74023l5.6777 5.2402v-1.3594l-5-4.6152 0.03125-5.9688 5.9688-0.03125 6 6.5-0.042969 0.042969 0.70703 0.70703 0.042969-0.042969c0.37898-0.37957 0.39105-0.9905 0.027344-1.3848l-6-6.5c-0.19049-0.20667-0.45916-0.32364-0.74023-0.32227zm-2.4941 3c-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5-0.672-1.5-1.5-1.5z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 869 B

View file

@ -1,7 +1,7 @@
<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:#323232;
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m7 6v2h2v1h-2v2h-1v-2h-2v-1h2v-2z" fill="currentColor"/>

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 579 B

View file

@ -1,18 +1,9 @@
<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="M 3 3 L 3 13 L 6 17 L 6 14 L 6 13 L 19 13 L 19 3 L 3 3 z M 4 4 L 18 4 L 18 12 L 4 12 L 4 4 z "
class="ColorScheme-Text"
/>
<path
style="fill:#da4453"
d="M 13.980469 14 L 12.990234 14.990234 L 15 17 L 12.990234 19.009766 L 13.980469 20 L 15.990234 17.990234 L 18 20 L 18.990234 19.009766 L 16.980469 17 L 18.990234 14.990234 L 18 14 L 15.990234 16.009766 L 13.980469 14 z "
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m5 3c-1.0907 0-2 0.9093-2 2v7c0 1.0907 0.9093 2 2 2h0.69727l4.3027 2.8691v-2.8691h3.5859l-1-1h-3.5859v2l-3-2h-1c-0.554 0-1-0.446-1-1v-7c0-0.554 0.446-1 1-1h12c0.554 0 1 0.446 1 1v5a1.0001 1.0001 0 0 1 0.70703 0.29297l0.29297 0.29297v-5.5859c0-1.0907-0.9093-2-2-2h-12zm10.943 10.717a1.0001 1.0001 0 0 1 0.041016 0.2832h0.24805a1.0001 1.0001 0 0 1 0.041016-0.2832 1.0001 1.0001 0 0 1-0.33008 0z" fill="currentColor"/>
<path d="m13.98 11-0.99024 0.99023 2.0098 2.0098-2.0098 2.0098 0.99024 0.99023 2.0098-2.0098 2.0098 2.0098 0.99023-0.99023-2.0098-2.0098 2.0098-2.0098-0.99023-0.99023-2.0098 2.0098z" fill="#da4453"/>
</svg>

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 861 B

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 {
color:#363636;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="m328.99998 538.3622v10l3.00002 4-.00002-3 .00002-1h12.99998v-10zm1 1h14.00002v8h-14z" transform="translate(-326-534.3622)"
class="ColorScheme-Text"
/>
</svg>
<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 d="m5 4c-1.0907 0-2 0.9093-2 2v7c0 1.0907 0.9093 2 2 2h0.69727l4.3027 2.8691v-2.8691h7c1.0907 0 2-0.9093 2-2v-7c0-1.0907-0.9093-2-2-2h-12zm0 1h12c0.554 0 1 0.446 1 1v7c0 0.554-0.446 1-1 1h-8v2l-3-2h-1c-0.554 0-1-0.446-1-1v-7c0-0.554 0.446-1 1-1z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 510 B

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="M 11 3 C 6.568 3 3 6.568 3 11 C 3 15.432 6.568 19 11 19 C 15.432 19 19 15.432 19 11 C 19 6.568 15.432 3 11 3 z M 11 4 C 14.878 4 18 7.122 18 11 C 18 14.878 14.878 18 11 18 C 7.122 18 4 14.878 4 11 C 4 7.122 7.122 4 11 4 z M 11 6 A 2.0000021 2.0000014 0 0 0 9 8 L 9 10 L 7 10 L 7 15 L 15 15 L 15 10 L 13 10 L 13 8 A 2.0000021 2.0000014 0 0 0 11 6 z M 11 7 A 1 1 0 0 1 12 8 L 12 10 L 10 10 L 10 8 A 1 1 0 0 1 11 7 z M 8 11 L 9 11 L 10 11 L 12 11 L 13 11 L 14 11 L 14 14 L 8 14 L 8 11 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m11 3c-2.216 0-4 1.784-4 4v2c-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-3v-2c0-2.216-1.784-4-4-4zm0 1c1.662 0 3 1.338 3 3v2h-6v-2c0-1.662 1.338-3 3-3zm-4 6h8c1.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="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 558 B

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="M 10 3 L 10 10 L 12 10 L 12 3 L 10 3 z M 9 3.265625 C 5.5444518 4.1502188 3 7.2610109 3 11 C 3 15.432 6.568 19 11 19 C 15.432 19 19 15.432 19 11 C 19 7.2610109 16.455548 4.1502188 13 3.265625 L 13 4.3027344 C 15.895041 5.15992 18 7.819625 18 11 C 18 14.878 14.878 18 11 18 C 7.122 18 4 14.878 4 11 C 4 7.819625 6.1049587 5.15992 9 4.3027344 L 9 3.265625 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m10.5 3v8h1v-8h-1zm-4.4082 1.6895c-1.8821 1.457-3.0918 3.734-3.0918 6.3105 0 4.432 3.568 8 8 8 4.432 0 8-3.568 8-8 0-2.5766-1.2097-4.8535-3.0918-6.3105l-0.61719 0.79297c1.6475 1.2746 2.709 3.2628 2.709 5.5176 0 3.878-3.122 7-7 7-3.878 0-7-3.122-7-7 0-2.2548 1.0614-4.243 2.709-5.5176l-0.61719-0.79297z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 569 B

View file

@ -1,8 +1,10 @@
<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 {
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m9 3-6 2 2 6 7 3.5v-2.5h5l2-4-10-5zm-6 2v6l8 8 1-1v-2.634766l-8-4.365234-1-6zm3.5 0c0.831 0 1.5 0.669 1.5 1.5s-0.669 1.5-1.5 1.5-1.5-0.669-1.5-1.5 0.669-1.5 1.5-1.5zm10.5 8-4 4v2h2l4-4-2-2zm-0.310547 1.689453 0.591797 0.591797-2.96875 2.984375v0.015625l-0.59375-0.59375 2.970703-2.998047z" fill="currentColor"/>
</defs>
<path class="ColorScheme-Text" d="m17 13-4 4v2h2l4-4zm-0.31055 1.6895 0.5918 0.5918-2.9688 2.9844v0.01563l-0.59375-0.59376z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m4 3c-0.55218 1.143e-4 -0.99989 0.44782-1 1v7.0703c-1.75e-5 0.2652 0.10548 0.51947 0.29297 0.70703l7.7773 7.7793c0.33132 0.33125 0.83646 0.37725 1.2207 0.14648a1.0001 1.0001 0 0 1-0.29102-0.70312v-0.37305l-0.22266 0.22266-7.7773-7.7793v-7.0703h7.0703l7.7793 7.7773-0.83008 0.82812 0.70703 0.70703 0.83008-0.82812c0.39047-0.39055 0.39047-1.0236 0-1.4141l-7.7793-7.7773c-0.18756-0.18749-0.44183-0.29298-0.70703-0.29297h-7.0703z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m7.9512 6a2 2 0 0 0-1.9512 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-0.048828 0zm0.048828 1a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,17 +1,13 @@
<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;
}
.ColorScheme-Highlight {
color:#3daee9;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 9 3 L 3 5 L 5 11 L 10 13.5 L 10 10 L 18 10 L 19 8 L 9 3 z M 3 5 L 3 11 L 10 18 L 10 14.273438 L 4 11 L 3 5 z M 6.5 5 C 7.331 5 8 5.669 8 6.5 C 8 7.331 7.331 8 6.5 8 C 5.669 8 5 7.331 5 6.5 C 5 5.669 5.669 5 6.5 5 z M 15 11 C 12.784 11 11 12.784 11 15 C 11 17.216 12.784 19 15 19 C 17.216 19 19 17.216 19 15 C 19 12.784 17.216 11 15 11 z M 15 12 C 16.66199 12 18 13.338 18 15 C 18 16.662 16.66199 18 15 18 C 13.33801 18 12 16.662 12 15 C 12 13.338 13.33801 12 15 12 z M 14 13 L 14 15 L 14 16 L 15 16 L 16 16 L 16 15 L 15 15 L 15 13 L 14 13 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m15 11c-2.216 0-4 1.784-4 4s1.784 4 4 4 4-1.784 4-4-1.784-4-4-4zm0 1c1.662 0 3 1.338 3 3s-1.338 3-3 3-3-1.338-3-3 1.338-3 3-3zm-1 1v3h2v-1h-1v-2z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m4 3c-0.55218 1.143e-4 -0.99989 0.44782-1 1v7.0703c-1.75e-5 0.2652 0.10548 0.51947 0.29297 0.70703l7.7773 7.7793c0.39055 0.39047 1.0236 0.39047 1.4141 0l0.16016-0.16016a5 5 0 0 1-0.84961-0.56445l-0.017578 0.017578-7.7773-7.7793v-7.0703h7.0703l7.4648 7.4648 0.31445 0.3125-0.015625 0.015625a5 5 0 0 1 0.57227 0.8418l0.15039-0.15039c0.39047-0.39055 0.39047-1.0236 0-1.4141l-7.7793-7.7773c-0.18756-0.18749-0.44183-0.29298-0.70703-0.29297h-7.0703z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m7.9512 6a2 2 0 0 0-1.9512 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-0.048828 0zm0.048828 1a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1z" color="#363636" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 947 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,23 +1,15 @@
<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;
}
.ColorScheme-Highlight {
color:#3daee9;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 3 3 L 3 19 L 14 19 L 14 18 L 4 18 L 4 7 L 18 7 L 18 14 L 19 14 L 19 3 L 17 3 L 17 6 L 15 6 L 15 3 L 7 3 L 7 6 L 5 6 L 5 3 L 3 3 z M 5 8 L 5 11 L 6 11 L 6 10 L 10 10 L 10 11 L 11 11 L 11 8 L 10 8 L 10 9 L 6 9 L 6 8 L 5 8 z M 9 12 L 9 15 L 10 15 L 10 14 L 14 14 L 14 15 L 15 15 L 15 12 L 14 12 L 14 13 L 10 13 L 10 12 L 9 12 z M 16 14 L 16 16 L 14 16 L 14 17 L 16 17 L 16 19 L 17 19 L 17 17 L 19 17 L 19 16 L 17 16 L 17 14 L 16 14 z "
class="ColorScheme-Text"
/>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="m 433.71432,532.79071 0.99995,0 c 10e-6,0 2e-5,10e-6 2e-5,3e-5 l 0,10.99994 c 0,2e-5 -1e-5,3e-5 -2e-5,3e-5 l -0.99995,0 c -10e-6,0 -3e-5,-10e-6 -3e-5,-3e-5 l 0,-10.99994 c 0,-2e-5 2e-5,-3e-5 3e-5,-3e-5 z"
class="ColorScheme-Highlight"
transform="translate(-421.71429,-525.79074)"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m16 14v2h-2v1h2v2h1v-2h2v-1h-2v-2z" fill="currentColor"/>
<rect x="12" y="6" width="1" height="12" ry="3.7993e-5" fill="#1d99f3"/>
<path class="ColorScheme-Text" d="m6 8v3h1v-1h3v1h1v-3h-1v1h-3v-1z" color="#363636" fill="currentColor"/>
<path class="ColorScheme-Text" d="m10 13v3h1v-1h4v-2h-1v1h-3v-1z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m5 3c-1.662 0-3 1.338-3 3v10c0 1.662 1.338 3 3 3h9v-1h-9c-1.108 0-2-0.892-2-2v-8c0-1.108 0.892-2 2-2h11c1.108 0 2 0.892 2 2v6h1v-8c0-1.662-1.338-3-3-3z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 844 B

View file

@ -1,18 +1,9 @@
<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><g transform="translate(1,1)">
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 3 3 L 3 13 L 6 17 L 6 14 L 6 13 L 19 13 L 19 3 L 3 3 z M 4 4 L 18 4 L 18 12 L 4 12 L 4 4 z "
class="ColorScheme-Text"
/>
<path
style="fill:#da4453"
d="M 13.980469 14 L 12.990234 14.990234 L 15 17 L 12.990234 19.009766 L 13.980469 20 L 15.990234 17.990234 L 18 20 L 18.990234 19.009766 L 16.980469 17 L 18.990234 14.990234 L 18 14 L 15.990234 16.009766 L 13.980469 14 z "
/>
</g></svg>
}</style>
</defs>
<path class="ColorScheme-Text" d="m6 5c-1.0907 0-2 0.9093-2 2v7c0 1.0907 0.9093 2 2 2h0.69727l4.3027 2.8691v-2.8691h3.5859l-1-1h-3.5859v2l-3-2h-1c-0.554 0-1-0.446-1-1v-7c0-0.554 0.446-1 1-1h12c0.554 0 1 0.446 1 1v5a1.0001 1.0001 0 0 1 0.70703 0.29297l0.29297 0.29297v-5.5859c0-1.0907-0.9093-2-2-2h-12zm10.943 10.717a1.0001 1.0001 0 0 1 0.041016 0.2832h0.24805a1.0001 1.0001 0 0 1 0.041016-0.2832 1.0001 1.0001 0 0 1-0.33008 0z" fill="currentColor"/>
<path d="m14.98 13-0.99024 0.99023 2.0098 2.0098-2.0098 2.0098 0.99024 0.99023 2.0098-2.0098 2.0098 2.0098 0.99023-0.99023-2.0098-2.0098 2.0098-2.0098-0.99023-0.99023-2.0098 2.0098z" color="#000000" fill="#da4453" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="-inkscape-stroke:none"/>
</svg>

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 971 B

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 4 5 L 4 15 L 7 19 L 7 16 L 7 15 L 20 15 L 20 5 L 4 5 z M 5 6 L 19 6 L 19 14 L 5 14 L 5 6 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m6 5c-1.0907 0-2 0.9093-2 2v7c0 1.0907 0.9093 2 2 2h0.69727l4.3027 2.8691v-2.8691h7c1.0907 0 2-0.9093 2-2v-7c0-1.0907-0.9093-2-2-2h-12zm0 1h12c0.554 0 1 0.446 1 1v7c0 0.554-0.446 1-1 1h-8v2l-3-2h-1c-0.554 0-1-0.446-1-1v-7c0-0.554 0.446-1 1-1z" color="#363636" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 526 B

View file

@ -1,6 +1,6 @@
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#232629;
color:#363636;
}</style>
<path class="ColorScheme-Text" d="m12 3-5 5 0.70703 0.70703 4.293-4.293 4.293 4.293 0.70703-0.70703zm-7 7c-1.108 0-2 0.892-2 2v7c0 1.108 0.892 2 2 2h14c1.108 0 2-0.892 2-2v-7c0-1.108-0.892-2-2-2zm0 1h14c0.554 0 1 0.446 1 1h-16c0-0.554 0.446-1 1-1zm-1 2h16v6c0 0.554-0.446 1-1 1h-14c-0.554 0-1-0.446-1-1zm1 1v1h2v-1zm3 0v1h2v-1zm3 0v1h2v-1zm3 0v1h2v-1zm3 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h2v-1zm3 0v1h2v-1zm3 0v1h2v-1zm3 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 708 B

View file

@ -1,18 +1,10 @@
<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><g transform="translate(1,1)">
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 3 3 L 3 4 L 3 7 L 4 7 L 4 4 L 7 4 L 7 3 L 4 3 L 3 3 z M 15 3 L 15 4 L 18 4 L 18 7 L 19 7 L 19 3 L 15 3 z M 5 5 L 5 10 L 10 10 L 10 5 L 5 5 z M 12 5 L 12 10 L 17 10 L 17 5 L 12 5 z M 6 6 L 9 6 L 9 9 L 6 9 L 6 6 z M 13 6 L 16 6 L 16 9 L 13 9 L 13 6 z M 5 12 L 5 17 L 10 17 L 10 12 L 5 12 z M 12 12 L 12 17 L 13 17 L 13 16 L 13 13 L 16 13 L 17 13 L 17 12 L 12 12 z M 6 13 L 9 13 L 9 16 L 6 16 L 6 13 z M 3 15 L 3 19 L 4 19 L 7 19 L 7 18 L 4 18 L 4 15 L 3 15 z "
class="ColorScheme-Text"
/>
<path
style="fill:#da4453;fill-opacity:1;stroke:none"
d="M 14.707031 14 L 14 14.707031 L 15.792969 16.5 L 14 18.292969 L 14.707031 19 L 16.5 17.207031 L 18.292969 19 L 19 18.292969 L 17.207031 16.5 L 19 14.707031 L 18.292969 14 L 16.5 15.792969 L 14.707031 14 z "
/>
</g></svg>
}</style>
</defs>
<path class="ColorScheme-Text" d="m6 4c-1.108 0-2 0.892-2 2v2h1v-2c0-0.554 0.446-1 1-1h2v-1zm10 0v1h2c0.554 0 1 0.446 1 1v2h1v-2c0-1.108-0.892-2-2-2zm-12 12v2c0 1.108 0.892 2 2 2h2v-1h-2c-0.554 0-1-0.446-1-1v-2z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m7 6c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h3c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1h-3zm7 0c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h3c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1h-3zm-7 1h3v3h-3v-3zm7 0h3v3h-3v-3zm-7 6c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h3c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1h-3zm7 0c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1v-1-3h3 1c0-0.554-0.446-1-1-1h-3zm-7 1h3v3h-3v-3z" fill="currentColor"/>
<path d="m15.707 15-0.70703 0.70703 1.793 1.793-1.793 1.793 0.70703 0.70703 1.793-1.793 1.793 1.793 0.70703-0.70703-1.793-1.793 1.793-1.793-0.70703-0.70703-1.793 1.793z" fill="#da4453"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,21 +1,15 @@
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; }</style>
<linearGradient id="linearGradient6212" x1="-15.458" x2="-.9575" y1="94.607" y2="109.61" gradientTransform="translate(19.958 -90.107)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ececec" offset="0"/>
<stop stop-color="#666" offset="1"/>
<linearGradient id="linearGradient6212" x1="-15.458" x2="-.9575" y1="94.607" y2="109.61" gradientTransform="translate(19.958,-90.107)" gradientUnits="userSpaceOnUse">
<stop stop-color="#3daee9" stop-opacity="0" offset="0"/>
<stop stop-color="#47b2eb" stop-opacity=".5" offset="1"/>
</linearGradient>
</defs>
<g>
<path d="m19.5 19.5c-3.5-7.5 4.5-7.5 0-15-7.5 4.5-7.5-3.5-15 0 4.5 7.5-3.5 7.5 0 15 7.5-3.5 7.5 4.5 15 0z" fill="url(#linearGradient6212)"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m9.0312 3.1621c-1.2763-0.20421-2.801-0.021102-4.7422 0.88477a0.50005 0.50005 0 0 0-0.21875 0.71094c1.0914 1.819 1.3921 3.1147 1.3359 4.168-0.056174 1.0533-0.47673 1.91-0.97266 2.8398-0.49593 0.92987-1.0673 1.9268-1.2715 3.2031s-0.021102 2.801 0.88477 4.7422a0.50005 0.50005 0 0 0 0.66406 0.24219c1.8089-0.84413 3.0966-0.97353 4.1641-0.80273 1.0675 0.17079 1.9455 0.66194 2.8906 1.166s1.9634 1.021 3.2539 1.0898c1.2905 0.068826 2.8072-0.31794 4.7383-1.4766a0.50005 0.50005 0 0 0 0.19531-0.64063c-0.84413-1.8089-0.97353-3.0966-0.80273-4.1641 0.17079-1.0675 0.66194-1.9455 1.166-2.8906s1.021-1.9634 1.0898-3.2539c0.068826-1.2905-0.31794-2.8072-1.4766-4.7383a0.50005 0.50005 0 0 0-0.6875-0.17188c-1.819 1.0914-3.1147 1.3921-4.168 1.3359-1.0533-0.056174-1.91-0.47673-2.8398-0.97266-0.92987-0.49593-1.9268-1.0673-3.2031-1.2715zm-0.15625 0.98828c1.0675 0.17079 1.9455 0.66194 2.8906 1.166 0.94513 0.50407 1.9634 1.021 3.2539 1.0898 1.1663 0.062205 2.5617-0.33045 4.2363-1.2461 0.87902 1.5856 1.2018 2.8016 1.1504 3.7656-0.056174 1.0533-0.47673 1.91-0.97266 2.8398s-1.0673 1.9268-1.2715 3.2031c-0.18564 1.1603 0.022003 2.5683 0.72852 4.2656-1.6137 0.90391-2.8413 1.2239-3.8164 1.1719-1.0533-0.056174-1.91-0.47673-2.8398-0.97266s-1.9268-1.0673-3.2031-1.2715c-1.148-0.18368-2.5424 0.02583-4.2148 0.71289-0.65865-1.5687-0.82183-2.7762-0.66602-3.75 0.17079-1.0675 0.66194-1.9455 1.166-2.8906 0.50407-0.94513 1.021-1.9634 1.0898-3.2539 0.061513-1.1534-0.33048-2.5347-1.2227-4.1836 1.5363-0.63457 2.7308-0.80017 3.6914-0.64648z"/>
<path d="m2.5 2.5h4v4h-4z" fill="#fff"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m2.5 2a0.50005 0.50005 0 0 0-0.5 0.5v4a0.50005 0.50005 0 0 0 0.5 0.5h4a0.50005 0.50005 0 0 0 0.5-0.5v-4a0.50005 0.50005 0 0 0-0.5-0.5h-4zm0.5 1h3v3h-3v-3z"/>
<path d="m17.49 17.5h4.0099v4.0036h-4.0099z" fill="#fff"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m17.49 17a0.49916 0.49916 0 0 0-0.5 0.5v4.0039a0.49916 0.49916 0 0 0 0.5 0.49805h4.0098a0.49916 0.49916 0 0 0 0.5-0.49805v-4.0039a0.49916 0.49916 0 0 0-0.5-0.5h-4.0098zm0.49805 1h3.0117v3.0039h-3.0117v-3.0039z"/>
<path d="m17.5 2.5h4.0099v4.0036h-4.0099z" fill="#fff"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m17.5 2a0.49916 0.49916 0 0 0-0.5 0.5v4.0039a0.49916 0.49916 0 0 0 0.5 0.49805h4.0098a0.49916 0.49916 0 0 0 0.5-0.49805v-4.0039a0.49916 0.49916 0 0 0-0.5-0.5h-4.0098zm0.5 1h3.0117v3.0039h-3.0117v-3.0039z"/>
<path d="m2.5 17.5h4.0099v4.0036h-4.0099z" fill="#fff"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m2.5 17a0.49916 0.49916 0 0 0-0.5 0.5v4.0039a0.49916 0.49916 0 0 0 0.5 0.49805h4.0098a0.49916 0.49916 0 0 0 0.5-0.49805v-4.0039a0.49916 0.49916 0 0 0-0.5-0.5h-4.0098zm0.5 1h3.0117v3.0039h-3.0117v-3.0039z"/>
</g>
<path d="m8.0273 3.5859c-0.467 0.0027985-0.97439 0.064958-1.5273 0.19727v2.7168h-1.0195c1.8347 4.9652-2.8853 6.0349-1.6973 11h2.7266v1.2812c4.9532-1.1785 6.0273 3.5264 10.98 1.7031v-2.9844h1.293c-1.1877-4.9637 3.5297-6.0345 1.6992-10.996h-2.9824v-1.0234c-4.4122 1.6304-5.7463-1.9169-9.4727-1.8945z" fill="url(#linearGradient6212)"/>
<path class="ColorScheme-Text" d="m8.0254 3.0859c-0.4726 0.0034882-0.98131 0.065691-1.5254 0.1875v1.0723c0.92686-0.2503 1.709-0.30187 2.375-0.19531 1.0675 0.17079 1.9455 0.66196 2.8906 1.166 0.94513 0.50407 1.9634 1.021 3.2539 1.0898 0.73251 0.039069 1.5548-0.10279 2.4805-0.43945v-1.0215c-0.95946 0.3792-1.7448 0.49727-2.4258 0.46094-1.0533-0.056174-1.91-0.47673-2.8398-0.97266-0.92987-0.49593-1.9268-1.0673-3.2031-1.2715-0.31908-0.051052-0.65311-0.078776-1.0059-0.076172zm-3.0781 3.4141c0.37917 0.9594 0.49532 1.7449 0.45898 2.4258-0.056174 1.0533-0.47673 1.91-0.97266 2.8398-0.49593 0.92987-1.0673 1.9268-1.2715 3.2031-0.11944 0.74656-0.1014 1.5811 0.11133 2.5312h1.0684c-0.24948-0.9276-0.29816-1.7078-0.19141-2.375 0.17079-1.0675 0.66196-1.9455 1.166-2.8906 0.50407-0.94513 1.021-1.9634 1.0898-3.2539 0.03901-0.73146-0.10568-1.5556-0.44336-2.4805h-1.0156zm14.957 0.0039062c0.3878 0.95426 0.53771 1.7512 0.50195 2.4219-0.056174 1.0533-0.47673 1.91-0.97266 2.8398s-1.0673 1.9268-1.2715 3.2031c-0.11824 0.73904-0.075799 1.5805 0.15234 2.5312h0.98047c-0.23913-0.93134-0.25289-1.6978-0.14453-2.375 0.17079-1.0675 0.66196-1.9455 1.166-2.8906s1.021-1.9634 1.0898-3.2539c0.039388-0.73853-0.078173-1.5546-0.39648-2.4766h-1.1055zm-11.781 11.596c-0.49792 0.007113-1.0357 0.079866-1.6133 0.21875v0.97461c0.92643-0.23644 1.6906-0.25051 2.3652-0.14258 1.0675 0.17079 1.9455 0.66196 2.8906 1.166s1.9634 1.021 3.2539 1.0898c0.73696 0.039304 1.5512-0.077779 2.4707-0.39453v-1.1016c-0.95264 0.38487-1.7456 0.53185-2.416 0.49609-1.0533-0.056174-1.91-0.47673-2.8398-0.97266s-1.9268-1.0673-3.2031-1.2715c-0.287-0.04592-0.58991-0.067046-0.9082-0.0625z" fill="currentColor"/>
<path d="m2.5 2a0.50005 0.50005 0 0 0-0.5 0.5v4a0.50005 0.50005 0 0 0 0.5 0.5h4a0.50005 0.50005 0 0 0 0.5-0.5v-4a0.50005 0.50005 0 0 0-0.5-0.5h-4zm0.5 1h3v3h-3v-3z" fill="#3daee9"/>
<path d="m17.49 17a0.49916 0.49916 0 0 0-0.5 0.5v4.0039a0.49916 0.49916 0 0 0 0.5 0.49805h4.0098a0.49916 0.49916 0 0 0 0.5-0.49805v-4.0039a0.49916 0.49916 0 0 0-0.5-0.5h-4.0098zm0.49805 1h3.0117v3.0039h-3.0117v-3.0039z" fill="#3daee9"/>
<path d="m17.5 2a0.49916 0.49916 0 0 0-0.5 0.5v4.0039a0.49916 0.49916 0 0 0 0.5 0.49805h4.0098a0.49916 0.49916 0 0 0 0.5-0.49805v-4.0039a0.49916 0.49916 0 0 0-0.5-0.5h-4.0098zm0.5 1h3.0117v3.0039h-3.0117v-3.0039z" fill="#3daee9"/>
<path d="m2.5 17a0.49916 0.49916 0 0 0-0.5 0.5v4.0039a0.49916 0.49916 0 0 0 0.5 0.49805h4.0098a0.49916 0.49916 0 0 0 0.5-0.49805v-4.0039a0.49916 0.49916 0 0 0-0.5-0.5h-4.0098zm0.5 1h3.0117v3.0039h-3.0117v-3.0039z" fill="#3daee9"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,14 +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><g transform="translate(1,1)">
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 11 3 C 6.568 3 3 6.568 3 11 C 3 15.432 6.568 19 11 19 C 15.432 19 19 15.432 19 11 C 19 6.568 15.432 3 11 3 z M 11 4 C 14.878 4 18 7.122 18 11 C 18 14.878 14.878 18 11 18 C 7.122 18 4 14.878 4 11 C 4 7.122 7.122 4 11 4 z M 11 6 A 2.0000021 2.0000014 0 0 0 9 8 L 9 10 L 7 10 L 7 15 L 15 15 L 15 10 L 13 10 L 13 8 A 2.0000021 2.0000014 0 0 0 11 6 z M 11 7 A 1 1 0 0 1 12 8 L 12 10 L 10 10 L 10 8 A 1 1 0 0 1 11 7 z M 8 11 L 9 11 L 10 11 L 12 11 L 13 11 L 14 11 L 14 14 L 8 14 L 8 11 z "
class="ColorScheme-Text"
/>
</g></svg>
}</style>
</defs>
<path class="ColorScheme-Text" d="m12 4c-2.216 0-4 1.784-4 4v2c-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-3v-2c0-2.216-1.784-4-4-4zm0 1c1.662 0 3 1.338 3 3v2h-6v-2c0-1.662 1.338-3 3-3zm-4 6h8c1.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="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 866 B

After

Width:  |  Height:  |  Size: 558 B

View file

@ -1,13 +1,9 @@
<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 4 4 L 4 8 L 4 19 L 4 20 L 14 20 L 20 20 L 20 19 L 20 14 L 20 8 L 20 4 L 4 4 z M 5 8 L 19 8 L 19 14 L 19 19 L 14 19 L 5 19 L 5 8 z M 10 11 L 10 17 L 15 14 L 10 11 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m10 11v6l5-3z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m7 4c-1.662 0-3 1.338-3 3v10c0 1.662 1.338 3 3 3h10c1.662 0 3-1.338 3-3v-10c0-1.662-1.338-3-3-3h-10zm0 1h10c1.108 0 2 0.892 2 2h-14c0-1.108 0.892-2 2-2zm-2 3h14v9c0 1.108-0.892 2-2 2h-10c-1.108 0-2-0.892-2-2v-9z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 551 B

View file

@ -1,14 +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><g transform="translate(1,1)">
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 10 3 L 10 10 L 12 10 L 12 3 L 10 3 z M 9 3.265625 C 5.5444518 4.1502188 3 7.2610109 3 11 C 3 15.432 6.568 19 11 19 C 15.432 19 19 15.432 19 11 C 19 7.2610109 16.455548 4.1502188 13 3.265625 L 13 4.3027344 C 15.895041 5.15992 18 7.819625 18 11 C 18 14.878 14.878 18 11 18 C 7.122 18 4 14.878 4 11 C 4 7.819625 6.1049587 5.15992 9 4.3027344 L 9 3.265625 z "
class="ColorScheme-Text"
/>
</g></svg>
}</style>
</defs>
<path class="ColorScheme-Text" d="m11.5 4v8h1v-8zm-4.4082 1.6895c-1.8821 1.457-3.0918 3.734-3.0918 6.3105 0 4.432 3.568 8 8 8 4.432 0 8-3.568 8-8 0-2.5766-1.2097-4.8535-3.0918-6.3105l-0.61719 0.79297c1.6475 1.2746 2.709 3.2628 2.709 5.5176 0 3.878-3.122 7-7 7-3.878 0-7-3.122-7-7 0-2.2548 1.0614-4.243 2.709-5.5176z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 549 B

View file

@ -1,21 +1,12 @@
<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;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 4 4 L 4 20 L 14 20 L 15 20 L 20 20 L 20 4 L 15 4 L 14 4 L 4 4 z M 5 8 L 14 8 L 14 19 L 5 19 L 5 8 z M 15 8 L 19 8 L 19 19 L 15 19 L 15 8 z "
class="ColorScheme-Text"/>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 7.7070312 11 L 7 11.707031 L 8.7929688 13.5 L 7 15.292969 L 7.7070312 16 L 9.5 14.207031 L 11.292969 16 L 12 15.292969 L 10.207031 13.5 L 12 11.707031 L 11.292969 11 L 9.5 12.792969 L 7.7070312 11 z "
class="ColorScheme-NegativeText"
/>
}</style>
</defs>
<path class="ColorScheme-NegativeText" d="m7.707 11-0.70703 0.70703 1.793 1.793-1.793 1.793 0.70703 0.70703 1.793-1.793 1.793 1.793 0.70703-0.70703-1.793-1.793 1.793-1.793-0.70703-0.70703-1.793 1.793-1.793-1.793z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m6 4c-1.108 0-2 0.892-2 2v12c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-12c0-1.108-0.892-2-2-2zm0 1h12c0.554 0 1 0.446 1 1v1h-14v-1c0-0.554 0.446-1 1-1zm-1 3h9v11h-8c-0.554 0-1-0.446-1-1zm10 0h4v10c0 0.554-0.446 1-1 1h-3z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 792 B

View file

@ -1,21 +1,12 @@
<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;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 4 4 L 4 20 L 9 20 L 10 20 L 20 20 L 20 4 L 10 4 L 9 4 L 4 4 z M 5 8 L 9 8 L 9 19 L 5 19 L 5 8 z M 10 8 L 19 8 L 19 19 L 10 19 L 10 8 z "
class="ColorScheme-Text"/>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 12.707031 11 L 12 11.707031 L 13.792969 13.5 L 12 15.292969 L 12.707031 16 L 14.5 14.207031 L 16.292969 16 L 17 15.292969 L 15.207031 13.5 L 17 11.707031 L 16.292969 11 L 14.5 12.792969 L 12.707031 11 z "
class="ColorScheme-NegativeText"
/>
}</style>
</defs>
<path class="ColorScheme-NegativeText" d="m16.293 11 0.70703 0.70703-1.793 1.793 1.793 1.793-0.70703 0.70703-1.793-1.793-1.793 1.793-0.70703-0.70703 1.793-1.793-1.793-1.793 0.70703-0.70703 1.793 1.793z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m18 4c1.108 0 2 0.892 2 2v12c0 1.108-0.892 2-2 2h-12c-1.108 0-2-0.892-2-2v-12c0-1.108 0.892-2 2-2zm0 1h-12c-0.554 0-1 0.446-1 1v1h14v-1c0-0.554-0.446-1-1-1zm1 3h-9v11h8c0.554 0 1-0.446 1-1zm-10 0h-4v10c0 0.554 0.446 1 1 1h3z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 783 B

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 4 4 L 4 20 L 20 20 L 20 4 L 4 4 z M 5 8 L 9 8 L 9 19 L 5 19 L 5 8 z M 10 8 L 19 8 L 19 19 L 10 19 L 10 8 z M 14 11 L 14 13 L 12 13 L 12 14 L 14 14 L 14 16 L 15 16 L 15 14 L 17 14 L 17 13 L 15 13 L 15 11 L 14 11 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m18 4c1.108 0 2 0.892 2 2v12c0 1.108-0.892 2-2 2h-12c-1.108 0-2-0.892-2-2v-12c0-1.108 0.892-2 2-2zm0 1h-12c-0.554 0-1 0.446-1 1v1h14v-1c0-0.554-0.446-1-1-1zm1 3h-9v11h8c0.554 0 1-0.446 1-1zm-10 0h-4v10c0 0.554 0.446 1 1 1h3zm6 3v2h2v1h-2v2h-1v-2h-2v-1h2v-2z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 525 B

View file

@ -0,0 +1,12 @@
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
.ColorScheme-NegativeText {
color:#da4453;
}</style>
</defs>
<path class="ColorScheme-Text" d="m7 4c-1.662 0-3 1.338-3 3v16c0 1.662 1.338 3 3 3h12c1.662 0 3-1.338 3-3v-12l-7-7h-1zm0 1h7v4c0 1.662 1.338 3 3 3h4v11c0 1.108-0.892 2-2 2h-12c-1.108 0-2-0.892-2-2v-16c0-1.108 0.892-2 2-2zm8 0.41406 5.5859 5.5859h-3.5859c-1.108 0-2-0.892-2-2z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m17 6 1 1h2v2l1 1v-2.5859l5.5859 5.5859h-3.5859c-0.36522 0-0.70592-0.09795-1-0.26758v1.0938c0.31294 0.11011 0.64848 0.17383 1 0.17383h4v11c0 1.108-0.892 2-2 2h-12c-0.74278 0-1.3874-0.40192-1.7324-1h-1.0938c0.41051 1.1666 1.5157 2 2.8262 2h12c1.662 0 3-1.338 3-3v-12l-7-7h-1z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 941 B

View file

@ -0,0 +1,8 @@
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" 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="m7 4c-1.662 0-3 1.338-3 3v18c0 1.662 1.338 3 3 3h18c1.662 0 3-1.338 3-3v-18c0-1.662-1.338-3-3-3h-18zm0 1h18c1.108 0 2 0.892 2 2v1h-22v-1c0-1.108 0.892-2 2-2zm-2 4h22v16c0 1.108-0.892 2-2 2h-18c-1.108 0-2-0.892-2-2v-16zm4.5 4a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5zm0 1a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm3.5 0v1h10v-1h-10zm-3.5 5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5zm0 1a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm3.5 0v1h10v-1h-10z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 924 B

View file

@ -0,0 +1,8 @@
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#232629;
}</style>
</defs>
<path class="ColorScheme-Text" d="m1.1508 13.879c-1.1752 1.1752-1.1752 3.0674 0 4.2426l12.728 12.728c1.1752 1.1752 3.0674 1.1752 4.2426 0l12.728-12.728c1.1752-1.1752 1.1752-3.0674 0-4.2426l-12.728-12.728c-1.1752-1.1752-3.0674-1.1752-4.2426 0zm0.70711 0.70711 9.1924-9.1924 2.8685 2.8685a2.5 2.5 0 0 0 0.3135 3.1419 2.5 2.5 0 0 0 1.2678 0.67948l-1e-6 9.2449a2.5 2.5 0 0 0-1.2678 0.68225 2.5 2.5 0 0 0 0 3.5355 2.5 2.5 0 0 0 3.5355 0 2.5 2.5 0 0 0 0-3.5355 2.5 2.5 0 0 0-1.2678-0.68225l-1e-6 -9.2449a2.5 2.5 0 0 0 0.87422-0.36598l3.6156 3.6156a2.5 2.5 0 0 0 0.3135 3.1419 2.5 2.5 0 0 0 3.5355 0 2.5 2.5 0 0 0 0-3.5355 2.5 2.5 0 0 0-3.1461-0.31765l-3.6115-3.6115a2.5 2.5 0 0 0-0.3135-3.1419 2.5 2.5 0 0 0-3.1461-0.31765l-2.8643-2.8643 2.8284-2.8284c0.78347-0.78347 2.045-0.78347 2.8284 0l12.728 12.728c0.78347 0.78347 0.78347 2.045 0 2.8284l-12.728 12.728c-0.78347 0.78347-2.045 0.78347-2.8284 0l-12.728-12.728c-0.78347-0.78347-0.78347-2.045 0-2.8284zm13.081-6.0104a1.5 1.5 0 0 1 2.1213 0 1.5 1.5 0 0 1 0 2.1213 1.5 1.5 0 0 1-2.1213 0 1.5 1.5 0 0 1 0-2.1213zm0 14.142a1.5 1.5 0 0 1 2.1213 0 1.5 1.5 0 0 1 0 2.1213 1.5 1.5 0 0 1-2.1213 0 1.5 1.5 0 0 1 0-2.1213zm7.0711-7.0711a1.5 1.5 0 0 1 2.1213 0 1.5 1.5 0 0 1 0 2.1213 1.5 1.5 0 0 1-2.1213 0 1.5 1.5 0 0 1 0-2.1213z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,8 +1,6 @@
<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:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m8.0176 0.98242a7 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-7zm-0.017578 4.0176c0.84039 0.00125 1.6417 0.35455 2.209 0.97461l0.78906-0.45703-0.17774 1.4746 0.003907 0.0078125h-0.003907l-0.12109 1-2.2988-0.98242 0.9082-0.52539c-0.36292-0.31617-0.82727-0.49104-1.3086-0.49219-0.7138 7.321e-4 -1.3736 0.38183-1.7305 1h-1.0957c0.42361-1.1981 1.5553-1.9994 2.8262-2zm-2.7012 3.0176 2.2988 0.98242-0.89648 0.51758c0.36174 0.31031 0.82223 0.48166 1.2988 0.48242 0.7138-7.321e-4 1.3736-0.38183 1.7305-1h1.0957c-0.42349 1.1978-1.5557 1.999-2.8262 2-0.83446-0.001143-1.6309-0.35003-2.1973-0.96289l-0.80273 0.46289 0.17969-1.4902-0.0039063-0.0097656h0.0039063l0.11914-0.98242z"/>
<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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm-0.11914 3.0059a4 4 0 0 0-2.6152 1.166 4 4 0 0 0-0.042969 0.042969 4 4 0 0 0-0.57422 4.8164l2.0312-2.0312-0.70703-0.70703-0.87305 0.87305a3 3 0 0 1 0.83789-2.252 3 3 0 0 1 0.035156-0.035156 3 3 0 0 1 3.4121-0.58398l0.74023-0.74023a4 4 0 0 0-2.2441-0.54883zm3.6582 1.9648-2.0312 2.0293 0.70703 0.70703 0.87305-0.87305a3 3 0 0 1-0.87305 2.2871 3 3 0 0 1-3.4121 0.58398l-0.74023 0.74023a4 4 0 0 0 4.8594-0.61719 4 4 0 0 0 0.61719-4.8574z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 987 B

After

Width:  |  Height:  |  Size: 888 B

View file

@ -1,6 +1,3 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css"/>
</defs>
<path 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-7zm-2.4746 3.8184 2.4746 2.4746 2.4746-2.4746 0.70703 0.70703-2.4746 2.4746 2.4746 2.4746-0.70703 0.70703-2.4746-2.4746-2.4746 2.4746-0.70703-0.70703 2.4746-2.4746-2.4746-2.4746 0.70703-0.70703z" fill="#ff2a2a" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path class="error" 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-7zm-2.4746 3.8184-0.70703 0.70703 2.4746 2.4746-2.4746 2.4746 0.70703 0.70703 2.4746-2.4746 2.4746 2.4746 0.70703-0.70703-2.4746-2.4746 2.4746-2.4746-0.70703-0.70703-2.4746 2.4746-2.4746-2.4746z" fill="#ff2a2a"/>
</svg>

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 442 B

View file

@ -1,8 +1,6 @@
<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:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path style="fill:currentColor" 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-7zm-1 4h2v4h1l-2 3-2-3h1v-4z"/>
<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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm-0.90625 4v4h-2l3 3 3-3h-2v-4h-2z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 487 B

View file

@ -1,8 +1,6 @@
<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:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m8 1c-3.866 0-7 3.134-7 7 0 3.866 3.134 7 7 7 3.866 0 7-3.134 7-7 0-3.866-3.134-7-7-7zm3.0625 5.0508 0.70703 0.70703-4.2422 4.2422-2.8281-2.8281 0.70703-0.70703 2.1211 2.1211 3.5352-3.5352z"/>
<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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm3.127 4.6328-3.5371 3.5352-2.1191-2.1211-0.70703 0.70703 2.8281 2.8281 4.2422-4.2422-0.70703-0.70703z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 555 B

View file

@ -1,9 +1,7 @@
<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:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m8 1a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 4.0117-1.2676 2.5 2.5 0 0 1-0.011719-0.23242 2.5 2.5 0 0 1 2.3145-2.4922 7 7 0 0 0 0.68555-3.0078 7 7 0 0 0-7-7zm-1 3h2v2h-2v-2zm0 3h2v5h-2v-5z"/>
<circle cx="14.5" cy="13.5" r="1.5" style="fill:currentColor" class="ColorScheme-Highlight"/>
<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 3.293-0.71094 3 3 0 0 1-0.27539-0.97266 7 7 0 0 1-3.0176 0.68359 7 7 0 0 1-7-7 7 7 0 0 1 6.9062-7 7 7 0 0 1 0.09375 0 7 7 0 0 1 7 7 7 7 0 0 1-0.68359 3.0176 3 3 0 0 1 0.97461 0.27344 8 8 0 0 0 0.70898-3.291 8 8 0 0 0-8-8zm-1 4v2h2v-2h-2zm0 3v5h2v-5h-2z" fill="currentColor"/>
<circle class="ColorScheme-Highlight" cx="14" cy="14" r="2" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 677 B

View file

@ -1,8 +1,6 @@
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path d="m11 2a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9zm-0.023 5.165c1.08 2e-3 2.111 0.456 2.84 1.254l1.015-0.588-0.229 1.896 5e-3 0.01h-5e-3l-0.155 1.286-2.956-1.263 1.168-0.676a2.57 2.57 0 0 0-1.683-0.633c-0.917 1e-3 -1.766 0.491-2.225 1.286h-1.408c0.544-1.54 2-2.57 3.633-2.571zm-3.473 3.88 2.956 1.263-1.153 0.666c0.465 0.399 1.058 0.62 1.67 0.62 0.918 0 1.766-0.49 2.225-1.286h1.409c-0.544 1.54-2 2.57-3.634 2.572a3.854 3.854 0 0 1-2.825-1.238l-1.032 0.595 0.231-1.916-5e-3 -0.013h5e-3z" class="ColorScheme-Text" fill="currentColor"/>
<path class="ColorScheme-Text" d="m11 3a8 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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm-0.11914 3.0059a4 4 0 0 0-2.6152 1.166 4 4 0 0 0-0.042969 0.042969 4 4 0 0 0-0.57422 4.8164l2.0312-2.0312-0.70703-0.70703-0.87305 0.87305a3 3 0 0 1 0.83789-2.252 3 3 0 0 1 0.035156-0.035156 3 3 0 0 1 3.4121-0.58398l0.74023-0.74023a4 4 0 0 0-2.2441-0.54883zm3.6582 1.9648-2.0312 2.0293 0.70703 0.70703 0.87305-0.87305a3 3 0 0 1-0.87305 2.2871 3 3 0 0 1-3.4121 0.58398l-0.74023 0.74023a4 4 0 0 0 4.8594-0.61719 4 4 0 0 0 0.61719-4.8574z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 889 B

View file

@ -1,8 +1,3 @@
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path d="m11 2a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9zm-3.182 4.91 3.182 3.18 3.182-3.182 0.909 0.91-3.182 3.182 3.182 3.182-0.91 0.909-3.181-3.182-3.182 3.182-0.909-0.91 3.182-3.181-3.182-3.182z" fill="#ff2a2a"/>
<path class="error" d="m11 3a8 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-7zm-2.4746 3.8184-0.70703 0.70703 2.4746 2.4746-2.4746 2.4746 0.70703 0.70703 2.4746-2.4746 2.4746 2.4746 0.70703-0.70703-2.4746-2.4746 2.4746-2.4746-0.70703-0.70703-2.4746 2.4746z" fill="#ff2a2a"/>
</svg>

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 429 B

View file

@ -1,8 +1,6 @@
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path d="m11 2a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9zm-1.286 5.143h2.572v5.143h1.285l-2.571 3.857-2.571-3.857h1.285z" class="ColorScheme-Text" fill="currentColor"/>
<path class="ColorScheme-Text" d="m11 3a8 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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm-0.90625 4v4h-2l3 3 3-3h-2v-4z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 485 B

View file

@ -1,8 +1,6 @@
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path d="m11.002 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm3.938 6.494 0.909 0.909-5.455 5.454-3.636-3.636 0.91-0.909 2.726 2.727z" class="ColorScheme-Text" fill="currentColor"/>
<path class="ColorScheme-Text" d="m11 3a8 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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm3.127 4.6328-3.5371 3.5352-2.1191-2.1211-0.70703 0.70703 2.8281 2.8281 4.2422-4.2422-0.70703-0.70703z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 556 B

View file

@ -1,9 +1,7 @@
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path d="m10.99 2a9 9 0 0 0-8.99 9 9 9 0 0 0 9 9 9 9 0 0 0 5.035-1.543 3 3 0 0 1-0.035-0.457 3 3 0 0 1 3-3 3 3 0 0 1 0.06 2e-3 9 9 0 0 0 0.94-4.002 9 9 0 0 0-9-9 9 9 0 0 0-0.01 0zm-0.99 4h2v2h-2zm0 4h2v6h-2z" class="ColorScheme-Text" fill="currentColor"/>
<circle cx="19" cy="18" r="2" class="ColorScheme-Highlight" fill="currentColor"/>
<path class="ColorScheme-Text" d="m11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 3.293-0.71094 3 3 0 0 1-0.27539-0.97266 7 7 0 0 1-3.0176 0.68359 7 7 0 0 1-7-7 7 7 0 0 1 6.9062-7 7 7 0 0 1 0.09375 0 7 7 0 0 1 7 7 7 7 0 0 1-0.68359 3.0176 3 3 0 0 1 0.97461 0.27344 8 8 0 0 0 0.70898-3.291 8 8 0 0 0-8-8zm-1 4v2h2v-2zm0 3v5h2v-5z" fill="currentColor"/>
<circle class="ColorScheme-Highlight" cx="17" cy="17" r="2" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 672 B

View file

@ -1,8 +1,6 @@
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path d="m12 4a8 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-8zm-0.02009 4.5915c0.96045 0.00149 1.8762 0.4052 2.5246 1.1138l0.90178-0.52232-0.20313 1.6853 0.0045 0.0089h-0.0045l-0.13839 1.1429-2.6272-1.1228 1.0379-0.60045c-0.41477-0.36132-0.94545-0.56117-1.4955-0.56249-0.81577 8.366e-4 -1.5698 0.43638-1.9777 1.1429h-1.2522c0.48413-1.3693 1.7775-2.285 3.2299-2.2857zm-3.0871 3.4487 2.6272 1.1228-1.0245 0.59152c0.41342 0.35464 0.93969 0.55047 1.4843 0.55134 0.81577-8.37e-4 1.5698-0.43638 1.9777-1.1429h1.2522c-0.48399 1.3689-1.7779 2.2846-3.2299 2.2857-0.95367-0.0013-1.8639-0.40003-2.5112-1.1004l-0.91741 0.52902 0.20536-1.7031-0.00447-0.0112h0.00447l0.13616-1.1228z" style="fill:currentColor" class="ColorScheme-Text" />
<path class="ColorScheme-Text" d="m12 4a8 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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm-0.11914 3.0059a4 4 0 0 0-2.6152 1.166 4 4 0 0 0-0.042969 0.042969 4 4 0 0 0-0.57422 4.8164l2.0312-2.0312-0.70703-0.70703-0.87305 0.87305a3 3 0 0 1 0.83789-2.252 3 3 0 0 1 0.035156-0.035156 3 3 0 0 1 3.4121-0.58398l0.74023-0.74023a4 4 0 0 0-2.2441-0.54883zm3.6582 1.9648-2.0312 2.0293 0.70703 0.70703 0.87305-0.87305a3 3 0 0 1-0.87305 2.2871 3 3 0 0 1-3.4121 0.58398l-0.74023 0.74023a4 4 0 0 0 4.8594-0.61719 4 4 0 0 0 0.61719-4.8574z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 981 B

After

Width:  |  Height:  |  Size: 889 B

View file

@ -1,6 +1,3 @@
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css"/>
</defs>
<path d="m12 4a8 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-8zm-2.8281 4.3639 2.8281 2.8281 2.8281-2.8281 0.80803 0.80803-2.8281 2.8281 2.8281 2.8281-0.80803 0.80803-2.8281-2.8281-2.8281 2.8281-0.80803-0.80803 2.8281-2.8281-2.8281-2.8281z" fill="#ff2a2a" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
<path class="error" d="m12 4a8 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-7zm-2.4746 3.8184-0.70703 0.70703 2.4746 2.4746-2.4746 2.4746 0.70703 0.70703 2.4746-2.4746 2.4746 2.4746 0.70703-0.70703-2.4746-2.4746 2.4746-2.4746-0.70703-0.70703-2.4746 2.4746z" fill="#ff2a2a"/>
</svg>

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 429 B

View file

@ -1,8 +1,6 @@
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m12 4a8 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-8zm-1.1429 4.5714h2.2857v4.5714h1.1429l-2.2857 3.4286-2.2857-3.4286h1.1429z"/>
<path class="ColorScheme-Text" d="m12 4a8 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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm-0.90625 4v4h-2l3 3 3-3h-2v-4z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 485 B

View file

@ -1,8 +1,6 @@
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m12 4c-4.4183 0-8 3.5817-8 8 0 4.4183 3.5817 8 8 8 4.4183 0 8-3.5817 8-8 0-4.4183-3.5817-8-8-8zm3.5 5.7723 0.80804 0.80803-4.8482 4.8482-3.2321-3.2321 0.80803-0.80803 2.4241 2.4241 4.0402-4.0402z"/>
<path class="ColorScheme-Text" d="m12 4a8 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-8zm-0.09375 1a7 7 0 0 1 0.09375 0 7 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 6.9062-7zm3.127 4.6328-3.5371 3.5352-2.1191-2.1211-0.70703 0.70703 2.8281 2.8281 4.2422-4.2422-0.70703-0.70703z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 556 B

View file

@ -1,9 +1,7 @@
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<path d="m12 4a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 4.5848-1.4487 2.8571 2.8571 0 0 1-0.01339-0.26562 2.8571 2.8571 0 0 1 2.6451-2.8482 8 8 0 0 0 0.78348-3.4375 8 8 0 0 0-8-8zm-1.1429 3.4286h2.2857v2.2857h-2.2857zm0 3.4286h2.2857v5.7143h-2.2857z" style="fill:currentColor" class="ColorScheme-Text"/>
<circle cx="19.5" cy="18.5" r="1.5" style="fill:currentColor" class="ColorScheme-Highlight"/>
<path class="ColorScheme-Text" d="m12 4a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 3.293-0.71094 3 3 0 0 1-0.27539-0.97266 7 7 0 0 1-3.0176 0.68359 7 7 0 0 1-7-7 7 7 0 0 1 6.9062-7 7 7 0 0 1 0.09375 0 7 7 0 0 1 7 7 7 7 0 0 1-0.68359 3.0176 3 3 0 0 1 0.97461 0.27344 8 8 0 0 0 0.70898-3.291 8 8 0 0 0-8-8zm-1 4v2h2v-2zm0 3v5h2v-5z" fill="currentColor"/>
<circle class="ColorScheme-Highlight" cx="18" cy="18" r="2" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 644 B

After

Width:  |  Height:  |  Size: 672 B

View file

@ -1 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.0" style="display:inline;enable-background:new"><defs><linearGradient id="a"><stop offset="0" style="stop-color:#d5d3cf;stop-opacity:1"/><stop offset="1" style="stop-color:#f6f5f4;stop-opacity:1"/></linearGradient><linearGradient id="b"><stop offset="0" style="stop-color:#d5d3cf;stop-opacity:1"/><stop offset="1" style="stop-color:#949390;stop-opacity:1"/></linearGradient><linearGradient id="c"><stop offset="0" style="stop-color:#9a9996;stop-opacity:1"/><stop offset="1" style="stop-color:#77767b;stop-opacity:1"/></linearGradient></defs><g style="display:inline"><text y="297.749" x="63.912" style="font-style:normal;font-variant:normal;font-weight:700;font-stretch:normal;font-size:11.0853529px;line-height:0%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;opacity:1;fill:#000;fill-opacity:1;stroke:none;stroke-width:.99999994;enable-background:new" xml:space="preserve" transform="translate(0 -172)"><tspan y="297.749" x="63.912" style="font-size:9.23779392px;line-height:1.25;stroke-width:.99999994"> </tspan></text><g style="display:inline;opacity:1;stroke-width:1.08250976;enable-background:new" transform="matrix(.70805 0 0 .70805 351.866 -202.978)"><g style="stroke-width:1.08250976"><path style="fill:none;stroke:none;stroke-width:1.08250976" d="M165 961.362h16v16h-16z" transform="matrix(6.69697 0 0 6.69697 -1566.576 -6110.752)"/><path style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.08250976" d="M173 966.362a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm-.493.826c.374 0 .683.31.683.698 0 .387-.309.713-.683.713-.374 0-.683-.326-.683-.713 0-.387.309-.698.683-.698z" transform="matrix(6.69697 0 0 6.69697 -1566.576 -6110.752)"/><path style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.08250976" d="M173 963.362c-4.418 0-8 6-8 6s3.582 6 8 6 8-6 8-6-3.582-6-8-6zm0 2c3.866 0 6 4 6 4s-2.134 4-6 4-6-4-6-4 2.134-4 6-4z" transform="matrix(6.69697 0 0 6.69697 -1566.576 -6110.752)"/><path d="m167 967.3-1-1M179 967.3l1-1" style="color:#000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#babdb6;stroke-width:1.08250976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" transform="matrix(6.69697 0 0 6.69697 -1566.576 -6110.752)"/><path d="m169 966.3-2-2M170.375 964.862 169 962.487M172.438 964.362l-.688-3M177.438 966.3l1.562-2M176.063 964.862l1.33-2.154M174 964.362l.864-3" style="color:#000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#babdb6;stroke-width:1.08250976;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" transform="matrix(6.69697 0 0 6.69697 -1566.576 -6110.752)"/></g><circle r="73.5" cy="361.5" cx="253.5" transform="translate(-660 15.362)" style="color:#000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#babdb6;stroke-width:21.65019417;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"/><path d="m-358 317.362-92.51 113.592" style="fill:none;stroke:#babdb6;stroke-width:13.59241199;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/></g></g></svg>
<svg width="128" height="128" enable-background="new" version="1.0" xmlns="http://www.w3.org/2000/svg">
<text x="63.911999" y="125.74899" enable-background="new" fill="#000000" font-family="'Droid Sans'" font-size="11.085px" font-weight="700" style="line-height:0%" xml:space="preserve"><tspan x="63.911999" y="125.74899" font-size="9.2378px" style="line-height:1.25"> </tspan></text>
<path d="m25.047 28.88h75.869v75.869h-75.869z" fill="none"/>
<path d="m62.981 52.589a14.225 14.225 0 1 0 0 28.451 14.225 14.225 0 0 0 0-28.451zm-2.3377 3.9167c1.7734 0 3.2386 1.47 3.2386 3.3098 0 1.8351-1.4652 3.3809-3.2386 3.3809-1.7734 0-3.2386-1.5458-3.2386-3.3809 0-1.8351 1.4652-3.3098 3.2386-3.3098z" fill="#babdb6"/>
<path d="m62.981 38.364c-20.949 0-37.934 28.451-37.934 28.451s16.985 28.451 37.934 28.451c20.949 0 37.934-28.451 37.934-28.451s-16.985-28.451-37.934-28.451zm0 9.4836c18.332 0 28.451 18.967 28.451 18.967s-10.119 18.967-28.451 18.967c-18.332 0-28.451-18.967-28.451-18.967s10.119-18.967 28.451-18.967z" fill="#babdb6"/>
<path d="m34.531 57.037-4.7418-4.7418m61.643 4.7418 4.7418-4.7418" color="#000000" enable-background="accumulate" fill="none" stroke="#babdb6" stroke-linecap="round" stroke-width="5.133"/>
<path d="m44.014 52.295-9.4836-9.4836m16.004 2.6649-6.52-11.262m16.302 8.8909-3.2624-14.225m26.971 23.415 7.4067-9.4836m-13.927 2.6649 6.3066-10.214m-16.089 7.8429 4.0969-14.225" color="#000000" enable-background="accumulate" fill="none" stroke="#babdb6" stroke-linecap="round" stroke-width="5.133"/>
<path d="m64 4a60 60 0 0 0-60 60 60 60 0 0 0 60 60 60 60 0 0 0 60-60 60 60 0 0 0-60-60zm0 8a52 52 0 0 1 52 52 52 52 0 0 1-52 52 52 52 0 0 1-52-52 52 52 0 0 1 52-52z" fill="#babdb6" fill-rule="evenodd" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:stroke fill markers"/>
<rect transform="rotate(45)" x="86.51" y="-55" width="8" height="110" rx="0" ry="0" fill="#babdb6" fill-rule="evenodd" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.7127" style="paint-order:stroke fill markers"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB