ctl_base_ui 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +32 -0
- data/app/assets/images/ctl_base_ui/ctl_labs_long_color.svg +79 -0
- data/app/assets/images/ctl_base_ui/ctl_labs_run_color.svg +47 -0
- data/app/assets/images/ctl_base_ui/ctl_logo_base.svg +48 -0
- data/app/assets/images/ctl_base_ui/icon_sprite.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_blue.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_green.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_light_blue.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_light_green.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_light_grey.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_red.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_white.svg +161 -0
- data/app/assets/javascripts/ctl_base_ui/kitchen_sink.js +2 -0
- data/app/assets/stylesheets/ctl_base_ui/_colors.scss +19 -0
- data/app/assets/stylesheets/ctl_base_ui/_mixins.scss +37 -0
- data/app/assets/stylesheets/ctl_base_ui/_variables.scss +2 -0
- data/app/assets/stylesheets/ctl_base_ui/application.css +21 -0
- data/app/assets/stylesheets/ctl_base_ui/baseline.scss +13 -0
- data/app/assets/stylesheets/ctl_base_ui/buttons.scss +81 -0
- data/app/assets/stylesheets/ctl_base_ui/forms.scss +111 -0
- data/app/assets/stylesheets/ctl_base_ui/icons.scss +131 -0
- data/app/assets/stylesheets/ctl_base_ui/modals.scss +77 -0
- data/app/assets/stylesheets/ctl_base_ui/notices.scss +41 -0
- data/app/assets/stylesheets/ctl_base_ui/reset.scss +48 -0
- data/app/assets/stylesheets/ctl_base_ui/styleguide.scss +437 -0
- data/app/assets/stylesheets/ctl_base_ui/typography.scss +92 -0
- data/app/controllers/ctl_base_ui/application_controller.rb +7 -0
- data/app/controllers/ctl_base_ui/styleguide_controller.rb +8 -0
- data/app/helpers/ctl_base_ui/application_helper.rb +12 -0
- data/app/views/ctl_base_ui/styleguide/_buttons.html.haml +10 -0
- data/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml +3 -0
- data/app/views/ctl_base_ui/styleguide/_colors.html.haml +44 -0
- data/app/views/ctl_base_ui/styleguide/_forms.html.haml +19 -0
- data/app/views/ctl_base_ui/styleguide/_icons.html.haml +11 -0
- data/app/views/ctl_base_ui/styleguide/_modals.html.haml +15 -0
- data/app/views/ctl_base_ui/styleguide/_notices.html.haml +21 -0
- data/app/views/ctl_base_ui/styleguide/_typography.html.haml +30 -0
- data/app/views/ctl_base_ui/styleguide/index.html.haml +57 -0
- data/app/views/layouts/ctl_base_ui/application.html.haml +12 -0
- data/config/routes.rb +3 -0
- data/lib/ctl_base_ui/configuration.rb +25 -0
- data/lib/ctl_base_ui/engine.rb +8 -0
- data/lib/ctl_base_ui/version.rb +3 -0
- data/lib/ctl_base_ui.rb +6 -0
- data/lib/tasks/ctl_base_ui_tasks.rake +4 -0
- data/test/ctl_base_ui_test.rb +7 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +13 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.haml +14 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +28 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +27 -0
- data/test/dummy/config/environments/production.rb +80 -0
- data/test/dummy/config/environments/test.rb +36 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/ctl_base_ui.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +12 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +9 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +3 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/log/development.log +616 -0
- data/test/dummy/public/404.html +58 -0
- data/test/dummy/public/422.html +58 -0
- data/test/dummy/public/500.html +57 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/_colors.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/_mixins.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/_variables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/baseline.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/buttons.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/forms.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/icons.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/modals.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/notices.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/reset.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/styleguide.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/typography.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0303b432eb383e61ba34ea5078f66a48 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0733a75c8a2b4eb73f605ea998af15b5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0d1b08b26685a1c2b4b97e1f671a4af3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/179b270ea6a97e5d46ff601500a6846d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/187cf46ce796ff8dcd272c736d459e99 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1e20264e24c10967027560b2869fb1d3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/270aa30dc683f1dd3c2dfaa993e1321a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2c971479f73bafa4a357b3e08e571167 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2cabf41a81ca2c912333d520cd6902bb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2deb642dada5251ae5b3fe9453bef203 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/34e5eaecd93f40aa15f62d46e38d0aec +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3864760eed16c23aabbd3714d39731ab +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/38d0b1e7a58a1fa245500f6cf244ffbe +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3b7e3122ce02b3cc004c88ebd07f159f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3d3580db821c9121cb1fb6bdca57973e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/49dbb80fd198f03d655ef7ea0d3d102a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4bb25d18d10b2678b08bfcafe0c34e26 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/58e530ef4bbbc16c59c12bbc75fdf59e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5e96a4fa7adc21893ef800cb5b4d7b1b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/60e0b9f6bc47b7dd0c638e3d9b89710c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/62b022ed57ae78bbda6088e9224e7f80 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/65d1d5c459b20f2a3e1155ffca39b322 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/68d639a7ec8b865c18b91b405f7d1e6f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6d410574ba327d6b66b019a4564d4a3a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/713251a5497bb66ab924fea15e9b0284 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7ce45cf5080d9abd1b0e837b4ae20b67 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7d16eef429258a61204ec3a6ff31527a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/810fe112337898d76dbdedeb6b1ba9b8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/864adbf04c5ab0d32fa685701ae62f38 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/89606f28c3dfd69b84b4d24946538037 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8c7ada169200de41cc4c79475e29fe0b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/918faf7a66bb2533d7e0dc594d71debb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9190a159a7c37dd97f3a472206575242 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/925baff581c9b50a6419c475485e942b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/95ea9c200445fe8fd20e0d6da242ddbd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/95fa285c1de558eb3c20f169b844f76c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/96b14e59638628abe7a2efb736c23f5e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a0a731c98e68c1444457d754e9093369 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a6bda980439e51cb092fb6d8b7920b49 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a9df84c7eebe716cac74822f5c1db1cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/adee1d66169ed6e8595218f2c42f5f59 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b3396a881ee33e938a6fdb3d9c7593b1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b3a303ba4385b3991be89acba49ca62c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b652de37608b55f2cb1258e1202297a9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b65ea5f591919e176212719cb8170eec +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b6d2153d7c97d1cf2714e14e24fa7d39 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b7114ea3513dfa680adc1909bc20c89b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bf7625999e0a55773e8afa91f8fa2619 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bfe9a98f3b82d40c3b13aed73ba185c7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c08bc7cd26f85ce11741ee6e5efebf91 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c0cbe5c4109d439bca0bdc67f0f13246 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c3a0786a7c4480e9754d0b490b216eac +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c599b6ae6831d05fb0b54aa099afa193 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c635164eabd3a3b87f718b0eb6288fa6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c6b006903d4bab49e7e017e830cbcc03 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ca2920c72c4de8e2c6ca165348f1801e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cbf1e5fb527fc7e1febc8068c0e99292 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ceaa26a5cd606fcda7ffbb9963b86c33 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cf05718545630da575a491be1620f58e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d40c55a44bd87cc334c38165c1badb69 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d5188f154ad181a5c1d97d75180144e2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d896be8cd59389c8d9aa62897e2539aa +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d931b88d566c4c1f7413fb6206bc70b9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/db8d11fa2072f99f9b09158ce432cd73 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dda0d76adf30b8d41364feb544dbc43b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/de15c0d8d02e8bf92eb8e4a476c15a13 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/df073ef92311baf471749246bc63cd9e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dfd377efa43e490bc47ea01a8bc2db63 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e236b528d40f4a291d03a2c07ea4dc45 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e71d9fdfcbb630a0c49ecd9610afe42b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e769263e01360490916801f8cd28c510 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e971944fd6d11922fbfd51283a82fa47 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f2f6c99c1fe4a5298c92950f556aeae1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f482e693e6b20f9a3d2f77ff8a130086 +0 -0
- data/test/integration/navigation_test.rb +9 -0
- data/test/test_helper.rb +15 -0
- metadata +398 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 18f9b66605cc08a665cd1654d58fa7e30628ec58
|
4
|
+
data.tar.gz: eaee8cef2259a6dedc3a8d08a83e8e924c3fbf8f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fbb1850a9d53d957b92e7b343a3b51bd573ed290e26d8383b19779fffe7b6401ce9b1eb14764f34b53b82a88e4cdf133e1d5b54730ddbf64229704bddadd684d
|
7
|
+
data.tar.gz: 874a5a46e23874a11ba5c322979a9cb644b341b2e4c461254376a873503be36549425d27c74e692dfb902ddcf570c5f2b6074edac0b61c470bb6681d62fbfef9
|
data/Rakefile
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
begin
|
2
|
+
require 'bundler/setup'
|
3
|
+
rescue LoadError
|
4
|
+
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
5
|
+
end
|
6
|
+
|
7
|
+
require 'rdoc/task'
|
8
|
+
|
9
|
+
RDoc::Task.new(:rdoc) do |rdoc|
|
10
|
+
rdoc.rdoc_dir = 'rdoc'
|
11
|
+
rdoc.title = 'CtlBaseUi'
|
12
|
+
rdoc.options << '--line-numbers'
|
13
|
+
rdoc.rdoc_files.include('README.rdoc')
|
14
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
15
|
+
end
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
Bundler::GemHelper.install_tasks
|
21
|
+
|
22
|
+
require 'rake/testtask'
|
23
|
+
|
24
|
+
Rake::TestTask.new(:test) do |t|
|
25
|
+
t.libs << 'lib'
|
26
|
+
t.libs << 'test'
|
27
|
+
t.pattern = 'test/**/*_test.rb'
|
28
|
+
t.verbose = false
|
29
|
+
end
|
30
|
+
|
31
|
+
|
32
|
+
task default: :test
|
@@ -0,0 +1,79 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<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"
|
5
|
+
viewBox="0 0 350 60" enable-background="new 0 0 350 60" xml:space="preserve">
|
6
|
+
<g>
|
7
|
+
<g id="CenturyLink_x2122_">
|
8
|
+
<g id="_x2122__1_">
|
9
|
+
<polygon fill="#090909" points="265.5,25.6 263.7,25.6 263.7,25 267.8,25 267.8,25.6 266.1,25.6 266.1,29.9 265.5,29.9 "/>
|
10
|
+
<polygon fill="#090909" points="273.1,25.4 272.9,25.4 271.3,29.9 270.7,29.9 269.2,25.4 269.2,25.4 269.2,29.9 268.4,29.9
|
11
|
+
268.4,25 269.8,25 271.1,28.9 271.1,28.9 272.5,25 273.7,25 273.7,29.9 273.1,29.9 "/>
|
12
|
+
</g>
|
13
|
+
<g id="Link">
|
14
|
+
<polygon fill="#090909" points="193.7,42.2 193.7,17.6 199,17.6 199,38.1 209.7,38.1 209.7,42.2 "/>
|
15
|
+
<path fill="#090909" d="M212.6,17.6h5.5v4.5h-5.5V17.6z M212.8,25.2h5.1v17.2h-5.1V25.2z"/>
|
16
|
+
<path fill="#090909" d="M228,27.1L228,27.1c1.2-1.4,2.7-2.5,5.3-2.5c1.8,0,5.1,1.2,5.7,3.7c0.2,1,0.4,2.1,0.4,2.7v11.1h-5.1V31.8
|
17
|
+
c0-1.8-0.6-3.9-3.1-3.9c-1.6,0-2.9,1.4-3.1,3.9v10.3H223V25h5.1V27.1"/>
|
18
|
+
<polygon fill="#090909" points="249.3,32 249.3,32 254.4,25 260,25 254.2,32.4 260.4,42.2 254.4,42.2 249.3,32.8 249.3,33
|
19
|
+
249.3,42.2 244.2,42.2 244.2,17.6 249.3,17.6 "/>
|
20
|
+
</g>
|
21
|
+
<g id="Century">
|
22
|
+
<path fill="#090909" d="M88.6,24c-0.2-2.3-2.7-3.9-5.3-3.9c-6,0-7.2,5.5-7.2,9.9c0,5.1,1.6,9.9,6.8,9.9c2.5,0,5.1-1.4,5.5-3.9
|
23
|
+
h3.5c-0.4,4.1-4.5,6.8-9.4,6.8c-7.2,0-10.1-5.9-10.1-12.9c0-6,2.7-13.1,10.9-12.9c4.7,0.2,8.2,2.5,8.6,6.8L88.6,24"/>
|
24
|
+
<path fill="#090909" d="M97.9,34.4c-0.2,2.9,1,6,4.3,6c2.5,0,3.7-1,4.1-3.5h3.5c-0.6,3.9-3.5,5.9-7.6,5.9c-5.5,0-7.6-3.9-7.6-9
|
25
|
+
s2.5-9.2,8-9.2c5.1,0.2,7.6,3.3,7.6,8v1.6H97.9 M106.7,32c0-2.9-1.2-5.1-4.3-5.1c-2.7,0-4.3,2.3-4.3,5.1H106.7z"/>
|
26
|
+
<path fill="#090909" d="M116.5,27.7L116.5,27.7c1.2-2.1,3.5-3.1,5.3-3.1c1.2,0,6.4,0.4,6.4,5.9v11.9h-3.3V31.6
|
27
|
+
c0-2.7-1.2-4.3-3.9-4.3c0,0-1.8-0.2-3.1,1.2c-0.4,0.4-1.4,1.2-1.4,4.5v9.4h-3.3V25.2h3.1v2.5"/>
|
28
|
+
<path fill="#090909" d="M133.4,25.2v-3.7l3.3-1v4.7h3.9v2.3h-3.9v10.9c0,1.2,1,1.8,2.1,1.8c0.6,0,1.2,0,1.8-0.2v2.5
|
29
|
+
c-0.8,0-1.4,0.2-2.1,0.2s-1.4,0-2.1-0.2c-0.6-0.2-1.4-0.4-2-1.2c-0.6-0.8-0.8-1-0.8-3.1V27.5h-2.9v-2.3L133.4,25.2"/>
|
30
|
+
<path fill="#090909" d="M154.7,25.2h3.3v17.2h-3.1v-2.5l0,0c-1.4,2.1-3.5,3.1-5.9,3.1c-3.5,0-5.7-2.7-5.7-6.2V25.2h3.3v10.1
|
31
|
+
c0,2.9,0.6,5.1,3.7,5.1c1.4,0,3.1-0.6,3.9-2.5c0.6-1.6,0.6-3.5,0.6-4.1v-8.6"/>
|
32
|
+
<path fill="#090909" d="M165.6,42.2h-3.3V25h3.3v3.3l0,0c0.4-2.3,2.7-3.5,5.1-3.5c0.4,0,0.8,0,1.2,0v3.1c-0.4-0.2-1-0.2-1.4-0.2
|
33
|
+
c-4.1,0.2-4.9,2.3-4.9,5.9V42.2"/>
|
34
|
+
<polygon fill="#090909" points="181.2,48.8 177.9,48.8 180.6,42.2 173.4,25.2 177.1,25.2 182.4,38.7 187.9,25.2 191.4,25.2
|
35
|
+
"/>
|
36
|
+
</g>
|
37
|
+
</g>
|
38
|
+
<g id="Pathways">
|
39
|
+
<path fill="#8FC644" d="M9.2,45.3c1.8,2.5,3.9,4.7,6.4,6.4l8.8-15.2L9.2,45.3"/>
|
40
|
+
<path fill="#8FC644" d="M15.8,8c-2.5,1.8-4.7,3.9-6.6,6.4l15.2,8.8L15.8,8"/>
|
41
|
+
<path fill="#8FC644" d="M42.4,5.7c-2.7-1.4-5.7-2.1-8.8-2.3v17.7L42.4,5.7"/>
|
42
|
+
<path fill="#8FC644" d="M19.9,54.3c2.7,1.4,5.7,2.1,8.8,2.3V38.8L19.9,54.3"/>
|
43
|
+
<path fill="#8FC644" d="M53.1,14.5c-1.8-2.5-3.9-4.7-6.4-6.4l-9,15.4L53.1,14.5"/>
|
44
|
+
<path fill="#8FC644" d="M46.7,51.9c2.5-1.8,4.7-3.9,6.4-6.4l-15.4-9L46.7,51.9"/>
|
45
|
+
<path fill="#138846" d="M57.8,27.5c-0.2-3.1-1.2-6-2.3-8.8L40,27.5H57.8"/>
|
46
|
+
<path fill="#138846" d="M4.5,32.4c0.2,3.1,1.2,6,2.3,8.8l15.4-8.8H4.5"/>
|
47
|
+
<path fill="#138846" d="M6.9,18.8c-1.2,2.7-2.1,5.7-2.3,8.8h17.7L6.9,18.8"/>
|
48
|
+
<path fill="#138846" d="M40.2,32.4l15.4,8.8c1.2-2.7,2.1-5.7,2.3-8.8H40.2"/>
|
49
|
+
<path fill="#138846" d="M28.7,3.4c-3.1,0.2-6,1.2-8.8,2.3l8.8,15.2V3.4"/>
|
50
|
+
<path fill="#138846" d="M33.6,56.6c3.1-0.2,6-1.2,8.8-2.3L33.6,39V56.6"/>
|
51
|
+
</g>
|
52
|
+
<g id="_x2122__2_">
|
53
|
+
<polygon fill="#138846" points="51.5,3.9 50,3.9 50,3.4 53.9,3.4 53.9,3.9 52.3,3.9 52.3,8.2 51.5,8.2 "/>
|
54
|
+
<polygon fill="#138846" points="59.1,3.7 59.1,3.7 57.6,8.2 56.8,8.2 55.2,3.7 55.2,3.7 55.2,8.2 54.6,8.2 54.6,3.4 55.8,3.4
|
55
|
+
57.2,7.3 57.2,7.3 58.7,3.4 59.7,3.4 59.7,8.2 59.1,8.2 "/>
|
56
|
+
</g>
|
57
|
+
<g>
|
58
|
+
<path fill="#A7A9AC" d="M284.6,42.1V25h1.6v15.7h9.2v1.4H284.6z"/>
|
59
|
+
<path fill="#A7A9AC" d="M297.4,42.1l6.7-17.1h1.8l6.5,17.1h-1.7l-2-5.4h-7.8l-2,5.4H297.4z M301.6,35.4h6.7l-3.3-9L301.6,35.4z"/>
|
60
|
+
<path fill="#A7A9AC" d="M316,42.1V25h6.2c1,0,1.9,0.1,2.6,0.3c0.7,0.2,1.3,0.5,1.7,0.9c0.5,0.4,0.8,0.8,1,1.4
|
61
|
+
c0.2,0.5,0.3,1.1,0.3,1.7c0,0.6-0.1,1.1-0.2,1.6c-0.2,0.4-0.4,0.8-0.6,1.1c-0.3,0.3-0.5,0.5-0.9,0.7c-0.3,0.2-0.7,0.3-1,0.3v0
|
62
|
+
c1.2,0.2,2.1,0.6,2.6,1.4c0.6,0.8,0.9,1.7,0.9,2.8c0,0.9-0.1,1.6-0.4,2.3c-0.3,0.6-0.7,1.1-1.2,1.5c-0.5,0.4-1.1,0.7-1.8,0.8
|
63
|
+
c-0.7,0.2-1.4,0.2-2.2,0.2H316z M317.6,32.6h4.1c0.8,0,1.5-0.1,2.1-0.2c0.6-0.1,1-0.4,1.4-0.6c0.3-0.3,0.6-0.6,0.7-1
|
64
|
+
c0.2-0.4,0.2-0.9,0.2-1.4c0-0.5-0.1-1-0.3-1.4c-0.2-0.4-0.5-0.7-0.8-0.9c-0.4-0.2-0.9-0.4-1.5-0.5c-0.6-0.1-1.4-0.2-2.2-0.2h-3.7
|
65
|
+
V32.6z M317.6,40.8h4.1c0.9,0,1.7,0,2.3-0.1s1.2-0.2,1.6-0.5c0.4-0.2,0.7-0.6,1-1c0.2-0.5,0.3-1,0.3-1.8c0-0.7-0.1-1.3-0.4-1.7
|
66
|
+
c-0.2-0.4-0.6-0.8-1-1c-0.4-0.2-1-0.4-1.6-0.5s-1.3-0.1-2.1-0.1h-4.3V40.8z"/>
|
67
|
+
<path fill="#A7A9AC" d="M333.7,37c0.1,0.8,0.2,1.4,0.5,1.9c0.3,0.5,0.6,1,1.1,1.3c0.4,0.3,0.9,0.6,1.5,0.7
|
68
|
+
c0.6,0.2,1.2,0.2,1.8,0.2c0.8,0,1.4-0.1,2-0.3c0.6-0.2,1-0.4,1.4-0.8c0.3-0.3,0.6-0.7,0.8-1.1c0.2-0.4,0.2-0.9,0.2-1.4
|
69
|
+
c0-0.7-0.2-1.2-0.4-1.6c-0.3-0.4-0.7-0.7-1.2-1c-0.5-0.3-1-0.5-1.7-0.6c-0.6-0.2-1.3-0.3-1.9-0.5c-0.7-0.1-1.3-0.3-1.9-0.5
|
70
|
+
c-0.6-0.2-1.2-0.5-1.7-0.8c-0.5-0.3-0.9-0.8-1.2-1.3c-0.3-0.5-0.5-1.2-0.5-2.1c0-0.6,0.1-1.2,0.4-1.7c0.2-0.6,0.6-1,1.1-1.5
|
71
|
+
c0.5-0.4,1.1-0.8,1.8-1c0.7-0.3,1.6-0.4,2.5-0.4c1,0,1.8,0.1,2.5,0.4c0.7,0.3,1.3,0.6,1.8,1.1c0.5,0.5,0.8,1,1.1,1.6
|
72
|
+
c0.2,0.6,0.4,1.3,0.4,2h-1.5c0-0.6-0.1-1.2-0.3-1.7c-0.2-0.5-0.5-0.9-0.9-1.2c-0.4-0.3-0.8-0.5-1.4-0.7c-0.5-0.1-1-0.2-1.6-0.2
|
73
|
+
c-0.8,0-1.5,0.1-2.1,0.3c-0.6,0.2-1,0.5-1.3,0.9c-0.3,0.4-0.6,0.8-0.7,1.2c-0.1,0.4-0.2,0.9-0.1,1.3c0.1,0.6,0.3,1,0.7,1.3
|
74
|
+
c0.3,0.3,0.8,0.6,1.3,0.8c0.5,0.2,1.1,0.4,1.7,0.5c0.6,0.1,1.2,0.3,1.9,0.4c0.6,0.2,1.2,0.3,1.8,0.5c0.6,0.2,1.1,0.5,1.6,0.8
|
75
|
+
c0.5,0.3,0.8,0.8,1.1,1.3c0.3,0.5,0.4,1.2,0.4,2.1c0,1.6-0.5,2.8-1.6,3.7c-1.1,0.9-2.6,1.3-4.6,1.3c-0.9,0-1.7-0.1-2.5-0.3
|
76
|
+
s-1.4-0.6-2-1c-0.6-0.5-1-1-1.3-1.7s-0.5-1.5-0.5-2.4H333.7z"/>
|
77
|
+
</g>
|
78
|
+
</g>
|
79
|
+
</svg>
|
@@ -0,0 +1,47 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<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"
|
5
|
+
viewBox="0 0 120 50" enable-background="new 0 0 120 50" xml:space="preserve">
|
6
|
+
<g>
|
7
|
+
<g>
|
8
|
+
<path fill="#8FC644" d="M5.3,38.9c1.6,2.3,3.6,4.3,5.9,5.9l8-13.9L5.3,38.9"/>
|
9
|
+
<path fill="#8FC644" d="M11.3,5c-2.3,1.6-4.3,3.6-6,5.9l13.9,8L11.3,5"/>
|
10
|
+
<path fill="#8FC644" d="M35.5,2.9c-2.5-1.2-5.2-2-8-2.1v16.2L35.5,2.9"/>
|
11
|
+
<path fill="#8FC644" d="M15.1,47.1c2.5,1.2,5.2,2,8,2.1V33.1L15.1,47.1"/>
|
12
|
+
<path fill="#8FC644" d="M45.3,10.9c-1.6-2.3-3.6-4.3-5.9-5.9l-8.2,14L45.3,10.9"/>
|
13
|
+
<path fill="#8FC644" d="M39.4,45c2.3-1.6,4.3-3.6,5.9-5.9l-14-8.2L39.4,45"/>
|
14
|
+
<path fill="#138846" d="M49.5,22.8c-0.2-2.8-1.1-5.5-2.1-8l-14,8H49.5"/>
|
15
|
+
<path fill="#138846" d="M1,27.2c0.2,2.8,1.1,5.5,2.1,8l14-8H1"/>
|
16
|
+
<path fill="#138846" d="M3.2,14.8c-1.1,2.5-2,5.2-2.1,8h16.2L3.2,14.8"/>
|
17
|
+
<path fill="#138846" d="M33.5,27.2l14,8c1.1-2.5,2-5.2,2.1-8H33.5"/>
|
18
|
+
<path fill="#138846" d="M23.1,0.7c-2.8,0.2-5.5,1.1-8,2.1l8,13.9V0.7"/>
|
19
|
+
<path fill="#138846" d="M27.5,49.3c2.8-0.2,5.5-1.1,8-2.1l-8-13.9V49.3"/>
|
20
|
+
</g>
|
21
|
+
<polygon fill="#138846" points="43.8,1.4 42.4,1.4 42.4,0.8 46,0.8 46,1.4 44.6,1.4 44.6,5.3 43.8,5.3 "/>
|
22
|
+
<polygon fill="#138846" points="50.8,1.2 50.8,1.2 49.4,5.3 48.6,5.3 47.2,1.2 47.2,1.2 47.2,5.3 46.7,5.3 46.7,0.8 47.8,0.8
|
23
|
+
49,4.4 49,4.4 50.4,0.8 51.3,0.8 51.3,5.3 50.8,5.3 "/>
|
24
|
+
<g>
|
25
|
+
<path fill="#A7A9AC" d="M62.4,31.9V18.1h1.3v12.8h7.4v1.1H62.4z"/>
|
26
|
+
<path fill="#A7A9AC" d="M72.8,31.9l5.5-13.9h1.5L85,31.9h-1.3l-1.6-4.4h-6.3l-1.6,4.4H72.8z M76.2,26.5h5.4l-2.7-7.3L76.2,26.5z"
|
27
|
+
/>
|
28
|
+
<path fill="#A7A9AC" d="M87.9,31.9V18.1h5c0.8,0,1.5,0.1,2.1,0.3c0.6,0.2,1.1,0.4,1.4,0.7c0.4,0.3,0.6,0.7,0.8,1.1
|
29
|
+
c0.2,0.4,0.3,0.9,0.3,1.4c0,0.5-0.1,0.9-0.2,1.3c-0.1,0.4-0.3,0.6-0.5,0.9c-0.2,0.2-0.4,0.4-0.7,0.6c-0.3,0.1-0.5,0.2-0.8,0.3v0
|
30
|
+
c1,0.1,1.7,0.5,2.1,1.1c0.5,0.6,0.7,1.4,0.7,2.3c0,0.7-0.1,1.3-0.3,1.8c-0.2,0.5-0.5,0.9-0.9,1.2c-0.4,0.3-0.9,0.5-1.4,0.7
|
31
|
+
c-0.6,0.1-1.2,0.2-1.8,0.2H87.9z M89.2,24.2h3.3c0.7,0,1.3-0.1,1.7-0.2c0.5-0.1,0.8-0.3,1.1-0.5c0.3-0.2,0.5-0.5,0.6-0.8
|
32
|
+
c0.1-0.3,0.2-0.7,0.2-1.1c0-0.4-0.1-0.8-0.2-1.1c-0.1-0.3-0.4-0.5-0.7-0.7c-0.3-0.2-0.7-0.3-1.2-0.4c-0.5-0.1-1.1-0.1-1.8-0.1h-3
|
33
|
+
V24.2z M89.2,30.8h3.3c0.7,0,1.3,0,1.9-0.1c0.5-0.1,1-0.2,1.3-0.4c0.3-0.2,0.6-0.5,0.8-0.8c0.2-0.4,0.3-0.9,0.3-1.5
|
34
|
+
c0-0.6-0.1-1-0.3-1.4c-0.2-0.4-0.5-0.6-0.8-0.8c-0.4-0.2-0.8-0.3-1.3-0.4c-0.5-0.1-1.1-0.1-1.7-0.1h-3.5V30.8z"/>
|
35
|
+
<path fill="#A7A9AC" d="M102.2,27.8c0.1,0.6,0.2,1.1,0.4,1.6c0.2,0.4,0.5,0.8,0.9,1.1c0.4,0.3,0.8,0.5,1.2,0.6
|
36
|
+
c0.5,0.1,1,0.2,1.5,0.2c0.6,0,1.2-0.1,1.6-0.2c0.4-0.2,0.8-0.4,1.1-0.6c0.3-0.3,0.5-0.6,0.6-0.9c0.1-0.3,0.2-0.7,0.2-1.1
|
37
|
+
c0-0.5-0.1-1-0.4-1.3c-0.2-0.3-0.6-0.6-1-0.8c-0.4-0.2-0.8-0.4-1.3-0.5c-0.5-0.1-1-0.3-1.6-0.4c-0.5-0.1-1.1-0.3-1.6-0.4
|
38
|
+
c-0.5-0.2-1-0.4-1.3-0.7c-0.4-0.3-0.7-0.6-1-1.1c-0.2-0.4-0.4-1-0.4-1.7c0-0.5,0.1-0.9,0.3-1.4c0.2-0.4,0.5-0.8,0.9-1.2
|
39
|
+
c0.4-0.3,0.9-0.6,1.5-0.8c0.6-0.2,1.3-0.3,2-0.3c0.8,0,1.5,0.1,2.1,0.3c0.6,0.2,1.1,0.5,1.5,0.9c0.4,0.4,0.7,0.8,0.9,1.3
|
40
|
+
c0.2,0.5,0.3,1,0.3,1.6h-1.3c0-0.5-0.1-1-0.3-1.4s-0.4-0.7-0.8-0.9c-0.3-0.2-0.7-0.4-1.1-0.5c-0.4-0.1-0.8-0.2-1.3-0.2
|
41
|
+
c-0.7,0-1.2,0.1-1.7,0.3c-0.5,0.2-0.8,0.4-1.1,0.7c-0.3,0.3-0.5,0.6-0.6,1c-0.1,0.4-0.1,0.7-0.1,1.1c0.1,0.4,0.3,0.8,0.5,1.1
|
42
|
+
c0.3,0.3,0.6,0.5,1,0.7c0.4,0.2,0.9,0.3,1.4,0.4c0.5,0.1,1,0.2,1.5,0.3c0.5,0.1,1,0.3,1.5,0.4c0.5,0.2,0.9,0.4,1.3,0.7
|
43
|
+
c0.4,0.3,0.7,0.6,0.9,1.1c0.2,0.4,0.3,1,0.3,1.7c0,1.3-0.4,2.3-1.3,3c-0.9,0.7-2.1,1.1-3.7,1.1c-0.7,0-1.4-0.1-2-0.3
|
44
|
+
c-0.6-0.2-1.2-0.5-1.6-0.8c-0.4-0.4-0.8-0.8-1.1-1.4c-0.3-0.6-0.4-1.2-0.4-2H102.2z"/>
|
45
|
+
</g>
|
46
|
+
</g>
|
47
|
+
</svg>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<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"
|
5
|
+
viewBox="0 0 140 30" enable-background="new 0 0 140 30" xml:space="preserve">
|
6
|
+
<g>
|
7
|
+
<path fill="#8EC641" d="M2.5,23c0.9,1.3,2.1,2.5,3.4,3.4l4.7-8.1L2.5,23"/>
|
8
|
+
<path fill="#8EC641" d="M6,3.2C4.6,4.2,3.5,5.3,2.5,6.7l8.1,4.7L6,3.2"/>
|
9
|
+
<path fill="#8EC641" d="M20.1,2c-1.4-0.7-3-1.1-4.7-1.3v9.4L20.1,2"/>
|
10
|
+
<path fill="#8EC641" d="M8.2,27.7c1.4,0.7,3,1.1,4.7,1.3v-9.4L8.2,27.7"/>
|
11
|
+
<path fill="#8EC641" d="M25.7,6.7c-0.9-1.3-2.1-2.5-3.4-3.4l-4.7,8.1L25.7,6.7"/>
|
12
|
+
<path fill="#8EC641" d="M22.3,26.4c1.3-0.9,2.5-2.1,3.4-3.4l-8.1-4.7L22.3,26.4"/>
|
13
|
+
<path fill="#048040" d="M28.2,13.6c-0.2-1.7-0.6-3.2-1.3-4.7l-8.1,4.7H28.2"/>
|
14
|
+
<path fill="#048040" d="M0,16.1c0.2,1.7,0.6,3.2,1.3,4.7l8.1-4.7H0"/>
|
15
|
+
<path fill="#048040" d="M1.3,8.9c-0.7,1.4-1.1,3-1.3,4.7h9.4L1.3,8.9"/>
|
16
|
+
<path fill="#048040" d="M18.9,16.1l8.1,4.7c0.7-1.4,1.1-3,1.3-4.7H18.9"/>
|
17
|
+
<path fill="#048040" d="M12.8,0.7C11.2,0.9,9.6,1.3,8.2,2l4.7,8.1V0.7"/>
|
18
|
+
<path fill="#048040" d="M15.4,29c1.7-0.1,3.2-0.6,4.7-1.3l-4.7-8.1V29"/>
|
19
|
+
<path fill="#048040" d="M24.8,2.4c0-0.9,0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7c0,0.9-0.8,1.7-1.7,1.7C25.6,4.1,24.8,3.4,24.8,2.4
|
20
|
+
M28,2.4C28,1.6,27.4,1,26.5,1c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4C27.4,3.9,28,3.3,28,2.4 M26.2,3.4h-0.3v-2h0.8
|
21
|
+
c0.5,0,0.7,0.2,0.7,0.5c0,0.4-0.3,0.5-0.6,0.5l0.6,0.9h-0.3l-0.5-0.9h-0.4V3.4z M26.5,2.3c0.3,0,0.7,0,0.7-0.3
|
22
|
+
c0-0.3-0.2-0.3-0.5-0.3h-0.5v0.6H26.5z"/>
|
23
|
+
<path fill="#010101" d="M44.5,11.7c-0.1-1.2-1.4-2.1-2.8-2.1c-3.2,0-3.8,2.9-3.8,5.2c0,2.7,0.8,5.2,3.6,5.2c1.4,0,2.6-0.7,2.9-2.1
|
24
|
+
h1.9c-0.2,2.2-2.4,3.6-4.9,3.6c-3.8,0-5.4-3.1-5.4-6.8c0-3.2,1.4-6.9,5.8-6.8c2.5,0.1,4.4,1.3,4.6,3.6H44.5"/>
|
25
|
+
<path fill="#010101" d="M49.5,17.1c-0.1,1.6,0.5,3.2,2.3,3.2c1.3,0,2-0.5,2.2-1.8h1.8c-0.3,2.1-1.9,3.1-4,3.1
|
26
|
+
c-2.9,0-4.1-2.1-4.1-4.7c0-2.6,1.3-4.9,4.2-4.9c2.7,0.1,4,1.8,4,4.3v0.8H49.5 M54.1,16c0-1.5-0.7-2.7-2.3-2.7
|
27
|
+
c-1.4,0-2.3,1.2-2.3,2.7H54.1z"/>
|
28
|
+
<path fill="#010101" d="M59.3,13.6L59.3,13.6c0.6-1.1,1.9-1.6,2.8-1.6c0.6,0,3.4,0.2,3.4,3.1v6.2h-1.7v-5.7c0-1.5-0.6-2.3-2.1-2.3
|
29
|
+
c0,0-0.9-0.1-1.7,0.7c-0.3,0.3-0.7,0.6-0.7,2.4v4.9h-1.7v-9h1.7V13.6"/>
|
30
|
+
<path fill="#010101" d="M68.2,12.3v-1.9l1.7-0.5v2.5H72v1.2h-2.1v5.8c0,0.6,0.5,1,1.1,1c0.3,0,0.6,0,0.9-0.1v1.3
|
31
|
+
c-0.4,0-0.8,0.1-1.2,0.1c-0.4,0-0.7,0-1.2-0.1c-0.3-0.1-0.7-0.2-1-0.6c-0.3-0.4-0.4-0.5-0.4-1.7v-5.7h-1.5v-1.2H68.2"/>
|
32
|
+
<path fill="#010101" d="M79.6,12.3h1.7v9h-1.7V20h0c-0.7,1.1-1.8,1.6-3.1,1.6c-1.9,0-3-1.4-3-3.3v-6.1h1.7v5.4c0,1.6,0.4,2.7,2,2.7
|
33
|
+
c0.7,0,1.7-0.4,2-1.3c0.3-0.8,0.3-1.9,0.3-2.1V12.3"/>
|
34
|
+
<path fill="#010101" d="M85.3,21.3h-1.7v-9h1.7V14h0c0.3-1.2,1.4-1.9,2.6-1.9c0.2,0,0.4,0,0.6,0v1.6c-0.2-0.1-0.5-0.1-0.7-0.1
|
35
|
+
c-2.2,0.1-2.5,1.2-2.5,3.1V21.3"/>
|
36
|
+
<polygon fill="#010101" points="93.6,24.8 91.9,24.8 93.2,21.3 89.5,12.3 91.4,12.3 94.2,19.4 97.1,12.3 98.9,12.3 "/>
|
37
|
+
<polygon fill="#010101" points="100.2,21.3 100.2,8.3 103,8.3 103,19.2 108.7,19.2 108.7,21.3 "/>
|
38
|
+
<path fill="#010101" d="M110.3,8.3h2.9v2.3h-2.9V8.3z M110.3,12.3h2.7v9h-2.7V12.3z"/>
|
39
|
+
<path fill="#010101" d="M118.3,13.3L118.3,13.3c0.6-0.8,1.4-1.3,2.8-1.3c0.9,0,2.6,0.7,3,2c0.1,0.6,0.2,1.1,0.2,1.4v5.9h-2.7v-5.4
|
40
|
+
c0-1-0.3-2.1-1.6-2.1c-0.8,0-1.6,0.8-1.6,2.1v5.4h-2.7v-9h2.7V13.3"/>
|
41
|
+
<polygon fill="#010101" points="129.6,16 129.7,16 132.3,12.2 135.3,12.2 132.2,16.2 135.5,21.3 132.4,21.3 129.7,16.4 129.6,16.4
|
42
|
+
129.6,21.3 126.9,21.3 126.9,8.3 129.6,8.3 "/>
|
43
|
+
<path fill="#010101" d="M136.6,13.9c0-0.9,0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7c0,0.9-0.8,1.7-1.7,1.7
|
44
|
+
C137.4,15.6,136.6,14.8,136.6,13.9 M139.7,13.9c0-0.8-0.6-1.4-1.4-1.4c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4
|
45
|
+
C139.1,15.3,139.7,14.7,139.7,13.9 M137.9,14.9h-0.3v-2h0.8c0.5,0,0.7,0.2,0.7,0.5c0,0.4-0.3,0.5-0.6,0.5l0.6,0.9h-0.3l-0.5-0.9
|
46
|
+
h-0.4V14.9z M138.3,13.8c0.3,0,0.7,0,0.7-0.3c0-0.3-0.2-0.3-0.5-0.3h-0.5v0.6H138.3z"/>
|
47
|
+
</g>
|
48
|
+
</svg>
|
@@ -0,0 +1,161 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<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"
|
5
|
+
viewBox="-10 -208 20 2000" enable-background="new -10 -208 20 2000" xml:space="preserve">
|
6
|
+
<path fill="#777777" d="M-2-88.3v2.8c-0.6,0.2-1.2,0.4-1.7,0.7l-1.9-1.9l-2.8,2.8l1.9,1.9c-0.3,0.5-0.5,1.1-0.7,1.7H-10v4h2.8
|
7
|
+
c0.2,0.6,0.4,1.2,0.7,1.7l-1.9,1.9l2.8,2.8l1.9-1.9c0.5,0.3,1.1,0.5,1.7,0.7v2.8h4v-2.8c0.6-0.2,1.2-0.4,1.7-0.7l1.9,1.9l2.8-2.8
|
8
|
+
l-1.9-1.9c0.3-0.5,0.5-1.1,0.7-1.7H10v-4H7.2C7-80.9,6.8-81.5,6.5-82l1.9-1.9l-2.8-2.8l-1.9,1.9c-0.5-0.3-1.1-0.5-1.7-0.7v-2.8H-2z
|
9
|
+
M-4.5-78.3c0-2.5,2-4.5,4.5-4.5s4.5,2,4.5,4.5s-2,4.5-4.5,4.5S-4.5-75.8-4.5-78.3z"/>
|
10
|
+
<path fill="#777777" d="M1.5-48c-4.5,0-8.2,4-8.2,9H-10l4.9,7.2l4.9-7.2h-3.3c0-3,2.2-5.4,4.9-5.4S6.7-42,6.7-39s-2.2,5.4-4.9,5.4
|
11
|
+
v3.6c4.5,0,8.2-4,8.2-9S6.1-48,1.5-48z"/>
|
12
|
+
<path fill="#777777" d="M7.4,118.8L10,116l-4-4l-2.8,2.6L7.4,118.8z M-10,127.7v4.3h4.1l12.1-11.9l-4.3-4.3L-10,127.7z M-6,130.7
|
13
|
+
h-2.7V128L-6,130.7z"/>
|
14
|
+
<polygon fill="#777777" points="5,445.1 6.1,451.9 0,448.3 -6.1,451.9 -5.1,445.1 -10,439.8 -3.2,439.5 0,432 3.2,439.5 10,439.8
|
15
|
+
"/>
|
16
|
+
<polygon fill="#777777" points="6,482 -4.4,472 -7,474.5 0.8,482 -7,489.5 -4.4,492 "/>
|
17
|
+
<polygon fill="#777777" points="-2.6,10 10,-2.8 6.8,-6 -2.6,3.6 -6.8,-0.7 -10,2.5 "/>
|
18
|
+
<path fill="#777777" d="M-7.9,172h3.1h9.2h3.1v-3.1v-4.6H4.4v4.6h-9.2v-4.6h-3.1v4.6L-7.9,172z M-1.8,166.6h3.1v-9l4.2,4.4l1.9-2
|
19
|
+
l-7.7-8l-7.7,8l1.9,2l4.2-4.4v9H-1.8z"/>
|
20
|
+
<g>
|
21
|
+
<rect x="-10" y="353" fill="#777777" width="20" height="4"/>
|
22
|
+
<rect x="-10" y="360" fill="#777777" width="20" height="4"/>
|
23
|
+
<rect x="-10" y="367" fill="#777777" width="20" height="4"/>
|
24
|
+
</g>
|
25
|
+
<polygon fill="#777777" points="10,-200.7 2.7,-200.7 2.7,-208 -2.7,-208 -2.7,-200.7 -10,-200.7 -10,-195.3 -2.7,-195.3 -2.7,-188
|
26
|
+
2.7,-188 2.7,-195.3 10,-195.3 "/>
|
27
|
+
<path fill="#777777" d="M10,89l-4.5-4.5c1.7-3.1,1.2-7.2-1.5-9.9c-3.3-3.3-8.5-3.3-11.7-0.2s-3.1,8.4,0.2,11.7
|
28
|
+
c2.7,2.7,6.7,3.2,9.9,1.5L7,92L10,89z M-5,83.5c-1.8-1.8-1.8-4.6-0.1-6.4s4.6-1.7,6.4,0.1c1.8,1.8,1.8,4.6,0.1,6.4S-3.2,85.2-5,83.5
|
29
|
+
z"/>
|
30
|
+
<g>
|
31
|
+
<polygon fill="#777777" points="-0.8,556.3 -3,556.3 -3,559.3 -5.9,559.3 -5.9,561.4 -3,561.4 -3,564.3 -0.8,564.3 -0.8,561.4
|
32
|
+
2.1,561.4 2.1,559.3 -0.8,559.3 "/>
|
33
|
+
<path fill="#777777" d="M5.5,564.5c1.7-3.1,1.2-7.2-1.5-9.9c-3.3-3.3-8.5-3.3-11.6-0.2c-3.2,3.2-3.1,8.4,0.2,11.6
|
34
|
+
c2.7,2.7,6.7,3.2,9.9,1.5L7,572l3-3L5.5,564.5z M2.5,564.6c-2.3,2.3-6.1,2.3-8.5-0.1c-2.4-2.4-2.4-6.2-0.1-8.5
|
35
|
+
c2.3-2.3,6.1-2.3,8.5,0.1C4.8,558.5,4.8,562.3,2.5,564.6z"/>
|
36
|
+
</g>
|
37
|
+
<g>
|
38
|
+
<rect x="-5.9" y="599.3" fill="#777777" width="8" height="2.2"/>
|
39
|
+
<path fill="#777777" d="M5.5,604.5c1.7-3.1,1.2-7.2-1.5-9.9c-3.3-3.3-8.5-3.3-11.6-0.2c-3.2,3.2-3.1,8.4,0.2,11.6
|
40
|
+
c2.7,2.7,6.7,3.2,9.9,1.5L7,612l3-3L5.5,604.5z M2.5,604.6c-2.3,2.3-6.1,2.3-8.5-0.1c-2.4-2.4-2.4-6.2-0.1-8.5
|
41
|
+
c2.3-2.3,6.1-2.3,8.5,0.1C4.8,598.5,4.8,602.3,2.5,604.6z"/>
|
42
|
+
</g>
|
43
|
+
<polygon fill="#777777" points="-7,512 7,522 -7,532 "/>
|
44
|
+
<path fill="#777777" d="M-10,235v14h20v-14H-10z M8,245.6l-4.1-4.1l4.1-4.1V245.6z M0,245.4l2.5-2.5l4.1,4.1H-6.6l4.1-4.1L0,245.4z
|
45
|
+
M5.6,237L0,242.6l-5.6-5.6H5.6z M-3.9,241.5l-4.1,4.1v-8.2L-3.9,241.5z"/>
|
46
|
+
<polygon fill="#777777" points="-10,403 -7,403 -7,411 -2,411 -2,405 2,405 2,411 7,411 7,403 10,403 0,392 "/>
|
47
|
+
<g>
|
48
|
+
<rect x="-10" y="192" fill="#777777" width="5" height="5"/>
|
49
|
+
<rect x="-10" y="199.5" fill="#777777" width="5" height="5"/>
|
50
|
+
<rect x="-10" y="207" fill="#777777" width="5" height="5"/>
|
51
|
+
<rect x="-2.5" y="192" fill="#777777" width="5" height="5"/>
|
52
|
+
<rect x="-2.5" y="199.5" fill="#777777" width="5" height="5"/>
|
53
|
+
<rect x="-2.5" y="207" fill="#777777" width="5" height="5"/>
|
54
|
+
<rect x="5" y="192" fill="#777777" width="5" height="5"/>
|
55
|
+
<rect x="5" y="199.5" fill="#777777" width="5" height="5"/>
|
56
|
+
<rect x="5" y="207" fill="#777777" width="5" height="5"/>
|
57
|
+
</g>
|
58
|
+
<g>
|
59
|
+
<rect x="-10" y="273" fill="#777777" width="5" height="4"/>
|
60
|
+
<rect x="-10" y="280" fill="#777777" width="5" height="4"/>
|
61
|
+
<rect x="-10" y="287" fill="#777777" width="5" height="4"/>
|
62
|
+
<rect x="-2.5" y="273" fill="#777777" width="12.5" height="4"/>
|
63
|
+
<rect x="-2.5" y="280" fill="#777777" width="12.5" height="4"/>
|
64
|
+
<rect x="-2.5" y="287" fill="#777777" width="12.5" height="4"/>
|
65
|
+
</g>
|
66
|
+
<g>
|
67
|
+
<path fill="#777777" d="M-9,32.2v20H9v-20H-9z M6,49.2H-6v-14H6V49.2z"/>
|
68
|
+
<rect x="-4" y="37.2" fill="#777777" width="8" height="2"/>
|
69
|
+
<rect x="-4" y="41.2" fill="#777777" width="8" height="2"/>
|
70
|
+
<rect x="-4" y="45.2" fill="#777777" width="8" height="2"/>
|
71
|
+
</g>
|
72
|
+
<rect x="-10" y="-160.5" fill="#777777" width="20" height="5.5"/>
|
73
|
+
<polygon fill="#777777" points="10,-124.7 6.6,-128 0,-121.3 -6.7,-128 -10,-124.7 -3.4,-118 -10,-111.3 -6.7,-108 0,-114.7
|
74
|
+
6.6,-108 10,-111.3 3.3,-118 "/>
|
75
|
+
<polygon fill="#777777" points="-2,314 -10,314 -10,330 10,330 10,316 -1,316 "/>
|
76
|
+
<path fill="#777777" d="M7.5,634.7v10H2H1.2l-0.9,0.5l-2.8,1.9v-2.4h-2h-3v-10H7.5 M10,632.2h-20v15h5v4.8l7-4.8h8V632.2L10,632.2z"
|
77
|
+
/>
|
78
|
+
<path fill="#777777" d="M0,672c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10C10,676.5,5.5,672,0,672z M3,677.1
|
79
|
+
c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2C1,678,1.9,677.1,3,677.1z M-3,677.1c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2
|
80
|
+
C-5,678-4.1,677.1-3,677.1z M0,689.1c-3.2,0-6-2.2-6.8-5.2h2.1c0.7,1.9,2.5,3.2,4.7,3.2s3.9-1.3,4.7-3.2h2.1
|
81
|
+
C6,686.9,3.2,689.1,0,689.1z"/>
|
82
|
+
<path fill="#777777" d="M0,712c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10C10,716.5,5.5,712,0,712z M3,716.1
|
83
|
+
c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2C1,717,1.9,716.1,3,716.1z M-3,716.1c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2
|
84
|
+
C-5,717-4.1,716.1-3,716.1z M4.5,727.7c-0.8-1.7-2.5-2.9-4.5-2.9s-3.7,1.2-4.5,2.9c-0.6-0.4-1-0.9-1.5-1.5c1.2-2,3.4-3.3,5.9-3.3
|
85
|
+
s4.7,1.3,5.9,3.3C5.5,726.8,5,727.3,4.5,727.7z"/>
|
86
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#777777" d="M10,752H-5v5h-5v15H5v-5h5V752z M2,769h-9v-9h9V769z M7,764H5v-7
|
87
|
+
h-7v-2h9V764z"/>
|
88
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#777777" d="M5,800c0,0.1,0,0.2,0,0.3c0,3.3-2.5,7.2-7.2,7.2
|
89
|
+
c-1.4,0-2.8-0.4-3.9-1.1c0.2,0,0.4,0,0.6,0c1.2,0,2.3-0.4,3.1-1.1c-1.1,0-2-0.8-2.4-1.8c0.2,0,0.3,0,0.5,0c0.2,0,0.5,0,0.7-0.1
|
90
|
+
c-1.2-0.2-2-1.2-2-2.5v0c0.3,0.2,0.7,0.3,1.1,0.3c-0.7-0.5-1.1-1.2-1.1-2.1c0-0.5,0.1-0.9,0.3-1.3c1.2,1.5,3.1,2.5,5.2,2.6
|
91
|
+
c0-0.2-0.1-0.4-0.1-0.6c0-1.4,1.1-2.5,2.5-2.5c0.7,0,1.4,0.3,1.8,0.8c0.6-0.1,1.1-0.3,1.6-0.6c-0.2,0.6-0.6,1.1-1.1,1.4
|
92
|
+
c0.5-0.1,1-0.2,1.4-0.4C6,799.2,5.5,799.6,5,800z M0,792c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10
|
93
|
+
C10,796.5,5.5,792,0,792z"/>
|
94
|
+
<g>
|
95
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#777777" d="M5.6,846.9c0,0.4-0.4,0.8-0.8,0.8h-9.5c-0.5,0-0.8-0.4-0.8-0.8
|
96
|
+
v-9.6c0-0.4,0.4-0.8,0.8-0.8h9.5c0.5,0,0.8,0.4,0.8,0.8V846.9z M0,832c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10
|
97
|
+
S5.5,832,0,832z"/>
|
98
|
+
<path fill="#777777" d="M1.9,840.6c-0.9,0-1.3,0.5-1.5,0.8v0h0l0,0v-0.7h-1.7c0,0.5,0,5.1,0,5.1h1.7V843c0-0.2,0-0.3,0.1-0.4
|
99
|
+
c0.1-0.3,0.4-0.6,0.9-0.6c0.6,0,0.9,0.5,0.9,1.1v2.7h1.7v-2.9C3.9,841.4,3,840.6,1.9,840.6z"/>
|
100
|
+
<path fill="#777777" d="M-3,838.3c-0.6,0-1,0.4-1,0.9c0,0.5,0.4,0.9,0.9,0.9h0c0.6,0,1-0.4,1-0.9C-2.1,838.7-2.5,838.3-3,838.3z"/>
|
101
|
+
<rect x="-3.9" y="840.8" fill="#777777" width="1.7" height="5.1"/>
|
102
|
+
</g>
|
103
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#777777" d="M2.6,882H0.9v6.2h-2.6V882h-1.2v-2.2h1.2v-1.4c0-1,0.5-2.6,2.6-2.6
|
104
|
+
l1.9,0v2.1H1.5c-0.2,0-0.5,0.1-0.5,0.6v1.3h2L2.6,882z M0,872c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10
|
105
|
+
C10,876.5,5.5,872,0,872z"/>
|
106
|
+
<g>
|
107
|
+
<path fill="#777777" d="M0,919.5L0,919.5L0,919.5C0,919.5,0,919.5,0,919.5z"/>
|
108
|
+
<path fill="#777777" d="M5.9,917H3.3c0,0,1.4,0.9,1.6,2.5h0.9h0c0.9,0,1.6,0.7,1.6,1.6v1.7c0,0.9-0.7,1.7-1.6,1.7H0
|
109
|
+
c-0.9,0-1.7-0.8-1.7-1.7v-1.6h-2.5v1.6c0,0.6,0.1,1.2,0.4,1.7C-3.2,926-1.7,927,0,927h5.8c2.3,0,4.1-1.9,4.1-4.2v-1.7
|
110
|
+
C10,918.8,8.2,917,5.9,917z"/>
|
111
|
+
<path fill="#777777" d="M3.8,919.5C3.2,918,1.7,917,0,917h-5.8c-2.3,0-4.2,1.8-4.2,4.1v1.7c0,2.3,1.9,4.2,4.2,4.2h2.5
|
112
|
+
c0,0-1.3-0.9-1.7-2.5h-0.8c-0.9,0-1.7-0.8-1.7-1.7v-1.7c0-0.9,0.8-1.6,1.7-1.6H0h0c0.9,0,1.6,0.7,1.6,1.6v1.7c0,0,0,0,0,0h2.5
|
113
|
+
c0,0,0,0,0,0v-1.7C4.2,920.6,4,920,3.8,919.5z"/>
|
114
|
+
</g>
|
115
|
+
<g>
|
116
|
+
<rect x="-9.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
117
|
+
<rect x="-5.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
118
|
+
<rect x="-1.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
119
|
+
<rect x="2.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
120
|
+
<rect x="-5.5" y="960.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
121
|
+
<rect x="-1.5" y="960.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
122
|
+
<rect x="2.5" y="960.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
123
|
+
<rect x="2.5" y="956.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
124
|
+
<rect x="6.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#777777" width="3" height="3"/>
|
125
|
+
</g>
|
126
|
+
<g>
|
127
|
+
<g>
|
128
|
+
<ellipse fill="#777777" cx="-0.2" cy="994.5" rx="8.8" ry="2.5"/>
|
129
|
+
</g>
|
130
|
+
<path fill="#777777" d="M-0.2,998.2c-0.8,0-6.3-0.1-8.8-1.7v3c0,1.4,3.9,2.5,8.8,2.5s8.8-1.1,8.8-2.5v-3
|
131
|
+
C6,998.2,0.5,998.2-0.2,998.2z"/>
|
132
|
+
<path fill="#777777" d="M-0.2,1003.2c-0.8,0-6.3-0.1-8.8-1.7v3c0,1.4,3.9,2.5,8.8,2.5s8.8-1.1,8.8-2.5v-3
|
133
|
+
C6,1003.2,0.5,1003.2-0.2,1003.2z"/>
|
134
|
+
<path fill="#777777" d="M-0.2,1008.2c-0.8,0-6.3-0.1-8.8-1.7v3c0,1.4,3.9,2.5,8.8,2.5s8.8-1.1,8.8-2.5v-3
|
135
|
+
C6,1008.2,0.5,1008.2-0.2,1008.2z"/>
|
136
|
+
</g>
|
137
|
+
<path fill="#777777" d="M0,1033.8c-5.5,0-10,4.5-10,10v5h20v-5C10,1038.2,5.5,1033.8,0,1033.8z M-0.1,1036.2c0.7,0,1.2,0.6,1.2,1.2
|
138
|
+
c0,0.3-0.1,0.6-0.3,0.9c-0.2,0.2-0.6,0.4-0.9,0.4h0c-0.7,0-1.2-0.5-1.2-1.2C-1.3,1036.8-0.8,1036.2-0.1,1036.2z M-7.4,1045.4
|
139
|
+
L-7.4,1045.4c-0.5,0-0.8-0.2-1-0.5c-0.2-0.3-0.3-0.6-0.3-0.9c0.1-0.6,0.6-1.1,1.2-1.1l0.1,0c0.3,0,0.6,0.2,0.8,0.5
|
140
|
+
c0.2,0.3,0.3,0.6,0.3,0.9C-6.3,1044.9-6.8,1045.4-7.4,1045.4z M-5.2,1041.5c-0.3,0.4-0.6,0.6-1,0.6c-0.3,0-0.5-0.1-0.7-0.2
|
141
|
+
c-0.2-0.2-0.4-0.4-0.5-0.8c-0.1-0.3,0-0.7,0.2-0.9c0.4-0.6,1.2-0.7,1.7-0.3C-4.9,1040.2-4.8,1040.9-5.2,1041.5z M-3,1039.5
|
142
|
+
c-0.2,0.1-0.4,0.2-0.6,0.2c-0.5,0-0.9-0.3-1.1-0.6c-0.3-0.6-0.1-1.4,0.5-1.7c0.6-0.3,1.4-0.1,1.7,0.5
|
143
|
+
C-2.1,1038.4-2.3,1039.2-3,1039.5z M0,1048.1c-1,0-1.9-0.8-1.9-1.9c0-1,0.8-1.9,1.9-1.9s1.9,0.8,1.9,1.9
|
144
|
+
C1.9,1047.3,1,1048.1,0,1048.1z M3.8,1038.7l-1.9,5.9c-0.5-0.5-1.1-0.9-1.9-0.9c-0.1,0-0.2,0-0.3,0l3-5.5c0.3-0.6,0.8-1,1.1-0.9
|
145
|
+
C4,1037.5,4,1038.1,3.8,1038.7z M5.1,1041.4c-0.2-0.3-0.3-0.6-0.2-0.9c0.1-0.3,0.2-0.6,0.5-0.8c0.6-0.4,1.4-0.2,1.7,0.3
|
146
|
+
c0.2,0.3,0.3,0.6,0.2,0.9c-0.1,0.3-0.2,0.6-0.5,0.8c-0.2,0.2-0.5,0.2-0.7,0.2C5.7,1041.9,5.3,1041.7,5.1,1041.4z M8.1,1045.4
|
147
|
+
c-0.2,0.2-0.5,0.2-0.7,0.2c-0.4,0-0.8-0.2-1-0.5c-0.2-0.3-0.3-0.6-0.2-0.9c0.1-0.3,0.2-0.6,0.5-0.8c0.6-0.4,1.4-0.2,1.7,0.3
|
148
|
+
c0.2,0.3,0.3,0.6,0.2,0.9C8.6,1044.9,8.4,1045.2,8.1,1045.4z"/>
|
149
|
+
<polygon fill="#777777" points="0,1088.5 10,1078.1 7.5,1075.5 0,1083.3 -7.5,1075.5 -10,1078.1 "/>
|
150
|
+
<polygon fill="#777777" points="10,1115 0,1129 -10,1115 "/>
|
151
|
+
<polygon fill="#777777" points="0,1235.5 10,1245.9 7.5,1248.5 0,1240.7 -7.5,1248.5 -10,1245.9 "/>
|
152
|
+
<polygon fill="#777777" points="10,1289 0,1275 -10,1289 "/>
|
153
|
+
<polygon fill="#777777" points="-7.5,1162 2.9,1172 5.5,1169.5 -2.3,1162 5.5,1154.5 2.9,1152 "/>
|
154
|
+
<polygon fill="#777777" points="6,1212 -8,1202 6,1192 "/>
|
155
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#777777" d="M0,1312.2c-5.5,0-10,4.5-10,10c0,4.4,2.9,8.2,6.8,9.5
|
156
|
+
c0.5,0.1,0.7-0.2,0.7-0.5c0-0.2,0-0.9,0-1.7c-2.8,0.6-3.4-1.3-3.4-1.3c-0.5-1.2-1.1-1.5-1.1-1.5c-0.9-0.6,0.1-0.6,0.1-0.6
|
157
|
+
c1,0.1,1.5,1,1.5,1c0.9,1.5,2.3,1.1,2.9,0.8c0.1-0.6,0.3-1.1,0.6-1.3c-2.2-0.3-4.6-1.1-4.6-4.9c0-1.1,0.4-2,1-2.7
|
158
|
+
c-0.1-0.3-0.4-1.3,0.1-2.6c0,0,0.8-0.3,2.7,1c0.8-0.2,1.7-0.3,2.5-0.3c0.8,0,1.7,0.1,2.5,0.3c1.9-1.3,2.7-1,2.7-1
|
159
|
+
c0.5,1.4,0.2,2.4,0.1,2.6c0.6,0.7,1,1.6,1,2.7c0,3.8-2.3,4.7-4.6,4.9c0.4,0.3,0.7,0.9,0.7,1.9c0,1.3,0,2.4,0,2.7
|
160
|
+
c0,0.3,0.2,0.6,0.7,0.5c4-1.3,6.8-5.1,6.8-9.5C10,1316.7,5.5,1312.2,0,1312.2z"/>
|
161
|
+
</svg>
|
@@ -0,0 +1,161 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<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"
|
5
|
+
viewBox="-10 -208 20 2000" enable-background="new -10 -208 20 2000" xml:space="preserve">
|
6
|
+
<path fill="#1C6D95" d="M-2-88.3v2.8c-0.6,0.2-1.2,0.4-1.7,0.7l-1.9-1.9l-2.8,2.8l1.9,1.9c-0.3,0.5-0.5,1.1-0.7,1.7H-10v4h2.8
|
7
|
+
c0.2,0.6,0.4,1.2,0.7,1.7l-1.9,1.9l2.8,2.8l1.9-1.9c0.5,0.3,1.1,0.5,1.7,0.7v2.8h4v-2.8c0.6-0.2,1.2-0.4,1.7-0.7l1.9,1.9l2.8-2.8
|
8
|
+
l-1.9-1.9c0.3-0.5,0.5-1.1,0.7-1.7H10v-4H7.2C7-80.9,6.8-81.5,6.5-82l1.9-1.9l-2.8-2.8l-1.9,1.9c-0.5-0.3-1.1-0.5-1.7-0.7v-2.8H-2z
|
9
|
+
M-4.5-78.3c0-2.5,2-4.5,4.5-4.5s4.5,2,4.5,4.5s-2,4.5-4.5,4.5S-4.5-75.8-4.5-78.3z"/>
|
10
|
+
<path fill="#1C6D95" d="M1.5-48c-4.5,0-8.2,4-8.2,9H-10l4.9,7.2l4.9-7.2h-3.3c0-3,2.2-5.4,4.9-5.4S6.7-42,6.7-39s-2.2,5.4-4.9,5.4
|
11
|
+
v3.6c4.5,0,8.2-4,8.2-9S6.1-48,1.5-48z"/>
|
12
|
+
<path fill="#1C6D95" d="M7.4,118.8L10,116l-4-4l-2.8,2.6L7.4,118.8z M-10,127.7v4.3h4.1l12.1-11.9l-4.3-4.3L-10,127.7z M-6,130.7
|
13
|
+
h-2.7V128L-6,130.7z"/>
|
14
|
+
<polygon fill="#1C6D95" points="5,445.1 6.1,451.9 0,448.3 -6.1,451.9 -5.1,445.1 -10,439.8 -3.2,439.5 0,432 3.2,439.5 10,439.8
|
15
|
+
"/>
|
16
|
+
<polygon fill="#1C6D95" points="6,482 -4.4,472 -7,474.5 0.8,482 -7,489.5 -4.4,492 "/>
|
17
|
+
<polygon fill="#1C6D95" points="-2.6,10 10,-2.8 6.8,-6 -2.6,3.6 -6.8,-0.7 -10,2.5 "/>
|
18
|
+
<path fill="#1C6D95" d="M-7.9,172h3.1h9.2h3.1v-3.1v-4.6H4.4v4.6h-9.2v-4.6h-3.1v4.6L-7.9,172z M-1.8,166.6h3.1v-9l4.2,4.4l1.9-2
|
19
|
+
l-7.7-8l-7.7,8l1.9,2l4.2-4.4v9H-1.8z"/>
|
20
|
+
<g>
|
21
|
+
<rect x="-10" y="353" fill="#1C6D95" width="20" height="4"/>
|
22
|
+
<rect x="-10" y="360" fill="#1C6D95" width="20" height="4"/>
|
23
|
+
<rect x="-10" y="367" fill="#1C6D95" width="20" height="4"/>
|
24
|
+
</g>
|
25
|
+
<polygon fill="#1C6D95" points="10,-200.7 2.7,-200.7 2.7,-208 -2.7,-208 -2.7,-200.7 -10,-200.7 -10,-195.3 -2.7,-195.3 -2.7,-188
|
26
|
+
2.7,-188 2.7,-195.3 10,-195.3 "/>
|
27
|
+
<path fill="#1C6D95" d="M10,89l-4.5-4.5c1.7-3.1,1.2-7.2-1.5-9.9c-3.3-3.3-8.5-3.3-11.7-0.2s-3.1,8.4,0.2,11.7
|
28
|
+
c2.7,2.7,6.7,3.2,9.9,1.5L7,92L10,89z M-5,83.5c-1.8-1.8-1.8-4.6-0.1-6.4s4.6-1.7,6.4,0.1c1.8,1.8,1.8,4.6,0.1,6.4S-3.2,85.2-5,83.5
|
29
|
+
z"/>
|
30
|
+
<g>
|
31
|
+
<polygon fill="#1C6D95" points="-0.8,556.3 -3,556.3 -3,559.3 -5.9,559.3 -5.9,561.4 -3,561.4 -3,564.3 -0.8,564.3 -0.8,561.4
|
32
|
+
2.1,561.4 2.1,559.3 -0.8,559.3 "/>
|
33
|
+
<path fill="#1C6D95" d="M5.5,564.5c1.7-3.1,1.2-7.2-1.5-9.9c-3.3-3.3-8.5-3.3-11.6-0.2c-3.2,3.2-3.1,8.4,0.2,11.6
|
34
|
+
c2.7,2.7,6.7,3.2,9.9,1.5L7,572l3-3L5.5,564.5z M2.5,564.6c-2.3,2.3-6.1,2.3-8.5-0.1c-2.4-2.4-2.4-6.2-0.1-8.5
|
35
|
+
c2.3-2.3,6.1-2.3,8.5,0.1C4.8,558.5,4.8,562.3,2.5,564.6z"/>
|
36
|
+
</g>
|
37
|
+
<g>
|
38
|
+
<rect x="-5.9" y="599.3" fill="#1C6D95" width="8" height="2.2"/>
|
39
|
+
<path fill="#1C6D95" d="M5.5,604.5c1.7-3.1,1.2-7.2-1.5-9.9c-3.3-3.3-8.5-3.3-11.6-0.2c-3.2,3.2-3.1,8.4,0.2,11.6
|
40
|
+
c2.7,2.7,6.7,3.2,9.9,1.5L7,612l3-3L5.5,604.5z M2.5,604.6c-2.3,2.3-6.1,2.3-8.5-0.1c-2.4-2.4-2.4-6.2-0.1-8.5
|
41
|
+
c2.3-2.3,6.1-2.3,8.5,0.1C4.8,598.5,4.8,602.3,2.5,604.6z"/>
|
42
|
+
</g>
|
43
|
+
<polygon fill="#1C6D95" points="-7,512 7,522 -7,532 "/>
|
44
|
+
<path fill="#1C6D95" d="M-10,235v14h20v-14H-10z M8,245.6l-4.1-4.1l4.1-4.1V245.6z M0,245.4l2.5-2.5l4.1,4.1H-6.6l4.1-4.1L0,245.4z
|
45
|
+
M5.6,237L0,242.6l-5.6-5.6H5.6z M-3.9,241.5l-4.1,4.1v-8.2L-3.9,241.5z"/>
|
46
|
+
<polygon fill="#1C6D95" points="-10,403 -7,403 -7,411 -2,411 -2,405 2,405 2,411 7,411 7,403 10,403 0,392 "/>
|
47
|
+
<g>
|
48
|
+
<rect x="-10" y="192" fill="#1C6D95" width="5" height="5"/>
|
49
|
+
<rect x="-10" y="199.5" fill="#1C6D95" width="5" height="5"/>
|
50
|
+
<rect x="-10" y="207" fill="#1C6D95" width="5" height="5"/>
|
51
|
+
<rect x="-2.5" y="192" fill="#1C6D95" width="5" height="5"/>
|
52
|
+
<rect x="-2.5" y="199.5" fill="#1C6D95" width="5" height="5"/>
|
53
|
+
<rect x="-2.5" y="207" fill="#1C6D95" width="5" height="5"/>
|
54
|
+
<rect x="5" y="192" fill="#1C6D95" width="5" height="5"/>
|
55
|
+
<rect x="5" y="199.5" fill="#1C6D95" width="5" height="5"/>
|
56
|
+
<rect x="5" y="207" fill="#1C6D95" width="5" height="5"/>
|
57
|
+
</g>
|
58
|
+
<g>
|
59
|
+
<rect x="-10" y="273" fill="#1C6D95" width="5" height="4"/>
|
60
|
+
<rect x="-10" y="280" fill="#1C6D95" width="5" height="4"/>
|
61
|
+
<rect x="-10" y="287" fill="#1C6D95" width="5" height="4"/>
|
62
|
+
<rect x="-2.5" y="273" fill="#1C6D95" width="12.5" height="4"/>
|
63
|
+
<rect x="-2.5" y="280" fill="#1C6D95" width="12.5" height="4"/>
|
64
|
+
<rect x="-2.5" y="287" fill="#1C6D95" width="12.5" height="4"/>
|
65
|
+
</g>
|
66
|
+
<g>
|
67
|
+
<path fill="#1C6D95" d="M-9,32.2v20H9v-20H-9z M6,49.2H-6v-14H6V49.2z"/>
|
68
|
+
<rect x="-4" y="37.2" fill="#1C6D95" width="8" height="2"/>
|
69
|
+
<rect x="-4" y="41.2" fill="#1C6D95" width="8" height="2"/>
|
70
|
+
<rect x="-4" y="45.2" fill="#1C6D95" width="8" height="2"/>
|
71
|
+
</g>
|
72
|
+
<rect x="-10" y="-160.5" fill="#1C6D95" width="20" height="5.5"/>
|
73
|
+
<polygon fill="#1C6D95" points="10,-124.7 6.6,-128 0,-121.3 -6.7,-128 -10,-124.7 -3.4,-118 -10,-111.3 -6.7,-108 0,-114.7
|
74
|
+
6.6,-108 10,-111.3 3.3,-118 "/>
|
75
|
+
<polygon fill="#1C6D95" points="-2,314 -10,314 -10,330 10,330 10,316 -1,316 "/>
|
76
|
+
<path fill="#1C6D95" d="M7.5,634.7v10H2H1.2l-0.9,0.5l-2.8,1.9v-2.4h-2h-3v-10H7.5 M10,632.2h-20v15h5v4.8l7-4.8h8V632.2L10,632.2z"
|
77
|
+
/>
|
78
|
+
<path fill="#1C6D95" d="M0,672c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10C10,676.5,5.5,672,0,672z M3,677.1
|
79
|
+
c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2C1,678,1.9,677.1,3,677.1z M-3,677.1c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2
|
80
|
+
C-5,678-4.1,677.1-3,677.1z M0,689.1c-3.2,0-6-2.2-6.8-5.2h2.1c0.7,1.9,2.5,3.2,4.7,3.2s3.9-1.3,4.7-3.2h2.1
|
81
|
+
C6,686.9,3.2,689.1,0,689.1z"/>
|
82
|
+
<path fill="#1C6D95" d="M0,712c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10C10,716.5,5.5,712,0,712z M3,716.1
|
83
|
+
c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2C1,717,1.9,716.1,3,716.1z M-3,716.1c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2s-2-0.9-2-2
|
84
|
+
C-5,717-4.1,716.1-3,716.1z M4.5,727.7c-0.8-1.7-2.5-2.9-4.5-2.9s-3.7,1.2-4.5,2.9c-0.6-0.4-1-0.9-1.5-1.5c1.2-2,3.4-3.3,5.9-3.3
|
85
|
+
s4.7,1.3,5.9,3.3C5.5,726.8,5,727.3,4.5,727.7z"/>
|
86
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" d="M10,752H-5v5h-5v15H5v-5h5V752z M2,769h-9v-9h9V769z M7,764H5v-7
|
87
|
+
h-7v-2h9V764z"/>
|
88
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" d="M5,800c0,0.1,0,0.2,0,0.3c0,3.3-2.5,7.2-7.2,7.2
|
89
|
+
c-1.4,0-2.8-0.4-3.9-1.1c0.2,0,0.4,0,0.6,0c1.2,0,2.3-0.4,3.1-1.1c-1.1,0-2-0.8-2.4-1.8c0.2,0,0.3,0,0.5,0c0.2,0,0.5,0,0.7-0.1
|
90
|
+
c-1.2-0.2-2-1.2-2-2.5v0c0.3,0.2,0.7,0.3,1.1,0.3c-0.7-0.5-1.1-1.2-1.1-2.1c0-0.5,0.1-0.9,0.3-1.3c1.2,1.5,3.1,2.5,5.2,2.6
|
91
|
+
c0-0.2-0.1-0.4-0.1-0.6c0-1.4,1.1-2.5,2.5-2.5c0.7,0,1.4,0.3,1.8,0.8c0.6-0.1,1.1-0.3,1.6-0.6c-0.2,0.6-0.6,1.1-1.1,1.4
|
92
|
+
c0.5-0.1,1-0.2,1.4-0.4C6,799.2,5.5,799.6,5,800z M0,792c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10
|
93
|
+
C10,796.5,5.5,792,0,792z"/>
|
94
|
+
<g>
|
95
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" d="M5.6,846.9c0,0.4-0.4,0.8-0.8,0.8h-9.5c-0.5,0-0.8-0.4-0.8-0.8
|
96
|
+
v-9.6c0-0.4,0.4-0.8,0.8-0.8h9.5c0.5,0,0.8,0.4,0.8,0.8V846.9z M0,832c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10
|
97
|
+
S5.5,832,0,832z"/>
|
98
|
+
<path fill="#1C6D95" d="M1.9,840.6c-0.9,0-1.3,0.5-1.5,0.8v0h0l0,0v-0.7h-1.7c0,0.5,0,5.1,0,5.1h1.7V843c0-0.2,0-0.3,0.1-0.4
|
99
|
+
c0.1-0.3,0.4-0.6,0.9-0.6c0.6,0,0.9,0.5,0.9,1.1v2.7h1.7v-2.9C3.9,841.4,3,840.6,1.9,840.6z"/>
|
100
|
+
<path fill="#1C6D95" d="M-3,838.3c-0.6,0-1,0.4-1,0.9c0,0.5,0.4,0.9,0.9,0.9h0c0.6,0,1-0.4,1-0.9C-2.1,838.7-2.5,838.3-3,838.3z"/>
|
101
|
+
<rect x="-3.9" y="840.8" fill="#1C6D95" width="1.7" height="5.1"/>
|
102
|
+
</g>
|
103
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" d="M2.6,882H0.9v6.2h-2.6V882h-1.2v-2.2h1.2v-1.4c0-1,0.5-2.6,2.6-2.6
|
104
|
+
l1.9,0v2.1H1.5c-0.2,0-0.5,0.1-0.5,0.6v1.3h2L2.6,882z M0,872c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10s10-4.5,10-10
|
105
|
+
C10,876.5,5.5,872,0,872z"/>
|
106
|
+
<g>
|
107
|
+
<path fill="#1C6D95" d="M0,919.5L0,919.5L0,919.5C0,919.5,0,919.5,0,919.5z"/>
|
108
|
+
<path fill="#1C6D95" d="M5.9,917H3.3c0,0,1.4,0.9,1.6,2.5h0.9h0c0.9,0,1.6,0.7,1.6,1.6v1.7c0,0.9-0.7,1.7-1.6,1.7H0
|
109
|
+
c-0.9,0-1.7-0.8-1.7-1.7v-1.6h-2.5v1.6c0,0.6,0.1,1.2,0.4,1.7C-3.2,926-1.7,927,0,927h5.8c2.3,0,4.1-1.9,4.1-4.2v-1.7
|
110
|
+
C10,918.8,8.2,917,5.9,917z"/>
|
111
|
+
<path fill="#1C6D95" d="M3.8,919.5C3.2,918,1.7,917,0,917h-5.8c-2.3,0-4.2,1.8-4.2,4.1v1.7c0,2.3,1.9,4.2,4.2,4.2h2.5
|
112
|
+
c0,0-1.3-0.9-1.7-2.5h-0.8c-0.9,0-1.7-0.8-1.7-1.7v-1.7c0-0.9,0.8-1.6,1.7-1.6H0h0c0.9,0,1.6,0.7,1.6,1.6v1.7c0,0,0,0,0,0h2.5
|
113
|
+
c0,0,0,0,0,0v-1.7C4.2,920.6,4,920,3.8,919.5z"/>
|
114
|
+
</g>
|
115
|
+
<g>
|
116
|
+
<rect x="-9.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
117
|
+
<rect x="-5.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
118
|
+
<rect x="-1.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
119
|
+
<rect x="2.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
120
|
+
<rect x="-5.5" y="960.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
121
|
+
<rect x="-1.5" y="960.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
122
|
+
<rect x="2.5" y="960.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
123
|
+
<rect x="2.5" y="956.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
124
|
+
<rect x="6.5" y="964.2" fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" width="3" height="3"/>
|
125
|
+
</g>
|
126
|
+
<g>
|
127
|
+
<g>
|
128
|
+
<ellipse fill="#1C6D95" cx="-0.2" cy="994.5" rx="8.8" ry="2.5"/>
|
129
|
+
</g>
|
130
|
+
<path fill="#1C6D95" d="M-0.2,998.2c-0.8,0-6.3-0.1-8.8-1.7v3c0,1.4,3.9,2.5,8.8,2.5s8.8-1.1,8.8-2.5v-3
|
131
|
+
C6,998.2,0.5,998.2-0.2,998.2z"/>
|
132
|
+
<path fill="#1C6D95" d="M-0.2,1003.2c-0.8,0-6.3-0.1-8.8-1.7v3c0,1.4,3.9,2.5,8.8,2.5s8.8-1.1,8.8-2.5v-3
|
133
|
+
C6,1003.2,0.5,1003.2-0.2,1003.2z"/>
|
134
|
+
<path fill="#1C6D95" d="M-0.2,1008.2c-0.8,0-6.3-0.1-8.8-1.7v3c0,1.4,3.9,2.5,8.8,2.5s8.8-1.1,8.8-2.5v-3
|
135
|
+
C6,1008.2,0.5,1008.2-0.2,1008.2z"/>
|
136
|
+
</g>
|
137
|
+
<path fill="#1C6D95" d="M0,1033.8c-5.5,0-10,4.5-10,10v5h20v-5C10,1038.2,5.5,1033.8,0,1033.8z M-0.1,1036.2c0.7,0,1.2,0.6,1.2,1.2
|
138
|
+
c0,0.3-0.1,0.6-0.3,0.9c-0.2,0.2-0.6,0.4-0.9,0.4h0c-0.7,0-1.2-0.5-1.2-1.2C-1.3,1036.8-0.8,1036.2-0.1,1036.2z M-7.4,1045.4
|
139
|
+
L-7.4,1045.4c-0.5,0-0.8-0.2-1-0.5c-0.2-0.3-0.3-0.6-0.3-0.9c0.1-0.6,0.6-1.1,1.2-1.1l0.1,0c0.3,0,0.6,0.2,0.8,0.5
|
140
|
+
c0.2,0.3,0.3,0.6,0.3,0.9C-6.3,1044.9-6.8,1045.4-7.4,1045.4z M-5.2,1041.5c-0.3,0.4-0.6,0.6-1,0.6c-0.3,0-0.5-0.1-0.7-0.2
|
141
|
+
c-0.2-0.2-0.4-0.4-0.5-0.8c-0.1-0.3,0-0.7,0.2-0.9c0.4-0.6,1.2-0.7,1.7-0.3C-4.9,1040.2-4.8,1040.9-5.2,1041.5z M-3,1039.5
|
142
|
+
c-0.2,0.1-0.4,0.2-0.6,0.2c-0.5,0-0.9-0.3-1.1-0.6c-0.3-0.6-0.1-1.4,0.5-1.7c0.6-0.3,1.4-0.1,1.7,0.5
|
143
|
+
C-2.1,1038.4-2.3,1039.2-3,1039.5z M0,1048.1c-1,0-1.9-0.8-1.9-1.9c0-1,0.8-1.9,1.9-1.9s1.9,0.8,1.9,1.9
|
144
|
+
C1.9,1047.3,1,1048.1,0,1048.1z M3.8,1038.7l-1.9,5.9c-0.5-0.5-1.1-0.9-1.9-0.9c-0.1,0-0.2,0-0.3,0l3-5.5c0.3-0.6,0.8-1,1.1-0.9
|
145
|
+
C4,1037.5,4,1038.1,3.8,1038.7z M5.1,1041.4c-0.2-0.3-0.3-0.6-0.2-0.9c0.1-0.3,0.2-0.6,0.5-0.8c0.6-0.4,1.4-0.2,1.7,0.3
|
146
|
+
c0.2,0.3,0.3,0.6,0.2,0.9c-0.1,0.3-0.2,0.6-0.5,0.8c-0.2,0.2-0.5,0.2-0.7,0.2C5.7,1041.9,5.3,1041.7,5.1,1041.4z M8.1,1045.4
|
147
|
+
c-0.2,0.2-0.5,0.2-0.7,0.2c-0.4,0-0.8-0.2-1-0.5c-0.2-0.3-0.3-0.6-0.2-0.9c0.1-0.3,0.2-0.6,0.5-0.8c0.6-0.4,1.4-0.2,1.7,0.3
|
148
|
+
c0.2,0.3,0.3,0.6,0.2,0.9C8.6,1044.9,8.4,1045.2,8.1,1045.4z"/>
|
149
|
+
<polygon fill="#1C6D95" points="0,1088.5 10,1078.1 7.5,1075.5 0,1083.3 -7.5,1075.5 -10,1078.1 "/>
|
150
|
+
<polygon fill="#1C6D95" points="10,1115 0,1129 -10,1115 "/>
|
151
|
+
<polygon fill="#1C6D95" points="0,1235.5 10,1245.9 7.5,1248.5 0,1240.7 -7.5,1248.5 -10,1245.9 "/>
|
152
|
+
<polygon fill="#1C6D95" points="10,1289 0,1275 -10,1289 "/>
|
153
|
+
<polygon fill="#1C6D95" points="-7.5,1162 2.9,1172 5.5,1169.5 -2.3,1162 5.5,1154.5 2.9,1152 "/>
|
154
|
+
<polygon fill="#1C6D95" points="6,1212 -8,1202 6,1192 "/>
|
155
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C6D95" d="M0,1312.2c-5.5,0-10,4.5-10,10c0,4.4,2.9,8.2,6.8,9.5
|
156
|
+
c0.5,0.1,0.7-0.2,0.7-0.5c0-0.2,0-0.9,0-1.7c-2.8,0.6-3.4-1.3-3.4-1.3c-0.5-1.2-1.1-1.5-1.1-1.5c-0.9-0.6,0.1-0.6,0.1-0.6
|
157
|
+
c1,0.1,1.5,1,1.5,1c0.9,1.5,2.3,1.1,2.9,0.8c0.1-0.6,0.3-1.1,0.6-1.3c-2.2-0.3-4.6-1.1-4.6-4.9c0-1.1,0.4-2,1-2.7
|
158
|
+
c-0.1-0.3-0.4-1.3,0.1-2.6c0,0,0.8-0.3,2.7,1c0.8-0.2,1.7-0.3,2.5-0.3c0.8,0,1.7,0.1,2.5,0.3c1.9-1.3,2.7-1,2.7-1
|
159
|
+
c0.5,1.4,0.2,2.4,0.1,2.6c0.6,0.7,1,1.6,1,2.7c0,3.8-2.3,4.7-4.6,4.9c0.4,0.3,0.7,0.9,0.7,1.9c0,1.3,0,2.4,0,2.7
|
160
|
+
c0,0.3,0.2,0.6,0.7,0.5c4-1.3,6.8-5.1,6.8-9.5C10,1316.7,5.5,1312.2,0,1312.2z"/>
|
161
|
+
</svg>
|