jobs list styles

align animating icons

bring back color in sidebar tiles

change settings hover color

new help icon for allowed failures and settings help

fix svgs for firefox

also for remove log

also for help icon

fix coloring issues, use flexbox footer
This commit is contained in:
Lisa P 2015-11-26 18:34:08 +01:00
parent fe36e018ce
commit 336479a2be
35 changed files with 1029 additions and 401 deletions

View File

@ -30,7 +30,6 @@
@import "app/modules/navigation";
@import "app/modules/row";
@import "app/modules/loader";
// @import "app/modules/tiles";
@import "app/modules/buttons";
@import "app/modules/icons";
@import "app/modules/search";

View File

@ -107,5 +107,6 @@
@include colorLinks($color, $status, $is-building)
@include colorStatusIcons($color, $status)
&:hover,
&:active,
&:active
@include colorBg($color, $status, $width, $hover)

View File

@ -5,3 +5,10 @@ body
strong
font-weight: 400
a
color: $grey
text-decoration: none
&:hover,
&:active
text-decoration: underline

View File

@ -2,6 +2,7 @@
.centered
.row
max-width: 1024px
.main
margin: auto
max-width: 1024px
@ -21,6 +22,10 @@
width: 100%
min-height: 100vh
.inner
max-width: 1024px
margin: auto
#auth, #not-found, #simple
#top
top: 0

View File

@ -2,72 +2,56 @@
* Footer on the dashboard
*/
$footer-height: 210px
$footer-bg: #e0e0e0
$blue-grey: #8f9ba2
a
color : $color-link
text-decoration : none
footer
.footer
position: relative
padding : 20px 0
background-color : $footer-bg-color
min-height : 334px
background-color : $footer-bg
font-size : 12px
line-height : 22px
margin-top : -334px /* sticky footer */
color: #404650
a
display : block
color : $footer-color
display: inline-block
vertical-align: middle
color: #404650
text-decoration: none
&:hover,
&:active
text-decoration : underline
.wrapper
padding-bottom: 334px
min-height: 100vh
height: auto
@media (min-width: 640px)
.wrapper
padding-bottom: $footer-height
h3
font-size : 15px
margin : 0 0 10px 0
padding-top : 6px
font-weight : 400
color : $blue-grey
border-top : solid 4px #ccd0d5
footer
margin-top: - $footer-height
min-height: $footer-height
ul
padding: 0
margin: 0
list-style: none
footer h3
font-size : 15px
margin : 0 0 10px 0
padding-top : 6px
font-weight : 400
color : $footer-h3-color
border-top : solid 4px $footer-h3-corder-color
footer .row p
display : inline-block
margin : 0
color: $footer-color
line-height: 23px
.inner
display: flex
flex-flow: row wrap
justify-content: space-between
align-items: flex-start
footer .row
max-width: 1024px
footer .row ul,
footer .row li
display : block
color : $footer-color
line-height : 22px
padding : 0
margin-top : 0
list-style-type : none
footer a
text-decoration : none
display : inline-block
color : $footer-color
footer a:hover,
footer a:active
text-decoration : underline
.footer-elem
flex: 1 0 70%
margin-left: 1em
@media #{$medium-up}
.footer-elem
flex: 0 1 16%
margin-left: 1em
&:first-of-type
flex: 1 1 45%
margin-left: 0
.status-circle
display : inline-block
@ -75,20 +59,14 @@ footer a:active
width : 11px
text-indent : -9999px
margin-right : 5px
border-radius : 100px
-webkit-border-radius : 100px
-moz-border-radius : 100px
border-radius: 100px
vertical-align: middle
.status-circle.none
background: #2fcc66
.status-circle.degraded
background: #f1c40f
.status-circle.minor
background: #e67e22
.status-circle.major
background: #e74c3c
&.none
background: #2fcc66
&.degraded
background: #f1c40f
&.minor
background: #e67e22
&.major
background: #e74c3c

View File

