✨ Site > Add illustrations
@@ -63,15 +63,41 @@
|
||||
<h4 class="title">No setup for your audience</h4>
|
||||
<p class="paragraph">It all happens on their web browser! All they have to do is visit a URL.</p>
|
||||
</div>
|
||||
<div class="illustration"></div>
|
||||
<div class="illustration aliens">
|
||||
<div class="element background"></div>
|
||||
<div class="element guy-2 levitation-2"></div>
|
||||
<div class="element guy-1 levitation-1"></div>
|
||||
<div class="element ship"></div>
|
||||
|
||||
<div class="system">
|
||||
<div class="circle index-1"></div>
|
||||
<div class="circle index-2"></div>
|
||||
<div class="circle index-3"></div>
|
||||
<div class="disc index-1"><div class="inner"></div></div>
|
||||
<div class="disc index-2"><div class="inner"></div></div>
|
||||
<div class="disc index-3"><div class="inner"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="info right">
|
||||
<div class="illustration"></div>
|
||||
<div class="text">
|
||||
<h4 class="title">Transparent for you</h4>
|
||||
<p class="paragraph">Once Keppler is launched, you can forget about it. Just code as you would normally do,and your changes will automatically be pushed to your audience, on LAN.</p>
|
||||
</div>
|
||||
<div class="illustration computer">
|
||||
<div class="element background"></div>
|
||||
<div class="element laptop levitation-3"></div>
|
||||
|
||||
<div class="system">
|
||||
<div class="circle index-1"></div>
|
||||
<div class="circle index-2"></div>
|
||||
<div class="circle index-3"></div>
|
||||
<div class="disc index-1"><div class="inner"></div></div>
|
||||
<div class="disc index-2"><div class="inner"></div></div>
|
||||
<div class="disc index-3"><div class="inner"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="info">
|
||||
@@ -79,7 +105,21 @@
|
||||
<h4 class="title">Resource sharing made easy</h4>
|
||||
<p class="paragraph">Your audience can download the resources used in the project directly on Keppler. No need to host your files anywhere!</p>
|
||||
</div>
|
||||
<div class="illustration"></div>
|
||||
<div class="illustration astronaut">
|
||||
<div class="element background"></div>
|
||||
<div class="element guy levitation-3"></div>
|
||||
<div class="element green-book levitation-2"></div>
|
||||
<div class="element red-book levitation-1"></div>
|
||||
|
||||
<div class="system">
|
||||
<div class="circle index-1"></div>
|
||||
<div class="circle index-2"></div>
|
||||
<div class="circle index-3"></div>
|
||||
<div class="disc index-1"><div class="inner"></div></div>
|
||||
<div class="disc index-2"><div class="inner"></div></div>
|
||||
<div class="disc index-3"><div class="inner"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
section.features
|
||||
padding-top 120px
|
||||
padding-bottom 90px
|
||||
text-align center
|
||||
overflow hidden
|
||||
|
||||
.paragraph
|
||||
font-weight 300
|
||||
@@ -13,13 +15,16 @@ section.features
|
||||
|
||||
.intro
|
||||
width 520px
|
||||
margin 0 auto
|
||||
margin-left auto
|
||||
margin-bottom 20px
|
||||
margin-right auto
|
||||
|
||||
.title
|
||||
margin-bottom 30px
|
||||
font-size 25px
|
||||
|
||||
.info
|
||||
position relative
|
||||
display flex
|
||||
align-items center
|
||||
width 1024px
|
||||
@@ -35,5 +40,212 @@ section.features
|
||||
margin-bottom 28px
|
||||
font-size 35px
|
||||
|
||||
.illustration
|
||||
position absolute
|
||||
top 50%
|
||||
right 25%
|
||||
width 10px
|
||||
height 10px
|
||||
background #ff0000
|
||||
|
||||
.element
|
||||
position absolute
|
||||
background-repeat no-repeat
|
||||
background-position center center
|
||||
will-change transform
|
||||
|
||||
&.levitation-1
|
||||
animation features-levitation-1 5s ease-in-out infinite alternate
|
||||
|
||||
@keyframes features-levitation-1
|
||||
0%
|
||||
transform translateX(-6px) translateY(-3px) translateZ(0)
|
||||
100%
|
||||
transform translateX(6px) translateY(3px) translateZ(0)
|
||||
|
||||
&.levitation-2
|
||||
animation features-levitation-2 6s ease-in-out infinite alternate
|
||||
|
||||
@keyframes features-levitation-2
|
||||
0%
|
||||
transform translateX(6px) translateY(3px) translateZ(0)
|
||||
100%
|
||||
transform translateX(-6px) translateY(-3px) translateZ(0)
|
||||
|
||||
&.levitation-3
|
||||
animation features-levitation-3 8s ease-in-out infinite alternate
|
||||
|
||||
@keyframes features-levitation-3
|
||||
0%
|
||||
transform translateX(10px) translateY(-5px) translateZ(0)
|
||||
100%
|
||||
transform translateX(-10px) translateY(5px) translateZ(0)
|
||||
|
||||
&.aliens
|
||||
.background
|
||||
width 312px
|
||||
height 287px
|
||||
margin-top -143px
|
||||
margin-left -156px
|
||||
background-image url(../../static/svg/illustrations/aliens/background.svg)
|
||||
|
||||
.guy-1
|
||||
top 50px
|
||||
left -20px
|
||||
width 68px
|
||||
height 86px
|
||||
margin-top -43px
|
||||
margin-left -34px
|
||||
background-image url(../../static/svg/illustrations/aliens/guy-1.svg)
|
||||
|
||||
.guy-2
|
||||
top 0px
|
||||
left 10px
|
||||
width 47px
|
||||
height 58px
|
||||
margin-top -23px
|
||||
margin-left -29px
|
||||
background-image url(../../static/svg/illustrations/aliens/guy-2.svg)
|
||||
|
||||
.ship
|
||||
top 2px
|
||||
left -21px
|
||||
width 292px
|
||||
height 272px
|
||||
margin-top -146px
|
||||
margin-left -136px
|
||||
background-image url(../../static/svg/illustrations/aliens/ship.svg)
|
||||
|
||||
&.computer
|
||||
.background
|
||||
width 312px
|
||||
height 287px
|
||||
margin-top -143px
|
||||
margin-left -156px
|
||||
background-image url(../../static/svg/illustrations/computer/background.svg)
|
||||
|
||||
.laptop
|
||||
top 25px
|
||||
left -35px
|
||||
width 215px
|
||||
height 192px
|
||||
margin-top -96px
|
||||
margin-left -107px
|
||||
background-image url(../../static/svg/illustrations/computer/laptop.svg)
|
||||
|
||||
&.astronaut
|
||||
.background
|
||||
width 312px
|
||||
height 287px
|
||||
margin-top -143px
|
||||
margin-left -156px
|
||||
background-image url(../../static/svg/illustrations/astronaut/background.svg)
|
||||
|
||||
.guy
|
||||
top 10px
|
||||
left -50px
|
||||
width 172px
|
||||
height 172px
|
||||
margin-top -86px
|
||||
margin-left -86px
|
||||
background-image url(../../static/svg/illustrations/astronaut/guy.svg)
|
||||
|
||||
.green-book
|
||||
top 90px
|
||||
left 0px
|
||||
width 56px
|
||||
height 58px
|
||||
margin-top -29px
|
||||
margin-left -28px
|
||||
background-image url(../../static/svg/illustrations/astronaut/green-book.svg)
|
||||
|
||||
.red-book
|
||||
top -80px
|
||||
left 40px
|
||||
width 54px
|
||||
height 46px
|
||||
margin-top -23px
|
||||
margin-left -27px
|
||||
background-image url(../../static/svg/illustrations/astronaut/red-book.svg)
|
||||
|
||||
.system
|
||||
.circle
|
||||
position absolute
|
||||
top 0
|
||||
left 0
|
||||
border-radius 999px
|
||||
border 1px solid #32528E
|
||||
|
||||
&.index-1
|
||||
width 330px
|
||||
height 330px
|
||||
margin-top -165px
|
||||
margin-left -165px
|
||||
|
||||
&.index-2
|
||||
width 430px
|
||||
height 430px
|
||||
margin-top -215px
|
||||
margin-left -215px
|
||||
|
||||
&.index-3
|
||||
width 530px
|
||||
height 530px
|
||||
margin-top -265px
|
||||
margin-left -265px
|
||||
|
||||
.disc
|
||||
position absolute
|
||||
top 0
|
||||
left 0
|
||||
animation features-disc-rotation 2s infinite linear
|
||||
will-change transform
|
||||
|
||||
@keyframes features-disc-rotation
|
||||
0%
|
||||
transform rotate(0deg)
|
||||
100%
|
||||
transform rotate(360deg)
|
||||
|
||||
.inner
|
||||
position absolute
|
||||
top 0
|
||||
border-radius 999px
|
||||
background #32528E
|
||||
|
||||
&.index-1
|
||||
animation-duration 15.1s
|
||||
|
||||
.inner
|
||||
top -165px
|
||||
width 10px
|
||||
height 10px
|
||||
margin-top -5px
|
||||
margin-left -5px
|
||||
|
||||
&.index-2
|
||||
animation-duration 28.2s
|
||||
|
||||
.inner
|
||||
top -215px
|
||||
width 20px
|
||||
height 20px
|
||||
margin-top -10px
|
||||
margin-left -10px
|
||||
|
||||
&.index-3
|
||||
animation-duration 56.3s
|
||||
|
||||
.inner
|
||||
top -265px
|
||||
width 30px
|
||||
height 30px
|
||||
margin-top -15px
|
||||
margin-left -15px
|
||||
|
||||
&.right
|
||||
justify-content flex-end
|
||||
justify-content flex-end
|
||||
|
||||
.illustration
|
||||
right auto
|
||||
left 25%
|
||||
|
||||
@@ -65,6 +65,7 @@ section.get-started
|
||||
padding-left 24px
|
||||
background: rgba(10, 10, 10, 0.8)
|
||||
border-left: 4px solid #D8D8D8
|
||||
font-family Courier
|
||||
|
||||
.illustration
|
||||
position absolute
|
||||
@@ -73,6 +74,7 @@ section.get-started
|
||||
bottom 0
|
||||
width 100%
|
||||
overflow hidden
|
||||
pointer-events none
|
||||
|
||||
.center
|
||||
position absolute
|
||||
|
||||
@@ -192,7 +192,7 @@ section.header
|
||||
display block
|
||||
position absolute
|
||||
top 7px
|
||||
left calc(50% - 9px)
|
||||
left 12px
|
||||
width 17px
|
||||
height 26px
|
||||
border-radius 9px
|
||||
@@ -202,7 +202,7 @@ section.header
|
||||
display block
|
||||
position absolute
|
||||
top 2px
|
||||
left calc(50% - 1px)
|
||||
left 7px
|
||||
width 1px
|
||||
height 4px
|
||||
background #ffffff
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 446 409" style="enable-background:new 0 0 446 409;" xml:space="preserve">
|
||||
<g id="Calque_10">
|
||||
<path style="fill:#333C43;" d="M425,213h-90c-11.6,0-21-9.4-21-21l0,0c0-11.6,9.4-21,21-21h90c11.6,0,21,9.4,21,21l0,0
|
||||
C446,203.6,436.6,213,425,213z"/>
|
||||
<path style="fill:#333C43;" d="M345,346h-58c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h58c5.5,0,10,4.5,10,10l0,0
|
||||
C355,341.5,350.5,346,345,346z"/>
|
||||
<path style="fill:#333C43;" d="M22,256h10c8.8,0,16-7.2,16-16s-7.2-16-16-16c-17.7,0-32-14.3-32-32s14.3-32,32-32h41
|
||||
c8.8,0,16-7.2,16-16s-7.2-16-16-16h-1c-17.7,0-32-14.3-32-32s14.3-32,32-32h21c8.8,0,16-7.2,16-16l0,0c0-8.8,7.2-16,16-16h28
|
||||
c8.8,0,16-7.2,16-16l0,0c0-8.8,7.2-16,16-16h82c8.8,0,16,7.2,16,16l0,0c0,8.8,7.2,16,16,16h18c8.8,0,16,7.2,16,16l0,0
|
||||
c0,8.8-7.2,16-16,16s-16,7.2-16,16s7.2,16,16,16h66c17.7,0,32,14.3,32,32s-14.3,32-32,32h-48c-17.7,0-32,14.3-32,32s14.3,32,32,32
|
||||
h30c26.5,0,48,21.5,48,48s-21.5,48-48,48h-78c-8.8,0-16,7.2-16,16s7.2,16,16,16s16,7.2,16,16l0,0c0,8.8-7.2,16-16,16H165
|
||||
c-8.8,0-16-7.2-16-16s-7.2-16-16-16h-8c-8.8,0-16-7.2-16-16s-7.2-16-16-16h-5.1c-8.8,0-15.9-7.2-15.9-16c0-8.8-7.2-16-16-16H22
|
||||
c-8.8,0-16-7.2-16-16l0,0C6,263.2,13.2,256,22,256z"/>
|
||||
<path style="fill:#333C43;" d="M72,154H34c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h38c5.5,0,10,4.5,10,10l0,0
|
||||
C82,149.5,77.5,154,72,154z"/>
|
||||
<path style="fill:#333C43;" d="M32,250h-9c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h9c5.5,0,10,4.5,10,10l0,0
|
||||
C42,245.5,37.5,250,32,250z"/>
|
||||
<path style="fill:#333C43;" d="M242,409h-39c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h39c5.5,0,10,4.5,10,10l0,0
|
||||
C252,404.5,247.5,409,242,409z"/>
|
||||
<path style="fill:#333C43;" d="M355,70h-38c-5.5,0-10,4.5-10,10s4.5,10,10,10h38c5.5,0,10-4.5,10-10S360.5,70,355,70z"/>
|
||||
</g>
|
||||
<g id="nuage">
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M120,185h-6.5c-4.4,0-8-3.6-8-8s3.6-8,8-8h2.5
|
||||
c2.2,0,4-1.8,4-4s-1.8-4-4-4h-16c-2.2,0-4,1.8-4,4s-1.8,4-4,4H69.5c-4.4,0-8,3.6-8,8s3.6,8,8,8H84c3.3,0,6,2.7,6,6s2.7,6,6,6h24
|
||||
c3.3,0,6-2.7,6-6S123.3,185,120,185z"/>
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M274,165c-2.8,0-5-2.2-5-5s-2.2-5-5-5h-18c-2.8,0-5,2.2-5,5
|
||||
s-2.2,5-5,5h-6c-4.4,0-8,3.6-8,8s3.6,8,8,8h44c4.4,0,8-3.6,8-8S278.4,165,274,165z"/>
|
||||
<path style="opacity:0.85;fill:#FFFFFF;enable-background:new ;" d="M369.5,135h0.5c-4.4,0-8-3.6-8-8c0-4.4-3.6-8-8-8h-15.5
|
||||
c-2.2,0-4-1.8-4-4s-1.8-4-4-4h-9c-2.2,0-4,1.8-4,4s-1.8,4-4,4H312c-4.4,0-8,3.6-8,8c0,4.4,3.6,8,8,8h6.5c3.3,0,6,2.7,6,6s2.7,6,6,6
|
||||
h39c3.3,0,6-2.7,6-6S372.8,135,369.5,135z"/>
|
||||
</g>
|
||||
<g id="Stars" style="opacity:0.8;">
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M168,73h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S168.6,73,168,73z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M208,43h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S208.6,43,208,43z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M138,53h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S138.6,53,138,53z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M108,93h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S108.6,93,108,93z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M68,103h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S68.6,103,68,103z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M158,153h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S158.6,153,158,153z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M128,143h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S128.6,143,128,143z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M278,73h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S278.6,73,278,73z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M238,58h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S238.6,58,238,58z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M311,41h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S311.6,41,311,41z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M261,21h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S261.6,21,261,21z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M189,25h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S189.6,25,189,25z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M199,75h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S199.6,75,199,75z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M389,113h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S389.6,113,389,113z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M348,79h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S348.6,79,348,79z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M42,144h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S42.6,144,42,144z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,121 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 101 122.6" style="enable-background:new 0 0 101 122.6;" xml:space="preserve">
|
||||
<g id="Calque_16">
|
||||
<path style="fill:#F9E2C6;" d="M79.5,77.7L65.1,67.1c0.8-3.7,0.2-7.5-1.5-10.8L56,42.2c-4.2-7.8-13.9-10.7-21.7-6.6
|
||||
c-7.8,4.2-10.7,13.9-6.6,21.6l7.5,14.1c2.3,4.4,6.6,7.4,11.5,8.2l29,40c1.6,2.2,4.7,2.7,7,1.1c2.2-1.6,2.7-4.7,1.1-7l0,0L57.6,77.5
|
||||
c0.8-0.5,1.6-1.1,2.4-1.7L72.6,85l9.4,17.5c1.3,2.5,4.3,3.4,6.7,2.2c2.5-1.3,3.4-4.3,2.2-6.7c0,0,0-0.1-0.1-0.1l-9.9-18.5
|
||||
C80.5,78.7,80.1,78.1,79.5,77.7z"/>
|
||||
<polyline style="fill:none;stroke:#F9E2C6;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;" points="48.6,39.9
|
||||
58.2,15.5 38.2,3.5 "/>
|
||||
<polyline style="fill:none;stroke:#F9E2C6;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;" points="29.1,50.3
|
||||
3.5,44.7 4.7,21.4 "/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_1_" d="M79.5,77.7L65.1,67.1c0.8-3.7,0.2-7.5-1.5-10.8L56,42.2c-4.2-7.8-13.9-10.7-21.7-6.6
|
||||
c-7.8,4.2-10.7,13.9-6.6,21.6l7.5,14.1c2.3,4.4,6.6,7.4,11.5,8.2l29,40c1.6,2.2,4.7,2.7,7,1.1c2.2-1.6,2.7-4.7,1.1-7l0,0
|
||||
L57.6,77.5c0.8-0.5,1.6-1.1,2.4-1.7L72.6,85l9.4,17.5c1.3,2.5,4.3,3.4,6.7,2.2c2.5-1.3,3.4-4.3,2.2-6.7c0,0,0-0.1-0.1-0.1
|
||||
l-9.9-18.5C80.5,78.7,80.1,78.1,79.5,77.7z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_2_">
|
||||
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_2_);">
|
||||
<path style="fill:#ECCCA6;" d="M58.7,77l-3.5,1.9L83,116.2c0,0,1.9,3.5-1.6,5.4s11.6,0.6,11.6,0.6l-6.6-12.4L58.7,77z"/>
|
||||
<polygon style="fill:#4C7BBE;" points="63.5,56.3 35.3,71.4 51.3,101.4 65.2,84.9 66,82.2 73.8,71.2 "/>
|
||||
<path style="fill:#ECCCA6;" d="M52.8,38.2c0,0,12.6,21.6,9.8,31.1l14.6,10.4c1.1,0.8,2.1,1.9,2.8,3.1l9.9,18.5
|
||||
c0.8,1.4,0.3,3.2-1.1,4c0,0-0.1,0-0.1,0.1c-2.6,1.4,12.5-2.1,12.5-2.1L76.1,56.4C76.1,56.4,54.5,37.3,52.8,38.2z"/>
|
||||
<polygon style="fill:#427ABE;" points="55.2,78.9 62.2,88.4 65.2,84.9 65.2,84.7 58.7,77 "/>
|
||||
<path style="fill:#427ABE;" d="M61.4,57.4c1.4,4.5,2.1,8.8,1.1,11.9l8.4,6l2.9-4L63.5,56.3L61.4,57.4z"/>
|
||||
<path style="fill:#F4F3F2;" d="M45.9,34c0,0,5.1,7.5,10.5,9.1L64,57.2L35.3,71.4l-7.5-14.1c0,0-0.3-11.2-1.2-12.9l-0.1-2.2
|
||||
c0,0,5.5,6.1,12.6,2.4c4-2,6.3-6.4,5.5-10.9L45.9,34z"/>
|
||||
<path style="fill:#E5E5E5;" d="M64,57.2l-7.5-14.1c-0.5-0.2-0.9-0.3-1.4-0.6c2.7,5.1,4.9,10.4,6.6,15.8L64,57.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_3_" d="M34.3,35.6L34.3,35.6c7.8-4.2,17.5-1.2,21.6,6.6l7.5,14.1c4.2,7.8,1.2,17.5-6.6,21.6l0,0
|
||||
c-7.8,4.2-17.5,1.2-21.6-6.6l-7.5-14.1C23.6,49.5,26.5,39.8,34.3,35.6z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_4_">
|
||||
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_4_);">
|
||||
<path style="fill:#ECCCA6;" d="M21.8,33.2l17.6-9.4l0,0l3.8,7.1c2.6,4.9,0.8,10.9-4.1,13.5l0,0c-4.9,2.6-10.9,0.8-13.5-4.1
|
||||
L21.8,33.2L21.8,33.2L21.8,33.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path style="fill:#F9E2C6;" d="M42.5,23.3l-0.9,0.5l-3.3-6.2c-3.1-5.8-10.4-8.1-16.2-4.9S14.1,23,17.2,28.9l0,0l3.3,6.2l-0.9,0.5
|
||||
c-1,0.5-1.3,1.8-0.8,2.7c0.5,0.9,1.7,1.3,2.7,0.8l1.2-0.7c4.5,4.9,12.1,5.2,17,0.6c3.2-2.9,4.5-7.4,3.5-11.6l1.2-0.7
|
||||
c1-0.5,1.3-1.8,0.8-2.7C44.7,23.2,43.5,22.8,42.5,23.3L42.5,23.3z"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -15.1403 14.0461)" style="fill:#D3AF89;" cx="20.5" cy="37.3" rx="1" ry="1"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -15.1614 14.384)" style="fill:#F9E2C6;" cx="21.2" cy="37.5" rx="0.5" ry="0.5"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -6.6846 23.4024)" style="fill:#D3AF89;" cx="43.5" cy="25.1" rx="1" ry="1"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -7.0294 23.3809)" style="fill:#F9E2C6;" cx="43.3" cy="25.8" rx="0.5" ry="0.5"/>
|
||||
<path style="fill:#ECCCA6;" d="M22.1,12.7L22.1,12.7c5.8-3.1,13.1-0.9,16.2,4.9l3.8,7.1c3.1,5.8,0.9,13.1-4.9,16.2l0,0
|
||||
C31.3,44,24.1,41.8,20.9,36l-3.8-7.1C14,23.1,16.3,15.8,22.1,12.7z"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_5_" d="M22.1,12.7L22.1,12.7c5.8-3.1,13.1-0.9,16.2,4.9l3.8,7.1c3.1,5.8,0.9,13.1-4.9,16.2l0,0
|
||||
C31.3,44,24.1,41.8,20.9,36l-3.8-7.1C14,23.1,16.3,15.8,22.1,12.7z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_6_">
|
||||
<use xlink:href="#SVGID_5_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_6_);">
|
||||
<path style="fill:#F9E2C6;" d="M20.3,13.6L20.3,13.6c5.8-3.1,13.1-0.9,16.2,4.9l3.8,7.1c3.1,5.8,0.9,13.1-4.9,16.2l0,0
|
||||
c-5.8,3.1-13.1,0.9-16.2-4.9l-3.8-7.1C12.3,24,14.5,16.7,20.3,13.6z"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -7.1141 18.2293)" style="fill:#333C43;" cx="32.9" cy="23.3" rx="1.5" ry="1.5"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -10.3621 14.6311)" style="fill:#333C43;" cx="24.1" cy="28" rx="1.5" ry="1.5"/>
|
||||
<path style="fill:#DA6E73;" d="M30.9,19.8l3.9-0.7c0.5-0.1,1.1,0.3,1.2,0.8l0,0c0.1,0.5-0.3,1.1-0.8,1.2l-3.9,0.7
|
||||
c-0.5,0.1-1.1-0.3-1.2-0.8l0,0C30,20.4,30.4,19.9,30.9,19.8z"/>
|
||||
<path style="fill:#DA6E73;" d="M23.7,25.8l-2.8,2.9c-0.4,0.4-1,0.4-1.4,0l0,0c-0.4-0.4-0.4-1,0-1.4l2.8-2.9c0.4-0.4,1-0.4,1.4,0
|
||||
l0,0C24,24.8,24.1,25.4,23.7,25.8z"/>
|
||||
<path style="fill:#333C43;" d="M26.8,34c1,3.1,4.4,4.9,7.6,3.8s4.9-4.4,3.8-7.6c-0.2-0.7-0.5-1.3-1-1.8L26.8,34z"/>
|
||||
|
||||
<rect x="27.2" y="31.1" transform="matrix(0.8824 -0.4705 0.4705 0.8824 -11.0924 18.8842)" style="fill:#F3F6F9;" width="10" height="1"/>
|
||||
|
||||
<rect x="27.8" y="31.1" transform="matrix(0.8824 -0.4705 0.4705 0.8824 -11.1855 18.9672)" style="fill:#FFFFFF;" width="9" height="1.5"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_7_" d="M26.8,34c1,3.1,4.4,4.9,7.6,3.8s4.9-4.4,3.8-7.6c-0.2-0.7-0.5-1.3-1-1.8L26.8,34z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_8_">
|
||||
<use xlink:href="#SVGID_7_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_8_);">
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -13.0706 20.6724)" style="fill:#DA6E73;" cx="34.8" cy="36.5" rx="5" ry="2"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -4.7656 12.508)" style="fill:#DA6E73;" cx="22.6" cy="15.8" rx="5" ry="5"/>
|
||||
<path style="fill:#DA6E73;" d="M25,20.2c0,0-9.3,3.8-6.5,9.1l-3.8-7.1l3.9-5.5L25,20.2z"/>
|
||||
<path style="fill:#DA6E73;" d="M20.7,11.1c-6.8,3.6-9.4,12.1-5.8,18.9l4.2,7.9c1,1.9,3.5,2.7,5.4,1.6l0,0c-0.1-0.1-0.2-0.3-0.3-0.4
|
||||
l-6.1-11.5c-2.3-5-0.1-11,5-13.2c4.6-2.1,10-0.4,12.7,3.9L42,29.8c0.1,0.1,0.1,0.3,0.2,0.4l0,0c1.9-1,2.7-3.5,1.6-5.4l-4.2-7.9
|
||||
C36,10.1,27.5,7.5,20.7,11.1z"/>
|
||||
<circle style="fill:#DA6E73;" cx="38.1" cy="25.7" r="0"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -7.5778 20.6123)" style="fill:#DA6E73;" cx="37.4" cy="25.5" rx="0.2" ry="0.2"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -8.2593 20.5744)" style="fill:#DA6E73;" cx="37" cy="26.8" rx="0.2" ry="0.2"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -7.9524 21.2774)" style="fill:#DA6E73;" cx="38.6" cy="26.5" rx="0.2" ry="0.2"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -12.3754 15.3008)" style="fill:#DA6E73;" cx="24.4" cy="32.4" rx="0.2" ry="0.2"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -12.4053 15.9847)" style="fill:#DA6E73;" cx="25.8" cy="32.8" rx="0.2" ry="0.2"/>
|
||||
|
||||
<ellipse transform="matrix(0.8824 -0.4705 0.4705 0.8824 -13.0772 15.6124)" style="fill:#DA6E73;" cx="24.7" cy="34" rx="0.2" ry="0.2"/>
|
||||
<path style="fill:#F9E2C6;" d="M57.8,77.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.5 KiB |
@@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 62.1 82.7" style="enable-background:new 0 0 62.1 82.7;" xml:space="preserve">
|
||||
<path style="fill:#F9E2C6;" d="M8.1,52.8l9.8-7.2c-0.5-2.5-0.2-5.1,1-7.3l5.1-9.6c2.8-5.3,9.4-7.3,14.7-4.5C44,27,46,33.6,43.2,38.9
|
||||
l0,0L38,48.5c-1.6,3-4.5,5.1-7.8,5.6L10.5,81.3c-1.1,1.5-3.2,1.9-4.8,0.8S3.9,78.8,5,77.3l17.9-24.6c-0.6-0.3-1.1-0.7-1.6-1.2
|
||||
l-8.6,6.3L6.4,69.7c-0.9,1.7-2.9,2.3-4.6,1.4c-1.7-0.9-2.3-2.9-1.4-4.6l0,0l6.7-12.6C7.4,53.4,7.7,53.1,8.1,52.8z"/>
|
||||
<path style="fill:#F9E2C6;" d="M29.1,29.5c1.3,0,2.4-1.1,2.4-2.4c0-0.3-0.1-0.6-0.2-0.9l-5.8-14.7l11.9-7.1c1.1-0.7,1.5-2.1,0.9-3.2
|
||||
S36.1-0.3,35,0.3c0,0-0.1,0-0.1,0L21.3,8.5c-1,0.6-1.4,1.8-1,2.9L26.9,28C27.2,28.9,28.1,29.5,29.1,29.5z"/>
|
||||
<path style="fill:#F9E2C6;" d="M42.3,36.5c0.2,0,0.3,0,0.5-0.1l17.4-3.8c1.1-0.2,1.9-1.3,1.9-2.4l-0.8-15.8
|
||||
c-0.1-1.3-1.3-2.3-2.6-2.2c-1.2,0.1-2.2,1.2-2.2,2.4l0.7,13.8l-15.4,3.4c-1.3,0.3-2.1,1.6-1.8,2.9C40.2,35.7,41.2,36.5,42.3,36.5
|
||||
L42.3,36.5z"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_1_" d="M8.1,52.8l9.8-7.2c-0.5-2.5-0.2-5.1,1-7.3l5.1-9.6c2.8-5.3,9.4-7.3,14.7-4.5C44,27,46,33.6,43.2,38.9l0,0
|
||||
L38,48.5c-1.6,3-4.5,5.1-7.8,5.6L10.5,81.3c-1.1,1.5-3.2,1.9-4.8,0.8S3.9,78.8,5,77.3l17.9-24.6c-0.6-0.3-1.1-0.7-1.6-1.2
|
||||
l-8.6,6.3L6.4,69.7c-0.9,1.7-2.9,2.3-4.6,1.4c-1.7-0.9-2.3-2.9-1.4-4.6l0,0l6.7-12.6C7.4,53.4,7.7,53.1,8.1,52.8z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_2_">
|
||||
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_2_);">
|
||||
<path style="fill:#ECCCA6;" d="M22.2,52.3l2.4,1.3L5.7,78.9c-0.7,1.3-0.3,2.9,1,3.6c0,0,0.1,0,0.1,0.1C9.2,83.9-1.1,83-1.1,83
|
||||
l4.5-8.4L22.2,52.3z"/>
|
||||
<polygon style="fill:#4C7BBE;" points="18.9,38.3 38.1,48.5 27.2,68.8 17.8,57.7 17.2,55.8 12,48.4 "/>
|
||||
<path style="fill:#ECCCA6;" d="M26.2,26c0,0-8.6,14.7-6.6,21.1l-9.9,7c-0.8,0.6-1.4,1.3-1.9,2.1L1.1,68.7c-0.5,1-0.2,2.2,0.8,2.7
|
||||
c0,0,0,0,0.1,0c1.8,1-8.5-1.4-8.5-1.4l16.9-31.8C10.4,38.3,25,25.4,26.2,26z"/>
|
||||
<polygon style="fill:#427ABE;" points="24.6,53.6 19.8,60 17.8,57.7 17.8,57.6 22.2,52.3 "/>
|
||||
<path style="fill:#427ABE;" d="M20.4,39c-0.9,3-1.4,6-0.8,8.1l-5.7,4L12,48.4l6.9-10.1L20.4,39z"/>
|
||||
<path style="fill:#F4F3F2;" d="M30.9,23.1c0,0-3.5,5.1-7.1,6.2l-5.1,9.6l19.5,9.6l5.1-9.6c0,0,0.2-7.6,0.8-8.8v-1.5
|
||||
c0,0-3.8,4.1-8.6,1.6c-2.7-1.4-4.2-4.4-3.8-7.4L30.9,23.1z"/>
|
||||
<path style="fill:#E5E5E5;" d="M18.6,38.9l5.1-9.6c0.3-0.1,0.6-0.2,0.9-0.4c-1.8,3.4-3.3,7.1-4.5,10.8L18.6,38.9z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_3_" d="M23.4,53L23.4,53c-5.3-2.8-7.3-9.4-4.5-14.7l5.1-9.6c2.8-5.3,9.4-7.3,14.7-4.5l0,0C44,27,46,33.6,43.2,38.9
|
||||
l-5.1,9.6C35.2,53.8,28.7,55.8,23.4,53z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_4_">
|
||||
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_4_);">
|
||||
<path style="fill:#ECCCA6;" d="M35.5,30.2L35.5,30.2c-3.3-1.8-4.6-5.9-2.8-9.2l2.6-4.8l0,0l12,6.4l0,0l-2.6,4.8
|
||||
C42.9,30.7,38.8,32,35.5,30.2L35.5,30.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path style="fill:#F9E2C6;" d="M33.2,15.8l0.6,0.3L36,12c2.2-3.9,7.1-5.4,11.1-3.2c3.9,2.1,5.3,7,3.3,10.9l-2.2,4.2l0.6,0.3
|
||||
c0.7,0.4,0.9,1.2,0.6,1.8c-0.4,0.7-1.2,0.9-1.8,0.6c0,0,0,0,0,0l-0.8-0.4c-3,3.3-8.2,3.6-11.5,0.5c-2.2-2-3.1-5.1-2.4-8l-0.8-0.4
|
||||
c-0.7-0.4-0.9-1.2-0.6-1.8C31.7,15.7,32.5,15.5,33.2,15.8C33.2,15.8,33.2,15.8,33.2,15.8L33.2,15.8z"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 3.1055 55.8644)" style="fill:#D3AF89;" cx="48.1" cy="25.3" rx="0.7" ry="0.7"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 2.7406 55.5399)" style="fill:#F9E2C6;" cx="47.7" cy="25.5" rx="0.3" ry="0.3"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 2.1965 37.7262)" style="fill:#D3AF89;" cx="32.5" cy="17" rx="0.7" ry="0.7"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 1.8631 38.0963)" style="fill:#F9E2C6;" cx="32.7" cy="17.5" rx="0.3" ry="0.3"/>
|
||||
<path style="fill:#ECCCA6;" d="M36.8,27.8L36.8,27.8c-4-2.1-5.5-7.1-3.4-11L36,12c2.1-4,7.1-5.5,11-3.4l0,0c4,2.1,5.5,7.1,3.4,11
|
||||
l-2.6,4.8C45.7,28.4,40.8,29.9,36.8,27.8z"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_5_" d="M36.8,27.8L36.8,27.8c-4-2.1-5.5-7.1-3.4-11L36,12c2.1-4,7.1-5.5,11-3.4l0,0c4,2.1,5.5,7.1,3.4,11l-2.6,4.8
|
||||
C45.7,28.4,40.8,29.9,36.8,27.8z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_6_">
|
||||
<use xlink:href="#SVGID_5_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_6_);">
|
||||
<path style="fill:#F9E2C6;" d="M38,28.4L38,28.4c-4-2.1-5.5-7.1-3.4-11l2.6-4.8c2.1-4,7.1-5.5,11-3.4l0,0c4,2.1,5.5,7.1,3.4,11
|
||||
L49,25.1C46.9,29.1,42,30.6,38,28.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 7.0317 43.4205)" style="fill:#333C43;" cx="39.7" cy="15.9" rx="1" ry="1"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 7.3803 50.4023)" style="fill:#333C43;" cx="45.7" cy="19.1" rx="1" ry="1"/>
|
||||
<path style="fill:#DA6E73;" d="M40.8,14.8l-2.7-0.5c-0.4-0.1-0.6-0.4-0.6-0.8l0,0c0.1-0.4,0.4-0.6,0.8-0.6l2.7,0.5
|
||||
c0.4,0.1,0.6,0.4,0.6,0.8l0,0C41.6,14.6,41.2,14.8,40.8,14.8z"/>
|
||||
<path style="fill:#DA6E73;" d="M46.9,16.6l1.9,2c0.3,0.3,0.2,0.7,0,1l0,0c-0.3,0.3-0.7,0.2-1,0l-1.9-2c-0.3-0.3-0.2-0.7,0-1l0,0
|
||||
C46.3,16.3,46.7,16.3,46.9,16.6z"/>
|
||||
<path style="fill:#333C43;" d="M43.9,23.1c-0.7,2.1-3,3.3-5.2,2.6c-2.1-0.7-3.3-3-2.6-5.2c0.1-0.4,0.4-0.8,0.6-1.2L43.9,23.1z"/>
|
||||
<rect x="39.8" y="18.1" transform="matrix(0.4706 -0.8824 0.8824 0.4706 2.2945 46.8171)" style="fill:#F3F6F9;" width="0.7" height="6.8"/>
|
||||
<rect x="39.6" y="18.6" transform="matrix(0.4706 -0.8824 0.8824 0.4706 2.1157 46.8297)" style="fill:#FFFFFF;" width="1" height="6.1"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_7_" d="M43.9,23.1c-0.7,2.1-3,3.3-5.2,2.6c-2.1-0.7-3.3-3-2.6-5.2c0.1-0.4,0.4-0.8,0.6-1.2L43.9,23.1z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_8_">
|
||||
<use xlink:href="#SVGID_7_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_8_);">
|
||||
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 -1.5313 47.0079)" style="fill:#DA6E73;" cx="38.4" cy="24.8" rx="1.4" ry="3.4"/>
|
||||
</g>
|
||||
</g>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 15.2537 46.8552)" style="fill:#DA6E73;" cx="46.7" cy="10.7" rx="3.4" ry="3.4"/>
|
||||
<path style="fill:#DA6E73;" d="M45.1,13.7c0,0,6.3,2.6,4.4,6.2l2.6-4.8l-2.6-3.7L45.1,13.7z"/>
|
||||
<path style="fill:#DA6E73;" d="M48,7.6c4.6,2.5,6.4,8.2,3.9,12.9L49,25.8c-0.7,1.3-2.3,1.8-3.7,1.1l0,0c0.1-0.1,0.1-0.2,0.2-0.3
|
||||
l4.1-7.8c1.8-3.3,0.5-7.4-2.8-9.2c-3.3-1.8-7.4-0.5-9.2,2.8l-4.1,7.8c-0.1,0.1-0.1,0.2-0.1,0.3l0,0c-1.3-0.7-1.8-2.3-1.1-3.7
|
||||
l2.9-5.4C37.6,6.9,43.3,5.1,48,7.6z"/>
|
||||
<circle style="fill:#DA6E73;" cx="36.2" cy="17.4" r="0"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 4.1317 41.478)" style="fill:#DA6E73;" cx="36.6" cy="17.3" rx="0.2" ry="0.2"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 3.4684 42.2043)" style="fill:#DA6E73;" cx="36.9" cy="18.2" rx="0.2" ry="0.2"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 3.0667 41.1761)" style="fill:#DA6E73;" cx="35.8" cy="18" rx="0.2" ry="0.2"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 4.6572 51.766)" style="fill:#DA6E73;" cx="45.5" cy="22" rx="0.2" ry="0.2"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 3.9168 51.0992)" style="fill:#DA6E73;" cx="44.5" cy="22.3" rx="0.2" ry="0.2"/>
|
||||
<ellipse transform="matrix(0.4705 -0.8824 0.8824 0.4705 3.6289 52.1677)" style="fill:#DA6E73;" cx="45.3" cy="23.1" rx="0.2" ry="0.2"/>
|
||||
<path style="fill:#F9E2C6;" d="M22.8,52.7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.4 KiB |
@@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 415 384" style="enable-background:new 0 0 415 384;" xml:space="preserve">
|
||||
<g>
|
||||
<g id="Calque_2">
|
||||
<defs>
|
||||
<path id="SVGID_1_" d="M22,256h10c8.8,0,16-7.2,16-16s-7.2-16-16-16c-17.7,0-32-14.3-32-32s14.3-32,32-32h41c8.8,0,16-7.2,16-16
|
||||
s-7.2-16-16-16h-1c-17.7,0-32-14.3-32-32s14.3-32,32-32h21c8.8,0,16-7.2,16-16l0,0c0-8.8,7.2-16,16-16h28c8.8,0,16-7.2,16-16l0,0
|
||||
c0-8.8,7.2-16,16-16h82c8.8,0,16,7.2,16,16l0,0c0,8.8,7.2,16,16,16h18c8.8,0,16,7.2,16,16l0,0c0,8.8-7.2,16-16,16s-16,7.2-16,16
|
||||
s7.2,16,16,16h66c17.7,0,32,14.3,32,32s-14.3,32-32,32h-48c-17.7,0-32,14.3-32,32s14.3,32,32,32h30c26.5,0,48,21.5,48,48
|
||||
s-21.5,48-48,48h-78c-8.8,0-16,7.2-16,16s7.2,16,16,16s16,7.2,16,16l0,0c0,8.8-7.2,16-16,16H165c-8.8,0-16-7.2-16-16
|
||||
s-7.2-16-16-16h-8c-8.8,0-16-7.2-16-16s-7.2-16-16-16h-5.1c-8.8,0-15.9-7.2-15.9-16c0-8.8-7.2-16-16-16H22c-8.8,0-16-7.2-16-16
|
||||
l0,0C6,263.2,13.2,256,22,256z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_2_">
|
||||
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g id="Calque_13" style="clip-path:url(#SVGID_2_);">
|
||||
<path style="fill:#5DBE87;" d="M141,273.5c-2.8,0-5,2.2-5,5V306c0,2.3-1.4,4.3-3.5,5.1V251c0-3.6-2.9-6.5-6.5-6.5
|
||||
c-3.6,0-6.5,2.9-6.5,6.5v43.3c-2.9-0.7-5-3.3-5-6.3v-17.5c0-2.2-1.8-4-4-4s-4,1.8-4,4V288c0,7.4,5.6,13.6,13,14.4V350
|
||||
c0,3.6,2.9,6.5,6.5,6.5c3.6,0,6.5-2.9,6.5-6.5l0,0v-28.6c7.7-1,13.5-7.6,13.5-15.4v-27.5C146,275.7,143.8,273.5,141,273.5z"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_3_" d="M141,273.5c-2.8,0-5,2.2-5,5V306c0,2.3-1.4,4.3-3.5,5.1V251c0-3.6-2.9-6.5-6.5-6.5
|
||||
c-3.6,0-6.5,2.9-6.5,6.5v43.3c-2.9-0.7-5-3.3-5-6.3v-17.5c0-2.2-1.8-4-4-4s-4,1.8-4,4V288c0,7.4,5.6,13.6,13,14.4V350
|
||||
c0,3.6,2.9,6.5,6.5,6.5c3.6,0,6.5-2.9,6.5-6.5l0,0v-28.6c7.7-1,13.5-7.6,13.5-15.4v-27.5C146,275.7,143.8,273.5,141,273.5z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_4_">
|
||||
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_4_);">
|
||||
<path style="fill:#50AE78;" d="M122.5,245.2c0,0,6,0.8,6,3.8v109h4V244h-9L122.5,245.2z"/>
|
||||
<path style="fill:#50AE78;" d="M132.5,315.2c0,0,8.5-0.2,8.5-8.2v-28c0,0,1-3,3-3c1.1,0,2,0.9,2,2l2,30l-2,12l-15,3
|
||||
L132.5,315.2z"/>
|
||||
<path style="fill:#50AE78;" d="M114.5,270.2c-0.3-1.2-1.3-2.1-2.5-2.2c-1.3,0.1-2.4,0.9-3,2v20c0,0,1,9,11,9
|
||||
c1.2-0.3,2-1.4,2-2.6c0-2-2.5-2.1-2.5-2.1L114.5,270.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Calque_12" style="clip-path:url(#SVGID_2_);">
|
||||
<ellipse style="opacity:0.5;fill:#7AD0E7;enable-background:new ;" cx="225.3" cy="103.3" rx="36.5" ry="24.4"/>
|
||||
<ellipse style="fill:#7AD0E7;" cx="225.3" cy="103.3" rx="34.8" ry="23.2"/>
|
||||
<path style="fill:none;stroke:#FFFFFF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" d="M248,94.6
|
||||
c2.2,2.4,3.5,5.5,3.6,8.8"/>
|
||||
<path style="fill:none;stroke:#FFFFFF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;" d="M225.3,85.8
|
||||
c4.7,0,9.3,0.8,13.7,2.6"/>
|
||||
<path style="fill:#FFFFFF;" d="M118,121.6c0-13,48.1-25.1,107.3-25.1s107.3,12.1,107.3,25.1s-48,23.6-107.3,23.6
|
||||
S118,134.6,118,121.6z"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_5_" d="M118,121.6c0-13,48.1-25.1,107.3-25.1s107.3,12.1,107.3,25.1s-48,23.6-107.3,23.6S118,134.6,118,121.6z"
|
||||
/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_6_">
|
||||
<use xlink:href="#SVGID_5_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_6_);">
|
||||
<path style="fill:#F3F6F9;" d="M189.6,98c0,0,114-5,131.7,21s22.7,7,22.7,7l-15-33L184,68L189.6,98z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<defs>
|
||||
<ellipse id="SVGID_7_" cx="225.3" cy="121.6" rx="107.3" ry="23.6"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_8_">
|
||||
<use xlink:href="#SVGID_7_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_8_);">
|
||||
<ellipse style="fill:#E1E4E4;" cx="225.3" cy="127.2" rx="107.3" ry="18"/>
|
||||
<ellipse style="fill:#B2C2CC;" cx="225.3" cy="130.2" rx="107.3" ry="15"/>
|
||||
<path style="fill:#C8D5DD;" d="M225.3,110.3c-54.8,0-99.2,6.7-99.2,15c0,6.7,28.9,12.3,68.7,14.3c3.5-3,15.4-5.1,29.6-5.1
|
||||
s26.3,2.2,29.6,5.2c40.8-1.9,70.4-7.6,70.4-14.3C324.5,117,280.1,110.3,225.3,110.3z"/>
|
||||
<path style="fill:#34464F;" d="M225.3,115.3c55.9,0,101.9,6,106.9,13.6c0.3-0.5,0.4-1.1,0.5-1.7c0-9.9-48-18-107.3-18
|
||||
s-107.3,8-107.3,18c0,0.6,0.2,1.2,0.5,1.7C123.5,121.2,169.4,115.3,225.3,115.3z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_9_" d="M119,124.8c0.5,0.8,1.1,1.5,1.7,2.1c10.9-6.7,53.6-11.6,104.6-11.6s93.7,5,104.6,11.6
|
||||
c0.7-0.6,1.3-1.3,1.7-2.1c-7-8.8-52-15.6-106.4-15.6S126,116,119,124.8z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_10_">
|
||||
<use xlink:href="#SVGID_9_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_10_);">
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="111.2" y1="111.7" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="117.9" y1="108.3" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="124.6" y1="105" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="131.3" y1="101.6" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="138" y1="98.3" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="144.7" y1="94.9" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="151.4" y1="91.6" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="158.2" y1="88.2" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="164.9" y1="84.8" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="171.6" y1="81.5" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="178.3" y1="78.1" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="185" y1="74.8" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="191.8" y1="71.4" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="198.5" y1="68.1" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="205.2" y1="64.7" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="211.9" y1="61.3" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="218.6" y1="58" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="225.3" y1="54.6" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="339.5" y1="111.7" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="332.8" y1="108.3" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="326.1" y1="105" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="319.4" y1="101.6" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="312.6" y1="98.3" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="305.9" y1="94.9" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="299.2" y1="91.6" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="292.5" y1="88.2" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="285.8" y1="84.8" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="279.1" y1="81.5" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="272.4" y1="78.1" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="265.6" y1="74.8" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="258.9" y1="71.4" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="252.2" y1="68.1" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="245.5" y1="64.7" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="238.8" y1="61.3" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="232.1" y1="58" x2="225.3" y2="219"/>
|
||||
<line style="fill:none;stroke:#5DBE87;stroke-width:2;stroke-miterlimit:10;" x1="225.3" y1="54.6" x2="225.3" y2="219"/>
|
||||
</g>
|
||||
</g>
|
||||
<path style="fill:#34464F;" d="M225.3,111.2c48.3,0,84.7,5.2,98.9,11.2c-17.2-5.5-55.4-9.1-98.9-9.1s-81.7,3.6-98.9,9.1
|
||||
C140.7,116.4,177,111.2,225.3,111.2 M225.3,109.2c-54.4,0-99.3,6.8-106.4,15.6c0.5,0.8,1.1,1.5,1.7,2.1
|
||||
c10.9-6.7,53.6-11.6,104.6-11.6s93.7,5,104.6,11.6c0.7-0.6,1.3-1.3,1.7-2.1C324.7,116,279.7,109.2,225.3,109.2z"/>
|
||||
<ellipse style="fill:#FFFFFF;" cx="225.3" cy="142.9" rx="29.7" ry="5.3"/>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_11_" d="M22,256h10c8.8,0,16-7.2,16-16s-7.2-16-16-16c-17.7,0-32-14.3-32-32s14.3-32,32-32h41
|
||||
c8.8,0,16-7.2,16-16s-7.2-16-16-16h-1c-17.7,0-32-14.3-32-32s14.3-32,32-32h21c8.8,0,16-7.2,16-16l0,0c0-8.8,7.2-16,16-16h28
|
||||
c8.8,0,16-7.2,16-16l0,0c0-8.8,7.2-16,16-16h82c8.8,0,16,7.2,16,16l0,0c0,8.8,7.2,16,16,16h18c8.8,0,16,7.2,16,16l0,0
|
||||
c0,8.8-7.2,16-16,16s-16,7.2-16,16s7.2,16,16,16h66c17.7,0,32,14.3,32,32s-14.3,32-32,32h-48c-17.7,0-32,14.3-32,32
|
||||
s14.3,32,32,32h30c26.5,0,48,21.5,48,48s-21.5,48-48,48h-78c-8.8,0-16,7.2-16,16s7.2,16,16,16s16,7.2,16,16l0,0
|
||||
c0,8.8-7.2,16-16,16H165c-8.8,0-16-7.2-16-16s-7.2-16-16-16h-8c-8.8,0-16-7.2-16-16s-7.2-16-16-16h-5.1
|
||||
c-8.8,0-15.9-7.2-15.9-16c0-8.8-7.2-16-16-16H22c-8.8,0-16-7.2-16-16l0,0C6,263.2,13.2,256,22,256z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_12_">
|
||||
<use xlink:href="#SVGID_11_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_12_);">
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M352.5,397l-100-252.6c0-2.2-12.2-4.1-27.1-4.1
|
||||
s-27.1,1.8-27.1,4.1L88.2,397H352.5z"/>
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M325,395.7l-81.6-251.5c0-1.9-8.7-3.5-19.4-3.5
|
||||
s-19.4,1.6-19.4,3.5l-88.8,251.5H325z"/>
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M304.4,395.7l-65.6-251.5c0-1.9-7-3.5-15.6-3.5
|
||||
s-15.6,1.6-15.6,3.5l-71.3,251.5H304.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_13_" d="M345,346h-58c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h58c5.5,0,10,4.5,10,10l0,0
|
||||
C355,341.5,350.5,346,345,346z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_14_">
|
||||
<use xlink:href="#SVGID_13_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_14_);">
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M352.5,397l-100-252.6c0-2.2-12.2-4.1-27.1-4.1
|
||||
s-27.1,1.8-27.1,4.1L88.2,397H352.5z"/>
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M325,395.7l-81.6-251.5c0-1.9-8.7-3.5-19.4-3.5
|
||||
s-19.4,1.6-19.4,3.5l-88.8,251.5H325z"/>
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M304.4,395.7l-65.6-251.5c0-1.9-7-3.5-15.6-3.5
|
||||
s-15.6,1.6-15.6,3.5l-71.3,251.5H304.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_15_" d="M242,409h-39c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h39c5.5,0,10,4.5,10,10l0,0
|
||||
C252,404.5,247.5,409,242,409z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_16_">
|
||||
<use xlink:href="#SVGID_15_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_16_);">
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M352.5,419l-100-252.6c0-2.2-12.2-4.1-27.1-4.1
|
||||
s-27.1,1.8-27.1,4.1L88.2,419H352.5z"/>
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M325,417.7l-81.6-251.5c0-1.9-8.7-3.5-19.4-3.5
|
||||
s-19.4,1.6-19.4,3.5l-88.8,251.5H325z"/>
|
||||
<path style="opacity:0.2;fill:#7AD0E7;enable-background:new ;" d="M304.4,417.7l-65.6-251.5c0-1.9-7-3.5-15.6-3.5
|
||||
s-15.6,1.6-15.6,3.5l-71.3,251.5H304.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,108 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 446 409" style="enable-background:new 0 0 446 409;" xml:space="preserve">
|
||||
<g id="Calque_6">
|
||||
<path style="fill:#333C43;" d="M425,213h-90c-11.6,0-21-9.4-21-21l0,0c0-11.6,9.4-21,21-21h90c11.6,0,21,9.4,21,21l0,0
|
||||
C446,203.6,436.6,213,425,213z"/>
|
||||
<path style="fill:#333C43;" d="M345,346h-58c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h58c5.5,0,10,4.5,10,10l0,0
|
||||
C355,341.5,350.5,346,345,346z"/>
|
||||
<path style="fill:#333C43;" d="M355,90h-38c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h38c5.5,0,10,4.5,10,10l0,0
|
||||
C365,85.5,360.5,90,355,90z"/>
|
||||
<path style="fill:#333C43;" d="M22,256h10c8.8,0,16-7.2,16-16s-7.2-16-16-16c-17.7,0-32-14.3-32-32s14.3-32,32-32h41
|
||||
c8.8,0,16-7.2,16-16s-7.2-16-16-16h-1c-17.7,0-32-14.3-32-32s14.3-32,32-32h21c8.8,0,16-7.2,16-16l0,0c0-8.8,7.2-16,16-16h28
|
||||
c8.8,0,16-7.2,16-16l0,0c0-8.8,7.2-16,16-16h82c8.8,0,16,7.2,16,16l0,0c0,8.8,7.2,16,16,16h18c8.8,0,16,7.2,16,16l0,0
|
||||
c0,8.8-7.2,16-16,16s-16,7.2-16,16s7.2,16,16,16h66c17.7,0,32,14.3,32,32s-14.3,32-32,32h-48c-17.7,0-32,14.3-32,32s14.3,32,32,32
|
||||
h30c26.5,0,48,21.5,48,48s-21.5,48-48,48h-78c-8.8,0-16,7.2-16,16s7.2,16,16,16s16,7.2,16,16l0,0c0,8.8-7.2,16-16,16H165
|
||||
c-8.8,0-16-7.2-16-16s-7.2-16-16-16h-8c-8.8,0-16-7.2-16-16s-7.2-16-16-16h-5.1c-8.8,0-15.9-7.2-15.9-16c0-8.8-7.2-16-16-16H22
|
||||
c-8.8,0-16-7.2-16-16l0,0C6,263.2,13.2,256,22,256z"/>
|
||||
<path style="fill:#333C43;" d="M72,154H34c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h38c5.5,0,10,4.5,10,10l0,0
|
||||
C82,149.5,77.5,154,72,154z"/>
|
||||
<path style="fill:#333C43;" d="M32,250h-9c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h9c5.5,0,10,4.5,10,10l0,0
|
||||
C42,245.5,37.5,250,32,250z"/>
|
||||
<path style="fill:#333C43;" d="M242,409h-39c-5.5,0-10-4.5-10-10l0,0c0-5.5,4.5-10,10-10h39c5.5,0,10,4.5,10,10l0,0
|
||||
C252,404.5,247.5,409,242,409z"/>
|
||||
</g>
|
||||
<g id="Stars">
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M374,116h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S375.1,116,374,116z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M312,138h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S312.6,138,312,138z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M262,68h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S262.6,68,262,68z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M418,181h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S418.6,181,418,181z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M339,203h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S339.6,203,339,203z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M362,263h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S362.6,263,362,263z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M92,253h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S92.6,253,92,253z"/>
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M81,82h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S82.1,82,81,82z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M172,187h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S172.6,187,172,187z"/>
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M215,126h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S216.1,126,215,126z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M140,61h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S140.6,61,140,61z"/>
|
||||
<path style="fill:#FFFFFF;" d="M264,273h-6v-6c0-1.7-1.3-3-3-3s-3,1.3-3,3v6h-6c-1.7,0-3,1.3-3,3s1.3,3,3,3h6v6c0,1.7,1.3,3,3,3
|
||||
s3-1.3,3-3v-6h6c1.7,0,3-1.3,3-3S265.7,273,264,273z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M132,147h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S132.6,147,132,147z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M182,357h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S182.6,357,182,357z"/>
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M123,208h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S124.1,208,123,208z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M212,257h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S212.6,257,212,257z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M302,287h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S302.6,287,302,287z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M262,227h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S262.6,227,262,227z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M272,167h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S272.6,167,272,167z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M312,47h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S312.6,47,312,47z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M192,27h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S192.6,27,192,27z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M162,298h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S162.6,298,162,298z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M32,187h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S32.6,187,32,187z"/>
|
||||
<path style="fill:#FFFFFF;" d="M390,141h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1
|
||||
s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S390.6,141,390,141z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M212,57h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S212.6,57,212,57z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M262,367h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S262.6,367,262,367z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M152,237h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S152.6,237,152,237z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M212,327h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S212.6,327,212,327z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M34,269h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S34.6,269,34,269z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M162,117h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S162.6,117,162,117z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M212,167h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S212.6,167,212,167z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M284,113h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S284.6,113,284,113z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M119,283h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S119.6,283,119,283z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M127,104h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S127.6,104,127,104z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M267,24h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S267.6,24,267,24z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M232,217h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S232.6,217,232,217z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M312,243h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S312.6,243,312,243z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M359,305h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S359.6,305,359,305z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M252,307h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S252.6,307,252,307z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M72,193h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S72.6,193,72,193z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 44 48" style="enable-background:new 0 0 44 48;" xml:space="preserve">
|
||||
<title>Book</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="Page-1">
|
||||
<g id="_x30_1---File-tree" transform="translate(-872.000000, -468.000000)">
|
||||
<g id="Welcome" transform="translate(467.000000, -57.000000)">
|
||||
<g id="BG">
|
||||
<g id="Book" transform="translate(405.336013, 525.751226)">
|
||||
<path id="Fill-223" style="fill:#5BB27E;" d="M22.9,46.3l-22-13.2l3.2-5.4l22.5,13.5l-2.9,4.9C23.5,46.4,23.2,46.5,22.9,46.3"
|
||||
/>
|
||||
<polygon id="Fill-225" style="fill:#FFFFFF;" points="7.4,21.1 29.9,34.6 23.2,45.8 0.7,32.3 "/>
|
||||
<path id="Fill-227" style="fill:#5BB27E;" d="M2.4,30.7l22,13.2c0.3,0.2,0.7,0.1,0.9-0.2l0.6-0.9L3.2,29.2L2.4,30.7z"/>
|
||||
<path id="Fill-229" style="fill:#5BB27E;" d="M17.9,1.4c-0.8,1.4-0.4,3.1,1,3.9c1.4,0.8,3.1,0.4,3.9-1c0.8-1.3,0.4-3.1-1-3.9
|
||||
C20.5-0.3,18.7,0.1,17.9,1.4"/>
|
||||
<polygon id="Fill-231" style="fill:#5BB27E;" points="17.9,1.4 22.8,4.4 5.8,32.7 0.9,29.8 "/>
|
||||
<path id="Fill-233" style="fill:#5DBD86;" d="M24.3,43.2l-21.7-13L20.3,0.7c0.3-0.5,0.9-0.6,1.3-0.3l20.8,12.5
|
||||
c0.5,0.3,0.6,0.9,0.3,1.3L25.6,42.8C25.4,43.3,24.8,43.5,24.3,43.2"/>
|
||||
<path id="Fill-235" style="fill:#5BB27E;" d="M1.7,32.9c-0.5-0.3-0.7-1-0.4-1.6c0.3-0.5,1-0.7,1.6-0.4l0.6,0.4
|
||||
c-0.1-0.5-0.4-0.9-0.8-1.1c-0.8-0.5-1.9-0.2-2.3,0.6c-0.5,0.8-0.2,1.9,0.6,2.3c0.4,0.3,0.9,0.3,1.4,0.2L1.7,32.9z"/>
|
||||
<polygon id="Fill-237" style="fill:#5BB27E;" points="1.3,31.4 0.3,30.8 1.5,28.8 2.5,29.4 "/>
|
||||
<path id="Fill-239" style="fill:#FFFFFF;" d="M36.4,17.2L22.7,9c-0.5-0.3-0.7-1-0.4-1.6c0.3-0.5,1-0.7,1.6-0.4l13.7,8.2
|
||||
c0.5,0.3,0.7,1,0.4,1.6C37.6,17.3,36.9,17.5,36.4,17.2"/>
|
||||
<path id="Fill-241" style="fill:#FFFFFF;" d="M34.4,19.3l-4.9-2.9c-0.3-0.2-0.4-0.5-0.2-0.8c0.2-0.3,0.5-0.4,0.8-0.2l4.9,2.9
|
||||
c0.3,0.2,0.4,0.5,0.2,0.8C35,19.4,34.7,19.5,34.4,19.3"/>
|
||||
<polygon id="Fill-243" style="fill:#FFFFFF;" points="4.6,31.4 4.1,31.1 22.3,0.8 22.8,1 "/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
@@ -0,0 +1,402 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 145 139" style="enable-background:new 0 0 145 139;" xml:space="preserve">
|
||||
<title>Astronaute</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="Page-1">
|
||||
<g id="_x30_1---File-tree" transform="translate(-784.000000, -354.000000)">
|
||||
<g id="Welcome" transform="translate(467.000000, -57.000000)">
|
||||
<g id="BG">
|
||||
<g id="Astronaute" transform="translate(317.000000, 411.000000)">
|
||||
<path id="Fill-82" style="fill:#FFFFFF;" d="M20,60.6l6.3-4.5l30.8,43.3l-5.8,4.1c-2.6,1.8-6.1,1.4-8.2-1L18.4,73.1
|
||||
C15.2,69.3,15.9,63.5,20,60.6"/>
|
||||
<g id="Group-86" transform="translate(16.509690, 56.036058)">
|
||||
<g id="Clip-85">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="0.5" y="-7.8" width="45.4" height="66">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0.5" y="-7.8" width="45.4" height="66" id="mask-2">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter);">
|
||||
<path id="path-1" style="fill:#FFFFFF;" d="M0.5,8.4c0.6-1.5,1.6-2.8,3-3.8l6.3-4.5l30.8,43.3l-5.8,4.1
|
||||
c-2.6,1.8-6.1,1.4-8.2-1L1.9,17.1c-0.6-0.7-1.1-1.5-1.4-2.3V8.4L0.5,8.4z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-84" style="mask:url(#mask-2);fill:#E1E4E5;" d="M0.5,5.4c0,0,2.5,3.5,5.1,1.6C8.2,5.2,9.9,4,9.9,4l25.2,35.5
|
||||
c0,0,1.6,4.1-2.7,7.2c-4.3,3.1-11.6-3.5-11.6-3.5L38,58.2l7.8-14.7L8.1-7.8L0.5,5.4z"/>
|
||||
</g>
|
||||
<path id="Fill-87" style="fill:#E1E4E5;" d="M101.2,89.3L101.2,89.3c2.3-3.4,7-4.2,10.3-1.9l15.1,10.4c1.8,1.3,2.3,3.7,1,5.6
|
||||
l-3.9,5.7c-1.3,1.8-3.7,2.3-5.6,1l-15.1-10.4C99.8,97.3,98.9,92.7,101.2,89.3"/>
|
||||
<g id="Group-91" transform="translate(98.026866, 93.089319)">
|
||||
<g id="Clip-90">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="-14.2" y="0.1" width="34.4" height="16.8">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-14.2" y="0.1" width="34.4" height="16.8" id="mask-4">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_1_);">
|
||||
<path id="path-3" style="fill:#FFFFFF;" d="M0.7,0.1C0.2,1.8,0.8,3.6,2.3,4.6l17.9,12.3h0.1V0.1H0.7L0.7,0.1z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-89" style="mask:url(#mask-4);fill:#97A9AF;" d="M-10.2,0.1l13.3,2c0,0,6.2,0.3,11.4,5.5
|
||||
c5.2,5.2,6.6,7.1,5.4,9.1c-1.2,2-34-11.2-34-11.2L-10.2,0.1z"/>
|
||||
</g>
|
||||
<g id="Group-98" transform="translate(109.997920, 89.669018)">
|
||||
<path id="Fill-92" style="fill:#FFFFFF;" d="M20.7,3.7l0.3-0.4c-2,2.9-6,3.6-8.9,1.6L9.4,3.2C9,2.8,8.3,2.9,8,3.4L0.7,13.9
|
||||
c-0.3,0.5-0.2,1.1,0.3,1.5l7.9,5.4l7.9,5.4L25.2,14L33,2.7l-1.3-0.9C28.1-0.8,23.1,0.1,20.7,3.7"/>
|
||||
<path id="Fill-94" style="fill:#CCD3D6;" d="M18.8,27.1L34.5,4.3c0.2-0.2,0.1-0.5-0.1-0.7L33,2.7L16.7,26.3l1.3,0.9
|
||||
C18.3,27.3,18.6,27.3,18.8,27.1"/>
|
||||
<polygon id="Fill-96" style="fill:#CCD3D6;" points="12.1,5 3.6,17.2 1.9,16 10.3,3.8 "/>
|
||||
</g>
|
||||
<g id="Group-101" transform="translate(109.997920, 93.089319)">
|
||||
<g id="Clip-100">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_2_" filterUnits="userSpaceOnUse" x="-26.1" y="0.1" width="34.4" height="16.8">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-26.1" y="0.1" width="34.4" height="16.8" id="mask-6">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_2_);">
|
||||
<path id="path-5" style="fill:#FFFFFF;" d="M7.9,0.1L0.7,10.5C0.4,11,0.5,11.6,1,12l7.2,5h0.1V0.1H7.9L7.9,0.1z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-99" style="mask:url(#mask-6);fill:#97A9AF;" d="M-22.2,0.1l13.3,2c0,0,6.2,0.3,11.4,5.5
|
||||
c5.2,5.2,6.6,7.1,5.4,9.1c-1.2,2-34-11.2-34-11.2L-22.2,0.1z"/>
|
||||
</g>
|
||||
<g id="Group-106" transform="translate(71.804558, 85.678667)">
|
||||
<path id="Fill-102" style="fill:#E1E4E5;" d="M42.3,6.8L42.3,6.8c0.6,4.1-2.2,7.9-6.2,8.5l-9.5,1.5c-2.2,0.3-4.2-1.2-4.6-3.3
|
||||
l-1.1-6.8c-0.3-2.2,1.2-4.2,3.3-4.6l9.5-1.5C37.9,0,41.7,2.7,42.3,6.8"/>
|
||||
<path id="Fill-104" style="fill:#FFFFFF;" d="M28.1,1.6L30.4,16c0.1,0.7-0.3,1.3-1,1.4L6.7,20.9c-2.5,0.4-4.8-1.3-5.2-3.8
|
||||
L0.3,9.3c-0.4-2.5,1.3-4.8,3.8-5.2l22.7-3.5C27.4,0.5,28,0.9,28.1,1.6"/>
|
||||
</g>
|
||||
<g id="Group-109" transform="translate(92.326364, 93.089319)">
|
||||
<g id="Clip-108">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_3_" filterUnits="userSpaceOnUse" x="-8.5" y="0.1" width="34.4" height="16.8">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-8.5" y="0.1" width="34.4" height="16.8" id="mask-8">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_3_);">
|
||||
<path id="path-7" style="fill:#FFFFFF;" d="M0.6,0.1L1.5,6C1.8,8.2,3.8,9.7,6,9.4l12.9-2C21.1,7,22.6,5,22.3,2.8l-0.4-2.7
|
||||
H0.6L0.6,0.1z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-107" style="mask:url(#mask-8);fill:#97A9AF;" d="M-4.5,0.1l13.3,2c0,0,6.2,0.3,11.4,5.5
|
||||
c5.2,5.2,6.6,7.1,5.4,9.1c-1.2,2-34-11.2-34-11.2L-4.5,0.1z"/>
|
||||
</g>
|
||||
<g id="Group-116" transform="translate(71.804558, 89.669018)">
|
||||
<g id="Group-112">
|
||||
<g id="Clip-111">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_4_" filterUnits="userSpaceOnUse" x="-1.3" y="0.2" width="32.4" height="19.1">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-1.3" y="0.2" width="32.4" height="19.1" id="mask-10">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_4_);">
|
||||
<path id="path-9" style="fill:#FFFFFF;" d="M3.6,0.2C1.4,0.8-0.1,3,0.3,5.3l1.2,7.8c0.4,2.5,2.7,4.2,5.2,3.8l22.7-3.5
|
||||
c0.7-0.1,1.1-0.7,1-1.4L28.5,0.2H3.6L3.6,0.2z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-110" style="mask:url(#mask-10);fill:#E1E4E5;" d="M4,1.3c0,0-3.3,7.7,2.2,10.9C11.7,15.4,30,9.7,30,9.7l1,8.3
|
||||
L5.7,19.3l-7-9L2,0.2L4,1.3z"/>
|
||||
</g>
|
||||
<g id="Group-115" transform="translate(11.971054, 3.420301)">
|
||||
<g id="Clip-114">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_5_" filterUnits="userSpaceOnUse" x="0.1" y="0.1" width="34.4" height="16.8">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0.1" y="0.1" width="34.4" height="16.8" id="mask-12">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_5_);">
|
||||
<path id="path-11" style="fill:#FFFFFF;" d="M0.1,12.7L17.4,10c0.7-0.1,1.1-0.7,1-1.4l-1.3-8.5h-17V12.7L0.1,12.7z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-113" style="mask:url(#mask-12);fill:#97A9AF;" d="M4,0.1l13.3,2c0,0,6.2,0.3,11.4,5.5
|
||||
c5.2,5.2,6.6,7.1,5.4,9.1c-1.2,2-34-11.2-34-11.2L4,0.1z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path id="Fill-117" style="fill:#CCD3D6;" d="M60.8,104.7c4.9,6.9,14.5,8.6,21.5,3.6s8.6-14.5,3.6-21.5
|
||||
c-4.9-6.9-14.5-8.6-21.5-3.6S55.8,97.7,60.8,104.7"/>
|
||||
<g id="Group-121" transform="translate(59.263454, 83.968517)">
|
||||
<g id="Clip-120">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_6_" filterUnits="userSpaceOnUse" x="0" y="0.1" width="31.7" height="24.6">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0" y="0.1" width="31.7" height="24.6" id="mask-14">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_6_);">
|
||||
<path id="path-13" style="fill:#FFFFFF;" d="M3.9,0.1C2.2,1.6,0.9,3.4,0,5.4v12.7c0.4,0.9,0.9,1.7,1.5,2.6
|
||||
c1.2,1.7,2.7,3,4.3,4.1h16.5c0.2-0.1,0.4-0.3,0.7-0.4c6.9-4.9,8.6-14.5,3.6-21.5c-0.7-1-1.6-1.9-2.5-2.7H3.9L3.9,0.1z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<polygon id="Fill-119" style="mask:url(#mask-14);fill:#BAC7CC;" points="0,20.4 28.6,0.1 31.7,4.5 3.1,24.8 "/>
|
||||
</g>
|
||||
<path id="Fill-122" style="fill:#FFFFFF;" d="M5.6,40.6C-2.7,29.1,0,13,11.6,4.8c11.6-8.2,27.6-5.5,35.9,6.1
|
||||
c8.2,11.6,5.5,27.6-6.1,35.9C29.9,54.9,13.8,52.2,5.6,40.6"/>
|
||||
<g id="Group-126" transform="translate(0.548285, 16.702595)">
|
||||
<g id="Clip-125">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_7_" filterUnits="userSpaceOnUse" x="-9.4" y="0" width="66.9" height="46.9">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-9.4" y="0" width="66.9" height="46.9" id="mask-16">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_7_);">
|
||||
<path id="path-15" style="fill:#FFFFFF;" d="M1.9,0C-1,7.7-0.1,16.7,5,23.9c8.2,11.6,24.3,14.3,35.9,6.1
|
||||
c9.7-6.9,13.2-19.3,9.2-30L1.9,0L1.9,0z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-124" style="mask:url(#mask-16);fill:#E1E4E5;" d="M50.3,24c0,0-32.4,19.5-50-12.9s-6.1,16.1-6.1,16.1L17,47
|
||||
l40.5-21.1L50.3,24z"/>
|
||||
</g>
|
||||
<g id="Group-135" transform="translate(9.669088, 3.021391)">
|
||||
<path id="Fill-127" style="fill:#33454E;" d="M4.1,32.9c-6.6-9.3-4.5-22.3,4.9-29s22.3-4.5,29,4.9c6.6,9.3,4.5,22.3-4.9,29
|
||||
C23.7,44.4,10.7,42.2,4.1,32.9"/>
|
||||
<path id="Stroke-129" style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;" d="M31.5,6.8
|
||||
c1.4,1.1,2.7,2.4,3.8,3.9"/>
|
||||
<path id="Stroke-131" style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;" d="M10.8,6.5
|
||||
c4.4-3.1,9.7-3.9,14.5-2.7"/>
|
||||
<path id="Fill-133" style="fill:#FFFFFF;" d="M11.3,58.3l39.6-28.2c0.8-0.5,1-1.6,0.4-2.4l-1.7-2.4c-0.5-0.8-1.6-1-2.4-0.4
|
||||
L7.6,53.1c-0.8,0.5-1,1.6-0.4,2.4l1.7,2.4C9.4,58.6,10.5,58.8,11.3,58.3"/>
|
||||
</g>
|
||||
<g id="Group-138" transform="translate(16.509690, 32.664000)">
|
||||
<g id="Clip-137">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_8_" filterUnits="userSpaceOnUse" x="-4.3" y="0.1" width="47.6" height="33.4">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-4.3" y="0.1" width="47.6" height="33.4" id="mask-18">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_8_);">
|
||||
<path id="path-17" style="fill:#FFFFFF;" d="M33.6,0.1L0.7,23.4C0,24-0.2,25,0.3,25.8L2,28.2c0.5,0.8,1.6,1,2.4,0.4L43.3,1
|
||||
V0.1H33.6L33.6,0.1z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-136" style="mask:url(#mask-18);fill:#E1E4E5;" d="M1.5,22.9c0,0,1.6,4.1,4.2,2.2C8.3,23.3,40.3,0.5,40.3,0.5
|
||||
s1.7-1.2,3,0.5S1.2,33.5,1.2,33.5l-5.5-7.8L1.5,22.9z"/>
|
||||
</g>
|
||||
<path id="Fill-139" style="fill:#FFFFFF;" d="M26.6,57.2l33.9,47.6l25.4-18.1c0,0-6.3-12.5-7.8-16.9
|
||||
c-4.9-14.2-10.7-32.1-22.6-33.2L26.6,57.2z"/>
|
||||
<g id="Group-149" transform="translate(25.978224, 36.166009)">
|
||||
<g id="Group-146" transform="translate(0.222320, 0.488343)">
|
||||
<g id="Clip-145">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_9_" filterUnits="userSpaceOnUse" x="-7.2" y="-5.9" width="40.1" height="34.3">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-7.2" y="-5.9" width="40.1" height="34.3" id="mask-20">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_9_);">
|
||||
<path id="path-19" style="fill:#FFFFFF;" d="M6,28.5l-5.6-7.9L29.3,0.1c1.3,0.1,2.5,0.4,3.6,0.9v27.5H6L6,28.5z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-144" style="mask:url(#mask-20);fill:#CCD3D6;" d="M32.9,1c0,0-31.2,13.5-27.1,27.5l-13-15.5L30.3-5.9L32.9,1z
|
||||
"/>
|
||||
</g>
|
||||
<path id="Fill-147" style="fill:#E1E4E5;" d="M31.6,17.3l9.6-6.8c0.2-0.2,0.5-0.1,0.7,0.1l5.6,7.9c0.2,0.2,0.1,0.5-0.1,0.7
|
||||
L37.7,26c-0.2,0.2-0.5,0.1-0.7-0.1L31.5,18C31.3,17.8,31.4,17.5,31.6,17.3"/>
|
||||
</g>
|
||||
<g id="Group-170" transform="translate(33.041145, 15.562495)">
|
||||
<path id="Fill-150" style="fill:#FFFFFF;" d="M25.4,37.3l9.6-6.8c0.2-0.2,0.5-0.1,0.7,0.1l5,7c0.2,0.2,0.1,0.5-0.1,0.7
|
||||
l-9.6,6.8c-0.2,0.2-0.5,0.1-0.7-0.1l-5-7C25.1,37.8,25.2,37.5,25.4,37.3"/>
|
||||
<path id="Fill-152" style="fill:#5DE6F9;" d="M43.9,0.4l20.3,9c0.6,0.3,0.9,0.9,0.8,1.6l-6.2,28.9c-0.1,0.6-0.8,0.9-1.3,0.7
|
||||
l-20.6-9.2c-0.4-0.2-0.6-0.6-0.5-1L42.7,1C42.8,0.4,43.4,0.1,43.9,0.4"/>
|
||||
<polygon id="Fill-154" style="fill:#EFEFEF;" points="42.6,1.3 63.8,9.6 57.1,40.7 35.9,32.4 "/>
|
||||
<polygon id="Fill-156" style="fill:#F9F9F9;" points="41.6,2.6 63.8,9.6 57.1,40.7 34.9,33.7 "/>
|
||||
<polygon id="Fill-158" style="fill:#FFFFFF;" points="40.6,3.9 63.8,9.6 57.1,40.7 33.9,35 "/>
|
||||
<path id="Fill-160" style="fill:#5DE6F9;" d="M56.4,40.5l-23.1-4.9c-0.5-0.1-0.9-0.6-0.8-1.2l6.2-29.2
|
||||
c0.1-0.5,0.6-0.9,1.2-0.8l23.1,4.9L56.4,40.5z"/>
|
||||
<path id="Fill-162" style="fill:#5DE6F9;" d="M57.7,40.8l-1.3-0.3l6.7-31.1l1.3,0.3c0.5,0.1,0.8,0.6,0.7,1l-6.3,29.4
|
||||
C58.6,40.6,58.1,40.9,57.7,40.8"/>
|
||||
<polygon id="Fill-164" style="fill:#437DD2;" points="56.4,40.5 57.1,40.7 63.8,9.6 63.1,9.4 "/>
|
||||
<path id="Fill-166" style="fill:#BAC7CC;" d="M47.3,24.6l1-0.1c0.3,0,0.6,0.2,0.6,0.5l0.3,5.8L47.1,31l-0.3-5.8
|
||||
C46.8,24.9,47,24.6,47.3,24.6"/>
|
||||
<path id="Fill-168" style="fill:#FFFFFF;" d="M34.3,52.5c-1.1,0.8-2.5,1.1-3.8,0.8L4,47.3c-2.6-0.6-4.2-3.1-3.6-5.7
|
||||
C1,39,3.6,37.4,6.1,37.9l24,5.4l20.6-18.2c2-1.7,5-1.6,6.7,0.4c1.8,2,1.6,5-0.4,6.7L34.7,52.2C34.5,52.3,34.4,52.4,34.3,52.5"
|
||||
/>
|
||||
</g>
|
||||
<g id="Group-195" transform="translate(33.041145, 39.504602)">
|
||||
<g id="Group-173" transform="translate(0.000000, 14.251255)">
|
||||
<g id="Clip-172">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_10_" filterUnits="userSpaceOnUse" x="-3.3" y="0.4" width="32.2" height="17.9">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-3.3" y="0.4" width="32.2" height="17.9" id="mask-22">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_10_);">
|
||||
<path id="path-21" style="fill:#FFFFFF;" d="M28.8,14.7L4,9.1C1.5,8.5-0.2,5.9,0.4,3.4c0.3-1.3,1.1-2.3,2.1-3h6.3l20,4.5
|
||||
V14.7L28.8,14.7z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-171" style="mask:url(#mask-22);fill:#E1E4E5;" d="M2.5,0.4c0,0-0.1,0.1-0.1,0.4C2.1,1.9,1.3,5.5,4.2,6.2
|
||||
c3.5,0.9,24.6,5.5,24.6,5.5l-0.2,6.6L1.4,12.9l-4.7-8.4"/>
|
||||
</g>
|
||||
<g id="Group-176" transform="translate(34.773061, 0.570050)">
|
||||
<g id="Clip-175">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_11_" filterUnits="userSpaceOnUse" x="0.1" y="0.4" width="29" height="30.9">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0.1" y="0.4" width="29" height="30.9" id="mask-24">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_11_);">
|
||||
<path id="path-23" style="fill:#FFFFFF;" d="M0.1,14.7L16,0.7c0.1-0.1,0.2-0.2,0.3-0.3H22c0.3,0.2,0.5,0.4,0.7,0.7
|
||||
c1.8,2,1.6,5-0.4,6.7L0.1,27.5V14.7L0.1,14.7z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-174" style="mask:url(#mask-24);fill:#E1E4E5;" d="M22.3,0.4c0,0,2.4,2.5-2.1,7.1c-4.6,4.6-20,16.8-20,16.8
|
||||
l3,7l26-27.6L22.3,0.4z"/>
|
||||
</g>
|
||||
<g id="Group-179" transform="translate(28.502509, 18.241606)">
|
||||
<g id="Clip-178">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_12_" filterUnits="userSpaceOnUse" x="0.2" y="0.2" width="9.4" height="14.1">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0.2" y="0.2" width="9.4" height="14.1" id="mask-26">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_12_);">
|
||||
<path id="path-25" style="fill:#FFFFFF;" d="M2.8,0.2l-1.1,1L0.2,0.9v9.8l1.7,0.4c1.3,0.3,2.7,0,3.8-0.8
|
||||
C5.9,10.2,6,10.1,6.2,10l3.5-3.1V0.2H2.8L2.8,0.2z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<polygon id="Fill-177" style="mask:url(#mask-26);fill:#E1E4E5;" points="0.6,1 0.2,10.7 4.7,14.3 9.7,12.1 2.5,0.2
|
||||
"/>
|
||||
</g>
|
||||
<g id="Group-182" transform="translate(29.642609, 18.811656)">
|
||||
<g id="Clip-181">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_13_" filterUnits="userSpaceOnUse" x="-0.4" y="-0.5" width="1.5" height="12.1">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-0.4" y="-0.5" width="1.5" height="12.1" id="mask-28">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_13_);">
|
||||
<polygon id="path-27" style="fill:#FFFFFF;" points="0.7,10.5 0.1,10.3 0.1,0.5 0.5,0.6 0.7,0.5 "/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Stroke-180" style="mask:url(#mask-28);fill:none;stroke:#CCD3D6;" d="M0.6-0.5L0.1,11.6"/>
|
||||
</g>
|
||||
<g id="Group-185" transform="translate(28.502509, 16.531455)">
|
||||
<g id="Clip-184">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_14_" filterUnits="userSpaceOnUse" x="0.1" y="-0.2" width="8.6" height="13.3">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0.1" y="-0.2" width="8.6" height="13.3" id="mask-30">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_14_);">
|
||||
<path id="path-29" style="fill:#FFFFFF;" d="M8.3,9.8l-2.1,1.9C6,11.8,5.9,11.9,5.8,12c-0.6,0.4-1.2,0.7-1.9,0.8H2.2
|
||||
c-0.1,0-0.1,0-0.2,0l-1.4-0.3V2.7l1.1,0.3l3.2-2.8h3.4V9.8L8.3,9.8z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Stroke-183" style="mask:url(#mask-30);fill:none;stroke:#CCD3D6;" d="M0.6,0.1l7.8,12.7"/>
|
||||
</g>
|
||||
<g id="Group-188" transform="translate(28.502509, 16.531455)">
|
||||
<g id="Clip-187">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_15_" filterUnits="userSpaceOnUse" x="-0.2" y="-7.7" width="5.3" height="24.5">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-0.2" y="-7.7" width="5.3" height="24.5" id="mask-32">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_15_);">
|
||||
<path id="path-31" style="fill:#FFFFFF;" d="M4.6,12.6c-0.8,0.3-1.8,0.4-2.6,0.2l-1.6-0.4V2.6l1.3,0.3l2.9-2.6V12.6z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Stroke-186" style="mask:url(#mask-32);fill:none;stroke:#CCD3D6;" d="M0.3-7.6l4.3,24.3"/>
|
||||
</g>
|
||||
<g id="Group-191" transform="translate(42.753764, 0.000000)">
|
||||
<g id="Clip-190">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_16_" filterUnits="userSpaceOnUse" x="0.5" y="-5.3" width="22.6" height="19.3">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0.5" y="-5.3" width="22.6" height="19.3" id="mask-34">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_16_);">
|
||||
<path id="path-33" style="fill:#FFFFFF;" d="M0.5,7.8L8,1.2C8.9,0.4,10,0,11.2,0c1.3,0,2.6,0.5,3.6,1.6
|
||||
c1.8,2,1.6,5-0.4,6.7L8,14H0.5V7.8L0.5,7.8z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<polygon id="Fill-189" style="mask:url(#mask-34);fill:#CCD3D6;" points="0.5,4.5 11.1,14 23.1,1.5 14.4,-5.3 "/>
|
||||
</g>
|
||||
<g id="Group-194" transform="translate(50.734466, 0.570050)">
|
||||
<g id="Clip-193">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_17_" filterUnits="userSpaceOnUse" x="0.4" y="0.4" width="12.4" height="13">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="0.4" y="0.4" width="12.4" height="13" id="mask-36">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_17_);">
|
||||
<path id="path-35" style="fill:#FFFFFF;" d="M0.4,13.1l6-5.3c2-1.8,2.2-4.8,0.4-6.7C6.5,0.8,6.3,0.6,6,0.4H0.4V13.1
|
||||
L0.4,13.1z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-192" style="mask:url(#mask-36);fill:#BAC7CC;" d="M3.2,13.4l9.6-9.9L6.3,0.4c0,0,2.4,2.5-2.1,7.1
|
||||
c-0.9,0.9-2.2,2.1-3.8,3.5L3.2,13.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Group-208" transform="translate(71.234508, 91.949219)">
|
||||
<path id="Fill-196" style="fill:#E1E4E5;" d="M31.2,10.4L31.2,10.4c3.5-2.1,8.1-1,10.2,2.5l9.4,15.7c1.1,1.9,0.5,4.3-1.4,5.5
|
||||
l-5.9,3.6c-1.9,1.1-4.3,0.5-5.5-1.4l-9.4-15.7C26.5,17.1,27.7,12.5,31.2,10.4"/>
|
||||
<path id="Fill-198" style="fill:#FFFFFF;" d="M56.3,26.3l0.4-0.3c-3,1.8-6.9,0.8-8.7-2.2l-1.7-2.7c-0.3-0.5-0.9-0.7-1.4-0.4
|
||||
l-11,6.6c-0.5,0.3-0.7,0.9-0.4,1.4l4.9,8.2l4.9,8.2l12.7-7.7L68,30.4L67.2,29C64.9,25.2,60,24,56.3,26.3"/>
|
||||
<path id="Fill-200" style="fill:#CCD3D6;" d="M45,46.7l23.7-14.3c0.2-0.1,0.3-0.5,0.2-0.7L68,30.4L43.4,45.2l0.8,1.4
|
||||
C44.4,46.8,44.7,46.9,45,46.7"/>
|
||||
<polygon id="Fill-202" style="fill:#CCD3D6;" points="48,23.9 35.2,31.5 34.1,29.7 46.9,22 "/>
|
||||
<path id="Fill-204" style="fill:#E1E4E5;" d="M41.6,18.6L41.6,18.6c-1.1,4-5.2,6.3-9.2,5.2l-9.3-2.6c-2.1-0.6-3.4-2.8-2.8-4.9
|
||||
l1.9-6.6c0.6-2.1,2.8-3.4,4.9-2.8l9.3,2.6C40.4,10.5,42.7,14.6,41.6,18.6"/>
|
||||
<path id="Fill-206" style="fill:#FFFFFF;" d="M30.8,8l-3.9,14.1c-0.2,0.6-0.8,1-1.5,0.8L3.3,16.8c-2.4-0.7-3.8-3.2-3.2-5.6
|
||||
l2.1-7.6C3,1.1,5.5-0.3,7.9,0.4L30,6.5C30.6,6.7,31,7.4,30.8,8"/>
|
||||
</g>
|
||||
<g id="Group-211" transform="translate(71.234508, 91.949219)">
|
||||
<g id="Clip-210">
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="Adobe_OpacityMaskFilter_18_" filterUnits="userSpaceOnUse" x="-1.2" y="-0.4" width="28.7" height="28.2">
|
||||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<mask maskUnits="userSpaceOnUse" x="-1.2" y="-0.4" width="28.7" height="28.2" id="mask-38">
|
||||
<g style="filter:url(#Adobe_OpacityMaskFilter_18_);">
|
||||
<path id="path-37" style="fill:#FFFFFF;" d="M27.5,19.8l-0.6,2.3c-0.2,0.6-0.8,1-1.5,0.8L3.3,16.8c-2.4-0.7-3.8-3.2-3.2-5.6
|
||||
l2.1-7.6c0.6-2,2.4-3.3,4.4-3.3c0.4,0,0.8,0.1,1.2,0.2l19.6,5.5V19.8L27.5,19.8z"/>
|
||||
</g>
|
||||
</mask>
|
||||
<path id="Fill-209" style="mask:url(#mask-38);fill:#E1E4E5;" d="M7.3,1.4c0,0-6.2,5.7-2.5,10.8c3.7,5.2,22.7,7.6,22.7,7.6
|
||||
l-2.5,8L1.5,18.5L-1.2,7.4L6-0.4L7.3,1.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 23 KiB |
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 72.7 63.2" style="enable-background:new 0 0 72.7 63.2;" xml:space="preserve">
|
||||
<g id="Calque_8">
|
||||
<path style="fill:#C66A71;" d="M51.4,1.5L28,15.9L3,27.3c-2.2,1-3.1,3.6-2.1,5.7c0,0.1,0.1,0.2,0.1,0.3l14.8,27.6
|
||||
c1.1,2,3.5,2.9,5.6,1.9l25.5-11.6l23.8-14.7c2-1.2,2.6-3.7,1.5-5.7L57.5,3.2c-1.1-2.1-3.7-2.9-5.9-1.8C51.5,1.4,51.4,1.5,51.4,1.5z
|
||||
"/>
|
||||
<path style="fill:#DA6E73;" d="M50.9,0.6L27.5,15.1l-25,11.4c-2.2,1-3.1,3.6-2.1,5.7c0,0.1,0.1,0.2,0.1,0.3l14.8,27.6
|
||||
c1.1,2,3.5,2.9,5.6,1.9l25.5-11.6l23.8-14.7c2-1.2,2.7-3.7,1.6-5.7L57,2.3c-1.1-2.1-3.7-2.9-5.9-1.8C51,0.6,51,0.6,50.9,0.6z"/>
|
||||
<path style="fill:#FFFFFF;" d="M4.8,27.4l23.7-10.6l17,31.8l-24,10.7c-1,0.4-2.1,0-2.6-0.9L3.8,30.2c-0.5-1-0.2-2.2,0.8-2.7
|
||||
C4.7,27.4,4.7,27.4,4.8,27.4z"/>
|
||||
<path style="fill:#F9F9FA;" d="M50.4,3L28.5,16.8l17,31.8l22.2-14c0.9-0.6,1.2-1.7,0.7-2.7L53.2,3.7c-0.5-1-1.7-1.3-2.7-0.8
|
||||
C50.5,3,50.4,3,50.4,3z"/>
|
||||
<polygon style="fill:#F9F9FA;" points="7.7,33.2 8.2,34.1 30.2,24.3 29.7,23.4 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="9.1,35.8 9.6,36.7 31.6,26.9 31.1,26 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="10.5,38.5 11,39.3 33,29.6 32.5,28.7 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="12,41.1 12.4,42 34.4,32.2 33.9,31.3 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="13.4,43.8 13.8,44.6 35.8,34.8 35.3,34 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="14.8,46.4 15.3,47.3 37.2,37.5 36.8,36.6 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="16.2,49 16.7,49.9 38.6,40.1 38.2,39.3 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="17.6,51.7 18.1,52.6 40.1,42.8 39.6,41.9 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="10.9,28.5 6.3,30.5 6.8,31.4 11.4,29.4 "/>
|
||||
<polygon style="fill:#F9F9FA;" points="37.3,46.2 19,54.3 19.5,55.2 37.8,47.1 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="53.6,8.7 54.1,9.6 33.7,22.4 33.2,21.5 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="55,11.3 55.5,12.2 35.1,25 34.6,24.1 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="56.4,14 56.9,14.8 36.5,27.7 36,26.8 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="57.8,16.6 58.3,17.5 37.9,30.3 37.5,29.4 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="59.2,19.3 59.7,20.1 39.3,33 38.9,32.1 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="60.7,21.9 61.1,22.8 40.8,35.6 40.3,34.7 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="62.1,24.5 62.5,25.4 42.2,38.3 41.7,37.4 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="63.5,27.2 64,28.1 43.6,40.9 43.1,40 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="47.9,8.7 52.2,6 52.6,6.9 48.4,9.6 "/>
|
||||
<polygon style="fill:#FFFFFF;" points="47.9,40.5 64.9,29.8 65.4,30.7 48.4,41.4 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 446 409" style="enable-background:new 0 0 446 409;" xml:space="preserve">
|
||||
<g id="planet_1">
|
||||
<path style="fill:#333C43;" d="M21,171h90c11.6,0,21,9.4,21,21l0,0c0,11.6-9.4,21-21,21H21c-11.6,0-21-9.4-21-21l0,0
|
||||
C0,180.4,9.4,171,21,171z"/>
|
||||
<path style="fill:#333C43;" d="M101,326h58c5.5,0,10,4.5,10,10l0,0c0,5.5-4.5,10-10,10h-58c-5.5,0-10-4.5-10-10l0,0
|
||||
C91,330.5,95.5,326,101,326z"/>
|
||||
<path style="fill:#333C43;" d="M91,70h38c5.5,0,10,4.5,10,10l0,0c0,5.5-4.5,10-10,10H91c-5.5,0-10-4.5-10-10l0,0
|
||||
C81,74.5,85.5,70,91,70z"/>
|
||||
<path style="fill:#333C43;" d="M424,256h-10c-8.8,0-16-7.2-16-16s7.2-16,16-16c17.7,0,32-14.3,32-32s-14.3-32-32-32h-41
|
||||
c-8.8,0-16-7.2-16-16s7.2-16,16-16h1c17.7,0,32-14.3,32-32s-14.3-32-32-32h-21c-8.8,0-16-7.2-16-16l0,0c0-8.8-7.2-16-16-16h-28
|
||||
c-8.8,0-16-7.2-16-16l0,0c0-8.8-7.2-16-16-16h-82c-8.8,0-16,7.2-16,16l0,0c0,8.8-7.2,16-16,16h-18c-8.8,0-16,7.2-16,16l0,0
|
||||
c0,8.8,7.2,16,16,16s16,7.2,16,16s-7.2,16-16,16H63c-17.7,0-32,14.3-32,32s14.3,32,32,32h48c17.7,0,32,14.3,32,32s-14.3,32-32,32
|
||||
H81c-26.5,0-48,21.5-48,48s21.5,48,48,48h78c8.8,0,16,7.2,16,16s-7.2,16-16,16s-16,7.2-16,16l0,0c0,8.8,7.2,16,16,16h122
|
||||
c8.8,0,16-7.2,16-16s7.2-16,16-16h8c8.8,0,16-7.2,16-16s7.2-16,16-16h5.1c8.8,0,15.9-7.2,15.9-16c0-8.8,7.2-16,16-16h34
|
||||
c8.8,0,16-7.2,16-16l0,0C440,263.2,432.8,256,424,256z"/>
|
||||
<path style="fill:#333C43;" d="M374,134h38c5.5,0,10,4.5,10,10l0,0c0,5.5-4.5,10-10,10h-38c-5.5,0-10-4.5-10-10l0,0
|
||||
C364,138.5,368.5,134,374,134z"/>
|
||||
<path style="fill:#333C43;" d="M414,230h9c5.5,0,10,4.5,10,10l0,0c0,5.5-4.5,10-10,10h-9c-5.5,0-10-4.5-10-10l0,0
|
||||
C404,234.5,408.5,230,414,230z"/>
|
||||
<path style="fill:#333C43;" d="M204,389h39c5.5,0,10,4.5,10,10l0,0c0,5.5-4.5,10-10,10h-39c-5.5,0-10-4.5-10-10l0,0
|
||||
C194,393.5,198.5,389,204,389z"/>
|
||||
</g>
|
||||
<g id="star">
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M365,87h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S366.1,87,365,87z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M322,138h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S322.6,138,322,138z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M272,68h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S272.6,68,272,68z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M402,175h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S402.6,175,402,175z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M342,213h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S342.6,213,342,213z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M372,263h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S372.6,263,372,263z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M102,253h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S102.6,253,102,253z"/>
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M85,120h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S86.1,120,85,120z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M182,187h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S182.6,187,182,187z"/>
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M225,126h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S226.1,126,225,126z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M172,87h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S172.6,87,172,87z"/>
|
||||
<path style="fill:#FFFFFF;" d="M298,315h-6v-6c0-1.7-1.3-3-3-3s-3,1.3-3,3v6h-6c-1.7,0-3,1.3-3,3s1.3,3,3,3h6v6c0,1.7,1.3,3,3,3
|
||||
s3-1.3,3-3v-6h6c1.7,0,3-1.3,3-3S299.7,315,298,315z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M142,147h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S142.6,147,142,147z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M192,357h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S192.6,357,192,357z"/>
|
||||
<path style="opacity:0.9;fill:#FFFFFF;enable-background:new ;" d="M125,286h-4v-4c0-1.1-0.9-2-2-2s-2,0.9-2,2v4h-4
|
||||
c-1.1,0-2,0.9-2,2s0.9,2,2,2h4v4c0,1.1,0.9,2,2,2s2-0.9,2-2v-4h4c1.1,0,2-0.9,2-2S126.1,286,125,286z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M222,257h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S222.6,257,222,257z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M312,287h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S312.6,287,312,287z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M272,227h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S272.6,227,272,227z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M282,167h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S282.6,167,282,167z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M322,47h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S322.6,47,322,47z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M202,27h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S202.6,27,202,27z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M172,298h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S172.6,298,172,298z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M42,187h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S42.6,187,42,187z"/>
|
||||
<path style="fill:#FFFFFF;" d="M412,143h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1
|
||||
s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S412.6,143,412,143z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M222,57h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S222.6,57,222,57z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M272,367h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S272.6,367,272,367z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M162,237h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S162.6,237,162,237z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M222,327h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S222.6,327,222,327z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M72,277h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S72.6,277,72,277z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M172,117h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S172.6,117,172,117z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M222,167h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S222.6,167,222,167z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;enable-background:new ;" d="M294,113h-2v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2
|
||||
c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1S294.6,113,294,113z"/>
|
||||
</g>
|
||||
<g id="planet">
|
||||
<g id="Planet-2">
|
||||
<circle style="opacity:0.5;fill:#7AD0E7;enable-background:new ;" cx="286" cy="174" r="65"/>
|
||||
<circle style="fill:#74CDDD;" cx="286" cy="174" r="59.1"/>
|
||||
<g>
|
||||
<defs>
|
||||
<circle id="SVGID_1_" cx="286" cy="174" r="59.1"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_2_">
|
||||
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_2_);">
|
||||
<path style="fill:#7AD0E7;" d="M296.2,111.6c0,0,20.4,11.5,11.5,29.3s-33.1-3.9-52.3-3.9s-28,25.5-28,37s-65-66.3-22.9-70.1
|
||||
S296.2,111.6,296.2,111.6z"/>
|
||||
<path style="fill:#6DCAD0;" d="M331.2,135.8c0,0-8.2,56-56.6,39.4s-43.5,4.6-35.1,19.5s35.1,25.1,50.4,22.6s79-58.6,62.5-77.8
|
||||
S331.2,135.8,331.2,135.8z"/>
|
||||
<path style="fill:#62C7CD;" d="M340.3,150.5c0,0-82.3,105.1-112.9,23.5s-48.4,30.6-48.4,30.6s66.3,70.1,102,66.3
|
||||
s99.4-7.6,99.4-38.2S340.3,150.5,340.3,150.5z"/>
|
||||
<path style="fill:#54C4C6;" d="M338.6,201.4c0,0,7.3-17.2-9.2-15.9s-35,53.5-84.4,31.2s-20.1,56.7,2.9,52.9
|
||||
S340.2,236.4,338.6,201.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.8 KiB |
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 306.7 271.4" style="enable-background:new 0 0 306.7 271.4;" xml:space="preserve">
|
||||
<g id="ordi">
|
||||
|
||||
<rect x="121.3" y="-7.7" transform="matrix(0.2588 -0.9659 0.9659 0.2588 47.035 249.8173)" style="opacity:0.2;fill:#FFFFFF;enable-background:new ;" width="130" height="204"/>
|
||||
<path style="fill:#E1E4E4;" d="M97.7,7.5L63.1,136.8l208.6,55.9l34.6-129.3c1.5-5.4-1.8-11-7.2-12.5c0,0,0,0,0,0l-189-50.6
|
||||
C104.8-1.1,99.2,2.1,97.7,7.5z M265.3,169.7c-0.9,3.5-4.6,5.6-8.1,4.6L84.8,128.1c-3.5-0.9-5.6-4.6-4.7-8.1l27.7-103.2
|
||||
c0.9-3.5,4.6-5.6,8.1-4.7l172.4,46.2c3.5,0.9,5.6,4.5,4.7,8c0,0,0,0,0,0.1L265.3,169.7z"/>
|
||||
|
||||
<ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 121.2846 219.0621)" style="fill:#FFFFFF;" cx="203.4" cy="30.5" rx="2" ry="2"/>
|
||||
<polygon style="fill:#FFFFFF;" points="1.7,180.4 303.1,261.2 271.7,192.7 63.1,136.8 "/>
|
||||
<path style="fill:#C8D5DD;" d="M4.6,193.6L294,271.1c3.3,0.9,6.7-1.1,7.6-4.4l1.5-5.6L1.7,180.4L0.2,186
|
||||
C-0.7,189.3,1.3,192.7,4.6,193.6z"/>
|
||||
<polygon style="fill:#C8D5DD;" points="273.9,226.4 261.4,194.1 71.4,143.2 44.3,164.9 "/>
|
||||
<polygon style="fill:#C8D5DD;" points="179.1,221.7 128.8,208.3 139.3,192.4 177.9,202.8 "/>
|
||||
<path style="fill:#5DBE87;" d="M116.4,22.7L116.4,22.7c0.3-1.1,1.4-1.7,2.4-1.4l3.9,1c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-3.9-1C116.8,24.9,116.1,23.8,116.4,22.7z"/>
|
||||
<path style="fill:#FFFFFF;" d="M128,25.8L128,25.8c0.3-1.1,1.4-1.7,2.4-1.4l21.3,5.7c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-21.3-5.7C128.4,28,127.7,26.9,128,25.8z"/>
|
||||
<path style="fill:#5DBE87;" d="M157,33.6L157,33.6c0.3-1.1,1.4-1.7,2.4-1.4l3.9,1c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-3.9-1C157.3,35.8,156.7,34.7,157,33.6z"/>
|
||||
<path style="fill:#DA6E73;" d="M121.9,40.8L121.9,40.8c0.3-1.1,1.4-1.7,2.4-1.4l25.1,6.7c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-25.1-6.7C122.3,42.9,121.7,41.8,121.9,40.8z"/>
|
||||
<path style="fill:#5DBE87;" d="M118.2,31.5L118.2,31.5c0.3-1.1,1.4-1.7,2.4-1.4l54.1,14.5c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-54.1-14.5C118.6,33.7,117.9,32.6,118.2,31.5z"/>
|
||||
<path style="fill:#DA6E73;" d="M154.8,49.6L154.8,49.6c0.3-1.1,1.4-1.7,2.4-1.4l5.8,1.6c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-5.8-1.6C155.1,51.7,154.5,50.6,154.8,49.6z"/>
|
||||
<path style="fill:#E9CB53;" d="M125.7,50.1L125.7,50.1c0.3-1.1,1.4-1.7,2.4-1.4l3.9,1c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-3.9-1C126,52.2,125.4,51.1,125.7,50.1z"/>
|
||||
<path style="fill:#5B99C2;" d="M117.8,56.2L117.8,56.2c0.3-1.1,1.4-1.7,2.4-1.4l23.2,6.2c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-23.2-6.2C118.2,58.4,117.5,57.3,117.8,56.2z"/>
|
||||
<path style="fill:#E9CB53;" d="M146.9,55.7L146.9,55.7c0.3-1.1,1.4-1.7,2.4-1.4l30.9,8.3c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-30.9-8.3C147.3,57.9,146.6,56.8,146.9,55.7z"/>
|
||||
<path style="fill:#FFFFFF;" d="M137.3,53.2L137.3,53.2c0.3-1.1,1.4-1.7,2.4-1.4l1.9,0.5c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-1.9-0.5C137.6,55.3,137,54.2,137.3,53.2z"/>
|
||||
<path style="fill:#5B99C2;" d="M158.4,67.1L158.4,67.1c0.3-1.1,1.4-1.7,2.4-1.4l23.2,6.2c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-23.2-6.2C158.7,69.3,158.1,68.2,158.4,67.1z"/>
|
||||
<path style="fill:#FFFFFF;" d="M148.7,64.5L148.7,64.5c0.3-1.1,1.4-1.7,2.4-1.4l1.9,0.5c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-1.9-0.5C149.1,66.7,148.4,65.6,148.7,64.5z"/>
|
||||
<path style="fill:#5DBE87;" d="M109.9,62.4L109.9,62.4c0.3-1.1,1.4-1.7,2.4-1.4l3.9,1c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-3.9-1C110.3,64.6,109.6,63.5,109.9,62.4z"/>
|
||||
<path style="fill:#5DBE87;" d="M107.9,70.1L107.9,70.1c0.3-1.1,1.4-1.7,2.4-1.4l9.7,2.6c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-9.7-2.6C108.2,72.3,107.6,71.2,107.9,70.1z"/>
|
||||
<path style="fill:#DA6E73;" d="M111.6,79.4L111.6,79.4c0.3-1.1,1.4-1.7,2.4-1.4l7.7,2.1c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l-7.7-2.1C111.9,81.6,111.3,80.5,111.6,79.4z"/>
|
||||
<path style="fill:#FFFFFF;" d="M127.1,83.6L127.1,83.6c0.3-1.1,1.4-1.7,2.4-1.4l15.5,4.1c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4L128.5,86C127.4,85.7,126.8,84.6,127.1,83.6z"/>
|
||||
<path style="fill:#DA6E73;" d="M150.2,89.8L150.2,89.8c0.3-1.1,1.4-1.7,2.4-1.4l0,0c1.1,0.3,1.7,1.4,1.4,2.4l0,0
|
||||
c-0.3,1.1-1.4,1.7-2.4,1.4l0,0C150.6,91.9,149.9,90.8,150.2,89.8z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |