reimagine2 2.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +29 -0
  3. data/Gemfile +20 -0
  4. data/Gemfile.lock +199 -0
  5. data/LICENSE +20 -0
  6. data/Procfile +1 -0
  7. data/README.md +28 -0
  8. data/Rakefile +42 -0
  9. data/app/assets/fonts/reimagine2/proxima/proximanova-bold.ttf +0 -0
  10. data/app/assets/fonts/reimagine2/proxima/proximanova-bold.woff +0 -0
  11. data/app/assets/fonts/reimagine2/proxima/proximanova-boldit.ttf +0 -0
  12. data/app/assets/fonts/reimagine2/proxima/proximanova-boldit.woff +0 -0
  13. data/app/assets/fonts/reimagine2/proxima/proximanova-regular.ttf +0 -0
  14. data/app/assets/fonts/reimagine2/proxima/proximanova-regular.woff +0 -0
  15. data/app/assets/fonts/reimagine2/proxima/proximanova-regularit.ttf +0 -0
  16. data/app/assets/fonts/reimagine2/proxima/proximanova-regularit.woff +0 -0
  17. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.eot +0 -0
  18. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.svg +151 -0
  19. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.ttf +0 -0
  20. data/app/assets/fonts/reimagine2/ss-social/ss-social-circle.woff +0 -0
  21. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.eot +0 -0
  22. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.svg +142 -0
  23. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.ttf +0 -0
  24. data/app/assets/fonts/reimagine2/ss-social/ss-social-regular.woff +0 -0
  25. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.eot +0 -0
  26. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.svg +316 -0
  27. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.ttf +0 -0
  28. data/app/assets/fonts/reimagine2/ss-standard/ss-standard.woff +0 -0
  29. data/app/assets/images/reimagine2/favicon.ico +0 -0
  30. data/app/assets/javascripts/reimagine2.js +6 -0
  31. data/app/assets/javascripts/reimagine2/accessible_custom_select.coffee +43 -0
  32. data/app/assets/javascripts/reimagine2/base.coffee +6 -0
  33. data/app/assets/javascripts/reimagine2/foundation.js +3 -0
  34. data/app/assets/stylesheets/reimagine2.css.sass +15 -0
  35. data/app/assets/stylesheets/reimagine2/_challengepost.sass +4 -0
  36. data/app/assets/stylesheets/reimagine2/_components.sass +1 -0
  37. data/app/assets/stylesheets/reimagine2/_config.sass +1 -0
  38. data/app/assets/stylesheets/reimagine2/_export.sass +7 -0
  39. data/app/assets/stylesheets/reimagine2/_fonts.sass +4 -0
  40. data/app/assets/stylesheets/reimagine2/_foundation.sass +10 -0
  41. data/app/assets/stylesheets/reimagine2/_foundation_and_overrides.sass +2 -0
  42. data/app/assets/stylesheets/reimagine2/_helpers.sass +4 -0
  43. data/app/assets/stylesheets/reimagine2/_ie.sass +3 -0
  44. data/app/assets/stylesheets/reimagine2/challengepost/_footer.sass +22 -0
  45. data/app/assets/stylesheets/reimagine2/challengepost/_simple_form.sass +34 -0
  46. data/app/assets/stylesheets/reimagine2/components/.keep +0 -0
  47. data/app/assets/stylesheets/reimagine2/components/_tabs.sass +57 -0
  48. data/app/assets/stylesheets/reimagine2/config/_challengepost_config.sass +23 -0
  49. data/app/assets/stylesheets/reimagine2/config/_colors.sass +5 -0
  50. data/app/assets/stylesheets/reimagine2/fonts/proxima/_proxima.css.scss +61 -0
  51. data/app/assets/stylesheets/reimagine2/fonts/symbolset/_ss-social.css.scss +61 -0
  52. data/app/assets/stylesheets/reimagine2/fonts/symbolset/_ss-standard.css.scss +51 -0
  53. data/app/assets/stylesheets/reimagine2/foundation/_build.scss +56 -0
  54. data/app/assets/stylesheets/reimagine2/foundation/_config.sass +3 -0
  55. data/app/assets/stylesheets/reimagine2/foundation/_extensions.sass +9 -0
  56. data/app/assets/stylesheets/reimagine2/foundation/_foundation_config.scss +1303 -0
  57. data/app/assets/stylesheets/reimagine2/foundation/extensions/_accessible_custom_select.sass +18 -0
  58. data/app/assets/stylesheets/reimagine2/foundation/extensions/_block_grid.sass +3 -0
  59. data/app/assets/stylesheets/reimagine2/foundation/extensions/_buttons.sass +39 -0
  60. data/app/assets/stylesheets/reimagine2/foundation/extensions/_custom_forms.sass +2 -0
  61. data/app/assets/stylesheets/reimagine2/foundation/extensions/_forms.sass +38 -0
  62. data/app/assets/stylesheets/reimagine2/foundation/extensions/_global.sass +2 -0
  63. data/app/assets/stylesheets/reimagine2/foundation/extensions/_inline_list.sass +7 -0
  64. data/app/assets/stylesheets/reimagine2/foundation/extensions/_pricing_table.sass +6 -0
  65. data/app/assets/stylesheets/reimagine2/foundation/extensions/_type.sass +18 -0
  66. data/app/assets/stylesheets/reimagine2/helpers/_block_wrapper_link.sass +16 -0
  67. data/app/assets/stylesheets/reimagine2/helpers/_cleafix.sass +2 -0
  68. data/app/assets/stylesheets/reimagine2/helpers/_effects.sass +5 -0
  69. data/app/assets/stylesheets/reimagine2/helpers/_text.sass +23 -0
  70. data/app/assets/stylesheets/reimagine2/helpers/_visibility.sass +42 -0
  71. data/app/assets/stylesheets/reimagine2/ie/_grid.sass +7 -0
  72. data/app/assets/stylesheets/reimagine2/ie/_visibility.sass +124 -0
  73. data/app/assets/stylesheets/reimagine2/mixins/_bold.sass +5 -0
  74. data/app/assets/stylesheets/reimagine2/reimagine1/_reset_row.sass +3 -0
  75. data/app/views/layout/reimagine2/_typekit.html.erb +2 -0
  76. data/app/views/reimagine2/_accessible_custom_select.html.erb +23 -0
  77. data/app/views/reimagine2/_twelve_columns.html.erb +5 -0
  78. data/app/views/reimagine2/challengepost/_footer.html.erb +38 -0
  79. data/lib/reimagine2.rb +1 -0
  80. data/lib/reimagine2/engine.rb +8 -0
  81. data/lib/reimagine2/version.rb +3 -0
  82. data/reimagine2.gemspec +34 -0
  83. data/spec/acceptance/acceptance_helper.rb +4 -0
  84. data/spec/acceptance/reimagine2_integration_spec.rb +29 -0
  85. data/spec/acceptance/shared_views_spec.rb +9 -0
  86. data/spec/dummy/Rakefile +7 -0
  87. data/spec/dummy/app/assets/javascripts/application.js +0 -0
  88. data/spec/dummy/app/assets/stylesheets/application.css +9 -0
  89. data/spec/dummy/app/assets/stylesheets/reimagine2/_foundation_and_overrides.sass +1 -0
  90. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  91. data/spec/dummy/app/controllers/shared_views_controller.rb +5 -0
  92. data/spec/dummy/app/views/application/buttons.html.erb +113 -0
  93. data/spec/dummy/app/views/application/forms.html.erb +22 -0
  94. data/spec/dummy/app/views/application/show.html.erb +207 -0
  95. data/spec/dummy/app/views/application/tabs.html.erb +22 -0
  96. data/spec/dummy/app/views/application/type.html.erb +119 -0
  97. data/spec/dummy/app/views/layouts/application.html.erb +34 -0
  98. data/spec/dummy/app/views/shared_views/large_12.html.erb +3 -0
  99. data/spec/dummy/config.ru +4 -0
  100. data/spec/dummy/config/application.rb +48 -0
  101. data/spec/dummy/config/boot.rb +10 -0
  102. data/spec/dummy/config/environment.rb +5 -0
  103. data/spec/dummy/config/environments/development.rb +29 -0
  104. data/spec/dummy/config/environments/test.rb +33 -0
  105. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  106. data/spec/dummy/config/initializers/session_store.rb +8 -0
  107. data/spec/dummy/config/routes.rb +9 -0
  108. data/spec/dummy/log/.gitkeep +0 -0
  109. data/spec/dummy/public/doc1.html +2870 -0
  110. data/spec/dummy/public/doc2.html +707 -0
  111. data/spec/dummy/script/rails +6 -0
  112. data/spec/spec_helper.rb +34 -0
  113. data/vendor/assets/stylesheets/_normalize.scss +402 -0
  114. metadata +339 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f09cd1a11f324851941411b18ebf4a4550d9b28f
4
+ data.tar.gz: df28fdddb73055aa1a56809a066350c6dbf79bcb
5
+ SHA512:
6
+ metadata.gz: 2d61caca49772d28f991e3b7b4d4d07cb4803bc36b9871f554ad9da41a33ad2d3db5be8ea15c3675ff475c1a0e7be483c9ed5e0a71adaa1867f59e7abeec320a
7
+ data.tar.gz: ede1d29589c95a01e72fc202787cd7471c0b38ac3d24c398da111fc3b544b04de1b41f6961d8837a80820beb76b3a02e9bc1f21f99e9644904796f871d0b1ebb
@@ -0,0 +1,29 @@
1
+ .bundle/
2
+ log/*.log
3
+ pkg/
4
+ spec/dummy/db/*.sqlite3
5
+ spec/dummy/log/*.log
6
+ spec/dummy/tmp/
7
+ spec/dummy/.sass-cache
8
+ *.gem
9
+ *.rbc
10
+ .bundle
11
+ .config
12
+ .yardoc
13
+ .rbenv-gemsets
14
+ .ruby-version
15
+ InstalledFiles
16
+ _yardoc
17
+ coverage
18
+ doc/
19
+ lib/bundler/man
20
+ pkg
21
+ rdoc
22
+ spec/reports
23
+ test/tmp
24
+ test/version_tmp
25
+ tmp
26
+ .DS_Store
27
+ .sass-cache
28
+ build/
29
+ rvm.env
data/Gemfile ADDED
@@ -0,0 +1,20 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Declare your gem's dependencies in reimagine2.gemspec.
4
+ # Bundler will treat runtime dependencies like base dependencies, and
5
+ # development dependencies will be added by default to the :development group.
6
+ gemspec
7
+
8
+ # jquery-rails is used by the dummy application
9
+ gem "jquery-rails"
10
+
11
+ gem 'rails', '~> 3.2'
12
+ gem 'foreman'
13
+ gem 'thin'
14
+ # Declare any dependencies that are still in development here instead of in
15
+ # your gemspec. These might include edge Rails or gems from your path or
16
+ # Git. Remember to move these dependencies to your gemspec before releasing
17
+ # your gem to rubygems.org.
18
+
19
+ # To use debugger
20
+ # gem 'debugger'
@@ -0,0 +1,199 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ reimagine2 (2.0.28)
5
+ coffee-rails
6
+ compass-rails (~> 2.0.alpha.0)
7
+ rails
8
+ sass-rails
9
+ zurb-foundation (~> 4)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actionmailer (3.2.14)
15
+ actionpack (= 3.2.14)
16
+ mail (~> 2.5.4)
17
+ actionpack (3.2.14)
18
+ activemodel (= 3.2.14)
19
+ activesupport (= 3.2.14)
20
+ builder (~> 3.0.0)
21
+ erubis (~> 2.7.0)
22
+ journey (~> 1.0.4)
23
+ rack (~> 1.4.5)
24
+ rack-cache (~> 1.2)
25
+ rack-test (~> 0.6.1)
26
+ sprockets (~> 2.2.1)
27
+ activemodel (3.2.14)
28
+ activesupport (= 3.2.14)
29
+ builder (~> 3.0.0)
30
+ activerecord (3.2.14)
31
+ activemodel (= 3.2.14)
32
+ activesupport (= 3.2.14)
33
+ arel (~> 3.0.2)
34
+ tzinfo (~> 0.3.29)
35
+ activeresource (3.2.14)
36
+ activemodel (= 3.2.14)
37
+ activesupport (= 3.2.14)
38
+ activesupport (3.2.14)
39
+ i18n (~> 0.6, >= 0.6.4)
40
+ multi_json (~> 1.0)
41
+ addressable (2.3.5)
42
+ arel (3.0.2)
43
+ builder (3.0.4)
44
+ capybara (2.1.0)
45
+ mime-types (>= 1.16)
46
+ nokogiri (>= 1.3.3)
47
+ rack (>= 1.0.0)
48
+ rack-test (>= 0.5.4)
49
+ xpath (~> 2.0)
50
+ chunky_png (1.2.9)
51
+ coderay (1.0.9)
52
+ coffee-rails (3.2.2)
53
+ coffee-script (>= 2.2.0)
54
+ railties (~> 3.2.0)
55
+ coffee-script (2.2.0)
56
+ coffee-script-source
57
+ execjs
58
+ coffee-script-source (1.6.3)
59
+ columnize (0.3.6)
60
+ compass (0.12.2)
61
+ chunky_png (~> 1.2)
62
+ fssm (>= 0.2.7)
63
+ sass (~> 3.1)
64
+ compass-rails (2.0.alpha.0)
65
+ compass (>= 0.12.2, < 0.14)
66
+ daemons (1.1.9)
67
+ debugger (1.6.1)
68
+ columnize (>= 0.3.1)
69
+ debugger-linecache (~> 1.2.0)
70
+ debugger-ruby_core_source (~> 1.2.3)
71
+ debugger-linecache (1.2.0)
72
+ debugger-ruby_core_source (1.2.3)
73
+ diff-lcs (1.2.4)
74
+ dotenv (0.9.0)
75
+ erubis (2.7.0)
76
+ eventmachine (1.0.3)
77
+ execjs (2.0.2)
78
+ faraday (0.8.8)
79
+ multipart-post (~> 1.2.0)
80
+ faraday_middleware (0.9.0)
81
+ faraday (>= 0.7.4, < 0.9)
82
+ foreman (0.63.0)
83
+ dotenv (>= 0.7)
84
+ thor (>= 0.13.6)
85
+ fssm (0.2.10)
86
+ gemfury (0.4.17)
87
+ faraday (>= 0.7.4, < 0.9)
88
+ faraday_middleware (>= 0.7, < 0.10)
89
+ highline (~> 1.6.0)
90
+ multi_json (~> 1.0)
91
+ thor (>= 0.14.0, < 1.0)
92
+ highline (1.6.19)
93
+ hike (1.2.3)
94
+ i18n (0.6.4)
95
+ journey (1.0.4)
96
+ jquery-rails (3.0.4)
97
+ railties (>= 3.0, < 5.0)
98
+ thor (>= 0.14, < 2.0)
99
+ json (1.8.0)
100
+ launchy (2.3.0)
101
+ addressable (~> 2.3)
102
+ mail (2.5.4)
103
+ mime-types (~> 1.16)
104
+ treetop (~> 1.4.8)
105
+ method_source (0.8.2)
106
+ mime-types (1.23)
107
+ mini_portile (0.5.1)
108
+ multi_json (1.7.9)
109
+ multipart-post (1.2.0)
110
+ nokogiri (1.6.0)
111
+ mini_portile (~> 0.5.0)
112
+ polyglot (0.3.3)
113
+ pry (0.9.12.2)
114
+ coderay (~> 1.0.5)
115
+ method_source (~> 0.8)
116
+ slop (~> 3.4)
117
+ pry-debugger (0.2.2)
118
+ debugger (~> 1.3)
119
+ pry (~> 0.9.10)
120
+ rack (1.4.5)
121
+ rack-cache (1.2)
122
+ rack (>= 0.4)
123
+ rack-ssl (1.3.3)
124
+ rack
125
+ rack-test (0.6.2)
126
+ rack (>= 1.0)
127
+ rails (3.2.14)
128
+ actionmailer (= 3.2.14)
129
+ actionpack (= 3.2.14)
130
+ activerecord (= 3.2.14)
131
+ activeresource (= 3.2.14)
132
+ activesupport (= 3.2.14)
133
+ bundler (~> 1.0)
134
+ railties (= 3.2.14)
135
+ railties (3.2.14)
136
+ actionpack (= 3.2.14)
137
+ activesupport (= 3.2.14)
138
+ rack-ssl (~> 1.3.2)
139
+ rake (>= 0.8.7)
140
+ rdoc (~> 3.4)
141
+ thor (>= 0.14.6, < 2.0)
142
+ rake (10.1.0)
143
+ rdoc (3.12.2)
144
+ json (~> 1.4)
145
+ rspec-core (2.14.4)
146
+ rspec-expectations (2.14.1)
147
+ diff-lcs (>= 1.1.3, < 2.0)
148
+ rspec-mocks (2.14.3)
149
+ rspec-rails (2.14.0)
150
+ actionpack (>= 3.0)
151
+ activesupport (>= 3.0)
152
+ railties (>= 3.0)
153
+ rspec-core (~> 2.14.0)
154
+ rspec-expectations (~> 2.14.0)
155
+ rspec-mocks (~> 2.14.0)
156
+ sass (3.2.12)
157
+ sass-rails (3.2.6)
158
+ railties (~> 3.2.0)
159
+ sass (>= 3.1.10)
160
+ tilt (~> 1.3)
161
+ slop (3.4.6)
162
+ sprockets (2.2.2)
163
+ hike (~> 1.2)
164
+ multi_json (~> 1.0)
165
+ rack (~> 1.0)
166
+ tilt (~> 1.1, != 1.3.0)
167
+ steak (2.0.0)
168
+ capybara (>= 1.0.0)
169
+ rspec-rails (>= 2.5.0)
170
+ thin (1.5.1)
171
+ daemons (>= 1.0.9)
172
+ eventmachine (>= 0.12.6)
173
+ rack (>= 1.0.0)
174
+ thor (0.18.1)
175
+ tilt (1.4.1)
176
+ treetop (1.4.14)
177
+ polyglot
178
+ polyglot (>= 0.3.1)
179
+ tzinfo (0.3.37)
180
+ xpath (2.0.0)
181
+ nokogiri (~> 1.3)
182
+ zurb-foundation (4.3.2)
183
+ sass (>= 3.2.0)
184
+
185
+ PLATFORMS
186
+ ruby
187
+
188
+ DEPENDENCIES
189
+ foreman
190
+ gemfury
191
+ jquery-rails
192
+ launchy
193
+ pry
194
+ pry-debugger
195
+ rails (~> 3.2)
196
+ reimagine2!
197
+ rspec-rails (~> 2.0)
198
+ steak
199
+ thin
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2013 ChallengePost, Inc.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1 @@
1
+ web: bundle exec thin start -R spec/dummy/config.ru -p $PORT
@@ -0,0 +1,28 @@
1
+ ## Install
2
+
3
+ **TBD**
4
+
5
+ ## Tree
6
+
7
+ **TBD**
8
+
9
+ ## Styleguide
10
+
11
+ In order to make the guide easily accessible, it needs to be deployed to Heroku
12
+
13
+ ### Update confituration
14
+
15
+ git remote add heroku git@heroku.com:cpstyleguide.git
16
+
17
+ ### Push to "production"
18
+
19
+ git push heroku master
20
+
21
+ ### Access the styleguide at
22
+
23
+ http://cpstyleguide.challengepost.com
24
+
25
+ ### Local environment
26
+
27
+ bundle
28
+ forman start
@@ -0,0 +1,42 @@
1
+ #!/usr/bin/env rake
2
+
3
+
4
+ begin
5
+ require 'bundler/setup'
6
+ rescue LoadError
7
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
8
+ end
9
+ begin
10
+ require 'rdoc/task'
11
+ rescue LoadError
12
+ require 'rdoc/rdoc'
13
+ require 'rake/rdoctask'
14
+ RDoc::Task = Rake::RDocTask
15
+ end
16
+
17
+ RDoc::Task.new(:rdoc) do |rdoc|
18
+ rdoc.rdoc_dir = 'rdoc'
19
+ rdoc.title = 'reimagine2'
20
+ rdoc.options << '--line-numbers'
21
+ rdoc.rdoc_files.include('README.rdoc')
22
+ rdoc.rdoc_files.include('lib/**/*.rb')
23
+ end
24
+
25
+ Bundler::GemHelper.install_tasks
26
+
27
+ task deploy: [:spec, :build] do
28
+ require 'reimagine2/version'
29
+ # bump version first
30
+ system "fury push pkg/reimagine2-#{Reimagine2::VERSION}.gem"
31
+ end
32
+
33
+ task :publish do
34
+ # Do not want to publish to rubygems!
35
+ raise 'USE rake deploy'
36
+ end
37
+
38
+ require 'rspec/core/rake_task'
39
+
40
+ RSpec::Core::RakeTask.new(:spec)
41
+
42
+ task :default => :spec
@@ -0,0 +1,151 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="SSSocialCircle" >
7
+ <font-face font-family="SS Social" units-per-em="864" ascent="918" descent="-270" />
8
+ <missing-glyph d="M0 864h864v-864h-864v864zM680 756h-496l248 -248zM108 680v-496l248 248zM184 108h496l-248 248zM756 184v496l-248 -248z" />
9
+ <glyph horiz-adv-x="864" d="M0 864h864v-864h-864v864zM680 756h-496l248 -248zM108 680v-496l248 248zM184 108h496l-248 248zM756 184v496l-248 -248z" />
10
+ <glyph unicode="&#x2709;" horiz-adv-x="864" d="M432 864q178 0 305 -127t127 -305q0 -179 -126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM702 268v258l-270 -202l-270 202v-258q0 -14 10 -24t24 -10h472q14 0 24 10t10 24zM432 394l270 202q0 14 -10 24t-24 10h-472q-14 0 -24 -10
11
+ t-10 -24z" />
12
+ <glyph unicode="&#xe310;" horiz-adv-x="864" d="M432 864q178 0 305 -127t127 -305q0 -179 -126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM288 216q30 0 51 21t21 51t-21 51t-51 21t-51 -21t-21 -51t21 -51t51 -21zM450 216h90q0 134 -95 229t-229 95v-90q97 0 165.5 -68.5
13
+ t68.5 -165.5zM612 216h90q0 99 -38.5 189t-103.5 155t-155 103.5t-189 38.5v-90q164 0 280 -116t116 -280z" />
14
+ <glyph unicode="&#xf610;" horiz-adv-x="864" d="M432 864q178 0 305 -127t127 -305q0 -179 -126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM468 503v78q0 25 8.5 37t35.5 12h59l5 102q-30 6 -82 6q-75 0 -113.5 -39t-38.5 -97v-98h-72v-108h72v-270h126v270h101l7 107h-108z" />
15
+ <glyph unicode="&#xf611;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM695 527q33 23 61 63q-36 -15 -71 -19q39 22 53 68q-37 -21 -77 -30q-36 39 -89 39q-51 0 -86.5 -36t-35.5 -87q0 -15 3 -28q-155 8 -254 129
16
+ q-16 -30 -16 -62q0 -66 54 -102q-28 0 -55 15v-1q0 -44 28 -78t70 -43q-13 -4 -32 -4q-9 0 -23 2q11 -37 42.5 -59.5t71.5 -23.5q-71 -56 -152 -56q-11 0 -29 2q83 -54 188 -54q81 0 149 31.5t110.5 82.5t66 112t23.5 123v16z" />
17
+ <glyph unicode="&#xf612;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM306 216v306h-108v-306h108zM252 576q32 0 52 18t20 45q-1 28 -20.5 45.5t-51.5 17.5t-52 -18t-20 -45t19.5 -45t51.5 -18h1zM702 216v162
18
+ q0 74 -34 118t-92 44q-32 0 -55.5 -17.5t-34.5 -47.5l-4 47h-107l3 -72v-234h108v162q0 33 14 52.5t39 19.5q55 0 55 -72v-162h108z" />
19
+ <glyph unicode="&#xf613;" horiz-adv-x="864" d="M182 215h42q-33 35 -33 68q0 22 12 46h-22q-67 0 -115.5 35t-64.5 91q-1 -8 -1 -23q0 -129 71 -238q53 21 111 21zM82 508q8 -62 47.5 -107.5t86.5 -46.5q47 -2 75 41.5t20 105.5t-47.5 106t-87.5 46q-47 2 -74.5 -40.5t-19.5 -104.5zM370 61q0 13 -3 25q-2 9 -5.5 16.5
20
+ t-10 15t-11 12.5t-15 13t-16 11.5t-20 13.5t-20.5 14q-32 10 -61 10q-61 1 -114 -30q103 -129 265 -156q11 23 11 55zM432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5h-17q19 36 19 71q0 54 -19.5 89.5t-67.5 69.5q-22 16 -43 39t-21 38q0 20 9 33.5
21
+ t38 36.5q69 54 69 129q0 49 -20.5 88.5t-58.5 53.5h78l55 40h-246q-97 0 -165 -70q53 111 158 178.5t232 67.5zM648 540h108v54h-108v108h-54v-108h-108v-54h108v-108h54v108z" />
22
+ <glyph unicode="&#xf620;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM612 162v93q-51 -15 -90 -15q-47 0 -59.5 16.5t-12.5 67.5v144h144v126h-144v144h-90q-9 -81 -42.5 -115t-101.5 -57v-91h91v-187
23
+ q0 -81 38 -121.5t123 -40.5q40 0 76 9t52 18z" />
24
+ <glyph unicode="&#xf621;" horiz-adv-x="864" d="M36 606l205 -562q-109 54 -175 158t-66 230q0 89 36 174zM574 24q-68 -24 -142 -24q-62 0 -122 17l127 378zM686 573q35 -61 35 -119q0 -34 -32 -139l-44 -144l-156 464l50 4q11 1 14.5 10.5t-1.5 17.5t-16 8q-70 -6 -115 -6l-114 6q-11 0 -16 -8.5t-1.5 -17.5t14.5 -10
25
+ q22 -3 46 -4l67 -184l-95 -284l-157 468l50 4q11 1 14.5 10.5t-1.5 17.5t-16 8q-70 -6 -115 -6q-17 0 -26 1q60 90 155 142t206 52q167 0 290 -112h-6q-31 0 -52 -23.5t-21 -53.5q0 -7 1 -13.5t2.5 -12t4.5 -13.5t5 -12t7 -12.5t7 -12t8 -13.5t8 -13zM864 432
26
+ q0 -118 -58.5 -217.5t-156.5 -156.5l132 382q33 82 33 155q0 25 -3 44q53 -95 53 -207z" />
27
+ <glyph unicode="&#xf622;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM684 342v108q0 15 -10.5 25.5t-25.5 10.5h-27q-11 0 -19 10.5t-8 25.5q0 67 -47.5 114.5t-114.5 47.5h-90q-67 0 -114.5 -47.5t-47.5 -114.5
28
+ v-180q0 -68 47 -115t115 -47h180q67 0 114.5 47.5t47.5 114.5zM522 378q15 0 25.5 -10.5t10.5 -25.5t-10.5 -25.5t-25.5 -10.5h-180q-15 0 -25.5 10.5t-10.5 25.5t10.5 25.5t25.5 10.5h180zM342 486q-15 0 -25.5 10.5t-10.5 25.5t10.5 25.5t25.5 10.5h90q15 0 25.5 -10.5
29
+ t10.5 -25.5t-10.5 -25.5t-25.5 -10.5h-90z" />
30
+ <glyph unicode="&#xf623;" horiz-adv-x="864" d="M288 396v90q0 64 44 113t107 49q65 0 110 -53.5t45 -144.5q0 -95 -42.5 -149.5t-119.5 -54.5q-61 0 -102.5 46.5t-41.5 103.5zM864 432q0 -179 -126.5 -305.5t-305.5 -126.5q-74 0 -144 25v239h7q57 -84 155 -84q111 0 172.5 78t61.5 192q0 111 -59.5 187t-156.5 76
31
+ q-123 0 -183 -101h-7l-8 90h-78l6 -144v-489q-91 59 -144.5 155t-53.5 208q0 179 126.5 305.5t305.5 126.5t305.5 -126.5t126.5 -305.5z" />
32
+ <glyph unicode="&#xf630;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM432 234q202 0 236 25t34 173t-34 173t-236 25t-236 -25t-34 -173t34 -173t236 -25zM360 324v216l180 -108z" />
33
+ <glyph unicode="&#xf631;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM396 144q39 0 112 68t133.5 167t60.5 172q0 44 -24 70.5t-61 26.5q-47 0 -94.5 -30.5t-64.5 -95.5q37 16 59.5 1.5t22.5 -43.5
34
+ q0 -35 -41 -95.5t-61 -60.5q-28 0 -53 156q-1 7 -3.5 28t-4.5 32.5t-6 30.5t-10 30.5t-14 23.5t-20 17.5t-27 5.5q-32 0 -76.5 -34.5t-73.5 -69.5l-28 -34l22 -24q24 18 38.5 22.5t21.5 -1t12 -21.5l72 -234q32 -108 108 -108z" />
35
+ <glyph unicode="&#xf640;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM252 288q59 0 101.5 42t42.5 102q0 59 -42.5 101.5t-101.5 42.5q-60 0 -102 -42.5t-42 -101.5q0 -60 42 -102t102 -42zM612 288
36
+ q59 0 101.5 42t42.5 102q0 59 -42.5 101.5t-101.5 42.5q-60 0 -102 -42.5t-42 -101.5q0 -60 42 -102t102 -42z" />
37
+ <glyph unicode="&#xf641;" horiz-adv-x="864" d="M432 594q67 0 114.5 -47.5t47.5 -114.5t-47.5 -114.5t-114.5 -47.5q-68 0 -115 47t-47 115q0 67 47.5 114.5t114.5 47.5zM833 594h-232q-70 72 -169 72t-169 -72h-232q49 120 158 195t243 75t242.5 -75t158.5 -195zM864 432q0 -179 -126.5 -305.5t-305.5 -126.5
38
+ t-305.5 126.5t-126.5 305.5q0 46 9 90h207q-18 -42 -18 -90q0 -97 68.5 -165.5t165.5 -68.5t165.5 68.5t68.5 165.5q0 48 -18 90h207q9 -44 9 -90z" />
39
+ <glyph unicode="&#xf650;" horiz-adv-x="864" d="M864 432q0 -179 -126.5 -305.5t-305.5 -126.5q-64 0 -123 18q32 50 44 92l30 119q12 -22 42 -38t64 -16q103 0 168 84t65 212q0 100 -77 174t-196 74q-74 0 -134.5 -24.5t-97.5 -64.5t-57 -87t-20 -94q0 -59 22.5 -103.5t65.5 -61.5q17 -7 22 11q4 14 9 34q3 12 -7 24
40
+ q-28 35 -28 85q0 85 59 146t154 61q85 0 132 -46t47 -120q0 -95 -38.5 -162t-98.5 -67q-34 0 -55 24.5t-13 58.5q5 20 15 53t16.5 58t6.5 42q0 28 -15 46.5t-43 18.5q-35 0 -59 -32t-24 -80q0 -18 3.5 -35t6.5 -25l4 -8q-48 -200 -56 -236q-11 -43 -7 -99
41
+ q-116 51 -187.5 158t-71.5 238q0 179 126.5 305.5t305.5 126.5t305.5 -126.5t126.5 -305.5z" />
42
+ <glyph unicode="&#xf651;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM298 246q51 0 78 33t27 81q0 77 -89 103q-23 7 -92 29q-49 14 -49 48q0 22 15.5 39.5t48.5 17.5q37 0 67.5 -28.5t41.5 -76.5h18v120h-18
43
+ l-8 -39q-35 45 -100 45q-41 0 -69 -24.5t-28 -71.5q0 -81 83 -106l86 -27q34 -11 45.5 -25t11.5 -37q0 -22 -20 -39.5t-52 -17.5q-36 0 -72 30t-61 96h-18v-144h18l14 53q19 -24 51 -41.5t71 -17.5zM763 594h11v18h-126v-18h16q18 0 23.5 -14.5t-2.5 -36.5l-76 -193l-90 244
44
+ h57v18h-180v-18h8q40 0 54 -36l113 -306h24l108 280q26 62 60 62z" />
45
+ <glyph unicode="&#xf652;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM720 272v403q0 13 -11 21q-10 8 -23 5l-207 -55q-26 -7 -47 -30q-21 23 -47 30l-207 55q-13 3 -24 -5q-10 -8 -10 -21v-403q0 -21 20 -26
46
+ l242 -65q7 -88 57 -135q0 -1 2 -1h1q2 2 2 3l3 53l35 4q2 0 2 2q1 1 0.5 2t-1.5 1q-38 30 -45 72l238 64q20 5 20 26zM459 551q0 14 10.5 26.5t23.5 15.5l173 47v-347l-207 -56v314zM639 345v50l-153 -42v-50zM639 441v50l-153 -42v-50zM639 537v50l-153 -42v-50zM371 593
47
+ q13 -3 23.5 -15.5t10.5 -26.5v-314l-207 56v347zM378 303v50l-153 42v-50zM378 399v50l-153 42v-50zM378 495v50l-153 42v-50z" />
48
+ <glyph unicode="&#xf653;" horiz-adv-x="864" d="M432 609l192 -119l-192 -119l-192 119zM432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM623 232v36l-59 -37l-132 109l-131 -109l-60 37v-36l191 -114zM565 260l191 125l-132 105l132 106
49
+ l-191 124l-133 -111l-133 111l-191 -124l132 -106l-132 -105l191 -125l133 111z" />
50
+ <glyph unicode="&#xf660;" horiz-adv-x="864" d="M421 572q-168 -50 -412 -54q20 101 84.5 182t157.5 124q98 -120 170 -252zM114 139q-114 124 -114 293v20q269 4 451 61q17 -34 38 -83q-22 -6 -33 -10q-206 -73 -342 -281zM602 35q-81 -35 -170 -35q-151 0 -268 93q138 217 349 276q58 -153 89 -334zM859 367
51
+ q-13 -91 -63 -168t-126 -127q-31 169 -84 312q129 19 273 -17zM492 596q-74 137 -168 254q54 14 108 14q166 0 288 -111q-87 -101 -228 -157zM864 434q-163 37 -302 13q-8 21 -40 91q149 60 244 168q96 -117 98 -272z" />
52
+ <glyph unicode="&#xf661;" horiz-adv-x="864" d="M608 469q25 0 42 -16t17 -39h-119q2 24 18 39.5t42 15.5zM608 469q25 0 42 -16t17 -39h-119q2 24 18 39.5t42 15.5zM432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM530 612v-36h159v36h-159
53
+ zM309 252q72 0 104 31.5t32 79.5q0 32 -14.5 53.5t-28.5 27.5l-14 5q45 23 45 75q0 45 -30.5 70t-81.5 25h-177v-367h165zM547 368h191v17q0 67 -34 104t-96 37q-58 0 -94.5 -36t-36.5 -105q0 -66 36.5 -102t96.5 -36q47 0 81.5 24t42.5 62h-70q-1 -3 -4.5 -8t-16.5 -13.5
54
+ t-31 -8.5q-28 0 -46.5 17t-18.5 48zM608 469q25 0 42 -16t17 -39h-119q2 24 18 39.5t42 15.5zM307 413q60 0 60 -45q0 -52 -61 -52h-78v97h79zM360 515q0 -41 -54 -41h-78v81h69q33 0 48 -8.5t15 -31.5z" />
55
+ <glyph unicode="&#xf670;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM594 648v92q-27 -23 -105 -29q-34 22 -79 22q-61 0 -103 -41.5t-42 -106.5q0 -88 70 -128q-17 -14 -25 -31.5t-3.5 -40t24.5 -43.5
56
+ q-36 -16 -57.5 -44.5t-21.5 -62.5q0 -54 50 -90t121 -36q72 0 121.5 35.5t49.5 90.5q0 52 -48 88t-118 38q-22 16 -25 33.5t12 43.5q60 2 99.5 42.5t39.5 104.5q0 35 -12 63h52zM342 234q0 19 22.5 33t58.5 14t58.5 -14t22.5 -33q0 -20 -22.5 -33.5t-58.5 -13.5t-58.5 13.5
57
+ t-22.5 33.5zM410 661q23 0 37.5 -19.5t14.5 -52.5q0 -34 -15 -53.5t-37 -19.5q-23 0 -38 20t-15 53t15 52.5t38 19.5z" />
58
+ <glyph unicode="&#xf671;" horiz-adv-x="864" d="M432 864q178 0 305 -127t127 -305q0 -149 -91.5 -266t-232.5 -153v113q0 78 -45 113q91 14 149 65t58 128q0 68 -50 124q18 83 -4 128q-55 -5 -125 -48q-48 12 -91 12t-91 -12q-70 43 -125 48q-23 -48 -4 -128q-50 -56 -50 -124q0 -77 58 -128t149 -65q-23 -17 -35 -49
59
+ q-18 0 -37 3.5t-34.5 9.5t-30 13.5t-26 15t-19.5 14t-13 10.5l-4 4q-7 7 -14 2q-8 -5 -6 -14q19 -37 32 -54q52 -67 142 -94v-87q-141 36 -232.5 153t-91.5 266q0 179 126.5 305.5t305.5 126.5z" />
60
+ <glyph unicode="&#xf672;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM479 825l-51 -51l204 -204l51 51zM363 680l-31 -65l261 -122l31 66zM306 530l-13 -71l284 -50l12 71zM288 396v-72h288v72h-288zM684 216v216
61
+ h-72v-144h-360v144h-72v-216h504z" />
62
+ <glyph unicode="&#xf680;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM679 510q18 81 -25.5 127.5t-105.5 46.5h-242l-108 -504h140l35 162h100q78 0 134 45t72 123zM494 576q27 0 41.5 -20.5t7.5 -49.5
63
+ q-7 -30 -30.5 -52t-54.5 -22h-66l32 144h70z" />
64
+ <glyph unicode="&#xf681;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM635 199q27 22 30.5 56.5t-18.5 61.5l-115 126l99 119q21 28 16 62t-33 55q-28 20 -62 15.5t-54 -32.5l-102 -138v97q0 34 -23.5 57.5
65
+ t-57.5 23.5t-57.5 -23.5t-23.5 -57.5v-378q0 -34 23.5 -57.5t57.5 -23.5t57.5 23.5t23.5 57.5v110l122 -144q23 -26 57 -29t60 19z" />
66
+ <glyph unicode="&#xf690;" horiz-adv-x="864" d="M864 432q0 -179 -126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5q0 13 2 39q8 -63 56.5 -105t112.5 -42q71 0 121 50t50 121t-50 121t-121 50q-89 0 -140 -73q49 121 157.5 196t243.5 75q101 0 190 -44t150 -121l-358 -429l-45 83q-38 -51 -96 -79l123 -148
67
+ l449 431q19 -62 19 -125z" />
68
+ <glyph unicode="&#xf6a0;" horiz-adv-x="864" d="M432 864q179 0 305.5 -126.5t126.5 -305.5t-126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM567 137q66 0 113 47t47 113q0 51 -28 90q3 23 3 45q0 112 -79 191t-191 79q-22 0 -45 -3q-39 28 -90 28q-66 0 -113 -47t-47 -113
69
+ q0 -51 28 -91q-3 -21 -3 -44q0 -112 79 -191t191 -79q23 0 44 3q40 -28 91 -28zM585 366q0 77 -120 102l-40 10q-18 4 -27 6.5t-16.5 9.5t-7.5 18q0 29 55 29q33 0 58 -22t41 -22q18 0 29 12.5t11 29.5q0 32 -44.5 52.5t-101.5 20.5t-100 -26.5t-43 -80.5q0 -44 25.5 -66.5
70
+ t73.5 -34.5l56 -14q22 -5 30.5 -7.5t16.5 -10t8 -18.5q0 -15 -15.5 -25t-40.5 -10q-24 0 -42 9t-27 20.5t-21 20.5t-26 9q-38 0 -38 -40q0 -35 46.5 -60.5t111.5 -25.5q60 0 104 31t44 83z" />
71
+ <glyph unicode="&#xf6b0;" horiz-adv-x="864" d="M432 864q178 0 305 -127t127 -305q0 -179 -126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM504 692q-36 10 -81 10q-115 0 -197 -79t-82 -191t82 -191t197 -79t197 79t82 191q0 9 -2 29q34 16 57 39t28.5 36t5.5 18q3 7 -3 15
72
+ q-5 7 -14 7q-30 0 -58 9t-44.5 18t-46.5 29q-40 26 -67 39v-212q0 -61 -49.5 -102.5t-112.5 -41.5q-44 0 -76 27t-32 72q0 47 43 91t110 44q33 0 63 -20v163z" />
73
+ <glyph unicode="&#xf6b1;" horiz-adv-x="864" d="M505 6q-10 63 -43 95.5t-82 32.5q-41 0 -72 -26.5t-45 -73.5q80 -34 169 -34q37 0 73 6zM432 864q178 0 305 -127t127 -305q0 -121 -62 -222.5t-164 -157.5q-24 94 -93.5 147t-164.5 53q-76 0 -138.5 -37.5t-97.5 -105.5q-67 61 -105.5 145t-38.5 178q0 179 126.5 305.5
74
+ t305.5 126.5zM639 281q6 9 3.5 19.5t-12.5 16.5q-169 104 -415 48q-11 -3 -16.5 -12.5t-3.5 -19.5t11.5 -16t20.5 -4q224 51 375 -41q23 -14 37 9zM691 397q8 11 4.5 24.5t-15.5 20.5q-99 61 -231 76.5t-249 -19.5q-13 -4 -19.5 -16t-2.5 -25t16 -20t26 -3
75
+ q102 31 220.5 17.5t204.5 -66.5q12 -8 25.5 -4.5t20.5 15.5zM696 519q14 -8 30 -4t24 18q9 14 4.5 30.5t-18.5 24.5q-76 45 -180.5 66.5t-203.5 17.5t-176 -27q-16 -5 -23.5 -19.5t-2.5 -30.5t19 -23.5t30 -2.5q67 20 155.5 23.5t182 -15.5t159.5 -58z" />
76
+ <glyph unicode="&#xf6b2;" horiz-adv-x="864" d="M432 864q178 0 305 -127t127 -305q0 -179 -126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM594 252q162 0 162 103q0 41 -19.5 64.5t-47 31.5t-55 13t-47 16t-19.5 34q0 39 53 39q52 0 58 -44l74 9q-9 94 -128 94q-59 0 -95.5 -26
77
+ t-36.5 -80q0 -39 19.5 -61.5t46.5 -30.5t54.5 -13t47 -16.5t19.5 -33.5q0 -41 -77 -41q-61 0 -88 31.5t-47 97.5q-28 95 -66 134t-127 39q-74 0 -120.5 -45t-46.5 -141q0 -94 46 -134t116 -40q36 0 67 10t44 20l13 9l-24 65q-4 -5 -12 -12.5t-34 -20.5t-54 -13
78
+ q-34 0 -59 32.5t-25 89.5q0 56 24.5 88.5t66.5 32.5q13 0 24.5 -2t21 -7.5t16.5 -10.5t13.5 -16t10.5 -17.5t9.5 -21.5t8.5 -23t8.5 -26t8.5 -26q7 -21 10.5 -30t14 -31.5t23.5 -34.5t33 -26.5t49.5 -21.5t65.5 -7z" />
79
+ <glyph unicode="&#x1f44d;" horiz-adv-x="864" d="M432 864q178 0 305 -127t127 -305q0 -179 -126.5 -305.5t-305.5 -126.5t-305.5 126.5t-126.5 305.5t126.5 305.5t305.5 126.5zM684 400q0 27 -21 43q21 16 21 43q0 22 -16 38t-38 16h-115q-6 0 -9 5q-4 6 -1 10l2 6q2 6 4.5 15.5t4.5 21t4 25t2 25.5q0 36 -19 65
80
+ q-17 25 -40 25q-13 0 -22 -10t-9 -24q0 -45 -23 -85t-54 -63.5t-59.5 -37.5t-43.5 -14h-36v-252h72l107 -40q30 -14 64 -14h113q20 0 34 14t14 34q0 11 -5 21q18 5 29.5 19.5t11.5 33.5q0 16 -9 29q37 12 37 51z" />
81
+ <glyph />
82
+ <glyph horiz-adv-x="288" />
83
+ <glyph />
84
+ <glyph unicode="&#xd;" />
85
+ <glyph unicode=" " horiz-adv-x="216" />
86
+ <glyph unicode="+" horiz-adv-x="584" d="M545 215h-217v-215h-72v215h-217v74h217v215h72v-215h217v-74z" />
87
+ <glyph unicode="-" horiz-adv-x="833" />
88
+ <glyph unicode="A" horiz-adv-x="580" d="M567 0h-92l-61 181h-251l-65 -181h-86l234 624h97zM382 256l-92 276l-100 -276h192z" />
89
+ <glyph unicode="B" horiz-adv-x="580" d="M543 187q0 -84 -57 -135.5t-137 -51.5h-287v624h282q69 0 118 -42t50 -116q0 -42 -21 -79t-60 -51q50 -17 81 -56.5t31 -92.5zM429 448q0 51 -26.5 76.5t-92.5 26.5h-162v-192h164q59 0 87 25.5t30 63.5zM459 176q0 57 -30 85t-114 29h-167v-219h195q56 0 85 32t31 73z
90
+ " />
91
+ <glyph unicode="C" horiz-adv-x="628" d="M592 229q-13 -105 -84 -175.5t-182 -70.5q-63 0 -114 20.5t-83 54t-53.5 78t-30.5 89.5t-9 92q0 83 31 154t97.5 119t157.5 51q29 0 59 -5t64.5 -19.5t62 -36t49 -59t28.5 -85.5h-82q-12 62 -58 95t-111 33q-107 0 -157.5 -68.5t-52.5 -178.5q2 -66 21 -122.5t63.5 -96.5
92
+ t108.5 -40q81 0 130.5 45t61.5 126h83z" />
93
+ <glyph unicode="D" horiz-adv-x="628" d="M584 334q0 -138 -67 -235t-183 -99h-265v624h262q42 0 83 -16t79.5 -48t63.5 -91t27 -135zM497 327q0 96 -43 160t-135 64h-164v-480h174q76 0 122 73t46 183z" />
94
+ <glyph unicode="E" horiz-adv-x="580" d="M534 0h-461v624h456v-76h-371v-190h342v-75h-342v-208h376v-75z" />
95
+ <glyph unicode="F" horiz-adv-x="530" d="M505 548h-347v-190h306v-75h-306v-283h-85v624h432v-76z" />
96
+ <glyph unicode="G" horiz-adv-x="674" d="M610 0h-54l-20 83q-29 -41 -84 -68t-121 -29q-149 0 -219.5 90t-70.5 241q0 60 18.5 115.5t53.5 101.5t93 74t130 29q100 0 175.5 -53.5t88.5 -149.5h-81q-33 130 -187 130q-89 0 -147 -68t-58 -184q0 -124 56.5 -191.5t148.5 -67.5q72 0 131 45q38 31 52.5 67t16.5 95
97
+ h-194v72h272v-332z" />
98
+ <glyph unicode="H" horiz-adv-x="628" d="M562 0h-85v290h-326v-290h-85v624h85v-259h326v259h85v-624z" />
99
+ <glyph unicode="I" horiz-adv-x="240" d="M163 0h-85v624h85v-624z" />
100
+ <glyph unicode="J" horiz-adv-x="434" d="M372 168q0 -96 -49.5 -139.5t-130.5 -45.5q-93 0 -135.5 47.5t-42.5 108.5v61h79v-44q0 -101 94 -101q51 0 74.5 26t24.5 82v461h86v-456z" />
101
+ <glyph unicode="K" horiz-adv-x="580" d="M575 0h-109l-219 312l-98 -93v-219h-85v624h85v-304l303 304h116l-260 -252z" />
102
+ <glyph unicode="L" horiz-adv-x="484" d="M466 0h-402v624h85v-549h317v-75z" />
103
+ <glyph unicode="M" horiz-adv-x="722" d="M661 0h-83v524l-174 -524h-84l-178 523v-523h-80v624h121l180 -529l178 529h120v-624z" />
104
+ <glyph unicode="N" horiz-adv-x="628" d="M562 0h-96l-318 503v-503h-82v624h100l314 -505v505h82v-624z" />
105
+ <glyph unicode="O" horiz-adv-x="674" d="M641 312q0 -35 -5 -69.5t-23.5 -82.5t-49 -84t-88.5 -62t-136 -27q-76 0 -135.5 27.5t-95 74t-54 103.5t-18.5 120q0 89 31.5 160t101.5 117.5t170 47.5q66 0 119.5 -20.5t86.5 -53.5t55.5 -77t31.5 -87t9 -87zM556 312q0 112 -57.5 180.5t-159.5 69.5q-97 0 -157 -68
106
+ t-60 -182q0 -113 58 -181t159 -69q102 0 159.5 68.5t57.5 181.5z" />
107
+ <glyph unicode="P" horiz-adv-x="580" d="M539 448q0 -76 -45 -129.5t-140 -55.5h-196v-263h-85v624h281q79 0 131 -46t54 -130zM452 448q0 103 -123 103h-171v-217h168q124 0 126 114z" />
108
+ <glyph unicode="Q" horiz-adv-x="674" d="M641 312q0 -150 -91 -240l85 -66l-41 -51l-96 75q-65 -43 -160 -43q-76 0 -135.5 27.5t-95.5 74t-54.5 103.5t-18.5 120q0 138 78 230.5t226 94.5q66 0 119 -20.5t86.5 -53.5t56.5 -77t32 -87t9 -87zM554 312q0 112 -57 180.5t-159 69.5q-98 0 -157.5 -67.5t-59.5 -182.5
109
+ q0 -113 58 -181t159 -69q51 0 91 20l-65 49l43 53l80 -61q67 70 67 189z" />
110
+ <glyph unicode="R" horiz-adv-x="628" d="M584 0h-95q-11 24 -16 63.5t-6.5 79t-2.5 47.5q-10 75 -102 76h-212v-266h-85v624h299q80 0 137 -43.5t59 -128.5q0 -97 -91 -145q69 -22 77 -101q3 -24 5.5 -66.5t6 -69.5t10.5 -45q7 -17 16 -25zM474 444q0 104 -103 107h-221v-212h214q47 0 78.5 29t31.5 76z" />
111
+ <glyph unicode="S" horiz-adv-x="580" d="M537 175q0 -91 -67.5 -139.5t-176.5 -48.5q-249 0 -250 219h78q0 -141 172 -147q69 0 116 24.5t47 80.5q0 54 -38.5 74t-164.5 48q-15 3 -22 5q-76 17 -121.5 51.5t-47.5 103.5q0 82 54.5 136.5t161.5 54.5q65 0 112.5 -16.5t71 -38.5t37.5 -52t17.5 -49t4.5 -37v-5h-78
112
+ q0 63 -45.5 93.5t-111.5 33.5q-27 0 -50.5 -5t-45 -16.5t-34 -34t-12.5 -54.5q0 -60 75 -76l178 -41q140 -31 140 -164z" />
113
+ <glyph unicode="T" horiz-adv-x="530" d="M519 548h-212v-548h-85v548h-210v76h507v-76z" />
114
+ <glyph unicode="U" horiz-adv-x="628" d="M560 205q0 -93 -63.5 -154.5t-188.5 -62.5q-119 0 -178.5 55t-61.5 158v423h85v-407q0 -72 40 -113.5t115 -41.5q76 0 120.5 40t46.5 113v409h85v-419z" />
115
+ <glyph unicode="V" horiz-adv-x="580" d="M561 624l-227 -624h-90l-227 624h98l177 -533l184 533h85z" />
116
+ <glyph unicode="W" horiz-adv-x="819" d="M806 624l-165 -624h-88l-142 517l-146 -517h-89l-162 624h91l115 -509l143 509h91l143 -509l115 509h94z" />
117
+ <glyph unicode="X" horiz-adv-x="580" d="M562 0h-105l-167 256l-173 -256h-101l223 320l-210 304h106l158 -239l159 239h101l-209 -305z" />
118
+ <glyph unicode="Y" horiz-adv-x="580" d="M566 624l-235 -375v-249h-84v249l-234 375h102l178 -300l179 300h94z" />
119
+ <glyph unicode="Z" horiz-adv-x="530" d="M510 0h-490v69l382 480h-354v75h462v-73l-384 -475h384v-76z" />
120
+ <glyph unicode="a" horiz-adv-x="484" d="M461 1v-1q-24 -9 -50 -9q-71 0 -73 68q-65 -70 -164 -73q-64 0 -104 37.5t-40 90.5q0 33 12 58.5t27 40t45 26t48.5 15.5t56.5 10t51 9q64 12 64 55q0 35 -26.5 56t-78.5 21q-47 0 -75 -22.5t-29 -67.5h-71q0 62 47 106t138 45q70 0 121 -34.5t51 -99.5v-243
121
+ q0 -17 2.5 -25t14 -13t33.5 5v-55zM332 151v82q-17 -11 -57.5 -19.5t-75 -15t-62.5 -28t-28 -55.5q0 -33 22 -50t59 -17q48 0 95 29t47 74z" />
122
+ <glyph unicode="b" horiz-adv-x="484" d="M459 240q2 -45 -8 -88t-32.5 -81.5t-64 -61.5t-96.5 -23q-93 0 -134 70l-6 -56h-69v624h78v-227q50 66 139 69q83 0 136.5 -63t56.5 -163zM379 227q0 84 -33.5 127.5t-93.5 43.5q-35 0 -61 -16t-40 -42.5t-20.5 -54.5t-6.5 -57q0 -171 132 -175q59 0 91 47.5t32 126.5z
123
+ " />
124
+ <glyph unicode="c" horiz-adv-x="434" d="M418 160q-10 -90 -65.5 -132t-126.5 -42q-86 0 -143.5 67t-57.5 174q0 116 58.5 178t145.5 62q73 0 127 -39t62 -126h-73q-4 45 -35 70.5t-78 25.5q-56 0 -91 -40.5t-35 -130.5q0 -72 35.5 -121.5t90.5 -49.5q94 0 112 104h74z" />
125
+ <glyph unicode="d" horiz-adv-x="484" d="M27 240q3 100 56.5 163t136.5 63q88 -3 139 -69v227h78v-624h-69v64q-20 -35 -59 -56.5t-81 -21.5q-55 0 -96.5 23t-64 61.5t-32.5 81.5t-8 88zM107 227q0 -79 32 -126.5t91 -47.5q132 4 132 175q0 65 -31 117.5t-97 52.5q-60 0 -93.5 -43.5t-33.5 -127.5z" />
126
+ <glyph unicode="e" horiz-adv-x="484" d="M421 201h-339q0 -64 38.5 -104.5t95.5 -40.5q55 0 88 29.5t33 56.5h78q-13 -73 -68 -114t-135 -41q-96 0 -152.5 65t-58.5 162q0 114 59 184t154 70q101 0 155.5 -73.5t51.5 -193.5zM341 263q0 61 -37 99t-89 38q-54 0 -92.5 -40.5t-40.5 -96.5h259z" />
127
+ <glyph unicode="f" horiz-adv-x="240" d="M227 630v-63q-13 2 -32 2q-23 0 -32.5 -10.5t-9.5 -35.5v-69h74v-69h-74v-385h-78v385h-63v69h63v84q0 41 31 69t81 28q23 0 40 -5z" />
128
+ <glyph unicode="g" horiz-adv-x="518" d="M458 20q0 -111 -54 -165t-151 -54q-26 0 -52 5.5t-56 19t-49 44t-20 74.5h76q0 -34 29 -53t67 -19q63 0 98.5 35t35.5 107v27q-50 -54 -139 -54q-76 0 -137.5 62.5t-63.5 165.5q0 117 59 184t153 67q41 0 75.5 -18t52.5 -46v55h76v-437zM382 226q0 76 -35 119.5t-96 43.5
129
+ q-51 0 -89.5 -41t-38.5 -115q0 -87 39 -132.5t92 -45.5q56 0 91.5 45.5t36.5 125.5z" />
130
+ <glyph unicode="h" horiz-adv-x="484" d="M427 0h-78v297q0 101 -89 101q-54 0 -91 -38t-37 -113v-247h-78v624h78v-231q46 70 141 74q64 0 109 -38t45 -127v-302z" />
131
+ <glyph unicode="i" horiz-adv-x="194" d="M134 536h-78v86h78v-86zM134 0h-78v454h78v-454z" />
132
+ <glyph unicode="j" horiz-adv-x="269" d="M211 -78q0 -45 -29.5 -74t-84.5 -29q-25 0 -39 3v66q19 -4 35 -4q22 0 31 12t9 43v515h78v-532zM211 536h-78v88h78v-88z" />
133
+ <glyph unicode="k" horiz-adv-x="434" d="M434 0h-97l-150 222l-55 -54v-168h-78v624h78v-363l194 193h98l-181 -174z" />
134
+ <glyph unicode="l" horiz-adv-x="194" d="M135 0h-79v624h79v-624z" />
135
+ <glyph unicode="m" horiz-adv-x="722" d="M669 0h-78v293q0 105 -84 105q-46 0 -75 -33t-31 -89v-276h-78v313q0 36 -17.5 60.5t-55.5 24.5q-48 0 -82 -36t-35 -115v-247h-78v454h72v-64q49 76 139 76q84 0 122 -73q47 73 139 73q18 0 35.5 -3.5t37.5 -14t34.5 -27t24.5 -44.5t10 -64v-313z" />
136
+ <glyph unicode="n" horiz-adv-x="484" d="M427 0h-78v284q0 114 -89 114q-55 0 -91.5 -37.5t-36.5 -101.5v-259h-78v454h74v-66q15 25 54.5 51.5t90.5 26.5q70 0 112 -40.5t42 -123.5v-302z" />
137
+ <glyph unicode="o" horiz-adv-x="484" d="M456 227q0 -98 -57.5 -168t-155.5 -72q-97 0 -154.5 70.5t-57.5 169.5q0 101 57 170.5t155 69.5t155.5 -69.5t57.5 -170.5zM376 227q1 39 -12 76.5t-44.5 66t-76.5 29.5q-65 0 -98.5 -54t-33.5 -118q0 -73 32.5 -123t99.5 -50t98.5 49t34.5 124z" />
138
+ <glyph unicode="p" horiz-adv-x="484" d="M460 214q-3 -100 -56.5 -163t-137.5 -63q-87 3 -138 69v-237h-79v634h70v-64q20 35 59 56.5t81 21.5q55 0 96.5 -23t64 -61.5t32.5 -81.5t8 -88zM380 227q0 79 -32 126.5t-91 47.5q-132 -4 -132 -175q0 -65 31 -117.5t97 -52.5q60 0 93.5 43.5t33.5 127.5z" />
139
+ <glyph unicode="q" horiz-adv-x="484" d="M19 214q0 46 10 88t32 81t63 62t96 23q92 0 133 -70l7 56h70v-634h-78v237q-52 -66 -139 -69q-85 0 -138.5 60.5t-55.5 165.5zM99 227q0 -83 34 -127t94 -44q45 0 75.5 29t41 65t10.5 76q0 171 -132 175q-59 0 -91 -47.5t-32 -126.5z" />
140
+ <glyph unicode="r" horiz-adv-x="288" d="M257 385q-65 0 -105.5 -30t-40.5 -83v-272h-78v454h75v-77q40 87 149 87v-79z" />
141
+ <glyph unicode="s" horiz-adv-x="434" d="M405 137q0 -65 -48 -108t-131 -43q-85 0 -137.5 38.5t-58.5 121.5h75q0 -93 121 -93q43 0 73 18t30 53q0 27 -27.5 42.5t-129.5 39.5q-26 6 -43.5 12.5t-39 19.5t-32.5 34t-11 50q0 69 48 107t124 38q52 0 88.5 -15.5t53 -40.5t23.5 -45.5t8 -41.5h-74q0 76 -107 76
142
+ q-11 0 -22 -1.5t-28 -7t-28.5 -19.5t-12.5 -36q0 -29 27.5 -41t126.5 -36q62 -17 96.5 -43.5t35.5 -78.5z" />
143
+ <glyph unicode="t" horiz-adv-x="240" d="M227 54v-64q-23 -5 -40 -5q-50 0 -81 28t-31 69v303h-59v69h59v128h78v-128h74v-69h-74v-287q0 -25 9.5 -36t32.5 -11q12 0 32 3z" />
144
+ <glyph unicode="u" horiz-adv-x="484" d="M49 454h79v-284q0 -114 89 -114q55 0 91.5 37.5t36.5 101.5v259h78v-454h-75v66q-15 -25 -54.5 -51.5t-90.5 -26.5q-70 0 -112 40.5t-42 123.5v302z" />
145
+ <glyph unicode="v" horiz-adv-x="434" d="M417 454l-173 -454h-82l-165 454h87l124 -372l127 372h82z" />
146
+ <glyph unicode="w" horiz-adv-x="628" d="M615 454l-131 -454h-80l-91 351l-91 -351h-80l-130 454h83l86 -358l93 358h85l89 -358l91 358h76z" />
147
+ <glyph unicode="x" horiz-adv-x="434" d="M425 0h-98l-112 171l-110 -171h-96l160 234l-152 220h98l105 -161l106 161h92l-153 -221z" />
148
+ <glyph unicode="y" horiz-adv-x="434" d="M425 454q-70 -199 -133 -365t-77 -195q-28 -56 -63 -72t-99 -2v70q69 -26 96 24l31 72l-170 468h86l124 -371l123 371h82z" />
149
+ <glyph unicode="z" horiz-adv-x="434" d="M407 0h-380v59l273 331h-252v64h350v-63l-271 -329h280v-62z" />
150
+ </font>
151
+ </defs></svg>