1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-29 02:08:10 +00:00
This commit is contained in:
grossmj 2018-08-12 22:08:48 +07:00
parent 1fd010484d
commit 29620f4ea3
271 changed files with 11644 additions and 11 deletions

View File

@ -40,16 +40,19 @@ class Symbols:
self._symbols_path = {}
symbols = []
if get_resource("symbols"):
for file in os.listdir(get_resource("symbols")):
if file.startswith('.'):
continue
symbol_id = ':/symbols/' + file
symbols.append({
'symbol_id': symbol_id,
'filename': file,
'builtin': True,
})
self._symbols_path[symbol_id] = os.path.join(get_resource("symbols"), file)
for root, _, files in os.walk(get_resource("symbols")):
for filename in files:
if filename.startswith('.'):
continue
symbol_file = os.path.relpath(os.path.join(root, filename), get_resource("symbols"))
symbol_id = ':/symbols/' + symbol_file
symbols.append({
'symbol_id': symbol_id,
'filename': symbol_file,
'builtin': True,
})
self._symbols_path[symbol_id] = os.path.join(root, filename)
directory = self.symbols_path()
if directory:
for file in os.listdir(directory):
@ -66,7 +69,6 @@ class Symbols:
self._symbols_path[symbol_id] = os.path.join(directory, file)
symbols.sort(key=lambda x: x["filename"])
return symbols
def symbols_path(self):

View File

