Auto-merged master into landing-page on deployment.

This commit is contained in:
Piotr Sarnacki 2015-03-30 12:15:42 +02:00
commit ecc635bde5
42 changed files with 1915 additions and 259 deletions

View File

@ -3,7 +3,7 @@
`import { languageConfigKeys } from 'travis/utils/keys-map';`
JobsItemComponent = Ember.Component.extend
tagName: 'div'
tagName: 'li'
classNameBindings: ['job.state']
classNames: ['tile', 'tile--jobs', 'row']
@ -15,7 +15,18 @@ JobsItemComponent = Ember.Component.extend
if version = config[key]
output.push(languageName + ': ' + version)
gemfile = @get('job.config.gemfile')
if gemfile && @get('job.config.env')
output.push "Gemfile: #{gemfile}"
output.join(' ')
).property('job.config')
environment: (->
if env = @get('job.config.env')
env
else if gemfile = @get('job.config.gemfile')
"Gemfile: #{gemfile}"
).property('job.config.env', 'job.config.gemfile')
`export default JobsItemComponent`

View File

@ -2,7 +2,7 @@
Component = Ember.Component.extend
tagName: 'a'
classNames: ['travis-switch']
classNames: ['travis-switch', 'switch']
classNameBindings: ['_active:active']
# TODO: how to handle overriding properties to

View File

@ -47,4 +47,9 @@ Controller = Ember.ObjectController.extend
@config.show_repos_hint == 'public'
) .property()
billingUrl: (->
id = if @get('model.type') == 'user' then 'user' else @get('model.login')
"#{@get('config').billingEndpoint}/subscriptions/#{id}"
).property('model.login', 'model.type')
`export default Controller`

View File

@ -3,4 +3,8 @@
Controller = Ember.ArrayController.extend
tab: 'accounts'
userName: (->
@get('user.name') || @get('user.login')
).property('user.login', 'user.name')
`export default Controller`

View File

@ -4,6 +4,7 @@
Account = Model.extend
name: DS.attr()
type: DS.attr()
avatarUrl: DS.attr()
reposCount: DS.attr('number')
subscribed: DS.attr('boolean')
education: DS.attr('boolean')

View File

@ -2,7 +2,10 @@
Route = TravisRoute.extend
titleToken: (model) ->
model.get('name') || model.get('login')
if model
model.get('name') || model.get('login')
else
'Account'
setupController: (controller, account) ->
@_super.apply this, arguments

View File

@ -4,6 +4,15 @@ Route = TravisRoute.extend
model: ->
@store.find('account', { all: true })
setupController: (controller, model) ->
user = model.filterBy('type', 'user')[0]
orgs = model.filterBy('type', 'organization')
controller.set('user', user)
controller.set('organizations', orgs)
controller.set('model', model)
renderTemplate: ->
@_super.apply(this, arguments)
@render 'profile_accounts', outlet: 'left', into: 'profile'

View File

@ -15,8 +15,8 @@
@import "app/getting_started";
@import "app/github";
@import "app/left/list";
@import "app/left";
// @import "app/left/list";
// @import "app/left";
@import "app/loading";
@import "app/main/annotations";
@import "app/landing";
@ -28,8 +28,8 @@
@import "app/misc";
@import "app/popup";
@import "app/pro";
@import "app/profile/hooks";
@import "app/profile";
// @import "app/profile/hooks";
// @import "app/profile";
@import "app/requests";
// @import "app/right/lists";
// @import "app/right/sponsors";
@ -51,6 +51,8 @@
@import "app/modules/tabs";
@import "app/modules/tooltips";
@import "app/modules/flash";
@import "app/modules/media";
@import "app/modules/switch";
@import "app/layout";
@import "app/layouts/dashboard";
@ -61,4 +63,6 @@
@import "app/layouts/sidebar";
@import "app/layouts/build-job";
@import "app/layouts/sidebar";
@import "app/top";
@import "app/layouts/profile";
@import "app/layouts/top";
// @import "app/top";

View File

@ -29,6 +29,16 @@
.sync-spinner
margin-right: .5em
.profile-main
.sync-button
button
max-width: none
font-size: $font-size-sm
.sync-last
font-size: $font-size-sm
color: #adaaab
margin-left: .8rem
.sync-last
display: inline-block
margin: 0

View File

@ -2,6 +2,13 @@
.centered
.row
max-width: 1024px
.main
margin: auto
max-width: 1024px
padding-left: 0 !important
padding-right: 0 !important
padding-top: 30px !important
.main,
.profile-view

View File

@ -121,3 +121,7 @@
.is-empty
opacity: .5
.jobs-list
@include resetul

View File

@ -0,0 +1,183 @@
.profile
font-size: $font-size-sm
font-weight: 400
.profile-main
header
h1
margin: 0 1.7rem 0 0
color: #808080
font-size: 35px
font-weight: 400
line-height: 1.45
p:not(.sync-last)
font-size: $font-size-sm
color: #adaaab
margin: 2rem 0 1rem 0
a
color: #adaaab
text-decoration: underline
@media #{$medium-up}
.profile-header, .sync-button, .ember-view
display: inline-block
vertical-align: middle
.sync-button
margin-top: .5em
@media #{$large-up}
.profile-header
position: relative
white-space: nowrap;
max-width: 77%;
overflow: hidden;
&:after
@include fadeOut(right, -90deg, $white)
.cta-btn
text-align: right
@media #{$large-up}
position: absolute
top: 1rem
right: 0
.profile-getstarted
position: relative
margin-bottom: 3rem
background-color: $cream-light
@extend %border-radius-4px
ol
@include resetul
padding: 1em 0
figure
margin: 0
figcaption
width: 90%
margin: auto
padding: 0 0 0 2.8em
img
display: block
margin: 0 auto 1em
.dismiss
position: absolute
top: 0
right: 0
padding: .5em
z-index: 99
@media #{$medium-up}
li:not(:last-child)
img
padding: 0 3.2em
border-right: solid 2px #f3f2f2
.profile-orgs,
.profile-user
.media-elem
width: 14%
img
width: 2.6rem
height: 2.6rem
border-radius: 50%
.media-body
width: 86%
p
margin: 0
ul
@include resetul
li
margin: 1.5rem 0 2.5rem
a
@extend %inline-block
width: 100%
&:hover
h1, h2
text-decoration: underline
.profile-user h1,
.profile-orgs h2
font-size: $font-size-sm
margin: 0
font-weight: 600
line-height: 1
.profile-orgs
h1
color: #898b8c
font-size: $font-size-sm
border-bottom: solid 2px #f3f2f2
.profile-user
margin: 1rem 0 2rem
p.profile-user-last
margin-top: .5em
.profile-orglist
@media #{$large-up}
padding-right: 10em
aside
padding: 0
.profile-hooklist
@include resetul
font-size: $font-size-m
color: #7a7a7a
li
clear: both
margin-bottom: .8em
overflow: auto
> div
width: grid-calc(10, 24)
@media #{$medium-up}
width: grid-calc(7, 24)
@media #{$large-up}
width: grid-calc(5, 24)
.switch
display: inline-block
.profile-settings
display: inline-block
margin-left: 1rem;
padding: .2em .2em .2em .5em;
height: 28px;
vertical-align: bottom;
.icon
width: 14px
height: 14px
.profile-repo
@extend %border-radius-4px
position: relative
width: grid-calc(14, 24)
padding: .25em .5em .3em
white-space: nowrap
overflow: hidden
span:not(.sync-spinner)
display: none
margin-left: 2rem
font-size: $font-size-sm
color: #484849
.sync-spinner
vertical-align: top
&:hover
background-color: #ededec
&:after
content: ""
@include fadeOut(right, -90deg, #ededec)
.active &:hover
background-color: #e2eee2
&:after
content: ""
@include fadeOut(right, -90deg, #e2eee2)
@media #{$medium-up}
width: grid-calc(17, 24)
height: 30px
&:hover
span
display: inline-block
@media #{$large-up}
width: grid-calc(19, 24)

View File

@ -0,0 +1,120 @@
$top-height: 55px
.logo
position: relative
margin: 0 1.5rem 0 1.3rem
float: left
a
display: block
width: 100px
height: $top-height
z-index: 999
border: none !important
text-indent : -9999px
transition: background-color 200ms ease
background : inline-image('svg/travis-ci-logo.svg') no-repeat 0 50%
&:hover
background : $cream-light inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50%
.centered &
margin-left: 0
.burger
overflow: auto
height: $top-height
@media #{$medium-up}
display: none
.burger-btn
float: right
font-size: 50px
background: none
border: none
line-height: 1
color: $grey1
outline: none !important
@include clearfix
&:hover
cursor: pointer
.topbar
font-size: $font-size-m
background-color: #eff0ec
color: $grey1
a
display: block
color: #898989
border-bottom: solid 1px #eff0ec
padding: 0 .2em
font-size: $font-size-m
@media #{$small-only}
.navigation
height: 0
overflow: hidden
&.is-open
height: auto
a
padding: .5em 1em
.navigation,
.navigation-nested
@include resetul
.navigation-handle
position: relative
margin: 0
.navigation--profile
img
border-radius: 50%;
width: 2.7rem;
height: 2.7rem;
margin-left: 1rem;
transform: translateY(-0.1rem);
.navigation-sub
position: relative
@media #{$medium-up}
height: $top-height
.navigation
height: $top-height
> li
display: inline-block
margin-right: 1rem
a
height: $top-height
line-height: $top-height + 2px
border: none
&:hover
text-decoration: underline
.navigation--profile
float: right
.navigation--profile.signed-out,
.navigation--profile.signing-in
line-height: $top-height - 5px
.navigation-nested
display: none
position: absolute
top: $top-height
left: -1em
z-index: 90
background-color: #eff0ec
a
height: 35px
line-height: 35px
padding: 0 2em
white-space: nowrap
&:hover
text-decoration: none
background-color: $cream-light
.navigation-handle:hover + .navigation-nested,
.navigation-nested:hover
display: block

View File

@ -52,39 +52,37 @@ $button-border-color: #d4d4d4
border: 1px solid #40454F
cursor: pointer
#top
.button--signin,
.button--signingin
display: inline-block
margin-right: 1em
color: $white
font-size: $font-size-small
line-height: 1
.button--signin,
.button--signingin
display: inline-block
color: $white
font-size: $font-size-small
line-height: 1
text-decoration: none
border-radius: 4px
border: none
vertical-align: middle
background:
color: $pass-color
.button--signin
padding: 0.6em 2em 0.55em 0.6em
cursor: pointer
background:
image: inline-image('ui/github-signin.svg')
repeat: no-repeat
position: 95.5% 45%
&:hover
background-color: #73c78d
text-decoration: none
border-radius: 4px
border: none
vertical-align: middle
background:
color: $pass-color
.button--signin
padding: 0.6em 2em 0.55em 0.6em
cursor: pointer
background:
image: inline-image('ui/github-signin.svg')
repeat: no-repeat
position: 95.5% 45%
&:hover
background-color: #73c78d
text-decoration: none
.button--signingin
padding: 0.6em 0.6em 0.45em
span
display: inline-block
padding: 0 .2em
position: relative
top: -0.15em
.button--signingin
padding: 0.6em 0.6em 0.45em
span
display: inline-block
padding: 0 .2em
position: relative
top: -0.15em
.btn
@extend .button
@ -99,6 +97,25 @@ $button-border-color: #d4d4d4
.button--fixedwidth
width: 8em
.btn-activate,
.btn-activated
font-size: $font-size-sm
border: none
// padding-right: 2.5em
&:hover
background-color: $grey2
.btn-activated
background-color: #39a85b
color: $white
// @extend .icon-hook-on
// background:
// repeat: no-repeat
// position: 92% 45%
&:hover
background-color: darken(#39a85b, 10)
// temp
#auth #navigation .button--signin,
#auth #navigation .button--signingin

View File

@ -101,7 +101,7 @@ $dropdown-border: #C3D9DB
&:hover,
&:focus
background-color: lighten($grey, 10)
.icon--cog
.icon-cog-light
position: relative
top: 0.15em
left: -0.2em

View File

@ -39,6 +39,11 @@
.icon-cog,
.icon--cog
background-image: inline-image('svg/settings_gray.svg')
&:hover
background-image: inline-image('svg/settings_teal.svg')
.icon-cog-light
background-image: inline-image('icons/settings.svg')
.icon-star
@ -140,6 +145,13 @@
.icon--dismiss-red
background-image: inline-image('svg/icon-error-dismiss.svg')
.icon--dismiss-grey
background-image: inline-image('svg/dismiss.svg')
.icon-hook-on
background-image: inline-image('svg/hooks-on.svg')
.icon-hook-off
background-image: inline-image('svg/hooks-off.svg')
.icon--plus
&:after

View File

@ -0,0 +1,15 @@
.media,
.media-body
overflow: hidden
zoom: 1
.media-elem
float: left
margin-right: 0
img
display: block
.media-body
float: right
margin-left: 0

View File

@ -0,0 +1,56 @@
.profile-main
$switch-height: 28px
$switch-inner-height: 22px
$switch-width: 62px
$switch-inner-width: 27px
span
display: none
.switch
box-sizing: border-box
position: relative
width: $switch-width
height: $switch-height
background-color: #d1d1d1
border: none
cursor: pointer
@extend %border-radius-4px
&:before
content: none
&:after
content: ""
display: block
position: absolute
top: ($switch-height - $switch-inner-height) / 2
right: ($switch-width - ($switch-inner-width * 2)) / 2
height: $switch-inner-height
width: $switch-inner-width
background-color: #919191
background-repeat: no-repeat
background-size: 14px 14px
background-position: 6px
transition: right 200ms ease
@extend .icon-hook-off
@extend %border-radius-4px
&.active
background-color: #b6d5b6
&:after
right: $switch-width - $switch-inner-width - (($switch-width - ($switch-inner-width * 2)) / 2)
background-color: #39a85b
@extend .icon-hook-on
&.disabled
cursor: default
pointer-events: none
opacity: .5
.active &.disabled
background-color: #b6d5b6
&:after
right: $switch-width - $switch-inner-width - (($switch-width - ($switch-inner-width * 2)) / 2)
background-color: #39a85b
@extend .icon-hook-on

View File

@ -4,73 +4,73 @@
*/
.tabs
@include resetul
li
height: 28px
vertical-align: top
background-color: $tab-nav-inactive-bg
border-radius: 4px 4px 0px 0px
padding: 0 12px 0 12px
margin-right: 10px
white-space: nowrap
cursor: pointer
@media #{$medium-up}
height: 29px
li
display: inline-block
&:hover
background-color: $tab-nav-inactive-bg-hover
// .tabs
// @include resetul
// li
// height: 28px
// vertical-align: top
// background-color: $tab-nav-inactive-bg
// border-radius: 4px 4px 0px 0px
// padding: 0 12px 0 12px
// margin-right: 10px
// white-space: nowrap
// cursor: pointer
// @media #{$medium-up}
// height: 29px
// li
// display: inline-block
// &:hover
// background-color: $tab-nav-inactive-bg-hover
.active
background-color: $color-bg-tab-active
border-bottom-color: $color-bg-tab-active
// .active
// background-color: $color-bg-tab-active
// border-bottom-color: $color-bg-tab-active
a
color: $color-text
font-weight: 600
// a
// color: $color-text
// font-weight: 600
h5
margin: 0
font-size: $font-size-small
font-weight: normal
line-height: 30px
text-align: center
// h5
// margin: 0
// font-size: $font-size-small
// font-weight: normal
// line-height: 30px
// text-align: center
a
display: block
color: #a8a9ab
// a
// display: block
// color: #a8a9ab
#left
// #left
.tabs
margin: -28px 20px 0 15px
// .tabs
// margin: -28px 20px 0 15px
#tab_search:not(.active)
display: none
// #tab_search:not(.active)
// display: none
#tab_recent.hidden
display: none
// #tab_recent.hidden
// display: none
#tab_owned
display: none
#tab_owned.display
display: inline-block
#tab_new
display: none
height: 25px
width: 26px
margin-top: 3px
float: right
margin-right: 0
padding: 0 5px 0 5px
// #tab_owned
// display: none
// #tab_owned.display
// display: inline-block
// #tab_new
// display: none
// height: 25px
// width: 26px
// margin-top: 3px
// float: right
// margin-right: 0
// padding: 0 5px 0 5px
h5
line-height: 25px
// h5
// line-height: 25px
#tab_new.display
display: inline-block
// #tab_new.display
// display: inline-block
#main
.tabs

View File

@ -1,42 +1,90 @@
<p class="tip">
{{#if config.pro}}
We're only showing <strong>your private repositories</strong> below.
You can find your <strong>public projects on <a href="https://travis-ci.org?utm_source=hooks">travis-ci.org</a></strong>.
{{else}}
We're only showing <strong>your public repositories</strong> below.
You can find your <strong>private projects on <a href="https://travis-ci.com?utm_source=hooks">travis-ci.com</a></strong>.
{{/if}}
</p>
<p class="tip">
Enable your projects below by flicking the switch, add a <a href="http://docs.travis-ci.com">.travis.yml</a> to your project, and push a new commit to
GitHub.
</p>
{{#if allHooks.isLoaded}}
<header>
<div class="profile-header">
<h1>{{view.name}}</h1>
</div>
{{#if user.isSyncing}}
<p class="message loading">
<span>Please wait while we synchronize your data from GitHub</span>
</p>
<div class="sync-button">
<button class="button is-syncing">
<span class="sync-spinner"><i></i><i></i><i></i></span>Syncing from Github
</button>
</div>
</header>
{{else}}
<p class="message">
Last synchronized from GitHub: {{format-time user.syncedAt}}
<a class="sync_now button" {{action "sync"}}>
Sync now
</a>
</p>
<div class="sync-button">
<button {{action sync}} class="button">
<span class="icon icon-sync"></span>Sync
</button>
<p class="sync-last">last synced {{format-time user.syncedAt}}</p>
</div>
{{#if config.billingEndpoint}}
<div class="cta-btn">
{{#if view.subscribed}}
<a class="btn btn-activated" {{bind-attr href="billingUrl"}}>
Subscription active!
</a>
{{else}}
{{#if view.education}}
<a class="btn btn-activated" {{bind-attr href="billingUrl"}}>
Educational account!
</a>
{{else}}
<a class="btn btn-activate" {{bind-attr href="billingUrl"}}>
Sign up this account!
</a>
{{/if}}
{{/if}}
</div>
{{/if}}
{{#if config.pro}}
<p>We're only showing your private repositories. You can find your public projects on <a href="https://travis-ci.org" title="travis-ci.org">travis-ci.org</a>.</p>
{{else}}
<p>We're only showing your public repositories. You can find your private projects on <a href="https://travis-ci.com" title="travis-ci.com">travis-ci.com</a>.</p>
{{/if}}
<ul id="hooks">
</header>
<section class="profile-getstarted">
{{!-- <a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a> --}}
<ol class="row">
<li class="columns medium-4">
<figure>
<img src="/images/svg/hooks-step-1-01.svg" alt="">
<figcaption>Flick the repository switch on</figcaption>
</figure>
</li>
<li class="columns medium-4">
<figure>
<img src="/images/svg/hooks-step-2-01.svg" alt="">
<figcaption>Add .travis.yml file to your repository</figcaption>
</figure>
</li>
<li class="columns medium-4">
<figure>
<img src="/images/svg/hooks-step-3-01.svg" alt="">
<figcaption>Trigger your first build with a git push</figcaption>
</figure>
</li>
</ol>
</section>
<div>
<ul class="profile-hooklist">
{{#each hook in hooks}}
<li {{bind-attr class="hook.active:active"}}>
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow">{{hook.slug}}</a>
{{#if hook.isSaving}}<span class="loading"></span>{{/if}}
<p class="description">{{hook.description}}</p>
<div class="controls">
{{#link-to "settings" hook.ownerName hook.name class="repo-settings-icon tool-tip" title="Repository settings"}}{{/link-to}}
<li {{bind-attr class="hook.active:active :row"}}>
<div class="columns">
{{travis-switch action="toggle" target=hook toggleAutomatically="false"}}
{{!-- <button class="switch is-on"></button> --}}
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
</div>
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
{{#if hook.isSaving}}
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
{{/if}}
{{hook.slug}}
<span>{{hook.description}}</span></a>
</li>
{{else}}
<li>
@ -48,20 +96,22 @@
</li>
{{/each}}
</ul>
</div>
{{#if hooksWithoutAdmin.length}}
<div id="unadministerable-hooks">
<h3>Repositories without admin access</h3>
<p>You require admin rights to enable these repositories</p>
<p class="tip">
You only have pull or push access to the repositories below.
</p>
<ul>
<ul class="profile-hooklist">
{{#each hook in hooksWithoutAdmin}}
<li {{bind-attr class="hook.active:active"}}>
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow">{{hook.slug}}</a>
<p class="description">{{hook.description}}</p>
<li {{bind-attr class="hook.active:active :row"}}>
<div class="columns">
<button class="switch disabled"></button>
</div>
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
{{hook.slug}}
<span>{{hook.description}}</span>
</a>
</li>
{{/each}}
</ul>
@ -69,9 +119,7 @@
{{/if}}
{{/if}}
{{else}}
<p class="message loading">
<span>Loading</span>
</p>
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
{{/if}}

View File

@ -61,7 +61,7 @@
<li>
<span class="icon icon--clock"></span>
{{#if build.isFinished}}ran{{else}}running{{/if}} for {{format-duration build.duration}}
<li>
<li {{bind-attr title="build.finishedAt"}}>
<span class="icon icon--cal"></span>
{{format-time build.finishedAt}}
</li>

View File

@ -25,10 +25,10 @@
{{/if}}
<div class="job-anchor jobs-item">
{{#if job.config.env}}
{{#if environment}}
<p class="job-env jobs-item build-env">
<span class="icon icon--env"></span>
{{job.config.env}}
{{environment}}
</p>
{{else}}
<p class="job-env jobs-item build-env is-empty">

View File

@ -12,8 +12,10 @@
</h2>
{{/if}}
<ul class="jobs-list">
{{#each job in jobs}}
{{jobs-item job=job}}
{{/each}}
</ul>
</section>
{{/if}}

View File

@ -1,6 +1,7 @@
<span class="on">
ON
</span>
<span class="off">
OFF
</span>
</span>

View File

@ -1,18 +1,14 @@
<div class="wrapper">
<header id="top" class="top">
<header id="top" class="topbar">
<div class="centered">
{{render "top"}}
</header>
{{render "flash"}}
<div class="wrapper-main">
<div id="main" role="main">
{{yield}}
</div>
</div>
</header>
<div class="centered">
{{render "flash"}}
<div id="main" class="main" role="main">
{{yield}}
<aside id="left">
{{outlet "left"}}
</aside>
</div>
</div>

View File

@ -1,19 +1,32 @@
<div id="search_box">
</div>
<ul class="tabs">
<li id="tab_accounts" {{bind-attr class="view.classAccounts"}}>
<h5><a name="accounts" href="">Accounts</a></h5>
</li>
</ul>
<div class="tab">
{{#collection "accounts-list" contentBinding="controller"}}
{{#link-to "account" view.account class="name"}}{{view.name}}{{/link-to}}
<p class="summary">
<span class="repos_label">Repositories:</span>
<abbr class="repos">{{view.account.reposCount}}</abbr>
</p>
<div class="indicator"><span></span></div>
{{/collection}}
</div>
<aside class="columns medium-4">
<section class="profile-user">
<div class="media">
<div class="media-elem">
<img {{bind-attr src="auth.gravatarUrl"}} alt="">
</div>
<div class="media-body">
{{#link-to 'profile'}}
<h1>{{userName}}</h1>
<p>Repositories <strong>{{user.reposCount}}</strong></p>
{{/link-to}}
<p class="profile-user-last">Token: <strong>{{auth.currentUser.token}}</strong></p>
</div>
</div>
</section>
<section class="profile-orgs">
<h1>Organizations</h1>
{{#collection "accounts-list" contentBinding="organizations"}}
{{#link-to "account" view.account class="name"}}
<div class="media">
<div class="media-elem">
<img {{bind-attr src="view.avatarUrl"}} alt="">
</div>
<div class="media-body">
<h2>{{view.name}}</h2>
<p>Repositories <strong>{{view.account.reposCount}}</strong></p>
</div>
</div>
{{/link-to}}
{{/collection}}
</section>
</aside>

View File

@ -1,25 +1,28 @@
<h3>{{view.name}}</h3>
<article class="columns medium-8 float-right profile-main">
{{#if config.billingEndpoint}}
{{#if view.subscribed}}
<a class="button activated" {{bind-attr href="billingUrl"}}>
Subscription active!
</a>
{{else}}
{{#if view.education}}
<a class="button activated" {{bind-attr href="billingUrl"}}>
Educational account!
</a>
{{else}}
<a class="button activate" {{bind-attr href="billingUrl"}}>
Sign up this account!
</a>
{{/if}}
{{/if}}
{{/if}}
{{!-- {{#if config.billingEndpoint}}
<div class="row">
{{#if view.subscribed}}
<a class="btn btn-activated" {{bind-attr href="billingUrl"}}>
Subscription active!
</a>
{{else}}
{{#if view.education}}
<a class="btn btn-activated" {{bind-attr href="billingUrl"}}>
Educational account!
</a>
{{else}}
<a class="btn btn-activate" {{bind-attr href="billingUrl"}}>
Sign up this account!
</a>
{{/if}}
{{/if}}
</div>
{{/if}} --}}
{{view 'profile-tabs'}}
{{!-- {{view 'profile-tabs'}} --}}
<div class="tab">
{{outlet}}
</div>
{{!-- <div class="tab"> --}}
{{outlet}}
{{!-- </div> --}}
</article>

View File

@ -1,5 +1,5 @@
<div class="dropdown dropdown--classic" id="tools">
<a href="#" {{action "menu" target=view}} class="menu-popup-button dropdown-button btn" type=""><span class="icon icon--cog"></span> Settings <span class="icon icon-arrow-down"></span></a>
<a href="#" {{action "menu" target=view}} class="menu-popup-button dropdown-button btn" type=""><span class="icon icon-cog-light"></span> Settings <span class="icon icon-arrow-down"></span></a>
<ul class="dropdown-menu menu">
{{#if view.displaySettingsLink}}
<li>

View File

@ -1,52 +1,33 @@
<div class="row">
{{#link-to "main"}}
<div id="logo" class="logo">
<h1>Travis</h1>
</div>
{{/link-to}}
<div class="row topbar">
<h1 id="logo" class="logo">{{#link-to "main"}}Travis{{/link-to}}</h1>
<div class="burger">
<button type="button" id="burger" class="burger-btn" {{action 'toggleBurgerMenu'}}>&equiv;</button>
</div>
<ul id="navigation" {{bind-attr class=":navigation is-open"}}>
<li class="home">
{{#link-to "main"}}Home{{/link-to}}
</li>
{{#if config.pro}}
<li><a href="http://docs.travis-ci.com">Docs</a></li>
{{/if}}
{{#if config.enterprise}}
<li><a href="http://docs.travis-ci.com">Docs</a></li>
{{else}}
<li>
<a href="http://blog.travis-ci.com">Blog</a>
</li>
<li>
<a href="http://traviscistatus.com">Status</a>
</li>
{{/if}}
{{#unless config.pro}}
<li class="menu community">
<p class="handle">
<a href="#">Help</a>
</p>
<ul>
<li><a href="http://docs.travis-ci.com">Docs</a></li>
<li><a href="http://stackoverflow.com/questions/ask?tags=travis-ci">Ask a Question</a></li>
<li><a href="irc://irc.freenode.net/#travis">IRC</a></li>
<li><a href="mailto:support@travis-ci.com">E-Mail us</a></li>
<li><a href="http://docs.travis-ci.com/imprint.html" alt="Imprint">Imprint</a></li>
</ul>
</li>
{{/unless}}
<li><a href="http://blog.travis-ci.com">Blog</a></li>
{{!-- <li><a href="http://docs.travis-ci.com">Help</a></li> --}}
<li><a href="http://www.traviscistatus.com/">Status</a></li>
{{#if config.pagesEndpoint}}
<li class="menu legal">
<p class="handle">
<li class="navigation-sub navigation--community">
<p class="handle navigation-handle">
<a href="#">Help</a>
</p>
<ul class="navigation-nested">
<li><a href="http://docs.travis-ci.com">Docs</a></li>
<li><a href="http://stackoverflow.com/questions/ask?tags=travis-ci">Ask a Question</a></li>
<li><a href="irc://irc.freenode.net/#travis">IRC</a></li>
<li><a href="mailto:support@travis-ci.com">E-Mail us</a></li>
<li><a href="http://docs.travis-ci.com/imprint.html" alt="Imprint">Imprint</a></li>
</ul>
</li>
{{#if config.pro}}
<li class="navigation-sub navigation--legal">
<p class="handle navigation-handle">
<a {{bind-attr href="config.url_legal"}}>Legal</a>
</p>
<ul>
<ul class="navigation-nested">
<li>
<a {{bind-attr href="config.url_imprint"}}>Imprint</a>
</li>
@ -60,37 +41,33 @@
</li>
{{/if}}
{{#unless config.pro}}
<li class="traviscicom">
<a href="http://travis-ci.com">Travis CI for Private Repositories</a>
</li>
{{/unless}}
<li {{bind-attr class="view.classProfile"}}>
<p class="handle">
<li {{bind-attr class="view.classProfile :navigation-sub :navigation--profile"}}>
<p class="handle navigation-handle">
{{#if auth.signedOut}}
<button class="signed-out button--signin" {{action "signIn" target="auth"}}>Sign in with GitHub</button>
{{/if}}
{{#if auth.signedIn}}
{{#link-to "profile" class="signed-in"}}<img {{bind-attr src="gravatarUrl"}}/>{{userName}}{{/link-to}}
{{#link-to "profile" class="signed-in"}}{{userName}}<img {{bind-attr src="gravatarUrl"}}/>{{/link-to}}
{{/if}}
{{#if auth.signingIn}}
<button class="signing-in button--signingin">Signing In <span class="sync-spinner"><i></i><i></i><i></i></span></button>
{{/if}}
</p>
<ul>
<li>
{{#link-to "profile" class="signed-in"}}Accounts{{/link-to}}
</li>
{{#if config.billingEndpoint}}
{{#if auth.signedIn}}
<ul class="navigation-nested">
<li>
<a {{bind-attr href="config.billingEndpoint"}}>Billing</a>
{{#link-to "profile" class="signed-in"}}Accounts{{/link-to}}
</li>
{{/if}}
<li>
<a href="/" {{action "signOut" target="auth"}}>Sign Out</a>
</li>
</ul>
{{#if config.billingEndpoint}}
<li>
<a {{bind-attr href="config.billingEndpoint"}}>Billing</a>
</li>
{{/if}}
<li>
<a href="/" {{action "signOut" target="auth"}}>Sign Out</a>
</li>
</ul>
{{/if}}
</li>
</ul>
</div>

View File

@ -25,6 +25,10 @@ View = Ember.CollectionView.extend
accountUrl(@get('account.login'))
).property('account.login')
avatarUrl: (->
@get('account.avatarUrl') || "//placehold.it/50x50"
).property('account.avatarUrl')
click: ->
@get('controller').transitionToRoute("account", @get('account.login'))

View File

@ -2,6 +2,7 @@
View = BasicView.extend
tabBinding: 'controller.tab'
classNames: ['profile-orglist']
templateName: 'profile/accounts'
classAccounts: (->
'active' if @get('tab') == 'accounts'

View File

@ -0,0 +1,8 @@
<?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="11.25px" height="11.245px" viewBox="0 0 11.25 11.245" enable-background="new 0 0 11.25 11.245" xml:space="preserve">
<polygon fill="#9D9FA2" points="8.701,0.125 5.623,3.198 2.548,0.125 0.125,2.548 3.202,5.622 0.125,8.694 2.548,11.12 5.623,8.049
8.701,11.12 11.125,8.694 8.048,5.622 11.125,2.548 "/>
</svg>

After

Width:  |  Height:  |  Size: 684 B

View File

@ -0,0 +1,12 @@
<?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="13.443px" height="13.493px" viewBox="0 0 13.443 13.493" enable-background="new 0 0 13.443 13.493" xml:space="preserve">
<path fill="#E9E9E9" d="M0.083,2.718l3.099,3.098c0.248,0.248,0.385,0.578,0.385,0.934c0,0.354-0.137,0.684-0.385,0.932l-3.1,3.098
c-0.108,0.109-0.109,0.295,0,0.402l2.208,2.207c0.143,0.141,0.259,0.141,0.401,0l3.098-3.098c0.249-0.248,0.58-0.387,0.934-0.387
c0.353,0,0.684,0.139,0.932,0.387l3.099,3.098c0.142,0.141,0.259,0.141,0.402,0l2.207-2.207c0.108-0.107,0.108-0.293,0-0.402
l-3.099-3.098c-0.514-0.514-0.514-1.35,0-1.865l3.099-3.098c0.108-0.109,0.108-0.293,0-0.404l-2.208-2.205
c-0.143-0.145-0.26-0.145-0.401,0l-3.1,3.098c-0.495,0.498-1.367,0.498-1.863,0L2.691,0.108c-0.144-0.146-0.259-0.143-0.4,0
L0.082,2.315C-0.027,2.425-0.027,2.608,0.083,2.718z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,10 @@
<?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="14px" height="13px" viewBox="0 0 14 13" enable-background="new 0 0 14 13" xml:space="preserve">
<path fill="#FFFFFF" d="M13.904,2.135C14.085,1.85,14,1.46,13.718,1.276l-1.802-1.181c-0.283-0.182-0.662-0.097-0.844,0.188
l-5.18,8.271C5.71,8.844,5.333,8.93,5.051,8.743L2.105,6.805C1.826,6.624,1.442,6.704,1.263,6.993L0.099,8.852
c-0.186,0.287-0.102,0.678,0.178,0.86l4.614,3.06c0.283,0.186,0.781,0.277,1.112,0.203l0.69-0.152
c0.328-0.069,0.746-0.365,0.924-0.655L13.904,2.135z"/>
</svg>

After

Width:  |  Height:  |  Size: 861 B

View File

@ -0,0 +1,112 @@
<?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="95.5px" height="102.167px" viewBox="0 0 95.5 102.167" enable-background="new 0 0 95.5 102.167" xml:space="preserve">
<g>
<g>
<g>
<defs>
<circle id="SVGID_1_" cx="47.852" cy="47.758" r="45.986"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<rect x="-31.067" y="-10.422" fill="#FFFFFF" width="139.824" height="115.677"/>
</g>
</g>
</g>
</g>
<g>
<circle fill="none" stroke="#E7E8E6" stroke-width="2.6961" stroke-miterlimit="10" cx="47.852" cy="47.758" r="45.986"/>
</g>
<g>
<circle fill="#34A665" cx="16.018" cy="87.731" r="14.151"/>
<g enable-background="new ">
<path fill="#FFFFFF" d="M14.024,90.999h2.045v-6.584h-1.625v-0.742c0.812-0.141,1.401-0.364,1.891-0.658h0.882v7.984h1.849v0.952
h-5.043V90.999z"/>
</g>
</g>
<g>
<g enable-background="new ">
<path fill="#575757" d="M79.821,45.512h-0.86v-0.741l0.908-0.06l0.119-1.625h0.824v1.625h1.565v0.801h-1.565v3.226
c0,0.717,0.228,1.123,0.896,1.123c0.203,0,0.466-0.084,0.657-0.155l0.19,0.741c-0.322,0.107-0.717,0.215-1.074,0.215
c-1.243,0-1.661-0.789-1.661-1.936V45.512z"/>
<path fill="#575757" d="M83.691,44.711h0.812l0.084,1.052h0.035c0.395-0.729,0.992-1.195,1.649-1.195
c0.251,0,0.431,0.036,0.621,0.12l-0.19,0.859c-0.191-0.06-0.323-0.095-0.562-0.095c-0.49,0-1.075,0.358-1.469,1.338v3.728h-0.98
V44.711z"/>
<path fill="#575757" d="M90.812,46.838c0-0.741-0.251-1.458-1.194-1.458c-0.682,0-1.279,0.311-1.732,0.621l-0.395-0.681
c0.537-0.347,1.35-0.753,2.282-0.753c1.421,0,2.019,0.944,2.019,2.39v3.561h-0.812l-0.083-0.693h-0.024
c-0.561,0.454-1.207,0.837-1.924,0.837c-0.979,0-1.708-0.609-1.708-1.649C87.239,47.747,88.338,47.113,90.812,46.838z
M89.223,49.873c0.562,0,1.027-0.274,1.589-0.776v-1.613c-1.947,0.239-2.604,0.718-2.604,1.458
C88.207,49.598,88.648,49.873,89.223,49.873z"/>
</g>
<g>
<path fill="#B0B0B2" d="M72.991,45.847c-0.021,0-0.56,0-1.195,0s-0.791-0.369-0.34-0.819c0.451-0.451,0.832-0.831,0.844-0.845
c0.017-0.014,0.017-0.037,0-0.051c-0.012-0.014-0.375-0.376-0.805-0.806c-0.431-0.429-0.791-0.792-0.808-0.806
c-0.014-0.014-0.035-0.014-0.051,0c-0.014,0.014-0.393,0.394-0.844,0.844c-0.449,0.451-0.818,0.297-0.818-0.339
c0-0.638,0-1.174,0-1.194s-0.018-0.036-0.037-0.036c-0.019,0-0.53,0-1.139,0c-0.607,0-1.119,0-1.141,0
c-0.018,0-0.035,0.016-0.035,0.036s0,0.556,0,1.194c0,0.636-0.369,0.79-0.818,0.339c-0.451-0.451-0.83-0.83-0.846-0.844
c-0.014-0.014-0.037-0.014-0.051,0s-0.377,0.377-0.805,0.806c-0.431,0.43-0.793,0.792-0.808,0.806
c-0.014,0.014-0.014,0.037,0,0.051c0.015,0.014,0.396,0.394,0.847,0.845c0.45,0.45,0.297,0.819-0.341,0.819
c-0.639,0-1.176,0-1.192,0c-0.021,0-0.037,0.017-0.037,0.037c0,0.019,0,0.532,0,1.139s0,1.12,0,1.138
c0,0.021,0.016,0.037,0.037,0.037c0.018,0,0.555,0,1.192,0s0.791,0.368,0.341,0.819c-0.451,0.45-0.832,0.83-0.847,0.845
c-0.014,0.014-0.014,0.037,0,0.051c0.015,0.014,0.377,0.377,0.808,0.806c0.428,0.429,0.791,0.792,0.805,0.806s0.037,0.014,0.051,0
c0.016-0.014,0.395-0.395,0.846-0.844c0.449-0.451,0.818-0.299,0.818,0.338c0,0.639,0,1.174,0,1.195
c0,0.02,0.018,0.035,0.035,0.035c0.021,0,0.533,0,1.141,0c0.608,0,1.119,0,1.139,0c0.021,0,0.037-0.017,0.037-0.035
c0-0.021,0-0.557,0-1.195c0-0.637,0.369-0.789,0.818-0.338c0.451,0.449,0.832,0.83,0.844,0.843c0.016,0.015,0.037,0.015,0.051,0
c0.017-0.013,0.377-0.376,0.808-0.805c0.43-0.429,0.793-0.792,0.805-0.806c0.017-0.014,0.017-0.037,0-0.051
c-0.012-0.015-0.393-0.395-0.844-0.845c-0.451-0.451-0.297-0.819,0.34-0.819c0.638,0,1.175,0,1.195,0
c0.02,0,0.034-0.016,0.034-0.037c0-0.019,0-0.531,0-1.138s0-1.12,0-1.139C73.025,45.864,73.01,45.847,72.991,45.847z
M67.877,48.743c-0.969,0-1.756-0.787-1.756-1.755c0-0.97,0.787-1.756,1.756-1.756s1.756,0.786,1.756,1.756
C69.633,47.956,68.846,48.743,67.877,48.743z"/>
</g>
<g>
<g>
<path fill="#B7D5B6" d="M56.484,54.819c0,1.161-0.95,2.111-2.111,2.111H12.607c-1.162,0-2.112-0.95-2.112-2.111V38.138
c0-1.162,0.95-2.112,2.112-2.112h41.766c1.161,0,2.111,0.95,2.111,2.112V54.819z"/>
</g>
<g>
<path fill="#3AA85B" d="M33.145,53.439c0,0.641-0.523,1.163-1.164,1.163H13.946c-0.64,0-1.164-0.522-1.164-1.163V39.477
c0-0.64,0.523-1.164,1.164-1.164h18.035c0.64,0,1.164,0.523,1.164,1.164V53.439z"/>
</g>
<path fill="#FFFFFF" d="M27.93,43.063c0.134-0.213,0.071-0.504-0.14-0.641l-1.346-0.881c-0.211-0.136-0.493-0.073-0.63,0.141
l-3.866,6.176c-0.138,0.215-0.419,0.277-0.629,0.139L19.12,46.55c-0.209-0.135-0.495-0.076-0.629,0.141l-0.869,1.387
c-0.139,0.214-0.076,0.506,0.133,0.644l3.445,2.282c0.211,0.139,0.582,0.209,0.83,0.152l0.516-0.114
c0.244-0.052,0.557-0.272,0.689-0.489L27.93,43.063z"/>
</g>
</g>
<g>
<g>
<g>
<g>
<rect x="50.816" y="56.623" fill="#FFFFFF" width="0.009" height="0.019"/>
<polygon fill="#FFFFFF" points="46.083,60.809 46.649,60.755 46.651,60.781 46.704,61.352 47.268,61.298 47.381,62.541
47.936,62.49 48.047,63.714 48.29,63.692 48.613,63.666 48.727,64.917 49.293,64.867 49.409,66.119 53.936,65.705
53.823,64.453 54.374,64.401 54.204,62.528 54.756,62.477 54.366,58.218 54.191,58.235 54.191,58.233 53.799,58.268
53.743,57.649 53.189,57.701 53.189,57.696 53.189,57.696 53.357,59.535 52.792,59.583 52.566,57.108 52.559,57.108
52.559,57.112 51.434,57.214 51.604,59.069 51.038,59.121 50.811,56.647 49.678,56.75 49.907,59.223 49.338,59.276
48.833,53.731 47.713,53.833 48.194,59.089 48.18,59.089 48.432,61.846 47.868,61.897 47.702,60.078 47.135,60.128
47.133,60.104 47.127,60.104 47.071,59.483 45.959,59.585 46.073,60.833 46.084,60.833 "/>
</g>
<g>
<polygon fill="#231F20" points="49.338,59.276 49.907,59.223 49.678,56.75 50.811,56.647 51.038,59.121 51.604,59.069
51.434,57.214 52.559,57.112 52.502,56.494 51.377,56.596 51.377,56.589 50.816,56.641 50.762,56.026 49.624,56.13
49.396,53.671 48.857,53.721 48.803,53.108 47.657,53.212 47.713,53.833 48.833,53.731 "/>
<rect x="52.679" y="57.078" transform="matrix(-0.9957 0.093 -0.093 -0.9957 111.1204 111.466)" fill="#231F20" width="0.567" height="2.489"/>
<polygon fill="#231F20" points="54.93,58.139 54.363,58.192 54.307,57.569 53.754,57.621 53.698,57 53.131,57.05 53.189,57.701
53.743,57.649 53.799,58.268 54.366,58.216 54.756,62.477 54.204,62.528 54.374,64.401 53.823,64.453 53.936,65.705
49.409,66.119 49.293,64.867 48.727,64.917 48.613,63.666 48.047,63.714 47.936,62.49 47.381,62.541 47.268,61.298
46.704,61.352 46.649,60.755 46.083,60.809 46.141,61.457 46.708,61.406 46.821,62.63 47.372,62.583 47.485,63.821
48.051,63.77 48.165,64.998 48.729,64.944 48.9,66.805 49.465,66.751 49.465,66.74 53.993,66.326 53.995,66.337 54.561,66.289
54.389,64.414 54.941,64.362 54.771,62.501 55.325,62.453 "/>
<polygon fill="#231F20" points="47.075,59.483 47.135,60.128 47.702,60.078 47.868,61.897 48.432,61.846 47.7,53.83
47.133,53.878 47.641,59.43 47.096,59.479 47.04,58.862 45.901,58.964 45.901,58.962 45.334,59.016 45.504,60.889
46.071,60.835 45.958,59.585 "/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -0,0 +1,652 @@
<?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="95.5px" height="102.167px" viewBox="0 0 95.5 102.167" enable-background="new 0 0 95.5 102.167" xml:space="preserve">
<g>
<g>
<g>
<defs>
<circle id="SVGID_1_" cx="47.852" cy="47.758" r="45.986"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<rect x="-31.067" y="-10.422" fill="#4D4C4D" width="139.824" height="115.677"/>
</g>
</g>
</g>
</g>
<g>
<g>
<g>
<g>
<g>
<defs>
<circle id="SVGID_3_" cx="47.852" cy="48.043" r="45.986"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_4_)">
<polygon fill="#FFFFFF" points="26.296,24.688 27.556,24.688 27.556,24.322 26.733,24.322 26.733,20.89 25.511,20.89
25.511,21.254 26.296,21.254 "/>
<path fill="#FFFFFF" d="M29.212,24.762c0.157,0,0.33-0.057,0.517-0.168c0.188-0.109,0.348-0.276,0.481-0.494
c0.021,0.248,0.049,0.445,0.084,0.588h0.457c-0.067-0.197-0.102-0.455-0.102-0.772V22.06H30.21
c-0.049-0.004-0.088-0.008-0.113-0.012c-0.166-0.017-0.292-0.025-0.375-0.025c-0.287,0-0.529,0.07-0.724,0.209
s-0.351,0.326-0.467,0.566c-0.116,0.238-0.174,0.511-0.174,0.815c0,0.386,0.088,0.674,0.263,0.864
C28.795,24.666,28.992,24.762,29.212,24.762z M29.103,22.699c0.18-0.209,0.405-0.312,0.676-0.312
c0.133,0,0.277,0.02,0.434,0.061v1.129c-0.131,0.233-0.278,0.42-0.443,0.559c-0.165,0.139-0.316,0.207-0.453,0.207
c-0.125,0-0.237-0.066-0.335-0.199c-0.099-0.133-0.147-0.329-0.147-0.59C28.833,23.193,28.923,22.908,29.103,22.699z"/>
<path fill="#FFFFFF" d="M31.812,23.156c0.115-0.221,0.261-0.403,0.438-0.549c0.176-0.146,0.342-0.219,0.495-0.219
c0.077,0,0.147,0.025,0.212,0.077c0.065,0.052,0.111,0.118,0.135,0.2c0.024,0.08,0.037,0.246,0.037,0.5v1.521h0.438v-1.469
c0-0.391-0.025-0.652-0.076-0.785c-0.051-0.133-0.141-0.241-0.268-0.324c-0.127-0.082-0.269-0.123-0.424-0.123
c-0.178,0-0.354,0.057-0.531,0.172c-0.178,0.113-0.329,0.273-0.455,0.476v-0.575h-0.438v2.629h0.438L31.812,23.156
L31.812,23.156z"/>
<path fill="#FFFFFF" d="M35.984,24.891c-0.026,0.106-0.077,0.199-0.151,0.279c-0.073,0.08-0.17,0.142-0.289,0.184
c-0.119,0.043-0.246,0.064-0.38,0.064c-0.169,0-0.345-0.033-0.526-0.1c-0.182-0.064-0.334-0.139-0.458-0.224v0.442
c0.327,0.162,0.649,0.244,0.968,0.244s0.588-0.066,0.812-0.201c0.224-0.135,0.368-0.32,0.43-0.554
c0.026-0.101,0.045-0.2,0.057-0.298c0.011-0.098,0.017-0.367,0.017-0.811v-1.859h-0.439c-0.049-0.004-0.088-0.008-0.112-0.012
c-0.167-0.017-0.293-0.025-0.376-0.025c-0.287,0-0.529,0.07-0.724,0.209s-0.351,0.326-0.467,0.566
c-0.116,0.238-0.174,0.511-0.174,0.815c0,0.386,0.088,0.674,0.263,0.864c0.176,0.189,0.373,0.285,0.593,0.285
c0.157,0,0.329-0.057,0.517-0.168c0.188-0.111,0.35-0.276,0.482-0.497v0.372C36.024,24.645,36.011,24.785,35.984,24.891z
M35.581,24.135c-0.165,0.139-0.316,0.207-0.453,0.207c-0.125,0-0.237-0.066-0.335-0.199c-0.099-0.133-0.147-0.329-0.147-0.59
c0-0.359,0.09-0.645,0.27-0.854s0.405-0.312,0.676-0.312c0.134,0,0.277,0.02,0.434,0.061v1.129
C35.894,23.81,35.747,23.996,35.581,24.135z"/>
<path fill="#FFFFFF" d="M37.473,24.637c0.128,0.084,0.269,0.125,0.423,0.125c0.172,0,0.344-0.055,0.518-0.164
c0.172-0.107,0.33-0.27,0.47-0.486v0.576h0.438v-2.629h-0.438v1.533c-0.115,0.221-0.262,0.404-0.439,0.549
c-0.176,0.145-0.342,0.218-0.495,0.218c-0.075,0-0.146-0.025-0.211-0.078c-0.065-0.052-0.109-0.118-0.134-0.198
c-0.024-0.081-0.036-0.248-0.036-0.5V22.06H37.13v1.469c0,0.389,0.025,0.65,0.076,0.785
C37.256,24.447,37.345,24.555,37.473,24.637z"/>
<path fill="#FFFFFF" d="M40.78,24.762c0.158,0,0.33-0.057,0.518-0.168c0.188-0.109,0.348-0.276,0.48-0.494
c0.021,0.248,0.049,0.445,0.084,0.588h0.457c-0.066-0.197-0.102-0.455-0.102-0.772V22.06h-0.439
c-0.049-0.004-0.086-0.008-0.111-0.012c-0.168-0.017-0.293-0.025-0.377-0.025c-0.287,0-0.527,0.07-0.723,0.209
c-0.196,0.139-0.352,0.326-0.467,0.566c-0.117,0.238-0.174,0.511-0.174,0.815c0,0.386,0.088,0.674,0.262,0.864
C40.364,24.666,40.561,24.762,40.78,24.762z M40.67,22.699c0.18-0.209,0.406-0.312,0.676-0.312
c0.135,0,0.277,0.02,0.434,0.061v1.129c-0.131,0.233-0.277,0.42-0.443,0.559c-0.164,0.139-0.314,0.207-0.453,0.207
c-0.125,0-0.236-0.066-0.334-0.199c-0.1-0.133-0.148-0.329-0.148-0.59C40.401,23.193,40.491,22.908,40.67,22.699z"/>
<path fill="#FFFFFF" d="M43.702,24.762c0.156,0,0.33-0.057,0.518-0.168c0.188-0.111,0.348-0.276,0.48-0.497v0.372
c0,0.176-0.012,0.316-0.039,0.422c-0.027,0.106-0.076,0.199-0.152,0.279c-0.072,0.08-0.17,0.142-0.289,0.184
c-0.119,0.043-0.244,0.064-0.379,0.064c-0.17,0-0.346-0.033-0.527-0.1c-0.18-0.064-0.334-0.139-0.457-0.224v0.442
c0.326,0.162,0.648,0.244,0.969,0.244c0.316,0,0.588-0.066,0.811-0.201c0.225-0.135,0.367-0.32,0.43-0.554
c0.027-0.101,0.045-0.2,0.057-0.298s0.018-0.367,0.018-0.811v-1.859H44.7c-0.051-0.004-0.088-0.008-0.113-0.012
c-0.168-0.017-0.293-0.025-0.375-0.025c-0.289,0-0.529,0.07-0.725,0.209c-0.196,0.139-0.35,0.326-0.467,0.566
c-0.115,0.238-0.174,0.511-0.174,0.815c0,0.386,0.088,0.674,0.264,0.864C43.284,24.666,43.481,24.762,43.702,24.762z
M43.592,22.699c0.18-0.209,0.404-0.312,0.674-0.312c0.135,0,0.279,0.02,0.434,0.061v1.129
c-0.129,0.233-0.277,0.42-0.441,0.559c-0.166,0.139-0.316,0.207-0.453,0.207c-0.127,0-0.238-0.066-0.336-0.199
c-0.098-0.133-0.148-0.329-0.148-0.59C43.321,23.193,43.411,22.908,43.592,22.699z"/>
<path fill="#FFFFFF" d="M46.393,24.584c0.186,0.117,0.398,0.178,0.635,0.178c0.312,0,0.643-0.084,0.992-0.249v-0.4
c-0.34,0.189-0.652,0.284-0.936,0.284c-0.158,0-0.299-0.038-0.424-0.113c-0.125-0.076-0.225-0.189-0.299-0.34
c-0.076-0.15-0.115-0.318-0.115-0.5h1.812v-0.095c0-0.464-0.094-0.806-0.283-1.029c-0.189-0.222-0.439-0.333-0.752-0.333
c-0.236,0-0.449,0.061-0.641,0.184c-0.192,0.123-0.34,0.296-0.447,0.517c-0.107,0.222-0.16,0.452-0.16,0.691
c0,0.249,0.057,0.483,0.168,0.702C46.057,24.299,46.206,24.466,46.393,24.584z M46.545,22.544
c0.129-0.129,0.281-0.192,0.459-0.192c0.176,0,0.316,0.062,0.422,0.189c0.106,0.127,0.158,0.297,0.158,0.512v0.062h-1.312
C46.325,22.863,46.415,22.674,46.545,22.544z"/>
<path fill="#FFFFFF" d="M49.807,24.798c0.105,0,0.195-0.036,0.271-0.112c0.074-0.076,0.113-0.166,0.113-0.271
s-0.039-0.196-0.115-0.271c-0.076-0.074-0.166-0.111-0.27-0.111c-0.104,0-0.193,0.037-0.271,0.111
c-0.076,0.075-0.115,0.166-0.115,0.271s0.039,0.195,0.113,0.271C49.611,24.762,49.702,24.798,49.807,24.798z"/>
<path fill="#FFFFFF" d="M49.807,22.753c0.105,0,0.195-0.038,0.271-0.112c0.074-0.075,0.113-0.166,0.113-0.271
s-0.039-0.197-0.115-0.271c-0.076-0.075-0.166-0.112-0.27-0.112c-0.104,0-0.193,0.037-0.271,0.112
c-0.076,0.073-0.115,0.165-0.115,0.271s0.039,0.196,0.113,0.271C49.611,22.715,49.702,22.753,49.807,22.753z"/>
<path fill="#FFFFFF" d="M55.172,23.16c0.148-0.257,0.303-0.45,0.459-0.578c0.158-0.129,0.316-0.193,0.48-0.193
c0.041,0,0.102,0.006,0.174,0.019v0.601h0.422V22.06c-0.158-0.049-0.318-0.072-0.477-0.072c-0.217,0-0.412,0.053-0.588,0.161
c-0.179,0.106-0.334,0.27-0.472,0.486V22.06h-0.438v2.629h0.438L55.172,23.16L55.172,23.16z"/>
<path fill="#FFFFFF" d="M57.717,24.637c0.129,0.084,0.27,0.125,0.422,0.125c0.174,0,0.346-0.055,0.519-0.164
c0.174-0.107,0.329-0.27,0.473-0.486v0.576h0.438v-2.629H59.13v1.533c-0.116,0.221-0.264,0.404-0.438,0.549
c-0.176,0.145-0.342,0.218-0.496,0.218c-0.074,0-0.146-0.025-0.211-0.078c-0.064-0.052-0.109-0.118-0.133-0.198
c-0.025-0.081-0.037-0.248-0.037-0.5V22.06h-0.438v1.469c0,0.389,0.024,0.65,0.076,0.785
C57.5,24.447,57.59,24.555,57.717,24.637z"/>
<path fill="#FFFFFF" d="M60.814,24.699c0.168,0.018,0.293,0.025,0.375,0.025c0.287,0,0.527-0.068,0.724-0.207
c0.192-0.139,0.351-0.328,0.467-0.567c0.117-0.239,0.177-0.511,0.177-0.815c0-0.387-0.089-0.674-0.265-0.863
c-0.176-0.191-0.373-0.285-0.592-0.285c-0.158,0-0.33,0.056-0.517,0.166c-0.188,0.113-0.348,0.277-0.483,0.498V20.89h-0.438
v3.798H60.7C60.75,24.693,60.79,24.696,60.814,24.699z M60.7,23.171c0.133-0.234,0.28-0.421,0.444-0.56
c0.164-0.137,0.312-0.207,0.449-0.207c0.127,0,0.238,0.066,0.338,0.198c0.098,0.132,0.148,0.329,0.148,0.593
c0,0.36-0.092,0.646-0.273,0.854c-0.18,0.207-0.404,0.312-0.668,0.312c-0.133,0-0.281-0.021-0.438-0.062V23.171L60.7,23.171z"
/>
<path fill="#FFFFFF" d="M64.391,24.032l-0.967-1.974h-0.482l1.216,2.525l-0.041,0.1c-0.037,0.102-0.104,0.222-0.193,0.361
c-0.092,0.139-0.19,0.236-0.301,0.29c-0.108,0.055-0.233,0.083-0.377,0.083c-0.108,0-0.226-0.02-0.347-0.057v0.386
c0.105,0.023,0.226,0.034,0.357,0.034c0.309,0,0.559-0.084,0.752-0.253c0.195-0.169,0.4-0.511,0.613-1.026l1.018-2.443H65.2
L64.391,24.032z"/>
<path fill="#FFFFFF" d="M27.785,29.834v-0.947c-0.158-0.049-0.316-0.072-0.476-0.072c-0.216,0-0.412,0.053-0.589,0.16
c-0.177,0.107-0.333,0.27-0.47,0.486v-0.574h-0.438v2.629h0.438v-1.527c0.149-0.258,0.303-0.45,0.459-0.579
c0.157-0.128,0.316-0.193,0.48-0.193c0.042,0,0.1,0.007,0.174,0.02v0.599h0.422V29.834z"/>
<polygon fill="#FFFFFF" points="29.579,30.969 28.677,28.887 28.196,28.887 29.339,31.516 29.784,31.516 30.935,28.887
30.496,28.887 "/>
<path fill="#FFFFFF" d="M33.323,28.814c-0.103,0-0.192,0.029-0.271,0.088c-0.078,0.059-0.153,0.138-0.227,0.237
c-0.073,0.101-0.136,0.229-0.188,0.39v-0.141c0-0.184-0.039-0.326-0.116-0.426s-0.18-0.148-0.308-0.148
c-0.105,0-0.211,0.048-0.316,0.146c-0.104,0.097-0.217,0.273-0.338,0.528v-0.602h-0.383v2.629h0.383v-1.519
c0.084-0.218,0.172-0.396,0.264-0.536c0.092-0.141,0.179-0.21,0.259-0.21c0.036,0,0.077,0.021,0.122,0.062
c0.047,0.041,0.069,0.178,0.069,0.41v1.793h0.364v-1.457c0.098-0.289,0.192-0.495,0.287-0.62
c0.093-0.124,0.18-0.188,0.262-0.188c0.033,0,0.063,0.015,0.092,0.044c0.027,0.027,0.047,0.068,0.057,0.123
c0.009,0.053,0.014,0.154,0.014,0.302v1.796h0.384v-1.986c0-0.285-0.04-0.477-0.12-0.572
C33.533,28.862,33.436,28.814,33.323,28.814z"/>
<path fill="#FFFFFF" d="M35.616,28.926c-0.076-0.075-0.166-0.111-0.27-0.111s-0.193,0.036-0.27,0.111
C35,29,34.963,29.09,34.963,29.197c0,0.104,0.037,0.195,0.111,0.271c0.076,0.075,0.166,0.113,0.271,0.113
c0.104,0,0.195-0.038,0.271-0.113c0.076-0.075,0.113-0.165,0.113-0.271C35.73,29.09,35.692,29,35.616,28.926z"/>
<path fill="#FFFFFF" d="M35.347,30.859c-0.104,0-0.193,0.036-0.27,0.111c-0.076,0.074-0.113,0.164-0.113,0.271
c0,0.105,0.037,0.196,0.111,0.271c0.076,0.075,0.166,0.113,0.271,0.113c0.104,0,0.195-0.038,0.271-0.113
c0.075-0.074,0.113-0.165,0.113-0.271c0-0.107-0.038-0.197-0.114-0.271C35.54,30.896,35.45,30.859,35.347,30.859z"/>
<rect x="31.544" y="36.681" fill="#FFFFFF" width="1.826" height="0.365"/>
<polygon fill="#FFFFFF" points="39.045,34.545 38.472,34.545 38.605,35.86 38.905,35.86 "/>
<polygon fill="#FFFFFF" points="38.024,34.545 37.437,34.545 37.587,35.86 37.891,35.86 "/>
<path fill="#FFFFFF" d="M42.338,37.979h-0.879V34.69h-0.438c-0.252,0.232-0.551,0.421-0.895,0.567v0.396
c0.217-0.077,0.387-0.152,0.512-0.226c0.123-0.073,0.252-0.162,0.383-0.269v2.818h-0.895v0.365h2.211L42.338,37.979
L42.338,37.979z"/>
<path fill="#FFFFFF" d="M44.293,38.341c0.076-0.075,0.113-0.166,0.113-0.271c0-0.106-0.039-0.196-0.115-0.271
c-0.074-0.075-0.166-0.113-0.268-0.113c-0.104,0-0.193,0.038-0.271,0.113c-0.074,0.074-0.113,0.164-0.113,0.271
c0,0.105,0.037,0.196,0.113,0.271c0.074,0.075,0.166,0.113,0.271,0.113C44.127,38.454,44.217,38.416,44.293,38.341z"/>
<path fill="#FFFFFF" d="M45.784,37.508c0,0.268,0.096,0.492,0.287,0.674c0.191,0.182,0.479,0.272,0.863,0.272
c0.383,0,0.67-0.098,0.861-0.292c0.191-0.193,0.287-0.422,0.287-0.686c0-0.169-0.041-0.322-0.121-0.459
c-0.08-0.137-0.236-0.299-0.467-0.486l-0.197-0.158c0.211-0.172,0.354-0.307,0.426-0.401c0.07-0.095,0.125-0.19,0.162-0.286
c0.035-0.098,0.053-0.197,0.053-0.301c0-0.15-0.039-0.289-0.117-0.417c-0.078-0.126-0.189-0.223-0.334-0.288
c-0.145-0.064-0.307-0.097-0.486-0.097c-0.295,0-0.539,0.085-0.73,0.257c-0.191,0.172-0.287,0.379-0.287,0.623
c0,0.184,0.053,0.352,0.16,0.504c0.107,0.153,0.217,0.27,0.328,0.348l0.08,0.059C46.04,36.729,45.784,37.107,45.784,37.508z
M46.52,35.743c-0.078-0.098-0.115-0.201-0.115-0.312c0-0.112,0.047-0.222,0.139-0.326c0.09-0.105,0.225-0.158,0.4-0.158
c0.164,0,0.297,0.048,0.4,0.145c0.105,0.096,0.156,0.203,0.156,0.321c0,0.098-0.027,0.202-0.084,0.314
c-0.057,0.114-0.195,0.255-0.418,0.422l-0.109-0.08C46.719,35.949,46.596,35.84,46.52,35.743z M46.881,36.606l0.141,0.11
c0.062,0.051,0.178,0.157,0.34,0.32c0.164,0.162,0.244,0.323,0.244,0.482c0,0.161-0.066,0.297-0.201,0.404
c-0.135,0.109-0.287,0.162-0.459,0.162c-0.186,0-0.348-0.056-0.482-0.169c-0.137-0.112-0.205-0.252-0.205-0.416
C46.258,37.223,46.465,36.925,46.881,36.606z"/>
<path fill="#FFFFFF" d="M49.807,38.454c0.105,0,0.195-0.038,0.271-0.113c0.074-0.075,0.113-0.166,0.113-0.271
c0-0.106-0.039-0.196-0.115-0.271c-0.076-0.075-0.166-0.113-0.27-0.113c-0.104,0-0.193,0.038-0.271,0.113
c-0.076,0.074-0.115,0.164-0.115,0.271c0,0.105,0.039,0.196,0.113,0.271C49.611,38.416,49.702,38.454,49.807,38.454z"/>
<path fill="#FFFFFF" d="M51.641,35.131h1.896c-0.076,0.184-0.166,0.344-0.271,0.484l-0.137,0.176l-0.381,0.505
c-0.088,0.116-0.205,0.28-0.35,0.494c-0.146,0.214-0.248,0.407-0.308,0.581c-0.059,0.174-0.086,0.389-0.086,0.645v0.328h0.476
v-0.328c0-0.232,0.02-0.42,0.059-0.562c0.037-0.143,0.094-0.28,0.168-0.412c0.076-0.132,0.191-0.309,0.35-0.529l0.246-0.342
c0.055-0.078,0.109-0.155,0.166-0.232c0.232-0.322,0.373-0.534,0.42-0.633c0.047-0.1,0.07-0.206,0.07-0.322V34.69h-2.318
V35.131z"/>
<polygon fill="#FFFFFF" points="55.825,34.545 55.959,35.86 56.258,35.86 56.398,34.545 "/>
<polygon fill="#FFFFFF" points="54.79,34.545 54.939,35.86 55.245,35.86 55.377,34.545 "/>
<rect x="31.544" y="43.51" fill="#FFFFFF" width="1.826" height="0.364"/>
<polygon fill="#FFFFFF" points="38.605,42.688 38.905,42.688 39.045,41.372 38.472,41.372 "/>
<polygon fill="#FFFFFF" points="37.587,42.688 37.891,42.688 38.024,41.372 37.437,41.372 "/>
<path fill="#FFFFFF" d="M42.338,44.807h-0.879v-3.288h-0.438c-0.252,0.231-0.551,0.421-0.895,0.567v0.395
c0.217-0.076,0.387-0.15,0.512-0.225c0.123-0.073,0.252-0.162,0.383-0.267v2.817h-0.895v0.363h2.211L42.338,44.807
L42.338,44.807z"/>
<path fill="#FFFFFF" d="M43.752,45.168c0.074,0.075,0.166,0.113,0.271,0.113c0.104,0,0.193-0.038,0.27-0.113
c0.076-0.074,0.113-0.165,0.113-0.27c0-0.107-0.039-0.198-0.115-0.273c-0.074-0.074-0.166-0.111-0.268-0.111
c-0.104,0-0.193,0.037-0.271,0.111c-0.074,0.075-0.113,0.166-0.113,0.273C43.639,45.003,43.676,45.094,43.752,45.168z"/>
<path fill="#FFFFFF" d="M46.161,43.664c0.17,0.091,0.35,0.137,0.541,0.137c0.201,0,0.383-0.053,0.551-0.158
s0.307-0.244,0.42-0.411v0.095c0,0.459-0.088,0.838-0.268,1.139c-0.18,0.299-0.432,0.449-0.758,0.449
c-0.23,0-0.477-0.062-0.736-0.184v0.439c0.232,0.074,0.471,0.111,0.717,0.111c0.459,0,0.822-0.177,1.09-0.531
c0.268-0.354,0.402-0.834,0.402-1.443c0-0.551-0.105-1.004-0.316-1.361c-0.211-0.357-0.529-0.535-0.957-0.535
c-0.363,0-0.654,0.128-0.875,0.385c-0.223,0.256-0.334,0.557-0.334,0.902c0,0.22,0.045,0.412,0.135,0.58
C45.86,43.442,45.991,43.571,46.161,43.664z M46.178,42.201c0.066-0.145,0.16-0.252,0.279-0.322
c0.121-0.068,0.238-0.104,0.355-0.104c0.18,0,0.338,0.074,0.477,0.227c0.141,0.151,0.209,0.346,0.209,0.585
c0,0.235-0.07,0.435-0.213,0.601c-0.141,0.166-0.324,0.249-0.545,0.249c-0.213,0-0.379-0.071-0.492-0.214
c-0.115-0.144-0.174-0.325-0.174-0.547C46.075,42.504,46.11,42.346,46.178,42.201z"/>
<path fill="#FFFFFF" d="M49.807,45.281c0.105,0,0.195-0.038,0.271-0.113c0.074-0.074,0.113-0.165,0.113-0.27
c0-0.107-0.039-0.198-0.115-0.273c-0.076-0.074-0.166-0.111-0.27-0.111c-0.104,0-0.193,0.037-0.271,0.111
c-0.076,0.075-0.115,0.166-0.115,0.273c0,0.104,0.039,0.195,0.113,0.27C49.611,45.243,49.702,45.281,49.807,45.281z"/>
<path fill="#FFFFFF" d="M53.814,44.769h-1.756c0.01-0.187,0.06-0.347,0.146-0.483c0.088-0.135,0.203-0.273,0.346-0.418
l0.225-0.221l0.269-0.267c0.274-0.271,0.465-0.494,0.563-0.666c0.103-0.173,0.15-0.341,0.15-0.507
c0-0.146-0.037-0.285-0.117-0.416c-0.076-0.131-0.195-0.227-0.354-0.288c-0.16-0.062-0.334-0.093-0.523-0.093
c-0.129,0-0.293,0.018-0.492,0.053c-0.196,0.035-0.396,0.1-0.594,0.195v0.387c0.186-0.084,0.322-0.141,0.404-0.168
s0.18-0.051,0.289-0.071c0.111-0.021,0.211-0.03,0.301-0.03c0.156,0,0.297,0.043,0.424,0.127
c0.125,0.086,0.188,0.208,0.188,0.363c0,0.098-0.027,0.197-0.082,0.297c-0.054,0.101-0.166,0.245-0.334,0.434
c-0.17,0.188-0.279,0.309-0.328,0.36l-0.25,0.254c-0.133,0.137-0.261,0.278-0.379,0.427c-0.119,0.146-0.199,0.279-0.242,0.398
c-0.043,0.117-0.063,0.229-0.063,0.333v0.401h2.211v-0.401H53.814z"/>
<polygon fill="#FFFFFF" points="54.79,41.372 54.939,42.688 55.245,42.688 55.377,41.372 "/>
<polygon fill="#FFFFFF" points="55.825,41.372 55.959,42.688 56.258,42.688 56.398,41.372 "/>
<rect x="31.544" y="50.337" fill="#FFFFFF" width="1.826" height="0.364"/>
<polygon fill="#FFFFFF" points="37.587,49.516 37.891,49.516 38.024,48.2 37.437,48.2 "/>
<polygon fill="#FFFFFF" points="38.605,49.516 38.905,49.516 39.045,48.2 38.472,48.2 "/>
<path fill="#FFFFFF" d="M42.338,51.632h-0.879v-3.288h-0.438c-0.252,0.232-0.551,0.422-0.895,0.567v0.396
c0.217-0.076,0.387-0.152,0.512-0.225c0.123-0.074,0.252-0.162,0.383-0.268v2.815h-0.895v0.365h2.211L42.338,51.632
L42.338,51.632z"/>
<path fill="#FFFFFF" d="M43.752,51.998c0.074,0.074,0.166,0.112,0.271,0.112c0.104,0,0.193-0.038,0.27-0.112
c0.076-0.076,0.113-0.166,0.113-0.271c0-0.107-0.039-0.198-0.115-0.272c-0.074-0.074-0.166-0.111-0.268-0.111
c-0.104,0-0.193,0.037-0.271,0.111c-0.074,0.074-0.113,0.165-0.113,0.272C43.639,51.832,43.676,51.919,43.752,51.998z"/>
<path fill="#FFFFFF" d="M46.161,50.491c0.17,0.093,0.35,0.139,0.541,0.139c0.201,0,0.383-0.053,0.551-0.159
s0.307-0.243,0.42-0.411v0.094c0,0.461-0.088,0.84-0.268,1.14c-0.18,0.299-0.432,0.45-0.758,0.45
c-0.23,0-0.477-0.062-0.736-0.184V52c0.232,0.074,0.471,0.11,0.717,0.11c0.459,0,0.822-0.178,1.09-0.531
c0.268-0.353,0.402-0.835,0.402-1.443c0-0.551-0.105-1.006-0.316-1.361c-0.211-0.358-0.529-0.536-0.957-0.536
c-0.363,0-0.654,0.127-0.875,0.384c-0.223,0.257-0.334,0.558-0.334,0.903c0,0.22,0.045,0.413,0.135,0.579
C45.86,50.271,45.991,50.4,46.161,50.491z M46.178,49.029c0.066-0.146,0.16-0.251,0.279-0.321
c0.121-0.071,0.238-0.106,0.355-0.106c0.18,0,0.338,0.077,0.477,0.227c0.141,0.152,0.209,0.348,0.209,0.586
c0,0.236-0.07,0.436-0.213,0.602c-0.141,0.166-0.324,0.248-0.545,0.248c-0.213,0-0.379-0.071-0.492-0.215
c-0.115-0.143-0.174-0.324-0.174-0.545C46.075,49.332,46.11,49.172,46.178,49.029z"/>
<path fill="#FFFFFF" d="M49.807,52.11c0.105,0,0.195-0.038,0.271-0.112c0.074-0.076,0.113-0.166,0.113-0.271
c0-0.107-0.039-0.198-0.115-0.272c-0.076-0.074-0.166-0.111-0.27-0.111c-0.104,0-0.193,0.037-0.271,0.111
c-0.077,0.074-0.115,0.165-0.115,0.272c0,0.104,0.039,0.193,0.113,0.271C49.611,52.072,49.702,52.11,49.807,52.11z"/>
<path fill="#FFFFFF" d="M53.51,50.189c-0.107-0.091-0.266-0.168-0.479-0.23c0.24-0.115,0.404-0.245,0.494-0.391
s0.133-0.302,0.133-0.469c0-0.224-0.084-0.425-0.252-0.599s-0.475-0.262-0.92-0.262c-0.248,0-0.521,0.055-0.818,0.166v0.417
c0.299-0.145,0.576-0.219,0.836-0.219c0.23,0,0.402,0.053,0.512,0.157c0.113,0.105,0.168,0.234,0.168,0.386
c0,0.167-0.067,0.32-0.205,0.458c-0.137,0.137-0.356,0.205-0.664,0.205h-0.336v0.365h0.242c0.416,0,0.711,0.073,0.885,0.219
c0.172,0.146,0.261,0.336,0.261,0.568c0,0.229-0.078,0.418-0.236,0.564c-0.157,0.147-0.356,0.222-0.601,0.222
c-0.264,0-0.573-0.093-0.934-0.273v0.462c0.197,0.083,0.365,0.134,0.502,0.149c0.137,0.018,0.264,0.026,0.381,0.026
c0.4,0,0.729-0.11,0.982-0.334c0.252-0.224,0.379-0.506,0.379-0.848c0-0.153-0.027-0.293-0.084-0.417
C53.702,50.387,53.62,50.28,53.51,50.189z"/>
<polygon fill="#FFFFFF" points="55.959,49.516 56.258,49.516 56.398,48.2 55.825,48.2 "/>
<polygon fill="#FFFFFF" points="54.939,49.516 55.245,49.516 55.377,48.2 54.79,48.2 "/>
<rect x="31.544" y="57.166" fill="#FFFFFF" width="1.826" height="0.365"/>
<path fill="#FFFFFF" d="M38.544,55.466c0.066,0.048,0.13,0.072,0.191,0.072s0.125-0.024,0.191-0.072
c0.066-0.049,0.1-0.121,0.1-0.219c0-0.1-0.033-0.172-0.1-0.221c-0.067-0.049-0.131-0.072-0.191-0.072
s-0.125,0.023-0.191,0.072c-0.067,0.049-0.101,0.121-0.101,0.221C38.443,55.345,38.477,55.417,38.544,55.466z"/>
<path fill="#FFFFFF" d="M38.429,59.221c-0.058,0.12-0.137,0.206-0.239,0.258s-0.226,0.077-0.372,0.077
c-0.168,0-0.374-0.036-0.619-0.107v0.406c0.215,0.044,0.416,0.064,0.603,0.064c0.259,0,0.463-0.037,0.612-0.112
c0.148-0.074,0.277-0.199,0.38-0.372c0.105-0.173,0.158-0.482,0.158-0.93v-2.309H37.4v0.365h1.115v2.027
C38.515,58.891,38.485,59.1,38.429,59.221z"/>
<path fill="#FFFFFF" d="M40.274,56.199v2.629h0.438V57.3c0.148-0.258,0.303-0.451,0.459-0.58
c0.156-0.127,0.316-0.193,0.48-0.193c0.041,0,0.1,0.008,0.174,0.021v0.6h0.422v-0.947c-0.158-0.05-0.316-0.074-0.477-0.074
c-0.215,0-0.412,0.055-0.588,0.162c-0.178,0.106-0.334,0.27-0.471,0.485v-0.573h-0.437V56.199z"/>
<path fill="#FFFFFF" d="M45.106,56.199h-0.438v1.531c-0.117,0.223-0.264,0.404-0.439,0.551
c-0.178,0.145-0.342,0.217-0.496,0.217c-0.074,0-0.145-0.025-0.209-0.078c-0.066-0.051-0.111-0.117-0.135-0.198
c-0.025-0.08-0.037-0.247-0.037-0.5v-1.522h-0.438v1.469c0,0.39,0.025,0.65,0.074,0.785c0.051,0.133,0.141,0.242,0.268,0.324
c0.129,0.082,0.27,0.123,0.422,0.123c0.174,0,0.346-0.054,0.518-0.162c0.174-0.107,0.33-0.271,0.473-0.486v0.576h0.438
L45.106,56.199L45.106,56.199z"/>
<path fill="#FFFFFF" d="M47.831,56.41c-0.176-0.189-0.373-0.285-0.592-0.285c-0.158,0-0.33,0.057-0.518,0.168
c-0.186,0.11-0.348,0.276-0.48,0.498v-1.763h-0.439v3.8h0.439c0.049,0.004,0.088,0.008,0.111,0.012
c0.17,0.017,0.295,0.025,0.377,0.025c0.287,0,0.527-0.07,0.723-0.209c0.196-0.139,0.352-0.328,0.467-0.566
c0.117-0.239,0.176-0.512,0.176-0.816C48.094,56.887,48.006,56.599,47.831,56.41z M47.346,58.188
c-0.18,0.207-0.404,0.312-0.67,0.312c-0.133,0-0.277-0.021-0.436-0.062v-1.129c0.131-0.233,0.279-0.42,0.443-0.558
c0.164-0.14,0.314-0.209,0.451-0.209c0.123,0,0.236,0.066,0.336,0.199c0.098,0.131,0.148,0.328,0.148,0.59
C47.62,57.694,47.528,57.978,47.346,58.188z"/>
<path fill="#FFFFFF" d="M49.93,58.171l-0.967-1.975H48.48l1.215,2.524l-0.041,0.1c-0.038,0.103-0.102,0.222-0.192,0.36
c-0.092,0.14-0.19,0.236-0.301,0.292c-0.109,0.054-0.236,0.082-0.377,0.082c-0.109,0-0.226-0.019-0.347-0.058v0.387
c0.105,0.023,0.226,0.035,0.357,0.035c0.309,0,0.559-0.084,0.752-0.254c0.195-0.17,0.398-0.51,0.613-1.025l1.018-2.443h-0.439
L49.93,58.171z"/>
<rect x="51.79" y="57.166" fill="#FFFFFF" width="1.826" height="0.365"/>
<path fill="#FFFFFF" d="M55.92,55.173h-0.438c-0.252,0.232-0.549,0.422-0.896,0.566v0.396c0.218-0.077,0.39-0.151,0.513-0.227
c0.123-0.072,0.252-0.162,0.383-0.266v2.816h-0.896v0.365h2.211V58.46H55.92V55.173z"/>
<path fill="#FFFFFF" d="M58.502,58.936c0.383,0,0.67-0.097,0.861-0.29s0.287-0.422,0.287-0.686
c0-0.172-0.041-0.323-0.119-0.459c-0.08-0.137-0.236-0.299-0.469-0.487l-0.197-0.157c0.213-0.173,0.355-0.307,0.426-0.4
c0.072-0.096,0.125-0.19,0.162-0.287c0.035-0.098,0.055-0.196,0.055-0.301c0-0.15-0.039-0.289-0.119-0.416
c-0.078-0.127-0.188-0.224-0.332-0.287c-0.146-0.066-0.309-0.101-0.488-0.101c-0.295,0-0.539,0.086-0.729,0.259
c-0.19,0.172-0.287,0.379-0.287,0.622c0,0.185,0.056,0.353,0.16,0.505c0.106,0.153,0.218,0.27,0.328,0.348l0.08,0.06
c-0.513,0.356-0.769,0.733-0.769,1.134c0,0.27,0.097,0.493,0.287,0.676C57.831,58.846,58.12,58.936,58.502,58.936z
M58.088,56.225c-0.076-0.099-0.115-0.201-0.115-0.312c0-0.111,0.045-0.222,0.137-0.326c0.095-0.104,0.229-0.157,0.404-0.157
c0.162,0,0.297,0.049,0.4,0.146c0.104,0.098,0.156,0.203,0.156,0.321c0,0.099-0.029,0.201-0.086,0.313
c-0.055,0.113-0.195,0.254-0.418,0.422l-0.109-0.08C58.288,56.432,58.165,56.324,58.088,56.225z M58.45,57.089l0.141,0.109
c0.063,0.051,0.179,0.157,0.343,0.32c0.162,0.164,0.243,0.324,0.243,0.482c0,0.162-0.067,0.297-0.202,0.404
c-0.136,0.108-0.287,0.162-0.457,0.162c-0.188,0-0.349-0.056-0.484-0.169c-0.137-0.112-0.205-0.252-0.205-0.418
C57.827,57.707,58.034,57.408,58.45,57.089z"/>
<path fill="#FFFFFF" d="M62.245,56.125c-0.103,0-0.19,0.031-0.271,0.09c-0.078,0.059-0.152,0.138-0.228,0.236
c-0.072,0.1-0.136,0.229-0.188,0.391v-0.143c0-0.184-0.039-0.324-0.115-0.425c-0.077-0.101-0.18-0.149-0.309-0.149
c-0.105,0-0.211,0.049-0.316,0.146c-0.104,0.098-0.217,0.273-0.338,0.529v-0.602h-0.383v2.629h0.383v-1.519
c0.084-0.22,0.172-0.397,0.265-0.537c0.092-0.142,0.18-0.209,0.26-0.209c0.035,0,0.076,0.021,0.123,0.062
c0.045,0.041,0.067,0.176,0.067,0.41v1.793h0.363v-1.457c0.099-0.289,0.193-0.496,0.285-0.621
c0.096-0.123,0.182-0.187,0.264-0.187c0.033,0,0.064,0.015,0.093,0.041c0.026,0.028,0.047,0.069,0.057,0.125
c0.011,0.056,0.015,0.153,0.015,0.302v1.797h0.383v-1.988c0-0.284-0.039-0.477-0.119-0.571S62.357,56.125,62.245,56.125z"/>
<path fill="#FFFFFF" d="M64.27,56.125c-0.377,0-0.678,0.131-0.903,0.395c-0.226,0.262-0.339,0.594-0.339,0.992
c0,0.4,0.113,0.732,0.339,0.994c0.227,0.264,0.526,0.395,0.903,0.395c0.373,0,0.674-0.131,0.9-0.395
c0.225-0.262,0.338-0.594,0.338-0.994c0-0.398-0.113-0.73-0.338-0.992C64.943,56.255,64.643,56.125,64.27,56.125z
M64.827,58.262c-0.14,0.182-0.324,0.272-0.558,0.272c-0.235,0-0.422-0.092-0.561-0.272c-0.137-0.185-0.207-0.435-0.207-0.753
c0-0.315,0.07-0.565,0.207-0.747c0.139-0.183,0.324-0.272,0.561-0.272c0.232,0,0.418,0.092,0.558,0.272
c0.137,0.182,0.207,0.432,0.207,0.747C65.034,57.83,64.963,58.08,64.827,58.262z"/>
<path fill="#FFFFFF" d="M67.838,56.199c-0.051-0.006-0.088-0.01-0.113-0.013c-0.168-0.019-0.293-0.026-0.377-0.026
c-0.287,0-0.527,0.069-0.723,0.209c-0.195,0.139-0.352,0.327-0.467,0.567c-0.117,0.237-0.174,0.51-0.174,0.813
c0,0.388,0.086,0.676,0.262,0.865c0.174,0.188,0.373,0.283,0.592,0.283c0.158,0,0.33-0.055,0.518-0.166
c0.188-0.111,0.349-0.277,0.482-0.498v0.592h0.438v-3.799h-0.438V56.199z M67.838,57.714c-0.131,0.234-0.277,0.42-0.443,0.559
s-0.313,0.207-0.453,0.207c-0.125,0-0.237-0.064-0.336-0.197c-0.098-0.134-0.146-0.33-0.146-0.592
c0-0.359,0.09-0.645,0.271-0.854c0.18-0.209,0.403-0.312,0.676-0.312c0.133,0,0.277,0.021,0.434,0.062v1.127H67.838z"/>
<path fill="#FFFFFF" d="M70.161,56.125c-0.234,0-0.449,0.062-0.642,0.186c-0.188,0.123-0.34,0.295-0.446,0.516
c-0.105,0.223-0.158,0.452-0.158,0.691c0,0.25,0.056,0.484,0.168,0.703c0.11,0.218,0.263,0.387,0.446,0.503
c0.188,0.118,0.398,0.177,0.636,0.177c0.312,0,0.646-0.082,0.994-0.248v-0.4c-0.343,0.189-0.654,0.285-0.937,0.285
c-0.16,0-0.301-0.039-0.424-0.113c-0.125-0.075-0.225-0.188-0.301-0.34c-0.076-0.152-0.115-0.317-0.115-0.5h1.812v-0.096
c0-0.463-0.094-0.806-0.283-1.029C70.723,56.237,70.473,56.125,70.161,56.125z M70.721,57.253H69.41
c0.051-0.252,0.143-0.442,0.271-0.57c0.129-0.131,0.282-0.193,0.461-0.193c0.176,0,0.313,0.062,0.42,0.189
c0.104,0.128,0.158,0.298,0.158,0.512V57.253L70.721,57.253z"/>
<path fill="#FFFFFF" d="M77.002,55.173H76.66l-0.285,1.043h-0.668l0.273-1.043h-0.345l-0.274,1.043h-0.803v0.326h0.717
l-0.256,0.967h-0.461v0.33h0.375l-0.26,0.986h0.348l0.261-0.986h0.649l-0.27,0.986h0.35l0.268-0.986h0.839v-0.33H76.37
l0.262-0.967h0.486v-0.326h-0.396L77.002,55.173z M76.021,57.509h-0.653l0.254-0.967h0.664L76.021,57.509z"/>
<path fill="#FFFFFF" d="M81.92,58.798c0.16-0.092,0.285-0.223,0.373-0.395c0.088-0.171,0.133-0.451,0.133-0.84v-2.391h-1.297
v0.363h0.822v2.016c0,0.363-0.031,0.601-0.09,0.711c-0.06,0.111-0.137,0.189-0.238,0.236
c-0.098,0.047-0.209,0.071-0.328,0.071c-0.232,0-0.518-0.091-0.859-0.271v0.445c0.301,0.127,0.59,0.188,0.869,0.188
C81.555,58.936,81.76,58.891,81.92,58.798z"/>
<path fill="#FFFFFF" d="M85.26,56.798c0.096-0.11,0.174-0.238,0.229-0.381c0.054-0.144,0.082-0.285,0.082-0.426
c0-0.152-0.041-0.295-0.122-0.426c-0.085-0.133-0.199-0.23-0.353-0.295c-0.147-0.064-0.383-0.098-0.701-0.098h-0.977v3.652
h0.477V57.27h0.474l0.967,1.556H85.9l-1.057-1.709C85.025,57.018,85.165,56.912,85.26,56.798z M83.895,56.91v-1.371h0.355
c0.326,0,0.553,0.051,0.676,0.152c0.125,0.102,0.188,0.236,0.188,0.408c0,0.097-0.021,0.191-0.058,0.288
c-0.037,0.096-0.094,0.187-0.166,0.271s-0.184,0.168-0.332,0.25h-0.664V56.91z"/>
<path fill="#FFFFFF" d="M88.051,57.73c-0.117,0.223-0.264,0.404-0.439,0.551c-0.174,0.145-0.342,0.217-0.495,0.217
c-0.076,0-0.146-0.025-0.212-0.078c-0.063-0.051-0.108-0.117-0.133-0.198c-0.024-0.08-0.037-0.247-0.037-0.5v-1.522h-0.438
v1.469c0,0.39,0.025,0.65,0.076,0.785c0.049,0.133,0.139,0.242,0.266,0.324c0.129,0.082,0.271,0.123,0.424,0.123
c0.172,0,0.345-0.054,0.519-0.162c0.172-0.107,0.328-0.271,0.471-0.486v0.576h0.438v-2.629h-0.438L88.051,57.73L88.051,57.73z
"/>
<path fill="#FFFFFF" d="M90.62,56.125c-0.156,0-0.328,0.057-0.515,0.168c-0.188,0.11-0.348,0.276-0.483,0.498v-1.763h-0.438
v3.8h0.438c0.051,0.004,0.088,0.008,0.112,0.012c0.17,0.017,0.295,0.025,0.377,0.025c0.287,0,0.527-0.07,0.724-0.209
s0.351-0.328,0.467-0.566c0.117-0.239,0.177-0.512,0.177-0.816c0-0.385-0.088-0.673-0.265-0.863
C91.038,56.218,90.84,56.125,90.62,56.125z M90.73,58.188c-0.184,0.207-0.405,0.312-0.67,0.312
c-0.135,0-0.281-0.021-0.438-0.062v-1.129c0.133-0.233,0.28-0.42,0.442-0.558c0.164-0.14,0.314-0.209,0.451-0.209
c0.127,0,0.238,0.066,0.336,0.199C90.952,56.873,91,57.07,91,57.332C91,57.694,90.911,57.978,90.73,58.188z"/>
<path fill="#FFFFFF" d="M93.312,58.171l-0.967-1.975h-0.482l1.214,2.524l-0.039,0.1c-0.037,0.103-0.104,0.222-0.192,0.36
c-0.091,0.14-0.191,0.236-0.302,0.292c-0.108,0.054-0.233,0.082-0.377,0.082c-0.108,0-0.226-0.019-0.347-0.058v0.387
c0.105,0.023,0.226,0.035,0.357,0.035c0.309,0,0.559-0.084,0.752-0.254c0.195-0.17,0.4-0.51,0.613-1.025l1.018-2.443h-0.44
L93.312,58.171z"/>
<rect x="31.544" y="63.994" fill="#FFFFFF" width="1.826" height="0.363"/>
<path fill="#FFFFFF" d="M38.429,66.048c-0.058,0.121-0.137,0.207-0.239,0.259c-0.102,0.051-0.226,0.075-0.372,0.075
c-0.168,0-0.374-0.035-0.619-0.106v0.406c0.215,0.045,0.416,0.065,0.603,0.065c0.259,0,0.463-0.037,0.612-0.113
c0.148-0.075,0.277-0.198,0.38-0.372c0.105-0.173,0.158-0.481,0.158-0.929v-2.309H37.4v0.363h1.115v2.029
C38.515,65.718,38.485,65.927,38.429,66.048z"/>
<path fill="#FFFFFF" d="M38.735,61.783c-0.061,0-0.125,0.024-0.191,0.073c-0.067,0.05-0.101,0.122-0.101,0.22
s0.033,0.17,0.101,0.219c0.066,0.049,0.13,0.072,0.191,0.072s0.125-0.023,0.191-0.072c0.066-0.049,0.1-0.121,0.1-0.219
s-0.033-0.17-0.1-0.22C38.859,61.807,38.795,61.783,38.735,61.783z"/>
<path fill="#FFFFFF" d="M40.274,65.654h0.438v-1.525c0.148-0.26,0.303-0.451,0.459-0.58c0.156-0.129,0.316-0.192,0.48-0.192
c0.041,0,0.1,0.005,0.174,0.019v0.601h0.422v-0.947c-0.158-0.049-0.316-0.071-0.477-0.071c-0.215,0-0.412,0.053-0.588,0.16
c-0.178,0.106-0.334,0.27-0.471,0.484v-0.573h-0.438L40.274,65.654L40.274,65.654z"/>
<path fill="#FFFFFF" d="M45.106,65.654v-2.628h-0.438v1.531c-0.117,0.221-0.264,0.403-0.439,0.549
c-0.178,0.146-0.342,0.22-0.496,0.22c-0.074,0-0.145-0.027-0.209-0.078c-0.066-0.053-0.111-0.119-0.135-0.199
c-0.025-0.08-0.037-0.248-0.037-0.5v-1.521h-0.438v1.469c0,0.389,0.025,0.65,0.074,0.783c0.051,0.135,0.141,0.242,0.268,0.325
c0.129,0.083,0.27,0.124,0.422,0.124c0.174,0,0.346-0.055,0.518-0.162c0.174-0.107,0.33-0.271,0.473-0.488v0.578h0.437V65.654
z"/>
<path fill="#FFFFFF" d="M45.801,61.856v3.798h0.439c0.049,0.006,0.088,0.01,0.111,0.012c0.17,0.019,0.295,0.026,0.377,0.026
c0.287,0,0.527-0.069,0.723-0.209c0.195-0.14,0.352-0.327,0.467-0.565c0.117-0.24,0.176-0.512,0.176-0.816
c0-0.385-0.088-0.674-0.264-0.863c-0.176-0.189-0.373-0.283-0.592-0.283c-0.158,0-0.33,0.055-0.518,0.166
c-0.186,0.111-0.348,0.277-0.48,0.496v-1.76L45.801,61.856L45.801,61.856z M46.684,63.58c0.164-0.14,0.314-0.207,0.451-0.207
c0.123,0,0.236,0.064,0.336,0.197c0.098,0.133,0.148,0.329,0.148,0.592c0,0.36-0.092,0.646-0.273,0.854
c-0.18,0.209-0.404,0.312-0.67,0.312c-0.133,0-0.277-0.021-0.436-0.062v-1.128C46.372,63.903,46.52,63.716,46.684,63.58z"/>
<path fill="#FFFFFF" d="M49.93,65l-0.967-1.974H48.48l1.215,2.524l-0.041,0.099c-0.038,0.103-0.102,0.222-0.192,0.36
c-0.091,0.14-0.19,0.236-0.301,0.291c-0.11,0.056-0.236,0.082-0.377,0.082c-0.109,0-0.226-0.018-0.347-0.057v0.387
c0.105,0.023,0.226,0.035,0.357,0.035c0.309,0,0.559-0.084,0.752-0.254c0.195-0.17,0.398-0.512,0.613-1.025l1.018-2.442
h-0.439L49.93,65z"/>
<rect x="51.79" y="63.994" fill="#FFFFFF" width="1.826" height="0.363"/>
<path fill="#FFFFFF" d="M55.92,62.001h-0.438c-0.252,0.231-0.549,0.42-0.896,0.566v0.395c0.218-0.075,0.39-0.15,0.513-0.223
c0.123-0.074,0.252-0.164,0.383-0.268v2.816h-0.896v0.363h2.211v-0.361H55.92V62.001z"/>
<path fill="#FFFFFF" d="M58.415,61.893c-0.36,0-0.653,0.129-0.877,0.385c-0.222,0.257-0.332,0.558-0.332,0.902
c0,0.221,0.045,0.413,0.135,0.579c0.091,0.166,0.22,0.296,0.39,0.387c0.172,0.094,0.352,0.139,0.541,0.139
c0.201,0,0.385-0.054,0.551-0.158c0.168-0.105,0.309-0.242,0.42-0.41v0.094c0,0.459-0.088,0.839-0.268,1.139
c-0.179,0.301-0.433,0.45-0.759,0.45c-0.229,0-0.475-0.062-0.735-0.185v0.439c0.231,0.073,0.471,0.11,0.719,0.11
c0.457,0,0.82-0.177,1.088-0.53c0.27-0.354,0.402-0.835,0.402-1.443c0-0.551-0.105-1.004-0.316-1.361
C59.161,62.072,58.842,61.893,58.415,61.893z M58.854,63.671c-0.141,0.164-0.321,0.248-0.543,0.248
c-0.215,0-0.379-0.071-0.494-0.215c-0.114-0.143-0.172-0.324-0.172-0.545c0-0.174,0.033-0.332,0.103-0.477
s0.162-0.252,0.28-0.321c0.119-0.069,0.238-0.104,0.355-0.104c0.178,0,0.338,0.076,0.477,0.228
c0.14,0.152,0.207,0.347,0.207,0.586C59.066,63.305,58.997,63.505,58.854,63.671z"/>
<path fill="#FFFFFF" d="M62.245,62.955c-0.103,0-0.19,0.026-0.271,0.086c-0.078,0.06-0.152,0.139-0.228,0.237
c-0.072,0.101-0.136,0.229-0.188,0.392v-0.143c0-0.184-0.039-0.324-0.115-0.425c-0.077-0.101-0.18-0.147-0.309-0.147
c-0.105,0-0.211,0.047-0.316,0.145c-0.104,0.098-0.217,0.273-0.338,0.529v-0.603h-0.383v2.628h0.383v-1.52
c0.084-0.217,0.172-0.395,0.265-0.535c0.092-0.141,0.18-0.21,0.26-0.21c0.035,0,0.076,0.021,0.123,0.062
c0.045,0.041,0.067,0.178,0.067,0.409v1.793h0.363v-1.457c0.099-0.288,0.193-0.495,0.285-0.62
c0.096-0.125,0.182-0.188,0.264-0.188c0.033,0,0.064,0.015,0.093,0.043c0.026,0.029,0.047,0.07,0.057,0.123
c0.011,0.055,0.015,0.156,0.015,0.303v1.796h0.383v-1.985c0-0.287-0.039-0.477-0.119-0.571S62.357,62.955,62.245,62.955z"/>
<path fill="#FFFFFF" d="M64.27,62.955c-0.377,0-0.678,0.129-0.903,0.391c-0.226,0.264-0.339,0.594-0.339,0.994
s0.113,0.73,0.339,0.994c0.227,0.263,0.526,0.395,0.903,0.395c0.373,0,0.674-0.132,0.9-0.395
c0.225-0.264,0.338-0.594,0.338-0.994s-0.113-0.73-0.338-0.994C64.943,63.083,64.643,62.955,64.27,62.955z M64.827,65.087
c-0.14,0.185-0.324,0.273-0.558,0.273c-0.235,0-0.422-0.09-0.561-0.273c-0.137-0.182-0.207-0.432-0.207-0.75
c0-0.315,0.07-0.565,0.207-0.748c0.139-0.182,0.324-0.272,0.561-0.272c0.232,0,0.418,0.091,0.558,0.272
c0.137,0.183,0.207,0.433,0.207,0.748C65.034,64.658,64.963,64.908,64.827,65.087z"/>
<path fill="#FFFFFF" d="M67.838,63.026c-0.051-0.006-0.088-0.01-0.113-0.013c-0.168-0.018-0.293-0.025-0.377-0.025
c-0.287,0-0.527,0.069-0.723,0.208c-0.195,0.14-0.352,0.328-0.467,0.566c-0.117,0.239-0.174,0.512-0.174,0.815
c0,0.387,0.086,0.674,0.262,0.863c0.174,0.189,0.373,0.285,0.592,0.285c0.158,0,0.33-0.057,0.518-0.167
c0.188-0.11,0.349-0.276,0.482-0.497v0.591h0.438v-3.798h-0.438V63.026z M67.838,64.542c-0.131,0.233-0.277,0.42-0.443,0.559
s-0.313,0.209-0.453,0.209c-0.125,0-0.237-0.066-0.336-0.2c-0.098-0.132-0.146-0.329-0.146-0.591
c0-0.359,0.09-0.643,0.271-0.854c0.18-0.209,0.403-0.312,0.676-0.312c0.133,0,0.277,0.021,0.434,0.061v1.129H67.838z"/>
<path fill="#FFFFFF" d="M70.161,62.955c-0.234,0-0.449,0.061-0.642,0.184c-0.188,0.123-0.34,0.295-0.446,0.516
c-0.105,0.221-0.158,0.452-0.158,0.691c0,0.248,0.056,0.482,0.168,0.701c0.11,0.219,0.263,0.387,0.446,0.506
c0.188,0.117,0.398,0.176,0.636,0.176c0.312,0,0.646-0.082,0.994-0.248v-0.4c-0.343,0.189-0.654,0.283-0.937,0.283
c-0.16,0-0.301-0.037-0.424-0.113c-0.125-0.076-0.225-0.188-0.301-0.34c-0.076-0.15-0.115-0.316-0.115-0.5h1.812v-0.094
c0-0.463-0.094-0.807-0.283-1.029C70.723,63.065,70.473,62.955,70.161,62.955z M70.721,64.083H69.41
c0.051-0.252,0.143-0.442,0.271-0.572c0.129-0.129,0.282-0.193,0.461-0.193c0.176,0,0.313,0.064,0.42,0.189
c0.105,0.127,0.158,0.298,0.158,0.512V64.083L70.721,64.083z"/>
<path fill="#FFFFFF" d="M77.002,62.001H76.66l-0.285,1.041h-0.668l0.273-1.041h-0.345l-0.274,1.041h-0.803v0.328h0.717
l-0.256,0.967h-0.461v0.33h0.375l-0.261,0.985h0.349l0.26-0.985h0.65l-0.271,0.985h0.351l0.268-0.985h0.838v-0.33H76.37
l0.262-0.967h0.486v-0.328h-0.396L77.002,62.001z M76.021,64.337h-0.653l0.254-0.967h0.664L76.021,64.337z"/>
<path fill="#FFFFFF" d="M81.92,65.626c0.16-0.092,0.285-0.223,0.373-0.395s0.133-0.451,0.133-0.84V62h-1.297v0.365h0.822
v2.016c0,0.363-0.031,0.6-0.09,0.711c-0.06,0.109-0.137,0.189-0.238,0.236c-0.098,0.047-0.209,0.069-0.328,0.069
c-0.232,0-0.518-0.09-0.859-0.271v0.445c0.301,0.127,0.59,0.189,0.869,0.189C81.555,65.764,81.76,65.718,81.92,65.626z"/>
<path fill="#FFFFFF" d="M85.26,63.626c0.096-0.111,0.174-0.239,0.229-0.383c0.054-0.143,0.082-0.283,0.082-0.426
c0-0.15-0.041-0.293-0.122-0.424c-0.085-0.132-0.199-0.23-0.353-0.295c-0.147-0.066-0.383-0.1-0.701-0.1h-0.977v3.652h0.477
V64.1h0.474l0.967,1.554H85.9l-1.057-1.708C85.025,63.845,85.165,63.74,85.26,63.626z M83.895,63.736v-1.369h0.355
c0.326,0,0.553,0.051,0.676,0.151c0.125,0.103,0.188,0.237,0.188,0.409c0,0.096-0.021,0.191-0.058,0.287
c-0.037,0.097-0.094,0.187-0.166,0.271c-0.072,0.084-0.184,0.168-0.332,0.249L83.895,63.736L83.895,63.736z"/>
<path fill="#FFFFFF" d="M88.051,64.557c-0.117,0.221-0.264,0.403-0.439,0.549s-0.342,0.22-0.495,0.22
c-0.076,0-0.146-0.027-0.212-0.078c-0.063-0.053-0.108-0.119-0.133-0.199s-0.037-0.248-0.037-0.5v-1.521h-0.438v1.469
c0,0.389,0.025,0.65,0.076,0.783c0.049,0.135,0.139,0.242,0.266,0.325c0.129,0.083,0.271,0.124,0.424,0.124
c0.172,0,0.345-0.055,0.519-0.162c0.172-0.107,0.328-0.271,0.471-0.488v0.578h0.438v-2.629h-0.438L88.051,64.557
L88.051,64.557z"/>
<path fill="#FFFFFF" d="M90.62,62.955c-0.156,0-0.328,0.055-0.515,0.166c-0.188,0.11-0.348,0.276-0.483,0.496v-1.761h-0.438
v3.798h0.438c0.051,0.006,0.088,0.01,0.112,0.012c0.17,0.019,0.295,0.026,0.377,0.026c0.287,0,0.527-0.069,0.724-0.209
c0.194-0.14,0.351-0.327,0.467-0.565c0.117-0.24,0.177-0.512,0.177-0.816c0-0.385-0.088-0.674-0.265-0.863
C91.038,63.048,90.84,62.955,90.62,62.955z M90.73,65.014c-0.184,0.209-0.405,0.312-0.67,0.312
c-0.135,0-0.281-0.02-0.438-0.062v-1.128c0.133-0.234,0.28-0.42,0.442-0.559c0.164-0.14,0.314-0.207,0.451-0.207
c0.127,0,0.238,0.064,0.336,0.197C90.952,63.701,91,63.897,91,64.16C91,64.522,90.911,64.806,90.73,65.014z"/>
<path fill="#FFFFFF" d="M93.312,65l-0.967-1.974h-0.482l1.214,2.524l-0.039,0.099c-0.038,0.101-0.104,0.222-0.194,0.36
c-0.09,0.14-0.191,0.236-0.301,0.291c-0.109,0.056-0.234,0.082-0.377,0.082c-0.109,0-0.225-0.018-0.346-0.057v0.387
c0.104,0.023,0.225,0.035,0.356,0.035c0.31,0,0.56-0.084,0.753-0.254c0.194-0.17,0.399-0.512,0.612-1.025l1.019-2.442h-0.44
L93.312,65z"/>
<rect x="31.544" y="70.82" fill="#FFFFFF" width="1.826" height="0.365"/>
<path fill="#FFFFFF" d="M39.354,70.8v-0.948c-0.158-0.048-0.316-0.071-0.475-0.071c-0.216,0-0.414,0.053-0.59,0.161
c-0.176,0.106-0.333,0.271-0.47,0.483v-0.573h-0.438v2.629h0.438v-1.526c0.15-0.258,0.303-0.449,0.459-0.578
c0.157-0.129,0.316-0.193,0.48-0.193c0.043,0,0.102,0.007,0.174,0.02v0.6h0.422V70.8z"/>
<path fill="#FFFFFF" d="M40.018,72.481h0.438c0.051,0.006,0.088,0.009,0.113,0.013c0.17,0.018,0.295,0.025,0.377,0.025
c0.285,0,0.527-0.068,0.721-0.208c0.195-0.14,0.352-0.328,0.469-0.565c0.115-0.24,0.174-0.513,0.174-0.816
c0-0.387-0.088-0.674-0.262-0.863c-0.178-0.189-0.375-0.285-0.594-0.285c-0.158,0-0.33,0.057-0.516,0.168
c-0.188,0.11-0.348,0.275-0.482,0.496v-1.76h-0.438V72.481z M40.456,70.964c0.131-0.233,0.279-0.42,0.443-0.559
s0.314-0.209,0.451-0.209c0.125,0,0.236,0.067,0.336,0.199s0.148,0.328,0.148,0.592c0,0.361-0.09,0.646-0.271,0.854
c-0.181,0.209-0.404,0.312-0.67,0.312c-0.133,0-0.279-0.021-0.438-0.062L40.456,70.964L40.456,70.964z"/>
<polygon fill="#FFFFFF" points="45.184,69.852 44.688,69.852 44.02,70.742 43.338,69.852 42.776,69.852 43.741,71.112
42.711,72.481 43.217,72.481 43.997,71.441 44.793,72.481 45.356,72.481 44.274,71.07 "/>
<path fill="#FFFFFF" d="M27.837,75.658h-0.344l-0.284,1.043h-0.668l0.274-1.043H26.47l-0.274,1.043h-0.805v0.325h0.718
l-0.256,0.968h-0.462v0.33h0.375l-0.26,0.985h0.348l0.26-0.985h0.652l-0.27,0.985h0.349l0.268-0.985h0.837v-0.33h-0.748
l0.263-0.968h0.485v-0.325h-0.396L27.837,75.658z M26.855,77.994H26.2l0.254-0.968h0.665L26.855,77.994z"/>
<path fill="#FFFFFF" d="M31.347,78.149c0,0.39,0.025,0.649,0.074,0.785c0.051,0.134,0.14,0.241,0.268,0.323
s0.269,0.123,0.422,0.123c0.173,0,0.346-0.053,0.518-0.162c0.174-0.106,0.33-0.27,0.471-0.485v0.576h0.438V76.68H33.1v1.53
c-0.115,0.224-0.262,0.406-0.438,0.552c-0.177,0.146-0.341,0.218-0.495,0.218c-0.075,0-0.146-0.025-0.211-0.078
c-0.064-0.052-0.109-0.117-0.134-0.199c-0.025-0.08-0.036-0.246-0.036-0.498V76.68h-0.438L31.347,78.149L31.347,78.149z"/>
<path fill="#FFFFFF" d="M34.704,77.777c0.115-0.22,0.26-0.4,0.437-0.548c0.177-0.147,0.341-0.22,0.495-0.22
c0.077,0,0.148,0.025,0.213,0.078c0.065,0.052,0.109,0.117,0.135,0.197c0.023,0.082,0.037,0.248,0.037,0.502v1.521h0.437
v-1.469c0-0.391-0.025-0.652-0.076-0.785c-0.051-0.135-0.14-0.242-0.267-0.324c-0.127-0.082-0.269-0.123-0.424-0.123
c-0.178,0-0.355,0.057-0.531,0.171c-0.178,0.114-0.329,0.274-0.455,0.476V76.68h-0.438v2.629h0.438L34.704,77.777
L34.704,77.777z"/>
<path fill="#FFFFFF" d="M37.569,77.001c-0.26,0.266-0.39,0.597-0.39,0.994c0,0.266,0.058,0.502,0.172,0.709
c0.114,0.209,0.274,0.373,0.479,0.494c0.204,0.121,0.438,0.182,0.701,0.182c0.265,0,0.544-0.049,0.837-0.147v-0.42
c-0.248,0.084-0.42,0.134-0.512,0.146c-0.094,0.015-0.188,0.021-0.283,0.021c-0.316,0-0.55-0.107-0.697-0.322
c-0.148-0.216-0.223-0.439-0.223-0.679c0-0.177,0.038-0.351,0.115-0.519c0.077-0.166,0.186-0.291,0.326-0.369
c0.143-0.079,0.293-0.119,0.453-0.119c0.242,0,0.515,0.068,0.82,0.21v-0.423c-0.303-0.102-0.59-0.151-0.861-0.151
C38.143,76.608,37.829,76.74,37.569,77.001z"/>
<path fill="#FFFFFF" d="M41.131,76.608c-0.375,0-0.676,0.132-0.902,0.394s-0.338,0.592-0.338,0.992
c0,0.399,0.111,0.731,0.338,0.994c0.227,0.264,0.527,0.395,0.902,0.395s0.676-0.131,0.9-0.395
c0.227-0.263,0.34-0.595,0.34-0.994c0-0.4-0.113-0.73-0.34-0.992C41.807,76.74,41.506,76.608,41.131,76.608z M41.688,78.746
c-0.137,0.182-0.322,0.271-0.557,0.271c-0.235,0-0.42-0.091-0.559-0.271c-0.139-0.184-0.207-0.434-0.207-0.752
c0-0.316,0.068-0.564,0.207-0.748c0.139-0.183,0.324-0.272,0.559-0.272c0.235,0,0.42,0.091,0.557,0.272
c0.139,0.184,0.207,0.432,0.207,0.748C41.895,78.312,41.827,78.562,41.688,78.746z"/>
<path fill="#FFFFFF" d="M44.891,76.608c-0.102,0-0.191,0.029-0.27,0.088c-0.08,0.06-0.154,0.14-0.229,0.238
c-0.072,0.101-0.135,0.229-0.186,0.39v-0.142c0-0.185-0.039-0.326-0.117-0.427c-0.078-0.098-0.18-0.147-0.307-0.147
c-0.107,0-0.213,0.048-0.318,0.146c-0.104,0.098-0.217,0.274-0.336,0.529V76.68h-0.385v2.629h0.385v-1.519
c0.082-0.219,0.17-0.396,0.262-0.537c0.092-0.139,0.18-0.209,0.26-0.209c0.037,0,0.076,0.021,0.121,0.062
c0.047,0.041,0.07,0.179,0.07,0.41v1.793h0.365v-1.457c0.096-0.289,0.191-0.494,0.285-0.619
c0.094-0.126,0.18-0.188,0.262-0.188c0.033,0,0.064,0.015,0.092,0.043c0.027,0.027,0.047,0.068,0.057,0.123
c0.01,0.055,0.014,0.154,0.014,0.303v1.796h0.385v-1.985c0-0.287-0.041-0.478-0.121-0.572
C45.1,76.656,45.004,76.608,44.891,76.608z"/>
<path fill="#FFFFFF" d="M47.784,76.608c-0.104,0-0.191,0.029-0.271,0.088c-0.078,0.06-0.152,0.14-0.227,0.238
c-0.072,0.101-0.135,0.229-0.188,0.39v-0.142c0-0.185-0.039-0.326-0.115-0.427c-0.078-0.098-0.182-0.147-0.309-0.147
c-0.105,0-0.211,0.048-0.316,0.146c-0.104,0.098-0.217,0.274-0.338,0.529V76.68h-0.383v2.629h0.383v-1.519
c0.084-0.219,0.172-0.396,0.264-0.537c0.092-0.139,0.178-0.209,0.26-0.209c0.035,0,0.076,0.021,0.121,0.062
c0.047,0.041,0.07,0.179,0.07,0.41v1.793h0.363v-1.457c0.098-0.289,0.193-0.494,0.287-0.619
c0.092-0.126,0.18-0.188,0.262-0.188c0.033,0,0.062,0.015,0.092,0.043c0.027,0.027,0.047,0.068,0.057,0.123
c0.01,0.055,0.014,0.154,0.014,0.303v1.796h0.385v-1.985c0-0.287-0.041-0.478-0.121-0.572
C47.994,76.656,47.897,76.608,47.784,76.608z"/>
<path fill="#FFFFFF" d="M49.915,76.608c-0.233,0-0.447,0.062-0.64,0.185c-0.19,0.123-0.34,0.295-0.446,0.517
s-0.16,0.452-0.16,0.692c0,0.248,0.058,0.481,0.168,0.699c0.111,0.221,0.263,0.389,0.449,0.506s0.396,0.176,0.635,0.176
c0.312,0,0.644-0.082,0.992-0.248v-0.398c-0.343,0.188-0.654,0.281-0.937,0.281c-0.158,0-0.301-0.036-0.424-0.112
c-0.123-0.075-0.225-0.188-0.301-0.34s-0.113-0.317-0.113-0.501h1.812V77.97c0-0.463-0.096-0.807-0.283-1.028
C50.479,76.718,50.227,76.608,49.915,76.608z M50.475,77.737h-1.311c0.051-0.251,0.143-0.44,0.271-0.569
c0.131-0.131,0.282-0.194,0.461-0.194c0.176,0,0.315,0.063,0.42,0.19s0.158,0.297,0.158,0.51V77.737L50.475,77.737z"/>
<path fill="#FFFFFF" d="M53.467,76.731c-0.127-0.082-0.27-0.123-0.424-0.123c-0.178,0-0.355,0.058-0.531,0.171
c-0.178,0.114-0.33,0.273-0.455,0.477V76.68H51.62v2.629h0.438v-1.532c0.114-0.22,0.26-0.4,0.438-0.548
c0.176-0.146,0.342-0.22,0.494-0.22c0.078,0,0.148,0.025,0.213,0.078c0.066,0.052,0.111,0.117,0.135,0.197
c0.023,0.082,0.035,0.248,0.035,0.502v1.521h0.439v-1.469c0-0.391-0.025-0.652-0.076-0.785
C53.684,76.919,53.594,76.813,53.467,76.731z"/>
<path fill="#FFFFFF" d="M55.029,78.324c0,0.288,0.039,0.502,0.115,0.641c0.078,0.139,0.193,0.242,0.347,0.312
c0.153,0.07,0.319,0.104,0.504,0.104c0.086,0,0.176-0.008,0.269-0.022c0.092-0.019,0.241-0.067,0.446-0.155v-0.386
c-0.233,0.134-0.457,0.199-0.668,0.199c-0.115,0-0.215-0.021-0.297-0.06c-0.086-0.043-0.152-0.105-0.203-0.192
c-0.049-0.087-0.074-0.236-0.074-0.448v-1.052h1.171v-0.365h-1.171v-1.06h-0.438v1.06h-0.655v0.365h0.655V78.324z"/>
<path fill="#FFFFFF" d="M61.527,78.957c-0.084-0.041-0.149-0.104-0.2-0.191c-0.052-0.088-0.076-0.236-0.076-0.448v-1.052h1.17
V76.9h-1.17v-1.061h-0.437v1.06h-0.657v0.365h0.657v1.06c0,0.288,0.037,0.502,0.115,0.641s0.193,0.242,0.344,0.312
c0.154,0.07,0.32,0.104,0.504,0.104c0.089,0,0.177-0.008,0.271-0.022c0.093-0.019,0.24-0.067,0.447-0.155v-0.386
c-0.233,0.134-0.457,0.199-0.668,0.199C61.711,79.016,61.611,78.998,61.527,78.957z"/>
<path fill="#FFFFFF" d="M63.188,75.509v3.8h0.438v-1.532c0.115-0.22,0.261-0.4,0.437-0.548c0.178-0.146,0.342-0.22,0.498-0.22
c0.073,0,0.146,0.025,0.211,0.078c0.065,0.052,0.108,0.117,0.135,0.197c0.025,0.082,0.037,0.248,0.037,0.502v1.521h0.438
v-1.469c0-0.291-0.008-0.484-0.021-0.576c-0.014-0.096-0.041-0.184-0.08-0.266c-0.049-0.109-0.135-0.201-0.258-0.276
c-0.123-0.077-0.26-0.114-0.408-0.114c-0.178,0-0.354,0.057-0.53,0.171c-0.179,0.114-0.33,0.274-0.455,0.476v-1.744H63.188z"
/>
<path fill="#FFFFFF" d="M67.229,75.949c0.068-0.048,0.101-0.121,0.101-0.218c0-0.099-0.031-0.172-0.101-0.222
c-0.065-0.047-0.131-0.071-0.19-0.071s-0.123,0.024-0.19,0.071c-0.066,0.05-0.101,0.123-0.101,0.222
c0,0.097,0.032,0.17,0.101,0.218c0.067,0.049,0.131,0.073,0.19,0.073S67.163,75.998,67.229,75.949z"/>
<polygon fill="#FFFFFF" points="66.088,77.044 66.816,77.044 66.816,79.309 67.986,79.309 67.986,78.944 67.254,78.944
67.254,76.68 66.088,76.68 "/>
<path fill="#FFFFFF" d="M70.061,79.016c-0.139,0-0.305-0.021-0.5-0.067c-0.194-0.047-0.383-0.128-0.559-0.242v0.465
c0.355,0.142,0.701,0.211,1.037,0.211c0.383,0,0.662-0.073,0.838-0.221c0.176-0.146,0.262-0.332,0.262-0.561
c0-0.176-0.055-0.318-0.162-0.436c-0.11-0.117-0.301-0.225-0.572-0.324l-0.297-0.106c-0.203-0.073-0.35-0.139-0.438-0.194
c-0.089-0.057-0.137-0.133-0.137-0.228c0-0.097,0.053-0.179,0.157-0.242c0.104-0.065,0.248-0.099,0.435-0.099
c0.256,0,0.526,0.052,0.815,0.154v-0.397c-0.252-0.08-0.518-0.121-0.799-0.121c-0.377,0-0.647,0.067-0.813,0.209
c-0.168,0.14-0.25,0.317-0.25,0.534c0,0.152,0.043,0.283,0.129,0.391c0.084,0.108,0.289,0.227,0.616,0.354l0.304,0.121
l0.149,0.061c0.183,0.074,0.293,0.137,0.338,0.188c0.048,0.05,0.068,0.109,0.068,0.181c0,0.106-0.047,0.194-0.145,0.269
C70.439,78.982,70.282,79.016,70.061,79.016z"/>
<polygon fill="#FFFFFF" points="74.678,75.509 74.678,75.875 75.463,75.875 75.463,79.309 76.721,79.309 76.721,78.944
75.9,78.944 75.9,75.509 "/>
<polygon fill="#FFFFFF" points="78.385,79.309 79.555,79.309 79.555,78.944 78.823,78.944 78.823,76.68 77.657,76.68
77.657,77.044 78.385,77.044 "/>
<path fill="#FFFFFF" d="M78.605,76.022c0.062,0,0.125-0.024,0.191-0.073c0.066-0.048,0.102-0.121,0.102-0.218
c0-0.099-0.035-0.172-0.102-0.222c-0.066-0.047-0.131-0.071-0.191-0.071c-0.059,0-0.123,0.024-0.188,0.071
c-0.067,0.05-0.103,0.123-0.103,0.222c0,0.097,0.033,0.17,0.103,0.218C78.482,75.998,78.547,76.022,78.605,76.022z"/>
<path fill="#FFFFFF" d="M81.965,76.608c-0.178,0-0.355,0.058-0.531,0.171c-0.178,0.114-0.33,0.273-0.455,0.477V76.68h-0.438
v2.629h0.438v-1.532c0.115-0.22,0.26-0.4,0.438-0.548c0.176-0.146,0.34-0.22,0.494-0.22c0.078,0,0.147,0.025,0.213,0.078
c0.063,0.052,0.108,0.117,0.135,0.197c0.023,0.082,0.035,0.248,0.035,0.502v1.521h0.438v-1.469
c0-0.391-0.024-0.652-0.075-0.785c-0.054-0.135-0.142-0.242-0.271-0.324C82.262,76.649,82.12,76.608,81.965,76.608z"/>
<path fill="#FFFFFF" d="M84.622,76.608c-0.233,0-0.449,0.062-0.642,0.185c-0.19,0.123-0.34,0.295-0.446,0.517
s-0.159,0.45-0.159,0.69c0,0.248,0.055,0.482,0.168,0.701c0.111,0.219,0.262,0.387,0.447,0.504
c0.188,0.117,0.398,0.176,0.635,0.176c0.312,0,0.645-0.082,0.994-0.246v-0.399c-0.342,0.188-0.654,0.281-0.936,0.281
c-0.16,0-0.302-0.036-0.427-0.112c-0.123-0.074-0.223-0.188-0.299-0.34s-0.115-0.316-0.115-0.501h1.812v-0.095
c0-0.463-0.094-0.805-0.282-1.027S84.934,76.608,84.622,76.608z M85.182,77.737h-1.311c0.051-0.251,0.143-0.44,0.271-0.569
c0.129-0.131,0.282-0.194,0.461-0.194c0.176,0,0.313,0.063,0.42,0.19c0.105,0.127,0.158,0.297,0.158,0.51V77.737
L85.182,77.737z"/>
<path fill="#FFFFFF" d="M90.366,75.949c0.067-0.048,0.102-0.121,0.102-0.218c0-0.099-0.032-0.172-0.102-0.222
c-0.066-0.047-0.132-0.071-0.191-0.071c-0.059,0-0.123,0.024-0.19,0.071c-0.066,0.05-0.101,0.123-0.101,0.222
c0,0.097,0.033,0.17,0.101,0.218c0.067,0.049,0.133,0.073,0.19,0.073C90.234,76.022,90.299,75.998,90.366,75.949z"/>
<polygon fill="#FFFFFF" points="89.225,77.044 89.954,77.044 89.954,79.309 91.124,79.309 91.124,78.944 90.391,78.944
90.391,76.68 89.225,76.68 "/>
<path fill="#FFFFFF" d="M93.204,75.598c-0.164,0.106-0.285,0.241-0.365,0.407c-0.077,0.166-0.116,0.422-0.116,0.769v0.123
h-0.584v0.364h0.584v2.048h0.438v-2.048h1.043v-0.364H93.16v-0.169c0-0.279,0.031-0.479,0.092-0.596
c0.061-0.116,0.143-0.2,0.25-0.252c0.105-0.053,0.23-0.078,0.369-0.078c0.176,0,0.377,0.037,0.605,0.111V75.5
c-0.211-0.041-0.418-0.062-0.621-0.062C93.584,75.438,93.366,75.492,93.204,75.598z"/>
<path fill="#FFFFFF" d="M27.837,82.485h-0.344l-0.284,1.043h-0.668l0.274-1.043H26.47l-0.274,1.043h-0.805v0.326h0.718
l-0.256,0.968h-0.462v0.329h0.375l-0.26,0.985h0.348l0.26-0.985h0.652l-0.27,0.985h0.349l0.268-0.985h0.837v-0.329h-0.748
l0.263-0.968h0.485v-0.326h-0.396L27.837,82.485z M26.855,84.822H26.2l0.254-0.968h0.665L26.855,84.822z"/>
<path fill="#FFFFFF" d="M32.806,84.669l-0.297-0.106c-0.203-0.073-0.348-0.142-0.438-0.194
c-0.092-0.058-0.137-0.134-0.137-0.228c0-0.099,0.053-0.179,0.156-0.244c0.104-0.063,0.25-0.099,0.436-0.099
c0.255,0,0.525,0.054,0.815,0.156v-0.396c-0.251-0.082-0.519-0.123-0.799-0.123c-0.376,0-0.647,0.07-0.813,0.21
c-0.168,0.14-0.252,0.317-0.252,0.534c0,0.152,0.043,0.283,0.13,0.391c0.085,0.107,0.29,0.227,0.616,0.354l0.304,0.119
l0.151,0.062c0.18,0.072,0.293,0.135,0.338,0.186c0.046,0.051,0.068,0.11,0.068,0.183c0,0.104-0.049,0.194-0.146,0.267
c-0.098,0.071-0.257,0.107-0.478,0.107c-0.137,0-0.303-0.021-0.5-0.069c-0.195-0.047-0.381-0.127-0.557-0.241V86
c0.354,0.143,0.699,0.213,1.035,0.213c0.385,0,0.664-0.073,0.839-0.221c0.175-0.146,0.263-0.334,0.263-0.562
c0-0.175-0.055-0.318-0.164-0.437C33.269,84.876,33.077,84.77,32.806,84.669z"/>
<path fill="#FFFFFF" d="M34.677,83.832c-0.259,0.264-0.389,0.594-0.389,0.992c0,0.266,0.057,0.502,0.172,0.711
c0.113,0.207,0.273,0.371,0.479,0.493c0.205,0.121,0.439,0.183,0.702,0.183c0.265,0,0.545-0.051,0.837-0.148V85.64
c-0.248,0.085-0.42,0.134-0.512,0.146c-0.093,0.014-0.188,0.021-0.283,0.021c-0.316,0-0.549-0.106-0.697-0.322
c-0.148-0.215-0.223-0.44-0.223-0.678c0-0.177,0.039-0.351,0.115-0.519c0.077-0.168,0.186-0.291,0.328-0.371
c0.141-0.078,0.291-0.119,0.451-0.119c0.242,0,0.516,0.07,0.82,0.211v-0.422c-0.302-0.103-0.589-0.152-0.86-0.152
C35.25,83.435,34.937,83.567,34.677,83.832z"/>
<path fill="#FFFFFF" d="M38.289,83.596c-0.176,0.106-0.333,0.271-0.47,0.485v-0.574h-0.438v2.629h0.438v-1.527
c0.15-0.257,0.303-0.449,0.459-0.578c0.157-0.129,0.316-0.191,0.48-0.191c0.043,0,0.102,0.006,0.174,0.018v0.602h0.422v-0.949
c-0.158-0.049-0.316-0.072-0.475-0.072C38.663,83.435,38.466,83.49,38.289,83.596z"/>
<path fill="#FFFFFF" d="M41.2,82.776c0.066-0.048,0.1-0.12,0.1-0.217c0-0.101-0.033-0.172-0.1-0.222
c-0.068-0.049-0.131-0.071-0.193-0.071c-0.059,0-0.123,0.022-0.189,0.071s-0.1,0.121-0.1,0.222c0,0.097,0.033,0.169,0.1,0.217
c0.066,0.05,0.131,0.074,0.189,0.074C41.069,82.85,41.131,82.826,41.2,82.776z"/>
<polygon fill="#FFFFFF" points="41.225,83.507 40.057,83.507 40.057,83.873 40.788,83.873 40.788,86.136 41.958,86.136
41.958,85.772 41.225,85.772 "/>
<path fill="#FFFFFF" d="M44.344,83.435c-0.156,0-0.328,0.057-0.514,0.167c-0.188,0.11-0.348,0.276-0.482,0.497v-0.592h-0.439
v3.65h0.439v-1.021c0.049,0.005,0.086,0.009,0.113,0.013c0.168,0.019,0.295,0.024,0.375,0.024
c0.287,0,0.529-0.068,0.723-0.209c0.195-0.139,0.35-0.328,0.467-0.565c0.119-0.239,0.176-0.511,0.176-0.815
c0-0.385-0.088-0.674-0.264-0.862C44.764,83.531,44.565,83.435,44.344,83.435z M44.456,85.498
c-0.182,0.209-0.406,0.312-0.67,0.312c-0.135,0-0.279-0.021-0.438-0.062v-1.127c0.131-0.233,0.279-0.42,0.443-0.56
s0.314-0.207,0.449-0.207c0.127,0,0.238,0.065,0.338,0.196c0.098,0.134,0.146,0.33,0.146,0.593
C44.725,85.003,44.635,85.291,44.456,85.498z"/>
<path fill="#FFFFFF" d="M47.067,85.785c-0.084-0.041-0.15-0.104-0.201-0.191c-0.051-0.088-0.076-0.237-0.076-0.449v-1.053
h1.17v-0.363h-1.17v-1.059h-0.438v1.059h-0.656v0.363h0.656v1.061c0,0.289,0.039,0.502,0.117,0.641
c0.078,0.139,0.191,0.242,0.344,0.312c0.152,0.07,0.322,0.105,0.504,0.105c0.088,0,0.176-0.008,0.268-0.024
c0.094-0.017,0.244-0.067,0.449-0.153v-0.387c-0.234,0.133-0.457,0.2-0.67,0.2C47.25,85.845,47.151,85.826,47.067,85.785z"/>
<path fill="#FFFFFF" d="M49.807,85.48c-0.104,0-0.193,0.038-0.27,0.111c-0.077,0.074-0.115,0.164-0.115,0.271
c0,0.104,0.039,0.195,0.113,0.271c0.076,0.074,0.166,0.113,0.271,0.113c0.104,0,0.194-0.039,0.271-0.113
c0.073-0.075,0.112-0.166,0.112-0.271c0-0.107-0.039-0.197-0.114-0.271C49.999,85.518,49.911,85.48,49.807,85.48z"/>
<path fill="#FFFFFF" d="M49.807,83.435c-0.104,0-0.193,0.038-0.27,0.111c-0.077,0.074-0.115,0.166-0.115,0.271
s0.039,0.195,0.113,0.271c0.076,0.074,0.166,0.111,0.271,0.111c0.104,0,0.194-0.037,0.271-0.111
c0.073-0.075,0.112-0.166,0.112-0.271s-0.039-0.197-0.114-0.271C49.999,83.473,49.911,83.435,49.807,83.435z"/>
<path fill="#FFFFFF" d="M55.915,83.435c-0.158,0-0.33,0.057-0.517,0.167c-0.188,0.11-0.348,0.276-0.481,0.497v-1.762h-0.438
v3.799h0.438c0.049,0.005,0.088,0.009,0.112,0.013c0.169,0.019,0.296,0.024,0.378,0.024c0.286,0,0.526-0.068,0.721-0.209
c0.195-0.139,0.353-0.328,0.47-0.565c0.114-0.239,0.174-0.511,0.174-0.815c0-0.385-0.088-0.674-0.263-0.862
C56.331,83.531,56.133,83.435,55.915,83.435z M56.023,85.498c-0.182,0.209-0.403,0.312-0.67,0.312
c-0.133,0-0.278-0.021-0.438-0.062v-1.127c0.131-0.233,0.279-0.42,0.443-0.56s0.313-0.207,0.451-0.207
c0.125,0,0.237,0.065,0.336,0.196c0.1,0.134,0.147,0.33,0.147,0.593C56.295,85.003,56.204,85.291,56.023,85.498z"/>
<path fill="#FFFFFF" d="M59.129,85.041c-0.117,0.222-0.264,0.403-0.439,0.549c-0.174,0.146-0.342,0.219-0.496,0.219
c-0.073,0-0.145-0.025-0.211-0.077c-0.063-0.052-0.108-0.118-0.133-0.198c-0.024-0.082-0.037-0.248-0.037-0.5v-1.523h-0.438
v1.47c0,0.39,0.025,0.649,0.076,0.785c0.049,0.133,0.139,0.241,0.266,0.323c0.129,0.082,0.27,0.123,0.422,0.123
c0.174,0,0.346-0.053,0.519-0.162c0.174-0.107,0.329-0.271,0.473-0.485v0.575h0.438v-2.629H59.13L59.129,85.041L59.129,85.041
z"/>
<path fill="#FFFFFF" d="M62.143,83.559c-0.127-0.083-0.268-0.124-0.424-0.124c-0.178,0-0.354,0.059-0.531,0.172
c-0.176,0.114-0.33,0.271-0.455,0.477v-0.574h-0.438v2.627h0.438v-1.53c0.115-0.22,0.263-0.403,0.438-0.548
c0.177-0.146,0.343-0.219,0.494-0.219c0.078,0,0.147,0.025,0.215,0.076c0.063,0.051,0.108,0.119,0.134,0.199
c0.022,0.08,0.036,0.247,0.036,0.5v1.521h0.438v-1.469c0-0.391-0.025-0.651-0.076-0.785
C62.359,83.75,62.27,83.641,62.143,83.559z"/>
<path fill="#FFFFFF" d="M64.945,83.507c-0.051-0.004-0.088-0.008-0.112-0.012c-0.168-0.018-0.293-0.027-0.377-0.027
c-0.287,0-0.529,0.07-0.724,0.211c-0.194,0.139-0.352,0.326-0.467,0.566c-0.117,0.239-0.174,0.51-0.174,0.814
c0,0.387,0.086,0.674,0.262,0.863c0.176,0.191,0.373,0.285,0.595,0.285c0.155,0,0.327-0.057,0.516-0.168
c0.188-0.11,0.351-0.275,0.481-0.496v0.59h0.438v-3.797h-0.438V83.507L64.945,83.507z M64.945,85.026
c-0.131,0.231-0.276,0.42-0.442,0.558c-0.164,0.14-0.315,0.207-0.453,0.207c-0.125,0-0.235-0.064-0.334-0.199
c-0.1-0.131-0.147-0.328-0.147-0.59c0-0.359,0.09-0.644,0.27-0.853s0.406-0.313,0.676-0.313c0.133,0,0.279,0.021,0.435,0.062
v1.129H64.945z"/>
<polygon fill="#FFFFFF" points="67.225,82.337 66,82.337 66,82.703 66.786,82.703 66.786,86.136 68.045,86.136 68.045,85.772
67.225,85.772 "/>
<path fill="#FFFFFF" d="M70.161,83.435c-0.234,0-0.449,0.062-0.642,0.186c-0.188,0.123-0.34,0.295-0.446,0.516
c-0.105,0.221-0.158,0.451-0.158,0.691c0,0.25,0.056,0.483,0.168,0.701c0.11,0.219,0.263,0.389,0.446,0.504
c0.188,0.118,0.398,0.178,0.636,0.178c0.312,0,0.646-0.082,0.994-0.248v-0.4c-0.343,0.189-0.654,0.284-0.937,0.284
c-0.16,0-0.301-0.038-0.424-0.114c-0.125-0.074-0.225-0.188-0.301-0.339s-0.115-0.317-0.115-0.5h1.812v-0.095
c0-0.463-0.094-0.807-0.283-1.027C70.723,83.546,70.473,83.435,70.161,83.435z M70.721,84.565H69.41
c0.051-0.252,0.143-0.44,0.271-0.571c0.129-0.127,0.282-0.193,0.461-0.193c0.176,0,0.313,0.064,0.42,0.189
c0.104,0.127,0.158,0.299,0.158,0.512V84.565L70.721,84.565z"/>
<path fill="#FFFFFF" d="M75.945,83.435c-0.235,0-0.448,0.062-0.641,0.186c-0.191,0.123-0.34,0.295-0.447,0.516
c-0.104,0.221-0.159,0.451-0.159,0.691c0,0.25,0.057,0.483,0.168,0.701c0.112,0.219,0.262,0.389,0.448,0.504
c0.187,0.118,0.398,0.178,0.636,0.178c0.312,0,0.643-0.082,0.993-0.248v-0.4c-0.344,0.189-0.655,0.284-0.938,0.284
c-0.158,0-0.299-0.038-0.424-0.114c-0.123-0.074-0.223-0.188-0.301-0.339c-0.074-0.151-0.113-0.317-0.113-0.5h1.812v-0.095
c0-0.463-0.097-0.807-0.285-1.027C76.508,83.546,76.258,83.435,75.945,83.435z M76.504,84.565h-1.311
c0.053-0.252,0.143-0.44,0.271-0.571c0.132-0.127,0.283-0.193,0.461-0.193c0.177,0,0.316,0.064,0.423,0.189
c0.104,0.127,0.155,0.299,0.155,0.512L76.504,84.565L76.504,84.565z"/>
<polygon fill="#FFFFFF" points="79.891,83.507 79.393,83.507 78.725,84.395 78.045,83.507 77.482,83.507 78.448,84.766
77.417,86.136 77.922,86.136 78.702,85.096 79.5,86.136 80.062,86.136 78.979,84.726 "/>
<path fill="#FFFFFF" d="M81.73,83.435c-0.235,0-0.451,0.062-0.643,0.186c-0.189,0.123-0.34,0.295-0.445,0.516
c-0.106,0.221-0.16,0.451-0.16,0.691c0,0.25,0.056,0.483,0.168,0.701c0.111,0.219,0.263,0.389,0.447,0.504
c0.188,0.118,0.398,0.178,0.637,0.178c0.312,0,0.644-0.082,0.992-0.248v-0.4c-0.342,0.189-0.653,0.284-0.938,0.284
c-0.156,0-0.299-0.038-0.422-0.114c-0.125-0.074-0.225-0.188-0.301-0.339s-0.113-0.317-0.113-0.5h1.811v-0.095
c0-0.463-0.094-0.807-0.283-1.027C82.292,83.546,82.042,83.435,81.73,83.435z M82.29,84.565h-1.312
c0.051-0.252,0.144-0.44,0.271-0.571c0.129-0.127,0.283-0.193,0.459-0.193s0.316,0.064,0.422,0.189
c0.105,0.127,0.158,0.299,0.158,0.512L82.29,84.565L82.29,84.565z"/>
<path fill="#FFFFFF" d="M83.844,83.832c-0.26,0.264-0.391,0.594-0.391,0.992c0,0.266,0.059,0.502,0.172,0.711
c0.115,0.207,0.275,0.371,0.48,0.493c0.203,0.121,0.438,0.183,0.701,0.183c0.266,0,0.545-0.051,0.838-0.148V85.64
c-0.25,0.085-0.42,0.134-0.513,0.146c-0.094,0.014-0.188,0.021-0.282,0.021c-0.316,0-0.55-0.106-0.697-0.322
c-0.148-0.215-0.223-0.44-0.223-0.678c0-0.177,0.038-0.351,0.114-0.519s0.187-0.291,0.326-0.371
c0.144-0.078,0.293-0.119,0.453-0.119c0.239,0,0.516,0.07,0.819,0.211v-0.422c-0.303-0.103-0.59-0.152-0.86-0.152
C84.417,83.435,84.104,83.567,83.844,83.832z"/>
<path fill="#FFFFFF" d="M90.348,83.596c-0.176,0.106-0.332,0.271-0.469,0.485v-0.574h-0.438v2.629h0.438v-1.527
c0.148-0.257,0.301-0.449,0.459-0.578c0.156-0.129,0.316-0.191,0.479-0.191c0.043,0,0.103,0.006,0.177,0.018v0.602h0.42
v-0.949c-0.158-0.049-0.315-0.072-0.476-0.072C90.721,83.435,90.523,83.49,90.348,83.596z"/>
<path fill="#FFFFFF" d="M93.542,84.669l-0.297-0.106c-0.203-0.073-0.351-0.142-0.438-0.194
c-0.092-0.058-0.139-0.134-0.139-0.228c0-0.099,0.053-0.179,0.158-0.244c0.104-0.063,0.248-0.099,0.436-0.099
c0.254,0,0.525,0.054,0.814,0.156v-0.396c-0.252-0.082-0.518-0.123-0.799-0.123c-0.375,0-0.646,0.07-0.814,0.21
c-0.166,0.14-0.25,0.317-0.25,0.534c0,0.152,0.043,0.283,0.129,0.391s0.291,0.227,0.617,0.354l0.303,0.119l0.152,0.062
c0.18,0.072,0.293,0.135,0.338,0.186s0.068,0.11,0.068,0.183c0,0.104-0.049,0.194-0.146,0.267
c-0.097,0.072-0.256,0.107-0.477,0.107c-0.137,0-0.303-0.021-0.5-0.069c-0.195-0.047-0.383-0.127-0.557-0.241V86
c0.354,0.143,0.698,0.213,1.034,0.213c0.386,0,0.664-0.073,0.839-0.221c0.176-0.146,0.264-0.334,0.264-0.562
c0-0.175-0.057-0.318-0.164-0.437C94.002,84.876,93.812,84.77,93.542,84.669z"/>
<path fill="#FFFFFF" d="M96.404,83.435c-0.157,0-0.329,0.057-0.516,0.167c-0.188,0.11-0.348,0.276-0.481,0.497v-0.592h-0.438
v3.65h0.438v-1.021c0.051,0.005,0.088,0.009,0.112,0.013c0.17,0.019,0.295,0.024,0.377,0.024c0.287,0,0.527-0.068,0.724-0.209
c0.192-0.139,0.351-0.328,0.467-0.565c0.115-0.239,0.177-0.511,0.177-0.815c0-0.385-0.089-0.674-0.267-0.862
C96.82,83.531,96.624,83.435,96.404,83.435z M96.514,85.498c-0.182,0.209-0.404,0.312-0.67,0.312
c-0.133,0-0.279-0.021-0.438-0.062v-1.127c0.131-0.233,0.279-0.42,0.443-0.56s0.313-0.207,0.45-0.207
c0.125,0,0.238,0.065,0.336,0.196c0.101,0.134,0.148,0.33,0.148,0.593C96.786,85.003,96.695,85.291,96.514,85.498z"/>
</g>
</g>
</g>
</g>
<circle fill="none" stroke="#E7E8E6" stroke-width="2.6961" stroke-miterlimit="10" cx="47.852" cy="48.043" r="45.986"/>
</g>
<g>
<circle fill="#34A665" cx="16.017" cy="88.016" r="14.151"/>
<g enable-background="new ">
<path fill="#FFFFFF" d="M13.478,91.548c2.689-2.675,4.202-4.286,4.202-5.729c0-1.023-0.561-1.751-1.695-1.751
c-0.743,0-1.387,0.476-1.905,1.078l-0.658-0.658c0.742-0.812,1.541-1.358,2.703-1.358c1.653,0,2.676,1.05,2.676,2.633
c0,1.681-1.527,3.348-3.642,5.562c0.49-0.042,1.037-0.084,1.499-0.084h2.591v0.994h-5.771V91.548z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -0,0 +1,134 @@
<?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="95.5px" height="102.167px" viewBox="0 0 95.5 102.167" enable-background="new 0 0 95.5 102.167" xml:space="preserve">
<g>
<g>
<g>
<g>
<g>
<defs>
<circle id="SVGID_1_" cx="47.852" cy="48.139" r="45.986"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" overflow="visible"/>
</clipPath>
<g clip-path="url(#SVGID_2_)">
<polygon fill="#49494A" points="245.844,147.396 -24.516,147.396 -4.5,-5.964 245.844,-5.964 "/>
<g>
<path fill="#FFFFFF" d="M15.926,52.707v-0.562c-0.16,0-0.325-0.01-0.5-0.025c-0.172-0.017-0.333-0.043-0.485-0.076
c-0.149-0.035-0.324-0.097-0.521-0.186v-0.689c0.159,0.082,0.314,0.151,0.466,0.209c0.151,0.059,0.312,0.104,0.482,0.137
c0.17,0.033,0.354,0.058,0.558,0.069v-1.996l-0.385-0.209c-0.729-0.389-1.093-0.86-1.093-1.412
c0-0.295,0.122-0.58,0.363-0.859c0.241-0.279,0.613-0.439,1.114-0.482v-0.595h0.502v0.595c0.283,0,0.617,0.05,1.003,0.146
v0.621l-0.125-0.036c-0.361-0.101-0.653-0.161-0.878-0.183v1.951l0.404,0.23c0.377,0.217,0.638,0.43,0.777,0.642
c0.142,0.21,0.21,0.433,0.21,0.67c0,0.213-0.052,0.419-0.161,0.618c-0.104,0.201-0.259,0.371-0.455,0.515
c-0.202,0.146-0.459,0.242-0.775,0.299v0.609h-0.501V52.707z M15.926,48.823v-1.658c-0.242,0.056-0.427,0.146-0.558,0.273
c-0.13,0.127-0.196,0.273-0.196,0.444c0,0.16,0.058,0.313,0.168,0.462C15.451,48.491,15.646,48.651,15.926,48.823z
M16.428,49.883v1.65c0.261-0.094,0.438-0.207,0.529-0.342c0.093-0.136,0.138-0.287,0.138-0.454
c0-0.163-0.045-0.302-0.136-0.419C16.867,50.203,16.691,50.058,16.428,49.883z"/>
<path fill="#FFFFFF" d="M25.894,51.25c-0.203,0.333-0.45,0.587-0.734,0.757c-0.287,0.168-0.549,0.252-0.788,0.252
c-0.337,0-0.638-0.143-0.905-0.432c-0.265-0.291-0.399-0.729-0.399-1.317c0-0.464,0.09-0.878,0.266-1.241
c0.179-0.365,0.413-0.653,0.711-0.867c0.297-0.21,0.666-0.316,1.104-0.316c0.126,0,0.318,0.014,0.572,0.041
c0.04,0.004,0.096,0.01,0.172,0.018h0.669v2.832c0,0.674-0.009,1.087-0.026,1.234c-0.017,0.15-0.045,0.303-0.085,0.455
c-0.094,0.354-0.313,0.638-0.656,0.844c-0.339,0.205-0.752,0.308-1.235,0.308c-0.486,0-0.977-0.124-1.477-0.372V52.77
c0.19,0.129,0.423,0.244,0.698,0.345c0.278,0.1,0.546,0.147,0.804,0.147c0.204,0,0.396-0.033,0.579-0.099
c0.18-0.062,0.327-0.156,0.44-0.277c0.111-0.122,0.188-0.264,0.23-0.426c0.039-0.162,0.062-0.377,0.062-0.645V51.25H25.894z
M25.894,50.458v-1.723c-0.237-0.061-0.459-0.091-0.663-0.091c-0.409,0-0.754,0.159-1.028,0.478
c-0.273,0.317-0.412,0.75-0.412,1.299c0,0.397,0.077,0.697,0.225,0.899c0.15,0.201,0.321,0.305,0.514,0.305
c0.208,0,0.439-0.105,0.689-0.316C25.469,51.096,25.695,50.813,25.894,50.458z"/>
<path fill="#FFFFFF" d="M28.743,52.15v-3.449h-1.111v-0.555h1.778v3.449h1.116v0.556L28.743,52.15L28.743,52.15z
M28.636,46.697c0-0.149,0.051-0.262,0.155-0.335c0.102-0.073,0.198-0.111,0.289-0.111c0.092,0,0.19,0.038,0.293,0.111
c0.101,0.073,0.153,0.186,0.153,0.335c0,0.146-0.053,0.259-0.153,0.333c-0.103,0.072-0.201,0.109-0.293,0.109
c-0.091,0-0.188-0.037-0.289-0.109C28.687,46.956,28.636,46.845,28.636,46.697z"/>
<path fill="#FFFFFF" d="M35.378,51.99c-0.311,0.133-0.539,0.209-0.68,0.233c-0.142,0.024-0.278,0.036-0.409,0.036
c-0.281,0-0.536-0.053-0.769-0.159s-0.406-0.269-0.523-0.478c-0.119-0.21-0.181-0.535-0.181-0.975v-1.615h-1v-0.556h1v-1.613
h0.669v1.613h1.782v0.556h-1.782v1.603c0,0.323,0.038,0.551,0.115,0.684c0.076,0.132,0.179,0.23,0.306,0.293
c0.129,0.062,0.279,0.094,0.454,0.094c0.322,0,0.662-0.103,1.018-0.306V51.99z"/>
<path fill="#FFFFFF" d="M41.459,49.045c0.209-0.336,0.453-0.587,0.736-0.757c0.285-0.17,0.547-0.254,0.785-0.254
c0.336,0,0.639,0.145,0.904,0.434c0.268,0.29,0.402,0.728,0.402,1.314c0,0.465-0.088,0.88-0.268,1.244
c-0.176,0.364-0.414,0.653-0.713,0.864c-0.295,0.212-0.664,0.316-1.102,0.316c-0.123,0-0.312-0.013-0.572-0.037
c-0.039-0.006-0.096-0.014-0.174-0.021v1.558h-0.664v-5.562h0.664v0.9H41.459z M41.459,49.839v1.72
c0.242,0.062,0.465,0.092,0.668,0.092c0.404,0,0.746-0.158,1.021-0.475c0.275-0.317,0.414-0.751,0.414-1.303
c0-0.398-0.076-0.699-0.225-0.9c-0.15-0.201-0.324-0.302-0.514-0.302c-0.207,0-0.438,0.105-0.688,0.315
C41.889,49.198,41.663,49.483,41.459,49.839z"/>
<path fill="#FFFFFF" d="M48.547,48.146v4.004h-0.666v-0.879c-0.217,0.331-0.455,0.577-0.717,0.743
c-0.264,0.165-0.527,0.245-0.789,0.245c-0.234,0-0.449-0.061-0.643-0.188c-0.197-0.125-0.332-0.291-0.41-0.495
c-0.076-0.203-0.115-0.601-0.115-1.196v-2.236h0.67v2.32c0,0.385,0.018,0.639,0.055,0.762
c0.037,0.123,0.105,0.224,0.205,0.303c0.1,0.078,0.205,0.119,0.32,0.119c0.232,0,0.486-0.111,0.754-0.332
c0.271-0.223,0.492-0.5,0.67-0.838v-2.333H48.547z"/>
<path fill="#FFFFFF" d="M49.708,51.938v-0.705c0.267,0.174,0.549,0.297,0.849,0.365c0.299,0.071,0.555,0.106,0.762,0.106
c0.338,0,0.58-0.055,0.729-0.162c0.146-0.109,0.223-0.244,0.223-0.408c0-0.107-0.035-0.199-0.104-0.275
c-0.067-0.076-0.242-0.172-0.517-0.283l-0.229-0.094l-0.463-0.184c-0.496-0.193-0.812-0.372-0.938-0.538
c-0.133-0.162-0.199-0.36-0.199-0.595c0-0.33,0.132-0.601,0.384-0.814c0.254-0.213,0.67-0.318,1.241-0.318
c0.429,0,0.832,0.062,1.218,0.186v0.605c-0.44-0.157-0.854-0.235-1.242-0.235c-0.285,0-0.506,0.05-0.662,0.149
c-0.159,0.098-0.239,0.221-0.239,0.37c0,0.144,0.067,0.258,0.209,0.345c0.135,0.086,0.354,0.184,0.666,0.297l0.45,0.166
c0.416,0.15,0.707,0.314,0.871,0.49c0.168,0.177,0.252,0.399,0.252,0.664c0,0.346-0.133,0.632-0.399,0.854
c-0.267,0.225-0.693,0.334-1.277,0.334C50.771,52.259,50.247,52.156,49.708,51.938z"/>
<path fill="#FFFFFF" d="M54.068,52.15v-5.788h0.666v2.656c0.189-0.307,0.423-0.548,0.691-0.722
c0.27-0.175,0.543-0.262,0.812-0.262c0.227,0,0.434,0.057,0.619,0.174c0.19,0.116,0.319,0.257,0.395,0.422
c0.059,0.126,0.102,0.259,0.121,0.403c0.021,0.142,0.033,0.435,0.033,0.88v2.237h-0.668v-2.32
c0-0.386-0.018-0.638-0.055-0.763c-0.039-0.123-0.105-0.223-0.203-0.302c-0.101-0.079-0.209-0.119-0.326-0.119
c-0.234,0-0.486,0.112-0.754,0.334c-0.271,0.221-0.492,0.5-0.666,0.835v2.334L54.068,52.15L54.068,52.15z"/>
<path fill="#FFFFFF" d="M64.532,52.259c-0.574,0-1.031-0.197-1.378-0.6c-0.344-0.4-0.516-0.905-0.516-1.516
c0-0.609,0.172-1.113,0.516-1.512c0.347-0.399,0.804-0.599,1.378-0.599c0.569,0,1.026,0.199,1.372,0.599
c0.343,0.399,0.515,0.903,0.515,1.512c0,0.61-0.172,1.115-0.515,1.516C65.559,52.062,65.102,52.259,64.532,52.259z
M64.532,51.707c0.354,0,0.637-0.14,0.848-0.417c0.209-0.277,0.313-0.659,0.313-1.145c0-0.482-0.104-0.863-0.313-1.141
c-0.211-0.277-0.491-0.415-0.848-0.415c-0.357,0-0.644,0.137-0.853,0.415c-0.213,0.277-0.316,0.658-0.316,1.141
c0,0.485,0.104,0.867,0.316,1.145C63.889,51.567,64.174,51.707,64.532,51.707z"/>
<path fill="#FFFFFF" d="M67.631,52.15v-4.004h0.666v0.873c0.211-0.329,0.447-0.575,0.717-0.738
c0.271-0.165,0.568-0.246,0.898-0.246c0.24,0,0.484,0.037,0.725,0.111v1.445h-0.643v-0.914
c-0.113-0.019-0.201-0.03-0.266-0.03c-0.248,0-0.492,0.098-0.732,0.293c-0.238,0.197-0.471,0.491-0.699,0.883v2.327H67.631z"
/>
<path fill="#FFFFFF" d="M72.823,52.15v-3.449H71.71v-0.555h1.778v3.449h1.115v0.556L72.823,52.15L72.823,52.15z
M72.713,46.697c0-0.149,0.053-0.262,0.152-0.335c0.105-0.073,0.201-0.111,0.291-0.111c0.094,0,0.191,0.038,0.291,0.111
c0.104,0.073,0.156,0.186,0.156,0.335c0,0.146-0.054,0.259-0.156,0.333c-0.1,0.072-0.197,0.109-0.291,0.109
c-0.09,0-0.186-0.037-0.291-0.109C72.766,46.956,72.713,46.845,72.713,46.697z"/>
<path fill="#FFFFFF" d="M78.786,51.25c-0.203,0.333-0.447,0.587-0.734,0.757c-0.286,0.168-0.551,0.252-0.788,0.252
c-0.334,0-0.638-0.143-0.902-0.432c-0.269-0.291-0.4-0.729-0.4-1.317c0-0.464,0.088-0.878,0.266-1.241
c0.176-0.365,0.414-0.653,0.711-0.867c0.297-0.21,0.664-0.316,1.103-0.316c0.127,0,0.317,0.014,0.573,0.041
c0.037,0.004,0.097,0.01,0.171,0.018h0.67v2.832c0,0.674-0.009,1.087-0.024,1.234c-0.019,0.15-0.046,0.303-0.087,0.455
c-0.096,0.354-0.313,0.638-0.651,0.844c-0.344,0.205-0.756,0.308-1.238,0.308c-0.488,0-0.979-0.124-1.475-0.372V52.77
c0.188,0.129,0.42,0.244,0.698,0.345c0.275,0.1,0.544,0.147,0.802,0.147c0.203,0,0.395-0.033,0.576-0.099
c0.184-0.062,0.329-0.156,0.442-0.277c0.112-0.122,0.188-0.264,0.229-0.426c0.043-0.162,0.062-0.377,0.062-0.645V51.25
H78.786z M78.786,50.458v-1.723c-0.238-0.061-0.457-0.091-0.66-0.091c-0.412,0-0.756,0.159-1.03,0.478
c-0.275,0.317-0.41,0.75-0.41,1.299c0,0.397,0.071,0.697,0.225,0.899c0.148,0.201,0.32,0.305,0.51,0.305
c0.209,0,0.439-0.105,0.691-0.316S78.586,50.813,78.786,50.458z"/>
<path fill="#FFFFFF" d="M81.637,52.15v-3.449h-1.113v-0.555h1.779v3.449h1.115v0.556L81.637,52.15L81.637,52.15z
M81.529,46.697c0-0.149,0.052-0.262,0.154-0.335c0.101-0.073,0.199-0.111,0.287-0.111c0.094,0,0.191,0.038,0.293,0.111
c0.104,0.073,0.152,0.186,0.152,0.335c0,0.146-0.049,0.259-0.152,0.333c-0.102,0.072-0.199,0.109-0.293,0.109
c-0.088,0-0.188-0.037-0.287-0.109C81.581,46.956,81.529,46.845,81.529,46.697z"/>
<path fill="#FFFFFF" d="M84.922,52.15v-4.004h0.666v0.873c0.191-0.307,0.422-0.548,0.691-0.722
c0.27-0.175,0.543-0.262,0.812-0.262c0.236,0,0.451,0.062,0.646,0.188c0.193,0.126,0.332,0.289,0.408,0.493
c0.076,0.203,0.114,0.603,0.114,1.198v2.237h-0.668v-2.32c0-0.386-0.018-0.638-0.055-0.763
c-0.037-0.123-0.104-0.223-0.203-0.302c-0.101-0.079-0.207-0.119-0.326-0.119c-0.233,0-0.483,0.112-0.754,0.334
c-0.271,0.221-0.492,0.5-0.666,0.835v2.334H84.922z"/>
<path fill="#FFFFFF" d="M93.436,52.15v-4.004h0.586v0.917c0.183-0.39,0.355-0.659,0.513-0.806
c0.159-0.148,0.319-0.222,0.483-0.222c0.193,0,0.349,0.076,0.467,0.227c0.119,0.152,0.179,0.369,0.179,0.647v0.216
c0.08-0.244,0.174-0.441,0.285-0.593c0.11-0.15,0.227-0.273,0.346-0.362c0.121-0.091,0.261-0.134,0.414-0.134
c0.172,0,0.315,0.072,0.44,0.218c0.121,0.146,0.183,0.437,0.183,0.872v3.026h-0.584v-2.736c0-0.225-0.008-0.378-0.022-0.46
c-0.013-0.082-0.041-0.146-0.086-0.188c-0.041-0.042-0.089-0.064-0.14-0.064c-0.125,0-0.258,0.096-0.399,0.284
c-0.142,0.191-0.287,0.505-0.437,0.945v2.22h-0.556v-2.732c0-0.354-0.034-0.562-0.104-0.624
c-0.07-0.062-0.133-0.093-0.189-0.093c-0.121,0-0.254,0.106-0.393,0.317c-0.143,0.215-0.273,0.486-0.4,0.82v2.312h-0.586
V52.15z"/>
</g>
</g>
</g>
</g>
</g>
<g>
<circle fill="none" stroke="#E7E8E6" stroke-width="2.6961" stroke-miterlimit="10" cx="47.852" cy="48.044" r="45.986"/>
</g>
</g>
<g>
<circle fill="#34A665" cx="16.017" cy="88.016" r="14.149"/>
<g enable-background="new ">
<path fill="#FFFFFF" d="M13.87,90.387c0.532,0.56,1.232,1.064,2.283,1.064c1.079,0,1.849-0.645,1.849-1.639
c0-1.065-0.729-1.779-2.858-1.779v-0.883c1.905,0,2.536-0.729,2.536-1.667c0-0.868-0.588-1.414-1.541-1.414
c-0.742,0-1.373,0.378-1.905,0.91l-0.617-0.729c0.687-0.645,1.513-1.12,2.563-1.12c1.555,0,2.676,0.826,2.676,2.269
c0,1.079-0.659,1.766-1.625,2.129v0.057c1.079,0.252,1.933,1.036,1.933,2.27c0,1.582-1.303,2.549-2.942,2.549
c-1.429,0-2.339-0.603-2.941-1.261L13.87,90.387z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,24 @@
<?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="14px" height="14px" viewBox="0 0 14 14" enable-background="new 0 0 14 14" xml:space="preserve">
<g>
<path fill="#B0B0B2" d="M13.952,5.426c-0.027,0-0.746,0-1.6,0s-1.059-0.494-0.455-1.098c0.604-0.603,1.113-1.112,1.132-1.131
s0.019-0.049,0-0.068c-0.019-0.019-0.505-0.504-1.08-1.079c-0.574-0.574-1.06-1.06-1.078-1.079c-0.02-0.02-0.05-0.02-0.068,0
c-0.02,0.02-0.528,0.527-1.131,1.131C9.068,2.705,8.574,2.501,8.574,1.647s0-1.572,0-1.6C8.574,0.021,8.552,0,8.526,0
C8.499,0,7.813,0,7,0S5.501,0,5.474,0C5.448,0,5.426,0.021,5.426,0.048c0,0.027,0,0.746,0,1.6S4.932,2.705,4.329,2.102
C3.726,1.498,3.217,0.99,3.197,0.971c-0.019-0.02-0.049-0.02-0.068,0C3.11,0.99,2.625,1.476,2.05,2.05
C1.476,2.625,0.99,3.11,0.971,3.129c-0.019,0.02-0.019,0.05,0,0.068c0.02,0.019,0.528,0.528,1.132,1.131
c0.604,0.604,0.398,1.098-0.455,1.098s-1.573,0-1.6,0C0.021,5.426,0,5.448,0,5.475C0,5.5,0,6.187,0,7s0,1.5,0,1.525
c0,0.027,0.021,0.049,0.048,0.049c0.026,0,0.746,0,1.6,0s1.059,0.494,0.455,1.098c-0.604,0.603-1.112,1.111-1.132,1.131
c-0.019,0.019-0.019,0.049,0,0.067c0.02,0.02,0.505,0.505,1.079,1.079c0.575,0.575,1.061,1.061,1.079,1.08
c0.02,0.019,0.05,0.019,0.068,0c0.019-0.02,0.528-0.527,1.132-1.131c0.603-0.604,1.097-0.399,1.097,0.454s0,1.572,0,1.6
C5.426,13.979,5.448,14,5.474,14C5.501,14,6.187,14,7,14s1.499,0,1.526,0c0.025,0,0.048-0.021,0.048-0.048c0-0.027,0-0.746,0-1.6
s0.494-1.059,1.098-0.455c0.603,0.604,1.112,1.112,1.131,1.131c0.019,0.02,0.049,0.02,0.068,0c0.019-0.019,0.504-0.504,1.079-1.079
c0.574-0.574,1.061-1.06,1.079-1.079c0.019-0.019,0.019-0.049,0-0.067c-0.019-0.02-0.527-0.528-1.131-1.131
c-0.604-0.604-0.399-1.098,0.454-1.098s1.572,0,1.6,0C13.979,8.574,14,8.553,14,8.525C14,8.5,14,7.813,14,7s0-1.5,0-1.525
C14,5.448,13.979,5.426,13.952,5.426z M7.104,9.303c-1.298,0-2.351-1.053-2.351-2.351c0-1.299,1.053-2.352,2.351-2.352
c1.299,0,2.352,1.053,2.352,2.352C9.456,8.25,8.403,9.303,7.104,9.303z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,27 @@
<?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="14px" height="14px" viewBox="0 0 14 14" enable-background="new 0 0 14 14" xml:space="preserve">
<g>
<g>
<path fill="#5BA4A4" d="M13.952,5.426c-0.027,0-0.746,0-1.601,0c-0.854,0-1.059-0.494-0.455-1.098
c0.604-0.603,1.113-1.112,1.133-1.131c0.019-0.02,0.019-0.049,0-0.068c-0.02-0.019-0.506-0.504-1.08-1.079
c-0.574-0.574-1.061-1.06-1.078-1.079c-0.02-0.02-0.051-0.02-0.068,0c-0.02,0.02-0.527,0.527-1.131,1.131
C9.068,2.705,8.574,2.501,8.574,1.647s0-1.572,0-1.6C8.574,0.021,8.552,0,8.525,0S7.812,0,7,0C6.187,0,5.501,0,5.474,0
C5.448,0,5.426,0.021,5.426,0.048c0,0.027,0,0.746,0,1.6S4.932,2.705,4.329,2.102C3.726,1.498,3.217,0.99,3.197,0.971
c-0.019-0.02-0.049-0.02-0.068,0C3.11,0.99,2.625,1.476,2.05,2.05C1.476,2.625,0.99,3.11,0.971,3.129
c-0.019,0.02-0.019,0.05,0,0.068c0.02,0.019,0.528,0.528,1.132,1.131c0.604,0.604,0.398,1.098-0.455,1.098s-1.573,0-1.6,0
C0.021,5.426,0,5.448,0,5.475C0,5.5,0,6.187,0,7c0,0.812,0,1.5,0,1.525c0,0.026,0.021,0.049,0.048,0.049c0.026,0,0.746,0,1.6,0
s1.059,0.494,0.455,1.098s-1.112,1.111-1.132,1.131c-0.019,0.02-0.019,0.049,0,0.067c0.02,0.021,0.505,0.505,1.079,1.079
c0.575,0.574,1.061,1.061,1.079,1.08c0.02,0.019,0.05,0.019,0.068,0c0.019-0.021,0.528-0.527,1.132-1.131
c0.603-0.604,1.097-0.399,1.097,0.453c0,0.854,0,1.572,0,1.601C5.426,13.979,5.448,14,5.474,14C5.501,14,6.187,14,7,14
c0.812,0,1.499,0,1.525,0c0.025,0,0.049-0.021,0.049-0.048c0-0.027,0-0.746,0-1.601c0-0.854,0.494-1.059,1.098-0.455
c0.604,0.604,1.112,1.112,1.131,1.131c0.02,0.021,0.049,0.021,0.068,0c0.02-0.019,0.504-0.504,1.079-1.078
c0.573-0.574,1.062-1.061,1.079-1.079c0.019-0.019,0.019-0.05,0-0.067c-0.02-0.02-0.527-0.527-1.131-1.131
c-0.604-0.604-0.399-1.098,0.453-1.098c0.854,0,1.572,0,1.601,0C13.979,8.574,14,8.553,14,8.525C14,8.5,14,7.812,14,7
c0-0.813,0-1.5,0-1.525C14,5.448,13.979,5.426,13.952,5.426z M7.104,9.303c-1.298,0-2.351-1.053-2.351-2.351
c0-1.299,1.053-2.352,2.351-2.352c1.298,0,2.352,1.053,2.352,2.352C9.456,8.25,8.402,9.303,7.104,9.303z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,106 @@
<?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="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
<g>
<path fill="none" d="M23.24,36.316c-0.273-0.283-0.516-0.548-0.708-0.762c-0.093,0.214-0.216,0.496-0.379,0.859h0.049
c0.13,0,0.272-0.016,0.408-0.021C22.817,36.375,23.027,36.349,23.24,36.316z"/>
<path fill="none" d="M33.202,28.414l-0.81,0.566c-0.056,0.038-0.121,0.057-0.188,0.049l-8.062-0.917l-0.12-0.013l-0.468-0.053
c-0.108-0.013-0.199-0.089-0.231-0.195l-1.262-4.153c-0.211-0.028-0.399-0.043-0.556-0.043c-0.16,0-0.347,0.015-0.559,0.043
l-1.226,4.033c-0.029,0.095-0.105,0.167-0.202,0.188l-0.587,0.132l-8.007,1.782c-0.021,0.004-0.042,0.006-0.061,0.006
c-0.055,0-0.111-0.017-0.158-0.05l-0.312-0.217l-0.935-0.656v-0.002l-0.378-0.264c0.027,0.085,0.058,0.17,0.087,0.25v0.002
c0.026,0.079,0.142,0.412,0.35,0.902c0.357,0.841,0.988,2.147,1.919,3.436c1.576-0.463,2.939-0.896,3.375-1.034
c0.887-1.369,2.151-2.726,3.049-2.773c0.155-0.008,0.317-0.012,0.475-0.012c0.44,0,0.861,0.032,1.25,0.077
c-0.331-0.299-0.398-0.651-0.447-0.808c0,0,1.147,0.897,2.605,0.709c1.462-0.187,2.368-1.03,2.368-1.03s-0.005,0.613-0.642,1.089
c1.224-0.369,1.729-0.495,2.077-0.495c0.382,0,0.569,0.158,0.734,0.298c0.032,0.026,0.064,0.056,0.101,0.084
c0.939,0.741,2.07,1.639,2.403,1.903c0.383,0.043,1.596,0.182,2.361,0.253c0.441,0.041,0.84,0.073,1.231,0.073
c0.126,0,0.244-0.005,0.354-0.012c0.404-0.772,0.775-1.627,1.106-2.569c0.082-0.237,0.164-0.478,0.241-0.726
c0.053-0.189,0.103-0.381,0.147-0.574l-0.277,0.195L33.202,28.414z"/>
<path fill="none" d="M13.268,20.546c-1.886,0.211-3.458,0.46-4.632,0.677l0.602,4.873l2.069,1.449l6.565-1.459l1.23-4.051
c0.02-0.066,0.064-0.122,0.124-0.156c0.019-0.012,0.04-0.021,0.063-0.027c0.036-0.01,0.694-0.199,1.453-0.291l1.203-0.728
c0.362-0.218,0.71-0.468,1.04-0.734c-0.474-0.008-0.952-0.015-1.44-0.015c-2.006,0-3.88,0.083-5.578,0.211
c-1.703,0.833-2.746,1.518-2.771,1.534l-1.634,1.091l1.123-1.612C12.868,21.04,13.065,20.786,13.268,20.546z M13.719,24.917
c-0.082-0.182-0.133-0.432-0.148-0.779c-0.049-1.333,0.772-2.427,1.622-2.435c0.851-0.009,1.443,1.071,1.457,2.405
c0.011,1.334-0.694,1.254-1.545,1.262c-0.086,0.003-0.167,0.005-0.25,0.005c-0.095,0.002-0.187,0.004-0.274,0.002
c-0.825-0.002-1.353-0.038-1.819,0.213C12.773,25.561,12.979,25.104,13.719,24.917z"/>
<path fill="none" d="M23.596,36.684c-0.316,0.063-0.636,0.111-0.966,0.139c-0.139,0.006-0.27,0.018-0.412,0.018l-0.216,0.002
L21.92,36.84c-0.868,1.292-2.801,1.546-2.89,1.558c-0.081,0.009-0.145,0.02-0.235,0.037c1.077,0.295,2.177,0.422,3.26,0.35
c1.087-0.072,2.498-0.309,3.997-0.916c-0.892-0.065-1.702-0.436-2.355-1.083C23.663,36.75,23.63,36.717,23.596,36.684z"/>
<circle fill="none" cx="27.497" cy="22.654" r="0.434"/>
<path fill="none" d="M25.712,7.299h-2.389V6.315h-0.538v4.547h0.812v2.543h-4.177v-2.543h0.811V6.315h-0.537v0.983h-2.387V3.931
h8.404V7.299z"/>
<circle fill="none" cx="15.324" cy="22.976" r="0.434"/>
<path fill="none" d="M6.963,27.525l1.39,0.947c-0.025-0.081-0.047-0.161-0.071-0.242c-0.017-0.059-0.035-0.116-0.052-0.173
l-1.021-0.717c-0.063-0.044-0.104-0.113-0.115-0.19l-0.498-4.047l-0.261,2.484L6.963,27.525z"/>
<path fill="none" d="M22.164,21.523l-0.158,0.012c0.861,0.073,1.672,0.305,1.713,0.317c0.09,0.026,0.159,0.094,0.188,0.184
l1.225,4.03l6.557,0.745l2.086-1.459l0.591-4.146c-1.67-0.305-4.111-0.671-7.103-0.9C24.561,21.237,22.299,21.514,22.164,21.523z
M29.298,23.734c0.028,0.368-0.011,0.636-0.103,0.834c0.79-0.094,0.97,0.441,0.979,0.474c-0.573-0.276-1.2,0.073-2.342,0.095
c-0.849,0.031-1.562,0.041-1.609-1.292c-0.047-1.336,0.498-2.441,1.347-2.471C28.419,21.345,29.195,22.402,29.298,23.734z"/>
<path fill="#A0A1A2" d="M26.223,23.845c0.048,1.333,0.761,1.323,1.609,1.292c1.142-0.021,1.769-0.371,2.342-0.095
c-0.009-0.032-0.188-0.567-0.979-0.474c0.092-0.198,0.131-0.466,0.103-0.834c-0.104-1.332-0.879-2.39-1.729-2.36
C26.721,21.403,26.176,22.509,26.223,23.845z M27.489,22.22c0.239-0.005,0.438,0.186,0.441,0.426
c0.005,0.239-0.187,0.438-0.425,0.442c-0.24,0.004-0.438-0.188-0.442-0.428C27.058,22.421,27.25,22.224,27.489,22.22z"/>
<path fill="#A0A1A2" d="M14.581,25.377c0.088,0.002,0.18,0,0.274-0.002c0.082,0,0.164-0.002,0.25-0.005
c0.851-0.008,1.556,0.072,1.545-1.262c-0.014-1.334-0.606-2.414-1.457-2.405c-0.849,0.008-1.671,1.102-1.622,2.435
c0.015,0.348,0.066,0.598,0.148,0.779c-0.74,0.187-0.945,0.644-0.957,0.673C13.228,25.339,13.755,25.375,14.581,25.377z
M15.312,22.542c0.24-0.008,0.439,0.182,0.447,0.422c0.006,0.239-0.184,0.439-0.423,0.445c-0.24,0.008-0.44-0.183-0.446-0.422
C14.883,22.748,15.072,22.547,15.312,22.542z"/>
<polygon fill="#A0A1A2" points="17.309,8.327 19.695,8.327 19.695,7.343 20.232,7.343 20.232,11.889 19.421,11.889 19.421,14.432
23.598,14.432 23.598,11.889 22.786,11.889 22.786,7.343 23.324,7.343 23.324,8.327 25.712,8.327 25.712,4.958 17.309,4.958 "/>
<path fill="#A0A1A2" d="M39.689,14.823c-0.015-0.289-0.043-0.577-0.082-0.861c-0.02-0.144-0.041-0.288-0.071-0.429
c-0.028-0.146-0.056-0.281-0.103-0.44l-0.03-0.112l-0.079-0.063c-0.455-0.356-0.944-0.626-1.441-0.864
c-0.411-0.194-0.828-0.363-1.249-0.518c-1.177-3.264-3.197-6.158-5.856-8.173c-2.747-2.084-5.978-3.187-9.342-3.187
c-3.366,0-6.596,1.103-9.344,3.187C9.999,4.949,8.304,7.081,7.103,9.508H7.097c-0.325,0.657-0.617,1.333-0.867,2.028
c-0.422,0.155-0.839,0.324-1.25,0.518c-0.498,0.238-0.986,0.508-1.441,0.864l-0.08,0.063l-0.03,0.112
c-0.046,0.159-0.076,0.294-0.104,0.44c-0.028,0.141-0.051,0.285-0.07,0.429c-0.029,0.205-0.048,0.413-0.065,0.621h0.007
c-0.007,0.08-0.013,0.16-0.017,0.241c-0.029,0.577-0.013,1.154,0.05,1.728c0.061,0.573,0.167,1.14,0.32,1.703
c0.08,0.28,0.171,0.555,0.279,0.83c0.053,0.137,0.111,0.273,0.176,0.41c0.032,0.068,0.067,0.135,0.102,0.204l0.057,0.101
c0.022,0.038,0.037,0.065,0.07,0.114l0.057,0.09l0.092,0.047c0.097,0.05,0.178,0.087,0.266,0.129l0.256,0.116
c0.047,0.019,0.093,0.039,0.142,0.059c-1.167,1.078-2.435,2.479-3.532,4.211L0.13,26.749l1.945-1.707
c0.034-0.029,1.664-1.44,4.384-3.041l0.038,0.313l0.099,0.789l0.498,4.047c0.011,0.077,0.051,0.146,0.115,0.19l1.021,0.717
c0.018,0.057,0.035,0.114,0.052,0.173c0.024,0.081,0.046,0.161,0.071,0.242l0.233,0.703c0.511,1.589,1.235,3.022,2.116,4.281
c-0.042,0.013-0.085,0.025-0.127,0.037c-0.531-0.246-2.386-1.106-3.009-1.387l-1.303-0.585l0.771,1.203
c0.056,0.087,1.386,2.161,2.471,3.559c1.017,1.305,2.408,2.637,5.032,2.637c0.315,0,0.647-0.02,0.987-0.056
c0.783-0.091,1.371-0.161,1.818-0.219c2.754,1.014,5.792,1.074,8.675-0.017c0.79-0.3,1.509-0.663,2.168-1.071
c0.014-0.002,0.027-0.006,0.039-0.009c1.072-0.258,2.289-0.549,2.89-0.717c0.096-0.026,0.217-0.055,0.342-0.085
c0.837-0.191,2.236-0.517,2.981-2.009c0.751-1.506,1.977-3.812,1.989-3.835L37,29.829l-1.115,0.485
c-0.061,0.026-1.475,0.643-2.21,1.028c-0.025,0.015-0.057,0.028-0.086,0.042c0.598-1.219,0.896-2.19,1.003-2.563l0.403-1.663
l1.161-2.597c0,0,0.326-2.839,0.333-2.837l0.114-1.086c0.102-0.043,0.722-0.086,0.843-0.134c0.173-0.068,0.346-0.135,0.519-0.21
l0.255-0.116c0.09-0.042,0.17-0.079,0.267-0.129l0.092-0.047l0.058-0.09c0.032-0.049,0.05-0.077,0.069-0.114l0.056-0.101
c0.039-0.069,0.072-0.136,0.103-0.204c0.065-0.136,0.122-0.272,0.178-0.41c0.107-0.275,0.196-0.55,0.277-0.83
c0.152-0.563,0.262-1.13,0.32-1.703C39.704,15.978,39.718,15.4,39.689,14.823z M13.195,21.83c0.025-0.017,1.068-0.701,2.771-1.534
c1.698-0.129,3.571-0.211,5.578-0.211c0.488,0,0.967,0.007,1.44,0.015c-0.33,0.266-0.678,0.517-1.04,0.734l-1.203,0.728
c-0.759,0.092-1.417,0.281-1.453,0.291c-0.023,0.006-0.044,0.016-0.063,0.027c-0.059,0.034-0.104,0.09-0.124,0.156l-1.23,4.051
l-6.565,1.459l-2.069-1.449l-0.602-4.873c1.174-0.217,2.746-0.466,4.632-0.677c-0.202,0.24-0.399,0.494-0.584,0.762l-1.123,1.612
L13.195,21.83z M22.055,38.784c-1.083,0.072-2.183-0.055-3.26-0.35c0.09-0.018,0.155-0.028,0.235-0.037
c0.088-0.012,2.021-0.266,2.89-1.558l0.082,0.002l0.216-0.002c0.143,0,0.273-0.012,0.412-0.018c0.33-0.027,0.649-0.075,0.966-0.139
c0.034,0.033,0.066,0.066,0.101,0.102c0.653,0.647,1.464,1.018,2.355,1.083C24.553,38.476,23.142,38.712,22.055,38.784z
M22.153,36.414c0.163-0.363,0.286-0.646,0.379-0.859c0.192,0.214,0.435,0.479,0.708,0.762c-0.213,0.032-0.423,0.059-0.63,0.076
c-0.136,0.006-0.278,0.021-0.408,0.021H22.153z M18.932,28.052l0.587-0.132c0.097-0.021,0.173-0.094,0.202-0.188l1.226-4.033
c0.212-0.028,0.398-0.043,0.559-0.043c0.156,0,0.345,0.015,0.556,0.043l1.262,4.153c0.032,0.106,0.123,0.183,0.231,0.195
l0.468,0.053l0.12,0.013l8.062,0.917c0.067,0.008,0.133-0.011,0.188-0.049l0.81-0.566l0.749-0.524l0.277-0.195
c-0.045,0.193-0.095,0.385-0.147,0.574c-0.077,0.248-0.159,0.488-0.241,0.726c-0.331,0.942-0.702,1.797-1.106,2.569
c-0.11,0.007-0.229,0.012-0.354,0.012c-0.392,0-0.79-0.032-1.231-0.073c-0.766-0.071-1.979-0.21-2.361-0.253
c-0.333-0.265-1.464-1.162-2.403-1.903c-0.036-0.028-0.068-0.058-0.101-0.084c-0.165-0.14-0.353-0.298-0.734-0.298
c-0.348,0-0.854,0.126-2.077,0.495c0.637-0.476,0.642-1.089,0.642-1.089s-0.906,0.844-2.368,1.03
c-1.458,0.188-2.605-0.709-2.605-0.709c0.048,0.156,0.116,0.509,0.447,0.808c-0.389-0.045-0.809-0.077-1.25-0.077
c-0.158,0-0.32,0.004-0.475,0.012c-0.898,0.048-2.162,1.404-3.049,2.773c-0.436,0.138-1.799,0.571-3.375,1.034
c-0.931-1.288-1.562-2.595-1.919-3.436c-0.208-0.49-0.324-0.823-0.35-0.902v-0.002c-0.029-0.08-0.06-0.165-0.087-0.25l0.378,0.264
v0.002l0.935,0.656l0.312,0.217c0.047,0.033,0.104,0.05,0.158,0.05c0.02,0,0.04-0.002,0.061-0.006 M23.906,22.036
c-0.028-0.09-0.098-0.157-0.188-0.184c-0.041-0.013-0.852-0.244-1.713-0.317l0.158-0.012c0.136-0.01,2.397-0.286,5.098-1.218
c2.991,0.229,5.433,0.596,7.103,0.9l-0.591,4.146l-2.086,1.459l-6.557-0.745 M38.301,16.451c-0.073,0.534-0.315,1.574-0.315,1.574
l-0.189,0.031c-0.099-0.027-1.021-0.266-2.609-0.56c0.051-0.011,0.1-0.022,0.148-0.033c0.329-0.082,0.653-0.183,0.968-0.31
c0.156-0.067,0.312-0.138,0.459-0.222c0.146-0.085,0.289-0.179,0.401-0.306c-1.59,0.52-4.876,0.284-7.797-0.018
c-2.669-0.276-5.348-0.454-8.04-0.46c-2.691,0.006-5.367,0.185-8.039,0.46c-2.921,0.302-6.206,0.538-7.796,0.018
c0.112,0.126,0.256,0.221,0.403,0.306c0.146,0.084,0.301,0.154,0.457,0.222c0.314,0.126,0.64,0.228,0.969,0.31
c0.116,0.027,0.234,0.053,0.352,0.074c-1.449,0.275-2.288,0.493-2.382,0.519c0,0-0.334,0.054-0.407-0.202
c-0.145-0.512-0.242-0.87-0.315-1.403c-0.069-0.531-0.104-1.068-0.1-1.604c0.001-0.088-0.001-0.264-0.001-0.264
c0.005-0.18,0.013-0.36,0.03-0.54c0.01-0.133,0.499-0.559,0.919-0.801c0.454-0.264,0.931-0.502,1.417-0.723
c0.481-0.228,2.04-0.559,2.98-0.729c0.94-0.172,4.302-0.618,4.554-0.712c0.251-0.096,1.704-1.216,1.958-1.309
c-0.534,0.088-7.912,1.215-8.244,1.32c2.395-6.263,7.096-9.313,13.353-9.313c6.255,0,10.957,2.88,13.354,9.144
c-3.164-0.841-7.546-1.233-8.08-1.322c0.254,0.093,1.691,1.104,1.958,1.138c2.188,0.284,5.638,1.049,5.888,1.148
c0.496,0.201,0.993,0.408,1.475,0.635c0.487,0.221,0.963,0.459,1.417,0.723c0.42,0.243,0.908,0.668,0.92,0.801
c0.023,0.268,0.033,0.535,0.036,0.803C38.407,15.382,38.37,15.92,38.301,16.451z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,28 @@
<?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="100.266px" height="22px" viewBox="0 0 100.266 22" enable-background="new 0 0 100.266 22" xml:space="preserve">
<g>
<path fill="#A3A3A3" d="M5.759,4.603H0V1.635h15.021v2.967H9.295v16.833H5.759V4.603z"/>
<path fill="#A3A3A3" d="M14.709,6.57h2.894l0.245,2.633h0.123c1.064-1.936,2.649-2.995,4.237-2.995c0.76,0,1.247,0.09,1.705,0.301
l-0.61,3.028c-0.518-0.152-0.914-0.242-1.554-0.242c-1.188,0-2.62,0.817-3.534,3.059v9.082h-3.504V6.57H14.709z"/>
<path fill="#A3A3A3" d="M33.481,11.93c-0.032-1.574-0.702-2.907-2.713-2.907c-1.492,0-2.895,0.665-4.205,1.452l-1.281-2.331
c1.646-1.03,3.748-1.937,6.125-1.937c3.75,0,5.578,2.271,5.578,6.417v8.812H34.12l-0.272-1.634h-0.094
c-1.34,1.12-2.864,1.998-4.631,1.998c-2.622,0-4.45-1.758-4.45-4.36C24.673,14.26,27.355,12.595,33.481,11.93z M30.219,19.075
c1.22,0,2.165-0.605,3.263-1.636v-3.33c-4.056,0.516-5.396,1.574-5.396,3.059C28.085,18.499,28.97,19.075,30.219,19.075z"/>
<path fill="#A3A3A3" d="M37.988,6.57h3.566l2.376,7.721c0.396,1.453,0.854,2.967,1.249,4.48h0.123
c0.428-1.515,0.853-3.027,1.28-4.48l2.376-7.721h3.384l-5.089,14.866h-4.054L37.988,6.57z"/>
<path fill="#A3A3A3" d="M53.655,1.999C53.655,0.817,54.569,0,55.817,0c1.25,0,2.164,0.817,2.164,1.999
c0,1.15-0.914,1.968-2.164,1.968C54.569,3.966,53.655,3.148,53.655,1.999z M54.051,6.57h3.505v14.866h-3.505V6.57z"/>
<path fill="#A3A3A3" d="M61.21,17.501c1.341,1.026,2.62,1.664,4.144,1.664c1.617,0,2.377-0.757,2.377-1.785
c0-1.243-1.613-1.789-3.201-2.394c-1.979-0.728-4.202-1.848-4.202-4.327c0-2.607,2.102-4.452,5.454-4.452
c2.071,0,3.75,0.848,4.967,1.786l-1.614,2.119c-1.036-0.756-2.102-1.271-3.291-1.271c-1.495,0-2.194,0.696-2.194,1.634
c0,1.151,1.493,1.636,3.106,2.21c2.044,0.758,4.298,1.728,4.298,4.513c0,2.542-2.042,4.603-5.819,4.603
c-2.041,0-4.207-0.878-5.668-2.061L61.21,17.501z"/>
<path fill="#A3A3A3" d="M88.242,1.272c2.436,0,4.418,1.18,5.667,2.512l-1.95,2.181c-1.036-1-2.162-1.635-3.688-1.635
c-3.263,0-5.607,2.726-5.607,7.176c0,4.512,2.164,7.234,5.483,7.234c1.77,0,3.077-0.725,4.207-1.965l1.949,2.148
c-1.614,1.846-3.685,2.876-6.216,2.876c-5.06,0-9.05-3.636-9.05-10.204C79.038,5.117,83.121,1.272,88.242,1.272z"/>
<path fill="#A3A3A3" d="M96.467,1.635H100v19.801h-3.533V1.635z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -37,3 +37,40 @@ test 'ouputs info on not set properties', ->
ok component.$('.job-env').text().match(/no environment variables set/), 'a message for no env vars should be displayed'
ok component.$('.job-lang').text().match(/no language set/), 'a message about no language being set should be displayed'
test 'when env is not set, gemfile is displayed in the env section', ->
attributes = {
id: 10
state: 'passed'
number: '2'
config: {
rvm: '2.1.2'
gemfile: 'foo/Gemfile'
},
duration: 100
}
job = Ember.Object.create(attributes)
component = @subject(job: job)
@append()
equal component.$('.job-lang').text().trim(), 'Ruby: 2.1.2', 'langauges list should be displayed'
equal component.$('.job-env').text().trim(), 'Gemfile: foo/Gemfile', 'env should be displayed'
test 'when env is set, gemfile is displayed in the language section', ->
attributes = {
id: 10
state: 'passed'
number: '2'
config: {
rvm: '2.1.2'
gemfile: 'foo/Gemfile'
env: 'FOO=bar'
},
duration: 100
}
job = Ember.Object.create(attributes)
component = @subject(job: job)
@append()
equal component.$('.job-lang').text().trim(), 'Ruby: 2.1.2 Gemfile: foo/Gemfile', 'Gemfile should be displayed in languages section'
equal component.$('.job-env').text().trim(), 'FOO=bar', 'env should be displayed'