@ -1,11 +1,24 @@
.jobs
=colorFadeOut($status, $color)
@media #{$medium-up}
&.#{$status}:hover
.job-lang,
.job-env
&:after
@include fadeOut(right, -90deg, $color)
.job-lang:hover,
.job-env:hover
overflow: visible
z-index: 80
.label-align
background-color: $color
&:after
content: none !important
.jobs-list
margin: 0
padding: 0
list-style: none
font-size: 16px
font-size: 15px
.jobs-item
border: 1px solid $cream-dark
@ -13,13 +26,23 @@
@include colorJobs($green, 'passed', 6px, rgba($green, .1))
@include colorJobs($red, 'failed', 6px, rgba($red, .1))
@include colorJobs($red, 'errored', 6px, rgba($red, .1))
@include colorJobs($grey, 'canceled', 6px, rgba($grey, .1))
@include colorJobs($grey, 'canceled', 6px, #f1f1f1)
@include colorJobs($yellow, 'started', 6px, rgba($yellow, .1), true)
@include colorJobs($yellow, 'queued', 6px, rgba($yellow, .1), true)
@include colorJobs($yellow, 'booting', 6px, rgba($yellow, .1), true)
@include colorJobs($yellow, 'received', 6px, rgba($yellow, .1), true)
@include colorJobs($yellow, 'created', 6px, rgba($yellow, .1), true)
@include colorFadeOut('passed',#ECF6EF)
@include colorFadeOut('failed', #FBECEB)
@include colorFadeOut('errored', #FBECEB)
@include colorFadeOut('canceled', #f1f1f1)
@include colorFadeOut('started', #FCFBEB)
@include colorFadeOut('queued', #FCFBEB)
@include colorFadeOut('booting', #FCFBEB)
@include colorFadeOut('received', #FCFBEB)
@include colorFadeOut('created', #FCFBEB)
a
display: block
padding-left: 1em
@ -29,9 +52,129 @@
justify-content: space-between
align-items: center
height: 34px
padding-left: 0.5em
.section-title
font-size: 16px
color: $grey
font-weight: 400
margin: 3rem 0 1rem
margin: 3rem 0 1rem
.job-state
display: inline-block
@media #{$medium-up}
flex: 0 0 2em
&.started,
&.booting,
&.received,
&.created
line-height: 3
.icon
width: 24px
height: 24px
vertical-align: middle
.job-number
display: inline-block
@media #{$medium-up}
flex: 0 0 7em
padding-right: 1em
border-right: 1px solid $cream-dark
.icon-hash
width: 20px
height: 20px
vertical-align: middle
@extend %icon
@extend %icon-line-hash
.job-os
position: relative
pointer-events: none
.icon
width: 16px
height: 20px
vertical-align: middle
padding-left: 1.5em
background:
size: auto 18px
repeat: no-repeat
@media #{$medium-up}
flex: 0 0 4em
text-align: center
pointer-events: initial
.icon
padding-left: 0
text-indent: 999%
white-space: nowrap
overflow: hidden
&.linux
.icon
@extend %icon-line-linux
&.osx
.icon
@extend %icon-line-mac
.job-lang
@media #{$medium-up}
flex: 1 1 20%
position: relative
white-space: nowrap
overflow:hidden
&:after
content: ""
@include fadeOut(right, -90deg, white)
.icon-lang
width: 16px
height: 13px
margin-right: .3em
vertical-align: middle
@extend %icon
@extend %icon-line-language
.job-env
@media #{$medium-up}
flex: 1 1 30%
position: relative
white-space: nowrap
overflow: hidden
&:after
@include fadeOut(right, -90deg, white)
&.is-empty
opacity: .5
.icon-env
width: 14px
height: 14px
margin-right: .3em
vertical-align: middle
@extend %icon
@extend %icon-line-environment
.job-duration
flex: 1 0 14%
padding-right: 1em
.icon-clock
display: inline-block
width: 16px
height: 20px
margin-right: .3em
vertical-align: middle
background:
size: auto 20px
position: -2px 0
@extend %icon-line-clock
.icon-calendar
display: inline-block
width: 16px
height: 18px
margin-right: .3em
vertical-align: middle
background:
size: auto 18px
position: -1px 0
@extend %icon-line-calendar

View File

@ -101,6 +101,7 @@
margin: 1.5rem 0 2.5rem
a
width: 100%
position: relative
&:hover
h1, h2
text-decoration: underline

View File

@ -74,11 +74,11 @@ $dropdown-button-margin: -9px
&:hover,
&:active,
.display &
background-color: $teal
color: white
@extend %icon-line-cog-white
color: $teal
border-color: $teal
@extend %icon-line-cog-teal
&:after
@extend %icon-line-dropdown-white
@extend %icon-line-dropdown-teal
.settings-dropdown
display: none
@ -89,15 +89,16 @@ $dropdown-button-margin: -9px
margin: -1px 0 0
list-style: none
z-index: 60
background-color: #f1f1f1
background-color: white
border: 1px solid $teal
a
display: block
padding: .4em 1em .5em 2.4em
font-size: 14px
color: $grey-light
color: $teal
&:hover
background-color: $teal
color: white
background-color: $teal
.settings-menu
position: relative

View File

@ -1,16 +1,30 @@
$sb-grey: #f2f2f2
$sb-font-size: 14px
.tile--sidebar
.tile
height: auto
padding: 0.6em 0.5em
padding: 0.8em 0.5em 0.8em 1.5em
margin-bottom: .46rem
background-color: $white
border-radius: 0
border-left: 8px solid
li:last-child &
margin-bottom: 0
@include colorRows($green, 'passed', 8px)
@include colorRows($red, 'failed', 8px)
@include colorRows($red, 'errored', 8px)
@include colorRows($grey, 'canceled', 8px)
@include colorRows($yellow, 'started', 8px, true)
@include colorRows($yellow, 'queued', 8px, true)
@include colorRows($yellow, 'booting', 8px, true)
@include colorRows($yellow, 'received', 8px, true)
@include colorRows($yellow, 'created', 8px, true)
.status-icon .is-rotating
width: 17px;
height: 17px;
line-height: 1;
h2, p
margin: 0
font-size: $sb-font-size
@ -38,6 +52,7 @@ $sb-font-size: 14px
.icon
width: 1.3em
height: 1.4em
vertical-align: middle
.tabnav--sidebar
font-size: $sb-font-size
@ -59,15 +74,12 @@ $sb-font-size: 14px
color: $teal-light
&:after
bottom: -1px
@media (min-width: #{lower-bound($large-range)})
ul
height: 2em
@media #{$xxlarge-up}
li
padding-right: 2em
@media (max-width: #{lower-bound($large-range)})
li
display: block !important

View File

@ -138,7 +138,7 @@ $button-border-color: #d4d4d4
font-size: $font-size-small
color: $white
background-color: #CD3A36
font-weight: 300;
font-weight: 300
padding: 4px 10px 2px
&:focus,
&:hover
@ -195,7 +195,6 @@ $button-border-color: #d4d4d4
&:hover
@extend %icon-line-trigger-teal
%log-button
display: inline-block
height: 28px

View File

@ -28,15 +28,12 @@
background-image: inline-image('icons/sync-account-icon.svg')
%icon-download-log
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12.4"><style>.st0{fill:#f1f1f1;}</style><g id="downloadlog"><path class="st0" d="M5.1 11.3c-.4 0-.7-.3-.7-.7V.6c0-.3.3-.6.7-.6.4 0 .7.3.7.7v10c-.1.4-.4.6-.7.6z"/><path class="st0" d="M5.1 12.4c-.2 0-.3-.1-.5-.2L.2 7.8c-.3-.3-.3-.7 0-.9s.7-.3.9 0L5 10.8l4-3.9c.3-.3.7-.3.9 0s.3.7 0 .9l-4.4 4.4c-.1.1-.3.2-.4.2zM14.1 2.1H7.9c-.4 0-.7-.3-.7-.7s.3-.7.7-.7h6.2c.4 0 .7.3.7.7s-.3.7-.7.7zM14.3 5.3H7.9c-.4 0-.6-.3-.6-.7 0-.4.2-.6.6-.6h6.4c.4 0 .7.2.7.6 0 .4-.3.7-.7.7zM14.3 8.5h-2.4c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7h2.4c.4 0 .7.3.7.7 0 .4-.3.7-.7.7zM13 11.6H9.2c-.4 0-.7-.3-.7-.7s.3-.7.7-.7H13c.4 0 .7.3.7.7s-.4.7-.7.7z"/></g></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12.4"><style>.st0{fill:%23f1f1f1;}</style><g id="downloadlog"><path class="st0" d="M5.1 11.3c-.4 0-.7-.3-.7-.7V.6c0-.3.3-.6.7-.6.4 0 .7.3.7.7v10c-.1.4-.4.6-.7.6z"/><path class="st0" d="M5.1 12.4c-.2 0-.3-.1-.5-.2L.2 7.8c-.3-.3-.3-.7 0-.9s.7-.3.9 0L5 10.8l4-3.9c.3-.3.7-.3.9 0s.3.7 0 .9l-4.4 4.4c-.1.1-.3.2-.4.2zM14.1 2.1H7.9c-.4 0-.7-.3-.7-.7s.3-.7.7-.7h6.2c.4 0 .7.3.7.7s-.3.7-.7.7zM14.3 5.3H7.9c-.4 0-.6-.3-.6-.7 0-.4.2-.6.6-.6h6.4c.4 0 .7.2.7.6 0 .4-.3.7-.7.7zM14.3 8.5h-2.4c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7h2.4c.4 0 .7.3.7.7 0 .4-.3.7-.7.7zM13 11.6H9.2c-.4 0-.7-.3-.7-.7s.3-.7.7-.7H13c.4 0 .7.3.7.7s-.4.7-.7.7z"/></g></svg>')
%icon-remove-log
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 10.9"><style>.st0{fill:#f1f1f1;}</style><g id="removelog"><path class="st0" d="M12.3 1.8h1.9c.3 0 .6-.3.6-.6s-.3-.6-.6-.6h-1.9c-.3 0-.6.3-.6.6 0 .4.3.6.6.6zM9.7 3.5c-.3 0-.6.3-.6.6s.3.6.6.6h4.8c.3 0 .6-.3.6-.6s-.3-.6-.6-.6H9.7zM14.4 6.3H9.7c-.3 0-.6.3-.6.6s.3.6.6.6h4.7c.3 0 .6-.3.6-.6 0-.4-.3-.6-.6-.6zM13.2 9.1h-.7c-.3 0-.6.3-.6.6s.3.6.6.6h.7c.3 0 .6-.3.6-.6 0-.4-.3-.6-.6-.6z"/><path class="st0" d="M6.3 5.4L10.7 1c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L5.4 4.5 1.1.2C.9 0 .5 0 .2.2s-.2.6 0 .9l4.4 4.4L.2 9.8c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l4.4-4.4 4.4 4.4c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L6.3 5.4z"/></g></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 10.9"><style>.st0{fill:%23f1f1f1;}</style><g id="removelog"><path class="st0" d="M12.3 1.8h1.9c.3 0 .6-.3.6-.6s-.3-.6-.6-.6h-1.9c-.3 0-.6.3-.6.6 0 .4.3.6.6.6zM9.7 3.5c-.3 0-.6.3-.6.6s.3.6.6.6h4.8c.3 0 .6-.3.6-.6s-.3-.6-.6-.6H9.7zM14.4 6.3H9.7c-.3 0-.6.3-.6.6s.3.6.6.6h4.7c.3 0 .6-.3.6-.6 0-.4-.3-.6-.6-.6zM13.2 9.1h-.7c-.3 0-.6.3-.6.6s.3.6.6.6h.7c.3 0 .6-.3.6-.6 0-.4-.3-.6-.6-.6z"/><path class="st0" d="M6.3 5.4L10.7 1c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L5.4 4.5 1.1.2C.9 0 .5 0 .2.2s-.2.6 0 .9l4.4 4.4L.2 9.8c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l4.4-4.4 4.4 4.4c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L6.3 5.4z"/></g></svg>')
%icon-arrow-down
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.1 15"><style>.st0{fill:#f1f1f1;}</style><path id="downarrow" class="st0" d="M12 8.5c-.2-.2-.6-.2-.8 0L6.7 13V.6c0-.3-.3-.6-.6-.6-.4 0-.6.3-.6.6V13L1 8.5c-.2-.2-.6-.2-.8 0-.2.2-.2.6 0 .8l5.5 5.5c.1.1.2.2.4.2s.3-.1.4-.2L12 9.4c.2-.3.2-.7 0-.9z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.1 15"><style>.st0{fill:%23f1f1f1;}</style><path id="downarrow" class="st0" d="M12 8.5c-.2-.2-.6-.2-.8 0L6.7 13V.6c0-.3-.3-.6-.6-.6-.4 0-.6.3-.6.6V13L1 8.5c-.2-.2-.6-.2-.8 0-.2.2-.2.6 0 .8l5.5 5.5c.1.1.2.2.4.2s.3-.1.4-.2L12 9.4c.2-.3.2-.7 0-.9z"/></svg>')
.icon-tab-arrow
background-image: inline-image('svg/icon-tab-arrow.svg')
.icon--search
background-image: inline-image('svg/search.svg')
@ -93,37 +90,84 @@
@extend %icon
@extend %icon-line-commit
%icon-line-question
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.7 15"><style>.st0{fill:%23949899;}</style><g id="helpquestion"><path class="st0" d="M4.1 11.5c-.4 0-.6-.3-.7-.6 0-.1-.1-3.3 2.5-4.8C7 5.5 7.6 4.4 7.3 3.2c-.2-.9-1.1-1.9-2.9-1.9-1 0-1.8.3-2.3.8-.8.9-.8 2.2-.8 2.3 0 .3-.2.6-.6.6-.4 0-.7-.2-.7-.6 0-.1-.1-1.9 1.2-3.2C2 .4 3 0 4.4 0c2.1 0 3.7 1.1 4.2 2.9.4 1.7-.4 3.4-2 4.4-1.9 1.1-1.9 3.5-1.8 3.6 0 .3-.3.6-.7.6z"/><circle class="st0" cx="4.1" cy="14.1" r=".9"/></g></svg>')
%icon-line-question-teal
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.7 15"><style>.st0{fill:%2340a3ad;}</style><g id="helpquestion"><path class="st0" d="M4.1 11.5c-.4 0-.6-.3-.7-.6 0-.1-.1-3.3 2.5-4.8C7 5.5 7.6 4.4 7.3 3.2c-.2-.9-1.1-1.9-2.9-1.9-1 0-1.8.3-2.3.8-.8.9-.8 2.2-.8 2.3 0 .3-.2.6-.6.6-.4 0-.7-.2-.7-.6 0-.1-.1-1.9 1.2-3.2C2 .4 3 0 4.4 0c2.1 0 3.7 1.1 4.2 2.9.4 1.7-.4 3.4-2 4.4-1.9 1.1-1.9 3.5-1.8 3.6 0 .3-.3.6-.7.6z"/><circle class="st0" cx="4.1" cy="14.1" r=".9"/></g></svg>')
.icon-question
width: 1em
height: 1em
background:
repeat: no-repeat
position: 4px 2px
size: auto 10px
display: inline-block
border: solid 1px #E4E6E6
border-radius: 50%
@extend %icon-line-question
&:hover
border-color: $teal
@extend %icon-line-question-teal
%icon-line-hash
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-289 191 20 20"><style>.st0{fill:%23A5ACAD;}</style><path class="st0" d="M-272.4 198.4h-3.4l.3-3.3c0-.3-.2-.6-.5-.6s-.6.2-.6.5l-.3 3.4h-3.2l.3-3.6c0-.3-.2-.6-.5-.6s-.6.2-.6.5l-.3 3.7h-3.2c-.3 0-.5.2-.5.6 0 .3.2.5.5.5h3.1l-.2 2.9h-3.5c-.3 0-.5.2-.5.6 0 .3.2.5.5.5h3.4l-.3 3.3c0 .3.2.6.5.6s.5-.2.5-.5l.3-3.4h3.2l-.3 3.6c0 .3.2.6.5.6s.5-.2.5-.5l.3-3.7h3.2c.3 0 .5-.2.5-.6 0-.3-.2-.5-.5-.5h-3.1l.2-2.9h3.5c.3 0 .5-.2.5-.6.3-.2 0-.5-.3-.5zm-4.8 4h-3.2l.2-2.9h3.2l-.2 2.9z"/></svg>')
%icon-line-linux
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-504 379.9 12.7 16"><style>.st0{fill:%23939798;}</style><path class="st0" d="M-497.6 383c-.8 0-1.2.2-1.4.3-.2.1-.4.4-.4.6 0 .2.1.4.3.6l1.1.7c.1 0 .2.1.4.1.1 0 .3-.1.4-.1 1.1-.8 1.2-.8 1.2-.9.1-.1.2-.3.2-.4 0-.2-.1-.5-.3-.6-.3-.1-.8-.3-1.5-.3zm0 1.3l-.4-.3h.8c-.2.1-.3.2-.4.3z"/><path class="st0" d="M-493.9 385.7c-.5-.5-.7-2-.8-2.9-.1-1.6-1.4-2.8-3-2.8s-2.9 1.2-3 2.8c0 .2-.1.5-.1.8-.1.9-.2 1.7-.7 2.2-1.1 1.1-2.4 3.2-2.5 4v.1c0 .6.3 1.1.8 1.2.2 0 .5 0 .7-.2 0 0 .5-.3.8-.4v.1s.2.7.3.9c-.2.2-.3.4-.3.7v.2h-.1c-.5.1-.8.5-.8 1 0 .2 0 .4.1.5 0 0 1.4 2.2 2.9 2.2 0 0 .3 0 .5-.1s.3-.2.3-.2c.4-.3.6-.8.6-1.6h1.1c.1.8.3 1.4.6 1.6 0 0 .2.1.3.2.2.1.5.1.5.1 1.5 0 2.8-2.2 2.9-2.2.1-.1.1-.3.1-.5 0-.5-.3-.9-.8-1l-.1-.1v-.2c0-.2-.1-.4-.3-.6.1-.3.3-.7.4-1.1.3.1.6.4.7.4.2.2.5.2.7.2.2 0 .8-.2.8-1.2 0-.9-1.6-3.1-2.6-4.1zm-5.5 9.2s-.1 0 0 0c-.1.1-.2.1-.2.1-.7 0-1.8-1.3-2-1.7h.1c.4-.1.8-.5.8-1l.1-.1.2.2c.3.2.7.3 1.1.1l.2-.1s.1.3.1 1.2c-.2.9-.3 1.2-.4 1.3zm2.4-3c-.1.2-.1.6-.1 1.1-.2 0-.3.1-.5.1s-.4 0-.5-.1c0 0-.1-.9-.1-1.1-.2-.6-1-.9-1.6-.5l-.1-.1c-.1-.1-.3-.2-.5-.3-.1-.3-.2-.5-.3-.7.1-1.6 1.6-3.7 3.1-3.7s3 1.6 3.1 3.2c-.1.4-.2.8-.4 1.2h.2c-.3 0-.5.1-.7.3h-.1c-.5-.2-1.3 0-1.5.6zm3.2 1.3s.1 0 0 0c.1 0 .1 0 .1.1-.2.4-1.3 1.7-2 1.7h-.1l-.1-.1c-.1-.1-.2-.4-.2-1.4 0-1 .1-1.2.1-1.2s.1.1.2.1c.4.2.8.1 1.1-.1 0 0 .1-.1.2-.1-.1.3.2.9.7 1zm1.5-3.3c-.3-.2-.9-.5-1.2-.6-.4-1.9-2.2-3.5-4-3.5-1.7 0-3.3 1.7-3.9 3.5h-.2c-.9.4-1.2.5-1.4.6.1-.5 1.2-2.5 2.3-3.5.7-.7.9-1.8 1-2.8 0-.2.1-.5.1-.8.1-1.1.9-1.9 2-1.9s1.9.8 2 1.9c0 .3.2 2.7 1.1 3.6 1 1.1 2.2 3 2.2 3.5 0-.1 0 0 0 0z"/></svg>')
%icon-line-mac
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-501.2 377.3 11.2 15"><style>.st0{fill:%23939798;}</style><path class="st0" d="M-490.4 387.9c-.2-.1-.3-.2-.5-.3-.4-.3-.6-.7-.7-1.1-.1-.6-.1-1.2.2-1.6.2-.2.4-.5.7-.7.1 0 .1-.1.2-.2.2-.2.2-.5 0-.7-.1-.2-.3-.4-.4-.5-.5-.5-1.1-.8-1.8-.9-.3 0-.6-.1-1-.1-.3 0-.7.1-1.1.3l-.8.3-.9-.3c-.4-.1-.8-.3-1.2-.2-.9 0-1.7.4-2.4 1-.6.6-1 1.3-1.1 2.2 0 .2 0 .3-.1.5v1.1c0 .5.2 1.1.3 1.7.3.8.6 1.5 1 2.1.3.4.5.8.9 1.2.2.2.5.5.9.6.1 0 .2 0 .3.1h.6c.1 0 .2 0 .4-.1.1 0 .3-.1.4-.2l.3-.1c.5-.2.9-.2 1.4.1.2.1.5.2.9.3.6.1 1.1 0 1.6-.4.3-.3.6-.6.8-.9.4-.6.7-1.1 1-1.7.1-.1.1-.3.2-.4v-.1c0-.1.1-.2.1-.3.2-.4.1-.6-.2-.7zm-1 .9c-.2.5-.5.9-.8 1.4-.2.3-.4.5-.6.7-.2.2-.4.2-.7.2-.2 0-.5-.1-.6-.2-.8-.3-1.5-.4-2.2-.1l-.3.1c-.1 0-.3.1-.4.1-.1 0-.1 0-.2.1h-.2-.1c-.1-.1-.3-.2-.5-.4-.3-.3-.5-.6-.8-1-.3-.5-.6-1.1-.8-1.8-.2-.5-.2-.9-.3-1.4v-1c0-.1 0-.3.1-.4.1-.6.4-1.2.8-1.6.4-.4 1-.7 1.6-.7.2 0 .5.1.8.2l.9.3c.3.1.5.1.8 0l.8-.3c.3-.1.6-.2.8-.2h.6c.4.1.8.2 1.1.5l-.6.6c-.5.7-.6 1.6-.4 2.5.2.7.5 1.3 1.2 1.8-.1.4 0 .5 0 .6.1 0 0 0 0 0zM-495.7 381.7H-495.4c.3 0 .7-.1 1-.2.5-.2.9-.5 1.3-1s.7-1.1.8-1.7c.1-.3.1-.6 0-.9 0-.3-.3-.6-.6-.6h-.1-.4c-1.5.4-2.7 1.6-2.9 3.1V381c.1.4.3.6.6.7zm2.2-3c-.1.4-.3.7-.5 1.1-.3.3-.5.5-.8.7h-.1c0-.7.6-1.5 1.4-1.8z"/></svg>')
%icon-line-language
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-505.6 382.2 15 11.8"><style>.st0{fill:%23939798;}</style><g id="codelang"><path class="st0" d="M-501.7 391.8c-.2 0-.3-.1-.4-.2l-3.2-3.2c-.2-.2-.2-.6 0-.9l3.2-3.2c.2-.2.6-.2.9 0 .2.2.2.6 0 .9l-2.8 2.8 2.8 2.8c.2.2.2.6 0 .9-.2 0-.4.1-.5.1zM-494.4 391.8c-.2 0-.3-.1-.4-.2-.2-.2-.2-.6 0-.9l2.8-2.8-2.8-2.8c-.2-.2-.2-.6 0-.9.2-.2.6-.2.9 0l3.2 3.2c.2.2.2.6 0 .9l-3.2 3.2c-.2.2-.4.3-.5.3zM-499.8 394.1h-.2c-.3-.1-.5-.5-.4-.8l3.4-10.6c.1-.3.5-.5.8-.4.3.1.5.5.4.8l-3.4 10.6c-.1.2-.3.4-.6.4z"/></g></svg>')
%icon-line-environment
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-506.5 380.6 14.8 15"><style>.st0{fill:%23939798;}</style><path class="st0" d="M-491.7 383c0-.1-.1-.2-.1-.3l-.1-.1h-.1-.1l-6.9-1.9h-.4l-6.7 1.9h-.1-.1l-.1.1c0 .1-.1.1-.1.2v8.9c0 .3.1.5.4.6l6.7 3c.1 0 .2.1.3.1h.2c.2 0 .3-.1.5-.2l6.4-2.5c.2-.1.4-.3.4-.6v-9.1c-.1 0-.1 0-.1-.1zm-7.5-1.1l4.6 1.3-4.4 1.4-4.6-1.4 4.4-1.3zm-6 2.1l5.6 1.7v8.4l-5.6-2.5V384zm6.8 9.9v-8.3l5.4-1.7v7.8l-5.4 2.2z"/></svg>')
%icon-line-cog
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.2 15"><style>.st0{fill:#8d8d8d;}</style><path class="st0" d="M7.9 15H6.3c-.9 0-1.6-.7-1.6-1.6v-.9c-.2-.1-.4-.2-.5-.3l-.7.4c-.8.5-1.8.2-2.3-.6l-.8-1.4c-.6-.7-.4-1.7.4-2.2l.8-.4v-.5-.4l-.8-.4c-.4-.2-.6-.6-.8-1-.1-.4 0-.9.2-1.3L1.1 3c.2-.4.6-.6 1-.8.4-.1.9-.1 1.2.2l.7.5c.2-.1.4-.3.6-.4v-.9C4.7.7 5.4 0 6.3 0h1.6c.9 0 1.6.7 1.6 1.6v.9c.2.1.4.2.5.3l.8-.5c.4-.2.8-.3 1.2-.2.4.1.8.4 1 .7l1 1.5c.5.8.2 1.8-.6 2.3l-.7.4v.9l.7.4c.8.5 1 1.5.6 2.2l-.8 1.5c-.2.4-.6.6-1 .8-.4.1-.9.1-1.2-.2l-.8-.4-.6.3v.9c0 .9-.8 1.6-1.7 1.6zm-3.7-4.4l.3.3c.3.3.7.4 1 .6l.4.2v1.7c0 .2.2.3.4.3h1.6c.2 0 .4-.2.4-.3v-1.7l.4-.2c.3-.2.9-.5 1.1-.6l.3-.3 1.5.9c.1.1.2 0 .3 0 .1 0 .2-.1.2-.2l.8-1.4c.1-.2 0-.4-.1-.5l-1.5-.9.1-.4c0-.2.1-.4.1-.6 0-.2 0-.5-.1-.7l-.1-.4 1.5-.9c.1-.1.2-.3.1-.5L12 3.6c-.1-.1-.2-.1-.2-.2h-.3l-1.5.9-.3-.2c-.2-.2-.7-.5-1-.6l-.4-.1V1.6c0-.2-.2-.3-.4-.3H6.3c-.2 0-.4.2-.4.3v1.7l-.4.2c-.3.2-.7.4-1 .6l-.4.3-1.5-.9c-.1-.1-.2 0-.3 0-.1 0-.2.1-.2.2l-.8 1.4c-.1.1 0 .2 0 .3 0 .1.1.2.2.2l1.5.8-.1.5c0 .2-.1.4-.1.6 0 .2 0 .5.1.7l.1.4-1.5.9c-.2.1-.2.3-.1.5l.8 1.4c.1.2.3.2.5.1l1.5-.9zm2.9-.4c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7c1.5 0 2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7zm0-4.1c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4z" id="settingscog"/></svg>')
%icon-line-cog-white
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.2 15"><style>.st0{fill:#ffffff;}</style><path class="st0" d="M7.9 15H6.3c-.9 0-1.6-.7-1.6-1.6v-.9c-.2-.1-.4-.2-.5-.3l-.7.4c-.8.5-1.8.2-2.3-.6l-.8-1.4c-.6-.7-.4-1.7.4-2.2l.8-.4v-.5-.4l-.8-.4c-.4-.2-.6-.6-.8-1-.1-.4 0-.9.2-1.3L1.1 3c.2-.4.6-.6 1-.8.4-.1.9-.1 1.2.2l.7.5c.2-.1.4-.3.6-.4v-.9C4.7.7 5.4 0 6.3 0h1.6c.9 0 1.6.7 1.6 1.6v.9c.2.1.4.2.5.3l.8-.5c.4-.2.8-.3 1.2-.2.4.1.8.4 1 .7l1 1.5c.5.8.2 1.8-.6 2.3l-.7.4v.9l.7.4c.8.5 1 1.5.6 2.2l-.8 1.5c-.2.4-.6.6-1 .8-.4.1-.9.1-1.2-.2l-.8-.4-.6.3v.9c0 .9-.8 1.6-1.7 1.6zm-3.7-4.4l.3.3c.3.3.7.4 1 .6l.4.2v1.7c0 .2.2.3.4.3h1.6c.2 0 .4-.2.4-.3v-1.7l.4-.2c.3-.2.9-.5 1.1-.6l.3-.3 1.5.9c.1.1.2 0 .3 0 .1 0 .2-.1.2-.2l.8-1.4c.1-.2 0-.4-.1-.5l-1.5-.9.1-.4c0-.2.1-.4.1-.6 0-.2 0-.5-.1-.7l-.1-.4 1.5-.9c.1-.1.2-.3.1-.5L12 3.6c-.1-.1-.2-.1-.2-.2h-.3l-1.5.9-.3-.2c-.2-.2-.7-.5-1-.6l-.4-.1V1.6c0-.2-.2-.3-.4-.3H6.3c-.2 0-.4.2-.4.3v1.7l-.4.2c-.3.2-.7.4-1 .6l-.4.3-1.5-.9c-.1-.1-.2 0-.3 0-.1 0-.2.1-.2.2l-.8 1.4c-.1.1 0 .2 0 .3 0 .1.1.2.2.2l1.5.8-.1.5c0 .2-.1.4-.1.6 0 .2 0 .5.1.7l.1.4-1.5.9c-.2.1-.2.3-.1.5l.8 1.4c.1.2.3.2.5.1l1.5-.9zm2.9-.4c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7c1.5 0 2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7zm0-4.1c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4z" id="settingscog"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.2 15"><style>.st0{fill:%238d8d8d;}</style><path class="st0" d="M7.9 15H6.3c-.9 0-1.6-.7-1.6-1.6v-.9c-.2-.1-.4-.2-.5-.3l-.7.4c-.8.5-1.8.2-2.3-.6l-.8-1.4c-.6-.7-.4-1.7.4-2.2l.8-.4v-.5-.4l-.8-.4c-.4-.2-.6-.6-.8-1-.1-.4 0-.9.2-1.3L1.1 3c.2-.4.6-.6 1-.8.4-.1.9-.1 1.2.2l.7.5c.2-.1.4-.3.6-.4v-.9C4.7.7 5.4 0 6.3 0h1.6c.9 0 1.6.7 1.6 1.6v.9c.2.1.4.2.5.3l.8-.5c.4-.2.8-.3 1.2-.2.4.1.8.4 1 .7l1 1.5c.5.8.2 1.8-.6 2.3l-.7.4v.9l.7.4c.8.5 1 1.5.6 2.2l-.8 1.5c-.2.4-.6.6-1 .8-.4.1-.9.1-1.2-.2l-.8-.4-.6.3v.9c0 .9-.8 1.6-1.7 1.6zm-3.7-4.4l.3.3c.3.3.7.4 1 .6l.4.2v1.7c0 .2.2.3.4.3h1.6c.2 0 .4-.2.4-.3v-1.7l.4-.2c.3-.2.9-.5 1.1-.6l.3-.3 1.5.9c.1.1.2 0 .3 0 .1 0 .2-.1.2-.2l.8-1.4c.1-.2 0-.4-.1-.5l-1.5-.9.1-.4c0-.2.1-.4.1-.6 0-.2 0-.5-.1-.7l-.1-.4 1.5-.9c.1-.1.2-.3.1-.5L12 3.6c-.1-.1-.2-.1-.2-.2h-.3l-1.5.9-.3-.2c-.2-.2-.7-.5-1-.6l-.4-.1V1.6c0-.2-.2-.3-.4-.3H6.3c-.2 0-.4.2-.4.3v1.7l-.4.2c-.3.2-.7.4-1 .6l-.4.3-1.5-.9c-.1-.1-.2 0-.3 0-.1 0-.2.1-.2.2l-.8 1.4c-.1.1 0 .2 0 .3 0 .1.1.2.2.2l1.5.8-.1.5c0 .2-.1.4-.1.6 0 .2 0 .5.1.7l.1.4-1.5.9c-.2.1-.2.3-.1.5l.8 1.4c.1.2.3.2.5.1l1.5-.9zm2.9-.4c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7c1.5 0 2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7zm0-4.1c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4z" id="settingscog"/></svg>')
%icon-line-cog-teal
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.2 15"><style>.st0{fill:%2340a3ad;}</style><path class="st0" d="M7.9 15H6.3c-.9 0-1.6-.7-1.6-1.6v-.9c-.2-.1-.4-.2-.5-.3l-.7.4c-.8.5-1.8.2-2.3-.6l-.8-1.4c-.6-.7-.4-1.7.4-2.2l.8-.4v-.5-.4l-.8-.4c-.4-.2-.6-.6-.8-1-.1-.4 0-.9.2-1.3L1.1 3c.2-.4.6-.6 1-.8.4-.1.9-.1 1.2.2l.7.5c.2-.1.4-.3.6-.4v-.9C4.7.7 5.4 0 6.3 0h1.6c.9 0 1.6.7 1.6 1.6v.9c.2.1.4.2.5.3l.8-.5c.4-.2.8-.3 1.2-.2.4.1.8.4 1 .7l1 1.5c.5.8.2 1.8-.6 2.3l-.7.4v.9l.7.4c.8.5 1 1.5.6 2.2l-.8 1.5c-.2.4-.6.6-1 .8-.4.1-.9.1-1.2-.2l-.8-.4-.6.3v.9c0 .9-.8 1.6-1.7 1.6zm-3.7-4.4l.3.3c.3.3.7.4 1 .6l.4.2v1.7c0 .2.2.3.4.3h1.6c.2 0 .4-.2.4-.3v-1.7l.4-.2c.3-.2.9-.5 1.1-.6l.3-.3 1.5.9c.1.1.2 0 .3 0 .1 0 .2-.1.2-.2l.8-1.4c.1-.2 0-.4-.1-.5l-1.5-.9.1-.4c0-.2.1-.4.1-.6 0-.2 0-.5-.1-.7l-.1-.4 1.5-.9c.1-.1.2-.3.1-.5L12 3.6c-.1-.1-.2-.1-.2-.2h-.3l-1.5.9-.3-.2c-.2-.2-.7-.5-1-.6l-.4-.1V1.6c0-.2-.2-.3-.4-.3H6.3c-.2 0-.4.2-.4.3v1.7l-.4.2c-.3.2-.7.4-1 .6l-.4.3-1.5-.9c-.1-.1-.2 0-.3 0-.1 0-.2.1-.2.2l-.8 1.4c-.1.1 0 .2 0 .3 0 .1.1.2.2.2l1.5.8-.1.5c0 .2-.1.4-.1.6 0 .2 0 .5.1.7l.1.4-1.5.9c-.2.1-.2.3-.1.5l.8 1.4c.1.2.3.2.5.1l1.5-.9zm2.9-.4c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7c1.5 0 2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7zm0-4.1c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4z" id="settingscog"/></svg>')
%icon-line-dropdown
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 5.4"><style>.st0{fill:#8d8d8d;}</style><path class="st0" d="M0 .5C0 .4 0 .3.1.2c.2-.2.5-.2.7 0l4.8 4.2L10.3.2c.2-.2.5-.2.7 0 .2.2.2.5 0 .7L6 5.4c-.2.2-.4.2-.6 0L.2.8C.1.7 0 .6 0 .5z" id="tabarrow_1_"/></svg>')
%icon-line-dropdown-white
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 5.4"><style>.st0{fill:#ffffff;}</style><path class="st0" d="M0 .5C0 .4 0 .3.1.2c.2-.2.5-.2.7 0l4.8 4.2L10.3.2c.2-.2.5-.2.7 0 .2.2.2.5 0 .7L6 5.4c-.2.2-.4.2-.6 0L.2.8C.1.7 0 .6 0 .5z" id="tabarrow_1_"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 5.4"><style>.st0{fill:%238d8d8d;}</style><path class="st0" d="M0 .5C0 .4 0 .3.1.2c.2-.2.5-.2.7 0l4.8 4.2L10.3.2c.2-.2.5-.2.7 0 .2.2.2.5 0 .7L6 5.4c-.2.2-.4.2-.6 0L.2.8C.1.7 0 .6 0 .5z" id="tabarrow_1_"/></svg>')
%icon-line-dropdown-teal
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 5.4"><style>.st0{fill:%2340a3ad;}</style><path class="st0" d="M0 .5C0 .4 0 .3.1.2c.2-.2.5-.2.7 0l4.8 4.2L10.3.2c.2-.2.5-.2.7 0 .2.2.2.5 0 .7L6 5.4c-.2.2-.4.2-.6 0L.2.8C.1.7 0 .6 0 .5z" id="tabarrow_1_"/></svg>')
%icon-line-codeclimate
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.3 8.3"><style>.st0{fill:#A7AEAE;}</style><path class="st0" d="M.7 8.3c-.2 0-.3-.1-.5-.2-.3-.3-.3-.7 0-.9l5-5c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.3.3-.7.3-.9 0L5.7 3.5 1.1 8.1c-.1.1-.3.2-.4.2zM16.7 6.3c-.2 0-.3-.1-.5-.2l-4.6-4.6-1.7 1.8c-.2.2-.6.2-.9 0s-.2-.7 0-.9L11.2.2c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.1.1-.3.2-.4.2z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.3 8.3"><style>.st0{fill:%23A7AEAE;}</style><path class="st0" d="M.7 8.3c-.2 0-.3-.1-.5-.2-.3-.3-.3-.7 0-.9l5-5c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.3.3-.7.3-.9 0L5.7 3.5 1.1 8.1c-.1.1-.3.2-.4.2zM16.7 6.3c-.2 0-.3-.1-.5-.2l-4.6-4.6-1.7 1.8c-.2.2-.6.2-.9 0s-.2-.7 0-.9L11.2.2c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.1.1-.3.2-.4.2z"/></svg>')
%icon-line-codeclimate-teal
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.3 8.3"><style>.st0{fill:#40a3ad;}</style><path class="st0" d="M.7 8.3c-.2 0-.3-.1-.5-.2-.3-.3-.3-.7 0-.9l5-5c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.3.3-.7.3-.9 0L5.7 3.5 1.1 8.1c-.1.1-.3.2-.4.2zM16.7 6.3c-.2 0-.3-.1-.5-.2l-4.6-4.6-1.7 1.8c-.2.2-.6.2-.9 0s-.2-.7 0-.9L11.2.2c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.1.1-.3.2-.4.2z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.3 8.3"><style>.st0{fill:%2340a3ad;}</style><path class="st0" d="M.7 8.3c-.2 0-.3-.1-.5-.2-.3-.3-.3-.7 0-.9l5-5c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.3.3-.7.3-.9 0L5.7 3.5 1.1 8.1c-.1.1-.3.2-.4.2zM16.7 6.3c-.2 0-.3-.1-.5-.2l-4.6-4.6-1.7 1.8c-.2.2-.6.2-.9 0s-.2-.7 0-.9L11.2.2c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.1.1-.3.2-.4.2z"/></svg>')
%icon-line-cross
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#A7AEAE" d="M10.9 10l3.9-3.9c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L10 9.1 6.1 5.2c-.2-.2-.6-.2-.9 0-.2.2-.2.6 0 .9L9.1 10l-3.9 3.9c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l3.9-3.9 3.9 3.9c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L10.9 10z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23A7AEAE" d="M10.9 10l3.9-3.9c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L10 9.1 6.1 5.2c-.2-.2-.6-.2-.9 0-.2.2-.2.6 0 .9L9.1 10l-3.9 3.9c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l3.9-3.9 3.9 3.9c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L10.9 10z"/></svg>')
%icon-line-cross-white
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#FFFFFF" d="M10.9 10l3.9-3.9c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L10 9.1 6.1 5.2c-.2-.2-.6-.2-.9 0-.2.2-.2.6 0 .9L9.1 10l-3.9 3.9c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l3.9-3.9 3.9 3.9c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L10.9 10z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23FFFFFF" d="M10.9 10l3.9-3.9c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L10 9.1 6.1 5.2c-.2-.2-.6-.2-.9 0-.2.2-.2.6 0 .9L9.1 10l-3.9 3.9c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l3.9-3.9 3.9 3.9c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L10.9 10z"/></svg>')
%icon-line-cross-teal
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#40a3ad" d="M10.9 10l3.9-3.9c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L10 9.1 6.1 5.2c-.2-.2-.6-.2-.9 0-.2.2-.2.6 0 .9L9.1 10l-3.9 3.9c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l3.9-3.9 3.9 3.9c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L10.9 10z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%2340a3ad" d="M10.9 10l3.9-3.9c.2-.2.2-.6 0-.9-.2-.2-.6-.2-.9 0L10 9.1 6.1 5.2c-.2-.2-.6-.2-.9 0-.2.2-.2.6 0 .9L9.1 10l-3.9 3.9c-.2.2-.2.6 0 .9.1.1.3.2.4.2s.3-.1.4-.2l3.9-3.9 3.9 3.9c.1.1.3.2.4.2.2 0 .3-.1.4-.2.2-.2.2-.6 0-.9L10.9 10z"/></svg>')
%icon-line-trigger
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#A7AEAE" d="M17.2 7.9c-.2-.3-.6-.2-.9.1l-1 1.2C14.9 6 12.2 3.6 9 3.6c-3.6 0-6.4 2.9-6.4 6.4s2.9 6.4 6.4 6.4c1.8 0 3.6-.8 4.8-2.2.2-.3.2-.7-.1-.9-.3-.2-.7-.2-.9.1-1 1.1-2.4 1.7-3.9 1.7-2.8 0-5.1-2.3-5.1-5.1S6.1 4.9 9 4.9c2.7 0 4.9 2.1 5.1 4.7l-1.7-1.1c-.3-.2-.7-.1-.9.2s-.1.7.2.9l2.8 1.8c.1.1.2.1.3.1.1 0 .2 0 .3-.1 0 0 .1 0 .1-.1l.1-.1 2-2.4c.3-.3.2-.7-.1-.9z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23A7AEAE" d="M17.2 7.9c-.2-.3-.6-.2-.9.1l-1 1.2C14.9 6 12.2 3.6 9 3.6c-3.6 0-6.4 2.9-6.4 6.4s2.9 6.4 6.4 6.4c1.8 0 3.6-.8 4.8-2.2.2-.3.2-.7-.1-.9-.3-.2-.7-.2-.9.1-1 1.1-2.4 1.7-3.9 1.7-2.8 0-5.1-2.3-5.1-5.1S6.1 4.9 9 4.9c2.7 0 4.9 2.1 5.1 4.7l-1.7-1.1c-.3-.2-.7-.1-.9.2s-.1.7.2.9l2.8 1.8c.1.1.2.1.3.1.1 0 .2 0 .3-.1 0 0 .1 0 .1-.1l.1-.1 2-2.4c.3-.3.2-.7-.1-.9z"/></svg>')
%icon-line-trigger-white
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#FFFFFF" d="M17.2 7.9c-.2-.3-.6-.2-.9.1l-1 1.2C14.9 6 12.2 3.6 9 3.6c-3.6 0-6.4 2.9-6.4 6.4s2.9 6.4 6.4 6.4c1.8 0 3.6-.8 4.8-2.2.2-.3.2-.7-.1-.9-.3-.2-.7-.2-.9.1-1 1.1-2.4 1.7-3.9 1.7-2.8 0-5.1-2.3-5.1-5.1S6.1 4.9 9 4.9c2.7 0 4.9 2.1 5.1 4.7l-1.7-1.1c-.3-.2-.7-.1-.9.2s-.1.7.2.9l2.8 1.8c.1.1.2.1.3.1.1 0 .2 0 .3-.1 0 0 .1 0 .1-.1l.1-.1 2-2.4c.3-.3.2-.7-.1-.9z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23FFFFFF" d="M17.2 7.9c-.2-.3-.6-.2-.9.1l-1 1.2C14.9 6 12.2 3.6 9 3.6c-3.6 0-6.4 2.9-6.4 6.4s2.9 6.4 6.4 6.4c1.8 0 3.6-.8 4.8-2.2.2-.3.2-.7-.1-.9-.3-.2-.7-.2-.9.1-1 1.1-2.4 1.7-3.9 1.7-2.8 0-5.1-2.3-5.1-5.1S6.1 4.9 9 4.9c2.7 0 4.9 2.1 5.1 4.7l-1.7-1.1c-.3-.2-.7-.1-.9.2s-.1.7.2.9l2.8 1.8c.1.1.2.1.3.1.1 0 .2 0 .3-.1 0 0 .1 0 .1-.1l.1-.1 2-2.4c.3-.3.2-.7-.1-.9z"/></svg>')
%icon-line-trigger-teal
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#40a3ad" d="M17.2 7.9c-.2-.3-.6-.2-.9.1l-1 1.2C14.9 6 12.2 3.6 9 3.6c-3.6 0-6.4 2.9-6.4 6.4s2.9 6.4 6.4 6.4c1.8 0 3.6-.8 4.8-2.2.2-.3.2-.7-.1-.9-.3-.2-.7-.2-.9.1-1 1.1-2.4 1.7-3.9 1.7-2.8 0-5.1-2.3-5.1-5.1S6.1 4.9 9 4.9c2.7 0 4.9 2.1 5.1 4.7l-1.7-1.1c-.3-.2-.7-.1-.9.2s-.1.7.2.9l2.8 1.8c.1.1.2.1.3.1.1 0 .2 0 .3-.1 0 0 .1 0 .1-.1l.1-.1 2-2.4c.3-.3.2-.7-.1-.9z"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%2340a3ad" d="M17.2 7.9c-.2-.3-.6-.2-.9.1l-1 1.2C14.9 6 12.2 3.6 9 3.6c-3.6 0-6.4 2.9-6.4 6.4s2.9 6.4 6.4 6.4c1.8 0 3.6-.8 4.8-2.2.2-.3.2-.7-.1-.9-.3-.2-.7-.2-.9.1-1 1.1-2.4 1.7-3.9 1.7-2.8 0-5.1-2.3-5.1-5.1S6.1 4.9 9 4.9c2.7 0 4.9 2.1 5.1 4.7l-1.7-1.1c-.3-.2-.7-.1-.9.2s-.1.7.2.9l2.8 1.8c.1.1.2.1.3.1.1 0 .2 0 .3-.1 0 0 .1 0 .1-.1l.1-.1 2-2.4c.3-.3.2-.7-.1-.9z"/></svg>')
%icon-github-circle
background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 14.8"><style>.st0{fill:#949899;}</style><path class="st0" d="M6 14.8c-.1 0-.1 0 0 0-3.5-.7-6-3.8-6-7.3C0 3.4 3.4 0 7.5 0S15 3.4 15 7.5c0 3.3-2.1 6.2-5.3 7.2-.1 0-.2 0-.3-.1-.1-.1-.2-.2-.2-.3v-2.7c0-.3 0-.5-.1-.7 0-.1-.1-.2-.1-.2l-.1-.1c-.1-.1-.1-.3-.1-.4.1-.1.2-.2.3-.2h.2c.5-.1.9-.2 1.3-.4.2-.1.4-.3.5-.4.1-.2.3-.4.3-.7.1-.2.1-.5.1-.8v-.5c-.1-.5-.2-.8-.5-1.2 0-.2-.1-.4 0-.6V5.1c0-.3 0-.5-.1-.8-.2 0-.3.1-.5.2s-.3.2-.5.3l-.1.1c-.1.1-.3.1-.4.1-.3-.1-.6-.1-1-.2H7.1c-.3 0-.7.1-1 .2-.1 0-.2 0-.4-.1-.3-.2-.5-.3-.8-.4-.1 0-.2-.1-.4-.1 0 .2-.1.3-.1.5s0 .3.1.5v.1c0 .1 0 .3-.1.4V6s-.1.1-.1.2c-.2.2-.3.4-.3.8v.8c0 .2.1.5.1.8.1.2.2.4.4.6.1.1.3.3.4.3.3.2.7.4 1.1.4.1.1.4.1.4.1.1 0 .2.1.3.2.1.1.1.2.1.3 0 .1-.2.7-.7 1-.5.3-1.3.3-1.8-.2l-.2-.2c-.1-.2-.4-.6-.6-.7h-.1s0 .3.1.4c.1.1.1.2.2.2.1.2.3.4.3.6.3.6.7.7.8.8.3.1.8 0 1 0 .1 0 .2 0 .3.1.1.1.1.2.1.3v1.7c0 .1-.1.2-.1.3H6zM7.5.8C3.8.8.8 3.8.8 7.5c0 3 2 5.6 4.8 6.4v-.8c-.3 0-.6 0-.9-.1-.3-.1-.9-.3-1.3-1.2 0-.1-.2-.3-.3-.4-.1-.1-.1-.2-.2-.3-.3-.4-.3-1 0-1.3.1-.2.5-.3.8-.1.1 0 .2.1.3.1l-.1-.1c-.2-.3-.4-.6-.5-.9-.1-.3-.2-.6-.2-1 0-.3-.1-.6 0-1s.2-.8.4-1.1c0-.1.1-.1.1-.2v-.1c0-.2-.1-.5-.1-.7 0-.3.1-.5.2-.9.2-.1.3-.2.5-.2s.6 0 .9.2c.3.1.6.2.8.4.3-.1.7-.1 1.1-.2h1.4c.3 0 .7.1 1 .2l.2-.1c.1-.1.3-.2.5-.2.3-.1.5-.2.8-.3h.2c.2 0 .4.1.5.3.1.4.3.9.2 1.4V5.6c.2.4.4.9.5 1.4v.6c0 .4-.1.7-.2 1-.1.4-.3.7-.5 1-.2.3-.5.5-.7.6-.4.2-.8.4-1.2.5.1.3.2.5.2.9v2.2c2.6-1 4.3-3.5 4.3-6.3C14.2 3.8 11.2.8 7.5.8zM4.3 10c.2.2.3.4.5.6 0 .1.1.1.1.1.2.3.6.3.8.1l.1-.1h-.1c-.5-.1-.9-.3-1.3-.5 0-.1-.1-.1-.1-.2z" id="circledgithub"/></svg>')
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 14.8"><style>.st0{fill:%23949899;}</style><path class="st0" d="M6 14.8c-.1 0-.1 0 0 0-3.5-.7-6-3.8-6-7.3C0 3.4 3.4 0 7.5 0S15 3.4 15 7.5c0 3.3-2.1 6.2-5.3 7.2-.1 0-.2 0-.3-.1-.1-.1-.2-.2-.2-.3v-2.7c0-.3 0-.5-.1-.7 0-.1-.1-.2-.1-.2l-.1-.1c-.1-.1-.1-.3-.1-.4.1-.1.2-.2.3-.2h.2c.5-.1.9-.2 1.3-.4.2-.1.4-.3.5-.4.1-.2.3-.4.3-.7.1-.2.1-.5.1-.8v-.5c-.1-.5-.2-.8-.5-1.2 0-.2-.1-.4 0-.6V5.1c0-.3 0-.5-.1-.8-.2 0-.3.1-.5.2s-.3.2-.5.3l-.1.1c-.1.1-.3.1-.4.1-.3-.1-.6-.1-1-.2H7.1c-.3 0-.7.1-1 .2-.1 0-.2 0-.4-.1-.3-.2-.5-.3-.8-.4-.1 0-.2-.1-.4-.1 0 .2-.1.3-.1.5s0 .3.1.5v.1c0 .1 0 .3-.1.4V6s-.1.1-.1.2c-.2.2-.3.4-.3.8v.8c0 .2.1.5.1.8.1.2.2.4.4.6.1.1.3.3.4.3.3.2.7.4 1.1.4.1.1.4.1.4.1.1 0 .2.1.3.2.1.1.1.2.1.3 0 .1-.2.7-.7 1-.5.3-1.3.3-1.8-.2l-.2-.2c-.1-.2-.4-.6-.6-.7h-.1s0 .3.1.4c.1.1.1.2.2.2.1.2.3.4.3.6.3.6.7.7.8.8.3.1.8 0 1 0 .1 0 .2 0 .3.1.1.1.1.2.1.3v1.7c0 .1-.1.2-.1.3H6zM7.5.8C3.8.8.8 3.8.8 7.5c0 3 2 5.6 4.8 6.4v-.8c-.3 0-.6 0-.9-.1-.3-.1-.9-.3-1.3-1.2 0-.1-.2-.3-.3-.4-.1-.1-.1-.2-.2-.3-.3-.4-.3-1 0-1.3.1-.2.5-.3.8-.1.1 0 .2.1.3.1l-.1-.1c-.2-.3-.4-.6-.5-.9-.1-.3-.2-.6-.2-1 0-.3-.1-.6 0-1s.2-.8.4-1.1c0-.1.1-.1.1-.2v-.1c0-.2-.1-.5-.1-.7 0-.3.1-.5.2-.9.2-.1.3-.2.5-.2s.6 0 .9.2c.3.1.6.2.8.4.3-.1.7-.1 1.1-.2h1.4c.3 0 .7.1 1 .2l.2-.1c.1-.1.3-.2.5-.2.3-.1.5-.2.8-.3h.2c.2 0 .4.1.5.3.1.4.3.9.2 1.4V5.6c.2.4.4.9.5 1.4v.6c0 .4-.1.7-.2 1-.1.4-.3.7-.5 1-.2.3-.5.5-.7.6-.4.2-.8.4-1.2.5.1.3.2.5.2.9v2.2c2.6-1 4.3-3.5 4.3-6.3C14.2 3.8 11.2.8 7.5.8zM4.3 10c.2.2.3.4.5.6 0 .1.1.1.1.1.2.3.6.3.8.1l.1-.1h-.1c-.5-.1-.9-.3-1.3-.5 0-.1-.1-.1-.1-.2z" id="circledgithub"/></svg>')
.icon-github-circle
display: inline-block
width: 1.2em
height: 1.2em
margin-right: 0.3em
vertical-align: middle
background-repeat: no-repeat
@extend %icon-github-circle
%icon-line-flag-teal
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-501 376.4 11.1 15"><style>.st0{fill:%23d2f5f9;}</style><path id="flag" class="st0" d="M-492.5 380.3l2.5-2.4c.2-.2.2-.4.1-.6-.1-.2-.3-.4-.5-.4l-9.9-.5c-.1 0-.3.1-.4.2-.1.1-.2.3-.2.4v13.9c0 .3.3.6.6.6s.6-.3.6-.6v-6.2l9.4-.5c.2 0 .4-.2.5-.4.1-.2 0-.5-.1-.6l-2.6-2.9zm-7.3 3.1v-5.8l7.9.4-1.9 1.8c-.2.2-.2.6 0 .8l2.1 2.3-8.1.5z"/></svg>')
%icon-line-flag-yellow
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-501 376.4 11.1 15"><style>.st0{fill:%23F9F3D3;}</style><path id="flag" class="st0" d="M-492.5 380.3l2.5-2.4c.2-.2.2-.4.1-.6-.1-.2-.3-.4-.5-.4l-9.9-.5c-.1 0-.3.1-.4.2-.1.1-.2.3-.2.4v13.9c0 .3.3.6.6.6s.6-.3.6-.6v-6.2l9.4-.5c.2 0 .4-.2.5-.4.1-.2 0-.5-.1-.6l-2.6-2.9zm-7.3 3.1v-5.8l7.9.4-1.9 1.8c-.2.2-.2.6 0 .8l2.1 2.3-8.1.5z"/></svg>')
.icon--plus
&:after
@ -131,19 +175,6 @@
font-size: 16px
color: #A6ADAD
.icon-arrow-down
width : 0
height : 0
display : inline-block
padding-top : 2px
margin-left : 5px
border-left : 5px solid transparent
border-right : 5px solid transparent
border-top : 5px solid $teal-dark
.icon-flag
background-image: inline-image('svg/notice-flag.svg')
.icon-receiving
margin: 0.3rem 0.5rem;
display: inline-block;

View File

@ -25,10 +25,11 @@
text-decoration: underline
.icon-flag
display: inline-block
@extend %icon-line-flag-yellow
display: inline-block
background:
image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-501 376.4 11.1 15"><style>.st0{fill:%23d2f5f9;}</style><path id="flag" class="st0" d="M-492.5 380.3l2.5-2.4c.2-.2.2-.4.1-.6-.1-.2-.3-.4-.5-.4l-9.9-.5c-.1 0-.3.1-.4.2-.1.1-.2.3-.2.4v13.9c0 .3.3.6.6.6s.6-.3.6-.6v-6.2l9.4-.5c.2 0 .4-.2.5-.4.1-.2 0-.5-.1-.6l-2.6-2.9zm-7.3 3.1v-5.8l7.9.4-1.9 1.8c-.2.2-.2.6 0 .8l2.1 2.3-8.1.5z"/></svg>')
color: #40a3ad
color: #AF9112
size: auto 13px
position: 6px 4px
repeat: no-repeat

View File

@ -84,6 +84,6 @@
width: .7em
height: 1.3em
background:
size: 100%
size: auto 100%
repeat: no-repeat
@extend .icon-tab-arrow
image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.4 15"><style>.st0{fill:#949899;}</style><path class="st0" d="M.6 15c-.2 0-.3-.1-.4-.2-.3-.2-.3-.6-.1-.9l5.7-6.5L.2 1.1C0 .8 0 .4.2.2c.3-.2.7-.2.9 0L7.2 7c.2.2.2.6 0 .8l-6.1 6.9c-.1.2-.3.3-.5.3z" id="tabarrow"/></svg>')

View File

@ -1,149 +0,0 @@
.tile
border-radius: 4px
overflow: hidden
position: relative
padding: .8rem .8rem .8rem 3rem
background-color: $cream-light
p
margin: 0
.icon
vertical-align: middle
.icon--lang
width: 1.2em
height: 0.9em
&:not(.tile--jobs)
@include colorTiles($green-dark, 'passed')
@include colorTiles($red-dark, 'failed')
@include colorTiles($red-dark, 'errored')
@include colorTiles($grey-medium, 'canceled')
@include colorTiles(#bfb502, 'started', #e5da3f)
@include colorTiles(#bfb502, 'queued', #e5da3f)
@include colorTiles(#bfb502, 'booting', #e5da3f)
@include colorTiles(#bfb502, 'received', #e5da3f)
@include colorTiles(#bfb502, 'created', #e5da3f)
.status-icon .is-rotating
width: 17px;
height: 17px;
line-height: 1;
@media #{$medium-up}
height: 145px
.tile-main
height: 100%
.tile--small
margin-bottom: 1em
@media #{$medium-up}
height: 70px
overflow: hidden
.tile--xs
margin-bottom: 0.35em
padding: .5em .4em .4em
@media #{$medium-up}
height: 36px
overflow: hidden
.tile-main
h2,
small
margin: 0
font-weight: 400
font-size: $font-size-m
color: $grey-dark
line-height: 1
small
margin-right: .3em
font-weight: 600
a:hover
text-decoration: underline
.tile-additional
position: relative
p, li
padding: .1em 0
.icon
margin-right: .3em
height: 1.3em
vertical-align: middle
a
color: $grey-medium
&:hover
color: $grey-medium
text-decoration: underline
@media #{$small-only}
margin-top: 1em
@media #{$xlarge-up}
@include grid-column(3)
.tile-status
position: absolute
top: 0
bottom: 0
left: 0
width: 2.5em
height: 100%
border-top-left-radius: 4px
border-bottom-left-radius: 4px
.icon
display: block
.icon-status
width: 1.1em
height: 1.2em
margin: .7em auto 1em
.icon.push
width: 1.4em
height: 1.1em
margin: -0.2em auto 0
.icon.pull_request
width: 1.1em
height: 1.6em
margin: -0.5em auto 0
.icon.api
margin: -0.4em 0.75em
.icon--job
@extend %absolute-center
.tile-author
img
width: 22px
height: 22px
margin-right: .4em
vertical-align: top
border-radius: 50%
@media #{$medium-up}
position: absolute
bottom: 0
.tile--build
.tile-main
@media #{$small-only}
h2
line-height: $line-height-m
margin-bottom: 1em
@media #{$medium-up}
white-space: nowrap
overflow: hidden
border-right: solid 1px $cream-dark
&:after
@include fadeOut(right, -90deg, $cream-light)
@media #{$xlarge-up}
@include grid-column(7)
.tile-additional
p
white-space: nowrap
@media #{$xlarge-up}
@include grid-column(5)
.icon.api
margin: -0.2em 0.75em
p.tile-single-line
padding: .7em 0
.icon--code
width: 1.3em
height: 1.1em

View File

@ -59,18 +59,7 @@
&:before
left: 45%
.tooltip--jobs
@extend %tooltip
display: inline-block
position: relative
.tooltip-bubble
top: -4.5em
left: -1.9em
height: 3.7em
&:before
left: 15%
.tooltip--settings
.tooltip-settings
@extend %tooltip
display: inline-block
position: relative
@ -82,6 +71,7 @@
top: -4em
left: -1.9em
height: 3.2em
font-size: 12px
&:before
left: 2em
@ -93,3 +83,30 @@
&:before
left: 2.5em
.tooltip-jobs
display: inline-block
position: relative
vertical-align: middle
@extend %tooltip
.tooltip-bubble
top: -3.8em
left: -.5em
height: 3.2em
padding: .3em .4em
font-size: 12px
&:before
left: 0.6em
.tooltip-trigger
vertical-align: baseline
.tooltip.job-os
.tooltip-bubble
top: -2.2em
height: 1.6em
padding: 0.1em .4em
font-size: 12px
&:before
left: 0
right: 0
margin: auto

View File

@ -49,10 +49,10 @@
<h3 class="build-status {{item.state}}">
{{#if isJob}}
{{#link-to "job" repo item}}
{{request-icon event=item.build.event_type state=item.state}} #{{item.number}} {{humanize-state item.state}}{{/link-to}}
{{request-icon event=item.build.eventType state=item.state}} #{{item.number}} {{humanize-state item.state}}{{/link-to}}
{{else}}
{{#link-to "build" repo item}}
{{request-icon event=item.event_type state=item.state}} #{{item.number}} {{humanize-state item.state}}{{/link-to}}
{{request-icon event=item.eventType state=item.state}} #{{item.number}} {{humanize-state item.state}}{{/link-to}}
{{/if}}
</h3>
<ul class="list-icon">

View File

@ -10,7 +10,7 @@
<div class="row-request">
<div class="row-item">
{{#link-to "build" repo.owner.login repo.name repo.default_branch.last_build.id}}
{{request-icon event=repo.default_branch.last_build.eventType state=repo.default_branch.last_build.state}}
{{request-icon event=repo.default_branch.last_build.event_type state=repo.default_branch.last_build.state}}
<span class="label-align">#{{repo.default_branch.last_build.number}} {{repo.default_branch.last_build.state}} on {{repo.default_branch.name}}</span>
{{/link-to}}
</div>

View File

@ -2,7 +2,7 @@
{{#if cancelling}}
{{loading-indicator height=true}}
{{else}}
<a href="#" {{action "cancel"}} class="button-circle-cancel" title="Cancel Job">
<a href="#" {{action "cancel"}} class="button-circle-cancel" title="Cancel job">
Cancel Job
</a>
{{/if}}
@ -12,7 +12,7 @@
{{#if restarting}}
{{loading-indicator height=true}}
{{else}}
<a href="#" {{action "restart"}} class="button-circle-trigger" title="Restart Job">
<a href="#" {{action "restart"}} class="button-circle-trigger" title="Restart job">
Restart Job
</a>
{{/if}}

View File

@ -1,5 +1,5 @@
{{#link-to "job" repo job}}
<div class="job-state">
<div class="job-state {{job.state}}">
{{status-icon status=job.state}}
</div>
@ -9,8 +9,10 @@
</div>
<div class="job-os {{job.config.os}} tooltip">
<span class="icon tooltip-trigger">{{job.config.os}}</span>
<div class="tooltip-bubble" aria-hidden="true">{{job.config.os}}</div>
{{#if job.config.os}}
<span class="icon tooltip-trigger">{{job.config.os}}</span>
<div class="tooltip-bubble" aria-hidden="true">{{job.config.os}}</div>
{{/if}}
</div>
<div class="job-lang">
@ -18,15 +20,17 @@
<span class="label-align">{{#if languages}}{{languages}}{{else}}no language set{{/if}}</span>
</div>
{{#if environment}}
<div class="job-env">
{{#if environment}}
<span class="icon-env--dark"></span>
<span class="label-align">{{environment}}</span>
{{else}}
<span class="icon-env--light"></span>
<span class="label-align">no environment variables set</span>
{{/if}}
<span class="icon-env"></span>
<span class="label-align">{{environment}}</span>
</div>
{{else}}
<div class="job-env is-empty">
<span class="icon-env"></span>
<span class="label-align">no environment variables set</span>
</div>
{{/if}}
<div class="job-duration" title="Started {{pretty-date job.startedAt}}">
<span class="icon-clock"></span>

View File

@ -4,8 +4,8 @@
<h2 class="section-title">Build Jobs</h2>
{{else}}
<h2 class="section-title">Allowed Failures
<div class="tooltip--jobs">
<span class="icon icon--question tooltip-trigger"></span>
<div class="tooltip-jobs">
<span class="icon-question tooltip-trigger"></span>
<p class="tooltip-bubble">These are jobs you can allow to fail <br> without failing your entire build</p>
</div>
</h2>

View File

@ -1,8 +1,8 @@
{{travis-switch active=enabled description=description action="toggle"}}
<div class="tooltip--settings">
<div class="tooltip-settings">
<a href="http://docs.travis-ci.com/user/customizing-the-build/#Limiting-Concurrent-Builds" title="about the concurrency setting">
<p class="tooltip-bubble">Read more about<br>concurrent builds</p>
<span class="icon icon--question"></span>
<span class="icon icon-question"></span>
</a>
</div>
{{#if enabled}}

View File

@ -6,10 +6,10 @@
{{#if job.isLegacyInfrastructure}}
{{#if job.isFinished}}
<p class="notice"><span class="icon-flag"></span>
This job ran on our legacy infrastructure. Please read <a href="http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade" title="Migrating from legacy">our docs on how to upgrade</a></p>
<span class="label-align">This job ran on our legacy infrastructure. Please read <a href="http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade" title="Migrating from legacy">our docs on how to upgrade</a>.</span></p>
{{else}}
<p class="notice"><span class="icon-flag"></span>
This job is running on our legacy infrastructure. Please read <a href="http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade" title="Migrating from legacy">our docs on how to upgrade</a></p>
<span class="label-align">This job is running on our legacy infrastructure. Please read <a href="http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade" title="Migrating from legacy">our docs on how to upgrade</a>.</span></p>
{{/if}}
{{/if}}

View File

@ -34,7 +34,7 @@
<div class="row-item fade-out">
<div class="one-line">
{{request-icon event=repo.default_branch.last_build.event_type state=repo.default_branch.last_build.state}}
{{request-icon event=repo.default_branch.last_build.event_type}}
<span class="label-align">{{repo.default_branch.name}}</span>
</div>
</div>

View File

@ -1,4 +1,4 @@
<a href="#" {{action "menu"}} class="settings-button" type="" title="open settings menu">Settings</a>
<a href="#" {{action "menu"}} class="settings-button" type="" title="Open settings menu">Settings</a>
<ul class="settings-dropdown">
{{#if displaySettingsLink}}
<li>

View File

@ -1,71 +1,38 @@
<div class="tile tile--sidebar {{repo.lastBuildState}}">
<h2 class="tile-title">
<div class="tile {{repo.lastBuildState}}">
<h2 class="tile-title {{repo.lastBuildState}}">
{{#if repo.slug}}
{{#link-to "repo" repo}}
{{status-icon status=repo.lastBuildState}}
{{#link-to "repo" repo class="slug"}}{{repo.slug}}{{/link-to}}
<span class="label-align">{{repo.slug}}</span>
{{/link-to}}
{{/if}}
</h2>
{{#with repo.lastBuildHash as lastBuild}}
{{#if repo.slug}}
{{#if lastBuild.id}}
<p class="tile-title float-right">
<span class="icon">
<svg version="1.1" id="Layer_1" x="0px" y="0px"
viewBox="-289 193 18 18" {{!-- style="enable-background:new -289 191 20 20;" --}} xml:space="preserve">
<path fill="#A5ACAD" class="st0" d="M-272.4,198.4C-272.4,198.4-272.4,198.4-272.4,198.4l-3.4,0l0.3-3.3c0-0.3-0.2-0.6-0.5-0.6
c-0.3,0-0.6,0.2-0.6,0.5l-0.3,3.4l-3.2,0l0.3-3.6c0-0.3-0.2-0.6-0.5-0.6c-0.3,0-0.6,0.2-0.6,0.5l-0.3,3.7l-3.2,0
c-0.3,0-0.5,0.2-0.5,0.6c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0l3.1,0l-0.2,2.9l-3.5,0c-0.3,0-0.5,0.2-0.5,0.6c0,0.3,0.2,0.5,0.5,0.5
c0,0,0,0,0,0l3.4,0l-0.3,3.3c0,0.3,0.2,0.6,0.5,0.6c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5l0.3-3.4l3.2,0l-0.3,3.6
c0,0.3,0.2,0.6,0.5,0.6c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5l0.3-3.7l3.2,0c0.3,0,0.5-0.2,0.5-0.6c0-0.3-0.2-0.5-0.5-0.5c0,0,0,0,0,0
l-3.1,0l0.2-2.9l3.5,0c0.3,0,0.5-0.2,0.5-0.6C-271.8,198.7-272.1,198.4-272.4,198.4z M-277.2,202.4l-3.2,0l0.2-2.9l3.2,0
L-277.2,202.4z"/>
</svg>
</span>
{{#link-to "build" repo lastBuild.id
class="last_build"}}{{lastBuild.number}}{{/link-to}}
<p class="tile-title float-right {{repo.lastBuild.state}}">
{{#link-to "build" repo lastBuild.id}}
<span class="icon-hash"></span>
<span class="label-align">{{lastBuild.number}}</span>
{{/link-to}}
</p>
{{/if}}
{{/if}}
{{/with}}
<p>
<span class="icon">
<svg version="1.1" id="Layer_1" x="0px" y="0px"
viewBox="-288 192 20 20" {{!-- style="enable-background:new -289 191 20 20;" --}} xml:space="preserve">
<g>
<path fill="#A5ACAD" class="st0" d="M-278.9,207.7c-3.7,0-6.7-3-6.7-6.7s3-6.7,6.7-6.7s6.7,3,6.7,6.7S-275.2,207.7-278.9,207.7z M-278.9,195.4
c-3.1,0-5.6,2.5-5.6,5.6s2.5,5.6,5.6,5.6c3.1,0,5.6-2.5,5.6-5.6S-275.8,195.4-278.9,195.4z"/>
<path fill="#A5ACAD" class="st0" d="M-276.7,203.1c-0.1,0-0.2,0-0.3-0.1l-2.4-1.5c-0.2-0.1-0.2-0.3-0.2-0.4v-3.8c0-0.3,0.2-0.5,0.5-0.5
s0.5,0.2,0.5,0.5v3.5l2.1,1.4c0.2,0.2,0.3,0.5,0.2,0.7C-276.4,203-276.5,203.1-276.7,203.1z"/>
</g>
</svg>
</span>
Duration:
<span class="icon-clock"></span>
<span class="label-align">Duration:
<abbr class="duration" title={{lastBuildStartedAt}}>
{{format-duration repo.lastBuildDuration}}
</abbr>
</abbr></span>
</p>
<p>
<span class="icon">
<svg viewBox="0 2 20 20">
<g id="Cal">
<path fill="#A7AEAE" d="M16.7,2.5H3.3C3,2.5,2.8,2.7,2.8,3V17c0,0.3,0.2,0.5,0.5,0.5h13.4c0.3,0,0.5-0.2,0.5-0.5V3
C17.2,2.7,17,2.5,16.7,2.5z M16.2,3.4v3.1H3.8V3.4H16.2z M3.8,16.6v-9h12.5v9H3.8z"/>
<path fill="#A7AEAE" d="M8.7,13.4c-0.1,0-0.3,0-0.4,0c0.2-0.2,0.4-0.4,0.5-0.6c0.2-0.2,0.3-0.4,0.5-0.6c0.1-0.2,0.2-0.4,0.3-0.6
c0.1-0.2,0.1-0.4,0.1-0.6c0-0.2,0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.4C9.2,10,9.1,9.9,8.9,9.8C8.7,9.7,8.5,9.7,8.3,9.7
C8,9.7,7.7,9.8,7.5,9.9C7.2,10,7,10.2,6.8,10.4L7.3,11c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.3-0.1,0.4-0.1c0.2,0,0.4,0.1,0.5,0.2
c0.1,0.1,0.2,0.3,0.2,0.5c0,0.2,0,0.3-0.1,0.5c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.4,0.4-0.6,0.7c-0.2,0.2-0.5,0.5-0.8,0.8v0.6
H10v-0.9H9.1C9,13.4,8.8,13.4,8.7,13.4z"/>
<path fill="#A7AEAE" d="M10.6,10.7h2c-0.2,0.3-0.4,0.6-0.5,0.8c-0.1,0.3-0.3,0.6-0.4,0.8c-0.1,0.3-0.2,0.6-0.2,0.9
c0,0.3-0.1,0.7-0.1,1h1c0-0.4,0-0.8,0.1-1.2c0-0.3,0.1-0.7,0.2-0.9c0.1-0.3,0.2-0.6,0.4-0.9c0.2-0.3,0.4-0.6,0.6-0.9V9.8h-3.1
V10.7z"/>
</g>
</svg>
</span>
Finished:
<span class="icon-calendar"></span>
<span class="label-align">Finished:
<abbr class="finished_at timeago" title={{lastBuildFinishedAt}}>
{{format-time repo.lastBuildFinishedAt}}
</abbr>
</abbr></span>
</p>
</div>

View File

@ -1,39 +1,34 @@
<div class="row">
{{#if config.pro}}
<div class="small-6 medium-4 large-4 columns">
<img src="/images/dashboard/footer-logo.svg">
<footer class="footer">
<div class="inner">
<div class="footer-elem">
<img src="/images/ui/footer-logo.svg">
</div>
{{else}}
<div class="small-6 medium-6 large-6 columns">
<img src="/images/dashboard/footer-logo.svg">
<div class="footer-elem">
<h3>&copy;Travis CI, GmbH</h3>
<p>Rigaer Straße 8<br>10247 Berlin, Germany <br>
<a href="http://docs.travis-ci.com/imprint.html">Imprint</a></p>
</div>
<div class="footer-elem">
<h3>Help</h3>
<ul>
<li><a href="/docs">Documentation</a></li>
<li><a href="http://blog.travis-ci.com/">Blog</a></li>
<li><a href="mailto:enterprise@travis-ci.com">Email</a></li>
<li><a href="https://twitter.com/travisci">Twitter</a></li>
</ul>
</div>
{{#if config.pro}}
<div class="footer-elem">
<h3>Legal</h3>
<ul>
<li><a href="http://docs.travis-ci.com/imprint.html">Imprint</a></li>
<li><a href="https://billing.travis-ci.com/pages/terms">Terms of Service</a></li>
<li><a href="https://billing.travis-ci.com/pages/security">Security Statement</a></li>
</ul>
</div>
{{/if}}
<div class="footer-elem">
{{travis-status}}
</div>
{{/if}}
<div class="small-6 medium-2 large-2 columns">
<h3>&copy;Travis CI, GmbH</h3>
<p>Rigaer Straße 8<br>10247 Berlin, Germany</p>
</div>
<div class="small-6 medium-2 large-2 columns">
<h3>Help</h3>
<ul>
<li><a href="http://docs.travis-ci.com/">Documentation</a></li>
<li><a href="http://blog.travis-ci.com/">Blog</a></li>
<li><a href="mailto:support@travis-ci.com">Email</a></li>
<li><a href="https://twitter.com/travisci">Twitter</a></li>
</ul>
</div>
{{#if config.pro}}
<div class="small-6 medium-2 large-2 columns">
<h3>Legal</h3>
<ul>
<li><a href="http://docs.travis-ci.com/imprint.html">Imprint</a></li>
<li><a href="https://billing.travis-ci.com/pages/terms">Terms of Service</a></li>
<li><a href="https://billing.travis-ci.com/pages/security">Security Statement</a></li>
</ul>
</div>
{{/if}}
<div class="small-6 medium-2 large-2 columns">
{{travis-status}}
</div>
</div>
</footer>

View File

@ -6,6 +6,4 @@
{{yield}}
<footer class="landing-footer">
{{render "footer"}}
</footer>
{{render "footer"}}

View File

@ -4,7 +4,7 @@
</div>
<div class="owner-info">
<h1 class="owner-title">{{owner.name}}</h1>
<p class="owner-handle"><a href={{githubProfile}} title=""><span class="icon icon--github-circle"></span> {{owner.login}}</a></p>
<p class="owner-handle"><a href={{githubProfile}} title="{{owner.name}} on GitHub"><span class="icon-github-circle"></span><span class="label-align">{{owner.login}}</span></a></p>
{{!-- {{owner-sync-button owner=owner}} --}}
</div>
</header>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-506.5 380.6 14.8 15" style="enable-background:new -506.5 380.6 14.8 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:#939798;}
</style>
<path class="st0" d="M-491.7,383C-491.7,383-491.7,383-491.7,383C-491.7,383-491.7,383-491.7,383c0-0.1-0.1-0.2-0.1-0.3c0,0,0,0,0,0
c0,0-0.1-0.1-0.1-0.1c0,0,0,0-0.1,0c0,0,0,0-0.1,0l-6.9-1.9c-0.1,0-0.2,0-0.4,0l-6.7,1.9c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0
c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c0,0.1-0.1,0.1-0.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1v8.8c0,0.3,0.1,0.5,0.4,0.6l6.7,3
c0.1,0,0.2,0.1,0.3,0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0c0.2,0,0.3-0.1,0.5-0.2l6.4-2.5c0.2-0.1,0.4-0.3,0.4-0.6v-9.1
C-491.7,383.1-491.7,383.1-491.7,383z M-499.2,381.9l4.6,1.3l-4.4,1.4l-4.6-1.4L-499.2,381.9z M-505.2,384l5.6,1.7v8.4l-5.6-2.5V384
z M-498.4,393.9v-8.3l5.4-1.7v7.8L-498.4,393.9z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-501 376.4 11.1 15" style="enable-background:new -501 376.4 11.1 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:#939798;}
</style>
<path id="flag" class="st0" d="M-492.5,380.3l2.5-2.4c0.2-0.2,0.2-0.4,0.1-0.6c-0.1-0.2-0.3-0.4-0.5-0.4l-9.9-0.5
c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.3-0.2,0.4v0.4v6.7v6.8c0,0.3,0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6v-6.2l9.4-0.5
c0.2,0,0.4-0.2,0.5-0.4c0.1-0.2,0-0.5-0.1-0.6L-492.5,380.3z M-499.8,383.4v-5.8l7.9,0.4l-1.9,1.8c-0.2,0.2-0.2,0.6,0,0.8l2.1,2.3
L-499.8,383.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 806 B

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 8.7 15" style="enable-background:new 0 0 8.7 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:#949899;}
</style>
<g id="helpquestion">
<g>
<path class="st0" d="M4.1,11.5c-0.4,0-0.6-0.3-0.7-0.6c0-0.1-0.1-3.3,2.5-4.8c1.1-0.6,1.7-1.7,1.4-2.9C7.1,2.3,6.2,1.3,4.4,1.3
c-1,0-1.8,0.3-2.3,0.8C1.3,3,1.3,4.3,1.3,4.4C1.3,4.7,1.1,5,0.7,5C0.3,5,0,4.8,0,4.4c0-0.1-0.1-1.9,1.2-3.2C2,0.4,3,0,4.4,0
c2.1,0,3.7,1.1,4.2,2.9c0.4,1.7-0.4,3.4-2,4.4c-1.9,1.1-1.9,3.5-1.8,3.6C4.8,11.2,4.5,11.5,4.1,11.5C4.1,11.5,4.1,11.5,4.1,11.5z"
/>
</g>
<g>
<circle class="st0" cx="4.1" cy="14.1" r="0.9"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 911 B

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-505.6 382.2 15 11.8" style="enable-background:new -505.6 382.2 15 11.8;" xml:space="preserve">
<style type="text/css">
.st0{fill:#939798;}
</style>
<g id="codelang">
<g>
<path class="st0" d="M-501.7,391.8c-0.2,0-0.3-0.1-0.4-0.2l-3.2-3.2c-0.2-0.2-0.2-0.6,0-0.9l3.2-3.2c0.2-0.2,0.6-0.2,0.9,0
c0.2,0.2,0.2,0.6,0,0.9l-2.8,2.8l2.8,2.8c0.2,0.2,0.2,0.6,0,0.9C-501.4,391.7-501.6,391.8-501.7,391.8z"/>
</g>
<g>
<path class="st0" d="M-494.4,391.8c-0.2,0-0.3-0.1-0.4-0.2c-0.2-0.2-0.2-0.6,0-0.9l2.8-2.8l-2.8-2.8c-0.2-0.2-0.2-0.6,0-0.9
c0.2-0.2,0.6-0.2,0.9,0l3.2,3.2c0.2,0.2,0.2,0.6,0,0.9l-3.2,3.2C-494.1,391.7-494.3,391.8-494.4,391.8z"/>
</g>
<g>
<path class="st0" d="M-499.8,394.1c-0.1,0-0.1,0-0.2,0c-0.3-0.1-0.5-0.5-0.4-0.8l3.4-10.6c0.1-0.3,0.5-0.5,0.8-0.4
c0.3,0.1,0.5,0.5,0.4,0.8l-3.4,10.6C-499.3,393.9-499.5,394.1-499.8,394.1z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-504 379.9 12.7 16" style="enable-background:new -504 379.9 12.7 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:#939798;}
</style>
<g>
<path class="st0" d="M-497.6,383c-0.8,0-1.2,0.2-1.4,0.3c-0.2,0.1-0.4,0.4-0.4,0.6c0,0.2,0.1,0.4,0.3,0.6c0,0,1.1,0.7,1.1,0.7
c0.1,0,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1c1.1-0.8,1.2-0.8,1.2-0.9c0.1-0.1,0.2-0.3,0.2-0.4c0-0.2-0.1-0.5-0.3-0.6
C-496.4,383.2-496.9,383-497.6,383z M-497.6,384.3l-0.4-0.3c0.2,0,0.6,0,0.8,0C-497.4,384.1-497.5,384.2-497.6,384.3z"/>
<path class="st0" d="M-493.9,385.7c-0.5-0.5-0.7-2-0.8-2.9c-0.1-1.6-1.4-2.8-3-2.8s-2.9,1.2-3,2.8c0,0.2-0.1,0.5-0.1,0.8
c-0.1,0.9-0.2,1.7-0.7,2.2c-1.1,1.1-2.4,3.2-2.5,4c0,0,0,0.1,0,0.1c0,0.6,0.3,1.1,0.8,1.2c0.2,0,0.5,0,0.7-0.2c0,0,0.5-0.3,0.8-0.4
c0,0,0,0.1,0,0.1c0,0,0.2,0.7,0.3,0.9c0,0,0,0,0,0c-0.2,0.2-0.3,0.4-0.3,0.7c0,0,0,0.1,0,0.2l-0.1,0c-0.5,0.1-0.8,0.5-0.8,1
c0,0.2,0,0.4,0.1,0.5c0,0,1.4,2.2,2.9,2.2c0,0,0.3,0,0.5-0.1c0.2-0.1,0.3-0.2,0.3-0.2c0.4-0.3,0.6-0.8,0.6-1.6c0.2,0,0.4,0,0.6,0
c0.2,0,0.4,0,0.5,0c0.1,0.8,0.3,1.4,0.6,1.6c0,0,0.2,0.1,0.3,0.2c0.2,0.1,0.5,0.1,0.5,0.1c1.5,0,2.8-2.2,2.9-2.2
c0.1-0.1,0.1-0.3,0.1-0.5c0-0.5-0.3-0.9-0.8-1c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2c0-0.2-0.1-0.4-0.3-0.6
c0.1-0.3,0.3-0.7,0.4-1.1c0.3,0.1,0.6,0.4,0.7,0.4c0.2,0.2,0.5,0.2,0.7,0.2c0.2,0,0.8-0.2,0.8-1.2
C-491.3,388.9-492.9,386.7-493.9,385.7z M-499.4,394.9C-499.4,394.9-499.5,394.9-499.4,394.9c-0.1,0.1-0.2,0.1-0.2,0.1
c-0.7,0-1.8-1.3-2-1.7c0,0,0,0,0,0l0,0c0,0,0.1,0,0.1,0c0.4-0.1,0.8-0.5,0.8-1c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0.1,0.2,0.2
c0.3,0.2,0.7,0.3,1.1,0.1c0,0,0.2-0.1,0.2-0.1c0,0,0.1,0.3,0.1,1.2C-499.2,394.5-499.3,394.8-499.4,394.9z M-497,391.9
c-0.1,0.2-0.1,0.6-0.1,1.1c0,0,0,0,0,0c-0.2,0-0.3,0.1-0.5,0.1c-0.2,0-0.4,0-0.5-0.1c0,0-0.1-0.9-0.1-1.1c-0.2-0.6-1-0.9-1.6-0.5
l-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.3c-0.1-0.3-0.2-0.5-0.3-0.7c0.1-1.6,1.6-3.7,3.1-3.7c1.5,0,3,1.6,3.1,3.2
c-0.1,0.4-0.2,0.8-0.4,1.2c0.1,0,0.1,0,0.2,0c-0.3,0-0.5,0.1-0.7,0.3c0,0-0.1,0-0.1,0C-496,391.1-496.8,391.3-497,391.9z
M-493.8,393.2C-493.8,393.2-493.7,393.2-493.8,393.2c0.1,0,0.1,0,0.1,0.1l0,0c-0.2,0.4-1.3,1.7-2,1.7c0,0-0.1,0-0.1,0l-0.1-0.1
c-0.1-0.1-0.2-0.4-0.2-1.4c0-1,0.1-1.2,0.1-1.2c0,0,0.1,0.1,0.2,0.1c0.4,0.2,0.8,0.1,1.1-0.1c0,0,0.1-0.1,0.2-0.1l0,0
C-494.6,392.5-494.3,393.1-493.8,393.2z M-492.3,389.9c-0.3-0.2-0.9-0.5-1.2-0.6c-0.4-1.9-2.2-3.5-4-3.5c-1.7,0-3.3,1.7-3.9,3.5
c0,0,0,0-0.1,0l-0.1,0c-0.9,0.4-1.2,0.5-1.4,0.6c0,0,0,0,0,0c0.1-0.5,1.2-2.5,2.3-3.5c0.7-0.7,0.9-1.8,1-2.8c0-0.2,0.1-0.5,0.1-0.8
c0.1-1.1,0.9-1.9,2-1.9s1.9,0.8,2,1.9c0,0.3,0.2,2.7,1.1,3.6C-493.5,387.5-492.3,389.4-492.3,389.9
C-492.3,389.8-492.3,389.9-492.3,389.9z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-501.2 377.3 11.2 15" style="enable-background:new -501.2 377.3 11.2 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:#939798;}
</style>
<g>
<path class="st0" d="M-490.4,387.9c-0.2-0.1-0.3-0.2-0.5-0.3c-0.4-0.3-0.6-0.7-0.7-1.1c-0.1-0.6-0.1-1.2,0.2-1.6
c0.2-0.2,0.4-0.5,0.7-0.7c0.1,0,0.1-0.1,0.2-0.2c0.2-0.2,0.2-0.5,0-0.7c-0.1-0.2-0.3-0.4-0.4-0.5c-0.5-0.5-1.1-0.8-1.8-0.9
c-0.3,0-0.6-0.1-1-0.1c-0.3,0-0.7,0.1-1.1,0.3l-0.8,0.3l-0.9-0.3c-0.4-0.1-0.8-0.3-1.2-0.2c-0.9,0-1.7,0.4-2.4,1
c-0.6,0.6-1,1.3-1.1,2.2c0,0.2,0,0.3-0.1,0.5l0,0.2c0,0,0,0.1,0,0.1v0.5c0,0,0,0,0,0.1c0,0,0,0.1,0,0.1l0,0.1
c0,0.5,0.2,1.1,0.3,1.7c0.3,0.8,0.6,1.5,1,2.1c0.3,0.4,0.5,0.8,0.9,1.2c0.2,0.2,0.5,0.5,0.9,0.6c0.1,0,0.2,0,0.3,0.1
c0,0,0.1,0,0.2,0h0.2c0,0,0.1,0,0.1,0l0.1,0c0.1,0,0.2,0,0.4-0.1c0.1,0,0.3-0.1,0.4-0.2l0.3-0.1c0.5-0.2,0.9-0.2,1.4,0.1
c0.2,0.1,0.5,0.2,0.9,0.3c0.6,0.1,1.1,0,1.6-0.4c0.3-0.3,0.6-0.6,0.8-0.9c0.4-0.6,0.7-1.1,1-1.7c0.1-0.1,0.1-0.3,0.2-0.4l0-0.1
c0-0.1,0.1-0.2,0.1-0.3C-490,388.2-490.1,388-490.4,387.9z M-491.4,388.8c-0.2,0.5-0.5,0.9-0.8,1.4c-0.2,0.3-0.4,0.5-0.6,0.7
c-0.2,0.2-0.4,0.2-0.7,0.2c-0.2,0-0.5-0.1-0.6-0.2c-0.8-0.3-1.5-0.4-2.2-0.1l-0.3,0.1c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.1,0-0.2,0.1
l-0.2,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1-0.1-0.3-0.2-0.5-0.4c-0.3-0.3-0.5-0.6-0.8-1c-0.3-0.5-0.6-1.1-0.8-1.8
c-0.2-0.5-0.2-0.9-0.3-1.4l0-0.2l0,0l0-0.6l0-0.2c0-0.1,0-0.3,0.1-0.4c0.1-0.6,0.4-1.2,0.8-1.6c0.4-0.4,1-0.7,1.6-0.7
c0.2,0,0.5,0.1,0.8,0.2l0.9,0.3c0.3,0.1,0.5,0.1,0.8,0l0.8-0.3c0.3-0.1,0.6-0.2,0.8-0.2c0.2,0,0.4,0,0.6,0c0.4,0.1,0.8,0.2,1.1,0.5
c-0.2,0.2-0.4,0.4-0.6,0.6c-0.5,0.7-0.6,1.6-0.4,2.5c0.2,0.7,0.5,1.3,1.2,1.8C-491.5,388.6-491.4,388.7-491.4,388.8
C-491.3,388.8-491.4,388.8-491.4,388.8z"/>
<path class="st0" d="M-495.7,381.7c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.2,0c0.3,0,0.7-0.1,1-0.2c0.5-0.2,0.9-0.5,1.3-1
c0.4-0.5,0.7-1.1,0.8-1.7c0.1-0.3,0.1-0.6,0-0.9c0-0.3-0.3-0.6-0.6-0.6h-0.1c0,0-0.2,0-0.2,0c-0.1,0-0.1,0-0.2,0
c-1.5,0.4-2.7,1.6-2.9,3.1c0,0.1,0,0.3,0,0.4l0,0.2C-496.2,381.4-496,381.6-495.7,381.7z M-493.5,378.7c-0.1,0.4-0.3,0.7-0.5,1.1
c-0.3,0.3-0.5,0.5-0.8,0.7c0,0-0.1,0-0.1,0C-494.9,379.8-494.3,379-493.5,378.7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,491 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="142px" height="45.381px" viewBox="0 0 142 45.381" enable-background="new 0 0 142 45.381" xml:space="preserve">
<g>
<g>
<path fill="#B5B5B5" d="M56.304,19.123h-5.175v-2.683h13.502v2.683h-5.149v15.228h-3.178V19.123z"/>
<path fill="#B5B5B5" d="M64.347,20.903h2.602l0.218,2.382h0.11c0.958-1.752,2.383-2.711,3.807-2.711
c0.684,0,1.124,0.082,1.534,0.274l-0.548,2.74c-0.465-0.139-0.822-0.22-1.397-0.22c-1.068,0-2.355,0.739-3.177,2.767v8.216h-3.149
V20.903z"/>
<path fill="#B5B5B5" d="M81.218,25.751c-0.028-1.424-0.631-2.629-2.438-2.629c-1.343,0-2.603,0.601-3.78,1.314l-1.149-2.109
c1.479-0.93,3.368-1.752,5.504-1.752c3.369,0,5.012,2.055,5.012,5.807v7.97h-2.574l-0.245-1.479h-0.082
c-1.206,1.014-2.576,1.807-4.163,1.807c-2.355,0-4-1.588-4-3.943C73.301,27.859,75.712,26.353,81.218,25.751z M78.287,32.213
c1.096,0,1.944-0.547,2.932-1.479v-3.013c-3.644,0.466-4.849,1.426-4.849,2.768C76.37,31.693,77.163,32.213,78.287,32.213z"/>
<path fill="#B5B5B5" d="M85.268,20.903h3.204l2.137,6.983c0.356,1.314,0.766,2.685,1.122,4.054h0.11
c0.382-1.369,0.767-2.739,1.149-4.054l2.137-6.983h3.04l-4.574,13.448h-3.642L85.268,20.903z"/>
<path fill="#B5B5B5" d="M99.347,16.768c0-1.069,0.822-1.809,1.944-1.809c1.124,0,1.945,0.74,1.945,1.809
c0,1.04-0.821,1.78-1.945,1.78C100.169,18.548,99.347,17.808,99.347,16.768z M99.704,20.903h3.15v13.448h-3.15V20.903z"/>
<path fill="#B5B5B5" d="M106.137,30.79c1.204,0.931,2.355,1.507,3.726,1.507c1.451,0,2.136-0.685,2.136-1.616
c0-1.123-1.452-1.615-2.876-2.163c-1.781-0.658-3.78-1.671-3.78-3.917c0-2.355,1.89-4.027,4.901-4.027
c1.863,0,3.37,0.767,4.466,1.617l-1.452,1.917c-0.93-0.685-1.889-1.151-2.958-1.151c-1.342,0-1.972,0.631-1.972,1.479
c0,1.04,1.343,1.479,2.793,1.999c1.836,0.685,3.862,1.562,3.862,4.082c0,2.299-1.835,4.161-5.23,4.161
c-1.834,0-3.779-0.793-5.094-1.862L106.137,30.79z"/>
<path fill="#B5B5B5" d="M130.43,16.11c2.19,0,3.971,1.068,5.094,2.273l-1.753,1.97c-0.931-0.902-1.944-1.478-3.313-1.478
c-2.932,0-5.039,2.464-5.039,6.49c0,4.08,1.943,6.546,4.929,6.546c1.589,0,2.767-0.656,3.779-1.779l1.753,1.944
c-1.451,1.671-3.313,2.601-5.587,2.601c-4.545,0-8.134-3.286-8.134-9.229C122.159,19.588,125.828,16.11,130.43,16.11z"/>
<path fill="#B5B5B5" d="M137.823,16.439H141v17.911h-3.178V16.439z"/>
</g>
<path fill="#E7E7E7" d="M27.341,41.247c-0.24,0.036-0.481,0.065-0.718,0.085c-0.155,0.008-0.317,0.023-0.465,0.023l-0.056,0.001
c0.186-0.414,0.327-0.734,0.433-0.979C26.753,40.622,27.03,40.923,27.341,41.247z"/>
<g>
<path fill="#E7E7E7" d="M15.399,29.019c0.532-0.288,1.132-0.245,2.073-0.243c0.1,0.002,0.205,0.001,0.312-0.002
c0.093,0,0.186-0.002,0.284-0.004c0.97-0.011,1.775,0.082,1.761-1.439c-0.015-1.521-0.69-2.751-1.659-2.741
c-0.969,0.009-1.906,1.256-1.848,2.774c0.015,0.396,0.074,0.683,0.167,0.888C15.646,28.463,15.412,28.985,15.399,29.019z
M27.049,22.76c-0.375,0.305-0.771,0.59-1.184,0.839l-1.375,0.828c-0.862,0.105-1.61,0.319-1.653,0.332
c-0.025,0.006-0.048,0.018-0.071,0.03c-0.066,0.038-0.117,0.104-0.142,0.181l-1.4,4.613l-7.484,1.665l-2.358-1.651l-0.686-5.556
c1.339-0.247,3.13-0.53,5.28-0.771c-0.229,0.275-0.453,0.564-0.666,0.869l-1.28,1.837l1.864-1.242
c0.028-0.02,1.214-0.8,3.157-1.75c1.936-0.146,4.072-0.239,6.357-0.239C25.965,22.744,26.512,22.751,27.049,22.76z"/>
<path fill="#E7E7E7" d="M35.246,28.395c-0.009-0.037-0.215-0.647-1.114-0.54c0.103-0.227,0.149-0.531,0.116-0.95
c-0.118-1.519-1.002-2.725-1.97-2.689c-0.968,0.032-1.588,1.292-1.535,2.813c0.054,1.521,0.866,1.51,1.834,1.476
C33.878,28.479,34.593,28.078,35.246,28.395z M40.022,24.022l-0.674,4.724l-2.378,1.666l-7.474-0.851l-1.395-4.592
c-0.032-0.103-0.111-0.182-0.214-0.211c-0.045-0.014-0.972-0.277-1.952-0.363l0.179-0.012c0.155-0.012,2.733-0.327,5.812-1.389
C35.334,23.257,38.119,23.676,40.022,24.022z"/>
</g>
<circle fill="#FFFFFF" cx="32.194" cy="25.671" r="0.495"/>
<circle fill="#FFFFFF" cx="18.319" cy="26.039" r="0.496"/>
<path fill="#E7E7E7" d="M43.285,26.101c-0.117-0.097-0.508-0.319-0.888-0.524l-0.626,4.391c-0.013,0.083-0.061,0.162-0.131,0.212
l-0.896,0.627c-0.021,0.105-0.038,0.194-0.054,0.277c0.88,0.217,1.736-0.419,2.216-0.876c0.222-0.865,0.416-1.893,0.483-2.628
C43.49,26.438,43.4,26.195,43.285,26.101z"/>
<path fill="#E7E7E7" d="M29.441,42.783c-0.582-0.208-1.115-0.544-1.579-1.004c-0.039-0.039-0.075-0.076-0.114-0.115
c-0.359,0.073-0.726,0.126-1.1,0.158c-0.157,0.006-0.308,0.02-0.472,0.02l-0.243,0.002l-0.094-0.002
c-0.556,0.826-1.491,1.279-2.222,1.522C25.792,43.736,28.185,43.165,29.441,42.783z"/>
<path fill="#E7E7E7" d="M10.292,32.029c-0.02-0.066-0.04-0.132-0.059-0.198l-1.164-0.815c-0.073-0.052-0.119-0.13-0.131-0.218
L8.37,26.186c-0.42,0.225-0.905,0.502-1.035,0.609c-0.113,0.093-0.198,0.329-0.077,1.428c0.092,0.826,0.382,2.095,0.679,3.046l0,0
C8.526,31.719,9.395,32.194,10.292,32.029z"/>
<path fill="#FFFFFF" d="M13.304,33.856c-0.023,0.004-0.046,0.007-0.069,0.007h0C13.258,33.863,13.281,33.86,13.304,33.856z"/>
<path fill="#FFFFFF" d="M11.202,32.509c0.008,0.024,0.018,0.049,0.026,0.073c-0.008-0.024-0.017-0.049-0.024-0.072L11.202,32.509z"
/>
<path fill="#E7E7E7" d="M27.7,31.818c-0.123-0.014-0.228-0.102-0.264-0.221l-1.438-4.735c-0.241-0.032-0.455-0.05-0.635-0.05
c-0.182,0-0.394,0.018-0.635,0.05l-1.396,4.599c-0.033,0.107-0.122,0.189-0.232,0.214l-0.667,0.149
c-0.057,0.236-0.25,0.582-0.868,0.771c-1,0.305-7.327,2.191-8.049,2.088c-0.42-0.058-1.223-0.502-1.815-0.859
c-0.238-0.558-0.369-0.938-0.398-1.027v-0.002L11.3,32.797c0.083,0.244,0.909,2.622,2.587,4.945
c1.798-0.529,3.352-1.023,3.849-1.182c1.011-1.56,2.453-3.106,3.476-3.159c0.178-0.009,0.36-0.015,0.542-0.015
c0.502,0,0.98,0.036,1.425,0.089c-0.377-0.343-0.455-0.744-0.51-0.922c0,0,1.307,1.022,2.97,0.807
c1.665-0.212,2.698-1.172,2.698-1.172l0.033-0.294L27.7,31.818z"/>
<polygon fill="#FFFFFF" points="12.699,33.558 13.055,33.808 12.699,33.557 11.634,32.811 11.634,32.812 "/>
<path fill="#E7E7E7" d="M29.052,32.419c-0.345-0.09-0.562-0.233-0.699-0.381l-0.018,0.15c0,0-0.006,0.7-0.73,1.241
c1.395-0.423,1.972-0.565,2.366-0.565c0.435,0,0.65,0.181,0.838,0.341c0.036,0.03,0.071,0.061,0.114,0.094
c1.073,0.845,2.362,1.87,2.739,2.17c0.436,0.051,1.822,0.21,2.694,0.288c0.503,0.048,0.957,0.085,1.402,0.085
c0.143,0,0.278-0.005,0.405-0.014c0.46-0.881,0.884-1.854,1.26-2.929c-0.515,0.362-1.691,1.154-2.241,1.256
C36.467,34.289,30.062,32.68,29.052,32.419z"/>
<path fill="#FFFFFF" d="M39.437,32.862c0.04-0.115,0.08-0.229,0.119-0.346C39.516,32.632,39.477,32.747,39.437,32.862z"/>
<path fill="#FFFFFF" d="M37.616,32.94c-0.019,0.002-0.038,0.002-0.056-0.001C37.578,32.942,37.597,32.942,37.616,32.94z"/>
<path fill="#E0E0DF" d="M45.168,15.857c-0.012-0.152-0.029-0.303-0.047-0.453c-0.013-0.107-0.03-0.218-0.048-0.321
c-0.405-0.341-0.865-0.643-1.343-0.917c-0.519-0.304-1.062-0.575-1.615-0.827c-0.549-0.259-1.115-0.494-1.682-0.723
c-0.283-0.115-0.569-0.227-0.857-0.333c-0.286-0.112-0.574-0.217-0.864-0.321c0.608,0.1,1.21,0.239,1.808,0.393
c0.389,0.1,0.775,0.212,1.159,0.333c-2.732-7.141-9.263-11.79-16.395-11.79S11.622,5.546,8.891,12.687
c0.383-0.121,0.771-0.233,1.158-0.333c0.598-0.153,1.201-0.293,1.81-0.393c-0.292,0.104-0.58,0.209-0.868,0.321
c-0.286,0.106-0.572,0.218-0.856,0.333c-0.568,0.229-1.132,0.464-1.683,0.723c-0.551,0.252-1.095,0.523-1.614,0.827
C6.359,14.44,5.9,14.742,5.495,15.083c-0.017,0.103-0.034,0.213-0.048,0.321c-0.017,0.15-0.034,0.301-0.048,0.453
c-0.026,0.304-0.037,0.61-0.039,0.916c-0.007,0.612,0.036,1.225,0.112,1.829c0.084,0.606,0.196,1.21,0.36,1.793
c0.081,0.292,0.173,0.579,0.28,0.858c0.053,0.14,0.111,0.277,0.172,0.41c0.03,0.066,0.061,0.132,0.093,0.194l0.039,0.076
C6.461,21.956,6.509,21.98,6.553,22l0.271,0.129c0.152,0.07,0.362,0.17,0.535,0.247c0.01-0.009,0.02-0.018,0.028-0.026l-0.504-1.92
c0.107-0.029,1.064-0.276,2.713-0.591c-0.132-0.025-0.266-0.053-0.398-0.085c-0.375-0.093-0.747-0.208-1.106-0.353
c-0.178-0.075-0.353-0.157-0.52-0.252c-0.167-0.096-0.332-0.205-0.459-0.35c1.812,0.592,5.557,0.324,8.886-0.02
c3.044-0.314,6.097-0.517,9.165-0.523c3.067,0.006,6.121,0.209,9.163,0.523c3.33,0.344,7.075,0.612,8.886,0.02
c-0.126,0.145-0.292,0.253-0.457,0.35c-0.168,0.095-0.344,0.177-0.522,0.252c-0.359,0.145-0.729,0.26-1.105,0.353
c-0.056,0.014-0.112,0.025-0.167,0.038c1.809,0.334,2.862,0.608,2.974,0.638l-0.482,1.829c0.098-0.043,0.197-0.085,0.291-0.13
L44.016,22c0.044-0.021,0.091-0.045,0.137-0.067l0.037-0.076c0.033-0.062,0.065-0.128,0.094-0.194
c0.062-0.133,0.12-0.271,0.172-0.41c0.106-0.279,0.199-0.566,0.28-0.858c0.165-0.583,0.276-1.187,0.358-1.793
c0.079-0.604,0.121-1.217,0.115-1.829C45.207,16.467,45.196,16.161,45.168,15.857z"/>
<path fill="#C9C9C9" d="M32.787,12.305c0.028,0.817,0.007,2.3-0.373,3.686c-0.015,0.053-0.013,0.109,0,0.16
c-0.484-0.051-0.969-0.094-1.454-0.134c0.543-1.14,0.662-2.354,0.688-2.781C32.067,12.939,32.482,12.583,32.787,12.305z"/>
<path fill="#C9C9C9" d="M18.92,13.236c0.025,0.427,0.144,1.639,0.688,2.778c-0.485,0.038-0.97,0.083-1.454,0.134
c0.013-0.049,0.014-0.104,0-0.157c-0.38-1.384-0.4-2.866-0.374-3.686C18.087,12.583,18.501,12.939,18.92,13.236z"/>
<path fill="#C9C9C9" d="M40.906,18.218C40.917,18.223,40.917,18.223,40.906,18.218L40.906,18.218z"/>
<path fill="#C9C9C9" d="M38.74,17.282c-0.002,0.013-0.006,0.027-0.01,0.042c0.053,0.015,0.105,0.03,0.158,0.048
c0.449,0.146,0.897,0.299,1.325,0.498c-0.715-0.465-1.168-1.806-1.421-2.83C38.861,16.381,38.746,17.232,38.74,17.282z"/>
<path fill="#C9C9C9" d="M40.829,18.179c0.036,0.019,0.063,0.032,0.077,0.039C40.894,18.212,40.869,18.2,40.829,18.179z"/>
<path fill="#C9C9C9" d="M40.661,18.098c0.073,0.036,0.128,0.062,0.168,0.082C40.783,18.158,40.723,18.128,40.661,18.098z"/>
<polygon fill="#C9C9C9" points="40.661,18.098 40.651,18.093 40.651,18.093 "/>
<path fill="#C9C9C9" d="M17.185,12.047l-4.627,1.316c-0.277,1.799-0.192,3.174-0.147,3.651l0.023-0.014
c0,0,0.151-1.961,0.458-2.713c0.159-0.386,1.127-0.633,1.865-0.809c0.74-0.176,1.919-0.528,2.149,0.51
c0.141,0.642,0.335,1.175,0.522,1.57C17.13,14.132,17.15,12.737,17.185,12.047z"/>
<path fill="#C9C9C9" d="M33.383,12.047c0.038,0.715,0.056,2.194-0.28,3.679c0.211-0.403,0.445-0.998,0.607-1.737
c0.229-1.039,1.408-0.687,2.148-0.51c0.74,0.176,1.708,0.423,1.865,0.809c0.261,0.637,0.408,2.139,0.447,2.585
c0.044-0.574,0.093-1.864-0.159-3.509L33.383,12.047z"/>
<path fill="#C9C9C9" d="M18.883,12.449c0.165,0.131,0.337,0.259,0.504,0.373c0.081,0.055,0.131,0.146,0.132,0.246
c0.001,0.016,0.036,1.54,0.709,2.837c0.01,0.02,0.017,0.041,0.023,0.061c1.676-0.114,3.356-0.16,5.032-0.161
c1.678,0.001,3.357,0.05,5.032,0.165c0.007-0.022,0.013-0.043,0.024-0.065c0.673-1.298,0.709-2.822,0.709-2.837
c0.001-0.1,0.052-0.191,0.133-0.246c0.162-0.11,0.325-0.233,0.485-0.36l0.021-0.06c0.351-3.41-0.292-6.552-0.7-8.105
c-0.022,1.062-0.273,10.159-2.531,10.159c-2.396,0-2.876,0-2.876,0h-0.479c0,0-0.479,0-2.875,0c-2.397,0-2.59-10.257-2.59-10.257
l-0.123,0.365C19.105,6.198,18.543,9.205,18.883,12.449z"/>
<path fill="#C9C9C9" d="M32.548,9.947L32.51,9.808c0.004,0.07,0.009,0.139,0.013,0.207L32.548,9.947z"/>
<path fill="#C9C9C9" d="M9.661,18.218C9.65,18.223,9.649,18.223,9.661,18.218L9.661,18.218z"/>
<path fill="#C9C9C9" d="M9.905,18.098c0.008-0.004,0.017-0.008,0.025-0.013l0,0C9.921,18.09,9.914,18.094,9.905,18.098z"/>
<path fill="#C9C9C9" d="M9.905,18.098c-0.062,0.031-0.122,0.06-0.168,0.082C9.777,18.16,9.832,18.133,9.905,18.098z"/>
<path fill="#C9C9C9" d="M9.737,18.179c-0.041,0.021-0.065,0.033-0.077,0.039C9.674,18.211,9.701,18.198,9.737,18.179z"/>
<path fill="#C9C9C9" d="M11.839,17.322c-0.002-0.013-0.006-0.026-0.009-0.04c-0.007-0.05-0.123-0.902-0.054-2.246
c-0.252,1.026-0.708,2.369-1.423,2.834c0.428-0.2,0.878-0.354,1.328-0.5C11.732,17.354,11.786,17.339,11.839,17.322z"/>
<path fill="#E0E0DF" d="M40.689,31.083c-0.038,0.196-0.07,0.354-0.132,0.602c0.513,0.12,1.354,0.213,1.755,0.135
c0.172-0.188,0.394-0.835,0.593-1.612C42.426,30.664,41.569,31.3,40.689,31.083z"/>
<path fill="#E0E0DF" d="M22.276,43.66c1.227,0.336,2.481,0.481,3.716,0.399c1.239-0.084,2.848-0.352,4.555-1.045
c-0.383-0.028-0.753-0.106-1.105-0.231c-1.256,0.382-3.649,0.953-5.824,0.581c-0.576,0.189-1.028,0.248-1.072,0.254
C22.455,43.629,22.38,43.642,22.276,43.66z"/>
<path fill="#E0E0DF" d="M10.373,32.304c-0.028-0.091-0.054-0.183-0.081-0.274c-0.897,0.165-1.766-0.311-2.355-0.761
c0.191,0.611,0.383,1.09,0.527,1.236C8.908,32.582,9.892,32.446,10.373,32.304z"/>
<path fill="#E0E0DF" d="M11.7,33.824c0.592,0.357,1.395,0.802,1.815,0.859c0.722,0.104,7.049-1.783,8.049-2.088
c0.619-0.189,0.812-0.535,0.868-0.771l-9.128,2.032c-0.023,0.004-0.046,0.007-0.068,0.007h0c0,0,0,0,0,0
c-0.063,0-0.126-0.02-0.18-0.056l-0.356-0.25l-1.065-0.746v-0.001V32.81l-0.431-0.3c0.007,0.023,0.016,0.048,0.024,0.072
c0.024,0.071,0.048,0.143,0.074,0.213v0.002C11.331,32.887,11.462,33.267,11.7,33.824z"/>
<path fill="#E0E0DF" d="M39.7,32.072c0.059-0.216,0.116-0.436,0.168-0.655l-0.317,0.222l-0.853,0.599l-0.923,0.647
c-0.047,0.032-0.103,0.052-0.159,0.056c-0.019,0.002-0.038,0.002-0.056-0.001l-9.192-1.045l-0.015,0.144
c0.137,0.147,0.354,0.291,0.699,0.381c1.01,0.261,7.415,1.87,8.131,1.736c0.55-0.102,1.726-0.894,2.241-1.256
c0.004-0.012,0.008-0.024,0.013-0.037c0.04-0.115,0.08-0.23,0.119-0.346C39.604,32.369,39.652,32.222,39.7,32.072z"/>
<path fill="#CACACA" d="M29.974,19.688c-0.072,0.094-0.152,0.196-0.236,0.303c-0.437,0.551-1.042,1.256-1.757,1.946
c-0.834-0.027-1.691-0.041-2.573-0.041c-1.457,0-2.854,0.039-4.181,0.102c1.875-0.778,4.127-1.537,6.567-1.993
C28.504,19.87,29.233,19.762,29.974,19.688z"/>
<path fill="#CACACA" d="M19.003,20.527c-0.67,0.471-1.425,1.069-2.158,1.798c-1.876,0.188-3.514,0.415-4.864,0.632
C14.057,22.004,16.427,21.125,19.003,20.527z"/>
<path fill="#CACACA" d="M41.933,24.401l-0.765,5.339l-3.656,2.562l-9.537-1.084l-1.436-4.729c-0.034-0.114-0.131-0.198-0.25-0.219
c-0.353-0.058-0.666-0.085-0.926-0.085c-0.261,0-0.574,0.027-0.928,0.085c-0.118,0.021-0.214,0.104-0.25,0.219l-1.399,4.612
l-9.483,2.111l-3.758-2.633l-0.741-5.992c0.162-0.09,0.327-0.182,0.491-0.272c0.233-0.051,0.495-0.103,0.785-0.159l0.697,5.655
c0.009,0.088,0.059,0.167,0.132,0.217l2.586,1.812c0.052,0.036,0.115,0.056,0.178,0.056c0.023,0,0.046-0.003,0.07-0.007
l7.797-1.734c0.027-0.007,0.053-0.017,0.078-0.029c0.072-0.04,0.129-0.105,0.153-0.187l1.405-4.622
c0.376-0.097,1.341-0.323,2.189-0.323c0.846,0,1.811,0.227,2.188,0.323l1.404,4.622c0.036,0.119,0.141,0.207,0.265,0.221
l7.797,0.886c0.075,0.01,0.152-0.012,0.214-0.056l2.586-1.809c0.07-0.05,0.118-0.128,0.129-0.213l0.691-4.832
C41.158,24.238,41.591,24.328,41.933,24.401z"/>
<path fill="#CACACA" d="M42.895,21.052L42.223,23.6c-1.373-0.304-4.388-0.898-8.491-1.297c1.34-0.572,2.706-1.288,3.954-2.186
C40.127,20.461,41.92,20.832,42.895,21.052z"/>
<path fill="#94ABAE" d="M7.922,21.052l0.187,0.705c0.522-0.416,1-0.761,1.404-1.036C8.856,20.847,8.319,20.963,7.922,21.052z"/>
<path fill="#B5B5B5" d="M36.476,19.782c-0.002-0.002-0.005-0.003-0.007-0.003c-0.45-0.034-0.9-0.064-1.35-0.094
c0.45,0.03,0.9,0.061,1.35,0.095C36.472,19.78,36.474,19.781,36.476,19.782z"/>
<path fill="#B5B5B5" d="M33.18,21.656c1.028-0.456,2.074-1.018,3.07-1.713C35.254,20.638,34.208,21.201,33.18,21.656z"/>
<path fill="#B5B5B5" d="M34.253,19.632c-1.028-0.059-2.055-0.107-3.084-0.15c-0.059,0.088-0.18,0.265-0.354,0.502
c-0.551,0.746-1.638,2.104-3.03,3.27c1.047-0.332,5.203-1.725,7.308-3.57C34.814,19.666,34.534,19.648,34.253,19.632z"/>
<path fill="#B5B5B5" d="M22.563,20.576c-0.075,0.027-0.15,0.054-0.223,0.081C22.413,20.629,22.488,20.603,22.563,20.576z"/>
<path fill="#B5B5B5" d="M23.038,20.407c-0.085,0.03-0.17,0.059-0.254,0.088C22.868,20.466,22.953,20.437,23.038,20.407z"/>
<path fill="#B5B5B5" d="M22.104,20.746c-0.065,0.023-0.128,0.048-0.192,0.072C21.976,20.793,22.039,20.769,22.104,20.746z"/>
<path fill="#B5B5B5" d="M21.658,20.916c-0.052,0.021-0.104,0.041-0.155,0.061C21.554,20.956,21.605,20.936,21.658,20.916z"/>
<path fill="#B5B5B5" d="M23.542,20.237c-0.101,0.034-0.201,0.067-0.302,0.102C23.341,20.304,23.441,20.271,23.542,20.237z"/>
<path fill="#B5B5B5" d="M25.265,19.721c-0.365,0.099-0.725,0.203-1.076,0.31C24.541,19.923,24.9,19.82,25.265,19.721z"/>
<path fill="#B5B5B5" d="M24.189,20.031c-0.161,0.049-0.321,0.1-0.479,0.151C23.868,20.131,24.028,20.08,24.189,20.031z"/>
<path fill="#B5B5B5" d="M20.805,21.26c-0.005,0.002-0.01,0.004-0.015,0.006C20.795,21.264,20.8,21.262,20.805,21.26z"/>
<path fill="#B5B5B5" d="M21.225,21.088c-0.035,0.014-0.069,0.028-0.104,0.042C21.156,21.116,21.189,21.102,21.225,21.088z"/>
<path fill="#B5B5B5" d="M26.722,19.361c0.001-0.001,0.003-0.001,0.004-0.001c-0.521-0.007-1.043-0.013-1.563-0.015h-0.001
c-0.767,0.002-1.532,0.012-2.299,0.025l-1.414,0.67c-0.002,0-0.011,0.005-0.021,0.012c-0.213,0.103-2.068,1.04-3.816,2.71
c0.153-0.081,0.315-0.164,0.482-0.248c0.956-0.643,3.504-2.163,7.467-3.165C25.949,19.351,26.336,19.354,26.722,19.361z"/>
<path fill="#B5B5B5" d="M18.035,19.531c-0.655,0.031-1.309,0.064-1.963,0.101c-0.758,0.042-1.514,0.093-2.27,0.15
c-0.376,0.028-0.753,0.061-1.127,0.1c-0.109,0.01-0.215,0.022-0.321,0.037c-0.987,0.589-4.765,2.96-7.36,6.064
c0.044-0.054,0.09-0.105,0.137-0.159C9.936,21.724,15.204,20.129,18.035,19.531z"/>
<path fill="#B5B5B5" d="M16.826,20.226c-5.19,1.536-9.389,4.06-11.832,5.757C7.438,24.286,11.635,21.762,16.826,20.226z"/>
<path fill="#B5B5B5" d="M17.332,20.081c0.863-0.241,1.752-0.453,2.665-0.629c-0.002,0-0.004,0-0.006,0
C19.081,19.628,18.192,19.839,17.332,20.081z"/>
<polygon fill="#B5B5B5" points="39.359,37.332 39.357,37.334 39.357,37.335 "/>
<path fill="#B5B5B5" d="M40.48,36.044c0.027-0.013,0.054-0.025,0.081-0.038C40.534,36.019,40.508,36.031,40.48,36.044z"/>
<path fill="#B5B5B5" d="M40.661,35.961c0.017-0.008,0.033-0.016,0.049-0.023C40.693,35.945,40.677,35.953,40.661,35.961z"/>
<path fill="#B5B5B5" d="M40.167,36.194c0.036-0.018,0.073-0.034,0.11-0.053C40.239,36.16,40.203,36.177,40.167,36.194z"/>
<path fill="#B5B5B5" d="M40.025,36.265c0.038-0.019,0.077-0.038,0.117-0.058C40.103,36.227,40.063,36.246,40.025,36.265z"/>
<path fill="#B5B5B5" d="M26.404,38.735l0.021,0.024c0.017,0.013,0.034,0.026,0.053,0.04C26.454,38.777,26.429,38.757,26.404,38.735
z"/>
<path fill="#B5B5B5" d="M40.318,36.121c0.033-0.016,0.066-0.031,0.099-0.046C40.384,36.09,40.351,36.105,40.318,36.121z"/>
<path fill="#B5B5B5" d="M39.774,36.39L39.774,36.39c0.008-0.004,0.017-0.009,0.025-0.013C39.792,36.381,39.783,36.386,39.774,36.39
z"/>
<path fill="#B5B5B5" d="M39.799,36.377c0.025-0.014,0.05-0.025,0.077-0.038C39.85,36.352,39.825,36.363,39.799,36.377z"/>
<path fill="#B5B5B5" d="M39.876,36.339c0.044-0.023,0.09-0.046,0.138-0.069C39.966,36.293,39.92,36.315,39.876,36.339z"/>
<path fill="#B5B5B5" d="M39.774,36.39c-0.028,0.016-0.06,0.031-0.087,0.046c-0.481,0.253-1.113,0.377-1.929,0.377
c-0.485,0-0.962-0.041-1.49-0.089c-1.054-0.097-2.839-0.307-2.857-0.31l-0.136-0.015l-0.108-0.088
c-0.017-0.011-1.579-1.256-2.843-2.249c-0.052-0.043-0.099-0.082-0.14-0.116c-0.133-0.114-0.133-0.114-0.213-0.114
c-0.405,0-1.583,0.366-4.164,1.165l-0.158,0.052l-0.157-0.06c-0.017-0.005-1.71-0.632-3.739-0.632
c-0.167,0-0.332,0.004-0.493,0.011c-0.203,0.011-1.343,0.552-2.802,2.859l-0.094,0.148l-0.168,0.055
c-0.024,0.008-2.535,0.817-5.197,1.579l-0.172,0.049l-0.164-0.075c-0.018-0.006-1.057-0.49-2.048-0.944
c0.073,0.034,0.147,0.066,0.219,0.102c0.979,0.845,2.852,2.468,3.06,2.692c0.028,0.033,0.069,0.073,0.116,0.116
c-0.048-0.053-0.095-0.11-0.141-0.167c0,0-0.001-0.001-0.001-0.002v0.001V40.78c0.432,0.409,0.913,0.763,1.439,1.012
c0.263,0.124,0.538,0.22,0.818,0.266c0.141,0.023,0.278,0.035,0.421,0.035c0.145,0,0.292-0.005,0.44-0.012
c0.585-0.03,1.176-0.074,1.765-0.132c0.588-0.053,1.178-0.113,1.766-0.185c0.587-0.062,1.175-0.136,1.756-0.227
c0.292-0.043,0.582-0.09,0.864-0.153c0.139-0.032,0.284-0.069,0.394-0.119c0.1-0.048,0.223-0.145,0.33-0.236
c0.219-0.188,0.431-0.396,0.64-0.606c0.21-0.208,0.414-0.422,0.62-0.64c0.344-0.361,0.64-0.745,0.973-1.116
c0.043-0.046,0.086-0.096,0.13-0.144c0,0.001,0,0.001,0.001,0.001l0.004,0.004c0.07,0.051,0.139,0.102,0.208,0.155
c0.401,0.3,0.817,0.623,1.216,0.902c0.516,0.363,1.038,0.727,1.578,1.029c0.135,0.074,0.274,0.145,0.407,0.188
c0.017,0.007,0.032,0.01,0.045,0.012c0.01,0.006,0.046,0.011,0.05,0.011c0.026,0.004,0.062,0.006,0.095,0.008
c0.073,0.001,0.148-0.002,0.223-0.006c0.305-0.021,0.614-0.065,0.924-0.113c0.617-0.096,1.237-0.208,1.853-0.332
c0.617-0.116,1.233-0.244,1.846-0.379c0.615-0.132,1.229-0.274,1.836-0.429c0.302-0.081,0.604-0.156,0.875-0.286
c0.275-0.127,0.531-0.303,0.767-0.506c0.475-0.404,0.875-0.906,1.207-1.452c0,0,0,0.001,0,0.002
C39.562,36.954,39.696,36.616,39.774,36.39z"/>
<polygon fill="#B5B5B5" points="28.256,7.354 29.342,7.354 29.342,5.146 28.156,5.146 26.008,5.146 21.397,5.146 21.397,7.354
22.484,7.354 22.484,6.233 24.73,6.233 24.73,13.049 23.805,13.049 23.805,14.314 26.933,14.314 26.933,13.049 26.008,13.049
26.008,6.233 28.256,6.233 "/>
<path fill="#B0B0B0" d="M33.18,21.656c-2.091,0.926-4.105,1.408-5.454,1.65C29.075,23.064,31.088,22.582,33.18,21.656z"/>
<path fill="#B0B0B0" d="M27.786,23.254c-0.021,0.017-0.041,0.035-0.061,0.052C27.746,23.289,27.765,23.271,27.786,23.254
L27.786,23.254z"/>
<path fill="#B0B0B0" d="M35.094,19.683L35.094,19.683c0.008,0.001,0.017,0.002,0.025,0.002
C35.111,19.685,35.103,19.684,35.094,19.683z"/>
<path fill="#B0B0B0" d="M36.476,19.782c-0.075,0.053-0.149,0.108-0.227,0.161C36.328,19.89,36.401,19.833,36.476,19.782z"/>
<path fill="#B0B0B0" d="M36.476,19.782c-0.002-0.001-0.004-0.002-0.007-0.002c-0.45-0.034-0.9-0.065-1.35-0.095
c-0.008,0-0.017-0.001-0.025-0.001c-2.105,1.845-6.26,3.238-7.308,3.57c-0.021,0.017-0.041,0.035-0.061,0.052
c1.349-0.243,3.363-0.725,5.454-1.65c1.028-0.456,2.074-1.018,3.07-1.713C36.327,19.89,36.401,19.834,36.476,19.782z"/>
<path fill="#B0B0B0" d="M18.094,22.515c0.766-0.39,1.676-0.821,2.696-1.249c-1.021,0.428-1.929,0.858-2.694,1.248
C18.095,22.514,18.094,22.515,18.094,22.515z"/>
<path fill="#B0B0B0" d="M23.241,20.338c-0.068,0.022-0.135,0.046-0.203,0.069C23.105,20.384,23.173,20.361,23.241,20.338z"/>
<path fill="#B0B0B0" d="M26.722,19.361c-0.496,0.109-0.981,0.231-1.457,0.36c0.477-0.13,0.964-0.251,1.461-0.36
C26.725,19.361,26.724,19.361,26.722,19.361z"/>
<path fill="#B0B0B0" d="M23.71,20.182c-0.057,0.019-0.111,0.036-0.167,0.055C23.599,20.218,23.653,20.201,23.71,20.182z"/>
<path fill="#B0B0B0" d="M22.34,20.657c-0.08,0.029-0.159,0.059-0.236,0.089C22.181,20.715,22.26,20.686,22.34,20.657z"/>
<path fill="#B0B0B0" d="M21.911,20.817c-0.085,0.033-0.17,0.066-0.253,0.098C21.741,20.883,21.826,20.85,21.911,20.817z"/>
<path fill="#B0B0B0" d="M21.502,20.977c-0.093,0.038-0.187,0.074-0.278,0.111C21.316,21.05,21.409,21.014,21.502,20.977z"/>
<path fill="#B0B0B0" d="M21.121,21.13c-0.105,0.043-0.212,0.086-0.315,0.13C20.909,21.217,21.015,21.173,21.121,21.13z"/>
<path fill="#B0B0B0" d="M22.784,20.496c-0.075,0.027-0.147,0.053-0.221,0.08C22.637,20.549,22.709,20.523,22.784,20.496z"/>
<path fill="#B0B0B0" d="M25.562,19.349c-3.963,1.002-6.511,2.522-7.467,3.165c0.766-0.39,1.674-0.82,2.694-1.248
c0.005-0.002,0.01-0.004,0.015-0.006c0.104-0.043,0.21-0.087,0.315-0.13c0.035-0.014,0.069-0.029,0.104-0.042
c0.091-0.038,0.185-0.074,0.278-0.111c0.052-0.021,0.103-0.041,0.155-0.061c0.083-0.032,0.168-0.065,0.253-0.098
c0.064-0.024,0.127-0.048,0.192-0.072c0.078-0.03,0.156-0.06,0.236-0.089c0.073-0.027,0.148-0.054,0.223-0.081
c0.074-0.027,0.146-0.053,0.221-0.08c0.084-0.029,0.169-0.059,0.254-0.088c0.067-0.023,0.135-0.046,0.203-0.069
c0.101-0.034,0.201-0.068,0.302-0.102c0.056-0.019,0.111-0.036,0.167-0.055c0.158-0.051,0.318-0.103,0.479-0.151
c0.351-0.107,0.711-0.211,1.076-0.31c0.476-0.129,0.961-0.251,1.457-0.36C26.336,19.354,25.949,19.351,25.562,19.349z"/>
<path fill="#B0B0B0" d="M19.996,19.45c-0.653,0.024-1.306,0.051-1.96,0.081c0,0,0,0,0,0c0.652-0.03,1.304-0.057,1.955-0.08
C19.992,19.451,19.994,19.45,19.996,19.45z"/>
<path fill="#B0B0B0" d="M18.035,19.531c-2.832,0.598-8.099,2.193-12.904,6.293c-0.046,0.054-0.093,0.105-0.137,0.159
c2.443-1.697,6.641-4.222,11.832-5.757c0.167-0.049,0.336-0.098,0.506-0.146c0.861-0.241,1.75-0.452,2.659-0.629
C19.339,19.475,18.688,19.501,18.035,19.531z"/>
<path fill="#B0B0B0" d="M40.014,36.27c0.004-0.001,0.008-0.003,0.012-0.005C40.021,36.267,40.018,36.269,40.014,36.27z"/>
<path fill="#B0B0B0" d="M40.673,36.228c0.043-0.082,0.083-0.16,0.125-0.237c0,0,0,0,0,0.001
C40.756,36.066,40.715,36.146,40.673,36.228z"/>
<path fill="#B0B0B0" d="M40.142,36.207c0.008-0.004,0.016-0.009,0.024-0.013C40.158,36.198,40.15,36.203,40.142,36.207z"/>
<polygon fill="#B0B0B0" points="26.423,38.758 26.762,39.162 26.425,38.76 "/>
<path fill="#B0B0B0" d="M40.673,36.228c-0.265,0.506-0.563,1.08-0.85,1.638C40.11,37.308,40.408,36.733,40.673,36.228z"/>
<path fill="#B0B0B0" d="M36.489,40.795c-0.155,0.035-0.3,0.069-0.433,0.107C36.189,40.864,36.335,40.83,36.489,40.795z"/>
<path fill="#B0B0B0" d="M36.489,40.795c0.889-0.204,2.105-0.487,2.748-1.779C38.594,40.308,37.378,40.59,36.489,40.795z"/>
<polygon fill="#B0B0B0" points="39.357,37.334 39.358,37.333 39.357,37.335 "/>
<path fill="#B0B0B0" d="M39.823,37.865c-0.207,0.402-0.407,0.796-0.585,1.15C39.416,38.661,39.616,38.268,39.823,37.865z"/>
<path fill="#B0B0B0" d="M40.561,36.006c0.032-0.014,0.066-0.029,0.1-0.045C40.627,35.977,40.593,35.992,40.561,36.006z"/>
<path fill="#B0B0B0" d="M26.8,39.207c0.172,0.202,0.891,1.036,1.744,1.884c0.649,0.644,1.433,0.968,2.332,0.968
c-0.898,0-1.683-0.324-2.332-0.969C27.691,40.243,26.972,39.409,26.8,39.207z"/>
<path fill="#B0B0B0" d="M40.277,36.142c0.014-0.007,0.028-0.013,0.041-0.021C40.305,36.129,40.291,36.135,40.277,36.142z"/>
<path fill="#B0B0B0" d="M40.709,35.938c0.051-0.024,0.102-0.047,0.152-0.07C40.812,35.891,40.76,35.913,40.709,35.938z"/>
<path fill="#B0B0B0" d="M40.417,36.075c0.021-0.011,0.043-0.021,0.064-0.031C40.459,36.054,40.438,36.064,40.417,36.075z"/>
<path fill="#B0B0B0" d="M31.833,41.94c0.303-0.073,0.63-0.152,0.966-0.231c0.997-0.238,2.101-0.504,2.834-0.694
c-0.733,0.19-1.837,0.455-2.834,0.693C32.462,41.788,32.134,41.866,31.833,41.94z"/>
<path fill="#B0B0B0" d="M40.709,35.938c-0.016,0.008-0.032,0.016-0.049,0.023c-0.034,0.016-0.067,0.031-0.1,0.045
c-0.027,0.013-0.053,0.025-0.081,0.038c-0.021,0.01-0.042,0.021-0.064,0.031c-0.033,0.015-0.066,0.03-0.099,0.046
c-0.013,0.008-0.027,0.014-0.041,0.021c-0.038,0.019-0.074,0.035-0.11,0.053c-0.008,0.004-0.016,0.009-0.024,0.013
c-0.04,0.02-0.079,0.039-0.117,0.058c-0.004,0.002-0.007,0.004-0.012,0.005c-0.084,0.041-0.165,0.082-0.239,0.12
c-0.078,0.227-0.212,0.564-0.416,0.943c0,0-0.001,0.001-0.001,0.001c0.001-0.001,0.001-0.002,0.001-0.002
c0,0.001-0.001,0.002-0.002,0.003c-0.332,0.544-0.73,1.044-1.205,1.448c-0.235,0.203-0.492,0.379-0.767,0.506
c-0.271,0.13-0.573,0.205-0.875,0.286c-0.608,0.154-1.221,0.297-1.836,0.429c-0.613,0.135-1.229,0.263-1.846,0.379
c-0.616,0.125-1.235,0.236-1.853,0.332c-0.31,0.048-0.619,0.093-0.924,0.113c-0.075,0.004-0.15,0.007-0.223,0.006
c-0.034-0.002-0.069-0.004-0.095-0.008c-0.004,0-0.04-0.005-0.05-0.011c-0.013-0.002-0.028-0.005-0.045-0.012
c-0.133-0.044-0.272-0.114-0.407-0.188c-0.541-0.303-1.062-0.666-1.578-1.029c-0.399-0.279-0.815-0.603-1.216-0.902l-0.036,0.049
l0.002,0.003c0.025,0.021,0.05,0.043,0.076,0.065c0-0.001-0.001-0.001-0.002-0.001c-0.019-0.014-0.036-0.027-0.053-0.04
l0.337,0.402c0.001,0.001,0.013,0.017,0.038,0.045c0.172,0.202,0.891,1.036,1.744,1.883c0.649,0.645,1.434,0.969,2.332,0.969
c0.307,0,0.63-0.04,0.956-0.118c0.302-0.073,0.63-0.152,0.966-0.232c0.997-0.237,2.101-0.503,2.834-0.693
c0.048-0.012,0.096-0.024,0.142-0.037c0.103-0.027,0.197-0.052,0.282-0.074c0.132-0.038,0.278-0.073,0.433-0.107
c0.889-0.206,2.104-0.488,2.748-1.78c0.178-0.354,0.379-0.748,0.585-1.15c0.287-0.558,0.585-1.132,0.85-1.638
c0.042-0.081,0.083-0.161,0.125-0.236c0-0.001,0-0.001,0-0.001c0.022-0.042,0.043-0.084,0.064-0.123
C40.812,35.891,40.76,35.913,40.709,35.938z"/>
<path fill="#B0B0B0" d="M10.613,38.038c0.173,0.257,0.364,0.535,0.562,0.819c-0.197-0.284-0.388-0.562-0.561-0.818
C10.615,38.038,10.614,38.038,10.613,38.038z"/>
<polygon fill="#B0B0B0" points="26.153,38.722 26.153,38.723 26.153,38.723 "/>
<polygon fill="#B0B0B0" points="26.153,38.723 26.153,38.723 25.937,39.304 "/>
<path fill="#B0B0B0" d="M12.059,40.094c-0.295-0.399-0.597-0.823-0.883-1.236C11.461,39.271,11.763,39.694,12.059,40.094z"/>
<path fill="#B0B0B0" d="M17.423,43.246c0.322,0,0.664-0.02,1.015-0.06C18.087,43.226,17.745,43.246,17.423,43.246L17.423,43.246z"
/>
<path fill="#B0B0B0" d="M12.454,40.614c-0.129-0.166-0.262-0.341-0.395-0.521C12.192,40.273,12.324,40.448,12.454,40.614
c1.062,1.368,2.402,2.632,4.969,2.632c0,0,0,0,0,0C14.855,43.246,13.516,41.982,12.454,40.614z"/>
<path fill="#B0B0B0" d="M23.934,42.197c0.509-0.247,1.009-0.618,1.254-1.167c0.619-1.384,0.744-1.713,0.749-1.727
c-0.005,0.012-0.13,0.343-0.749,1.726C24.942,41.578,24.442,41.95,23.934,42.197z"/>
<path fill="#B0B0B0" d="M22.33,42.668c0.032-0.004,0.064-0.009,0.099-0.013c0.011-0.001,0.767-0.099,1.505-0.458
c-0.738,0.359-1.494,0.455-1.506,0.457C22.394,42.658,22.361,42.664,22.33,42.668z"/>
<path fill="#B0B0B0" d="M18.899,43.134c2.233-0.257,2.846-0.365,3.186-0.424c0.088-0.017,0.164-0.029,0.245-0.042
c-0.081,0.012-0.157,0.025-0.245,0.041C21.745,42.768,21.132,42.877,18.899,43.134z"/>
<polygon fill="#B0B0B0" points="13.869,40.78 13.87,40.782 13.869,40.781 "/>
<path fill="#B0B0B0" d="M26.153,38.723l-0.058-0.056c-0.333,0.371-0.629,0.755-0.973,1.116c-0.206,0.218-0.41,0.432-0.62,0.64
c-0.209,0.21-0.421,0.418-0.64,0.606c-0.107,0.092-0.229,0.188-0.33,0.236c-0.11,0.05-0.255,0.087-0.394,0.119
c-0.283,0.063-0.572,0.11-0.864,0.153c-0.582,0.091-1.169,0.165-1.756,0.227c-0.588,0.071-1.177,0.132-1.766,0.185
c-0.589,0.058-1.18,0.102-1.765,0.132c-0.147,0.007-0.295,0.012-0.44,0.012c-0.143,0-0.28-0.012-0.421-0.035
c-0.28-0.046-0.555-0.142-0.818-0.266c-0.526-0.249-1.007-0.603-1.439-1.011c0,0,0.001,0.001,0.001,0.001
c0.058,0.072,0.123,0.14,0.184,0.208c-0.015-0.015-0.029-0.027-0.043-0.041c-0.047-0.043-0.088-0.083-0.116-0.116
c-0.208-0.225-2.082-1.848-3.06-2.692c-0.072-0.035-0.146-0.067-0.219-0.102c0.173,0.256,0.363,0.534,0.561,0.818
c0.286,0.413,0.587,0.837,0.883,1.236c0.133,0.18,0.266,0.354,0.395,0.521c1.062,1.368,2.402,2.632,4.97,2.632
c0.322,0,0.664-0.021,1.015-0.06c0.082-0.009,0.162-0.019,0.24-0.027c0.075-0.009,0.149-0.018,0.221-0.025
c2.233-0.257,2.846-0.366,3.186-0.425c0.088-0.016,0.164-0.029,0.245-0.041c0.031-0.004,0.064-0.01,0.098-0.014
c0.012-0.002,0.768-0.098,1.506-0.457c0.509-0.247,1.009-0.619,1.254-1.168c0.619-1.383,0.744-1.714,0.749-1.726L26.153,38.723
L26.153,38.723z"/>
<path fill="#394450" d="M26.8,39.207c0.172,0.202,0.891,1.036,1.744,1.884c0.649,0.644,1.433,0.968,2.332,0.968
c-0.898,0-1.683-0.324-2.332-0.969C27.691,40.243,26.972,39.409,26.8,39.207z"/>
<path fill="#394450" d="M12.059,40.094c-0.295-0.399-0.597-0.823-0.883-1.236C11.461,39.271,11.763,39.694,12.059,40.094z"/>
<path fill="#394450" d="M23.934,42.197c0.509-0.247,1.009-0.618,1.254-1.167c0.619-1.384,0.744-1.713,0.749-1.727
c-0.005,0.012-0.13,0.343-0.749,1.726C24.942,41.578,24.442,41.95,23.934,42.197z"/>
<polygon fill="#394450" points="26.401,38.732 26.762,39.162 26.404,38.735 "/>
<path fill="#394450" d="M17.423,43.246c0.322,0,0.664-0.02,1.015-0.06C18.087,43.226,17.745,43.246,17.423,43.246L17.423,43.246z"
/>
<path fill="#394450" d="M31.833,41.94c0.303-0.073,0.63-0.152,0.966-0.231c1.064-0.254,2.25-0.538,2.977-0.731
c-0.727,0.193-1.913,0.478-2.977,0.73C32.462,41.788,32.134,41.866,31.833,41.94z"/>
<path fill="#394450" d="M18.678,43.159c2.414-0.275,3.056-0.389,3.407-0.449c0.088-0.017,0.164-0.029,0.245-0.042
c-0.081,0.012-0.157,0.025-0.245,0.041C21.734,42.77,21.092,42.884,18.678,43.159z"/>
<path fill="#394450" d="M40.673,36.228c-0.265,0.506-0.563,1.08-0.85,1.638C40.11,37.308,40.408,36.733,40.673,36.228z"/>
<polygon fill="#394450" points="26.153,38.722 26.153,38.723 26.153,38.723 "/>
<path fill="#A8A7A8" d="M35.246,28.395c-0.653-0.316-1.368,0.084-2.668,0.109c-0.969,0.034-1.781,0.045-1.834-1.476
c-0.053-1.521,0.566-2.781,1.535-2.813c0.968-0.035,1.852,1.171,1.97,2.689c0.033,0.419-0.013,0.724-0.116,0.95
C35.031,27.747,35.237,28.357,35.246,28.395z M32.203,26.166c0.273-0.005,0.49-0.23,0.485-0.504
c-0.003-0.273-0.23-0.492-0.504-0.485c-0.273,0.005-0.491,0.23-0.485,0.504C31.703,25.953,31.93,26.171,32.203,26.166z"/>
<path fill="#A8A7A8" d="M19.829,27.33c0.014,1.521-0.791,1.429-1.761,1.439c-0.098,0.002-0.19,0.004-0.284,0.004
c-0.108,0.003-0.212,0.004-0.312,0.002c-0.941-0.002-1.542-0.045-2.073,0.243c0.013-0.033,0.247-0.556,1.09-0.768
c-0.093-0.205-0.152-0.491-0.167-0.888c-0.059-1.519,0.879-2.766,1.848-2.774C19.139,24.579,19.814,25.81,19.829,27.33z
M18.333,26.533c0.272-0.007,0.488-0.234,0.481-0.507c-0.008-0.274-0.236-0.489-0.508-0.481c-0.274,0.006-0.489,0.234-0.482,0.507
C17.832,26.326,18.059,26.541,18.333,26.533z"/>
<path fill="#394450" d="M40.342,17.941c0.022,0.012,0.101,0.049,0.193,0.094c0.043,0.021,0.081,0.04,0.116,0.057
c-0.143-0.081-0.289-0.155-0.438-0.223c0.04,0.024,0.08,0.049,0.122,0.068C40.337,17.939,40.339,17.94,40.342,17.941z"/>
<path fill="#394450" d="M10.225,17.941c0.002-0.001,0.003-0.002,0.006-0.004c0.041-0.019,0.082-0.042,0.122-0.067
c-0.144,0.065-0.284,0.138-0.422,0.214c0.029-0.015,0.064-0.031,0.101-0.049C10.124,17.991,10.202,17.953,10.225,17.941z"/>
<path fill="#A8A7A8" d="M40.651,18.093c-0.039-0.02-0.078-0.039-0.116-0.057c-0.057-0.026-0.12-0.059-0.193-0.094
c-0.004-0.002-0.007-0.004-0.007-0.004c-0.042-0.019-0.082-0.043-0.122-0.068c-0.428-0.199-0.876-0.352-1.325-0.498
c-0.053-0.018-0.105-0.033-0.158-0.048c0.004-0.015,0.008-0.028,0.01-0.042c0.006-0.05,0.122-0.901,0.052-2.243
c-0.03-0.573-0.093-1.235-0.213-1.963c-0.019-0.116-0.104-0.211-0.216-0.243l-0.66-0.187c-0.142-5.104-2.243-7.503-2.31-7.577
c1.878,3.021,1.861,6.605,1.829,7.44l-4.09-1.163c-0.003,0-0.006,0-0.009-0.002c-0.017-0.004-0.035-0.006-0.053-0.008
c-0.004,0-0.009-0.001-0.015-0.001c-0.021-0.001-0.045,0.001-0.067,0.006c-0.003,0-0.007,0.003-0.011,0.003
c-0.018,0.004-0.035,0.01-0.053,0.019c-0.006,0.003-0.012,0.007-0.018,0.008c-0.014,0.01-0.027,0.018-0.041,0.027
c-0.003,0.002-0.007,0.004-0.01,0.007c-0.004,0.003-0.006,0.006-0.008,0.008c-0.004,0.003-0.009,0.007-0.012,0.009
c-0.003,0.005-0.113,0.113-0.285,0.273c0.012-0.382,0.015-0.967-0.029-1.682c-0.004-0.068-0.009-0.137-0.013-0.207
c-0.129-1.796-0.553-4.318-1.821-6.526c0.011,0.032,0.136,0.397,0.299,1.015c0.408,1.553,1.051,4.695,0.7,8.105
c-0.001,0.016-0.003,0.03-0.004,0.047c-0.005,0.004-0.011,0.008-0.017,0.013c-0.16,0.127-0.323,0.25-0.485,0.36
c-0.081,0.055-0.132,0.146-0.133,0.246c0,0.016-0.036,1.54-0.709,2.837c-0.012,0.021-0.018,0.042-0.024,0.065
c-1.675-0.115-3.354-0.164-5.032-0.165c-1.676,0.001-3.356,0.047-5.032,0.161c-0.006-0.021-0.013-0.042-0.023-0.061
c-0.674-1.298-0.708-2.822-0.709-2.837c-0.001-0.1-0.051-0.191-0.132-0.246c-0.167-0.114-0.339-0.242-0.504-0.373
c-0.34-3.244,0.222-6.25,0.631-7.885c0.193-0.777,0.354-1.246,0.367-1.282c-1.841,3.203-1.905,7.067-1.864,8.415
c-0.174-0.161-0.282-0.269-0.285-0.273c-0.003-0.002-0.009-0.006-0.013-0.009c-0.002-0.002-0.004-0.005-0.007-0.008
s-0.007-0.005-0.011-0.007c-0.013-0.01-0.027-0.018-0.041-0.025c-0.007-0.003-0.011-0.007-0.019-0.01
c-0.018-0.009-0.033-0.015-0.05-0.017c-0.005-0.002-0.009-0.005-0.012-0.005c-0.023-0.005-0.047-0.007-0.068-0.006
c-0.006,0-0.012,0.001-0.018,0.001c-0.017,0.002-0.032,0.004-0.05,0.008c-0.004,0.002-0.006,0.002-0.01,0.002l-4.088,1.163
c-0.033-0.835-0.051-4.419,1.827-7.44c-0.066,0.074-2.167,2.474-2.31,7.577l-0.657,0.187c-0.114,0.032-0.199,0.127-0.217,0.243
c-0.121,0.727-0.184,1.388-0.214,1.96c-0.069,1.344,0.046,2.195,0.054,2.246c0.003,0.013,0.007,0.027,0.009,0.04
c-0.053,0.017-0.107,0.032-0.159,0.049c-0.449,0.146-0.9,0.3-1.328,0.5c-0.04,0.024-0.081,0.048-0.122,0.067
c0,0-0.002,0.002-0.006,0.004c-0.073,0.036-0.137,0.068-0.194,0.094c-0.033,0.017-0.067,0.033-0.101,0.049
c-0.021,0.013-0.043,0.023-0.064,0.036c0.304-0.119,0.618-0.206,0.931-0.283c0.315-0.079,0.632-0.147,0.948-0.208
c0.637-0.118,1.275-0.22,1.917-0.298c0.641-0.085,1.284-0.154,1.928-0.208c0.645-0.055,1.287-0.109,1.933-0.146
c2.583-0.153,5.171-0.201,7.761-0.202c2.591,0.002,5.18,0.042,7.762,0.2c0.646,0.039,1.289,0.092,1.934,0.146
c0.646,0.055,1.286,0.125,1.926,0.21c0.643,0.077,1.282,0.179,1.917,0.298c0.318,0.061,0.634,0.128,0.947,0.208
c0.316,0.077,0.628,0.164,0.933,0.283C40.685,18.111,40.667,18.103,40.651,18.093z M17.456,16.224
c-0.65,0.079-1.3,0.161-1.946,0.269c-0.645,0.11-1.291,0.228-1.93,0.37c-0.388,0.089-0.772,0.186-1.158,0.29
c-0.003-0.031-0.008-0.078-0.013-0.138c-0.045-0.477-0.13-1.852,0.147-3.651l4.627-1.316c-0.035,0.689-0.054,2.084,0.243,3.512
c0.042,0.198,0.088,0.396,0.143,0.594c0.006,0.019,0.014,0.039,0.023,0.056C17.546,16.214,17.502,16.218,17.456,16.224z
M18.155,16.148c0.013-0.049,0.014-0.104,0-0.157c-0.38-1.384-0.4-2.866-0.374-3.686c0.306,0.277,0.721,0.634,1.14,0.931
c0.025,0.427,0.144,1.639,0.688,2.778C19.123,16.052,18.639,16.097,18.155,16.148z M32.414,15.991c-0.015,0.053-0.013,0.109,0,0.16
c-0.484-0.051-0.969-0.094-1.454-0.134c0.543-1.14,0.662-2.354,0.688-2.781c0.418-0.297,0.833-0.653,1.138-0.931
C32.815,13.123,32.794,14.605,32.414,15.991z M38.17,16.873c-0.01,0.134-0.02,0.229-0.026,0.28c-0.382-0.104-0.768-0.2-1.157-0.29
c-1.28-0.281-2.574-0.489-3.876-0.638c-0.044-0.006-0.09-0.009-0.136-0.015c0.008-0.019,0.017-0.039,0.022-0.058
c0.039-0.142,0.072-0.284,0.104-0.427c0.336-1.485,0.318-2.963,0.28-3.679l4.628,1.316C38.263,15.009,38.215,16.299,38.17,16.873z"
/>
<path fill="#394450" d="M9.931,18.085L9.931,18.085c0.033-0.017,0.067-0.033,0.101-0.049C9.995,18.054,9.96,18.07,9.931,18.085z"/>
<path fill="#394450" d="M10.231,17.938c-0.002,0.002-0.004,0.003-0.006,0.004C10.229,17.939,10.231,17.938,10.231,17.938z"/>
<path fill="#394450" d="M10.225,17.941c-0.023,0.012-0.102,0.049-0.194,0.094C10.088,18.009,10.152,17.977,10.225,17.941z"/>
<path fill="#394450" d="M40.651,18.093L40.651,18.093c-0.035-0.018-0.073-0.036-0.116-0.057
C40.573,18.054,40.612,18.073,40.651,18.093z"/>
<path fill="#394450" d="M40.535,18.036c-0.092-0.045-0.171-0.083-0.193-0.094C40.415,17.977,40.478,18.009,40.535,18.036z"/>
<path fill="#394450" d="M40.342,17.941c-0.002-0.001-0.004-0.002-0.007-0.004C40.335,17.938,40.337,17.939,40.342,17.941z"/>
<path fill="#A8A7A8" d="M30.16,8.169V4.33h-9.579v3.84h2.72V7.048h0.611v5.183H22.99v2.898h4.761v-2.898h-0.926V7.048h0.614v1.121
H30.16z M26.008,6.233v6.816h0.925v1.265h-3.128v-1.265h0.925V6.233h-2.247v1.121h-1.086V5.146h4.611h2.147h1.186v2.208h-1.086
V6.233H26.008z"/>
<polygon fill="#394450" points="26.404,38.735 26.404,38.735 26.401,38.732 "/>
<path fill="#394450" d="M26.209,38.597c0,0,0.08,0.061,0.214,0.161l-0.022-0.025l0.037-0.049c-0.068-0.054-0.137-0.104-0.208-0.154
l-0.004-0.004c-0.001,0-0.001,0-0.001-0.002c-0.044,0.048-0.087,0.098-0.13,0.144L26.13,38.7
C26.18,38.634,26.209,38.597,26.209,38.597z"/>
<polygon fill="#394450" points="26.404,38.735 26.402,38.732 26.438,38.684 26.401,38.732 "/>
<path fill="#A8A7A8" d="M46.092,16.746c-0.016-0.329-0.048-0.657-0.095-0.981c-0.021-0.165-0.046-0.329-0.081-0.49
c-0.031-0.166-0.064-0.321-0.116-0.501l-0.035-0.128l-0.091-0.071c-0.517-0.406-1.076-0.713-1.643-0.985
c-0.467-0.221-0.943-0.413-1.423-0.591c-1.341-3.72-3.645-7.018-6.675-9.316C32.802,1.306,29.12,0.05,25.284,0.05
c-3.835,0-7.519,1.256-10.65,3.632C11.604,5.981,9.3,9.279,7.96,13c-0.479,0.177-0.956,0.37-1.423,0.59
c-0.567,0.271-1.125,0.579-1.643,0.985l-0.091,0.071l-0.035,0.128c-0.05,0.18-0.083,0.335-0.117,0.501
c-0.032,0.161-0.057,0.325-0.08,0.49c-0.047,0.325-0.078,0.653-0.095,0.981c-0.033,0.657-0.015,1.316,0.057,1.969
c0.07,0.653,0.192,1.3,0.365,1.941c0.091,0.318,0.195,0.634,0.317,0.946c0.061,0.156,0.127,0.311,0.201,0.467
c0.036,0.077,0.076,0.153,0.116,0.232l0.065,0.114c0.025,0.042,0.042,0.073,0.08,0.129l0.065,0.104l0.105,0.053
c0.11,0.057,0.202,0.101,0.302,0.148l0.293,0.131c0.054,0.022,0.104,0.044,0.16,0.066c-1.33,1.229-2.773,2.828-4.024,4.8L1,30.34
l2.217-1.946c0.038-0.033,1.896-1.643,4.997-3.465l0.043,0.356c-0.203,0.104-1.177,0.616-1.467,0.86
c-0.481,0.397-0.504,1.017-0.375,2.172c0.066,0.591,0.288,1.74,0.587,2.793c0.516,1.813,0.895,2.135,1.226,2.209
c0.15,0.035,0.343,0.053,0.561,0.053c0.594,0,1.354-0.115,1.851-0.266c0.583,1.81,1.407,3.445,2.413,4.88
c-0.048,0.014-0.096,0.028-0.145,0.042c-0.605-0.28-2.72-1.26-3.43-1.578l-1.485-0.67l0.877,1.372
c0.064,0.1,1.581,2.463,2.818,4.056c1.158,1.487,2.744,3.008,5.735,3.008c0.36,0,0.736-0.021,1.125-0.065
c0.892-0.103,1.562-0.184,2.072-0.248c3.141,1.153,6.603,1.225,9.89-0.021c0.9-0.341,1.719-0.757,2.471-1.221
c0.016-0.002,0.03-0.006,0.045-0.01c1.222-0.294,2.608-0.625,3.293-0.817c0.11-0.029,0.247-0.062,0.39-0.096
c0.954-0.22,2.548-0.589,3.398-2.289c0.856-1.717,2.252-4.345,2.268-4.371l0.653-1.228l-1.273,0.554
c-0.068,0.031-1.68,0.733-2.518,1.172c-0.03,0.017-0.063,0.031-0.098,0.048c0.68-1.388,1.023-2.497,1.143-2.922
c0.469,0.111,1.164,0.098,1.676,0.098c0.251,0,0.511-0.045,0.678-0.086c0.333-0.086,0.59-0.307,1.073-2.177
c0.28-1.088,0.482-2.271,0.538-2.88c0.106-1.185,0.072-1.818-0.412-2.22c-0.241-0.198-0.947-0.579-1.307-0.767l0.018-0.131
c0.184,0.045,0.282,0.069,0.29,0.071l0.327-1.236c0.115-0.049,0.236-0.099,0.374-0.153c0.197-0.077,0.395-0.155,0.591-0.24
l0.291-0.131c0.102-0.048,0.193-0.091,0.304-0.148l0.104-0.053l0.066-0.104c0.037-0.056,0.056-0.086,0.079-0.129l0.063-0.114
c0.044-0.079,0.082-0.155,0.118-0.232c0.074-0.156,0.139-0.312,0.201-0.467c0.123-0.312,0.226-0.628,0.316-0.946
c0.173-0.641,0.296-1.288,0.365-1.941C46.108,18.062,46.125,17.403,46.092,16.746z M4.994,25.983
c0.044-0.054,0.09-0.105,0.137-0.159c2.59-3.024,6.255-5.326,7.223-5.905c0.107-0.015,0.212-0.026,0.32-0.037
c0.375-0.041,0.75-0.072,1.128-0.099c0.756-0.058,1.511-0.11,2.271-0.151c0.654-0.037,1.308-0.07,1.963-0.101
c0.654-0.03,1.307-0.057,1.96-0.081c-0.911,0.177-1.802,0.388-2.665,0.63C11.908,21.598,7.515,24.232,4.994,25.983z M7.922,21.052
c0.396-0.089,0.934-0.205,1.591-0.331c-0.403,0.275-0.882,0.62-1.404,1.036L7.922,21.052z M15.975,23.27
c-0.23,0.273-0.454,0.563-0.666,0.871l-1.28,1.836l1.864-1.243c0.028-0.02,1.216-0.8,3.157-1.75
c1.936-0.146,4.072-0.241,6.357-0.241c0.558,0,1.103,0.008,1.642,0.017c-0.375,0.304-0.771,0.59-1.184,0.839l-1.373,0.829
c-0.864,0.104-1.612,0.319-1.655,0.331c-0.026,0.006-0.048,0.017-0.071,0.03c-0.066,0.038-0.117,0.104-0.141,0.181l-1.402,4.614
l-7.483,1.664l-2.358-1.651l-0.685-5.556C12.033,23.794,13.825,23.51,15.975,23.27z M11.981,22.958
c2.076-0.954,4.445-1.832,7.02-2.431c-0.667,0.471-1.423,1.069-2.157,1.798C14.968,22.513,13.332,22.74,11.981,22.958z
M26.114,24.383c0.155-0.011,2.733-0.326,5.812-1.388c3.41,0.262,6.193,0.681,8.096,1.027l-0.674,4.724l-2.378,1.666l-7.474-0.851
l-1.396-4.592c-0.032-0.103-0.111-0.182-0.214-0.211c-0.045-0.015-0.972-0.277-1.952-0.363L26.114,24.383z M27.726,23.307
c0.02-0.018,0.04-0.035,0.061-0.052c1.392-1.167,2.478-2.524,3.03-3.27c0.174-0.238,0.295-0.415,0.354-0.503
c1.028,0.044,2.055,0.092,3.083,0.151c0.281,0.016,0.561,0.034,0.841,0.051c0.458,0.03,0.917,0.062,1.375,0.097
c0.003,0,0.005,0.001,0.007,0.002c-0.075,0.052-0.148,0.108-0.227,0.161C33.229,22.052,29.738,22.945,27.726,23.307z M29.738,19.99
c-0.436,0.551-1.042,1.257-1.757,1.945c-0.834-0.023-1.691-0.039-2.573-0.039c-1.457,0-2.853,0.039-4.181,0.102
c1.875-0.779,4.127-1.536,6.567-1.993c0.711-0.136,1.44-0.244,2.18-0.318C29.902,19.782,29.822,19.884,29.738,19.99z
M24.189,20.031c-2.444,0.752-4.555,1.701-6.095,2.484c-0.167,0.084-0.328,0.167-0.48,0.247c1.748-1.67,3.604-2.607,3.817-2.71
c0.009-0.007,0.018-0.011,0.019-0.012l1.415-0.67c0.767-0.015,1.533-0.023,2.297-0.025h0.001c0.133,0,0.267,0.003,0.4,0.004
c0.388,0.002,0.776,0.005,1.164,0.012C25.85,19.552,25,19.782,24.189,20.031z M8.464,32.505c-0.144-0.146-0.336-0.625-0.527-1.236
l0,0c-0.297-0.951-0.586-2.22-0.679-3.046c-0.122-1.099-0.036-1.335,0.077-1.428c0.129-0.107,0.614-0.385,1.035-0.609l0.568,4.612
c0.012,0.088,0.058,0.166,0.131,0.218l1.164,0.815c0.019,0.066,0.04,0.132,0.059,0.198c0.027,0.092,0.053,0.184,0.081,0.274
C9.892,32.446,8.908,32.582,8.464,32.505z M27.341,41.247c-0.241,0.034-0.481,0.065-0.718,0.085
c-0.155,0.008-0.317,0.024-0.465,0.024h-0.056c0.186-0.414,0.327-0.734,0.433-0.979C26.754,40.622,27.03,40.923,27.341,41.247z
M25.992,44.059c-1.235,0.083-2.489-0.062-3.716-0.398c0.104-0.019,0.178-0.031,0.268-0.042c0.103-0.014,2.304-0.301,3.294-1.776
l0.095,0.002l0.244-0.002c0.165,0,0.314-0.014,0.471-0.02c0.375-0.032,0.741-0.086,1.101-0.158
c0.039,0.039,0.076,0.076,0.114,0.115c0.746,0.738,1.668,1.161,2.685,1.235C28.839,43.707,27.23,43.976,25.992,44.059z
M39.688,36.436c0.028-0.015,0.058-0.03,0.087-0.046c0.305-0.156,0.703-0.347,1.087-0.522c-0.021,0.039-0.042,0.081-0.064,0.123
c-0.041,0.077-0.082,0.155-0.125,0.237c-0.265,0.506-0.563,1.08-0.85,1.638c-0.207,0.402-0.407,0.796-0.585,1.15
c-0.643,1.292-1.859,1.575-2.748,1.779c-0.154,0.035-0.3,0.069-0.433,0.107c-0.084,0.023-0.179,0.048-0.282,0.075
c-0.727,0.193-1.913,0.478-2.977,0.731c-0.336,0.079-0.663,0.158-0.966,0.231c-0.326,0.078-0.649,0.118-0.956,0.118
c-0.899,0-1.683-0.324-2.332-0.968c-0.854-0.848-1.572-1.682-1.744-1.884c-0.025-0.028-0.037-0.044-0.038-0.045l-0.339-0.404
c-0.134-0.101-0.214-0.161-0.214-0.161s-0.029,0.037-0.08,0.104l-0.035-0.033l0.058,0.056c0-0.001,0-0.001,0-0.001l0,0.001h0
l-0.217,0.581c-0.005,0.014-0.13,0.343-0.749,1.727c-0.245,0.549-0.745,0.92-1.254,1.167c-0.738,0.359-1.494,0.457-1.505,0.458
c-0.035,0.004-0.067,0.009-0.099,0.013c-0.081,0.013-0.157,0.025-0.245,0.042c-0.351,0.061-0.993,0.174-3.407,0.449
c-0.078,0.009-0.158,0.019-0.24,0.027c-0.351,0.04-0.693,0.06-1.015,0.06l0,0c0,0,0,0,0,0c-2.567,0-3.908-1.264-4.97-2.632
c-0.128-0.166-0.261-0.341-0.394-0.521c-0.295-0.399-0.598-0.823-0.883-1.236c-0.198-0.284-0.389-0.562-0.562-0.819
c0.001,0,0.001,0,0.002,0.001c0.073,0.034,0.147,0.066,0.219,0.102c0.919,0.421,1.812,0.837,1.829,0.843l0.164,0.075l0.172-0.049
c2.663-0.762,5.173-1.571,5.197-1.579l0.168-0.055l0.094-0.148c1.459-2.308,2.6-2.849,2.802-2.859
c0.162-0.007,0.327-0.011,0.493-0.011c2.029,0,3.722,0.627,3.739,0.632l0.157,0.06l0.158-0.052c2.58-0.799,3.758-1.165,4.164-1.165
c0.08,0,0.08,0,0.213,0.114c0.042,0.034,0.088,0.073,0.14,0.116c1.264,0.993,2.826,2.238,2.843,2.249l0.108,0.088l0.136,0.015
c0.019,0.003,1.803,0.213,2.857,0.31c0.528,0.048,1.004,0.089,1.49,0.089C38.574,36.812,39.206,36.688,39.688,36.436z M39.7,32.072
c-0.089,0.282-0.182,0.557-0.276,0.827c-0.376,1.074-0.8,2.048-1.261,2.929c-0.126,0.008-0.261,0.014-0.404,0.014
c-0.445,0-0.899-0.038-1.402-0.085c-0.873-0.078-2.258-0.237-2.694-0.288c-0.377-0.3-1.667-1.324-2.739-2.17
c-0.042-0.032-0.077-0.063-0.114-0.093c-0.188-0.161-0.402-0.342-0.838-0.342c-0.395,0-0.972,0.143-2.366,0.565
c0.725-0.541,0.73-1.242,0.73-1.242s-1.033,0.961-2.698,1.175c-1.664,0.213-2.97-0.809-2.97-0.809
c0.055,0.178,0.132,0.58,0.51,0.922c-0.444-0.052-0.923-0.089-1.424-0.089c-0.182,0-0.366,0.006-0.542,0.015
c-1.023,0.053-2.465,1.6-3.476,3.159c-0.497,0.158-2.051,0.652-3.848,1.181c-1.062-1.469-1.781-2.957-2.188-3.917
c-0.238-0.558-0.369-0.938-0.398-1.027v-0.002c-0.033-0.093-0.069-0.189-0.099-0.286l0.431,0.3v0.003l1.065,0.746l0.356,0.25
c0.054,0.036,0.118,0.056,0.181,0.056c0.022,0,0.045-0.003,0.068-0.007l9.128-2.033l0.668-0.149
c0.11-0.024,0.198-0.105,0.231-0.213l1.396-4.599c0.241-0.032,0.453-0.049,0.636-0.049c0.178,0,0.394,0.017,0.633,0.049
l1.438,4.735c0.036,0.121,0.141,0.207,0.264,0.222l0.533,0.061l0.136,0.015l9.191,1.045c0.075,0.009,0.151-0.012,0.213-0.055
l0.924-0.647l0.853-0.599l0.317-0.222C39.815,31.637,39.758,31.856,39.7,32.072z M37.511,32.303l-9.536-1.084l-1.437-4.727
c-0.034-0.116-0.131-0.201-0.25-0.221c-0.353-0.058-0.666-0.085-0.925-0.085c-0.263,0-0.573,0.027-0.928,0.085
c-0.119,0.02-0.215,0.104-0.251,0.221l-1.398,4.611l-9.484,2.11l-3.759-2.633l-0.74-5.992c0.162-0.09,0.326-0.182,0.49-0.273
c0.234-0.05,0.496-0.102,0.787-0.158l0.696,5.654c0.011,0.088,0.059,0.169,0.133,0.218l2.586,1.812
c0.052,0.038,0.115,0.057,0.178,0.057c0.023,0,0.045-0.003,0.069-0.007l7.798-1.734c0.028-0.007,0.054-0.016,0.077-0.029
c0.074-0.04,0.129-0.106,0.154-0.186l1.406-4.623c0.375-0.097,1.34-0.324,2.189-0.324c0.845,0,1.811,0.228,2.187,0.324l1.405,4.623
c0.036,0.118,0.14,0.206,0.265,0.22l7.798,0.886c0.074,0.01,0.152-0.012,0.212-0.056l2.587-1.809
c0.07-0.05,0.117-0.128,0.129-0.213l0.689-4.831c0.52,0.1,0.953,0.19,1.294,0.264l-0.765,5.338L37.511,32.303z M43.285,26.101
c0.115,0.094,0.205,0.338,0.102,1.479c-0.125,1.396-0.712,3.846-1.075,4.24c-0.401,0.078-1.242-0.015-1.753-0.134
c0.086-0.351,0.113-0.521,0.183-0.88l0.897-0.628c0.071-0.05,0.118-0.128,0.131-0.212l0.626-4.39
C42.777,25.783,43.169,26.003,43.285,26.101z M42.223,23.6c-1.373-0.303-4.388-0.898-8.491-1.297
c1.34-0.572,2.706-1.288,3.954-2.186c2.441,0.346,4.236,0.715,5.209,0.936L42.223,23.6z M45.095,18.602
c-0.083,0.607-0.195,1.21-0.358,1.793c-0.081,0.292-0.173,0.581-0.279,0.858c-0.054,0.14-0.112,0.277-0.173,0.41
c-0.03,0.066-0.062,0.132-0.094,0.194l-0.037,0.074C44.107,21.956,44.06,21.98,44.016,22l-0.272,0.13
c-0.095,0.044-0.193,0.087-0.291,0.13l0.482-1.829c-0.112-0.03-1.165-0.304-2.974-0.638c0.057-0.012,0.112-0.025,0.167-0.038
c0.376-0.093,0.746-0.208,1.105-0.353c0.178-0.077,0.356-0.157,0.522-0.253c0.166-0.095,0.331-0.204,0.457-0.349
c-1.812,0.593-5.556,0.324-8.886-0.019c-3.042-0.315-6.096-0.518-9.165-0.526c-3.067,0.008-6.117,0.211-9.163,0.526
c-3.329,0.343-7.074,0.612-8.886,0.019c0.127,0.145,0.292,0.253,0.459,0.349c0.167,0.096,0.342,0.176,0.52,0.253
c0.359,0.145,0.73,0.26,1.105,0.353c0.132,0.032,0.268,0.061,0.4,0.085c-1.65,0.315-2.607,0.562-2.714,0.591l0.504,1.92
c-0.008,0.007-0.018,0.017-0.029,0.026c-0.172-0.077-0.381-0.177-0.534-0.247L6.552,22c-0.043-0.02-0.091-0.044-0.136-0.068
l-0.038-0.074c-0.032-0.062-0.063-0.128-0.093-0.194c-0.061-0.133-0.119-0.27-0.171-0.41c-0.108-0.277-0.199-0.566-0.281-0.858
c-0.164-0.583-0.275-1.186-0.36-1.793c-0.077-0.605-0.119-1.218-0.113-1.829c0.003-0.306,0.014-0.612,0.042-0.916
c0.012-0.153,0.03-0.302,0.046-0.453c0.014-0.106,0.03-0.218,0.048-0.321c0.405-0.341,0.864-0.643,1.343-0.919
c0.518-0.302,1.062-0.573,1.614-0.825c0.551-0.259,1.115-0.495,1.683-0.724c0.285-0.113,0.57-0.226,0.856-0.333
c0.288-0.11,0.577-0.216,0.868-0.321c-0.609,0.1-1.212,0.239-1.81,0.393c-0.387,0.1-0.775,0.212-1.158,0.333
c2.731-7.141,9.261-11.79,16.393-11.79s13.662,4.649,16.394,11.79c-0.383-0.121-0.771-0.233-1.159-0.333
c-0.597-0.153-1.199-0.293-1.808-0.393c0.29,0.104,0.58,0.21,0.865,0.321c0.288,0.106,0.574,0.219,0.857,0.333
c0.567,0.229,1.133,0.465,1.682,0.724c0.554,0.252,1.097,0.523,1.615,0.825c0.479,0.276,0.938,0.578,1.343,0.919
c0.017,0.103,0.035,0.214,0.048,0.321c0.018,0.151,0.035,0.3,0.047,0.453c0.026,0.304,0.039,0.61,0.042,0.916
C45.215,17.384,45.173,17.997,45.095,18.602z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 50 KiB