first version of theme development sdk

s Please enter the commit message for your changes. Lines starting
This commit is contained in:
Harry Bomrah 2014-03-12 12:42:59 +08:00
commit 8d94fed6f3
117 changed files with 16079 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

45
Gemfile Normal file
View File

@ -0,0 +1,45 @@
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.3'
gem 'mongoid', github: 'mongoid/mongoid'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'
gem 'nokogiri'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false
end
# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.1.2'
# Use unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano', group: :development
# Use debugger
gem 'debugger', group: [:development, :test]

148
Gemfile.lock Normal file
View File

@ -0,0 +1,148 @@
GIT
remote: git://github.com/mongoid/mongoid.git
revision: c8af8d0836b086cebc4a609037a97747e9f3359b
specs:
mongoid (4.0.0.beta1)
activemodel (>= 4.0.0)
moped (~> 2.0.beta6)
origin (~> 2.1)
tzinfo (>= 0.3.37)
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.3)
actionpack (= 4.0.3)
mail (~> 2.5.4)
actionpack (4.0.3)
activesupport (= 4.0.3)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.3)
activesupport (= 4.0.3)
builder (~> 3.1.0)
activerecord (4.0.3)
activemodel (= 4.0.3)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.3)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.3)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.2)
atomic (1.1.15)
bson (2.2.1)
builder (3.1.4)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
columnize (0.3.6)
connection_pool (1.2.0)
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
erubis (2.7.0)
execjs (2.0.2)
hike (1.2.3)
i18n (0.6.9)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.1.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mini_portile (0.5.2)
minitest (4.7.5)
moped (2.0.0.beta6)
bson (~> 2.2)
connection_pool (~> 1.2)
optionable (~> 0.2.0)
multi_json (1.8.4)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
optionable (0.2.0)
origin (2.1.0)
polyglot (0.3.4)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.3)
actionmailer (= 4.0.3)
actionpack (= 4.0.3)
activerecord (= 4.0.3)
activesupport (= 4.0.3)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.3)
sprockets-rails (~> 2.0.0)
railties (4.0.3)
actionpack (= 4.0.3)
activesupport (= 4.0.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.1)
rdoc (4.1.1)
json (~> 1.4)
sass (3.2.14)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 2.0.0)
sdoc (0.4.0)
json (~> 1.8)
rdoc (~> 4.0, < 5.0)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
thor (0.18.1)
thread_safe (0.2.0)
atomic (>= 1.1.7, < 2)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.1)
coffee-rails
tzinfo (0.3.38)
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
PLATFORMS
ruby
DEPENDENCIES
coffee-rails (~> 4.0.0)
debugger
jbuilder (~> 1.2)
jquery-rails
mongoid!
nokogiri
rails (= 4.0.3)
sass-rails (~> 4.0.0)
sdoc
turbolinks
uglifier (>= 1.3.0)

28
README.rdoc Normal file
View File

@ -0,0 +1,28 @@
== README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.

6
Rakefile Normal file
View File

@ -0,0 +1,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
OrbitStore::Application.load_tasks

0
app/assets/images/.keep Normal file
View File

View File

@ -0,0 +1,16 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .

View File

@ -0,0 +1,15 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require loadjquery
//= require main

View File

@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

4
app/assets/javascripts/jquery11.js vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,28 @@
if (typeof jQuery === "undefined") {
loadjQuery("//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js", verifyJQueryCdnLoaded);
} else
main();
var verifyJQueryCdnLoaded = function() {
if (typeof jQuery === "undefined")
loadjQuery("//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js", main);
else
main();
}
var loadjQuery = function(url, callback) {
var script_tag = document.createElement('script');
script_tag.setAttribute("src", url)
script_tag.onload = callback; // Run callback once jQuery has loaded
script_tag.onreadystatechange = function () { // Same thing but for IE
if (this.readyState == 'complete' || this.readyState == 'loaded') callback();
}
script_tag.onerror = function() {
loadjQuery("//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js", main);
}
document.getElementsByTagName("head")[0].appendChild(script_tag);
}
function main() {
}

View File

@ -0,0 +1,136 @@
(function(){
$.ajax({
url : "/data.json",
type : "get",
dataType : "json"
}).done(function(data){
$(document).ready(function(){
new dataApi(data);
})
})
// data api
var dataApi = function(data){
var api = this,
jsonData = data;
var initialize = function(){
var urlVars = getUrlVars();
if(urlVars["id"]){
var temp = window.location.pathname;
temp = temp.split("/");
show = (temp[temp.length - 1] == "show" ? true : false)
if(show){
var module = temp[temp.length - 2]
renderShowPage(module,urlVars["id"]);
}else{
renderIndexPage();
}
}else{
renderIndexPage();
}
}
var renderShowPage = function(module,id){
var content_area = $("*[data-content]"),
inner_html = content_area.html(),
d = getDataFromId(data[module],id),
re = new RegExp(/{{([^}]+)}}/g),
fields = inner_html.match(re);
if(typeof d == "undefined"){
throw new invalidShowId();
}
for(x = 0; x < fields.length; x++){
var t = fields[x].replace("{{","").replace("}}","");
inner_html = inner_html.replace(fields[x],d[t]);
}
content_area.html(inner_html);
}
var getDataFromId = function(data,id){
return data.filter(function(x){return x.id == id})[0]
}
var renderIndexPage = function(){
var elements = $("*[data-repeat]");
elements.each(function(){
var el = $(this),
inner_html = el.html(),
times = el.data("repeat"),
type = el.data("module") || null;
el.html("");
if(!type){
throw new dataTypeError();
}else{
var data = jsonData[type];
if(times > data.length){
throw new invalidShowId()
}
if(times === 0){
times = data.length - 1;
}
for(i = 0; i < times; i++){
var temp_html = inner_html,
d = (times === 0 ? data[i] : getRandomData(data)),
re = new RegExp(/{{([^}]+)}}/g),
fields = temp_html.match(re);
for(x = 0; x < fields.length; x++){
var t = fields[x].replace("{{","").replace("}}","");
switch(t){
case "link_to_show":
t = "id";
temp_html = temp_html.replace(fields[x],"/module/" + type + "/show?id=" + d[t]);
break;
case "link_to_index":
temp_html = temp_html.replace(fields[x],"/module/" + type);
break;
default:
temp_html = temp_html.replace(fields[x],d[t]);
break;
}
}
el.append(temp_html);
}
}
})
}
var getUrlVars = function(){
var vars = [], hash;
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
for(var i = 0; i < hashes.length; i++){
hash = hashes[i].split('=');
vars.push(decodeURIComponent(hash[0]));
vars[decodeURIComponent(hash[0])] = decodeURIComponent(hash[1]);
}
if(vars[0] == window.location.href){
vars =[];
}
return vars;
}
var getRandomData = function(data){
var x = getRandomArbitrary(1,data.length) - 1;
return data[x];
}
var getRandomArbitrary = function(min, max) {
return Math.round(Math.random() * (max - min) + min);
}
initialize();
}
var dataTypeError = function(){
this.name = "DataTypeError";
this.message = "Invalid module type. Please specify data-module='announcment|faq|..'";
}
var invalidShowId = function(){
this.name = "InvalidShowID";
this.message = "Invalid id for the data-module";
}
dataTypeError.prototype = new Error();
invalidShowId.prototype = new Error();
})();

View File

@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@ -0,0 +1,13 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*/

View File

@ -0,0 +1,12 @@
/*
* This is a manifest file that'll be compiled into front.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets/front_end, vendor/assets/stylesheets/front_end,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*/

View File

@ -0,0 +1,3 @@
// Place all the styles related to the home controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@ -0,0 +1,69 @@
body {
background-color: #fff;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
a {
color: #000;
&:visited {
color: #666;
}
&:hover {
color: #fff;
background-color: #000;
}
}
div {
&.field, &.actions {
margin-bottom: 10px;
}
}
#notice {
color: green;
}
.field_with_errors {
padding: 2px;
background-color: red;
display: table;
}
#error_explanation {
width: 450px;
border: 2px solid red;
padding: 7px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #f0f0f0;
h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
margin-bottom: 0px;
background-color: #c00;
color: #fff;
}
ul li {
font-size: 12px;
list-style: square;
}
}

View File

@ -0,0 +1,3 @@
// Place all the styles related to the users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@ -0,0 +1,5 @@
class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
end

View File

View File

@ -0,0 +1,43 @@
class HomeController < ApplicationController
before_filter :get_key
layout :get_layout
def index
@manifest = @key
@dataApi = "data"
if !params[:name]
@file = File.join(Rails.root, 'app', 'templates', "#{@key}", '/home/index.html.erb')
else
module_name = params[:name]
@file = File.join(Rails.root, 'app', 'templates', "#{@key}", "modules/#{module_name}/index.html.erb")
end
render @file
end
def show
@manifest = @key
@dataApi = "data"
if params[:name]
module_name = params[:name]
@file = File.join(Rails.root, 'app', 'templates', "#{@key}", "modules/#{module_name}/show.html.erb")
else
@file = File.join(Rails.root, 'app', 'templates', "#{@key}", '/home/index.html.erb')
end
render @file
end
private
def get_key
@key = Template::KEY
end
def get_layout
if params[:name]
File.join("../../templates", "#{@key}", '/home/page.html.erb')
else
false
end
end
end

View File

@ -0,0 +1,66 @@
require "json"
module ApplicationHelper
def render_widget(widget)
key = Template::KEY
file = File.join('../templates', "#{key}", "modules/#{widget}")
render :partial => file
end
def link_to_show(module_name)
"/module/#{module_name}/show"
end
def render_menu
json_file = File.read(File.join(Rails.root, 'public', "menu.json"))
@items = JSON.parse(json_file)
key = Template::KEY
menu_file = File.open(File.join(Rails.root, 'app', 'templates', "#{key}", '/home/menu.html.erb'))
doc = Nokogiri::HTML(menu_file)
menu_file.close
temp = []
@menus = []
@menus_items = []
temp << doc.css("*[data-menu-level='0']")
temp << doc.css("*[data-menu-level='1']")
temp << doc.css("*[data-menu-level='2']")
temp[0] = temp[0].to_s.gsub(temp[1].to_s,"{{level}}")
temp[1] = temp[1].to_s.gsub(temp[2].to_s,"{{level}}")
temp[2] = temp[2].to_s
temp.each_with_index do |menu,i|
t = Nokogiri::HTML(menu)
a = t.css("*[data-menu-link='true']")
a[0]["href"] = "href_here"
li = t.css("*[data-menu-level='#{i}'] > *")
@menus_items << li.to_html
ul = t.css("*[data-menu-level='#{i}']")
ul[0].inner_html = "{{here}}"
@menus << ul[0].to_html
end
def create_menu(items,level)
html = ""
items.each do |key,item|
li = @menus_items[level].gsub("href_here",item["url"])
li = li.gsub("{{link_name}}",key)
if item["children"]
li = li.gsub("{{level}}",create_menu(item["children"],level + 1))
else
li = li.gsub("{{level}}","")
end
html = html + li
end
html = @menus[level].gsub("{{here}}",html)
html = html.gsub("{{class_level}}",level.to_s)
html
end
h = create_menu(@items,0)
h.html_safe
end
end

View File

@ -0,0 +1,2 @@
module HomeHelper
end

View File

@ -0,0 +1,2 @@
module UsersHelper
end

0
app/mailers/.keep Normal file
View File

0
app/models/.keep Normal file
View File

View File

4
app/models/template.rb Normal file
View File

@ -0,0 +1,4 @@
class Template
TITLE = "Orbit Classic"
KEY = "orbit_classic"
end

Binary file not shown.

View File

@ -0,0 +1,229 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
<font-face units-per-em="1200" ascent="960" descent="-240" />
<missing-glyph horiz-adv-x="500" />
<glyph />
<glyph />
<glyph unicode="&#xd;" />
<glyph unicode=" " />
<glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
<glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
<glyph unicode="&#xa0;" />
<glyph unicode="&#x2000;" horiz-adv-x="652" />
<glyph unicode="&#x2001;" horiz-adv-x="1304" />
<glyph unicode="&#x2002;" horiz-adv-x="652" />
<glyph unicode="&#x2003;" horiz-adv-x="1304" />
<glyph unicode="&#x2004;" horiz-adv-x="434" />
<glyph unicode="&#x2005;" horiz-adv-x="326" />
<glyph unicode="&#x2006;" horiz-adv-x="217" />
<glyph unicode="&#x2007;" horiz-adv-x="217" />
<glyph unicode="&#x2008;" horiz-adv-x="163" />
<glyph unicode="&#x2009;" horiz-adv-x="260" />
<glyph unicode="&#x200a;" horiz-adv-x="72" />
<glyph unicode="&#x202f;" horiz-adv-x="260" />
<glyph unicode="&#x205f;" horiz-adv-x="326" />
<glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
<glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
<glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
<glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
<glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
<glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
<glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
<glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
<glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
<glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
<glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
<glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
<glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
<glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
<glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
<glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
<glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
<glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
<glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
<glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
<glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
<glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
<glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
<glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
<glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
<glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
<glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
<glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
<glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
<glyph unicode="&#xe028;" d="M0 25v475l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
<glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
<glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
<glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
<glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
<glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
<glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
<glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
<glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
<glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
<glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
<glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
<glyph unicode="&#xe041;" d="M1 700v475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
<glyph unicode="&#xe042;" d="M2 700v475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
<glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
<glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
<glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
<glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
<glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
<glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v70h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
<glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
<glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
<glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
<glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
<glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
<glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
<glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
<glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
<glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
<glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
<glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
<glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
<glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
<glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
<glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l566 567l-136 137l-430 -431l-147 147z" />
<glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
<glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
<glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
<glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
<glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
<glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
<glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
<glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
<glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
<glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
<glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
<glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
<glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h600v200h-600v-200z" />
<glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141z" />
<glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
<glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM363 700h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26 q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-105 0 -172 -56t-67 -183zM500 300h200v100h-200v-100z" />
<glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
<glyph unicode="&#xe087;" d="M0 500v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200 v-206q149 48 201 206h-201v200h200q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210z" />
<glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
<glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
<glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
<glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
<glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
<glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
<glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
<glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
<glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
<glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
<glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
<glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100z M100 0h400v400h-400v-400zM200 900q-3 0 14 48t35 96l18 47l214 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
<glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
<glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
<glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
<glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
<glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
<glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64 q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
<glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
<glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
<glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
<glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
<glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
<glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
<glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
<glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
<glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
<glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
<glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
<glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
<glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
<glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM99 500v250v5q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351z M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37 t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
<glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
<glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 212l100 213h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
<glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
<glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
<glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM999 201v600h200v-600h-200z" />
<glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
<glyph unicode="&#xe130;" d="M1 585q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM76 565l237 339h503l89 -100v-294l-340 -130 q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
<glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 500h300l-2 -194l402 294l-402 298v-197h-298v-201z" />
<glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l400 -294v194h302v201h-300v197z" />
<glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
<glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
<glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -34 5.5 -93t7.5 -87q0 -9 17 -44t16 -60q12 0 23 -5.5 t23 -15t20 -13.5q20 -10 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55.5t-20 -57.5q12 -21 22.5 -34.5t28 -27t36.5 -17.5q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q101 -2 221 111q31 30 47 48t34 49t21 62q-14 9 -37.5 9.5t-35.5 7.5q-14 7 -49 15t-52 19 q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q8 16 22 22q6 -1 26 -1.5t33.5 -4.5t19.5 -13q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5 t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23 q-19 -3 -37 0q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -46 0t-45 -3q-20 -6 -51.5 -25.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79zM518 915q3 12 16 30.5t16 25.5q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -18 8 -42.5t16.5 -44 t9.5 -23.5q-6 1 -39 5t-53.5 10t-36.5 16z" />
<glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
<glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
<glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
<glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
<glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM513 609q0 32 21 56.5t52 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-16 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5q-37 0 -62.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
<glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36 q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60l517 511 q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
<glyph unicode="&#xe143;" d="M79 784q0 131 99 229.5t230 98.5q144 0 242 -129q103 129 245 129q130 0 227 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100l-84.5 84.5t-68 74t-60 78t-33.5 70.5t-15 78z M250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-106 48.5q-73 0 -131 -83l-118 -171l-114 174q-51 80 -124 80q-59 0 -108.5 -49.5t-49.5 -118.5z" />
<glyph unicode="&#xe144;" d="M57 353q0 -94 66 -160l141 -141q66 -66 159 -66q95 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141l19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
<glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
<glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
<glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5v-307l64 -14 q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5zM700 237 q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
<glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5 t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10 t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221z" />
<glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
<glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
<glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
<glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
<glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
<glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
<glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
<glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
<glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
<glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
<glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
<glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
<glyph unicode="&#xe162;" d="M216 519q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40z" />
<glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
<glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
<glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
<glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 401h700v699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l248 -237v700h-699zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
<glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
<glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
<glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
<glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
<glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
<glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
<glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
<glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359z" />
<glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
<glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
<glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118q17 17 20 41.5 t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
<glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
<glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
<glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
<glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
<glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
<glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
<glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
<glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
<glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
<glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
<glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
<glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
<glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
<glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300 h200l-300 -300z" />
<glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
<glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
<glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -0,0 +1,980 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
1
</metadata>
<defs>
<font id="entypo" horiz-adv-x="512" >
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#xe000;" d="M 287.462,192.538c-40.525-40.55-87.475-79.309-106.035-60.723c-26.573,26.547-42.931,49.69-101.504,2.637s-13.594-78.438, 12.16-104.192
c 29.696-29.67, 140.39-1.562, 249.83,107.853c 109.389,109.414, 137.549,220.134, 107.827,249.83c-25.728,25.754-57.088,70.707-104.166,12.16
s-23.936-74.931, 2.637-101.504C 366.72,280.013, 327.987,233.088, 287.462,192.538z" data-tags="phone, contact, call, telephone, support" />
<glyph unicode="&#xe001;" d="M 355.251,480.00L 156.749,480.00 C 128.00,480.00, 104.499,456.499, 104.499,427.75l0.00-407.501 C 104.499-8.474, 128.00-32.00, 156.749-32.00l 198.502,0.00 c 28.749,0.00, 52.25,23.526, 52.25,52.25
L 407.501,427.75 C 407.501,456.499, 384.00,480.00, 355.251,480.00z M 256.00-11.11c-20.173,0.00-36.557,11.699-36.557,26.138s 16.384,26.138, 36.557,26.138
c 20.198,0.00, 36.557-11.699, 36.557-26.138S 276.198-11.11, 256.00-11.11z M 365.696,67.277L 146.278,67.277 L 146.278,412.083 l 219.418,0.00 L 365.696,67.277 z" data-tags="mobile, phone, contact" />
<glyph unicode="&#xe002;" d="M 394.291,111.283l-67.226,192.922c-18.509,53.094-75.955,82.432-130.381,67.942L 146.099,470.298C 141.517,479.181, 130.79,482.586, 122.112,477.901
C 113.434,473.19, 110.106,462.182, 114.688,453.299l 49.382-95.821c-39.347-26.112-59.802-75.597-46.848-122.189l 54.784-197.018
c 15.411-55.373, 78.848-83.584, 142.618-64.077C 377.574-3.712, 413.21,57.062, 394.291,111.283z M 227.814,251.571C 209.152,245.453, 189.133,255.974, 183.142,275.149
C 177.152,294.298, 187.443,314.803, 206.131,320.922c 18.688,6.144, 38.707-4.403, 44.698-23.552S 246.528,257.715, 227.814,251.571z" data-tags="mouse, pc, computer" />
<glyph unicode="&#xe003;" d="M 217.60,454.40L 194.586,454.40 C 188.928,454.40, 184.32,449.792, 184.32,444.16l0.00-97.28 L 93.798,346.88 c-4.224,0.00-9.472-0.973-14.49-2.509
C 74.24,342.81, 69.402,340.659, 65.946,338.304l-60.80-41.728C 1.715,294.221,0.00,291.123,0.00,288.00s 1.715-6.221, 5.146-8.576l 60.80-41.728
C 69.402,235.341, 74.24,233.19, 79.309,231.629C 84.326,230.093, 89.574,229.12, 93.798,229.12L 184.32,229.12 l0.00-225.28 c0.00-5.658, 4.608-10.24, 10.24-10.24L 217.60-6.40
c 5.658,0.00, 10.24,4.608, 10.24,10.24L 227.84,444.16 C 227.84,449.792, 223.258,454.40, 217.60,454.40z M 506.854,347.75l-60.80,41.728c-3.43,2.355-8.269,4.506-13.338,6.067
C 427.674,397.107, 422.426,398.08, 418.202,398.08L 243.20,398.08 l 20.506-117.76l 154.496,0.00 c 4.224,0.00, 9.472,0.973, 14.515,2.509s 9.907,3.712, 13.338,6.042l 60.80,41.728
C 510.31,332.979, 512.00,336.077, 512.00,339.20S 510.31,345.421, 506.854,347.75z" data-tags="directions, address, guide, location" />
<glyph unicode="&#xe004;" d="M 40.806,344.678c 12.493-6.733, 185.574-99.686, 192.026-103.142C 239.258,238.08, 247.603,236.416, 256.00,236.416c 8.422,0.00, 16.768,1.664, 23.194,5.146
c 6.451,3.456, 179.507,96.41, 192.00,103.142C 483.712,351.411, 495.539,372.48, 472.576,372.48L 39.45,372.48 C 16.486,372.48, 28.288,351.411, 40.806,344.678z M 476.493,293.478
c-14.208-7.424-188.595-98.586-197.299-103.142S 264.422,185.19, 256.00,185.19c-8.397,0.00-14.464,0.589-23.168,5.146S 49.715,286.08, 35.533,293.478
C 25.523,298.701, 25.60,292.582, 25.60,287.872c0.00-4.71,0.00-187.776,0.00-187.776C 25.60,89.344, 39.91,75.52, 50.995,75.52l 410.035,0.00 c 11.11,0.00, 25.37,13.824, 25.37,24.55
c0.00,0.00,0.00,183.066,0.00,187.776C 486.40,292.582, 486.502,298.701, 476.493,293.478z" data-tags="mail, email, message, letter, envelope, contact" />
<glyph unicode="&#xe005;" d="M 478.566,412.544C 469.786,409.446, 35.149,256.307, 26.598,253.286c-7.27-2.56-8.909-8.832-0.256-12.262
c 10.266-4.122, 97.178-38.938, 97.178-38.938L 123.494,202.086 l 57.626-23.091c0.00,0.00, 277.427,203.75, 281.19,206.49c 3.763,2.765, 8.141-2.432, 5.402-5.402
c-2.739-2.995-201.498-217.958-201.498-217.958c-0.026,0.00-0.026,0.00-0.026,0.00l-11.571-12.902l 15.334-8.243l0.00,0.00c0.00,0.00, 119.04-64.077, 127.514-68.659
c 7.424-3.994, 17.101-0.666, 19.251,8.576c 2.534,10.906, 72.832,313.907, 74.394,320.614C 493.158,410.291, 487.373,415.642, 478.566,412.544z M 180.608,40.653
c0.00-6.323, 3.558-8.064, 8.474-3.61c 6.40,5.837, 72.934,65.536, 72.934,65.536l-81.408,42.138L 180.608,40.653 z" data-tags="paperplane, travel, plane, airplane" />
<glyph unicode="&#xe006;" d="M 423.962,391.987c-36.915,36.941-64.64,31.411-64.64,31.411L 229.965,294.042L 82.176,146.253L 56.32,24.32l 121.933,25.856l 147.789,147.789l 129.331,129.331
C 455.373,327.296, 460.928,355.021, 423.962,391.987z M 170.982,64.845l-41.549-8.96c-4.019,7.501-8.858,15.002-17.69,23.859
c-8.832,8.832-16.358,13.645-23.859,17.664l 8.986,41.574l 12.006,12.006c0.00,0.00, 22.63-0.461, 48.154-25.984c 25.549-25.549, 26.01-48.179, 26.01-48.179
L 170.982,64.845z" data-tags="pencil, write, blog, edit, save" />
<glyph unicode="&#xe007;" d="M 108.902-25.907c 7.834,25.626, 19.712,61.722, 35.61,113.946c 69.274,11.187, 97.946-8.934, 141.952,71.27
c-35.712-11.162-78.771,20.71-76.442,34.509c 2.304,13.824, 100.173-9.958, 164.224,82.893c-80.742-18.15-106.598,21.837-96.179,27.878
c 24.038,13.952, 95.411,5.786, 133.453,43.597c 19.61,19.456, 28.774,66.79, 20.813,83.686c-9.60,20.378-68.019,50.79-100.224,47.949
c-32.205-2.867-82.714-125.158-97.69-124.186S 216.448,410.394, 242.586,460.416c-27.571-12.442-78.08-51.174-93.926-84.275
c-29.517-61.594, 2.765-202.829-7.578-207.872c-10.368-5.018-45.21,64.845-55.603,96.512c-14.208-48.538-14.541-97.178, 26.982-161.792
c-15.667-42.394-24.218-91.187-25.523-115.994C 86.323-32.87, 105.446-37.12, 108.902-25.907z" data-tags="feather, write, blog, quill, edit" />
<glyph unicode="&#xe008;" d="M 127.002-32.00c-34.202,0.00-66.227,14.49-89.37,37.658c-44.80,44.80-57.318,123.034, 5.504,185.856C 79.974,228.301, 227.43,375.757, 301.03,449.357
c 26.138,26.138, 59.366,36.224, 91.213,27.674c 31.258-8.346, 56.909-33.971, 65.28-65.254c 8.525-31.846-1.587-65.101-27.699-91.213l-246.579-246.605
c-14.08-14.08-29.978-22.426-45.978-24.09c-15.821-1.664-30.925,3.43-41.523,14.003c-19.20,19.174-21.914,55.27, 9.984,87.142l 173.184,173.235
c 7.117,7.091, 18.662,7.091, 25.779,0.00c 7.117-7.117, 7.117-18.662,0.00-25.779l-173.21-173.21c-14.976-14.976-16.358-29.286-9.984-35.661
c 2.79-2.765, 7.04-4.045, 11.93-3.533c 7.501,0.794, 16.051,5.658, 24.038,13.645l 246.579,246.579c 16.922,16.922, 23.398,36.813, 18.253,56.038
c-5.069,18.918-20.582,34.432-39.501,39.501c-19.226,5.146-39.117-1.357-56.038-18.253C 253.184,349.978, 105.728,202.522, 68.915,165.734
c-48.026-48.026-36.531-103.296-5.53-134.323c 31.027-31.002, 86.298-42.522, 134.349,5.53L 455.603,294.784c 7.091,7.117, 18.662,7.117, 25.754,0.00
c 7.117-7.117, 7.117-18.662,0.00-25.754L 223.488,11.162C 193.101-19.251, 159.104-32.00, 127.002-32.00z" data-tags="paperclip, attachment" />
<glyph unicode="&#xe009;" d="M 495.078,235.699c-10.061,10.675-58.47,58.163-80.614,79.846c-6.81,6.63-16.538,10.854-26.701,10.854c-10.138,0.00-131.738,0.00-131.738,0.00
s-121.60,0.00-131.763,0.00S 104.346,322.15, 97.562,315.52c-22.144-21.683-70.605-69.171-80.64-79.846c-12.518-13.312-19.379-23.936-16.102-37.094l 14.362-78.694
c 3.251-13.158, 17.664-23.936, 32.026-23.936l 417.587,0.00 c 14.362,0.00, 28.774,10.778, 32.026,23.936l 14.387,78.694C 514.458,211.738, 507.597,222.387, 495.078,235.699
z M 359.629,218.65c-2.611,0.00-4.941-1.331-6.118-3.405l-20.915-52.122L 179.43,163.123 l-20.915,52.122c-1.152,2.074-3.533,3.405-6.118,3.405L 61.645,218.65
l 52.25,59.11l 284.262,0.00 l 52.224-59.11L 359.629,218.65 z" data-tags="drawer, box, inbox, archive" />
<glyph unicode="&#xe00a;" d="M 486.40,49.92c0.00,0.00-51.20,249.165-275.84,249.165L 210.56,398.08 L 25.60,232.832l 184.96-171.29l0.00,111.565 C 332.493,173.107, 422.835,162.304, 486.40,49.92z" data-tags="reply, undo, arrow, left, back, previous" />
<glyph unicode="&#xe00b;" d="M 184.96,329.472L 184.96,398.08 L0.00,232.832l 184.96-171.29l0.00,71.142 L 76.80,232.832L 184.96,329.472z M 312.96,299.11L 312.96,398.08 L 128.00,232.832l 184.96-171.29l0.00,111.565
c 84.301,0.00, 135.475-10.803, 199.04-123.187C 512.00,49.92, 502.605,299.11, 312.96,299.11z" data-tags="reply-all, first, arrow, left" />
<glyph unicode="&#xe00c;" d="M 301.44,173.107l0.00-111.539 L 486.40,232.832L 301.44,398.08l0.00-98.97 C 76.80,299.11, 25.60,49.92, 25.60,49.92C 89.165,162.304, 179.507,173.107, 301.44,173.107z" data-tags="forward, arrow, right" />
<glyph unicode="&#xe00d;" d="M 379.392,110.131c-63.104,22.989-83.277,42.394-83.277,83.942c0.00,24.934, 19.277,16.794, 27.725,62.464c 3.507,18.944, 20.531,0.307, 23.808,43.546
c0.00,17.229-9.293,21.53-9.293,21.53s 4.736,25.523, 6.579,45.133C 347.187,391.219, 330.803,454.40, 243.20,454.40C 155.622,454.40, 139.187,391.219, 141.491,366.746
C 143.334,347.136, 148.07,321.613, 148.07,321.613S 138.752,317.338, 138.752,300.083c 3.251-43.238, 20.275-24.602, 23.782-43.546
c 8.474-45.67, 27.75-37.53, 27.75-62.464c0.00-41.549-20.173-60.954-83.277-83.942c-63.334-23.04-104.448-46.566-104.448-62.618c0.00-16.026,0.00-53.888,0.00-53.888
l 240.64,0.00 l 240.64,0.00 c0.00,0.00,0.00,37.862,0.00,53.888C 483.84,63.539, 442.701,87.066, 379.392,110.131z" data-tags="user, group, profile, avatar, persona" />
<glyph unicode="&#xe00e;" d="M 512.00-1.28c0.00,0.00-0.998,96.947-6.938,106.982c-8.832,14.976-29.338,25.242-67.43,41.165c-37.965,15.872-50.125,29.286-50.125,57.933
c0.00,17.229, 11.597,11.597, 16.691,43.11c 2.099,13.082, 12.339,0.23, 14.31,30.054c0.00,11.904-5.581,14.874-5.581,14.874s 2.816,17.613, 3.942,31.155
c 1.382,16.896-8.525,60.493-61.235,60.493s-62.566-43.622-61.21-60.493c 1.101-13.542, 3.917-31.155, 3.917-31.155s-5.581-2.97-5.581-14.874
c 1.971-29.85, 12.211-16.998, 14.336-30.054c 5.069-31.514, 16.666-25.882, 16.666-43.11c0.00-19.482-5.632-31.923-21.171-42.854
c 82.944-41.523, 94.08-49.997, 94.08-87.117L 396.672-1.28 L 512.00-1.28 z M 261.734,132.48c-50.662,21.146-66.816,39.014-66.816,77.235c0.00,22.938, 15.462,15.462, 22.246,57.498
c 2.79,17.434, 16.486,0.282, 19.072,40.064c0.00,15.872-7.45,19.814-7.45,19.814s 3.789,23.475, 5.274,41.549C 235.904,391.117, 222.694,449.28, 152.422,449.28
c-70.272,0.00-83.456-58.138-81.613-80.64c 1.485-18.074, 5.248-41.549, 5.248-41.549S 68.634,323.149, 68.634,307.277
c 2.637-39.808, 16.282-22.656, 19.098-40.064c 6.784-42.035, 22.246-34.534, 22.246-57.498c0.00-38.221-16.205-56.09-66.816-77.235
C 27.725,126.029,0.00,116.019,0.00,92.006L0.00-1.28 l 355.686,0.00 c0.00,0.00,0.00,55.168,0.00,69.914C 355.686,90.573, 312.499,111.232, 261.734,132.48z" data-tags="users, group, team, people" />
<glyph unicode="&#xe00f;" d="M 316.851,110.131C 253.082,133.12, 232.704,152.525, 232.704,194.074c0.00,24.934, 19.482,16.794, 28.032,62.464c 3.558,18.944, 20.762,0.307, 24.013,43.546
c0.00,17.229-9.37,21.53-9.37,21.53s 4.787,25.523, 6.63,45.133C 284.314,391.219, 267.725,454.40, 179.20,454.40S 74.086,391.219, 76.39,366.746
c 1.869-19.635, 6.656-45.133, 6.656-45.133S 73.651,317.338, 73.651,300.083c 3.302-43.238, 20.506-24.602, 24.013-43.546
c 8.576-45.67, 28.058-37.53, 28.058-62.464c0.00-41.549-20.403-60.954-84.173-83.942c-7.68-2.739-25.984-7.04-41.549-13.773L0.00-6.40 l 409.60,0.00
c0.00,0.00,0.00,37.862,0.00,53.888S 380.851,87.066, 316.851,110.131z M 435.20,249.60L 435.20,326.40 l-51.20,0.00 l0.00-76.80 l-76.80,0.00 l0.00-51.20 l 76.80,0.00 l0.00-76.80 l 51.20,0.00 l0.00,76.80 l 76.80,0.00 L 512.00,249.60 L 435.20,249.60 z" data-tags="user-add" />
<glyph unicode="&#xe010;" d="M 460.80,428.80L 51.20,428.80 C 23.04,428.80,0.00,405.76,0.00,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,377.60 C 512.00,405.76, 488.986,428.80, 460.80,428.80z M 460.80,70.40L 51.20,70.40 L 51.20,377.60 l 409.60,0.00 L 460.80,70.40 z M 230.40,170.24L 102.40,170.24
L 102.40,124.16 l 128.00,0.00 L 230.40,170.24 z M 230.40,247.04L 102.40,247.04 l0.00-46.08 l 128.00,0.00 L 230.40,247.04 z M 230.40,323.84L 102.40,323.84 l0.00-46.08 l 128.00,0.00 L 230.40,323.84 z M 407.04,160.00c0.00,0.00-43.52,11.366-43.52,33.741c0.00,21.299, 28.186,30.259, 28.186,73.779
c0.00,35.328-10.752,56.32-46.106,56.32s-46.08-20.966-46.08-56.32c0.00-43.52, 28.16-52.48, 28.16-73.779c0.00-22.374-43.494-33.741-43.494-33.741C 281.60,160.00, 281.60,124.16, 281.60,124.16
l 128.00,0.00 C 409.60,124.16, 409.60,160.00, 407.04,160.00z" data-tags="vcard, card" />
<glyph unicode="&#xe011;" d="M 384.00,75.52L 51.20,75.52 l0.00,230.40 l 66.432,0.00 c0.00,0.00, 17.638,22.938, 55.552,51.20L 25.60,357.12 c-14.131,0.00-25.60-11.469-25.60-25.60l0.00-281.60 c0.00-14.157, 11.469-25.60, 25.60-25.60l 384.00,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60l0.00,95.898
l-51.20-42.112L 384.00,75.52 z M 342.067,253.44l0.00-90.88 L 512.00,295.706L 342.067,423.68l0.00-80.128 C 135.68,343.526, 135.68,139.52, 135.68,139.52C 194.099,235.469, 230.042,253.44, 342.067,253.44z" data-tags="export, share, outside" />
<glyph unicode="&#xe012;" d="M 256.00,428.80C 185.293,428.80, 128.00,371.482, 128.00,300.80c0.00-122.214, 128.00-281.60, 128.00-281.60s 128.00,159.386, 128.00,281.60C 384.00,371.482, 326.707,428.80, 256.00,428.80z M 256.00,230.144c-38.17,0.00-69.12,30.95-69.12,69.12
s 30.95,69.12, 69.12,69.12s 69.12-30.95, 69.12-69.12S 294.17,230.144, 256.00,230.144z" data-tags="location, map marker, marker, pin" />
<glyph unicode="&#xe013;" d="M 503.885,351.386l-119.654,74.931c-5.299,3.328-11.93,3.328-17.229,0.00L 256.00,356.787L 144.998,426.291c-5.299,3.328-11.93,3.328-17.229,0.00
L 8.115,351.386C 3.098,348.237,0.00,342.528,0.00,336.41l0.00-299.699 c0.00-6.298, 3.226-12.134, 8.499-15.232s 11.699-3.021, 16.87,0.23l 111.002,69.53l 111.002-69.53
c 5.299-3.328, 11.93-3.328, 17.254,0.00l 111.002,69.53l 111.002-69.53C 489.267,20.045, 492.262,19.20, 495.258,19.20c 2.842,0.00, 5.683,0.768, 8.243,2.278
C 508.749,24.576, 512.00,30.413, 512.00,36.71L 512.00,336.41 C 512.00,342.528, 508.902,348.237, 503.885,351.386z M 119.629,121.523L 33.485,67.584L 33.485,326.502 l 86.144,53.939L 119.629,121.523 z
M 239.258,67.584l-86.144,53.939L 153.114,380.442 l 86.144-53.939L 239.258,67.584 z M 358.886,121.523l-86.118-53.939L 272.768,326.502 l 86.118,53.939L 358.886,121.523 z M 478.49,67.584
l-86.118,53.939L 392.371,380.442 l 86.118-53.939L 478.49,67.584 z" data-tags="map, location, address, directions" />
<glyph unicode="&#xe014;" d="M 252.723,469.734C 116.992,467.917, 8.448,356.429, 10.266,220.723c 1.818-135.731, 113.306-244.275, 249.037-242.483
c 135.706,1.843, 244.275,113.306, 242.458,249.037C 499.891,363.008, 388.403,471.552, 252.723,469.734z M 258.586,30.003c-107.136-1.459-195.149,84.25-196.608,191.411
C 60.57,328.55, 146.253,416.563, 253.414,417.997c 107.136,1.434, 195.149-84.25, 196.582-191.411S 365.747,31.462, 258.586,30.003z M 139.597,108.698
c0.00,0.00, 116.966,16.051, 166.861,65.946c 49.894,49.894, 65.946,166.861, 65.946,166.861S 255.462,325.427, 205.568,275.558C 155.674,225.638, 139.597,108.698, 139.597,108.698z
M 230.784,250.317C 251.75,271.309, 291.84,286.182, 326.246,295.424c-9.242-34.33-24.192-74.726-45.03-95.539c-13.926-13.926-36.506-13.926-50.432,0.00
C 216.832,213.811, 216.832,236.39, 230.784,250.317z" data-tags="compass, location" />
<glyph unicode="&#xe015;" d="M 504.806,472.832c-17.408,17.434-34.048,0.947-90.496-26.163C 263.27,374.042,0.00,226.534,0.00,226.534l 226.176-32.333L 258.509-32.00
c0.00,0.00, 147.533,263.27, 220.134,414.31C 505.805,438.784, 522.24,455.373, 504.806,472.832z M 450.56,414.618l-164.301-305.075l-16.666,138.65L 450.56,414.618z" data-tags="location, compass" />
<glyph unicode="&#xe016;" d="M 256.00,444.16c-121.574,0.00-220.16-98.586-220.16-220.16c0.00-121.60, 98.586-220.16, 220.16-220.16c 121.60,0.00, 220.16,98.56, 220.16,220.16C 476.16,345.574, 377.60,444.16, 256.00,444.16z
M 273.92,45.696L 273.92,144.64 L 238.08,144.64 l0.00-98.944 c-84.659,8.397-151.962,75.725-160.384,160.384L 176.64,206.08 L 176.64,241.92 L 77.696,241.92 C 86.118,326.579, 153.421,393.907, 238.08,402.304L 238.08,303.36 l 35.84,0.00
L 273.92,402.304 c 84.685-8.397, 151.987-75.725, 160.384-160.384L 335.36,241.92 l0.00-35.84 l 98.944,0.00 C 425.907,121.421, 358.605,54.093, 273.92,45.696z" data-tags="target, cross, goal" />
<glyph unicode="&#xe017;" d="M 384.00,147.20c-17.613,0.00-33.741-5.965-46.694-15.923l-133.606,80.154C 204.339,215.526, 204.80,219.725, 204.80,224.00c0.00,4.301-0.461,8.474-1.101,12.57
l 133.606,80.154C 350.259,306.765, 366.387,300.80, 384.00,300.80c 42.394,0.00, 76.80,34.381, 76.80,76.80s-34.406,76.80-76.80,76.80s-76.80-34.381-76.80-76.80c0.00-4.275, 0.461-8.474, 1.126-12.57
L 174.72,284.851C 161.766,294.835, 145.613,300.80, 128.00,300.80c-42.419,0.00-76.80-34.381-76.80-76.80c0.00-42.394, 34.381-76.80, 76.80-76.80c 17.613,0.00, 33.766,5.965, 46.72,15.923l 133.606-80.154
C 307.661,78.874, 307.20,74.701, 307.20,70.40c0.00-42.394, 34.406-76.80, 76.80-76.80s 76.80,34.406, 76.80,76.80S 426.394,147.20, 384.00,147.20z" data-tags="share, spread" />
<glyph unicode="&#xe018;" d="M 174.08,224.00c0.00-45.235, 36.685-81.92, 81.92-81.92s 81.92,36.71, 81.92,81.92c0.00,45.235-36.685,81.92-81.92,81.92
S 174.08,269.235, 174.08,224.00z M 115.942,254.72C 129.997,319.13, 187.366,367.36, 256.00,367.36c 39.603,0.00, 75.418-16.051, 101.35-41.984c 12.006-12.006, 31.462-12.006, 43.469,0.00
c 11.981,12.006, 11.981,31.462,0.00,43.443C 363.75,405.862, 312.55,428.80, 256.00,428.80C 164.301,428.80, 86.682,368.538, 60.595,285.44L0.00,285.44 L0.00,224.00 l 81.92,0.00
C 107.494,224.00, 113.766,244.813, 115.942,254.72z M 430.08,224.00c-25.549,0.00-31.846-20.813-34.022-30.72C 382.003,128.87, 324.659,80.64, 256.00,80.64
c-39.578,0.00-75.418,16.026-101.35,41.984c-12.006,12.006-31.462,12.006-43.443,0.00s-12.006-31.462,0.00-43.443C 148.25,42.138, 199.45,19.20, 256.00,19.20
c 91.699,0.00, 169.318,60.262, 195.405,143.36L 512.00,162.56 L 512.00,224.00 L 430.08,224.00 z" data-tags="sharable, share, spread" />
<glyph unicode="&#xe019;" d="M 440.038,373.734c-42.803,39.296-112.205,39.296-155.008,0.00L 256.00,347.059L 226.944,373.734c-42.803,39.296-112.179,39.296-154.982,0.00
c-48.154-44.186-48.154-115.814,0.00-160.026L 256.00,44.80l 184.038,168.909C 488.192,257.92, 488.192,329.549, 440.038,373.734z" data-tags="heart, love, like, favorite" />
<glyph unicode="&#xe01a;" d="M 440.038,373.76c-42.803,39.27-112.205,39.27-155.008,0.00L 256.00,347.085L 226.944,373.76c-42.803,39.27-112.179,39.27-154.982,0.00
c-48.154-44.211-48.154-115.814,0.00-160.026L 256.00,44.80l 184.038,168.934C 488.192,257.92, 488.192,329.549, 440.038,373.76z M 412.80,240.00L 256.00,93.722L 99.226,240.00
c-15.821,14.49-21.939,33.587-21.939,53.76c0.00,20.122, 3.533,36.659, 19.354,51.174C 110.592,357.76, 129.357,364.80, 149.427,364.80
c 20.096,0.00, 38.861-12.186, 52.813-25.011L 256.00,293.043L 309.76,339.789C 323.712,352.614, 342.451,364.80, 362.547,364.80s 38.861-7.04, 52.838-19.866
c 15.795-14.515, 19.302-31.053, 19.354-51.174C 434.739,273.613, 428.595,254.49, 412.80,240.00z" data-tags="heart, love, like, favorite" />
<glyph unicode="&#xe01b;" d="M 256.00,449.28L 317.133,277.197L 481.28,277.197L 347.341,176.128L 395.213-1.28L 256.00,105.062L 116.787-1.28L 164.659,176.128L 30.72,277.197L 194.867,277.197 z" data-tags="star, favorite, rate, bookmark" />
<glyph unicode="&#xe01c;" d="M 481.28,277.197l-164.173,0.00 L 255.974,449.28L 194.867,277.197L 30.72,277.197 l 133.914-101.069l-47.872-177.408l 139.213,106.342l 139.213-106.342l-47.872,177.408L 481.28,277.197z
M 255.974,155.29l-77.107-64.026l 31.795,91.187l-72.986,58.88l 90.138-2.56l 28.134,103.424l 28.16-103.424l 90.138,2.56l-72.986-58.88l 31.821-91.187L 255.974,155.29z
" data-tags="star, favorite, rate, bookmark" />
<glyph unicode="&#xe01d;" d="M 349.389,291.507c-3.379,9.088, 90.624,93.056, 35.789,161.075c-12.851,15.898-56.346-76.186-118.144-117.862C 232.96,311.731, 153.60,262.784, 153.60,235.725l0.00-175.13
C 153.60,28.058, 279.398-6.40, 375.014-6.40C 410.061-6.40, 460.80,213.12, 460.80,248.013C 460.80,283.008, 352.768,282.394, 349.389,291.507z M 128.00,289.075c-16.819,0.00-76.80-10.24-76.80-79.923
l0.00-124.109 c0.00-69.683, 59.981-77.338, 76.80-77.338s-25.60,14.643-25.60,57.83L 102.40,228.685 C 102.40,273.946, 144.819,289.075, 128.00,289.075z" data-tags="thumbs up, like, rate, agree, approve" />
<glyph unicode="&#xe01e;" d="M 162.637,156.467c 3.354-9.088-90.624-93.03-35.789-161.05c 12.851-15.923, 56.346,76.16, 118.144,117.862C 279.066,136.269, 358.40,185.242, 358.40,212.275
l0.00,175.104 C 358.40,419.942, 232.627,454.40, 137.011,454.40C 101.965,454.40, 51.20,234.88, 51.20,199.987C 51.20,164.992, 159.258,165.606, 162.637,156.467z M 384.00,158.925c 16.845,0.00, 76.80,10.214, 76.80,79.923
L 460.80,362.931 c0.00,69.683-59.955,77.363-76.80,77.363c-16.819,0.00, 25.60-14.669, 25.60-57.83l0.00-163.149 C 409.60,174.054, 367.181,158.925, 384.00,158.925z" data-tags="thumbs down, dislike, disagree, rate" />
<glyph unicode="&#xe01f;" d="M 148.48,167.68L 148.48,326.40 L 51.20,326.40 C 23.04,326.40,0.00,303.36,0.00,275.20l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 25.60,0.00 l0.00-76.80 l 76.80,76.80l 128.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20l0.00,46.592 c-1.638-0.358-3.379-0.538-5.12-0.538L 148.48,167.654
z M 460.80,454.40L 230.40,454.40 C 202.24,454.40, 179.20,431.36, 179.20,403.20l0.00-204.80 l 179.20,0.00 l 76.80-76.80l0.00,76.80 l 25.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,403.20 C 512.00,431.36, 488.96,454.40, 460.80,454.40z" data-tags="chat, comments, talk, bubbles, conversation, discussion" />
<glyph unicode="&#xe020;" d="M 409.60,403.20L 102.40,403.20 C 74.24,403.20, 51.20,380.16, 51.20,352.00l0.00-179.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 102.40,0.00 l 102.40-76.80l0.00,76.80 l 102.40,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,352.00 C 460.80,380.16, 437.76,403.20, 409.60,403.20z" data-tags="comment, bubble, chat, talk, discussion, conversation" />
<glyph unicode="&#xe021;" d="M 125.85,382.643c-41.216,0.00-74.65-34.381-74.65-76.80s 33.434-76.80, 74.65-76.80c 74.624,0.00, 24.883-148.48-74.65-148.48l0.00-35.814
C 228.813,44.749, 298.419,382.643, 125.85,382.643z M 340.864,382.643c-41.216,0.00-74.65-34.381-74.65-76.80s 33.434-76.80, 74.65-76.80c 74.624,0.00, 24.883-148.48-74.65-148.48
l0.00-35.814 C 443.853,44.749, 513.459,382.643, 340.864,382.643z" data-tags="quote, rdquo" />
<glyph unicode="&#xe022;" d="M 480.512,216.32l-205.414,205.594c-10.496,10.906-27.674,10.906-38.17,0.00L 31.488,216.32c-10.522-10.88-6.605-19.814, 8.704-19.814l 42.829,0.00 l0.00-157.901
c0.00-11.392, 0.486-20.71, 21.094-20.71l 99.712,0.00 l0.00,158.413 l 104.32,0.00 l0.00-158.413 l 104.678,0.00 c 15.718,0.00, 16.154,9.293, 16.154,20.71l0.00,157.901 l 42.803,0.00
C 487.066,196.506, 491.008,205.414, 480.512,216.32z" data-tags="house, home, building" />
<glyph unicode="&#xe023;" d="M 409.60,428.80L 204.288,428.80 C 176.128,428.80, 153.60,406.272, 153.60,378.112L 153.60,172.80 c0.00-28.16, 23.04-51.20, 51.20-51.20l 204.80,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 409.60,172.80L 204.80,172.80 L 204.80,377.60 l 204.80,0.00 L 409.60,172.80 z M 102.40,224.00L 51.20,224.00 l0.00-153.60
c0.00-28.16, 23.04-51.20, 51.20-51.20l 153.60,0.00 l0.00,51.20 L 102.40,70.40 L 102.40,224.00 z" data-tags="popup, popout, new window" />
<glyph unicode="&#xe024;" d="M 449.152,84.019l-96.742,96.742c 14.592,23.987, 22.989,52.096, 22.989,82.227c0.00,87.45-75.802,163.251-163.277,163.251
C 124.672,426.24, 53.76,355.328, 53.76,267.878c0.00-87.475, 75.776-163.277, 163.251-163.277c 29.082,0.00, 56.32,7.885, 79.744,21.581l 97.254-97.28
c 9.549-9.523, 24.96-9.523, 34.458,0.00l 24.141,24.115C 462.106,62.541, 458.65,74.522, 449.152,84.019z M 102.502,267.878
c0.00,60.544, 49.075,109.645, 109.619,109.645c 60.57,0.00, 114.534-53.965, 114.534-114.534s-49.075-109.645-109.645-109.645S 102.502,207.309, 102.502,267.878z" data-tags="search, magnifier, lookup, find" />
<glyph unicode="&#xe025;" d="M 438.144,406.17c-42.906,42.88-96.742,58.573-113.894,41.421L 255.232,378.547C 244.762,368.077, 235.622,333.03, 239.821,297.574l-208.922-208.947
c-12.39-12.365-2.355-42.496, 22.426-67.277c 24.781-24.806, 54.938-34.816, 67.302-22.451l 208.922,208.922c 35.482-4.198, 70.528,4.941, 80.973,15.411
l 69.043,69.043C 496.717,309.427, 481.024,363.264, 438.144,406.17z M 208.41,197.376C 198.861,206.899, 201.984,225.459, 215.296,238.797s 31.872,16.435, 41.421,6.912
c 9.498-9.523, 6.426-28.083-6.912-41.421C 236.467,190.95, 217.933,187.853, 208.41,197.376z M 381.21,349.21c-33.229,33.229-41.574,77.056-38.63,80.026
c 2.97,2.97, 45.082-7.117, 78.336-40.346c 33.229-33.229, 43.187-75.443, 40.32-78.31S 414.413,315.981, 381.21,349.21z" data-tags="flashlight, light" />
<glyph unicode="&#xe026;" d="M 38.40,300.749l 435.20,0.00 c 14.592,0.00, 12.211,15.565, 4.941,18.099C 471.27,321.382, 390.40,351.949, 376.32,351.949l-23.04,0.00 l0.00,76.80 L 158.72,428.749 l0.00-76.80 L 135.68,351.949
c-14.08,0.00-94.95-30.566-102.221-33.101C 26.189,316.314, 23.782,300.749, 38.40,300.749z M 478.72,272.589L 33.28,272.589 c-14.08,0.00-28.16-16.64-28.16-30.72l0.00-89.60
c0.00-14.08, 14.08-30.72, 28.16-30.72l 50.739,0.00 l-22.579-128.00l 389.12,0.00 l-22.579,128.00L 478.72,121.549 c 14.08,0.00, 28.16,16.64, 28.16,30.72l0.00,89.60 C 506.88,255.949, 492.80,272.589, 478.72,272.589z
M 112.64,44.749l 35.84,166.40l 215.04,0.00 l 35.814-166.40L 112.64,44.749 z" data-tags="printer" />
<glyph unicode="&#xe027;" d="M 375.04,262.067c-58.368,125.619-88.704,173.338-184.09,171.341c-33.971-0.691-25.805,24.602-51.712,15.002
C 113.357,438.835, 135.578,424.781, 109.082,403.046c-74.291-60.979-67.456-117.402-32.998-251.904c 14.541-56.627-34.995-59.418-15.411-114.33
c 14.31-40.013, 119.782-56.806, 231.066-15.488c 111.283,41.267, 181.504,123.213, 167.194,163.277C 439.347,239.488, 399.642,209.178, 375.04,262.067z M 279.654,55.142
c-99.354-36.864-181.043-15.181-184.499-5.555c-5.939,16.614, 32.077,72.09, 145.69,114.253c 113.613,42.163, 177.024,26.522, 183.654,7.962
C 428.416,160.845, 379.059,92.032, 279.654,55.142z M 247.731,144.589c-51.968-19.277-88.064-41.318-111.437-61.184
c 16.461-14.95, 47.258-18.586, 77.978-7.194c 39.091,14.515, 63.104,47.821, 53.606,74.368c-0.102,0.333-0.282,0.614-0.41,0.922
C 261.069,149.427, 254.49,147.123, 247.731,144.589z" data-tags="bell, alarm, alert, notification" />
<glyph unicode="&#xe028;" d="M 201.19,103.834l-20.736-20.582c-17.971-17.792-47.181-17.818-65.126,0.00c-8.627,8.576-13.363,19.917-13.363,32.026
s 4.762,23.475, 13.363,32.051l 76.288,75.699c 15.795,15.693, 45.542,38.758, 67.226,17.254c 9.958-9.882, 26.035-9.805, 35.891,0.128
c 9.882,9.933, 9.83,26.01-0.128,35.891c-36.838,36.557-91.315,29.798-138.752-17.254l-76.288-75.699C 61.286,165.171, 51.20,141.005, 51.20,115.277
c0.00-25.702, 10.086-49.869, 28.39-68.045C 98.432,28.518, 123.162,19.20, 147.891,19.20s 49.51,9.318, 68.352,28.032l 20.736,20.608
c 9.958,9.882, 10.01,25.958, 0.128,35.866C 227.226,113.638, 211.149,113.69, 201.19,103.834z M 432.41,397.85
c-39.578,39.27-94.899,41.395-131.558,5.043l-25.83-25.626c-9.958-9.882-10.035-25.933-0.154-35.891c 9.907-9.958, 25.958-10.01, 35.891-0.128
l 25.83,25.626c 18.97,18.842, 43.827,11.034, 60.058-5.043c 8.627-8.55, 13.363-19.942, 13.363-32.026c0.00-12.109-4.762-23.475-13.363-32.026
l-81.408-80.742c-37.197-36.915-54.682-19.61-62.131-12.211c-9.958,9.882-26.01,9.805-35.866-0.128c-9.882-9.958-9.83-26.035, 0.128-35.891
c 17.075-16.947, 36.608-25.344, 57.037-25.344c 25.037,0.00, 51.482,12.595, 76.621,37.555l 81.382,80.742C 450.714,279.91, 460.80,304.077, 460.80,329.779
S 450.714,379.674, 432.41,397.85z" data-tags="link, anchor, chain" />
<glyph unicode="&#xe029;" d="M 473.242,360.192C 181.197,243.277, 299.494,557.952, 72.986,392.294L 25.60,375.296L 119.45,6.40l 51.686,0.00 L 125.184,187.085
c 202.086,169.421, 120.269-184.602, 359.322,162.739C 490.061,357.888, 482.637,363.955, 473.242,360.192z" data-tags="flag, report" />
<glyph unicode="&#xe02a;" d="M 429.696,224.00c0.00,26.829, 16.512,48.00, 41.344,62.541c-4.506,14.95-10.394,29.312-17.69,42.803c-27.904-7.296-50.458,3.635-69.402,22.579
c-18.995,18.97-24.806,41.549-17.51,69.402c-13.491,7.296-27.802,13.261-42.803,17.715C 309.094,414.182, 282.803,397.67, 256.00,397.67
c-26.803,0.00-53.069,16.512-67.635,41.37C 173.363,434.586, 159.053,428.621, 145.562,421.35C 152.832,393.472, 147.046,370.893, 128.077,351.923
C 109.107,332.979, 86.528,322.048, 58.675,329.318C 51.379,315.853, 45.44,301.491, 40.96,286.541C 65.818,272.00, 82.33,250.829, 82.33,224.00
c0.00-26.803-16.512-53.094-41.37-67.661c 4.48-14.976, 10.419-29.312, 17.715-42.803c 27.878,7.296, 50.432,1.485, 69.402-17.485
c 18.97-18.97, 24.755-41.523, 17.485-69.402c 13.491-7.296, 27.827-13.261, 42.803-17.715c 14.566,24.883, 40.832,41.37, 67.635,41.37
c 26.803,0.00, 53.12-16.512, 67.661-41.37c 15.002,4.48, 29.312,10.419, 42.803,17.715c-7.296,27.878-1.51,50.432, 17.51,69.402
c 18.944,18.944, 41.498,29.875, 69.402,22.605c 7.296,13.491, 13.21,27.827, 17.69,42.803C 446.208,176.026, 429.696,197.197, 429.696,224.00z M 256.00,130.483
c-51.635,0.00-93.491,41.882-93.491,93.517S 204.365,317.517, 256.00,317.517c 51.661,0.00, 93.517-41.882, 93.517-93.517S 307.661,130.483, 256.00,130.483z" data-tags="cog, settings, preferences, options" />
<glyph unicode="&#xe02b;" d="M 80.23,303.616C 104.141,322.176, 123.955,309.402, 150.40,278.784C 153.395,275.354, 157.389,279.373, 159.642,281.344c 2.253,1.997, 37.171,33.382, 38.861,34.842
C 200.218,317.696, 202.266,320.512, 199.552,323.661s-12.646,16.00-19.021,24.32c-46.285,60.544, 126.618,101.606, 100.045,102.246
c-13.491,0.358-67.738,0.973-75.827,0.128C 171.904,446.874, 130.662,416.179, 109.901,401.894c-27.136-18.662-37.299-29.491-38.963-31.002
c-7.68-6.733-1.229-22.195-15.155-34.406C 41.062,323.584, 31.898,333.338, 23.373,325.862c-4.25-3.738-16.051-12.57-19.456-15.565
C 0.538,307.328-0.077,302.285, 3.379,298.24c0.00,0.00, 32.333-35.738, 35.072-38.886C 41.165,256.205, 48.461,253.542, 52.992,257.536
c 4.531,3.968, 16.154,14.182, 18.125,15.923C 73.114,275.174, 69.837,295.552, 80.23,303.616z M 226.381,290.406c-3.072,3.558-6.861,3.635-10.163,0.717
L 179.482,259.098c-2.867-2.56-3.251-7.27-0.666-10.24l 212.326-241.613c 4.941-5.734, 13.542-6.323, 19.251-1.357l 24.858,20.787
c 5.658,4.966, 6.246,13.67, 1.306,19.379L 226.381,290.406z M 509.491,393.242c-1.894,12.646-8.448,9.984-11.853,4.608
c-3.354-5.35-18.458-28.186-24.653-38.502c-6.144-10.291-21.248-30.49-49.51-10.547c-29.389,20.787-19.149,35.302-14.054,45.056
c 5.146,9.805, 20.941,37.248, 23.245,40.704c 2.253,3.456-0.41,13.491-9.498,9.293c-9.139-4.224-64.589-26.266-72.294-57.856
c-7.859-32.179, 6.605-60.902-21.76-89.446l-34.355-35.84l 34.509-40.141l 42.342,40.218c 10.112,10.138, 31.642,19.994, 51.149,15.565
c 41.805-9.472, 64.589,6.246, 78.362,32.179C 513.459,331.75, 511.411,380.595, 509.491,393.242z M 70.144,43.494c-5.325-5.376-5.325-14.08,0.00-19.43
l 24.346-23.808c 5.325-5.35, 13.773-3.098, 19.098,2.253l 125.619,123.52L 200.704,169.882L 70.144,43.494z" data-tags="tools, hammer, generate, fix, settings, wrench, build, factory" />
<glyph unicode="&#xe02c;" d="M 286.234,112.538c0.00,37.146, 28.16,57.677, 74.086,88.09C 416.512,237.875, 486.40,284.211, 486.40,394.138c0.00,9.907-8.09,17.92-18.099,17.92l-87.834,0.00
C 368.051,434.995, 331.11,459.52, 256.00,459.52c-75.085,0.00-112.051-24.525-124.442-47.462L 43.725,412.058 C 33.715,412.058, 25.60,404.045, 25.60,394.138
c0.00-109.926, 69.914-156.262, 126.106-193.485c 45.952-30.413, 74.112-50.944, 74.112-88.09l0.00-33.562 c-48.256-5.376-83.712-23.219-83.712-44.442
c0.00-25.446, 50.995-46.08, 113.894-46.08c 62.925,0.00, 113.92,20.634, 113.92,46.08c0.00,21.222-35.456,39.066-83.712,44.442L 286.208,112.538 z M 357.299,241.92
c 14.541,30.72, 26.035,72.371, 27.878,134.298l 64.23,0.00 C 443.29,307.123, 401.741,272.205, 357.299,241.92z M 256.00,428.134c 69.939,0.026, 97.28-28.57, 97.254-39.168
c0.00-10.675-27.264-39.245-97.254-39.296C 186.061,349.747, 158.771,378.291, 158.771,388.966C 158.746,399.565, 186.061,428.186, 256.00,428.134z M 62.618,376.218l 64.205,0.00
C 128.691,314.291, 140.186,272.64, 154.701,241.92C 110.259,272.205, 68.736,307.123, 62.618,376.218z" data-tags="trophy, winner, cup" />
<glyph unicode="&#xe02d;" d="M 493.85,469.606c-2.765,8.064-11.494,12.314-19.482,9.523s-12.186-11.622-9.395-19.712c 23.552-68.352-23.194-119.398-58.803-146.714
l-14.413,20.838c-4.813,6.963-15.667,12.774-24.064,12.902l-80.768-0.384c-8.397,0.128-20.89-3.763-27.802-8.627l-237.978-168.653
c-11.52-8.166-14.362-24.243-6.272-35.917l 108.186-156.339c 8.064-11.674, 21.043-10.266, 32.563-2.125l 237.978,168.678
c 6.912,4.864, 14.771,15.462, 17.562,23.501l 25.293,80.538c 2.739,8.038, 1.075,20.326-3.738,27.29l-8.806,12.698
C 471.757,324.096, 521.421,389.555, 493.85,469.606z M 383.13,230.093c-18.458-13.082-43.878-8.525-56.806,10.138
c-12.902,18.662-8.422,44.39, 10.035,57.472c 14.643,10.394, 33.664,9.626, 47.36-0.461c-6.912-4.198-11.622-6.605-12.518-7.04
c-7.629-3.635-10.906-12.851-7.296-20.582c 2.611-5.606, 8.09-8.909, 13.85-8.909c 2.176,0.00, 4.403,0.486, 6.502,1.485
c 4.89,2.33, 10.189,5.171, 15.693,8.474C 402.406,255.488, 396.416,239.514, 383.13,230.093z" data-tags="tag, price" />
<glyph unicode="&#xe02e;" d="M 256.00,275.20c-42.394,0.00-76.80-34.406-76.80-76.80c0.00-42.419, 34.406-76.80, 76.80-76.80c 42.419,0.00, 76.80,34.381, 76.80,76.80C 332.80,240.794, 298.419,275.20, 256.00,275.20z M 460.80,352.00l-61.414,0.00
c-8.448,0.00-17.562,6.554-20.224,14.566l-15.872,47.642C 360.576,422.246, 351.488,428.80, 343.04,428.80L 168.96,428.80 C 160.512,428.80, 151.398,422.246, 148.762,414.234L 132.838,366.566
C 130.176,358.554, 121.088,352.00, 112.64,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-230.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 256.00,70.40
c-70.707,0.00-128.00,57.293-128.00,128.00c0.00,70.682, 57.293,128.00, 128.00,128.00c 70.682,0.00, 128.00-57.318, 128.00-128.00C 384.00,127.693, 326.682,70.40, 256.00,70.40z M 442.88,265.011
c-9.882,0.00-17.894,8.013-17.894,17.92s 8.013,17.92, 17.894,17.92c 9.907,0.00, 17.92-8.013, 17.92-17.92S 452.787,265.011, 442.88,265.011z" data-tags="camera, picture, photo, images" />
<glyph unicode="&#xe02f;" d="M 440.909,300.058c-40.525,94.336-105.779,166.17-138.778,152.73c-56.038-22.784, 33.408-132.198-241.818-244.07
c-23.782-9.651-29.798-48.333-19.84-71.45c 9.933-23.117, 42.445-46.131, 66.227-36.48c 4.096,1.664, 19.226,6.528, 19.226,6.528
c 16.973-22.784, 34.739-9.267, 41.062-23.757c 7.578-17.408, 24.038-55.219, 29.619-68.07c 5.632-12.851, 18.33-24.781, 27.546-21.274
c 9.165,3.507, 40.474,15.437, 52.454,19.968s 14.848,15.232, 11.187,23.654c-3.942,9.062-20.122,11.725-24.73,22.323
c-4.634,10.598-19.712,44.518-24.038,55.219c-5.888,14.541, 6.63,26.368, 24.832,28.262c 125.286,13.056, 148.71-64.333, 191.36-46.976
C 488.141,110.131, 481.434,205.722, 440.909,300.058z M 426.803,147.046c-7.322-2.97-56.627,35.891-88.141,109.235
c-31.488,73.318-27.52,140.339-20.224,143.309c 7.322,2.995, 55.424-43.93, 86.938-117.248C 436.838,209.05, 434.125,150.016, 426.803,147.046z" data-tags="megaphone, advertise, announce, alert" />
<glyph unicode="&#xe030;" d="M 314.112,165.888C 241.485,93.286, 131.482,80.947, 46.08,128.768c 9.856-17.562, 22.17-34.099, 37.12-49.05c 87.552-87.552, 229.504-87.552, 317.056,0.00
c 87.552,87.578, 87.552,229.53,0.00,317.082c-14.95,14.95-31.462,27.264-49.05,37.12C 399.053,348.518, 386.688,238.515, 314.112,165.888z" data-tags="moon, night, dark, sleep" />
<glyph unicode="&#xe031;" d="M 444.211,363.136c-79.462,52.838-168.678,71.091-274.483,40.781c-82.586-23.68-158.285-117.606-164.147-198.042
c-6.938-95.104, 67.149-176.538, 197.581-176.41c 140.646,0.154, 193.28,67.686, 194.458,88.192c 1.152,20.531-54.886,58.47-18.816,97.485
c 45.184,48.87, 85.402,7.219, 109.773,13.107C 512.947,234.086, 525.286,309.171, 444.211,363.136z M 281.037,124.595c-21.274,0.00-38.528,17.203-38.528,38.40
c0.00,21.222, 17.254,38.40, 38.528,38.40s 38.502-17.178, 38.502-38.40C 319.514,141.798, 302.31,124.595, 281.037,124.595z" data-tags="palette, color, appearance" />
<glyph unicode="&#xe032;" d="M 136.192,374.938C 38.349,318.157, 43.981,225.69, 47.36,191.488c 126.387,149.683, 315.418,142.413, 315.418,142.413S 94.797,242.022, 16.077,57.702
c-6.195-14.592, 29.184-33.51, 37.248-16.307c 24.09,51.251, 57.677,89.702, 57.677,89.702c 49.562-18.458, 135.245-40.038, 196.019,2.688
c 80.666,56.806, 72.422,182.682, 187.622,243.968C 521.549,392.09, 268.851,451.917, 136.192,374.938z" data-tags="leaf, nature, green, plant" />
<glyph unicode="&#xe033;" d="M 302.054,449.306l-41.062,0.00 l0.00-334.643 c-22.707,8.755-52.096,8.883-81.075-1.664c-51.917-18.893-82.867-64.87-69.12-102.656
c 13.773-37.811, 67.021-53.12, 118.938-34.227c 44.109,16.051, 72.96,51.635, 72.243,85.12l 0.077,273.664c 71.603-11.264, 76.493-101.811, 67.917-127.206
c-3.277-9.626, 2.483-16.819, 13.312,0.00C 460.467,327.834, 302.054,380.80, 302.054,449.306z" data-tags="music, note, song, audio" />
<glyph unicode="&#xe034;" d="M 156.416,410.138l0.00-303.795c-16.538,3.456-35.789,2.15-54.886-4.915c-42.931-15.949-58.086-54.784-46.694-86.682
c 11.366-31.923, 44.979-44.826, 87.91-28.877c 36.454,13.542, 60.339,43.546, 59.725,71.859c0.00,0.00,0.00,161.101,0.00,250.957l 181.786,41.651l0.00-192.768
c-16.538,3.456-35.789,2.15-54.886-4.915c-42.957-15.949-58.112-54.784-46.72-86.682c 11.392-31.923, 44.979-44.826, 87.936-28.877
c 36.48,13.542, 60.314,43.546, 59.75,71.859L 430.336,468.992 L 156.416,410.138z" data-tags="music, note, song, audio" />
<glyph unicode="&#xe035;" d="M 478.464,163.942l-44.211,39.424c-12.80,11.418-12.80,30.054,0.00,41.472l 44.211,39.398c 12.80,11.418, 9.37,22.042-7.603,23.654l-58.598,5.555
c-16.973,1.613-26.112,16.205-20.275,32.435l 31.104,86.579c 5.837,16.23-1.306,22.144-15.846,13.133l-69.146-42.752
c-14.541-9.011-33.331-4.096-41.754,10.931l-25.062,44.698c-8.397,15.027-22.323,15.104-30.899,0.179L 217.114,418.15
C 208.538,403.226, 188.826,396.851, 173.312,403.994l-40.96,18.816C 116.813,429.926, 104.883,421.683, 105.805,404.429L 108.032,363.085
c 0.922-17.229-11.802-34.995-28.262-39.424L 40.218,313.037C 23.757,308.582, 20.736,295.629, 33.536,284.211l 44.211-39.398c 12.80-11.392, 12.80-30.054,0.00-41.446
L 33.536,163.994c-12.80-11.443-9.421-22.451, 7.501-24.499l 53.632-6.502c 16.922-2.099, 26.368-17.203, 20.966-33.562l-27.52-83.405
c-5.402-16.41, 2.304-22.81, 17.101-14.208l 63.053,36.454c 14.822,8.602, 34.714,3.84, 44.237-10.445l 26.189-39.347
c 9.498-14.362, 23.808-13.542, 31.718,1.741l 23.014,44.339c 7.962,15.309, 26.957,21.555, 42.214,13.901l 44.39-22.195
c 15.309-7.654, 27.059,0.205, 26.138,17.459l-2.227,41.344c-0.922,17.254, 11.802,34.995, 28.262,39.45l 39.526,10.598
C 488.243,139.597, 491.264,152.55, 478.464,163.942z M 281.60,116.608L 230.40,116.608 l0.00,53.76 l 51.20,0.00 L 281.60,116.608 z M 281.60,198.502L 230.40,198.502 l0.00,133.12 l 51.20,0.00 L 281.60,198.502 z" data-tags="new, exclamation, notification" />
<glyph unicode="&#xe036;" d="M 84.531,166.707c 11.878-48.154, 26.982-69.146, 77.363-91.187C 212.301,53.504, 236.237,29.44, 256.00,29.44s 42.163,21.043, 92.57,43.11
c 50.406,21.99, 36.966,28.749, 48.845,76.851L 256.00,80.64L 84.531,166.707z M 499.482,292.198l-213.12,119.347c-16.691,9.344-44.006,9.344-60.698,0.00
L 12.518,292.198c-16.691-9.344-16.691-24.653,0.00-33.997l 213.12-119.347c 16.691-9.344, 44.006-9.344, 60.698,0.00l 137.779,77.158l-149.402,34.995
C 268.979,249.574, 262.656,248.781, 256.00,248.781c-26.906,0.00-48.717,12.979-48.717,28.979S 229.094,306.765, 256.00,306.765c 20.89,0.00, 38.682-7.859, 45.594-18.842
l 158.234-51.917l 39.654,22.195C 516.173,267.546, 516.173,282.854, 499.482,292.198z M 434.355,65.997c-1.613-9.805, 32.845-26.01, 36.122,2.79
c 14.822,129.818-10.65,167.194-10.65,167.194l-35.712-19.994C 424.115,216.013, 454.40,187.187, 434.355,65.997z" data-tags="graduation, cap, hat" />
<glyph unicode="&#xe037;" d="M 426.189,348.339L 195.84,467.098C 164.275,483.712, 102.067,451.61, 84.198,423.347C 76.237,410.701, 76.80,401.587, 76.80,396.416l 2.842-268.16
c 0.179-5.709, 7.373-13.363, 13.491-17.152c 12.774-7.834, 206.336-128.64, 211.789-132.07c 2.944-1.843, 6.451-2.688, 9.882-2.688
c 2.918,0.00, 5.862,0.64, 8.525,1.971C 329.165-18.816, 332.80-13.286, 332.80-7.219L 332.80,274.406 c0.00,5.862-3.43,11.264-9.011,14.208L 114.432,405.504
C 116.787,410.112, 126.106,419.84, 143.232,428.80C 161.28,438.272, 174.771,434.688, 177.869,433.485c0.00,0.00, 200.96-107.546, 207.104-110.746c 6.118-3.20, 6.246-3.686, 6.246-9.139
c0.00-5.478,0.00-267.264,0.00-267.264c0.00-13.338, 13.517-18.79, 23.475-18.79c 9.907,0.00, 20.506,9.728, 20.506,18.79L 435.20,334.131
C 435.20,339.994, 431.744,345.421, 426.189,348.339z" data-tags="book, reading" />
<glyph unicode="&#xe038;" d="M 409.60,454.40L 102.40,454.40 C 74.24,454.40, 51.20,431.36, 51.20,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 460.80,403.20 C 460.80,431.36, 437.786,454.40, 409.60,454.40z M 409.60,44.80L 102.40,44.80 L 102.40,403.20 l 307.20,0.00 L 409.60,44.80 z M 281.60,172.80L 153.60,172.80 l0.00-25.60 l 128.00,0.00
L 281.60,172.80 z M 358.40,275.20l-102.40,0.00 l0.00-25.60 l 102.40,0.00 L 358.40,275.20 z M 256.00,300.80l 102.40,0.00 L 358.40,352.00 l-102.40,0.00 L 256.00,300.80 z M 230.40,352.00L 153.60,352.00 l0.00-102.40 l 76.80,0.00 L 230.40,352.00 z M 204.80,224.00L 153.60,224.00 l0.00-25.60 l 51.20,0.00 L 204.80,224.00 z M 230.40,198.40l 128.00,0.00 l0.00,25.60 L 230.40,224.00 L 230.40,198.40 z M 358.40,121.60L 153.60,121.60 l0.00-25.60 l 204.80,0.00 L 358.40,121.60 z M 307.20,147.20l 51.20,0.00 l0.00,25.60 l-51.20,0.00 L 307.20,147.20 z" data-tags="newspaper, document, file" />
<glyph unicode="&#xe039;" d="M 463.923,386.125c-7.578,6.554-48.794,37.76-56.499,44.39S 387.686,439.04, 379.187,439.04L 132.813,439.04 c-8.474,0.00-20.531-1.869-28.211-8.525
c-7.706-6.656-48.922-37.862-56.499-44.39S 34.202,369.715, 36.224,355.635c 2.022-14.08, 49.587-332.109, 49.587-332.109
C 88.474,15.514, 97.587,8.96, 106.086,8.96l 299.853,0.00 c 8.499,0.00, 17.613,6.579, 20.275,14.566c0.00,0.00, 47.539,318.029, 49.587,332.109
C 477.798,369.715, 471.501,379.571, 463.923,386.125z M 256.00,163.379c-83.149,0.00-100.941,117.683-104.627,141.926L 198.40,305.306 c 7.091-35.379, 23.194-95.846, 57.60-95.846
s 50.534,60.467, 57.626,95.846l 47.002,0.00 C 356.941,281.062, 339.149,163.379, 256.00,163.379z M 75.853,352.00l 56.474,58.88l 247.347,0.00 L 436.147,352.00L 75.853,352.00 z" data-tags="bag, shop, cart, ecommerce, buy, purchase" />
<glyph unicode="&#xe03a;" d="M 136.96-28.928l 51.20,0.00 l 114.893,204.826L 435.20,175.898 c0.00,0.00, 76.80,0.00, 76.80,35.814c0.00,35.84-76.80,35.84-76.80,35.84l-132.147,0.00 l-114.893,204.80l-51.20,0.00 l 63.693-204.80L 108.826,247.552 L 51.20,298.778L0.00,298.778 l 40.986-87.04
L0.00,124.672l 51.20,0.00 l 57.626,51.226l 91.827,0.00 L 136.96-28.928z" data-tags="airplane, plane, flight, fly, travel" />
<glyph unicode="&#xe03b;" d="M 252.851,459.494c-130.048-1.741-234.086-108.57-232.346-238.643c 1.741-130.099, 108.595-234.086, 238.643-232.371
c 130.074,1.741, 234.112,108.595, 232.346,238.643C 489.754,357.222, 382.899,461.235, 252.851,459.494z M 253.286,428.80c 35.072,0.486, 68.198-7.936, 97.28-23.066
l-31.693-52.838C 299.878,362.138, 278.554,367.36, 256.00,367.36c-22.528,0.00-43.853-5.222-62.848-14.49L 161.485,405.683C 188.979,420.019, 220.16,428.339, 253.286,428.80z
M 127.13,161.152l-52.787-31.642c-14.336,27.469-22.656,58.65-23.091,91.75c-0.486,35.098, 7.936,68.224, 23.066,97.28l 52.813-31.718
C 117.862,267.853, 112.64,246.554, 112.64,224.00C 112.64,201.472, 117.862,180.147, 127.13,161.152z M 258.739,19.226c-35.072-0.486-68.224,7.936-97.28,23.066l 31.693,52.838
C 212.147,85.862, 233.472,80.64, 256.00,80.64c 22.554,0.00, 43.878,5.197, 62.848,14.464l 31.667-52.787C 323.021,28.006, 291.866,19.686, 258.739,19.226z
M 256.00,111.386c-62.208,0.00-112.614,50.432-112.614,112.614c0.00,62.208, 50.432,112.64, 112.614,112.64c 62.234,0.00, 112.64-50.432, 112.64-112.64
C 368.64,161.792, 318.234,111.386, 256.00,111.386z M 384.87,161.152c 9.267,18.995, 14.49,40.32, 14.49,62.848c0.00,22.554-5.222,43.853-14.49,62.848
l 52.787,31.693c 14.336-27.494, 22.682-58.65, 23.117-91.776c 0.461-35.098-7.962-68.224-23.091-97.28L 384.87,161.152z" data-tags="lifebuoy, support, help" />
<glyph unicode="&#xe03c;" d="M 256.00,367.36C 88.038,367.36,0.00,243.635,0.00,224.00s 88.038-143.36, 256.00-143.36s 256.00,123.725, 256.00,143.36S 423.962,367.36, 256.00,367.36z M 256.00,113.715
c-62.822,0.00-113.766,49.382-113.766,110.285S 193.178,334.285, 256.00,334.285c 62.848,0.00, 113.792-49.382, 113.792-110.285S 318.848,113.715, 256.00,113.715z M 256.00,224.00
c-10.394,11.418, 16.998,55.117,0.00,55.117c-31.411,0.00-56.883-24.678-56.883-55.117S 224.589,168.858, 256.00,168.858c 31.437,0.00, 56.909,24.704, 56.909,55.142
C 312.909,237.978, 264.883,214.272, 256.00,224.00z" data-tags="eye, views" />
<glyph unicode="&#xe03d;" d="M 256.00,459.52c-130.074,0.00-235.52-105.472-235.52-235.52c0.00-130.074, 105.446-235.52, 235.52-235.52s 235.52,105.446, 235.52,235.52C 491.52,354.074, 386.074,459.52, 256.00,459.52z M 256.00,39.68
c-101.811,0.00-184.32,82.534-184.32,184.32S 154.189,408.32, 256.00,408.32s 184.32-82.534, 184.32-184.32S 357.811,39.68, 256.00,39.68zM 273.92,357.12L 238.08,357.12L 238.08,216.576L 325.248,129.408L 350.592,154.752L 273.92,231.424 z" data-tags="clock, time, history" />
<glyph unicode="&#xe03e;" d="M 409.60,294.579l-15.36,0.00 c-5.658,0.00-10.24-4.608-10.24-10.24L 384.00,213.76 c0.00-34.227-26.957-92.16-128.00-92.16s-128.00,57.933-128.00,92.16L 128.00,284.339 c0.00,5.632-4.634,10.24-10.24,10.24L 102.40,294.579
c-5.632,0.00-10.24-4.608-10.24-10.24L 92.16,213.76 c0.00-57.267, 42.086-118.528, 138.24-126.976L 230.40,19.20 L 163.814,19.20 C 158.208,19.20, 153.60,14.592, 153.60,8.96L 153.60-21.76 C 153.60-27.392, 158.208-32.00, 163.814-32.00l 184.32,0.00
c 5.658,0.00, 10.24,4.608, 10.24,10.24L 358.374,8.96 c0.00,5.658-4.608,10.24-10.24,10.24L 281.60,19.20 l0.00,67.584 c 96.179,8.448, 138.24,69.734, 138.24,126.976L 419.84,284.339
C 419.84,289.971, 415.232,294.579, 409.60,294.579zM 256.00,172.80c 60.083,0.00, 76.80,24.678, 76.80,40.96L 332.80,294.579 L 179.20,294.579 L 179.20,213.76 C 179.20,197.478, 195.917,172.80, 256.00,172.80zM 332.80,439.04C 332.80,455.347, 316.083,480.00, 256.00,480.00S 179.20,455.347, 179.20,439.04l0.00-108.621 l 153.60,0.00 L 332.80,439.04 z" data-tags="microphone, voice, record" />
<glyph unicode="&#xe03f;" d="M 435.20,403.20l-23.04,0.00 l0.00-51.20 L 330.24,352.00 L 330.24,403.20 L 181.76,403.20 l0.00-51.20 L 99.84,352.00 L 99.84,403.20 L 76.80,403.20 C 48.64,403.20, 25.60,380.16, 25.60,352.00l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 358.40,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 486.40,352.00 C 486.40,380.16, 463.36,403.20, 435.20,403.20z M 435.20,44.80L 76.80,44.80
L 76.80,249.60 l 358.40,0.00 L 435.20,44.80 z M 158.72,454.40L 122.88,454.40 l0.00-87.04 l 35.84,0.00 L 158.72,454.40 z M 389.12,454.40l-35.84,0.00 l0.00-87.04 l 35.84,0.00 L 389.12,454.40 z" data-tags="calendar, date, schedule, time" />
<glyph unicode="&#xe040;" d="M 174.157-6.374c-4.941,3.251, 80.742,183.296, 77.773,191.206c-2.944,7.91-93.798,36.787-98.253,50.688
c-4.429,13.901, 179.405,222.874, 184.218,218.829c 4.813-4.019-80.102-185.293-77.773-191.181s 95.462-35.994, 98.253-50.662
C 361.165,197.786, 179.098-9.60, 174.157-6.374z" data-tags="bolt, thunder, lightning" />
<glyph unicode="&#xe041;" d="M 389.453,284.442c-7.04,0.00-13.978-0.614-20.71-1.741c-16.794,54.912-68.813,94.925-130.458,94.925c-75.213,0.00-136.166-59.597-136.166-133.12
c0.00-6.554, 0.512-13.005, 1.459-19.328C 99.968,225.587, 96.333,225.869, 92.595,225.869C 41.472,225.869,0.00,185.318,0.00,135.347c0.00-49.997, 41.472-90.522, 92.595-90.522
l 296.858,0.00 c 67.712,0.00, 122.547,53.658, 122.547,119.808C 512.00,230.784, 457.139,284.442, 389.453,284.442z M 291.123,174.08c-12.672-18.022-66.944-73.958-69.248-76.314
c-2.662-3.277-10.01-8.781-16.973-4.25c-1.997,1.306-4.403,3.917-4.403,9.062c0.00,4.941, 2.253,9.984, 2.534,10.547l 26.445,58.522
c-4.966,1.971-13.491,5.427-20.122,8.32L 207.59,180.736c-6.707,2.816-15.053,6.374-15.053,15.565c0.00,4.378, 2.099,9.498, 6.374,15.59
c 12.672,18.022, 66.944,73.933, 69.248,76.314c 2.662,3.277, 9.984,8.781, 16.973,4.275c 1.997-1.306, 4.403-3.917, 4.403-9.062
c0.00-4.941-2.253-9.984-2.534-10.547l-26.445-58.522c 4.966-1.997, 13.491-5.453, 20.122-8.32l 1.741-0.742c 6.707-2.842, 15.053-6.40, 15.053-15.59
C 297.498,185.267, 295.398,180.173, 291.123,174.08z" data-tags="thunder, cloud, weather, lightning" />
<glyph unicode="&#xe042;" d="M 261.197,465.638c-0.666,5.478-9.728,5.478-10.394,0.00C 228.198,283.674, 112.64,246.17, 112.64,119.706c0.00-78.106, 65.613-141.44, 143.36-141.44
c 77.747,0.00, 143.36,63.36, 143.36,141.44C 399.36,246.17, 283.802,283.674, 261.197,465.638z M 239.386,264.499c-1.536-5.606-3.149-11.392-4.813-17.331
c-10.266-36.454-21.914-77.798-21.914-125.594c0.00-25.907-15.309-35.098-29.619-35.098c-16.333,0.00-29.594,13.338-29.594,29.85
c0.00,56.499, 27.213,93.389, 51.226,125.952c 7.526,10.189, 14.618,19.814, 20.403,29.44c 2.637,4.378, 9.754,4.198, 12.979-0.154
C 239.514,269.466, 240.026,266.906, 239.386,264.499z" data-tags="droplet, water, color" />
<glyph unicode="&#xe043;" d="M 256.00,459.52c-130.074,0.00-235.52-105.446-235.52-235.52s 105.446-235.52, 235.52-235.52s 235.52,105.446, 235.52,235.52S 386.074,459.52, 256.00,459.52z M 256.00,147.20c-42.419,0.00-76.80,34.406-76.80,76.80
c0.00,42.419, 34.381,76.80, 76.80,76.80c 42.394,0.00, 76.80-34.406, 76.80-76.80C 332.80,181.606, 298.394,147.20, 256.00,147.20z" data-tags="cd, compact, disk, store, write, save" />
<glyph unicode="&#xe044;" d="M 232.96,198.349L 279.04,198.349 l0.00-51.20 L 512.00,147.149 c0.00,0.00-3.789,114.125-5.12,149.862c-1.254,33.946-13.389,54.938-51.20,54.938l-82.125,0.00
c-12.723,23.987-26.419,49.792-30.618,57.728c-8.474,15.974-11.366,19.072-30.208,19.072L 199.27,428.749 c-18.842,0.00-21.734-3.098-30.208-19.072
C 164.864,401.741, 151.168,375.936, 138.445,351.949L 56.32,351.949 c-37.811,0.00-49.792-20.992-51.20-54.938S0.00,147.149,0.00,147.149l 232.96,0.00 L 232.96,198.349 z M 195.84,379.725
c 5.862,11.059, 7.885,13.21, 20.89,13.21l 78.515,0.00 c 13.056,0.00, 15.053-2.15, 20.89-13.21c 2.202-4.147, 8.141-15.36, 14.746-27.75L 181.12,351.974
C 187.699,364.339, 193.638,375.552, 195.84,379.725z M 279.04,70.349L 232.96,70.349 l0.00,51.20 L 12.80,121.549 c0.00,0.00, 3.20-46.029, 5.12-85.043c 0.794-16.205, 5.555-42.957, 46.054-42.957
l 384.051,0.00 c 40.499,0.00, 45.158,26.778, 46.054,42.957c 2.227,40.115, 5.12,85.043, 5.12,85.043l-220.16,0.00 L 279.04,70.349 z" data-tags="briefcase, work, portfolio" />
<glyph unicode="&#xe045;" d="M 67.686,317.261c 44.723,38.40, 80.077,68.787, 175.923,14.592c 46.054-26.035, 83.20-35.814, 114.125-35.814c 54.144,0.00, 89.216,30.131, 119.552,56.166
c 10.829,9.293, 12.237,25.805, 3.123,36.838s-25.242,12.467-36.07,3.174c-44.723-38.426-80.051-68.787-175.949-14.592
C 141.722,449.178, 82.381,398.208, 34.714,357.248C 23.91,347.955, 22.502,331.469, 31.59,320.435S 56.858,307.942, 67.686,317.261z M 444.314,261.478
c-44.723-38.40-80.051-68.787-175.949-14.592C 141.722,318.438, 82.381,267.469, 34.714,226.534c-10.829-9.293-12.237-25.805-3.123-36.838
s 25.242-12.467, 36.07-3.174c 44.723,38.426, 80.077,68.787, 175.923,14.618c 46.054-26.035, 83.20-35.84, 114.125-35.84c 54.144,0.00, 89.216,30.131, 119.552,56.192
c 10.829,9.293, 12.237,25.779, 3.123,36.813C 471.296,269.363, 455.142,270.771, 444.314,261.478z M 444.314,130.739c-44.723-38.40-80.051-68.787-175.949-14.592
c-126.643,71.552-186.01,20.608-233.651-20.352c-10.829-9.293-12.237-25.805-3.123-36.838s 25.242-12.467, 36.07-3.174
C 112.41,94.208, 147.738,124.544, 243.61,70.40c 46.054-26.035, 83.20-35.84, 114.125-35.84c 54.144,0.00, 89.216,30.131, 119.552,56.192
c 10.829,9.267, 12.237,25.779, 3.123,36.813S 455.142,140.058, 444.314,130.739z" data-tags="air, waves" />
<glyph unicode="&#xe046;" d="M 399.36,362.803c0.00,54.784,0.00,60.134,0.00,60.134C 399.36,443.162, 335.181,480.00, 256.00,480.00S 112.64,443.162, 112.64,422.938c0.00,0.00,0.00-5.35,0.00-60.134
c0.00-54.784, 99.251-100.019, 99.251-138.803c0.00-38.81-99.251-84.019-99.251-138.829c0.00-54.784,0.00-60.134,0.00-60.134C 112.64,4.838, 176.819-32.00, 256.00-32.00
s 143.36,36.838, 143.36,57.062c0.00,0.00,0.00,5.35,0.00,60.134c0.00,54.81-99.226,100.019-99.226,138.829C 300.134,262.784, 399.36,308.045, 399.36,362.803z M 152.064,420.378
c 17.818,11.238, 51.226,27.725, 105.318,27.725c 54.118,0.00, 102.554-27.725, 102.554-27.725c 3.635-2.202, 17.869-9.83, 8.115-15.59
c-21.478-12.723-63.462-26.112-112.077-26.112S 166.81,393.446, 145.331,406.17C 135.578,411.955, 152.064,420.378, 152.064,420.378z M 268.826,224.00
c0.00-30.541, 25.498-50.202, 52.531-76.442c 19.738-19.174, 46.72-45.414, 46.72-62.387l0.00-33.997 c-24.806,12.365-99.098,24.474-99.098,64.102
c0.00,20.07-25.958,20.07-25.958,0.00c0.00-39.629-74.291-51.738-99.098-64.102l0.00,33.997 c0.00,16.947, 27.008,43.213, 46.746,62.387
C 217.677,173.798, 243.174,193.459, 243.174,224.00c0.00,30.541-25.498,50.202-52.506,76.442C 170.931,319.616, 143.923,345.882, 143.923,362.803l-1.203,25.60
C 168.986,374.272, 210.637,360.781, 256.00,360.781s 87.219,13.491, 113.485,27.622l-1.408-25.60c0.00-16.922-27.008-43.187-46.72-62.362
C 294.323,274.202, 268.826,254.541, 268.826,224.00z" data-tags="hourglass, busy, waiting, working, loading" />
<glyph unicode="&#xe047;" d="M 208.077,126.669c-17.664-30.618-5.786-55.808, 18.714-69.939s 52.275-11.878, 69.939,18.739c 17.664,30.592, 129.203,303.77, 119.501,309.376
C 406.554,390.451, 225.741,157.286, 208.077,126.669z M 256.00,321.229c 11.213,0.00, 22.144-0.973, 32.794-2.765c 11.213,14.029, 23.782,29.491, 35.994,44.211
C 302.976,368.998, 279.962,372.429, 256.00,372.429c-143.539,0.00-256.00-121.037-256.00-275.558c0.00-9.523, 0.435-19.021, 1.254-28.288
c 1.254-14.08, 13.824-24.448, 27.776-23.219c 14.08,1.28, 24.474,13.696, 23.219,27.776C 51.558,80.896, 51.20,88.883, 51.20,96.87
C 51.20,222.669, 141.184,321.229, 256.00,321.229z M 440.806,289.254c-7.142-19.20-14.694-38.758-21.35-55.68C 445.491,195.942, 460.80,148.762, 460.80,96.87
c0.00-8.115-0.358-16.282-1.075-24.192c-1.28-14.08, 9.088-26.522, 23.168-27.827c 0.794-0.077, 1.562-0.102, 2.355-0.102
c 13.082,0.00, 24.243,10.01, 25.446,23.27C 511.565,77.491, 512.00,87.194, 512.00,96.87C 512.00,172.416, 485.069,239.949, 440.806,289.254z" data-tags="gauge, meter, dashboard, speed, fast" />
<glyph unicode="&#xe048;" d="M 505.677,201.446c-15.974,43.725-60.595,69.811-119.347,69.811c-2.278,0.00-4.506-0.077-6.707-0.179l-0.384,52.787
c0.00,0.00, 87.27,15.078, 90.214,15.59s 3.43,3.046, 2.816,5.888c-0.589,2.842-4.275,22.63-4.813,25.011c-0.717,3.328-2.637,3.251-5.299,2.79
s-83.226-11.827-83.226-11.827s-0.282,50.022-0.307,53.222c-0.026,3.20-1.792,4.07-4.966,4.019c-3.20-0.051-23.578-0.358-26.266-0.41
c-2.688-0.026-4.173-1.254-4.122-3.814c 0.051-2.56, 0.845-59.034, 0.845-59.034s-78.387-13.542-80.538-13.901s-4.352-1.382-3.84-3.661
c 0.486-2.278, 4.864-27.981, 5.325-30.003c 0.435-2.022, 1.818-3.251, 4.787-2.739s 74.88,12.928, 74.88,12.928l 0.896-51.661
c-27.571-7.245-46.106-21.094-57.754-33.357c-19.661-20.659-30.899-48.307-30.899-75.853c0.00-40.653, 24.832-64.742, 59.571-68.992
c 80.973-9.907, 131.046,78.31, 147.712,120.678c 28.109-38.528, 6.579-111.462-53.606-153.062c-1.075-0.794-2.483-3.302-0.819-5.299
s 13.824-16.947, 15.846-19.405c 2.022-2.406, 5.274-1.459, 6.554-0.538C 496.486,74.65, 525.926,145.946, 505.677,201.446z M 316.57,119.859
c-24.704,3.098-24.141,23.398-24.141,37.197c0.00,19.789, 8.371,40.448, 22.40,55.194c 8.602,9.037, 19.20,15.898, 31.462,20.454l 2.099-109.491
C 338.586,119.859, 327.987,118.451, 316.57,119.859z M 378.726,133.99l 1.152,105.19c 2.15,0.102, 4.275,0.256, 6.451,0.256
c 19.789,0.00, 38.272-3.712, 48.282-9.267C 444.621,224.614, 408.422,160.742, 378.726,133.99z M 149.581,330.291C 148.813,332.698, 146.97,333.978, 144.589,333.978
l-49.92,0.00 c-2.355,0.00-4.224-1.28-4.966-3.686C 79.181,297.037, 0.589,48.896, 0.205,47.642c-0.435-1.357-0.282-1.946, 1.587-1.946l 44.365,0.00
c 1.92,0.00, 2.534,0.589, 2.893,1.843c 0.41,1.306, 25.83,84.941, 25.83,84.941l 89.498,0.00 c0.00,0.00, 25.421-83.661, 25.805-84.941
c 0.41-1.254, 0.973-1.843, 2.918-1.843l 44.339,0.00 c 1.894,0.00, 2.048,0.589, 1.587,1.946C 238.694,48.896, 160.128,297.037, 149.581,330.291z M 82.611,168.55
l 37.043,134.40l 37.018-134.40L 82.611,168.55 z" data-tags="language, international" />
<glyph unicode="&#xe049;" d="M 134.989,303.002c 5.146,0.00, 10.112-0.768, 14.771-2.227C 167.424,320.563, 187.008,338.586, 208.205,354.56C 207.334,358.272, 206.797,362.163, 206.797,366.182
c0.00,5.581, 0.922,10.906, 2.611,15.872C 185.677,399.104, 159.821,413.389, 132.378,424.448C 106.598,408.525, 84.147,387.763, 66.253,363.443
c 13.286-23.526, 29.107-45.466, 47.053-65.459C 119.885,301.184, 127.232,303.002, 134.989,303.002z M 84.89,252.902c0.00,7.014, 1.459,13.722, 4.07,19.789
C 72.909,290.355, 58.317,309.402, 45.542,329.728C 29.542,297.933, 20.48,262.016, 20.48,224.00c0.00-44.058, 12.134-85.248, 33.178-120.499
c 7.501,42.368, 21.786,82.432, 41.472,119.142C 88.73,231.04, 84.89,241.51, 84.89,252.902z M 256.896,416.307c 13.261,0.00, 25.242-5.171, 34.202-13.542
c 26.138,11.238, 53.683,19.866, 82.33,25.37C 338.842,448.051, 298.778,459.52, 256.00,459.52c-29.158,0.00-57.062-5.35-82.816-15.053
c 20.454-10.112, 39.962-21.862, 58.266-35.174C 238.925,413.722, 247.603,416.307, 256.896,416.307z M 331.853,180.275c 3.123,6.502, 7.552,12.237, 13.03,16.794
c-14.797,45.517-38.221,87.142-68.403,122.982c-6.016-2.56-12.621-3.968-19.584-3.968c-10.854,0.00-20.89,3.507-29.107,9.37
c-18.176-13.798-34.97-29.286-50.253-46.182C 182.298,271.616, 185.088,262.605, 185.088,252.902c0.00-5.248-0.794-10.266-2.278-15.027
C 226.765,208.512, 277.35,188.365, 331.853,180.275z M 396.851,112.614c 0.666-9.472, 1.05-19.046, 1.05-28.698c0.00-17.024-1.101-33.741-3.149-50.202
c 39.962,29.184, 70.349,70.579, 85.709,118.758c-18.176-4.403-36.813-7.552-55.834-9.37C 420.147,129.408, 409.958,118.298, 396.851,112.614z
M 320.102,146.611c-58.138,9.626-112.051,31.795-158.95,63.59c-7.629-4.685-16.538-7.424-26.138-7.424c-3.533,0.00-6.938,0.384-10.266,1.075
c-22.451-42.598-36.813-90.112-40.96-140.442c 22.426-24.038, 49.792-43.392, 80.538-56.397C 202.47,65.664, 255.821,114.227, 320.102,146.611z M 414.106,398.541
c-37.734-3.635-73.779-13.107-107.341-27.341c 0.205-1.638, 0.282-3.328, 0.282-5.018c0.00-7.91-1.869-15.36-5.146-21.99
c 33.536-39.373, 59.571-85.248, 76.032-135.45c 20.352-0.384, 37.786-12.851, 45.286-30.592c 22.682,2.304, 44.749,6.656, 66.022,12.902
C 490.701,201.805, 491.52,212.787, 491.52,224.00C 491.52,293.222, 461.645,355.482, 414.106,398.541z M 345.318,119.834c-60.032-28.109-110.182-71.398-146.534-124.314
C 217.088-9.062, 236.262-11.52, 256.00-11.52c 35.558,0.00, 69.197,7.91, 99.405,21.99c 4.838,23.731, 7.424,48.282, 7.424,73.446
c0.00,9.062-0.435,18.074-1.101,27.008C 355.686,112.845, 350.131,115.891, 345.318,119.834z" data-tags="network, globe, sphere" />
<glyph unicode="&#xe04a;" d="M 452.864,359.014c-12.851,76.237-82.432,127.155-155.366,113.69c-72.96-13.44-134.502-72.09-121.651-148.326C 178.637,307.968, 186.291,282.266, 195.379,263.834
l-132.48-197.709c-4.89-7.296-7.654-20.454-6.195-29.21l 8.525-50.458c 1.485-8.755, 9.549-14.643, 17.92-13.107l 38.81,7.142
c 8.397,1.562, 19.021,8.934, 23.654,16.41l 52.403,84.736l 0.461,0.538l 35.456,6.554l 61.158,99.277c 20.122-3.558, 48.947-2.355, 65.997,0.794
C 434.074,202.266, 465.741,282.778, 452.864,359.014z M 388.25,319.949c-20.07-29.926-40.525-8.832-69.197,12.16
c-28.646,20.966-54.656,33.869-34.586,63.795c 20.07,29.952, 59.546,37.248, 88.218,16.256C 401.357,391.194, 408.32,349.875, 388.25,319.949z" data-tags="key, password, login, sign in, log in, signin" />
<glyph unicode="&#xe04b;" d="M 394.445,224.00c0.00,70.81, 32.691,110.592, 58.291,110.592c 9.318,0.00, 33.638,0.00, 33.638,0.00C 469.299,361.702, 455.168,377.60, 392.781,377.60L 136.576,377.60
C 40.986,377.60,0.00,289.51,0.00,224.00s 40.986-153.60, 136.576-153.60l 256.205,0.00 c 62.413,0.00, 76.518,15.898, 93.619,43.034c0.00,0.00-8.038,0.00-33.638,0.00S 394.445,153.216, 394.445,224.00z
M 324.813,178.074c-4.173-6.451-17.28-0.41-17.28-0.41l-75.699,34.202c0.00,0.00-6.758-17.126-11.981-29.184s-9.242-25.728-30.95-10.445
c-21.734,15.283-91.648,83.20-91.648,83.20s-8.858,7.245-4.429,14.08C 96.998,275.968, 110.106,269.926, 110.106,269.926l 75.699-34.202
c0.00,0.00, 6.758,17.101, 11.981,29.184C 203.008,276.941, 207.027,290.637, 228.736,275.354c 21.734-15.283, 91.674-83.226, 91.674-83.226S 329.216,184.909, 324.813,178.074z
M 483.20,277.069l-19.149,0.00 c-14.336,0.00-28.314-19.328-28.314-50.688s 14.003-50.662, 28.314-50.662l 19.149,0.00 c 14.31,0.00, 28.80,19.302, 28.80,50.662
S 497.51,277.069, 483.20,277.069z" data-tags="battery, charging, power" />
<glyph unicode="&#xe04c;" d="M 290.074,444.16L 290.074,444.16c-125.645,0.00-204.749-43.29-199.45-78.08C 92.16,356.147, 96.384,329.088, 101.734,295.04
c-61.568-23.91-81.971-62.643-79.232-94.259c 3.226-37.402, 36.89-77.44, 110.797-84.378c 42.189-3.917, 92.954,19.20, 125.875,58.752
c-3.149,5.325-4.941,11.469-4.941,18.099c0.00,19.789, 16.026,35.84, 35.814,35.84s 35.84-16.051, 35.84-35.84c0.00-19.507-15.616-35.354-35.021-35.789
c-39.168-50.509-98.79-80.973-155.264-77.414c 1.306-8.32, 1.818-11.469, 2.458-15.693c 2.33-14.797, 60.083-60.416, 151.987-60.493l 0.026,0.00
c 91.904,0.077, 149.683,45.696, 151.987,60.493C 444.339,79.078, 484.096,330.752, 489.472,366.08C 494.797,400.845, 415.667,444.16, 290.074,444.16z M 58.214,203.904
c-1.408,16.435, 11.648,38.323, 49.229,54.758c 5.402-34.33, 11.29-71.603, 16.461-104.32C 82.842,162.406, 59.955,183.808, 58.214,203.904z M 290.048,312.986
C 198.144,313.037, 132.941,347.162, 132.941,359.885c-0.051,12.672, 65.203,46.848, 157.107,46.797c 91.904,0.051, 157.184-34.125, 157.133-46.797
C 447.181,347.162, 381.978,313.037, 290.048,312.986z" data-tags="bucket" />
<glyph unicode="&#xe04d;" d="M 311.398,22.81c-0.717-7.936, 5.555-14.95, 13.978-15.642l 102.016-8.371c 8.397-0.691, 15.898,5.197, 16.614,13.133l 7.987,84.122
l-132.634,10.931L 311.398,22.81z M 60.006,96.026l 7.962-84.122c 0.742-7.936, 8.243-13.824, 16.64-13.133l 102.016,8.371
c 8.397,0.691, 14.694,7.731, 13.952,15.642l-7.987,84.147L 60.006,96.026z M 46.874,234.675l 8.218-86.784l 132.634,10.906L 179.482,245.504
C 179.302,247.578, 179.20,249.754, 179.20,251.878C 179.20,291.712, 213.658,324.096, 256.00,324.096s 76.80-32.41, 76.80-72.218c0.00-2.125-0.102-4.275-0.307-6.374l-8.192-86.707l 132.608-10.906
l 8.218,86.784C 465.638,240.41, 465.92,246.17, 465.92,251.878C 465.92,360.73, 371.738,449.28, 256.00,449.28S 46.08,360.73, 46.08,251.878
C 46.08,246.17, 46.362,240.41, 46.874,234.675z" data-tags="magnet, magnifier" />
<glyph unicode="&#xe04e;" d="M 478.31,188.211l-80.589,191.795c-6.349,12.80-23.245,23.27-37.555,23.27L 151.859,403.277 c-14.31,0.00-31.206-10.47-37.581-23.27l-80.563-191.795
c-6.40-12.80-9.702-34.816-7.347-48.947l 17.408-94.362c 2.355-14.106, 15.949-25.651, 30.234-25.651l 364.032,0.00 c 14.31,0.00, 27.904,11.546, 30.259,25.651
l 17.408,94.362C 487.987,153.37, 484.71,175.411, 478.31,188.211z M 443.392,120.986l-6.605-38.451c-1.997-14.771-15.309-26.854-29.542-26.854L 104.755,55.68
c-14.259,0.00-27.546,12.083-29.542,26.854l-6.63,38.451c-1.971,14.771, 8.064,26.854, 22.349,26.854l 330.138,0.00
C 435.354,147.814, 445.389,135.757, 443.392,120.986z" data-tags="drive, storage, disk, hdd, partition" />
<glyph unicode="&#xe04f;" d="M 256.00,433.92c-109.542,0.00-177.613-36.096-173.926-65.382l 36.915-303.795C 120.448,52.915, 175.846,14.157, 256.00,14.08
c 80.179,0.077, 135.552,38.861, 137.037,50.662l 36.89,303.795C 433.613,397.824, 365.568,433.92, 256.00,433.92z M 256.00,324.07C 175.846,324.147, 118.963,352.691, 118.963,363.366
C 118.938,373.965, 175.846,402.586, 256.00,402.534c 80.154,0.026, 137.062-28.57, 137.037-39.168C 393.037,352.691, 336.179,324.147, 256.00,324.07z" data-tags="cup, trash, bin, container, glass" />
<glyph unicode="&#xe050;" d="M 313.933,158.259c0.00,0.00, 180.71,130.381, 160.666,279.629c-0.461,3.277-1.536,5.427-2.867,6.886c-1.408,1.357-3.507,2.483-6.733,2.944
C 319.155,468.173, 191.744,283.264, 191.744,283.264C 81.203,296.525, 89.242,274.458, 38.81,153.344c-9.651-23.091, 5.99-31.053, 23.142-24.55
c 17.152,6.451, 55.014,20.762, 55.014,20.762l 66.278-67.814c0.00,0.00-13.978-38.733-20.301-56.269c-6.323-17.587, 1.434-33.587, 24.013-23.731
C 305.331,53.376, 326.886,45.158, 313.933,158.259z M 339.738,309.709c-15.309,15.667-15.309,41.062,0.00,56.73c 15.309,15.642, 40.115,15.642, 55.424,0.00
c 15.334-15.642, 15.334-41.062,0.00-56.73C 379.878,294.016, 355.046,294.016, 339.738,309.709z" data-tags="rocket, space, speed, fast, quick, jet" />
<glyph unicode="&#xe051;" d="M 70.733,132.813c-38.758-38.093-6.016-77.21-57.523-135.194c-23.245-26.163, 95.693-18.176, 154.624,39.757
c 24.986,24.55, 17.946,60.365-8.858,86.733C 132.173,150.451, 95.718,157.363, 70.733,132.813z M 500.25,463.155c-19.891,19.533-240.102-156.928-305.664-221.363
c-32.538-31.974-43.392-49.126-53.376-61.952c-4.326-5.581, 1.408-7.296, 3.968-8.627c 12.877-6.554, 21.888-12.646, 33.562-24.115
c 11.674-11.443, 17.894-20.301, 24.55-32.973c 1.331-2.534, 3.098-8.166, 8.755-3.891c 13.056,9.805, 30.49,20.48, 63.002,52.454
C 340.608,227.123, 520.09,443.597, 500.25,463.155z" data-tags="brush, painting, art" />
<glyph unicode="&#xe052;" d="M 460.80,377.60l-25.60,0.00 l0.00-384.00 l 25.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,326.40 C 512.00,354.56, 488.96,377.60, 460.80,377.60z M0.00,326.40l0.00-281.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 25.60,0.00 L 76.80,377.60 L 51.20,377.60 C 23.04,377.60,0.00,354.56,0.00,326.40z M 343.04,431.181
C 325.606,439.296, 297.779,454.40, 256.00,454.40S 186.394,439.296, 168.96,431.181L 168.96,377.60 L 112.64,377.60 l0.00-384.00 l 286.72,0.00 L 399.36,377.60 L 343.04,377.60 L 343.04,431.181 z M 312.32,377.60L 199.68,377.60 L 199.68,411.776 C 213.325,417.664, 232.909,423.68, 256.00,423.68
s 42.65-5.99, 56.32-11.878L 312.32,377.60 z" data-tags="suitcase, luggage, portfolio" />
<glyph unicode="&#xe053;" d="M 256.00,170.778c 61.184,0.00, 112.41,20.787, 115.507,47.949c-9.088,25.523-19.021,53.35-28.774,80.717c-6.758-19.507-44.16-33.28-86.733-33.28
S 176.051,279.91, 169.242,299.418C 159.488,272.051, 149.606,244.25, 140.493,218.701C 143.59,191.565, 194.79,170.778, 256.00,170.778z M 256.00,342.426
c 28.749,0.00, 55.475,8.909, 63.309,22.733c-10.778,30.285-20.045,56.243-25.907,72.627C 289.536,448.717, 271.898,454.40, 256.00,454.40S 222.464,448.717, 218.598,437.811
c-5.862-16.384-15.104-42.368-25.907-72.627C 200.525,351.334, 227.251,342.426, 256.00,342.426z M 480.768,145.51l-96.128,38.733l 11.085-30.899
c-0.563-32.717-64.128-58.829-139.725-58.829s-139.162,26.112-139.699,58.829l 11.059,30.899L 31.232,145.51c-26.957-10.88-28.083-30.976-2.534-44.672
l 180.787-96.947c 25.574-13.696, 67.43-13.696, 93.005,0.00l 180.787,96.947C 508.877,114.534, 507.725,134.63, 480.768,145.51z" data-tags="cone, traffic, construction" />
<glyph unicode="&#xe054;" d="M 256.00,469.786c-135.526,0.00-245.76-110.285-245.76-245.786c0.00-135.526, 110.234-245.786, 245.76-245.786s 245.76,110.259, 245.76,245.786
C 501.76,359.501, 391.526,469.786, 256.00,469.786z M 465.613,224.00c0.00-47.949-16.282-92.186-43.418-127.514c-7.68,6.016-15.821,22.221-8.141,39.014
c 7.731,16.896, 9.754,56.013, 7.987,71.219c-1.69,15.206-9.60,51.866-31.104,52.224c-21.427,0.333-36.147,7.398-48.896,32.845
c-26.445,52.915, 49.638,63.104, 23.194,92.416c-7.398,8.218-45.645-33.894-51.251,22.221C 313.60,410.445, 317.44,416.461, 322.56,422.682
C 405.606,394.778, 465.613,316.288, 465.613,224.00z M 227.20,431.514C 222.208,421.786, 208.973,417.792, 200.909,410.445C 183.424,394.624, 175.898,396.80, 166.451,381.594
c-9.472-15.206-40.09-37.094-40.09-48.102c0.00-10.982, 15.462-23.987, 23.194-21.453c 7.731,2.56, 28.109,2.406, 40.09-1.792
c 12.006-4.25, 100.224-8.474, 72.09-83.046c-8.909-23.706-47.923-19.712-58.317-58.982c-1.562-5.76-6.938-30.362-7.322-38.40
c-0.614-12.442, 8.806-59.341-3.20-59.341c-12.058,0.00-44.467,41.958-44.467,49.562s-8.422,34.278-8.422,57.088s-38.835,22.451-38.835,52.787
c0.00,27.392, 21.069,41.011, 16.333,54.093c-4.659,13.056-41.651,13.517-57.062,15.104C 87.373,369.05, 150.784,420.966, 227.20,431.514z M 190.08,25.088
c 12.595,6.63, 13.875,15.232, 25.293,15.693c 13.056,0.563, 23.68,5.094, 38.374,8.32c 13.082,2.842, 36.429,16.102, 57.037,17.792
c 17.331,1.434, 51.584-0.896, 60.80-17.638c-33.178-22.016-72.909-34.867-115.584-34.867C 232.96,14.387, 210.816,18.176, 190.08,25.088z" data-tags="earth, globe, planet" />
<glyph unicode="&#xe055;" d="M 476.16,377.60L 35.84,377.60 C 16.128,377.60,0.00,361.472,0.00,341.76l0.00-235.546 C0.00,86.528, 16.128,70.40, 35.84,70.40l 440.32,0.00 c 19.738,0.00, 35.84,16.128, 35.84,35.814L 512.00,341.76 C 512.00,361.472, 495.872,377.60, 476.16,377.60
z M 281.60,326.40l 51.20,0.00 l0.00-51.20 l-51.20,0.00 L 281.60,326.40 z M 358.40,249.60l0.00-51.20 l-51.20,0.00 L 307.20,249.60 L 358.40,249.60 z M 204.80,326.40l 51.20,0.00 l0.00-51.20 L 204.80,275.20 L 204.80,326.40 z M 281.60,249.60l0.00-51.20 L 230.40,198.40 L 230.40,249.60 L 281.60,249.60 z M 128.00,326.40l 51.20,0.00 l0.00-51.20 L 128.00,275.20 L 128.00,326.40 z M 204.80,249.60l0.00-51.20 L 153.60,198.40 L 153.60,249.60 L 204.80,249.60 z M 51.20,326.40l 51.20,0.00 l0.00-51.20 L 51.20,275.20 L 51.20,326.40 z M 128.00,249.60l0.00-51.20 L 76.80,198.40 L 76.80,249.60 L 128.00,249.60 z M 102.40,121.60
L 51.20,121.60 l0.00,51.20 l 51.20,0.00 L 102.40,121.60 z M 384.00,121.60L 128.00,121.60 l0.00,51.20 l 256.00,0.00 L 384.00,121.60 z M 460.80,121.60l-51.20,0.00 l0.00,51.20 l 51.20,0.00 L 460.80,121.60 z M 384.00,198.40L 384.00,249.60 l 51.20,0.00 l0.00-51.20 L 384.00,198.40 z M 460.80,275.20l-102.40,0.00 L 358.40,326.40 l 102.40,0.00 L 460.80,275.20 z" data-tags="keyboard, type" />
<glyph unicode="&#xe056;" d="M 460.80,428.80L 51.20,428.80 C 23.04,428.80,0.00,405.76,0.00,377.60l0.00-307.20 c0.00-28.186, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.014, 51.20,51.20L 512.00,377.60 C 512.00,405.76, 488.96,428.80, 460.80,428.80z M 117.76,380.928
c 10.624,0.00, 19.20-8.346, 19.20-18.662c0.00-10.342-8.576-18.688-19.20-18.688S 98.56,351.923, 98.56,362.24C 98.56,372.582, 107.162,380.928, 117.76,380.928z M 47.36,362.24
c0.00,10.317, 8.576,18.662, 19.20,18.662S 85.76,372.582, 85.76,362.24c0.00-10.342-8.576-18.688-19.20-18.688S 47.36,351.923, 47.36,362.24z M 461.312,70.40L 50.688,70.40 L 50.688,305.92 l 410.624,0.00
L 461.312,70.40 z M 461.312,346.88L 153.60,346.88 L 153.60,377.60 l 307.712,0.00 L 461.312,346.88 z" data-tags="browser, window, program, app" />
<glyph unicode="&#xe057;" d="M 460.80,454.40L 51.20,454.40 C 23.04,454.40,0.00,431.36,0.00,403.20l0.00-307.20 c0.00-28.16, 23.04-50.688, 51.20-50.688l 101.888,0.00 L 153.088,95.488 l-102.40,0.00 L 50.688,331.52 l 410.624,0.00 l0.00-236.032 l-102.40,0.00 l0.00-50.202 L 460.80,45.286 c 28.186,0.00, 51.20,22.554, 51.20,50.688L 512.00,403.20
C 512.00,431.36, 488.986,454.40, 460.80,454.40z M 66.586,369.152c-10.624,0.00-19.20,8.371-19.20,18.688s 8.576,18.688, 19.20,18.688c 10.598,0.00, 19.20-8.371, 19.20-18.688
S 77.184,369.152, 66.586,369.152z M 117.786,369.152c-10.624,0.00-19.20,8.371-19.20,18.688s 8.576,18.688, 19.20,18.688c 10.598,0.00, 19.20-8.371, 19.20-18.688
S 128.384,369.152, 117.786,369.152z M 461.338,371.968L 153.088,371.968 L 153.088,403.712 l 308.224,0.00 L 461.312,371.968 z M 254.669,270.746l-124.211-123.443l 76.80,0.00 L 207.258-6.40 l 94.822,0.00 l0.00,153.702 l 76.80,0.00 L 254.669,270.746z" data-tags="publish, upload, load, import, open" />
<glyph unicode="&#xe058;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z M 435.20,274.688l-102.40,0.00
l0.00-101.35 l 102.40,0.00 L 435.20,274.688 z M 307.20,274.688L 204.80,274.688 l0.00-101.35 l 102.40,0.00 L 307.20,274.688 z M 179.20,274.688L 76.80,274.688 l0.00-101.35 l 102.40,0.00 L 179.20,274.688 z" data-tags="progress-3, bar, loading" />
<glyph unicode="&#xe059;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z M 307.20,274.688L 204.80,274.688
l0.00-101.35 l 102.40,0.00 L 307.20,274.688 z M 179.20,274.688L 76.80,274.688 l0.00-101.35 l 102.40,0.00 L 179.20,274.688 z" data-tags="progress-2, bar, loading" />
<glyph unicode="&#xe05a;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z M 179.20,274.688L 76.80,274.688
l0.00-101.35 l 102.40,0.00 L 179.20,274.688 z" data-tags="brogress-1, bar, loading" />
<glyph unicode="&#xe05b;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.96,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z" data-tags="progress-0, bar, loading" />
<glyph unicode="&#xe05c;" d="M 256.00,305.92c-45.414,0.00-81.92-36.48-81.92-81.92s 36.48-81.92, 81.92-81.92s 81.92,36.48, 81.92,81.92S 301.414,305.92, 256.00,305.92z M 256.00,171.494
c-29.005,0.00-52.48,23.501-52.48,52.48c0.00,29.005, 23.475,52.48, 52.48,52.48s 52.48-23.475, 52.48-52.48C 308.48,194.995, 285.005,171.494, 256.00,171.494z M 102.40,244.48
c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48s 25.088,9.165, 25.088,20.48S 116.531,244.48, 102.40,244.48z M 381.619,349.619c-7.987,7.987-22.579,6.374-32.563-3.61
c-10.01-10.01-11.622-24.576-3.635-32.589s 22.579-6.374, 32.563,3.61C 387.994,327.014, 389.632,341.606, 381.619,349.619z M 409.60,244.48
c-14.157,0.00-25.088-9.165-25.088-20.48s 10.957-20.48, 25.088-20.48s 25.60,9.165, 25.60,20.48S 423.757,244.48, 409.60,244.48z M 256.00,96.00c-11.29,0.00-20.48-11.469-20.48-25.60
c0.00-14.157, 9.165-25.60, 20.48-25.60s 20.48,11.443, 20.48,25.60C 276.48,84.531, 267.29,96.00, 256.00,96.00z M 133.99,128.41c-9.984-10.01-11.622-24.602-3.635-32.589
s 22.605-6.349, 32.589,3.635c 10.01,10.01, 11.622,24.602, 3.635,32.589C 158.592,140.006, 144.00,138.394, 133.99,128.41z M 129.101,348.339
C 121.088,340.326, 122.726,325.76, 132.736,315.75c 10.01-9.984, 24.576-11.622, 32.589-3.61s 6.374,22.579-3.635,32.563
C 151.706,354.714, 137.088,356.326, 129.101,348.339z M 350.336,100.71c 10.01-9.984, 24.576-11.597, 32.563-3.61s 6.374,22.579-3.61,32.563
c-10.01,10.01-24.602,11.622-32.589,3.635S 340.326,110.694, 350.336,100.71z M 256.00,352.00c 11.29,0.00, 20.48,11.469, 20.48,25.60S 267.29,403.20, 256.00,403.20S 235.52,391.731, 235.52,377.60
S 244.71,352.00, 256.00,352.00z" data-tags="sun, brightness, lightness" />
<glyph unicode="&#xe05d;" d="M 486.40,244.48c-4.659,0.00-20.454,0.00-25.088,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.659,0.00, 20.454,0.00, 25.088,0.00c 14.157,0.00, 25.60,9.165, 25.60,20.48
S 500.557,244.48, 486.40,244.48z M 256.00,364.80C 177.92,364.80, 115.20,302.08, 115.20,224.00c0.00-78.106, 62.72-140.80, 140.80-140.80c 78.106,0.00, 140.80,62.694, 140.80,140.80
C 396.80,302.08, 334.106,364.80, 256.00,364.80z M 256.00,121.60c-56.576,0.00-102.40,45.824-102.40,102.40c0.00,56.55, 45.824,102.40, 102.40,102.40s 102.40-45.85, 102.40-102.40C 358.40,167.424, 312.576,121.60, 256.00,121.60z M 76.262,224.00
c0.00,11.315-10.931,20.48-25.062,20.48c-4.736,0.00-20.89,0.00-25.60,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.71,0.00, 20.864,0.00, 25.60,0.00
C 65.331,203.52, 76.262,212.685, 76.262,224.00z M 256.00,403.20c 11.29,0.00, 20.48,11.469, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60c0.00,14.131-9.165,25.60-20.48,25.60S 235.52,468.531, 235.52,454.40
c0.00-4.685,0.00-20.915,0.00-25.60C 235.52,414.669, 244.71,403.20, 256.00,403.20z M 256.00,44.80c-11.29,0.00-20.48-11.469-20.48-25.60c0.00-4.685,0.00-20.915,0.00-25.60c0.00-14.157, 9.165-25.60, 20.48-25.60
s 20.48,11.443, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60C 276.48,33.331, 267.29,44.80, 256.00,44.80z M 444.544,383.59c 10.01,10.01, 11.622,24.602, 3.635,32.589
s-22.579,6.374-32.563-3.635c-2.739-2.765-15.155-15.155-17.92-17.92c-10.01-10.01-11.622-24.576-3.635-32.563s 22.605-6.40, 32.589,3.61
C 429.389,368.435, 441.805,380.826, 444.544,383.59z M 85.35,82.33c-2.765-2.765-15.155-15.181-17.92-17.92c-9.984-10.01-11.597-24.576-3.61-32.563
c 7.987-7.987, 22.579-6.374, 32.563,3.61c 2.765,2.739, 15.181,15.155, 17.92,17.92c 10.01,10.01, 11.622,24.576, 3.61,32.563
S 95.334,92.288, 85.35,82.33z M 96.41,412.57C 86.40,422.554, 71.834,424.192, 63.821,416.179S 57.446,393.60, 67.43,383.59
c 2.765-2.765, 15.155-15.155, 17.92-17.92c 10.01-9.984, 24.576-11.622, 32.563-3.61s 6.40,22.579-3.61,32.563C 111.565,397.389, 99.174,409.805, 96.41,412.57z
M 397.67,53.35c 2.765-2.765, 15.181-15.181, 17.92-17.92c 10.01-9.984, 24.602-11.597, 32.589-3.61c 7.987,7.987, 6.349,22.579-3.635,32.563
c-2.765,2.739-15.181,15.155-17.92,17.92c-10.01,9.984-24.602,11.597-32.589,3.61S 387.712,63.36, 397.67,53.35z" data-tags="sun, brightness, lightness" />
<glyph unicode="&#xe05e;" d="M 486.40,244.48c-4.659,0.00-20.454,0.00-25.088,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.659,0.00, 20.454,0.00, 25.088,0.00c 14.157,0.00, 25.60,9.165, 25.60,20.48
S 500.557,244.48, 486.40,244.48z M 256.00,364.80C 177.92,364.80, 115.20,302.08, 115.20,224.00c0.00-78.106, 62.72-140.80, 140.80-140.80c 78.08,0.00, 140.80,62.694, 140.80,140.80
C 396.80,302.08, 334.08,364.80, 256.00,364.80z M 258.56,121.60C 199.424,121.60, 153.60,167.424, 153.60,224.00c0.00,56.55, 45.824,102.40, 104.96,102.40L 258.56,121.60 z M 76.262,224.00c0.00,11.315-10.931,20.48-25.062,20.48
c-4.736,0.00-20.89,0.00-25.60,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.71,0.00, 20.864,0.00, 25.60,0.00C 65.331,203.52, 76.262,212.685, 76.262,224.00z M 256.00,403.20
c 11.29,0.00, 20.48,11.469, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60c0.00,14.131-9.165,25.60-20.48,25.60S 235.52,468.531, 235.52,454.40c0.00-4.685,0.00-20.915,0.00-25.60C 235.52,414.669, 244.71,403.20, 256.00,403.20z
M 256.00,44.80c-11.29,0.00-20.48-11.469-20.48-25.60c0.00-4.685,0.00-20.915,0.00-25.60c0.00-14.157, 9.165-25.60, 20.48-25.60s 20.48,11.443, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60
C 276.48,33.331, 267.29,44.80, 256.00,44.80z M 444.544,383.59c 10.01,10.01, 11.622,24.602, 3.635,32.589s-22.579,6.374-32.563-3.635
c-2.739-2.765-15.155-15.155-17.92-17.92c-10.01-10.01-11.622-24.576-3.635-32.563s 22.605-6.40, 32.589,3.61
C 429.389,368.435, 441.805,380.826, 444.544,383.59z M 85.35,82.33c-2.765-2.765-15.155-15.181-17.92-17.92c-9.984-10.01-11.597-24.576-3.61-32.563
c 7.987-7.987, 22.579-6.374, 32.563,3.61c 2.765,2.739, 15.181,15.155, 17.92,17.92c 10.01,10.01, 11.622,24.576, 3.61,32.563
S 95.334,92.288, 85.35,82.33z M 96.41,412.57C 86.40,422.554, 71.834,424.192, 63.821,416.179S 57.446,393.60, 67.43,383.59
c 2.765-2.765, 15.155-15.155, 17.92-17.92c 10.01-9.984, 24.576-11.622, 32.563-3.61s 6.40,22.579-3.61,32.563C 111.565,397.389, 99.174,409.805, 96.41,412.57z
M 397.67,53.35c 2.765-2.765, 15.181-15.181, 17.92-17.92c 10.01-9.984, 24.602-11.597, 32.563-3.61c 7.987,7.987, 6.374,22.579-3.61,32.563
c-2.765,2.739-15.181,15.155-17.92,17.92c-10.01,9.984-24.602,11.597-32.589,3.61S 387.712,63.36, 397.67,53.35z" data-tags="adjust, contrast, lightness, brightness" />
<glyph unicode="&#xe05f;" d="M 194.867,370.995c-9.395,8.832-22.093,8.832-31.514,0.00L0.00,224.00l 163.354-146.97c 9.421-8.858, 22.118-8.858, 31.514,0.00s 9.395,23.194,0.00,32.051
L 68.045,224.00l 126.848,114.893C 204.262,347.75, 204.262,362.112, 194.867,370.995z M 348.646,370.995c-9.421,8.832-22.093,8.832-31.514,0.00
c-9.395-8.883-8.909-23.219, 0.538-32.077L 443.955,224.00l-126.31-114.918c-9.421-8.858-9.933-23.194-0.538-32.051
c 9.421-8.858, 22.093-8.858, 31.514,0.00L 512.00,224.00L 348.646,370.995z" data-tags="code, embed" />
<glyph unicode="&#xe060;" d="M 460.80,449.28L 51.20,449.28 c-28.16,0.00-51.20-23.04-51.20-51.20l0.00-281.60 c0.00-28.16, 22.579-55.731, 50.202-61.261l 111.923-22.374c0.00,0.00-96.333-34.125-34.125-34.125l 256.00,0.00
c 62.208,0.00-34.125,34.125-34.125,34.125l 111.923,22.374C 489.395,60.749, 512.00,88.32, 512.00,116.48l0.00,281.60 C 512.00,426.24, 488.96,449.28, 460.80,449.28z M 460.80,119.04L 51.20,119.04 L 51.20,403.20 l 409.60,0.00 L 460.80,119.04 z" data-tags="screen, desktop, computer, monitor, pc" />
<glyph unicode="&#xe061;" d="M 407.091,336.64c-53.222,0.00-111.539-29.645-151.091-74.624C 216.448,306.995, 158.106,336.64, 104.883,336.64C 54.17,336.64,0.00,307.046,0.00,224.00
s 54.17-112.614, 104.883-112.64l0.00,0.00c 53.248,0.00, 111.565,29.645, 151.117,74.624c 39.552-44.979, 97.869-74.624, 151.091-74.624C 457.83,111.36, 512.00,140.954, 512.00,224.00
S 457.83,336.64, 407.091,336.64z M 104.883,156.416c-38.707,0.00-58.342,22.733-58.342,67.584s 19.635,67.61, 58.342,67.61c 42.803,0.00, 92.518-27.802, 123.034-67.61
C 197.402,184.192, 147.712,156.416, 104.883,156.416z M 407.091,156.416c-42.803,0.00-92.518,27.776-123.034,67.584c 30.49,39.808, 80.23,67.61, 123.034,67.61
c 38.733,0.00, 58.342-22.758, 58.342-67.61S 445.824,156.416, 407.091,156.416z" data-tags="infinity" />
<glyph unicode="&#xe062;" d="M 183.936-10.752c 20.198-13.056, 43.597-21.888, 72.064-21.197
c 28.467-0.691, 51.84,8.141, 72.038,21.197L 328.038,42.24 L 183.936,42.24 L 183.936-10.752 z M 325.018,72.986c0.00,111.514, 118.554,147.20, 109.67,258.278
C 429.107,401.357, 381.619,480.00, 256.00,480.00S 82.893,401.357, 77.312,331.264c-8.883-111.104, 109.645-146.765, 109.645-258.278L 325.018,72.986 z M 131.533,327.219
C 136.858,393.754, 182.118,427.494, 256.00,427.494c 73.882,0.00, 119.142-33.741, 124.442-100.275c 2.893-36.429-18.048-60.723-46.336-100.506
c-20.813-29.338-45.44-63.974-56.96-109.082L 234.829,117.632 c-11.52,45.107-36.122,79.718-56.986,109.082C 149.581,266.522, 128.64,290.79, 131.533,327.219z" data-tags="light-bulb, lamp, bulb, idea, tip" />
<glyph unicode="&#xe063;" d="M 460.80,403.20L 51.20,403.20 C 23.04,403.20,0.00,380.16,0.00,352.00l0.00-256.00 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,352.00 C 512.00,380.16, 488.96,403.20, 460.80,403.20z M 460.80,96.00L 51.20,96.00 L 51.20,249.60 l 409.60,0.00 L 460.80,96.00 z M 460.80,326.40L 51.20,326.40 L 51.20,352.00 l 409.60,0.00 L 460.80,326.40 z
M 102.40,195.84L 102.40,180.48 l 15.36,0.00 L 117.76,195.84 L 102.40,195.84 z M 194.56,165.12L 194.56,149.76 l 30.72,0.00 L 225.28,165.12 L 240.64,165.12 l0.00,15.36 L 256.00,180.48 L 256.00,195.84 L 225.28,195.84 L 225.28,180.48 L 209.92,180.48 l0.00-15.36 L 194.56,165.12 z M 256.00,149.76L 256.00,165.12 L 240.64,165.12 L 240.64,149.76 L 256.00,149.76 z M 179.20,149.76
L 179.20,165.12 L 148.48,165.12 L 148.48,149.76 L 179.20,149.76 z M 194.56,180.48l 15.36,0.00 L 209.92,195.84 L 179.20,195.84 l0.00-30.72 l 15.36,0.00 L 194.56,180.48 z M 133.12,165.12l 15.36,0.00 l0.00,15.36 l 15.36,0.00 L 163.84,195.84 L 133.12,195.84 L 133.12,180.48 L 117.76,180.48 l0.00-15.36 L 102.40,165.12 L 102.40,149.76 l 30.72,0.00 L 133.12,165.12 z" data-tags="credit card, card, checkout" />
<glyph unicode="&#xe064;" d="M 428.211,151.296c-21.606-34.918-90.496-60.442-172.211-60.442c-81.664,0.00-150.605,25.523-172.186,60.442C 79.232,158.694, 76.80,154.726, 76.80,151.066
c0.00-3.686,0.00-51.251,0.00-51.251C 76.80,50.176, 157.03-1.28, 256.00-1.28s 179.20,51.456, 179.20,101.094c0.00,0.00,0.00,47.565,0.00,51.251C 435.20,154.726, 432.742,158.694, 428.211,151.296z
M 428.467,282.24c-21.222-30.874-90.419-53.504-172.467-53.504s-151.245,22.63-172.467,53.504C 79.13,288.614, 76.80,285.158, 76.80,282.266c0.00-2.893,0.00-60.314,0.00-60.314
c0.00-45.133, 80.23-81.69, 179.20-81.69s 179.20,36.557, 179.20,81.69c0.00,0.00,0.00,57.421,0.00,60.314C 435.20,285.158, 432.845,288.614, 428.467,282.24z M 256.00,449.28
c-98.97,0.00-179.20-30.157-179.20-67.379l0.00-32.23 c0.00-39.475, 80.23-71.475, 179.20-71.475s 179.20,32.00, 179.20,71.475L 435.20,381.875 C 435.20,419.123, 354.97,449.28, 256.00,449.28z" data-tags="database, storage, server" />
<glyph unicode="&#xe065;" d="M 394.24,331.494c-65.05,0.00-117.786-52.736-117.786-117.76c0.00-24.704, 7.629-47.616, 20.634-66.56L 214.912,147.174 C 227.891,166.118, 235.52,189.056, 235.52,213.76
c0.00,65.024-52.736,117.76-117.76,117.76S0.00,278.784,0.00,213.76S 52.736,96.00, 117.76,96.00l 276.48,0.00 c 65.024,0.00, 117.76,52.736, 117.76,117.76S 459.264,331.494, 394.24,331.494z M 51.20,213.76
c0.00,36.762, 29.798,66.56, 66.56,66.56s 66.56-29.798, 66.56-66.56c0.00-36.787-29.798-66.56-66.56-66.56S 51.20,176.973, 51.20,213.76z M 394.24,147.20c-36.787,0.00-66.586,29.773-66.586,66.56
c0.00,36.762, 29.798,66.56, 66.586,66.56c 36.762,0.00, 66.56-29.798, 66.56-66.56C 460.80,176.973, 431.002,147.20, 394.24,147.20z" data-tags="voicemail" />
<glyph unicode="&#xe066;" d="M 399.36,428.80L 368.64,352.00L 143.36,352.00 L 112.64,428.80C 92.928,428.80, 76.80,412.672, 76.80,392.96l0.00-389.12 C 76.80-15.872, 92.928-32.00, 112.64-32.00l 286.72,0.00 c 19.738,0.00, 35.84,16.128, 35.84,35.84L 435.20,392.96
C 435.20,412.672, 419.072,428.80, 399.36,428.80z M 348.16,377.60l 23.04,51.20l-55.808,0.00 L 296.96,480.00L 215.04,480.00 L 196.608,428.80L 140.80,428.80 l 23.04-51.20L 348.16,377.60 z" data-tags="clipboard, board" />
<glyph unicode="&#xe067;" d="M 102.40,44.80c0.00-28.262, 22.938-51.20, 51.20-51.20c 28.288,0.00, 51.20,22.938, 51.20,51.20s-22.912,51.20-51.20,51.20C 125.338,96.00, 102.40,73.062, 102.40,44.80z M 358.40,44.80c0.00-28.262, 22.938-51.20, 51.20-51.20
c 28.288,0.00, 51.20,22.938, 51.20,51.20s-22.912,51.20-51.20,51.20C 381.338,96.00, 358.40,73.062, 358.40,44.80z M 193.203,165.837L 476.57,246.784C 481.971,248.346, 486.40,254.208, 486.40,259.84L 486.40,400.64 L 125.44,400.64 L 125.44,444.16
C 125.44,449.792, 120.858,454.40, 115.20,454.40L 35.84,454.40 C 30.208,454.40, 25.60,449.792, 25.60,444.16L 25.60,403.20 l 49.741,0.00 l 50.381-231.859L 130.586,147.20l0.00-38.40 c0.00-5.632, 4.608-10.24, 10.214-10.24L 153.60,98.56 l 256.00,0.00 l 66.586,0.00
C 481.792,98.56, 486.40,103.168, 486.40,108.80L 486.40,147.20 L 198.451,147.20 C 169.037,147.20, 168.422,158.72, 193.203,165.837z" data-tags="cart, shop, buy, purchase, ecommerce" />
<glyph unicode="&#xe068;" d="M 471.04,428.80L 40.96,428.80 C 32.486,428.80, 25.60,421.914, 25.60,413.44L 25.60,352.00 l 460.80,0.00 L 486.40,413.44 C 486.40,421.914, 479.514,428.80, 471.04,428.80z M 51.20,55.04C 51.20,35.328, 67.328,19.20, 87.04,19.20l 337.92,0.00
c 19.738,0.00, 35.84,16.128, 35.84,35.84L 460.80,326.40 L 51.20,326.40 L 51.20,55.04 z M 179.20,275.20l 153.60,0.00 l0.00-51.20 L 179.20,224.00 L 179.20,275.20 z" data-tags="box, package" />
<glyph unicode="&#xe069;" d="M 125.594,184.525l 90.931-90.931l 166.835,166.835l-90.957,90.931L 125.594,184.525z M 489.088,309.402l-38.707,38.682
c-7.398-3.994-15.795-6.298-24.806-6.298c-28.595,0.00-51.789,23.194-51.789,51.814c0.00,8.986, 2.253,17.434, 6.298,24.806l-38.707,38.682
c-10.112,10.086-26.547,10.086-36.659,0.00L 22.912,175.258c-10.086-10.086-10.086-26.573,0.00-36.659l 38.707-38.707c 7.373,4.019, 15.821,6.298, 24.781,6.298
c 28.621,0.00, 51.814-23.168, 51.814-51.789c0.00-8.986-2.278-17.434-6.323-24.806l 38.682-38.707c 10.086-10.086, 26.573-10.086, 36.659,0.00l 281.856,281.856
C 499.149,282.829, 499.149,299.315, 489.088,309.402z M 216.525,51.994l-132.506,132.531l 208.435,208.41L 424.96,260.429L 216.525,51.994z" data-tags="ticket" />
<glyph unicode="&#xe06a;" d="M 51.251,408.346l0.00-60.621 c 181.402,0.00, 328.448-147.072, 328.448-328.474l 60.646,0.00 C 440.346,234.138, 266.138,408.346, 51.251,408.346z M 51.251,287.078l0.00-60.646
c 114.432,0.00, 207.206-92.749, 207.206-207.181l 60.595,0.00 C 319.053,167.142, 199.168,287.078, 51.251,287.078z M 109.363,135.475c-32.077,0.00-58.112-26.035-58.112-58.138
s 26.035-58.112, 58.112-58.112c 32.102,0.00, 58.138,26.01, 58.138,58.112S 141.466,135.475, 109.363,135.475z" data-tags="rss, atom, feed" />
<glyph unicode="&#xe06b;" d="M 256.00,121.60c-28.006,0.00-50.662-22.938-50.662-51.20S 227.994,19.20, 256.00,19.20c 27.981,0.00, 50.662,22.938, 50.662,51.20S 283.981,121.60, 256.00,121.60z M 148.48,178.995l 35.84-36.198
c 39.578,39.987, 103.757,39.987, 143.36,0.00l 35.84,36.198C 304.128,239.002, 207.846,239.002, 148.48,178.995z M 76.80,251.418l 35.814-36.198
c 79.181,79.974, 207.539,79.974, 286.72,0.00L 435.20,251.418C 336.23,351.386, 175.77,351.386, 76.80,251.418z M 5.12,323.814L 40.96,287.616c 118.784,119.962, 311.322,119.962, 430.08,0.00
l 35.84,36.198C 368.333,463.795, 143.667,463.795, 5.12,323.814z" data-tags="signal, feed, news, broadcast" />
<glyph unicode="&#xe06c;" d="M 322.586,227.405L 322.586,454.40 c0.00,14.131-11.469,25.60-25.60,25.60L 209.92,480.00 C 195.763,480.00, 189.44,468.531, 189.44,454.40l0.00-226.995 C 146.714,203.878, 117.76,158.438, 117.76,106.24
c0.00-76.339, 61.901-138.24, 138.24-138.24s 138.24,61.901, 138.24,138.24C 394.24,158.438, 365.286,203.878, 322.586,227.405z M 256.00,19.20c-48.077,0.00-87.04,38.963-87.04,87.04
c0.00,39.782, 26.726,73.216, 63.181,83.635L 232.141,377.60 l 51.20,0.00 l0.00-188.749 c 34.662-11.469, 59.725-44.109, 59.725-82.611C 343.04,58.163, 304.077,19.20, 256.00,19.20z" data-tags="thermometer, temperature" />
<glyph unicode="&#xe06d;" d="M 101.248,477.619c-0.384,3.174-5.632,3.174-5.99,0.00C 82.176,372.275, 15.36,350.566, 15.36,277.35c0.00-45.235, 37.939-81.894, 82.893-81.894
s 82.893,36.659, 82.893,81.894C 181.146,350.566, 114.33,372.275, 101.248,477.619z M 416.742,477.619c-0.41,3.174-5.606,3.174-5.99,0.00
c-13.082-105.344-79.898-127.053-79.898-200.269c0.00-45.235, 37.939-81.894, 82.893-81.894S 496.64,232.115, 496.64,277.35C 496.64,350.566, 429.824,372.275, 416.742,477.619
z M 253.005,250.163C 239.923,144.819, 173.107,123.136, 173.107,49.92c0.00-45.261, 37.939-81.92, 82.893-81.92s 82.893,36.685, 82.893,81.92
c0.00,73.19-66.816,94.899-79.898,200.243C 258.611,253.363, 253.389,253.363, 253.005,250.163z" data-tags="droplets, water, rain" />
<glyph unicode="&#xe06e;" d="M 460.80,377.60L 230.40,377.60 l0.00-128.00 l 256.00,0.00 L 486.40,352.00 C 486.40,366.131, 474.957,377.60, 460.80,377.60z M 25.60,96.00c0.00-14.157, 6.349-25.60, 20.48-25.60L 179.20,70.40 l0.00,128.00 L 25.60,198.40 L 25.60,96.00 z M 230.40,70.40l 230.40,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60l0.00,102.40 L 230.40,198.40 L 230.40,70.40 z
M 25.60,352.00l0.00-102.40 l 153.60,0.00 L 179.20,377.60 L 46.08,377.60 C 31.949,377.60, 25.60,366.131, 25.60,352.00z" />
<glyph unicode="&#xe06f;" d="M 17.664,189.901l 34.893-8.653l 26.266,41.267L 28.902,234.88c-12.493,3.123-25.114-4.454-28.211-16.896
C-2.406,205.594, 5.197,192.998, 17.664,189.901z M 473.114,183.245l-114.253-102.861l-134.349,103.962c-2.56,1.997-5.504,3.405-8.653,4.198
l-17.894,4.403l-26.266-41.242l 28.134-6.938l 145.869-112.845c 4.224-3.302, 9.242-4.89, 14.285-4.89c 5.606,0.00, 11.213,1.997, 15.616,5.99
l 128.691,115.84c 9.549,8.602, 10.266,23.245, 1.664,32.742C 497.382,191.104, 482.662,191.846, 473.114,183.245z M 222.31,296.166l 125.107-80.102
c 10.547-6.733, 24.576-3.942, 31.718,6.323l 128.717,185.395c 7.296,10.547, 4.659,24.96-5.914,32.256s-25.062,4.634-32.384-5.888l-115.917-166.963
L 227.763,347.776C 222.566,351.104, 216.243,352.23, 210.176,350.899S 198.861,345.907, 195.558,340.685L 3.635,39.398c-6.912-10.803-3.686-25.088, 7.168-31.949
C 14.669,4.992, 18.995,3.84, 23.27,3.84c 7.706,0.00, 15.232,3.789, 19.661,10.752L 222.31,296.166z" data-tags="statistics, graph, plot" />
<glyph unicode="&#xe070;" d="M 229.53,423.731C 130.867,412.006, 52.685,333.798, 40.96,235.162l 188.57,0.00 L 229.53,423.731 z M 283.469,423.347l0.00-216.448 c0.00-14.182-11.494-25.677-25.702-25.677L 41.318,181.222
c 13.85-105.856, 104.269-187.597, 213.862-187.597c 119.194,0.00, 215.859,96.614, 215.859,215.859C 471.04,319.078, 389.299,409.498, 283.469,423.347z" data-tags="pie, chart, graph, statistics" />
<glyph unicode="&#xe071;" d="M 435.20,454.40l-56.32,0.00 C 364.749,454.40, 358.40,442.931, 358.40,428.80l0.00-435.20 l 102.40,0.00 L 460.80,428.80 C 460.80,442.931, 449.357,454.40, 435.20,454.40z M 281.60,300.80L 225.28,300.80 C 211.149,300.80, 204.80,289.331, 204.80,275.20l0.00-281.60 l 102.40,0.00 L 307.20,275.20
C 307.20,289.331, 295.757,300.80, 281.60,300.80z M 128.00,147.20L 71.68,147.20 C 57.549,147.20, 51.20,135.757, 51.20,121.60l0.00-128.00 l 102.40,0.00 l0.00,128.00 C 153.60,135.757, 142.131,147.20, 128.00,147.20z" data-tags="bars, statistics, graph" />
<glyph unicode="&#xe072;" d="M 498.893,418.893l-118.502-193.05c-4.403-7.142-13.005-8.32-19.149-2.586l-57.293,53.658c-6.144,5.734-14.95,4.71-19.61-2.304
l-80.461-121.344c-4.634-6.989-13.517-8.09-19.738-2.458L 146.688,185.011c-6.221,5.658-15.59,4.915-20.838-1.613l-117.99-147.149
C 2.586,29.67, 5.171,24.32, 13.542,24.32l 493.338,0.00 L 506.88,416.64 C 506.906,425.062, 503.296,426.086, 498.893,418.893z" data-tags="graph, area, statistics, plot" />
<glyph unicode="&#xe073;" d="M 404.506,275.149L 358.40,275.149 l0.00,35.84 c0.00,74.163-34.15,117.76-102.40,117.76c-68.224,0.00-102.40-43.597-102.40-117.76l0.00-35.84 L 102.40,275.149 c-14.131,0.00-25.60-16.563-25.60-30.72l0.00-199.68
c0.00-14.08, 10.982-29.158, 24.371-33.459l 30.618-9.907c 13.389-4.326, 35.866-7.859, 49.971-7.859l 148.48,0.00 c 14.08,0.00, 36.582,3.533, 49.971,7.859l 30.618,9.907
C 424.243,15.59, 435.20,30.669, 435.20,44.749l0.00,199.68 C 435.20,258.586, 418.637,275.149, 404.506,275.149z M 204.80,321.229c0.00,36.992, 20.429,56.32, 51.20,56.32
c 30.797,0.00, 51.20-19.328, 51.20-56.32l0.00-46.08 L 204.80,275.149 L 204.80,321.229 z" data-tags="lock, password, encrypted, secure" />
<glyph unicode="&#xe074;" d="M 404.48,275.20L 358.40,275.20 L 358.40,336.64 C 358.40,410.803, 324.224,454.40, 256.00,454.40C 187.75,454.40, 153.60,410.803, 153.60,336.64L 153.60,326.40 l 51.20,0.00 L 204.80,346.88 C 204.80,383.872, 225.203,403.20, 256.00,403.20c 30.771,0.00, 51.20-19.328, 51.20-56.32L 307.20,275.20 L 102.40,275.20
C 88.243,275.20, 76.80,258.637, 76.80,244.48L 76.80,44.80 c0.00-14.08, 10.982-29.133, 24.371-33.459l 30.618-9.907C 145.203-2.867, 167.68-6.40, 181.76-6.40l 148.48,0.00
c 14.106,0.00, 36.582,3.533, 49.971,7.859l 30.618,9.907C 424.218,15.667, 435.20,30.72, 435.20,44.80L 435.20,244.48 C 435.20,258.637, 418.637,275.20, 404.48,275.20z" data-tags="lock-open, unlocked" />
<glyph unicode="&#xe075;" d="M 282.138,44.80L 76.288,44.80 L 76.288,403.20 l 205.824,0.00 l0.00-76.80 L 332.80,326.40 L 332.80,403.20 c0.00,28.16-23.014,51.20-51.20,51.20L 76.80,454.40 C 48.64,454.40, 25.60,431.36, 25.60,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 204.80,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20l0.00,51.20 l-50.662,0.00 L 282.138,44.80 z
M 486.40,211.20l-101.862,99.84L 384.538,249.60 l-230.40,0.00 l0.00-76.80 l 230.40,0.00 l0.00-61.44 L 486.40,211.20z" data-tags="logout, log out, sign out, exit, log off, quit, leave" />
<glyph unicode="&#xe076;" d="M 435.20,454.40L 204.80,454.40 C 176.64,454.40, 154.112,431.36, 154.112,403.20l0.00-76.80 L 204.80,326.40 L 204.80,403.20 l 230.40,0.00 l0.00-358.40 L 204.80,44.80 l0.00,51.20 L 154.112,96.00 l0.00-51.20 c0.00-28.16, 22.528-51.20, 50.688-51.20l 230.40,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 486.40,403.20 C 486.40,431.36, 463.36,454.40, 435.20,454.40z
M 256.00,111.36l 102.40,99.84l-102.40,99.84L 256.00,249.60 L 25.60,249.60 l0.00-76.80 l 230.40,0.00 L 256.00,111.36 z" data-tags="login, enter, sign in, log in" />
<glyph unicode="&#xe077;" d="M 212.352,44.80c-11.136,0.00-21.683,5.197-28.442,14.157L 92.416,179.738c-11.904,15.718-8.806,38.093, 6.912,49.997
c 15.744,11.93, 38.093,8.806, 49.997-6.912l 60.186-79.462l 151.347,242.97c 10.419,16.717, 32.435,21.837, 49.178,11.418
c 16.717-10.394, 21.837-32.435, 11.392-49.152L 242.662,61.619c-6.221-10.01-16.947-16.282-28.698-16.794C 213.427,44.80, 212.89,44.80, 212.352,44.80z" data-tags="checkmark, tick, correct" />
<glyph unicode="&#xe078;" d="M 367.334,143.309L 296.73,224.00l 70.605,80.691c 12.006,12.006, 12.006,31.462,0.00,43.443c-12.006,11.981-31.462,11.981-43.443,0.00L 256.00,270.541
l-67.866,77.568c-12.006,12.006-31.462,12.006-43.443,0.00c-11.981-12.006-11.981-31.462,0.00-43.443L 215.27,224.00l-70.605-80.691
c-11.981-12.006-11.981-31.411,0.00-43.392c 12.006-12.006, 31.462-12.006, 43.443,0.00L 256.00,177.459l 67.866-77.542c 12.006-12.006, 31.462-12.006, 43.443,0.00
S 379.315,131.302, 367.334,143.309z" data-tags="cross, cancel, close, remove, delete" />
<glyph unicode="&#xe079;" d="M 409.60,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 384.00,198.40L 128.00,198.40 L 128.00,249.60 l 256.00,0.00 L 384.00,198.40 z" data-tags="minus, subtract, remove, delete" />
<glyph unicode="&#xe07a;" d="M 409.60,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 384.00,198.40l-102.40,0.00 l0.00-102.40 L 230.40,96.00 l0.00,102.40 L 128.00,198.40 L 128.00,249.60 l 102.40,0.00 L 230.40,352.00 l 51.20,0.00 l0.00-102.40 l 102.40,0.00 L 384.00,198.40 z" data-tags="plus, add, sum" />
<glyph unicode="&#xe07b;" d="M 409.60,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 334.362,101.402L 256.00,179.738
l-78.362-78.362l-44.237,44.262L 211.738,224.00l-78.336,78.336l 44.237,44.262L 256.00,268.262l 78.336,78.336l 44.262-44.237L 300.262,224.00l 78.362-78.362L 334.362,101.402z" data-tags="cross, cancel, close, remove, delete" />
<glyph unicode="&#xe07c;" d="M 256.00,439.04c-118.784,0.00-215.04-96.307-215.04-215.04c0.00-118.784, 96.282-215.04, 215.04-215.04c 118.758,0.00, 215.04,96.282, 215.04,215.04C 471.04,342.758, 374.758,439.04, 256.00,439.04z
M 385.28,250.163l0.00-52.352 L 126.72,197.811 L 126.72,250.163 L 385.28,250.163 z" data-tags="minus, subtract, remove, delete" />
<glyph unicode="&#xe07d;" d="M 256.00,439.04c-118.784,0.00-215.04-96.307-215.04-215.04c0.00-118.784, 96.282-215.04, 215.04-215.04c 118.758,0.00, 215.04,96.282, 215.04,215.04C 471.04,342.758, 374.758,439.04, 256.00,439.04z
M 282.163,197.837l0.00-103.091 L 229.837,94.746 l0.00,103.091 L 126.72,197.837 L 126.72,250.163 l 103.091,0.00 L 229.811,353.28 l 52.352,0.00 l0.00-103.091 l 103.091,0.00 l0.00-52.352 L 282.163,197.837 z" data-tags="plus, add, sum" />
<glyph unicode="&#xe07e;" d="M 256.00,439.04c-118.784,0.00-215.04-96.307-215.04-215.04c0.00-118.784, 96.282-215.04, 215.04-215.04c 118.758,0.00, 215.04,96.282, 215.04,215.04C 471.04,342.758, 374.758,439.04, 256.00,439.04z
M 300.262,224.00l 78.362-78.362l-44.262-44.262L 256.00,179.738l-78.362-78.362l-44.237,44.262L 211.738,224.00l-78.336,78.336l 44.237,44.262L 256.00,268.262l 78.362,78.336
l 44.262-44.237L 300.262,224.00z" data-tags="cross, cancel, close, remove, delete" />
<glyph unicode="&#xe07f;" d="M 389.094,249.60L 122.88,249.60 c-14.157,0.00-15.36-11.469-15.36-25.60s 1.203-25.60, 15.36-25.60l 266.214,0.00 c 14.157,0.00, 15.386,11.469, 15.386,25.60S 403.251,249.60, 389.094,249.60z" data-tags="minus, remove, delete, substract" />
<glyph unicode="&#xe080;" d="M 389.094,249.60l-107.52,0.00 L 281.574,357.12 c0.00,14.131-11.443,15.36-25.60,15.36c-14.131,0.00-25.60-1.203-25.60-15.36L 230.374,249.60 L 122.88,249.60 c-14.157,0.00-15.36-11.469-15.36-25.60s 1.203-25.60, 15.36-25.60l 107.494,0.00
l0.00-107.52 c0.00-14.131, 11.469-15.36, 25.60-15.36c 14.157,0.00, 25.60,1.229, 25.60,15.36L 281.574,198.40 l 107.52,0.00 c 14.157,0.00, 15.386,11.469, 15.386,25.60S 403.251,249.60, 389.094,249.60z" data-tags="plus, add, sum" />
<glyph unicode="&#xe081;" d="M 460.80,403.20L 216.218,403.20 c-11.264,0.00-27.418-6.067-35.891-13.491L 6.349,237.491c-8.474-7.424-8.474-19.558,0.00-26.982l 173.978-152.243
C 188.80,50.867, 204.954,44.80, 216.218,44.80L 460.80,44.80 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,352.00 C 512.00,380.16, 488.986,403.20, 460.80,403.20z M 388.89,121.60l-65.459,65.459L 258.022,121.60l-36.966,36.941
L 286.49,224.00L 221.056,289.434L 258.022,326.40l 65.434-65.434L 388.89,326.40l 36.941-36.966L 360.422,224.00l 65.434-65.434L 388.89,121.60z" data-tags="erase, delete, remove, backspace" />
<glyph unicode="&#xe082;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76c 135.757,0.00, 245.76,110.029, 245.76,245.76S 391.757,469.76, 256.00,469.76z M 388.25,356.198
l-0.051,0.051C 388.198,356.224, 388.25,356.198, 388.25,356.198z M 69.018,224.00c0.00,103.27, 83.712,186.982, 186.982,186.982c 44.902,0.00, 86.118-15.821, 118.374-42.189
L 111.232,105.677C 84.838,137.907, 69.018,179.098, 69.018,224.00z M 123.75,91.802l 0.051-0.051C 123.776,91.776, 123.776,91.776, 123.75,91.802z M 256.00,36.992
c-44.902,0.00-86.093,15.846-118.323,42.214L 400.742,342.323c 26.394-32.23, 42.24-73.421, 42.24-118.323C 443.008,120.73, 359.245,36.992, 256.00,36.992z" data-tags="blocked, denied, forbidden" />
<glyph unicode="&#xe083;" d="M 318.259,480.00c 34.304,0.00, 51.456-23.398, 51.456-50.125c0.00-33.382-29.798-64.282-68.557-64.282c-32.512,0.00-51.456,19.20-50.56,50.918
C 250.598,443.264, 273.126,480.00, 318.259,480.00z M 212.71-32.00c-27.085,0.00-46.925,16.691-27.981,90.189l 31.078,130.33c 5.402,20.864, 6.298,29.235,0.00,29.235
c-8.141,0.00-43.264-14.413-64.051-28.621L 138.24,211.686c 65.869,55.962, 141.619,88.755, 174.106,88.755c 27.059,0.00, 31.539-32.563, 18.048-82.662l-35.61-137.011
c-6.298-24.218-3.61-32.563, 2.688-32.563c 8.141,0.00, 34.739,10.061, 60.902,30.925l 15.36-20.864C 309.709-6.912, 239.77-32.00, 212.71-32.00z" data-tags="info, about" />
<glyph unicode="&#xe084;" d="M 252.851,459.494c-130.048-1.741-234.086-108.595-232.346-238.669c 1.741-129.997, 108.595-234.061, 238.643-232.32
c 130.048,1.741, 234.086,108.595, 232.346,238.669C 489.779,357.197, 382.899,461.235, 252.851,459.494z M 278.963,381.005c 23.936,0.00, 31.002-13.875, 31.002-29.773
c0.00-19.84-15.898-38.195-43.008-38.195c-22.682,0.00-33.459,11.418-32.819,30.259C 234.138,359.194, 247.45,381.005, 278.963,381.005z M 217.574,76.80
c-16.358,0.00-28.339,9.933-16.896,53.606l 18.765,77.414c 3.251,12.416, 3.789,17.382,0.00,17.382c-4.89,0.00-26.138-8.576-38.707-17.024l-8.166,13.389
c 39.808,33.229, 85.581,52.736, 105.19,52.736c 16.358,0.00, 19.072-19.354, 10.906-49.126l-21.504-81.408c-3.789-14.387-2.15-19.354, 1.638-19.354
c 4.89,0.00, 20.992,5.939, 36.813,18.381l 9.242-12.416C 276.173,91.699, 233.958,76.80, 217.574,76.80z" data-tags="info, about" />
<glyph unicode="&#xe085;" d="M 360.704,422.81C 331.494,443.878, 294.861,454.40, 250.726,454.40C 217.139,454.40, 188.826,446.976, 165.811,432.179C 129.28,408.986, 109.875,369.613, 107.52,314.061l 84.634,0.00
c0.00,16.179, 4.71,31.77, 14.157,46.771s 25.472,22.502, 48.077,22.502c 22.963,0.00, 38.81-6.093, 47.462-18.253c 8.678-12.211, 13.005-25.702, 13.005-40.499
c0.00-12.877-6.451-24.653-14.234-35.379c-4.275-6.246-9.933-11.981-16.922-17.254c0.00,0.00-45.901-29.44-66.074-53.094
c-11.699-13.722-12.749-34.253-13.773-63.718c-0.077-2.099, 0.717-6.426, 8.064-6.426s 59.315,0.00, 65.843,0.00s 7.885,4.838, 7.987,6.963
c 0.461,10.726, 1.664,16.205, 3.635,22.40c 3.712,11.699, 13.747,21.914, 25.062,30.694l 23.296,16.077c 21.018,16.384, 37.811,29.824, 45.21,40.371
C 395.597,282.573, 404.48,303.923, 404.48,329.242C 404.48,370.586, 389.862,401.766, 360.704,422.81z M 249.37,97.946c-29.184,0.87-53.248-19.302-54.17-50.944
c-0.922-31.616, 21.965-52.506, 51.149-53.376c 30.464-0.896, 53.888,18.637, 54.81,50.253C 302.054,75.52, 279.834,97.05, 249.37,97.946z" data-tags="question, help" />
<glyph unicode="&#xe086;" d="M 252.877,459.494c-130.074-1.741-234.112-108.595-232.371-238.669c 1.741-129.997, 108.595-234.061, 238.669-232.32
c 130.022,1.741, 234.086,108.595, 232.32,238.669C 489.779,357.197, 382.925,461.235, 252.877,459.494z M 252.186,80.64L 250.88,80.64 c-20.019,0.589-34.15,15.36-33.587,35.098
c 0.563,19.379, 15.027,33.485, 34.406,33.485l 1.178-0.026c 20.582-0.614, 34.56-15.232, 33.946-35.533C 286.259,94.234, 272.00,80.64, 252.186,80.64z
M 336.435,247.859c-4.736-6.682-15.078-15.002-28.134-25.165l-14.387-9.933c-7.885-6.144-12.646-11.904-14.413-17.562
c-1.434-4.506-2.099-5.658-2.227-14.746l-0.026-2.33L 222.387,178.125 l 0.154,4.659c 0.666,19.098, 1.152,30.31, 9.062,39.603
c 12.416,14.566, 39.808,32.205, 40.96,32.947c 3.917,2.97, 7.219,6.323, 9.702,9.907c 5.76,7.936, 8.294,14.208, 8.294,20.326
c0.00,8.525-2.534,16.41-7.526,23.424c-4.813,6.784-13.952,10.214-27.162,10.214c-13.107,0.00-22.067-4.173-27.443-12.698
C 222.874,297.728, 220.109,288.538, 220.109,279.117l0.00-2.355 l-56.576,0.00 l 0.102,2.458c 1.459,34.662, 13.824,59.597, 36.762,74.163C 214.784,362.675, 232.704,367.36, 253.594,367.36
c 27.366,0.00, 50.509-6.656, 68.685-19.763c 18.432-13.286, 27.776-33.203, 27.776-59.162C 350.054,273.894, 345.472,260.25, 336.435,247.859z" data-tags="help, question" />
<glyph unicode="&#xe087;" d="M 499.507,19.661L 271.462,419.814C 268.314,425.344, 262.40,428.749, 256.00,428.749c-6.40,0.00-12.288-3.405-15.462-8.934L 12.518,19.661
c-3.098-5.427-3.046-12.058, 0.128-17.434s 9.011-8.678, 15.309-8.678l 456.064,0.00 c 6.246,0.00, 12.109,3.302, 15.309,8.678
C 502.502,7.603, 502.554,14.234, 499.507,19.661z M 284.16,44.749L 227.84,44.749 l0.00,51.20 l 56.32,0.00 L 284.16,44.749 z M 284.16,134.349L 227.84,134.349 l0.00,153.60 l 56.32,0.00 L 284.16,134.349 z" data-tags="warning, alert, exclamation" />
<glyph unicode="&#xe088;" d="M 141.21,115.866c-57.907,62.285-56.883,159.872, 3.251,220.442c 24.627,24.781, 55.398,39.578, 87.398,44.442L 230.093,433.92
C 185.19,428.467, 141.722,408.422, 107.29,373.76C 26.675,292.557, 25.728,161.536, 104.141,78.541l-44.57-44.877l 141.056-7.706l-0.384,149.35L 141.21,115.866z
M 311.347,422.016l 0.384-149.35l 59.059,59.469c 57.907-62.285, 56.909-159.872-3.251-220.442c-24.627-24.806-55.398-39.578-87.424-44.442l 1.766-53.146
c 44.928,5.453, 88.397,25.498, 122.829,60.186c 80.589,81.178, 81.587,212.224, 3.123,295.194l 44.57,44.877L 311.347,422.016z" data-tags="cycle, refresh, synchronize, reload" />
<glyph unicode="&#xe089;" d="M 224.589,433.92c 113.818,0.00, 206.362-91.187, 209.126-204.672L 496.64,229.248 l-94.182-104.986l-94.182,104.986l 73.114,0.00 C 378.65,313.754, 309.53,381.44, 224.589,381.44
c-86.682,0.00-156.928-70.477-156.928-157.44s 70.246-157.44, 156.928-157.44c 34.765,0.00, 66.867,11.366, 92.877,30.541l 35.968-38.502
C 317.926,30.72, 273.203,14.08, 224.589,14.08C 109.03,14.08, 15.36,108.058, 15.36,224.00C 15.36,339.942, 109.03,433.92, 224.589,433.92z" data-tags="cw, arrow, rotate" />
<glyph unicode="&#xe08a;" d="M 287.386,433.92c-113.792,0.00-206.336-91.187-209.126-204.672L 15.36,229.248 l 94.182-104.96l 94.157,104.96L 130.586,229.248 C 133.35,313.754, 202.47,381.44, 287.386,381.44
c 86.707,0.00, 156.954-70.477, 156.954-157.44s-70.246-157.44-156.954-157.44c-34.739,0.00-66.842,11.366-92.851,30.541l-35.994-38.502
C 194.048,30.72, 238.771,14.08, 287.386,14.08c 115.584,0.00, 209.28,93.978, 209.28,209.92C 496.64,339.942, 402.944,433.92, 287.386,433.92z" data-tags="ccw, rotate, arrow" />
<glyph unicode="&#xe08b;" d="M 386.381,308.634L 404.48,308.634 l0.00-51.533 l 107.52,92.16l-107.52,92.16l0.00-61.107 l-18.099,0.00 c-94.541,0.00-147.866-70.067-194.918-131.891
c-42.317-55.603-78.848-103.629-137.882-103.629L0.00,144.794 l0.00-71.706 l 53.581,0.00 c 94.566,0.00, 147.866,70.093, 194.944,131.917C 290.816,260.634, 327.347,308.634, 386.381,308.634z
M 138.522,263.475c 4.019,5.222, 8.09,10.547, 12.211,15.949c 10.01,13.158, 20.582,27.034, 32.026,40.858C 148.941,351.872, 108.134,375.194, 53.581,375.194L0.00,375.194 l0.00-71.68
l 53.581,0.00 C 87.552,303.514, 114.074,287.565, 138.522,263.475z M 404.48,139.699l-18.099,0.00 c-36.019,0.00-63.642,17.894-89.344,44.493
c-2.586-3.354-5.146-6.758-7.757-10.189c-11.29-14.797-23.45-30.746-36.838-46.49c 34.739-33.894, 76.826-59.494, 133.939-59.494L 404.48,68.019 l0.00-61.44 l 107.52,92.16
l-107.52,92.211L 404.48,139.699 z" data-tags="shuffle, arrows" />
<glyph unicode="&#xe08c;" d="M 409.651,321.28l-276.48,0.00 L 133.171,377.60 l-107.52-92.16l 107.52-92.16L 133.171,249.60 l 256.00,0.00 l0.00-107.52 l-332.80,0.00 L 56.371,70.40 l 353.28,0.00 c 28.262,0.00, 51.20,22.938, 51.20,51.20L 460.851,270.08 C 460.851,298.368, 437.888,321.28, 409.651,321.28z
" data-tags="arrow, back, return" />
<glyph unicode="&#xe08d;" d="M 102.451,147.20l 207.386,0.00 l0.00-76.80 l 122.88,112.64l-122.88,112.614l0.00-76.80 l-186.88,0.00 L 122.957,377.60 L 51.251,377.60 l0.00-179.20 C 51.251,170.138, 74.163,147.20, 102.451,147.20z" data-tags="arrow, right" />
<glyph unicode="&#xe08e;" d="M 127.488,142.08L 127.488,275.712 L 179.20,275.712 L 89.60,377.60L0.00,275.712l 51.712,0.00 L 51.712,121.60 c0.00-28.262, 22.912-51.20, 51.20-51.20L 332.80,70.40 l-65.587,71.68L 127.488,142.08 z M 460.262,172.288L 460.262,326.40 c0.00,28.262-22.938,51.20-51.20,51.20L 179.20,377.60
l 65.562-71.68l 139.75,0.00 l0.00-133.632 L 332.80,172.288 L 422.40,70.40l 89.60,101.888L 460.262,172.288 z" data-tags="retweet, loop, arrows" />
<glyph unicode="&#xe08f;" d="M 435.20,321.28l-97.28,0.00 L 337.92,249.60 l 76.80,0.00 l0.00-107.52 L 97.28,142.08 L 97.28,249.60 L 204.80,249.60 l0.00-56.32 l 102.40,92.16L 204.80,377.60l0.00-56.32 L 76.80,321.28 c-28.262,0.00-51.20-22.912-51.20-51.20L 25.60,121.60 c0.00-28.262, 22.938-51.20, 51.20-51.20l 358.40,0.00 c 28.288,0.00, 51.20,22.938, 51.20,51.20L 486.40,270.08
C 486.40,298.368, 463.488,321.28, 435.20,321.28z" data-tags="loop, arrow" />
<glyph unicode="&#xe090;" d="M 287.411,433.92c-113.818,0.00-206.362-91.187-209.126-204.672L 15.36,229.248 l 94.182-104.986l 94.157,104.986L 130.586,229.248 C 133.35,313.754, 202.47,381.44, 287.411,381.44
c 86.682,0.00, 156.928-70.477, 156.928-157.44s-70.246-157.44-156.928-157.44c-34.765,0.00-66.867,11.366-92.877,30.541l-35.994-38.502
C 194.074,30.72, 238.797,14.08, 287.411,14.08c 115.558,0.00, 209.254,93.978, 209.254,209.92C 496.64,339.942, 402.944,433.92, 287.411,433.92z M 268.80,336.64l0.00-120.064 l 76.928-76.928
l 25.344,25.344L 304.64,231.424L 304.64,336.64 L 268.80,336.64 z" data-tags="history, time" />
<glyph unicode="&#xe091;" d="M 123.29,224.00l 261.12,0.00 l0.00-122.88 l 71.68,0.00 L 456.09,244.48 c0.00,28.288-22.938,51.20-51.20,51.20l-281.60,0.00 l0.00,51.20 l-102.40-87.04l 102.40-81.92L 123.29,224.00 z" data-tags="back, arrow, left" />
<glyph unicode="&#xe092;" d="M 358.40,346.88L 102.40,346.88 l0.00,51.20 L0.00,311.04l 102.40-81.92L 102.40,275.20 l 256.00,0.00 L 358.40,346.88 z M 512.00,131.84L 409.60,218.88l0.00-51.20 L 153.60,167.68 L 153.60,96.00 l 256.00,0.00 l0.00-46.08 L 512.00,131.84z" data-tags="switch, transfer, arrows" />
<glyph unicode="&#xe093;" d="M 128.00,147.20L 102.40,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 25.60,0.00 c 14.131,0.00, 25.60,11.443, 25.60,25.60S 142.131,147.20, 128.00,147.20z M 128.00,249.60L 102.40,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 25.60,0.00
c 14.131,0.00, 25.60,11.469, 25.60,25.60S 142.131,249.60, 128.00,249.60z M 128.00,352.00L 102.40,352.00 C 88.269,352.00, 76.80,340.531, 76.80,326.40s 11.469-25.60, 25.60-25.60l 25.60,0.00 c 14.131,0.00, 25.60,11.469, 25.60,25.60S 142.131,352.00, 128.00,352.00z M 230.40,300.80l 179.20,0.00
c 14.157,0.00, 25.60,11.469, 25.60,25.60s-11.443,25.60-25.60,25.60L 230.40,352.00 C 216.269,352.00, 204.80,340.531, 204.80,326.40S 216.269,300.80, 230.40,300.80z M 409.60,249.60L 230.40,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 179.20,0.00
c 14.157,0.00, 25.60,11.469, 25.60,25.60S 423.757,249.60, 409.60,249.60z M 409.60,147.20L 230.40,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 179.20,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60S 423.757,147.20, 409.60,147.20z" data-tags="list, menu, options, bullet" />
<glyph unicode="&#xe094;" d="M 179.20,249.60L 25.60,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 153.60,0.00 c 14.131,0.00, 25.60,11.469, 25.60,25.60S 193.331,249.60, 179.20,249.60z M 179.20,147.20L 25.60,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 153.60,0.00
c 14.131,0.00, 25.60,11.443, 25.60,25.60S 193.331,147.20, 179.20,147.20z M 496.64,249.60L 409.60,249.60 L 409.60,336.64 C 409.60,350.771, 398.157,352.00, 384.00,352.00s-25.60-1.229-25.60-15.36L 358.40,249.60 l-84.48,0.00 C 259.763,249.60, 258.56,238.131, 258.56,224.00
s 1.229-25.60, 15.386-25.60L 358.40,198.40 l0.00-87.04 c0.00-14.131, 11.443-15.36, 25.60-15.36s 25.60,1.229, 25.60,15.36L 409.60,198.40 l 87.04,0.00 c 14.131,0.00, 15.36,11.469, 15.36,25.60S 510.771,249.60, 496.64,249.60z M 179.20,352.00L 25.60,352.00
C 11.469,352.00,0.00,340.531,0.00,326.40s 11.469-25.60, 25.60-25.60l 153.60,0.00 c 14.131,0.00, 25.60,11.469, 25.60,25.60S 193.331,352.00, 179.20,352.00z" data-tags="add-to-list, plus, list" />
<glyph unicode="&#xe095;" d="M 189.44,377.60L 143.36,377.60 C 115.20,377.60, 102.40,364.80, 102.40,336.64l0.00-46.08 C 102.40,262.40, 115.20,249.60, 143.36,249.60l 46.08,0.00 C 217.60,249.60, 230.40,262.40, 230.40,290.56L 230.40,336.64 C 230.40,364.80, 217.60,377.60, 189.44,377.60z M 368.64,377.60L 322.56,377.60
C 294.40,377.60, 281.60,364.80, 281.60,336.64l0.00-46.08 C 281.60,262.40, 294.40,249.60, 322.56,249.60L 368.64,249.60 C 396.80,249.60, 409.60,262.40, 409.60,290.56L 409.60,336.64 C 409.60,364.80, 396.80,377.60, 368.64,377.60z M 189.44,198.40L 143.36,198.40
C 115.20,198.40, 102.40,185.60, 102.40,157.44L 102.40,111.36 C 102.40,83.20, 115.20,70.40, 143.36,70.40l 46.08,0.00 C 217.60,70.40, 230.40,83.20, 230.40,111.36L 230.40,157.44 C 230.40,185.60, 217.60,198.40, 189.44,198.40z M 368.64,198.40L 322.56,198.40
c-28.16,0.00-40.96-12.80-40.96-40.96L 281.60,111.36 c0.00-28.16, 12.80-40.96, 40.96-40.96L 368.64,70.40 c 28.16,0.00, 40.96,12.80, 40.96,40.96L 409.60,157.44 C 409.60,185.60, 396.80,198.40, 368.64,198.40z" data-tags="layout, grid, icons, squares" />
<glyph unicode="&#xe096;" d="M 409.60,249.60L 102.40,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 307.20,0.00 c 14.157,0.00, 25.60,11.469, 25.60,25.60S 423.757,249.60, 409.60,249.60z M 102.40,300.80l 307.20,0.00 c 14.157,0.00, 25.60,11.469, 25.60,25.60
s-11.443,25.60-25.60,25.60L 102.40,352.00 C 88.269,352.00, 76.80,340.531, 76.80,326.40S 88.269,300.80, 102.40,300.80z M 409.60,147.20L 102.40,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 307.20,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60
S 423.757,147.20, 409.60,147.20z" data-tags="list, menu, options, lines" />
<glyph unicode="&#xe097;" d="M 184.909,201.728l 143.36,0.00 l0.00,46.08 l-143.36,0.00 L 184.909,201.728 z M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.16,454.40, 384.00,454.40z
M 384.00,44.80L 128.00,44.80 L 128.00,403.20 l 256.00,0.00 L 384.00,44.80 z M 327.68,347.674L 184.32,347.674 l0.00-44.80 l 143.36,0.00 L 327.68,347.674 z M 327.68,146.688L 184.32,146.688 l0.00-44.80 l 143.36,0.00 L 327.68,146.688 z" data-tags="text, file, document" />
<glyph unicode="&#xe098;" d="M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.16,454.40, 384.00,454.40z M 148.787,347.674l 214.40,0.00 l0.00-44.80 L 148.787,302.874 L 148.787,347.674
z M 363.187,101.888L 148.787,101.888 l0.00,44.80 l 214.40,0.00 L 363.187,101.888 z M 363.802,201.728L 149.402,201.728 l0.00,46.08 l 214.40,0.00 L 363.802,201.728 z" data-tags="text, file, document" />
<glyph unicode="&#xe099;" d="M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.16,454.40, 384.00,454.40z M 384.00,44.80L 128.00,44.80 L 128.00,403.20 l 256.00,0.00 L 384.00,44.80 z" data-tags="document, portrait, frame" />
<glyph unicode="&#xe09a;" d="M 496.589,290.202L 305.997,341.248L 272.64,465.715c-2.79,10.394-13.926,16.461-24.883,13.517L 15.437,416.998
C 4.48,414.08-2.125,403.251, 0.64,392.858l 82.662-308.531c 2.79-10.394, 13.926-16.461, 24.858-13.517l 92.493,24.781l-12.621-47.053
c-2.79-10.419, 3.814-21.222, 14.771-24.166l 207.616-55.629c 10.957-2.918, 22.093,3.123, 24.883,13.517l 76.058,283.802
C 514.15,276.454, 507.546,287.283, 496.589,290.202z M 41.83,387.021l 200.422,53.658l 74.214-276.941l-200.448-53.658L 41.83,387.021z M 401.382,7.296
l-174.464,47.718L 240.64,106.291l 99.866,26.752c 10.957,2.944, 17.587,13.747, 14.797,24.166l-38.605,144.051l 152.218-41.754L 401.382,7.296z" data-tags="docs, documents, files" />
<glyph unicode="&#xe09b;" d="M0.00,352.00l0.00-256.00 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,352.00 c0.00,28.16-23.04,51.20-51.20,51.20L 51.20,403.20 C 23.04,403.20,0.00,380.16,0.00,352.00z M 460.80,352.00l0.00-256.00 L 51.20,96.00 L 51.20,352.00 L 460.80,352.00 z" data-tags="landscape, frame, document" />
<glyph unicode="&#xe09c;" d="M 438.40,296.371l-52.378,144.282c-3.866,10.65-15.232,16.282-25.318,12.595L 12.621,326.195C 2.509,322.534-2.586,310.912, 1.28,300.262
l 55.219-152.115L 56.499,229.683 c0.00,36.787, 29.389,66.688, 65.562,66.688l 91.981,0.00 l 109.696,77.005l 63.488-77.005L 438.40,296.371 z M 492.493,250.189L 122.061,250.189
c-10.752,0.00-19.507-9.19-19.507-20.531l0.00-241.178 c0.00-11.315, 8.73-20.531, 19.507-20.531l 370.432,0.00 c 10.778,0.00, 19.507,9.19, 19.507,20.531L 512.00,229.683
C 512.00,240.998, 503.27,250.189, 492.493,250.189z M 464.23,19.277L 157.158,19.277 l0.00,44.006 l 47.232,109.952l 70.886-87.987l 66.483,68.147l 85.478,30.848l 36.992-82.483
L 464.23,19.277 z" data-tags="pictures, images, photos" />
<glyph unicode="&#xe09d;" d="M 506.88,352.00L 506.88,382.72 C 506.88,394.035, 497.69,403.20, 486.40,403.20L 25.60,403.20 C 14.285,403.20, 5.12,394.035, 5.12,382.72L 5.12,352.00 l 51.20,0.00 l0.00-51.20 l-51.20,0.00 l0.00-51.20 l 51.20,0.00 l0.00-51.20 l-51.20,0.00 l0.00-51.20 l 51.20,0.00 l0.00-51.20 l-51.20,0.00 l0.00-30.72
C 5.12,53.965, 14.285,44.80, 25.60,44.80l 460.80,0.00 c 11.29,0.00, 20.48,9.165, 20.48,20.48L 506.88,96.00 l-51.20,0.00 l0.00,51.20 l 51.20,0.00 l0.00,51.20 l-51.20,0.00 L 455.68,249.60 l 51.20,0.00 L 506.88,300.80 l-51.20,0.00 L 455.68,352.00 L 506.88,352.00 z M 199.68,147.20L 199.68,300.80 l 128.00-76.80L 199.68,147.20z" data-tags="video, movie, play, film" />
<glyph unicode="&#xe09e;" d="M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.186,454.40, 384.00,454.40z M 327.578,210.662
c-6.067-9.472-9.293-5.427-7.475,0.00c 4.813,14.285, 4.634,57.523-35.635,63.846l0.00-133.453 c0.00-24.883-14.336-40.499-44.80-50.278
c-29.594-9.472-62.72,0.384-70.477,21.658c-7.731,21.248, 9.677,47.104, 38.886,57.754c 16.307,5.914, 32.845,5.862, 45.594,0.922L 253.67,359.373 l 30.797,0.00
C 284.467,327.04, 371.021,278.246, 327.578,210.662z" data-tags="music, song, sound" />
<glyph unicode="&#xe09f;" d="M 488.192,300.80L 23.808,300.80 C 0.256,300.80-0.947,289.331, 0.358,275.302l 21.12-230.605C 22.758,30.669, 26.086,19.20, 49.613,19.20l 412.80,0.00
c 24.013,0.00, 26.854,11.469, 28.134,25.498l 21.12,230.605C 512.922,289.331, 511.77,300.80, 488.192,300.80z M 471.142,357.12C 468.326,368.384, 454.374,377.60, 440.192,377.60l-174.438,0.00
C 251.546,377.60, 231.731,385.715, 221.67,395.674L 206.413,410.726C 196.378,420.685, 176.538,428.80, 162.355,428.80L 79.002,428.80 C 64.819,428.80, 51.917,417.357, 50.355,403.354L 42.88,336.64
l 433.434,0.00 L 471.142,357.12z" data-tags="folder, category, directory" />
<glyph unicode="&#xe0a0;" d="M 434.381,352.00c0.00,25.60-25.472,25.60-25.472,25.60L 103.091,377.60 c0.00,0.00-25.472,0.00-25.472-25.60l0.00-25.60 l 356.762,0.00 L 434.381,352.00 z M 357.914,428.80L 154.061,428.80 c0.00,0.00-25.472,0.00-25.472-25.60l 254.822,0.00
C 383.411,428.80, 357.914,428.80, 357.914,428.80z M 485.325,326.40c-15.078,15.155-15.078,15.155-15.078,15.155L 470.246,300.80 L 41.728,300.80 L 41.728,341.555 c0.00,0.00,0.00,0.00-15.078-15.155
S 0.768,307.174, 6.861,275.174C 12.877,243.302, 42.138,68.454, 46.464,44.80c 4.787-25.958, 31.155-25.60, 31.155-25.60l 356.762,0.00 c0.00,0.00, 26.368-0.358, 31.155,25.60
c 4.352,23.654, 33.587,198.502, 39.629,230.374C 511.232,307.174, 500.429,311.245, 485.325,326.40z M 357.914,188.16c0.00,0.00,0.00-25.60-25.498-25.60L 179.558,162.56
c-25.472,0.00-25.472,25.60-25.472,25.60l0.00,51.20 l 35.686,0.00 L 189.773,198.40 l 132.429,0.00 L 322.202,239.36 l 35.738,0.00 L 357.939,188.16 z" data-tags="archive, drawer, cabinet, files, category" />
<glyph unicode="&#xe0a1;" d="M 86.758,277.453l 28.211-248.55C 116.48,17.101, 173.466-21.709, 256.00-21.76c 82.534,0.051, 139.546,38.861, 141.056,50.662l 28.211,248.55
C 382.157,253.338, 317.722,241.92, 256.00,241.92S 129.843,253.338, 86.758,277.453z M 337.075,431.053l-21.99,24.397C 306.611,467.507, 297.395,469.76, 279.45,469.76L 232.55,469.76
c-17.92,0.00-27.136-2.253-35.635-14.31L 174.95,431.053C 109.158,419.558, 61.44,389.069, 61.44,366.592l0.00-4.378 c0.00-39.578, 87.091-71.68, 194.56-71.68s 194.56,32.102, 194.56,71.68
L 450.56,366.592 C 450.56,389.069, 402.867,419.558, 337.075,431.053z M 308.966,374.042L 276.915,408.32L 235.085,408.32 L 203.034,374.042L 159.514,374.042 c0.00,0.00, 47.667,56.832, 54.042,64.538
C 218.419,444.467, 223.411,446.72, 229.862,446.72l 52.301,0.00 c 6.451,0.00, 11.418-2.253, 16.307-8.141c 6.349-7.706, 54.042-64.538, 54.042-64.538L 308.966,374.042 z" data-tags="trash, bin, delete, remove, can, clear" />
<glyph unicode="&#xe0a2;" d="M 256.00,428.749l-133.12-124.928l 84.48,0.00 l0.00-131.072 l 97.28,0.00 l0.00,131.072 l 84.506,0.00 L 256.00,428.749z M 495.104,133.274l-81.51,54.835l-50.253,0.00 l 87.04-66.765l-90.752,0.00
c-2.611,0.00-4.941-1.331-6.144-3.405l-20.89-57.216L 179.405,60.723 l-20.915,57.216c-1.152,2.074-3.533,3.405-6.144,3.405L 61.619,121.344 l 87.066,66.765L 98.406,188.109
l-81.485-54.835c-12.134-7.245-19.379-23.962-16.128-37.094l 14.362-78.694c 3.251-13.158, 17.69-23.936, 32.026-23.936l 417.613,0.00
c 14.387,0.00, 28.80,10.778, 32.051,23.936l 14.362,78.694C 514.509,109.338, 507.238,126.029, 495.104,133.274z" data-tags="upload, load, import" />
<glyph unicode="&#xe0a3;" d="M 495.104,133.274l-81.51,54.835l-50.253,0.00 l 87.04-66.765l-90.752,0.00 c-2.611,0.00-4.941-1.331-6.144-3.405l-20.89-57.216L 179.405,60.723 l-20.915,57.216
c-1.152,2.074-3.533,3.405-6.144,3.405L 61.619,121.344 l 87.066,66.765L 98.406,188.109 l-81.485-54.835c-12.134-7.245-19.379-23.962-16.128-37.094l 14.362-78.694
c 3.251-13.158, 17.69-23.936, 32.026-23.936l 417.613,0.00 c 14.387,0.00, 28.80,10.778, 32.051,23.936l 14.362,78.694
C 514.509,109.338, 507.238,126.029, 495.104,133.274z M 389.146,297.677L 304.64,297.677 l0.00,131.072 l-97.28,0.00 l0.00-131.072 L 122.88,297.677 l 133.12-124.928L 389.146,297.677z" data-tags="download, archive, store, save" />
<glyph unicode="&#xe0a4;" d="M 388.403,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,348.749 L 388.403,428.80z M 358.40,275.20c0.00-14.08-11.52-25.60-25.60-25.60L 179.20,249.60
C 165.12,249.60, 153.60,261.12, 153.60,275.20L 153.60,403.20 l 204.80,0.00 L 358.40,275.20 z M 332.80,377.60l-51.20,0.00 l0.00-102.40 l 51.20,0.00 L 332.80,377.60 z" data-tags="disk, save, floppy, store" />
<glyph unicode="&#xe0a5;" d="M 478.31,188.211l-80.589,191.795c-6.349,12.80-23.245,23.27-37.555,23.27L 307.712,403.277 L 317.44,299.213L 386.56,299.213 L 256.00,190.925L 125.44,299.213l 69.12,0.00
l 9.728,104.038L 151.859,403.251 c-14.285,0.00-31.181-10.47-37.555-23.27l-80.589-191.795c-6.40-12.80-9.677-34.816-7.347-48.947l 17.408-94.362
c 2.355-14.106, 15.949-25.651, 30.234-25.651l 364.006,0.00 c 14.31,0.00, 27.904,11.546, 30.259,25.651l 17.408,94.362
C 487.987,153.37, 484.71,175.411, 478.31,188.211z M 443.392,120.986l-6.605-38.451c-1.997-14.771-15.309-26.854-29.542-26.854L 104.755,55.68
c-14.259,0.00-27.571,12.083-29.542,26.854l-6.63,38.451c-1.971,14.771, 8.09,26.854, 22.349,26.854l 330.138,0.00
C 435.354,147.814, 445.389,135.757, 443.392,120.986z" data-tags="install, download, store, storage, save" />
<glyph unicode="&#xe0a6;" d="M 389.453,284.442c-7.04,0.00-13.978-0.614-20.71-1.741c-16.794,54.912-68.813,94.925-130.458,94.925c-75.213,0.00-136.166-59.597-136.166-133.12
c0.00-6.554, 0.512-13.005, 1.459-19.328C 99.968,225.587, 96.333,225.869, 92.595,225.869C 41.472,225.869,0.00,185.318,0.00,135.347
c0.00-49.997, 41.472-90.522, 92.595-90.522l 296.858,0.00 c 67.712,0.00, 122.547,53.658, 122.547,119.808C 512.00,230.81, 457.139,284.442, 389.453,284.442z" data-tags="cloud, weather, storage" />
<glyph unicode="&#xe0a7;" d="M 389.453,284.442c-7.04,0.00-13.978-0.614-20.71-1.741c-16.794,54.912-68.813,94.925-130.458,94.925c-75.213,0.00-136.166-59.597-136.166-133.12
c0.00-6.554, 0.512-13.005, 1.459-19.328C 99.968,225.587, 96.333,225.869, 92.595,225.869C 41.472,225.869,0.00,185.318,0.00,135.347
c0.00-49.997, 41.472-90.522, 92.595-90.522L 220.16,44.826 l0.00,97.28 L 166.40,142.106 l 89.60,117.76l 89.60-117.76l-53.76,0.00 l0.00-97.28 l 97.587,0.00 c 67.712,0.00, 122.547,53.658, 122.547,119.808
C 512.00,230.81, 457.139,284.442, 389.453,284.442z" data-tags="upload, cloud, load" />
<glyph unicode="&#xe0a8;" d="M 322.56,454.40L 184.32,454.40 C 170.163,454.40, 163.84,442.931, 163.84,428.80l0.00-435.20 l 92.16,92.16l 92.16-92.16L 348.16,428.80 C 348.16,442.931, 336.691,454.40, 322.56,454.40z" data-tags="bookmark, ribbon" />
<glyph unicode="&#xe0a9;" d="M 371.20,480.00l-107.52,0.00 C 249.549,480.00, 243.20,468.531, 243.20,454.40l 51.20,0.00 c 14.157,0.00, 25.60-11.469, 25.60-25.60l0.00-317.44 l 76.80-92.16L 396.80,454.40 C 396.80,468.531, 385.357,480.00, 371.20,480.00z M 243.20,403.20L 135.68,403.20
C 121.549,403.20, 115.20,391.731, 115.20,377.60l0.00-409.60 l 76.80,92.16l 76.80-92.16L 268.80,377.60 C 268.80,391.731, 257.357,403.20, 243.20,403.20z" data-tags="bookmarks, ribbons" />
<glyph unicode="&#xe0aa;" d="M 199.68,165.862l-102.40,40.986l0.00-34.662 l 102.40-40.986L 199.68,165.862 z M 199.68,272.23l-102.40,40.96L 97.28,278.528 l 102.40-40.96L 199.68,272.23 z M 475.162,449.997
c-7.014,4.762-15.974,5.734-23.859,2.586L 256.00,374.451L 60.698,452.582C 52.813,455.731, 43.878,454.758, 36.838,449.997C 29.824,445.235, 25.60,437.299, 25.60,428.80l0.00-327.68
c0.00-10.47, 6.374-19.866, 16.077-23.782l 204.365-81.741c0.00,0.00, 4.198-1.357, 4.966-1.51C 252.672-6.221, 254.336-6.40, 256.00-6.40
c 1.638,0.00, 3.328,0.179, 4.966,0.512c 0.768,0.154, 4.966,1.536, 4.966,1.536l 204.339,81.715C 480.026,81.254, 486.40,90.65, 486.40,101.12L 486.40,428.80
C 486.40,437.299, 482.176,445.235, 475.162,449.997z M 230.40,45.978l-163.84,65.536L 66.56,398.438 L 230.40,332.877L 230.40,45.978 z M 445.44,111.488l-163.84-65.536L 281.60,332.877 l 163.84,65.562L 445.44,111.488 z
M 414.72,206.848l-102.426-40.986l0.00-34.662 l 102.426,40.986L 414.72,206.848 z M 414.72,313.19l-102.426-40.96L 312.294,237.568 l 102.426,40.96L 414.72,313.19 z" data-tags="book, notebook, reading, open" />
<glyph unicode="&#xe0ab;" d="M 427.469,237.133L 208.307,372.915c-15.974,10.47-29.03,2.739-29.03-17.152l0.00-263.578 c0.00-19.891, 13.082-27.597, 29.03-17.126l 219.187,135.782
c0.00,0.00, 7.782,5.478, 7.782,13.158C 435.251,231.654, 427.469,237.133, 427.469,237.133z" data-tags="play, media control" />
<glyph unicode="&#xe0ac;" d="M 345.60,403.20c-25.446,0.00-46.08-7.834-46.08-33.28l0.00-291.84 c0.00-25.446, 20.634-33.28, 46.08-33.28s 46.08,7.834, 46.08,33.28L 391.68,369.92 C 391.68,395.366, 371.046,403.20, 345.60,403.20zM 166.40,403.20C 140.954,403.20, 120.32,395.366, 120.32,369.92l0.00-291.84 c0.00-25.446, 20.634-33.28, 46.08-33.28s 46.08,7.834, 46.08,33.28L 212.48,369.92 C 212.48,395.366, 191.846,403.20, 166.40,403.20z" data-tags="pause, media control" />
<glyph unicode="&#xe0ad;" d="M 256.00,403.20c-98.97,0.00-179.20-80.23-179.20-179.20c0.00-98.97, 80.23-179.20, 179.20-179.20c 98.944,0.00, 179.20,80.23, 179.20,179.20C 435.20,322.97, 354.944,403.20, 256.00,403.20z" data-tags="record, circle, media control" />
<glyph unicode="&#xe0ae;" d="M 371.20,377.60l-230.40,0.00 C 115.354,377.60, 102.40,369.766, 102.40,344.32l0.00-240.64 C 102.40,78.234, 115.354,70.40, 140.80,70.40l 230.40,0.00 c 25.446,0.00, 38.40,7.834, 38.40,33.28L 409.60,344.32 C 409.60,369.766, 396.646,377.60, 371.20,377.60
z" data-tags="stop, media control" />
<glyph unicode="&#xe0af;" d="M 469.018,236.262l-191.027,126.72C 263.322,372.762, 251.29,365.568, 251.29,347.008l0.00-245.99 c0.00-18.586, 12.032-25.779, 26.701-15.974l 191.027,126.694
c0.00,0.00, 7.142,5.12, 7.142,12.262S 469.018,236.262, 469.018,236.262z M 236.698,236.262L 52.275,363.008C 37.632,372.762, 25.626,365.568, 25.626,347.008l0.00-245.99
c0.00-18.586, 12.006-25.779, 26.675-15.974l 184.422,126.694c0.00,0.00, 7.142,5.12, 7.142,12.262S 236.698,236.262, 236.698,236.262z" data-tags="next, media control" />
<glyph unicode="&#xe0b0;" d="M 35.814,224.00c0.00-7.142, 7.142-12.262, 7.142-12.262l 191.053-126.694c 14.643-9.805, 26.675-2.611, 26.675,15.974L 260.685,347.008
c0.00,18.586-12.032,25.754-26.675,16.00l-191.053-126.72C 42.982,236.262, 35.814,231.142, 35.814,224.00z M 268.16,224.00c0.00-7.142, 7.142-12.262, 7.142-12.262
l 184.397-126.694c 14.669-9.805, 26.675-2.611, 26.675,15.974L 486.374,347.008 c0.00,18.586-12.006,25.754-26.675,16.00l-184.397-126.72
C 275.302,236.262, 268.16,231.142, 268.16,224.00z" data-tags="previous, media control" />
<glyph unicode="&#xe0b1;" d="M 191.616,224.00c0.00-6.605, 6.707-11.315, 6.707-11.315l 186.24-116.966C 398.362,86.682, 409.60,93.338, 409.60,110.438L 409.60,337.562
c0.00,17.126-11.238,23.782-25.037,14.746l-186.24-116.992C 198.323,235.29, 191.616,230.605, 191.616,224.00z M 102.40,342.861l0.00-237.722 c0.00-22.733, 15.667-29.696, 38.40-29.696
S 179.20,82.406, 179.20,105.114L 179.20,342.861 c0.00,22.758-15.667,29.722-38.40,29.722S 102.40,365.594, 102.40,342.861z" data-tags="first, start, media control" />
<glyph unicode="&#xe0b2;" d="M 313.677,235.315l-186.24,116.992C 113.664,361.318, 102.40,354.688, 102.40,337.536l0.00-227.098 c0.00-17.152, 11.264-23.757, 25.037-14.746l 186.24,116.966
c0.00,0.00, 6.733,4.736, 6.733,11.315S 313.677,235.315, 313.677,235.315z M 371.20,372.582c-22.733,0.00-38.40-6.989-38.40-29.722l0.00-237.722
c0.00-22.758, 15.667-29.747, 38.40-29.747s 38.40,6.989, 38.40,29.747L 409.60,342.861 C 409.60,365.594, 393.933,372.582, 371.20,372.582z" data-tags="last, end, media control" />
<glyph unicode="&#xe0b3;" d="M 297.293,425.933l 61.542-49.818l-77.568-75.008l 51.20-51.20l 75.059,77.619l 50.995-62.899L 458.522,425.933 L 297.293,425.933 z M 178.893,198.707l-75.034-77.568l-50.432,62.234
l0.00-161.28 l 161.28,0.00 l-62.234,50.406l 77.594,75.034L 178.893,198.707z" data-tags="resize-enlarge, enlarge, fullscreen" />
<glyph unicode="&#xe0b4;" d="M 104.96,119.04L 25.60,44.80l 51.20-51.20l 74.24,79.36l 51.20-53.76l0.00,151.04 L 51.20,170.24 L 104.96,119.04z M 486.40,403.20l-51.20,51.20l-74.24-79.36l-51.20,53.76l0.00-151.04 L 460.80,277.76 l-53.76,51.20L 486.40,403.20z" data-tags="resize-shrink, shrink" />
<glyph unicode="&#xe0b5;" d="M 485.555,135.987c0.00-22.554-18.458-40.96-40.986-40.96l-399.36,0.00 c-22.528,0.00-25.165,9.446-5.837,21.043l 411.034,231.782
c 19.328,11.597, 35.149,2.637, 35.149-19.891L 485.555,135.987 z" data-tags="volume, media control" />
<glyph unicode="&#xe0b6;" d="M 112.589,345.318C 83.866,316.672-41.728,137.60, 66.79,29.133c 108.442-108.493, 287.488,17.075, 316.237,45.824
c 28.723,28.646-8.55,112.512-83.251,187.187C 225.101,336.845, 141.338,374.118, 112.589,345.318z M 349.722,99.84c-8.474-8.422-74.112,11.699-137.293,74.906
C 149.274,238.003, 129.101,303.616, 137.574,312.09c 8.397,8.474, 74.112-11.699, 137.216-74.931C 338.022,174.003, 358.195,108.314, 349.722,99.84z M 353.587,301.594
c 6.554,0.00, 13.107,2.509, 18.099,7.501l 48.768,48.794c 10.01,10.01, 10.01,26.189,0.00,36.198s-26.214,10.01-36.198,0.00l-48.768-48.794
c-10.01-9.984-10.01-26.189,0.00-36.198C 340.454,304.102, 347.034,301.594, 353.587,301.594z M 261.402,364.928c 3.968-2.227, 8.243-3.277, 12.493-3.277
c 8.96,0.00, 17.638,4.736, 22.349,13.107l 27.674,49.408c 6.912,12.339, 2.509,27.955-9.83,34.842s-27.93,2.509-34.842-9.83l-27.674-49.408
C 244.685,387.456, 249.062,371.84, 261.402,364.928z M 485.35,287.744c-6.938,12.339-22.528,16.717-34.842,9.83l-49.408-27.674
c-12.314-6.912-16.717-22.502-9.83-34.842c 4.71-8.371, 13.389-13.107, 22.349-13.107c 4.25,0.00, 8.55,1.075, 12.493,3.277l 49.408,27.674
C 487.859,259.814, 492.262,275.43, 485.35,287.744z" data-tags="sound, speaker, media control" />
<glyph unicode="&#xe0b7;" d="M 474.138,442.138c-9.984,10.01-26.189,10.01-36.198,0.00L 37.862,42.061c-10.01-10.01-10.01-26.214,0.00-36.198
c 4.992-4.992, 11.546-7.501, 18.099-7.501s 13.107,2.509, 18.099,7.501L 474.138,405.939C 484.147,415.949, 484.147,432.179, 474.138,442.138z
M 363.546,244.659c 35.558-48.23, 46.541-90.112, 39.91-96.742c-6.656-6.605-48.486,4.378-96.717,39.962l-141.466-141.491
c 107.162-47.053, 246.451,51.61, 271.488,76.646c 23.68,23.629, 2.483,84.762-47.514,147.328L 363.546,244.659z M 221.875,276.762
c-28.134,42.419-36.608,77.363-30.566,83.43c 5.965,6.016, 40.96-2.483, 83.379-30.618l 26.189,26.189C 242.918,398.618, 188.365,415.488, 166.323,393.37
C 142.541,369.664, 52.429,242.918, 83.584,138.47L 221.875,276.762z" data-tags="mute, speaker, media control" />
<glyph unicode="&#xe0b8;" d="M 358.40,106.24c-25.267,0.00-47.002-15.309-56.422-37.12L 217.60,69.12 c-36.147,0.00-39.526,30.515-39.68,39.68l0.00,99.021 c 11.034-5.094, 24.141-8.141, 39.68-8.141
l 84.378,0.00 c 9.421-21.837, 31.155-37.12, 56.422-37.12c 33.92,0.00, 61.44,27.52, 61.44,61.44S 392.32,285.44, 358.40,285.44c-25.267,0.00-47.002-15.309-56.422-37.12L 217.60,248.32
c-36.147,0.00-39.526,30.515-39.68,39.68L 177.92,346.778 C 199.757,356.198, 215.014,377.933, 215.014,403.20c0.00,33.92-27.494,61.44-61.414,61.44S 92.16,437.12, 92.16,403.20
c0.00-25.267, 15.309-46.976, 37.12-56.422L 129.28,108.80 c0.00-35.507, 23.526-88.32, 88.32-88.32l 84.378,0.00 c 9.421-21.837, 31.155-37.12, 56.422-37.12
c 33.92,0.00, 61.44,27.494, 61.44,61.44C 419.84,78.72, 392.32,106.24, 358.40,106.24z M 358.40,259.456c 19.584,0.00, 35.456-15.872, 35.456-35.456s-15.872-35.456-35.456-35.456
s-35.456,15.872-35.456,35.456S 338.816,259.456, 358.40,259.456z M 118.144,403.20c0.00,19.584, 15.872,35.456, 35.456,35.456S 189.056,422.784, 189.056,403.20S 173.184,367.744, 153.60,367.744
S 118.144,383.616, 118.144,403.20z M 358.40,9.344c-19.584,0.00-35.456,15.872-35.456,35.456s 15.872,35.456, 35.456,35.456s 35.456-15.872, 35.456-35.456
S 377.984,9.344, 358.40,9.344z" data-tags="flow-cascade, cascade" />
<glyph unicode="&#xe0b9;" d="M 419.84,377.60c0.00,33.92-27.494,61.44-61.44,61.44S 296.96,411.52, 296.96,377.60c0.00-24.909, 14.848-46.31, 36.147-55.962c-5.811-49.869-37.939-59.93-84.352-74.419
C 226.227,240.179, 200.038,231.987, 177.92,216.064L 177.92,321.178 C 199.757,330.624, 215.04,352.333, 215.04,377.60c0.00,33.92-27.52,61.44-61.44,61.44C 119.654,439.04, 92.16,411.52, 92.16,377.60
c0.00-25.267, 15.283-46.976, 37.12-56.422l0.00-194.381 C 107.443,117.402, 92.16,95.693, 92.16,70.40c0.00-33.92, 27.494-61.44, 61.44-61.44c 33.92,0.00, 61.44,27.52, 61.44,61.44
c0.00,24.909-14.848,46.31-36.173,55.962c 5.837,49.869, 37.99,59.955, 84.378,74.419c 47.181,14.746, 110.746,34.637, 118.63,120.038
C 404.147,330.086, 419.84,352.00, 419.84,377.60z M 118.144,377.60c0.00,19.584, 15.872,35.456, 35.456,35.456S 189.056,397.184, 189.056,377.60S 173.184,342.144, 153.60,342.144
S 118.144,358.016, 118.144,377.60z M 153.60,34.944c-19.584,0.00-35.456,15.872-35.456,35.456S 134.016,105.856, 153.60,105.856S 189.056,89.984, 189.056,70.40
S 173.184,34.944, 153.60,34.944z M 358.40,342.144c-19.558,0.00-35.456,15.872-35.456,35.456S 338.842,413.056, 358.40,413.056S 393.856,397.184, 393.856,377.60
S 377.958,342.144, 358.40,342.144z" data-tags="flow-branch, branch" />
<glyph unicode="&#xe0ba;" d="M 459.494,101.222L 459.494,160.00 c0.00,35.507-23.501,88.32-88.294,88.32l-51.20,0.00 c-36.147,0.00-39.501,17.715-39.68,26.88L 280.32,346.778
C 302.157,356.224, 317.44,377.933, 317.44,403.20c0.00,33.92-27.494,61.44-61.44,61.44C 222.054,464.64, 194.56,437.12, 194.56,403.20c0.00-25.267, 15.283-46.976, 37.12-56.422L 231.68,275.20
c0.00-6.63-1.92-26.88-39.68-26.88l-51.20,0.00 c-64.794,0.00-88.32-52.813-88.32-88.32l0.00-58.778 C 30.643,91.802, 15.36,70.067, 15.36,44.80c0.00-33.92, 27.494-61.44, 61.44-61.44
c 33.92,0.00, 61.44,27.52, 61.44,61.44c0.00,25.267-15.283,47.002-37.12,56.422L 101.12,160.00 c0.00,6.63, 1.92,39.68, 39.68,39.68l 51.20,0.00 c 15.539,0.00, 28.646,2.355, 39.68,6.349
l0.00-104.806 C 209.843,91.802, 194.56,70.067, 194.56,44.80c0.00-33.92, 27.494-61.44, 61.44-61.44c 33.946,0.00, 61.44,27.52, 61.44,61.44c0.00,25.267-15.309,47.002-37.146,56.422
l0.00,104.806 c 11.034-3.994, 24.141-6.349, 39.68-6.349l 51.20,0.00 c 36.147,0.00, 39.501-30.515, 39.706-39.68l0.00-58.778 C 389.043,91.802, 373.76,70.067, 373.76,44.80
c0.00-33.92, 27.494-61.44, 61.44-61.44s 61.44,27.52, 61.44,61.44C 496.64,70.067, 481.357,91.802, 459.494,101.222z M 112.256,44.80c0.00-19.584-15.872-35.456-35.456-35.456
S 41.344,25.216, 41.344,44.80S 57.216,80.256, 76.80,80.256S 112.256,64.384, 112.256,44.80z M 220.544,403.20c0.00,19.584, 15.898,35.456, 35.456,35.456
c 19.558,0.00, 35.43-15.872, 35.43-35.456S 275.558,367.744, 256.00,367.744C 236.442,367.744, 220.544,383.616, 220.544,403.20z M 291.456,44.80
c0.00-19.584-15.898-35.456-35.43-35.456c-19.584,0.00-35.456,15.872-35.456,35.456S 236.442,80.256, 256.00,80.256C 275.558,80.256, 291.456,64.384, 291.456,44.80z
M 435.20,9.344c-19.558,0.00-35.456,15.872-35.456,35.456s 15.898,35.456, 35.456,35.456s 35.456-15.872, 35.456-35.456S 454.758,9.344, 435.20,9.344z" data-tags="flow-tree, tree" />
<glyph unicode="&#xe0bb;" d="M 280.32,126.822L 280.32,321.203 C 302.157,330.624, 317.44,352.333, 317.44,377.60c0.00,33.946-27.52,61.44-61.44,61.44S 194.56,411.546, 194.56,377.60
c0.00-25.267, 15.309-46.976, 37.12-56.397l0.00-194.381 C 209.843,117.402, 194.56,95.693, 194.56,70.40c0.00-33.92, 27.52-61.44, 61.44-61.44s 61.44,27.52, 61.44,61.44
C 317.44,95.693, 302.157,117.402, 280.32,126.822z M 220.544,377.60c0.00,19.584, 15.872,35.456, 35.456,35.456S 291.456,397.184, 291.456,377.60S 275.584,342.144, 256.00,342.144
S 220.544,358.016, 220.544,377.60z M 256.00,34.944c-19.584,0.00-35.456,15.872-35.456,35.456s 15.872,35.456, 35.456,35.456s 35.456-15.872, 35.456-35.456
S 275.584,34.944, 256.00,34.944z" data-tags="flow-line, line" />
<glyph unicode="&#xe0bc;" d="M 215.04,377.60c0.00,33.946-27.52,61.44-61.44,61.44C 119.68,439.04, 92.16,411.546, 92.16,377.60c0.00-25.267, 15.283-46.976, 37.12-56.397l0.00-194.381
C 107.443,117.402, 92.16,95.693, 92.16,70.40c0.00-33.92, 27.52-61.44, 61.44-61.44c 33.946,0.00, 61.44,27.52, 61.44,61.44c0.00,25.293-15.309,47.002-37.12,56.422L 177.92,321.203
C 199.757,330.624, 215.04,352.333, 215.04,377.60z M 189.056,70.40c0.00-19.584-15.872-35.456-35.456-35.456c-19.558,0.00-35.43,15.872-35.43,35.456S 134.042,105.856, 153.60,105.856
C 173.184,105.856, 189.056,89.984, 189.056,70.40z M 153.60,342.144c-19.558,0.00-35.43,15.872-35.43,35.456S 134.042,413.056, 153.60,413.056
c 19.584,0.00, 35.456-15.872, 35.456-35.456S 173.184,342.144, 153.60,342.144z M 382.746,126.822L 382.746,321.203 C 404.557,330.624, 419.84,352.333, 419.84,377.60
c0.00,33.946-27.494,61.44-61.44,61.44c-33.894,0.00-61.44-27.494-61.44-61.44c0.00-25.267, 15.309-46.976, 37.146-56.397l0.00-194.381 C 312.243,117.402, 296.96,95.693, 296.96,70.40
c0.00-33.92, 27.546-61.44, 61.44-61.44c 33.946,0.00, 61.44,27.52, 61.44,61.44C 419.84,95.693, 404.557,117.402, 382.746,126.822z M 322.944,377.60
c0.00,19.584, 15.898,35.456, 35.456,35.456c 19.61,0.00, 35.456-15.872, 35.456-35.456S 378.01,342.144, 358.40,342.144C 338.842,342.144, 322.944,358.016, 322.944,377.60z
M 358.40,34.944c-19.558,0.00-35.456,15.872-35.456,35.456s 15.898,35.456, 35.456,35.456c 19.61,0.00, 35.456-15.872, 35.456-35.456S 378.01,34.944, 358.40,34.944z" data-tags="flow-parallel, parallel" />
<glyph unicode="&#xe0bd;" d="M 255.616,418.56L 255.616,320.563L 435.251,320.589L 435.251,127.258L 255.616,127.258L 255.616,29.44L 61.491,224.00 z" data-tags="arrow-left, left, previous" />
<glyph unicode="&#xe0be;" d="M 450.56,223.616L 352.563,223.642L 352.589,403.251L 159.258,403.251L 159.258,223.616L 61.44,223.642L 256.00,29.491 z" data-tags="arrow-down, download, bottom" />
<glyph unicode="&#xe0bf;" d="M 450.56,224.384L 352.563,224.358L 352.589,44.749L 159.258,44.749L 159.258,224.384L 61.44,224.358L 256.026,418.509 z" data-tags="arrow-up- upload, top" />
<glyph unicode="&#xe0c0;" d="M 256.384,418.56L 256.384,320.563L 76.749,320.589L 76.749,127.258L 256.384,127.258L 256.384,29.44L 450.509,224.00 z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe0c1;" d="M 255.616,55.04L 255.616,153.037L 435.251,153.011L 435.251,295.142L 255.616,295.142L 255.616,392.96L 61.491,223.974 z" data-tags="arrow-left, left, previous" />
<glyph unicode="&#xe0c2;" d="M 424.96,223.616L 326.963,223.642L 326.989,403.251L 184.858,403.251L 184.858,223.616L 87.04,223.642L 256.00,29.491 z" data-tags="arrow-down, download, bottom" />
<glyph unicode="&#xe0c3;" d="M 424.96,224.384L 326.963,224.358L 326.989,44.749L 184.858,44.749L 184.858,224.384L 87.04,224.358L 256.026,418.509 z" data-tags="arrow-up, upload, top" />
<glyph unicode="&#xe0c4;" d="M 256.384,392.96L 256.384,294.963L 76.749,294.989L 76.749,152.858L 256.384,152.858L 256.384,55.04L 450.509,224.026 z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe0c5;" d="M 491.52,224.00c0.00,130.074-105.446,235.52-235.52,235.52S 20.48,354.074, 20.48,224.00c0.00-130.099, 105.446-235.546, 235.52-235.546S 491.52,93.926, 491.52,224.00z M 71.68,224.00
c0.00,101.786, 82.534,184.32, 184.32,184.32s 184.32-82.534, 184.32-184.32c0.00-101.811-82.534-184.346-184.32-184.346S 71.68,122.189, 71.68,224.00z M 354.56,177.92L 354.56,270.08 L 249.856,270.08 L 249.856,327.68
L 152.32,224.00l 97.536-103.68L 249.856,177.92 L 354.56,177.92 z" data-tags="arrow-left, left, previous" />
<glyph unicode="&#xe0c6;" d="M 256.00,459.52c-130.074,0.00-235.52-105.446-235.52-235.52s 105.446-235.52, 235.52-235.52s 235.52,105.446, 235.52,235.52S 386.074,459.52, 256.00,459.52z M 256.00,39.68
c-101.811,0.00-184.32,82.534-184.32,184.32S 154.189,408.32, 256.00,408.32s 184.32-82.534, 184.32-184.32S 357.811,39.68, 256.00,39.68z M 302.08,322.56L 209.92,322.56 l0.00-104.704 L 152.32,217.856 L 256.00,120.32
l 103.68,97.536L 302.08,217.856 L 302.08,322.56 z" data-tags="arrow-down, download, bottom" />
<glyph unicode="&#xe0c7;" d="M 256.026-11.52c 130.074,0.00, 235.494,105.446, 235.494,235.52s-105.421,235.52-235.494,235.52C 125.926,459.52, 20.48,354.074, 20.48,224.00S 125.926-11.52, 256.026-11.52z
M 256.026,408.32c 101.811,0.00, 184.294-82.534, 184.294-184.32s-82.509-184.32-184.294-184.32C 154.189,39.68, 71.68,122.189, 71.68,224.00S 154.189,408.32, 256.026,408.32z M 209.92,125.44
l 92.186,0.00 L 302.106,230.144 l 57.60,0.00 l-103.68,97.536L 152.32,230.144L 209.92,230.144 L 209.92,125.44 z" data-tags="arrow-up, upload, top" />
<glyph unicode="&#xe0c8;" d="M 20.48,224.00c0.00-130.074, 105.472-235.52, 235.52-235.52c 130.074,0.00, 235.52,105.446, 235.52,235.52C 491.52,354.074, 386.074,459.52, 256.00,459.52C 125.926,459.52, 20.48,354.074, 20.48,224.00z
M 440.32,224.00c0.00-101.786-82.534-184.32-184.32-184.32S 71.68,122.189, 71.68,224.00C 71.68,325.811, 154.189,408.32, 256.00,408.32S 440.32,325.811, 440.32,224.00z M 157.44,270.08l0.00-92.16 l 104.704,0.00 l0.00-57.60
L 359.68,224.00l-97.536,103.68L 262.144,270.08 L 157.44,270.08 z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe0c9;" d="M 358.374,341.76L 358.40,106.24L 153.60,224.00 z" data-tags="arrow-left, left, triangle, previous" />
<glyph unicode="&#xe0ca;" d="M 373.76,326.374L 138.24,326.40L 256.00,121.60 z" data-tags="arrow-down, triangle, down, bottom" />
<glyph unicode="&#xe0cb;" d="M 138.24,121.60L 373.76,121.60L 255.974,326.40 z" data-tags="arrow-up, triangle, up, top" />
<glyph unicode="&#xe0cc;" d="M 153.626,341.76L 153.60,106.24L 358.40,224.00 z" data-tags="arrow-right, triangle, right, next" />
<glyph unicode="&#xe0cd;" d="M 292.787,364.39c-10.701-10.445-115.251-120.218-115.251-120.218C 171.827,238.592, 168.986,231.296, 168.986,224.00s 2.842-14.592, 8.55-20.173
c0.00,0.00, 104.55-109.773, 115.251-120.192c 10.701-10.445, 29.952-11.162, 41.37,0.00c 11.392,11.136, 12.288,26.675-0.026,40.32L 238.208,224.00l 95.923,100.045
c 12.314,13.67, 11.418,29.21, 0.026,40.346C 322.714,375.526, 303.462,374.835, 292.787,364.39z" data-tags="arrow-left, left, previous" />
<glyph unicode="&#xe0ce;" d="M 396.365,260.787c-10.419-10.701-120.192-115.277-120.192-115.277C 270.592,139.802, 263.296,136.96, 256.00,136.96c-7.322,0.00-14.618,2.842-20.173,8.55
c0.00,0.00-109.773,104.576-120.218,115.277c-10.419,10.701-11.136,29.926,0.00,41.37c 11.162,11.418, 26.701,12.314, 40.346,0.00L 256.00,206.208l 100.019,95.923
c 13.67,12.314, 29.235,11.418, 40.346,0.00C 407.526,290.714, 406.835,271.462, 396.365,260.787z" data-tags="arrow-down, down, bottom" />
<glyph unicode="&#xe0cf;" d="M 396.365,187.213c-10.419,10.701-120.192,115.251-120.192,115.251C 270.592,308.173, 263.296,311.04, 256.00,311.04c-7.322,0.00-14.618-2.867-20.173-8.576
c0.00,0.00-109.773-104.55-120.218-115.251c-10.419-10.701-11.136-29.952,0.00-41.37c 11.162-11.392, 26.701-12.314, 40.346,0.00L 256.00,241.766l 100.019-95.923
c 13.67-12.314, 29.235-11.392, 40.346,0.00C 407.526,157.286, 406.835,176.538, 396.365,187.213z" data-tags="arrow-up, up, top" />
<glyph unicode="&#xe0d0;" d="M 219.213,364.39c 10.701-10.445, 115.251-120.218, 115.251-120.218C 340.198,238.592, 343.04,231.296, 343.04,224.00s-2.842-14.592-8.576-20.173
c0.00,0.00-104.55-109.773-115.251-120.192c-10.701-10.445-29.926-11.162-41.37,0.00c-11.418,11.136-12.314,26.675,0.00,40.32L 273.792,224.00L 177.869,324.045
c-12.314,13.67-11.418,29.21,0.00,40.346C 189.286,375.526, 208.538,374.835, 219.213,364.39z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe0d1;" d="M 317.414,136.499c 6.861-6.938, 6.861-18.15,0.00-25.062c-6.861-6.938-17.946-6.938-24.806,0.00l-98.048,100.019
c-6.861,6.938-6.861,18.15,0.00,25.062l 98.048,100.045c 6.861,6.938, 17.946,6.938, 24.806,0.00s 6.861-18.125,0.00-25.062L 237.03,224.00L 317.414,136.499z" data-tags="arrow-left, left, previous" />
<glyph unicode="&#xe0d2;" d="M 343.501,285.414c 6.938,6.861, 18.15,6.861, 25.062,0.00c 6.938-6.861, 6.938-17.946,0.00-24.806l-100.019-98.048
c-6.938-6.861-18.15-6.861-25.062,0.00l-100.045,98.048c-6.912,6.861-6.912,17.946,0.00,24.806c 6.938,6.861, 18.125,6.861, 25.062,0.00L 256.00,205.03
L 343.501,285.414z" data-tags="arrow-down, down, bottom" />
<glyph unicode="&#xe0d3;" d="M 168.474,162.586c-6.938-6.861-18.125-6.861-25.062,0.00c-6.912,6.861-6.938,17.946,0.00,24.832L 243.456,285.414
c 6.938,6.861, 18.15,6.861, 25.062,0.00l 100.045-98.022c 6.938-6.886, 6.938-17.971,0.00-24.832s-18.125-6.861-25.062,0.00L 255.974,242.97L 168.474,162.586z" data-tags="arrow-up, up, top" />
<glyph unicode="&#xe0d4;" d="M 194.586,136.499c-6.861-6.938-6.861-18.15,0.00-25.062c 6.835-6.938, 17.946-6.938, 24.806,0.00l 98.048,100.019
c 6.861,6.938, 6.861,18.15,0.00,25.062l-98.048,100.045c-6.861,6.938-17.946,6.938-24.806,0.00S 187.725,318.438, 194.56,311.526L 274.97,224.00L 194.586,136.499z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe0d5;" d="M 368.614,34.099c 6.861-6.938, 6.861-18.125,0.00-25.062s-17.946-6.938-24.806,0.00l-200.448,202.419c-6.861,6.938-6.861,18.15,0.00,25.062
l 200.448,202.445c 6.861,6.938, 17.946,6.938, 24.806,0.00s 6.861-18.125,0.00-25.062L 185.83,224.00L 368.614,34.099z" data-tags="arrow-left, previous, left" />
<glyph unicode="&#xe0d6;" d="M 66.099,336.614c-6.938,6.861-18.15,6.861-25.062,0.00c-6.912-6.835-6.912-17.946,0.00-24.806l 202.445-200.448c 6.938-6.861, 18.125-6.861, 25.062,0.00
l 202.445,200.448c 6.912,6.861, 6.938,17.946,0.00,24.806S 452.813,343.475, 445.926,336.64L 256.00,153.83L 66.099,336.614z" data-tags="arrow-down, down, bottom" />
<glyph unicode="&#xe0d7;" d="M 445.901,111.386c 6.938-6.861, 18.15-6.861, 25.062,0.00c 6.938,6.861, 6.938,17.946,0.00,24.806l-202.445,200.448
c-6.912,6.861-18.125,6.861-25.037,0.00l-202.445-200.448c-6.912-6.861-6.938-17.946,0.00-24.806s 18.125-6.861, 25.062,0.00l 189.901,182.81L 445.901,111.386z" data-tags="arrow-up, up, top" />
<glyph unicode="&#xe0d8;" d="M 143.352,34.099c -6.861-6.938, -6.861-18.125,0.00-25.062s 17.946-6.938 24.806,0.00l 200.448,202.419c 6.861,6.938 6.861,18.15,0.00,25.062
l -200.448,202.445c -6.861,6.938, -17.946,6.938, -24.806,0.00s -6.861-18.125,0.00-25.062L 326.136,224.00L 143.352,34.099z" />
<glyph unicode="&#xe0d9;" d="M 127.565,96.00L 127.59,178.637L 506.88,178.611L 506.88,269.568L 127.565,269.568L 127.59,352.00L 5.12,224.00 z" data-tags="arrow-left, previous, left" />
<glyph unicode="&#xe0da;" d="M 384.00,95.539L 301.363,95.565L 301.389,474.88L 210.432,474.88L 210.432,95.539L 128.00,95.565L 256.00-26.88 z" data-tags="arrow-down, down, bottom" />
<glyph unicode="&#xe0db;" d="M 384.00,352.435L 301.363,352.435L 301.389-26.88L 210.432-26.88L 210.432,352.435L 128.00,352.435L 256.00,474.88 z" data-tags="arrow-up, up, top" />
<glyph unicode="&#xe0dc;" d="M 384.461,96.00L 384.435,178.637L 5.12,178.611L 5.12,269.568L 384.461,269.568L 384.435,352.00L 506.88,224.00 z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe0dd;" d="M 256.00,480.00L 138.24,293.12l 235.494,0.00L 256.00,480.00z M 256.026-32.00l 117.734,186.88L 138.24,154.906L 256.026-32.00z" data-tags="menu, arrows, up-down, dropdown" />
<glyph unicode="&#xe0de;" d="M 76.80,280.32c-31.104,0.00-56.32-25.216-56.32-56.32c0.00-31.104, 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32C 133.12,255.104, 107.904,280.32, 76.80,280.32z M 256.00,280.32
c-31.104,0.00-56.32-25.216-56.32-56.32c0.00-31.104, 25.216-56.32, 56.32-56.32s 56.294,25.216, 56.294,56.32C 312.294,255.104, 287.104,280.32, 256.00,280.32z M 435.20,280.32
c-31.104,0.00-56.32-25.216-56.32-56.32c0.00-31.104, 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32C 491.52,255.104, 466.304,280.32, 435.20,280.32z" data-tags="ellipsis, dots, circles" />
<glyph unicode="&#xe0df;" d="M 166.40,280.32c-31.104,0.00-56.32-25.216-56.32-56.32s 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32S 197.504,280.32, 166.40,280.32z M 345.60,280.32
c-31.104,0.00-56.32-25.216-56.32-56.32s 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32S 376.704,280.32, 345.60,280.32z" data-tags="dots, circles" />
<glyph unicode="&#xe0e0;" d="M 256.00,280.32c-31.104,0.00-56.32-25.216-56.32-56.32s 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32S 287.104,280.32, 256.00,280.32z" data-tags="dot, circle" />
<glyph unicode="&#xe0e1;" d="M 252.723,469.734C 116.992,467.917, 8.448,356.429, 10.266,220.723c 1.818-135.706, 113.306-244.275, 249.037-242.458c 135.706,1.792, 244.275,113.306, 242.458,249.037
C 499.942,363.008, 388.403,471.552, 252.723,469.734z M 258.586,30.003c-107.162-1.459-195.174,84.25-196.608,191.411c-1.434,107.162, 84.275,195.174, 191.437,196.608
c 107.136,1.434, 195.149-84.275, 196.582-191.411S 365.747,31.462, 258.586,30.003z M 195.866,182.349c-10.368,0.00-18.227,3.789-23.552,11.366
C 166.963,201.293, 164.326,211.379, 164.326,224.00c0.00,27.75, 10.522,41.626, 31.539,41.626c 4.198,0.00, 8.755-1.408, 13.67-4.198
c 4.89-2.816, 9.037-7.731, 12.416-14.72l 31.514,16.41C 240.87,285.824, 219.955,297.19, 190.797,297.19c-19.917,0.00-36.352-6.579-49.408-19.763
C 128.358,264.243, 121.83,246.426, 121.83,224.00c0.00-22.989, 6.451-40.96, 19.354-53.862c 12.877-12.902, 29.875-19.354, 50.893-19.354
c 13.158,0.00, 25.216,3.302, 36.147,9.907s 19.507,15.642, 25.677,27.162l-29.03,14.72C 219.264,189.107, 209.587,182.349, 195.866,182.349z M 331.699,182.349
c-10.394,0.00-18.253,3.789-23.552,11.366c-5.35,7.552-7.987,17.664-7.987,30.285c0.00,27.75, 10.496,41.626, 31.539,41.626
c 4.506,0.00, 9.19-1.408, 14.106-4.198c 4.89-2.816, 9.062-7.731, 12.39-14.72l 31.104,16.41c-12.339,22.707-33.05,34.074-62.259,34.074
c-19.891,0.00-36.352-6.579-49.382-19.763c-13.056-13.184-19.558-30.976-19.558-53.402c0.00-22.989, 6.374-40.96, 19.123-53.862
c 12.774-12.902, 29.824-19.354, 51.123-19.354c 12.902,0.00, 24.806,3.302, 35.738,9.907c 10.906,6.605, 19.61,15.642, 26.061,27.162l-29.44,14.72
C 355.098,189.107, 345.446,182.349, 331.699,182.349z" data-tags="cc, creative commons" />
<glyph unicode="&#xe0e2;" d="M 256.00,313.984c 22.835,0.00, 34.253,11.392, 34.253,34.202c0.00,23.117-11.418,34.662-34.253,34.662S 221.773,371.302, 221.773,348.186
C 221.773,325.376, 233.165,313.984, 256.00,313.984zM 306.483,300.774L 205.542,300.774 c-4.403,0.00-8.115-1.536-11.213-4.608s-4.608-6.81-4.608-11.187l0.00-100.506 l 28.083,0.00 l0.00-119.373 l 76.339,0.00 l0.00,119.373 l 28.109,0.00 L 322.253,285.005
c0.00,4.378-1.613,8.09-4.813,11.187C 314.214,299.238, 310.579,300.774, 306.483,300.774zM 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296
c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" data-tags="cc-by, creative commons" />
<glyph unicode="&#xe0e3;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 66.432,289.894l 124.672-55.834
l 39.04-17.101l 28.979-13.184l 23.706-10.112c 4.403-3.789, 6.605-8.755, 6.605-14.899c0.00-8.806-3.021-15.078-9.011-18.867
c-5.99-3.789-13.261-5.709-21.734-5.709c-20.506,0.00-38.784,7.45-54.886,22.374l-33.766-34.227c 22.528-19.302, 47.411-29.133, 74.598-29.389l0.00-37.76
l 28.518,0.00 l0.00,37.76 c 16.947,1.459, 31.667,7.066, 44.109,16.896c 12.416,9.805, 20.275,22.426, 23.475,37.939l 91.11-40.576
C 397.696,65.28, 331.75,23.296, 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704C 55.296,247.091, 59.238,269.261, 66.432,289.894z M 325.402,227.507l-39.501,17.562
L 264.397,254.72L 233.216,268.749c-1.459,2.048-2.176,4.096-2.176,6.144c0.00,7.014, 2.995,12.006, 9.011,14.925c 5.965,2.918, 12.774,4.403, 20.403,4.403
c 14.336,0.00, 28.365-4.838, 42.138-14.49l 32.051,32.922c-18.458,14.054-38.938,21.658-61.44,22.835L 273.203,373.197 L 244.659,373.197 l0.00-37.734
C 229.427,334.592, 216.115,330.24, 204.698,322.534C 193.306,314.752, 185.549,304.461, 181.453,291.584l-93.568,41.984C 123.699,388.403, 185.60,424.704, 256.00,424.704
c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-17.997-2.406-35.43-6.861-51.994L 325.402,227.507z" data-tags="cc-nc, creative commons" />
<glyph unicode="&#xe0e4;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 66.125,289.024l 64.41-28.493L 125.824,260.531
l0.00-29.21 l 23.04,0.00 c0.00-4.122-0.41-8.218-0.41-12.339l0.00-6.989 L 125.824,211.994 l0.00-29.21 L 152.576,182.784 c 3.712-21.837, 11.93-39.501, 23.014-53.504
c 23.04-30.438, 60.083-46.899, 100.403-46.899c 26.317,0.00, 50.176,7.834, 64.179,15.642l-9.882,45.645c-8.653-4.531-27.981-10.675-46.899-10.675
c-20.582,0.00-39.91,6.144-53.069,20.966c-6.17,6.963-10.701,16.461-13.542,28.80l 89.421,0.00 l 125.594-55.603C 397.619,65.254, 331.725,23.296, 256.00,23.296
c-110.848,0.00-200.704,89.856-200.704,200.704C 55.296,246.784, 59.162,268.621, 66.125,289.024z M 316.339,231.322l 3.686,0.00 L 320.026,260.531 L 250.342,260.531 L 222.08,273.05
C 224.512,278.528, 227.379,283.418, 230.758,287.258C 243.507,302.899, 261.606,309.504, 281.344,309.504c 18.099,0.00, 34.944-5.35, 45.645-9.907l 11.52,46.925
c-14.822,6.579-36.634,12.314-61.696,12.314c-38.682,0.00-71.578-15.616-95.027-41.958c-5.222-6.016-9.728-12.774-13.824-19.891l-80.64,35.686
C 123.059,388.019, 185.216,424.704, 256.00,424.704c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-17.92-2.381-35.277-6.784-51.789L 316.339,231.322z" data-tags="cc-nc-eu, creative commons" />
<glyph unicode="&#xe0e5;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 64.256,283.392l 125.107-55.706L 161.664,227.686
l0.00-38.272 l 57.549,0.00 l 5.632-11.648l0.00-18.56 L 161.664,159.206 l0.00-38.246 l 63.181,0.00 l0.00-55.552 l 61.158,0.00 l0.00,55.552 l 63.616,0.00 l0.00,35.354 l 78.771-35.072C 393.37,62.592, 329.267,23.296, 256.00,23.296
c-110.848,0.00-200.704,89.856-200.704,200.704C 55.296,244.685, 58.419,264.627, 64.256,283.392z M 286.029,159.232l0.00,18.56 l 2.867,5.581l 54.221-24.115L 286.029,159.258 z
M 349.619,210.099L 349.619,227.712 l-38.246,0.00 l 62.413,114.944l-65.229,0.00 l-42.957-95.13L 242.765,257.664L 203.52,342.656L 138.291,342.656 L 165.376,292.147L 84.429,328.166
C 119.654,386.048, 183.296,424.704, 256.00,424.704c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-20.096-2.995-39.475-8.474-57.779L 349.619,210.099z" data-tags="cc-nc-jp, creative commons" />
<glyph unicode="&#xe0e6;" d="M 254.72,353.459c-28.109,0.00-51.942-8.243-71.552-24.781s-31.744-39.885-36.429-69.99L 127.462,258.688 l 48.691-48.717l 48.717,48.717L 206.874,258.688
c 4.096,28.954, 22.528,43.418, 55.296,43.418c 18.125,0.00, 32.051-6.784, 41.677-20.403c 9.677-13.594, 14.49-33.434, 14.49-59.443
c0.00-24.883-5.274-44.774-15.795-59.674c-10.547-14.925-24.448-22.40-41.677-22.40c-34.56,0.00-52.557,14.925-53.99,44.774L 144.998,184.96
c 4.096-30.72, 16.23-54.426, 36.429-71.091c 20.173-16.666, 44.186-25.011, 71.962-25.011c 37.786,0.00, 68.48,12.493, 92.186,37.504
c 23.706,25.037, 35.558,56.397, 35.558,94.157c0.00,38.912-11.418,70.81-34.227,95.642C 324.045,341.018, 293.325,353.459, 254.72,353.459z M 256.00,469.76
c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704
S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" data-tags="cc-sa, creative commons" />
<glyph unicode="&#xe0e7;" d="M 166.707,239.795l 178.637,0.00 L 345.344,281.933 L 166.707,281.933 L 166.707,239.795 z M 166.707,160.794l 178.637,0.00 l0.00,42.138 L 166.707,202.931 L 166.707,160.794 z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76
s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704
s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" data-tags="cc-nd, creative commons" />
<glyph unicode="&#xe0e8;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 66.125,289.024l 79.078-34.97
c-1.997-10.163-3.072-20.762-3.072-31.642c0.00-98.125, 73.216-125.747, 119.296-125.747c 27.187,0.00, 50.662,8.755, 69.069,21.632
c 3.507,2.509, 6.682,5.018, 9.60,7.603l-35.814,43.52c-1.05-1.203-2.15-2.33-3.277-3.354c-13.952-13.235-29.261-13.235-32.666-13.235
c-37.146,0.00-52.864,38.81-53.35,70.323l 216.858-95.974c-34.176-61.926-100.096-103.885-175.821-103.885c-110.848,0.00-200.704,89.856-200.704,200.704
C 55.296,246.784, 59.162,268.621, 66.125,289.024z M 225.587,271.462C 233.626,286.003, 246.938,297.472, 266.01,297.472c 11.085,0.00, 19.84-3.686, 26.752-8.294
c 2.867-2.074, 5.35-4.147, 7.45-6.221l 40.013,41.165c-26.88,23.117-57.421,27.238-77.414,27.238c-46.95,0.00-80.973-21.018-100.582-51.84
L 87.322,332.698C 123.059,388.019, 185.216,424.704, 256.00,424.704c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-17.92-2.381-35.277-6.784-51.763L 225.587,271.462z" data-tags="cc-pd, creative commons" />
<glyph unicode="&#xe0e9;" d="M 256.00,365.44c-81.126,0.00-101.53-76.544-101.53-141.44S 174.874,82.534, 256.00,82.534c 81.152,0.00, 101.555,76.57, 101.555,141.466S 337.152,365.44, 256.00,365.44z
M 212.301,224.00c0.00,28.57, 1.971,88.115, 43.699,88.115c 3.302,0.00, 6.298-0.538, 9.114-1.229c 5.862-5.018, 8.704-11.981, 3.098-21.683l-54.016-99.302
C 212.531,202.47, 212.301,214.835, 212.301,224.00z M 256.00,135.91c-3.277,0.00-6.298,0.333-9.088,1.024c-0.538,0.154-1.05,0.333-1.587,0.512
c-0.845,0.282-1.766,0.538-2.586,0.87c-9.267,3.942-15.13,11.11-6.707,23.757l 60.39,104.294c 2.867-15.258, 3.277-31.181, 3.277-42.342
C 299.725,195.405, 297.728,135.91, 256.00,135.91z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76
z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" data-tags="cc-zero, creative commons" />
<glyph unicode="&#xe0ea;" d="M 356.506,294.195l-53.555,0.00 L 302.95,347.75 c0.00,3.789-1.306,7.014-3.942,9.677c-2.637,2.611-5.862,3.942-9.651,3.942L 154.189,361.37
C 150.682,360.781, 147.738,359.219, 145.434,356.762C 143.078,354.278, 141.901,351.283, 141.901,347.75l0.00-180.787 c0.00-3.789, 1.331-7.014, 3.942-9.651
s 5.862-3.942, 9.651-3.942l 53.555,0.00 l0.00-53.555 c0.00-3.789, 1.306-7.014, 3.942-9.651c 2.637-2.637, 5.862-3.942, 9.651-3.942l 133.862,0.00
c 3.789,0.00, 7.014,1.331, 9.651,3.942s 3.942,5.862, 3.942,9.651L 370.099,280.602 c0.00,3.789-1.331,7.014-3.942,9.651
C 363.52,292.89, 360.294,294.195, 356.506,294.195z M 220.902,294.195C 217.677,293.632, 214.912,292.07, 212.557,289.587S 209.05,284.134, 209.05,280.602l0.00-100.48 L 168.678,180.122
L 168.678,334.157 l 107.52,0.00 l0.00-39.962 L 220.902,294.195 z M 343.322,113.408l-107.52,0.00 L 235.802,267.443 l 107.52,0.00 L 343.322,113.408 z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76
s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704
S 366.848,23.296, 256.00,23.296z" data-tags="cc-share, creative commons" />
<glyph unicode="&#xe0eb;" d="M 416.614,219.597l-48.717,20.224L 367.898,300.80 l-150.528,62.336L 150.682,333.747l0.00-69.427 L 151.091,263.936L 92.288,239.36l0.00-63.206 l 62.746-27.187l 63.642,26.317
l 4.378-1.741l 128.589-53.12l 3.046-0.87l 2.662,0.87l 59.674,25.446l 4.378,2.227l0.00,69.35 L 416.614,219.597z M 346.829,138.88l-0.435,0.41
l0.00-0.41 L 233.626,185.344L 233.626,230.144 l 112.768-46.157l0.00-1.741 l 0.435,0.00 L 346.829,138.88 z M 354.304,195.917L 318.746,211.20l 38.63,16.333l 36.429-15.386L 354.304,195.917z
M 406.067,158.157l-43.878-18.867l0.00,42.982 l 43.878,18.483L 406.067,158.157 z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76
S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" data-tags="cc-share, creative commons" />
<glyph unicode="&#xe0ec;" d="M 349.696,167.987c 32.41,0.845, 61.542,17.946, 78.746,47.718c 27.11,46.95, 11.75,103.578-40.448,133.709l-32.691,18.893l 54.758,94.874L 380.902,480.00
l-105.856-183.296c-8.243,20.326-24.038,38.63-46.925,51.814L 166.246,384.282L 70.40,218.266l 61.875-35.738c 22.886-13.21, 46.669-17.613, 68.48-14.515
L 94.976-15.155L 124.16-32.00l 54.784,94.848l 32.717-18.867c 52.198-30.131, 109.21-14.669, 136.294,32.307C 365.107,106.035, 365.21,139.674, 349.696,167.987z
M 372.71,322.842c 34.842-20.122, 43.802-57.216, 24.909-89.933c-18.893-32.742-55.245-43.059-90.112-22.938L 275.20,228.608
c 0.384,0.922, 0.691,1.843, 1.024,2.765l 63.744,110.387L 372.71,322.842z M 147.61,209.101L 114.893,227.994l 65.152,112.896l 32.742-18.893
c 34.842-20.122, 43.776-57.216, 24.909-89.958C 218.803,199.296, 182.477,188.954, 147.61,209.101z M 226.995,70.528l-32.742,18.893l 63.821,110.49
c 0.589,0.717, 1.203,1.408, 1.766,2.15l 32.307-18.662c 34.893-20.096, 43.802-57.216, 24.96-89.958C 298.189,60.723, 261.837,50.406, 226.995,70.528z
" data-tags="daniel bruce" />
<glyph unicode="&#xe0ed;" d="M 256.00,454.40c-187.827,0.00-230.40-42.598-230.40-230.40c0.00-187.802, 42.573-230.40, 230.40-230.40s 230.40,42.598, 230.40,230.40C 486.40,411.802, 443.827,454.40, 256.00,454.40z" data-tags="daniel bruce" />
<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

View File

@ -0,0 +1,980 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
1
</metadata>
<defs>
<font id="entypo" horiz-adv-x="512" >
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#xe000;" d="M 287.462,192.538c-40.525-40.55-87.475-79.309-106.035-60.723c-26.573,26.547-42.931,49.69-101.504,2.637s-13.594-78.438, 12.16-104.192
c 29.696-29.67, 140.39-1.562, 249.83,107.853c 109.389,109.414, 137.549,220.134, 107.827,249.83c-25.728,25.754-57.088,70.707-104.166,12.16
s-23.936-74.931, 2.637-101.504C 366.72,280.013, 327.987,233.088, 287.462,192.538z" />
<glyph unicode="&#xe001;" d="M 355.251,480.00L 156.749,480.00 C 128.00,480.00, 104.499,456.499, 104.499,427.75l0.00-407.501 C 104.499-8.474, 128.00-32.00, 156.749-32.00l 198.502,0.00 c 28.749,0.00, 52.25,23.526, 52.25,52.25
L 407.501,427.75 C 407.501,456.499, 384.00,480.00, 355.251,480.00z M 256.00-11.11c-20.173,0.00-36.557,11.699-36.557,26.138s 16.384,26.138, 36.557,26.138
c 20.198,0.00, 36.557-11.699, 36.557-26.138S 276.198-11.11, 256.00-11.11z M 365.696,67.277L 146.278,67.277 L 146.278,412.083 l 219.418,0.00 L 365.696,67.277 z" />
<glyph unicode="&#xe002;" d="M 394.291,111.283l-67.226,192.922c-18.509,53.094-75.955,82.432-130.381,67.942L 146.099,470.298C 141.517,479.181, 130.79,482.586, 122.112,477.901
C 113.434,473.19, 110.106,462.182, 114.688,453.299l 49.382-95.821c-39.347-26.112-59.802-75.597-46.848-122.189l 54.784-197.018
c 15.411-55.373, 78.848-83.584, 142.618-64.077C 377.574-3.712, 413.21,57.062, 394.291,111.283z M 227.814,251.571C 209.152,245.453, 189.133,255.974, 183.142,275.149
C 177.152,294.298, 187.443,314.803, 206.131,320.922c 18.688,6.144, 38.707-4.403, 44.698-23.552S 246.528,257.715, 227.814,251.571z" />
<glyph unicode="&#xe003;" d="M 217.60,454.40L 194.586,454.40 C 188.928,454.40, 184.32,449.792, 184.32,444.16l0.00-97.28 L 93.798,346.88 c-4.224,0.00-9.472-0.973-14.49-2.509
C 74.24,342.81, 69.402,340.659, 65.946,338.304l-60.80-41.728C 1.715,294.221,0.00,291.123,0.00,288.00s 1.715-6.221, 5.146-8.576l 60.80-41.728
C 69.402,235.341, 74.24,233.19, 79.309,231.629C 84.326,230.093, 89.574,229.12, 93.798,229.12L 184.32,229.12 l0.00-225.28 c0.00-5.658, 4.608-10.24, 10.24-10.24L 217.60-6.40
c 5.658,0.00, 10.24,4.608, 10.24,10.24L 227.84,444.16 C 227.84,449.792, 223.258,454.40, 217.60,454.40z M 506.854,347.75l-60.80,41.728c-3.43,2.355-8.269,4.506-13.338,6.067
C 427.674,397.107, 422.426,398.08, 418.202,398.08L 243.20,398.08 l 20.506-117.76l 154.496,0.00 c 4.224,0.00, 9.472,0.973, 14.515,2.509s 9.907,3.712, 13.338,6.042l 60.80,41.728
C 510.31,332.979, 512.00,336.077, 512.00,339.20S 510.31,345.421, 506.854,347.75z" />
<glyph unicode="&#xe004;" d="M 40.806,344.678c 12.493-6.733, 185.574-99.686, 192.026-103.142C 239.258,238.08, 247.603,236.416, 256.00,236.416c 8.422,0.00, 16.768,1.664, 23.194,5.146
c 6.451,3.456, 179.507,96.41, 192.00,103.142C 483.712,351.411, 495.539,372.48, 472.576,372.48L 39.45,372.48 C 16.486,372.48, 28.288,351.411, 40.806,344.678z M 476.493,293.478
c-14.208-7.424-188.595-98.586-197.299-103.142S 264.422,185.19, 256.00,185.19c-8.397,0.00-14.464,0.589-23.168,5.146S 49.715,286.08, 35.533,293.478
C 25.523,298.701, 25.60,292.582, 25.60,287.872c0.00-4.71,0.00-187.776,0.00-187.776C 25.60,89.344, 39.91,75.52, 50.995,75.52l 410.035,0.00 c 11.11,0.00, 25.37,13.824, 25.37,24.55
c0.00,0.00,0.00,183.066,0.00,187.776C 486.40,292.582, 486.502,298.701, 476.493,293.478z" />
<glyph unicode="&#xe005;" d="M 478.566,412.544C 469.786,409.446, 35.149,256.307, 26.598,253.286c-7.27-2.56-8.909-8.832-0.256-12.262
c 10.266-4.122, 97.178-38.938, 97.178-38.938L 123.494,202.086 l 57.626-23.091c0.00,0.00, 277.427,203.75, 281.19,206.49c 3.763,2.765, 8.141-2.432, 5.402-5.402
c-2.739-2.995-201.498-217.958-201.498-217.958c-0.026,0.00-0.026,0.00-0.026,0.00l-11.571-12.902l 15.334-8.243l0.00,0.00c0.00,0.00, 119.04-64.077, 127.514-68.659
c 7.424-3.994, 17.101-0.666, 19.251,8.576c 2.534,10.906, 72.832,313.907, 74.394,320.614C 493.158,410.291, 487.373,415.642, 478.566,412.544z M 180.608,40.653
c0.00-6.323, 3.558-8.064, 8.474-3.61c 6.40,5.837, 72.934,65.536, 72.934,65.536l-81.408,42.138L 180.608,40.653 z" />
<glyph unicode="&#xe006;" d="M 423.962,391.987c-36.915,36.941-64.64,31.411-64.64,31.411L 229.965,294.042L 82.176,146.253L 56.32,24.32l 121.933,25.856l 147.789,147.789l 129.331,129.331
C 455.373,327.296, 460.928,355.021, 423.962,391.987z M 170.982,64.845l-41.549-8.96c-4.019,7.501-8.858,15.002-17.69,23.859
c-8.832,8.832-16.358,13.645-23.859,17.664l 8.986,41.574l 12.006,12.006c0.00,0.00, 22.63-0.461, 48.154-25.984c 25.549-25.549, 26.01-48.179, 26.01-48.179
L 170.982,64.845z" />
<glyph unicode="&#xe007;" d="M 108.902-25.907c 7.834,25.626, 19.712,61.722, 35.61,113.946c 69.274,11.187, 97.946-8.934, 141.952,71.27
c-35.712-11.162-78.771,20.71-76.442,34.509c 2.304,13.824, 100.173-9.958, 164.224,82.893c-80.742-18.15-106.598,21.837-96.179,27.878
c 24.038,13.952, 95.411,5.786, 133.453,43.597c 19.61,19.456, 28.774,66.79, 20.813,83.686c-9.60,20.378-68.019,50.79-100.224,47.949
c-32.205-2.867-82.714-125.158-97.69-124.186S 216.448,410.394, 242.586,460.416c-27.571-12.442-78.08-51.174-93.926-84.275
c-29.517-61.594, 2.765-202.829-7.578-207.872c-10.368-5.018-45.21,64.845-55.603,96.512c-14.208-48.538-14.541-97.178, 26.982-161.792
c-15.667-42.394-24.218-91.187-25.523-115.994C 86.323-32.87, 105.446-37.12, 108.902-25.907z" />
<glyph unicode="&#xe008;" d="M 127.002-32.00c-34.202,0.00-66.227,14.49-89.37,37.658c-44.80,44.80-57.318,123.034, 5.504,185.856C 79.974,228.301, 227.43,375.757, 301.03,449.357
c 26.138,26.138, 59.366,36.224, 91.213,27.674c 31.258-8.346, 56.909-33.971, 65.28-65.254c 8.525-31.846-1.587-65.101-27.699-91.213l-246.579-246.605
c-14.08-14.08-29.978-22.426-45.978-24.09c-15.821-1.664-30.925,3.43-41.523,14.003c-19.20,19.174-21.914,55.27, 9.984,87.142l 173.184,173.235
c 7.117,7.091, 18.662,7.091, 25.779,0.00c 7.117-7.117, 7.117-18.662,0.00-25.779l-173.21-173.21c-14.976-14.976-16.358-29.286-9.984-35.661
c 2.79-2.765, 7.04-4.045, 11.93-3.533c 7.501,0.794, 16.051,5.658, 24.038,13.645l 246.579,246.579c 16.922,16.922, 23.398,36.813, 18.253,56.038
c-5.069,18.918-20.582,34.432-39.501,39.501c-19.226,5.146-39.117-1.357-56.038-18.253C 253.184,349.978, 105.728,202.522, 68.915,165.734
c-48.026-48.026-36.531-103.296-5.53-134.323c 31.027-31.002, 86.298-42.522, 134.349,5.53L 455.603,294.784c 7.091,7.117, 18.662,7.117, 25.754,0.00
c 7.117-7.117, 7.117-18.662,0.00-25.754L 223.488,11.162C 193.101-19.251, 159.104-32.00, 127.002-32.00z" />
<glyph unicode="&#xe009;" d="M 495.078,235.699c-10.061,10.675-58.47,58.163-80.614,79.846c-6.81,6.63-16.538,10.854-26.701,10.854c-10.138,0.00-131.738,0.00-131.738,0.00
s-121.60,0.00-131.763,0.00S 104.346,322.15, 97.562,315.52c-22.144-21.683-70.605-69.171-80.64-79.846c-12.518-13.312-19.379-23.936-16.102-37.094l 14.362-78.694
c 3.251-13.158, 17.664-23.936, 32.026-23.936l 417.587,0.00 c 14.362,0.00, 28.774,10.778, 32.026,23.936l 14.387,78.694C 514.458,211.738, 507.597,222.387, 495.078,235.699
z M 359.629,218.65c-2.611,0.00-4.941-1.331-6.118-3.405l-20.915-52.122L 179.43,163.123 l-20.915,52.122c-1.152,2.074-3.533,3.405-6.118,3.405L 61.645,218.65
l 52.25,59.11l 284.262,0.00 l 52.224-59.11L 359.629,218.65 z" />
<glyph unicode="&#xe00a;" d="M 486.40,49.92c0.00,0.00-51.20,249.165-275.84,249.165L 210.56,398.08 L 25.60,232.832l 184.96-171.29l0.00,111.565 C 332.493,173.107, 422.835,162.304, 486.40,49.92z" />
<glyph unicode="&#xe00b;" d="M 184.96,329.472L 184.96,398.08 L0.00,232.832l 184.96-171.29l0.00,71.142 L 76.80,232.832L 184.96,329.472z M 312.96,299.11L 312.96,398.08 L 128.00,232.832l 184.96-171.29l0.00,111.565
c 84.301,0.00, 135.475-10.803, 199.04-123.187C 512.00,49.92, 502.605,299.11, 312.96,299.11z" />
<glyph unicode="&#xe00c;" d="M 301.44,173.107l0.00-111.539 L 486.40,232.832L 301.44,398.08l0.00-98.97 C 76.80,299.11, 25.60,49.92, 25.60,49.92C 89.165,162.304, 179.507,173.107, 301.44,173.107z" />
<glyph unicode="&#xe00d;" d="M 379.392,110.131c-63.104,22.989-83.277,42.394-83.277,83.942c0.00,24.934, 19.277,16.794, 27.725,62.464c 3.507,18.944, 20.531,0.307, 23.808,43.546
c0.00,17.229-9.293,21.53-9.293,21.53s 4.736,25.523, 6.579,45.133C 347.187,391.219, 330.803,454.40, 243.20,454.40C 155.622,454.40, 139.187,391.219, 141.491,366.746
C 143.334,347.136, 148.07,321.613, 148.07,321.613S 138.752,317.338, 138.752,300.083c 3.251-43.238, 20.275-24.602, 23.782-43.546
c 8.474-45.67, 27.75-37.53, 27.75-62.464c0.00-41.549-20.173-60.954-83.277-83.942c-63.334-23.04-104.448-46.566-104.448-62.618c0.00-16.026,0.00-53.888,0.00-53.888
l 240.64,0.00 l 240.64,0.00 c0.00,0.00,0.00,37.862,0.00,53.888C 483.84,63.539, 442.701,87.066, 379.392,110.131z" />
<glyph unicode="&#xe00e;" d="M 512.00-1.28c0.00,0.00-0.998,96.947-6.938,106.982c-8.832,14.976-29.338,25.242-67.43,41.165c-37.965,15.872-50.125,29.286-50.125,57.933
c0.00,17.229, 11.597,11.597, 16.691,43.11c 2.099,13.082, 12.339,0.23, 14.31,30.054c0.00,11.904-5.581,14.874-5.581,14.874s 2.816,17.613, 3.942,31.155
c 1.382,16.896-8.525,60.493-61.235,60.493s-62.566-43.622-61.21-60.493c 1.101-13.542, 3.917-31.155, 3.917-31.155s-5.581-2.97-5.581-14.874
c 1.971-29.85, 12.211-16.998, 14.336-30.054c 5.069-31.514, 16.666-25.882, 16.666-43.11c0.00-19.482-5.632-31.923-21.171-42.854
c 82.944-41.523, 94.08-49.997, 94.08-87.117L 396.672-1.28 L 512.00-1.28 z M 261.734,132.48c-50.662,21.146-66.816,39.014-66.816,77.235c0.00,22.938, 15.462,15.462, 22.246,57.498
c 2.79,17.434, 16.486,0.282, 19.072,40.064c0.00,15.872-7.45,19.814-7.45,19.814s 3.789,23.475, 5.274,41.549C 235.904,391.117, 222.694,449.28, 152.422,449.28
c-70.272,0.00-83.456-58.138-81.613-80.64c 1.485-18.074, 5.248-41.549, 5.248-41.549S 68.634,323.149, 68.634,307.277
c 2.637-39.808, 16.282-22.656, 19.098-40.064c 6.784-42.035, 22.246-34.534, 22.246-57.498c0.00-38.221-16.205-56.09-66.816-77.235
C 27.725,126.029,0.00,116.019,0.00,92.006L0.00-1.28 l 355.686,0.00 c0.00,0.00,0.00,55.168,0.00,69.914C 355.686,90.573, 312.499,111.232, 261.734,132.48z" />
<glyph unicode="&#xe00f;" d="M 316.851,110.131C 253.082,133.12, 232.704,152.525, 232.704,194.074c0.00,24.934, 19.482,16.794, 28.032,62.464c 3.558,18.944, 20.762,0.307, 24.013,43.546
c0.00,17.229-9.37,21.53-9.37,21.53s 4.787,25.523, 6.63,45.133C 284.314,391.219, 267.725,454.40, 179.20,454.40S 74.086,391.219, 76.39,366.746
c 1.869-19.635, 6.656-45.133, 6.656-45.133S 73.651,317.338, 73.651,300.083c 3.302-43.238, 20.506-24.602, 24.013-43.546
c 8.576-45.67, 28.058-37.53, 28.058-62.464c0.00-41.549-20.403-60.954-84.173-83.942c-7.68-2.739-25.984-7.04-41.549-13.773L0.00-6.40 l 409.60,0.00
c0.00,0.00,0.00,37.862,0.00,53.888S 380.851,87.066, 316.851,110.131z M 435.20,249.60L 435.20,326.40 l-51.20,0.00 l0.00-76.80 l-76.80,0.00 l0.00-51.20 l 76.80,0.00 l0.00-76.80 l 51.20,0.00 l0.00,76.80 l 76.80,0.00 L 512.00,249.60 L 435.20,249.60 z" />
<glyph unicode="&#xe010;" d="M 460.80,428.80L 51.20,428.80 C 23.04,428.80,0.00,405.76,0.00,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,377.60 C 512.00,405.76, 488.986,428.80, 460.80,428.80z M 460.80,70.40L 51.20,70.40 L 51.20,377.60 l 409.60,0.00 L 460.80,70.40 z M 230.40,170.24L 102.40,170.24
L 102.40,124.16 l 128.00,0.00 L 230.40,170.24 z M 230.40,247.04L 102.40,247.04 l0.00-46.08 l 128.00,0.00 L 230.40,247.04 z M 230.40,323.84L 102.40,323.84 l0.00-46.08 l 128.00,0.00 L 230.40,323.84 z M 407.04,160.00c0.00,0.00-43.52,11.366-43.52,33.741c0.00,21.299, 28.186,30.259, 28.186,73.779
c0.00,35.328-10.752,56.32-46.106,56.32s-46.08-20.966-46.08-56.32c0.00-43.52, 28.16-52.48, 28.16-73.779c0.00-22.374-43.494-33.741-43.494-33.741C 281.60,160.00, 281.60,124.16, 281.60,124.16
l 128.00,0.00 C 409.60,124.16, 409.60,160.00, 407.04,160.00z" />
<glyph unicode="&#xe011;" d="M 384.00,75.52L 51.20,75.52 l0.00,230.40 l 66.432,0.00 c0.00,0.00, 17.638,22.938, 55.552,51.20L 25.60,357.12 c-14.131,0.00-25.60-11.469-25.60-25.60l0.00-281.60 c0.00-14.157, 11.469-25.60, 25.60-25.60l 384.00,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60l0.00,95.898
l-51.20-42.112L 384.00,75.52 z M 342.067,253.44l0.00-90.88 L 512.00,295.706L 342.067,423.68l0.00-80.128 C 135.68,343.526, 135.68,139.52, 135.68,139.52C 194.099,235.469, 230.042,253.44, 342.067,253.44z" />
<glyph unicode="&#xe012;" d="M 256.00,428.80C 185.293,428.80, 128.00,371.482, 128.00,300.80c0.00-122.214, 128.00-281.60, 128.00-281.60s 128.00,159.386, 128.00,281.60C 384.00,371.482, 326.707,428.80, 256.00,428.80z M 256.00,230.144c-38.17,0.00-69.12,30.95-69.12,69.12
s 30.95,69.12, 69.12,69.12s 69.12-30.95, 69.12-69.12S 294.17,230.144, 256.00,230.144z" />
<glyph unicode="&#xe013;" d="M 503.885,351.386l-119.654,74.931c-5.299,3.328-11.93,3.328-17.229,0.00L 256.00,356.787L 144.998,426.291c-5.299,3.328-11.93,3.328-17.229,0.00
L 8.115,351.386C 3.098,348.237,0.00,342.528,0.00,336.41l0.00-299.699 c0.00-6.298, 3.226-12.134, 8.499-15.232s 11.699-3.021, 16.87,0.23l 111.002,69.53l 111.002-69.53
c 5.299-3.328, 11.93-3.328, 17.254,0.00l 111.002,69.53l 111.002-69.53C 489.267,20.045, 492.262,19.20, 495.258,19.20c 2.842,0.00, 5.683,0.768, 8.243,2.278
C 508.749,24.576, 512.00,30.413, 512.00,36.71L 512.00,336.41 C 512.00,342.528, 508.902,348.237, 503.885,351.386z M 119.629,121.523L 33.485,67.584L 33.485,326.502 l 86.144,53.939L 119.629,121.523 z
M 239.258,67.584l-86.144,53.939L 153.114,380.442 l 86.144-53.939L 239.258,67.584 z M 358.886,121.523l-86.118-53.939L 272.768,326.502 l 86.118,53.939L 358.886,121.523 z M 478.49,67.584
l-86.118,53.939L 392.371,380.442 l 86.118-53.939L 478.49,67.584 z" />
<glyph unicode="&#xe014;" d="M 252.723,469.734C 116.992,467.917, 8.448,356.429, 10.266,220.723c 1.818-135.731, 113.306-244.275, 249.037-242.483
c 135.706,1.843, 244.275,113.306, 242.458,249.037C 499.891,363.008, 388.403,471.552, 252.723,469.734z M 258.586,30.003c-107.136-1.459-195.149,84.25-196.608,191.411
C 60.57,328.55, 146.253,416.563, 253.414,417.997c 107.136,1.434, 195.149-84.25, 196.582-191.411S 365.747,31.462, 258.586,30.003z M 139.597,108.698
c0.00,0.00, 116.966,16.051, 166.861,65.946c 49.894,49.894, 65.946,166.861, 65.946,166.861S 255.462,325.427, 205.568,275.558C 155.674,225.638, 139.597,108.698, 139.597,108.698z
M 230.784,250.317C 251.75,271.309, 291.84,286.182, 326.246,295.424c-9.242-34.33-24.192-74.726-45.03-95.539c-13.926-13.926-36.506-13.926-50.432,0.00
C 216.832,213.811, 216.832,236.39, 230.784,250.317z" />
<glyph unicode="&#xe015;" d="M 504.806,472.832c-17.408,17.434-34.048,0.947-90.496-26.163C 263.27,374.042,0.00,226.534,0.00,226.534l 226.176-32.333L 258.509-32.00
c0.00,0.00, 147.533,263.27, 220.134,414.31C 505.805,438.784, 522.24,455.373, 504.806,472.832z M 450.56,414.618l-164.301-305.075l-16.666,138.65L 450.56,414.618z" />
<glyph unicode="&#xe016;" d="M 256.00,444.16c-121.574,0.00-220.16-98.586-220.16-220.16c0.00-121.60, 98.586-220.16, 220.16-220.16c 121.60,0.00, 220.16,98.56, 220.16,220.16C 476.16,345.574, 377.60,444.16, 256.00,444.16z
M 273.92,45.696L 273.92,144.64 L 238.08,144.64 l0.00-98.944 c-84.659,8.397-151.962,75.725-160.384,160.384L 176.64,206.08 L 176.64,241.92 L 77.696,241.92 C 86.118,326.579, 153.421,393.907, 238.08,402.304L 238.08,303.36 l 35.84,0.00
L 273.92,402.304 c 84.685-8.397, 151.987-75.725, 160.384-160.384L 335.36,241.92 l0.00-35.84 l 98.944,0.00 C 425.907,121.421, 358.605,54.093, 273.92,45.696z" />
<glyph unicode="&#xe017;" d="M 384.00,147.20c-17.613,0.00-33.741-5.965-46.694-15.923l-133.606,80.154C 204.339,215.526, 204.80,219.725, 204.80,224.00c0.00,4.301-0.461,8.474-1.101,12.57
l 133.606,80.154C 350.259,306.765, 366.387,300.80, 384.00,300.80c 42.394,0.00, 76.80,34.381, 76.80,76.80s-34.406,76.80-76.80,76.80s-76.80-34.381-76.80-76.80c0.00-4.275, 0.461-8.474, 1.126-12.57
L 174.72,284.851C 161.766,294.835, 145.613,300.80, 128.00,300.80c-42.419,0.00-76.80-34.381-76.80-76.80c0.00-42.394, 34.381-76.80, 76.80-76.80c 17.613,0.00, 33.766,5.965, 46.72,15.923l 133.606-80.154
C 307.661,78.874, 307.20,74.701, 307.20,70.40c0.00-42.394, 34.406-76.80, 76.80-76.80s 76.80,34.406, 76.80,76.80S 426.394,147.20, 384.00,147.20z" />
<glyph unicode="&#xe018;" d="M 174.08,224.00c0.00-45.235, 36.685-81.92, 81.92-81.92s 81.92,36.71, 81.92,81.92c0.00,45.235-36.685,81.92-81.92,81.92
S 174.08,269.235, 174.08,224.00z M 115.942,254.72C 129.997,319.13, 187.366,367.36, 256.00,367.36c 39.603,0.00, 75.418-16.051, 101.35-41.984c 12.006-12.006, 31.462-12.006, 43.469,0.00
c 11.981,12.006, 11.981,31.462,0.00,43.443C 363.75,405.862, 312.55,428.80, 256.00,428.80C 164.301,428.80, 86.682,368.538, 60.595,285.44L0.00,285.44 L0.00,224.00 l 81.92,0.00
C 107.494,224.00, 113.766,244.813, 115.942,254.72z M 430.08,224.00c-25.549,0.00-31.846-20.813-34.022-30.72C 382.003,128.87, 324.659,80.64, 256.00,80.64
c-39.578,0.00-75.418,16.026-101.35,41.984c-12.006,12.006-31.462,12.006-43.443,0.00s-12.006-31.462,0.00-43.443C 148.25,42.138, 199.45,19.20, 256.00,19.20
c 91.699,0.00, 169.318,60.262, 195.405,143.36L 512.00,162.56 L 512.00,224.00 L 430.08,224.00 z" />
<glyph unicode="&#xe019;" d="M 440.038,373.734c-42.803,39.296-112.205,39.296-155.008,0.00L 256.00,347.059L 226.944,373.734c-42.803,39.296-112.179,39.296-154.982,0.00
c-48.154-44.186-48.154-115.814,0.00-160.026L 256.00,44.80l 184.038,168.909C 488.192,257.92, 488.192,329.549, 440.038,373.734z" />
<glyph unicode="&#xe01a;" d="M 440.038,373.76c-42.803,39.27-112.205,39.27-155.008,0.00L 256.00,347.085L 226.944,373.76c-42.803,39.27-112.179,39.27-154.982,0.00
c-48.154-44.211-48.154-115.814,0.00-160.026L 256.00,44.80l 184.038,168.934C 488.192,257.92, 488.192,329.549, 440.038,373.76z M 412.80,240.00L 256.00,93.722L 99.226,240.00
c-15.821,14.49-21.939,33.587-21.939,53.76c0.00,20.122, 3.533,36.659, 19.354,51.174C 110.592,357.76, 129.357,364.80, 149.427,364.80
c 20.096,0.00, 38.861-12.186, 52.813-25.011L 256.00,293.043L 309.76,339.789C 323.712,352.614, 342.451,364.80, 362.547,364.80s 38.861-7.04, 52.838-19.866
c 15.795-14.515, 19.302-31.053, 19.354-51.174C 434.739,273.613, 428.595,254.49, 412.80,240.00z" />
<glyph unicode="&#xe01b;" d="M 256.00,449.28L 317.133,277.197L 481.28,277.197L 347.341,176.128L 395.213-1.28L 256.00,105.062L 116.787-1.28L 164.659,176.128L 30.72,277.197L 194.867,277.197 z" />
<glyph unicode="&#xe01c;" d="M 481.28,277.197l-164.173,0.00 L 255.974,449.28L 194.867,277.197L 30.72,277.197 l 133.914-101.069l-47.872-177.408l 139.213,106.342l 139.213-106.342l-47.872,177.408L 481.28,277.197z
M 255.974,155.29l-77.107-64.026l 31.795,91.187l-72.986,58.88l 90.138-2.56l 28.134,103.424l 28.16-103.424l 90.138,2.56l-72.986-58.88l 31.821-91.187L 255.974,155.29z
" />
<glyph unicode="&#xe01d;" d="M 349.389,291.507c-3.379,9.088, 90.624,93.056, 35.789,161.075c-12.851,15.898-56.346-76.186-118.144-117.862C 232.96,311.731, 153.60,262.784, 153.60,235.725l0.00-175.13
C 153.60,28.058, 279.398-6.40, 375.014-6.40C 410.061-6.40, 460.80,213.12, 460.80,248.013C 460.80,283.008, 352.768,282.394, 349.389,291.507z M 128.00,289.075c-16.819,0.00-76.80-10.24-76.80-79.923
l0.00-124.109 c0.00-69.683, 59.981-77.338, 76.80-77.338s-25.60,14.643-25.60,57.83L 102.40,228.685 C 102.40,273.946, 144.819,289.075, 128.00,289.075z" />
<glyph unicode="&#xe01e;" d="M 162.637,156.467c 3.354-9.088-90.624-93.03-35.789-161.05c 12.851-15.923, 56.346,76.16, 118.144,117.862C 279.066,136.269, 358.40,185.242, 358.40,212.275
l0.00,175.104 C 358.40,419.942, 232.627,454.40, 137.011,454.40C 101.965,454.40, 51.20,234.88, 51.20,199.987C 51.20,164.992, 159.258,165.606, 162.637,156.467z M 384.00,158.925c 16.845,0.00, 76.80,10.214, 76.80,79.923
L 460.80,362.931 c0.00,69.683-59.955,77.363-76.80,77.363c-16.819,0.00, 25.60-14.669, 25.60-57.83l0.00-163.149 C 409.60,174.054, 367.181,158.925, 384.00,158.925z" />
<glyph unicode="&#xe01f;" d="M 148.48,167.68L 148.48,326.40 L 51.20,326.40 C 23.04,326.40,0.00,303.36,0.00,275.20l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 25.60,0.00 l0.00-76.80 l 76.80,76.80l 128.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20l0.00,46.592 c-1.638-0.358-3.379-0.538-5.12-0.538L 148.48,167.654
z M 460.80,454.40L 230.40,454.40 C 202.24,454.40, 179.20,431.36, 179.20,403.20l0.00-204.80 l 179.20,0.00 l 76.80-76.80l0.00,76.80 l 25.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,403.20 C 512.00,431.36, 488.96,454.40, 460.80,454.40z" />
<glyph unicode="&#xe020;" d="M 409.60,403.20L 102.40,403.20 C 74.24,403.20, 51.20,380.16, 51.20,352.00l0.00-179.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 102.40,0.00 l 102.40-76.80l0.00,76.80 l 102.40,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,352.00 C 460.80,380.16, 437.76,403.20, 409.60,403.20z" />
<glyph unicode="&#xe021;" d="M 125.85,382.643c-41.216,0.00-74.65-34.381-74.65-76.80s 33.434-76.80, 74.65-76.80c 74.624,0.00, 24.883-148.48-74.65-148.48l0.00-35.814
C 228.813,44.749, 298.419,382.643, 125.85,382.643z M 340.864,382.643c-41.216,0.00-74.65-34.381-74.65-76.80s 33.434-76.80, 74.65-76.80c 74.624,0.00, 24.883-148.48-74.65-148.48
l0.00-35.814 C 443.853,44.749, 513.459,382.643, 340.864,382.643z" />
<glyph unicode="&#xe022;" d="M 480.512,216.32l-205.414,205.594c-10.496,10.906-27.674,10.906-38.17,0.00L 31.488,216.32c-10.522-10.88-6.605-19.814, 8.704-19.814l 42.829,0.00 l0.00-157.901
c0.00-11.392, 0.486-20.71, 21.094-20.71l 99.712,0.00 l0.00,158.413 l 104.32,0.00 l0.00-158.413 l 104.678,0.00 c 15.718,0.00, 16.154,9.293, 16.154,20.71l0.00,157.901 l 42.803,0.00
C 487.066,196.506, 491.008,205.414, 480.512,216.32z" />
<glyph unicode="&#xe023;" d="M 409.60,428.80L 204.288,428.80 C 176.128,428.80, 153.60,406.272, 153.60,378.112L 153.60,172.80 c0.00-28.16, 23.04-51.20, 51.20-51.20l 204.80,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 409.60,172.80L 204.80,172.80 L 204.80,377.60 l 204.80,0.00 L 409.60,172.80 z M 102.40,224.00L 51.20,224.00 l0.00-153.60
c0.00-28.16, 23.04-51.20, 51.20-51.20l 153.60,0.00 l0.00,51.20 L 102.40,70.40 L 102.40,224.00 z" />
<glyph unicode="&#xe024;" d="M 449.152,84.019l-96.742,96.742c 14.592,23.987, 22.989,52.096, 22.989,82.227c0.00,87.45-75.802,163.251-163.277,163.251
C 124.672,426.24, 53.76,355.328, 53.76,267.878c0.00-87.475, 75.776-163.277, 163.251-163.277c 29.082,0.00, 56.32,7.885, 79.744,21.581l 97.254-97.28
c 9.549-9.523, 24.96-9.523, 34.458,0.00l 24.141,24.115C 462.106,62.541, 458.65,74.522, 449.152,84.019z M 102.502,267.878
c0.00,60.544, 49.075,109.645, 109.619,109.645c 60.57,0.00, 114.534-53.965, 114.534-114.534s-49.075-109.645-109.645-109.645S 102.502,207.309, 102.502,267.878z" />
<glyph unicode="&#xe025;" d="M 438.144,406.17c-42.906,42.88-96.742,58.573-113.894,41.421L 255.232,378.547C 244.762,368.077, 235.622,333.03, 239.821,297.574l-208.922-208.947
c-12.39-12.365-2.355-42.496, 22.426-67.277c 24.781-24.806, 54.938-34.816, 67.302-22.451l 208.922,208.922c 35.482-4.198, 70.528,4.941, 80.973,15.411
l 69.043,69.043C 496.717,309.427, 481.024,363.264, 438.144,406.17z M 208.41,197.376C 198.861,206.899, 201.984,225.459, 215.296,238.797s 31.872,16.435, 41.421,6.912
c 9.498-9.523, 6.426-28.083-6.912-41.421C 236.467,190.95, 217.933,187.853, 208.41,197.376z M 381.21,349.21c-33.229,33.229-41.574,77.056-38.63,80.026
c 2.97,2.97, 45.082-7.117, 78.336-40.346c 33.229-33.229, 43.187-75.443, 40.32-78.31S 414.413,315.981, 381.21,349.21z" />
<glyph unicode="&#xe026;" d="M 38.40,300.749l 435.20,0.00 c 14.592,0.00, 12.211,15.565, 4.941,18.099C 471.27,321.382, 390.40,351.949, 376.32,351.949l-23.04,0.00 l0.00,76.80 L 158.72,428.749 l0.00-76.80 L 135.68,351.949
c-14.08,0.00-94.95-30.566-102.221-33.101C 26.189,316.314, 23.782,300.749, 38.40,300.749z M 478.72,272.589L 33.28,272.589 c-14.08,0.00-28.16-16.64-28.16-30.72l0.00-89.60
c0.00-14.08, 14.08-30.72, 28.16-30.72l 50.739,0.00 l-22.579-128.00l 389.12,0.00 l-22.579,128.00L 478.72,121.549 c 14.08,0.00, 28.16,16.64, 28.16,30.72l0.00,89.60 C 506.88,255.949, 492.80,272.589, 478.72,272.589z
M 112.64,44.749l 35.84,166.40l 215.04,0.00 l 35.814-166.40L 112.64,44.749 z" />
<glyph unicode="&#xe027;" d="M 375.04,262.067c-58.368,125.619-88.704,173.338-184.09,171.341c-33.971-0.691-25.805,24.602-51.712,15.002
C 113.357,438.835, 135.578,424.781, 109.082,403.046c-74.291-60.979-67.456-117.402-32.998-251.904c 14.541-56.627-34.995-59.418-15.411-114.33
c 14.31-40.013, 119.782-56.806, 231.066-15.488c 111.283,41.267, 181.504,123.213, 167.194,163.277C 439.347,239.488, 399.642,209.178, 375.04,262.067z M 279.654,55.142
c-99.354-36.864-181.043-15.181-184.499-5.555c-5.939,16.614, 32.077,72.09, 145.69,114.253c 113.613,42.163, 177.024,26.522, 183.654,7.962
C 428.416,160.845, 379.059,92.032, 279.654,55.142z M 247.731,144.589c-51.968-19.277-88.064-41.318-111.437-61.184
c 16.461-14.95, 47.258-18.586, 77.978-7.194c 39.091,14.515, 63.104,47.821, 53.606,74.368c-0.102,0.333-0.282,0.614-0.41,0.922
C 261.069,149.427, 254.49,147.123, 247.731,144.589z" />
<glyph unicode="&#xe028;" d="M 201.19,103.834l-20.736-20.582c-17.971-17.792-47.181-17.818-65.126,0.00c-8.627,8.576-13.363,19.917-13.363,32.026
s 4.762,23.475, 13.363,32.051l 76.288,75.699c 15.795,15.693, 45.542,38.758, 67.226,17.254c 9.958-9.882, 26.035-9.805, 35.891,0.128
c 9.882,9.933, 9.83,26.01-0.128,35.891c-36.838,36.557-91.315,29.798-138.752-17.254l-76.288-75.699C 61.286,165.171, 51.20,141.005, 51.20,115.277
c0.00-25.702, 10.086-49.869, 28.39-68.045C 98.432,28.518, 123.162,19.20, 147.891,19.20s 49.51,9.318, 68.352,28.032l 20.736,20.608
c 9.958,9.882, 10.01,25.958, 0.128,35.866C 227.226,113.638, 211.149,113.69, 201.19,103.834z M 432.41,397.85
c-39.578,39.27-94.899,41.395-131.558,5.043l-25.83-25.626c-9.958-9.882-10.035-25.933-0.154-35.891c 9.907-9.958, 25.958-10.01, 35.891-0.128
l 25.83,25.626c 18.97,18.842, 43.827,11.034, 60.058-5.043c 8.627-8.55, 13.363-19.942, 13.363-32.026c0.00-12.109-4.762-23.475-13.363-32.026
l-81.408-80.742c-37.197-36.915-54.682-19.61-62.131-12.211c-9.958,9.882-26.01,9.805-35.866-0.128c-9.882-9.958-9.83-26.035, 0.128-35.891
c 17.075-16.947, 36.608-25.344, 57.037-25.344c 25.037,0.00, 51.482,12.595, 76.621,37.555l 81.382,80.742C 450.714,279.91, 460.80,304.077, 460.80,329.779
S 450.714,379.674, 432.41,397.85z" />
<glyph unicode="&#xe029;" d="M 473.242,360.192C 181.197,243.277, 299.494,557.952, 72.986,392.294L 25.60,375.296L 119.45,6.40l 51.686,0.00 L 125.184,187.085
c 202.086,169.421, 120.269-184.602, 359.322,162.739C 490.061,357.888, 482.637,363.955, 473.242,360.192z" />
<glyph unicode="&#xe02a;" d="M 429.696,224.00c0.00,26.829, 16.512,48.00, 41.344,62.541c-4.506,14.95-10.394,29.312-17.69,42.803c-27.904-7.296-50.458,3.635-69.402,22.579
c-18.995,18.97-24.806,41.549-17.51,69.402c-13.491,7.296-27.802,13.261-42.803,17.715C 309.094,414.182, 282.803,397.67, 256.00,397.67
c-26.803,0.00-53.069,16.512-67.635,41.37C 173.363,434.586, 159.053,428.621, 145.562,421.35C 152.832,393.472, 147.046,370.893, 128.077,351.923
C 109.107,332.979, 86.528,322.048, 58.675,329.318C 51.379,315.853, 45.44,301.491, 40.96,286.541C 65.818,272.00, 82.33,250.829, 82.33,224.00
c0.00-26.803-16.512-53.094-41.37-67.661c 4.48-14.976, 10.419-29.312, 17.715-42.803c 27.878,7.296, 50.432,1.485, 69.402-17.485
c 18.97-18.97, 24.755-41.523, 17.485-69.402c 13.491-7.296, 27.827-13.261, 42.803-17.715c 14.566,24.883, 40.832,41.37, 67.635,41.37
c 26.803,0.00, 53.12-16.512, 67.661-41.37c 15.002,4.48, 29.312,10.419, 42.803,17.715c-7.296,27.878-1.51,50.432, 17.51,69.402
c 18.944,18.944, 41.498,29.875, 69.402,22.605c 7.296,13.491, 13.21,27.827, 17.69,42.803C 446.208,176.026, 429.696,197.197, 429.696,224.00z M 256.00,130.483
c-51.635,0.00-93.491,41.882-93.491,93.517S 204.365,317.517, 256.00,317.517c 51.661,0.00, 93.517-41.882, 93.517-93.517S 307.661,130.483, 256.00,130.483z" />
<glyph unicode="&#xe02b;" d="M 80.23,303.616C 104.141,322.176, 123.955,309.402, 150.40,278.784C 153.395,275.354, 157.389,279.373, 159.642,281.344c 2.253,1.997, 37.171,33.382, 38.861,34.842
C 200.218,317.696, 202.266,320.512, 199.552,323.661s-12.646,16.00-19.021,24.32c-46.285,60.544, 126.618,101.606, 100.045,102.246
c-13.491,0.358-67.738,0.973-75.827,0.128C 171.904,446.874, 130.662,416.179, 109.901,401.894c-27.136-18.662-37.299-29.491-38.963-31.002
c-7.68-6.733-1.229-22.195-15.155-34.406C 41.062,323.584, 31.898,333.338, 23.373,325.862c-4.25-3.738-16.051-12.57-19.456-15.565
C 0.538,307.328-0.077,302.285, 3.379,298.24c0.00,0.00, 32.333-35.738, 35.072-38.886C 41.165,256.205, 48.461,253.542, 52.992,257.536
c 4.531,3.968, 16.154,14.182, 18.125,15.923C 73.114,275.174, 69.837,295.552, 80.23,303.616z M 226.381,290.406c-3.072,3.558-6.861,3.635-10.163,0.717
L 179.482,259.098c-2.867-2.56-3.251-7.27-0.666-10.24l 212.326-241.613c 4.941-5.734, 13.542-6.323, 19.251-1.357l 24.858,20.787
c 5.658,4.966, 6.246,13.67, 1.306,19.379L 226.381,290.406z M 509.491,393.242c-1.894,12.646-8.448,9.984-11.853,4.608
c-3.354-5.35-18.458-28.186-24.653-38.502c-6.144-10.291-21.248-30.49-49.51-10.547c-29.389,20.787-19.149,35.302-14.054,45.056
c 5.146,9.805, 20.941,37.248, 23.245,40.704c 2.253,3.456-0.41,13.491-9.498,9.293c-9.139-4.224-64.589-26.266-72.294-57.856
c-7.859-32.179, 6.605-60.902-21.76-89.446l-34.355-35.84l 34.509-40.141l 42.342,40.218c 10.112,10.138, 31.642,19.994, 51.149,15.565
c 41.805-9.472, 64.589,6.246, 78.362,32.179C 513.459,331.75, 511.411,380.595, 509.491,393.242z M 70.144,43.494c-5.325-5.376-5.325-14.08,0.00-19.43
l 24.346-23.808c 5.325-5.35, 13.773-3.098, 19.098,2.253l 125.619,123.52L 200.704,169.882L 70.144,43.494z" />
<glyph unicode="&#xe02c;" d="M 286.234,112.538c0.00,37.146, 28.16,57.677, 74.086,88.09C 416.512,237.875, 486.40,284.211, 486.40,394.138c0.00,9.907-8.09,17.92-18.099,17.92l-87.834,0.00
C 368.051,434.995, 331.11,459.52, 256.00,459.52c-75.085,0.00-112.051-24.525-124.442-47.462L 43.725,412.058 C 33.715,412.058, 25.60,404.045, 25.60,394.138
c0.00-109.926, 69.914-156.262, 126.106-193.485c 45.952-30.413, 74.112-50.944, 74.112-88.09l0.00-33.562 c-48.256-5.376-83.712-23.219-83.712-44.442
c0.00-25.446, 50.995-46.08, 113.894-46.08c 62.925,0.00, 113.92,20.634, 113.92,46.08c0.00,21.222-35.456,39.066-83.712,44.442L 286.208,112.538 z M 357.299,241.92
c 14.541,30.72, 26.035,72.371, 27.878,134.298l 64.23,0.00 C 443.29,307.123, 401.741,272.205, 357.299,241.92z M 256.00,428.134c 69.939,0.026, 97.28-28.57, 97.254-39.168
c0.00-10.675-27.264-39.245-97.254-39.296C 186.061,349.747, 158.771,378.291, 158.771,388.966C 158.746,399.565, 186.061,428.186, 256.00,428.134z M 62.618,376.218l 64.205,0.00
C 128.691,314.291, 140.186,272.64, 154.701,241.92C 110.259,272.205, 68.736,307.123, 62.618,376.218z" />
<glyph unicode="&#xe02d;" d="M 493.85,469.606c-2.765,8.064-11.494,12.314-19.482,9.523s-12.186-11.622-9.395-19.712c 23.552-68.352-23.194-119.398-58.803-146.714
l-14.413,20.838c-4.813,6.963-15.667,12.774-24.064,12.902l-80.768-0.384c-8.397,0.128-20.89-3.763-27.802-8.627l-237.978-168.653
c-11.52-8.166-14.362-24.243-6.272-35.917l 108.186-156.339c 8.064-11.674, 21.043-10.266, 32.563-2.125l 237.978,168.678
c 6.912,4.864, 14.771,15.462, 17.562,23.501l 25.293,80.538c 2.739,8.038, 1.075,20.326-3.738,27.29l-8.806,12.698
C 471.757,324.096, 521.421,389.555, 493.85,469.606z M 383.13,230.093c-18.458-13.082-43.878-8.525-56.806,10.138
c-12.902,18.662-8.422,44.39, 10.035,57.472c 14.643,10.394, 33.664,9.626, 47.36-0.461c-6.912-4.198-11.622-6.605-12.518-7.04
c-7.629-3.635-10.906-12.851-7.296-20.582c 2.611-5.606, 8.09-8.909, 13.85-8.909c 2.176,0.00, 4.403,0.486, 6.502,1.485
c 4.89,2.33, 10.189,5.171, 15.693,8.474C 402.406,255.488, 396.416,239.514, 383.13,230.093z" />
<glyph unicode="&#xe02e;" d="M 256.00,275.20c-42.394,0.00-76.80-34.406-76.80-76.80c0.00-42.419, 34.406-76.80, 76.80-76.80c 42.419,0.00, 76.80,34.381, 76.80,76.80C 332.80,240.794, 298.419,275.20, 256.00,275.20z M 460.80,352.00l-61.414,0.00
c-8.448,0.00-17.562,6.554-20.224,14.566l-15.872,47.642C 360.576,422.246, 351.488,428.80, 343.04,428.80L 168.96,428.80 C 160.512,428.80, 151.398,422.246, 148.762,414.234L 132.838,366.566
C 130.176,358.554, 121.088,352.00, 112.64,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-230.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 256.00,70.40
c-70.707,0.00-128.00,57.293-128.00,128.00c0.00,70.682, 57.293,128.00, 128.00,128.00c 70.682,0.00, 128.00-57.318, 128.00-128.00C 384.00,127.693, 326.682,70.40, 256.00,70.40z M 442.88,265.011
c-9.882,0.00-17.894,8.013-17.894,17.92s 8.013,17.92, 17.894,17.92c 9.907,0.00, 17.92-8.013, 17.92-17.92S 452.787,265.011, 442.88,265.011z" />
<glyph unicode="&#xe02f;" d="M 440.909,300.058c-40.525,94.336-105.779,166.17-138.778,152.73c-56.038-22.784, 33.408-132.198-241.818-244.07
c-23.782-9.651-29.798-48.333-19.84-71.45c 9.933-23.117, 42.445-46.131, 66.227-36.48c 4.096,1.664, 19.226,6.528, 19.226,6.528
c 16.973-22.784, 34.739-9.267, 41.062-23.757c 7.578-17.408, 24.038-55.219, 29.619-68.07c 5.632-12.851, 18.33-24.781, 27.546-21.274
c 9.165,3.507, 40.474,15.437, 52.454,19.968s 14.848,15.232, 11.187,23.654c-3.942,9.062-20.122,11.725-24.73,22.323
c-4.634,10.598-19.712,44.518-24.038,55.219c-5.888,14.541, 6.63,26.368, 24.832,28.262c 125.286,13.056, 148.71-64.333, 191.36-46.976
C 488.141,110.131, 481.434,205.722, 440.909,300.058z M 426.803,147.046c-7.322-2.97-56.627,35.891-88.141,109.235
c-31.488,73.318-27.52,140.339-20.224,143.309c 7.322,2.995, 55.424-43.93, 86.938-117.248C 436.838,209.05, 434.125,150.016, 426.803,147.046z" />
<glyph unicode="&#xe030;" d="M 314.112,165.888C 241.485,93.286, 131.482,80.947, 46.08,128.768c 9.856-17.562, 22.17-34.099, 37.12-49.05c 87.552-87.552, 229.504-87.552, 317.056,0.00
c 87.552,87.578, 87.552,229.53,0.00,317.082c-14.95,14.95-31.462,27.264-49.05,37.12C 399.053,348.518, 386.688,238.515, 314.112,165.888z" />
<glyph unicode="&#xe031;" d="M 444.211,363.136c-79.462,52.838-168.678,71.091-274.483,40.781c-82.586-23.68-158.285-117.606-164.147-198.042
c-6.938-95.104, 67.149-176.538, 197.581-176.41c 140.646,0.154, 193.28,67.686, 194.458,88.192c 1.152,20.531-54.886,58.47-18.816,97.485
c 45.184,48.87, 85.402,7.219, 109.773,13.107C 512.947,234.086, 525.286,309.171, 444.211,363.136z M 281.037,124.595c-21.274,0.00-38.528,17.203-38.528,38.40
c0.00,21.222, 17.254,38.40, 38.528,38.40s 38.502-17.178, 38.502-38.40C 319.514,141.798, 302.31,124.595, 281.037,124.595z" />
<glyph unicode="&#xe032;" d="M 136.192,374.938C 38.349,318.157, 43.981,225.69, 47.36,191.488c 126.387,149.683, 315.418,142.413, 315.418,142.413S 94.797,242.022, 16.077,57.702
c-6.195-14.592, 29.184-33.51, 37.248-16.307c 24.09,51.251, 57.677,89.702, 57.677,89.702c 49.562-18.458, 135.245-40.038, 196.019,2.688
c 80.666,56.806, 72.422,182.682, 187.622,243.968C 521.549,392.09, 268.851,451.917, 136.192,374.938z" />
<glyph unicode="&#xe033;" d="M 302.054,449.306l-41.062,0.00 l0.00-334.643 c-22.707,8.755-52.096,8.883-81.075-1.664c-51.917-18.893-82.867-64.87-69.12-102.656
c 13.773-37.811, 67.021-53.12, 118.938-34.227c 44.109,16.051, 72.96,51.635, 72.243,85.12l 0.077,273.664c 71.603-11.264, 76.493-101.811, 67.917-127.206
c-3.277-9.626, 2.483-16.819, 13.312,0.00C 460.467,327.834, 302.054,380.80, 302.054,449.306z" />
<glyph unicode="&#xe034;" d="M 156.416,410.138l0.00-303.795c-16.538,3.456-35.789,2.15-54.886-4.915c-42.931-15.949-58.086-54.784-46.694-86.682
c 11.366-31.923, 44.979-44.826, 87.91-28.877c 36.454,13.542, 60.339,43.546, 59.725,71.859c0.00,0.00,0.00,161.101,0.00,250.957l 181.786,41.651l0.00-192.768
c-16.538,3.456-35.789,2.15-54.886-4.915c-42.957-15.949-58.112-54.784-46.72-86.682c 11.392-31.923, 44.979-44.826, 87.936-28.877
c 36.48,13.542, 60.314,43.546, 59.75,71.859L 430.336,468.992 L 156.416,410.138z" />
<glyph unicode="&#xe035;" d="M 478.464,163.942l-44.211,39.424c-12.80,11.418-12.80,30.054,0.00,41.472l 44.211,39.398c 12.80,11.418, 9.37,22.042-7.603,23.654l-58.598,5.555
c-16.973,1.613-26.112,16.205-20.275,32.435l 31.104,86.579c 5.837,16.23-1.306,22.144-15.846,13.133l-69.146-42.752
c-14.541-9.011-33.331-4.096-41.754,10.931l-25.062,44.698c-8.397,15.027-22.323,15.104-30.899,0.179L 217.114,418.15
C 208.538,403.226, 188.826,396.851, 173.312,403.994l-40.96,18.816C 116.813,429.926, 104.883,421.683, 105.805,404.429L 108.032,363.085
c 0.922-17.229-11.802-34.995-28.262-39.424L 40.218,313.037C 23.757,308.582, 20.736,295.629, 33.536,284.211l 44.211-39.398c 12.80-11.392, 12.80-30.054,0.00-41.446
L 33.536,163.994c-12.80-11.443-9.421-22.451, 7.501-24.499l 53.632-6.502c 16.922-2.099, 26.368-17.203, 20.966-33.562l-27.52-83.405
c-5.402-16.41, 2.304-22.81, 17.101-14.208l 63.053,36.454c 14.822,8.602, 34.714,3.84, 44.237-10.445l 26.189-39.347
c 9.498-14.362, 23.808-13.542, 31.718,1.741l 23.014,44.339c 7.962,15.309, 26.957,21.555, 42.214,13.901l 44.39-22.195
c 15.309-7.654, 27.059,0.205, 26.138,17.459l-2.227,41.344c-0.922,17.254, 11.802,34.995, 28.262,39.45l 39.526,10.598
C 488.243,139.597, 491.264,152.55, 478.464,163.942z M 281.60,116.608L 230.40,116.608 l0.00,53.76 l 51.20,0.00 L 281.60,116.608 z M 281.60,198.502L 230.40,198.502 l0.00,133.12 l 51.20,0.00 L 281.60,198.502 z" />
<glyph unicode="&#xe036;" d="M 84.531,166.707c 11.878-48.154, 26.982-69.146, 77.363-91.187C 212.301,53.504, 236.237,29.44, 256.00,29.44s 42.163,21.043, 92.57,43.11
c 50.406,21.99, 36.966,28.749, 48.845,76.851L 256.00,80.64L 84.531,166.707z M 499.482,292.198l-213.12,119.347c-16.691,9.344-44.006,9.344-60.698,0.00
L 12.518,292.198c-16.691-9.344-16.691-24.653,0.00-33.997l 213.12-119.347c 16.691-9.344, 44.006-9.344, 60.698,0.00l 137.779,77.158l-149.402,34.995
C 268.979,249.574, 262.656,248.781, 256.00,248.781c-26.906,0.00-48.717,12.979-48.717,28.979S 229.094,306.765, 256.00,306.765c 20.89,0.00, 38.682-7.859, 45.594-18.842
l 158.234-51.917l 39.654,22.195C 516.173,267.546, 516.173,282.854, 499.482,292.198z M 434.355,65.997c-1.613-9.805, 32.845-26.01, 36.122,2.79
c 14.822,129.818-10.65,167.194-10.65,167.194l-35.712-19.994C 424.115,216.013, 454.40,187.187, 434.355,65.997z" />
<glyph unicode="&#xe037;" d="M 426.189,348.339L 195.84,467.098C 164.275,483.712, 102.067,451.61, 84.198,423.347C 76.237,410.701, 76.80,401.587, 76.80,396.416l 2.842-268.16
c 0.179-5.709, 7.373-13.363, 13.491-17.152c 12.774-7.834, 206.336-128.64, 211.789-132.07c 2.944-1.843, 6.451-2.688, 9.882-2.688
c 2.918,0.00, 5.862,0.64, 8.525,1.971C 329.165-18.816, 332.80-13.286, 332.80-7.219L 332.80,274.406 c0.00,5.862-3.43,11.264-9.011,14.208L 114.432,405.504
C 116.787,410.112, 126.106,419.84, 143.232,428.80C 161.28,438.272, 174.771,434.688, 177.869,433.485c0.00,0.00, 200.96-107.546, 207.104-110.746c 6.118-3.20, 6.246-3.686, 6.246-9.139
c0.00-5.478,0.00-267.264,0.00-267.264c0.00-13.338, 13.517-18.79, 23.475-18.79c 9.907,0.00, 20.506,9.728, 20.506,18.79L 435.20,334.131
C 435.20,339.994, 431.744,345.421, 426.189,348.339z" />
<glyph unicode="&#xe038;" d="M 409.60,454.40L 102.40,454.40 C 74.24,454.40, 51.20,431.36, 51.20,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 460.80,403.20 C 460.80,431.36, 437.786,454.40, 409.60,454.40z M 409.60,44.80L 102.40,44.80 L 102.40,403.20 l 307.20,0.00 L 409.60,44.80 z M 281.60,172.80L 153.60,172.80 l0.00-25.60 l 128.00,0.00
L 281.60,172.80 z M 358.40,275.20l-102.40,0.00 l0.00-25.60 l 102.40,0.00 L 358.40,275.20 z M 256.00,300.80l 102.40,0.00 L 358.40,352.00 l-102.40,0.00 L 256.00,300.80 z M 230.40,352.00L 153.60,352.00 l0.00-102.40 l 76.80,0.00 L 230.40,352.00 z M 204.80,224.00L 153.60,224.00 l0.00-25.60 l 51.20,0.00 L 204.80,224.00 z M 230.40,198.40l 128.00,0.00 l0.00,25.60 L 230.40,224.00 L 230.40,198.40 z M 358.40,121.60L 153.60,121.60 l0.00-25.60 l 204.80,0.00 L 358.40,121.60 z M 307.20,147.20l 51.20,0.00 l0.00,25.60 l-51.20,0.00 L 307.20,147.20 z" />
<glyph unicode="&#xe039;" d="M 463.923,386.125c-7.578,6.554-48.794,37.76-56.499,44.39S 387.686,439.04, 379.187,439.04L 132.813,439.04 c-8.474,0.00-20.531-1.869-28.211-8.525
c-7.706-6.656-48.922-37.862-56.499-44.39S 34.202,369.715, 36.224,355.635c 2.022-14.08, 49.587-332.109, 49.587-332.109
C 88.474,15.514, 97.587,8.96, 106.086,8.96l 299.853,0.00 c 8.499,0.00, 17.613,6.579, 20.275,14.566c0.00,0.00, 47.539,318.029, 49.587,332.109
C 477.798,369.715, 471.501,379.571, 463.923,386.125z M 256.00,163.379c-83.149,0.00-100.941,117.683-104.627,141.926L 198.40,305.306 c 7.091-35.379, 23.194-95.846, 57.60-95.846
s 50.534,60.467, 57.626,95.846l 47.002,0.00 C 356.941,281.062, 339.149,163.379, 256.00,163.379z M 75.853,352.00l 56.474,58.88l 247.347,0.00 L 436.147,352.00L 75.853,352.00 z" />
<glyph unicode="&#xe03a;" d="M 136.96-28.928l 51.20,0.00 l 114.893,204.826L 435.20,175.898 c0.00,0.00, 76.80,0.00, 76.80,35.814c0.00,35.84-76.80,35.84-76.80,35.84l-132.147,0.00 l-114.893,204.80l-51.20,0.00 l 63.693-204.80L 108.826,247.552 L 51.20,298.778L0.00,298.778 l 40.986-87.04
L0.00,124.672l 51.20,0.00 l 57.626,51.226l 91.827,0.00 L 136.96-28.928z" />
<glyph unicode="&#xe03b;" d="M 252.851,459.494c-130.048-1.741-234.086-108.57-232.346-238.643c 1.741-130.099, 108.595-234.086, 238.643-232.371
c 130.074,1.741, 234.112,108.595, 232.346,238.643C 489.754,357.222, 382.899,461.235, 252.851,459.494z M 253.286,428.80c 35.072,0.486, 68.198-7.936, 97.28-23.066
l-31.693-52.838C 299.878,362.138, 278.554,367.36, 256.00,367.36c-22.528,0.00-43.853-5.222-62.848-14.49L 161.485,405.683C 188.979,420.019, 220.16,428.339, 253.286,428.80z
M 127.13,161.152l-52.787-31.642c-14.336,27.469-22.656,58.65-23.091,91.75c-0.486,35.098, 7.936,68.224, 23.066,97.28l 52.813-31.718
C 117.862,267.853, 112.64,246.554, 112.64,224.00C 112.64,201.472, 117.862,180.147, 127.13,161.152z M 258.739,19.226c-35.072-0.486-68.224,7.936-97.28,23.066l 31.693,52.838
C 212.147,85.862, 233.472,80.64, 256.00,80.64c 22.554,0.00, 43.878,5.197, 62.848,14.464l 31.667-52.787C 323.021,28.006, 291.866,19.686, 258.739,19.226z
M 256.00,111.386c-62.208,0.00-112.614,50.432-112.614,112.614c0.00,62.208, 50.432,112.64, 112.614,112.64c 62.234,0.00, 112.64-50.432, 112.64-112.64
C 368.64,161.792, 318.234,111.386, 256.00,111.386z M 384.87,161.152c 9.267,18.995, 14.49,40.32, 14.49,62.848c0.00,22.554-5.222,43.853-14.49,62.848
l 52.787,31.693c 14.336-27.494, 22.682-58.65, 23.117-91.776c 0.461-35.098-7.962-68.224-23.091-97.28L 384.87,161.152z" />
<glyph unicode="&#xe03c;" d="M 256.00,367.36C 88.038,367.36,0.00,243.635,0.00,224.00s 88.038-143.36, 256.00-143.36s 256.00,123.725, 256.00,143.36S 423.962,367.36, 256.00,367.36z M 256.00,113.715
c-62.822,0.00-113.766,49.382-113.766,110.285S 193.178,334.285, 256.00,334.285c 62.848,0.00, 113.792-49.382, 113.792-110.285S 318.848,113.715, 256.00,113.715z M 256.00,224.00
c-10.394,11.418, 16.998,55.117,0.00,55.117c-31.411,0.00-56.883-24.678-56.883-55.117S 224.589,168.858, 256.00,168.858c 31.437,0.00, 56.909,24.704, 56.909,55.142
C 312.909,237.978, 264.883,214.272, 256.00,224.00z" />
<glyph unicode="&#xe03d;" d="M 256.00,459.52c-130.074,0.00-235.52-105.472-235.52-235.52c0.00-130.074, 105.446-235.52, 235.52-235.52s 235.52,105.446, 235.52,235.52C 491.52,354.074, 386.074,459.52, 256.00,459.52z M 256.00,39.68
c-101.811,0.00-184.32,82.534-184.32,184.32S 154.189,408.32, 256.00,408.32s 184.32-82.534, 184.32-184.32S 357.811,39.68, 256.00,39.68zM 273.92,357.12L 238.08,357.12L 238.08,216.576L 325.248,129.408L 350.592,154.752L 273.92,231.424 z" />
<glyph unicode="&#xe03e;" d="M 409.60,294.579l-15.36,0.00 c-5.658,0.00-10.24-4.608-10.24-10.24L 384.00,213.76 c0.00-34.227-26.957-92.16-128.00-92.16s-128.00,57.933-128.00,92.16L 128.00,284.339 c0.00,5.632-4.634,10.24-10.24,10.24L 102.40,294.579
c-5.632,0.00-10.24-4.608-10.24-10.24L 92.16,213.76 c0.00-57.267, 42.086-118.528, 138.24-126.976L 230.40,19.20 L 163.814,19.20 C 158.208,19.20, 153.60,14.592, 153.60,8.96L 153.60-21.76 C 153.60-27.392, 158.208-32.00, 163.814-32.00l 184.32,0.00
c 5.658,0.00, 10.24,4.608, 10.24,10.24L 358.374,8.96 c0.00,5.658-4.608,10.24-10.24,10.24L 281.60,19.20 l0.00,67.584 c 96.179,8.448, 138.24,69.734, 138.24,126.976L 419.84,284.339
C 419.84,289.971, 415.232,294.579, 409.60,294.579zM 256.00,172.80c 60.083,0.00, 76.80,24.678, 76.80,40.96L 332.80,294.579 L 179.20,294.579 L 179.20,213.76 C 179.20,197.478, 195.917,172.80, 256.00,172.80zM 332.80,439.04C 332.80,455.347, 316.083,480.00, 256.00,480.00S 179.20,455.347, 179.20,439.04l0.00-108.621 l 153.60,0.00 L 332.80,439.04 z" />
<glyph unicode="&#xe03f;" d="M 435.20,403.20l-23.04,0.00 l0.00-51.20 L 330.24,352.00 L 330.24,403.20 L 181.76,403.20 l0.00-51.20 L 99.84,352.00 L 99.84,403.20 L 76.80,403.20 C 48.64,403.20, 25.60,380.16, 25.60,352.00l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 358.40,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 486.40,352.00 C 486.40,380.16, 463.36,403.20, 435.20,403.20z M 435.20,44.80L 76.80,44.80
L 76.80,249.60 l 358.40,0.00 L 435.20,44.80 z M 158.72,454.40L 122.88,454.40 l0.00-87.04 l 35.84,0.00 L 158.72,454.40 z M 389.12,454.40l-35.84,0.00 l0.00-87.04 l 35.84,0.00 L 389.12,454.40 z" />
<glyph unicode="&#xe040;" d="M 174.157-6.374c-4.941,3.251, 80.742,183.296, 77.773,191.206c-2.944,7.91-93.798,36.787-98.253,50.688
c-4.429,13.901, 179.405,222.874, 184.218,218.829c 4.813-4.019-80.102-185.293-77.773-191.181s 95.462-35.994, 98.253-50.662
C 361.165,197.786, 179.098-9.60, 174.157-6.374z" />
<glyph unicode="&#xe041;" d="M 389.453,284.442c-7.04,0.00-13.978-0.614-20.71-1.741c-16.794,54.912-68.813,94.925-130.458,94.925c-75.213,0.00-136.166-59.597-136.166-133.12
c0.00-6.554, 0.512-13.005, 1.459-19.328C 99.968,225.587, 96.333,225.869, 92.595,225.869C 41.472,225.869,0.00,185.318,0.00,135.347c0.00-49.997, 41.472-90.522, 92.595-90.522
l 296.858,0.00 c 67.712,0.00, 122.547,53.658, 122.547,119.808C 512.00,230.784, 457.139,284.442, 389.453,284.442z M 291.123,174.08c-12.672-18.022-66.944-73.958-69.248-76.314
c-2.662-3.277-10.01-8.781-16.973-4.25c-1.997,1.306-4.403,3.917-4.403,9.062c0.00,4.941, 2.253,9.984, 2.534,10.547l 26.445,58.522
c-4.966,1.971-13.491,5.427-20.122,8.32L 207.59,180.736c-6.707,2.816-15.053,6.374-15.053,15.565c0.00,4.378, 2.099,9.498, 6.374,15.59
c 12.672,18.022, 66.944,73.933, 69.248,76.314c 2.662,3.277, 9.984,8.781, 16.973,4.275c 1.997-1.306, 4.403-3.917, 4.403-9.062
c0.00-4.941-2.253-9.984-2.534-10.547l-26.445-58.522c 4.966-1.997, 13.491-5.453, 20.122-8.32l 1.741-0.742c 6.707-2.842, 15.053-6.40, 15.053-15.59
C 297.498,185.267, 295.398,180.173, 291.123,174.08z" />
<glyph unicode="&#xe042;" d="M 261.197,465.638c-0.666,5.478-9.728,5.478-10.394,0.00C 228.198,283.674, 112.64,246.17, 112.64,119.706c0.00-78.106, 65.613-141.44, 143.36-141.44
c 77.747,0.00, 143.36,63.36, 143.36,141.44C 399.36,246.17, 283.802,283.674, 261.197,465.638z M 239.386,264.499c-1.536-5.606-3.149-11.392-4.813-17.331
c-10.266-36.454-21.914-77.798-21.914-125.594c0.00-25.907-15.309-35.098-29.619-35.098c-16.333,0.00-29.594,13.338-29.594,29.85
c0.00,56.499, 27.213,93.389, 51.226,125.952c 7.526,10.189, 14.618,19.814, 20.403,29.44c 2.637,4.378, 9.754,4.198, 12.979-0.154
C 239.514,269.466, 240.026,266.906, 239.386,264.499z" />
<glyph unicode="&#xe043;" d="M 256.00,459.52c-130.074,0.00-235.52-105.446-235.52-235.52s 105.446-235.52, 235.52-235.52s 235.52,105.446, 235.52,235.52S 386.074,459.52, 256.00,459.52z M 256.00,147.20c-42.419,0.00-76.80,34.406-76.80,76.80
c0.00,42.419, 34.381,76.80, 76.80,76.80c 42.394,0.00, 76.80-34.406, 76.80-76.80C 332.80,181.606, 298.394,147.20, 256.00,147.20z" />
<glyph unicode="&#xe044;" d="M 232.96,198.349L 279.04,198.349 l0.00-51.20 L 512.00,147.149 c0.00,0.00-3.789,114.125-5.12,149.862c-1.254,33.946-13.389,54.938-51.20,54.938l-82.125,0.00
c-12.723,23.987-26.419,49.792-30.618,57.728c-8.474,15.974-11.366,19.072-30.208,19.072L 199.27,428.749 c-18.842,0.00-21.734-3.098-30.208-19.072
C 164.864,401.741, 151.168,375.936, 138.445,351.949L 56.32,351.949 c-37.811,0.00-49.792-20.992-51.20-54.938S0.00,147.149,0.00,147.149l 232.96,0.00 L 232.96,198.349 z M 195.84,379.725
c 5.862,11.059, 7.885,13.21, 20.89,13.21l 78.515,0.00 c 13.056,0.00, 15.053-2.15, 20.89-13.21c 2.202-4.147, 8.141-15.36, 14.746-27.75L 181.12,351.974
C 187.699,364.339, 193.638,375.552, 195.84,379.725z M 279.04,70.349L 232.96,70.349 l0.00,51.20 L 12.80,121.549 c0.00,0.00, 3.20-46.029, 5.12-85.043c 0.794-16.205, 5.555-42.957, 46.054-42.957
l 384.051,0.00 c 40.499,0.00, 45.158,26.778, 46.054,42.957c 2.227,40.115, 5.12,85.043, 5.12,85.043l-220.16,0.00 L 279.04,70.349 z" />
<glyph unicode="&#xe045;" d="M 67.686,317.261c 44.723,38.40, 80.077,68.787, 175.923,14.592c 46.054-26.035, 83.20-35.814, 114.125-35.814c 54.144,0.00, 89.216,30.131, 119.552,56.166
c 10.829,9.293, 12.237,25.805, 3.123,36.838s-25.242,12.467-36.07,3.174c-44.723-38.426-80.051-68.787-175.949-14.592
C 141.722,449.178, 82.381,398.208, 34.714,357.248C 23.91,347.955, 22.502,331.469, 31.59,320.435S 56.858,307.942, 67.686,317.261z M 444.314,261.478
c-44.723-38.40-80.051-68.787-175.949-14.592C 141.722,318.438, 82.381,267.469, 34.714,226.534c-10.829-9.293-12.237-25.805-3.123-36.838
s 25.242-12.467, 36.07-3.174c 44.723,38.426, 80.077,68.787, 175.923,14.618c 46.054-26.035, 83.20-35.84, 114.125-35.84c 54.144,0.00, 89.216,30.131, 119.552,56.192
c 10.829,9.293, 12.237,25.779, 3.123,36.813C 471.296,269.363, 455.142,270.771, 444.314,261.478z M 444.314,130.739c-44.723-38.40-80.051-68.787-175.949-14.592
c-126.643,71.552-186.01,20.608-233.651-20.352c-10.829-9.293-12.237-25.805-3.123-36.838s 25.242-12.467, 36.07-3.174
C 112.41,94.208, 147.738,124.544, 243.61,70.40c 46.054-26.035, 83.20-35.84, 114.125-35.84c 54.144,0.00, 89.216,30.131, 119.552,56.192
c 10.829,9.267, 12.237,25.779, 3.123,36.813S 455.142,140.058, 444.314,130.739z" />
<glyph unicode="&#xe046;" d="M 399.36,362.803c0.00,54.784,0.00,60.134,0.00,60.134C 399.36,443.162, 335.181,480.00, 256.00,480.00S 112.64,443.162, 112.64,422.938c0.00,0.00,0.00-5.35,0.00-60.134
c0.00-54.784, 99.251-100.019, 99.251-138.803c0.00-38.81-99.251-84.019-99.251-138.829c0.00-54.784,0.00-60.134,0.00-60.134C 112.64,4.838, 176.819-32.00, 256.00-32.00
s 143.36,36.838, 143.36,57.062c0.00,0.00,0.00,5.35,0.00,60.134c0.00,54.81-99.226,100.019-99.226,138.829C 300.134,262.784, 399.36,308.045, 399.36,362.803z M 152.064,420.378
c 17.818,11.238, 51.226,27.725, 105.318,27.725c 54.118,0.00, 102.554-27.725, 102.554-27.725c 3.635-2.202, 17.869-9.83, 8.115-15.59
c-21.478-12.723-63.462-26.112-112.077-26.112S 166.81,393.446, 145.331,406.17C 135.578,411.955, 152.064,420.378, 152.064,420.378z M 268.826,224.00
c0.00-30.541, 25.498-50.202, 52.531-76.442c 19.738-19.174, 46.72-45.414, 46.72-62.387l0.00-33.997 c-24.806,12.365-99.098,24.474-99.098,64.102
c0.00,20.07-25.958,20.07-25.958,0.00c0.00-39.629-74.291-51.738-99.098-64.102l0.00,33.997 c0.00,16.947, 27.008,43.213, 46.746,62.387
C 217.677,173.798, 243.174,193.459, 243.174,224.00c0.00,30.541-25.498,50.202-52.506,76.442C 170.931,319.616, 143.923,345.882, 143.923,362.803l-1.203,25.60
C 168.986,374.272, 210.637,360.781, 256.00,360.781s 87.219,13.491, 113.485,27.622l-1.408-25.60c0.00-16.922-27.008-43.187-46.72-62.362
C 294.323,274.202, 268.826,254.541, 268.826,224.00z" />
<glyph unicode="&#xe047;" d="M 208.077,126.669c-17.664-30.618-5.786-55.808, 18.714-69.939s 52.275-11.878, 69.939,18.739c 17.664,30.592, 129.203,303.77, 119.501,309.376
C 406.554,390.451, 225.741,157.286, 208.077,126.669z M 256.00,321.229c 11.213,0.00, 22.144-0.973, 32.794-2.765c 11.213,14.029, 23.782,29.491, 35.994,44.211
C 302.976,368.998, 279.962,372.429, 256.00,372.429c-143.539,0.00-256.00-121.037-256.00-275.558c0.00-9.523, 0.435-19.021, 1.254-28.288
c 1.254-14.08, 13.824-24.448, 27.776-23.219c 14.08,1.28, 24.474,13.696, 23.219,27.776C 51.558,80.896, 51.20,88.883, 51.20,96.87
C 51.20,222.669, 141.184,321.229, 256.00,321.229z M 440.806,289.254c-7.142-19.20-14.694-38.758-21.35-55.68C 445.491,195.942, 460.80,148.762, 460.80,96.87
c0.00-8.115-0.358-16.282-1.075-24.192c-1.28-14.08, 9.088-26.522, 23.168-27.827c 0.794-0.077, 1.562-0.102, 2.355-0.102
c 13.082,0.00, 24.243,10.01, 25.446,23.27C 511.565,77.491, 512.00,87.194, 512.00,96.87C 512.00,172.416, 485.069,239.949, 440.806,289.254z" />
<glyph unicode="&#xe048;" d="M 505.677,201.446c-15.974,43.725-60.595,69.811-119.347,69.811c-2.278,0.00-4.506-0.077-6.707-0.179l-0.384,52.787
c0.00,0.00, 87.27,15.078, 90.214,15.59s 3.43,3.046, 2.816,5.888c-0.589,2.842-4.275,22.63-4.813,25.011c-0.717,3.328-2.637,3.251-5.299,2.79
s-83.226-11.827-83.226-11.827s-0.282,50.022-0.307,53.222c-0.026,3.20-1.792,4.07-4.966,4.019c-3.20-0.051-23.578-0.358-26.266-0.41
c-2.688-0.026-4.173-1.254-4.122-3.814c 0.051-2.56, 0.845-59.034, 0.845-59.034s-78.387-13.542-80.538-13.901s-4.352-1.382-3.84-3.661
c 0.486-2.278, 4.864-27.981, 5.325-30.003c 0.435-2.022, 1.818-3.251, 4.787-2.739s 74.88,12.928, 74.88,12.928l 0.896-51.661
c-27.571-7.245-46.106-21.094-57.754-33.357c-19.661-20.659-30.899-48.307-30.899-75.853c0.00-40.653, 24.832-64.742, 59.571-68.992
c 80.973-9.907, 131.046,78.31, 147.712,120.678c 28.109-38.528, 6.579-111.462-53.606-153.062c-1.075-0.794-2.483-3.302-0.819-5.299
s 13.824-16.947, 15.846-19.405c 2.022-2.406, 5.274-1.459, 6.554-0.538C 496.486,74.65, 525.926,145.946, 505.677,201.446z M 316.57,119.859
c-24.704,3.098-24.141,23.398-24.141,37.197c0.00,19.789, 8.371,40.448, 22.40,55.194c 8.602,9.037, 19.20,15.898, 31.462,20.454l 2.099-109.491
C 338.586,119.859, 327.987,118.451, 316.57,119.859z M 378.726,133.99l 1.152,105.19c 2.15,0.102, 4.275,0.256, 6.451,0.256
c 19.789,0.00, 38.272-3.712, 48.282-9.267C 444.621,224.614, 408.422,160.742, 378.726,133.99z M 149.581,330.291C 148.813,332.698, 146.97,333.978, 144.589,333.978
l-49.92,0.00 c-2.355,0.00-4.224-1.28-4.966-3.686C 79.181,297.037, 0.589,48.896, 0.205,47.642c-0.435-1.357-0.282-1.946, 1.587-1.946l 44.365,0.00
c 1.92,0.00, 2.534,0.589, 2.893,1.843c 0.41,1.306, 25.83,84.941, 25.83,84.941l 89.498,0.00 c0.00,0.00, 25.421-83.661, 25.805-84.941
c 0.41-1.254, 0.973-1.843, 2.918-1.843l 44.339,0.00 c 1.894,0.00, 2.048,0.589, 1.587,1.946C 238.694,48.896, 160.128,297.037, 149.581,330.291z M 82.611,168.55
l 37.043,134.40l 37.018-134.40L 82.611,168.55 z" />
<glyph unicode="&#xe049;" d="M 134.989,303.002c 5.146,0.00, 10.112-0.768, 14.771-2.227C 167.424,320.563, 187.008,338.586, 208.205,354.56C 207.334,358.272, 206.797,362.163, 206.797,366.182
c0.00,5.581, 0.922,10.906, 2.611,15.872C 185.677,399.104, 159.821,413.389, 132.378,424.448C 106.598,408.525, 84.147,387.763, 66.253,363.443
c 13.286-23.526, 29.107-45.466, 47.053-65.459C 119.885,301.184, 127.232,303.002, 134.989,303.002z M 84.89,252.902c0.00,7.014, 1.459,13.722, 4.07,19.789
C 72.909,290.355, 58.317,309.402, 45.542,329.728C 29.542,297.933, 20.48,262.016, 20.48,224.00c0.00-44.058, 12.134-85.248, 33.178-120.499
c 7.501,42.368, 21.786,82.432, 41.472,119.142C 88.73,231.04, 84.89,241.51, 84.89,252.902z M 256.896,416.307c 13.261,0.00, 25.242-5.171, 34.202-13.542
c 26.138,11.238, 53.683,19.866, 82.33,25.37C 338.842,448.051, 298.778,459.52, 256.00,459.52c-29.158,0.00-57.062-5.35-82.816-15.053
c 20.454-10.112, 39.962-21.862, 58.266-35.174C 238.925,413.722, 247.603,416.307, 256.896,416.307z M 331.853,180.275c 3.123,6.502, 7.552,12.237, 13.03,16.794
c-14.797,45.517-38.221,87.142-68.403,122.982c-6.016-2.56-12.621-3.968-19.584-3.968c-10.854,0.00-20.89,3.507-29.107,9.37
c-18.176-13.798-34.97-29.286-50.253-46.182C 182.298,271.616, 185.088,262.605, 185.088,252.902c0.00-5.248-0.794-10.266-2.278-15.027
C 226.765,208.512, 277.35,188.365, 331.853,180.275z M 396.851,112.614c 0.666-9.472, 1.05-19.046, 1.05-28.698c0.00-17.024-1.101-33.741-3.149-50.202
c 39.962,29.184, 70.349,70.579, 85.709,118.758c-18.176-4.403-36.813-7.552-55.834-9.37C 420.147,129.408, 409.958,118.298, 396.851,112.614z
M 320.102,146.611c-58.138,9.626-112.051,31.795-158.95,63.59c-7.629-4.685-16.538-7.424-26.138-7.424c-3.533,0.00-6.938,0.384-10.266,1.075
c-22.451-42.598-36.813-90.112-40.96-140.442c 22.426-24.038, 49.792-43.392, 80.538-56.397C 202.47,65.664, 255.821,114.227, 320.102,146.611z M 414.106,398.541
c-37.734-3.635-73.779-13.107-107.341-27.341c 0.205-1.638, 0.282-3.328, 0.282-5.018c0.00-7.91-1.869-15.36-5.146-21.99
c 33.536-39.373, 59.571-85.248, 76.032-135.45c 20.352-0.384, 37.786-12.851, 45.286-30.592c 22.682,2.304, 44.749,6.656, 66.022,12.902
C 490.701,201.805, 491.52,212.787, 491.52,224.00C 491.52,293.222, 461.645,355.482, 414.106,398.541z M 345.318,119.834c-60.032-28.109-110.182-71.398-146.534-124.314
C 217.088-9.062, 236.262-11.52, 256.00-11.52c 35.558,0.00, 69.197,7.91, 99.405,21.99c 4.838,23.731, 7.424,48.282, 7.424,73.446
c0.00,9.062-0.435,18.074-1.101,27.008C 355.686,112.845, 350.131,115.891, 345.318,119.834z" />
<glyph unicode="&#xe04a;" d="M 452.864,359.014c-12.851,76.237-82.432,127.155-155.366,113.69c-72.96-13.44-134.502-72.09-121.651-148.326C 178.637,307.968, 186.291,282.266, 195.379,263.834
l-132.48-197.709c-4.89-7.296-7.654-20.454-6.195-29.21l 8.525-50.458c 1.485-8.755, 9.549-14.643, 17.92-13.107l 38.81,7.142
c 8.397,1.562, 19.021,8.934, 23.654,16.41l 52.403,84.736l 0.461,0.538l 35.456,6.554l 61.158,99.277c 20.122-3.558, 48.947-2.355, 65.997,0.794
C 434.074,202.266, 465.741,282.778, 452.864,359.014z M 388.25,319.949c-20.07-29.926-40.525-8.832-69.197,12.16
c-28.646,20.966-54.656,33.869-34.586,63.795c 20.07,29.952, 59.546,37.248, 88.218,16.256C 401.357,391.194, 408.32,349.875, 388.25,319.949z" />
<glyph unicode="&#xe04b;" d="M 394.445,224.00c0.00,70.81, 32.691,110.592, 58.291,110.592c 9.318,0.00, 33.638,0.00, 33.638,0.00C 469.299,361.702, 455.168,377.60, 392.781,377.60L 136.576,377.60
C 40.986,377.60,0.00,289.51,0.00,224.00s 40.986-153.60, 136.576-153.60l 256.205,0.00 c 62.413,0.00, 76.518,15.898, 93.619,43.034c0.00,0.00-8.038,0.00-33.638,0.00S 394.445,153.216, 394.445,224.00z
M 324.813,178.074c-4.173-6.451-17.28-0.41-17.28-0.41l-75.699,34.202c0.00,0.00-6.758-17.126-11.981-29.184s-9.242-25.728-30.95-10.445
c-21.734,15.283-91.648,83.20-91.648,83.20s-8.858,7.245-4.429,14.08C 96.998,275.968, 110.106,269.926, 110.106,269.926l 75.699-34.202
c0.00,0.00, 6.758,17.101, 11.981,29.184C 203.008,276.941, 207.027,290.637, 228.736,275.354c 21.734-15.283, 91.674-83.226, 91.674-83.226S 329.216,184.909, 324.813,178.074z
M 483.20,277.069l-19.149,0.00 c-14.336,0.00-28.314-19.328-28.314-50.688s 14.003-50.662, 28.314-50.662l 19.149,0.00 c 14.31,0.00, 28.80,19.302, 28.80,50.662
S 497.51,277.069, 483.20,277.069z" />
<glyph unicode="&#xe04c;" d="M 290.074,444.16L 290.074,444.16c-125.645,0.00-204.749-43.29-199.45-78.08C 92.16,356.147, 96.384,329.088, 101.734,295.04
c-61.568-23.91-81.971-62.643-79.232-94.259c 3.226-37.402, 36.89-77.44, 110.797-84.378c 42.189-3.917, 92.954,19.20, 125.875,58.752
c-3.149,5.325-4.941,11.469-4.941,18.099c0.00,19.789, 16.026,35.84, 35.814,35.84s 35.84-16.051, 35.84-35.84c0.00-19.507-15.616-35.354-35.021-35.789
c-39.168-50.509-98.79-80.973-155.264-77.414c 1.306-8.32, 1.818-11.469, 2.458-15.693c 2.33-14.797, 60.083-60.416, 151.987-60.493l 0.026,0.00
c 91.904,0.077, 149.683,45.696, 151.987,60.493C 444.339,79.078, 484.096,330.752, 489.472,366.08C 494.797,400.845, 415.667,444.16, 290.074,444.16z M 58.214,203.904
c-1.408,16.435, 11.648,38.323, 49.229,54.758c 5.402-34.33, 11.29-71.603, 16.461-104.32C 82.842,162.406, 59.955,183.808, 58.214,203.904z M 290.048,312.986
C 198.144,313.037, 132.941,347.162, 132.941,359.885c-0.051,12.672, 65.203,46.848, 157.107,46.797c 91.904,0.051, 157.184-34.125, 157.133-46.797
C 447.181,347.162, 381.978,313.037, 290.048,312.986z" />
<glyph unicode="&#xe04d;" d="M 311.398,22.81c-0.717-7.936, 5.555-14.95, 13.978-15.642l 102.016-8.371c 8.397-0.691, 15.898,5.197, 16.614,13.133l 7.987,84.122
l-132.634,10.931L 311.398,22.81z M 60.006,96.026l 7.962-84.122c 0.742-7.936, 8.243-13.824, 16.64-13.133l 102.016,8.371
c 8.397,0.691, 14.694,7.731, 13.952,15.642l-7.987,84.147L 60.006,96.026z M 46.874,234.675l 8.218-86.784l 132.634,10.906L 179.482,245.504
C 179.302,247.578, 179.20,249.754, 179.20,251.878C 179.20,291.712, 213.658,324.096, 256.00,324.096s 76.80-32.41, 76.80-72.218c0.00-2.125-0.102-4.275-0.307-6.374l-8.192-86.707l 132.608-10.906
l 8.218,86.784C 465.638,240.41, 465.92,246.17, 465.92,251.878C 465.92,360.73, 371.738,449.28, 256.00,449.28S 46.08,360.73, 46.08,251.878
C 46.08,246.17, 46.362,240.41, 46.874,234.675z" />
<glyph unicode="&#xe04e;" d="M 478.31,188.211l-80.589,191.795c-6.349,12.80-23.245,23.27-37.555,23.27L 151.859,403.277 c-14.31,0.00-31.206-10.47-37.581-23.27l-80.563-191.795
c-6.40-12.80-9.702-34.816-7.347-48.947l 17.408-94.362c 2.355-14.106, 15.949-25.651, 30.234-25.651l 364.032,0.00 c 14.31,0.00, 27.904,11.546, 30.259,25.651
l 17.408,94.362C 487.987,153.37, 484.71,175.411, 478.31,188.211z M 443.392,120.986l-6.605-38.451c-1.997-14.771-15.309-26.854-29.542-26.854L 104.755,55.68
c-14.259,0.00-27.546,12.083-29.542,26.854l-6.63,38.451c-1.971,14.771, 8.064,26.854, 22.349,26.854l 330.138,0.00
C 435.354,147.814, 445.389,135.757, 443.392,120.986z" />
<glyph unicode="&#xe04f;" d="M 256.00,433.92c-109.542,0.00-177.613-36.096-173.926-65.382l 36.915-303.795C 120.448,52.915, 175.846,14.157, 256.00,14.08
c 80.179,0.077, 135.552,38.861, 137.037,50.662l 36.89,303.795C 433.613,397.824, 365.568,433.92, 256.00,433.92z M 256.00,324.07C 175.846,324.147, 118.963,352.691, 118.963,363.366
C 118.938,373.965, 175.846,402.586, 256.00,402.534c 80.154,0.026, 137.062-28.57, 137.037-39.168C 393.037,352.691, 336.179,324.147, 256.00,324.07z" />
<glyph unicode="&#xe050;" d="M 313.933,158.259c0.00,0.00, 180.71,130.381, 160.666,279.629c-0.461,3.277-1.536,5.427-2.867,6.886c-1.408,1.357-3.507,2.483-6.733,2.944
C 319.155,468.173, 191.744,283.264, 191.744,283.264C 81.203,296.525, 89.242,274.458, 38.81,153.344c-9.651-23.091, 5.99-31.053, 23.142-24.55
c 17.152,6.451, 55.014,20.762, 55.014,20.762l 66.278-67.814c0.00,0.00-13.978-38.733-20.301-56.269c-6.323-17.587, 1.434-33.587, 24.013-23.731
C 305.331,53.376, 326.886,45.158, 313.933,158.259z M 339.738,309.709c-15.309,15.667-15.309,41.062,0.00,56.73c 15.309,15.642, 40.115,15.642, 55.424,0.00
c 15.334-15.642, 15.334-41.062,0.00-56.73C 379.878,294.016, 355.046,294.016, 339.738,309.709z" />
<glyph unicode="&#xe051;" d="M 70.733,132.813c-38.758-38.093-6.016-77.21-57.523-135.194c-23.245-26.163, 95.693-18.176, 154.624,39.757
c 24.986,24.55, 17.946,60.365-8.858,86.733C 132.173,150.451, 95.718,157.363, 70.733,132.813z M 500.25,463.155c-19.891,19.533-240.102-156.928-305.664-221.363
c-32.538-31.974-43.392-49.126-53.376-61.952c-4.326-5.581, 1.408-7.296, 3.968-8.627c 12.877-6.554, 21.888-12.646, 33.562-24.115
c 11.674-11.443, 17.894-20.301, 24.55-32.973c 1.331-2.534, 3.098-8.166, 8.755-3.891c 13.056,9.805, 30.49,20.48, 63.002,52.454
C 340.608,227.123, 520.09,443.597, 500.25,463.155z" />
<glyph unicode="&#xe052;" d="M 460.80,377.60l-25.60,0.00 l0.00-384.00 l 25.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,326.40 C 512.00,354.56, 488.96,377.60, 460.80,377.60z M0.00,326.40l0.00-281.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 25.60,0.00 L 76.80,377.60 L 51.20,377.60 C 23.04,377.60,0.00,354.56,0.00,326.40z M 343.04,431.181
C 325.606,439.296, 297.779,454.40, 256.00,454.40S 186.394,439.296, 168.96,431.181L 168.96,377.60 L 112.64,377.60 l0.00-384.00 l 286.72,0.00 L 399.36,377.60 L 343.04,377.60 L 343.04,431.181 z M 312.32,377.60L 199.68,377.60 L 199.68,411.776 C 213.325,417.664, 232.909,423.68, 256.00,423.68
s 42.65-5.99, 56.32-11.878L 312.32,377.60 z" />
<glyph unicode="&#xe053;" d="M 256.00,170.778c 61.184,0.00, 112.41,20.787, 115.507,47.949c-9.088,25.523-19.021,53.35-28.774,80.717c-6.758-19.507-44.16-33.28-86.733-33.28
S 176.051,279.91, 169.242,299.418C 159.488,272.051, 149.606,244.25, 140.493,218.701C 143.59,191.565, 194.79,170.778, 256.00,170.778z M 256.00,342.426
c 28.749,0.00, 55.475,8.909, 63.309,22.733c-10.778,30.285-20.045,56.243-25.907,72.627C 289.536,448.717, 271.898,454.40, 256.00,454.40S 222.464,448.717, 218.598,437.811
c-5.862-16.384-15.104-42.368-25.907-72.627C 200.525,351.334, 227.251,342.426, 256.00,342.426z M 480.768,145.51l-96.128,38.733l 11.085-30.899
c-0.563-32.717-64.128-58.829-139.725-58.829s-139.162,26.112-139.699,58.829l 11.059,30.899L 31.232,145.51c-26.957-10.88-28.083-30.976-2.534-44.672
l 180.787-96.947c 25.574-13.696, 67.43-13.696, 93.005,0.00l 180.787,96.947C 508.877,114.534, 507.725,134.63, 480.768,145.51z" />
<glyph unicode="&#xe054;" d="M 256.00,469.786c-135.526,0.00-245.76-110.285-245.76-245.786c0.00-135.526, 110.234-245.786, 245.76-245.786s 245.76,110.259, 245.76,245.786
C 501.76,359.501, 391.526,469.786, 256.00,469.786z M 465.613,224.00c0.00-47.949-16.282-92.186-43.418-127.514c-7.68,6.016-15.821,22.221-8.141,39.014
c 7.731,16.896, 9.754,56.013, 7.987,71.219c-1.69,15.206-9.60,51.866-31.104,52.224c-21.427,0.333-36.147,7.398-48.896,32.845
c-26.445,52.915, 49.638,63.104, 23.194,92.416c-7.398,8.218-45.645-33.894-51.251,22.221C 313.60,410.445, 317.44,416.461, 322.56,422.682
C 405.606,394.778, 465.613,316.288, 465.613,224.00z M 227.20,431.514C 222.208,421.786, 208.973,417.792, 200.909,410.445C 183.424,394.624, 175.898,396.80, 166.451,381.594
c-9.472-15.206-40.09-37.094-40.09-48.102c0.00-10.982, 15.462-23.987, 23.194-21.453c 7.731,2.56, 28.109,2.406, 40.09-1.792
c 12.006-4.25, 100.224-8.474, 72.09-83.046c-8.909-23.706-47.923-19.712-58.317-58.982c-1.562-5.76-6.938-30.362-7.322-38.40
c-0.614-12.442, 8.806-59.341-3.20-59.341c-12.058,0.00-44.467,41.958-44.467,49.562s-8.422,34.278-8.422,57.088s-38.835,22.451-38.835,52.787
c0.00,27.392, 21.069,41.011, 16.333,54.093c-4.659,13.056-41.651,13.517-57.062,15.104C 87.373,369.05, 150.784,420.966, 227.20,431.514z M 190.08,25.088
c 12.595,6.63, 13.875,15.232, 25.293,15.693c 13.056,0.563, 23.68,5.094, 38.374,8.32c 13.082,2.842, 36.429,16.102, 57.037,17.792
c 17.331,1.434, 51.584-0.896, 60.80-17.638c-33.178-22.016-72.909-34.867-115.584-34.867C 232.96,14.387, 210.816,18.176, 190.08,25.088z" />
<glyph unicode="&#xe055;" d="M 476.16,377.60L 35.84,377.60 C 16.128,377.60,0.00,361.472,0.00,341.76l0.00-235.546 C0.00,86.528, 16.128,70.40, 35.84,70.40l 440.32,0.00 c 19.738,0.00, 35.84,16.128, 35.84,35.814L 512.00,341.76 C 512.00,361.472, 495.872,377.60, 476.16,377.60
z M 281.60,326.40l 51.20,0.00 l0.00-51.20 l-51.20,0.00 L 281.60,326.40 z M 358.40,249.60l0.00-51.20 l-51.20,0.00 L 307.20,249.60 L 358.40,249.60 z M 204.80,326.40l 51.20,0.00 l0.00-51.20 L 204.80,275.20 L 204.80,326.40 z M 281.60,249.60l0.00-51.20 L 230.40,198.40 L 230.40,249.60 L 281.60,249.60 z M 128.00,326.40l 51.20,0.00 l0.00-51.20 L 128.00,275.20 L 128.00,326.40 z M 204.80,249.60l0.00-51.20 L 153.60,198.40 L 153.60,249.60 L 204.80,249.60 z M 51.20,326.40l 51.20,0.00 l0.00-51.20 L 51.20,275.20 L 51.20,326.40 z M 128.00,249.60l0.00-51.20 L 76.80,198.40 L 76.80,249.60 L 128.00,249.60 z M 102.40,121.60
L 51.20,121.60 l0.00,51.20 l 51.20,0.00 L 102.40,121.60 z M 384.00,121.60L 128.00,121.60 l0.00,51.20 l 256.00,0.00 L 384.00,121.60 z M 460.80,121.60l-51.20,0.00 l0.00,51.20 l 51.20,0.00 L 460.80,121.60 z M 384.00,198.40L 384.00,249.60 l 51.20,0.00 l0.00-51.20 L 384.00,198.40 z M 460.80,275.20l-102.40,0.00 L 358.40,326.40 l 102.40,0.00 L 460.80,275.20 z" />
<glyph unicode="&#xe056;" d="M 460.80,428.80L 51.20,428.80 C 23.04,428.80,0.00,405.76,0.00,377.60l0.00-307.20 c0.00-28.186, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.014, 51.20,51.20L 512.00,377.60 C 512.00,405.76, 488.96,428.80, 460.80,428.80z M 117.76,380.928
c 10.624,0.00, 19.20-8.346, 19.20-18.662c0.00-10.342-8.576-18.688-19.20-18.688S 98.56,351.923, 98.56,362.24C 98.56,372.582, 107.162,380.928, 117.76,380.928z M 47.36,362.24
c0.00,10.317, 8.576,18.662, 19.20,18.662S 85.76,372.582, 85.76,362.24c0.00-10.342-8.576-18.688-19.20-18.688S 47.36,351.923, 47.36,362.24z M 461.312,70.40L 50.688,70.40 L 50.688,305.92 l 410.624,0.00
L 461.312,70.40 z M 461.312,346.88L 153.60,346.88 L 153.60,377.60 l 307.712,0.00 L 461.312,346.88 z" />
<glyph unicode="&#xe057;" d="M 460.80,454.40L 51.20,454.40 C 23.04,454.40,0.00,431.36,0.00,403.20l0.00-307.20 c0.00-28.16, 23.04-50.688, 51.20-50.688l 101.888,0.00 L 153.088,95.488 l-102.40,0.00 L 50.688,331.52 l 410.624,0.00 l0.00-236.032 l-102.40,0.00 l0.00-50.202 L 460.80,45.286 c 28.186,0.00, 51.20,22.554, 51.20,50.688L 512.00,403.20
C 512.00,431.36, 488.986,454.40, 460.80,454.40z M 66.586,369.152c-10.624,0.00-19.20,8.371-19.20,18.688s 8.576,18.688, 19.20,18.688c 10.598,0.00, 19.20-8.371, 19.20-18.688
S 77.184,369.152, 66.586,369.152z M 117.786,369.152c-10.624,0.00-19.20,8.371-19.20,18.688s 8.576,18.688, 19.20,18.688c 10.598,0.00, 19.20-8.371, 19.20-18.688
S 128.384,369.152, 117.786,369.152z M 461.338,371.968L 153.088,371.968 L 153.088,403.712 l 308.224,0.00 L 461.312,371.968 z M 254.669,270.746l-124.211-123.443l 76.80,0.00 L 207.258-6.40 l 94.822,0.00 l0.00,153.702 l 76.80,0.00 L 254.669,270.746z" />
<glyph unicode="&#xe058;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z M 435.20,274.688l-102.40,0.00
l0.00-101.35 l 102.40,0.00 L 435.20,274.688 z M 307.20,274.688L 204.80,274.688 l0.00-101.35 l 102.40,0.00 L 307.20,274.688 z M 179.20,274.688L 76.80,274.688 l0.00-101.35 l 102.40,0.00 L 179.20,274.688 z" />
<glyph unicode="&#xe059;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z M 307.20,274.688L 204.80,274.688
l0.00-101.35 l 102.40,0.00 L 307.20,274.688 z M 179.20,274.688L 76.80,274.688 l0.00-101.35 l 102.40,0.00 L 179.20,274.688 z" />
<glyph unicode="&#xe05a;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.986,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z M 179.20,274.688L 76.80,274.688
l0.00-101.35 l 102.40,0.00 L 179.20,274.688 z" />
<glyph unicode="&#xe05b;" d="M 460.80,352.00L 51.20,352.00 C 23.04,352.00,0.00,328.96,0.00,300.80l0.00-153.60 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,300.80 C 512.00,328.96, 488.96,352.00, 460.80,352.00z M 460.80,147.20L 51.20,147.20 L 51.20,300.80 l 409.60,0.00 L 460.80,147.20 z" />
<glyph unicode="&#xe05c;" d="M 256.00,305.92c-45.414,0.00-81.92-36.48-81.92-81.92s 36.48-81.92, 81.92-81.92s 81.92,36.48, 81.92,81.92S 301.414,305.92, 256.00,305.92z M 256.00,171.494
c-29.005,0.00-52.48,23.501-52.48,52.48c0.00,29.005, 23.475,52.48, 52.48,52.48s 52.48-23.475, 52.48-52.48C 308.48,194.995, 285.005,171.494, 256.00,171.494z M 102.40,244.48
c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48s 25.088,9.165, 25.088,20.48S 116.531,244.48, 102.40,244.48z M 381.619,349.619c-7.987,7.987-22.579,6.374-32.563-3.61
c-10.01-10.01-11.622-24.576-3.635-32.589s 22.579-6.374, 32.563,3.61C 387.994,327.014, 389.632,341.606, 381.619,349.619z M 409.60,244.48
c-14.157,0.00-25.088-9.165-25.088-20.48s 10.957-20.48, 25.088-20.48s 25.60,9.165, 25.60,20.48S 423.757,244.48, 409.60,244.48z M 256.00,96.00c-11.29,0.00-20.48-11.469-20.48-25.60
c0.00-14.157, 9.165-25.60, 20.48-25.60s 20.48,11.443, 20.48,25.60C 276.48,84.531, 267.29,96.00, 256.00,96.00z M 133.99,128.41c-9.984-10.01-11.622-24.602-3.635-32.589
s 22.605-6.349, 32.589,3.635c 10.01,10.01, 11.622,24.602, 3.635,32.589C 158.592,140.006, 144.00,138.394, 133.99,128.41z M 129.101,348.339
C 121.088,340.326, 122.726,325.76, 132.736,315.75c 10.01-9.984, 24.576-11.622, 32.589-3.61s 6.374,22.579-3.635,32.563
C 151.706,354.714, 137.088,356.326, 129.101,348.339z M 350.336,100.71c 10.01-9.984, 24.576-11.597, 32.563-3.61s 6.374,22.579-3.61,32.563
c-10.01,10.01-24.602,11.622-32.589,3.635S 340.326,110.694, 350.336,100.71z M 256.00,352.00c 11.29,0.00, 20.48,11.469, 20.48,25.60S 267.29,403.20, 256.00,403.20S 235.52,391.731, 235.52,377.60
S 244.71,352.00, 256.00,352.00z" />
<glyph unicode="&#xe05d;" d="M 486.40,244.48c-4.659,0.00-20.454,0.00-25.088,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.659,0.00, 20.454,0.00, 25.088,0.00c 14.157,0.00, 25.60,9.165, 25.60,20.48
S 500.557,244.48, 486.40,244.48z M 256.00,364.80C 177.92,364.80, 115.20,302.08, 115.20,224.00c0.00-78.106, 62.72-140.80, 140.80-140.80c 78.106,0.00, 140.80,62.694, 140.80,140.80
C 396.80,302.08, 334.106,364.80, 256.00,364.80z M 256.00,121.60c-56.576,0.00-102.40,45.824-102.40,102.40c0.00,56.55, 45.824,102.40, 102.40,102.40s 102.40-45.85, 102.40-102.40C 358.40,167.424, 312.576,121.60, 256.00,121.60z M 76.262,224.00
c0.00,11.315-10.931,20.48-25.062,20.48c-4.736,0.00-20.89,0.00-25.60,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.71,0.00, 20.864,0.00, 25.60,0.00
C 65.331,203.52, 76.262,212.685, 76.262,224.00z M 256.00,403.20c 11.29,0.00, 20.48,11.469, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60c0.00,14.131-9.165,25.60-20.48,25.60S 235.52,468.531, 235.52,454.40
c0.00-4.685,0.00-20.915,0.00-25.60C 235.52,414.669, 244.71,403.20, 256.00,403.20z M 256.00,44.80c-11.29,0.00-20.48-11.469-20.48-25.60c0.00-4.685,0.00-20.915,0.00-25.60c0.00-14.157, 9.165-25.60, 20.48-25.60
s 20.48,11.443, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60C 276.48,33.331, 267.29,44.80, 256.00,44.80z M 444.544,383.59c 10.01,10.01, 11.622,24.602, 3.635,32.589
s-22.579,6.374-32.563-3.635c-2.739-2.765-15.155-15.155-17.92-17.92c-10.01-10.01-11.622-24.576-3.635-32.563s 22.605-6.40, 32.589,3.61
C 429.389,368.435, 441.805,380.826, 444.544,383.59z M 85.35,82.33c-2.765-2.765-15.155-15.181-17.92-17.92c-9.984-10.01-11.597-24.576-3.61-32.563
c 7.987-7.987, 22.579-6.374, 32.563,3.61c 2.765,2.739, 15.181,15.155, 17.92,17.92c 10.01,10.01, 11.622,24.576, 3.61,32.563
S 95.334,92.288, 85.35,82.33z M 96.41,412.57C 86.40,422.554, 71.834,424.192, 63.821,416.179S 57.446,393.60, 67.43,383.59
c 2.765-2.765, 15.155-15.155, 17.92-17.92c 10.01-9.984, 24.576-11.622, 32.563-3.61s 6.40,22.579-3.61,32.563C 111.565,397.389, 99.174,409.805, 96.41,412.57z
M 397.67,53.35c 2.765-2.765, 15.181-15.181, 17.92-17.92c 10.01-9.984, 24.602-11.597, 32.589-3.61c 7.987,7.987, 6.349,22.579-3.635,32.563
c-2.765,2.739-15.181,15.155-17.92,17.92c-10.01,9.984-24.602,11.597-32.589,3.61S 387.712,63.36, 397.67,53.35z" />
<glyph unicode="&#xe05e;" d="M 486.40,244.48c-4.659,0.00-20.454,0.00-25.088,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.659,0.00, 20.454,0.00, 25.088,0.00c 14.157,0.00, 25.60,9.165, 25.60,20.48
S 500.557,244.48, 486.40,244.48z M 256.00,364.80C 177.92,364.80, 115.20,302.08, 115.20,224.00c0.00-78.106, 62.72-140.80, 140.80-140.80c 78.08,0.00, 140.80,62.694, 140.80,140.80
C 396.80,302.08, 334.08,364.80, 256.00,364.80z M 258.56,121.60C 199.424,121.60, 153.60,167.424, 153.60,224.00c0.00,56.55, 45.824,102.40, 104.96,102.40L 258.56,121.60 z M 76.262,224.00c0.00,11.315-10.931,20.48-25.062,20.48
c-4.736,0.00-20.89,0.00-25.60,0.00c-14.131,0.00-25.60-9.165-25.60-20.48s 11.469-20.48, 25.60-20.48c 4.71,0.00, 20.864,0.00, 25.60,0.00C 65.331,203.52, 76.262,212.685, 76.262,224.00z M 256.00,403.20
c 11.29,0.00, 20.48,11.469, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60c0.00,14.131-9.165,25.60-20.48,25.60S 235.52,468.531, 235.52,454.40c0.00-4.685,0.00-20.915,0.00-25.60C 235.52,414.669, 244.71,403.20, 256.00,403.20z
M 256.00,44.80c-11.29,0.00-20.48-11.469-20.48-25.60c0.00-4.685,0.00-20.915,0.00-25.60c0.00-14.157, 9.165-25.60, 20.48-25.60s 20.48,11.443, 20.48,25.60c0.00,4.685,0.00,20.915,0.00,25.60
C 276.48,33.331, 267.29,44.80, 256.00,44.80z M 444.544,383.59c 10.01,10.01, 11.622,24.602, 3.635,32.589s-22.579,6.374-32.563-3.635
c-2.739-2.765-15.155-15.155-17.92-17.92c-10.01-10.01-11.622-24.576-3.635-32.563s 22.605-6.40, 32.589,3.61
C 429.389,368.435, 441.805,380.826, 444.544,383.59z M 85.35,82.33c-2.765-2.765-15.155-15.181-17.92-17.92c-9.984-10.01-11.597-24.576-3.61-32.563
c 7.987-7.987, 22.579-6.374, 32.563,3.61c 2.765,2.739, 15.181,15.155, 17.92,17.92c 10.01,10.01, 11.622,24.576, 3.61,32.563
S 95.334,92.288, 85.35,82.33z M 96.41,412.57C 86.40,422.554, 71.834,424.192, 63.821,416.179S 57.446,393.60, 67.43,383.59
c 2.765-2.765, 15.155-15.155, 17.92-17.92c 10.01-9.984, 24.576-11.622, 32.563-3.61s 6.40,22.579-3.61,32.563C 111.565,397.389, 99.174,409.805, 96.41,412.57z
M 397.67,53.35c 2.765-2.765, 15.181-15.181, 17.92-17.92c 10.01-9.984, 24.602-11.597, 32.563-3.61c 7.987,7.987, 6.374,22.579-3.61,32.563
c-2.765,2.739-15.181,15.155-17.92,17.92c-10.01,9.984-24.602,11.597-32.589,3.61S 387.712,63.36, 397.67,53.35z" />
<glyph unicode="&#xe05f;" d="M 194.867,370.995c-9.395,8.832-22.093,8.832-31.514,0.00L0.00,224.00l 163.354-146.97c 9.421-8.858, 22.118-8.858, 31.514,0.00s 9.395,23.194,0.00,32.051
L 68.045,224.00l 126.848,114.893C 204.262,347.75, 204.262,362.112, 194.867,370.995z M 348.646,370.995c-9.421,8.832-22.093,8.832-31.514,0.00
c-9.395-8.883-8.909-23.219, 0.538-32.077L 443.955,224.00l-126.31-114.918c-9.421-8.858-9.933-23.194-0.538-32.051
c 9.421-8.858, 22.093-8.858, 31.514,0.00L 512.00,224.00L 348.646,370.995z" />
<glyph unicode="&#xe060;" d="M 460.80,449.28L 51.20,449.28 c-28.16,0.00-51.20-23.04-51.20-51.20l0.00-281.60 c0.00-28.16, 22.579-55.731, 50.202-61.261l 111.923-22.374c0.00,0.00-96.333-34.125-34.125-34.125l 256.00,0.00
c 62.208,0.00-34.125,34.125-34.125,34.125l 111.923,22.374C 489.395,60.749, 512.00,88.32, 512.00,116.48l0.00,281.60 C 512.00,426.24, 488.96,449.28, 460.80,449.28z M 460.80,119.04L 51.20,119.04 L 51.20,403.20 l 409.60,0.00 L 460.80,119.04 z" />
<glyph unicode="&#xe061;" d="M 407.091,336.64c-53.222,0.00-111.539-29.645-151.091-74.624C 216.448,306.995, 158.106,336.64, 104.883,336.64C 54.17,336.64,0.00,307.046,0.00,224.00
s 54.17-112.614, 104.883-112.64l0.00,0.00c 53.248,0.00, 111.565,29.645, 151.117,74.624c 39.552-44.979, 97.869-74.624, 151.091-74.624C 457.83,111.36, 512.00,140.954, 512.00,224.00
S 457.83,336.64, 407.091,336.64z M 104.883,156.416c-38.707,0.00-58.342,22.733-58.342,67.584s 19.635,67.61, 58.342,67.61c 42.803,0.00, 92.518-27.802, 123.034-67.61
C 197.402,184.192, 147.712,156.416, 104.883,156.416z M 407.091,156.416c-42.803,0.00-92.518,27.776-123.034,67.584c 30.49,39.808, 80.23,67.61, 123.034,67.61
c 38.733,0.00, 58.342-22.758, 58.342-67.61S 445.824,156.416, 407.091,156.416z" />
<glyph unicode="&#xe062;" d="M 183.936-10.752c 20.198-13.056, 43.597-21.888, 72.064-21.197
c 28.467-0.691, 51.84,8.141, 72.038,21.197L 328.038,42.24 L 183.936,42.24 L 183.936-10.752 z M 325.018,72.986c0.00,111.514, 118.554,147.20, 109.67,258.278
C 429.107,401.357, 381.619,480.00, 256.00,480.00S 82.893,401.357, 77.312,331.264c-8.883-111.104, 109.645-146.765, 109.645-258.278L 325.018,72.986 z M 131.533,327.219
C 136.858,393.754, 182.118,427.494, 256.00,427.494c 73.882,0.00, 119.142-33.741, 124.442-100.275c 2.893-36.429-18.048-60.723-46.336-100.506
c-20.813-29.338-45.44-63.974-56.96-109.082L 234.829,117.632 c-11.52,45.107-36.122,79.718-56.986,109.082C 149.581,266.522, 128.64,290.79, 131.533,327.219z" />
<glyph unicode="&#xe063;" d="M 460.80,403.20L 51.20,403.20 C 23.04,403.20,0.00,380.16,0.00,352.00l0.00-256.00 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,352.00 C 512.00,380.16, 488.96,403.20, 460.80,403.20z M 460.80,96.00L 51.20,96.00 L 51.20,249.60 l 409.60,0.00 L 460.80,96.00 z M 460.80,326.40L 51.20,326.40 L 51.20,352.00 l 409.60,0.00 L 460.80,326.40 z
M 102.40,195.84L 102.40,180.48 l 15.36,0.00 L 117.76,195.84 L 102.40,195.84 z M 194.56,165.12L 194.56,149.76 l 30.72,0.00 L 225.28,165.12 L 240.64,165.12 l0.00,15.36 L 256.00,180.48 L 256.00,195.84 L 225.28,195.84 L 225.28,180.48 L 209.92,180.48 l0.00-15.36 L 194.56,165.12 z M 256.00,149.76L 256.00,165.12 L 240.64,165.12 L 240.64,149.76 L 256.00,149.76 z M 179.20,149.76
L 179.20,165.12 L 148.48,165.12 L 148.48,149.76 L 179.20,149.76 z M 194.56,180.48l 15.36,0.00 L 209.92,195.84 L 179.20,195.84 l0.00-30.72 l 15.36,0.00 L 194.56,180.48 z M 133.12,165.12l 15.36,0.00 l0.00,15.36 l 15.36,0.00 L 163.84,195.84 L 133.12,195.84 L 133.12,180.48 L 117.76,180.48 l0.00-15.36 L 102.40,165.12 L 102.40,149.76 l 30.72,0.00 L 133.12,165.12 z" />
<glyph unicode="&#xe064;" d="M 428.211,151.296c-21.606-34.918-90.496-60.442-172.211-60.442c-81.664,0.00-150.605,25.523-172.186,60.442C 79.232,158.694, 76.80,154.726, 76.80,151.066
c0.00-3.686,0.00-51.251,0.00-51.251C 76.80,50.176, 157.03-1.28, 256.00-1.28s 179.20,51.456, 179.20,101.094c0.00,0.00,0.00,47.565,0.00,51.251C 435.20,154.726, 432.742,158.694, 428.211,151.296z
M 428.467,282.24c-21.222-30.874-90.419-53.504-172.467-53.504s-151.245,22.63-172.467,53.504C 79.13,288.614, 76.80,285.158, 76.80,282.266c0.00-2.893,0.00-60.314,0.00-60.314
c0.00-45.133, 80.23-81.69, 179.20-81.69s 179.20,36.557, 179.20,81.69c0.00,0.00,0.00,57.421,0.00,60.314C 435.20,285.158, 432.845,288.614, 428.467,282.24z M 256.00,449.28
c-98.97,0.00-179.20-30.157-179.20-67.379l0.00-32.23 c0.00-39.475, 80.23-71.475, 179.20-71.475s 179.20,32.00, 179.20,71.475L 435.20,381.875 C 435.20,419.123, 354.97,449.28, 256.00,449.28z" />
<glyph unicode="&#xe065;" d="M 394.24,331.494c-65.05,0.00-117.786-52.736-117.786-117.76c0.00-24.704, 7.629-47.616, 20.634-66.56L 214.912,147.174 C 227.891,166.118, 235.52,189.056, 235.52,213.76
c0.00,65.024-52.736,117.76-117.76,117.76S0.00,278.784,0.00,213.76S 52.736,96.00, 117.76,96.00l 276.48,0.00 c 65.024,0.00, 117.76,52.736, 117.76,117.76S 459.264,331.494, 394.24,331.494z M 51.20,213.76
c0.00,36.762, 29.798,66.56, 66.56,66.56s 66.56-29.798, 66.56-66.56c0.00-36.787-29.798-66.56-66.56-66.56S 51.20,176.973, 51.20,213.76z M 394.24,147.20c-36.787,0.00-66.586,29.773-66.586,66.56
c0.00,36.762, 29.798,66.56, 66.586,66.56c 36.762,0.00, 66.56-29.798, 66.56-66.56C 460.80,176.973, 431.002,147.20, 394.24,147.20z" />
<glyph unicode="&#xe066;" d="M 399.36,428.80L 368.64,352.00L 143.36,352.00 L 112.64,428.80C 92.928,428.80, 76.80,412.672, 76.80,392.96l0.00-389.12 C 76.80-15.872, 92.928-32.00, 112.64-32.00l 286.72,0.00 c 19.738,0.00, 35.84,16.128, 35.84,35.84L 435.20,392.96
C 435.20,412.672, 419.072,428.80, 399.36,428.80z M 348.16,377.60l 23.04,51.20l-55.808,0.00 L 296.96,480.00L 215.04,480.00 L 196.608,428.80L 140.80,428.80 l 23.04-51.20L 348.16,377.60 z" />
<glyph unicode="&#xe067;" d="M 102.40,44.80c0.00-28.262, 22.938-51.20, 51.20-51.20c 28.288,0.00, 51.20,22.938, 51.20,51.20s-22.912,51.20-51.20,51.20C 125.338,96.00, 102.40,73.062, 102.40,44.80z M 358.40,44.80c0.00-28.262, 22.938-51.20, 51.20-51.20
c 28.288,0.00, 51.20,22.938, 51.20,51.20s-22.912,51.20-51.20,51.20C 381.338,96.00, 358.40,73.062, 358.40,44.80z M 193.203,165.837L 476.57,246.784C 481.971,248.346, 486.40,254.208, 486.40,259.84L 486.40,400.64 L 125.44,400.64 L 125.44,444.16
C 125.44,449.792, 120.858,454.40, 115.20,454.40L 35.84,454.40 C 30.208,454.40, 25.60,449.792, 25.60,444.16L 25.60,403.20 l 49.741,0.00 l 50.381-231.859L 130.586,147.20l0.00-38.40 c0.00-5.632, 4.608-10.24, 10.214-10.24L 153.60,98.56 l 256.00,0.00 l 66.586,0.00
C 481.792,98.56, 486.40,103.168, 486.40,108.80L 486.40,147.20 L 198.451,147.20 C 169.037,147.20, 168.422,158.72, 193.203,165.837z" />
<glyph unicode="&#xe068;" d="M 471.04,428.80L 40.96,428.80 C 32.486,428.80, 25.60,421.914, 25.60,413.44L 25.60,352.00 l 460.80,0.00 L 486.40,413.44 C 486.40,421.914, 479.514,428.80, 471.04,428.80z M 51.20,55.04C 51.20,35.328, 67.328,19.20, 87.04,19.20l 337.92,0.00
c 19.738,0.00, 35.84,16.128, 35.84,35.84L 460.80,326.40 L 51.20,326.40 L 51.20,55.04 z M 179.20,275.20l 153.60,0.00 l0.00-51.20 L 179.20,224.00 L 179.20,275.20 z" />
<glyph unicode="&#xe069;" d="M 125.594,184.525l 90.931-90.931l 166.835,166.835l-90.957,90.931L 125.594,184.525z M 489.088,309.402l-38.707,38.682
c-7.398-3.994-15.795-6.298-24.806-6.298c-28.595,0.00-51.789,23.194-51.789,51.814c0.00,8.986, 2.253,17.434, 6.298,24.806l-38.707,38.682
c-10.112,10.086-26.547,10.086-36.659,0.00L 22.912,175.258c-10.086-10.086-10.086-26.573,0.00-36.659l 38.707-38.707c 7.373,4.019, 15.821,6.298, 24.781,6.298
c 28.621,0.00, 51.814-23.168, 51.814-51.789c0.00-8.986-2.278-17.434-6.323-24.806l 38.682-38.707c 10.086-10.086, 26.573-10.086, 36.659,0.00l 281.856,281.856
C 499.149,282.829, 499.149,299.315, 489.088,309.402z M 216.525,51.994l-132.506,132.531l 208.435,208.41L 424.96,260.429L 216.525,51.994z" />
<glyph unicode="&#xe06a;" d="M 51.251,408.346l0.00-60.621 c 181.402,0.00, 328.448-147.072, 328.448-328.474l 60.646,0.00 C 440.346,234.138, 266.138,408.346, 51.251,408.346z M 51.251,287.078l0.00-60.646
c 114.432,0.00, 207.206-92.749, 207.206-207.181l 60.595,0.00 C 319.053,167.142, 199.168,287.078, 51.251,287.078z M 109.363,135.475c-32.077,0.00-58.112-26.035-58.112-58.138
s 26.035-58.112, 58.112-58.112c 32.102,0.00, 58.138,26.01, 58.138,58.112S 141.466,135.475, 109.363,135.475z" />
<glyph unicode="&#xe06b;" d="M 256.00,121.60c-28.006,0.00-50.662-22.938-50.662-51.20S 227.994,19.20, 256.00,19.20c 27.981,0.00, 50.662,22.938, 50.662,51.20S 283.981,121.60, 256.00,121.60z M 148.48,178.995l 35.84-36.198
c 39.578,39.987, 103.757,39.987, 143.36,0.00l 35.84,36.198C 304.128,239.002, 207.846,239.002, 148.48,178.995z M 76.80,251.418l 35.814-36.198
c 79.181,79.974, 207.539,79.974, 286.72,0.00L 435.20,251.418C 336.23,351.386, 175.77,351.386, 76.80,251.418z M 5.12,323.814L 40.96,287.616c 118.784,119.962, 311.322,119.962, 430.08,0.00
l 35.84,36.198C 368.333,463.795, 143.667,463.795, 5.12,323.814z" />
<glyph unicode="&#xe06c;" d="M 322.586,227.405L 322.586,454.40 c0.00,14.131-11.469,25.60-25.60,25.60L 209.92,480.00 C 195.763,480.00, 189.44,468.531, 189.44,454.40l0.00-226.995 C 146.714,203.878, 117.76,158.438, 117.76,106.24
c0.00-76.339, 61.901-138.24, 138.24-138.24s 138.24,61.901, 138.24,138.24C 394.24,158.438, 365.286,203.878, 322.586,227.405z M 256.00,19.20c-48.077,0.00-87.04,38.963-87.04,87.04
c0.00,39.782, 26.726,73.216, 63.181,83.635L 232.141,377.60 l 51.20,0.00 l0.00-188.749 c 34.662-11.469, 59.725-44.109, 59.725-82.611C 343.04,58.163, 304.077,19.20, 256.00,19.20z" />
<glyph unicode="&#xe06d;" d="M 101.248,477.619c-0.384,3.174-5.632,3.174-5.99,0.00C 82.176,372.275, 15.36,350.566, 15.36,277.35c0.00-45.235, 37.939-81.894, 82.893-81.894
s 82.893,36.659, 82.893,81.894C 181.146,350.566, 114.33,372.275, 101.248,477.619z M 416.742,477.619c-0.41,3.174-5.606,3.174-5.99,0.00
c-13.082-105.344-79.898-127.053-79.898-200.269c0.00-45.235, 37.939-81.894, 82.893-81.894S 496.64,232.115, 496.64,277.35C 496.64,350.566, 429.824,372.275, 416.742,477.619
z M 253.005,250.163C 239.923,144.819, 173.107,123.136, 173.107,49.92c0.00-45.261, 37.939-81.92, 82.893-81.92s 82.893,36.685, 82.893,81.92
c0.00,73.19-66.816,94.899-79.898,200.243C 258.611,253.363, 253.389,253.363, 253.005,250.163z" />
<glyph unicode="&#xe06e;" d="M 460.80,377.60L 230.40,377.60 l0.00-128.00 l 256.00,0.00 L 486.40,352.00 C 486.40,366.131, 474.957,377.60, 460.80,377.60z M 25.60,96.00c0.00-14.157, 6.349-25.60, 20.48-25.60L 179.20,70.40 l0.00,128.00 L 25.60,198.40 L 25.60,96.00 z M 230.40,70.40l 230.40,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60l0.00,102.40 L 230.40,198.40 L 230.40,70.40 z
M 25.60,352.00l0.00-102.40 l 153.60,0.00 L 179.20,377.60 L 46.08,377.60 C 31.949,377.60, 25.60,366.131, 25.60,352.00z" />
<glyph unicode="&#xe06f;" d="M 17.664,189.901l 34.893-8.653l 26.266,41.267L 28.902,234.88c-12.493,3.123-25.114-4.454-28.211-16.896
C-2.406,205.594, 5.197,192.998, 17.664,189.901z M 473.114,183.245l-114.253-102.861l-134.349,103.962c-2.56,1.997-5.504,3.405-8.653,4.198
l-17.894,4.403l-26.266-41.242l 28.134-6.938l 145.869-112.845c 4.224-3.302, 9.242-4.89, 14.285-4.89c 5.606,0.00, 11.213,1.997, 15.616,5.99
l 128.691,115.84c 9.549,8.602, 10.266,23.245, 1.664,32.742C 497.382,191.104, 482.662,191.846, 473.114,183.245z M 222.31,296.166l 125.107-80.102
c 10.547-6.733, 24.576-3.942, 31.718,6.323l 128.717,185.395c 7.296,10.547, 4.659,24.96-5.914,32.256s-25.062,4.634-32.384-5.888l-115.917-166.963
L 227.763,347.776C 222.566,351.104, 216.243,352.23, 210.176,350.899S 198.861,345.907, 195.558,340.685L 3.635,39.398c-6.912-10.803-3.686-25.088, 7.168-31.949
C 14.669,4.992, 18.995,3.84, 23.27,3.84c 7.706,0.00, 15.232,3.789, 19.661,10.752L 222.31,296.166z" />
<glyph unicode="&#xe070;" d="M 229.53,423.731C 130.867,412.006, 52.685,333.798, 40.96,235.162l 188.57,0.00 L 229.53,423.731 z M 283.469,423.347l0.00-216.448 c0.00-14.182-11.494-25.677-25.702-25.677L 41.318,181.222
c 13.85-105.856, 104.269-187.597, 213.862-187.597c 119.194,0.00, 215.859,96.614, 215.859,215.859C 471.04,319.078, 389.299,409.498, 283.469,423.347z" />
<glyph unicode="&#xe071;" d="M 435.20,454.40l-56.32,0.00 C 364.749,454.40, 358.40,442.931, 358.40,428.80l0.00-435.20 l 102.40,0.00 L 460.80,428.80 C 460.80,442.931, 449.357,454.40, 435.20,454.40z M 281.60,300.80L 225.28,300.80 C 211.149,300.80, 204.80,289.331, 204.80,275.20l0.00-281.60 l 102.40,0.00 L 307.20,275.20
C 307.20,289.331, 295.757,300.80, 281.60,300.80z M 128.00,147.20L 71.68,147.20 C 57.549,147.20, 51.20,135.757, 51.20,121.60l0.00-128.00 l 102.40,0.00 l0.00,128.00 C 153.60,135.757, 142.131,147.20, 128.00,147.20z" />
<glyph unicode="&#xe072;" d="M 498.893,418.893l-118.502-193.05c-4.403-7.142-13.005-8.32-19.149-2.586l-57.293,53.658c-6.144,5.734-14.95,4.71-19.61-2.304
l-80.461-121.344c-4.634-6.989-13.517-8.09-19.738-2.458L 146.688,185.011c-6.221,5.658-15.59,4.915-20.838-1.613l-117.99-147.149
C 2.586,29.67, 5.171,24.32, 13.542,24.32l 493.338,0.00 L 506.88,416.64 C 506.906,425.062, 503.296,426.086, 498.893,418.893z" />
<glyph unicode="&#xe073;" d="M 404.506,275.149L 358.40,275.149 l0.00,35.84 c0.00,74.163-34.15,117.76-102.40,117.76c-68.224,0.00-102.40-43.597-102.40-117.76l0.00-35.84 L 102.40,275.149 c-14.131,0.00-25.60-16.563-25.60-30.72l0.00-199.68
c0.00-14.08, 10.982-29.158, 24.371-33.459l 30.618-9.907c 13.389-4.326, 35.866-7.859, 49.971-7.859l 148.48,0.00 c 14.08,0.00, 36.582,3.533, 49.971,7.859l 30.618,9.907
C 424.243,15.59, 435.20,30.669, 435.20,44.749l0.00,199.68 C 435.20,258.586, 418.637,275.149, 404.506,275.149z M 204.80,321.229c0.00,36.992, 20.429,56.32, 51.20,56.32
c 30.797,0.00, 51.20-19.328, 51.20-56.32l0.00-46.08 L 204.80,275.149 L 204.80,321.229 z" />
<glyph unicode="&#xe074;" d="M 404.48,275.20L 358.40,275.20 L 358.40,336.64 C 358.40,410.803, 324.224,454.40, 256.00,454.40C 187.75,454.40, 153.60,410.803, 153.60,336.64L 153.60,326.40 l 51.20,0.00 L 204.80,346.88 C 204.80,383.872, 225.203,403.20, 256.00,403.20c 30.771,0.00, 51.20-19.328, 51.20-56.32L 307.20,275.20 L 102.40,275.20
C 88.243,275.20, 76.80,258.637, 76.80,244.48L 76.80,44.80 c0.00-14.08, 10.982-29.133, 24.371-33.459l 30.618-9.907C 145.203-2.867, 167.68-6.40, 181.76-6.40l 148.48,0.00
c 14.106,0.00, 36.582,3.533, 49.971,7.859l 30.618,9.907C 424.218,15.667, 435.20,30.72, 435.20,44.80L 435.20,244.48 C 435.20,258.637, 418.637,275.20, 404.48,275.20z" />
<glyph unicode="&#xe075;" d="M 282.138,44.80L 76.288,44.80 L 76.288,403.20 l 205.824,0.00 l0.00-76.80 L 332.80,326.40 L 332.80,403.20 c0.00,28.16-23.014,51.20-51.20,51.20L 76.80,454.40 C 48.64,454.40, 25.60,431.36, 25.60,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 204.80,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20l0.00,51.20 l-50.662,0.00 L 282.138,44.80 z
M 486.40,211.20l-101.862,99.84L 384.538,249.60 l-230.40,0.00 l0.00-76.80 l 230.40,0.00 l0.00-61.44 L 486.40,211.20z" />
<glyph unicode="&#xe076;" d="M 435.20,454.40L 204.80,454.40 C 176.64,454.40, 154.112,431.36, 154.112,403.20l0.00-76.80 L 204.80,326.40 L 204.80,403.20 l 230.40,0.00 l0.00-358.40 L 204.80,44.80 l0.00,51.20 L 154.112,96.00 l0.00-51.20 c0.00-28.16, 22.528-51.20, 50.688-51.20l 230.40,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 486.40,403.20 C 486.40,431.36, 463.36,454.40, 435.20,454.40z
M 256.00,111.36l 102.40,99.84l-102.40,99.84L 256.00,249.60 L 25.60,249.60 l0.00-76.80 l 230.40,0.00 L 256.00,111.36 z" />
<glyph unicode="&#xe077;" d="M 212.352,44.80c-11.136,0.00-21.683,5.197-28.442,14.157L 92.416,179.738c-11.904,15.718-8.806,38.093, 6.912,49.997
c 15.744,11.93, 38.093,8.806, 49.997-6.912l 60.186-79.462l 151.347,242.97c 10.419,16.717, 32.435,21.837, 49.178,11.418
c 16.717-10.394, 21.837-32.435, 11.392-49.152L 242.662,61.619c-6.221-10.01-16.947-16.282-28.698-16.794C 213.427,44.80, 212.89,44.80, 212.352,44.80z" />
<glyph unicode="&#xe078;" d="M 367.334,143.309L 296.73,224.00l 70.605,80.691c 12.006,12.006, 12.006,31.462,0.00,43.443c-12.006,11.981-31.462,11.981-43.443,0.00L 256.00,270.541
l-67.866,77.568c-12.006,12.006-31.462,12.006-43.443,0.00c-11.981-12.006-11.981-31.462,0.00-43.443L 215.27,224.00l-70.605-80.691
c-11.981-12.006-11.981-31.411,0.00-43.392c 12.006-12.006, 31.462-12.006, 43.443,0.00L 256.00,177.459l 67.866-77.542c 12.006-12.006, 31.462-12.006, 43.443,0.00
S 379.315,131.302, 367.334,143.309z" />
<glyph unicode="&#xe079;" d="M 409.60,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 384.00,198.40L 128.00,198.40 L 128.00,249.60 l 256.00,0.00 L 384.00,198.40 z" />
<glyph unicode="&#xe07a;" d="M 409.60,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 384.00,198.40l-102.40,0.00 l0.00-102.40 L 230.40,96.00 l0.00,102.40 L 128.00,198.40 L 128.00,249.60 l 102.40,0.00 L 230.40,352.00 l 51.20,0.00 l0.00-102.40 l 102.40,0.00 L 384.00,198.40 z" />
<glyph unicode="&#xe07b;" d="M 409.60,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,377.60 C 460.80,405.76, 437.76,428.80, 409.60,428.80z M 334.362,101.402L 256.00,179.738
l-78.362-78.362l-44.237,44.262L 211.738,224.00l-78.336,78.336l 44.237,44.262L 256.00,268.262l 78.336,78.336l 44.262-44.237L 300.262,224.00l 78.362-78.362L 334.362,101.402z" />
<glyph unicode="&#xe07c;" d="M 256.00,439.04c-118.784,0.00-215.04-96.307-215.04-215.04c0.00-118.784, 96.282-215.04, 215.04-215.04c 118.758,0.00, 215.04,96.282, 215.04,215.04C 471.04,342.758, 374.758,439.04, 256.00,439.04z
M 385.28,250.163l0.00-52.352 L 126.72,197.811 L 126.72,250.163 L 385.28,250.163 z" />
<glyph unicode="&#xe07d;" d="M 256.00,439.04c-118.784,0.00-215.04-96.307-215.04-215.04c0.00-118.784, 96.282-215.04, 215.04-215.04c 118.758,0.00, 215.04,96.282, 215.04,215.04C 471.04,342.758, 374.758,439.04, 256.00,439.04z
M 282.163,197.837l0.00-103.091 L 229.837,94.746 l0.00,103.091 L 126.72,197.837 L 126.72,250.163 l 103.091,0.00 L 229.811,353.28 l 52.352,0.00 l0.00-103.091 l 103.091,0.00 l0.00-52.352 L 282.163,197.837 z" />
<glyph unicode="&#xe07e;" d="M 256.00,439.04c-118.784,0.00-215.04-96.307-215.04-215.04c0.00-118.784, 96.282-215.04, 215.04-215.04c 118.758,0.00, 215.04,96.282, 215.04,215.04C 471.04,342.758, 374.758,439.04, 256.00,439.04z
M 300.262,224.00l 78.362-78.362l-44.262-44.262L 256.00,179.738l-78.362-78.362l-44.237,44.262L 211.738,224.00l-78.336,78.336l 44.237,44.262L 256.00,268.262l 78.362,78.336
l 44.262-44.237L 300.262,224.00z" />
<glyph unicode="&#xe07f;" d="M 389.094,249.60L 122.88,249.60 c-14.157,0.00-15.36-11.469-15.36-25.60s 1.203-25.60, 15.36-25.60l 266.214,0.00 c 14.157,0.00, 15.386,11.469, 15.386,25.60S 403.251,249.60, 389.094,249.60z" />
<glyph unicode="&#xe080;" d="M 389.094,249.60l-107.52,0.00 L 281.574,357.12 c0.00,14.131-11.443,15.36-25.60,15.36c-14.131,0.00-25.60-1.203-25.60-15.36L 230.374,249.60 L 122.88,249.60 c-14.157,0.00-15.36-11.469-15.36-25.60s 1.203-25.60, 15.36-25.60l 107.494,0.00
l0.00-107.52 c0.00-14.131, 11.469-15.36, 25.60-15.36c 14.157,0.00, 25.60,1.229, 25.60,15.36L 281.574,198.40 l 107.52,0.00 c 14.157,0.00, 15.386,11.469, 15.386,25.60S 403.251,249.60, 389.094,249.60z" />
<glyph unicode="&#xe081;" d="M 460.80,403.20L 216.218,403.20 c-11.264,0.00-27.418-6.067-35.891-13.491L 6.349,237.491c-8.474-7.424-8.474-19.558,0.00-26.982l 173.978-152.243
C 188.80,50.867, 204.954,44.80, 216.218,44.80L 460.80,44.80 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 512.00,352.00 C 512.00,380.16, 488.986,403.20, 460.80,403.20z M 388.89,121.60l-65.459,65.459L 258.022,121.60l-36.966,36.941
L 286.49,224.00L 221.056,289.434L 258.022,326.40l 65.434-65.434L 388.89,326.40l 36.941-36.966L 360.422,224.00l 65.434-65.434L 388.89,121.60z" />
<glyph unicode="&#xe082;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76c 135.757,0.00, 245.76,110.029, 245.76,245.76S 391.757,469.76, 256.00,469.76z M 388.25,356.198
l-0.051,0.051C 388.198,356.224, 388.25,356.198, 388.25,356.198z M 69.018,224.00c0.00,103.27, 83.712,186.982, 186.982,186.982c 44.902,0.00, 86.118-15.821, 118.374-42.189
L 111.232,105.677C 84.838,137.907, 69.018,179.098, 69.018,224.00z M 123.75,91.802l 0.051-0.051C 123.776,91.776, 123.776,91.776, 123.75,91.802z M 256.00,36.992
c-44.902,0.00-86.093,15.846-118.323,42.214L 400.742,342.323c 26.394-32.23, 42.24-73.421, 42.24-118.323C 443.008,120.73, 359.245,36.992, 256.00,36.992z" />
<glyph unicode="&#xe083;" d="M 318.259,480.00c 34.304,0.00, 51.456-23.398, 51.456-50.125c0.00-33.382-29.798-64.282-68.557-64.282c-32.512,0.00-51.456,19.20-50.56,50.918
C 250.598,443.264, 273.126,480.00, 318.259,480.00z M 212.71-32.00c-27.085,0.00-46.925,16.691-27.981,90.189l 31.078,130.33c 5.402,20.864, 6.298,29.235,0.00,29.235
c-8.141,0.00-43.264-14.413-64.051-28.621L 138.24,211.686c 65.869,55.962, 141.619,88.755, 174.106,88.755c 27.059,0.00, 31.539-32.563, 18.048-82.662l-35.61-137.011
c-6.298-24.218-3.61-32.563, 2.688-32.563c 8.141,0.00, 34.739,10.061, 60.902,30.925l 15.36-20.864C 309.709-6.912, 239.77-32.00, 212.71-32.00z" />
<glyph unicode="&#xe084;" d="M 252.851,459.494c-130.048-1.741-234.086-108.595-232.346-238.669c 1.741-129.997, 108.595-234.061, 238.643-232.32
c 130.048,1.741, 234.086,108.595, 232.346,238.669C 489.779,357.197, 382.899,461.235, 252.851,459.494z M 278.963,381.005c 23.936,0.00, 31.002-13.875, 31.002-29.773
c0.00-19.84-15.898-38.195-43.008-38.195c-22.682,0.00-33.459,11.418-32.819,30.259C 234.138,359.194, 247.45,381.005, 278.963,381.005z M 217.574,76.80
c-16.358,0.00-28.339,9.933-16.896,53.606l 18.765,77.414c 3.251,12.416, 3.789,17.382,0.00,17.382c-4.89,0.00-26.138-8.576-38.707-17.024l-8.166,13.389
c 39.808,33.229, 85.581,52.736, 105.19,52.736c 16.358,0.00, 19.072-19.354, 10.906-49.126l-21.504-81.408c-3.789-14.387-2.15-19.354, 1.638-19.354
c 4.89,0.00, 20.992,5.939, 36.813,18.381l 9.242-12.416C 276.173,91.699, 233.958,76.80, 217.574,76.80z" />
<glyph unicode="&#xe085;" d="M 360.704,422.81C 331.494,443.878, 294.861,454.40, 250.726,454.40C 217.139,454.40, 188.826,446.976, 165.811,432.179C 129.28,408.986, 109.875,369.613, 107.52,314.061l 84.634,0.00
c0.00,16.179, 4.71,31.77, 14.157,46.771s 25.472,22.502, 48.077,22.502c 22.963,0.00, 38.81-6.093, 47.462-18.253c 8.678-12.211, 13.005-25.702, 13.005-40.499
c0.00-12.877-6.451-24.653-14.234-35.379c-4.275-6.246-9.933-11.981-16.922-17.254c0.00,0.00-45.901-29.44-66.074-53.094
c-11.699-13.722-12.749-34.253-13.773-63.718c-0.077-2.099, 0.717-6.426, 8.064-6.426s 59.315,0.00, 65.843,0.00s 7.885,4.838, 7.987,6.963
c 0.461,10.726, 1.664,16.205, 3.635,22.40c 3.712,11.699, 13.747,21.914, 25.062,30.694l 23.296,16.077c 21.018,16.384, 37.811,29.824, 45.21,40.371
C 395.597,282.573, 404.48,303.923, 404.48,329.242C 404.48,370.586, 389.862,401.766, 360.704,422.81z M 249.37,97.946c-29.184,0.87-53.248-19.302-54.17-50.944
c-0.922-31.616, 21.965-52.506, 51.149-53.376c 30.464-0.896, 53.888,18.637, 54.81,50.253C 302.054,75.52, 279.834,97.05, 249.37,97.946z" />
<glyph unicode="&#xe086;" d="M 252.877,459.494c-130.074-1.741-234.112-108.595-232.371-238.669c 1.741-129.997, 108.595-234.061, 238.669-232.32
c 130.022,1.741, 234.086,108.595, 232.32,238.669C 489.779,357.197, 382.925,461.235, 252.877,459.494z M 252.186,80.64L 250.88,80.64 c-20.019,0.589-34.15,15.36-33.587,35.098
c 0.563,19.379, 15.027,33.485, 34.406,33.485l 1.178-0.026c 20.582-0.614, 34.56-15.232, 33.946-35.533C 286.259,94.234, 272.00,80.64, 252.186,80.64z
M 336.435,247.859c-4.736-6.682-15.078-15.002-28.134-25.165l-14.387-9.933c-7.885-6.144-12.646-11.904-14.413-17.562
c-1.434-4.506-2.099-5.658-2.227-14.746l-0.026-2.33L 222.387,178.125 l 0.154,4.659c 0.666,19.098, 1.152,30.31, 9.062,39.603
c 12.416,14.566, 39.808,32.205, 40.96,32.947c 3.917,2.97, 7.219,6.323, 9.702,9.907c 5.76,7.936, 8.294,14.208, 8.294,20.326
c0.00,8.525-2.534,16.41-7.526,23.424c-4.813,6.784-13.952,10.214-27.162,10.214c-13.107,0.00-22.067-4.173-27.443-12.698
C 222.874,297.728, 220.109,288.538, 220.109,279.117l0.00-2.355 l-56.576,0.00 l 0.102,2.458c 1.459,34.662, 13.824,59.597, 36.762,74.163C 214.784,362.675, 232.704,367.36, 253.594,367.36
c 27.366,0.00, 50.509-6.656, 68.685-19.763c 18.432-13.286, 27.776-33.203, 27.776-59.162C 350.054,273.894, 345.472,260.25, 336.435,247.859z" />
<glyph unicode="&#xe087;" d="M 499.507,19.661L 271.462,419.814C 268.314,425.344, 262.40,428.749, 256.00,428.749c-6.40,0.00-12.288-3.405-15.462-8.934L 12.518,19.661
c-3.098-5.427-3.046-12.058, 0.128-17.434s 9.011-8.678, 15.309-8.678l 456.064,0.00 c 6.246,0.00, 12.109,3.302, 15.309,8.678
C 502.502,7.603, 502.554,14.234, 499.507,19.661z M 284.16,44.749L 227.84,44.749 l0.00,51.20 l 56.32,0.00 L 284.16,44.749 z M 284.16,134.349L 227.84,134.349 l0.00,153.60 l 56.32,0.00 L 284.16,134.349 z" />
<glyph unicode="&#xe088;" d="M 141.21,115.866c-57.907,62.285-56.883,159.872, 3.251,220.442c 24.627,24.781, 55.398,39.578, 87.398,44.442L 230.093,433.92
C 185.19,428.467, 141.722,408.422, 107.29,373.76C 26.675,292.557, 25.728,161.536, 104.141,78.541l-44.57-44.877l 141.056-7.706l-0.384,149.35L 141.21,115.866z
M 311.347,422.016l 0.384-149.35l 59.059,59.469c 57.907-62.285, 56.909-159.872-3.251-220.442c-24.627-24.806-55.398-39.578-87.424-44.442l 1.766-53.146
c 44.928,5.453, 88.397,25.498, 122.829,60.186c 80.589,81.178, 81.587,212.224, 3.123,295.194l 44.57,44.877L 311.347,422.016z" />
<glyph unicode="&#xe089;" d="M 224.589,433.92c 113.818,0.00, 206.362-91.187, 209.126-204.672L 496.64,229.248 l-94.182-104.986l-94.182,104.986l 73.114,0.00 C 378.65,313.754, 309.53,381.44, 224.589,381.44
c-86.682,0.00-156.928-70.477-156.928-157.44s 70.246-157.44, 156.928-157.44c 34.765,0.00, 66.867,11.366, 92.877,30.541l 35.968-38.502
C 317.926,30.72, 273.203,14.08, 224.589,14.08C 109.03,14.08, 15.36,108.058, 15.36,224.00C 15.36,339.942, 109.03,433.92, 224.589,433.92z" />
<glyph unicode="&#xe08a;" d="M 287.386,433.92c-113.792,0.00-206.336-91.187-209.126-204.672L 15.36,229.248 l 94.182-104.96l 94.157,104.96L 130.586,229.248 C 133.35,313.754, 202.47,381.44, 287.386,381.44
c 86.707,0.00, 156.954-70.477, 156.954-157.44s-70.246-157.44-156.954-157.44c-34.739,0.00-66.842,11.366-92.851,30.541l-35.994-38.502
C 194.048,30.72, 238.771,14.08, 287.386,14.08c 115.584,0.00, 209.28,93.978, 209.28,209.92C 496.64,339.942, 402.944,433.92, 287.386,433.92z" />
<glyph unicode="&#xe08b;" d="M 386.381,308.634L 404.48,308.634 l0.00-51.533 l 107.52,92.16l-107.52,92.16l0.00-61.107 l-18.099,0.00 c-94.541,0.00-147.866-70.067-194.918-131.891
c-42.317-55.603-78.848-103.629-137.882-103.629L0.00,144.794 l0.00-71.706 l 53.581,0.00 c 94.566,0.00, 147.866,70.093, 194.944,131.917C 290.816,260.634, 327.347,308.634, 386.381,308.634z
M 138.522,263.475c 4.019,5.222, 8.09,10.547, 12.211,15.949c 10.01,13.158, 20.582,27.034, 32.026,40.858C 148.941,351.872, 108.134,375.194, 53.581,375.194L0.00,375.194 l0.00-71.68
l 53.581,0.00 C 87.552,303.514, 114.074,287.565, 138.522,263.475z M 404.48,139.699l-18.099,0.00 c-36.019,0.00-63.642,17.894-89.344,44.493
c-2.586-3.354-5.146-6.758-7.757-10.189c-11.29-14.797-23.45-30.746-36.838-46.49c 34.739-33.894, 76.826-59.494, 133.939-59.494L 404.48,68.019 l0.00-61.44 l 107.52,92.16
l-107.52,92.211L 404.48,139.699 z" />
<glyph unicode="&#xe08c;" d="M 409.651,321.28l-276.48,0.00 L 133.171,377.60 l-107.52-92.16l 107.52-92.16L 133.171,249.60 l 256.00,0.00 l0.00-107.52 l-332.80,0.00 L 56.371,70.40 l 353.28,0.00 c 28.262,0.00, 51.20,22.938, 51.20,51.20L 460.851,270.08 C 460.851,298.368, 437.888,321.28, 409.651,321.28z
" />
<glyph unicode="&#xe08d;" d="M 102.451,147.20l 207.386,0.00 l0.00-76.80 l 122.88,112.64l-122.88,112.614l0.00-76.80 l-186.88,0.00 L 122.957,377.60 L 51.251,377.60 l0.00-179.20 C 51.251,170.138, 74.163,147.20, 102.451,147.20z" />
<glyph unicode="&#xe08e;" d="M 127.488,142.08L 127.488,275.712 L 179.20,275.712 L 89.60,377.60L0.00,275.712l 51.712,0.00 L 51.712,121.60 c0.00-28.262, 22.912-51.20, 51.20-51.20L 332.80,70.40 l-65.587,71.68L 127.488,142.08 z M 460.262,172.288L 460.262,326.40 c0.00,28.262-22.938,51.20-51.20,51.20L 179.20,377.60
l 65.562-71.68l 139.75,0.00 l0.00-133.632 L 332.80,172.288 L 422.40,70.40l 89.60,101.888L 460.262,172.288 z" />
<glyph unicode="&#xe08f;" d="M 435.20,321.28l-97.28,0.00 L 337.92,249.60 l 76.80,0.00 l0.00-107.52 L 97.28,142.08 L 97.28,249.60 L 204.80,249.60 l0.00-56.32 l 102.40,92.16L 204.80,377.60l0.00-56.32 L 76.80,321.28 c-28.262,0.00-51.20-22.912-51.20-51.20L 25.60,121.60 c0.00-28.262, 22.938-51.20, 51.20-51.20l 358.40,0.00 c 28.288,0.00, 51.20,22.938, 51.20,51.20L 486.40,270.08
C 486.40,298.368, 463.488,321.28, 435.20,321.28z" />
<glyph unicode="&#xe090;" d="M 287.411,433.92c-113.818,0.00-206.362-91.187-209.126-204.672L 15.36,229.248 l 94.182-104.986l 94.157,104.986L 130.586,229.248 C 133.35,313.754, 202.47,381.44, 287.411,381.44
c 86.682,0.00, 156.928-70.477, 156.928-157.44s-70.246-157.44-156.928-157.44c-34.765,0.00-66.867,11.366-92.877,30.541l-35.994-38.502
C 194.074,30.72, 238.797,14.08, 287.411,14.08c 115.558,0.00, 209.254,93.978, 209.254,209.92C 496.64,339.942, 402.944,433.92, 287.411,433.92z M 268.80,336.64l0.00-120.064 l 76.928-76.928
l 25.344,25.344L 304.64,231.424L 304.64,336.64 L 268.80,336.64 z" />
<glyph unicode="&#xe091;" d="M 123.29,224.00l 261.12,0.00 l0.00-122.88 l 71.68,0.00 L 456.09,244.48 c0.00,28.288-22.938,51.20-51.20,51.20l-281.60,0.00 l0.00,51.20 l-102.40-87.04l 102.40-81.92L 123.29,224.00 z" />
<glyph unicode="&#xe092;" d="M 358.40,346.88L 102.40,346.88 l0.00,51.20 L0.00,311.04l 102.40-81.92L 102.40,275.20 l 256.00,0.00 L 358.40,346.88 z M 512.00,131.84L 409.60,218.88l0.00-51.20 L 153.60,167.68 L 153.60,96.00 l 256.00,0.00 l0.00-46.08 L 512.00,131.84z" />
<glyph unicode="&#xe093;" d="M 128.00,147.20L 102.40,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 25.60,0.00 c 14.131,0.00, 25.60,11.443, 25.60,25.60S 142.131,147.20, 128.00,147.20z M 128.00,249.60L 102.40,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 25.60,0.00
c 14.131,0.00, 25.60,11.469, 25.60,25.60S 142.131,249.60, 128.00,249.60z M 128.00,352.00L 102.40,352.00 C 88.269,352.00, 76.80,340.531, 76.80,326.40s 11.469-25.60, 25.60-25.60l 25.60,0.00 c 14.131,0.00, 25.60,11.469, 25.60,25.60S 142.131,352.00, 128.00,352.00z M 230.40,300.80l 179.20,0.00
c 14.157,0.00, 25.60,11.469, 25.60,25.60s-11.443,25.60-25.60,25.60L 230.40,352.00 C 216.269,352.00, 204.80,340.531, 204.80,326.40S 216.269,300.80, 230.40,300.80z M 409.60,249.60L 230.40,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 179.20,0.00
c 14.157,0.00, 25.60,11.469, 25.60,25.60S 423.757,249.60, 409.60,249.60z M 409.60,147.20L 230.40,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 179.20,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60S 423.757,147.20, 409.60,147.20z" />
<glyph unicode="&#xe094;" d="M 179.20,249.60L 25.60,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 153.60,0.00 c 14.131,0.00, 25.60,11.469, 25.60,25.60S 193.331,249.60, 179.20,249.60z M 179.20,147.20L 25.60,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 153.60,0.00
c 14.131,0.00, 25.60,11.443, 25.60,25.60S 193.331,147.20, 179.20,147.20z M 496.64,249.60L 409.60,249.60 L 409.60,336.64 C 409.60,350.771, 398.157,352.00, 384.00,352.00s-25.60-1.229-25.60-15.36L 358.40,249.60 l-84.48,0.00 C 259.763,249.60, 258.56,238.131, 258.56,224.00
s 1.229-25.60, 15.386-25.60L 358.40,198.40 l0.00-87.04 c0.00-14.131, 11.443-15.36, 25.60-15.36s 25.60,1.229, 25.60,15.36L 409.60,198.40 l 87.04,0.00 c 14.131,0.00, 15.36,11.469, 15.36,25.60S 510.771,249.60, 496.64,249.60z M 179.20,352.00L 25.60,352.00
C 11.469,352.00,0.00,340.531,0.00,326.40s 11.469-25.60, 25.60-25.60l 153.60,0.00 c 14.131,0.00, 25.60,11.469, 25.60,25.60S 193.331,352.00, 179.20,352.00z" />
<glyph unicode="&#xe095;" d="M 189.44,377.60L 143.36,377.60 C 115.20,377.60, 102.40,364.80, 102.40,336.64l0.00-46.08 C 102.40,262.40, 115.20,249.60, 143.36,249.60l 46.08,0.00 C 217.60,249.60, 230.40,262.40, 230.40,290.56L 230.40,336.64 C 230.40,364.80, 217.60,377.60, 189.44,377.60z M 368.64,377.60L 322.56,377.60
C 294.40,377.60, 281.60,364.80, 281.60,336.64l0.00-46.08 C 281.60,262.40, 294.40,249.60, 322.56,249.60L 368.64,249.60 C 396.80,249.60, 409.60,262.40, 409.60,290.56L 409.60,336.64 C 409.60,364.80, 396.80,377.60, 368.64,377.60z M 189.44,198.40L 143.36,198.40
C 115.20,198.40, 102.40,185.60, 102.40,157.44L 102.40,111.36 C 102.40,83.20, 115.20,70.40, 143.36,70.40l 46.08,0.00 C 217.60,70.40, 230.40,83.20, 230.40,111.36L 230.40,157.44 C 230.40,185.60, 217.60,198.40, 189.44,198.40z M 368.64,198.40L 322.56,198.40
c-28.16,0.00-40.96-12.80-40.96-40.96L 281.60,111.36 c0.00-28.16, 12.80-40.96, 40.96-40.96L 368.64,70.40 c 28.16,0.00, 40.96,12.80, 40.96,40.96L 409.60,157.44 C 409.60,185.60, 396.80,198.40, 368.64,198.40z" />
<glyph unicode="&#xe096;" d="M 409.60,249.60L 102.40,249.60 c-14.131,0.00-25.60-11.469-25.60-25.60s 11.469-25.60, 25.60-25.60l 307.20,0.00 c 14.157,0.00, 25.60,11.469, 25.60,25.60S 423.757,249.60, 409.60,249.60z M 102.40,300.80l 307.20,0.00 c 14.157,0.00, 25.60,11.469, 25.60,25.60
s-11.443,25.60-25.60,25.60L 102.40,352.00 C 88.269,352.00, 76.80,340.531, 76.80,326.40S 88.269,300.80, 102.40,300.80z M 409.60,147.20L 102.40,147.20 c-14.131,0.00-25.60-11.443-25.60-25.60s 11.469-25.60, 25.60-25.60l 307.20,0.00 c 14.157,0.00, 25.60,11.443, 25.60,25.60
S 423.757,147.20, 409.60,147.20z" />
<glyph unicode="&#xe097;" d="M 184.909,201.728l 143.36,0.00 l0.00,46.08 l-143.36,0.00 L 184.909,201.728 z M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.16,454.40, 384.00,454.40z
M 384.00,44.80L 128.00,44.80 L 128.00,403.20 l 256.00,0.00 L 384.00,44.80 z M 327.68,347.674L 184.32,347.674 l0.00-44.80 l 143.36,0.00 L 327.68,347.674 z M 327.68,146.688L 184.32,146.688 l0.00-44.80 l 143.36,0.00 L 327.68,146.688 z" />
<glyph unicode="&#xe098;" d="M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.16,454.40, 384.00,454.40z M 148.787,347.674l 214.40,0.00 l0.00-44.80 L 148.787,302.874 L 148.787,347.674
z M 363.187,101.888L 148.787,101.888 l0.00,44.80 l 214.40,0.00 L 363.187,101.888 z M 363.802,201.728L 149.402,201.728 l0.00,46.08 l 214.40,0.00 L 363.802,201.728 z" />
<glyph unicode="&#xe099;" d="M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.16,454.40, 384.00,454.40z M 384.00,44.80L 128.00,44.80 L 128.00,403.20 l 256.00,0.00 L 384.00,44.80 z" />
<glyph unicode="&#xe09a;" d="M 496.589,290.202L 305.997,341.248L 272.64,465.715c-2.79,10.394-13.926,16.461-24.883,13.517L 15.437,416.998
C 4.48,414.08-2.125,403.251, 0.64,392.858l 82.662-308.531c 2.79-10.394, 13.926-16.461, 24.858-13.517l 92.493,24.781l-12.621-47.053
c-2.79-10.419, 3.814-21.222, 14.771-24.166l 207.616-55.629c 10.957-2.918, 22.093,3.123, 24.883,13.517l 76.058,283.802
C 514.15,276.454, 507.546,287.283, 496.589,290.202z M 41.83,387.021l 200.422,53.658l 74.214-276.941l-200.448-53.658L 41.83,387.021z M 401.382,7.296
l-174.464,47.718L 240.64,106.291l 99.866,26.752c 10.957,2.944, 17.587,13.747, 14.797,24.166l-38.605,144.051l 152.218-41.754L 401.382,7.296z" />
<glyph unicode="&#xe09b;" d="M0.00,352.00l0.00-256.00 c0.00-28.16, 23.04-51.20, 51.20-51.20l 409.60,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 512.00,352.00 c0.00,28.16-23.04,51.20-51.20,51.20L 51.20,403.20 C 23.04,403.20,0.00,380.16,0.00,352.00z M 460.80,352.00l0.00-256.00 L 51.20,96.00 L 51.20,352.00 L 460.80,352.00 z" />
<glyph unicode="&#xe09c;" d="M 438.40,296.371l-52.378,144.282c-3.866,10.65-15.232,16.282-25.318,12.595L 12.621,326.195C 2.509,322.534-2.586,310.912, 1.28,300.262
l 55.219-152.115L 56.499,229.683 c0.00,36.787, 29.389,66.688, 65.562,66.688l 91.981,0.00 l 109.696,77.005l 63.488-77.005L 438.40,296.371 z M 492.493,250.189L 122.061,250.189
c-10.752,0.00-19.507-9.19-19.507-20.531l0.00-241.178 c0.00-11.315, 8.73-20.531, 19.507-20.531l 370.432,0.00 c 10.778,0.00, 19.507,9.19, 19.507,20.531L 512.00,229.683
C 512.00,240.998, 503.27,250.189, 492.493,250.189z M 464.23,19.277L 157.158,19.277 l0.00,44.006 l 47.232,109.952l 70.886-87.987l 66.483,68.147l 85.478,30.848l 36.992-82.483
L 464.23,19.277 z" />
<glyph unicode="&#xe09d;" d="M 506.88,352.00L 506.88,382.72 C 506.88,394.035, 497.69,403.20, 486.40,403.20L 25.60,403.20 C 14.285,403.20, 5.12,394.035, 5.12,382.72L 5.12,352.00 l 51.20,0.00 l0.00-51.20 l-51.20,0.00 l0.00-51.20 l 51.20,0.00 l0.00-51.20 l-51.20,0.00 l0.00-51.20 l 51.20,0.00 l0.00-51.20 l-51.20,0.00 l0.00-30.72
C 5.12,53.965, 14.285,44.80, 25.60,44.80l 460.80,0.00 c 11.29,0.00, 20.48,9.165, 20.48,20.48L 506.88,96.00 l-51.20,0.00 l0.00,51.20 l 51.20,0.00 l0.00,51.20 l-51.20,0.00 L 455.68,249.60 l 51.20,0.00 L 506.88,300.80 l-51.20,0.00 L 455.68,352.00 L 506.88,352.00 z M 199.68,147.20L 199.68,300.80 l 128.00-76.80L 199.68,147.20z" />
<glyph unicode="&#xe09e;" d="M 384.00,454.40L 128.00,454.40 C 99.84,454.40, 76.80,431.36, 76.80,403.20l0.00-358.40 c0.00-28.16, 23.04-51.20, 51.20-51.20l 256.00,0.00 c 28.186,0.00, 51.20,23.04, 51.20,51.20L 435.20,403.20 C 435.20,431.36, 412.186,454.40, 384.00,454.40z M 327.578,210.662
c-6.067-9.472-9.293-5.427-7.475,0.00c 4.813,14.285, 4.634,57.523-35.635,63.846l0.00-133.453 c0.00-24.883-14.336-40.499-44.80-50.278
c-29.594-9.472-62.72,0.384-70.477,21.658c-7.731,21.248, 9.677,47.104, 38.886,57.754c 16.307,5.914, 32.845,5.862, 45.594,0.922L 253.67,359.373 l 30.797,0.00
C 284.467,327.04, 371.021,278.246, 327.578,210.662z" />
<glyph unicode="&#xe09f;" d="M 488.192,300.80L 23.808,300.80 C 0.256,300.80-0.947,289.331, 0.358,275.302l 21.12-230.605C 22.758,30.669, 26.086,19.20, 49.613,19.20l 412.80,0.00
c 24.013,0.00, 26.854,11.469, 28.134,25.498l 21.12,230.605C 512.922,289.331, 511.77,300.80, 488.192,300.80z M 471.142,357.12C 468.326,368.384, 454.374,377.60, 440.192,377.60l-174.438,0.00
C 251.546,377.60, 231.731,385.715, 221.67,395.674L 206.413,410.726C 196.378,420.685, 176.538,428.80, 162.355,428.80L 79.002,428.80 C 64.819,428.80, 51.917,417.357, 50.355,403.354L 42.88,336.64
l 433.434,0.00 L 471.142,357.12z" />
<glyph unicode="&#xe0a0;" d="M 434.381,352.00c0.00,25.60-25.472,25.60-25.472,25.60L 103.091,377.60 c0.00,0.00-25.472,0.00-25.472-25.60l0.00-25.60 l 356.762,0.00 L 434.381,352.00 z M 357.914,428.80L 154.061,428.80 c0.00,0.00-25.472,0.00-25.472-25.60l 254.822,0.00
C 383.411,428.80, 357.914,428.80, 357.914,428.80z M 485.325,326.40c-15.078,15.155-15.078,15.155-15.078,15.155L 470.246,300.80 L 41.728,300.80 L 41.728,341.555 c0.00,0.00,0.00,0.00-15.078-15.155
S 0.768,307.174, 6.861,275.174C 12.877,243.302, 42.138,68.454, 46.464,44.80c 4.787-25.958, 31.155-25.60, 31.155-25.60l 356.762,0.00 c0.00,0.00, 26.368-0.358, 31.155,25.60
c 4.352,23.654, 33.587,198.502, 39.629,230.374C 511.232,307.174, 500.429,311.245, 485.325,326.40z M 357.914,188.16c0.00,0.00,0.00-25.60-25.498-25.60L 179.558,162.56
c-25.472,0.00-25.472,25.60-25.472,25.60l0.00,51.20 l 35.686,0.00 L 189.773,198.40 l 132.429,0.00 L 322.202,239.36 l 35.738,0.00 L 357.939,188.16 z" />
<glyph unicode="&#xe0a1;" d="M 86.758,277.453l 28.211-248.55C 116.48,17.101, 173.466-21.709, 256.00-21.76c 82.534,0.051, 139.546,38.861, 141.056,50.662l 28.211,248.55
C 382.157,253.338, 317.722,241.92, 256.00,241.92S 129.843,253.338, 86.758,277.453z M 337.075,431.053l-21.99,24.397C 306.611,467.507, 297.395,469.76, 279.45,469.76L 232.55,469.76
c-17.92,0.00-27.136-2.253-35.635-14.31L 174.95,431.053C 109.158,419.558, 61.44,389.069, 61.44,366.592l0.00-4.378 c0.00-39.578, 87.091-71.68, 194.56-71.68s 194.56,32.102, 194.56,71.68
L 450.56,366.592 C 450.56,389.069, 402.867,419.558, 337.075,431.053z M 308.966,374.042L 276.915,408.32L 235.085,408.32 L 203.034,374.042L 159.514,374.042 c0.00,0.00, 47.667,56.832, 54.042,64.538
C 218.419,444.467, 223.411,446.72, 229.862,446.72l 52.301,0.00 c 6.451,0.00, 11.418-2.253, 16.307-8.141c 6.349-7.706, 54.042-64.538, 54.042-64.538L 308.966,374.042 z" />
<glyph unicode="&#xe0a2;" d="M 256.00,428.749l-133.12-124.928l 84.48,0.00 l0.00-131.072 l 97.28,0.00 l0.00,131.072 l 84.506,0.00 L 256.00,428.749z M 495.104,133.274l-81.51,54.835l-50.253,0.00 l 87.04-66.765l-90.752,0.00
c-2.611,0.00-4.941-1.331-6.144-3.405l-20.89-57.216L 179.405,60.723 l-20.915,57.216c-1.152,2.074-3.533,3.405-6.144,3.405L 61.619,121.344 l 87.066,66.765L 98.406,188.109
l-81.485-54.835c-12.134-7.245-19.379-23.962-16.128-37.094l 14.362-78.694c 3.251-13.158, 17.69-23.936, 32.026-23.936l 417.613,0.00
c 14.387,0.00, 28.80,10.778, 32.051,23.936l 14.362,78.694C 514.509,109.338, 507.238,126.029, 495.104,133.274z" />
<glyph unicode="&#xe0a3;" d="M 495.104,133.274l-81.51,54.835l-50.253,0.00 l 87.04-66.765l-90.752,0.00 c-2.611,0.00-4.941-1.331-6.144-3.405l-20.89-57.216L 179.405,60.723 l-20.915,57.216
c-1.152,2.074-3.533,3.405-6.144,3.405L 61.619,121.344 l 87.066,66.765L 98.406,188.109 l-81.485-54.835c-12.134-7.245-19.379-23.962-16.128-37.094l 14.362-78.694
c 3.251-13.158, 17.69-23.936, 32.026-23.936l 417.613,0.00 c 14.387,0.00, 28.80,10.778, 32.051,23.936l 14.362,78.694
C 514.509,109.338, 507.238,126.029, 495.104,133.274z M 389.146,297.677L 304.64,297.677 l0.00,131.072 l-97.28,0.00 l0.00-131.072 L 122.88,297.677 l 133.12-124.928L 389.146,297.677z" />
<glyph unicode="&#xe0a4;" d="M 388.403,428.80L 102.40,428.80 C 74.24,428.80, 51.20,405.76, 51.20,377.60l0.00-307.20 c0.00-28.16, 23.04-51.20, 51.20-51.20l 307.20,0.00 c 28.16,0.00, 51.20,23.04, 51.20,51.20L 460.80,348.749 L 388.403,428.80z M 358.40,275.20c0.00-14.08-11.52-25.60-25.60-25.60L 179.20,249.60
C 165.12,249.60, 153.60,261.12, 153.60,275.20L 153.60,403.20 l 204.80,0.00 L 358.40,275.20 z M 332.80,377.60l-51.20,0.00 l0.00-102.40 l 51.20,0.00 L 332.80,377.60 z" />
<glyph unicode="&#xe0a5;" d="M 478.31,188.211l-80.589,191.795c-6.349,12.80-23.245,23.27-37.555,23.27L 307.712,403.277 L 317.44,299.213L 386.56,299.213 L 256.00,190.925L 125.44,299.213l 69.12,0.00
l 9.728,104.038L 151.859,403.251 c-14.285,0.00-31.181-10.47-37.555-23.27l-80.589-191.795c-6.40-12.80-9.677-34.816-7.347-48.947l 17.408-94.362
c 2.355-14.106, 15.949-25.651, 30.234-25.651l 364.006,0.00 c 14.31,0.00, 27.904,11.546, 30.259,25.651l 17.408,94.362
C 487.987,153.37, 484.71,175.411, 478.31,188.211z M 443.392,120.986l-6.605-38.451c-1.997-14.771-15.309-26.854-29.542-26.854L 104.755,55.68
c-14.259,0.00-27.571,12.083-29.542,26.854l-6.63,38.451c-1.971,14.771, 8.09,26.854, 22.349,26.854l 330.138,0.00
C 435.354,147.814, 445.389,135.757, 443.392,120.986z" />
<glyph unicode="&#xe0a6;" d="M 389.453,284.442c-7.04,0.00-13.978-0.614-20.71-1.741c-16.794,54.912-68.813,94.925-130.458,94.925c-75.213,0.00-136.166-59.597-136.166-133.12
c0.00-6.554, 0.512-13.005, 1.459-19.328C 99.968,225.587, 96.333,225.869, 92.595,225.869C 41.472,225.869,0.00,185.318,0.00,135.347
c0.00-49.997, 41.472-90.522, 92.595-90.522l 296.858,0.00 c 67.712,0.00, 122.547,53.658, 122.547,119.808C 512.00,230.81, 457.139,284.442, 389.453,284.442z" />
<glyph unicode="&#xe0a7;" d="M 389.453,284.442c-7.04,0.00-13.978-0.614-20.71-1.741c-16.794,54.912-68.813,94.925-130.458,94.925c-75.213,0.00-136.166-59.597-136.166-133.12
c0.00-6.554, 0.512-13.005, 1.459-19.328C 99.968,225.587, 96.333,225.869, 92.595,225.869C 41.472,225.869,0.00,185.318,0.00,135.347
c0.00-49.997, 41.472-90.522, 92.595-90.522L 220.16,44.826 l0.00,97.28 L 166.40,142.106 l 89.60,117.76l 89.60-117.76l-53.76,0.00 l0.00-97.28 l 97.587,0.00 c 67.712,0.00, 122.547,53.658, 122.547,119.808
C 512.00,230.81, 457.139,284.442, 389.453,284.442z" />
<glyph unicode="&#xe0a8;" d="M 322.56,454.40L 184.32,454.40 C 170.163,454.40, 163.84,442.931, 163.84,428.80l0.00-435.20 l 92.16,92.16l 92.16-92.16L 348.16,428.80 C 348.16,442.931, 336.691,454.40, 322.56,454.40z" />
<glyph unicode="&#xe0a9;" d="M 371.20,480.00l-107.52,0.00 C 249.549,480.00, 243.20,468.531, 243.20,454.40l 51.20,0.00 c 14.157,0.00, 25.60-11.469, 25.60-25.60l0.00-317.44 l 76.80-92.16L 396.80,454.40 C 396.80,468.531, 385.357,480.00, 371.20,480.00z M 243.20,403.20L 135.68,403.20
C 121.549,403.20, 115.20,391.731, 115.20,377.60l0.00-409.60 l 76.80,92.16l 76.80-92.16L 268.80,377.60 C 268.80,391.731, 257.357,403.20, 243.20,403.20z" />
<glyph unicode="&#xe0aa;" d="M 199.68,165.862l-102.40,40.986l0.00-34.662 l 102.40-40.986L 199.68,165.862 z M 199.68,272.23l-102.40,40.96L 97.28,278.528 l 102.40-40.96L 199.68,272.23 z M 475.162,449.997
c-7.014,4.762-15.974,5.734-23.859,2.586L 256.00,374.451L 60.698,452.582C 52.813,455.731, 43.878,454.758, 36.838,449.997C 29.824,445.235, 25.60,437.299, 25.60,428.80l0.00-327.68
c0.00-10.47, 6.374-19.866, 16.077-23.782l 204.365-81.741c0.00,0.00, 4.198-1.357, 4.966-1.51C 252.672-6.221, 254.336-6.40, 256.00-6.40
c 1.638,0.00, 3.328,0.179, 4.966,0.512c 0.768,0.154, 4.966,1.536, 4.966,1.536l 204.339,81.715C 480.026,81.254, 486.40,90.65, 486.40,101.12L 486.40,428.80
C 486.40,437.299, 482.176,445.235, 475.162,449.997z M 230.40,45.978l-163.84,65.536L 66.56,398.438 L 230.40,332.877L 230.40,45.978 z M 445.44,111.488l-163.84-65.536L 281.60,332.877 l 163.84,65.562L 445.44,111.488 z
M 414.72,206.848l-102.426-40.986l0.00-34.662 l 102.426,40.986L 414.72,206.848 z M 414.72,313.19l-102.426-40.96L 312.294,237.568 l 102.426,40.96L 414.72,313.19 z" />
<glyph unicode="&#xe0ab;" d="M 427.469,237.133L 208.307,372.915c-15.974,10.47-29.03,2.739-29.03-17.152l0.00-263.578 c0.00-19.891, 13.082-27.597, 29.03-17.126l 219.187,135.782
c0.00,0.00, 7.782,5.478, 7.782,13.158C 435.251,231.654, 427.469,237.133, 427.469,237.133z" />
<glyph unicode="&#xe0ac;" d="M 345.60,403.20c-25.446,0.00-46.08-7.834-46.08-33.28l0.00-291.84 c0.00-25.446, 20.634-33.28, 46.08-33.28s 46.08,7.834, 46.08,33.28L 391.68,369.92 C 391.68,395.366, 371.046,403.20, 345.60,403.20zM 166.40,403.20C 140.954,403.20, 120.32,395.366, 120.32,369.92l0.00-291.84 c0.00-25.446, 20.634-33.28, 46.08-33.28s 46.08,7.834, 46.08,33.28L 212.48,369.92 C 212.48,395.366, 191.846,403.20, 166.40,403.20z" />
<glyph unicode="&#xe0ad;" d="M 256.00,403.20c-98.97,0.00-179.20-80.23-179.20-179.20c0.00-98.97, 80.23-179.20, 179.20-179.20c 98.944,0.00, 179.20,80.23, 179.20,179.20C 435.20,322.97, 354.944,403.20, 256.00,403.20z" />
<glyph unicode="&#xe0ae;" d="M 371.20,377.60l-230.40,0.00 C 115.354,377.60, 102.40,369.766, 102.40,344.32l0.00-240.64 C 102.40,78.234, 115.354,70.40, 140.80,70.40l 230.40,0.00 c 25.446,0.00, 38.40,7.834, 38.40,33.28L 409.60,344.32 C 409.60,369.766, 396.646,377.60, 371.20,377.60
z" />
<glyph unicode="&#xe0af;" d="M 469.018,236.262l-191.027,126.72C 263.322,372.762, 251.29,365.568, 251.29,347.008l0.00-245.99 c0.00-18.586, 12.032-25.779, 26.701-15.974l 191.027,126.694
c0.00,0.00, 7.142,5.12, 7.142,12.262S 469.018,236.262, 469.018,236.262z M 236.698,236.262L 52.275,363.008C 37.632,372.762, 25.626,365.568, 25.626,347.008l0.00-245.99
c0.00-18.586, 12.006-25.779, 26.675-15.974l 184.422,126.694c0.00,0.00, 7.142,5.12, 7.142,12.262S 236.698,236.262, 236.698,236.262z" />
<glyph unicode="&#xe0b0;" d="M 35.814,224.00c0.00-7.142, 7.142-12.262, 7.142-12.262l 191.053-126.694c 14.643-9.805, 26.675-2.611, 26.675,15.974L 260.685,347.008
c0.00,18.586-12.032,25.754-26.675,16.00l-191.053-126.72C 42.982,236.262, 35.814,231.142, 35.814,224.00z M 268.16,224.00c0.00-7.142, 7.142-12.262, 7.142-12.262
l 184.397-126.694c 14.669-9.805, 26.675-2.611, 26.675,15.974L 486.374,347.008 c0.00,18.586-12.006,25.754-26.675,16.00l-184.397-126.72
C 275.302,236.262, 268.16,231.142, 268.16,224.00z" />
<glyph unicode="&#xe0b1;" d="M 191.616,224.00c0.00-6.605, 6.707-11.315, 6.707-11.315l 186.24-116.966C 398.362,86.682, 409.60,93.338, 409.60,110.438L 409.60,337.562
c0.00,17.126-11.238,23.782-25.037,14.746l-186.24-116.992C 198.323,235.29, 191.616,230.605, 191.616,224.00z M 102.40,342.861l0.00-237.722 c0.00-22.733, 15.667-29.696, 38.40-29.696
S 179.20,82.406, 179.20,105.114L 179.20,342.861 c0.00,22.758-15.667,29.722-38.40,29.722S 102.40,365.594, 102.40,342.861z" />
<glyph unicode="&#xe0b2;" d="M 313.677,235.315l-186.24,116.992C 113.664,361.318, 102.40,354.688, 102.40,337.536l0.00-227.098 c0.00-17.152, 11.264-23.757, 25.037-14.746l 186.24,116.966
c0.00,0.00, 6.733,4.736, 6.733,11.315S 313.677,235.315, 313.677,235.315z M 371.20,372.582c-22.733,0.00-38.40-6.989-38.40-29.722l0.00-237.722
c0.00-22.758, 15.667-29.747, 38.40-29.747s 38.40,6.989, 38.40,29.747L 409.60,342.861 C 409.60,365.594, 393.933,372.582, 371.20,372.582z" />
<glyph unicode="&#xe0b3;" d="M 297.293,425.933l 61.542-49.818l-77.568-75.008l 51.20-51.20l 75.059,77.619l 50.995-62.899L 458.522,425.933 L 297.293,425.933 z M 178.893,198.707l-75.034-77.568l-50.432,62.234
l0.00-161.28 l 161.28,0.00 l-62.234,50.406l 77.594,75.034L 178.893,198.707z" />
<glyph unicode="&#xe0b4;" d="M 104.96,119.04L 25.60,44.80l 51.20-51.20l 74.24,79.36l 51.20-53.76l0.00,151.04 L 51.20,170.24 L 104.96,119.04z M 486.40,403.20l-51.20,51.20l-74.24-79.36l-51.20,53.76l0.00-151.04 L 460.80,277.76 l-53.76,51.20L 486.40,403.20z" />
<glyph unicode="&#xe0b5;" d="M 485.555,135.987c0.00-22.554-18.458-40.96-40.986-40.96l-399.36,0.00 c-22.528,0.00-25.165,9.446-5.837,21.043l 411.034,231.782
c 19.328,11.597, 35.149,2.637, 35.149-19.891L 485.555,135.987 z" />
<glyph unicode="&#xe0b6;" d="M 112.589,345.318C 83.866,316.672-41.728,137.60, 66.79,29.133c 108.442-108.493, 287.488,17.075, 316.237,45.824
c 28.723,28.646-8.55,112.512-83.251,187.187C 225.101,336.845, 141.338,374.118, 112.589,345.318z M 349.722,99.84c-8.474-8.422-74.112,11.699-137.293,74.906
C 149.274,238.003, 129.101,303.616, 137.574,312.09c 8.397,8.474, 74.112-11.699, 137.216-74.931C 338.022,174.003, 358.195,108.314, 349.722,99.84z M 353.587,301.594
c 6.554,0.00, 13.107,2.509, 18.099,7.501l 48.768,48.794c 10.01,10.01, 10.01,26.189,0.00,36.198s-26.214,10.01-36.198,0.00l-48.768-48.794
c-10.01-9.984-10.01-26.189,0.00-36.198C 340.454,304.102, 347.034,301.594, 353.587,301.594z M 261.402,364.928c 3.968-2.227, 8.243-3.277, 12.493-3.277
c 8.96,0.00, 17.638,4.736, 22.349,13.107l 27.674,49.408c 6.912,12.339, 2.509,27.955-9.83,34.842s-27.93,2.509-34.842-9.83l-27.674-49.408
C 244.685,387.456, 249.062,371.84, 261.402,364.928z M 485.35,287.744c-6.938,12.339-22.528,16.717-34.842,9.83l-49.408-27.674
c-12.314-6.912-16.717-22.502-9.83-34.842c 4.71-8.371, 13.389-13.107, 22.349-13.107c 4.25,0.00, 8.55,1.075, 12.493,3.277l 49.408,27.674
C 487.859,259.814, 492.262,275.43, 485.35,287.744z" />
<glyph unicode="&#xe0b7;" d="M 474.138,442.138c-9.984,10.01-26.189,10.01-36.198,0.00L 37.862,42.061c-10.01-10.01-10.01-26.214,0.00-36.198
c 4.992-4.992, 11.546-7.501, 18.099-7.501s 13.107,2.509, 18.099,7.501L 474.138,405.939C 484.147,415.949, 484.147,432.179, 474.138,442.138z
M 363.546,244.659c 35.558-48.23, 46.541-90.112, 39.91-96.742c-6.656-6.605-48.486,4.378-96.717,39.962l-141.466-141.491
c 107.162-47.053, 246.451,51.61, 271.488,76.646c 23.68,23.629, 2.483,84.762-47.514,147.328L 363.546,244.659z M 221.875,276.762
c-28.134,42.419-36.608,77.363-30.566,83.43c 5.965,6.016, 40.96-2.483, 83.379-30.618l 26.189,26.189C 242.918,398.618, 188.365,415.488, 166.323,393.37
C 142.541,369.664, 52.429,242.918, 83.584,138.47L 221.875,276.762z" />
<glyph unicode="&#xe0b8;" d="M 358.40,106.24c-25.267,0.00-47.002-15.309-56.422-37.12L 217.60,69.12 c-36.147,0.00-39.526,30.515-39.68,39.68l0.00,99.021 c 11.034-5.094, 24.141-8.141, 39.68-8.141
l 84.378,0.00 c 9.421-21.837, 31.155-37.12, 56.422-37.12c 33.92,0.00, 61.44,27.52, 61.44,61.44S 392.32,285.44, 358.40,285.44c-25.267,0.00-47.002-15.309-56.422-37.12L 217.60,248.32
c-36.147,0.00-39.526,30.515-39.68,39.68L 177.92,346.778 C 199.757,356.198, 215.014,377.933, 215.014,403.20c0.00,33.92-27.494,61.44-61.414,61.44S 92.16,437.12, 92.16,403.20
c0.00-25.267, 15.309-46.976, 37.12-56.422L 129.28,108.80 c0.00-35.507, 23.526-88.32, 88.32-88.32l 84.378,0.00 c 9.421-21.837, 31.155-37.12, 56.422-37.12
c 33.92,0.00, 61.44,27.494, 61.44,61.44C 419.84,78.72, 392.32,106.24, 358.40,106.24z M 358.40,259.456c 19.584,0.00, 35.456-15.872, 35.456-35.456s-15.872-35.456-35.456-35.456
s-35.456,15.872-35.456,35.456S 338.816,259.456, 358.40,259.456z M 118.144,403.20c0.00,19.584, 15.872,35.456, 35.456,35.456S 189.056,422.784, 189.056,403.20S 173.184,367.744, 153.60,367.744
S 118.144,383.616, 118.144,403.20z M 358.40,9.344c-19.584,0.00-35.456,15.872-35.456,35.456s 15.872,35.456, 35.456,35.456s 35.456-15.872, 35.456-35.456
S 377.984,9.344, 358.40,9.344z" />
<glyph unicode="&#xe0b9;" d="M 419.84,377.60c0.00,33.92-27.494,61.44-61.44,61.44S 296.96,411.52, 296.96,377.60c0.00-24.909, 14.848-46.31, 36.147-55.962c-5.811-49.869-37.939-59.93-84.352-74.419
C 226.227,240.179, 200.038,231.987, 177.92,216.064L 177.92,321.178 C 199.757,330.624, 215.04,352.333, 215.04,377.60c0.00,33.92-27.52,61.44-61.44,61.44C 119.654,439.04, 92.16,411.52, 92.16,377.60
c0.00-25.267, 15.283-46.976, 37.12-56.422l0.00-194.381 C 107.443,117.402, 92.16,95.693, 92.16,70.40c0.00-33.92, 27.494-61.44, 61.44-61.44c 33.92,0.00, 61.44,27.52, 61.44,61.44
c0.00,24.909-14.848,46.31-36.173,55.962c 5.837,49.869, 37.99,59.955, 84.378,74.419c 47.181,14.746, 110.746,34.637, 118.63,120.038
C 404.147,330.086, 419.84,352.00, 419.84,377.60z M 118.144,377.60c0.00,19.584, 15.872,35.456, 35.456,35.456S 189.056,397.184, 189.056,377.60S 173.184,342.144, 153.60,342.144
S 118.144,358.016, 118.144,377.60z M 153.60,34.944c-19.584,0.00-35.456,15.872-35.456,35.456S 134.016,105.856, 153.60,105.856S 189.056,89.984, 189.056,70.40
S 173.184,34.944, 153.60,34.944z M 358.40,342.144c-19.558,0.00-35.456,15.872-35.456,35.456S 338.842,413.056, 358.40,413.056S 393.856,397.184, 393.856,377.60
S 377.958,342.144, 358.40,342.144z" />
<glyph unicode="&#xe0ba;" d="M 459.494,101.222L 459.494,160.00 c0.00,35.507-23.501,88.32-88.294,88.32l-51.20,0.00 c-36.147,0.00-39.501,17.715-39.68,26.88L 280.32,346.778
C 302.157,356.224, 317.44,377.933, 317.44,403.20c0.00,33.92-27.494,61.44-61.44,61.44C 222.054,464.64, 194.56,437.12, 194.56,403.20c0.00-25.267, 15.283-46.976, 37.12-56.422L 231.68,275.20
c0.00-6.63-1.92-26.88-39.68-26.88l-51.20,0.00 c-64.794,0.00-88.32-52.813-88.32-88.32l0.00-58.778 C 30.643,91.802, 15.36,70.067, 15.36,44.80c0.00-33.92, 27.494-61.44, 61.44-61.44
c 33.92,0.00, 61.44,27.52, 61.44,61.44c0.00,25.267-15.283,47.002-37.12,56.422L 101.12,160.00 c0.00,6.63, 1.92,39.68, 39.68,39.68l 51.20,0.00 c 15.539,0.00, 28.646,2.355, 39.68,6.349
l0.00-104.806 C 209.843,91.802, 194.56,70.067, 194.56,44.80c0.00-33.92, 27.494-61.44, 61.44-61.44c 33.946,0.00, 61.44,27.52, 61.44,61.44c0.00,25.267-15.309,47.002-37.146,56.422
l0.00,104.806 c 11.034-3.994, 24.141-6.349, 39.68-6.349l 51.20,0.00 c 36.147,0.00, 39.501-30.515, 39.706-39.68l0.00-58.778 C 389.043,91.802, 373.76,70.067, 373.76,44.80
c0.00-33.92, 27.494-61.44, 61.44-61.44s 61.44,27.52, 61.44,61.44C 496.64,70.067, 481.357,91.802, 459.494,101.222z M 112.256,44.80c0.00-19.584-15.872-35.456-35.456-35.456
S 41.344,25.216, 41.344,44.80S 57.216,80.256, 76.80,80.256S 112.256,64.384, 112.256,44.80z M 220.544,403.20c0.00,19.584, 15.898,35.456, 35.456,35.456
c 19.558,0.00, 35.43-15.872, 35.43-35.456S 275.558,367.744, 256.00,367.744C 236.442,367.744, 220.544,383.616, 220.544,403.20z M 291.456,44.80
c0.00-19.584-15.898-35.456-35.43-35.456c-19.584,0.00-35.456,15.872-35.456,35.456S 236.442,80.256, 256.00,80.256C 275.558,80.256, 291.456,64.384, 291.456,44.80z
M 435.20,9.344c-19.558,0.00-35.456,15.872-35.456,35.456s 15.898,35.456, 35.456,35.456s 35.456-15.872, 35.456-35.456S 454.758,9.344, 435.20,9.344z" />
<glyph unicode="&#xe0bb;" d="M 280.32,126.822L 280.32,321.203 C 302.157,330.624, 317.44,352.333, 317.44,377.60c0.00,33.946-27.52,61.44-61.44,61.44S 194.56,411.546, 194.56,377.60
c0.00-25.267, 15.309-46.976, 37.12-56.397l0.00-194.381 C 209.843,117.402, 194.56,95.693, 194.56,70.40c0.00-33.92, 27.52-61.44, 61.44-61.44s 61.44,27.52, 61.44,61.44
C 317.44,95.693, 302.157,117.402, 280.32,126.822z M 220.544,377.60c0.00,19.584, 15.872,35.456, 35.456,35.456S 291.456,397.184, 291.456,377.60S 275.584,342.144, 256.00,342.144
S 220.544,358.016, 220.544,377.60z M 256.00,34.944c-19.584,0.00-35.456,15.872-35.456,35.456s 15.872,35.456, 35.456,35.456s 35.456-15.872, 35.456-35.456
S 275.584,34.944, 256.00,34.944z" />
<glyph unicode="&#xe0bc;" d="M 215.04,377.60c0.00,33.946-27.52,61.44-61.44,61.44C 119.68,439.04, 92.16,411.546, 92.16,377.60c0.00-25.267, 15.283-46.976, 37.12-56.397l0.00-194.381
C 107.443,117.402, 92.16,95.693, 92.16,70.40c0.00-33.92, 27.52-61.44, 61.44-61.44c 33.946,0.00, 61.44,27.52, 61.44,61.44c0.00,25.293-15.309,47.002-37.12,56.422L 177.92,321.203
C 199.757,330.624, 215.04,352.333, 215.04,377.60z M 189.056,70.40c0.00-19.584-15.872-35.456-35.456-35.456c-19.558,0.00-35.43,15.872-35.43,35.456S 134.042,105.856, 153.60,105.856
C 173.184,105.856, 189.056,89.984, 189.056,70.40z M 153.60,342.144c-19.558,0.00-35.43,15.872-35.43,35.456S 134.042,413.056, 153.60,413.056
c 19.584,0.00, 35.456-15.872, 35.456-35.456S 173.184,342.144, 153.60,342.144z M 382.746,126.822L 382.746,321.203 C 404.557,330.624, 419.84,352.333, 419.84,377.60
c0.00,33.946-27.494,61.44-61.44,61.44c-33.894,0.00-61.44-27.494-61.44-61.44c0.00-25.267, 15.309-46.976, 37.146-56.397l0.00-194.381 C 312.243,117.402, 296.96,95.693, 296.96,70.40
c0.00-33.92, 27.546-61.44, 61.44-61.44c 33.946,0.00, 61.44,27.52, 61.44,61.44C 419.84,95.693, 404.557,117.402, 382.746,126.822z M 322.944,377.60
c0.00,19.584, 15.898,35.456, 35.456,35.456c 19.61,0.00, 35.456-15.872, 35.456-35.456S 378.01,342.144, 358.40,342.144C 338.842,342.144, 322.944,358.016, 322.944,377.60z
M 358.40,34.944c-19.558,0.00-35.456,15.872-35.456,35.456s 15.898,35.456, 35.456,35.456c 19.61,0.00, 35.456-15.872, 35.456-35.456S 378.01,34.944, 358.40,34.944z" />
<glyph unicode="&#xe0bd;" d="M 255.616,418.56L 255.616,320.563L 435.251,320.589L 435.251,127.258L 255.616,127.258L 255.616,29.44L 61.491,224.00 z" />
<glyph unicode="&#xe0be;" d="M 450.56,223.616L 352.563,223.642L 352.589,403.251L 159.258,403.251L 159.258,223.616L 61.44,223.642L 256.00,29.491 z" />
<glyph unicode="&#xe0bf;" d="M 450.56,224.384L 352.563,224.358L 352.589,44.749L 159.258,44.749L 159.258,224.384L 61.44,224.358L 256.026,418.509 z" />
<glyph unicode="&#xe0c0;" d="M 256.384,418.56L 256.384,320.563L 76.749,320.589L 76.749,127.258L 256.384,127.258L 256.384,29.44L 450.509,224.00 z" />
<glyph unicode="&#xe0c1;" d="M 255.616,55.04L 255.616,153.037L 435.251,153.011L 435.251,295.142L 255.616,295.142L 255.616,392.96L 61.491,223.974 z" />
<glyph unicode="&#xe0c2;" d="M 424.96,223.616L 326.963,223.642L 326.989,403.251L 184.858,403.251L 184.858,223.616L 87.04,223.642L 256.00,29.491 z" />
<glyph unicode="&#xe0c3;" d="M 424.96,224.384L 326.963,224.358L 326.989,44.749L 184.858,44.749L 184.858,224.384L 87.04,224.358L 256.026,418.509 z" />
<glyph unicode="&#xe0c4;" d="M 256.384,392.96L 256.384,294.963L 76.749,294.989L 76.749,152.858L 256.384,152.858L 256.384,55.04L 450.509,224.026 z" />
<glyph unicode="&#xe0c5;" d="M 491.52,224.00c0.00,130.074-105.446,235.52-235.52,235.52S 20.48,354.074, 20.48,224.00c0.00-130.099, 105.446-235.546, 235.52-235.546S 491.52,93.926, 491.52,224.00z M 71.68,224.00
c0.00,101.786, 82.534,184.32, 184.32,184.32s 184.32-82.534, 184.32-184.32c0.00-101.811-82.534-184.346-184.32-184.346S 71.68,122.189, 71.68,224.00z M 354.56,177.92L 354.56,270.08 L 249.856,270.08 L 249.856,327.68
L 152.32,224.00l 97.536-103.68L 249.856,177.92 L 354.56,177.92 z" />
<glyph unicode="&#xe0c6;" d="M 256.00,459.52c-130.074,0.00-235.52-105.446-235.52-235.52s 105.446-235.52, 235.52-235.52s 235.52,105.446, 235.52,235.52S 386.074,459.52, 256.00,459.52z M 256.00,39.68
c-101.811,0.00-184.32,82.534-184.32,184.32S 154.189,408.32, 256.00,408.32s 184.32-82.534, 184.32-184.32S 357.811,39.68, 256.00,39.68z M 302.08,322.56L 209.92,322.56 l0.00-104.704 L 152.32,217.856 L 256.00,120.32
l 103.68,97.536L 302.08,217.856 L 302.08,322.56 z" />
<glyph unicode="&#xe0c7;" d="M 256.026-11.52c 130.074,0.00, 235.494,105.446, 235.494,235.52s-105.421,235.52-235.494,235.52C 125.926,459.52, 20.48,354.074, 20.48,224.00S 125.926-11.52, 256.026-11.52z
M 256.026,408.32c 101.811,0.00, 184.294-82.534, 184.294-184.32s-82.509-184.32-184.294-184.32C 154.189,39.68, 71.68,122.189, 71.68,224.00S 154.189,408.32, 256.026,408.32z M 209.92,125.44
l 92.186,0.00 L 302.106,230.144 l 57.60,0.00 l-103.68,97.536L 152.32,230.144L 209.92,230.144 L 209.92,125.44 z" />
<glyph unicode="&#xe0c8;" d="M 20.48,224.00c0.00-130.074, 105.472-235.52, 235.52-235.52c 130.074,0.00, 235.52,105.446, 235.52,235.52C 491.52,354.074, 386.074,459.52, 256.00,459.52C 125.926,459.52, 20.48,354.074, 20.48,224.00z
M 440.32,224.00c0.00-101.786-82.534-184.32-184.32-184.32S 71.68,122.189, 71.68,224.00C 71.68,325.811, 154.189,408.32, 256.00,408.32S 440.32,325.811, 440.32,224.00z M 157.44,270.08l0.00-92.16 l 104.704,0.00 l0.00-57.60
L 359.68,224.00l-97.536,103.68L 262.144,270.08 L 157.44,270.08 z" />
<glyph unicode="&#xe0c9;" d="M 358.374,341.76L 358.40,106.24L 153.60,224.00 z" />
<glyph unicode="&#xe0ca;" d="M 373.76,326.374L 138.24,326.40L 256.00,121.60 z" />
<glyph unicode="&#xe0cb;" d="M 138.24,121.60L 373.76,121.60L 255.974,326.40 z" />
<glyph unicode="&#xe0cc;" d="M 153.626,341.76L 153.60,106.24L 358.40,224.00 z" />
<glyph unicode="&#xe0cd;" d="M 292.787,364.39c-10.701-10.445-115.251-120.218-115.251-120.218C 171.827,238.592, 168.986,231.296, 168.986,224.00s 2.842-14.592, 8.55-20.173
c0.00,0.00, 104.55-109.773, 115.251-120.192c 10.701-10.445, 29.952-11.162, 41.37,0.00c 11.392,11.136, 12.288,26.675-0.026,40.32L 238.208,224.00l 95.923,100.045
c 12.314,13.67, 11.418,29.21, 0.026,40.346C 322.714,375.526, 303.462,374.835, 292.787,364.39z" />
<glyph unicode="&#xe0ce;" d="M 396.365,260.787c-10.419-10.701-120.192-115.277-120.192-115.277C 270.592,139.802, 263.296,136.96, 256.00,136.96c-7.322,0.00-14.618,2.842-20.173,8.55
c0.00,0.00-109.773,104.576-120.218,115.277c-10.419,10.701-11.136,29.926,0.00,41.37c 11.162,11.418, 26.701,12.314, 40.346,0.00L 256.00,206.208l 100.019,95.923
c 13.67,12.314, 29.235,11.418, 40.346,0.00C 407.526,290.714, 406.835,271.462, 396.365,260.787z" />
<glyph unicode="&#xe0cf;" d="M 396.365,187.213c-10.419,10.701-120.192,115.251-120.192,115.251C 270.592,308.173, 263.296,311.04, 256.00,311.04c-7.322,0.00-14.618-2.867-20.173-8.576
c0.00,0.00-109.773-104.55-120.218-115.251c-10.419-10.701-11.136-29.952,0.00-41.37c 11.162-11.392, 26.701-12.314, 40.346,0.00L 256.00,241.766l 100.019-95.923
c 13.67-12.314, 29.235-11.392, 40.346,0.00C 407.526,157.286, 406.835,176.538, 396.365,187.213z" />
<glyph unicode="&#xe0d0;" d="M 219.213,364.39c 10.701-10.445, 115.251-120.218, 115.251-120.218C 340.198,238.592, 343.04,231.296, 343.04,224.00s-2.842-14.592-8.576-20.173
c0.00,0.00-104.55-109.773-115.251-120.192c-10.701-10.445-29.926-11.162-41.37,0.00c-11.418,11.136-12.314,26.675,0.00,40.32L 273.792,224.00L 177.869,324.045
c-12.314,13.67-11.418,29.21,0.00,40.346C 189.286,375.526, 208.538,374.835, 219.213,364.39z" />
<glyph unicode="&#xe0d1;" d="M 317.414,136.499c 6.861-6.938, 6.861-18.15,0.00-25.062c-6.861-6.938-17.946-6.938-24.806,0.00l-98.048,100.019
c-6.861,6.938-6.861,18.15,0.00,25.062l 98.048,100.045c 6.861,6.938, 17.946,6.938, 24.806,0.00s 6.861-18.125,0.00-25.062L 237.03,224.00L 317.414,136.499z" />
<glyph unicode="&#xe0d2;" d="M 343.501,285.414c 6.938,6.861, 18.15,6.861, 25.062,0.00c 6.938-6.861, 6.938-17.946,0.00-24.806l-100.019-98.048
c-6.938-6.861-18.15-6.861-25.062,0.00l-100.045,98.048c-6.912,6.861-6.912,17.946,0.00,24.806c 6.938,6.861, 18.125,6.861, 25.062,0.00L 256.00,205.03
L 343.501,285.414z" />
<glyph unicode="&#xe0d3;" d="M 168.474,162.586c-6.938-6.861-18.125-6.861-25.062,0.00c-6.912,6.861-6.938,17.946,0.00,24.832L 243.456,285.414
c 6.938,6.861, 18.15,6.861, 25.062,0.00l 100.045-98.022c 6.938-6.886, 6.938-17.971,0.00-24.832s-18.125-6.861-25.062,0.00L 255.974,242.97L 168.474,162.586z" />
<glyph unicode="&#xe0d4;" d="M 194.586,136.499c-6.861-6.938-6.861-18.15,0.00-25.062c 6.835-6.938, 17.946-6.938, 24.806,0.00l 98.048,100.019
c 6.861,6.938, 6.861,18.15,0.00,25.062l-98.048,100.045c-6.861,6.938-17.946,6.938-24.806,0.00S 187.725,318.438, 194.56,311.526L 274.97,224.00L 194.586,136.499z" />
<glyph unicode="&#xe0d5;" d="M 368.614,34.099c 6.861-6.938, 6.861-18.125,0.00-25.062s-17.946-6.938-24.806,0.00l-200.448,202.419c-6.861,6.938-6.861,18.15,0.00,25.062
l 200.448,202.445c 6.861,6.938, 17.946,6.938, 24.806,0.00s 6.861-18.125,0.00-25.062L 185.83,224.00L 368.614,34.099z" />
<glyph unicode="&#xe0d6;" d="M 66.099,336.614c-6.938,6.861-18.15,6.861-25.062,0.00c-6.912-6.835-6.912-17.946,0.00-24.806l 202.445-200.448c 6.938-6.861, 18.125-6.861, 25.062,0.00
l 202.445,200.448c 6.912,6.861, 6.938,17.946,0.00,24.806S 452.813,343.475, 445.926,336.64L 256.00,153.83L 66.099,336.614z" />
<glyph unicode="&#xe0d7;" d="M 445.901,111.386c 6.938-6.861, 18.15-6.861, 25.062,0.00c 6.938,6.861, 6.938,17.946,0.00,24.806l-202.445,200.448
c-6.912,6.861-18.125,6.861-25.037,0.00l-202.445-200.448c-6.912-6.861-6.938-17.946,0.00-24.806s 18.125-6.861, 25.062,0.00l 189.901,182.81L 445.901,111.386z" />
<glyph unicode="&#xe0d8;" d="M 143.352,34.099c -6.861-6.938, -6.861-18.125,0.00-25.062s 17.946-6.938 24.806,0.00l 200.448,202.419c 6.861,6.938 6.861,18.15,0.00,25.062
l -200.448,202.445c -6.861,6.938, -17.946,6.938, -24.806,0.00s -6.861-18.125,0.00-25.062L 326.136,224.00L 143.352,34.099z" />
<glyph unicode="&#xe0d9;" d="M 127.565,96.00L 127.59,178.637L 506.88,178.611L 506.88,269.568L 127.565,269.568L 127.59,352.00L 5.12,224.00 z" />
<glyph unicode="&#xe0da;" d="M 384.00,95.539L 301.363,95.565L 301.389,474.88L 210.432,474.88L 210.432,95.539L 128.00,95.565L 256.00-26.88 z" />
<glyph unicode="&#xe0db;" d="M 384.00,352.435L 301.363,352.435L 301.389-26.88L 210.432-26.88L 210.432,352.435L 128.00,352.435L 256.00,474.88 z" />
<glyph unicode="&#xe0dc;" d="M 384.461,96.00L 384.435,178.637L 5.12,178.611L 5.12,269.568L 384.461,269.568L 384.435,352.00L 506.88,224.00 z" />
<glyph unicode="&#xe0dd;" d="M 256.00,480.00L 138.24,293.12l 235.494,0.00L 256.00,480.00z M 256.026-32.00l 117.734,186.88L 138.24,154.906L 256.026-32.00z" />
<glyph unicode="&#xe0de;" d="M 76.80,280.32c-31.104,0.00-56.32-25.216-56.32-56.32c0.00-31.104, 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32C 133.12,255.104, 107.904,280.32, 76.80,280.32z M 256.00,280.32
c-31.104,0.00-56.32-25.216-56.32-56.32c0.00-31.104, 25.216-56.32, 56.32-56.32s 56.294,25.216, 56.294,56.32C 312.294,255.104, 287.104,280.32, 256.00,280.32z M 435.20,280.32
c-31.104,0.00-56.32-25.216-56.32-56.32c0.00-31.104, 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32C 491.52,255.104, 466.304,280.32, 435.20,280.32z" />
<glyph unicode="&#xe0df;" d="M 166.40,280.32c-31.104,0.00-56.32-25.216-56.32-56.32s 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32S 197.504,280.32, 166.40,280.32z M 345.60,280.32
c-31.104,0.00-56.32-25.216-56.32-56.32s 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32S 376.704,280.32, 345.60,280.32z" />
<glyph unicode="&#xe0e0;" d="M 256.00,280.32c-31.104,0.00-56.32-25.216-56.32-56.32s 25.216-56.32, 56.32-56.32s 56.32,25.216, 56.32,56.32S 287.104,280.32, 256.00,280.32z" />
<glyph unicode="&#xe0e1;" d="M 252.723,469.734C 116.992,467.917, 8.448,356.429, 10.266,220.723c 1.818-135.706, 113.306-244.275, 249.037-242.458c 135.706,1.792, 244.275,113.306, 242.458,249.037
C 499.942,363.008, 388.403,471.552, 252.723,469.734z M 258.586,30.003c-107.162-1.459-195.174,84.25-196.608,191.411c-1.434,107.162, 84.275,195.174, 191.437,196.608
c 107.136,1.434, 195.149-84.275, 196.582-191.411S 365.747,31.462, 258.586,30.003z M 195.866,182.349c-10.368,0.00-18.227,3.789-23.552,11.366
C 166.963,201.293, 164.326,211.379, 164.326,224.00c0.00,27.75, 10.522,41.626, 31.539,41.626c 4.198,0.00, 8.755-1.408, 13.67-4.198
c 4.89-2.816, 9.037-7.731, 12.416-14.72l 31.514,16.41C 240.87,285.824, 219.955,297.19, 190.797,297.19c-19.917,0.00-36.352-6.579-49.408-19.763
C 128.358,264.243, 121.83,246.426, 121.83,224.00c0.00-22.989, 6.451-40.96, 19.354-53.862c 12.877-12.902, 29.875-19.354, 50.893-19.354
c 13.158,0.00, 25.216,3.302, 36.147,9.907s 19.507,15.642, 25.677,27.162l-29.03,14.72C 219.264,189.107, 209.587,182.349, 195.866,182.349z M 331.699,182.349
c-10.394,0.00-18.253,3.789-23.552,11.366c-5.35,7.552-7.987,17.664-7.987,30.285c0.00,27.75, 10.496,41.626, 31.539,41.626
c 4.506,0.00, 9.19-1.408, 14.106-4.198c 4.89-2.816, 9.062-7.731, 12.39-14.72l 31.104,16.41c-12.339,22.707-33.05,34.074-62.259,34.074
c-19.891,0.00-36.352-6.579-49.382-19.763c-13.056-13.184-19.558-30.976-19.558-53.402c0.00-22.989, 6.374-40.96, 19.123-53.862
c 12.774-12.902, 29.824-19.354, 51.123-19.354c 12.902,0.00, 24.806,3.302, 35.738,9.907c 10.906,6.605, 19.61,15.642, 26.061,27.162l-29.44,14.72
C 355.098,189.107, 345.446,182.349, 331.699,182.349z" />
<glyph unicode="&#xe0e2;" d="M 256.00,313.984c 22.835,0.00, 34.253,11.392, 34.253,34.202c0.00,23.117-11.418,34.662-34.253,34.662S 221.773,371.302, 221.773,348.186
C 221.773,325.376, 233.165,313.984, 256.00,313.984zM 306.483,300.774L 205.542,300.774 c-4.403,0.00-8.115-1.536-11.213-4.608s-4.608-6.81-4.608-11.187l0.00-100.506 l 28.083,0.00 l0.00-119.373 l 76.339,0.00 l0.00,119.373 l 28.109,0.00 L 322.253,285.005
c0.00,4.378-1.613,8.09-4.813,11.187C 314.214,299.238, 310.579,300.774, 306.483,300.774zM 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296
c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" />
<glyph unicode="&#xe0e3;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 66.432,289.894l 124.672-55.834
l 39.04-17.101l 28.979-13.184l 23.706-10.112c 4.403-3.789, 6.605-8.755, 6.605-14.899c0.00-8.806-3.021-15.078-9.011-18.867
c-5.99-3.789-13.261-5.709-21.734-5.709c-20.506,0.00-38.784,7.45-54.886,22.374l-33.766-34.227c 22.528-19.302, 47.411-29.133, 74.598-29.389l0.00-37.76
l 28.518,0.00 l0.00,37.76 c 16.947,1.459, 31.667,7.066, 44.109,16.896c 12.416,9.805, 20.275,22.426, 23.475,37.939l 91.11-40.576
C 397.696,65.28, 331.75,23.296, 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704C 55.296,247.091, 59.238,269.261, 66.432,289.894z M 325.402,227.507l-39.501,17.562
L 264.397,254.72L 233.216,268.749c-1.459,2.048-2.176,4.096-2.176,6.144c0.00,7.014, 2.995,12.006, 9.011,14.925c 5.965,2.918, 12.774,4.403, 20.403,4.403
c 14.336,0.00, 28.365-4.838, 42.138-14.49l 32.051,32.922c-18.458,14.054-38.938,21.658-61.44,22.835L 273.203,373.197 L 244.659,373.197 l0.00-37.734
C 229.427,334.592, 216.115,330.24, 204.698,322.534C 193.306,314.752, 185.549,304.461, 181.453,291.584l-93.568,41.984C 123.699,388.403, 185.60,424.704, 256.00,424.704
c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-17.997-2.406-35.43-6.861-51.994L 325.402,227.507z" />
<glyph unicode="&#xe0e4;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 66.125,289.024l 64.41-28.493L 125.824,260.531
l0.00-29.21 l 23.04,0.00 c0.00-4.122-0.41-8.218-0.41-12.339l0.00-6.989 L 125.824,211.994 l0.00-29.21 L 152.576,182.784 c 3.712-21.837, 11.93-39.501, 23.014-53.504
c 23.04-30.438, 60.083-46.899, 100.403-46.899c 26.317,0.00, 50.176,7.834, 64.179,15.642l-9.882,45.645c-8.653-4.531-27.981-10.675-46.899-10.675
c-20.582,0.00-39.91,6.144-53.069,20.966c-6.17,6.963-10.701,16.461-13.542,28.80l 89.421,0.00 l 125.594-55.603C 397.619,65.254, 331.725,23.296, 256.00,23.296
c-110.848,0.00-200.704,89.856-200.704,200.704C 55.296,246.784, 59.162,268.621, 66.125,289.024z M 316.339,231.322l 3.686,0.00 L 320.026,260.531 L 250.342,260.531 L 222.08,273.05
C 224.512,278.528, 227.379,283.418, 230.758,287.258C 243.507,302.899, 261.606,309.504, 281.344,309.504c 18.099,0.00, 34.944-5.35, 45.645-9.907l 11.52,46.925
c-14.822,6.579-36.634,12.314-61.696,12.314c-38.682,0.00-71.578-15.616-95.027-41.958c-5.222-6.016-9.728-12.774-13.824-19.891l-80.64,35.686
C 123.059,388.019, 185.216,424.704, 256.00,424.704c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-17.92-2.381-35.277-6.784-51.789L 316.339,231.322z" />
<glyph unicode="&#xe0e5;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 64.256,283.392l 125.107-55.706L 161.664,227.686
l0.00-38.272 l 57.549,0.00 l 5.632-11.648l0.00-18.56 L 161.664,159.206 l0.00-38.246 l 63.181,0.00 l0.00-55.552 l 61.158,0.00 l0.00,55.552 l 63.616,0.00 l0.00,35.354 l 78.771-35.072C 393.37,62.592, 329.267,23.296, 256.00,23.296
c-110.848,0.00-200.704,89.856-200.704,200.704C 55.296,244.685, 58.419,264.627, 64.256,283.392z M 286.029,159.232l0.00,18.56 l 2.867,5.581l 54.221-24.115L 286.029,159.258 z
M 349.619,210.099L 349.619,227.712 l-38.246,0.00 l 62.413,114.944l-65.229,0.00 l-42.957-95.13L 242.765,257.664L 203.52,342.656L 138.291,342.656 L 165.376,292.147L 84.429,328.166
C 119.654,386.048, 183.296,424.704, 256.00,424.704c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-20.096-2.995-39.475-8.474-57.779L 349.619,210.099z" />
<glyph unicode="&#xe0e6;" d="M 254.72,353.459c-28.109,0.00-51.942-8.243-71.552-24.781s-31.744-39.885-36.429-69.99L 127.462,258.688 l 48.691-48.717l 48.717,48.717L 206.874,258.688
c 4.096,28.954, 22.528,43.418, 55.296,43.418c 18.125,0.00, 32.051-6.784, 41.677-20.403c 9.677-13.594, 14.49-33.434, 14.49-59.443
c0.00-24.883-5.274-44.774-15.795-59.674c-10.547-14.925-24.448-22.40-41.677-22.40c-34.56,0.00-52.557,14.925-53.99,44.774L 144.998,184.96
c 4.096-30.72, 16.23-54.426, 36.429-71.091c 20.173-16.666, 44.186-25.011, 71.962-25.011c 37.786,0.00, 68.48,12.493, 92.186,37.504
c 23.706,25.037, 35.558,56.397, 35.558,94.157c0.00,38.912-11.418,70.81-34.227,95.642C 324.045,341.018, 293.325,353.459, 254.72,353.459z M 256.00,469.76
c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704
S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" />
<glyph unicode="&#xe0e7;" d="M 166.707,239.795l 178.637,0.00 L 345.344,281.933 L 166.707,281.933 L 166.707,239.795 z M 166.707,160.794l 178.637,0.00 l0.00,42.138 L 166.707,202.931 L 166.707,160.794 z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76
s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704
s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" />
<glyph unicode="&#xe0e8;" d="M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 66.125,289.024l 79.078-34.97
c-1.997-10.163-3.072-20.762-3.072-31.642c0.00-98.125, 73.216-125.747, 119.296-125.747c 27.187,0.00, 50.662,8.755, 69.069,21.632
c 3.507,2.509, 6.682,5.018, 9.60,7.603l-35.814,43.52c-1.05-1.203-2.15-2.33-3.277-3.354c-13.952-13.235-29.261-13.235-32.666-13.235
c-37.146,0.00-52.864,38.81-53.35,70.323l 216.858-95.974c-34.176-61.926-100.096-103.885-175.821-103.885c-110.848,0.00-200.704,89.856-200.704,200.704
C 55.296,246.784, 59.162,268.621, 66.125,289.024z M 225.587,271.462C 233.626,286.003, 246.938,297.472, 266.01,297.472c 11.085,0.00, 19.84-3.686, 26.752-8.294
c 2.867-2.074, 5.35-4.147, 7.45-6.221l 40.013,41.165c-26.88,23.117-57.421,27.238-77.414,27.238c-46.95,0.00-80.973-21.018-100.582-51.84
L 87.322,332.698C 123.059,388.019, 185.216,424.704, 256.00,424.704c 110.848,0.00, 200.704-89.856, 200.704-200.704c0.00-17.92-2.381-35.277-6.784-51.763L 225.587,271.462z" />
<glyph unicode="&#xe0e9;" d="M 256.00,365.44c-81.126,0.00-101.53-76.544-101.53-141.44S 174.874,82.534, 256.00,82.534c 81.152,0.00, 101.555,76.57, 101.555,141.466S 337.152,365.44, 256.00,365.44z
M 212.301,224.00c0.00,28.57, 1.971,88.115, 43.699,88.115c 3.302,0.00, 6.298-0.538, 9.114-1.229c 5.862-5.018, 8.704-11.981, 3.098-21.683l-54.016-99.302
C 212.531,202.47, 212.301,214.835, 212.301,224.00z M 256.00,135.91c-3.277,0.00-6.298,0.333-9.088,1.024c-0.538,0.154-1.05,0.333-1.587,0.512
c-0.845,0.282-1.766,0.538-2.586,0.87c-9.267,3.942-15.13,11.11-6.707,23.757l 60.39,104.294c 2.867-15.258, 3.277-31.181, 3.277-42.342
C 299.725,195.405, 297.728,135.91, 256.00,135.91z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76
z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" />
<glyph unicode="&#xe0ea;" d="M 356.506,294.195l-53.555,0.00 L 302.95,347.75 c0.00,3.789-1.306,7.014-3.942,9.677c-2.637,2.611-5.862,3.942-9.651,3.942L 154.189,361.37
C 150.682,360.781, 147.738,359.219, 145.434,356.762C 143.078,354.278, 141.901,351.283, 141.901,347.75l0.00-180.787 c0.00-3.789, 1.331-7.014, 3.942-9.651
s 5.862-3.942, 9.651-3.942l 53.555,0.00 l0.00-53.555 c0.00-3.789, 1.306-7.014, 3.942-9.651c 2.637-2.637, 5.862-3.942, 9.651-3.942l 133.862,0.00
c 3.789,0.00, 7.014,1.331, 9.651,3.942s 3.942,5.862, 3.942,9.651L 370.099,280.602 c0.00,3.789-1.331,7.014-3.942,9.651
C 363.52,292.89, 360.294,294.195, 356.506,294.195z M 220.902,294.195C 217.677,293.632, 214.912,292.07, 212.557,289.587S 209.05,284.134, 209.05,280.602l0.00-100.48 L 168.678,180.122
L 168.678,334.157 l 107.52,0.00 l0.00-39.962 L 220.902,294.195 z M 343.322,113.408l-107.52,0.00 L 235.802,267.443 l 107.52,0.00 L 343.322,113.408 z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76
s 245.76,110.029, 245.76,245.76S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704
S 366.848,23.296, 256.00,23.296z" />
<glyph unicode="&#xe0eb;" d="M 416.614,219.597l-48.717,20.224L 367.898,300.80 l-150.528,62.336L 150.682,333.747l0.00-69.427 L 151.091,263.936L 92.288,239.36l0.00-63.206 l 62.746-27.187l 63.642,26.317
l 4.378-1.741l 128.589-53.12l 3.046-0.87l 2.662,0.87l 59.674,25.446l 4.378,2.227l0.00,69.35 L 416.614,219.597z M 346.829,138.88l-0.435,0.41
l0.00-0.41 L 233.626,185.344L 233.626,230.144 l 112.768-46.157l0.00-1.741 l 0.435,0.00 L 346.829,138.88 z M 354.304,195.917L 318.746,211.20l 38.63,16.333l 36.429-15.386L 354.304,195.917z
M 406.067,158.157l-43.878-18.867l0.00,42.982 l 43.878,18.483L 406.067,158.157 z M 256.00,469.76c-135.731,0.00-245.76-110.029-245.76-245.76s 110.029-245.76, 245.76-245.76s 245.76,110.029, 245.76,245.76
S 391.731,469.76, 256.00,469.76z M 256.00,23.296c-110.848,0.00-200.704,89.856-200.704,200.704S 145.152,424.704, 256.00,424.704s 200.704-89.856, 200.704-200.704S 366.848,23.296, 256.00,23.296z" />
<glyph unicode="&#xe0ec;" d="M 349.696,167.987c 32.41,0.845, 61.542,17.946, 78.746,47.718c 27.11,46.95, 11.75,103.578-40.448,133.709l-32.691,18.893l 54.758,94.874L 380.902,480.00
l-105.856-183.296c-8.243,20.326-24.038,38.63-46.925,51.814L 166.246,384.282L 70.40,218.266l 61.875-35.738c 22.886-13.21, 46.669-17.613, 68.48-14.515
L 94.976-15.155L 124.16-32.00l 54.784,94.848l 32.717-18.867c 52.198-30.131, 109.21-14.669, 136.294,32.307C 365.107,106.035, 365.21,139.674, 349.696,167.987z
M 372.71,322.842c 34.842-20.122, 43.802-57.216, 24.909-89.933c-18.893-32.742-55.245-43.059-90.112-22.938L 275.20,228.608
c 0.384,0.922, 0.691,1.843, 1.024,2.765l 63.744,110.387L 372.71,322.842z M 147.61,209.101L 114.893,227.994l 65.152,112.896l 32.742-18.893
c 34.842-20.122, 43.776-57.216, 24.909-89.958C 218.803,199.296, 182.477,188.954, 147.61,209.101z M 226.995,70.528l-32.742,18.893l 63.821,110.49
c 0.589,0.717, 1.203,1.408, 1.766,2.15l 32.307-18.662c 34.893-20.096, 43.802-57.216, 24.96-89.958C 298.189,60.723, 261.837,50.406, 226.995,70.528z
" />
<glyph unicode="&#xe0ed;" d="M 256.00,454.40c-187.827,0.00-230.40-42.598-230.40-230.40c0.00-187.802, 42.573-230.40, 230.40-230.40s 230.40,42.598, 230.40,230.40C 486.40,411.802, 443.827,454.40, 256.00,454.40z" />
<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require_tree

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
/*
HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);

View File

@ -0,0 +1,143 @@
/* ===================================================
* jquery-lite-image-resize v.1.1
* https://github.com/RayChang/jquery-lite-image-resize
* ===================================================
* How to use ?
*
* HTML element closest to the image to add class "resizeimg".
*
* Example:
* <div class="resizeimg">
* <img src="images url" />
* </div>
*
* Or you can use:
* $('your class').rsImg();
*
* Note : HTML structure must be a structure like the example above.
*
*/
!function ($) {
"use strict";
var ResizeImg = function(element) {
var _oldW = [],
_timer = 0,
$self = this;
$self.element = element;
$self.element.data('exists', true);
$self.element.css({
'position': 'relative',
'overflow': 'hidden',
});
$self.element.each(function(index, el) {
_oldW.push($(el).innerWidth());
$self.resize($(el), $(el).find('img').eq(0));
});
function windowResize() {
clearTimeout(_timer);
_timer = setTimeout(function() {
$self.element.each(function(i, el) {
if(_oldW[i] != $(this).innerWidth()) {
_oldW[i] = $(this).innerWidth();
$self.resize($(el), $(el).find('img').eq(0));
}
});
}, 500);
}
window.onresize = windowResize;
}
ResizeImg.prototype.resize = function(element, img) {
var _imgW, _imgH, _imgScale,
_elW = element.innerWidth(),
_elH = element.innerHeight(),
_elScale = _elW/_elH,
$image = document.createElement("img");
img.removeAttr('style');
$image.src = img.attr('src');
$image.onload = function() {
_imgW = $image.width,
_imgH = $image.height,
_imgScale = _imgW/_imgH;
if(_imgScale < 1) {
if(_elScale < 1) {
if(_elScale > _imgScale) {
img.css(scale().landscape);
} else {
img.css(scale().portrait);
};
} else {
img.css(scale().landscape);
};
};
if(_imgScale > 1) {
if(_elScale > 1) {
if(_elScale > _imgScale) {
img.css(scale().landscape);
} else {
img.css(scale().portrait);
};
} else {
img.css(scale().portrait);
};
};
if(_imgScale == 1) {
if(_elScale < 1) {
img.css(scale().portrait);
} else if(_elScale > 1) {
img.css(scale().landscape);
} else {
img.css(scale().center);
};
};
img.fadeTo(500, 1);
}
function scale() {
return {
portrait: {
'position': 'absolute',
'height': '100%',
'width': 'auto',
'max-width': 'none',
'left': '50%',
'top': 0,
'margin-left': _imgW*(_elH/_imgH)/-2
},
landscape: {
'position': 'absolute',
'height': 'auto',
'max-height': 'none',
'width': '100%',
'left': 0,
'top': '50%',
'margin-top': _imgH*(_elW/_imgW)/-2
},
center: {
'position': 'absolute',
'height': '100%',
'width': '100%',
'top': 0,
'left': 0
}
}
}
}
$.fn.rsImg = function () {
var $this = $(this), resizeImg;
if(!$this.data('exists')) {
$this.find('img').fadeTo(1, 0);
resizeImg = new ResizeImg($this);
}
};
$(function() {
$('.resizeimg').rsImg();
});
}(window.jQuery);

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,31 @@
/* Font Awesome 3.0
the iconic font designed for use with Twitter Bootstrap
-------------------------------------------------------
The full suite of pictographic icons, examples, and documentation
can be found at: http://fortawesome.github.com/Font-Awesome/
License
-------------------------------------------------------
The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
http://opensource.org/licenses/mit-license.html
The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
Attribution is no longer required in Font Awesome 3.0, but much appreciated:
"Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
Contact
-------------------------------------------------------
Email: dave@davegandy.com
Twitter: http://twitter.com/fortaweso_me
Work: Lead Product Designer @ http://kyruus.com
*/
@font-face {
font-family: 'FontAwesome';
src:url('../fonts/fontawesome-webfont.eot');
src:url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff') format('woff'),
url('../fonts/fontawesome-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,715 @@
[data-icons]:before {
font-family: 'entypo';
content: attr(data-icons);
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
@font-face {
font-family: 'entypo';
src:url('../fonts/entypo.eot');
src:url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
url('../fonts/entypo.svg#entypo') format('svg'),
url('../fonts/entypo.woff') format('woff'),
url('../fonts/entypo.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Font Awesome styles
------------------------------------------------------- */
/* includes sprites.less reset */
.ui-icon,
[class^="icon-"],
[class*=" icon-"] {
font-family: 'FontAwesome';
}
.ui-icon,
[class^="icons-"],
[class*=" icons-"] {
font-family: 'entypo';
}
.ui-icon,
[class^="icon"],
[class*=" icon"] {
font-weight: normal;
font-style: normal;
text-decoration: inherit;
display: inline-block;
width: auto;
height: auto;
margin-top: 0;
line-height: normal;
vertical-align: baseline;
background-image: none !important;
background-position: 0% 0%;
background-repeat: repeat;
}
.ui-icon,
[class^="icon"]:before,
[class*=" icon"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
/* makes sure icons active on rollover in links */
a .ui-icon,
a [class^="icon"],
a [class*=" icon"] {
display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
vertical-align: -10%;
font-size: 1.3333333333333333em;
}
.btn .ui-icon
.nav .ui-icon,
.btn [class^="icon"],
.nav [class^="icon"],
.btn [class*=" icon"],
.nav [class*=" icon"] {
display: inline;
/* keeps button heights with and without icons the same */
line-height: .6em;
}
.btn .ui-icon.icon-spin,
.nav .ui-icon.icon-spin,
.btn [class^="icon"].icon-spin,
.nav [class^="icon"].icon-spin,
.btn [class*=" icon"].icon-spin,
.nav [class*=" icon"].icon-spin {
display: inline-block;
}
li .ui-icon,
li [class^="icon"],
li [class*=" icon"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
li .ui-icon.icon-large,
li [class^="icon"].icon-large,
li [class*=" icon"].icon-large {
/* increased font size for icon-large */
width: 1.5625em;
}
ul.icons {
list-style-type: none;
text-indent: -0.75em;
}
ul.icons li .ui-icon,
ul.icons li [class^="icon"],
ul.icons li [class*=" icon"] {
width: .75em;
}
.icon-muted {
color: #eeeeee;
}
.icon-border {
border: solid 1px #eeeeee;
padding: .2em .25em .15em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.icon-2x {
font-size: 2em;
}
.icon-2x.icon-border {
border-width: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.icon-3x {
font-size: 3em;
}
.icon-3x.icon-border {
border-width: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.icon-4x {
font-size: 4em;
}
.icon-4x.icon-border {
border-width: 4px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
[class^="icon"].pull-left,
[class*=" icon"].pull-left {
margin-right: .35em;
}
[class^="icon"].pull-right,
[class*=" icon"].pull-right {
margin-left: .35em;
}
.btn [class^="icon"].pull-left.icon-2x,
.btn [class*=" icon"].pull-left.icon-2x,
.btn [class^="icon"].pull-right.icon-2x,
.btn [class*=" icon"].pull-right.icon-2x {
margin-top: .35em;
}
.btn [class^="icon"].icon-spin.icon-large,
.btn [class*=" icon"].icon-spin.icon-large {
height: .75em;
}
.btn.btn-small [class^="icon"].pull-left.icon-2x,
.btn.btn-small [class*=" icon"].pull-left.icon-2x,
.btn.btn-small [class^="icon"].pull-right.icon-2x,
.btn.btn-small [class*=" icon"].pull-right.icon-2x {
margin-top: .45em;
}
.btn.btn-large [class^="icon"].pull-left.icon-2x,
.btn.btn-large [class*=" icon"].pull-left.icon-2x,
.btn.btn-large [class^="icon"].pull-right.icon-2x,
.btn.btn-large [class*=" icon"].pull-right.icon-2x {
margin-top: .2em;
}
.icon-spin {
display: inline-block;
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg); }
100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg); }
100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-glass:before { content: "\f000"; }
.icon-music:before { content: "\f001"; }
.icon-search:before { content: "\f002"; }
.icon-envelope:before { content: "\f003"; }
.icon-heart:before { content: "\f004"; }
.icon-star:before { content: "\f005"; }
.icon-star-empty:before { content: "\f006"; }
.icon-user:before { content: "\f007"; }
.icon-film:before { content: "\f008"; }
.icon-th-large:before { content: "\f009"; }
.icon-th:before { content: "\f00a"; }
.icon-th-list:before { content: "\f00b"; }
.icon-ok:before { content: "\f00c"; }
.icon-remove:before { content: "\f00d"; }
.icon-zoom-in:before { content: "\f00e"; }
.icon-zoom-out:before { content: "\f010"; }
.icon-off:before { content: "\f011"; }
.icon-signal:before { content: "\f012"; }
.icon-cog:before { content: "\f013"; }
.icon-trash:before { content: "\f014"; }
.icon-home:before { content: "\f015"; }
.icon-file:before { content: "\f016"; }
.icon-time:before { content: "\f017"; }
.icon-road:before { content: "\f018"; }
.icon-download-alt:before { content: "\f019"; }
.icon-download:before { content: "\f01a"; }
.icon-upload:before { content: "\f01b"; }
.icon-inbox:before { content: "\f01c"; }
.icon-play-circle:before { content: "\f01d"; }
.icon-repeat:before { content: "\f01e"; }
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before { content: "\f021"; }
.icon-list-alt:before { content: "\f022"; }
.icon-lock:before { content: "\f023"; }
.icon-flag:before { content: "\f024"; }
.icon-headphones:before { content: "\f025"; }
.icon-volume-off:before { content: "\f026"; }
.icon-volume-down:before { content: "\f027"; }
.icon-volume-up:before { content: "\f028"; }
.icon-qrcode:before { content: "\f029"; }
.icon-barcode:before { content: "\f02a"; }
.icon-tag:before { content: "\f02b"; }
.icon-tags:before { content: "\f02c"; }
.icon-book:before { content: "\f02d"; }
.icon-bookmark:before { content: "\f02e"; }
.icon-print:before { content: "\f02f"; }
.icon-camera:before { content: "\f030"; }
.icon-font:before { content: "\f031"; }
.icon-bold:before { content: "\f032"; }
.icon-italic:before { content: "\f033"; }
.icon-text-height:before { content: "\f034"; }
.icon-text-width:before { content: "\f035"; }
.icon-align-left:before { content: "\f036"; }
.icon-align-center:before { content: "\f037"; }
.icon-align-right:before { content: "\f038"; }
.icon-align-justify:before { content: "\f039"; }
.icon-list:before { content: "\f03a"; }
.icon-indent-left:before { content: "\f03b"; }
.icon-indent-right:before { content: "\f03c"; }
.icon-facetime-video:before { content: "\f03d"; }
.icon-picture:before { content: "\f03e"; }
.icon-pencil:before { content: "\f040"; }
.icon-map-marker:before { content: "\f041"; }
.icon-adjust:before { content: "\f042"; }
.icon-tint:before { content: "\f043"; }
.icon-edit:before { content: "\f044"; }
.icon-share:before { content: "\f045"; }
.icon-check:before { content: "\f046"; }
.icon-move:before { content: "\f047"; }
.icon-step-backward:before { content: "\f048"; }
.icon-fast-backward:before { content: "\f049"; }
.icon-backward:before { content: "\f04a"; }
.icon-play:before { content: "\f04b"; }
.icon-pause:before { content: "\f04c"; }
.icon-stop:before { content: "\f04d"; }
.icon-forward:before { content: "\f04e"; }
.icon-fast-forward:before { content: "\f050"; }
.icon-step-forward:before { content: "\f051"; }
.icon-eject:before { content: "\f052"; }
.icon-chevron-left:before { content: "\f053"; }
.icon-chevron-right:before { content: "\f054"; }
.icon-plus-sign:before { content: "\f055"; }
.icon-minus-sign:before { content: "\f056"; }
.icon-remove-sign:before { content: "\f057"; }
.icon-ok-sign:before { content: "\f058"; }
.icon-question-sign:before { content: "\f059"; }
.icon-info-sign:before { content: "\f05a"; }
.icon-screenshot:before { content: "\f05b"; }
.icon-remove-circle:before { content: "\f05c"; }
.icon-ok-circle:before { content: "\f05d"; }
.icon-ban-circle:before { content: "\f05e"; }
.icon-arrow-left:before { content: "\f060"; }
.icon-arrow-right:before { content: "\f061"; }
.icon-arrow-up:before { content: "\f062"; }
.icon-arrow-down:before { content: "\f063"; }
.icon-share-alt:before { content: "\f064"; }
.icon-resize-full:before { content: "\f065"; }
.icon-resize-small:before { content: "\f066"; }
.icon-plus:before { content: "\f067"; }
.icon-minus:before { content: "\f068"; }
.icon-asterisk:before { content: "\f069"; }
.icon-exclamation-sign:before { content: "\f06a"; }
.icon-gift:before { content: "\f06b"; }
.icon-leaf:before { content: "\f06c"; }
.icon-fire:before { content: "\f06d"; }
.icon-eye-open:before { content: "\f06e"; }
.icon-eye-close:before { content: "\f070"; }
.icon-warning-sign:before { content: "\f071"; }
.icon-plane:before { content: "\f072"; }
.icon-calendar:before { content: "\f073"; }
.icon-random:before { content: "\f074"; }
.icon-comment:before { content: "\f075"; }
.icon-magnet:before { content: "\f076"; }
.icon-chevron-up:before { content: "\f077"; }
.icon-chevron-down:before { content: "\f078"; }
.icon-retweet:before { content: "\f079"; }
.icon-shopping-cart:before { content: "\f07a"; }
.icon-folder-close:before { content: "\f07b"; }
.icon-folder-open:before { content: "\f07c"; }
.icon-resize-vertical:before { content: "\f07d"; }
.icon-resize-horizontal:before { content: "\f07e"; }
.icon-bar-chart:before { content: "\f080"; }
.icon-twitter-sign:before { content: "\f081"; }
.icon-facebook-sign:before { content: "\f082"; }
.icon-camera-retro:before { content: "\f083"; }
.icon-key:before { content: "\f084"; }
.icon-cogs:before { content: "\f085"; }
.icon-comments:before { content: "\f086"; }
.icon-thumbs-up:before { content: "\f087"; }
.icon-thumbs-down:before { content: "\f088"; }
.icon-star-half:before { content: "\f089"; }
.icon-heart-empty:before { content: "\f08a"; }
.icon-signout:before { content: "\f08b"; }
.icon-linkedin-sign:before { content: "\f08c"; }
.icon-pushpin:before { content: "\f08d"; }
.icon-external-link:before { content: "\f08e"; }
.icon-signin:before { content: "\f090"; }
.icon-trophy:before { content: "\f091"; }
.icon-github-sign:before { content: "\f092"; }
.icon-upload-alt:before { content: "\f093"; }
.icon-lemon:before { content: "\f094"; }
.icon-phone:before { content: "\f095"; }
.icon-check-empty:before { content: "\f096"; }
.icon-bookmark-empty:before { content: "\f097"; }
.icon-phone-sign:before { content: "\f098"; }
.icon-twitter:before { content: "\f099"; }
.icon-facebook:before { content: "\f09a"; }
.icon-github:before { content: "\f09b"; }
.icon-unlock:before { content: "\f09c"; }
.icon-credit-card:before { content: "\f09d"; }
.icon-rss:before { content: "\f09e"; }
.icon-hdd:before { content: "\f0a0"; }
.icon-bullhorn:before { content: "\f0a1"; }
.icon-bell:before { content: "\f0a2"; }
.icon-certificate:before { content: "\f0a3"; }
.icon-hand-right:before { content: "\f0a4"; }
.icon-hand-left:before { content: "\f0a5"; }
.icon-hand-up:before { content: "\f0a6"; }
.icon-hand-down:before { content: "\f0a7"; }
.icon-circle-arrow-left:before { content: "\f0a8"; }
.icon-circle-arrow-right:before { content: "\f0a9"; }
.icon-circle-arrow-up:before { content: "\f0aa"; }
.icon-circle-arrow-down:before { content: "\f0ab"; }
.icon-globe:before { content: "\f0ac"; }
.icon-wrench:before { content: "\f0ad"; }
.icon-tasks:before { content: "\f0ae"; }
.icon-filter:before { content: "\f0b0"; }
.icon-briefcase:before { content: "\f0b1"; }
.icon-fullscreen:before { content: "\f0b2"; }
.icon-group:before { content: "\f0c0"; }
.icon-link:before { content: "\f0c1"; }
.icon-cloud:before { content: "\f0c2"; }
.icon-beaker:before { content: "\f0c3"; }
.icon-cut:before { content: "\f0c4"; }
.icon-copy:before { content: "\f0c5"; }
.icon-paper-clip:before { content: "\f0c6"; }
.icon-save:before { content: "\f0c7"; }
.icon-sign-blank:before { content: "\f0c8"; }
.icon-reorder:before { content: "\f0c9"; }
.icon-list-ul:before { content: "\f0ca"; }
.icon-list-ol:before { content: "\f0cb"; }
.icon-strikethrough:before { content: "\f0cc"; }
.icon-underline:before { content: "\f0cd"; }
.icon-table:before { content: "\f0ce"; }
.icon-magic:before { content: "\f0d0"; }
.icon-truck:before { content: "\f0d1"; }
.icon-pinterest:before { content: "\f0d2"; }
.icon-pinterest-sign:before { content: "\f0d3"; }
.icon-google-plus-sign:before { content: "\f0d4"; }
.icon-google-plus:before { content: "\f0d5"; }
.icon-money:before { content: "\f0d6"; }
.icon-caret-down:before { content: "\f0d7"; }
.icon-caret-up:before { content: "\f0d8"; }
.icon-caret-left:before { content: "\f0d9"; }
.icon-caret-right:before { content: "\f0da"; }
.icon-columns:before { content: "\f0db"; }
.icon-sort:before { content: "\f0dc"; }
.icon-sort-down:before { content: "\f0dd"; }
.icon-sort-up:before { content: "\f0de"; }
.icon-envelope-alt:before { content: "\f0e0"; }
.icon-linkedin:before { content: "\f0e1"; }
.icon-undo:before { content: "\f0e2"; }
.icon-legal:before { content: "\f0e3"; }
.icon-dashboard:before { content: "\f0e4"; }
.icon-comment-alt:before { content: "\f0e5"; }
.icon-comments-alt:before { content: "\f0e6"; }
.icon-bolt:before { content: "\f0e7"; }
.icon-sitemap:before { content: "\f0e8"; }
.icon-umbrella:before { content: "\f0e9"; }
.icon-paste:before { content: "\f0ea"; }
.icon-lightbulb:before { content: "\f0eb"; }
.icon-exchange:before { content: "\f0ec"; }
.icon-cloud-download:before { content: "\f0ed"; }
.icon-cloud-upload:before { content: "\f0ee"; }
.icon-user-md:before { content: "\f0f0"; }
.icon-stethoscope:before { content: "\f0f1"; }
.icon-suitcase:before { content: "\f0f2"; }
.icon-bell-alt:before { content: "\f0f3"; }
.icon-coffee:before { content: "\f0f4"; }
.icon-food:before { content: "\f0f5"; }
.icon-file-alt:before { content: "\f0f6"; }
.icon-building:before { content: "\f0f7"; }
.icon-hospital:before { content: "\f0f8"; }
.icon-ambulance:before { content: "\f0f9"; }
.icon-medkit:before { content: "\f0fa"; }
.icon-fighter-jet:before { content: "\f0fb"; }
.icon-beer:before { content: "\f0fc"; }
.icon-h-sign:before { content: "\f0fd"; }
.icon-plus-sign-alt:before { content: "\f0fe"; }
.icon-double-angle-left:before { content: "\f100"; }
.icon-double-angle-right:before { content: "\f101"; }
.icon-double-angle-up:before { content: "\f102"; }
.icon-double-angle-down:before { content: "\f103"; }
.icon-angle-left:before { content: "\f104"; }
.icon-angle-right:before { content: "\f105"; }
.icon-angle-up:before { content: "\f106"; }
.icon-angle-down:before { content: "\f107"; }
.icon-desktop:before { content: "\f108"; }
.icon-laptop:before { content: "\f109"; }
.icon-tablet:before { content: "\f10a"; }
.icon-mobile-phone:before { content: "\f10b"; }
.icon-circle-blank:before { content: "\f10c"; }
.icon-quote-left:before { content: "\f10d"; }
.icon-quote-right:before { content: "\f10e"; }
.icon-spinner:before { content: "\f110"; }
.icon-circle:before { content: "\f111"; }
.icon-reply:before { content: "\f112"; }
.icon-github-alt:before { content: "\f113"; }
.icon-folder-close-alt:before { content: "\f114"; }
.icon-folder-open-alt:before { content: "\f115"; }
.icons-phone:before { content: "\e000"; }
.icons-mobile:before { content: "\e001"; }
.icons-mouse:before { content: "\e002"; }
.icons-directions:before { content: "\e003"; }
.icons-mail:before { content: "\e004"; }
.icons-paperplane:before { content: "\e005"; }
.icons-pencil:before { content: "\e006"; }
.icons-feather:before { content: "\e007"; }
.icons-paperclip:before { content: "\e008"; }
.icons-drawer:before { content: "\e009"; }
.icons-reply:before { content: "\e00a"; }
.icons-reply-all:before { content: "\e00b"; }
.icons-forward:before { content: "\e00c"; }
.icons-user:before { content: "\e00d"; }
.icons-users:before { content: "\e00e"; }
.icons-user-add:before { content: "\e00f"; }
.icons-vcard:before { content: "\e010"; }
.icons-export:before { content: "\e011"; }
.icons-location:before { content: "\e012"; }
.icons-map:before { content: "\e013"; }
.icons-compass:before { content: "\e014"; }
.icons-location-2:before { content: "\e015"; }
.icons-target:before { content: "\e016"; }
.icons-share:before { content: "\e017"; }
.icons-sharable:before { content: "\e018"; }
.icons-heart:before { content: "\e019"; }
.icons-heart-2:before { content: "\e01a"; }
.icons-star:before { content: "\e01b"; }
.icons-star-2:before { content: "\e01c"; }
.icons-thumbs-up:before { content: "\e01d"; }
.icons-thumbs-down:before { content: "\e01e"; }
.icons-chat:before { content: "\e01f"; }
.icons-comment:before { content: "\e020"; }
.icons-quote:before { content: "\e021"; }
.icons-house:before { content: "\e022"; }
.icons-popup:before { content: "\e023"; }
.icons-search:before { content: "\e024"; }
.icons-flashlight:before { content: "\e025"; }
.icons-printer:before { content: "\e026"; }
.icons-bell:before { content: "\e027"; }
.icons-link:before { content: "\e028"; }
.icons-flag:before { content: "\e029"; }
.icons-cog:before { content: "\e02a"; }
.icons-tools:before { content: "\e02b"; }
.icons-trophy:before { content: "\e02c"; }
.icons-tag:before { content: "\e02d"; }
.icons-camera:before { content: "\e02e"; }
.icons-megaphone:before { content: "\e02f"; }
.icons-moon:before { content: "\e030"; }
.icons-palette:before { content: "\e031"; }
.icons-leaf:before { content: "\e032"; }
.icons-music:before { content: "\e033"; }
.icons-music-2:before { content: "\e034"; }
.icons-new:before { content: "\e035"; }
.icons-graduation:before { content: "\e036"; }
.icons-book:before { content: "\e037"; }
.icons-newspaper:before { content: "\e038"; }
.icons-bag:before { content: "\e039"; }
.icons-airplane:before { content: "\e03a"; }
.icons-lifebuoy:before { content: "\e03b"; }
.icons-eye:before { content: "\e03c"; }
.icons-clock:before { content: "\e03d"; }
.icons-microphone:before { content: "\e03e"; }
.icons-calendar:before { content: "\e03f"; }
.icons-bolt:before { content: "\e040"; }
.icons-thunder:before { content: "\e041"; }
.icons-droplet:before { content: "\e042"; }
.icons-cd:before { content: "\e043"; }
.icons-briefcase:before { content: "\e044"; }
.icons-air:before { content: "\e045"; }
.icons-hourglass:before { content: "\e046"; }
.icons-gauge:before { content: "\e047"; }
.icons-language:before { content: "\e048"; }
.icons-network:before { content: "\e049"; }
.icons-key:before { content: "\e04a"; }
.icons-battery:before { content: "\e04b"; }
.icons-bucket:before { content: "\e04c"; }
.icons-magnet:before { content: "\e04d"; }
.icons-drive:before { content: "\e04e"; }
.icons-cup:before { content: "\e04f"; }
.icons-rocket:before { content: "\e050"; }
.icons-brush:before { content: "\e051"; }
.icons-suitcase:before { content: "\e052"; }
.icons-cone:before { content: "\e053"; }
.icons-earth:before { content: "\e054"; }
.icons-keyboard:before { content: "\e055"; }
.icons-browser:before { content: "\e056"; }
.icons-publish:before { content: "\e057"; }
.icons-progress-3:before { content: "\e058"; }
.icons-progress-2:before { content: "\e059"; }
.icons-brogress-1:before { content: "\e05a"; }
.icons-progress-0:before { content: "\e05b"; }
.icons-sun:before { content: "\e05c"; }
.icons-sun-2:before { content: "\e05d"; }
.icons-adjust:before { content: "\e05e"; }
.icons-code:before { content: "\e05f"; }
.icons-screen:before { content: "\e060"; }
.icons-infinity:before { content: "\e061"; }
.icons-light-bulb:before { content: "\e062"; }
.icons-credit-card:before { content: "\e063"; }
.icons-database:before { content: "\e064"; }
.icons-voicemail:before { content: "\e065"; }
.icons-clipboard:before { content: "\e066"; }
.icons-cart:before { content: "\e067"; }
.icons-box:before { content: "\e068"; }
.icons-ticket:before { content: "\e069"; }
.icons-rss:before { content: "\e06a"; }
.icons-signal:before { content: "\e06b"; }
.icons-thermometer:before { content: "\e06c"; }
.icons-droplets:before { content: "\e06d"; }
.icons-untitled:before { content: "\e06e"; }
.icons-statistics:before { content: "\e06f"; }
.icons-pie:before { content: "\e070"; }
.icons-bars:before { content: "\e071"; }
.icons-graph:before { content: "\e072"; }
.icons-lock:before { content: "\e073"; }
.icons-lock-open:before { content: "\e074"; }
.icons-logout:before { content: "\e075"; }
.icons-login:before { content: "\e076"; }
.icons-checkmark:before { content: "\e077"; }
.icons-cross:before { content: "\e078"; }
.icons-minus:before { content: "\e079"; }
.icons-plus:before { content: "\e07a"; }
.icons-cross-2:before { content: "\e07b"; }
.icons-minus-2:before { content: "\e07c"; }
.icons-plus-2:before { content: "\e07d"; }
.icons-cross-3:before { content: "\e07e"; }
.icons-minus-3:before { content: "\e07f"; }
.icons-plus-3:before { content: "\e080"; }
.icons-erase:before { content: "\e081"; }
.icons-blocked:before { content: "\e082"; }
.icons-info:before { content: "\e083"; }
.icons-info-2:before { content: "\e084"; }
.icons-question:before { content: "\e085"; }
.icons-help:before { content: "\e086"; }
.icons-warning:before { content: "\e087"; }
.icons-cycle:before { content: "\e088"; }
.icons-cw:before { content: "\e089"; }
.icons-ccw:before { content: "\e08a"; }
.icons-shuffle:before { content: "\e08b"; }
.icons-arrow:before { content: "\e08c"; }
.icons-arrow-2:before { content: "\e08d"; }
.icons-retweet:before { content: "\e08e"; }
.icons-loop:before { content: "\e08f"; }
.icons-history:before { content: "\e090"; }
.icons-back:before { content: "\e091"; }
.icons-switch:before { content: "\e092"; }
.icons-list:before { content: "\e093"; }
.icons-add-to-list:before { content: "\e094"; }
.icons-layout:before { content: "\e095"; }
.icons-list-2:before { content: "\e096"; }
.icons-text:before { content: "\e097"; }
.icons-text-2:before { content: "\e098"; }
.icons-document:before { content: "\e099"; }
.icons-docs:before { content: "\e09a"; }
.icons-landscape:before { content: "\e09b"; }
.icons-pictures:before { content: "\e09c"; }
.icons-video:before { content: "\e09d"; }
.icons-music-3:before { content: "\e09e"; }
.icons-folder:before { content: "\e09f"; }
.icons-archive:before { content: "\e0a0"; }
.icons-trash:before { content: "\e0a1"; }
.icons-upload:before { content: "\e0a2"; }
.icons-download:before { content: "\e0a3"; }
.icons-disk:before { content: "\e0a4"; }
.icons-install:before { content: "\e0a5"; }
.icons-cloud:before { content: "\e0a6"; }
.icons-upload-2:before { content: "\e0a7"; }
.icons-bookmark:before { content: "\e0a8"; }
.icons-bookmarks:before { content: "\e0a9"; }
.icons-book-2:before { content: "\e0aa"; }
.icons-play:before { content: "\e0ab"; }
.icons-pause:before { content: "\e0ac"; }
.icons-record:before { content: "\e0ad"; }
.icons-stop:before { content: "\e0ae"; }
.icons-next:before { content: "\e0af"; }
.icons-previous:before { content: "\e0b0"; }
.icons-first:before { content: "\e0b1"; }
.icons-last:before { content: "\e0b2"; }
.icons-resize-enlarge:before { content: "\e0b3"; }
.icons-resize-shrink:before { content: "\e0b4"; }
.icons-volume:before { content: "\e0b5"; }
.icons-sound:before { content: "\e0b6"; }
.icons-mute:before { content: "\e0b7"; }
.icons-flow-cascade:before { content: "\e0b8"; }
.icons-flow-branch:before { content: "\e0b9"; }
.icons-flow-tree:before { content: "\e0ba"; }
.icons-flow-line:before { content: "\e0bb"; }
.icons-flow-parallel:before { content: "\e0bc"; }
.icons-arrow-left:before { content: "\e0bd"; }
.icons-arrow-down:before { content: "\e0be"; }
.icons-arrow-up--upload:before { content: "\e0bf"; }
.icons-arrow-right:before { content: "\e0c0"; }
.icons-arrow-left-2:before { content: "\e0c1"; }
.icons-arrow-down-2:before { content: "\e0c2"; }
.icons-arrow-up:before { content: "\e0c3"; }
.icons-arrow-right-2:before { content: "\e0c4"; }
.icons-arrow-left-3:before { content: "\e0c5"; }
.icons-arrow-down-3:before { content: "\e0c6"; }
.icons-arrow-up-2:before { content: "\e0c7"; }
.icons-arrow-right-3:before { content: "\e0c8"; }
.icons-arrow-left-4:before { content: "\e0c9"; }
.icons-arrow-down-4:before { content: "\e0ca"; }
.icons-arrow-up-3:before { content: "\e0cb"; }
.icons-arrow-right-4:before { content: "\e0cc"; }
.icons-arrow-left-5:before { content: "\e0cd"; }
.icons-arrow-down-5:before { content: "\e0ce"; }
.icons-arrow-up-4:before { content: "\e0cf"; }
.icons-arrow-right-5:before { content: "\e0d0"; }
.icons-arrow-left-6:before { content: "\e0d1"; }
.icons-arrow-down-6:before { content: "\e0d2"; }
.icons-arrow-up-5:before { content: "\e0d3"; }
.icons-arrow-right-6:before { content: "\e0d4"; }
.icons-arrow-left-7:before { content: "\e0d5"; }
.icons-arrow-down-7:before { content: "\e0d6"; }
.icons-arrow-up-6:before { content: "\e0d7"; }
.icons-untitled-2:before { content: "\e0d8"; }
.icons-arrow-left-8:before { content: "\e0d9"; }
.icons-arrow-down-8:before { content: "\e0da"; }
.icons-arrow-up-7:before { content: "\e0db"; }
.icons-arrow-right-7:before { content: "\e0dc"; }
.icons-menu:before { content: "\e0dd"; }
.icons-ellipsis:before { content: "\e0de"; }
.icons-dots:before { content: "\e0df"; }
.icons-dot:before { content: "\e0e0"; }
.icons-cc:before { content: "\e0e1"; }
.icons-cc-by:before { content: "\e0e2"; }
.icons-cc-nc:before { content: "\e0e3"; }
.icons-cc-nc-eu:before { content: "\e0e4"; }
.icons-cc-nc-jp:before { content: "\e0e5"; }
.icons-cc-sa:before { content: "\e0e6"; }
.icons-cc-nd:before { content: "\e0e7"; }
.icons-cc-pd:before { content: "\e0e8"; }
.icons-cc-zero:before { content: "\e0e9"; }
.icons-cc-share:before { content: "\e0ea"; }
.icons-cc-share-2:before { content: "\e0eb"; }
.icons-daniel-bruce:before { content: "\e0ec"; }
.icons-daniel-bruce-2:before { content: "\e0ed"; }

View File

@ -0,0 +1,16 @@
/* line 2, _site-style.scss */
body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-top: 70px;
}
.menu-level-0 > li:hover .menu-level-1 {
display: block;
}
.menu-level-1 > li:hover a {
color: #999 !important;
}
.menu-level-1 > li:hover .menu-level-2 {
display: block;
}

View File

@ -0,0 +1,13 @@
/*
* This is a manifest file that'll be compiled into front.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets/front_end, vendor/assets/stylesheets/front_end,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*/

View File

@ -0,0 +1,48 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="/assets/images/favicon.ico" />
<title>Orbit Classic</title>
<%= stylesheet_link_tag "#{@manifest}"%>
<%= javascript_include_tag "#{@manifest}"%>
<%= javascript_include_tag "#{@dataApi}"%>
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/module/home">Project name</a>
</div>
<div class="collapse navbar-collapse" data-menu="true">
<%= render_menu %>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div>
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<header data-pp="1">
<%= render_widget "faq/widget" %>
</header>
<div class="row" data-pp="2">
<%= render_widget "announcement/widget" %>
</div>
</div><!--/span-->
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation" data-pp="3"></div>
</div><!--/row-->
<hr>
<footer>
<p>© Company 2014</p>
</footer>
</div>
</body>
</html>

View File

@ -0,0 +1,23 @@
<ul class="nav navbar-nav menu-level-0" data-menu-level="0">
<li>
<a href="" data-menu-link="true">
{{link_name}}
<b class="caret"></b>
</a>
<ul class="nav navbar-nav dropdown-menu menu-level-1" data-menu-level="1">
<li>
<a href="#" data-menu-link="true">
{{link_name}}
<b class="caret"></b>
</a>
<ul class="dropdown-menu menu-level-2" data-menu-level="2">
<li>
<a href="" data-menu-link="true">
{{link_name}}
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>

View File

@ -0,0 +1,52 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="/assets/images/favicon.ico" />
<title>Orbit Classic</title>
<%= stylesheet_link_tag "#{@manifest}"%>
<%= javascript_include_tag "#{@manifest}"%>
<%= javascript_include_tag "#{@dataApi}"%>
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Project name</a>
</div>
<div class="collapse navbar-collapse">
<%= render_menu %>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div>
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<header data-pp="1"></header>
<main class="row" data-content="true">
<%= yield %>
</main><!--/row-->
</div><!--/span-->
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation" data-pp="2"></div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p>© Company 2014</p>
</footer>
</div>
</body>
</html>

View File

@ -0,0 +1,13 @@
<div data-repeat="3" data-module="announcement">
<div >
<div class="thumbnail">
<img src="http://placehold.it/150x150">
<div class="caption">
<h3>{{title}}</h3>
<p>{{subtitle}}</p>
<p><a data-href="detail" class="btn btn-primary" href="{{link_to_show}}" role="button">Read more</a></p>
</div>
</div>
</div>
<p class="text-center"><a data-href="more" class="btn btn-primary" role="button" href="{{link_to_index}}">More</a></p>
</div>

View File

@ -0,0 +1,7 @@
<div data-repeat="8" data-module="announcement">
<div class="col-6 col-sm-6 col-lg-4" >
<h2>{{title}}</h2>
<p>{{subtitle}}</p>
<p><a class="btn btn-default" data-href="detail" role="button" href="{{link_to_show}}">More</a></p>
</div>
</div>

View File

@ -0,0 +1,8 @@
<article>
<h1>{{title}}</h1>
<p>{{subtitle}}</p>
<section>
<span>{{postdate}}</span>
<div>{{text}}</div>
</section>
</article>

View File

@ -0,0 +1,5 @@
<div class="banner">
<ul>
<li data-repeat="0"><img src="http://placehold.it/150x150"></li>
</ul>
</div>

View File

@ -0,0 +1,12 @@
<div data-sp="" data-repeat="3" data-module="faq">
<div >
<div class="thumbnail">
<img src="http://placehold.it/150x150">
<div class="caption">
<h3>{{title}}</h3>
<p><a data-href="detail" class="btn btn-primary" role="button" href="{{link_to_show}}" >Read</a></p>
</div>
</div>
</div>
<p class="text-center"><a data-href="more" href="{{link_to_index}}" class="btn btn-primary" role="button">More</a></p>
</div>

View File

@ -0,0 +1,3 @@
<div class="list-group" data-repeat="0" data-module="faq" >
<a data-href="detail" class="list-group-item" href="{{link_to_show}}" >{{title}} »</a>
</div>

View File

@ -0,0 +1,6 @@
<article>
<h1>{{title}}</h1>
<section>
<div>{{answer}}</div>
</section>
</article>

View File

@ -0,0 +1,5 @@
<div class="banner">
<ul>
<li data-repeat="0"><img src="http://placehold.it/150x150"></li>
</ul>
</div>

View File

@ -0,0 +1,3 @@
<% @users.each do |users|%>
<%= user.first_name %>&nbsp;<%= user.last_name %>
<% end %>

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>OrbitStore</title>
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>

3
bin/bundle Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')

4
bin/rails Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'

4
bin/rake Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run

4
config.ru Normal file
View File

@ -0,0 +1,4 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application

42
config/application.rb Normal file
View File

@ -0,0 +1,42 @@
require File.expand_path('../boot', __FILE__)
# Pick the frameworks you want:
# require "active_record/railtie"
require "action_controller/railtie"
require "action_mailer/railtie"
require "sprockets/railtie"
require "rails/test_unit/railtie"
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env)
module OrbitStore
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
# require "#{Rails.root}/app/models/template.rb"
# config.assets.paths << "#{Rails.root}/app/templates/*/css"
Dir.glob("#{Rails.root}/app/templates/*").each do |path|
config.assets.paths << "#{path}/assets/stylesheets"
end
Dir.glob("#{Rails.root}/app/templates/*").each do |path|
config.assets.paths << "#{path}/assets/javascripts"
end
Dir.glob("#{Rails.root}/app/templates/*").each do |path|
config.assets.paths << "#{path}/assets/images"
end
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
# config.time_zone = 'Central Time (US & Canada)'
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de
end
end

4
config/boot.rb Normal file
View File

@ -0,0 +1,4 @@
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])

5
config/environment.rb Normal file
View File

@ -0,0 +1,5 @@
# Load the Rails application.
require File.expand_path('../application', __FILE__)
# Initialize the Rails application.
OrbitStore::Application.initialize!

View File

@ -0,0 +1,27 @@
OrbitStore::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
# Do not eager load code on boot.
config.eager_load = false
# Show full error reports and disable caching.
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log
# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config.assets.debug = true
end

View File

@ -0,0 +1,80 @@
OrbitStore::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# Code is not reloaded between requests.
config.cache_classes = true
# Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both thread web servers
# and those relying on copy on write to perform better.
# Rake tasks automatically ignore this option for performance.
config.eager_load = true
# Full error reports are disabled and caching is turned on.
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
# Enable Rack::Cache to put a simple HTTP cache in front of your application
# Add `rack-cache` to your Gemfile before enabling this.
# For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid.
# config.action_dispatch.rack_cache = true
# Disable Rails's static asset server (Apache or nginx will already do this).
config.serve_static_assets = false
# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
# config.assets.css_compressor = :sass
# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = false
# Generate digests for assets URLs.
config.assets.digest = true
# Version of your assets, change this if you want to expire all your assets.
config.assets.version = '1.0'
# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
# Set to :debug to see everything in the log.
config.log_level = :info
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]
# Use a different logger for distributed setups.
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
# Use a different cache store in production.
# config.cache_store = :mem_cache_store
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = "http://assets.example.com"
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# config.assets.precompile += %w( search.js )
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
# config.action_mailer.raise_delivery_errors = false
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
config.i18n.fallbacks = true
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify
# Disable automatic flushing of the log to improve performance.
# config.autoflush_log = false
# Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new
end

View File

@ -0,0 +1,36 @@
OrbitStore::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# The test environment is used exclusively to run your application's
# test suite. You never need to work with it otherwise. Remember that
# your test database is "scratch space" for the test suite and is wiped
# and recreated between test runs. Don't rely on the data there!
config.cache_classes = true
# Do not eager load code on boot. This avoids loading your whole application
# just for the purpose of running a single test. If you are using a tool that
# preloads Rails for running tests, you may have to set it to true.
config.eager_load = false
# Configure static asset server for tests with Cache-Control for performance.
config.serve_static_assets = true
config.static_cache_control = "public, max-age=3600"
# Show full error reports and disable caching.
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false
# Tell Action Mailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
end

View File

@ -0,0 +1,7 @@
# Be sure to restart your server when you modify this file.
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
# Rails.backtrace_cleaner.remove_silencers!

View File

@ -0,0 +1,4 @@
# Be sure to restart your server when you modify this file.
# Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += [:password]

View File

@ -0,0 +1,16 @@
# Be sure to restart your server when you modify this file.
# Add new inflection rules using the following format. Inflections
# are locale specific, and you may define rules for as many different
# locales as you wish. All of these examples are active by default:
# ActiveSupport::Inflector.inflections(:en) do |inflect|
# inflect.plural /^(ox)$/i, '\1en'
# inflect.singular /^(ox)en/i, '\1'
# inflect.irregular 'person', 'people'
# inflect.uncountable %w( fish sheep )
# end
# These inflection rules are supported but not enabled by default:
# ActiveSupport::Inflector.inflections(:en) do |inflect|
# inflect.acronym 'RESTful'
# end

View File

@ -0,0 +1,5 @@
# Be sure to restart your server when you modify this file.
# Add new mime types for use in respond_to blocks:
# Mime::Type.register "text/richtext", :rtf
# Mime::Type.register_alias "text/html", :iphone

View File

@ -0,0 +1,12 @@
# Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# You can use `rake secret` to generate a secure secret key.
# Make sure your secret_key_base is kept private
# if you're sharing your code publicly.
OrbitStore::Application.config.secret_key_base = 'acc6ffc5a7d360c9cf2a7bdb4ddf9a897942ec6767413a5c0324a0fa8b86197a96298288a66bd46d8770d8b6edf509aad65716961c2c364ce006b475e6cfd418'

View File

@ -0,0 +1,3 @@
# Be sure to restart your server when you modify this file.
OrbitStore::Application.config.session_store :cookie_store, key: '_orbit_store_session'

View File

@ -0,0 +1,9 @@
# Be sure to restart your server when you modify this file.
# This file contains settings for ActionController::ParamsWrapper which
# is enabled by default.
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
ActiveSupport.on_load(:action_controller) do
wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
end

23
config/locales/en.yml Normal file
View File

@ -0,0 +1,23 @@
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en:
hello: "Hello world"

69
config/mongoid.yml Normal file
View File

@ -0,0 +1,69 @@
development:
# Configure available database sessions. (required)
sessions:
# Defines the default session. (required)
default:
# Defines the name of the default database that Mongoid can connect to.
# (required).
database: orbit_store_development
# Provides the hosts the default session can connect to. Must be an array
# of host:port pairs. (required)
hosts:
- localhost:27017
options:
# Change the default write concern. (default = { w: 1 })
# write:
# w: 1
# Change the default consistency model to primary, secondary.
# 'secondary' will send reads to secondaries, 'primary' sends everything
# to master. (default: primary)
# read: secondary_preferred
# How many times Moped should attempt to retry an operation after
# failure. (default: 30)
# max_retries: 30
# The time in seconds that Moped should wait before retrying an
# operation on failure. (default: 1)
# retry_interval: 1
# Configure Mongoid specific options. (optional)
options:
# Includes the root model name in json serialization. (default: false)
# include_root_in_json: false
# Include the _type field in serializaion. (default: false)
# include_type_for_serialization: false
# Preload all models in development, needed when models use
# inheritance. (default: false)
# preload_models: false
# Protect id and type from mass assignment. (default: true)
# protect_sensitive_fields: true
# Raise an error when performing a #find and the document is not found.
# (default: true)
# raise_not_found_error: true
# Raise an error when defining a scope with the same name as an
# existing method. (default: false)
# scope_overwrite_exception: false
# Use Active Support's time zone in conversions. (default: true)
# use_activesupport_time_zone: true
# Ensure all times are UTC in the app side. (default: false)
# use_utc: false
test:
sessions:
default:
database: orbit_store_test
hosts:
- localhost:27017
options:
read: primary
# In the test environment we lower the retries and retry interval to
# low amounts for fast failures.
max_retries: 1
retry_interval: 0

60
config/routes.rb Normal file
View File

@ -0,0 +1,60 @@
OrbitStore::Application.routes.draw do
resources :users
get "/module/:name" => "home#index"
get "/module/:name/show" => "home#show"
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".
# You can have the root of your site routed with "root"
root 'home#index'
# Example of regular route:
# get 'products/:id' => 'catalog#view'
# Example of named route that can be invoked with purchase_url(id: product.id)
# get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
# Example resource route (maps HTTP verbs to controller actions automatically):
# resources :products
# Example resource route with options:
# resources :products do
# member do
# get 'short'
# post 'toggle'
# end
#
# collection do
# get 'sold'
# end
# end
# Example resource route with sub-resources:
# resources :products do
# resources :comments, :sales
# resource :seller
# end
# Example resource route with more complex sub-resources:
# resources :products do
# resources :comments
# resources :sales do
# get 'recent', on: :collection
# end
# end
# Example resource route with concerns:
# concern :toggleable do
# post 'toggle'
# end
# resources :posts, concerns: :toggleable
# resources :photos, concerns: :toggleable
# Example resource route within a namespace:
namespace :admin do
# Directs /admin/products/* to Admin::ProductsController
# (app/controllers/admin/products_controller.rb)
resources :users
end
end

7
db/seeds.rb Normal file
View File

@ -0,0 +1,7 @@
# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
# Examples:
#
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)

0
lib/assets/.keep Normal file
View File

0
lib/tasks/.keep Normal file
View File

View File

@ -0,0 +1,9 @@
class TemplatesResolver < ::ActionView::FileSystemResolver
def initialize
super("app/tempaltes")
end
def find_templates(name, prefix,partial,details)
super(name, "users", partial, details)
end
end

0
log/.keep Normal file
View File

58
public/404.html Normal file
View File

@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
text-align: center;
font-family: arial, sans-serif;
}
div.dialog {
width: 25em;
margin: 4em auto 0 auto;
border: 1px solid #CCC;
border-right-color: #999;
border-left-color: #999;
border-bottom-color: #BBB;
border-top: #B00100 solid 4px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-color: white;
padding: 7px 4em 0 4em;
}
h1 {
font-size: 100%;
color: #730E15;
line-height: 1.5em;
}
body > p {
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #F7F7F7;
border: 1px solid #CCC;
border-right-color: #999;
border-bottom-color: #999;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-color: #DADADA;
color: #666;
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
}
</style>
</head>
<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>

58
public/422.html Normal file
View File

@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
text-align: center;
font-family: arial, sans-serif;
}
div.dialog {
width: 25em;
margin: 4em auto 0 auto;
border: 1px solid #CCC;
border-right-color: #999;
border-left-color: #999;
border-bottom-color: #BBB;
border-top: #B00100 solid 4px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-color: white;
padding: 7px 4em 0 4em;
}
h1 {
font-size: 100%;
color: #730E15;
line-height: 1.5em;
}
body > p {
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #F7F7F7;
border: 1px solid #CCC;
border-right-color: #999;
border-bottom-color: #999;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-color: #DADADA;
color: #666;
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
}
</style>
</head>
<body>
<!-- This file lives in public/422.html -->
<div class="dialog">
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>

57
public/500.html Normal file
View File

@ -0,0 +1,57 @@
<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
text-align: center;
font-family: arial, sans-serif;
}
div.dialog {
width: 25em;
margin: 4em auto 0 auto;
border: 1px solid #CCC;
border-right-color: #999;
border-left-color: #999;
border-bottom-color: #BBB;
border-top: #B00100 solid 4px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-color: white;
padding: 7px 4em 0 4em;
}
h1 {
font-size: 100%;
color: #730E15;
line-height: 1.5em;
}
body > p {
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #F7F7F7;
border: 1px solid #CCC;
border-right-color: #999;
border-bottom-color: #999;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-color: #DADADA;
color: #666;
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
}
</style>
</head>
<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>

169
public/data.json Normal file

File diff suppressed because one or more lines are too long

0
public/favicon.ico Normal file
View File

84
public/menu.json Normal file
View File

@ -0,0 +1,84 @@
{
"Announcement" : {
"url" : "/module/announcement",
"children" : {
"Announcement1" : {
"url" : "/module/announcement/show",
"children" : {
"Announcement2" : {
"url" : "/module/announcement/show"
}
}
},
"Announcement1.1" : {
"url" : "/module/announcement/show",
"children" : {
"Announcement2" : {
"url" : "/module/announcement/show"
}
}
}
}
},
"Faq" : {
"url" : "/module/faq",
"children" : {
"Faq1" : {
"url" : "/module/faq/show",
"children" : {
"Faq2" : {
"url" : "/module/faq/show"
},
"Faq2.1" : {
"url" : "/module/faq/show"
}
}
},
"Faq1.1" : {
"url" : "/module/faq/show",
"children" : {
"Faq2" : {
"url" : "/module/faq/show"
},
"Faq2.1" : {
"url" : "/module/faq/show"
}
}
}
}
},
"Gallery" : {
"url" : "/module/gallery",
"children" : {
"Gallery1" : {
"url" : "/module/gallery/show",
"children" : {
"gallery2" : {
"url" : "/module/gallery/show"
},
"gallery2.1" : {
"url" : "/module/gallery/show"
}
}
},
"gallery1.1" : {
"url" : "/module/gallery/show",
"children" : {
"gallery2" : {
"url" : "/module/gallery/show"
},
"gallery2.1" : {
"url" : "/module/gallery/show"
},
"gallery2.2" : {
"url" : "/module/gallery/show"
},
"gallery2.3" : {
"url" : "/module/gallery/show"
}
}
}
}
}
}

5
public/robots.txt Normal file
View File

@ -0,0 +1,5 @@
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
#
# To ban all spiders from the entire site uncomment the next two lines:
# User-agent: *
# Disallow: /

Some files were not shown because too many files have changed in this diff Show More