@ -0,0 +1,53 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata37"><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="defs35" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><g
id="g17"><g
id="g19"
transform="matrix(0,-1.75127,1.42064,0,22.4725,513.322)"><path
id="path21"
style="fill:#2d67b9"
d="M 207.484,99.968 236.031,150 178.937,150 207.484,99.968 Z" /></g><g
id="g23"
transform="matrix(0,-0.656744,0.532754,0,139.382,286.225)"><path
id="path25"
style="fill:#ffffff"
d="M 207.484,99.968 236.031,150 178.937,150 207.484,99.968 Z" /></g></g><g
id="g27"><path
id="path29"
style="fill:#2d67b9"
d="m 178.937,109.509 c 0,-5.266 -4.275,-9.541 -9.541,-9.541 l -94.458,0 c -5.265,0 -9.54,4.275 -9.54,9.541 l 0,80.905 c 0,5.266 4.275,9.541 9.54,9.541 l 94.458,0 c 5.266,0 9.541,-4.275 9.541,-9.541 l 0,-80.905 z" /><rect
id="rect31"
style="fill:#ffffff"
height="68.193001"
width="84.647003"
y="115.903"
x="79.844002" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,38 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="translate(0,-15.9782)"><path
id="path15"
style="fill:#ffffff"
d="m 241.138,156.703 -29.669,0 c -3.93,30.435 -29.971,53.981 -61.469,53.981 -31.498,0 -57.539,-23.546 -61.469,-53.981 l -29.669,0 0,-16 182.276,0 0,16 z" /><path
id="path17"
d="m 241.138,156.703 c -9.88967,0 -19.77933,0 -29.669,0 -2.75936,23.30276 -20.04169,43.99957 -42.421,50.994 -21.18426,7.05062 -45.9144,1.40736 -61.884,-14.214 -10.154998,-9.66534 -16.879935,-22.86289 -18.633,-36.78 -9.889667,0 -19.779333,0 -29.669,0 0,-5.33333 0,-10.66667 0,-16 60.75867,0 121.51733,0 182.276,0 0,5.33333 0,10.66667 0,16 z m -136.426,0 c 3.04452,18.68365 18.80759,34.37167 37.506,37.326 17.01994,3.11844 35.3316,-4.45645 45.221,-18.643 3.96655,-5.53804 6.67997,-11.97058 7.849,-18.683 -30.192,0 -60.384,0 -90.576,0 z"
style="fill:#2d67b9" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,60 @@
<?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"
id="svg128"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata134"><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="defs132" /><g
transform="matrix(0.19997959,0,0,0.19995117,0.00612242,3.3261915e-4)"
id="Background_circle"><g
id="g105"><circle
id="circle101"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path103"
d="m 150.485,0.001 c 49.52443,-0.30811961 97.99009,26.139159 124.885,67.66 29.14955,43.41666 32.66867,102.35471 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.16927,120.37286 9.3281329,175.39447 33.956,217.011 c 22.83544,40.17536 67.60985,66.70688 113.877,66.972 44.98421,1.17284 89.41924,-22.44652 113.952,-60.106 26.866,-39.70944 29.54259,-94.08821 6.807,-136.282 -21.26707,-41.053691 -65.00625,-69.348254 -111.261,-71.398 -2.58582,-0.137959 -5.17549,-0.2052 -7.765,-0.196 z"
style="fill:#2d67b9" /></g><g
id="g125"><g
id="g119"><g
id="g109"
transform="matrix(1,0,0,1.01748,0,-12.4555)"><rect
id="rect107"
style="fill:#2d67b9;fill-opacity:0;stroke:#2d67b9;stroke-width:11.89999962px"
height="93.275002"
width="142.27901"
y="103.363"
x="78.860001" /></g><g
id="g113"
transform="matrix(1.70092,0,0,1.08662,-105.138,-15.1201)"><rect
id="rect111"
style="fill:#ffffff"
height="77.197998"
width="77.197998"
y="104.31"
x="111.401" /></g><g
id="g117"
transform="translate(-4.85646,-7.97745)"><path
id="path115"
style="fill:#2d67b9"
d="m 202.868,225.508 c 0,-3.287 -2.668,-5.955 -5.954,-5.955 h -84.115 c -3.286,0 -5.954,2.668 -5.954,5.955 0,3.286 2.668,5.954 5.954,5.954 h 84.115 c 3.286,0 5.954,-2.668 5.954,-5.954 z" /></g></g><g
id="g123"
transform="matrix(1.66872,0,0,1.06605,-100.308,-7.71468)"><rect
id="rect121"
style="fill:#ffffff"
height="78.688004"
width="78.688004"
y="99.375999"
x="110.656" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,46 @@
<?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"
id="svg1072"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata1078"><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="defs1076" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g1070"><g
id="Background_circle"><g
id="g1054"><circle
id="circle1050"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path1052"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="Layer1"><g
id="g1067"><path
id="path1057"
style="fill:#2d67b9;fill-opacity:0;stroke:#2d67b9;stroke-width:12px"
d="m 193.656,225.178 h -87.312 v -0.433 h 87.312 z M 221.14,92.714 V 193.016 H 78.86 V 92.714 Z" /><g
id="g1065"
transform="matrix(0.314025,0,0,0.314025,101.684,100.157)"><path
id="path1059"
style="fill:#2d67b9"
d="M 68.751,82.244 153.879,131.92 238.287,82.244 153.879,31.058 Z" /><path
id="path1061"
style="fill:#2d67b9"
d="m 59.634,99.464 84.96,49.02 v 98.076 l -84.96,-48.641 z" /><path
id="path1063"
style="fill:#2d67b9"
d="m 162.579,149.166 85.504,-49.702 v 98.214 l -85.504,48.882 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g4"><g
id="Background_circle"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g13"
transform="translate(0,-6.69727)"><path
id="path15"
style="fill:#2d67b9"
d="m 210.025,221.534 -118.119,0 0,0 c -21.734,-0.004 -39.378,-17.65 -39.378,-39.385 0,-19.275 13.877,-35.335 32.177,-38.725 0.182,-35.883 29.37,-64.958 65.295,-64.958 35.925,0 65.113,29.075 65.295,64.958 18.3,3.39 32.177,19.45 32.177,38.725 0,21.087 -16.609,38.326 -37.447,39.338 l 0,0.047 z m -2.802,-15.929 c 0.287,0.01 0.575,0.015 0.865,0.015 12.954,0 23.471,-10.517 23.471,-23.471 0,-11.115 -7.742,-20.435 -18.124,-22.858 l -0.006,0.026 c -0.884,-0.215 -1.787,-0.38 -2.707,-0.492 -0.865,-0.098 -1.744,-0.147 -2.634,-0.147 -4.025,0 -7.814,1.015 -11.126,2.803 1.984,-5.385 3.068,-11.204 3.068,-17.274 0,-16.41 -7.917,-30.984 -20.137,-40.11 -8.32,-6.282 -18.675,-10.009 -29.893,-10.009 -11.218,0 -21.573,3.727 -29.893,10.009 -12.22,9.126 -20.137,23.7 -20.137,40.11 0,6.07 1.084,11.889 3.068,17.274 -3.312,-1.788 -7.101,-2.803 -11.126,-2.803 -0.825,0 -1.64,0.042 -2.444,0.126 -0.985,0.113 -1.952,0.287 -2.896,0.517 l -0.007,-0.03 c -10.382,2.423 -18.124,11.743 -18.124,22.858 0,12.954 10.517,23.471 23.471,23.471 0.29,0 0.578,-0.005 0.865,-0.015 0.248,0.024 0.499,0.037 0.753,0.037 l 29.987,0 -0.018,0.024 53.002,0 -0.018,-0.024 29.987,0 c 0.254,0 0.505,-0.013 0.753,-0.037 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><path
id="path17"
style="fill:#2d67b9"
d="m 182.537,71.431 c 6.916,2.87 13.373,6.628 19.228,11.13 l -10.827,26.822 14.706,25.472 28.662,4.038 c 0.475,3.635 0.721,7.343 0.721,11.107 0,3.764 -0.246,7.472 -0.721,11.107 l -28.662,4.038 -14.706,25.472 10.827,26.822 c -5.855,4.502 -12.312,8.26 -19.228,11.13 l -17.831,-22.807 -29.412,0 -17.831,22.807 c -6.916,-2.87 -13.373,-6.628 -19.228,-11.13 l 10.827,-26.822 -14.706,-25.472 -28.662,-4.038 c -0.475,-3.635 -0.721,-7.343 -0.721,-11.107 0,-3.764 0.246,-7.472 0.721,-11.107 l 28.662,-4.038 14.706,-25.472 -10.827,-26.822 c 5.855,-4.502 12.312,-8.26 19.228,-11.13 l 17.831,22.807 29.412,0 17.831,-22.807 z m 41.377,120.599 c -0.149,0.262 -0.3,0.523 -0.452,0.782 l 0.452,-0.782 z m -147.828,0 0.452,0.782 c -0.152,-0.259 -0.303,-0.52 -0.452,-0.782 z M 150,118.87 c 17.181,0 31.13,13.949 31.13,31.13 0,17.181 -13.949,31.13 -31.13,31.13 -17.181,0 -31.13,-13.949 -31.13,-31.13 0,-17.181 13.949,-31.13 31.13,-31.13 z m 73.462,-11.682 c 0.152,0.259 0.303,0.52 0.452,0.782 l -0.452,-0.782 z m -146.924,0 -0.452,0.782 c 0.149,-0.262 0.3,-0.523 0.452,-0.782 z M 150,64.973 c 0,0 0,0 0,0 z" /><g
id="g19"
transform="matrix(1.13747,0,0,1.13747,-20.62,-20.62)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><path
id="path17"
style="fill:#2d67b9"
d="m 109.7,179.509 c -6.069,-8.27 -9.655,-18.474 -9.655,-29.509 0,-1.07 0.034,-2.131 0.1,-3.184 l 0,-66.371 -18.912,18.912 0,-29.291 29.096,-29.096 29.096,29.096 0,29.207 -18.934,-18.934 0,29.361 c 8.27,-6.069 18.474,-9.655 29.509,-9.655 1.07,0 2.131,0.034 3.184,0.1 l 66.371,0 -18.912,-18.912 29.291,0 29.096,29.096 -29.096,29.096 -29.207,0 18.934,-18.934 -29.361,0 c 6.069,8.271 9.655,18.475 9.655,29.509 0,1.07 -0.034,2.131 -0.1,3.184 l 0,66.371 18.912,-18.912 0,29.291 -29.096,29.096 -29.096,-29.096 0,-29.207 18.934,18.934 0,-29.361 c -8.27,6.069 -18.474,9.655 -29.509,9.655 -1.07,0 -2.131,-0.034 -3.184,-0.1 l -66.371,0 18.912,18.912 -29.291,0 -29.096,-29.096 29.096,-29.096 29.207,0 -18.934,18.934 29.361,0 z m 40.004,-58.805 c 16.005,0 29,12.994 29,29 0,16.005 -12.995,29 -29,29 -16.006,0 -29,-12.995 -29,-29 0,-16.006 12.994,-29 29,-29 z" /><g
id="g19"
transform="matrix(1.06678,0,0,1.06678,-10.0171,-10.0171)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,48 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata33"><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="defs31" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><g
id="g17"
transform="matrix(0.724619,0,0,0.592282,68.8494,40.4095)"><path
id="path19"
style="fill:#ffffff"
d="m 250.015,109.41 c 0,-13.541 -8.986,-24.535 -20.055,-24.535 l -121.05,0 c -11.068,0 -20.054,10.994 -20.054,24.535 l 0,85.388 c 0,13.541 8.986,24.535 20.054,24.535 l 32.322,0 0.188,23.576 22.7,-23.576 65.84,0 c 11.069,0 20.055,-10.994 20.055,-24.535 l 0,-85.388 z" /><path
id="path21"
d="m 230.219,84.877 c 10.62021,0.166079 18.27714,10.321519 19.482,20.192 0.72662,11.01108 0.10958,22.08912 0.314,33.12558 -0.10937,19.90686 0.2179,39.8289 -0.162,59.72642 -0.8228,10.0534 -8.1203,20.67233 -18.861,21.38 -22.28936,0.0748 -44.58155,0.0106 -66.872,0.032 -7.56667,7.85867 -15.13333,15.71733 -22.7,23.576 -0.0627,-7.85867 -0.12533,-15.71733 -0.188,-23.576 -11.62111,-0.13842 -23.27092,0.27257 -34.875,-0.197 -11.14669,-1.85602 -17.716056,-13.73769 -17.501,-24.338 0.0873,-29.39996 -0.174196,-58.81075 0.13,-88.204 0.723062,-10.158313 8.036282,-20.966931 18.892,-21.687 40.77892,-0.07337 81.56107,-0.01331 122.341,-0.03 z m -121.257,20.259 c -2.99592,0.0323 -4.01711,3.72875 -3.546,6.16559 0.0684,28.17148 -0.13522,56.36075 0.099,84.52141 0.34326,2.43767 2.92626,3.90211 5.27459,3.249 10.95356,0.15278 21.94605,-0.30571 32.87567,0.22918 3.52056,0.61947 6.68932,2.6651 8.98474,5.36782 3.62388,-4.49524 9.5308,-6.21771 15.12518,-5.597 20.99059,-0.0761 42.00906,0.14992 62.98282,-0.109 3.20394,-1.04189 2.87801,-5.28755 2.696,-7.88418 -0.0685,-27.56261 0.13537,-55.14304 -0.099,-82.69482 -0.34391,-2.43732 -2.92622,-3.90165 -5.27459,-3.248 -39.70614,0 -79.41227,0 -119.11841,0 z"
style="fill:#2d67b9" /></g><g
id="g23"
transform="matrix(-0.724619,0,0,0.592282,231.145,78.43)"><path
id="path25"
style="fill:#ffffff"
d="m 250.015,109.322 c 0,-13.493 -8.954,-24.447 -19.983,-24.447 l -121.194,0 c -11.029,0 -19.982,10.954 -19.982,24.447 l 0,85.082 c 0,13.493 8.953,24.447 19.982,24.447 l 32.394,0 -0.186,24.058 23.074,-24.058 65.912,0 c 11.029,0 19.983,-10.954 19.983,-24.447 l 0,-85.082 z" /><path
id="path27"
d="m 108.58,84.877 c -10.582213,0.165562 -18.211559,10.284882 -19.412,20.12 -0.722889,11.00584 -0.108246,22.07844 -0.312,33.10958 0.109546,19.80117 -0.217318,39.61747 0.16,59.40942 0.821111,10.01692 8.091235,20.59913 18.794,21.303 11.13935,0.0751 22.28156,0.0104 33.422,0.032 -0.062,8.01933 -0.124,16.03867 -0.186,24.058 7.69133,-8.01933 15.38267,-16.03867 23.074,-24.058 22.64951,-0.086 45.31314,0.17072 67.954,-0.126 11.02037,-1.46718 17.81825,-12.95652 17.926,-23.377 -0.0352,-29.50672 0.14485,-59.02182 -0.089,-88.524 C 249.28959,96.677894 242.12877,85.819765 231.315,84.925 190.40609,84.809575 149.49091,84.90573 108.58,84.877 Z m 121.4,20.259 c 2.95175,0.0321 3.93938,3.68419 3.474,6.07759 -0.0669,28.06285 0.1323,56.14322 -0.097,84.19541 -0.33826,2.40471 -2.89541,3.82753 -5.20459,3.182 -21.98965,0.0942 -43.99627,-0.18783 -65.97541,0.14 -3.73465,0.51886 -7.06423,2.66539 -9.526,5.459 -3.65569,-4.71328 -9.83275,-6.20018 -15.53108,-5.599 -9.70759,-0.10759 -19.45824,0.20204 -29.14292,-0.131 -3.10043,-1.10256 -2.70931,-5.22805 -2.561,-7.77518 0.067,-27.45366 -0.13242,-54.92478 0.097,-82.36782 0.33869,-2.40503 2.89603,-3.82804 5.20559,-3.181 39.7538,0 79.50761,0 119.26141,0 z"
style="fill:#2d67b9" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata29"><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="defs27" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><g
id="g17"
transform="translate(0,7.61811)"><path
id="path19"
style="fill:#2d67b9"
d="m 169.165,126.098 -29.706,-33.738 -51.728,0 c -4.415,0 -8,-3.584 -8,-8 0,-4.415 3.585,-8 8,-8 l 55.437,0 c 2.769,0 5.212,1.411 6.648,3.552 l 29.263,33.233 45.534,0 c 4.415,0 8,3.585 8,8 0,4.416 -3.585,8 -8,8 l -49.167,0 c -2.546,0 -4.815,-1.191 -6.281,-3.047 z" /></g><g
id="g21"
transform="matrix(1,0,0,-1,0,292.297)"><path
id="path23"
style="fill:#2d67b9"
d="m 169.165,126.098 -29.706,-33.738 -51.728,0 c -4.415,0 -8,-3.584 -8,-8 0,-4.415 3.585,-8 8,-8 l 55.437,0 c 2.769,0 5.212,1.411 6.648,3.552 l 29.263,33.233 45.534,0 c 4.415,0 8,3.585 8,8 0,4.416 -3.585,8 -8,8 l -49.167,0 c -2.546,0 -4.815,-1.191 -6.281,-3.047 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata25"><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="defs23" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"><path
id="path15"
style="fill:#2d67b9"
d="m 184.85,216.436 0.002,0.005 c -10.416,5.48 -22.275,8.581 -34.852,8.581 -41.406,0 -75.022,-33.616 -75.022,-75.022 0,-41.406 33.616,-75.022 75.022,-75.022 6.321,0 12.461,0.783 18.327,2.258 l 0,10e-4 0.003,0.001 c 4.298,1.083 6.909,5.452 5.826,9.75 -1.083,4.298 -5.452,6.909 -9.75,5.826 -0.019,-0.005 -0.039,-0.01 -0.058,-0.015 l -0.001,0.003 c -4.593,-1.151 -9.399,-1.761 -14.347,-1.761 -32.541,0 -58.959,26.418 -58.959,58.959 0,32.541 26.418,58.959 58.959,58.959 9.787,0 19.021,-2.39 27.148,-6.617 0.056,-0.031 0.113,-0.062 0.17,-0.092 3.927,-2.053 8.784,-0.532 10.837,3.396 2.038,3.898 0.555,8.71 -3.305,10.79 z m 5.774,-109.15 c -3.18,-3.06 -3.294,-8.125 -0.247,-11.324 3.057,-3.21 8.144,-3.334 11.353,-0.277 l 0.002,0.001 0,0 c 14.345,13.669 23.29,32.955 23.29,54.314 0,14.97 -4.394,28.921 -11.961,40.634 l 0,0 c -2.402,3.723 -7.374,4.798 -11.099,2.398 -3.726,-2.4 -4.802,-7.374 -2.401,-11.1 0.017,-0.026 0.033,-0.052 0.051,-0.078 l -0.001,-0.001 c 5.915,-9.188 9.348,-20.123 9.348,-31.853 0,-16.801 -7.043,-31.971 -18.335,-42.714 l 0,0 z" /><path
id="path17"
style="fill:#2d67b9"
d="m 241.101,124.485 c -0.007,-0.025 -0.014,-0.05 -0.021,-0.076 -1.204,-4.277 1.292,-8.726 5.569,-9.929 4.277,-1.204 8.726,1.292 9.929,5.569 0.012,0.042 0.024,0.084 0.035,0.126 l 10e-4,0 c 2.654,9.49 4.072,19.493 4.072,29.825 0,61.089 -49.597,110.686 -110.686,110.686 -19.04,0 -36.963,-4.817 -52.616,-13.299 -0.036,-0.019 -0.071,-0.038 -0.107,-0.057 -3.906,-2.116 -5.359,-7.006 -3.242,-10.912 2.116,-3.906 7.006,-5.359 10.912,-3.242 l 0.035,0.019 0,-0.001 c 13.39,7.267 28.726,11.395 45.018,11.395 52.205,0 94.589,-42.384 94.589,-94.589 0,-8.839 -1.215,-17.397 -3.488,-25.515 l 0,0 z m -173.985,98.844 0,0 C 49.819,203.797 39.314,178.116 39.314,150 c 0,-30.642 12.478,-58.392 32.626,-78.442 0.04,-0.042 0.081,-0.084 0.123,-0.125 3.154,-3.127 8.252,-3.105 11.379,0.049 3.126,3.153 3.104,8.252 -0.049,11.378 l -0.032,0.031 0.003,0.004 C 66.104,100.034 55.411,123.778 55.411,150 c 0,24.002 8.96,45.928 23.713,62.613 0.018,0.019 0.036,0.039 0.053,0.059 2.943,3.326 2.631,8.416 -0.696,11.359 -3.327,2.943 -8.416,2.631 -11.359,-0.696 l -0.006,-0.006 z m 159.68,-128.534 0,0 C 209.616,70.948 181.608,55.411 150,55.411 c -14.128,0 -27.537,3.105 -39.582,8.668 l 0,0 c -4.031,1.839 -8.8,0.069 -10.653,-3.959 -1.857,-4.036 -0.089,-8.82 3.947,-10.677 l 0,0 C 117.798,42.941 133.479,39.314 150,39.314 c 37.007,0 69.797,18.201 89.898,46.132 l -0.001,0 0.001,0 c 2.591,3.607 1.767,8.64 -1.841,11.232 -3.607,2.591 -8.639,1.767 -11.231,-1.841 l -0.03,-0.042 z" /><path
id="path19"
style="fill:#2d67b9"
d="m 109.3,151.841 c -0.002,-0.038 -0.004,-0.077 -0.006,-0.115 -0.193,-4.55 3.344,-8.401 7.894,-8.593 4.55,-0.193 8.4,3.344 8.593,7.894 0.003,0.063 0.005,0.127 0.006,0.19 l 0.003,0 c 0.635,12.814 11.24,23.023 24.21,23.023 5.304,0 10.213,-1.707 14.206,-4.602 l 0,0.001 c 3.694,-2.599 8.807,-1.741 11.447,1.935 2.657,3.698 1.811,8.857 -1.887,11.513 l 0,0.001 c -6.691,4.816 -14.9,7.655 -23.766,7.655 -21.869,0 -39.737,-17.268 -40.702,-38.902 l 0.002,0 z m 12.815,-31.532 -10e-4,-0.002 c 7.291,-6.851 17.102,-11.05 27.886,-11.05 22.486,0 40.743,18.257 40.743,40.743 0,1.19 -0.052,2.369 -0.152,3.533 l 0,0 c -0.396,4.536 -4.399,7.898 -8.936,7.503 -4.537,-0.394 -7.9,-4.398 -7.506,-8.936 0.004,-0.04 0.008,-0.081 0.012,-0.122 l -0.001,0 c 0.053,-0.652 0.08,-1.312 0.08,-1.978 0,-13.379 -10.861,-24.24 -24.24,-24.24 -6.439,0 -12.295,2.516 -16.638,6.618 l -0.001,-10e-4 c -3.318,3.084 -8.516,2.913 -11.623,-0.391 -3.119,-3.317 -2.958,-8.541 0.358,-11.66 l 0.019,-0.017 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg29"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata35"><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="defs33" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g26"><g
id="g14"><circle
id="circle10"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path12"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g24"
transform="matrix(1.23635,0,0,1.21194,-34.4849,-21.0406)"><g
id="g18"
transform="matrix(0,1.27181,-1,0,273.793,2.09675)"><path
id="path16"
style="fill:#2d67b9"
d="m 109.312,94.325 c 3.619,0.088 45.805,88.817 38.703,88.779 -13.302,-0.072 -64.103,-0.062 -77.406,0 -7.05,0.032 35.013,-88.868 38.703,-88.779 z" /></g><g
id="g22"
transform="translate(25.7657,-5.8894)"><path
id="path20"
style="fill:#2d67b9"
d="m 181.98,97.718 c 0,-1.113 -0.885,-2.016 -1.976,-2.016 H 165 c -1.09,0 -1.975,0.903 -1.975,2.016 v 98.603 c 0,1.113 0.885,2.016 1.975,2.016 h 15.004 c 1.091,0 1.976,-0.903 1.976,-2.016 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><circle
id="circle7"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path9"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g11"
transform="matrix(0.927469,0,0,0.927469,10.8823,10.8796)"><path
id="path13"
style="fill:#2d67b9"
d="m 94.046,118.987 -44.066,0 0,-43.932 44.066,0 0,43.932 z m 100.012,-43.932 0,43.932 -88.07,0 0,-43.932 88.07,0 z m 55.957,43.932 -44.014,0 0,-43.932 44.014,0 0,43.932 z" /><path
id="path15"
style="fill:#2d67b9"
d="m 144.029,130.929 0,38.09 -94.049,0 0,-38.09 94.049,0 z m 105.986,38.09 -94.044,0 0,-38.09 94.044,0 0,38.09 z" /><path
id="path17"
style="fill:#2d67b9"
d="m 94.046,180.962 0,43.983 -44.066,0 0,-43.983 44.066,0 z m 155.969,43.983 -44.014,0 0,-43.983 44.014,0 0,43.983 z m -55.957,0 -88.07,0 0,-43.983 88.07,0 0,43.983 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg20"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata26"><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="defs24" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g14"><circle
id="circle10"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path12"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
transform="matrix(0.42391,0.42391,-0.4253,0.4253,150.118,22.7974)"
id="Layer1"><path
id="path16"
style="fill:#2d67b9"
d="m 225.468,45.022 c 2.318,-11.406 12.413,-20 24.498,-20 13.798,0 25,11.202 25,25 0,12.086 -8.594,22.18 -20,24.499 v 50.98 c 11.406,2.319 20,12.413 20,24.499 0,12.086 -8.594,22.18 -20,24.499 v 50.98 c 11.406,2.319 20,12.413 20,24.499 0,13.798 -11.202,25 -25,25 -12.085,0 -22.18,-8.594 -24.498,-20 h -50.969 c -2.319,11.406 -12.413,20 -24.499,20 -12.086,0 -22.18,-8.594 -24.499,-20 H 74.532 c -2.318,11.406 -12.413,20 -24.498,20 -13.798,0 -25,-11.202 -25,-25 0,-12.086 8.594,-22.18 20,-24.499 v -50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-12.086 8.594,-22.18 20,-24.499 v -50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-13.798 11.202,-25 25,-25 12.085,0 22.18,8.594 24.498,20 h 50.969 c 2.319,-11.406 12.413,-20 24.499,-20 12.086,0 22.18,8.594 24.499,20 z m 0,109.978 h -50.969 c -1.99,9.79 -9.709,17.509 -19.499,19.499 v 50.98 c 9.79,1.991 17.509,9.709 19.499,19.499 h 50.969 c 1.99,-9.79 9.709,-17.508 19.498,-19.499 v -50.98 C 235.177,172.509 227.458,164.79 225.468,155 Z m -99.967,0 H 74.532 c -1.99,9.79 -9.709,17.509 -19.498,19.499 v 50.98 c 9.789,1.991 17.508,9.709 19.498,19.499 h 50.969 c 1.99,-9.79 9.709,-17.508 19.499,-19.499 v -50.98 C 135.21,172.509 127.491,164.79 125.501,155 Z M 225.468,55.022 H 174.499 C 172.509,64.812 164.79,72.53 155,74.521 v 50.98 c 9.79,1.99 17.509,9.709 19.499,19.499 h 50.969 c 1.99,-9.79 9.709,-17.509 19.498,-19.499 V 74.521 C 235.177,72.53 227.458,64.812 225.468,55.022 Z m -99.967,0 H 74.532 c -1.99,9.79 -9.709,17.508 -19.498,19.499 v 50.98 c 9.789,1.99 17.508,9.709 19.498,19.499 h 50.969 c 1.99,-9.79 9.709,-17.509 19.499,-19.499 V 74.521 C 135.21,72.53 127.491,64.812 125.501,55.022 Z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="matrix(0.681304,0,0,0.681304,47.8044,47.8044)"><path
id="path15"
style="fill:#2d67b9"
d="m 225.468,45.022 c 2.318,-11.406 12.413,-20 24.498,-20 13.798,0 25,11.202 25,25 0,12.086 -8.594,22.18 -20,24.499 l 0,50.98 c 11.406,2.319 20,12.413 20,24.499 0,12.086 -8.594,22.18 -20,24.499 l 0,50.98 c 11.406,2.319 20,12.413 20,24.499 0,13.798 -11.202,25 -25,25 -12.085,0 -22.18,-8.594 -24.498,-20 l -50.969,0 c -2.319,11.406 -12.413,20 -24.499,20 -12.086,0 -22.18,-8.594 -24.499,-20 l -50.969,0 c -2.318,11.406 -12.413,20 -24.498,20 -13.798,0 -25,-11.202 -25,-25 0,-12.086 8.594,-22.18 20,-24.499 l 0,-50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-12.086 8.594,-22.18 20,-24.499 l 0,-50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-13.798 11.202,-25 25,-25 12.085,0 22.18,8.594 24.498,20 l 50.969,0 c 2.319,-11.406 12.413,-20 24.499,-20 12.086,0 22.18,8.594 24.499,20 l 50.969,0 z m 0,109.978 -50.969,0 c -1.99,9.79 -9.709,17.509 -19.499,19.499 l 0,50.98 c 9.79,1.991 17.509,9.709 19.499,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.508 19.498,-19.499 l 0,-50.98 C 235.177,172.509 227.458,164.79 225.468,155 Z m -99.967,0 -50.969,0 c -1.99,9.79 -9.709,17.509 -19.498,19.499 l 0,50.98 c 9.789,1.991 17.508,9.709 19.498,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.508 19.499,-19.499 l 0,-50.98 C 135.21,172.509 127.491,164.79 125.501,155 Z m 99.967,-99.978 -50.969,0 C 172.509,64.812 164.79,72.53 155,74.521 l 0,50.98 c 9.79,1.99 17.509,9.709 19.499,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.509 19.498,-19.499 l 0,-50.98 C 235.177,72.53 227.458,64.812 225.468,55.022 Z m -99.967,0 -50.969,0 c -1.99,9.79 -9.709,17.508 -19.498,19.499 l 0,50.98 c 9.789,1.99 17.508,9.709 19.498,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.509 19.499,-19.499 l 0,-50.98 C 135.21,72.53 127.491,64.812 125.501,55.022 Z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="translate(40.6705,0)"><path
id="path15"
style="fill:#2d67b9"
d="m 154.098,161.02 -20.481,20.481 31.316,0 31.27,-31.27 -31.732,-31.732 -30.936,0 20.379,20.378 -131.458,0 0,22.247 131.642,-0.104 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,45 @@
<?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"
id="svg182"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata188"><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="defs186" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g179"><g
id="g165"><circle
id="circle161"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path163"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g177"
transform="matrix(0.965759,0,0,0.965759,11.4918,-14.8634)"><g
id="g171"
transform="matrix(-1,0,0,1,299.919,20.7086)"><path
id="path167"
d="m 150.531,52.812 c 34.87706,-0.292686 68.04162,24.312009 77.89962,57.78286 8.64283,26.89731 1.84872,57.90078 -17.06362,78.82214 -4.29948,4.83584 -9.1678,9.16629 -14.476,12.867 6.27542,11.09704 12.95577,21.98258 18.977,33.2124 5.42293,11.98717 -12.82702,15.82381 -15.76378,4.35175 C 194.34461,229.98618 188.6794,219.83209 182.861,210.152 154.03612,223.00575 117.93947,217.41943 94.812556,195.66521 69.280745,173.1997 60.72929,134.2074 74.311125,103.07855 86.71685,72.876768 117.883,52.272391 150.531,52.812 Z"
style="fill:#ffffff;fill-opacity:0" /><path
id="path169"
d="m 150.531,52.812 c 29.07485,-0.106674 57.35095,16.716599 71.249,42.246 14.15454,24.89985 13.66048,57.23549 -1.165,81.72 -5.97471,10.05991 -14.12414,18.8177 -23.724,25.506 6.25097,11.10823 12.99056,21.97 18.977,33.212 1.94056,4.32934 0.18585,10.88543 -5.079,11.615 -5.40863,0.73778 -9.4969,-4.12069 -11.44811,-8.58499 -5.50519,-9.42122 -10.91592,-19.13468 -16.47989,-28.37401 -25.80414,11.49438 -57.48076,8.31992 -80.372,-8.304 -22.950677,-15.98571 -36.45251,-44.30492 -34.42,-72.19 1.597041,-29.693132 20.864047,-57.505215 48.051,-69.542 10.75945,-4.900923 22.59083,-7.393023 34.411,-7.304 z m -0.973,16 c -24.83721,-0.126545 -48.83762,15.218213 -59.276,37.746 -10.864963,22.29883 -7.605051,50.60695 8.216,69.755 13.93583,17.72035 37.44204,27.14623 59.66,24.191 6.63808,-0.76668 13.34361,-2.78049 19.422,-5.463 2.13425,-1.36339 5.58973,0.28376 6.61177,-2.47375 3.30067,-3.85145 7.82724,-6.10569 11.15323,-9.59425 10.27811,-9.69705 17.23354,-22.43858 19.718,-36.358 0.26901,-1.5175 0.49591,-3.07349 0.667,-4.708 -0.18184,2.77172 0.0582,-0.74529 0.173,-1.903 1.23586,-14.98314 -3.06446,-31.13818 -12.14,-43.53 C 191.52591,79.157478 170.76088,68.51011 149.558,68.812 Z m 61.409,91.658 c -0.16688,0.37606 0.0398,-0.08 0,0 z m 2.151,-5.894 c -0.0366,0.12421 0.0219,-0.0712 0,0 z m 0.181,-0.589 c -0.27945,0.91901 -0.17597,0.5627 0,0 z m 1.547,-6.211 c -0.30854,1.45344 0.08,-0.34285 0,0 z"
style="fill:#2d67b9" /></g><g
id="g175"
transform="translate(59.823,65.5189)"><path
id="path173"
style="fill:#2d67b9"
d="m 130.096,50 v 80 h -80 V 50 Z m -10,10 h -60 v 60 h 60 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,51 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata35"><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="defs33" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"
transform="translate(0.0808839,-14.5186)"><g
id="g17"
transform="translate(-0.0808839,14.5186)"><path
id="path19"
d="m 150.531,52.812 c 34.87706,-0.292686 68.04162,24.312009 77.89962,57.78286 8.64283,26.89731 1.84872,57.90078 -17.06362,78.82214 -4.29948,4.83584 -9.1678,9.16629 -14.476,12.867 6.27542,11.09704 12.95577,21.98258 18.977,33.2124 5.42293,11.98717 -12.82702,15.82381 -15.76378,4.35175 C 194.34461,229.98618 188.6794,219.83209 182.861,210.152 154.03612,223.00575 117.93947,217.41943 94.812556,195.66521 69.280745,173.1997 60.72929,134.2074 74.311125,103.07855 86.677946,72.906147 117.92471,52.251992 150.531,52.812 Z"
style="fill:#ffffff;fill-opacity:0" /><path
id="path21"
d="m 150.531,52.812 c 29.07418,-0.106091 57.35182,16.715401 71.249,42.246 14.12742,24.86593 13.66704,57.14718 -1.105,81.62 -5.98127,10.10125 -14.15189,18.8957 -23.784,25.606 6.25097,11.10823 12.99056,21.97 18.977,33.212 1.91171,4.30319 0.22979,10.79267 -4.98,11.599 -5.44008,0.81865 -9.59245,-4.07638 -11.54711,-8.56899 -5.50519,-9.42122 -10.91592,-19.13468 -16.47989,-28.37401 -25.80414,11.49438 -57.48076,8.31992 -80.372,-8.304 -22.950677,-15.98571 -36.45251,-44.30492 -34.42,-72.19 1.597041,-29.693132 20.864047,-57.505215 48.051,-69.542 10.76006,-4.901074 22.59021,-7.392909 34.411,-7.304 z m -0.973,16 c -24.8372,-0.126515 -48.83762,15.218209 -59.276,37.746 -10.745612,22.05828 -7.686571,50.00238 7.72,69.133 13.5683,17.6871 36.63091,27.40673 58.66,24.98 7.41833,-0.66196 14.71345,-2.9115 21.40506,-5.7839 2.02823,-1.18348 5.21567,0.35354 6.12471,-2.31985 3.29824,-3.85101 7.82637,-6.10311 11.15323,-9.59425 8.23605,-7.76741 14.33318,-17.49195 17.714,-28.207 0.0725,-0.2104 0.68665,-2.24624 0.914,-3.182 0.45289,-1.77497 0.69883,-2.89044 0.962,-4.279 3.44066,-17.36339 -0.74721,-37.24941 -11.873,-51.791 C 190.76587,78.755384 170.3444,68.51672 149.558,68.812 Z m 61.291,91.933 c -0.0744,0.18277 0.1692,-0.39681 0,0 z m 0.241,-0.572 c -0.36112,0.91108 -0.11943,0.22288 0,0 z m 4.754,-19.409 c -0.3641,2.76808 0.51255,-2.79458 0,0 l 0,0 z"
style="fill:#2d67b9" /></g><g
id="g23"
transform="translate(-0.0234314,18.6466)"><path
id="path25"
style="fill:#2d67b9"
d="m 100.017,104.797 69.758,0 -14.29,-14.29 22.183,0 22.2,22.2 -22.2,22.199 -22.16,0 14.475,-14.475 -69.966,0 0,-15.634 z" /></g><g
id="g27"
transform="matrix(-1,0,0,1,300.023,55.9398)"><path
id="path29"
style="fill:#2d67b9"
d="m 100.017,104.797 69.758,0 -14.29,-14.29 22.183,0 22.2,22.2 -22.2,22.199 -22.16,0 14.475,-14.475 -69.966,0 0,-15.634 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata25"><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="defs23" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><path
id="path17"
style="fill:#2d67b9"
d="m 181.066,86.193 c -6.827,-6.535 -8.59,-17.122 -3.657,-25.667 5.795,-10.038 18.649,-13.482 28.687,-7.687 10.037,5.795 13.481,18.649 7.686,28.687 -4.933,8.545 -14.983,12.312 -24.056,9.667 l -14.098,24.417 c 9.219,6.884 15.581,17.384 16.977,29.39 l 28.187,0 c 2.245,-9.18 10.532,-16 20.4,-16 11.59,0 21,9.41 21,21 0,11.59 -9.41,21 -21,21 -9.868,0 -18.155,-6.82 -20.4,-16 l -28.187,0 c -1.396,12.006 -7.758,22.506 -16.977,29.39 l 14.098,24.417 c 9.073,-2.645 19.123,1.122 24.056,9.667 5.795,10.038 2.351,22.892 -7.686,28.687 -10.038,5.795 -22.892,2.351 -28.687,-7.687 -4.933,-8.545 -3.17,-19.132 3.657,-25.667 L 166.974,189.4 c -5.207,2.248 -10.946,3.494 -16.974,3.494 -6.028,0 -11.767,-1.246 -16.974,-3.494 l -14.092,24.407 c 6.827,6.535 8.59,17.122 3.657,25.667 -5.795,10.038 -18.649,13.482 -28.687,7.687 -10.037,-5.795 -13.481,-18.649 -7.686,-28.687 4.933,-8.545 14.983,-12.312 24.056,-9.667 L 124.372,184.39 C 115.153,177.506 108.791,167.006 107.395,155 l -28.187,0 c -2.245,9.18 -10.532,16 -20.4,16 -11.59,0 -21,-9.41 -21,-21 0,-11.59 9.41,-21 21,-21 9.868,0 18.155,6.82 20.4,16 l 28.187,0 c 1.396,-12.006 7.758,-22.506 16.977,-29.39 L 110.274,91.193 c -9.073,2.645 -19.123,-1.122 -24.056,-9.667 -5.795,-10.038 -2.351,-22.892 7.686,-28.687 10.038,-5.795 22.892,-2.351 28.687,7.687 4.933,8.545 3.17,19.132 -3.657,25.667 l 14.092,24.407 c 5.207,-2.248 10.946,-3.494 16.974,-3.494 6.028,0 11.767,1.246 16.974,3.494 L 181.066,86.193 Z M 159.2,175.935 150,160 l -9.2,15.935 c 2.877,1.022 5.974,1.578 9.2,1.578 3.226,0 6.323,-0.556 9.2,-1.578 z m -27.055,-5.009 9.195,-15.926 -18.399,0 c 1.164,6.332 4.5,11.907 9.204,15.926 z M 177.059,155 l -18.399,0 9.195,15.926 c 4.704,-4.019 8.04,-9.594 9.204,-15.926 z m -44.914,-25.926 c -4.704,4.019 -8.04,9.594 -9.204,15.926 l 18.399,0 -9.195,-15.926 z m 35.71,0 -9.195,15.926 18.399,0 c -1.164,-6.332 -4.5,-11.907 -9.204,-15.926 z m -8.655,-5.009 c -2.877,-1.022 -5.974,-1.578 -9.2,-1.578 -3.226,0 -6.323,0.556 -9.2,1.578 L 150,140 l 9.2,-15.935 z" /><circle
id="circle19"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,36 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"
transform="matrix(0.641099,-0.641099,0.641099,0.641099,-42.3296,150)"><path
id="path17"
style="fill:#2d67b9"
d="m 62.539,139.838 43.071,0 0,20.346 -42.965,0 18.912,18.912 -29.29,0 L 23.171,150 l 29.096,-29.096 29.206,0 -18.934,18.934 z m 185.194,39.258 -29.29,0 18.912,-18.912 -42.965,0 0,-20.346 43.071,0 -18.934,-18.934 29.206,0 29.096,29.096 -29.096,29.096 z m -71.099,-18.912 -17.756,0 0,-20.344 8.922,0 0,-0.002 8.834,0 0,20.346 z m -44.434,-20.346 0,0.002 8.922,0 0,20.344 -17.756,0 0,-20.346 8.834,0 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><path
id="path15"
style="fill:#2d67b9"
d="m 144,108.687 c -8.111,-2.551 -14,-10.134 -14,-19.082 0,-11.039 8.962,-20 20,-20 11.038,0 20,8.961 20,20 0,8.948 -5.889,16.531 -14,19.082 l 0,22.23 c 8.111,2.551 14,10.135 14,19.083 0,3.336 -0.819,6.482 -2.266,9.249 l 22.997,22.997 c 2.779,-1.463 5.943,-2.291 9.299,-2.291 11.038,0 20,8.962 20,20 0,11.038 -8.962,20 -20,20 -11.039,0 -20,-8.962 -20,-20 0,-3.317 0.808,-6.445 2.24,-9.2 L 159.249,167.734 C 156.482,169.181 153.336,170 150,170 c -3.336,0 -6.482,-0.819 -9.249,-2.266 l -22.99,22.99 c 1.441,2.762 2.256,5.902 2.256,9.231 0,11.038 -8.961,20 -20,20 -11.038,0 -20,-8.962 -20,-20 0,-11.038 8.962,-20 20,-20 3.344,0 6.497,0.822 9.268,2.275 l 22.981,-22.981 C 130.819,156.482 130,153.336 130,150 c 0,-8.948 5.889,-16.532 14,-19.083 l 0,-22.23 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,67 @@
<?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"
id="svg354"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata360"><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="defs358" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g351"><g
id="g319"><circle
id="circle315"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path317"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g349"
transform="translate(-0.30157,11.1657)"><g
id="g323"
transform="matrix(0.712935,0,0,0.712935,43.3615,44.2244)"><path
id="path321"
style="fill:#2d67b9"
d="m 122.981,208.691 c -0.709,-0.211 -1.327,-0.441 -1.827,-0.691 -4.3,-2.15 -8.019,-7.193 -8,-12 0.105,-26.438 -7.525,-37.446 -19.502,-56.75 C 87.984,129.292 85,117.997 85,106.5 85,70.35 113.936,41 149.577,41 c 35.641,0 64.577,29.35 64.577,65.5 0,11.497 -2.984,22.792 -8.652,32.75 -11.977,19.304 -19.608,30.312 -19.502,56.75 0.019,4.807 -3.7,9.85 -8,12 -0.541,0.27 -1.219,0.517 -2,0.741 v 39.882 c 0,1.864 -1.513,3.377 -3.377,3.377 h -0.065 l -10.813,15 h -24.51 l -10.813,-15 h -0.064 c -1.864,0 -3.377,-1.513 -3.377,-3.377 z" /></g><g
id="g327"
transform="translate(-2.57686)"><path
id="path325"
style="fill:#2d67b9"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g331"
transform="rotate(-30.000012,148.71145,124.96043)"><path
id="path329"
style="fill:#2d67b9"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g335"
transform="rotate(30.000012,148.71164,115.34332)"><path
id="path333"
style="fill:#2d67b9"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g339"
transform="matrix(-1,0,0,1,303.18,0)"><path
id="path337"
style="fill:#2d67b9"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g343"
transform="matrix(-0.866025,-0.5,-0.5,0.866025,343.16,91.0973)"><path
id="path341"
style="fill:#2d67b9"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g347"
transform="matrix(-0.866025,0.5,0.5,0.866025,223.008,-58.9027)"><path
id="path345"
style="fill:#2d67b9"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><path
id="path15"
style="fill:#2d67b9"
d="m 140.78,150.964 9.808,-9.809 -5.767,-5.768 c -5.566,-5.565 -5.566,-14.602 0,-20.167 l 51.842,-51.842 c 5.565,-5.565 14.602,-5.565 20.167,0 l 20.167,20.167 c 5.566,5.566 5.566,14.602 0,20.167 l -51.842,51.843 c -5.565,5.565 -14.602,5.565 -20.167,0 l -5.768,-5.768 -9.808,9.808 5.767,5.768 c 5.566,5.566 5.566,14.602 0,20.167 l -51.842,51.843 c -5.565,5.565 -14.602,5.565 -20.167,0 L 63.003,217.205 c -5.566,-5.565 -5.566,-14.602 0,-20.167 l 51.842,-51.842 c 5.565,-5.565 14.602,-5.565 20.167,0 l 5.768,5.768 z m -12.16,12.16 c -2.043,-1.456 -4.901,-1.268 -6.733,0.564 l -40.311,40.311 c -2.042,2.042 -2.042,5.358 0,7.4 l 7.4,7.4 c 2.042,2.042 5.358,2.042 7.4,0 l 40.311,-40.311 c 1.832,-1.832 2.021,-4.69 0.565,-6.733 l -3.44,3.44 c -1.664,1.664 -4.366,1.664 -6.031,0 l -2.601,-2.601 c -1.664,-1.664 -1.664,-4.366 0,-6.031 l 3.44,-3.439 z m 42.841,-25.578 c 2.043,1.456 4.901,1.268 6.733,-0.565 L 218.505,96.67 c 2.042,-2.042 2.042,-5.358 0,-7.4 l -7.4,-7.4 c -2.042,-2.042 -5.358,-2.042 -7.4,0 l -40.311,40.311 c -1.832,1.833 -2.02,4.69 -0.565,6.733 l 3.424,-3.424 c 1.665,-1.664 4.367,-1.664 6.031,0 l 2.601,2.601 c 1.664,1.665 1.664,4.367 0,6.031 l -3.424,3.424 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,44 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata29"><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="defs27" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"
transform="translate(-10.0155,0.234291)"><g
id="g17"><path
id="path19"
style="fill:#2d67b9"
d="m 198.976,160.166 c -1.597,7.722 -4.976,14.794 -9.688,20.768 l 23.688,28.207 2.319,-26.632 18.984,22.607 -3.523,40.455 -41.53,-3.617 -18.352,-21.854 26.67,2.323 -23.837,-28.384 c -7.056,3.81 -15.131,5.973 -23.707,5.973 -24.163,0 -44.346,-17.172 -49.001,-39.967 l -20.871,0 c -3.363,5.4 -9.353,8.997 -16.176,8.997 -10.51,0 -19.042,-8.533 -19.042,-19.042 0,-10.509 8.532,-19.042 19.042,-19.042 6.823,0 12.813,3.597 16.176,8.997 l 20.871,0 C 105.654,117.16 125.837,99.988 150,99.988 c 8.571,0 16.641,2.16 23.695,5.966 l 23.689,-28.192 -26.632,2.312 18.99,-22.601 40.456,-3.513 3.606,41.531 -18.358,21.849 -2.316,-26.67 -23.85,28.385 c 4.711,5.969 8.091,13.036 9.691,20.752 l 36.818,0 -18.903,-18.903 29.52,0 28.715,28.715 -29.477,29.477 -28.538,0 18.93,-18.93 -37.06,0 z M 150,115.467 c 19.059,0 34.533,15.474 34.533,34.533 0,19.059 -15.474,34.533 -34.533,34.533 -19.059,0 -34.533,-15.474 -34.533,-34.533 0,-19.059 15.474,-34.533 34.533,-34.533 z" /><g
id="g21"
transform="matrix(1.22305,0,0,1.22305,-33.4576,-33.4576)"><circle
id="circle23"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="matrix(0.8201,0,0,0.8201,45.5082,45.7797)"><path
id="path15"
style="fill:#2d67b9"
d="m 187.606,237.115 -120.385,0 c -6.834,0 -12.382,-5.548 -12.382,-12.381 l 0,-195.303 c 0,-6.833 5.548,-12.381 12.382,-12.381 l 120.385,0 c 6.834,0 12.382,5.548 12.382,12.381 l 0,195.303 c 0,6.833 -5.547,12.381 -12.382,12.381 z m -16.073,-44.889 -88.239,0 c -7.024,0 -12.727,5.703 -12.727,12.727 0,7.025 5.703,12.728 12.727,12.728 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.728 0,-7.024 -5.702,-12.727 -12.727,-12.727 z M 84.24,198.95 c 3.313,0 6.003,2.69 6.003,6.003 0,3.314 -2.69,6.004 -6.003,6.004 -3.313,0 -6.003,-2.69 -6.003,-6.004 0,-3.313 2.69,-6.003 6.003,-6.003 z m 87.293,-45.544 -88.239,0 c -7.025,0 -12.727,5.703 -12.727,12.727 0,7.025 5.703,12.728 12.727,12.728 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.728 0,-7.024 -5.702,-12.727 -12.727,-12.727 z M 84.24,160.13 c 3.313,0 6.003,2.69 6.003,6.003 0,3.314 -2.69,6.004 -6.003,6.004 -3.313,0 -6.003,-2.69 -6.003,-6.004 0,-3.313 2.69,-6.003 6.003,-6.003 z m 87.293,-45.444 -88.239,0 c -7.025,0 -12.727,5.703 -12.727,12.728 0,7.024 5.703,12.727 12.727,12.727 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.727 0,-7.025 -5.702,-12.728 -12.727,-12.728 z M 84.24,121.41 c 3.313,0 6.003,2.69 6.003,6.004 0,3.313 -2.69,6.003 -6.003,6.003 -3.313,0 -6.003,-2.69 -6.003,-6.003 0,-3.314 2.69,-6.004 6.003,-6.004 z m 87.293,-45.56 -88.239,0 c -7.025,0.001 -12.727,5.703 -12.727,12.728 0,7.024 5.703,12.727 12.727,12.727 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.727 0,-7.025 -5.702,-12.727 -12.727,-12.728 z M 84.24,82.574 c 3.313,0 6.003,2.69 6.003,6.004 0,3.313 -2.69,6.003 -6.003,6.003 -3.313,0 -6.003,-2.69 -6.003,-6.003 0,-3.314 2.69,-6.004 6.003,-6.004 z m 87.293,-45.209 -88.239,0 c -7.025,0 -12.727,5.703 -12.727,12.727 0,7.025 5.703,12.728 12.727,12.728 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.728 0,-7.024 -5.702,-12.727 -12.727,-12.727 z M 84.24,44.089 c 3.313,0 6.003,2.69 6.003,6.003 0,3.313 -2.69,6.003 -6.003,6.003 -3.313,0 -6.003,-2.69 -6.003,-6.003 0,-3.313 2.69,-6.003 6.003,-6.003 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,49 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata29"><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="defs27" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="matrix(-0.839845,0,0,-0.875733,257.008,230.636)"><path
id="path15"
style="fill:#2d67b9"
d="m 127.414,-22.07 54.467,144.324 -108.935,0 54.468,-144.324 z" /></g><g
id="g17"
transform="matrix(0.761681,0,0,0.796225,52.9516,53.1836)"><circle
id="circle19"
style="fill:#2d67b9"
r="65.682999"
cy="61.73"
cx="127.414" /></g><g
id="g21"
transform="matrix(0.533136,0,0,0.557315,82.0713,67.9317)"><circle
id="circle23"
style="fill:#ffffff"
r="65.682999"
cy="61.73"
cx="127.414" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,97 @@
<?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"
id="svg6731"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata6737"><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="defs6735" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g6682"><circle
id="circle6678"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path6680"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g6716"
transform="matrix(0.842998,0,0,0.842998,23.5504,20.6909)"><g
id="g6688"
transform="matrix(0.914248,0,0,1.64663,12.8627,21.2131)"><path
id="path6684"
style="fill:#ffffff"
d="m 259.395,93.085 c 0,-8.208 -12.003,-14.873 -26.787,-14.873 H 67.392 c -14.784,0 -26.787,6.665 -26.787,14.873 v 29.746 c 0,8.209 12.003,14.873 26.787,14.873 h 165.216 c 14.784,0 26.787,-6.664 26.787,-14.873 z" /><path
id="path6686"
d="m 232.781,78.213 c 8.49578,0.1417 17.78654,2.002519 23.9,8.346 2.53718,2.575038 3.0731,6.335888 2.714,9.793513 -0.10793,9.328897 0.20579,18.684007 -0.138,27.998487 -1.36874,6.20139 -7.78471,9.55674 -13.32,11.381 -9.69784,3.147 -20.03365,1.60102 -30.02962,1.972 -50.30446,-0.0397 -100.61155,0.0792 -150.91438,-0.059 -7.981009,-0.50505 -16.723774,-2.56004 -22.153,-8.861 -2.814776,-3.11982 -2.281921,-7.54621 -2.235,-11.39885 0.109753,-8.60231 -0.208346,-17.23134 0.138,-25.81915 1.368169,-6.20202 7.784909,-9.5566 13.32,-11.382 9.698191,-3.145549 20.033562,-1.601793 30.029619,-1.972 49.562791,6.67e-4 99.125591,-0.0013 148.688381,10e-4 z M 67.417,86.857 c -3.898373,0.07117 -8.568098,0.94707 -10.8,4.486 -1.143058,2.702455 -0.07246,5.819484 -0.442,8.654082 0.09373,7.899358 -0.173891,15.829288 0.109,23.712918 1.161317,3.45451 5.226326,4.68532 8.5,5.181 7.514526,0.46611 15.072141,0.004 22.600132,0.168 48.935398,-0.0413 97.875198,0.0822 146.807868,-0.061 3.52921,-0.3474 7.87615,-1.43829 9.432,-4.981 0.61927,-3.48008 -0.0397,-7.11469 0.201,-10.63848 -0.10853,-7.06424 0.19837,-14.165457 -0.119,-21.21152 -1.2235,-3.490668 -5.36223,-4.698329 -8.692,-5.167 -8.6623,-0.390828 -17.35706,-0.0067 -26.0297,-0.143 -47.1891,0 -94.3782,0 -141.5673,0 z"
style="fill:#2d67b9" /></g><g
id="g6694"
transform="matrix(0.679342,0,0,0.374249,48.0987,175.709)"><path
id="path6690"
style="fill:#ffffff"
d="m 259.395,93.085 c 0,-8.208 -3.671,-14.873 -8.193,-14.873 H 48.798 c -4.522,0 -8.193,6.665 -8.193,14.873 v 29.746 c 0,8.209 3.671,14.873 8.193,14.873 h 202.404 c 4.522,0 8.193,-6.664 8.193,-14.873 z" /><path
id="path6692"
d="m 251.308,78.214 c 9.31551,2.496445 8.08573,15.092684 8.087,22.62067 -0.44069,9.35094 0.91519,18.86223 -0.724,28.11533 -0.88355,4.61394 -4.47591,9.95029 -9.85352,8.754 -66.98425,-0.0649 -133.98631,0.12969 -200.95948,-0.097 -6.016632,-2.14101 -7.225809,-9.7504 -7.253,-15.37213 C 40.8913,111.05508 40.054151,99.808991 40.973,88.665 41.645498,83.854183 44.717315,77.246814 50.586387,78.212 117.49358,78.2133 184.40083,78.2093 251.308,78.214 Z M 49.335,94.061 c 0,9.265 0,18.53 0,27.795 67.11,0 134.22,0 201.33,0 0,-9.265 0,-18.53 0,-27.795 -67.11,0 -134.22,0 -201.33,0 z"
style="fill:#2d67b9" /></g><g
id="g6698"
transform="matrix(1.02318,0,0,1.02318,45.8158,63.0004)"><circle
id="circle6696"
style="fill:#2d67b9"
r="7.8189998"
cy="115.417"
cx="37.462002" /></g><g
id="g6702"
transform="matrix(1.02318,0,0,1.02318,69.6871,63.0004)"><circle
id="circle6700"
style="fill:#2d67b9"
r="7.8189998"
cy="115.417"
cx="37.462002" /></g><g
id="g6708"
transform="matrix(1.37116,0,0,1,31.6697,123.899)"><rect
id="rect6704"
style="fill:#2d67b9"
height="9.5220003"
width="102.046"
y="82.691002"
x="35.437" /><rect
id="rect6706"
style="fill:#2d67b9"
height="9.5220003"
width="102.046"
y="82.691002"
x="35.437" /></g><g
id="g6714"
transform="matrix(0.381081,0,0,1,144.69,7.04087)"><path
id="path6710"
style="fill:#2d67b9"
d="m 208.951,169.32 c 0,-1.287 -2.742,-2.332 -6.12,-2.332 H 162.19 c -3.378,0 -6.12,1.045 -6.12,2.332 0,1.287 2.742,2.332 6.12,2.332 h 40.641 c 3.378,0 6.12,-1.045 6.12,-2.332 z" /><path
id="path6712"
d="m 172.081,167.227 c -0.68619,1.38428 -0.62913,3.07823 0.121,4.425 -3.64145,-0.0172 -7.28422,0.0345 -10.92485,-0.026 -1.61206,-0.12601 -3.33616,-0.35367 -4.66615,-1.347 -0.54938,-0.37969 -0.75064,-1.2185 -0.219,-1.707 1.01174,-0.98695 2.48996,-1.25181 3.836,-1.462 2.05219,-0.23375 4.12348,-0.0756 6.18392,-0.122 1.93002,0 3.86005,0 5.79008,0 -0.0403,0.0797 -0.0807,0.15933 -0.121,0.239 z m 30.908,-0.239 c 1.78737,0.0497 3.67768,0.24677 5.223,1.22 0.58388,0.34171 1.02176,1.1582 0.507,1.75 -0.87238,0.99276 -2.26564,1.2715 -3.506,1.51 -2.11824,0.32568 -4.26964,0.13063 -6.40287,0.184 -1.99704,0 -3.99409,0 -5.99113,0 0.79991,-1.42573 0.80058,-3.23848 0,-4.664 3.39,0 6.78,0 10.17,0 z"
style="fill:#2d67b9" /></g></g><g
id="g6728"
transform="matrix(0.842998,0,0,0.842998,23.5504,20.6909)"><g
id="g6722"><path
id="path6718"
style="fill:#ffffff"
d="m 178.679,120.543 v 6.552 h -67.798 v -6.552 z m 0,-18.573 v 6.551 h -67.798 v -6.551 z m 0,-18.574 v 6.552 h -67.798 v -6.552 z" /><path
id="path6720"
style="fill:#2d67b9"
d="m 178.679,127.095 h -67.798 v -6.552 h 67.798 z m 0,-18.574 h -67.798 v -6.551 h 67.798 z m 0,-18.573 h -67.798 v -6.552 h 67.798 z" /></g><g
id="g6726"
transform="translate(0.332323,2.43782)"><path
id="path6724"
style="fill:#2d67b9;fill-opacity:0;stroke:#2d67b9;stroke-width:14.22999954px"
d="M 93.88,138.674 V 56.386 h 111.576 v 82.288" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -0,0 +1,69 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata43"><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="defs41" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><g
id="g17"
transform="matrix(1.24916,0,0,1.21656,-37.7449,-42.62)"><path
id="path19"
style="fill:#ffffff"
d="m 222.869,110.307 c 0,-5.707 -4.512,-10.339 -10.069,-10.339 l -125.007,0 c -5.558,0 -10.069,4.632 -10.069,10.339 l 0,96.049 c 0,5.706 4.511,10.339 10.069,10.339 l 125.007,0 c 5.557,0 10.069,-4.633 10.069,-10.339 l 0,-96.049 z" /><path
id="path21"
d="m 212.93,99.969 c 5.88616,-0.0725 10.6032,5.7273 9.939,11.45891 -0.0548,32.08022 0.10901,64.16944 -0.081,96.24409 -0.52296,5.52616 -5.99845,9.76302 -11.48255,9.023 -41.55526,-0.0456 -83.11761,0.091 -124.66845,-0.068 -5.630402,-0.53849 -9.623061,-6.29065 -8.913,-11.76555 0.05476,-31.95566 -0.109023,-63.92042 0.081,-95.87045 0.521618,-5.5264 5.998361,-9.764635 11.482549,-9.023 C 130.5017,99.968667 171.71586,99.9667 212.93,99.969 Z M 90.532,113.12 c 0,30.141 0,60.282 0,90.423 39.843,0 79.686,0 119.529,0 0,-30.141 0,-60.282 0,-90.423 -39.843,0 -79.686,0 -119.529,0 z"
style="fill:#2d67b9" /></g><g
id="g23"
transform="matrix(0,1,-0.187648,0,177.361,8.71835)"><rect
id="rect25"
style="fill:#2d67b9"
height="56.608002"
width="16.014"
y="117.507"
x="104.624" /></g><g
id="g27"
transform="matrix(0,1,-0.187648,0,157.74,8.71835)"><rect
id="rect29"
style="fill:#2d67b9"
height="56.608002"
width="16.014"
y="117.507"
x="104.624" /></g><g
id="g31"
transform="matrix(0,1,-0.187648,0,196.949,8.71835)"><rect
id="rect33"
style="fill:#2d67b9"
height="56.608002"
width="16.014"
y="117.507"
x="104.624" /></g><g
id="g35"
transform="translate(0,0.346175)"><path
id="path37"
style="fill:#2d67b9"
d="m 200.03,177.958 -16.015,0 -19.705,0 0,8.007 -28.573,0 0,-8.007 -19.705,0 0,-16.014 19.658,0 0,8.007 28.62,0 0,-8.007 19.705,0 0,-48.601 16.015,0 0,64.615 z m -83.998,0 -16.015,0 0,-64.615 16.015,0 0,64.615 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="translate(22.7501,22.6464)"><path
id="path15"
style="fill:#2d67b9"
d="m 138.458,152.273 0,49.996 20.457,-20.455 -0.069,31.366 -31.5,31.5 -31.434,-31.435 0,-31.476 20.518,20.518 0,-49.872 22.028,-0.142 z m 56.033,-35.843 49.873,0 0.141,22.028 -49.996,0 20.455,20.457 -31.365,-0.069 -31.5,-31.5 31.434,-31.434 31.476,0 -20.518,20.518 z m -123.524,42.485 -31.477,0 20.519,-20.518 -49.873,0 -0.142,-22.028 49.996,0 -20.454,-20.457 31.365,0.069 31.5,31.5 -31.434,31.434 z m 45.402,-56.481 0,-49.996 -20.457,20.455 0.069,-31.366 31.5,-31.499 31.434,31.434 0,31.476 -20.518,-20.518 0,49.872 -22.028,0.142 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata25"><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="defs23" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="matrix(0.864033,0,0,0.864033,21.4517,19.4076)"><g
id="g15"
transform="translate(-7.01767,8.0407)"><path
id="path17"
style="fill:none;stroke:#2d67b9;stroke-width:13.89000034px"
d="m 58.03,179.647 c -0.028,38.886 31.426,62.301 62.523,62.317" /></g><path
id="path19"
style="fill:#2d67b9"
d="m 162.09,193.903 11.348,-11.348 35.373,35.373 33.297,-33.297 -35.374,-35.373 11.349,-11.348 46.447,46.448 -55.992,55.992 -46.448,-46.447 z m -63.397,-3.677 c -5.262,-9.991 -3.694,-22.651 4.705,-31.05 l 79.958,-79.958 c 10.328,-10.328 27.098,-10.328 37.426,0 10.328,10.328 10.328,27.098 0,37.426 l -79.958,79.958 c -8.314,8.313 -20.802,9.935 -30.744,4.864 l -7.546,7.546 c -3.122,3.122 -8.191,3.122 -11.313,0 -3.122,-3.122 -3.122,-8.191 0,-11.313 l -0.001,-0.001 7.473,-7.472 z m 111.582,-83.049 c 4.816,-4.816 4.816,-12.636 0,-17.452 -4.816,-4.816 -12.636,-4.816 -17.452,0 l -79.526,79.526 c -4.817,4.816 -4.817,12.636 0,17.452 4.816,4.817 12.636,4.817 17.452,0 l 79.526,-79.526 z M 162.09,81.917 150.742,93.266 115.369,57.892 82.072,91.189 117.445,126.562 106.097,137.91 59.65,91.462 115.642,35.47 162.09,81.917 Z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,43 @@
<?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"
id="svg784"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata790"><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="defs788" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g781"><g
id="g769"><circle
id="circle765"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path767"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g779"
transform="matrix(0.926296,0,0,0.926296,12.1633,4.37465)"><g
id="g773"
transform="translate(-6.74023,6.74023)"><path
id="path771"
style="fill:#2d67b9"
d="M 105.879,194.127 105.752,194 c -27.338,-27.338 -27.338,-71.662 0,-99 l 46.668,46.668 12.72,-12.72 c -0.121,-0.533 -0.185,-1.089 -0.185,-1.659 0,-4.139 3.361,-7.5 7.5,-7.5 4.14,0 7.5,3.361 7.5,7.5 0,4.14 -3.36,7.5 -7.5,7.5 -0.569,0 -1.125,-0.063 -1.658,-0.184 l -12.72,12.72 46.675,46.675 c -14.136,14.136 -32.813,20.962 -51.335,20.479 L 164,244 H 88 Z" /></g><path
id="path775"
style="fill:#2d67b9"
d="M 226.69,137.82 C 226.639,121.263 220.04,105.397 208.329,93.685 196.572,81.928 180.627,75.324 164,75.324 c -3.212,0 -5.819,-2.608 -5.819,-5.82 0,-3.211 2.607,-5.819 5.819,-5.819 19.714,0 38.62,7.831 52.559,21.77 13.912,13.912 21.74,32.772 21.771,52.444 v 0.116 c 0,3.211 -2.608,5.819 -5.82,5.819 -3.212,0 -5.819,-2.608 -5.819,-5.819 z" /><path
id="path777"
style="fill:#2d67b9"
d="m 164.002,87.984 c 13.269,0 25.993,5.271 35.375,14.653 9.383,9.383 14.654,22.108 14.654,35.378 0,3.203 -2.601,5.804 -5.805,5.804 -3.204,0 -5.805,-2.601 -5.805,-5.804 0.001,-10.191 -4.047,-19.963 -11.253,-27.169 C 183.963,103.641 174.19,99.593 164,99.593 c -3.204,0 -5.805,-2.601 -5.805,-5.804 0,-3.204 2.601,-5.805 5.805,-5.805 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,50 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata34"><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="defs32" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
transform="translate(22.5864,24.9658)"
id="Layer2"><g
id="g14"><path
id="path16"
style="fill:#2d67b9"
d="M 74.348,182.188 C 51.779,165.762 37.097,139.141 37.097,109.117 c 0,-49.847 40.47,-90.316 90.317,-90.316 49.846,0 90.316,40.469 90.316,90.316 0,29.933 -14.594,56.485 -37.048,72.922 0.156,0.531 0.24,1.093 0.24,1.675 l 0,41.61 c 0,3.28 -2.663,5.943 -5.943,5.943 l -11.886,0 c -3.281,0 -5.944,-2.663 -5.944,-5.943 l 0,-30.908 c -1.285,0.448 -2.584,0.869 -3.895,1.26 l 0,29.648 c 0,3.28 -2.663,5.943 -5.943,5.943 l -11.886,0 c -3.28,0 -5.943,-2.663 -5.943,-5.943 l 0,-25.914 c -0.688,0.016 -1.377,0.023 -2.068,0.023 -0.617,0 -1.232,-0.006 -1.845,-0.018 l 0,25.909 c 0,3.28 -2.663,5.943 -5.944,5.943 l -11.886,0 c -3.28,0 -5.943,-2.663 -5.943,-5.943 l 0,-29.582 c -1.304,-0.385 -2.595,-0.799 -3.873,-1.241 l 0,30.823 c 0,3.28 -2.663,5.943 -5.944,5.943 l -11.886,0 c -3.28,0 -5.943,-2.663 -5.943,-5.943 l 0,-41.61 c 0,-0.528 0.069,-1.039 0.198,-1.526 z" /><g
id="g18"><path
id="path20"
style="fill:#ffffff"
d="m 65.717,98.232 c 8.653,-0.138 51.752,29.726 51.752,36.504 -10e-4,6.779 -33.824,18.284 -52.545,4.385 -13.65,-10.134 -10.186,-40.715 0.793,-40.889 z" /><g
id="g22"
transform="matrix(-1,0,0,1,254.827,0)"><path
id="path24"
style="fill:#ffffff"
d="m 65.717,98.232 c 8.653,-0.138 51.752,29.726 51.752,36.504 -10e-4,6.779 -33.824,18.284 -52.545,4.385 -13.65,-10.134 -10.186,-40.715 0.793,-40.889 z" /></g><g
id="g26"
transform="translate(-7.05456,-2.59864)"><path
id="path28"
style="fill:#ffffff"
d="m 134.468,155.392 c 0,0 -9.945,17.602 -9.945,25.146 0,5.489 4.456,9.945 9.945,9.945 5.489,0 9.945,-4.456 9.945,-9.945 0,-7.544 -9.945,-25.146 -9.945,-25.146 z" /></g></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,48 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata33"><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="defs31" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"
transform="matrix(0.87966,0,0,1,18.0502,0)"><g
id="g17"
transform="matrix(1.05166,0,0,1,-7.7487,-4.00974)"><path
id="path19"
style="fill:#2d67b9"
d="m 241.494,85.91 c 1.994,0 3.613,1.62 3.613,3.614 l 0,28.907 c 0,1.995 -1.619,3.614 -3.613,3.614 l -182.988,0 c -1.994,0 -3.613,-1.619 -3.613,-3.614 l 0,-28.907 c 0,-1.994 1.619,-3.614 3.613,-3.614 l 182.988,0 z m -129.091,11.611 -11.094,0 c -0.713,0 -1.292,0.579 -1.292,1.292 l 0,10.33 c 0,0.712 0.579,1.291 1.292,1.291 l 11.094,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m 116.391,0 -57.529,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 57.529,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m -140.476,0 -11.094,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 11.094,0 c 0.713,0 1.292,-0.579 1.292,-1.291 l 0,-10.33 c 0,-0.713 -0.579,-1.292 -1.292,-1.292 z" /></g><g
id="g21"
transform="matrix(1.05166,0,0,1,-7.76036,96.0547)"><path
id="path23"
style="fill:#2d67b9"
d="m 241.494,85.91 c 1.994,0 3.613,1.62 3.613,3.614 l 0,28.907 c 0,1.995 -1.619,3.614 -3.613,3.614 l -182.988,0 c -1.994,0 -3.613,-1.619 -3.613,-3.614 l 0,-28.907 c 0,-1.994 1.619,-3.614 3.613,-3.614 l 182.988,0 z m -129.091,11.611 -11.094,0 c -0.713,0 -1.292,0.579 -1.292,1.292 l 0,10.33 c 0,0.712 0.579,1.291 1.292,1.291 l 11.094,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m 116.391,0 -57.529,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 57.529,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m -140.476,0 -11.094,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 11.094,0 c 0.713,0 1.292,-0.579 1.292,-1.291 l 0,-10.33 c 0,-0.713 -0.579,-1.292 -1.292,-1.292 z" /></g><g
id="g25"
transform="matrix(1.05166,0,0,1,-7.75453,46.0225)"><path
id="path27"
style="fill:#2d67b9"
d="m 241.494,85.91 c 1.994,0 3.613,1.62 3.613,3.614 l 0,28.907 c 0,1.995 -1.619,3.614 -3.613,3.614 l -182.988,0 c -1.994,0 -3.613,-1.619 -3.613,-3.614 l 0,-28.907 c 0,-1.994 1.619,-3.614 3.613,-3.614 l 182.988,0 z m -129.091,11.611 -11.094,0 c -0.713,0 -1.292,0.579 -1.292,1.292 l 0,10.33 c 0,0.712 0.579,1.291 1.292,1.291 l 11.094,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m 116.391,0 -57.529,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 57.529,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m -140.476,0 -11.094,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 11.094,0 c 0.713,0 1.292,-0.579 1.292,-1.291 l 0,-10.33 c 0,-0.713 -0.579,-1.292 -1.292,-1.292 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><path
id="path15"
style="fill:#2d67b9"
d="m 190.028,68.703 c 5.52,0 10.002,4.481 10.002,10.001 l 0,142.592 c 0,5.52 -4.482,10.001 -10.002,10.001 l -80.009,0 c -5.52,0 -10.002,-4.481 -10.002,-10.001 l 0,-142.592 c 0,-5.52 4.482,-10.001 10.002,-10.001 l 80.009,0 z m -32.005,131.252 c 0,-4.416 -3.584,-8 -8,-8 -4.415,0 -8,3.584 -8,8 0,4.415 3.585,8 8,8 4.416,0 8,-3.585 8,-8 z m 26.176,-85.958 -68.398,0 c -0.799,0 -1.448,0.649 -1.448,1.448 l 0,11.582 c 0,0.799 0.649,1.448 1.448,1.448 l 68.398,0 c 0.799,0 1.448,-0.649 1.448,-1.448 l 0,-11.582 c 0,-0.799 -0.649,-1.448 -1.448,-1.448 z m 0,-28.507 -68.398,0 c -0.799,0 -1.448,0.649 -1.448,1.448 l 0,11.582 c 0,0.799 0.649,1.448 1.448,1.448 l 68.398,0 c 0.799,0 1.448,-0.649 1.448,-1.448 l 0,-11.582 c 0,-0.799 -0.649,-1.448 -1.448,-1.448 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,47 @@
<?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"
id="svg922"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata928"><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="defs926" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g919"><g
id="g903"><circle
id="circle899"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path901"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g917"
transform="matrix(0.828615,0,0,0.828615,25.7078,25.7079)"><g
id="g907"
transform="matrix(0.818246,0,0,0.634058,18.7478,70.7428)"><path
id="path905"
style="fill:#2d67b9"
d="M 109,131.977 C 109,128.126 106.577,125 103.593,125 H 57.407 C 54.423,125 52,128.126 52,131.977 v 124.046 c 0,3.851 2.423,6.977 5.407,6.977 h 46.186 c 2.984,0 5.407,-3.126 5.407,-6.977 z" /></g><g
id="g911"
transform="matrix(0.818246,0,0,0.942029,84.5403,-10.2536)"><path
id="path909"
style="fill:#2d67b9"
d="M 109,129.696 C 109,127.104 106.577,125 103.593,125 H 57.407 C 54.423,125 52,127.104 52,129.696 v 128.608 c 0,2.592 2.423,4.696 5.407,4.696 h 46.186 c 2.984,0 5.407,-2.104 5.407,-4.696 z" /></g><g
id="g915"
transform="matrix(0.818246,0,0,1.26812,149.515,-96.0145)"><path
id="path913"
style="fill:#2d67b9"
d="M 109,128.489 C 109,126.563 106.577,125 103.593,125 H 57.407 C 54.423,125 52,126.563 52,128.489 v 131.022 c 0,1.926 2.423,3.489 5.407,3.489 h 46.186 c 2.984,0 5.407,-1.563 5.407,-3.489 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata19"><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="defs17" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><circle
id="circle7"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path9"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g11"
transform="matrix(0.87499,0,0,0.87499,18.763,27.5353)"><path
id="path13"
style="fill:#2d67b9"
d="m 50,99.968 c 0,-22.077 44.808,-40 100,-40 55.192,0 100,17.923 100,40 l 0.015,0 0,79.993 -0.056,0 c -0.01,22.075 -44.815,39.994 -100,39.994 -55.186,0 -99.991,-17.92 -100,-39.994 l 0,0 0,-79.993 0.041,0 z m 16.005,79.993 -0.046,0 c 0.011,15.175 37.646,27.494 84,27.494 46.361,0 84,-12.323 84,-27.5 l 0.01,0 0,-18.259 c -17.83,10.993 -48.784,18.272 -83.954,18.272 -35.207,0 -66.189,-7.294 -84.01,-18.306 l 0,18.299 z m 0,-58.29 0,18.297 0.01,0 c 0,15.178 37.639,27.5 84,27.5 45.423,0 82.474,-11.829 83.954,-26.583 l 0,-19.198 c -17.828,10.999 -48.789,18.281 -83.969,18.281 -35.197,0 -66.172,-7.29 -83.995,-18.297 z m 0,-21.397 c 0.502,15.037 37.946,27.194 83.995,27.194 45.589,0 82.745,-11.916 83.969,-26.745 l 0,-0.755 0.031,0 c 0,-15.178 -37.639,-27.5 -84,-27.5 -46.361,0 -84,12.322 -84,27.5 l 0.005,0 0,0.306 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,50 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata35"><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="defs33" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><path
id="path17"
style="fill:#2d67b9"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /><g
id="g19"
transform="translate(0,68.5311)"><path
id="path21"
style="fill:#2d67b9"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /></g><g
id="g23"
transform="matrix(-1,0,0,1,300,37.0177)"><path
id="path25"
style="fill:#2d67b9"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /></g><g
id="g27"
transform="matrix(-1,0,0,1,300,-31.5135)"><path
id="path29"
style="fill:#2d67b9"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><path
id="path17"
style="fill:#2d67b9"
d="m 142.23,100.647 0,-38.076 -14.43,14.43 0,-22.306 22.2,-22.2 22.2,22.2 0,22.354 -14.399,-14.399 0,38.002 c 7.981,1.254 15.337,4.4 21.594,8.964 l 26.933,-26.932 -20.407,0 15.772,-15.772 31.395,0 0,31.395 -15.806,15.806 0,-20.363 -26.88,26.88 c 4.56,6.26 7.702,13.618 8.951,21.6 l 38.076,0 -14.43,-14.43 22.306,0 22.2,22.2 -22.2,22.2 -22.354,0 14.399,-14.399 -38.002,0 c -1.254,7.981 -4.4,15.337 -8.964,21.594 l 26.932,26.933 0,-20.407 15.772,15.772 0,31.395 -31.395,0 -15.806,-15.806 20.363,0 -26.88,-26.88 c -6.26,4.56 -13.618,7.702 -21.6,8.951 l 0,38.076 14.43,-14.43 0,22.306 -22.2,22.2 -22.2,-22.2 0,-22.354 14.399,14.399 0,-38.002 c -7.981,-1.254 -15.337,-4.4 -21.594,-8.964 l -26.933,26.932 20.407,0 -15.772,15.772 -31.395,0 0,-31.395 15.806,-15.806 0,20.363 26.88,-26.88 c -4.56,-6.26 -7.702,-13.618 -8.951,-21.6 l -38.076,0 14.43,14.43 -22.306,0 -22.2,-22.2 22.2,-22.2 22.354,0 -14.399,14.399 38.002,0 c 1.254,-7.981 4.4,-15.337 8.964,-21.594 l -26.932,-26.933 0,20.407 -15.772,-15.772 0,-31.395 31.395,0 15.806,15.806 -20.363,0 26.88,26.88 c 6.26,-4.56 13.618,-7.702 21.6,-8.951 z m 7.77,20.142 c 16.122,0 29.211,13.089 29.211,29.211 0,16.122 -13.089,29.211 -29.211,29.211 -16.122,0 -29.211,-13.089 -29.211,-29.211 0,-16.122 13.089,-29.211 29.211,-29.211 z" /><g
id="g19"
transform="matrix(1.06678,0,0,1.06678,-10.0171,-10.0171)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,47 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata31"><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="defs29" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><g
id="g17"
transform="matrix(1.27352,0,0,1.1454,-41.0584,-50.4053)"><path
id="path19"
style="fill:#ffffff"
d="m 200.03,111.246 c 0,-6.225 -4.545,-11.278 -10.144,-11.278 l -79.725,0 c -5.599,0 -10.144,5.053 -10.144,11.278 l 0,127.44 c 0,6.224 4.545,11.278 10.144,11.278 l 79.725,0 c 5.599,0 10.144,-5.054 10.144,-11.278 l 0,-127.44 z" /><path
id="path21"
d="m 190.017,99.969 c 6.07657,0.01857 10.48835,6.22192 10.013,11.98531 -0.0449,42.67446 0.0896,85.35504 -0.067,128.02569 -0.37682,5.54796 -5.40106,10.6127 -11.13947,9.984 -26.60811,-0.0501 -53.22461,0.0997 -79.82753,-0.074 -5.91361,-0.71077 -9.60422,-6.99804 -8.979,-12.62063 0.0449,-42.43869 -0.08962,-84.88349 0.067,-127.31837 0.37687,-5.54738 5.40135,-10.612999 11.13947,-9.983 26.26451,6.67e-4 52.52903,-0.0013 78.79353,10e-4 z m -77.436,13.968 c 0,40.686 0,81.372 0,122.058 24.96167,0 49.92333,0 74.885,0 0,-40.686 0,-81.372 0,-122.058 -24.96167,0 -49.92333,0 -74.885,0 z"
style="fill:#2d67b9" /></g><g
id="g23"
transform="matrix(0.534164,0,0,0.534164,69.8754,159.173)"><circle
id="circle25"
style="fill:#ffffff"
r="9.3599997"
cy="128.591"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><path
id="path15"
style="fill:#2d67b9"
d="m 144.963,120.378 -18.973,0 c -3.346,0 -6.062,-2.716 -6.062,-6.061 l 0,-47.878 c 0,-3.345 2.716,-6.061 6.062,-6.061 l 47.877,0 c 3.346,0 6.061,2.716 6.061,6.061 l 0,47.878 c 0,3.345 -2.715,6.061 -6.061,6.061 l -18.83,0 0,13.88 67.109,0 c 1.39,0 2.518,1.129 2.518,2.518 l 0,23.538 19.351,0 c 3.311,0 6,2.689 6,6 l 0,48 c 0,3.311 -2.689,6 -6,6 l -48,0 c -3.312,0 -6,-2.688 -6,-6 l 0,-48 c 0,-3.311 2.688,-6 6,-6 l 18.575,0 0,-15.982 -59.553,0 0,15.982 18.963,0 c 3.312,0 6,2.689 6,6 l 0,48 c 0,3.311 -2.688,6 -6,6 l -48,0 c -3.311,0 -6,-2.688 -6,-6 l 0,-48 c 0,-3.311 2.688,-6 6,-6 l 18.963,0 0,-15.982 -59.553,0 0,15.982 18.57,0 c 3.311,0 6,2.689 6,6 l 0,48 c 0,3.311 -2.689,6 -6,6 l -48,0 c -3.312,0 -6,-2.688 -6,-6 l 0,-48 c 0,-3.311 2.688,-6 6,-6 l 19.356,0 0,-18.5 c 0,0 0,-5.038 0,-5.038 0,-1.39 1.128,-2.518 2.518,-2.518 l 67.109,0 0,-13.88 z m 23.037,49.936 -36,0 c -1.104,0 -2,0.896 -2,2 l 0,36 c 0,1.104 0.896,2 2,2 l 36,0 c 1.104,0 2,-0.896 2,-2 l 0,-36 c 0,-1.104 -0.896,-2 -2,-2 z m 70.015,0 -36,0 c -1.105,0 -2,0.896 -2,2 l 0,36 c 0,1.104 0.896,2 2,2 l 36,0 c 1.103,0 2,-0.896 2,-2 l 0,-36 c 0,-1.104 -0.896,-2 -2,-2 z m -140.035,0 -36,0 c -1.105,0 -2,0.896 -2,2 l 0,36 c 0,1.104 0.896,2 2,2 l 36,0 c 1.103,0 2,-0.896 2,-2 l 0,-36 c 0,-1.104 -0.896,-2 -2,-2 z m 69.948,-99.936 -36,0 c -1.104,0.001 -2,0.897 -2,2 l 0,36 c 0,1.104 0.897,2 2,2 l 36,0 c 1.104,0 2,-0.896 2,-2 l 0,-36 c 0,-1.103 -0.895,-1.999 -2,-2 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,36 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"
transform="translate(0.068509,-14.4469)"><path
id="path17"
style="fill:#2d67b9"
d="m 121.564,153.868 c -8.499,-7.728 -13.838,-18.872 -13.838,-31.253 0,-23.311 18.926,-42.237 42.237,-42.237 23.311,0 42.237,18.926 42.237,42.237 0,12.381 -5.339,23.525 -13.838,31.253 33.552,9.357 60.393,34.879 71.584,67.628 l -199.966,0 c 11.191,-32.749 38.032,-58.271 71.584,-67.628 z m 103.889,51.73 c -16.229,-24.426 -43.993,-40.539 -75.49,-40.539 -31.497,0 -59.261,16.113 -75.491,40.539 l 150.981,0 z M 150.098,150 c 15.053,-0.073 27.251,-12.316 27.251,-27.385 0,-15.115 -12.271,-27.387 -27.386,-27.387 -15.115,0 -27.386,12.272 -27.386,27.387 0,15.069 12.198,27.312 27.25,27.385 l 0.136,0 0.135,0 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,41 @@
<?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"
id="svg1198"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata1204"><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="defs1202" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g1196"><g
id="Background_circle"><g
id="g1185"><circle
id="circle1181"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path1183"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g1194"
transform="matrix(0.856785,0,0,0.856785,18.9858,29.4207)"><path
id="path1188"
style="fill:#2d67b9"
d="M 68.751,82.244 153.879,131.92 238.287,82.244 153.879,31.058 Z" /><path
id="path1190"
style="fill:#2d67b9"
d="m 59.634,99.464 84.96,49.02 v 98.076 l -84.96,-48.641 z" /><path
id="path1192"
style="fill:#2d67b9"
d="m 162.579,149.166 85.504,-49.702 v 98.214 l -85.504,48.882 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,62 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata45"><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="defs43" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><g
id="g17"><path
id="path19"
style="fill:#2d67b9"
d="m 220.721,220.721 c 18.756,-18.756 29.294,-44.195 29.294,-70.721 0,-26.526 -10.538,-51.965 -29.294,-70.721 l -8.41,8.41 c 16.526,16.526 25.81,38.94 25.81,62.311 0,23.371 -9.284,45.785 -25.81,62.311 l 8.41,8.41 z" /><g
id="g21"
transform="matrix(-1,0,0,1,299.994,2.10765e-6)"><path
id="path23"
style="fill:#2d67b9"
d="m 220.721,220.721 c 18.756,-18.756 29.294,-44.195 29.294,-70.721 0,-26.526 -10.538,-51.965 -29.294,-70.721 l -8.41,8.41 c 16.526,16.526 25.81,38.94 25.81,62.311 0,23.371 -9.284,45.785 -25.81,62.311 l 8.41,8.41 z" /></g><path
id="path25"
style="fill:#2d67b9"
d="m 202.559,202.559 c 13.94,-13.94 21.771,-32.846 21.771,-52.559 0,-19.713 -7.831,-38.619 -21.771,-52.559 l -8.23,8.23 c 11.757,11.757 18.362,27.702 18.362,44.329 0,16.627 -6.605,32.572 -18.362,44.329 l 8.23,8.23 z" /><g
id="g27"
transform="matrix(-1,0,0,1,299.994,2.10765e-6)"><path
id="path29"
style="fill:#2d67b9"
d="m 202.559,202.559 c 13.94,-13.94 21.771,-32.846 21.771,-52.559 0,-19.713 -7.831,-38.619 -21.771,-52.559 l -8.23,8.23 c 11.757,11.757 18.362,27.702 18.362,44.329 0,16.627 -6.605,32.572 -18.362,44.329 l 8.23,8.23 z" /></g><g
id="g31"
transform="translate(0,2.10765e-6)"><path
id="path33"
style="fill:#2d67b9"
d="m 185.377,185.377 c 9.383,-9.383 14.654,-22.108 14.654,-35.377 0,-13.269 -5.271,-25.994 -14.654,-35.377 l -8.209,8.209 c 7.206,7.205 11.254,16.978 11.254,27.168 0,10.19 -4.048,19.963 -11.254,27.168 l 8.209,8.209 z" /></g><g
id="g35"
transform="matrix(-1,0,0,1,299.994,4.2153e-6)"><path
id="path37"
style="fill:#2d67b9"
d="m 185.377,185.377 c 9.383,-9.383 14.654,-22.108 14.654,-35.377 0,-13.269 -5.271,-25.994 -14.654,-35.377 l -8.209,8.209 c 7.206,7.205 11.254,16.978 11.254,27.168 0,10.19 -4.048,19.963 -11.254,27.168 l 8.209,8.209 z" /></g></g><path
id="path39"
style="fill:#2d67b9"
d="m 141.65,168.998 c -7.299,-3.216 -12.399,-10.516 -12.399,-18.998 0,-11.452 9.297,-20.749 20.749,-20.749 11.452,0 20.749,9.297 20.749,20.749 0,8.482 -5.1,15.782 -12.399,18.998 l 0,80.966 -16.7,0 0,-80.966 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g><g
id="g13"
transform="translate(16.3907,22.5864)"><path
id="path15"
style="fill:#2d67b9"
d="m 133.609,114.97 c 5.797,-7.117 14.629,-11.665 24.514,-11.665 9.883,0 18.712,4.546 24.509,11.659 5.797,-7.113 14.627,-11.659 24.51,-11.659 14.858,0 27.336,10.276 30.707,24.103 l 0.002,0 -0.001,0.006 0.001,0.005 -0.002,0 c -3.371,13.827 -15.849,24.104 -30.707,24.104 -9.883,0 -18.713,-4.546 -24.51,-11.66 -5.797,7.114 -14.626,11.66 -24.509,11.66 -9.885,0 -18.717,-4.549 -24.514,-11.665 -5.797,7.116 -14.628,11.665 -24.514,11.665 -9.882,0 -18.712,-4.546 -24.509,-11.66 -5.797,7.114 -14.626,11.66 -24.509,11.66 -14.859,0 -27.336,-10.277 -30.707,-24.104 l -0.003,0 0.002,-0.005 -0.002,-0.006 0.003,0 c 3.371,-13.827 15.848,-24.103 30.707,-24.103 9.883,0 18.712,4.546 24.509,11.659 5.797,-7.113 14.627,-11.659 24.509,-11.659 9.886,0 18.717,4.548 24.514,11.665 z m 42.824,12.438 c -2.958,-7.204 -10.045,-12.283 -18.31,-12.283 -8.266,0 -15.356,5.082 -18.312,12.289 2.956,7.207 10.046,12.288 18.312,12.288 8.265,0 15.353,-5.079 18.31,-12.283 l -0.001,0 0.001,-0.005 -0.001,-0.006 0.001,0 z m 12.399,0.011 c 2.957,7.204 10.045,12.283 18.31,12.283 8.266,0 15.356,-5.081 18.312,-12.288 -2.956,-7.207 -10.046,-12.289 -18.312,-12.289 -8.265,0 -15.352,5.079 -18.31,12.283 l 0.001,0 -0.001,0.006 0.001,0.005 -0.001,0 z M 78.387,127.408 c -2.958,-7.204 -10.045,-12.283 -18.31,-12.283 -8.267,0 -15.356,5.082 -18.312,12.289 2.956,7.207 10.045,12.288 18.312,12.288 8.265,0 15.352,-5.079 18.31,-12.283 l -0.001,0 0.001,-0.005 -0.001,-0.006 0.001,0 z m 12.399,0.011 c 2.957,7.204 10.045,12.283 18.309,12.283 8.267,0 15.356,-5.081 18.312,-12.288 -2.956,-7.207 -10.045,-12.289 -18.312,-12.289 -8.264,0 -15.351,5.079 -18.309,12.283 l 0.001,0 -0.002,0.006 0.002,0.005 -0.001,0 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,45 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata31"><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="defs29" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#2d67b9" /></g></g><g
id="g15"><g
id="g17"
transform="translate(16.2706,26.0628)"><path
id="path19"
style="fill:#2d67b9;fill-rule:nonzero"
d="m 47.137,123.841 33.504,-19.584 c 1.248,-0.672 1.728,-1.728 1.728,-2.88 0,-0.768 -0.192,-1.536 -0.576,-2.208 -0.576,-1.248 -1.728,-2.4 -3.264,-2.4 -0.48,0 -1.152,0.192 -1.728,0.576 l -35.232,21.024 c -2.496,1.536 -3.648,2.88 -3.648,5.568 0,2.592 1.152,3.936 3.552,5.28 l 35.232,21.312 c 0.576,0.384 1.248,0.576 1.824,0.576 1.44,0 2.592,-1.056 3.264,-2.4 0.288,-0.672 0.48,-1.44 0.48,-2.112 0,-1.152 -0.48,-2.208 -1.632,-2.976 L 47.137,123.841 Z" /><path
id="path21"
style="fill:#2d67b9;fill-rule:nonzero"
d="m 220.321,123.841 -33.504,19.776 c -1.248,0.768 -1.728,1.824 -1.728,2.976 0,0.672 0.192,1.44 0.48,2.112 0.672,1.344 1.824,2.4 3.36,2.4 0.576,0 1.152,-0.192 1.728,-0.576 l 35.328,-21.312 c 2.304,-1.344 3.552,-2.688 3.552,-5.28 0,-2.688 -1.248,-4.032 -3.648,-5.568 L 190.657,97.345 c -0.576,-0.384 -1.248,-0.576 -1.824,-0.576 -1.44,0 -2.688,1.152 -3.264,2.4 -0.288,0.672 -0.48,1.44 -0.48,2.112 0,1.152 0.48,2.208 1.728,2.976 l 33.504,19.584 z" /></g><g
id="g23"
transform="translate(16.3186,29.5188)"><path
id="path25"
style="fill:#2d67b9;fill-rule:nonzero"
d="m 153.553,79.393 c 0.192,-0.576 0.288,-1.056 0.288,-1.536 0,-1.44 -0.96,-2.592 -2.592,-3.168 -0.576,-0.192 -1.152,-0.288 -1.728,-0.288 -1.536,0 -2.784,0.864 -3.36,2.4 l -32.352,84.864 c -0.192,0.48 -0.288,0.96 -0.288,1.44 0,1.44 1.056,2.4 2.784,3.072 0.672,0.288 1.248,0.384 1.824,0.384 1.44,0 2.496,-0.768 3.072,-2.4 l 32.352,-84.768 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,53 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata37"><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="defs35" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><g
id="g17"><g
id="g19"
transform="matrix(0,-1.75127,1.42064,0,22.4725,513.322)"><path
id="path21"
style="fill:#4d4d4d"
d="M 207.484,99.968 236.031,150 178.937,150 207.484,99.968 Z" /></g><g
id="g23"
transform="matrix(0,-0.656744,0.532754,0,139.382,286.225)"><path
id="path25"
style="fill:#ffffff"
d="M 207.484,99.968 236.031,150 178.937,150 207.484,99.968 Z" /></g></g><g
id="g27"><path
id="path29"
style="fill:#4d4d4d"
d="m 178.937,109.509 c 0,-5.266 -4.275,-9.541 -9.541,-9.541 l -94.458,0 c -5.265,0 -9.54,4.275 -9.54,9.541 l 0,80.905 c 0,5.266 4.275,9.541 9.54,9.541 l 94.458,0 c 5.266,0 9.541,-4.275 9.541,-9.541 l 0,-80.905 z" /><rect
id="rect31"
style="fill:#ffffff"
height="68.193001"
width="84.647003"
y="115.903"
x="79.844002" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,38 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="translate(0,-15.9782)"><path
id="path15"
style="fill:#ffffff"
d="m 241.138,156.703 -29.669,0 c -3.93,30.435 -29.971,53.981 -61.469,53.981 -31.498,0 -57.539,-23.546 -61.469,-53.981 l -29.669,0 0,-16 182.276,0 0,16 z" /><path
id="path17"
d="m 241.138,156.703 c -9.88967,0 -19.77933,0 -29.669,0 -2.75936,23.30276 -20.04169,43.99957 -42.421,50.994 -21.18426,7.05062 -45.9144,1.40736 -61.884,-14.214 -10.154998,-9.66534 -16.879935,-22.86289 -18.633,-36.78 -9.889667,0 -19.779333,0 -29.669,0 0,-5.33333 0,-10.66667 0,-16 60.75867,0 121.51733,0 182.276,0 0,5.33333 0,10.66667 0,16 z m -136.426,0 c 3.04452,18.68365 18.80759,34.37167 37.506,37.326 17.01994,3.11844 35.3316,-4.45645 45.221,-18.643 3.96655,-5.53804 6.67997,-11.97058 7.849,-18.683 -30.192,0 -60.384,0 -90.576,0 z"
style="fill:#4d4d4d" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,60 @@
<?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"
id="svg128"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata134"><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="defs132" /><g
transform="matrix(0.19997959,0,0,0.19995117,0.00612242,3.3261915e-4)"
id="Background_circle"><g
id="g105"><circle
id="circle101"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path103"
d="m 150.485,0.001 c 49.52443,-0.30811961 97.99009,26.139159 124.885,67.66 29.14955,43.41666 32.66867,102.35471 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.16927,120.37286 9.3281329,175.39447 33.956,217.011 c 22.83544,40.17536 67.60985,66.70688 113.877,66.972 44.98421,1.17284 89.41924,-22.44652 113.952,-60.106 26.866,-39.70944 29.54259,-94.08821 6.807,-136.282 -21.26707,-41.053691 -65.00625,-69.348254 -111.261,-71.398 -2.58582,-0.137959 -5.17549,-0.2052 -7.765,-0.196 z"
style="fill:#4d4d4d" /></g><g
id="g125"><g
id="g119"><g
id="g109"
transform="matrix(1,0,0,1.01748,0,-12.4555)"><rect
id="rect107"
style="fill:#4d4d4d;fill-opacity:0;stroke:#4d4d4d;stroke-width:11.89999962px"
height="93.275002"
width="142.27901"
y="103.363"
x="78.860001" /></g><g
id="g113"
transform="matrix(1.70092,0,0,1.08662,-105.138,-15.1201)"><rect
id="rect111"
style="fill:#ffffff"
height="77.197998"
width="77.197998"
y="104.31"
x="111.401" /></g><g
id="g117"
transform="translate(-4.85646,-7.97745)"><path
id="path115"
style="fill:#4d4d4d"
d="m 202.868,225.508 c 0,-3.287 -2.668,-5.955 -5.954,-5.955 h -84.115 c -3.286,0 -5.954,2.668 -5.954,5.955 0,3.286 2.668,5.954 5.954,5.954 h 84.115 c 3.286,0 5.954,-2.668 5.954,-5.954 z" /></g></g><g
id="g123"
transform="matrix(1.66872,0,0,1.06605,-100.308,-7.71468)"><rect
id="rect121"
style="fill:#ffffff"
height="78.688004"
width="78.688004"
y="99.375999"
x="110.656" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,46 @@
<?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"
id="svg1072"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata1078"><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="defs1076" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g1070"><g
id="Background_circle"><g
id="g1054"><circle
id="circle1050"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path1052"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="Layer1"><g
id="g1067"><path
id="path1057"
style="fill:#4d4d4d;fill-opacity:0;stroke:#4d4d4d;stroke-width:12px"
d="m 193.656,225.178 h -87.312 v -0.433 h 87.312 z M 221.14,92.714 V 193.016 H 78.86 V 92.714 Z" /><g
id="g1065"
transform="matrix(0.314025,0,0,0.314025,101.684,100.157)"><path
id="path1059"
style="fill:#4d4d4d"
d="M 68.751,82.244 153.879,131.92 238.287,82.244 153.879,31.058 Z" /><path
id="path1061"
style="fill:#4d4d4d"
d="m 59.634,99.464 84.96,49.02 v 98.076 l -84.96,-48.641 z" /><path
id="path1063"
style="fill:#4d4d4d"
d="m 162.579,149.166 85.504,-49.702 v 98.214 l -85.504,48.882 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g4"><g
id="Background_circle"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g13"
transform="translate(0,-6.69727)"><path
id="path15"
style="fill:#4d4d4d"
d="m 210.025,221.534 -118.119,0 0,0 c -21.734,-0.004 -39.378,-17.65 -39.378,-39.385 0,-19.275 13.877,-35.335 32.177,-38.725 0.182,-35.883 29.37,-64.958 65.295,-64.958 35.925,0 65.113,29.075 65.295,64.958 18.3,3.39 32.177,19.45 32.177,38.725 0,21.087 -16.609,38.326 -37.447,39.338 l 0,0.047 z m -2.802,-15.929 c 0.287,0.01 0.575,0.015 0.865,0.015 12.954,0 23.471,-10.517 23.471,-23.471 0,-11.115 -7.742,-20.435 -18.124,-22.858 l -0.006,0.026 c -0.884,-0.215 -1.787,-0.38 -2.707,-0.492 -0.865,-0.098 -1.744,-0.147 -2.634,-0.147 -4.025,0 -7.814,1.015 -11.126,2.803 1.984,-5.385 3.068,-11.204 3.068,-17.274 0,-16.41 -7.917,-30.984 -20.137,-40.11 -8.32,-6.282 -18.675,-10.009 -29.893,-10.009 -11.218,0 -21.573,3.727 -29.893,10.009 -12.22,9.126 -20.137,23.7 -20.137,40.11 0,6.07 1.084,11.889 3.068,17.274 -3.312,-1.788 -7.101,-2.803 -11.126,-2.803 -0.825,0 -1.64,0.042 -2.444,0.126 -0.985,0.113 -1.952,0.287 -2.896,0.517 l -0.007,-0.03 c -10.382,2.423 -18.124,11.743 -18.124,22.858 0,12.954 10.517,23.471 23.471,23.471 0.29,0 0.578,-0.005 0.865,-0.015 0.248,0.024 0.499,0.037 0.753,0.037 l 29.987,0 -0.018,0.024 53.002,0 -0.018,-0.024 29.987,0 c 0.254,0 0.505,-0.013 0.753,-0.037 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><path
id="path17"
style="fill:#4d4d4d"
d="m 182.537,71.431 c 6.916,2.87 13.373,6.628 19.228,11.13 l -10.827,26.822 14.706,25.472 28.662,4.038 c 0.475,3.635 0.721,7.343 0.721,11.107 0,3.764 -0.246,7.472 -0.721,11.107 l -28.662,4.038 -14.706,25.472 10.827,26.822 c -5.855,4.502 -12.312,8.26 -19.228,11.13 l -17.831,-22.807 -29.412,0 -17.831,22.807 c -6.916,-2.87 -13.373,-6.628 -19.228,-11.13 l 10.827,-26.822 -14.706,-25.472 -28.662,-4.038 c -0.475,-3.635 -0.721,-7.343 -0.721,-11.107 0,-3.764 0.246,-7.472 0.721,-11.107 l 28.662,-4.038 14.706,-25.472 -10.827,-26.822 c 5.855,-4.502 12.312,-8.26 19.228,-11.13 l 17.831,22.807 29.412,0 17.831,-22.807 z m 41.377,120.599 c -0.149,0.262 -0.3,0.523 -0.452,0.782 l 0.452,-0.782 z m -147.828,0 0.452,0.782 c -0.152,-0.259 -0.303,-0.52 -0.452,-0.782 z M 150,118.87 c 17.181,0 31.13,13.949 31.13,31.13 0,17.181 -13.949,31.13 -31.13,31.13 -17.181,0 -31.13,-13.949 -31.13,-31.13 0,-17.181 13.949,-31.13 31.13,-31.13 z m 73.462,-11.682 c 0.152,0.259 0.303,0.52 0.452,0.782 l -0.452,-0.782 z m -146.924,0 -0.452,0.782 c 0.149,-0.262 0.3,-0.523 0.452,-0.782 z M 150,64.973 c 0,0 0,0 0,0 z" /><g
id="g19"
transform="matrix(1.13747,0,0,1.13747,-20.62,-20.62)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><path
id="path17"
style="fill:#4d4d4d"
d="m 109.7,179.509 c -6.069,-8.27 -9.655,-18.474 -9.655,-29.509 0,-1.07 0.034,-2.131 0.1,-3.184 l 0,-66.371 -18.912,18.912 0,-29.291 29.096,-29.096 29.096,29.096 0,29.207 -18.934,-18.934 0,29.361 c 8.27,-6.069 18.474,-9.655 29.509,-9.655 1.07,0 2.131,0.034 3.184,0.1 l 66.371,0 -18.912,-18.912 29.291,0 29.096,29.096 -29.096,29.096 -29.207,0 18.934,-18.934 -29.361,0 c 6.069,8.271 9.655,18.475 9.655,29.509 0,1.07 -0.034,2.131 -0.1,3.184 l 0,66.371 18.912,-18.912 0,29.291 -29.096,29.096 -29.096,-29.096 0,-29.207 18.934,18.934 0,-29.361 c -8.27,6.069 -18.474,9.655 -29.509,9.655 -1.07,0 -2.131,-0.034 -3.184,-0.1 l -66.371,0 18.912,18.912 -29.291,0 -29.096,-29.096 29.096,-29.096 29.207,0 -18.934,18.934 29.361,0 z m 40.004,-58.805 c 16.005,0 29,12.994 29,29 0,16.005 -12.995,29 -29,29 -16.006,0 -29,-12.995 -29,-29 0,-16.006 12.994,-29 29,-29 z" /><g
id="g19"
transform="matrix(1.06678,0,0,1.06678,-10.0171,-10.0171)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,48 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata33"><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="defs31" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><g
id="g17"
transform="matrix(0.724619,0,0,0.592282,68.8494,40.4095)"><path
id="path19"
style="fill:#ffffff"
d="m 250.015,109.41 c 0,-13.541 -8.986,-24.535 -20.055,-24.535 l -121.05,0 c -11.068,0 -20.054,10.994 -20.054,24.535 l 0,85.388 c 0,13.541 8.986,24.535 20.054,24.535 l 32.322,0 0.188,23.576 22.7,-23.576 65.84,0 c 11.069,0 20.055,-10.994 20.055,-24.535 l 0,-85.388 z" /><path
id="path21"
d="m 230.219,84.877 c 10.62021,0.166079 18.27714,10.321519 19.482,20.192 0.72662,11.01108 0.10958,22.08912 0.314,33.12558 -0.10937,19.90686 0.2179,39.8289 -0.162,59.72642 -0.8228,10.0534 -8.1203,20.67233 -18.861,21.38 -22.28936,0.0748 -44.58155,0.0106 -66.872,0.032 -7.56667,7.85867 -15.13333,15.71733 -22.7,23.576 -0.0627,-7.85867 -0.12533,-15.71733 -0.188,-23.576 -11.62111,-0.13842 -23.27092,0.27257 -34.875,-0.197 -11.14669,-1.85602 -17.716056,-13.73769 -17.501,-24.338 0.0873,-29.39996 -0.174196,-58.81075 0.13,-88.204 0.723062,-10.158313 8.036282,-20.966931 18.892,-21.687 40.77892,-0.07337 81.56107,-0.01331 122.341,-0.03 z m -121.257,20.259 c -2.99592,0.0323 -4.01711,3.72875 -3.546,6.16559 0.0684,28.17148 -0.13522,56.36075 0.099,84.52141 0.34326,2.43767 2.92626,3.90211 5.27459,3.249 10.95356,0.15278 21.94605,-0.30571 32.87567,0.22918 3.52056,0.61947 6.68932,2.6651 8.98474,5.36782 3.62388,-4.49524 9.5308,-6.21771 15.12518,-5.597 20.99059,-0.0761 42.00906,0.14992 62.98282,-0.109 3.20394,-1.04189 2.87801,-5.28755 2.696,-7.88418 -0.0685,-27.56261 0.13537,-55.14304 -0.099,-82.69482 -0.34391,-2.43732 -2.92622,-3.90165 -5.27459,-3.248 -39.70614,0 -79.41227,0 -119.11841,0 z"
style="fill:#4d4d4d" /></g><g
id="g23"
transform="matrix(-0.724619,0,0,0.592282,231.145,78.43)"><path
id="path25"
style="fill:#ffffff"
d="m 250.015,109.322 c 0,-13.493 -8.954,-24.447 -19.983,-24.447 l -121.194,0 c -11.029,0 -19.982,10.954 -19.982,24.447 l 0,85.082 c 0,13.493 8.953,24.447 19.982,24.447 l 32.394,0 -0.186,24.058 23.074,-24.058 65.912,0 c 11.029,0 19.983,-10.954 19.983,-24.447 l 0,-85.082 z" /><path
id="path27"
d="m 108.58,84.877 c -10.582213,0.165562 -18.211559,10.284882 -19.412,20.12 -0.722889,11.00584 -0.108246,22.07844 -0.312,33.10958 0.109546,19.80117 -0.217318,39.61747 0.16,59.40942 0.821111,10.01692 8.091235,20.59913 18.794,21.303 11.13935,0.0751 22.28156,0.0104 33.422,0.032 -0.062,8.01933 -0.124,16.03867 -0.186,24.058 7.69133,-8.01933 15.38267,-16.03867 23.074,-24.058 22.64951,-0.086 45.31314,0.17072 67.954,-0.126 11.02037,-1.46718 17.81825,-12.95652 17.926,-23.377 -0.0352,-29.50672 0.14485,-59.02182 -0.089,-88.524 C 249.28959,96.677894 242.12877,85.819765 231.315,84.925 190.40609,84.809575 149.49091,84.90573 108.58,84.877 Z m 121.4,20.259 c 2.95175,0.0321 3.93938,3.68419 3.474,6.07759 -0.0669,28.06285 0.1323,56.14322 -0.097,84.19541 -0.33826,2.40471 -2.89541,3.82753 -5.20459,3.182 -21.98965,0.0942 -43.99627,-0.18783 -65.97541,0.14 -3.73465,0.51886 -7.06423,2.66539 -9.526,5.459 -3.65569,-4.71328 -9.83275,-6.20018 -15.53108,-5.599 -9.70759,-0.10759 -19.45824,0.20204 -29.14292,-0.131 -3.10043,-1.10256 -2.70931,-5.22805 -2.561,-7.77518 0.067,-27.45366 -0.13242,-54.92478 0.097,-82.36782 0.33869,-2.40503 2.89603,-3.82804 5.20559,-3.181 39.7538,0 79.50761,0 119.26141,0 z"
style="fill:#4d4d4d" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata29"><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="defs27" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><g
id="g17"
transform="translate(0,7.61811)"><path
id="path19"
style="fill:#4d4d4d"
d="m 169.165,126.098 -29.706,-33.738 -51.728,0 c -4.415,0 -8,-3.584 -8,-8 0,-4.415 3.585,-8 8,-8 l 55.437,0 c 2.769,0 5.212,1.411 6.648,3.552 l 29.263,33.233 45.534,0 c 4.415,0 8,3.585 8,8 0,4.416 -3.585,8 -8,8 l -49.167,0 c -2.546,0 -4.815,-1.191 -6.281,-3.047 z" /></g><g
id="g21"
transform="matrix(1,0,0,-1,0,292.297)"><path
id="path23"
style="fill:#4d4d4d"
d="m 169.165,126.098 -29.706,-33.738 -51.728,0 c -4.415,0 -8,-3.584 -8,-8 0,-4.415 3.585,-8 8,-8 l 55.437,0 c 2.769,0 5.212,1.411 6.648,3.552 l 29.263,33.233 45.534,0 c 4.415,0 8,3.585 8,8 0,4.416 -3.585,8 -8,8 l -49.167,0 c -2.546,0 -4.815,-1.191 -6.281,-3.047 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata25"><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="defs23" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"><path
id="path15"
style="fill:#4d4d4d"
d="m 184.85,216.436 0.002,0.005 c -10.416,5.48 -22.275,8.581 -34.852,8.581 -41.406,0 -75.022,-33.616 -75.022,-75.022 0,-41.406 33.616,-75.022 75.022,-75.022 6.321,0 12.461,0.783 18.327,2.258 l 0,10e-4 0.003,0.001 c 4.298,1.083 6.909,5.452 5.826,9.75 -1.083,4.298 -5.452,6.909 -9.75,5.826 -0.019,-0.005 -0.039,-0.01 -0.058,-0.015 l -0.001,0.003 c -4.593,-1.151 -9.399,-1.761 -14.347,-1.761 -32.541,0 -58.959,26.418 -58.959,58.959 0,32.541 26.418,58.959 58.959,58.959 9.787,0 19.021,-2.39 27.148,-6.617 0.056,-0.031 0.113,-0.062 0.17,-0.092 3.927,-2.053 8.784,-0.532 10.837,3.396 2.038,3.898 0.555,8.71 -3.305,10.79 z m 5.774,-109.15 c -3.18,-3.06 -3.294,-8.125 -0.247,-11.324 3.057,-3.21 8.144,-3.334 11.353,-0.277 l 0.002,0.001 0,0 c 14.345,13.669 23.29,32.955 23.29,54.314 0,14.97 -4.394,28.921 -11.961,40.634 l 0,0 c -2.402,3.723 -7.374,4.798 -11.099,2.398 -3.726,-2.4 -4.802,-7.374 -2.401,-11.1 0.017,-0.026 0.033,-0.052 0.051,-0.078 l -0.001,-0.001 c 5.915,-9.188 9.348,-20.123 9.348,-31.853 0,-16.801 -7.043,-31.971 -18.335,-42.714 l 0,0 z" /><path
id="path17"
style="fill:#4d4d4d"
d="m 241.101,124.485 c -0.007,-0.025 -0.014,-0.05 -0.021,-0.076 -1.204,-4.277 1.292,-8.726 5.569,-9.929 4.277,-1.204 8.726,1.292 9.929,5.569 0.012,0.042 0.024,0.084 0.035,0.126 l 10e-4,0 c 2.654,9.49 4.072,19.493 4.072,29.825 0,61.089 -49.597,110.686 -110.686,110.686 -19.04,0 -36.963,-4.817 -52.616,-13.299 -0.036,-0.019 -0.071,-0.038 -0.107,-0.057 -3.906,-2.116 -5.359,-7.006 -3.242,-10.912 2.116,-3.906 7.006,-5.359 10.912,-3.242 l 0.035,0.019 0,-0.001 c 13.39,7.267 28.726,11.395 45.018,11.395 52.205,0 94.589,-42.384 94.589,-94.589 0,-8.839 -1.215,-17.397 -3.488,-25.515 l 0,0 z m -173.985,98.844 0,0 C 49.819,203.797 39.314,178.116 39.314,150 c 0,-30.642 12.478,-58.392 32.626,-78.442 0.04,-0.042 0.081,-0.084 0.123,-0.125 3.154,-3.127 8.252,-3.105 11.379,0.049 3.126,3.153 3.104,8.252 -0.049,11.378 l -0.032,0.031 0.003,0.004 C 66.104,100.034 55.411,123.778 55.411,150 c 0,24.002 8.96,45.928 23.713,62.613 0.018,0.019 0.036,0.039 0.053,0.059 2.943,3.326 2.631,8.416 -0.696,11.359 -3.327,2.943 -8.416,2.631 -11.359,-0.696 l -0.006,-0.006 z m 159.68,-128.534 0,0 C 209.616,70.948 181.608,55.411 150,55.411 c -14.128,0 -27.537,3.105 -39.582,8.668 l 0,0 c -4.031,1.839 -8.8,0.069 -10.653,-3.959 -1.857,-4.036 -0.089,-8.82 3.947,-10.677 l 0,0 C 117.798,42.941 133.479,39.314 150,39.314 c 37.007,0 69.797,18.201 89.898,46.132 l -0.001,0 0.001,0 c 2.591,3.607 1.767,8.64 -1.841,11.232 -3.607,2.591 -8.639,1.767 -11.231,-1.841 l -0.03,-0.042 z" /><path
id="path19"
style="fill:#4d4d4d"
d="m 109.3,151.841 c -0.002,-0.038 -0.004,-0.077 -0.006,-0.115 -0.193,-4.55 3.344,-8.401 7.894,-8.593 4.55,-0.193 8.4,3.344 8.593,7.894 0.003,0.063 0.005,0.127 0.006,0.19 l 0.003,0 c 0.635,12.814 11.24,23.023 24.21,23.023 5.304,0 10.213,-1.707 14.206,-4.602 l 0,0.001 c 3.694,-2.599 8.807,-1.741 11.447,1.935 2.657,3.698 1.811,8.857 -1.887,11.513 l 0,0.001 c -6.691,4.816 -14.9,7.655 -23.766,7.655 -21.869,0 -39.737,-17.268 -40.702,-38.902 l 0.002,0 z m 12.815,-31.532 -10e-4,-0.002 c 7.291,-6.851 17.102,-11.05 27.886,-11.05 22.486,0 40.743,18.257 40.743,40.743 0,1.19 -0.052,2.369 -0.152,3.533 l 0,0 c -0.396,4.536 -4.399,7.898 -8.936,7.503 -4.537,-0.394 -7.9,-4.398 -7.506,-8.936 0.004,-0.04 0.008,-0.081 0.012,-0.122 l -0.001,0 c 0.053,-0.652 0.08,-1.312 0.08,-1.978 0,-13.379 -10.861,-24.24 -24.24,-24.24 -6.439,0 -12.295,2.516 -16.638,6.618 l -0.001,-10e-4 c -3.318,3.084 -8.516,2.913 -11.623,-0.391 -3.119,-3.317 -2.958,-8.541 0.358,-11.66 l 0.019,-0.017 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><circle
id="circle7"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path9"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g11"
transform="matrix(0.927469,0,0,0.927469,10.8823,10.8796)"><path
id="path13"
style="fill:#4d4d4d"
d="m 94.046,118.987 -44.066,0 0,-43.932 44.066,0 0,43.932 z m 100.012,-43.932 0,43.932 -88.07,0 0,-43.932 88.07,0 z m 55.957,43.932 -44.014,0 0,-43.932 44.014,0 0,43.932 z" /><path
id="path15"
style="fill:#4d4d4d"
d="m 144.029,130.929 0,38.09 -94.049,0 0,-38.09 94.049,0 z m 105.986,38.09 -94.044,0 0,-38.09 94.044,0 0,38.09 z" /><path
id="path17"
style="fill:#4d4d4d"
d="m 94.046,180.962 0,43.983 -44.066,0 0,-43.983 44.066,0 z m 155.969,43.983 -44.014,0 0,-43.983 44.014,0 0,43.983 z m -55.957,0 -88.07,0 0,-43.983 88.07,0 0,43.983 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg29"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata35"><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="defs33" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g26"><g
id="g14"><circle
id="circle10"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path12"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g24"
transform="matrix(1.23635,0,0,1.21194,-34.4849,-21.0406)"><g
id="g18"
transform="matrix(0,1.27181,-1,0,273.793,2.09675)"><path
id="path16"
style="fill:#4d4d4d"
d="m 109.312,94.325 c 3.619,0.088 45.805,88.817 38.703,88.779 -13.302,-0.072 -64.103,-0.062 -77.406,0 -7.05,0.032 35.013,-88.868 38.703,-88.779 z" /></g><g
id="g22"
transform="translate(25.7657,-5.8894)"><path
id="path20"
style="fill:#4d4d4d"
d="m 181.98,97.718 c 0,-1.113 -0.885,-2.016 -1.976,-2.016 H 165 c -1.09,0 -1.975,0.903 -1.975,2.016 v 98.603 c 0,1.113 0.885,2.016 1.975,2.016 h 15.004 c 1.091,0 1.976,-0.903 1.976,-2.016 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="matrix(0.681304,0,0,0.681304,47.8044,47.8044)"><path
id="path15"
style="fill:#4d4d4d"
d="m 225.468,45.022 c 2.318,-11.406 12.413,-20 24.498,-20 13.798,0 25,11.202 25,25 0,12.086 -8.594,22.18 -20,24.499 l 0,50.98 c 11.406,2.319 20,12.413 20,24.499 0,12.086 -8.594,22.18 -20,24.499 l 0,50.98 c 11.406,2.319 20,12.413 20,24.499 0,13.798 -11.202,25 -25,25 -12.085,0 -22.18,-8.594 -24.498,-20 l -50.969,0 c -2.319,11.406 -12.413,20 -24.499,20 -12.086,0 -22.18,-8.594 -24.499,-20 l -50.969,0 c -2.318,11.406 -12.413,20 -24.498,20 -13.798,0 -25,-11.202 -25,-25 0,-12.086 8.594,-22.18 20,-24.499 l 0,-50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-12.086 8.594,-22.18 20,-24.499 l 0,-50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-13.798 11.202,-25 25,-25 12.085,0 22.18,8.594 24.498,20 l 50.969,0 c 2.319,-11.406 12.413,-20 24.499,-20 12.086,0 22.18,8.594 24.499,20 l 50.969,0 z m 0,109.978 -50.969,0 c -1.99,9.79 -9.709,17.509 -19.499,19.499 l 0,50.98 c 9.79,1.991 17.509,9.709 19.499,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.508 19.498,-19.499 l 0,-50.98 C 235.177,172.509 227.458,164.79 225.468,155 Z m -99.967,0 -50.969,0 c -1.99,9.79 -9.709,17.509 -19.498,19.499 l 0,50.98 c 9.789,1.991 17.508,9.709 19.498,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.508 19.499,-19.499 l 0,-50.98 C 135.21,172.509 127.491,164.79 125.501,155 Z m 99.967,-99.978 -50.969,0 C 172.509,64.812 164.79,72.53 155,74.521 l 0,50.98 c 9.79,1.99 17.509,9.709 19.499,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.509 19.498,-19.499 l 0,-50.98 C 235.177,72.53 227.458,64.812 225.468,55.022 Z m -99.967,0 -50.969,0 c -1.99,9.79 -9.709,17.508 -19.498,19.499 l 0,50.98 c 9.789,1.99 17.508,9.709 19.498,19.499 l 50.969,0 c 1.99,-9.79 9.709,-17.509 19.499,-19.499 l 0,-50.98 C 135.21,72.53 127.491,64.812 125.501,55.022 Z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg20"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata26"><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="defs24" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g14"><circle
id="circle10"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path12"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
transform="matrix(0.42391,0.42391,-0.4253,0.4253,150.118,22.7974)"
id="Layer1"><path
id="path16"
style="fill:#4d4d4d"
d="m 225.468,45.022 c 2.318,-11.406 12.413,-20 24.498,-20 13.798,0 25,11.202 25,25 0,12.086 -8.594,22.18 -20,24.499 v 50.98 c 11.406,2.319 20,12.413 20,24.499 0,12.086 -8.594,22.18 -20,24.499 v 50.98 c 11.406,2.319 20,12.413 20,24.499 0,13.798 -11.202,25 -25,25 -12.085,0 -22.18,-8.594 -24.498,-20 h -50.969 c -2.319,11.406 -12.413,20 -24.499,20 -12.086,0 -22.18,-8.594 -24.499,-20 H 74.532 c -2.318,11.406 -12.413,20 -24.498,20 -13.798,0 -25,-11.202 -25,-25 0,-12.086 8.594,-22.18 20,-24.499 v -50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-12.086 8.594,-22.18 20,-24.499 v -50.98 c -11.406,-2.319 -20,-12.413 -20,-24.499 0,-13.798 11.202,-25 25,-25 12.085,0 22.18,8.594 24.498,20 h 50.969 c 2.319,-11.406 12.413,-20 24.499,-20 12.086,0 22.18,8.594 24.499,20 z m 0,109.978 h -50.969 c -1.99,9.79 -9.709,17.509 -19.499,19.499 v 50.98 c 9.79,1.991 17.509,9.709 19.499,19.499 h 50.969 c 1.99,-9.79 9.709,-17.508 19.498,-19.499 v -50.98 C 235.177,172.509 227.458,164.79 225.468,155 Z m -99.967,0 H 74.532 c -1.99,9.79 -9.709,17.509 -19.498,19.499 v 50.98 c 9.789,1.991 17.508,9.709 19.498,19.499 h 50.969 c 1.99,-9.79 9.709,-17.508 19.499,-19.499 v -50.98 C 135.21,172.509 127.491,164.79 125.501,155 Z M 225.468,55.022 H 174.499 C 172.509,64.812 164.79,72.53 155,74.521 v 50.98 c 9.79,1.99 17.509,9.709 19.499,19.499 h 50.969 c 1.99,-9.79 9.709,-17.509 19.498,-19.499 V 74.521 C 235.177,72.53 227.458,64.812 225.468,55.022 Z m -99.967,0 H 74.532 c -1.99,9.79 -9.709,17.508 -19.498,19.499 v 50.98 c 9.789,1.99 17.508,9.709 19.498,19.499 h 50.969 c 1.99,-9.79 9.709,-17.509 19.499,-19.499 V 74.521 C 135.21,72.53 127.491,64.812 125.501,55.022 Z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="translate(40.6705,0)"><path
id="path15"
style="fill:#4d4d4d"
d="m 154.098,161.02 -20.481,20.481 31.316,0 31.27,-31.27 -31.732,-31.732 -30.936,0 20.379,20.378 -131.458,0 0,22.247 131.642,-0.104 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,51 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata35"><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="defs33" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"
transform="translate(0.0808839,-14.5186)"><g
id="g17"
transform="translate(-0.0808839,14.5186)"><path
id="path19"
d="m 150.531,52.812 c 34.87706,-0.292686 68.04162,24.312009 77.89962,57.78286 8.64283,26.89731 1.84872,57.90078 -17.06362,78.82214 -4.29948,4.83584 -9.1678,9.16629 -14.476,12.867 6.27542,11.09704 12.95577,21.98258 18.977,33.2124 5.42293,11.98717 -12.82702,15.82381 -15.76378,4.35175 C 194.34461,229.98618 188.6794,219.83209 182.861,210.152 154.03612,223.00575 117.93947,217.41943 94.812556,195.66521 69.280745,173.1997 60.72929,134.2074 74.311125,103.07855 86.677946,72.906147 117.92471,52.251992 150.531,52.812 Z"
style="fill:#ffffff;fill-opacity:0" /><path
id="path21"
d="m 150.531,52.812 c 29.07418,-0.106091 57.35182,16.715401 71.249,42.246 14.12742,24.86593 13.66704,57.14718 -1.105,81.62 -5.98127,10.10125 -14.15189,18.8957 -23.784,25.606 6.25097,11.10823 12.99056,21.97 18.977,33.212 1.91171,4.30319 0.22979,10.79267 -4.98,11.599 -5.44008,0.81865 -9.59245,-4.07638 -11.54711,-8.56899 -5.50519,-9.42122 -10.91592,-19.13468 -16.47989,-28.37401 -25.80414,11.49438 -57.48076,8.31992 -80.372,-8.304 -22.950677,-15.98571 -36.45251,-44.30492 -34.42,-72.19 1.597041,-29.693132 20.864047,-57.505215 48.051,-69.542 10.76006,-4.901074 22.59021,-7.392909 34.411,-7.304 z m -0.973,16 c -24.8372,-0.126515 -48.83762,15.218209 -59.276,37.746 -10.745612,22.05828 -7.686571,50.00238 7.72,69.133 13.5683,17.6871 36.63091,27.40673 58.66,24.98 7.41833,-0.66196 14.71345,-2.9115 21.40506,-5.7839 2.02823,-1.18348 5.21567,0.35354 6.12471,-2.31985 3.29824,-3.85101 7.82637,-6.10311 11.15323,-9.59425 8.23605,-7.76741 14.33318,-17.49195 17.714,-28.207 0.0725,-0.2104 0.68665,-2.24624 0.914,-3.182 0.45289,-1.77497 0.69883,-2.89044 0.962,-4.279 3.44066,-17.36339 -0.74721,-37.24941 -11.873,-51.791 C 190.76587,78.755384 170.3444,68.51672 149.558,68.812 Z m 61.291,91.933 c -0.0744,0.18277 0.1692,-0.39681 0,0 z m 0.241,-0.572 c -0.36112,0.91108 -0.11943,0.22288 0,0 z m 4.754,-19.409 c -0.3641,2.76808 0.51255,-2.79458 0,0 l 0,0 z"
style="fill:#4d4d4d" /></g><g
id="g23"
transform="translate(-0.0234314,18.6466)"><path
id="path25"
style="fill:#4d4d4d"
d="m 100.017,104.797 69.758,0 -14.29,-14.29 22.183,0 22.2,22.2 -22.2,22.199 -22.16,0 14.475,-14.475 -69.966,0 0,-15.634 z" /></g><g
id="g27"
transform="matrix(-1,0,0,1,300.023,55.9398)"><path
id="path29"
style="fill:#4d4d4d"
d="m 100.017,104.797 69.758,0 -14.29,-14.29 22.183,0 22.2,22.2 -22.2,22.199 -22.16,0 14.475,-14.475 -69.966,0 0,-15.634 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,45 @@
<?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"
id="svg182"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata188"><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="defs186" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g179"><g
id="g165"><circle
id="circle161"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path163"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g177"
transform="matrix(0.965759,0,0,0.965759,11.4918,-14.8634)"><g
id="g171"
transform="matrix(-1,0,0,1,299.919,20.7086)"><path
id="path167"
d="m 150.531,52.812 c 34.87706,-0.292686 68.04162,24.312009 77.89962,57.78286 8.64283,26.89731 1.84872,57.90078 -17.06362,78.82214 -4.29948,4.83584 -9.1678,9.16629 -14.476,12.867 6.27542,11.09704 12.95577,21.98258 18.977,33.2124 5.42293,11.98717 -12.82702,15.82381 -15.76378,4.35175 C 194.34461,229.98618 188.6794,219.83209 182.861,210.152 154.03612,223.00575 117.93947,217.41943 94.812556,195.66521 69.280745,173.1997 60.72929,134.2074 74.311125,103.07855 86.71685,72.876768 117.883,52.272391 150.531,52.812 Z"
style="fill:#ffffff;fill-opacity:0" /><path
id="path169"
d="m 150.531,52.812 c 29.07485,-0.106674 57.35095,16.716599 71.249,42.246 14.15454,24.89985 13.66048,57.23549 -1.165,81.72 -5.97471,10.05991 -14.12414,18.8177 -23.724,25.506 6.25097,11.10823 12.99056,21.97 18.977,33.212 1.94056,4.32934 0.18585,10.88543 -5.079,11.615 -5.40863,0.73778 -9.4969,-4.12069 -11.44811,-8.58499 -5.50519,-9.42122 -10.91592,-19.13468 -16.47989,-28.37401 -25.80414,11.49438 -57.48076,8.31992 -80.372,-8.304 -22.950677,-15.98571 -36.45251,-44.30492 -34.42,-72.19 1.597041,-29.693132 20.864047,-57.505215 48.051,-69.542 10.75945,-4.900923 22.59083,-7.393023 34.411,-7.304 z m -0.973,16 c -24.83721,-0.126545 -48.83762,15.218213 -59.276,37.746 -10.864963,22.29883 -7.605051,50.60695 8.216,69.755 13.93583,17.72035 37.44204,27.14623 59.66,24.191 6.63808,-0.76668 13.34361,-2.78049 19.422,-5.463 2.13425,-1.36339 5.58973,0.28376 6.61177,-2.47375 3.30067,-3.85145 7.82724,-6.10569 11.15323,-9.59425 10.27811,-9.69705 17.23354,-22.43858 19.718,-36.358 0.26901,-1.5175 0.49591,-3.07349 0.667,-4.708 -0.18184,2.77172 0.0582,-0.74529 0.173,-1.903 1.23586,-14.98314 -3.06446,-31.13818 -12.14,-43.53 C 191.52591,79.157478 170.76088,68.51011 149.558,68.812 Z m 61.409,91.658 c -0.16688,0.37606 0.0398,-0.08 0,0 z m 2.151,-5.894 c -0.0366,0.12421 0.0219,-0.0712 0,0 z m 0.181,-0.589 c -0.27945,0.91901 -0.17597,0.5627 0,0 z m 1.547,-6.211 c -0.30854,1.45344 0.08,-0.34285 0,0 z"
style="fill:#4d4d4d" /></g><g
id="g175"
transform="translate(59.823,65.5189)"><path
id="path173"
style="fill:#4d4d4d"
d="m 130.096,50 v 80 h -80 V 50 Z m -10,10 h -60 v 60 h 60 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata25"><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="defs23" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><path
id="path17"
style="fill:#4d4d4d"
d="m 181.066,86.193 c -6.827,-6.535 -8.59,-17.122 -3.657,-25.667 5.795,-10.038 18.649,-13.482 28.687,-7.687 10.037,5.795 13.481,18.649 7.686,28.687 -4.933,8.545 -14.983,12.312 -24.056,9.667 l -14.098,24.417 c 9.219,6.884 15.581,17.384 16.977,29.39 l 28.187,0 c 2.245,-9.18 10.532,-16 20.4,-16 11.59,0 21,9.41 21,21 0,11.59 -9.41,21 -21,21 -9.868,0 -18.155,-6.82 -20.4,-16 l -28.187,0 c -1.396,12.006 -7.758,22.506 -16.977,29.39 l 14.098,24.417 c 9.073,-2.645 19.123,1.122 24.056,9.667 5.795,10.038 2.351,22.892 -7.686,28.687 -10.038,5.795 -22.892,2.351 -28.687,-7.687 -4.933,-8.545 -3.17,-19.132 3.657,-25.667 L 166.974,189.4 c -5.207,2.248 -10.946,3.494 -16.974,3.494 -6.028,0 -11.767,-1.246 -16.974,-3.494 l -14.092,24.407 c 6.827,6.535 8.59,17.122 3.657,25.667 -5.795,10.038 -18.649,13.482 -28.687,7.687 -10.037,-5.795 -13.481,-18.649 -7.686,-28.687 4.933,-8.545 14.983,-12.312 24.056,-9.667 L 124.372,184.39 C 115.153,177.506 108.791,167.006 107.395,155 l -28.187,0 c -2.245,9.18 -10.532,16 -20.4,16 -11.59,0 -21,-9.41 -21,-21 0,-11.59 9.41,-21 21,-21 9.868,0 18.155,6.82 20.4,16 l 28.187,0 c 1.396,-12.006 7.758,-22.506 16.977,-29.39 L 110.274,91.193 c -9.073,2.645 -19.123,-1.122 -24.056,-9.667 -5.795,-10.038 -2.351,-22.892 7.686,-28.687 10.038,-5.795 22.892,-2.351 28.687,7.687 4.933,8.545 3.17,19.132 -3.657,25.667 l 14.092,24.407 c 5.207,-2.248 10.946,-3.494 16.974,-3.494 6.028,0 11.767,1.246 16.974,3.494 L 181.066,86.193 Z M 159.2,175.935 150,160 l -9.2,15.935 c 2.877,1.022 5.974,1.578 9.2,1.578 3.226,0 6.323,-0.556 9.2,-1.578 z m -27.055,-5.009 9.195,-15.926 -18.399,0 c 1.164,6.332 4.5,11.907 9.204,15.926 z M 177.059,155 l -18.399,0 9.195,15.926 c 4.704,-4.019 8.04,-9.594 9.204,-15.926 z m -44.914,-25.926 c -4.704,4.019 -8.04,9.594 -9.204,15.926 l 18.399,0 -9.195,-15.926 z m 35.71,0 -9.195,15.926 18.399,0 c -1.164,-6.332 -4.5,-11.907 -9.204,-15.926 z m -8.655,-5.009 c -2.877,-1.022 -5.974,-1.578 -9.2,-1.578 -3.226,0 -6.323,0.556 -9.2,1.578 L 150,140 l 9.2,-15.935 z" /><circle
id="circle19"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,36 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"
transform="matrix(0.641099,-0.641099,0.641099,0.641099,-42.3296,150)"><path
id="path17"
style="fill:#4d4d4d"
d="m 62.539,139.838 43.071,0 0,20.346 -42.965,0 18.912,18.912 -29.29,0 L 23.171,150 l 29.096,-29.096 29.206,0 -18.934,18.934 z m 185.194,39.258 -29.29,0 18.912,-18.912 -42.965,0 0,-20.346 43.071,0 -18.934,-18.934 29.206,0 29.096,29.096 -29.096,29.096 z m -71.099,-18.912 -17.756,0 0,-20.344 8.922,0 0,-0.002 8.834,0 0,20.346 z m -44.434,-20.346 0,0.002 8.922,0 0,20.344 -17.756,0 0,-20.346 8.834,0 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><path
id="path15"
style="fill:#4d4d4d"
d="m 144,108.687 c -8.111,-2.551 -14,-10.134 -14,-19.082 0,-11.039 8.962,-20 20,-20 11.038,0 20,8.961 20,20 0,8.948 -5.889,16.531 -14,19.082 l 0,22.23 c 8.111,2.551 14,10.135 14,19.083 0,3.336 -0.819,6.482 -2.266,9.249 l 22.997,22.997 c 2.779,-1.463 5.943,-2.291 9.299,-2.291 11.038,0 20,8.962 20,20 0,11.038 -8.962,20 -20,20 -11.039,0 -20,-8.962 -20,-20 0,-3.317 0.808,-6.445 2.24,-9.2 L 159.249,167.734 C 156.482,169.181 153.336,170 150,170 c -3.336,0 -6.482,-0.819 -9.249,-2.266 l -22.99,22.99 c 1.441,2.762 2.256,5.902 2.256,9.231 0,11.038 -8.961,20 -20,20 -11.038,0 -20,-8.962 -20,-20 0,-11.038 8.962,-20 20,-20 3.344,0 6.497,0.822 9.268,2.275 l 22.981,-22.981 C 130.819,156.482 130,153.336 130,150 c 0,-8.948 5.889,-16.532 14,-19.083 l 0,-22.23 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,67 @@
<?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"
id="svg354"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata360"><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="defs358" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g351"><g
id="g319"><circle
id="circle315"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path317"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g349"
transform="translate(-0.30157,11.1657)"><g
id="g323"
transform="matrix(0.712935,0,0,0.712935,43.3615,44.2244)"><path
id="path321"
style="fill:#4d4d4d"
d="m 122.981,208.691 c -0.709,-0.211 -1.327,-0.441 -1.827,-0.691 -4.3,-2.15 -8.019,-7.193 -8,-12 0.105,-26.438 -7.525,-37.446 -19.502,-56.75 C 87.984,129.292 85,117.997 85,106.5 85,70.35 113.936,41 149.577,41 c 35.641,0 64.577,29.35 64.577,65.5 0,11.497 -2.984,22.792 -8.652,32.75 -11.977,19.304 -19.608,30.312 -19.502,56.75 0.019,4.807 -3.7,9.85 -8,12 -0.541,0.27 -1.219,0.517 -2,0.741 v 39.882 c 0,1.864 -1.513,3.377 -3.377,3.377 h -0.065 l -10.813,15 h -24.51 l -10.813,-15 h -0.064 c -1.864,0 -3.377,-1.513 -3.377,-3.377 z" /></g><g
id="g327"
transform="translate(-2.57686)"><path
id="path325"
style="fill:#4d4d4d"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g331"
transform="rotate(-30.000012,148.71145,124.96043)"><path
id="path329"
style="fill:#4d4d4d"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g335"
transform="rotate(30.000012,148.71164,115.34332)"><path
id="path333"
style="fill:#4d4d4d"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g339"
transform="matrix(-1,0,0,1,303.18,0)"><path
id="path337"
style="fill:#4d4d4d"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g343"
transform="matrix(-0.866025,-0.5,-0.5,0.866025,343.16,91.0973)"><path
id="path341"
style="fill:#4d4d4d"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g><g
id="g347"
transform="matrix(-0.866025,0.5,0.5,0.866025,223.008,-58.9027)"><path
id="path345"
style="fill:#4d4d4d"
d="m 83.659,109.101 c 1.819,0.883 1.96,21.248 0,22.101 -2.326,1.013 -32.082,-8.967 -32.082,-11.05 0,-1.969 29.981,-12.071 32.082,-11.051 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><path
id="path15"
style="fill:#4d4d4d"
d="m 140.78,150.964 9.808,-9.809 -5.767,-5.768 c -5.566,-5.565 -5.566,-14.602 0,-20.167 l 51.842,-51.842 c 5.565,-5.565 14.602,-5.565 20.167,0 l 20.167,20.167 c 5.566,5.566 5.566,14.602 0,20.167 l -51.842,51.843 c -5.565,5.565 -14.602,5.565 -20.167,0 l -5.768,-5.768 -9.808,9.808 5.767,5.768 c 5.566,5.566 5.566,14.602 0,20.167 l -51.842,51.843 c -5.565,5.565 -14.602,5.565 -20.167,0 L 63.003,217.205 c -5.566,-5.565 -5.566,-14.602 0,-20.167 l 51.842,-51.842 c 5.565,-5.565 14.602,-5.565 20.167,0 l 5.768,5.768 z m -12.16,12.16 c -2.043,-1.456 -4.901,-1.268 -6.733,0.564 l -40.311,40.311 c -2.042,2.042 -2.042,5.358 0,7.4 l 7.4,7.4 c 2.042,2.042 5.358,2.042 7.4,0 l 40.311,-40.311 c 1.832,-1.832 2.021,-4.69 0.565,-6.733 l -3.44,3.44 c -1.664,1.664 -4.366,1.664 -6.031,0 l -2.601,-2.601 c -1.664,-1.664 -1.664,-4.366 0,-6.031 l 3.44,-3.439 z m 42.841,-25.578 c 2.043,1.456 4.901,1.268 6.733,-0.565 L 218.505,96.67 c 2.042,-2.042 2.042,-5.358 0,-7.4 l -7.4,-7.4 c -2.042,-2.042 -5.358,-2.042 -7.4,0 l -40.311,40.311 c -1.832,1.833 -2.02,4.69 -0.565,6.733 l 3.424,-3.424 c 1.665,-1.664 4.367,-1.664 6.031,0 l 2.601,2.601 c 1.664,1.665 1.664,4.367 0,6.031 l -3.424,3.424 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,44 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata29"><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="defs27" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"
transform="translate(-10.0155,0.234291)"><g
id="g17"><path
id="path19"
style="fill:#4d4d4d"
d="m 198.976,160.166 c -1.597,7.722 -4.976,14.794 -9.688,20.768 l 23.688,28.207 2.319,-26.632 18.984,22.607 -3.523,40.455 -41.53,-3.617 -18.352,-21.854 26.67,2.323 -23.837,-28.384 c -7.056,3.81 -15.131,5.973 -23.707,5.973 -24.163,0 -44.346,-17.172 -49.001,-39.967 l -20.871,0 c -3.363,5.4 -9.353,8.997 -16.176,8.997 -10.51,0 -19.042,-8.533 -19.042,-19.042 0,-10.509 8.532,-19.042 19.042,-19.042 6.823,0 12.813,3.597 16.176,8.997 l 20.871,0 C 105.654,117.16 125.837,99.988 150,99.988 c 8.571,0 16.641,2.16 23.695,5.966 l 23.689,-28.192 -26.632,2.312 18.99,-22.601 40.456,-3.513 3.606,41.531 -18.358,21.849 -2.316,-26.67 -23.85,28.385 c 4.711,5.969 8.091,13.036 9.691,20.752 l 36.818,0 -18.903,-18.903 29.52,0 28.715,28.715 -29.477,29.477 -28.538,0 18.93,-18.93 -37.06,0 z M 150,115.467 c 19.059,0 34.533,15.474 34.533,34.533 0,19.059 -15.474,34.533 -34.533,34.533 -19.059,0 -34.533,-15.474 -34.533,-34.533 0,-19.059 15.474,-34.533 34.533,-34.533 z" /><g
id="g21"
transform="matrix(1.22305,0,0,1.22305,-33.4576,-33.4576)"><circle
id="circle23"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="matrix(0.8201,0,0,0.8201,45.5082,45.7797)"><path
id="path15"
style="fill:#4d4d4d"
d="m 187.606,237.115 -120.385,0 c -6.834,0 -12.382,-5.548 -12.382,-12.381 l 0,-195.303 c 0,-6.833 5.548,-12.381 12.382,-12.381 l 120.385,0 c 6.834,0 12.382,5.548 12.382,12.381 l 0,195.303 c 0,6.833 -5.547,12.381 -12.382,12.381 z m -16.073,-44.889 -88.239,0 c -7.024,0 -12.727,5.703 -12.727,12.727 0,7.025 5.703,12.728 12.727,12.728 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.728 0,-7.024 -5.702,-12.727 -12.727,-12.727 z M 84.24,198.95 c 3.313,0 6.003,2.69 6.003,6.003 0,3.314 -2.69,6.004 -6.003,6.004 -3.313,0 -6.003,-2.69 -6.003,-6.004 0,-3.313 2.69,-6.003 6.003,-6.003 z m 87.293,-45.544 -88.239,0 c -7.025,0 -12.727,5.703 -12.727,12.727 0,7.025 5.703,12.728 12.727,12.728 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.728 0,-7.024 -5.702,-12.727 -12.727,-12.727 z M 84.24,160.13 c 3.313,0 6.003,2.69 6.003,6.003 0,3.314 -2.69,6.004 -6.003,6.004 -3.313,0 -6.003,-2.69 -6.003,-6.004 0,-3.313 2.69,-6.003 6.003,-6.003 z m 87.293,-45.444 -88.239,0 c -7.025,0 -12.727,5.703 -12.727,12.728 0,7.024 5.703,12.727 12.727,12.727 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.727 0,-7.025 -5.702,-12.728 -12.727,-12.728 z M 84.24,121.41 c 3.313,0 6.003,2.69 6.003,6.004 0,3.313 -2.69,6.003 -6.003,6.003 -3.313,0 -6.003,-2.69 -6.003,-6.003 0,-3.314 2.69,-6.004 6.003,-6.004 z m 87.293,-45.56 -88.239,0 c -7.025,0.001 -12.727,5.703 -12.727,12.728 0,7.024 5.703,12.727 12.727,12.727 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.727 0,-7.025 -5.702,-12.727 -12.727,-12.728 z M 84.24,82.574 c 3.313,0 6.003,2.69 6.003,6.004 0,3.313 -2.69,6.003 -6.003,6.003 -3.313,0 -6.003,-2.69 -6.003,-6.003 0,-3.314 2.69,-6.004 6.003,-6.004 z m 87.293,-45.209 -88.239,0 c -7.025,0 -12.727,5.703 -12.727,12.727 0,7.025 5.703,12.728 12.727,12.728 l 88.239,0 c 7.024,0 12.727,-5.703 12.727,-12.728 0,-7.024 -5.702,-12.727 -12.727,-12.727 z M 84.24,44.089 c 3.313,0 6.003,2.69 6.003,6.003 0,3.313 -2.69,6.003 -6.003,6.003 -3.313,0 -6.003,-2.69 -6.003,-6.003 0,-3.313 2.69,-6.003 6.003,-6.003 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,49 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata29"><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="defs27" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="matrix(-0.839845,0,0,-0.875733,257.008,230.636)"><path
id="path15"
style="fill:#4d4d4d"
d="m 127.414,-22.07 54.467,144.324 -108.935,0 54.468,-144.324 z" /></g><g
id="g17"
transform="matrix(0.761681,0,0,0.796225,52.9516,53.1836)"><circle
id="circle19"
style="fill:#4d4d4d"
r="65.682999"
cy="61.73"
cx="127.414" /></g><g
id="g21"
transform="matrix(0.533136,0,0,0.557315,82.0713,67.9317)"><circle
id="circle23"
style="fill:#ffffff"
r="65.682999"
cy="61.73"
cx="127.414" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,97 @@
<?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"
id="svg6731"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata6737"><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="defs6735" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g6682"><circle
id="circle6678"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path6680"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g6716"
transform="matrix(0.842998,0,0,0.842998,23.5504,20.6909)"><g
id="g6688"
transform="matrix(0.914248,0,0,1.64663,12.8627,21.2131)"><path
id="path6684"
style="fill:#ffffff"
d="m 259.395,93.085 c 0,-8.208 -12.003,-14.873 -26.787,-14.873 H 67.392 c -14.784,0 -26.787,6.665 -26.787,14.873 v 29.746 c 0,8.209 12.003,14.873 26.787,14.873 h 165.216 c 14.784,0 26.787,-6.664 26.787,-14.873 z" /><path
id="path6686"
d="m 232.781,78.213 c 8.49578,0.1417 17.78654,2.002519 23.9,8.346 2.53718,2.575038 3.0731,6.335888 2.714,9.793513 -0.10793,9.328897 0.20579,18.684007 -0.138,27.998487 -1.36874,6.20139 -7.78471,9.55674 -13.32,11.381 -9.69784,3.147 -20.03365,1.60102 -30.02962,1.972 -50.30446,-0.0397 -100.61155,0.0792 -150.91438,-0.059 -7.981009,-0.50505 -16.723774,-2.56004 -22.153,-8.861 -2.814776,-3.11982 -2.281921,-7.54621 -2.235,-11.39885 0.109753,-8.60231 -0.208346,-17.23134 0.138,-25.81915 1.368169,-6.20202 7.784909,-9.5566 13.32,-11.382 9.698191,-3.145549 20.033562,-1.601793 30.029619,-1.972 49.562791,6.67e-4 99.125591,-0.0013 148.688381,10e-4 z M 67.417,86.857 c -3.898373,0.07117 -8.568098,0.94707 -10.8,4.486 -1.143058,2.702455 -0.07246,5.819484 -0.442,8.654082 0.09373,7.899358 -0.173891,15.829288 0.109,23.712918 1.161317,3.45451 5.226326,4.68532 8.5,5.181 7.514526,0.46611 15.072141,0.004 22.600132,0.168 48.935398,-0.0413 97.875198,0.0822 146.807868,-0.061 3.52921,-0.3474 7.87615,-1.43829 9.432,-4.981 0.61927,-3.48008 -0.0397,-7.11469 0.201,-10.63848 -0.10853,-7.06424 0.19837,-14.165457 -0.119,-21.21152 -1.2235,-3.490668 -5.36223,-4.698329 -8.692,-5.167 -8.6623,-0.390828 -17.35706,-0.0067 -26.0297,-0.143 -47.1891,0 -94.3782,0 -141.5673,0 z"
style="fill:#4d4d4d" /></g><g
id="g6694"
transform="matrix(0.679342,0,0,0.374249,48.0987,175.709)"><path
id="path6690"
style="fill:#ffffff"
d="m 259.395,93.085 c 0,-8.208 -3.671,-14.873 -8.193,-14.873 H 48.798 c -4.522,0 -8.193,6.665 -8.193,14.873 v 29.746 c 0,8.209 3.671,14.873 8.193,14.873 h 202.404 c 4.522,0 8.193,-6.664 8.193,-14.873 z" /><path
id="path6692"
d="m 251.308,78.214 c 9.31551,2.496445 8.08573,15.092684 8.087,22.62067 -0.44069,9.35094 0.91519,18.86223 -0.724,28.11533 -0.88355,4.61394 -4.47591,9.95029 -9.85352,8.754 -66.98425,-0.0649 -133.98631,0.12969 -200.95948,-0.097 -6.016632,-2.14101 -7.225809,-9.7504 -7.253,-15.37213 C 40.8913,111.05508 40.054151,99.808991 40.973,88.665 41.645498,83.854183 44.717315,77.246814 50.586387,78.212 117.49358,78.2133 184.40083,78.2093 251.308,78.214 Z M 49.335,94.061 c 0,9.265 0,18.53 0,27.795 67.11,0 134.22,0 201.33,0 0,-9.265 0,-18.53 0,-27.795 -67.11,0 -134.22,0 -201.33,0 z"
style="fill:#4d4d4d" /></g><g
id="g6698"
transform="matrix(1.02318,0,0,1.02318,45.8158,63.0004)"><circle
id="circle6696"
style="fill:#4d4d4d"
r="7.8189998"
cy="115.417"
cx="37.462002" /></g><g
id="g6702"
transform="matrix(1.02318,0,0,1.02318,69.6871,63.0004)"><circle
id="circle6700"
style="fill:#4d4d4d"
r="7.8189998"
cy="115.417"
cx="37.462002" /></g><g
id="g6708"
transform="matrix(1.37116,0,0,1,31.6697,123.899)"><rect
id="rect6704"
style="fill:#4d4d4d"
height="9.5220003"
width="102.046"
y="82.691002"
x="35.437" /><rect
id="rect6706"
style="fill:#4d4d4d"
height="9.5220003"
width="102.046"
y="82.691002"
x="35.437" /></g><g
id="g6714"
transform="matrix(0.381081,0,0,1,144.69,7.04087)"><path
id="path6710"
style="fill:#4d4d4d"
d="m 208.951,169.32 c 0,-1.287 -2.742,-2.332 -6.12,-2.332 H 162.19 c -3.378,0 -6.12,1.045 -6.12,2.332 0,1.287 2.742,2.332 6.12,2.332 h 40.641 c 3.378,0 6.12,-1.045 6.12,-2.332 z" /><path
id="path6712"
d="m 172.081,167.227 c -0.68619,1.38428 -0.62913,3.07823 0.121,4.425 -3.64145,-0.0172 -7.28422,0.0345 -10.92485,-0.026 -1.61206,-0.12601 -3.33616,-0.35367 -4.66615,-1.347 -0.54938,-0.37969 -0.75064,-1.2185 -0.219,-1.707 1.01174,-0.98695 2.48996,-1.25181 3.836,-1.462 2.05219,-0.23375 4.12348,-0.0756 6.18392,-0.122 1.93002,0 3.86005,0 5.79008,0 -0.0403,0.0797 -0.0807,0.15933 -0.121,0.239 z m 30.908,-0.239 c 1.78737,0.0497 3.67768,0.24677 5.223,1.22 0.58388,0.34171 1.02176,1.1582 0.507,1.75 -0.87238,0.99276 -2.26564,1.2715 -3.506,1.51 -2.11824,0.32568 -4.26964,0.13063 -6.40287,0.184 -1.99704,0 -3.99409,0 -5.99113,0 0.79991,-1.42573 0.80058,-3.23848 0,-4.664 3.39,0 6.78,0 10.17,0 z"
style="fill:#4d4d4d" /></g></g><g
id="g6728"
transform="matrix(0.842998,0,0,0.842998,23.5504,20.6909)"><g
id="g6722"><path
id="path6718"
style="fill:#ffffff"
d="m 178.679,120.543 v 6.552 h -67.798 v -6.552 z m 0,-18.573 v 6.551 h -67.798 v -6.551 z m 0,-18.574 v 6.552 h -67.798 v -6.552 z" /><path
id="path6720"
style="fill:#4d4d4d"
d="m 178.679,127.095 h -67.798 v -6.552 h 67.798 z m 0,-18.574 h -67.798 v -6.551 h 67.798 z m 0,-18.573 h -67.798 v -6.552 h 67.798 z" /></g><g
id="g6726"
transform="translate(0.332323,2.43782)"><path
id="path6724"
style="fill:#4d4d4d;fill-opacity:0;stroke:#4d4d4d;stroke-width:14.22999954px"
d="M 93.88,138.674 V 56.386 h 111.576 v 82.288" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -0,0 +1,69 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata43"><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="defs41" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><g
id="g17"
transform="matrix(1.24916,0,0,1.21656,-37.7449,-42.62)"><path
id="path19"
style="fill:#ffffff"
d="m 222.869,110.307 c 0,-5.707 -4.512,-10.339 -10.069,-10.339 l -125.007,0 c -5.558,0 -10.069,4.632 -10.069,10.339 l 0,96.049 c 0,5.706 4.511,10.339 10.069,10.339 l 125.007,0 c 5.557,0 10.069,-4.633 10.069,-10.339 l 0,-96.049 z" /><path
id="path21"
d="m 212.93,99.969 c 5.88616,-0.0725 10.6032,5.7273 9.939,11.45891 -0.0548,32.08022 0.10901,64.16944 -0.081,96.24409 -0.52296,5.52616 -5.99845,9.76302 -11.48255,9.023 -41.55526,-0.0456 -83.11761,0.091 -124.66845,-0.068 -5.630402,-0.53849 -9.623061,-6.29065 -8.913,-11.76555 0.05476,-31.95566 -0.109023,-63.92042 0.081,-95.87045 0.521618,-5.5264 5.998361,-9.764635 11.482549,-9.023 C 130.5017,99.968667 171.71586,99.9667 212.93,99.969 Z M 90.532,113.12 c 0,30.141 0,60.282 0,90.423 39.843,0 79.686,0 119.529,0 0,-30.141 0,-60.282 0,-90.423 -39.843,0 -79.686,0 -119.529,0 z"
style="fill:#4d4d4d" /></g><g
id="g23"
transform="matrix(0,1,-0.187648,0,177.361,8.71835)"><rect
id="rect25"
style="fill:#4d4d4d"
height="56.608002"
width="16.014"
y="117.507"
x="104.624" /></g><g
id="g27"
transform="matrix(0,1,-0.187648,0,157.74,8.71835)"><rect
id="rect29"
style="fill:#4d4d4d"
height="56.608002"
width="16.014"
y="117.507"
x="104.624" /></g><g
id="g31"
transform="matrix(0,1,-0.187648,0,196.949,8.71835)"><rect
id="rect33"
style="fill:#4d4d4d"
height="56.608002"
width="16.014"
y="117.507"
x="104.624" /></g><g
id="g35"
transform="translate(0,0.346175)"><path
id="path37"
style="fill:#4d4d4d"
d="m 200.03,177.958 -16.015,0 -19.705,0 0,8.007 -28.573,0 0,-8.007 -19.705,0 0,-16.014 19.658,0 0,8.007 28.62,0 0,-8.007 19.705,0 0,-48.601 16.015,0 0,64.615 z m -83.998,0 -16.015,0 0,-64.615 16.015,0 0,64.615 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="translate(22.7501,22.6464)"><path
id="path15"
style="fill:#4d4d4d"
d="m 138.458,152.273 0,49.996 20.457,-20.455 -0.069,31.366 -31.5,31.5 -31.434,-31.435 0,-31.476 20.518,20.518 0,-49.872 22.028,-0.142 z m 56.033,-35.843 49.873,0 0.141,22.028 -49.996,0 20.455,20.457 -31.365,-0.069 -31.5,-31.5 31.434,-31.434 31.476,0 -20.518,20.518 z m -123.524,42.485 -31.477,0 20.519,-20.518 -49.873,0 -0.142,-22.028 49.996,0 -20.454,-20.457 31.365,0.069 31.5,31.5 -31.434,31.434 z m 45.402,-56.481 0,-49.996 -20.457,20.455 0.069,-31.366 31.5,-31.499 31.434,31.434 0,31.476 -20.518,-20.518 0,49.872 -22.028,0.142 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,40 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata25"><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="defs23" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="matrix(0.864033,0,0,0.864033,21.4517,19.4076)"><g
id="g15"
transform="translate(-7.01767,8.0407)"><path
id="path17"
style="fill:none;stroke:#4d4d4d;stroke-width:13.89000034px"
d="m 58.03,179.647 c -0.028,38.886 31.426,62.301 62.523,62.317" /></g><path
id="path19"
style="fill:#4d4d4d"
d="m 162.09,193.903 11.348,-11.348 35.373,35.373 33.297,-33.297 -35.374,-35.373 11.349,-11.348 46.447,46.448 -55.992,55.992 -46.448,-46.447 z m -63.397,-3.677 c -5.262,-9.991 -3.694,-22.651 4.705,-31.05 l 79.958,-79.958 c 10.328,-10.328 27.098,-10.328 37.426,0 10.328,10.328 10.328,27.098 0,37.426 l -79.958,79.958 c -8.314,8.313 -20.802,9.935 -30.744,4.864 l -7.546,7.546 c -3.122,3.122 -8.191,3.122 -11.313,0 -3.122,-3.122 -3.122,-8.191 0,-11.313 l -0.001,-0.001 7.473,-7.472 z m 111.582,-83.049 c 4.816,-4.816 4.816,-12.636 0,-17.452 -4.816,-4.816 -12.636,-4.816 -17.452,0 l -79.526,79.526 c -4.817,4.816 -4.817,12.636 0,17.452 4.816,4.817 12.636,4.817 17.452,0 l 79.526,-79.526 z M 162.09,81.917 150.742,93.266 115.369,57.892 82.072,91.189 117.445,126.562 106.097,137.91 59.65,91.462 115.642,35.47 162.09,81.917 Z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,43 @@
<?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"
id="svg784"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata790"><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="defs788" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g781"><g
id="g769"><circle
id="circle765"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path767"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g779"
transform="matrix(0.926296,0,0,0.926296,12.1633,4.37465)"><g
id="g773"
transform="translate(-6.74023,6.74023)"><path
id="path771"
style="fill:#4d4d4d"
d="M 105.879,194.127 105.752,194 c -27.338,-27.338 -27.338,-71.662 0,-99 l 46.668,46.668 12.72,-12.72 c -0.121,-0.533 -0.185,-1.089 -0.185,-1.659 0,-4.139 3.361,-7.5 7.5,-7.5 4.14,0 7.5,3.361 7.5,7.5 0,4.14 -3.36,7.5 -7.5,7.5 -0.569,0 -1.125,-0.063 -1.658,-0.184 l -12.72,12.72 46.675,46.675 c -14.136,14.136 -32.813,20.962 -51.335,20.479 L 164,244 H 88 Z" /></g><path
id="path775"
style="fill:#4d4d4d"
d="M 226.69,137.82 C 226.639,121.263 220.04,105.397 208.329,93.685 196.572,81.928 180.627,75.324 164,75.324 c -3.212,0 -5.819,-2.608 -5.819,-5.82 0,-3.211 2.607,-5.819 5.819,-5.819 19.714,0 38.62,7.831 52.559,21.77 13.912,13.912 21.74,32.772 21.771,52.444 v 0.116 c 0,3.211 -2.608,5.819 -5.82,5.819 -3.212,0 -5.819,-2.608 -5.819,-5.819 z" /><path
id="path777"
style="fill:#4d4d4d"
d="m 164.002,87.984 c 13.269,0 25.993,5.271 35.375,14.653 9.383,9.383 14.654,22.108 14.654,35.378 0,3.203 -2.601,5.804 -5.805,5.804 -3.204,0 -5.805,-2.601 -5.805,-5.804 0.001,-10.191 -4.047,-19.963 -11.253,-27.169 C 183.963,103.641 174.19,99.593 164,99.593 c -3.204,0 -5.805,-2.601 -5.805,-5.804 0,-3.204 2.601,-5.805 5.805,-5.805 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,50 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata34"><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="defs32" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
transform="translate(22.5864,24.9658)"
id="Layer2"><g
id="g14"><path
id="path16"
style="fill:#4d4d4d"
d="M 74.348,182.188 C 51.779,165.762 37.097,139.141 37.097,109.117 c 0,-49.847 40.47,-90.316 90.317,-90.316 49.846,0 90.316,40.469 90.316,90.316 0,29.933 -14.594,56.485 -37.048,72.922 0.156,0.531 0.24,1.093 0.24,1.675 l 0,41.61 c 0,3.28 -2.663,5.943 -5.943,5.943 l -11.886,0 c -3.281,0 -5.944,-2.663 -5.944,-5.943 l 0,-30.908 c -1.285,0.448 -2.584,0.869 -3.895,1.26 l 0,29.648 c 0,3.28 -2.663,5.943 -5.943,5.943 l -11.886,0 c -3.28,0 -5.943,-2.663 -5.943,-5.943 l 0,-25.914 c -0.688,0.016 -1.377,0.023 -2.068,0.023 -0.617,0 -1.232,-0.006 -1.845,-0.018 l 0,25.909 c 0,3.28 -2.663,5.943 -5.944,5.943 l -11.886,0 c -3.28,0 -5.943,-2.663 -5.943,-5.943 l 0,-29.582 c -1.304,-0.385 -2.595,-0.799 -3.873,-1.241 l 0,30.823 c 0,3.28 -2.663,5.943 -5.944,5.943 l -11.886,0 c -3.28,0 -5.943,-2.663 -5.943,-5.943 l 0,-41.61 c 0,-0.528 0.069,-1.039 0.198,-1.526 z" /><g
id="g18"><path
id="path20"
style="fill:#ffffff"
d="m 65.717,98.232 c 8.653,-0.138 51.752,29.726 51.752,36.504 -10e-4,6.779 -33.824,18.284 -52.545,4.385 -13.65,-10.134 -10.186,-40.715 0.793,-40.889 z" /><g
id="g22"
transform="matrix(-1,0,0,1,254.827,0)"><path
id="path24"
style="fill:#ffffff"
d="m 65.717,98.232 c 8.653,-0.138 51.752,29.726 51.752,36.504 -10e-4,6.779 -33.824,18.284 -52.545,4.385 -13.65,-10.134 -10.186,-40.715 0.793,-40.889 z" /></g><g
id="g26"
transform="translate(-7.05456,-2.59864)"><path
id="path28"
style="fill:#ffffff"
d="m 134.468,155.392 c 0,0 -9.945,17.602 -9.945,25.146 0,5.489 4.456,9.945 9.945,9.945 5.489,0 9.945,-4.456 9.945,-9.945 0,-7.544 -9.945,-25.146 -9.945,-25.146 z" /></g></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,48 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata33"><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="defs31" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"
transform="matrix(0.87966,0,0,1,18.0502,0)"><g
id="g17"
transform="matrix(1.05166,0,0,1,-7.7487,-4.00974)"><path
id="path19"
style="fill:#4d4d4d"
d="m 241.494,85.91 c 1.994,0 3.613,1.62 3.613,3.614 l 0,28.907 c 0,1.995 -1.619,3.614 -3.613,3.614 l -182.988,0 c -1.994,0 -3.613,-1.619 -3.613,-3.614 l 0,-28.907 c 0,-1.994 1.619,-3.614 3.613,-3.614 l 182.988,0 z m -129.091,11.611 -11.094,0 c -0.713,0 -1.292,0.579 -1.292,1.292 l 0,10.33 c 0,0.712 0.579,1.291 1.292,1.291 l 11.094,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m 116.391,0 -57.529,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 57.529,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m -140.476,0 -11.094,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 11.094,0 c 0.713,0 1.292,-0.579 1.292,-1.291 l 0,-10.33 c 0,-0.713 -0.579,-1.292 -1.292,-1.292 z" /></g><g
id="g21"
transform="matrix(1.05166,0,0,1,-7.76036,96.0547)"><path
id="path23"
style="fill:#4d4d4d"
d="m 241.494,85.91 c 1.994,0 3.613,1.62 3.613,3.614 l 0,28.907 c 0,1.995 -1.619,3.614 -3.613,3.614 l -182.988,0 c -1.994,0 -3.613,-1.619 -3.613,-3.614 l 0,-28.907 c 0,-1.994 1.619,-3.614 3.613,-3.614 l 182.988,0 z m -129.091,11.611 -11.094,0 c -0.713,0 -1.292,0.579 -1.292,1.292 l 0,10.33 c 0,0.712 0.579,1.291 1.292,1.291 l 11.094,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m 116.391,0 -57.529,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 57.529,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m -140.476,0 -11.094,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 11.094,0 c 0.713,0 1.292,-0.579 1.292,-1.291 l 0,-10.33 c 0,-0.713 -0.579,-1.292 -1.292,-1.292 z" /></g><g
id="g25"
transform="matrix(1.05166,0,0,1,-7.75453,46.0225)"><path
id="path27"
style="fill:#4d4d4d"
d="m 241.494,85.91 c 1.994,0 3.613,1.62 3.613,3.614 l 0,28.907 c 0,1.995 -1.619,3.614 -3.613,3.614 l -182.988,0 c -1.994,0 -3.613,-1.619 -3.613,-3.614 l 0,-28.907 c 0,-1.994 1.619,-3.614 3.613,-3.614 l 182.988,0 z m -129.091,11.611 -11.094,0 c -0.713,0 -1.292,0.579 -1.292,1.292 l 0,10.33 c 0,0.712 0.579,1.291 1.292,1.291 l 11.094,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m 116.391,0 -57.529,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 57.529,0 c 0.713,0 1.291,-0.579 1.291,-1.291 l 0,-10.33 c 0,-0.713 -0.578,-1.292 -1.291,-1.292 z m -140.476,0 -11.094,0 c -0.713,0 -1.291,0.579 -1.291,1.292 l 0,10.33 c 0,0.712 0.578,1.291 1.291,1.291 l 11.094,0 c 0.713,0 1.292,-0.579 1.292,-1.291 l 0,-10.33 c 0,-0.713 -0.579,-1.292 -1.292,-1.292 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><path
id="path15"
style="fill:#4d4d4d"
d="m 190.028,68.703 c 5.52,0 10.002,4.481 10.002,10.001 l 0,142.592 c 0,5.52 -4.482,10.001 -10.002,10.001 l -80.009,0 c -5.52,0 -10.002,-4.481 -10.002,-10.001 l 0,-142.592 c 0,-5.52 4.482,-10.001 10.002,-10.001 l 80.009,0 z m -32.005,131.252 c 0,-4.416 -3.584,-8 -8,-8 -4.415,0 -8,3.584 -8,8 0,4.415 3.585,8 8,8 4.416,0 8,-3.585 8,-8 z m 26.176,-85.958 -68.398,0 c -0.799,0 -1.448,0.649 -1.448,1.448 l 0,11.582 c 0,0.799 0.649,1.448 1.448,1.448 l 68.398,0 c 0.799,0 1.448,-0.649 1.448,-1.448 l 0,-11.582 c 0,-0.799 -0.649,-1.448 -1.448,-1.448 z m 0,-28.507 -68.398,0 c -0.799,0 -1.448,0.649 -1.448,1.448 l 0,11.582 c 0,0.799 0.649,1.448 1.448,1.448 l 68.398,0 c 0.799,0 1.448,-0.649 1.448,-1.448 l 0,-11.582 c 0,-0.799 -0.649,-1.448 -1.448,-1.448 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,47 @@
<?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"
id="svg922"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata928"><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="defs926" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g919"><g
id="g903"><circle
id="circle899"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path901"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g917"
transform="matrix(0.828615,0,0,0.828615,25.7078,25.7079)"><g
id="g907"
transform="matrix(0.818246,0,0,0.634058,18.7478,70.7428)"><path
id="path905"
style="fill:#4d4d4d"
d="M 109,131.977 C 109,128.126 106.577,125 103.593,125 H 57.407 C 54.423,125 52,128.126 52,131.977 v 124.046 c 0,3.851 2.423,6.977 5.407,6.977 h 46.186 c 2.984,0 5.407,-3.126 5.407,-6.977 z" /></g><g
id="g911"
transform="matrix(0.818246,0,0,0.942029,84.5403,-10.2536)"><path
id="path909"
style="fill:#4d4d4d"
d="M 109,129.696 C 109,127.104 106.577,125 103.593,125 H 57.407 C 54.423,125 52,127.104 52,129.696 v 128.608 c 0,2.592 2.423,4.696 5.407,4.696 h 46.186 c 2.984,0 5.407,-2.104 5.407,-4.696 z" /></g><g
id="g915"
transform="matrix(0.818246,0,0,1.26812,149.515,-96.0145)"><path
id="path913"
style="fill:#4d4d4d"
d="M 109,128.489 C 109,126.563 106.577,125 103.593,125 H 57.407 C 54.423,125 52,126.563 52,128.489 v 131.022 c 0,1.926 2.423,3.489 5.407,3.489 h 46.186 c 2.984,0 5.407,-1.563 5.407,-3.489 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata19"><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="defs17" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><circle
id="circle7"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path9"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g11"
transform="matrix(0.87499,0,0,0.87499,18.763,27.5353)"><path
id="path13"
style="fill:#4d4d4d"
d="m 50,99.968 c 0,-22.077 44.808,-40 100,-40 55.192,0 100,17.923 100,40 l 0.015,0 0,79.993 -0.056,0 c -0.01,22.075 -44.815,39.994 -100,39.994 -55.186,0 -99.991,-17.92 -100,-39.994 l 0,0 0,-79.993 0.041,0 z m 16.005,79.993 -0.046,0 c 0.011,15.175 37.646,27.494 84,27.494 46.361,0 84,-12.323 84,-27.5 l 0.01,0 0,-18.259 c -17.83,10.993 -48.784,18.272 -83.954,18.272 -35.207,0 -66.189,-7.294 -84.01,-18.306 l 0,18.299 z m 0,-58.29 0,18.297 0.01,0 c 0,15.178 37.639,27.5 84,27.5 45.423,0 82.474,-11.829 83.954,-26.583 l 0,-19.198 c -17.828,10.999 -48.789,18.281 -83.969,18.281 -35.197,0 -66.172,-7.29 -83.995,-18.297 z m 0,-21.397 c 0.502,15.037 37.946,27.194 83.995,27.194 45.589,0 82.745,-11.916 83.969,-26.745 l 0,-0.755 0.031,0 c 0,-15.178 -37.639,-27.5 -84,-27.5 -46.361,0 -84,12.322 -84,27.5 l 0.005,0 0,0.306 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,50 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata35"><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="defs33" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><path
id="path17"
style="fill:#4d4d4d"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /><g
id="g19"
transform="translate(0,68.5311)"><path
id="path21"
style="fill:#4d4d4d"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /></g><g
id="g23"
transform="matrix(-1,0,0,1,300,37.0177)"><path
id="path25"
style="fill:#4d4d4d"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /></g><g
id="g27"
transform="matrix(-1,0,0,1,300,-31.5135)"><path
id="path29"
style="fill:#4d4d4d"
d="m 96.579,121.319 53.421,0 0,20.346 -53.315,0 18.912,18.912 -29.29,0 -29.096,-29.096 29.096,-29.096 29.206,0 -18.934,18.934 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><path
id="path17"
style="fill:#4d4d4d"
d="m 142.23,100.647 0,-38.076 -14.43,14.43 0,-22.306 22.2,-22.2 22.2,22.2 0,22.354 -14.399,-14.399 0,38.002 c 7.981,1.254 15.337,4.4 21.594,8.964 l 26.933,-26.932 -20.407,0 15.772,-15.772 31.395,0 0,31.395 -15.806,15.806 0,-20.363 -26.88,26.88 c 4.56,6.26 7.702,13.618 8.951,21.6 l 38.076,0 -14.43,-14.43 22.306,0 22.2,22.2 -22.2,22.2 -22.354,0 14.399,-14.399 -38.002,0 c -1.254,7.981 -4.4,15.337 -8.964,21.594 l 26.932,26.933 0,-20.407 15.772,15.772 0,31.395 -31.395,0 -15.806,-15.806 20.363,0 -26.88,-26.88 c -6.26,4.56 -13.618,7.702 -21.6,8.951 l 0,38.076 14.43,-14.43 0,22.306 -22.2,22.2 -22.2,-22.2 0,-22.354 14.399,14.399 0,-38.002 c -7.981,-1.254 -15.337,-4.4 -21.594,-8.964 l -26.933,26.932 20.407,0 -15.772,15.772 -31.395,0 0,-31.395 15.806,-15.806 0,20.363 26.88,-26.88 c -4.56,-6.26 -7.702,-13.618 -8.951,-21.6 l -38.076,0 14.43,14.43 -22.306,0 -22.2,-22.2 22.2,-22.2 22.354,0 -14.399,14.399 38.002,0 c 1.254,-7.981 4.4,-15.337 8.964,-21.594 l -26.932,-26.933 0,20.407 -15.772,-15.772 0,-31.395 31.395,0 15.806,15.806 -20.363,0 26.88,26.88 c 6.26,-4.56 13.618,-7.702 21.6,-8.951 z m 7.77,20.142 c 16.122,0 29.211,13.089 29.211,29.211 0,16.122 -13.089,29.211 -29.211,29.211 -16.122,0 -29.211,-13.089 -29.211,-29.211 0,-16.122 13.089,-29.211 29.211,-29.211 z" /><g
id="g19"
transform="matrix(1.06678,0,0,1.06678,-10.0171,-10.0171)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,47 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata31"><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="defs29" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><g
id="g17"
transform="matrix(1.27352,0,0,1.1454,-41.0584,-50.4053)"><path
id="path19"
style="fill:#ffffff"
d="m 200.03,111.246 c 0,-6.225 -4.545,-11.278 -10.144,-11.278 l -79.725,0 c -5.599,0 -10.144,5.053 -10.144,11.278 l 0,127.44 c 0,6.224 4.545,11.278 10.144,11.278 l 79.725,0 c 5.599,0 10.144,-5.054 10.144,-11.278 l 0,-127.44 z" /><path
id="path21"
d="m 190.017,99.969 c 6.07657,0.01857 10.48835,6.22192 10.013,11.98531 -0.0449,42.67446 0.0896,85.35504 -0.067,128.02569 -0.37682,5.54796 -5.40106,10.6127 -11.13947,9.984 -26.60811,-0.0501 -53.22461,0.0997 -79.82753,-0.074 -5.91361,-0.71077 -9.60422,-6.99804 -8.979,-12.62063 0.0449,-42.43869 -0.08962,-84.88349 0.067,-127.31837 0.37687,-5.54738 5.40135,-10.612999 11.13947,-9.983 26.26451,6.67e-4 52.52903,-0.0013 78.79353,10e-4 z m -77.436,13.968 c 0,40.686 0,81.372 0,122.058 24.96167,0 49.92333,0 74.885,0 0,-40.686 0,-81.372 0,-122.058 -24.96167,0 -49.92333,0 -74.885,0 z"
style="fill:#4d4d4d" /></g><g
id="g23"
transform="matrix(0.534164,0,0,0.534164,69.8754,159.173)"><circle
id="circle25"
style="fill:#ffffff"
r="9.3599997"
cy="128.591"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,34 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><path
id="path15"
style="fill:#4d4d4d"
d="m 144.963,120.378 -18.973,0 c -3.346,0 -6.062,-2.716 -6.062,-6.061 l 0,-47.878 c 0,-3.345 2.716,-6.061 6.062,-6.061 l 47.877,0 c 3.346,0 6.061,2.716 6.061,6.061 l 0,47.878 c 0,3.345 -2.715,6.061 -6.061,6.061 l -18.83,0 0,13.88 67.109,0 c 1.39,0 2.518,1.129 2.518,2.518 l 0,23.538 19.351,0 c 3.311,0 6,2.689 6,6 l 0,48 c 0,3.311 -2.689,6 -6,6 l -48,0 c -3.312,0 -6,-2.688 -6,-6 l 0,-48 c 0,-3.311 2.688,-6 6,-6 l 18.575,0 0,-15.982 -59.553,0 0,15.982 18.963,0 c 3.312,0 6,2.689 6,6 l 0,48 c 0,3.311 -2.688,6 -6,6 l -48,0 c -3.311,0 -6,-2.688 -6,-6 l 0,-48 c 0,-3.311 2.688,-6 6,-6 l 18.963,0 0,-15.982 -59.553,0 0,15.982 18.57,0 c 3.311,0 6,2.689 6,6 l 0,48 c 0,3.311 -2.689,6 -6,6 l -48,0 c -3.312,0 -6,-2.688 -6,-6 l 0,-48 c 0,-3.311 2.688,-6 6,-6 l 19.356,0 0,-18.5 c 0,0 0,-5.038 0,-5.038 0,-1.39 1.128,-2.518 2.518,-2.518 l 67.109,0 0,-13.88 z m 23.037,49.936 -36,0 c -1.104,0 -2,0.896 -2,2 l 0,36 c 0,1.104 0.896,2 2,2 l 36,0 c 1.104,0 2,-0.896 2,-2 l 0,-36 c 0,-1.104 -0.896,-2 -2,-2 z m 70.015,0 -36,0 c -1.105,0 -2,0.896 -2,2 l 0,36 c 0,1.104 0.896,2 2,2 l 36,0 c 1.103,0 2,-0.896 2,-2 l 0,-36 c 0,-1.104 -0.896,-2 -2,-2 z m -140.035,0 -36,0 c -1.105,0 -2,0.896 -2,2 l 0,36 c 0,1.104 0.896,2 2,2 l 36,0 c 1.103,0 2,-0.896 2,-2 l 0,-36 c 0,-1.104 -0.896,-2 -2,-2 z m 69.948,-99.936 -36,0 c -1.104,0.001 -2,0.897 -2,2 l 0,36 c 0,1.104 0.897,2 2,2 l 36,0 c 1.104,0 2,-0.896 2,-2 l 0,-36 c 0,-1.103 -0.895,-1.999 -2,-2 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,36 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"
transform="translate(0.068509,-14.4469)"><path
id="path17"
style="fill:#4d4d4d"
d="m 121.564,153.868 c -8.499,-7.728 -13.838,-18.872 -13.838,-31.253 0,-23.311 18.926,-42.237 42.237,-42.237 23.311,0 42.237,18.926 42.237,42.237 0,12.381 -5.339,23.525 -13.838,31.253 33.552,9.357 60.393,34.879 71.584,67.628 l -199.966,0 c 11.191,-32.749 38.032,-58.271 71.584,-67.628 z m 103.889,51.73 c -16.229,-24.426 -43.993,-40.539 -75.49,-40.539 -31.497,0 -59.261,16.113 -75.491,40.539 l 150.981,0 z M 150.098,150 c 15.053,-0.073 27.251,-12.316 27.251,-27.385 0,-15.115 -12.271,-27.387 -27.386,-27.387 -15.115,0 -27.386,12.272 -27.386,27.387 0,15.069 12.198,27.312 27.25,27.385 l 0.136,0 0.135,0 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,41 @@
<?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"
id="svg1198"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata1204"><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="defs1202" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g1196"><g
id="Background_circle"><g
id="g1185"><circle
id="circle1181"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path1183"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g1194"
transform="matrix(0.856785,0,0,0.856785,18.9858,29.4207)"><path
id="path1188"
style="fill:#4d4d4d"
d="M 68.751,82.244 153.879,131.92 238.287,82.244 153.879,31.058 Z" /><path
id="path1190"
style="fill:#4d4d4d"
d="m 59.634,99.464 84.96,49.02 v 98.076 l -84.96,-48.641 z" /><path
id="path1192"
style="fill:#4d4d4d"
d="m 162.579,149.166 85.504,-49.702 v 98.214 l -85.504,48.882 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,62 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata45"><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="defs43" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><g
id="g17"><path
id="path19"
style="fill:#4d4d4d"
d="m 220.721,220.721 c 18.756,-18.756 29.294,-44.195 29.294,-70.721 0,-26.526 -10.538,-51.965 -29.294,-70.721 l -8.41,8.41 c 16.526,16.526 25.81,38.94 25.81,62.311 0,23.371 -9.284,45.785 -25.81,62.311 l 8.41,8.41 z" /><g
id="g21"
transform="matrix(-1,0,0,1,299.994,2.10765e-6)"><path
id="path23"
style="fill:#4d4d4d"
d="m 220.721,220.721 c 18.756,-18.756 29.294,-44.195 29.294,-70.721 0,-26.526 -10.538,-51.965 -29.294,-70.721 l -8.41,8.41 c 16.526,16.526 25.81,38.94 25.81,62.311 0,23.371 -9.284,45.785 -25.81,62.311 l 8.41,8.41 z" /></g><path
id="path25"
style="fill:#4d4d4d"
d="m 202.559,202.559 c 13.94,-13.94 21.771,-32.846 21.771,-52.559 0,-19.713 -7.831,-38.619 -21.771,-52.559 l -8.23,8.23 c 11.757,11.757 18.362,27.702 18.362,44.329 0,16.627 -6.605,32.572 -18.362,44.329 l 8.23,8.23 z" /><g
id="g27"
transform="matrix(-1,0,0,1,299.994,2.10765e-6)"><path
id="path29"
style="fill:#4d4d4d"
d="m 202.559,202.559 c 13.94,-13.94 21.771,-32.846 21.771,-52.559 0,-19.713 -7.831,-38.619 -21.771,-52.559 l -8.23,8.23 c 11.757,11.757 18.362,27.702 18.362,44.329 0,16.627 -6.605,32.572 -18.362,44.329 l 8.23,8.23 z" /></g><g
id="g31"
transform="translate(0,2.10765e-6)"><path
id="path33"
style="fill:#4d4d4d"
d="m 185.377,185.377 c 9.383,-9.383 14.654,-22.108 14.654,-35.377 0,-13.269 -5.271,-25.994 -14.654,-35.377 l -8.209,8.209 c 7.206,7.205 11.254,16.978 11.254,27.168 0,10.19 -4.048,19.963 -11.254,27.168 l 8.209,8.209 z" /></g><g
id="g35"
transform="matrix(-1,0,0,1,299.994,4.2153e-6)"><path
id="path37"
style="fill:#4d4d4d"
d="m 185.377,185.377 c 9.383,-9.383 14.654,-22.108 14.654,-35.377 0,-13.269 -5.271,-25.994 -14.654,-35.377 l -8.209,8.209 c 7.206,7.205 11.254,16.978 11.254,27.168 0,10.19 -4.048,19.963 -11.254,27.168 l 8.209,8.209 z" /></g></g><path
id="path39"
style="fill:#4d4d4d"
d="m 141.65,168.998 c -7.299,-3.216 -12.399,-10.516 -12.399,-18.998 0,-11.452 9.297,-20.749 20.749,-20.749 11.452,0 20.749,9.297 20.749,20.749 0,8.482 -5.1,15.782 -12.399,18.998 l 0,80.966 -16.7,0 0,-80.966 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g><g
id="g13"
transform="translate(16.3907,22.5864)"><path
id="path15"
style="fill:#4d4d4d"
d="m 133.609,114.97 c 5.797,-7.117 14.629,-11.665 24.514,-11.665 9.883,0 18.712,4.546 24.509,11.659 5.797,-7.113 14.627,-11.659 24.51,-11.659 14.858,0 27.336,10.276 30.707,24.103 l 0.002,0 -0.001,0.006 0.001,0.005 -0.002,0 c -3.371,13.827 -15.849,24.104 -30.707,24.104 -9.883,0 -18.713,-4.546 -24.51,-11.66 -5.797,7.114 -14.626,11.66 -24.509,11.66 -9.885,0 -18.717,-4.549 -24.514,-11.665 -5.797,7.116 -14.628,11.665 -24.514,11.665 -9.882,0 -18.712,-4.546 -24.509,-11.66 -5.797,7.114 -14.626,11.66 -24.509,11.66 -14.859,0 -27.336,-10.277 -30.707,-24.104 l -0.003,0 0.002,-0.005 -0.002,-0.006 0.003,0 c 3.371,-13.827 15.848,-24.103 30.707,-24.103 9.883,0 18.712,4.546 24.509,11.659 5.797,-7.113 14.627,-11.659 24.509,-11.659 9.886,0 18.717,4.548 24.514,11.665 z m 42.824,12.438 c -2.958,-7.204 -10.045,-12.283 -18.31,-12.283 -8.266,0 -15.356,5.082 -18.312,12.289 2.956,7.207 10.046,12.288 18.312,12.288 8.265,0 15.353,-5.079 18.31,-12.283 l -0.001,0 0.001,-0.005 -0.001,-0.006 0.001,0 z m 12.399,0.011 c 2.957,7.204 10.045,12.283 18.31,12.283 8.266,0 15.356,-5.081 18.312,-12.288 -2.956,-7.207 -10.046,-12.289 -18.312,-12.289 -8.265,0 -15.352,5.079 -18.31,12.283 l 0.001,0 -0.001,0.006 0.001,0.005 -0.001,0 z M 78.387,127.408 c -2.958,-7.204 -10.045,-12.283 -18.31,-12.283 -8.267,0 -15.356,5.082 -18.312,12.289 2.956,7.207 10.045,12.288 18.312,12.288 8.265,0 15.352,-5.079 18.31,-12.283 l -0.001,0 0.001,-0.005 -0.001,-0.006 0.001,0 z m 12.399,0.011 c 2.957,7.204 10.045,12.283 18.309,12.283 8.267,0 15.356,-5.081 18.312,-12.288 -2.956,-7.207 -10.045,-12.289 -18.312,-12.289 -8.264,0 -15.351,5.079 -18.309,12.283 l 0.001,0 -0.002,0.006 0.002,0.005 -0.001,0 z" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,45 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata31"><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="defs29" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#4d4d4d" /></g></g><g
id="g15"><g
id="g17"
transform="translate(16.2706,26.0628)"><path
id="path19"
style="fill:#4d4d4d;fill-rule:nonzero"
d="m 47.137,123.841 33.504,-19.584 c 1.248,-0.672 1.728,-1.728 1.728,-2.88 0,-0.768 -0.192,-1.536 -0.576,-2.208 -0.576,-1.248 -1.728,-2.4 -3.264,-2.4 -0.48,0 -1.152,0.192 -1.728,0.576 l -35.232,21.024 c -2.496,1.536 -3.648,2.88 -3.648,5.568 0,2.592 1.152,3.936 3.552,5.28 l 35.232,21.312 c 0.576,0.384 1.248,0.576 1.824,0.576 1.44,0 2.592,-1.056 3.264,-2.4 0.288,-0.672 0.48,-1.44 0.48,-2.112 0,-1.152 -0.48,-2.208 -1.632,-2.976 L 47.137,123.841 Z" /><path
id="path21"
style="fill:#4d4d4d;fill-rule:nonzero"
d="m 220.321,123.841 -33.504,19.776 c -1.248,0.768 -1.728,1.824 -1.728,2.976 0,0.672 0.192,1.44 0.48,2.112 0.672,1.344 1.824,2.4 3.36,2.4 0.576,0 1.152,-0.192 1.728,-0.576 l 35.328,-21.312 c 2.304,-1.344 3.552,-2.688 3.552,-5.28 0,-2.688 -1.248,-4.032 -3.648,-5.568 L 190.657,97.345 c -0.576,-0.384 -1.248,-0.576 -1.824,-0.576 -1.44,0 -2.688,1.152 -3.264,2.4 -0.288,0.672 -0.48,1.44 -0.48,2.112 0,1.152 0.48,2.208 1.728,2.976 l 33.504,19.584 z" /></g><g
id="g23"
transform="translate(16.3186,29.5188)"><path
id="path25"
style="fill:#4d4d4d;fill-rule:nonzero"
d="m 153.553,79.393 c 0.192,-0.576 0.288,-1.056 0.288,-1.536 0,-1.44 -0.96,-2.592 -2.592,-3.168 -0.576,-0.192 -1.152,-0.288 -1.728,-0.288 -1.536,0 -2.784,0.864 -3.36,2.4 l -32.352,84.864 c -0.192,0.48 -0.288,0.96 -0.288,1.44 0,1.44 1.056,2.4 2.784,3.072 0.672,0.288 1.248,0.384 1.824,0.384 1.44,0 2.496,-0.768 3.072,-2.4 l 32.352,-84.768 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,38 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata23"><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="defs21" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g><g
id="g13"
transform="translate(0,-15.9782)"><path
id="path15"
style="fill:#ffffff"
d="m 241.138,156.703 -29.669,0 c -3.93,30.435 -29.971,53.981 -61.469,53.981 -31.498,0 -57.539,-23.546 -61.469,-53.981 l -29.669,0 0,-16 182.276,0 0,16 z" /><path
id="path17"
d="m 241.138,156.703 c -9.88967,0 -19.77933,0 -29.669,0 -2.75936,23.30276 -20.04169,43.99957 -42.421,50.994 -21.18426,7.05062 -45.9144,1.40736 -61.884,-14.214 -10.154998,-9.66534 -16.879935,-22.86289 -18.633,-36.78 -9.889667,0 -19.779333,0 -29.669,0 0,-5.33333 0,-10.66667 0,-16 60.75867,0 121.51733,0 182.276,0 0,5.33333 0,10.66667 0,16 z m -136.426,0 c 3.04452,18.68365 18.80759,34.37167 37.506,37.326 17.01994,3.11844 35.3316,-4.45645 45.221,-18.643 3.96655,-5.53804 6.67997,-11.97058 7.849,-18.683 -30.192,0 -60.384,0 -90.576,0 z"
style="fill:#e3292e" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,53 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata37"><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="defs35" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g></g><g
id="g15"><g
id="g17"><g
id="g19"
transform="matrix(0,-1.75127,1.42064,0,22.4725,513.322)"><path
id="path21"
style="fill:#e3292e"
d="M 207.484,99.968 236.031,150 178.937,150 207.484,99.968 Z" /></g><g
id="g23"
transform="matrix(0,-0.656744,0.532754,0,139.382,286.225)"><path
id="path25"
style="fill:#ffffff"
d="M 207.484,99.968 236.031,150 178.937,150 207.484,99.968 Z" /></g></g><g
id="g27"><path
id="path29"
style="fill:#e3292e"
d="m 178.937,109.509 c 0,-5.266 -4.275,-9.541 -9.541,-9.541 l -94.458,0 c -5.265,0 -9.54,4.275 -9.54,9.541 l 0,80.905 c 0,5.266 4.275,9.541 9.54,9.541 l 94.458,0 c 5.266,0 9.541,-4.275 9.541,-9.541 l 0,-80.905 z" /><rect
id="rect31"
style="fill:#ffffff"
height="68.193001"
width="84.647003"
y="115.903"
x="79.844002" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,60 @@
<?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"
id="svg128"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata134"><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="defs132" /><g
transform="matrix(0.19997959,0,0,0.19995117,0.00612242,3.3261915e-4)"
id="Background_circle"><g
id="g105"><circle
id="circle101"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path103"
d="m 150.485,0.001 c 49.52443,-0.30811961 97.99009,26.139159 124.885,67.66 29.14955,43.41666 32.66867,102.35471 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.16927,120.37286 9.3281329,175.39447 33.956,217.011 c 22.83544,40.17536 67.60985,66.70688 113.877,66.972 44.98421,1.17284 89.41924,-22.44652 113.952,-60.106 26.866,-39.70944 29.54259,-94.08821 6.807,-136.282 -21.26707,-41.053691 -65.00625,-69.348254 -111.261,-71.398 -2.58582,-0.137959 -5.17549,-0.2052 -7.765,-0.196 z"
style="fill:#e3292e" /></g><g
id="g125"><g
id="g119"><g
id="g109"
transform="matrix(1,0,0,1.01748,0,-12.4555)"><rect
id="rect107"
style="fill:#e3292e;fill-opacity:0;stroke:#e3292e;stroke-width:11.89999962px"
height="93.275002"
width="142.27901"
y="103.363"
x="78.860001" /></g><g
id="g113"
transform="matrix(1.70092,0,0,1.08662,-105.138,-15.1201)"><rect
id="rect111"
style="fill:#ffffff"
height="77.197998"
width="77.197998"
y="104.31"
x="111.401" /></g><g
id="g117"
transform="translate(-4.85646,-7.97745)"><path
id="path115"
style="fill:#e3292e"
d="m 202.868,225.508 c 0,-3.287 -2.668,-5.955 -5.954,-5.955 h -84.115 c -3.286,0 -5.954,2.668 -5.954,5.955 0,3.286 2.668,5.954 5.954,5.954 h 84.115 c 3.286,0 5.954,-2.668 5.954,-5.954 z" /></g></g><g
id="g123"
transform="matrix(1.66872,0,0,1.06605,-100.308,-7.71468)"><rect
id="rect121"
style="fill:#ffffff"
height="78.688004"
width="78.688004"
y="99.375999"
x="110.656" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,46 @@
<?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"
id="svg1072"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata1078"><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="defs1076" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g1070"><g
id="Background_circle"><g
id="g1054"><circle
id="circle1050"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path1052"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g></g><g
id="Layer1"><g
id="g1067"><path
id="path1057"
style="fill:#e3292e;fill-opacity:0;stroke:#e3292e;stroke-width:12px"
d="m 193.656,225.178 h -87.312 v -0.433 h 87.312 z M 221.14,92.714 V 193.016 H 78.86 V 92.714 Z" /><g
id="g1065"
transform="matrix(0.314025,0,0,0.314025,101.684,100.157)"><path
id="path1059"
style="fill:#e3292e"
d="M 68.751,82.244 153.879,131.92 238.287,82.244 153.879,31.058 Z" /><path
id="path1061"
style="fill:#e3292e"
d="m 59.634,99.464 84.96,49.02 v 98.076 l -84.96,-48.641 z" /><path
id="path1063"
style="fill:#e3292e"
d="m 162.579,149.166 85.504,-49.702 v 98.214 l -85.504,48.882 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,35 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata21"><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="defs19" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="g4"><g
id="Background_circle"><g
id="g7"><circle
id="circle9"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path11"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g></g><g
id="g13"
transform="translate(0,-6.69727)"><path
id="path15"
style="fill:#e3292e"
d="m 210.025,221.534 -118.119,0 0,0 c -21.734,-0.004 -39.378,-17.65 -39.378,-39.385 0,-19.275 13.877,-35.335 32.177,-38.725 0.182,-35.883 29.37,-64.958 65.295,-64.958 35.925,0 65.113,29.075 65.295,64.958 18.3,3.39 32.177,19.45 32.177,38.725 0,21.087 -16.609,38.326 -37.447,39.338 l 0,0.047 z m -2.802,-15.929 c 0.287,0.01 0.575,0.015 0.865,0.015 12.954,0 23.471,-10.517 23.471,-23.471 0,-11.115 -7.742,-20.435 -18.124,-22.858 l -0.006,0.026 c -0.884,-0.215 -1.787,-0.38 -2.707,-0.492 -0.865,-0.098 -1.744,-0.147 -2.634,-0.147 -4.025,0 -7.814,1.015 -11.126,2.803 1.984,-5.385 3.068,-11.204 3.068,-17.274 0,-16.41 -7.917,-30.984 -20.137,-40.11 -8.32,-6.282 -18.675,-10.009 -29.893,-10.009 -11.218,0 -21.573,3.727 -29.893,10.009 -12.22,9.126 -20.137,23.7 -20.137,40.11 0,6.07 1.084,11.889 3.068,17.274 -3.312,-1.788 -7.101,-2.803 -11.126,-2.803 -0.825,0 -1.64,0.042 -2.444,0.126 -0.985,0.113 -1.952,0.287 -2.896,0.517 l -0.007,-0.03 c -10.382,2.423 -18.124,11.743 -18.124,22.858 0,12.954 10.517,23.471 23.471,23.471 0.29,0 0.578,-0.005 0.865,-0.015 0.248,0.024 0.499,0.037 0.753,0.037 l 29.987,0 -0.018,0.024 53.002,0 -0.018,-0.024 29.987,0 c 0.254,0 0.505,-0.013 0.753,-0.037 z" /></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g></g><g
id="g15"><path
id="path17"
style="fill:#e3292e"
d="m 182.537,71.431 c 6.916,2.87 13.373,6.628 19.228,11.13 l -10.827,26.822 14.706,25.472 28.662,4.038 c 0.475,3.635 0.721,7.343 0.721,11.107 0,3.764 -0.246,7.472 -0.721,11.107 l -28.662,4.038 -14.706,25.472 10.827,26.822 c -5.855,4.502 -12.312,8.26 -19.228,11.13 l -17.831,-22.807 -29.412,0 -17.831,22.807 c -6.916,-2.87 -13.373,-6.628 -19.228,-11.13 l 10.827,-26.822 -14.706,-25.472 -28.662,-4.038 c -0.475,-3.635 -0.721,-7.343 -0.721,-11.107 0,-3.764 0.246,-7.472 0.721,-11.107 l 28.662,-4.038 14.706,-25.472 -10.827,-26.822 c 5.855,-4.502 12.312,-8.26 19.228,-11.13 l 17.831,22.807 29.412,0 17.831,-22.807 z m 41.377,120.599 c -0.149,0.262 -0.3,0.523 -0.452,0.782 l 0.452,-0.782 z m -147.828,0 0.452,0.782 c -0.152,-0.259 -0.303,-0.52 -0.452,-0.782 z M 150,118.87 c 17.181,0 31.13,13.949 31.13,31.13 0,17.181 -13.949,31.13 -31.13,31.13 -17.181,0 -31.13,-13.949 -31.13,-31.13 0,-17.181 13.949,-31.13 31.13,-31.13 z m 73.462,-11.682 c 0.152,0.259 0.303,0.52 0.452,0.782 l -0.452,-0.782 z m -146.924,0 -0.452,0.782 c 0.149,-0.262 0.3,-0.523 0.452,-0.782 z M 150,64.973 c 0,0 0,0 0,0 z" /><g
id="g19"
transform="matrix(1.13747,0,0,1.13747,-20.62,-20.62)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata27"><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="defs25" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g></g><g
id="g15"><path
id="path17"
style="fill:#e3292e"
d="m 109.7,179.509 c -6.069,-8.27 -9.655,-18.474 -9.655,-29.509 0,-1.07 0.034,-2.131 0.1,-3.184 l 0,-66.371 -18.912,18.912 0,-29.291 29.096,-29.096 29.096,29.096 0,29.207 -18.934,-18.934 0,29.361 c 8.27,-6.069 18.474,-9.655 29.509,-9.655 1.07,0 2.131,0.034 3.184,0.1 l 66.371,0 -18.912,-18.912 29.291,0 29.096,29.096 -29.096,29.096 -29.207,0 18.934,-18.934 -29.361,0 c 6.069,8.271 9.655,18.475 9.655,29.509 0,1.07 -0.034,2.131 -0.1,3.184 l 0,66.371 18.912,-18.912 0,29.291 -29.096,29.096 -29.096,-29.096 0,-29.207 18.934,18.934 0,-29.361 c -8.27,6.069 -18.474,9.655 -29.509,9.655 -1.07,0 -2.131,-0.034 -3.184,-0.1 l -66.371,0 18.912,18.912 -29.291,0 -29.096,-29.096 29.096,-29.096 29.207,0 -18.934,18.934 29.361,0 z m 40.004,-58.805 c 16.005,0 29,12.994 29,29 0,16.005 -12.995,29 -29,29 -16.006,0 -29,-12.995 -29,-29 0,-16.006 12.994,-29 29,-29 z" /><g
id="g19"
transform="matrix(1.06678,0,0,1.06678,-10.0171,-10.0171)"><circle
id="circle21"
style="fill:#ffffff"
r="28.177"
cy="150"
cx="150" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,48 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata33"><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="defs31" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g></g><g
id="g15"><g
id="g17"
transform="matrix(0.724619,0,0,0.592282,68.8494,40.4095)"><path
id="path19"
style="fill:#ffffff"
d="m 250.015,109.41 c 0,-13.541 -8.986,-24.535 -20.055,-24.535 l -121.05,0 c -11.068,0 -20.054,10.994 -20.054,24.535 l 0,85.388 c 0,13.541 8.986,24.535 20.054,24.535 l 32.322,0 0.188,23.576 22.7,-23.576 65.84,0 c 11.069,0 20.055,-10.994 20.055,-24.535 l 0,-85.388 z" /><path
id="path21"
d="m 230.219,84.877 c 10.62021,0.166079 18.27714,10.321519 19.482,20.192 0.72662,11.01108 0.10958,22.08912 0.314,33.12558 -0.10937,19.90686 0.2179,39.8289 -0.162,59.72642 -0.8228,10.0534 -8.1203,20.67233 -18.861,21.38 -22.28936,0.0748 -44.58155,0.0106 -66.872,0.032 -7.56667,7.85867 -15.13333,15.71733 -22.7,23.576 -0.0627,-7.85867 -0.12533,-15.71733 -0.188,-23.576 -11.62111,-0.13842 -23.27092,0.27257 -34.875,-0.197 -11.14669,-1.85602 -17.716056,-13.73769 -17.501,-24.338 0.0873,-29.39996 -0.174196,-58.81075 0.13,-88.204 0.723062,-10.158313 8.036282,-20.966931 18.892,-21.687 40.77892,-0.07337 81.56107,-0.01331 122.341,-0.03 z m -121.257,20.259 c -2.99592,0.0323 -4.01711,3.72875 -3.546,6.16559 0.0684,28.17148 -0.13522,56.36075 0.099,84.52141 0.34326,2.43767 2.92626,3.90211 5.27459,3.249 10.95356,0.15278 21.94605,-0.30571 32.87567,0.22918 3.52056,0.61947 6.68932,2.6651 8.98474,5.36782 3.62388,-4.49524 9.5308,-6.21771 15.12518,-5.597 20.99059,-0.0761 42.00906,0.14992 62.98282,-0.109 3.20394,-1.04189 2.87801,-5.28755 2.696,-7.88418 -0.0685,-27.56261 0.13537,-55.14304 -0.099,-82.69482 -0.34391,-2.43732 -2.92622,-3.90165 -5.27459,-3.248 -39.70614,0 -79.41227,0 -119.11841,0 z"
style="fill:#e3292e" /></g><g
id="g23"
transform="matrix(-0.724619,0,0,0.592282,231.145,78.43)"><path
id="path25"
style="fill:#ffffff"
d="m 250.015,109.322 c 0,-13.493 -8.954,-24.447 -19.983,-24.447 l -121.194,0 c -11.029,0 -19.982,10.954 -19.982,24.447 l 0,85.082 c 0,13.493 8.953,24.447 19.982,24.447 l 32.394,0 -0.186,24.058 23.074,-24.058 65.912,0 c 11.029,0 19.983,-10.954 19.983,-24.447 l 0,-85.082 z" /><path
id="path27"
d="m 108.58,84.877 c -10.582213,0.165562 -18.211559,10.284882 -19.412,20.12 -0.722889,11.00584 -0.108246,22.07844 -0.312,33.10958 0.109546,19.80117 -0.217318,39.61747 0.16,59.40942 0.821111,10.01692 8.091235,20.59913 18.794,21.303 11.13935,0.0751 22.28156,0.0104 33.422,0.032 -0.062,8.01933 -0.124,16.03867 -0.186,24.058 7.69133,-8.01933 15.38267,-16.03867 23.074,-24.058 22.64951,-0.086 45.31314,0.17072 67.954,-0.126 11.02037,-1.46718 17.81825,-12.95652 17.926,-23.377 -0.0352,-29.50672 0.14485,-59.02182 -0.089,-88.524 C 249.28959,96.677894 242.12877,85.819765 231.315,84.925 190.40609,84.809575 149.49091,84.90573 108.58,84.877 Z m 121.4,20.259 c 2.95175,0.0321 3.93938,3.68419 3.474,6.07759 -0.0669,28.06285 0.1323,56.14322 -0.097,84.19541 -0.33826,2.40471 -2.89541,3.82753 -5.20459,3.182 -21.98965,0.0942 -43.99627,-0.18783 -65.97541,0.14 -3.73465,0.51886 -7.06423,2.66539 -9.526,5.459 -3.65569,-4.71328 -9.83275,-6.20018 -15.53108,-5.599 -9.70759,-0.10759 -19.45824,0.20204 -29.14292,-0.131 -3.10043,-1.10256 -2.70931,-5.22805 -2.561,-7.77518 0.067,-27.45366 -0.13242,-54.92478 0.097,-82.36782 0.33869,-2.40503 2.89603,-3.82804 5.20559,-3.181 39.7538,0 79.50761,0 119.26141,0 z"
style="fill:#e3292e" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,42 @@
<?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"
id="svg2"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"
xml:space="preserve"
version="1.1"
viewBox="0 0 60 60"
height="60"
width="60"><metadata
id="metadata29"><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="defs27" /><g
transform="matrix(0.19997959,0,0,0.19995118,0.00612242,3.3238395e-4)"
id="Background_circle"><g
id="g5"><g
id="g7"><g
id="g9"><circle
id="circle11"
style="fill:#ffffff"
r="150"
cy="150"
cx="150" /><path
id="path13"
d="m 150.485,0.001 c 49.5244,-0.30805092 97.99005,26.13918 124.885,67.66 29.14949,43.41669 32.66869,102.35469 9.029,148.98 -22.3226,45.72399 -69.26524,78.27982 -120.017,82.677 C 116.79963,304.27157 67.626954,284.53159 36.597,248.141 4.2284143,211.43134 -7.8772602,158.34647 5.079,111.186 18.20087,60.591626 59.782145,18.758853 110.292,5.321 c 13.07378,-3.5887368 26.6371,-5.36778112 40.193,-5.32 z m -0.919,16 C 104.07954,15.682674 59.676029,40.73106 36.035,79.522 10.237529,120.258 9.3382219,175.08668 33.754,216.66 c 22.507056,39.83833 66.53845,66.428 112.351,67.284 44.86675,1.74378 89.5149,-21.18229 114.552,-58.394 27.38615,-39.18451 30.93913,-93.31402 9.052,-135.793 C 249.0838,48.105271 205.50868,18.954337 159.041,16.3 c -3.15359,-0.209033 -6.31449,-0.309606 -9.475,-0.299 z"
style="fill:#e3292e" /></g></g><g
id="g15"><g
id="g17"
transform="translate(0,7.61811)"><path
id="path19"
style="fill:#e3292e"
d="m 169.165,126.098 -29.706,-33.738 -51.728,0 c -4.415,0 -8,-3.584 -8,-8 0,-4.415 3.585,-8 8,-8 l 55.437,0 c 2.769,0 5.212,1.411 6.648,3.552 l 29.263,33.233 45.534,0 c 4.415,0 8,3.585 8,8 0,4.416 -3.585,8 -8,8 l -49.167,0 c -2.546,0 -4.815,-1.191 -6.281,-3.047 z" /></g><g
id="g21"
transform="matrix(1,0,0,-1,0,292.297)"><path
id="path23"
style="fill:#e3292e"
d="m 169.165,126.098 -29.706,-33.738 -51.728,0 c -4.415,0 -8,-3.584 -8,-8 0,-4.415 3.585,-8 8,-8 l 55.437,0 c 2.769,0 5.212,1.411 6.648,3.552 l 29.263,33.233 45.534,0 c 4.415,0 8,3.585 8,8 0,4.416 -3.585,8 -8,8 l -49.167,0 c -2.546,0 -4.815,-1.191 -6.281,-3.047 z" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

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