chore: clean up and optimize resources (#5222)

This commit is contained in:
nerix 2024-03-02 12:32:06 +01:00 committed by GitHub
parent 3928cc9578
commit a041e13d21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
116 changed files with 51 additions and 676 deletions

View file

@ -167,6 +167,7 @@
- Dev: Twitch messages can be sent using Twitch's Helix API instead of IRC (disabled by default). (#5200) - Dev: Twitch messages can be sent using Twitch's Helix API instead of IRC (disabled by default). (#5200)
- Dev: Added estimation for image sizes to avoid layout shifts. (#5192) - Dev: Added estimation for image sizes to avoid layout shifts. (#5192)
- Dev: Added the `launachable` entry to Linux AppData. (#5210) - Dev: Added the `launachable` entry to Linux AppData. (#5210)
- Dev: Cleaned up and optimized resources. (#5222)
- Dev: Refactor `StreamerMode`. (#5216) - Dev: Refactor `StreamerMode`. (#5216)
## 2.4.6 ## 2.4.6

View file

@ -8,12 +8,14 @@ set(
resources_autogenerated.qrc resources_autogenerated.qrc
themes/ChatterinoTheme.schema.json themes/ChatterinoTheme.schema.json
) )
set(RES_IMAGE_EXCLUDE_FILTER ^linuxinstall/) set(RES_EXCLUDE_FILTER ^raw)
set(RES_IMAGE_EXCLUDE_FILTER "^(buttons/(update|clearSearch)|avatars|icon|settings|raw)")
file(GLOB_RECURSE RES_ALL_FILES RELATIVE "${RES_DIR}" LIST_DIRECTORIES false CONFIGURE_DEPENDS "${RES_DIR}/*") file(GLOB_RECURSE RES_ALL_FILES RELATIVE "${RES_DIR}" LIST_DIRECTORIES false CONFIGURE_DEPENDS "${RES_DIR}/*")
file(GLOB_RECURSE RES_IMAGE_FILES RELATIVE "${RES_DIR}" LIST_DIRECTORIES false CONFIGURE_DEPENDS "${RES_DIR}/*.png") file(GLOB_RECURSE RES_IMAGE_FILES RELATIVE "${RES_DIR}" LIST_DIRECTORIES false CONFIGURE_DEPENDS "${RES_DIR}/*.png")
list(REMOVE_ITEM RES_ALL_FILES ${RES_IGNORED_FILES}) list(REMOVE_ITEM RES_ALL_FILES ${RES_IGNORED_FILES})
list(FILTER RES_ALL_FILES EXCLUDE REGEX ${RES_EXCLUDE_FILTER})
list(FILTER RES_IMAGE_FILES EXCLUDE REGEX ${RES_IMAGE_EXCLUDE_FILTER}) list(FILTER RES_IMAGE_FILES EXCLUDE REGEX ${RES_IMAGE_EXCLUDE_FILTER})
############################### ###############################

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 B

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1 +1 @@
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0Zm5 13.6L13.6 15 10 11.4 6.4 15 5 13.6 8.6 10 5 6.4 6.4 5 10 8.6 13.6 5 15 6.4 11.4 10l3.6 3.6Z" fill="#ffffff" fill-rule="evenodd" class="fill-000000"></path></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#fff" d="M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0m5 13.6L13.6 15 10 11.4 6.4 15 5 13.6 8.6 10 5 6.4 6.4 5 10 8.6 13.6 5 15 6.4 11.4 10z"/></svg>

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 236 B

View file

@ -1 +1 @@
<?xml version="1.0" ?><svg height="20px" version="1.1" viewBox="0 0 20 20" width="20px" xmlns="http://www.w3.org/2000/svg" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" xmlns:xlink="http://www.w3.org/1999/xlink"><title/><desc/><defs/><g fill="none" fill-rule="evenodd" id="Page-1" stroke="none" stroke-width="1"><g fill="#000000" id="Core" transform="translate(-380.000000, -44.000000)"><g id="cancel" transform="translate(380.000000, 44.000000)"><path d="M10,0 C4.5,0 0,4.5 0,10 C0,15.5 4.5,20 10,20 C15.5,20 20,15.5 20,10 C20,4.5 15.5,0 10,0 L10,0 Z M15,13.6 L13.6,15 L10,11.4 L6.4,15 L5,13.6 L8.6,10 L5,6.4 L6.4,5 L10,8.6 L13.6,5 L15,6.4 L11.4,10 L15,13.6 L15,13.6 Z" id="Shape"/></g></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0m5 13.6L13.6 15 10 11.4 6.4 15 5 13.6 8.6 10 5 6.4 6.4 5 10 8.6 13.6 5 15 6.4 11.4 10z"/></svg>

Before

Width:  |  Height:  |  Size: 710 B

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,004 B

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 408 B

View file

@ -1,12 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#fff" d="M50 100c27.7 0 50-22.3 50-50S77.7 0 50 0 0 22.3 0 50s22.3 50 50 50M33.3 46.2c4.2 0 8.3-3.3 8.3-8.3s-4.2-8.3-8.3-8.3-8.3 3.3-8.3 8.3 4.2 8.3 8.3 8.3M50 91.7C27 91.7 8.3 73 8.3 50S27 8.3 50 8.3 91.7 27 91.7 50 73 91.7 50 91.7M23.3 63.1c16.2 10.3 37.1 10.4 53.2.1l-4.3-7c-13.7 8.5-31 8.4-44.5-.1zm43.8-16.9c4.2 0 8.3-3.3 8.3-8.3s-4.2-8.3-8.3-8.3-8.3 3.3-8.3 8.3 4.1 8.3 8.3 8.3"/></svg>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<path class="st0" d="M50,100c27.7,0,50-22.3,50-50S77.7,0,50,0S0,22.3,0,50S22.3,100,50,100z M33.3,46.2c4.2,0,8.3-3.3,8.3-8.3
s-4.2-8.3-8.3-8.3S25,32.9,25,37.9S29.2,46.2,33.3,46.2z M50,91.7C27,91.7,8.3,73,8.3,50S27,8.3,50,8.3S91.7,27,91.7,50
S73,91.7,50,91.7z M23.3,63.1c16.2,10.3,37.1,10.4,53.2,0.1l-4.3-7c-13.7,8.5-31,8.4-44.5-0.1L23.3,63.1z M67.1,46.2
c4.2,0,8.3-3.3,8.3-8.3s-4.2-8.3-8.3-8.3s-8.3,3.3-8.3,8.3S62.9,46.2,67.1,46.2z"/>
</svg>

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 466 B

View file

@ -1,12 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 100c27.7 0 50-22.3 50-50S77.7 0 50 0 0 22.3 0 50s22.3 50 50 50M33.3 46.2c4.2 0 8.3-3.3 8.3-8.3s-4.2-8.3-8.3-8.3-8.3 3.3-8.3 8.3 4.2 8.3 8.3 8.3M50 91.7C27 91.7 8.3 73 8.3 50S27 8.3 50 8.3 91.7 27 91.7 50 73 91.7 50 91.7M23.3 63.1c16.2 10.3 37.1 10.4 53.2.1l-4.3-7c-13.7 8.5-31 8.4-44.5-.1zm43.8-16.9c4.2 0 8.3-3.3 8.3-8.3s-4.2-8.3-8.3-8.3-8.3 3.3-8.3 8.3 4.1 8.3 8.3 8.3"/></svg>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#000000;}
</style>
<path class="st0" d="M50,100c27.7,0,50-22.3,50-50S77.7,0,50,0S0,22.3,0,50S22.3,100,50,100z M33.3,46.2c4.2,0,8.3-3.3,8.3-8.3
s-4.2-8.3-8.3-8.3S25,32.9,25,37.9S29.2,46.2,33.3,46.2z M50,91.7C27,91.7,8.3,73,8.3,50S27,8.3,50,8.3S91.7,27,91.7,50
S73,91.7,50,91.7z M23.3,63.1c16.2,10.3,37.1,10.4,53.2,0.1l-4.3-7c-13.7,8.5-31,8.4-44.5-0.1L23.3,63.1z M67.1,46.2
c4.2,0,8.3-3.3,8.3-8.3s-4.2-8.3-8.3-8.3s-8.3,3.3-8.3,8.3S62.9,46.2,67.1,46.2z"/>
</svg>

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 996 B

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 B

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 654 B

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 798 B

4
resources/raw/README.md Normal file
View file

@ -0,0 +1,4 @@
# `resources/raw`
This directory contains raw source files used to generate images in `resources` and isn't included in the final executable.
These files are not optimized/minimized.

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 570 B

View file

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 624 B

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 332 B

View file

@ -1,24 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#e0e0e0" d="M12 70.7s-2.6-5.6-4-11.9c-.9-4.2-1-8.7-.7-11.8C8.5 30.3 19.7 11.3 39.1 5.3 53.6.8 68.6 1.7 79.5 9.7 93.4 20 92.8 22.2 92.8 22.2L73.1 41.6s-4.4-8.8-13.7-12c-6.5-2.3-11.7-1.4-16.2-.6-5.7 1-15.6 4.9-22.6 13.6-2.4 3-4.5 6.1-6.2 10.6-3 8.3-2.4 17.5-2.4 17.5"/><path fill="#fff" d="M58.3 99h-1c-14.7-.5-23.4-4.2-27.3-6.4-1.5 1.5-3.8 3.4-6.5 4.4-4.7 1.7-10.2 1-10.5 1l-7.3-1 5.9-4.4c.1-.1 3.3-2.6 3.3-6.7.1-5.3-1.3-7.9-2.4-10.1-5.5-10.7-7.7-19.6-7-29 1.2-16.2 12.1-36.6 33-43 16-4.9 31.2-3.2 41.9 4.8 15.1 11.2 14.5 13.8 14.1 15.3l-.2.8-22.8 22.2-1.8-3.8c0-.1-3.4-6.9-11.1-9.3-4.7-1.5-10.4-.1-13.6 2-8.6 5.8-11.1 15.4-6.1 22.9 3.9 5.7 9.7 8.5 16.8 8 7.7-.5 14.1-9.8 14.1-9.9l2-3 23.7 23.1L94 79c-.6.9-15.2 20-35.7 20M29 84.5l2.4 1.9c.1 0 7.9 6 26.1 6.6 14.2.5 25.8-10.8 30-15.5L72.7 63c-3.1 3.6-9.1 9.3-16.5 9.8-9.3.6-17.1-3.1-22.2-10.6C27.1 52 30.4 38.6 41.7 31c4.4-3 11.8-5 18.7-2.8 6.3 2 10.4 6.1 12.6 9l14.8-14.4c-1.3-1.4-4.2-4.3-11-9.3-9.1-6.8-22.5-8.2-36.6-3.9C22 15.1 12.5 33 11.5 47.3c-.6 8.2 1.3 15.9 6.4 25.7 1.6 3.1 3.2 6.7 3.1 13 0 2.3-.6 4.3-1.4 5.9.6-.1 1.2-.3 1.8-.5 2.5-.9 5-3.6 5.7-4.5z"/></svg>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E0E0E0;}
.st1{fill:#FFFFFF;}
</style>
<g id="Layer_5">
<path class="st0" d="M12,70.7c0,0-2.6-5.6-4-11.9C7.1,54.6,7,50.1,7.3,47C8.5,30.3,19.7,11.3,39.1,5.3c14.5-4.5,29.5-3.6,40.4,4.4
c13.9,10.3,13.3,12.5,13.3,12.5L73.1,41.6c0,0-4.4-8.8-13.7-12c-6.5-2.3-11.7-1.4-16.2-0.6c-5.7,1-15.6,4.9-22.6,13.6
c-2.4,3-4.5,6.1-6.2,10.6C11.4,61.5,12,70.7,12,70.7z"/>
</g>
<g id="Layer_4">
<path class="st1" d="M58.3,99c-0.3,0-0.7,0-1,0c-14.7-0.5-23.4-4.2-27.3-6.4c-1.5,1.5-3.8,3.4-6.5,4.4c-4.7,1.7-10.2,1-10.5,1
l-7.3-1l5.9-4.4c0.1-0.1,3.3-2.6,3.3-6.7c0.1-5.3-1.3-7.9-2.4-10.1v0C7,65.1,4.8,56.2,5.5,46.8C6.7,30.6,17.6,10.2,38.5,3.8
c16-4.9,31.2-3.2,41.9,4.8c15.1,11.2,14.5,13.8,14.1,15.3l-0.2,0.8L71.5,46.9l-1.8-3.8c0-0.1-3.4-6.9-11.1-9.3
c-4.7-1.5-10.4-0.1-13.6,2c-8.6,5.8-11.1,15.4-6.1,22.9c3.9,5.7,9.7,8.5,16.8,8c7.7-0.5,14.1-9.8,14.1-9.9l2-3l23.7,23.1L94,79
C93.4,79.9,78.8,99,58.3,99z M29,84.5l2.4,1.9c0.1,0,7.9,6,26.1,6.6c14.2,0.5,25.8-10.8,30-15.5L72.7,63c-3.1,3.6-9.1,9.3-16.5,9.8
c-9.3,0.6-17.1-3.1-22.2-10.6c-6.9-10.2-3.6-23.6,7.7-31.2c4.4-3,11.8-5,18.7-2.8c6.3,2,10.4,6.1,12.6,9l14.8-14.4
c-1.3-1.4-4.2-4.3-11-9.3c-9.1-6.8-22.5-8.2-36.6-3.9C22,15.1,12.5,33,11.5,47.3c-0.6,8.2,1.3,15.9,6.4,25.7
c1.6,3.1,3.2,6.7,3.1,13c0,2.3-0.6,4.3-1.4,5.9c0.6-0.1,1.2-0.3,1.8-0.5c2.5-0.9,5-3.6,5.7-4.5L29,84.5z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -1,16 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#fff" d="M89.7 93.1c0 3.1-2.5 5.7-5.7 5.7H15.9c-3.1 0-5.7-2.5-5.7-5.7 0-21.9 17.8-39.7 39.7-39.7s39.8 17.8 39.8 39.7M50 60.2c-17.8 0-32.3 14.1-32.9 31.8h65.8C82.3 74.3 67.8 60.2 50 60.2m0-11.4c-13.2 0-23.8-10.7-23.8-23.8S36.8 1.2 50 1.2 73.8 11.9 73.8 25 63.2 48.8 50 48.8m0-6.8c9.4 0 17-7.6 17-17S59.4 8 50 8s-17 7.6-17 17 7.6 17 17 17"/></svg>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g>
<g>
<path class="st0" d="M89.7,93.1c0,3.1-2.5,5.7-5.7,5.7H15.9c-3.1,0-5.7-2.5-5.7-5.7c0-21.9,17.8-39.7,39.7-39.7
S89.7,71.2,89.7,93.1z M50,60.2c-17.8,0-32.3,14.1-32.9,31.8h65.8C82.3,74.3,67.8,60.2,50,60.2z M50,48.8
c-13.2,0-23.8-10.7-23.8-23.8S36.8,1.2,50,1.2S73.8,11.9,73.8,25S63.2,48.8,50,48.8z M50,42c9.4,0,17-7.6,17-17S59.4,8,50,8
s-17,7.6-17,17S40.6,42,50,42z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 805 B

After

Width:  |  Height:  |  Size: 419 B

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#848484;}
</style>
<g>
<path class="st0" d="M67.97,49l-43.3,43.3c-3.48,3.48-9.17,3.48-12.65,0l-2.86-2.86c-3.48-3.48-3.48-9.17,0-12.65l43.3-43.3
c3.48-3.48,9.17-3.48,12.65,0l2.86,2.86C71.45,39.83,71.45,45.52,67.97,49z"/>
<path class="st0" d="M18.35,97.41c-2.93,0-5.86-1.12-8.09-3.35L7.4,91.21c-4.46-4.46-4.46-11.72,0-16.18l43.3-43.3
c4.46-4.46,11.72-4.46,16.18,0l2.86,2.86c2.15,2.15,3.34,5.03,3.34,8.09s-1.19,5.94-3.34,8.09l-43.3,43.3
C24.21,96.29,21.28,97.41,18.35,97.41z M58.79,33.38c-1.65,0-3.3,0.63-4.56,1.88l-43.3,43.3c-2.51,2.51-2.51,6.6,0,9.11l2.86,2.86
c2.51,2.51,6.6,2.51,9.11,0l43.3-43.3c2.51-2.51,2.51-6.6,0-9.11l-2.86-2.86C62.09,34,60.44,33.38,58.79,33.38z"/>
</g>
<g>
<path class="st0" d="M73.91,10.41L63.57,20.75l3.24,14.05l13.44,3.24l10.65-10.65l4.22,0.91c-0.73,3.87-4.2,10.95-7.19,13.95
c-7.93,7.93-20.78,7.93-28.7,0s-7.93-20.78,0-28.7c3-3,10.16-6.42,14.04-7.15L73.91,10.41z"/>
<path class="st0" d="M73.57,50.68c-5.84,0-11.67-2.22-16.12-6.67c-8.89-8.89-8.89-23.35,0-32.24c3.44-3.44,11.07-7.04,15.35-7.84
l2.52-0.47l1.27,7.8L66.32,21.54l2.58,11.19l10.58,2.55l10.62-10.62l7.93,1.71l-0.45,2.39c-0.79,4.2-4.41,11.78-7.88,15.25
C85.24,48.46,79.4,50.68,73.57,50.68z M71.22,9.56c-3.52,1.24-8.14,3.66-10.24,5.75c-6.94,6.94-6.94,18.23,0,25.17
c6.94,6.94,18.23,6.94,25.17,0c2.15-2.15,4.62-6.81,5.84-10.3l-0.29-0.06L81.02,40.8l-16.31-3.93l-3.9-16.9L71.22,9.56z"/>
</g>
<g>
<path class="st1" d="M14.37,88.69l-1.47-1.47c-2.18-2.18-2.18-5.73,0-7.91l38.5-38.5c2.18-2.18,5.73-2.18,7.91,0l1.47,1.47
c2.18,2.18,2.18,5.73,0,7.91l-38.5,38.5C20.11,90.86,16.55,90.86,14.37,88.69z"/>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#FFFFFF;stroke-width:8;stroke-miterlimit:10;}
.st1{fill:#FFFFFF;}
</style>
<g id="Layer_1">
<path class="st0" d="M40,93.7c-7.8-1.8-15.2-5.8-21.3-11.8c-17.3-17.3-17.3-45.4,0-62.7s45.4-17.3,62.7,0
C94.8,32.6,97.8,52.7,90.3,69"/>
<path class="st0" d="M56.1,23.7c4.6,1.1,9.1,3.4,12.7,7c10.3,10.3,10.3,27,0,37.3s-27,10.3-37.3,0c-8-8-9.8-19.9-5.3-29.7"/>
<circle class="st1" cx="50.2" cy="50.2" r="9.2"/>
</g>
<g id="RULER">
</g>
</svg>

Before

Width:  |  Height:  |  Size: 820 B

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#A5A5A5;}
.st1{fill:#FFFFFF;}
.st2{fill:none;stroke:#FFFFFF;stroke-width:4;stroke-miterlimit:10;}
</style>
<g>
<rect x="11.66" y="27.28" class="st0" width="76.69" height="5"/>
</g>
<g>
<rect x="7.33" y="47.5" class="st0" width="85.33" height="5"/>
</g>
<g>
<rect x="11.66" y="68.06" class="st0" width="76.69" height="5"/>
</g>
<g>
<path class="st1" d="M31.38,92.12C30.79,91.53,17.06,77.24,17.06,50c0-24.29,14.25-41.01,14.85-41.71l3.78,3.27L33.8,9.93
l1.89,1.63C35.55,11.72,22.06,27.63,22.06,50c0,25.09,12.76,38.49,12.89,38.62L31.38,92.12z"/>
</g>
<g>
<rect x="47.5" y="6.81" class="st1" width="5" height="86.94"/>
</g>
<g>
<path class="st2" d="M68.11,10.19"/>
</g>
<g>
<path class="st1" d="M41.2,94.54C40.78,93.84,30.92,77.27,30.94,50c0.02-14.23,2.76-25.22,5.07-31.94
c0.04-0.11,4.05-11.48,6.3-12.48l1.02,2.28l-1.08,2.26l1.08-2.26l2.05,1.43C45.29,9.43,35.97,24.13,35.94,50
c-0.03,25.89,9.43,41.78,9.53,41.94L41.2,94.54z"/>
</g>
<g>
<path class="st1" d="M59.11,94.32l-4-3c0.07-0.1,7.94-11.25,7.94-41.32c0-30.41-6.92-40.6-6.99-40.7l4.09-2.88
c0.32,0.46,7.9,11.6,7.9,43.58C68.06,82.02,59.48,93.83,59.11,94.32z"/>
</g>
<g>
<path class="st1" d="M50,96.25c-25.35,0-45.97-20.62-45.97-45.97S24.65,4.31,50,4.31c25.35,0,45.97,20.62,45.97,45.97
S75.35,96.25,50,96.25z M50,9.31c-22.59,0-40.97,18.38-40.97,40.97S27.41,91.25,50,91.25c22.59,0,40.97-18.38,40.97-40.97
S72.59,9.31,50,9.31z"/>
</g>
<g>
<path class="st1" d="M68.98,92.12l-3.56-3.51C65.54,88.49,78.3,75.09,78.3,50c0-22.37-13.5-38.28-13.63-38.44l3.78-3.27
C69.05,8.99,83.3,25.71,83.3,50C83.3,77.24,69.56,91.53,68.98,92.12z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,23 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="#898989" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="3" d="M32 12.6h63.4v83.3H32zm7.3 12.3h44.4m-44.4 7.9h44.4m-44.4 8.4h44.4"/><path d="M7.9 20.5 20.6 7.7l48.1 47.8-1 10.4-12 2z"/><path fill="none" stroke="#fff" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="5" d="m68.7 55.5 3.8 16.4-16.4-3.6L7.9 20.5 20.6 7.7z"/><path fill="#fff" d="m55.7 67.9 12.6-12.8 2.5 15.1z"/></svg>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#898989;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#FFFFFF;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:10;}
.st2{fill:#FFFFFF;}
</style>
<g id="Layer_3">
<rect x="32" y="12.6" class="st0" width="63.4" height="83.3"/>
<line class="st0" x1="39.3" y1="24.9" x2="83.7" y2="24.9"/>
<line class="st0" x1="39.3" y1="32.8" x2="83.7" y2="32.8"/>
<line class="st0" x1="39.3" y1="41.2" x2="83.7" y2="41.2"/>
</g>
<g id="Layer_4">
</g>
<g id="Layer_1">
<polyline points="7.9,20.5 20.6,7.7 68.7,55.5 67.7,65.9 55.7,67.9 7.9,20.5 "/>
<polygon class="st1" points="68.7,55.5 72.5,71.9 56.1,68.3 7.9,20.5 20.6,7.7 "/>
<polygon class="st2" points="55.7,67.9 68.3,55.1 70.8,70.2 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 518 B

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<path class="st0" d="M50,100c27.7,0,50-22.3,50-50S77.7,0,50,0S0,22.3,0,50S22.3,100,50,100z M33.3,46.2c4.2,0,8.3-3.3,8.3-8.3
s-4.2-8.3-8.3-8.3S25,32.9,25,37.9S29.2,46.2,33.3,46.2z M50,91.7C27,91.7,8.3,73,8.3,50S27,8.3,50,8.3S91.7,27,91.7,50
S73,91.7,50,91.7z M23.3,63.1c16.2,10.3,37.1,10.4,53.2,0.1l-4.3-7c-13.7,8.5-31,8.4-44.5-0.1L23.3,63.1z M67.1,46.2
c4.2,0,8.3-3.3,8.3-8.3s-4.2-8.3-8.3-8.3s-8.3,3.3-8.3,8.3S62.9,46.2,67.1,46.2z"/>
</svg>

Before

Width:  |  Height:  |  Size: 847 B

View file

@ -1,47 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#fff" d="M50 88.53 16.64 69.27V30.75L50 11.5l33.36 19.26v38.52zM21.64 66.38 50 82.75l28.36-16.37V33.64L50 17.27 21.64 33.64z"/><circle cx="50" cy="14.7" r="9.93" fill="#fff"/><path fill="#848484" d="M50 25.63c-6.02 0-10.93-4.9-10.93-10.93 0-6.02 4.9-10.93 10.93-10.93s10.93 4.9 10.93 10.93S56.03 25.63 50 25.63m0-19.85c-4.92 0-8.93 4-8.93 8.93s4 8.93 8.93 8.93c4.92 0 8.93-4 8.93-8.93S54.92 5.78 50 5.78"/><circle cx="80.39" cy="32.47" r="9.93" fill="#fff"/><path fill="#848484" d="M80.39 43.39c-6.03 0-10.93-4.9-10.93-10.93s4.9-10.93 10.93-10.93 10.93 4.9 10.93 10.93-4.91 10.93-10.93 10.93m0-19.85c-4.92 0-8.93 4-8.93 8.93s4 8.93 8.93 8.93 8.93-4 8.93-8.93-4.01-8.93-8.93-8.93"/><circle cx="80.39" cy="68.02" r="9.93" fill="#fff"/><path fill="#848484" d="M80.39 78.95c-6.03 0-10.93-4.9-10.93-10.93s4.9-10.93 10.93-10.93S91.32 62 91.32 68.02s-4.91 10.93-10.93 10.93m0-19.85c-4.92 0-8.93 4-8.93 8.93s4 8.93 8.93 8.93 8.93-4 8.93-8.93-4.01-8.93-8.93-8.93"/><circle cx="50" cy="85.3" r="9.93" fill="#fff"/><path fill="#848484" d="M50 96.22c-6.02 0-10.93-4.9-10.93-10.93S43.98 74.37 50 74.37c6.03 0 10.93 4.9 10.93 10.93S56.03 96.22 50 96.22m0-19.85c-4.92 0-8.93 4-8.93 8.93 0 4.92 4 8.93 8.93 8.93 4.92 0 8.93-4 8.93-8.93s-4.01-8.93-8.93-8.93"/><circle cx="19.24" cy="67.77" r="9.93" fill="#fff"/><path fill="#848484" d="M19.24 78.7c-6.03 0-10.93-4.9-10.93-10.93s4.9-10.93 10.93-10.93c6.02 0 10.93 4.9 10.93 10.93S25.27 78.7 19.24 78.7m0-19.86c-4.92 0-8.93 4-8.93 8.93s4 8.93 8.93 8.93 8.93-4 8.93-8.93-4.01-8.93-8.93-8.93"/><circle cx="19.24" cy="32.47" r="9.93" fill="#fff"/><path fill="#848484" d="M19.24 43.39c-6.03 0-10.93-4.9-10.93-10.93s4.9-10.93 10.93-10.93c6.02 0 10.93 4.9 10.93 10.93s-4.9 10.93-10.93 10.93m0-19.85c-4.92 0-8.93 4-8.93 8.93s4 8.93 8.93 8.93 8.93-4 8.93-8.93-4.01-8.93-8.93-8.93"/></svg>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#848484;}
</style>
<g>
<path class="st0" d="M50,88.53L16.64,69.27V30.75L50,11.5l33.36,19.26v38.52L50,88.53z M21.64,66.38L50,82.75l28.36-16.37V33.64
L50,17.27L21.64,33.64V66.38z"/>
</g>
<g>
<circle class="st0" cx="50" cy="14.7" r="9.93"/>
<path class="st1" d="M50,25.63c-6.02,0-10.93-4.9-10.93-10.93c0-6.02,4.9-10.93,10.93-10.93c6.03,0,10.93,4.9,10.93,10.93
C60.93,20.73,56.03,25.63,50,25.63z M50,5.78c-4.92,0-8.93,4-8.93,8.93s4,8.93,8.93,8.93c4.92,0,8.93-4,8.93-8.93
S54.92,5.78,50,5.78z"/>
</g>
<g>
<circle class="st0" cx="80.39" cy="32.47" r="9.93"/>
<path class="st1" d="M80.39,43.39c-6.03,0-10.93-4.9-10.93-10.93c0-6.03,4.9-10.93,10.93-10.93s10.93,4.9,10.93,10.93
C91.32,38.49,86.41,43.39,80.39,43.39z M80.39,23.54c-4.92,0-8.93,4-8.93,8.93s4,8.93,8.93,8.93s8.93-4,8.93-8.93
S85.31,23.54,80.39,23.54z"/>
</g>
<g>
<circle class="st0" cx="80.39" cy="68.02" r="9.93"/>
<path class="st1" d="M80.39,78.95c-6.03,0-10.93-4.9-10.93-10.93s4.9-10.93,10.93-10.93S91.32,62,91.32,68.02
S86.41,78.95,80.39,78.95z M80.39,59.1c-4.92,0-8.93,4-8.93,8.93s4,8.93,8.93,8.93s8.93-4,8.93-8.93S85.31,59.1,80.39,59.1z"/>
</g>
<g>
<circle class="st0" cx="50" cy="85.3" r="9.93"/>
<path class="st1" d="M50,96.22c-6.02,0-10.93-4.9-10.93-10.93S43.98,74.37,50,74.37c6.03,0,10.93,4.9,10.93,10.93
S56.03,96.22,50,96.22z M50,76.37c-4.92,0-8.93,4-8.93,8.93c0,4.92,4,8.93,8.93,8.93c4.92,0,8.93-4,8.93-8.93
C58.93,80.37,54.92,76.37,50,76.37z"/>
</g>
<g>
<circle class="st0" cx="19.24" cy="67.77" r="9.93"/>
<path class="st1" d="M19.24,78.7c-6.03,0-10.93-4.9-10.93-10.93s4.9-10.93,10.93-10.93c6.02,0,10.93,4.9,10.93,10.93
S25.27,78.7,19.24,78.7z M19.24,58.84c-4.92,0-8.93,4-8.93,8.93s4,8.93,8.93,8.93s8.93-4,8.93-8.93S24.16,58.84,19.24,58.84z"/>
</g>
<g>
<circle class="st0" cx="19.24" cy="32.47" r="9.93"/>
<path class="st1" d="M19.24,43.39c-6.03,0-10.93-4.9-10.93-10.93c0-6.03,4.9-10.93,10.93-10.93c6.02,0,10.93,4.9,10.93,10.93
C30.17,38.49,25.27,43.39,19.24,43.39z M19.24,23.54c-4.92,0-8.93,4-8.93,8.93s4,8.93,8.93,8.93s8.93-4,8.93-8.93
S24.16,23.54,19.24,23.54z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,16 +1 @@
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 52.917 52.917"><g fill="none" stroke="#fff" stroke-linejoin="round" color="#000"><path stroke-width="1.323" d="m1.333 8.377 12.563 14.985 8.3 9.9V44.54l8.525-3.718v-7.56l8.3-9.9L51.584 8.379H26.458z" transform="matrix(1.0131 0 0 1.1431 -.347 -3.834)"/><path stroke-width="1.708" d="m1.196 6.109.21.25 12.469 14.87 8.2 9.781v15.88l8.766-3.823V31.01l8.201-9.78L51.72 6.107H26.46zm.652.304h49.22l-12.257 14.62-8.273 9.867v11.967l-8.157 3.557V30.9l-8.273-9.866z" transform="matrix(1.0131 0 0 1.1431 -.347 -3.834)"/></g></svg>
<svg width="200" height="200" version="1.1" viewBox="0 0 52.916665 52.916668" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g transform="matrix(1.0131 0 0 1.1431 -.34702 -3.8339)" fill="none" shape-rendering="auto" stroke="#fff" stroke-linejoin="round">
<path d="m1.3325 8.3773 12.563 14.985 8.2998 9.8998v11.278l8.5255-3.7176v-7.56l8.2998-9.8998 12.563-14.985h-25.126z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" solid-color="#000000" stop-color="#000000" stroke-width="1.3229" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<path d="m1.1964 6.1085 0.20934 0.25005 12.469 14.871 8.2012 9.7809v15.879l8.7652-3.8224v-12.057l8.2012-9.7809 12.677-15.121h-25.261zm0.65129 0.30432h49.221l-12.258 14.621-8.2729 9.8662v11.967l-8.1566 3.5569v-15.524l-8.2729-9.8662z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" solid-color="#000000" stop-color="#000000" stroke-width="1.708" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 599 B

View file

@ -1,22 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50.48" cy="49.71" r="45" fill="none" stroke="#fff" stroke-width="8"/><path fill="#a5a5a5" d="M71.39 73.99c-1.94 1.94-5.13 1.94-7.07 0L26.01 35.68c-1.94-1.94-1.94-5.13 0-7.07l2.6-2.6c1.94-1.94 5.13-1.94 7.07 0l38.31 38.31c1.94 1.94 1.94 5.13 0 7.07z"/><path fill="#a5a5a5" d="M26.01 71.39c-1.94-1.94-1.94-5.13 0-7.07l38.31-38.31c1.94-1.94 5.13-1.94 7.07 0l2.6 2.6c1.94 1.94 1.94 5.13 0 7.07L35.68 73.99c-1.94 1.94-5.13 1.94-7.07 0z"/></svg>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000000;stroke-width:8;stroke-miterlimit:10;}
.st1{fill:none;stroke:#FFFFFF;stroke-width:8;stroke-miterlimit:10;}
.st2{fill:#A5A5A5;}
</style>
<path class="st0" d="M94.3,65.3"/>
<path class="st0" d="M43.6,5.7"/>
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -20.3649 50.2553)" class="st1" cx="50.48" cy="49.71" rx="44.4" ry="45"/>
<g>
<path class="st2" d="M71.39,73.99c-1.94,1.94-5.13,1.94-7.07,0L26.01,35.68c-1.94-1.94-1.94-5.13,0-7.07l2.6-2.6
c1.94-1.94,5.13-1.94,7.07,0l38.31,38.31c1.94,1.94,1.94,5.13,0,7.07L71.39,73.99z"/>
</g>
<path class="st0" d="M19.3,65.3"/>
<g>
<path class="st2" d="M26.01,71.39c-1.94-1.94-1.94-5.13,0-7.07l38.31-38.31c1.94-1.94,5.13-1.94,7.07,0l2.6,2.6
c1.94,1.94,1.94,5.13,0,7.07L35.68,73.99c-1.94,1.94-5.13,1.94-7.07,0L26.01,71.39z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 513 B

View file

@ -1,11 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="5" d="M94.35 93.85H6.65V6.15h87.71v87.7zM34.3 9.25H9.55V34H34.3zm28.21 0H37.75V34H62.5V9.25zm28.49 0H66.24V34H91zm-28.38 57.5H9.55V91.5h53.07zm0-28.75H37.87v24.75h24.75zM91 38H66.24v24.75H91zm-56.7.12H9.55v24.75H34.3z"/></svg>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
</style>
<path class="st0" d="M94.35,93.85H6.65V6.15h87.71V93.85z M34.3,9.25H9.55V34H34.3V9.25z M62.51,9.25H37.75V34h24.75V9.25z M91,9.25
H66.24V34H91V9.25z M62.62,66.75H9.55V91.5h53.07V66.75z M62.62,38H37.87v24.75h24.75V38z M91,38H66.24v24.75H91V38z M34.3,38.12
H9.55v24.75H34.3V38.12z"/>
</svg>

Before

Width:  |  Height:  |  Size: 787 B

After

Width:  |  Height:  |  Size: 358 B

View file

@ -1,46 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <path fill="#a5a5a5" d="m48.1 52.19-6.43-4.42L69.12 7.06l24.52-.41z" />
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <path fill="#848484" d="M52.54 57.95 94.53 31.7 93.45 6.89 48.1 52.19z" />
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> <path fill="#a5a5a5" d="m18.26 82.07-3.27-1.65-1.41-.66 13.61-16.65L5.91 41.84l9.52-10.18 29.33 23.92z" />
<style type="text/css"> <path fill="#848484" d="m68.15 84.78-23.39-29.2-26.5 26.49 1.72 4.49 17.58-13.34 20.68 20.94z" />
.st0{fill:#A5A5A5;} <path fill="#fff"
.st1{fill:#848484;} d="m13.82 81.05-1.55-1.26 13.57-16.61L4.5 41.84l11.26-11.26L45.39 54.8l-1.26 1.55-28.24-23.07-8.56 8.56 21.2 21.2z" />
.st2{fill:#FFFFFF;} <path fill="#fff"
</style> d="M58.5 95.84 37.16 74.5 20.55 88.06l-1.26-1.54L37.3 71.81l21.2 21.2 8.56-8.56-23.23-28.43 1.55-1.27 24.38 29.83z" />
<g> <circle cx="14.09" cy="86.25" r="5.9" fill="#a5a5a5" />
<g> <path fill="#fff"
<polygon class="st0" points="48.1,52.19 41.67,47.77 69.12,7.06 93.64,6.65 "/> d="M14.09 93.15a6.87 6.87 0 0 1-4.88-2.02c-1.3-1.3-2.02-3.04-2.02-4.88s.72-3.58 2.02-4.88a6.87 6.87 0 0 1 4.88-2.02c1.84 0 3.58.72 4.88 2.02s2.02 3.04 2.02 4.88-.72 3.58-2.02 4.88-3.04 2.02-4.88 2.02m0-11.81c-1.31 0-2.54.51-3.47 1.44s-1.44 2.16-1.44 3.47.51 2.54 1.44 3.47 2.16 1.44 3.47 1.44 2.54-.51 3.47-1.44S19 87.56 19 86.25s-.51-2.54-1.44-3.47a4.9 4.9 0 0 0-3.47-1.44M52.3 59.28l-4.91-6.38-6.91-5.26.53-.78C53.39 28.48 68.22 6.48 68.6 6.1c.37-.37.69-.69 25.05-.45l.96.01.95 26.58-.49.31zm-9.1-12.09 5.7 4.38 3.88 5.04 40.74-25.46-.84-23.51c-8.27-.08-20.61-.11-22.81.08-1.88 2.68-19.24 28.43-26.67 39.47" />
</g>
<g>
<polygon class="st1" points="52.54,57.95 94.53,31.7 93.45,6.89 48.1,52.19 "/>
</g>
<g>
<polygon class="st0" points="18.26,82.07 14.99,80.42 13.58,79.76 27.19,63.11 5.91,41.84 15.43,31.66 44.76,55.58 "/>
</g>
<g>
<polygon class="st1" points="68.15,84.78 44.76,55.58 18.26,82.07 19.98,86.56 37.56,73.22 58.24,94.16 "/>
</g>
<g>
<polygon class="st2" points="13.82,81.05 12.27,79.79 25.84,63.18 4.5,41.84 15.76,30.58 45.39,54.8 44.13,56.35 15.89,33.28
7.33,41.84 28.53,63.04 "/>
</g>
<g>
<polygon class="st2" points="58.5,95.84 37.16,74.5 20.55,88.06 19.29,86.52 37.3,71.81 58.5,93.01 67.06,84.45 43.83,56.02
45.38,54.75 69.76,84.58 "/>
</g>
<g>
<circle class="st0" cx="14.09" cy="86.25" r="5.9"/>
<path class="st2" d="M14.09,93.15c-1.84,0-3.58-0.72-4.88-2.02c-1.3-1.3-2.02-3.04-2.02-4.88s0.72-3.58,2.02-4.88
c1.3-1.3,3.04-2.02,4.88-2.02c1.84,0,3.58,0.72,4.88,2.02s2.02,3.04,2.02,4.88s-0.72,3.58-2.02,4.88S15.93,93.15,14.09,93.15z
M14.09,81.34c-1.31,0-2.54,0.51-3.47,1.44c-0.93,0.93-1.44,2.16-1.44,3.47s0.51,2.54,1.44,3.47s2.16,1.44,3.47,1.44
c1.31,0,2.54-0.51,3.47-1.44l0,0c0.93-0.93,1.44-2.16,1.44-3.47s-0.51-2.54-1.44-3.47C16.63,81.86,15.4,81.34,14.09,81.34z"/>
</g>
<g>
<path class="st2" d="M52.3,59.28l-4.91-6.38l-6.91-5.26l0.53-0.78C53.39,28.48,68.22,6.48,68.6,6.1
c0.37-0.37,0.69-0.69,25.05-0.45l0.96,0.01l0.95,26.58l-0.49,0.31L52.3,59.28z M43.2,47.19l5.7,4.38l3.88,5.04l40.74-25.46
L92.68,7.64c-8.27-0.08-20.61-0.11-22.81,0.08C67.99,10.4,50.63,36.15,43.2,47.19z"/>
</g>
</g>
<g>
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,33 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <circle cx="50" cy="50" r="40.5" fill="#474747" />
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <path fill="#fff"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"> d="M50 92.5C26.57 92.5 7.5 73.43 7.5 50S26.57 7.5 50 7.5 92.5 26.57 92.5 50 73.43 92.5 50 92.5m0-81c-21.23 0-38.5 17.27-38.5 38.5S28.77 88.5 50 88.5 88.5 71.23 88.5 50 71.23 11.5 50 11.5" />
<style type="text/css"> <circle cx="50" cy="50" r="27.52" fill="#848484" />
.st0{fill:#474747;} <path fill="#fff"
.st1{fill:#FFFFFF;} d="M50 79.02C34 79.02 20.98 66 20.98 50S34 20.98 50 20.98 79.02 34 79.02 50 66 79.02 50 79.02m0-55.04c-14.35 0-26.02 11.67-26.02 26.02S35.65 76.02 50 76.02 76.02 64.35 76.02 50 64.35 23.98 50 23.98" />
.st2{fill:#848484;} <circle cx="50" cy="50" r="17.46" fill="#a5a5a5" />
.st3{fill:#A5A5A5;} <path fill="#fff"
</style> d="M50 68.46c-10.18 0-18.46-8.28-18.46-18.46S39.82 31.54 50 31.54 68.46 39.82 68.46 50 60.18 68.46 50 68.46m0-34.92c-9.07 0-16.46 7.38-16.46 16.46S40.93 66.46 50 66.46 66.46 59.07 66.46 50 59.07 33.54 50 33.54" />
<g> <circle cx="50" cy="50" r="9.03" fill="#fff" />
<circle class="st0" cx="50" cy="50" r="40.5"/> <path fill="#fff"
<path class="st1" d="M50,92.5C26.57,92.5,7.5,73.43,7.5,50S26.57,7.5,50,7.5S92.5,26.57,92.5,50S73.43,92.5,50,92.5z M50,11.5 d="M50 59.53c-5.26 0-9.53-4.28-9.53-9.53 0-5.26 4.28-9.53 9.53-9.53 5.26 0 9.53 4.28 9.53 9.53 0 5.26-4.27 9.53-9.53 9.53m0-18.06c-4.71 0-8.53 3.83-8.53 8.53 0 4.71 3.83 8.53 8.53 8.53 4.71 0 8.53-3.83 8.53-8.53 0-4.71-3.82-8.53-8.53-8.53" />
c-21.23,0-38.5,17.27-38.5,38.5c0,21.23,17.27,38.5,38.5,38.5c21.23,0,38.5-17.27,38.5-38.5C88.5,28.77,71.23,11.5,50,11.5z"/>
</g>
<g>
<circle class="st2" cx="50" cy="50" r="27.52"/>
<path class="st1" d="M50,79.02C34,79.02,20.98,66,20.98,50S34,20.98,50,20.98S79.02,34,79.02,50S66,79.02,50,79.02z M50,23.98
c-14.35,0-26.02,11.67-26.02,26.02S35.65,76.02,50,76.02S76.02,64.35,76.02,50S64.35,23.98,50,23.98z"/>
</g>
<g>
<circle class="st3" cx="50" cy="50" r="17.46"/>
<path class="st1" d="M50,68.46c-10.18,0-18.46-8.28-18.46-18.46c0-10.18,8.28-18.46,18.46-18.46c10.18,0,18.46,8.28,18.46,18.46
C68.46,60.18,60.18,68.46,50,68.46z M50,33.54c-9.07,0-16.46,7.38-16.46,16.46S40.93,66.46,50,66.46S66.46,59.07,66.46,50
S59.07,33.54,50,33.54z"/>
</g>
<g>
<circle class="st1" cx="50" cy="50" r="9.03"/>
<path class="st1" d="M50,59.53c-5.26,0-9.53-4.28-9.53-9.53c0-5.26,4.28-9.53,9.53-9.53c5.26,0,9.53,4.28,9.53,9.53
C59.53,55.26,55.26,59.53,50,59.53z M50,41.47c-4.71,0-8.53,3.83-8.53,8.53c0,4.71,3.83,8.53,8.53,8.53c4.71,0,8.53-3.83,8.53-8.53
C58.53,45.29,54.71,41.47,50,41.47z"/>
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,20 +1 @@
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="#fff" stroke-width="10" d="M82.1 93.6H18.5c-6.6 0-12-5.4-12-12V18c0-6.6 5.4-12 12-12h63.6c6.6 0 12 5.4 12 12v63.6c0 6.6-5.4 12-12 12z"/><path fill="#fff" d="M59 26.8c0 3.6-.8 9-2.4 16.1q-2.4 10.65-3.3 12.3c-.6 1.1-1.6 1.6-2.9 1.6-1.4 0-2.4-.4-2.9-1.3q-.75-1.35-3.3-11.4c-1.7-6.7-2.6-12.5-2.6-17.2 0-5.7 2.9-8.6 8.8-8.6 5.7-.1 8.6 2.8 8.6 8.5"/><circle cx="50.3" cy="71.3" r="9.5" fill="#fff"/></svg>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#FFFFFF;stroke-width:10;stroke-miterlimit:10;}
.st1{fill:#FFFFFF;}
</style>
<g id="Layer_1">
<path class="st0" d="M82.1,93.6H18.5c-6.6,0-12-5.4-12-12V18c0-6.6,5.4-12,12-12h63.6c6.6,0,12,5.4,12,12v63.6
C94.1,88.2,88.7,93.6,82.1,93.6z"/>
<g>
<path class="st1" d="M59,26.8c0,3.6-0.8,9-2.4,16.1C55,50,53.9,54.1,53.3,55.2c-0.6,1.1-1.6,1.6-2.9,1.6c-1.4,0-2.4-0.4-2.9-1.3
c-0.5-0.9-1.6-4.7-3.3-11.4c-1.7-6.7-2.6-12.5-2.6-17.2c0-5.7,2.9-8.6,8.8-8.6C56.1,18.2,59,21.1,59,26.8z"/>
</g>
<circle class="st1" cx="50.3" cy="71.3" r="9.5"/>
</g>
<g id="Layer_2">
</g>
</svg>

Before

Width:  |  Height:  |  Size: 955 B

After

Width:  |  Height:  |  Size: 487 B

View file

@ -1,13 +1 @@
<?xml version="1.0" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" width="2.304" height="2.304" viewBox="0 0 1.728 1.728"><path fill="#fff" stroke="#000" stroke-width=".052" d="M1.563.267A.072.072 0 0 0 1.46.165l-.13.13a.306.306 0 0 0-.377.043L.877.415a.126.126 0 0 0 0 .178l.258.258a.126.126 0 0 0 .178 0L1.39.774a.306.306 0 0 0 .044-.378ZM.77.843A.072.072 0 0 0 .669.74L.563.847.543.826a.054.054 0 0 0-.077 0L.338.954a.306.306 0 0 0-.044.378l-.129.13a.072.072 0 1 0 .102.1l.13-.128a.306.306 0 0 0 .377-.044l.128-.128a.054.054 0 0 0 0-.076l-.02-.021.105-.106A.072.072 0 0 0 .885.957l-.106.106L.665.949Z"/></svg>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created using Krita: https://krita.org -->
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:krita="http://krita.org/namespaces/svg/krita"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
width="1.728pt"
height="1.728pt"
viewBox="0 0 1.728 1.728">
<defs/>
<path id="shape0" transform="matrix(0.072 0 0 0.072 0.143115521579684 0.144884750976744)" fill="#ffffff" stroke="#000000" stroke-width="0.72" stroke-linecap="square" stroke-linejoin="bevel" d="M19.7193 1.69471C19.9014 1.50618 20.0022 1.25341 20 0.991311C19.9977 0.72921 19.8924 0.478233 19.7071 0.292893C19.5218 0.107553 19.2708 0.00231534 19.0087 3.77513e-05C18.7466 -0.00223983 18.4938 0.0986205 18.3053 0.280712L16.5083 2.07771C15.6935 1.57117 14.7307 1.35503 13.7775 1.46467C12.8244 1.57431 11.9358 2.00339 11.2573 2.68171L10.1893 3.75071C9.86149 4.07874 9.67716 4.52397 9.67716 4.98771C9.67716 5.45145 9.86149 5.89668 10.1893 6.22471L13.7743 9.81071C13.9915 10.0279 14.2621 10.1842 14.5588 10.2637C14.8555 10.3432 15.168 10.3432 15.4647 10.2637C15.7615 10.1842 16.0321 10.0279 16.2493 9.81071L17.3173 8.74271C17.9955 8.06436 18.4246 7.17606 18.5345 6.22312C18.6443 5.27017 18.4284 4.30755 17.9223 3.49271ZM8.71928 9.69471C8.90138 9.50618 9.00224 9.25341 8.99996 8.99131C8.99768 8.72921 8.89244 8.47823 8.7071 8.29289C8.52176 8.10755 8.27079 8.00232 8.00869 8.00004C7.74658 7.99776 7.49382 8.09862 7.30528 8.28071L5.83528 9.75071L5.54228 9.45771C5.40171 9.31732 5.21096 9.23837 5.01228 9.23837C4.81361 9.23837 4.62286 9.31732 4.48228 9.45771L2.70728 11.2327C2.02905 11.9111 1.59993 12.7994 1.49011 13.7523C1.38029 14.7052 1.59612 15.6679 2.10228 16.4827L0.305284 18.2807C0.151702 18.429 0.0495919 18.6227 0.0139927 18.8333C-0.0216064 19.0438 0.0111426 19.2603 0.107417 19.4509C0.203692 19.6415 0.358521 19.7963 0.549105 19.8926C0.739689 19.9889 0.956189 20.0216 1.16672 19.986C1.37725 19.9504 1.57095 19.8483 1.71928 19.6947L3.51728 17.8977C4.33212 18.4039 5.29475 18.6197 6.24769 18.5099C7.20063 18.4001 8.08894 17.9709 8.76728 17.2927L10.5423 15.5177C10.6827 15.3771 10.7616 15.1864 10.7616 14.9877C10.7616 14.789 10.6827 14.5983 10.5423 14.4577L10.2493 14.1647L11.7193 12.6947C11.9014 12.5062 12.0022 12.2534 12 11.9913C11.9977 11.7292 11.8924 11.4782 11.7071 11.2929C11.5218 11.1076 11.2708 11.0023 11.0087 11C10.7466 10.9978 10.4938 11.0986 10.3053 11.2807L8.83528 12.7507L7.24928 11.1647Z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccc"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 585 B

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000000;stroke-width:8;stroke-miterlimit:10;}
.st1{fill:#A5A5A5;}
.st2{fill:#848484;}
.st3{fill:#474747;}
.st4{fill:none;}
.st5{fill:none;stroke:#FFFFFF;stroke-width:8;stroke-miterlimit:10;}
</style>
<path class="st0" d="M94.3,65.3"/>
<path class="st0" d="M43.6,5.7"/>
<polygon class="st1" points="75.3,10.7 11.5,74.4 4.9,55.3 7,36.5 18.6,16.7 37.5,5.5 "/>
<rect x="3.9" y="40.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -20.9199 49.9896)" class="st2" width="92" height="20.1"/>
<polygon class="st3" points="97.5,51.8 95.2,64.3 81.2,85.2 64.5,92.4 45.3,95.7 24.4,89.9 89.9,24.4 96.9,44.7 "/>
<ellipse class="st4" cx="50.7" cy="50.6" rx="46" ry="45.4"/>
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -21.0775 50.5688)" class="st5" cx="50.5" cy="50.7" rx="44.4" ry="45"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 B

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

After

Width:  |  Height:  |  Size: 132 B

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