Commit 8b1f58a2 authored by RawKStar77's avatar RawKStar77

Updated icons for toolbar. Cleaned up Icomoon session file to reduce its size...

Updated icons for toolbar. Cleaned up Icomoon session file to reduce its size and bring it up to date with the newest version of the Icomoon app.
parent 4e1b8ce3
......@@ -56,11 +56,11 @@ $headingsColor: inherit !default;
//ICON FONT IMPORT
@font-face {
font-family: 'icomoon';
src:url('../images/icomoon/fonts/icomoon.eot');
src:url('../images/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../images/icomoon/fonts/icomoon.svg#icomoon') format('svg'),
url('../images/icomoon/fonts/icomoon.woff') format('woff'),
url('../images/icomoon/fonts/icomoon.ttf') format('truetype');
src:url('../images/icomoon/fonts/h.eot');
src:url('../images/icomoon/fonts/h.eot?#iefix') format('embedded-opentype'),
url('../images/icomoon/fonts/h.svg#icomoon') format('svg'),
url('../images/icomoon/fonts/h.woff') format('woff'),
url('../images/icomoon/fonts/h.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
......
......@@ -440,15 +440,15 @@ blockquote {
}
.vis-icon {
@include fonticon("\e001", left);
@include fonticon("\e602", left);
}
.highlight-icon {
@include fonticon("\e01a", left);
@include fonticon("\e601", left);
}
.comment-icon {
@include fonticon("\e01e", left);
@include fonticon("\e600", left);
}
.launch-icon {
......
......@@ -364,15 +364,15 @@ $baseFontSize: 14px;
// Toolbar Icons
.alwaysonhighlights-icon {
@include fonticon("\e01b", left);
@include fonticon("\e602", left);
}
.highlighter-icon {
@include fonticon("\e01a", left);
@include fonticon("\e601", left);
}
.commenter-icon {
@include fonticon("\e01e", left);
@include fonticon("\e600", left);
}
.tri-icon {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file.
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
See the documentation for more info on how to use this package: http://icomoon.io/#docs/font-face
\ No newline at end of file
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection.
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.clearfix {
zoom: 1;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.noLiga-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
padding-top: 24px;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 32px;
}
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>IcoMoon Demo</title>
<meta name="description" content="An Icon Font Generated By IcoMoon.io">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="demo-files/demo.css">
<link rel="stylesheet" href="style.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> h <small class="fgc1">(Glyphs:&nbsp;65)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn bshadow fgc1">Grid Size: Unknown</h1>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-window"></span><span class="mls"> icon-window</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="2e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-triangle"></span><span class="mls"> icon-triangle</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="2f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-copy"></span><span class="mls"> icon-copy</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="33" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x33;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-x"></span><span class="mls"> icon-x</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="36" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x36;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-cancel"></span><span class="mls"> icon-cancel</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="38" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x38;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-checkmark_icon"></span><span class="mls"> icon-checkmark_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="39" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x39;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-checkbox_checked_icon"></span><span class="mls"> icon-checkbox_checked_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="3f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x3f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-triangle2"></span><span class="mls"> icon-triangle2</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="3c" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x3c;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-unlocked"></span><span class="mls"> icon-unlocked</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e000" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe000;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-locked"></span><span class="mls"> icon-locked</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e001" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe001;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-views"></span><span class="mls"> icon-views</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e002" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe002;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-browser"></span><span class="mls"> icon-browser</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e003" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe003;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-trileft"></span><span class="mls"> icon-trileft</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e00a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe00a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comment"></span><span class="mls"> icon-comment</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e00b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe00b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comment2"></span><span class="mls"> icon-comment2</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e00c" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe00c;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comment22"></span><span class="mls"> icon-comment22</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e00e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe00e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comment23"></span><span class="mls"> icon-comment23</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e00d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe00d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-settings"></span><span class="mls"> icon-settings</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e00f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe00f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-plus"></span><span class="mls"> icon-plus</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e012" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe012;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-plus-sign"></span><span class="mls"> icon-plus-sign</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="f0fe" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf0fe;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye"></span><span class="mls"> icon-eye</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e016" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe016;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-magic"></span><span class="mls"> icon-magic</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="f0d0" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf0d0;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye2"></span><span class="mls"> icon-eye2</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e017" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe017;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-download"></span><span class="mls"> icon-download</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e018" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe018;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comment24"></span><span class="mls"> icon-comment24</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e013" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe013;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comment25"></span><span class="mls"> icon-comment25</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e01e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-pen_1"></span><span class="mls"> icon-pen_1</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="27" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x27;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-flag"></span><span class="mls"> icon-flag</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="28" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x28;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-delete_icon"></span><span class="mls"> icon-delete_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="29" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x29;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-heart_empty_icon"></span><span class="mls"> icon-heart_empty_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="2b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-heart_icon"></span><span class="mls"> icon-heart_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="2c" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2c;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-window2"></span><span class="mls"> icon-window2</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="2d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-export"></span><span class="mls"> icon-export</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="2a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-checkbox_unchecked_icon"></span><span class="mls"> icon-checkbox_unchecked_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="3e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x3e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-star_fav_empty_icon"></span><span class="mls"> icon-star_fav_empty_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e006" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe006;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-triright"></span><span class="mls"> icon-triright</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e009" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe009;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye-open"></span><span class="mls"> icon-eye-open</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="f06e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf06e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comments"></span><span class="mls"> icon-comments</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e011" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe011;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-highlighter-blacktip"></span><span class="mls"> icon-highlighter-blacktip</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e01c" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01c;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-highlighter-01"></span><span class="mls"> icon-highlighter-01</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e019" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe019;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-highlighter-nolines"></span><span class="mls"> icon-highlighter-nolines</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e01a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye3"></span><span class="mls"> icon-eye3</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e015" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe015;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-highlighter"></span><span class="mls"> icon-highlighter</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e01d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye4"></span><span class="mls"> icon-eye4</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e01b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-wrench"></span><span class="mls"> icon-wrench</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e020" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe020;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-commentflip"></span><span class="mls"> icon-commentflip</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e010" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe010;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-hyp-logo4"></span><span class="mls"> icon-hyp-logo4</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e014" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe014;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye-close"></span><span class="mls"> icon-eye-close</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="f070" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf070;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-star_fav_icon"></span><span class="mls"> icon-star_fav_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e005" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe005;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-reply"></span><span class="mls"> icon-reply</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e004" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe004;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-ddbutton_empty"></span><span class="mls"> icon-ddbutton_empty</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e008" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe008;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-ddbutton_filled"></span><span class="mls"> icon-ddbutton_filled</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e007" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe007;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-checkmark"></span><span class="mls"> icon-checkmark</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="3a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x3a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-cog"></span><span class="mls"> icon-cog</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="3d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x3d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-checkmark2"></span><span class="mls"> icon-checkmark2</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="35" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x35;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-clock"></span><span class="mls"> icon-clock</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="37" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x37;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-clipboard_copy_icon"></span><span class="mls"> icon-clipboard_copy_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="26" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x26;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-export_icon"></span><span class="mls"> icon-export_icon</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="25" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x25;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-uni24"></span><span class="mls"> icon-uni24</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="24" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x24;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-uni23"></span><span class="mls"> icon-uni23</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="23" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x23;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-cog2"></span><span class="mls"> icon-cog2</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="22" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x22;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-uniF000"></span><span class="mls"> icon-uniF000</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="f000" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf000;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-comment"></span><span class="mls"> icon-comment</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e600" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe600;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-highlighter"></span><span class="mls"> icon-highlighter</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e601" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe601;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-visible"></span><span class="mls"> icon-visible</span>
</div>
<fieldset class="fs0 size1of1 clearfix">
<input type="text" readonly value="e602" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe602;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix noLiga-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
</div>
<!--[if gt IE 8]><!-->
<div class="mhl clearfix mbl">
<h1>Font Test Drive</h1>
<label>
Font Size: <input id="fontSize" type="number" class="textbox0 mbm"
min="8" value="48" />
px
</label>
<input id="testText" type="text" class="phl size1of1 mvl"
placeholder="Type some text to test..."/>
</label>
<div id="testDrive" class="icon-">&nbsp;
</div>
</div>
<!--<![endif]-->
<div class="bgc1 clearfix">
<p class="mhl">Generated by <a href="http://icomoon.io/app">IcoMoon</a></p>
</div>
<script src="demo-files/demo.js"></script>
</body>
</html>
\ No newline at end of file
<?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>Generated by IcoMoon</metadata>
<defs>
<font id="h" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" d="" horiz-adv-x="512" />
<glyph unicode="&#x22;" d="M933.79 349.75c-53.726 93.054-21.416 212.304 72.152 266.488l-100.626 174.292c-28.75-16.854-62.176-26.518-97.846-26.518-107.536 0-194.708 87.746-194.708 195.99h-201.258c0.266-33.41-8.074-67.282-25.958-98.252-53.724-93.056-173.156-124.702-266.862-70.758l-100.624-174.292c28.97-16.472 54.050-40.588 71.886-71.478 53.638-92.908 21.512-211.92-71.708-266.224l100.626-174.292c28.65 16.696 61.916 26.254 97.4 26.254 107.196 0 194.144-87.192 194.7-194.958h201.254c-0.086 33.074 8.272 66.57 25.966 97.218 53.636 92.906 172.776 124.594 266.414 71.012l100.626 174.29c-28.78 16.466-53.692 40.498-71.434 71.228zM512 240.668c-114.508 0-207.336 92.824-207.336 207.334 0 114.508 92.826 207.334 207.336 207.334 114.508 0 207.332-92.826 207.332-207.334-0.002-114.51-92.824-207.334-207.332-207.334z" />
<glyph unicode="&#x23;" d="M75 759q0 25.5 8.5 51.25t26 47.75 44 38.75 63.5 24.25l16.5-35q-39-12.5-62-37t-18-63.5q11.5-9 32-18.75t35.5-14.75q4-16.5 0-32t-13.25-27.25-21.5-19.25-22.25-8.5q-36 3-62.5 26.5t-26.5 67.5zM261.5 759q0 25.5 8.5 51.25t26 47.75 44 38.75 63.5 24.25l16.5-35q-39-12.5-62-37t-18-63.5q11.5-9 32-18.75t35.5-14.75q4-16.5 0-32t-13.25-27.25-21.5-19.25-22.25-8.5q-36 3-62.5 26.5t-26.5 67.5z" horiz-adv-x="484" />
<glyph unicode="&#x24;" d="M58.5 27.5q40 12.5 66 42t21 68.5q-11.5 9-32 18.25t-35.5 15.25q-5 16.5-0.5 32t13.75 27.25 21 19.25 22.75 7.5q34-3 61.75-26t27.75-68q0-24.5-10.25-51.25t-29.75-50.25-47.25-42-61.25-27.5zM245 27.5q40 12.5 66 42t21 68.5q-11.5 9-32 18.25t-35.5 15.25q-5 16.5-0.5 32t13.75 27.25 21 19.25 22.75 7.5q34-3 61.75-26t27.75-68q0-24.5-10.25-51.25t-29.75-50.25-47.25-42-61.25-27.5z" horiz-adv-x="484" />
<glyph unicode="&#x25;" d="M1013.888 423.478c-5.632-5.632-14.684-5.686-20.26-0.054-5.522 5.632-31.836 31.89-58.276 58.386l-24.906 25.014c-26.55 26.55-52.864 52.754-58.442 58.386-5.632 5.522-14.684 5.522-20.26 0-5.632-5.632-31.89-31.89-58.386-58.386l-209.098-209.004c-26.55-26.55-57.344-57.398-68.48-68.48-11.136-11.136-29.33-11.136-40.466 0-11.136 11.082-42.002 41.892-68.534 68.48l-25.014 24.906c-26.55 26.55-57.398 57.398-68.48 68.534-11.136 11.136-11.136 29.33 0 40.466 11.082 11.136 41.892 42.002 68.48 68.534l209.116 209.006c26.55 26.55 52.754 52.864 58.386 58.276 5.632 5.632 5.632 14.684 0 20.26-5.522 5.632-31.836 31.89-58.386 58.442l-25.014 25.014c-26.55 26.55-52.754 52.754-58.386 58.276-5.632 5.632-5.522 14.684 0 20.26 5.632 5.632 17.426 10.112 26.276 10.112 8.906 0 46.866-0.164 84.316-0.274l309.706-1.206c37.578-0.164 78.646-0.274 91.374-0.274 12.672 0 23.094-10.368 23.094-23.094 0-12.618 0.164-53.796 0.274-91.374l1.316-305.078c-0.002-37.412 0.162-76.398 0.162-86.564 0-10.112-4.534-22.986-10.112-28.508zM819.2 4.26v341.34l-136.54-136.54v-102.4c0-18.78-15.342-34.14-34.14-34.14h-477.86c-18.78 0-34.14 15.342-34.14 34.14v477.86c0 18.78 15.342 34.14 34.14 34.14h102.4l136.54 136.54h-341.34c-37.522 0-68.26-30.702-68.26-68.26v-682.68c0-37.522 30.738-68.26 68.26-68.26h682.66c37.578 0 68.26 30.738 68.26 68.26" />
<glyph unicode="&#x26;" d="M912.606 493.26l-101.478 101.48c-24.934 24.934-74.036 45.26-109.262 45.26h-256c-35.226 0-64-28.826-64-64v-576c0-35.174 28.826-64 64-64h448c35.226 0 64 28.826 64 64v384c0 35.226-20.378 84.326-45.26 109.26zM904.874 378.52c-3.020-0.308-85.452-7.322-138.65-7.322-44.032 0-57.856 4.812-65.024 12.032-14.54 14.49-16.076 101.836-4.66 203.98 0.922 8.14 7.732 14.336 15.872 14.54h0.256c8.14 0 15.002-5.94 16.128-14.028 7.22-50.842 20.224-139.776 28.006-149.146 10.138-7.68 90.726-20.48 148.326-27.648 8.192-1.076 14.336-8.090 14.284-16.384-0.154-8.244-6.452-15.104-14.644-15.924zM317.866 256h-256c-35.174 0-64 28.826-64 64v576c0 35.226 28.826 64 64 64h256c35.226 0 84.326-20.378 109.26-45.26l101.48-101.48c24.934-24.882 45.26-74.034 45.26-109.26h-42.496c2.458 2.816 4.044 6.452 4.096 10.444 0.052 8.346-6.092 15.308-14.284 16.384-57.6 7.168-138.24 19.968-148.326 27.7-7.782 9.318-20.788 98.304-28.006 149.146-1.228 8.090-7.988 14.028-16.128 14.028h-0.256c-8.14-0.204-15.002-6.4-15.872-14.54-11.316-102.144-9.78-189.492 4.66-203.98 5.478-5.478 15.206-9.524 39.22-11.212-22.582-13.262-38.608-36.302-38.608-63.644v-372.326" horiz-adv-x="954" />
<glyph unicode="&#x27;" d="M198.766 557.068c-15.042-16.578-13.672-45.346 2.906-60.402 16.578-15.042 45.346-13.644 60.402 2.934l184.68 184.68h49.248l85.020 85.020h-152.452c-11.070 0-22.044-4.524-29.904-12.302l-197.010-197.010c-1.010-0.928-2.006-1.924-2.934-2.934zM243.24 384.774c-85.020-85.020-106.080-150.334-106.718-197.010-0.636-46.676 21.394-77.672 29.904-86.182 8.51-8.51 39.534-30.526 86.182-29.904 46.676 0.636 111.962 21.684 197.010 106.718l119.006 119.006c-45.928 15.374-87.22 46.176-123.71 82.668-36.49 36.49-67.156 77.7-82.668 123.71zM436.734 578.268c-7.874-14.226-6.808-28.064-0.582-47.492 8.704-27.26 32.92-62.242 65.094-94.388 32.172-32.172 67.348-56.528 94.388-65.094 20.286-6.42 34.318-7.084 49.248 2.338l232.78 232.78c1.508 30.942 0.194 57.372-2.934 79.152-26.084 12.274-48.682 32.256-70.366 53.94-21.49 21.49-41.514 44.502-53.94 70.366-21.74 3.1-48.266 4.414-79.152 2.934zM793.792 853.24c-0.11-0.554-0.526-1.204-0.582-1.758-0.498-4.040-0.442-9.396 2.934-16.992 6.752-15.236 24.742-36.462 45.734-57.454 21.006-21.006 41.79-38.47 56.888-45.14 7.556-3.322 13.588-4.040 17.602-3.514l68 68c40.85 37.778 19.872 77.45-13.478 110.8-33.364 33.364-72.454 53.732-110.232 12.896l-66.85-66.85zM23.966 11.872c-10.71-14.598-8.482-37.168 4.884-49.388 13.368-12.218 36.048-12.44 49.636-0.442l82.086 82.086c-13.368 7.444-23.414 15.208-29.904 21.684-6.504 6.504-14.71 16.938-22.292 30.498l-82.086-82.086c-0.83-0.748-1.592-1.536-2.338-2.338z" />
<glyph unicode="&#x28;" d="M508.118 837.954c-96.356 114.5-169.38 122.046-316.118 122.046v-512c256.534 128 285.272-16.67 447.012-2.046 159.456 14.44 295.050 137.174 384.988 258.046-254.712-58.906-382.92-24.046-515.882 133.954zM0 960h128v-1024h-128z" />
<glyph unicode="&#x29;" d="M1013.648 162.676l-285.138 285.194 285.138 285.194c13.46 13.406 13.46 35.244 0 48.63l-167.974 168.030c-6.534 6.48-15.136 10.054-24.352 10.054s-17.818-3.574-24.296-10.054l-285.174-285.232-285.138 285.12c-6.534 6.48-15.136 10.054-24.352 10.054s-17.818-3.574-24.296-10.054l-167.956-167.918c-6.536-6.536-10.11-15.192-10.11-24.298 0-9.216 3.574-17.874 10.11-24.352l285.062-285.23-285.062-285.12c-6.536-6.534-10.11-15.192-10.11-24.352 0-9.104 3.574-17.818 10.11-24.296l167.972-167.918c6.536-6.534 15.138-10.11 24.298-10.11 9.198 0 17.742 3.576 24.334 10.11l285.138 285.194 285.23-285.194c6.478-6.534 15.080-10.11 24.184-10.11 9.216 0 17.874 3.574 24.352 10.11l168.030 167.918c6.534 6.48 10.11 15.248 10.11 24.296 0 9.216-3.574 17.874-10.11 24.296" />
<glyph unicode="&#x2a;" d="M788.142 143.144h-599.588v599.588h239.836l119.918 179.876h-539.63v-959.34h959.34v359.752l-59.958-59.958zM248.514 263.062c0 0 59.958 119.918 239.836 179.876 179.876 59.958 179.876 0 179.876 0v-239.836l359.752 359.752-359.752 359.752v-179.876c-89.22-12.89-179.278-59.358-239.836-119.916-119.918-119.918-179.876-359.752-179.876-359.752z" />
<glyph unicode="&#x2b;" d="M1023.948 660.428c-14.49 188.876-133.274 286.412-237.466 297.114-16.23 1.588-31.846 2.458-46.438 2.458-114.584 0-173.056-52.736-228.044-119.092-54.988 66.356-113.562 119.092-228.096 119.092-14.54 0-30.208-0.87-46.438-2.508-104.192-10.702-222.926-108.238-237.466-298.344l0.052-60.826c15.36-206.13 179.864-421.836 502.988-659.404 2.662-1.894 5.836-2.918 8.96-2.918 3.124 0 6.298 1.024 8.908 2.918 323.176 237.568 487.68 453.274 503.092 660.634l-0.052 60.876zM896 599.654c-11.060-144.486-140.236-316.262-384-506.93-243.764 190.77-373.044 363.928-384.308 515.072l0.308 51.2c9.164 116.020 78.284 166.656 122.522 171.212 11.468 1.126 22.836 1.792 33.434 1.792 55.654 0 81.1-14.284 129.484-72.756l98.56-119.090 98.612 119.090c48.384 58.472 73.728 72.756 129.432 72.756 10.65 0 21.964-0.716 33.74-1.844 44.032-4.506 113.152-56.012 122.572-179.508l-0.356-50.994" />
<glyph unicode="&#x2c;" d="M1024 599.552c-15.412-207.36-179.916-423.066-503.092-660.634-2.61-1.894-5.784-2.918-8.908-2.918-3.124 0-6.298 1.024-8.96 2.918-323.124 237.568-487.628 453.274-502.988 659.354l-0.052 60.876c14.54 190.208 133.274 287.692 237.466 298.342 16.282 1.588 31.948 2.508 46.54 2.508 114.432 0.002 173.006-52.734 227.994-119.090 54.988 66.356 113.46 119.092 228.044 119.092 14.644 0 30.26-0.922 46.54-2.508 104.192-10.7 222.976-108.236 237.466-297.114l-0.050-60.826" />
<glyph unicode="&#x2d;" d="M128 896h64v-64h-64v64zM256 896h64v-64h-64v64zM384 896h512v-64h-512v64zM960 768v-656c0-56-56-112-112-112h-672c-56 0-112 56-112 112v656h896zM0 832v-768c0-64 64-128 128-128h768c64 0 128 64 128 128v768c0 64-64 128-128 128h-768c-64 0-128-64-128-128zM128 704v-512c0-64 64-128 128-128h512c64 0 128 64 128 128v512h-768z" />
<glyph unicode="&#x2e;" d="M128 896h64v-64h-64v64zM256 896h64v-64h-64v64zM384 896h512v-64h-512v64zM960 768v-656c0-56-56-112-112-112h-672c-56 0-112 56-112 112v656h896zM0 832v-768c0-64 64-128 128-128h768c64 0 128 64 128 128v768c0 64-64 128-128 128h-768c-64 0-128-64-128-128z" />
<glyph unicode="&#x2f;" d="M745.954 652.696l-471.042 0.046 235.552-409.614z" />
<glyph unicode="&#x33;" d="M448 576h384v-64h-384zM448 448h384v-64h-384zM448 320h384v-64h-384zM448 192h256v-64h-256zM960 768h-192v128c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-704c0-35.2 28.8-64 64-64h192v-128c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v704c0 35.2-28.8 64-64 64zM256 704v-480h-160v640h576v-96h-352c-35.2 0-64-28.8-64-64zM928 32h-576v640h576v-640z" />
<glyph unicode="&#x35;" d="M192 576l-192-192 384-384 640 640-192 192-448-448z" />
<glyph unicode="&#x36;" d="M960 179.264l-268.992 268.736 268.992 268.736-179.264 179.264-268.736-268.864-268.864 268.864-179.136-179.264 268.736-268.736-268.736-268.736 179.136-179.264 268.864 268.864 268.736-268.864z" />
<glyph unicode="&#x37;" d="M512 832c211.744 0 384-172.256 384-384s-172.256-384-384-384-384 172.256-384 384 172.256 384 384 384M512 960c-282.752 0-512-229.248-512-512s229.248-512 512-512 512 229.248 512 512-229.248 512-512 512v0zM685.504 365.504l-109.504 109.632v228.864h-128.736v-255.744c0-19.264 8.864-35.872 22.24-47.744l125.504-125.504 90.496 90.496z" />
<glyph unicode="&#x38;" d="M626.784 447.968l195.072-195.072c12.672-12.672 12.672-33.248 0-45.92l-68.832-68.832c-12.672-12.672-33.216-12.672-45.92 0l-195.104 195.072-195.104-195.072c-12.672-12.672-33.216-12.672-45.888 0l-68.864 68.832c-12.672 12.672-12.672 33.216 0 45.92l195.104 195.072-195.104 195.104c-12.672 12.672-12.672 33.248 0 45.92l68.896 68.832c12.672 12.672 33.216 12.672 45.888 0l195.072-195.104 195.104 195.104c12.672 12.672 33.216 12.672 45.92 0l68.832-68.864c12.672-12.672 12.672-33.216 0-45.92l-195.072-195.072z" />
<glyph unicode="&#x39;" d="M1095.72 760.93l-617.552-819.22c-6.182-6.182-14.198-9.354-22.272-9.354-8.132 0-16.266 3.172-22.39 9.354l-424.192 429.332c-12.446 12.486-12.446 32.768-0.118 45.312l203.146 205.726c5.948 6.066 13.962 9.374 22.45 9.374h0.65c8.604-0.178 16.738-3.82 22.508-10.3l203.028-223.232 556.72 558.376c5.948 4.942 13.076 7.364 20.204 7.364 8.252 0 16.444-3.19 22.568-9.492l37.18-140.84c3.308-17.27 10.378-40.014-2.008-52.382" horiz-adv-x="1102" />
<glyph unicode="&#x3a;" d="M927.936 687.008l-68.288 68.288c-12.608 12.576-32.96 12.576-45.536 0l-409.44-409.44-194.752 196.16c-12.576 12.576-32.928 12.576-45.536 0l-68.288-68.288c-12.576-12.608-12.576-32.96 0-45.536l285.568-287.488c12.576-12.576 32.96-12.576 45.536 0l500.736 500.768c12.576 12.544 12.576 32.96 0 45.536z" />
<glyph unicode="&#x3c;" d="M830.778 628.138l-640.692 0.064 320.39-557.14z" />
<glyph unicode="&#x3d;" d="M863.68 364.32c68.992-51.424 128.128-98.496 128.128-98.496l-84.192-147.648-152.16 67.168-140.992-82.464c-9.536-86.944-18.272-166.88-18.272-166.88h-168.384l-18.688 167.392-138.944 82.656-153.824-67.904-84.16 147.648c0 0 58.144 46.848 126.976 98.112v168.288l-126.976 97.92 84.16 147.68 150.144-66.816 149.056 80.864 12.256 168.16h168.384l12.192-167.456 147.008-82.496 152.256 67.776 84.192-147.68-128.128-98.272v-167.552zM512 576c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128z" />
<glyph unicode="&#x3e;" d="M819.2 960h-614.4c-112.622 0-204.8-92.142-204.8-204.8v-614.4c0-112.622 92.178-204.8 204.8-204.8h614.4c112.658 0 204.8 92.178 204.8 204.8v614.4c0 112.658-92.178 204.8-204.8 204.8zM887.46 188.526c0-75.026-40.96-115.986-115.986-115.986h-518.894c-75.080 0-116.040 40.96-116.040 115.986v518.876c0 75.1 40.96 116.060 116.060 116.060h518.876c75.024-0.002 115.984-40.962 115.984-116.042v-518.876" />
<glyph unicode="&#x3f;" d="M464 567.716l-42.55 46.756c-25.29 27.794-52.206 55.37-55.314 56.028-3.054 0.768-5.632 1.316-5.742 1.316-0.054 0-7.862-1.426-10.368-3.054-2.614-1.7-26.222-25.014-52.644-51.658l-38.456-39.13c-26.442-26.698-54.346-61.714-52.096-67.658 2.34-6.016 25.728-32.768 52.096-59.466l184.868-186.95c26.368-26.77 52.206-51.402 57.454-54.84 0 0 0 0 5.412 0 5.358 0 5.358 0 5.358 0 5.248 3.438 27.904 30.738 50.578 60.782l326.528 433.244c22.602 29.988 42.934 59.374 45.22 65.262 2.23 5.962-9.29 41.070-15.726 68.15-6.492 26.972-16 51.876-21.248 55.37 0 0 0 0-5.468 0-4.644 0-4.644 0-4.644 0-4.81-2.67-30.372-26.642-56.906-53.194l-272.198-273.042c-26.496-26.55-68.81-25.618-94.154 2.176zM989.86 485.138l-102.4-102.454v-200.924c0-75.1-34.12-109.22-109.22-109.22h-525.66c-75.080 0-116.040 40.96-116.040 115.986v518.876c0 75.1 40.96 116.060 116.060 116.060h194.102l102.4 102.454c12.508 12.398 22.82 24.302 30.154 34.084h-374.456c-112.622 0-204.8-92.142-204.8-204.8v-614.4c0-112.622 92.178-204.8 204.8-204.8h614.4c112.658 0 204.8 92.178 204.8 204.8v374.492c-9.782-7.424-21.742-17.756-34.14-30.154" />
<glyph unicode="&#xe000;" d="M753.464 954.214c-130.758 0-237.126-106.368-237.126-237.126v-169.376h-406.5c-37.262 0-67.75-30.488-67.75-67.75v-474.25c0-37.262 30.488-67.75 67.75-67.75h609.752c37.262 0 67.75 30.488 67.75 67.75v474.25c0 37.262-30.488 67.75-67.75 67.75h-67.75v169.376c0 56.030 45.596 101.626 101.626 101.626s101.626-45.596 101.626-101.626v-237.126h135.5v237.126c0 130.758-106.368 237.126-237.126 237.126z" />
<glyph unicode="&#xe001;" d="M851.454 546.712h-67.978v135.954c0 149.958-121.952 271.91-271.91 271.91s-271.91-121.952-271.91-271.91v-135.954h-67.978c-37.388 0-67.978-30.59-67.978-67.978v-475.842c0-37.388 30.59-67.978 67.978-67.978h679.774c37.388 0 67.978 30.59 67.978 67.978v475.842c0 37.388-30.59 67.978-67.978 67.978zM375.612 682.666c0 74.98 60.976 135.954 135.954 135.954 74.98 0 135.954-60.976 135.954-135.954v-135.954h-271.91v135.954z" />
<glyph unicode="&#xe002;" d="M633.066-14.824h-512.638c-62.826 0-113.92 51.092-113.92 113.92v512.638c0 62.826 51.092 113.92 113.92 113.92h512.638c62.826 0 113.92-51.092 113.92-113.92v-512.638c0-62.826-51.092-113.92-113.92-113.92zM120.428 611.732v-512.638h512.638v512.638h-512.638zM860.906 156.054h-56.96v113.92h56.96v569.598h-569.598v-56.96h-113.92v56.96c0 62.826 51.092 113.92 113.92 113.92h569.598c62.826 0 113.92-51.092 113.92-113.92v-569.598c0-62.826-51.092-113.92-113.92-113.92z" />
<glyph unicode="&#xe003;" d="M920.026 857.542h-819.184c-56.32 0-102.4-46.080-102.4-102.4v-614.408c0-56.32 46.080-102.4 102.4-102.4h819.184c56.32 0 102.4 46.080 102.4 102.4v614.408c0 56.32-46.080 102.4-102.4 102.4zM233.962 761.792c21.218 0 38.4-16.72 38.4-37.368s-17.182-37.368-38.4-37.368c-21.226 0-38.4 16.72-38.4 37.368s17.174 37.368 38.4 37.368zM93.162 724.422c0 20.648 17.174 37.368 38.4 37.368 21.218 0 38.4-16.72 38.4-37.368s-17.182-37.368-38.4-37.368c-21.226 0-38.4 16.722-38.4 37.368zM921.050 140.736h-821.232v471.046h821.232v-471.046zM921.050 693.702h-615.41v61.44h615.408l0.002-61.44z" />
<glyph unicode="&#xe004;" d="M5.068 628.602l406.022 333.046v-170.426c84.684 0 610.454-3.552 610.454-420.036 0-224.19-197.48-407.528-452.89-436.834 158.92 27.528 278.45 146.562 278.45 289.2 0 272.476-313.032 274.77-436.014 274.77v-200.25l-406.022 330.53z" />
<glyph unicode="&#xe005;" d="M215.578-67.682v6.736h-13.474v6.736h-6.736v6.736h-6.736v13.474h-6.736v20.21h-6.736v33.684h6.736v40.422h6.736v40.422h6.736v40.422h6.736v33.684h6.736v40.422h6.736v40.422h6.736v47.158h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v13.474h-6.736v60.632h6.736v13.474h6.736v6.736h6.736v6.736h13.474v6.736h13.474v6.736h40.422v6.736h47.158v6.736h47.158v6.736h47.158v6.736h47.158v6.736h47.158v6.736h20.21v6.736h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v6.736h6.736v6.736h13.474v6.736h67.368v-6.736h13.474v-6.736h6.736v-6.736h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-6.736h20.21v-6.736h47.158v-6.736h47.158v-6.736h47.158v-6.736h47.158v-6.736h47.158v-6.736h40.422v-6.736h13.474v-6.736h13.474v-6.736h6.736v-6.736h6.736v-13.474h6.736v-60.632h-6.736v-13.474h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-47.158h6.736v-40.422h6.736v-40.422h6.736v-33.684h6.736v-40.422h6.736v-40.422h6.736v-40.422h6.736v-33.684h-6.736v-20.21h-6.736v-13.474h-6.736v-6.736h-6.736v-6.736h-13.474v-6.736h-60.632v6.736h-20.21v6.736h-6.736v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-6.736v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-26.948v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-6.736v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-6.736v-6.736h-20.21v-6.736" horiz-adv-x="1076" />
<glyph unicode="&#xe006;" d="M1074.446 574.958c-8.030 24.738-29.104 42.416-54.81 46.242l-290.008 42.146-129.67 262.736c-11.534 23.498-34.87 37.996-60.954 37.996-26.138 0-49.422-14.498-60.902-37.942l-129.78-262.844-290.062-42.146c-25.762-3.772-46.78-21.504-54.864-46.35-8.138-24.792-1.51-51.47 17.138-69.578l209.866-204.584-49.53-288.822c-4.364-25.708 5.93-51.254 27.002-66.614 11.75-8.462 25.546-12.88 39.99-12.88 11.048 0 21.99 2.694 31.636 7.814l259.45 136.3 259.394-136.3c9.648-5.12 20.588-7.814 31.636-7.814 14.498 0 28.294 4.474 39.882 12.988 21.234 15.306 31.582 40.744 27.11 66.398l-49.584 288.876 209.866 204.53c18.648 18.27 25.276 44.948 17.246 69.794zM738.842 335.88l47.052-275.186-246.946 129.886-247.108-129.886 47.158 275.186-199.896 194.83 276.318 40.206 123.528 250.34 123.58-250.34 276.264-40.206-199.95-194.83" horiz-adv-x="1076" />
<glyph unicode="&#xe007;" d="M1024 448c0 282.752-229.248 512-512 512-282.752 0-512-229.248-512-512 0-282.752 229.248-512 512-512 282.752 0 512 229.248 512 512zM256 600h512l-256-416.798z" />
<glyph unicode="&#xe008;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512 0 282.77-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384 0-212.078-171.922-384-384-384zM770.378 609.706l-516.756 0.048 258.414-418.288z" />
<glyph unicode="&#xe009;" d="M992.942 491.452c0 0 31.17-18.286 31.164-43.83 0-25.574-31.164-43.856-31.164-43.856l-876.6-453.036c-63.888-34.938-116.152-9.208-116.152 57.152v879.466c0 66.398 52.268 92.132 116.152 57.162l876.6-453.058z" />
<glyph unicode="&#xe00a;" d="M31.354 491.452l876.6 453.058c63.884 34.97 116.152 9.236 116.152-57.162v-879.466c0-66.36-52.264-92.090-116.154-57.152l-876.598 453.036c0 0-31.164 18.282-31.164 43.856-0.004 25.544 31.164 43.83 31.164 43.83z" />
<glyph unicode="&#xe00b;" d="M831.758 959.614h-639.518c-105.52 0-191.856-87.914-191.856-195.366v-390.734c0-107.452 86.334-195.366 191.856-195.366h63.952c0 0 0.032-218.49 0-231.058-0.032-12.568 13.73-15.532 22.49-6.53 8.762 9.004 233.318 237.588 233.318 237.588h319.758c105.52 0 191.856 87.914 191.856 195.366v390.734c0 107.452-86.334 195.366-191.856 195.366z" />
<glyph unicode="&#xe00c;" d="M513.266 950.068c-279.672 0-506.402-184.36-506.402-411.826 0-149.548 98.036-280.532 244.648-352.686 0-0.624 0.032-216.798 0-229.272-0.032-12.492 13.822-15.574 22.638-6.626 6.706 6.808 115.638 116.436 178.582 179.74 19.856-1.924 40.042-3.148 60.534-3.148 279.672 0 506.402 184.524 506.402 411.992 0 227.468-226.73 411.826-506.402 411.826z" />
<glyph unicode="&#xe00d;" d="M511.334 958c-282.416 0-511.334-192.080-511.334-428.998 0-236.922 228.918-429.002 511.334-429.002 4.41 0 8.778 0.074 13.168 0.166 99.040-56.070 248.794-140.79 258.496-146.332 28.596-16.324 73.604-10.628 73.504 12.166-0.064 13.414-0.022 131.498 0 246.502 102.138 78.432 166.164 191.178 166.164 316.496 0 236.922-228.916 429.002-511.332 429.002z" />
<glyph unicode="&#xe00e;" d="M511.334 958c282.414 0 511.332-192.082 511.332-429s-228.918-429-511.332-429c-4.414 0-8.782 0.074-13.168 0.166-99.040-56.068-248.792-140.79-258.5-146.332-28.594-16.328-73.604-10.626-73.5 12.166 0.062 13.412 0.020 131.496 0 246.5-102.142 78.432-166.166 191.182-166.166 316.5 0 236.918 228.92 429 511.334 429z" />
<glyph unicode="&#xe00f;" d="M859.824 447.936c0 53.634 33.016 95.96 82.736 125.064-8.952 29.936-20.824 58.608-35.424 85.6-55.744-14.584-100.864 7.264-138.8 45.186-37.928 37.936-49.538 83.064-34.946 138.816-26.992 14.6-55.664 26.464-85.614 35.416-29.096-49.728-81.656-82.736-135.298-82.736-53.634 0-106.192 33.008-135.306 82.736-29.936-8.938-58.608-20.816-85.6-35.416 14.584-55.744 2.984-100.872-34.954-138.816-37.928-37.928-83.064-59.766-138.81-45.186-14.6-26.992-26.472-55.664-35.416-85.6 49.72-29.104 82.728-71.432 82.728-125.064 0-53.622-33.008-106.208-82.728-135.306 8.944-29.944 20.816-58.608 35.416-85.6 55.752 14.584 100.88 2.984 138.81-34.96 37.918-37.918 49.538-83.064 34.954-138.8 26.992-14.6 55.664-26.48 85.608-35.416 29.112 49.712 81.664 82.736 135.298 82.728 53.642 0 106.2-33.016 135.298-82.728 29.952 8.944 58.624 20.816 85.624 35.424-14.584 55.728-2.992 100.872 34.934 138.79 37.936 37.944 83.064 59.786 138.8 45.2 14.6 26.992 26.472 55.656 35.424 85.6-49.718 29.102-82.734 71.444-82.734 125.068zM512.48 260.894c-103.298 0-187.032 83.734-187.032 187.040s83.734 187.040 187.032 187.040 187.024-83.734 187.024-187.040-83.728-187.040-187.024-187.040z" />
<glyph unicode="&#xe010;" d="M192.242 959.614h639.518c105.52 0 191.856-87.914 191.856-195.366v-390.734c0-107.452-86.334-195.366-191.856-195.366h-63.952c0 0-0.032-218.49 0-231.058 0.032-12.568-13.73-15.532-22.49-6.53-8.76 9.002-233.316 237.586-233.316 237.586h-319.758c-105.52 0-191.856 87.914-191.856 195.366v390.734c0 107.452 86.334 195.366 191.856 195.366z" />
<glyph unicode="&#xe011;" d="M928 960h-832c-52.8 0-96-43.2-96-96v-640c0-52.8 43.2-96 96-96h224l192-192 192 192h224c52.8 0 96 43.2 96 96v640c0 52.8-43.198 96-96 96z" />
<glyph unicode="&#xe012;" d="M992 576h-352v352c0 17.664-14.304 32-32 32h-192c-17.696 0-32-14.336-32-32v-352h-352c-17.696 0-32-14.336-32-32v-192c0-17.696 14.304-32 32-32h352v-352c0-17.696 14.304-32 32-32h192c17.696 0 32 14.304 32 32v352h352c17.696 0 32 14.304 32 32v192c0 17.664-14.304 32-32 32z" />
<glyph unicode="&#xe013;" d="M867.2 900.656h-710.4c-65.12 0-118.4-59.2-118.4-131.712v-460.64c0-72.144 53.28-131.76 118.4-131.76h236.8l236.8-197.216v197.216l236.8-0.016c65.152 0 118.4 59.568 118.4 131.76v460.64c0 72.528-53.28 131.728-118.4 131.728zM712.608 510.528l-161.872-0.592-0.592-171.68-76.288 0.592-0.592 170.528h-161.872l0.592 72.256 161.28 0.592 0.592 169.392h76.88v-169.392h161.872v-71.696z" />
<glyph unicode="&#xe014;" d="M540.314 35.776c35.676 30.978 71.622 61.646 107.352 92.564 70.3 0.472 145.966-0.902 216.116 0.714 28.556 4.502 40.626 35.59 36.84 61.62-0.412 230.256 0.784 424.858-0.632 654.998-2.514 29.37-33.572 44.826-60.464 40.356-209.332-0.41-429.096 0.818-638.31-0.614-29.402-2.716-44.262-34.094-39.944-60.868 0.316-230.272-0.672-424.826 0.46-655.022 1.548-28.542 30.948-45.942 57.456-41.16 63.296-0.008 131.714-0.016 195.010-0.024 38.924-32.974 77.38-67.894 116.58-99.68 3.658 0.058 6.402 5.34 9.536 7.116zM516.148-52.122c-40.386 34.954-80.956 69.692-121.274 104.722-69.612 1.206-165.206-0.78-234.58 2.408-47.592 7.558-79.946 55.316-75.18 102.072 0.164 241.364 0.326 482.726 0.488 724.088 6.3 39.19 37.36 72.104 77.032 78.046 227.758 1.076 506.972 0.154 734.828 0.462 38.6-5.68 70.846-36.072 77.736-74.602 2.53-89.334 0.472-179.282 1.24-268.852-0.248-160.076 0.93-320.296-0.212-480.282-4.11-48.194-50.212-86.848-98.362-82.26-61.758-0.36-149.118-0.718-210.876-1.078-45.222-39.066-90.278-78.336-135.906-116.922-5.298 3.662-10.026 8.054-14.934 12.2zM727.632 229.75c-34.042 7.418-46.316 56.226-19.714 78.77 24.542 26.894 75.762 8.706 77.736-27.778 5.124-32.196-26.592-60.294-58.022-50.992zM285.424 505.526c0 92.734 0 185.468 0 278.204 22.802-0.164 45.606-0.328 68.408-0.494 0.31-79.222 0.62-158.442 0.93-237.664 36.044 67.63 133.806 90.828 195.172 43.968 46.66-34.908 57.666-97.974 54.722-153.13 0.012-69.538 0.024-139.078 0.034-208.616-22.658-0.164-45.314-0.328-67.972-0.494-0.602 79.566 1.2 159.286-0.9 238.754-1.206 39.602-25.532 84.368-68.23 89.27-58.734 12.966-119.044-42.924-112.828-101.946-0.168-75.352-0.336-150.704-0.506-226.056-22.944 0-45.89 0-68.834 0 0 92.734-0.002 185.47 0 278.204z" />
<glyph unicode="&#xe015;" d="M292.576 448c0 117.824 98.24 213.344 219.424 213.344s219.424-95.52 219.424-213.344-98.24-213.344-219.424-213.344-219.424 95.52-219.424 213.344zM0 440.32c94.816-185.472 286.784-312.32 508.224-312.32 227.456 0 423.904 133.92 515.776 327.68-94.816 185.472-286.816 312.32-508.224 312.32-227.456 0-423.872-133.92-515.776-327.68zM402.272 448c0-58.912 49.12-106.656 109.728-106.656s109.728 47.744 109.728 106.656-49.12 106.656-109.728 106.656-109.728-47.744-109.728-106.656z" />
<glyph unicode="&#xe016;" d="M512 768c-282.784 0-512-320-512-320s229.216-320 512-320 512 320 512 320-229.216 320-512 320zM512 256c-106.016 0-192 85.984-192 192s85.984 192 192 192 192-85.984 192-192-85.984-192-192-192zM512 576c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128z" />
<glyph unicode="&#xe017;" d="M512 736c-256 0-511.998-223.998-512-288v0c0.002-64.002 256-288 512-288s511.994 223.998 512 288v0c-0.006 64.002-256 288-512 288zM512 256c-106.042 0-192 85.96-192 192s85.958 192 192 192c106.040 0 192-85.96 192-192 0-106.040-85.96-192-192-192zM448 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64z" />
<glyph unicode="&#xe018;" d="M896 256v-128h-768v128h-128v-256h1024v256zM768 576h-192v320h-128v-320h-192l256-384z" />
<glyph unicode="&#xe019;" d="M1024 662.49l-131.93-211.316-446.732 324.582 154.598 184.244h-139.098l-123.956-147.546c-23.13-5.018-44.608-17.664-58.97-37.26l-73.472-101.196c-15.564-21.030-22.17-47.514-17.958-73.562 3.532-23.104 14.784-43.34 32.012-58.74 17.204-24.192 94.028-145.676 12.16-258.15-0.012-0.012-0.026-0.026-0.038-0.038l-180.606-248.756c-11.482-16.256-13.222-37.248-4.428-55.194 8.794-17.958 26.906-29.248 46.822-29.402l254.746-3.444c3.226 0.012 6.464 0.116 9.254 0.768 13.824 2.368 26.176 10.048 34.65 21.428l92.684 127.462c0.5 0.64 1.114 1.126 1.588 1.792 65.946 91.404 222.028 68.902 258.47 62.080 41.626-22.516 98.278-10.304 126.836 29.044 0.038 0.052 0.076 0.076 0.116 0.128 0.012 0.012 0.026 0.038 0.038 0.064 0.026 0.038 0.064 0.076 0.102 0.128l73.434 101.082c15.22 20.966 21.836 46.426 18.164 71.936l61.514 98.598v201.268zM321.114 53.696l-124.364 1.716 88.948 122.534 82.124-60.108M435.136 200.73l-90.714 66.010c67.674 138.394 3.572 282.662-44.852 344.87-1.638 1.83-3.316 3.622-5.082 5.364l64.934 89.754 494.338-359.26-37.786-51.98-286.63 209.434c-23.54 17.78-57.114 12.134-74.368-11.38-17.37-23.54-12.186-57.088 11.354-74.38l198.516-145.036c-70.99 0.204-162.024-13.62-229.71-73.396z" />
<glyph unicode="&#xe01a;" d="M1024 662.49l-131.93-211.316-446.732 324.582 154.598 184.244h-139.098l-123.956-147.546c-23.13-5.018-44.608-17.664-58.97-37.26l-73.472-101.196c-15.564-21.030-22.17-47.514-17.958-73.562 3.532-23.104 14.784-43.34 32.012-58.74 17.204-24.192 94.028-145.676 12.16-258.15-0.012-0.012-0.026-0.026-0.038-0.038l-180.606-248.756c-11.482-16.256-13.222-37.248-4.428-55.194 8.794-17.958 26.906-29.248 46.822-29.402l254.746-3.444c3.226 0.012 6.464 0.116 9.254 0.768 13.824 2.368 26.176 10.048 34.65 21.428l92.684 127.462c0.5 0.64 1.114 1.126 1.588 1.792 65.946 91.404 222.028 68.902 258.47 62.080 41.626-22.516 98.278-10.304 126.836 29.044 0.038 0.052 0.076 0.076 0.116 0.128 0.012 0.012 0.026 0.038 0.038 0.064 0.026 0.038 0.064 0.076 0.102 0.128l73.434 101.082c15.22 20.966 21.836 46.426 18.164 71.936l61.514 98.598v201.268zM321.114 53.696l-124.364 1.716 88.948 122.534 82.124-60.108M664.858 274.124c-71.014 0.204-162.048-13.62-229.722-73.396l-90.714 66.010c67.674 138.394 3.572 282.662-44.852 344.87-1.638 1.83-3.316 3.622-5.082 5.364l64.934 89.754 494.338-359.258-37.786-51.98" />
<glyph unicode="&#xe01b;" d="M512 736c-256 0-511.998-223.998-512-288v0c0.002-64.002 256-288 512-288s511.994 223.998 512 288v0c-0.006 64.002-256 288-512 288zM512 256c-106.042 0-192 85.96-192 192s85.958 192 192 192c106.040 0 192-85.96 192-192 0-106.040-85.96-192-192-192z" />
<glyph unicode="&#xe01c;" d="M1024 662.49l-131.93-211.316-446.732 324.582 154.598 184.244h-139.098l-123.956-147.546c-23.13-5.018-44.608-17.664-58.97-37.26l-73.472-101.196c-15.564-21.030-22.17-47.514-17.958-73.562 3.532-23.104 14.784-43.34 32.012-58.74 17.204-24.192 94.028-145.676 12.16-258.15-0.012-0.012-0.026-0.026-0.038-0.038l-180.606-248.756c-11.482-16.256-13.222-37.248-4.428-55.194 8.794-17.958 26.906-29.248 46.822-29.402l254.746-3.444c3.226 0.012 6.464 0.116 9.254 0.768 13.824 2.368 26.176 10.048 34.65 21.428l92.684 127.462c0.5 0.64 1.114 1.126 1.588 1.792 65.946 91.404 222.028 68.902 258.47 62.080 41.626-22.516 98.278-10.304 126.836 29.044 0.038 0.052 0.076 0.076 0.116 0.128 0.012 0.012 0.026 0.038 0.038 0.064 0.026 0.038 0.064 0.076 0.102 0.128l73.434 101.082c15.22 20.966 21.836 46.426 18.164 71.936l61.514 98.598v201.268zM435.136 200.73l-90.714 66.010c67.674 138.394 3.572 282.662-44.852 344.87-1.638 1.83-3.316 3.622-5.082 5.364l64.934 89.754 494.338-359.26-37.786-51.98-286.63 209.434c-23.54 17.78-57.114 12.134-74.368-11.38-17.37-23.54-12.186-57.088 11.354-74.38l198.516-145.036c-70.99 0.204-162.024-13.62-229.71-73.396z" />
<glyph unicode="&#xe01d;" d="M1024 662.49l-131.93-211.316-446.732 324.582 154.598 184.244h-139.098l-123.956-147.546c-23.13-5.018-44.608-17.664-58.97-37.26l-73.472-101.196c-15.564-21.030-22.17-47.514-17.958-73.562 3.532-23.104 14.784-43.34 32.012-58.74 17.204-24.192 94.028-145.676 12.16-258.15-0.012-0.012-0.026-0.026-0.038-0.038l-180.606-248.756c-11.482-16.256-13.222-37.248-4.428-55.194 8.794-17.958 26.906-29.248 46.822-29.402l254.746-3.444c3.226 0.012 6.464 0.116 9.254 0.768 13.824 2.368 26.176 10.048 34.65 21.428l92.684 127.462c0.5 0.64 1.114 1.126 1.588 1.792 65.946 91.404 222.028 68.902 258.47 62.080 41.626-22.516 98.278-10.304 126.836 29.044 0.038 0.052 0.076 0.076 0.116 0.128 0.012 0.012 0.026 0.038 0.038 0.064 0.026 0.038 0.064 0.076 0.102 0.128l73.434 101.082c15.22 20.966 21.836 46.426 18.164 71.936l61.514 98.598v201.268zM664.858 274.124c-71.014 0.204-162.048-13.62-229.722-73.396l-90.714 66.010c67.674 138.394 3.572 282.662-44.852 344.87-1.638 1.83-3.316 3.622-5.082 5.364l64.934 89.754 494.338-359.258-37.786-51.98" />
<glyph unicode="&#xe01e;" d="M156.8 900.656h710.4c65.12 0 118.4-59.2 118.4-131.712v-460.64c0-72.144-53.28-131.76-118.4-131.76h-236.8l-236.8-197.216v197.216l-236.8-0.016c-65.152 0-118.4 59.568-118.4 131.76v460.64c0 72.528 53.28 131.728 118.4 131.728zM311.392 510.528l161.872-0.592 0.592-171.68 76.288 0.592 0.592 170.528h161.872l-0.592 72.256-161.28 0.592-0.592 169.392h-76.88v-169.392h-161.872v-71.696z" />
<glyph unicode="&#xe020;" d="M877.91 685.91l-118.998-119.040-106.666 21.334-21.334 106.666 118.998 119.040c-17.494 5.29-35.754 8.96-54.998 8.96-105.984 0-192-85.974-192-192v-64l-293.418-238.080c-55.766-55.254-47.574-135.594 0-183.338 47.574-47.83 127.574-55.466 183.338 0l238.080 293.418h64c106.070 0 192 85.974 192 192 0 19.284-3.67 37.504-9.002 55.040z" />
<glyph unicode="&#xe600;" d="M903.529 960h-783.059c-66.5 0-120.471-58.85-120.471-131.433v-460.017c0-72.523 53.971-131.373 120.471-131.373h90.353v-263.529l263.529 263.529h429.176c66.5 0 120.471 58.85 120.471 131.433v459.957c0 72.584-53.971 131.433-120.471 131.433zM722.824 576h-180.706v-180.706h-60.235v180.706h-180.706v60.235h180.706v180.706h60.235v-180.706h180.706v-60.235z" />
<glyph unicode="&#xe601;" d="M747.947 894.707l215.846-215.816-431.674-431.735-215.846 215.816 431.674 431.735zM468.932 184.049l-260.578-44.755 44.695 260.578zM0 171.942h361.412v-120.471h-361.412v120.471z" />
<glyph unicode="&#xe602;" d="M0 484.804c560.911-662.588 1024 0 1024 0-560.911 662.588-1024 0-1024 0zM512 299.098c-102.581 0-185.705 83.125-185.705 185.705 0 102.581 83.125 185.705 185.705 185.705s185.705-83.125 185.705-185.705c0-102.581-83.125-185.705-185.705-185.705z" />
<glyph unicode="&#xf000;" d="M0 960l1024-1024h-1024z" />
<glyph unicode="&#xf06e;" d="M950.858 411.428q-86.858 134.858-217.714 201.714 34.858-59.428 34.858-128.572 0-105.714-75.142-180.858t-180.858-75.142-180.858 75.142-75.142 180.858q0 69.142 34.858 128.572-130.858-66.858-217.714-201.714 76-117.142 190.572-186.572t248.286-69.428 248.286 69.428 190.572 186.572zM539.428 630.858q0 11.428-8 19.428t-19.428 8q-71.428 0-122.572-51.142t-51.142-122.572q0-11.428 8-19.428t19.428-8 19.428 8 8 19.428q0 49.142 34.858 84t84 34.858q11.428 0 19.428 8t8 19.428zM1024 411.428q0-19.428-11.428-39.428-80-131.428-215.142-210.572t-285.428-79.142-285.428 79.428-215.142 210.286q-11.428 20-11.428 39.428t11.428 39.428q80 130.858 215.142 210.286t285.428 79.428 285.428-79.428 215.142-210.286q11.428-20 11.428-39.428z" />
<glyph unicode="&#xf070;" d="M317.142 197.142l44.572 80.572q-49.714 36-77.714 90.858t-28 116q0 69.142 34.858 128.572-130.858-66.858-217.714-201.714 95.428-147.428 244-214.286zM539.428 630.858q0 11.428-8 19.428t-19.428 8q-71.428 0-122.572-51.142t-51.142-122.572q0-11.428 8-19.428t19.428-8 19.428 8 8 19.428q0 49.142 34.858 84t84 34.858q11.428 0 19.428 8t8 19.428zM746.858 740q0-4-0.572-5.142-60-107.428-180-323.428t-180.572-324l-28-50.858q-5.714-9.142-16-9.142-6.858 0-76.572 40-9.142 5.714-9.142 16 0 6.858 25.142 49.714-81.714 37.142-150.572 98.858t-119.142 140q-11.428 17.714-11.428 39.428t11.428 39.428q87.428 134.286 217.142 212t283.428 77.714q50.858 0 102.858-9.714l30.858 55.428q5.714 9.142 16 9.142 2.858 0 10.286-3.428t17.714-8.858 18.858-10.572 18-10.572 11.142-6.572q9.142-5.714 9.142-15.428zM768 484.572q0-79.428-45.142-144.858t-119.428-94l160 286.858q4.572-25.714 4.572-48zM1024 411.428q0-20-11.428-39.428-22.286-36.572-62.286-82.858-85.714-98.286-198.572-152.572t-239.714-54.286l42.286 75.428q121.142 10.286 224.286 78.286t172.286 175.428q-65.714 102.286-161.142 168l36 64q54.286-36.572 104.286-87.428t82.572-105.142q11.428-19.428 11.428-39.428z" />
<glyph unicode="&#xf0d0;" d="M680 628l167.428 167.428-61.142 61.142-167.428-167.428zM935.428 795.428q0-15.428-10.286-25.714l-734.858-734.858q-10.286-10.286-25.714-10.286t-25.714 10.286l-113.142 113.142q-10.286 10.286-10.286 25.714t10.286 25.714l734.858 734.858q10.286 10.286 25.714 10.286t25.714-10.286l113.142-113.142q10.286-10.286 10.286-25.714zM163.428 904l56-17.142-56-17.142-17.142-56-17.142 56-56 17.142 56 17.142 17.142 56zM363.428 811.428l112-34.286-112-34.286-34.286-112-34.286 112-112 34.286 112 34.286 34.286 112zM894.858 538.286l56-17.142-56-17.142-17.142-56-17.142 56-56 17.142 56 17.142 17.142 56zM529.142 904l56-17.142-56-17.142-17.142-56-17.142 56-56 17.142 56 17.142 17.142 56z" horiz-adv-x="950" />
<glyph unicode="&#xf0fe;" d="M731.428 411.428v73.142q0 14.858-10.858 25.714t-25.714 10.858h-182.858v182.858q0 14.858-10.858 25.714t-25.714 10.858h-73.142q-14.858 0-25.714-10.858t-10.858-25.714v-182.858h-182.858q-14.858 0-25.714-10.858t-10.858-25.714v-73.142q0-14.858 10.858-25.714t25.714-10.858h182.858v-182.858q0-14.858 10.858-25.714t25.714-10.858h73.142q14.858 0 25.714 10.858t10.858 25.714v182.858h182.858q14.858 0 25.714 10.858t10.858 25.714zM877.714 722.286v-548.572q0-68-48.286-116.286t-116.286-48.286h-548.572q-68 0-116.286 48.286t-48.286 116.286v548.572q0 68 48.286 116.286t116.286 48.286h548.572q68 0 116.286-48.286t48.286-116.286z" horiz-adv-x="876" />
</font></defs></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="16"></iconset>
</metadata>
<defs>
<font id="icomoon" horiz-adv-x="512" >
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#x22;" d="M 466.895,174.875c-26.863,46.527-10.708,106.152, 36.076,133.244l-50.313,87.146c-14.375-8.427-31.088-13.259-48.923-13.259
c-53.768,0-97.354,43.873-97.354,97.995L 205.752,480.001 c 0.133-16.705-4.037-33.641-12.979-49.126
c-26.862-46.528-86.578-62.351-133.431-35.379L 9.030,308.35c 14.485-8.236, 27.025-20.294, 35.943-35.739
c 26.819-46.454, 10.756-105.96-35.854-133.112l 50.313-87.146c 14.325,8.348, 30.958,13.127, 48.7,13.127
c 53.598,0, 97.072-43.596, 97.35-97.479l 100.627,0 c-0.043,16.537, 4.136,33.285, 12.983,48.609
c 26.818,46.453, 86.388,62.297, 133.207,35.506l 50.313,87.145C 488.222,147.494, 475.766,159.51, 466.895,174.875z M 256,120.334
c-57.254,0-103.668,46.412-103.668,103.667c0,57.254, 46.413,103.667, 103.668,103.667c 57.254,0, 103.666-46.413, 103.666-103.667
C 359.665,166.746, 313.254,120.334, 256,120.334z" data-tags="cog, preferences, settings, gear, generate, control, options" />
<glyph unicode="&#x23;" d="M 37.5,379.5q0,12.75 4.25,25.625t 13,23.875t 22,19.375t 31.75,12.125l 8.25-17.5q-19.5-6.25 -31-18.5t-9-31.75q 5.75-4.5 16-9.375t 17.75-7.375q 2-8.25 0-16t-6.625-13.625t-10.75-9.625t-11.125-4.25q-18,1.5 -31.25,13.25t-13.25,33.75zM 130.75,379.5q0,12.75 4.25,25.625t 13,23.875t 22,19.375t 31.75,12.125l 8.25-17.5q-19.5-6.25 -31-18.5 t-9-31.75q 5.75-4.5 16-9.375t 17.75-7.375q 2-8.25 0-16t-6.625-13.625t-10.75-9.625t-11.125-4.25q-18,1.5 -31.25,13.25t-13.25,33.75z" horiz-adv-x="242.5" />
<glyph unicode="&#x24;" d="M 29.25,13.75q 20,6.25 33,21t 10.5,34.25q-5.75,4.5 -16,9.125t-17.75,7.625q-2.5,8.25 -0.25,16t 6.875,13.625t 10.5,9.625t 11.375,3.75q 17-1.5 30.875-13t 13.875-34q0-12.25 -5.125-25.625t-14.875-25.125t-23.625-21t-30.625-13.75zM 122.5,13.75q 20,6.25 33,21t 10.5,34.25q-5.75,4.5 -16,9.125t-17.75,7.625q-2.5,8.25 -0.25,16t 6.875,13.625 t 10.5,9.625t 11.375,3.75q 17-1.5 30.875-13t 13.875-34q0-12.25 -5.125-25.625t-14.875-25.125t-23.625-21t-30.625-13.75z" horiz-adv-x="242.5" />
<glyph unicode="&#x25;" d="M0,480,M0-32,m 506.944,243.739 c -2.816-2.816 -7.342-2.843 -10.13-0.027 -2.761,2.816 -15.918,15.945 -29.138,29.193 l -12.453,12.507 c -13.275,13.275 -26.432,26.377 -29.221,29.193 -2.816,2.761 -7.342,2.761 -10.13,0 -2.816-2.816 -15.945-15.945 -29.193-29.193 L 282.13,148.91 c -13.275-13.275 -28.672-28.699 -34.24-34.24 -5.568-5.568 -14.665-5.568 -20.233,0 -5.568,5.541 -21.001,20.946 -34.267,34.24 l -12.507,12.453 c -13.275,13.275 -28.699,28.699 -34.24,34.267 -5.568,5.568 -5.568,14.665 0,20.233 5.541,5.568 20.946,21.001 34.24,34.267 l 104.558,104.503 c 13.275,13.275 26.377,26.432 29.193,29.138 2.816,2.816 2.816,7.342 0,10.13 -2.761,2.816 -15.918,15.945 -29.193,29.221 l -12.507,12.507 c -13.275,13.275 -26.377,26.377 -29.193,29.138 -2.816,2.816 -2.761,7.342 0,10.13 2.816,2.816 8.713,5.056 13.138,5.056 4.453,0 23.433-0.082 42.158-0.137 l 154.853-0.603 c 18.789-0.082 39.323-0.137 45.687-0.137 6.336,0 11.547-5.184 11.547-11.547 0-6.309 0.082-26.898 0.137-45.687 l 0.658-152.539 C 511.918,250.597 512,231.104 512,226.021 c 0-5.056 -2.267-11.493 -5.056-14.254 z M 409.6,2.13 l 0,170.67 -68.27-68.27 0-51.2 c 0-9.39 -7.671-17.070 -17.070-17.070 l -238.93,0 c -9.39,0 -17.070,7.671 -17.070,17.070 l 0,238.93 c 0,9.39 7.671,17.070 17.070,17.070 l 51.2,0 68.27,68.27 -170.67,0 C 15.369,377.6 0,362.249 0,343.47 L 0,2.13 C 0-16.631 15.369-32 34.13-32 l 341.33,0 c 18.789,0 34.13,15.369 34.13,34.13" data-tags="export_icon" />
<glyph unicode="&#x26;" d="M-1.067,480,M-1.067-32,M 456.303,246.63 405.564,297.37 C 393.097,309.837 368.546,320 350.933,320 l -128,0 c -17.613,0 -32-14.413 -32-32 L 190.933,0 C 190.933-17.587 205.346-32 222.933-32 l 224,0 c 17.613,0 32,14.413 32,32 l 0,192 c 0,17.613 -10.189,42.163 -22.63,54.63 z m -3.866-57.37 c -1.51-0.154 -42.726-3.661 -69.325-3.661 -22.016,0 -28.928,2.406 -32.512,6.016 -7.27,7.245 -8.038,50.918 -2.33,101.99 0.461,4.070 3.866,7.168 7.936,7.27 l 0.128,0 c 4.070,0 7.501-2.97 8.064-7.014 3.61-25.421 10.112-69.888 14.003-74.573 5.069-3.84 45.363-10.24 74.163-13.824 4.096-0.538 7.168-4.045 7.142-8.192 -0.077-4.122 -3.226-7.552 -7.322-7.962 z M 158.933,128 30.933,128 C 13.346,128 -1.067,142.413 -1.067,160 l 0,288 c 0,17.613 14.413,32 32,32 l 128,0 c 17.613,0 42.163-10.189 54.63-22.63 L 264.303,406.63 C 276.77,394.189 286.933,369.613 286.933,352 l -21.248,0 c 1.229,1.408 2.022,3.226 2.048,5.222 0.026,4.173 -3.046,7.654 -7.142,8.192 -28.8,3.584 -69.12,9.984 -74.163,13.85 -3.891,4.659 -10.394,49.152 -14.003,74.573 -0.614,4.045 -3.994,7.014 -8.064,7.014 l -0.128,0 c -4.070-0.102 -7.501-3.2 -7.936-7.27 -5.658-51.072 -4.89-94.746 2.33-101.99 2.739-2.739 7.603-4.762 19.61-5.606 C 166.946,339.354 158.933,327.834 158.933,314.163 L 158.933,128" horiz-adv-x="477.867" data-tags="clipboard_copy_icon" />
<glyph unicode="&#x27;" d="M-5269.67,7850.883,m 5369.053-7572.349 c -7.521-8.289 -6.836-22.673 1.453-30.201 8.289-7.521 22.673-6.822 30.201,1.467 l 92.34,92.34 24.624,0 42.51,42.51 -76.226,0 c -5.535,0 -11.022-2.262 -14.952-6.151 l -98.505-98.505 c -0.505-0.464 -1.003-0.962 -1.467-1.467 z m 22.237-86.147 c -42.51-42.51 -53.040-75.167 -53.359-98.505 -0.318-23.338 10.697-38.836 14.952-43.091 4.255-4.255 19.767-15.263 43.091-14.952 23.338,0.318 55.981,10.842 98.505,53.359 l 59.503,59.503 c -22.964,7.687 -43.61,23.088 -61.855,41.334 -18.245,18.245 -33.578,38.85 -41.334,61.855 z m 96.747,96.747 c -3.937-7.113 -3.404-14.032 -0.291-23.746 4.352-13.63 16.46-31.121 32.547-47.194 16.086-16.086 33.674-28.264 47.194-32.547 10.143-3.21 17.159-3.542 24.624,1.169 l 116.39,116.39 c 0.754,15.471 0.097,28.686 -1.467,39.576 -13.042,6.137 -24.341,16.128 -35.183,26.97 -10.745,10.745 -20.757,22.251 -26.97,35.183 -10.87,1.55 -24.133,2.207 -39.576,1.467 z m 178.529,137.486 c -0.055-0.277 -0.263-0.602 -0.291-0.879 -0.249-2.020 -0.221-4.698 1.467-8.496 3.376-7.618 12.371-18.231 22.867-28.727 10.503-10.503 20.895-19.235 28.444-22.57 3.778-1.661 6.794-2.020 8.801-1.757 l 34,34 c 20.425,18.889 9.936,38.725 -6.739,55.4 -16.682,16.682 -36.227,26.866 -55.116,6.448 l -33.425-33.425 z m -384.913-420.684 c -5.355-7.299 -4.241-18.584 2.442-24.694 6.684-6.109 18.024-6.22 24.818-0.221 l 41.043,41.043 c -6.684,3.722 -11.707,7.604 -14.952,10.842 -3.252,3.252 -7.355,8.469 -11.146,15.249 l -41.043-41.043 c -0.415-0.374 -0.796-0.768 -1.169-1.169 z" data-tags="pen_1" />
<glyph unicode="&#x28;" d="M 254.059,418.977C 205.881,476.227, 169.369,480, 96,480l0-256 c 128.267,64, 142.636-8.335, 223.506-1.023
C 399.234,230.197, 467.031,291.564, 512,352C 384.644,322.547, 320.54,339.977, 254.059,418.977zM0,480L 64,480L 64-32L0-32z" data-tags="flag" />
<glyph unicode="&#x29;" d="M0-31.991,m 506.824,113.329 -142.569,142.597 142.569,142.597 c 6.73,6.703 6.73,17.622 0,24.315 l -83.987,84.015 c -3.267,3.24 -7.568,5.027 -12.176,5.027 -4.608,0 -8.909-1.787 -12.148-5.027 L 255.926,332.246 113.357,474.806 c -3.267,3.24 -7.568,5.027 -12.176,5.027 -4.608,0 -8.909-1.787 -12.148-5.027 L 5.055,390.847 C 1.787,387.579 0,383.251 0,378.698 c 0-4.608 1.787-8.937 5.055-12.176 L 147.586,223.907 5.055,81.347 C 1.787,78.080 0,73.751 0,69.171 0,64.619 1.787,60.262 5.055,57.023 L 89.041-26.936 C 92.309-30.203 96.61-31.991 101.19-31.991 105.789-31.991 110.061-30.203 113.357-26.936 L 255.926,115.661 398.541-26.936 C 401.78-30.203 406.081-31.991 410.633-31.991 c 4.608,0 8.937,1.787 12.176,5.055 L 506.824,57.023 c 3.267,3.24 5.055,7.624 5.055,12.148 0,4.608 -1.787,8.937 -5.055,12.148" data-tags="delete_icon" />
<glyph unicode="&#x2b;" d="M0,480,M0-32,m 511.974,362.214 c -7.245,94.438 -66.637,143.206 -118.733,148.557 C 385.126,479.565 377.318,480 370.022,480 312.73,480 283.494,453.632 256,420.454 228.506,453.632 199.219,480 141.952,480 134.682,480 126.848,479.565 118.733,478.746 66.637,473.395 7.27,424.627 0,329.574 l 0.026-30.413 C 7.706,196.096 89.958,88.243 251.52-30.541 252.851-31.488 254.438-32 256-32 257.562-32 259.149-31.488 260.454-30.541 422.042,88.243 504.294,196.096 512,299.776 l -0.026,30.438 z M 448,299.827 C 442.47,227.584 377.882,141.696 256,46.362 134.118,141.747 69.478,228.326 63.846,303.898 l 0.154,25.6 c 4.582,58.010 39.142,83.328 61.261,85.606 5.734,0.563 11.418,0.896 16.717,0.896 27.827,0 40.55-7.142 64.742-36.378 L 256,320.077 305.306,379.622 C 329.498,408.858 342.17,416 370.022,416 c 5.325,0 10.982-0.358 16.87-0.922 22.016-2.253 56.576-28.006 61.286-89.754 L 448,299.827" data-tags="heart_empty_icon" />
<glyph unicode="&#x2c;" d="M 512,299.776 C 504.294,196.096 422.042,88.243 260.454-30.541 259.149-31.488 257.562-32 256-32 254.438-32 252.851-31.488 251.52-30.541 89.958,88.243 7.706,196.096 0.026,299.136 L 0,329.574 c 7.27,95.104 66.637,143.846 118.733,149.171 8.141,0.794 15.974,1.254 23.27,1.254 C 199.219,480 228.506,453.632 256,420.454 283.494,453.632 312.73,480 370.022,480 c 7.322,0 15.13-0.461 23.27-1.254 52.096-5.35 111.488-54.118 118.733-148.557 L 512,299.776" data-tags="heart_icon" />
<glyph unicode="&#x2d;" d="M 64,448l 32,0 l0-32 L 64,416 L 64,448 z M 128,448l 32,0 l0-32 L 128,416 L 128,448 z M 192,448l 256,0 l0-32 L 192,416 L 192,448 z M 480,384l0-328 c0-28-28-56-56-56
l-336,0 C 60,0, 32,28, 32,56L 32,384 L 480,384 z M0,416l0-384 c0-32, 32-64, 64-64l 384,0 c 32,0, 64,32, 64,64L 512,416 c0,32-32,64-64,64L 64,480 C 32,480,0,448,0,416z M 64,352l0-256 c0-32, 32-64, 64-64l 256,0
c 32,0, 64,32, 64,64L 448,352 L 64,352 z" data-tags="window, software, program" />
<glyph unicode="&#x2e;" d="M 64,448l 32,0 l0-32 L 64,416 L 64,448 z M 128,448l 32,0 l0-32 L 128,416 L 128,448 z M 192,448l 256,0 l0-32 L 192,416 L 192,448 z M 480,384l0-328 c0-28-28-56-56-56
l-336,0 C 60,0, 32,28, 32,56L 32,384 L 480,384 z M0,416l0-384 c0-32, 32-64, 64-64l 384,0 c 32,0, 64,32, 64,64L 512,416 c0,32-32,64-64,64L 64,480 C 32,480,0,448,0,416z" data-tags="window, software, program" />
<glyph unicode="&#x2f;" d="M 372.977,326.348L 137.456,326.371L 255.232,121.564 z" data-tags="triangle, arrow, down, bottom" />
<glyph unicode="&#x33;" d="M 224,288L 416,288L 416,256L 224,256zM 224,224L 416,224L 416,192L 224,192zM 224,160L 416,160L 416,128L 224,128zM 224,96L 352,96L 352,64L 224,64zM 480,384l-96,0 L 384,448 c0,17.6-14.4,32-32,32L 32,480 C 14.4,480,0,465.6,0,448l0-352 c0-17.6, 14.4-32, 32-32l 96,0 l0-64 c0-17.6, 14.4-32, 32-32l 320,0
c 17.6,0, 32,14.4, 32,32L 512,352 C 512,369.6, 497.6,384, 480,384z M 128,352l0-240 L 48,112 L 48,432 l 288,0 l0-48 L 160,384 C 142.4,384, 128,369.6, 128,352z M 464,16L 176,16
L 176,336 l 288,0 L 464,16 z" data-tags="copy, new, papers" />
<glyph unicode="&#x36;" d="M 480,89.632L 345.504,224L 480,358.368L 390.368,448L 256,313.568L 121.568,448L 32,358.368L 166.368,224L 32,89.632L 121.568,0L 256,134.432L 390.368,0 z" data-tags="x, cancel, close" />
<glyph unicode="&#x38;" d="M 313.392,223.984l 97.536-97.536c 6.336-6.336, 6.336-16.624,0-22.96l-34.416-34.416
c-6.336-6.336-16.608-6.336-22.96,0L 256,166.608l-97.552-97.536c-6.336-6.336-16.608-6.336-22.944,0l-34.432,34.416
c-6.336,6.336-6.336,16.608,0,22.96l 97.552,97.536L 101.072,321.536c-6.336,6.336-6.336,16.624,0,22.96L 135.52,378.912
c 6.336,6.336, 16.608,6.336, 22.944,0L 256,281.36l 97.552,97.552c 6.336,6.336, 16.608,6.336, 22.96,0l 34.416-34.432
c 6.336-6.336, 6.336-16.608,0-22.96L 313.392,223.984z" data-tags="cancel, close, remove, dismiss" />
<glyph unicode="&#x39;" d="M 547.86,380.465 239.084-29.145 C 235.993-32.236 231.985-33.822 227.948-33.822 223.882-33.822 219.815-32.236 216.753-29.145 L 4.657,185.521 C -1.566,191.764 -1.566,201.905 4.598,208.177 l 101.573,102.863 c 2.974,3.033 6.981,4.687 11.225,4.687 l 0.325,0 C 122.023,315.638 126.090,313.817 128.975,310.577 L 230.489,198.961 508.849,478.149 c 2.974,2.471 6.538,3.682 10.102,3.682 4.126,0 8.222-1.595 11.284-4.746 l 18.59-70.42 c 1.654-8.635 5.189-20.007 -1.004-26.191" horiz-adv-x="551.385" data-tags="checkmark_icon" />
<glyph unicode="&#x3a;" d="M 463.968,343.504l-34.144,34.144c-6.304,6.288-16.48,6.288-22.768,0L 202.336,172.928
L 104.96,271.008c-6.288,6.288-16.464,6.288-22.768,0l-34.144-34.144c-6.288-6.304-6.288-16.48,0-22.768l 142.784-143.744
c 6.288-6.288, 16.48-6.288, 22.768,0L 463.968,320.736C 470.256,327.008, 470.256,337.216, 463.968,343.504z" data-tags="checkmark, tick, approve, submit" />
<glyph unicode="&#x3d;" d="M 431.84,182.16c 34.496-25.712, 64.064-49.248, 64.064-49.248l-42.096-73.824l-76.080,33.584
l-70.496-41.232C 302.464,7.968, 298.096-32, 298.096-32l-84.192,0 l-9.344,83.696l-69.472,41.328l-76.912-33.952l-42.080,73.824
c0,0, 29.072,23.424, 63.488,49.056l0,84.144 l-63.488,48.96l 42.080,73.84l 75.072-33.408l 74.528,40.432L 213.904,480l 84.192,0 l 6.096-83.728l 73.504-41.248
l 76.128,33.888l 42.096-73.84l-64.064-49.136L 431.856,182.16 z M 256,288c-35.344,0-64-28.656-64-64s 28.656-64, 64-64s 64,28.656, 64,64S 291.344,288, 256,288z" data-tags="cog, gear, settings, generate, make, options" />
<glyph unicode="&#x35;" d="M 96,288L0,192L 192,0L 512,320L 416,416L 192,192 z" data-tags="checkmark, tick" />
<glyph unicode="&#x37;" d="M 256,416c 105.872,0, 192-86.128, 192-192s-86.128-192-192-192S 64,118.128, 64,224S 150.128,416, 256,416 M 256,480
C 114.624,480,0,365.376,0,224s 114.624-256, 256-256s 256,114.624, 256,256S 397.376,480, 256,480L 256,480zM 342.752,182.752L 288,237.568L 288,352 l-64.368,0 l0-127.872 c0-9.632, 4.432-17.936, 11.12-23.872l 62.752-62.752
L 342.752,182.752z" data-tags="clock, time" />
<glyph unicode="&#x2a;" d="M0,480,m 394.071-408.428 -299.794,0 0,299.794 119.918,0 59.959,89.938 -269.815,0 0-479.67 479.67,0 0,179.876 -29.979-29.979 z M 124.257,131.531 c 0,0 29.979,59.959 119.918,89.938 89.938,29.979 89.938,0 89.938,0 l 0-119.918 179.876,179.876 -179.876,179.876 0-89.938 C 289.503,364.92 244.474,341.686 214.195,311.407 154.236,251.448 124.257,131.531 124.257,131.531 z" data-tags="export" />
<glyph unicode="&#x3e;" d="M0,480,M0-32,m 409.6,512 -307.2,0 C 46.089,480 0,433.929 0,377.6 L 0,70.4 C 0,14.089 46.089-32 102.4-32 l 307.2,0 c 56.329,0 102.4,46.089 102.4,102.4 l 0,307.2 c 0,56.329 -46.089,102.4 -102.4,102.4 z M 443.73,94.263 C 443.73,56.75 423.25,36.27 385.737,36.27 L 126.29,36.27 C 88.75,36.27 68.27,56.75 68.27,94.263 l 0,259.438 c 0,37.55 20.48,58.030 58.030,58.030 l 259.438,0 C 423.25,411.73 443.73,391.25 443.73,353.71 l 0-259.438" data-tags="checkbox_unchecked_icon" />
<glyph unicode="&#x3f;" d="M0,480,M0-32,m 232,315.858 -21.275,23.378 c -12.645,13.897 -26.103,27.685 -27.657,28.014 -1.527,0.384 -2.816,0.658 -2.871,0.658 -0.027,0 -3.931-0.713 -5.184-1.527 -1.307-0.85 -13.111-12.507 -26.322-25.829 L 129.463,288.987 c -13.221-13.349 -27.173-30.857 -26.048-33.829 1.17-3.008 12.864-16.384 26.048-29.733 L 221.897,131.95 C 235.081,118.565 248,106.249 250.624,104.53 c 0,0 0,0 2.706,0 2.679,0 2.679,0 2.679,0 2.624,1.719 13.952,15.369 25.289,30.391 l 163.264,216.622 c 11.301,14.994 21.467,29.687 22.61,32.631 1.115,2.981 -4.645,20.535 -7.863,34.075 -3.246,13.486 -8,25.938 -10.624,27.685 0,0 0,0 -2.734,0 -2.322,0 -2.322,0 -2.322,0 -2.405-1.335 -15.186-13.321 -28.453-26.597 L 279.077,282.816 c -13.248-13.275 -34.405-12.809 -47.077,1.088 z M 494.93,242.569 443.73,191.342 443.73,90.88 C 443.73,53.33 426.67,36.27 389.12,36.27 L 126.29,36.27 C 88.75,36.27 68.27,56.75 68.27,94.263 l 0,259.438 c 0,37.55 20.48,58.030 58.030,58.030 l 97.051,0 51.2,51.227 c 6.254,6.199 11.41,12.151 15.077,17.042 L 102.4,480 C 46.089,480 0,433.929 0,377.6 L 0,70.4 C 0,14.089 46.089-32 102.4-32 l 307.2,0 c 56.329,0 102.4,46.089 102.4,102.4 l 0,187.246 c -4.891-3.712 -10.871-8.878 -17.070-15.077" data-tags="checkbox_checked_icon" />
<glyph unicode="&#x3c;" d="M 415.389,314.069 95.043,314.101 255.238,35.531 z" data-tags="triangle" />
<glyph unicode="&#xe000;" d="M0,480,m 376.732-2.893 c -65.379,0 -118.563-53.184 -118.563-118.563 l 0-84.688 -203.25,0 c -18.631,0 -33.875-15.244 -33.875-33.875 l 0-237.125 c 0-18.631 15.244-33.875 33.875-33.875 l 304.876,0 c 18.631,0 33.875,15.244 33.875,33.875 l 0,237.125 c 0,18.631 -15.244,33.875 -33.875,33.875 l -33.875,0 0,84.688 c 0,28.015 22.798,50.813 50.813,50.813 28.015,0 50.813-22.798 50.813-50.813 l 0-118.563 67.75,0 0,118.563 c 0,65.379 -53.184,118.563 -118.563,118.563 z" data-tags="unlocked" />
<glyph unicode="&#xe001;" d="M0,480,m 425.727-206.644 -33.989,0 0,67.977 C 391.738,416.312 330.762,477.288 255.783,477.288 180.804,477.288 119.828,416.312 119.828,341.333 l 0-67.977 -33.989,0 c -18.694,0 -33.989-15.295 -33.989-33.989 l 0-237.921 c 0-18.694 15.295-33.989 33.989-33.989 l 339.887,0 c 18.694,0 33.989,15.295 33.989,33.989 l 0,237.921 c 0,18.694 -15.295,33.989 -33.989,33.989 z M 187.806,341.333 c 0,37.49 30.488,67.977 67.977,67.977 37.49,0 67.977-30.488 67.977-67.977 l 0-67.977 -135.955,0 0,67.977 z" data-tags="locked" />
<glyph unicode="&#xe002;" d="M0,480,m 316.533-487.412 -256.319,0 c -31.413,0 -56.96,25.546 -56.96,56.96 l 0,256.319 c 0,31.413 25.546,56.96 56.96,56.96 l 256.319,0 c 31.413,0 56.96-25.546 56.96-56.96 l 0-256.319 c 0-31.413 -25.546-56.96 -56.96-56.96 z M 60.214,305.866 l 0-256.319 256.319,0 0,256.319 -256.319,0 z m 370.239-227.839 -28.48,0 0,56.96 28.48,0 0,284.799 -284.799,0 0-28.48 -56.96,0 0,28.48 c 0,31.413 25.546,56.96 56.96,56.96 l 284.799,0 c 31.413,0 56.96-25.546 56.96-56.96 l 0-284.799 c 0-31.413 -25.546-56.96 -56.96-56.96 z" data-tags="views" />
<glyph unicode="&#xe003;" d="M 460.013,428.771L 50.421,428.771 c-28.16,0-51.2-23.040-51.2-51.2l0-307.204 c0-28.16, 23.040-51.2, 51.2-51.2l 409.592,0 c 28.16,0, 51.2,23.040, 51.2,51.2L 511.213,377.571
C 511.213,405.731, 488.173,428.771, 460.013,428.771z M 116.981,380.896c 10.609,0, 19.2-8.36, 19.2-18.684s-8.591-18.684-19.2-18.684
c-10.613,0-19.2,8.36-19.2,18.684S 106.368,380.896, 116.981,380.896z M 46.581,362.211c0,10.324, 8.587,18.684, 19.2,18.684
c 10.609,0, 19.2-8.36, 19.2-18.684s-8.591-18.684-19.2-18.684C 55.168,343.527, 46.581,351.888, 46.581,362.211z M 460.525,70.368
L 49.909,70.368 L 49.909,305.891 l 410.616,0 L 460.525,70.368 z M 460.525,346.851L 152.82,346.851 l0,30.72 l 307.704,0 L 460.525,346.851 z" data-tags="browser, window" />
<glyph unicode="&#xe007;" d="M 512,224 C 512,365.376 397.376,480 256,480 114.624,480 0,365.376 0,224 0,82.624 114.624-32 256-32 397.376-32 512,82.624 512,224 z m -384,76 256,0 -128-208.399 z" data-tags="ddbutton_filled" />
<glyph unicode="&#xe008;" d="M 256,480 C 114.615,480 0,365.385 0,224 0,82.615 114.615-32 256-32 397.385-32 512,82.615 512,224 512,365.385 397.385,480 256,480 z m 0-448 C 149.961,32 64,117.961 64,224 64,330.039 149.961,416 256,416 c 106.039,0 192-85.961 192-192 0-106.039 -85.961-192 -192-192 zM0,480,m 385.189-175.147 -258.378,0.024 129.207-209.144 z" data-tags="ddbutton_empty" />
<glyph unicode="&#xe004;" d="M 2.534,314.301 L 205.545,480.824 L 205.545,395.611 C 247.887,395.611 510.772,393.835 510.772,185.593 C 510.772,73.498 412.032-18.171 284.327-32.824 C 363.787-19.060 423.552,40.457 423.552,111.776 C 423.552,248.014 267.036,249.161 205.545,249.161 L 205.545,149.036 L 2.534,314.301 L 2.534,314.301 Z" data-tags="reply" />
<glyph unicode="&#xe005;" d="M0-33.841,m 107.789,0 0,3.368 -6.737,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,6.737 -3.368,0 0,10.105 -3.368,0 0,16.842 3.368,0 0,20.211 3.368,0 0,20.211 3.368,0 0,20.211 3.368,0 0,16.842 3.368,0 0,20.211 3.368,0 0,20.211 3.368,0 0,23.579 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,6.737 -3.368,0 0,30.316 3.368,0 0,6.737 3.368,0 0,3.368 3.368,0 0,3.368 6.737,0 0,3.368 6.737,0 0,3.368 20.211,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 10.105,0 0,3.368 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,3.368 3.368,0 0,3.368 6.737,0 0,3.368 33.684,0 0-3.368 6.737,0 0-3.368 3.368,0 0-3.368 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-3.368 10.105,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 20.211,0 0-3.368 6.737,0 0-3.368 6.737,0 0-3.368 3.368,0 0-3.368 3.368,0 0-6.737 3.368,0 0-30.316 -3.368,0 0-6.737 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-23.579 3.368,0 0-20.211 3.368,0 0-20.211 3.368,0 0-16.842 3.368,0 0-20.211 3.368,0 0-20.211 3.368,0 0-20.211 3.368,0 0-16.842 -3.368,0 0-10.105 -3.368,0 0-6.737 -3.368,0 0-3.368 -3.368,0 0-3.368 -6.737,0 0-3.368 -30.316,0 0,3.368 -10.105,0 0,3.368 -3.368,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -3.368,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -13.474,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -3.368,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -3.368,0 0-3.368 -10.105,0 0-3.368" horiz-adv-x="538.947" data-tags="star_fav_icon" />
<glyph unicode="&#xe006;" d="M0,481.85,M0-33.841,m 537.223,321.32 c -4.015,12.369 -14.552,21.208 -27.405,23.121 l -145.004,21.073 -64.835,131.368 c -5.767,11.749 -17.435,18.998 -30.477,18.998 -13.069,0 -24.711-7.249 -30.451-18.971 L 174.161,331.646 29.13,310.573 C 16.249,308.687 5.74,299.821 1.698,287.398 -2.371,275.002 0.943,261.663 10.267,252.609 L 115.2,150.317 90.435,5.906 C 88.253-6.948 93.4-19.721 103.936-27.401 109.811-31.632 116.709-33.841 123.931-33.841 c 5.524,0 10.995,1.347 15.818,3.907 L 269.474,38.216 399.171-29.934 C 403.995-32.494 409.465-33.841 414.989-33.841 c 7.249,0 14.147,2.237 19.941,6.494 10.617,7.653 15.791,20.372 13.555,33.199 l -24.792,144.438 104.933,102.265 c 9.324,9.135 12.638,22.474 8.623,34.897 z M 369.421,167.94 392.947,30.347 269.474,95.29 145.92,30.347 169.499,167.94 69.551,265.355 207.71,285.458 269.474,410.628 331.264,285.458 469.396,265.355 369.421,167.94" horiz-adv-x="538.947" data-tags="star_fav_empty_icon" />
<glyph unicode="&#xe009;" d="M 496.471,245.726 C 496.471,245.726 512.056,236.583 512.053,223.811 C 512.053,211.024 496.471,201.883 496.471,201.883 L 58.171-24.635 C 26.227-42.104 0.095-29.239 0.095,3.941 L 0.095,443.674 C 0.095,476.873 26.229,489.74 58.171,472.255 L 496.471,245.726 L 496.471,245.726 Z" data-tags="triright" />
<glyph unicode="&#xe00a;" d="M 15.677,245.726 453.977,472.255 C 485.919,489.74 512.053,476.873 512.053,443.674 l 0-439.733 c 0-33.18 -26.132-46.045 -58.077-28.576 L 15.677,201.883 c 0,0 -15.582,9.141 -15.582,21.928 -0.002,12.772 15.582,21.915 15.582,21.915 z" data-tags="trileft" />
<glyph unicode="&#xe00b;" d="M0,480,m 415.879-0.193 -319.759,0 c -52.76,0 -95.928-43.957 -95.928-97.683 l 0-195.367 c 0-53.726 43.167-97.683 95.928-97.683 l 31.976,0 c 0,0 0.016-109.245 0-115.529 -0.016-6.284 6.865-7.766 11.245-3.265 C 143.722-25.218 256,89.074 256,89.074 l 159.879,0 c 52.76,0 95.928,43.957 95.928,97.683 l 0,195.367 c 0,53.726 -43.167,97.683 -95.928,97.683 z" data-tags="comment" />
<glyph unicode="&#xe00c;" d="M0,480,m 256.633-4.966 c -139.836,0 -253.201-92.18 -253.201-205.913 0-74.774 49.018-140.266 122.324-176.343 0-0.312 0.016-108.399 0-114.636 -0.016-6.246 6.911-7.787 11.319-3.313 3.353,3.404 57.819,58.218 89.291,89.87 9.928-0.962 20.021-1.574 30.267-1.574 139.836,0 253.201,92.262 253.201,205.996 0,113.734 -113.365,205.913 -253.201,205.913 z" data-tags="comment2" />
<glyph unicode="&#xe00e;" d="M 255.667,479 C 396.874,479 511.333,382.959 511.333,264.5 C 511.333,146.041 396.874,50 255.667,50 C 253.46,50 251.276,50.037 249.083,50.083 C 199.563,22.049 124.687-20.312 119.833-23.083 C 105.536-31.247 83.031-28.396 83.083-17 C 83.114-10.294 83.093,48.748 83.083,106.25 C 32.012,145.466 0,201.841 0,264.5 C 0,382.959 114.46,479 255.667,479 Z" data-tags="comment2" />
<glyph unicode="&#xe00d;" d="M 255.667,479 C 114.459,479 0,382.96 0,264.501 C 0,146.040 114.459,50 255.667,50 C 257.872,50 260.056,50.037 262.251,50.083 C 311.771,22.048 386.648-20.312 391.499-23.083 C 405.797-31.245 428.301-28.397 428.251-17 C 428.219-10.293 428.24,48.749 428.251,106.251 C 479.32,145.467 511.333,201.84 511.333,264.499 C 511.333,382.96 396.875,479 255.667,479 Z" data-tags="comment2" />
<glyph unicode="&#xe00f;" d="M 429.912,223.968c0,26.817, 16.508,47.98, 41.368,62.532c-4.476,14.968-10.412,29.304-17.712,42.8
c-27.872-7.292-50.432,3.632-69.4,22.593c-18.964,18.968-24.769,41.532-17.473,69.408
c-13.496,7.3-27.832,13.232-42.807,17.708c-14.548-24.864-40.828-41.368-67.649-41.368
c-26.817,0-53.096,16.504-67.653,41.368c-14.968-4.469-29.304-10.408-42.8-17.708c 7.292-27.872, 1.492-50.436-17.477-69.408
c-18.964-18.964-41.532-29.883-69.405-22.593c-7.3-13.496-13.236-27.832-17.708-42.8
c 24.86-14.552, 41.364-35.716, 41.364-62.532c0-26.811-16.504-53.104-41.364-67.653c 4.472-14.972, 10.408-29.304, 17.708-42.8
c 27.876,7.292, 50.44,1.492, 69.405-17.48c 18.959-18.959, 24.769-41.532, 17.477-69.4
c 13.496-7.3, 27.832-13.24, 42.804-17.708c 14.556,24.856, 40.832,41.368, 67.649,41.364c 26.821,0, 53.1-16.508, 67.649-41.364
c 14.976,4.472, 29.312,10.408, 42.812,17.712c-7.292,27.864-1.496,50.436, 17.467,69.395c 18.968,18.972, 41.532,29.893, 69.4,22.6
c 7.3,13.496, 13.236,27.828, 17.712,42.8C 446.42,175.985, 429.912,197.156, 429.912,223.968z M 256.24,130.447
c-51.649,0-93.516,41.867-93.516,93.52s 41.867,93.52, 93.516,93.52s 93.512-41.867, 93.512-93.52
S 307.888,130.447, 256.24,130.447z" data-tags="settings, cog, gear" />
<glyph unicode="&#xe020;" d="M 438.955,342.955l-59.499-59.52l-53.333,10.667l-10.667,53.333l 59.499,59.52c-8.747,2.645-17.877,4.48-27.499,4.48c-52.992,0-96-42.987-96-96
l0-32 l-146.709-119.040c-27.883-27.627-23.787-67.797,0-91.669c 23.787-23.915, 63.787-27.733, 91.669,0l 119.040,146.709l 32,0 c 53.035,0, 96,42.987, 96,96
C 443.456,325.077, 441.621,334.187, 438.955,342.955z" data-tags="wrench, settings" />
<glyph unicode="&#xe010;" d="M0,480,m 96.121-0.193 319.759,0 c 52.76,0 95.928-43.957 95.928-97.683 l 0-195.367 c 0-53.726 -43.167-97.683 -95.928-97.683 l -31.976,0 c 0,0 -0.016-109.245 0-115.529 0.016-6.284 -6.865-7.766 -11.245-3.265 -4.38,4.501 -116.658,118.793 -116.658,118.793 l -159.879,0 c -52.76,0 -95.928,43.957 -95.928,97.683 l 0,195.367 c 0,53.726 43.167,97.683 95.928,97.683 z" data-tags="commentflip" />
<glyph unicode="&#xe014;" d="M0,480,m 270.157-462.112 c 17.838,15.489 35.811,30.823 53.676,46.282 35.15,0.236 72.983-0.451 108.058,0.357 14.278,2.251 20.313,17.795 18.42,30.81 -0.206,115.128 0.392,212.429 -0.316,327.499 -1.257,14.685 -16.786,22.413 -30.232,20.178 -104.666-0.205 -214.548,0.409 -319.155-0.307 -14.701-1.358 -22.131-17.047 -19.972-30.434 0.158-115.136 -0.336-212.413 0.23-327.511 0.774-14.271 15.474-22.971 28.728-20.58 31.648-0.004 65.857-0.008 97.505-0.012 19.462-16.487 38.69-33.947 58.29-49.84 1.829,0.029 3.201,2.67 4.768,3.558 z m -12.083-43.949 C 237.881-8.584 217.596,8.785 197.437,26.3 162.631,26.903 114.834,25.91 80.147,27.504 56.351,31.283 40.174,55.162 42.557,78.54 42.639,199.222 42.72,319.903 42.801,440.584 45.951,460.179 61.481,476.636 81.317,479.607 195.196,480.145 334.803,479.684 448.731,479.838 c 19.3-2.84 35.423-18.036 38.868-37.301 1.265-44.667 0.236-89.641 0.62-134.426 -0.124-80.038 0.465-160.148 -0.106-240.141 -2.055-24.097 -25.106-43.424 -49.181-41.13 -30.879-0.18 -74.559-0.359 -105.438-0.539 -22.611-19.533 -45.139-39.168 -67.953-58.461 -2.649,1.831 -5.013,4.027 -7.467,6.1 zM0,480,m 363.816-365.125 c -17.021,3.709 -23.158,28.113 -9.857,39.385 12.271,13.447 37.881,4.353 38.868-13.889 2.562-16.098 -13.296-30.147 -29.011-25.496 zM0,480,m 142.712-227.237 c 0,46.367 0,92.734 0,139.102 11.401-0.082 22.803-0.164 34.204-0.247 0.155-39.611 0.31-79.221 0.465-118.832 18.022,33.815 66.903,45.414 97.586,21.984 23.33-17.454 28.833-48.987 27.361-76.565 0.006-34.769 0.012-69.539 0.017-104.308 -11.329-0.082 -22.657-0.164 -33.986-0.247 -0.301,39.783 0.6,79.643 -0.45,119.377 -0.603,19.801 -12.766,42.184 -34.115,44.635 -29.367,6.483 -59.522-21.462 -56.414-50.973 -0.084-37.676 -0.168-75.352 -0.253-113.028 -11.472,0 -22.945,0 -34.417,0 0,46.367 -0.001,92.735 0,139.102 z" data-tags="hyp-logo4" />
<glyph unicode="&#xf070;" d="M 158.571,98.571l 22.286,40.286q-24.857,18 -38.857,45.429t-14,58q0,34.571 17.429,64.286q-65.429-33.429 -108.857-100.857q 47.714-73.714 122-107.143zM 269.714,315.429q0,5.714 -4,9.714t-9.714,4q-35.714,0 -61.286-25.571t-25.571-61.286q0-5.714 4-9.714t 9.714-4t 9.714,4t 4,9.714q0,24.571 17.429,42t 42,17.429q 5.714,0 9.714,4t 4,9.714zM 373.429,370q0-2 -0.286-2.571 q-30-53.714 -90-161.714t-90.286-162l-14-25.429q-2.857-4.571 -8-4.571q-3.429,0 -38.286,20q-4.571,2.857 -4.571,8q0,3.429 12.571,24.857q-40.857,18.571 -75.286,49.429t-59.571,70q-5.714,8.857 -5.714,19.714t 5.714,19.714q 43.714,67.143 108.571,106t 141.714,38.857q 25.429,0 51.429-4.857l 15.429,27.714q 2.857,4.571 8,4.571q 1.429,0 5.143-1.714t 8.857-4.429t 9.429-5.286t 9-5.286t 5.571-3.286 q 4.571-2.857 4.571-7.714zM 384,242.286q0-39.714 -22.571-72.429t-59.714-47l 80,143.429q 2.286-12.857 2.286-24zM 512,205.714q0-10 -5.714-19.714q-11.143-18.286 -31.143-41.429q-42.857-49.143 -99.286-76.286t-119.857-27.143l 21.143,37.714q 60.571,5.143 112.143,39.143t 86.143,87.714q-32.857,51.143 -80.571,84l 18,32q 27.143-18.286 52.143-43.714t 41.286-52.571q 5.714-9.714 5.714-19.714z " data-tags="eye-close, blocked, private" />
<glyph unicode="&#xf06e;" d="M 475.429,205.714q-43.429,67.429 -108.857,100.857q 17.429-29.714 17.429-64.286q0-52.857 -37.571-90.429t-90.429-37.571t-90.429,37.571t-37.571,90.429q0,34.571 17.429,64.286q-65.429-33.429 -108.857-100.857q 38-58.571 95.286-93.286t 124.143-34.714t 124.143,34.714t 95.286,93.286zM 269.714,315.429q0,5.714 -4,9.714t-9.714,4q-35.714,0 -61.286-25.571 t-25.571-61.286q0-5.714 4-9.714t 9.714-4t 9.714,4t 4,9.714q0,24.571 17.429,42t 42,17.429q 5.714,0 9.714,4t 4,9.714zM 512,205.714q0-9.714 -5.714-19.714q-40-65.714 -107.571-105.286t-142.714-39.571t-142.714,39.714t-107.571,105.143q-5.714,10 -5.714,19.714t 5.714,19.714q 40,65.429 107.571,105.143t 142.714,39.714t 142.714-39.714t 107.571-105.143q 5.714-10 5.714-19.714z" data-tags="eye-open, view, visit" />
<glyph unicode="&#xe011;" d="M 464,480L 48,480 C 21.6,480,0,458.4,0,432l0-320 c0-26.4, 21.6-48, 48-48l 112,0 l 96-96l 96,96l 112,0 c 26.4,0, 48,21.6, 48,48L 512,432
C 512,458.4, 490.401,480, 464,480z" data-tags="comments, chat, bubble, message, talk" />
<glyph unicode="&#xe012;" d="M 496,288L 320,288 L 320,464 c0,8.832-7.152,16-16,16l-96,0 c-8.848,0-16-7.168-16-16l0-176 L 16,288
c-8.848,0-16-7.168-16-16l0-96 c0-8.848, 7.152-16, 16-16l 176,0 l0-176 c0-8.848, 7.152-16, 16-16l 96,0 c 8.848,0, 16,7.152, 16,16L 320,160 l 176,0 c 8.848,0, 16,7.152, 16,16l0,96
C 512,280.832, 504.848,288, 496,288z" data-tags="plus, add, sum" />
<glyph unicode="&#xf0fe;" d="M 365.714,205.714l0,36.571 q0,7.429 -5.429,12.857t-12.857,5.429l-91.429,0 l0,91.429 q0,7.429 -5.429,12.857t-12.857,5.429l-36.571,0 q-7.429,0 -12.857-5.429t-5.429-12.857l0-91.429 l-91.429,0 q-7.429,0 -12.857-5.429t-5.429-12.857l0-36.571 q0-7.429 5.429-12.857t 12.857-5.429l 91.429,0 l0-91.429 q0-7.429 5.429-12.857t 12.857-5.429l 36.571,0 q 7.429,0 12.857,5.429t 5.429,12.857l0,91.429 l 91.429,0 q 7.429,0 12.857,5.429t 5.429,12.857zM 438.857,361.143l0-274.286 q0-34 -24.143-58.143t-58.143-24.143l-274.286,0 q-34,0 -58.143,24.143t-24.143,58.143l0,274.286 q0,34 24.143,58.143t 58.143,24.143l 274.286,0 q 34,0 58.143-24.143t 24.143-58.143z" horiz-adv-x="438.857" data-tags="plus-sign, add, sum" />
<glyph unicode="&#xe016;" d="M 256,384C 114.608,384,0,224,0,224s 114.608-160, 256-160s 256,160, 256,160S 397.392,384, 256,384z M 256,128
c-53.008,0-96,42.992-96,96s 42.992,96, 96,96s 96-42.992, 96-96S 309.008,128, 256,128z M 256,288c-35.344,0-64-28.656-64-64s 28.656-64, 64-64s 64,28.656, 64,64
S 291.344,288, 256,288z" data-tags="eye, views" />
<glyph unicode="&#xf0d0;" d="M 340,314l 83.714,83.714l-30.571,30.571l-83.714-83.714zM 467.714,397.714q0-7.714 -5.143-12.857l-367.429-367.429q-5.143-5.143 -12.857-5.143t-12.857,5.143l-56.571,56.571q-5.143,5.143 -5.143,12.857t 5.143,12.857l 367.429,367.429q 5.143,5.143 12.857,5.143t 12.857-5.143l 56.571-56.571q 5.143-5.143 5.143-12.857zM 81.714,452l 28-8.571l-28-8.571l-8.571-28l-8.571,28l-28,8.571l 28,8.571l 8.571,28zM 181.714,405.714 l 56-17.143l-56-17.143l-17.143-56l-17.143,56l-56,17.143l 56,17.143l 17.143,56zM 447.429,269.143l 28-8.571l-28-8.571l-8.571-28l-8.571,28l-28,8.571l 28,8.571l 8.571,28zM 264.571,452l 28-8.571l-28-8.571l-8.571-28l-8.571,28l-28,8.571l 28,8.571l 8.571,28z" horiz-adv-x="475.429" data-tags="magic, wand, wizard" />
<glyph unicode="&#xe017;" d="M 256,368C 128,368, 0.001,256.001,0,224l0,0c 0.001-32.001, 128-144, 256-144s 255.997,111.999, 256,144l0,0
C 511.997,256.001, 384,368, 256,368z M 256,128c-53.021,0-96,42.98-96,96c0,53.020, 42.979,96, 96,96c 53.020,0, 96-42.98, 96-96
C 352,170.98, 309.020,128, 256,128zM 224,224A32,32 10260 1 1 288,224A32,32 10260 1 1 224,224z" data-tags="eye, views, vision" />
<glyph unicode="&#xe018;" d="M 448,128L 448,64L 64,64L 64,128L0,128L0,0L 512,0L 512,128 zM 384,288L 288,288L 288,448L 224,448L 224,288L 128,288L 256,96 z" data-tags="download, arrow" />
<glyph unicode="&#xe01b;" d="M 256,368C 128,368, 0.001,256.001,0,224l0,0c 0.001-32.001, 128-144, 256-144s 255.997,111.999, 256,144l0,0
C 511.997,256.001, 384,368, 256,368z M 256,128c-53.021,0-96,42.98-96,96c0,53.020, 42.979,96, 96,96c 53.020,0, 96-42.98, 96-96
C 352,170.98, 309.020,128, 256,128z" data-tags="eye" />
<glyph unicode="&#xe015;" d="M 146.288,224c0,58.912, 49.12,106.672, 109.712,106.672s 109.712-47.76, 109.712-106.672
s-49.12-106.672-109.712-106.672S 146.288,165.088, 146.288,224z M0,220.16C 47.408,127.424, 143.392,64, 254.112,64C 367.84,64, 466.064,130.96, 512,227.84
C 464.592,320.576, 368.592,384, 257.888,384C 144.16,384, 45.952,317.040,0,220.16z M 201.136,224c0-29.456, 24.56-53.328, 54.864-53.328s 54.864,23.872, 54.864,53.328
S 286.304,277.328, 256,277.328S 201.136,253.456, 201.136,224z" data-tags="eye, views" />
<glyph unicode="&#xe01a;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 160.557,26.848l-62.182,0.858l 44.474,61.267l 41.062-30.054 M 332.429,137.062
c-35.507,0.102-81.024-6.81-114.861-36.698l-45.357,33.005c 33.837,69.197, 1.786,141.331-22.426,172.435
c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99" data-tags="highlighter-nolines" />
<glyph unicode="&#xe019;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 160.557,26.848l-62.182,0.858l 44.474,61.267l 41.062-30.054 M 217.568,100.365
l-45.357,33.005c 33.837,69.197, 1.786,141.331-22.426,172.435c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99
L 264.672,252.461c-11.77,8.89-28.557,6.067-37.184-5.69c-8.685-11.77-6.093-28.544, 5.677-37.19l 99.258-72.518
C 296.928,137.165, 251.411,130.253, 217.568,100.365z" data-tags="highlighter-01" />
<glyph unicode="&#xe01c;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 217.568,100.365l-45.357,33.005c 33.837,69.197, 1.786,141.331-22.426,172.435
c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99L 264.672,252.461c-11.77,8.89-28.557,6.067-37.184-5.69
c-8.685-11.77-6.093-28.544, 5.677-37.19l 99.258-72.518C 296.928,137.165, 251.411,130.253, 217.568,100.365z" data-tags="highlighter-blacktip" />
<glyph unicode="&#xe01d;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 332.429,137.062c-35.507,0.102-81.024-6.81-114.861-36.698l-45.357,33.005
c 33.837,69.197, 1.786,141.331-22.426,172.435c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99" data-tags="highlighter" />
<glyph unicode="&#xe013;" d="M 433.6,450.328L 78.4,450.328 c-32.56,0-59.2-29.6-59.2-65.856l0-230.32 c0-36.072, 26.64-65.88, 59.2-65.88l 118.4,0 l 118.4-98.608l0,98.608 L 433.6,88.264
c 32.576,0, 59.2,29.784, 59.2,65.88L 492.8,384.464 C 492.8,420.728, 466.16,450.328, 433.6,450.328z M 356.304,255.264l-80.936-0.296L 275.072,169.128l-38.144,0.296l-0.296,85.264
l-80.936,0 l 0.296,36.128l 80.64,0.296l 0.296,84.696l 38.44,0 l0-84.696 l 80.936,0 L 356.304,255.264 z" data-tags="comment2" />
<glyph unicode="&#xe01e;" d="M 78.4,450.328L 433.6,450.328 c 32.56,0 59.2-29.6 59.2-65.856l0-230.32 c0-36.072, -26.64-65.88, -59.2-65.88l -118.4,0 l -118.4-98.608l0,98.608 L 78.4,88.264
c -32.576,0, -59.2,29.784, -59.2,65.88L 19.2,384.464 C 19.2,420.728, 45.84,450.328, 78.4,450.328z M 155.696,255.264l 80.936-0.296L 236.928,169.128l 38.144,0.296l 0.296,85.264
l 80.936,0 l -0.296,36.128l -80.64,0.296l -0.296,84.696l -38.44,0 l0-84.696 l -80.936,0 L 155.696,255.264 z" data-tags="comment2" />
<glyph unicode="&#x20;" horiz-adv-x="256" />
</font></defs></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="16"></iconset>
</metadata>
<defs>
<font id="icomoon" horiz-adv-x="512" >
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#x22;" d="M 466.895,174.875c-26.863,46.527-10.708,106.152, 36.076,133.244l-50.313,87.146c-14.375-8.427-31.088-13.259-48.923-13.259
c-53.768,0-97.354,43.873-97.354,97.995L 205.752,480.001 c 0.133-16.705-4.037-33.641-12.979-49.126
c-26.862-46.528-86.578-62.351-133.431-35.379L 9.030,308.35c 14.485-8.236, 27.025-20.294, 35.943-35.739
c 26.819-46.454, 10.756-105.96-35.854-133.112l 50.313-87.146c 14.325,8.348, 30.958,13.127, 48.7,13.127
c 53.598,0, 97.072-43.596, 97.35-97.479l 100.627,0 c-0.043,16.537, 4.136,33.285, 12.983,48.609
c 26.818,46.453, 86.388,62.297, 133.207,35.506l 50.313,87.145C 488.222,147.494, 475.766,159.51, 466.895,174.875z M 256,120.334
c-57.254,0-103.668,46.412-103.668,103.667c0,57.254, 46.413,103.667, 103.668,103.667c 57.254,0, 103.666-46.413, 103.666-103.667
C 359.665,166.746, 313.254,120.334, 256,120.334z" />
<glyph unicode="&#x23;" d="M 37.5,379.5q0,12.75 4.25,25.625t 13,23.875t 22,19.375t 31.75,12.125l 8.25-17.5q-19.5-6.25 -31-18.5t-9-31.75q 5.75-4.5 16-9.375t 17.75-7.375q 2-8.25 0-16t-6.625-13.625t-10.75-9.625t-11.125-4.25q-18,1.5 -31.25,13.25t-13.25,33.75zM 130.75,379.5q0,12.75 4.25,25.625t 13,23.875t 22,19.375t 31.75,12.125l 8.25-17.5q-19.5-6.25 -31-18.5 t-9-31.75q 5.75-4.5 16-9.375t 17.75-7.375q 2-8.25 0-16t-6.625-13.625t-10.75-9.625t-11.125-4.25q-18,1.5 -31.25,13.25t-13.25,33.75z" horiz-adv-x="242.5" />
<glyph unicode="&#x24;" d="M 29.25,13.75q 20,6.25 33,21t 10.5,34.25q-5.75,4.5 -16,9.125t-17.75,7.625q-2.5,8.25 -0.25,16t 6.875,13.625t 10.5,9.625t 11.375,3.75q 17-1.5 30.875-13t 13.875-34q0-12.25 -5.125-25.625t-14.875-25.125t-23.625-21t-30.625-13.75zM 122.5,13.75q 20,6.25 33,21t 10.5,34.25q-5.75,4.5 -16,9.125t-17.75,7.625q-2.5,8.25 -0.25,16t 6.875,13.625 t 10.5,9.625t 11.375,3.75q 17-1.5 30.875-13t 13.875-34q0-12.25 -5.125-25.625t-14.875-25.125t-23.625-21t-30.625-13.75z" horiz-adv-x="242.5" />
<glyph unicode="&#x25;" d="M0,480,M0-32,m 506.944,243.739 c -2.816-2.816 -7.342-2.843 -10.13-0.027 -2.761,2.816 -15.918,15.945 -29.138,29.193 l -12.453,12.507 c -13.275,13.275 -26.432,26.377 -29.221,29.193 -2.816,2.761 -7.342,2.761 -10.13,0 -2.816-2.816 -15.945-15.945 -29.193-29.193 L 282.13,148.91 c -13.275-13.275 -28.672-28.699 -34.24-34.24 -5.568-5.568 -14.665-5.568 -20.233,0 -5.568,5.541 -21.001,20.946 -34.267,34.24 l -12.507,12.453 c -13.275,13.275 -28.699,28.699 -34.24,34.267 -5.568,5.568 -5.568,14.665 0,20.233 5.541,5.568 20.946,21.001 34.24,34.267 l 104.558,104.503 c 13.275,13.275 26.377,26.432 29.193,29.138 2.816,2.816 2.816,7.342 0,10.13 -2.761,2.816 -15.918,15.945 -29.193,29.221 l -12.507,12.507 c -13.275,13.275 -26.377,26.377 -29.193,29.138 -2.816,2.816 -2.761,7.342 0,10.13 2.816,2.816 8.713,5.056 13.138,5.056 4.453,0 23.433-0.082 42.158-0.137 l 154.853-0.603 c 18.789-0.082 39.323-0.137 45.687-0.137 6.336,0 11.547-5.184 11.547-11.547 0-6.309 0.082-26.898 0.137-45.687 l 0.658-152.539 C 511.918,250.597 512,231.104 512,226.021 c 0-5.056 -2.267-11.493 -5.056-14.254 z M 409.6,2.13 l 0,170.67 -68.27-68.27 0-51.2 c 0-9.39 -7.671-17.070 -17.070-17.070 l -238.93,0 c -9.39,0 -17.070,7.671 -17.070,17.070 l 0,238.93 c 0,9.39 7.671,17.070 17.070,17.070 l 51.2,0 68.27,68.27 -170.67,0 C 15.369,377.6 0,362.249 0,343.47 L 0,2.13 C 0-16.631 15.369-32 34.13-32 l 341.33,0 c 18.789,0 34.13,15.369 34.13,34.13" />
<glyph unicode="&#x26;" d="M-1.067,480,M-1.067-32,M 456.303,246.63 405.564,297.37 C 393.097,309.837 368.546,320 350.933,320 l -128,0 c -17.613,0 -32-14.413 -32-32 L 190.933,0 C 190.933-17.587 205.346-32 222.933-32 l 224,0 c 17.613,0 32,14.413 32,32 l 0,192 c 0,17.613 -10.189,42.163 -22.63,54.63 z m -3.866-57.37 c -1.51-0.154 -42.726-3.661 -69.325-3.661 -22.016,0 -28.928,2.406 -32.512,6.016 -7.27,7.245 -8.038,50.918 -2.33,101.99 0.461,4.070 3.866,7.168 7.936,7.27 l 0.128,0 c 4.070,0 7.501-2.97 8.064-7.014 3.61-25.421 10.112-69.888 14.003-74.573 5.069-3.84 45.363-10.24 74.163-13.824 4.096-0.538 7.168-4.045 7.142-8.192 -0.077-4.122 -3.226-7.552 -7.322-7.962 z M 158.933,128 30.933,128 C 13.346,128 -1.067,142.413 -1.067,160 l 0,288 c 0,17.613 14.413,32 32,32 l 128,0 c 17.613,0 42.163-10.189 54.63-22.63 L 264.303,406.63 C 276.77,394.189 286.933,369.613 286.933,352 l -21.248,0 c 1.229,1.408 2.022,3.226 2.048,5.222 0.026,4.173 -3.046,7.654 -7.142,8.192 -28.8,3.584 -69.12,9.984 -74.163,13.85 -3.891,4.659 -10.394,49.152 -14.003,74.573 -0.614,4.045 -3.994,7.014 -8.064,7.014 l -0.128,0 c -4.070-0.102 -7.501-3.2 -7.936-7.27 -5.658-51.072 -4.89-94.746 2.33-101.99 2.739-2.739 7.603-4.762 19.61-5.606 C 166.946,339.354 158.933,327.834 158.933,314.163 L 158.933,128" horiz-adv-x="477.867" />
<glyph unicode="&#x27;" d="M-5269.67,7850.883,m 5369.053-7572.349 c -7.521-8.289 -6.836-22.673 1.453-30.201 8.289-7.521 22.673-6.822 30.201,1.467 l 92.34,92.34 24.624,0 42.51,42.51 -76.226,0 c -5.535,0 -11.022-2.262 -14.952-6.151 l -98.505-98.505 c -0.505-0.464 -1.003-0.962 -1.467-1.467 z m 22.237-86.147 c -42.51-42.51 -53.040-75.167 -53.359-98.505 -0.318-23.338 10.697-38.836 14.952-43.091 4.255-4.255 19.767-15.263 43.091-14.952 23.338,0.318 55.981,10.842 98.505,53.359 l 59.503,59.503 c -22.964,7.687 -43.61,23.088 -61.855,41.334 -18.245,18.245 -33.578,38.85 -41.334,61.855 z m 96.747,96.747 c -3.937-7.113 -3.404-14.032 -0.291-23.746 4.352-13.63 16.46-31.121 32.547-47.194 16.086-16.086 33.674-28.264 47.194-32.547 10.143-3.21 17.159-3.542 24.624,1.169 l 116.39,116.39 c 0.754,15.471 0.097,28.686 -1.467,39.576 -13.042,6.137 -24.341,16.128 -35.183,26.97 -10.745,10.745 -20.757,22.251 -26.97,35.183 -10.87,1.55 -24.133,2.207 -39.576,1.467 z m 178.529,137.486 c -0.055-0.277 -0.263-0.602 -0.291-0.879 -0.249-2.020 -0.221-4.698 1.467-8.496 3.376-7.618 12.371-18.231 22.867-28.727 10.503-10.503 20.895-19.235 28.444-22.57 3.778-1.661 6.794-2.020 8.801-1.757 l 34,34 c 20.425,18.889 9.936,38.725 -6.739,55.4 -16.682,16.682 -36.227,26.866 -55.116,6.448 l -33.425-33.425 z m -384.913-420.684 c -5.355-7.299 -4.241-18.584 2.442-24.694 6.684-6.109 18.024-6.22 24.818-0.221 l 41.043,41.043 c -6.684,3.722 -11.707,7.604 -14.952,10.842 -3.252,3.252 -7.355,8.469 -11.146,15.249 l -41.043-41.043 c -0.415-0.374 -0.796-0.768 -1.169-1.169 z" />
<glyph unicode="&#x28;" d="M 254.059,418.977C 205.881,476.227, 169.369,480, 96,480l0-256 c 128.267,64, 142.636-8.335, 223.506-1.023
C 399.234,230.197, 467.031,291.564, 512,352C 384.644,322.547, 320.54,339.977, 254.059,418.977zM0,480L 64,480L 64-32L0-32z" />
<glyph unicode="&#x29;" d="M0-31.991,m 506.824,113.329 -142.569,142.597 142.569,142.597 c 6.73,6.703 6.73,17.622 0,24.315 l -83.987,84.015 c -3.267,3.24 -7.568,5.027 -12.176,5.027 -4.608,0 -8.909-1.787 -12.148-5.027 L 255.926,332.246 113.357,474.806 c -3.267,3.24 -7.568,5.027 -12.176,5.027 -4.608,0 -8.909-1.787 -12.148-5.027 L 5.055,390.847 C 1.787,387.579 0,383.251 0,378.698 c 0-4.608 1.787-8.937 5.055-12.176 L 147.586,223.907 5.055,81.347 C 1.787,78.080 0,73.751 0,69.171 0,64.619 1.787,60.262 5.055,57.023 L 89.041-26.936 C 92.309-30.203 96.61-31.991 101.19-31.991 105.789-31.991 110.061-30.203 113.357-26.936 L 255.926,115.661 398.541-26.936 C 401.78-30.203 406.081-31.991 410.633-31.991 c 4.608,0 8.937,1.787 12.176,5.055 L 506.824,57.023 c 3.267,3.24 5.055,7.624 5.055,12.148 0,4.608 -1.787,8.937 -5.055,12.148" />
<glyph unicode="&#x2b;" d="M0,480,M0-32,m 511.974,362.214 c -7.245,94.438 -66.637,143.206 -118.733,148.557 C 385.126,479.565 377.318,480 370.022,480 312.73,480 283.494,453.632 256,420.454 228.506,453.632 199.219,480 141.952,480 134.682,480 126.848,479.565 118.733,478.746 66.637,473.395 7.27,424.627 0,329.574 l 0.026-30.413 C 7.706,196.096 89.958,88.243 251.52-30.541 252.851-31.488 254.438-32 256-32 257.562-32 259.149-31.488 260.454-30.541 422.042,88.243 504.294,196.096 512,299.776 l -0.026,30.438 z M 448,299.827 C 442.47,227.584 377.882,141.696 256,46.362 134.118,141.747 69.478,228.326 63.846,303.898 l 0.154,25.6 c 4.582,58.010 39.142,83.328 61.261,85.606 5.734,0.563 11.418,0.896 16.717,0.896 27.827,0 40.55-7.142 64.742-36.378 L 256,320.077 305.306,379.622 C 329.498,408.858 342.17,416 370.022,416 c 5.325,0 10.982-0.358 16.87-0.922 22.016-2.253 56.576-28.006 61.286-89.754 L 448,299.827" />
<glyph unicode="&#x2c;" d="M 512,299.776 C 504.294,196.096 422.042,88.243 260.454-30.541 259.149-31.488 257.562-32 256-32 254.438-32 252.851-31.488 251.52-30.541 89.958,88.243 7.706,196.096 0.026,299.136 L 0,329.574 c 7.27,95.104 66.637,143.846 118.733,149.171 8.141,0.794 15.974,1.254 23.27,1.254 C 199.219,480 228.506,453.632 256,420.454 283.494,453.632 312.73,480 370.022,480 c 7.322,0 15.13-0.461 23.27-1.254 52.096-5.35 111.488-54.118 118.733-148.557 L 512,299.776" />
<glyph unicode="&#x2d;" d="M 64,448l 32,0 l0-32 L 64,416 L 64,448 z M 128,448l 32,0 l0-32 L 128,416 L 128,448 z M 192,448l 256,0 l0-32 L 192,416 L 192,448 z M 480,384l0-328 c0-28-28-56-56-56
l-336,0 C 60,0, 32,28, 32,56L 32,384 L 480,384 z M0,416l0-384 c0-32, 32-64, 64-64l 384,0 c 32,0, 64,32, 64,64L 512,416 c0,32-32,64-64,64L 64,480 C 32,480,0,448,0,416z M 64,352l0-256 c0-32, 32-64, 64-64l 256,0
c 32,0, 64,32, 64,64L 448,352 L 64,352 z" />
<glyph unicode="&#x2e;" d="M 64,448l 32,0 l0-32 L 64,416 L 64,448 z M 128,448l 32,0 l0-32 L 128,416 L 128,448 z M 192,448l 256,0 l0-32 L 192,416 L 192,448 z M 480,384l0-328 c0-28-28-56-56-56
l-336,0 C 60,0, 32,28, 32,56L 32,384 L 480,384 z M0,416l0-384 c0-32, 32-64, 64-64l 384,0 c 32,0, 64,32, 64,64L 512,416 c0,32-32,64-64,64L 64,480 C 32,480,0,448,0,416z" />
<glyph unicode="&#x2f;" d="M 372.977,326.348L 137.456,326.371L 255.232,121.564 z" />
<glyph unicode="&#x33;" d="M 224,288L 416,288L 416,256L 224,256zM 224,224L 416,224L 416,192L 224,192zM 224,160L 416,160L 416,128L 224,128zM 224,96L 352,96L 352,64L 224,64zM 480,384l-96,0 L 384,448 c0,17.6-14.4,32-32,32L 32,480 C 14.4,480,0,465.6,0,448l0-352 c0-17.6, 14.4-32, 32-32l 96,0 l0-64 c0-17.6, 14.4-32, 32-32l 320,0
c 17.6,0, 32,14.4, 32,32L 512,352 C 512,369.6, 497.6,384, 480,384z M 128,352l0-240 L 48,112 L 48,432 l 288,0 l0-48 L 160,384 C 142.4,384, 128,369.6, 128,352z M 464,16L 176,16
L 176,336 l 288,0 L 464,16 z" />
<glyph unicode="&#x36;" d="M 480,89.632L 345.504,224L 480,358.368L 390.368,448L 256,313.568L 121.568,448L 32,358.368L 166.368,224L 32,89.632L 121.568,0L 256,134.432L 390.368,0 z" />
<glyph unicode="&#x38;" d="M 313.392,223.984l 97.536-97.536c 6.336-6.336, 6.336-16.624,0-22.96l-34.416-34.416
c-6.336-6.336-16.608-6.336-22.96,0L 256,166.608l-97.552-97.536c-6.336-6.336-16.608-6.336-22.944,0l-34.432,34.416
c-6.336,6.336-6.336,16.608,0,22.96l 97.552,97.536L 101.072,321.536c-6.336,6.336-6.336,16.624,0,22.96L 135.52,378.912
c 6.336,6.336, 16.608,6.336, 22.944,0L 256,281.36l 97.552,97.552c 6.336,6.336, 16.608,6.336, 22.96,0l 34.416-34.432
c 6.336-6.336, 6.336-16.608,0-22.96L 313.392,223.984z" />
<glyph unicode="&#x39;" d="M 547.86,380.465 239.084-29.145 C 235.993-32.236 231.985-33.822 227.948-33.822 223.882-33.822 219.815-32.236 216.753-29.145 L 4.657,185.521 C -1.566,191.764 -1.566,201.905 4.598,208.177 l 101.573,102.863 c 2.974,3.033 6.981,4.687 11.225,4.687 l 0.325,0 C 122.023,315.638 126.090,313.817 128.975,310.577 L 230.489,198.961 508.849,478.149 c 2.974,2.471 6.538,3.682 10.102,3.682 4.126,0 8.222-1.595 11.284-4.746 l 18.59-70.42 c 1.654-8.635 5.189-20.007 -1.004-26.191" horiz-adv-x="551.385" />
<glyph unicode="&#x3a;" d="M 463.968,343.504l-34.144,34.144c-6.304,6.288-16.48,6.288-22.768,0L 202.336,172.928
L 104.96,271.008c-6.288,6.288-16.464,6.288-22.768,0l-34.144-34.144c-6.288-6.304-6.288-16.48,0-22.768l 142.784-143.744
c 6.288-6.288, 16.48-6.288, 22.768,0L 463.968,320.736C 470.256,327.008, 470.256,337.216, 463.968,343.504z" />
<glyph unicode="&#x3d;" d="M 431.84,182.16c 34.496-25.712, 64.064-49.248, 64.064-49.248l-42.096-73.824l-76.080,33.584
l-70.496-41.232C 302.464,7.968, 298.096-32, 298.096-32l-84.192,0 l-9.344,83.696l-69.472,41.328l-76.912-33.952l-42.080,73.824
c0,0, 29.072,23.424, 63.488,49.056l0,84.144 l-63.488,48.96l 42.080,73.84l 75.072-33.408l 74.528,40.432L 213.904,480l 84.192,0 l 6.096-83.728l 73.504-41.248
l 76.128,33.888l 42.096-73.84l-64.064-49.136L 431.856,182.16 z M 256,288c-35.344,0-64-28.656-64-64s 28.656-64, 64-64s 64,28.656, 64,64S 291.344,288, 256,288z" />
<glyph unicode="&#x35;" d="M 96,288L0,192L 192,0L 512,320L 416,416L 192,192 z" />
<glyph unicode="&#x37;" d="M 256,416c 105.872,0, 192-86.128, 192-192s-86.128-192-192-192S 64,118.128, 64,224S 150.128,416, 256,416 M 256,480
C 114.624,480,0,365.376,0,224s 114.624-256, 256-256s 256,114.624, 256,256S 397.376,480, 256,480L 256,480zM 342.752,182.752L 288,237.568L 288,352 l-64.368,0 l0-127.872 c0-9.632, 4.432-17.936, 11.12-23.872l 62.752-62.752
L 342.752,182.752z" />
<glyph unicode="&#x2a;" d="M0,480,m 394.071-408.428 -299.794,0 0,299.794 119.918,0 59.959,89.938 -269.815,0 0-479.67 479.67,0 0,179.876 -29.979-29.979 z M 124.257,131.531 c 0,0 29.979,59.959 119.918,89.938 89.938,29.979 89.938,0 89.938,0 l 0-119.918 179.876,179.876 -179.876,179.876 0-89.938 C 289.503,364.92 244.474,341.686 214.195,311.407 154.236,251.448 124.257,131.531 124.257,131.531 z" />
<glyph unicode="&#x3e;" d="M0,480,M0-32,m 409.6,512 -307.2,0 C 46.089,480 0,433.929 0,377.6 L 0,70.4 C 0,14.089 46.089-32 102.4-32 l 307.2,0 c 56.329,0 102.4,46.089 102.4,102.4 l 0,307.2 c 0,56.329 -46.089,102.4 -102.4,102.4 z M 443.73,94.263 C 443.73,56.75 423.25,36.27 385.737,36.27 L 126.29,36.27 C 88.75,36.27 68.27,56.75 68.27,94.263 l 0,259.438 c 0,37.55 20.48,58.030 58.030,58.030 l 259.438,0 C 423.25,411.73 443.73,391.25 443.73,353.71 l 0-259.438" />
<glyph unicode="&#x3f;" d="M0,480,M0-32,m 232,315.858 -21.275,23.378 c -12.645,13.897 -26.103,27.685 -27.657,28.014 -1.527,0.384 -2.816,0.658 -2.871,0.658 -0.027,0 -3.931-0.713 -5.184-1.527 -1.307-0.85 -13.111-12.507 -26.322-25.829 L 129.463,288.987 c -13.221-13.349 -27.173-30.857 -26.048-33.829 1.17-3.008 12.864-16.384 26.048-29.733 L 221.897,131.95 C 235.081,118.565 248,106.249 250.624,104.53 c 0,0 0,0 2.706,0 2.679,0 2.679,0 2.679,0 2.624,1.719 13.952,15.369 25.289,30.391 l 163.264,216.622 c 11.301,14.994 21.467,29.687 22.61,32.631 1.115,2.981 -4.645,20.535 -7.863,34.075 -3.246,13.486 -8,25.938 -10.624,27.685 0,0 0,0 -2.734,0 -2.322,0 -2.322,0 -2.322,0 -2.405-1.335 -15.186-13.321 -28.453-26.597 L 279.077,282.816 c -13.248-13.275 -34.405-12.809 -47.077,1.088 z M 494.93,242.569 443.73,191.342 443.73,90.88 C 443.73,53.33 426.67,36.27 389.12,36.27 L 126.29,36.27 C 88.75,36.27 68.27,56.75 68.27,94.263 l 0,259.438 c 0,37.55 20.48,58.030 58.030,58.030 l 97.051,0 51.2,51.227 c 6.254,6.199 11.41,12.151 15.077,17.042 L 102.4,480 C 46.089,480 0,433.929 0,377.6 L 0,70.4 C 0,14.089 46.089-32 102.4-32 l 307.2,0 c 56.329,0 102.4,46.089 102.4,102.4 l 0,187.246 c -4.891-3.712 -10.871-8.878 -17.070-15.077" />
<glyph unicode="&#x3c;" d="M 415.389,314.069 95.043,314.101 255.238,35.531 z" />
<glyph unicode="&#xe000;" d="M0,480,m 376.732-2.893 c -65.379,0 -118.563-53.184 -118.563-118.563 l 0-84.688 -203.25,0 c -18.631,0 -33.875-15.244 -33.875-33.875 l 0-237.125 c 0-18.631 15.244-33.875 33.875-33.875 l 304.876,0 c 18.631,0 33.875,15.244 33.875,33.875 l 0,237.125 c 0,18.631 -15.244,33.875 -33.875,33.875 l -33.875,0 0,84.688 c 0,28.015 22.798,50.813 50.813,50.813 28.015,0 50.813-22.798 50.813-50.813 l 0-118.563 67.75,0 0,118.563 c 0,65.379 -53.184,118.563 -118.563,118.563 z" />
<glyph unicode="&#xe001;" d="M0,480,m 425.727-206.644 -33.989,0 0,67.977 C 391.738,416.312 330.762,477.288 255.783,477.288 180.804,477.288 119.828,416.312 119.828,341.333 l 0-67.977 -33.989,0 c -18.694,0 -33.989-15.295 -33.989-33.989 l 0-237.921 c 0-18.694 15.295-33.989 33.989-33.989 l 339.887,0 c 18.694,0 33.989,15.295 33.989,33.989 l 0,237.921 c 0,18.694 -15.295,33.989 -33.989,33.989 z M 187.806,341.333 c 0,37.49 30.488,67.977 67.977,67.977 37.49,0 67.977-30.488 67.977-67.977 l 0-67.977 -135.955,0 0,67.977 z" />
<glyph unicode="&#xe002;" d="M0,480,m 316.533-487.412 -256.319,0 c -31.413,0 -56.96,25.546 -56.96,56.96 l 0,256.319 c 0,31.413 25.546,56.96 56.96,56.96 l 256.319,0 c 31.413,0 56.96-25.546 56.96-56.96 l 0-256.319 c 0-31.413 -25.546-56.96 -56.96-56.96 z M 60.214,305.866 l 0-256.319 256.319,0 0,256.319 -256.319,0 z m 370.239-227.839 -28.48,0 0,56.96 28.48,0 0,284.799 -284.799,0 0-28.48 -56.96,0 0,28.48 c 0,31.413 25.546,56.96 56.96,56.96 l 284.799,0 c 31.413,0 56.96-25.546 56.96-56.96 l 0-284.799 c 0-31.413 -25.546-56.96 -56.96-56.96 z" />
<glyph unicode="&#xe003;" d="M 460.013,428.771L 50.421,428.771 c-28.16,0-51.2-23.040-51.2-51.2l0-307.204 c0-28.16, 23.040-51.2, 51.2-51.2l 409.592,0 c 28.16,0, 51.2,23.040, 51.2,51.2L 511.213,377.571
C 511.213,405.731, 488.173,428.771, 460.013,428.771z M 116.981,380.896c 10.609,0, 19.2-8.36, 19.2-18.684s-8.591-18.684-19.2-18.684
c-10.613,0-19.2,8.36-19.2,18.684S 106.368,380.896, 116.981,380.896z M 46.581,362.211c0,10.324, 8.587,18.684, 19.2,18.684
c 10.609,0, 19.2-8.36, 19.2-18.684s-8.591-18.684-19.2-18.684C 55.168,343.527, 46.581,351.888, 46.581,362.211z M 460.525,70.368
L 49.909,70.368 L 49.909,305.891 l 410.616,0 L 460.525,70.368 z M 460.525,346.851L 152.82,346.851 l0,30.72 l 307.704,0 L 460.525,346.851 z" />
<glyph unicode="&#xe007;" d="M 512,224 C 512,365.376 397.376,480 256,480 114.624,480 0,365.376 0,224 0,82.624 114.624-32 256-32 397.376-32 512,82.624 512,224 z m -384,76 256,0 -128-208.399 z" />
<glyph unicode="&#xe008;" d="M 256,480 C 114.615,480 0,365.385 0,224 0,82.615 114.615-32 256-32 397.385-32 512,82.615 512,224 512,365.385 397.385,480 256,480 z m 0-448 C 149.961,32 64,117.961 64,224 64,330.039 149.961,416 256,416 c 106.039,0 192-85.961 192-192 0-106.039 -85.961-192 -192-192 zM0,480,m 385.189-175.147 -258.378,0.024 129.207-209.144 z" />
<glyph unicode="&#xe004;" d="M 2.534,314.301 L 205.545,480.824 L 205.545,395.611 C 247.887,395.611 510.772,393.835 510.772,185.593 C 510.772,73.498 412.032-18.171 284.327-32.824 C 363.787-19.060 423.552,40.457 423.552,111.776 C 423.552,248.014 267.036,249.161 205.545,249.161 L 205.545,149.036 L 2.534,314.301 L 2.534,314.301 Z" />
<glyph unicode="&#xe005;" d="M0-33.841,m 107.789,0 0,3.368 -6.737,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,6.737 -3.368,0 0,10.105 -3.368,0 0,16.842 3.368,0 0,20.211 3.368,0 0,20.211 3.368,0 0,20.211 3.368,0 0,16.842 3.368,0 0,20.211 3.368,0 0,20.211 3.368,0 0,23.579 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,3.368 -3.368,0 0,6.737 -3.368,0 0,30.316 3.368,0 0,6.737 3.368,0 0,3.368 3.368,0 0,3.368 6.737,0 0,3.368 6.737,0 0,3.368 20.211,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 23.579,0 0,3.368 10.105,0 0,3.368 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,6.737 3.368,0 0,3.368 3.368,0 0,3.368 6.737,0 0,3.368 33.684,0 0-3.368 6.737,0 0-3.368 3.368,0 0-3.368 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-6.737 3.368,0 0-3.368 10.105,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 23.579,0 0-3.368 20.211,0 0-3.368 6.737,0 0-3.368 6.737,0 0-3.368 3.368,0 0-3.368 3.368,0 0-6.737 3.368,0 0-30.316 -3.368,0 0-6.737 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-3.368 -3.368,0 0-23.579 3.368,0 0-20.211 3.368,0 0-20.211 3.368,0 0-16.842 3.368,0 0-20.211 3.368,0 0-20.211 3.368,0 0-20.211 3.368,0 0-16.842 -3.368,0 0-10.105 -3.368,0 0-6.737 -3.368,0 0-3.368 -3.368,0 0-3.368 -6.737,0 0-3.368 -30.316,0 0,3.368 -10.105,0 0,3.368 -3.368,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -3.368,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -6.737,0 0,3.368 -13.474,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -3.368,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -6.737,0 0-3.368 -3.368,0 0-3.368 -10.105,0 0-3.368" horiz-adv-x="538.947" />
<glyph unicode="&#xe006;" d="M0,481.85,M0-33.841,m 537.223,321.32 c -4.015,12.369 -14.552,21.208 -27.405,23.121 l -145.004,21.073 -64.835,131.368 c -5.767,11.749 -17.435,18.998 -30.477,18.998 -13.069,0 -24.711-7.249 -30.451-18.971 L 174.161,331.646 29.13,310.573 C 16.249,308.687 5.74,299.821 1.698,287.398 -2.371,275.002 0.943,261.663 10.267,252.609 L 115.2,150.317 90.435,5.906 C 88.253-6.948 93.4-19.721 103.936-27.401 109.811-31.632 116.709-33.841 123.931-33.841 c 5.524,0 10.995,1.347 15.818,3.907 L 269.474,38.216 399.171-29.934 C 403.995-32.494 409.465-33.841 414.989-33.841 c 7.249,0 14.147,2.237 19.941,6.494 10.617,7.653 15.791,20.372 13.555,33.199 l -24.792,144.438 104.933,102.265 c 9.324,9.135 12.638,22.474 8.623,34.897 z M 369.421,167.94 392.947,30.347 269.474,95.29 145.92,30.347 169.499,167.94 69.551,265.355 207.71,285.458 269.474,410.628 331.264,285.458 469.396,265.355 369.421,167.94" horiz-adv-x="538.947" />
<glyph unicode="&#xe009;" d="M 496.471,245.726 C 496.471,245.726 512.056,236.583 512.053,223.811 C 512.053,211.024 496.471,201.883 496.471,201.883 L 58.171-24.635 C 26.227-42.104 0.095-29.239 0.095,3.941 L 0.095,443.674 C 0.095,476.873 26.229,489.74 58.171,472.255 L 496.471,245.726 L 496.471,245.726 Z" />
<glyph unicode="&#xe00a;" d="M 15.677,245.726 453.977,472.255 C 485.919,489.74 512.053,476.873 512.053,443.674 l 0-439.733 c 0-33.18 -26.132-46.045 -58.077-28.576 L 15.677,201.883 c 0,0 -15.582,9.141 -15.582,21.928 -0.002,12.772 15.582,21.915 15.582,21.915 z" />
<glyph unicode="&#xe00b;" d="M0,480,m 415.879-0.193 -319.759,0 c -52.76,0 -95.928-43.957 -95.928-97.683 l 0-195.367 c 0-53.726 43.167-97.683 95.928-97.683 l 31.976,0 c 0,0 0.016-109.245 0-115.529 -0.016-6.284 6.865-7.766 11.245-3.265 C 143.722-25.218 256,89.074 256,89.074 l 159.879,0 c 52.76,0 95.928,43.957 95.928,97.683 l 0,195.367 c 0,53.726 -43.167,97.683 -95.928,97.683 z" />
<glyph unicode="&#xe00c;" d="M0,480,m 256.633-4.966 c -139.836,0 -253.201-92.18 -253.201-205.913 0-74.774 49.018-140.266 122.324-176.343 0-0.312 0.016-108.399 0-114.636 -0.016-6.246 6.911-7.787 11.319-3.313 3.353,3.404 57.819,58.218 89.291,89.87 9.928-0.962 20.021-1.574 30.267-1.574 139.836,0 253.201,92.262 253.201,205.996 0,113.734 -113.365,205.913 -253.201,205.913 z" />
<glyph unicode="&#xe00e;" d="M 255.667,479 C 396.874,479 511.333,382.959 511.333,264.5 C 511.333,146.041 396.874,50 255.667,50 C 253.46,50 251.276,50.037 249.083,50.083 C 199.563,22.049 124.687-20.312 119.833-23.083 C 105.536-31.247 83.031-28.396 83.083-17 C 83.114-10.294 83.093,48.748 83.083,106.25 C 32.012,145.466 0,201.841 0,264.5 C 0,382.959 114.46,479 255.667,479 Z" />
<glyph unicode="&#xe00d;" d="M 255.667,479 C 114.459,479 0,382.96 0,264.501 C 0,146.040 114.459,50 255.667,50 C 257.872,50 260.056,50.037 262.251,50.083 C 311.771,22.048 386.648-20.312 391.499-23.083 C 405.797-31.245 428.301-28.397 428.251-17 C 428.219-10.293 428.24,48.749 428.251,106.251 C 479.32,145.467 511.333,201.84 511.333,264.499 C 511.333,382.96 396.875,479 255.667,479 Z" />
<glyph unicode="&#xe00f;" d="M 429.912,223.968c0,26.817, 16.508,47.98, 41.368,62.532c-4.476,14.968-10.412,29.304-17.712,42.8
c-27.872-7.292-50.432,3.632-69.4,22.593c-18.964,18.968-24.769,41.532-17.473,69.408
c-13.496,7.3-27.832,13.232-42.807,17.708c-14.548-24.864-40.828-41.368-67.649-41.368
c-26.817,0-53.096,16.504-67.653,41.368c-14.968-4.469-29.304-10.408-42.8-17.708c 7.292-27.872, 1.492-50.436-17.477-69.408
c-18.964-18.964-41.532-29.883-69.405-22.593c-7.3-13.496-13.236-27.832-17.708-42.8
c 24.86-14.552, 41.364-35.716, 41.364-62.532c0-26.811-16.504-53.104-41.364-67.653c 4.472-14.972, 10.408-29.304, 17.708-42.8
c 27.876,7.292, 50.44,1.492, 69.405-17.48c 18.959-18.959, 24.769-41.532, 17.477-69.4
c 13.496-7.3, 27.832-13.24, 42.804-17.708c 14.556,24.856, 40.832,41.368, 67.649,41.364c 26.821,0, 53.1-16.508, 67.649-41.364
c 14.976,4.472, 29.312,10.408, 42.812,17.712c-7.292,27.864-1.496,50.436, 17.467,69.395c 18.968,18.972, 41.532,29.893, 69.4,22.6
c 7.3,13.496, 13.236,27.828, 17.712,42.8C 446.42,175.985, 429.912,197.156, 429.912,223.968z M 256.24,130.447
c-51.649,0-93.516,41.867-93.516,93.52s 41.867,93.52, 93.516,93.52s 93.512-41.867, 93.512-93.52
S 307.888,130.447, 256.24,130.447z" />
<glyph unicode="&#xe020;" d="M 438.955,342.955l-59.499-59.52l-53.333,10.667l-10.667,53.333l 59.499,59.52c-8.747,2.645-17.877,4.48-27.499,4.48c-52.992,0-96-42.987-96-96
l0-32 l-146.709-119.040c-27.883-27.627-23.787-67.797,0-91.669c 23.787-23.915, 63.787-27.733, 91.669,0l 119.040,146.709l 32,0 c 53.035,0, 96,42.987, 96,96
C 443.456,325.077, 441.621,334.187, 438.955,342.955z" />
<glyph unicode="&#xe010;" d="M0,480,m 96.121-0.193 319.759,0 c 52.76,0 95.928-43.957 95.928-97.683 l 0-195.367 c 0-53.726 -43.167-97.683 -95.928-97.683 l -31.976,0 c 0,0 -0.016-109.245 0-115.529 0.016-6.284 -6.865-7.766 -11.245-3.265 -4.38,4.501 -116.658,118.793 -116.658,118.793 l -159.879,0 c -52.76,0 -95.928,43.957 -95.928,97.683 l 0,195.367 c 0,53.726 43.167,97.683 95.928,97.683 z" />
<glyph unicode="&#xe014;" d="M0,480,m 270.157-462.112 c 17.838,15.489 35.811,30.823 53.676,46.282 35.15,0.236 72.983-0.451 108.058,0.357 14.278,2.251 20.313,17.795 18.42,30.81 -0.206,115.128 0.392,212.429 -0.316,327.499 -1.257,14.685 -16.786,22.413 -30.232,20.178 -104.666-0.205 -214.548,0.409 -319.155-0.307 -14.701-1.358 -22.131-17.047 -19.972-30.434 0.158-115.136 -0.336-212.413 0.23-327.511 0.774-14.271 15.474-22.971 28.728-20.58 31.648-0.004 65.857-0.008 97.505-0.012 19.462-16.487 38.69-33.947 58.29-49.84 1.829,0.029 3.201,2.67 4.768,3.558 z m -12.083-43.949 C 237.881-8.584 217.596,8.785 197.437,26.3 162.631,26.903 114.834,25.91 80.147,27.504 56.351,31.283 40.174,55.162 42.557,78.54 42.639,199.222 42.72,319.903 42.801,440.584 45.951,460.179 61.481,476.636 81.317,479.607 195.196,480.145 334.803,479.684 448.731,479.838 c 19.3-2.84 35.423-18.036 38.868-37.301 1.265-44.667 0.236-89.641 0.62-134.426 -0.124-80.038 0.465-160.148 -0.106-240.141 -2.055-24.097 -25.106-43.424 -49.181-41.13 -30.879-0.18 -74.559-0.359 -105.438-0.539 -22.611-19.533 -45.139-39.168 -67.953-58.461 -2.649,1.831 -5.013,4.027 -7.467,6.1 zM0,480,m 363.816-365.125 c -17.021,3.709 -23.158,28.113 -9.857,39.385 12.271,13.447 37.881,4.353 38.868-13.889 2.562-16.098 -13.296-30.147 -29.011-25.496 zM0,480,m 142.712-227.237 c 0,46.367 0,92.734 0,139.102 11.401-0.082 22.803-0.164 34.204-0.247 0.155-39.611 0.31-79.221 0.465-118.832 18.022,33.815 66.903,45.414 97.586,21.984 23.33-17.454 28.833-48.987 27.361-76.565 0.006-34.769 0.012-69.539 0.017-104.308 -11.329-0.082 -22.657-0.164 -33.986-0.247 -0.301,39.783 0.6,79.643 -0.45,119.377 -0.603,19.801 -12.766,42.184 -34.115,44.635 -29.367,6.483 -59.522-21.462 -56.414-50.973 -0.084-37.676 -0.168-75.352 -0.253-113.028 -11.472,0 -22.945,0 -34.417,0 0,46.367 -0.001,92.735 0,139.102 z" />
<glyph unicode="&#xf070;" d="M 158.571,98.571l 22.286,40.286q-24.857,18 -38.857,45.429t-14,58q0,34.571 17.429,64.286q-65.429-33.429 -108.857-100.857q 47.714-73.714 122-107.143zM 269.714,315.429q0,5.714 -4,9.714t-9.714,4q-35.714,0 -61.286-25.571t-25.571-61.286q0-5.714 4-9.714t 9.714-4t 9.714,4t 4,9.714q0,24.571 17.429,42t 42,17.429q 5.714,0 9.714,4t 4,9.714zM 373.429,370q0-2 -0.286-2.571 q-30-53.714 -90-161.714t-90.286-162l-14-25.429q-2.857-4.571 -8-4.571q-3.429,0 -38.286,20q-4.571,2.857 -4.571,8q0,3.429 12.571,24.857q-40.857,18.571 -75.286,49.429t-59.571,70q-5.714,8.857 -5.714,19.714t 5.714,19.714q 43.714,67.143 108.571,106t 141.714,38.857q 25.429,0 51.429-4.857l 15.429,27.714q 2.857,4.571 8,4.571q 1.429,0 5.143-1.714t 8.857-4.429t 9.429-5.286t 9-5.286t 5.571-3.286 q 4.571-2.857 4.571-7.714zM 384,242.286q0-39.714 -22.571-72.429t-59.714-47l 80,143.429q 2.286-12.857 2.286-24zM 512,205.714q0-10 -5.714-19.714q-11.143-18.286 -31.143-41.429q-42.857-49.143 -99.286-76.286t-119.857-27.143l 21.143,37.714q 60.571,5.143 112.143,39.143t 86.143,87.714q-32.857,51.143 -80.571,84l 18,32q 27.143-18.286 52.143-43.714t 41.286-52.571q 5.714-9.714 5.714-19.714z " />
<glyph unicode="&#xf06e;" d="M 475.429,205.714q-43.429,67.429 -108.857,100.857q 17.429-29.714 17.429-64.286q0-52.857 -37.571-90.429t-90.429-37.571t-90.429,37.571t-37.571,90.429q0,34.571 17.429,64.286q-65.429-33.429 -108.857-100.857q 38-58.571 95.286-93.286t 124.143-34.714t 124.143,34.714t 95.286,93.286zM 269.714,315.429q0,5.714 -4,9.714t-9.714,4q-35.714,0 -61.286-25.571 t-25.571-61.286q0-5.714 4-9.714t 9.714-4t 9.714,4t 4,9.714q0,24.571 17.429,42t 42,17.429q 5.714,0 9.714,4t 4,9.714zM 512,205.714q0-9.714 -5.714-19.714q-40-65.714 -107.571-105.286t-142.714-39.571t-142.714,39.714t-107.571,105.143q-5.714,10 -5.714,19.714t 5.714,19.714q 40,65.429 107.571,105.143t 142.714,39.714t 142.714-39.714t 107.571-105.143q 5.714-10 5.714-19.714z" />
<glyph unicode="&#xe011;" d="M 464,480L 48,480 C 21.6,480,0,458.4,0,432l0-320 c0-26.4, 21.6-48, 48-48l 112,0 l 96-96l 96,96l 112,0 c 26.4,0, 48,21.6, 48,48L 512,432
C 512,458.4, 490.401,480, 464,480z" />
<glyph unicode="&#xe012;" d="M 496,288L 320,288 L 320,464 c0,8.832-7.152,16-16,16l-96,0 c-8.848,0-16-7.168-16-16l0-176 L 16,288
c-8.848,0-16-7.168-16-16l0-96 c0-8.848, 7.152-16, 16-16l 176,0 l0-176 c0-8.848, 7.152-16, 16-16l 96,0 c 8.848,0, 16,7.152, 16,16L 320,160 l 176,0 c 8.848,0, 16,7.152, 16,16l0,96
C 512,280.832, 504.848,288, 496,288z" />
<glyph unicode="&#xf0fe;" d="M 365.714,205.714l0,36.571 q0,7.429 -5.429,12.857t-12.857,5.429l-91.429,0 l0,91.429 q0,7.429 -5.429,12.857t-12.857,5.429l-36.571,0 q-7.429,0 -12.857-5.429t-5.429-12.857l0-91.429 l-91.429,0 q-7.429,0 -12.857-5.429t-5.429-12.857l0-36.571 q0-7.429 5.429-12.857t 12.857-5.429l 91.429,0 l0-91.429 q0-7.429 5.429-12.857t 12.857-5.429l 36.571,0 q 7.429,0 12.857,5.429t 5.429,12.857l0,91.429 l 91.429,0 q 7.429,0 12.857,5.429t 5.429,12.857zM 438.857,361.143l0-274.286 q0-34 -24.143-58.143t-58.143-24.143l-274.286,0 q-34,0 -58.143,24.143t-24.143,58.143l0,274.286 q0,34 24.143,58.143t 58.143,24.143l 274.286,0 q 34,0 58.143-24.143t 24.143-58.143z" horiz-adv-x="438.857" />
<glyph unicode="&#xe016;" d="M 256,384C 114.608,384,0,224,0,224s 114.608-160, 256-160s 256,160, 256,160S 397.392,384, 256,384z M 256,128
c-53.008,0-96,42.992-96,96s 42.992,96, 96,96s 96-42.992, 96-96S 309.008,128, 256,128z M 256,288c-35.344,0-64-28.656-64-64s 28.656-64, 64-64s 64,28.656, 64,64
S 291.344,288, 256,288z" />
<glyph unicode="&#xf0d0;" d="M 340,314l 83.714,83.714l-30.571,30.571l-83.714-83.714zM 467.714,397.714q0-7.714 -5.143-12.857l-367.429-367.429q-5.143-5.143 -12.857-5.143t-12.857,5.143l-56.571,56.571q-5.143,5.143 -5.143,12.857t 5.143,12.857l 367.429,367.429q 5.143,5.143 12.857,5.143t 12.857-5.143l 56.571-56.571q 5.143-5.143 5.143-12.857zM 81.714,452l 28-8.571l-28-8.571l-8.571-28l-8.571,28l-28,8.571l 28,8.571l 8.571,28zM 181.714,405.714 l 56-17.143l-56-17.143l-17.143-56l-17.143,56l-56,17.143l 56,17.143l 17.143,56zM 447.429,269.143l 28-8.571l-28-8.571l-8.571-28l-8.571,28l-28,8.571l 28,8.571l 8.571,28zM 264.571,452l 28-8.571l-28-8.571l-8.571-28l-8.571,28l-28,8.571l 28,8.571l 8.571,28z" horiz-adv-x="475.429" />
<glyph unicode="&#xe017;" d="M 256,368C 128,368, 0.001,256.001,0,224l0,0c 0.001-32.001, 128-144, 256-144s 255.997,111.999, 256,144l0,0
C 511.997,256.001, 384,368, 256,368z M 256,128c-53.021,0-96,42.98-96,96c0,53.020, 42.979,96, 96,96c 53.020,0, 96-42.98, 96-96
C 352,170.98, 309.020,128, 256,128zM 224,224A32,32 10260 1 1 288,224A32,32 10260 1 1 224,224z" />
<glyph unicode="&#xe018;" d="M 448,128L 448,64L 64,64L 64,128L0,128L0,0L 512,0L 512,128 zM 384,288L 288,288L 288,448L 224,448L 224,288L 128,288L 256,96 z" />
<glyph unicode="&#xe01b;" d="M 256,368C 128,368, 0.001,256.001,0,224l0,0c 0.001-32.001, 128-144, 256-144s 255.997,111.999, 256,144l0,0
C 511.997,256.001, 384,368, 256,368z M 256,128c-53.021,0-96,42.98-96,96c0,53.020, 42.979,96, 96,96c 53.020,0, 96-42.98, 96-96
C 352,170.98, 309.020,128, 256,128z" />
<glyph unicode="&#xe015;" d="M 146.288,224c0,58.912, 49.12,106.672, 109.712,106.672s 109.712-47.76, 109.712-106.672
s-49.12-106.672-109.712-106.672S 146.288,165.088, 146.288,224z M0,220.16C 47.408,127.424, 143.392,64, 254.112,64C 367.84,64, 466.064,130.96, 512,227.84
C 464.592,320.576, 368.592,384, 257.888,384C 144.16,384, 45.952,317.040,0,220.16z M 201.136,224c0-29.456, 24.56-53.328, 54.864-53.328s 54.864,23.872, 54.864,53.328
S 286.304,277.328, 256,277.328S 201.136,253.456, 201.136,224z" />
<glyph unicode="&#xe01a;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 160.557,26.848l-62.182,0.858l 44.474,61.267l 41.062-30.054 M 332.429,137.062
c-35.507,0.102-81.024-6.81-114.861-36.698l-45.357,33.005c 33.837,69.197, 1.786,141.331-22.426,172.435
c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99" />
<glyph unicode="&#xe019;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 160.557,26.848l-62.182,0.858l 44.474,61.267l 41.062-30.054 M 217.568,100.365
l-45.357,33.005c 33.837,69.197, 1.786,141.331-22.426,172.435c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99
L 264.672,252.461c-11.77,8.89-28.557,6.067-37.184-5.69c-8.685-11.77-6.093-28.544, 5.677-37.19l 99.258-72.518
C 296.928,137.165, 251.411,130.253, 217.568,100.365z" />
<glyph unicode="&#xe01c;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 217.568,100.365l-45.357,33.005c 33.837,69.197, 1.786,141.331-22.426,172.435
c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99L 264.672,252.461c-11.77,8.89-28.557,6.067-37.184-5.69
c-8.685-11.77-6.093-28.544, 5.677-37.19l 99.258-72.518C 296.928,137.165, 251.411,130.253, 217.568,100.365z" />
<glyph unicode="&#xe01d;" d="M 512,331.245L 446.035,225.587L 222.669,387.878L 299.968,480L 230.419,480 l-61.978-73.773c-11.565-2.509-22.304-8.832-29.485-18.63l-36.736-50.598
c-7.782-10.515-11.085-23.757-8.979-36.781c 1.766-11.552, 7.392-21.67, 16.006-29.37c 8.602-12.096, 47.014-72.838, 6.080-129.075
c-0.006-0.006-0.013-0.013-0.019-0.019L 25.005,17.376c-5.741-8.128-6.611-18.624-2.214-27.597c 4.397-8.979, 13.453-14.624, 23.411-14.701
l 127.373-1.722c 1.613,0.006, 3.232,0.058, 4.627,0.384c 6.912,1.184, 13.088,5.024, 17.325,10.714l 46.342,63.731
c 0.25,0.32, 0.557,0.563, 0.794,0.896c 32.973,45.702, 111.014,34.451, 129.235,31.040c 20.813-11.258, 49.139-5.152, 63.418,14.522
c 0.019,0.026, 0.038,0.038, 0.058,0.064c 0.006,0.006, 0.013,0.019, 0.019,0.032c 0.013,0.019, 0.032,0.038, 0.051,0.064l 36.717,50.541
c 7.61,10.483, 10.918,23.213, 9.082,35.968L 512,230.611L 512,331.245 z M 332.429,137.062c-35.507,0.102-81.024-6.81-114.861-36.698l-45.357,33.005
c 33.837,69.197, 1.786,141.331-22.426,172.435c-0.819,0.915-1.658,1.811-2.541,2.682l 32.467,44.877L 426.88,173.734l-18.893-25.99" />
<glyph unicode="&#xe013;" d="M 433.6,450.328L 78.4,450.328 c-32.56,0-59.2-29.6-59.2-65.856l0-230.32 c0-36.072, 26.64-65.88, 59.2-65.88l 118.4,0 l 118.4-98.608l0,98.608 L 433.6,88.264
c 32.576,0, 59.2,29.784, 59.2,65.88L 492.8,384.464 C 492.8,420.728, 466.16,450.328, 433.6,450.328z M 356.304,255.264l-80.936-0.296L 275.072,169.128l-38.144,0.296l-0.296,85.264
l-80.936,0 l 0.296,36.128l 80.64,0.296l 0.296,84.696l 38.44,0 l0-84.696 l 80.936,0 L 356.304,255.264 z" />
<glyph unicode="&#xe01e;" d="M 78.4,450.328L 433.6,450.328 c 32.56,0 59.2-29.6 59.2-65.856l0-230.32 c0-36.072, -26.64-65.88, -59.2-65.88l -118.4,0 l -118.4-98.608l0,98.608 L 78.4,88.264
c -32.576,0, -59.2,29.784, -59.2,65.88L 19.2,384.464 C 19.2,420.728, 45.84,450.328, 78.4,450.328z M 155.696,255.264l 80.936-0.296L 236.928,169.128l 38.144,0.296l 0.296,85.264
l 80.936,0 l -0.296,36.128l -80.64,0.296l -0.296,84.696l -38.44,0 l0-84.696 l -80.936,0 L 155.696,255.264 z" />
<glyph unicode="&#x20;" horiz-adv-x="256" />
</font></defs></svg>
\ No newline at end of file
<!doctype html>
<html>
<head>
<title>Your Font/Glyphs</title>
<link rel="stylesheet" href="style.css" />
<!--[if lte IE 7]><script src="lte-ie7.js"></script><![endif]-->
<style>
section, header, footer {display: block;}
body {
font-family: sans-serif;
color: #444;
line-height: 1.5;
font-size: 1em;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.glyph {
font-size: 16px;
float: left;
text-align: center;
background: #eee;
padding: .75em;
margin: .75em 1.5em .75em 0;
width: 7.5em;
border-radius: .25em;
box-shadow: inset 0 0 0 1px #f8f8f8, 0 0 0 1px #CCC;
}
.glyph input {
font-family: consolas, monospace;
font-size: 13px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .125em;
}
.w-main {
width: 80%;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.fs1 {
font-size: 2em;
}
header {
margin: 2em 0;
padding-bottom: .5em;
color: #666;
box-shadow: 0 2px #eee;
}
header h1 {
font-size: 2em;
font-weight: normal;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after, .clear { clear: both; }
footer {
margin-top: 2em;
padding: .5em 0;
box-shadow: 0 -2px #eee;
}
a, a:visited {
color: #B35047;
text-decoration: none;
}
a:hover, a:focus {color: #000;}
.box1 {
font-size: 16px;
display: inline-block;
width: 15em;
padding: .25em .5em;
background: #eee;
margin: .5em 1em .5em 0;
}
</style>
</head>
<body>
<div class="w-main centered">
<section class="mtm clearfix" id="glyphs">
<header>
<h1>Your font contains the following glyphs</h1>
<p>The generated SVG font can be imported back to <a href="http://icomoon.io/app">IcoMoon</a> for modification.</p>
</header>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x22;"></div>
<input type="text" readonly="readonly" value="&amp;#x22;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x23;"></div>
<input type="text" readonly="readonly" value="&amp;#x23;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x24;"></div>
<input type="text" readonly="readonly" value="&amp;#x24;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x25;"></div>
<input type="text" readonly="readonly" value="&amp;#x25;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x26;"></div>
<input type="text" readonly="readonly" value="&amp;#x26;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x27;"></div>
<input type="text" readonly="readonly" value="&amp;#x27;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x28;"></div>
<input type="text" readonly="readonly" value="&amp;#x28;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x29;"></div>
<input type="text" readonly="readonly" value="&amp;#x29;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2b;"></div>
<input type="text" readonly="readonly" value="&amp;#x2b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2c;"></div>
<input type="text" readonly="readonly" value="&amp;#x2c;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2d;"></div>
<input type="text" readonly="readonly" value="&amp;#x2d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2e;"></div>
<input type="text" readonly="readonly" value="&amp;#x2e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2f;"></div>
<input type="text" readonly="readonly" value="&amp;#x2f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x33;"></div>
<input type="text" readonly="readonly" value="&amp;#x33;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x36;"></div>
<input type="text" readonly="readonly" value="&amp;#x36;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x38;"></div>
<input type="text" readonly="readonly" value="&amp;#x38;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x39;"></div>
<input type="text" readonly="readonly" value="&amp;#x39;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x3a;"></div>
<input type="text" readonly="readonly" value="&amp;#x3a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x3d;"></div>
<input type="text" readonly="readonly" value="&amp;#x3d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x35;"></div>
<input type="text" readonly="readonly" value="&amp;#x35;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x37;"></div>
<input type="text" readonly="readonly" value="&amp;#x37;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2a;"></div>
<input type="text" readonly="readonly" value="&amp;#x2a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x3e;"></div>
<input type="text" readonly="readonly" value="&amp;#x3e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x3f;"></div>
<input type="text" readonly="readonly" value="&amp;#x3f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x3c;"></div>
<input type="text" readonly="readonly" value="&amp;#x3c;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe000;"></div>
<input type="text" readonly="readonly" value="&amp;#xe000;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe001;"></div>
<input type="text" readonly="readonly" value="&amp;#xe001;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe002;"></div>
<input type="text" readonly="readonly" value="&amp;#xe002;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe003;"></div>
<input type="text" readonly="readonly" value="&amp;#xe003;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe007;"></div>
<input type="text" readonly="readonly" value="&amp;#xe007;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe008;"></div>
<input type="text" readonly="readonly" value="&amp;#xe008;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe004;"></div>
<input type="text" readonly="readonly" value="&amp;#xe004;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe005;"></div>
<input type="text" readonly="readonly" value="&amp;#xe005;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe006;"></div>
<input type="text" readonly="readonly" value="&amp;#xe006;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe009;"></div>
<input type="text" readonly="readonly" value="&amp;#xe009;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe00a;"></div>
<input type="text" readonly="readonly" value="&amp;#xe00a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe00b;"></div>
<input type="text" readonly="readonly" value="&amp;#xe00b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe00c;"></div>
<input type="text" readonly="readonly" value="&amp;#xe00c;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe00e;"></div>
<input type="text" readonly="readonly" value="&amp;#xe00e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe00d;"></div>
<input type="text" readonly="readonly" value="&amp;#xe00d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe00f;"></div>
<input type="text" readonly="readonly" value="&amp;#xe00f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe020;"></div>
<input type="text" readonly="readonly" value="&amp;#xe020;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe010;"></div>
<input type="text" readonly="readonly" value="&amp;#xe010;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe014;"></div>
<input type="text" readonly="readonly" value="&amp;#xe014;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xf070;"></div>
<input type="text" readonly="readonly" value="&amp;#xf070;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xf06e;"></div>
<input type="text" readonly="readonly" value="&amp;#xf06e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe011;"></div>
<input type="text" readonly="readonly" value="&amp;#xe011;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe012;"></div>
<input type="text" readonly="readonly" value="&amp;#xe012;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xf0fe;"></div>
<input type="text" readonly="readonly" value="&amp;#xf0fe;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe016;"></div>
<input type="text" readonly="readonly" value="&amp;#xe016;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xf0d0;"></div>
<input type="text" readonly="readonly" value="&amp;#xf0d0;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe017;"></div>
<input type="text" readonly="readonly" value="&amp;#xe017;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe018;"></div>
<input type="text" readonly="readonly" value="&amp;#xe018;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01b;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe015;"></div>
<input type="text" readonly="readonly" value="&amp;#xe015;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01a;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe019;"></div>
<input type="text" readonly="readonly" value="&amp;#xe019;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01c;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01c;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01d;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe013;"></div>
<input type="text" readonly="readonly" value="&amp;#xe013;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01e;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01e;" />
</div>
</section>
<div class="clear"></div>
<section class="mtm clearfix" id="glyphs">
<header>
<h1>Class Names</h1>
</header>
<span class="box1">
<span aria-hidden="true" class="icon-cog"></span>
&nbsp;icon-cog
</span>
<span class="box1">
<span aria-hidden="true" class="icon-untitled"></span>
&nbsp;icon-untitled
</span>
<span class="box1">
<span aria-hidden="true" class="icon-untitled-2"></span>
&nbsp;icon-untitled-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-export_icon"></span>
&nbsp;icon-export_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-clipboard_copy_icon"></span>
&nbsp;icon-clipboard_copy_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-pen_1"></span>
&nbsp;icon-pen_1
</span>
<span class="box1">
<span aria-hidden="true" class="icon-flag"></span>
&nbsp;icon-flag
</span>
<span class="box1">
<span aria-hidden="true" class="icon-delete_icon"></span>
&nbsp;icon-delete_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-heart_empty_icon"></span>
&nbsp;icon-heart_empty_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-heart_icon"></span>
&nbsp;icon-heart_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-window"></span>
&nbsp;icon-window
</span>
<span class="box1">
<span aria-hidden="true" class="icon-window-2"></span>
&nbsp;icon-window-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-triangle"></span>
&nbsp;icon-triangle
</span>
<span class="box1">
<span aria-hidden="true" class="icon-copy"></span>
&nbsp;icon-copy
</span>
<span class="box1">
<span aria-hidden="true" class="icon-x"></span>
&nbsp;icon-x
</span>
<span class="box1">
<span aria-hidden="true" class="icon-cancel"></span>
&nbsp;icon-cancel
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkmark_icon"></span>
&nbsp;icon-checkmark_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkmark"></span>
&nbsp;icon-checkmark
</span>
<span class="box1">
<span aria-hidden="true" class="icon-cog-2"></span>
&nbsp;icon-cog-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkmark-2"></span>
&nbsp;icon-checkmark-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-clock"></span>
&nbsp;icon-clock
</span>
<span class="box1">
<span aria-hidden="true" class="icon-export"></span>
&nbsp;icon-export
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkbox_unchecked_icon"></span>
&nbsp;icon-checkbox_unchecked_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkbox_checked_icon"></span>
&nbsp;icon-checkbox_checked_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-triangle-2"></span>
&nbsp;icon-triangle-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-unlocked"></span>
&nbsp;icon-unlocked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-locked"></span>
&nbsp;icon-locked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-views"></span>
&nbsp;icon-views
</span>
<span class="box1">
<span aria-hidden="true" class="icon-browser"></span>
&nbsp;icon-browser
</span>
<span class="box1">
<span aria-hidden="true" class="icon-ddbutton_filled"></span>
&nbsp;icon-ddbutton_filled
</span>
<span class="box1">
<span aria-hidden="true" class="icon-ddbutton_empty"></span>
&nbsp;icon-ddbutton_empty
</span>
<span class="box1">
<span aria-hidden="true" class="icon-reply"></span>
&nbsp;icon-reply
</span>
<span class="box1">
<span aria-hidden="true" class="icon-star_fav_icon"></span>
&nbsp;icon-star_fav_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-star_fav_empty_icon"></span>
&nbsp;icon-star_fav_empty_icon
</span>
<span class="box1">
<span aria-hidden="true" class="icon-triright"></span>
&nbsp;icon-triright
</span>
<span class="box1">
<span aria-hidden="true" class="icon-trileft"></span>
&nbsp;icon-trileft
</span>
<span class="box1">
<span aria-hidden="true" class="icon-comment"></span>
&nbsp;icon-comment
</span>
<span class="box1">
<span aria-hidden="true" class="icon-comment2"></span>
&nbsp;icon-comment2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-comment2-2"></span>
&nbsp;icon-comment2-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-comment2-3"></span>
&nbsp;icon-comment2-3
</span>
<span class="box1">
<span aria-hidden="true" class="icon-settings"></span>
&nbsp;icon-settings
</span>
<span class="box1">
<span aria-hidden="true" class="icon-wrench"></span>
&nbsp;icon-wrench
</span>
<span class="box1">
<span aria-hidden="true" class="icon-commentflip"></span>
&nbsp;icon-commentflip
</span>
<span class="box1">
<span aria-hidden="true" class="icon-hyp-logo4"></span>
&nbsp;icon-hyp-logo4
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye-close"></span>
&nbsp;icon-eye-close
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye-open"></span>
&nbsp;icon-eye-open
</span>
<span class="box1">
<span aria-hidden="true" class="icon-comments"></span>
&nbsp;icon-comments
</span>
<span class="box1">
<span aria-hidden="true" class="icon-plus"></span>
&nbsp;icon-plus
</span>
<span class="box1">
<span aria-hidden="true" class="icon-plus-sign"></span>
&nbsp;icon-plus-sign
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye"></span>
&nbsp;icon-eye
</span>
<span class="box1">
<span aria-hidden="true" class="icon-magic"></span>
&nbsp;icon-magic
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye-2"></span>
&nbsp;icon-eye-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-download"></span>
&nbsp;icon-download
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye-3"></span>
&nbsp;icon-eye-3
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye-4"></span>
&nbsp;icon-eye-4
</span>
<span class="box1">
<span aria-hidden="true" class="icon-highlighter-nolines"></span>
&nbsp;icon-highlighter-nolines
</span>
<span class="box1">
<span aria-hidden="true" class="icon-highlighter-01"></span>
&nbsp;icon-highlighter-01
</span>
<span class="box1">
<span aria-hidden="true" class="icon-highlighter-blacktip"></span>
&nbsp;icon-highlighter-blacktip
</span>
<span class="box1">
<span aria-hidden="true" class="icon-highlighter"></span>
&nbsp;icon-highlighter
</span>
<span class="box1">
<span aria-hidden="true" class="icon-comment2-4"></span>
&nbsp;icon-comment2-4
</span>
<span class="box1">
<span aria-hidden="true" class="icon-comment2-5"></span>
&nbsp;icon-comment2-5
</span>
</section>
<footer>
<p>Generated by <a href="http://icomoon.io">IcoMoon.io</a></p>
</footer>
</div>
<script>
document.getElementById("glyphs").addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT") {
target.select();
}
});
</script>
</body>
</html>
\ No newline at end of file
Icon Set: Font Awesome -- http://fortawesome.github.com/Font-Awesome/
License: SIL -- http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Icon Set: Brankic1979 -- http://brankic1979.com/icons/
License: Custom -- http://brankic1979.com/icons/
Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/
License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
Icon Set: Typicons -- http://typicons.com/
License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
Icon Set: Entypo -- http://www.entypo.com/
License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
Icon Set: Icon Minia -- http://dribbble.com/shots/598215-Icon-Minia-139-Vector-Icons
License: GPL V3 -- http://www.gnu.org/copyleft/gpl.html
Icon Set: Broccolidry -- http://dribbble.com/shots/587469-Free-16px-Broccolidryiconsaniconsetitisfullof-icons
License: Aribitrary -- http://licence.visualidiot.com/
Icon Set: Iconic -- http://somerandomdude.com/work/iconic/
License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/us/
\ No newline at end of file
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
window.onload = function() {
function addIcon(el, entity) {
var html = el.innerHTML;
el.innerHTML = '<span style="font-family: \'icomoon\'">' + entity + '</span>' + html;
}
var icons = {
'icon-cog' : '&#x22;',
'icon-untitled' : '&#x23;',
'icon-untitled-2' : '&#x24;',
'icon-export_icon' : '&#x25;',
'icon-clipboard_copy_icon' : '&#x26;',
'icon-pen_1' : '&#x27;',
'icon-flag' : '&#x28;',
'icon-delete_icon' : '&#x29;',
'icon-heart_empty_icon' : '&#x2b;',
'icon-heart_icon' : '&#x2c;',
'icon-window' : '&#x2d;',
'icon-window-2' : '&#x2e;',
'icon-triangle' : '&#x2f;',
'icon-copy' : '&#x33;',
'icon-x' : '&#x36;',
'icon-cancel' : '&#x38;',
'icon-checkmark_icon' : '&#x39;',
'icon-checkmark' : '&#x3a;',
'icon-cog-2' : '&#x3d;',
'icon-checkmark-2' : '&#x35;',
'icon-clock' : '&#x37;',
'icon-export' : '&#x2a;',
'icon-checkbox_unchecked_icon' : '&#x3e;',
'icon-checkbox_checked_icon' : '&#x3f;',
'icon-triangle-2' : '&#x3c;',
'icon-unlocked' : '&#xe000;',
'icon-locked' : '&#xe001;',
'icon-views' : '&#xe002;',
'icon-browser' : '&#xe003;',
'icon-ddbutton_filled' : '&#xe007;',
'icon-ddbutton_empty' : '&#xe008;',
'icon-reply' : '&#xe004;',
'icon-star_fav_icon' : '&#xe005;',
'icon-star_fav_empty_icon' : '&#xe006;',
'icon-triright' : '&#xe009;',
'icon-trileft' : '&#xe00a;',
'icon-comment' : '&#xe00b;',
'icon-comment2' : '&#xe00c;',
'icon-comment2-2' : '&#xe00e;',
'icon-comment2-3' : '&#xe00d;',
'icon-settings' : '&#xe00f;',
'icon-wrench' : '&#xe020;',
'icon-commentflip' : '&#xe010;',
'icon-hyp-logo4' : '&#xe014;',
'icon-eye-close' : '&#xf070;',
'icon-eye-open' : '&#xf06e;',
'icon-comments' : '&#xe011;',
'icon-plus' : '&#xe012;',
'icon-plus-sign' : '&#xf0fe;',
'icon-eye' : '&#xe016;',
'icon-magic' : '&#xf0d0;',
'icon-eye-2' : '&#xe017;',
'icon-download' : '&#xe018;',
'icon-eye-3' : '&#xe01b;',
'icon-eye-4' : '&#xe015;',
'icon-highlighter-nolines' : '&#xe01a;',
'icon-highlighter-01' : '&#xe019;',
'icon-highlighter-blacktip' : '&#xe01c;',
'icon-highlighter' : '&#xe01d;',
'icon-comment2-4' : '&#xe013;',
'icon-comment2-5' : '&#xe01e;'
},
els = document.getElementsByTagName('*'),
i, attr, html, c, el;
for (i = 0; ; i += 1) {
el = els[i];
if(!el) {
break;
}
attr = el.getAttribute('data-icon');
if (attr) {
addIcon(el, attr);
}
c = el.className;
c = c.match(/icon-[^\s'"]+/);
if (c && icons[c[0]]) {
addIcon(el, icons[c[0]]);
}
}
};
\ No newline at end of file
{
"IcoMoonType": "selection",
"icons": [
{
"icon": {
"paths": [
"M128 64h64v64h-64v-64zM256 64h64v64h-64v-64zM384 64h512v64h-512v-64zM960 192v656c0 56-56 112-112 112h-672c-56 0-112-56-112-112v-656h896zM0 128v768c0 64 64 128 128 128h768c64 0 128-64 128-128v-768c0-64-64-128-128-128h-768c-64 0-128 64-128 128z"
],
"tags": [
"window",
"software",
"program"
],
"defaultCode": 46,
"grid": 0
},
"properties": {
"order": 1,
"id": 13,
"prevSize": 32,
"code": 46,
"name": "window",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M745.954 307.304l-471.042-0.046 235.552 409.614z"
],
"tags": [
"triangle",
"arrow",
"down",
"bottom"
],
"defaultCode": 47,
"grid": 0
},
"properties": {
"order": 2,
"id": 14,
"prevSize": 32,
"code": 47,
"name": "triangle",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M448 384h384v64h-384zM448 512h384v64h-384zM448 640h384v64h-384zM448 768h256v64h-256zM960 192h-192v-128c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v704c0 35.2 28.8 64 64 64h192v128c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-704c0-35.2-28.8-64-64-64zM256 256v480h-160v-640h576v96h-352c-35.2 0-64 28.8-64 64zM928 928h-576v-640h576v640z"
],
"tags": [
"copy",
"new",
"papers"
],
"defaultCode": 51,
"grid": 0
},
"properties": {
"order": 3,
"id": 15,
"prevSize": 32,
"code": 51,
"name": "copy",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M960 780.736l-268.992-268.736 268.992-268.736-179.264-179.264-268.736 268.864-268.864-268.864-179.136 179.264 268.736 268.736-268.736 268.736 179.136 179.264 268.864-268.864 268.736 268.864z"
],
"tags": [
"x",
"cancel",
"close"
],
"defaultCode": 54,
"grid": 0
},
"properties": {
"order": 4,
"id": 16,
"prevSize": 32,
"code": 54,
"name": "x",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M626.784 512.032l195.072 195.072c12.672 12.672 12.672 33.248 0 45.92l-68.832 68.832c-12.672 12.672-33.216 12.672-45.92 0l-195.104-195.072-195.104 195.072c-12.672 12.672-33.216 12.672-45.888 0l-68.864-68.832c-12.672-12.672-12.672-33.216 0-45.92l195.104-195.072-195.104-195.104c-12.672-12.672-12.672-33.248 0-45.92l68.896-68.832c12.672-12.672 33.216-12.672 45.888 0l195.072 195.104 195.104-195.104c12.672-12.672 33.216-12.672 45.92 0l68.832 68.864c12.672 12.672 12.672 33.216 0 45.92l-195.072 195.072z"
],
"tags": [
"cancel",
"close",
"remove",
"dismiss"
],
"defaultCode": 56,
"grid": 0
},
"properties": {
"order": 5,
"id": 17,
"prevSize": 32,
"code": 56,
"name": "cancel",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1095.72 199.070l-617.552 819.22c-6.182 6.182-14.198 9.354-22.272 9.354-8.132 0-16.266-3.172-22.39-9.354l-424.192-429.332c-12.446-12.486-12.446-32.768-0.118-45.312l203.146-205.726c5.948-6.066 13.962-9.374 22.45-9.374h0.65c8.604 0.178 16.738 3.82 22.508 10.3l203.028 223.232 556.72-558.376c5.948-4.942 13.076-7.364 20.204-7.364 8.252 0 16.444 3.19 22.568 9.492l37.18 140.84c3.308 17.27 10.378 40.014-2.008 52.382"
],
"width": 1102,
"tags": [
"checkmark_icon"
],
"defaultCode": 57,
"grid": 0
},
"properties": {
"order": 6,
"id": 18,
"prevSize": 32,
"code": 57,
"name": "checkmark_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M464 392.284l-42.55-46.756c-25.29-27.794-52.206-55.37-55.314-56.028-3.054-0.768-5.632-1.316-5.742-1.316-0.054 0-7.862 1.426-10.368 3.054-2.614 1.7-26.222 25.014-52.644 51.658l-38.456 39.13c-26.442 26.698-54.346 61.714-52.096 67.658 2.34 6.016 25.728 32.768 52.096 59.466l184.868 186.95c26.368 26.77 52.206 51.402 57.454 54.84 0 0 0 0 5.412 0 5.358 0 5.358 0 5.358 0 5.248-3.438 27.904-30.738 50.578-60.782l326.528-433.244c22.602-29.988 42.934-59.374 45.22-65.262 2.23-5.962-9.29-41.070-15.726-68.15-6.492-26.972-16-51.876-21.248-55.37 0 0 0 0-5.468 0-4.644 0-4.644 0-4.644 0-4.81 2.67-30.372 26.642-56.906 53.194l-272.198 273.042c-26.496 26.55-68.81 25.618-94.154-2.176zM989.86 474.862l-102.4 102.454v200.924c0 75.1-34.12 109.22-109.22 109.22h-525.66c-75.080 0-116.040-40.96-116.040-115.986v-518.876c0-75.1 40.96-116.060 116.060-116.060h194.102l102.4-102.454c12.508-12.398 22.82-24.302 30.154-34.084h-374.456c-112.622 0-204.8 92.142-204.8 204.8v614.4c0 112.622 92.178 204.8 204.8 204.8h614.4c112.658 0 204.8-92.178 204.8-204.8v-374.492c-9.782 7.424-21.742 17.756-34.14 30.154"
],
"tags": [
"checkbox_checked_icon"
],
"defaultCode": 63,
"grid": 0
},
"properties": {
"order": 7,
"id": 25,
"prevSize": 32,
"code": 63,
"name": "checkbox_checked_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M830.778 331.862l-640.692-0.064 320.39 557.14z"
],
"tags": [
"triangle"
],
"defaultCode": 60,
"grid": 0
},
"properties": {
"order": 8,
"id": 26,
"prevSize": 32,
"code": 60,
"name": "triangle2",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M753.464 5.786c-130.758 0-237.126 106.368-237.126 237.126v169.376h-406.5c-37.262 0-67.75 30.488-67.75 67.75v474.25c0 37.262 30.488 67.75 67.75 67.75h609.752c37.262 0 67.75-30.488 67.75-67.75v-474.25c0-37.262-30.488-67.75-67.75-67.75h-67.75v-169.376c0-56.030 45.596-101.626 101.626-101.626s101.626 45.596 101.626 101.626v237.126h135.5v-237.126c0-130.758-106.368-237.126-237.126-237.126z"
],
"tags": [
"unlocked"
],
"defaultCode": 57344,
"grid": 0
},
"properties": {
"order": 9,
"id": 27,
"prevSize": 32,
"code": 57344,
"name": "unlocked",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M851.454 413.288h-67.978v-135.954c0-149.958-121.952-271.91-271.91-271.91-149.958 0-271.91 121.952-271.91 271.91v135.954h-67.978c-37.388 0-67.978 30.59-67.978 67.978v475.842c0 37.388 30.59 67.978 67.978 67.978h679.774c37.388 0 67.978-30.59 67.978-67.978v-475.842c0-37.388-30.59-67.978-67.978-67.978zM375.612 277.334c0-74.98 60.976-135.954 135.954-135.954 74.98 0 135.954 60.976 135.954 135.954v135.954h-271.91v-135.954z"
],
"tags": [
"locked"
],
"defaultCode": 57345,
"grid": 0
},
"properties": {
"order": 10,
"id": 28,
"prevSize": 32,
"code": 57345,
"name": "locked",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M633.066 974.824h-512.638c-62.826 0-113.92-51.092-113.92-113.92v-512.638c0-62.826 51.092-113.92 113.92-113.92h512.638c62.826 0 113.92 51.092 113.92 113.92v512.638c0 62.826-51.092 113.92-113.92 113.92zM120.428 348.268v512.638h512.638v-512.638h-512.638zM860.906 803.946h-56.96v-113.92h56.96v-569.598h-569.598v56.96h-113.92v-56.96c0-62.826 51.092-113.92 113.92-113.92h569.598c62.826 0 113.92 51.092 113.92 113.92v569.598c0 62.826-51.092 113.92-113.92 113.92z"
],
"tags": [
"views"
],
"defaultCode": 57346,
"grid": 0
},
"properties": {
"order": 11,
"id": 29,
"prevSize": 32,
"code": 57346,
"name": "views",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M920.026 102.458h-819.184c-56.32 0-102.4 46.080-102.4 102.4v614.408c0 56.32 46.080 102.4 102.4 102.4h819.184c56.32 0 102.4-46.080 102.4-102.4l0-614.408c0-56.32-46.080-102.4-102.4-102.4zM233.962 198.208c21.218 0 38.4 16.72 38.4 37.368s-17.182 37.368-38.4 37.368c-21.226 0-38.4-16.72-38.4-37.368s17.174-37.368 38.4-37.368zM93.162 235.578c0-20.648 17.174-37.368 38.4-37.368 21.218 0 38.4 16.72 38.4 37.368s-17.182 37.368-38.4 37.368c-21.226 0-38.4-16.722-38.4-37.368zM921.050 819.264h-821.232v-471.046h821.232v471.046zM921.050 266.298h-615.41v-61.44h615.408l0.002 61.44z"
],
"tags": [
"browser",
"window"
],
"defaultCode": 57347,
"grid": 0
},
"properties": {
"order": 12,
"id": 30,
"prevSize": 32,
"code": 57347,
"name": "browser",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M31.354 468.548l876.6-453.058c63.884-34.97 116.152-9.236 116.152 57.162v879.466c0 66.36-52.264 92.090-116.154 57.152l-876.598-453.036c0 0-31.164-18.282-31.164-43.856-0.004-25.544 31.164-43.83 31.164-43.83z"
],
"tags": [
"trileft"
],
"defaultCode": 57354,
"grid": 0
},
"properties": {
"order": 13,
"id": 37,
"prevSize": 32,
"code": 57354,
"name": "trileft",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M831.758 0.386h-639.518c-105.52 0-191.856 87.914-191.856 195.366v390.734c0 107.452 86.334 195.366 191.856 195.366h63.952c0 0 0.032 218.49 0 231.058-0.032 12.568 13.73 15.532 22.49 6.53 8.762-9.004 233.318-237.588 233.318-237.588h319.758c105.52 0 191.856-87.914 191.856-195.366v-390.734c0-107.452-86.334-195.366-191.856-195.366z"
],
"tags": [
"comment"
],
"defaultCode": 57355,
"grid": 0
},
"properties": {
"order": 14,
"id": 38,
"prevSize": 32,
"code": 57355,
"name": "comment",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M513.266 9.932c-279.672 0-506.402 184.36-506.402 411.826 0 149.548 98.036 280.532 244.648 352.686 0 0.624 0.032 216.798 0 229.272-0.032 12.492 13.822 15.574 22.638 6.626 6.706-6.808 115.638-116.436 178.582-179.74 19.856 1.924 40.042 3.148 60.534 3.148 279.672 0 506.402-184.524 506.402-411.992 0-227.468-226.73-411.826-506.402-411.826z"
],
"tags": [
"comment2"
],
"defaultCode": 57356,
"grid": 0
},
"properties": {
"order": 15,
"id": 39,
"prevSize": 32,
"code": 57356,
"name": "comment2",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M511.334 2c282.414 0 511.332 192.082 511.332 429s-228.918 429-511.332 429c-4.414 0-8.782-0.074-13.168-0.166-99.040 56.068-248.792 140.79-258.5 146.332-28.594 16.328-73.604 10.626-73.5-12.166 0.062-13.412 0.020-131.496 0-246.5-102.142-78.432-166.166-191.182-166.166-316.5 0-236.918 228.92-429 511.334-429z"
],
"tags": [
"comment2"
],
"defaultCode": 57358,
"grid": 0
},
"properties": {
"order": 16,
"id": 40,
"prevSize": 32,
"code": 57358,
"name": "comment22",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M511.334 2c-282.416 0-511.334 192.080-511.334 428.998 0 236.922 228.918 429.002 511.334 429.002 4.41 0 8.778-0.074 13.168-0.166 99.040 56.070 248.794 140.79 258.496 146.332 28.596 16.324 73.604 10.628 73.504-12.166-0.064-13.414-0.022-131.498 0-246.502 102.138-78.432 166.164-191.178 166.164-316.496 0-236.922-228.916-429.002-511.332-429.002z"
],
"tags": [
"comment2"
],
"defaultCode": 57357,
"grid": 0
},
"properties": {
"order": 17,
"id": 41,
"prevSize": 32,
"code": 57357,
"name": "comment23",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M859.824 512.064c0-53.634 33.016-95.96 82.736-125.064-8.952-29.936-20.824-58.608-35.424-85.6-55.744 14.584-100.864-7.264-138.8-45.186-37.928-37.936-49.538-83.064-34.946-138.816-26.992-14.6-55.664-26.464-85.614-35.416-29.096 49.728-81.656 82.736-135.298 82.736-53.634 0-106.192-33.008-135.306-82.736-29.936 8.938-58.608 20.816-85.6 35.416 14.584 55.744 2.984 100.872-34.954 138.816-37.928 37.928-83.064 59.766-138.81 45.186-14.6 26.992-26.472 55.664-35.416 85.6 49.72 29.104 82.728 71.432 82.728 125.064 0 53.622-33.008 106.208-82.728 135.306 8.944 29.944 20.816 58.608 35.416 85.6 55.752-14.584 100.88-2.984 138.81 34.96 37.918 37.918 49.538 83.064 34.954 138.8 26.992 14.6 55.664 26.48 85.608 35.416 29.112-49.712 81.664-82.736 135.298-82.728 53.642 0 106.2 33.016 135.298 82.728 29.952-8.944 58.624-20.816 85.624-35.424-14.584-55.728-2.992-100.872 34.934-138.79 37.936-37.944 83.064-59.786 138.8-45.2 14.6-26.992 26.472-55.656 35.424-85.6-49.718-29.102-82.734-71.444-82.734-125.068zM512.48 699.106c-103.298 0-187.032-83.734-187.032-187.040s83.734-187.040 187.032-187.040 187.024 83.734 187.024 187.040-83.728 187.040-187.024 187.040z"
],
"tags": [
"settings",
"cog",
"gear"
],
"defaultCode": 57359,
"grid": 0
},
"properties": {
"order": 18,
"id": 42,
"prevSize": 32,
"code": 57359,
"name": "settings",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M992 384h-352v-352c0-17.664-14.304-32-32-32h-192c-17.696 0-32 14.336-32 32v352h-352c-17.696 0-32 14.336-32 32v192c0 17.696 14.304 32 32 32h352v352c0 17.696 14.304 32 32 32h192c17.696 0 32-14.304 32-32v-352h352c17.696 0 32-14.304 32-32v-192c0-17.664-14.304-32-32-32z"
],
"tags": [
"plus",
"add",
"sum"
],
"defaultCode": 57362,
"grid": 0
},
"properties": {
"order": 19,
"id": 49,
"prevSize": 32,
"code": 57362,
"name": "plus",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M731.428 548.572v-73.142q0-14.858-10.858-25.714t-25.714-10.858h-182.858v-182.858q0-14.858-10.858-25.714t-25.714-10.858h-73.142q-14.858 0-25.714 10.858t-10.858 25.714v182.858h-182.858q-14.858 0-25.714 10.858t-10.858 25.714v73.142q0 14.858 10.858 25.714t25.714 10.858h182.858v182.858q0 14.858 10.858 25.714t25.714 10.858h73.142q14.858 0 25.714-10.858t10.858-25.714v-182.858h182.858q14.858 0 25.714-10.858t10.858-25.714zM877.714 237.714v548.572q0 68-48.286 116.286t-116.286 48.286h-548.572q-68 0-116.286-48.286t-48.286-116.286v-548.572q0-68 48.286-116.286t116.286-48.286h548.572q68 0 116.286 48.286t48.286 116.286z"
],
"width": 876,
"tags": [
"plus-sign",
"add",
"sum"
],
"defaultCode": 61694,
"grid": 0
},
"properties": {
"order": 20,
"id": 50,
"prevSize": 32,
"code": 61694,
"name": "plus-sign",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M512 192c-282.784 0-512 320-512 320s229.216 320 512 320 512-320 512-320-229.216-320-512-320zM512 704c-106.016 0-192-85.984-192-192s85.984-192 192-192 192 85.984 192 192-85.984 192-192 192zM512 384c-70.688 0-128 57.312-128 128s57.312 128 128 128 128-57.312 128-128-57.312-128-128-128z"
],
"tags": [
"eye",
"views"
],
"defaultCode": 57366,
"grid": 0
},
"properties": {
"order": 21,
"id": 51,
"prevSize": 32,
"code": 57366,
"name": "eye",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M680 332l167.428-167.428-61.142-61.142-167.428 167.428zM935.428 164.572q0 15.428-10.286 25.714l-734.858 734.858q-10.286 10.286-25.714 10.286t-25.714-10.286l-113.142-113.142q-10.286-10.286-10.286-25.714t10.286-25.714l734.858-734.858q10.286-10.286 25.714-10.286t25.714 10.286l113.142 113.142q10.286 10.286 10.286 25.714zM163.428 56l56 17.142-56 17.142-17.142 56-17.142-56-56-17.142 56-17.142 17.142-56zM363.428 148.572l112 34.286-112 34.286-34.286 112-34.286-112-112-34.286 112-34.286 34.286-112zM894.858 421.714l56 17.142-56 17.142-17.142 56-17.142-56-56-17.142 56-17.142 17.142-56zM529.142 56l56 17.142-56 17.142-17.142 56-17.142-56-56-17.142 56-17.142 17.142-56z"
],
"width": 950,
"tags": [
"magic",
"wand",
"wizard"
],
"defaultCode": 61648,
"grid": 0
},
"properties": {
"order": 22,
"id": 52,
"prevSize": 32,
"code": 61648,
"name": "magic",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M512 224c-256 0-511.998 223.998-512 288v0c0.002 64.002 256 288 512 288s511.994-223.998 512-288v0c-0.006-64.002-256-288-512-288zM512 704c-106.042 0-192-85.96-192-192s85.958-192 192-192c106.040 0 192 85.96 192 192 0 106.040-85.96 192-192 192zM448 512c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64z"
],
"tags": [
"eye",
"views",
"vision"
],
"defaultCode": 57367,
"grid": 0
},
"properties": {
"order": 23,
"id": 53,
"prevSize": 32,
"code": 57367,
"name": "eye2",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M896 704v128h-768v-128h-128v256h1024v-256zM768 384h-192v-320h-128v320h-192l256 384z"
],
"tags": [
"download",
"arrow"
],
"defaultCode": 57368,
"grid": 0
},
"properties": {
"order": 24,
"id": 54,
"prevSize": 32,
"code": 57368,
"name": "download",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M867.2 59.344h-710.4c-65.12 0-118.4 59.2-118.4 131.712v460.64c0 72.144 53.28 131.76 118.4 131.76h236.8l236.8 197.216v-197.216l236.8 0.016c65.152 0 118.4-59.568 118.4-131.76v-460.64c0-72.528-53.28-131.728-118.4-131.728zM712.608 449.472l-161.872 0.592-0.592 171.68-76.288-0.592-0.592-170.528h-161.872l0.592-72.256 161.28-0.592 0.592-169.392h76.88v169.392h161.872v71.696z"
],
"tags": [
"comment2"
],
"defaultCode": 57363,
"grid": 0
},
"properties": {
"order": 25,
"id": 61,
"prevSize": 32,
"code": 57363,
"name": "comment24",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M156.8 59.344h710.4c65.12 0 118.4 59.2 118.4 131.712v460.64c0 72.144-53.28 131.76-118.4 131.76h-236.8l-236.8 197.216v-197.216l-236.8 0.016c-65.152 0-118.4-59.568-118.4-131.76l-0-460.64c0-72.528 53.28-131.728 118.4-131.728zM311.392 449.472l161.872 0.592 0.592 171.68 76.288-0.592 0.592-170.528h161.872l-0.592-72.256-161.28-0.592-0.592-169.392h-76.88v169.392h-161.872v71.696z"
],
"tags": [
"comment2"
],
"defaultCode": 57374,
"grid": 0
},
"properties": {
"order": 26,
"id": 62,
"prevSize": 32,
"code": 57374,
"name": "comment25",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M198.766 402.932c-15.042 16.578-13.672 45.346 2.906 60.402 16.578 15.042 45.346 13.644 60.402-2.934l184.68-184.68h49.248l85.020-85.020h-152.452c-11.070 0-22.044 4.524-29.904 12.302l-197.010 197.010c-1.010 0.928-2.006 1.924-2.934 2.934zM243.24 575.226c-85.020 85.020-106.080 150.334-106.718 197.010-0.636 46.676 21.394 77.672 29.904 86.182 8.51 8.51 39.534 30.526 86.182 29.904 46.676-0.636 111.962-21.684 197.010-106.718l119.006-119.006c-45.928-15.374-87.22-46.176-123.71-82.668-36.49-36.49-67.156-77.7-82.668-123.71zM436.734 381.732c-7.874 14.226-6.808 28.064-0.582 47.492 8.704 27.26 32.92 62.242 65.094 94.388 32.172 32.172 67.348 56.528 94.388 65.094 20.286 6.42 34.318 7.084 49.248-2.338l232.78-232.78c1.508-30.942 0.194-57.372-2.934-79.152-26.084-12.274-48.682-32.256-70.366-53.94-21.49-21.49-41.514-44.502-53.94-70.366-21.74-3.1-48.266-4.414-79.152-2.934zM793.792 106.76c-0.11 0.554-0.526 1.204-0.582 1.758-0.498 4.040-0.442 9.396 2.934 16.992 6.752 15.236 24.742 36.462 45.734 57.454 21.006 21.006 41.79 38.47 56.888 45.14 7.556 3.322 13.588 4.040 17.602 3.514l68-68c40.85-37.778 19.872-77.45-13.478-110.8-33.364-33.364-72.454-53.732-110.232-12.896l-66.85 66.85zM23.966 948.128c-10.71 14.598-8.482 37.168 4.884 49.388 13.368 12.218 36.048 12.44 49.636 0.442l82.086-82.086c-13.368-7.444-23.414-15.208-29.904-21.684-6.504-6.504-14.71-16.938-22.292-30.498l-82.086 82.086c-0.83 0.748-1.592 1.536-2.338 2.338z"
],
"tags": [
"pen_1"
],
"defaultCode": 39,
"grid": 0
},
"properties": {
"order": 27,
"id": 7,
"prevSize": 32,
"code": 39,
"name": "pen_1",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M508.118 122.046c-96.356-114.5-169.38-122.046-316.118-122.046v512c256.534-128 285.272 16.67 447.012 2.046 159.456-14.44 295.050-137.174 384.988-258.046-254.712 58.906-382.92 24.046-515.882-133.954zM0 0h128v1024h-128z"
],
"tags": [
"flag"
],
"defaultCode": 40,
"grid": 0
},
"properties": {
"order": 28,
"id": 8,
"prevSize": 32,
"code": 40,
"name": "flag",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1013.648 797.324l-285.138-285.194 285.138-285.194c13.46-13.406 13.46-35.244 0-48.63l-167.974-168.030c-6.534-6.48-15.136-10.054-24.352-10.054s-17.818 3.574-24.296 10.054l-285.174 285.232-285.138-285.12c-6.534-6.48-15.136-10.054-24.352-10.054s-17.818 3.574-24.296 10.054l-167.956 167.918c-6.536 6.536-10.11 15.192-10.11 24.298 0 9.216 3.574 17.874 10.11 24.352l285.062 285.23-285.062 285.12c-6.536 6.534-10.11 15.192-10.11 24.352 0 9.104 3.574 17.818 10.11 24.296l167.972 167.918c6.536 6.534 15.138 10.11 24.298 10.11 9.198 0 17.742-3.576 24.334-10.11l285.138-285.194 285.23 285.194c6.478 6.534 15.080 10.11 24.184 10.11 9.216 0 17.874-3.574 24.352-10.11l168.030-167.918c6.534-6.48 10.11-15.248 10.11-24.296 0-9.216-3.574-17.874-10.11-24.296"
],
"tags": [
"delete_icon"
],
"defaultCode": 41,
"grid": 0
},
"properties": {
"order": 29,
"id": 9,
"prevSize": 32,
"code": 41,
"name": "delete_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1023.948 299.572c-14.49-188.876-133.274-286.412-237.466-297.114-16.23-1.588-31.846-2.458-46.438-2.458-114.584 0-173.056 52.736-228.044 119.092-54.988-66.356-113.562-119.092-228.096-119.092-14.54 0-30.208 0.87-46.438 2.508-104.192 10.702-222.926 108.238-237.466 298.344l0.052 60.826c15.36 206.13 179.864 421.836 502.988 659.404 2.662 1.894 5.836 2.918 8.96 2.918 3.124 0 6.298-1.024 8.908-2.918 323.176-237.568 487.68-453.274 503.092-660.634l-0.052-60.876zM896 360.346c-11.060 144.486-140.236 316.262-384 506.93-243.764-190.77-373.044-363.928-384.308-515.072l0.308-51.2c9.164-116.020 78.284-166.656 122.522-171.212 11.468-1.126 22.836-1.792 33.434-1.792 55.654 0 81.1 14.284 129.484 72.756l98.56 119.090 98.612-119.090c48.384-58.472 73.728-72.756 129.432-72.756 10.65 0 21.964 0.716 33.74 1.844 44.032 4.506 113.152 56.012 122.572 179.508l-0.356 50.994"
],
"tags": [
"heart_empty_icon"
],
"defaultCode": 43,
"grid": 0
},
"properties": {
"order": 30,
"id": 10,
"prevSize": 32,
"code": 43,
"name": "heart_empty_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1024 360.448c-15.412 207.36-179.916 423.066-503.092 660.634-2.61 1.894-5.784 2.918-8.908 2.918-3.124 0-6.298-1.024-8.96-2.918-323.124-237.568-487.628-453.274-502.988-659.354l-0.052-60.876c14.54-190.208 133.274-287.692 237.466-298.342 16.282-1.588 31.948-2.508 46.54-2.508 114.432-0.002 173.006 52.734 227.994 119.090 54.988-66.356 113.46-119.092 228.044-119.092 14.644 0 30.26 0.922 46.54 2.508 104.192 10.7 222.976 108.236 237.466 297.114l-0.050 60.826"
],
"tags": [
"heart_icon"
],
"defaultCode": 44,
"grid": 0
},
"properties": {
"order": 31,
"id": 11,
"prevSize": 32,
"code": 44,
"name": "heart_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M128 64h64v64h-64v-64zM256 64h64v64h-64v-64zM384 64h512v64h-512v-64zM960 192v656c0 56-56 112-112 112h-672c-56 0-112-56-112-112v-656h896zM0 128v768c0 64 64 128 128 128h768c64 0 128-64 128-128v-768c0-64-64-128-128-128h-768c-64 0-128 64-128 128zM128 256v512c0 64 64 128 128 128h512c64 0 128-64 128-128v-512h-768z"
],
"tags": [
"window",
"software",
"program"
],
"defaultCode": 45,
"grid": 0
},
"properties": {
"order": 32,
"id": 12,
"prevSize": 32,
"code": 45,
"name": "window2",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M788.142 816.856h-599.588v-599.588h239.836l119.918-179.876h-539.63v959.34h959.34v-359.752l-59.958 59.958zM248.514 696.938c0 0 59.958-119.918 239.836-179.876 179.876-59.958 179.876 0 179.876 0v239.836l359.752-359.752-359.752-359.752v179.876c-89.22 12.89-179.278 59.358-239.836 119.916-119.918 119.918-179.876 359.752-179.876 359.752z"
],
"tags": [
"export"
],
"defaultCode": 42,
"grid": 0
},
"properties": {
"order": 33,
"id": 23,
"prevSize": 32,
"code": 42,
"name": "export",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M819.2 0h-614.4c-112.622 0-204.8 92.142-204.8 204.8v614.4c0 112.622 92.178 204.8 204.8 204.8h614.4c112.658 0 204.8-92.178 204.8-204.8v-614.4c0-112.658-92.178-204.8-204.8-204.8zM887.46 771.474c0 75.026-40.96 115.986-115.986 115.986h-518.894c-75.080 0-116.040-40.96-116.040-115.986v-518.876c0-75.1 40.96-116.060 116.060-116.060h518.876c75.024 0.002 115.984 40.962 115.984 116.042v518.876"
],
"tags": [
"checkbox_unchecked_icon"
],
"defaultCode": 62,
"grid": 0
},
"properties": {
"order": 34,
"id": 24,
"prevSize": 32,
"code": 62,
"name": "checkbox_unchecked_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1074.446 385.042c-8.030-24.738-29.104-42.416-54.81-46.242l-290.008-42.146-129.67-262.736c-11.534-23.498-34.87-37.996-60.954-37.996-26.138 0-49.422 14.498-60.902 37.942l-129.78 262.844-290.062 42.146c-25.762 3.772-46.78 21.504-54.864 46.35-8.138 24.792-1.51 51.47 17.138 69.578l209.866 204.584-49.53 288.822c-4.364 25.708 5.93 51.254 27.002 66.614 11.75 8.462 25.546 12.88 39.99 12.88 11.048 0 21.99-2.694 31.636-7.814l259.45-136.3 259.394 136.3c9.648 5.12 20.588 7.814 31.636 7.814 14.498 0 28.294-4.474 39.882-12.988 21.234-15.306 31.582-40.744 27.11-66.398l-49.584-288.876 209.866-204.53c18.648-18.27 25.276-44.948 17.246-69.794zM738.842 624.12l47.052 275.186-246.946-129.886-247.108 129.886 47.158-275.186-199.896-194.83 276.318-40.206 123.528-250.34 123.58 250.34 276.264 40.206-199.95 194.83"
],
"width": 1076,
"tags": [
"star_fav_empty_icon"
],
"defaultCode": 57350,
"grid": 0
},
"properties": {
"order": 35,
"id": 35,
"prevSize": 32,
"code": 57350,
"name": "star_fav_empty_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M992.942 468.548c0 0 31.17 18.286 31.164 43.83 0 25.574-31.164 43.856-31.164 43.856l-876.6 453.036c-63.888 34.938-116.152 9.208-116.152-57.152v-879.466c0-66.398 52.268-92.132 116.152-57.162l876.6 453.058z"
],
"tags": [
"triright"
],
"defaultCode": 57353,
"grid": 0
},
"properties": {
"order": 36,
"id": 36,
"prevSize": 32,
"code": 57353,
"name": "triright",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M950.858 548.572q-86.858-134.858-217.714-201.714 34.858 59.428 34.858 128.572 0 105.714-75.142 180.858t-180.858 75.142-180.858-75.142-75.142-180.858q0-69.142 34.858-128.572-130.858 66.858-217.714 201.714 76 117.142 190.572 186.572t248.286 69.428 248.286-69.428 190.572-186.572zM539.428 329.142q0-11.428-8-19.428t-19.428-8q-71.428 0-122.572 51.142t-51.142 122.572q0 11.428 8 19.428t19.428 8 19.428-8 8-19.428q0-49.142 34.858-84t84-34.858q11.428 0 19.428-8t8-19.428zM1024 548.572q0 19.428-11.428 39.428-80 131.428-215.142 210.572t-285.428 79.142-285.428-79.428-215.142-210.286q-11.428-20-11.428-39.428t11.428-39.428q80-130.858 215.142-210.286t285.428-79.428 285.428 79.428 215.142 210.286q11.428 20 11.428 39.428z"
],
"tags": [
"eye-open",
"view",
"visit"
],
"defaultCode": 61550,
"grid": 0
},
"properties": {
"order": 37,
"id": 47,
"prevSize": 32,
"code": 61550,
"name": "eye-open",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M928 0h-832c-52.8 0-96 43.2-96 96v640c0 52.8 43.2 96 96 96h224l192 192 192-192h224c52.8 0 96-43.2 96-96v-640c0-52.8-43.198-96-96-96z"
],
"tags": [
"comments",
"chat",
"bubble",
"message",
"talk"
],
"defaultCode": 57361,
"grid": 0
},
"properties": {
"order": 38,
"id": 48,
"prevSize": 32,
"code": 57361,
"name": "comments",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1024 297.51l-131.93 211.316-446.732-324.582 154.598-184.244h-139.098l-123.956 147.546c-23.13 5.018-44.608 17.664-58.97 37.26l-73.472 101.196c-15.564 21.030-22.17 47.514-17.958 73.562 3.532 23.104 14.784 43.34 32.012 58.74 17.204 24.192 94.028 145.676 12.16 258.15-0.012 0.012-0.026 0.026-0.038 0.038l-180.606 248.756c-11.482 16.256-13.222 37.248-4.428 55.194 8.794 17.958 26.906 29.248 46.822 29.402l254.746 3.444c3.226-0.012 6.464-0.116 9.254-0.768 13.824-2.368 26.176-10.048 34.65-21.428l92.684-127.462c0.5-0.64 1.114-1.126 1.588-1.792 65.946-91.404 222.028-68.902 258.47-62.080 41.626 22.516 98.278 10.304 126.836-29.044 0.038-0.052 0.076-0.076 0.116-0.128 0.012-0.012 0.026-0.038 0.038-0.064 0.026-0.038 0.064-0.076 0.102-0.128l73.434-101.082c15.22-20.966 21.836-46.426 18.164-71.936l61.514-98.598v-201.268zM435.136 759.27l-90.714-66.010c67.674-138.394 3.572-282.662-44.852-344.87-1.638-1.83-3.316-3.622-5.082-5.364l64.934-89.754 494.338 359.26-37.786 51.98-286.63-209.434c-23.54-17.78-57.114-12.134-74.368 11.38-17.37 23.54-12.186 57.088 11.354 74.38l198.516 145.036c-70.99-0.204-162.024 13.62-229.71 73.396z"
],
"tags": [
"highlighter-blacktip"
],
"defaultCode": 57372,
"grid": 0
},
"properties": {
"order": 39,
"id": 59,
"prevSize": 32,
"code": 57372,
"name": "highlighter-blacktip",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1024 297.51l-131.93 211.316-446.732-324.582 154.598-184.244h-139.098l-123.956 147.546c-23.13 5.018-44.608 17.664-58.97 37.26l-73.472 101.196c-15.564 21.030-22.17 47.514-17.958 73.562 3.532 23.104 14.784 43.34 32.012 58.74 17.204 24.192 94.028 145.676 12.16 258.15-0.012 0.012-0.026 0.026-0.038 0.038l-180.606 248.756c-11.482 16.256-13.222 37.248-4.428 55.194 8.794 17.958 26.906 29.248 46.822 29.402l254.746 3.444c3.226-0.012 6.464-0.116 9.254-0.768 13.824-2.368 26.176-10.048 34.65-21.428l92.684-127.462c0.5-0.64 1.114-1.126 1.588-1.792 65.946-91.404 222.028-68.902 258.47-62.080 41.626 22.516 98.278 10.304 126.836-29.044 0.038-0.052 0.076-0.076 0.116-0.128 0.012-0.012 0.026-0.038 0.038-0.064 0.026-0.038 0.064-0.076 0.102-0.128l73.434-101.082c15.22-20.966 21.836-46.426 18.164-71.936l61.514-98.598v-201.268zM321.114 906.304l-124.364-1.716 88.948-122.534 82.124 60.108M435.136 759.27l-90.714-66.010c67.674-138.394 3.572-282.662-44.852-344.87-1.638-1.83-3.316-3.622-5.082-5.364l64.934-89.754 494.338 359.26-37.786 51.98-286.63-209.434c-23.54-17.78-57.114-12.134-74.368 11.38-17.37 23.54-12.186 57.088 11.354 74.38l198.516 145.036c-70.99-0.204-162.024 13.62-229.71 73.396z"
],
"tags": [
"highlighter-01"
],
"defaultCode": 57369,
"grid": 0
},
"properties": {
"order": 40,
"id": 58,
"prevSize": 32,
"code": 57369,
"name": "highlighter-01",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1024 297.51l-131.93 211.316-446.732-324.582 154.598-184.244h-139.098l-123.956 147.546c-23.13 5.018-44.608 17.664-58.97 37.26l-73.472 101.196c-15.564 21.030-22.17 47.514-17.958 73.562 3.532 23.104 14.784 43.34 32.012 58.74 17.204 24.192 94.028 145.676 12.16 258.15-0.012 0.012-0.026 0.026-0.038 0.038l-180.606 248.756c-11.482 16.256-13.222 37.248-4.428 55.194 8.794 17.958 26.906 29.248 46.822 29.402l254.746 3.444c3.226-0.012 6.464-0.116 9.254-0.768 13.824-2.368 26.176-10.048 34.65-21.428l92.684-127.462c0.5-0.64 1.114-1.126 1.588-1.792 65.946-91.404 222.028-68.902 258.47-62.080 41.626 22.516 98.278 10.304 126.836-29.044 0.038-0.052 0.076-0.076 0.116-0.128 0.012-0.012 0.026-0.038 0.038-0.064 0.026-0.038 0.064-0.076 0.102-0.128l73.434-101.082c15.22-20.966 21.836-46.426 18.164-71.936l61.514-98.598v-201.268zM321.114 906.304l-124.364-1.716 88.948-122.534 82.124 60.108M664.858 685.876c-71.014-0.204-162.048 13.62-229.722 73.396l-90.714-66.010c67.674-138.394 3.572-282.662-44.852-344.87-1.638-1.83-3.316-3.622-5.082-5.364l64.934-89.754 494.338 359.258-37.786 51.98"
],
"tags": [
"highlighter-nolines"
],
"defaultCode": 57370,
"grid": 0
},
"properties": {
"order": 41,
"id": 57,
"prevSize": 32,
"code": 57370,
"name": "highlighter-nolines",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M292.576 512c0-117.824 98.24-213.344 219.424-213.344s219.424 95.52 219.424 213.344-98.24 213.344-219.424 213.344-219.424-95.52-219.424-213.344zM0 519.68c94.816 185.472 286.784 312.32 508.224 312.32 227.456 0 423.904-133.92 515.776-327.68-94.816-185.472-286.816-312.32-508.224-312.32-227.456 0-423.872 133.92-515.776 327.68zM402.272 512c0 58.912 49.12 106.656 109.728 106.656s109.728-47.744 109.728-106.656-49.12-106.656-109.728-106.656-109.728 47.744-109.728 106.656z"
],
"tags": [
"eye",
"views"
],
"defaultCode": 57365,
"grid": 0
},
"properties": {
"order": 42,
"id": 56,
"prevSize": 32,
"code": 57365,
"name": "eye3",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1024 297.51l-131.93 211.316-446.732-324.582 154.598-184.244h-139.098l-123.956 147.546c-23.13 5.018-44.608 17.664-58.97 37.26l-73.472 101.196c-15.564 21.030-22.17 47.514-17.958 73.562 3.532 23.104 14.784 43.34 32.012 58.74 17.204 24.192 94.028 145.676 12.16 258.15-0.012 0.012-0.026 0.026-0.038 0.038l-180.606 248.756c-11.482 16.256-13.222 37.248-4.428 55.194 8.794 17.958 26.906 29.248 46.822 29.402l254.746 3.444c3.226-0.012 6.464-0.116 9.254-0.768 13.824-2.368 26.176-10.048 34.65-21.428l92.684-127.462c0.5-0.64 1.114-1.126 1.588-1.792 65.946-91.404 222.028-68.902 258.47-62.080 41.626 22.516 98.278 10.304 126.836-29.044 0.038-0.052 0.076-0.076 0.116-0.128 0.012-0.012 0.026-0.038 0.038-0.064 0.026-0.038 0.064-0.076 0.102-0.128l73.434-101.082c15.22-20.966 21.836-46.426 18.164-71.936l61.514-98.598v-201.268zM664.858 685.876c-71.014-0.204-162.048 13.62-229.722 73.396l-90.714-66.010c67.674-138.394 3.572-282.662-44.852-344.87-1.638-1.83-3.316-3.622-5.082-5.364l64.934-89.754 494.338 359.258-37.786 51.98"
],
"tags": [
"highlighter"
],
"defaultCode": 57373,
"grid": 0
},
"properties": {
"order": 43,
"id": 60,
"prevSize": 32,
"code": 57373,
"name": "highlighter",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M512 224c-256 0-511.998 223.998-512 288v0c0.002 64.002 256 288 512 288s511.994-223.998 512-288v0c-0.006-64.002-256-288-512-288zM512 704c-106.042 0-192-85.96-192-192s85.958-192 192-192c106.040 0 192 85.96 192 192 0 106.040-85.96 192-192 192z"
],
"tags": [
"eye"
],
"defaultCode": 57371,
"grid": 0
},
"properties": {
"order": 44,
"id": 55,
"prevSize": 32,
"code": 57371,
"name": "eye4",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M877.91 274.090l-118.998 119.040-106.666-21.334-21.334-106.666 118.998-119.040c-17.494-5.29-35.754-8.96-54.998-8.96-105.984 0-192 85.974-192 192v64l-293.418 238.080c-55.766 55.254-47.574 135.594 0 183.338 47.574 47.83 127.574 55.466 183.338 0l238.080-293.418h64c106.070 0 192-85.974 192-192 0-19.284-3.67-37.504-9.002-55.040z"
],
"tags": [
"wrench",
"settings"
],
"defaultCode": 57376,
"grid": 0
},
"properties": {
"order": 45,
"id": 43,
"prevSize": 32,
"code": 57376,
"name": "wrench",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M192.242 0.386h639.518c105.52 0 191.856 87.914 191.856 195.366v390.734c0 107.452-86.334 195.366-191.856 195.366h-63.952c0 0-0.032 218.49 0 231.058 0.032 12.568-13.73 15.532-22.49 6.53-8.76-9.002-233.316-237.586-233.316-237.586h-319.758c-105.52 0-191.856-87.914-191.856-195.366v-390.734c0-107.452 86.334-195.366 191.856-195.366z"
],
"tags": [
"commentflip"
],
"defaultCode": 57360,
"grid": 0
},
"properties": {
"order": 46,
"id": 44,
"prevSize": 32,
"code": 57360,
"name": "commentflip",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M540.314 924.224c35.676-30.978 71.622-61.646 107.352-92.564 70.3-0.472 145.966 0.902 216.116-0.714 28.556-4.502 40.626-35.59 36.84-61.62-0.412-230.256 0.784-424.858-0.632-654.998-2.514-29.37-33.572-44.826-60.464-40.356-209.332 0.41-429.096-0.818-638.31 0.614-29.402 2.716-44.262 34.094-39.944 60.868 0.316 230.272-0.672 424.826 0.46 655.022 1.548 28.542 30.948 45.942 57.456 41.16 63.296 0.008 131.714 0.016 195.010 0.024 38.924 32.974 77.38 67.894 116.58 99.68 3.658-0.058 6.402-5.34 9.536-7.116zM516.148 1012.122c-40.386-34.954-80.956-69.692-121.274-104.722-69.612-1.206-165.206 0.78-234.58-2.408-47.592-7.558-79.946-55.316-75.18-102.072 0.164-241.364 0.326-482.726 0.488-724.088 6.3-39.19 37.36-72.104 77.032-78.046 227.758-1.076 506.972-0.154 734.828-0.462 38.6 5.68 70.846 36.072 77.736 74.602 2.53 89.334 0.472 179.282 1.24 268.852-0.248 160.076 0.93 320.296-0.212 480.282-4.11 48.194-50.212 86.848-98.362 82.26-61.758 0.36-149.118 0.718-210.876 1.078-45.222 39.066-90.278 78.336-135.906 116.922-5.298-3.662-10.026-8.054-14.934-12.2zM727.632 730.25c-34.042-7.418-46.316-56.226-19.714-78.77 24.542-26.894 75.762-8.706 77.736 27.778 5.124 32.196-26.592 60.294-58.022 50.992zM285.424 454.474c0-92.734 0-185.468 0-278.204 22.802 0.164 45.606 0.328 68.408 0.494 0.31 79.222 0.62 158.442 0.93 237.664 36.044-67.63 133.806-90.828 195.172-43.968 46.66 34.908 57.666 97.974 54.722 153.13 0.012 69.538 0.024 139.078 0.034 208.616-22.658 0.164-45.314 0.328-67.972 0.494-0.602-79.566 1.2-159.286-0.9-238.754-1.206-39.602-25.532-84.368-68.23-89.27-58.734-12.966-119.044 42.924-112.828 101.946-0.168 75.352-0.336 150.704-0.506 226.056-22.944 0-45.89 0-68.834 0 0-92.734-0.002-185.47 0-278.204z"
],
"tags": [
"hyp-logo4"
],
"defaultCode": 57364,
"grid": 0
},
"properties": {
"order": 47,
"id": 45,
"prevSize": 32,
"code": 57364,
"name": "hyp-logo4",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M317.142 762.858l44.572-80.572q-49.714-36-77.714-90.858t-28-116q0-69.142 34.858-128.572-130.858 66.858-217.714 201.714 95.428 147.428 244 214.286zM539.428 329.142q0-11.428-8-19.428t-19.428-8q-71.428 0-122.572 51.142t-51.142 122.572q0 11.428 8 19.428t19.428 8 19.428-8 8-19.428q0-49.142 34.858-84t84-34.858q11.428 0 19.428-8t8-19.428zM746.858 220q0 4-0.572 5.142-60 107.428-180 323.428t-180.572 324l-28 50.858q-5.714 9.142-16 9.142-6.858 0-76.572-40-9.142-5.714-9.142-16 0-6.858 25.142-49.714-81.714-37.142-150.572-98.858t-119.142-140q-11.428-17.714-11.428-39.428t11.428-39.428q87.428-134.286 217.142-212t283.428-77.714q50.858 0 102.858 9.714l30.858-55.428q5.714-9.142 16-9.142 2.858 0 10.286 3.428t17.714 8.858 18.858 10.572 18 10.572 11.142 6.572q9.142 5.714 9.142 15.428zM768 475.428q0 79.428-45.142 144.858t-119.428 94l160-286.858q4.572 25.714 4.572 48zM1024 548.572q0 20-11.428 39.428-22.286 36.572-62.286 82.858-85.714 98.286-198.572 152.572t-239.714 54.286l42.286-75.428q121.142-10.286 224.286-78.286t172.286-175.428q-65.714-102.286-161.142-168l36-64q54.286 36.572 104.286 87.428t82.572 105.142q11.428 19.428 11.428 39.428z"
],
"tags": [
"eye-close",
"blocked",
"private"
],
"defaultCode": 61552,
"grid": 0
},
"properties": {
"order": 48,
"id": 46,
"prevSize": 32,
"code": 61552,
"name": "eye-close",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M215.578 1027.682v-6.736h-13.474v-6.736h-6.736v-6.736h-6.736v-13.474h-6.736v-20.21h-6.736v-33.684h6.736v-40.422h6.736v-40.422h6.736v-40.422h6.736v-33.684h6.736v-40.422h6.736v-40.422h6.736v-47.158h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-6.736h-6.736v-13.474h-6.736v-60.632h6.736v-13.474h6.736v-6.736h6.736v-6.736h13.474v-6.736h13.474v-6.736h40.422v-6.736h47.158v-6.736h47.158v-6.736h47.158v-6.736h47.158v-6.736h47.158v-6.736h20.21v-6.736h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-13.474h6.736v-6.736h6.736v-6.736h13.474v-6.736h67.368v6.736h13.474v6.736h6.736v6.736h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v13.474h6.736v6.736h20.21v6.736h47.158v6.736h47.158v6.736h47.158v6.736h47.158v6.736h47.158v6.736h40.422v6.736h13.474v6.736h13.474v6.736h6.736v6.736h6.736v13.474h6.736v60.632h-6.736v13.474h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v6.736h-6.736v47.158h6.736v40.422h6.736v40.422h6.736v33.684h6.736v40.422h6.736v40.422h6.736v40.422h6.736v33.684h-6.736v20.21h-6.736v13.474h-6.736v6.736h-6.736v6.736h-13.474v6.736h-60.632v-6.736h-20.21v-6.736h-6.736v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-6.736v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-13.474v-6.736h-26.948v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-6.736v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-13.474v6.736h-6.736v6.736h-20.21v6.736"
],
"width": 1076,
"tags": [
"star_fav_icon"
],
"defaultCode": 57349,
"grid": 0
},
"properties": {
"order": 49,
"id": 34,
"prevSize": 32,
"code": 57349,
"name": "star_fav_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M5.068 331.398l406.022-333.046v170.426c84.684 0 610.454 3.552 610.454 420.036 0 224.19-197.48 407.528-452.89 436.834 158.92-27.528 278.45-146.562 278.45-289.2 0-272.476-313.032-274.77-436.014-274.77v200.25l-406.022-330.53z"
],
"tags": [
"reply"
],
"defaultCode": 57348,
"grid": 0
},
"properties": {
"order": 50,
"id": 33,
"prevSize": 32,
"code": 57348,
"name": "reply",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512 0-282.77-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384 0 212.078-171.922 384-384 384zM770.378 350.294l-516.756-0.048 258.414 418.288z"
],
"tags": [
"ddbutton_empty"
],
"defaultCode": 57352,
"grid": 0
},
"properties": {
"order": 51,
"id": 32,
"prevSize": 32,
"code": 57352,
"name": "ddbutton_empty",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1024 512c0-282.752-229.248-512-512-512-282.752 0-512 229.248-512 512 0 282.752 229.248 512 512 512 282.752 0 512-229.248 512-512zM256 360h512l-256 416.798z"
],
"tags": [
"ddbutton_filled"
],
"defaultCode": 57351,
"grid": 0
},
"properties": {
"order": 52,
"id": 31,
"prevSize": 32,
"code": 57351,
"name": "ddbutton_filled",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M927.936 272.992l-68.288-68.288c-12.608-12.576-32.96-12.576-45.536 0l-409.44 409.44-194.752-196.16c-12.576-12.576-32.928-12.576-45.536 0l-68.288 68.288c-12.576 12.608-12.576 32.96 0 45.536l285.568 287.488c12.576 12.576 32.96 12.576 45.536 0l500.736-500.768c12.576-12.544 12.576-32.96 0-45.536z"
],
"tags": [
"checkmark",
"tick",
"approve",
"submit"
],
"defaultCode": 58,
"grid": 0
},
"properties": {
"order": 53,
"id": 19,
"prevSize": 32,
"code": 58,
"name": "checkmark",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M863.68 595.68c68.992 51.424 128.128 98.496 128.128 98.496l-84.192 147.648-152.16-67.168-140.992 82.464c-9.536 86.944-18.272 166.88-18.272 166.88h-168.384l-18.688-167.392-138.944-82.656-153.824 67.904-84.16-147.648c0 0 58.144-46.848 126.976-98.112v-168.288l-126.976-97.92 84.16-147.68 150.144 66.816 149.056-80.864 12.256-168.16h168.384l12.192 167.456 147.008 82.496 152.256-67.776 84.192 147.68-128.128 98.272v167.552zM512 384c-70.688 0-128 57.312-128 128s57.312 128 128 128 128-57.312 128-128-57.312-128-128-128z"
],
"tags": [
"cog",
"gear",
"settings",
"generate",
"make",
"options"
],
"defaultCode": 61,
"grid": 0
},
"properties": {
"order": 54,
"id": 20,
"prevSize": 32,
"code": 61,
"name": "cog",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M192 384l-192 192 384 384 640-640-192-192-448 448z"
],
"tags": [
"checkmark",
"tick"
],
"defaultCode": 53,
"grid": 0
},
"properties": {
"order": 55,
"id": 21,
"prevSize": 32,
"code": 53,
"name": "checkmark2",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M512 128c211.744 0 384 172.256 384 384s-172.256 384-384 384-384-172.256-384-384 172.256-384 384-384M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512v0zM685.504 594.496l-109.504-109.632v-228.864h-128.736v255.744c0 19.264 8.864 35.872 22.24 47.744l125.504 125.504 90.496-90.496z"
],
"tags": [
"clock",
"time"
],
"defaultCode": 55,
"grid": 0
},
"properties": {
"order": 56,
"id": 22,
"prevSize": 32,
"code": 55,
"name": "clock",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M912.606 466.74l-101.478-101.48c-24.934-24.934-74.036-45.26-109.262-45.26h-256c-35.226 0-64 28.826-64 64v576c0 35.174 28.826 64 64 64h448c35.226 0 64-28.826 64-64v-384c0-35.226-20.378-84.326-45.26-109.26zM904.874 581.48c-3.020 0.308-85.452 7.322-138.65 7.322-44.032 0-57.856-4.812-65.024-12.032-14.54-14.49-16.076-101.836-4.66-203.98 0.922-8.14 7.732-14.336 15.872-14.54h0.256c8.14 0 15.002 5.94 16.128 14.028 7.22 50.842 20.224 139.776 28.006 149.146 10.138 7.68 90.726 20.48 148.326 27.648 8.192 1.076 14.336 8.090 14.284 16.384-0.154 8.244-6.452 15.104-14.644 15.924zM317.866 704h-256c-35.174 0-64-28.826-64-64v-576c0-35.226 28.826-64 64-64h256c35.226 0 84.326 20.378 109.26 45.26l101.48 101.48c24.934 24.882 45.26 74.034 45.26 109.26h-42.496c2.458-2.816 4.044-6.452 4.096-10.444 0.052-8.346-6.092-15.308-14.284-16.384-57.6-7.168-138.24-19.968-148.326-27.7-7.782-9.318-20.788-98.304-28.006-149.146-1.228-8.090-7.988-14.028-16.128-14.028h-0.256c-8.14 0.204-15.002 6.4-15.872 14.54-11.316 102.144-9.78 189.492 4.66 203.98 5.478 5.478 15.206 9.524 39.22 11.212-22.582 13.262-38.608 36.302-38.608 63.644v372.326"
],
"width": 954,
"tags": [
"clipboard_copy_icon"
],
"defaultCode": 38,
"grid": 0
},
"properties": {
"order": 57,
"id": 6,
"prevSize": 32,
"code": 38,
"name": "clipboard_copy_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M1013.888 536.522c-5.632 5.632-14.684 5.686-20.26 0.054-5.522-5.632-31.836-31.89-58.276-58.386l-24.906-25.014c-26.55-26.55-52.864-52.754-58.442-58.386-5.632-5.522-14.684-5.522-20.26 0-5.632 5.632-31.89 31.89-58.386 58.386l-209.098 209.004c-26.55 26.55-57.344 57.398-68.48 68.48-11.136 11.136-29.33 11.136-40.466 0-11.136-11.082-42.002-41.892-68.534-68.48l-25.014-24.906c-26.55-26.55-57.398-57.398-68.48-68.534-11.136-11.136-11.136-29.33 0-40.466 11.082-11.136 41.892-42.002 68.48-68.534l209.116-209.006c26.55-26.55 52.754-52.864 58.386-58.276 5.632-5.632 5.632-14.684 0-20.26-5.522-5.632-31.836-31.89-58.386-58.442l-25.014-25.014c-26.55-26.55-52.754-52.754-58.386-58.276-5.632-5.632-5.522-14.684 0-20.26 5.632-5.632 17.426-10.112 26.276-10.112 8.906 0 46.866 0.164 84.316 0.274l309.706 1.206c37.578 0.164 78.646 0.274 91.374 0.274 12.672 0 23.094 10.368 23.094 23.094 0 12.618 0.164 53.796 0.274 91.374l1.316 305.078c-0.002 37.412 0.162 76.398 0.162 86.564 0 10.112-4.534 22.986-10.112 28.508zM819.2 955.74v-341.34l-136.54 136.54v102.4c0 18.78-15.342 34.14-34.14 34.14h-477.86c-18.78 0-34.14-15.342-34.14-34.14v-477.86c0-18.78 15.342-34.14 34.14-34.14h102.4l136.54-136.54h-341.34c-37.522-0-68.26 30.702-68.26 68.26v682.68c0 37.522 30.738 68.26 68.26 68.26h682.66c37.578 0 68.26-30.738 68.26-68.26"
],
"tags": [
"export_icon"
],
"defaultCode": 37,
"grid": 0
},
"properties": {
"order": 58,
"id": 5,
"prevSize": 32,
"code": 37,
"name": "export_icon",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M58.5 932.5q40-12.5 66-42t21-68.5q-11.5-9-32-18.25t-35.5-15.25q-5-16.5-0.5-32t13.75-27.25 21-19.25 22.75-7.5q34 3 61.75 26t27.75 68q0 24.5-10.25 51.25t-29.75 50.25-47.25 42-61.25 27.5zM245 932.5q40-12.5 66-42t21-68.5q-11.5-9-32-18.25t-35.5-15.25q-5-16.5-0.5-32t13.75-27.25 21-19.25 22.75-7.5q34 3 61.75 26t27.75 68q0 24.5-10.25 51.25t-29.75 50.25-47.25 42-61.25 27.5z"
],
"width": 484,
"defaultCode": 36,
"grid": 0
},
"properties": {
"order": 59,
"id": 4,
"prevSize": 32,
"code": 36,
"name": "uni24",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M75 201q0-25.5 8.5-51.25t26-47.75 44-38.75 63.5-24.25l16.5 35q-39 12.5-62 37t-18 63.5q11.5 9 32 18.75t35.5 14.75q4 16.5 0 32t-13.25 27.25-21.5 19.25-22.25 8.5q-36-3-62.5-26.5t-26.5-67.5zM261.5 201q0-25.5 8.5-51.25t26-47.75 44-38.75 63.5-24.25l16.5 35q-39 12.5-62 37t-18 63.5q11.5 9 32 18.75t35.5 14.75q4 16.5 0 32t-13.25 27.25-21.5 19.25-22.25 8.5q-36-3-62.5-26.5t-26.5-67.5z"
],
"width": 484,
"defaultCode": 35,
"grid": 0
},
"properties": {
"order": 60,
"id": 3,
"prevSize": 32,
"code": 35,
"name": "uni23",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99l-201.258 0c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"
],
"tags": [
"cog",
"preferences",
"settings",
"gear",
"generate",
"control",
"options"
],
"defaultCode": 34,
"grid": 0
},
"properties": {
"order": 61,
"id": 2,
"prevSize": 32,
"code": 34,
"name": "cog2",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M0 0l1024 1024h-1024z"
],
"width": 0,
"defaultCode": 61440,
"grid": 0
},
"properties": {
"order": 62,
"id": 1,
"prevSize": 32,
"code": 61440,
"name": "uniF000",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M903.529 0h-783.059c-66.5 0-120.471 58.85-120.471 131.433v460.017c0 72.523 53.971 131.373 120.471 131.373h90.353v263.529l263.529-263.529h429.176c66.5 0 120.471-58.85 120.471-131.433v-459.957c0-72.584-53.971-131.433-120.471-131.433zM722.824 384h-180.706v180.706h-60.235v-180.706h-180.706v-60.235h180.706v-180.706h60.235v180.706h180.706v60.235z"
],
"grid": 0,
"tags": [
"comment"
]
},
"properties": {
"order": 63,
"id": 0,
"prevSize": 32,
"code": 58880,
"name": "comment",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M747.947 65.293l215.846 215.816-431.674 431.735-215.846-215.816 431.674-431.735z",
"M468.932 775.951l-260.578 44.755 44.695-260.578z",
"M0 788.058h361.412v120.471h-361.412v-120.471z"
],
"grid": 0,
"tags": [
"highlighter"
]
},
"properties": {
"order": 64,
"id": 0,
"prevSize": 32,
"code": 58881,
"name": "highlighter",
"ligatures": ""
}
},
{
"icon": {
"paths": [
"M0 475.196c560.911 662.588 1024 0 1024 0-560.911-662.588-1024 0-1024 0zM512 660.902c-102.581 0-185.705-83.125-185.705-185.705 0-102.581 83.125-185.705 185.705-185.705s185.705 83.125 185.705 185.705c0 102.581-83.125 185.705-185.705 185.705z"
],
"grid": 0,
"tags": [
"visible"
]
},
"properties": {
"order": 65,
"id": 0,
"prevSize": 32,
"code": 58882,
"name": "visible",
"ligatures": ""
}
}
],
"height": 1024,
"metadata": {
"name": "h"
},
"preferences": {
"fontPref": {
"prefix": "icon-",
"metadata": {
"fontFamily": "h"
},
"showGlyphs": true,
"metrics": {
"emSize": 1024,
"baseline": 6.25,
"whitespace": 50
},
"resetPoint": 58880
},
"imagePref": {},
"historySize": 100,
"showCodes": true,
"gridSize": 16,
"showGlyphs": true,
"showQuickUse": true
}
}
\ No newline at end of file
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-family: 'h';
src:url('fonts/h.eot');
src:url('fonts/h.eot?#iefix') format('embedded-opentype'),
url('fonts/h.ttf') format('truetype'),
url('fonts/h.woff') format('woff'),
url('fonts/h.svg#h') format('svg');
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-cog, .icon-untitled, .icon-untitled-2, .icon-export_icon, .icon-clipboard_copy_icon, .icon-pen_1, .icon-flag, .icon-delete_icon, .icon-heart_empty_icon, .icon-heart_icon, .icon-window, .icon-window-2, .icon-triangle, .icon-copy, .icon-x, .icon-cancel, .icon-checkmark_icon, .icon-checkmark, .icon-cog-2, .icon-checkmark-2, .icon-clock, .icon-export, .icon-checkbox_unchecked_icon, .icon-checkbox_checked_icon, .icon-triangle-2, .icon-unlocked, .icon-locked, .icon-views, .icon-browser, .icon-ddbutton_filled, .icon-ddbutton_empty, .icon-reply, .icon-star_fav_icon, .icon-star_fav_empty_icon, .icon-triright, .icon-trileft, .icon-comment, .icon-comment2, .icon-comment2-2, .icon-comment2-3, .icon-settings, .icon-wrench, .icon-commentflip, .icon-hyp-logo4, .icon-eye-close, .icon-eye-open, .icon-comments, .icon-plus, .icon-plus-sign, .icon-eye, .icon-magic, .icon-eye-2, .icon-download, .icon-eye-3, .icon-eye-4, .icon-highlighter-nolines, .icon-highlighter-01, .icon-highlighter-blacktip, .icon-highlighter, .icon-comment2-4, .icon-comment2-5 {
font-family: 'icomoon';
[class^="icon-"], [class*=" icon-"] {
font-family: 'h';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-cog:before {
content: "\22";
}
.icon-untitled:before {
content: "\23";
}
.icon-untitled-2:before {
content: "\24";
}
.icon-export_icon:before {
content: "\25";
}
.icon-clipboard_copy_icon:before {
content: "\26";
}
.icon-pen_1:before {
content: "\27";
}
.icon-flag:before {
content: "\28";
}
.icon-delete_icon:before {
content: "\29";
}
.icon-heart_empty_icon:before {
content: "\2b";
}
.icon-heart_icon:before {
content: "\2c";
}
.icon-window:before {
content: "\2d";
}
.icon-window-2:before {
content: "\2e";
}
.icon-triangle:before {
......@@ -88,28 +41,10 @@ you can use the generic selector below, but it's slower:
.icon-checkmark_icon:before {
content: "\39";
}
.icon-checkmark:before {
content: "\3a";
}
.icon-cog-2:before {
content: "\3d";
}
.icon-checkmark-2:before {
content: "\35";
}
.icon-clock:before {
content: "\37";
}
.icon-export:before {
content: "\2a";
}
.icon-checkbox_unchecked_icon:before {
content: "\3e";
}
.icon-checkbox_checked_icon:before {
content: "\3f";
}
.icon-triangle-2:before {
.icon-triangle2:before {
content: "\3c";
}
.icon-unlocked:before {
......@@ -124,24 +59,6 @@ you can use the generic selector below, but it's slower:
.icon-browser:before {
content: "\e003";
}
.icon-ddbutton_filled:before {
content: "\e007";
}
.icon-ddbutton_empty:before {
content: "\e008";
}
.icon-reply:before {
content: "\e004";
}
.icon-star_fav_icon:before {
content: "\e005";
}
.icon-star_fav_empty_icon:before {
content: "\e006";
}
.icon-triright:before {
content: "\e009";
}
.icon-trileft:before {
content: "\e00a";
}
......@@ -151,33 +68,15 @@ you can use the generic selector below, but it's slower:
.icon-comment2:before {
content: "\e00c";
}
.icon-comment2-2:before {
.icon-comment22:before {
content: "\e00e";
}
.icon-comment2-3:before {
.icon-comment23:before {
content: "\e00d";
}
.icon-settings:before {
content: "\e00f";
}
.icon-wrench:before {
content: "\e020";
}
.icon-commentflip:before {
content: "\e010";
}
.icon-hyp-logo4:before {
content: "\e014";
}
.icon-eye-close:before {
content: "\f070";
}
.icon-eye-open:before {
content: "\f06e";
}
.icon-comments:before {
content: "\e011";
}
.icon-plus:before {
content: "\e012";
}
......@@ -190,33 +89,132 @@ you can use the generic selector below, but it's slower:
.icon-magic:before {
content: "\f0d0";
}
.icon-eye-2:before {
.icon-eye2:before {
content: "\e017";
}
.icon-download:before {
content: "\e018";
}
.icon-eye-3:before {
content: "\e01b";
.icon-comment24:before {
content: "\e013";
}
.icon-eye-4:before {
content: "\e015";
.icon-comment25:before {
content: "\e01e";
}
.icon-highlighter-nolines:before {
content: "\e01a";
.icon-pen_1:before {
content: "\27";
}
.icon-highlighter-01:before {
content: "\e019";
.icon-flag:before {
content: "\28";
}
.icon-delete_icon:before {
content: "\29";
}
.icon-heart_empty_icon:before {
content: "\2b";
}
.icon-heart_icon:before {
content: "\2c";
}
.icon-window2:before {
content: "\2d";
}
.icon-export:before {
content: "\2a";
}
.icon-checkbox_unchecked_icon:before {
content: "\3e";
}
.icon-star_fav_empty_icon:before {
content: "\e006";
}
.icon-triright:before {
content: "\e009";
}
.icon-eye-open:before {
content: "\f06e";
}
.icon-comments:before {
content: "\e011";
}
.icon-highlighter-blacktip:before {
content: "\e01c";
}
.icon-highlighter-01:before {
content: "\e019";
}
.icon-highlighter-nolines:before {
content: "\e01a";
}
.icon-eye3:before {
content: "\e015";
}
.icon-highlighter:before {
content: "\e01d";
}
.icon-comment2-4:before {
content: "\e013";
.icon-eye4:before {
content: "\e01b";
}
.icon-comment2-5:before {
content: "\e01e";
.icon-wrench:before {
content: "\e020";
}
.icon-commentflip:before {
content: "\e010";
}
.icon-hyp-logo4:before {
content: "\e014";
}
.icon-eye-close:before {
content: "\f070";
}
.icon-star_fav_icon:before {
content: "\e005";
}
.icon-reply:before {
content: "\e004";
}
.icon-ddbutton_empty:before {
content: "\e008";
}
.icon-ddbutton_filled:before {
content: "\e007";
}
.icon-checkmark:before {
content: "\3a";
}
.icon-cog:before {
content: "\3d";
}
.icon-checkmark2:before {
content: "\35";
}
.icon-clock:before {
content: "\37";
}
.icon-clipboard_copy_icon:before {
content: "\26";
}
.icon-export_icon:before {
content: "\25";
}
.icon-uni24:before {
content: "\24";
}
.icon-uni23:before {
content: "\23";
}
.icon-cog2:before {
content: "\22";
}
.icon-uniF000:before {
content: "\f000";
}
.icon-comment:before {
content: "\e600";
}
.icon-highlighter:before {
content: "\e601";
}
.icon-visible:before {
content: "\e602";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment