Added support for Material icons.

This commit is contained in:
Federico Zivolo 2014-08-26 10:50:52 +02:00
parent df8b8d9bb2
commit 773f33c731
14 changed files with 2823 additions and 3 deletions

View File

@ -67,6 +67,18 @@ Remember to use the proper HTML markup to get radio and checkboxes styled correc
Option one is this
</label>
</div>
### Icons:
Material Design for Bootstrap includes 490 original Material Design icons!
These icons are extracted from the original Google sources and are licensed under BSD license.
Them are provided as an iconic font easy to use.
Variations are available for every icon, included for the original Bootstrap icons.
The syntax to add a Material icon is:
<i class="icon icon-material-favorite"></i>
# Plugins

View File

@ -1659,6 +1659,76 @@ fieldset[disabled] .navbar .btn-link:focus {
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #323232;
}
.icon,
.icon-default {
color: #4d4d4d;
}
.icon-primary {
color: #4285f4;
}
.icon-success {
color: #0f9d58;
}
.icon-info {
color: #03a9f4;
}
.icon-warning {
color: #ff5722;
}
.icon-danger {
color: #f44336;
}
.icon-material-red {
color: #f44336;
}
.icon-material-pink {
color: #e91e63;
}
.icon-material-purple {
color: #9c27b0;
}
.icon-material-deeppurple {
color: #673ab7;
}
.icon-material-indigo {
color: #3f51b5;
}
.icon-material-lightblue {
color: #03a9f4;
}
.icon-material-cyan {
color: #00bcd4;
}
.icon-material-teal {
color: #009688;
}
.icon-material-lightgreen {
color: #8bc34a;
}
.icon-material-lime {
color: #cddc39;
}
.icon-material-lightyellow {
color: #ffeb3b;
}
.icon-material-orange {
color: #ff9800;
}
.icon-material-deeporange {
color: #ff5722;
}
.icon-material-grey {
color: #9e9e9e;
}
.icon-material-bluegrey {
color: #607d8b;
}
.icon-material-brown {
color: #795548;
}
.icon-material-lightgrey {
color: #ececec;
}
.snackbar {
background-color: #323232;
color: #ffffff;

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -6,12 +6,16 @@
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="../css-compiled/ripples.css" rel="stylesheet">
<link href="../css-compiled/material.css" rel="stylesheet">
<link href="../icons/icons-material-design.css" rel="stylesheet">
<link href="//fezvrasta.github.io/snackbarjs/dist/snackbar.min.css" rel="stylesheet">
<style>
body{padding-top:50px}#banner{border-bottom:none}.page-header h1{font-size:4em}.bs-docs-section{margin-top:8em}.bs-component{position:relative}.bs-component .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-component .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}#source-button{position:absolute;top:0;right:0;z-index:100;font-weight:bold;padding: 5px 10px;}.progress{margin-bottom:10px}footer{margin:5em 0}footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}footer p{clear:left;margin-bottom:0}.splash{padding:4em 0 0;background-color:#141d27;color:#fff;text-align:center}.splash h1{font-size:4em}.splash #social{margin:2em 0}.splash .alert{margin:2em 0}.section-tout{padding:4em 0 3em;border-bottom:1px solid rgba(0,0,0,0.05);background-color:#eaf1f1}.section-tout .fa{margin-right:.5em}.section-tout p{margin-bottom:3em}.section-preview{padding:4em 0 4em}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image:before{box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);position:absolute;top:0;left:0;width:100%;height:100%;content:"";pointer-events:none}.section-preview .preview .options{padding:1em 2em 2em;border:1px solid rgba(0,0,0,0.05);border-top:none;text-align:center}.section-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}@media (max-width:767px){.section-preview .image img{width:100%}}.sponsor{text-align:center}.sponsor a:hover{text-decoration:none}@media (max-width:767px){#banner{margin-bottom:2em;text-align:center}}
.infobox .btn-sup { color: rgba(0,0,0,0.5); font-weight: bold; font-size: 15px; line-height: 30px; }
.infobox .btn-sup img { opacity: 0.5; height: 30px;}
.infobox .btn-sup span { padding-left: 10px; position: relative; top: 2px; }
.icons-material .row { margin-bottom: 20px; }
.icons-material .col-xs-2 { text-align: center; }
.icons-material i { font-size: 34pt; }
</style>
</head>
<body>
@ -33,15 +37,15 @@
<p>Read more about Material Design for Bootstrap <a href="https://github.com/FezVrasta/bootstrap-material-design">visiting the Github page</a>.</p>
<a href="https://github.com/FezVrasta/bootstrap-material-design/archive/master.zip" class="btn btn-sup btn-material-pink btn-raised">
<img src="icons/download.png" alt="gittip" height=30>
<img src="imgs/download.png" alt="gittip" height=30>
<span>DOWNLOAD</span>
</a>
<a href="https://www.gittip.com/FezVrasta/" class="btn btn-sup btn-material-brown">
<img src="icons/gittip.png" alt="gittip" height=30>
<img src="imgs/gittip.png" alt="gittip" height=30>
<span>GITTIP</span>
</a>
<a href="https://github.com/FezVrasta/bootstrap-material-design/issues" class="btn btn-sup btn-material-deeppurple">
<img src="icons/issue.png" alt="gittip" height=30>
<img src="imgs/issue.png" alt="gittip" height=30>
<span>ISSUES</span>
</a>
</div>
@ -476,6 +480,688 @@
</div>
</div>
<!-- Icons
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 id="type">Icons</h1>
<p>Material Design for Bootstrap includes 490 original Material Design icons!<br>
These icons are extracted from the original Google sources and are licensed under BSD license.<br>
Them are provided as an iconic font easy to use.
</p>
<p>Variations are available for every icon, included for the original Bootstrap icons.<br>
<br>Example:<br><br>
<i class="icon icon-material-favorite icon-material-pink" style="font-size: 40pt;"></i>
<i class="icon icon-material-favorite icon-material-lime" style="font-size: 40pt;"></i>
<i class="icon icon-material-favorite icon-material-teal" style="font-size: 40pt;"></i>
<i class="icon icon-material-favorite icon-material-red" style="font-size: 40pt;"></i>
</p>
</div>
</div>
</div>
<div class="bs-component icons-material">
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-access-alarms"></i></div>
<div class="col-xs-2"><i class="icon icon-material-accessibility"></i></div>
<div class="col-xs-2"><i class="icon icon-material-access-time"></i></div>
<div class="col-xs-2"><i class="icon icon-material-account-box"></i></div>
<div class="col-xs-2"><i class="icon icon-material-account-circle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-adb"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-add"></i></div>
<div class="col-xs-2"><i class="icon icon-material-add-alarm"></i></div>
<div class="col-xs-2"><i class="icon icon-material-add-box"></i></div>
<div class="col-xs-2"><i class="icon icon-material-add-circle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-add-circle-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-airplanemode-off"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-airplanemode-on"></i></div>
<div class="col-xs-2"><i class="icon icon-material-android"></i></div>
<div class="col-xs-2"><i class="icon icon-material-apps"></i></div>
<div class="col-xs-2"><i class="icon icon-material-archive"></i></div>
<div class="col-xs-2"><i class="icon icon-material-arrow-back"></i></div>
<div class="col-xs-2"><i class="icon icon-material-arrow-drop-down"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-arrow-drop-down-circle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-arrow-drop-up"></i></div>
<div class="col-xs-2"><i class="icon icon-material-arrow-forward"></i></div>
<div class="col-xs-2"><i class="icon icon-material-attachment"></i></div>
<div class="col-xs-2"><i class="icon icon-material-auto-fix"></i></div>
<div class="col-xs-2"><i class="icon icon-material-backspace"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-backup"></i></div>
<div class="col-xs-2"><i class="icon icon-material-beenhere"></i></div>
<div class="col-xs-2"><i class="icon icon-material-block"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bluetooth 2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bluetooth"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bluetooth-audio"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-bluetooth-connected 2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bluetooth-connected"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bluetooth-disabled"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bluetooth-searching"></i></div>
<div class="col-xs-2"><i class="icon icon-material-book"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bookmark"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-bookmark-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-brightness-auto"></i></div>
<div class="col-xs-2"><i class="icon icon-material-brightness-high"></i></div>
<div class="col-xs-2"><i class="icon icon-material-brightness-low"></i></div>
<div class="col-xs-2"><i class="icon icon-material-brightness-medium"></i></div>
<div class="col-xs-2"><i class="icon icon-material-bug-report"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-cake"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-end"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-made"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-merge"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-missed"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-call-received"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-split"></i></div>
<div class="col-xs-2"><i class="icon icon-material-camera"></i></div>
<div class="col-xs-2"><i class="icon icon-material-camera-alt"></i></div>
<div class="col-xs-2"><i class="icon icon-material-camera-roll"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cancel"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-cast"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cast-connected"></i></div>
<div class="col-xs-2"><i class="icon icon-material-chat"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check-box"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check-box-blank"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-check-box-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check-box-outline-blank"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check-circle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check-circle-blank"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check-circle-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-check-circle-outline-blank"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-chevron-left"></i></div>
<div class="col-xs-2"><i class="icon icon-material-chevron-right"></i></div>
<div class="col-xs-2"><i class="icon icon-material-chromecast"></i></div>
<div class="col-xs-2"><i class="icon icon-material-circles"></i></div>
<div class="col-xs-2"><i class="icon icon-material-circles-add"></i></div>
<div class="col-xs-2"><i class="icon icon-material-circles-extended"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-clear"></i></div>
<div class="col-xs-2"><i class="icon icon-material-close"></i></div>
<div class="col-xs-2"><i class="icon icon-material-closed-caption"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cloud"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cloud-circle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cloud-done"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-cloud-download"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cloud-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cloud-queue"></i></div>
<div class="col-xs-2"><i class="icon icon-material-cloud-upload"></i></div>
<div class="col-xs-2"><i class="icon icon-material-comment"></i></div>
<div class="col-xs-2"><i class="icon icon-material-communities"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-content-copy"></i></div>
<div class="col-xs-2"><i class="icon icon-material-content-cut"></i></div>
<div class="col-xs-2"><i class="icon icon-material-content-paste"></i></div>
<div class="col-xs-2"><i class="icon icon-material-create"></i></div>
<div class="col-xs-2"><i class="icon icon-material-credit-card"></i></div>
<div class="col-xs-2"><i class="icon icon-material-crop"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-crop-free"></i></div>
<div class="col-xs-2"><i class="icon icon-material-crop-landscape"></i></div>
<div class="col-xs-2"><i class="icon icon-material-crop-portrait"></i></div>
<div class="col-xs-2"><i class="icon icon-material-crop-square"></i></div>
<div class="col-xs-2"><i class="icon icon-material-data-usage"></i></div>
<div class="col-xs-2"><i class="icon icon-material-delete"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-developer-mode"></i></div>
<div class="col-xs-2"><i class="icon icon-material-dialpad"></i></div>
<div class="col-xs-2"><i class="icon icon-material-directions"></i></div>
<div class="col-xs-2"><i class="icon icon-material-directions-bike"></i></div>
<div class="col-xs-2"><i class="icon icon-material-directions-bus"></i></div>
<div class="col-xs-2"><i class="icon icon-material-directions-car"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-directions-subway"></i></div>
<div class="col-xs-2"><i class="icon icon-material-directions-train"></i></div>
<div class="col-xs-2"><i class="icon icon-material-directions-transit"></i></div>
<div class="col-xs-2"><i class="icon icon-material-directionswalk"></i></div>
<div class="col-xs-2"><i class="icon icon-material-disc-full"></i></div>
<div class="col-xs-2"><i class="icon icon-material-dock"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-domain"></i></div>
<div class="col-xs-2"><i class="icon icon-material-done"></i></div>
<div class="col-xs-2"><i class="icon icon-material-done-all"></i></div>
<div class="col-xs-2"><i class="icon icon-material-do-not-disturb"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drafts"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drawer"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-drive"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-document"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-drawing"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-eta"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-file"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-form"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-drive-fusiontable"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-image"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-ms-excel"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-ms-powerpoint"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-ms-word"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-pdf"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-drive-presentation"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-script"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-site"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-spreadsheet"></i></div>
<div class="col-xs-2"><i class="icon icon-material-drive-video"></i></div>
<div class="col-xs-2"><i class="icon icon-material-earth"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-email 2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-email"></i></div>
<div class="col-xs-2"><i class="icon icon-material-error"></i></div>
<div class="col-xs-2"><i class="icon icon-material-event 2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-event"></i></div>
<div class="col-xs-2"><i class="icon icon-material-exit-to-app"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-expand-less"></i></div>
<div class="col-xs-2"><i class="icon icon-material-expand-more"></i></div>
<div class="col-xs-2"><i class="icon icon-material-explore"></i></div>
<div class="col-xs-2"><i class="icon icon-material-extension"></i></div>
<div class="col-xs-2"><i class="icon icon-material-fast-forward"></i></div>
<div class="col-xs-2"><i class="icon icon-material-fast-rewind"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-favorite"></i></div>
<div class="col-xs-2"><i class="icon icon-material-favorite-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-file-download"></i></div>
<div class="col-xs-2"><i class="icon icon-material-file-upload"></i></div>
<div class="col-xs-2"><i class="icon icon-material-filter"></i></div>
<div class="col-xs-2"><i class="icon icon-material-flag"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-flash-auto"></i></div>
<div class="col-xs-2"><i class="icon icon-material-flash-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-flash-on"></i></div>
<div class="col-xs-2"><i class="icon icon-material-flights"></i></div>
<div class="col-xs-2"><i class="icon icon-material-flip-to-back"></i></div>
<div class="col-xs-2"><i class="icon icon-material-flip-to-front"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-folder"></i></div>
<div class="col-xs-2"><i class="icon icon-material-folder-mydrive"></i></div>
<div class="col-xs-2"><i class="icon icon-material-folder-shared"></i></div>
<div class="col-xs-2"><i class="icon icon-material-forum"></i></div>
<div class="col-xs-2"><i class="icon icon-material-forward"></i></div>
<div class="col-xs-2"><i class="icon icon-material-fullscreen"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-fullscreen-exit"></i></div>
<div class="col-xs-2"><i class="icon icon-material-gamepad"></i></div>
<div class="col-xs-2"><i class="icon icon-material-games"></i></div>
<div class="col-xs-2"><i class="icon icon-material-gesture"></i></div>
<div class="col-xs-2"><i class="icon icon-material-glass"></i></div>
<div class="col-xs-2"><i class="icon icon-material-gmail 2"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-gmail"></i></div>
<div class="col-xs-2"><i class="icon icon-material-google"></i></div>
<div class="col-xs-2"><i class="icon icon-material-google-plus"></i></div>
<div class="col-xs-2"><i class="icon icon-material-gps-fixed"></i></div>
<div class="col-xs-2"><i class="icon icon-material-gps-not-fixed"></i></div>
<div class="col-xs-2"><i class="icon icon-material-gps-off"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-group"></i></div>
<div class="col-xs-2"><i class="icon icon-material-group-add"></i></div>
<div class="col-xs-2"><i class="icon icon-material-hangout 2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-hangout"></i></div>
<div class="col-xs-2"><i class="icon icon-material-hangout-video"></i></div>
<div class="col-xs-2"><i class="icon icon-material-hangout-video-off"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-headset"></i></div>
<div class="col-xs-2"><i class="icon icon-material-headset-mic"></i></div>
<div class="col-xs-2"><i class="icon icon-material-help"></i></div>
<div class="col-xs-2"><i class="icon icon-material-high-quality"></i></div>
<div class="col-xs-2"><i class="icon icon-material-history"></i></div>
<div class="col-xs-2"><i class="icon icon-material-home"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-hotel"></i></div>
<div class="col-xs-2"><i class="icon icon-material-https"></i></div>
<div class="col-xs-2"><i class="icon icon-material-image"></i></div>
<div class="col-xs-2"><i class="icon icon-material-import-export"></i></div>
<div class="col-xs-2"><i class="icon icon-material-inbox"></i></div>
<div class="col-xs-2"><i class="icon icon-material-info"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-info-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-invert-colors"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keep 2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keep"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-alt"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-keyboard-arrow-down"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-arrow-left"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-arrow-right"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-arrow-up"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-backspace"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-capslock"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-keyboard-control"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-hide"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-return"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-tab"></i></div>
<div class="col-xs-2"><i class="icon icon-material-keyboard-voice"></i></div>
<div class="col-xs-2"><i class="icon icon-material-label"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-label-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-landscape"></i></div>
<div class="col-xs-2"><i class="icon icon-material-language"></i></div>
<div class="col-xs-2"><i class="icon icon-material-laptop"></i></div>
<div class="col-xs-2"><i class="icon icon-material-launch"></i></div>
<div class="col-xs-2"><i class="icon icon-material-link"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-list"></i></div>
<div class="col-xs-2"><i class="icon icon-material-live-help"></i></div>
<div class="col-xs-2"><i class="icon icon-material-location"></i></div>
<div class="col-xs-2"><i class="icon icon-material-location-city"></i></div>
<div class="col-xs-2"><i class="icon icon-material-location-disabled"></i></div>
<div class="col-xs-2"><i class="icon icon-material-location-searching"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-lock"></i></div>
<div class="col-xs-2"><i class="icon icon-material-lock-open"></i></div>
<div class="col-xs-2"><i class="icon icon-material-lock-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-loop"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mail"></i></div>
<div class="col-xs-2"><i class="icon icon-material-map"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-markunread"></i></div>
<div class="col-xs-2"><i class="icon icon-material-memory"></i></div>
<div class="col-xs-2"><i class="icon icon-material-menu"></i></div>
<div class="col-xs-2"><i class="icon icon-material-message"></i></div>
<div class="col-xs-2"><i class="icon icon-material-messenger"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mic"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-mic-none"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mic-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mms"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mood"></i></div>
<div class="col-xs-2"><i class="icon icon-material-more"></i></div>
<div class="col-xs-2"><i class="icon icon-material-more-horiz"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-more-vert"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mouse"></i></div>
<div class="col-xs-2"><i class="icon icon-material-movie"></i></div>
<div class="col-xs-2"><i class="icon icon-material-nest-protect"></i></div>
<div class="col-xs-2"><i class="icon icon-material-nest-thermostat"></i></div>
<div class="col-xs-2"><i class="icon icon-material-network-cell"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-network-wifi"></i></div>
<div class="col-xs-2"><i class="icon icon-material-news"></i></div>
<div class="col-xs-2"><i class="icon icon-material-nfc"></i></div>
<div class="col-xs-2"><i class="icon icon-material-notifications"></i></div>
<div class="col-xs-2"><i class="icon icon-material-notifications-none"></i></div>
<div class="col-xs-2"><i class="icon icon-material-notifications-off"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-notifications-on"></i></div>
<div class="col-xs-2"><i class="icon icon-material-notifications-paused"></i></div>
<div class="col-xs-2"><i class="icon icon-material-pages"></i></div>
<div class="col-xs-2"><i class="icon icon-material-palette"></i></div>
<div class="col-xs-2"><i class="icon icon-material-panorama"></i></div>
<div class="col-xs-2"><i class="icon icon-material-party-mode"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-pause"></i></div>
<div class="col-xs-2"><i class="icon icon-material-pause-circle-fill"></i></div>
<div class="col-xs-2"><i class="icon icon-material-pause-circle-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-people"></i></div>
<div class="col-xs-2"><i class="icon icon-material-person"></i></div>
<div class="col-xs-2"><i class="icon icon-material-person-add"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-person-location"></i></div>
<div class="col-xs-2"><i class="icon icon-material-person-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone 2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone-bluetooth-speaker"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone-forwarded"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-phone-in-talk"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone-locked"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone-missed"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone-paused"></i></div>
<div class="col-xs-2"><i class="icon icon-material-photo"></i></div>
<div class="col-xs-2"><i class="icon icon-material-photo-album"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-photo-library"></i></div>
<div class="col-xs-2"><i class="icon icon-material-place"></i></div>
<div class="col-xs-2"><i class="icon icon-material-play-arrow"></i></div>
<div class="col-xs-2"><i class="icon icon-material-play-circle-fill"></i></div>
<div class="col-xs-2"><i class="icon icon-material-play-circle-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-play-download"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-play-install"></i></div>
<div class="col-xs-2"><i class="icon icon-material-plus-one"></i></div>
<div class="col-xs-2"><i class="icon icon-material-poll"></i></div>
<div class="col-xs-2"><i class="icon icon-material-polymer"></i></div>
<div class="col-xs-2"><i class="icon icon-material-portrait"></i></div>
<div class="col-xs-2"><i class="icon icon-material-post-blogger"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-post-facebook"></i></div>
<div class="col-xs-2"><i class="icon icon-material-post-gplus"></i></div>
<div class="col-xs-2"><i class="icon icon-material-post-instagram"></i></div>
<div class="col-xs-2"><i class="icon icon-material-post-linkedin"></i></div>
<div class="col-xs-2"><i class="icon icon-material-post-pinterest"></i></div>
<div class="col-xs-2"><i class="icon icon-material-post-tumblr"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-post-twitter"></i></div>
<div class="col-xs-2"><i class="icon icon-material-print"></i></div>
<div class="col-xs-2"><i class="icon icon-material-public"></i></div>
<div class="col-xs-2"><i class="icon icon-material-queue"></i></div>
<div class="col-xs-2"><i class="icon icon-material-radio-button-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-radio-button-on"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-receipt"></i></div>
<div class="col-xs-2"><i class="icon icon-material-refresh"></i></div>
<div class="col-xs-2"><i class="icon icon-material-reminder"></i></div>
<div class="col-xs-2"><i class="icon icon-material-remove"></i></div>
<div class="col-xs-2"><i class="icon icon-material-remove-circle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-remove-circle-outline"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-replay"></i></div>
<div class="col-xs-2"><i class="icon icon-material-reply"></i></div>
<div class="col-xs-2"><i class="icon icon-material-reply-all"></i></div>
<div class="col-xs-2"><i class="icon icon-material-report"></i></div>
<div class="col-xs-2"><i class="icon icon-material-ring-volume"></i></div>
<div class="col-xs-2"><i class="icon icon-material-rotate-left"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-rotate-right"></i></div>
<div class="col-xs-2"><i class="icon icon-material-satellite"></i></div>
<div class="col-xs-2"><i class="icon icon-material-save"></i></div>
<div class="col-xs-2"><i class="icon icon-material-schedule"></i></div>
<div class="col-xs-2"><i class="icon icon-material-school"></i></div>
<div class="col-xs-2"><i class="icon icon-material-screen-lock-landscape"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-screen-lock-portrait"></i></div>
<div class="col-xs-2"><i class="icon icon-material-screen-lock-rotation"></i></div>
<div class="col-xs-2"><i class="icon icon-material-screen-rotation"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sd-card"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sd-storage"></i></div>
<div class="col-xs-2"><i class="icon icon-material-search"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-select-all"></i></div>
<div class="col-xs-2"><i class="icon icon-material-send"></i></div>
<div class="col-xs-2"><i class="icon icon-material-settings"></i></div>
<div class="col-xs-2"><i class="icon icon-material-settings-applications"></i></div>
<div class="col-xs-2"><i class="icon icon-material-settings-bluetooth"></i></div>
<div class="col-xs-2"><i class="icon icon-material-settings-cell"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-settings-phone"></i></div>
<div class="col-xs-2"><i class="icon icon-material-settings-power"></i></div>
<div class="col-xs-2"><i class="icon icon-material-settings-voice"></i></div>
<div class="col-xs-2"><i class="icon icon-material-share"></i></div>
<div class="col-xs-2"><i class="icon icon-material-share-alt"></i></div>
<div class="col-xs-2"><i class="icon icon-material-shopping-basket"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-shopping-cart"></i></div>
<div class="col-xs-2"><i class="icon icon-material-shuffle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-signal-cellular-1-bar"></i></div>
<div class="col-xs-2"><i class="icon icon-material-signal-cellular-2-bar"></i></div>
<div class="col-xs-2"><i class="icon icon-material-signal-cellular-3-bar"></i></div>
<div class="col-xs-2"><i class="icon icon-material-signal-cellular-4-bar"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-signal-wifi-1-bar"></i></div>
<div class="col-xs-2"><i class="icon icon-material-signal-wifi-2-bar"></i></div>
<div class="col-xs-2"><i class="icon icon-material-signal-wifi-3-bar"></i></div>
<div class="col-xs-2"><i class="icon icon-material-signal-wifi-4-bar"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sim-card-alert"></i></div>
<div class="col-xs-2"><i class="icon icon-material-skip-next"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-skip-previous"></i></div>
<div class="col-xs-2"><i class="icon icon-material-slideshow"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sms"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sms-failed"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sort"></i></div>
<div class="col-xs-2"><i class="icon icon-material-speaker"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-star"></i></div>
<div class="col-xs-2"><i class="icon icon-material-star-half"></i></div>
<div class="col-xs-2"><i class="icon icon-material-star-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-star-rate"></i></div>
<div class="col-xs-2"><i class="icon icon-material-stop"></i></div>
<div class="col-xs-2"><i class="icon icon-material-storage"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-store"></i></div>
<div class="col-xs-2"><i class="icon icon-material-swap-driving-apps"></i></div>
<div class="col-xs-2"><i class="icon icon-material-swap-horiz"></i></div>
<div class="col-xs-2"><i class="icon icon-material-swap-vert"></i></div>
<div class="col-xs-2"><i class="icon icon-material-swap-vert-circle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-switch-camera"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-switch-video"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sync"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sync-disabled"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sync-green"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sync-problem"></i></div>
<div class="col-xs-2"><i class="icon icon-material-sync-problem-red"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-system-update"></i></div>
<div class="col-xs-2"><i class="icon icon-material-tab"></i></div>
<div class="col-xs-2"><i class="icon icon-material-tablet"></i></div>
<div class="col-xs-2"><i class="icon icon-material-tab-unselected"></i></div>
<div class="col-xs-2"><i class="icon icon-material-tag-faces"></i></div>
<div class="col-xs-2"><i class="icon icon-material-tap-and-play"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-terrain"></i></div>
<div class="col-xs-2"><i class="icon icon-material-text-format"></i></div>
<div class="col-xs-2"><i class="icon icon-material-textsms"></i></div>
<div class="col-xs-2"><i class="icon icon-material-theaters"></i></div>
<div class="col-xs-2"><i class="icon icon-material-thumb-down"></i></div>
<div class="col-xs-2"><i class="icon icon-material-thumb-up"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-timelapse"></i></div>
<div class="col-xs-2"><i class="icon icon-material-timer"></i></div>
<div class="col-xs-2"><i class="icon icon-material-time-to-leave"></i></div>
<div class="col-xs-2"><i class="icon icon-material-today"></i></div>
<div class="col-xs-2"><i class="icon icon-material-traffic4"></i></div>
<div class="col-xs-2"><i class="icon icon-material-translate"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-tv"></i></div>
<div class="col-xs-2"><i class="icon icon-material-undo"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unfold-less"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unfold-more"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unknown-1"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unknown-2"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-unknown-3"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unknown-4"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unknown-5"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unknown-6"></i></div>
<div class="col-xs-2"><i class="icon icon-material-unknown-7"></i></div>
<div class="col-xs-2"><i class="icon icon-material-usb 2"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-usb"></i></div>
<div class="col-xs-2"><i class="icon icon-material-vibration"></i></div>
<div class="col-xs-2"><i class="icon icon-material-videocam"></i></div>
<div class="col-xs-2"><i class="icon icon-material-videocam-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-video-youtube"></i></div>
<div class="col-xs-2"><i class="icon icon-material-view-array"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-view-column"></i></div>
<div class="col-xs-2"><i class="icon icon-material-view-headline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-view-list"></i></div>
<div class="col-xs-2"><i class="icon icon-material-view-module"></i></div>
<div class="col-xs-2"><i class="icon icon-material-view-quilt"></i></div>
<div class="col-xs-2"><i class="icon icon-material-view-stream"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-visibility"></i></div>
<div class="col-xs-2"><i class="icon icon-material-visibility-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-voice"></i></div>
<div class="col-xs-2"><i class="icon icon-material-voicemail"></i></div>
<div class="col-xs-2"><i class="icon icon-material-volume-down"></i></div>
<div class="col-xs-2"><i class="icon icon-material-volume-mute"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-volume-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-volume-up"></i></div>
<div class="col-xs-2"><i class="icon icon-material-vpn"></i></div>
<div class="col-xs-2"><i class="icon icon-material-warning"></i></div>
<div class="col-xs-2"><i class="icon icon-material-watch2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-wb-auto"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-wb-cloudy"></i></div>
<div class="col-xs-2"><i class="icon icon-material-wb-incandescent"></i></div>
<div class="col-xs-2"><i class="icon icon-material-wb-irradescent"></i></div>
<div class="col-xs-2"><i class="icon icon-material-wb-sunny2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-web2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-whatshot"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-wifi-tethering2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-wifi-tethering3"></i></div>
<div class="col-xs-2"><i class="icon icon-material-work2"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-end"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-made"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-call-merge"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-missed"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-received"></i></div>
<div class="col-xs-2"><i class="icon icon-material-call-split"></i></div>
<div class="col-xs-2"><i class="icon icon-material-chat"></i></div>
<div class="col-xs-2"><i class="icon icon-material-comment"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-dialpad"></i></div>
<div class="col-xs-2"><i class="icon icon-material-email"></i></div>
<div class="col-xs-2"><i class="icon icon-material-forum"></i></div>
<div class="col-xs-2"><i class="icon icon-material-gmail"></i></div>
<div class="col-xs-2"><i class="icon icon-material-hangout"></i></div>
<div class="col-xs-2"><i class="icon icon-material-hangout-video"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-hangout-video-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-import-export"></i></div>
<div class="col-xs-2"><i class="icon icon-material-live-help"></i></div>
<div class="col-xs-2"><i class="icon icon-material-message"></i></div>
<div class="col-xs-2"><i class="icon icon-material-messenger"></i></div>
<div class="col-xs-2"><i class="icon icon-material-phone"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-ring-volume"></i></div>
<div class="col-xs-2"><i class="icon icon-material-textsms"></i></div>
<div class="col-xs-2"><i class="icon icon-material-voicemail"></i></div>
<div class="col-xs-2"><i class="icon icon-material-closed-caption"></i></div>
<div class="col-xs-2"><i class="icon icon-material-fast-forward"></i></div>
<div class="col-xs-2"><i class="icon icon-material-fast-rewind"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-games"></i></div>
<div class="col-xs-2"><i class="icon icon-material-high-quality"></i></div>
<div class="col-xs-2"><i class="icon icon-material-loop"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mic"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mic-none"></i></div>
<div class="col-xs-2"><i class="icon icon-material-mic-off"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-movie"></i></div>
<div class="col-xs-2"><i class="icon icon-material-news"></i></div>
<div class="col-xs-2"><i class="icon icon-material-pause"></i></div>
<div class="col-xs-2"><i class="icon icon-material-pause-circle-fill"></i></div>
<div class="col-xs-2"><i class="icon icon-material-pause-circle-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-play-arrow"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-play-circle-fill"></i></div>
<div class="col-xs-2"><i class="icon icon-material-play-circle-outline"></i></div>
<div class="col-xs-2"><i class="icon icon-material-queue"></i></div>
<div class="col-xs-2"><i class="icon icon-material-replay"></i></div>
<div class="col-xs-2"><i class="icon icon-material-shuffle"></i></div>
<div class="col-xs-2"><i class="icon icon-material-skip-next"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-skip-previous"></i></div>
<div class="col-xs-2"><i class="icon icon-material-stop"></i></div>
<div class="col-xs-2"><i class="icon icon-material-videocam"></i></div>
<div class="col-xs-2"><i class="icon icon-material-videocam-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-video-youtube"></i></div>
<div class="col-xs-2"><i class="icon icon-material-volume-down"></i></div>
</div>
<div class="row">
<div class="col-xs-2"><i class="icon icon-material-volume-mute"></i></div>
<div class="col-xs-2"><i class="icon icon-material-volume-off"></i></div>
<div class="col-xs-2"><i class="icon icon-material-volume-up"></i></div>
<div class="col-xs-2"><i class="icon icon-material-web2"></i></div>
</div>
</div>
</div>
<!-- Tables
================================================== -->
<div class="bs-docs-section">
@ -1347,6 +2033,10 @@
return lines;
}
$(".icons-material .icon").each(function() {
$(this).after("<br><br><code>" + $(this).attr("class").replace("icon ", "") + "</code>");
});
})();
</script>

27
icons/LICENSE.txt Normal file
View File

@ -0,0 +1,27 @@
// Copyright (c) 2014 The Polymer Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Binary file not shown.

View File

