Several changes to the emojis (only SVG at the moment), updated CHANGES.md, add script to make updating CHANGES.md easier

This commit is contained in:
Constantin A 2018-03-04 13:11:44 +01:00
parent de6f64dd19
commit 0ceb890bfa
40 changed files with 4542 additions and 1086 deletions

69
add_changes.py Normal file
View file

@ -0,0 +1,69 @@
import os
# That's what we'd like to insert in our CHANGES.md later
pattern = "\n| ![&#x{0};](https://rawgit.com/googlei18n/noto-emoji/e456654119cc3a5f9bebb7bbd00512456f983d2d/png/128/emoji_u{0}.png) | ![&#x{0};](http://rawgit.com/C1710/blobmoji/master/png/128/emoji_u{0}.png) | U+{0} | {1} | {2} | "
def get_sequences() -> list:
"""Get the codepoints from the command line input"""
sequences = []
add = ''
print('Please enter all sequences that you\'d like to add. Undo with \'u\', finish with \'e\':')
while add.lower() != 'e':
add = input()
if add.lower() == 'u':
rm = sequences[-1]
sequences = sequences[:-1]
print('"{}" Removed'.format(rm))
elif add.lower() != 'e' and add != '':
sequences.append(add)
return sequences
def get_details(sequences: list) -> list:
details = []
print('Please enter the type of change and (maybe) a small comment.')
print("""The Default types are:\n
n - new\n
n* - new*\n
g - goo\n
a - alt\n
Shortcuts will simply be replaced. If you don't want them to be replaced, place a '\\' in front of it""")
print('You can undo your last step if you type \'u\'\n')
for seq in sequences:
print(seq)
type_, comment = 'u','u'
while type_.lower() == 'u':
type_ = input(' Type: ')
if type_[0] != '\\':
type_ = type_.replace('n', 'new').replace('g', 'goo').replace('a', 'alt')
while comment.lower() == 'u':
comment = input(' Comment: ')
details.append((seq, type_, comment))
return details
def produce_strings(details: list) -> list:
lines = []
for name, type_, comment in details:
lines.append(pattern.format(name, type_, comment))
return lines
def review(details: list) -> bool:
print('Please review the sequences before overwriting the CHANGES.md-file:')
for detail in details:
print('U+{0}: {1} \t-\t "{2}"'.format(*detail))
descision = ''
while not descision.lower() in ('n', 'y'):
descision = input('Are you sure you want to add these? [y/n]: ')
return descision.lower() == 'y'
path = 'CHANGES.md'
def write(strings: list):
with open(path, mode='a') as md_file:
for line in strings:
md_file.write(line)
if __name__ == '__main__':
details = get_details(get_sequences())
if review(details):
write(produce_strings(details))

View file

@ -1,6 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M64,0.28C28.82,0.28,0.29,28.81,0.29,64c0,35.19,28.53,63.71,63.71,63.71 c35.19,0,63.71-28.52,63.71-63.71C127.71,28.81,99.19,0.28,64,0.28z M64,121.61c-31.77,0-57.61-25.84-57.61-57.6 C6.39,32.23,32.23,6.39,64,6.39c31.77,0,57.61,25.84,57.61,57.61C121.61,95.77,95.77,121.61,64,121.61z" style="fill:#40C0E7;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M86.34,76.53c-0.12-0.23-0.33-0.39-0.58-0.45c-0.26-0.05-0.52,0-0.72,0.17 c-4.57,3.62-12.42,6.35-18.26,6.35c-11.3,0-19.2-7.65-19.2-18.6c0-10.95,7.9-18.6,19.2-18.6c6.11,0,12.38,1.97,16.36,5.14 c0.2,0.16,0.46,0.22,0.71,0.17c0.25-0.05,0.46-0.21,0.59-0.43l9.05-16.49c0.21-0.37,0.11-0.83-0.22-1.09 c-6.84-5.42-15.54-8.06-26.57-8.06c-23.5,0-40.55,16.56-40.55,39.38s17.05,39.38,40.55,39.38c10.75,0,20.04-3.27,27.6-9.73 c0.3-0.26,0.39-0.69,0.21-1.05L86.34,76.53z" style="fill:#40C0E7;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u00a9.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="-103.59322"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:96px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#40c0e7;fill-opacity:1;stroke:none"
x="33.52"
y="96.736"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="33.52"
y="96.736"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#40c0e7;fill-opacity:1">C</tspan></text>
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#40c0e7"
d="M 64,0.28 C 28.82,0.28 0.29,28.81 0.29,64 0.29,99.19 28.82,127.71 64,127.71 99.19,127.71 127.71,99.19 127.71,64 127.71,28.81 99.19,0.28 64,0.28 Z m 0,121.33 C 32.23,121.61 6.39,95.77 6.39,64.01 6.39,32.23 32.23,6.39 64,6.39 c 31.77,0 57.61,25.84 57.61,57.61 0,31.77 -25.84,57.61 -57.61,57.61 z" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,6 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M64,0.29C28.81,0.29,0.29,28.82,0.29,64c0,35.19,28.53,63.71,63.72,63.71 c35.18,0,63.71-28.52,63.71-63.71C127.71,28.82,99.18,0.29,64,0.29z M64,121.61C32.24,121.61,6.39,95.77,6.39,64 C6.39,32.24,32.24,6.39,64,6.39c31.77,0,57.6,25.84,57.6,57.61C121.61,95.77,95.77,121.61,64,121.61z" style="fill:#40C0E7;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M79.37,74.87c9.41-3.88,16.04-13.07,16.04-23.77c0-14.19-11.66-25.74-26-25.74H42.04 c-0.11,0-0.21,0.04-0.31,0.06h-4.68c-0.9,0-1.62,0.73-1.62,1.62v73c0,0.89,0.72,1.62,1.62,1.62h15.83c0.89,0,1.61-0.73,1.61-1.62 v-23.2h6.25l18.22,24.22c0.32,0.43,0.83,0.68,1.37,0.68h15.83c0.65,0,1.24-0.37,1.53-0.94c0.29-0.58,0.23-1.28-0.16-1.79 L79.37,74.87z M67.78,61.67c-0.13,0-0.25,0.04-0.39,0.04H54.78c-0.04,0-0.07-0.03-0.09-0.04c-0.07-0.02-0.13-0.03-0.18-0.08 c-0.09-0.08-0.14-0.18-0.14-0.31V40.91c0-0.13,0.05-0.23,0.14-0.31c0.05-0.04,0.11-0.05,0.16-0.07c0.04-0.01,0.07-0.05,0.12-0.05 H67.4c0.16,0,0.3,0.04,0.45,0.05c5.43,0.25,9.79,4.87,9.79,10.56C77.64,56.81,73.24,61.45,67.78,61.67z" style="fill:#40C0E7;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u00ae.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#40c0e7"
d="M 64,0.29 C 28.81,0.29 0.29,28.82 0.29,64 c 0,35.19 28.53,63.71 63.72,63.71 35.18,0 63.71,-28.52 63.71,-63.71 C 127.71,28.82 99.18,0.29 64,0.29 Z m 0,121.32 C 32.24,121.61 6.39,95.77 6.39,64 6.39,32.24 32.24,6.39 64,6.39 c 31.77,0 57.6,25.84 57.6,57.61 0.01,31.77 -25.83,57.61 -57.6,57.61 z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#40c0e7;fill-opacity:1;stroke:none"
x="34.431999"
y="96.975998"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="34.431999"
y="96.975998"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#40c0e7;fill-opacity:1">R</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,9 +1,84 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<rect height="104.35" style="fill:#FFFFFF;" width="97.16" x="14.02" y="14.82"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<g> xmlns:cc="http://creativecommons.org/ns#"
<polygon points="54.95,75.35 72.76,75.35 63.85,48.54 " style="fill:#DB4437;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M120.88,0H6.88C3.09,0,0,3.1,0,6.88v114.01c0,3.79,3.09,6.88,6.88,6.88h114.01 c3.79,0,6.88-3.1,6.88-6.88V6.88C127.77,3.1,124.67,0,120.88,0z M110.44,110.86c-0.38,0.55-1.01,0.88-1.68,0.88H86.3 c-0.88,0-1.66-0.56-1.94-1.4l-5.2-15.66H48.54l-5.19,15.66c-0.28,0.84-1.06,1.4-1.94,1.4H18.95c-0.67,0-1.3-0.33-1.68-0.88 c-0.38-0.55-0.47-1.26-0.23-1.88l34.25-91.1c0.3-0.8,1.06-1.32,1.91-1.32H74.5c0.85,0,1.61,0.53,1.91,1.32l34.26,91.1 C110.91,109.6,110.82,110.31,110.44,110.86z" style="fill:#DB4437;"/> xmlns:svg="http://www.w3.org/2000/svg"
</g> xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg12"
sodipodi:docname="emoji_u1f170.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview14"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="65.024756"
inkscape:cy="49.778815"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<g
id="g8">
<polygon
id="polygon4"
style="fill:#db4437"
points="63.85,48.54 54.95,75.35 72.76,75.35 " />
<path
inkscape:connector-curvature="0"
id="path6"
style="fill:#db4437"
d="M 120.88,0 H 6.88 C 3.09,0 0,3.1 0,6.88 v 114.01 c 0,3.79 3.09,6.88 6.88,6.88 h 114.01 c 3.79,0 6.88,-3.1 6.88,-6.88 V 6.88 C 127.77,3.1 124.67,0 120.88,0 Z"
sodipodi:nodetypes="sssssssss" />
</g> </g>
</svg> <text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="33.855999"
y="96.975998"
id="text830"><tspan
sodipodi:role="line"
id="tspan828"
x="33.855999"
y="96.975998"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1">A</tspan></text>
<flowRoot
xml:space="preserve"
id="flowRoot832"
style="fill:black;fill-opacity:1;stroke:none;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion834"><rect
id="rect836"
width="2.1694915"
height="129.08475"
x="-181.69492"
y="-251.66101" /></flowRegion><flowPara
id="flowPara838"></flowPara></flowRoot></svg>

Before

Width:  |  Height:  |  Size: 862 B

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -1,6 +1,76 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M120.88,0H6.88C3.1,0,0,3.1,0,6.88v114.01c0,3.79,3.1,6.88,6.88,6.88h114.01 c3.79,0,6.88-3.09,6.88-6.88V6.88C127.77,3.1,124.67,0,120.88,0z" style="fill:#DB4437;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M89.21,62.21c5.17-4.93,8.37-11.56,8.37-18.86c0-15.15-13.68-27.48-30.49-27.48H52.53H32.58 c-1.13,0-2.04,0.92-2.04,2.05v13.7v24.44v13.69v26.49v13.7c0,1.13,0.91,2.05,2.04,2.05h19.95h18.89c16.82,0,30.5-12.33,30.5-27.48 C101.92,75.32,96.89,67.21,89.21,62.21z M52.46,53.22v-18.5c0-0.07,0.05-0.11,0.07-0.17c0.07-0.16,0.21-0.29,0.4-0.29h1.64h11.11 c5.11,0,9.27,4.35,9.27,9.72c0,5.36-4.16,9.72-9.27,9.72H54.57h-1.64c-0.19,0-0.33-0.13-0.4-0.3 C52.5,53.33,52.46,53.29,52.46,53.22z M66.84,94.19c-0.13,0-0.26,0.04-0.39,0.04H54.57H53c-0.04,0-0.07-0.03-0.1-0.04 c-0.2-0.06-0.36-0.21-0.36-0.43V72.22c0-0.23,0.16-0.38,0.36-0.43c0.04-0.01,0.07-0.05,0.1-0.05h1.57h11.88 c0.13,0,0.26,0.04,0.39,0.05c5.49,0.23,9.91,5.14,9.91,11.19C76.74,89.04,72.33,93.96,66.84,94.19z" style="fill:#FFFFFF;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u1f171.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#db4437"
d="M 120.88,0 H 6.88 C 3.1,0 0,3.1 0,6.88 v 114.01 c 0,3.79 3.1,6.88 6.88,6.88 h 114.01 c 3.79,0 6.88,-3.09 6.88,-6.88 V 6.88 C 127.77,3.1 124.67,0 120.88,0 Z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="-104.67797"
y="33.084747"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="-104.67797"
y="69.577957" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="34.096001"
y="96.592003"
id="text827"><tspan
sodipodi:role="line"
id="tspan829"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1"
x="34.096001"
y="96.592003">B</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,6 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M121,0.11H6.99c-3.78,0-6.87,3.1-6.87,6.88V121c0,3.79,3.09,6.88,6.87,6.88H121 c3.78,0,6.88-3.09,6.88-6.88V6.99C127.88,3.21,124.78,0.11,121,0.11z" style="fill:#DB4437;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M63.97,13.82C34.03,13.82,12.3,34.92,12.3,64s21.73,50.19,51.67,50.19 c29.94,0,51.66-21.11,51.66-50.19S93.91,13.82,63.97,13.82z M63.97,88.35c-14.79,0-25.12-10.01-25.12-24.35 c0-14.34,10.33-24.35,25.12-24.35c14.79,0,25.12,10.01,25.12,24.35C89.09,78.34,78.76,88.35,63.97,88.35z" style="fill:#FFFFFF;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u1f17e.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#db4437"
d="M 121,0.11 H 6.99 c -3.78,0 -6.87,3.1 -6.87,6.88 V 121 c 0,3.79 3.09,6.88 6.87,6.88 H 121 c 3.78,0 6.88,-3.09 6.88,-6.88 V 6.99 c 0,-3.78 -3.1,-6.88 -6.88,-6.88 z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="32.175999"
y="96.639999"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="32.175999"
y="96.639999"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1">O</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,6 +1,76 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M121,0.11H6.99c-3.78,0-6.87,3.1-6.87,6.88v114.01c0,3.78,3.09,6.88,6.87,6.88H121 c3.78,0,6.88-3.09,6.88-6.88V7C127.88,3.21,124.78,0.11,121,0.11z" style="fill:#006CA2;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M71.63,15.96h-34.5c-0.13,0-0.25,0.06-0.37,0.08h-5.91c-1.13,0-2.04,0.92-2.04,2.05v92.01 c0,1.13,0.91,2.04,2.04,2.04H50.8c1.13,0,2.04-0.91,2.04-2.04V80.85h18.79c18.07,0,32.77-14.55,32.77-32.44 C104.4,30.52,89.7,15.96,71.63,15.96z M70.05,61.73c-0.32,0.02-0.64,0.05-0.95,0.05H53.18c0,0-0.08-0.04-0.11-0.05 c-0.09-0.02-0.16-0.04-0.23-0.09c-0.1-0.1-0.19-0.23-0.19-0.39V35.57c0-0.16,0.09-0.29,0.19-0.39c0.06-0.05,0.13-0.06,0.2-0.08 c0.06-0.02,0.1-0.06,0.14-0.06H69.1c0.38,0,0.75,0.02,1.13,0.06C76.81,35.69,82,41.43,82,48.4C82,55.45,76.71,61.22,70.05,61.73z" style="fill:#FFFFFF;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u1f17f.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#006ca2"
d="M 121,0.11 H 6.99 c -3.78,0 -6.87,3.1 -6.87,6.88 V 121 c 0,3.78 3.09,6.88 6.87,6.88 H 121 c 3.78,0 6.88,-3.09 6.88,-6.88 V 7 c 0,-3.79 -3.1,-6.89 -6.88,-6.89 z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="-100.33898"
y="24.949154"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="-100.33898"
y="61.442368" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
x="35.776001"
y="96.736"
id="text827"><tspan
sodipodi:role="line"
id="tspan825"
x="35.776001"
y="96.736"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1">P</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 941 B

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,9 +1,76 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M121,0.11H6.99c-3.78,0-6.87,3.09-6.87,6.88V121c0,3.79,3.09,6.88,6.87,6.88H121 c3.78,0,6.88-3.09,6.88-6.88V6.99C127.88,3.21,124.78,0.11,121,0.11z" style="fill:#DB4437;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<g> xmlns:cc="http://creativecommons.org/ns#"
<path d="M46.57,18.11c-0.16-0.72-0.81-1.23-1.55-1.23H32.36c-0.74,0-1.37,0.51-1.54,1.23L10.44,109.2 c-0.1,0.47,0.01,0.96,0.3,1.33c0.3,0.37,0.76,0.59,1.23,0.59h13.36c0.75,0,1.4-0.54,1.54-1.27L30,94.07h17.39l3.11,15.78 c0.15,0.73,0.8,1.27,1.54,1.27h13.37c0.47,0,0.93-0.22,1.22-0.6c0.3-0.37,0.42-0.86,0.31-1.33L46.57,18.11z M33.63,75.67 l5.06-25.63l5.06,25.63H33.63z" style="fill:#FFFFFF;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M108.01,62.43c3.32-4.89,5.36-11.59,5.36-19c0-14.89-8.3-27.01-18.5-27.01H86.2H74.33 c-0.87,0-1.57,0.71-1.57,1.58v13.7v24.44v13.7v26.48v13.7c0,0.87,0.7,1.58,1.57,1.58H86.2h11.24c10.2,0,18.5-12.12,18.5-27.01 C115.94,75.41,112.8,67.31,108.01,62.43z M86.08,34.8c0-0.1,0.05-0.19,0.12-0.26c0.07-0.06,0.14-0.1,0.24-0.1h1.34h6.25 c3.09,0,5.6,4.31,5.6,9.61c0,5.3-2.51,9.61-5.6,9.61h-6.25h-1.34c-0.09,0-0.17-0.04-0.24-0.1c-0.08-0.07-0.12-0.16-0.12-0.27V34.8 z M94.49,94.2h-6.71h-1.29c-0.12,0-0.22-0.08-0.28-0.17c-0.04-0.06-0.08-0.12-0.08-0.19V72.3c0-0.07,0.04-0.13,0.08-0.19 c0.07-0.1,0.16-0.17,0.28-0.17h1.29h6.71c3.48,0,6.2,4.89,6.2,11.13C100.69,89.31,97.97,94.2,94.49,94.2z" style="fill:#FFFFFF;"/> xmlns:svg="http://www.w3.org/2000/svg"
</g> xmlns="http://www.w3.org/2000/svg"
</g> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg12"
sodipodi:docname="emoji_u1f18e.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview14"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#db4437"
d="M 121,0.11 H 6.99 C 3.21,0.11 0.12,3.2 0.12,6.99 V 121 c 0,3.79 3.09,6.88 6.87,6.88 H 121 c 3.78,0 6.88,-3.09 6.88,-6.88 V 6.99 c 0,-3.78 -3.1,-6.88 -6.88,-6.88 z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="-135.05086"
y="42.847458"
id="text830"><tspan
sodipodi:role="line"
id="tspan828"
x="-135.05086"
y="79.340668" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
x="3.5492499"
y="96.928001"
id="text834"><tspan
sodipodi:role="line"
id="tspan832"
x="3.5492499"
y="96.928001"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1">AB</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,9 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M120.88,0.11H6.88C3.09,0.11,0,3.21,0,7v114.01c0,3.78,3.09,6.88,6.88,6.88h114.01 c3.78,0,6.88-3.1,6.88-6.88V7C127.76,3.21,124.67,0.11,120.88,0.11z" style="fill:#DB4437;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<g> xmlns:cc="http://creativecommons.org/ns#"
<path d="M59.82,79.39c-0.09-0.3-0.35-0.53-0.66-0.58c-0.31-0.05-0.63,0.07-0.82,0.31 C54.87,83.61,48.95,87,44.56,87C36.12,87,30,77.09,30,63.44c0-13.65,6.12-23.55,14.56-23.55c4.58,0,9.3,2.43,12.31,6.35 c0.19,0.25,0.51,0.37,0.81,0.31c0.31-0.05,0.56-0.27,0.66-0.56l6.96-20.68c0.09-0.27,0.04-0.57-0.13-0.79 c-5.24-6.77-12.19-10.2-20.67-10.2c-18.45,0-31.33,20.2-31.33,49.11c0,28.92,12.88,49.12,31.33,49.12 c8.38,0,15.61-4.13,21.46-12.29c0.16-0.22,0.2-0.49,0.12-0.75L59.82,79.39z" style="fill:#FFFFFF;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M111.9,92.45H86.89V17.69c0-0.87-0.71-1.59-1.59-1.59H73.14c-0.88,0-1.59,0.72-1.59,1.59v91.5 c0,0.88,0.72,1.59,1.59,1.59h8.94h3.22h26.6c0.88,0,1.59-0.71,1.59-1.59V94.04C113.49,93.16,112.78,92.45,111.9,92.45z" style="fill:#FFFFFF;"/> xmlns:svg="http://www.w3.org/2000/svg"
</g> xmlns="http://www.w3.org/2000/svg"
</g> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg12"
sodipodi:docname="emoji_u1f191.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview14"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#db4437"
d="M 120.88,0.11 H 6.88 C 3.09,0.11 0,3.21 0,7 v 114.01 c 0,3.78 3.09,6.88 6.88,6.88 h 114.01 c 3.78,0 6.88,-3.1 6.88,-6.88 V 7 c -0.01,-3.79 -3.1,-6.89 -6.89,-6.89 z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="7.1582499"
y="96.736"
id="text830"><tspan
sodipodi:role="line"
id="tspan828"
x="7.1582499"
y="96.736"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1">CL</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,9 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M121,0.11H7c-3.78,0-6.88,3.1-6.88,6.88V121c0,3.79,3.1,6.88,6.88,6.88H121 c3.78,0,6.88-3.09,6.88-6.88V6.99C127.88,3.21,124.79,0.11,121,0.11z" style="fill:#ED6C30;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<g> xmlns:cc="http://creativecommons.org/ns#"
<path d="M91.9,51.86c-0.9-0.62-1.71-1.17-2.41-1.66c-2.23-1.58-4.83-5.89-3.63-10.52 c1.08-4.16,4.27-5.54,9.11-4.2c4.13,1.14,7.3,3.43,9.08,4.73c0.29,0.21,0.67,0.27,1.01,0.16c0.35-0.12,0.61-0.39,0.71-0.74 l4.14-13.77c0.12-0.4,0.01-0.83-0.29-1.12c-2.54-2.49-9.7-7.2-18.58-7.2c-1.19,0-2.39,0.09-3.54,0.27 c-6.54,0.99-13.08,3.53-16.66,15.35c-2.19,7.22-2.19,15.35,0,21.2c2.36,6.48,6.28,9.41,11.23,13.11l0.64,0.48 c3.42,2.51,7.42,5.25,10.34,7.25l0.35,0.24c4.25,3.03,5.79,8.56,4.77,11.94c-1.36,4.5-3.8,5.02-5.51,5.02 c-1.37,0-3.02-0.4-4.94-1.21c-5.16-2.06-9.92-7.91-11.25-9.65c-0.24-0.31-0.63-0.5-1.02-0.43c-0.39,0.05-0.73,0.3-0.89,0.66 l-6.42,14.51c-0.16,0.36-0.12,0.77,0.11,1.09c3.33,4.74,6.05,7.49,10.76,10.92c3.23,2.34,7.95,3.74,12.63,3.74l0,0 c4.87,0,16.75-1.64,21.9-16.8c3.19-9.45,2-19.45-3.33-27.48C105.43,61.09,97.29,55.54,91.9,51.86z" style="fill:#FFFFFF;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M66.52,19.15H54.29c-0.51,0-0.96,0.35-1.07,0.84L39.73,77.03L26.25,20 c-0.12-0.49-0.56-0.84-1.07-0.84H12.94c-0.33,0-0.65,0.15-0.86,0.41c-0.21,0.26-0.29,0.6-0.21,0.93l20.28,89.07 c0.01,0,0.01,0,0.01,0.01c0.04,0.15,0.1,0.29,0.2,0.42c0.04,0.04,0.09,0.07,0.13,0.1c0.04,0.03,0.08,0.07,0.12,0.1 c0.17,0.12,0.38,0.21,0.61,0.21h13.03c0.22,0,0.42-0.09,0.61-0.21c0.04-0.03,0.08-0.07,0.12-0.1c0.03-0.04,0.1-0.06,0.13-0.1 c0.1-0.13,0.16-0.27,0.2-0.42c0,0,0.01-0.01,0.01-0.01L67.6,20.5c0.07-0.33,0-0.67-0.21-0.93C67.17,19.31,66.86,19.15,66.52,19.15 z" style="fill:#FFFFFF;"/> xmlns:svg="http://www.w3.org/2000/svg"
</g> xmlns="http://www.w3.org/2000/svg"
</g> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg12"
sodipodi:docname="emoji_u1f19a.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview14"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#ed6c30"
d="M 121,0.11 H 7 c -3.78,0 -6.88,3.1 -6.88,6.88 V 121 c 0,3.79 3.1,6.88 6.88,6.88 h 114 c 3.78,0 6.88,-3.09 6.88,-6.88 V 6.99 c 0,-3.78 -3.09,-6.88 -6.88,-6.88 z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="10.40575"
y="96.736"
id="text830"><tspan
sodipodi:role="line"
id="tspan828"
x="10.40575"
y="96.736"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1">VS</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,13 +1,91 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M115.05,55.61c-0.65-1.96-1.36-3.78-2.05-5.43c-2.28-5.39-4.54-8.96-5.4-10.23 c0.47-0.42,0.91-0.86,1.33-1.31c1.15-1.25,2.15-2.65,2.87-4.28c2.78-6.24,0.34-14.72-4.57-19.37C95.7,4.13,79.31,1,63.55,0.84 C47.54,0.67,27.81,6.98,19.33,21.85c-3.02,5.29-2.31,11.58-0.01,16.71c0.25,0.55,0.6,1.04,0.98,1.52c-0.9,1.38-3.09,4.9-5.3,10.1 c-2.84,6.69-5.68,16.12-5.69,27.16c0,3.68,0.33,7.54,1.06,11.53c1.37,7.32,4.01,13.45,7.61,18.48 c5.39,7.54,12.83,12.52,20.91,15.58c8.09,3.06,16.83,4.24,25.1,4.24c11.04,0,22.92-2.09,32.93-7.96c5-2.93,9.5-6.83,13.09-11.86 c3.59-5.03,6.24-11.16,7.6-18.48c0.75-3.98,1.07-7.84,1.07-11.53C118.68,69.02,117.06,61.62,115.05,55.61z M20,52.31 c1.31-3.1,2.63-5.56,3.6-7.23c0.3-0.52,0.56-0.93,0.79-1.3c0.83,0.62,1.67,0.8,2.69,1.18c1.58,0.59,3.29,1.34,5.01,1.42 c0.86,0.04,2.98-0.31,3.33-1.32c0.02-0.05,0.05-0.09,0.05-0.14c0.14-0.93-0.77-1.77-1.88-2.5c-1.2-0.78-2.63-1.42-3.27-1.88 c-0.18-0.12-0.34-0.26-0.51-0.39c-0.93-0.71-1.84-1.52-2.64-2.41c-0.64-0.71-1.22-1.47-1.68-2.28c-0.39-0.65-0.7-1.34-0.94-2.05 c-1.54-4.68,0.65-9.25,3.57-12.88C36.2,10.47,51.89,8.18,63.55,7.58c9.52-0.5,21.99,2.13,30.7,5.93c4.31,1.89,7.73,5.53,9.95,9.6 c1.94,3.54,1.7,7.46-0.27,10.9c-0.04,0.08-0.08,0.17-0.13,0.25c-0.73,1.22-1.57,2.41-2.49,3.53c-0.72,0.87-1.48,1.69-2.29,2.45 c-0.08,0.07-0.14,0.15-0.23,0.22c-0.55,0.51-1.77,1.28-2.6,2.16c-0.51,0.54-0.86,1.12-0.83,1.7c0.01,0.16,0.01,0.32,0.09,0.48 c1.15,2.53,5.47-0.05,7.46-1.35l0.57,0.07c0.96,1.52,2.89,4.78,4.77,9.36c0.91,2.2,1.81,4.71,2.58,7.46 c-4.3,2.08-9.93,0.23-14.53,0.09c-16.95-0.53-6.71,21.27-11.72,29.98c-2.38,4.12-6.26,5.15-10.53,2.84 c-2.05-1.11-3.04-4.49-3.33-6.56c-0.72-5.09,0.79-11.6-2.11-16.2c-3.92-6.25-14.07,0.37-19.53,0.16 c-4.45-0.17-8.04-2.95-9.58-7.11c-0.18-0.49-0.38-0.94-0.59-1.35c-3.79-7.05-12.79-1.94-17.81-7.42 c-0.54-0.6-0.96-1.28-1.28-2.01C19.89,52.62,19.94,52.45,20,52.31z" style="fill:#2F2F2F;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M19.82,52.76c0,0-7.9,21.79-3.55,37.82c4.35,16.03,16.3,27.44,45.92,31.52 c0,0,45.51,2.03,49.99-34.78c1.78-14.68-1.35-26.97-1.35-26.97L19.82,52.76z" style="fill:#855C52;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
</g> xmlns:svg="http://www.w3.org/2000/svg"
<path d="M20,52.31c1.31-3.1,2.63-5.56,3.6-7.23c0.3-0.52,0.56-0.93,0.79-1.3c0.83,0.62,1.67,0.8,2.69,1.18 c1.58,0.59,3.29,1.34,5.01,1.42c0.86,0.04,2.98-0.31,3.33-1.32c0.02-0.05,0.05-0.09,0.05-0.14c0.14-0.93-0.77-1.77-1.88-2.5 c-1.2-0.78-2.63-1.42-3.27-1.88c-0.18-0.12-0.34-0.26-0.51-0.39c-0.93-0.71-1.84-1.52-2.64-2.41c-0.64-0.71-1.22-1.47-1.68-2.28 c-0.39-0.65-0.7-1.34-0.94-2.05c-1.54-4.68,0.65-9.25,3.57-12.88C36.2,10.47,51.89,8.18,63.55,7.58c9.52-0.5,21.99,2.13,30.7,5.93 c4.31,1.89,7.73,5.53,9.95,9.6c1.94,3.54,1.7,7.46-0.27,10.9c-0.04,0.08-0.08,0.17-0.13,0.25c-0.73,1.22-1.57,2.41-2.49,3.53 c-0.72,0.87-1.48,1.69-2.29,2.45c-0.08,0.07-0.14,0.15-0.23,0.22c-0.55,0.51-1.77,1.28-2.6,2.16c-0.51,0.54-0.86,1.12-0.83,1.7 c0.01,0.16,0.01,0.32,0.09,0.48c1.15,2.53,5.47-0.05,7.46-1.35l0.57,0.07c0.96,1.52,2.89,4.78,4.77,9.36 c0.91,2.2,1.81,4.71,2.58,7.46c-4.3,2.08-9.93,0.23-14.53,0.09c-16.95-0.53-6.71,21.27-11.72,29.98 c-2.38,4.12-6.26,5.15-10.53,2.84c-2.05-1.11-3.04-4.49-3.33-6.56c-0.72-5.09,0.79-11.6-2.11-16.2 c-3.92-6.25-14.07,0.37-19.53,0.16c-4.45-0.17-8.04-2.95-9.58-7.11c-0.18-0.49-0.38-0.94-0.59-1.35 c-3.79-7.05-12.79-1.94-17.81-7.42c-0.54-0.6-0.96-1.28-1.28-2.01C19.89,52.62,19.94,52.45,20,52.31z" style="fill:#FCC21B;"/> xmlns="http://www.w3.org/2000/svg"
<path d="M45.95,35.24c0.12,0.04,0.24,0.07,0.35,0.11c2.1,0.76,4.35,1.4,6.66,1.91 c3.27,0.72,6.7,1.14,10.12,1.27c0.21,0.01,0.4,0.02,0.62,0.03c0.21,0,0.41,0.02,0.61,0.02c0.1,0,0.21,0.01,0.32,0.01 c3.94,0.05,7.81-0.34,11.38-1.21c0.26-0.06,0.55-0.1,0.8-0.17c1.73-0.46,3.54-1.03,5.21-1.81c2.52-1.18,4.73-2.87,5.9-5.53 c0.24-0.51,0.4-1.01,0.53-1.5c2.27-8.12-7.96-12-15.93-13.51c-2.07-0.39-3.99-0.63-5.5-0.74c-4.68-0.34-9.93,0.16-14.51,1.04 c-5.2,1-10.87,3.54-13.08,8.72c-0.93,2.2-0.84,4.17-0.1,5.86C40.44,32.26,43.03,34.15,45.95,35.24z M51.15,30.23 c-0.76-0.26-1.67-0.66-2.52-1.19c0.03-0.41,0.25-0.79,0.6-1.14c1.12-1.11,3.52-1.9,4.8-2.24c4.87-1.3,10.06-1.66,15.13-1.05 c2.22,0.27,4.47,0.52,6.62,1.11c1.21,0.33,2.95,0.91,3.91,1.82c0.45,0.43,0.74,0.92,0.69,1.5c-0.02,0.17-0.04,0.34-0.06,0.52 c-2.88,2.04-8.65,2.35-11.63,2.67C62.85,32.87,56.7,32.1,51.15,30.23z" style="fill:#855C52;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
<path d="M78.65,91.19c-3.81,0.73-5.41-3.34-4.76-6.46c0.2-0.92,0.81-1.52,1.69-0.88 c1.02,0.74,1.39,1.93,2.2,2.84c0.71,0.79,3.31,1.82,2.66,3.21C80.1,90.62,79.41,91.05,78.65,91.19z" style="fill:#FFFFFF;"/> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
<path d="M31.34,31.67c-1.1-0.81-1.95-1.99-2.11-3.16c-0.26-1.91,0.55-3.72,1.7-5.21 c0.97-1.28,1.89-2.4,3.35-3.1c0.64-0.3,1.25-0.56,1.95-0.22c0.83,0.41-0.33,2.15-0.62,2.6c-1.33,2.11-2.12,3.95-1.47,6.47 c0.18,0.71,0.98,2.22,0.59,2.94C34.05,33.23,32.15,32.25,31.34,31.67z" style="fill:#FFFFFF;"/> width="128"
<path d="M26.9,102.12c0.39,0.21,5.08,1.01,4.83-0.39c-0.14-0.79-1.2-1.24-1.83-1.66 c-0.48-0.31-5.8-3.93-3.74-5.17c0.46-0.28,3.84-0.65,3.94-1.59c0.14-1.36-4.42-3.01-5.4-5.38c-0.59-1.4,0.62-1.69,1.36-1.83 c2.02-0.4,4.31-0.83,4.37-1.69c0.09-1.34-2.18-1.95-4.5-3.35c-0.91-0.55-4.3-3.41-1.52-3.96c1.15-0.23,5.17-1.04,5.38-2.24 c0.17-1.03-3.9-2.76-5.2-4.25c-0.46-0.54-1.36-1.87-0.51-2.43c1.11-0.72,4.33-0.35,6.6-0.75c0.6-0.11,2.91-0.75,0.86-2.01 c-1.98-1.22-6-2.88-7.29-3.51c-0.26-0.13-0.51-0.29-0.8-0.37c-0.66-0.18-1.1,0.15-1.32,0.72c-2.03,5.21-5.85,22.55,2.32,37.37 C25.05,100.69,25.85,101.56,26.9,102.12z" style="fill:#B89278;"/> height="128"
</g> style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg20"
sodipodi:docname="emoji_u1f36f.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<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" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs24" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview22"
showgrid="false"
inkscape:zoom="1"
inkscape:cx="167.82236"
inkscape:cy="11.46698"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg20" />
<path
style="fill:#7e4011;fill-opacity:1;stroke:#424242;stroke-opacity:0.94117647;stroke-width:1.7;stroke-miterlimit:4;stroke-dasharray:none"
d="M 16.09375 50.435547 C 10.13331 50.343199 9.3427726 73.669325 9.3105469 77.339844 C 9.3105469 81.019844 9.6391406 84.879141 10.369141 88.869141 C 11.739141 96.189141 14.380469 102.31961 17.980469 107.34961 C 23.370469 114.88961 30.810625 119.86969 38.890625 122.92969 C 46.980625 125.98969 55.720234 127.16992 63.990234 127.16992 C 75.030234 127.16992 86.909922 125.08094 96.919922 119.21094 C 101.91992 116.28094 106.41977 112.37961 110.00977 107.34961 C 113.59977 102.31961 116.24938 96.189141 117.60938 88.869141 C 118.35938 84.889141 118.67969 81.029844 118.67969 77.339844 C 118.5629 75.242976 118.64251 73.058055 118.39062 71.066406 C 118.13877 69.074757 117.95184 67.217659 117.57227 65.332031 C 117.1927 63.446403 116.68936 61.110836 116.18945 59.332031 L 110.83008 60.339844 C 110.82374 60.342909 110.81689 60.344608 110.81055 60.347656 L 19.820312 52.759766 C 19.820312 52.759766 19.767822 52.91494 19.759766 52.9375 C 18.362883 51.22831 17.144884 50.451833 16.09375 50.435547 z "
id="path845" />
<path
inkscape:connector-curvature="0"
id="path12"
style="fill:#ffffff"
d="m 78.65,91.19 c -3.81,0.73 -5.41,-3.34 -4.76,-6.46 0.2,-0.92 0.81,-1.52 1.69,-0.88 1.02,0.74 1.39,1.93 2.2,2.84 0.71,0.79 3.31,1.82 2.66,3.21 -0.34,0.72 -1.03,1.15 -1.79,1.29 z" />
<path
inkscape:connector-curvature="0"
id="path16"
style="fill:#b89278"
d="m 26.9,102.12 c 0.39,0.21 5.08,1.01 4.83,-0.39 -0.14,-0.79 -1.2,-1.24 -1.83,-1.66 -0.48,-0.31 -5.8,-3.93 -3.74,-5.17 0.46,-0.28 3.84,-0.65 3.94,-1.59 0.14,-1.36 -4.42,-3.01 -5.4,-5.38 -0.59,-1.4 0.62,-1.69 1.36,-1.83 2.02,-0.4 4.31,-0.83 4.37,-1.69 0.09,-1.34 -2.18,-1.95 -4.5,-3.35 -0.91,-0.55 -4.3,-3.41 -1.52,-3.96 1.15,-0.23 5.17,-1.04 5.38,-2.24 0.17,-1.03 -3.9,-2.76 -5.2,-4.25 -0.46,-0.54 -1.36,-1.87 -0.51,-2.43 1.11,-0.72 4.33,-0.35 6.6,-0.75 0.6,-0.11 2.91,-0.75 0.86,-2.01 -1.98,-1.22 -6,-2.88 -7.29,-3.51 -0.26,-0.13 -0.51,-0.29 -0.8,-0.37 -0.66,-0.18 -1.1,0.15 -1.32,0.72 -2.03,5.21 -5.85,22.55 2.32,37.37 0.6,1.06 1.4,1.93 2.45,2.49 z" />
<path
style="fill:#ffc507;fill-opacity:1;stroke:#424242;stroke-opacity:1;stroke-linejoin:round;stroke-linecap:round;stroke-width:1.7;stroke-miterlimit:4;stroke-dasharray:none"
d="m 63.550781,0.83984375 c -16.01,-0.17 -35.740703,6.13976605 -44.220703,21.00976525 -3.02,5.29 -2.309766,11.580938 -0.0098,16.710938 0.25,0.55 0.600469,1.039531 0.980469,1.519531 -0.9,1.38 -3.090781,4.89961 -5.300781,10.09961 -0.09477,0.223241 -0.188539,0.473822 -0.283203,0.703124 1.426959,-0.972627 3.22397,-0.413126 5.488281,2.607422 0.0012,0.0016 0.0027,0.0023 0.0039,0.0039 0.255508,0.450624 0.53874,0.884407 0.890625,1.27539 5.02,5.48 14.020547,0.369922 17.810547,7.419922 0.21,0.41 0.409844,0.859609 0.589844,1.349609 1.54,4.16 5.130078,6.941329 9.580078,7.111329 5.46,0.21 15.609297,-6.410157 19.529297,-0.160157 2.9,4.6 1.391328,11.109219 2.111328,16.199219 0.29,2.07 1.280078,5.450547 3.330078,6.560547 4.27,2.31 8.149297,1.280156 10.529297,-2.839844 5.01,-8.71 -5.229297,-30.510469 11.720703,-29.980468 4.599999,0.139999 10.229299,1.990156 14.529299,-0.08984 l 5.3457,-1.00586 c -0.35621,-1.287884 -0.72914,-2.540964 -1.125,-3.724609 -0.65,-1.96 -1.36078,-3.779688 -2.05078,-5.429687 -2.28,-5.390001 -4.54039,-8.960469 -5.40039,-10.230469 0.47,-0.42 0.91008,-0.858594 1.33008,-1.308594 1.15,-1.25 2.15109,-2.65125 2.87109,-4.28125 2.78,-6.24 0.33969,-14.719141 -4.57031,-19.369141 C 95.700468,4.1302348 79.310781,0.99984375 63.550781,0.83984375 Z"
id="path2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccccccccc" />
<path
inkscape:connector-curvature="0"
id="path10"
style="fill:#855c52;opacity:0.608"
d="m 45.95,35.24 c 0.12,0.04 0.24,0.07 0.35,0.11 2.1,0.76 4.35,1.4 6.66,1.91 3.27,0.72 6.7,1.14 10.12,1.27 0.21,0.01 0.4,0.02 0.62,0.03 0.21,0 0.41,0.02 0.61,0.02 0.1,0 0.21,0.01 0.32,0.01 3.94,0.05 7.81,-0.34 11.38,-1.21 0.26,-0.06 0.55,-0.1 0.8,-0.17 1.73,-0.46 3.54,-1.03 5.21,-1.81 2.52,-1.18 4.73,-2.87 5.9,-5.53 0.24,-0.51 0.4,-1.01 0.53,-1.5 2.27,-8.12 -7.96,-12 -15.93,-13.51 -2.07,-0.39 -3.99,-0.63 -5.5,-0.74 -4.68,-0.34 -9.93,0.16 -14.51,1.04 -5.2,1 -10.87,3.54 -13.08,8.72 -0.93,2.2 -0.84,4.17 -0.1,5.86 1.11,2.52 3.7,4.41 6.62,5.5 z m 5.2,-5.01 c -0.76,-0.26 -1.67,-0.66 -2.52,-1.19 0.03,-0.41 0.25,-0.79 0.6,-1.14 1.12,-1.11 3.52,-1.9 4.8,-2.24 4.87,-1.3 10.06,-1.66 15.13,-1.05 2.22,0.27 4.47,0.52 6.62,1.11 1.21,0.33 2.95,0.91 3.91,1.82 0.45,0.43 0.74,0.92 0.69,1.5 -0.02,0.17 -0.04,0.34 -0.06,0.52 -2.88,2.04 -8.65,2.35 -11.63,2.67 -5.84,0.64 -11.99,-0.13 -17.54,-2 z" />
<path
inkscape:connector-curvature="0"
id="path14"
style="fill:#ffffff"
d="m 31.34,31.67 c -1.1,-0.81 -1.95,-1.99 -2.11,-3.16 -0.26,-1.91 0.55,-3.72 1.7,-5.21 0.97,-1.28 1.89,-2.4 3.35,-3.1 0.64,-0.3 1.25,-0.56 1.95,-0.22 0.83,0.41 -0.33,2.15 -0.62,2.6 -1.33,2.11 -2.12,3.95 -1.47,6.47 0.18,0.71 0.98,2.22 0.59,2.94 -0.68,1.24 -2.58,0.26 -3.39,-0.32 z" />
<path
style="fill:none;stroke:#424242;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.300747,40.080078 c 0,0 2.168003,4.388672 11.605503,6.482422"
id="path853"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#424242;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 107.59957,39.949216 c 0,0 -8.09957,6.800784 -15.84957,7.300784"
id="path855"
inkscape:connector-curvature="0" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -1,42 +1,183 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g id="Layer_2"> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<g> xmlns:cc="http://creativecommons.org/ns#"
<path d="M40.5,32.5l-5.17,0.25l1.04,76.16c0,12.78,18.54,17.66,35.94,17.66V32.5H40.5z" style="fill:#E0E0E0;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M104.12,32.5l5.17,0.25l-1.04,76.16c0,12.78-18.54,17.66-35.94,17.66V32.5H104.12z" style="fill:#E0E0E0;"/> xmlns:svg="http://www.w3.org/2000/svg"
</g> xmlns="http://www.w3.org/2000/svg"
<path d="M72.31,23.86c-9.24,0-17.89,1.06-24.35,2.98c-5.55,1.65-8.86,3.81-8.86,5.78 c0,1.97,3.31,4.13,8.86,5.78c6.46,1.92,15.11,2.98,24.35,2.98s17.89-1.06,24.35-2.98c5.55-1.65,8.86-3.81,8.86-5.78 c0-1.97-3.31-4.13-8.86-5.78C90.2,24.92,81.55,23.86,72.31,23.86z" style="fill:#FAFAFA;"/> xmlns:xlink="http://www.w3.org/1999/xlink"
<path d="M42.73,61.64l0.35,42.37c0.28,2.38,2.23,4.67,4.89,5.89c4.76,2.19,14.08,4.34,24.4,4.34 c9.85,0,18.23-1.96,23.1-4.02c3.08-1.3,5.57-3.92,5.94-6.18l0.47-42.4" style="fill:#FACC30;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
<ellipse cx="72.31" cy="61.64" rx="29.58" ry="7.3" style="fill:#E4A324;"/> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
<path d="M72.31,43.22c-21.09,0-36.99-4.55-36.99-10.59c0-6.04,15.9-10.59,36.99-10.59 c21.09,0,36.99,4.55,36.99,10.59C109.29,38.66,93.39,43.22,72.31,43.22z M72.31,23.86c-9.24,0-17.89,1.06-24.35,2.98 c-5.55,1.65-8.86,3.81-8.86,5.78c0,1.97,3.31,4.13,8.86,5.78c6.46,1.92,15.11,2.98,24.35,2.98s17.89-1.06,24.35-2.98 c5.55-1.65,8.86-3.81,8.86-5.78c0-1.97-3.31-4.13-8.86-5.78C90.2,24.92,81.55,23.86,72.31,23.86z" style="fill:#CECFD0;"/> width="128"
<g> height="128"
<circle cx="85.78" cy="106.82" r="1.41" style="fill:#E4A324;"/> style="enable-background:new 0 0 128 128;"
<circle cx="88.91" cy="102.94" r="0.97" style="fill:#E4A324;"/> version="1.1"
<circle cx="82.65" cy="101.13" r="1.71" style="fill:#E4A324;"/> id="svg65"
<circle cx="88.6" cy="99.36" r="1.76" style="fill:#E4A324;"/> sodipodi:docname="emoji_u1f37a.svg"
<circle cx="82.95" cy="91.83" r="1.41" style="fill:#E4A324;"/> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<circle cx="86.68" cy="92.51" r="1.26" style="fill:#E4A324;"/> <metadata
<circle cx="92.01" cy="84.42" r="1.26" style="fill:#E4A324;"/> id="metadata71">
<circle cx="79.95" cy="76.94" r="1.59" style="fill:#E4A324;"/> <rdf:RDF>
<circle cx="87.94" cy="88.47" r="1.94" style="fill:#E4A324;"/> <cc:Work
<circle cx="82.85" cy="82.5" r="1.91" style="fill:#E4A324;"/> rdf:about="">
<circle cx="89.35" cy="80.18" r="1.41" style="fill:#E4A324;"/> <dc:format>image/svg+xml</dc:format>
</g> <dc:type
<path d="M41.46,41.71l-6.16-4.46c0,0-2.5,2.88-11.14,4.38c-7.4,1.28-15.36,5.5-14.6,30.08 c0.66,21.44,3.55,26.32,15.97,29.25c10.82,2.56,10.8,5.55,10.8,5.55l5.42-3.82V76.17L41.46,41.71z M27.99,90.04 c-6.94,0-6.94-7.87-6.94-17.58c0-9.71,0-17.58,6.94-17.58c6.94,0,6.94,7.87,6.94,17.58C34.93,82.17,34.5,90.04,27.99,90.04z" style="fill:#E0E0E0;"/> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<path d="M101.01,112.5c-0.59,1.71-2.67,4.9-8.57,7.19c-3.63,1.41-8.97,2.66-13.37,2.22 c-0.94-0.09-0.65-1.01-0.01-1.13c3.67-0.65,7.23-1.64,11.46-3.34c5.5-2.22,9.18-5.17,9.7-5.53 C101.1,111.29,101.11,112.21,101.01,112.5z" style="fill:#FFFFFF;"/> </cc:Work>
<path d="M56.17,50.9c-1.55-1.18-2.75-2.22-4.89-3.23c-1.02-0.48-2.63-0.56-4.08-0.51l0.22,27.68 c0.03,0.29,0.29,1.06,1.29,1.48c0.83,0.35,5.58,1.52,9.17,2.14c0.94,0.11,1.51-0.33,1.53-0.8l0,0l0.11-25.09 C58.23,52.11,56.94,51.48,56.17,50.9z" style="fill:#FFFFFF;"/> </rdf:RDF>
<path d="M24.51,45.13c-3.08,0.52-5.12,1.69-7.16,4.06c-1.39,1.62-3.26,5.17-3.12,8.43 c0.01,0.25,0.14,1.62,0.71,1.56c0.88-0.09,1.12-1.17,1.2-1.63c0.25-1.51,1.92-5.4,3.03-6.67c2.13-2.44,4.97-3.03,6.13-3.43 c0.68-0.24,2.45-1.1,2.32-1.72C27.39,44.72,25.15,45.02,24.51,45.13z" style="fill:#FFFFFF;"/> </metadata>
<g> <defs
<defs> id="defs69">
<path id="SVGID_1_" d="M47.23,5.95c-1.1,0.82-2.12,1.78-3.44,2.18c-2.21,0.67-4.57-0.24-6.87,0.68 c-6.5,2.6-9.56,7.97-7.13,14.48c0.81,2.18-0.04,3.22-0.61,5.37c-1.56,5.9,2.56,13.33,9.06,14.04c3.89,0.42,7.64-1.41,11.44-1.01 c3.2,0.34,4.85,3.31,7.68,4.42c2.67,1.04,5.67,1.31,8.52,1.23c3.83-0.12,8.84-3.09,12.34-0.34c5.42,4.26,1.89,13.04,8.38,16.9 c2.66,1.58,6.27,1.2,8.79-0.39c4.84-3.05,3.67-9.36,5.08-14.05c0.36-1.25,0.87-2.39,1.98-3.16c1.11-0.77,2.34-0.56,3.56-1.03 c1.64-0.64,3.19-1.52,4.44-2.77c1.46-1.47,0.4-4.2,2.84-4.68c0.75-0.15,1.73-0.57,2.31-1.01c3.15-2.38,3.84-7.17,1.57-10.38 c-0.84-1.18-1.48-1.51-1.66-2.97c-0.17-1.32,0.13-2.47-0.38-3.82c-1.23-3.33-4.27-5.43-7.66-6.34c-0.63-0.17-1.3-0.31-1.95-0.43 c-1.09-0.2-2-0.24-2.83-1.04c-0.43-0.41-0.76-1.01-1.07-1.51c-0.86-1.37-2.01-2.45-3.28-3.43c-3.77-2.91-8.79-3.58-13.45-2.94 c-1.27,0.17-2.38,0.6-3.58,1.04c-3.01,1.09-4.18-0.89-6.59-2.16c-3-1.58-6.59-1.62-9.88-1.14c-1.93,0.28-3.36,1.42-5.09,2.15 c-2.01,0.85-3.14,0.23-5.15,0.09c-1.79-0.12-3.7,0.33-5.38,0.9C48.49,5.07,47.84,5.49,47.23,5.95z"/> <defs
</defs> id="defs49">
<use style="overflow:visible;fill:#E9E2CF;" xlink:href="#SVGID_1_"/> <path
<clipPath id="SVGID_2_"> inkscape:connector-curvature="0"
<use style="overflow:visible;" xlink:href="#SVGID_1_"/> d="m 47.23,5.95 c -1.1,0.82 -2.12,1.78 -3.44,2.18 -2.21,0.67 -4.57,-0.24 -6.87,0.68 -6.5,2.6 -9.56,7.97 -7.13,14.48 0.81,2.18 -0.04,3.22 -0.61,5.37 -1.56,5.9 2.56,13.33 9.06,14.04 3.89,0.42 7.64,-1.41 11.44,-1.01 3.2,0.34 4.85,3.31 7.68,4.42 2.67,1.04 5.67,1.31 8.52,1.23 3.83,-0.12 8.84,-3.09 12.34,-0.34 5.42,4.26 1.89,13.04 8.38,16.9 2.66,1.58 6.27,1.2 8.79,-0.39 4.84,-3.05 3.67,-9.36 5.08,-14.05 0.36,-1.25 0.87,-2.39 1.98,-3.16 1.11,-0.77 2.34,-0.56 3.56,-1.03 1.64,-0.64 3.19,-1.52 4.44,-2.77 1.46,-1.47 0.4,-4.2 2.84,-4.68 0.75,-0.15 1.73,-0.57 2.31,-1.01 3.15,-2.38 3.84,-7.17 1.57,-10.38 -0.84,-1.18 -1.48,-1.51 -1.66,-2.97 -0.17,-1.32 0.13,-2.47 -0.38,-3.82 -1.23,-3.33 -4.27,-5.43 -7.66,-6.34 -0.63,-0.17 -1.3,-0.31 -1.95,-0.43 -1.09,-0.2 -2,-0.24 -2.83,-1.04 -0.43,-0.41 -0.76,-1.01 -1.07,-1.51 C 100.76,8.95 99.61,7.87 98.34,6.89 94.57,3.98 89.55,3.31 84.89,3.95 83.62,4.12 82.51,4.55 81.31,4.99 78.3,6.08 77.13,4.1 74.72,2.83 71.72,1.25 68.13,1.21 64.84,1.69 62.91,1.97 61.48,3.11 59.75,3.84 57.74,4.69 56.61,4.07 54.6,3.93 52.81,3.81 50.9,4.26 49.22,4.83 48.49,5.07 47.84,5.49 47.23,5.95 Z"
</clipPath> id="SVGID_1_" />
<path d="M117,20.19c-0.64,2.83-2.84,5.26-5.6,6.16 c-2.76,0.9-5.97,0.26-8.16-1.65c-0.98,1.34-3.64,0.04-4.41,0.56c-0.77,0.53-2.3,5.48-5.1,5.72c-1.7,2.05-4.55,3.08-7.17,2.59 s-4.57-5.24-5.74-5.02s-1.83,1.92-3.12,2.01c-0.64,0.05-1.31-0.06-1.91,0.17c-1.23,0.47-1.6,2.08-2.68,2.84 c-1.03,0.73-2.45,0.52-3.65,0.93c-0.77,0.26-1.43,0.77-2.12,1.19c-2.75,1.69-6.27,2.08-9.32,1.05c-3.06-1.04-5.61-3.48-6.77-6.5 c-1.78,2.03-6.38,3.51-7.79,3.1s-2.78,2.43-4.64,2.8c-1.98,0.39-4.01,0.79-6,0.44c-1.99-0.35-3.95-1.61-4.52-3.54 c-0.76,2.6-1.95,5.08-3.49,7.31c7.12,3.3,14.24,6.6,21.36,9.9c0.97,0.45,1.97,0.92,2.72,1.67c1.76,1.76,1.87,4.67,3.58,6.47 c1.82,1.92,4.8,1.99,7.44,1.93c2.54-0.06,5.07-0.12,7.61-0.18c1.18-0.03,2.42-0.04,3.47,0.49c2.91,1.49,2.61,5.98,5.03,8.18 c1.86,1.68,4.69,1.5,7.17,1.21c7-0.82,14-1.71,20.98-2.66c0.65-0.09,1.32-0.18,1.9-0.49c0.8-0.43,1.33-1.2,1.86-1.94 c4.18-5.93,9.23-11.24,14.94-15.72c1.45-1.13,2.98-2.26,3.87-3.87c0.8-1.44,1-3.13,1.18-4.77c0.2-1.75,0.4-3.51,0.6-5.26 c0.08-0.73,0.16-1.49-0.04-2.2c-0.29-0.98-1.09-1.72-1.82-2.44c-1.87-1.87-3.45-4.04-4.67-6.39c-0.58-1.12-1.09-2.31-1.97-3.22 c-0.88-0.91-2.24-1.48-3.42-1.04" style="clip-path:url(#SVGID_2_);fill:#E2D2BA;"/> </defs>
</g> <clipPath
<path d="M84.57,45.29c2.01,1.76,2.31,4.81,2.47,7.51c0.17,2.81,1.03,7.92,2.93,7.6 c1.29-0.41,1.55-2.1,1.57-3.45c0.05-3.34,0.08-6.81-1.31-9.85c-0.61-1.33-1.53-2.59-2.85-3.21 C86.18,43.33,82.94,43.19,84.57,45.29" style="fill:#F6EEDA;"/> id="SVGID_2_">
</g> <use
height="100%"
width="100%"
y="0"
x="0"
id="use53"
xlink:href="#SVGID_1_"
style="overflow:visible" />
</clipPath>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview67"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="81.827723"
inkscape:cy="73.28097"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg65" />
<path
inkscape:connector-curvature="0"
style="fill:#e0e0e0;fill-opacity:0.76954735"
d="m 40.5,32.5 -5.169922,0.25 0.0625,4.566406 -0.0918,-0.06641 c 0,0 -2.500625,2.880859 -11.140625,4.380859 -7.4,1.28 -15.3596091,5.500079 -14.5996091,30.080079 0.6600001,21.439999 3.5487501,26.32 15.9687501,29.250006 10.82,2.56 10.800781,5.54883 10.800781,5.54883 l 0.0059,-0.004 0.0332,2.4043 c 0,12.78 18.541406,17.66015 35.941406,17.66015 17.4,0 35.939449,-4.88015 35.939449,-17.66015 L 109.28906,32.75 104.11914,32.5 H 72.310547 Z M 27.990234,54.880859 c 6.94,0 6.939454,7.870079 6.939454,17.580079 0,9.71 -0.429454,17.578125 -6.939454,17.578124 -6.94,0 -6.939453,-7.868124 -6.939453,-17.578124 0,-9.710001 -5.47e-4,-17.580079 6.939453,-17.580079 z"
id="path4" />
<path
inkscape:connector-curvature="0"
style="fill:#ffc818;fill-opacity:0.83333333"
d="M 71.351562,26.248047 A 29.58,7.3000002 0 0 0 41.771484,33.546875 29.58,7.3000002 0 0 0 42.736328,35.375 l 0.142578,26.265625 h -0.148437 l 0.349609,42.369145 c 0.28,2.38 2.230625,4.67062 4.890625,5.89062 4.401417,2.02502 12.715038,3.9928 22.099609,4.28125 0.760585,0.0353 1.525499,0.0586 2.298829,0.0586 0.716983,0 1.424365,-0.0203 2.125,-0.0508 8.917447,-0.25718 16.463797,-2.05986 20.976562,-3.96875 3.08,-1.3 5.569457,-3.92164 5.939457,-6.18164 l 0.4707,-42.398435 h -0.19922 l 0.19922,-27.230469 h -1.17969 a 29.58,7.3000002 0 0 0 0.23047,-0.863281 29.58,7.3000002 0 0 0 -29.580078,-7.298828 z"
id="ellipse960" />
<circle
id="circle16"
style="fill:#e4a324"
r="1.41"
cy="106.82"
cx="85.779999" />
<circle
id="circle18"
style="fill:#e4a324"
r="0.97000003"
cy="102.94"
cx="88.910004" />
<circle
id="circle20"
style="fill:#e4a324"
r="1.71"
cy="101.13"
cx="82.650002" />
<circle
id="circle22"
style="fill:#e4a324"
r="1.76"
cy="99.360001"
cx="88.599998" />
<circle
id="circle24"
style="fill:#e4a324"
r="1.41"
cy="91.830002"
cx="82.949997" />
<circle
id="circle26"
style="fill:#e4a324"
r="1.26"
cy="92.510002"
cx="86.68" />
<circle
id="circle28"
style="fill:#e4a324"
r="1.26"
cy="84.419998"
cx="92.010002" />
<circle
id="circle30"
style="fill:#e4a324"
r="1.59"
cy="76.940002"
cx="79.949997" />
<circle
id="circle32"
style="fill:#e4a324"
r="1.9400001"
cy="88.470001"
cx="87.940002" />
<circle
id="circle34"
style="fill:#e4a324"
r="1.91"
cy="82.5"
cx="82.849998" />
<circle
id="circle36"
style="fill:#e4a324"
r="1.41"
cy="80.18"
cx="89.349998" />
<path
d="m 101.01,112.5 c -0.59,1.71 -2.67,4.9 -8.57,7.19 -3.63,1.41 -8.97,2.66 -13.37,2.22 -0.94,-0.09 -0.65,-1.01 -0.01,-1.13 3.67,-0.65 7.23,-1.64 11.46,-3.34 5.5,-2.22 9.18,-5.17 9.7,-5.53 0.88,-0.62 0.89,0.3 0.79,0.59 z"
style="fill:#ffffff"
id="path42"
inkscape:connector-curvature="0" />
<path
d="M 56.17,50.9 C 54.62,49.72 53.42,48.68 51.28,47.67 50.26,47.19 48.65,47.11 47.2,47.16 l 0.22,27.68 c 0.03,0.29 0.29,1.06 1.29,1.48 0.83,0.35 5.58,1.52 9.17,2.14 0.94,0.11 1.51,-0.33 1.53,-0.8 v 0 L 59.52,52.57 C 58.23,52.11 56.94,51.48 56.17,50.9 Z"
style="fill:#ffffff"
id="path44"
inkscape:connector-curvature="0" />
<path
d="m 24.51,45.13 c -3.08,0.52 -5.12,1.69 -7.16,4.06 -1.39,1.62 -3.26,5.17 -3.12,8.43 0.01,0.25 0.14,1.62 0.71,1.56 0.88,-0.09 1.12,-1.17 1.2,-1.63 0.25,-1.51 1.92,-5.4 3.03,-6.67 2.13,-2.44 4.97,-3.03 6.13,-3.43 0.68,-0.24 2.45,-1.1 2.32,-1.72 -0.23,-1.01 -2.47,-0.71 -3.11,-0.6 z"
style="fill:#ffffff"
id="path46"
inkscape:connector-curvature="0" />
<g
id="g1216">
<use
style="overflow:visible;fill:#f7f5ee;fill-opacity:1"
xlink:href="#SVGID_1_"
id="use51"
x="0"
y="0"
width="100%"
height="100%" />
<path
d="m 117,20.19 c -0.64,2.83 -2.84,5.26 -5.6,6.16 -2.76,0.9 -5.97,0.26 -8.16,-1.65 -0.98,1.34 -3.64,0.04 -4.41,0.56 -0.77,0.53 -2.3,5.48 -5.1,5.72 -1.7,2.05 -4.55,3.08 -7.17,2.59 -2.62,-0.49 -4.57,-5.24 -5.74,-5.02 -1.17,0.22 -1.83,1.92 -3.12,2.01 -0.64,0.05 -1.31,-0.06 -1.91,0.17 -1.23,0.47 -1.6,2.08 -2.68,2.84 -1.03,0.73 -2.45,0.52 -3.65,0.93 -0.77,0.26 -1.43,0.77 -2.12,1.19 -2.75,1.69 -6.27,2.08 -9.32,1.05 -3.06,-1.04 -5.61,-3.48 -6.77,-6.5 -1.78,2.03 -6.38,3.51 -7.79,3.1 -1.41,-0.41 -2.78,2.43 -4.64,2.8 -1.98,0.39 -4.01,0.79 -6,0.44 -1.99,-0.35 -3.95,-1.61 -4.52,-3.54 -0.76,2.6 -1.95,5.08 -3.49,7.31 7.12,3.3 14.24,6.6 21.36,9.9 0.97,0.45 1.97,0.92 2.72,1.67 1.76,1.76 1.87,4.67 3.58,6.47 1.82,1.92 4.8,1.99 7.44,1.93 2.54,-0.06 5.07,-0.12 7.61,-0.18 1.18,-0.03 2.42,-0.04 3.47,0.49 2.91,1.49 2.61,5.98 5.03,8.18 1.86,1.68 4.69,1.5 7.17,1.21 7,-0.82 14,-1.71 20.98,-2.66 0.65,-0.09 1.32,-0.18 1.9,-0.49 0.8,-0.43 1.33,-1.2 1.86,-1.94 4.18,-5.93 9.23,-11.24 14.94,-15.72 1.45,-1.13 2.98,-2.26 3.87,-3.87 0.8,-1.44 1,-3.13 1.18,-4.77 0.2,-1.75 0.4,-3.51 0.6,-5.26 0.08,-0.73 0.16,-1.49 -0.04,-2.2 -0.29,-0.98 -1.09,-1.72 -1.82,-2.44 -1.87,-1.87 -3.45,-4.04 -4.67,-6.39 -0.58,-1.12 -1.09,-2.31 -1.97,-3.22 -0.88,-0.91 -2.24,-1.48 -3.42,-1.04"
style="fill:#efe6d9;fill-opacity:1"
clip-path="url(#SVGID_2_)"
id="path56"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path60"
style="fill:#fbf7ee;fill-opacity:1"
d="m 84.57,45.29 c 2.01,1.76 2.31,4.81 2.47,7.51 0.17,2.81 1.03,7.92 2.93,7.6 1.29,-0.41 1.55,-2.1 1.57,-3.45 0.05,-3.34 0.08,-6.81 -1.31,-9.85 -0.61,-1.33 -1.53,-2.59 -2.85,-3.21 -1.2,-0.56 -4.44,-0.7 -2.81,1.4" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -1,82 +1,388 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g id="图层_1"> <svg
<path d="M76,7.95L71.51,19.3c-0.37,0.93-1.74,0.77-1.87-0.23L68.02,6.97c-0.08-0.63,0.45-1.18,1.08-1.1 l6.11,0.75C75.84,6.7,76.23,7.36,76,7.95z" style="fill:#FF6F00;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M87.92,19.98l-11.59,3.81c-0.95,0.31-1.7-0.85-1.02-1.59l8.26-8.98c0.43-0.47,1.19-0.41,1.54,0.13 l3.33,5.17C88.78,19.06,88.53,19.78,87.92,19.98z" style="fill:#FF6F00;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M59.92,9.68l5.52,10.88c0.45,0.9-0.58,1.81-1.41,1.25l-10.13-6.8c-0.53-0.36-0.58-1.12-0.1-1.54 l4.61-4.08C58.88,8.96,59.63,9.11,59.92,9.68z" style="fill:#FF6F00;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<g> xmlns:svg="http://www.w3.org/2000/svg"
<g> xmlns="http://www.w3.org/2000/svg"
<path d="M24.04,39.29l-3.25-0.17l-4.14,47.74c-0.8,8,10.5,12.22,21.39,13.32l5.92-58.89L24.04,39.29z" style="fill:#E0E0E0;"/> xmlns:xlink="http://www.w3.org/1999/xlink"
<path d="M63.86,43.3l3.22,0.48l-5.44,47.61c-0.8,8-12.72,9.89-23.61,8.8l5.92-58.89L63.86,43.3z" style="fill:#E0E0E0;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
</g> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
<path d="M44.5,35.89c-5.79-0.58-11.27-0.46-15.43,0.33c-3.58,0.68-5.78,1.83-5.91,3.06 c-0.12,1.23,1.81,2.79,5.18,4.18c3.92,1.61,9.27,2.82,15.06,3.4s11.27,0.46,15.43-0.33c3.58-0.68,5.78-1.83,5.91-3.06 c0.12-1.23-1.81-2.79-5.18-4.18C55.63,37.68,50.28,36.47,44.5,35.89z" style="fill:#FAFAFA;"/> width="128"
<path d="M23.6,57.68l-2.45,26.54c0.03,1.51,1.1,3.06,2.69,4c2.84,1.67,8.54,3.6,15,4.25 c6.17,0.62,11.54-0.08,14.71-1.06c2.01-0.62,3.73-2.1,4.11-3.49l2.96-26.51" style="fill:#FBCC2F;"/> height="128"
<ellipse cx="42.12" cy="59.54" rx="4.59" ry="18.61" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -21.3366 95.4932)"/> style="enable-background:new 0 0 128 128;"
<path d="M43.28,48.01c-13.2-1.33-22.87-5.18-22.49-8.96c0.38-3.78,10.62-5.63,23.82-4.3 c13.2,1.33,22.87,5.18,22.49,8.96C66.72,47.48,56.48,49.33,43.28,48.01z M44.5,35.89c-5.79-0.58-11.27-0.46-15.43,0.33 c-3.58,0.68-5.78,1.83-5.91,3.06c-0.12,1.23,1.81,2.79,5.18,4.18c3.92,1.61,9.27,2.82,15.06,3.4s11.27,0.46,15.43-0.33 c3.58-0.68,5.78-1.83,5.91-3.06c0.12-1.23-1.81-2.79-5.18-4.18C55.63,37.68,50.28,36.47,44.5,35.89z" style="fill:#CECFD1;"/> version="1.1"
<g> id="svg131"
<ellipse cx="47.71" cy="88.67" rx="0.89" ry="0.89" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -45.2878 127.2683)"/> sodipodi:docname="emoji_u1f37b.svg"
<ellipse cx="49.91" cy="86.44" rx="0.61" ry="0.61" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -41.0822 127.4529)"/> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<ellipse cx="46.11" cy="84.91" rx="1.08" ry="1.08" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -42.9812 122.2934)"/> <metadata
<ellipse cx="49.94" cy="84.18" rx="1.11" ry="1.11" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -38.8057 125.4501)"/> id="metadata137">
<ellipse cx="46.88" cy="79.11" rx="0.89" ry="0.89" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -36.5144 117.8428)"/> <rdf:RDF>
<ellipse cx="49.17" cy="79.76" rx="0.79" ry="0.79" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -35.1093 120.7142)"/> <cc:Work
<ellipse cx="53.02" cy="75.03" rx="0.79" ry="0.79" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -26.9396 120.2865)"/> rdf:about="">
<ellipse cx="45.94" cy="69.59" rx="1" ry="1" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -27.8991 108.3437)"/> <dc:format>image/svg+xml</dc:format>
<ellipse cx="50.21" cy="77.32" rx="1.22" ry="1.22" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -31.7393 119.5475)"/> <dc:type
<ellipse cx="47.41" cy="73.26" rx="1.2" ry="1.2" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -30.2289 113.104)"/> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<ellipse cx="51.62" cy="72.22" rx="0.89" ry="0.89" style="fill:#E5A315;" transform="matrix(0.1 -0.995 0.995 0.1 -25.3989 116.3542)"/> </cc:Work>
</g> </rdf:RDF>
<path d="M20.49,41.94c0,0-1.75,1.64-7.25,2.04C8.53,44.32,3.28,46.46,2.2,61.89 c-0.94,13.46,0.57,16.7,8.16,19.32c6.61,2.28,6.41,4.15,6.41,4.15l3.63-2.05l1.67-16.6l1.99-21.59L20.49,41.94z M18.13,63.07 c-0.56,5.59-1.28,10.09-5.36,9.68c-4.34-0.44-3.89-4.97-3.32-10.55c0.56-5.59,1.02-10.12,5.36-9.68 C19.14,52.95,18.69,57.48,18.13,63.07z" style="fill:#E0E0E0;"/> </metadata>
<path d="M56.89,93.18c-0.48,1.03-1.98,2.9-5.81,3.96c-2.36,0.65-5.78,1.1-8.51,0.55 c-0.58-0.12-0.34-0.67,0.07-0.71c2.34-0.18,4.63-0.57,7.38-1.37c3.58-1.04,6.07-2.66,6.42-2.85 C57.02,92.43,56.97,93.01,56.89,93.18z" style="fill:#FFFFFF;"/> <defs
<path d="M32.7,51.8c-0.9-0.83-1.58-1.56-2.86-2.33c-0.61-0.37-1.61-0.52-2.52-0.57l-1.6,17.34 c0,0.19,0.12,0.68,0.71,1.01c0.5,0.27,3.4,1.3,5.6,1.92c0.58,0.13,0.97-0.11,1.01-0.4l0,0l1.65-15.7 C33.9,52.69,33.14,52.21,32.7,51.8z" style="fill:#FFFFFF;"/> id="defs135">
<path d="M13.24,46.19c-1.96,0.13-3.31,0.74-4.74,2.09c-0.97,0.93-2.37,3.03-2.49,5.08 C6.01,53.52,6,54.39,6.36,54.39c0.56,0,0.78-0.66,0.85-0.95c0.25-0.93,1.54-3.26,2.31-3.99c1.48-1.39,3.3-1.59,4.05-1.76 c0.44-0.1,1.6-0.53,1.56-0.93C15.07,46.12,13.65,46.17,13.24,46.19z" style="fill:#FFFFFF;"/> <clipPath
<g> id="SVGID_2_-4">
<defs> <use
<path id="SVGID_1_" d="M29.92,23.1c-0.74,0.45-1.44,0.98-2.29,1.15c-1.43,0.28-2.85-0.44-4.35-0.01 c-4.24,1.22-6.48,4.39-5.37,8.62c0.37,1.42-0.22,2.02-0.72,3.32c-1.35,3.59,0.76,8.51,4.79,9.36c2.41,0.51,4.87-0.4,7.22,0.09 c1.98,0.42,2.83,2.38,4.53,3.25c1.61,0.82,3.47,1.18,5.25,1.3c2.4,0.17,5.73-1.38,7.75,0.56c3.13,3.01,0.36,8.28,4.18,11.11 c1.56,1.16,3.85,1.15,5.53,0.31c3.22-1.6,2.89-5.63,4.06-8.47c0.31-0.76,0.69-1.44,1.44-1.85c0.74-0.41,1.5-0.2,2.3-0.42 c1.07-0.3,2.09-0.75,2.96-1.45c1-0.83,0.52-2.61,2.07-2.75c0.48-0.05,1.12-0.25,1.51-0.48c2.12-1.29,2.86-4.25,1.63-6.4 c-0.45-0.79-0.83-1.04-0.85-1.96c-0.02-0.84,0.24-1.54,0.01-2.42c-0.56-2.16-2.33-3.67-4.4-4.45c-0.38-0.15-0.79-0.28-1.19-0.39 c-0.67-0.19-1.23-0.28-1.71-0.83c-0.25-0.28-0.42-0.68-0.57-1.01c-0.45-0.91-1.1-1.66-1.84-2.35c-2.18-2.06-5.28-2.79-8.24-2.69 c-0.8,0.03-1.53,0.23-2.31,0.43c-1.95,0.5-2.56-0.82-3.99-1.77c-1.78-1.18-4.02-1.43-6.11-1.34c-1.23,0.06-2.19,0.68-3.32,1.02 c-1.31,0.4-1.98-0.05-3.23-0.27c-1.11-0.19-2.33-0.03-3.43,0.22C30.77,22.63,30.34,22.85,29.92,23.1z"/> height="100%"
</defs> width="100%"
<use style="overflow:visible;fill:#E9E2CF;" xlink:href="#SVGID_1_"/> y="0"
<clipPath id="SVGID_2_"> x="0"
<use style="overflow:visible;" xlink:href="#SVGID_1_"/> id="use53"
</clipPath> xlink:href="#SVGID_1_"
<path d="M72.7,36.4c-0.58,1.73-2.11,3.11-3.89,3.5c-1.78,0.39-3.75-0.21-5-1.54 c-0.7,0.77-2.28-0.21-2.8,0.07c-0.52,0.28-1.78,3.28-3.55,3.26c-1.19,1.18-3.04,1.64-4.65,1.17c-1.61-0.47-2.53-3.57-3.28-3.5 c-0.75,0.07-1.27,1.08-2.08,1.06c-0.4-0.01-0.82-0.12-1.21-0.01c-0.8,0.22-1.13,1.2-1.85,1.61c-0.69,0.39-1.56,0.17-2.34,0.35 c-0.5,0.11-0.94,0.39-1.4,0.61c-1.83,0.88-4.05,0.91-5.9,0.07c-1.85-0.84-3.29-2.53-3.83-4.49c-1.24,1.16-4.22,1.79-5.07,1.45 c-0.86-0.34-1.89,1.35-3.08,1.46c-1.26,0.12-2.56,0.24-3.78-0.1s-2.37-1.25-2.61-2.5c-0.64,1.58-1.54,3.06-2.65,4.36 c4.25,2.51,8.5,5.03,12.75,7.54c0.58,0.34,1.17,0.7,1.6,1.22c0.99,1.21,0.88,3.04,1.83,4.28c1.02,1.32,2.88,1.55,4.53,1.67 c1.59,0.12,3.18,0.24,4.78,0.37c0.74,0.06,1.52,0.12,2.14,0.53c1.73,1.11,1.26,3.91,2.63,5.44c1.06,1.17,2.84,1.24,4.41,1.21 c4.43-0.07,8.87-0.19,13.3-0.35c0.41-0.01,0.84-0.03,1.22-0.19c0.53-0.22,0.91-0.67,1.28-1.1c2.99-3.45,6.49-6.46,10.34-8.9 c0.98-0.62,2.01-1.23,2.66-2.18c0.59-0.85,0.82-1.9,1.04-2.91c0.23-1.08,0.47-2.17,0.7-3.25c0.1-0.45,0.2-0.92,0.11-1.38 c-0.12-0.63-0.57-1.14-0.98-1.64c-1.05-1.29-1.91-2.74-2.52-4.29c-0.29-0.74-0.54-1.51-1.03-2.14c-0.49-0.62-1.31-1.07-2.08-0.86 " style="clip-path:url(#SVGID_2_);fill:#E2D2BA;"/> style="overflow:visible" />
</g> </clipPath>
<path d="M50.83,50.07c1.15,1.23,1.14,3.15,1.07,4.86c-0.07,1.77,0.15,5.03,1.35,4.94 c0.84-0.17,1.1-1.21,1.2-2.06c0.24-2.09,0.48-4.26-0.2-6.25c-0.3-0.87-0.8-1.72-1.58-2.19C51.96,48.95,49.93,48.66,50.83,50.07" style="fill:#F7EFDA;"/> <clipPath
</g> id="SVGID_2_-3">
<g> <use
<g> height="100%"
<path d="M103.31,52.38l3.25-0.26l5.49,47.61c1.03,7.97-10.15,12.51-21,13.92l-7.58-58.7L103.31,52.38z" style="fill:#E0E0E0;"/> width="100%"
<path d="M63.61,57.5l-3.2,0.57l6.78,47.44c1.03,7.97,12.99,9.53,23.85,8.12l-7.58-58.7L63.61,57.5z" style="fill:#E0E0E0;"/> y="0"
</g> x="0"
<path d="M82.76,49.55c5.77-0.74,11.25-0.78,15.44-0.1c3.59,0.58,5.83,1.67,5.99,2.89 c0.16,1.23-1.73,2.84-5.06,4.32c-3.88,1.72-9.19,3.08-14.95,3.82s-11.25,0.78-15.43,0.1c-3.59-0.58-5.83-1.67-5.99-2.89 c-0.16-1.23,1.73-2.84,5.06-4.32C71.68,51.65,77,50.3,82.76,49.55z" style="fill:#FAFAFA;"/> id="use53-8"
<path d="M104.26,70.74l3.2,26.46c0.02,1.51-1.01,3.09-2.58,4.07c-2.8,1.75-8.44,3.84-14.87,4.67 c-6.15,0.79-11.53,0.24-14.74-0.65c-2.03-0.57-3.79-2-4.2-3.38l-3.71-26.42" style="fill:#FBCC2F;"/> xlink:href="#SVGID_1_"
<ellipse cx="85.81" cy="73.13" rx="18.61" ry="4.59" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -8.6588 11.5917)"/> style="overflow:visible" />
<path d="M60.39,58c-0.49-3.77,9.07-7.89,22.22-9.59c13.16-1.7,23.44-0.14,23.93,3.63 c0.49,3.77-9.07,7.89-22.22,9.59C71.17,63.33,60.88,61.77,60.39,58z M67.81,53.37c-3.33,1.48-5.22,3.09-5.06,4.32 c0.16,1.23,2.4,2.31,5.99,2.89c4.19,0.68,9.67,0.64,15.43-0.1s11.08-2.1,14.95-3.82c3.33-1.48,5.22-3.09,5.06-4.32 c-0.16-1.23-2.4-2.31-5.99-2.89c-4.19-0.68-9.67-0.64-15.44,0.1S71.68,51.65,67.81,53.37z" style="fill:#CECFD1;"/> </clipPath>
<g> <defs
<ellipse cx="81.04" cy="102.4" rx="0.89" ry="0.89" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -12.4471 11.2226)"/> id="defs55">
<ellipse cx="78.78" cy="100.23" rx="0.61" ry="0.61" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -12.1879 10.9144)"/> <path
<ellipse cx="82.53" cy="98.59" rx="1.08" ry="1.08" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -11.9474 11.3821)"/> inkscape:connector-curvature="0"
<ellipse cx="78.68" cy="97.97" rx="1.11" ry="1.11" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -11.8995 10.8837)"/> d="m 29.92,23.1 c -0.74,0.45 -1.44,0.98 -2.29,1.15 -1.43,0.28 -2.85,-0.44 -4.35,-0.01 -4.24,1.22 -6.48,4.39 -5.37,8.62 0.37,1.42 -0.22,2.02 -0.72,3.32 -1.35,3.59 0.76,8.51 4.79,9.36 2.41,0.51 4.87,-0.4 7.22,0.09 1.98,0.42 2.83,2.38 4.53,3.25 1.61,0.82 3.47,1.18 5.25,1.3 2.4,0.17 5.73,-1.38 7.75,0.56 3.13,3.01 0.36,8.28 4.18,11.11 1.56,1.16 3.85,1.15 5.53,0.31 3.22,-1.6 2.89,-5.63 4.06,-8.47 0.31,-0.76 0.69,-1.44 1.44,-1.85 0.74,-0.41 1.5,-0.2 2.3,-0.42 1.07,-0.3 2.09,-0.75 2.96,-1.45 1,-0.83 0.52,-2.61 2.07,-2.75 0.48,-0.05 1.12,-0.25 1.51,-0.48 2.12,-1.29 2.86,-4.25 1.63,-6.4 -0.45,-0.79 -0.83,-1.04 -0.85,-1.96 -0.02,-0.84 0.24,-1.54 0.01,-2.42 -0.56,-2.16 -2.33,-3.67 -4.4,-4.45 -0.38,-0.15 -0.79,-0.28 -1.19,-0.39 -0.67,-0.19 -1.23,-0.28 -1.71,-0.83 -0.25,-0.28 -0.42,-0.68 -0.57,-1.01 -0.45,-0.91 -1.1,-1.66 -1.84,-2.35 -2.18,-2.06 -5.28,-2.79 -8.24,-2.69 -0.8,0.03 -1.53,0.23 -2.31,0.43 -1.95,0.5 -2.56,-0.82 -3.99,-1.77 -1.78,-1.18 -4.02,-1.43 -6.11,-1.34 -1.23,0.06 -2.19,0.68 -3.32,1.02 -1.31,0.4 -1.98,-0.05 -3.23,-0.27 -1.11,-0.19 -2.33,-0.03 -3.43,0.22 -0.46,0.1 -0.89,0.32 -1.31,0.57 z"
<ellipse cx="81.6" cy="92.82" rx="0.89" ry="0.89" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -11.2153 11.2146)"/> id="SVGID_1_" />
<ellipse cx="79.33" cy="93.54" rx="0.79" ry="0.79" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -11.3267 10.9298)"/> </defs>
<ellipse cx="75.35" cy="88.92" rx="0.79" ry="0.79" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -10.7679 10.3819)"/> <clipPath
<ellipse cx="82.27" cy="83.28" rx="1" ry="1" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -9.9887 11.2224)"/> id="SVGID_2_">
<ellipse cx="78.22" cy="91.13" rx="1.22" ry="1.22" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -11.0264 10.7679)"/> <use
<ellipse cx="80.91" cy="86.99" rx="1.2" ry="1.2" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -10.4748 11.0784)"/> height="100%"
<ellipse cx="76.67" cy="86.07" rx="0.89" ry="0.89" style="fill:#E5A315;" transform="matrix(0.9918 -0.1281 0.1281 0.9918 -10.3912 10.5279)"/> width="100%"
</g> y="0"
<path d="M125.77,74.35c-1.51-15.4-6.82-17.39-11.53-17.59c-5.51-0.24-7.31-1.83-7.31-1.83l-3.48,3.28 l2.6,21.52l2.14,16.55l3.69,1.94c0,0-0.25-1.87,6.29-4.33C125.68,91.05,127.09,87.78,125.77,74.35z M115.52,85.5 c-4.06,0.52-4.91-3.96-5.63-9.52s-1.3-10.08,3.03-10.64s4.91,3.96,5.63,9.52C119.26,80.42,119.84,84.94,115.52,85.5z" style="fill:#E0E0E0;"/> x="0"
<path d="M107.78,102.68c-0.26,1.11-1.35,3.24-4.89,5.06c-2.18,1.12-5.44,2.26-8.22,2.27 c-0.6,0-0.47-0.59-0.08-0.7c2.25-0.65,4.42-1.5,6.95-2.84c3.3-1.75,5.4-3.84,5.7-4.1C107.76,101.92,107.83,102.5,107.78,102.68z" style="fill:#FFFFFF;"/> id="use59"
<path d="M114.3,58.97c1.97,0.08,3.33,0.64,4.79,1.96c1,0.9,2.45,2.96,2.63,5.01 c0.01,0.16,0.04,1.02-0.32,1.03c-0.56,0.02-0.79-0.64-0.88-0.92c-0.28-0.92-1.63-3.22-2.43-3.92c-1.52-1.35-3.35-1.49-4.1-1.65 c-0.45-0.09-1.62-0.49-1.58-0.89C112.47,58.94,113.89,58.95,114.3,58.97z" style="fill:#FFFFFF;"/> xlink:href="#SVGID_1_"
<g> style="overflow:visible" />
<defs> </clipPath>
<path id="SVGID_3_" d="M96.97,36.36c0.75,0.42,1.47,0.94,2.32,1.08c1.43,0.24,2.83-0.52,4.34-0.13c4.27,1.1,6.6,4.2,5.62,8.46 c-0.33,1.43,0.28,2.01,0.81,3.3c1.45,3.55-0.52,8.52-4.52,9.49c-2.39,0.58-4.88-0.27-7.22,0.29c-1.97,0.47-2.76,2.46-4.44,3.37 c-1.58,0.87-3.43,1.28-5.21,1.45c-2.4,0.23-5.76-1.22-7.73,0.78c-3.04,3.09-0.13,8.29-3.86,11.22c-1.53,1.2-3.82,1.26-5.51,0.47 c-3.26-1.51-3.05-5.54-4.3-8.36c-0.33-0.75-0.73-1.42-1.49-1.81c-0.76-0.39-1.51-0.16-2.31-0.36c-1.08-0.27-2.12-0.69-3-1.37 c-1.03-0.8-0.59-2.59-2.15-2.69c-0.48-0.03-1.12-0.22-1.52-0.44c-2.16-1.23-2.98-4.16-1.81-6.35c0.43-0.8,0.8-1.06,0.8-1.99 c0-0.84-0.28-1.53-0.07-2.42c0.5-2.18,2.23-3.73,4.27-4.57c0.38-0.16,0.78-0.3,1.18-0.42c0.67-0.21,1.23-0.31,1.68-0.88 c0.24-0.29,0.4-0.69,0.55-1.03c0.43-0.92,1.06-1.69,1.77-2.4c2.12-2.12,5.2-2.94,8.16-2.92c0.8,0,1.53,0.18,2.32,0.36 c1.97,0.44,2.54-0.89,3.94-1.88c1.74-1.23,3.98-1.54,6.07-1.51c1.23,0.02,2.21,0.62,3.35,0.93c1.32,0.37,1.98-0.11,3.22-0.36 c1.11-0.22,2.33-0.09,3.43,0.13C96.11,35.91,96.55,36.12,96.97,36.36z"/> <defs
</defs> id="defs115">
<use style="overflow:visible;fill:#E9E2CF;" xlink:href="#SVGID_3_"/> <path
<clipPath id="SVGID_4_"> inkscape:connector-curvature="0"
<use style="overflow:visible;" xlink:href="#SVGID_3_"/> d="m 96.97,36.36 c 0.75,0.42 1.47,0.94 2.32,1.08 1.43,0.24 2.83,-0.52 4.34,-0.13 4.27,1.1 6.6,4.2 5.62,8.46 -0.33,1.43 0.28,2.01 0.81,3.3 1.45,3.55 -0.52,8.52 -4.52,9.49 -2.39,0.58 -4.88,-0.27 -7.22,0.29 -1.97,0.47 -2.76,2.46 -4.44,3.37 -1.58,0.87 -3.43,1.28 -5.21,1.45 -2.4,0.23 -5.76,-1.22 -7.73,0.78 -3.04,3.09 -0.13,8.29 -3.86,11.22 -1.53,1.2 -3.82,1.26 -5.51,0.47 -3.26,-1.51 -3.05,-5.54 -4.3,-8.36 -0.33,-0.75 -0.73,-1.42 -1.49,-1.81 -0.76,-0.39 -1.51,-0.16 -2.31,-0.36 -1.08,-0.27 -2.12,-0.69 -3,-1.37 -1.03,-0.8 -0.59,-2.59 -2.15,-2.69 -0.48,-0.03 -1.12,-0.22 -1.52,-0.44 -2.16,-1.23 -2.98,-4.16 -1.81,-6.35 0.43,-0.8 0.8,-1.06 0.8,-1.99 0,-0.84 -0.28,-1.53 -0.07,-2.42 0.5,-2.18 2.23,-3.73 4.27,-4.57 0.38,-0.16 0.78,-0.3 1.18,-0.42 0.67,-0.21 1.23,-0.31 1.68,-0.88 0.24,-0.29 0.4,-0.69 0.55,-1.03 0.43,-0.92 1.06,-1.69 1.77,-2.4 2.12,-2.12 5.2,-2.94 8.16,-2.92 0.8,0 1.53,0.18 2.32,0.36 1.97,0.44 2.54,-0.89 3.94,-1.88 1.74,-1.23 3.98,-1.54 6.07,-1.51 1.23,0.02 2.21,0.62 3.35,0.93 1.32,0.37 1.98,-0.11 3.22,-0.36 1.11,-0.22 2.33,-0.09 3.43,0.13 0.45,0.11 0.89,0.32 1.31,0.56 z"
</clipPath> id="SVGID_3_" />
<path d="M54.58,50.86c0.63,1.71,2.2,3.05,3.99,3.39 c1.79,0.34,3.75-0.32,4.96-1.68c0.72,0.75,2.28-0.27,2.8,0s1.87,3.23,3.64,3.16c1.23,1.14,3.09,1.56,4.68,1.04 s2.43-3.64,3.18-3.59c0.75,0.05,1.3,1.05,2.11,1c0.4-0.02,0.81-0.14,1.21-0.05c0.81,0.19,1.17,1.17,1.9,1.56 c0.7,0.37,1.57,0.13,2.35,0.28c0.5,0.1,0.95,0.36,1.42,0.57c1.85,0.83,4.08,0.79,5.9-0.1c1.83-0.89,3.22-2.62,3.7-4.6 c1.27,1.13,4.26,1.67,5.11,1.31c0.85-0.36,1.93,1.29,3.12,1.37c1.27,0.09,2.57,0.17,3.78-0.21c1.21-0.38,2.33-1.32,2.54-2.57 c0.69,1.56,1.63,3.01,2.77,4.28c-4.18,2.63-8.35,5.27-12.53,7.9c-0.57,0.36-1.15,0.73-1.56,1.26c-0.95,1.24-0.79,3.06-1.71,4.33 c-0.98,1.34-2.83,1.63-4.49,1.8c-1.59,0.17-3.18,0.33-4.76,0.5c-0.74,0.08-1.51,0.17-2.13,0.59c-1.69,1.16-1.15,3.94-2.48,5.51 c-1.02,1.2-2.8,1.32-4.38,1.33c-4.43,0.05-8.87,0.06-13.3,0.03c-0.41,0-0.84-0.01-1.23-0.16c-0.53-0.2-0.93-0.64-1.31-1.06 c-3.09-3.36-6.67-6.27-10.59-8.6c-0.99-0.59-2.04-1.17-2.72-2.1c-0.61-0.84-0.88-1.87-1.12-2.88c-0.27-1.08-0.53-2.16-0.8-3.23 c-0.11-0.45-0.22-0.92-0.15-1.38c0.1-0.64,0.54-1.16,0.94-1.67c1.02-1.32,1.83-2.8,2.4-4.36c0.27-0.75,0.5-1.53,0.97-2.16 c0.47-0.64,1.28-1.11,2.05-0.92" style="clip-path:url(#SVGID_4_);fill:#E2D2BA;"/> </defs>
</g> <clipPath
<path d="M76.84,63.91c-1.11,1.26-1.05,3.18-0.93,4.89c0.12,1.77,0,5.03-1.21,4.98 c-0.84-0.15-1.13-1.18-1.26-2.03c-0.3-2.08-0.6-4.24,0.02-6.25c0.27-0.88,0.75-1.74,1.52-2.24 C75.67,62.82,77.69,62.47,76.84,63.91" style="fill:#F7EFDA;"/> id="SVGID_4_">
</g> <use
height="100%"
width="100%"
y="0"
x="0"
id="use119"
xlink:href="#SVGID_3_"
style="overflow:visible" />
</clipPath>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview133"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="-12.504498"
inkscape:cy="64.904421"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg131" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#ff6f00"
d="M 76,7.95 71.51,19.3 c -0.37,0.93 -1.74,0.77 -1.87,-0.23 L 68.02,6.97 C 67.94,6.34 68.47,5.79 69.1,5.87 l 6.11,0.75 C 75.84,6.7 76.23,7.36 76,7.95 Z" />
<path
inkscape:connector-curvature="0"
id="path4"
style="fill:#ff6f00"
d="m 87.92,19.98 -11.59,3.81 c -0.95,0.31 -1.7,-0.85 -1.02,-1.59 l 8.26,-8.98 c 0.43,-0.47 1.19,-0.41 1.54,0.13 l 3.33,5.17 c 0.34,0.54 0.09,1.26 -0.52,1.46 z" />
<path
inkscape:connector-curvature="0"
id="path6"
style="fill:#ff6f00"
d="m 59.92,9.68 5.52,10.88 c 0.45,0.9 -0.58,1.81 -1.41,1.25 L 53.9,15.01 c -0.53,-0.36 -0.58,-1.12 -0.1,-1.54 l 4.61,-4.08 c 0.47,-0.43 1.22,-0.28 1.51,0.29 z" />
<path
style="fill:#e0e0e0;fill-opacity:0.7798354"
d="M 20.789062 39.119141 L 20.541016 41.984375 L 20.490234 41.939453 C 20.490234 41.939453 18.740234 43.580469 13.240234 43.980469 C 8.5302344 44.320469 3.2792188 46.460625 2.1992188 61.890625 C 1.2592188 75.350625 2.769375 78.590938 10.359375 81.210938 C 16.969375 83.490938 16.769531 85.359375 16.769531 85.359375 L 16.78125 85.353516 L 16.650391 86.859375 C 15.850585 94.857434 27.143695 99.076491 38.03125 100.17773 L 38.029297 100.18945 C 48.919297 101.27945 60.840625 99.390625 61.640625 91.390625 L 67.080078 43.779297 L 63.859375 43.300781 L 43.958984 41.302734 L 43.960938 41.289062 L 24.039062 39.289062 L 20.789062 39.119141 z M 14.041016 52.494141 C 14.282925 52.483767 14.539297 52.492031 14.810547 52.519531 C 19.140547 52.949531 18.690859 57.480312 18.130859 63.070312 C 17.570859 68.660313 16.849531 73.16 12.769531 72.75 C 8.4295313 72.31 8.8792188 67.779219 9.4492188 62.199219 C 9.9742188 56.958594 10.412378 52.649744 14.041016 52.494141 z "
id="path8" />
<path
d="m 44.5,35.89 c -5.79,-0.58 -11.27,-0.46 -15.43,0.33 -3.58,0.68 -5.78,1.83 -5.91,3.06 -0.12,1.23 1.81,2.79 5.18,4.18 3.92,1.61 9.27,2.82 15.06,3.4 5.79,0.58 11.27,0.46 15.43,-0.33 3.58,-0.68 5.78,-1.83 5.91,-3.06 0.12,-1.23 -1.81,-2.79 -5.18,-4.18 -3.93,-1.61 -9.28,-2.82 -15.06,-3.4 z"
style="fill:#fafafa"
id="path14"
inkscape:connector-curvature="0" />
<path
d="M 26.284609,40.134164 21.15,84.22 c 0.03,1.51 1.1,3.06 2.69,4 2.84,1.67 8.54,3.6 15,4.25 6.17,0.62 11.54,-0.08 14.71,-1.06 2.01,-0.62 3.73,-2.1 4.11,-3.49 l 3.918789,-39.166013"
style="fill:#fbd117;fill-opacity:0.7962963"
id="path16"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
d="m 43.28,48.01 c -13.2,-1.33 -22.87,-5.18 -22.49,-8.96 0.38,-3.78 10.62,-5.63 23.82,-4.3 13.2,1.33 22.87,5.18 22.49,8.96 -0.38,3.77 -10.62,5.62 -23.82,4.3 z M 44.5,35.89 c -5.79,-0.58 -11.27,-0.46 -15.43,0.33 -3.58,0.68 -5.78,1.83 -5.91,3.06 -0.12,1.23 1.81,2.79 5.18,4.18 3.92,1.61 9.27,2.82 15.06,3.4 5.79,0.58 11.27,0.46 15.43,-0.33 3.58,-0.68 5.78,-1.83 5.91,-3.06 0.12,-1.23 -1.81,-2.79 -5.18,-4.18 -3.93,-1.61 -9.28,-2.82 -15.06,-3.4 z"
style="fill:#cecfd1"
id="path20"
inkscape:connector-curvature="0" />
<g
id="g44">
<circle
cx="47.709999"
cy="88.669998"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-45.2878,127.2683)"
id="ellipse22"
r="0.88999999" />
<circle
cx="49.91"
cy="86.440002"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-41.0822,127.4529)"
id="ellipse24"
r="0.61000001" />
<circle
cx="46.110001"
cy="84.910004"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-42.9812,122.2934)"
id="ellipse26"
r="1.08" />
<circle
cx="49.939999"
cy="84.18"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-38.8057,125.4501)"
id="ellipse28"
r="1.11" />
<circle
cx="46.880001"
cy="79.110001"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-36.5144,117.8428)"
id="ellipse30"
r="0.88999999" />
<circle
cx="49.169998"
cy="79.760002"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-35.1093,120.7142)"
id="ellipse32"
r="0.79000002" />
<circle
cx="53.02"
cy="75.029999"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-26.9396,120.2865)"
id="ellipse34"
r="0.79000002" />
<circle
cx="45.939999"
cy="69.589996"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-27.8991,108.3437)"
id="ellipse36"
r="1" />
<circle
cx="50.209999"
cy="77.32"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-31.7393,119.5475)"
id="ellipse38"
r="1.22" />
<circle
cx="47.41"
cy="73.260002"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-30.2289,113.104)"
id="ellipse40"
r="1.2" />
<circle
cx="51.619999"
cy="72.220001"
style="fill:#e5a315"
transform="matrix(0.1,-0.995,0.995,0.1,-25.3989,116.3542)"
id="ellipse42"
r="0.88999999" />
</g> </g>
<path
d="m 56.89,93.18 c -0.48,1.03 -1.98,2.9 -5.81,3.96 -2.36,0.65 -5.78,1.1 -8.51,0.55 -0.58,-0.12 -0.34,-0.67 0.07,-0.71 2.34,-0.18 4.63,-0.57 7.38,-1.37 3.58,-1.04 6.07,-2.66 6.42,-2.85 0.58,-0.33 0.53,0.25 0.45,0.42 z"
style="fill:#ffffff"
id="path48"
inkscape:connector-curvature="0" />
<path
d="M 32.7,51.8 C 31.8,50.97 31.12,50.24 29.84,49.47 29.23,49.1 28.23,48.95 27.32,48.9 l -1.6,17.34 c 0,0.19 0.12,0.68 0.71,1.01 0.5,0.27 3.4,1.3 5.6,1.92 0.58,0.13 0.97,-0.11 1.01,-0.4 v 0 l 1.65,-15.7 C 33.9,52.69 33.14,52.21 32.7,51.8 Z"
style="fill:#ffffff"
id="path50"
inkscape:connector-curvature="0" />
<path
d="m 13.24,46.19 c -1.96,0.13 -3.31,0.74 -4.74,2.09 -0.97,0.93 -2.37,3.03 -2.49,5.08 0,0.16 -0.01,1.03 0.35,1.03 0.56,0 0.78,-0.66 0.85,-0.95 0.25,-0.93 1.54,-3.26 2.31,-3.99 1.48,-1.39 3.3,-1.59 4.05,-1.76 0.44,-0.1 1.6,-0.53 1.56,-0.93 -0.06,-0.64 -1.48,-0.59 -1.89,-0.57 z"
style="fill:#ffffff"
id="path52"
inkscape:connector-curvature="0" />
<use
height="100%"
width="100%"
y="0"
x="0"
id="use57"
xlink:href="#SVGID_1_"
style="overflow:visible;fill:#f1eee7;fill-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path62"
clip-path="url(#SVGID_2_)"
style="fill:#ece5db;fill-opacity:1"
d="m 72.7,36.4 c -0.58,1.73 -2.11,3.11 -3.89,3.5 -1.78,0.39 -3.75,-0.21 -5,-1.54 -0.7,0.77 -2.28,-0.21 -2.8,0.07 -0.52,0.28 -1.78,3.28 -3.55,3.26 -1.19,1.18 -3.04,1.64 -4.65,1.17 -1.61,-0.47 -2.53,-3.57 -3.28,-3.5 -0.75,0.07 -1.27,1.08 -2.08,1.06 -0.4,-0.01 -0.82,-0.12 -1.21,-0.01 -0.8,0.22 -1.13,1.2 -1.85,1.61 -0.69,0.39 -1.56,0.17 -2.34,0.35 -0.5,0.11 -0.94,0.39 -1.4,0.61 -1.83,0.88 -4.05,0.91 -5.9,0.07 -1.85,-0.84 -3.29,-2.53 -3.83,-4.49 -1.24,1.16 -4.22,1.79 -5.07,1.45 -0.86,-0.34 -1.89,1.35 -3.08,1.46 -1.26,0.12 -2.56,0.24 -3.78,-0.1 -1.22,-0.34 -2.37,-1.25 -2.61,-2.5 -0.64,1.58 -1.54,3.06 -2.65,4.36 4.25,2.51 8.5,5.03 12.75,7.54 0.58,0.34 1.17,0.7 1.6,1.22 0.99,1.21 0.88,3.04 1.83,4.28 1.02,1.32 2.88,1.55 4.53,1.67 1.59,0.12 3.18,0.24 4.78,0.37 0.74,0.06 1.52,0.12 2.14,0.53 1.73,1.11 1.26,3.91 2.63,5.44 1.06,1.17 2.84,1.24 4.41,1.21 4.43,-0.07 8.87,-0.19 13.3,-0.35 0.41,-0.01 0.84,-0.03 1.22,-0.19 0.53,-0.22 0.91,-0.67 1.28,-1.1 2.99,-3.45 6.49,-6.46 10.34,-8.9 0.98,-0.62 2.01,-1.23 2.66,-2.18 0.59,-0.85 0.82,-1.9 1.04,-2.91 0.23,-1.08 0.47,-2.17 0.7,-3.25 0.1,-0.45 0.2,-0.92 0.11,-1.38 C 78.93,44.6 78.48,44.09 78.07,43.59 77.02,42.3 76.16,40.85 75.55,39.3 75.26,38.56 75.01,37.79 74.52,37.16 74.03,36.54 73.21,36.09 72.44,36.3" />
<path
d="m 50.83,50.07 c 1.15,1.23 1.14,3.15 1.07,4.86 -0.07,1.77 0.15,5.03 1.35,4.94 0.84,-0.17 1.1,-1.21 1.2,-2.06 0.24,-2.09 0.48,-4.26 -0.2,-6.25 -0.3,-0.87 -0.8,-1.72 -1.58,-2.19 -0.71,-0.42 -2.74,-0.71 -1.84,0.7"
style="fill:#f9f5ec;fill-opacity:1"
id="path66"
inkscape:connector-curvature="0" />
<path
style="fill:#e0e0e0;fill-opacity:0.7798354"
d="M 106.56055 52.119141 L 103.31055 52.380859 L 83.470703 54.949219 L 91.050781 113.65039 C 101.90078 112.24039 113.08078 107.70047 112.05078 99.730469 L 111.87695 98.21875 L 111.88086 98.220703 C 111.88086 98.220703 111.62992 96.350625 118.16992 93.890625 C 125.67992 91.050625 127.08953 87.779609 125.76953 74.349609 C 124.25953 58.949609 118.95023 56.959766 114.24023 56.759766 C 108.73023 56.519766 106.92969 54.929688 106.92969 54.929688 L 106.88867 54.96875 L 106.56055 52.119141 z M 83.460938 54.929688 L 63.609375 57.5 L 60.410156 58.070312 L 67.189453 105.50977 C 68.219453 113.47977 80.179062 115.04086 91.039062 113.63086 L 83.460938 54.929688 z M 113.68945 65.292969 C 117.32362 65.348486 117.87578 69.646875 118.55078 74.859375 C 119.26078 80.419375 119.83953 84.94 115.51953 85.5 C 111.45953 86.02 110.61062 81.540469 109.89062 75.980469 C 109.17063 70.420469 108.58992 65.899844 112.91992 65.339844 C 113.19055 65.304844 113.44718 65.289268 113.68945 65.292969 z "
id="path70" />
<path
d="m 82.76,49.55 c 5.77,-0.74 11.25,-0.78 15.44,-0.1 3.59,0.58 5.83,1.67 5.99,2.89 0.16,1.23 -1.73,2.84 -5.06,4.32 -3.88,1.72 -9.19,3.08 -14.95,3.82 -5.76,0.74 -11.25,0.78 -15.43,0.1 C 65.16,60 62.92,58.91 62.76,57.69 62.6,56.46 64.49,54.85 67.82,53.37 71.68,51.65 77,50.3 82.76,49.55 Z"
style="fill:#fafafa"
id="path76"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccccc"
d="M 102.4383,55.974652 107.46,97.2 c 0.02,1.51 -1.01,3.09 -2.58,4.07 -2.8,1.75 -8.44,3.84 -14.87,4.67 -6.15,0.79 -11.53,0.24 -14.74,-0.65 -2.03,-0.57 -3.79,-2 -4.2,-3.38 L 65.250665,61.012288"
style="fill:#fbd117;fill-opacity:0.7962963"
id="path78"
inkscape:connector-curvature="0" />
<path
d="m 60.39,58 c -0.49,-3.77 9.07,-7.89 22.22,-9.59 13.16,-1.7 23.44,-0.14 23.93,3.63 0.49,3.77 -9.07,7.89 -22.22,9.59 C 71.17,63.33 60.88,61.77 60.39,58 Z m 7.42,-4.63 c -3.33,1.48 -5.22,3.09 -5.06,4.32 0.16,1.23 2.4,2.31 5.99,2.89 4.19,0.68 9.67,0.64 15.43,-0.1 5.76,-0.74 11.08,-2.1 14.95,-3.82 3.33,-1.48 5.22,-3.09 5.06,-4.32 -0.16,-1.23 -2.4,-2.31 -5.99,-2.89 -4.19,-0.68 -9.67,-0.64 -15.44,0.1 -5.77,0.74 -11.07,2.1 -14.94,3.82 z"
style="fill:#cecfd1"
id="path82"
inkscape:connector-curvature="0" />
<g
id="g106">
<circle
cx="81.040001"
cy="102.4"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-12.4471,11.2226)"
id="ellipse84"
r="0.88999999" />
<circle
cx="78.779999"
cy="100.23"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-12.1879,10.9144)"
id="ellipse86"
r="0.61000001" />
<circle
cx="82.529999"
cy="98.589996"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-11.9474,11.3821)"
id="ellipse88"
r="1.08" />
<circle
cx="78.68"
cy="97.970001"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-11.8995,10.8837)"
id="ellipse90"
r="1.11" />
<circle
cx="81.599998"
cy="92.82"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-11.2153,11.2146)"
id="ellipse92"
r="0.88999999" />
<circle
cx="79.330002"
cy="93.540001"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-11.3267,10.9298)"
id="ellipse94"
r="0.79000002" />
<circle
cx="75.349998"
cy="88.919998"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-10.7679,10.3819)"
id="ellipse96"
r="0.79000002" />
<circle
cx="82.269997"
cy="83.279999"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-9.9887,11.2224)"
id="ellipse98"
r="1" />
<circle
cx="78.220001"
cy="91.129997"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-11.0264,10.7679)"
id="ellipse100"
r="1.22" />
<circle
cx="80.910004"
cy="86.989998"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-10.4748,11.0784)"
id="ellipse102"
r="1.2" />
<circle
cx="76.669998"
cy="86.07"
style="fill:#e5a315"
transform="matrix(0.9918,-0.1281,0.1281,0.9918,-10.3912,10.5279)"
id="ellipse104"
r="0.88999999" />
</g>
<path
d="m 107.78,102.68 c -0.26,1.11 -1.35,3.24 -4.89,5.06 -2.18,1.12 -5.44,2.26 -8.22,2.27 -0.6,0 -0.47,-0.59 -0.08,-0.7 2.25,-0.65 4.42,-1.5 6.95,-2.84 3.3,-1.75 5.4,-3.84 5.7,-4.1 0.52,-0.45 0.59,0.13 0.54,0.31 z"
style="fill:#ffffff"
id="path110"
inkscape:connector-curvature="0" />
<path
d="m 114.3,58.97 c 1.97,0.08 3.33,0.64 4.79,1.96 1,0.9 2.45,2.96 2.63,5.01 0.01,0.16 0.04,1.02 -0.32,1.03 -0.56,0.02 -0.79,-0.64 -0.88,-0.92 -0.28,-0.92 -1.63,-3.22 -2.43,-3.92 -1.52,-1.35 -3.35,-1.49 -4.1,-1.65 -0.45,-0.09 -1.62,-0.49 -1.58,-0.89 0.06,-0.65 1.48,-0.64 1.89,-0.62 z"
style="fill:#ffffff"
id="path112"
inkscape:connector-curvature="0" />
<use
height="100%"
width="100%"
y="0"
x="0"
id="use117"
xlink:href="#SVGID_3_"
style="overflow:visible;fill:#f1eee7;fill-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path122"
clip-path="url(#SVGID_4_)"
style="fill:#ece5db;fill-opacity:1"
d="m 54.58,50.86 c 0.63,1.71 2.2,3.05 3.99,3.39 1.79,0.34 3.75,-0.32 4.96,-1.68 0.72,0.75 2.28,-0.27 2.8,0 0.52,0.27 1.87,3.23 3.64,3.16 1.23,1.14 3.09,1.56 4.68,1.04 1.59,-0.52 2.43,-3.64 3.18,-3.59 0.75,0.05 1.3,1.05 2.11,1 0.4,-0.02 0.81,-0.14 1.21,-0.05 0.81,0.19 1.17,1.17 1.9,1.56 0.7,0.37 1.57,0.13 2.35,0.28 0.5,0.1 0.95,0.36 1.42,0.57 1.85,0.83 4.08,0.79 5.9,-0.1 1.83,-0.89 3.22,-2.62 3.7,-4.6 1.27,1.13 4.26,1.67 5.11,1.31 0.85,-0.36 1.93,1.29 3.12,1.37 1.27,0.09 2.57,0.17 3.78,-0.21 1.21,-0.38 2.33,-1.32 2.54,-2.57 0.69,1.56 1.63,3.01 2.77,4.28 -4.18,2.63 -8.35,5.27 -12.53,7.9 -0.57,0.36 -1.15,0.73 -1.56,1.26 -0.95,1.24 -0.79,3.06 -1.71,4.33 -0.98,1.34 -2.83,1.63 -4.49,1.8 -1.59,0.17 -3.18,0.33 -4.76,0.5 -0.74,0.08 -1.51,0.17 -2.13,0.59 -1.69,1.16 -1.15,3.94 -2.48,5.51 -1.02,1.2 -2.8,1.32 -4.38,1.33 -4.43,0.05 -8.87,0.06 -13.3,0.03 -0.41,0 -0.84,-0.01 -1.23,-0.16 -0.53,-0.2 -0.93,-0.64 -1.31,-1.06 -3.09,-3.36 -6.67,-6.27 -10.59,-8.6 -0.99,-0.59 -2.04,-1.17 -2.72,-2.1 -0.61,-0.84 -0.88,-1.87 -1.12,-2.88 -0.27,-1.08 -0.53,-2.16 -0.8,-3.23 -0.11,-0.45 -0.22,-0.92 -0.15,-1.38 0.1,-0.64 0.54,-1.16 0.94,-1.67 1.02,-1.32 1.83,-2.8 2.4,-4.36 0.27,-0.75 0.5,-1.53 0.97,-2.16 0.47,-0.64 1.28,-1.11 2.05,-0.92" />
<path
d="m 76.84,63.91 c -1.11,1.26 -1.05,3.18 -0.93,4.89 0.12,1.77 0,5.03 -1.21,4.98 -0.84,-0.15 -1.13,-1.18 -1.26,-2.03 -0.3,-2.08 -0.6,-4.24 0.02,-6.25 0.27,-0.88 0.75,-1.74 1.52,-2.24 0.69,-0.44 2.71,-0.79 1.86,0.65"
style="fill:#f9f5ec;fill-opacity:1"
id="path126"
inkscape:connector-curvature="0" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -13,7 +13,7 @@
version="1.1" version="1.1"
id="svg38" id="svg38"
sodipodi:docname="emoji_u1f3ab.svg" sodipodi:docname="emoji_u1f3ab.svg"
inkscape:version="0.92+devel unknown"> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<sodipodi:namedview <sodipodi:namedview
pagecolor="#ffffff" pagecolor="#ffffff"
bordercolor="#666666" bordercolor="#666666"
@ -24,17 +24,17 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1680" inkscape:window-width="1920"
inkscape:window-height="986" inkscape:window-height="1046"
id="namedview40" id="namedview40"
showgrid="false" showgrid="false"
inkscape:object-paths="true" inkscape:object-paths="true"
inkscape:snap-page="true" inkscape:snap-page="true"
inkscape:zoom="0.34033203" inkscape:zoom="5.6568543"
inkscape:cx="266.50244" inkscape:cx="32.549894"
inkscape:cy="-37.100165" inkscape:cy="47.82129"
inkscape:window-x="0" inkscape:window-x="-11"
inkscape:window-y="27" inkscape:window-y="-11"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg38" inkscape:current-layer="svg38"
inkscape:snap-bbox="false" inkscape:snap-bbox="false"
@ -74,17 +74,17 @@
x="13.834688" x="13.834688"
y="62.232723" y="62.232723"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.34100342px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:1.69646442px" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.34100342px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:1.69646442px"
id="tspan4325">Steve Jobs Theatre</tspan><tspan id="tspan4325">Emoji Theatre</tspan><tspan
sodipodi:role="line" sodipodi:role="line"
x="13.834688" x="13.834688"
y="70.099808" y="70.099808"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.82445621px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:1.69646442px" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.82445621px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:1.69646442px"
id="tspan4327">10501 N Tanau Drive,</tspan><tspan id="tspan4327">10105 N Atanu Drive,</tspan><tspan
sodipodi:role="line" sodipodi:role="line"
x="13.834688" x="13.834688"
y="78.346024" y="78.346024"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.30790997px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:1.69646442px" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.30790997px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:1.69646442px"
id="tspan4329">Cupertino, CA 96014, USA</tspan></text> id="tspan4329">Pertinuco, AC 90641, ASU</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:8.08065224px;line-height:5.05040741px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';letter-spacing:0px;word-spacing:0px;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" style="font-size:8.08065224px;line-height:5.05040741px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue';letter-spacing:0px;word-spacing:0px;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
@ -97,232 +97,228 @@
x="13.068604" x="13.068604"
y="98.251732" y="98.251732"
style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.99999994px">27.07.2018</tspan></text> style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.99999994px">27.07.2018</tspan></text>
<rect
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.60000002;paint-order:stroke fill markers"
id="rect5512"
width="19.925303"
height="55.781105"
x="96.651077"
y="36.109447"
rx="1"
ry="1" />
<g <g
id="g5580" id="g5510"
transform="translate(4.37891)"> transform="matrix(0,-0.55310836,0.50297796,0,100.68953,104.57433)"
style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
<rect <rect
ry="1" x="25.85692"
rx="1" y="-5.2217369"
y="36.109447" id="barcode_bar1"
x="92.272171" width="1"
height="55.781105" height="34"
width="19.925303" style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
id="rect5512" <rect
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.60000002;paint-order:stroke fill markers" /> x="27.85692"
<g y="-5.2217369"
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" id="barcode_bar3"
transform="matrix(0,-0.55310836,0.50297796,0,96.310616,104.57433)" width="1"
id="g5510"> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="31.85692"
width="1" y="-5.2217369"
id="barcode_bar1" id="barcode_bar5"
y="-5.2217369" width="2"
x="25.85692" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="34.856918"
width="1" y="-5.2217369"
id="barcode_bar3" id="barcode_bar7"
y="-5.2217369" width="1"
x="27.85692" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="37.856918"
width="2" y="-5.2217369"
id="barcode_bar5" id="barcode_bar9"
y="-5.2217369" width="1"
x="31.85692" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="39.856918"
width="1" y="-5.2217369"
id="barcode_bar7" id="barcode_bar11"
y="-5.2217369" width="3"
x="34.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="44.856918"
width="1" y="-5.2217369"
id="barcode_bar9" id="barcode_bar13"
y="-5.2217369" width="1"
x="37.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="46.856918"
width="3" y="-5.2217369"
id="barcode_bar11" id="barcode_bar15"
y="-5.2217369" width="3"
x="39.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="52.856918"
width="1" y="-5.2217369"
id="barcode_bar13" id="barcode_bar17"
y="-5.2217369" width="1"
x="44.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="54.856918"
width="3" y="-5.2217369"
id="barcode_bar15" id="barcode_bar19"
y="-5.2217369" width="2"
x="46.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="59.856918"
width="1" y="-5.2217369"
id="barcode_bar17" id="barcode_bar21"
y="-5.2217369" width="2"
x="52.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="62.856918"
width="2" y="-5.2217369"
id="barcode_bar19" id="barcode_bar23"
y="-5.2217369" width="1"
x="54.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="65.856918"
width="2" y="-5.2217369"
id="barcode_bar21" id="barcode_bar25"
y="-5.2217369" width="2"
x="59.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="68.856918"
width="1" y="-5.2217369"
id="barcode_bar23" id="barcode_bar27"
y="-5.2217369" width="2"
x="62.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="71.856918"
width="2" y="-5.2217369"
id="barcode_bar25" id="barcode_bar29"
y="-5.2217369" width="1"
x="65.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="73.856918"
width="2" y="-5.2217369"
id="barcode_bar27" id="barcode_bar31"
y="-5.2217369" width="1"
x="68.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="75.856918"
width="1" y="-5.2217369"
id="barcode_bar29" id="barcode_bar33"
y="-5.2217369" width="1"
x="71.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="79.856918"
width="1" y="-5.2217369"
id="barcode_bar31" id="barcode_bar35"
y="-5.2217369" width="1"
x="73.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="82.856918"
width="1" y="-5.2217369"
id="barcode_bar33" id="barcode_bar37"
y="-5.2217369" width="1"
x="75.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="86.856918"
width="1" y="-5.2217369"
id="barcode_bar35" id="barcode_bar39"
y="-5.2217369" width="1"
x="79.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="89.856918"
width="1" y="-5.2217369"
id="barcode_bar37" id="barcode_bar41"
y="-5.2217369" width="2"
x="82.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="93.856918"
width="1" y="-5.2217369"
id="barcode_bar39" id="barcode_bar43"
y="-5.2217369" width="2"
x="86.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="96.856918"
width="2" y="-5.2217369"
id="barcode_bar41" id="barcode_bar45"
y="-5.2217369" width="1"
x="89.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="99.856918"
width="2" y="-5.2217369"
id="barcode_bar43" id="barcode_bar47"
y="-5.2217369" width="1"
x="93.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="103.85692"
width="1" y="-5.2217369"
id="barcode_bar45" id="barcode_bar49"
y="-5.2217369" width="3"
x="96.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="107.85692"
width="1" y="-5.2217369"
id="barcode_bar47" id="barcode_bar51"
y="-5.2217369" width="1"
x="99.856918" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="110.85692"
width="3" y="-5.2217369"
id="barcode_bar49" id="barcode_bar53"
y="-5.2217369" width="2"
x="103.85692" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="113.85692"
width="1" y="-5.2217369"
id="barcode_bar51" id="barcode_bar55"
y="-5.2217369" width="2"
x="107.85692" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="117.85692"
width="2" y="-5.2217369"
id="barcode_bar53" id="barcode_bar57"
y="-5.2217369" width="1"
x="110.85692" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183" <rect
height="34" x="119.85692"
width="2" y="-5.2217369"
id="barcode_bar55" id="barcode_bar59"
y="-5.2217369" width="1"
x="113.85692" /> height="34"
<rect style="fill:#2f2f2f;fill-opacity:1;stroke:none;stroke-width:0.18959218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183"
height="34"
width="1"
id="barcode_bar57"
y="-5.2217369"
x="117.85692" />
<rect
style="fill:#2f2f2f;fill-opacity:1;stroke-width:1.89592183"
height="34"
width="1"
id="barcode_bar59"
y="-5.2217369"
x="119.85692" />
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1,9 +1,70 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M64,3.69C30.69,3.69,3.69,30.69,3.69,64c0,33.31,27.01,60.32,60.32,60.32 c33.31,0,60.31-27,60.31-60.32C124.31,30.69,97.32,3.69,64,3.69z" style="fill:#006CA2;"/> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M81.07,18.77c-7.09,0-12.13,13.14-13.8,31.26c4.75,0.04,7.95,6.67,7.95,14.85 c0,7.98-3.78,14.47-7.66,14.83c1.9,16.68,6.78,28.51,13.51,28.51C85.92,108.21,94,88.19,94,63.5C94,38.79,85.92,18.77,81.07,18.77 z" style="fill:#FFFFFF;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M58.09,63.5c0-21.72,5.98-39.87,14.02-44.73c-0.96,0-1.91,0-3.03,0c-3.12,0-9.4,9.09-13.18,22.57 L44.62,55.5c-1.34,0.2-2.68,0.53-4.03,0.83c-0.52-5.73-1.7-9.73-3.9-10.05c0.09-0.01-0.29-0.04-0.29-0.04h-6.19h-1.35 c-4.08,0-7.39,8.28-7.39,18.5s3.31,18.51,7.39,18.51h1.35h6.19c0,0,0.38-0.03,0.29-0.05c2.23-0.32,3.42-4.46,3.92-10.36L44.62,74 l12.95,16.35c0,0,0.1,0.04,0.24,0.07c4.01,10.8,9.23,17.79,10.8,17.79c1,0,2.49,0,3.5,0C64.06,103.36,58.09,85.2,58.09,63.5z" style="fill:#FFFFFF;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
</g> xmlns:svg="http://www.w3.org/2000/svg"
<path d="M64,128C28.71,128,0,99.29,0,64C0,28.71,28.71,0,64,0s64,28.71,64,64C128,99.29,99.29,128,64,128z M64,10.89c-29.29,0-53.11,23.83-53.11,53.11c0,29.29,23.83,53.11,53.11,53.11S117.11,93.29,117.11,64 C117.11,34.71,93.29,10.89,64,10.89z" style="fill:#DB4437;"/> xmlns="http://www.w3.org/2000/svg"
<polygon points="111.73,102.59 103.3,111 17,25.27 25.43,16.86 " style="fill:#DB4437;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg14"
sodipodi:docname="emoji_u1f507.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata20">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs18" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview16"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="-119.10794"
inkscape:cy="6.5388588"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<path
d="M64,3.69C30.69,3.69,3.69,30.69,3.69,64c0,33.31,27.01,60.32,60.32,60.32 c33.31,0,60.31-27,60.31-60.32C124.31,30.69,97.32,3.69,64,3.69z"
style="fill:#006CA2;"
id="path2" />
<path
d="M64,128C28.71,128,0,99.29,0,64C0,28.71,28.71,0,64,0s64,28.71,64,64C128,99.29,99.29,128,64,128z M64,10.89c-29.29,0-53.11,23.83-53.11,53.11c0,29.29,23.83,53.11,53.11,53.11S117.11,93.29,117.11,64 C117.11,34.71,93.29,10.89,64,10.89z"
style="fill:#DB4437;"
id="path10" />
<path
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.847;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="M 83.859375 22.0625 L 83.769531 22.123047 A 12.331361 42.033856 0 0 1 83.855469 22.109375 L 83.859375 22.0625 z M 80.738281 24.234375 L 43.626953 50.060547 L 30.972656 50.060547 L 30.972656 77.939453 L 43.626953 77.939453 L 80.761719 103.7832 A 12.331361 42.033856 0 0 1 72.365234 64 A 12.331361 42.033856 0 0 1 80.738281 24.234375 z M 83.849609 105.93164 L 83.859375 105.9375 L 83.859375 105.93359 A 12.331361 42.033856 0 0 1 83.849609 105.93164 z "
id="rect821" />
<path
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="M 84.695312 26.783203 C 84.513666 26.937197 84.199428 27.223957 83.716797 27.919922 C 82.693591 29.395407 81.463249 32.091119 80.4375 35.587891 C 79.123484 40.067364 78.094128 45.863553 77.519531 52.398438 A 6.2444494 12.258209 0 0 1 81.771484 64 A 6.2444494 12.258209 0 0 1 77.519531 75.605469 C 78.094196 82.138788 79.12374 87.933509 80.4375 92.412109 C 81.463249 95.90888 82.693545 98.604589 83.716797 100.08008 C 84.199428 100.77604 84.513666 101.0628 84.695312 101.2168 C 84.876696 101.06303 85.191227 100.77582 85.673828 100.08008 C 86.69697 98.605059 87.927247 95.910837 88.953125 92.414062 C 91.00488 85.420519 92.376941 75.238946 92.376953 64 C 92.376941 52.761053 91.00488 42.579481 88.953125 35.585938 C 87.927247 32.089165 86.69697 29.394937 85.673828 27.919922 C 85.191227 27.224178 84.876696 26.936972 84.695312 26.783203 z "
id="path823" />
<polygon
points="111.73,102.59 103.3,111 17,25.27 25.43,16.86 "
style="fill:#DB4437;"
id="polygon12" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -1,6 +1,133 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M83.96,15.5c-7.7,0-13.18,14.26-14.98,33.94c5.16,0.04,8.63,7.24,8.63,16.13 c0,8.66-4.1,15.72-8.32,16.1c2.07,18.11,7.37,30.95,14.67,30.95c5.27,0,14.04-21.74,14.04-48.55C98,37.24,89.23,15.5,83.96,15.5z" style="fill:#2F2F2F;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M59.01,64.06c0-23.58,6.5-43.29,15.23-48.56c-1.04,0-2.07,0-3.29,0c-3.39,0-10.21,9.87-14.31,24.51 L44.38,55.39c-1.46,0.22-2.91,0.57-4.38,0.9c-0.57-6.23-1.84-10.57-4.23-10.91c0.11-0.01-0.31-0.04-0.31-0.04h-6.72h-1.46 c-4.43,0-8.02,8.99-8.02,20.09c0,11.09,3.59,20.1,8.02,20.1h1.46h6.72c0,0,0.41-0.03,0.31-0.05c2.43-0.35,3.71-4.84,4.26-11.25 l4.35,1.25l14.06,17.75c0,0,0.11,0.04,0.27,0.08c4.35,11.74,10.01,19.32,11.73,19.32c1.08,0,2.7,0,3.8,0 C65.5,107.35,59.01,87.63,59.01,64.06z" style="fill:#78A3AD;"/> xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u1f508.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12">
<linearGradient
inkscape:collect="always"
id="linearGradient884">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop880" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop882" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient876">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop872" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop874" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient876"
id="linearGradient878"
x1="43.520916"
y1="12.926723"
x2="58.099197"
y2="91.857681"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient884"
id="linearGradient886"
x1="47.249798"
y1="113.27789"
x2="39.125973"
y2="57.344631"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:object-paths="true"
inkscape:snap-global="true"
inkscape:zoom="5.12"
inkscape:cx="80.187137"
inkscape:cy="52.088149"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8"
inkscape:snap-page="true" />
<g
id="g894"
transform="translate(9.001026)">
<rect
y="46.372879"
x="5.4237289"
height="35.254238"
width="44.474575"
id="rect821"
style="opacity:1;vector-effect:none;fill:#0083bd;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
inkscape:connector-curvature="0"
id="path823"
d="M 73.355469,10.847658 A 15.593221,53.152542 0 0 0 57.763672,64.000002 15.593221,53.152542 0 0 0 73.355469,117.15234 15.593221,53.152542 0 0 0 88.949219,64.000002 15.593221,53.152542 0 0 0 73.355469,10.847658 Z"
style="opacity:1;vector-effect:none;fill:#00364e;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
inkscape:connector-curvature="0"
style="opacity:1;vector-effect:none;fill:#a5c0cb;fill-opacity:1;stroke:none;stroke-width:1.38343239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="M 61.761773,48.49934 A 7.8962149,15.500718 0 0 0 53.86628,64.000001 7.8962149,15.500718 0 0 0 61.761773,79.50066 7.8962149,15.500718 0 0 0 69.658257,64.000001 7.8962149,15.500718 0 0 0 61.761773,48.49934 Z"
id="path849" />
<path
id="path829"
d="m 72.298828,10.96875 -0.113281,0.07813 A 15.593221,53.152542 0 0 1 72.294922,11.0293 Z M 68.351562,13.714844 21.423828,46.373047 V 58.441406 69.558594 81.626953 L 68.382812,114.30664 A 15.593221,53.152542 0 0 1 57.763672,64 15.593221,53.152542 0 0 1 68.351562,13.714844 Z m 3.935547,103.308596 0.01172,0.008 v -0.006 a 15.593221,53.152542 0 0 1 -0.01172,-0.002 z"
style="opacity:1;vector-effect:none;fill:#0083bd;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="path853"
d="M 21.423828,81.626953 68.382812,114.30664 A 15.593221,53.152542 0 0 1 60.148438,92.136719 c -0.0074,-9.21e-4 -0.01403,-0.003 -0.02148,-0.0039 C 43.052333,90.033445 21.423828,81.626953 21.423828,81.626953 Z m 50.863281,35.396487 0.01172,0.008 v -0.006 a 15.593221,53.152542 0 0 1 -0.01172,-0.002 z"
style="opacity:0.15100002;fill:url(#linearGradient886);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path861"
d="m 72.298828,10.96875 -0.113281,0.07813 a 15.593221,53.152542 0 0 1 0.109375,-0.01758 z m -3.947266,2.746094 -46.927734,32.658203 c 0,0 17.494553,-1.350305 38.085938,-6.818359 l 0.0059,-0.002 a 15.593221,53.152542 0 0 1 8.835937,-25.83789 z"
style="opacity:0.15100002;fill:url(#linearGradient878);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 922 B

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -1,7 +1,144 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M76.7,15.5c-7.7,0-13.18,14.26-14.98,33.94c5.16,0.04,8.63,7.24,8.63,16.13 c0,8.66-4.1,15.72-8.32,16.1c2.07,18.11,7.37,30.95,14.67,30.95c5.27,0,14.04-21.74,14.04-48.55C90.74,37.24,81.97,15.5,76.7,15.5 z" style="fill:#2F2F2F;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M51.75,64.06c0-23.58,6.5-43.29,15.23-48.56c-1.04,0-2.07,0-3.29,0c-3.39,0-10.21,9.87-14.31,24.51 L37.12,55.39c-1.46,0.22-2.91,0.57-4.38,0.9c-0.57-6.23-1.84-10.57-4.23-10.91c0.11-0.01-0.31-0.04-0.31-0.04h-6.72h-1.46 c-4.43,0-8.02,8.99-8.02,20.09c0,11.09,3.59,20.1,8.02,20.1h1.46h6.72c0,0,0.41-0.03,0.31-0.05c2.43-0.35,3.71-4.84,4.26-11.25 l4.35,1.25l14.06,17.75c0,0,0.11,0.04,0.27,0.08c4.35,11.74,10.01,19.32,11.73,19.32c1.08,0,2.7,0,3.8,0 C58.24,107.35,51.75,87.63,51.75,64.06z" style="fill:#78A3AD;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M102.52,27.23l-4.85,4.88c4.61,7.73,7.31,19.17,7.31,31.89c0,12.72-2.7,24.16-7.31,31.9l4.84,4.88 c5.83-8.85,9.12-21.93,9.12-36.78C111.63,49.16,108.35,36.08,102.52,27.23z" style="fill:#40C0E7;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg10"
sodipodi:docname="emoji_u1f509.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata16">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs14">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient884"
id="linearGradient886"
x1="47.249798"
y1="113.27789"
x2="39.125973"
y2="57.344631"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient884">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop880" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop882" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient876"
id="linearGradient878"
x1="43.520916"
y1="12.926723"
x2="58.099197"
y2="91.857681"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient876">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop872" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop874" />
</linearGradient>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview12"
showgrid="false"
inkscape:snap-page="true"
inkscape:zoom="3.6875"
inkscape:cx="86.704273"
inkscape:cy="64.238452"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg10" />
<g
id="g894"
transform="translate(9.0010243)">
<rect
y="46.372879"
x="5.4237289"
height="35.254238"
width="44.474575"
id="rect821"
style="opacity:1;vector-effect:none;fill:#0083bd;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
inkscape:connector-curvature="0"
id="path823"
d="M 73.355469,10.847658 A 15.593221,53.152542 0 0 0 57.763672,64.000002 15.593221,53.152542 0 0 0 73.355469,117.15234 15.593221,53.152542 0 0 0 88.949219,64.000002 15.593221,53.152542 0 0 0 73.355469,10.847658 Z"
style="opacity:1;vector-effect:none;fill:#00364e;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
inkscape:connector-curvature="0"
style="opacity:1;vector-effect:none;fill:#a5c0cb;fill-opacity:1;stroke:none;stroke-width:1.38343239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="M 61.761773,48.49934 A 7.8962149,15.500718 0 0 0 53.86628,64.000001 7.8962149,15.500718 0 0 0 61.761773,79.50066 7.8962149,15.500718 0 0 0 69.658257,64.000001 7.8962149,15.500718 0 0 0 61.761773,48.49934 Z"
id="path849" />
<path
id="path829"
d="m 72.298828,10.96875 -0.113281,0.07813 A 15.593221,53.152542 0 0 1 72.294922,11.0293 Z M 68.351562,13.714844 21.423828,46.373047 V 58.441406 69.558594 81.626953 L 68.382812,114.30664 A 15.593221,53.152542 0 0 1 57.763672,64 15.593221,53.152542 0 0 1 68.351562,13.714844 Z m 3.935547,103.308596 0.01172,0.008 v -0.006 a 15.593221,53.152542 0 0 1 -0.01172,-0.002 z"
style="opacity:1;vector-effect:none;fill:#0083bd;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="path853"
d="M 21.423828,81.626953 68.382812,114.30664 A 15.593221,53.152542 0 0 1 60.148438,92.136719 c -0.0074,-9.21e-4 -0.01403,-0.003 -0.02148,-0.0039 C 43.052333,90.033445 21.423828,81.626953 21.423828,81.626953 Z m 50.863281,35.396487 0.01172,0.008 v -0.006 a 15.593221,53.152542 0 0 1 -0.01172,-0.002 z"
style="opacity:0.15100002;fill:url(#linearGradient886);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path861"
d="m 72.298828,10.96875 -0.113281,0.07813 a 15.593221,53.152542 0 0 1 0.109375,-0.01758 z m -3.947266,2.746094 -46.927734,32.658203 c 0,0 17.494553,-1.350305 38.085938,-6.818359 l 0.0059,-0.002 a 15.593221,53.152542 0 0 1 8.835937,-25.83789 z"
style="opacity:0.15100002;fill:url(#linearGradient878);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g> </g>
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#00caf3;stroke-width:4.735;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path899"
sodipodi:type="arc"
sodipodi:cx="-94.0597"
sodipodi:cy="64"
sodipodi:rx="16.542377"
sodipodi:ry="38.753605"
sodipodi:start="2.268928"
sodipodi:end="4.0142573"
d="M -104.69293,93.686984 A 16.542377,38.753605 0 0 1 -110.60208,64 a 16.542377,38.753605 0 0 1 5.90914,-29.686984"
sodipodi:open="true"
transform="scale(-1,1)" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -1,9 +1,170 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M64.79,15.5c-7.7,0-13.18,14.26-14.98,33.93c5.16,0.04,8.63,7.24,8.63,16.13 c0,8.66-4.1,15.72-8.32,16.1c2.06,18.11,7.37,30.95,14.67,30.95c5.27,0,14.04-21.74,14.04-48.55 C78.83,37.24,70.07,15.5,64.79,15.5z" style="fill:#2F2F2F;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M39.84,64.06c0-23.58,6.5-43.29,15.23-48.56c-1.04,0-2.07,0-3.29,0c-3.38,0-10.21,9.87-14.31,24.51 L25.22,55.38c-1.45,0.22-2.91,0.57-4.38,0.9c-0.56-6.23-1.84-10.57-4.23-10.91c0.1-0.01-0.31-0.04-0.31-0.04H9.58H8.11 c-4.43,0-8.02,8.99-8.02,20.09c0,11.09,3.59,20.09,8.02,20.09h1.46h6.72c0,0,0.41-0.03,0.31-0.05c2.43-0.35,3.71-4.85,4.26-11.25 l4.35,1.25l14.06,17.75c0,0,0.11,0.04,0.27,0.08c4.35,11.73,10.02,19.32,11.73,19.32c1.08,0,2.7,0,3.79,0 C46.33,107.34,39.84,87.63,39.84,64.06z" style="fill:#78A3AD;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M84.93,44.93c2.97,4.29,4.72,11.24,4.72,19.07c0,7.83-1.76,14.78-4.72,19.06l4.73,4.76 c4.22-5.42,6.65-14,6.65-23.83c0-9.83-2.42-18.41-6.65-23.83L84.93,44.93z" style="fill:#40C0E7;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M102.52,27.22l-4.85,4.88c4.61,7.73,7.31,19.17,7.31,31.9c0,12.72-2.7,24.16-7.3,31.9l4.84,4.88 c5.83-8.85,9.12-21.93,9.12-36.78C111.64,49.15,108.35,36.07,102.52,27.22z" style="fill:#40C0E7;"/> xmlns:svg="http://www.w3.org/2000/svg"
<path d="M115.83,13.82l-4.86,4.89c6.49,11.12,10.28,27.33,10.28,45.29c0,17.97-3.79,34.18-10.28,45.29 l4.86,4.89c7.64-12.23,12.07-30.34,12.07-50.19C127.91,44.15,123.47,26.04,115.83,13.82z" style="fill:#40C0E7;"/> xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg14"
sodipodi:docname="emoji_u1f50a.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata20">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs18">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient884"
id="linearGradient886"
x1="47.249798"
y1="113.27789"
x2="39.125973"
y2="57.344631"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient884">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop880" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop882" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient876"
id="linearGradient878"
x1="43.520916"
y1="12.926723"
x2="58.099197"
y2="91.857681"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient876">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop872" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop874" />
</linearGradient>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview16"
showgrid="false"
inkscape:snap-page="true"
inkscape:zoom="1.3037281"
inkscape:cx="-257.82387"
inkscape:cy="4.8202784"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<g
id="g894"
transform="translate(9.0010244)">
<rect
y="46.372879"
x="5.4237289"
height="35.254238"
width="44.474575"
id="rect821"
style="opacity:1;vector-effect:none;fill:#0083bd;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
inkscape:connector-curvature="0"
id="path823"
d="M 73.355469,10.847658 A 15.593221,53.152542 0 0 0 57.763672,64.000002 15.593221,53.152542 0 0 0 73.355469,117.15234 15.593221,53.152542 0 0 0 88.949219,64.000002 15.593221,53.152542 0 0 0 73.355469,10.847658 Z"
style="opacity:1;vector-effect:none;fill:#00364e;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
inkscape:connector-curvature="0"
style="opacity:1;vector-effect:none;fill:#a5c0cb;fill-opacity:1;stroke:none;stroke-width:1.38343239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
d="M 61.761773,48.49934 A 7.8962149,15.500718 0 0 0 53.86628,64.000001 7.8962149,15.500718 0 0 0 61.761773,79.50066 7.8962149,15.500718 0 0 0 69.658257,64.000001 7.8962149,15.500718 0 0 0 61.761773,48.49934 Z"
id="path849" />
<path
id="path829"
d="m 72.298828,10.96875 -0.113281,0.07813 A 15.593221,53.152542 0 0 1 72.294922,11.0293 Z M 68.351562,13.714844 21.423828,46.373047 V 58.441406 69.558594 81.626953 L 68.382812,114.30664 A 15.593221,53.152542 0 0 1 57.763672,64 15.593221,53.152542 0 0 1 68.351562,13.714844 Z m 3.935547,103.308596 0.01172,0.008 v -0.006 a 15.593221,53.152542 0 0 1 -0.01172,-0.002 z"
style="opacity:1;vector-effect:none;fill:#0083bd;fill-opacity:1;stroke:none;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="path853"
d="M 21.423828,81.626953 68.382812,114.30664 A 15.593221,53.152542 0 0 1 60.148438,92.136719 c -0.0074,-9.21e-4 -0.01403,-0.003 -0.02148,-0.0039 C 43.052333,90.033445 21.423828,81.626953 21.423828,81.626953 Z m 50.863281,35.396487 0.01172,0.008 v -0.006 a 15.593221,53.152542 0 0 1 -0.01172,-0.002 z"
style="opacity:0.15100002;fill:url(#linearGradient886);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path861"
d="m 72.298828,10.96875 -0.113281,0.07813 a 15.593221,53.152542 0 0 1 0.109375,-0.01758 z m -3.947266,2.746094 -46.927734,32.658203 c 0,0 17.494553,-1.350305 38.085938,-6.818359 l 0.0059,-0.002 a 15.593221,53.152542 0 0 1 8.835937,-25.83789 z"
style="opacity:0.15100002;fill:url(#linearGradient878);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g> </g>
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#00caf3;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path899"
sodipodi:type="arc"
sodipodi:cx="-88.197426"
sodipodi:cy="64"
sodipodi:rx="11.625963"
sodipodi:ry="27.235989"
sodipodi:start="2.268928"
sodipodi:end="4.0142573"
d="M -95.670451,84.863978 A 11.625963,27.235989 0 0 1 -99.823389,64 11.625963,27.235989 0 0 1 -95.670451,43.136022"
sodipodi:open="true"
transform="scale(-1,1)" />
<path
transform="scale(-1,1)"
sodipodi:open="true"
d="M -114.18956,101.8316 A 21.08077,49.385639 0 0 1 -121.71987,64 a 21.08077,49.385639 0 0 1 7.53031,-37.831595"
sodipodi:end="4.0142573"
sodipodi:start="2.268928"
sodipodi:ry="49.385639"
sodipodi:rx="21.08077"
sodipodi:cy="64"
sodipodi:cx="-100.6391"
sodipodi:type="arc"
id="path865"
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#00caf3;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<path
transform="scale(-1,1)"
sodipodi:open="true"
d="M -104.20222,93.166577 A 16.252392,38.074261 0 0 1 -110.00778,64 a 16.252392,38.074261 0 0 1 5.80556,-29.166576"
sodipodi:end="4.0142573"
sodipodi:start="2.268928"
sodipodi:ry="38.074261"
sodipodi:rx="16.252392"
sodipodi:cy="64"
sodipodi:cx="-93.755386"
sodipodi:type="arc"
id="path867"
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#00caf3;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,10 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M90.11,92.77H78.49c-0.33,0-0.6,0.27-0.6,0.6v26.9c0,0.33,0.27,0.6,0.6,0.6h11.62 c8.04,0,13.44-5.65,13.44-14.05C103.55,98.42,98.15,92.77,90.11,92.77z M89.77,114.31c-0.07,0-0.12-0.06-0.18-0.08 c-0.03,0-0.04,0.03-0.07,0.03c-0.02,0-0.03,0.02-0.06,0.02h-3.92c-0.32,0-0.58-0.26-0.58-0.57V99.93c0-0.32,0.26-0.57,0.58-0.57 h3.92c0.02,0,0.04,0.02,0.06,0.02c0.03,0,0.04,0.02,0.07,0.02c0.06-0.02,0.11-0.07,0.18-0.07c0.12,0,0.23,0.03,0.34,0.03 c0.21,0.01,0.4,0.03,0.6,0.06c3.49,0.44,5.78,3.29,5.78,7.4c0,4.11-2.3,6.95-5.78,7.39c-0.2,0.03-0.39,0.05-0.6,0.06 C89.99,114.28,89.88,114.31,89.77,114.31z" style="fill:#78A3AD;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M43.65,92.77h-18.6c-0.33,0-0.6,0.27-0.6,0.6v26.9c0,0.33,0.27,0.6,0.6,0.6h18.6 c0.33,0,0.6-0.27,0.6-0.6v-4.45c0-0.33-0.27-0.6-0.6-0.6H31.48v-5.87h9.35c0.33,0,0.6-0.27,0.6-0.6v-4.46c0-0.33-0.27-0.6-0.6-0.6 h-9.35v-5.27h12.16c0.33,0,0.6-0.27,0.6-0.6v-4.46C44.24,93.04,43.98,92.77,43.65,92.77z" style="fill:#78A3AD;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M72.94,92.74H67.1c-0.35,0-0.63,0.28-0.63,0.63v16.76l-10.91-17.1c-0.12-0.18-0.32-0.29-0.53-0.29 H49.2c-0.35,0-0.63,0.28-0.63,0.63v26.9c0,0.35,0.28,0.63,0.63,0.63h5.83c0.35,0,0.63-0.28,0.63-0.63v-16.76l10.91,17.1 c0.12,0.19,0.32,0.29,0.53,0.29h5.84c0.35,0,0.63-0.28,0.63-0.63v-26.9C73.57,93.02,73.28,92.74,72.94,92.74z" style="fill:#78A3AD;"/> xmlns:svg="http://www.w3.org/2000/svg"
</g> xmlns="http://www.w3.org/2000/svg"
<path d="M16.32,48.58L62,14.78V36h50v26H63v20.4L16.32,48.58z" style="fill:#BDCF46;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
</g> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg14"
sodipodi:docname="emoji_u1f51a.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata20">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs18" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview16"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#78a3ad;fill-opacity:1;stroke:none"
x="25.775"
y="119.32204"
id="text829"><tspan
sodipodi:role="line"
id="tspan827"
x="25.775"
y="119.32204"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#78a3ad;fill-opacity:1">END</tspan></text>
<path
inkscape:connector-curvature="0"
id="path10"
style="fill:#bdcf46"
d="M 16.32,48.58 62,14.78 V 36 h 50 V 62 H 63 v 20.4 z" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -1,11 +1,65 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M86.8,92.74h-5.84c-0.35,0-0.63,0.28-0.63,0.63v16.76l-10.91-17.1c-0.12-0.19-0.32-0.29-0.53-0.29 h-5.84c-0.35,0-0.63,0.28-0.63,0.63v26.91c0,0.35,0.28,0.63,0.63,0.63h5.84c0.35,0,0.63-0.28,0.63-0.63V103.5l10.91,17.11 c0.12,0.18,0.32,0.29,0.53,0.29h5.84c0.35,0,0.63-0.28,0.63-0.63V93.37C87.43,93.02,87.14,92.74,86.8,92.74z" style="fill:#78A3AD;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M43.89,92.18c-9.09,0-14.78,6.42-14.78,14.33c0,7.93,5.69,14.35,14.78,14.35 c9.1,0,14.78-6.42,14.78-14.35C58.67,98.6,52.98,92.18,43.89,92.18z M43.89,113.97c-4.72,0-7.68-3.33-7.68-7.46 c0-4.11,2.95-7.45,7.68-7.45c4.73,0,7.68,3.34,7.68,7.45C51.57,110.64,48.61,113.97,43.89,113.97z" style="fill:#78A3AD;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M95.19,116.17c-1.3,0-2.35,1.05-2.35,2.34c0,1.3,1.05,2.36,2.35,2.36c1.3,0,2.35-1.06,2.35-2.36 C97.54,117.22,96.48,116.17,95.19,116.17z" style="fill:#78A3AD;"/> xmlns:svg="http://www.w3.org/2000/svg"
<path d="M95.19,92.12c-2.05,0-3.71,1.66-3.71,3.71c0,0.23,0.03,0.45,0.07,0.66h-0.01l3.03,16.79l0.01-0.02 c0.04,0.31,0.29,0.54,0.61,0.54c0.32,0,0.57-0.23,0.6-0.54l0.02,0.02l3.04-16.79h-0.01c0.04-0.21,0.07-0.44,0.07-0.66 C98.9,93.78,97.24,92.12,95.19,92.12z" style="fill:#78A3AD;"/> xmlns="http://www.w3.org/2000/svg"
</g> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
<polygon points="46.38,33.33 46.38,12.24 0.27,46.05 46.38,79.86 46.38,58.77 81.62,58.77 81.62,79.86 127.73,46.06 81.62,12.24 81.62,33.33 " style="fill:#ED6C30;"/> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
</g> width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg16"
sodipodi:docname="emoji_u1f51b.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata22">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs20" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview18"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg16" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#78a3ad;fill-opacity:1;stroke:none"
x="33.158436"
y="118.77965"
id="text831"><tspan
sodipodi:role="line"
id="tspan829"
x="33.158436"
y="118.77965"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#78a3ad;fill-opacity:1">ON!</tspan></text>
<polygon
id="polygon12"
style="fill:#ed6c30"
points="0.27,46.05 46.38,79.86 46.38,58.77 81.62,58.77 81.62,79.86 127.73,46.06 81.62,12.24 81.62,33.33 46.38,33.33 46.38,12.24 " />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,11 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M24.18,102.16l-1.04-0.53c-0.88-0.46-2.08-1.74-1.56-3.21c0.46-1.3,1.92-1.75,4.05-1.32 c1.78,0.36,3.14,1.09,3.96,1.52l0.34,0.02l0.24-0.23l1.79-4.37l-0.14-0.49c-1.44-1.04-5.3-2.65-9.42-2.19 c-2.79,0.31-5.59,1.12-7.13,4.88c-0.96,2.32-0.96,4.96,0,6.85c1.03,2.07,2.71,3,4.84,4.17l0.29,0.16c1.51,0.82,3.26,1.69,4.6,2.37 c1.81,0.94,2.47,2.64,2.05,3.66c-0.67,1.63-2.12,1.99-4.65,1.2c-2.25-0.66-4.31-2.53-4.88-3.08l-0.34-0.11l-0.3,0.2l-2.77,4.61 l0.06,0.5c1.44,1.5,2.61,2.38,4.64,3.46c1.37,0.73,3.37,1.17,5.36,1.17c2.07,0,7.14-0.52,9.36-5.33c1.4-3.05,0.88-6.28-1.45-8.87 C30,105.09,26.5,103.32,24.18,102.16z" style="fill:#78A3AD;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M113.3,92.77h-5.18c-0.33,0-0.59,0.27-0.59,0.6v16.67l-9.61-16.97c-0.1-0.19-0.3-0.3-0.52-0.3 h-5.18c-0.33,0-0.59,0.27-0.59,0.6v26.9c0,0.33,0.27,0.6,0.59,0.6h5.18c0.33,0,0.59-0.27,0.59-0.6V103.6l9.61,16.97 c0.11,0.19,0.3,0.3,0.52,0.3h5.18c0.33,0,0.6-0.27,0.6-0.6v-26.9C113.9,93.04,113.63,92.77,113.3,92.77z" style="fill:#78A3AD;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M76.35,92.17c-8.08,0-13.13,6.42-13.13,14.34c0,7.93,5.05,14.35,13.13,14.35 c8.08,0,13.13-6.42,13.13-14.35C89.48,98.6,84.43,92.17,76.35,92.17z M76.35,114.1c-4.2,0-6.82-3.4-6.82-7.59 c0-4.18,2.62-7.58,6.82-7.58c4.2,0,6.82,3.4,6.82,7.58C83.17,110.71,80.55,114.1,76.35,114.1z" style="fill:#78A3AD;"/> xmlns:svg="http://www.w3.org/2000/svg"
<path d="M48.5,92.17c-8.08,0-13.13,6.42-13.13,14.34c0,7.93,5.05,14.35,13.13,14.35 c8.08,0,13.13-6.42,13.13-14.35C61.63,98.6,56.58,92.17,48.5,92.17z M48.5,114.1c-4.19,0-6.82-3.4-6.82-7.59 c0-4.18,2.63-7.58,6.82-7.58c4.2,0,6.82,3.4,6.82,7.58C55.32,110.71,52.7,114.1,48.5,114.1z" style="fill:#78A3AD;"/> xmlns="http://www.w3.org/2000/svg"
</g> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
<path d="M111.68,48.36L65.56,82.17V61.08H16.32V35.85h49.24v-21.3L111.68,48.36z" style="fill:#ED6C30;"/> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
</g> width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg16"
sodipodi:docname="emoji_u1f51c.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata22">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs20" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview18"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg16" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#78a3ad;fill-opacity:1;stroke:none"
x="11.737187"
y="120.40678"
id="text831"><tspan
sodipodi:role="line"
id="tspan829"
x="11.737187"
y="120.40678"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#78a3ad;fill-opacity:1">SOON</tspan></text>
<path
inkscape:connector-curvature="0"
id="path12"
style="fill:#ed6c30"
d="M 111.68,48.36 65.56,82.17 V 61.08 H 16.32 V 35.85 h 49.24 v -21.3 z" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,10 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M65.03,92.5c-9.09,0-14.78,6.42-14.78,14.34c0,7.93,5.69,14.35,14.78,14.35 c9.1,0,14.78-6.42,14.78-14.35C79.81,98.92,74.12,92.5,65.03,92.5z M65.03,114.29c-4.72,0-7.68-3.33-7.68-7.45 c0-4.11,2.95-7.45,7.68-7.45c4.73,0,7.68,3.34,7.68,7.45C72.71,110.96,69.75,114.29,65.03,114.29z" style="fill:#78A3AD;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M94.65,92.77H84.56c-0.02,0-0.03,0.02-0.05,0.03h-1.78c-0.33,0-0.6,0.27-0.6,0.6v26.9 c0,0.33,0.27,0.6,0.6,0.6h5.84c0.33,0,0.6-0.27,0.6-0.6v-8.55h5.5c5.28,0,9.58-4.25,9.58-9.48 C104.23,97.03,99.93,92.77,94.65,92.77z M94.06,106.15c-0.05,0-0.1,0.02-0.15,0.02h-4.65l-0.15-0.16V98.5l0.15-0.15h4.65 c0.06,0,0.11,0.01,0.17,0.02c2,0.1,3.6,1.8,3.6,3.89C97.68,104.36,96.07,106.07,94.06,106.15z" style="fill:#78A3AD;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<path d="M50.46,98.18v-4.8c0-0.33-0.27-0.6-0.6-0.6h-25.5c-0.33,0-0.6,0.27-0.6,0.6v4.8 c0,0.33,0.27,0.6,0.6,0.6h9.23v21.51c0,0.33,0.27,0.6,0.6,0.6h5.84c0.33,0,0.6-0.27,0.6-0.6V98.78h9.23 C50.19,98.78,50.46,98.52,50.46,98.18z" style="fill:#78A3AD;"/> xmlns:svg="http://www.w3.org/2000/svg"
</g> xmlns="http://www.w3.org/2000/svg"
<path d="M64.01,18.96l33.81,46.11H76.72v16.18H51.5V65.08h-21.3L64.01,18.96z" style="fill:#FCC21B;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
</g> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg14"
sodipodi:docname="emoji_u1f51d.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata20">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs18" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview16"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#78a3ad;fill-opacity:1;stroke:none"
x="28.5725"
y="120.40678"
id="text829"><tspan
sodipodi:role="line"
id="tspan827"
x="28.5725"
y="120.40678"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#78a3ad;fill-opacity:1">TOP</tspan></text>
<path
inkscape:connector-curvature="0"
id="path10"
style="fill:#fcc21b"
d="M 64.01,18.96 97.82,65.07 H 76.72 V 81.25 H 51.5 V 65.08 H 30.2 Z" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,9 +1,76 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ellipse cx="63.59" cy="64.41" rx="61.69" ry="61.69" style="fill:#006CA2;"/> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M96,61.13c3.31-3.54,5.27-8.36,5.27-13.91c0-11.71-8.63-20.22-20.52-20.22 c-11.89,0-20.52,8.51-20.52,20.22c0,3.66,0.85,7.01,2.37,9.88c0.78,1.49,1.77,2.82,2.9,4.03c-2.62,2.25-4.66,5.11-5.94,8.42 c-1.02,2.62-1.58,5.53-1.58,8.65c0,13,9.58,22.44,22.78,22.44c3.03,0,5.87-0.52,8.44-1.45c3.66-1.31,6.8-3.47,9.18-6.31 c3.25-3.85,5.15-8.91,5.15-14.68C103.52,71.14,100.69,65.16,96,61.13z M68.72,78.53c0-4.52,1.9-8.27,4.97-10.44 c1.84-1.31,4.09-2.04,6.6-2.04c6.69,0,11.56,5.25,11.56,12.47c0,2.33-0.56,4.44-1.48,6.25C88.46,88.56,84.82,91,80.28,91 c-1.86,0-3.55-0.45-5.06-1.17c-2.16-1.06-3.88-2.8-5.01-5.02C69.28,82.99,68.72,80.87,68.72,78.53z M80.75,58 c-0.26,0-0.49,0.03-0.74,0.03c-5.51-0.38-9.44-4.81-9.44-10.91c0-6.35,4.28-10.98,10.18-10.98c5.9,0,10.18,4.62,10.18,10.98 c0,6.1-3.93,10.53-9.44,10.91C81.23,58.03,80.99,58,80.75,58z" style="fill:#FFFFFF;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M53,85h-4l-0.1-55.95c0-0.28-0.12-0.54-0.33-0.71c-0.21-0.18-0.49-0.27-0.77-0.22L27,35 c-0.45,0.08-0.4,0.69-0.4,1.15v11.92c0,0.28,0.12,0.53,0.32,0.71c0.2,0.18,0.47,0.27,0.74,0.24L36,47v38h-5c-0.52,0-1,0.48-1,1v12 c0,0.52,0.48,1,1,1h22.06c0.53,0,0.94-0.42,0.94-0.94V86C54,85.48,53.53,85,53,85z" style="fill:#FFFFFF;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
</g> xmlns:svg="http://www.w3.org/2000/svg"
<polygon points="111.37,102.59 102.94,111 16.63,25.27 25.06,16.86 " style="fill:#DB4437;"/> xmlns="http://www.w3.org/2000/svg"
<path d="M64,128C28.71,128,0,99.29,0,64C0,28.71,28.71,0,64,0s64,28.71,64,64C128,99.29,99.29,128,64,128z M64,10.89c-29.29,0-53.11,23.83-53.11,53.11c0,29.29,23.83,53.11,53.11,53.11S117.11,93.29,117.11,64 C117.11,34.71,93.29,10.89,64,10.89z" style="fill:#DB4437;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg14"
sodipodi:docname="emoji_u1f51e.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata20">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs18" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview16"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<ellipse
cx="63.59"
cy="64.41"
rx="61.69"
ry="61.69"
style="fill:#006CA2;"
id="ellipse2" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;"
x="17.599001"
y="95.968002"
id="text829"><tspan
sodipodi:role="line"
id="tspan827"
x="17.599001"
y="95.968002"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1;">18</tspan></text>
<polygon
points="111.37,102.59 102.94,111 16.63,25.27 25.06,16.86 "
style="fill:#DB4437;"
id="polygon10" />
<path
d="M64,128C28.71,128,0,99.29,0,64C0,28.71,28.71,0,64,0s64,28.71,64,64C128,99.29,99.29,128,64,128z M64,10.89c-29.29,0-53.11,23.83-53.11,53.11c0,29.29,23.83,53.11,53.11,53.11S117.11,93.29,117.11,64 C117.11,34.71,93.29,10.89,64,10.89z"
style="fill:#DB4437;"
id="path12" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -14,7 +14,7 @@
version="1.1" version="1.1"
id="svg22" id="svg22"
sodipodi:docname="emoji_u1f683.svg" sodipodi:docname="emoji_u1f683.svg"
inkscape:version="0.92+devel unknown"> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata <metadata
id="metadata28"> id="metadata28">
<rdf:RDF> <rdf:RDF>
@ -57,8 +57,8 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1680" inkscape:window-width="1920"
inkscape:window-height="986" inkscape:window-height="1046"
id="namedview24" id="namedview24"
showgrid="false" showgrid="false"
inkscape:snap-bbox="true" inkscape:snap-bbox="true"
@ -68,10 +68,10 @@
inkscape:object-paths="false" inkscape:object-paths="false"
inkscape:object-nodes="false" inkscape:object-nodes="false"
inkscape:zoom="5.4453125" inkscape:zoom="5.4453125"
inkscape:cx="63.434674" inkscape:cx="6.6886195"
inkscape:cy="54.746394" inkscape:cy="54.746394"
inkscape:window-x="0" inkscape:window-x="-11"
inkscape:window-y="27" inkscape:window-y="-11"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg22" inkscape:current-layer="svg22"
inkscape:snap-bbox-midpoints="true" /> inkscape:snap-bbox-midpoints="true" />
@ -105,7 +105,7 @@
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</g> </g>
<rect <rect
style="opacity:1;vector-effect:none;fill:#b71c1c;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" style="opacity:1;vector-effect:none;fill:#1c74b7;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4286" id="rect4286"
width="126.7793" width="126.7793"
height="68.781258" height="68.781258"

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -14,7 +14,7 @@
version="1.1" version="1.1"
id="svg39" id="svg39"
sodipodi:docname="emoji_u1f684.svg" sodipodi:docname="emoji_u1f684.svg"
inkscape:version="0.92+devel unknown"> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata <metadata
id="metadata45"> id="metadata45">
<rdf:RDF> <rdf:RDF>
@ -96,8 +96,8 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1680" inkscape:window-width="1920"
inkscape:window-height="986" inkscape:window-height="1046"
id="namedview41" id="namedview41"
showgrid="false" showgrid="false"
inkscape:snap-page="true" inkscape:snap-page="true"
@ -107,10 +107,10 @@
inkscape:bbox-nodes="true" inkscape:bbox-nodes="true"
inkscape:snap-smooth-nodes="true" inkscape:snap-smooth-nodes="true"
inkscape:zoom="1.9252087" inkscape:zoom="1.9252087"
inkscape:cx="120.09171" inkscape:cx="-40.41037"
inkscape:cy="-19.621155" inkscape:cy="-19.621155"
inkscape:window-x="0" inkscape:window-x="-11"
inkscape:window-y="27" inkscape:window-y="-11"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg39" inkscape:current-layer="svg39"
inkscape:snap-nodes="true" /> inkscape:snap-nodes="true" />
@ -259,7 +259,7 @@
id="rect4511" id="rect4511"
style="vector-effect:none;fill:#83bccb;fill-opacity:1;stroke:none;stroke-width:1" /> style="vector-effect:none;fill:#83bccb;fill-opacity:1;stroke:none;stroke-width:1" />
<path <path
style="opacity:1;vector-effect:none;fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;vector-effect:none;fill:#29d200;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 29.880859,75.767578 c -6.995122,0.0068 -21.408716,0.226923 -25.0507809,1.882813 -1.1825648,1.41961 -0.7563067,2.446433 1.0996094,3.21289 0,0 1.7712694,-1.46289 44.3750005,-1.46289 H 128 V 75.785156 H 33.726562 c 0,0 -1.508185,-0.01986 -3.845703,-0.01758 z" d="m 29.880859,75.767578 c -6.995122,0.0068 -21.408716,0.226923 -25.0507809,1.882813 -1.1825648,1.41961 -0.7563067,2.446433 1.0996094,3.21289 0,0 1.7712694,-1.46289 44.3750005,-1.46289 H 128 V 75.785156 H 33.726562 c 0,0 -1.508185,-0.01986 -3.845703,-0.01758 z"
id="path4517" id="path4517"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -14,7 +14,7 @@
version="1.1" version="1.1"
id="svg32" id="svg32"
sodipodi:docname="emoji_u1f686.svg" sodipodi:docname="emoji_u1f686.svg"
inkscape:version="0.92+devel unknown"> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata <metadata
id="metadata38"> id="metadata38">
<rdf:RDF> <rdf:RDF>
@ -57,8 +57,8 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1680" inkscape:window-width="1920"
inkscape:window-height="986" inkscape:window-height="1046"
id="namedview34" id="namedview34"
showgrid="false" showgrid="false"
inkscape:snap-bbox="true" inkscape:snap-bbox="true"
@ -77,10 +77,10 @@
inkscape:snap-nodes="true" inkscape:snap-nodes="true"
inkscape:object-nodes="true" inkscape:object-nodes="true"
inkscape:zoom="3.8504174" inkscape:zoom="3.8504174"
inkscape:cx="124.2756" inkscape:cx="44.02456"
inkscape:cy="67.429172" inkscape:cy="67.429172"
inkscape:window-x="0" inkscape:window-x="-11"
inkscape:window-y="27" inkscape:window-y="-11"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg32" /> inkscape:current-layer="svg32" />
<g <g
@ -98,7 +98,7 @@
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</g> </g>
<path <path
style="opacity:1;fill:#1a237e;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#1a297e;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 54.138672 3.7617188 C 40.178286 3.7617187 31.924863 9.9738116 27.035156 18.587891 L 27.035156 54.787109 L 27.035156 60.626953 L 27.035156 61.640625 C 27.035156 64.189025 29.086366 66.240234 31.634766 66.240234 L 96.394531 66.240234 C 98.942931 66.240234 100.99414 64.189025 100.99414 61.640625 L 100.99414 60.626953 L 100.99414 54.787109 L 100.99414 16.542969 C 102.28722 18.490739 103.37923 20.591999 104.29883 22.794922 C 99.822579 12.068689 91.30165 3.7617188 75.050781 3.7617188 L 54.138672 3.7617188 z M 27.023438 18.609375 C 26.6152 19.329703 26.233592 20.068606 25.871094 20.820312 C 26.233648 20.068586 26.615196 19.329753 27.023438 18.609375 z M 25.705078 21.173828 C 25.389078 21.84578 25.088885 22.527828 24.806641 23.220703 C 25.088967 22.527854 25.389033 21.845776 25.705078 21.173828 z M 104.30078 22.804688 C 104.60194 23.526586 104.8848 24.257968 105.15039 25 C 104.885 24.258277 104.60172 23.52627 104.30078 22.804688 z M 24.660156 23.585938 C 24.367046 24.323911 24.091749 25.070859 23.833984 25.828125 C 24.091665 25.071631 24.36723 24.323194 24.660156 23.585938 z M 105.18555 25.105469 C 105.4455 25.837046 105.69025 26.576721 105.91797 27.324219 C 105.69026 26.576346 105.44554 25.837388 105.18555 25.105469 z M 105.91797 27.324219 C 106.14932 28.083647 106.36417 28.850738 106.56445 29.623047 C 106.36423 28.850491 106.14927 28.083875 105.91797 27.324219 z M 23.769531 26.011719 C 22.912982 28.560172 22.246084 31.201466 21.730469 33.873047 C 22.2468 31.20251 22.912659 28.559299 23.769531 26.011719 z M 106.5918 29.728516 C 106.78713 30.48735 106.9691 31.251857 107.13672 32.019531 C 106.96911 31.251243 106.78715 30.487947 106.5918 29.728516 z M 107.14453 32.056641 C 107.31616 32.844812 107.47443 33.635878 107.61914 34.429688 C 107.47453 33.635659 107.31606 32.845031 107.14453 32.056641 z M 107.61914 34.429688 C 107.76516 35.230658 107.89857 36.032977 108.01953 36.835938 C 107.89868 36.032851 107.76504 35.230793 107.61914 34.429688 z M 108.01953 36.835938 C 108.14049 37.638898 108.2494 38.442958 108.34766 39.244141 C 108.24943 38.442182 108.14049 37.639693 108.01953 36.835938 z M 108.34766 39.244141 C 108.52072 40.655281 108.65489 42.057779 108.76758 43.447266 C 108.65491 42.055504 108.5208 40.657728 108.34766 39.244141 z M 21.707031 33.998047 C 21.54985 34.820088 21.405761 35.643958 21.275391 36.46875 C 21.406052 35.643874 21.549553 34.820173 21.707031 33.998047 z M 21.216797 36.857422 C 21.105232 37.585545 21.002973 38.312297 20.910156 39.039062 C 21.003133 38.313052 21.105105 37.584784 21.216797 36.857422 z M 20.84375 39.560547 C 20.752678 40.30694 20.66924 41.049783 20.595703 41.791016 C 20.669484 41.049822 20.752426 40.306895 20.84375 39.560547 z M 20.5625 42.119141 C 20.527867 42.479647 20.501572 42.83277 20.470703 43.191406 C 20.50163 42.833523 20.527822 42.478885 20.5625 42.119141 z M 108.86328 44.820312 C 108.9465 46.021611 109.01864 47.215887 109.06836 48.380859 C 109.01858 47.211813 108.9467 46.026098 108.86328 44.820312 z M 20.228516 46.541016 C 20.214468 46.781894 20.194317 47.024342 20.181641 47.263672 C 20.194335 47.025449 20.21446 46.780772 20.228516 46.541016 z M 109.09961 49.175781 C 109.14916 50.500288 109.18694 51.807265 109.20703 53.060547 C 109.18684 51.800747 109.14939 50.507973 109.09961 49.175781 z M 109.20703 53.060547 L 109.20703 64.464844 C 109.20703 69.561644 105.10461 73.666016 100.00781 73.666016 L 29.138672 73.666016 C 24.041872 73.666016 19.939453 69.561644 19.939453 64.464844 L 19.939453 80.470703 C 19.939453 99.27713 35.191871 114.41797 54.138672 114.41797 L 75.050781 114.41797 C 93.997582 114.41797 109.25195 99.27713 109.25195 80.470703 L 109.25195 59.138672 C 109.25195 57.280779 109.24152 55.212768 109.20703 53.060547 z M 20.050781 50.576172 C 20.014218 51.752642 19.989659 52.883171 19.974609 53.996094 C 19.989825 52.88762 20.01414 51.747616 20.050781 50.576172 z M 19.957031 55.033203 C 19.94346 56.468333 19.939453 57.852354 19.939453 59.138672 C 19.939453 57.852967 19.943281 56.467475 19.957031 55.033203 z " d="M 54.138672 3.7617188 C 40.178286 3.7617187 31.924863 9.9738116 27.035156 18.587891 L 27.035156 54.787109 L 27.035156 60.626953 L 27.035156 61.640625 C 27.035156 64.189025 29.086366 66.240234 31.634766 66.240234 L 96.394531 66.240234 C 98.942931 66.240234 100.99414 64.189025 100.99414 61.640625 L 100.99414 60.626953 L 100.99414 54.787109 L 100.99414 16.542969 C 102.28722 18.490739 103.37923 20.591999 104.29883 22.794922 C 99.822579 12.068689 91.30165 3.7617188 75.050781 3.7617188 L 54.138672 3.7617188 z M 27.023438 18.609375 C 26.6152 19.329703 26.233592 20.068606 25.871094 20.820312 C 26.233648 20.068586 26.615196 19.329753 27.023438 18.609375 z M 25.705078 21.173828 C 25.389078 21.84578 25.088885 22.527828 24.806641 23.220703 C 25.088967 22.527854 25.389033 21.845776 25.705078 21.173828 z M 104.30078 22.804688 C 104.60194 23.526586 104.8848 24.257968 105.15039 25 C 104.885 24.258277 104.60172 23.52627 104.30078 22.804688 z M 24.660156 23.585938 C 24.367046 24.323911 24.091749 25.070859 23.833984 25.828125 C 24.091665 25.071631 24.36723 24.323194 24.660156 23.585938 z M 105.18555 25.105469 C 105.4455 25.837046 105.69025 26.576721 105.91797 27.324219 C 105.69026 26.576346 105.44554 25.837388 105.18555 25.105469 z M 105.91797 27.324219 C 106.14932 28.083647 106.36417 28.850738 106.56445 29.623047 C 106.36423 28.850491 106.14927 28.083875 105.91797 27.324219 z M 23.769531 26.011719 C 22.912982 28.560172 22.246084 31.201466 21.730469 33.873047 C 22.2468 31.20251 22.912659 28.559299 23.769531 26.011719 z M 106.5918 29.728516 C 106.78713 30.48735 106.9691 31.251857 107.13672 32.019531 C 106.96911 31.251243 106.78715 30.487947 106.5918 29.728516 z M 107.14453 32.056641 C 107.31616 32.844812 107.47443 33.635878 107.61914 34.429688 C 107.47453 33.635659 107.31606 32.845031 107.14453 32.056641 z M 107.61914 34.429688 C 107.76516 35.230658 107.89857 36.032977 108.01953 36.835938 C 107.89868 36.032851 107.76504 35.230793 107.61914 34.429688 z M 108.01953 36.835938 C 108.14049 37.638898 108.2494 38.442958 108.34766 39.244141 C 108.24943 38.442182 108.14049 37.639693 108.01953 36.835938 z M 108.34766 39.244141 C 108.52072 40.655281 108.65489 42.057779 108.76758 43.447266 C 108.65491 42.055504 108.5208 40.657728 108.34766 39.244141 z M 21.707031 33.998047 C 21.54985 34.820088 21.405761 35.643958 21.275391 36.46875 C 21.406052 35.643874 21.549553 34.820173 21.707031 33.998047 z M 21.216797 36.857422 C 21.105232 37.585545 21.002973 38.312297 20.910156 39.039062 C 21.003133 38.313052 21.105105 37.584784 21.216797 36.857422 z M 20.84375 39.560547 C 20.752678 40.30694 20.66924 41.049783 20.595703 41.791016 C 20.669484 41.049822 20.752426 40.306895 20.84375 39.560547 z M 20.5625 42.119141 C 20.527867 42.479647 20.501572 42.83277 20.470703 43.191406 C 20.50163 42.833523 20.527822 42.478885 20.5625 42.119141 z M 108.86328 44.820312 C 108.9465 46.021611 109.01864 47.215887 109.06836 48.380859 C 109.01858 47.211813 108.9467 46.026098 108.86328 44.820312 z M 20.228516 46.541016 C 20.214468 46.781894 20.194317 47.024342 20.181641 47.263672 C 20.194335 47.025449 20.21446 46.780772 20.228516 46.541016 z M 109.09961 49.175781 C 109.14916 50.500288 109.18694 51.807265 109.20703 53.060547 C 109.18684 51.800747 109.14939 50.507973 109.09961 49.175781 z M 109.20703 53.060547 L 109.20703 64.464844 C 109.20703 69.561644 105.10461 73.666016 100.00781 73.666016 L 29.138672 73.666016 C 24.041872 73.666016 19.939453 69.561644 19.939453 64.464844 L 19.939453 80.470703 C 19.939453 99.27713 35.191871 114.41797 54.138672 114.41797 L 75.050781 114.41797 C 93.997582 114.41797 109.25195 99.27713 109.25195 80.470703 L 109.25195 59.138672 C 109.25195 57.280779 109.24152 55.212768 109.20703 53.060547 z M 20.050781 50.576172 C 20.014218 51.752642 19.989659 52.883171 19.974609 53.996094 C 19.989825 52.88762 20.01414 51.747616 20.050781 50.576172 z M 19.957031 55.033203 C 19.94346 56.468333 19.939453 57.852354 19.939453 59.138672 C 19.939453 57.852967 19.943281 56.467475 19.957031 55.033203 z "
id="rect4279" /> id="rect4279" />
<g <g
@ -126,7 +126,7 @@
rx="5.6999998" rx="5.6999998"
ry="5.6999998" /> ry="5.6999998" />
<path <path
style="opacity:1;fill:#ffef64;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:1;fill:#64ff94;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 100.99414 16.542969 L 100.99414 54.787109 L 100.99414 60.626953 L 100.99414 61.640625 C 100.99414 64.189025 98.942931 66.240234 96.394531 66.240234 L 31.634766 66.240234 C 29.086366 66.240234 27.035156 64.189025 27.035156 61.640625 L 27.035156 60.626953 L 27.035156 54.787109 L 27.035156 18.587891 C 20.055951 30.883773 19.939453 48.079894 19.939453 59.138672 L 19.939453 64.464844 C 19.939453 69.561644 24.041872 73.666016 29.138672 73.666016 L 100.00781 73.666016 C 105.10461 73.666016 109.20703 69.561644 109.20703 64.464844 L 109.20703 53.060547 C 109.0246 41.678226 107.89229 26.933671 100.99414 16.542969 z " d="M 100.99414 16.542969 L 100.99414 54.787109 L 100.99414 60.626953 L 100.99414 61.640625 C 100.99414 64.189025 98.942931 66.240234 96.394531 66.240234 L 31.634766 66.240234 C 29.086366 66.240234 27.035156 64.189025 27.035156 61.640625 L 27.035156 60.626953 L 27.035156 54.787109 L 27.035156 18.587891 C 20.055951 30.883773 19.939453 48.079894 19.939453 59.138672 L 19.939453 64.464844 C 19.939453 69.561644 24.041872 73.666016 29.138672 73.666016 L 100.00781 73.666016 C 105.10461 73.666016 109.20703 69.561644 109.20703 64.464844 L 109.20703 53.060547 C 109.0246 41.678226 107.89229 26.933671 100.99414 16.542969 z "
id="rect4335" /> id="rect4335" />
<path <path

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -13,7 +13,7 @@
version="1.1" version="1.1"
id="svg30" id="svg30"
sodipodi:docname="emoji_u1f689.svg" sodipodi:docname="emoji_u1f689.svg"
inkscape:version="0.92+devel unknown"> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata <metadata
id="metadata36"> id="metadata36">
<rdf:RDF> <rdf:RDF>
@ -37,8 +37,8 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1680" inkscape:window-width="1920"
inkscape:window-height="986" inkscape:window-height="1046"
id="namedview32" id="namedview32"
showgrid="false" showgrid="false"
inkscape:snap-bbox="true" inkscape:snap-bbox="true"
@ -47,76 +47,71 @@
inkscape:snap-bbox-edge-midpoints="true" inkscape:snap-bbox-edge-midpoints="true"
inkscape:bbox-paths="true" inkscape:bbox-paths="true"
inkscape:zoom="2.7226563" inkscape:zoom="2.7226563"
inkscape:cx="145.66009" inkscape:cx="32.167983"
inkscape:cy="67.839753" inkscape:cy="67.839753"
inkscape:window-x="0" inkscape:window-x="-11"
inkscape:window-y="27" inkscape:window-y="-11"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg30" /> inkscape:current-layer="svg30" />
<g <g
id="g4314" style="stroke-width:1.21201003"
transform="matrix(0.82507087,0,0,0.82508046,4.8336398,-5.7375906)" id="g4284-3"
style="stroke-width:1.21201003"> transform="matrix(0.82507087,0,0,0.82508046,14.323889,21.760987)">
<g
transform="translate(11.502344,33.328359)"
id="g4284-3"
style="stroke-width:1.21201003">
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#2f2f2f;stroke-width:1.21201003"
d="m 75.23821,120.95 c 0,3.64 1.625229,6.6 3.630597,6.6 v 0 c 2.00537,0 3.6306,-2.96 3.6306,-6.6 V 94.23 c 0,-3.63 -1.62523,-6.59 -3.6306,-6.59 v 0 c -2.005368,0 -3.630597,2.96 -3.630597,6.59 z" />
<path
inkscape:connector-curvature="0"
id="path4"
style="fill:#2f2f2f;stroke-width:1.21201003"
d="m 31.880834,120.95 c 0,3.64 -1.750677,6.6 -3.910834,6.6 v 0 c -2.160157,0 -3.910834,-2.96 -3.910834,-6.6 V 94.23 c 0,-3.63 1.750677,-6.59 3.910834,-6.59 v 0 c 2.160157,0 3.910834,2.96 3.910834,6.59 z" />
</g>
<path <path
id="rect4279-6" d="m 75.23821,120.95 c 0,3.64 1.625229,6.6 3.630597,6.6 v 0 c 2.00537,0 3.6306,-2.96 3.6306,-6.6 V 94.23 c 0,-3.63 -1.62523,-6.59 -3.6306,-6.59 v 0 c -2.005368,0 -3.630597,2.96 -3.630597,6.59 z"
d="m 54.920302,37.090078 c -13.960386,0 -22.213809,6.212093 -27.103516,14.826172 v 36.199218 5.839844 1.013672 c 0,2.5484 2.05121,4.599609 4.59961,4.599609 h 64.759765 c 2.5484,0 4.599609,-2.051209 4.599609,-4.599609 v -1.013672 -5.839844 -38.24414 c 1.29308,1.94777 2.38509,4.04903 3.30469,6.251953 C 100.60421,45.397048 92.08328,37.090078 75.832411,37.090078 Z M 27.805068,51.937734 c -0.408238,0.720328 -0.789846,1.459231 -1.152344,2.210937 0.362554,-0.751726 0.744102,-1.490559 1.152344,-2.210937 z m -1.31836,2.564453 c -0.316,0.671952 -0.616193,1.354 -0.898437,2.046875 0.282326,-0.692849 0.582392,-1.374927 0.898437,-2.046875 z m 78.595702,1.63086 c 0.30116,0.721898 0.58402,1.45328 0.84961,2.195312 -0.26539,-0.741723 -0.54867,-1.47373 -0.84961,-2.195312 z m -79.640624,0.78125 c -0.29311,0.737973 -0.568407,1.484921 -0.826172,2.242187 0.257681,-0.756494 0.533246,-1.504931 0.826172,-2.242187 z m 80.525394,1.519531 c 0.25995,0.731577 0.5047,1.471252 0.73242,2.21875 -0.22771,-0.747873 -0.47243,-1.486831 -0.73242,-2.21875 z m 0.73242,2.21875 c 0.23135,0.759428 0.4462,1.526519 0.64648,2.298828 -0.20022,-0.772556 -0.41518,-1.539172 -0.64648,-2.298828 z m -82.148439,-1.3125 c -0.856549,2.548453 -1.523447,5.189747 -2.039062,7.861328 0.516331,-2.670537 1.18219,-5.313748 2.039062,-7.861328 z m 82.822269,3.716797 c 0.19533,0.758834 0.3773,1.523341 0.54492,2.291015 -0.16761,-0.768288 -0.34957,-1.531584 -0.54492,-2.291015 z m 0.55273,2.328125 c 0.17163,0.788171 0.3299,1.579237 0.47461,2.373047 -0.14461,-0.794029 -0.30308,-1.584657 -0.47461,-2.373047 z m 0.47461,2.373047 c 0.14602,0.80097 0.27943,1.603289 0.40039,2.40625 -0.12085,-0.803087 -0.25449,-1.605145 -0.40039,-2.40625 z m 0.40039,2.40625 c 0.12096,0.80296 0.22987,1.60702 0.32813,2.408203 -0.0982,-0.801959 -0.20717,-1.604448 -0.32813,-2.408203 z m 0.32813,2.408203 c 0.17306,1.41114 0.30723,2.813638 0.41992,4.203125 -0.11267,-1.391762 -0.24678,-2.789538 -0.41992,-4.203125 z M 22.488661,67.326406 c -0.157181,0.822041 -0.30127,1.645911 -0.43164,2.470703 0.130661,-0.824876 0.274162,-1.648577 0.43164,-2.470703 z m -0.490234,2.859375 c -0.111565,0.728123 -0.213824,1.454875 -0.306641,2.18164 0.09298,-0.72601 0.194949,-1.454278 0.306641,-2.18164 z m -0.373047,2.703125 c -0.09107,0.746393 -0.17451,1.489236 -0.248047,2.230469 0.07378,-0.741194 0.156723,-1.484121 0.248047,-2.230469 z M 21.34413,75.4475 c -0.03463,0.360506 -0.06093,0.713629 -0.0918,1.072265 0.03093,-0.357883 0.05712,-0.712521 0.0918,-1.072265 z m 88.30078,2.701171 c 0.0832,1.201299 0.15536,2.395575 0.20508,3.560547 -0.0498,-1.169046 -0.12166,-2.354761 -0.20508,-3.560547 z m -88.634764,1.720704 c -0.01405,0.240878 -0.0342,0.483326 -0.04687,0.722656 0.01269,-0.238223 0.03282,-0.4829 0.04687,-0.722656 z m 88.871094,2.634765 c 0.0495,1.324507 0.0873,2.631484 0.10742,3.884766 -0.0202,-1.2598 -0.0576,-2.552574 -0.10742,-3.884766 z m 0.10742,3.884766 v 11.404297 c 0,5.096797 -4.10242,9.201177 -9.19922,9.201177 H 29.920302 c -5.0968,0 -9.199219,-4.10438 -9.199219,-9.201177 v 16.005857 c 0,18.80643 15.252418,33.94727 34.199219,33.94727 h 20.912109 c 18.946801,0 34.201169,-15.14084 34.201169,-33.94727 V 92.467031 c 0,-1.857893 -0.0104,-3.925904 -0.0449,-6.078125 z M 20.832411,83.904531 c -0.03656,1.17647 -0.06112,2.306999 -0.07617,3.419922 0.01522,-1.108474 0.03953,-2.248478 0.07617,-3.419922 z m -0.09375,4.457031 c -0.01357,1.43513 -0.01758,2.819151 -0.01758,4.105469 0,-1.285705 0.0038,-2.671197 0.01758,-4.105469 z" style="fill:#2f2f2f;stroke-width:1.21201003"
style="opacity:1;fill:#1a237e;fill-opacity:1;stroke:none;stroke-width:4.58082533;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path2"
inkscape:connector-curvature="0" />
<g
style="fill:#ffffff;fill-opacity:1;stroke-width:1.21201003"
transform="translate(-2.8489693,33.328359)"
id="g4354-7">
<path
inkscape:connector-curvature="0"
id="path18-5"
style="fill:#ffffff;fill-opacity:1;stroke-width:1.21200991"
d="m 53.995331,84.172908 c 0,3.289643 -2.683444,5.973086 -5.981169,5.973086 -3.305807,0 -5.973086,-2.683443 -5.973086,-5.973086 0,-3.297725 2.675361,-5.973086 5.973086,-5.973086 3.305808,0 5.981169,2.675361 5.981169,5.973086 z" />
<path
inkscape:connector-curvature="0"
id="path20"
style="fill:#ffffff;fill-opacity:1;stroke-width:1.21200991"
d="m 81.265866,84.172908 c 0,3.289643 2.675361,5.973086 5.981169,5.973086 3.297725,0 5.973086,-2.683443 5.973086,-5.973086 0,-3.297725 -2.675361,-5.973086 -5.973086,-5.973086 -3.305808,0 -5.981169,2.675361 -5.981169,5.973086 z" />
</g>
<rect
ry="6.9084172"
rx="6.9084969"
y="126.07482"
x="51.887508"
height="15.273011"
width="25.788244"
id="rect4292-3"
style="opacity:1;fill:#1b1b1b;fill-opacity:1;stroke:none;stroke-width:4.58082533;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
id="rect4335-5"
d="m 101.77577,49.871328 v 38.24414 5.839844 1.013672 c 0,2.5484 -2.051209,4.599609 -4.599609,4.599609 H 32.416396 c -2.5484,0 -4.59961,-2.051209 -4.59961,-4.599609 V 93.955312 88.115468 51.91625 c -6.979205,12.295882 -7.095703,29.492003 -7.095703,40.550781 v 5.326172 c 0,5.096797 4.102419,9.201177 9.199219,9.201177 h 70.869138 c 5.0968,0 9.19922,-4.10438 9.19922,-9.201177 V 86.388906 C 109.80623,75.006585 108.67392,60.26203 101.77577,49.871328 Z"
style="opacity:1;fill:#ffef64;fill-opacity:1;stroke:none;stroke-width:4.58082533;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
<path <path
id="path4331-6" d="m 31.880834,120.95 c 0,3.64 -1.750677,6.6 -3.910834,6.6 v 0 c -2.160157,0 -3.910834,-2.96 -3.910834,-6.6 V 94.23 c 0,-3.63 1.750677,-6.59 3.910834,-6.59 v 0 c 2.160157,0 3.910834,2.96 3.910834,6.59 z"
d="m 38.498427,57.888906 c -3.699281,0 -6.803363,2.628851 -6.898438,5.837891 l -3.783203,24.388671 v 6.853516 c 0,2.5484 2.05121,4.599609 4.59961,4.599609 h 64.759765 c 2.5484,0 4.599609,-2.051209 4.599609,-4.599609 V 88.115468 L 98.023818,63.726797 c -0.490736,-3.188578 -3.2078,-5.837891 -6.898438,-5.837891 z m -8.833985,34.349609 c 0.296299,0.26468 0.623464,0.504312 0.97461,0.714844 -0.351151,-0.210558 -0.678306,-0.450136 -0.97461,-0.714844 z m 70.263672,0 c -0.236991,0.21172 -0.498837,0.402486 -0.771484,0.580078 0.273084,-0.177775 0.534155,-0.368074 0.771484,-0.580078 z m -68.74414,1.007813 c 0.750479,0.360904 1.593356,0.597539 2.492187,0.677734 -0.898834,-0.08021 -1.741699,-0.316783 -2.492187,-0.677734 z m 66.646484,0.246093 c -0.572451,0.214145 -1.188478,0.357284 -1.833984,0.421876 0.64523,-0.0644 1.261709,-0.208063 1.833984,-0.421876 z" style="fill:#2f2f2f;stroke-width:1.21201003"
style="opacity:1;fill:#19ceff;fill-opacity:1;stroke:none;stroke-width:4.58082533;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4"
inkscape:connector-curvature="0" />
<path
d="M 82.126485,50.751204 H 46.064018 c -1.735511,0 -3.152844,-1.410103 -3.152844,-3.152845 0,-1.742742 1.417333,-3.152844 3.152844,-3.152844 h 36.062467 c 1.742742,0 3.145613,1.410102 3.145613,3.152844 0.0072,1.742742 -1.402871,3.152845 -3.145613,3.152845 z"
style="fill:#ffffff;stroke-width:1.21200991"
id="path28-2"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</g> </g>
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#1a237e;fill-opacity:1;stroke:none;stroke-width:3.77952743;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 50.146781,24.864708 c -11.518308,0 -18.327967,5.125477 -22.362321,12.232785 v 29.867267 4.818341 0.836361 c 0,2.102635 1.692393,3.795048 3.795004,3.795048 h 53.431395 c 2.102611,0 3.795004,-1.692413 3.795004,-3.795048 V 71.783101 66.96476 35.410268 c 1.066883,1.607067 1.967868,3.340775 2.726603,5.158364 C 87.839243,31.718627 80.808872,24.864708 67.400753,24.864708 Z m -22.37199,12.250511 c -0.336825,0.594328 -0.651678,1.203983 -0.950765,1.824201 0.299133,-0.620235 0.613937,-1.229831 0.950765,-1.824201 z m -1.08774,2.11588 c -0.260722,0.554414 -0.508403,1.117159 -0.741274,1.688836 0.232939,-0.571656 0.480514,-1.134425 0.741274,-1.688836 z m 64.847024,1.345591 c 0.248479,0.595624 0.481858,1.199073 0.700989,1.811309 -0.218966,-0.611981 -0.452692,-1.215946 -0.700989,-1.811309 z m -65.709159,0.644594 c -0.241836,0.608887 -0.468976,1.225179 -0.68165,1.849984 0.212605,-0.624168 0.439966,-1.241689 0.68165,-1.849984 z m 66.439157,1.253735 c 0.214477,0.60361 0.416413,1.213901 0.604299,1.830647 -0.187877,-0.617055 -0.389789,-1.226755 -0.604299,-1.830647 z m 0.604299,1.830647 c 0.19088,0.62659 0.368146,1.259501 0.533391,1.896718 -0.165195,-0.63742 -0.342553,-1.26994 -0.533391,-1.896718 z M 25.090088,43.222748 c -0.706714,2.102679 -1.256952,4.281959 -1.682371,6.486228 0.42601,-2.203408 0.97539,-4.384269 1.682371,-6.486228 z m 68.334241,3.066657 c 0.161161,0.626099 0.311299,1.256879 0.449598,1.890272 -0.13829,-0.6339 -0.28842,-1.26368 -0.449598,-1.890272 z m 0.456042,1.92089 c 0.141606,0.650305 0.27219,1.302998 0.391586,1.957955 -0.119313,-0.655138 -0.250062,-1.30747 -0.391586,-1.957955 z m 0.391586,1.957955 c 0.120477,0.660865 0.23055,1.322842 0.330351,1.98535 -0.09971,-0.662612 -0.209973,-1.324374 -0.330351,-1.98535 z m 0.330351,1.98535 c 0.0998,0.662506 0.189659,1.325921 0.27073,1.986961 -0.08102,-0.661681 -0.17093,-1.323799 -0.27073,-1.986961 z m 0.27073,1.986961 c 0.142787,1.164304 0.253487,2.321478 0.346464,3.467916 -0.09296,-1.148315 -0.203611,-2.301593 -0.346464,-3.467916 z m -71.484659,-4.32845 c -0.129686,0.67825 -0.248569,1.358009 -0.356134,2.038529 0.107805,-0.680589 0.226203,-1.360208 0.356134,-2.038529 z m -0.404478,2.359215 c -0.09205,0.60076 -0.17642,1.200389 -0.253,1.800028 0.07672,-0.599016 0.160846,-1.199896 0.253,-1.800028 z m -0.30779,2.230295 c -0.07514,0.615835 -0.143983,1.22874 -0.204656,1.840317 0.06087,-0.611545 0.129307,-1.224519 0.204656,-1.840317 z m -0.232051,2.111046 c -0.02857,0.297447 -0.05027,0.588802 -0.07574,0.884705 0.02552,-0.295282 0.04713,-0.587887 0.07574,-0.884705 z m 72.854401,2.228684 c 0.06865,0.991168 0.128183,1.976542 0.169206,2.937738 -0.04109,-0.964557 -0.100379,-1.942868 -0.169206,-2.937738 z M 22.168499,60.16107 c -0.01159,0.198744 -0.02822,0.398783 -0.03867,0.596249 0.01047,-0.196553 0.02708,-0.398431 0.03867,-0.596249 z m 73.324951,2.173893 c 0.04084,1.092825 0.07203,2.171186 0.08863,3.205245 -0.01667,-1.039437 -0.04752,-2.106079 -0.08863,-3.205245 z m 0.08863,3.205245 v 9.409462 c 0,4.205268 -3.384787,7.591712 -7.590008,7.591712 H 29.520009 c -4.205221,0 -7.590007,-3.386444 -7.590007,-7.591712 v 13.20612 c 0,15.51682 12.584326,28.00923 28.216779,28.00923 h 17.253972 c 15.632454,0 28.218388,-12.49241 28.218388,-28.00923 V 70.55515 c 0,-1.532911 -0.0086,-3.239187 -0.03704,-5.014942 z m -73.560224,-2.04981 c -0.03016,0.970683 -0.05043,1.90346 -0.06284,2.821711 0.01256,-0.91458 0.03261,-1.855175 0.06284,-2.821711 z m -0.07735,3.67741 c -0.0112,1.184097 -0.0145,2.326026 -0.0145,3.387342 0,-1.06081 0.0031,-2.203953 0.0145,-3.387342 z"
id="rect4279-6" />
<g
id="g4354-7"
transform="matrix(0.82507087,0,0,0.82508046,2.4830382,21.760987)"
style="fill:#ffffff;fill-opacity:1;stroke-width:1.21201003">
<path
d="m 53.995331,84.172908 c 0,3.289643 -2.683444,5.973086 -5.981169,5.973086 -3.305807,0 -5.973086,-2.683443 -5.973086,-5.973086 0,-3.297725 2.675361,-5.973086 5.973086,-5.973086 3.305808,0 5.981169,2.675361 5.981169,5.973086 z"
style="fill:#ffffff;fill-opacity:1;stroke-width:1.21200991"
id="path18-5"
inkscape:connector-curvature="0" />
<path
d="m 81.265866,84.172908 c 0,3.289643 2.675361,5.973086 5.981169,5.973086 3.297725,0 5.973086,-2.683443 5.973086,-5.973086 0,-3.297725 -2.675361,-5.973086 -5.973086,-5.973086 -3.305808,0 -5.981169,2.675361 -5.981169,5.973086 z"
style="fill:#ffffff;fill-opacity:1;stroke-width:1.21200991"
id="path20"
inkscape:connector-curvature="0" />
</g>
<rect
style="opacity:1;fill:#1b1b1b;fill-opacity:1;stroke:none;stroke-width:3.77952743;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4292-3"
width="21.277128"
height="12.601463"
x="47.644512"
y="98.284279"
rx="5.6999993"
ry="5.7000003" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#81ff64;fill-opacity:1;stroke:none;stroke-width:3.77952743;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 88.805863,35.410268 v 31.554492 4.818341 0.836361 c 0,2.102635 -1.692393,3.795048 -3.795004,3.795048 H 31.579464 c -2.102611,0 -3.795004,-1.692413 -3.795004,-3.795048 V 71.783101 66.96476 37.097493 C 22.026121,47.242585 21.930002,61.430768 21.930002,70.55515 v 4.39452 c 0,4.205268 3.384786,7.591712 7.590007,7.591712 h 58.472062 c 4.205221,0 7.590008,-3.386444 7.590008,-7.591712 V 65.540208 C 95.431562,56.148877 94.497326,43.983433 88.805863,35.410268 Z"
id="rect4335-5" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#19ceff;fill-opacity:1;stroke:none;stroke-width:3.77952743;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 36.59757,42.025415 c -3.052169,0 -5.613256,2.169013 -5.6917,4.816729 L 27.78446,66.96476 v 5.654702 c 0,2.102635 1.692393,3.795048 3.795004,3.795048 h 53.431395 c 2.102611,0 3.795004,-1.692413 3.795004,-3.795048 V 66.96476 L 85.710237,46.842144 c -0.404892,-2.630833 -2.646663,-4.816729 -5.691701,-4.816729 z m -7.288663,28.341191 c 0.244467,0.218382 0.514402,0.416098 0.804122,0.589804 -0.289724,-0.173728 -0.55965,-0.371399 -0.804122,-0.589804 z m 57.972509,0 c -0.195535,0.174686 -0.411576,0.332083 -0.636529,0.478611 0.225313,-0.146679 0.440716,-0.303691 0.636529,-0.478611 z m -56.718788,0.831527 c 0.619199,0.297774 1.314632,0.493017 2.056231,0.559185 -0.741601,-0.06618 -1.437025,-0.261372 -2.056231,-0.559185 z m 54.988073,0.203046 c -0.472313,0.176687 -0.980579,0.294788 -1.513167,0.348082 0.532361,-0.05313 1.040999,-0.171669 1.513167,-0.348082 z"
id="path4331-6" />
<path
inkscape:connector-curvature="0"
id="path28-2"
style="fill:#ffffff;stroke-width:0.99999988"
d="M 72.59381,36.136236 H 42.839719 c -1.431919,0 -2.60132,-1.163448 -2.60132,-2.601351 0,-1.437902 1.169401,-2.60135 2.60132,-2.60135 H 72.59381 c 1.437886,0 2.595354,1.163448 2.595354,2.60135 0.0059,1.437903 -1.157468,2.601351 -2.595354,2.601351 z" />
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path26" id="path26"

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -14,7 +14,7 @@
version="1.1" version="1.1"
id="svg50" id="svg50"
sodipodi:docname="emoji_u1f69e.svg" sodipodi:docname="emoji_u1f69e.svg"
inkscape:version="0.92+devel unknown"> inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata <metadata
id="metadata56"> id="metadata56">
<rdf:RDF> <rdf:RDF>
@ -60,8 +60,8 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1680" inkscape:window-width="1920"
inkscape:window-height="986" inkscape:window-height="1046"
id="namedview52" id="namedview52"
showgrid="false" showgrid="false"
inkscape:snap-bbox="true" inkscape:snap-bbox="true"
@ -72,10 +72,10 @@
inkscape:bbox-paths="true" inkscape:bbox-paths="true"
inkscape:snap-nodes="true" inkscape:snap-nodes="true"
inkscape:zoom="5.4453126" inkscape:zoom="5.4453126"
inkscape:cx="75.697157" inkscape:cx="18.951104"
inkscape:cy="57.125952" inkscape:cy="57.125952"
inkscape:window-x="0" inkscape:window-x="-11"
inkscape:window-y="27" inkscape:window-y="-11"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg50" /> inkscape:current-layer="svg50" />
<path <path
@ -412,7 +412,7 @@
rx="0.80000001" rx="0.80000001"
ry="0.80000001" /> ry="0.80000001" />
<path <path
style="vector-effect:none;fill:#fdff30;fill-opacity:1;stroke:none;stroke-width:0.98000002;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="vector-effect:none;fill:#8230ff;fill-opacity:1;stroke:none;stroke-width:0.98000002;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 41.425781,92.17926 c -4.50284,4.224801 -8.595319,10.54479 -9.738281,15.89258 H 69.603516 V 92.17926 Z m 44.126953,0 v 15.89258 H 128 V 92.17926 Z" d="m 41.425781,92.17926 c -4.50284,4.224801 -8.595319,10.54479 -9.738281,15.89258 H 69.603516 V 92.17926 Z m 44.126953,0 v 15.89258 H 128 V 92.17926 Z"
id="rect4564" id="rect4564"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -1,7 +1,65 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M121.03,0.23H7.02c-3.78,0-6.88,3.09-6.88,6.88v114.01c0,3.79,3.1,6.88,6.88,6.88h114.01 c3.78,0,6.88-3.09,6.88-6.88V7.11C127.91,3.33,124.81,0.23,121.03,0.23z" style="fill:#006CA2;"/> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M71.48,23.06c-0.21-0.46-0.54-0.72-0.88-0.72H58.9c-0.54,0-1,0.64-1.1,1.52l-4.52,38.67l-6.35-38.8 c-0.04-0.23-0.1-0.43-0.18-0.62c0-0.01,0-0.03-0.01-0.04c-0.01-0.03-0.04-0.04-0.05-0.07c-0.08-0.16-0.18-0.29-0.28-0.39 c-0.04-0.04-0.07-0.07-0.11-0.1c-0.14-0.1-0.28-0.17-0.44-0.17h-8.46c-0.16,0-0.31,0.07-0.44,0.17c-0.04,0.03-0.07,0.06-0.11,0.1 c-0.11,0.1-0.2,0.23-0.28,0.39c-0.02,0.03-0.04,0.04-0.05,0.07c-0.01,0.01-0.01,0.03-0.01,0.04c-0.08,0.18-0.15,0.39-0.18,0.62 l-6.35,38.8l-4.52-38.67c-0.1-0.88-0.56-1.52-1.1-1.52h-11.7c-0.35,0-0.67,0.27-0.88,0.72c-0.21,0.46-0.29,1.05-0.21,1.62 l11.7,79.77c0,0.03,0.02,0.05,0.02,0.08c0.03,0.15,0.06,0.29,0.11,0.42c0.01,0.04,0.02,0.08,0.04,0.12 c0.01,0.02,0.01,0.05,0.03,0.07c0.06,0.13,0.12,0.23,0.19,0.33c0.01,0.02,0.03,0.03,0.04,0.04c0.08,0.09,0.16,0.17,0.25,0.23 c0.02,0.02,0.05,0.03,0.08,0.05c0.11,0.06,0.22,0.09,0.33,0.09h9.33c0.16,0,0.3-0.07,0.43-0.16c0.04-0.03,0.07-0.06,0.11-0.1 c0.1-0.09,0.18-0.21,0.26-0.35c0.02-0.03,0.05-0.04,0.06-0.08c0.01-0.02,0.01-0.05,0.02-0.07c0.09-0.2,0.16-0.41,0.2-0.66 l6.87-44.96l6.87,44.96c0.04,0.25,0.11,0.46,0.2,0.66c0.01,0.02,0.01,0.05,0.02,0.07c0.01,0.04,0.04,0.05,0.06,0.08 c0.08,0.14,0.16,0.25,0.26,0.35c0.04,0.03,0.07,0.07,0.11,0.1c0.14,0.1,0.28,0.16,0.43,0.16h9.34c0.11,0,0.22-0.04,0.33-0.09 c0.03-0.01,0.05-0.03,0.08-0.05c0.09-0.06,0.17-0.14,0.25-0.23c0.01-0.01,0.02-0.02,0.04-0.04c0.07-0.1,0.14-0.2,0.19-0.33 c0.01-0.02,0.01-0.05,0.03-0.07c0.01-0.04,0.02-0.08,0.04-0.12c0.04-0.13,0.08-0.27,0.11-0.42c0-0.03,0.02-0.05,0.02-0.08 l11.7-79.77C71.77,24.11,71.7,23.52,71.48,23.06z" style="fill:#FFFFFF;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M116.44,95.53l-5.33-17.65c-0.08-0.25-0.22-0.44-0.38-0.5c-0.16-0.06-0.34,0.01-0.47,0.18 c-2.98,3.98-8.11,6.98-11.93,6.98c-7.38,0-12.53-8.4-12.53-20.44s5.15-20.44,12.53-20.44c3.99,0,8.09,2.16,10.68,5.64 c0.13,0.17,0.3,0.24,0.46,0.19c0.16-0.06,0.3-0.23,0.38-0.47l5.91-18.12c0.13-0.4,0.07-0.91-0.14-1.2 c-4.47-5.96-10.14-8.86-17.35-8.86c-15.34,0-26.47,18.19-26.47,43.25c0,25.06,11.13,43.25,26.47,43.25 c7.02,0,13.08-3.59,18.02-10.68C116.5,96.4,116.56,95.92,116.44,95.53z" style="fill:#FFFFFF;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
</g> xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg10"
sodipodi:docname="emoji_u1f6be.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata16">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs14" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview12"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg10" />
<path
d="M121.03,0.23H7.02c-3.78,0-6.88,3.09-6.88,6.88v114.01c0,3.79,3.1,6.88,6.88,6.88h114.01 c3.78,0,6.88-3.09,6.88-6.88V7.11C127.91,3.33,124.81,0.23,121.03,0.23z"
style="fill:#006CA2;"
id="path2" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;opacity:1;"
x="8.1650867"
y="89.760002"
id="text825"><tspan
sodipodi:role="line"
id="tspan823"
x="8.1650867"
y="89.760002"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:74.66666667px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ffffff;fill-opacity:1;">WC</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,19 +1,104 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<defs> xmlns:dc="http://purl.org/dc/elements/1.1/"
<rect id="SVGID_1_" height="128" width="128"/> xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg26"
sodipodi:docname="emoji_u1f947.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata32">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs30">
<defs
id="defs3">
<rect
width="128"
height="128"
id="SVGID_1_" />
</defs> </defs>
<clipPath id="SVGID_2_"> <clipPath
<use style="overflow:visible;" xlink:href="#SVGID_1_"/> id="SVGID_2_">
<use
id="use5"
xlink:href="#SVGID_1_"
style="overflow:visible;" />
</clipPath> </clipPath>
<g style="clip-path:url(#SVGID_2_);"> </defs>
<polygon points="48.87,61.82 74.45,61.82 106.43,0 80.85,0 " style="fill:#006CA2;"/> <sodipodi:namedview
<polygon points="64.86,30.91 52.07,55.64 55.27,61.82 74.45,61.82 77.65,55.64 " style="fill:#2F2F2F;"/> pagecolor="#ffffff"
<path d="M76.5,76.75H50.92V61.82H76.5V76.75z M76.5,55.43H50.92c-3.53,0-6.4,2.86-6.4,6.4v14.92 c0,3.53,2.86,6.4,6.4,6.4H76.5c3.53,0,6.39-2.86,6.39-6.4V61.82C82.89,58.29,80.03,55.43,76.5,55.43" style="fill:#FCC21B;"/> bordercolor="#666666"
<path d="M95.68,95.93c0,17.66-14.32,31.98-31.98,31.98c-17.66,0-31.98-14.31-31.98-31.98 s14.32-31.98,31.98-31.98C81.37,63.95,95.68,78.27,95.68,95.93" style="fill:#FCC21B;"/> borderopacity="1"
<path d="M42.27,88.15c-0.42,0-0.84-0.08-1.24-0.26c-1.54-0.66-2.28-2.45-1.68-4 c0.01-0.02,0.02-0.05,0.02-0.07c0.01-0.05,0.02-0.04,0.04-0.08c2.83-6.74,8.76-11.72,15.88-13.37c0.35-0.08,0.72,0.09,0.88,0.42 c0.16,0.33,0.07,0.73-0.22,0.96c-4.67,3.71-8.4,8.71-10.78,14.47c0,0.01-0.01,0.02-0.01,0.02c0,0,0,0.01-0.01,0.01 c-0.33,0.77-0.94,1.37-1.72,1.67C43.06,88.08,42.66,88.15,42.27,88.15" style="fill:#FFFFFF;"/> objecttolerance="10"
<polygon points="76.59,61.82 51,61.82 19.03,0 44.61,0 " style="fill:#006CA2;"/> gridtolerance="10"
<path d="M57.5,89.41l2.97-0.85v16.31h-2.29c-0.25,0-0.44,0.2-0.44,0.44v5.58c0,0.24,0.19,0.44,0.44,0.44 h11.85c0.24,0,0.44-0.2,0.44-0.44v-5.58c0-0.24-0.2-0.44-0.44-0.44h-2.29V80.98c0-0.13-0.06-0.26-0.17-0.34 c-0.1-0.08-0.24-0.12-0.37-0.09l-9.92,2.13c-0.2,0.05-0.35,0.22-0.35,0.43v5.88c0,0.13,0.06,0.27,0.17,0.35 C57.23,89.42,57.37,89.44,57.5,89.41" style="fill:#F79329;"/> guidetolerance="10"
</g> inkscape:pageopacity="0"
</g> inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview28"
showgrid="false"
inkscape:zoom="5.2149125"
inkscape:cx="64.724612"
inkscape:cy="37.877722"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg26" />
<polygon
points="48.87,61.82 74.45,61.82 106.43,0 80.85,0 "
style="fill:#006ca2"
id="polygon8" />
<polygon
points="77.65,55.64 64.86,30.91 52.07,55.64 55.27,61.82 74.45,61.82 "
style="fill:#2f2f2f"
id="polygon10" />
<path
d="M 76.5,76.75 H 50.92 V 61.82 H 76.5 Z m 0,-21.32 H 50.92 c -3.53,0 -6.4,2.86 -6.4,6.4 v 14.92 c 0,3.53 2.86,6.4 6.4,6.4 H 76.5 c 3.53,0 6.39,-2.86 6.39,-6.4 V 61.82 c 0,-3.53 -2.86,-6.39 -6.39,-6.39"
style="fill:#fcc21b"
id="path12"
inkscape:connector-curvature="0" />
<path
d="m 95.68,95.93 c 0,17.66 -14.32,31.98 -31.98,31.98 -17.66,0 -31.98,-14.31 -31.98,-31.98 0,-17.67 14.32,-31.98 31.98,-31.98 17.67,0 31.98,14.32 31.98,31.98"
style="fill:#fcc21b"
id="path14"
inkscape:connector-curvature="0" />
<path
d="m 42.27,88.15 c -0.42,0 -0.84,-0.08 -1.24,-0.26 -1.54,-0.66 -2.28,-2.45 -1.68,-4 0.01,-0.02 0.02,-0.05 0.02,-0.07 0.01,-0.05 0.02,-0.04 0.04,-0.08 2.83,-6.74 8.76,-11.72 15.88,-13.37 0.35,-0.08 0.72,0.09 0.88,0.42 0.16,0.33 0.07,0.73 -0.22,0.96 -4.67,3.71 -8.4,8.71 -10.78,14.47 0,0.01 -0.01,0.02 -0.01,0.02 0,0 0,0.01 -0.01,0.01 -0.33,0.77 -0.94,1.37 -1.72,1.67 -0.37,0.16 -0.77,0.23 -1.16,0.23"
style="fill:#ffffff"
id="path16"
inkscape:connector-curvature="0" />
<polygon
points="76.59,61.82 51,61.82 19.03,0 44.61,0 "
style="fill:#006ca2"
id="polygon18" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#f79329;fill-opacity:1;stroke:none;"
x="55.560001"
y="109.19502"
id="text841"><tspan
sodipodi:role="line"
id="tspan839"
x="55.560001"
y="109.19502"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#f79329;fill-opacity:1;">1</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -1,19 +1,104 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<defs> xmlns:dc="http://purl.org/dc/elements/1.1/"
<rect id="SVGID_1_" height="128" width="128"/> xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg26"
sodipodi:docname="emoji_u1f948.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata32">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs30">
<defs
id="defs3">
<rect
width="128"
height="128"
id="SVGID_1_" />
</defs> </defs>
<clipPath id="SVGID_2_"> <clipPath
<use style="overflow:visible;" xlink:href="#SVGID_1_"/> id="SVGID_2_">
<use
id="use5"
xlink:href="#SVGID_1_"
style="overflow:visible;" />
</clipPath> </clipPath>
<g style="clip-path:url(#SVGID_2_);"> </defs>
<polygon points="49.35,61.8 74.92,61.8 106.89,0 81.32,0 " style="fill:#006CA2;"/> <sodipodi:namedview
<polygon points="65.33,30.9 52.55,55.62 55.75,61.8 74.92,61.8 78.12,55.62 " style="fill:#2F2F2F;"/> pagecolor="#ffffff"
<path d="M76.97,76.72H51.39V61.8h25.57V76.72z M76.97,55.41H51.39c-3.53,0-6.39,2.86-6.39,6.39v14.92 c0,3.53,2.86,6.39,6.39,6.39h25.57c3.53,0,6.39-2.86,6.39-6.39V61.8C83.36,58.27,80.5,55.41,76.97,55.41" style="fill:#CECED2;"/> bordercolor="#666666"
<path d="M96.15,95.9c0,17.66-14.31,31.97-31.97,31.97c-17.65,0-31.97-14.31-31.97-31.97 c0-17.66,14.31-31.97,31.97-31.97C81.84,63.93,96.15,78.25,96.15,95.9" style="fill:#CECED2;"/> borderopacity="1"
<path d="M42.75,88.12c-0.42,0-0.84-0.08-1.24-0.26c-1.54-0.66-2.28-2.45-1.68-4.01 c0.01-0.02,0.02-0.05,0.02-0.07c0.01-0.05,0.01-0.04,0.04-0.08c2.83-6.74,8.75-11.72,15.87-13.36c0.35-0.08,0.72,0.09,0.88,0.42 c0.16,0.33,0.07,0.72-0.22,0.95c-4.67,3.71-8.4,8.71-10.78,14.46c0,0.01-0.01,0.02-0.01,0.02c0,0.01,0,0.01-0.01,0.02 c-0.33,0.77-0.94,1.36-1.72,1.67C43.54,88.05,43.14,88.12,42.75,88.12" style="fill:#FFFFFF;"/> objecttolerance="10"
<polygon points="77.06,61.8 51.48,61.8 19.52,0 45.09,0 " style="fill:#006CA2;"/> gridtolerance="10"
<path d="M73.66,103.88H62.93c1.69-1.03,4.64-3.08,8-6.44c3.15-3.14,4.2-8.87,0.44-12.64 c-2.18-2.17-4.66-3.28-7.37-3.28c-5.99,0-10.99,5.3-11.2,5.52c-0.13,0.14-0.16,0.36-0.05,0.53l2.7,4.41 c0.07,0.11,0.19,0.19,0.32,0.2c0.13,0.02,0.26-0.02,0.36-0.12c0.03-0.03,3.29-3.05,6.15-3.05c1.15,0,2.05,0.48,2.75,1.48 c0.57,0.81,0.74,1.71,0.52,2.73c-1.09,4.88-10.72,10.4-10.82,10.46c-0.13,0.08-0.22,0.22-0.22,0.38v5.77 c0,0.25,0.2,0.44,0.44,0.44h18.72c0.24,0,0.44-0.2,0.44-0.44v-5.52C74.1,104.08,73.91,103.88,73.66,103.88" style="fill:#77A2AD;"/> guidetolerance="10"
</g> inkscape:pageopacity="0"
</g> inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview28"
showgrid="false"
inkscape:zoom="10.429825"
inkscape:cx="74.975787"
inkscape:cy="27.715729"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg26" />
<polygon
points="49.35,61.8 74.92,61.8 106.89,0 81.32,0 "
style="fill:#006ca2"
id="polygon8" />
<polygon
points="78.12,55.62 65.33,30.9 52.55,55.62 55.75,61.8 74.92,61.8 "
style="fill:#2f2f2f"
id="polygon10" />
<path
d="M 76.97,76.72 H 51.39 V 61.8 h 25.57 v 14.92 z m 0,-21.31 H 51.39 C 47.86,55.41 45,58.27 45,61.8 v 14.92 c 0,3.53 2.86,6.39 6.39,6.39 h 25.57 c 3.53,0 6.39,-2.86 6.39,-6.39 V 61.8 c 0.01,-3.53 -2.85,-6.39 -6.38,-6.39"
style="fill:#ceced2"
id="path12"
inkscape:connector-curvature="0" />
<path
d="m 96.15,95.9 c 0,17.66 -14.31,31.97 -31.97,31.97 -17.65,0 -31.97,-14.31 -31.97,-31.97 0,-17.66 14.31,-31.97 31.97,-31.97 17.66,0 31.97,14.32 31.97,31.97"
style="fill:#ceced2"
id="path14"
inkscape:connector-curvature="0" />
<path
d="m 42.75,88.12 c -0.42,0 -0.84,-0.08 -1.24,-0.26 -1.54,-0.66 -2.28,-2.45 -1.68,-4.01 0.01,-0.02 0.02,-0.05 0.02,-0.07 0.01,-0.05 0.01,-0.04 0.04,-0.08 2.83,-6.74 8.75,-11.72 15.87,-13.36 0.35,-0.08 0.72,0.09 0.88,0.42 0.16,0.33 0.07,0.72 -0.22,0.95 -4.67,3.71 -8.4,8.71 -10.78,14.46 0,0.01 -0.01,0.02 -0.01,0.02 0,0.01 0,0.01 -0.01,0.02 -0.33,0.77 -0.94,1.36 -1.72,1.67 -0.36,0.17 -0.76,0.24 -1.15,0.24"
style="fill:#ffffff"
id="path16"
inkscape:connector-curvature="0" />
<polygon
points="77.06,61.8 51.48,61.8 19.52,0 45.09,0 "
style="fill:#006ca2"
id="polygon18" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#77a2ad;fill-opacity:1;stroke:none;"
x="52.75626"
y="109.095"
id="text841"><tspan
sodipodi:role="line"
id="tspan839"
x="52.75626"
y="109.095"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#77a2ad;fill-opacity:1;">2</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -1,19 +1,104 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<defs> xmlns:dc="http://purl.org/dc/elements/1.1/"
<rect id="SVGID_1_" height="128" width="128"/> xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg26"
sodipodi:docname="emoji_u1f949.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata32">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs30">
<defs
id="defs3">
<rect
width="128"
height="128"
id="SVGID_1_" />
</defs> </defs>
<clipPath id="SVGID_2_"> <clipPath
<use style="overflow:visible;" xlink:href="#SVGID_1_"/> id="SVGID_2_">
<use
id="use5"
xlink:href="#SVGID_1_"
style="overflow:visible;" />
</clipPath> </clipPath>
<g style="clip-path:url(#SVGID_2_);"> </defs>
<polygon points="50.14,61.85 75.73,61.85 107.72,0 82.13,0 " style="fill:#006CA2;"/> <sodipodi:namedview
<polygon points="66.13,30.92 53.34,55.67 56.54,61.85 75.73,61.85 78.93,55.67 " style="fill:#2F2F2F;"/> pagecolor="#ffffff"
<path d="M77.77,76.78H52.18V61.85h25.59V76.78z M77.77,55.45H52.18c-3.53,0-6.4,2.86-6.4,6.4v14.93 c0,3.54,2.86,6.4,6.4,6.4h25.59c3.54,0,6.4-2.86,6.4-6.4V61.85C84.17,58.31,81.31,55.45,77.77,55.45" style="fill:#F79329;"/> bordercolor="#666666"
<path d="M96.97,95.97c0,17.67-14.32,31.99-31.99,31.99c-17.67,0-31.99-14.32-31.99-31.99 c0-17.67,14.32-31.99,31.99-31.99C82.65,63.98,96.97,78.31,96.97,95.97" style="fill:#F79329;"/> borderopacity="1"
<path d="M43.53,88.19c-0.42,0-0.84-0.08-1.24-0.26c-1.54-0.66-2.28-2.45-1.68-4.01 c0.01-0.03,0.02-0.05,0.03-0.07c0.01-0.05,0.01-0.04,0.04-0.08c2.83-6.74,8.76-11.73,15.88-13.37c0.35-0.08,0.72,0.09,0.88,0.42 c0.16,0.33,0.07,0.73-0.22,0.96c-4.67,3.71-8.4,8.72-10.79,14.47c0,0.01-0.01,0.02-0.01,0.02c0,0.01,0,0.01-0.01,0.02 c-0.33,0.77-0.94,1.37-1.72,1.67C44.32,88.12,43.92,88.19,43.53,88.19" style="fill:#FFFFFF;"/> objecttolerance="10"
<polygon points="77.86,61.85 52.27,61.85 20.28,0 45.87,0 " style="fill:#006CA2;"/> gridtolerance="10"
<path d="M64.7,111.85l0.16,0c1.81-0.03,5.24-0.43,7.86-2.78c2.18-1.96,3.19-4.64,2.78-7.36 c-0.39-2.53-1.98-4.68-4.41-6.01c2.33-1.75,3.73-3.94,3.97-6.22c0.24-2.21-0.63-4.41-2.5-6.37c-1.88-1.97-4.42-3.01-7.33-3.01 c-4.49,0-8.62,2.37-9.87,4.09c-0.11,0.14-0.11,0.34-0.01,0.5l2.79,4.03c0.07,0.1,0.17,0.17,0.29,0.18 c0.11,0.02,0.24-0.01,0.33-0.09c0.03-0.02,3.06-2.51,5.65-2.51c1.18,0,2.05,0.52,2.67,1.58c0.51,0.89,0.61,1.7,0.3,2.48 c-0.85,2.1-4.45,3.17-4.48,3.18c-0.18,0.05-0.31,0.22-0.31,0.41v3.55c0,0.2,0.13,0.37,0.33,0.41c0.04,0.01,3.46,0.86,4.24,2.82 c0.31,0.77,0.15,1.64-0.46,2.59c-0.65,1-1.63,1.51-2.92,1.51c-2.5,0-5.56-1.9-6.9-3.09c-0.09-0.08-0.21-0.12-0.33-0.11 c-0.13,0.01-0.23,0.08-0.3,0.18l-2.79,4.03c-0.11,0.16-0.1,0.37,0.03,0.52C53.66,106.59,58.22,111.85,64.7,111.85" style="fill:#AE3D09;"/> guidetolerance="10"
</g> inkscape:pageopacity="0"
</g> inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview28"
showgrid="false"
inkscape:zoom="7.375"
inkscape:cx="124.39758"
inkscape:cy="40.150757"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg26" />
<polygon
points="50.14,61.85 75.73,61.85 107.72,0 82.13,0 "
style="fill:#006ca2"
id="polygon8" />
<polygon
points="78.93,55.67 66.13,30.92 53.34,55.67 56.54,61.85 75.73,61.85 "
style="fill:#2f2f2f"
id="polygon10" />
<path
d="M 77.77,76.78 H 52.18 V 61.85 h 25.59 z m 0,-21.33 H 52.18 c -3.53,0 -6.4,2.86 -6.4,6.4 v 14.93 c 0,3.54 2.86,6.4 6.4,6.4 h 25.59 c 3.54,0 6.4,-2.86 6.4,-6.4 V 61.85 c 0,-3.54 -2.86,-6.4 -6.4,-6.4"
style="fill:#f79329"
id="path12"
inkscape:connector-curvature="0" />
<path
d="m 96.97,95.97 c 0,17.67 -14.32,31.99 -31.99,31.99 -17.67,0 -31.99,-14.32 -31.99,-31.99 0,-17.67 14.32,-31.99 31.99,-31.99 17.67,0 31.99,14.33 31.99,31.99"
style="fill:#f79329"
id="path14"
inkscape:connector-curvature="0" />
<path
d="m 43.53,88.19 c -0.42,0 -0.84,-0.08 -1.24,-0.26 -1.54,-0.66 -2.28,-2.45 -1.68,-4.01 0.01,-0.03 0.02,-0.05 0.03,-0.07 0.01,-0.05 0.01,-0.04 0.04,-0.08 2.83,-6.74 8.76,-11.73 15.88,-13.37 0.35,-0.08 0.72,0.09 0.88,0.42 0.16,0.33 0.07,0.73 -0.22,0.96 -4.67,3.71 -8.4,8.72 -10.79,14.47 0,0.01 -0.01,0.02 -0.01,0.02 0,0.01 0,0.01 -0.01,0.02 -0.33,0.77 -0.94,1.37 -1.72,1.67 -0.37,0.16 -0.77,0.23 -1.16,0.23"
style="fill:#ffffff"
id="path16"
inkscape:connector-curvature="0" />
<polygon
points="77.86,61.85 52.27,61.85 20.28,0 45.87,0 "
style="fill:#006ca2"
id="polygon18" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ae3d09;fill-opacity:1;stroke:none;"
x="53.626965"
y="109.215"
id="text841"><tspan
sodipodi:role="line"
id="tspan839"
x="53.626965"
y="109.215"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#ae3d09;fill-opacity:1;">3</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -14,7 +14,7 @@
version="1.1" version="1.1"
id="svg36" id="svg36"
sodipodi:docname="emoji_u1f973.svg" sodipodi:docname="emoji_u1f973.svg"
inkscape:version="0.92+devel unknown" inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="/home/constantin/noto-emoji/1F973.png" inkscape:export-filename="/home/constantin/noto-emoji/1F973.png"
inkscape:export-xdpi="100" inkscape:export-xdpi="100"
inkscape:export-ydpi="100"> inkscape:export-ydpi="100">
@ -26,84 +26,12 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title> <dc:title />
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<defs <defs
id="defs40"> id="defs40">
<linearGradient
id="linearGradient4647"
inkscape:collect="always">
<stop
id="stop4643"
offset="0"
style="stop-color:#3cffe8;stop-opacity:1;" />
<stop
id="stop4645"
offset="1"
style="stop-color:#3cffe8;stop-opacity:0.68197948" />
</linearGradient>
<linearGradient
id="linearGradient4641"
inkscape:collect="always">
<stop
id="stop4637"
offset="0"
style="stop-color:#3cffe8;stop-opacity:1;" />
<stop
id="stop4639"
offset="1"
style="stop-color:#3cffe8;stop-opacity:0.70091891" />
</linearGradient>
<linearGradient
id="linearGradient4635"
inkscape:collect="always">
<stop
id="stop4631"
offset="0"
style="stop-color:#3cffe8;stop-opacity:1;" />
<stop
id="stop4633"
offset="1"
style="stop-color:#3cffe8;stop-opacity:0.64063823" />
</linearGradient>
<linearGradient
id="linearGradient4629"
inkscape:collect="always">
<stop
id="stop4625"
offset="0"
style="stop-color:#3cffe8;stop-opacity:1" />
<stop
id="stop4627"
offset="1"
style="stop-color:#3cffe8;stop-opacity:0.57131493" />
</linearGradient>
<linearGradient
id="linearGradient4623"
inkscape:collect="always">
<stop
id="stop4619"
offset="0"
style="stop-color:#3cffe8;stop-opacity:1;" />
<stop
id="stop4621"
offset="1"
style="stop-color:#3cffe8;stop-opacity:0.66644567" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4605">
<stop
style="stop-color:#3cffe8;stop-opacity:1;"
offset="0"
id="stop4601" />
<stop
style="stop-color:#3cffe8;stop-opacity:0;"
offset="1"
id="stop4603" />
</linearGradient>
<linearGradient <linearGradient
gradientTransform="translate(-0.98447854,-3.594728)" gradientTransform="translate(-0.98447854,-3.594728)"
inkscape:collect="always" inkscape:collect="always"
@ -126,60 +54,6 @@
offset="1" offset="1"
id="stop4363" /> id="stop4363" />
</linearGradient> </linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4605"
id="linearGradient4607"
x1="6.3773292"
y1="88.482544"
x2="16.810826"
y2="88.482544"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4647"
id="linearGradient4609"
x1="0.017074429"
y1="77.798487"
x2="9.475782"
y2="77.798487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4641"
id="linearGradient4611"
x1="13.216349"
y1="74.068987"
x2="25.051285"
y2="74.068987"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4635"
id="linearGradient4613"
x1="21.721806"
y1="86.193528"
x2="29.921496"
y2="86.193528"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4629"
id="linearGradient4615"
x1="34.222638"
y1="84.651096"
x2="42.424026"
y2="84.651096"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4623"
id="linearGradient4617"
x1="49.096572"
y1="82.843666"
x2="57.297959"
y2="82.843666"
gradientUnits="userSpaceOnUse" />
</defs> </defs>
<sodipodi:namedview <sodipodi:namedview
pagecolor="#ffffff" pagecolor="#ffffff"
@ -191,16 +65,16 @@
guidetolerance="10" guidetolerance="10"
inkscape:pageopacity="0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:window-width="1680" inkscape:window-width="1920"
inkscape:window-height="986" inkscape:window-height="1046"
id="namedview38" id="namedview38"
showgrid="false" showgrid="false"
inkscape:object-paths="true" inkscape:object-paths="true"
inkscape:zoom="2.7226563" inkscape:zoom="3.8504175"
inkscape:cx="104.72513" inkscape:cx="28.699026"
inkscape:cy="-23.655224" inkscape:cy="54.43938"
inkscape:window-x="0" inkscape:window-x="-11"
inkscape:window-y="27" inkscape:window-y="-11"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="svg36" inkscape:current-layer="svg36"
inkscape:snap-nodes="false" inkscape:snap-nodes="false"
@ -292,47 +166,79 @@
style="vector-effect:none;fill:url(#linearGradient4367);fill-opacity:1;stroke:none;stroke-width:0.95506924;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" style="vector-effect:none;fill:url(#linearGradient4367);fill-opacity:1;stroke:none;stroke-width:0.95506924;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
</g> </g>
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#0083bd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 12.920549,66.28273 c -0.441756,0.01094 -0.890499,0.04549 -1.342439,0.104524 -7.2310516,0.94449 -12.40236045,7.725275 -11.46925408,15.044544 0.84155169,6.601116 6.37855128,11.49128 12.76120908,11.69744 4.964114,-0.672892 4.245984,-0.532747 5.105861,-0.643407 L 60.5829,87.700937 c 2.257271,-0.253478 3.271564,-4.135552 2.980905,-6.415474 -0.29066,-2.279922 -1.361817,-5.227756 -3.614262,-4.93355 l -18.245707,2.383155 c -9.125015,0.961128 -13.967426,1.651675 -21.425852,4.142213 -1.387568,0.492272 -2.42243,1.385881 -3.672036,2.173383 -1.404422,0.750593 -1.655665,0.883106 -3.990602,0.931428 C 9.7931932,85.695784 7.4823485,83.510109 7.1010165,80.518951 6.6554959,77.024299 9.0274217,73.91335 12.479953,73.462394 c 3.283542,-0.428883 4.927403,5.939986 6.09313,5.728918 l 6.782219,-1.227998 C 25.343342,72.104865 19.196319,66.12762 12.920549,66.28273 Z"
id="path4347"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscccscccccssscs" />
<g <g
id="g4665"> id="g4655"
style="fill:#ff6b22;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;opacity:1">
<path
id="rect4371"
d="m 57.297959,76.697721 -8.201387,1.071888 V 88.98961 l 8.201387,-0.920702 z"
style="opacity:0.85;vector-effect:none;fill:#ff6b22;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="rect4373"
d="m 42.424026,78.641048 -0.720254,0.09343 c -2.849435,0.300128 -5.256837,0.57972 -7.481134,0.890126 v 11.03654 l 8.201388,-0.920702 z"
style="opacity:0.85;vector-effect:none;fill:#ff6b22;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="rect4375"
d="m 29.921496,80.322775 c -2.678512,0.510138 -5.272887,1.170338 -8.19969,2.096212 v 9.645294 l 8.19969,-0.920702 z"
style="opacity:0.85;vector-effect:none;fill:#ff6b22;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="rect4377"
d="m 8.5720668,83.835714 -2.1947376,7.31466 c 1.924569,1.190851 4.1496308,1.903327 6.4924818,1.979001 0.931438,-0.126258 0.956343,-0.124412 1.535637,-0.200448 l 2.405378,-8.016228 c -0.07057,0.04591 -0.133657,0.09229 -0.205544,0.137595 -1.404422,0.750593 -1.655341,0.884272 -3.990278,0.932594 -1.605417,-0.16287 -3.0295155,-0.956385 -4.0429372,-2.147174 z"
style="opacity:0.85;vector-effect:none;fill:#ff6b22;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="rect4379"
d="m 1.8944247,72.85693 c -1.38393962,2.341965 -2.07170842,5.113658 -1.82951419,7.995843 L 7.8076458,82.740044 C 7.4515516,82.071641 7.2038922,81.32536 7.1009811,80.518127 6.8028321,78.179454 7.7708968,76.017902 9.475782,74.70513 Z"
style="opacity:0.85;vector-effect:none;fill:#ff6b22;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
<path
id="rect4381"
d="m 20.395112,68.941396 -7.178763,4.550853 c 2.79763,0.508069 4.281336,5.893771 5.356043,5.699183 l 1.357272,-0.246313 5.121621,-3.246242 C 24.384293,73.124241 22.655428,70.69157 20.395112,68.941396 Z"
style="opacity:0.85;vector-effect:none;fill:#ff6b22;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" />
</g>
<g
style="fill:#dd82ff;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;opacity:1"
id="g978">
<path <path
sodipodi:nodetypes="scscccscccccssscs"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path4347" style="opacity:0.85;vector-effect:none;fill:#dd82ff;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
d="m 12.920549,66.28273 c -0.441756,0.01094 -0.890499,0.04549 -1.342439,0.104524 -7.2310516,0.94449 -12.40236045,7.725275 -11.46925408,15.044544 0.84155169,6.601116 6.37855128,11.49128 12.76120908,11.69744 4.964114,-0.672892 4.245984,-0.532747 5.105861,-0.643407 L 60.5829,87.700937 c 2.257271,-0.253478 3.271564,-4.135552 2.980905,-6.415474 -0.29066,-2.279922 -1.361817,-5.227756 -3.614262,-4.93355 l -18.245707,2.383155 c -9.125015,0.961128 -13.967426,1.651675 -21.425852,4.142213 -1.387568,0.492272 -2.42243,1.385881 -3.672036,2.173383 -1.404422,0.750593 -1.655665,0.883106 -3.990602,0.931428 C 9.7931932,85.695784 7.4823485,83.510109 7.1010165,80.518951 6.6554959,77.024299 9.0274217,73.91335 12.479953,73.462394 c 3.283542,-0.428883 4.927403,5.939986 6.09313,5.728918 l 6.782219,-1.227998 C 25.343342,72.104865 19.196319,66.12762 12.920549,66.28273 Z" d="m 57.297959,76.697721 -8.201387,1.071888 V 88.98961 l 8.201387,-0.920702 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#007091;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> id="path966" />
<g <path
id="g4655"> inkscape:connector-curvature="0"
<path style="opacity:0.85;vector-effect:none;fill:#dd82ff;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" d="m 42.424026,78.641048 -0.720254,0.09343 c -2.849435,0.300128 -5.256837,0.57972 -7.481134,0.890126 v 11.03654 l 8.201388,-0.920702 z"
style="opacity:0.85;vector-effect:none;fill:url(#linearGradient4617);fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path968" />
d="m 57.297959,76.697721 -8.201387,1.071888 V 88.98961 l 8.201387,-0.920702 z" <path
id="rect4371" /> inkscape:connector-curvature="0"
<path style="opacity:0.85;vector-effect:none;fill:#dd82ff;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" d="m 29.921496,80.322775 c -2.678512,0.510138 -5.272887,1.170338 -8.19969,2.096212 v 9.645294 l 8.19969,-0.920702 z"
style="opacity:0.85;vector-effect:none;fill:url(#linearGradient4615);fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path970" />
d="m 42.424026,78.641048 -0.720254,0.09343 c -2.849435,0.300128 -5.256837,0.57972 -7.481134,0.890126 v 11.03654 l 8.201388,-0.920702 z" <path
id="rect4373" /> inkscape:connector-curvature="0"
<path style="opacity:0.85;vector-effect:none;fill:#dd82ff;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" d="m 8.5720668,83.835714 -2.1947376,7.31466 c 1.924569,1.190851 4.1496308,1.903327 6.4924818,1.979001 0.931438,-0.126258 0.956343,-0.124412 1.535637,-0.200448 l 2.405378,-8.016228 c -0.07057,0.04591 -0.133657,0.09229 -0.205544,0.137595 -1.404422,0.750593 -1.655341,0.884272 -3.990278,0.932594 -1.605417,-0.16287 -3.0295155,-0.956385 -4.0429372,-2.147174 z"
style="opacity:0.85;vector-effect:none;fill:url(#linearGradient4613);fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path972" />
d="m 29.921496,80.322775 c -2.678512,0.510138 -5.272887,1.170338 -8.19969,2.096212 v 9.645294 l 8.19969,-0.920702 z" <path
id="rect4375" /> inkscape:connector-curvature="0"
<path style="opacity:0.85;vector-effect:none;fill:#dd82ff;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" d="m 1.8944247,72.85693 c -1.38393962,2.341965 -2.07170842,5.113658 -1.82951419,7.995843 L 7.8076458,82.740044 C 7.4515516,82.071641 7.2038922,81.32536 7.1009811,80.518127 6.8028321,78.179454 7.7708968,76.017902 9.475782,74.70513 Z"
style="opacity:0.85;vector-effect:none;fill:url(#linearGradient4607);fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path974" />
d="m 8.5720668,83.835714 -2.1947376,7.31466 c 1.924569,1.190851 4.1496308,1.903327 6.4924818,1.979001 0.931438,-0.126258 0.956343,-0.124412 1.535637,-0.200448 l 2.405378,-8.016228 c -0.07057,0.04591 -0.133657,0.09229 -0.205544,0.137595 -1.404422,0.750593 -1.655341,0.884272 -3.990278,0.932594 -1.605417,-0.16287 -3.0295155,-0.956385 -4.0429372,-2.147174 z" <path
id="rect4377" /> inkscape:connector-curvature="0"
<path style="opacity:0.85;vector-effect:none;fill:#dd82ff;fill-opacity:1;stroke:none;stroke-width:3.6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
inkscape:connector-curvature="0" d="m 20.395112,68.941396 -7.178763,4.550853 c 2.79763,0.508069 4.281336,5.893771 5.356043,5.699183 l 1.357272,-0.246313 5.121621,-3.246242 C 24.384293,73.124241 22.655428,70.69157 20.395112,68.941396 Z"
style="opacity:0.85;vector-effect:none;fill:url(#linearGradient4609);fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path976" />
d="m 1.8944247,72.85693 c -1.38393962,2.341965 -2.07170842,5.113658 -1.82951419,7.995843 L 7.8076458,82.740044 C 7.4515516,82.071641 7.2038922,81.32536 7.1009811,80.518127 6.8028321,78.179454 7.7708968,76.017902 9.475782,74.70513 Z"
id="rect4379" />
<path
inkscape:connector-curvature="0"
style="opacity:0.85;vector-effect:none;fill:url(#linearGradient4611);fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.395112,68.941396 -7.178763,4.550853 c 2.79763,0.508069 4.281336,5.893771 5.356043,5.699183 l 1.357272,-0.246313 5.121621,-3.246242 C 24.384293,73.124241 22.655428,70.69157 20.395112,68.941396 Z"
id="rect4381" />
</g>
</g> </g>
<path <path
id="path14" id="path14"

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -1,12 +1,61 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<g> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M30.68,75.47h17.57c0.64,0,1.16-0.42,1.2-0.96l4.8-68.88c0.02-0.28-0.11-0.55-0.33-0.76 c-0.23-0.2-0.55-0.31-0.87-0.31H25.89c-0.33,0-0.65,0.12-0.87,0.31c-0.23,0.21-0.35,0.48-0.34,0.76l4.8,68.88 C29.51,75.04,30.04,75.47,30.68,75.47z" style="fill:#40C0E7;"/> xmlns:cc="http://creativecommons.org/ns#"
<path d="M25.25,111.67c0-2.53,0.37-4.68,1.1-6.44c0.73-1.76,1.74-3.18,3.04-4.26 c1.29-1.08,2.82-1.86,4.58-2.35c1.75-0.48,3.63-0.73,5.63-0.73c1.89,0,3.68,0.25,5.38,0.73c1.7,0.49,3.2,1.27,4.5,2.35 c1.3,1.08,2.33,2.5,3.08,4.26c0.75,1.75,1.13,3.9,1.13,6.44c0,2.43-0.38,4.51-1.13,6.24c-0.76,1.73-1.79,3.16-3.08,4.29 c-1.3,1.13-2.79,1.96-4.5,2.47c-1.7,0.51-3.49,0.77-5.38,0.77c-2,0-3.88-0.25-5.63-0.77c-1.76-0.52-3.29-1.34-4.58-2.47 c-1.29-1.14-2.31-2.57-3.04-4.29C25.62,116.18,25.25,114.1,25.25,111.67z" style="fill:#40C0E7;"/> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
</g> xmlns:svg="http://www.w3.org/2000/svg"
<g> xmlns="http://www.w3.org/2000/svg"
<path d="M79.75,75.47h17.57c0.64,0,1.17-0.42,1.2-0.96l4.8-68.88c0.02-0.28-0.11-0.55-0.33-0.76 c-0.23-0.2-0.55-0.31-0.87-0.31H74.96c-0.33,0-0.65,0.12-0.87,0.31c-0.24,0.21-0.36,0.48-0.33,0.76l4.79,68.88 C78.58,75.04,79.11,75.47,79.75,75.47z" style="fill:#40C0E7;"/> xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
<path d="M74.32,111.67c0-2.53,0.37-4.68,1.1-6.44c0.73-1.76,1.74-3.18,3.04-4.26 c1.29-1.08,2.82-1.86,4.58-2.35c1.75-0.48,3.63-0.73,5.63-0.73c1.89,0,3.68,0.25,5.38,0.73c1.71,0.49,3.2,1.27,4.49,2.35 c1.3,1.08,2.33,2.5,3.08,4.26c0.75,1.75,1.13,3.9,1.13,6.44c0,2.43-0.38,4.51-1.13,6.24c-0.76,1.73-1.78,3.16-3.08,4.29 c-1.29,1.13-2.79,1.96-4.49,2.47c-1.7,0.51-3.49,0.77-5.38,0.77c-2,0-3.88-0.25-5.63-0.77c-1.76-0.52-3.29-1.34-4.58-2.47 c-1.29-1.14-2.3-2.57-3.04-4.29C74.69,116.18,74.32,114.1,74.32,111.67z" style="fill:#40C0E7;"/> xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
</g> width="128"
</g> height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg16"
sodipodi:docname="emoji_u203c.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata22">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs20" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview18"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="67.254237"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg16" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#40c0e7;fill-opacity:1;stroke:none"
x="32.797436"
y="113.95"
id="text831"><tspan
sodipodi:role="line"
id="tspan829"
x="32.797436"
y="113.95"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:148px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#40c0e7;fill-opacity:1">!!</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,6 +1,66 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M64.01,0.33c-35.17,0-63.67,28.51-63.67,63.67c0,35.16,28.51,63.66,63.67,63.66 c35.16,0,63.66-28.5,63.66-63.66C127.67,28.84,99.17,0.33,64.01,0.33z M64.01,121.57c-31.74,0-57.57-25.83-57.57-57.56 c0-31.74,25.83-57.57,57.57-57.57c31.73,0,57.56,25.83,57.56,57.57C121.57,95.74,95.74,121.57,64.01,121.57z" style="fill:#40C0E7;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M96.09,28.06c0-0.05-0.03-0.09-0.04-0.15c-0.04-0.18-0.1-0.35-0.2-0.51 c-0.02-0.03-0.01-0.06-0.03-0.08c-0.02-0.04-0.07-0.06-0.1-0.09c-0.11-0.13-0.22-0.24-0.37-0.33c-0.06-0.04-0.1-0.08-0.17-0.11 c-0.21-0.09-0.44-0.16-0.67-0.16H79.45c-0.21,0-0.4,0.05-0.59,0.13c-0.06,0.02-0.09,0.05-0.15,0.07c-0.13,0.07-0.24,0.16-0.36,0.26 c-0.02,0.02-0.06,0.04-0.08,0.06c-0.02,0.02-0.02,0.04-0.04,0.06c-0.11,0.14-0.21,0.29-0.27,0.46c-0.01,0.02-0.02,0.04-0.03,0.07 c0,0-0.01,0.01-0.01,0.02L64,73.13L50.08,27.76c0-0.01,0-0.01-0.01-0.02c-0.01-0.02-0.02-0.04-0.03-0.07 c-0.07-0.17-0.16-0.32-0.26-0.46c-0.02-0.02-0.03-0.04-0.04-0.06c-0.02-0.03-0.06-0.04-0.09-0.06c-0.11-0.1-0.22-0.18-0.36-0.26 c-0.06-0.03-0.09-0.06-0.15-0.07c-0.19-0.08-0.38-0.13-0.59-0.13H33.48c-0.24,0-0.46,0.07-0.67,0.16 c-0.06,0.03-0.11,0.07-0.17,0.11c-0.15,0.09-0.27,0.2-0.37,0.33c-0.03,0.03-0.08,0.05-0.1,0.09c-0.02,0.03-0.02,0.06-0.04,0.09 c-0.09,0.15-0.15,0.32-0.19,0.5c-0.01,0.06-0.04,0.1-0.04,0.15c0,0.01-0.01,0.02-0.01,0.04l-5.71,67.52 c-0.04,0.45,0.12,0.89,0.42,1.22c0.3,0.33,0.73,0.52,1.17,0.52H41.9c0.81,0,1.5-0.62,1.58-1.44l2.84-28.78l10.91,29.18 c0.05,0.13,0.12,0.24,0.2,0.35c0.01,0.01,0.01,0.03,0.02,0.05c0,0,0.01,0,0.01,0.01c0.14,0.18,0.31,0.31,0.5,0.42 c0.05,0.02,0.09,0.04,0.14,0.07c0.2,0.08,0.42,0.15,0.64,0.15h10.54c0.23,0,0.44-0.07,0.64-0.15c0.05-0.02,0.09-0.05,0.14-0.07 c0.19-0.11,0.36-0.24,0.5-0.42c0-0.01,0.01-0.01,0.01-0.01c0.01-0.01,0.01-0.03,0.02-0.05c0.08-0.1,0.15-0.22,0.2-0.35l10.91-29.18 l2.83,28.78c0.08,0.82,0.77,1.44,1.59,1.44h14.12c0.45,0,0.88-0.19,1.17-0.52c0.31-0.33,0.46-0.77,0.42-1.22L96.1,28.1 C96.1,28.09,96.09,28.08,96.09,28.06z" style="fill:#40C0E7;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u24c2.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<path
inkscape:connector-curvature="0"
id="path2"
style="fill:#40c0e7"
d="M 64.01,0.33 C 28.84,0.33 0.34,28.84 0.34,64 c 0,35.16 28.51,63.66 63.67,63.66 35.16,0 63.66,-28.5 63.66,-63.66 0,-35.16 -28.5,-63.67 -63.66,-63.67 z m 0,121.24 C 32.27,121.57 6.44,95.74 6.44,64.01 6.44,32.27 32.27,6.44 64.01,6.44 c 31.73,0 57.56,25.83 57.56,57.57 0,31.73 -25.83,57.56 -57.56,57.56 z" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#40c0e7;fill-opacity:1;stroke:none"
x="23.007999"
y="96.688004"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="23.007999"
y="96.688004"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:96px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#40c0e7;fill-opacity:1">M</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,3 +1,71 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M49.14,82.91v-5.76c0-2.65,0.27-5.04,0.81-7.2c0.55-2.15,1.38-4.2,2.49-6.15 c1.11-1.94,2.55-3.83,4.32-5.68c1.76-1.83,3.89-3.74,6.38-5.71c2.18-1.71,4.02-3.24,5.53-4.59c1.5-1.35,2.72-2.69,3.65-4 c0.94-1.33,1.61-2.71,2.03-4.16c0.41-1.45,0.62-3.14,0.62-5.06c0-2.95-1-5.39-3-7.31c-2-1.92-5.04-2.88-9.14-2.88 c-3.58,0-7.43,0.75-11.56,2.26c-4.12,1.51-8.39,3.35-12.79,5.53l-7.93-17.19c2.23-1.3,4.65-2.53,7.27-3.7 c2.62-1.17,5.34-2.2,8.17-3.11c2.83-0.91,5.69-1.62,8.6-2.14c2.91-0.52,5.76-0.78,8.56-0.78c5.29,0,10.06,0.64,14.31,1.91 c4.26,1.27,7.86,3.13,10.82,5.56c2.96,2.44,5.22,5.4,6.81,8.87c1.58,3.47,2.37,7.44,2.37,11.9c0,3.27-0.36,6.19-1.09,8.75 c-0.73,2.56-1.81,4.95-3.23,7.16c-1.43,2.2-3.22,4.33-5.37,6.38c-2.15,2.05-4.66,4.21-7.51,6.49c-2.18,1.71-3.95,3.2-5.33,4.47 c-1.38,1.27-2.45,2.48-3.23,3.62c-0.78,1.15-1.31,2.32-1.6,3.54c-0.29,1.22-0.43,2.66-0.43,4.32v4.67H49.14z M46.57,109.51 c0-2.44,0.35-4.5,1.05-6.19c0.7-1.68,1.67-3.04,2.92-4.08c1.24-1.04,2.71-1.79,4.4-2.26c1.68-0.46,3.48-0.7,5.41-0.7 c1.82,0,3.54,0.24,5.18,0.7c1.63,0.46,3.07,1.22,4.32,2.26c1.24,1.04,2.23,2.4,2.96,4.08c0.73,1.69,1.09,3.75,1.09,6.19 c0,2.33-0.36,4.33-1.09,5.99c-0.73,1.66-1.71,3.03-2.96,4.12c-1.25,1.09-2.68,1.88-4.32,2.37c-1.64,0.5-3.36,0.74-5.18,0.74 c-1.92,0-3.72-0.24-5.41-0.74c-1.69-0.49-3.16-1.28-4.4-2.37c-1.24-1.09-2.21-2.46-2.92-4.12 C46.92,113.84,46.57,111.84,46.57,109.51z" style="fill:#40C0E7;"/> <svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg4"
sodipodi:docname="emoji_u2753.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview6"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="-106.30508"
y="63.457626"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="-106.30508"
y="99.950836" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:148px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#40c0e7;fill-opacity:1;stroke:none"
x="24.927999"
y="115.134"
id="text827"><tspan
sodipodi:role="line"
id="tspan825"
x="24.927999"
y="115.134"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:148px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#40c0e7;fill-opacity:1">?</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,3 +1,61 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M49.14,82.91v-5.76c0-2.65,0.27-5.04,0.81-7.2c0.55-2.15,1.38-4.2,2.49-6.15 c1.11-1.94,2.55-3.83,4.32-5.68c1.76-1.83,3.89-3.74,6.38-5.71c2.18-1.71,4.02-3.24,5.53-4.59c1.5-1.35,2.72-2.69,3.65-4 c0.94-1.33,1.61-2.71,2.03-4.16c0.41-1.45,0.62-3.14,0.62-5.06c0-2.95-1-5.39-3-7.31c-2-1.92-5.04-2.88-9.14-2.88 c-3.58,0-7.43,0.75-11.56,2.26c-4.12,1.51-8.39,3.35-12.79,5.53l-7.93-17.19c2.23-1.3,4.65-2.53,7.27-3.7 c2.62-1.17,5.34-2.2,8.17-3.11c2.83-0.91,5.69-1.62,8.6-2.14c2.91-0.52,5.76-0.78,8.56-0.78c5.29,0,10.06,0.64,14.31,1.91 c4.26,1.27,7.86,3.13,10.82,5.56c2.96,2.44,5.22,5.4,6.81,8.87c1.58,3.47,2.37,7.44,2.37,11.9c0,3.27-0.36,6.19-1.09,8.75 c-0.73,2.56-1.81,4.95-3.23,7.16c-1.43,2.2-3.22,4.33-5.37,6.38c-2.15,2.05-4.66,4.21-7.51,6.49c-2.18,1.71-3.95,3.2-5.33,4.47 c-1.38,1.27-2.45,2.48-3.23,3.62c-0.78,1.15-1.31,2.32-1.6,3.54c-0.29,1.22-0.43,2.66-0.43,4.32v4.67H49.14z M46.57,109.51 c0-2.44,0.35-4.5,1.05-6.19c0.7-1.68,1.67-3.04,2.92-4.08c1.24-1.04,2.71-1.79,4.4-2.26c1.68-0.46,3.48-0.7,5.41-0.7 c1.82,0,3.54,0.24,5.18,0.7c1.63,0.46,3.07,1.22,4.32,2.26c1.24,1.04,2.23,2.4,2.96,4.08c0.73,1.69,1.09,3.75,1.09,6.19 c0,2.33-0.36,4.33-1.09,5.99c-0.73,1.66-1.71,3.03-2.96,4.12c-1.25,1.09-2.68,1.88-4.32,2.37c-1.64,0.5-3.36,0.74-5.18,0.74 c-1.92,0-3.72-0.24-5.41-0.74c-1.69-0.49-3.16-1.28-4.4-2.37c-1.24-1.09-2.21-2.46-2.92-4.12 C46.92,113.84,46.57,111.84,46.57,109.51z" style="fill:#E0E0E0;"/> <svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg4"
sodipodi:docname="emoji_u2754.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview6"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#e0e0e0;fill-opacity:1;stroke:none"
x="24.927999"
y="115.134"
id="text819"><tspan
sodipodi:role="line"
id="tspan817"
x="24.927999"
y="115.134"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:148px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#e0e0e0;fill-opacity:1">?</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,6 +1,61 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M55.57,74.05h16.87c0.61,0,1.13-0.41,1.16-0.92l4.6-66.16c0.02-0.27-0.1-0.53-0.32-0.72 c-0.22-0.2-0.52-0.31-0.84-0.31H50.96c-0.32,0-0.62,0.11-0.84,0.31c-0.21,0.19-0.33,0.46-0.31,0.72l4.6,66.16 C54.44,73.64,54.95,74.05,55.57,74.05z" style="fill:#E0E0E0;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M50.35,108.83c0-2.44,0.35-4.5,1.05-6.19c0.7-1.69,1.67-3.05,2.92-4.08 c1.24-1.04,2.71-1.79,4.4-2.26c1.68-0.46,3.48-0.7,5.41-0.7c1.82,0,3.54,0.24,5.18,0.7c1.63,0.47,3.07,1.22,4.32,2.26 c1.24,1.03,2.23,2.39,2.96,4.08c0.73,1.69,1.09,3.75,1.09,6.19c0,2.33-0.36,4.32-1.09,5.98c-0.73,1.67-1.71,3.04-2.96,4.13 c-1.25,1.09-2.68,1.87-4.32,2.37c-1.64,0.49-3.36,0.74-5.18,0.74c-1.92,0-3.72-0.25-5.41-0.74c-1.69-0.5-3.16-1.29-4.4-2.37 c-1.24-1.1-2.22-2.46-2.92-4.13C50.7,113.16,50.35,111.16,50.35,108.83z" style="fill:#E0E0E0;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u2755.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#e0e0e0;fill-opacity:1;stroke:none"
x="49.273998"
y="113.95"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="49.273998"
y="113.95"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:148px;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';fill:#e0e0e0;fill-opacity:1">!</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 968 B

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,6 +1,60 @@
<svg width="128" height="128" style="enable-background:new 0 0 128 128;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<g> <svg
<path d="M55.57,74.05h16.87c0.61,0,1.13-0.41,1.16-0.92l4.6-66.16c0.02-0.27-0.1-0.53-0.32-0.72 c-0.22-0.2-0.52-0.31-0.84-0.31H50.96c-0.32,0-0.62,0.11-0.84,0.31c-0.21,0.19-0.33,0.46-0.31,0.72l4.6,66.16 C54.44,73.64,54.95,74.05,55.57,74.05z" style="fill:#40C0E7;"/> xmlns:dc="http://purl.org/dc/elements/1.1/"
<path d="M50.35,108.83c0-2.44,0.35-4.5,1.05-6.19c0.7-1.69,1.67-3.05,2.92-4.08 c1.24-1.04,2.71-1.79,4.4-2.26c1.68-0.46,3.48-0.7,5.41-0.7c1.82,0,3.54,0.24,5.18,0.7c1.63,0.47,3.07,1.22,4.32,2.26 c1.24,1.03,2.23,2.39,2.96,4.08c0.73,1.69,1.09,3.75,1.09,6.19c0,2.33-0.36,4.32-1.09,5.98c-0.73,1.67-1.71,3.04-2.96,4.13 c-1.25,1.09-2.68,1.87-4.32,2.37c-1.64,0.49-3.36,0.74-5.18,0.74c-1.92,0-3.72-0.25-5.41-0.74c-1.69-0.5-3.16-1.29-4.4-2.37 c-1.24-1.1-2.22-2.46-2.92-4.13C50.7,113.16,50.35,111.16,50.35,108.83z" style="fill:#40C0E7;"/> xmlns:cc="http://creativecommons.org/ns#"
</g> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
style="enable-background:new 0 0 128 128;"
version="1.1"
id="svg8"
sodipodi:docname="emoji_u2757.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1046"
id="namedview10"
showgrid="false"
inkscape:zoom="1.84375"
inkscape:cx="64"
inkscape:cy="64"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:148px;line-height:1.25;font-family:'Comic Neue';-inkscape-font-specification:'Comic Neue Bold';letter-spacing:0px;word-spacing:0px;fill:#40c0e7;fill-opacity:1;stroke:none"
x="49.273998"
y="113.95"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="49.273998"
y="113.95">!</tspan></text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 968 B

After

Width:  |  Height:  |  Size: 1.9 KiB