Version - 1.1 - 1-42

This commit is contained in:
2023-11-30 15:52:15 +01:00
parent 2b81a65227
commit f59c157e8e
208 changed files with 21829 additions and 8 deletions

1
Version - 40/CNAME Normal file
View File

@@ -0,0 +1 @@
www.mreidam-brb.com

80
Version - 40/add.txt Normal file
View File

@@ -0,0 +1,80 @@
click.offline.make
max 5 hour
name gen com.cost cost
1 dog = 1 clicks/s = 100 | 100 clicks
1 cat = 12 c/s = 1 000 | 10 dogs
1 fox = 18 c/s = 1 500 | 15 dogs
1 wolf = 100 c/s = 8 100 | 5 foxes + 6 dogs
1 hamster = 130 c/s = 10 100 | 1 wolf + 2 cats
1 whale = 220 c/s = 16 200 | 2 wolf
1 capybara = 280 c/s = 20 200 | 1 whale + 4 cats
1 platypus = 400 c/s = 28 300 | 1 cappy + 1 wolf
1 porcupine = 650 c/s = 44 500 | 1 pussy + 1 whale (Dikobraz)
1 hippo = 950 c/s = 64 700 | 1 porcupine + 2 hamsters
1 snake = 1 000 c/s = 72 800 | 2 whales + 4 hamsters
1 cheetah = 3 000 c/s = 202 200 | 2 snakes + 2 pussy
1 python = 7 800 c/s = 525 700 | 1 cheetah + 5 hippo
1 giraffe = 8 400 c/s = 555 700 | 1 python + 20 foxes
1 otter = 9 000 c/s = 596 100 | 1 giraffe + 2 cappy
1 meerkat = 9 800 c/s = 644 700 | 1 otter + 3 whale
1 raccoon = 14 500 c/s = 956 200 | 1 meerkat + 7 porcupine
1 owl = 16 000 c/s = 1 029 000 | 1 raccoon + 1 snuk
1 badger =
1 squirrel =
1 chameleon =
1 chicken =
1 wombat =
1 panther =
1 coyote =
1 frog =
1 bear =
1 pig =
1 citronovník = 30 lemons/h
36,7% k 10 citronum že vyroste citronovník
compile to .exe and add it to the play store
add complete history of clicks, dogs, cats, lemons, ...
Upgrades!
Button
Green button - 2.5 clicks per clicks
Yellow button - 4 clicks/click + random Chance for a lemon
Purple button - 6 c/c
Cyan button - 10 c/c + random chance for ______
Dog
R collar - 1.5 cs
G collar - 2 cs
Y collar - 5 cs
P collar - 8.2 cs
C collar - 15 cs
Cat
R collar - 150 cs
G collar - 200 cs
Y collar - 500 cs
P collar - 750 cs
C collar - 1 000 cs
Fox
R fur - 225 cs
G fur - 300 cs
Y fur - 666 cs
P fur - 1 125 cs
C fur - 1 500 cs
lemon
Help - CZ
Help - En

112
Version - 40/changelog Normal file
View File

@@ -0,0 +1,112 @@
v40
Added: Otters + Meerkats + Raccoons + Owls
Prestige!
!!!DARK_MODE!!!
Upgrades: - More Click per Click
Links to videos for help()
better clicks counter in BRB
NEW Lemons buying system (pain for user) from 1 (maybe 0) to 99
new bigger numbers (sextillion, quintillion, ext...)
cursor: pointer; for buttons
Removed: Lang Missing button
PNG files for some animals (now using SVG!)
Fixed: Upgrades section
My mentality
For new thing adding ||
Note: NOW Promote in Wallpaper engine AND Instagram
Add Complete history page
Sounds?
v39
Added: Pythons + Giraffes
New Nav. bar for Shop
New Navigation bar for BRB
Setting in the nav bar (mostly in BRB)
Removed: From BRB:
Go to Shop btn
Flag for lang
Reset
Help
From Shop:
Go to BRB
Go to Shop
Fixed: Clicks number in Shop
Note: please add Dark mode and into Wall. eng
v38
Added: Snakes + Cheetas
new UI design for Shop Goer buttons and click displayer
new UI for flags
!!FIXED_BUTTONS_AND_CLICKS_IN_SHOP
Animated clicking for click displayer
Removed: Nothing
Fixed: Nothing
Note: FIRST VERSION ON DA NEEEW DOMAIN
+ onto wallpaper engine :D // no
v37
Added: Better Language
Porcupines + Hippos
Buy Option - Clicks for E V E R Y T H I N G*
*exept Lemonds + L. Trees (Upgrades)
into local.storage almost 20 new animals (I HOPE)
Hidden Prestige multiplier (¯\_(ツ)_/¯)
'Coming soon...' to Upgrade menu
Removed: Nothing
Fixed: !!!!BRAND_NEW_SHOP_USER_INteRFACE!!!!
Shop I fixed shop (hapines)
- Shop.pain
-wanna cry
Note: Make the game harder (To eazy)
Main.js - 274 lines
Shop.js - 631 lines
v36
Added: Better Czech version
Buy Option - Clicks for Cats
Fixed: BRB now still
v35
Added: Platapuses
Better Ui
Now Czech Version
Fixed: Items not loading propebly
v34
Added: New Button to Upgrades menu
Shop UI
Fixed: Finally fixed NaN, Undefined, Null error
v33
Added: New UI for shop
v32 /* 18.4. 2023 */
Added: max value shop for wolfs, whales, hamsters, capybaras
icons for said animals
new interface for BRB clicking
Removed: scrolling in BRB clicking
Fixed: button to get to the shop was updated
v31
undefined and NaN fix for adding new animals

146
Version - 40/css/brb.css Normal file
View File

@@ -0,0 +1,146 @@
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
body {
user-select: none;
padding: 0;
margin: 0;
background-color: #fff;
box-sizing: border-box;
}
#tycoon{
position: absolute;
width: 100%;
height: 200px;
background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%);
font-size: 15pt;
}
#logclick{
position: absolute;
width: 100%;
top: 40px;
left: 50%;
text-align: center;
transform: translate(-50%,0);
font-size: 17.5pt;
}
@media only screen and (max-width: 700px){
#logclick{font-size: 15pt;}
}
#disclick{
position: absolute;
width: 100%;
}
/*BRB*/
#unpressed{
position: absolute;
width: 300px;
height: 300px;
border-radius: 150px;
}
#pressed{
position: absolute;
width: 300px;
height: 300px;
visibility: hidden;
border-radius: 150px;
}
#button{
user-select: none;
position: absolute;
top: 50%;
left: 50%;
margin: -150px 0 0 -150px;
border-radius: 150px;
cursor: pointer;
}
/* Other BTNS */
.Yt{
position: absolute;
bottom: 0px;
margin: 0.5rem;
left: 0;
}
.menu-container{
position: absolute;
top: 30px;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Poppins';
}
.button{
position: relative;
background: #1b1b1b;
color: #fff;
font-size: 20px;
padding: 8px 20px;
width: 150px;/* 100% */
line-height: 30px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 25px;
cursor: pointer;
transition: width .4s;
}
.button.expand{
width: 100%;
}
.fas.expand:before{
content: '\f00d';
}
ul{
list-style: none;
position: absolute;
top: 65px;
display: block;
background: #1b1b1b;
width: 100%;
text-align: center;
border-radius: 5px;
display: none;
box-shadow: 0 3px 6px rgba(0,0,0,.3);
padding-inline-start: 0px;
}
ul:before{
position: absolute;
content: '';
width: 20px;
height: 20px;
background: #1b1b1b;
top: -10px;
right: 15px;
transform: rotate(45deg);
z-index: -1;
}
ul li{
line-height: 35px;
padding: 8px 20px;
cursor: pointer;
border-bottom: 1px solid rgba(255,255,255,.1);
}
ul li:hover:first-child{
border-radius: 5px 5px 0 0;
}
ul li:hover:last-child{
border-radius: 0 0 5px 5px;
}
ul li:hover{
box-shadow: inset 0 0 5px #33ff33,
inset 0 0 10px #66ff66;
}
ul li:last-child{
border-bottom: none;
}
ul li a{
color: #fff;
font-size: 18px;
text-decoration: none;
}
ul li:hover a{
color: #44dd44;
}

246
Version - 40/css/shop.css Normal file
View File