@ -0,0 +1,515 @@
<?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>
<json>
{
"fontFamily": "Material-Design",
"majorVersion": 1,
"minorVersion": 0,
"license": "BSD",
"version": "Version 1.0",
"fontId": "Material-Design",
"psName": "Material-Design",
"subFamily": "Regular",
"fullName": "Material-Design",
"description": "Font generated by IcoMoon."
}
</json>
</metadata>
<defs>
<font id="Material-Design" horiz-adv-x="512">
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
<glyph unicode="&#xe600;" d="M487.619 365.409l-112.153 95.086-31.695-36.572 112.152-95.086 31.695 36.572zM143.847 421.486l-31.695 36.572-112.153-92.648 31.695-36.571 112.153 92.647zM256 309.333h-36.572v-146.285l114.591-70.705 19.505 29.257-97.524 58.514v129.219zM243.81 406.857c-121.905 0-219.429-97.524-219.429-219.428s97.524-219.428 219.429-219.428c121.905 0 219.429 97.524 219.429 219.428s-97.524 219.428-219.429 219.428v0zM243.81 16.762c-95.085 0-170.667 75.581-170.667 170.666s75.581 170.667 170.667 170.667c95.085 0 170.666-75.581 170.666-170.667s-75.581-170.667-170.667-170.667v0z" horiz-adv-x="488" />
<glyph unicode="&#xe601;" d="M230.4 480c28.16 0 51.2-23.040 51.2-51.2s-23.040-51.2-51.2-51.2c-28.16 0-51.2 23.040-51.2 51.2s23.040 51.2 51.2 51.2v0zM460.8 300.8h-153.6v-332.8h-51.2v153.6h-51.2v-153.6h-51.2v332.8h-153.6v51.2h460.8v-51.2z" horiz-adv-x="461" />
<glyph unicode="&#xe602;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8zM268.8 352h-38.4v-153.6l133.12-81.92 20.48 33.28-115.2 69.12v133.12z" />
<glyph unicode="&#xe603;" d="M0 423.111v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889h-398.222c-31.289 0-56.889-25.6-56.889-56.889v0zM341.334 309.333c0-48.356-36.978-85.333-85.334-85.333s-85.334 36.978-85.334 85.334c0 48.356 36.978 85.334 85.334 85.334s85.334-36.978 85.334-85.334v0zM85.334 81.778c0 56.889 113.778 88.178 170.666 88.178s170.667-31.289 170.667-88.178v-28.445h-341.334v28.445z" />
<glyph unicode="&#xe604;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 403.2c43.52 0 76.8-33.28 76.8-76.8s-33.28-76.8-76.8-76.8c-43.52 0-76.8 33.28-76.8 76.8s33.28 76.8 76.8 76.8v0zM256 39.68c-64 0-120.32 33.28-153.6 81.92 0 51.2 102.4 79.36 153.6 79.36s153.6-28.16 153.6-79.36c-33.28-48.64-89.6-81.92-153.6-81.92v0z" />
<glyph unicode="&#xe605;" d="M0 130.909c0-90.764 72.145-162.909 162.909-162.909s162.909 72.145 162.909 162.909v93.091h-325.818v-93.091zM258.327 400.873l48.873 48.873-18.618 18.618-53.528-53.527c-20.946 11.636-46.546 18.618-72.145 18.618s-51.2-6.982-72.145-16.291l-53.528 53.527-18.618-20.945 48.873-48.873c-41.891-27.928-67.491-76.8-67.491-130.327v-23.273h325.818v23.273c0 53.527-25.6 102.4-67.491 130.327v0zM93.091 293.818c-13.963 0-23.272 9.309-23.272 23.273s9.309 23.273 23.273 23.273c13.963 0 23.273-9.309 23.273-23.273s-9.309-23.273-23.273-23.273v0zM232.727 293.818c-13.964 0-23.273 9.309-23.273 23.273s9.309 23.273 23.273 23.273c13.964 0 23.273-9.309 23.273-23.273s-9.309-23.273-23.273-23.273v0z" horiz-adv-x="326" />
<glyph unicode="&#xe606;" d="M512 187.428h-219.428v-219.428h-73.143v219.428h-219.429v73.143h219.429v219.428h73.143v-219.428h219.428v-73.143z" />
<glyph unicode="&#xe607;" d="M143.847 421.486l-31.695 36.572-112.153-92.648 31.695-36.571 112.153 92.647zM487.619 365.409l-112.153 95.086-31.695-36.572 112.152-95.086 31.695 36.572zM243.81 406.857c-121.905 0-219.429-97.524-219.429-219.428s97.524-219.428 219.429-219.428c121.905 0 219.429 97.524 219.429 219.428s-97.524 219.428-219.429 219.428v0zM243.81 16.762c-95.085 0-170.667 75.581-170.667 170.666s75.581 170.667 170.667 170.667c95.085 0 170.666-75.581 170.666-170.667s-75.581-170.667-170.667-170.667v0zM268.19 284.952h-48.762v-73.143h-73.143v-48.762h73.143v-73.143h48.762v73.143h73.143v48.762h-73.143v73.143z" horiz-adv-x="488" />
<glyph unicode="&#xe608;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM398.222 195.555h-113.778v-113.778h-56.889v113.778h-113.778v56.889h113.778v113.778h56.889v-113.778h113.778v-56.889z" />
<glyph unicode="&#xe609;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM384 198.4h-102.4v-102.4h-51.2v102.4h-102.4v51.2h102.4v102.4h51.2v-102.4h102.4v-51.2z" />
<glyph unicode="&#xe60a;" d="M281.6 352h-51.2v-102.4h-102.4v-51.2h102.4v-102.4h51.2v102.4h102.4v51.2h-102.4v102.4zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe60b;" d="M294.4 300.8v140.8c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-94.72l199.68-199.68 81.92-25.6v51.2l-204.8 128zM38.4 395.52l128-128-153.6-94.72v-51.2l204.8 64v-140.8l-51.2-38.4v-38.4l89.6 25.6 89.6-25.6v38.4l-51.2 38.4v94.72l145.92-145.92 33.28 33.28-401.92 401.92-33.28-33.28z" horiz-adv-x="538" />
<glyph unicode="&#xe60c;" d="M499.2 121.6v51.2l-204.8 128v140.8c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-140.8l-204.8-128v-51.2l204.8 64v-140.8l-51.2-38.4v-38.4l89.6 25.6 89.6-25.6v38.4l-51.2 38.4v140.8l204.8-64z" horiz-adv-x="538" />
<glyph unicode="&#xe60d;" d="M85.334 96c0-12.8 8.534-21.334 21.334-21.334h21.333v-74.666c0-17.067 14.934-32 32-32s32 14.933 32 32v74.666h42.666v-74.666c0-17.067 14.934-32 32-32s32 14.933 32 32v74.666h21.334c12.8 0 21.334 8.534 21.334 21.334v213.333h-256v-213.333zM32 309.333c-17.067 0-32-14.933-32-32v-149.333c0-17.067 14.934-32 32-32s32 14.933 32 32v149.333c0 17.067-14.934 32-32 32v0zM394.666 309.333c-17.067 0-32-14.933-32-32v-149.333c0-17.067 14.933-32 32-32s32 14.933 32 32v149.333c0 17.067-14.933 32-32 32v0zM288 433.067l27.733 27.733c4.267 4.267 4.267 10.666 0 14.933s-10.666 4.267-14.933 0l-32-32c-14.934 10.666-34.133 14.934-55.466 14.934s-40.534-4.267-57.6-12.8l-29.867 32c-4.266 2.133-12.8 2.133-17.067 0-2.133-4.267-2.133-12.8 0-17.067l27.734-27.733c-29.867-23.466-51.2-59.733-51.2-102.4h256c0 42.666-21.334 81.066-53.334 102.4v0zM170.667 373.334h-21.333v21.334h21.334v-21.334zM277.334 373.334h-21.334v21.334h21.334v-21.334z" horiz-adv-x="427" />
<glyph unicode="&#xe60e;" d="M0 352h128v128h-128v-128zM192-32h128v128h-128v-128zM0-32h128v128h-128v-128zM0 160h128v128h-128v-128zM192 160h128v128h-128v-128zM384 480v-128h128v128h-128zM192 352h128v128h-128v-128zM384 160h128v128h-128v-128zM384-32h128v128h-128v-128z" />
<glyph unicode="&#xe60f;" d="M497.778 417.422l-39.822 48.355c-5.689 8.534-17.067 14.222-31.289 14.222h-341.334c-14.222 0-25.6-5.689-34.133-14.222l-36.978-48.355c-8.534-11.378-14.222-22.756-14.222-36.978v-355.555c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v355.555c0 14.222-5.689 25.6-14.222 36.978v0zM256 67.555l-156.445 156.445h99.555v56.889h113.778v-56.889h99.555l-156.445-156.445zM59.733 423.111l22.756 28.445h341.333l25.6-28.445h-389.689z" />
<glyph unicode="&#xe610;" d="M512 256h-390.4l179.2 179.2-44.8 44.8-256-256 256-256 44.8 44.8-179.2 179.2h390.4v64z" />
<glyph unicode="&#xe611;" d="M0 443.428l365.714-365.714 365.714 365.714h-731.428z" horiz-adv-x="732" />
<glyph unicode="&#xe612;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 172.8l-102.4 102.4h204.8l-102.4-102.4z" />
<glyph unicode="&#xe613;" d="M0 77.714l365.714 365.714 365.714-365.714h-731.428z" horiz-adv-x="732" />
<glyph unicode="&#xe614;" d="M256 480l-44.8-44.8 179.2-179.2h-390.4v-64h390.4l-179.2-179.2 44.8-44.8 256 256-256 256z" />
<glyph unicode="&#xe615;" d="M216.615 27.077c-118.154 0-216.615 98.462-216.615 216.615s98.462 216.615 216.615 216.615h413.538c86.646 0 157.538-70.892 157.538-157.538s-70.893-157.538-157.538-157.538h-334.769c-55.138 0-98.462 43.323-98.462 98.462s43.323 98.462 98.462 98.462h295.385v-59.077h-295.385c-23.631 0-39.385-15.754-39.385-39.385s15.754-39.385 39.385-39.385h334.769c55.139 0 98.462 43.323 98.462 98.462s-43.323 98.462-98.462 98.462h-413.538c-86.646 0-157.538-70.892-157.538-157.538s70.892-157.538 157.538-157.538h374.154v-59.077h-374.154z" horiz-adv-x="788" />
<glyph unicode="&#xe616;" d="M155.826 388.731l55.652-31.165-31.165 55.652 31.165 55.652-55.652-31.165-55.652 31.165 31.165-55.652-31.165-55.652 55.652 31.165zM422.957 170.574l-55.652 31.165 31.165-55.652-31.165-55.652 55.652 31.165 55.652-31.165-31.165 55.652 31.165 55.652-55.652-31.165zM478.608 468.87l-55.652-31.165-55.652 31.165 31.165-55.652-31.165-55.652 55.652 31.165 55.652-31.165-31.165 55.652 31.165 55.652zM309.426 350.887c-8.904 8.904-22.261 8.904-31.165 0l-260.452-260.452c-8.905-8.904-8.905-22.261 0-31.165l51.2-51.2c8.904-8.904 22.261-8.904 31.165 0l260.452 260.452c8.904 8.905 8.904 22.261 0 31.165l-51.2 51.2zM284.939 228.452l-46.748 46.748 53.426 53.426 46.748-46.748-53.426-53.426z" />
<glyph unicode="&#xe617;" d="M625.778 480h-426.666c-19.911 0-34.133-8.534-45.511-25.6l-153.6-230.4 153.6-230.4c11.378-14.222 25.6-25.6 45.511-25.6h426.666c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM540.444 121.6l-39.822-39.822-102.4 102.4-102.4-102.4-39.822 39.822 102.4 102.4-102.4 102.4 39.822 39.822 102.4-102.4 102.4 102.4 39.822-39.822-102.4-102.4 102.4-102.4z" horiz-adv-x="683" />
<glyph unicode="&#xe618;" d="M620.8 288c-22.4 108.8-118.4 192-236.8 192-92.8 0-172.8-51.2-211.2-128-99.2-12.8-172.8-92.8-172.8-192 0-105.6 86.4-192 192-192h416c89.6 0 160 70.4 160 160 0 83.2-67.2 153.6-147.2 160v0zM448 192v-128h-128v128h-96l160 160 160-160h-96z" horiz-adv-x="768" />
<glyph unicode="&#xe619;" d="M372.363 480h-325.818c-25.6 0-46.545-20.945-46.545-46.546v-300.218c0-16.291 6.982-30.255 20.945-39.563l188.509-125.673 188.509 125.673c11.637 9.309 20.945 23.272 20.945 39.563v300.218c0 25.6-20.945 46.546-46.546 46.546v0zM162.909 130.909l-116.364 116.363 32.582 32.582 83.782-83.782 176.873 176.873 32.582-32.582-209.454-209.454z" horiz-adv-x="419" />
<glyph unicode="&#xe61a;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM51.2 224c0 112.64 92.16 204.8 204.8 204.8 46.080 0 89.6-15.36 125.44-43.52l-286.72-286.72c-28.16 35.84-43.52 79.36-43.52 125.44v0zM256 19.2c-46.080 0-89.6 15.36-125.44 43.52l286.72 286.72c28.16-35.84 43.52-79.36 43.52-125.44 0-112.64-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe61b;" d="M337.92 334.080l-145.92 145.92h-25.6v-194.56l-117.76 117.76-35.84-35.84 143.36-143.36-143.36-143.36 35.84-35.84 117.76 117.76v-194.56h25.6l145.92 145.92-110.080 110.080 110.080 110.080zM217.6 382.72l48.64-48.64-48.64-48.64v97.28zM266.24 113.92l-48.64-48.64v97.28l48.64-48.64z" horiz-adv-x="384" />
<glyph unicode="&#xe61c;" d="M337.92 334.080l-145.92 145.92h-25.6v-194.56l-117.76 117.76-35.84-35.84 143.36-143.36-143.36-143.36 35.84-35.84 117.76 117.76v-194.56h25.6l145.92 145.92-110.080 110.080 110.080 110.080zM217.6 382.72l48.64-48.64-48.64-48.64v97.28zM266.24 113.92l-48.64-48.64v97.28l48.64-48.64z" horiz-adv-x="384" />
<glyph unicode="&#xe61d;" d="M286.72 224l58.88-58.88c7.68 17.92 10.24 38.4 10.24 58.88s-5.12 40.96-10.24 58.88l-58.88-58.88zM422.4 359.68l-30.72-33.28c15.36-30.72 25.6-66.56 25.6-102.4s-10.24-71.68-25.6-102.4l30.72-30.72c25.6 38.4 38.4 87.040 38.4 135.68s-12.8 94.72-38.4 133.12v0zM325.12 334.080l-145.92 145.92h-25.6v-194.56l-117.76 117.76-35.84-35.84 143.36-143.36-143.36-143.36 35.84-35.84 117.76 117.76v-194.56h25.6l145.92 145.92-110.080 110.080 110.080 110.080zM204.8 382.72l48.64-48.64-48.64-48.64v97.28zM253.44 113.92l-48.64-48.64v97.28l48.64-48.64z" horiz-adv-x="461" />
<glyph unicode="&#xe61e;" d="M102.4 224l-51.2 51.2-51.2-51.2 51.2-51.2 51.2 51.2zM376.32 334.080l-145.92 145.92h-25.6v-194.56l-117.76 117.76-35.84-35.84 143.36-143.36-143.36-143.36 35.84-35.84 117.76 117.76v-194.56h25.6l145.92 145.92-110.080 110.080 110.080 110.080zM256 382.72l48.64-48.64-48.64-48.64v97.28zM304.64 113.92l-48.64-48.64v97.28l48.64-48.64zM409.6 275.2l-51.2-51.2 51.2-51.2 51.2 51.2-51.2 51.2z" horiz-adv-x="461" />
<glyph unicode="&#xe61f;" d="M102.4 224l-51.2 51.2-51.2-51.2 51.2-51.2 51.2 51.2zM376.32 334.080l-145.92 145.92h-25.6v-194.56l-117.76 117.76-35.84-35.84 143.36-143.36-143.36-143.36 35.84-35.84 117.76 117.76v-194.56h25.6l145.92 145.92-110.080 110.080 110.080 110.080zM256 382.72l48.64-48.64-48.64-48.64v97.28zM304.64 113.92l-48.64-48.64v97.28l48.64-48.64zM409.6 275.2l-51.2-51.2 51.2-51.2 51.2 51.2-51.2 51.2z" horiz-adv-x="461" />
<glyph unicode="&#xe620;" d="M230.4 382.72l48.64-48.64-40.96-40.96 35.84-35.84 76.8 76.8-145.92 145.92h-25.6v-128l51.2-51.2v81.92zM35.84 428.8l-35.84-35.84 168.96-168.96-143.36-143.36 35.84-35.84 117.76 117.76v-194.56h25.6l110.080 110.080 58.88-58.88 35.84 35.84-373.76 373.76zM230.4 65.28v97.28l48.64-48.64-48.64-48.64z" horiz-adv-x="410" />
<glyph unicode="&#xe621;" d="M286.72 224l58.88-58.88c7.68 17.92 10.24 38.4 10.24 58.88s-5.12 40.96-10.24 58.88l-58.88-58.88zM422.4 359.68l-30.72-33.28c15.36-30.72 25.6-66.56 25.6-102.4s-10.24-71.68-25.6-102.4l30.72-30.72c25.6 38.4 38.4 87.040 38.4 135.68s-12.8 94.72-38.4 133.12v0zM325.12 334.080l-145.92 145.92h-25.6v-194.56l-117.76 117.76-35.84-35.84 143.36-143.36-143.36-143.36 35.84-35.84 117.76 117.76v-194.56h25.6l145.92 145.92-110.080 110.080 110.080 110.080zM204.8 382.72l48.64-48.64-48.64-48.64v97.28zM253.44 113.92l-48.64-48.64v97.28l48.64-48.64z" horiz-adv-x="461" />
<glyph unicode="&#xe622;" d="M358.4-32c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2h-153.6v-179.2l-64 38.4-64-38.4v179.2h-25.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h307.2z" horiz-adv-x="410" />
<glyph unicode="&#xe623;" d="M341.334 480h-284.445c-31.289 0-56.889-25.6-56.889-56.889v-455.111l199.111 85.334 199.111-85.334v455.111c0 31.289-25.6 56.889-56.889 56.889v0z" horiz-adv-x="398" />
<glyph unicode="&#xe624;" d="M341.334 480h-284.445c-31.289 0-56.889-25.6-56.889-56.889v-455.111l199.111 85.334 199.111-85.334v455.111c0 31.289-25.6 56.889-56.889 56.889v0zM341.334 53.334l-142.222 62.578-142.222-62.578v369.778h284.445v-369.778z" horiz-adv-x="398" />
<glyph unicode="&#xe625;" d="M221.867 221.866h49.066l-25.6 76.8-23.466-76.8zM416 305.067v100.266h-100.267l-70.4 70.4-70.4-70.4h-100.266v-100.266l-70.4-70.4 70.4-70.4v-100.267h100.266l70.4-70.4 70.4 70.4h100.267v100.267l70.4 70.4-70.4 70.4zM294.4 149.334l-14.933 42.666h-68.267l-14.934-42.666h-40.534l68.266 192h42.666l68.267-192h-40.534z" />
<glyph unicode="&#xe626;" d="M416 305.067v100.266h-100.267l-70.4 70.4-70.4-70.4h-100.266v-100.266l-70.4-70.4 70.4-70.4v-100.267h100.266l70.4-70.4 70.4 70.4h100.267v100.267l70.4 70.4-70.4 70.4zM245.333 106.666c-70.4 0-128 57.6-128 128s57.6 128 128 128c70.4 0 128-57.6 128-128s-57.6-128-128-128v0zM245.333 320c-46.934 0-85.333-38.4-85.333-85.334s38.4-85.334 85.334-85.334c46.933 0 85.334 38.4 85.334 85.334s-38.4 85.334-85.334 85.334v0z" />
<glyph unicode="&#xe627;" d="M416 164.267l70.4 70.4-70.4 70.4v100.267h-100.267l-70.4 70.4-70.4-70.4h-100.266v-100.267l-70.4-70.4 70.4-70.4v-100.267h100.266l70.4-70.4 70.4 70.4h100.267v100.267zM245.333 106.666c-70.4 0-128 57.6-128 128s57.6 128 128 128c70.4 0 128-57.6 128-128s-57.6-128-128-128v0z" />
<glyph unicode="&#xe628;" d="M416 164.267l70.4 70.4-70.4 70.4v100.267h-100.267l-70.4 70.4-70.4-70.4h-100.266v-100.267l-70.4-70.4 70.4-70.4v-100.267h100.266l70.4-70.4 70.4 70.4h100.267v100.267zM245.333 106.666v256c70.4 0 128-57.6 128-128s-57.6-128-128-128v0z" />
<glyph unicode="&#xe629;" d="M455.111 337.778h-79.644c-14.222 22.755-31.289 42.666-51.2 56.889l45.511 45.511-39.822 39.822-62.578-62.578c-11.378 2.844-25.6 5.689-39.822 5.689s-28.445-2.844-39.822-5.689l-62.578 62.578-39.822-39.822 45.511-45.511c-19.911-14.222-36.978-34.134-51.2-56.889h-79.644v-56.889h59.733c-2.845-8.534-2.845-19.911-2.845-28.445v-28.444h-56.889v-56.889h56.889v-28.445c0-8.534 0-19.911 2.844-28.445h-59.733v-56.889h79.644c28.445-51.2 85.333-85.333 147.911-85.333s119.467 34.134 147.911 85.334h79.644v56.889h-59.733c2.844 8.534 2.844 19.911 2.844 28.445v28.445h56.889v56.889h-56.889v28.445c0 8.534 0 19.911-2.844 28.445h59.733v56.889zM284.445 110.222h-113.778v56.889h113.778v-56.889zM284.445 224h-113.778v56.889h113.778v-56.889z" horiz-adv-x="455" />
<glyph unicode="&#xe62a;" d="M256 375.272c18.618 0 34.909 16.291 34.909 34.909 0 6.982-2.327 11.636-4.654 18.618l-30.255 51.2-30.255-51.2c-2.327-4.654-4.655-11.636-4.655-18.618 0-18.618 16.291-34.909 34.909-34.909v0zM407.272 317.091h-128v34.909h-46.546v-34.909h-128c-58.182 0-104.728-46.546-104.728-104.728 0-37.236 18.618-67.491 46.545-86.109v-158.255h418.909v158.255c27.928 18.618 46.546 51.2 46.546 86.109 0 58.182-46.546 104.728-104.728 104.728v0zM407.272 154.182c-16.291 0-30.255 6.982-41.891 16.291l-34.909 34.909-34.909-34.909c-9.309-9.309-23.272-16.291-39.564-16.291s-30.255 6.982-41.891 16.291l-34.909 34.909-34.909-34.909c-9.309-9.309-23.273-16.291-39.564-16.291-32.582 0-58.182 25.6-58.182 58.182s25.6 58.182 58.182 58.182h302.546c32.582 0 58.182-25.6 58.182-58.182s-25.6-58.182-58.182-58.182v0z" />
<glyph unicode="&#xe62b;" d="M102.4 258.134c39.822-79.644 108.089-145.067 187.734-187.734l62.578 62.578c8.534 8.534 19.911 11.378 28.445 5.689 31.289-11.378 65.422-17.067 102.4-17.067 17.067 0 28.444-11.378 28.444-28.445v-96.711c0-17.067-11.378-28.445-28.445-28.445-267.378 0-483.555 216.178-483.555 483.555 0 17.067 11.378 28.445 28.445 28.445h99.555c17.066 0 28.445-11.378 28.445-28.445 0-34.134 5.689-68.267 17.066-102.4 2.845-8.534 0-19.911-5.689-28.445l-65.422-62.578z" />
<glyph unicode="&#xe62c;" d="M558.545 363.637c-74.472 0-144.291-13.964-214.109-32.582v-144.291c0-18.618-9.309-32.582-27.928-41.891-46.546-23.272-88.436-51.2-125.673-88.436-9.309-9.309-18.618-13.964-32.582-13.964s-23.273 4.654-32.582 13.964l-116.364 116.363c-4.654 9.309-9.309 18.618-9.309 32.582s4.654 23.273 13.963 32.582c139.637 134.982 335.127 218.763 544.582 218.763s404.946-83.782 544.582-218.763c9.309-9.309 13.964-18.618 13.964-32.582s-4.655-23.272-13.964-32.582l-116.364-116.363c-9.309-9.309-18.618-13.964-32.582-13.964s-23.273 4.654-32.582 13.964c-37.236 32.582-79.127 65.163-125.673 88.437-13.963 9.309-27.928 23.272-27.928 41.891v144.291c-65.163 18.618-134.982 32.582-209.455 32.582v0z" horiz-adv-x="1117" />
<glyph unicode="&#xe62d;" d="M192 480v-64h211.2l-403.2-403.2 44.8-44.8 403.2 403.2v-211.2h64v320h-320z" />
<glyph unicode="&#xe62e;" d="M327.111-0.711l39.822 39.822-96.711 96.711-39.822-39.822 96.711-96.711zM56.889 352h99.555v-159.289l-153.6-153.6 39.822-39.822 170.667 170.667v182.044h99.555l-128 128-128-128z" horiz-adv-x="398" />
<glyph unicode="&#xe62f;" d="M772.654 480l-353.745-353.745-260.654 260.654h214.109v93.091h-372.363v-372.363h93.091v214.109l325.818-325.818 418.909 418.909-65.163 65.163z" horiz-adv-x="838" />
<glyph unicode="&#xe630;" d="M512 435.2l-44.8 44.8-403.2-403.2v211.2h-64v-320h320v64h-211.2l403.2 403.2z" />
<glyph unicode="&#xe631;" d="M320 480l73.6-73.6-92.8-92.8 44.8-44.8 92.8 92.8 73.6-73.6v192h-192zM192 480h-192v-192l73.6 73.6 150.4-150.4v-243.2h64v268.8l-169.6 169.6 73.6 73.6z" />
<glyph unicode="&#xe632;" d="M189.44 262.4l122.88 212.48c-17.92 2.56-38.4 5.12-56.32 5.12-61.44 0-117.76-20.48-161.28-58.88l94.72-161.28v2.56zM499.2 300.8c-23.040 74.24-79.36 135.68-153.6 161.28l-92.16-161.28h245.76zM506.88 275.2h-192l7.68-12.8 122.88-212.48c40.96 46.080 66.56 107.52 66.56 174.080 0 17.92-2.56 35.84-5.12 51.2v0zM166.4 224l-99.84 174.080c-40.96-46.080-66.56-107.52-66.56-174.080 0-17.92 2.56-35.84 5.12-51.2h192l-30.72 51.2zM12.8 147.2c23.040-74.24 79.36-135.68 153.6-161.28l94.72 161.28h-248.32zM299.52 147.2l-99.84-174.080c17.92-5.12 35.84-5.12 56.32-5.12 61.44 0 117.76 20.48 161.28 58.88l-94.72 161.28-23.040-40.96z" />
<glyph unicode="&#xe633;" d="M381.156 189.866c0-50.27-40.752-91.022-91.022-91.022s-91.022 40.752-91.022 91.022c0 50.27 40.752 91.022 91.022 91.022s91.022-40.752 91.022-91.022zM199.111 480l-51.2-56.889h-91.022c-31.289 0-56.889-25.6-56.889-56.889v-341.334c0-31.289 25.6-56.889 56.889-56.889h455.111c31.289 0 56.889 25.6 56.889 56.889v341.334c0 31.289-25.6 56.889-56.889 56.889h-91.022l-51.2 56.889h-170.667zM284.445 53.334c-79.644 0-142.222 62.578-142.222 142.222s62.578 142.222 142.222 142.222c79.644 0 142.222-62.578 142.222-142.222s-62.578-142.222-142.222-142.222v0z" horiz-adv-x="569" />
<glyph unicode="&#xe634;" d="M267.13 379.826c0 24.487-20.035 44.521-44.522 44.521h-22.261v22.261c0 13.356-8.905 22.261-22.261 22.261h-89.043c-13.356 0-22.261-8.905-22.261-22.261v-22.261h-22.261c-24.487 0-44.522-20.035-44.522-44.521v-333.913c0-24.487 20.035-44.522 44.522-44.522h178.087c24.487 0 44.522 20.035 44.522 44.522h178.087v333.913h-178.087zM222.608 90.435h-44.522v44.522h44.522v-44.522zM222.608 290.783h-44.522v44.521h44.522v-44.521zM311.652 90.435h-44.522v44.522h44.522v-44.522zM311.652 290.783h-44.522v44.521h44.522v-44.521zM400.695 90.435h-44.522v44.522h44.522v-44.522zM400.695 290.783h-44.522v44.521h44.522v-44.521z" horiz-adv-x="445" />
<glyph unicode="&#xe635;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM384 131.84l-35.84-35.84-92.16 92.16-92.16-92.16-35.84 35.84 92.16 92.16-92.16 92.16 35.84 35.84 92.16-92.16 92.16 92.16 35.84-35.84-92.16-92.16 92.16-92.16z" />
<glyph unicode="&#xe636;" d="M568.889 480h-512c-31.289 0-56.889-25.6-56.889-56.889v-85.333h56.889v85.333h512v-398.222h-199.111v-56.889h199.111c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM0 53.334v-85.334h85.334c0 48.356-36.978 85.334-85.334 85.334v0zM0 167.111v-56.889c79.644 0 142.222-62.578 142.222-142.222h56.889c0 110.933-88.178 199.111-199.111 199.111v0zM0 280.889v-56.889c142.222 0 256-113.778 256-256h56.889c0 173.511-139.378 312.889-312.889 312.889v0z" horiz-adv-x="626" />
<glyph unicode="&#xe637;" d="M0 53.334v-85.334h85.334c0 48.356-36.978 85.334-85.334 85.334v0zM0 167.111v-56.889c79.644 0 142.222-62.578 142.222-142.222h56.889c0 110.933-88.178 199.111-199.111 199.111v0zM512 366.222h-398.222v-45.511c113.778-36.978 201.956-125.156 238.933-238.934h159.289v284.445zM0 280.889v-56.889c142.222 0 256-113.778 256-256h56.889c0 173.511-139.378 312.889-312.889 312.889v0zM568.889 480h-512c-31.289 0-56.889-25.6-56.889-56.889v-85.333h56.889v85.333h512v-398.222h-199.111v-56.889h199.111c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0z" horiz-adv-x="626" />
<glyph unicode="&#xe638;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM102.4 300.8h307.2v-51.2h-307.2v51.2zM307.2 172.8h-204.8v51.2h204.8v-51.2zM409.6 326.4h-307.2v51.2h307.2v-51.2z" />
<glyph unicode="&#xe639;" d="M204.8 114.774l-143.36 143.36-47.786-47.786 191.147-191.147 409.6 409.6-47.787 47.786-361.813-361.813z" horiz-adv-x="615" />
<glyph unicode="&#xe63a;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM199.111 81.778l-142.222 142.222 39.822 39.822 102.4-102.4 216.178 216.178 39.822-39.822-256-256z" />
<glyph unicode="&#xe63b;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0z" />
<glyph unicode="&#xe63c;" d="M139.378 278.044l-39.822-39.822 128-128 284.445 284.445-39.822 39.822-244.622-244.622-88.178 88.178zM455.111 24.889h-398.222v398.222h284.445v56.889h-284.445c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v227.555h-56.889v-227.555z" />
<glyph unicode="&#xe63d;" d="M455.111 423.111v-398.222h-398.222v398.222h398.222zM455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0 0z" />
<glyph unicode="&#xe63e;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM204.8 96l-128 128 35.84 35.84 92.16-92.16 194.56 194.56 35.84-35.84-230.4-230.4z" />
<glyph unicode="&#xe63f;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0z" />
<glyph unicode="&#xe640;" d="M151.040 272.64l-35.84-35.84 115.2-115.2 256 256-35.84 35.84-220.16-220.16-79.36 79.36zM460.8 224c0-112.64-92.16-204.8-204.8-204.8s-204.8 92.16-204.8 204.8c0 112.64 92.16 204.8 204.8 204.8 20.48 0 38.4-2.56 56.32-7.68l40.96 40.96c-30.72 10.24-64 17.92-97.28 17.92-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256h-51.2z" />
<glyph unicode="&#xe641;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe642;" d="M337.067 420.267l-59.733 59.733-256-256 256-256 59.733 59.733-196.267 196.267 196.267 196.267z" horiz-adv-x="384" />
<glyph unicode="&#xe643;" d="M64 480l-59.733-59.733 196.267-196.267-196.267-196.267 59.733-59.733 256 256-256 256z" horiz-adv-x="384" />
<glyph unicode="&#xe644;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 428.8c76.8 0 140.8-40.96 176.64-102.4h-176.64c-48.64 0-92.16-35.84-99.84-81.92l-61.44 104.96c38.4 48.64 94.72 79.36 161.28 79.36v0zM332.8 224c0-43.52-33.28-76.8-76.8-76.8s-76.8 33.28-76.8 76.8c0 43.52 33.28 76.8 76.8 76.8s76.8-33.28 76.8-76.8v0zM51.2 224c0 38.4 10.24 71.68 28.16 102.4l89.6-153.6c17.92-30.72 51.2-51.2 87.040-51.2 12.8 0 23.040 2.56 33.28 5.12l-61.44-104.96c-99.84 12.8-176.64 99.84-176.64 202.24v0zM256 19.2l89.6 153.6c7.68 15.36 15.36 33.28 15.36 51.2 0 30.72-12.8 58.88-35.84 76.8h122.88c10.24-23.040 15.36-48.64 15.36-76.8-2.56-112.64-94.72-204.8-207.36-204.8v0z" />
<glyph unicode="&#xe645;" d="M338.365 157.217c-17.808-51.2-66.783-89.043-126.887-89.043-73.461 0-133.565 60.105-133.565 133.565 0 57.878 37.844 106.852 89.043 126.887v6.678c0 22.261 4.452 44.522 11.131 64.557-93.496-15.583-166.957-97.948-166.957-198.122 0-111.305 89.043-200.348 200.348-200.348 100.174 0 182.539 73.461 198.121 166.957-20.035-6.678-42.296-11.13-64.557-11.13h-6.678zM345.043 468.87c-73.461 0-133.565-60.105-133.565-133.565s60.104-133.565 133.565-133.565c73.461 0 133.565 60.105 133.565 133.565s-60.104 133.565-133.565 133.565v0zM345.043 268.522c-37.844 0-66.783 28.939-66.783 66.782s28.939 66.783 66.783 66.783c37.844 0 66.783-28.939 66.783-66.783s-28.939-66.782-66.783-66.782v0z" />
<glyph unicode="&#xe646;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0zM281.6 249.6v76.8h-51.2v-76.8h-76.8v-51.2h76.8v-76.8h51.2v76.8h76.8v51.2h-76.8z" />
<glyph unicode="&#xe647;" d="M243.81 272.762c53.638 0 97.524 43.886 97.524 97.524s-43.885 97.524-97.524 97.524c-53.638 0-97.524-43.885-97.524-97.524s43.886-97.524 97.524-97.524v0zM243.81 419.048c26.819 0 48.762-21.943 48.762-48.762s-21.943-48.762-48.762-48.762c-26.819 0-48.762 21.943-48.762 48.762s21.943 48.762 48.762 48.762v0zM97.524 199.619c-53.638 0-97.524-43.885-97.524-97.524s43.886-97.524 97.524-97.524c53.638 0 97.524 43.885 97.524 97.524s-43.886 97.524-97.524 97.524v0zM97.524 53.334c-26.819 0-48.762 21.943-48.762 48.762s21.943 48.762 48.762 48.762c26.819 0 48.762-21.943 48.762-48.762s-21.943-48.762-48.762-48.762v0zM243.81 245.943c-24.381 0-46.324-21.943-46.324-46.324s21.943-46.324 46.324-46.324c24.381 0 46.324 21.943 46.324 46.324s-21.943 46.324-46.324 46.324v0zM390.095 199.619c-53.638 0-97.524-43.885-97.524-97.524s43.885-97.524 97.524-97.524c53.638 0 97.524 43.885 97.524 97.524s-43.885 97.524-97.524 97.524v0zM390.095 53.334c-26.819 0-48.762 21.943-48.762 48.762s21.943 48.762 48.762 48.762c26.819 0 48.762-21.943 48.762-48.762s-21.943-48.762-48.762-48.762v0z" horiz-adv-x="488" />
<glyph unicode="&#xe648;" d="M512 428.8l-51.2 51.2-204.8-204.8-204.8 204.8-51.2-51.2 204.8-204.8-204.8-204.8 51.2-51.2 204.8 204.8 204.8-204.8 51.2 51.2-204.8 204.8 204.8 204.8z" />
<glyph unicode="&#xe649;" d="M512 428.8l-51.2 51.2-204.8-204.8-204.8 204.8-51.2-51.2 204.8-204.8-204.8-204.8 51.2-51.2 204.8 204.8 204.8-204.8 51.2 51.2-204.8 204.8 204.8 204.8z" />
<glyph unicode="&#xe64a;" d="M512 480h-448c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h448c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM256 256h-48v16h-64v-96h64v16h48v-32c0-19.2-12.8-32-32-32h-96c-19.2 0-32 12.8-32 32v128c0 19.2 12.8 32 32 32h96c19.2 0 32-12.8 32-32v-32zM480 256h-48v16h-64v-96h64v16h48v-32c0-19.2-12.8-32-32-32h-96c-19.2 0-32 12.8-32 32v128c0 19.2 12.8 32 32 32h96c19.2 0 32-12.8 32-32v-32z" horiz-adv-x="576" />
<glyph unicode="&#xe64b;" d="M620.8 288c-22.4 108.8-118.4 192-236.8 192-92.8 0-172.8-51.2-211.2-128-99.2-12.8-172.8-92.8-172.8-192 0-105.6 86.4-192 192-192h416c89.6 0 160 70.4 160 160 0 83.2-67.2 153.6-147.2 160v0z" horiz-adv-x="768" />
<glyph unicode="&#xe64c;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM384 147.2h-243.2c-35.84 0-64 28.16-64 64s28.16 64 64 64h15.36c10.24 43.52 51.2 76.8 99.84 76.8 56.32 0 102.4-46.080 102.4-102.4h25.6c28.16 0 51.2-23.040 51.2-51.2s-23.040-51.2-51.2-51.2v0z" />
<glyph unicode="&#xe64d;" d="M620.8 288c-22.4 108.8-118.4 192-236.8 192-92.8 0-172.8-51.2-211.2-128-99.2-12.8-172.8-92.8-172.8-192 0-105.6 86.4-192 192-192h416c89.6 0 160 70.4 160 160 0 83.2-67.2 153.6-147.2 160v0zM320 64l-112 112 44.8 44.8 67.2-67.2 166.4 166.4 44.8-44.8-211.2-211.2z" horiz-adv-x="768" />
<glyph unicode="&#xe64e;" d="M620.8 288c-22.4 108.8-118.4 192-236.8 192-92.8 0-172.8-51.2-211.2-128-99.2-12.8-172.8-92.8-172.8-192 0-105.6 86.4-192 192-192h416c89.6 0 160 70.4 160 160 0 83.2-67.2 153.6-147.2 160v0zM544 192l-160-160-160 160h96v128h128v-128h96z" horiz-adv-x="768" />
<glyph unicode="&#xe64f;" d="M551.822 309.333c-19.911 96.711-105.245 170.667-210.489 170.667-42.666 0-82.489-11.378-113.778-34.134l42.666-42.666c19.911 14.222 45.511 19.911 71.111 19.911 85.334 0 156.445-71.111 156.445-156.445v-14.222h42.667c48.356 0 85.333-36.978 85.333-85.333 0-31.289-17.067-59.733-45.511-73.956l42.667-42.666c36.978 25.6 59.734 68.267 59.734 116.622 0 73.956-59.734 136.534-130.845 142.222v0zM85.334 443.022l79.645-76.8c-91.022-5.689-164.978-79.644-164.978-170.666 0-93.867 76.8-170.666 170.667-170.666h332.8l56.889-56.889 36.978 36.978-475.022 475.022-36.978-36.978zM219.022 309.333l227.555-227.555h-275.911c-62.578 0-113.778 51.2-113.778 113.778s51.2 113.778 113.778 113.778h48.356z" horiz-adv-x="683" />
<glyph unicode="&#xe650;" d="M620.8 288c-22.4 108.8-118.4 192-236.8 192-92.8 0-172.8-51.2-211.2-128-99.2-12.8-172.8-92.8-172.8-192 0-105.6 86.4-192 192-192h416c89.6 0 160 70.4 160 160 0 83.2-67.2 153.6-147.2 160v0zM608 32h-416c-70.4 0-128 57.6-128 128s57.6 128 128 128h22.4c22.4 73.6 89.6 128 169.6 128 96 0 176-80 176-176v-16h48c54.4 0 96-41.6 96-96s-41.6-96-96-96v0z" horiz-adv-x="768" />
<glyph unicode="&#xe651;" d="M620.8 288c-22.4 108.8-118.4 192-236.8 192-92.8 0-172.8-51.2-211.2-128-99.2-12.8-172.8-92.8-172.8-192 0-105.6 86.4-192 192-192h416c89.6 0 160 70.4 160 160 0 83.2-67.2 153.6-147.2 160v0zM448 192v-128h-128v128h-96l160 160 160-160h-96z" horiz-adv-x="768" />
<glyph unicode="&#xe652;" d="M512 428.8c0 28.16-23.040 51.2-51.2 51.2h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-307.2c0-28.16 23.040-51.2 51.2-51.2h358.4l102.4-102.4v460.8zM409.6 172.8h-307.2v51.2h307.2v-51.2zM409.6 249.6h-307.2v51.2h307.2v-51.2zM409.6 326.4h-307.2v51.2h307.2v-51.2z" />
<glyph unicode="&#xe653;" d="M179.2 224c-28.16 0-51.2-23.040-51.2-51.2s23.040-51.2 51.2-51.2c28.16 0 51.2 23.040 51.2 51.2s-23.040 51.2-51.2 51.2v0zM307.2 300.8c0 28.16-23.040 51.2-51.2 51.2s-51.2-23.040-51.2-51.2c0-28.16 23.040-51.2 51.2-51.2s51.2 23.040 51.2 51.2v0zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0zM332.8 224c-28.16 0-51.2-23.040-51.2-51.2s23.040-51.2 51.2-51.2c28.16 0 51.2 23.040 51.2 51.2s-23.040 51.2-51.2 51.2v0z" />
<glyph unicode="&#xe654;" d="M337.454 480h-279.272c-25.6 0-46.545-20.945-46.545-46.546v-325.818h46.545v325.818h279.272v46.546zM407.272 386.909h-256c-25.6 0-46.546-20.945-46.546-46.545v-325.818c0-25.6 20.945-46.546 46.546-46.546h256c25.6 0 46.546 20.945 46.546 46.546v325.818c0 25.6-20.945 46.546-46.546 46.546v0zM407.272 14.546h-256v325.818h256v-325.818z" horiz-adv-x="489" />
<glyph unicode="&#xe655;" d="M217.6 377.6c0 56.32-46.080 102.4-102.4 102.4s-102.4-46.080-102.4-102.4c0-56.32 46.080-102.4 102.4-102.4 15.36 0 28.16 2.56 40.96 10.24l61.44-61.44-61.44-61.44c-12.8 7.68-25.6 10.24-40.96 10.24-56.32 0-102.4-46.080-102.4-102.4s46.080-102.4 102.4-102.4c56.32 0 102.4 46.080 102.4 102.4 0 15.36-2.56 28.16-10.24 40.96l61.44 61.44 179.2-179.2h102.4l-343.040 343.040c7.68 12.8 10.24 25.6 10.24 40.96v0zM115.2 326.4c-28.16 0-51.2 23.040-51.2 51.2s23.040 51.2 51.2 51.2c28.16 0 51.2-23.040 51.2-51.2s-23.040-51.2-51.2-51.2v0zM115.2 19.2c-28.16 0-51.2 23.040-51.2 51.2s23.040 51.2 51.2 51.2c28.16 0 51.2-23.040 51.2-51.2s-23.040-51.2-51.2-51.2v0zM268.8 236.8c7.68 0 12.8-5.12 12.8-12.8s-5.12-12.8-12.8-12.8c-7.68 0-12.8 5.12-12.8 12.8s5.12 12.8 12.8 12.8v0zM550.4 454.4h-102.4l-153.6-153.6 51.2-51.2 204.8 204.8z" horiz-adv-x="589" />
<glyph unicode="&#xe656;" d="M372.363 433.454h-97.745c-9.309 27.928-34.909 46.546-65.163 46.546s-55.855-18.618-65.163-46.546h-97.746c-25.6 0-46.545-20.945-46.545-46.546v-372.363c0-25.6 20.945-46.546 46.545-46.546h325.818c25.6 0 46.546 20.945 46.546 46.546v372.363c0 25.6-20.945 46.546-46.546 46.546v0zM209.454 433.454c13.964 0 23.273-9.309 23.273-23.272s-9.309-23.273-23.273-23.273c-13.964 0-23.273 9.309-23.273 23.273s9.309 23.272 23.273 23.272v0zM372.363 14.546h-325.818v372.363h46.546v-69.818h232.727v69.818h46.546v-372.363z" horiz-adv-x="419" />
<glyph unicode="&#xe657;" d="M0 76.089v-108.089h108.089l312.889 315.733-108.089 108.089-312.889-315.733zM503.466 366.222c11.378 11.378 11.378 28.445 0 39.822l-65.422 65.422c-11.378 11.378-28.445 11.378-39.822 0l-51.2-51.2 108.089-108.089 48.356 54.044z" />
<glyph unicode="&#xe658;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 32h-512v192h512v-192zM576 352h-512v64h512v-64z" horiz-adv-x="640" />
<glyph unicode="&#xe659;" d="M372.363 154.182h46.546v186.182c0 25.6-20.945 46.545-46.546 46.545h-186.182v-46.545h186.182v-186.182zM139.637 107.637v372.363h-46.546v-93.091h-93.091v-46.545h93.091v-232.728c0-25.6 20.945-46.546 46.546-46.546h232.728v-93.091h46.546v93.091h93.091v46.546h-372.363z" />
<glyph unicode="&#xe65a;" d="M0 423.111v-113.778h56.889v113.778h113.778v56.889h-113.778c-31.289 0-56.889-25.6-56.889-56.889v0zM56.889 138.666h-56.889v-113.778c0-31.289 25.6-56.889 56.889-56.889h113.778v56.889h-113.778v113.778zM455.111 24.889h-113.778v-56.889h113.778c31.289 0 56.889 25.6 56.889 56.889v113.778h-56.889v-113.778zM455.111 480h-113.778v-56.889h113.778v-113.778h56.889v113.778c0 31.289-25.6 56.889-56.889 56.889v0z" />
<glyph unicode="&#xe65b;" d="M585.143 480h-512c-40.228 0-73.143-32.914-73.143-73.143v-365.714c0-40.228 32.914-73.143 73.143-73.143h512c40.228 0 73.143 32.914 73.143 73.143v365.714c0 40.228-32.914 73.143-73.143 73.143v0zM585.143 41.143h-512v365.714h512v-365.714z" horiz-adv-x="659" />
<glyph unicode="&#xe65c;" d="M341.334 480h-284.445c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h284.445c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM341.334 24.889h-284.445v398.222h284.445v-398.222z" horiz-adv-x="398" />
<glyph unicode="&#xe65d;" d="M448 480h-384c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h384c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM448 32h-384v384h384v-384z" />
<glyph unicode="&#xe65e;" d="M281.6 477.44v-76.8c87.040-12.8 153.6-87.040 153.6-176.64 0-23.040-5.12-43.52-12.8-64l66.56-38.4c15.36 30.72 23.040 66.56 23.040 104.96 0 130.56-99.84 238.080-230.4 250.88v0zM256 44.8c-99.84 0-179.2 79.36-179.2 179.2 0 89.6 66.56 163.84 153.6 176.64v76.8c-130.56-10.24-230.4-120.32-230.4-253.44 0-140.8 115.2-256 256-256 84.48 0 158.72 40.96 207.36 104.96l-66.56 38.4c-33.28-40.96-84.48-66.56-140.8-66.56v0z" />
<glyph unicode="&#xe65f;" d="M28.445 24.889c0-31.289 25.6-56.889 56.889-56.889h227.555c31.289 0 56.889 25.6 56.889 56.889v341.334h-341.334v-341.334zM398.222 451.555h-99.555l-28.445 28.445h-142.222l-28.445-28.445h-99.555v-56.889h398.222v56.889z" horiz-adv-x="398" />
<glyph unicode="&#xe660;" d="M69.818 386.909h232.728v-46.545h46.546v93.091c0 25.6-20.945 46.546-46.546 46.546h-232.727c-25.6 0-46.545-20.945-46.545-46.546v-93.091h46.545v46.545zM265.309 116.945l107.055 107.055-107.055 107.055-32.582-32.582 74.473-74.472-74.472-74.472 32.582-32.582zM139.637 149.527l-74.472 74.473 74.472 74.472-32.582 32.582-107.055-107.054 107.055-107.055 32.582 32.582zM302.546 61.091h-232.727v46.546h-46.545v-93.091c0-25.6 20.946-46.546 46.545-46.546h232.727c25.6 0 46.546 20.945 46.546 46.546v93.091h-46.546v-46.546z" horiz-adv-x="373" />
<glyph unicode="&#xe661;" d="M186.182 61.091c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.946 46.546-46.546 46.546v0zM46.545 480c-25.6 0-46.545-20.945-46.545-46.546s20.945-46.546 46.545-46.546c25.6 0 46.545 20.946 46.545 46.546s-20.945 46.546-46.545 46.546v0zM46.545 340.363c-25.6 0-46.545-20.945-46.545-46.546s20.945-46.546 46.545-46.546c25.6 0 46.545 20.945 46.545 46.546s-20.945 46.546-46.545 46.546v0zM46.545 200.728c-25.6 0-46.545-20.945-46.545-46.546s20.945-46.546 46.545-46.546c25.6 0 46.545 20.945 46.545 46.546s-20.945 46.546-46.545 46.546v0zM325.818 386.909c25.6 0 46.546 20.946 46.546 46.546s-20.945 46.546-46.546 46.546c-25.6 0-46.546-20.945-46.546-46.546s20.945-46.546 46.546-46.546v0zM186.182 200.728c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.946 46.546-46.546 46.546v0zM325.818 200.728c-25.6 0-46.546-20.945-46.546-46.546s20.945-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.945 46.546-46.546 46.546v0zM325.818 340.363c-25.6 0-46.546-20.945-46.546-46.546s20.945-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.945 46.546-46.546 46.546v0zM186.182 340.363c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.946 46.546-46.546 46.546v0zM186.182 480c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.946 46.546 46.546s-20.946 46.546-46.546 46.546v0z" horiz-adv-x="373" />
<glyph unicode="&#xe662;" d="M504.32 241.92l-230.4 230.4c-10.24 10.24-25.6 10.24-35.84 0l-230.4-230.4c-10.24-10.24-10.24-25.6 0-35.84l230.4-230.4c10.24-10.24 25.6-10.24 35.84 0l230.4 230.4c10.24 10.24 10.24 25.6 0 35.84v0zM307.2 160v64h-102.4v-76.8h-51.2v102.4c0 15.36 10.24 25.6 25.6 25.6h128v64l89.6-89.6-89.6-89.6z" />
<glyph unicode="&#xe663;" d="M356.174 384.279c22.261 0 40.070 17.808 40.070 40.070s-17.808 40.070-40.070 40.070c-22.261 0-40.070-17.809-40.070-40.070s17.808-40.070 40.070-40.070v0zM422.957 224c-62.331 0-111.305-48.974-111.305-111.305s48.974-111.305 111.305-111.305c62.331 0 111.304 48.974 111.304 111.305s-48.974 111.305-111.305 111.305v0zM422.957 34.783c-42.296 0-77.913 35.618-77.913 77.913s35.618 77.913 77.913 77.913c42.296 0 77.913-35.618 77.913-77.913s-35.618-77.913-77.913-77.913v0zM329.461 268.522h93.495v40.070h-71.235l-42.296 73.461c-6.678 11.13-17.808 17.808-33.392 17.808-11.13 0-20.035-4.452-26.713-11.13l-82.365-82.365c-6.678-6.678-11.131-15.582-11.131-26.713 0-13.357 6.679-26.713 17.809-33.392l75.687-44.521v-111.305h40.070v144.696l-48.974 37.844 51.2 51.2 37.844-55.652zM111.305 224c-62.331 0-111.305-48.974-111.305-111.305s48.974-111.305 111.305-111.305c62.33 0 111.305 48.974 111.305 111.305s-48.974 111.305-111.305 111.305v0zM111.305 34.783c-42.295 0-77.913 35.618-77.913 77.913s35.618 77.913 77.913 77.913c42.295 0 77.913-35.618 77.913-77.913s-35.618-77.913-77.913-77.913v0z" horiz-adv-x="535" />
<glyph unicode="&#xe664;" d="M0 126.476c0-21.943 9.752-41.447 24.381-53.638v-43.885c0-14.628 9.752-24.381 24.381-24.381h24.381c14.629 0 24.381 9.752 24.381 24.381v24.381h195.048v-24.381c0-14.628 9.752-24.381 24.381-24.381h24.381c14.628 0 24.381 9.752 24.381 24.381v43.885c14.628 12.19 24.381 31.695 24.381 53.638v243.81c0 85.334-87.772 97.524-195.048 97.524s-195.048-12.19-195.048-97.524v-243.81zM85.334 102.095c-19.505 0-36.572 17.067-36.572 36.572s17.067 36.572 36.572 36.572c19.505 0 36.572-17.067 36.572-36.572s-17.067-36.572-36.572-36.572v0zM304.762 102.095c-19.505 0-36.572 17.067-36.572 36.572s17.067 36.572 36.572 36.572c19.505 0 36.572-17.067 36.572-36.572s-17.067-36.572-36.572-36.572v0zM341.334 248.381h-292.572v121.905h292.572v-121.905z" horiz-adv-x="390" />
<glyph unicode="&#xe665;" d="M508.8 448c-6.4 19.2-25.6 32-44.8 32h-352c-22.4 0-38.4-12.8-44.8-32l-67.2-192v-256c0-19.2 12.8-32 32-32h32c19.2 0 32 12.8 32 32v32h384v-32c0-19.2 12.8-32 32-32h32c19.2 0 32 12.8 32 32v256l-67.2 192zM112 128c-25.6 0-48 22.4-48 48s22.4 48 48 48c25.6 0 48-22.4 48-48s-22.4-48-48-48v0zM464 128c-25.6 0-48 22.4-48 48s22.4 48 48 48c25.6 0 48-22.4 48-48s-22.4-48-48-48v0zM64 288l48 144h352l48-144h-448z" horiz-adv-x="576" />
<glyph unicode="&#xe666;" d="M195.048 467.81c-107.276 0-195.048-12.19-195.048-97.524v-231.619c0-46.324 39.010-85.334 85.334-85.334l-36.572-36.572v-12.19h292.572v12.19l-36.572 36.572c46.324 0 85.334 39.010 85.334 85.334v231.619c0 85.334-87.772 97.524-195.048 97.524v0zM85.334 102.095c-19.505 0-36.572 17.067-36.572 36.572s17.067 36.572 36.572 36.572c19.505 0 36.572-17.067 36.572-36.572s-17.067-36.572-36.572-36.572v0zM170.667 248.381h-121.905v121.905h121.905v-121.905zM304.762 102.095c-19.505 0-36.572 17.067-36.572 36.572s17.067 36.572 36.572 36.572c19.505 0 36.572-17.067 36.572-36.572s-17.067-36.572-36.572-36.572v0zM341.334 248.381h-121.905v121.905h121.905v-121.905z" horiz-adv-x="390" />
<glyph unicode="&#xe667;" d="M0 108.8c0-48.64 40.96-89.6 89.6-89.6l-38.4-38.4v-12.8h307.2v12.8l-38.4 38.4c48.64 0 89.6 40.96 89.6 89.6v268.8c0 89.6-92.16 102.4-204.8 102.4s-204.8-12.8-204.8-102.4v-268.8zM204.8 70.4c-28.16 0-51.2 23.040-51.2 51.2s23.040 51.2 51.2 51.2c28.16 0 51.2-23.040 51.2-51.2s-23.040-51.2-51.2-51.2v0zM358.4 249.6h-307.2v128h307.2v-128z" horiz-adv-x="410" />
<glyph unicode="&#xe668;" d="M195.048 467.81c-107.276 0-195.048-12.19-195.048-97.524v-231.619c0-46.324 39.010-85.334 85.334-85.334l-36.572-36.572v-12.19h292.572v12.19l-36.572 36.572c46.324 0 85.334 39.010 85.334 85.334v231.619c0 85.334-87.772 97.524-195.048 97.524v0zM85.334 102.095c-19.505 0-36.572 17.067-36.572 36.572s17.067 36.572 36.572 36.572c19.505 0 36.572-17.067 36.572-36.572s-17.067-36.572-36.572-36.572v0zM170.667 248.381h-121.905v121.905h121.905v-121.905zM304.762 102.095c-19.505 0-36.572 17.067-36.572 36.572s17.067 36.572 36.572 36.572c19.505 0 36.572-17.067 36.572-36.572s-17.067-36.572-36.572-36.572v0zM341.334 248.381h-121.905v121.905h121.905v-121.905z" horiz-adv-x="390" />
<glyph unicode="&#xe669;" d="M197.818 391.563c23.273 0 41.891 18.618 41.891 41.891s-18.618 41.891-41.891 41.891c-23.273 0-41.891-18.618-41.891-41.891s18.618-41.891 41.891-41.891v0zM200.145 247.273h114.037v41.891h-83.782l-46.546 76.8c-6.982 11.637-20.946 20.945-34.909 20.945-4.655 0-6.982 0-11.637-2.327l-125.672-39.563v-121.018h41.891v86.109l48.873 16.291-90.763-358.4h41.891l67.491 188.509 53.528-72.145v-116.363h41.891v148.945l-58.182 104.728 16.291 67.491 25.6-41.891z" horiz-adv-x="349" />
<glyph unicode="&#xe66a;" d="M576 96h64v64h-64v-64zM576 384v-160h64v160h-64zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 160c-35.2 0-64 28.8-64 64s28.8 64 64 64c35.2 0 64-28.8 64-64s-28.8-64-64-64v0z" horiz-adv-x="640" />
<glyph unicode="&#xe66b;" d="M46.545-32h186.182v46.546h-186.182v-46.546zM232.727 480h-186.182c-25.6 0-46.545-20.945-46.545-46.546v-325.818c0-25.6 20.945-46.546 46.545-46.546h186.182c25.6 0 46.545 20.945 46.545 46.546v325.818c0 25.6-20.945 46.546-46.546 46.546v0zM232.727 154.182h-186.182v232.727h186.182v-232.727z" horiz-adv-x="280" />
<glyph unicode="&#xe66c;" d="M284.445 366.222v113.778h-284.445v-512h568.889v398.222h-284.445zM113.778 24.889h-56.889v56.889h56.889v-56.889zM113.778 138.666h-56.889v56.889h56.889v-56.889zM113.778 252.445h-56.889v56.889h56.889v-56.889zM113.778 366.222h-56.889v56.889h56.889v-56.889zM227.555 24.889h-56.889v56.889h56.889v-56.889zM227.555 138.666h-56.889v56.889h56.889v-56.889zM227.555 252.445h-56.889v56.889h56.889v-56.889zM227.555 366.222h-56.889v56.889h56.889v-56.889zM512 24.889h-227.555v56.889h56.889v56.889h-56.889v56.889h56.889v56.889h-56.889v56.889h227.555v-284.445zM455.111 252.445h-56.889v-56.889h56.889v56.889zM455.111 138.666h-56.889v-56.889h56.889v56.889z" horiz-adv-x="569" />
<glyph unicode="&#xe66d;" d="M204.8 114.774l-143.36 143.36-47.786-47.786 191.147-191.147 409.6 409.6-47.787 47.786-361.813-361.813z" horiz-adv-x="615" />
<glyph unicode="&#xe66e;" d="M631.466 428.8l-47.787 47.786-215.040-215.040 47.786-47.787 215.040 215.040zM774.827 476.587l-358.4-361.813-143.36 143.36-47.786-47.786 191.147-191.147 409.6 409.6-51.2 47.786zM30.72 210.346l191.147-191.147 47.787 47.786-191.147 191.147-47.786-47.786z" horiz-adv-x="888" />
<glyph unicode="&#xe66f;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM51.2 224c0 112.64 92.16 204.8 204.8 204.8 46.080 0 89.6-15.36 125.44-43.52l-286.72-286.72c-28.16 35.84-43.52 79.36-43.52 125.44v0zM256 19.2c-46.080 0-89.6 15.36-125.44 43.52l286.72 286.72c28.16-35.84 43.52-79.36 43.52-125.44 0-112.64-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe670;" d="M487.619 297.143c0 17.066-9.752 31.695-21.943 41.447l-221.867 129.219-221.867-129.219c-12.191-9.753-21.943-24.381-21.943-41.447v-243.81c0-26.819 21.943-48.762 48.762-48.762h390.095c26.819 0 48.762 21.943 48.762 48.762v243.81zM243.81 175.238l-202.362 126.781 202.362 117.029 202.362-117.029-202.362-126.781z" horiz-adv-x="488" />
<glyph unicode="&#xe671;" d="M576 480h-512c-38.4 0-64-25.6-64-64v-384c0-38.4 25.6-64 64-64h512c32 0 64 25.6 64 64v384c0 38.4-32 64-64 64v0zM576 32h-192v384h192v-384z" horiz-adv-x="640" />
<glyph unicode="&#xe672;" d="M519.314 175.238l-168.228 292.572h-165.791l168.228-292.572h165.791zM212.114 150.857l-82.895-146.286h319.39l82.895 146.286h-319.39zM163.352 431.238l-158.476-280.381 82.895-146.286 160.914 280.381-85.334 146.286z" horiz-adv-x="537" />
<glyph unicode="&#xe673;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM398.222 309.333h-284.445v56.889h284.445v-56.889zM398.222 195.555h-284.445v56.889h284.445v-56.889zM312.889 81.778h-199.111v56.889h199.111v-56.889z" />
<glyph unicode="&#xe674;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM426.666 53.334h-170.667v164.978c-19.911-17.067-42.667-28.445-71.111-28.445-56.889 0-105.245 48.356-105.245 105.245s48.355 105.245 105.245 105.245c56.889 0 105.245-48.356 105.245-105.245 0-28.445-11.378-51.2-28.445-71.111h164.978v-170.666z" />
<glyph unicode="&#xe675;" d="M508.8 448c-6.4 19.2-25.6 32-44.8 32h-352c-22.4 0-38.4-12.8-44.8-32l-67.2-192v-256c0-19.2 12.8-32 32-32h32c19.2 0 32 12.8 32 32v32h384v-32c0-19.2 12.8-32 32-32h32c19.2 0 32 12.8 32 32v256l-67.2 192zM112 128c-25.6 0-48 22.4-48 48s22.4 48 48 48c25.6 0 48-22.4 48-48s-22.4-48-48-48v0zM464 128c-25.6 0-48 22.4-48 48s22.4 48 48 48c25.6 0 48-22.4 48-48s-22.4-48-48-48v0zM64 288l48 144h352l48-144h-448z" horiz-adv-x="576" />
<glyph unicode="&#xe676;" d="M51.2 480c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h307.2c28.16 0 51.2 23.040 51.2 51.2v307.2l-153.6 153.6h-204.8zM230.4 300.8v140.8l140.8-140.8h-140.8z" horiz-adv-x="410" />
<glyph unicode="&#xe677;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM170.667 81.778h-56.889v56.889h56.889v-56.889zM170.667 195.555h-56.889v56.889h56.889v-56.889zM170.667 309.333h-56.889v56.889h56.889v-56.889zM398.222 81.778h-199.111v56.889h199.111v-56.889zM398.222 195.555h-199.111v56.889h199.111v-56.889zM398.222 309.333h-199.111v56.889h199.111v-56.889z" />
<glyph unicode="&#xe678;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 275.2l-170.667-193.422-113.778 113.778-113.778-113.778v85.334l113.778 113.778 113.778-113.778 170.667 193.422v-85.333z" />
<glyph unicode="&#xe679;" d="M512 24.889v398.222c0 31.289-25.6 56.889-56.889 56.889h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v0zM156.445 181.334l71.111-85.334 99.555 128 128-170.667h-398.222l99.555 128z" />
<glyph unicode="&#xe67a;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM375.466 81.778h-56.889l-62.578 108.089-62.578-108.089h-56.889l91.022 142.222-91.022 142.222h56.889l62.578-108.089 62.578 108.089h56.889l-91.022-142.222 91.022-142.222z" />
<glyph unicode="&#xe67b;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM193.422 184.178v-102.4h-51.2v284.445h122.311c42.666 0 62.578-8.534 79.644-25.6 19.911-17.067 25.6-39.822 25.6-65.422 0-28.445-8.534-51.2-25.6-65.422s-36.978-22.755-79.644-22.755h-71.111v-2.844zM193.422 224v102.4h65.422c19.911 0 34.133-5.689 42.666-17.066s14.222-19.911 14.222-34.133c0-17.067-5.689-25.6-14.222-36.978-8.534-8.534-19.911-14.222-39.822-14.222h-68.267z" />
<glyph unicode="&#xe67c;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM355.555 81.778h-42.666l-56.889 213.333-56.889-213.333h-42.666l-68.266 284.445h48.355l42.666-213.334 56.889 213.333h39.822l56.889-213.333 42.666 213.333h48.356l-68.267-284.444z" />
<glyph unicode="&#xe67d;" d="M236.089 320.711v0 0c2.845 11.378 5.689 17.067 5.689 25.6v5.689c2.845 14.222 2.845 25.6 0 28.445 0 0 0 0 0 2.844l-2.845 2.845c0 0 0-2.845-2.845-2.845-5.689-17.067-5.689-36.978 0-62.578v0 0zM150.756 124.445c-5.689-2.844-11.378-5.689-14.222-8.534-19.911-17.067-34.133-36.978-36.978-45.511v0c17.067 2.844 34.133 19.911 51.2 54.044v0 0 0zM412.445 167.111c-2.844 2.844-14.222 11.378-54.045 11.378h-5.689c0 0 0 0 0-2.844 19.911-8.534 39.822-14.222 54.045-14.222h8.534c0 0 0 0 0 2.844v0c0 0-2.844 0-2.844 2.844v0zM455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM423.822 144.356c-5.689-2.844-14.222-5.689-25.6-5.689-22.755 0-56.889 5.689-85.334 19.911-48.356-5.689-85.334-11.378-113.778-22.755-2.845 0-2.845 0-5.689-2.844-34.133-59.733-62.578-88.178-85.334-88.178-5.689 0-8.534 0-11.378 2.844l-14.222 8.534v2.844c-2.844 5.689-2.844 8.534-2.844 14.222 2.844 14.222 19.911 39.822 54.044 59.733 5.689 2.844 14.222 8.534 25.6 14.222 8.534 14.222 17.066 31.289 28.445 51.2 14.222 28.445 22.756 56.889 31.289 82.489v0c-11.378 34.134-17.066 54.045-5.689 93.867 2.845 11.378 11.378 22.755 22.756 22.755h5.689c5.689 0 11.378-2.844 17.066-5.689 19.911-19.911 11.378-65.422 0-102.4v-2.845c11.378-31.289 28.445-56.889 45.511-73.955 8.534-5.689 14.222-11.378 25.6-17.067 14.222 0 25.6 2.844 36.978 2.844 34.134 0 56.889-5.689 65.422-19.911 2.844-5.689 2.844-11.378 2.844-17.067-2.844-2.844-5.689-11.378-11.378-17.067v0zM238.934 255.289c-5.689-19.911-17.066-42.666-28.445-68.267-5.689-11.378-11.378-19.911-17.066-31.289h5.689c36.978 14.222 71.111 22.755 93.867 25.6-5.689 2.844-8.534 5.689-11.378 8.534-14.222 17.067-31.289 39.822-42.666 65.422v0z" />
<glyph unicode="&#xe67e;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 110.222h-398.222v227.555h398.222v-227.555z" />
<glyph unicode="&#xe67f;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM227.555 81.778v85.334h-170.667v113.778h170.667v85.334l142.222-142.222-142.222-142.222z" />
<glyph unicode="&#xe680;" d="M512 480h-448c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h448c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM352 32h-288v128h288v-128zM352 192h-288v128h288v-128zM512 32h-128v288h128v-288z" horiz-adv-x="576" />
<glyph unicode="&#xe681;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 252.445h-227.555v-227.555h-56.889v227.555h-113.778v56.889h113.778v113.778h56.889v-113.778h227.555v-56.889z" />
<glyph unicode="&#xe682;" d="M512 480l64-128h-96l-64 128h-64l64-128h-96l-64 128h-64l64-128h-96l-64 128h-32c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v448h-128z" horiz-adv-x="640" />
<glyph unicode="&#xe683;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 14.080c-28.16 0-56.32 5.12-81.92 15.36-15.36 38.4-15.36 66.56 28.16 53.76 0 0 99.84-38.4 204.8-2.56-35.84-40.96-89.6-66.56-151.040-66.56v0zM437.76 119.040c-23.040-10.24-53.76-25.6-102.4-25.6s-89.6 20.48-143.36 35.84c-48.64 15.36-66.56 38.4-97.28 38.4-17.92 0-25.6-17.92-30.72-30.72-12.8 25.6-20.48 56.32-20.48 87.040 0 20.48 2.56 40.96 7.68 58.88 33.28 40.96 81.92 66.56 153.6 10.24 0 0 158.72-120.32 250.88-128-2.56-15.36-10.24-30.72-17.92-46.080v0zM266.24 336.64c-71.68 69.12-130.56 48.64-156.16 38.4 17.92 17.92 40.96 33.28 66.56 43.52 71.68 2.56 151.040-10.24 194.56-74.24 0 0 61.44-107.52 84.48-58.88 5.12-17.92 7.68-38.4 7.68-58.88v-23.040c-51.2 5.12-122.88 64-197.12 133.12v0z" />
<glyph unicode="&#xe684;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 352l-256-160-256 160v64l256-160 256 160v-64z" horiz-adv-x="640" />
<glyph unicode="&#xe685;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 352l-256-160-256 160v64l256-160 256 160v-64z" horiz-adv-x="640" />
<glyph unicode="&#xe686;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM281.6 96h-51.2v51.2h51.2v-51.2zM281.6 198.4h-51.2v153.6h51.2v-153.6z" />
<glyph unicode="&#xe687;" d="M358.4 198.4h-128v-128h128v128zM332.8 480v-51.2h-204.8v51.2h-51.2v-51.2h-25.6c-28.16 0-51.2-23.040-51.2-51.2v-358.4c0-28.16 23.040-51.2 51.2-51.2h358.4c28.16 0 51.2 23.040 51.2 51.2v358.4c0 28.16-23.040 51.2-51.2 51.2h-25.6v51.2h-51.2zM409.6 19.2h-358.4v281.6h358.4v-281.6z" horiz-adv-x="461" />
<glyph unicode="&#xe688;" d="M358.4 198.4h-128v-128h128v128zM332.8 480v-51.2h-204.8v51.2h-51.2v-51.2h-25.6c-28.16 0-51.2-23.040-51.2-51.2v-358.4c0-28.16 23.040-51.2 51.2-51.2h358.4c28.16 0 51.2 23.040 51.2 51.2v358.4c0 28.16-23.040 51.2-51.2 51.2h-25.6v51.2h-51.2zM409.6 19.2h-358.4v281.6h358.4v-281.6z" horiz-adv-x="461" />
<glyph unicode="&#xe689;" d="M201.956 121.6l39.822-39.822 142.222 142.222-142.222 142.222-39.822-39.822 73.956-73.956h-275.911v-56.889h275.911l-73.956-73.956zM455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-113.778h56.889v113.778h398.222v-398.222h-398.222v113.778h-56.889v-113.778c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0z" />
<glyph unicode="&#xe68a;" d="M341.334 451.555l-341.334-341.334 79.644-79.644 261.689 261.689 261.689-261.689 79.644 79.644-341.334 341.334z" horiz-adv-x="683" />
<glyph unicode="&#xe68b;" d="M603.022 474.311l-261.689-261.689-261.689 261.689-79.644-79.644 341.334-341.334 341.334 341.334-79.644 79.644z" horiz-adv-x="683" />
<glyph unicode="&#xe68c;" d="M256 252.16c-15.36 0-28.16-12.8-28.16-28.16s12.8-28.16 28.16-28.16c15.36 0 28.16 12.8 28.16 28.16s-12.8 28.16-28.16 28.16v0zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM312.32 167.68l-209.92-97.28 97.28 209.92 209.92 97.28-97.28-209.92z" />
<glyph unicode="&#xe68d;" d="M422.957 246.261h-33.392v89.043c0 24.487-20.035 44.522-44.522 44.522h-89.043v33.391c0 31.165-24.487 55.652-55.652 55.652s-55.652-24.487-55.652-55.652v-33.391h-89.043c-24.487 0-44.522-20.035-44.522-44.522v-84.591h33.392c33.392 0 60.105-26.713 60.105-60.105s-26.713-60.104-60.105-60.104h-33.392v-84.591c0-24.487 20.035-44.522 44.522-44.522h84.591v33.392c0 33.392 26.713 60.105 60.105 60.105s60.105-26.713 60.105-60.105v-33.392h84.591c24.487 0 44.522 20.035 44.522 44.522v89.043h33.392c31.165 0 55.652 24.487 55.652 55.652s-24.487 55.652-55.652 55.652v0z" />
<glyph unicode="&#xe68e;" d="M0-32l362.666 256-362.666 256v-512zM384 480v-512l362.667 256-362.666 256z" horiz-adv-x="768" />
<glyph unicode="&#xe68f;" d="M384-32v512l-362.666-256 362.666-256zM405.334 224l362.666-256v512l-362.666-256z" horiz-adv-x="768" />
<glyph unicode="&#xe690;" d="M269.474-15.832l-37.726 37.726c-140.126 123.958-231.748 207.494-231.748 309.894 0 83.537 64.674 148.211 148.21 148.211 45.81 0 91.621-21.558 121.263-56.59 29.642 35.031 75.452 56.59 121.263 56.59 83.537 0 148.211-64.674 148.211-148.211 0-102.4-91.621-185.937-231.748-309.894l-37.726-37.726z" horiz-adv-x="539" />
<glyph unicode="&#xe691;" d="M390.737 480c-45.81 0-91.621-21.558-121.263-56.589-29.642 35.031-75.452 56.589-121.263 56.589-83.537 0-148.21-64.673-148.21-148.211 0-102.4 91.621-185.937 231.748-309.894l37.726-35.031 37.726 35.031c137.432 126.653 231.747 210.19 231.747 309.894 0 83.537-64.673 148.211-148.211 148.211v0zM272.168 59.621h-2.695l-2.695 2.695c-129.347 115.873-212.884 191.327-212.884 269.474 0 53.894 40.421 94.316 94.316 94.316 40.421 0 80.842-26.948 97.010-64.674h51.2c13.474 37.727 53.894 64.674 94.316 64.674 53.894 0 94.316-40.421 94.316-94.316 0-78.147-83.537-153.6-212.884-272.168v0z" horiz-adv-x="539" />
<glyph unicode="&#xe692;" d="M377.263 304.842h-107.79v161.684h-161.684v-161.684h-107.79l188.631-188.631 188.631 188.631zM0 62.316v-53.894h377.263v53.894h-377.263z" horiz-adv-x="378" />
<glyph unicode="&#xe693;" d="M107.79 116.211h161.684v161.684h107.79l-188.631 188.632-188.631-188.632h107.79v-161.684zM0 62.316h377.263v-53.894h-377.263v53.894z" horiz-adv-x="378" />
<glyph unicode="&#xe694;" d="M298.666-32h170.666v85.334h-170.667v-85.334zM0 480v-85.334h768v85.334h-768zM128 181.334h512v85.334h-512v-85.334z" horiz-adv-x="768" />
<glyph unicode="&#xe695;" d="M266.779 412.632l-10.779 53.894h-242.526v-458.106h53.894v188.632h150.905l10.779-53.894h188.631v269.474h-150.905z" horiz-adv-x="458" />
<glyph unicode="&#xe696;" d="M11.13 468.87v-267.13h66.782v-200.348l155.826 267.13h-89.043l89.043 200.348h-222.608zM367.305 468.87h-44.522l-71.235-200.348h42.296l15.582 44.522h71.235l15.582-44.522h42.296l-71.235 200.348zM320.557 344.208l24.487 80.139 24.487-80.139h-48.974z" horiz-adv-x="468" />
<glyph unicode="&#xe697;" d="M46.080 454.4l-33.28-33.28 128-128v-94.72h76.8v-230.4l92.16 156.16 104.96-104.96 33.28 33.28-401.92 401.92zM396.8 275.2h-102.4l102.4 204.8h-256v-56.32l217.6-217.6 38.4 69.12z" horiz-adv-x="487" />
<glyph unicode="&#xe698;" d="M0 480v-281.6h76.8v-230.4l179.2 307.2h-102.4l102.4 204.8h-256z" horiz-adv-x="256" />
<glyph unicode="&#xe699;" d="M487.619 236.19c0 19.505-17.067 36.572-36.572 36.572h-134.095l-121.905 195.048h-48.762l60.953-195.048h-134.095l-36.572 48.762h-36.572l24.381-85.334-24.381-85.334h36.572l36.572 48.762h134.095l-60.952-195.048h48.762l121.905 195.048h134.095c19.505 0 36.572 17.067 36.572 36.572v0z" horiz-adv-x="488" />
<glyph unicode="&#xe69a;" d="M170.667 366.222h-56.889v-56.889h56.889v56.889zM170.667 252.445h-56.889v-56.889h56.889v56.889zM170.667 480c-31.289 0-56.889-25.6-56.889-56.889h56.889v56.889zM284.445 138.666h-56.889v-56.889h56.889v56.889zM455.111 480v-56.889h56.889c0 31.289-25.6 56.889-56.889 56.889v0zM284.445 480h-56.889v-56.889h56.889v56.889zM170.667 81.778v56.889h-56.889c0-31.289 25.6-56.889 56.889-56.889v0zM455.111 195.555h56.889v56.889h-56.889v-56.889zM455.111 309.333h56.889v56.889h-56.889v-56.889zM455.111 81.778c31.289 0 56.889 25.6 56.889 56.889h-56.889v-56.889zM56.889 366.222h-56.889v-341.334c0-31.289 25.6-56.889 56.889-56.889h341.334v56.889h-341.334v341.334zM341.334 423.111h56.889v56.889h-56.889v-56.889zM341.334 81.778h56.889v56.889h-56.889v-56.889z" />
<glyph unicode="&#xe69b;" d="M0 195.555h56.889v56.889h-56.889v-56.889zM0 81.778h56.889v56.889h-56.889v-56.889zM56.889-32v56.889h-56.889c0-31.289 25.6-56.889 56.889-56.889v0zM0 309.333h56.889v56.889h-56.889v-56.889zM341.334-32h56.889v56.889h-56.889v-56.889zM455.111 480h-284.445c-31.289 0-56.889-25.6-56.889-56.889v-284.445c0-31.289 25.6-56.889 56.889-56.889h284.445c31.289 0 56.889 25.6 56.889 56.889v284.445c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 138.666h-284.445v284.445h284.445v-284.445zM227.555-32h56.889v56.889h-56.889v-56.889zM113.778-32h56.889v56.889h-56.889v-56.889z" />
<glyph unicode="&#xe69c;" d="M256 480h-192c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64h-256l-64 64z" horiz-adv-x="640" />
<glyph unicode="&#xe69d;" d="M576 416h-256l-64 64h-192c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64v0zM310.4 64l-41.6 67.2 89.6 160 48-86.4-76.8-140.8h-19.2zM521.6 64h-176l44.8 80h163.2l9.6-16-41.6-64zM377.6 320h76.8l89.6-160h-96l-83.2 144 12.8 16z" horiz-adv-x="640" />
<glyph unicode="&#xe69e;" d="M576 416h-256l-64 64h-192c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64v0zM416 320c35.2 0 64-28.8 64-64s-28.8-64-64-64c-35.2 0-64 28.8-64 64s28.8 64 64 64v0zM544 64h-256v32c0 41.6 86.4 64 128 64s128-22.4 128-64v-32z" horiz-adv-x="640" />
<glyph unicode="&#xe69f;" d="M486.4 377.6h-51.2v-230.4h-332.8v-51.2c0-15.36 10.24-25.6 25.6-25.6h281.6l102.4-102.4v384c0 15.36-10.24 25.6-25.6 25.6v0zM384 224v230.4c0 15.36-10.24 25.6-25.6 25.6h-332.8c-15.36 0-25.6-10.24-25.6-25.6v-358.4l102.4 102.4h256c15.36 0 25.6 10.24 25.6 25.6v0z" />
<glyph unicode="&#xe6a0;" d="M256 352v128l256-256-256-256v128h-256v256h256z" />
<glyph unicode="&#xe6a1;" d="M73.143 150.857h-73.143v-182.857h182.857v73.143h-109.715v109.714zM0 297.143h73.143v109.714h109.715v73.143h-182.857v-182.857zM438.857 41.143h-109.714v-73.143h182.857v182.857h-73.143v-109.714zM329.143 480v-73.143h109.714v-109.714h73.143v182.857h-182.857z" />
<glyph unicode="&#xe6a2;" d="M0 77.714h109.715v-109.714h73.143v182.857h-182.857v-73.143zM109.715 370.286h-109.715v-73.143h182.857v182.857h-73.143v-109.715zM329.143-32h73.143v109.714h109.715v73.143h-182.857v-182.857zM402.286 370.286v109.714h-73.143v-182.857h182.857v73.143h-109.714z" />
<glyph unicode="&#xe6a3;" d="M332.8 339.2v140.8h-153.6v-140.8l76.8-76.8 76.8 76.8zM140.8 300.8h-140.8v-153.6h140.8l76.8 76.8-76.8 76.8zM179.2 108.8v-140.8h153.6v140.8l-76.8 76.8-76.8-76.8zM371.2 300.8l-76.8-76.8 76.8-76.8h140.8v153.6h-140.8z" />
<glyph unicode="&#xe6a4;" d="M332.8 339.2v140.8h-153.6v-140.8l76.8-76.8 76.8 76.8zM140.8 300.8h-140.8v-153.6h140.8l76.8 76.8-76.8 76.8zM179.2 108.8v-140.8h153.6v140.8l-76.8 76.8-76.8-76.8zM371.2 300.8l-76.8-76.8 76.8-76.8h140.8v153.6h-140.8z" />
<glyph unicode="&#xe6a5;" d="M70.063 374.906c18.863 18.863 37.727 37.726 45.811 32.337 13.474-5.389 0-26.947-8.084-40.421-8.084-10.779-78.147-105.094-78.147-169.769 0-35.031 13.474-61.979 35.032-80.842 21.558-16.168 45.81-18.863 70.063-13.474 29.642 8.084 51.2 37.726 83.537 75.452 32.337 40.421 75.453 91.621 110.484 91.621 43.116 0 43.116-26.947 48.505-48.505-102.4-16.168-145.516-99.705-145.516-145.516s37.727-83.537 86.232-83.537c43.116 0 115.874 35.031 126.653 164.379h67.368v67.368h-67.368c-5.389 43.116-29.642 113.179-107.789 113.179-59.284 0-113.179-51.2-132.042-75.453-16.168-18.863-56.59-67.368-61.979-72.758-8.084-8.084-18.863-21.558-29.642-21.558s-18.863 21.558-10.779 51.2c10.779 29.642 37.726 78.147 51.2 94.316 18.863 32.337 32.337 53.894 32.337 88.927 0 59.284-43.116 78.147-67.368 78.147-35.032 0-64.674-26.947-72.758-35.031s-16.169-16.168-24.253-24.252l48.505-45.81zM320.673 59.621c-8.084 0-18.863 8.084-18.863 18.863 0 16.168 18.863 59.284 78.147 75.452-10.779-72.758-40.421-94.316-59.284-94.316v0z" />
<glyph unicode="&#xe6a6;" d="M281.6 249.6v-64h151.040c-15.36-89.6-87.040-153.6-176.64-153.6-104.96 0-192 87.040-192 192s87.040 192 192 192c53.76 0 99.84-23.040 133.12-58.88l46.080 46.080c-46.080 46.080-107.52 76.8-179.2 76.8-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 243.2 115.2 243.2 256v25.6h-217.6z" />
<glyph unicode="&#xe6a7;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 32h-64v281.6l-192-121.6-192 121.6v-281.6h-64v384h38.4l217.6-134.4 217.6 134.4h38.4v-384z" horiz-adv-x="640" />
<glyph unicode="&#xe6a8;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 32h-64v281.6l-192-121.6-192 121.6v-281.6h-64v384h38.4l217.6-134.4 217.6 134.4h38.4v-384z" horiz-adv-x="640" />
<glyph unicode="&#xe6a9;" d="M273.067 194.134l-23.466 17.067c-8.534 6.4-17.066 14.934-17.066 29.867s10.667 27.734 21.333 34.133c27.733 21.334 55.466 44.8 55.466 91.733 0 44.8-27.733 70.4-42.666 83.2h36.267l25.6 29.867h-132.267c-93.867 0-140.8-59.733-140.8-123.733 0-49.067 38.4-102.4 106.666-102.4h17.066c-2.133-6.4-8.534-17.066-8.534-27.733 0-21.334 8.534-29.866 19.2-42.666-29.867-2.134-85.334-8.534-125.867-34.133-38.4-23.466-49.066-55.466-49.066-78.933 0-49.067 44.8-96 140.8-96 115.2 0 170.667 64 170.667 125.866 0 44.8-23.466 68.267-53.334 93.866v0zM110.933 388.267c0 46.933 27.734 68.267 57.6 68.267 55.466 0 85.334-74.667 85.334-117.334 0-55.466-44.8-66.133-61.867-66.133-53.333 0-81.067 66.133-81.067 115.2v0zM187.733 4.267c-70.4 0-115.2 32-115.2 78.933s42.666 61.867 55.467 68.267c27.733 8.534 64 10.666 70.4 10.666h14.934c51.2-36.267 72.534-51.2 72.534-85.334 0-40.534-40.534-72.534-98.133-72.534v0z" horiz-adv-x="363" />
<glyph unicode="&#xe6aa;" d="M437.334 266.667v64h-42.666v-64h-64v-42.667h64v-64h42.666v64h64v42.666h-64zM273.067 194.134l-23.466 17.067c-8.534 6.4-17.066 14.934-17.066 29.867s10.667 27.734 21.333 34.133c27.733 21.334 55.466 44.8 55.466 91.733 0 44.8-27.733 70.4-42.666 83.2h36.267l25.6 29.867h-132.267c-93.867 0-140.8-59.733-140.8-123.733 0-49.067 38.4-102.4 106.666-102.4h17.066c-2.133-6.4-8.534-17.066-8.534-27.733 0-21.334 8.534-29.866 19.2-42.666-29.867-2.134-85.334-8.534-125.867-34.133-38.4-23.466-49.066-55.466-49.066-78.933 0-49.067 44.8-96 140.8-96 115.2 0 170.667 64 170.667 125.866 0 44.8-23.466 68.267-53.334 93.866v0zM110.933 388.267c0 46.933 27.734 68.267 57.6 68.267 55.466 0 85.334-74.667 85.334-117.334 0-55.466-44.8-66.133-61.867-66.133-53.333 0-81.067 66.133-81.067 115.2v0zM187.733 4.267c-70.4 0-115.2 32-115.2 78.933s42.666 61.867 55.467 68.267c27.733 8.534 64 10.666 70.4 10.666h14.934c51.2-36.267 72.534-51.2 72.534-85.334 0-40.534-40.534-72.534-98.133-72.534v0z" horiz-adv-x="534" />
<glyph unicode="&#xe6ab;" d="M256 317.091c-51.2 0-93.091-41.891-93.091-93.091s41.891-93.091 93.091-93.091c51.2 0 93.091 41.891 93.091 93.091s-41.891 93.091-93.091 93.091v0zM463.127 247.273c-11.637 97.746-88.436 174.545-183.854 183.855v48.873h-46.546v-48.873c-97.745-9.309-174.546-86.109-183.855-183.855h-48.873v-46.545h48.873c11.636-97.745 88.436-174.546 183.855-183.854v-48.873h46.546v48.873c97.745 11.637 174.546 88.437 183.855 183.855h48.872v46.546h-48.873zM256 61.091c-90.763 0-162.909 72.145-162.909 162.909s72.145 162.909 162.909 162.909c90.764 0 162.909-72.145 162.909-162.909s-72.145-162.909-162.909-162.909v0z" />
<glyph unicode="&#xe6ac;" d="M463.127 247.273c-11.637 97.746-88.436 174.545-183.854 183.855v48.873h-46.546v-48.873c-97.745-9.309-174.546-86.109-183.855-183.855h-48.873v-46.545h48.873c11.636-97.745 88.436-174.546 183.855-183.854v-48.873h46.546v48.873c97.745 11.637 174.546 88.437 183.855 183.855h48.872v46.546h-48.873zM256 61.091c-90.763 0-162.909 72.145-162.909 162.909s72.145 162.909 162.909 162.909c90.764 0 162.909-72.145 162.909-162.909s-72.145-162.909-162.909-162.909v0z" />
<glyph unicode="&#xe6ad;" d="M463.127 247.273c-11.637 97.746-88.436 174.545-183.854 183.855v48.873h-46.546v-48.873c-25.6-2.327-51.2-9.309-74.472-20.945l34.909-34.909c20.946 6.982 41.891 11.636 62.836 11.636 90.764 0 162.909-72.145 162.909-162.909 0-20.945-4.654-41.891-11.637-62.837l34.909-34.909c11.637 23.272 18.618 46.546 23.272 74.472h46.546v46.546h-48.873zM46.545 403.2l46.545-46.546c-23.272-30.255-39.563-67.491-44.218-109.382h-48.873v-46.545h48.873c11.636-97.745 88.436-174.546 183.855-183.854v-48.873h46.545v48.873c41.891 4.654 79.127 20.945 109.382 46.546l46.546-46.546 30.255 30.255-388.654 386.327-30.255-30.255zM356.072 96c-27.928-23.272-62.837-34.909-100.072-34.909-90.763 0-162.909 72.145-162.909 162.909 0 37.236 11.636 72.145 34.909 100.072l228.072-228.072z" />
<glyph unicode="&#xe6ae;" d="M548.572 260.572c62.172 0 109.715 47.543 109.715 109.714s-47.543 109.714-109.715 109.714c-62.171 0-109.714-47.543-109.714-109.714s47.543-109.714 109.714-109.714v0zM256 260.572c62.171 0 109.714 47.543 109.714 109.714s-47.543 109.714-109.714 109.714c-62.172 0-109.714-47.543-109.714-109.714s47.543-109.714 109.714-109.714v0zM256 187.428c-84.115 0-256-43.885-256-128v-91.428h512v91.428c0 84.115-171.885 128-256 128v0zM548.572 187.428c-10.971 0-21.943 0-36.572-3.657 43.885-29.257 73.143-73.143 73.143-124.343v-91.428h219.428v91.428c0 84.115-171.885 128-256 128v0z" horiz-adv-x="805" />
<glyph unicode="&#xe6af;" d="M273.067 292.267h-102.4v102.4h-68.266v-102.4h-102.4v-68.267h102.4v-102.4h68.266v102.4h102.4v68.266zM614.4 258.134c58.027 0 102.4 44.373 102.4 102.4s-44.374 102.4-102.4 102.4c-10.24 0-20.48-3.413-30.72-3.413 20.48-30.72 30.72-61.44 30.72-98.986s-10.24-68.267-30.72-98.986c10.24 0 20.48-3.413 30.72-3.413v0zM443.733 258.134c58.026 0 102.4 44.373 102.4 102.4s-44.373 102.4-102.4 102.4c-58.026 0-102.4-44.373-102.4-102.4s44.373-102.4 102.4-102.4v0zM669.014 183.040c27.307-23.894 47.787-58.026 47.787-95.574v-68.267h102.4v68.267c0 51.2-81.92 85.334-150.187 95.573v0zM443.733 189.866c-68.267 0-204.8-34.134-204.8-102.4v-68.267h409.6v68.267c0 68.267-136.534 102.4-204.8 102.4v0z" horiz-adv-x="819" />
<glyph unicode="&#xe6b0;" d="M209.454 468.363c-109.382 0-197.818-88.436-197.818-197.818s88.436-197.818 197.818-197.818h11.637v-81.454c114.036 53.527 186.182 174.546 186.182 279.272 0 109.382-88.437 197.818-197.818 197.818v0zM197.818 258.909l-23.273-46.546h-34.909l23.273 46.546h-34.909v69.818h69.818v-69.818zM290.909 258.909l-23.272-46.546h-34.909l23.272 46.546h-34.909v69.818h69.818v-69.818z" horiz-adv-x="442" />
<glyph unicode="&#xe6b1;" d="M209.454 468.363c-109.382 0-197.818-88.436-197.818-197.818s88.436-197.818 197.818-197.818h11.637v-81.454c114.036 53.527 186.182 174.546 186.182 279.272 0 109.382-88.437 197.818-197.818 197.818v0zM197.818 258.909l-23.273-46.546h-34.909l23.273 46.546h-34.909v69.818h69.818v-69.818zM290.909 258.909l-23.272-46.546h-34.909l23.272 46.546h-34.909v69.818h69.818v-69.818z" horiz-adv-x="442" />
<glyph unicode="&#xe6b2;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM512 96l-128 102.4v-102.4h-256v256h256v-102.4l128 102.4v-256z" horiz-adv-x="640" />
<glyph unicode="&#xe6b3;" d="M434.087 402.087h-271.582l89.043-89.043h48.974v-48.974l13.356-13.357 75.687 62.331v-138.018l89.043-89.043v271.582c0 24.487-20.035 44.522-44.522 44.522v0zM40.069 468.87l-28.939-28.939 44.522-44.522c-13.356-6.678-22.261-22.261-22.261-37.844v-267.13c0-24.487 20.035-44.522 44.522-44.522h327.235l44.522-44.522 28.939 28.939-438.539 438.539zM122.435 313.043h15.583l162.505-162.505v-15.582h-178.087v178.087z" />
<glyph unicode="&#xe6b4;" d="M219.429 467.81c-121.905 0-219.429-97.524-219.429-219.429v-170.667c0-41.447 31.695-73.143 73.143-73.143h73.143v195.048h-97.524v48.762c0 95.085 75.581 170.666 170.667 170.666s170.667-75.581 170.667-170.666v-48.762h-97.524v-195.048h73.143c41.447 0 73.143 31.695 73.143 73.143v170.667c0 121.905-97.524 219.429-219.429 219.429v0z" horiz-adv-x="439" />
<glyph unicode="&#xe6b5;" d="M209.454 480c-116.364 0-209.454-93.091-209.454-209.454v-162.909c0-39.563 30.255-69.818 69.818-69.818h69.818v186.182h-93.091v46.546c0 90.763 72.145 162.909 162.909 162.909s162.909-72.146 162.909-162.909v-46.546h-93.091v-186.182h93.091v-23.272h-162.909v-46.546h139.637c39.563 0 69.818 30.255 69.818 69.818v232.728c0 116.363-93.091 209.454-209.454 209.454v0z" horiz-adv-x="419" />
<glyph unicode="&#xe6b6;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM281.6 44.8h-51.2v51.2h51.2v-51.2zM335.36 241.92l-23.040-23.040c-20.48-17.92-30.72-33.28-30.72-71.68h-51.2v12.8c0 28.16 10.24 53.76 30.72 71.68l30.72 33.28c10.24 7.68 15.36 20.48 15.36 35.84 0 28.16-23.040 51.2-51.2 51.2s-51.2-23.040-51.2-51.2h-51.2c0 56.32 46.080 102.4 102.4 102.4s102.4-46.080 102.4-102.4c0-23.040-10.24-43.52-23.040-58.88v0z" />
<glyph unicode="&#xe6b7;" d="M512 480h-448c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h448c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM256 128h-48v64h-64v-64h-48v192h48v-80h64v80h48v-192zM480 160c0-19.2-12.8-32-32-32h-25.6v-48h-48v48h-22.4c-19.2 0-32 12.8-32 32v128c0 19.2 12.8 32 32 32h96c19.2 0 32-12.8 32-32v-128zM368 176h64v96h-64v-96z" horiz-adv-x="576" />
<glyph unicode="&#xe6b8;" d="M256 467.81c-85.334 0-160.915-46.324-199.924-117.029l-56.076 56.076v-158.476h158.476l-68.266 68.266c31.695 60.952 92.647 102.4 165.791 102.4 99.962 0 182.857-82.895 182.857-182.857s-82.895-182.857-182.857-182.857c-80.457 0-146.286 51.2-173.105 121.905h-51.2c26.819-97.524 117.028-170.667 224.305-170.667 129.219 0 231.619 104.838 231.619 231.619s-104.838 231.619-231.619 231.619v0zM219.429 345.905v-124.343l114.59-68.267 19.505 31.695-97.524 58.514v102.4h-36.572z" horiz-adv-x="488" />
<glyph unicode="&#xe6b9;" d="M215.579 8.421v161.684h107.79v-161.684h134.737v215.579h80.842l-269.474 242.526-269.474-242.526h80.842v-215.579h134.737z" horiz-adv-x="539" />
<glyph unicode="&#xe6ba;" d="M332.8 428.8v51.2h-256v-51.2h-76.8v-460.8h153.6v51.2h102.4v-51.2h153.6v460.8h-76.8zM179.2 96h-51.2v51.2h51.2v-51.2zM179.2 198.4h-51.2v51.2h51.2v-51.2zM179.2 300.8h-51.2v51.2h51.2v-51.2zM281.6 96h-51.2v51.2h51.2v-51.2zM281.6 198.4h-51.2v51.2h51.2v-51.2zM281.6 300.8h-51.2v51.2h51.2v-51.2z" horiz-adv-x="410" />
<glyph unicode="&#xe6bb;" d="M311.652 313.043h-22.261v44.522c0 62.33-48.974 111.305-111.305 111.305s-111.305-48.974-111.305-111.305v-44.522h-22.261c-24.487 0-44.522-20.035-44.522-44.522v-222.608c0-24.487 20.035-44.522 44.522-44.522h267.13c24.487 0 44.522 20.035 44.522 44.522v222.608c0 24.487-20.035 44.522-44.522 44.522v0zM178.087 112.695c-24.487 0-44.522 20.035-44.522 44.522s20.035 44.522 44.522 44.522c24.487 0 44.522-20.035 44.522-44.522s-20.035-44.522-44.522-44.522v0zM247.095 313.043h-138.018v44.522c0 37.844 31.165 69.008 69.008 69.008s69.008-31.165 69.008-69.008v-44.522z" horiz-adv-x="356" />
<glyph unicode="&#xe6bc;" d="M512 24.889v398.222c0 31.289-25.6 56.889-56.889 56.889h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v0zM156.445 181.334l71.111-85.334 99.555 128 128-170.667h-398.222l99.555 128z" />
<glyph unicode="&#xe6bd;" d="M113.778 480l-113.778-113.778h85.334v-199.111h56.889v199.111h85.333l-113.778 113.778zM312.889 81.778v199.111h-56.889v-199.111h-85.334l113.778-113.778 113.778 113.778h-85.334z" horiz-adv-x="398" />
<glyph unicode="&#xe6be;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 138.666h-113.778c0-48.356-36.978-85.334-85.334-85.334s-85.334 36.978-85.334 85.334h-113.778v284.445h398.222v-284.445zM369.778 280.889h-56.889v85.334h-113.778v-85.334h-56.889l113.778-113.778 113.778 113.778z" />
<glyph unicode="&#xe6bf;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM281.6 96h-51.2v153.6h51.2v-153.6zM281.6 300.8h-51.2v51.2h51.2v-51.2z" />
<glyph unicode="&#xe6c0;" d="M230.4 96h51.2v153.6h-51.2v-153.6zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0zM230.4 300.8h51.2v51.2h-51.2v-51.2z" />
<glyph unicode="&#xe6c1;" d="M398.222 224c0 79.644-62.578 142.222-142.222 142.222v-284.444c79.645 0 142.222 62.578 142.222 142.222v0zM455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 24.889h-199.111v56.889c-79.644 0-142.222 62.578-142.222 142.222s62.578 142.222 142.222 142.222v56.889h199.111v-398.222z" />
<glyph unicode="&#xe6c2;" d="M256 224v204.8h25.6v51.2h-256v-51.2h25.6v-204.8l-51.2-51.2v-51.2h133.12v-153.6h40.96v153.6h133.12v51.2l-51.2 51.2z" horiz-adv-x="307" />
<glyph unicode="&#xe6c3;" d="M256 224v204.8h25.6v51.2h-256v-51.2h25.6v-204.8l-51.2-51.2v-51.2h133.12v-153.6h40.96v153.6h133.12v51.2l-51.2 51.2z" horiz-adv-x="307" />
<glyph unicode="&#xe6c4;" d="M658.285 480h-585.143c-40.228 0-73.143-32.914-73.143-73.143v-365.714c0-40.228 32.914-73.143 73.143-73.143h585.143c40.228 0 73.143 32.914 73.143 73.143v365.714c0 40.228-32.914 73.143-73.143 73.143v0zM329.143 370.286h73.143v-73.143h-73.143v73.143zM329.143 260.572h73.143v-73.143h-73.143v73.143zM219.429 370.286h73.143v-73.143h-73.143v73.143zM219.429 260.572h73.143v-73.143h-73.143v73.143zM182.857 187.428h-73.143v73.143h73.143v-73.143zM182.857 297.143h-73.143v73.143h73.143v-73.143zM512 41.143h-292.572v73.143h292.572v-73.143zM512 187.428h-73.143v73.143h73.143v-73.143zM512 297.143h-73.143v73.143h73.143v-73.143zM621.715 187.428h-73.143v73.143h73.143v-73.143zM621.715 297.143h-73.143v73.143h73.143v-73.143z" horiz-adv-x="732" />
<glyph unicode="&#xe6c5;" d="M345.6 249.6c20.48 0 38.4 17.92 38.4 38.4s-17.92 38.4-38.4 38.4c-20.48 0-38.4-17.92-38.4-38.4s17.92-38.4 38.4-38.4v0zM166.4 249.6c20.48 0 38.4 17.92 38.4 38.4s-17.92 38.4-38.4 38.4c-20.48 0-38.4-17.92-38.4-38.4s17.92-38.4 38.4-38.4v0zM256 70.4c66.56 0 122.88 43.52 145.92 102.4h-291.84c23.040-58.88 79.36-102.4 145.92-102.4v0zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe6c6;" d="M79.644 462.933l261.689-261.689 261.689 261.689 79.644-79.644-341.334-341.334-341.334 341.334 79.644 79.644z" horiz-adv-x="683" />
<glyph unicode="&#xe6c7;" d="M311.139 42.831l-181.169 181.169 181.169 181.169-55.139 55.139-236.308-236.308 236.308-236.308 55.139 55.139z" horiz-adv-x="355" />
<glyph unicode="&#xe6c8;" d="M3.938 34.954l181.169 177.231-181.169 181.169 55.139 55.138 236.308-236.308-236.308-236.308-55.139 59.077z" horiz-adv-x="355" />
<glyph unicode="&#xe6c9;" d="M79.644 30.578l261.689 261.689 261.689-261.689 79.644 79.644-341.334 341.334-341.334-341.334 79.644-79.644z" horiz-adv-x="683" />
<glyph unicode="&#xe6ca;" d="M768 266.667h-605.866l153.6 153.6-59.733 59.733-256-256 256-256 59.733 59.733-153.6 153.6h605.866v85.334z" horiz-adv-x="768" />
<glyph unicode="&#xe6cb;" d="M236.308 346.092l181.169-181.169 55.139 55.139-236.308 236.308-236.308-236.308 55.139-55.139 181.169 181.169zM0-32h472.615v78.769h-472.615v-78.769z" horiz-adv-x="473" />
<glyph unicode="&#xe6cc;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM1792 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM1024 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0z" horiz-adv-x="2048" />
<glyph unicode="&#xe6cd;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-256c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v256c0 28.16-23.040 51.2-51.2 51.2v0zM230.4 403.2h51.2v-51.2h-51.2v51.2zM230.4 326.4h51.2v-51.2h-51.2v51.2zM153.6 403.2h51.2v-51.2h-51.2v51.2zM153.6 326.4h51.2v-51.2h-51.2v51.2zM128 275.2h-51.2v51.2h51.2v-51.2zM128 352h-51.2v51.2h51.2v-51.2zM358.4 172.8h-204.8v51.2h204.8v-51.2zM358.4 275.2h-51.2v51.2h51.2v-51.2zM358.4 352h-51.2v51.2h51.2v-51.2zM435.2 275.2h-51.2v51.2h51.2v-51.2zM435.2 352h-51.2v51.2h51.2v-51.2zM256-32l102.4 102.4h-204.8l102.4-102.4z" />
<glyph unicode="&#xe6ce;" d="M746.667 437.334v-170.667h-563.2l153.6 153.6-59.733 59.734-256-256 256-256 59.733 59.733-153.6 153.6h648.534v256h-85.333z" horiz-adv-x="896" />
<glyph unicode="&#xe6cf;" d="M473.6 420.267l153.6-153.6h-605.866v-85.334h605.866l-153.6-153.6 59.734-59.734 256 256-256 256-59.733-59.733zM832 480v-512h85.333v512h-85.333z" horiz-adv-x="982" />
<glyph unicode="&#xe6d0;" d="M170.667 175.238c41.447 0 73.143 31.695 73.143 73.143v146.286c0 41.447-31.695 73.143-73.143 73.143s-73.143-31.695-73.143-73.143v-146.286c0-41.448 31.695-73.143 73.143-73.143v0zM299.885 248.381c0-73.143-60.952-124.343-129.219-124.343s-129.219 51.2-129.219 124.343h-41.447c0-82.895 65.828-151.162 146.286-163.353v-80.457h48.762v80.457c80.457 12.19 146.286 80.457 146.286 163.352h-41.447z" horiz-adv-x="342" />
<glyph unicode="&#xe6d1;" d="M552.229 450.743c-10.971 18.286-32.914 29.257-58.514 29.257h-402.286c-40.228 0-73.143-32.914-73.143-73.143v-365.714c0-40.228 32.914-73.143 73.143-73.143h402.286c25.6 0 47.543 10.971 58.514 29.257l160.914 226.743-160.914 226.743z" horiz-adv-x="768" />
<glyph unicode="&#xe6d2;" d="M552.229 450.743c-10.971 18.286-32.914 29.257-58.514 29.257h-402.286c-40.228 0-73.143-32.914-73.143-73.143v-365.714c0-40.228 32.914-73.143 73.143-73.143h402.286c25.6 0 47.543 10.971 58.514 29.257l160.914 226.743-160.914 226.743zM493.714 41.143h-402.286v365.714h402.286l128-182.857-128-182.857z" horiz-adv-x="768" />
<glyph unicode="&#xe6d3;" d="M554.667 480l-162.134-213.333 123.734-162.134-68.267-51.2c-72.534 93.867-192 256-192 256l-256-341.334h938.667l-384 512z" horiz-adv-x="939" />
<glyph unicode="&#xe6d4;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM432.64 326.4h-74.24c-7.68 33.28-20.48 61.44-35.84 92.16 46.080-17.92 87.040-48.64 110.080-92.16v0zM256 428.8c20.48-30.72 38.4-64 48.64-102.4h-97.28c10.24 35.84 28.16 71.68 48.64 102.4v0zM58.88 172.8c-5.12 15.36-7.68 33.28-7.68 51.2s2.56 35.84 7.68 51.2h87.040c-2.56-17.92-2.56-33.28-2.56-51.2s2.56-33.28 2.56-51.2h-87.040zM79.36 121.6h74.24c7.68-33.28 20.48-61.44 35.84-92.16-46.080 17.92-87.040 48.64-110.080 92.16v0zM153.6 326.4h-74.24c25.6 43.52 64 74.24 110.080 92.16-15.36-30.72-28.16-58.88-35.84-92.16v0zM256 19.2c-20.48 30.72-38.4 64-48.64 102.4h97.28c-10.24-35.84-28.16-71.68-48.64-102.4v0zM314.88 172.8h-117.76c-2.56 17.92-5.12 33.28-5.12 51.2s2.56 33.28 5.12 51.2h120.32c2.56-17.92 5.12-33.28 5.12-51.2s-5.12-33.28-7.68-51.2v0zM322.56 29.44c15.36 28.16 28.16 58.88 35.84 92.16h74.24c-23.040-43.52-64-74.24-110.080-92.16v0zM368.64 172.8c2.56 17.92 2.56 33.28 2.56 51.2s-2.56 33.28-2.56 51.2h87.040c5.12-15.36 7.68-33.28 7.68-51.2s-2.56-35.84-7.68-51.2h-87.040z" />
<glyph unicode="&#xe6d5;" d="M640 32c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64h-512c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h-128v-64h768v64h-128zM128 416h512v-320h-512v320z" horiz-adv-x="768" />
<glyph unicode="&#xe6d6;" d="M455.111 24.889h-398.222v398.222h199.111v56.889h-199.111c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v199.111h-56.889v-199.111zM312.889 480v-56.889h102.4l-278.755-278.755 39.822-39.822 278.755 278.755v-102.4h56.889v199.111h-199.111z" />
<glyph unicode="&#xe6d7;" d="M256 181.334h341.333v85.334h-341.334v-85.334zM81.067 224c0 98.134 76.8 174.933 174.933 174.933h128v81.067h-128c-140.8 0-256-115.2-256-256s115.2-256 256-256h128v81.067h-128c-98.133 0-174.934 76.8-174.934 174.934v0zM597.333 480h-128v-81.067h128c98.134 0 174.933-76.8 174.933-174.933s-76.8-174.933-174.933-174.933h-128v-81.067h128c140.8 0 256 115.2 256 256s-115.2 256-256 256v0z" horiz-adv-x="854" />
<glyph unicode="&#xe6d8;" d="M0 172.8h102.4v102.4h-102.4v-102.4zM0-32h102.4v102.4h-102.4v-102.4zM0 377.6h102.4v102.4h-102.4v-102.4zM204.8 172.8h716.8v102.4h-716.8v-102.4zM204.8-32h716.8v102.4h-716.8v-102.4zM204.8 480v-102.4h716.8v102.4h-716.8z" horiz-adv-x="922" />
<glyph unicode="&#xe6d9;" d="M356.174 468.87h-311.652c-24.487 0-44.522-20.035-44.522-44.522v-311.652c0-24.487 20.035-44.522 44.522-44.522h89.043l66.782-66.782 66.782 66.783h89.043c24.487 0 44.522 20.035 44.522 44.522v311.652c0 24.487-20.035 44.522-44.522 44.522v0zM222.608 112.695h-44.522v44.522h44.522v-44.522zM269.356 284.105l-20.035-20.035c-17.809-15.583-26.713-28.939-26.713-62.33h-44.522v11.13c0 24.487 8.905 46.748 26.713 62.331l26.713 28.939c8.905 6.678 13.357 17.808 13.357 31.165 0 24.487-20.035 44.522-44.522 44.522s-44.522-20.035-44.522-44.522h-44.522c0 48.974 40.070 89.043 89.043 89.043s89.043-40.069 89.043-89.043c0-20.035-8.904-37.843-20.035-51.2v0z" horiz-adv-x="401" />
<glyph unicode="&#xe6da;" d="M0 224h256v-256h28.445l227.555 512-512-227.555v-28.445z" />
<glyph unicode="&#xe6db;" d="M292.572 248.381v146.286l-73.143 73.143-73.143-73.143v-48.762h-146.286v-341.333h438.857v243.81h-146.286zM97.524 53.334h-48.762v48.762h48.762v-48.762zM97.524 150.857h-48.762v48.762h48.762v-48.762zM97.524 248.381h-48.762v48.762h48.762v-48.762zM243.81 53.334h-48.762v48.762h48.762v-48.762zM243.81 150.857h-48.762v48.762h48.762v-48.762zM243.81 248.381h-48.762v48.762h48.762v-48.762zM243.81 345.905h-48.762v48.762h48.762v-48.762zM390.095 53.334h-48.762v48.762h48.762v-48.762zM390.095 150.857h-48.762v48.762h48.762v-48.762z" horiz-adv-x="439" />
<glyph unicode="&#xe6dc;" d="M463.127 247.273c-11.637 97.746-88.436 174.545-183.854 183.855v48.873h-46.546v-48.873c-25.6-2.327-51.2-9.309-74.472-20.945l34.909-34.909c20.946 6.982 41.891 11.636 62.836 11.636 90.764 0 162.909-72.145 162.909-162.909 0-20.945-4.654-41.891-11.637-62.837l34.909-34.909c11.637 23.272 18.618 46.546 23.272 74.472h46.546v46.546h-48.873zM46.545 403.2l46.545-46.546c-23.272-30.255-39.563-67.491-44.218-109.382h-48.873v-46.545h48.873c11.636-97.745 88.436-174.546 183.855-183.854v-48.873h46.545v48.873c41.891 4.654 79.127 20.945 109.382 46.546l46.546-46.546 30.255 30.255-388.654 386.327-30.255-30.255zM356.072 96c-27.928-23.272-62.837-34.909-100.072-34.909-90.763 0-162.909 72.145-162.909 162.909 0 37.236 11.636 72.145 34.909 100.072l228.072-228.072z" />
<glyph unicode="&#xe6dd;" d="M463.127 247.273c-11.637 97.746-88.436 174.545-183.854 183.855v48.873h-46.546v-48.873c-97.745-9.309-174.546-86.109-183.855-183.855h-48.873v-46.545h48.873c11.636-97.745 88.436-174.546 183.855-183.854v-48.873h46.546v48.873c97.745 11.637 174.546 88.437 183.855 183.855h48.872v46.546h-48.873zM256 61.091c-90.763 0-162.909 72.145-162.909 162.909s72.145 162.909 162.909 162.909c90.764 0 162.909-72.145 162.909-162.909s-72.145-162.909-162.909-162.909v0z" />
<glyph unicode="&#xe6de;" d="M311.652 313.043h-22.261v44.522c0 62.33-48.974 111.305-111.305 111.305s-111.305-48.974-111.305-111.305v-44.522h-22.261c-24.487 0-44.522-20.035-44.522-44.522v-222.608c0-24.487 20.035-44.522 44.522-44.522h267.13c24.487 0 44.522 20.035 44.522 44.522v222.608c0 24.487-20.035 44.522-44.522 44.522v0zM178.087 112.695c-24.487 0-44.522 20.035-44.522 44.522s20.035 44.522 44.522 44.522c24.487 0 44.522-20.035 44.522-44.522s-20.035-44.522-44.522-44.522v0zM247.095 313.043h-138.018v44.522c0 37.844 31.165 69.008 69.008 69.008s69.008-31.165 69.008-69.008v-44.522z" horiz-adv-x="356" />
<glyph unicode="&#xe6df;" d="M178.087 112.695c24.487 0 44.522 20.035 44.522 44.522s-20.035 44.522-44.522 44.522c-24.487 0-44.522-20.035-44.522-44.522s20.035-44.522 44.522-44.522v0zM311.652 313.043h-22.261v44.522c0 62.33-48.974 111.305-111.305 111.305s-111.305-48.974-111.305-111.305h42.295c0 37.844 31.165 69.008 69.008 69.008s69.008-31.165 69.008-69.008v-44.522h-202.574c-24.487 0-44.522-20.035-44.522-44.522v-222.608c0-24.487 20.035-44.522 44.522-44.522h267.13c24.487 0 44.522 20.035 44.522 44.522v222.608c0 24.487-20.035 44.522-44.522 44.522v0zM311.652 45.913h-267.13v222.608h267.13v-222.608z" horiz-adv-x="356" />
<glyph unicode="&#xe6e0;" d="M311.652 313.043h-22.261v44.522c0 62.33-48.974 111.305-111.305 111.305s-111.305-48.974-111.305-111.305v-44.522h-22.261c-24.487 0-44.522-20.035-44.522-44.522v-222.608c0-24.487 20.035-44.522 44.522-44.522h267.13c24.487 0 44.522 20.035 44.522 44.522v222.608c0 24.487-20.035 44.522-44.522 44.522v0zM178.087 426.574c37.844 0 69.008-31.165 69.008-69.009v-44.522h-135.792v44.522h-2.226c0 37.844 31.165 69.008 69.008 69.008v0zM311.652 45.913h-267.13v222.608h267.13v-222.608zM178.087 112.695c24.487 0 44.522 20.035 44.522 44.522s-20.035 44.522-44.522 44.522c-24.487 0-44.522-20.035-44.522-44.522s20.035-44.522 44.522-44.522v0z" horiz-adv-x="356" />
<glyph unicode="&#xe6e1;" d="M186.182 410.182v69.818l-93.091-93.091 93.091-93.091v69.818c76.8 0 139.636-62.837 139.636-139.637 0-23.272-6.982-46.546-16.291-65.163l34.909-34.909c16.291 30.255 27.928 62.837 27.928 100.072 0 102.4-83.782 186.182-186.182 186.182v0zM186.182 84.363c-76.8 0-139.637 62.837-139.637 139.637 0 23.273 6.982 46.546 16.291 65.163l-34.909 34.909c-16.291-30.255-27.927-62.837-27.927-100.072 0-102.4 83.782-186.182 186.182-186.182v-69.818l93.091 93.091-93.091 93.091v-69.818z" horiz-adv-x="373" />
<glyph unicode="&#xe6e2;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 352l-256-160-256 160v64l256-160 256 160v-64z" horiz-adv-x="640" />
<glyph unicode="&#xe6e3;" d="M497.778 480h-5.689l-150.756-59.733-170.667 59.733-159.289-54.044c-5.689-2.845-11.378-5.689-11.378-14.222v-429.511c0-8.534 5.689-14.222 14.222-14.222h5.689l150.756 59.733 170.666-59.733 159.289 54.044c5.689 2.844 11.378 8.534 11.378 14.222v429.511c0 8.534-5.689 14.222-14.222 14.222v0zM341.334 24.889l-170.667 59.733v338.489l170.667-59.733v-338.489z" />
<glyph unicode="&#xe6e4;" d="M563.2 377.6l51.2 51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2-51.2-51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2 51.2 51.2-51.2 51.2zM512 326.4l-204.8-128-204.8 128v51.2l204.8-128 204.8 128v-51.2z" horiz-adv-x="615" />
<glyph unicode="&#xe6e5;" d="M341.334 309.333h-170.667v-170.666h170.667v170.666zM284.445 195.555h-56.889v56.889h56.889v-56.889zM512 252.445v56.889h-56.889v56.889c0 31.289-25.6 56.889-56.889 56.889h-56.889v56.889h-56.889v-56.889h-56.889v56.889h-56.889v-56.889h-56.889c-31.289 0-56.889-25.6-56.889-56.889v-56.889h-56.889v-56.889h56.889v-56.889h-56.889v-56.889h56.889v-56.889c0-31.289 25.6-56.889 56.889-56.889h56.889v-56.889h56.889v56.889h56.889v-56.889h56.889v56.889h56.889c31.289 0 56.889 25.6 56.889 56.889v56.889h56.889v56.889h-56.889v56.889h56.889zM398.222 81.778h-284.445v284.445h284.445v-284.445z" />
<glyph unicode="&#xe6e6;" d="M0-32h768v85.334h-768v-85.334zM0 181.334h768v85.334h-768v-85.334zM0 480v-85.334h768v85.334h-768z" horiz-adv-x="768" />
<glyph unicode="&#xe6e7;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM409.6 172.8h-307.2v51.2h307.2v-51.2zM409.6 249.6h-307.2v51.2h307.2v-51.2zM409.6 326.4h-307.2v51.2h307.2v-51.2z" />
<glyph unicode="&#xe6e8;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0z" />
<glyph unicode="&#xe6e9;" d="M170.667 175.238c41.447 0 73.143 31.695 73.143 73.143v146.286c0 41.447-31.695 73.143-73.143 73.143s-73.143-31.695-73.143-73.143v-146.286c0-41.448 31.695-73.143 73.143-73.143v0zM299.885 248.381c0-73.143-60.952-124.343-129.219-124.343s-129.219 51.2-129.219 124.343h-41.447c0-82.895 65.828-151.162 146.286-163.353v-80.457h48.762v80.457c80.457 12.19 146.286 80.457 146.286 163.352h-41.447z" horiz-adv-x="342" />
<glyph unicode="&#xe6ea;" d="M170.667 175.238c41.447 0 73.143 31.695 73.143 73.143v146.286c0 41.447-31.695 73.143-73.143 73.143s-73.143-31.695-73.143-73.143v-146.286c0-41.448 31.695-73.143 73.143-73.143v0zM141.41 397.105c0 17.067 12.191 29.257 29.257 29.257s29.257-12.19 29.257-29.257v-151.162c0-17.066-12.191-29.257-29.257-29.257s-29.257 12.19-29.257 29.257v151.162zM299.885 248.381c0-73.143-60.952-124.343-129.219-124.343s-129.219 51.2-129.219 124.343h-41.447c0-82.895 65.828-151.162 146.286-163.353v-80.457h48.762v80.457c80.457 12.19 146.286 80.457 146.286 163.352h-41.447z" horiz-adv-x="342" />
<glyph unicode="&#xe6eb;" d="M390.095 248.381h-41.447c0-17.066-4.876-34.133-9.752-48.762l29.257-29.257c14.628 21.943 21.943 48.762 21.943 78.019v0zM292.572 243.505v151.162c0 41.447-31.695 73.143-73.143 73.143s-73.143-31.695-73.143-73.143v-4.876l146.286-146.286zM31.695 443.428l-31.695-31.695 146.286-146.286v-17.066c0-41.448 31.695-73.143 73.143-73.143 4.876 0 9.752 0 17.066 2.438l41.447-41.447c-17.067-7.315-36.572-12.19-56.076-12.19-68.266 0-129.219 51.2-129.219 124.343h-43.886c0-82.895 65.829-151.162 146.286-163.353v-80.457h48.762v80.457c21.943 2.438 43.885 12.19 60.952 21.943l102.4-102.4 31.695 31.695-407.162 407.162z" horiz-adv-x="439" />
<glyph unicode="&#xe6ec;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM76.8 172.8l89.6 115.2 64-76.8 89.6 115.2 115.2-153.6h-358.4z" />
<glyph unicode="&#xe6ed;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM345.6 326.4c20.48 0 38.4-17.92 38.4-38.4s-17.92-38.4-38.4-38.4c-20.48 0-38.4 17.92-38.4 38.4s17.92 38.4 38.4 38.4v0zM166.4 326.4c20.48 0 38.4-17.92 38.4-38.4s-17.92-38.4-38.4-38.4c-20.48 0-38.4 17.92-38.4 38.4s17.92 38.4 38.4 38.4v0zM256 70.4c-66.56 0-122.88 43.52-143.36 102.4h286.72c-20.48-58.88-76.8-102.4-143.36-102.4v0z" />
<glyph unicode="&#xe6ee;" d="M625.778 480h-426.666c-19.911 0-34.133-11.378-45.511-25.6l-153.6-230.4 153.6-230.4c11.378-14.222 28.445-25.6 48.356-25.6h423.822c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM256 181.334c-22.756 0-42.666 19.911-42.666 42.666s19.911 42.666 42.666 42.666c22.755 0 42.666-19.911 42.666-42.666s-19.911-42.666-42.666-42.666v0zM398.222 181.334c-22.755 0-42.666 19.911-42.666 42.666s19.911 42.666 42.666 42.666c22.755 0 42.666-19.911 42.666-42.666s-19.911-42.666-42.666-42.666v0zM540.444 181.334c-22.755 0-42.666 19.911-42.666 42.666s19.911 42.666 42.666 42.666c22.755 0 42.667-19.911 42.667-42.666s-19.911-42.666-42.667-42.666v0z" horiz-adv-x="683" />
<glyph unicode="&#xe6ef;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM1792 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM1024 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0z" horiz-adv-x="2048" />
<glyph unicode="&#xe6f0;" d="M64 352c35.2 0 64 28.8 64 64s-28.8 64-64 64c-35.2 0-64-28.8-64-64s28.8-64 64-64v0zM64 288c-35.2 0-64-28.8-64-64s28.8-64 64-64c35.2 0 64 28.8 64 64s-28.8 64-64 64v0zM64 96c-35.2 0-64-28.8-64-64s28.8-64 64-64c35.2 0 64 28.8 64 64s-28.8 64-64 64v0z" horiz-adv-x="128" />
<glyph unicode="&#xe6f1;" d="M209.454 477.673v-183.855h162.909c0 95.418-72.146 172.218-162.909 183.855v0zM0 154.182c0-102.4 83.782-186.182 186.182-186.182s186.182 83.782 186.182 186.182v93.091h-372.363v-93.091zM162.909 477.673c-90.763-11.637-162.909-88.437-162.909-183.855h162.909v183.855z" horiz-adv-x="373" />
<glyph unicode="&#xe6f2;" d="M512 480l64-128h-96l-64 128h-64l64-128h-96l-64 128h-64l64-128h-96l-64 128h-32c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v448h-128z" horiz-adv-x="640" />
<glyph unicode="&#xe6f3;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM256 53.334c-93.867 0-170.667 76.8-170.667 170.667s76.8 170.667 170.667 170.667c93.866 0 170.667-76.8 170.667-170.667s-76.8-170.667-170.667-170.667v0zM369.778 224c0-62.837-50.94-113.778-113.778-113.778s-113.778 50.94-113.778 113.778c0 62.837 50.94 113.778 113.778 113.778s113.778-50.94 113.778-113.778z" />
<glyph unicode="&#xe6f4;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 403.2c40.96 0 76.8-12.8 107.52-35.84l-56.32-56.32c-15.36 10.24-33.28 15.36-51.2 15.36-56.32 0-102.4-46.080-102.4-102.4 0-28.16 10.24-53.76 30.72-71.68l-53.76-53.76c-33.28 30.72-53.76 76.8-53.76 125.44 0 99.84 79.36 179.2 179.2 179.2v0zM381.44 98.56l-53.76 53.76c17.92 17.92 30.72 43.52 30.72 71.68 0 17.92-5.12 35.84-15.36 51.2l56.32 56.32c23.040-30.72 35.84-66.56 35.84-107.52 0-48.64-20.48-94.72-53.76-125.44v0z" />
<glyph unicode="&#xe6f5;" d="M0-32h512v512l-512-512zM460.8 19.2h-84.48v250.88l84.48 87.040v-337.92z" />
<glyph unicode="&#xe6f6;" d="M307.2 480c-115.2 0-222.72-38.4-307.2-102.4l307.2-409.6 307.2 409.6c-84.48 64-192 102.4-307.2 102.4v0zM307.2 344.32c-66.56 0-128-17.92-181.76-48.64l-51.2 69.12c69.12 40.96 148.48 64 232.96 64s163.84-23.040 232.96-64l-51.2-69.12c-53.76 30.72-115.2 48.64-181.76 48.64v0z" horiz-adv-x="615" />
<glyph unicode="&#xe6f7;" d="M520.534 431.644l-45.511 48.356-48.356-48.356-48.356 48.356-48.356-48.356-45.511 48.356-48.356-48.356-45.511 48.356-48.356-48.356-48.356 48.356-45.511-48.356-48.355 48.356v-455.111c0-31.289 25.6-56.889 56.889-56.889h455.111c31.289 0 56.889 25.6 56.889 56.889v455.111l-48.356-48.356zM284.445 24.889h-227.555v199.111h227.555v-199.111zM512 24.889h-199.111v28.445h199.111v-28.445zM512 81.778h-199.111v28.445h199.111v-28.445zM512 138.666h-199.111v28.445h199.111v-28.445zM512 195.555h-199.111v28.445h199.111v-28.445zM512 252.445h-455.111v85.334h455.111v-85.334z" horiz-adv-x="569" />
<glyph unicode="&#xe6f8;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM460.8 19.2h-409.6v409.6h409.6v-409.6zM409.6 377.6h-128c-28.16 0-51.2-23.040-51.2-51.2v-58.88c-15.36-7.68-25.6-25.6-25.6-43.52 0-28.16 23.040-51.2 51.2-51.2s51.2 23.040 51.2 51.2c0 17.92-10.24 35.84-25.6 43.52v58.88h76.8v-204.8h-204.8v204.8h51.2v51.2h-102.4v-307.2h307.2v307.2z" />
<glyph unicode="&#xe6f9;" d="M230.4-32c28.16 0 51.2 23.040 51.2 51.2h-102.4c0-28.16 23.040-51.2 51.2-51.2v0zM396.8 121.6v140.8c0 79.36-53.76 143.36-128 161.28v17.92c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-17.92c-74.24-17.92-128-81.92-128-161.28v-140.8l-51.2-51.2v-25.6h435.2v25.6l-51.2 51.2z" horiz-adv-x="487" />
<glyph unicode="&#xe6fa;" d="M230.4-32c28.16 0 51.2 23.040 51.2 51.2h-102.4c0-28.16 23.040-51.2 51.2-51.2v0zM396.8 121.6v140.8c0 79.36-53.76 143.36-128 161.28v17.92c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-17.92c-74.24-17.92-128-81.92-128-161.28v-140.8l-51.2-51.2v-25.6h435.2v25.6l-51.2 51.2zM345.6 96h-230.4v166.4c0 64 51.2 115.2 115.2 115.2s115.2-51.2 115.2-115.2v-166.4z" horiz-adv-x="487" />
<glyph unicode="&#xe6fb;" d="M217.6-32c28.16 0 51.2 23.040 51.2 51.2h-102.4c0-28.16 23.040-51.2 51.2-51.2v0zM384 262.4c0 79.36-53.76 143.36-128 161.28v17.92c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-17.92c-12.8-2.56-25.6-7.68-35.84-12.8l240.64-240.64v92.16zM376.32 44.8l51.2-51.2 33.28 33.28-427.52 427.52-33.28-33.28 74.24-74.24c-15.36-25.6-23.040-53.76-23.040-84.48v-140.8l-51.2-51.2v-25.6h376.32z" horiz-adv-x="461" />
<glyph unicode="&#xe6fc;" d="M156.16 439.040l-35.84 35.84c-61.44-46.080-102.4-117.76-107.52-199.68h51.2c5.12 69.12 38.4 128 92.16 163.84v0zM499.2 275.2h51.2c-5.12 81.92-43.52 153.6-104.96 199.68l-35.84-35.84c51.2-35.84 84.48-94.72 89.6-163.84v0zM448 262.4c0 79.36-53.76 143.36-128 161.28v17.92c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-17.92c-74.24-17.92-128-81.92-128-161.28v-140.8l-51.2-51.2v-25.6h435.2v25.6l-51.2 51.2v140.8zM281.6-32h10.24c17.92 2.56 30.72 15.36 35.84 30.72 2.56 5.12 5.12 12.8 5.12 20.48h-102.4c0-28.16 23.040-51.2 51.2-51.2v0z" horiz-adv-x="589" />
<glyph unicode="&#xe6fd;" d="M230.4-32c28.16 0 51.2 23.040 51.2 51.2h-102.4c0-28.16 23.040-51.2 51.2-51.2v0zM396.8 121.6v140.8c0 79.36-53.76 143.36-128 161.28v17.92c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-17.92c-74.24-17.92-128-81.92-128-161.28v-140.8l-51.2-51.2v-25.6h435.2v25.6l-51.2 51.2zM294.4 280.32l-71.68-87.040h71.68v-46.080h-128v46.080l71.68 87.040h-71.68v46.080h128v-46.080z" horiz-adv-x="487" />
<glyph unicode="&#xe6fe;" d="M0 423.111v-170.667h142.222l-28.445 113.778 113.778-28.444v142.222h-170.667c-31.289 0-56.889-25.6-56.889-56.889v0zM142.222 195.555h-142.222v-170.666c0-31.289 25.6-56.889 56.889-56.889h170.667v136.534l-113.778-22.755 28.444 113.778zM398.222 81.778l-113.778 22.755v-136.534h170.667c31.289 0 56.889 25.6 56.889 56.889v170.667h-136.534l22.755-113.778zM455.111 480h-170.667v-142.222l113.778 28.444-28.445-113.778h142.222v170.666c0 31.289-25.6 56.889-56.889 56.889v0z" />
<glyph unicode="&#xe6ff;" d="M256 480c-142.222 0-256-113.778-256-256s113.778-256 256-256c22.755 0 42.666 19.911 42.666 42.666 0 11.378-2.844 19.911-11.378 28.445-5.689 8.534-11.378 17.067-11.378 28.445 0 22.755 19.911 42.666 42.666 42.666h51.2c79.644 0 142.222 62.578 142.222 142.222 0 125.155-113.778 227.556-256 227.556v0zM99.555 224c-22.755 0-42.666 19.911-42.666 42.666s19.911 42.666 42.666 42.666c22.755 0 42.666-19.911 42.666-42.666s-19.911-42.666-42.666-42.666v0zM184.889 337.778c-22.756 0-42.666 19.911-42.666 42.666s19.911 42.666 42.666 42.666c22.756 0 42.666-19.911 42.666-42.666s-19.911-42.666-42.666-42.666v0zM327.111 337.778c-22.755 0-42.666 19.911-42.666 42.666s19.911 42.666 42.666 42.666c22.755 0 42.666-19.911 42.666-42.666s-19.911-42.666-42.666-42.666v0zM412.445 224c-22.755 0-42.666 19.911-42.666 42.666s19.911 42.666 42.666 42.666c22.755 0 42.666-19.911 42.666-42.666s-19.911-42.666-42.666-42.666v0z" />
<glyph unicode="&#xe700;" d="M704 32v384c0 35.2-28.8 64-64 64h-576c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v0zM240 208l80-96 112 144 144-192h-448l112 144z" horiz-adv-x="704" />
<glyph unicode="&#xe701;" d="M512 423.111h-91.022l-51.2 56.889h-170.667l-51.2-56.889h-91.022c-31.289 0-56.889-25.6-56.889-56.889v-341.334c0-31.289 25.6-56.889 56.889-56.889h455.111c31.289 0 56.889 25.6 56.889 56.889v341.334c0 31.289-25.6 56.889-56.889 56.889v0zM284.445 337.778c45.511 0 88.178-22.756 113.778-56.889h-113.778c-48.356 0-85.334-36.978-85.334-85.334 0-11.378 2.845-19.911 5.689-28.445h-59.733c-2.845 8.534-2.845 19.911-2.845 28.445 0 79.644 62.578 142.222 142.222 142.222v0zM284.445 53.334c-45.511 0-88.178 22.755-113.778 56.889h113.778c48.356 0 85.334 36.978 85.334 85.334 0 11.378-2.844 19.911-5.689 28.445h59.733c2.844-8.534 2.844-19.911 2.844-28.445 0-79.644-62.578-142.222-142.222-142.222v0z" horiz-adv-x="569" />
<glyph unicode="&#xe702;" d="M0-32h146.286v512h-146.286v-512zM292.572 480v-512h146.286v512h-146.286z" horiz-adv-x="439" />
<glyph unicode="&#xe703;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM230.4 121.6h-51.2v204.8h51.2v-204.8zM332.8 121.6h-51.2v204.8h51.2v-204.8z" />
<glyph unicode="&#xe704;" d="M179.2 121.6h51.2v204.8h-51.2v-204.8zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0zM281.6 121.6h51.2v204.8h-51.2v-204.8z" />
<glyph unicode="&#xe705;" d="M548.572 260.572c62.172 0 109.715 47.543 109.715 109.714s-47.543 109.714-109.715 109.714c-62.171 0-109.714-47.543-109.714-109.714s47.543-109.714 109.714-109.714v0zM256 260.572c62.171 0 109.714 47.543 109.714 109.714s-47.543 109.714-109.714 109.714c-62.172 0-109.714-47.543-109.714-109.714s47.543-109.714 109.714-109.714v0zM256 187.428c-84.115 0-256-43.885-256-128v-91.428h512v91.428c0 84.115-171.885 128-256 128v0zM548.572 187.428c-10.971 0-21.943 0-36.572-3.657 43.885-29.257 73.143-73.143 73.143-124.343v-91.428h219.428v91.428c0 84.115-171.885 128-256 128v0z" horiz-adv-x="805" />
<glyph unicode="&#xe706;" d="M256 224c70.4 0 128 57.6 128 128s-57.6 128-128 128c-70.4 0-128-57.6-128-128s57.6-128 128-128v0zM256 160c-86.4 0-256-41.6-256-128v-64h512v64c0 86.4-169.6 128-256 128v0z" />
<glyph unicode="&#xe707;" d="M448 224c70.4 0 128 57.6 128 128s-57.6 128-128 128c-70.4 0-128-57.6-128-128s57.6-128 128-128v0zM160 288v96h-64v-96h-96v-64h96v-96h64v96h96v64h-96zM448 160c-86.4 0-256-41.6-256-128v-64h512v64c0 86.4-169.6 128-256 128v0z" horiz-adv-x="704" />
<glyph unicode="&#xe708;" d="M356.174 468.87h-311.652c-24.487 0-44.522-20.035-44.522-44.522v-311.652c0-24.487 20.035-44.522 44.522-44.522h89.043l66.782-66.782 66.782 66.783h89.043c24.487 0 44.522 20.035 44.522 44.522v311.652c0 24.487-20.035 44.522-44.522 44.522v0zM200.348 395.409c33.392 0 60.104-26.713 60.104-60.105s-26.713-60.104-60.105-60.104c-33.392 0-60.105 26.713-60.105 60.104s26.713 60.105 60.105 60.105v0zM333.913 157.217h-267.13v20.035c0 44.522 89.043 69.008 133.565 69.008s133.565-24.487 133.565-69.008v-20.035z" horiz-adv-x="401" />
<glyph unicode="&#xe709;" d="M256 419.2c38.4 0 67.2-28.8 67.2-67.2s-28.8-67.2-67.2-67.2c-38.4 0-67.2 28.8-67.2 67.2s28.8 67.2 67.2 67.2v0zM256 131.2c96 0 195.2-48 195.2-67.2v-35.2h-390.4v35.2c0 19.2 99.2 67.2 195.2 67.2v0zM256 480c-70.4 0-128-57.6-128-128s57.6-128 128-128c70.4 0 128 57.6 128 128s-57.6 128-128 128v0 0zM256 192c-86.4 0-256-41.6-256-128v-96h512v96c0 86.4-169.6 128-256 128v0 0z" />
<glyph unicode="&#xe70a;" d="M279.272 480h-232.727c-25.6 0-46.545-20.945-46.545-46.546v-418.909c0-25.6 20.945-46.546 46.545-46.546h232.727c25.6 0 46.546 20.945 46.546 46.546v418.909c0 25.6-20.945 46.546-46.546 46.546v0zM279.272 61.091h-232.727v325.818h232.727v-325.818z" horiz-adv-x="326" />
<glyph unicode="&#xe70b;" d="M102.4 258.134c39.822-79.644 108.089-145.067 187.734-187.734l62.578 62.578c8.534 8.534 19.911 11.378 28.445 5.689 31.289-11.378 65.422-17.067 102.4-17.067 17.067 0 28.444-11.378 28.444-28.445v-96.711c0-17.067-11.378-28.445-28.445-28.445-267.378 0-483.555 216.178-483.555 483.555 0 17.067 11.378 28.445 28.445 28.445h99.555c17.066 0 28.445-11.378 28.445-28.445 0-34.134 5.689-68.267 17.066-102.4 2.845-8.534 0-19.911-5.689-28.445l-65.422-62.578z" />
<glyph unicode="&#xe70c;" d="M299.52 262.4l58.88 58.88v-97.28h12.8l74.24 74.24-56.32 53.76 53.76 53.76-71.68 74.24h-12.8v-97.28l-58.88 58.88-17.92-17.92 71.68-71.68-71.68-71.68 17.92-17.92zM384 431.36l23.040-23.040-23.040-25.6v48.64zM384 321.28l23.040-23.040-23.040-25.6v48.64zM435.2 108.8c-30.72 0-61.44 5.12-92.16 15.36-7.68 2.56-17.92 0-25.6-5.12l-56.32-56.32c-71.68 35.84-130.56 97.28-168.96 168.96l56.32 56.32c7.68 7.68 10.24 17.92 5.12 25.6-7.68 28.16-12.8 58.88-12.8 89.6 0 15.36-10.24 25.6-25.6 25.6h-89.6c-15.36 0-25.6-10.24-25.6-25.6 0-240.64 194.56-435.2 435.2-435.2 15.36 0 25.6 10.24 25.6 25.6v89.6c0 15.36-10.24 25.6-25.6 25.6v0z" horiz-adv-x="461" />
<glyph unicode="&#xe70d;" d="M384 224l128 128-128 128v-76.8h-102.4v-102.4h102.4v-76.8zM435.2 108.8c-30.72 0-61.44 5.12-92.16 15.36-7.68 2.56-17.92 0-25.6-5.12l-56.32-56.32c-71.68 35.84-130.56 97.28-168.96 168.96l56.32 56.32c7.68 7.68 10.24 17.92 5.12 25.6-7.68 28.16-12.8 58.88-12.8 89.6 0 15.36-10.24 25.6-25.6 25.6h-89.6c-15.36 0-25.6-10.24-25.6-25.6 0-240.64 194.56-435.2 435.2-435.2 15.36 0 25.6 10.24 25.6 25.6v89.6c0 15.36-10.24 25.6-25.6 25.6v0z" />
<glyph unicode="&#xe70e;" d="M483.555 124.445c-34.133 0-68.267 5.689-102.4 17.067-8.534 2.844-19.911 0-28.445-5.689l-62.578-62.578c-79.644 39.822-145.066 108.089-187.733 187.733l62.578 62.578c8.534 8.534 11.378 19.911 5.689 28.444-8.534 31.289-14.222 65.422-14.222 99.556 0 17.066-11.378 28.444-28.445 28.444h-99.555c-17.067 0-28.445-11.378-28.445-28.444 0-267.378 216.178-483.556 483.555-483.556 17.067 0 28.445 11.378 28.445 28.445v99.555c0 17.067-11.378 28.445-28.445 28.445v0zM455.111 224h56.889c0 142.222-113.778 256-256 256v-56.889c110.933 0 199.111-88.178 199.111-199.111v0zM341.334 224h56.889c0 79.644-62.578 142.222-142.222 142.222v-56.889c48.356 0 85.334-36.978 85.334-85.333v0z" />
<glyph unicode="&#xe70f;" d="M435.2 108.8c-30.72 0-61.44 5.12-92.16 15.36-7.68 2.56-17.92 0-25.6-5.12l-56.32-56.32c-71.68 35.84-130.56 97.28-168.96 168.96l56.32 56.32c7.68 7.68 10.24 17.92 5.12 25.6-7.68 28.16-12.8 58.88-12.8 89.6 0 15.36-10.24 25.6-25.6 25.6h-89.6c-15.36 0-25.6-10.24-25.6-25.6 0-240.64 194.56-435.2 435.2-435.2 15.36 0 25.6 10.24 25.6 25.6v89.6c0 15.36-10.24 25.6-25.6 25.6v0zM435.2 403.2v12.8c0 35.84-28.16 64-64 64s-64-28.16-64-64v-12.8c-15.36 0-25.6-10.24-25.6-25.6v-102.4c0-15.36 10.24-25.6 25.6-25.6h128c15.36 0 25.6 10.24 25.6 25.6v102.4c0 15.36-10.24 25.6-25.6 25.6v0zM414.72 403.2h-87.040v12.8c0 23.040 20.48 43.52 43.52 43.52s43.52-20.48 43.52-43.52v-12.8z" horiz-adv-x="461" />
<glyph unicode="&#xe710;" d="M184.889 408.889l156.445-156.445 199.111 199.111-28.444 28.445-170.667-170.667-128 128h99.555v42.667h-170.667v-170.667h42.667v99.555zM674.134 90.311c-85.333 82.489-204.8 133.689-332.8 133.689s-247.466-51.2-332.8-133.689c-5.689-5.689-8.534-11.378-8.534-19.911s2.845-14.222 8.534-19.911l71.111-71.111c5.689-5.689 11.378-8.534 19.911-8.534s14.222 2.844 19.911 8.534c22.755 19.911 48.355 39.822 76.8 54.044 8.534 5.689 17.066 14.222 17.066 25.6v88.178c39.822 14.222 85.333 19.911 130.845 19.911s91.022-8.534 130.845-19.911v-88.178c0-11.378 5.689-19.911 17.067-25.6 28.444-14.222 54.044-31.289 76.8-54.044 5.689-5.689 11.378-8.534 19.911-8.534s14.222 2.844 19.911 8.534l71.111 71.111c5.689 5.689 8.534 11.378 8.534 19.911s-8.534 14.222-14.222 19.911v0z" horiz-adv-x="711" />
<glyph unicode="&#xe711;" d="M398.222 480h-56.889v-199.111h56.889v199.111zM483.555 124.445c-34.133 0-68.267 5.689-102.4 17.067-8.534 2.844-19.911 0-28.445-5.689l-62.578-62.578c-79.644 39.822-145.066 108.089-187.733 187.733l62.578 62.578c8.534 8.534 11.378 19.911 5.689 28.444-8.534 31.289-14.222 65.422-14.222 99.556 0 17.066-11.378 28.444-28.445 28.444h-99.555c-17.067 0-28.445-11.378-28.445-28.444 0-267.378 216.178-483.556 483.555-483.556 17.067 0 28.445 11.378 28.445 28.445v99.555c0 17.067-11.378 28.445-28.445 28.445v0zM455.111 480v-199.111h56.889v199.111h-56.889z" />
<glyph unicode="&#xe712;" d="M512 24.889v398.222c0 31.289-25.6 56.889-56.889 56.889h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v0zM156.445 181.334l71.111-85.334 99.555 128 128-170.667h-398.222l99.555 128z" />
<glyph unicode="&#xe713;" d="M358.4 480h-153.6v-179.2l-64 38.4-64-38.4v179.2h-25.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h307.2c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM51.2 44.8l76.8 99.84 53.76-66.56 76.8 99.84 99.84-133.12h-307.2z" horiz-adv-x="410" />
<glyph unicode="&#xe714;" d="M512 107.637v325.818c0 25.6-20.945 46.546-46.546 46.546h-325.818c-25.6 0-46.546-20.945-46.546-46.546v-325.818c0-25.6 20.945-46.546 46.546-46.546h325.818c25.6 0 46.546 20.945 46.546 46.546v0zM221.091 235.637l58.182-69.818 81.454 104.728 104.728-139.637h-325.818l81.454 104.728zM0 386.909v-372.363c0-25.6 20.945-46.546 46.545-46.546h372.363v46.546h-372.363v372.363h-46.545z" />
<glyph unicode="&#xe715;" d="M179.2 480c-99.84 0-179.2-79.36-179.2-179.2 0-133.12 179.2-332.8 179.2-332.8s179.2 199.68 179.2 332.8c0 99.84-79.36 179.2-179.2 179.2v0zM179.2 236.8c-35.84 0-64 28.16-64 64s28.16 64 64 64c35.84 0 64-28.16 64-64s-28.16-64-64-64v0z" horiz-adv-x="359" />
<glyph unicode="&#xe716;" d="M18.285 480v-512l402.286 256-402.286 256z" horiz-adv-x="476" />
<glyph unicode="&#xe717;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM204.8 108.8v230.4l153.6-115.2-153.6-115.2z" />
<glyph unicode="&#xe718;" d="M204.8 108.8l153.6 115.2-153.6 115.2v-230.4zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe719;" d="M438.857 370.286h-97.524v48.762l-48.762 48.762h-97.524l-48.762-48.762v-48.762h-97.524c-26.819 0-48.762-21.943-48.762-48.762v-268.19c0-26.819 21.943-48.762 48.762-48.762h390.095c26.819 0 48.762 21.943 48.762 48.762v268.19c0 26.819-21.943 48.762-48.762 48.762v0zM195.048 419.048h97.524v-48.762h-97.524v48.762zM243.81 53.334l-121.905 121.905h73.143v97.524h97.524v-97.524h73.143l-121.905-121.905z" horiz-adv-x="488" />
<glyph unicode="&#xe71a;" d="M438.857 370.286h-97.524v48.762l-48.762 48.762h-97.524l-48.762-48.762v-48.762h-97.524c-26.819 0-48.762-21.943-48.762-48.762v-268.19c0-26.819 21.943-48.762 48.762-48.762h390.095c26.819 0 48.762 21.943 48.762 48.762v268.19c0 26.819-21.943 48.762-48.762 48.762v0zM195.048 419.048h97.524v-48.762h-97.524v48.762zM207.238 89.905l-85.334 85.334 34.134 34.133 51.2-51.2 126.781 126.781 34.134-34.133-160.915-160.915z" horiz-adv-x="488" />
<glyph unicode="&#xe71b;" d="M204.8 360.534h-68.267v-136.534h-136.534v-68.267h136.534v-136.534h68.267v136.534h136.534v68.267h-136.534v136.534zM358.4 425.387v-61.44l85.334 17.067v-361.813h68.267v443.733l-153.6-37.546z" />
<glyph unicode="&#xe71c;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM170.667 81.778h-56.889v199.111h56.889v-199.111zM284.445 81.778h-56.889v284.445h56.889v-284.445zM398.222 81.778h-56.889v113.778h56.889v-113.778z" />
<glyph unicode="&#xe71d;" d="M592 480h-128l-252.8-403.2-83.2 147.2 144 256h-128l-144-256 144-256h128l252.8 403.2 83.2-147.2-144-256h128l144 256-144 256z" horiz-adv-x="768" />
<glyph unicode="&#xe71e;" d="M256 218.311c34.134 0 62.578 28.445 62.578 62.578s-28.445 62.578-62.578 62.578c-34.133 0-62.578-28.445-62.578-62.578s28.445-62.578 62.578-62.578v0zM384 104.534c0 42.666-85.334 62.578-128 62.578s-128-22.755-128-62.578v-22.755h256v22.755zM455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 24.889h-398.222v398.222h398.222v-398.222z" />
<glyph unicode="&#xe71f;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM358.4 300.8v-25.6c0-15.36 10.24-25.6 25.6-25.6s25.6-10.24 25.6-25.6v-76.8c0-43.52-33.28-76.8-76.8-76.8h-153.6c-43.52 0-76.8 33.28-76.8 76.8v179.2c0 43.52 33.28 76.8 76.8 76.8h102.4c43.52 0 76.8-33.28 76.8-76.8v-25.6zM204.8 275.2h66.56c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6h-66.56c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6v0zM307.2 198.4h-102.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h102.4c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6v0z" />
<glyph unicode="&#xe720;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM435.2 428.8v-76.8h-51.2c-15.36 0-25.6-10.24-25.6-25.6v-51.2h76.8v-76.8h-76.8v-179.2h-76.8v179.2h-51.2v76.8h51.2v64c0 48.64 40.96 89.6 89.6 89.6h64z" />
<glyph unicode="&#xe721;" d="M235.52 303.36c0 25.6-15.36 76.8-53.76 76.8-15.36 0-33.28-10.24-33.28-43.52 0-30.72 15.36-74.24 51.2-74.24 0 0 35.84 2.56 35.84 40.96v0zM220.16 177.92h-7.68c-7.68 0-30.72-2.56-46.080-7.68-17.92-5.12-38.4-17.92-38.4-43.52 0-28.16 25.6-56.32 76.8-56.32 38.4 0 61.44 25.6 61.44 51.2 0 17.92-12.8 30.72-46.080 56.32v0zM460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM181.76 39.68c-71.68 0-104.96 40.96-104.96 76.8 0 12.8 2.56 40.96 38.4 61.44 20.48 12.8 46.080 20.48 79.36 23.040-5.12 5.12-7.68 12.8-7.68 25.6 0 5.12 0 7.68 2.56 12.8h-10.24c-51.2 0-81.92 38.4-81.92 76.8 0 43.52 33.28 92.16 104.96 92.16h107.52l-28.16-28.16h-17.92c10.24-10.24 23.040-28.16 23.040-56.32 0-35.84-17.92-53.76-40.96-69.12-5.12-2.56-10.24-10.24-10.24-17.92s5.12-12.8 10.24-15.36c2.56-2.56 7.68-5.12 12.8-7.68 20.48-15.36 48.64-33.28 48.64-74.24 0-46.080-33.28-99.84-125.44-99.84v0zM435.2 224h-51.2v-51.2h-25.6v51.2h-51.2v25.6h51.2v51.2h25.6v-51.2h51.2v-25.6z" />
<glyph unicode="&#xe722;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM256 326.4c56.32 0 102.4-46.080 102.4-102.4s-46.080-102.4-102.4-102.4c-56.32 0-102.4 46.080-102.4 102.4s46.080 102.4 102.4 102.4v0zM64 19.2c-7.68 0-12.8 5.12-12.8 12.8v217.6h53.76c-2.56-7.68-2.56-17.92-2.56-25.6 0-84.48 69.12-153.6 153.6-153.6s153.6 69.12 153.6 153.6c0 7.68 0 17.92-2.56 25.6h53.76v-217.6c0-7.68-5.12-12.8-12.8-12.8h-384zM460.8 364.8c0-7.68-5.12-12.8-12.8-12.8h-51.2c-7.68 0-12.8 5.12-12.8 12.8v51.2c0 7.68 5.12 12.8 12.8 12.8h51.2c7.68 0 12.8-5.12 12.8-12.8v-51.2z" />
<glyph unicode="&#xe723;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM153.6 44.8h-76.8v230.4h76.8v-230.4zM115.2 318.72c-25.6 0-46.080 20.48-46.080 46.080s20.48 46.080 46.080 46.080c25.6 0 46.080-20.48 46.080-46.080s-20.48-46.080-46.080-46.080v0zM435.2 44.8h-76.8v135.68c0 20.48-17.92 38.4-38.4 38.4s-38.4-17.92-38.4-38.4v-135.68h-76.8v230.4h76.8v-30.72c12.8 20.48 40.96 35.84 64 35.84 48.64 0 89.6-40.96 89.6-89.6v-145.92z" />
<glyph unicode="&#xe724;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM281.6 116.48c-20.48 0-40.96 7.68-53.76 23.040l-25.6-81.92-2.56-5.12c-5.12-7.68-12.8-12.8-23.040-12.8-15.36 0-28.16 12.8-28.16 28.16v2.56l2.56 5.12 46.080 143.36c0 0-5.12 15.36-5.12 38.4 0 43.52 23.040 56.32 43.52 56.32 17.92 0 35.84-7.68 35.84-33.28 0-33.28-23.040-51.2-23.040-76.8 0-17.92 15.36-33.28 33.28-33.28 58.88 0 81.92 46.080 81.92 87.040 0 56.32-48.64 102.4-107.52 102.4s-107.52-46.080-107.52-102.4c0-17.92 5.12-33.28 12.8-48.64 2.56-5.12 2.56-7.68 2.56-12.8 0-15.36-10.24-25.6-25.6-25.6-10.24 0-17.92 5.12-23.040 12.8-12.8 23.040-20.48 48.64-20.48 76.8 0 84.48 71.68 153.6 158.72 153.6s158.72-69.12 158.72-153.6c2.56-71.68-38.4-143.36-130.56-143.36v0z" />
<glyph unicode="&#xe725;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM358.4 249.6h-76.8v-99.84c0-17.92 2.56-28.16 28.16-28.16h48.64v-76.8c0 0-25.6-2.56-53.76-2.56-66.56 0-99.84 40.96-99.84 87.040v120.32h-51.2v71.68c61.44 5.12 66.56 51.2 71.68 81.92h56.32v-76.8h76.8v-76.8z" />
<glyph unicode="&#xe726;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h409.6c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM401.92 293.12c-2.56-117.76-76.8-199.68-189.44-204.8-46.080-2.56-79.36 12.8-110.080 30.72 33.28-5.12 76.8 7.68 99.84 28.16-33.28 2.56-53.76 20.48-64 48.64 10.24-2.56 20.48 0 28.16 0-30.72 10.24-51.2 28.16-53.76 69.12 7.68-5.12 17.92-7.68 28.16-7.68-23.040 12.8-38.4 61.44-20.48 92.16 33.28-35.84 74.24-66.56 140.8-71.68-17.92 71.68 79.36 110.080 117.76 61.44 17.92 2.56 30.72 10.24 43.52 15.36-5.12-17.92-15.36-28.16-28.16-38.4 12.8 2.56 25.6 5.12 35.84 10.24-2.56-12.8-15.36-23.040-28.16-33.28v0z" />
<glyph unicode="&#xe727;" d="M483.555 337.778h-398.222c-48.355 0-85.334-36.978-85.334-85.334v-170.666h113.778v-113.778h341.334v113.778h113.778v170.667c0 48.356-36.978 85.333-85.334 85.333v0zM398.222 24.889h-227.555v142.222h227.555v-142.222zM483.555 224c-17.067 0-28.445 11.378-28.445 28.445s11.378 28.445 28.445 28.445c17.067 0 28.445-11.378 28.445-28.445s-11.378-28.445-28.445-28.445v0zM455.111 480h-341.334v-113.778h341.334v113.778z" horiz-adv-x="569" />
<glyph unicode="&#xe728;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM230.4 21.76c-99.84 12.8-179.2 99.84-179.2 202.24 0 15.36 2.56 30.72 5.12 46.080l122.88-122.88v-25.6c0-28.16 23.040-51.2 51.2-51.2v-48.64zM407.040 85.76c-7.68 20.48-25.6 35.84-48.64 35.84h-25.6v76.8c0 15.36-10.24 25.6-25.6 25.6h-153.6v51.2h51.2c15.36 0 25.6 10.24 25.6 25.6v51.2h51.2c28.16 0 51.2 23.040 51.2 51.2v10.24c74.24-30.72 128-104.96 128-189.44 0-53.76-20.48-102.4-53.76-138.24v0z" />
<glyph unicode="&#xe729;" d="M46.545 386.909h-46.545v-372.363c0-25.6 20.945-46.546 46.545-46.546h372.363v46.546h-372.363v372.363zM465.454 480h-325.818c-25.6 0-46.546-20.945-46.546-46.546v-325.818c0-25.6 20.945-46.546 46.546-46.546h325.818c25.6 0 46.546 20.945 46.546 46.546v325.818c0 25.6-20.945 46.546-46.546 46.546v0zM418.909 247.273h-93.091v-93.091h-46.546v93.091h-93.091v46.546h93.091v93.091h46.546v-93.091h93.091v-46.546z" />
<glyph unicode="&#xe72a;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe72b;" d="M256 352c-71.68 0-128-56.32-128-128s56.32-128 128-128c71.68 0 128 56.32 128 128s-56.32 128-128 128v0zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe72c;" d="M384 96h-307.2v51.2h307.2v-51.2zM384 198.4h-307.2v51.2h307.2v-51.2zM384 300.8h-307.2v51.2h307.2v-51.2zM0-32l38.4 38.4 38.4-38.4 38.4 38.4 38.4-38.4 38.4 38.4 38.4-38.4 38.4 38.4 38.4-38.4 38.4 38.4 38.4-38.4 38.4 38.4 38.4-38.4v512l-38.4-38.4-38.4 38.4-38.4-38.4-38.4 38.4-38.4-38.4-38.4 38.4-38.4-38.4-38.4 38.4-38.4-38.4-38.4 38.4-38.4-38.4-38.4 38.4v-512z" horiz-adv-x="461" />
<glyph unicode="&#xe72d;" d="M435.2 403.2c-44.8 48-108.8 76.8-179.2 76.8-140.8 0-256-115.2-256-256s115.2-256 256-256c118.4 0 217.6 83.2 246.4 192h-67.2c-25.6-73.6-96-128-179.2-128-105.6 0-192 86.4-192 192s86.4 192 192 192c54.4 0 99.2-22.4 134.4-57.6l-102.4-102.4h224v224l-76.8-76.8z" />
<glyph unicode="&#xe72e;" d="M276.945 200.728c30.255 30.255 48.873 69.818 48.873 116.363 0 90.764-72.145 162.909-162.909 162.909s-162.909-72.145-162.909-162.909c0-46.546 18.618-86.109 48.873-116.363v0l81.454-81.454-107.055-107.055 32.582-32.582 221.091 221.091zM244.363 235.637v0l-81.454-83.782-81.454 81.454c-20.945 23.272-34.909 51.2-34.909 83.782 0 65.163 51.2 116.363 116.363 116.363s116.363-51.2 116.363-116.363c0-32.582-13.964-60.509-34.909-81.454v0 0zM195.491 54.109l74.472-74.473 32.582 32.582-74.472 74.472-32.582-32.582z" horiz-adv-x="326" />
<glyph unicode="&#xe72f;" d="M3584-32h-3584v512h3584v-512z" horiz-adv-x="3584" />
<glyph unicode="&#xe730;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM384 198.4h-256v51.2h256v-51.2z" />
<glyph unicode="&#xe731;" d="M128 249.6v-51.2h256v51.2h-256zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe732;" d="M204.8 377.6v102.4l-128-128 128-128v102.4c84.48 0 153.6-69.12 153.6-153.6s-69.12-153.6-153.6-153.6c-84.48 0-153.6 69.12-153.6 153.6h-51.2c0-112.64 92.16-204.8 204.8-204.8s204.8 92.16 204.8 204.8c0 112.64-92.16 204.8-204.8 204.8v0z" horiz-adv-x="410" />
<glyph unicode="&#xe733;" d="M210.823 344.471v120.47l-210.823-210.823 210.823-210.824v123.483c150.588 0 256-48.188 331.294-153.6-30.118 150.588-120.471 301.176-331.294 331.294v0z" horiz-adv-x="542" />
<glyph unicode="&#xe734;" d="M210.823 374.588v90.353l-210.823-210.823 210.823-210.824v90.353l-120.471 120.471 120.471 120.471zM391.529 344.471v120.47l-210.823-210.823 210.823-210.824v123.483c150.588 0 256-48.188 331.294-153.6-30.117 150.588-120.471 301.176-331.294 331.294v0z" horiz-adv-x="723" />
<glyph unicode="&#xe735;" d="M361.245 480h-210.489l-150.756-150.755v-213.334l150.756-147.911h213.333l150.756 150.755v210.489l-153.6 150.755zM256 73.245c-19.911 0-36.978 17.067-36.978 36.978s17.066 36.978 36.978 36.978c19.911 0 36.978-17.067 36.978-36.978s-17.067-36.978-36.978-36.978v0zM284.445 195.555h-56.889v170.666h56.889v-170.666z" horiz-adv-x="541" />
<glyph unicode="&#xe736;" d="M577.828 109.409c-73.143 70.705-175.543 114.591-285.257 114.591s-212.114-43.885-285.257-114.591c-4.876-4.876-7.314-9.752-7.314-17.067s2.438-12.19 7.314-17.067l60.953-60.952c4.876-4.876 9.752-7.315 17.067-7.315s12.191 2.438 17.067 7.315c19.505 17.067 41.448 34.134 65.829 46.324 7.315 4.876 14.629 12.19 14.629 21.943v75.581c34.133 12.19 73.143 17.067 112.153 17.067s75.581-7.315 112.153-17.067v-75.581c0-9.752 4.876-17.067 14.628-21.943 24.381-12.19 46.324-26.819 65.829-46.324 4.876-4.876 9.752-7.315 17.067-7.315s12.191 2.438 17.067 7.315l60.952 60.952c4.876 4.876 7.314 9.752 7.314 17.067-4.876 7.315-7.314 12.19-12.191 17.067v0zM516.876 362.971l-34.134 34.134-87.772-87.772 34.133-34.133c0 2.438 82.895 87.771 87.772 87.771v0zM316.952 467.81h-48.762v-121.905h48.762v121.905zM156.038 277.638l34.133 34.133-85.334 87.772-36.572-36.572c4.876 0 87.772-85.333 87.772-85.333v0z" horiz-adv-x="610" />
<glyph unicode="&#xe737;" d="M75.581 284.952l-34.133 34.134c-21.943-29.257-36.572-60.953-39.010-95.086h48.762c2.438 21.943 12.191 41.447 24.381 60.952v0zM51.2 175.238h-48.762c4.876-34.133 17.067-65.829 39.010-95.085l34.133 34.134c-12.191 19.505-21.943 39.010-24.381 60.952v0zM75.581 46.019c29.257-21.943 60.953-34.134 95.085-39.010v48.762c-21.943 2.438-41.447 12.19-60.953 24.381l-34.133-34.134zM219.429 392.228v75.581l-109.715-109.714 109.715-109.715v95.086c68.266-12.191 121.905-70.705 121.905-143.848s-53.638-131.657-121.905-143.848v-48.762c95.085 12.19 170.667 95.085 170.667 192.609s-75.581 180.419-170.667 192.61v0z" horiz-adv-x="390" />
<glyph unicode="&#xe738;" d="M280.381 358.095l-109.714 109.714v-75.581c-95.085-12.19-170.667-92.647-170.667-192.609s75.581-180.419 170.667-192.61v48.762c-68.266 12.19-121.905 70.705-121.905 143.848s53.638 131.657 121.905 143.847v-95.085l109.714 109.714zM387.657 224c-4.876 34.134-17.067 65.829-39.010 95.086l-34.133-34.134c12.19-19.505 21.943-39.010 24.381-60.952h48.762zM219.429 55.772v-48.762c34.133 4.876 65.828 17.067 95.085 39.010l-34.134 34.134c-19.505-12.19-39.010-21.943-60.952-24.381v0zM314.514 114.286l34.134-34.133c21.943 29.257 36.572 60.952 39.010 95.086h-48.762c-2.438-21.943-12.19-41.447-24.381-60.952v0z" horiz-adv-x="390" />
<glyph unicode="&#xe739;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM320 275.2l-107.52-107.52-58.88 56.32-84.48-84.48c-10.24 25.6-17.92 53.76-17.92 84.48 0 112.64 92.16 204.8 204.8 204.8s204.8-92.16 204.8-204.8c0-25.6-5.12-51.2-15.36-74.24l-125.44 125.44z" />
<glyph unicode="&#xe73a;" d="M398.222 480h-341.334c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v341.334l-113.778 113.778zM256 24.889c-48.356 0-85.334 36.978-85.334 85.334s36.978 85.334 85.334 85.334c48.356 0 85.334-36.978 85.334-85.334s-36.978-85.334-85.334-85.334v0zM341.334 309.333h-284.445v113.778h284.445v-113.778z" />
<glyph unicode="&#xe73b;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0zM268.8 352h-38.4v-153.6l133.12-81.92 20.48 33.28-115.2 69.12v133.12z" />
<glyph unicode="&#xe73c;" d="M113.778 189.866v-113.778l199.111-108.089 199.111 108.089v113.778l-199.111-108.089-199.111 108.089zM312.889 480l-312.889-170.667 312.889-170.666 256 139.378v-196.267h56.889v227.555l-312.889 170.667z" horiz-adv-x="626" />
<glyph unicode="&#xe73d;" d="M731.428 480h-658.285c-40.228 0-73.143-32.914-73.143-73.143v-365.714c0-40.228 32.914-73.143 73.143-73.143h658.285c40.228 0 73.143 32.914 73.143 73.143v365.714c0 40.228-32.914 73.143-73.143 73.143v0zM658.285 41.143h-512v365.714h512v-365.714zM329.143 77.714h146.286c21.943 0 36.572 14.628 36.572 36.572v109.714c0 21.943-14.628 36.572-36.572 36.572v36.572c0 40.228-32.914 73.143-73.143 73.143s-73.143-32.915-73.143-73.143v-36.572c-21.943 0-36.572-14.629-36.572-36.572v-109.714c0-21.943 14.628-36.572 36.572-36.572v0zM358.4 297.143c0 25.6 18.286 43.885 43.885 43.885s43.885-18.286 43.885-43.885v-36.572h-87.772v36.572z" horiz-adv-x="805" />
<glyph unicode="&#xe73e;" d="M116.364 130.909h93.091c13.964 0 23.273 9.309 23.273 23.272v69.818c0 13.964-9.309 23.273-23.273 23.273v23.273c0 25.6-20.946 46.546-46.546 46.546s-46.546-20.945-46.546-46.546v-23.273c-13.963 0-23.273-9.309-23.273-23.273v-69.818c0-13.964 9.309-23.272 23.273-23.272v0zM134.982 270.546c0 16.291 11.637 27.928 27.928 27.928s27.928-11.637 27.928-27.928v-23.273h-55.855v23.273zM279.272 480h-232.727c-25.6 0-46.545-20.945-46.545-46.546v-418.909c0-25.6 20.945-46.546 46.545-46.546h232.727c25.6 0 46.546 20.945 46.546 46.546v418.909c0 25.6-20.945 46.546-46.546 46.546v0zM279.272 61.091h-232.727v325.818h232.727v-325.818z" horiz-adv-x="326" />
<glyph unicode="&#xe73f;" d="M466.944 207.616l-53.248 53.248-28.672-28.672 45.056-45.056-116.736-116.736-231.424 231.424 116.736 116.736 43.008-43.008 28.672 28.672-49.152 49.152c-12.288 12.288-30.72 12.288-43.008 0l-133.12-129.024c-12.288-12.288-12.288-30.72 0-43.008l245.76-245.76c12.288-12.288 30.72-12.288 43.008 0l131.072 131.072c12.288 10.24 12.288 28.672 2.048 40.96v0zM163.84 49.92c-67.584 30.72-114.688 96.256-122.88 174.080h-30.72c10.24-126.976 116.736-225.28 243.712-225.28h14.336l-77.824 77.824-26.624-26.624zM317.44 285.44h102.4c12.288 0 20.48 8.192 20.48 20.48v81.92c0 12.288-8.192 20.48-20.48 20.48v10.24c0 28.672-22.528 51.2-51.2 51.2s-51.2-22.528-51.2-51.2v-10.24c-12.288 0-20.48-8.192-20.48-20.48v-81.92c0-12.288 8.192-20.48 20.48-20.48v0zM333.824 418.56c0 18.432 16.384 34.816 34.816 34.816s34.816-16.384 34.816-34.816v-10.24h-69.632v10.24z" />
<glyph unicode="&#xe740;" d="M352 426.666c70.4-32 119.466-100.267 128-181.333h32c-12.8 132.267-121.6 234.666-256 234.666h-14.934l81.066-81.066 29.866 27.733zM217.6 443.733c-12.8 12.8-32 12.8-44.8 0l-136.534-136.534c-12.8-12.8-12.8-32 0-44.8l256-256c12.8-12.8 32-12.8 44.8 0l136.534 136.534c12.8 12.8 12.8 32 0 44.8l-256 256zM315.733 27.733l-256 256 136.534 136.534 256-256-136.534-136.534zM160 21.334c-70.4 32-119.466 100.267-128 181.334h-29.866c10.666-132.267 119.466-234.667 253.867-234.667h14.933l-81.067 81.067-29.867-27.733z" />
<glyph unicode="&#xe741;" d="M358.4 480h-204.8l-153.6-153.6v-307.2c0-28.16 23.040-51.2 51.2-51.2h307.2c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM204.8 326.4h-51.2v102.4h51.2v-102.4zM281.6 326.4h-51.2v102.4h51.2v-102.4zM358.4 326.4h-51.2v102.4h51.2v-102.4z" horiz-adv-x="410" />
<glyph unicode="&#xe742;" d="M358.4 480h-204.8l-153.6-153.6v-307.2c0-28.16 23.040-51.2 51.2-51.2h307.2c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM204.8 326.4h-51.2v102.4h51.2v-102.4zM281.6 326.4h-51.2v102.4h51.2v-102.4zM358.4 326.4h-51.2v102.4h51.2v-102.4z" horiz-adv-x="410" />
<glyph unicode="&#xe743;" d="M355.555 167.111h-22.755l-8.534 8.534c28.445 31.289 45.511 73.956 45.511 119.466 0 102.4-82.489 184.889-184.889 184.889s-184.889-82.489-184.889-184.889c0-102.4 82.489-184.889 184.889-184.889 45.511 0 88.178 17.067 119.466 45.511l8.534-8.534v-22.755l142.222-142.222 42.666 42.666-142.222 142.222zM184.889 167.111c-71.111 0-128 56.889-128 128s56.889 128 128 128c71.111 0 128-56.889 128-128s-56.889-128-128-128v0z" />
<glyph unicode="&#xe744;" d="M0 423.111h56.889v56.889c-31.289 0-56.889-25.6-56.889-56.889v0zM0 195.555h56.889v56.889h-56.889v-56.889zM113.778-32h56.889v56.889h-56.889v-56.889zM0 309.333h56.889v56.889h-56.889v-56.889zM284.445 480h-56.889v-56.889h56.889v56.889zM455.111 480v-56.889h56.889c0 31.289-25.6 56.889-56.889 56.889v0zM56.889-32v56.889h-56.889c0-31.289 25.6-56.889 56.889-56.889v0zM0 81.778h56.889v56.889h-56.889v-56.889zM170.667 480h-56.889v-56.889h56.889v56.889zM227.555-32h56.889v56.889h-56.889v-56.889zM455.111 195.555h56.889v56.889h-56.889v-56.889zM455.111-32c31.289 0 56.889 25.6 56.889 56.889h-56.889v-56.889zM455.111 309.333h56.889v56.889h-56.889v-56.889zM455.111 81.778h56.889v56.889h-56.889v-56.889zM341.334-32h56.889v56.889h-56.889v-56.889zM341.334 423.111h56.889v56.889h-56.889v-56.889zM113.778 81.778h284.445v284.445h-284.445v-284.445zM170.667 309.333h170.667v-170.666h-170.667v170.666z" />
<glyph unicode="&#xe745;" d="M14.222-32l597.333 256-597.333 256v-199.111l426.666-56.889-426.666-56.889v-199.111z" horiz-adv-x="654" />
<glyph unicode="&#xe746;" d="M445.44 198.4c0 7.68 2.56 15.36 2.56 25.6s0 17.92-2.56 25.6l53.76 43.52c5.12 5.12 5.12 10.24 2.56 15.36l-51.2 89.6c-2.56 2.56-7.68 5.12-15.36 2.56l-64-25.6c-12.8 10.24-28.16 17.92-43.52 25.6l-10.24 66.56c2.56 7.68-5.12 12.8-10.24 12.8h-102.4c-5.12 0-12.8-5.12-12.8-10.24l-10.24-69.12c-15.36-5.12-28.16-15.36-43.52-25.6l-61.44 25.6c-7.68 2.56-12.8 0-17.92-5.12l-51.2-89.6c-2.56-2.56 0-10.24 5.12-15.36l53.76-40.96c0-7.68-2.56-15.36-2.56-25.6s0-17.92 2.56-25.6l-53.76-43.52c-5.12-5.12-5.12-10.24-2.56-15.36l51.2-89.6c2.56-2.56 7.68-5.12 15.36-2.56l64 25.6c12.8-10.24 28.16-17.92 43.52-25.6l10.24-66.56c0-5.12 5.12-10.24 12.8-10.24h102.4c5.12 0 12.8 5.12 12.8 10.24l10.24 66.56c15.36 7.68 30.72 15.36 43.52 25.6l64-25.6c5.12-2.56 12.8 0 15.36 5.12l51.2 89.6c2.56 5.12 2.56 12.8-2.56 15.36l-58.88 40.96zM256 134.4c-48.64 0-89.6 40.96-89.6 89.6s40.96 89.6 89.6 89.6c48.64 0 89.6-40.96 89.6-89.6s-40.96-89.6-89.6-89.6v0z" />
<glyph unicode="&#xe747;" d="M256 280.889c-31.289 0-56.889-25.6-56.889-56.889s25.6-56.889 56.889-56.889c31.289 0 56.889 25.6 56.889 56.889s-25.6 56.889-56.889 56.889v0zM455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM403.911 224v-19.911l42.666-34.133c2.844-2.844 5.689-8.534 2.844-11.378l-39.822-68.267c-2.844-5.689-8.534-5.689-11.378-5.689l-48.356 19.911c-11.378-8.534-22.755-14.222-34.134-19.911l-8.534-54.045c0-5.689-5.689-8.534-8.534-8.534h-79.644c-5.689 0-8.534 2.844-8.534 8.534l-11.378 54.044c-11.378 5.689-22.756 11.378-34.133 19.911l-48.356-19.911c-5.689-2.844-8.534 0-11.378 5.689l-39.822 68.267c-2.844 5.689 0 8.534 2.844 11.378l42.666 34.133v39.822l-42.666 34.134c-2.844 2.844-5.689 8.534-2.844 11.378l39.822 68.267c2.844 5.689 8.534 5.689 11.378 5.689l48.356-19.911c11.378 5.689 22.756 14.222 34.133 19.911l8.534 54.045c0 5.689 5.689 8.534 8.534 8.534h79.644c5.689 0 8.534-2.844 8.534-8.534l8.534-54.045c11.378-5.689 22.755-11.378 34.133-19.911l48.356 19.911c5.689 2.845 8.534 0 11.378-5.689l39.822-68.267c2.844-5.689 0-8.534-2.844-11.378l-42.666-34.133c2.844-5.689 2.844-14.222 2.844-19.911v0z" />
<glyph unicode="&#xe748;" d="M138.667-32h42.667v42.666h-42.666v-42.666zM53.334-32h42.666v42.666h-42.666v-42.666zM224-32h42.666v42.666h-42.666v-42.666zM281.6 358.4l-121.6 121.6h-21.333v-162.134l-98.133 98.134-29.866-29.866 119.466-119.466-119.466-119.466 29.867-29.866 98.133 98.134v-162.134h21.334l121.6 121.6-91.733 91.733 91.733 91.733zM181.333 398.933l40.534-40.534-40.534-40.534v81.067zM221.867 174.933l-40.534-40.534v81.067l40.534-40.534z" horiz-adv-x="320" />
<glyph unicode="&#xe749;" d="M21.334-32h42.666v42.666h-42.666v-42.666zM106.666-32h42.666v42.666h-42.666v-42.666zM192-32h42.666v42.666h-42.666v-42.666zM213.333 480h-170.667c-23.466 0-42.666-19.2-42.666-42.666v-341.334c0-23.466 19.2-42.666 42.666-42.666h170.667c23.466 0 42.667 19.2 42.667 42.666v341.334c0 23.466-19.2 42.666-42.666 42.666v0zM213.333 138.666h-170.667v256h170.667v-256z" horiz-adv-x="256" />
<glyph unicode="&#xe74a;" d="M284.445 309.333h-56.889v-56.889h56.889v56.889zM398.222 309.333h-56.889v-56.889h56.889v56.889zM483.555 124.445c-34.133 0-68.267 5.689-102.4 17.067-8.534 2.844-19.911 0-28.445-5.689l-62.578-62.578c-79.644 39.822-145.066 108.089-187.733 187.733l62.578 62.578c8.534 8.534 11.378 19.911 5.689 28.444-8.534 31.289-14.222 65.422-14.222 99.556 0 17.066-11.378 28.444-28.445 28.444h-99.555c-17.067 0-28.445-11.378-28.445-28.444 0-267.378 216.178-483.556 483.555-483.556 17.067 0 28.445 11.378 28.445 28.445v99.555c0 17.067-11.378 28.445-28.445 28.445v0zM455.111 309.333v-56.889h56.889v56.889h-56.889z" />
<glyph unicode="&#xe74b;" d="M69.818-32h46.545v46.546h-46.546v-46.546zM162.909-32h46.546v46.546h-46.546v-46.546zM209.454 480h-46.546v-232.727h46.546v232.727zM293.236 424.145l-32.582-32.582c37.236-25.6 65.163-69.818 65.163-121.018 0-76.8-62.837-139.637-139.637-139.637s-139.637 62.837-139.637 139.637c0 51.2 27.927 95.418 67.491 118.691l-34.909 34.909c-46.545-34.909-79.127-90.764-79.127-153.6 0-102.4 83.782-186.182 186.182-186.182s186.182 83.782 186.182 186.182c0 62.837-32.582 118.691-79.127 153.6v0zM256-32h46.546v46.546h-46.546v-46.546z" horiz-adv-x="373" />
<glyph unicode="&#xe74c;" d="M40.96-1.28h40.96v40.96h-40.96v-40.96zM143.36 224c34.816 0 61.44 26.624 61.44 61.44v122.88c0 34.816-26.624 61.44-61.44 61.44s-61.44-26.624-61.44-61.44v-122.88c0-34.816 26.624-61.44 61.44-61.44v0zM122.88-1.28h40.96v40.96h-40.96v-40.96zM204.8-1.28h40.96v40.96h-40.96v-40.96zM286.72 285.44h-34.816c0-61.44-51.2-104.448-108.544-104.448s-108.544 43.008-108.544 104.448h-34.816c0-69.632 55.296-126.976 122.88-137.216v-67.584h40.96v67.584c67.584 10.24 122.88 67.584 122.88 137.216v0z" horiz-adv-x="287" />
<glyph unicode="&#xe74d;" d="M542.117 254.118l-210.823 210.824v-120.471c-210.823-30.118-301.176-180.706-331.294-331.294 75.294 105.412 180.706 153.6 331.294 153.6v-123.483l210.823 210.823z" horiz-adv-x="542" />
<glyph unicode="&#xe74e;" d="M384 300.8c-20.48 0-38.4-7.68-51.2-20.48l-181.76 104.96c2.56 5.12 2.56 12.8 2.56 17.92 0 43.52-33.28 76.8-76.8 76.8s-76.8-33.28-76.8-76.8c0-43.52 33.28-76.8 76.8-76.8 20.48 0 38.4 7.68 51.2 20.48l181.76-104.96c-2.56-5.12-2.56-12.8-2.56-17.92s0-12.8 2.56-17.92l-181.76-107.52c-12.8 12.8-30.72 20.48-51.2 20.48-40.96 0-74.24-33.28-74.24-74.24s33.28-74.24 74.24-74.24c40.96 0 74.24 33.28 74.24 74.24 0 5.12 0 10.24-2.56 17.92l181.76 107.52c12.8-12.8 30.72-20.48 51.2-20.48 43.52 0 76.8 33.28 76.8 76.8s-30.72 74.24-74.24 74.24v0z" horiz-adv-x="461" />
<glyph unicode="&#xe74f;" d="M394.971 297.143l-107.276 160.914c-4.876 4.876-12.19 9.752-19.505 9.752s-14.629-2.438-19.505-9.752l-107.276-160.914h-117.028c-14.629 0-24.381-9.753-24.381-24.381v-7.315l60.953-226.743c4.876-19.505 24.381-36.572 46.324-36.572h316.952c21.943 0 41.447 14.628 46.324 36.572l60.952 226.743v7.315c0 14.628-9.753 24.381-24.381 24.381h-112.153zM195.048 297.143l73.143 107.276 73.143-107.276h-146.286zM268.19 102.095c-26.819 0-48.762 21.943-48.762 48.762s21.943 48.762 48.762 48.762c26.819 0 48.762-21.943 48.762-48.762s-21.943-48.762-48.762-48.762v0z" horiz-adv-x="537" />
<glyph unicode="&#xe750;" d="M153.6 70.4c-28.16 0-51.2-23.040-51.2-51.2s23.040-51.2 51.2-51.2c28.16 0 51.2 23.040 51.2 51.2s-23.040 51.2-51.2 51.2v0zM0 480v-51.2h51.2l92.16-194.56-35.84-61.44c-2.56-7.68-5.12-17.92-5.12-25.6 0-28.16 23.040-51.2 51.2-51.2h307.2v51.2h-296.96c-2.56 0-5.12 2.56-5.12 5.12v2.56l23.040 43.52h189.44c20.48 0 35.84 10.24 43.52 25.6l92.16 166.4c5.12 5.12 5.12 7.68 5.12 12.8 0 15.36-10.24 25.6-25.6 25.6h-378.88l-23.040 51.2h-84.48zM409.6 70.4c-28.16 0-51.2-23.040-51.2-51.2s23.040-51.2 51.2-51.2c28.16 0 51.2 23.040 51.2 51.2s-23.040 51.2-51.2 51.2v0z" />
<glyph unicode="&#xe751;" d="M211.2 313.6l-166.4 166.4-44.8-44.8 166.4-166.4 44.8 44.8zM336 480l64-64-400-403.2 44.8-44.8 403.2 400 64-64v176h-176zM345.6 179.2l-44.8-44.8 99.2-99.2-64-64h176v176l-64-64-102.4 96z" />
<glyph unicode="&#xe752;" d="M0-32h512v512l-512-512zM460.8 19.2h-222.72v115.2l222.72 222.72v-337.92z" />
<glyph unicode="&#xe753;" d="M0-32h512v512l-512-512zM460.8 19.2h-153.6v184.32l153.6 153.6v-337.92z" />
<glyph unicode="&#xe754;" d="M0-32h512v512l-512-512zM460.8 19.2h-84.48v250.88l84.48 87.040v-337.92z" />
<glyph unicode="&#xe755;" d="M0-32h512v512l-512-512z" />
<glyph unicode="&#xe756;" d="M307.2 480c-115.2 0-222.72-38.4-307.2-102.4l307.2-409.6 307.2 409.6c-84.48 64-192 102.4-307.2 102.4v0zM307.2 190.72c-30.72 0-61.44-7.68-89.6-17.92l-143.36 192c69.12 40.96 148.48 64 232.96 64s163.84-23.040 232.96-64l-145.92-194.56c-25.6 12.8-56.32 20.48-87.040 20.48v0z" horiz-adv-x="615" />
<glyph unicode="&#xe757;" d="M307.2 480c-115.2 0-222.72-38.4-307.2-102.4l307.2-409.6 307.2 409.6c-84.48 64-192 102.4-307.2 102.4v0zM307.2 275.2c-51.2 0-97.28-12.8-140.8-33.28l-92.16 122.88c69.12 40.96 148.48 64 232.96 64s163.84-23.040 232.96-64l-92.16-125.44c-43.52 23.040-89.6 35.84-140.8 35.84v0z" horiz-adv-x="615" />
<glyph unicode="&#xe758;" d="M307.2 480c-115.2 0-222.72-38.4-307.2-102.4l307.2-409.6 307.2 409.6c-84.48 64-192 102.4-307.2 102.4v0zM307.2 344.32c-66.56 0-128-17.92-181.76-48.64l-51.2 69.12c69.12 40.96 148.48 64 232.96 64s163.84-23.040 232.96-64l-51.2-69.12c-53.76 30.72-115.2 48.64-181.76 48.64v0z" horiz-adv-x="615" />
<glyph unicode="&#xe759;" d="M307.2 480c-115.2 0-222.72-38.4-307.2-102.4l307.2-409.6 307.2 409.6c-84.48 64-192 102.4-307.2 102.4v0z" horiz-adv-x="615" />
<glyph unicode="&#xe75a;" d="M358.4 480h-204.8l-153.6-153.6v-307.2c0-28.16 23.040-51.2 51.2-51.2h307.2c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM230.4 96h-51.2v51.2h51.2v-51.2zM230.4 198.4h-51.2v128h51.2v-128z" horiz-adv-x="410" />
<glyph unicode="&#xe75b;" d="M0-32l362.666 256-362.666 256v-512zM426.666 480v-512h85.334v512h-85.334z" />
<glyph unicode="&#xe75c;" d="M21.334 480h85.334v-512h-85.334v512zM170.667 224l362.666-256v512l-362.666-256z" horiz-adv-x="598" />
<glyph unicode="&#xe75d;" d="M199.111 337.778v-227.556l142.222 113.778-142.222 113.778zM455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 24.889h-398.222v398.222h398.222v-398.222z" />
<glyph unicode="&#xe75e;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM179.2 249.6h-51.2v51.2h51.2v-51.2zM281.6 249.6h-51.2v51.2h51.2v-51.2zM384 249.6h-51.2v51.2h51.2v-51.2z" />
<glyph unicode="&#xe75f;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM281.6 172.8h-51.2v51.2h51.2v-51.2zM281.6 275.2h-51.2v102.4h51.2v-102.4z" />
<glyph unicode="&#xe760;" d="M0-32h256v85.334h-256v-85.334zM0 480v-85.334h768v85.334h-768zM0 181.334h512v85.334h-512v-85.334z" horiz-adv-x="768" />
<glyph unicode="&#xe761;" d="M307.2 480h-256c-28.16 0-51.2-23.040-51.2-51.2v-409.6c0-28.16 23.040-51.2 51.2-51.2h256c28.16 0 51.2 23.040 51.2 51.2v409.6c0 28.16-23.040 51.2-51.2 51.2v0zM179.2 428.8c28.16 0 51.2-23.040 51.2-51.2s-23.040-51.2-51.2-51.2c-28.16 0-51.2 23.040-51.2 51.2s23.040 51.2 51.2 51.2v0zM179.2 19.2c-71.68 0-128 56.32-128 128s56.32 128 128 128c71.68 0 128-56.32 128-128s-56.32-128-128-128v0zM179.2 224c-43.52 0-76.8-33.28-76.8-76.8s33.28-76.8 76.8-76.8c43.52 0 76.8 33.28 76.8 76.8s-33.28 76.8-76.8 76.8v0z" horiz-adv-x="359" />
<glyph unicode="&#xe762;" d="M243.81 95.439l150.675-90.868-39.863 171.374 132.998 115.249-175.323 15.043-68.486 161.572-68.486-161.572-175.323-15.043 132.998-115.249-39.863-171.374 150.674 90.868z" horiz-adv-x="488" />
<glyph unicode="&#xe763;" d="M512 294.553l-184.089 15.795-71.911 169.651-71.911-169.651-184.089-15.795 139.648-121.011-41.856-179.942 158.208 95.437 158.208-95.411-41.856 179.942 139.648 120.986zM256 137.063v238.106l43.776-103.322 112.128-9.625-85.043-73.677 25.498-109.594-96.358 58.112z" />
<glyph unicode="&#xe764;" d="M487.619 291.194l-175.323 15.043-68.486 161.572-68.486-161.572-175.323-15.043 132.998-115.249-39.863-171.373 150.674 90.892 150.674-90.892-39.863 171.374 132.998 115.249zM243.81 141.202l-91.745-55.345 24.284 104.375-81.018 70.168 106.788 9.167 41.691 98.401 41.692-98.401 106.788-9.167-80.993-70.168 24.284-104.375-91.77 55.345z" horiz-adv-x="488" />
<glyph unicode="&#xe765;" d="M256 83.2l157.866-115.2-59.733 187.733 157.867 110.933h-192l-64 192-64-192h-192l157.867-110.933-59.733-187.733 157.867 115.2z" />
<glyph unicode="&#xe766;" d="M0 480h512v-512h-512v512z" />
<glyph unicode="&#xe767;" d="M0-32h731.428v146.286h-731.428v-146.286zM73.143 77.714h73.143v-73.143h-73.143v73.143zM0 480v-146.286h731.428v146.286h-731.428zM146.286 370.286h-73.143v73.143h73.143v-73.143zM0 150.857h731.428v146.286h-731.428v-146.286zM73.143 260.572h73.143v-73.143h-73.143v73.143z" horiz-adv-x="732" />
<glyph unicode="&#xe768;" d="M544 480h-512v-64h512v64zM576 160v64l-32 160h-512l-32-160v-64h32v-192h320v192h128v-192h64v192h32zM288 32h-192v128h192v-128z" horiz-adv-x="576" />
<glyph unicode="&#xe769;" d="M116.364 119.272c0-19.28-15.629-34.909-34.909-34.909s-34.909 15.63-34.909 34.909c0 19.28 15.63 34.909 34.909 34.909s34.909-15.63 34.909-34.909zM372.363 119.272c0-19.28-15.63-34.909-34.909-34.909s-34.909 15.63-34.909 34.909c0 19.28 15.63 34.909 34.909 34.909s34.909-15.63 34.909-34.909zM370.036 317.091c-4.654 13.964-18.618 23.273-32.582 23.273h-267.637v46.545l-69.818-69.818 69.818-69.818v46.546h272.291l30.255-93.091h-372.363v-209.454c0-13.964 9.309-23.272 23.273-23.272h23.273c13.963 0 23.272 9.309 23.272 23.272v23.272h279.272v-23.272c0-13.964 9.309-23.272 23.272-23.272h23.272c13.964 0 23.272 9.309 23.272 23.272v186.182l-48.873 139.637zM81.454 84.363c-18.618 0-34.909 16.291-34.909 34.909s16.291 34.909 34.909 34.909c18.618 0 34.909-16.291 34.909-34.909s-16.291-34.909-34.909-34.909v0zM337.454 84.363c-18.618 0-34.909 16.291-34.909 34.909s16.291 34.909 34.909 34.909c18.618 0 34.909-16.291 34.909-34.909s-16.291-34.909-34.909-34.909v0zM302.546 480v-46.546h-186.182v-46.546h186.182v-46.545l69.818 69.818-69.818 69.818z" horiz-adv-x="419" />
<glyph unicode="&#xe76a;" d="M146.286 260.572l-146.286-146.286 146.286-146.286v109.714h256v73.143h-256v109.714zM658.285 333.714l-146.286 146.286v-109.714h-256v-73.143h256v-109.714l146.286 146.286z" horiz-adv-x="659" />
<glyph unicode="&#xe76b;" d="M312.889 81.778v199.111h-56.889v-199.111h-85.334l113.778-113.778 113.778 113.778h-85.334zM113.778 480l-113.778-113.778h85.334v-199.111h56.889v199.111h85.333l-113.778 113.778z" horiz-adv-x="398" />
<glyph unicode="&#xe76c;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM115.2 300.8l89.6 89.6 89.6-89.6h-64v-102.4h-51.2v102.4h-64zM396.8 147.2l-89.6-89.6-89.6 89.6h64v102.4h51.2v-102.4h64z" />
<glyph unicode="&#xe76d;" d="M512 423.111h-91.022l-51.2 56.889h-170.667l-51.2-56.889h-91.022c-31.289 0-56.889-25.6-56.889-56.889v-341.334c0-31.289 25.6-56.889 56.889-56.889h455.111c31.289 0 56.889 25.6 56.889 56.889v341.334c0 31.289-25.6 56.889-56.889 56.889v0zM193.422 224c0-51.2 39.822-91.022 91.022-91.022s91.022 39.822 91.022 91.022h-48.356l71.111 71.111 71.111-71.111h-42.666c0-79.644-62.578-142.222-142.222-142.222s-142.222 62.578-142.222 142.222h51.2z" horiz-adv-x="569" />
<glyph unicode="&#xe76e;" d="M585.143 315.428v128c0 21.943-14.629 36.572-36.572 36.572h-512c-21.943 0-36.572-14.628-36.572-36.572v-438.857c0-21.943 14.629-36.572 36.572-36.572h512c21.943 0 36.572 14.628 36.572 36.572v128l146.285-146.286v475.428l-146.285-146.286zM175.543 260.572c0-54.857 43.886-98.743 98.743-98.743s98.743 43.885 98.743 98.743h-62.171l91.428 91.428 91.428-91.428h-54.857c0-91.428-73.143-164.571-164.572-164.571s-164.571 73.143-164.571 164.572h65.828z" horiz-adv-x="732" />
<glyph unicode="&#xe76f;" d="M186.182 410.182v69.818l-93.091-93.091 93.091-93.091v69.818c76.8 0 139.636-62.837 139.636-139.637 0-23.272-6.982-46.546-16.291-65.163l34.909-34.909c16.291 30.255 27.928 62.837 27.928 100.072 0 102.4-83.782 186.182-186.182 186.182v0zM186.182 84.363c-76.8 0-139.637 62.837-139.637 139.637 0 23.273 6.982 46.546 16.291 65.163l-34.909 34.909c-16.291-30.255-27.927-62.837-27.927-100.072 0-102.4 83.782-186.182 186.182-186.182v-69.818l93.091 93.091-93.091 93.091v-69.818z" horiz-adv-x="373" />
<glyph unicode="&#xe770;" d="M202.106 404.548v53.894c-21.558-5.389-40.421-13.474-59.284-26.947l40.421-40.421c5.389 5.389 10.779 10.779 18.863 13.474v0zM10.779 428.8l64.674-64.674c-21.558-32.337-35.032-70.063-35.032-113.179 0-59.284 24.253-113.179 64.674-150.905l-64.674-64.673h161.684v161.684l-59.284-59.284c-29.642 26.947-48.505 67.368-48.505 113.179 0 26.947 5.389 51.2 18.863 75.453l218.274-218.274c-5.389-2.695-13.474-5.389-21.558-8.084v-56.589c21.558 5.389 40.421 13.474 59.284 26.947l64.673-64.673 35.031 35.031-425.769 423.074-32.337-35.031zM471.579 466.526h-161.684v-161.684l59.284 59.284c29.642-26.947 48.505-67.368 48.505-113.179 0-26.947-5.389-51.2-18.863-75.452l40.421-40.421c18.863 35.031 32.337 72.758 32.337 115.874 0 59.284-24.252 113.179-64.673 150.905l64.673 64.673z" />
<glyph unicode="&#xe771;" d="M0 224c0-70.4 28.8-134.4 76.8-179.2l-76.8-76.8h192v192l-70.4-70.4c-35.2 32-57.6 80-57.6 134.4 0 83.2 54.4 153.6 128 182.4v64c-108.8-28.8-192-128-192-246.4v0zM512 480h-192v-192l70.4 70.4c35.2-32 57.6-80 57.6-134.4 0-83.2-54.4-153.6-128-182.4v-67.2c108.8 28.8 192 128 192 246.4 0 70.4-28.8 134.4-76.8 179.2l76.8 80z" />
<glyph unicode="&#xe772;" d="M0 224c0-70.4 28.8-134.4 76.8-179.2l-76.8-76.8h192v192l-70.4-70.4c-35.2 32-57.6 80-57.6 134.4 0 83.2 54.4 153.6 128 182.4v64c-108.8-28.8-192-128-192-246.4v0zM256 64h64v64h-64v-64zM576 480h-192v-192l70.4 70.4c35.2-32 57.6-80 57.6-134.4 0-83.2-54.4-153.6-128-182.4v-67.2c108.8 28.8 192 128 192 246.4 0 70.4-28.8 134.4-76.8 179.2l76.8 80zM256 192h64v192h-64v-192z" horiz-adv-x="576" />
<glyph unicode="&#xe773;" d="M0 224c0-70.4 28.8-134.4 76.8-179.2l-76.8-76.8h192v192l-70.4-70.4c-35.2 32-57.6 80-57.6 134.4 0 83.2 54.4 153.6 128 182.4v64c-108.8-28.8-192-128-192-246.4v0zM256 64h64v64h-64v-64zM576 480h-192v-192l70.4 70.4c35.2-32 57.6-80 57.6-134.4 0-83.2-54.4-153.6-128-182.4v-67.2c108.8 28.8 192 128 192 246.4 0 70.4-28.8 134.4-76.8 179.2l76.8 80zM256 192h64v192h-64v-192z" horiz-adv-x="576" />
<glyph unicode="&#xe774;" d="M279.272 480h-232.727c-25.6 0-46.545-20.945-46.545-46.546v-418.909c0-25.6 20.945-46.546 46.545-46.546h232.727c25.6 0 46.546 20.945 46.546 46.546v418.909c0 25.6-20.945 46.546-46.546 46.546v0zM279.272 61.091h-232.727v325.818h232.727v-325.818zM256 200.728h-69.818v116.363h-46.546v-116.363h-69.818l93.091-93.091 93.091 93.091z" horiz-adv-x="326" />
<glyph unicode="&#xe775;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 24.889h-398.222v398.222h199.111v-113.778h199.111v-284.445z" />
<glyph unicode="&#xe776;" d="M640 480h-576c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 32h-448v384h448v-384z" horiz-adv-x="704" />
<glyph unicode="&#xe777;" d="M0 309.333h56.889v56.889h-56.889v-56.889zM0 195.555h56.889v56.889h-56.889v-56.889zM0 423.111h56.889v56.889c-31.289 0-56.889-25.6-56.889-56.889v0zM113.778-32h56.889v56.889h-56.889v-56.889zM0 81.778h56.889v56.889h-56.889v-56.889zM56.889-32v56.889h-56.889c0-31.289 25.6-56.889 56.889-56.889v0zM455.111 480h-227.555v-170.667h284.445v113.778c0 31.289-25.6 56.889-56.889 56.889v0zM455.111 81.778h56.889v56.889h-56.889v-56.889zM113.778 423.111h56.889v56.889h-56.889v-56.889zM455.111-32c31.289 0 56.889 25.6 56.889 56.889h-56.889v-56.889zM455.111 195.555h56.889v56.889h-56.889v-56.889zM227.555-32h56.889v56.889h-56.889v-56.889zM341.334-32h56.889v56.889h-56.889v-56.889z" />
<glyph unicode="&#xe778;" d="M483.555 252.445c17.067 0 28.445 11.378 28.445 28.445s-11.378 28.445-28.445 28.445c-17.067 0-28.445-11.378-28.445-28.445s11.378-28.445 28.445-28.445v0zM426.666 110.222c54.045 0 96.711 36.978 108.089 85.334h-216.178c11.378-48.356 54.044-85.334 108.089-85.334v0zM369.778 252.445c17.067 0 28.445 11.378 28.445 28.445s-11.378 28.445-28.445 28.445c-17.067 0-28.445-11.378-28.445-28.445s11.378-28.445 28.445-28.445v0zM625.778 480h-409.6c-17.066 0-34.133-8.534-45.511-22.755l-170.667-233.245 170.667-233.245c11.378-14.222 28.445-22.755 45.511-22.755h409.6c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM113.778 195.555c-17.067 0-28.445 11.378-28.445 28.445s11.378 28.445 28.445 28.445c17.067 0 28.444-11.378 28.444-28.445s-11.378-28.445-28.445-28.445v0zM426.666 53.334c-93.867 0-170.667 76.8-170.667 170.667s76.8 170.667 170.667 170.667c93.867 0 170.666-76.8 170.666-170.667s-76.8-170.667-170.667-170.667v0z" horiz-adv-x="683" />
<glyph unicode="&#xe779;" d="M11.636 130.909v-46.546c65.163 0 116.364-51.2 116.364-116.363h46.546c0 90.764-72.145 162.909-162.909 162.909v0zM11.636 37.818v-69.818h69.818c0 39.563-30.255 69.818-69.818 69.818v0zM11.636 224v-46.546c116.364 0 209.454-93.091 209.454-209.454h46.546c0 141.964-114.036 256-256 256v0zM360.728 480h-232.727c-25.6 0-46.546-20.945-46.546-46.546v-172.218c16.291-4.654 32.582-9.309 46.546-13.963v139.636h232.727v-302.545h-69.818c11.637-27.928 18.618-60.509 20.945-93.091h48.873c25.6 0 46.546 20.945 46.546 46.546v395.637c0 25.6-20.945 46.546-46.546 46.546v0z" horiz-adv-x="442" />
<glyph unicode="&#xe77a;" d="M554.667 480l-162.134-213.333 123.734-162.134-68.267-51.2c-72.534 93.867-192 256-192 256l-256-341.334h938.667l-384 512z" horiz-adv-x="939" />
<glyph unicode="&#xe77b;" d="M0 73.412v-60.236h421.647v60.236h-421.647zM135.53 199.906h150.588l27.106-66.259h63.247l-141.553 331.294h-45.177l-144.565-331.294h63.247l27.106 66.259zM210.823 404.706l57.224-150.588h-111.435l54.212 150.588z" horiz-adv-x="422" />
<glyph unicode="&#xe77c;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM179.2 249.6h-51.2v51.2h51.2v-51.2zM281.6 249.6h-51.2v51.2h51.2v-51.2zM384 249.6h-51.2v51.2h51.2v-51.2z" />
<glyph unicode="&#xe77d;" d="M398.222 480v-56.889h-56.889v56.889h-227.555v-56.889h-56.889v56.889h-56.889v-512h56.889v56.889h56.889v-56.889h227.555v56.889h56.889v-56.889h56.889v512h-56.889zM113.778 81.778h-56.889v56.889h56.889v-56.889zM113.778 195.555h-56.889v56.889h56.889v-56.889zM113.778 309.333h-56.889v56.889h56.889v-56.889zM398.222 81.778h-56.889v56.889h56.889v-56.889zM398.222 195.555h-56.889v56.889h56.889v-56.889zM398.222 309.333h-56.889v56.889h56.889v-56.889z" horiz-adv-x="455" />
<glyph unicode="&#xe77e;" d="M358.4 480h-230.4c-20.48 0-38.4-12.8-46.080-30.72l-76.8-181.76c-2.56-5.12-5.12-10.24-5.12-17.92v-51.2c0-28.16 23.040-51.2 51.2-51.2h161.28l-25.6-117.76v-7.68c0-10.24 5.12-20.48 10.24-28.16l28.16-25.6 168.96 168.96c10.24 10.24 15.36 23.040 15.36 35.84v256c0 28.16-23.040 51.2-51.2 51.2v0zM460.8 480v-307.2h102.4v307.2h-102.4z" horiz-adv-x="563" />
<glyph unicode="&#xe77f;" d="M0-32h102.4v307.2h-102.4v-307.2zM563.2 249.6c0 28.16-23.040 51.2-51.2 51.2h-161.28l25.6 117.76v7.68c0 10.24-5.12 20.48-10.24 28.16l-28.16 25.6-168.96-168.96c-10.24-7.68-15.36-20.48-15.36-35.84v-256c0-28.16 23.040-51.2 51.2-51.2h230.4c20.48 0 38.4 12.8 46.080 30.72l76.8 181.76c2.56 5.12 2.56 12.8 2.56 17.92v51.2h2.56c0-2.56 0 0 0 0v0z" horiz-adv-x="563" />
<glyph unicode="&#xe780;" d="M363.52 331.52c-28.16 30.72-69.12 46.080-107.52 46.080v-153.6l-107.52-107.52c58.88-58.88 156.16-58.88 217.6 0 58.88 58.88 58.88 156.16-2.56 215.040v0zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe781;" d="M267.13 468.87h-133.565v-44.522h133.565v44.522zM178.087 179.478h44.522v133.565h-44.522v-133.565zM356.174 326.4l33.392 31.165c-11.13 11.13-22.261 22.261-33.392 31.165l-31.165-31.165c-33.392 26.713-77.913 44.522-124.661 44.522-111.305 0-200.348-89.043-200.348-200.348s89.043-200.348 200.348-200.348c111.305 0 200.348 89.043 200.348 200.348 0 46.748-15.582 91.269-44.522 124.661v0zM200.348 45.913c-86.817 0-155.826 69.009-155.826 155.826s69.008 155.826 155.826 155.826c86.817 0 155.826-69.009 155.826-155.826s-69.009-155.826-155.826-155.826v0z" horiz-adv-x="401" />
<glyph unicode="&#xe782;" d="M508.8 448c-6.4 19.2-25.6 32-44.8 32h-352c-22.4 0-38.4-12.8-44.8-32l-67.2-192v-256c0-19.2 12.8-32 32-32h32c19.2 0 32 12.8 32 32v32h384v-32c0-19.2 12.8-32 32-32h32c19.2 0 32 12.8 32 32v256l-67.2 192zM112 128c-25.6 0-48 22.4-48 48s22.4 48 48 48c25.6 0 48-22.4 48-48s-22.4-48-48-48v0zM464 128c-25.6 0-48 22.4-48 48s22.4 48 48 48c25.6 0 48-22.4 48-48s-22.4-48-48-48v0zM64 288l48 144h352l48-144h-448z" horiz-adv-x="576" />
<glyph unicode="&#xe783;" d="M409.6 428.8h-25.6v51.2h-51.2v-51.2h-204.8v51.2h-51.2v-51.2h-25.6c-28.16 0-51.2-23.040-51.2-51.2v-358.4c0-28.16 23.040-51.2 51.2-51.2h358.4c28.16 0 51.2 23.040 51.2 51.2v358.4c0 28.16-23.040 51.2-51.2 51.2v0zM409.6 19.2h-358.4v281.6h358.4v-281.6zM102.4 249.6h128v-128h-128v128z" horiz-adv-x="461" />
<glyph unicode="&#xe784;" d="M455.111 280.889h-85.334v31.289c48.356 11.378 85.334 56.889 85.334 110.933h-85.334v28.445c0 17.067-11.378 28.445-28.445 28.445h-227.555c-17.067 0-28.445-11.378-28.445-28.445v-28.445h-85.334c0-54.044 36.978-96.711 85.334-110.933v-31.289h-85.334c0-54.044 36.978-96.711 85.334-110.933v-31.289h-85.334c0-54.044 36.978-96.711 85.334-110.933v-31.289c0-17.067 11.378-28.444 28.445-28.444h227.555c17.067 0 28.445 11.378 28.445 28.445v31.289c48.356 11.378 85.334 56.889 85.334 110.933h-85.334v31.289c48.356 14.222 85.334 56.889 85.334 110.933v0zM227.555 24.889c-31.289 0-56.889 25.6-56.889 56.889s25.6 56.889 56.889 56.889c31.289 0 56.889-25.6 56.889-56.889s-25.6-56.889-56.889-56.889v0zM227.555 167.111c-31.289 0-56.889 25.6-56.889 56.889s25.6 56.889 56.889 56.889c31.289 0 56.889-25.6 56.889-56.889s-25.6-56.889-56.889-56.889v0zM227.555 309.333c-31.289 0-56.889 25.6-56.889 56.889s25.6 56.889 56.889 56.889c31.289 0 56.889-25.6 56.889-56.889s-25.6-56.889-56.889-56.889v0z" horiz-adv-x="455" />
<glyph unicode="&#xe785;" d="M0 76.089v-108.089h108.089l312.889 315.733-108.089 108.089-312.889-315.733zM503.466 366.222c11.378 11.378 11.378 28.445 0 39.822l-65.422 65.422c-11.378 11.378-28.445 11.378-39.822 0l-51.2-51.2 108.089-108.089 48.356 54.044zM256 24.889l-56.889-56.889h369.778v56.889h-312.889z" horiz-adv-x="569" />
<glyph unicode="&#xe786;" d="M512 480h-455.111c-31.289 0-56.889-25.6-56.889-56.889v-341.334c0-31.289 25.6-56.889 56.889-56.889h113.778v-56.889h227.555v56.889h113.778c31.289 0 56.889 25.6 56.889 56.889v341.334c0 31.289-25.6 56.889-56.889 56.889v0zM512 81.778h-455.111v341.334h455.111v-341.334z" horiz-adv-x="569" />
<glyph unicode="&#xe787;" d="M204.8 377.6v89.6l-128-128 128-128v115.2c84.48 0 153.6-69.12 153.6-153.6s-69.12-153.6-153.6-153.6c-84.48 0-153.6 69.12-153.6 153.6h-51.2c0-112.64 92.16-204.8 204.8-204.8s204.8 92.16 204.8 204.8c0 112.64-92.16 204.8-204.8 204.8v0z" horiz-adv-x="410" />
<glyph unicode="&#xe788;" d="M28.8 12.8l44.8-44.8 102.4 102.4 102.4-102.4 44.8 44.8-147.2 147.2-147.2-147.2zM323.2 435.2l-44.8 44.8-102.4-102.4-102.4 102.4-44.8-44.8 147.2-147.2 147.2 147.2z" horiz-adv-x="384" />
<glyph unicode="&#xe789;" d="M156.445 400.356l91.022-91.022 39.822 39.822-130.845 130.844-130.845-130.844 39.822-39.822 91.022 91.022zM156.445 47.644l-91.022 91.022-39.822-39.822 130.844-130.844 130.844 130.845-39.822 39.822-91.022-91.022z" horiz-adv-x="342" />
<glyph unicode="&#xe78a;" d="M455.111 480h-398.222c-31.289 0-56.889-25.6-56.889-56.889v-398.222c0-31.289 25.6-56.889 56.889-56.889h398.222c31.289 0 56.889 25.6 56.889 56.889v398.222c0 31.289-25.6 56.889-56.889 56.889v0zM71.111 352h56.889v56.889h42.666v-56.889h56.889v-42.666h-56.889v-56.889h-42.666v56.889h-56.889v42.666zM455.111 24.889h-398.222l398.222 398.222v-398.222zM398.222 81.778v42.666h-142.222v-42.666h142.222z" />
<glyph unicode="&#xe78b;" d="M256 121.6h128v38.4h-128v-38.4zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM102.4 326.4h51.2v51.2h38.4v-51.2h51.2v-38.4h-51.2v-51.2h-38.4v51.2h-51.2v38.4zM256 19.2c-56.32 0-107.52 23.040-145.92 58.88l291.84 291.84c35.84-38.4 58.88-89.6 58.88-145.92 0-112.64-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe78c;" d="M281.6 326.4h-51.2v-76.8h-76.8v-51.2h76.8v-76.8h51.2v76.8h76.8v51.2h-76.8v76.8zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe78d;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0zM153.6 198.4h204.8v51.2h-204.8v-51.2z" />
<glyph unicode="&#xe78e;" d="M204.8 275.2h-204.8v-51.2h204.8v51.2zM204.8 480v0-51.2c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8c-56.32 0-107.52 23.040-145.92 58.88l-35.84-35.84c46.080-46.080 110.080-74.24 181.76-74.24 140.8 0 256 115.2 256 256s-115.2 256-256 256v0z" horiz-adv-x="461" />
<glyph unicode="&#xe78f;" d="M448 288h-64v-64h64v64zM448 160h-64v-64h64v64zM192 288h-64v-64h64v64zM320 288h-64v-64h64v64zM576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 32h-512v384h512v-384z" horiz-adv-x="640" />
<glyph unicode="&#xe790;" d="M384 144h160v160h96l-176 176-176-176h96v-160zM288 16h352v64h-352v-64zM112 432l-102.4-288h60.8l22.4 64h102.4l22.4-64h60.8l-102.4 288h-64zM108.8 252.8l35.2 115.2 35.2-115.2h-70.4z" horiz-adv-x="640" />
<glyph unicode="&#xe791;" d="M244.869 335.304v-89.043h22.261v-44.521h-66.782v178.087h44.522l-66.782 89.043-66.782-89.043h44.522v-178.087h-66.782v46.748c15.582 6.678 26.713 24.487 26.713 42.296 0 26.713-22.261 48.974-48.974 48.974s-48.974-22.261-48.974-48.974c0-17.808 11.13-35.618 26.713-42.296v-46.748c0-24.487 20.035-44.522 44.522-44.522h66.782v-69.008c-15.583-8.904-26.713-24.487-26.713-42.296 0-26.713 22.261-48.974 48.974-48.974s48.974 22.261 48.974 48.974c0 20.035-11.131 35.618-26.713 42.296v69.009h66.782c24.487 0 44.522 20.035 44.522 44.522v44.522h22.261v89.043h-89.043z" horiz-adv-x="334" />
<glyph unicode="&#xe792;" d="M244.869 335.304v-89.043h22.261v-44.521h-66.782v178.087h44.522l-66.782 89.043-66.782-89.043h44.522v-178.087h-66.782v46.748c15.582 6.678 26.713 24.487 26.713 42.296 0 26.713-22.261 48.974-48.974 48.974s-48.974-22.261-48.974-48.974c0-17.808 11.13-35.618 26.713-42.296v-46.748c0-24.487 20.035-44.522 44.522-44.522h66.782v-69.008c-15.583-8.904-26.713-24.487-26.713-42.296 0-26.713 22.261-48.974 48.974-48.974s48.974 22.261 48.974 48.974c0 20.035-11.131 35.618-26.713 42.296v69.009h66.782c24.487 0 44.522 20.035 44.522 44.522v44.522h22.261v89.043h-89.043z" horiz-adv-x="334" />
<glyph unicode="&#xe793;" d="M0 138.666h56.889v170.666h-56.889v-170.666zM85.334 81.778h56.889v284.445h-56.889v-284.445zM625.778 309.333v-170.666h56.889v170.666h-56.889zM540.444 81.778h56.889v284.445h-56.889v-284.445zM469.334 480h-256c-22.756 0-42.666-19.911-42.666-42.666v-426.666c0-22.755 19.911-42.666 42.666-42.666h256c22.755 0 42.666 19.911 42.666 42.666v426.666c0 22.755-19.911 42.666-42.666 42.666v0zM455.111 24.889h-227.555v398.222h227.555v-398.222z" horiz-adv-x="683" />
<glyph unicode="&#xe794;" d="M597.333 288v149.333c0 25.6-17.067 42.667-42.667 42.667h-512c-25.6 0-42.666-17.067-42.666-42.667v-426.666c0-25.6 17.067-42.666 42.666-42.666h512c25.6 0 42.667 17.067 42.667 42.666v149.333l170.667-170.667v469.334l-170.667-170.666z" horiz-adv-x="768" />
<glyph unicode="&#xe795;" d="M475.428 358.095l-97.524-97.524v85.333c0 14.629-9.752 24.381-24.381 24.381h-151.162l273.067-273.067v260.876zM43.886 467.81l-31.695-31.695 65.829-65.829h-17.067c-14.629 0-24.381-9.752-24.381-24.381v-243.809c0-14.628 9.752-24.381 24.381-24.381h292.572c4.876 0 9.752 2.438 12.19 4.876l78.019-78.019 31.695 31.695-431.543 431.543z" />
<glyph unicode="&#xe796;" d="M576 467.2c-19.2 6.4-137.6 12.8-256 12.8s-236.8-6.4-256-12.8c-51.2-16-64-128-64-243.2s12.8-227.2 64-243.2c19.2-6.4 137.6-12.8 256-12.8s236.8 6.4 256 12.8c51.2 16 64 128 64 243.2s-12.8 227.2-64 243.2v0zM256 80v288l192-144-192-144z" horiz-adv-x="640" />
<glyph unicode="&#xe797;" d="M17.067 19.2h102.4v443.733h-102.4v-443.733zM494.933 462.933v-443.733h102.4v443.733h-102.4zM153.6 19.2h307.2v443.733h-307.2v-443.733z" horiz-adv-x="649" />
<glyph unicode="&#xe798;" d="M221.867 19.2h170.667v443.733h-170.667v-443.733zM17.067 19.2h170.667v443.733h-170.667v-443.733zM426.666 462.933v-443.733h170.666v443.733h-170.667z" horiz-adv-x="649" />
<glyph unicode="&#xe799;" d="M18.285 114.286h621.715v73.143h-621.715v-73.143zM18.285-32h621.715v73.143h-621.715v-73.143zM18.285 260.572h621.715v73.143h-621.715v-73.143zM18.285 480v-73.143h621.715v73.143h-621.715z" horiz-adv-x="695" />
<glyph unicode="&#xe79a;" d="M18.285 150.857h146.286v146.286h-146.286v-146.286zM18.285-32h146.286v146.286h-146.286v-146.286zM18.285 333.714h146.286v146.286h-146.286v-146.286zM201.143 150.857h438.857v146.286h-438.857v-146.286zM201.143-32h438.857v146.286h-438.857v-146.286zM201.143 480v-146.286h438.857v146.286h-438.857z" horiz-adv-x="695" />
<glyph unicode="&#xe79b;" d="M17.067 258.134h170.667v204.8h-170.667v-204.8zM17.067 19.2h170.667v204.8h-170.667v-204.8zM221.867 19.2h170.667v204.8h-170.667v-204.8zM426.666 19.2h170.666v204.8h-170.667v-204.8zM221.867 258.134h170.667v204.8h-170.667v-204.8zM426.666 462.933v-204.8h170.666v204.8h-170.667z" horiz-adv-x="649" />
<glyph unicode="&#xe79c;" d="M221.867 19.2h170.667v204.8h-170.667v-204.8zM17.067 19.2h170.667v443.733h-170.667v-443.733zM426.666 19.2h170.666v204.8h-170.667v-204.8zM221.867 462.933v-204.8h375.466v204.8h-375.466z" horiz-adv-x="649" />
<glyph unicode="&#xe79d;" d="M17.067 19.2h580.266v204.8h-580.266v-204.8zM17.067 462.933v-204.8h580.266v204.8h-580.266z" horiz-adv-x="649" />
<glyph unicode="&#xe79e;" d="M352 480c-160 0-297.6-99.2-352-240 54.4-140.8 192-240 352-240s297.6 99.2 352 240c-54.4 140.8-192 240-352 240v0zM352 80c-89.6 0-160 70.4-160 160s70.4 160 160 160c89.6 0 160-70.4 160-160s-70.4-160-160-160v0zM352 336c-54.4 0-96-41.6-96-96s41.6-96 96-96c54.4 0 96 41.6 96 96s-41.6 96-96 96v0z" horiz-adv-x="704" />
<glyph unicode="&#xe79f;" d="M268.19 370.286c68.267 0 121.905-53.638 121.905-121.905 0-14.629-2.438-31.695-9.752-43.885l70.705-70.705c36.572 31.695 65.828 70.705 82.895 114.591-41.447 107.276-146.286 182.857-268.19 182.857-34.133 0-65.829-7.315-97.524-17.067l53.638-53.638c14.629 7.315 31.695 9.753 46.324 9.753v0zM24.381 436.115l65.829-65.829c-41.447-31.695-73.143-73.143-90.21-121.905 41.447-107.276 146.286-182.857 268.19-182.857 36.572 0 73.143 7.315 107.276 19.505l80.457-80.457 31.695 31.695-431.543 431.543-31.695-31.695zM158.476 302.019l36.572-36.572v-17.066c0-41.448 31.695-73.143 73.143-73.143 4.876 0 9.752 0 17.067 2.438l36.572-36.572c-17.067-9.752-34.134-14.628-53.638-14.628-68.267 0-121.905 53.638-121.905 121.905 0 19.505 4.876 36.571 12.191 53.638v0zM263.315 321.524l75.581-75.581v4.876c0 41.447-31.695 73.143-73.143 73.143 0-2.438 0-2.438-2.438-2.438v0z" horiz-adv-x="537" />
<glyph unicode="&#xe7a0;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM409.6 172.8l-102.4 81.92v-81.92h-204.8v204.8h204.8v-81.92l102.4 81.92v-204.8z" />
<glyph unicode="&#xe7a1;" d="M728.615 460.308c-118.154 0-216.615-98.462-216.615-216.615 0-51.2 19.692-98.462 51.2-137.846h-181.169c31.507 39.385 51.2 86.646 51.2 137.846 0 118.154-98.462 216.615-216.615 216.615s-216.615-98.462-216.615-216.615c0-118.154 98.462-216.615 216.615-216.615h512c118.154 0 216.615 98.462 216.615 216.615s-98.462 216.615-216.615 216.615v0zM216.615 105.846c-74.831 0-137.846 63.015-137.846 137.846s63.016 137.846 137.846 137.846c74.831 0 137.846-63.015 137.846-137.846s-63.015-137.846-137.846-137.846v0zM728.615 105.846c-74.831 0-137.846 63.015-137.846 137.846s63.015 137.846 137.846 137.846c74.831 0 137.846-63.015 137.846-137.846s-63.015-137.846-137.846-137.846v0z" horiz-adv-x="945" />
<glyph unicode="&#xe7a2;" d="M432 224c0 57.6-32 105.6-80 128v-256c48 22.4 80 70.4 80 128v0zM0 320v-192h128l160-160v512l-160-160h-128z" horiz-adv-x="448" />
<glyph unicode="&#xe7a3;" d="M16 320v-192h128l160-160v512l-160-160h-128z" horiz-adv-x="352" />
<glyph unicode="&#xe7a4;" d="M363.789 237.474c0 48.505-26.947 88.926-67.368 107.79v-59.284l67.368-67.369v18.863zM431.158 237.474c0-24.252-5.389-48.505-13.474-70.063l40.421-40.421c18.863 32.337 26.947 72.758 26.947 113.179 0 115.874-80.842 212.884-188.631 237.137v-56.59c78.147-26.947 134.737-97.010 134.737-183.242v0zM35.032 480l-35.032-35.031 126.653-126.652h-126.653v-161.684h107.79l134.737-134.737v180.548l115.873-115.874c-18.863-13.474-37.726-24.252-61.979-32.337v-56.589c37.726 8.084 70.063 24.252 99.705 48.505l53.894-53.894 35.031 35.031-242.526 242.526-207.494 210.19zM242.526 453.053l-56.589-56.59 56.589-56.589v113.179z" horiz-adv-x="485" />
<glyph unicode="&#xe7a5;" d="M0 309.333v-170.666h113.778l142.222-142.222v455.111l-142.222-142.222h-113.778zM384 224c0 51.2-28.445 93.866-71.111 113.778v-227.555c42.666 19.911 71.111 62.578 71.111 113.778v0zM312.889 474.311v-59.733c82.489-25.6 142.222-99.555 142.222-190.578s-59.733-164.978-142.222-190.578v-59.733c113.778 25.6 199.111 128 199.111 250.311s-85.334 224.711-199.111 250.311v0z" />
<glyph unicode="&#xe7a6;" d="M488.728 410.182v11.636c0 32.582-25.6 58.182-58.182 58.182s-58.182-25.6-58.182-58.182v-11.636c-13.964 0-23.272-9.309-23.272-23.273v-93.091c0-13.964 9.309-23.272 23.272-23.272h116.363c13.964 0 23.272 9.309 23.272 23.272v93.091c0 13.964-9.309 23.272-23.272 23.272v0zM470.109 410.182h-79.127v11.636c0 20.946 18.618 39.564 39.563 39.564s39.563-18.618 39.563-39.564v-11.636zM416.582 224c0-6.982 2.327-16.291 2.327-23.272 0-48.873-18.618-93.091-48.873-125.673-6.982 18.618-23.272 32.582-44.218 32.582h-23.272v69.818c0 13.964-9.309 23.272-23.272 23.272h-139.637v46.546h46.546c13.964 0 23.273 9.309 23.273 23.272v46.546h46.545c25.6 0 46.546 20.945 46.546 46.545v58.182c-20.945 6.982-46.546 11.637-69.818 11.637-128 0-232.727-104.728-232.727-232.728s104.728-232.727 232.727-232.727c128 0 232.728 104.728 232.728 232.727 0 6.982 0 16.291-2.327 23.272h-46.546zM209.454 16.873c-90.763 11.637-162.909 90.763-162.909 183.854 0 13.964 2.328 27.928 4.654 41.891l111.709-111.709v-23.272c0-25.6 20.946-46.546 46.546-46.546v-44.218z" />
<glyph unicode="&#xe7a7;" d="M0 4.572h536.381l-268.19 463.238-268.19-463.238zM292.572 77.714h-48.762v48.762h48.762v-48.762zM292.572 175.238h-48.762v97.524h48.762v-97.524z" horiz-adv-x="537" />
<glyph unicode="&#xe7a8;" d="M341.334 224c0 53.334-25.6 102.4-64 134.4l-21.334 121.6h-170.667l-21.334-121.6c-38.4-32-64-81.066-64-134.4s25.6-102.4 64-134.4l21.334-121.6h170.667l21.334 121.6c38.4 32 64 81.067 64 134.4v0zM42.666 224c0 70.4 57.6 128 128 128s128-57.6 128-128c0-70.4-57.6-128-128-128s-128 57.6-128 128v0z" horiz-adv-x="342" />
<glyph unicode="&#xe7a9;" d="M220.8 204.8h73.6l-38.4 115.2-35.2-115.2zM704 384l-38.4-201.6-48 201.6h-51.2l-48-201.6-38.4 201.6h-25.6c-44.8 57.6-118.4 96-198.4 96-140.8 0-256-115.2-256-256s115.2-256 256-256c99.2 0 185.6 57.6 230.4 140.8l3.2-12.8h54.4l48 195.2 48-195.2h57.6l64 288h-57.6zM329.6 96l-22.4 64h-102.4l-22.4-64h-60.8l102.4 288h64l102.4-288h-60.8z" horiz-adv-x="768" />
<glyph unicode="&#xe7aa;" d="M620.8 288c-22.4 108.8-118.4 192-236.8 192-92.8 0-172.8-51.2-211.2-128-99.2-12.8-172.8-92.8-172.8-192 0-105.6 86.4-192 192-192h416c89.6 0 160 70.4 160 160 0 83.2-67.2 153.6-147.2 160v0z" horiz-adv-x="768" />
<glyph unicode="&#xe7ab;" d="M58.182 84.363l34.909-34.909 41.891 41.891-32.582 32.582-44.218-39.563zM232.727-6.4h46.545v67.491h-46.546v-67.491zM69.818 270.546h-69.818v-46.546h69.818v46.546zM325.818 368.291v111.709h-139.637v-111.709c-41.891-23.272-69.818-69.818-69.818-121.018 0-76.8 62.837-139.637 139.637-139.637s139.637 62.837 139.637 139.637c0 51.2-27.928 97.745-69.818 121.018v0zM442.182 270.546v-46.546h69.818v46.546h-69.818zM377.018 91.346l41.891-41.891 32.582 32.582-41.891 41.891-32.582-32.582z" />
<glyph unicode="&#xe7ac;" d="M33.392 157.217h311.652v133.565h-311.652v-133.565zM166.957 466.644v-64.557h44.522v64.557h-44.522zM345.043 413.217l-40.070-40.069 31.165-31.165 40.070 40.070-31.165 31.165zM211.478-18.644v64.557h-44.522v-64.557c6.678-2.226 44.522 0 44.522 0v0zM378.435 68.174l-40.070 40.070-31.165-31.165 37.844-42.296 33.392 33.392zM0 379.826l40.069-40.070 31.165 31.165-37.843 42.296-33.392-33.392zM33.392 34.783l40.069 40.070-31.165 31.165-40.069-40.070 31.165-31.165z" horiz-adv-x="401" />
<glyph unicode="&#xe7ad;" d="M129.113 373.148l-40.070 40.069-33.392-33.391 40.069-40.070 33.392 33.392zM66.782 246.261h-66.782v-44.521h66.782v44.522zM267.13 466.644h-44.522v-64.557h44.522v64.557zM434.087 379.826l-33.392 33.391-40.070-40.069 31.165-31.165 42.296 37.844zM360.626 74.852l40.070-40.070 31.165 31.165-40.070 40.070-31.165-31.165zM422.957 246.261v-44.521h66.783v44.522h-66.783zM244.869 357.565c-73.461 0-133.565-60.104-133.565-133.565s60.105-133.565 133.565-133.565c73.461 0 133.565 60.104 133.565 133.565s-60.105 133.565-133.565 133.565v0zM222.608-18.644h44.522v64.557h-44.522v-64.557zM55.652 68.174l33.391-33.392 40.070 40.070-31.165 31.165-42.295-37.844z" horiz-adv-x="490" />
<glyph unicode="&#xe7ae;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM416 32h-352v128h352v-128zM416 192h-352v128h352v-128zM576 32h-128v288h128v-288z" horiz-adv-x="640" />
<glyph unicode="&#xe7af;" d="M243.2 480c0 0 15.36-64 15.36-115.2 0-48.64-33.28-89.6-81.92-89.6s-87.040 40.96-87.040 89.6v7.68c-48.64-58.88-76.8-133.12-76.8-212.48 0-104.96 87.040-192 192-192s192 87.040 192 192c0 130.56-58.88 245.76-153.6 320v0zM204.8 44.8c-43.52 0-76.8 33.28-76.8 74.24 0 38.4 25.6 66.56 66.56 74.24 43.52 7.68 87.040 28.16 110.080 61.44 10.24-30.72 15.36-64 15.36-97.28 0-61.44-51.2-112.64-115.2-112.64v0z" horiz-adv-x="435" />
<glyph unicode="&#xe7b0;" d="M243.81 272.762c-26.819 0-48.762-21.943-48.762-48.762s21.943-48.762 48.762-48.762c26.819 0 48.762 21.943 48.762 48.762s-21.943 48.762-48.762 48.762v0zM390.095 224c0 80.457-65.829 146.286-146.286 146.286s-146.286-65.829-146.286-146.286c0-53.638 29.257-99.962 73.143-126.781l24.381 41.447c-29.257 17.067-48.762 48.762-48.762 82.895 0 53.638 43.886 97.524 97.524 97.524s97.524-43.886 97.524-97.524c0-36.572-19.505-68.267-48.762-82.895l24.381-41.447c43.885 26.819 73.143 73.143 73.143 126.781v0zM243.81 467.81c-134.095 0-243.81-109.714-243.81-243.81 0-90.209 48.762-168.228 121.905-209.676l24.381 41.447c-58.514 34.133-97.524 97.524-97.524 168.228 0 107.276 87.772 195.048 195.048 195.048s195.048-87.772 195.048-195.048c0-73.143-39.010-134.095-97.524-168.228l24.381-41.447c73.143 41.447 121.905 121.905 121.905 209.676 0 134.095-109.714 243.81-243.81 243.81v0z" horiz-adv-x="488" />
<glyph unicode="&#xe7b1;" d="M243.81 272.762c-26.819 0-48.762-21.943-48.762-48.762s21.943-48.762 48.762-48.762c26.819 0 48.762 21.943 48.762 48.762s-21.943 48.762-48.762 48.762v0zM390.095 224c0 80.457-65.829 146.286-146.286 146.286s-146.286-65.829-146.286-146.286c0-53.638 29.257-99.962 73.143-126.781l24.381 41.447c-29.257 17.067-48.762 48.762-48.762 82.895 0 53.638 43.886 97.524 97.524 97.524s97.524-43.886 97.524-97.524c0-36.572-19.505-68.267-48.762-82.895l24.381-41.447c43.885 26.819 73.143 73.143 73.143 126.781v0zM243.81 467.81c-134.095 0-243.81-109.714-243.81-243.81 0-90.209 48.762-168.228 121.905-209.676l24.381 41.447c-58.514 34.133-97.524 97.524-97.524 168.228 0 107.276 87.772 195.048 195.048 195.048s195.048-87.772 195.048-195.048c0-73.143-39.010-134.095-97.524-168.228l24.381-41.447c73.143 41.447 121.905 121.905 121.905 209.676 0 134.095-109.714 243.81-243.81 243.81v0z" horiz-adv-x="488" />
<glyph unicode="&#xe7b2;" d="M438.857 370.286h-97.524v48.762l-48.762 48.762h-97.524l-48.762-48.762v-48.762h-97.524c-26.819 0-48.762-21.943-48.762-48.762v-268.19c0-26.819 21.943-48.762 48.762-48.762h390.095c26.819 0 48.762 21.943 48.762 48.762v268.19c0 26.819-21.943 48.762-48.762 48.762v0zM292.572 370.286h-97.524v48.762h97.524v-48.762z" horiz-adv-x="488" />
<glyph unicode="&#xe7b3;" d="M102.4 258.134c39.822-79.644 108.089-145.067 187.734-187.734l62.578 62.578c8.534 8.534 19.911 11.378 28.445 5.689 31.289-11.378 65.422-17.067 102.4-17.067 17.067 0 28.444-11.378 28.444-28.445v-96.711c0-17.067-11.378-28.445-28.445-28.445-267.378 0-483.555 216.178-483.555 483.555 0 17.067 11.378 28.445 28.445 28.445h99.555c17.066 0 28.445-11.378 28.445-28.445 0-34.134 5.689-68.267 17.066-102.4 2.845-8.534 0-19.911-5.689-28.445l-65.422-62.578z" />
<glyph unicode="&#xe7b4;" d="M558.545 363.637c-74.472 0-144.291-13.964-214.109-32.582v-144.291c0-18.618-9.309-32.582-27.928-41.891-46.546-23.272-88.436-51.2-125.673-88.436-9.309-9.309-18.618-13.964-32.582-13.964s-23.273 4.654-32.582 13.964l-116.364 116.363c-4.654 9.309-9.309 18.618-9.309 32.582s4.654 23.273 13.963 32.582c139.637 134.982 335.127 218.763 544.582 218.763s404.946-83.782 544.582-218.763c9.309-9.309 13.964-18.618 13.964-32.582s-4.655-23.272-13.964-32.582l-116.364-116.363c-9.309-9.309-18.618-13.964-32.582-13.964s-23.273 4.654-32.582 13.964c-37.236 32.582-79.127 65.163-125.673 88.437-13.963 9.309-27.928 23.272-27.928 41.891v144.291c-65.163 18.618-134.982 32.582-209.455 32.582v0z" horiz-adv-x="1117" />
<glyph unicode="&#xe7b5;" d="M192 480v-64h211.2l-403.2-403.2 44.8-44.8 403.2 403.2v-211.2h64v320h-320z" />
<glyph unicode="&#xe7b6;" d="M327.111-0.711l39.822 39.822-96.711 96.711-39.822-39.822 96.711-96.711zM56.889 352h99.555v-159.289l-153.6-153.6 39.822-39.822 170.667 170.667v182.044h99.555l-128 128-128-128z" horiz-adv-x="398" />
<glyph unicode="&#xe7b7;" d="M772.654 480l-353.745-353.745-260.654 260.654h214.109v93.091h-372.363v-372.363h93.091v214.109l325.818-325.818 418.909 418.909-65.163 65.163z" horiz-adv-x="838" />
<glyph unicode="&#xe7b8;" d="M512 435.2l-44.8 44.8-403.2-403.2v211.2h-64v-320h320v64h-211.2l403.2 403.2z" />
<glyph unicode="&#xe7b9;" d="M320 480l73.6-73.6-92.8-92.8 44.8-44.8 92.8 92.8 73.6-73.6v192h-192zM192 480h-192v-192l73.6 73.6 150.4-150.4v-243.2h64v268.8l-169.6 169.6 73.6 73.6z" />
<glyph unicode="&#xe7ba;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM102.4 300.8h307.2v-51.2h-307.2v51.2zM307.2 172.8h-204.8v51.2h204.8v-51.2zM409.6 326.4h-307.2v51.2h307.2v-51.2z" />
<glyph unicode="&#xe7bb;" d="M512 428.8c0 28.16-23.040 51.2-51.2 51.2h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-307.2c0-28.16 23.040-51.2 51.2-51.2h358.4l102.4-102.4v460.8zM409.6 172.8h-307.2v51.2h307.2v-51.2zM409.6 249.6h-307.2v51.2h307.2v-51.2zM409.6 326.4h-307.2v51.2h307.2v-51.2z" />
<glyph unicode="&#xe7bc;" d="M186.182 61.091c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.946 46.546-46.546 46.546v0zM46.545 480c-25.6 0-46.545-20.945-46.545-46.546s20.945-46.546 46.545-46.546c25.6 0 46.545 20.946 46.545 46.546s-20.945 46.546-46.545 46.546v0zM46.545 340.363c-25.6 0-46.545-20.945-46.545-46.546s20.945-46.546 46.545-46.546c25.6 0 46.545 20.945 46.545 46.546s-20.945 46.546-46.545 46.546v0zM46.545 200.728c-25.6 0-46.545-20.945-46.545-46.546s20.945-46.546 46.545-46.546c25.6 0 46.545 20.945 46.545 46.546s-20.945 46.546-46.545 46.546v0zM325.818 386.909c25.6 0 46.546 20.946 46.546 46.546s-20.945 46.546-46.546 46.546c-25.6 0-46.546-20.945-46.546-46.546s20.945-46.546 46.546-46.546v0zM186.182 200.728c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.946 46.546-46.546 46.546v0zM325.818 200.728c-25.6 0-46.546-20.945-46.546-46.546s20.945-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.945 46.546-46.546 46.546v0zM325.818 340.363c-25.6 0-46.546-20.945-46.546-46.546s20.945-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.945 46.546-46.546 46.546v0zM186.182 340.363c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.945 46.546 46.546s-20.946 46.546-46.546 46.546v0zM186.182 480c-25.6 0-46.546-20.945-46.546-46.546s20.946-46.546 46.546-46.546c25.6 0 46.546 20.946 46.546 46.546s-20.946 46.546-46.546 46.546v0z" horiz-adv-x="373" />
<glyph unicode="&#xe7bd;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 352l-256-160-256 160v64l256-160 256 160v-64z" horiz-adv-x="640" />
<glyph unicode="&#xe7be;" d="M486.4 377.6h-51.2v-230.4h-332.8v-51.2c0-15.36 10.24-25.6 25.6-25.6h281.6l102.4-102.4v384c0 15.36-10.24 25.6-25.6 25.6v0zM384 224v230.4c0 15.36-10.24 25.6-25.6 25.6h-332.8c-15.36 0-25.6-10.24-25.6-25.6v-358.4l102.4 102.4h256c15.36 0 25.6 10.24 25.6 25.6v0z" />
<glyph unicode="&#xe7bf;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM576 32h-64v281.6l-192-121.6-192 121.6v-281.6h-64v384h38.4l217.6-134.4 217.6 134.4h38.4v-384z" horiz-adv-x="640" />
<glyph unicode="&#xe7c0;" d="M209.454 468.363c-109.382 0-197.818-88.436-197.818-197.818s88.436-197.818 197.818-197.818h11.637v-81.454c114.036 53.527 186.182 174.546 186.182 279.272 0 109.382-88.437 197.818-197.818 197.818v0zM197.818 258.909l-23.273-46.546h-34.909l23.273 46.546h-34.909v69.818h69.818v-69.818zM290.909 258.909l-23.272-46.546h-34.909l23.272 46.546h-34.909v69.818h69.818v-69.818z" horiz-adv-x="442" />
<glyph unicode="&#xe7c1;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM512 96l-128 102.4v-102.4h-256v256h256v-102.4l128 102.4v-256z" horiz-adv-x="640" />
<glyph unicode="&#xe7c2;" d="M434.087 402.087h-271.582l89.043-89.043h48.974v-48.974l13.356-13.357 75.687 62.331v-138.018l89.043-89.043v271.582c0 24.487-20.035 44.522-44.522 44.522v0zM40.069 468.87l-28.939-28.939 44.522-44.522c-13.356-6.678-22.261-22.261-22.261-37.844v-267.13c0-24.487 20.035-44.522 44.522-44.522h327.235l44.522-44.522 28.939 28.939-438.539 438.539zM122.435 313.043h15.583l162.505-162.505v-15.582h-178.087v178.087z" />
<glyph unicode="&#xe7c3;" d="M113.778 480l-113.778-113.778h85.334v-199.111h56.889v199.111h85.333l-113.778 113.778zM312.889 81.778v199.111h-56.889v-199.111h-85.334l113.778-113.778 113.778 113.778h-85.334z" horiz-adv-x="398" />
<glyph unicode="&#xe7c4;" d="M356.174 468.87h-311.652c-24.487 0-44.522-20.035-44.522-44.522v-311.652c0-24.487 20.035-44.522 44.522-44.522h89.043l66.782-66.782 66.782 66.783h89.043c24.487 0 44.522 20.035 44.522 44.522v311.652c0 24.487-20.035 44.522-44.522 44.522v0zM222.608 112.695h-44.522v44.522h44.522v-44.522zM269.356 284.105l-20.035-20.035c-17.809-15.583-26.713-28.939-26.713-62.33h-44.522v11.13c0 24.487 8.905 46.748 26.713 62.331l26.713 28.939c8.905 6.678 13.357 17.808 13.357 31.165 0 24.487-20.035 44.522-44.522 44.522s-44.522-20.035-44.522-44.522h-44.522c0 48.974 40.070 89.043 89.043 89.043s89.043-40.069 89.043-89.043c0-20.035-8.904-37.843-20.035-51.2v0z" horiz-adv-x="401" />
<glyph unicode="&#xe7c5;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM409.6 172.8h-307.2v51.2h307.2v-51.2zM409.6 249.6h-307.2v51.2h307.2v-51.2zM409.6 326.4h-307.2v51.2h307.2v-51.2z" />
<glyph unicode="&#xe7c6;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0z" />
<glyph unicode="&#xe7c7;" d="M102.4 258.134c39.822-79.644 108.089-145.067 187.734-187.734l62.578 62.578c8.534 8.534 19.911 11.378 28.445 5.689 31.289-11.378 65.422-17.067 102.4-17.067 17.067 0 28.444-11.378 28.444-28.445v-96.711c0-17.067-11.378-28.445-28.445-28.445-267.378 0-483.555 216.178-483.555 483.555 0 17.067 11.378 28.445 28.445 28.445h99.555c17.066 0 28.445-11.378 28.445-28.445 0-34.134 5.689-68.267 17.066-102.4 2.845-8.534 0-19.911-5.689-28.445l-65.422-62.578z" />
<glyph unicode="&#xe7c8;" d="M577.828 109.409c-73.143 70.705-175.543 114.591-285.257 114.591s-212.114-43.885-285.257-114.591c-4.876-4.876-7.314-9.752-7.314-17.067s2.438-12.19 7.314-17.067l60.953-60.952c4.876-4.876 9.752-7.315 17.067-7.315s12.191 2.438 17.067 7.315c19.505 17.067 41.448 34.134 65.829 46.324 7.315 4.876 14.629 12.19 14.629 21.943v75.581c34.133 12.19 73.143 17.067 112.153 17.067s75.581-7.315 112.153-17.067v-75.581c0-9.752 4.876-17.067 14.628-21.943 24.381-12.19 46.324-26.819 65.829-46.324 4.876-4.876 9.752-7.315 17.067-7.315s12.191 2.438 17.067 7.315l60.952 60.952c4.876 4.876 7.314 9.752 7.314 17.067-4.876 7.315-7.314 12.19-12.191 17.067v0zM516.876 362.971l-34.134 34.134-87.772-87.772 34.133-34.133c0 2.438 82.895 87.771 87.772 87.771v0zM316.952 467.81h-48.762v-121.905h48.762v121.905zM156.038 277.638l34.133 34.133-85.334 87.772-36.572-36.572c4.876 0 87.772-85.333 87.772-85.333v0z" horiz-adv-x="610" />
<glyph unicode="&#xe7c9;" d="M460.8 480h-409.6c-28.16 0-51.2-23.040-51.2-51.2v-460.8l102.4 102.4h358.4c28.16 0 51.2 23.040 51.2 51.2v307.2c0 28.16-23.040 51.2-51.2 51.2v0zM179.2 249.6h-51.2v51.2h51.2v-51.2zM281.6 249.6h-51.2v51.2h51.2v-51.2zM384 249.6h-51.2v51.2h51.2v-51.2z" />
<glyph unicode="&#xe7ca;" d="M728.615 460.308c-118.154 0-216.615-98.462-216.615-216.615 0-51.2 19.692-98.462 51.2-137.846h-181.169c31.507 39.385 51.2 86.646 51.2 137.846 0 118.154-98.462 216.615-216.615 216.615s-216.615-98.462-216.615-216.615c0-118.154 98.462-216.615 216.615-216.615h512c118.154 0 216.615 98.462 216.615 216.615s-98.462 216.615-216.615 216.615v0zM216.615 105.846c-74.831 0-137.846 63.015-137.846 137.846s63.016 137.846 137.846 137.846c74.831 0 137.846-63.015 137.846-137.846s-63.015-137.846-137.846-137.846v0zM728.615 105.846c-74.831 0-137.846 63.015-137.846 137.846s63.015 137.846 137.846 137.846c74.831 0 137.846-63.015 137.846-137.846s-63.015-137.846-137.846-137.846v0z" horiz-adv-x="945" />
<glyph unicode="&#xe7cb;" d="M512 480h-448c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h448c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM256 256h-48v16h-64v-96h64v16h48v-32c0-19.2-12.8-32-32-32h-96c-19.2 0-32 12.8-32 32v128c0 19.2 12.8 32 32 32h96c19.2 0 32-12.8 32-32v-32zM480 256h-48v16h-64v-96h64v16h48v-32c0-19.2-12.8-32-32-32h-96c-19.2 0-32 12.8-32 32v128c0 19.2 12.8 32 32 32h96c19.2 0 32-12.8 32-32v-32z" horiz-adv-x="576" />
<glyph unicode="&#xe7cc;" d="M0-32l362.666 256-362.666 256v-512zM384 480v-512l362.667 256-362.666 256z" horiz-adv-x="768" />
<glyph unicode="&#xe7cd;" d="M384-32v512l-362.666-256 362.666-256zM405.334 224l362.666-256v512l-362.666-256z" horiz-adv-x="768" />
<glyph unicode="&#xe7ce;" d="M332.8 339.2v140.8h-153.6v-140.8l76.8-76.8 76.8 76.8zM140.8 300.8h-140.8v-153.6h140.8l76.8 76.8-76.8 76.8zM179.2 108.8v-140.8h153.6v140.8l-76.8 76.8-76.8-76.8zM371.2 300.8l-76.8-76.8 76.8-76.8h140.8v153.6h-140.8z" />
<glyph unicode="&#xe7cf;" d="M512 480h-448c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h448c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM256 128h-48v64h-64v-64h-48v192h48v-80h64v80h48v-192zM480 160c0-19.2-12.8-32-32-32h-25.6v-48h-48v48h-22.4c-19.2 0-32 12.8-32 32v128c0 19.2 12.8 32 32 32h96c19.2 0 32-12.8 32-32v-128zM368 176h64v96h-64v-96z" horiz-adv-x="576" />
<glyph unicode="&#xe7d0;" d="M186.182 410.182v69.818l-93.091-93.091 93.091-93.091v69.818c76.8 0 139.636-62.837 139.636-139.637 0-23.272-6.982-46.546-16.291-65.163l34.909-34.909c16.291 30.255 27.928 62.837 27.928 100.072 0 102.4-83.782 186.182-186.182 186.182v0zM186.182 84.363c-76.8 0-139.637 62.837-139.637 139.637 0 23.273 6.982 46.546 16.291 65.163l-34.909 34.909c-16.291-30.255-27.927-62.837-27.927-100.072 0-102.4 83.782-186.182 186.182-186.182v-69.818l93.091 93.091-93.091 93.091v-69.818z" horiz-adv-x="373" />
<glyph unicode="&#xe7d1;" d="M170.667 175.238c41.447 0 73.143 31.695 73.143 73.143v146.286c0 41.447-31.695 73.143-73.143 73.143s-73.143-31.695-73.143-73.143v-146.286c0-41.448 31.695-73.143 73.143-73.143v0zM299.885 248.381c0-73.143-60.952-124.343-129.219-124.343s-129.219 51.2-129.219 124.343h-41.447c0-82.895 65.828-151.162 146.286-163.353v-80.457h48.762v80.457c80.457 12.19 146.286 80.457 146.286 163.352h-41.447z" horiz-adv-x="342" />
<glyph unicode="&#xe7d2;" d="M170.667 175.238c41.447 0 73.143 31.695 73.143 73.143v146.286c0 41.447-31.695 73.143-73.143 73.143s-73.143-31.695-73.143-73.143v-146.286c0-41.448 31.695-73.143 73.143-73.143v0zM141.41 397.105c0 17.067 12.191 29.257 29.257 29.257s29.257-12.19 29.257-29.257v-151.162c0-17.066-12.191-29.257-29.257-29.257s-29.257 12.19-29.257 29.257v151.162zM299.885 248.381c0-73.143-60.952-124.343-129.219-124.343s-129.219 51.2-129.219 124.343h-41.447c0-82.895 65.828-151.162 146.286-163.353v-80.457h48.762v80.457c80.457 12.19 146.286 80.457 146.286 163.352h-41.447z" horiz-adv-x="342" />
<glyph unicode="&#xe7d3;" d="M390.095 248.381h-41.447c0-17.066-4.876-34.133-9.752-48.762l29.257-29.257c14.628 21.943 21.943 48.762 21.943 78.019v0zM292.572 243.505v151.162c0 41.447-31.695 73.143-73.143 73.143s-73.143-31.695-73.143-73.143v-4.876l146.286-146.286zM31.695 443.428l-31.695-31.695 146.286-146.286v-17.066c0-41.448 31.695-73.143 73.143-73.143 4.876 0 9.752 0 17.066 2.438l41.447-41.447c-17.067-7.315-36.572-12.19-56.076-12.19-68.266 0-129.219 51.2-129.219 124.343h-43.886c0-82.895 65.829-151.162 146.286-163.353v-80.457h48.762v80.457c21.943 2.438 43.885 12.19 60.952 21.943l102.4-102.4 31.695 31.695-407.162 407.162z" horiz-adv-x="439" />
<glyph unicode="&#xe7d4;" d="M512 480l64-128h-96l-64 128h-64l64-128h-96l-64 128h-64l64-128h-96l-64 128h-32c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v448h-128z" horiz-adv-x="640" />
<glyph unicode="&#xe7d5;" d="M520.534 431.644l-45.511 48.356-48.356-48.356-48.356 48.356-48.356-48.356-45.511 48.356-48.356-48.356-45.511 48.356-48.356-48.356-48.356 48.356-45.511-48.356-48.355 48.356v-455.111c0-31.289 25.6-56.889 56.889-56.889h455.111c31.289 0 56.889 25.6 56.889 56.889v455.111l-48.356-48.356zM284.445 24.889h-227.555v199.111h227.555v-199.111zM512 24.889h-199.111v28.445h199.111v-28.445zM512 81.778h-199.111v28.445h199.111v-28.445zM512 138.666h-199.111v28.445h199.111v-28.445zM512 195.555h-199.111v28.445h199.111v-28.445zM512 252.445h-455.111v85.334h455.111v-85.334z" horiz-adv-x="569" />
<glyph unicode="&#xe7d6;" d="M0-32h146.286v512h-146.286v-512zM292.572 480v-512h146.286v512h-146.286z" horiz-adv-x="439" />
<glyph unicode="&#xe7d7;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM230.4 121.6h-51.2v204.8h51.2v-204.8zM332.8 121.6h-51.2v204.8h51.2v-204.8z" />
<glyph unicode="&#xe7d8;" d="M179.2 121.6h51.2v204.8h-51.2v-204.8zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0zM281.6 121.6h51.2v204.8h-51.2v-204.8z" />
<glyph unicode="&#xe7d9;" d="M18.285 480v-512l402.286 256-402.286 256z" horiz-adv-x="476" />
<glyph unicode="&#xe7da;" d="M256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM204.8 108.8v230.4l153.6-115.2-153.6-115.2z" />
<glyph unicode="&#xe7db;" d="M204.8 108.8l153.6 115.2-153.6 115.2v-230.4zM256 480c-140.8 0-256-115.2-256-256s115.2-256 256-256c140.8 0 256 115.2 256 256s-115.2 256-256 256v0zM256 19.2c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8v0z" />
<glyph unicode="&#xe7dc;" d="M46.545 386.909h-46.545v-372.363c0-25.6 20.945-46.546 46.545-46.546h372.363v46.546h-372.363v372.363zM465.454 480h-325.818c-25.6 0-46.546-20.945-46.546-46.546v-325.818c0-25.6 20.945-46.546 46.546-46.546h325.818c25.6 0 46.546 20.945 46.546 46.546v325.818c0 25.6-20.945 46.546-46.546 46.546v0zM418.909 247.273h-93.091v-93.091h-46.546v93.091h-93.091v46.546h93.091v93.091h46.546v-93.091h93.091v-46.546z" />
<glyph unicode="&#xe7dd;" d="M204.8 377.6v102.4l-128-128 128-128v102.4c84.48 0 153.6-69.12 153.6-153.6s-69.12-153.6-153.6-153.6c-84.48 0-153.6 69.12-153.6 153.6h-51.2c0-112.64 92.16-204.8 204.8-204.8s204.8 92.16 204.8 204.8c0 112.64-92.16 204.8-204.8 204.8v0z" horiz-adv-x="410" />
<glyph unicode="&#xe7de;" d="M211.2 313.6l-166.4 166.4-44.8-44.8 166.4-166.4 44.8 44.8zM336 480l64-64-400-403.2 44.8-44.8 403.2 400 64-64v176h-176zM345.6 179.2l-44.8-44.8 99.2-99.2-64-64h176v176l-64-64-102.4 96z" />
<glyph unicode="&#xe7df;" d="M0-32l362.666 256-362.666 256v-512zM426.666 480v-512h85.334v512h-85.334z" />
<glyph unicode="&#xe7e0;" d="M21.334 480h85.334v-512h-85.334v512zM170.667 224l362.666-256v512l-362.666-256z" horiz-adv-x="598" />
<glyph unicode="&#xe7e1;" d="M0 480h512v-512h-512v512z" />
<glyph unicode="&#xe7e2;" d="M597.333 288v149.333c0 25.6-17.067 42.667-42.667 42.667h-512c-25.6 0-42.666-17.067-42.666-42.667v-426.666c0-25.6 17.067-42.666 42.666-42.666h512c25.6 0 42.667 17.067 42.667 42.666v149.333l170.667-170.667v469.334l-170.667-170.666z" horiz-adv-x="768" />
<glyph unicode="&#xe7e3;" d="M475.428 358.095l-97.524-97.524v85.333c0 14.629-9.752 24.381-24.381 24.381h-151.162l273.067-273.067v260.876zM43.886 467.81l-31.695-31.695 65.829-65.829h-17.067c-14.629 0-24.381-9.752-24.381-24.381v-243.809c0-14.628 9.752-24.381 24.381-24.381h292.572c4.876 0 9.752 2.438 12.19 4.876l78.019-78.019 31.695 31.695-431.543 431.543z" />
<glyph unicode="&#xe7e4;" d="M576 467.2c-19.2 6.4-137.6 12.8-256 12.8s-236.8-6.4-256-12.8c-51.2-16-64-128-64-243.2s12.8-227.2 64-243.2c19.2-6.4 137.6-12.8 256-12.8s236.8 6.4 256 12.8c51.2 16 64 128 64 243.2s-12.8 227.2-64 243.2v0zM256 80v288l192-144-192-144z" horiz-adv-x="640" />
<glyph unicode="&#xe7e5;" d="M432 224c0 57.6-32 105.6-80 128v-256c48 22.4 80 70.4 80 128v0zM0 320v-192h128l160-160v512l-160-160h-128z" horiz-adv-x="448" />
<glyph unicode="&#xe7e6;" d="M16 320v-192h128l160-160v512l-160-160h-128z" horiz-adv-x="352" />
<glyph unicode="&#xe7e7;" d="M363.789 237.474c0 48.505-26.947 88.926-67.368 107.79v-59.284l67.368-67.369v18.863zM431.158 237.474c0-24.252-5.389-48.505-13.474-70.063l40.421-40.421c18.863 32.337 26.947 72.758 26.947 113.179 0 115.874-80.842 212.884-188.631 237.137v-56.59c78.147-26.947 134.737-97.010 134.737-183.242v0zM35.032 480l-35.032-35.031 126.653-126.652h-126.653v-161.684h107.79l134.737-134.737v180.548l115.873-115.874c-18.863-13.474-37.726-24.252-61.979-32.337v-56.589c37.726 8.084 70.063 24.252 99.705 48.505l53.894-53.894 35.031 35.031-242.526 242.526-207.494 210.19zM242.526 453.053l-56.589-56.59 56.589-56.589v113.179z" horiz-adv-x="485" />
<glyph unicode="&#xe7e8;" d="M0 309.333v-170.666h113.778l142.222-142.222v455.111l-142.222-142.222h-113.778zM384 224c0 51.2-28.445 93.866-71.111 113.778v-227.555c42.666 19.911 71.111 62.578 71.111 113.778v0zM312.889 474.311v-59.733c82.489-25.6 142.222-99.555 142.222-190.578s-59.733-164.978-142.222-190.578v-59.733c113.778 25.6 199.111 128 199.111 250.311s-85.334 224.711-199.111 250.311v0z" />
<glyph unicode="&#xe7e9;" d="M576 480h-512c-35.2 0-64-28.8-64-64v-384c0-35.2 28.8-64 64-64h512c35.2 0 64 28.8 64 64v384c0 35.2-28.8 64-64 64v0zM416 32h-352v128h352v-128zM416 192h-352v128h352v-128zM576 32h-128v288h128v-288z" horiz-adv-x="640" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

5
less/icons.less Normal file
View File

@ -0,0 +1,5 @@
// main: material.less
.icon {
.variations(~"", color, @lightbg-text);
}

View File

@ -123,6 +123,8 @@ legend {
@import "popups.less";
@import "icons.less";
// External plugins
@import "plugin-snackbarjs.less";