@@ -0,0 +1,246 @@
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*{
margin: 0;
padding: 0;
user-select: none;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
font-size: 15pt;
/*background: linear-gradient(#009000, black);*/
background-color: #ccc;
}
/* Clisks */
#jonathan{
position: fixed;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
height: 200px;
width: 100%;
margin: 0;
top: 0;
border-radius: 0 0 90px 90px;
background: linear-gradient(#11ABFF, #ccccccab);
}
#logclick{
position: relative;
background-color: papayawhip;
display: flex;
align-items: center;
justify-content: center;
gap: 5ch;
margin: 0 5vw 0 5vw;
padding: 1rem;
border: 5px dashed blue;
border-radius: 1rem;
z-index: 69;
width: auto;
top: 30px;
height: 85px;
filter: drop-shadow(10px 8px 6px #333);
}
#imgcli{
width: 50px;
height: 50px;
margin: 0.1rem;
width: 100px;
aspect-ratio: 1/1;
margin: 0.5rem;
object-fit: contain;
pointer-events: none;
}
.backtop{
height: 230px;
max-width: auto;
margin: 0 1.5vw 0 1.5vw;
border-radius: 0 0 90px 90px;
background: linear-gradient(#11ABFF, #ccccccab);
/*border: red solid 5px;*/
}
.main{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/* By MrEidam */
.item{
background-color: papayawhip/*var(--color)*/;
/*border: 2px solid #333;*/
border: none;
top: 5px;
margin: 2rem 3vw 2rem 3vw;
padding: 1rem;
border-radius: 6.9px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 500px;
height: 340px;
filter: drop-shadow(0px 20px 14px #444);
}
.item img{
width: 100px;
aspect-ratio: 1/1;
margin: 0.5rem;
object-fit: contain;
filter: drop-shadow(10px 8px 6px #333);
pointer-events: none
}
.buttons{
display: flex;
justify-content: space-around;
}
/* By MrEidam */
.buttons button{
background-color: var(--Bcolor);
border-radius: 8px;
margin: 1rem;
}
.buyone{
width: 200px;
height: 50px;
cursor: pointer;
}
.buymax{
width: 50px;
height: 50px;
cursor: pointer;
}
/* By MrEidam */
.clickbtn{
display: flex;
justify-content: space-around;
}
.clickbtn button{
background-color: var(--Bcolor);
border-radius: 8px;
margin: 0 1rem 0.5rem 1rem;
}
.row{
display: flex;
flex-direction: row;
justify-content: center;
}
button{
border: none;
filter: drop-shadow(8px 6px 4px #555);
}
@media only screen and (max-width: 555px){
.row{
flex-direction: column;
justify-content: center;
}
.item{
width: auto;
margin: 2rem 10vw 2rem 10vw;
}
}
.menu-container{
position: fixed;
top: 50px;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Poppins';
z-index: 500;
}
.button{
position: relative;
background: #1b1b1b;
color: #fff;
font-size: 20px;
padding: 8px 20px;
width: 150px;/* 100% */
line-height: 30px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 25px;
cursor: pointer;
transition: width .4s;
}
.button.expand{
width: 100%;
}
.fas.expand:before{
content: '\f00d';
}
ul{
list-style: none;
position: absolute;
top: 65px;
display: block;
background: #1b1b1b;
width: 100%;
text-align: center;
border-radius: 5px;
display: none;
box-shadow: 0 3px 6px rgba(0,0,0,.3);
padding-inline-start: 0px;
}
ul:before{
position: absolute;
content: '';
width: 20px;
height: 20px;
background: #1b1b1b;
top: -10px;
right: 15px;
transform: rotate(45deg);
z-index: -1;
}
ul li{
line-height: 35px;
padding: 8px 20px;
cursor: pointer;
border-bottom: 1px solid rgba(255,255,255,.1);
}
ul li:hover:first-child{
border-radius: 5px 5px 0 0;
}
ul li:hover:last-child{
border-radius: 0 0 5px 5px;
}
ul li:hover{
box-shadow: inset 0 0 5px #33ff33,
inset 0 0 10px #66ff66;
}
ul li:last-child{
border-bottom: none;
}
ul li a{
color: #fff;
font-size: 18px;
text-decoration: none;
}
ul li:hover a{
color: #44dd44;
}

275
Version - 40/css/upgr.css Normal file
View File

@@ -0,0 +1,275 @@
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*{
margin: 0;
padding: 0;
user-select: none;
box-sizing: border-box;
}
body {
font-size: 15pt;
/*background: linear-gradient(#009000, black);*/
background-color: #ccc;
}
#jonathan{
position: fixed;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
height: 200px;
width: 100%;
margin: 0;
top: 0;
border-radius: 0 0 90px 90px;
background: linear-gradient(#11ABFF, #ccccccab);
}
/* By MrEidam */
/* Lemons */
#loglm{
position: relative;
background-color: papayawhip;
display: flex;
align-items: center;
justify-content: center;
gap: 5ch;
margin: 0 5vw 0 5vw;
padding: 1rem;
border: 5px dashed #d3e418e1;
border-radius: 1rem;
z-index: 69;
width: auto;
top: 30px;
height: 85px;
filter: drop-shadow(10px 8px 6px #333);
}
#imglm{
width: 50px;
height: 50px;
margin: 0.1rem;
width: 100px;
aspect-ratio: 1/1;
margin: 0.1rem;
object-fit: contain;
pointer-events: none;
}
/* By MrEidam */
main{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/* By MrEidam */
.item{
background-color: papayawhip/*var(--color)*/;
/*border: 2px solid #333;*/
border: none;
top: 5px;
margin: 2rem 3vw 2rem 3vw;
padding: 1rem;
border-radius: 6.9px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 500px;
height: 390px;
filter: drop-shadow(0px 20px 14px #444);
}
.item img{
width: 100px;
aspect-ratio: 1/1;
margin: 0.5rem;
object-fit: contain;
filter: drop-shadow(10px 8px 6px #333);
pointer-events: none
}
.buttons{
display: flex;
justify-content: space-around;
}
/* By MrEidam */
.buttons button{
background-color: var(--Bcolor);
border-radius: 8px;
margin: 1rem;
}
.buyone{
width: 200px;
height: 50px;
}
.buyTone{
width: 100px;
height: 50px;
}
.buymax{
width: 50px;
height: 50px;
}
/* By MrEidam */
.clickbtn{
display: flex;
justify-content: space-around;
}
.clickbtn button{
background-color: var(--Bcolor);
border-radius: 8px;
margin: 0 1rem 0.5rem 1rem;
}
.row{
display: flex;
flex-direction: row;
justify-content: center;
}
button{
border: none;
filter: drop-shadow(8px 6px 4px #555);
}
@media only screen and (max-width: 550px){
.row{
flex-direction: column;
justify-content: center;
}
.item{
width: auto;
margin: 2rem 10vw 2rem 10vw;
}
}
#prog{
appearance: none;
width: 200px;
}
h2{
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 900;
word-spacing: 10px;
}
#ItsTime{
position: relative;
margin: 1rem;
width: 69%;
height: 69px;
display: none;
border-radius: 6.9px;
transition: 0.5s;
animation: time 1s linear infinite;
background-color: #3d3;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 900;
word-spacing: 10px;
font-family: 'Poppins', sans-serif;
cursor: cell;
}
@keyframes time{
from{filter: hue-rotate(0deg);}
to{filter: hue-rotate(360deg);}
}
.menu-container{
position: fixed;
top: 50px;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Poppins';
z-index: 500;
}
.button{
position: relative;
background: #1b1b1b;
color: #fff;
font-size: 20px;
padding: 8px 20px;
width: 150px;/* 100% */
line-height: 30px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 25px;
cursor: pointer;
transition: width .4s;
}
.button.expand{
width: 100%;
}
.fas.expand:before{
content: '\f00d';
}
ul{
list-style: none;
position: absolute;
top: 65px;
display: block;
background: #1b1b1b;
width: 100%;
text-align: center;
border-radius: 5px;
display: none;
box-shadow: 0 3px 6px rgba(0,0,0,.3);
padding-inline-start: 0px;
}
ul:before{
position: absolute;
content: '';
width: 20px;
height: 20px;
background: #1b1b1b;
top: -10px;
right: 15px;
transform: rotate(45deg);
z-index: -1;
}
ul li{
line-height: 35px;
padding: 8px 20px;
cursor: pointer;
border-bottom: 1px solid rgba(255,255,255,.1);
}
ul li:hover:first-child{
border-radius: 5px 5px 0 0;
}
ul li:hover:last-child{
border-radius: 0 0 5px 5px;
}
ul li:hover{
box-shadow: inset 0 0 5px #33ff33,
inset 0 0 10px #66ff66;
}
ul li:last-child{
border-bottom: none;
}
ul li a{
color: #fff;
font-size: 18px;
text-decoration: none;
}
ul li:hover a{
color: #44dd44;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
Version - 40/img/YT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View File

@@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>angel-wings</title>
<path d="M29.734 5.921c-0.805-1.845-2.521-2.832-3.23-2.122l0-0c-0.766 0.767 0.291 1.837 0.364 3.557-7.080 5.271-14.155 6.428-21.245 0.108 0.031-1.784 1.148-2.883 0.367-3.666l0 0c-0.709-0.71-2.425 0.277-3.23 2.122-2.702 6.193-0.598 22.443 5.483 21.96-1.373-3.151-2.733-6.737-3.539-10.529 1.643 4.523 4.513 8.46 7.353 7.5-1.998-2.508-4.121-5.445-5.618-8.757 2.185 3.692 5.326 6.605 7.676 5.335-1.856-1.659-3.841-3.59-5.541-5.82 2.482 2.34 5.454 3.838 7.020 2.34-1.298-0.631-2.703-1.419-4.039-2.338l4.673 2.031 4.275-1.737c-1.203 0.794-2.445 1.48-3.602 2.043 1.566 1.497 4.537 0 7.020-2.34-1.7 2.229-3.685 4.161-5.541 5.82 2.35 1.27 5.491-1.642 7.676-5.335-1.497 3.312-3.62 6.249-5.618 8.757 2.84 0.961 5.71-2.976 7.353-7.5-0.806 3.792-2.166 7.378-3.539 10.529 6.081 0.482 8.184-15.768 5.483-21.96zM5.622 7.464c-0.101-0.090-0.201-0.181-0.302-0.274 0.101 0.093 0.201 0.184 0.302 0.274zM4.611 6.511c-0.099-0.099-0.199-0.199-0.298-0.3 0.099 0.102 0.199 0.202 0.298 0.3zM5.282 7.154c-0.096-0.089-0.191-0.179-0.287-0.27 0.096 0.091 0.191 0.181 0.287 0.27zM4.941 6.833c-0.095-0.091-0.19-0.183-0.285-0.277 0.095 0.094 0.19 0.186 0.285 0.277zM27.232 7.081c-0.12 0.092-0.24 0.182-0.36 0.271 0.12-0.089 0.24-0.18 0.36-0.271zM27.969 6.503c0.12-0.096 0.239-0.193 0.359-0.292-0.12 0.098-0.239 0.196-0.359 0.292zM27.234 7.079c0.121-0.092 0.241-0.186 0.362-0.28-0.121 0.095-0.241 0.188-0.362 0.28zM27.602 6.794c0.12-0.094 0.239-0.189 0.359-0.285-0.12 0.096-0.239 0.191-0.359 0.285zM16.247 7.439c2.952 0 5.344-1.168 5.344-2.608s-2.393-2.608-5.344-2.608-5.344 1.168-5.344 2.608c0 1.44 2.393 2.608 5.344 2.608zM16.247 2.641c2.183 0 3.953 0.864 3.953 1.929s-1.77 1.929-3.953 1.929-3.953-0.864-3.953-1.929c0-1.065 1.77-1.929 3.953-1.929z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 512 512" xml:space="preserve">
<g>
<path style="fill:#878791;" d="M181.696,65.849c0,0-40.248-65.849-49.536-65.849s-8.256,98.873-8.256,98.873L181.696,65.849z"/>
<path style="fill:#878791;" d="M330.27,65.849c0,0,40.248-65.849,49.536-65.849c9.288,0,8.256,98.873,8.256,98.873L330.27,65.849z"
/>
</g>
<path style="fill:#C39B6E;" d="M256,512c81.872,0,185.928-18.287,209.564-107.328c23.285-87.72-29.233-150.366-44.444-181.632
c-12.384-25.456-16.512-40.592-16.512-74.304C404.608,33.152,256,33.023,256,33.023s-148.608,0.129-148.608,115.713
c0,33.712-4.128,48.848-16.512,74.304c-15.211,31.265-67.729,93.912-44.444,181.632C70.072,493.714,174.128,512,256,512z"/>
<path style="fill:#AC8A67;" d="M256,82.361L256,82.361c-31.918,0-57.792,25.874-57.792,57.792v206.4
c0,31.918,25.874,57.792,57.792,57.792l0,0c31.918,0,57.792-25.874,57.792-57.792v-206.4C313.792,108.235,287.918,82.361,256,82.361
z"/>
<g>
<path style="fill:#464655;" d="M313.792,429.03c0,42.147-39.553,28.617-57.792,28.617s-57.792,13.53-57.792-28.617
s25.874-28.617,57.792-28.617S313.792,386.882,313.792,429.03z"/>
<ellipse style="fill:#464655;" cx="115.646" cy="164.924" rx="16.512" ry="24.768"/>
<ellipse style="fill:#464655;" cx="396.35" cy="164.924" rx="16.512" ry="24.768"/>
</g>
<path style="fill:#C0C0C6;" d="M283.628,200.296l-0.012-0.011c-7.849-7.065-17.732-10.597-27.615-10.597
c-9.883,0-19.765,3.531-27.615,10.597l-0.012,0.011c-34.966,31.47-54.932,76.303-54.932,123.346v91.214
c0,13.679,11.089,24.768,24.768,24.768h22.819c12.14,0,24.115-2.827,34.973-8.256c10.859,5.429,22.832,8.256,34.973,8.256h22.819
c13.679,0,24.768-11.089,24.768-24.768v-91.214C338.56,276.599,318.594,231.767,283.628,200.296z"/>
<g>
<path style="fill:#9E9EA6;" d="M308.029,241.48h-9.262c-6.409,0-12.73,1.492-18.461,4.358l-13.228,6.614
c-6.973,3.487-15.181,3.487-22.154,0l-13.228-6.614c-5.732-2.866-12.053-4.358-18.461-4.358h-9.262
c-15.647,0-29.672,11.716-30.49,27.342c-0.873,16.665,12.381,30.45,28.855,30.45h4.128c24.768,0,24.768,33.024,49.536,33.024
s24.768-33.024,49.536-33.024h4.128c16.474,0,29.728-13.785,28.855-30.45C337.701,253.196,323.675,241.48,308.029,241.48z"/>
<path style="fill:#9E9EA6;" d="M256,431.368c2.687,1.344,5.446,2.523,8.256,3.545V406.6c0-4.559-3.697-8.256-8.256-8.256
c-4.559,0-8.256,3.697-8.256,8.256v28.313C250.554,433.891,253.313,432.711,256,431.368z"/>
</g>
<g>
<circle style="fill:#464655;" cx="202.334" cy="270.374" r="12.384"/>
<circle style="fill:#464655;" cx="309.662" cy="270.374" r="12.384"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,52 @@
<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">
<g>
<g>
<path d="M74.92,113.83c0,0-5.7-0.45-5.93-3.79l-3.24-9.41l14.09-13.1c0,0,10.33-0.2,10.92-0.2 c0.6,0,3.37,13.3,3.37,13.3l-4.96,8.14L74.92,113.83z" style="fill:#2F2F2F;"/>
<g>
<path d="M75.03,53.73c0.31,2.76,0.9,5.17,2.83,7.2c1.55,1.62,3.17,3,4.6,4.73 c4.12,4.99,11.06,6.71,15.32,11.94c2.84,3.49,4.77,7.77,5.75,12.11c1.1,4.88,1.78,10.27,0.42,15.07 c-1.87,6.58-7.62,7.38-13.63,8.29c-2.76,0.42-5.57,0.66-8.37,0.74c-2.23,0.06-4.81,0.34-7.04,0.03 c-1.95-0.28-2.32-2.92-1.79-4.47c0.56-1.67,2.24-2.3,3.81-2.6c0.77-0.15,1.58,0.07,2.36-0.06c1.45-0.23,2.06-1.18,2.09-2.63 c0.03-1.98,0.71-3.63,1.62-5.36c0.41-0.78,1.1-1.47,1.76-2.06c0.67-0.62,1.83-1.47,1.19-2.55c-1.1-1.88-4.44-0.15-5.57,0.66 c-1.75,1.24-2.99,3.12-3.53,5.19c-0.77,2.87-1.36,3.06-4.04,4.08c-1.58,0.61-3.04,1.62-3.64,3.19 c-0.73,1.95,0.49,4.25-0.77,5.95c-0.99,1.36-2.91,2.11-4.67,2.04c-4.54-0.2-7.58-1.31-6.63-5.93c0.6-2.9,0.41-6.08,0.59-9.09 c0.06-1.13,0.17-2.86-0.96-3.65c-0.44-0.32-1.05-0.37-1.56-0.34c-0.35,0.01-1.23-0.04-1.56,0.07c-0.97,0.31-0.74,1.87-0.73,2.69 c0.01,1.58-0.02,3.19-0.06,4.75c-0.04,1.85,0.16,3.68,0.18,5.51c0.01,1.2,0.12,2.68-0.87,3.53c-1.13,1-2.86,1.22-4.4,1.27 c-1.85,0.07-3.96-0.07-5.5-1.15c-3.15-2.22-2.08-7.31-1.79-10.28c0.19-1.93,0.05-3.94,0-5.92c-0.04-1.78-0.09-3.57-0.13-5.37 c-0.02-0.74-0.12-1.54-0.08-2.3c0.15-2.1-0.28-4.25-0.34-6.43c-0.1-4-0.31-8.07-0.31-12.14c0-1.74,0.3-3.65,0.8-5.3 c0.27-0.88,0.56-2.06,1.03-2.83c0.74-1.23,2.02-2.33,3.09-3.29c1.38-1.23,3.02-1.85,4.6-2.8c2.05-1.24,4.19-2.41,6.41-3.36 c3.9-1.66,8.07-3.08,12.43-3.24c1.53-0.06,2.68-0.3,4.16-0.64c1.49-0.34,2.23,0.66,2.5,2.06 C74.83,51.91,74.93,52.82,75.03,53.73z" style="fill:#F79329;"/>
<g>
<g>
<path d="M59.13,24.93c0,0-2.13-2.61-7.09-9.78C48.98,10.71,39.33-1.79,34.45,0.8 c-7.53,3.98-6.69,32.18-6.69,32.18L59.13,24.93z" style="fill:#F79329;"/>
<path d="M62.29,25.27c0,0,2.63-2.1,8.97-8.1c3.93-3.7,15.96-13.91,20.2-10.38 c6.54,5.46-0.15,32.87-0.15,32.87L62.29,25.27z" style="fill:#F79329;"/>
<g>
<defs>
<path id="SVGID_1_" d="M95.31,51.88c0.33-8.71-3.73-18.15-10.88-24.49c-5.78-5.14-14.36-8.35-22.99-9.24 c-8.63-0.92-17.68,0.44-24.4,4.25C28.72,27.12,22.8,35.5,21.3,44.1c-1.42,8.16-0.62,16.61,6.43,23.13 c3.91,3.61,8.96,6.32,14.28,8.05c2.02,0.66,7.26,2.25,12.85,2.84c5.61,0.59,11.57,0.18,13.69-0.05 c5.56-0.59,11.07-2.18,15.64-4.89C92.46,68.26,95,60.16,95.31,51.88z"/>
</defs>
<use style="overflow:visible;fill:#F79329;" xlink:href="#SVGID_1_"/>
<clipPath id="SVGID_2_">
<use style="overflow:visible;" xlink:href="#SVGID_1_"/>
</clipPath>
</g>
</g>
<g>
<g>
<path d="M45.82,48.62c-0.34,3.21-2.93,5.57-5.78,5.27c-2.85-0.3-4.9-3.14-4.56-6.36 c0.34-3.22,2.93-5.58,5.78-5.28C44.11,42.56,46.15,45.4,45.82,48.62z" style="fill:#2F2F2F;"/>
<path d="M69.87,51.15c-0.34,3.21,1.7,6.06,4.55,6.36c2.85,0.3,5.44-2.06,5.78-5.27 c0.34-3.22-1.7-6.07-4.55-6.37C72.79,45.58,70.21,47.93,69.87,51.15z" style="fill:#2F2F2F;"/>
</g>
<path d="M56.72,64.69c-0.05,0-0.11,0-0.16-0.01c-0.85-0.09-1.47-0.85-1.38-1.71l0.6-5.71 c0.09-0.85,0.86-1.43,1.71-1.38c0.85,0.09,1.47,0.85,1.38,1.71l-0.6,5.7C58.18,64.09,57.51,64.69,56.72,64.69z" style="fill:#2F2F2F;"/>
<path d="M52.19,68.42c-1.57-0.01-3.15-0.49-4.3-1.37c-0.91-0.7-2.36-2.82-0.87-3.63 c0.24-0.13,0.51-0.2,0.78-0.23c0.43-0.06,0.78,0.05,1.14,0.32c0.58,0.43,1.07,1.2,1.79,1.34c2.25,0.46,4.19-0.69,4.73-2.95 c0.14-0.61,0.19-0.9,0.91-0.97c1.75-0.16,2.17,2.04,1.69,3.35c-0.43,1.17-0.99,2.43-2.08,3.13 C54.86,68.12,53.51,68.43,52.19,68.42z" style="fill:#2F2F2F;"/>
<path d="M60.38,69.16c1.55,0.28,3.19,0.09,4.49-0.56c1.02-0.53,2.84-2.34,1.52-3.41 c-0.83-0.67-1.56-0.4-2.37,0.12c-2.06,1.33-4.88,0.39-5.57-2.01c-0.15-0.55,0.06-1.42-0.19-1.91 c-0.12-0.23-0.31-0.18-0.59-0.28c-0.19-0.07-0.31-0.15-0.52-0.16c-0.97-0.06-1.53,0.98-1.68,1.8 c-0.08,0.44-0.17,0.81-0.1,1.25c0.21,1.24,0.53,2.57,1.48,3.46C57.81,68.38,59.08,68.92,60.38,69.16z" style="fill:#2F2F2F;"/>
<path d="M52,57.63c-0.03,1.07,0.58,2.25,1.61,3.05c0.84,0.65,2.08,1.07,3.31,1.19 c1.23,0.13,2.53-0.02,3.48-0.47c1.18-0.57,2.02-1.59,2.21-2.65c0.19-1,0.06-2.06-0.97-2.88 c-0.56-0.46-1.29-0.8-2.06-1.02c-0.28-0.09-1.04-0.3-1.84-0.38c-0.81-0.09-1.66-0.05-1.96-0.02 c-0.79,0.06-1.58,0.25-2.23,0.57C52.38,55.61,52.03,56.6,52,57.63z" style="fill:#2F2F2F;"/>
</g>
</g>
<path d="M97.64,99.25c1.22-0.81,2.5-0.45,3.86-0.29c5.86,0.68,12.5,5.82,12.74,11.94 c0.29,7.86-6.7,13.54-13.66,15.41c-5.07,1.36-10.56,1.36-15.78,1.15c-2.28-0.09-6.4,0.29-8.41-0.99 c-0.72-0.45-1.35-1.39-1.68-2.16c-1.21-2.81,1.23-4.77,3.84-4.76c1.9,0.01,3.8,0.04,5.71,0.02c4.16-0.03,8.34,0.28,12.45-0.54 c3.74-0.74,9.22-3.67,8.99-8.23c-0.17-3.35-3.89-4.01-6.57-4.41c-0.68-0.1-1.35-0.32-2.13-0.34c-1.53-0.04-1.46-1.48-1.35-2.6 c0.16-1.59,0.41-2.92,1.74-4.01C97.44,99.38,97.54,99.31,97.64,99.25z" style="fill:#F79329;"/>
</g>
</g>
<g>
<g>
<path d="M23.75,49.72c-0.1,0-0.2-0.01-0.3-0.03l-8.22-1.61c-0.84-0.16-1.39-0.98-1.22-1.82 c0.16-0.84,1-1.4,1.82-1.22l8.22,1.62c0.84,0.16,1.39,0.98,1.22,1.81C25.12,49.2,24.47,49.72,23.75,49.72z" style="fill:#F79329;"/>
<path d="M15.3,56.02c-0.77,0-1.43-0.57-1.53-1.35c-0.12-0.85,0.48-1.62,1.33-1.74l8.31-1.09 c0.83-0.12,1.62,0.48,1.74,1.33c0.11,0.85-0.49,1.63-1.33,1.74l-8.31,1.09C15.44,56.02,15.38,56.02,15.3,56.02z" style="fill:#F79329;"/>
<path d="M17.75,63.02c-0.67,0-1.29-0.44-1.49-1.13c-0.24-0.82,0.24-1.67,1.07-1.91l8.05-2.3 c0.82-0.23,1.68,0.24,1.92,1.07c0.23,0.82-0.24,1.68-1.07,1.91l-8.05,2.3C18.03,63,17.89,63.02,17.75,63.02z" style="fill:#F79329;"/>
</g>
<g>
<path d="M91.71,55.71c-0.78,0-1.45-0.59-1.54-1.38c-0.09-0.85,0.52-1.62,1.37-1.71l8.33-0.93 c0.83-0.07,1.62,0.52,1.71,1.37c0.1,0.86-0.52,1.62-1.37,1.71l-8.33,0.93C91.82,55.7,91.76,55.71,91.71,55.71z" style="fill:#F79329;"/>
<path d="M99.59,62.7c-0.11,0-0.22-0.01-0.34-0.04l-8.18-1.79c-0.83-0.18-1.36-1.01-1.18-1.84 c0.19-0.83,1.01-1.36,1.84-1.18l8.19,1.79c0.83,0.18,1.37,1.01,1.18,1.84C100.95,62.2,100.3,62.7,99.59,62.7z" style="fill:#F79329;"/>
<path d="M96.58,69.46c-0.18,0-0.37-0.03-0.55-0.1L88.2,66.4c-0.8-0.3-1.21-1.2-0.9-2 c0.3-0.8,1.2-1.2,2-0.9l7.84,2.96c0.8,0.31,1.2,1.2,0.9,2C97.8,69.08,97.21,69.46,96.58,69.46z" style="fill:#F79329;"/>
</g>
</g>
<g>
<path d="M36,12.52c-0.73,1.9-2.2,7.37-1.28,11.26c0.27,1.16,1.75,1.68,2.8,1.18 c2.19-1.05,5.61-2.9,6.89-3.54c2.18-1.07,2.93-2.4,1.75-4.03c-1.5-2.08-5.24-6.39-7.45-6.81C37.45,10.34,36.48,11.29,36,12.52z" style="fill:#FCD4B5;"/>
<path d="M87.6,17.78c0.41,2,0.93,7.63-0.63,11.33c-0.46,1.09-2.01,1.36-2.96,0.69 c-1.98-1.4-5.03-3.8-6.2-4.64c-1.96-1.42-2.49-2.86-1.05-4.27c1.82-1.8,6.23-5.43,8.48-5.47C86.53,15.39,87.34,16.49,87.6,17.78z" style="fill:#FCD4B5;"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -0,0 +1,26 @@
<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">
<g>
<path d="M125.47,86.16l-8.27-1.49c0.1-1.84,0.09-3.7,0-5.56l8.4-1.25c1.17-0.17,1.97-1.26,1.8-2.42 c-0.17-1.16-1.26-1.96-2.42-1.8l-8.18,1.22c-0.9-5.98-3.2-11.94-6.68-17.31c1.05-10.02,3.06-37.18-5.09-42.65 c-6.5-4.36-21.96,11.82-26.94,17.63c-1.15,1.34-2.2,2.55-3.16,3.65c-3.48-0.53-7.02-0.82-10.55-0.82 c-3.53-0.01-7.06,0.29-10.54,0.82c-0.96-1.1-2.01-2.31-3.16-3.65c-4.98-5.81-20.44-21.99-26.93-17.63 c-8.15,5.47-6.13,32.63-5.09,42.65c-3.47,5.36-5.79,11.33-6.68,17.31l-8.18-1.22c-1.16-0.16-2.25,0.63-2.43,1.8 C1.19,76.6,2,77.69,3.16,77.86l8.4,1.25c-0.09,1.86-0.1,3.72,0,5.56L3.3,86.16c-1.16,0.21-1.93,1.32-1.72,2.48 c0.19,1.03,1.08,1.75,2.1,1.75c0.12,0,0.25-0.01,0.38-0.03l7.94-1.43c0.33,2.1,0.81,4.17,1.5,6.18l-6.48,2.05 c-1.12,0.36-1.74,1.56-1.39,2.68c0.29,0.91,1.13,1.49,2.03,1.49c0.22,0,0.43-0.03,0.65-0.1l6.85-2.17 c1.98,3.89,4.88,7.47,8.98,10.53c6.05,4.51,13.57,7.57,21.33,9.23c2.94,0.63,10.56,2.1,18.55,2.1c7.99,0,16.35-1.47,19.3-2.1 c7.75-1.66,15.28-4.72,21.33-9.23c4.1-3.06,7-6.64,8.98-10.53l6.84,2.17c0.22,0.07,0.43,0.1,0.65,0.1c0.9,0,1.74-0.58,2.03-1.49 c0.36-1.12-0.26-2.32-1.38-2.68l-6.48-2.06c0.69-2,1.18-4.07,1.5-6.18l7.95,1.43c0.12,0.02,0.25,0.03,0.38,0.03 c1.01,0,1.91-0.73,2.1-1.75C127.4,87.48,126.62,86.37,125.47,86.16z" style="fill:#F79329;"/>
<g>
<g>
<path d="M70.95,103.19c0.21,0.46-0.17,1.2-0.28,1.62c-0.14,0.53-0.27,1.05-0.43,1.56 c-0.76,2.52-2.06,4.88-4.85,5.43c-2.58,0.51-5.06-1.25-6.03-3.58c-0.36-0.85-0.64-1.73-0.94-2.6 c-0.16-0.48-0.32-0.96-0.47-1.43c-0.11-0.34-0.4-0.88-0.36-1.23c1.42-0.09,3.07-0.73,4.29-1.45 c0.4-0.24,0.85-0.37,1.22-0.66c0.33-0.26,0.54-0.63,0.96-0.76c0.42,0.45,1.13,0.7,1.65,1.05c0.63,0.42,1.27,0.79,1.95,1.11 c0.63,0.3,1.38,0.3,2.03,0.47c0.34,0.09,0.91,0.04,1.16,0.33C70.9,103.09,70.93,103.13,70.95,103.19z" style="fill:#ED6C30;"/>
<g>
<g>
<path d="M46.92,81.07c0,4.59-3.31,8.3-7.38,8.3c-4.07,0-7.38-3.72-7.38-8.3 c0-4.6,3.31-8.31,7.38-8.31C43.61,72.75,46.92,76.47,46.92,81.07z" style="fill:#2F2F2F;"/>
<path d="M81.26,81.07c0,4.59,3.3,8.3,7.38,8.3c4.07,0,7.38-3.72,7.38-8.3c0-4.6-3.31-8.31-7.38-8.31 C84.57,72.75,81.26,76.47,81.26,81.07z" style="fill:#2F2F2F;"/>
</g>
<path d="M64.48,101.33c-0.77,0-1.39-0.62-1.39-1.39v-8.15c0-0.77,0.62-1.39,1.39-1.39 c0.77,0,1.39,0.62,1.39,1.39v8.15C65.87,100.71,65.25,101.33,64.48,101.33z" style="fill:#2F2F2F;"/>
<g>
<path d="M57.49,104.6c-0.43,0-0.89-0.02-1.36-0.06c-5.66-0.5-8.15-4.89-8.68-7.15 c-0.21-0.92,0.36-1.84,1.28-2.05c0.92-0.22,1.83,0.35,2.05,1.27c0.05,0.21,1.11,4.12,5.65,4.53c4.75,0.43,6.59-2.06,6.67-2.17 c0.55-0.76,1.6-0.95,2.37-0.42c0.77,0.53,0.97,1.57,0.45,2.35C65.81,101.06,63.35,104.6,57.49,104.6z" style="fill:#2F2F2F;"/>
<path d="M71.52,104.6c-5.86,0-8.32-3.54-8.43-3.7c-0.53-0.78-0.32-1.85,0.46-2.38 c0.79-0.53,1.85-0.32,2.38,0.46c0.06,0.08,1.93,2.57,6.65,2.15c4.63-0.41,5.64-4.48,5.65-4.52c0.22-0.92,1.14-1.49,2.05-1.28 c0.92,0.22,1.49,1.13,1.28,2.05c-0.53,2.25-3.03,6.65-8.68,7.15C72.4,104.58,71.95,104.6,71.52,104.6z" style="fill:#2F2F2F;"/>
</g>
<g>
<path d="M59.22,91.73c0.08,1.05,0.79,2.15,1.89,2.82c0.88,0.55,2.13,0.82,3.36,0.82 c1.22,0,2.47-0.27,3.35-0.82c1.1-0.68,1.81-1.77,1.89-2.82c0.08-1-0.15-2.02-1.24-2.72c-0.6-0.39-1.35-0.65-2.12-0.79 c-0.29-0.05-1.05-0.18-1.85-0.18c-0.79,0-1.62,0.12-1.92,0.18c-0.77,0.14-1.52,0.4-2.12,0.79 C59.38,89.72,59.14,90.73,59.22,91.73z" style="fill:#2F2F2F;"/>
<path d="M64.43,96.86c-1.54,0-3.04-0.38-4.11-1.04c-1.47-0.91-2.47-2.43-2.59-3.97 c-0.17-2.24,0.96-3.45,1.92-4.08c0.74-0.47,1.66-0.82,2.66-1c0.4-0.08,1.31-0.2,2.18-0.2c0.94,0,1.8,0.14,2.12,0.2 c1,0.18,1.92,0.53,2.65,1c0.97,0.63,2.1,1.85,1.92,4.09c-0.12,1.53-1.11,3.05-2.59,3.97c-1.07,0.66-2.57,1.04-4.11,1.04 H64.43z M64.5,89.53c-0.68,0-1.41,0.11-1.64,0.15c-0.62,0.12-1.19,0.32-1.59,0.58c-0.39,0.25-0.62,0.57-0.56,1.35 c0.05,0.6,0.51,1.25,1.19,1.67c0.61,0.38,1.56,0.6,2.55,0.6v1.49l0.02-1.49l0,0c1.03,0,1.98-0.23,2.58-0.6 c0.67-0.41,1.15-1.08,1.19-1.67c0.07-0.78-0.17-1.1-0.56-1.35c-0.4-0.26-0.97-0.46-1.58-0.58 C65.93,89.66,65.22,89.53,64.5,89.53z" style="fill:#2F2F2F;"/>
</g>
</g>
</g>
<path d="M64.48,113.66c-2.83,0-5.55-1.85-6.76-4.76c-0.56-1.35-1.69-4.89-1.74-5.04 c-0.3-0.93,0.22-1.93,1.15-2.23c0.93-0.3,1.93,0.22,2.23,1.15c0.39,1.22,1.23,3.79,1.63,4.75c0.62,1.49,2.26,2.88,4.05,2.53 c1.64-0.32,2.72-1.62,3.5-4.2c0.1-0.35,0.31-1.14,0.51-1.88c0.15-0.58,0.3-1.14,0.38-1.43c0.27-0.94,1.23-1.49,2.19-1.22 c0.94,0.27,1.49,1.25,1.22,2.19c-0.08,0.28-0.22,0.81-0.37,1.37c-0.2,0.77-0.42,1.6-0.54,1.99c-0.44,1.44-1.76,5.78-6.21,6.66 C65.32,113.62,64.9,113.66,64.48,113.66z" style="fill:#2F2F2F;"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,506 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="cat" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1432.2 1155.6" style="enable-background:new 0 0 1432.2 1155.6;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FBB03B;}
.st1{fill:#42210B;}
.st2{fill:#B45316;}
.st3{fill:#754C24;}
.st4{fill:#F15A24;}
.st5{fill:#8C6239;}
.st6{opacity:0.8;fill:#FAD9B4;}
</style>
<g>
<g>
<g>
<g>
<path class="st0" d="M399.3,127.6C341,132.4,186.4-23.8,98.1,7.8s-157.7,247.6-3.2,388c-6.3,67.8,80.4,157.7,141.9,162.4
s184.5-408.5,184.5-408.5L399.3,127.6z"/>
<path class="st0" d="M237.9,561.8c-0.4,0-0.9,0-1.3-0.1c-32.1-2.5-73.1-28-104.3-65.1c-28.2-33.5-43.1-69.6-41-99.5
C-13.6,301-3.8,185,5.3,139.5C18.4,73.6,55.2,19.3,96.9,4.4C105.1,1.5,114.2,0,124,0c50.6,0,113.4,39.2,168.8,73.8
c41.6,25.9,80.8,50.4,103.9,50.4c0.8,0.1,1.6,0,2.4-0.1c1-0.1,2.1,0.3,2.8,1l22.1,22.1c0.9,0.9,1.3,2.3,0.9,3.5
c-0.3,1-30.9,103.4-68.6,204.5C334,414.6,313.7,462,295.8,496C272.6,540.3,253.7,561.8,237.9,561.8z M124,7.1
c-8.9,0-17.3,1.3-24.7,4C59.9,25.2,24.9,77.3,12.2,140.9C3.3,185.4-6.2,299.1,97.3,393.1c0.8,0.7,1.2,1.8,1.1,3
c-2.6,28.3,11.7,63.3,39.3,96c30.1,35.7,69.1,60.2,99.4,62.6c0.3,0,0.5,0,0.8,0c13.5,0,46-26.2,111.6-201.9
c34.7-93,63.4-187.1,67.9-202l-19.5-19.5c-0.4,0-0.9,0-1.3,0c0,0,0,0,0,0c-25.1,0-63.3-23.9-107.6-51.5
C234.4,45.7,172.5,7.1,124,7.1z"/>
</g>
<g>
<path class="st1" d="M266,551.1c-61.5,1.6-157.7-59.9-157.7-157.7C-0.5,317.7-18.6,90.1,84.7,29.1
c69.4-41,143.5,31.5,148.3,33.1c-36.3-4.7-50.5,48.9-50.5,53.6c39.4-31.5,78.9-9.5,78.9-9.5s-55.2,7.9-61.5,36.3
c33.1-12.6,110.4-14.2,126.2,37.9C341.8,232.5,266,551.1,266,551.1z"/>
<path class="st1" d="M263.7,554.7c-33,0-72.6-16.7-103.1-43.5c-35.5-31.2-55.3-72.3-55.8-115.9c-67.4-48-94.7-145.9-91.9-222.2
c2.5-68.7,28.1-122.3,70-147.1c14.6-8.6,30.6-13,47.5-13c45.4,0,84.7,30.9,99.6,42.6c1.9,1.5,3.8,3,4.4,3.3
c1.6,0.7,2.5,2.4,2.1,4.1c-0.4,1.8-2.1,3-3.9,2.7c-1.3-0.2-2.7-0.3-4-0.3c-22.8,0-35.5,27.4-40.3,41.9
c12.6-8,26.3-12.1,40.7-12.1c19.7,0,33.6,7.6,34.2,8c1.3,0.7,2,2.3,1.8,3.7c-0.3,1.5-1.5,2.6-3,2.9c-0.5,0.1-43.8,6.5-55.9,27
c11.6-3.3,25.5-5.2,39.4-5.2c20.9,0,71,4.7,84.1,47.7c15.9,52.4-56.8,359.4-59.9,372.5c-0.4,1.6-1.8,2.7-3.4,2.7
C265.3,554.7,264.5,554.7,263.7,554.7z M130.3,20.1c-15.6,0-30.3,4.1-43.9,12c-39.8,23.5-64.1,75-66.5,141.2
c-2.8,74.9,24.1,171,90.4,217.1c1,0.7,1.5,1.8,1.5,2.9c0,42.2,19,82.2,53.4,112.4c29.2,25.6,66.7,41.6,98,41.8
c7.3-31.1,73.9-318,59.4-366.1c-11.7-38.5-57.9-42.7-77.3-42.7c-16,0-32.5,2.7-44.2,7.1c-1.2,0.5-2.6,0.2-3.6-0.6
c-1-0.9-1.4-2.2-1.1-3.5c4.9-22,35.1-32.4,52.4-36.6c-5.2-1.5-12.1-2.9-19.9-2.9c-15.9,0-30.8,5.4-44.2,16.2
c-1.1,0.9-2.5,1-3.8,0.4c-1.2-0.6-2-1.8-2-3.2c0-4.2,11.8-51.7,43.6-57C206.4,46.3,170.5,20.1,130.3,20.1z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M1032.9,127.6c58.4,4.7,212.9-151.4,301.2-119.9c88.3,31.5,157.7,247.6,3.2,388
c6.3,67.8-80.4,157.7-141.9,162.4s-184.5-408.5-184.5-408.5L1032.9,127.6z"/>
<path class="st0" d="M1194.3,561.8c-15.7,0-34.7-21.5-57.9-65.7c-17.9-34-38.2-81.4-60.4-140.8
c-37.7-101.1-68.3-203.5-68.6-204.5c-0.4-1.2,0-2.6,0.9-3.5l22.1-22.1c0.7-0.7,1.8-1.1,2.8-1c22.7,1.8,63.2-23.5,106.2-50.3
C1194.8,39.2,1257.6,0,1308.2,0c9.8,0,18.9,1.5,27.1,4.4c41.6,14.9,78.5,69.1,91.6,135.1c9.1,45.5,18.8,161.5-86,257.7
c2.1,29.9-12.8,66-41,99.5c-31.3,37.1-72.2,62.6-104.3,65.1C1195.1,561.8,1194.7,561.8,1194.3,561.8z M1014.8,150.7
c4.5,14.9,33.1,109,67.9,202c65.6,175.7,98.1,201.9,111.6,201.9c0.3,0,0.5,0,0.8,0c30.3-2.3,69.3-26.9,99.4-62.6
c27.6-32.7,41.9-67.7,39.3-96c-0.1-1.1,0.3-2.2,1.1-3c103.5-94,94-207.7,85.1-252.3c-12.7-63.5-47.7-115.7-87.1-129.8
c-7.4-2.7-15.7-4-24.7-4c-48.6,0-110.5,38.6-165.1,72.7c-44.3,27.6-82.5,51.5-107.6,51.5c-0.4,0-0.9,0-1.3,0L1014.8,150.7z"/>
</g>
<g>
<path class="st1" d="M1166.1,551.1c61.5,1.6,157.7-59.9,157.7-157.7c108.8-75.7,126.9-303.3,23.7-364.3
c-69.4-41-143.5,31.5-148.3,33.1c36.3-4.7,50.5,48.9,50.5,53.6c-39.4-31.5-78.9-9.5-78.9-9.5s55.2,7.9,61.5,36.3
c-33.1-12.6-110.4-14.2-126.2,37.9C1090.4,232.5,1166.1,551.1,1166.1,551.1z"/>
<path class="st1" d="M1168.5,554.7C1168.5,554.7,1168.5,554.7,1168.5,554.7c-0.8,0-1.6,0-2.4,0c-1.6,0-3-1.2-3.4-2.7
c-3.1-13-75.7-320.1-59.9-372.5c13.1-43.1,63.1-47.7,84.1-47.7c13.9,0,27.9,1.9,39.4,5.2c-12.1-20.5-55.5-26.9-55.9-27
c-1.5-0.2-2.7-1.4-3-2.9c-0.3-1.5,0.4-3,1.8-3.7c0.6-0.3,14.5-8,34.2-8c14.5,0,28.1,4.1,40.7,12.1
c-4.7-14.5-17.5-41.9-40.3-41.9c-1.3,0-2.7,0.1-4,0.3c-1.8,0.2-3.5-0.9-3.9-2.7c-0.4-1.7,0.5-3.4,2.1-4.1
c0.6-0.4,2.5-1.9,4.4-3.3c14.8-11.7,54.2-42.6,99.6-42.6c16.9,0,32.8,4.4,47.5,13c41.9,24.8,67.5,78.4,70,147.1
c2.8,76.2-24.5,174.1-91.9,222.2c-0.5,43.6-20.3,84.7-55.8,115.9C1241,538,1201.5,554.7,1168.5,554.7z M1186.9,138.8
c-19.3,0-65.6,4.2-77.3,42.7c-14.6,48,52.1,335,59.4,366.1c31.3-0.2,68.8-16.1,98-41.8c34.4-30.3,53.4-70.2,53.4-112.4
c0-1.2,0.6-2.3,1.5-2.9c66.3-46.1,93.2-142.3,90.4-217.1c-2.5-66.2-26.7-117.7-66.5-141.2c-13.5-8-28.3-12-43.9-12
c-40.2,0-76.1,26.2-92.2,38.8c31.8,5.3,43.6,52.8,43.6,57c0,1.4-0.8,2.6-2,3.2c-1.2,0.6-2.7,0.4-3.8-0.4
c-13.4-10.7-28.3-16.2-44.2-16.2c-7.8,0-14.6,1.3-19.9,2.9c17.3,4.2,47.5,14.6,52.4,36.6c0.3,1.3-0.2,2.6-1.1,3.5
c-1,0.9-2.4,1.1-3.6,0.6C1219.4,141.5,1202.8,138.8,1186.9,138.8z"/>
</g>
</g>
</g>
<g>
<path class="st0" d="M742.8,1152c75.2,0,109.6-59,161.9-63.8c57.8-5.3,104.6-100.5,119.4-127.6c24.6-45.4,68.4-29.3,134.7-115.4
c66.2-86.1,95.6-215.3,84.6-276.3c-11-61,3.7-140,3.7-140s33.1,17.9,58.9,3.6c-18.4-7.2-33.1-14.4-47.8-50.2
c22.1,10.8,47.8,7.2,58.9,0c-99-54.2-163.9-142.3-198.7-186.6c8.8,4.1,20.7,2.7,25.8-7.2C1030,134.6,930.6,44.8,720.9,44.8h-9.7
c-209.7,0-309,89.7-423.1,143.6c5.1,9.9,16.9,11.3,25.8,7.2c-34.7,44.3-99.6,132.4-198.7,186.6c11,7.2,36.8,10.8,58.9,0
c-14.7,35.9-29.4,43.1-47.8,50.2c25.8,14.4,58.9-3.6,58.9-3.6s14.7,79,3.7,140c-11,61,18.4,190.2,84.6,276.3s110,70,134.7,115.4
c14.7,27.1,61.6,122.3,119.4,127.6c52.3,4.8,86.7,63.8,161.9,63.8H742.8z"/>
<path class="st0" d="M742.8,1155.6h-53.4c-43.5,0-73.9-19.4-100.8-36.6c-20.3-13-39.5-25.2-61.4-27.2
c-55.9-5.1-100-87.9-118.9-123.3c-1.2-2.3-2.3-4.4-3.3-6.2c-10.4-19.3-24.1-26.7-43.1-37c-24.1-13.1-54-29.5-91.3-77.9
c-64.8-84.3-96.9-214.7-85.3-279.1c9.3-51.4,0-116.5-2.9-134.1c-6.4,2.8-19.2,7.5-33.2,7.5c-9.2,0-17.5-2-24.7-6
c-1.2-0.7-1.9-2-1.8-3.3c0.1-1.4,1-2.6,2.3-3.1c17.2-6.7,29.8-13.4,42.4-40.4c-7.5,2.5-15.5,3.8-23.7,3.8
c-11.9,0-23.3-2.8-30.3-7.4c-1-0.7-1.7-1.9-1.6-3.1c0-1.2,0.7-2.4,1.8-3c92.2-50.5,153.9-129.6,190.7-176.9
c0.2-0.3,0.5-0.6,0.7-0.9c-0.2,0-0.5,0-0.7,0c-8.5,0-15.5-4.1-19.2-11.3c-0.4-0.9-0.5-1.9-0.2-2.8c0.3-0.9,1-1.7,1.8-2.1
c25.6-12.1,50.2-25.8,76.2-40.4C449.6,96.3,547.9,41.3,711.3,41.3h9.7c163.3,0,261.7,55,348.4,103.5c26,14.5,50.5,28.3,76.2,40.4
c0.9,0.4,1.5,1.2,1.8,2.1s0.2,1.9-0.2,2.8c-3.7,7.2-10.7,11.3-19.2,11.3c-0.2,0-0.5,0-0.7,0c0.2,0.3,0.5,0.6,0.7,0.9
c36.8,47.3,98.5,126.4,190.7,176.9c1.1,0.6,1.8,1.7,1.8,3c0,1.2-0.6,2.4-1.6,3.1c-7.1,4.6-18.4,7.4-30.3,7.4
c-8.2,0-16.2-1.3-23.7-3.8c12.6,27,25.2,33.7,42.4,40.4c1.3,0.5,2.2,1.7,2.3,3.1c0.1,1.4-0.6,2.7-1.8,3.3c-7.2,4-15.5,6-24.7,6
c-14,0-26.8-4.7-33.2-7.5c-2.9,17.6-12.2,82.8-2.9,134.1c11.7,64.4-20.5,194.9-85.3,279.1c-37.3,48.5-67.2,64.8-91.3,77.9
c-18.9,10.3-32.6,17.8-43.1,37c-1,1.8-2.1,3.8-3.3,6.2c-18.8,35.4-62.9,118.2-118.9,123.3c-21.9,2-41.1,14.3-61.4,27.2
C816.7,1136.1,786.3,1155.6,742.8,1155.6z M185.2,425.3c0.5,0,1,0.1,1.5,0.3c1,0.5,1.8,1.4,2,2.6c0.1,0.8,14.7,80.3,3.7,141.2
C181,632.4,212.6,760.2,276.3,843c36.3,47.3,65.6,63.2,89.1,76c19.2,10.5,34.4,18.8,45.9,39.9c1,1.8,2.1,3.9,3.3,6.2
c16.7,31.4,61.1,114.8,113.2,119.6c23.7,2.2,43.5,14.9,64.6,28.3c27.3,17.4,55.5,35.5,97,35.5h53.4c41.4,0,69.6-18,97-35.5
c21.1-13.5,40.9-26.2,64.6-28.3c52.1-4.8,96.5-88.2,113.2-119.6c1.2-2.3,2.4-4.4,3.3-6.2c11.4-21.1,26.6-29.4,45.9-39.9
c23.5-12.8,52.7-28.8,89.1-76c63.6-82.8,95.3-210.6,83.9-273.5c-11-60.9,3.5-140.5,3.7-141.2c0.2-1.1,0.9-2.1,2-2.6
c1-0.5,2.2-0.5,3.2,0.1c0.2,0.1,16.4,8.7,34.2,8.7c4.9,0,9.6-0.7,13.8-2c-16.1-7.2-29.2-17.7-42-48.9c-0.6-1.4-0.2-2.9,0.9-3.9
c1.1-1,2.7-1.2,4-0.6c8.6,4.2,18.6,6.4,28.9,6.4c7.6,0,15-1.3,20.8-3.4c-90.2-51.2-150.6-128.8-187-175.5c-2.4-3.1-4.7-6-6.9-8.8
c-1-1.3-1-3.1,0-4.4c1-1.3,2.8-1.7,4.3-1c2.6,1.2,5.4,1.8,8.2,1.8c4.4,0,8.2-1.6,10.8-4.4c-24.5-11.7-48-24.9-72.8-38.8
c-86-48.1-183.5-102.6-345-102.6h-9.7c-161.5,0-258.9,54.5-345,102.6c-24.8,13.9-48.4,27-72.8,38.8c2.6,2.8,6.4,4.4,10.8,4.4
c2.8,0,5.6-0.6,8.2-1.8c1.5-0.7,3.3-0.3,4.3,1c1,1.3,1,3.1,0,4.4c-2.2,2.8-4.5,5.7-6.9,8.8c-36.4,46.7-96.8,124.2-187,175.5
c5.8,2.2,13.2,3.4,20.8,3.4c10.3,0,20.3-2.2,28.9-6.4c1.3-0.6,2.9-0.4,4,0.6c1.1,1,1.4,2.6,0.9,3.9c-12.8,31.3-25.9,41.7-42,48.9
c4.2,1.3,8.9,2,13.8,2c17.9,0,34.1-8.6,34.2-8.7C184,425.4,184.6,425.3,185.2,425.3z"/>
</g>
<g>
<path class="st1" d="M334.7,382.4c54.7,5.8,108.6-56,182.9-12.6c56.8,33.1,63.1,198.7,4.7,299.7c-52,89.9-146.7,272.8-37.9,397.4
c-80.4-58.4-85.9-208.1,23.7-406.9c42.6-77.3,34.7-129.3,26.8-148.3c-28.4,30-91.5,20.5-124.6-9.5s-42.6-85.2-48.9-97.8
C341,398.1,334.7,382.4,334.7,382.4z"/>
</g>
<g>
<circle class="st2" cx="470.5" cy="441.1" r="71"/>
<path class="st1" d="M470.5,515.6c-41.1,0-74.5-33.4-74.5-74.5s33.4-74.5,74.5-74.5s74.5,33.4,74.5,74.5S511.6,515.6,470.5,515.6z
M470.5,373.7c-37.2,0-67.4,30.2-67.4,67.4s30.2,67.4,67.4,67.4s67.4-30.2,67.4-67.4S507.7,373.7,470.5,373.7z"/>
</g>
<g>
<path class="st3" d="M311,639.4c-15.8,0-41,41-20.5,47.3C311,693.1,311,639.4,311,639.4z"/>
<path class="st3" d="M293.7,690.8C293.7,690.8,293.7,690.8,293.7,690.8c-1.4,0-2.8-0.2-4.3-0.7c-7.7-2.4-11.3-9-9.9-18.2
c2.3-15.4,18.3-36.1,31.5-36.1c2,0,3.5,1.6,3.5,3.5c0,0.5,0,12.4-2.2,24.5C309.1,681.8,302.9,690.8,293.7,690.8z M307.3,643.8
c-8.4,3.6-19.1,18-20.8,29.2c-1.3,8.4,3.3,9.8,5,10.3c0.8,0.2,1.5,0.4,2.2,0.4c5,0,9.2-7.7,11.6-21
C306.7,655.5,307.2,648.3,307.3,643.8z"/>
</g>
<g>
<path class="st3" d="M323.6,808.2c-15.8,12.6,0,41,15.8,37.9C355.2,842.9,323.6,808.2,323.6,808.2z"/>
<path class="st3" d="M336.9,849.8C336.9,849.8,336.9,849.8,336.9,849.8c-9,0-18-7.6-21.8-18.4c-3.6-10.3-1.3-20,6.2-26
c1.5-1.2,3.6-1,4.8,0.4c5.7,6.3,24.1,27.6,20.6,38.1c-0.6,1.7-2.2,4.7-6.8,5.6C339.1,849.7,338,849.8,336.9,849.8z M323.5,813.4
c-4.4,5.6-2.6,12.7-1.6,15.7c2.7,7.8,9.2,13.7,15.1,13.7c0,0,0,0,0,0c0.6,0,1.2-0.1,1.8-0.2c1.3-0.3,1.4-0.7,1.5-0.8
C341.5,837.7,333,824.4,323.5,813.4z"/>
</g>
<g>
<path class="st3" d="M374.1,712c-20.5,6.3-11,31.5,1.6,28.4C388.3,737.2,374.1,712,374.1,712z"/>
<path class="st3" d="M373.5,744.2L373.5,744.2c-7.1,0-13.4-6.4-14.7-14.8c-1.1-7.2,2-17,14.2-20.8c1.6-0.5,3.3,0.2,4.1,1.7
c1.1,1.9,10.2,18.6,6.2,27.9c-1.3,2.9-3.6,4.9-6.9,5.7C375.5,744.1,374.5,744.2,373.5,744.2z M372.4,716.4c-7,3.4-7,9.3-6.6,11.9
c0.7,4.8,4.2,8.8,7.7,8.8l0,0c0.4,0,0.9-0.1,1.3-0.2c1.4-0.3,1.8-1,2.1-1.6C378.5,731.5,375.6,722.8,372.4,716.4z"/>
</g>
<g>
<path class="st3" d="M396.2,768.8c-15.8,11-4.7,28.4,7.9,23.7S396.2,768.8,396.2,768.8z"/>
<path class="st3" d="M399.8,796.8L399.8,796.8c-6.5,0-12.2-4.3-14.2-10.6c-2.3-7.3,0.9-14.9,8.6-20.3c1.4-1,3.2-0.8,4.4,0.3
c2.5,2.3,14.7,14.1,13,22.8c-0.4,2.2-1.9,5.1-6.2,6.8C403.5,796.4,401.6,796.8,399.8,796.8z M395.9,773.5c-3.4,3.2-4.7,7-3.6,10.5
c1.1,3.4,4.1,5.6,7.5,5.6l0,0c1,0,2-0.2,3-0.6c1.6-0.6,1.7-1.2,1.8-1.5C405.2,784.6,400.4,778.2,395.9,773.5z"/>
</g>
<g>
<path class="st3" d="M284.2,735.6c-17.3,3.2-9.5,48.9,11,44.2C315.7,775.1,284.2,735.6,284.2,735.6z"/>
<path class="st3" d="M292.3,783.7C292.3,783.7,292.3,783.7,292.3,783.7c-12.2,0-19.8-13.8-21-27.4c-1.2-13.1,3.6-22.6,12.3-24.1
c1.3-0.2,2.6,0.3,3.4,1.3c2.3,2.9,22.7,28.9,18,42.4c-0.9,2.7-3.2,6.1-8.9,7.5C294.8,783.5,293.5,783.7,292.3,783.7z M283,739.8
c-3.9,2.3-5.2,9.3-4.6,15.8c0.9,10.3,6.4,21,14,21h0c0.7,0,1.4-0.1,2.1-0.3c2.7-0.6,3.5-1.9,3.8-2.9
C300.7,766.6,290.7,750,283,739.8z"/>
</g>
<g>
<path class="st3" d="M402.5,863.4c-15.8,9.5-7.9,48.9,6.3,42.6S402.5,863.4,402.5,863.4z"/>
<path class="st3" d="M405.8,910.2C405.8,910.2,405.8,910.2,405.8,910.2c-6.2,0-11.4-5.6-14-15c-3.4-12.3-1.5-28.7,8.9-34.9
c0.8-0.5,1.8-0.6,2.7-0.4c0.9,0.2,1.7,0.9,2.2,1.7c1.6,2.8,15.2,27.5,10.9,40.5c-1.1,3.3-3.3,5.7-6.3,7.1
C408.8,909.9,407.3,910.2,405.8,910.2z M401.4,869c-4.5,5.6-5.1,16-2.8,24.4c1.6,5.8,4.5,9.8,7.1,9.8l0,0c0.5,0,1-0.1,1.6-0.4
c1.2-0.5,1.9-1.4,2.4-2.8C412,893.3,406.4,878.8,401.4,869z"/>
</g>
<g>
<path class="st3" d="M530.2,207.3c-28.4,22.1-49.5,87.1-17.3,97.8c14.2,4.7-1.6-22.1,14.2-34.7
C542.9,257.8,530.2,207.3,530.2,207.3z"/>
<path class="st3" d="M515.7,309.2L515.7,309.2c-1.2,0-2.5-0.2-4-0.7c-9.7-3.2-15.9-11.1-17.9-22.6c-4.3-24.8,12.4-64.4,34.2-81.3
c0.9-0.7,2.2-0.9,3.3-0.6c1.1,0.4,2,1.3,2.3,2.5c1.3,5.4,12.7,53.1-4.4,66.7c-6.8,5.4-6.5,14.5-6.3,21.8c0.1,5.4,0.3,9.6-2.3,12.3
C519.8,308.1,518.2,309.2,515.7,309.2z M528.1,213.9c-17.6,17-30.7,50.2-27.2,70.8c1.5,8.9,6,14.7,13.1,17.1
c0.8,0.3,1.3,0.3,1.6,0.4c0.4-1.2,0.3-4.5,0.3-7c-0.2-7.9-0.5-19.9,9-27.5C535,259.5,531.4,230,528.1,213.9z"/>
</g>
<g>
<path class="st3" d="M726.9,417.1c0,0,9.5-78.9,3.2-121.4s0-82,9.5-115.1l-23.1,22.7l-22.1-22.7c9.5,33.1,15.8,72.5,9.5,115.1
c-6.3,42.6,3.2,121.4,3.2,121.4l8.7,40.1L726.9,417.1z"/>
<path class="st3" d="M715.6,460.7c0,0-0.1,0-0.1,0c-1.6-0.1-3-1.2-3.4-2.8l-8.7-40.1c0-0.1,0-0.2-0.1-0.3
c-0.4-3.2-9.4-79.8-3.1-122.4c5.3-35.8,2.2-73-9.4-113.6c-0.4-1.6,0.2-3.2,1.6-4c1.4-0.8,3.2-0.6,4.3,0.6l19.6,20.2L737,178
c1.1-1.1,2.9-1.3,4.3-0.5c1.4,0.8,2,2.5,1.6,4c-11.6,40.6-14.7,77.8-9.4,113.6c6.3,42.6-2.8,119.1-3.1,122.4
c0,0.2-0.1,0.4-0.1,0.5L719,458.1C718.6,459.6,717.2,460.7,715.6,460.7z M710.4,416.5l5.6,26l7.4-26.1c0.6-5.1,9.1-79.8,3.1-120.2
c-4.9-33.1-2.9-67.2,6.2-104l-13.9,13.6c-0.7,0.7-1.5,1-2.5,1c-0.9,0-1.8-0.4-2.5-1.1l-12.6-13c9,36.5,10.9,70.5,6.1,103.4
C701.2,336.9,709.9,412.4,710.4,416.5z"/>
</g>
<g>
<path class="st3" d="M560.2,145.8c-28.4,1.6-59.9,20.5-36.3,20.5C547.6,166.3,560.2,145.8,560.2,145.8z"/>
<path class="st3" d="M523.9,169.8c-7.7,0-11.7-2.1-11.9-6.3c-0.3-9.2,27.7-20.2,47.9-21.3c1.3-0.1,2.6,0.6,3.2,1.7
c0.7,1.1,0.7,2.6,0,3.7C562.7,148.6,549.3,169.8,523.9,169.8z M520.2,162.5c0.8,0.1,2,0.2,3.7,0.2c13.1,0,22.6-7,28-12.4
C537.3,152.8,524.1,159,520.2,162.5z"/>
</g>
<g>
<path class="st3" d="M590.2,175.8c-17.3,3.2-34.7,25.2-18.9,26.8S590.2,175.8,590.2,175.8z"/>
<path class="st3" d="M572.5,206.2C572.5,206.2,572.5,206.2,572.5,206.2c-0.5,0-1.1,0-1.6-0.1c-8.4-0.8-9.3-6.6-9.4-8.3
c-0.4-9.7,14.3-23,28-25.5c1.1-0.2,2.2,0.1,3.1,0.9c0.8,0.8,1.2,1.9,1.1,3C593.6,177.4,590.2,206.2,572.5,206.2z M585.7,180.8
c-9.7,3.9-17.2,12.9-17,16.7c0,0.3,0.1,1.2,3,1.5C580,199.9,584,188,585.7,180.8z"/>
</g>
<g>
<path class="st3" d="M599.6,104.8c-17.3-1.6-30,23.7-14.2,23.7S599.6,104.8,599.6,104.8z"/>
<path class="st3" d="M585.4,132c-6.5,0-10.7-3.8-10.7-9.6c0-4.5,2.6-9.8,6.8-14c5.2-5.1,11.8-7.7,18.4-7.1
c1.7,0.2,3.1,1.6,3.2,3.3c0,0.6,0.9,14.9-6.3,22.6C593.9,130.4,590.1,132,585.4,132z M596.1,108.4c-4.5,0.6-7.9,3.3-9.6,5
c-3.3,3.2-4.7,6.8-4.7,8.9c0,0.9,0,2.5,3.6,2.5c2.6,0,4.6-0.8,6.3-2.6C594.9,118.9,595.9,112.7,596.1,108.4z"/>
</g>
<g>
<path class="st3" d="M634.3,166.3c-11,3.2-17.3,42.6-3.2,37.9S634.3,166.3,634.3,166.3z"/>
<path class="st3" d="M629,208.1C629,208.1,629,208.1,629,208.1c-2.3,0-7.9-1-9.3-10.6c-1.6-11.7,3.8-31.8,13.6-34.7
c1.8-0.5,3.7,0.5,4.3,2.3c0.1,0.4,2.9,8.7,3.9,17.9c1.9,17-4,22.7-9.3,24.5C631.2,207.9,630,208.1,629,208.1z M632.4,172.2
c-3.6,5-6.8,16.2-5.6,24.3c0.1,0.7,0.7,4.4,2.2,4.4l0,0c0.3,0,0.7-0.1,1.1-0.2C637,198.4,635.1,182.8,632.4,172.2z"/>
</g>
<g>
<path class="st3" d="M654.8,112.7c-15.8,0-15.8,26.8,0,26.8S654.8,112.7,654.8,112.7z"/>
<path class="st3" d="M654.8,143c-10.1,0-15.4-8.5-15.4-17c0-4.3,1.3-8.4,3.7-11.4c2.8-3.6,6.9-5.5,11.7-5.5c1.3,0,2.4,0.7,3.1,1.7
c1.9,3.1,10.8,19.3,6.1,27.5C662.8,140.5,660.2,143,654.8,143z M652.9,116.4c-1.7,0.4-3,1.3-4.1,2.6c-1.4,1.8-2.2,4.3-2.2,7
c0,3.7,1.7,9.9,8.3,9.9c2.4,0,2.9-0.8,3-1.1C659.6,131.7,656.2,122.7,652.9,116.4z"/>
</g>
<g>
<path class="st3" d="M501.8,114.2c-25.2,4.7-48.9,20.5-31.5,28.4C487.7,150.5,501.8,114.2,501.8,114.2z"/>
<path class="st3" d="M475.3,147.3L475.3,147.3c-2.2,0-4.4-0.5-6.5-1.4c-7.7-3.5-8.3-8.4-8-11.1c1.3-10.6,21.5-20.5,40.3-24
c1.3-0.2,2.6,0.2,3.4,1.2c0.8,1,1,2.4,0.6,3.6C503.9,118.8,492.2,147.3,475.3,147.3z M495.6,119.3c-15.2,4.1-27.2,11.7-27.7,16.3
c-0.2,1.7,2.3,3.1,3.9,3.8c1.2,0.5,2.3,0.8,3.5,0.8C483.2,140.2,491.2,128.1,495.6,119.3z"/>
</g>
<g>
<path class="st3" d="M563.4,89c-12.6,1.6-28.4,15.8-18.9,20.5S563.4,89,563.4,89z"/>
<path class="st3" d="M546.9,113.7L546.9,113.7c-1.4,0-2.7-0.3-4-1c-3.6-1.8-5.4-5-4.7-8.8c1.3-7.8,13.8-17.1,24.8-18.4
c1.2-0.2,2.5,0.3,3.2,1.3c0.8,1,1,2.3,0.5,3.4C565.2,94.2,557.4,113.7,546.9,113.7z M557.1,94.5c-6.2,2.8-11.4,7.7-11.9,10.6
c-0.1,0.4-0.1,0.7,0.9,1.2c0.3,0.1,0.6,0.2,0.8,0.2C549.6,106.6,553.7,101.1,557.1,94.5z"/>
</g>
<g>
<path class="st3" d="M656.4,71.7c-17.3,3.2-18.9,25.2-3.2,22.1C669,90.6,656.4,71.7,656.4,71.7z"/>
<path class="st3" d="M650.3,97.6C650.3,97.6,650.3,97.6,650.3,97.6c-6.4,0-10.9-4-11.5-10.1c-0.7-7.8,5.4-17.2,16.9-19.3
c1.4-0.3,2.8,0.3,3.6,1.5c0.8,1.2,7.8,12.1,4.4,20.3c-1.1,2.6-3.7,6-9.9,7.2C652.7,97.5,651.5,97.6,650.3,97.6z M654.7,75.7
c-6.5,2.2-9.1,7.6-8.8,11.1c0.2,2.4,1.7,3.7,4.4,3.7h0c0.7,0,1.4-0.1,2.2-0.2c3.8-0.8,4.5-2.4,4.7-3
C658.6,84.2,656.4,79,654.7,75.7z"/>
</g>
<g>
<path class="st1" d="M1099.1,382.4c-54.7,5.8-108.6-56-182.9-12.6c-56.8,33.1-63.1,198.7-4.7,299.7
c52,89.9,146.7,272.8,37.9,397.4c80.4-58.4,85.9-208.1-23.7-406.9c-42.6-77.3-34.7-129.3-26.8-148.3c28.4,30,91.5,20.5,124.6-9.5
s42.6-85.2,48.9-97.8C1092.8,398.1,1099.1,382.4,1099.1,382.4z"/>
</g>
<g>
<circle class="st2" cx="963.2" cy="441.1" r="71"/>
<path class="st1" d="M963.2,515.6c-41.1,0-74.5-33.4-74.5-74.5s33.4-74.5,74.5-74.5c41.1,0,74.5,33.4,74.5,74.5
S1004.3,515.6,963.2,515.6z M963.2,373.7c-37.2,0-67.4,30.2-67.4,67.4s30.2,67.4,67.4,67.4s67.4-30.2,67.4-67.4
S1000.4,373.7,963.2,373.7z"/>
</g>
<g>
<path class="st3" d="M1122.8,639.4c15.8,0,41,41,20.5,47.3S1122.8,639.4,1122.8,639.4z"/>
<path class="st3" d="M1140,690.8c-9.1,0-15.4-9-18.6-26.8c-2.2-12.1-2.2-24-2.2-24.5c0-2,1.6-3.5,3.5-3.5
c13.2,0,29.1,20.7,31.5,36.1c1.4,9.2-2.2,15.8-9.9,18.2C1142.8,690.6,1141.4,690.8,1140,690.8z M1126.4,643.8
c0.6,15.3,4.2,39.9,13.6,39.9c0.7,0,1.4-0.1,2.2-0.4c1.7-0.5,6.2-1.9,5-10.3C1145.5,661.8,1134.8,647.4,1126.4,643.8z"/>
</g>
<g>
<path class="st3" d="M1110.1,808.2c15.8,12.6,0,41-15.8,37.9C1078.6,842.9,1110.1,808.2,1110.1,808.2z"/>
<path class="st3" d="M1096.8,849.8c-1.1,0-2.1-0.1-3.2-0.3c-4.6-0.9-6.3-3.9-6.8-5.6c-3.5-10.5,14.9-31.9,20.6-38.1
c1.3-1.4,3.4-1.6,4.8-0.4c7.5,6,9.8,15.7,6.2,26C1114.8,842.3,1105.8,849.8,1096.8,849.8z M1110.3,813.4
c-9.5,11-18,24.3-16.7,28.4c0.1,0.2,0.2,0.6,1.5,0.8c6.3,1.3,13.8-4.9,16.8-13.5C1112.9,826,1114.7,819,1110.3,813.4z"/>
</g>
<g>
<path class="st3" d="M1059.7,712c20.5,6.3,11,31.5-1.6,28.4S1059.7,712,1059.7,712z"/>
<path class="st3" d="M1060.3,744.2c-1,0-2-0.1-3-0.4c-3.2-0.8-5.6-2.8-6.9-5.7c-4-9.2,5.2-26,6.2-27.9c0.8-1.5,2.5-2.1,4.1-1.7
c12.3,3.8,15.3,13.6,14.2,20.8C1073.7,737.8,1067.4,744.2,1060.3,744.2z M1061.3,716.4c-3.1,6.4-6.1,15.1-4.5,18.9
c0.3,0.6,0.7,1.3,2.1,1.6c0.4,0.1,0.9,0.2,1.3,0.2c3.5,0,7-3.9,7.7-8.8C1068.3,725.7,1068.3,719.8,1061.3,716.4z"/>
</g>
<g>
<path class="st3" d="M1037.6,768.8c15.8,11,4.7,28.4-7.9,23.7S1037.6,768.8,1037.6,768.8z"/>
<path class="st3" d="M1034,796.8c-1.9,0-3.7-0.3-5.5-1c-4.4-1.6-5.8-4.6-6.2-6.8c-1.7-8.8,10.5-20.5,13-22.8
c1.2-1.1,3.1-1.3,4.4-0.3c7.7,5.4,10.9,13,8.6,20.3C1046.2,792.5,1040.5,796.8,1034,796.8z M1037.8,773.5
c-4.5,4.7-9.2,11.1-8.6,14.1c0.1,0.3,0.2,0.9,1.8,1.5c4.5,1.7,9.1-0.7,10.5-5.1C1042.6,780.5,1041.2,776.7,1037.8,773.5z"/>
</g>
<g>
<path class="st3" d="M1149.6,735.6c17.3,3.2,9.5,48.9-11,44.2S1149.6,735.6,1149.6,735.6z"/>
<path class="st3" d="M1141.5,783.7c-1.2,0-2.5-0.1-3.7-0.4c-5.7-1.3-8-4.8-8.9-7.5c-4.7-13.5,15.7-39.5,18-42.4
c0.8-1,2.1-1.5,3.4-1.3c8.6,1.6,13.5,11,12.3,24.1C1161.3,769.9,1153.6,783.7,1141.5,783.7z M1150.8,739.8
c-7.7,10.2-17.7,26.7-15.3,33.7c0.3,1,1.1,2.2,3.8,2.9c0.7,0.2,1.4,0.3,2.1,0.3c7.6,0,13-10.7,14-21
C1156,749.1,1154.7,742.1,1150.8,739.8z"/>
</g>
<g>
<path class="st3" d="M1031.3,863.4c15.8,9.5,7.9,48.9-6.3,42.6S1031.3,863.4,1031.3,863.4z"/>
<path class="st3" d="M1028,910.2c-1.5,0-3-0.3-4.5-1c-3-1.3-5.2-3.8-6.3-7.1c-4.3-13,9.4-37.7,10.9-40.5c0.5-0.8,1.3-1.4,2.2-1.7
c0.9-0.2,1.9-0.1,2.7,0.4c10.3,6.2,12.3,22.6,8.9,34.9C1039.4,904.6,1034.1,910.2,1028,910.2z M1032.3,869
c-5,9.8-10.5,24.3-8.3,31c0.5,1.4,1.2,2.3,2.4,2.8c0.6,0.3,1.1,0.4,1.6,0.4c2.6,0,5.5-3.9,7.1-9.8
C1037.4,885,1036.8,874.5,1032.3,869z"/>
</g>
<g>
<path class="st3" d="M903.5,207.3c28.4,22.1,49.5,87.1,17.3,97.8c-14.2,4.7,1.6-22.1-14.2-34.7S903.5,207.3,903.5,207.3z"/>
<path class="st3" d="M918,309.2c-2.5,0-4-1.1-4.9-1.9c-2.6-2.7-2.5-6.9-2.3-12.3c0.2-7.3,0.4-16.3-6.3-21.8
c-17.1-13.6-5.7-61.3-4.4-66.7c0.3-1.2,1.2-2.1,2.3-2.5c1.1-0.4,2.4-0.2,3.3,0.6c21.8,17,38.4,56.5,34.2,81.3
c-2,11.5-8.2,19.4-17.9,22.6C920.5,308.9,919.2,309.2,918,309.2z M905.7,213.9c-3.3,16.1-6.9,45.7,3.2,53.7
c9.5,7.6,9.2,19.6,9,27.5c-0.1,2.5-0.2,5.8,0.3,7c0.3,0,0.8-0.1,1.6-0.4c7.2-2.4,11.6-8.1,13.1-17.1
C936.4,264,923.3,230.9,905.7,213.9z"/>
</g>
<g>
<path class="st3" d="M873.6,145.8c28.4,1.6,59.9,20.5,36.3,20.5S873.6,145.8,873.6,145.8z"/>
<path class="st3" d="M909.8,169.8c-25.3,0-38.7-21.3-39.3-22.2c-0.7-1.1-0.7-2.5,0-3.7c0.7-1.1,1.9-1.8,3.2-1.7
c20.3,1.1,48.2,12.1,47.9,21.3C921.6,167.7,917.6,169.8,909.8,169.8z M881.9,150.3c5.4,5.5,14.9,12.4,28,12.4
c1.7,0,2.9-0.1,3.7-0.2C909.7,159,896.5,152.8,881.9,150.3z"/>
</g>
<g>
<path class="st3" d="M843.6,175.8c17.3,3.2,34.7,25.2,18.9,26.8C846.8,204.1,843.6,175.8,843.6,175.8z"/>
<path class="st3" d="M861.3,206.2c-17.7,0-21.1-28.8-21.2-30c-0.1-1.1,0.3-2.2,1.1-3c0.8-0.8,1.9-1.1,3.1-0.9
c13.7,2.5,28.4,15.9,28,25.5c-0.1,1.7-1,7.5-9.4,8.3C862.3,206.1,861.8,206.2,861.3,206.2z M848.1,180.8c1.7,7.3,5.6,19.1,14,18.3
c2.9-0.3,3-1.2,3-1.5C865.3,193.6,857.8,184.7,848.1,180.8z"/>
</g>
<g>
<path class="st3" d="M834.1,104.8c17.3-1.6,30,23.7,14.2,23.7C832.6,128.4,834.1,104.8,834.1,104.8z"/>
<path class="st3" d="M848.3,132c-4.6,0-8.5-1.6-11.5-4.8c-7.2-7.7-6.3-22-6.3-22.6c0.1-1.7,1.5-3.1,3.2-3.3
c13.4-1.2,25.3,11.1,25.3,21.1c0,2.8-1,5.2-2.8,6.9C854.3,131.1,851.7,132,848.3,132z M837.7,108.4c0.2,4.3,1.2,10.5,4.4,13.9
c1.6,1.7,3.7,2.6,6.3,2.6c3.6,0,3.6-1.6,3.6-2.5C852,117.9,846.1,109.6,837.7,108.4z"/>
</g>
<g>
<path class="st3" d="M799.4,166.3c11,3.2,17.3,42.6,3.2,37.9S799.4,166.3,799.4,166.3z"/>
<path class="st3" d="M804.8,208.1c-1.1,0-2.2-0.2-3.3-0.6c-5.3-1.8-11.2-7.4-9.3-24.5c1-9.1,3.8-17.5,3.9-17.9
c0.6-1.8,2.5-2.8,4.3-2.3c9.8,2.8,15.3,23,13.6,34.7C812.7,207.1,807.1,208.1,804.8,208.1z M801.4,172.2
c-2.7,10.6-4.7,26.2,2.3,28.5c0.4,0.1,0.8,0.2,1.1,0.2c1.5,0,2.1-3.7,2.2-4.4C808.2,188.4,805,177.2,801.4,172.2z"/>
</g>
<g>
<path class="st3" d="M778.9,112.7c15.8,0,15.8,26.8,0,26.8S778.9,112.7,778.9,112.7z"/>
<path class="st3" d="M778.9,143c-5.4,0-8-2.5-9.2-4.6c-4.7-8.3,4.3-24.4,6.1-27.5c0.6-1.1,1.8-1.7,3.1-1.7
c10.1,0,15.4,8.5,15.4,17c0,4.3-1.3,8.4-3.7,11.4C787.8,141.1,783.7,143,778.9,143z M780.9,116.4c-3.3,6.3-6.8,15.3-5,18.4
c0.2,0.3,0.6,1.1,3,1.1c2.6,0,4.6-1,6.1-2.8c1.4-1.8,2.2-4.3,2.2-7C787.2,122.8,785.8,117.5,780.9,116.4z"/>
</g>
<g>
<path class="st3" d="M931.9,114.2c25.2,4.7,48.9,20.5,31.5,28.4C946.1,150.5,931.9,114.2,931.9,114.2z"/>
<path class="st3" d="M958.5,147.3c-16.9,0-28.6-28.5-29.8-31.8c-0.5-1.2-0.3-2.6,0.6-3.6c0.8-1,2.1-1.5,3.4-1.2
c18.8,3.5,39,13.5,40.3,24c0.3,2.6-0.3,7.6-8,11.1C962.8,146.8,960.7,147.3,958.5,147.3z M938.1,119.3
c4.5,8.8,12.4,20.9,20.3,20.9c1.2,0,2.3-0.3,3.5-0.8c1.5-0.7,4.1-2.1,3.9-3.8C965.3,131,953.4,123.5,938.1,119.3z"/>
</g>
<g>
<path class="st3" d="M870.4,89c12.6,1.6,28.4,15.8,18.9,20.5S870.4,89,870.4,89z"/>
<path class="st3" d="M886.9,113.7c-10.5,0-18.4-19.5-19.8-23.4c-0.4-1.2-0.2-2.5,0.5-3.4c0.8-1,2-1.5,3.2-1.3
c11,1.4,23.5,10.7,24.8,18.4c0.6,3.7-1.1,6.9-4.7,8.8C889.6,113.3,888.3,113.7,886.9,113.7z M876.7,94.5c3.3,6.6,7.5,12,10.2,12
c0.3,0,0.5-0.1,0.8-0.2c1-0.5,1-0.8,0.9-1.2C888.1,102.2,882.9,97.3,876.7,94.5z"/>
</g>
<g>
<path class="st3" d="M777.4,71.7c17.3,3.2,18.9,25.2,3.2,22.1C764.7,90.6,777.4,71.7,777.4,71.7z"/>
<path class="st3" d="M783.4,97.6c-1.1,0-2.4-0.1-3.6-0.4c-6.2-1.2-8.8-4.6-9.9-7.2c-3.4-8.2,3.6-19.1,4.4-20.3
c0.8-1.2,2.2-1.8,3.6-1.5c11.5,2.1,17.6,11.4,16.9,19.3C794.4,93.6,789.8,97.6,783.4,97.6z M779.1,75.7c-1.7,3.2-3.9,8.4-2.6,11.6
c0.2,0.5,0.9,2.2,4.7,3c4,0.8,6.4-0.4,6.6-3.4C788.2,83.4,785.5,77.9,779.1,75.7z"/>
</g>
<g>
<path d="M881.4,830.3c-20.5-55.2-117-8-158-8c-41,0-150.6-47.2-171.1,8c-9.8,26.4,24.4,46,55.2,75.7c33.6,32.5,82.8,68.7,97,74.1
c14.2,5.4,24.7,0,24.7,0c10.7,0,63.4-41.6,97-74.1C857,876.2,891.2,856.6,881.4,830.3z"/>
</g>
<g>
<path class="st4" d="M803.9,1069.9c-6.3,14.2-44.2,6.3-72.5,6.3h-18.9c-28.4,0-64.6,8.8-70.9-5.4l28.4-10.6c0,0,21.3-7.1,27.2-13
l10.6-10.6l8.3-8.3c0,0,9.5,4.7,14.2,14.2s34.3,16.6,34.3,16.6"/>
</g>
<g>
<g>
<path class="st3" d="M317.5,430.3c-28.4,34.7-53.6,48.9-44.2,66.2c9.5,17.3,34.7,45.7,25.2,71c20.5-18.9,12.6-53.6,3.2-67.8
c-9.5-14.2,3.2-26.8,11-41C320.6,444.5,317.5,430.3,317.5,430.3z"/>
<path class="st3" d="M298.5,571.1c-0.7,0-1.4-0.2-2-0.6c-1.4-0.9-1.9-2.7-1.3-4.2c6.9-18.3-6.6-39-17.4-55.6
c-2.9-4.5-5.6-8.7-7.7-12.4c-7.8-14.3,3.4-26,20.5-43.6c7.3-7.5,15.5-16,24.1-26.5c0.9-1.1,2.2-1.5,3.6-1.2
c1.3,0.3,2.3,1.4,2.6,2.7c0.1,0.6,3.3,15.7-5.1,30.9c-1.6,2.9-3.4,5.8-5.2,8.5c-7.6,12-12,19.8-6,28.8
c9.6,14.4,18.8,51.7-3.7,72.4C300.3,570.8,299.4,571.1,298.5,571.1z M314.5,439.4c-6.7,7.7-13,14.2-18.7,20.2
c-16.7,17.3-24.4,26-19.3,35.3c1.9,3.5,4.6,7.6,7.4,11.9c8.5,13.1,19.4,29.9,20.3,46.9c7.8-17.6,1.9-41.1-5.4-52
c-8.9-13.3-1.3-25.1,5.9-36.6c1.7-2.7,3.4-5.4,5-8.1C313.1,450.6,314.3,444.2,314.5,439.4z"/>
</g>
<g>
<path class="st3" d="M418.4,160.6c-33.1,20.5-64.7,63.1-66.2,100.9c-1.6,37.9-89.9,71-93.1,107.2
c26.8-37.9,100.9-48.9,113.6-85.2s8.1-51.1,14.2-69.4C394.7,190.6,418.4,160.6,418.4,160.6z"/>
<path class="st3" d="M259.1,372.4c-0.4,0-0.8-0.1-1.2-0.2c-1.5-0.6-2.5-2-2.3-3.6c1.7-19.3,23.8-36.4,47.1-54.5
c22.2-17.2,45.2-34.9,45.9-52.6c1.7-41.2,36.3-84.2,67.9-103.8c1.5-0.9,3.4-0.6,4.5,0.7c1.1,1.3,1.2,3.2,0.1,4.6
c-0.2,0.3-23.4,29.8-31,52.5c-2.4,7.1-3.1,13.8-3.9,21.6c-1.2,11.6-2.7,26-10.3,47.9c-7.1,20.4-31.3,32.8-56.9,45.9
C297,342,274.2,353.7,262,370.9C261.3,371.8,260.2,372.4,259.1,372.4z M402.2,177.3c-23.9,21.2-45.2,53.5-46.5,84.5
c-0.9,21-25.2,39.7-48.7,57.9c-13.2,10.2-26.8,20.7-35.4,31.1c12.7-10.3,28.6-18.4,44.2-26.3c24.3-12.4,47.3-24.2,53.4-41.9
c7.3-21.1,8.7-34.5,10-46.3c0.9-8.2,1.6-15.3,4.2-23.1C387.5,201.2,395.3,187.8,402.2,177.3z"/>
</g>
<g>
<path class="st3" d="M1114.7,430.3c28.4,34.7,53.6,48.9,44.2,66.2c-9.5,17.3-34.7,45.7-25.2,71c-20.5-18.9-12.6-53.6-3.2-67.8
c9.5-14.2-3.2-26.8-11-41C1111.6,444.5,1114.7,430.3,1114.7,430.3z"/>
<path class="st3" d="M1133.7,571.1c-0.9,0-1.7-0.3-2.4-0.9c-22.5-20.7-13.3-58-3.7-72.4c6-9,1.6-16.8-6-28.8
c-1.7-2.7-3.5-5.6-5.2-8.5c-8.4-15.2-5.2-30.2-5.1-30.9c0.3-1.3,1.3-2.4,2.6-2.7c1.3-0.3,2.7,0.2,3.6,1.2
c8.6,10.5,16.8,19,24.1,26.5c17,17.7,28.3,29.3,20.5,43.6c-2,3.7-4.8,7.9-7.7,12.4c-10.8,16.6-24.2,37.3-17.4,55.6
c0.6,1.5,0,3.3-1.3,4.2C1135,570.9,1134.4,571.1,1133.7,571.1z M1117.7,439.4c0.2,4.9,1.3,11.3,4.9,17.6c1.5,2.7,3.3,5.5,4.9,8.1
c7.3,11.4,14.8,23.3,5.9,36.6c-7.3,10.9-13.2,34.4-5.4,52c0.9-16.9,11.8-33.8,20.3-46.9c2.8-4.3,5.5-8.4,7.4-11.9
c5.1-9.3-2.7-18.1-19.3-35.3C1130.7,453.6,1124.4,447.1,1117.7,439.4z"/>
</g>
<g>
<path class="st3" d="M1013.8,160.6c33.1,20.5,64.7,63.1,66.2,100.9c1.6,37.9,89.9,71,93.1,107.2
c-26.8-37.9-100.9-48.9-113.6-85.2s-8.1-51.1-14.2-69.4C1037.5,190.6,1013.8,160.6,1013.8,160.6z"/>
<path class="st3" d="M1173.1,372.4c-1.1,0-2.2-0.5-2.9-1.5c-12.2-17.2-35-28.9-57.1-40.2c-25.6-13.1-49.8-25.5-56.9-45.9
c-7.6-21.9-9.1-36.3-10.3-47.9c-0.8-7.8-1.5-14.5-3.9-21.6c-7.6-22.8-30.7-52.3-31-52.5c-1.1-1.4-1-3.3,0.1-4.6
c1.1-1.3,3.1-1.6,4.5-0.7c31.6,19.6,66.2,62.6,67.9,103.8c0.7,17.7,23.7,35.4,45.9,52.6c23.4,18.1,45.5,35.2,47.1,54.5
c0.1,1.6-0.8,3.1-2.3,3.6C1173.9,372.3,1173.5,372.4,1173.1,372.4z M1030,177.3c6.9,10.5,14.7,23.9,18.7,35.9
c2.6,7.8,3.3,14.9,4.2,23.1c1.2,11.8,2.6,25.2,10,46.3c6.2,17.7,29.1,29.5,53.4,41.9c15.5,7.9,31.5,16.1,44.2,26.3
c-8.6-10.4-22.1-20.8-35.4-31.1c-23.5-18.2-47.8-37-48.7-57.9C1075.2,230.7,1053.9,198.5,1030,177.3z"/>
</g>
</g>
<g>
<path class="st3" d="M707.7,73.9c-12.6,7.9-15.8,26.8-3.2,31.5c12.6,4.7,27.2-4.7,26.8-11C729.8,69.2,707.7,73.9,707.7,73.9z"/>
<path class="st3" d="M711.8,110.3C711.8,110.3,711.8,110.3,711.8,110.3c-3,0-5.8-0.5-8.5-1.5c-5.9-2.2-9.6-7.1-10.2-13.6
c-0.9-9,4.3-19,12.8-24.3c0.3-0.2,0.7-0.4,1.1-0.5c0.2,0,2.1-0.4,4.8-0.4c6.5,0,21.8,2.4,23.1,24.2c0.2,2.6-1,5.4-3.5,8
C726.8,107.1,719.1,110.3,711.8,110.3z M709,77.3c-6.5,4.4-9.4,11.9-8.9,17.2c0.3,2.6,1.5,6.1,5.7,7.6c1.9,0.7,3.9,1.1,6,1.1
c6.2,0,11.8-3,14.5-5.9c1.3-1.4,1.6-2.4,1.6-2.7c-0.9-14.5-9.2-17.5-16.1-17.5C710.5,77.1,709.6,77.2,709,77.3z"/>
</g>
<g>
<path class="st3" d="M728.2,140.1c-15.8-1.6-23.7,20.5-9.5,23.7S728.2,140.1,728.2,140.1z"/>
<path class="st3" d="M720.9,167.6L720.9,167.6c-0.9,0-1.9-0.1-3-0.3c-6.9-1.5-10.9-7.1-10.1-14.1c1-8.7,9.1-17.7,20.7-16.6
c1.6,0.2,2.9,1.3,3.1,2.9c0.3,1.8,2.9,17.5-3,24.5C726.7,166.4,724,167.6,720.9,167.6z M725.1,143.7c-5.7,0.7-9.7,5.7-10.2,10.3
c-0.3,2.4,0.3,5.4,4.6,6.4c1.7,0.4,2.9,0.2,3.7-0.8C725.7,156.6,725.6,148.9,725.1,143.7z"/>
</g>
<g>
<path class="st3" d="M717.1,491.8c-7.9,1.6-9.5,26.8-1.6,26.8S717.1,491.8,717.1,491.8z"/>
<path class="st3" d="M715.6,522.2c-1.8,0-7.5-0.8-8.6-11.3c-0.8-8.1,1.6-20.9,9.5-22.5c1.9-0.4,3.7,0.8,4.1,2.7
c1.2,5.2,4.9,22.7,0.1,28.7C719.4,521.3,717.6,522.2,715.6,522.2z M715.1,499.8c-0.3,0.9-0.6,2-0.8,3.3c-1,6.2,0.2,10.6,1.1,11.8
C716.3,512.9,716.2,506.7,715.1,499.8z"/>
</g>
<g>
<g>
<g>
<path class="st5" d="M522.1,905.1c0,0-0.4,0.1-1.3,0.3c-0.8,0.2-2,0.6-3.6,0.9c-1.6,0.3-3.5,0.7-5.7,1c-2.2,0.3-4.7,0.6-7.4,0.9
c-5.4,0.6-11.7,1.2-18.4,2c-3.4,0.3-6.8,1-10.2,1.3c-3.5,0.6-7,1.1-10.4,1.9c-3.5,0.6-6.9,1.5-10.3,2.4
c-3.4,0.9-6.6,1.9-9.8,2.8c-3.1,1.2-6.2,2.1-9,3.3c-1.4,0.6-2.8,1.2-4.1,1.7c-1.3,0.6-2.7,1-3.9,1.6c-2.4,1.2-4.6,2.3-6.6,3.2
c-2,1-3.6,2-5,2.7c-2.8,1.5-4.5,2.3-4.5,2.3s1.3-1.3,3.7-3.5c1.2-1.1,2.6-2.5,4.4-3.8c1.8-1.3,3.8-2.9,6.1-4.5
c2.3-1.6,4.9-3,7.7-4.6c2.8-1.6,5.9-2.9,9.1-4.3c1.6-0.7,3.3-1.2,5-1.9c1.7-0.6,3.4-1.3,5.2-1.7c3.5-1,7.1-2,10.8-2.7
c3.6-0.8,7.3-1.2,10.9-1.7c3.6-0.4,7.2-0.7,10.7-0.8c3.5-0.2,6.8-0.1,9.9-0.1c3.1,0,6.1,0.2,8.8,0.3c5.4,0.3,10,0.6,13.1,0.8
C520.3,905,522.1,905.1,522.1,905.1z"/>
</g>
<g>
<path class="st5" d="M531.6,950.8c0,0-1.2,0.4-3.3,1.1c-2.1,0.6-5.1,1.6-8.6,2.5c-1.8,0.5-3.7,1.1-5.7,1.7
c-2,0.6-4.1,1.2-6.3,1.9c-2.2,0.7-4.4,1.4-6.7,2.1c-2.3,0.7-4.6,1.4-6.8,2.2c-2.3,0.7-4.5,1.6-6.8,2.3c-2.2,0.8-4.4,1.6-6.5,2.4
c-2.1,0.8-4.1,1.6-6,2.4c-1.9,0.8-3.7,1.5-5.3,2.3c-1.6,0.8-3.1,1.5-4.4,2.2c-1.3,0.7-2.4,1.4-3.3,1.9c-1.8,1.2-2.9,1.9-2.9,1.9
s0.2-0.3,0.5-0.8c0.3-0.5,0.7-1.3,1.4-2.1c0.7-0.8,1.5-2,2.7-3c0.6-0.5,1.2-1.1,1.8-1.7c0.7-0.6,1.4-1.1,2.1-1.7
c1.5-1.2,3.2-2.4,5-3.6c1.9-1.1,3.8-2.3,5.9-3.4c2.1-1.1,4.3-2.1,6.6-3.1c2.3-0.9,4.6-1.9,7-2.6c2.4-0.8,4.8-1.5,7.2-2.1
c2.4-0.7,4.8-1.1,7.1-1.6c2.3-0.4,4.6-0.7,6.7-1c2.1-0.2,4.2-0.4,6-0.5c1.9-0.1,3.6-0.1,5.1-0.1c1.5,0,2.8,0.1,3.9,0.2
C530.3,950.6,531.6,950.8,531.6,950.8z"/>
</g>
<g>
<path class="st5" d="M588.4,977.6c0,0-1.4,0.8-3.9,2.1c-2.5,1.3-6.1,3-10.5,5c-4.3,2-9.4,4.2-14.9,6.6
c-5.4,2.4-11.2,4.9-16.9,7.5c-2.8,1.3-5.7,2.6-8.4,4c-2.7,1.4-5.4,2.7-8,4.2c-5.1,2.8-9.7,5.7-13.4,8.5
c-0.9,0.7-1.8,1.4-2.6,2.1c-0.8,0.7-1.6,1.3-2.3,2c-0.7,0.6-1.3,1.3-1.9,1.9c-0.6,0.6-1.1,1.1-1.5,1.7c-0.9,1-1.6,1.9-2,2.5
c-0.5,0.6-0.7,0.9-0.7,0.9s0.1-0.4,0.3-1.1c0.2-0.7,0.5-1.8,1.2-3.1c0.3-0.7,0.6-1.4,1.1-2.1c0.4-0.8,0.9-1.6,1.5-2.4
c1.1-1.7,2.5-3.5,4.2-5.3c1.7-1.8,3.6-3.7,5.8-5.5c2.2-1.8,4.5-3.6,7.1-5.3c2.5-1.7,5.2-3.4,8-4.9c2.8-1.6,5.7-3,8.6-4.4
c5.9-2.7,11.9-5,17.6-6.9c2.8-1,5.6-1.8,8.3-2.5c2.6-0.8,5.2-1.4,7.5-2c4.7-1.2,8.6-2,11.3-2.5
C586.8,977.9,588.4,977.6,588.4,977.6z"/>
</g>
</g>
<g>
<g>
<path class="st5" d="M910.1,905.1c0,0,1.8-0.1,5-0.2c3.2-0.2,7.7-0.5,13.1-0.8c2.7-0.1,5.7-0.3,8.8-0.3c3.2,0,6.5-0.1,9.9,0.1
c3.4,0.1,7,0.4,10.7,0.8c3.6,0.5,7.3,0.9,10.9,1.7c3.7,0.7,7.3,1.7,10.8,2.7c1.8,0.4,3.5,1.1,5.2,1.7c1.7,0.6,3.4,1.2,5,1.9
c3.2,1.4,6.3,2.8,9.1,4.3c2.8,1.6,5.4,3,7.7,4.6c2.3,1.6,4.3,3.1,6.1,4.5c1.8,1.4,3.2,2.8,4.4,3.8c2.4,2.2,3.7,3.5,3.7,3.5
s-1.7-0.8-4.5-2.3c-1.4-0.7-3.1-1.7-5-2.7c-2-0.9-4.2-2-6.6-3.2c-1.2-0.6-2.5-1.1-3.9-1.6c-1.3-0.6-2.7-1.1-4.1-1.7
c-2.8-1.2-5.9-2.1-9-3.3c-3.2-1-6.5-2-9.8-2.8c-3.4-0.8-6.8-1.7-10.3-2.4c-3.4-0.8-7-1.3-10.4-1.9c-3.5-0.4-6.9-1.1-10.2-1.3
c-6.7-0.7-13-1.4-18.4-2c-2.7-0.3-5.2-0.6-7.4-0.9c-2.2-0.3-4.2-0.7-5.7-1c-1.6-0.3-2.8-0.7-3.6-0.9
C910.5,905.2,910.1,905.1,910.1,905.1z"/>
</g>
<g>
<path class="st5" d="M900.6,950.8c0,0,1.3-0.2,3.4-0.3c1.1-0.1,2.4-0.2,3.9-0.2c1.5,0,3.3,0,5.1,0.1c1.9,0.1,3.9,0.3,6,0.5
c2.1,0.3,4.4,0.6,6.7,1c2.3,0.5,4.7,0.9,7.1,1.6c2.4,0.6,4.8,1.3,7.2,2.1c2.4,0.8,4.7,1.7,7,2.6c2.3,1,4.5,2,6.6,3.1
c2.1,1.1,4.1,2.3,5.9,3.4c1.8,1.2,3.5,2.4,5,3.6c0.7,0.6,1.5,1.2,2.1,1.7c0.6,0.6,1.2,1.2,1.8,1.7c1.1,1,1.9,2.2,2.7,3
c0.7,0.9,1.1,1.7,1.4,2.1c0.3,0.5,0.5,0.8,0.5,0.8s-1.1-0.7-2.9-1.9c-1-0.5-2-1.2-3.3-1.9c-1.3-0.7-2.8-1.4-4.4-2.2
c-1.6-0.8-3.5-1.5-5.3-2.3c-1.9-0.8-3.9-1.6-6-2.4c-2.1-0.8-4.3-1.6-6.5-2.4c-2.3-0.7-4.5-1.6-6.8-2.3c-2.3-0.8-4.6-1.5-6.8-2.2
c-2.3-0.7-4.5-1.4-6.7-2.1c-2.2-0.7-4.3-1.3-6.3-1.9c-2-0.5-3.9-1.1-5.7-1.7c-3.5-0.9-6.5-1.9-8.6-2.5
C901.8,951.2,900.6,950.8,900.6,950.8z"/>
</g>
<g>
<path class="st5" d="M843.8,977.6c0,0,1.6,0.2,4.4,0.8c2.8,0.5,6.7,1.3,11.3,2.5c2.3,0.6,4.9,1.2,7.5,2c2.6,0.8,5.4,1.6,8.3,2.5
c5.7,1.9,11.7,4.2,17.6,6.9c2.9,1.4,5.8,2.8,8.6,4.4c2.8,1.5,5.5,3.2,8,4.9c2.6,1.7,4.9,3.5,7.1,5.3c2.2,1.8,4.1,3.7,5.8,5.5
c1.7,1.8,3.1,3.6,4.2,5.3c0.6,0.8,1.1,1.6,1.5,2.4c0.4,0.8,0.8,1.5,1.1,2.1c0.6,1.3,0.9,2.4,1.2,3.1c0.2,0.7,0.3,1.1,0.3,1.1
s-0.2-0.3-0.7-0.9c-0.4-0.6-1.1-1.5-2-2.5c-0.4-0.5-0.9-1.1-1.5-1.7c-0.6-0.6-1.2-1.2-1.9-1.9c-0.7-0.7-1.4-1.3-2.3-2
c-0.8-0.7-1.7-1.4-2.6-2.1c-3.7-2.8-8.3-5.7-13.4-8.5c-2.5-1.4-5.2-2.8-8-4.2c-2.7-1.4-5.6-2.7-8.4-4
c-5.7-2.6-11.4-5.1-16.9-7.5c-5.4-2.4-10.5-4.6-14.9-6.6c-4.4-2-8-3.7-10.5-5C845.2,978.4,843.8,977.6,843.8,977.6z"/>
</g>
</g>
</g>
<g>
<path class="st5" d="M572.8,852.3c0,0,0.1-0.6,0.3-1.7c0.3-1.1,0.7-2.8,2.1-4.6c1.4-1.8,4.1-3.3,7.2-3.6c3.2-0.3,6.7,0.2,10.2,1.3
c3.6,1.1,7.3,2.7,11,4.7c3.7,2,7.5,4.3,11.2,6.9c3.7,2.6,7.5,5.4,11.1,8.5c3.6,3.1,7.2,6.3,10.6,9.7c3.4,3.4,6.7,7,9.8,10.5
c3.2,3.6,6,7.3,8.7,11c2.7,3.7,5,7.4,7.1,11.1c2.1,3.7,3.7,7.3,4.9,10.9c1.2,3.5,1.9,7,1.5,10.2c-0.2,3.2-2.1,5.9-4,7.1
c-1.9,1.2-3.7,1.3-4.8,1.5c-1.1,0.1-1.7,0.1-1.7,0.1s0.6-0.2,1.6-0.5c1-0.4,2.6-0.9,4-2.2c1.4-1.3,2.3-3.4,2.2-6
c-0.1-2.6-1.2-5.6-2.6-8.6c-2.9-6.2-7.7-12.8-13.1-19.6c-2.7-3.4-5.8-6.8-8.8-10.2c-3.1-3.4-6.3-6.8-9.7-10
c-3.3-3.3-6.7-6.5-10.1-9.6c-3.5-3-6.9-6-10.3-8.7c-3.5-2.7-6.8-5.2-10.2-7.4c-3.3-2.1-6.6-4-9.7-5.4c-3.1-1.4-6.1-2.3-8.7-2.4
c-2.6-0.1-4.9,0.6-6.3,1.9c-1.5,1.3-2.2,2.7-2.7,3.7C573,851.8,572.8,852.3,572.8,852.3z"/>
</g>
<g>
<path class="st5" d="M860.9,852.3c0,0-0.2-0.6-0.7-1.6c-0.5-1-1.3-2.4-2.7-3.7c-1.5-1.3-3.7-2-6.3-1.9c-2.6,0.2-5.6,1.1-8.7,2.4
c-3.1,1.4-6.3,3.3-9.7,5.4c-3.3,2.2-6.7,4.7-10.2,7.4c-3.5,2.7-6.8,5.7-10.3,8.7c-3.4,3-6.8,6.3-10.1,9.6c-3.3,3.3-6.6,6.6-9.7,10
c-3.1,3.4-6.1,6.8-8.8,10.2c-5.5,6.8-10.2,13.5-13.1,19.6c-1.4,3.1-2.5,6-2.6,8.6c-0.2,2.6,0.7,4.7,2.2,6c1.4,1.3,3,1.9,4,2.2
c1.1,0.3,1.6,0.5,1.6,0.5s-0.6,0-1.7-0.1c-1.1-0.2-2.9-0.3-4.8-1.5c-1.9-1.1-3.8-3.8-4-7.1c-0.4-3.2,0.3-6.7,1.5-10.2
c1.2-3.6,2.8-7.2,4.9-10.9c2-3.7,4.4-7.4,7.1-11.1c2.7-3.7,5.5-7.4,8.7-11c3.1-3.6,6.4-7.1,9.8-10.5c3.5-3.4,7-6.6,10.6-9.7
c3.6-3.1,7.4-5.9,11.1-8.5c3.7-2.6,7.5-4.9,11.2-6.9c3.7-2,7.4-3.6,11-4.7c3.6-1.1,7.1-1.6,10.2-1.3c3.2,0.3,5.9,1.8,7.2,3.6
c1.5,1.7,1.8,3.5,2.1,4.6C860.8,851.8,860.9,852.3,860.9,852.3z"/>
</g>
<g>
<path class="st3" d="M909.8,1085.8c-4.2,1-8.5,1.7-12.9,2c-4.4,0.3-8.7,0.4-13.1,0.3c-4.4-0.1-8.7-0.3-13.1-0.7
c-4.4-0.3-8.7-0.9-13-1.4c-17.3-2.4-34.4-6.1-51.2-10.5c-16.9-4.3-33.5-9.5-50.1-14.9l-6.2-2c-2-0.7-4-1.3-6.4-2.3
c-4.4-1.9-8.3-4.5-11.8-7.5c-3.5-3-6.7-6.3-9.5-9.9c-2.8-3.6-5.3-7.2-7.5-11.5l3.2,2l-0.3,0l3-1.7c-2.5,4-5.2,7.4-8.2,10.8
c-3,3.4-6.2,6.6-9.7,9.5c-3.5,2.9-7.3,5.5-11.6,7.5c-2,1-4.5,1.9-6.4,2.5l-6.1,2c-16.4,5.5-33,10.8-49.8,15.2
c-16.8,4.5-33.8,8.3-51,10.7c-4.3,0.6-8.6,1.1-13,1.5c-4.3,0.4-8.7,0.6-13,0.7c-4.3,0.1-8.7,0-13-0.3c-4.3-0.3-8.6-1.1-12.9-2
c4.3,0.6,8.6,1,12.9,1c4.3,0.1,8.6-0.1,12.9-0.5c4.3-0.4,8.6-0.9,12.8-1.5c4.3-0.6,8.5-1.4,12.7-2.2c8.5-1.6,16.8-3.5,25.2-5.7
c8.3-2.2,16.6-4.4,24.9-6.9c16.5-5,32.9-10.4,49.1-16.2l6.1-2.2c2.1-0.7,3.8-1.3,5.6-2.2c3.6-1.7,7-4,10.1-6.7
c3.1-2.6,6.1-5.6,8.8-8.7c2.7-3.1,5.3-6.6,7.4-9.9l1.1-1.7l2,0l0.3,0l2.1,0l1,2c1.8,3.5,4.2,7.1,6.7,10.3c2.5,3.3,5.4,6.3,8.4,8.9
c3.1,2.6,6.5,4.9,10,6.5c1.7,0.8,3.8,1.4,5.9,2.1l6.1,2.1c16.3,5.7,32.8,11,49.4,15.9c8.3,2.4,16.6,4.7,25,6.8
c8.4,2.1,16.8,4,25.3,5.6c4.2,0.8,8.5,1.6,12.8,2.2c4.3,0.7,8.6,1.1,12.9,1.5c2.2,0.2,4.3,0.3,6.5,0.4c2.2,0,4.3,0.1,6.5,0.1
C901.2,1086.7,905.5,1086.4,909.8,1085.8z"/>
</g>
<g>
<rect x="714.4" y="980.8" class="st3" width="7.1" height="45.1"/>
</g>
</g>
<g>
<g>
<g>
<ellipse cx="470.6" cy="441.5" rx="54" ry="57"/>
<circle class="st6" cx="436.6" cy="406.5" r="22"/>
</g>
</g>
<g>
<g>
<ellipse cx="961.6" cy="441.5" rx="54" ry="57"/>
<circle class="st6" cx="995.6" cy="406.5" r="22"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.5, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 71.8 113.9" style="enable-background:new 0 0 71.8 113.9;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
.st2{display:none;fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
</style>
<g id="圖層_1">
<path class="st0" d="M64.1,40.5c-3.3,0-6,0.7-6,4v-2c0-3.3-2.7-6-6-6s-6,2.7-6,6v-2c0-3.3-2.7-6-6-6s-6,2.7-6,6v-13
c0-3.3-2.7-6-6-6s-6,2.7-6,6v37.6l-9.5-14.8c-1.7-2.8-5-3.7-7.9-2c-2.8,1.7-3.5,5.4-1.8,8.2L15.6,81c0,0.1,0.3,0.9,0.8,2.3
C19,91,23,95.8,27.9,102.7c0.5,1.3,0.9,9.2,0.9,9.2h34.6c0,0,0.9-8.5,1.1-9.2c1.3-3.8,3-7.6,4.6-16.1c1.6-8.7-0.1-19.3-0.1-19.7
c0-11,0-20.5,0-20.5C69.1,43.2,67.4,40.5,64.1,40.5z"/>
<line class="st1" x1="22.1" y1="65" x2="22.1" y2="74"/>
<line class="st1" x1="34.1" y1="40" x2="34.1" y2="59"/>
<line class="st1" x1="46.1" y1="40" x2="46.1" y2="59"/>
<line class="st1" x1="58.1" y1="40" x2="58.1" y2="59"/>
<g>
<line class="st1" x1="28.1" y1="12" x2="28.1" y2="2"/>
<line class="st1" x1="23.1" y1="14.1" x2="16.1" y2="7"/>
<line class="st1" x1="21.1" y1="19" x2="11.1" y2="19"/>
<line class="st2" x1="23.1" y1="23.9" x2="16.1" y2="31"/>
<line class="st2" x1="28.1" y1="26" x2="28.1" y2="36"/>
<line class="st2" x1="33" y1="23.9" x2="40.1" y2="31"/>
<line class="st1" x1="35.1" y1="19" x2="45.1" y2="19"/>
<line class="st1" x1="33" y1="14.1" x2="40.1" y2="7"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.5, 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 71.8 103.5" style="enable-background:new 0 0 71.8 103.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
.st1{display:none;fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
</style>
<g id="圖層_1">
<path class="st0" d="M64.1,30c-3.3,0-6,0.7-6,4v-2c0-3.3-2.7-6-6-6s-6,2.7-6,6v-2c0-3.3-2.7-6-6-6s-6,2.7-6,6V8c0-3.3-2.7-6-6-6
s-6,2.7-6,6v46.6l-9.5-14.8c-1.7-2.8-5-3.7-7.9-2c-2.8,1.7-3.5,5.4-1.8,8.2l12.7,24.5c0,0.1,0.3,0.9,0.8,2.3
c2.6,7.7,6.6,12.5,11.5,19.4c0.5,1.3,0.9,9.2,0.9,9.2h34.6c0,0,0.9-8.5,1.1-9.2c1.3-3.8,3-7.6,4.6-16.1c1.6-8.7-0.1-19.3-0.1-19.7
c0-11,0-20.5,0-20.5C69.1,32.7,67.4,30,64.1,30z"/>
<line class="st0" x1="22.1" y1="54.5" x2="22.1" y2="63.5"/>
<line class="st0" x1="34.1" y1="29.5" x2="34.1" y2="48.5"/>
<line class="st0" x1="46.1" y1="29.5" x2="46.1" y2="48.5"/>
<line class="st0" x1="58.1" y1="29.5" x2="58.1" y2="48.5"/>
<g>
<line class="st1" x1="138.1" y1="13.4" x2="131.1" y2="20.5"/>
<line class="st1" x1="143.1" y1="15.5" x2="143.1" y2="25.5"/>
<line class="st1" x1="148" y1="13.4" x2="155.1" y2="20.5"/>
</g>
</g>
<g id="圖層_2">
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

23
Version - 40/img/dog.svg Normal file
View File

@@ -0,0 +1,23 @@
<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">
<g>
<g>
<g>
<path d="M59.93,10.84c0,0,3.01,0.94,4.1,1.43l26.84,28.3c0,0,0.94,1.29,3.01,1.91l-0.87,8.45L75.84,54.9 L51.59,37.17l-4.54-18.44L59.93,10.84z" style="fill:#855C52;"/>
<path d="M7.29,47.96c0,0-0.67-5.68,0.32-10.08l22.8-25.95c0,0,0.84-0.56,4.23-1.33l9.57,3.88l-3.26,27.09 L13.86,63.41L7.29,47.96z" style="fill:#855C52;"/>
<g>
<g>
<path d="M126.17,44.5c-1.42-0.73-3.05,0.38-4.28,0.98c-6.37,3.05-11.68,5.11-18.92,3.43 c-1.96-2.3-4.41-4.19-7.13-5.63c-0.8-0.42-1.8-0.96-2.74-0.82c-0.35,0.06-0.52,0.34-0.74,0.6c-0.89,1.07-1.54,2.36-2.54,3.32 c-0.96,0.91-2.45,1.56-3.92,1.77c-0.14,0.01-0.28,0.03-0.42,0.03c-6.53,0-9.22-6.72-10.83-10.73c-0.26-0.64-0.49-1.22-0.71-1.7 c-1.08-2.3-3.15-3.51-6.43-5.31c-0.54-0.3-1.08-0.59-1.62-0.9c-2.03-1.15-3.6-2.35-4.81-3.68c-2.36-2.59-3.4-5.67-3.08-9.15 c0.19-2.1,0.88-4.09,1.93-5.87c-2.22-0.65-7.39-1.98-12.83-1.98c-4.81,0-9.81,1.05-12.46,1.74c1.13,1.84,1.86,3.93,2.06,6.12 c0.31,3.47-0.73,6.55-3.09,9.15c-1.21,1.32-2.78,2.53-4.8,3.67c-0.54,0.31-1.08,0.6-1.62,0.9c-3.28,1.8-5.35,3.02-6.43,5.32 c-0.23,0.48-0.46,1.06-0.71,1.7c-1.61,4.01-4.31,10.72-10.88,10.72c-0.65-0.01-1.27-0.09-1.88-0.22c-0.02,0.95-0.04,1.9,0,2.86 c0.63,12.04,4.54,24.43,13.16,32.14c1.84,1.65,3.93,3.01,6.12,4.22c0,0-0.13,15.2-0.28,19.33c-0.12,3.57-1.76,11.18,2.18,13.45 c4.87,2.81,14.84,3.34,18.3-1.85c1.47-2.22,1.77-4.93,1.77-7.5c0-2.95,0.17-4.11,0.17-7.07c0-1.25-0.47-3.57,0.47-4.55 c0.56-0.59,1.3-0.45,2.01-0.45c1.13,0,2.28-0.12,3.41-0.23c6.36-0.65,5.84,2.39,6.38,6.89c0.39,3.27-0.22,6.52-0.48,9.81 c-0.34,4.32,3.65,5.9,7.51,6.09c4.1,0.2,9.19-0.25,12.82-2.31c3.8-2.17,2.32-5.58,2.18-9.11c-0.1-2.46-0.3-4.92-0.49-7.37 c-0.15-2-0.51-3.99-0.41-6c0.1-1.75-0.29-4.79,1.93-5.52c1.57-0.52,3.33,0,4.96-0.31c2.4-0.44,2.23,4.34,2.3,5.62 c0.17,3.09-0.28,5.32,2.58,7.2c3.4,2.24,9.06,1.65,12.74,0.57c6.68-1.97,4.46-7.7,4.78-12.95c0.32-5.07,0.3-10.09-0.04-15.16 c-0.35-5.27-1.04-10.63-2.58-15.65c3.02,0.82,6.31,0.84,9.25-0.03c3.91-1.16,6.96-3.8,8.43-7.52 C127.15,50.81,128.55,45.71,126.17,44.5z" style="fill:#F79329;"/>
<path d="M6.3,43.05c0.86,0.55,1.82,0.9,2.88,0.9h0h0h0.02c0.16,0,0.31-0.03,0.46-0.04 C9.79,43.89,9.9,43.9,10,43.88c0.21-0.04,0.4-0.11,0.59-0.17c0.05-0.02,0.11-0.03,0.15-0.05c0.24-0.09,0.47-0.21,0.68-0.35 l0.01,0c2.9-1.8,4.33-6.85,5.5-9.34c1.99-4.24,5.98-5.94,9.78-8.09c1.45-0.82,2.76-1.76,3.77-2.85 c1.4-1.54,2.22-3.44,2.01-5.91v-0.02l0,0l0,0c-0.04-0.5-0.13-0.98-0.25-1.45c-0.06-0.24-0.16-0.47-0.23-0.71 c-0.07-0.21-0.13-0.42-0.21-0.62c-0.14-0.34-0.31-0.67-0.49-0.99c-0.04-0.08-0.08-0.16-0.12-0.23 c-0.2-0.35-0.43-0.69-0.67-1.02c-0.02-0.03-0.04-0.06-0.06-0.08c-0.01-0.02-0.03-0.03-0.04-0.04 c-0.32-0.42-0.67-0.81-1.05-1.18c-0.04-0.04-0.07-0.07-0.11-0.11c-0.35-0.34-0.74-0.65-1.14-0.94 c-0.07-0.05-0.15-0.11-0.22-0.16c-0.36-0.24-0.75-0.46-1.14-0.66c-0.13-0.06-0.24-0.14-0.36-0.19 c-0.43-0.19-0.88-0.35-1.33-0.48c-0.08-0.03-0.16-0.07-0.24-0.09c-0.95-0.24-1.88-0.4-2.8-0.51c-0.29-0.04-0.58-0.04-0.87-0.06 c-0.49-0.04-1-0.1-1.48-0.1c-0.11,0-0.22,0.02-0.32,0.02c-0.34,0.01-0.66,0.04-1,0.06c-0.52,0.04-1.04,0.08-1.54,0.16 c-0.35,0.06-0.69,0.13-1.03,0.21c-0.46,0.1-0.92,0.21-1.37,0.35c-0.34,0.11-0.68,0.22-1.01,0.35 c-0.43,0.15-0.84,0.33-1.25,0.52c-0.32,0.15-0.65,0.31-0.96,0.47c-0.39,0.21-0.76,0.44-1.13,0.68c-0.3,0.19-0.61,0.38-0.9,0.58 c-0.36,0.26-0.71,0.55-1.05,0.84c-0.27,0.23-0.54,0.44-0.8,0.67c-0.36,0.35-0.7,0.72-1.04,1.09c-0.4,0.43-0.77,0.89-1.13,1.36 c-0.29,0.37-0.58,0.74-0.84,1.13c-0.23,0.34-0.42,0.71-0.63,1.06c-0.2,0.34-0.41,0.67-0.59,1.03c-0.2,0.38-0.37,0.78-0.55,1.18 c-0.15,0.35-0.31,0.7-0.45,1.06c-0.16,0.41-0.3,0.84-0.43,1.26c-0.12,0.36-0.23,0.72-0.33,1.09C1.2,23.06,1.09,23.51,1,23.96 c-0.08,0.36-0.14,0.74-0.2,1.11c-0.07,0.46-0.14,0.93-0.19,1.4c-0.04,0.36-0.05,0.74-0.07,1.11c-0.03,0.49-0.06,0.97-0.05,1.46 c0,0.36,0.04,0.71,0.05,1.06c0.03,0.51,0.05,1.03,0.11,1.55c0.03,0.27,0.09,0.54,0.14,0.82c0.09,0.57,0.16,1.13,0.28,1.7 c0.63,2.78,2.37,7.02,5.2,8.86C6.28,43.04,6.29,43.05,6.3,43.05z" style="fill:#F79329;"/>
<path d="M63.28,13.5c-0.16,0.31-0.3,0.61-0.43,0.93c-0.07,0.17-0.12,0.34-0.18,0.51 c-0.08,0.25-0.17,0.5-0.24,0.76c-0.1,0.41-0.17,0.82-0.22,1.25c0,0.04-0.02,0.09-0.02,0.13c-0.23,2.49,0.59,4.39,2,5.93 c1.02,1.1,2.34,2.03,3.78,2.85c2.08,1.18,4.21,2.23,6.05,3.63c1.52,1.16,2.84,2.54,3.74,4.46c1.07,2.3,2.38,6.78,4.85,8.87 c0.03,0.03,0.06,0.04,0.09,0.07c0.18,0.14,0.36,0.28,0.54,0.4c0.07,0.04,0.14,0.07,0.2,0.1c0.16,0.09,0.32,0.18,0.49,0.25 c0.1,0.04,0.2,0.06,0.31,0.09c0.15,0.04,0.29,0.1,0.44,0.13c0.13,0.03,0.26,0.03,0.39,0.04c0.14,0.02,0.27,0.04,0.4,0.04h0.03 l0,0l0,0c4.58-0.02,7.27-6.15,8.1-9.78c0.07-0.32,0.1-0.64,0.16-0.97c0.1-0.54,0.2-1.08,0.27-1.62 c0.05-0.39,0.06-0.77,0.08-1.15c0.03-0.5,0.07-0.99,0.07-1.49c0-0.38-0.02-0.75-0.03-1.13c-0.02-0.49-0.05-0.98-0.1-1.47 c-0.04-0.37-0.09-0.73-0.14-1.1c-0.07-0.49-0.16-0.97-0.26-1.45c-0.07-0.35-0.15-0.69-0.24-1.03 c-0.12-0.49-0.27-0.97-0.42-1.44c-0.11-0.31-0.21-0.63-0.33-0.94c-0.18-0.5-0.4-0.98-0.62-1.45c-0.12-0.27-0.24-0.55-0.37-0.81 c-0.27-0.53-0.57-1.04-0.88-1.54c-0.12-0.19-0.22-0.38-0.34-0.57c-0.9-1.37-1.95-2.61-3.12-3.7c-0.16-0.15-0.34-0.29-0.51-0.43 c-0.44-0.37-0.87-0.74-1.33-1.07c-0.24-0.16-0.47-0.31-0.71-0.47c-0.43-0.28-0.86-0.55-1.32-0.79 c-0.28-0.15-0.55-0.28-0.84-0.41c-0.44-0.21-0.9-0.4-1.37-0.58c-0.3-0.11-0.61-0.22-0.92-0.31C79.85,8.12,79.36,8,78.87,7.89 c-0.32-0.07-0.64-0.14-0.97-0.19c-0.52-0.08-1.04-0.13-1.58-0.16c-0.32-0.02-0.64-0.06-0.97-0.06c-0.11,0-0.21-0.02-0.32-0.02 c-0.48,0-0.97,0.06-1.46,0.09c-0.3,0.03-0.6,0.03-0.9,0.06c-0.91,0.11-1.84,0.28-2.79,0.51c-0.56,0.15-1.11,0.36-1.63,0.59 c-0.13,0.06-0.25,0.14-0.37,0.2c-0.4,0.21-0.79,0.44-1.17,0.69c-0.1,0.07-0.2,0.15-0.3,0.22c-0.39,0.3-0.77,0.62-1.12,0.97 c-0.05,0.05-0.11,0.1-0.16,0.16c-0.39,0.41-0.75,0.84-1.08,1.3l-0.02,0.02c0,0,0,0.01-0.01,0.02c-0.22,0.32-0.42,0.65-0.6,0.99 C63.36,13.36,63.32,13.43,63.28,13.5z" style="fill:#F79329;"/>
</g>
<path d="M27.46,62.56c-2.79-0.02-5.04-2.63-5.02-5.85c0.02-3.2,2.29-5.79,5.07-5.78 c2.78,0.01,5.03,2.64,5.01,5.85C32.51,60,30.23,62.57,27.46,62.56z M57.38,81.53c-0.24,0.6-0.84,0.95-1.28,1.21l-0.2,0.12 c-2.14,1.29-5.37,1.11-7.58,0.07l-0.23-0.11c-0.31-0.15-0.44-0.21-0.64-0.21c-0.31,0.03-0.6,0.15-0.86,0.27 c-0.21,0.09-0.42,0.17-0.6,0.23c-2.15,0.68-4.5,1.13-6.67,0.31c-0.6-0.23-1.41-0.69-1.86-1.32c-0.32-0.44-0.44-1.04-0.31-1.53 c0.11-0.42,0.39-0.76,0.78-0.96c0.78-0.37,1.64-0.04,2.19,0.25c1.38,0.74,3.76,0.79,4.91-0.43c0.39-0.42,0.58-1.03,0.54-1.81 c0-0.07,0-0.14,0-0.2c-1.16-0.05-2.27-0.24-3.37-0.64c-3.37-1.21-4.31-4.29-2.96-7.17c0.2-0.43,0.44-0.82,0.71-1.18 c1.44-1.87,3.79-2.72,6.5-2.85c3.13-0.15,7.23,0.99,8.87,3.7c1.06,1.77,0.58,4.49-0.78,6.01c-1.25,1.42-3.5,1.82-5.56,1.99 c-0.01,0.73-0.02,1.51,0.27,2.01l0.46,0.37c1.32,0.9,3.39,1.08,4.82,0.27l0.25-0.14c0.22-0.13,0.43-0.25,0.68-0.34 c0.67-0.25,1.41-0.05,1.79,0.52C57.54,80.42,57.59,81.01,57.38,81.53z M67.16,62.56c-2.77,0.01-5.04-2.57-5.05-5.78 c-0.02-3.21,2.23-5.83,5.01-5.85c2.77-0.01,5.05,2.58,5.07,5.78C72.21,59.93,69.95,62.54,67.16,62.56z" style="fill:#2F2F2F;"/>
</g>
</g>
<path d="M74.18,87.56c-4.06,3.43-10.13,7.72-23.2,7.72c-12.02,0-19.15-5.55-19.15-5.55 s8.16,2.61,15.78,2.61c4.44,0,8.14-0.35,11.91-1.39c5.82-1.59,10.24-4.71,12.33-6.2c3.05-2.17,9.29-7.41,13.05-19.8 C84.9,64.96,84.35,78.97,74.18,87.56z" style="fill:#006CA2;"/>
</g>
<g>
<ellipse cx="51.87" cy="98.59" rx="4.96" ry="4.68" style="fill:#78A3AD;"/>
<ellipse cx="51.8" cy="96.03" rx="1.01" ry="0.95" style="fill:#2F2F2F;"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

1
Version - 40/img/fox.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#F4900C" d="M13.431 9.802c.658 2.639.176 4.879-2.462 5.536-2.64.657-6.211 4.954-8.782-1.438C.696 10.197-.606 2.434.874 2.065c1.48-.368 11.9 5.098 12.557 7.737z"/><path fill="#A0041E" d="M11.437 10.355c.96 1.538-1.831 4.561-3.368 5.522-1.538.961-2.899-.552-4.414-4.414-.662-1.689-1.666-6.27-1.103-6.622.562-.351 7.924 3.976 8.885 5.514z"/><path fill="#F4900C" d="M22.557 9.802c-.657 2.639-.177 4.879 2.463 5.536s6.21 4.954 8.782-1.438c1.49-3.703 2.792-11.466 1.312-11.835-1.48-.368-11.899 5.098-12.557 7.737z"/><path fill="#A0041E" d="M24.552 10.355c-.96 1.538 1.831 4.561 3.368 5.522 1.537.961 2.898-.552 4.413-4.414.662-1.688 1.666-6.269 1.104-6.621-.563-.352-7.924 3.975-8.885 5.513z"/><path fill="#F4900C" d="M18.001 9.255C11.379 7.048 6.53 11.229 2.552 19.188h2.207s-2.207 2.206-3.311 5.517c2.207-1.104 3.311-1.104 3.311-1.104s-1.104 2.208-1.104 3.312c3.311-2.208 6.621-2.208 8.828 1.103s5.518 0 5.518-4.414V9.255z"/><path fill="#F4900C" d="M18.001 9.255c6.621-2.207 11.471 1.974 15.448 9.932h-2.206s2.206 2.206 3.309 5.517C32.346 23.6 31.243 23.6 31.243 23.6s1.103 2.208 1.103 3.312c-3.311-2.208-6.621-2.208-8.828 1.103-2.208 3.311-5.518 0-5.518-4.414l.001-14.346z"/><path fill="#F4900C" d="M18.001 8.29h-.003c-11.334.001-9.605 4.369-8.39 11.632 1.214 7.266 2.65 12.421 8.393 12.421 5.741 0 7.175-5.155 8.391-12.421 1.213-7.264 2.941-11.631-8.391-11.632z"/><path fill="#F18F26" d="M34.709 26.042c-.084-5.708-9.301-3.745-10.087-2.972-1.104 1.084-1.108 7.705-6.623 7.705-5.516 0-6.62-6.621-7.723-7.705-.787-.773-9.234-1.403-9.026 2.972 2.207-1.104 3.508-.784 3.508-.784s-1.425.826-1.216 2.784c3.208-1.458 4.708-1.25 6.458-.375C11.213 31.29 14.206 34 18.001 34c3.793 0 6.746-2.794 7.958-6.416 1.458-1.25 3.708-.875 6.416.416.292-1.833-1.132-2.742-1.132-2.742s1.26-.32 3.466.784z"/><path fill="#FFD983" d="M34.553 24.704c-.904-2.718-9.145-4.064-9.931-3.291-1.104 1.084-1.108 7.705-6.623 7.705-5.516 0-6.62-6.621-7.723-7.705-.787-.773-7.922.573-8.828 3.291C3.655 23.6 4.759 23.6 4.759 23.6s-1.104 2.208-1.104 3.312c2.67-1.78 5.339-2.122 7.429-.452 1.213 3.623 3.122 5.883 6.917 5.883 3.793 0 5.7-2.259 6.912-5.881 2.092-1.673 4.763-1.33 7.434.45 0-1.104-1.103-3.312-1.103-3.312s1.103.001 3.309 1.104z"/><path fill="#272B2B" d="M11 17s0-1.5 1.5-1.5S14 17 14 17v1.5s0 1.5-1.5 1.5-1.5-1.5-1.5-1.5V17zm11 0s0-1.5 1.5-1.5S25 17 25 17v1.5s0 1.5-1.5 1.5-1.5-1.5-1.5-1.5V17zm-7.061 10.808c-1.021.208 2.041 3.968 3.062 3.968 1.02 0 4.082-3.76 3.062-3.968-1.021-.208-5.103-.208-6.124 0z"/></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

104
Version - 40/img/girafe.svg Normal file
View File

@@ -0,0 +1,104 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.5, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 168 281.5" style="enable-background:new 0 0 168 281.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#8DC63F;}
.st1{fill:#F5873C;}
.st2{fill:#F89E69;}
.st3{fill:#FED883;}
.st4{fill:#FFF79C;}
.st5{fill:#F9AA5F;}
.st6{clip-path:url(#SVGID_2_);}
.st7{fill:#F6883B;}
.st8{fill:#F4883B;}
.st9{fill:#F5883B;}
.st10{fill:#FFF79A;}
.st11{fill:#8DC53E;}
.st12{fill:none;stroke:#F8A95D;stroke-width:2;stroke-linecap:square;stroke-miterlimit:3;}
.st13{fill:#F5873B;}
.st14{fill:#0D3241;}
.st15{clip-path:url(#SVGID_4_);}
</style>
<path class="st0" d="M17.5,260.1h138.6c6.6,0,11.9,4.8,11.9,10.7l0,0c0,5.9-5.4,10.7-11.9,10.7H17.5c-6.6,0-11.9-4.8-11.9-10.7l0,0
C5.5,264.9,10.9,260.1,17.5,260.1z"/>
<path class="st1" d="M151.3,171.8h-2.5c-1,0-1.7,0.8-1.7,1.7v76.1c0,1,0.8,1.7,1.7,1.7h2.5c1,0,1.7-0.8,1.7-1.7v-76.1
C153,172.5,152.2,171.8,151.3,171.8z"/>
<rect x="52" y="202.5" class="st2" width="18" height="70"/>
<path class="st2" d="M39.3,272.5c0.3-7.2,6.2-13,13.5-13c7.3,0,13.2,5.8,13.5,13H39.3z"/>
<rect x="108.2" y="202.5" class="st2" width="18" height="70"/>
<path class="st2" d="M94.7,272.5c0.3-7.2,6.2-13,13.5-13s13.2,5.8,13.5,13H94.7z"/>
<rect x="66.5" y="206.5" class="st3" width="18" height="66"/>
<path class="st4" d="M53,272.5c0.3-6.9,6.2-12.4,13.5-12.4c7.3,0,13.2,5.5,13.5,12.4H53z"/>
<rect x="120.5" y="206.5" class="st3" width="18" height="66"/>
<path class="st4" d="M107,272.5c0.3-6.9,6.2-12.4,13.5-12.4c7.3,0,13.2,5.5,13.5,12.4H107z"/>
<path class="st5" d="M41,80.5L41,80.5c4,0,7.3,3.6,7.3,8v86c0,4.4-3.3,8-7.3,8l0,0c-4,0-7.3-3.6-7.3-8v-86
C33.6,84.1,36.9,80.5,41,80.5z"/>
<g>
<defs>
<path id="SVGID_1_" d="M41,80.5L41,80.5c4,0,7.3,3.6,7.3,8v86c0,4.4-3.3,8-7.3,8l0,0c-4,0-7.3-3.6-7.3-8v-86
C33.6,84.1,36.9,80.5,41,80.5z"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
</clipPath>
<g class="st6">
<path class="st7" d="M40.2,118.5c0-5,3.3-9,7.4-9c4.1,0,7.4,4,7.4,9s-3.3,9-7.4,9C43.5,127.5,40.2,123.5,40.2,118.5z"/>
<path class="st7" d="M28.2,145c0-4.1,3.4-7.5,7.6-7.5c4.2,0,7.6,3.4,7.6,7.5s-3.4,7.5-7.6,7.5C31.6,152.5,28.2,149.2,28.2,145z"/>
</g>
</g>
<rect x="42.8" y="5.4" class="st8" width="2.9" height="17.9"/>
<rect x="29.9" y="5.9" class="st9" width="2.8" height="17.9"/>
<path class="st5" d="M2.2,11.6L2.2,11.6C5.7,7.7,12.3,8,16.9,12.2l17,15.6c4.6,4.2,5.4,10.8,1.9,14.6l0,0
c-3.5,3.9-10.1,3.6-14.7-0.6l-17-15.6C-0.5,22-1.4,15.5,2.2,11.6z"/>
<path class="st10" d="M6.5,15.6L6.5,15.6c1.9-2,5.7-1.6,8.6,1.1L29.6,30c2.9,2.6,3.7,6.4,1.8,8.4l0,0c-1.9,2-5.7,1.6-8.6-1.1
L8.4,24.1C5.5,21.4,4.7,17.6,6.5,15.6z"/>
<path class="st5" d="M77.4,10.9L77.4,10.9c3.6,3.8,3,10.3-1.5,14.7l-16.6,16c-4.5,4.3-11.1,4.8-14.7,1l0,0c-3.6-3.8-3-10.3,1.5-14.7
l16.6-16C67.2,7.6,73.8,7.2,77.4,10.9z"/>
<path class="st10" d="M73.2,15L73.2,15c1.9,2,1.2,5.8-1.6,8.5L57.4,37.2c-2.8,2.7-6.6,3.3-8.5,1.3l0,0c-1.9-2-1.2-5.8,1.6-8.5
l14.2-13.7C67.4,13.6,71.3,13.1,73.2,15z"/>
<path class="st5" d="M37.5,19.3h1c10.2,0,18.5,8.3,18.5,18.5V62c0,10.2-8.3,18.5-18.5,18.5h-1C27.3,80.5,19,72.2,19,62V37.8
C19,27.5,27.3,19.3,37.5,19.3z"/>
<path class="st8" d="M27,4.4C27,2,28.9,0,31.3,0c2.4,0,4.3,2,4.3,4.4s-1.9,4.4-4.3,4.4C28.9,8.9,27,6.9,27,4.4z"/>
<path class="st8" d="M40,4.4C40,2,41.9,0,44.3,0c2.4,0,4.3,2,4.3,4.4s-1.9,4.4-4.3,4.4C41.9,8.9,40,6.9,40,4.4z"/>
<path class="st3" d="M14,74c0-14.6,11.7-26.5,26-26.5c14.3,0,26,11.9,26,26.5s-11.7,26.5-26,26.5C25.7,100.5,14,88.6,14,74z"/>
<path class="st11" d="M48.8,84.9c0.1,0.1,0.2,0.2,0.3,0.3l5.5,6.6c0.6,0.8,0.5,1.9-0.2,2.5l0,0c-0.8,0.6-1.9,0.5-2.5-0.2l-4.8-5.7
L48.8,84.9z"/>
<path class="st11" d="M47.6,88.6c0.1,0.1,0.1,0.2,0.2,0.3l2.7,5.5c0.3,0.6,0.1,1.4-0.5,1.8l0,0c-0.6,0.4-1.3,0.1-1.6-0.5L46,90.9
L47.6,88.6z"/>
<path vector-effect="non-scaling-stroke" class="st12" d="M49.2,82.5c-0.1,5.5-4.6,10-10.1,10c-5.5,0-10-4.5-10.1-10"/>
<path class="st13" d="M25.8,62.5c0-2.8,1.6-5,3.5-5s3.5,2.2,3.5,5c0,2.8-1.6,5-3.5,5S25.8,65.3,25.8,62.5z"/>
<path class="st13" d="M46,62.5c0-2.8,1.6-5,3.5-5c1.9,0,3.5,2.2,3.5,5c0,2.8-1.6,5-3.5,5C47.6,67.5,46,65.3,46,62.5z"/>
<path class="st14" d="M29.3,31.8L29.3,31.8c1.5,0,2.7,1.2,2.7,2.7V37c0,1.5-1.2,2.7-2.7,2.7l0,0c-1.5,0-2.7-1.2-2.7-2.7v-2.5
C26.7,33,27.9,31.8,29.3,31.8z"/>
<path class="st14" d="M45.6,31.8L45.6,31.8c1.5,0,2.7,1.2,2.7,2.8v2.4c0,1.5-1.2,2.8-2.7,2.8l0,0c-1.5,0-2.7-1.2-2.7-2.8v-2.4
C42.8,33,44,31.8,45.6,31.8z"/>
<path class="st5" d="M65.2,145.5h59c17.9,0,32.5,14.6,32.5,32.5l0,0c0,17.9-14.6,32.5-32.5,32.5h-59c-17.9,0-32.5-14.6-32.5-32.5
l0,0C32.7,160.1,47.3,145.5,65.2,145.5z"/>
<g>
<defs>
<path id="SVGID_3_" d="M65.2,145.5h59c17.9,0,32.5,14.6,32.5,32.5l0,0c0,17.9-14.6,32.5-32.5,32.5h-59
c-17.9,0-32.5-14.6-32.5-32.5l0,0C32.7,160.1,47.3,145.5,65.2,145.5z"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
</clipPath>
<g class="st15">
<path class="st7" d="M57,150c0-4.1,3.1-7.5,6.9-7.5c3.8,0,6.9,3.4,6.9,7.5s-3.1,7.5-6.9,7.5C60.1,157.5,57,154.2,57,150z"/>
<path class="st7" d="M133,151.8c0-6.2,5.3-11.3,11.8-11.3c6.5,0,11.8,5,11.8,11.3s-5.3,11.3-11.8,11.3
C138.3,163,133,158,133,151.8z"/>
</g>
</g>
<path class="st7" d="M66,193.5c0-5,4.2-9,9.4-9s9.4,4,9.4,9s-4.2,9-9.4,9S66,198.5,66,193.5z"/>
<path class="st7" d="M89,165c0-7.2,6-13,13.5-13c7.4,0,13.5,5.8,13.5,13s-6.1,13-13.5,13C95.1,178,89,172.2,89,165z"/>
<path class="st7" d="M136,173c0-2.8,2.5-5,5.5-5c3,0,5.5,2.2,5.5,5s-2.5,5-5.5,5C138.5,178,136,175.8,136,173z"/>
<path class="st7" d="M53,171.8c0-5.9,5-10.8,11.2-10.8c6.2,0,11.2,4.8,11.2,10.8s-5,10.8-11.2,10.8C58,182.5,53,177.7,53,171.8z"/>
<path class="st0" d="M13.9,223.8L13.9,223.8c1.9,0,3.4,1.5,3.4,3.4v40.2c0,1.9-1.5,3.4-3.4,3.4l0,0c-1.9,0-3.4-1.5-3.4-3.4v-40.2
C10.5,225.3,12.1,223.8,13.9,223.8z"/>
<path class="st0" d="M25.2,202.5L25.2,202.5c2.4,0,4.4,2,4.4,4.4v55.1c0,2.4-2,4.4-4.4,4.4l0,0c-2.4,0-4.4-2-4.4-4.4v-55.1
C20.8,204.5,22.8,202.5,25.2,202.5z"/>
<path class="st0" d="M159.9,215.5L159.9,215.5c1.7,0,3.1,1.4,3.1,3.1v44.2c0,1.7-1.4,3.1-3.1,3.1l0,0c-1.7,0-3.1-1.4-3.1-3.1v-44.2
C156.7,216.9,158.1,215.5,159.9,215.5z"/>
<path class="st0" d="M39.1,232.5L39.1,232.5c1,0,1.8,0.8,1.8,1.8v25c0,1-0.8,1.8-1.8,1.8l0,0c-1,0-1.8-0.8-1.8-1.8v-25
C37.4,233.3,38.1,232.5,39.1,232.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -0,0 +1,24 @@
<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">
<g>
<g>
<g>
<defs>
<path id="SVGID_1_" d="M121.72,65.19c-4.45-7.73-7.33-17.11-11.17-25.76c9.85-1.38,17.89-10.95,15.8-21.37 c-2.06-10.24-16.08-18.65-25.47-11.43c-3.73,2.87-5.96,5.55-7.78,9.69c-0.16,0.36-0.35,0.74-0.56,1.14 c-8.66-4.81-18.6-7.23-28.54-7.23c-9.95,0-19.87,2.43-28.54,7.23c-0.21-0.4-0.4-0.78-0.56-1.14c-1.84-4.14-4.05-6.82-7.79-9.69 C17.73-0.58,3.7,7.82,1.65,18.06c-2.09,10.42,5.94,20,15.8,21.37c-3.83,8.65-6.71,18.02-11.18,25.76 c-9.26,16.06-7.41,33.29,6.66,45.86c8.64,7.7,19.85,11.04,31.53,12.33c6.48,0.71,13.11,0.78,19.54,0.61 c6.42,0.17,13.04,0.1,19.53-0.61c11.68-1.29,22.88-4.63,31.53-12.33C129.14,98.48,130.99,81.25,121.72,65.19z"/>
</defs>
<use style="overflow:visible;fill:#F79329;" xlink:href="#SVGID_1_"/>
<clipPath id="SVGID_2_">
<use style="overflow:visible;" xlink:href="#SVGID_1_"/>
</clipPath>
</g>
<path d="M54.16,100.37c-0.68,3.13,0.62,6.91,1.31,9.88c0.35,1.53,0.8,3.41,1.95,4.37 c0.67,0.58,1.45,0.77,2.25,0.82c1.61,0.08,3.17,0.48,4.01-1.64c0.23-0.57,0.64-1.52,1.26-0.96c0.57,0.53,0.37,1.45,1.03,1.96 c2.04,1.54,5.27,1.04,6.39-1.78c1.27-3.22,1.56-6.51,2.12-9.91l-2.79-4.47l-7.79-2.3L54.16,100.37z" style="fill:#FFFFFF;"/>
<g>
<path d="M40.05,74.39c-0.01,5.14-3.29,9.28-7.27,9.27c-4-0.04-7.24-4.21-7.22-9.38 c0.04-5.13,3.3-9.29,7.3-9.26C36.84,65.04,40.08,69.25,40.05,74.39z" style="fill:#2F2F2F;"/>
<path d="M87.96,74.39c0.01,5.14,3.28,9.28,7.27,9.27c4-0.04,7.24-4.21,7.22-9.38 c-0.04-5.13-3.31-9.29-7.3-9.26C91.16,65.04,87.93,69.25,87.96,74.39z" style="fill:#2F2F2F;"/>
</g>
<path d="M84.12,98.33c-0.93-1.81-3.62-0.25-5.03,0.12c-1.03,0.26-2.14,0.18-3.23,0.18 c-2.12,0-4.29-0.11-6.27-0.94c-0.71-0.3-1.71-0.77-2.16-1.45c-1.4-2.07,0.41-6.43-2.24-7.71c-1.47-0.71-3.1,0.03-3.43,1.46 c-0.14,0.63-0.26,1.35-0.24,2c0.04,0.67-0.11,1.1-0.21,1.78c-0.07,0.48-0.07,0.83-0.22,1.25c-0.24,0.69-0.83,1.49-1.47,1.94 c-1.46,1.04-3.1,1.67-4.83,1.99c-1.86,0.33-3.86,0.23-5.62-0.28c-1.21-0.35-2.54-1.54-3.78-1.55c-1.14-0.01-1.81,0.98-1.73,2.03 c0.2,2.47,2.72,3.29,4.72,3.92c2.97,0.93,6.31,0.94,9.26-0.11c1.79-0.64,3.66-1.47,5.59-1.8c1.89-0.32,2.99,0.5,4.72,0.98 c1.9,0.54,3.69,1.31,5.67,1.53c2.04,0.23,4.13,0.01,6.1-0.6c1.59-0.5,5.12-1.74,4.63-4.09C84.29,98.73,84.21,98.51,84.12,98.33z" style="fill:#2F2F2F;"/>
<path d="M55.86,82.55c-1.95-0.01-3.17,0.74-1.87,3.5c2.69,5.7,10.32,8.29,15.73,4.9 c0.88-0.55,2.02-1.19,2.76-1.91c0.92-0.88,1.57-2.4,1.99-3.58c0.53-1.45,0.62-3.38-1.27-3.71c-1.48-0.26-2.95,0.96-4.34,1.29 c-1.85,0.46-4.16,0.66-6.06,0.66C61.65,83.71,58.24,82.57,55.86,82.55z" style="fill:#2F2F2F;"/>
</g>
<path d="M28.7,24.74c-0.28,0.81-0.73,1.65-1.21,2.32c-0.81,1.13-1.52,2.55-2.76,3.29 c-1.29,0.76-3.22,0.01-4.5-0.51c-1.72-0.7-3.7-1.71-4.88-3.18c-0.61-0.75-1.12-1.56-1.49-2.46c-1.7-4.31,2.74-9.08,7.01-8.06 c2.12,0.51,3.89,1.92,5.35,3.49c0.68,0.74,1.22,1.44,1.63,2.35c0.37,0.81,1.08,1.61,0.9,2.54C28.75,24.59,28.73,24.67,28.7,24.74z" style="fill:#FFFFFF;"/>
<path d="M104.68,30.35c-1.24-0.73-1.96-2.16-2.78-3.29c-0.47-0.67-0.91-1.52-1.19-2.32 c-0.02-0.07-0.04-0.15-0.06-0.22c-0.18-0.94,0.52-1.73,0.9-2.54c0.41-0.91,0.94-1.61,1.63-2.35c1.46-1.57,3.24-2.98,5.35-3.49 c4.26-1.02,8.71,3.76,6.99,8.06c-0.35,0.9-0.87,1.7-1.47,2.46c-1.18,1.47-3.17,2.48-4.88,3.18 C107.9,30.36,105.97,31.11,104.68,30.35z" style="fill:#FFFFFF;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="512px" height="512px"><path d="M 6.5 1 C 5.675781 1 5 1.675781 5 2.5 L 5.003906 8.882813 L 3.5625 7.4375 C 2.980469 6.855469 2.019531 6.859375 1.4375 7.4375 C 0.855469 8.019531 0.859375 8.980469 1.4375 9.5625 L 5.03125 13.152344 C 6.214844 14.335938 7.824219 15.003906 9.5 15 C 11.980469 15 14 12.980469 14 10.5 L 14 7.5 C 14 6.675781 13.324219 6 12.5 6 C 12.304688 6 12.113281 6.039063 11.941406 6.109375 C 11.765625 5.476563 11.1875 5 10.5 5 C 10.117188 5 9.765625 5.152344 9.5 5.390625 C 9.234375 5.152344 8.882813 5 8.5 5 C 8.324219 5 8.15625 5.039063 8 5.09375 L 8 2.5 C 8 1.675781 7.324219 1 6.5 1 Z M 6.5 2 C 6.78125 2 7 2.21875 7 2.5 L 7 8 L 8 8 L 8 6.5 C 8 6.21875 8.21875 6 8.5 6 C 8.78125 6 9 6.21875 9 6.5 L 9 8 L 10 8 L 10 6.5 C 10 6.21875 10.21875 6 10.5 6 C 10.78125 6 11 6.21875 11 6.5 L 11 8 L 12 8 L 12 7.5 C 12 7.21875 12.21875 7 12.5 7 C 12.78125 7 13 7.21875 13 7.5 L 13 10.5 C 13 12.441406 11.441406 14 9.5 14 C 8.089844 14.003906 6.734375 13.441406 5.734375 12.441406 L 2.148438 8.851563 C 1.945313 8.652344 1.945313 8.34375 2.148438 8.148438 C 2.347656 7.945313 2.65625 7.945313 2.851563 8.148438 L 6.003906 11.296875 L 6 2.5 C 6 2.21875 6.21875 2 6.5 2 Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="519" height="899" viewBox="0, 0, 519, 899">
<g id="Layer_1">
<path d="M259.451,896.947 C402.349,896.947 518.9,871.941 518.9,841.285 C518.9,810.623 402.349,785.618 259.451,785.618 C116.55,785.618 0,810.623 0,841.285 C0,871.941 116.55,896.947 259.451,896.947" fill="#9FB83B"/>
<path d="M454.503,804.586 C465.878,807.365 475.99,810.39 484.628,813.618 C449.648,825.964 414.902,839.151 378.796,847.416 C351.748,853.607 323.449,851.506 295.775,853.549 C298.048,865.584 293.33,872.77 287.404,879.128 C272.109,860.223 256.818,841.319 241.526,822.417 C263.38,824.775 285.238,827.134 307.095,829.492 C358.101,828.902 406.98,819.536 454.503,804.586" fill="#8CA43D"/>
<path d="M250.46,293.524 C296.58,518.307 215.521,592.177 235.726,763.629 C238.879,790.396 257.681,811.274 283.97,817.208 C312.429,823.633 342.232,827.807 372.468,831.262 C343.853,835.106 312,837.858 283.509,832.803 C280,832.18 276.648,833.642 274.716,836.643 C272.789,839.64 272.845,843.294 274.867,846.23 C280.732,854.759 285.703,863.649 289.08,873.499 C289.796,875.575 289.138,877.78 287.404,879.128 C285.667,880.477 283.371,880.568 281.531,879.364 C267.595,870.228 254.919,858.373 243.01,844.873 C239.981,841.439 236.146,839.565 231.576,839.289 C227.006,839.013 222.974,840.41 219.553,843.454 C214.516,847.935 208.948,851.908 202.873,855.395 C200.966,856.491 198.678,856.261 197.022,854.811 C195.37,853.355 194.849,851.113 195.693,849.08 C197.223,845.386 198.945,841.826 200.853,838.398 C202.167,836.027 201.921,833.245 200.208,831.145 C198.497,829.041 195.822,828.239 193.233,829.051 C157.341,840.303 122.79,842.98 88.504,843.973 C120.487,838.398 151.088,830.076 179.809,817.985 C195.287,811.468 204.139,795.897 201.829,779.261 C176.419,596.176 261.728,525.641 215.569,300.655 L250.46,293.524" fill="#8C6035"/>
<path d="M257.619,333.632 C264.582,379.78 265.923,419.195 264.185,454.632 L238.688,427.106 L229.466,437.48 C229.915,405.681 227.66,370.56 221.045,330.282 L257.619,333.632" fill="#654323"/>
<path d="M168.968,194.744 C143.472,214.955 120.689,225.593 93.436,214.571 C66.183,203.545 40.684,173.384 36.405,141.127 C61.908,120.914 101.206,116.958 128.46,127.977 C155.713,139.002 164.692,162.484 168.968,194.744" fill="#5A9141"/>
<path d="M161.96,191.906 C148.044,188.018 126.064,180.254 101.691,170.399 C77.319,160.541 56.122,150.838 43.414,143.959 C57.332,147.853 79.313,155.611 103.685,165.469 C128.058,175.328 149.251,185.03 161.96,191.906" fill="#74AD4B"/>
<path d="M262.511,293.819 C294.042,301.846 316.314,313.517 324.066,341.875 C331.822,370.231 323.287,408.795 300.226,431.749 C268.687,423.724 241.723,394.865 233.969,366.506 C226.217,338.15 239.45,316.775 262.511,293.819" fill="#5A9141"/>
<path d="M264.505,301.113 C269.845,314.537 276.998,336.725 283.933,362.083 C290.867,387.445 295.996,410.184 298.228,424.458 C292.888,411.032 285.736,388.845 278.804,363.487 C271.869,338.125 266.74,315.39 264.505,301.113" fill="#74AD4B"/>
<path d="M249.907,219.359 C278.253,235.334 296.708,252.411 296.792,281.81 C296.878,311.208 278.578,346.212 250.325,362.354 C221.979,346.374 203.476,311.481 203.389,282.081 C203.303,252.684 221.656,235.5 249.907,219.359" fill="#396332"/>
<path d="M249.929,226.916 C251.581,241.274 252.699,264.556 252.777,290.849 C252.849,317.137 251.873,340.426 250.304,354.792 C248.648,340.438 247.533,317.153 247.457,290.864 C247.38,264.575 248.359,241.284 249.929,226.916" fill="#5A9141"/>
<path d="M301.302,378.882 C285.947,376.739 271.925,365.127 266.359,348.116 C260.794,331.102 265.248,313.449 276.369,302.645 C280.05,299.07 282.636,295.44 284.82,290.796 C285.671,288.978 286.816,287.775 288.257,287.304 C289.697,286.834 291.332,287.126 293.093,288.087 C297.597,290.547 301.828,291.945 306.912,292.658 C322.267,294.801 336.289,306.414 341.851,323.424 C347.416,340.438 342.966,358.094 331.843,368.895 C328.164,372.47 325.574,376.1 323.394,380.744 C322.541,382.562 321.398,383.766 319.957,384.236 C318.517,384.706 316.88,384.411 315.121,383.447 C310.619,380.99 306.386,379.592 301.302,378.882" fill="#F8C823"/>
<path d="M287.904,303.437 C297.71,300.317 307.486,303.523 309.736,310.599 C311.984,317.675 305.861,325.943 296.054,329.06 C286.246,332.177 276.472,328.97 274.222,321.895 C271.97,314.819 278.097,306.554 287.904,303.437" fill="#FADA3C"/>
<path d="M290.32,253.123 C321.908,245.304 347.048,245.067 367.277,266.399 C387.503,287.732 398.201,325.752 388.72,356.878 C357.132,364.701 319.73,352.004 299.5,330.672 C279.271,309.34 280.837,284.249 290.32,253.123" fill="#5A9141"/>
<path d="M295.523,258.608 C306.574,267.919 323.357,284.095 341.449,303.173 C359.541,322.248 374.802,339.867 383.517,351.396 C372.464,342.084 355.681,325.906 337.591,306.831 C319.5,287.756 304.236,270.134 295.523,258.608" fill="#74AD4B"/>
<path d="M323.164,226.788 C350.527,209.181 374.242,200.833 400.283,214.485 C426.316,228.133 448.726,260.663 449.81,293.179 C422.447,310.79 382.947,310.863 356.912,297.212 C330.875,283.561 324.248,259.311 323.164,226.788" fill="#396332"/>
<path d="M329.861,230.295 C343.326,235.541 364.437,245.423 387.722,257.628 C411.007,269.839 431.144,281.577 443.117,289.672 C429.65,284.433 408.539,274.544 385.253,262.339 C361.966,250.134 341.83,238.394 329.861,230.295" fill="#5A9141"/>
<path d="M177.862,205.836 C163.766,235.166 147.931,254.692 118.602,256.695 C89.269,258.697 53.149,242.714 35.201,215.575 C49.295,186.246 82.908,165.506 112.237,163.504 C141.57,161.501 159.914,178.697 177.862,205.836" fill="#396332"/>
<path d="M170.319,206.352 C156.105,208.938 132.943,211.567 106.713,213.361 C80.482,215.148 57.179,215.689 42.741,215.059 C56.957,212.476 80.12,209.844 106.348,208.054 C132.581,206.263 155.882,205.723 170.319,206.352" fill="#5A9141"/>
<path d="M227.679,170.137 C200.314,152.534 182.89,134.408 184.523,105.054 C186.154,75.704 206.47,41.829 235.617,27.367 C262.982,44.97 279.416,80.89 277.785,110.242 C276.15,139.592 256.828,155.675 227.679,170.137" fill="#5A9141"/>
<path d="M228.097,162.592 C227.285,148.164 227.534,124.857 228.993,98.605 C230.452,72.356 232.792,49.163 235.197,34.913 C236.008,49.34 235.762,72.651 234.303,98.9 C232.841,125.152 230.504,148.341 228.097,162.592" fill="#74AD4B"/>
<path d="M265.712,129.085 C252,99.576 246.959,74.945 264.033,51.008 C281.105,27.078 316.378,9.312 348.746,12.668 C362.462,42.175 357.148,81.318 340.08,105.25 C323.007,129.184 298.076,132.443 265.712,129.085" fill="#396332"/>
<path d="M270.101,122.928 C277.126,110.306 289.798,90.737 305.062,69.331 C320.332,47.928 334.705,29.578 344.357,18.823 C337.328,31.449 324.66,51.014 309.392,72.42 C294.126,93.826 279.753,112.173 270.101,122.928" fill="#5A9141"/>
<path d="M254.533,159.779 C257.3,127.357 265.173,103.482 291.884,91.197 C318.591,78.916 358.033,81.032 384.449,100.033 C381.683,132.455 357.619,163.777 330.91,176.059 C304.203,188.343 280.947,178.78 254.533,159.779" fill="#5A9141"/>
<path d="M261.4,156.619 C273.777,149.156 294.494,138.474 318.382,127.492 C342.265,116.506 363.859,107.726 377.582,103.193 C365.207,110.656 344.49,121.337 320.603,132.32 C296.714,143.308 275.123,152.085 261.4,156.619" fill="#74AD4B"/>
<path d="M308.306,175.883 C322.632,146.668 338.621,127.264 367.968,125.496 C397.312,123.727 433.306,139.992 451.039,167.275 C436.712,196.491 402.937,216.966 373.591,218.735 C344.248,220.504 326.041,203.165 308.306,175.883" fill="#396332"/>
<path d="M315.851,175.426 C330.089,172.957 353.269,170.509 379.513,168.924 C405.759,167.343 429.066,166.987 443.498,167.73 C429.259,170.203 406.076,172.65 379.835,174.235 C353.589,175.816 330.283,176.172 315.851,175.426" fill="#5A9141"/>
<path d="M218.794,294.217 C243.849,314.982 258.97,335.067 253.824,364.012 C248.679,392.955 224.441,424.145 193.771,435.004 C168.716,414.238 156.714,376.607 161.861,347.662 C167.009,318.719 188.122,305.078 218.794,294.217" fill="#5A9141"/>
<path d="M217.474,301.659 C216.546,316.078 213.499,339.191 208.898,365.075 C204.298,390.961 199.194,413.704 195.091,427.56 C196.019,413.141 199.065,390.031 203.665,364.147 C208.267,338.257 213.373,315.519 217.474,301.659" fill="#74AD4B"/>
<path d="M155.043,250.617 C154.328,283.149 147.979,307.473 122.103,321.421 C96.219,335.368 56.724,335.746 29.164,318.452 C29.873,285.919 51.908,253.138 77.789,239.195 C103.669,225.249 127.477,233.323 155.043,250.617" fill="#5A9141"/>
<path d="M148.385,254.204 C136.509,262.434 116.507,274.403 93.362,286.874 C70.219,299.346 49.225,309.472 35.815,314.868 C47.695,306.637 67.694,294.666 90.838,282.194 C113.985,269.722 134.982,259.6 148.385,254.204" fill="#74AD4B"/>
<path d="M196.249,262.222 C213.527,289.795 221.589,313.609 207.627,339.48 C193.666,365.351 160.872,387.369 128.343,388.062 C111.064,360.493 111.467,320.992 125.425,295.121 C139.387,269.249 163.716,262.916 196.249,262.222" fill="#396332"/>
<path d="M192.658,268.874 C187.26,282.277 177.122,303.265 164.638,326.403 C152.15,349.541 140.17,369.541 131.93,381.411 C137.335,368.007 147.47,347.017 159.957,323.878 C172.444,300.741 184.422,280.748 192.658,268.874" fill="#5A9141"/>
<path d="M230.836,289.893 C241.207,301.422 244.459,319.333 237.765,335.936 C231.066,352.539 216.294,363.18 200.831,364.286 C195.711,364.651 191.396,365.763 186.737,367.913 C184.913,368.754 183.264,368.938 181.86,368.367 C180.454,367.802 179.392,366.525 178.663,364.654 C176.799,359.873 174.465,356.08 171.031,352.265 C160.663,340.74 157.408,322.826 164.104,306.226 C170.802,289.624 185.57,278.982 201.036,277.876 C206.153,277.51 210.472,276.399 215.13,274.249 C216.954,273.408 218.604,273.223 220.01,273.791 C221.414,274.36 222.477,275.637 223.204,277.504 C225.068,282.287 227.405,286.08 230.836,289.893" fill="#F8C823"/>
<path d="M188.841,286.454 C198.647,283.333 208.423,286.542 210.671,293.619 C212.922,300.695 206.798,308.959 196.989,312.08 C187.183,315.197 177.407,311.987 175.159,304.912 C172.908,297.838 179.035,289.574 188.841,286.454" fill="#FADA3C"/>
<path d="M418.322,234.502 C409.488,247.245 392.802,254.53 375.105,251.83 C357.41,249.127 343.658,237.196 339.025,222.399 C337.496,217.5 335.419,213.557 332.259,209.516 C331.019,207.934 330.464,206.371 330.695,204.875 C330.921,203.376 331.919,202.05 333.574,200.911 C337.798,197.999 340.955,194.854 343.878,190.634 C352.71,177.892 369.396,170.611 387.091,173.313 C404.789,176.013 418.541,187.944 423.171,202.741 C424.701,207.636 426.777,211.583 429.937,215.624 C431.179,217.206 431.738,218.766 431.507,220.265 C431.277,221.763 430.279,223.09 428.623,224.23 C424.4,227.141 421.246,230.289 418.322,234.502" fill="#F8C823"/>
<path d="M235.857,186.132 C248.777,215.996 253.154,240.755 235.445,264.225 C217.74,287.692 182.002,304.506 149.736,300.283 C136.819,270.422 143.177,231.437 160.882,207.968 C178.587,184.499 203.592,181.91 235.857,186.132" fill="#5A9141"/>
<path d="M231.306,192.17 C223.941,204.602 210.754,223.821 194.919,244.809 C179.084,265.797 164.226,283.757 154.288,294.251 C161.652,281.816 174.84,262.597 190.675,241.609 C206.51,220.621 221.37,202.661 231.306,192.17" fill="#74AD4B"/>
<path d="M226.831,215.627 C245.202,188.773 263.81,171.867 293.107,174.327 C322.402,176.79 355.687,198.054 369.322,227.598 C350.949,254.453 314.583,269.867 285.287,267.407 C255.992,264.944 240.464,245.171 226.831,215.627" fill="#5A9141"/>
<path d="M234.361,216.26 C248.809,215.858 272.099,216.763 298.3,218.962 C324.5,221.165 347.617,224.159 361.789,226.966 C347.345,227.369 324.05,226.462 297.855,224.263 C271.654,222.061 248.538,219.067 234.361,216.26" fill="#74AD4B"/>
<path d="M256.722,82.113 C269.025,91.547 275.503,108.561 271.958,126.104 C268.414,143.652 255.837,156.818 240.835,160.734 C235.869,162.03 231.831,163.913 227.645,166.876 C226.005,168.037 224.417,168.522 222.931,168.221 C221.447,167.92 220.17,166.861 219.11,165.153 C216.404,160.795 213.41,157.491 209.341,154.371 C197.038,144.936 190.558,127.918 194.108,110.374 C197.652,92.832 210.226,79.662 225.228,75.744 C230.19,74.451 234.232,72.568 238.422,69.601 C240.059,68.44 241.646,67.958 243.133,68.259 C244.616,68.56 245.894,69.62 246.953,71.327 C249.659,75.685 252.65,78.987 256.722,82.113" fill="#F8C823"/>
<path d="M185.476,221.54 C184.688,189.009 189.907,164.416 215.118,149.291 C240.329,134.168 279.765,131.969 308.093,147.976 C308.882,180.505 288.38,214.267 263.169,229.392 C237.961,244.514 213.804,237.542 185.476,221.54" fill="#396332"/>
<path d="M191.958,217.648 C203.441,208.883 222.872,196.002 245.418,182.477 C267.962,168.953 288.468,157.872 301.613,151.865 C290.126,160.635 270.697,173.513 248.151,187.039 C225.605,200.563 205.1,211.644 191.958,217.648" fill="#5A9141"/>
<path d="M222.332,81.723 C232.141,78.606 241.913,81.812 244.165,88.888 C246.416,95.964 240.289,104.228 230.482,107.345 C220.677,110.465 210.901,107.259 208.653,100.183 C206.402,93.107 212.525,84.843 222.332,81.723" fill="#FADA3C"/>
<path d="M133.404,187.855 C120.038,195.714 101.836,195.327 86.907,185.451 C71.976,175.574 64.5,158.977 66.503,143.603 C67.166,138.511 66.938,134.064 65.766,129.068 C65.302,127.111 65.452,125.458 66.287,124.197 C67.123,122.934 68.588,122.148 70.568,121.807 C75.624,120.935 79.807,119.403 84.229,116.804 C97.595,108.942 115.797,109.33 130.726,119.206 C145.658,129.083 153.133,145.679 151.131,161.056 C150.468,166.145 150.694,170.595 151.868,175.589 C152.331,177.545 152.181,179.198 151.346,180.462 C150.511,181.725 149.045,182.508 147.064,182.849 C142.01,183.721 137.826,185.253 133.404,187.855" fill="#F8C823"/>
<path d="M94.022,118.991 C103.829,115.871 113.604,119.08 115.855,126.153 C118.104,133.229 111.979,141.497 102.171,144.614 C92.367,147.731 82.589,144.525 80.341,137.449 C78.093,130.373 84.217,122.111 94.022,118.991" fill="#FADA3C"/>
<path d="M202.108,128.935 C169.579,128.084 145.28,121.635 131.444,95.693 C117.609,69.755 117.397,30.259 134.811,2.77 C167.34,3.621 200.023,25.794 213.858,51.733 C227.694,77.675 219.519,101.449 202.108,128.935" fill="#396332"/>
<path d="M198.549,122.268 C190.37,110.355 178.488,90.3 166.111,67.107 C153.738,43.908 143.705,22.868 138.367,9.437 C146.549,21.353 158.431,41.405 170.805,64.601 C183.181,87.8 193.211,108.837 198.549,122.268" fill="#5A9141"/>
<path d="M212.538,183.374 C183.433,197.919 158.953,203.656 134.544,187.268 C110.137,170.887 91.372,136.128 93.81,103.678 C122.919,89.133 162.192,93.332 186.603,109.716 C211.012,126.101 214.977,150.924 212.538,183.374" fill="#5A9141"/>
<path d="M206.264,179.161 C193.438,172.497 173.522,160.387 151.692,145.735 C129.863,131.082 111.114,117.234 100.089,107.892 C112.907,114.559 132.827,126.666 154.656,141.318 C176.486,155.973 195.235,169.822 206.264,179.161" fill="#74AD4B"/>
<path d="M226.705,205.388 C223.711,220.596 211.337,233.953 194.041,238.563 C176.744,243.172 159.364,237.746 149.196,226.041 C145.83,222.166 142.354,219.38 137.839,216.945 C136.069,215.99 134.934,214.783 134.54,213.318 C134.153,211.856 134.534,210.241 135.597,208.533 C138.3,204.172 139.934,200.026 140.922,194.993 C143.917,179.778 156.29,166.421 173.587,161.815 C190.884,157.208 208.263,162.631 218.432,174.339 C221.794,178.211 225.274,180.998 229.792,183.433 C231.558,184.384 232.694,185.594 233.084,187.06 C233.474,188.521 233.09,190.137 232.03,191.844 C229.328,196.206 227.694,200.351 226.705,205.388" fill="#F8C823"/>
<path d="M378.306,202.679 C388.566,202.679 396.939,196.638 396.939,189.234 C396.939,181.83 388.566,175.789 378.306,175.789 C368.042,175.789 359.669,181.83 359.669,189.234 C359.669,196.638 368.042,202.679 378.306,202.679" fill="#FADA3C"/>
<path d="M171.857,165.101 C181.664,161.981 191.439,165.187 193.69,172.263 C195.938,179.338 189.814,187.606 180.009,190.723 C170.202,193.84 160.427,190.634 158.176,183.558 C155.928,176.483 162.052,168.218 171.857,165.101" fill="#FADA3C"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" enable-background="new 0 0 64 64"><path d="m28.2 4.6c-7.2-3.3-12.2 6.9-12.2 6.9s2.1 4.7 5.3 5.7c11.6 3.5 21.6-12 21.6-12s-7.6 2.7-14.7-.6" fill="#77a836"/><path d="m9 7.9c-.4 0-.5 1.5-.1 1.5 6.4 1.4 9 6.1 9.2 7 .3 1.2 2.1-.1 1.5-1.6-.2-.2-3.9-6.1-10.6-6.9" fill="#947151"/><path d="m57.8 57.8c.3.3 1.5.6 2.1 0 .6-.6.3-1.9 0-2.2-.3-.3-1 0-1.5.6-.6.7-.8 1.4-.6 1.6" fill="#64892f"/><path d="m17.3 19.1c-.5-.7.1-2.3 1.5-3.8 1.4-1.4 3-2.1 3.7-1.6 8.4-5.4 21.2-2.9 30.4 6.6 8.2 8.5 11.1 20 7.8 28.6 1.6 2.1 1.1 5.7-1.4 8.3-2.5 2.6-6 3.2-8 1.5-8.3 3.3-19.4.4-27.6-8.1-9.2-9.6-11.7-22.8-6.4-31.5" fill="#ffe62e"/><path d="M18.7,16.1C17.2,11.9,11,9.5,11,9.5S-1.6,16.6,3,25.8C7.5,34.9,4.6,45,4.6,45S23.8,31,18.7,16.1z" fill="#8cc63e"/><path d="m11 9.5c-.9 1.2-1.7 2.5-2.3 3.9-.6 1.4-1 3-1.2 4.6-.4 3.2 0 6.3.2 9.4.3 3 .3 6.1-.2 9.1-.5 3-1.6 5.9-2.9 8.6.8-1.2 1.5-2.6 2.2-4 .6-1.4 1.1-2.9 1.5-4.4.7-3.2.7-6.4.4-9.5-.3-3.1-.7-6.2-.4-9.2.2-3 1.3-5.9 2.7-8.5" fill="#7fb539"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

1644
Version - 40/img/meerkat.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 124 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#A78E81" d="M2.381 8.671c-1.573 0-2.359.786-1.573 1.573 1.573 1.573 3.145 1.573 3.931.786L2.381 8.671zm6.29-6.29c0-1.573.786-2.359 1.573-1.573 1.573 1.573 1.573 3.145.786 3.931L8.671 2.381zm-4.717 9.435s8.547 14.433 14.939 16.512c3.344 1.087 5.692.599 7.863-1.573s2.406-4.447 1.573-7.863C26.937 13.188 11.816 3.954 11.816 3.954l-7.862 7.862z"/><path fill="#A78E81" d="M16.129 26.852c4.231 5.36 8.793 7.807 10.465 6.519 1.624-1.25-.324-2.578-2.174-6.954-1.936-4.58-10.526-2.397-8.291.435zM26.85 16.07c5.36 4.231 7.803 8.858 6.516 10.53-1.25 1.624-2.578-.324-6.954-2.174-4.581-1.936-2.394-10.591.438-8.356z"/><path fill="#846659" d="M17.008 21.564c.699-1.287-.914-3.363-2.504-3.314-1.172.036-3.617 1.934-5.883-.746-.209.209-.304.496-.311.829 1.158 1.577 2.472 3.242 3.848 4.765 1.656.479 3.913.192 4.85-1.534zm1.242-7.06c-.049 1.589 2.028 3.203 3.314 2.504 1.712-.93 2.007-3.159 1.544-4.81-1.545-1.372-3.246-2.703-4.851-3.882-.3.02-.56.113-.753.306 2.679 2.265.782 4.71.746 5.882z"/><path fill="#CAB8AC" d="M13.341 16.895c1.589-.049 3.203 2.028 2.504 3.314-1.12 2.061-4.135 2.086-5.74 1.183-1.79-1.007-3.732-4.157-2.646-5.243 2.265 2.68 4.709.783 5.882.746zm3.553-3.553c-.049 1.589 2.028 3.203 3.314 2.504 2.061-1.12 2.086-4.135 1.183-5.74-1.007-1.79-4.157-3.732-5.243-2.646 2.679 2.265.782 4.71.746 5.882z"/><path fill="#A78E81" d="M27.542 24.397c3.474 3.474 8.731 10.139 7.863 11.008-.868.868-7.534-4.389-11.008-7.863s-4.014-5.422-3.145-6.29c.868-.869 2.816-.329 6.29 3.145zM12.603 3.167c2.171 2.171 1.554 4.736-1.573 7.863s-5.692 3.744-7.863 1.573-2.34-5.523.787-8.649 6.477-2.958 8.649-.787z"/><path fill="#CAB8AC" d="M13.738 4.303c1.223 1.223 1.991 5.173-1.136 8.3s-7.076 2.359-8.3 1.136c-1.93-1.93 1.223-5.067 2.796-6.64s4.71-4.726 6.64-2.796z"/><path fill="#292F33" d="M9.457 6.312c.868.868.868 2.277 0 3.145s-2.277.868-3.145 0-.082-1.49.787-2.358 1.49-1.655 2.358-.787z"/><circle fill="#292F33" cx="4.74" cy="9.457" r="1.112"/><circle fill="#292F33" cx="9.457" cy="4.74" r="1.112"/><path fill="#A78E81" d="M10.655 10.401c-.426 0-.82-.101-1.132-.308-.189-.125-.241-.38-.116-.57.125-.19.38-.242.57-.116.452.299 1.339.188 2.019-.253.276-.179.906-.674.785-1.399-.037-.224.114-.436.338-.473.225-.036.436.114.473.338.139.836-.291 1.668-1.15 2.224-.565.368-1.205.557-1.787.557z"/><path fill="#A78E81" d="M7.931 13.619c-.103 0-.207-.009-.31-.026-.224-.038-.376-.249-.338-.473.038-.224.251-.375.473-.338.722.121 1.22-.509 1.399-.786.441-.681.553-1.568.253-2.019-.125-.189-.074-.444.116-.57.189-.126.445-.074.57.116.489.739.387 1.939-.249 2.92-.488.753-1.187 1.176-1.914 1.176z"/><path fill="#846659" d="M25.635 28.904c-1.021-1.634-1.501-3.563-.898-4.166.613-.613 2.073-.745 4.186.878-1.348-1.286-3.757-2.695-4.186-5.044.123 2.164-.419 4.625-4.125 4.043 2.082.614 5.023 4.289 5.023 4.289z"/><g fill="#67757F"><path d="M2.928 15.73c-.028 0-.057-.002-.086-.008-.264-.047-.44-.3-.393-.564.407-2.269 1.793-3.891 3.707-4.338.261-.06.523.102.584.363.061.262-.101.523-.363.584-1.524.356-2.634 1.689-2.971 3.564-.042.233-.246.399-.478.399z"/><path d="M5.072 15.974c-.253 0-.466-.195-.484-.451-.079-1.078.493-2.498 1.586-3.008.244-.113.533-.009.646.235.113.243.009.533-.235.646-.671.313-1.08 1.335-1.028 2.056.02.268-.181.501-.449.52-.013.002-.024.002-.036.002zm6.208-9.209c-.037 0-.074-.004-.111-.013-.262-.061-.424-.323-.363-.584.448-1.914 2.07-3.299 4.338-3.707.264-.047.517.129.564.393.047.264-.128.517-.393.564-1.875.337-3.207 1.447-3.564 2.971-.05.225-.25.376-.471.376z"/><path d="M12.944 6.877c-.069 0-.139-.015-.205-.046-.244-.113-.348-.403-.235-.646.51-1.093 1.919-1.664 3.008-1.586.268.019.469.253.449.52-.019.267-.248.468-.52.449-.712-.048-1.742.357-2.056 1.028-.083.177-.258.281-.441.281z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

1
Version - 40/img/owl.svg Normal file
View File

@@ -0,0 +1 @@
<svg id="レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 513.99 459.58"><defs><style>.cls-1{fill:#ac8c6e;}.cls-2{fill:#916d4f;}.cls-3{clip-path:url(#clip-path);}.cls-4{fill:#f1e9e0;}.cls-5{fill:#64625f;}.cls-6{fill:#e3ccb1;}.cls-7{fill:#bf9d89;}.cls-8{fill:#705543;}.cls-9{fill:#8d705b;}.cls-10{fill:#e3c657;}.cls-11{fill:#6d4f27;}.cls-12{fill:#f8d579;}.cls-13{fill:#595855;}</style><clipPath id="clip-path"><circle class="cls-1" cx="256.66" cy="226.84" r="226.84" transform="translate(-85.22 247.92) rotate(-45)"/></clipPath></defs><circle class="cls-2" cx="262.58" cy="232.74" r="226.84"/><circle class="cls-1" cx="256.66" cy="226.84" r="226.84" transform="translate(-85.22 247.92) rotate(-45)"/><g class="cls-3"><path class="cls-4" d="M139.67,293.33s-57.5-58.75-45-93.75,51.25-81.25,51.25-81.25l76.25,8.75,36.25,78.75,82.5-102.5s73.75,35,78.75,88.75-58.75,115-58.75,115Z"/><path class="cls-5" d="M158.42,120.69s-43.75,15.48-53.75,70.37,42.5,98.52,42.5,98.52h-17.5s-52.6-51-41.25-109.78c12.5-64.74,68.75-80.22,68.75-80.22"/><path class="cls-5" d="M358.07,120.69s43.75,15.48,53.75,70.37-42.5,98.52-42.5,98.52h17.5s52.59-51,41.25-109.78c-12.5-64.74-68.75-80.22-68.75-80.22"/><path class="cls-6" d="M416.33,255.7s-10,37.45-37.5,31.69S335.08,260,335.08,260s-11.25,30.25-33.75,27.37c-19.24-2.46-36.62-27-41.25-34.07v-1.94l-.63,1-.62-1v1.94c-4.63,7.07-22,31.61-41.25,34.07-22.5,2.88-33.75-27.37-33.75-27.37s-16.25,21.61-43.75,27.37-37.5-31.69-37.5-31.69c-32.5,36-76.25-27.37-76.25-27.37C42.58,463.14,259.45,464.58,259.45,464.58s216.88-1.44,233.13-236.25C492.58,228.33,448.83,291.71,416.33,255.7Z"/></g><path class="cls-7" d="M40.47,235.11C40.47,109.83,142,8.27,267.3,8.27A225.76,225.76,0,0,1,401.4,52.18,225.92,225.92,0,0,0,256.66,0C131.39,0,29.82,101.56,29.82,226.84a226.46,226.46,0,0,0,92.76,182.92A226.33,226.33,0,0,1,40.47,235.11Z"/><path class="cls-8" d="M425.53,346S402.36,187.91,459,172.91s60.63,156.44,50.94,176.25c-9.76,20-18-2.5-18-2.5s0,33.59-22.13,34.38c-17.48.62-23.14-30-23.14-30S431.7,376.66,425.53,346Z"/><path class="cls-9" d="M421.37,335.2S398.2,177.08,454.8,162.08s60.63,156.43,50.94,176.25c-9.76,20-18-2.5-18-2.5s0,33.58-22.13,34.37c-17.48.63-23.14-30-23.14-30S427.54,365.83,421.37,335.2Z"/><path class="cls-8" d="M8.85,346S-14.3,187.91,42.3,172.91s60.63,156.44,50.94,176.25c-9.78,20-18-2.5-18-2.5s0,33.59-22.13,34.38c-17.5.62-23.16-30-23.16-30S15,376.66,8.85,346Z"/><path class="cls-9" d="M4.69,335.2S-18.46,177.08,38.12,162.08s60.65,156.43,51,176.25c-9.78,20-18-2.5-18-2.5s0,33.58-22.13,34.37c-17.5.63-23.16-30-23.16-30S10.86,365.83,4.69,335.2Z"/><ellipse class="cls-10" cx="169.67" cy="191.45" rx="38.75" ry="41.88"/><ellipse class="cls-10" cx="350.92" cy="191.45" rx="38.75" ry="41.88"/><path class="cls-11" d="M196.52,191.05c0,16.4-11.46,29.69-25.62,29.69s-25.63-13.29-25.63-29.69,11.49-29.69,25.63-29.69S196.52,174.65,196.52,191.05Z"/><path class="cls-11" d="M377.36,191.05c0,16.4-11.46,29.69-25.62,29.69s-25.63-13.29-25.63-29.69,11.49-29.69,25.63-29.69S377.36,174.65,377.36,191.05Z"/><path class="cls-12" d="M168.4,453.75s-28.89-17.49-20-24.17,62-6.88,68.92,6.49-10.86,21-10.86,21l-8.88-10-10.84,9.17L173.4,442.91Z"/><path class="cls-12" d="M360.57,453.75s28.88-17.49,20-24.17-62-6.88-68.93,6.49,10.86,21,10.86,21l8.89-10,10.84,9.17,13.34-13.34Z"/><path class="cls-9" d="M245.1,215.83s-1.33-23.22-16-28.37-69.47-25.38-63.89-38.7c0,0,5.71-10.63,25.67-4.18,0,0-62.78-15.53-63.75-31.25-.75-11.9,26.25-8.75,26.25-8.75S73.42,37.84,100,15.92s114.45,92.86,134.41,118.65,24,58,24,58"/><path class="cls-9" d="M271.72,215.83s1.33-23.22,16-28.37,69.48-25.38,63.89-38.7c0,0-5.7-10.63-25.66-4.18,0,0,62.77-15.53,63.75-31.25.74-11.9-26.25-8.75-26.25-8.75s80-66.74,53.36-88.66S302.32,108.78,282.36,134.57s-23.94,58-23.94,58"/><path class="cls-13" d="M258.42,193.33l-30,23.75s6.25,38.75,31.25,61.25c0,0,25-37.5,27.5-60Z"/><path class="cls-9" d="M132.17,352.08s13.75-46.25,26.25-35,13.75,38.75,13.75,38.75-13.75-18.75-18.75-17.5S132.17,352.08,132.17,352.08Z"/><path class="cls-9" d="M172.17,404.58s13.75-46.25,26.25-35,13.75,38.75,13.75,38.75-13.75-18.75-18.75-17.5S172.17,404.58,172.17,404.58Z"/><path class="cls-9" d="M329.67,404.58s13.75-46.25,26.25-35,13.75,38.75,13.75,38.75-13.75-18.75-18.75-17.5S329.67,404.58,329.67,404.58Z"/><path class="cls-9" d="M255.92,404.58s13.75-46.25,26.25-35,13.75,38.75,13.75,38.75-13.75-18.75-18.75-17.5S255.92,404.58,255.92,404.58Z"/><path class="cls-9" d="M213.42,352.08s13.75-46.25,26.25-35,13.75,38.75,13.75,38.75-13.75-18.75-18.75-17.5S213.42,352.08,213.42,352.08Z"/><path class="cls-9" d="M294.67,352.08s13.75-46.25,26.25-35,13.75,38.75,13.75,38.75-13.75-18.75-18.75-17.5S294.67,352.08,294.67,352.08Z"/><path class="cls-9" d="M364.67,352.08s13.75-46.25,26.25-35,13.75,38.75,13.75,38.75-13.75-18.75-18.75-17.5S364.67,352.08,364.67,352.08Z"/></svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-2{fill:#6dd627}.cls-3{fill:#9ceb60}.cls-4{fill:none;stroke:#45413c;stroke-linecap:round;stroke-linejoin:round}</style></defs><g><ellipse cx="24" cy="45.43" rx="18.82" ry="1.57" opacity=".15" fill="#45413c"/><path class="cls-2" d="M27.81 9.31c-1.13-4.42-5.53-6.59-10-6-3.29.46-6.64 2.39-8 5a.86.86 0 0 0 .44 1.17l4.69 2.08a.43.43 0 0 1 0 .8l-3.73 1.44a.86.86 0 0 0-.42 1.28c1.86 2.81 5.88 4.4 8.91 4.45-2.95 4.9-7.23 10.29-6 14.86 1.86 7.3 8-2 8-2-1.7-6.28 8.12-15.25 6.11-23.08z"/><path class="cls-3" d="M10.25 9.55l.42.19A11.67 11.67 0 0 1 17.77 6c4.51-.63 8.91 1.54 10 6a7.62 7.62 0 0 1 .18.93 9.42 9.42 0 0 0-.18-3.59c-1.13-4.42-5.53-6.59-10-6-3.29.46-6.64 2.39-8 5a.86.86 0 0 0 .48 1.21z"/><path class="cls-4" d="M27.81 9.31c-1.13-4.42-5.53-6.59-10-6-3.29.46-6.64 2.39-8 5a.86.86 0 0 0 .44 1.17l4.69 2.08a.43.43 0 0 1 0 .8l-3.73 1.44a.86.86 0 0 0-.42 1.28c1.86 2.81 5.88 4.4 8.91 4.45-2.95 4.9-7.23 10.29-6 14.86 1.86 7.3 8-2 8-2-1.7-6.28 8.12-15.25 6.11-23.08z"/><path class="cls-2" d="M20.52 42.54s5.74 4.3 14.93 2.41 8.26-8.68 8.26-8.68-5 6.51-14.34 3.47c-5.48-1.74-8.85 2.8-8.85 2.8z"/><path class="cls-2" d="M20.52 42.54s5.74 4.3 14.93 2.41 8.26-8.68 8.26-8.68-5 6.51-14.34 3.47c-5.48-1.74-8.85 2.8-8.85 2.8z"/><path d="M35 45a10.27 10.27 0 0 0 2.48-4.92 14.07 14.07 0 0 1-8.14-.37c-5.48-1.78-8.85 2.8-8.85 2.8S26.09 46.69 35 45z" fill="#46b000"/><path class="cls-4" d="M20.52 42.54s5.74 4.3 14.93 2.41 8.26-8.68 8.26-8.68-5 6.51-14.34 3.47c-5.48-1.74-8.85 2.8-8.85 2.8z"/><path class="cls-2" d="M21.33 29.32a22.66 22.66 0 0 1 10.21-2.18 3.48 3.48 0 1 1 0 7 24.28 24.28 0 0 0-10.42 2.18 22.22 22.22 0 0 1-9.56 2.17 3.48 3.48 0 1 1 0-6.95 22.43 22.43 0 0 0 9.77-2.22z"/><path class="cls-3" d="M11.56 33.9h.16a22.32 22.32 0 0 0 9.61-2.17A22.41 22.41 0 0 1 31 29.55h.59a3.47 3.47 0 0 1 3.25 2.27 3.41 3.41 0 0 0 .23-1.2 3.48 3.48 0 0 0-3.48-3.48H31a22.41 22.41 0 0 0-9.62 2.18 22.32 22.32 0 0 1-9.61 2.17h-.16a3.44 3.44 0 0 0-3.25 4.68 3.48 3.48 0 0 1 3.2-2.27z"/><path class="cls-4" d="M31.54 34.09h-.39a24.12 24.12 0 0 0-10 2.18l-.43.19a22.13 22.13 0 0 1-9.13 2A3.48 3.48 0 0 1 8.08 35a3.47 3.47 0 0 1 3.48-3.47h.16a22.32 22.32 0 0 0 9.61-2.17A22.41 22.41 0 0 1 31 27.14h.59A3.48 3.48 0 0 1 35 30.62a3.47 3.47 0 0 1-3.46 3.47z"/><path class="cls-2" d="M9.63 45c-2.3 0-4.15-1.55-4.15-3.47S7.33 38 9.63 38a31.11 31.11 0 0 0 11.66-2.17 31.84 31.84 0 0 1 12.19-2.17c2.29 0 4.15 1.56 4.15 3.47s-1.86 3.48-4.15 3.48A33.92 33.92 0 0 0 21 42.78 30.73 30.73 0 0 1 9.63 45z"/><path class="cls-3" d="M9.63 40.61h.19a31 31 0 0 0 11.47-2.17 31.11 31.11 0 0 1 11.48-2.17h.71a4.21 4.21 0 0 1 3.84 2.17 3 3 0 0 0 .3-1.31c0-1.91-1.85-3.47-4.14-3.47h-.71a31.11 31.11 0 0 0-11.48 2.17A31 31 0 0 1 9.82 38h-.19c-2.3 0-4.15 1.56-4.15 3.48a2.89 2.89 0 0 0 .31 1.3 4.2 4.2 0 0 1 3.84-2.17z"/><path class="cls-4" d="M33.48 40.61H33a33.8 33.8 0 0 0-12 2.17l-.51.2A30.72 30.72 0 0 1 9.63 45c-2.3 0-4.15-1.55-4.15-3.47 0-1.97 1.85-3.53 4.15-3.53h.19a31 31 0 0 0 11.47-2.17 31.11 31.11 0 0 1 11.48-2.17h.71c2.29 0 4.15 1.56 4.15 3.47 0 1.92-1.86 3.48-4.15 3.48z"/><path d="M25.58 13.2c0 .55-.71 1-1.58 1s-1.58-.45-1.58-1 .71-1 1.58-1 1.58.45 1.58 1z" fill="#c8ffa1"/><circle cx="19.81" cy="9.01" r="1.3" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" fill="#45413c"/><path class="cls-4" d="M14.09 12.75a8.45 8.45 0 0 0-7.47.41"/><path class="cls-4" d="M6.62 10.98l1.83 1.38"/></g></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M10.668 5.616C9.032 2.479 4.439 1.005 3.584 2.298s.707 10.152 1.757 9.967c1.051-.185 5.327-6.649 5.327-6.649z"/><path fill="#292F33" d="M9.841 7.674c-1.27-2.68-4.696-4.82-5.304-3.745-.435.771.122 5.263.757 7.696l4.547-3.951z"/><path fill="#99AAB5" d="M25.284 5.616c1.636-3.137 6.228-4.611 7.084-3.318s-.708 10.152-1.758 9.967c-1.051-.185-5.326-6.649-5.326-6.649z"/><path fill="#292F33" d="M26.36 7.674c1.231-2.686 4.501-4.854 5.07-3.786.416.78-.178 5.425-.815 7.825L26.36 7.674z"/><path fill="#99AAB5" d="M33.13 13.316c-2.583-3.164-9.048-11.601-15.155-11.601S5.404 10.152 2.821 13.316C-.317 17.16-.23 21.613.573 24.193c.805 2.587 3.155 5.038 9.261 7.431 2.065.809 5.705 2.393 8.142 2.393s6.076-1.583 8.142-2.393c6.106-2.393 8.457-4.843 9.261-7.431.802-2.58.89-7.033-2.249-10.877z"/><path fill="#E1E8ED" d="M17.976 14.408c0-4.913-4.078-4.855-6.542-4.572C6.922 10.353.076 16.597.076 20.569c0 1.39.16 2.631.496 3.624.584 1.726 1.875 3.015 5.034 5.266 3.49-8.351 12.37-11.246 12.37-15.051z"/><path fill="#292F33" d="M17.976 15.777c0-2.399-4.389-3.04-6.649-2.678C6.443 13.882.587 20.633.572 24.07v.013c.002.006.001.111.001.111s.384 1.401 1.623 2.815c.867.991 2.346 2.068 3.333 2.584l.01-.011c2.952-3.861 6.877-6.416 10.022-7.617 1.763-.673 2.415-3.5 2.415-6.188z"/><circle fill="#99AAB5" cx="13.396" cy="17.489" r="1.527"/><path fill="#E1E8ED" d="M17.976 14.408c0-4.913 4.078-4.855 6.542-4.572 4.511.518 11.357 6.762 11.357 10.734 0 1.39-.16 2.631-.496 3.624-.584 1.726-1.875 3.015-5.034 5.266-3.489-8.352-12.369-11.247-12.369-15.052z"/><path fill="#292F33" d="M17.976 15.777c0-2.399 4.389-3.04 6.649-2.678 4.884.783 10.74 7.534 10.755 10.971v.013c-.002.006-.001.111-.001.111s-.384 1.401-1.623 2.815c-.868.991-2.347 2.068-3.333 2.584l-.01-.011c-2.952-3.861-6.877-6.416-10.022-7.617-1.763-.673-2.415-3.5-2.415-6.188z"/><circle fill="#99AAB5" cx="22.555" cy="17.489" r="1.527"/><path fill="#66757F" d="M20.746 22.102c-.923-1.073-1.75-19.035-2.77-19.035s-1.847 17.962-2.77 19.035h5.54z"/><path fill="#E1E8ED" d="M24.915 24.184c-1.636-2.06-4.164-3.705-6.94-3.705s-5.304 1.646-6.94 3.705c-1.388 1.748-1.388 3.061-.925 4.226.482 1.214 1.388 2.821 4.164 3.986.939.394 2.594 1.165 3.701 1.165 1.108 0 2.762-.771 3.701-1.165 2.776-1.165 3.682-2.772 4.164-3.986.463-1.165.463-2.478-.925-4.226z"/><path fill="#292F33" d="M21.614 28.372c-.689-.562-1.629.184-3.639.184s-2.95-.746-3.639-.184c-.689.562.585 2.308 3.639 2.308s4.328-1.746 3.639-2.308z"/><path fill="#66757F" d="M13.165 24.769c-.133 0-.268-.035-.391-.107-3.002-1.792-8.357-.913-9.664-.286-.378.184-.835.023-1.019-.357-.182-.381-.022-.837.358-1.019 1.744-.838 7.624-1.725 11.107.35.362.217.481.685.264 1.047-.142.239-.395.372-.655.372z"/><path fill="#66757F" d="M2.141 29.702c-.168 0-.337-.056-.478-.169-.328-.264-.38-.744-.116-1.073 1.455-1.807 4.896-4.888 11.581-5.216.419-.035.779.304.8.725.021.421-.304.779-.725.8-6.089.299-9.171 3.041-10.467 4.649-.151.187-.372.284-.595.284zm31.669 0c-.223 0-.443-.097-.594-.284-1.295-1.608-4.377-4.35-10.467-4.649-.42-.021-.745-.379-.725-.8.021-.42.383-.763.8-.725 6.685.328 10.124 3.409 11.58 5.216.264.329.213.809-.115 1.073-.141.113-.31.169-.479.169z"/><path fill="#66757F" d="M22.787 24.769c-.26 0-.514-.133-.657-.373-.216-.362-.097-.83.264-1.047 3.482-2.076 9.366-1.188 11.107-.35.381.182.541.638.358 1.018-.182.381-.636.544-1.018.358-1.31-.628-6.664-1.505-9.664.286-.123.074-.257.108-.39.108z"/><path fill="#292F33" d="M21.614 22.244c0 1.765-2.539 3.223-3.639 3.223-1.1 0-3.639-1.458-3.639-3.223s1.629-1.81 3.639-1.81 3.639.045 3.639 1.81z"/></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Version - 40/img/shop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#DD2E44" d="M11.84 7.634c-.719 0-2.295 2.243-3.567 1.029-.44-.419 1.818-1.278 1.727-2.017-.075-.607-2.842-1.52-1.875-2.099.967-.578 2.418.841 3.513.866 2.382.055 4.212-.853 4.238-.866.541-.274 1.195-.052 1.464.496.27.547.051 1.213-.488 1.486-.131.066-2.225 1.105-5.012 1.105z"/><path fill="#77B255" d="M27.818 36c-3.967 0-8.182-2.912-8.182-8.308 0-1.374-.89-1.661-1.637-1.661-.746 0-1.636.287-1.636 1.661 0 5.396-4.216 8.308-8.182 8.308S0 33.23 0 27.692C0 14.4 14.182 12.565 14.182 14.4c0 1.835-7.636-1.107-7.636 12.185 0 2.215.89 2.769 1.636 2.769.747 0 1.637-.287 1.637-1.661 0-5.395 4.215-8.308 8.182-8.308 3.966 0 8.182 2.912 8.182 8.308 0 1.374.89 1.661 1.637 1.661s1.636-.287 1.636-1.661V11.077c0-3.855-3.417-4.431-5.454-4.431 0 0-3.272 1.108-6.545 1.108s-4.364-2.596-4.364-4.431C13.091 1.488 17.455 0 24 0c6.546 0 12 4.451 12 11.077v16.615C36 33.088 31.784 36 27.818 36z"/><circle fill="#292F33" cx="19" cy="3" r="1"/></svg>

After

Width:  |  Height:  |  Size: 1003 B

1
Version - 40/img/svg.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 534 283.5" xml:space="preserve"><defs><linearGradient x1="265.7" y1="72.3" x2="265.7" y2="212.4" id="a" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.9763,-0.2164,0.2164,0.9763,-26.4711,60.2204)"><stop id="stop3591" offset="0" style="stop-color:#d1000d;stop-opacity:1"/><stop id="stop3593" offset="1" style="stop-color:#3d0000;stop-opacity:1"/></linearGradient><linearGradient x1="265.7" y1="72.3" x2="265.7" y2="212.4" id="b" xlink:href="#a" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.9763,-0.2164,0.2164,0.9763,-26.4711,60.2204)"/></defs><path d="m476.8 73.3-83.6 18.5c-8.9 2-15.9 9.3-17.5 18.4-1.6 9.1 2.7 18.5 10.6 23.3 5 3 11 4 16.7 2.7l61.4-13.6 1.1 4.9-85.6 19c-1-1.5-1.7-3.2-2.2-4.9l-11-49.1 110.9-24.6c8.9-2 15.9-9.3 17.5-18.4 1.6-9.1-2.7-18.5-10.6-23.3-5-3-11-4-16.7-2.7L297.9 61.2c-4.9 1-9.5 3.7-12.7 7.6-2.9 3.4-4.2 7.2-5.3 11.5-1.8 7.5-21.3 77.4-25.4 88.1-9.2-7.9-66.9-67.9-67.6-68.7-0.3-0.4-1.4-1.1-1.5-1.6-5.5-6.1-13.8-8.8-21.8-7L49.3 116.4c-10.4 2.3-19.8 8.6-25.9 17.4-6.1 8.7-8.9 19.5-7.8 30.1 0.2 1.8 0.5 3.5 0.8 5.3l1.6 7c2.3 10.5 8.5 20 17.1 26.4 8.5 6.3 19.1 9.3 29.7 8.4 1.8-0.2 3.5-0.4 5.3-0.8l38.9-8.6 37-8.2 1.1 4.9-96.2 21.3c-8.9 2-15.9 9.3-17.5 18.4-1.6 9.1 2.7 18.5 10.6 23.3 5 3 11 4 16.7 2.7l98.1-21.8c10.4-2.3 19.8-8.6 25.9-17.4 6.1-8.7 8.9-19.5 7.8-30.1-0.2-1.8-0.5-3.5-0.8-5.3l-1.6-7c-2.3-10.5-8.5-20-17.1-26.4-8.5-6.3-19.1-9.3-29.7-8.4-1.8 0.2-3.5 0.4-5.3 0.8l-38.9 8.6-37 8.2-1.1-4.9 99.6-22.1c16.5 17.9 75.3 73.3 75.3 73.3 7 6.4 17 9.7 26.8 7.6l7-1.6c10.6-2.4 17.3-11.1 21.9-20.5 5.4-10.9 9.1-22.6 12.8-34.2 6.3-19.9 11.7-40 16.8-60.3l1-0.2 11.2 49.8 0.3 1.1c3 10.6 8.4 20.7 16.7 28.1 8.8 7.8 20.4 11.8 32.1 10.7 1.7-0.2 3.4-0.4 5.1-0.8l109.9-24.4c12.1-2.7 20-15 17.3-27.1L503.9 90.6C501.2 78.5 488.8 70.7 476.8 73.3" id="path3595" fill="url(#b)"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

141
Version - 40/img/whale.svg Normal file
View File

@@ -0,0 +1,141 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<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 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<g id="Layer_2">
<path fill="#94DEF7" d="M508.36,241.99c-0.123-0.424-0.26-0.795-0.405-1.142c5.304,107.375-138.325,176.779-239.848,176.779
c-54.532,0-67.454-46.877-87.643-95.976c-0.505-1.798-1.042-3.66-1.632-5.615c-21.07-69.795-137.899-101.8-169.134-72.73
C4.803,247.599,2,253.601,2,261.516c0,1.012,0.018,2.017,0.049,3.018C4.113,394.814,139.282,499.93,269.945,499.93
c131.673,0,238.414-106.742,238.414-238.414C508.36,256.857,509.032,244.316,508.36,241.99z"/>
</g>
<g id="Layer_3">
<path fill="#00B1FF" d="M507.965,241.215c-0.006-0.123-0.004-0.244-0.01-0.367c0.143,0.342,0.279,0.708,0.4,1.126
c-0.263-3.058-0.633-6.051-1.056-9.011c-0.032-0.278-0.055-0.554-0.09-0.833c-0.01-0.006-0.021-0.012-0.031-0.018
c-8.724-58.79-48.079-97.941-77.889-113.876c-0.912-1.437-1.995-3.06-3.237-4.838c-0.02-0.079-0.036-0.152-0.055-0.234
c-0.166-0.766-0.349-1.615-0.549-2.538c-0.181-0.91-0.376-1.895-0.585-2.947c-0.36-2.108-0.741-4.43-1.015-6.874
c-0.277-2.439-0.456-4.996-0.447-7.456c-0.01-2.462,0.258-4.803,0.696-6.683c0.397-1.924,1.101-3.176,1.611-3.982
c0.081-0.089,0.16-0.173,0.222-0.266l0.089-0.14c0.045-0.034,0.087-0.069,0.12-0.109c0.072-0.077,0.123-0.165,0.181-0.25
c0.087-0.066,0.163-0.137,0.229-0.216c0.107-0.171,0.334-0.293,0.447-0.489c0.111-0.074,0.213-0.156,0.307-0.246
c0.081-0.097,0.17-0.202,0.313-0.289c0.124-0.094,0.243-0.196,0.356-0.307c0.107-0.114,0.309-0.193,0.446-0.31
c0.156-0.111,0.279-0.24,0.452-0.356c0.192-0.108,0.38-0.221,0.566-0.341l0.277-0.184l0.069-0.047l0.034-0.024
c-0.514,0.261,0.717-0.367,0.608-0.313l0.042-0.025l0.333-0.198l1.329-0.79l0.663-0.394l1.071-0.669l2.165-1.446
c0.764-0.505,1.293-0.942,1.892-1.403c0.59-0.453,1.158-0.931,1.73-1.397c1.104-0.982,2.203-1.955,3.22-2.99
c2.022-2.081,3.867-4.254,5.436-6.51c3.167-4.502,5.389-9.192,6.825-13.662c1.431-4.48,2.123-8.741,2.352-12.61
c0.237-3.871-0.02-7.366-0.47-10.397c-0.215-1.514-0.544-2.927-0.824-4.207c-0.339-1.29-0.672-2.457-1.018-3.503
c-0.719-2.096-1.418-3.699-1.976-4.794c-0.542-1.093-0.925-1.68-0.913-1.734c0-2.031-1.646-3.677-3.677-3.677
c-2.031,0-3.677,1.646-3.677,3.677c0.011-0.054-0.371,0.397-1.015,1.246c-0.627,0.83-1.548,2.048-2.719,3.598
c-0.566,0.756-1.18,1.579-1.86,2.449c-0.64,0.878-1.393,1.793-2.129,2.753c-1.501,1.913-3.194,3.949-4.97,5.968
c-1.784,2.016-3.684,4.002-5.631,5.805c-1.953,1.8-3.962,3.383-5.935,4.721c-0.971,0.691-1.984,1.262-2.949,1.843
c-0.511,0.255-0.988,0.537-1.477,0.802c-0.254,0.118-0.515,0.225-0.755,0.359c-0.235,0.121-0.519,0.3-0.64,0.307
c-0.156,0.047-0.305,0.1-0.448,0.162l-0.243,0.131l-0.699,0.327l-1.4,0.656l-0.351,0.164l-0.044,0.021
c-0.138,0.069,1.065-0.543,0.523-0.267l-0.136,0.068l-0.272,0.136l-1.086,0.55l-2.165,1.13c-0.722,0.403-1.448,0.87-2.167,1.314
c-0.719,0.465-1.427,0.893-2.133,1.425l-2.097,1.607c-5.574,4.353-10.324,10.744-13.017,17.447
c-1.281,3.252-2.124,6.517-2.618,9.686c-3.718-2.178-7.716-4.218-12.143-5.924c-5.35-2.082-11.365-3.729-18.329-4.023
c-3.461-0.156-7.197,0.17-10.933,1.044c-3.743,0.906-7.489,2.417-10.773,4.478l-1.213,0.787l-0.3,0.2
c-0.105,0.069,0.617-0.399,0.294-0.188l-0.039,0.029l-0.079,0.057l-0.314,0.228c-0.418,0.304-0.834,0.607-1.249,0.908l-0.73,0.523
c-0.219,0.147-0.326,0.283-0.63,0.457c-1.047,0.756-2.107,1.382-3.138,1.994c-2.071,1.187-4.122,2.139-6.192,2.876
c-1.033,0.359-2.068,0.709-3.092,0.949c-1.028,0.313-2.036,0.465-3.025,0.68c-1.967,0.338-3.827,0.559-5.39,0.655
c-1.587,0.153-2.832,0.12-3.685,0.186c-0.83,0.021-1.217,0.084-1.048,0.184c-3.712-2.32-8.602-1.192-10.922,2.52
c-2.32,3.712-1.192,8.602,2.52,10.922c0.172,0.095,0.553,1.025,1.368,2.479c0.824,1.421,2.093,3.418,4.07,5.575
c1.984,2.124,4.66,4.542,8.256,6.574c3.574,2.056,8.07,3.889,13.332,4.725c5.245,0.91,11.233,0.794,17.244-0.526
c3.005-0.653,5.986-1.638,8.894-2.852l0.55-0.237l0.62-0.298l1.242-0.61l1.244-0.628l0.992-0.526
c0.013-0.007,0.026-0.014,0.04-0.021c0.268,0.033,0.74,0.083,1.404,0.223c0.805,0.193,1.855,0.443,3.02,0.848
c2.357,0.761,5.185,1.989,8.117,3.41c1.452,0.739,2.981,1.462,4.476,2.283c1.505,0.807,2.979,1.696,4.503,2.526
c1.509,0.85,2.988,1.743,4.443,2.643c1.484,0.867,2.932,1.755,4.333,2.649c1.421,0.895,2.804,1.766,4.141,2.608
c1.345,0.866,2.645,1.703,3.893,2.507c4.29,2.82,7.961,5.233,10.771,7.08c0.101,0.136,0.196,0.268,0.299,0.406
c21.579,17.085,36.028,42.773,38.141,71.892c-0.998-0.854-1.982-1.651-2.872-2.397c-2.216-1.767-4.078-3.186-5.433-4.158
c-1.4-0.998-2.201-1.569-2.201-1.569c-2.067-1.467-4.924-1.564-7.116-0.024c-2.783,1.956-3.454,5.798-1.498,8.581l0.319,0.454
c0,0,0.462,0.658,1.271,1.809c0.84,1.192,2.011,2.966,3.359,5.101c0.648,1.092,1.385,2.239,2.089,3.499
c0.714,1.253,1.468,2.563,2.174,3.95c0.744,1.366,1.435,2.805,2.122,4.258c0.728,1.437,1.291,2.949,1.939,4.41
c0.598,1.478,1.103,2.963,1.636,4.395c0.413,1.451,0.884,2.854,1.219,4.198c0.019,0.095,0.041,0.188,0.06,0.282
c-0.717,2.776-1.553,5.504-2.494,8.182c-0.687,1.113-1.355,2.26-1.985,3.467c-45.484,87.138-130.687,78.792-180.854,3.023
c-17.245-26.045-48.063-43.714-80.768-53.436c-18.699-7.551-41.129-10.855-64.603-10.855c-53.511,0-92.27,6.326-95.012,48.874
c30.674-21.373,118.321,0.252,153.936,50.866c5.14,9.819,9.563,19.925,13.682,29.94c0.005,0.018,0.011,0.037,0.016,0.055
c3.365,8.183,6.529,16.287,9.717,24.139c0.393,0.969,0.788,1.934,1.182,2.895c0.276,0.672,0.55,1.357,0.827,2.025
c0.002-0.002,0.004-0.005,0.006-0.007c13.068,31.496,27.327,57.82,58.081,64.988c0.046,0.011,0.093,0.021,0.139,0.032
c0.696,0.161,1.401,0.312,2.115,0.453c0.105,0.021,0.211,0.041,0.317,0.061c0.655,0.126,1.318,0.244,1.987,0.354
c0.154,0.025,0.308,0.05,0.463,0.075c0.624,0.098,1.255,0.188,1.892,0.271c0.197,0.026,0.393,0.052,0.591,0.077
c0.601,0.074,1.208,0.139,1.82,0.199c0.234,0.023,0.465,0.048,0.701,0.07c0.591,0.053,1.19,0.097,1.791,0.138
c0.256,0.017,0.509,0.038,0.768,0.053c0.617,0.036,1.243,0.062,1.871,0.085c0.244,0.009,0.484,0.023,0.73,0.03
c0.872,0.025,1.753,0.039,2.646,0.039c1.609,0,3.228-0.018,4.857-0.053c0.547-0.012,1.102-0.036,1.652-0.052
c1.087-0.031,2.172-0.059,3.267-0.105c0.652-0.027,1.311-0.068,1.966-0.101c1.001-0.05,2-0.096,3.007-0.159
c0.697-0.043,1.4-0.1,2.1-0.149c0.975-0.069,1.947-0.133,2.927-0.214c0.721-0.059,1.448-0.131,2.171-0.196
c0.965-0.087,1.928-0.17,2.897-0.268c0.744-0.075,1.493-0.162,2.239-0.244c0.956-0.104,1.911-0.206,2.871-0.321
c0.758-0.091,1.52-0.193,2.28-0.291c0.955-0.122,1.908-0.242,2.866-0.375c0.774-0.107,1.551-0.225,2.328-0.339
c0.947-0.139,1.893-0.276,2.842-0.425c0.184-0.029,0.367-0.053,0.552-0.082c0.26,0.488,0.518,0.972,0.785,1.47
c0.447,0.833,0.901,1.681,1.362,2.542c0.496,0.859,1,1.731,1.511,2.616c0.522,0.9,1.052,1.812,1.588,2.736
c0.584,0.929,1.176,1.869,1.774,2.819c0.621,0.965,1.249,1.941,1.883,2.926c0.629,1.001,1.32,1.96,2.048,2.98
c0.722,1.008,1.451,2.024,2.184,3.048c0.771,1.04,1.541,2.091,2.369,3.109c0.793,1.021,1.705,2.08,2.562,3.124
c0.86,1.046,1.748,2.099,2.698,3.164c0.971,1.041,1.898,2.072,2.93,3.111c1.028,1.033,2.058,2.07,3.091,3.108
c2.144,2.086,4.409,4.038,6.827,5.976c2.336,1.948,4.899,3.813,7.508,5.514c1.339,0.832,2.676,1.662,4.009,2.49
c1.344,0.808,2.753,1.559,4.157,2.26c0.706,0.351,1.39,0.715,2.106,1.043c0.721,0.319,1.441,0.637,2.158,0.954
c1.449,0.605,2.821,1.288,4.3,1.783c1.467,0.484,2.925,0.966,4.373,1.444c1.443,0.459,2.922,0.799,4.352,1.181
c2.876,0.749,5.788,1.081,8.545,1.524c1.383,0.2,2.787,0.209,4.138,0.307c1.359,0.052,2.683,0.189,3.991,0.143
c1.301,0.005,2.595-0.082,3.848-0.136c0.625-0.033,1.245-0.065,1.86-0.097c0.609-0.066,1.212-0.131,1.811-0.196
c1.189-0.118,2.363-0.321,3.496-0.485c0.565-0.089,1.124-0.177,1.678-0.264c0.546-0.117,1.087-0.232,1.622-0.346
c1.065-0.219,2.106-0.511,3.11-0.758c1.003-0.269,1.981-0.481,2.91-0.802c1.868-0.635,3.607-1.274,5.216-1.868
c3.203-1.348,5.872-2.719,8.02-3.919c2.132-1.272,3.744-2.443,4.835-3.184c0.546-0.366,0.956-0.697,1.233-0.907
c0.276-0.213,0.418-0.322,0.418-0.322c0.184-0.144,0.377-0.319,0.54-0.497c1.551-1.704,1.427-4.344-0.277-5.895l-0.911-0.83
c0,0-0.156-0.142-0.458-0.417c-0.301-0.272-0.748-0.7-1.316-1.176c-0.283-0.245-0.598-0.519-0.946-0.821
c-0.341-0.281-0.714-0.587-1.116-0.918c-0.8-0.688-1.701-1.367-2.69-2.158c-0.956-0.784-2.015-1.652-3.167-2.597
c-1.117-0.924-2.321-1.74-3.524-2.817c-1.168-0.952-2.41-1.966-3.72-3.034c-0.645-0.463-1.251-1.075-1.882-1.593
c-0.628-0.522-1.254-1.091-1.888-1.598c-2.511-2.143-4.94-4.378-7.212-6.533c-0.599-0.478-1.092-1.15-1.652-1.649
c-0.531-0.523-1.068-1.053-1.611-1.589c-0.513-0.543-1.007-1.115-1.521-1.612c-0.53-0.47-0.994-1.05-1.474-1.576
c-1.959-2.032-3.744-4.085-5.652-6.054c-1.905-1.947-3.878-4.015-6.065-6.197c-2.198-2.153-4.554-4.506-7.103-7.078
c-2.505-2.473-5.193-5.031-8.038-7.729c1.324-0.492,2.644-0.995,3.962-1.505c0.444-0.172,0.885-0.348,1.328-0.521
c1.089-0.427,2.175-0.859,3.26-1.297c0.503-0.203,1.006-0.407,1.508-0.613c1.359-0.557,2.714-1.122,4.065-1.698
c0.239-0.102,0.477-0.204,0.716-0.307c1.334-0.573,2.664-1.157,3.989-1.747c0.476-0.212,0.951-0.427,1.427-0.641
c1.117-0.504,2.229-1.015,3.339-1.532c0.376-0.175,0.753-0.348,1.128-0.524c1.426-0.672,2.846-1.354,4.26-2.046
c0.377-0.185,0.751-0.373,1.127-0.559c1.112-0.55,2.219-1.107,3.322-1.67c0.423-0.216,0.846-0.431,1.268-0.649
c1.419-0.733,2.834-1.473,4.238-2.228c0.095-0.051,0.189-0.104,0.284-0.155c1.329-0.716,2.65-1.444,3.965-2.179
c0.394-0.22,0.786-0.442,1.178-0.663c1.153-0.652,2.3-1.31,3.44-1.976c0.266-0.156,0.535-0.309,0.801-0.465
c1.383-0.814,2.755-1.639,4.119-2.473c0.295-0.181,0.587-0.364,0.881-0.545c1.118-0.69,2.228-1.388,3.332-2.092
c0.329-0.21,0.659-0.419,0.987-0.631c1.359-0.876,2.71-1.76,4.047-2.657c0.041-0.027,0.08-0.055,0.121-0.082
c1.291-0.867,2.567-1.747,3.836-2.634c0.307-0.215,0.612-0.43,0.918-0.646c1.165-0.822,2.321-1.652,3.466-2.491
c0.147-0.108,0.296-0.214,0.442-0.321c1.302-0.958,2.589-1.928,3.864-2.908c0.221-0.17,0.439-0.341,0.659-0.512
c1.083-0.838,2.156-1.684,3.218-2.538c0.235-0.189,0.472-0.377,0.706-0.567c1.259-1.02,2.506-2.048,3.734-3.089
c0.001-0.001,0.003-0.002,0.004-0.004c1.2-1.017,2.381-2.047,3.551-3.084c0.228-0.202,0.456-0.405,0.683-0.608
c1.124-1.006,2.238-2.019,3.333-3.043c0.045-0.042,0.091-0.083,0.136-0.125c1.175-1.1,2.33-2.213,3.471-3.335
c0.159-0.156,0.315-0.314,0.474-0.471c0.995-0.985,1.975-1.979,2.943-2.981c0.158-0.164,0.318-0.326,0.475-0.491
c2.179-2.274,4.285-4.591,6.316-6.948c0.164-0.19,0.327-0.381,0.49-0.571c2.028-2.374,3.98-4.789,5.848-7.245
c0.113-0.148,0.223-0.297,0.335-0.446c0.849-1.125,1.681-2.258,2.496-3.4c0.097-0.136,0.196-0.272,0.293-0.409
c1.784-2.519,3.479-5.079,5.086-7.678c0.112-0.182,0.225-0.364,0.336-0.546c1.594-2.604,3.097-5.248,4.502-7.931
c0.079-0.151,0.156-0.302,0.234-0.453c0.648-1.248,1.275-2.505,1.881-3.77c0.055-0.115,0.112-0.23,0.167-0.346
c1.303-2.743,2.503-5.527,3.6-8.347c0.072-0.184,0.143-0.368,0.214-0.552c1.079-2.814,2.054-5.665,2.918-8.553
c0.049-0.164,0.096-0.329,0.144-0.493c0.399-1.354,0.775-2.716,1.124-4.086c0.026-0.103,0.055-0.206,0.081-0.309
c0.38-1.505,0.731-3.018,1.05-4.542c0.004-0.021,0.008-0.042,0.013-0.064c0.301-1.441,0.57-2.892,0.816-4.35
c0.033-0.194,0.066-0.388,0.098-0.583c0.491-3.002,0.865-6.04,1.115-9.112c0.015-0.189,0.028-0.379,0.043-0.569
c0.11-1.442,0.196-2.89,0.251-4.347c0.004-0.1,0.01-0.2,0.013-0.301c0.057-1.592,0.081-3.193,0.071-4.803
c0-0.067-0.003-0.135-0.003-0.202C508.079,244.218,508.034,242.72,507.965,241.215z M356.242,108.389
c-0.065,0.059-0.134,0.113-0.207,0.161c-0.525,0.374-1.155,0.726-1.641,0.873c0.287-0.155,0.574-0.31,0.863-0.465l0.342-0.184
l0.086-0.046l0.043-0.023c-0.469,0.306,0.692-0.446,0.563-0.361L356.242,108.389z"/>
</g>
<g id="Layer_4">
<path fill="#EDEDE2" d="M176.205,308.716c-0.07-0.592-0.164-1.194-0.31-1.818c-12.97-55.324-43.201-75.19-75.053-86.142
c-29.651-10.195-76.99-16.091-75.57,14.413C67.144,223.43,153.015,252.514,176.205,308.716z"/>
</g>
<g id="Layer_5">
<path fill="#D6D3C5" d="M85.928,216.421l-6.395,20.515c-0.105-0.026-0.209-0.052-0.314-0.078c-0.744-0.181-1.486-0.356-2.227-0.526
c-0.246-0.056-0.491-0.112-0.736-0.167c-0.332-0.075-0.662-0.144-0.994-0.217l6.388-20.494
C83.086,215.759,84.514,216.081,85.928,216.421z M65.272,212.936l-6.344,20.352c0.304,0.032,0.607,0.061,0.913,0.096
c0.273,0.031,0.547,0.062,0.822,0.095c0.68,0.08,1.362,0.164,2.048,0.255c0.209,0.028,0.42,0.058,0.63,0.087l6.361-20.406
C68.217,213.227,66.739,213.067,65.272,212.936z M100.842,220.756c-1.16-0.399-2.35-0.79-3.561-1.174l-6.407,20.555
c0.79,0.252,1.581,0.512,2.371,0.776c0.182,0.061,0.364,0.121,0.546,0.182c0.41,0.139,0.82,0.284,1.23,0.426l6.408-20.558
C101.233,220.895,101.038,220.823,100.842,220.756z M48.473,212.973l-6.142,19.704c0.136-0.006,0.271-0.012,0.407-0.016
c0.584-0.021,1.172-0.036,1.764-0.047c0.27-0.005,0.542-0.007,0.813-0.009c0.537-0.005,1.076-0.007,1.618-0.004l6.233-19.997
C51.561,212.674,49.993,212.795,48.473,212.973z M165.395,276.112l-3.041,9.756c0.297,0.362,0.599,0.721,0.89,1.087
c0.016,0.02,0.031,0.041,0.047,0.061c0.8,1.007,1.571,2.031,2.329,3.063l2.458-7.887
C167.215,280.099,166.322,278.069,165.395,276.112z M157.007,261.295c-1.039-1.538-2.109-3.005-3.195-4.439l-4.766,15.288
c1.214,1.067,2.395,2.161,3.56,3.267L157.007,261.295z M143.859,245.644c-1.169-1.122-2.35-2.215-3.552-3.257l-5.891,18.561
c1.268,0.849,2.525,1.71,3.762,2.594L143.859,245.644z M28.849,222.073l-3.604,11.563c-0.004,0.504,0.003,1.015,0.028,1.54
c0.354-0.098,0.707-0.195,1.066-0.288c0.229-0.06,0.457-0.12,0.689-0.177c0.483-0.119,0.973-0.232,1.467-0.341
c0.247-0.055,0.496-0.108,0.746-0.16c0.142-0.03,0.287-0.056,0.43-0.085l5.386-17.28C32.562,218.21,30.462,219.939,28.849,222.073z
M130.225,234.765c-1.262-0.833-2.536-1.634-3.822-2.404l-6.369,20.012c1.312,0.694,2.613,1.409,3.906,2.138L130.225,234.765z
M116.117,226.895c-1.33-0.625-2.668-1.227-4.013-1.805l-6.499,20.478c1.349,0.564,2.693,1.145,4.032,1.744L116.117,226.895z"/>
</g>
<g id="Layer_6">
<path fill="#2B3B47" d="M243.055,335.671c6.275,0,11.371,5.085,11.371,11.381v13.973c0,6.285-5.096,11.382-11.371,11.382l0,0
c-6.285,0-11.381-5.097-11.381-11.382v-13.973C231.674,340.756,236.769,335.671,243.055,335.671L243.055,335.671z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#66757F" d="M14.858 9.497c.475 2.326-.182 4.236-2.921 4.638-2.741.403-6.7 3.898-8.848-1.798C1.844 9.038 1.092 2.234 2.628 2.009c1.537-.226 11.756 5.162 12.23 7.488z"/><path fill="#CCD6DD" d="M12.784 9.851c.865 1.392-2.205 3.833-3.844 4.568-1.639.736-2.915-.66-4.173-4.1-.55-1.503-1.234-5.532-.634-5.802.599-.268 7.785 3.942 8.651 5.334z"/><path fill="#66757F" d="M21.372 9.497c-.458 2.326.176 4.236 2.818 4.638 2.644.403 6.464 3.898 8.536-1.798 1.201-3.3 1.927-10.103.445-10.329-1.483-.225-11.342 5.163-11.799 7.489z"/><path fill="#CCD6DD" d="M23.373 9.851c-.835 1.392 2.127 3.833 3.708 4.568 1.581.736 2.812-.66 4.026-4.1.531-1.503 1.19-5.532.611-5.802-.577-.268-7.509 3.942-8.345 5.334z"/><path fill="#66757F" d="M32.347 26.912c0-.454-.188-1.091-.407-1.687.585.028 1.519.191 2.77.817-.008-.536-.118-.984-.273-1.393.041.02.075.034.116.055-1.104-3.31-3.309-5.517-3.309-5.517h2.206c-2.331-4.663-4.965-8.015-8.075-9.559-1.39-.873-3.688-1.338-7.373-1.339h-.003c-3.696 0-5.996.468-7.385 1.346-3.104 1.547-5.734 4.896-8.061 9.552H4.76s-2.207 2.206-3.311 5.517l.084-.039c-.201.392-.307.847-.282 1.377 1.263-.632 2.217-.792 2.813-.818-.189.513-.343 1.044-.386 1.475-.123.371-.191.812-.135 1.343 3.207-1.458 4.707-1.25 6.457-.375C11.213 31.29 14.206 34 18.001 34c3.793 0 6.746-2.794 7.958-6.416 1.458-1.25 3.708-.875 6.416.416.066-.413.036-.773-.036-1.093l.008.005z"/><path fill="#CCD6DD" d="M34.553 24.704c-.437-1.313-3.665-3.101-6.973-4.513.26-.664.42-1.401.42-2.191 0-2.761-1.791-5-4-5s-4 2.239-4 5c0 3 4 10-2.001 11.118-5.125-.955-2.954-6.201-2.212-9.58.072-.276.125-.559.158-.853.034-.245.055-.476.055-.685 0-2.761-1.791-5-4-5s-4 2.239-4 5c0 .79.16 1.527.421 2.191-3.308 1.412-6.535 3.2-6.973 4.513C3.655 23.6 4.759 23.6 4.759 23.6s-1.104 2.208-1.104 3.312c2.67-1.78 5.339-2.122 7.429-.452C12.297 30.083 14 33 18.001 30.124c3.999 2.876 5.7-.04 6.912-3.662 2.092-1.673 4.763-1.33 7.434.45 0-1.104-1.103-3.312-1.103-3.312s1.103.001 3.309 1.104z"/><path fill="#292F33" d="M11 17s0-1.5 1.5-1.5S14 17 14 17v1.5s0 1.5-1.5 1.5-1.5-1.5-1.5-1.5V17zm11 0s0-1.5 1.5-1.5S25 17 25 17v1.5s0 1.5-1.5 1.5-1.5-1.5-1.5-1.5V17zm-7.061 9.156c-1.021.208 2.041 3.968 3.062 3.968 1.02 0 4.082-3.76 3.062-3.968s-5.103-.208-6.124 0z"/></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

77
Version - 40/index.html Normal file
View File

@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/21ea186610.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<title>BRB - Clicking</title>
<!-- By MrEidam && Standa Chlup -->
<!-- Custom Styles -->
<link rel="stylesheet" href="./css/brb.css">
<link rel="icon" href="./img/brb-still.png">
</head>
<body id="body">
<!-- Shop -->
<div id="tycoon">
<!--<a href="shop.html" id="shop"><p></p></a>-->
</div>
<!-- Clicks -->
<div id="logclick">
<p id="disclick">
</div>
<!-- BRB -->
<div id="button" onclick="clicking()">
<img src="./img/brb-still.png" id="unpressed" draggable="false">
<img src="./img/brb-pressed.png" id="pressed" draggable="false">
</div>
<div class="menu-container">
<div class="button">Menu
<span class="fas fa-bars"></span>
</div>
<ul>
<li><a href="shop.html" id="shop">Shop</a></li>
<li><a href="upgrade.html" id="upg">Upgrades</a></li>
<li onclick="reset()"><a id="del">RESET</a></li>
<li onclick="help()"><a id="sos">???</a></li>
<li onclick="SLDmodes()"><a id="modes">Dark Mode</a></li>
<li onclick="language()"><a id="langs">Change Language into Czech</a></li>
</ul>
</div>
<script>
$(document).ready(function(){
$('.button').click(function(){
if($(this).hasClass('expand')){
$('ul').slideUp(function(){
$('.button').removeClass('expand');
$('.fas').removeClass('expand');
})
}else{
$(this).addClass('expand');
setTimeout(function(){
$('.fas').addClass('expand');
$('ul').stop().slideDown();
},200);
}
})
})
</script>
<!-- YouTube -->
<div id="yt" class="Yt" style="position:absolute;width:110px;height:40px;overflow:hidden;background:linear-gradient(#d44,#722);border:none;border-radius:1rem;filter:drop-shadow(10px 8px 6px #333);">
<img style="position:absolute;width:100%;height:100%;" src="./img/YT.png" title="Můj YT kanál">
<a style="position:absolute;width:100%;height:100%;" href="https://www.youtube.com/@mreidam" title="Můj YouTube kanál" target="_blank"></a>
</div>
<!-- Project -->
<script src="./js/main.js"></script>
</body>
</html>

308
Version - 40/js/main.js Normal file
View File

@@ -0,0 +1,308 @@
// Items
let items;
let cs = 0;
let e = 0;
let anime = false;
function load(){
if (localStorage.getItem('items')!=null){
items = JSON.parse(localStorage.getItem('items'));
}
}
window.onload = function(){
items = {
clicks:0,
dogs:0,
cats:0,
foxes:0,
wolfs:0,
hamsters:0,
whales:0,
capybaras:0,
platapuses:0,
porcupines:0,
hippos:0,
snakes:0,
cheetahs:0,
pythons:0,
girrafes:0,
lions:0,
otters:0,
meerkat:0,
raccoon:0,
owl:0,
badger:0,
squirrel:0,
chameleon:0,
chicken:0,
wombat:0,
panther:0,
coyote:0,
frog:0,
bear:0,
pig:0,
lemons:0,
lt3:0,
lang:0,
pres:1,
mode:0,
Mclick:1,
token:0,
}
load();
update();
for(let item in items){
if(!items.item){
items.item = 0;
}
}
cash();
checklang()
LDmodes()
}
// Reset
function reset(){
if((items.lang == 1) && confirm('Do you really want to reset everything?') && confirm('Are you sure?')){
alert('Everything Reseted');
items = {
clicks:0,
dogs:0,
cats:0,
foxes:0,
wolfs:0,
hamsters:0,
whales:0,
capybaras:0,
platapuses:0,
porcupines:0,
hippos:0,
snakes:0,
cheetahs:0,
pythons:0,
girrafes:0,
lions:0,
otters:0,
meerkat:0,
raccoon:0,
owl:0,
badger:0,
squirrel:0,
chameleon:0,
chicken:0,
wombat:0,
panther:0,
coyote:0,
frog:0,
bear:0,
pig:0,
lemons:0,
lt3:0,
lang:items.lang,
pres:1,
mode:items.mode,
Mclick:1,
token:0,
}
}
if((items.lang == 0) && confirm('Vážně chceš všechno resetovat?') && confirm('Seš si jistý?')){
alert('Vše resetováno');
items = {
clicks:0,
dogs:0,
cats:0,
foxes:0,
wolfs:0,
hamsters:0,
whales:0,
capybaras:0,
platapuses:0,
porcupines:0,
hippos:0,
snakes:0,
cheetahs:0,
pythons:0,
girrafes:0,
lions:0,
otters:0,
meerkat:0,
raccoon:0,
owl:0,
badger:0,
squirrel:0,
chameleon:0,
chicken:0,
wombat:0,
panther:0,
coyote:0,
frog:0,
bear:0,
pig:0,
lemons:0,
lt3:0,
lang:items.lang,
pres:1,
mode:items.mode,
Mclick:1,
token:0,
}
}
}
// Update
function update(){
let i = JSON.stringify(items);
localStorage.setItem('items', i);
if(items.lang == 1){
document.getElementById('disclick').innerHTML=`You've got ${fornum(items.clicks)} clicks, and generating ${fornum(cs*items.pres)} c/s!`
}
if(items.lang == 0){
document.getElementById('disclick').innerHTML=`Právě máš ${fornum(items.clicks)} kliků a generuješ ${fornum(cs*items.pres)} k/s!`
}
if((items.mode != 0)&&(items.mode != 1)){
items.mode = 0;
}
checklang();
}
// Upload
function upload(){update();load();}
// BRB
function beriba(){
document.getElementById('unpressed').style.visibility='visible'
document.getElementById('pressed').style.visibility='hidden'
anime=true;
}
function clicking(){
items.clicks += 1*(items.Mclick||1)*items.pres;
console.log(items.clicks);
update();
document.getElementById('unpressed').style.visibility='hidden'
document.getElementById('pressed').style.visibility='visible'
anime=false;
setTimeout(beriba, 75);
}
function cash(){
setTimeout (function money(){
cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000;
items.clicks += cs*items.pres;
update();cash();
},1000)
}
// HELP
function help(){
if(items.lang == 1){ /* EN */
window.open('https://youtu.be/G0fP-l-05dM');
}else if(items.lang == 0){ /* CZ */
window.open('https://youtu.be/XhmETe4MSVI');
}
}
// Languages Cz || Uk
function language(){
if(items.lang == 0){ /* CZ */
items.lang = 1;
console.log(items.lang);
document.documentElement.setAttribute('lang', 'cz');
del.innerHTML = 'Reset';
sos.innerHTML = 'Pomoc';
shop.innerHTML = 'Obchod';
upg.innerHTML = 'Vylepšení';
modes.innerHTML = 'Změn do Temného módu';
langs.innerHTML = 'Switch into English';
}else if(items.lang == 1){ /* UK */
items.lang = 0;
console.log(items.lang);
document.documentElement.setAttribute('lang', 'en');
del.innerHTML = 'Reset';
sos.innerHTML = 'Help';
shop.innerHTML = 'Shop';
upg.innerHTML = 'Upgrades';
modes.innerHTML = 'Switch into Dark Mode';
langs.innerHTML = 'Změň si jazyk do Češtiny';
}
upload();
}
function checklang(){
if(items.lang == 0){ /* CZ */
document.documentElement.setAttribute('lang', 'cz');
del.innerHTML = 'Reset';
sos.innerHTML = 'Pomoc';
shop.innerHTML = 'Obchod';
upg.innerHTML = 'Vylepšení';
if((items.mode||0) == 0){
modes.innerHTML = 'Změn do Temného módu';
}else if(items.mode == 1){
modes.innerHTML = 'Změn do Světlého módu';
}
langs.innerHTML = 'Switch into English';
}else if(items.lang == 1){ /* UK */
document.documentElement.setAttribute('lang', 'en');
del.innerHTML = 'Reset';
sos.innerHTML = 'Help';
shop.innerHTML = 'Shop';
upg.innerHTML = 'Upgrades';
if((items.mode||0) == 0){
modes.innerHTML = 'Switch into Dark Mode';
}else if(items.mode == 1){
modes.innerHTML = 'Switch into Light Mode';
}
langs.innerHTML = 'Změň si jazyk do Češtiny';
}
}
// Dark || Light Mode
function SLDmodes(){
if(items.mode == 0){
items.mode = 1;
}else if(items.mode == 1){
items.mode = 0;
}
LDmodes()
console.log(items.mode);
}
function LDmodes(){
if((items.mode||0) == 0){// Light Mode
body.style.background = '#fff';
tycoon.style.background = 'radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%)';
yt.style.filter = 'drop-shadow(10px 8px 6px #333)';
}else if(items.mode == 1){// Dark Mode
body.style.background = '#333';
tycoon.style.background = 'radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#333 70%)';
yt.style.filter = 'drop-shadow(10px 8px 6px #666)';
}
upload();
}
// Function to convert a number into a more readable format
function fornum(num) {
// Define the suffixes for thousands and millions
const suffixes = ['', ' k', ' mil', ' mld', ' bil', ' bld', ' tri', ' tld', ' qua', ' qld', ' kvi', ' kld', ' sex', ' sld', ' sep', ' spld', ' okt', ' okld', ' non', ' nld', ' dec', ' dld'];
// Divide the number by 1000 until it is less than 1000
let i = 0;
while (num >= 1000 && i < suffixes.length - 1) {
num /= 1000;
i++;
}
num = Math.floor(num * 10) / 10;
return num + suffixes[i];
}

1034
Version - 40/js/shop.js Normal file

File diff suppressed because it is too large Load Diff

299
Version - 40/js/upgr.js Normal file
View File

@@ -0,0 +1,299 @@
let items;
let cs;
// Update
function update(){
let i = JSON.stringify(items);
localStorage.setItem('items', i);
if(items.token >= 1000*items.pres){
prog.style.display = 'none';
presBT1.style.display = 'none';
presBT10.style.display = 'none';
presBTmax.style.display = 'none';
progva.style.display = 'none';
ItsTime.style.display = 'block';
}
}
function load(){
if (localStorage.getItem('items')!=null){
items = JSON.parse(localStorage.getItem('items'));
LDmodes()
prog.max = 1000*items.pres;
}
if(items.lang == 0){ // CZ
document.documentElement.setAttribute('lang', 'cz');
if((items.mode||0) == 0){
modes.innerHTML = 'Změn do Temného módu';
}else if((items.mode||0) == 1){
modes.innerHTML = 'Změn do Světlého módu';
}
dislm.innerHTML = `Právě máš ${fornum(items.lemons)} citrónů!`;
disMcmake.innerHTML = `Zatím ti každý klik dává ${fornum((items.Mclick||1)*items.pres)} kliků!`;
Mc1.innerHTML = `Kup si vylepšení na kliky za <br> ${fornum(20+(items.Mclick||1)*(items.Mclick||1))} citrónů`;
progva.innerHTML = `Zatím máš jen ${items.token} lístků z ${1000*items.pres}!`
presBT1.innerHTML = `1 Lístek za <br> <b style="font-weight: 1000;">pár</b> Citrónů`
presBT10.innerHTML = `10 Lístků za <br> <b style="font-weight: 1000;">10 párů</b> Citrónů`
presBTmax.innerHTML = `Max lístků za <br> <b style="font-weight: 1000;">několik</b> Citrónů`
ItsTime.innerHTML = `Pojďme jít!`;
if(items.pres > 1){
got.innerHTML = `Právě máš ${items.pres-1} Prestiž bodů`
}
}else if(items.lang == 1){ // En
document.documentElement.setAttribute('lang', 'en');
if((items.mode||0) == 0){
modes.innerHTML = 'Switch into Dark Mode';
}else if((items.mode||0) == 1){
modes.innerHTML = 'Switch into Light Mode';
}
dislm.innerHTML = `You've got ${fornum(items.lemons)} lemons!`;
disMcmake.innerHTML = `So far every click gives you ${fornum((items.Mclick||1)*items.pres)} clicks!`;
Mc1.innerHTML = `Buy an upgrade for your clicks<br> for ${fornum(20+(items.Mclick||1)*(items.Mclick||1))} lemons`;
progva.innerHTML = `So far you got ${items.token} token out of ${1000*items.pres}!`
presBT1.innerHTML = `1 Ticket for <br> <b style="font-weight: 1000;">some</b> Lemons`
presBT10.innerHTML = `10 Tickets for <br> <b style="font-weight: 1000;">some more</b> Lemons`
presBTmax.innerHTML = `Buy all Ticket for <br> <b style="font-weight: 1000;">some</b> Lemons`
ItsTime.innerHTML = `Let's do this!`;
if(items.pres > 1){
got.innerHTML = `You've got ${items.pres-1} Prestige points`
}
}
}
// Upload
function upload(){update();load();}
function cash(){
setTimeout (function money(){
cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000;
items.clicks += cs*items.pres;
update();cash();
},1000)
}
function fornum(num) {
// Define the suffixes for thousands and millions
const suffixes = ['', ' k', ' mil', ' mld', ' bil', ' bld', ' tri', ' tld', ' qua', ' qld', ' kvi', ' kld', ' sex', ' sld', ' sep', ' spld', ' okt', ' okld', ' non', ' nld', ' dec', ' dld'];
// Divide the number by 1000 until it is less than 1000
let i = 0;
while (num >= 1000 && i < suffixes.length - 1) {
num /= 1000;
i++;
}
num = Math.floor(num * 10) / 10;
return num + suffixes[i];
}
window.onload = function(){
load();cash();progress();
if((items.token != 0)&&(items.token < 1)){
items.token = 0;
}
}
/* U P G R A D E S */
function buyMcc(){
if(items.lemons>=20+(items.Mclick||1)*(items.Mclick||1)){
items.lemons -= 20+(items.Mclick||1)*(items.Mclick||1);
if((items.Mclick != 1)&&(items.Mclick < 2)){
items.Mclick = 1;
}
items.Mclick += 4;
console.log(items.Mclick);
upload();
}
}
function tblb(){ // Token Basic Lemon Buy
if(items.lemons >= 2000){
items.lemons -= 2000;
items.token++;
console.log(items.token);
}
progress();
upload();
}
function tmlm(){ // Token More Lemon Buy
if(items.lemons >= 20000){
items.lemons -= 20000;
items.token += 10;
console.log(items.token);
}
progress();
upload();
}
function talb(){ // Token All Lemon Buy
let C = ((1000*items.pres) - items.token)
for(let i = 0; i<C; i++){
if(items.lemons >= 2000){
items.lemons -= 2000;
items.token++;
console.log(items.token);
}
progress();
upload();
}
}
function progress(){
prog.value = `${items.token}`
prog.title = `${items.token}/${1000*items.pres}`
upload();
}
function TheThing(){
if(items.lang == 0 && items.token >= (1000*items.pres) && confirm(`Za Prestiže budeš získávat více kliků, ale tvůj postup se vynuluje (až na Prestiž body). Chceš se 'Znovuzrodit'?`)){ // CZ
alert(`Získal jsi 0.5 prestiže bodů!`);
items.pres += 0.5;
upload();
items = {
clicks:0,
dogs:0,
cats:0,
foxes:0,
wolfs:0,
hamsters:0,
whales:0,
capybaras:0,
platapuses:0,
porcupines:0,
hippos:0,
snakes:0,
cheetahs:0,
pythons:0,
girrafes:0,
lions:0,
otters:0,
meerkat:0,
raccoon:0,
owl:0,
badger:0,
squirrel:0,
chameleon:0,
chicken:0,
wombat:0,
panther:0,
coyote:0,
frog:0,
bear:0,
pig:0,
lemons:0,
lt3:0,
lang:items.lang,
pres:items.pres,
mode:items.mode,
Mclick:1,
token:0,
}
location.href = './index.html';
}else if(items.lang == 1 && items.token >= (1000*items.pres) && confirm(`For Prestige You'll earn more clicks, but your progress resets (except prestige points). Do you wish to 'Rebirth'?`)){ // En
alert(`You've earn 0.5 prestige points!`);
items.pres += 0.5;
upload();
items = {
clicks:0,
dogs:0,
cats:0,
foxes:0,
wolfs:0,
hamsters:0,
whales:0,
capybaras:0,
platapuses:0,
porcupines:0,
hippos:0,
snakes:0,
cheetahs:0,
pythons:0,
girrafes:0,
lions:0,
otters:0,
meerkat:0,
raccoon:0,
owl:0,
badger:0,
squirrel:0,
chameleon:0,
chicken:0,
wombat:0,
panther:0,
coyote:0,
frog:0,
bear:0,
pig:0,
lemons:0,
lt3:0,
lang:items.lang,
pres:items.pres,
mode:items.mode,
Mclick:1,
token:0,
}
location.href = './index.html';
}
}
// Dark || Light Mode
function SLDmodes(){
if(items.mode == 0){
items.mode = 1;
}else if(items.mode == 1){
items.mode = 0;
}
LDmodes();
upload();
console.log(items.mode);
}
function LDmodes(){
let Bimts = document.querySelectorAll('.item');
if((items.mode||0) == 0){// Light Mode
body.style.background = '#ddd';
body.style.color = '#000';
jonathan.style.background = 'linear-gradient(#11ABFF, #ccccccab)';
Bimts.forEach((e) => {
e.style.background = '#ffefd5';
});
loglm.style.background = '#ffefd5';
loglm.style.filter = 'drop-shadow(10px 8px 6px #222)';
}else if(items.mode == 1){// Dark Mode
body.style.background = '#333';
body.style.color = '#fff';
jonathan.style.background = 'linear-gradient(#11ABFF, #333333ab)';
Bimts.forEach((e) => {
e.style.background = '#666055';
});
loglm.style.background = '#666055'; // effd5f66
loglm.style.filter = 'drop-shadow(10px 8px 6px #222)';
}
}

512
Version - 40/shop.html Normal file
View File

@@ -0,0 +1,512 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/21ea186610.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<title>BRB - Shop</title>
<!-- By MrEidam & Standa Chlup -->
<link rel="stylesheet" href="./css/shop.css">
<link rel="icon" href="./img/shop.png">
</head>
<body id="body">
<!-- Clicks -->
<section class="joe" id="jonathan">
<div id="logclick">
<img src="./img/icons8-rest.svg" id="imgcli" draggable="false">
<p id="disclick"></p>
</div>
</section>
<!-- I T E M S -->
<main style="margin-top: 210px;">
<article class="main">
<!-- Dog -->
<div class="item" style="--color: ">
<img src="./img/dog.svg">
<div class="buttons" style="--Bcolor: darkorange">
<button onclick="buydog()" class="buyone" id="dg1">
Buy a Dog for 100 clicks
</button>
<button onclick="mxdg()" class="buymax">
MAX
</button>
</div>
<p id="disdog"></p>
<p id="disdgmake"></p>
</div>
<!-- Cat -->
<div class="item">
<img src="./img/cat-body.svg">
<div class="buttons" style="--Bcolor: orange">
<button onclick="buycat()" class="buyone" id="ct1">
Buy a Cat for 10 dogs
</button>
<button onclick="mxct()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: orange">
<button onclick="buyCcat()" class="buyone" id="Cct1">
Buy a Cat for 1,2 k clicks
</button>
<button onclick="mxCct()" class="buymax">
MAX
</button>
</div>
<p id="discat"></p>
<p id="disctmake"></p>
</div>
<!-- Fox -->
<div class="item">
<img src="./img/fox.svg">
<div class="buttons" style="--Bcolor: lightsalmon">
<button onclick="buyfox()" class="buyone" id="fx1">
Buy a Fox for 15 dogs
</button>
<button onclick="mxfx()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: lightsalmon">
<button onclick="buyCfox()" class="buyone" id="Cfx1">
Buy a Fox for 1,8 k clicks
</button>
<button onclick="mxCfx()" class="buymax">
MAX
</button>
</div>
<p id="disfox"></p>
<p id="disfxmake"></p>
</div>
<!-- Wolf -->
<div class="item">
<img src="./img/wolf.svg">
<div class="buttons" style="--Bcolor: lightgray">
<button onclick="buywol()" class="buyone" id="wl1">
Buy a Wolf for 6 dogs and 5 foxes
</button>
<button onclick="mxwl()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: lightgray">
<button onclick="buyCwol()" class="buyone" id="Cwl1">
Buy a Wolf for 10 k clicks
</button>
<button onclick="mxCwl()" class="buymax">
MAX
</button>
</div>
<p id="diswol"></p>
<p id="diswlmake"></p>
</div>
<!-- Hamster -->
<div class="item">
<img src="./img/hamster.svg" draggable="false">
<div class="buttons" style="--Bcolor: wheat">
<button onclick="buyham()" class="buyone" id="hm1">
Buy a Hamster for 1 wolf and 2 cats
</button>
<button onclick="mxhm()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: wheat">
<button onclick="buyCham()" class="buyone" id="Chm1">
Buy a Hamster for 13 k clicks
</button>
<button onclick="mxChm()" class="buymax">
MAX
</button>
</div>
<p id="disham"></p>
<p id="dishmmake"></p>
</div>
<!-- Whales -->
<div class="item">
<img src="./img/whale.svg" draggable="false">
<div class="buttons" style="--Bcolor: MediumAquamarine">
<button onclick="buywha()" class="buyone" id="wh1">
Buy a Whale for 2 wolfs
</button>
<button onclick="mxwh()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: MediumAquamarine">
<button onclick="buyCwha()" class="buyone" id="Cwh1">
Buy a Whale for 22 k clicks
</button>
<button onclick="mxCwh()" class="buymax">
MAX
</button>
</div>
<p id="diswha"></p>
<p id="diswhmake"></p>
</div>
<!-- Capybara -->
<div class="item">
<img src="./img/capybara.svg" draggable="false">
<div class="buttons" style="--Bcolor: rosybrown">
<button onclick="buycap()" class="buyone" id="cp1">
Buy a Capybara for 1 whale and 4 cats
</button>
<button onclick="mxcp()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: rosybrown">
<button onclick="buyCcap()" class="buyone" id="Ccp1">
Buy a Capybara for 28 k clicks
</button>
<button onclick="mxCcp()" class="buymax">
MAX
</button>
</div>
<p id="discap"></p>
<p id="discpmake"></p>
</div>
<!-- Platypus-->
<div class="item">
<img src="./img/platapus.png" draggable="false">
<div class="buttons" style="--Bcolor: Sienna">
<button onclick="buypla()" class="buyone" id="pl1">
Buy a Platypus for 1 cappybarra and 1 wolf
</button>
<button onclick="mxpl()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: Sienna">
<button onclick="buyCpla()" class="buyone" id="Cpl1">
Buy a Platapuse for 420 k clicks
</button>
<button onclick="mxCpl()" class="buymax">
MAX
</button>
</div>
<p id="displa"></p>
<p id="displmake"></p>
</div>
<!-- Porcupine -->
<div class="item">
<img src="./img/Porcupine.png" draggable="false">
<div class="buttons" style="--Bcolor: SaddleBrown">
<button onclick="buypor()" class="buyone" id="pr1">
Buy a Porcupine for 1 whale and 4 cats
</button>
<button onclick="mxpr()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: SaddleBrown">
<button onclick="buyCpor()" class="buyone" id="Cpr1">
Buy a Porcupine for 28 k clicks
</button>
<button onclick="mxCpr()" class="buymax">
MAX
</button>
</div>
<p id="dispor"></p>
<p id="disprmake"></p>
</div>
<!-- Hippopotamus -->
<div class="item">
<img src="./img/hippopotamus.png" draggable="false">
<div class="buttons" style="--Bcolor: LightSlateGray">
<button onclick="buyhip()" class="buyone" id="hi1">
Buy a Hippopotamus for
</button>
<button onclick="mxhi()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: LightSlateGray">
<button onclick="buyChip()" class="buyone" id="Chi1">
Buy a Hippopotamus for
</button>
<button onclick="mxChi()" class="buymax">
MAX
</button>
</div>
<p id="diship"></p>
<p id="dishimake"></p>
</div>
<!-- Snake -->
<div class="item">
<img src="./img/snake.svg">
<div class="buttons" style="--Bcolor: green">
<button onclick="buysna()" class="buyone" id="sn1">
Buy a Snake
</button>
<button onclick="mxsn()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: green">
<button onclick="buyCsna()" class="buyone" id="Csn1">
Buy a Snake for clicks
</button>
<button onclick="mxCsn()" class="buymax">
MAX
</button>
</div>
<p id="dissna"></p>
<p id="dissnmake"></p>
</div>
<!-- Cheetah -->
<div class="item">
<img src="./img/cheetah.svg">
<div class="buttons" style="--Bcolor: GoldenRod">
<button onclick="buyche()" class="buyone" id="ch1">
Buy a Cheetah
</button>
<button onclick="mxch()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: GoldenRod">
<button onclick="buyCche()" class="buyone" id="Cch1">
Buy a Cheetah for clicks
</button>
<button onclick="mxCch()" class="buymax">
MAX
</button>
</div>
<p id="dische"></p>
<p id="dischmake"></p>
</div>
<!-- Pythons -->
<div class="item">
<img src="./img/python.svg">
<div class="buttons" style="--Bcolor: CornflowerBlue">
<button onclick="buypyt()" class="buyone" id="py1">
Buy a Python
</button>
<button onclick="mxpy()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: CornflowerBlue">
<button onclick="buyCpyt()" class="buyone" id="Cpy1">
Buy a Python for clicks
</button>
<button onclick="mxCpy()" class="buymax">
MAX
</button>
</div>
<p id="dispyt"></p>
<p id="dispymake"></p>
</div>
<!-- Giraffe -->
<div class="item">
<img src="./img/girafe.svg">
<div class="buttons" style="--Bcolor: #ffdb4d">
<button onclick="buygir()" class="buyone" id="gi1">
Buy a Giraffe
</button>
<button onclick="mxgi()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: #ffdb4d">
<button onclick="buyCgir()" class="buyone" id="Cgi1">
Buy a Giraffe for clicks
</button>
<button onclick="mxCgi()" class="buymax">
MAX
</button>
</div>
<p id="disgir"></p>
<p id="disgimake"></p>
</div>
<!-- Otter -->
<div class="item">
<img src="./img/otter.svg">
<div class="buttons" style="--Bcolor: #bc8f8f">
<button onclick="buyoth()" class="buyone" id="ot1">
Buy a Otter
</button>
<button onclick="mxot()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: #bc8f8f">
<button onclick="buyCoth()" class="buyone" id="Cot1">
Buy a Otter for clicks
</button>
<button onclick="mxCot()" class="buymax">
MAX
</button>
</div>
<p id="disoth"></p>
<p id="disotmake"></p>
</div>
<!-- Meerkat -->
<div class="item">
<img src="./img/meerkat.svg">
<div class="buttons" style="--Bcolor: #cd853f">
<button onclick="buymee()" class="buyone" id="me1">
Buy a Meerkat
</button>
<button onclick="mxme()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: #cd853f">
<button onclick="buyCmee()" class="buyone" id="Cme1">
Buy a Meerkat for clicks
</button>
<button onclick="mxCme()" class="buymax">
MAX
</button>
</div>
<p id="dismee"></p>
<p id="dismeemake"></p>
</div>
<!-- Racoon -->
<div class="item">
<img src="./img/racoon.svg">
<div class="buttons" style="--Bcolor: #708090">
<button onclick="buyrac()" class="buyone" id="ra1">
Buy a Racoon
</button>
<button onclick="mxra()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: #708090">
<button onclick="buyCrac()" class="buyone" id="Cra1">
Buy a Racoon for clicks
</button>
<button onclick="mxCra()" class="buymax">
MAX
</button>
</div>
<p id="disrac"></p>
<p id="disramake"></p>
</div>
<!-- Owl -->
<div class="item">
<img src="./img/owl.svg">
<div class="buttons" style="--Bcolor: #f4a460">
<button onclick="buyowl()" class="buyone" id="ow1">
Buy a Owl
</button>
<button onclick="mxow()" class="buymax">
MAX
</button>
</div>
<div class="clickbtn" style="--Bcolor: #f4a460">
<button onclick="buyCowl()" class="buyone" id="Cow1">
Buy a Owl for clicks
</button>
<button onclick="mxCow()" class="buymax">
MAX
</button>
</div>
<p id="disowl"></p>
<p id="disowmake"></p>
</div>
</article>
<article class="main">
<!-- Lemons -->
<div class="item">
<img src="./img/lemon.svg" draggable="false">
<div class="buttons" style="--Bcolor: yellow">
<button onclick="buylem()" class="buyone" id="lm1">
Buy a Lemon for <b style="font-weight: 1000;">some</b> cats
</button>
<button onclick="mxlm()" class="buymax">
MAX
</button>
</div>
<p id="dislem"></p>
<p id="dislmmake"></p>
</div>
<!-- Lemon t3-->
<div class="item">
<img src="./img/lemon-tree.svg" draggable="false">
<div class="buttons" style="--Bcolor: lightgoldenrodyellow">
<button onclick="buylt3()" class="buyone" id="lt1">
Buy a Lemon Tree for 5 lemons
</button>
<button onclick="mxlt()" class="buymax">
MAX
</button>
</div>
<p id="dislt3"></p>
<p id="disltmake"></p>
</div>
</article>
</main>
<div class="menu-container">
<div class="button">Menu
<span class="fas fa-bars"></span>
</div>
<ul>
<li><a href="index.html" id="brb">BRB</a></li>
<li><a href="upgrade.html" id="upg">Upgrades</a></li>
<li onclick="SLDmodes()"><a id="modes">Dark Mode</a></li>
</ul>
</div>
<script>
$(document).ready(function(){
$('.button').click(function(){
if($(this).hasClass('expand')){
$('ul').slideUp(function(){
$('.button').removeClass('expand');
$('.fas').removeClass('expand');
})
}else{
$(this).addClass('expand');
setTimeout(function(){
$('.fas').addClass('expand');
$('ul').stop().slideDown();
},200);
}
})
})
</script>
<!-- By MrEidam -->
<script src="./js/shop.js"></script>
</body>
</html>

100
Version - 40/upgrade.html Normal file
View File

@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/21ea186610.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<title>BRB - Upgrades</title>
<link rel="stylesheet" href="./css/upgr.css">
<link rel="icon" href="./img/upgrade-icon-png-12.jpg">
</head>
<body id="body">
<!-- BRB -->
<header>
<!-- lemons -->
<section class="joe" id="jonathan">
<div id="loglm">
<img src="./img/lemon.svg" id="imglm" draggable="false">
<p id="dislm"></p>
</div>
</section>
</header>
<main style="margin-top: 210px;">
<!-- Example -->
<div class="item" style="--color: ">
<h2>BRB</h2>
<img src="./img/brb-still.png">
<div class="buttons" style="--Bcolor: darkred">
<button onclick="buyMcc()" class="buyone" id="Mc1">
Buy a Lorem ipsum, dolor sit amet consectetur
</button><!--
<button onclick="mxMc()" class="buymax">
MAX
</button>-->
</div>
<p id="disMcmake"></p>
</div>
<div class="item">
<h2>Prestige</h2>
<img src="./img/angel-wings.svg">
<div>
<progress id="prog" min="0" max="1000" value="0"></progress>
</div>
<div class="buttons" style="--Bcolor: gold">
<button class="buyTone" onclick="tblb()" id="presBT1">
Buy 1 ticket
</button>
<button class="buyTone" onclick="tmlm()" id="presBT10">
Buy 10 tickets
</button>
<button class="buyTone" onclick="talb()" id="presBTmax">
Buy All tickets
</button>
</div>
<button id="ItsTime" onclick="TheThing();"></button>
<p id="progva"></p>
<p id="got"></p>
</div>
</main>
<div class="menu-container">
<div class="button">Menu
<span class="fas fa-bars"></span>
</div>
<ul>
<li><a href="index.html" id="BRB">BRB</a></li>
<li><a href="shop.html" id="shop">Shop</a></li>
<li onclick="SLDmodes()"><a id="modes">Dark Mode</a></li>
</ul>
</div>
<script>
$(document).ready(function(){
$('.button').click(function(){
if($(this).hasClass('expand')){
$('ul').slideUp(function(){
$('.button').removeClass('expand');
$('.fas').removeClass('expand');
})
}else{
$(this).addClass('expand');
setTimeout(function(){
$('.fas').addClass('expand');
$('ul').stop().slideDown();
},200);
}
})
})
</script>
<script src="./js/upgr.js"></script>
</body>
</html>