echo "Sync to Prod"
if [[ "${ACTION}" == "update" ]]
then
- rsync -n -av -e "ssh -p ${SSHPORT}" ${BASEDIR}/release/$newtag/* ${SSHUSER}@${SSHHOST}${REMOTEAPPFOLDER}/
+ rsync -avz -e "ssh -o StrictHostKeyChecking=no -p ${SSHPORT}" ${BASEDIR}/release/$newtag/ ${SSHUSER}@${SSHHOST}:${REMOTEAPPFOLDER}/
fi
echo "${ACTION} of $newtag done successfully"
--- /dev/null
+Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
+
+To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts
+
+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.
--- /dev/null
+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-family: sans-serif;
+ 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;
+}
+.unit {
+ float: left;
+}
+.unitRight {
+ float: right;
+}
+.size1of2 {
+ width: 50%;
+}
+.size1of1 {
+ width: 100%;
+}
+.clearfix:before, .clearfix:after {
+ content: " ";
+ display: table;
+}
+.clearfix:after {
+ clear: both;
+}
+.hidden-true {
+ display: none;
+}
+.textbox0 {
+ width: 3em;
+ background: #f1f1f1;
+ padding: .25em .5em;
+ line-height: 1.5;
+ height: 1.5em;
+}
+#testDrive {
+ display: block;
+ padding-top: 24px;
+ line-height: 1.5;
+}
+.fs0 {
+ font-size: 16px;
+}
+.fs1 {
+ font-size: 32px;
+}
+
--- /dev/null
+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();
+}());
--- /dev/null
+<!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, initial-scale=1">
+ <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> appicons <small class="fgc1">(Glyphs: 497)</small></h1>
+ </div>
+ <div class="clearfix mhl ptl">
+ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
+ <div class="glyph fs1">
+ <div class="clearfix bshadow0 pbs">
+ <span class="icon-credit_cards_card"></span>
+ <span class="mls"> icon-credit_cards_card</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e900" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-home"></span>
+ <span class="mls"> icon-home</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e901" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-home2"></span>
+ <span class="mls"> icon-home2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e902" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-home3"></span>
+ <span class="mls"> icon-home3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e903" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-office"></span>
+ <span class="mls"> icon-office</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e904" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-newspaper"></span>
+ <span class="mls"> icon-newspaper</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e905" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pencil"></span>
+ <span class="mls"> icon-pencil</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e906" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pencil2"></span>
+ <span class="mls"> icon-pencil2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e907" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-quill"></span>
+ <span class="mls"> icon-quill</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e908" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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"></span>
+ <span class="mls"> icon-pen</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e909" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-blog"></span>
+ <span class="mls"> icon-blog</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e90a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-eyedropper"></span>
+ <span class="mls"> icon-eyedropper</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e90b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-droplet"></span>
+ <span class="mls"> icon-droplet</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e90c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-paint-format"></span>
+ <span class="mls"> icon-paint-format</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e90d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-image"></span>
+ <span class="mls"> icon-image</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e90e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-images"></span>
+ <span class="mls"> icon-images</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e90f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-camera"></span>
+ <span class="mls"> icon-camera</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e910" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-headphones"></span>
+ <span class="mls"> icon-headphones</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e911" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-music"></span>
+ <span class="mls"> icon-music</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e912" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-play"></span>
+ <span class="mls"> icon-play</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e913" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-film"></span>
+ <span class="mls"> icon-film</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e914" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-video-camera"></span>
+ <span class="mls"> icon-video-camera</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e915" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-dice"></span>
+ <span class="mls"> icon-dice</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e916" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pacman"></span>
+ <span class="mls"> icon-pacman</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e917" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spades"></span>
+ <span class="mls"> icon-spades</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e918" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-clubs"></span>
+ <span class="mls"> icon-clubs</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e919" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-diamonds"></span>
+ <span class="mls"> icon-diamonds</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e91a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bullhorn"></span>
+ <span class="mls"> icon-bullhorn</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e91b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-connection"></span>
+ <span class="mls"> icon-connection</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e91c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-podcast"></span>
+ <span class="mls"> icon-podcast</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e91d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-feed"></span>
+ <span class="mls"> icon-feed</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e91e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mic"></span>
+ <span class="mls"> icon-mic</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e91f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-book"></span>
+ <span class="mls"> icon-book</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e920" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-books"></span>
+ <span class="mls"> icon-books</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e921" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-library"></span>
+ <span class="mls"> icon-library</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e922" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-text"></span>
+ <span class="mls"> icon-file-text</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e923" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-profile"></span>
+ <span class="mls"> icon-profile</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e924" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-empty"></span>
+ <span class="mls"> icon-file-empty</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e925" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-files-empty"></span>
+ <span class="mls"> icon-files-empty</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e926" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-text2"></span>
+ <span class="mls"> icon-file-text2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e927" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-picture"></span>
+ <span class="mls"> icon-file-picture</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e928" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-music"></span>
+ <span class="mls"> icon-file-music</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e929" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-play"></span>
+ <span class="mls"> icon-file-play</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e92a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-video"></span>
+ <span class="mls"> icon-file-video</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e92b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-zip"></span>
+ <span class="mls"> icon-file-zip</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e92c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e92d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-paste"></span>
+ <span class="mls"> icon-paste</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e92e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-stack"></span>
+ <span class="mls"> icon-stack</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e92f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder"></span>
+ <span class="mls"> icon-folder</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e930" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder-open"></span>
+ <span class="mls"> icon-folder-open</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e931" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder-plus"></span>
+ <span class="mls"> icon-folder-plus</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e932" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder-minus"></span>
+ <span class="mls"> icon-folder-minus</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e933" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder-download"></span>
+ <span class="mls"> icon-folder-download</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e934" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder-upload"></span>
+ <span class="mls"> icon-folder-upload</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e935" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-price-tag"></span>
+ <span class="mls"> icon-price-tag</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e936" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-price-tags"></span>
+ <span class="mls"> icon-price-tags</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e937" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-barcode"></span>
+ <span class="mls"> icon-barcode</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e938" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-qrcode"></span>
+ <span class="mls"> icon-qrcode</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e939" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-ticket"></span>
+ <span class="mls"> icon-ticket</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e93a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cart"></span>
+ <span class="mls"> icon-cart</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e93b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-coin-dollar"></span>
+ <span class="mls"> icon-coin-dollar</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e93c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-coin-euro"></span>
+ <span class="mls"> icon-coin-euro</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e93d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-coin-pound"></span>
+ <span class="mls"> icon-coin-pound</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e93e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-coin-yen"></span>
+ <span class="mls"> icon-coin-yen</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e93f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-credit-card"></span>
+ <span class="mls"> icon-credit-card</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e940" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-calculator"></span>
+ <span class="mls"> icon-calculator</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e941" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-lifebuoy"></span>
+ <span class="mls"> icon-lifebuoy</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e942" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-phone"></span>
+ <span class="mls"> icon-phone</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e943" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-phone-hang-up"></span>
+ <span class="mls"> icon-phone-hang-up</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e944" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-address-book"></span>
+ <span class="mls"> icon-address-book</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e945" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-envelop"></span>
+ <span class="mls"> icon-envelop</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e946" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pushpin"></span>
+ <span class="mls"> icon-pushpin</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e947" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-location"></span>
+ <span class="mls"> icon-location</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e948" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-location2"></span>
+ <span class="mls"> icon-location2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e949" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-compass"></span>
+ <span class="mls"> icon-compass</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e94a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-compass2"></span>
+ <span class="mls"> icon-compass2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e94b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-map"></span>
+ <span class="mls"> icon-map</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e94c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-map2"></span>
+ <span class="mls"> icon-map2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e94d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-history"></span>
+ <span class="mls"> icon-history</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e94e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e94f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-clock2"></span>
+ <span class="mls"> icon-clock2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e950" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-alarm"></span>
+ <span class="mls"> icon-alarm</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e951" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bell"></span>
+ <span class="mls"> icon-bell</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e952" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-stopwatch"></span>
+ <span class="mls"> icon-stopwatch</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e953" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-calendar"></span>
+ <span class="mls"> icon-calendar</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e954" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-printer"></span>
+ <span class="mls"> icon-printer</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e955" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-keyboard"></span>
+ <span class="mls"> icon-keyboard</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e956" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-display"></span>
+ <span class="mls"> icon-display</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e957" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-laptop"></span>
+ <span class="mls"> icon-laptop</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e958" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mobile"></span>
+ <span class="mls"> icon-mobile</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e959" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mobile2"></span>
+ <span class="mls"> icon-mobile2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e95a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-tablet"></span>
+ <span class="mls"> icon-tablet</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e95b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-tv"></span>
+ <span class="mls"> icon-tv</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e95c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-drawer"></span>
+ <span class="mls"> icon-drawer</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e95d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-drawer2"></span>
+ <span class="mls"> icon-drawer2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e95e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-box-add"></span>
+ <span class="mls"> icon-box-add</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e95f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-box-remove"></span>
+ <span class="mls"> icon-box-remove</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e960" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e961" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-upload"></span>
+ <span class="mls"> icon-upload</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e962" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-floppy-disk"></span>
+ <span class="mls"> icon-floppy-disk</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e963" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-drive"></span>
+ <span class="mls"> icon-drive</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e964" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-database"></span>
+ <span class="mls"> icon-database</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e965" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-undo"></span>
+ <span class="mls"> icon-undo</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e966" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-redo"></span>
+ <span class="mls"> icon-redo</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e967" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-undo2"></span>
+ <span class="mls"> icon-undo2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e968" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-redo2"></span>
+ <span class="mls"> icon-redo2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e969" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-forward"></span>
+ <span class="mls"> icon-forward</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e96a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e96b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bubble"></span>
+ <span class="mls"> icon-bubble</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e96c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bubbles"></span>
+ <span class="mls"> icon-bubbles</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e96d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bubbles2"></span>
+ <span class="mls"> icon-bubbles2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e96e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bubble2"></span>
+ <span class="mls"> icon-bubble2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e96f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bubbles3"></span>
+ <span class="mls"> icon-bubbles3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e970" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bubbles4"></span>
+ <span class="mls"> icon-bubbles4</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e971" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-user"></span>
+ <span class="mls"> icon-user</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e972" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-users"></span>
+ <span class="mls"> icon-users</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e973" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-user-plus"></span>
+ <span class="mls"> icon-user-plus</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e974" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-user-minus"></span>
+ <span class="mls"> icon-user-minus</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e975" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-user-check"></span>
+ <span class="mls"> icon-user-check</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e976" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-user-tie"></span>
+ <span class="mls"> icon-user-tie</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e977" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-quotes-left"></span>
+ <span class="mls"> icon-quotes-left</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e978" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-quotes-right"></span>
+ <span class="mls"> icon-quotes-right</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e979" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-hour-glass"></span>
+ <span class="mls"> icon-hour-glass</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e97a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner"></span>
+ <span class="mls"> icon-spinner</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e97b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner2"></span>
+ <span class="mls"> icon-spinner2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e97c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner3"></span>
+ <span class="mls"> icon-spinner3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e97d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner4"></span>
+ <span class="mls"> icon-spinner4</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e97e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner5"></span>
+ <span class="mls"> icon-spinner5</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e97f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner6"></span>
+ <span class="mls"> icon-spinner6</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e980" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner7"></span>
+ <span class="mls"> icon-spinner7</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e981" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner8"></span>
+ <span class="mls"> icon-spinner8</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e982" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner9"></span>
+ <span class="mls"> icon-spinner9</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e983" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner10"></span>
+ <span class="mls"> icon-spinner10</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e984" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spinner11"></span>
+ <span class="mls"> icon-spinner11</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e985" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-binoculars"></span>
+ <span class="mls"> icon-binoculars</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e986" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-search"></span>
+ <span class="mls"> icon-search</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e987" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-zoom-in"></span>
+ <span class="mls"> icon-zoom-in</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e988" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-zoom-out"></span>
+ <span class="mls"> icon-zoom-out</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e989" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-enlarge"></span>
+ <span class="mls"> icon-enlarge</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e98a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shrink"></span>
+ <span class="mls"> icon-shrink</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e98b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-enlarge2"></span>
+ <span class="mls"> icon-enlarge2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e98c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shrink2"></span>
+ <span class="mls"> icon-shrink2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e98d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-key"></span>
+ <span class="mls"> icon-key</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e98e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-key2"></span>
+ <span class="mls"> icon-key2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e98f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-lock1"></span>
+ <span class="mls"> icon-lock1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e990" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e991" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e992" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-equalizer"></span>
+ <span class="mls"> icon-equalizer</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e993" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-equalizer2"></span>
+ <span class="mls"> icon-equalizer2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e994" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e995" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cogs"></span>
+ <span class="mls"> icon-cogs</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e996" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-hammer"></span>
+ <span class="mls"> icon-hammer</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e997" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-wand"></span>
+ <span class="mls"> icon-magic-wand</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e998" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-aid-kit"></span>
+ <span class="mls"> icon-aid-kit</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e999" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bug"></span>
+ <span class="mls"> icon-bug</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e99a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pie-chart"></span>
+ <span class="mls"> icon-pie-chart</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e99b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-stats-dots"></span>
+ <span class="mls"> icon-stats-dots</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e99c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-stats-bars"></span>
+ <span class="mls"> icon-stats-bars</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e99d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-stats-bars2"></span>
+ <span class="mls"> icon-stats-bars2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e99e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-trophy"></span>
+ <span class="mls"> icon-trophy</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e99f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-gift"></span>
+ <span class="mls"> icon-gift</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-glass"></span>
+ <span class="mls"> icon-glass</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-glass2"></span>
+ <span class="mls"> icon-glass2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mug"></span>
+ <span class="mls"> icon-mug</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spoon-knife"></span>
+ <span class="mls"> icon-spoon-knife</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-leaf"></span>
+ <span class="mls"> icon-leaf</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-rocket"></span>
+ <span class="mls"> icon-rocket</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-meter"></span>
+ <span class="mls"> icon-meter</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-meter2"></span>
+ <span class="mls"> icon-meter2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-hammer2"></span>
+ <span class="mls"> icon-hammer2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9a9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-fire"></span>
+ <span class="mls"> icon-fire</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9aa" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-lab"></span>
+ <span class="mls"> icon-lab</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ab" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-magnet"></span>
+ <span class="mls"> icon-magnet</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ac" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bin"></span>
+ <span class="mls"> icon-bin</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ad" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bin2"></span>
+ <span class="mls"> icon-bin2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ae" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-briefcase"></span>
+ <span class="mls"> icon-briefcase</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9af" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-airplane"></span>
+ <span class="mls"> icon-airplane</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-truck"></span>
+ <span class="mls"> icon-truck</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-road"></span>
+ <span class="mls"> icon-road</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-accessibility"></span>
+ <span class="mls"> icon-accessibility</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-target"></span>
+ <span class="mls"> icon-target</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shield"></span>
+ <span class="mls"> icon-shield</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-power"></span>
+ <span class="mls"> icon-power</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-switch"></span>
+ <span class="mls"> icon-switch</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-power-cord"></span>
+ <span class="mls"> icon-power-cord</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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"></span>
+ <span class="mls"> icon-clipboard</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9b9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-list-numbered"></span>
+ <span class="mls"> icon-list-numbered</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ba" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-list"></span>
+ <span class="mls"> icon-list</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9bb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-list2"></span>
+ <span class="mls"> icon-list2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9bc" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-tree"></span>
+ <span class="mls"> icon-tree</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9bd" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-menu"></span>
+ <span class="mls"> icon-menu</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9be" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-menu2"></span>
+ <span class="mls"> icon-menu2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9bf" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-menu3"></span>
+ <span class="mls"> icon-menu3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-menu4"></span>
+ <span class="mls"> icon-menu4</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cloud"></span>
+ <span class="mls"> icon-cloud</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cloud-download"></span>
+ <span class="mls"> icon-cloud-download</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cloud-upload"></span>
+ <span class="mls"> icon-cloud-upload</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cloud-check"></span>
+ <span class="mls"> icon-cloud-check</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-download2"></span>
+ <span class="mls"> icon-download2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-upload2"></span>
+ <span class="mls"> icon-upload2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-download3"></span>
+ <span class="mls"> icon-download3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-upload3"></span>
+ <span class="mls"> icon-upload3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9c9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sphere"></span>
+ <span class="mls"> icon-sphere</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ca" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-earth"></span>
+ <span class="mls"> icon-earth</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9cb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-link"></span>
+ <span class="mls"> icon-link</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9cc" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e9cd" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-attachment"></span>
+ <span class="mls"> icon-attachment</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ce" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="e9cf" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-plus"></span>
+ <span class="mls"> icon-eye-plus</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-minus"></span>
+ <span class="mls"> icon-eye-minus</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-blocked"></span>
+ <span class="mls"> icon-eye-blocked</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bookmark"></span>
+ <span class="mls"> icon-bookmark</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bookmarks"></span>
+ <span class="mls"> icon-bookmarks</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sun"></span>
+ <span class="mls"> icon-sun</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-contrast"></span>
+ <span class="mls"> icon-contrast</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-brightness-contrast"></span>
+ <span class="mls"> icon-brightness-contrast</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-empty"></span>
+ <span class="mls"> icon-star-empty</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-half"></span>
+ <span class="mls"> icon-star-half</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9d9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-full"></span>
+ <span class="mls"> icon-star-full</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9da" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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"></span>
+ <span class="mls"> icon-heart</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9db" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-broken"></span>
+ <span class="mls"> icon-heart-broken</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9dc" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-man"></span>
+ <span class="mls"> icon-man</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9dd" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-woman"></span>
+ <span class="mls"> icon-woman</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9de" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-man-woman"></span>
+ <span class="mls"> icon-man-woman</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9df" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-happy"></span>
+ <span class="mls"> icon-happy</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-happy2"></span>
+ <span class="mls"> icon-happy2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-smile"></span>
+ <span class="mls"> icon-smile</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-smile2"></span>
+ <span class="mls"> icon-smile2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-tongue"></span>
+ <span class="mls"> icon-tongue</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-tongue2"></span>
+ <span class="mls"> icon-tongue2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sad"></span>
+ <span class="mls"> icon-sad</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sad2"></span>
+ <span class="mls"> icon-sad2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-wink"></span>
+ <span class="mls"> icon-wink</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-wink2"></span>
+ <span class="mls"> icon-wink2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9e9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-grin"></span>
+ <span class="mls"> icon-grin</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ea" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-grin2"></span>
+ <span class="mls"> icon-grin2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9eb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cool"></span>
+ <span class="mls"> icon-cool</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ec" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cool2"></span>
+ <span class="mls"> icon-cool2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ed" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-angry"></span>
+ <span class="mls"> icon-angry</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ee" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-angry2"></span>
+ <span class="mls"> icon-angry2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ef" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-evil"></span>
+ <span class="mls"> icon-evil</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-evil2"></span>
+ <span class="mls"> icon-evil2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shocked"></span>
+ <span class="mls"> icon-shocked</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shocked2"></span>
+ <span class="mls"> icon-shocked2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-baffled"></span>
+ <span class="mls"> icon-baffled</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-baffled2"></span>
+ <span class="mls"> icon-baffled2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-confused"></span>
+ <span class="mls"> icon-confused</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-confused2"></span>
+ <span class="mls"> icon-confused2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-neutral"></span>
+ <span class="mls"> icon-neutral</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-neutral2"></span>
+ <span class="mls"> icon-neutral2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9f9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-hipster"></span>
+ <span class="mls"> icon-hipster</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9fa" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-hipster2"></span>
+ <span class="mls"> icon-hipster2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9fb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-wondering"></span>
+ <span class="mls"> icon-wondering</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9fc" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-wondering2"></span>
+ <span class="mls"> icon-wondering2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9fd" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sleepy"></span>
+ <span class="mls"> icon-sleepy</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9fe" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sleepy2"></span>
+ <span class="mls"> icon-sleepy2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="e9ff" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-frustrated"></span>
+ <span class="mls"> icon-frustrated</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea00" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-frustrated2"></span>
+ <span class="mls"> icon-frustrated2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea01" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-crying"></span>
+ <span class="mls"> icon-crying</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea02" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-crying2"></span>
+ <span class="mls"> icon-crying2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea03" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-point-up"></span>
+ <span class="mls"> icon-point-up</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea04" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-point-right"></span>
+ <span class="mls"> icon-point-right</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea05" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-point-down"></span>
+ <span class="mls"> icon-point-down</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea06" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-point-left"></span>
+ <span class="mls"> icon-point-left</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea07" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-warning"></span>
+ <span class="mls"> icon-warning</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea08" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-notification"></span>
+ <span class="mls"> icon-notification</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea09" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-question"></span>
+ <span class="mls"> icon-question</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea0a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="ea0b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-minus"></span>
+ <span class="mls"> icon-minus</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea0c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-info1"></span>
+ <span class="mls"> icon-info1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea0d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-circle"></span>
+ <span class="mls"> icon-cancel-circle</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea0e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-blocked"></span>
+ <span class="mls"> icon-blocked</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea0f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cross"></span>
+ <span class="mls"> icon-cross</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea10" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="ea11" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="ea12" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-spell-check"></span>
+ <span class="mls"> icon-spell-check</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea13" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-enter"></span>
+ <span class="mls"> icon-enter</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea14" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-exit"></span>
+ <span class="mls"> icon-exit</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea15" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sendemail"></span>
+ <span class="mls"> icon-sendemail</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea16" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-excel"></span>
+ <span class="mls"> icon-excel</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea17" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-Lock_Information"></span>
+ <span class="mls"> icon-Lock_Information</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea18" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-lock"></span>
+ <span class="mls"> icon-lock</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea19" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-info"></span>
+ <span class="mls"> icon-info</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea1a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-info_circle"></span>
+ <span class="mls"> icon-info_circle</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea1b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-help"></span>
+ <span class="mls"> icon-help</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea1c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-play3"></span>
+ <span class="mls"> icon-play3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea1d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pause2"></span>
+ <span class="mls"> icon-pause2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea1e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-stop2"></span>
+ <span class="mls"> icon-stop2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea1f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-backward2"></span>
+ <span class="mls"> icon-backward2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea20" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-forward3"></span>
+ <span class="mls"> icon-forward3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea21" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-first"></span>
+ <span class="mls"> icon-first</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea22" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-last"></span>
+ <span class="mls"> icon-last</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea23" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-previous2"></span>
+ <span class="mls"> icon-previous2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea24" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-next2"></span>
+ <span class="mls"> icon-next2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea25" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-eject"></span>
+ <span class="mls"> icon-eject</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea26" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-volume-high"></span>
+ <span class="mls"> icon-volume-high</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea27" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-volume-medium"></span>
+ <span class="mls"> icon-volume-medium</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea28" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-volume-low"></span>
+ <span class="mls"> icon-volume-low</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea29" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-volume-mute"></span>
+ <span class="mls"> icon-volume-mute</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea2a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-volume-mute2"></span>
+ <span class="mls"> icon-volume-mute2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea2b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-volume-increase"></span>
+ <span class="mls"> icon-volume-increase</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea2c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-volume-decrease"></span>
+ <span class="mls"> icon-volume-decrease</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea2d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-loop"></span>
+ <span class="mls"> icon-loop</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea2e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-loop2"></span>
+ <span class="mls"> icon-loop2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea2f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-infinite"></span>
+ <span class="mls"> icon-infinite</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea30" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shuffle"></span>
+ <span class="mls"> icon-shuffle</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea31" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-up-left"></span>
+ <span class="mls"> icon-arrow-up-left</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea32" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-up"></span>
+ <span class="mls"> icon-arrow-up</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea33" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-up-right"></span>
+ <span class="mls"> icon-arrow-up-right</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea34" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-right"></span>
+ <span class="mls"> icon-arrow-right</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea35" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-down-right"></span>
+ <span class="mls"> icon-arrow-down-right</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea36" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-down"></span>
+ <span class="mls"> icon-arrow-down</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea37" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-down-left"></span>
+ <span class="mls"> icon-arrow-down-left</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea38" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-left"></span>
+ <span class="mls"> icon-arrow-left</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea39" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-up-left2"></span>
+ <span class="mls"> icon-arrow-up-left2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea3a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-up2"></span>
+ <span class="mls"> icon-arrow-up2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea3b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-up-right2"></span>
+ <span class="mls"> icon-arrow-up-right2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea3c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-right2"></span>
+ <span class="mls"> icon-arrow-right2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea3d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-down-right2"></span>
+ <span class="mls"> icon-arrow-down-right2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea3e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-down2"></span>
+ <span class="mls"> icon-arrow-down2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea3f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-down-left2"></span>
+ <span class="mls"> icon-arrow-down-left2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea40" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrow-left2"></span>
+ <span class="mls"> icon-arrow-left2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea41" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-circle-up"></span>
+ <span class="mls"> icon-circle-up</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea42" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-circle-right"></span>
+ <span class="mls"> icon-circle-right</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea43" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-circle-down"></span>
+ <span class="mls"> icon-circle-down</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea44" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-circle-left"></span>
+ <span class="mls"> icon-circle-left</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea45" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-tab"></span>
+ <span class="mls"> icon-tab</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea46" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-move-up"></span>
+ <span class="mls"> icon-move-up</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea47" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-move-down"></span>
+ <span class="mls"> icon-move-down</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea48" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sort-alpha-asc"></span>
+ <span class="mls"> icon-sort-alpha-asc</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea49" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sort-alpha-desc"></span>
+ <span class="mls"> icon-sort-alpha-desc</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea4a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sort-numeric-asc"></span>
+ <span class="mls"> icon-sort-numeric-asc</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea4b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sort-numberic-desc"></span>
+ <span class="mls"> icon-sort-numberic-desc</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea4c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sort-amount-asc"></span>
+ <span class="mls"> icon-sort-amount-asc</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea4d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sort-amount-desc"></span>
+ <span class="mls"> icon-sort-amount-desc</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea4e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-command"></span>
+ <span class="mls"> icon-command</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea4f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shift"></span>
+ <span class="mls"> icon-shift</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea50" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-ctrl"></span>
+ <span class="mls"> icon-ctrl</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea51" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-opt"></span>
+ <span class="mls"> icon-opt</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea52" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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"></span>
+ <span class="mls"> icon-checkbox-checked</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea53" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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"></span>
+ <span class="mls"> icon-checkbox-unchecked</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea54" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-radio-checked"></span>
+ <span class="mls"> icon-radio-checked</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea55" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-radio-checked2"></span>
+ <span class="mls"> icon-radio-checked2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea56" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-radio-unchecked"></span>
+ <span class="mls"> icon-radio-unchecked</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea57" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-crop"></span>
+ <span class="mls"> icon-crop</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea58" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-make-group"></span>
+ <span class="mls"> icon-make-group</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea59" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-ungroup"></span>
+ <span class="mls"> icon-ungroup</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea5a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-scissors"></span>
+ <span class="mls"> icon-scissors</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea5b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-filter"></span>
+ <span class="mls"> icon-filter</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea5c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-font"></span>
+ <span class="mls"> icon-font</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea5d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-ligature"></span>
+ <span class="mls"> icon-ligature</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea5e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-ligature2"></span>
+ <span class="mls"> icon-ligature2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea5f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-text-height"></span>
+ <span class="mls"> icon-text-height</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea60" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-text-width"></span>
+ <span class="mls"> icon-text-width</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea61" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-font-size"></span>
+ <span class="mls"> icon-font-size</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea62" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bold"></span>
+ <span class="mls"> icon-bold</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea63" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-underline"></span>
+ <span class="mls"> icon-underline</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea64" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-italic"></span>
+ <span class="mls"> icon-italic</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea65" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-strikethrough"></span>
+ <span class="mls"> icon-strikethrough</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea66" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-omega"></span>
+ <span class="mls"> icon-omega</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea67" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sigma"></span>
+ <span class="mls"> icon-sigma</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea68" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-page-break"></span>
+ <span class="mls"> icon-page-break</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea69" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-superscript"></span>
+ <span class="mls"> icon-superscript</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea6a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-subscript"></span>
+ <span class="mls"> icon-subscript</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea6b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-superscript2"></span>
+ <span class="mls"> icon-superscript2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea6c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-subscript2"></span>
+ <span class="mls"> icon-subscript2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea6d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-text-color"></span>
+ <span class="mls"> icon-text-color</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea6e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pagebreak"></span>
+ <span class="mls"> icon-pagebreak</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea6f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-clear-formatting"></span>
+ <span class="mls"> icon-clear-formatting</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea70" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-table2"></span>
+ <span class="mls"> icon-table2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea71" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-table21"></span>
+ <span class="mls"> icon-table21</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea72" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-insert-template"></span>
+ <span class="mls"> icon-insert-template</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea73" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pilcrow"></span>
+ <span class="mls"> icon-pilcrow</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea74" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-ltr"></span>
+ <span class="mls"> icon-ltr</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea75" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-rtl"></span>
+ <span class="mls"> icon-rtl</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea76" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-section"></span>
+ <span class="mls"> icon-section</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea77" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-paragraph-left"></span>
+ <span class="mls"> icon-paragraph-left</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea78" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-paragraph-center"></span>
+ <span class="mls"> icon-paragraph-center</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea79" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-paragraph-right"></span>
+ <span class="mls"> icon-paragraph-right</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea7a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-paragraph-justify"></span>
+ <span class="mls"> icon-paragraph-justify</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea7b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-indent-increase"></span>
+ <span class="mls"> icon-indent-increase</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea7c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-indent-decrease"></span>
+ <span class="mls"> icon-indent-decrease</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea7d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-share"></span>
+ <span class="mls"> icon-share</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea7e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-new-tab"></span>
+ <span class="mls"> icon-new-tab</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea7f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-embed"></span>
+ <span class="mls"> icon-embed</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea80" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-embed2"></span>
+ <span class="mls"> icon-embed2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea81" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-terminal"></span>
+ <span class="mls"> icon-terminal</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea82" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-share2"></span>
+ <span class="mls"> icon-share2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea83" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mail"></span>
+ <span class="mls"> icon-mail</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea84" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mail2"></span>
+ <span class="mls"> icon-mail2</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea85" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mail3"></span>
+ <span class="mls"> icon-mail3</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea86" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-mail4"></span>
+ <span class="mls"> icon-mail4</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea87" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cubelight"></span>
+ <span class="mls"> icon-cubelight</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea88" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cube"></span>
+ <span class="mls"> icon-cube</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea89" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-bulletlist"></span>
+ <span class="mls"> icon-bulletlist</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea8a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="ea8b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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 hidden-false">
+ <input type="text" readonly value="ea8c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrowhead_down"></span>
+ <span class="mls"> icon-arrowhead_down</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea8d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-arrowhead_up"></span>
+ <span class="mls"> icon-arrowhead_up</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea8e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sandclock"></span>
+ <span class="mls"> icon-sandclock</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea8f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sum"></span>
+ <span class="mls"> icon-sum</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea90" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-rndcheck-not"></span>
+ <span class="mls"> icon-rndcheck-not</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea91" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-rndcheck-ok"></span>
+ <span class="mls"> icon-rndcheck-ok</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea92" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-clock1"></span>
+ <span class="mls"> icon-clock1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea93" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pause1"></span>
+ <span class="mls"> icon-pause1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea94" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-shop"></span>
+ <span class="mls"> icon-shop</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea95" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-template"></span>
+ <span class="mls"> icon-template</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea96" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-remove"></span>
+ <span class="mls"> icon-remove</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea97" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-access"></span>
+ <span class="mls"> icon-access</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea98" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-address"></span>
+ <span class="mls"> icon-address</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea99" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-apps"></span>
+ <span class="mls"> icon-apps</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea9a" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-archive"></span>
+ <span class="mls"> icon-archive</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea9b" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-calendar1"></span>
+ <span class="mls"> icon-calendar1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea9c" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-code"></span>
+ <span class="mls"> icon-code</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea9d" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-coin"></span>
+ <span class="mls"> icon-coin</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea9e" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-company"></span>
+ <span class="mls"> icon-company</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ea9f" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cube1"></span>
+ <span class="mls"> icon-cube1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-cubelight1"></span>
+ <span class="mls"> icon-cubelight1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-dashboard"></span>
+ <span class="mls"> icon-dashboard</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-datarefresh"></span>
+ <span class="mls"> icon-datarefresh</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-documentsave"></span>
+ <span class="mls"> icon-documentsave</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-documents"></span>
+ <span class="mls"> icon-documents</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-download1"></span>
+ <span class="mls"> icon-download1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-duplicate1"></span>
+ <span class="mls"> icon-duplicate1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-edit"></span>
+ <span class="mls"> icon-edit</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-excel1"></span>
+ <span class="mls"> icon-excel1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaa9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-expand"></span>
+ <span class="mls"> icon-expand</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaaa" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file"></span>
+ <span class="mls"> icon-file</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaab" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-Floppy"></span>
+ <span class="mls"> icon-Floppy</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaac" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder1"></span>
+ <span class="mls"> icon-folder1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaad" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder_add"></span>
+ <span class="mls"> icon-folder_add</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaae" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder_delete"></span>
+ <span class="mls"> icon-folder_delete</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaaf" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-folder_find"></span>
+ <span class="mls"> icon-folder_find</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-globe"></span>
+ <span class="mls"> icon-globe</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-group"></span>
+ <span class="mls"> icon-group</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-home1"></span>
+ <span class="mls"> icon-home1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-inbox"></span>
+ <span class="mls"> icon-inbox</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-library1"></span>
+ <span class="mls"> icon-library1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-license"></span>
+ <span class="mls"> icon-license</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-list1"></span>
+ <span class="mls"> icon-list1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-log"></span>
+ <span class="mls"> icon-log</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-logout"></span>
+ <span class="mls"> icon-logout</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eab9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-menu1"></span>
+ <span class="mls"> icon-menu1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaba" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-newspaper1"></span>
+ <span class="mls"> icon-newspaper1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eabb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-numberlist"></span>
+ <span class="mls"> icon-numberlist</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eabc" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-package"></span>
+ <span class="mls"> icon-package</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eabd" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-tux"></span>
+ <span class="mls"> icon-tux</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eabe" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-appleinc"></span>
+ <span class="mls"> icon-appleinc</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eabf" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-finder"></span>
+ <span class="mls"> icon-finder</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-android"></span>
+ <span class="mls"> icon-android</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-windows"></span>
+ <span class="mls"> icon-windows</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-windows8"></span>
+ <span class="mls"> icon-windows8</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pay"></span>
+ <span class="mls"> icon-pay</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pdf"></span>
+ <span class="mls"> icon-pdf</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pdfexport"></span>
+ <span class="mls"> icon-pdfexport</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-pictures"></span>
+ <span class="mls"> icon-pictures</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-plus1"></span>
+ <span class="mls"> icon-plus1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-untitled"></span>
+ <span class="mls"> icon-untitled</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eac9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-dataset"></span>
+ <span class="mls"> icon-dataset</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaca" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-check"></span>
+ <span class="mls"> icon-check</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eacb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-projects"></span>
+ <span class="mls"> icon-projects</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eacc" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-rename"></span>
+ <span class="mls"> icon-rename</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eacd" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-Save"></span>
+ <span class="mls"> icon-Save</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eace" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-squares"></span>
+ <span class="mls"> icon-squares</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eacf" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-table1"></span>
+ <span class="mls"> icon-table1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-upload1"></span>
+ <span class="mls"> icon-upload1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-user1"></span>
+ <span class="mls"> icon-user1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-staff"></span>
+ <span class="mls"> icon-staff</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-back"></span>
+ <span class="mls"> icon-back</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-next1"></span>
+ <span class="mls"> icon-next1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-sendemail1"></span>
+ <span class="mls"> icon-sendemail1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-exit1"></span>
+ <span class="mls"> icon-exit1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-yelp"></span>
+ <span class="mls"> icon-yelp</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-key1"></span>
+ <span class="mls"> icon-key1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="ead9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-chrome"></span>
+ <span class="mls"> icon-chrome</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eada" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-firefox"></span>
+ <span class="mls"> icon-firefox</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eadb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-duplicate"></span>
+ <span class="mls"> icon-duplicate</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eadc" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-edge"></span>
+ <span class="mls"> icon-edge</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eadd" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-safari"></span>
+ <span class="mls"> icon-safari</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eade" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-opera"></span>
+ <span class="mls"> icon-opera</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eadf" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-pdf"></span>
+ <span class="mls"> icon-file-pdf</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-paste1"></span>
+ <span class="mls"> icon-paste1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae1" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-word"></span>
+ <span class="mls"> icon-file-word</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae2" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-file-excel"></span>
+ <span class="mls"> icon-file-excel</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae3" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-copy1"></span>
+ <span class="mls"> icon-copy1</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae4" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-replace"></span>
+ <span class="mls"> icon-replace</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae5" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-week"></span>
+ <span class="mls"> icon-week</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae6" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-baggage"></span>
+ <span class="mls"> icon-baggage</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae7" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-trash"></span>
+ <span class="mls"> icon-trash</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae8" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-erase"></span>
+ <span class="mls"> icon-erase</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eae9" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-usertime"></span>
+ <span class="mls"> icon-usertime</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaea" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-helpfile"></span>
+ <span class="mls"> icon-helpfile</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaeb" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-clocktime"></span>
+ <span class="mls"> icon-clocktime</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaec" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-table"></span>
+ <span class="mls"> icon-table</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaed" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-report"></span>
+ <span class="mls"> icon-report</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaee" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-aggrement"></span>
+ <span class="mls"> icon-aggrement</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaef" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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-vacancydays"></span>
+ <span class="mls"> icon-vacancydays</span>
+ </div>
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
+ <input type="text" readonly value="eaf0" class="unit size1of2" />
+ <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
+ </fieldset>
+ <div class="fs0 bshadow0 clearfix hidden-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..." value=""/>
+ <div id="testDrive" class="icon-" style="font-family: appicons">
+ </div>
+ </div>
+ <!--<![endif]-->
+ <div class="bgc1 clearfix">
+ <p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
+ </div>
+
+ <script src="demo-files/demo.js"></script>
+</body>
+</html>
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
-<font id="pot" horiz-adv-x="1024">
+<font id="appicons" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode=" " horiz-adv-x="512" d="" />
-<glyph unicode="" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
-<glyph unicode="" glyph-name="home2" d="M512 928l-512-512 96-96 96 96v-416h256v192h128v-192h256v416l96-96 96 96-512 512zM512 512c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z" />
-<glyph unicode="" glyph-name="home3" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" />
-<glyph unicode="" glyph-name="office" d="M0-64h512v1024h-512v-1024zM320 832h128v-128h-128v128zM320 576h128v-128h-128v128zM320 320h128v-128h-128v128zM64 832h128v-128h-128v128zM64 576h128v-128h-128v128zM64 320h128v-128h-128v128zM576 640h448v-64h-448zM576-64h128v256h192v-256h128v576h-448z" />
-<glyph unicode="" glyph-name="newspaper" d="M896 704v128h-896v-704c0-35.346 28.654-64 64-64h864c53.022 0 96 42.978 96 96v544h-128zM832 128h-768v640h768v-640zM128 640h640v-64h-640zM512 512h256v-64h-256zM512 384h256v-64h-256zM512 256h192v-64h-192zM128 512h320v-320h-320z" />
-<glyph unicode="" glyph-name="pencil" d="M864 960c88.364 0 160-71.634 160-160 0-36.020-11.91-69.258-32-96l-64-64-224 224 64 64c26.742 20.090 59.978 32 96 32zM64 224l-64-288 288 64 592 592-224 224-592-592zM715.578 596.422l-448-448-55.156 55.156 448 448 55.156-55.156z" />
-<glyph unicode="" glyph-name="pencil2" d="M384 320l128 64 448 448-64 64-448-448-64-128zM289.3 92.902c-31.632 66.728-65.666 100.762-132.396 132.394l99.096 272.792 128 77.912 384 384h-192l-384-384-192-640 640 192 384 384v192l-384-384-77.912-128z" />
-<glyph unicode="" glyph-name="quill" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" />
-<glyph unicode="" glyph-name="pen" d="M1018.17 668.11l-286.058 286.058c-9.334 9.334-21.644 7.234-27.356-4.666l-38.354-79.904 267.198-267.198 79.904 38.354c11.9 5.712 14 18.022 4.666 27.356zM615.384 824.616l-263.384-21.95c-17.5-2.166-32.080-5.898-37.090-28.752-0.006-0.024-0.012-0.042-0.018-0.066-71.422-343.070-314.892-677.848-314.892-677.848l57.374-57.374 271.986 271.99c-5.996 12.53-9.36 26.564-9.36 41.384 0 53.020 42.98 96 96 96s96-42.98 96-96-42.98-96-96-96c-14.82 0-28.852 3.364-41.384 9.36l-271.988-271.986 57.372-57.374c0 0 334.778 243.47 677.848 314.892 0.024 0.006 0.042 0.012 0.066 0.018 22.854 5.010 26.586 19.59 28.752 37.090l21.95 263.384-273.232 273.232z" />
-<glyph unicode="" glyph-name="blog" d="M384 960v-96c73.482 0 144.712-14.37 211.716-42.71 64.768-27.394 122.958-66.632 172.948-116.624s89.228-108.18 116.624-172.948c28.342-67.004 42.712-138.238 42.712-211.718h96c0 353.46-286.54 640-640 640zM384 768v-96c94.022 0 182.418-36.614 248.9-103.098 66.486-66.484 103.1-154.878 103.1-248.902h96c0 247.422-200.576 448-448 448zM480 576l-64-64-224-64-192-416 25.374-25.374 232.804 232.804c-1.412 5.286-2.178 10.84-2.178 16.57 0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64c-5.732 0-11.282 0.764-16.568 2.178l-232.804-232.804 25.372-25.374 416 192 64 224 64 64-160 160z" />
-<glyph unicode="" glyph-name="eyedropper" d="M986.51 922.51c-49.988 49.986-131.032 49.986-181.020 0l-172.118-172.118-121.372 121.372-135.764-135.764 106.426-106.426-472.118-472.118c-8.048-8.048-11.468-18.958-10.3-29.456h-0.244v-160c0-17.674 14.328-32 32-32h160c0 0 2.664 0 4 0 9.212 0 18.426 3.516 25.456 10.544l472.118 472.118 106.426-106.426 135.764 135.764-121.372 121.372 172.118 172.118c49.986 49.988 49.986 131.032 0 181.020zM173.090 0h-109.090v109.090l469.574 469.572 109.088-109.088-469.572-469.574z" />
-<glyph unicode="" glyph-name="droplet" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
-<glyph unicode="" glyph-name="paint-format" d="M1024 384v384h-192v64c0 35.2-28.8 64-64 64h-704c-35.2 0-64-28.8-64-64v-192c0-35.2 28.8-64 64-64h704c35.2 0 64 28.8 64 64v64h128v-256h-576v-128h-32c-17.674 0-32-14.326-32-32v-320c0-17.674 14.326-32 32-32h128c17.674 0 32 14.326 32 32v320c0 17.674-14.326 32-32 32h-32v64h576zM768 768h-704v64h704v-64z" />
-<glyph unicode="" glyph-name="image" d="M959.884 832c0.040-0.034 0.082-0.076 0.116-0.116v-767.77c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.772c0.034 0.040 0.076 0.082 0.114 0.114h895.77zM960 896h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64v0zM832 672c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM896 128h-768v128l224 384 256-320h64l224 192z" />
-<glyph unicode="" glyph-name="images" horiz-adv-x="1152" d="M1088 832h-64v64c0 35.2-28.8 64-64 64h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h64v-64c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64zM128 768v-640h-63.886c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h895.77c0.040-0.034 0.082-0.076 0.116-0.116v-63.884h-768c-35.2 0-64-28.8-64-64v0zM1088 0.116c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h895.77c0.040-0.034 0.082-0.076 0.116-0.116v-767.768zM960 608c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM1024 64h-768v128l224 384 256-320h64l224 192z" />
-<glyph unicode="" glyph-name="camera" d="M304 352c0-114.876 93.124-208 208-208s208 93.124 208 208-93.124 208-208 208-208-93.124-208-208zM960 704h-224c-16 64-32 128-96 128h-256c-64 0-80-64-96-128h-224c-35.2 0-64-28.8-64-64v-576c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v576c0 35.2-28.8 64-64 64zM512 68c-156.85 0-284 127.148-284 284 0 156.85 127.15 284 284 284 156.852 0 284-127.15 284-284 0-156.852-127.146-284-284-284zM960 512h-128v64h128v-64z" />
-<glyph unicode="" glyph-name="headphones" d="M288 384h-64v-448h64c17.6 0 32 14.4 32 32v384c0 17.6-14.4 32-32 32zM736 384c-17.602 0-32-14.4-32-32v-384c0-17.6 14.398-32 32-32h64v448h-64zM1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-61.412 10.83-120.29 30.656-174.848-19.478-33.206-30.656-71.87-30.656-113.152 0-112.846 83.448-206.188 192-221.716v443.418c-31.914-4.566-61.664-15.842-87.754-32.378-5.392 26.718-8.246 54.364-8.246 82.676 0 229.75 186.25 416 416 416s416-186.25 416-416c0-28.314-2.83-55.968-8.22-82.696-26.1 16.546-55.854 27.848-87.78 32.418v-443.44c108.548 15.532 192 108.874 192 221.714 0 41.274-11.178 79.934-30.648 113.138 19.828 54.566 30.648 113.452 30.648 174.866z" />
-<glyph unicode="" glyph-name="music" d="M960 960h64v-736c0-88.366-100.29-160-224-160s-224 71.634-224 160c0 88.368 100.29 160 224 160 62.684 0 119.342-18.4 160-48.040v368.040l-512-113.778v-494.222c0-88.366-100.288-160-224-160s-224 71.634-224 160c0 88.368 100.288 160 224 160 62.684 0 119.342-18.4 160-48.040v624.040l576 128z" />
-<glyph unicode="" glyph-name="play" d="M981.188 799.892c-143.632 20.65-302.332 32.108-469.186 32.108-166.86 0-325.556-11.458-469.194-32.108-27.53-107.726-42.808-226.75-42.808-351.892 0-125.14 15.278-244.166 42.808-351.89 143.638-20.652 302.336-32.11 469.194-32.11 166.854 0 325.552 11.458 469.186 32.11 27.532 107.724 42.812 226.75 42.812 351.89 0 125.142-15.28 244.166-42.812 351.892zM384.002 256v384l320-192-320-192z" />
-<glyph unicode="" glyph-name="film" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
-<glyph unicode="" glyph-name="video-camera" d="M384 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM0 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM768 352v96c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v96l256-160v448l-256-160zM640 192h-512v192h512v-192z" />
-<glyph unicode="" glyph-name="dice" d="M864 768h-512c-88 0-160-72-160-160v-512c0-88 72-160 160-160h512c88 0 160 72 160 160v512c0 88-72 160-160 160zM416 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM416 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM608 256c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM828.76 832c-14.93 72.804-79.71 128-156.76 128h-512c-88 0-160-72-160-160v-512c0-77.046 55.196-141.83 128-156.76v636.76c0 35.2 28.8 64 64 64h636.76z" />
-<glyph unicode="" glyph-name="pacman" d="M964.73 781.196c-93.902 109.45-233.21 178.804-388.73 178.804-282.77 0-512-229.23-512-512s229.23-512 512-512c155.52 0 294.828 69.356 388.728 178.804l-324.728 333.196 324.73 333.196zM704 839.398c39.432 0 71.398-31.964 71.398-71.398 0-39.432-31.966-71.398-71.398-71.398s-71.398 31.966-71.398 71.398c0 39.432 31.966 71.398 71.398 71.398z" />
-<glyph unicode="" glyph-name="spades" d="M817.57 611.85c-193.566 143.858-260.266 259.018-305.566 348.148v0c-0.004 0-0.004 0.002-0.004 0.002v-0.002c-45.296-89.13-112-204.292-305.566-348.148-330.036-245.286-19.376-587.668 253.758-399.224-17.796-116.93-78.53-202.172-140.208-238.882v-37.744h384.032v37.74c-61.682 36.708-122.41 121.954-140.212 238.884 273.136-188.446 583.8 153.94 253.766 399.226z" />
-<glyph unicode="" glyph-name="clubs" d="M786.832 567.228c-59.032 0-112.086-24.596-149.852-64.694-15.996-16.984-43.762-37.112-73.8-54.81 14.11 53.868 58.676 121.7 89.628 151.456 39.64 38.17 63.984 91.83 63.984 151.5 0.006 114.894-91.476 208.096-204.788 209.32-113.32-1.222-204.796-94.426-204.796-209.318 0-59.672 24.344-113.33 63.986-151.5 30.954-29.756 75.52-97.588 89.628-151.456-30.042 17.7-57.806 37.826-73.8 54.81-37.768 40.098-90.82 64.694-149.85 64.694-114.386 0-207.080-93.664-207.080-209.328 0-115.638 92.692-209.338 207.080-209.338 59.042 0 112.082 25.356 149.85 65.452 16.804 17.872 46.444 40.138 78.292 58.632-3.002-147.692-73.532-256.168-145.318-298.906v-37.742h384.014v37.74c-71.792 42.736-142.32 151.216-145.32 298.906 31.852-18.494 61.488-40.768 78.292-58.632 37.766-40.094 90.808-65.452 149.852-65.452 114.386 0 207.078 93.7 207.078 209.338-0.002 115.664-92.692 209.328-207.080 209.328z" />
-<glyph unicode="" glyph-name="diamonds" d="M512 960l-320-512 320-512 320 512z" />
-<glyph unicode="" glyph-name="bullhorn" d="M1024 530.744c0 200.926-58.792 363.938-131.482 365.226 0.292 0.006 0.578 0.030 0.872 0.030h-82.942c0 0-194.8-146.336-475.23-203.754-8.56-45.292-14.030-99.274-14.030-161.502s5.466-116.208 14.030-161.5c280.428-57.418 475.23-203.756 475.23-203.756h82.942c-0.292 0-0.578 0.024-0.872 0.032 72.696 1.288 131.482 164.298 131.482 365.224zM864.824 220.748c-9.382 0-19.532 9.742-24.746 15.548-12.63 14.064-24.792 35.96-35.188 63.328-23.256 61.232-36.066 143.31-36.066 231.124 0 87.81 12.81 169.89 36.066 231.122 10.394 27.368 22.562 49.266 35.188 63.328 5.214 5.812 15.364 15.552 24.746 15.552 9.38 0 19.536-9.744 24.744-15.552 12.634-14.064 24.796-35.958 35.188-63.328 23.258-61.23 36.068-143.312 36.068-231.122 0-87.804-12.81-169.888-36.068-231.124-10.39-27.368-22.562-49.264-35.188-63.328-5.208-5.806-15.36-15.548-24.744-15.548zM251.812 530.744c0 51.95 3.81 102.43 11.052 149.094-47.372-6.554-88.942-10.324-140.34-10.324-67.058 0-67.058 0-67.058 0l-55.466-94.686v-88.17l55.46-94.686c0 0 0 0 67.060 0 51.398 0 92.968-3.774 140.34-10.324-7.236 46.664-11.048 97.146-11.048 149.096zM368.15 317.828l-127.998 24.51 81.842-321.544c4.236-16.634 20.744-25.038 36.686-18.654l118.556 47.452c15.944 6.376 22.328 23.964 14.196 39.084l-123.282 229.152zM864.824 411.27c-3.618 0-7.528 3.754-9.538 5.992-4.87 5.42-9.556 13.86-13.562 24.408-8.962 23.6-13.9 55.234-13.9 89.078s4.938 65.478 13.9 89.078c4.006 10.548 8.696 18.988 13.562 24.408 2.010 2.24 5.92 5.994 9.538 5.994 3.616 0 7.53-3.756 9.538-5.994 4.87-5.42 9.556-13.858 13.56-24.408 8.964-23.598 13.902-55.234 13.902-89.078 0-33.842-4.938-65.478-13.902-89.078-4.004-10.548-8.696-18.988-13.56-24.408-2.008-2.238-5.92-5.992-9.538-5.992z" />
-<glyph unicode="" glyph-name="connection" horiz-adv-x="1280" d="M640 384c105.87 0 201.87-43.066 271.402-112.598l-90.468-90.468c-46.354 46.356-110.356 75.066-180.934 75.066s-134.578-28.71-180.934-75.066l-90.468 90.468c69.532 69.532 165.532 112.598 271.402 112.598zM187.452 452.548c120.88 120.88 281.598 187.452 452.548 187.452s331.668-66.572 452.55-187.452l-90.51-90.508c-96.706 96.704-225.28 149.96-362.040 149.96-136.762 0-265.334-53.256-362.038-149.962l-90.51 90.51zM988.784 825.562c106.702-45.132 202.516-109.728 284.782-191.996v0l-90.508-90.508c-145.056 145.056-337.92 224.942-543.058 224.942-205.14 0-398-79.886-543.058-224.942l-90.51 90.51c82.268 82.266 178.082 146.862 284.784 191.994 110.504 46.738 227.852 70.438 348.784 70.438s238.278-23.7 348.784-70.438zM576 64c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
-<glyph unicode="" glyph-name="podcast" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-220.054 138.836-407.664 333.686-480.068l-13.686-31.932h384l-13.686 31.932c194.85 72.404 333.686 260.014 333.686 480.068zM486.79 325.174c-22.808 9.788-38.79 32.436-38.79 58.826 0 35.346 28.654 64 64 64s64-28.654 64-64c0-26.39-15.978-49.044-38.786-58.834l-25.214 58.834-25.21-58.826zM538.268 322.708c58.092 12.118 101.732 63.602 101.732 125.292 0 70.694-57.306 128-128 128-70.692 0-128-57.306-128-128 0-61.692 43.662-113.122 101.76-125.228l-74.624-174.122c-91.23 39.15-155.136 129.784-155.136 235.35 0 141.384 114.616 268 256 268s256-126.616 256-268c0-105.566-63.906-196.2-155.136-235.35l-74.596 174.058zM688.448-27.708l-73.924 172.486c126.446 42.738 217.476 162.346 217.476 303.222 0 176.73-143.268 320-320 320-176.73 0-320-143.27-320-320 0-140.876 91.030-260.484 217.476-303.222l-73.924-172.486c-159.594 68.488-271.386 227.034-271.386 411.708 0 247.332 200.502 459.834 447.834 459.834s447.834-212.502 447.834-459.834c0-184.674-111.792-343.22-271.386-411.708z" />
-<glyph unicode="" glyph-name="feed" d="M384 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM664.348 729.474c99.852-54.158 167.652-159.898 167.652-281.474s-67.8-227.316-167.652-281.474c44.066 70.126 71.652 170.27 71.652 281.474s-27.586 211.348-71.652 281.474zM288 448c0-111.204 27.584-211.348 71.652-281.474-99.852 54.16-167.652 159.898-167.652 281.474s67.8 227.314 167.652 281.474c-44.068-70.126-71.652-170.27-71.652-281.474zM96 448c0-171.9 54.404-326.184 140.652-431.722-142.302 90.948-236.652 250.314-236.652 431.722s94.35 340.774 236.652 431.722c-86.248-105.538-140.652-259.822-140.652-431.722zM787.352 879.72c142.298-90.946 236.648-250.312 236.648-431.72s-94.35-340.774-236.648-431.72c86.244 105.536 140.648 259.82 140.648 431.72s-54.404 326.184-140.648 431.72z" />
-<glyph unicode="" glyph-name="mic" d="M480 256c88.366 0 160 71.634 160 160v384c0 88.366-71.634 160-160 160s-160-71.634-160-160v-384c0-88.366 71.636-160 160-160zM704 512v-96c0-123.71-100.29-224-224-224-123.712 0-224 100.29-224 224v96h-64v-96c0-148.238 112.004-270.3 256-286.22v-129.78h-128v-64h320v64h-128v129.78c143.994 15.92 256 137.982 256 286.22v96h-64z" />
-<glyph unicode="" glyph-name="book" d="M896 832v-832h-672c-53.026 0-96 42.98-96 96s42.974 96 96 96h608v768h-640c-70.398 0-128-57.6-128-128v-768c0-70.4 57.602-128 128-128h768v896h-64zM224.056 128v0c-0.018-0.002-0.038 0-0.056 0-17.672 0-32-14.326-32-32s14.328-32 32-32c0.018 0 0.038 0.002 0.056 0.002v-0.002h607.89v64h-607.89z" />
-<glyph unicode="" glyph-name="books" horiz-adv-x="1152" d="M224 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM192 640h-128v64h128v-64zM544 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM512 640h-128v64h128v-64zM765.088 782.52l-171.464-86.394c-15.716-7.918-22.096-27.258-14.178-42.976l287.978-571.548c7.918-15.718 27.258-22.098 42.976-14.178l171.464 86.392c15.716 7.92 22.096 27.26 14.178 42.974l-287.978 571.55c-7.92 15.718-27.26 22.1-42.976 14.18z" />
-<glyph unicode="" glyph-name="library" horiz-adv-x="1088" d="M1024 0v64h-64v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-64v-64h-64v-64h1088v64h-64zM512 960h64l512-320v-64h-1088v64l512 320z" />
-<glyph unicode="" glyph-name="file-text" d="M864 960h-768c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h768c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM832 64h-704v768h704v-768zM256 512h448v-64h-448zM256 384h448v-64h-448zM256 256h448v-64h-448zM256 640h448v-64h-448z" />
-<glyph unicode="" glyph-name="profile" d="M864 960h-768c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h768c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM832 64h-704v768h704v-768zM256 384h448v-64h-448zM256 256h448v-64h-448zM320 672c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM480 576h-128c-52.8 0-96-28.8-96-64v-64h320v64c0 35.2-43.2 64-96 64z" />
-<glyph unicode="" glyph-name="file-empty" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
-<glyph unicode="" glyph-name="files-empty" d="M917.806 602.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-368c-44.114 0-80-35.888-80-80v-736c0-44.112 35.886-80 80-80h608c44.112 0 80 35.888 80 80v496c0 14.332-4.372 39.35-42.194 90.924zM785.374 657.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-608c-8.672 0-16 7.328-16 16v736c0 8.672 7.328 16 16 16 0 0 367.956 0.002 368 0v-224c0-17.672 14.324-32 32-32h224v-496zM602.924 917.804c-51.574 37.822-76.592 42.196-90.924 42.196h-368c-44.112 0-80-35.888-80-80v-736c0-38.632 27.528-70.958 64-78.39v814.39c0 8.672 7.328 16 16 16h486.876c-9.646 7.92-19.028 15.26-27.952 21.804z" />
-<glyph unicode="" glyph-name="file-text2" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624zM736 128h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 256h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 384h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32z" />
-<glyph unicode="" glyph-name="file-picture" d="M832 64h-640v128l192 320 263-320 185 128v-256zM832 480c0-53.020-42.98-96-96-96-53.022 0-96 42.98-96 96s42.978 96 96 96c53.020 0 96-42.98 96-96zM917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
-<glyph unicode="" glyph-name="file-music" d="M917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624zM756.288 568.748c-7.414 6.080-17.164 8.514-26.562 6.632l-320-64c-14.958-2.994-25.726-16.126-25.726-31.38v-236.876c-18.832 8.174-40.678 12.876-64 12.876-70.692 0-128-42.98-128-96s57.308-96 128-96 128 42.98 128 96v229.766l256 51.202v-133.842c-18.832 8.174-40.678 12.876-64 12.876-70.692 0-128-42.98-128-96s57.308-96 128-96 128 42.98 128 96v319.998c0 9.586-4.298 18.668-11.712 24.748z" />
-<glyph unicode="" glyph-name="file-play" d="M384 576l320-224-320-224v448zM917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
-<glyph unicode="" glyph-name="file-video" d="M917.806 730.924c-22.208 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.594 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.882-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0 0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.98-17.78 50.678-41.878 81.374-72.572v0 0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.32-32 32-32h224v-624zM256 448h320v-320h-320v320zM576 320l192 128v-320l-192 128z" />
-<glyph unicode="" glyph-name="file-zip" d="M917.806 730.924c-22.208 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.884-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0 0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.98-17.78 50.678-41.878 81.374-72.572v0 0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.322-32 32-32h224v-624zM256 896h128v-64h-128v64zM384 832h128v-64h-128v64zM256 768h128v-64h-128v64zM384 704h128v-64h-128v64zM256 640h128v-64h-128v64zM384 576h128v-64h-128v64zM256 512h128v-64h-128v64zM384 448h128v-64h-128v64zM256 112c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-80v64h-128v-272zM448 192v-64h-128v64h128z" />
-<glyph unicode="" glyph-name="copy" d="M640 704v256h-448l-192-192v-576h384v-256h640v768h-384zM192 869.49v-101.49h-101.49l101.49 101.49zM64 256v448h192v192h320v-192l-192-192v-256h-320zM576 613.49v-101.49h-101.49l101.49 101.49zM960 0h-512v448h192v192h320v-640z" />
-<glyph unicode="" glyph-name="paste" d="M704 832h-128v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-128v-128h512v128zM512 832h-128v63.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886zM832 640v160c0 17.6-14.4 32-32 32h-64v-64h32v-128h-192l-192-192v-256h-256v576h32v64h-64c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM576 549.49v-101.49h-101.49l101.49 101.49zM960 0h-512v384h192v192h320v-576z" />
-<glyph unicode="" glyph-name="stack" d="M1024 640l-512 256-512-256 512-256 512 256zM512 811.030l342.058-171.030-342.058-171.030-342.058 171.030 342.058 171.030zM921.444 499.278l102.556-51.278-512-256-512 256 102.556 51.278 409.444-204.722zM921.444 307.278l102.556-51.278-512-256-512 256 102.556 51.278 409.444-204.722z" />
-<glyph unicode="" glyph-name="folder" d="M448 832l128-128h448v-704h-1024v832z" />
-<glyph unicode="" glyph-name="folder-open" d="M832 0l192 512h-832l-192-512zM128 576l-128-576v832h288l128-128h416v-128z" />
-<glyph unicode="" glyph-name="folder-plus" d="M576 704l-128 128h-448v-832h1024v704h-448zM704 256h-128v-128h-128v128h-128v128h128v128h128v-128h128v-128z" />
-<glyph unicode="" glyph-name="folder-minus" d="M576 704l-128 128h-448v-832h1024v704h-448zM704 256h-384v128h384v-128z" />
-<glyph unicode="" glyph-name="folder-download" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 96l-224 224h160v256h128v-256h160l-224-224z" />
-<glyph unicode="" glyph-name="folder-upload" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 480l224-224h-160v-256h-128v256h-160l224 224z" />
-<glyph unicode="" glyph-name="price-tag" d="M976 960h-384c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l476.118 476.118c18.666 18.666 33.94 55.54 33.94 81.94v384c0 26.4-21.6 48-48 48zM736 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
-<glyph unicode="" glyph-name="price-tags" horiz-adv-x="1280" d="M1232 960h-384c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l476.118 476.118c18.666 18.666 33.94 55.54 33.94 81.94v384c0 26.4-21.6 48-48 48zM992 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM128 416l544 544h-80c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l30.058 30.058-416 416z" />
-<glyph unicode="" glyph-name="barcode" d="M0 832h128v-640h-128zM192 832h64v-640h-64zM320 832h64v-640h-64zM512 832h64v-640h-64zM768 832h64v-640h-64zM960 832h64v-640h-64zM640 832h32v-640h-32zM448 832h32v-640h-32zM864 832h32v-640h-32zM0 128h64v-64h-64zM192 128h64v-64h-64zM320 128h64v-64h-64zM640 128h64v-64h-64zM960 128h64v-64h-64zM768 128h128v-64h-128zM448 128h128v-64h-128z" />
-<glyph unicode="" glyph-name="qrcode" d="M320 896h-256v-256h256v256zM384 960v0-384h-384v384h384zM128 832h128v-128h-128zM960 896h-256v-256h256v256zM1024 960v0-384h-384v384h384zM768 832h128v-128h-128zM320 256h-256v-256h256v256zM384 320v0-384h-384v384h384zM128 192h128v-128h-128zM448 960h64v-64h-64zM512 896h64v-64h-64zM448 832h64v-64h-64zM512 768h64v-64h-64zM448 704h64v-64h-64zM512 640h64v-64h-64zM448 576h64v-64h-64zM448 448h64v-64h-64zM512 384h64v-64h-64zM448 320h64v-64h-64zM512 256h64v-64h-64zM448 192h64v-64h-64zM512 128h64v-64h-64zM448 64h64v-64h-64zM512 0h64v-64h-64zM960 448h64v-64h-64zM64 448h64v-64h-64zM128 512h64v-64h-64zM0 512h64v-64h-64zM256 512h64v-64h-64zM320 448h64v-64h-64zM384 512h64v-64h-64zM576 448h64v-64h-64zM640 512h64v-64h-64zM704 448h64v-64h-64zM768 512h64v-64h-64zM832 448h64v-64h-64zM896 512h64v-64h-64zM960 320h64v-64h-64zM576 320h64v-64h-64zM640 384h64v-64h-64zM704 320h64v-64h-64zM832 320h64v-64h-64zM896 384h64v-64h-64zM960 192h64v-64h-64zM576 192h64v-64h-64zM640 256h64v-64h-64zM768 256h64v-64h-64zM832 192h64v-64h-64zM896 256h64v-64h-64zM960 64h64v-64h-64zM640 128h64v-64h-64zM704 64h64v-64h-64zM768 128h64v-64h-64zM832 64h64v-64h-64zM640 0h64v-64h-64zM768 0h64v-64h-64zM896 0h64v-64h-64z" />
-<glyph unicode="" glyph-name="ticket" d="M575.996 640l127.998-127.998-255.994-255.994-127.998 127.998zM1001.526 662.496l-73.516 73.516-32.008-32.008c-16.378-16.38-39.010-26.51-64-26.51-49.988 0-90.514 40.522-90.514 90.51 0 25.002 10.14 47.638 26.534 64.018l31.988 31.986-73.518 73.516c-29.968 29.968-79.008 29.968-108.976 0l-595.040-595.038c-29.966-29.968-29.966-79.010 0-108.976l73.52-73.518 31.962 31.964c16.382 16.406 39.030 26.552 64.044 26.552 49.988 0 90.51-40.524 90.51-90.51 0-25.006-10.14-47.64-26.534-64.022l-31.984-31.986 73.516-73.518c29.966-29.966 79.008-29.966 108.976 0l595.040 595.040c29.964 29.976 29.964 79.016 0 108.984zM448.002 128.004l-256 256 384 384 256-256-384-384z" />
-<glyph unicode="" glyph-name="cart" d="M384 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 448v384h-768c0 35.346-28.654 64-64 64h-192v-64h128l48.074-412.054c-29.294-23.458-48.074-59.5-48.074-99.946 0-70.696 57.308-128 128-128h768v64h-768c-35.346 0-64 28.654-64 64 0 0.218 0.014 0.436 0.016 0.656l831.984 127.344z" />
-<glyph unicode="" glyph-name="coin-dollar" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM512 448v128h128v64h-128v64h-64v-64h-128v-256h128v-128h-128v-64h128v-64h64v64h128.002l-0.002 256h-128zM448 448h-64v128h64v-128zM576.002 256h-64.002v128h64.002v-128z" />
-<glyph unicode="" glyph-name="coin-euro" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.076 0 384-171.922 384-384s-171.924-384-384-384zM670.824 315.66c-15.27 8.884-34.862 3.708-43.75-11.57-17.256-29.662-49.088-48.090-83.074-48.090h-128c-41.716 0-77.286 26.754-90.496 64h154.496c17.672 0 32 14.326 32 32s-14.328 32-32 32h-160v64h160c17.672 0 32 14.328 32 32s-14.328 32-32 32h-154.496c13.21 37.246 48.78 64 90.496 64h128c33.986 0 65.818-18.426 83.074-48.090 8.888-15.276 28.478-20.456 43.752-11.568 15.276 8.888 20.456 28.476 11.568 43.752-28.672 49.288-81.702 79.906-138.394 79.906h-128c-77.268 0-141.914-55.056-156.78-128h-35.22c-17.672 0-32-14.328-32-32s14.328-32 32-32h32v-64h-32c-17.672 0-32-14.326-32-32s14.328-32 32-32h35.22c14.866-72.944 79.512-128 156.78-128h128c56.692 0 109.72 30.62 138.394 79.91 8.888 15.276 3.708 34.864-11.57 43.75z" />
-<glyph unicode="" glyph-name="coin-pound" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.074 0 384-171.922 384-384s-171.926-384-384-384zM608 256h-224v128h96c17.672 0 32 14.326 32 32s-14.328 32-32 32h-96v32c0 52.934 43.066 96 96 96 34.17 0 66.042-18.404 83.18-48.030 8.85-15.298 28.426-20.526 43.722-11.676 15.296 8.848 20.526 28.424 11.676 43.722-28.538 49.336-81.638 79.984-138.578 79.984-88.224 0-160-71.776-160-160v-32h-32c-17.672 0-32-14.326-32-32s14.328-32 32-32h32v-192h288c17.674 0 32 14.326 32 32s-14.326 32-32 32z" />
-<glyph unicode="" glyph-name="coin-yen" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.076 0 384-171.922 384-384s-171.924-384-384-384zM608 384c17.674 0 32 14.326 32 32s-14.326 32-32 32h-68.208l94.832 142.25c9.804 14.704 5.83 34.572-8.876 44.376-14.704 9.802-34.572 5.83-44.376-8.876l-101.372-152.062-101.374 152.062c-9.804 14.706-29.672 18.68-44.376 8.876-14.706-9.804-18.678-29.672-8.876-44.376l94.834-142.25h-68.208c-17.672 0-32-14.326-32-32s14.328-32 32-32h96v-64h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h96v-96c0-17.674 14.328-32 32-32s32 14.326 32 32v96h96c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v64h96z" />
-<glyph unicode="" glyph-name="credit-card" d="M928 832h-832c-52.8 0-96-43.2-96-96v-576c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v576c0 52.8-43.2 96-96 96zM96 768h832c17.346 0 32-14.654 32-32v-96h-896v96c0 17.346 14.654 32 32 32zM928 128h-832c-17.346 0-32 14.654-32 32v288h896v-288c0-17.346-14.654-32-32-32zM128 320h64v-128h-64zM256 320h64v-128h-64zM384 320h64v-128h-64z" />
-<glyph unicode="" glyph-name="calculator" d="M384 896h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 640h-320v64h320v-64zM896 896h-320c-35.204 0-64-28.8-64-64v-832c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v832c0 35.2-28.8 64-64 64zM896 320h-320v64h320v-64zM896 512h-320v64h320v-64zM384 384h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 128h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
-<glyph unicode="" glyph-name="lifebuoy" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 448c0 106.040 85.96 192 192 192s192-85.96 192-192-85.96-192-192-192-192 85.96-192 192zM925.98 276.524v0l-177.42 73.49c12.518 30.184 19.44 63.276 19.44 97.986s-6.922 67.802-19.44 97.986l177.42 73.49c21.908-52.822 34.020-110.73 34.020-171.476s-12.114-118.654-34.020-171.476v0zM683.478 861.98v0 0l-73.49-177.42c-30.184 12.518-63.276 19.44-97.988 19.44s-67.802-6.922-97.986-19.44l-73.49 177.422c52.822 21.904 110.732 34.018 171.476 34.018 60.746 0 118.654-12.114 171.478-34.020zM98.020 619.476l177.422-73.49c-12.518-30.184-19.442-63.276-19.442-97.986s6.922-67.802 19.44-97.986l-177.42-73.49c-21.906 52.822-34.020 110.73-34.020 171.476s12.114 118.654 34.020 171.476zM340.524 34.020l73.49 177.42c30.184-12.518 63.276-19.44 97.986-19.44s67.802 6.922 97.986 19.44l73.49-177.42c-52.822-21.904-110.73-34.020-171.476-34.020-60.744 0-118.654 12.114-171.476 34.020z" />
-<glyph unicode="" glyph-name="phone" d="M704 320c-64-64-64-128-128-128s-128 64-192 128-128 128-128 192 64 64 128 128-128 256-192 256-192-192-192-192c0-128 131.5-387.5 256-512s384-256 512-256c0 0 192 128 192 192s-192 256-256 192z" />
-<glyph unicode="" glyph-name="phone-hang-up" d="M1017.378 384.006c8.004-55.482 13.216-131.392-11.664-160.446-41.142-48.044-301.712-48.044-301.712 48.042 0 48.398 42.856 80.134 1.712 128.178-40.472 47.262-113.026 48.030-193.714 48.042-80.686-0.012-153.242-0.78-193.714-48.042-41.142-48.046 1.714-79.78 1.714-128.178 0-96.086-260.57-96.086-301.714-48.044-24.878 29.054-19.668 104.964-11.662 160.446 6.16 37.038 21.724 76.996 71.548 127.994 0 0.002 0.002 0.002 0.002 0.004 74.738 69.742 187.846 126.738 429.826 127.968v0.030c1.344 0 2.664-0.010 4-0.014 1.338 0.004 2.656 0.014 4 0.014v-0.028c241.98-1.23 355.088-58.226 429.826-127.968 0.002-0.002 0.002-0.004 0.002-0.004 49.824-50.996 65.39-90.954 71.55-127.994z" />
-<glyph unicode="" glyph-name="address-book" d="M192 960v-1024h768v1024h-768zM576 703.67c70.51 0 127.67-57.16 127.67-127.67s-57.16-127.67-127.67-127.67-127.67 57.16-127.67 127.67 57.16 127.67 127.67 127.67v0zM768 192h-384v64c0 70.696 57.306 128 128 128v0h128c70.696 0 128-57.304 128-128v-64zM64 896h96v-192h-96v192zM64 640h96v-192h-96v192zM64 384h96v-192h-96v192zM64 128h96v-192h-96v192z" />
-<glyph unicode="" glyph-name="envelop" d="M928 832h-832c-52.8 0-96-43.2-96-96v-640c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v640c0 52.8-43.2 96-96 96zM398.74 409.628l-270.74-210.892v501.642l270.74-290.75zM176.38 704h671.24l-335.62-252-335.62 252zM409.288 398.302l102.712-110.302 102.71 110.302 210.554-270.302h-626.528l210.552 270.302zM625.26 409.628l270.74 290.75v-501.642l-270.74 210.892z" />
-<glyph unicode="" glyph-name="pushpin" d="M544 960l-96-96 96-96-224-256h-224l176-176-272-360.616v-39.384h39.384l360.616 272 176-176v224l256 224 96-96 96 96-480 480zM448 416l-64 64 224 224 64-64-224-224z" />
-<glyph unicode="" glyph-name="location" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 448c-106.040 0-192 85.96-192 192s85.96 192 192 192 192-85.96 192-192-85.96-192-192-192z" />
-<glyph unicode="" glyph-name="location2" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 444c-108.248 0-196 87.752-196 196s87.752 196 196 196 196-87.752 196-196-87.752-196-196-196zM388 640c0 68.483 55.517 124 124 124s124-55.517 124-124c0-68.483-55.517-124-124-124s-124 55.517-124 124z" />
-<glyph unicode="" glyph-name="compass" d="M544.010-64.004c-2.296 0-4.622 0.25-6.94 0.764-14.648 3.25-25.070 16.238-25.070 31.24v480h-480c-15.002 0-27.992 10.422-31.24 25.070-3.25 14.646 4.114 29.584 17.708 35.928l960 448c12.196 5.688 26.644 3.144 36.16-6.372 9.516-9.514 12.060-23.966 6.372-36.16l-448-960c-5.342-11.44-16.772-18.47-28.99-18.47zM176.242 512h367.758c17.674 0 32-14.328 32-32v-367.758l349.79 749.546-749.548-349.788z" />
-<glyph unicode="" glyph-name="compass2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM96 448c0 229.75 186.25 416 416 416 109.574 0 209.232-42.386 283.534-111.628l-411.534-176.372-176.372-411.534c-69.242 74.302-111.628 173.96-111.628 283.534zM585.166 374.834l-256.082-109.75 109.75 256.082 146.332-146.332zM512 32c-109.574 0-209.234 42.386-283.532 111.628l411.532 176.372 176.372 411.532c69.242-74.298 111.628-173.958 111.628-283.532 0-229.75-186.25-416-416-416z" />
-<glyph unicode="" glyph-name="map" d="M0 768l320 128v-768l-320-128zM384 928l320-192v-736l-320 160zM768 736l256 192v-768l-256-192z" />
-<glyph unicode="" glyph-name="map2" d="M672 768l-320 128-352-128v-768l352 128 320-128 352 128v768l-352-128zM384 814.27l256-102.4v-630.138l-256 102.398v630.14zM64 723.172l256 93.090v-631.8l-256-93.088v631.798zM960 172.828l-256-93.092v631.8l256 93.090v-631.798z" />
-<glyph unicode="" glyph-name="history" horiz-adv-x="1088" d="M640 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM832 512v-128h-256v320h128v-192z" />
-<glyph unicode="" glyph-name="clock" d="M658.744 210.744l-210.744 210.746v282.51h128v-229.49l173.256-173.254zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384z" />
-<glyph unicode="" glyph-name="clock2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM658.744 210.744l-210.744 210.746v282.51h128v-229.49l173.256-173.254-90.512-90.512z" />
-<glyph unicode="" glyph-name="alarm" d="M512 832c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448zM512 24c-198.824 0-360 161.178-360 360 0 198.824 161.176 360 360 360 198.822 0 360-161.176 360-360 0-198.822-161.178-360-360-360zM934.784 672.826c16.042 28.052 25.216 60.542 25.216 95.174 0 106.040-85.96 192-192 192-61.818 0-116.802-29.222-151.92-74.596 131.884-27.236 245.206-105.198 318.704-212.578v0zM407.92 885.404c-35.116 45.374-90.102 74.596-151.92 74.596-106.040 0-192-85.96-192-192 0-34.632 9.174-67.122 25.216-95.174 73.5 107.38 186.822 185.342 318.704 212.578zM512 384v256h-64v-320h256v64z" />
-<glyph unicode="" glyph-name="bell" d="M1025.5 160c0 288-256 224-256 448 0 18.56-1.788 34.42-5.048 47.928-16.83 113.018-92.156 203.72-189.772 231.36 0.866 3.948 1.32 8.032 1.32 12.21 0 33.278-28.8 60.502-64 60.502s-64-27.224-64-60.5c0-4.18 0.456-8.264 1.32-12.21-109.47-30.998-190.914-141.298-193.254-273.442-0.040-1.92-0.066-3.864-0.066-5.846 0-224.002-256-160.002-256-448.002 0-76.226 170.59-139.996 398.97-156.080 21.524-40.404 64.056-67.92 113.030-67.92s91.508 27.516 113.030 67.92c228.38 16.084 398.97 79.854 398.97 156.080 0 0.228-0.026 0.456-0.028 0.682l1.528-0.682zM826.246 105.904c-54.23-14.47-118.158-24.876-186.768-30.648-5.704 65.418-60.582 116.744-127.478 116.744s-121.774-51.326-127.478-116.744c-68.608 5.772-132.538 16.178-186.768 30.648-74.63 19.914-110.31 42.19-123.368 54.096 13.058 11.906 48.738 34.182 123.368 54.096 86.772 23.152 198.372 35.904 314.246 35.904s227.474-12.752 314.246-35.904c74.63-19.914 110.31-42.19 123.368-54.096-13.058-11.906-48.738-34.182-123.368-54.096z" />
-<glyph unicode="" glyph-name="stopwatch" d="M512.002 766.788v65.212h128v64c0 35.346-28.654 64-64.002 64h-191.998c-35.346 0-64-28.654-64-64v-64h128v-65.212c-214.798-16.338-384-195.802-384-414.788 0-229.75 186.25-416 416-416s416 186.25 416 416c0 218.984-169.202 398.448-384 414.788zM706.276 125.726c-60.442-60.44-140.798-93.726-226.274-93.726s-165.834 33.286-226.274 93.726c-60.44 60.44-93.726 140.8-93.726 226.274s33.286 165.834 93.726 226.274c58.040 58.038 134.448 91.018 216.114 93.548l-21.678-314.020c-1.86-26.29 12.464-37.802 31.836-37.802s33.698 11.512 31.836 37.802l-21.676 314.022c81.666-2.532 158.076-35.512 216.116-93.55 60.44-60.44 93.726-140.8 93.726-226.274s-33.286-165.834-93.726-226.274z" />
-<glyph unicode="" glyph-name="calendar" d="M320 576h128v-128h-128zM512 576h128v-128h-128zM704 576h128v-128h-128zM128 192h128v-128h-128zM320 192h128v-128h-128zM512 192h128v-128h-128zM320 384h128v-128h-128zM512 384h128v-128h-128zM704 384h128v-128h-128zM128 384h128v-128h-128zM832 960v-64h-128v64h-448v-64h-128v64h-128v-1024h960v1024h-128zM896 0h-832v704h832v-704z" />
-<glyph unicode="" glyph-name="printer" d="M256 896h512v-128h-512v128zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.794-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM128 512c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.652-64-64-64zM704 64h-384v320h384v-320z" />
-<glyph unicode="" glyph-name="keyboard" horiz-adv-x="1152" d="M1088 832h-1024c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h1024c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM640 704h128v-128h-128v128zM832 512v-128h-128v128h128zM448 704h128v-128h-128v128zM640 512v-128h-128v128h128zM256 704h128v-128h-128v128zM448 512v-128h-128v128h128zM128 704h64v-128h-64v128zM128 512h128v-128h-128v128zM192 192h-64v128h64v-128zM768 192h-512v128h512v-128zM1024 192h-192v128h192v-128zM1024 384h-128v128h128v-128zM1024 576h-192v128h192v-128z" />
-<glyph unicode="" glyph-name="display" d="M0 896v-640h1024v640h-1024zM960 320h-896v512h896v-512zM672 192h-320l-32-128-64-64h512l-64 64z" />
-<glyph unicode="" glyph-name="laptop" d="M896 256v512c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-512h-128v-192h1024v192h-128zM640 128h-256v64h256v-64zM832 256h-640v511.886c0.034 0.040 0.076 0.082 0.114 0.114h639.77c0.040-0.034 0.082-0.076 0.116-0.116v-511.884z" />
-<glyph unicode="" glyph-name="mobile" d="M736 960h-448c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h448c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM384 912h256v-32h-256v32zM512 0c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM768 192h-512v640h512v-640z" />
-<glyph unicode="" glyph-name="mobile2" d="M768 960h-576c-35.2 0-64-28.798-64-64v-896c0-35.2 28.798-64 64-64h576c35.2 0 64 28.8 64 64v896c0 35.202-28.8 64-64 64zM480-17.782c-27.492 0-49.782 22.29-49.782 49.782s22.29 49.782 49.782 49.782 49.782-22.29 49.782-49.782-22.29-49.782-49.782-49.782zM768 128h-576v704h576v-704z" />
-<glyph unicode="" glyph-name="tablet" d="M800 960h-640c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h640c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM480-32c-17.672 0-32 14.326-32 32s14.328 32 32 32 32-14.326 32-32-14.328-32-32-32zM768 64h-576v768h576v-768z" />
-<glyph unicode="" glyph-name="tv" d="M981.188 671.892c-88.808 12.768-183.382 22.016-282.076 27.22l164.888 164.888-64 64-224.558-224.556c-21.006 0.368-42.156 0.556-63.442 0.556v0l-256 256-64-64 194.196-194.196c-120.922-4.242-236.338-14.524-343.386-29.912-27.532-107.726-42.81-226.752-42.81-351.892s15.278-244.166 42.804-351.89c143.642-20.652 302.34-32.11 469.196-32.11s325.55 11.458 469.188 32.11c27.534 107.724 42.812 226.75 42.812 351.89s-15.278 244.166-42.812 351.892zM863.892 85.406c-107.73-13.766-226.75-21.406-351.892-21.406s-244.166 7.64-351.892 21.406c-20.648 71.816-32.108 151.166-32.108 234.594 0 83.43 11.458 162.78 32.108 234.596 107.726 13.766 226.75 21.404 351.892 21.404 125.136 0 244.162-7.638 351.886-21.404 20.656-71.816 32.114-151.166 32.114-234.596 0-83.428-11.458-162.778-32.108-234.594z" />
-<glyph unicode="" glyph-name="drawer" d="M1016.988 307.99l-256 320c-6.074 7.592-15.266 12.010-24.988 12.010h-448c-9.72 0-18.916-4.418-24.988-12.010l-256-320c-4.538-5.674-7.012-12.724-7.012-19.99v-288c0-35.346 28.654-64 64-64h896c35.348 0 64 28.654 64 64v288c0 7.266-2.472 14.316-7.012 19.99zM960 256h-224l-128-128h-192l-128 128h-224v20.776l239.38 299.224h417.24l239.38-299.224v-20.776zM736 448h-448c-17.672 0-32 14.328-32 32s14.328 32 32 32h448c17.674 0 32-14.328 32-32s-14.326-32-32-32zM800 320h-576c-17.672 0-32 14.326-32 32s14.328 32 32 32h576c17.674 0 32-14.326 32-32s-14.326-32-32-32z" />
-<glyph unicode="" glyph-name="drawer2" d="M1016.988 307.99l-256 320c-6.074 7.592-15.266 12.010-24.988 12.010h-448c-9.72 0-18.916-4.418-24.988-12.010l-256-320c-4.538-5.674-7.012-12.724-7.012-19.99v-288c0-35.346 28.654-64 64-64h896c35.348 0 64 28.654 64 64v288c0 7.266-2.472 14.316-7.012 19.99zM960 256h-224l-128-128h-192l-128 128h-224v20.776l239.38 299.224h417.24l239.38-299.224v-20.776z" />
-<glyph unicode="" glyph-name="box-add" d="M832 896h-640l-192-192v-672c0-17.674 14.326-32 32-32h960c17.672 0 32 14.326 32 32v672l-192 192zM512 128l-320 256h192v192h256v-192h192l-320-256zM154.51 768l64 64h586.978l64-64h-714.978z" />
-<glyph unicode="" glyph-name="box-remove" d="M832 896h-640l-192-192v-672c0-17.674 14.326-32 32-32h960c17.672 0 32 14.326 32 32v672l-192 192zM640 320v-192h-256v192h-192l320 256 320-256h-192zM154.51 768l64 64h586.976l64-64h-714.976z" />
-<glyph unicode="" glyph-name="download" d="M512 384l256 256h-192v256h-128v-256h-192zM744.726 488.728l-71.74-71.742 260.080-96.986-421.066-157.018-421.066 157.018 260.080 96.986-71.742 71.742-279.272-104.728v-256l512-192 512 192v256z" />
-<glyph unicode="" glyph-name="upload" d="M448 384h128v256h192l-256 256-256-256h192zM640 528v-98.712l293.066-109.288-421.066-157.018-421.066 157.018 293.066 109.288v98.712l-384-144v-256l512-192 512 192v256z" />
-<glyph unicode="" glyph-name="floppy-disk" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />
-<glyph unicode="" glyph-name="drive" d="M192 64h640c106.038 0 192 85.96 192 192h-1024c0-106.040 85.962-192 192-192zM832 192h64v-64h-64v64zM960 832h-896l-64-512h1024z" />
-<glyph unicode="" glyph-name="database" d="M512 960c-282.77 0-512-71.634-512-160v-128c0-88.366 229.23-160 512-160s512 71.634 512 160v128c0 88.366-229.23 160-512 160zM512 416c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160zM512 128c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160z" />
-<glyph unicode="" glyph-name="undo" d="M512 896c-141.384 0-269.376-57.32-362.032-149.978l-149.968 149.978v-384h384l-143.532 143.522c69.496 69.492 165.492 112.478 271.532 112.478 212.068 0 384-171.924 384-384 0-114.696-50.292-217.636-130.018-288l84.666-96c106.302 93.816 173.352 231.076 173.352 384 0 282.77-229.23 512-512 512z" />
-<glyph unicode="" glyph-name="redo" d="M0 384c0-152.924 67.048-290.184 173.35-384l84.666 96c-79.726 70.364-130.016 173.304-130.016 288 0 212.076 171.93 384 384 384 106.042 0 202.038-42.986 271.53-112.478l-143.53-143.522h384v384l-149.97-149.978c-92.654 92.658-220.644 149.978-362.030 149.978-282.77 0-512-229.23-512-512z" />
-<glyph unicode="" glyph-name="undo2" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />
-<glyph unicode="" glyph-name="redo2" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />
-<glyph unicode="" glyph-name="forward" d="M262.14 960c-113.728-206.032-132.89-520.304 313.86-509.824v253.824l384-384-384-384v248.372c-534.96-13.942-594.572 472.214-313.86 775.628z" />
-<glyph unicode="" glyph-name="reply" d="M448 184.372v-248.372l-384 384 384 384v-253.824c446.75-10.48 427.588 303.792 313.862 509.824 280.71-303.414 221.1-789.57-313.862-775.628z" />
-<glyph unicode="" glyph-name="bubble" d="M512 896c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
-<glyph unicode="" glyph-name="bubbles" horiz-adv-x="1152" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256s128.942 256 288 256c159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM512 960c278.458 0 504.992-180.614 511.836-405.52-49.182 21.92-103.586 33.52-159.836 33.52-95.56 0-185.816-33.446-254.138-94.178-70.846-62.972-109.862-147.434-109.862-237.822 0-44.672 9.544-87.888 27.736-127.788-5.228-0.126-10.468-0.212-15.736-0.212-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
-<glyph unicode="" glyph-name="bubbles2" horiz-adv-x="1152" d="M480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" />
-<glyph unicode="" glyph-name="bubble2" d="M512 768c-54.932 0-107.988-8.662-157.694-25.742-46.712-16.054-88.306-38.744-123.628-67.444-66.214-53.798-102.678-122.984-102.678-194.814 0-40.298 11.188-79.378 33.252-116.152 22.752-37.92 56.982-72.586 98.988-100.252 30.356-19.992 50.78-51.948 56.176-87.894 1.8-11.984 2.928-24.088 3.37-36.124 7.47 6.194 14.75 12.846 21.88 19.976 24.154 24.152 56.78 37.49 90.502 37.49 5.368 0 10.762-0.336 16.156-1.024 20.974-2.666 42.398-4.020 63.676-4.020 54.934 0 107.988 8.66 157.694 25.742 46.712 16.054 88.306 38.744 123.628 67.444 66.214 53.796 102.678 122.984 102.678 194.814s-36.464 141.016-102.678 194.814c-35.322 28.698-76.916 51.39-123.628 67.444-49.706 17.080-102.76 25.742-157.694 25.742zM512 896v0c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
-<glyph unicode="" glyph-name="bubbles3" horiz-adv-x="1152" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256s128.942 256 288 256c159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM230.678 738.814c-66.214-53.798-102.678-122.984-102.678-194.814 0-40.298 11.188-79.378 33.252-116.15 22.752-37.92 56.982-72.586 98.988-100.252 30.356-19.992 50.78-51.948 56.176-87.894 1.8-11.984 2.928-24.088 3.37-36.124 7.47 6.194 14.75 12.846 21.88 19.976 24.154 24.152 56.78 37.49 90.502 37.49 5.368 0 10.762-0.336 16.156-1.024 20.948-2.662 42.344-4.016 63.594-4.020v-128c-27.128 0.002-53.754 1.738-79.742 5.042-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416 278.458 0 504.992-180.614 511.836-405.52-41.096 18.316-85.84 29.422-132.262 32.578-11.53 56.068-45.402 108.816-98.252 151.756-35.322 28.698-76.916 51.39-123.628 67.444-49.706 17.080-102.76 25.742-157.694 25.742-54.932 0-107.988-8.662-157.694-25.742-46.712-16.054-88.306-38.744-123.628-67.444z" />
-<glyph unicode="" glyph-name="bubbles4" horiz-adv-x="1152" d="M480 832c-50.666 0-99.582-7.95-145.386-23.628-42.924-14.694-81.114-35.436-113.502-61.646-60.044-48.59-93.112-110.802-93.112-175.174 0-35.99 10.066-70.948 29.92-103.898 20.686-34.34 51.898-65.794 90.26-90.958 30.44-19.968 50.936-51.952 56.362-87.95 0.902-5.99 1.63-12.006 2.18-18.032 2.722 2.52 5.424 5.114 8.114 7.794 24.138 24.040 56.688 37.312 90.322 37.312 5.348 0 10.718-0.336 16.094-1.018 19.36-2.452 39.124-3.696 58.748-3.696 50.666 0 99.58 7.948 145.384 23.628 42.926 14.692 81.116 35.434 113.504 61.644 60.046 48.59 93.112 110.802 93.112 175.174s-33.066 126.582-93.112 175.174c-32.388 26.212-70.578 46.952-113.504 61.646-45.804 15.678-94.718 23.628-145.384 23.628zM480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" />
-<glyph unicode="" glyph-name="user" d="M576 253.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388z" />
-<glyph unicode="" glyph-name="users" horiz-adv-x="1152" d="M768 189.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388zM327.196 164.672c55.31 36.15 124.080 63.636 199.788 80.414-15.054 17.784-28.708 37.622-40.492 59.020-30.414 55.234-46.492 116.058-46.492 175.894 0 86.042 0 167.31 30.6 233.762 29.706 64.504 83.128 104.496 159.222 119.488-16.914 76.48-61.94 126.75-181.822 126.75-192 0-192-128.942-192-288 0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h279.006c14.518 12.91 30.596 25.172 48.19 36.672z" />
-<glyph unicode="" glyph-name="user-plus" d="M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
-<glyph unicode="" glyph-name="user-minus" d="M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-320v64h320v-64z" />
-<glyph unicode="" glyph-name="user-check" d="M960 352l-288-288-96 96-64-64 160-160 352 352zM448 192h320v115.128c-67.22 39.2-156.308 66.11-256 74.26v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h448v64z" />
-<glyph unicode="" glyph-name="user-tie" d="M320 768c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192s-192 85.961-192 192zM768.078 512h-35.424l-199.104-404.244 74.45 372.244-96 96-96-96 74.45-372.244-199.102 404.244h-35.424c-127.924 0-127.924-85.986-127.924-192v-320h768v320c0 106.014 0 192-127.922 192z" />
-<glyph unicode="" glyph-name="quotes-left" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
-<glyph unicode="" glyph-name="quotes-right" d="M800 320c-123.712 0-224 100.29-224 224 0 123.712 100.288 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.634 11.636 22.252 24.016 31.83 37.020-11.438-1.8-23.16-2.746-35.104-2.746zM224 320c-123.71 0-224 100.29-224 224 0 123.712 100.29 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.636 11.636 22.254 24.016 31.832 37.020-11.44-1.8-23.16-2.746-35.106-2.746z" />
-<glyph unicode="" glyph-name="hour-glass" d="M728.992 448c137.754 87.334 231.008 255.208 231.008 448 0 21.676-1.192 43.034-3.478 64h-889.042c-2.29-20.968-3.48-42.326-3.48-64 0-192.792 93.254-360.666 231.006-448-137.752-87.334-231.006-255.208-231.006-448 0-21.676 1.19-43.034 3.478-64h889.042c2.288 20.966 3.478 42.324 3.478 64 0.002 192.792-93.252 360.666-231.006 448zM160 0c0 186.912 80.162 345.414 224 397.708v100.586c-143.838 52.29-224 210.792-224 397.706v0h704c0-186.914-80.162-345.416-224-397.706v-100.586c143.838-52.294 224-210.796 224-397.708h-704zM619.626 290.406c-71.654 40.644-75.608 93.368-75.626 125.366v64.228c0 31.994 3.804 84.914 75.744 125.664 38.504 22.364 71.808 56.348 97.048 98.336h-409.582c25.266-42.032 58.612-76.042 97.166-98.406 71.654-40.644 75.606-93.366 75.626-125.366v-64.228c0-31.992-3.804-84.914-75.744-125.664-72.622-42.18-126.738-125.684-143.090-226.336h501.67c-16.364 100.708-70.53 184.248-143.212 226.406z" />
-<glyph unicode="" glyph-name="spinner" d="M384 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM655.53 719.53c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM832 448c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM719.53 176.47c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM448.002 64c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM176.472 176.47c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM144.472 719.53c0 0 0 0 0 0 0 53.019 42.981 96 96 96s96-42.981 96-96c0 0 0 0 0 0 0-53.019-42.981-96-96-96s-96 42.981-96 96zM56 448c0 39.765 32.235 72 72 72s72-32.235 72-72c0-39.765-32.235-72-72-72s-72 32.235-72 72z" />
-<glyph unicode="" glyph-name="spinner2" d="M1024 448c-1.278 66.862-15.784 133.516-42.576 194.462-26.704 61-65.462 116.258-113.042 161.92-47.552 45.696-103.944 81.82-164.984 105.652-61.004 23.924-126.596 35.352-191.398 33.966-64.81-1.282-129.332-15.374-188.334-41.356-59.048-25.896-112.542-63.47-156.734-109.576-44.224-46.082-79.16-100.708-102.186-159.798-23.114-59.062-34.128-122.52-32.746-185.27 1.286-62.76 14.964-125.148 40.134-182.206 25.088-57.1 61.476-108.828 106.11-151.548 44.61-42.754 97.472-76.504 154.614-98.72 57.118-22.304 118.446-32.902 179.142-31.526 60.708 1.29 120.962 14.554 176.076 38.914 55.15 24.282 105.116 59.48 146.366 102.644 41.282 43.14 73.844 94.236 95.254 149.43 13.034 33.458 21.88 68.4 26.542 103.798 1.246-0.072 2.498-0.12 3.762-0.12 35.346 0 64 28.652 64 64 0 1.796-0.094 3.572-0.238 5.332h0.238zM922.306 278.052c-23.472-53.202-57.484-101.4-99.178-141.18-41.67-39.81-91-71.186-144.244-91.79-53.228-20.678-110.29-30.452-166.884-29.082-56.604 1.298-112.596 13.736-163.82 36.474-51.25 22.666-97.684 55.49-135.994 95.712-38.338 40.198-68.528 87.764-88.322 139.058-19.87 51.284-29.228 106.214-27.864 160.756 1.302 54.552 13.328 108.412 35.254 157.69 21.858 49.3 53.498 93.97 92.246 130.81 38.73 36.868 84.53 65.87 133.874 84.856 49.338 19.060 102.136 28.006 154.626 26.644 52.5-1.306 104.228-12.918 151.562-34.034 47.352-21.050 90.256-51.502 125.624-88.782 35.396-37.258 63.21-81.294 81.39-128.688 18.248-47.392 26.782-98.058 25.424-148.496h0.238c-0.144-1.76-0.238-3.536-0.238-5.332 0-33.012 24.992-60.174 57.086-63.624-6.224-34.822-16.53-68.818-30.78-100.992z" />
-<glyph unicode="" glyph-name="spinner3" d="M512 656.904c-32.964 0-59.686 26.724-59.686 59.686v179.060c0 32.964 26.722 59.686 59.686 59.686 32.962 0 59.688-26.722 59.688-59.686v-179.060c0-32.964-26.726-59.686-59.688-59.686zM512-36.956c-20.602 0-37.304 16.702-37.304 37.304v179.060c0 20.602 16.702 37.304 37.304 37.304 20.604 0 37.304-16.704 37.304-37.304v-179.060c0-20.602-16.7-37.304-37.304-37.304zM377.756 624.64c-19.34 0-38.146 10.034-48.512 27.988l-89.53 155.070c-15.452 26.764-6.282 60.986 20.482 76.438 26.762 15.45 60.986 6.284 76.438-20.482l89.53-155.072c15.452-26.764 6.282-60.986-20.482-76.438-8.81-5.084-18.432-7.504-27.926-7.504zM735.856 26.744c-11.602 0-22.886 6.022-29.108 16.792l-89.53 155.070c-9.27 16.056-3.77 36.592 12.29 45.864 16.056 9.264 36.59 3.77 45.864-12.292l89.532-155.068c9.27-16.058 3.768-36.592-12.292-45.864-5.286-3.048-11.060-4.502-16.756-4.502zM279.344 530.060c-8.86 0-17.838 2.256-26.064 7.006l-155.072 89.53c-24.978 14.422-33.538 46.362-19.116 71.342 14.42 24.978 46.364 33.538 71.342 19.116l155.070-89.53c24.98-14.422 33.538-46.362 19.116-71.34-9.668-16.756-27.226-26.124-45.276-26.124zM899.648 194.326c-5.064 0-10.196 1.29-14.894 4.004l-155.068 89.53c-14.274 8.24-19.164 26.494-10.924 40.768 8.242 14.276 26.496 19.166 40.766 10.924l155.070-89.532c14.274-8.24 19.164-26.492 10.924-40.766-5.53-9.574-15.562-14.928-25.874-14.928zM243.41 399.504h-179.060c-26.784 0-48.496 21.712-48.496 48.496s21.712 48.496 48.496 48.496h179.060c26.784 0 48.496-21.712 48.496-48.496s-21.712-48.496-48.496-48.496zM959.65 418.156c-0.002 0 0 0 0 0h-179.060c-16.482 0.002-29.844 13.364-29.844 29.844s13.364 29.844 29.844 29.844c0.002 0 0 0 0 0h179.060c16.482 0 29.844-13.362 29.844-29.844 0-16.48-13.364-29.844-29.844-29.844zM124.366 179.402c-15.472 0-30.518 8.028-38.81 22.39-12.362 21.41-5.026 48.79 16.384 61.148l155.072 89.532c21.41 12.368 48.79 5.028 61.15-16.384 12.362-21.412 5.026-48.79-16.384-61.15l-155.072-89.53c-7.050-4.070-14.748-6.006-22.34-6.006zM744.632 552.448c-10.314 0-20.346 5.352-25.874 14.926-8.24 14.274-3.35 32.526 10.924 40.768l155.070 89.528c14.272 8.236 32.526 3.352 40.768-10.922 8.24-14.274 3.35-32.526-10.924-40.768l-155.070-89.528c-4.7-2.714-9.83-4.004-14.894-4.004zM288.136 19.284c-6.962 0-14.016 1.774-20.48 5.504-19.626 11.332-26.35 36.428-15.020 56.054l89.53 155.070c11.33 19.628 36.426 26.352 56.054 15.022 19.626-11.332 26.35-36.43 15.020-56.054l-89.53-155.072c-7.598-13.166-21.392-20.524-35.574-20.524zM646.266 650.758c-5.062 0-10.196 1.29-14.894 4.002-14.274 8.242-19.164 26.494-10.924 40.766l89.534 155.070c8.24 14.274 26.492 19.166 40.766 10.922 14.274-8.242 19.164-26.494 10.924-40.766l-89.532-155.070c-5.53-9.57-15.56-14.924-25.874-14.924z" />
-<glyph unicode="" glyph-name="spinner4" d="M192 448c0 12.18 0.704 24.196 2.030 36.022l-184.98 60.104c-5.916-31.14-9.050-63.264-9.050-96.126 0-147.23 62.166-279.922 161.654-373.324l114.284 157.296c-52.124 56.926-83.938 132.758-83.938 216.028zM832 448c0-83.268-31.812-159.102-83.938-216.028l114.284-157.296c99.488 93.402 161.654 226.094 161.654 373.324 0 32.862-3.132 64.986-9.048 96.126l-184.98-60.104c1.324-11.828 2.028-23.842 2.028-36.022zM576 761.592c91.934-18.662 169.544-76.742 214.45-155.826l184.978 60.102c-73.196 155.42-222.24 268.060-399.428 290.156v-194.432zM233.55 605.768c44.906 79.084 122.516 137.164 214.45 155.826v194.43c-177.188-22.096-326.23-134.736-399.426-290.154l184.976-60.102zM644.556 156.672c-40.39-18.408-85.272-28.672-132.556-28.672s-92.166 10.264-132.554 28.67l-114.292-157.31c73.206-40.366 157.336-63.36 246.846-63.36s173.64 22.994 246.848 63.36l-114.292 157.312z" />
-<glyph unicode="" glyph-name="spinner5" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 704c141.384 0 256-114.616 256-256s-114.616-256-256-256-256 114.616-256 256 114.616 256 256 256zM817.47 142.53c-81.594-81.594-190.080-126.53-305.47-126.53-115.392 0-223.876 44.936-305.47 126.53s-126.53 190.078-126.53 305.47c0 115.39 44.936 223.876 126.53 305.47l67.882-67.882c0 0 0 0 0 0-131.006-131.006-131.006-344.17 0-475.176 63.462-63.462 147.838-98.412 237.588-98.412 89.748 0 174.124 34.95 237.588 98.412 131.006 131.006 131.006 344.168 0 475.176l67.882 67.882c81.594-81.594 126.53-190.080 126.53-305.47 0-115.392-44.936-223.876-126.53-305.47z" />
-<glyph unicode="" glyph-name="spinner6" d="M384 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM790.994 448c0 0 0 0 0 0 0 57.993 47.013 105.006 105.006 105.006s105.006-47.013 105.006-105.006c0 0 0 0 0 0 0-57.993-47.013-105.006-105.006-105.006s-105.006 47.013-105.006 105.006zM688.424 176.47c0 52.526 42.58 95.106 95.106 95.106s95.106-42.58 95.106-95.106c0-52.526-42.58-95.106-95.106-95.106s-95.106 42.58-95.106 95.106zM425.862 64c0 47.573 38.565 86.138 86.138 86.138s86.138-38.565 86.138-86.138c0-47.573-38.565-86.138-86.138-86.138s-86.138 38.565-86.138 86.138zM162.454 176.47c0 43.088 34.93 78.018 78.018 78.018s78.018-34.93 78.018-78.018c0-43.088-34.93-78.018-78.018-78.018s-78.018 34.93-78.018 78.018zM57.338 448c0 39.026 31.636 70.662 70.662 70.662s70.662-31.636 70.662-70.662c0-39.026-31.636-70.662-70.662-70.662s-70.662 31.636-70.662 70.662zM176.472 719.528c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM899.464 719.528c0-64.024-51.906-115.934-115.936-115.934-64.024 0-115.936 51.91-115.936 115.934 0 64.032 51.912 115.934 115.936 115.934 64.030 0 115.936-51.902 115.936-115.934z" />
-<glyph unicode="" glyph-name="spinner7" d="M416 32c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM0 448c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM832 448c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM121.844 742.156c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM710.156 153.844c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM121.844 153.844c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM710.156 742.156c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96z" />
-<glyph unicode="" glyph-name="spinner8" d="M512-64c-136.76 0-265.334 53.258-362.040 149.96-96.702 96.706-149.96 225.28-149.96 362.040 0 96.838 27.182 191.134 78.606 272.692 50 79.296 120.664 143.372 204.356 185.3l43-85.832c-68.038-34.084-125.492-86.186-166.15-150.67-41.746-66.208-63.812-142.798-63.812-221.49 0-229.382 186.618-416 416-416s416 186.618 416 416c0 78.692-22.066 155.282-63.81 221.49-40.66 64.484-98.114 116.584-166.15 150.67l43 85.832c83.692-41.928 154.358-106.004 204.356-185.3 51.422-81.558 78.604-175.854 78.604-272.692 0-136.76-53.258-265.334-149.96-362.040-96.706-96.702-225.28-149.96-362.040-149.96z" />
-<glyph unicode="" glyph-name="spinner9" d="M512 960c-278.748 0-505.458-222.762-511.848-499.974 5.92 241.864 189.832 435.974 415.848 435.974 229.75 0 416-200.576 416-448 0-53.020 42.98-96 96-96s96 42.98 96 96c0 282.77-229.23 512-512 512zM512-64c278.748 0 505.458 222.762 511.848 499.974-5.92-241.864-189.832-435.974-415.848-435.974-229.75 0-416 200.576-416 448 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-282.77 229.23-512 512-512z" />
-<glyph unicode="" glyph-name="spinner10" d="M0.042 446.382l-0.022-0.004c0 0 0.012-0.090 0.028-0.222 0.11-3.878 0.55-7.676 1.322-11.352 0.204-1.746 0.428-3.66 0.674-5.774 0.222-1.886 0.46-3.914 0.718-6.078 0.374-2.566 0.77-5.292 1.19-8.176 0.856-5.746 1.8-12.124 2.908-18.958 1.348-6.446 2.804-13.414 4.364-20.864 0.71-3.718 1.776-7.504 2.786-11.406 1.024-3.89 2.078-7.894 3.16-12.004 0.566-2.042 1.040-4.132 1.708-6.208 0.656-2.074 1.32-4.176 1.988-6.3 1.348-4.234 2.726-8.566 4.136-12.988 0.352-1.106 0.708-2.21 1.064-3.324 0.408-1.102 0.814-2.208 1.226-3.316 0.826-2.218 1.658-4.458 2.502-6.714 1.696-4.496 3.422-9.078 5.18-13.742 1.968-4.566 3.97-9.214 6.004-13.934 1.018-2.348 2.044-4.714 3.078-7.098 1.048-2.376 2.27-4.704 3.408-7.074 2.322-4.714 4.678-9.496 7.062-14.332 2.47-4.786 5.208-9.512 7.846-14.328 1.336-2.398 2.68-4.808 4.028-7.23 1.368-2.41 2.902-4.75 4.356-7.14 2.95-4.738 5.93-9.524 8.934-14.348 12.64-18.894 26.676-37.566 42.21-55.278 15.712-17.578 32.726-34.25 50.692-49.602 18.18-15.136 37.264-28.902 56.726-41.114 19.604-12.036 39.644-22.312 59.376-31.144 5.004-2.040 9.964-4.062 14.878-6.066 2.462-0.972 4.868-2.032 7.336-2.918 2.47-0.868 4.93-1.734 7.376-2.594 4.898-1.684 9.678-3.468 14.484-4.992 4.832-1.43 9.604-2.844 14.312-4.242 2.356-0.672 4.66-1.426 7.004-2.012 2.346-0.574 4.676-1.14 6.986-1.704 4.606-1.118 9.142-2.214 13.604-3.296 4.5-0.868 8.926-1.722 13.27-2.558 2.166-0.41 4.31-0.82 6.434-1.222 1.062-0.2 2.118-0.398 3.166-0.598 1.060-0.148 2.118-0.292 3.166-0.442 4.192-0.582 8.292-1.152 12.3-1.71 1.998-0.274 3.972-0.546 5.922-0.816 1.946-0.286 3.904-0.378 5.814-0.57 3.822-0.336 7.544-0.664 11.164-0.98 3.616-0.304 7.104-0.688 10.526-0.738 0.23-0.008 0.452-0.016 0.682-0.026 0.614-34.812 29.008-62.846 63.968-62.846 0.542 0 1.080 0.028 1.62 0.042v-0.022c0 0 0.090 0.012 0.224 0.028 3.878 0.11 7.674 0.55 11.35 1.322 1.748 0.204 3.662 0.426 5.776 0.672 1.884 0.222 3.912 0.462 6.076 0.718 2.566 0.376 5.292 0.772 8.176 1.192 5.746 0.856 12.124 1.8 18.958 2.908 6.446 1.348 13.414 2.804 20.864 4.362 3.718 0.712 7.504 1.778 11.406 2.786 3.892 1.026 7.894 2.080 12.004 3.162 2.044 0.566 4.132 1.040 6.208 1.708 2.074 0.656 4.174 1.318 6.3 1.988 4.232 1.348 8.564 2.726 12.988 4.134 1.104 0.354 2.21 0.708 3.324 1.066 1.1 0.406 2.206 0.814 3.316 1.226 2.216 0.824 4.456 1.658 6.714 2.5 4.496 1.698 9.078 3.424 13.74 5.182 4.568 1.968 9.216 3.97 13.936 6.004 2.348 1.018 4.714 2.044 7.098 3.078 2.376 1.048 4.702 2.27 7.074 3.408 4.714 2.322 9.494 4.678 14.33 7.062 4.786 2.47 9.512 5.208 14.328 7.846 2.398 1.336 4.808 2.678 7.23 4.028 2.41 1.366 4.75 2.9 7.14 4.354 4.738 2.952 9.524 5.93 14.35 8.936 18.89 12.64 37.564 26.674 55.278 42.21 17.574 15.712 34.248 32.726 49.602 50.69 15.136 18.182 28.902 37.264 41.112 56.728 12.036 19.602 22.314 39.644 31.142 59.376 2.042 5.002 4.062 9.964 6.068 14.878 0.974 2.462 2.032 4.868 2.918 7.334 0.87 2.472 1.732 4.932 2.592 7.376 1.686 4.898 3.468 9.678 4.994 14.484 1.432 4.832 2.846 9.604 4.24 14.31 0.674 2.358 1.43 4.66 2.016 7.004 0.57 2.348 1.138 4.676 1.702 6.988 1.118 4.606 2.216 9.14 3.296 13.602 0.868 4.502 1.72 8.928 2.558 13.272 0.41 2.164 0.818 4.308 1.222 6.434 0.2 1.060 0.398 2.116 0.596 3.164 0.148 1.062 0.296 2.118 0.444 3.168 0.582 4.19 1.152 8.292 1.708 12.3 0.278 1.996 0.55 3.97 0.82 5.922 0.284 1.946 0.376 3.902 0.568 5.812 0.336 3.822 0.664 7.546 0.98 11.164 0.304 3.616 0.686 7.106 0.738 10.528 0.020 0.534 0.040 1.044 0.058 1.574 35.224 0.146 63.732 28.738 63.732 63.992 0 0.542-0.028 1.080-0.042 1.62h0.022c0 0-0.012 0.090-0.028 0.224-0.11 3.878-0.55 7.674-1.322 11.35-0.204 1.748-0.428 3.662-0.674 5.776-0.222 1.886-0.46 3.914-0.718 6.076-0.374 2.566-0.77 5.294-1.19 8.176-0.856 5.746-1.8 12.124-2.908 18.958-1.348 6.444-2.804 13.414-4.364 20.862-0.71 3.72-1.776 7.506-2.786 11.408-1.024 3.892-2.078 7.894-3.16 12.002-0.566 2.044-1.040 4.134-1.708 6.208-0.656 2.076-1.32 4.174-1.988 6.3-1.348 4.234-2.726 8.566-4.136 12.99-0.352 1.102-0.708 2.21-1.064 3.324-0.408 1.1-0.814 2.206-1.226 3.316-0.826 2.216-1.658 4.454-2.502 6.714-1.696 4.498-3.422 9.080-5.18 13.74-1.968 4.57-3.97 9.216-6.004 13.936-1.020 2.348-2.044 4.714-3.078 7.098-1.048 2.376-2.27 4.702-3.408 7.076-2.322 4.714-4.678 9.494-7.062 14.33-2.47 4.786-5.208 9.512-7.846 14.328-1.336 2.398-2.68 4.808-4.028 7.23-1.368 2.41-2.902 4.75-4.356 7.14-2.95 4.74-5.93 9.524-8.934 14.35-12.64 18.892-26.676 37.564-42.21 55.278-15.712 17.576-32.726 34.25-50.692 49.602-18.18 15.136-37.264 28.902-56.726 41.112-19.604 12.036-39.644 22.314-59.376 31.142-5.004 2.040-9.964 4.062-14.878 6.068-2.462 0.974-4.868 2.032-7.336 2.918-2.47 0.87-4.93 1.734-7.376 2.592-4.898 1.684-9.678 3.468-14.484 4.994-4.832 1.432-9.604 2.846-14.312 4.242-2.356 0.672-4.66 1.428-7.004 2.014-2.346 0.572-4.676 1.138-6.986 1.702-4.606 1.118-9.142 2.216-13.604 3.298-4.5 0.868-8.926 1.72-13.27 2.558-2.166 0.412-4.31 0.82-6.434 1.222-1.062 0.2-2.118 0.398-3.166 0.596-1.060 0.148-2.118 0.296-3.166 0.442-4.192 0.584-8.292 1.154-12.3 1.71-1.998 0.276-3.972 0.55-5.922 0.82-1.946 0.284-3.904 0.376-5.814 0.57-3.822 0.336-7.544 0.664-11.164 0.98-3.616 0.304-7.104 0.686-10.526 0.738-0.852 0.032-1.674 0.062-2.512 0.092-0.65 34.78-29.028 62.778-63.966 62.778-0.542 0-1.080-0.028-1.62-0.042l-0.002 0.022c0 0-0.090-0.012-0.222-0.028-3.878-0.11-7.676-0.55-11.352-1.322-1.748-0.204-3.662-0.426-5.776-0.672-1.884-0.222-3.912-0.462-6.076-0.718-2.566-0.376-5.292-0.772-8.176-1.192-5.746-0.856-12.124-1.8-18.958-2.908-6.446-1.348-13.414-2.804-20.864-4.362-3.718-0.712-7.504-1.778-11.406-2.786-3.892-1.026-7.894-2.080-12.004-3.162-2.044-0.566-4.132-1.040-6.208-1.708-2.074-0.656-4.174-1.318-6.3-1.988-4.232-1.348-8.564-2.726-12.988-4.134-1.104-0.354-2.21-0.708-3.324-1.066-1.1-0.406-2.206-0.814-3.316-1.226-2.216-0.824-4.456-1.658-6.714-2.5-4.496-1.698-9.078-3.424-13.74-5.182-4.568-1.968-9.216-3.97-13.936-6.004-2.348-1.018-4.714-2.044-7.098-3.078-2.376-1.048-4.702-2.27-7.074-3.408-4.714-2.322-9.494-4.678-14.33-7.062-4.786-2.47-9.512-5.208-14.328-7.846-2.398-1.336-4.808-2.678-7.23-4.028-2.41-1.366-4.75-2.9-7.14-4.354-4.738-2.952-9.524-5.93-14.35-8.936-18.89-12.64-37.564-26.674-55.278-42.21-17.574-15.712-34.248-32.726-49.602-50.69-15.136-18.182-28.902-37.264-41.112-56.728-12.036-19.602-22.314-39.644-31.142-59.376-2.042-5.002-4.062-9.964-6.068-14.878-0.974-2.462-2.032-4.868-2.918-7.334-0.87-2.472-1.732-4.932-2.592-7.376-1.686-4.898-3.468-9.678-4.994-14.484-1.432-4.832-2.846-9.604-4.24-14.31-0.674-2.358-1.43-4.66-2.016-7.004-0.57-2.348-1.138-4.676-1.702-6.988-1.118-4.606-2.216-9.14-3.296-13.602-0.868-4.502-1.72-8.928-2.558-13.272-0.41-2.164-0.818-4.308-1.222-6.434-0.2-1.060-0.398-2.116-0.596-3.164-0.148-1.062-0.296-2.118-0.444-3.168-0.582-4.19-1.152-8.292-1.708-12.3-0.278-1.996-0.55-3.97-0.82-5.922-0.284-1.946-0.376-3.902-0.568-5.812-0.336-3.822-0.664-7.546-0.98-11.164-0.304-3.616-0.686-7.106-0.738-10.528-0.020-0.548-0.040-1.076-0.058-1.62-34.376-1.112-61.902-29.304-61.902-63.946 0-0.542 0.028-1.078 0.042-1.618zM73.518 511.294c0.042 0.196 0.086 0.384 0.128 0.58 0.644 3.248 1.632 6.542 2.556 9.942 0.934 3.388 1.894 6.876 2.88 10.454 0.516 1.78 0.934 3.602 1.546 5.406 0.596 1.802 1.202 3.628 1.81 5.476 1.218 3.682 2.464 7.45 3.736 11.294 0.316 0.958 0.634 1.924 0.956 2.892 0.37 0.954 0.74 1.914 1.114 2.876 0.746 1.924 1.5 3.868 2.26 5.83 1.52 3.904 3.070 7.882 4.646 11.93 1.768 3.96 3.566 7.99 5.392 12.080 0.908 2.038 1.824 4.090 2.746 6.156 0.932 2.060 2.036 4.072 3.052 6.126 2.070 4.084 4.17 8.222 6.294 12.412 2.202 4.142 4.654 8.224 6.998 12.392 1.184 2.074 2.374 4.16 3.57 6.256 1.21 2.086 2.586 4.102 3.876 6.166 2.616 4.098 5.256 8.232 7.918 12.402 11.234 16.298 23.632 32.398 37.33 47.638 13.874 15.104 28.842 29.404 44.598 42.548 15.974 12.928 32.686 24.65 49.676 35.022 17.13 10.194 34.6 18.838 51.734 26.258 4.35 1.7 8.662 3.382 12.934 5.050 2.136 0.812 4.216 1.71 6.36 2.444 2.146 0.714 4.28 1.428 6.404 2.136 4.25 1.386 8.382 2.888 12.548 4.142 4.184 1.174 8.314 2.332 12.392 3.474 2.038 0.55 4.026 1.19 6.054 1.662 2.030 0.458 4.044 0.914 6.044 1.368 3.978 0.91 7.896 1.806 11.748 2.688 3.888 0.686 7.71 1.36 11.462 2.022 1.868 0.33 3.716 0.658 5.546 0.98 0.914 0.162 1.824 0.324 2.728 0.484 0.916 0.112 1.828 0.222 2.734 0.332 3.612 0.448 7.148 0.882 10.604 1.31 1.72 0.216 3.422 0.432 5.102 0.644 1.674 0.226 3.364 0.266 5.010 0.408 3.292 0.238 6.498 0.472 9.616 0.7 3.11 0.218 6.11 0.524 9.058 0.508 5.848 0.132 11.32 0.256 16.38 0.372 4.664-0.168 8.948-0.324 12.818-0.462 1.914-0.054 3.726-0.108 5.432-0.156 2.122-0.134 4.108-0.26 5.958-0.378 2.13-0.138 4.060-0.266 5.82-0.38 3.256-0.51 6.592-0.782 9.99-0.782 0.466 0 0.93 0.026 1.396 0.036 0.132-0.008 0.224-0.014 0.224-0.014v0.020c31.14 0.778 56.75 23.784 61.556 53.754 0.542-0.12 1.064-0.236 1.612-0.356 3.246-0.644 6.542-1.632 9.942-2.556 3.386-0.934 6.876-1.894 10.454-2.88 1.778-0.516 3.602-0.934 5.404-1.546 1.802-0.596 3.63-1.202 5.478-1.812 3.68-1.218 7.448-2.464 11.292-3.736 0.96-0.316 1.924-0.634 2.892-0.956 0.956-0.37 1.914-0.74 2.876-1.112 1.926-0.746 3.868-1.5 5.83-2.26 3.904-1.52 7.884-3.070 11.932-4.646 3.96-1.768 7.988-3.566 12.080-5.392 2.038-0.908 4.088-1.824 6.156-2.746 2.060-0.932 4.072-2.036 6.126-3.054 4.082-2.070 8.222-4.17 12.41-6.294 4.144-2.202 8.226-4.654 12.394-6.998 2.074-1.184 4.16-2.374 6.256-3.572 2.086-1.21 4.102-2.586 6.166-3.876 4.098-2.616 8.23-5.256 12.402-7.918 16.296-11.234 32.398-23.632 47.636-37.33 15.104-13.874 29.406-28.842 42.55-44.598 12.928-15.974 24.648-32.686 35.020-49.676 10.196-17.13 18.84-34.6 26.26-51.736 1.698-4.348 3.382-8.662 5.050-12.932 0.812-2.136 1.71-4.216 2.444-6.36 0.714-2.146 1.428-4.28 2.136-6.404 1.386-4.25 2.888-8.384 4.142-12.548 1.174-4.184 2.33-8.316 3.474-12.392 0.55-2.038 1.19-4.026 1.66-6.054 0.46-2.030 0.916-4.046 1.368-6.046 0.91-3.978 1.808-7.896 2.688-11.748 0.688-3.888 1.362-7.71 2.024-11.462 0.33-1.868 0.656-3.716 0.98-5.548 0.162-0.914 0.324-1.824 0.484-2.728 0.11-0.916 0.222-1.828 0.332-2.734 0.446-3.612 0.882-7.148 1.31-10.604 0.216-1.72 0.432-3.42 0.642-5.1 0.226-1.674 0.268-3.364 0.41-5.010 0.238-3.292 0.472-6.498 0.7-9.616 0.218-3.11 0.524-6.11 0.508-9.058 0.132-5.848 0.256-11.32 0.372-16.38-0.168-4.664-0.324-8.948-0.462-12.818-0.054-1.914-0.108-3.726-0.156-5.432-0.134-2.122-0.26-4.108-0.378-5.958-0.138-2.13-0.266-4.060-0.38-5.82-0.498-3.256-0.768-6.592-0.768-9.99 0-0.468 0.026-0.93 0.036-1.396-0.008-0.132-0.016-0.224-0.016-0.224h0.022c0.768-30.766 23.236-56.128 52.682-61.37-0.066-0.296-0.13-0.584-0.198-0.884-0.644-3.248-1.632-6.542-2.556-9.942-0.934-3.388-1.894-6.876-2.88-10.454-0.516-1.78-0.934-3.602-1.546-5.406-0.596-1.802-1.202-3.628-1.81-5.476-1.218-3.682-2.464-7.45-3.736-11.294-0.316-0.958-0.634-1.924-0.956-2.892-0.37-0.954-0.74-1.914-1.114-2.876-0.746-1.924-1.5-3.868-2.26-5.83-1.52-3.904-3.070-7.882-4.646-11.93-1.768-3.96-3.566-7.99-5.392-12.080-0.908-2.038-1.824-4.090-2.746-6.156-0.932-2.060-2.036-4.072-3.052-6.126-2.070-4.084-4.17-8.222-6.294-12.412-2.202-4.142-4.654-8.224-6.998-12.392-1.184-2.074-2.374-4.16-3.57-6.256-1.21-2.086-2.586-4.102-3.876-6.166-2.616-4.098-5.256-8.232-7.918-12.402-11.234-16.298-23.632-32.398-37.33-47.638-13.874-15.104-28.842-29.404-44.598-42.548-15.974-12.928-32.686-24.65-49.676-35.022-17.13-10.194-34.6-18.838-51.734-26.258-4.35-1.7-8.662-3.382-12.934-5.050-2.136-0.812-4.216-1.71-6.36-2.444-2.146-0.714-4.28-1.428-6.404-2.136-4.25-1.386-8.382-2.888-12.548-4.142-4.184-1.174-8.314-2.332-12.392-3.474-2.038-0.55-4.026-1.19-6.054-1.662-2.030-0.458-4.044-0.914-6.044-1.368-3.978-0.91-7.896-1.806-11.748-2.688-3.888-0.686-7.71-1.36-11.462-2.022-1.868-0.33-3.716-0.658-5.546-0.98-0.914-0.162-1.824-0.324-2.728-0.484-0.916-0.112-1.828-0.222-2.734-0.332-3.612-0.448-7.148-0.882-10.604-1.31-1.72-0.216-3.422-0.432-5.102-0.644-1.674-0.226-3.364-0.266-5.010-0.408-3.292-0.238-6.498-0.472-9.616-0.7-3.11-0.218-6.11-0.524-9.058-0.508-5.848-0.132-11.32-0.256-16.38-0.372-4.664 0.168-8.948 0.324-12.818 0.462-1.914 0.054-3.726 0.108-5.432 0.156-2.122 0.134-4.108 0.26-5.958 0.378-2.13 0.138-4.060 0.266-5.82 0.38-3.256 0.51-6.592 0.782-9.99 0.782-0.466 0-0.93-0.026-1.396-0.036-0.132 0.008-0.224 0.014-0.224 0.014v-0.020c-31.004-0.774-56.524-23.586-61.488-53.364-3.2 0.64-6.446 1.61-9.792 2.522-3.386 0.934-6.876 1.894-10.454 2.878-1.778 0.516-3.602 0.938-5.404 1.546-1.802 0.598-3.63 1.204-5.478 1.812-3.68 1.218-7.448 2.464-11.292 3.738-0.96 0.316-1.924 0.632-2.892 0.954-0.956 0.372-1.914 0.742-2.876 1.114-1.926 0.746-3.868 1.5-5.83 2.258-3.904 1.524-7.884 3.070-11.932 4.648-3.96 1.77-7.988 3.566-12.080 5.39-2.038 0.91-4.088 1.824-6.156 2.746-2.060 0.934-4.072 2.036-6.126 3.054-4.082 2.070-8.222 4.172-12.41 6.296-4.144 2.2-8.226 4.652-12.394 6.996-2.074 1.184-4.16 2.376-6.256 3.57-2.086 1.21-4.102 2.586-6.166 3.878-4.098 2.614-8.23 5.254-12.402 7.918-16.296 11.23-32.398 23.632-47.636 37.328-15.104 13.876-29.406 28.84-42.55 44.598-12.928 15.972-24.648 32.684-35.020 49.676-10.196 17.128-18.84 34.602-26.26 51.734-1.698 4.352-3.382 8.664-5.050 12.934-0.812 2.136-1.71 4.218-2.444 6.36-0.714 2.148-1.428 4.282-2.136 6.406-1.386 4.25-2.888 8.382-4.142 12.546-1.174 4.184-2.33 8.316-3.474 12.394-0.55 2.036-1.19 4.024-1.66 6.054-0.46 2.028-0.916 4.042-1.368 6.042-0.91 3.98-1.808 7.898-2.688 11.75-0.688 3.886-1.362 7.71-2.024 11.46-0.33 1.868-0.656 3.718-0.98 5.546-0.162 0.914-0.324 1.824-0.484 2.73-0.11 0.914-0.222 1.828-0.332 2.734-0.446 3.61-0.882 7.148-1.31 10.602-0.216 1.722-0.432 3.422-0.642 5.102-0.226 1.676-0.268 3.364-0.41 5.012-0.238 3.29-0.472 6.496-0.7 9.614-0.218 3.11-0.524 6.11-0.508 9.058-0.132 5.848-0.256 11.32-0.372 16.382 0.168 4.664 0.324 8.946 0.462 12.816 0.054 1.914 0.108 3.726 0.156 5.434 0.134 2.122 0.26 4.106 0.378 5.958 0.138 2.128 0.266 4.058 0.38 5.82 0.496 3.26 0.766 6.596 0.766 9.994 0 0.466-0.026 0.93-0.036 1.396 0.008 0.132 0.016 0.224 0.016 0.224h-0.022c-0.78 31.38-24.134 57.154-54.44 61.674z" />
-<glyph unicode="" glyph-name="spinner11" d="M1024 576h-384l143.53 143.53c-72.53 72.526-168.96 112.47-271.53 112.47s-199-39.944-271.53-112.47c-72.526-72.53-112.47-168.96-112.47-271.53s39.944-199 112.47-271.53c72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.528 112.472c6.056 6.054 11.86 12.292 17.456 18.668l96.32-84.282c-93.846-107.166-231.664-174.858-385.304-174.858-282.77 0-512 229.23-512 512s229.23 512 512 512c141.386 0 269.368-57.326 362.016-149.984l149.984 149.984v-384z" />
-<glyph unicode="" glyph-name="binoculars" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
-<glyph unicode="" glyph-name="search" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
-<glyph unicode="" glyph-name="zoom-in" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
-<glyph unicode="" glyph-name="zoom-out" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
-<glyph unicode="" glyph-name="enlarge" d="M1024 960h-416l160-160-192-192 96-96 192 192 160-160zM1024-64v416l-160-160-192 192-96-96 192-192-160-160zM0-64h416l-160 160 192 192-96 96-192-192-160 160zM0 960v-416l160 160 192-192 96 96-192 192 160 160z" />
-<glyph unicode="" glyph-name="shrink" d="M576 512h416l-160 160 192 192-96 96-192-192-160 160zM576 384v-416l160 160 192-192 96 96-192 192 160 160zM448 384.004h-416l160-160-192-192 96-96 192 192 160-160zM448 512v416l-160-160-192 192-96-96 192-192-160-160z" />
-<glyph unicode="" glyph-name="enlarge2" d="M1024 960v-416l-160 160-192-192-96 96 192 192-160 160zM448 288l-192-192 160-160h-416v416l160-160 192 192z" />
-<glyph unicode="" glyph-name="shrink2" d="M448 384v-416l-160 160-192-192-96 96 192 192-160 160zM1024 864l-192-192 160-160h-416v416l160-160 192 192z" />
-<glyph unicode="" glyph-name="key" d="M704 960c-176.73 0-320-143.268-320-320 0-20.026 1.858-39.616 5.376-58.624l-389.376-389.376v-192c0-35.346 28.654-64 64-64h64v64h128v128h128v128h128l83.042 83.042c34.010-12.316 70.696-19.042 108.958-19.042 176.73 0 320 143.268 320 320s-143.27 320-320 320zM799.874 639.874c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
-<glyph unicode="" glyph-name="key2" d="M1002.132 645.758l-101.106 101.104c-24.792 24.794-65.37 65.368-90.162 90.164l-101.106 101.104c-24.792 24.794-68.954 29.166-98.13 9.716l-276.438-184.292c-29.176-19.452-40.218-61.028-24.536-92.39l70.486-140.974c2.154-4.306 4.646-8.896 7.39-13.66l-356.53-356.53-32-224h192v64h128v128h128v128h128v71.186c6.396-3.812 12.534-7.216 18.192-10.044l140.97-70.488c31.366-15.682 72.94-4.638 92.39 24.538l184.294 276.44c19.454 29.172 15.078 73.33-9.714 98.126zM150.628 105.374l-45.254 45.254 311.572 311.57 45.254-45.254-311.572-311.57zM917.020 536.236l-45.256-45.256c-12.446-12.444-32.808-12.444-45.254 0l-271.53 271.53c-12.446 12.444-12.446 32.81 0 45.254l45.256 45.256c12.446 12.444 32.808 12.444 45.254 0l271.53-271.53c12.446-12.444 12.446-32.81 0-45.254z" />
-<glyph unicode="" glyph-name="lock1" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />
-<glyph unicode="" glyph-name="unlocked" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />
-<glyph unicode="" glyph-name="wrench" d="M1002.934 142.124l-460.552 394.76c21.448 40.298 33.618 86.282 33.618 135.116 0 159.058-128.942 288-288 288-29.094 0-57.172-4.332-83.646-12.354l166.39-166.39c24.89-24.89 24.89-65.62 0-90.51l-101.49-101.49c-24.89-24.89-65.62-24.89-90.51 0l-166.39 166.39c-8.022-26.474-12.354-54.552-12.354-83.646 0-159.058 128.942-288 288-288 48.834 0 94.818 12.17 135.116 33.62l394.76-460.552c22.908-26.724 62.016-28.226 86.904-3.338l101.492 101.492c24.888 24.888 23.386 63.994-3.338 86.902z" />
-<glyph unicode="" glyph-name="equalizer" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
-<glyph unicode="" glyph-name="equalizer2" d="M896 512h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576zM768 704h128v-128h-128v128zM592 128c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v576h-128v-576h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-192h128v192h16zM448 320h128v-128h-128v128zM272 512c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576h16zM128 704h128v-128h-128v128z" />
-<glyph unicode="" glyph-name="cog" 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="" glyph-name="cogs" d="M363.722 237.948l41.298 57.816-45.254 45.256-57.818-41.296c-10.722 5.994-22.204 10.774-34.266 14.192l-11.682 70.084h-64l-11.68-70.086c-12.062-3.418-23.544-8.198-34.266-14.192l-57.818 41.298-45.256-45.256 41.298-57.816c-5.994-10.72-10.774-22.206-14.192-34.266l-70.086-11.682v-64l70.086-11.682c3.418-12.060 8.198-23.544 14.192-34.266l-41.298-57.816 45.254-45.256 57.818 41.296c10.722-5.994 22.204-10.774 34.266-14.192l11.682-70.084h64l11.68 70.086c12.062 3.418 23.544 8.198 34.266 14.192l57.818-41.296 45.254 45.256-41.298 57.816c5.994 10.72 10.774 22.206 14.192 34.266l70.088 11.68v64l-70.086 11.682c-3.418 12.060-8.198 23.544-14.192 34.266zM224 96c-35.348 0-64 28.654-64 64s28.652 64 64 64 64-28.654 64-64-28.652-64-64-64zM1024 576v64l-67.382 12.25c-1.242 8.046-2.832 15.978-4.724 23.79l57.558 37.1-24.492 59.128-66.944-14.468c-4.214 6.91-8.726 13.62-13.492 20.13l39.006 56.342-45.256 45.254-56.342-39.006c-6.512 4.766-13.22 9.276-20.13 13.494l14.468 66.944-59.128 24.494-37.1-57.558c-7.812 1.892-15.744 3.482-23.79 4.724l-12.252 67.382h-64l-12.252-67.382c-8.046-1.242-15.976-2.832-23.79-4.724l-37.098 57.558-59.128-24.492 14.468-66.944c-6.91-4.216-13.62-8.728-20.13-13.494l-56.342 39.006-45.254-45.254 39.006-56.342c-4.766-6.51-9.278-13.22-13.494-20.13l-66.944 14.468-24.492-59.128 57.558-37.1c-1.892-7.812-3.482-15.742-4.724-23.79l-67.384-12.252v-64l67.382-12.25c1.242-8.046 2.832-15.978 4.724-23.79l-57.558-37.1 24.492-59.128 66.944 14.468c4.216-6.91 8.728-13.618 13.494-20.13l-39.006-56.342 45.254-45.256 56.342 39.006c6.51-4.766 13.22-9.276 20.13-13.492l-14.468-66.944 59.128-24.492 37.102 57.558c7.81-1.892 15.742-3.482 23.788-4.724l12.252-67.384h64l12.252 67.382c8.044 1.242 15.976 2.832 23.79 4.724l37.1-57.558 59.128 24.492-14.468 66.944c6.91 4.216 13.62 8.726 20.13 13.492l56.342-39.006 45.256 45.256-39.006 56.342c4.766 6.512 9.276 13.22 13.492 20.13l66.944-14.468 24.492 59.13-57.558 37.1c1.892 7.812 3.482 15.742 4.724 23.79l67.382 12.25zM672 468.8c-76.878 0-139.2 62.322-139.2 139.2s62.32 139.2 139.2 139.2 139.2-62.322 139.2-139.2c0-76.878-62.32-139.2-139.2-139.2z" />
-<glyph unicode="" glyph-name="hammer" d="M1009.996 131.024l-301.544 301.544c-18.668 18.668-49.214 18.668-67.882 0l-22.626-22.626-184 184 302.056 302.058h-320l-142.058-142.058-14.060 14.058h-67.882v-67.882l14.058-14.058-206.058-206.060 160-160 206.058 206.058 184-184-22.626-22.626c-18.668-18.668-18.668-49.214 0-67.882l301.544-301.544c18.668-18.668 49.214-18.668 67.882 0l113.136 113.136c18.67 18.666 18.67 49.214 0.002 67.882z" />
-<glyph unicode="" glyph-name="magic-wand" d="M256 768l-128 128h-64v-64l128-128zM320 960h64v-128h-64zM576 640h128v-64h-128zM640 832v64h-64l-128-128 64-64zM0 640h128v-64h-128zM320 384h64v-128h-64zM64 384v-64h64l128 128-64 64zM1010 78l-636.118 636.118c-18.668 18.668-49.214 18.668-67.882 0l-60.118-60.118c-18.668-18.668-18.668-49.214 0-67.882l636.118-636.118c18.668-18.668 49.214-18.668 67.882 0l60.118 60.118c18.668 18.668 18.668 49.214 0 67.882zM480 416l-192 192 64 64 192-192-64-64z" />
-<glyph unicode="" glyph-name="aid-kit" d="M896 704h-192v128c0 35.2-28.8 64-64 64h-256c-35.2 0-64-28.8-64-64v-128h-192c-70.4 0-128-57.6-128-128v-512c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v512c0 70.4-57.6 128-128 128zM384 832h256v-128h-256v128zM768 256h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128z" />
-<glyph unicode="" glyph-name="bug" d="M1024 384v64h-193.29c-5.862 72.686-31.786 139.026-71.67 192.25h161.944l70.060 280.24-62.090 15.522-57.94-231.76h-174.68c-0.892 0.694-1.796 1.374-2.698 2.056 6.71 19.502 10.362 40.422 10.362 62.194 0.002 105.76-85.958 191.498-191.998 191.498s-192-85.738-192-191.5c0-21.772 3.65-42.692 10.362-62.194-0.9-0.684-1.804-1.362-2.698-2.056h-174.68l-57.94 231.76-62.090-15.522 70.060-280.24h161.944c-39.884-53.222-65.806-119.562-71.668-192.248h-193.29v-64h193.37c3.802-45.664 15.508-88.812 33.638-127.75h-123.992l-70.060-280.238 62.090-15.524 57.94 231.762h112.354c58.692-78.032 147.396-127.75 246.66-127.75s187.966 49.718 246.662 127.75h112.354l57.94-231.762 62.090 15.524-70.060 280.238h-123.992c18.13 38.938 29.836 82.086 33.636 127.75h193.37z" />
-<glyph unicode="" glyph-name="pie-chart" d="M448 384v448c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448c0 72.034-17.028 140.084-47.236 200.382l-400.764-200.382zM912.764 712.382c-73.552 146.816-225.374 247.618-400.764 247.618v-448l400.764 200.382z" />
-<glyph unicode="" glyph-name="stats-dots" d="M128 64h896v-128h-1024v1024h128zM288 128c-53.020 0-96 42.98-96 96s42.98 96 96 96c2.828 0 5.622-0.148 8.388-0.386l103.192 171.986c-9.84 15.070-15.58 33.062-15.58 52.402 0 53.020 42.98 96 96 96s96-42.98 96-96c0-19.342-5.74-37.332-15.58-52.402l103.192-171.986c2.766 0.238 5.56 0.386 8.388 0.386 2.136 0 4.248-0.094 6.35-0.23l170.356 298.122c-10.536 15.408-16.706 34.036-16.706 54.11 0 53.020 42.98 96 96 96s96-42.98 96-96c0-53.020-42.98-96-96-96-2.14 0-4.248 0.094-6.35 0.232l-170.356-298.124c10.536-15.406 16.706-34.036 16.706-54.11 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 19.34 5.74 37.332 15.578 52.402l-103.19 171.984c-2.766-0.238-5.56-0.386-8.388-0.386s-5.622 0.146-8.388 0.386l-103.192-171.986c9.84-15.068 15.58-33.060 15.58-52.4 0-53.020-42.98-96-96-96z" />
-<glyph unicode="" glyph-name="stats-bars" d="M0 128h1024v-128h-1024zM128 384h128v-192h-128zM320 640h128v-448h-128zM512 448h128v-256h-128zM704 832h128v-640h-128z" />
-<glyph unicode="" glyph-name="stats-bars2" d="M288 576h-192c-17.6 0-32-14.4-32-32v-576c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v576c0 17.6-14.4 32-32 32zM288 0h-192v256h192v-256zM608 704h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM608 0h-192v320h192v-320zM928 832h-192c-17.6 0-32-14.4-32-32v-832c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v832c0 17.6-14.4 32-32 32zM928 0h-192v384h192v-384z" />
-<glyph unicode="" glyph-name="trophy" d="M832 768v128h-640v-128h-192v-128c0-106.038 85.958-192 192-192 20.076 0 39.43 3.086 57.62 8.802 46.174-66.008 116.608-113.796 198.38-130.396v-198.406h-64c-70.694 0-128-57.306-128-128h512c0 70.694-57.306 128-128 128h-64v198.406c81.772 16.6 152.206 64.386 198.38 130.396 18.19-5.716 37.544-8.802 57.62-8.802 106.042 0 192 85.962 192 192v128h-192zM192 524c-63.962 0-116 52.038-116 116v64h116v-64c0-40.186 7.43-78.632 20.954-114.068-6.802-1.246-13.798-1.932-20.954-1.932zM948 640c0-63.962-52.038-116-116-116-7.156 0-14.152 0.686-20.954 1.932 13.524 35.436 20.954 73.882 20.954 114.068v64h116v-64z" />
-<glyph unicode="" glyph-name="gift" d="M771.516 640c18.126 12.88 35.512 27.216 51.444 43.148 33.402 33.402 55.746 74.5 62.912 115.722 7.858 45.186-3.672 87.14-31.63 115.1-22.3 22.298-52.51 34.086-87.364 34.086-49.632 0-101.922-23.824-143.46-65.362-66.476-66.476-105.226-158.238-126.076-223.722-15.44 65.802-46.206 154.644-106.018 214.458-32.094 32.092-73.114 48.57-111.846 48.57-31.654 0-61.78-11.004-84.26-33.486-49.986-49.988-43.232-137.786 15.086-196.104 20.792-20.792 45.098-38.062 70.72-52.412h-217.024v-256h64v-448h768v448.002h64v256h-188.484zM674.326 831.782c27.724 27.724 62.322 44.274 92.55 44.274 10.7 0 25.708-2.254 36.45-12.998 26.030-26.028 11.412-86.308-31.28-128.998-43.946-43.946-103.060-74.168-154.432-94.060h-50.672c18.568 57.548 52.058 136.456 107.384 191.782zM233.934 799.11c-0.702 9.12-0.050 26.248 12.196 38.494 10.244 10.244 23.788 12.396 33.348 12.396v0c21.258 0 43.468-10.016 60.932-27.48 33.872-33.872 61.766-87.772 80.668-155.876 0.51-1.84 1.008-3.67 1.496-5.486-1.816 0.486-3.646 0.984-5.486 1.496-68.104 18.904-122.002 46.798-155.874 80.67-15.828 15.826-25.77 36.16-27.28 55.786zM448 0h-256v416h256v-416zM448 448h-320v128h320v-128zM832 0h-256v416h256v-416zM896 448h-320v128h320v-128z" />
-<glyph unicode="" glyph-name="glass" d="M777.784 943.144c-5.576 10.38-16.406 16.856-28.19 16.856h-475.188c-11.784 0-22.614-6.476-28.19-16.856-35.468-66.020-54.216-143.184-54.216-223.144 0-105.412 32.372-204.828 91.154-279.938 45.428-58.046 102.48-96.54 164.846-112.172v-327.89h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v327.89c62.368 15.632 119.418 54.124 164.846 112.172 58.782 75.11 91.154 174.526 91.154 279.938 0 79.96-18.748 157.122-54.216 223.144zM294.1 896h435.8c24.974-52.902 38.1-113.338 38.1-176 0-5.364-0.108-10.696-0.296-16h-511.406c-0.19 5.304-0.296 10.636-0.296 16-0.002 62.664 13.126 123.098 38.098 176z" />
-<glyph unicode="" glyph-name="glass2" d="M889.162 780.23c7.568 9.632 8.972 22.742 3.62 33.758-5.356 11.018-16.532 18.012-28.782 18.012h-704c-12.25 0-23.426-6.994-28.78-18.012-5.356-11.018-3.95-24.126 3.618-33.758l313.162-398.57v-381.66h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v381.66l313.162 398.57zM798.162 768l-100.572-128h-371.18l-100.57 128h572.322z" />
-<glyph unicode="" glyph-name="mug" d="M960 640h-192v96c0 88.366-171.922 160-384 160s-384-71.634-384-160v-640c0-88.366 171.922-160 384-160s384 71.634 384 160v96h192c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64zM176.056 701.602c-36.994 12.19-59.408 25.246-71.41 34.398 12.004 9.152 34.416 22.208 71.41 34.398 57.942 19.090 131.79 29.602 207.944 29.602s150.004-10.512 207.944-29.602c36.994-12.188 59.408-25.246 71.41-34.398-12.002-9.152-34.416-22.208-71.41-34.398-57.94-19.090-131.79-29.602-207.944-29.602s-150.002 10.512-207.944 29.602zM896 320h-128v192h128v-192z" />
-<glyph unicode="" glyph-name="spoon-knife" d="M224 960c-106.040 0-192-100.288-192-224 0-105.924 63.022-194.666 147.706-217.998l-31.788-518.124c-2.154-35.132 24.882-63.878 60.082-63.878h32c35.2 0 62.236 28.746 60.082 63.878l-31.788 518.124c84.684 23.332 147.706 112.074 147.706 217.998 0 123.712-85.96 224-192 224zM869.334 960l-53.334-320h-40l-26.666 320h-26.668l-26.666-320h-40l-53.334 320h-26.666v-416c0-17.672 14.326-32 32-32h83.338l-31.42-512.122c-2.154-35.132 24.882-63.878 60.082-63.878h32c35.2 0 62.236 28.746 60.082 63.878l-31.42 512.122h83.338c17.674 0 32 14.328 32 32v416h-26.666z" />
-<glyph unicode="" glyph-name="leaf" d="M1011.328 825.504c-110.752 83.928-281.184 134.034-455.91 134.034-216.12 0-392.226-75.456-483.16-207.020-42.708-61.79-66.33-134.958-70.208-217.474-3.454-73.474 8.884-154.726 36.684-242.146 94.874 284.384 359.82 507.102 665.266 507.102 0 0-285.826-75.232-465.524-308.192-0.112-0.138-2.494-3.090-6.614-8.698-36.080-48.278-67.538-103.162-91.078-165.328-39.87-94.83-76.784-224.948-76.784-381.782h128c0 0-19.43 122.222 14.36 262.79 55.89-7.556 105.858-11.306 150.852-11.306 117.678 0 201.37 25.46 263.388 80.124 55.568 48.978 86.198 114.786 118.624 184.456 49.524 106.408 105.654 227.010 268.654 320.152 9.33 5.332 15.362 14.992 16.056 25.716s-4.040 21.080-12.606 27.572z" />
-<glyph unicode="" glyph-name="rocket" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" />
-<glyph unicode="" glyph-name="meter" d="M512 896c282.77 0 512-229.23 512-512 0-192.792-106.576-360.666-264.008-448h-495.984c-157.432 87.334-264.008 255.208-264.008 448 0 282.77 229.23 512 512 512zM801.914 94.086c77.438 77.44 120.086 180.398 120.086 289.914h-90v64h85.038c-7.014 44.998-21.39 88.146-42.564 128h-106.474v64h64.284c-9.438 11.762-19.552 23.096-30.37 33.914-46.222 46.22-101.54 80.038-161.914 99.798v-69.712h-64v85.040c-20.982 3.268-42.36 4.96-64 4.96s-43.018-1.69-64-4.96v-85.040h-64v69.712c-60.372-19.76-115.692-53.576-161.914-99.798-10.818-10.818-20.932-22.152-30.37-33.914h64.284v-64h-106.476c-21.174-39.854-35.552-83.002-42.564-128h85.040v-64h-90c0-109.516 42.648-212.474 120.086-289.914 10.71-10.71 21.924-20.728 33.56-30.086h192.354l36.572 512h54.856l36.572-512h192.354c11.636 9.358 22.852 19.378 33.56 30.086z" />
-<glyph unicode="" glyph-name="meter2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM302.836 125.848c11.106 30.632 17.164 63.688 17.164 98.152 0 124.35-78.81 230.292-189.208 270.606 10.21 84.924 48.254 163.498 109.678 224.924 72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.53-112.47c61.428-61.426 99.468-140 109.682-224.924-110.402-40.314-189.212-146.256-189.212-270.606 0-34.468 6.060-67.52 17.166-98.15-61.706-40.242-133.77-61.85-209.166-61.85-75.394 0-147.458 21.608-209.164 61.848zM551.754 319.004c13.878-3.494 24.246-16.080 24.246-31.004v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 14.924 10.368 27.51 24.246 31.004l23.754 448.996h32l23.754-448.996z" />
-<glyph unicode="" glyph-name="hammer2" d="M1010.174 44.25l-548.634 499.458 25.534 25.598c20.894 20.954 32.188 48.030 33.918 75.61 1.002 0.45 2.002 0.912 2.958 1.442l102.99 64.402c13.934 16.392 12.916 42.268-2.284 57.502l-179.12 179.608c-15.19 15.234-40.998 16.262-57.344 2.284l-64.236-103.268c-0.526-0.966-0.99-1.966-1.44-2.974-27.502-1.736-54.5-13.056-75.398-34.006l-97.428-97.702c-20.898-20.956-32.184-48.026-33.918-75.604-1.004-0.45-2.004-0.916-2.964-1.446l-102.986-64.406c-13.942-16.39-12.916-42.264 2.276-57.496l179.12-179.604c15.194-15.238 40.996-16.262 57.35-2.286l64.228 103.27c0.528 0.958 0.988 1.96 1.442 2.966 27.502 1.738 54.504 13.050 75.398 34.004l28.292 28.372 498.122-550.114c14.436-15.944 36.7-18.518 49.474-5.712l50.356 50.488c12.764 12.808 10.196 35.132-5.706 49.614z" />
-<glyph unicode="" glyph-name="fire" d="M321.008-64c-68.246 142.008-31.902 223.378 20.55 300.044 57.44 83.956 72.244 167.066 72.244 167.066s45.154-58.7 27.092-150.508c79.772 88.8 94.824 230.28 82.782 284.464 180.314-126.012 257.376-398.856 153.522-601.066 552.372 312.532 137.398 780.172 65.154 832.85 24.082-52.676 28.648-141.85-20-185.126-82.352 312.276-285.972 376.276-285.972 376.276 24.082-161.044-87.296-337.144-194.696-468.73-3.774 64.216-7.782 108.528-41.55 169.98-7.58-116.656-96.732-211.748-120.874-328.628-32.702-158.286 24.496-274.18 241.748-396.622z" />
-<glyph unicode="" glyph-name="lab" d="M956.29 155.518l-316.29 527.024v213.458h32c17.6 0 32 14.4 32 32s-14.4 32-32 32h-320c-17.6 0-32-14.4-32-32s14.4-32 32-32h32v-213.458l-316.288-527.024c-72.442-120.734-16.512-219.518 124.288-219.518h640c140.8 0 196.73 98.784 124.29 219.518zM241.038 320l206.962 344.938v231.062h128v-231.062l206.964-344.938h-541.926z" />
-<glyph unicode="" glyph-name="magnet" d="M896 960h-256l64-576c0-106.040-85.96-192-192-192s-192 85.96-192 192l64 576h-256l-64-576c0-247.424 200.576-448 448-448s448 200.576 448 448l-64 576zM777.874 118.126c-71.018-71.014-165.44-110.126-265.874-110.126s-194.856 39.112-265.872 110.126c-70.116 70.118-109.13 163.048-110.11 262.054l36.092 324.82h111.114l-35.224-317.010v-3.99c0-70.518 27.46-136.814 77.324-186.676 49.862-49.864 116.158-77.324 186.676-77.324s136.814 27.46 186.676 77.324c49.864 49.862 77.324 116.158 77.324 186.676v3.988l-0.44 3.962-34.782 313.050h111.114l36.090-324.818c-0.98-99.006-39.994-191.938-110.108-262.056z" />
-<glyph unicode="" glyph-name="bin" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" />
-<glyph unicode="" glyph-name="bin2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />
-<glyph unicode="" glyph-name="briefcase" d="M960 704h-256v64c0 35.2-28.8 64-64 64h-256c-35.204 0-64-28.8-64-64v-64h-256c-35.2 0-64-28.8-64-64v-576c0-35.202 28.796-64 64-64h896c35.2 0 64 28.798 64 64v576c0 35.2-28.8 64-64 64zM384 767.884c0.034 0.040 0.074 0.082 0.114 0.116h255.772c0.042-0.034 0.082-0.076 0.118-0.116v-63.884h-256.004v63.884zM960 448h-128v-96c0-17.602-14.4-32-32-32h-64c-17.604 0-32 14.398-32 32v96h-384v-96c0-17.602-14.4-32-32-32h-64c-17.602 0-32 14.398-32 32v96h-128v64h896v-64z" />
-<glyph unicode="" glyph-name="airplane" d="M768 320.032l-182.82 182.822 438.82 329.15-128.010 127.996-548.52-219.442-172.7 172.706c-49.78 49.778-119.302 61.706-154.502 26.508-35.198-35.198-23.268-104.726 26.51-154.5l172.686-172.684-219.464-548.582 127.99-128.006 329.19 438.868 182.826-182.828v-255.98h127.994l63.992 191.988 191.988 63.996v127.992l-255.98-0.004z" />
-<glyph unicode="" glyph-name="truck" d="M1024 384l-128 256h-192v128c0 35.2-28.8 64-64 64h-576c-35.2 0-64-28.8-64-64v-512l64-64h81.166c-10.898-18.832-17.166-40.678-17.166-64 0-70.692 57.308-128 128-128s128 57.308 128 128c0 23.322-6.268 45.168-17.166 64h354.334c-10.898-18.832-17.168-40.678-17.168-64 0-70.692 57.308-128 128-128s128 57.308 128 128c0 23.322-6.27 45.168-17.168 64h81.168v192zM704 384v192h132.668l96-192h-228.668z" />
-<glyph unicode="" glyph-name="road" d="M704-64h320l-256 1024h-192l32-256h-192l32 256h-192l-256-1024h320l32 256h320l32-256zM368 320l32 256h224l32-256h-288z" />
-<glyph unicode="" glyph-name="accessibility" d="M416 864c0 53.018 42.98 96 96 96s96-42.982 96-96c0-53.020-42.98-96-96-96s-96 42.98-96 96zM640 640l329.596 142.172-23.77 59.424-401.826-137.596h-64l-401.826 137.596-23.77-59.424 329.596-142.172v-256l-131.27-424.57 59.84-22.7 185.716 415.27h27.428l185.716-415.27 59.84 22.7-131.27 424.57z" />
-<glyph unicode="" glyph-name="target" d="M1024 512h-100.924c-27.64 178.24-168.836 319.436-347.076 347.076v100.924h-128v-100.924c-178.24-27.64-319.436-168.836-347.076-347.076h-100.924v-128h100.924c27.64-178.24 168.836-319.436 347.076-347.076v-100.924h128v100.924c178.24 27.64 319.436 168.836 347.076 347.076h100.924v128zM792.822 512h-99.762c-19.284 54.55-62.51 97.778-117.060 117.060v99.762c107.514-24.49 192.332-109.31 216.822-216.822zM512 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM448 728.822v-99.762c-54.55-19.282-97.778-62.51-117.060-117.060h-99.762c24.49 107.512 109.31 192.332 216.822 216.822zM231.178 384h99.762c19.282-54.55 62.51-97.778 117.060-117.060v-99.762c-107.512 24.49-192.332 109.308-216.822 216.822zM576 167.178v99.762c54.55 19.284 97.778 62.51 117.060 117.060h99.762c-24.49-107.514-109.308-192.332-216.822-216.822z" />
-<glyph unicode="" glyph-name="shield" d="M960 960l-448-128-448 128c0 0-4.5-51.698 0-128l448-140.090 448 140.090c4.498 76.302 0 128 0 128zM72.19 764.894c23.986-250.696 113.49-672.234 439.81-828.894 326.32 156.66 415.824 578.198 439.81 828.894l-439.81-165.358-439.81 165.358z" />
-<glyph unicode="" glyph-name="power" d="M384 960l-384-512h384l-256-512 896 640h-512l384 384z" />
-<glyph unicode="" glyph-name="switch" d="M640 813.412v-135.958c36.206-15.804 69.5-38.408 98.274-67.18 60.442-60.44 93.726-140.8 93.726-226.274s-33.286-165.834-93.726-226.274c-60.44-60.44-140.798-93.726-226.274-93.726s-165.834 33.286-226.274 93.726c-60.44 60.44-93.726 140.8-93.726 226.274s33.286 165.834 93.726 226.274c28.774 28.774 62.068 51.378 98.274 67.182v135.956c-185.048-55.080-320-226.472-320-429.412 0-247.424 200.578-448 448-448 247.424 0 448 200.576 448 448 0 202.94-134.95 374.332-320 429.412zM448 960h128v-512h-128z" />
-<glyph unicode="" glyph-name="power-cord" d="M1024 677.5l-90.506 90.5-178.746-178.752-101.5 101.502 178.75 178.75-90.5 90.5-178.75-178.75-114.748 114.75-86.626-86.624 512.002-512 86.624 86.622-114.752 114.752 178.752 178.75zM794.040 286.21l-443.824 443.824c-95.818-114.904-204.52-292.454-129.396-445.216l-132.248-132.248c-31.112-31.114-31.112-82.024 0-113.136l14.858-14.858c31.114-31.114 82.026-31.114 113.138 0l132.246 132.244c152.764-75.132 330.318 33.566 445.226 129.39z" />
-<glyph unicode="" glyph-name="clipboard" d="M928 832h-288c0 70.692-57.306 128-128 128-70.692 0-128-57.308-128-128h-288c-17.672 0-32-14.328-32-32v-832c0-17.674 14.328-32 32-32h832c17.674 0 32 14.326 32 32v832c0 17.672-14.326 32-32 32zM512 896c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM896 0h-768v768h128v-96c0-17.672 14.328-32 32-32h448c17.674 0 32 14.328 32 32v96h128v-768zM448 101.49l-205.254 237.254 58.508 58.51 146.746-114.744 274.742 242.744 58.514-58.508z" />
-<glyph unicode="" glyph-name="list-numbered" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />
-<glyph unicode="" glyph-name="list" d="M0 960h256v-256h-256zM384 896h640v-128h-640zM0 576h256v-256h-256zM384 512h640v-128h-640zM0 192h256v-256h-256zM384 128h640v-128h-640z" />
-<glyph unicode="" glyph-name="list2" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />
-<glyph unicode="" glyph-name="tree" d="M976 192h-16v208c0 61.756-50.242 112-112 112h-272v128h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-128h-272c-61.756 0-112-50.244-112-112v-208h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h256v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h256v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48zM192 0h-128v128h128v-128zM576 0h-128v128h128v-128zM448 704v128h128v-128h-128zM960 0h-128v128h128v-128z" />
-<glyph unicode="" glyph-name="menu" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
-<glyph unicode="" glyph-name="menu2" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 384l192-192 192 192zM1376 448l-192 192-192-192z" />
-<glyph unicode="" glyph-name="menu3" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 512l192-192 192 192z" />
-<glyph unicode="" glyph-name="menu4" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 320l192 192 192-192z" />
-<glyph unicode="" glyph-name="cloud" d="M1024 302.458c0 82.090-56.678 150.9-132.996 169.48-3.242 128.7-108.458 232.062-237.862 232.062-75.792 0-143.266-35.494-186.854-90.732-24.442 31.598-62.69 51.96-105.708 51.96-73.81 0-133.642-59.874-133.642-133.722 0-6.436 0.48-12.76 1.364-18.954-11.222 2.024-22.766 3.138-34.57 3.138-106.998 0.002-193.732-86.786-193.732-193.842 0-107.062 86.734-193.848 193.73-193.848l656.262 0.012c96.138 0.184 174.008 78.212 174.008 174.446z" />
-<glyph unicode="" glyph-name="cloud-download" d="M891.004 599.94c-3.242 128.698-108.458 232.060-237.862 232.060-75.792 0-143.266-35.494-186.854-90.732-24.442 31.598-62.69 51.96-105.708 51.96-73.81 0-133.642-59.876-133.642-133.722 0-6.436 0.48-12.76 1.364-18.954-11.222 2.024-22.766 3.138-34.57 3.138-106.998 0.002-193.732-86.786-193.732-193.842 0-107.062 86.734-193.848 193.73-193.848h91.76l226.51-234.51 226.51 234.51 111.482 0.012c96.138 0.184 174.008 78.21 174.008 174.446 0 82.090-56.678 150.9-132.996 169.482zM512 128l-192 192h128v192h128v-192h128l-192-192z" />
-<glyph unicode="" glyph-name="cloud-upload" d="M892.268 573.51c2.444 11.11 3.732 22.648 3.732 34.49 0 88.366-71.634 160-160 160-14.222 0-28.014-1.868-41.132-5.352-24.798 77.352-97.29 133.352-182.868 133.352-87.348 0-161.054-58.336-184.326-138.17-22.742 6.622-46.792 10.17-71.674 10.17-141.384 0-256-114.616-256-256 0-141.388 114.616-256 256-256h128v-192h256v192h224c88.366 0 160 71.632 160 160 0 78.72-56.854 144.162-131.732 157.51zM576 320v-192h-128v192h-160l224 224 224-224h-160z" />
-<glyph unicode="" glyph-name="cloud-check" d="M892.268 445.51c2.442 11.108 3.732 22.646 3.732 34.49 0 88.366-71.634 160-160 160-14.224 0-28.014-1.868-41.134-5.352-24.796 77.352-97.288 133.352-182.866 133.352-87.348 0-161.054-58.336-184.326-138.17-22.742 6.62-46.792 10.17-71.674 10.17-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256h608c88.366 0 160 71.632 160 160 0 78.718-56.854 144.16-131.732 157.51zM416 192l-160 160 64 64 96-96 224 224 64-64-288-288z" />
-<glyph unicode="" glyph-name="download2" d="M896 448h-160l-224-224-224 224h-160l-128-256v-64h1024v64l-128 256zM0 64h1024v-64h-1024v64zM576 640v256h-128v-256h-224l288-288 288 288h-224z" />
-<glyph unicode="" glyph-name="upload2" d="M0 64h1024v-64h-1024zM1024 192v-64h-1024v64l128 256h256v-128h256v128h256zM224 640l288 288 288-288h-224v-256h-128v256z" />
-<glyph unicode="" glyph-name="download3" d="M736 512l-256-256-256 256h160v384h192v-384zM480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64z" />
-<glyph unicode="" glyph-name="upload3" d="M480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64zM224 640l256 256 256-256h-160v-320h-192v320z" />
-<glyph unicode="" glyph-name="sphere" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM751.59 256c8.58 40.454 13.996 83.392 15.758 128h127.446c-3.336-44.196-13.624-87.114-30.68-128h-112.524zM208.41 576c-8.58-40.454-13.996-83.392-15.758-128h-127.444c3.336 44.194 13.622 87.114 30.678 128h112.524zM686.036 576c9.614-40.962 15.398-83.854 17.28-128h-191.316v128h174.036zM512 640v187.338c14.59-4.246 29.044-11.37 43.228-21.37 26.582-18.74 52.012-47.608 73.54-83.486 14.882-24.802 27.752-52.416 38.496-82.484h-155.264zM331.232 722.484c21.528 35.878 46.956 64.748 73.54 83.486 14.182 10 28.638 17.124 43.228 21.37v-187.34h-155.264c10.746 30.066 23.616 57.68 38.496 82.484zM448 576v-128h-191.314c1.88 44.146 7.666 87.038 17.278 128h174.036zM95.888 256c-17.056 40.886-27.342 83.804-30.678 128h127.444c1.762-44.608 7.178-87.546 15.758-128h-112.524zM256.686 384h191.314v-128h-174.036c-9.612 40.96-15.398 83.854-17.278 128zM448 192v-187.34c-14.588 4.246-29.044 11.372-43.228 21.37-26.584 18.74-52.014 47.61-73.54 83.486-14.882 24.804-27.75 52.418-38.498 82.484h155.266zM628.768 109.516c-21.528-35.876-46.958-64.746-73.54-83.486-14.184-9.998-28.638-17.124-43.228-21.37v187.34h155.266c-10.746-30.066-23.616-57.68-38.498-82.484zM512 256v128h191.314c-1.88-44.146-7.666-87.040-17.28-128h-174.034zM767.348 448c-1.762 44.608-7.178 87.546-15.758 128h112.524c17.056-40.886 27.344-83.806 30.68-128h-127.446zM830.658 640h-95.9c-18.638 58.762-44.376 110.294-75.316 151.428 42.536-20.34 81.058-47.616 114.714-81.272 21.48-21.478 40.362-44.938 56.502-70.156zM185.844 710.156c33.658 33.658 72.18 60.932 114.714 81.272-30.942-41.134-56.676-92.666-75.316-151.428h-95.898c16.138 25.218 35.022 48.678 56.5 70.156zM129.344 192h95.898c18.64-58.762 44.376-110.294 75.318-151.43-42.536 20.34-81.058 47.616-114.714 81.274-21.48 21.478-40.364 44.938-56.502 70.156zM774.156 121.844c-33.656-33.658-72.18-60.934-114.714-81.274 30.942 41.134 56.678 92.668 75.316 151.43h95.9c-16.14-25.218-35.022-48.678-56.502-70.156z" />
-<glyph unicode="" glyph-name="earth" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512-0.002c-62.958 0-122.872 13.012-177.23 36.452l233.148 262.29c5.206 5.858 8.082 13.422 8.082 21.26v96c0 17.674-14.326 32-32 32-112.99 0-232.204 117.462-233.374 118.626-6 6.002-14.14 9.374-22.626 9.374h-128c-17.672 0-32-14.328-32-32v-192c0-12.122 6.848-23.202 17.69-28.622l110.31-55.156v-187.886c-116.052 80.956-192 215.432-192 367.664 0 68.714 15.49 133.806 43.138 192h116.862c8.488 0 16.626 3.372 22.628 9.372l128 128c6 6.002 9.372 14.14 9.372 22.628v77.412c40.562 12.074 83.518 18.588 128 18.588 70.406 0 137.004-16.26 196.282-45.2-4.144-3.502-8.176-7.164-12.046-11.036-36.266-36.264-56.236-84.478-56.236-135.764s19.97-99.5 56.236-135.764c36.434-36.432 85.218-56.264 135.634-56.26 3.166 0 6.342 0.080 9.518 0.236 13.814-51.802 38.752-186.656-8.404-372.334-0.444-1.744-0.696-3.488-0.842-5.224-81.324-83.080-194.7-134.656-320.142-134.656z" />
-<glyph unicode="" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" />
-<glyph unicode="" glyph-name="flag" d="M0 960h128v-1024h-128v1024zM832 316.998c82.624 0 154.57 19.984 192 49.5v512c-37.43-29.518-109.376-49.502-192-49.502s-154.57 19.984-192 49.502v-512c37.43-29.516 109.376-49.5 192-49.5zM608 927.472c-46.906 19.94-115.52 32.528-192 32.528-96.396 0-180.334-19.984-224-49.502v-512c43.666 29.518 127.604 49.502 224 49.502 76.48 0 145.094-12.588 192-32.528v512z" />
-<glyph unicode="" glyph-name="attachment" d="M665.832 632.952l-64.952 64.922-324.81-324.742c-53.814-53.792-53.814-141.048 0-194.844 53.804-53.792 141.060-53.792 194.874 0l389.772 389.708c89.714 89.662 89.714 235.062 0 324.726-89.666 89.704-235.112 89.704-324.782 0l-409.23-409.178c-0.29-0.304-0.612-0.576-0.876-0.846-125.102-125.096-125.102-327.856 0-452.906 125.054-125.056 327.868-125.056 452.988 0 0.274 0.274 0.516 0.568 0.82 0.876l0.032-0.034 279.332 279.292-64.986 64.92-279.33-279.262c-0.296-0.268-0.564-0.57-0.846-0.844-89.074-89.058-233.98-89.058-323.076 0-89.062 89.042-89.062 233.922 0 322.978 0.304 0.304 0.604 0.582 0.888 0.846l-0.046 0.060 409.28 409.166c53.712 53.738 141.144 53.738 194.886 0 53.712-53.734 53.712-141.148 0-194.84l-389.772-389.7c-17.936-17.922-47.054-17.922-64.972 0-17.894 17.886-17.894 47.032 0 64.92l324.806 324.782z" />
-<glyph unicode="" glyph-name="eye" d="M512 768c-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.312 0 416.876 130.042 512 320-95.116 189.958-288.688 320-512 320zM764.45 598.296c60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.858 25.486-252.452 73.704-60.158 38.372-111.138 89.772-149.432 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.86 7.3-9.96-27.328-15.41-56.822-15.41-87.596 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 30.774-5.452 60.268-15.408 87.598 3.978-2.378 7.938-4.802 11.858-7.302v0zM512 544c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.982 96-96z" />
-<glyph unicode="" glyph-name="eye-plus" d="M1024 832h-128v128h-128v-128h-128v-128h128v-128h128v128h128zM863.862 513.972c18.436-20.478 35.192-42.53 50.022-65.972-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.86 25.486-252.454 73.704-60.156 38.372-111.136 89.772-149.43 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-141.382 114.616-256 256-256 141.38 0 256 114.618 256 256 0 0.692-0.018 1.38-0.024 2.072-109.284 28.138-190.298 126.63-191.932 244.31-21.026 2.38-42.394 3.618-64.044 3.618-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.31 0 416.876 130.042 512 320-17.64 35.23-38.676 68.394-62.65 99.054-29.28-17.178-62.272-28.71-97.488-33.082zM416 640c53.020 0 96-42.982 96-96 0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96z" />
-<glyph unicode="" glyph-name="eye-minus" d="M640 832h384v-128h-384v128zM870.32 640h-294.32v124.388c-21.014 2.376-42.364 3.612-64 3.612-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.31 0 416.876 130.042 512 320-37.396 74.686-90.020 140.1-153.68 192zM416 640c53.020 0 96-42.982 96-96 0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96zM764.448 297.704c-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.86 25.486-252.454 73.704-60.156 38.372-111.136 89.772-149.43 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-141.382 114.616-256 256-256 141.38 0 256 114.618 256 256 0 30.774-5.454 60.268-15.408 87.598 3.976-2.378 7.938-4.802 11.858-7.302 60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296z" />
-<glyph unicode="" glyph-name="eye-blocked" d="M945.942 945.942c-18.746 18.744-49.136 18.744-67.882 0l-202.164-202.164c-51.938 15.754-106.948 24.222-163.896 24.222-223.318 0-416.882-130.042-512-320 41.122-82.124 100.648-153.040 173.022-207.096l-158.962-158.962c-18.746-18.746-18.746-49.136 0-67.882 9.372-9.374 21.656-14.060 33.94-14.060s24.568 4.686 33.942 14.058l864 864c18.744 18.746 18.744 49.138 0 67.884zM416 640c42.24 0 78.082-27.294 90.92-65.196l-121.724-121.724c-37.902 12.838-65.196 48.68-65.196 90.92 0 53.020 42.98 96 96 96zM110.116 448c38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-54.89 17.286-105.738 46.7-147.418l-60.924-60.924c-52.446 36.842-97.202 83.882-131.66 138.342zM768 518c0 27.166-4.256 53.334-12.102 77.898l-321.808-321.808c24.568-7.842 50.742-12.090 77.91-12.090 141.382 0 256 114.618 256 256zM830.026 670.026l-69.362-69.362c1.264-0.786 2.53-1.568 3.786-2.368 60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-38.664 0-76.902 4.76-113.962 14.040l-76.894-76.894c59.718-21.462 123.95-33.146 190.856-33.146 223.31 0 416.876 130.042 512 320-45.022 89.916-112.118 166.396-193.974 222.026z" />
-<glyph unicode="" glyph-name="bookmark" d="M192 960v-1024l320 320 320-320v1024z" />
-<glyph unicode="" glyph-name="bookmarks" d="M256 832v-896l320 320 320-320v896zM768 960h-640v-896l64 64v768h576z" />
-<glyph unicode="" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
-<glyph unicode="" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
-<glyph unicode="" glyph-name="brightness-contrast" d="M512 704c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM512 288v320c88.224 0 160-71.776 160-160s-71.776-160-160-160zM512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.256c24.992-24.992 24.992-65.516 0-90.51-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.992-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.516 24.992 90.508 0 24.994-24.994 24.994-65.518 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.518 0 90.51l45.256 45.256z" />
-<glyph unicode="" glyph-name="star-empty" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-223.462-117.48 42.676 248.83-180.786 176.222 249.84 36.304 111.732 226.396 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
-<glyph unicode="" glyph-name="star-half" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-0.942-0.496 0.942 570.768 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
-<glyph unicode="" glyph-name="star-full" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
-<glyph unicode="" glyph-name="heart" d="M755.188 896c-107.63 0-200.258-87.554-243.164-179-42.938 91.444-135.578 179-243.216 179-148.382 0-268.808-120.44-268.808-268.832 0-301.846 304.5-380.994 512.022-679.418 196.154 296.576 511.978 387.206 511.978 679.418 0 148.392-120.43 268.832-268.812 268.832z" />
-<glyph unicode="" glyph-name="heart-broken" d="M755.188 896c148.382 0 268.812-120.44 268.812-268.832 0-292.21-315.824-382.842-511.978-679.418-207.522 298.424-512.022 377.572-512.022 679.418 0 148.392 120.426 268.832 268.808 268.832 60.354 0 115.99-27.53 160.796-67.834l-77.604-124.166 224-128-128-320 352 384-224 128 61.896 92.846c35.42 21.768 75.21 35.154 117.292 35.154z" />
-<glyph unicode="" glyph-name="man" d="M576 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM576 704h-192c-35.346 0-64-28.654-64-64v-320h64v-384h80v384h32v-384h80v384h64v320c0 35.346-28.652 64-64 64z" />
-<glyph unicode="" glyph-name="woman" d="M576 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM719 448l49 35.5-133.286 206.116c-5.92 8.98-15.958 14.384-26.714 14.384h-256c-10.756 0-20.792-5.404-26.714-14.384l-133.286-206.116 49-35.5 110.644 143.596 38.458-89.74-134.102-245.856h122.666l21.334-320h64v320h32v-320h64l21.334 320h122.666l-134.104 245.858 38.458 89.74 110.646-143.598z" />
-<glyph unicode="" glyph-name="man-woman" d="M256 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM832 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM256 704h-192c-35.346 0-64-28.654-64-64v-320h64v-384h80v384h32v-384h80v384h64v320c0 35.346-28.652 64-64 64zM975 448l49 35.5-133.286 206.116c-5.92 8.98-15.958 14.384-26.714 14.384h-256c-10.756 0-20.792-5.404-26.714-14.384l-133.286-206.116 49-35.5 110.644 143.596 38.458-89.74-134.102-245.856h122.666l21.334-320h64v320h32v-320h64l21.334 320h122.666l-134.104 245.858 38.458 89.74 110.646-143.598z" />
-<glyph unicode="" glyph-name="happy" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM512 361.24c115.95 0 226.23 30.806 320 84.92-14.574-178.438-153.128-318.16-320-318.16-166.868 0-305.422 139.872-320 318.304 93.77-54.112 204.050-85.064 320-85.064zM256 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96z" />
-<glyph unicode="" glyph-name="happy2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.348 0 64-42.98 64-96s-28.652-96-64-96-64 42.98-64 96 28.652 96 64 96zM320 704c35.346 0 64-42.98 64-96s-28.654-96-64-96-64 42.98-64 96 28.654 96 64 96zM512 64c-166.868 0-305.422 139.872-320 318.304 93.77-54.114 204.050-85.064 320-85.064s226.23 30.806 320 84.92c-14.574-178.438-153.128-318.16-320-318.16z" />
-<glyph unicode="" glyph-name="smile" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM704.098 332.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344s-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74s152.924 43.592 192.098 108.74z" />
-<glyph unicode="" glyph-name="smile2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM512 128c-116.51 0-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74s152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344z" />
-<glyph unicode="" glyph-name="tongue" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM768 384v-64h-64v-96c0-53.020-42.98-96-96-96s-96 42.98-96 96v96h-256v64h512z" />
-<glyph unicode="" glyph-name="tongue2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM768 320h-64v-96c0-53.020-42.98-96-96-96s-96 42.98-96 96v96h-256v64h512v-64zM704 576c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z" />
-<glyph unicode="" glyph-name="sad" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM319.902 179.26l-82.328 49.396c55.962 93.070 157.916 155.344 274.426 155.344 116.508 0 218.462-62.274 274.426-155.344l-82.328-49.396c-39.174 65.148-110.542 108.74-192.098 108.74-81.558 0-152.924-43.592-192.098-108.74z" />
-<glyph unicode="" glyph-name="sad2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396z" />
-<glyph unicode="" glyph-name="wink" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM542.74 248.972c140.248 27.706 249.11 91.542 288.454 176.594-21.654-167.956-161.518-297.566-330.85-297.566-119.242 0-223.858 64.282-282.892 160.948 70.41-55.058 194.534-65.808 325.288-39.976zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM352 588.5c-41.796 0-77.334-15.656-90.516-37.5-3.54 5.866-5.484 32.174-5.484 38.75 0 31.066 42.98 56.25 96 56.25s96-25.184 96-56.25c0-6.576-1.944-32.884-5.484-38.75-13.182 21.844-48.72 37.5-90.516 37.5z" />
-<glyph unicode="" glyph-name="wink2" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM704 704c35.346 0 64-42.98 64-96s-28.654-96-64-96-64 42.98-64 96 28.654 96 64 96zM352 647.938c59.646 0 102-22.332 102-57.282 0-7.398 3.812-42.994-0.17-49.594-14.828 24.576-54.81 42.188-101.83 42.188s-87.002-17.612-101.83-42.188c-3.982 6.6-0.17 42.196-0.17 49.594 0 34.95 42.354 57.282 102 57.282zM500.344 128c-119.242 0-223.858 64.28-282.892 160.952 70.41-55.060 194.534-65.81 325.288-39.978 140.248 27.706 249.11 91.542 288.454 176.594-21.654-167.96-161.518-297.568-330.85-297.568z" />
-<glyph unicode="" glyph-name="grin" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM192 448v-64c0-140.8 115.2-256 256-256h128c140.8 0 256 115.2 256 256v64h-640zM384 203.012c-26.538 9.458-50.924 24.822-71.544 45.446-36.406 36.402-56.456 84.54-56.456 135.542h128v-180.988zM576 192h-128v192h128v-192zM711.544 248.458c-20.624-20.624-45.010-35.988-71.544-45.446v180.988h128c0-51.002-20.048-99.14-56.456-135.542zM225.352 576c0.002 0 0 0 0 0 9.768 0 18.108 7.056 19.724 16.69 6.158 36.684 37.668 63.31 74.924 63.31s68.766-26.626 74.924-63.31c1.616-9.632 9.956-16.69 19.722-16.69 9.768 0 18.108 7.056 19.724 16.688 1.082 6.436 1.628 12.934 1.628 19.312 0 63.962-52.038 116-116 116s-116-52.038-116-116c0-6.378 0.548-12.876 1.628-19.312 1.62-9.632 9.96-16.688 19.726-16.688zM609.352 576c0.002 0 0 0 0 0 9.77 0 18.112 7.056 19.724 16.69 6.158 36.684 37.668 63.31 74.924 63.31s68.766-26.626 74.924-63.31c1.616-9.632 9.958-16.69 19.722-16.69s18.108 7.056 19.722 16.688c1.082 6.436 1.628 12.934 1.628 19.312 0 63.962-52.038 116-116 116s-116-52.038-116-116c0-6.378 0.544-12.876 1.626-19.312 1.624-9.632 9.964-16.688 19.73-16.688z" />
-<glyph unicode="" glyph-name="grin2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM704 724c63.962 0 116-52.038 116-116 0-6.378-0.546-12.876-1.628-19.312-1.618-9.632-9.958-16.688-19.724-16.688s-18.108 7.056-19.722 16.69c-6.16 36.684-37.67 53.31-74.926 53.31s-68.766-16.626-74.924-53.31c-1.616-9.632-9.956-16.69-19.722-16.69-0.002 0 0 0-0.002 0-9.766 0-18.106 7.056-19.722 16.688-1.084 6.436-1.63 12.934-1.63 19.312 0 63.962 52.038 116 116 116zM320 724c63.962 0 116-52.038 116-116 0-6.378-0.548-12.876-1.628-19.312-1.618-9.632-9.956-16.688-19.724-16.688s-18.106 7.056-19.722 16.69c-6.16 36.684-37.67 53.31-74.926 53.31s-68.766-16.626-74.924-53.31c-1.616-9.632-9.956-16.69-19.722-16.69 0 0 0 0 0 0-9.766 0-18.106 7.056-19.724 16.688-1.082 6.436-1.63 12.934-1.63 19.312 0 63.962 52.038 116 116 116zM192 384h192v-247.846c-110.094 28.606-192 129.124-192 247.846zM448 128v256h128v-256h-128zM640 136.154v247.846h192c0-118.722-81.904-219.24-192-247.846z" />
-<glyph unicode="" glyph-name="cool" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM800 704c17.6 0 32-14.4 32-32v-96c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64h-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v96c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-32h128v32c0 17.6 14.4 32 32 32h192zM512 192c93.208 0 174.772 49.818 219.546 124.278l54.88-32.934c-55.966-93.070-157.916-155.344-274.426-155.344-48.458 0-94.384 10.796-135.54 30.082l33.162 55.278c31.354-13.714 65.964-21.36 102.378-21.36z" />
-<glyph unicode="" glyph-name="cool2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM512 128c-48.458 0-94.384 10.796-135.542 30.082l33.162 55.276c31.356-13.712 65.966-21.358 102.38-21.358 93.208 0 174.772 49.818 219.542 124.278l54.882-32.934c-55.964-93.070-157.914-155.344-274.424-155.344zM832 576c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64h-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v96c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-32h128v32c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-96z" />
-<glyph unicode="" glyph-name="angry" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396zM767.042 679.76c4.284-17.144-6.14-34.518-23.282-38.804-17.626-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 1.17 0.036 2.33 0.098 3.484 2.032 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804z" />
-<glyph unicode="" glyph-name="angry2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM576.094 579.484c2.032 47.454 45.21 78.948 81.592 97.138 34.742 17.372 69.104 26.060 70.548 26.422 17.146 4.288 34.52-6.138 38.806-23.284s-6.138-34.518-23.284-38.806c-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.038 2.332 0.1 3.486zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396z" />
-<glyph unicode="" glyph-name="evil" d="M639.996 512c-35.346 0-64 28.654-63.998 64.002 0 1.17 0.036 2.33 0.098 3.484 2.032 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284 4.284-17.146-6.14-34.518-23.284-38.806-17.626-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64zM280.242 640.956c-17.144 4.286-27.568 21.66-23.282 38.804 4.286 17.146 21.66 27.572 38.806 23.284 1.444-0.362 35.806-9.050 70.548-26.422 36.382-18.19 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.316 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.312 16.9-56.936 21.35zM512 224c81.554 0 152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344s-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74zM1024 896c0 45.516-9.524 88.8-26.652 128-33.576-76.836-96.448-137.932-174.494-169.178-86.194 65.96-193.936 105.178-310.854 105.178s-224.66-39.218-310.854-105.178c-78.048 31.246-140.918 92.342-174.494 169.178-17.128-39.2-26.652-82.484-26.652-128 0-73.574 24.85-141.328 66.588-195.378-42.37-74.542-66.588-160.75-66.588-252.622 0-282.77 229.23-512 512-512s512 229.23 512 512c0 91.872-24.218 178.080-66.588 252.622 41.738 54.050 66.588 121.804 66.588 195.378zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" />
-<glyph unicode="" glyph-name="evil2" d="M1024 896c0 45.516-9.524 88.8-26.652 128-33.576-76.836-96.448-137.932-174.494-169.178-86.194 65.96-193.936 105.178-310.854 105.178s-224.66-39.218-310.854-105.178c-78.048 31.246-140.918 92.342-174.494 169.178-17.128-39.2-26.652-82.484-26.652-128 0-73.574 24.85-141.328 66.588-195.378-42.37-74.542-66.588-160.75-66.588-252.622 0-282.77 229.23-512 512-512s512 229.23 512 512c0 91.872-24.218 178.080-66.588 252.622 41.738 54.050 66.588 121.804 66.588 195.378zM576.094 579.484c2.032 47.454 45.21 78.948 81.592 97.138 34.742 17.372 69.104 26.060 70.548 26.422 17.146 4.288 34.52-6.138 38.806-23.284s-6.138-34.518-23.284-38.806c-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.038 2.332 0.1 3.486zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM512 128c-116.51 0-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74 81.554 0 152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344z" />
-<glyph unicode="" glyph-name="shocked" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM384 256c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM256 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96z" />
-<glyph unicode="" glyph-name="shocked2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 512c-35.346 0-64 42.98-64 96s28.654 96 64 96 64-42.98 64-96-28.654-96-64-96zM512 128c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128zM704 512c-35.346 0-64 42.98-64 96s28.654 96 64 96 64-42.98 64-96-28.654-96-64-96z" />
-<glyph unicode="" glyph-name="baffled" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM384 544c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM352 640c53.020 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM352 704c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160-71.776 160-160 160v0zM704 544c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM672 640c53.020 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM672 704c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160-71.776 160-160 160v0zM384 256h256v-64h-256v64z" />
-<glyph unicode="" glyph-name="baffled2" d="M384 544c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM704 544c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM256 544c0 53.020 42.98 96 96 96s96-42.98 96-96-42.98-96-96-96-96 42.98-96 96zM640 192h-256v64h256v-64zM672 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
-<glyph unicode="" glyph-name="confused" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM726.106 320h64.864c9.246-72.506-32.452-144.53-103.958-170.56-82.904-30.176-174.9 12.716-205.080 95.616-18.108 49.744-73.306 75.482-123.048 57.372-45.562-16.588-70.956-64.298-60.988-110.424h-64.86c-9.242 72.508 32.45 144.528 103.956 170.56 82.904 30.178 174.902-12.716 205.082-95.614 18.104-49.748 73.306-75.482 123.044-57.372 45.562 16.584 70.956 64.298 60.988 110.422z" />
-<glyph unicode="" glyph-name="confused2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM687.010 149.44c-82.902-30.18-174.9 12.712-205.080 95.614-18.108 49.742-73.306 75.478-123.048 57.372-45.562-16.588-70.958-64.296-60.988-110.424h-64.86c-9.244 72.508 32.45 144.532 103.956 170.56 82.904 30.18 174.902-12.712 205.082-95.614 18.108-49.742 73.306-75.476 123.046-57.37 45.562 16.584 70.958 64.294 60.988 110.422h64.864c9.24-72.506-32.454-144.532-103.96-170.56z" />
-<glyph unicode="" glyph-name="neutral" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM640 640c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM384 256h256v-64h-256v64z" />
-<glyph unicode="" glyph-name="neutral2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM640 192h-256v64h256v-64zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64z" />
-<glyph unicode="" glyph-name="hipster" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM675.882 419.882c-37.49 37.49-98.276 37.49-135.766 0s-37.49-98.276 0-135.766c1.204-1.204 2.434-2.368 3.684-3.492 86.528-78.512 288.2 1.842 288.2 103.376-62-40-110.45-9.786-156.118 35.882zM348.118 419.882c37.49 37.49 98.276 37.49 135.766 0s37.49-98.276 0-135.766c-1.204-1.204-2.434-2.368-3.684-3.492-86.528-78.512-288.2 1.842-288.2 103.376 62-40 110.45-9.786 156.118 35.882z" />
-<glyph unicode="" glyph-name="hipster2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM543.8 280.624c-1.25 1.124-2.48 2.29-3.684 3.492-18.74 18.74-28.112 43.3-28.118 67.864-0.004-24.562-9.376-49.124-28.118-67.864-1.204-1.204-2.434-2.368-3.684-3.492-86.524-78.512-288.196 1.842-288.196 103.376 62-40 110.45-9.786 156.118 35.882 37.49 37.49 98.276 37.49 135.766 0 18.74-18.74 28.112-43.3 28.118-67.864 0.004 24.562 9.376 49.124 28.118 67.864 37.49 37.49 98.276 37.49 135.766 0 45.664-45.668 94.114-75.882 156.114-35.882 0-101.534-201.672-181.888-288.2-103.376z" />
-<glyph unicode="" glyph-name="wondering" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM745.74 358.38l22.488-76.776-437.008-128.002-22.488 76.776zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
-<glyph unicode="" glyph-name="wondering2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM331.244 153.614l-22.488 76.774 437 128 22.488-76.774-437-128z" />
-<glyph unicode="" glyph-name="sleepy" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM640 288c0-88.366-57.308-160-128.002-160s-128.002 71.634-128.002 160c0 88.366 57.308 160 128.002 160s128.002-71.634 128.002-160zM416 620c-8.19 0-16.378 3.124-22.626 9.374-19.334 19.332-63.412 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374zM736 620c-8.19 0-16.378 3.124-22.626 9.374-19.332 19.332-63.414 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374z" />
-<glyph unicode="" glyph-name="sleepy2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM310.628 629.374c-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374s-16.378 3.124-22.626 9.374c-19.334 19.332-63.412 19.332-82.746 0zM511.998 128c-70.694 0-128.002 71.634-128.002 160s57.308 160 128.002 160 128.002-71.634 128.002-160-57.308-160-128.002-160zM758.628 629.374c-6.248-6.25-14.438-9.374-22.628-9.374s-16.378 3.124-22.626 9.374c-19.332 19.332-63.414 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.498 12.498-32.758 0-45.254z" />
-<glyph unicode="" glyph-name="frustrated" d="M366.312 676.622c-34.742 17.37-69.102 26.060-70.548 26.422-17.146 4.288-34.518-6.138-38.806-23.284-4.284-17.144 6.14-34.518 23.282-38.804 17.626-4.45 38.522-12.12 56.936-21.35-10.648-11.43-17.174-26.752-17.174-43.606 0-35.346 28.654-64 64-64s64 28.654 64 64c0 1.17-0.036 2.33-0.098 3.484-2.032 47.454-45.212 78.946-81.592 97.138zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM236.498 136.336c10.706-5.324 22.756-8.336 35.502-8.336h480c12.746 0 24.796 3.012 35.502 8.338-73.378-64.914-169.828-104.338-275.502-104.338-105.672 0-202.124 39.424-275.502 104.336zM256 208v96c0 8.674 7.328 16 16 16h112v-128h-112c-8.672 0-16 7.326-16 16zM448 192v128h128v-128h-128zM640 192v128h112c8.674 0 16-7.326 16-16v-96c0-8.674-7.326-16-16-16h-112zM823.662 172.498c5.326 10.706 8.338 22.756 8.338 35.502v96c0 44.112-35.888 80-80 80h-480c-44.112 0-80-35.888-80-80v-96c0-12.746 3.012-24.796 8.336-35.502-64.912 73.378-104.336 169.828-104.336 275.502 0 229.75 186.25 416 416 416s416-186.25 416-416c0-105.674-39.424-202.124-104.338-275.502zM728.236 703.044c-1.448-0.362-35.806-9.052-70.548-26.422-36.378-18.192-79.558-49.684-81.592-97.138-0.060-1.154-0.098-2.314-0.098-3.484 0-35.346 28.654-64 64-64s64 28.654 64 64c0 16.854-6.526 32.176-17.174 43.606 18.414 9.23 39.31 16.9 56.936 21.35 17.142 4.286 27.566 21.66 23.284 38.804-4.29 17.146-21.662 27.572-38.808 23.284z" />
-<glyph unicode="" glyph-name="frustrated2" d="M256 304v-96c0-8.674 7.328-16 16-16h112v128h-112c-8.672 0-16-7.326-16-16zM448 320h128v-128h-128v128zM752 320h-112v-128h112c8.674 0 16 7.326 16 16v96c0 8.674-7.326 16-16 16zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM576.096 579.484c2.034 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284 4.284-17.144-6.14-34.518-23.284-38.804-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.040 2.33 0.1 3.484zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM832 208c0-44.112-35.888-80-80-80h-480c-44.112 0-80 35.888-80 80v96c0 44.112 35.888 80 80 80h480c44.112 0 80-35.888 80-80v-96z" />
-<glyph unicode="" glyph-name="crying" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM800 576h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32zM352 576h-128c-17.672 0-32 14.328-32 32s14.328 32 32 32h128c17.672 0 32-14.328 32-32s-14.328-32-32-32zM608 104c-8.19 0-16.378 3.124-22.626 9.374-4.582 4.582-29.42 14.626-73.374 14.626s-68.79-10.044-73.374-14.626c-12.496-12.496-32.758-12.496-45.254 0-12.498 12.496-12.498 32.758 0 45.254 30.122 30.12 92.994 33.372 118.628 33.372 25.632 0 88.506-3.252 118.626-33.374 12.498-12.496 12.498-32.758 0-45.254-6.248-6.248-14.436-9.372-22.626-9.372zM736 384c-17.674 0-32 14.326-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64c0-17.674-14.326-32-32-32zM736 192c-17.674 0-32 14.326-32 32v64c0 17.674 14.326 32 32 32s32-14.326 32-32v-64c0-17.674-14.326-32-32-32zM288 384c-17.672 0-32 14.326-32 32v64c0 17.672 14.328 32 32 32s32-14.328 32-32v-64c0-17.674-14.328-32-32-32zM288 192c-17.672 0-32 14.326-32 32v64c0 17.674 14.328 32 32 32s32-14.326 32-32v-64c0-17.674-14.328-32-32-32z" />
-<glyph unicode="" glyph-name="crying2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 224c0-17.674-14.328-32-32-32s-32 14.326-32 32v64c0 17.674 14.328 32 32 32s32-14.326 32-32v-64zM320 416c0-17.674-14.328-32-32-32s-32 14.326-32 32v64c0 17.672 14.328 32 32 32s32-14.328 32-32v-64zM352 576h-128c-17.672 0-32 14.328-32 32s14.328 32 32 32h128c17.672 0 32-14.328 32-32s-14.328-32-32-32zM630.626 113.374c-6.248-6.25-14.436-9.374-22.626-9.374s-16.378 3.124-22.626 9.374c-4.582 4.582-29.42 14.626-73.374 14.626s-68.79-10.044-73.374-14.626c-12.496-12.496-32.758-12.496-45.254 0-12.498 12.496-12.498 32.758 0 45.254 30.122 30.12 92.994 33.372 118.628 33.372 25.632 0 88.506-3.252 118.626-33.374 12.498-12.496 12.498-32.756 0-45.252zM768 224c0-17.674-14.326-32-32-32s-32 14.326-32 32v64c0 17.674 14.326 32 32 32s32-14.326 32-32v-64zM768 416c0-17.674-14.326-32-32-32s-32 14.326-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64zM800 576h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32z" />
-<glyph unicode="" glyph-name="point-up" d="M960 352v160c0 52.934-43.066 96-96 96-17.104 0-33.176-4.494-47.098-12.368-17.076 26.664-46.958 44.368-80.902 44.368-24.564 0-47.004-9.274-64-24.504-16.996 15.23-39.436 24.504-64 24.504-11.214 0-21.986-1.934-32-5.484v229.484c0 52.934-43.066 96-96 96s-96-43.066-96-96v-394.676l-176.018 93.836c-14.536 8.4-31.126 12.84-47.982 12.84-52.934 0-96-43.066-96-96 0-26.368 10.472-50.954 29.49-69.226 0.248-0.238 0.496-0.47 0.75-0.7l239.17-218.074h-45.41c-17.672 0-32-14.326-32-32v-192c0-17.674 14.328-32 32-32h640c17.674 0 32 14.326 32 32v192c0 17.674-14.326 32-32 32h-44.222l72.844 145.69c2.222 4.442 3.378 9.342 3.378 14.31zM896 96c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM896 359.554l-83.776-167.554h-383.826l-290.818 265.166c-6.18 6.070-9.58 14.164-9.58 22.834 0 17.644 14.356 32 32 32 5.46 0 10.612-1.31 15.324-3.894 0.53-0.324 1.070-0.632 1.622-0.926l224-119.416c9.92-5.288 21.884-4.986 31.52 0.8 9.638 5.782 15.534 16.196 15.534 27.436v448c0 17.644 14.356 32 32 32s32-14.356 32-32v-320c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-32c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-152.446z" />
-<glyph unicode="" glyph-name="point-right" d="M416 0h160c52.934 0 96 43.066 96 96 0 17.104-4.494 33.176-12.368 47.098 26.664 17.076 44.368 46.958 44.368 80.902 0 24.564-9.276 47.004-24.504 64 15.228 16.996 24.504 39.436 24.504 64 0 11.214-1.934 21.986-5.484 32h229.484c52.934 0 96 43.066 96 96s-43.066 96-96 96h-394.676l93.836 176.018c8.4 14.536 12.84 31.126 12.84 47.982 0 52.934-43.066 96-96 96-26.368 0-50.954-10.472-69.226-29.49-0.238-0.248-0.47-0.496-0.7-0.75l-218.074-239.17v45.41c0 17.672-14.326 32-32 32h-192c-17.674 0-32-14.328-32-32v-640c0-17.674 14.326-32 32-32h192c17.674 0 32 14.326 32 32v44.222l145.69-72.844c4.444-2.222 9.342-3.378 14.31-3.378zM160 64c-17.674 0-32 14.326-32 32s14.326 32 32 32 32-14.326 32-32-14.326-32-32-32zM423.556 64l-167.556 83.778v383.824l265.168 290.818c6.066 6.18 14.162 9.58 22.832 9.58 17.644 0 32-14.356 32-32 0-5.46-1.308-10.612-3.894-15.324-0.324-0.53-0.632-1.070-0.926-1.622l-119.418-224c-5.288-9.92-4.986-21.884 0.8-31.52 5.784-9.638 16.198-15.534 27.438-15.534h448c17.644 0 32-14.356 32-32s-14.356-32-32-32h-320c-17.672 0-32-14.326-32-32s14.328-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32h-32c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32h-152.444z" />
-<glyph unicode="" glyph-name="point-down" d="M960 544v-160c0-52.934-43.066-96-96-96-17.104 0-33.176 4.494-47.098 12.368-17.076-26.662-46.96-44.368-80.902-44.368-24.564 0-47.004 9.276-64 24.504-16.996-15.228-39.436-24.504-64-24.504-11.214 0-21.986 1.934-32 5.484v-229.484c0-52.934-43.066-96-96-96-52.936 0-96 43.066-96 96v394.676l-176.018-93.836c-14.538-8.398-31.126-12.84-47.982-12.84-52.936 0-96 43.066-96 96 0 26.368 10.472 50.952 29.488 69.226 0.248 0.238 0.496 0.47 0.75 0.7l239.17 218.074h-45.408c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h640c17.674 0 32-14.326 32-32v-192c0-17.674-14.326-32-32-32h-44.222l72.842-145.69c2.224-4.442 3.38-9.342 3.38-14.31zM896 800c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM896 536.446l-83.778 167.554h-383.824l-290.82-265.168c-6.18-6.066-9.578-14.162-9.578-22.832 0-17.644 14.356-32 32-32 5.458 0 10.612 1.308 15.324 3.894 0.53 0.324 1.070 0.632 1.622 0.926l224 119.416c9.92 5.288 21.884 4.986 31.52-0.8 9.638-5.782 15.534-16.196 15.534-27.436v-448c0-17.644 14.356-32 32-32s32 14.356 32 32v320c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32c0 17.674 14.326 32 32 32s32-14.326 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v32c0 17.674 14.326 32 32 32s32-14.326 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v152.446z" />
-<glyph unicode="" glyph-name="point-left" d="M608 0h-160c-52.934 0-96 43.066-96 96 0 17.104 4.494 33.176 12.368 47.098-26.662 17.076-44.368 46.958-44.368 80.902 0 24.564 9.276 47.004 24.504 64-15.228 16.996-24.504 39.436-24.504 64 0 11.214 1.934 21.986 5.484 32h-229.484c-52.934 0-96 43.066-96 96 0 52.936 43.066 96 96 96h394.676l-93.836 176.018c-8.398 14.536-12.84 31.126-12.84 47.982 0 52.936 43.066 96 96 96 26.368 0 50.952-10.472 69.224-29.488 0.238-0.248 0.472-0.496 0.7-0.75l218.076-239.17v45.408c0 17.674 14.326 32 32 32h192c17.674 0 32-14.326 32-32v-640c0-17.674-14.326-32-32-32h-192c-17.674 0-32 14.326-32 32v44.222l-145.69-72.844c-4.442-2.222-9.34-3.378-14.31-3.378zM864 64c17.674 0 32 14.326 32 32s-14.326 32-32 32-32-14.326-32-32 14.326-32 32-32zM600.446 64l167.554 83.778v383.824l-265.168 290.82c-6.066 6.18-14.162 9.578-22.832 9.578-17.644 0-32-14.356-32-32 0-5.458 1.308-10.612 3.894-15.324 0.324-0.53 0.632-1.070 0.926-1.622l119.416-224c5.29-9.92 4.988-21.884-0.798-31.52-5.784-9.638-16.198-15.534-27.438-15.534h-448c-17.644 0-32-14.356-32-32s14.356-32 32-32h320c17.672 0 32-14.326 32-32s-14.328-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32c17.674 0 32-14.326 32-32s-14.326-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32h32c17.674 0 32-14.326 32-32s-14.326-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32h152.446z" />
-<glyph unicode="" glyph-name="warning" d="M512 867.226l429.102-855.226h-858.206l429.104 855.226zM512 960c-22.070 0-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.3 0 96.792 48.708 63.3 108.24h0.002l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648v0zM576 128c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64zM512 256c-35.346 0-64 28.654-64 64v192c0 35.346 28.654 64 64 64s64-28.654 64-64v-192c0-35.346-28.654-64-64-64z" />
-<glyph unicode="" glyph-name="notification" d="M512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512zM448 256h128v-128h-128zM448 768h128v-384h-128z" />
-<glyph unicode="" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
-<glyph unicode="" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
-<glyph unicode="" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
-<glyph unicode="" glyph-name="info1" d="M448 656c0 26.4 21.6 48 48 48h32c26.4 0 48-21.6 48-48v-32c0-26.4-21.6-48-48-48h-32c-26.4 0-48 21.6-48 48v32zM640 192h-256v64h64v192h-64v64h192v-256h64zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" />
-<glyph unicode="" glyph-name="cancel-circle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM672 704l-160-160-160 160-96-96 160-160-160-160 96-96 160 160 160-160 96 96-160 160 160 160z" />
-<glyph unicode="" glyph-name="blocked" d="M874.040 810.040c-96.706 96.702-225.28 149.96-362.040 149.96s-265.334-53.258-362.040-149.96c-96.702-96.706-149.96-225.28-149.96-362.040s53.258-265.334 149.96-362.040c96.706-96.702 225.28-149.96 362.040-149.96s265.334 53.258 362.040 149.96c96.702 96.706 149.96 225.28 149.96 362.040s-53.258 265.334-149.96 362.040zM896 448c0-82.814-26.354-159.588-71.112-222.38l-535.266 535.268c62.792 44.758 139.564 71.112 222.378 71.112 211.738 0 384-172.262 384-384zM128 448c0 82.814 26.354 159.586 71.112 222.378l535.27-535.268c-62.794-44.756-139.568-71.11-222.382-71.11-211.738 0-384 172.262-384 384z" />
-<glyph unicode="" glyph-name="cross" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
-<glyph unicode="" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
-<glyph unicode="" glyph-name="checkmark2" d="M397.434 42.304l-397.868 391.6 197.378 194.27 200.49-197.332 429.62 422.852 197.378-194.27-626.998-617.12zM107.912 433.904l289.524-284.962 518.656 510.482-89.036 87.632-429.62-422.852-200.49 197.334-89.034-87.634z" />
-<glyph unicode="" glyph-name="spell-check" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />
-<glyph unicode="" glyph-name="enter" d="M384 448h-320v128h320v128l192-192-192-192zM1024 960v-832l-384-192v192h-384v256h64v-192h320v576l256 128h-576v-256h-64v320z" />
-<glyph unicode="" glyph-name="exit" d="M768 320v128h-320v128h320v128l192-192zM704 384v-256h-320v-192l-384 192v832h704v-320h-64v256h-512l256-128v-576h256v192z" />
-<glyph unicode="" glyph-name="sendemail" d="M27.2 706.784c-25.76-241.856 124.768-457.536 339.232-483.68 130.080-15.904 254.016 41.728 338.912 143.168l-99.36 77.664 417.952 168.704-62.848-446.304-94.688 73.984c-102.144-126.208-264.928-198.624-437.984-177.536-267.136 32.544-457.344 275.488-424.8 542.656 4.32 35.264 12.352 69.12 23.552 101.344zM119.776 802.304l301.536-301.504c9.952-9.952 26.048-9.952 35.968 0l300.416 300.384c6.112-4.064 10.208-10.976 10.208-18.88v-222.432l-254.752-102.912 107.424-83.936h-452.096c-22.784 22.304-43.552 47.2-61.056 74.624v334.656c0 8.768 5.056 16.288 12.352 20.032zM154.816 854.4h569.184c-0.32-5.44-2.528-10.816-6.752-14.944l-263.008-261.568c-8.8-8.576-22.752-8.64-31.104-0.064l-262.368 260.384c-4.352 4.416-6.272 10.336-5.952 16.192z" />
-<glyph unicode="" glyph-name="excel" d="M789.441 241.11v-102.216h168.092v102.216zM789.441 373.99v-102.216h168.092v102.216zM789.441 506.871v-102.216h168.092v102.216zM345.376 635.776l-51.108-127.204-43.156 115.844h-69.282l70.42-166.952-78.365-165.819h68.144l51.108 118.12 51.108-129.471h74.959l-86.318 182.848 80.635 172.633zM789.441 639.751v-102.216h168.092v102.216zM789.441 772.631v-102.216h168.092v102.216zM608.293 830.554h402.053c7.527 0 13.629-6.102 13.629-13.629v-729.139c0-7.533-6.102-13.625-13.629-13.625h-402.053v64.733h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.663h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918zM589.444 943.748v-991.49l-589.444 102.216v787.058z" />
-<glyph unicode="" glyph-name="Lock_Information" d="M886.505 237.84l-122.053-13.17-4.543-9.495c4.849 0.255 9.163 0.281 13.068 0.281 7.734 0 13.987-1.353 18.556-4.186 4.569-2.654 6.891-5.896 6.891-9.495 0-5.564-2.323-13.757-7.198-24.707l-50-114.728c-4.186-9.112-6.253-16.616-6.253-22.563 0-9.010 4.594-16.309 13.808-22.18 9.316-5.922 21.618-8.806 37.162-8.806 40.812 0 79.378 21.006 115.749 63.094l-12.481 4.798c-14.906-15.544-27.897-26.213-38.923-32.236-3.803-2.323-7.963-3.599-12.073-3.599-2.348 0-4.62 0.893-6.687 2.425-2.093 1.71-3.216 3.216-3.216 4.824 0 3.114 1.965 9.648 5.845 19.347l73.712 170.394zM856.515 348.381c-14.574 0-26.953-3.471-37.137-10.465-10.158-6.84-15.186-15.263-15.186-25.013 0-9.724 5.156-18.071 15.467-24.911 10.184-6.815 22.512-10.26 36.856-10.26 14.574 0 27.106 3.446 37.545 10.26 10.414 6.84 15.569 15.186 15.569 24.911 0 9.75-5.156 18.173-15.442 25.013-10.184 6.993-22.716 10.465-37.673 10.465zM338.39 356.831c-37.137 0-67.229-28.409-67.229-63.401 0-25.499 16.003-46.86 38.846-57.070v-86.653h56.969v86.653c22.844 10.21 38.821 31.699 38.821 57.070 0 34.992-30.143 63.401-67.407 63.401zM817.464 365.431c114.039 0 206.51-92.446 206.51-206.484s-92.471-206.51-206.51-206.51c-114.013 0-206.485 92.471-206.485 206.51s92.471 206.484 206.485 206.484zM346.583 870.058c-93.544 0-169.271-75.779-169.271-169.196v-89.538c0-14.061 1.888-27.692 5.13-40.812h328.359c3.241 13.12 5.156 26.751 5.156 40.812v89.538c0 93.417-75.907 169.196-169.373 169.196zM346.583 943.537c125.524 0 227.337-101.863 227.337-227.465v-120.009c0-11.104-1.072-22.028-2.604-32.671 60.899-18.71 105.488-74.76 105.488-141.731v-36.653c-83.155-37.827-141.042-121.442-141.042-218.788 0-67.432 27.846-128.228 72.487-171.925-23.175-14.933-50.613-23.788-80.195-23.788h-379.304c-82.211 0-148.751 66.641-148.751 148.776v302.378c0 72.663 52.195 133.129 121.211 146.068-1.149 9.319-1.94 18.685-1.94 28.334v120.009c0 125.602 101.711 227.465 227.312 227.465z" />
-<glyph unicode="" glyph-name="lock" d="M521.12 345.984c-36.256 0-65.632-30.176-65.632-67.392 0-26.944 15.616-49.76 37.888-60.576v-91.904h55.616v91.968c22.304 10.752 37.952 33.664 37.952 60.512 0 37.216-29.44 67.392-65.824 67.392zM511.936 882.112c-91.264 0-165.184-80.448-165.184-179.648v-94.88c0-11.968 1.152-23.648 3.2-35.008h324.16c2.080 11.36 3.168 23.040 3.168 35.008v94.88c0 99.2-74.080 179.648-165.344 179.648zM511.936 960c122.56 0 222.016-108.064 222.016-241.28v-127.36c0-8.032-0.384-15.936-1.088-23.808 62.848-17.312 109.472-79.104 109.472-152.832v-320.928c0-87.104-65.056-157.792-145.152-157.792h-370.272c-80.256 0-145.184 70.656-145.184 157.792v320.928c0 73.76 46.592 135.552 109.504 152.864-0.704 7.808-1.088 15.744-1.088 23.776v127.36c0 133.216 99.264 241.28 221.824 241.28z" />
-<glyph unicode="" glyph-name="info" d="M558.496 585.568l8.8-5.984c-3.392-40.48-5.088-91.872-5.088-154.176v-104.64c0-6.816 0.608-28.672 1.856-65.536s2.56-58.4 3.936-64.608c1.408-6.144 3.456-10.656 6.24-13.408 2.784-2.784 6.176-4.576 10.176-5.344s20.672-2.080 49.984-3.936l4.192-3.68v-43.2l-3.712-4.16c-38.592 2.464-75.776 3.68-111.552 3.68-35.52 0-72.544-1.216-111.136-3.68l-4.16 4.16v43.2l4.16 3.68c29.92 1.856 46.848 3.232 50.72 4.192 3.84 0.896 7.264 2.848 10.176 5.792s4.928 7.424 5.984 13.408c1.088 6.016 2.336 25.952 3.712 59.744 1.408 33.792 2.048 59.328 2.048 76.608v91.2c0 12.352-0.576 29.184-1.824 50.464s-2.208 34.4-3.008 39.36c-0.768 4.928-3.2 8.576-7.2 10.88-4 2.336-12.032 3.488-24.064 3.488l-38.912 0.448-4.16 3.712v19.904l3.68 3.712c58.944 7.104 108.64 18.656 149.088 34.72zM519.168 792.544c14.496 0 26.848-5.088 37.024-15.264s15.264-22.528 15.264-37.024c0-14.208-5.088-26.4-15.264-36.608s-22.528-15.232-37.024-15.232c-14.176 0-26.464 4.992-36.832 15.040s-15.488 22.272-15.488 36.8c0 14.496 5.152 26.848 15.488 37.024s22.624 15.264 36.832 15.264zM109.28 878.048v-860.128h805.504v860.128zM109.28 960h805.504c45.248 0 81.952-36.704 81.952-81.952v-860.128c0-45.216-36.704-81.92-81.952-81.92h-805.504c-45.248 0-81.952 36.672-81.952 81.92v860.128c0 45.248 36.704 81.952 81.952 81.952z" />
-<glyph unicode="" glyph-name="info_circle" d="M536.264 585.131c-22.559 0-48.432-8.397-79.009-25.629-29.040-16.512-61.344-44.016-95.953-81.981l-12.433-13.873 48.576-37.629 10.707 10.557c37.393 36.384 50.017 46.319 54.243 49.005-48.433-169.192-73.347-271.431-73.347-315.444 0-17.517 5.041-31.68 14.879-42.381 10.129-10.848 24.144-16.511 40.513-16.511 16.609 0 36.337 6.671 60.339 20.349 22.511 12.911 56.496 40.844 103.825 85.435l13.056 12.241-44.211 43.052-11.951-11.18c-42.001-39.504-60.385-51.983-64.561-56.208 0.72 17.616 10.8 68.639 52.321 208.267 33.36 111.405 33.36 123.068 33.36 128.633 0 13.156-5.087 24.339-14.785 32.355-8.831 7.245-20.781 10.943-35.568 10.943zM535.304 781.828c-38.255 0-69.169-31.008-69.169-69.068 0-38.305 30.915-69.215 69.169-69.215 38.256 0 69.219 30.909 69.219 69.215 0 38.060-30.963 69.068-69.219 69.068zM511.977 960c282.243 0 512.023-229.675 512.023-512 0-282.281-229.78-512-512.023-512-282.388 0-511.977 229.719-511.977 512 0 282.325 229.589 512 511.977 512z" />
-<glyph unicode="" glyph-name="help" d="M466.56 211.392v-90.912h83.328v90.912zM515.808 775.488c-50.496 0-90.848-15.136-121.152-45.504-42.912-42.784-64.352-97.12-64.352-162.72h87.104c0 50.496 12.64 88.32 37.888 113.632 15.072 15.136 33.984 22.72 56.736 22.72 27.776 0 49.184-7.584 64.32-22.72 17.664-17.664 26.56-44.256 26.56-79.488 0-27.84-10.144-51.84-30.304-71.936-35.328-35.36-59.328-63.168-71.936-83.392-17.696-27.712-26.496-69.376-26.496-124.896h68.192c0 45.408 11.328 79.552 33.984 102.304 30.272 30.176 54.272 54.176 72 71.872 30.24 30.336 45.408 66.88 45.408 109.824 0 50.464-16.416 92.128-49.152 124.864-30.336 30.4-73.248 45.504-128.768 45.504zM512 960c282.24 0 512-229.696 512-512.032 0-282.304-229.76-511.968-512-511.968-282.368 0-512 229.696-512 511.968 0 282.336 229.632 512.032 512 512.032z" />
-<glyph unicode="" glyph-name="play3" d="M192 832l640-384-640-384z" />
-<glyph unicode="" glyph-name="pause2" d="M128 832h320v-768h-320zM576 832h320v-768h-320z" />
-<glyph unicode="" glyph-name="stop2" d="M128 832h768v-768h-768z" />
-<glyph unicode="" glyph-name="backward2" d="M576 800v-320l320 320v-704l-320 320v-320l-352 352z" />
-<glyph unicode="" glyph-name="forward3" d="M512 96v320l-320-320v704l320-320v320l352-352z" />
-<glyph unicode="" glyph-name="first" d="M128 64v768h128v-352l320 320v-320l320 320v-704l-320 320v-320l-320 320v-352z" />
-<glyph unicode="" glyph-name="last" d="M896 832v-768h-128v352l-320-320v320l-320-320v704l320-320v320l320-320v352z" />
-<glyph unicode="" glyph-name="previous2" d="M256 64v768h128v-352l320 320v-704l-320 320v-352z" />
-<glyph unicode="" glyph-name="next2" d="M768 832v-768h-128v352l-320-320v704l320-320v352z" />
-<glyph unicode="" glyph-name="eject" d="M0 192h1024v-128h-1024zM512 832l512-512h-1024z" />
-<glyph unicode="" glyph-name="volume-high" horiz-adv-x="1088" d="M890.040 37.96c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.746-18.744 49.136 0 67.882 87.638 87.642 135.904 204.16 135.904 328.1 0 123.938-48.266 240.458-135.904 328.098-18.744 18.746-18.744 49.138 0 67.882s49.138 18.744 67.882 0c105.77-105.772 164.022-246.4 164.022-395.98s-58.252-290.208-164.022-395.98c-9.372-9.372-21.656-14.058-33.94-14.058zM719.53 128.47c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.59 126.53-190.074 126.53-305.466 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060v0zM549.020 218.98c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
-<glyph unicode="" glyph-name="volume-medium" d="M719.53 128.47c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.59 126.53-190.074 126.53-305.466 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060v0zM549.020 218.98c-12.286 0-24.566 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
-<glyph unicode="" glyph-name="volume-low" d="M549.020 218.98c-12.286 0-24.566 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
-<glyph unicode="" glyph-name="volume-mute" d="M416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
-<glyph unicode="" glyph-name="volume-mute2" d="M960 340.852v-84.852h-84.852l-107.148 107.148-107.148-107.148h-84.852v84.852l107.148 107.148-107.148 107.148v84.852h84.852l107.148-107.148 107.148 107.148h84.852v-84.852l-107.148-107.148 107.148-107.148zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
-<glyph unicode="" glyph-name="volume-increase" d="M1024 384h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
-<glyph unicode="" glyph-name="volume-decrease" d="M512 512h512v-128h-512v128zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
-<glyph unicode="" glyph-name="loop" d="M128 640h640v-192l256 256-256 256v-192h-768v-384h128zM896 256h-640v192l-256-256 256-256v192h768v384h-128z" />
-<glyph unicode="" glyph-name="loop2" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" />
-<glyph unicode="" glyph-name="infinite" d="M783.988 207.988c-64.104 0-124.372 24.96-169.7 70.288l-102.288 102.282-102.276-102.27c-45.332-45.336-105.6-70.3-169.706-70.3-64.118 0-124.39 24.964-169.722 70.3-45.332 45.334-70.296 105.604-70.296 169.712s24.964 124.38 70.296 169.714c45.334 45.332 105.608 70.296 169.714 70.296 64.108 0 124.38-24.964 169.712-70.296l102.278-102.276 102.276 102.276c45.332 45.332 105.604 70.298 169.712 70.298 64.112 0 124.384-24.966 169.71-70.298 45.338-45.334 70.302-105.606 70.302-169.714 0-64.112-24.964-124.382-70.3-169.71-45.326-45.336-105.598-70.302-169.712-70.302zM681.72 345.712c27.322-27.31 63.64-42.354 102.268-42.352 38.634 0 74.958 15.044 102.276 42.362 27.316 27.322 42.364 63.644 42.364 102.278s-15.046 74.956-42.364 102.274c-27.32 27.318-63.64 42.364-102.276 42.364-38.632 0-74.956-15.044-102.278-42.364l-102.268-102.274 102.278-102.288zM240.012 592.638c-38.634 0-74.956-15.044-102.274-42.364-27.32-27.318-42.364-63.64-42.364-102.274 0-38.632 15.044-74.954 42.364-102.276 27.32-27.316 63.642-42.364 102.274-42.364 38.634 0 74.956 15.044 102.272 42.362l102.276 102.278-102.276 102.274c-27.318 27.32-63.64 42.366-102.272 42.364v0z" />
-<glyph unicode="" glyph-name="shuffle" d="M768 256h-101.49l-160 160 160 160h101.49v-160l224 224-224 224v-160h-128c-16.974 0-33.252-6.744-45.254-18.746l-178.746-178.744-178.746 178.746c-12 12-28.28 18.744-45.254 18.744h-192v-128h165.49l160-160-160-160h-165.49v-128h192c16.974 0 33.252 6.742 45.254 18.746l178.746 178.744 178.746-178.744c12.002-12.004 28.28-18.746 45.254-18.746h128v-160l224 224-224 224v-160z" />
-<glyph unicode="" glyph-name="arrow-up-left" d="M0 224l256 256 544-544 224 224-544 544 255.998 256h-735.998v-736z" />
-<glyph unicode="" glyph-name="arrow-up" d="M512 928l-480-480h288v-512h384v512h288z" />
-<glyph unicode="" glyph-name="arrow-up-right" d="M288 960l256-256-544-544 224-224 544 544 256-255.998v735.998h-736z" />
-<glyph unicode="" glyph-name="arrow-right" d="M992 448l-480 480v-288h-512v-384h512v-288z" />
-<glyph unicode="" glyph-name="arrow-down-right" d="M1024 672l-256-256-544 544-224-224 544-544-255.998-256h735.998v736z" />
-<glyph unicode="" glyph-name="arrow-down" d="M512-32l480 480h-288v512h-384v-512h-288z" />
-<glyph unicode="" glyph-name="arrow-down-left" d="M736-64l-256 256 544 544-224 224-544-544-256 255.998v-735.998h736z" />
-<glyph unicode="" glyph-name="arrow-left" d="M32 448l480-480v288h512v384h-512v288z" />
-<glyph unicode="" glyph-name="arrow-up-left2" d="M877.254 173.254l-530.744 530.746h229.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-384c-25.886 0-49.222-15.592-59.128-39.508-3.282-7.924-4.84-16.242-4.838-24.492h-0.034v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.49l530.746-530.744c12.496-12.498 28.876-18.746 45.254-18.746s32.758 6.248 45.254 18.746c24.994 24.992 24.994 65.516 0 90.508z" />
-<glyph unicode="" glyph-name="arrow-up2" d="M877.254 557.254l-320 320c-24.992 24.994-65.514 24.994-90.508 0l-320-320c-24.994-24.994-24.994-65.516 0-90.51 24.994-24.996 65.516-24.996 90.51 0l210.744 210.746v-613.49c0-35.346 28.654-64 64-64s64 28.654 64 64v613.49l210.746-210.746c12.496-12.496 28.876-18.744 45.254-18.744s32.758 6.248 45.254 18.746c24.994 24.994 24.994 65.514 0 90.508z" />
-<glyph unicode="" glyph-name="arrow-up-right2" d="M237.254 82.746l530.746 530.744v-229.49c0-35.346 28.654-64 64-64s64 28.654 64 64v384c0 25.884-15.594 49.222-39.508 59.126-7.924 3.284-16.242 4.84-24.492 4.838v0.036h-384c-35.346 0-64-28.654-64-64 0-35.348 28.654-64 64-64h229.49l-530.744-530.746c-12.498-12.496-18.746-28.876-18.746-45.254s6.248-32.758 18.746-45.254c24.992-24.994 65.516-24.994 90.508 0z" />
-<glyph unicode="" glyph-name="arrow-right2" d="M621.254 82.746l320 320c24.994 24.992 24.994 65.516 0 90.51l-320 320c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.516 0-90.51l210.746-210.746h-613.49c-35.346 0-64-28.654-64-64s28.654-64 64-64h613.49l-210.746-210.746c-12.496-12.496-18.744-28.876-18.744-45.254s6.248-32.758 18.744-45.254c24.994-24.994 65.516-24.994 90.51 0z" />
-<glyph unicode="" glyph-name="arrow-down-right2" d="M146.746 722.746l530.742-530.746h-229.488c-35.346 0-64-28.654-64-64s28.654-64 64-64h384c25.884 0 49.222 15.594 59.126 39.508 3.284 7.924 4.84 16.242 4.838 24.492h0.036v384c0 35.346-28.654 64-64 64-35.348 0-64-28.654-64-64v-229.49l-530.746 530.744c-12.496 12.498-28.874 18.746-45.254 18.746s-32.758-6.248-45.254-18.746c-24.994-24.992-24.994-65.516 0-90.508z" />
-<glyph unicode="" glyph-name="arrow-down2" d="M877.254 338.746l-320-320c-24.992-24.994-65.514-24.994-90.508 0l-320 320c-24.994 24.994-24.994 65.516 0 90.51 24.994 24.996 65.516 24.996 90.51 0l210.744-210.746v613.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-613.49l210.746 210.746c12.496 12.496 28.876 18.744 45.254 18.744s32.758-6.248 45.254-18.746c24.994-24.994 24.994-65.514 0-90.508z" />
-<glyph unicode="" glyph-name="arrow-down-left2" d="M786.744 813.256l-530.744-530.744v229.49c0 35.346-28.654 64-64 64s-64-28.654-64-64v-384.002c0-25.886 15.592-49.222 39.508-59.128 7.924-3.282 16.242-4.84 24.492-4.836v-0.036l384 0.002c35.344 0 64 28.654 64 63.998 0 35.348-28.656 64-64 64h-229.49l530.744 530.746c12.496 12.496 18.746 28.876 18.746 45.256 0 16.376-6.25 32.758-18.746 45.254-24.992 24.992-65.518 24.992-90.51 0v0z" />
-<glyph unicode="" glyph-name="arrow-left2" d="M402.746 82.746l-320 320c-24.994 24.992-24.994 65.516 0 90.51l320 320c24.994 24.992 65.516 24.992 90.51 0 24.994-24.994 24.994-65.516 0-90.51l-210.746-210.746h613.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-613.49l210.746-210.746c12.496-12.496 18.744-28.876 18.744-45.254s-6.248-32.758-18.744-45.254c-24.994-24.994-65.516-24.994-90.51 0z" />
-<glyph unicode="" glyph-name="circle-up" d="M0 448c0-282.77 229.23-512 512-512s512 229.23 512 512-229.23 512-512 512-512-229.23-512-512zM928 448c0-229.75-186.25-416-416-416s-416 186.25-416 416 186.25 416 416 416 416-186.25 416-416zM706.744 290.744l90.512 90.512-285.256 285.254-285.254-285.256 90.508-90.508 194.746 194.744z" />
-<glyph unicode="" glyph-name="circle-right" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM354.744 253.256l90.512-90.512 285.254 285.256-285.256 285.254-90.508-90.508 194.744-194.746z" />
-<glyph unicode="" glyph-name="circle-down" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512 229.23-512 512-512 512 229.23 512 512zM96 448c0 229.75 186.25 416 416 416s416-186.25 416-416-186.25-416-416-416-416 186.25-416 416zM317.256 605.256l-90.512-90.512 285.256-285.254 285.254 285.256-90.508 90.508-194.746-194.744z" />
-<glyph unicode="" glyph-name="circle-left" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM669.256 642.744l-90.512 90.512-285.254-285.256 285.256-285.254 90.508 90.508-194.744 194.746z" />
-<glyph unicode="" glyph-name="tab" d="M960 960h64v-512h-64v512zM0 448h64v-512h-64v512zM320 256h704v-128h-704v-160l-224 224 224 224v-160zM704 640h-704v128h704v160l224-224-224-224z" />
-<glyph unicode="" glyph-name="move-up" d="M704 448v-384h64v384h160l-192 192-192-192zM64 768h96v-64h-96v64zM192 768h96v-64h-96v64zM320 768h64v-96h-64v96zM64 544h64v-96h-64v96zM160 512h96v-64h-96v64zM288 512h96v-64h-96v64zM64 672h64v-96h-64v96zM320 640h64v-96h-64v96zM320 256v-192h-192v192h192zM384 320h-320v-320h320v320z" />
-<glyph unicode="" glyph-name="move-down" d="M768 256v384h-64v-384h-160l192-192 192 192zM320 704v-192h-192v192h192zM384 768h-320v-320h320v320zM64 320h96v-64h-96v64zM192 320h96v-64h-96v64zM320 320h64v-96h-64v96zM64 96h64v-96h-64v96zM160 64h96v-64h-96v64zM288 64h96v-64h-96v64zM64 224h64v-96h-64v96zM320 192h64v-96h-64v96z" />
-<glyph unicode="" glyph-name="sort-alpha-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM928-64h-256c-11.8 0-22.644 6.496-28.214 16.9-5.566 10.404-4.958 23.030 1.59 32.85l222.832 334.25h-196.208c-17.672 0-32 14.328-32 32s14.328 32 32 32h256c11.8 0 22.644-6.496 28.214-16.9 5.566-10.404 4.958-23.030-1.59-32.85l-222.83-334.25h196.206c17.672 0 32-14.328 32-32s-14.328-32-32-32zM1020.622 558.314l-192.002 384c-5.42 10.842-16.502 17.69-28.622 17.69-12.122 0-23.202-6.848-28.624-17.69l-191.996-384c-7.904-15.806-1.496-35.030 14.31-42.932 4.594-2.296 9.476-3.386 14.288-3.386 11.736 0 23.040 6.484 28.644 17.698l55.156 110.31h216.446l55.156-110.31c7.902-15.806 27.124-22.21 42.932-14.31 15.808 7.902 22.216 27.124 14.312 42.93zM723.778 704.004l76.22 152.446 76.224-152.446h-152.444z" />
-<glyph unicode="" glyph-name="sort-alpha-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM928 512h-256c-11.8 0-22.644 6.496-28.214 16.9-5.566 10.406-4.958 23.030 1.59 32.85l222.832 334.25h-196.208c-17.672 0-32 14.328-32 32s14.328 32 32 32h256c11.8 0 22.644-6.496 28.214-16.9 5.566-10.406 4.958-23.030-1.59-32.85l-222.83-334.25h196.206c17.672 0 32-14.328 32-32s-14.328-32-32-32zM1020.622-17.69l-192.002 384c-5.42 10.842-16.502 17.69-28.622 17.69-12.122 0-23.202-6.848-28.624-17.69l-191.996-384c-7.904-15.806-1.496-35.030 14.31-42.932 4.594-2.296 9.476-3.386 14.288-3.386 11.736 0 23.040 6.484 28.644 17.698l55.158 110.31h216.446l55.156-110.31c7.902-15.806 27.124-22.21 42.932-14.31 15.806 7.902 22.214 27.124 14.31 42.93zM723.778 128l76.22 152.446 76.226-152.446h-152.446z" />
-<glyph unicode="" glyph-name="sort-numeric-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM864 512c-17.674 0-32 14.328-32 32v352h-32c-17.674 0-32 14.328-32 32s14.326 32 32 32h64c17.674 0 32-14.328 32-32v-384c0-17.672-14.326-32-32-32zM928 384h-192c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h160v-128h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h192c17.674 0 32 14.326 32 32v384c0 17.674-14.326 32-32 32zM768 320h128v-128h-128v128z" />
-<glyph unicode="" glyph-name="sort-numberic-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM864-64c-17.674 0-32 14.328-32 32v352h-32c-17.674 0-32 14.328-32 32s14.326 32 32 32h64c17.674 0 32-14.328 32-32v-384c0-17.672-14.326-32-32-32zM928 960h-192c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h160v-128h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h192c17.674 0 32 14.326 32 32v384c0 17.674-14.326 32-32 32zM768 896h128v-128h-128v128z" />
-<glyph unicode="" glyph-name="sort-amount-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM448 384h576v-128h-576v128zM448 576h448v-128h-448v128zM448 768h320v-128h-320v128zM448 960h192v-128h-192v128z" />
-<glyph unicode="" glyph-name="sort-amount-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM448 960h576v-128h-576v128zM448 768h448v-128h-448v128zM448 576h320v-128h-320v128zM448 384h192v-128h-192v128z" />
-<glyph unicode="" glyph-name="command" d="M736 64c-88.224 0-160 71.776-160 160v96h-128v-96c0-88.224-71.776-160-160-160s-160 71.776-160 160 71.776 160 160 160h96v128h-96c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160v-96h128v96c0 88.224 71.776 160 160 160s160-71.776 160-160-71.776-160-160-160h-96v-128h96c88.224 0 160-71.776 160-160s-71.774-160-160-160zM640 320v-96c0-52.934 43.066-96 96-96s96 43.066 96 96-43.066 96-96 96h-96zM288 320c-52.934 0-96-43.066-96-96s43.066-96 96-96 96 43.066 96 96v96h-96zM448 384h128v128h-128v-128zM640 576h96c52.934 0 96 43.066 96 96s-43.066 96-96 96-96-43.066-96-96v-96zM288 768c-52.934 0-96-43.066-96-96s43.066-96 96-96h96v96c0 52.934-43.064 96-96 96z" />
-<glyph unicode="" glyph-name="shift" d="M672 64h-320c-17.672 0-32 14.326-32 32v352h-128c-12.942 0-24.612 7.796-29.564 19.754-4.954 11.958-2.214 25.722 6.936 34.874l320 320c12.498 12.496 32.758 12.496 45.254 0l320-320c9.152-9.152 11.89-22.916 6.938-34.874s-16.62-19.754-29.564-19.754h-128v-352c0-17.674-14.326-32-32-32zM384 128h256v352c0 17.672 14.326 32 32 32h82.744l-242.744 242.746-242.744-242.746h82.744c17.672 0 32-14.328 32-32v-352z" />
-<glyph unicode="" glyph-name="ctrl" d="M736.014 512c-8.908 0-17.77 3.698-24.096 10.928l-199.918 228.478-199.918-228.478c-11.636-13.3-31.856-14.65-45.154-3.010-13.3 11.638-14.648 31.854-3.010 45.154l224 256c6.076 6.944 14.854 10.928 24.082 10.928s18.006-3.984 24.082-10.928l224-256c11.638-13.3 10.292-33.516-3.010-45.154-6.070-5.312-13.582-7.918-21.058-7.918z" />
-<glyph unicode="" glyph-name="opt" d="M928 128h-256c-12.646 0-24.106 7.448-29.242 19.004l-247.554 556.996h-299.204c-17.672 0-32 14.328-32 32s14.328 32 32 32h320c12.646 0 24.106-7.448 29.242-19.004l247.556-556.996h235.202c17.674 0 32-14.326 32-32s-14.326-32-32-32zM928 704h-320c-17.674 0-32 14.328-32 32s14.326 32 32 32h320c17.674 0 32-14.328 32-32s-14.326-32-32-32z" />
-<glyph unicode="" glyph-name="checkbox-checked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM448 165.49l-237.254 237.256 90.51 90.508 146.744-146.744 306.746 306.746 90.508-90.51-397.254-397.256z" />
-<glyph unicode="" glyph-name="checkbox-unchecked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM896 64h-768v768h768v-768z" />
-<glyph unicode="" glyph-name="radio-checked" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM320 448c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192s-192 85.961-192 192z" />
-<glyph unicode="" glyph-name="radio-checked2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 320c-70.692 0-128 57.306-128 128 0 70.692 57.308 128 128 128 70.694 0 128-57.308 128-128 0-70.694-57.306-128-128-128z" />
-<glyph unicode="" glyph-name="radio-unchecked" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384z" />
-<glyph unicode="" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />
-<glyph unicode="" glyph-name="make-group" d="M320 832h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM704 576h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64zM704 768h128v-128h-128v128zM320 320h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM320 128h-128v128h128v-128zM832 320h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM896 448h-64c-85.476 0-165.834 33.286-226.274 93.724-60.44 60.442-93.726 140.802-93.726 226.276v64c0 70.4-57.6 128-128 128h-256c-70.4 0-128-57.6-128-128v-256c0-70.4 57.6-128 128-128h64c85.476 0 165.834-33.286 226.274-93.724 60.44-60.442 93.726-140.802 93.726-226.276v-64c0-70.4 57.6-128 128-128h256c70.4 0 128 57.6 128 128v256c0 70.4-57.6 128-128 128zM960 64c0-16.954-6.696-32.986-18.856-45.144-12.158-12.16-28.19-18.856-45.144-18.856h-256c-16.954 0-32.986 6.696-45.144 18.856-12.16 12.158-18.856 28.19-18.856 45.144v64c0 212.078-171.922 384-384 384h-64c-16.954 0-32.986 6.696-45.146 18.854-12.158 12.16-18.854 28.192-18.854 45.146v256c0 16.954 6.696 32.986 18.854 45.146 12.16 12.158 28.192 18.854 45.146 18.854h256c16.954 0 32.986-6.696 45.146-18.854 12.158-12.16 18.854-28.192 18.854-45.146v-64c0-212.078 171.922-384 384-384h64c16.954 0 32.986-6.696 45.144-18.856 12.16-12.158 18.856-28.19 18.856-45.144v-256z" />
-<glyph unicode="" glyph-name="ungroup" d="M384 496c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM704 496c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM384 176c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM704 176c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM912.082 800l111.918 111.916v48.084h-48.082l-111.918-111.916-111.918 111.916h-48.082v-48.084l111.918-111.916-111.918-111.916v-48.084h48.082l111.918 111.916 111.918-111.916h48.082v48.084zM0 192h64v-128h-64v128zM0 384h64v-128h-64v128zM832 512h64v-128h-64v128zM832 128h64v-128h-64v128zM832 320h64v-128h-64v128zM0 576h64v-128h-64v128zM0 768h64v-128h-64v128zM512 832h128v-64h-128v64zM320 832h128v-64h-128v64zM128 832h128v-64h-128v64zM448 0h128v-64h-128v64zM640 0h128v-64h-128v64zM256 0h128v-64h-128v64zM64 0h128v-64h-128v64z" />
-<glyph unicode="" glyph-name="scissors" d="M913.826 280.306c-66.684 104.204-181.078 150.064-255.51 102.434-6.428-4.116-12.334-8.804-17.744-13.982l-79.452 124.262 183.462 287.972c15.016 27.73 20.558 60.758 13.266 93.974-6.972 31.75-24.516 58.438-48.102 77.226l-12.278 7.808-217.468-340.114-217.47 340.114-12.276-7.806c-23.586-18.79-41.13-45.476-48.1-77.226-7.292-33.216-1.75-66.244 13.264-93.974l183.464-287.972-79.454-124.262c-5.41 5.178-11.316 9.868-17.744 13.982-74.432 47.63-188.826 1.77-255.51-102.434-66.68-104.2-60.398-227.286 14.032-274.914 74.43-47.632 188.824-1.77 255.508 102.432l164.286 257.87 164.288-257.872c66.684-104.202 181.078-150.064 255.508-102.432 74.428 47.63 80.71 170.716 14.030 274.914zM234.852 159.57c-30.018-46.904-68.534-69.726-94.572-75.446-0.004 0-0.004 0-0.004 0-8.49-1.868-20.294-3.010-28.324 2.128-8.898 5.694-14.804 20.748-15.8 40.276-1.616 31.644 9.642 68.836 30.888 102.034 30.014 46.906 68.53 69.726 94.562 75.444 8.496 1.866 20.308 3.010 28.336-2.126 8.898-5.694 14.802-20.75 15.798-40.272 1.618-31.65-9.64-68.84-30.884-102.038zM480 448c-17.672 0-32 14.328-32 32s14.328 32 32 32 32-14.328 32-32-14.328-32-32-32zM863.85 126.53c-0.996-19.528-6.902-34.582-15.8-40.276-8.030-5.138-19.834-3.996-28.324-2.128 0 0 0 0-0.004 0-26.040 5.718-64.554 28.542-94.572 75.446-21.244 33.198-32.502 70.388-30.884 102.038 0.996 19.522 6.9 34.578 15.798 40.272 8.028 5.136 19.84 3.992 28.336 2.126 26.034-5.716 64.548-28.538 94.562-75.444 21.246-33.198 32.502-70.39 30.888-102.034z" />
-<glyph unicode="" glyph-name="filter" d="M512 960c-282.77 0-512-71.634-512-160v-96l384-384v-320c0-35.346 57.306-64 128-64 70.692 0 128 28.654 128 64v320l384 384v96c0 88.366-229.23 160-512 160zM94.384 821.176c23.944 13.658 57.582 26.62 97.278 37.488 87.944 24.076 201.708 37.336 320.338 37.336 118.628 0 232.394-13.26 320.338-37.336 39.696-10.868 73.334-23.83 97.28-37.488 15.792-9.006 24.324-16.624 28.296-21.176-3.972-4.552-12.506-12.168-28.296-21.176-23.946-13.658-57.584-26.62-97.28-37.488-87.942-24.076-201.708-37.336-320.338-37.336s-232.394 13.26-320.338 37.336c-39.696 10.868-73.334 23.83-97.278 37.488-15.792 9.008-24.324 16.624-28.298 21.176 3.974 4.552 12.506 12.168 28.298 21.176z" />
-<glyph unicode="" glyph-name="font" d="M799.596 943.792c-90.526 0-148.62 16.208-241.848 16.208-301.284 0-441.792-171.584-441.792-345.872 0-102.678 48.64-136.458 144.564-136.458-6.758 14.864-18.914 31.080-18.914 104.034 0 204.010 77.006 263.458 175.636 267.51 0 0-80.918-793.374-315.778-888.542v-24.672h316.594l108.026 512h197.844l44.072 128h-214.908l51.944 246.19c59.446-12.156 117.542-24.316 167.532-24.316 62.148 0 118.894 18.914 149.968 162.126-37.826-12.16-78.362-16.208-122.94-16.208z" />
-<glyph unicode="" glyph-name="ligature" d="M768 88.178c0 0.040 0.002 0.076 0.002 0.116l-0.344 436.562-127.492-6.19h-251.93v21.494c0 81.542 5.8 162.976 17.24 194.716 7.896 21.948 22.598 41.744 43.698 58.836 20.618 16.702 41.178 25.17 61.11 25.17 16.772 0 30.702-2.878 41.402-8.554 15.026-8.562 29.716-22.964 43.67-42.818 36.95-52.504 51.99-66.454 60.094-72.376 13.804-10.094 30.512-15.212 49.658-15.212 18.668 0 34.962 6.97 48.436 20.714 13.372 13.636 20.15 30.682 20.15 50.666 0 21.452-8.916 44.204-26.502 67.622-17.184 22.888-43.708 41.742-78.834 56.032-34.322 13.964-72.94 21.044-114.778 21.044-60.716 0-116.012-14.596-164.356-43.384-48.424-28.834-85.558-68.952-110.37-119.24-22.994-46.604-21.334-134.706-22.732-214.712h-125.732v-71.402h125.598v-324.668c0-71.666-21.906-91.008-30.216-101.324-11.436-14.202-32.552-29.104-60.444-29.104h-38.654v-56.166h385.326v56.168h-6.708c-91.144 0-117.020 9.832-117.020 120.842 0 0.018 0 0.034 0 0.048l-0.038 334.206h140.204c74.404 0 91.496-3.444 95.392-4.924 4.706-1.79 10.798-4.832 13.084-9.144 0.868-1.684 5.194-25.008 5.194-82.972v-250.67c0-58.454-7.124-77.896-11.45-84.402-9.248-14.194-20.41-22.066-54.66-22.904v-56.248h293.61v55.846c-91.608 0-101.608 9.82-101.608 96.332z" />
-<glyph unicode="" glyph-name="ligature2" d="M855.328 42.546c-11.734 0-83.62 13.2-88.020 29.338-10.274 39.612-11.738 82.152-11.738 130.568v540.974c0 80.686 16.138 127.632 16.138 127.632-1.468 7.334-8.804 23.472-17.604 23.472h-4.404c-4.4 0-55.746-32.276-102.692-32.276-38.14 0.002-61.89 33.746-105.902 33.746-185.106 0-271.942-150.31-271.942-363.032v-11.072c0-4.402-2.934-8.804-7.336-8.804h-60.148c-7.336 0-22.006-41.078-22.006-60.148 0-5.87 1.466-8.8 4.4-8.8h77.754c4.402 0 7.336-5.872 7.336-10.27 0-130.566-1.466-259.298-1.466-259.298 0-20.54-1.466-66.016-10.27-102.692-4.4-16.138-71.884-29.338-89.488-29.338-7.334 0-7.334-35.212 0-42.546 60.148 2.934 99.758 7.334 159.908 7.334 55.75 0 98.292-4.4 156.974-7.334 2.934 8.802 2.934 42.546-4.4 42.546-11.736 0-83.624 13.2-88.022 29.338-10.27 39.612-10.27 82.152-11.738 130.568v232.888c0 4.402 4.402 8.804 8.802 8.804h151.104c10.27 20.538 17.606 45.476 17.606 58.68 0 8.802 0 10.27-7.336 10.27h-162.84c-2.934 0-7.336 4.402-7.336 7.334v52.82c0 130.568 53.482 245.538 142.97 245.538 63.372 0 118.666-41.060 118.666-197.922 0-0.006 0-0.012 0-0.018 0.208-4.036 0.314-7.294 0.314-9.452v-436.816c0-20.54-1.47-66.016-10.27-102.692-4.404-16.138-71.884-29.338-89.492-29.338-7.336 0-7.336-35.212 0-42.546 60.15 2.934 99.762 7.334 159.912 7.334 55.746 0 98.288-4.4 156.972-7.334 2.928 8.8 2.928 42.544-4.406 42.544z" />
-<glyph unicode="" glyph-name="text-height" d="M896 192h128l-160-192-160 192h128v512h-128l160 192 160-192h-128zM640 896v-256l-64 128h-192v-704h128v-64h-384v64h128v704h-192l-64-128v256z" />
-<glyph unicode="" glyph-name="text-width" d="M256 64v-128l-192 160 192 160v-128h512v128l192-160-192-160v128zM832 896v-256l-64 128h-192v-448h128v-64h-384v64h128v448h-192l-64-128v256z" />
-<glyph unicode="" glyph-name="font-size" d="M64 448h384v-128h-128v-384h-128v384h-128zM960 704h-251.75v-768h-136.5v768h-251.75v128h640z" />
-<glyph unicode="" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />
-<glyph unicode="" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />
-<glyph unicode="" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />
-<glyph unicode="" glyph-name="strikethrough" d="M1024 448v-64h-234.506c27.504-38.51 42.506-82.692 42.506-128 0-70.878-36.66-139.026-100.58-186.964-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128h-512v64h299.518c-2.338 1.654-4.656 3.324-6.938 5.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 78.978 0 154.054-22.678 212.482-64h299.518z" />
-<glyph unicode="" glyph-name="omega" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />
-<glyph unicode="" glyph-name="sigma" d="M941.606 225.292l44.394 94.708h38l-64-384h-960v74.242l331.546 391.212-331.546 331.546v227h980l44-256h-34.376l-18.72 38.88c-35.318 73.364-61.904 89.12-138.904 89.12h-662l353.056-353.056-297.42-350.944h542.364c116.008 0 146.648 41.578 173.606 97.292z" />
-<glyph unicode="" glyph-name="page-break" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />
-<glyph unicode="" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
-<glyph unicode="" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
-<glyph unicode="" glyph-name="superscript2" d="M194.018 128l57.6 192h264.764l57.6-192h113.632l-192 640h-223.232l-192-640h113.636zM347.618 640h72.764l57.6-192h-187.964l57.6 192zM704 128l160 256 160-256h-320zM864 832h-64c-17.644 0-32 14.356-32 32s14.356 32 32 32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32h-128c-52.936 0-96-43.066-96-96 0-24.568 9.288-47.002 24.524-64 17.588-19.624 43.11-32 71.476-32h64c17.644 0 32-14.356 32-32s-14.356-32-32-32h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c52.936 0 96 43.066 96 96 0 24.568-9.288 47.002-24.524 64-17.588 19.624-43.108 32-71.476 32z" />
-<glyph unicode="" glyph-name="subscript2" d="M194.018 128l57.6 192h264.764l57.6-192h113.632l-192 640h-223.232l-192-640h113.636zM347.618 640h72.764l57.6-192h-187.964l57.6 192zM1024 768l-160-256-160 256h320zM864 128h-64c-17.644 0-32 14.356-32 32s14.356 32 32 32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32h-128c-52.936 0-96-43.066-96-96 0-24.568 9.29-47.002 24.524-64 17.588-19.624 43.112-32 71.476-32h64c17.644 0 32-14.356 32-32s-14.356-32-32-32h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c52.936 0 96 43.066 96 96 0 24.568-9.29 47.002-24.524 64-17.588 19.624-43.108 32-71.476 32z" />
-<glyph unicode="" glyph-name="text-color" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />
-<glyph unicode="" glyph-name="pagebreak" d="M256 576v384h768v-384h-64v320h-640v-320zM1024 384v-448h-768v448h64v-384h640v384zM512 512h128v-64h-128zM320 512h128v-64h-128zM704 512h128v-64h-128zM896 512h128v-64h-128zM0 672l192-192-192-192z" />
-<glyph unicode="" glyph-name="clear-formatting" d="M0 64h576v-128h-576zM896 832h-302.56l-183.764-704h-132.288l183.762 704h-269.15v128h704zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />
-<glyph unicode="" glyph-name="table2" d="M0 768v-704h1024v704h-1024zM384 320v128h256v-128h-256zM640 256v-128h-256v128h256zM640 640v-128h-256v128h256zM320 640v-128h-256v128h256zM64 448h256v-128h-256v128zM704 448h256v-128h-256v128zM704 512v128h256v-128h-256zM64 256h256v-128h-256v128zM704 128v128h256v-128h-256z" />
-<glyph unicode="" glyph-name="table21" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
-<glyph unicode="" glyph-name="insert-template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />
-<glyph unicode="" glyph-name="pilcrow" d="M384 960h512v-128h-128v-896h-128v896h-128v-896h-128v512c-141.384 0-256 114.616-256 256s114.616 256 256 256z" />
-<glyph unicode="" glyph-name="ltr" d="M512 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM0 256l256 256-256 256z" />
-<glyph unicode="" glyph-name="rtl" d="M256 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM1024 768l-256-256 256-256z" />
-<glyph unicode="" glyph-name="section" d="M495.964-64c-49.36 0-91.116 14.406-124.104 42.82-33.224 28.614-50.068 62.038-50.068 99.344 0 18.128 6.6 33.756 19.622 46.458 13.232 12.914 29.782 19.744 47.85 19.744 18.002 0 34.194-6.41 46.826-18.542 12.472-11.972 18.796-27.824 18.796-47.104 0-11.318-1.85-23.818-5.494-37.146-3.616-13.178-4.376-19.938-4.376-23.292 0-3.682 0.924-8.076 7.774-12.756 12.76-8.824 28.066-13.084 46.876-13.084 22.576 0 42.718 7.858 61.574 24.022 18.578 15.942 27.612 32.318 27.612 50.056 0 19.736-5.27 36.826-16.12 52.242-18.336 25.758-52.878 55.954-102.612 89.668-79.858 53.454-133.070 99.766-162.58 141.52-22.89 32.684-34.476 67.89-34.476 104.704 0 37.062 12.142 73.948 36.092 109.63 20.508 30.554 50.8 58.12 90.228 82.138-21.096 22.7-36.896 44.064-47.094 63.688-12.872 24.76-19.398 50.372-19.398 76.122 0 47.814 18.91 89.16 56.206 122.89 37.32 33.76 83.86 50.878 138.322 50.878 50.086 0 92.206-14.082 125.182-41.852 33.328-28.082 50.222-60.898 50.222-97.54 0-18.656-6.986-35.364-20.766-49.66l-0.276-0.282c-7.976-7.924-22.618-17.37-47.046-17.37-19.148 0-35.934 6.272-48.54 18.136-12.558 11.794-18.93 25.918-18.93 41.966 0 6.934 1.702 17.416 5.352 32.98 1.778 7.364 2.668 14.142 2.668 20.25 0 10.338-3.726 18.272-11.724 24.966-8.282 6.93-20.108 10.302-36.142 10.302-24.868 0-45.282-7.562-62.41-23.118-17.19-15.606-25.544-34.088-25.544-56.508 0-20.156 4.568-36.762 13.58-49.362 17.112-23.938 46.796-49.79 88.22-76.836 84.17-54.588 142.902-104.672 174.518-148.826 23.35-33.12 35.152-68.34 35.152-104.792 0-36.598-11.882-73.496-35.318-109.676-20.208-31.18-50.722-59.276-90.884-83.71 22.178-23.466 37.812-44.042 47.554-62.538 12.082-22.97 18.208-48.048 18.208-74.542 0-49.664-18.926-91.862-56.244-125.422-37.34-33.554-83.866-50.566-138.288-50.566zM446.416 603.654c-48.222-28.952-71.712-62.19-71.712-101.314 0-22.756 6.498-43.13 19.86-62.278 19.936-27.926 59.27-62.054 116.804-101.288 24.358-16.586 46.36-32.712 65.592-48.060 49.060 29.504 72.956 62.366 72.956 100.178 0 20.598-8.142 42.774-24.204 65.916-16.808 24.196-52.85 55.796-107.128 93.914-28.328 19.562-52.558 37.334-72.168 52.932z" />
-<glyph unicode="" glyph-name="paragraph-left" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="paragraph-center" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="paragraph-right" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="paragraph-justify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="indent-increase" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
-<glyph unicode="" glyph-name="indent-decrease" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
-<glyph unicode="" glyph-name="share" d="M256 320c0 0 58.824 192 384 192v-192l384 256-384 256v-192c-256 0-384-159.672-384-320zM704 192h-576v384h125.876c10.094 11.918 20.912 23.334 32.488 34.18 43.964 41.19 96.562 72.652 156.114 93.82h-442.478v-640h832v268.624l-128-85.334v-55.29z" />
-<glyph unicode="" glyph-name="new-tab" d="M192 896v-768h768v768h-768zM896 192h-640v640h640v-640zM128 64v672l-64 64v-800h800l-64 64h-672zM352 704l160-160-192-192 96-96 192 192 160-160v416z" />
-<glyph unicode="" glyph-name="embed" d="M576 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224z" />
-<glyph unicode="" glyph-name="embed2" horiz-adv-x="1280" d="M832 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224zM701.298 809.481l69.468-18.944-191.987-704.026-69.468 18.944 191.987 704.026z" />
-<glyph unicode="" glyph-name="terminal" d="M0 896v-896h1024v896h-1024zM960 64h-896v768h896v-768zM896 768h-768v-640h768v640zM448 448h-64v-64h-64v-64h-64v64h64v64h64v64h-64v64h-64v64h64v-64h64v-64h64v-64zM704 320h-192v64h192v-64z" />
-<glyph unicode="" glyph-name="share2" d="M864 256c-45.16 0-85.92-18.738-115.012-48.83l-431.004 215.502c1.314 8.252 2.016 16.706 2.016 25.328s-0.702 17.076-2.016 25.326l431.004 215.502c29.092-30.090 69.852-48.828 115.012-48.828 88.366 0 160 71.634 160 160s-71.634 160-160 160-160-71.634-160-160c0-8.622 0.704-17.076 2.016-25.326l-431.004-215.504c-29.092 30.090-69.852 48.83-115.012 48.83-88.366 0-160-71.636-160-160 0-88.368 71.634-160 160-160 45.16 0 85.92 18.738 115.012 48.828l431.004-215.502c-1.312-8.25-2.016-16.704-2.016-25.326 0-88.368 71.634-160 160-160s160 71.632 160 160c0 88.364-71.634 160-160 160z" />
-<glyph unicode="" glyph-name="mail" d="M853.31 960h-682.62c-93.88 0-170.69-76.784-170.69-170.658v-682.656c0-93.876 76.81-170.686 170.69-170.686h682.622c93.938 0 170.688 76.81 170.688 170.686v682.656c0 93.874-76.75 170.658-170.69 170.658zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.94-185.598-185.6c-1.444 5.338-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.206l182.118 182.118 90.422-105.496 90.424 105.494 182.116-182.118c-5.34-1.442-10.886-2.204-16.54-2.204zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.598 185.598 187.664 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
-<glyph unicode="" glyph-name="mail2" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM853.342 832c7.988 0 15.546-2.334 22.020-6.342l-363.362-300.404-363.354 300.4c6.478 4.010 14.044 6.346 22.040 6.346h682.656zM170.686 64c-1.924 0-3.82 0.146-5.684 0.408l225.626 312.966-29.256 29.254-233.372-233.37v611.138l384-464.396 384 464.394v-611.136l-233.372 233.37-29.254-29.254 225.628-312.968c-1.858-0.26-3.746-0.406-5.662-0.406h-682.654z" />
-<glyph unicode="" glyph-name="mail3" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM182.628 73.374l-77.256 77.254 256 256 29.256-29.254-208-304zM153.372 761.372l29.256 29.256 329.372-265.374 329.374 265.374 29.254-29.256-358.628-422.626-358.628 422.626zM841.374 73.374l-208 304 29.254 29.254 256-256-77.254-77.254z" />
-<glyph unicode="" glyph-name="mail4" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.942-185.598-185.598c-1.444 5.336-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.208l182.118 182.118 90.422-105.498 90.424 105.494 182.116-182.12c-5.34-1.44-10.886-2.202-16.54-2.202zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.6 185.598 187.666 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
-<glyph unicode="" glyph-name="cubelight" d="M862.88 648.32c-0.416 1.184-0.832 2.144-1.28 3.072l0.096-0.192c-0.608 1.824-1.28 3.392-2.048 4.896l0.096-0.16c-2.144 2.912-3.776 5.024-5.44 7.136l0.448-0.576c-0.896 0.8-1.856 1.568-2.88 2.272l-0.096 0.064c-0.992 0.896-2.080 1.76-3.2 2.56l-0.096 0.064-320 192c-4.704 2.848-10.4 4.544-16.48 4.544s-11.776-1.696-16.608-4.64l0.128 0.064-320-192c-1.216-0.864-2.304-1.696-3.296-2.624l0.032 0.032c-1.12-0.8-2.112-1.568-3.040-2.4l0.032 0.032c-0.96-1.056-1.888-2.24-2.688-3.456l-0.064-0.128c-0.736-0.864-1.472-1.824-2.144-2.848l-0.064-0.128c-0.672-1.28-1.312-2.784-1.856-4.352l-0.064-0.224c-0.384-1.024-0.96-1.952-1.216-3.008-0.704-2.496-1.088-5.344-1.12-8.288v-352c0-11.584 6.176-21.728 15.392-27.36l0.128-0.096 320.672-192.416c1.472-0.768 3.232-1.504 5.024-2.080l0.224-0.064c0.768-0.256 1.472-0.704 2.24-0.896 2.496-0.704 5.344-1.12 8.32-1.12s5.824 0.416 8.512 1.184l-0.224-0.064c0.768 0.192 1.472 0.64 2.24 0.896 2.016 0.608 3.776 1.344 5.408 2.208l-0.16-0.096 0.352 0.256 0.352 0.16 320 192c9.376 5.696 15.52 15.84 15.52 27.424v0 352c0 2.944-0.416 5.824-1.152 8.544l0.064-0.224zM480 152.544l-256 153.6v277.344l256-153.6zM512 485.312l-257.792 154.688 257.792 154.688 257.792-154.688zM800 306.112l-256-153.6v277.344l256 153.6z" />
-<glyph unicode="" glyph-name="cube" d="M160 621.888l320-192v-352l-304.48 182.688c-9.376 5.696-15.52 15.84-15.52 27.424v0zM528.48 859.424c-4.704 2.848-10.4 4.544-16.48 4.544s-11.776-1.696-16.608-4.64l0.128 0.064-303.52-182.112 320-192 320 192zM544 429.888v-352l304.48 182.688c9.376 5.696 15.52 15.84 15.52 27.424v0 333.888z" />
-<glyph unicode="" glyph-name="bulletlist" d="M270.272 218.528h752.032v-83.68h-752zM10.4 237.632v-110.272h110.272v110.272zM0 249.088h131.328l21.632-19.776v-132.192h-133.984l-18.976 19.584zM270.272 495.040h753.728v-83.648h-753.728zM10.4 514.848v-110.272h110.272v110.272zM0 526.304h131.328l21.632-19.744v-132.192h-133.984l-18.976 19.552zM270.272 760.48h752.032v-83.68h-752zM10.4 787.328v-110.272h110.272v110.272zM0 798.816h131.328l21.632-19.776v-132.224h-133.984l-18.976 19.552z" />
-<glyph unicode="" glyph-name="eye-open" d="M512.128 570.848c62.336 0 112.832-50.528 112.832-112.832s-50.528-112.832-112.832-112.832-112.832 50.496-112.832 112.832c0 62.336 50.528 112.832 112.832 112.832zM512.064 643.68c-170.72 0-326.304-116.544-412.16-195.68 85.888-79.136 241.472-195.648 412.16-195.648s326.304 116.512 412.16 195.648c-85.888 79.136-241.472 195.68-412.16 195.68zM512.064 726.208c282.784 0 512.064-278.176 512.064-278.176s-229.28-278.176-512.064-278.176c-282.784 0-512.064 278.176-512.064 278.176s229.28 278.176 512.064 278.176z" />
-<glyph unicode="" glyph-name="eye-close" d="M614.816 504.32c6.4-14.112 10.080-29.632 10.080-46.112 0-62.336-50.496-112.832-112.832-112.832-7.968 0-15.648 0.864-23.104 2.368zM745.536 666.88c165.28-81.696 278.592-218.656 278.592-218.656s-229.28-278.176-512.096-278.176c-51.008 0-100.128 9.248-146.592 24.064l56.192 69.952c29.504-6.688 59.584-11.52 90.4-11.52 170.72 0 326.304 116.512 412.192 195.648-53.824 49.568-134.944 113.76-230.048 154.848zM512.096 726.4c22.368 0 44.32-2.24 65.952-5.504l-62.208-77.312c-174.464 0.32-330.048-116.224-415.968-195.36 40.448-37.248 96.64-82.528 162.272-120.288l-49.504-61.504c-128.672 80.384-212.672 181.792-212.672 181.792s229.312 278.176 512.096 278.176zM785.92 904.064l54.432-43.744-697.888-868.16-54.4 43.68z" />
-<glyph unicode="" glyph-name="arrowhead_down" d="M0 763.915h1024l-512-631.83z" />
-<glyph unicode="" glyph-name="arrowhead_up" d="M511.998 763.915l511.998-631.824h-1023.996z" />
-<glyph unicode="" glyph-name="sandclock" d="M249.974 819.001v-54.249c0-59.577 157.589-295.486 157.589-325.299 0-30.1-157.589-266.105-157.589-325.634v-53.912h78.141v21.219c44.066 126.403 156.897 270.282 156.897 270.282v107.249c0 80.076-105.577 166.73-105.577 166.73h256.099c0 0-105.89-61.498-105.89-166.73v-107.249c0 0 99.951-130.724 157.209-270.282v-21.219h77.762v53.912c0 59.529-158.837 295.87-158.837 325.634 0 29.813 158.837 265.722 158.837 325.299v54.249zM123.648 960h786.238v-75.18h-42.314v-65.818h-51.387v-54.249c0-82.765-148.894-307.775-156.772-325.299 7.878-17.858 156.772-242.532 156.772-325.634v-53.912h51.387v-49.015h32.688v-75.037h-786.243v75.037h33.13v49.015h51.257v53.912c0 82.765 148.899 309.12 155.903 325.299-7.004 16.227-155.903 242.486-155.903 325.634v54.249h-51.257v65.818h-23.5z" />
-<glyph unicode="" glyph-name="sum" d="M187.328 960h671.68v-265.568h-45.824v116.32h-528.832l251.264-369.12-280.128-356.384h578.976l16.64 116.32h45.792l-37.888-265.568h-731.936v83.904l294.912 377.632-234.624 345.76v135.968z" />
-<glyph unicode="" glyph-name="rndcheck-not" d="M102.016 909.952c-28.704 0-52-23.296-52-52.064v-819.776c0-28.768 23.296-52.064 52-52.064h819.936c28.704 0 52 23.296 52 52.064v819.776c0 28.768-23.296 52.064-52 52.064zM103.712 960h816.576c57.248 0 103.712-46.56 103.712-103.712v-816.576c0-57.152-46.464-103.712-103.712-103.712h-816.576c-57.248 0-103.712 46.56-103.712 103.712v816.576c0 57.152 46.464 103.712 103.712 103.712z" />
-<glyph unicode="" glyph-name="rndcheck-ok" d="M738.656 656.32l71.424-81.792-381.888-334.976-214.112 248.16 82.336 70.72 142.496-165.472zM102.080 909.952c-28.736 0-52.032-23.296-52.032-52.064v-819.904c0-28.768 23.296-52.064 52.032-52.064h819.968c28.736 0 52.032 23.296 52.032 52.064v819.904c0 28.768-23.296 52.064-52.032 52.064zM103.712 960h816.736c57.184 0 103.712-46.56 103.712-103.712v-816.672c0-57.184-46.528-103.712-103.712-103.712h-816.736c-57.184 0-103.712 46.528-103.712 103.712v816.672c0 57.184 46.528 103.712 103.712 103.712z" />
-<glyph unicode="" glyph-name="clock1" d="M822.080 446.896h98.192v-34.192h-98.192zM741.504 684.144l-191.232-247.88c0-7.621-1.93-14.79-5.328-21.044l-0.497-0.818 99.968-176.083-141.301 153.959-1.516 0.076c-22.259 2.259-39.598 21.044-39.598 43.908 0 22.849 17.339 41.634 39.598 43.892l4.513 0.228zM503.168 862.784l-1.876-0.024c-224.187-5.68-404.188-189.205-404.188-414.76 0-7.048 0.176-14.054 0.523-21.016l0.581-9.317v29.229h98.208v-34.192h-97.801l0.565-6.465c20.597-206.015 191.937-367.689 402.112-373.015l1.876-0.024v97.008h34.192v-96.326l6.562 0.416c214.221 16.304 382.974 195.337 382.974 413.702 0 218.395-168.753 397.386-382.974 413.686l-6.562 0.416v-95.222h-34.192zM512 960c282.752 0 512-229.232 512-512 0-282.736-229.248-511.984-512-511.984-282.769 0-512 229.248-512 511.984 0 282.768 229.231 512 512 512z" />
-<glyph unicode="" glyph-name="pause1" d="M811.771 362.91c-12.827-56.112-29.899-108.479-50.513-156.048h68.561c41.745 0 75.792 34.992 75.792 78.049 0 42.958-34.047 77.999-75.792 77.999zM448.901 572.858c-21.735 0-41.836-0.864-61.427-2.062-2.425-36.767-16.93-71.759-56.016-103.2-10.542-8.496-64.738-14.256-42.069 4.034 35.26 28.415 47.108 60.67 46.966 94.654-131.062-14.976-204.753-52.945-217.020-72.433 15.484-24.48 126.723-78.91 329.566-78.91s314.083 54.43 329.566 78.91c-11.054 17.616-72.293 50.402-180.407 67.584-4.29-33.31-19.31-65.088-55.036-93.84-10.542-8.496-64.692-14.256-42.069 4.034 35.772 28.845 47.433 61.535 47.014 96.046-30.412 2.977-62.734 5.183-99.067 5.183zM606.361 959.994c12.045 0.162 19.893-2.922 8.443-11.779-122.060-94.127-39.598-214.366-19.355-324.668 139.969-20.256 238.521-68.495 238.57-124.991-2.659-27.263-6.576-53.519-11.008-79.391h6.809c72.014 0 130.41-60.096 130.41-134.255s-58.395-134.304-130.41-134.304h-95.802c-71.22-131.805-172.385-214.606-285.117-214.606-193.653 0-353.96 243.311-385.118 562.363 0 59.856 110.027 110.305 262.545 128.255-12.082 41.569-31.764 84.049-41.045 124.367-20.055 87.169 6.997 148.223 75.886 201.312 5.34 4.128 21.583 7.536 33.628 7.698s19.892-2.922 8.441-11.779c-119.122-91.871-43.515-208.557-20.895-316.605 21.689 1.298 43.797 2.112 66.557 2.112 30.318 0 59.654-1.392 87.919-3.694-12.173 40.462-30.97 81.694-39.971 120.957-20.055 87.169 6.994 148.223 75.886 201.312 5.339 4.128 21.581 7.536 33.626 7.698z" />
-<glyph unicode="" glyph-name="shop" d="M188.588 347.734v-280.78h320.912v280.78zM108.388 788.962h802.215c22.085 0 40.105-18.021 40.105-40.115v-43.691l68.324-195.76c0 0 4.999-41.069-36.35-41.069-17.128 0-26.522 7.093-31.975 15.333v-496.922c0-22.095-18.019-40.116-40.105-40.116h-80.227v401.112h-200.56v-401.112h-521.429c-22.105 0-40.104 18.021-40.104 40.116v496.985c-4.935-8.275-13.188-15.397-27.579-15.397-41.369 0-40.705 41.069-40.705 41.069l68.284 195.74v43.712c0 22.093 17.999 40.115 40.104 40.115zM108.377 949.41h802.23c22.086 0 40.105-18.019 40.105-40.113v-40.115c0-22.084-18.020-40.104-40.105-40.104h-802.23c-22.105 0-40.105 18.021-40.105 40.104v40.115c0 22.094 17.999 40.113 40.105 40.113z" />
-<glyph unicode="" glyph-name="template" d="M502.522 615.239l80.861-74.562-92.996-19.661zM411.045 829.025h192.977l-70.344-75.324h-117.69l-5.087-164.232c0 0-6.541-108.612-126.229-95.489l-102.575 2.793v-466.617c0-10.396 8.467-18.817 18.858-18.817h527.19c10.354 0 18.821 8.421 18.821 18.817v559.653l75.36 75.979v-635.632c0-51.997-42.186-94.113-94.181-94.113h-527.19c-51.996 0-94.145 42.117-94.145 94.113v477.886l37.28 39.323 0.037 1.077 195.375 205.259h-0.546l-52.214-55.075 54.721 57.95h0.763l1.744 1.812h0.145zM707.15 880.343l131.403-121.256-162.198-175.828-2.761 27.837-43.293 14.716-1.217 29.473-43.201 11.446-5.196 33.247-35.771 4.578zM797.329 959.977c5.834-0.231 11.27-2.23 15.501-6.119l93.089-85.922c11.299-10.41 9.845-30.426-3.307-44.623l-17.841-19.376-134.038 123.651 17.859 19.376c8.187 8.874 19.013 13.399 28.736 13.013z" />
-<glyph unicode="" glyph-name="remove" d="M824.447 960l199.553-199.586-312.445-312.431 312.445-312.443-199.552-199.541-312.448 312.437-312.451-312.437-199.533 199.539 312.432 312.443-312.448 312.438 199.552 199.564 312.446-312.444z" />
-<glyph unicode="" glyph-name="access" d="M941.97 557.736l-133.783-128.013h-172.028l-38.165-22.101h-126.982l-354.747-358.103 38.248-36.558 328.823 332.987h114.658l38.165 22.060h191.111l152.906 146.273zM769.981 813.727v-124.175h114.658v124.175zM502.457 960h401.307l114.658-109.715v-409.121l-129.769-139.457h-176.002l-38.245-36.558-38.248 36.558-38.165-36.558h-95.536v-73.157h-76.453v-73.119h-76.41v-73.155h-76.493v-73.119h-38.208v-36.599h-191.069l-38.248 36.599v255.95l349.545 334.517-38.248 36.558 32.719 31.23v182.872z" />
-<glyph unicode="" glyph-name="address" d="M800 832h-480c-0.001 0-0.002 0-0.003 0-70.691 0-127.997-57.306-127.997-127.997 0-0.001 0-0.002 0-0.003v0-512c0-70.692 57.308-128 128-128v0h480c17.673 0 32 14.327 32 32v0 64h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512v576c0 17.673-14.327 32-32 32v0zM642.012 368.25c0-0.001 0-0.001 0-0.002 0-8.974-7.274-16.248-16.248-16.248-0.001 0-0.003 0-0.004 0h-227.52c-0.001 0-0.003 0-0.004 0-8.974 0-16.248 7.274-16.248 16.248 0 0.001 0 0.001 0 0.002v0 30.918c0.002 11.475 5.947 21.561 14.924 27.348l0.128 0.077 49.947 31.773-4.711 37.672c-11.313 5.176-20.058 14.331-24.579 25.633l-0.113 0.319-3.48 10.437c-0.96 2.477-1.516 5.344-1.516 8.341 0 4.42 1.21 8.558 3.316 12.1l-0.060-0.109v58.58c0 53.105 43.050 96.154 96.154 96.154s96.154-43.050 96.154-96.154v-58.578c2.046-3.433 3.256-7.571 3.256-11.991 0-2.997-0.556-5.864-1.571-8.503l0.055 0.162-3.48-10.437c-4.633-11.621-13.379-20.776-24.396-25.831l-0.295-0.121-4.71-37.672 49.947-31.773c9.106-5.864 15.051-15.95 15.053-27.425v0zM992 320v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0zM992 544v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0zM992 768v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0z" />
-<glyph unicode="" glyph-name="apps" d="M608 256v-128c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM320 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM576 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM576 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0z" />
-<glyph unicode="" glyph-name="archive" d="M382.656 229.376v-65.376h258.736v65.376zM25.92 276.432h972.224v-340.432h-972.224zM377.248 654.976v-65.36h258.704v65.36zM25.92 698.56h972.224v-354.064h-85.849l-28.506 178.992-614.892-178.992h-242.976zM230.155 960h544.695l183.054-160.745-0.594-35.335h-890.554l-3.332 36.015z" />
-<glyph unicode="" glyph-name="calendar1" d="M559.767 183.959h125.060v-121.123h-125.060zM365.241 183.959h125.012v-121.123h-125.012zM170.715 183.959h125.060v-121.123h-125.060zM744.356 374.453h125.059v-121.075h-125.059zM559.767 374.453h125.060v-121.075h-125.060zM365.241 374.453h125.012v-121.075h-125.012zM170.715 374.453h125.060v-121.075h-125.060zM744.356 568.979h125.059v-121.075h-125.059zM549.83 568.979h125.059v-121.075h-125.059zM355.304 568.979h125.060v-121.075h-125.060zM92.933 696.021v-702.974h838.384v702.974zM35.766 960h952.709v-1024.144h-952.709z" />
-<glyph unicode="" glyph-name="code" d="M684.251 763.073l339.893-251.789v-131.2l-339.893-250.662v136.459l222.52 178.772v2.121l-222.52 178.783zM339.941 763.073v-136.519l-222.478-178.771v-2.063l222.478-178.84v-137.458l-339.941 251.719v131.21zM543.108 906.232l92.079-15.94-155.219-900.571-92.020 15.881z" />
-<glyph unicode="" glyph-name="coin" d="M532.288 652.47c-50.624 0-90.208-20.802-118.912-62.404-17.152-24.802-28.96-53.923-35.264-87.365h-58.432l-11.6-39.364h65.776c-0.528-6.719-0.784-13.6-0.784-20.482 0-7.68 0.256-15.521 0.784-23.041h-54.176l-11.6-39.043h69.504c7.088-48.161 23.488-85.765 48.88-112.486 26.96-28.642 60.24-42.723 99.52-42.723 46.096 0 82.4 17.28 109.344 52.163 22.64 28.963 36 64.645 40.048 107.206h-44.88c-4.768-26.72-11.536-48.003-21.136-64.643-17.616-31.043-43.856-46.563-77.84-46.563-37.024 0-64.752 14.722-83.12 44.163-11.36 17.761-19.152 38.563-23.664 62.565h144.304l11.872 39.362h-160.24c-0.256 4.16-0.256 8.96-0.256 13.761 0 10.401 0.256 20.482 1.024 29.762h147.872l11.6 39.364h-153.92c5.024 24.32 13.088 44.321 24.432 59.844 20.64 28.002 47.856 42.083 81.392 42.083 27.408 0 48.8-7.522 63.968-22.882 15.344-15.040 25.408-36.002 30.432-61.924h45.136c-2.768 34.242-15.856 64.963-39.792 92.166-23.728 26.881-57.2 40.483-100.272 40.483zM512.048 822.4c206.688 0 374.384-167.69 374.384-374.424s-167.696-374.424-374.384-374.424c-206.768 0-374.464 167.69-374.464 374.424s167.392 374.424 374.464 374.424zM512.064 909.28c-254.4 0-461.376-206.88-461.376-461.28s206.976-461.28 461.376-461.28c254.336 0 461.248 206.88 461.248 461.28s-206.912 461.28-461.248 461.28zM512.064 960c282.272 0 511.936-229.6 511.936-512 0-282.24-229.664-512-511.936-512-282.368 0-512.064 229.76-512.064 512 0 282.4 229.696 512 512.064 512z" />
-<glyph unicode="" glyph-name="company" d="M575.675 131.977v-163.575h59.362v163.575zM483.014 131.977v-163.575h59.362v163.575zM391.839 131.977v-163.575h59.345v163.575zM575.675 330.29v-163.575h59.362v163.575zM483.014 330.29v-163.575h59.362v163.575zM391.839 330.29v-163.575h59.345v163.575zM349.372 372.282h328.131v-436.233h-328.131zM345.5 435.484h332.967v-34.738h-332.967zM530.055 549.485v-68.038h57.907v68.038zM438.145 549.485v-68.038h57.907v68.038zM530.79 652.277v-68.038h57.907v68.038zM438.88 652.277v-68.038h57.907v68.038zM403.407 678.682h220.028v-218.574h-220.028zM506.673 960h13.496v-190.111h69.476v-34.754h46.355v-23.153h-244.162v23.153h46.306v34.754h68.528z" />
-<glyph unicode="" glyph-name="cube1" d="M160 621.883l320-192.008v-351.992l-304.469 182.68c-9.368 5.696-15.53 15.847-15.531 27.437v0zM528.469 859.437c-4.703 2.857-10.388 4.547-16.469 4.547s-11.766-1.691-16.612-4.628l0.143 0.080-303.527-182.117 319.996-192 319.996 192zM544 429.875v-351.992l304.469 182.68c9.368 5.696 15.53 15.847 15.531 27.437v0 333.883z" />
-<glyph unicode="" glyph-name="cubelight1" d="M862.891 648.313c-0.42 1.193-0.819 2.148-1.264 3.077l0.080-0.186c-0.606 1.84-1.273 3.397-2.054 4.885l0.084-0.175c-2.136 2.898-3.775 5.032-5.443 7.141l0.447-0.586c-0.89 0.795-1.858 1.567-2.869 2.283l-0.102 0.069c-0.991 0.903-2.067 1.762-3.198 2.549l-0.103 0.068-320 192c-4.703 2.857-10.388 4.547-16.469 4.547s-11.766-1.691-16.612-4.628l0.143 0.080-320-192c-1.226-0.854-2.295-1.709-3.306-2.626l0.027 0.024c-1.121-0.791-2.097-1.571-3.025-2.402l0.031 0.027c-0.962-1.071-1.874-2.241-2.701-3.472l-0.072-0.114c-0.744-0.875-1.474-1.84-2.148-2.846l-0.072-0.115c-0.675-1.276-1.326-2.795-1.858-4.368l-0.066-0.226c-0.389-1.024-0.947-1.961-1.232-3.016-0.699-2.49-1.103-5.349-1.107-8.302v-352.002c0.001-11.591 6.163-21.742 15.39-27.357l0.141-0.080 320.688-192.406c1.479-0.783 3.216-1.505 5.024-2.066l0.221-0.059c0.76-0.266 1.461-0.704 2.232-0.906 2.489-0.714 5.349-1.125 8.304-1.125s5.815 0.411 8.524 1.178l-0.22-0.053c0.772 0.203 1.472 0.64 2.232 0.906 2.028 0.62 3.765 1.342 5.415 2.207l-0.171-0.082 0.34 0.258 0.348 0.148 320 192c9.368 5.695 15.531 15.847 15.532 27.437v0 352c-0.004 2.958-0.408 5.821-1.163 8.538l0.053-0.225zM480 152.531l-256 153.594v277.344l256-153.594zM512 485.32l-257.807 154.68 257.807 154.688 257.807-154.688zM800 306.125l-256-153.594v277.344l256 153.594z" />
-<glyph unicode="" glyph-name="dashboard" d="M797.156 159.875c-8.529-10.218-21.271-16.672-35.519-16.672-14.515 0-27.465 6.697-35.93 17.171l-0.068 0.087c-3.873 1.648-7.184 3.885-9.987 6.638l-67.901 67.901c-5.79 5.79-9.372 13.789-9.372 22.625 0 17.671 14.325 31.997 31.997 31.997 8.836 0 16.835-3.581 22.625-9.372v0l43.26-43.258c32.994 40.283 55.204 90.578 61.549 145.7l0.122 1.308h-61.932c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h61.98c-0.262 2.437-0.252 4.84-0.574 7.281-7.523 53.851-29.185 101.615-61.077 140.704l0.405-0.512-43.703-43.723c-5.79-5.79-13.789-9.372-22.625-9.372-17.671 0-31.997 14.325-31.997 31.997 0 8.836 3.581 16.835 9.372 22.625l43.729 43.75c-40.045 32.607-89.888 54.662-144.495 61.243l-1.359 0.133c-0.555 0.064-1.102 0.043-1.656 0.101v-62.228c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 62.14c-56.57-6.349-107.037-28.47-148.016-61.804l0.52 0.41 43.746-43.746c5.754-5.74 9.32-13.67 9.342-22.433v-0.004l165.252-120.793c13.687-10.088 22.469-26.147 22.469-44.256 0-30.276-24.544-54.82-54.82-54.82-18.11 0-34.169 8.782-44.151 22.32l-0.106 0.151-120.787 165.242c-8.77 0.028-16.703 3.594-22.449 9.344l-43.724 43.726c-32.699-40.559-54.775-90.956-61.278-146.12l-0.13-1.357h62.133c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-61.984c6.676-56.414 28.847-106.679 62.085-147.591l-0.416 0.528 43.313 43.312c5.79 5.79 13.789 9.372 22.625 9.372 17.671 0 31.997-14.325 31.997-31.997 0-8.836-3.581-16.835-9.372-22.625v0l-67.905-67.906c-2.759-2.694-6.015-4.893-9.616-6.445l-0.206-0.079c-8.543-10.61-21.531-17.341-36.092-17.341-14.245 0-26.985 6.443-35.465 16.573l-0.059 0.072c-61.126 67.675-98.527 157.799-98.527 256.658 0 211.831 171.723 383.555 383.555 383.555 15.672 0 31.124-0.94 46.303-2.766l-1.83 0.179c192.044-22.638 339.606-184.452 339.606-380.731 0-98.991-37.534-189.216-99.146-257.219l0.29 0.325z" />
-<glyph unicode="" glyph-name="datarefresh" d="M56.046 365.538h300.061c-16.969-43.564-26.759-90.717-26.759-140.317 0-33.611 4.732-66.080 12.89-97.080h-286.192c-26.596 0-48.134 21.537-48.134 48.132v140.97c0 26.758 21.538 48.295 48.134 48.295zM720.679 512.952c3.12 0.082 6.26 0.082 9.442 0h0.489c39.969-0.326 77.818-8.81 112.24-23.984l1.142-0.653c101.636-45.194 172.113-147.492 170.971-265.78-1.631-158.913-131.654-286.501-290.553-284.869-123.987 1.305-228.723 80.925-267.876 191.218l102.942 17.947c28.876-62.978 92.011-107.030 165.914-107.846 101.963-0.979 185.327 80.925 186.306 182.897 1.142 101.809-80.754 185.345-182.717 186.323-8.646 0-17.13-0.653-25.45-1.632l-0.163 0.653c-27.408-3.589-52.857-13.216-75.045-27.736l35.401-33.447c2.121-1.958 2.936-5.058 1.794-7.668-0.979-2.774-3.426-4.568-6.362-4.732l-162.814-8.647c-2.121 0-3.915 0.979-5.384 2.447-1.468 1.632-2.121 3.753-1.631 6.037l12.236 68.036 17.619 96.262c0.489 2.937 2.61 5.221 5.384 5.71 2.936 0.653 5.873-0.489 7.504-2.937l28.223-41.441c39.154 28.226 85.649 46.499 136.059 52.047 0.653 0.163 1.305 0.163 1.958 0.163 4.405 0.489 8.646 0.816 13.051 1.142 3.1 0.245 6.199 0.408 9.319 0.489zM56.036 665.378h674.698c26.59 0 48.285-21.538 48.285-48.294v-13.217c-21.206 3.589-42.903 5.871-65.088 5.871-138.006 0-258.558-72.767-326.42-181.755h-331.476c-26.59 0-48.124 21.538-48.124 48.131v140.97c0 26.756 21.534 48.294 48.124 48.294zM149.834 895.923c-30.179 0-54.811-24.457-54.811-54.62s24.632-54.783 54.811-54.783c30.179 0 54.648 24.62 54.648 54.783s-24.469 54.62-54.648 54.62zM56.035 960h674.699c26.59 0 48.286-21.685 48.286-48.261v-141.034c0-26.576-21.696-48.098-48.286-48.098h-674.699c-26.59 0-48.123 21.522-48.123 48.098v141.034c0 26.576 21.533 48.261 48.123 48.261z" />
-<glyph unicode="" glyph-name="documentsave" d="M345.584 354.72v-202.88h345.36v202.88zM533.952 557.568h56.752v-130.416h-56.752zM286.432 586.544h114.104v-186.55h231.83v186.55h35.629l82.102-82.093v-381.571h-463.664zM194.583 882.635v-869.291h634.898v674.562h-201.145v194.729zM121.52 960h548.147l232.877-227.99v-796.010h-781.024z" />
-<glyph unicode="" glyph-name="documents" d="M301.347 410.718v-155.408h72.277v82.877h267.51v-82.877h72.62v155.408zM74.104 686.18v-82.471h866.943v82.471l30.484-30.67c30.546-30.641 52.389-38.879 40.118-103.597-12.236-64.501-71.375-418.254-80.171-466.116-9.667-52.479-63.044-51.798-63.044-51.798h-721.747c0 0-53.375-0.68-63.009 51.798-8.796 47.863-67.967 401.616-80.204 466.116-12.266 64.717 9.571 72.956 40.115 103.597zM146.677 759.102h721.749v-103.59h-721.749zM249.767 862.691h515.569v-51.795h-515.569z" />
-<glyph unicode="" glyph-name="download1" d="M896 224v-128c0-17.673-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0zM485.961 340.455c5.876-8.154 15.345-13.4 26.039-13.4s20.163 5.246 25.974 13.305l0.065 0.095 177.818 248.945c3.727 5.164 5.961 11.621 5.961 18.6 0 17.673-14.327 32-32 32h-81.818v192c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-192h-81.818c-17.673 0-32-14.327-32-32 0-6.978 2.234-13.435 6.025-18.694l-0.065 0.095z" />
-<glyph unicode="" glyph-name="duplicate1" d="M736 464v144l160-160h-144c-8.837 0-16 7.163-16 16v0zM352 640v176c0 8.837-7.163 16-16 16v0h-144c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h224v288c0.116 11.518 2.262 22.501 6.096 32.655l-0.217-0.655h-37.879c-17.673 0-32 14.327-32 32v0zM672 416v176c0 8.837-7.163 16-16 16v0h-144c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0 272c0 8.837-7.163 16-16 16v0h-176c-17.673 0-32 14.327-32 32v0zM416 832v-144c0-8.837 7.163-16 16-16v0h144z" />
-<glyph unicode="" glyph-name="edit" d="M150.64 131.024l196.688-112.934-177.876-82.090zM440.518 757.632l319.786-183.541-245.536-427.755-18.294 54.689-93.831 9.688-15.939 58.789-92.020 3.171-25.749 64.455-73.896-7.251zM594.229 959.985c8.817 0.212 17.429-1.772 25.181-6.213l226.455-129.975c27.498-15.797 33.665-56.711 13.811-91.334l-26.999-47.086-326.116 187.209 26.999 47.086c14.27 24.886 38.139 39.772 60.67 40.314z" />
-<glyph unicode="" glyph-name="excel1" d="M789.441 241.11v-102.216h168.092v102.216zM789.441 373.99v-102.216h168.092v102.216zM789.441 506.871v-102.216h168.092v102.216zM345.376 635.776l-51.108-127.204-43.156 115.844h-69.282l70.42-166.952-78.365-165.819h68.144l51.108 118.12 51.108-129.471h74.959l-86.318 182.848 80.635 172.633zM789.441 639.751v-102.216h168.092v102.216zM789.441 772.631v-102.216h168.092v102.216zM608.293 830.554h402.053c7.527 0 13.629-6.102 13.629-13.629v-729.139c0-7.533-6.102-13.625-13.629-13.625h-402.053v64.733h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.663h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918zM589.444 943.748v-991.49l-589.444 102.216v787.058z" />
-<glyph unicode="" glyph-name="expand" d="M139.462 308.298h744.932l-372.468-372.442zM511.926 960l372.468-372.442h-744.932z" />
-<glyph unicode="" glyph-name="file" d="M640 608h176c8.837 0 16-7.163 16-16v0-496c0-17.673-14.327-32-32-32v0h-544c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h336c8.837 0 16-7.163 16-16v0-176c0-17.673 14.327-32 32-32v0zM688 672h144l-160 160v-144c0-8.837 7.163-16 16-16v0z" />
-<glyph unicode="" glyph-name="Floppy" d="M109.804 141.178c-10.916 0-19.935-8.978-19.935-19.968v-65.146c0-10.907 9.020-19.97 19.935-19.97h65.315c10.978 0 19.894 9.062 19.894 19.97v65.146c0 10.99-8.917 19.968-19.894 19.968zM589.312 869.072h146.912v-222.912h-146.912zM213.307 919.544v-250.771c0-43.802 35.811-79.718 79.687-79.718h427.524c43.875 0 79.77 35.917 79.77 79.718v250.771zM138.578 960h733.023l144.751-144.697v-793.092l-21.958-31.824c-23.251-35.272-63.021-54.387-109-54.387h-746.815c-72.023 0-130.898 58.958-130.898 130.898v762.168c0 72.112 58.875 130.935 130.898 130.935z" />
-<glyph unicode="" glyph-name="folder1" d="M193.912 591.524l-65.912-263.649v408.125c0.001 35.346 28.654 63.999 64 64h133.49c0 0 0.001 0 0.001 0 17.673 0 33.673-7.164 45.255-18.746l45.254-45.254h416c35.346-0.001 63.999-28.654 64-64v0-32h-640c-0.001 0-0.001 0-0.002 0-29.833 0-54.898-20.413-61.99-48.033l-0.097-0.444zM942.031 576h-636.063c-0.001 0-0.001 0-0.002 0-29.833 0-54.897-20.413-61.989-48.033l-0.097-0.444-115.881-463.524h768l108.119 432.476c1.214 4.66 1.911 10.011 1.911 15.524 0 35.346-28.653 63.999-63.999 64v0z" />
-<glyph unicode="" glyph-name="folder_add" d="M785.553 312.399v-95.808h-95.774v-57.011h95.774v-95.791h57.045v95.791h95.774v57.011h-95.774v95.808zM809.218 404.602c118.6 0 214.747-96.162 214.747-214.765s-96.148-214.765-214.747-214.765c-118.603 0-214.749 96.162-214.749 214.765s96.146 214.765 214.749 214.765zM81.172 920.86h285.817c44.839 0 81.184-36.345 81.184-81.163v-38.919h365.342c44.838 0 81.184-36.366 81.184-81.182v-253.204l-6.333 1.888c-25.165 7.163-51.718 10.999-79.149 10.999-159.599 0-289.459-129.845-289.459-289.441 0-24.937 3.17-49.147 9.129-72.249l1.406-5.182h-449.12c-44.828 0-81.174 36.346-81.174 81.185v526.004c0 1.401 0.035 2.793 0.106 4.176l0.068 0.898-0.068 0.899c-0.070 1.384-0.106 2.777-0.106 4.178v109.951c0 44.817 36.345 81.163 81.172 81.163z" />
-<glyph unicode="" glyph-name="folder_delete" d="M688.355 220.883v-67.036h248.593v67.036zM809.218 404.602c118.6 0 214.747-96.162 214.747-214.765s-96.148-214.765-214.747-214.765c-118.6 0-214.749 96.162-214.749 214.765s96.149 214.765 214.749 214.765zM81.172 920.86h285.819c44.837 0 81.182-36.345 81.182-81.163v-38.919h365.342c44.838 0 81.184-36.366 81.184-81.182v-253.204l-6.333 1.888c-25.165 7.163-51.718 10.999-79.149 10.999-159.599 0-289.459-129.845-289.459-289.441 0-24.937 3.17-49.147 9.129-72.249l1.406-5.182h-449.12c-44.828 0-81.174 36.346-81.174 81.185v526.004c0 1.401 0.035 2.793 0.106 4.176l0.068 0.898-0.068 0.899c-0.070 1.384-0.106 2.777-0.106 4.178v109.951c0 44.817 36.345 81.163 81.172 81.163z" />
-<glyph unicode="" glyph-name="folder_find" d="M494.046 553.696c90.647 0 164.146-73.457 164.146-164.1 0-90.632-73.498-164.108-164.146-164.108-90.646 0-164.126 73.476-164.126 164.108 0 90.643 73.481 164.1 164.126 164.1zM494.046 602.144c-117.376 0-212.542-95.145-212.542-212.548 0-117.391 95.165-212.556 212.542-212.556 34.851 0 67.744 8.387 96.769 23.254l4.077 2.151 54.362-69.117h93.29l-89.772 114.911 2.001 2.255c32.294 37.28 51.834 85.909 51.834 139.102 0 117.403-95.168 212.548-212.562 212.548zM92.896 910.64h327.164c51.312 0 92.916-41.604 92.916-92.904v-44.536h418.106c51.315 0 92.918-41.615 92.918-92.907v-602.031c0-51.325-41.603-92.918-92.918-92.918h-838.185c-51.293 0-92.896 41.594-92.896 92.918v602.031c0 1.603 0.041 3.196 0.121 4.779l0.078 1.030-0.078 1.030c-0.080 1.584-0.121 3.178-0.121 4.782v125.822c0 51.299 41.603 92.904 92.896 92.904z" />
-<glyph unicode="" glyph-name="globe" d="M388.544 743.172c-28.448-28.809-51.452-63.073-67.291-101.070l-0.777-2.102h-63.865c33.945 44.926 78.421 80.17 129.848 102.371l2.085 0.801zM218.906 576h81.85c-6.347-28.27-10.618-61.247-11.874-94.995l-0.030-1.005h-95.229c3.656 35.474 12.605 67.979 26.088 98.006l-0.805-2.006zM218.906 320c-12.678 28.021-21.627 60.526-25.169 94.637l-0.115 1.363h95.228c1.286-34.754 5.557-67.731 12.582-99.676l-0.678 3.676zM256.611 256h63.865c16.616-40.099 39.619-74.362 68.1-103.205l-0.033 0.033c-53.511 23.002-97.988 58.245-131.347 102.364l-0.586 0.808zM480 158.068c-37.056 25.495-67.243 58.29-89.018 96.499l-0.752 1.432h89.77zM480 320h-114.076c-7.272 28.429-12.009 61.37-13.155 95.221l-0.021 0.779h127.252zM480 480h-127.252c1.166 34.63 5.904 67.571 13.864 99.232l-0.688-3.232h114.076zM480 640h-89.77c22.527 39.642 52.714 72.436 88.791 97.294l0.978 0.637zM767.389 640h-63.872c-16.622 40.103-39.631 74.369-68.118 103.214l0.032-0.033c53.521-23.001 98.007-58.249 131.372-102.374l0.586-0.808zM544 737.926c37.050-25.497 67.233-58.289 89.008-96.493l0.752-1.432h-89.76zM544 576h114.072c7.273-28.428 12.012-61.369 13.159-95.221l0.021-0.779h-127.252zM544 416h127.252c-1.168-34.631-5.906-67.572-13.868-99.232l0.688 3.232h-114.072zM544 158.074v97.926h89.76c-22.527-39.637-52.71-72.429-88.782-97.288l-0.978-0.637zM635.432 152.818c28.454 28.812 51.464 63.079 67.309 101.080l0.777 2.101h63.872c-33.951-44.933-78.436-80.181-129.873-102.381l-2.085-0.801zM805.096 320h-81.853c6.349 28.27 10.621 61.246 11.877 94.995l0.030 1.005h95.228c-3.655-35.474-12.603-67.979-26.086-98.006l0.805 2.006zM735.148 480c-1.285 34.754-5.558 67.73-12.585 99.674l0.678-3.674h81.853c12.678-28.021 21.625-60.526 25.165-94.638l0.115-1.362zM896 448c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z" />
-<glyph unicode="" glyph-name="group" d="M823.502 288h-47.004c-2.992 0.083-5.847 0.358-8.641 0.815l0.368-0.050c-13.662 11.227-29.91 24.652-48.35 39.953l-4.238 3.531c-1.115 3.304-2.023 7.215-2.557 11.244l-0.035 0.326c0.527 2.031 1.156 4.008 1.612 6.070l16.094 73.688c19.613 16.339 34.884 37.23 44.269 61.083l0.356 1.026 8.906 24c5.094 12.059 8.054 26.079 8.054 40.791 0 25.917-9.187 49.689-24.482 68.236l0.147-0.183v48.945c10.060 2.878 21.614 4.533 33.555 4.533 69.839 0 126.455-56.616 126.455-126.455 0-0.547-0.003-1.092-0.010-1.637l0.001 0.083v-69.961c4.573-3.984 7.447-9.817 7.447-16.322 0-2.91-0.575-5.686-1.618-8.22l0.052 0.144-11.762-35.281c-5.295-13.384-16.081-23.612-29.505-28.040l-0.337-0.096-5.269-42.16c-4.084-31.766-30.958-56.062-63.506-56.062 0 0 0 0 0 0v0zM287.012 288.695c15.744 12.945 33.188 27.312 49.082 40.414l4.424 3.641c1.037 3.152 1.89 6.897 2.402 10.751l0.036 0.327c-0.527 2.020-1.162 4-1.612 6.048l-16.094 73.703c-19.595 16.329-34.856 37.204-44.238 61.037l-0.356 1.026-8.969 24.109c-5.079 12.041-8.030 26.039-8.030 40.727 0 25.918 9.19 49.69 24.489 68.235l-0.146-0.183v48.945c-10.060 2.878-21.614 4.533-33.555 4.533-69.839 0-126.455-56.616-126.455-126.455 0-0.547 0.003-1.092 0.010-1.637l-0.001 0.083v-69.961c-4.573-3.984-7.447-9.817-7.447-16.322 0-2.91 0.575-5.686 1.618-8.22l-0.052 0.144 11.762-35.281c5.295-13.384 16.081-23.612 29.505-28.040l0.337-0.096 5.269-42.16c4.084-31.766 30.958-56.062 63.506-56.062 0 0 0 0 0 0h47.004c2.735 0.090 5.326 0.34 7.866 0.742l-0.356-0.046zM1010.352 249.555l-70.819 49.571c-18.173-39.272-54.546-67.41-97.992-73.753l-0.693-0.083c14.011-17.84 22.585-40.532 22.921-65.213l0.001-0.076h144.23c8.837 0 16 7.163 16 16v0 47.34c-0.001 10.801-5.352 20.352-13.548 26.147l-0.1 0.067zM116.467 299.125l-70.819-49.571c-8.296-5.862-13.648-15.413-13.648-26.215v0-47.34c0-8.837 7.163-16 16-16v0h144.824c1.185 24.746 9.937 47.241 23.973 65.456l-0.201-0.272c-44.747 5.947-81.747 34.258-99.8 73.151l-0.329 0.791zM773.455 202.297c-13.924 10.547-58.512 47.348-94.453 77.188-29.443-33.897-72.541-55.268-120.636-55.484h-60.694c-48.237 0.222-91.415 21.695-120.684 55.531l-0.172 0.203c-36.762-30.304-82.34-67.828-94.272-77.437-16.096-10.821-26.545-28.963-26.545-49.546 0-0.114 0-0.228 0.001-0.343v0.018-40.426c0-8.837 7.163-16 16-16v0h512c8.837 0 16 7.163 16 16v0 40.426c0.088 1.147 0.139 2.484 0.139 3.833 0 19.598-10.626 36.714-26.43 45.902l-0.253 0.136zM340.633 507.977c8.558-20.091 23.145-36.239 41.462-46.535l0.481-0.249 21.307-97.656c9.736-43.507 48.024-75.536 93.792-75.536 0 0 0.001 0 0.001 0h60.648c0 0 0 0 0 0 45.768 0 84.055 32.028 93.671 74.895l0.121 0.64 21.307 97.656c18.799 10.544 33.386 26.693 41.706 46.16l0.237 0.624 8.96 24.047c2.746 5.341 4.356 11.654 4.356 18.343 0 16.707-10.042 31.068-24.42 37.377l-0.262 0.102v84.156c0 96-64 160-176 160s-176-64-176-160v-84.156c-14.639-6.411-24.682-20.772-24.682-37.479 0-6.689 1.61-13.001 4.463-18.572l-0.107 0.23z" />
-<glyph unicode="" glyph-name="home1" d="M661.333 553.6v129.067h-64v-65.749l-74.304 73.685-0.043 1.024-266.283-264.96h84.629v-234.667h128v128h106.667v-128h128v234.667h85.333z" />
-<glyph unicode="" glyph-name="inbox" d="M816 800h-608c-44.164-0.048-79.952-35.836-80-79.995v-576.005c0.048-44.164 35.836-79.952 79.995-80h608.005c44.164 0.048 79.952 35.836 80 79.995v576.005c-0.048 44.164-35.836 79.952-79.995 80h-0.005zM800 384h-130.883c0 0 0 0-0.001 0-7.725 0-14.172-5.475-15.671-12.756l-0.018-0.103-26.856-134.281c-1.517-7.385-7.964-12.86-15.689-12.86 0 0 0 0-0.001 0h-197.766c0 0 0 0-0.001 0-7.725 0-14.172 5.475-15.671 12.756l-0.018 0.103-26.856 134.281c-1.517 7.385-7.964 12.86-15.689 12.86 0 0 0 0-0.001 0h-130.883v320h576z" />
-<glyph unicode="" glyph-name="library1" d="M576 832h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 704c0 17.673-14.327 32-32 32v0zM544 144c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM544 720c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM865.174 814.101c-2.739 15.123-15.804 26.443-31.514 26.443-1.964 0-3.886-0.177-5.752-0.516l0.195 0.029-157.568-27.783c-15.123-2.739-26.443-15.804-26.443-31.514 0-1.964 0.177-3.886 0.516-5.752l-0.029 0.195 122.248-693.305c2.737-15.123 15.802-26.444 31.512-26.444 1.964 0 3.888 0.177 5.754 0.516l-0.195-0.029 157.568 27.783c15.123 2.737 26.443 15.802 26.443 31.511 0 1.964-0.177 3.888-0.516 5.754l0.029-0.195zM903.082 138.418l-63.029-11.113c-0.835-0.154-1.795-0.243-2.776-0.243-7.855 0-14.388 5.66-15.745 13.123l-0.015 0.098-5.556 31.514c-0.155 0.835-0.243 1.797-0.243 2.778 0 7.855 5.66 14.387 13.124 15.742l0.098 0.015 63.029 11.115c0.835 0.154 1.795 0.243 2.776 0.243 7.855 0 14.388-5.66 15.745-13.123l0.015-0.098 5.556-31.516c0.154-0.835 0.243-1.795 0.243-2.776 0-7.855-5.66-14.388-13.124-15.744l-0.098-0.015zM288 832h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 704c0 17.673-14.327 32-32 32v0zM256 144c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM256 720c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0z" />
-<glyph unicode="" glyph-name="license" d="M875.125 506.258l-204.547-148.578 77.998-240.192c0.65-1.932 1.025-4.157 1.025-6.47 0-11.561-9.372-20.932-20.932-20.932-0.003 0-0.006 0-0.009 0v0c-4.595 0.025-8.829 1.553-12.24 4.116l0.053-0.038-204.342 148.426-204.344-148.426c-3.358-2.525-7.592-4.053-12.182-4.078h-0.006c-0.002 0-0.004 0-0.006 0-11.562 0-20.934 9.373-20.934 20.934 0 2.312 0.375 4.536 1.067 6.616l-0.043-0.148 77.998 240.192-204.547 148.578c-5.239 3.837-8.603 9.966-8.603 16.88 0 11.522 9.34 20.862 20.862 20.862 0 0 0 0 0 0h252.793l78.1 240.5c2.803 8.438 10.625 14.417 19.843 14.417s17.040-5.978 19.8-14.27l0.042-0.147 78.099-240.5h252.793c11.521-0.003 20.859-9.343 20.859-20.864 0-6.913-3.362-13.041-8.54-16.837l-0.058-0.041z" />
-<glyph unicode="" glyph-name="list1" d="M352 512v-128c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM320 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM864 608h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 800h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 224h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 416h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0z" />
-<glyph unicode="" glyph-name="log" d="M484.605 523.186c-29.216 0-46.245-27.795-46.245-64.947 0-37.435 17.56-63.807 46.528-63.807 29.216 0 45.967 27.778 45.967 64.933 0 34.325-16.468 63.821-46.25 63.821zM264.531 554.432h43.398v-154.911h76.017v-36.306h-119.415zM708.043 556.399c24.685 0 43.682-4.829 53.027-9.343l-9.062-34.624c-10.53 4.514-23.562 8.203-44.529 8.203-36.031 0-63.308-20.39-63.308-61.828 0-39.451 24.721-62.687 60.152-62.687 9.969 0 17.908 1.111 21.279 2.846v40h-29.465v33.734h71.179v-100.705c-13.341-4.546-38.556-10.797-63.804-10.797-34.906 0-60.152 8.813-77.745 25.86-17.593 16.421-27.216 41.407-26.936 69.469 0.281 63.561 46.528 99.872 109.211 99.872zM485.733 557.527c58.746 0 90.774-43.996 90.774-96.728 0-62.681-37.999-100.729-93.901-100.729-56.716 0-89.901 42.842-89.901 97.306 0 57.313 36.562 100.15 93.028 100.15zM192.874 899.427v-898.747h449.428l-0.689 224.562 185.203-0.187v674.372zM132.35 960h759.397v-807.847l-193.105-216.081h-566.292z" />
-<glyph unicode="" glyph-name="logout" d="M802.658 802.445l-320 26.668c-0.736 0.061-1.594 0.096-2.459 0.096-16.632 0-30.273-12.806-31.6-29.096l-0.007-0.113h-0.592v-672h0.592c1.335-16.401 14.974-29.205 31.604-29.205 0.867 0 1.725 0.035 2.575 0.103l-0.112-0.007 320 26.664c16.491 1.418 29.341 15.154 29.342 31.891v0 613.109c0 0 0 0.001 0 0.001 0 16.737-12.85 30.474-29.223 31.881l-0.119 0.008zM544 416c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32v0c0-17.673-14.327-32-32-32v0zM256 800h128v-64h-128v-544h128v-64h-128c-35.327 0.047-63.953 28.673-64 63.995v544.005c0.047 35.327 28.673 63.953 63.995 64h0.005z" />
-<glyph unicode="" glyph-name="menu1" d="M870.4 755.2v-51.2c0-28.277-22.923-51.2-51.2-51.2v0h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 51.2c0 28.277 22.923 51.2 51.2 51.2v0h614.4c28.277 0 51.2-22.923 51.2-51.2v0zM819.2 550.4h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0 51.2c0 28.277-22.923 51.2-51.2 51.2v0zM819.2 294.4h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0 51.2c0 28.277-22.923 51.2-51.2 51.2v0z" />
-<glyph unicode="" glyph-name="newspaper1" d="M400 512h352c8.837 0 16 7.163 16 16v0 128c0 8.837-7.163 16-16 16v0h-352c-8.837 0-16-7.163-16-16v0-128c0-8.837 7.163-16 16-16v0zM751.998 448h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0zM751.998 320h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0zM399.998 256h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0zM864 800h-576c-0.005 0-0.012 0-0.018 0-17.663 0-31.982-14.319-31.982-31.982 0-0.006 0-0.013 0-0.019v0.001-544c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 544c-35.327-0.047-63.953-28.673-64-63.995v-480.005c0.064-52.972 42.971-95.901 95.928-96h576.071c52.995 0.060 95.94 43.005 96 95.994v544.006c0 0.005 0 0.012 0 0.018 0 17.663-14.319 31.982-31.982 31.982-0.006 0-0.013 0-0.019 0h0.001zM832 224c-0.012-17.668-14.332-31.988-31.999-32h-485.47c3.465 9.51 5.469 20.489 5.469 31.935 0 0.023 0 0.045 0 0.068v-0.004 512h512zM399.998 384h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0z" />
-<glyph unicode="" glyph-name="numberlist" d="M448 544v32c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32v0zM736 224h-256c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 416h-384c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 800h-384c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM320 224h-78.375c5.243 9.382 13.594 16.497 23.633 20.032l0.305 0.093c18.844 6.72 76.156 27.094 76.156 85.031-0.068 47.946-38.926 86.794-86.87 86.844h-0.005c-32.111-0.153-60.674-15.208-79.15-38.599l-0.163-0.214c-4.685-5.53-7.533-12.745-7.533-20.626 0-17.674 14.328-32.002 32.002-32.002 9.794 0 18.56 4.399 24.43 11.33l0.039 0.047c6.893 9.542 17.877 15.76 30.328 16.063l0.047 0.001c12.621-0.003 22.854-10.225 22.875-22.842v-0.002c0-3.812 0-12.781-33.625-24.719-43.636-17.22-73.949-59.019-73.949-107.899 0-2.19 0.061-4.366 0.181-6.526l-0.013 0.3c0.935-16.931 14.889-30.307 31.968-30.313h117.719c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM214.624 681.376l9.376 9.374v-114.75c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 0 0 0 0 0 0 17.672-14.326 31.997-31.997 31.997-8.837 0-16.836-3.582-22.627-9.373l-64-64c-5.668-5.769-9.168-13.685-9.168-22.419 0-17.671 14.325-31.996 31.996-31.996 8.734 0 16.65 3.499 22.424 9.172l-0.005-0.005z" />
-<glyph unicode="" glyph-name="package" d="M734.549 503.648l-380.418 258.141 126.775 76.055 383.994-255.984zM293.65 725.5l-132.754-79.641 384.006-256 129.17 77.5zM128 334.875l384-255.992v255.992l-384 256zM768 449.078v-86.93c0-0.002 0-0.003 0-0.005 0-5.797-3.082-10.875-7.697-13.683l-0.071-0.040-32-19.195c-2.35-1.432-5.192-2.28-8.232-2.28-8.836 0-15.999 7.163-16 15.999v0 67.744l-128-76.804v-255.984l320 191.976v256.007z" />
-<glyph unicode="" glyph-name="tux" d="M567.656 223.084c-81.944-38.118-158.158-37.716-209.34-34.020-61.052 4.41-110.158 21.124-131.742 35.732-13.3 9.006-31.384 5.522-40.39-7.782-9.004-13.302-5.52-31.386 7.782-40.39 34.698-23.486 96.068-40.954 160.162-45.58 10.866-0.784 22.798-1.278 35.646-1.278 55.782 0 126.626 5.316 202.42 40.57 14.564 6.778 20.878 24.074 14.104 38.64-6.776 14.566-24.076 20.872-38.642 14.108zM890.948 266.184c2.786 252.688 28.762 730.206-454.97 691.612-477.6-38.442-350.964-542.968-358.082-711.95-6.308-89.386-35.978-198.648-77.896-309.846h129.1c13.266 47.122 23.024 93.72 27.232 138.15 7.782-5.428 16.108-10.674 24.994-15.7 14.458-8.518 26.884-19.844 40.040-31.834 30.744-28.018 65.59-59.774 133.712-63.752 4.572-0.262 9.174-0.394 13.676-0.394 68.896 0 116.014 30.154 153.878 54.382 18.14 11.612 33.818 21.64 48.564 26.452 41.91 13.12 78.532 34.296 105.904 61.252 4.276 4.208 8.242 8.538 11.962 12.948 15.246-55.878 36.118-118.758 59.288-181.504h275.65c-66.174 102.224-134.436 202.374-133.052 330.184zM124.11 403.648c0 0.016 0 0.030-0.002 0.046-4.746 82.462 34.71 151.832 88.126 154.936 53.412 3.106 100.56-61.228 105.304-143.692 0-0.014 0.004-0.030 0.004-0.044 0.256-4.446 0.368-8.846 0.37-13.206-16.924-4.256-32.192-10.436-45.872-17.63-0.052 0.612-0.092 1.216-0.152 1.83 0 0.008 0 0.018 0 0.026-4.57 46.81-29.572 82.16-55.852 78.958-26.28-3.204-43.88-43.75-39.312-90.558 0-0.010 0.004-0.018 0.004-0.026 1.992-20.408 7.868-38.636 16.042-52.444-2.034-1.604-7.784-5.812-14.406-10.656-4.97-3.634-11.020-8.058-18.314-13.43-19.882 26.094-33.506 63.58-35.94 105.89zM665.26 199.822c-1.9-43.586-58.908-84.592-111.582-101.044l-0.296-0.096c-21.9-7.102-41.428-19.6-62.104-32.83-34.732-22.224-70.646-45.208-122.522-45.208-3.404 0-6.894 0.104-10.326 0.296-47.516 2.778-69.742 23.032-97.88 48.676-14.842 13.526-30.19 27.514-49.976 39.124l-0.424 0.244c-42.706 24.104-69.212 54.082-70.908 80.194-0.842 12.98 4.938 24.218 17.182 33.4 26.636 19.972 44.478 33.022 56.284 41.658 13.11 9.588 17.068 12.48 20 15.264 2.096 1.986 4.364 4.188 6.804 6.562 24.446 23.774 65.36 63.562 128.15 63.562 38.404 0 80.898-14.8 126.17-43.902 21.324-13.878 39.882-20.286 63.38-28.4 16.156-5.578 34.468-11.902 58.992-22.404l0.396-0.164c22.88-9.404 49.896-26.564 48.66-54.932zM652.646 302.194c-4.4 2.214-8.974 4.32-13.744 6.286-22.106 9.456-39.832 15.874-54.534 20.998 8.116 15.894 13.16 35.72 13.624 57.242 0 0.010 0 0.022 0 0.030 1.126 52.374-25.288 94.896-58.996 94.976-33.71 0.078-61.95-42.314-63.076-94.686 0-0.010 0-0.018 0-0.028-0.038-1.714-0.042-3.416-0.020-5.11-20.762 9.552-41.18 16.49-61.166 20.76-0.092 1.968-0.204 3.932-0.244 5.92 0 0.016 0 0.036 0 0.050-1.938 95.412 56.602 174.39 130.754 176.402 74.15 2.014 135.828-73.7 137.772-169.11 0-0.018 0-0.038 0-0.052 0.874-43.146-10.66-82.866-30.37-113.678z" />
-<glyph unicode="" glyph-name="appleinc" d="M791.498 415.908c-1.294 129.682 105.758 191.876 110.542 194.966-60.152 88.020-153.85 100.078-187.242 101.472-79.742 8.074-155.596-46.948-196.066-46.948-40.368 0-102.818 45.754-168.952 44.552-86.916-1.292-167.058-50.538-211.812-128.38-90.304-156.698-23.126-388.84 64.89-515.926 43.008-62.204 94.292-132.076 161.626-129.58 64.842 2.588 89.362 41.958 167.756 41.958s100.428-41.958 169.050-40.67c69.774 1.296 113.982 63.398 156.692 125.796 49.39 72.168 69.726 142.038 70.924 145.626-1.548 0.706-136.060 52.236-137.408 207.134zM662.562 796.478c35.738 43.358 59.86 103.512 53.28 163.522-51.478-2.096-113.878-34.29-150.81-77.55-33.142-38.376-62.148-99.626-54.374-158.436 57.466-4.484 116.128 29.204 151.904 72.464z" />
-<glyph unicode="" glyph-name="finder" d="M569.226 181.744c-0.002 0.044-0.002 0.088-0.004 0.132 0.002-0.044 0.002-0.088 0.004-0.132zM570.596 145.462c-0.012 0.234-0.022 0.466-0.032 0.702 0.010-0.234 0.020-0.466 0.032-0.702zM569.814 163.688c-0.006 0.178-0.012 0.356-0.020 0.536 0.010-0.182 0.016-0.358 0.020-0.536zM960 960h-896c-35.2 0-64-28.8-64-64v-896c0-35.2 28.8-64 64-64h493.832c0.044 0 0.088-0.006 0.132-0.006 0.042 0 0.084 0.006 0.126 0.006h401.91c35.2 0 64 28.8 64 64v896c0 35.2-28.8 64-64 64zM192 736c0 17.672 14.328 32 32 32s32-14.328 32-32v-64c0-17.672-14.328-32-32-32s-32 14.328-32 32v64zM960 0h-375.058c-6.7 42.082-10.906 85.476-13.388 127.604 0.006-0.116 0.010-0.228 0.018-0.344-19.696-2.146-39.578-3.26-59.572-3.26-133.65 0-262.382 48.656-362.484 137.006-14.906 13.156-16.326 35.906-3.168 50.812 13.158 14.904 35.906 16.326 50.814 3.168 86.936-76.728 198.748-118.986 314.838-118.986 19.086 0 38.052 1.166 56.816 3.416-2.192 118.194 6.876 211.914 7.026 213.404 0.898 8.996-2.050 17.952-8.118 24.654-6.066 6.702-14.682 10.526-23.724 10.526h-95.174c1.384 34.614 5.082 93.814 14.958 160.188 18.864 126.76 51.994 225.77 96.152 287.812h400.064v-896zM800 640c-17.674 0-32 14.328-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64c0-17.672-14.326-32-32-32zM540.496 124.768c-3.646-0.192-7.298-0.336-10.956-0.454 3.658 0.116 7.31 0.264 10.956 0.454zM512 124c4.692 0 9.374 0.074 14.050 0.196-4.676-0.122-9.358-0.196-14.050-0.196zM539.074 196.798c0.784 0.044 1.568 0.084 2.352 0.132-0.782-0.048-1.568-0.088-2.352-0.132zM525.084 196.2c1.074 0.030 2.146 0.072 3.218 0.11-1.072-0.038-2.144-0.082-3.218-0.11zM877.65 311.818c-13.156 14.91-35.908 16.322-50.812 3.168-72.642-64.114-162.658-104.136-258.022-115.57 0.43-23.278 1.294-47.496 2.754-72.156 111.954 12.21 217.786 58.614 302.912 133.746 14.908 13.156 16.326 35.906 3.168 50.812zM571.498 127.252c-4.606-0.5-9.222-0.936-13.848-1.322 4.626 0.384 9.244 0.822 13.848 1.322zM555.488 125.758c-3.906-0.312-7.822-0.576-11.742-0.806 3.92 0.226 7.834 0.496 11.742 0.806z" />
-<glyph unicode="" glyph-name="android" d="M896 576c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.8 64-64 64zM128 576c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.802 64-64 64zM224 224c0-53.020 42.98-96 96-96v0-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128h128v-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128c53.020 0 96 42.98 96 96v352h-576v-352zM798.216 639.998c-9.716 87.884-59.004 163.792-129.62 209.646l32.024 64.046c7.904 15.806 1.496 35.028-14.31 42.932s-35.030 1.496-42.932-14.312l-32.142-64.286-8.35 3.316c-28.568 9.502-59.122 14.66-90.886 14.66-31.762 0-62.316-5.158-90.888-14.656l-8.348-3.316-32.142 64.282c-7.904 15.808-27.128 22.212-42.932 14.312-15.808-7.904-22.214-27.126-14.312-42.932l32.022-64.046c-70.616-45.852-119.904-121.762-129.622-209.644v-32h574.222v31.998h-1.784zM416 704c-17.674 0-32 14.328-32 32 0 17.648 14.288 31.958 31.93 31.996 0.032 0 0.062-0.002 0.094-0.002 0.018 0 0.036 0.002 0.052 0.002 17.638-0.042 31.924-14.35 31.924-31.996 0-17.672-14.326-32-32-32zM608 704c-17.674 0-32 14.328-32 32 0 17.646 14.286 31.954 31.924 31.996 0.016 0 0.034-0.002 0.050-0.002 0.032 0 0.064 0.002 0.096 0.002 17.64-0.038 31.93-14.348 31.93-31.996 0-17.672-14.326-32-32-32z" />
-<glyph unicode="" glyph-name="windows" d="M412.23 448.086c-47.708 24.518-94.086 36.958-137.88 36.958-5.956 0-11.952-0.18-17.948-0.708-55.88-4.624-106.922-19.368-139.75-30.828-8.708-3.198-17.634-6.576-26.83-10.306l-89.822-311.394c61.702 22.832 116.292 33.938 166.27 33.938 80.846 0 139.528-30.208 187.992-61.304 22.962 77.918 78.044 266.090 94.482 322.324-11.95 7.284-24.076 14.57-36.514 21.32zM528.348 368.93l-90.446-314.148c26.832-15.372 117.098-64.050 186.212-64.050 55.792 0 118.252 14.296 190.834 43.792l86.356 301.976c-58.632-18.922-114.876-28.52-167.464-28.52-95.95 0-163.114 31.098-205.492 60.95zM292.822 591.21c77.118-0.798 134.152-30.208 181.416-60.502l92.752 317.344c-19.546 11.196-70.806 39.094-107.858 48.6-24.386 5.684-50.020 8.616-77.204 8.616-51.796-0.976-108.388-13.946-172.888-39.8l-88.44-310.596c64.808 24.436 120.644 36.34 172.086 36.34 0.046-0.002 0.136-0.002 0.136-0.002zM1024 761.876c-58.814-22.832-116.208-34.466-171.028-34.466-91.686 0-159.292 31.802-203.094 62.366l-91.95-318.236c61.746-39.708 128.29-59.878 198.122-59.878 56.948 0 115.94 13.68 175.462 40.688l-0.182 2.222 3.734 0.886 88.936 306.418z" />
-<glyph unicode="" glyph-name="windows8" d="M0.35 448l-0.35 312.074 384 52.144v-364.218zM448 821.518l511.872 74.482v-448h-511.872zM959.998 384l-0.126-448-511.872 72.016v375.984zM384 16.164l-383.688 52.594-0.020 315.242h383.708z" />
-<glyph unicode="" glyph-name="pay" d="M290.893 44.681h341.090v-108.598h-341.090zM654.474 488.13c21.302 0.828 42.039-10.909 51.67-31.4l71.345-151.834c10.431-22.197 4.638-47.869-12.567-63.604l-3.157-2.611-124.45-130.921-0.691-1.528c-7.41-15.376-23.143-25.987-41.351-25.987h-261.553c-25.332 0-45.875 20.541-45.875 45.875v160.864l124.446-124.443c15.624-15.621 36.383-24.211 58.458-24.211 22.076 0 42.833 8.591 58.436 24.211l111.965 111.961v-31.040l29.568 27.14-65.221 138.828c-12.864 27.341-1.1 59.903 26.241 72.766l1.639 0.777c6.836 3.21 13.999 4.882 21.1 5.158zM501.391 542.007l-50.752-50.734c19.938-13.614 36.101-14.219 48.485-1.833 10.359 10.358 11.115 27.88 2.267 52.567zM546.232 658.468c-8.654 0.045-16.055-3.021-22.205-9.17-6.496-6.52-10.034-13.596-10.618-21.278s1.511-18.126 6.281-31.311l52.587 52.588c-8.72 6.085-17.414 9.128-26.045 9.17zM620.373 697.396l18.193-18.19-23.198-23.197c20.196-21.254 32.044-38.023 35.541-50.301l-28.204-28.205c-3.732 17.782-14.24 35.865-31.568 54.251l-60.765-60.765c12.732-30.643 18.881-54.186 18.45-70.629-0.454-16.42-5.999-29.95-16.615-40.567-12.926-12.928-28.7-18.754-47.367-17.479-18.664 1.273-38.063 9.581-58.175 24.965l-28.612-28.591-18.19 18.192 27.535 27.534c-21.882 21.902-35.928 43.503-42.078 64.759l29.387 29.39c1.362-10.681 5.611-22.744 12.777-36.21 7.141-13.487 15.19-24.708 24.166-33.684l58.651 58.651c-13.702 32.865-19.938 56.755-18.708 71.685 1.23 14.954 7.358 27.947 18.45 39.015 13.077 13.097 29.626 19.183 49.609 18.255 19.981-0.925 38.993-8.459 57.010-22.592zM548.714 960c11.758 0 23.518-4.488 32.494-13.464l307.536-307.538c17.955-17.954 17.955-47.041 0-64.972l-144.476-144.477-17.35 36.933c-3.986 8.47-9.421 16.004-15.925 22.36l-2.552 2.326 115.333 115.332-275.062 275.064-353.027-353.025 275.062-275.064 124.276 124.275 31.153-66.294-122.952-122.953c-17.931-17.953-47.021-17.953-64.975 0l-307.535 307.539c-17.953 17.951-17.953 47.040 0 64.972l385.521 385.522c8.966 8.976 20.722 13.464 32.479 13.464z" />
-<glyph unicode="" glyph-name="pdf" d="M200.571 163.069c-65.7-20.885-113.75-73.848-130.451-94.215 0.202 3.96-6.842-8.705-6.842-8.705s2.706 3.609 6.842 8.705c-0.062-1.554-1.135-5.38-4.261-13.7-11.29-29.974 23.636-29.205 23.636-29.205 99.024 16.106 111.076 137.121 111.076 137.121zM767.851 265.049c-18.402 0.001-29.754-1.181-29.754-1.181 105.384-92.26 203.398-70.757 203.398-70.757 40.12 5.38-21.102 42.521-21.102 42.521-56.586 25.098-117.411 29.415-152.542 29.417zM407.732 514.149c0 0-38.052-198.070-85.604-256.815l263.733 42.154c0 0-131.431 126.545-178.128 214.661zM413.841 879.988c-0.327 0.031-0.655 0.025-0.984-0.018-2.95-0.391-5.989-3.865-8.935-12.118 0 0-14.213-73.113 21.382-194.629 0 0 30.308 96.404 7.495 170.219 0 0-8.827 35.592-18.958 36.546zM380.637 959.983c28.069 1.161 53.374-56.91 53.374-56.91 78.685-180.728 4.276-296.195 4.276-296.195 77.907-197.402 234.047-302.811 234.047-302.811 151.708 8.755 262.38-32.43 262.38-32.43 87.066-49.221 57.909-95.201 57.909-95.201-91.233-109.402-359.227 61.184-359.227 61.184l-345.434-62.554c-49.916-183.551-216.724-226.674-216.724-226.674-79.509-12.464-68.639 76.672-68.639 76.672 62.061 146.761 218.123 180.527 218.123 180.527 61.47 70.59 161.941 402.39 161.941 402.39-101.512 245.186-30.183 326.754-30.183 326.754 9.136 17.894 18.799 24.862 28.156 25.249z" />
-<glyph unicode="" glyph-name="pdfexport" d="M186.878 198.357c-61.858-18.302-107.102-64.709-122.827-82.566 0.191 3.469-6.445-7.624-6.445-7.624s2.548 3.151 6.445 7.624c-0.066-1.354-1.068-4.711-4.028-12.017-10.629-26.259 22.267-25.589 22.267-25.589 93.244 14.117 104.589 120.172 104.589 120.172zM721.065 287.733c-17.328 0.001-28.016-1.035-28.016-1.035 99.242-80.847 191.531-62.003 191.531-62.003 37.782 4.708-19.861 37.254-19.861 37.254-53.296 21.995-110.573 25.78-143.653 25.783zM381.96 506.055c0 0-35.839-173.585-80.605-225.069l248.329 36.937c0 0-123.752 110.91-167.724 188.132zM845.111 705.497c4.827 0.315 10.331-1.799 16.15-6.633l38.243-31.943c18.558-15.55 48.954-40.949 67.525-56.433l38.272-31.99c18.607-15.533 18.321-40.666-0.508-55.8l-38.832-31.256c-18.859-15.249-49.683-40.059-68.539-55.228l-38.835-31.239c-18.822-15.249-34.021-2.515-33.753 28.201l0.526 59.012h-225.156c-15.85 0-28.705 12.878-28.705 28.729v62.246c0 15.834 12.855 28.694 28.705 28.694h226.241l0.506 59.362c0.198 21.13 7.54 33.585 18.16 34.279zM386.788 826.673c-2.777-0.341-5.637-3.384-8.408-10.615 0 0-13.398-64.091 20.135-170.59 0 0 28.535 84.507 7.050 149.183 0 0-8.859 33.241-18.777 32.022zM356.447 896.795c26.43 1.014 50.261-49.878 50.261-49.878 74.083-158.383 4.029-259.586 4.029-259.586 73.367-173.011 220.388-265.396 220.388-265.396 142.849 7.671 247.075-28.422 247.075-28.422 81.976-43.129 54.534-83.444 54.534-83.444-85.921-95.871-338.276 53.635-338.276 53.635l-325.281-54.828c-46.998-160.866-204.075-198.666-204.075-198.666-74.88-10.915-64.627 67.21-64.627 67.21 58.439 128.623 205.395 158.211 205.395 158.211 57.879 61.876 152.495 352.67 152.495 352.67-95.602 214.882-28.427 286.37-28.427 286.37 8.602 15.68 17.701 21.786 26.511 22.124z" />
-<glyph unicode="" glyph-name="pictures" d="M490.078 477.525c115.421-29.010 218.49-140.465 249.026-175.898v112.194h74.003v-130.009h48.004v-60.007h-440.037v60.007h69.004zM146.397 671.379l-74.038-7.249 70.472-612.97 63.542 6.188zM778.103 777.091c45.819 0 83.007-37.202 83.007-83.032 0-45.824-37.188-83.026-83.007-83.026-45.814 0-83.003 37.202-83.003 83.026 0 45.83 37.188 83.032 83.003 83.032zM270.261 791.335l-68.169-6.625 68.169-698.111v596.849h-0.031c0 25.314 0 47.128 0 64.443h0.031zM336.703 851.095v-725.174h621.029v725.174h-71.381zM270.261 915.353h753.883v-853.631h-102.797l-708.662-69.13-0.089 0.931-129.677-12.684-82.919 740.739 140.175 13.684-10.439 106.832 140.525 13.751z" />
-<glyph unicode="" glyph-name="plus1" d="M388.095 960h247.889v-388.114h388.095v-247.869h-388.095v-388.075h-247.889v388.075h-388.095v247.869h388.095z" />
-<glyph unicode="" glyph-name="untitled" d="M741.3 471.948c-63.591 0.034-127.198 0.034-190.772-0.084-3.373 0-5.344 1.040-7.615 3.707-3.824 4.496-8.249 8.823-13.293 11.692-4.025 2.315-4.943 4.613-4.943 8.84 0.117 81.708 0.067 163.432 0.067 245.14 0 2.013 0.117 4.043-0.067 6.022-0.618 7.314-6.797 12.078-14.044 10.937-6.463-1.023-10.053-5.938-10.053-13.99-0.033-41.5 0-82.999 0-124.499 0-41.265-0.033-82.58 0.033-123.895 0.050-3.976-0.685-6.24-4.709-8.454-4.943-2.634-9.285-6.827-13.009-11.121-2.455-2.835-4.425-4.479-8.35-4.412-12.675 0.252-25.366 0.067-38.057 0-5.878-0.034-10.454-2.785-13.627-7.632-3.741-5.586-3.908-11.675-0.918-17.63 3.139-6.207 8.633-9.259 15.497-9.327 12.658-0.117 25.383 0.101 38.024-0.185 2.238-0.084 4.676-1.795 6.579-3.305 5.010-4.043 9.552-8.773 14.812-12.447 2.555-1.761 3.841-3.053 3.807-6.257-0.184-11.994-0.117-24.004-0.083-36.015 0-1.979-0.033-4.043 0.451-5.955 1.386-5.687 6.98-9.478 12.708-8.924 6.296 0.621 10.871 5.401 10.971 12.128 0.15 12.916 0.117 25.849 0 38.765 0 3.305 1.319 4.848 4.242 6.626 4.826 2.885 9.552 6.559 13.126 10.903 2.705 3.305 5.127 4.73 9.318 4.73 46.040-0.151 92.063-0.101 138.052-0.101 17.768 0 35.536-0.117 53.27 0.034 11.122 0.101 18.419 7.632 18.102 18.1-0.334 10.216-7.748 16.607-19.521 16.607zM533.212 452.607c0-0.017 0-0.034-0.017-0.067-0.017-0.218-0.033-0.419-0.067-0.637-0.033-0.319-0.083-0.621-0.15-0.939-0.167-0.923-0.401-1.845-0.701-2.734-0.1-0.302-0.2-0.604-0.317-0.889-0.134-0.352-0.267-0.688-0.434-1.040-0.134-0.319-0.267-0.621-0.434-0.906-0.301-0.604-0.635-1.208-1.002-1.761-0.534-0.839-1.136-1.644-1.787-2.416 0-0.017 0-0.017-0.017-0.034-0.451-0.503-0.902-0.973-1.369-1.443-0.25-0.235-0.501-0.47-0.751-0.705 0 0 0-0.017-0.017-0.017-0.334-0.302-0.685-0.587-1.035-0.855-0.267-0.218-0.534-0.419-0.802-0.604-1.57-1.124-3.306-2.046-5.16-2.717-1.303-0.47-2.638-0.822-4.041-1.040-0.701-0.101-1.403-0.185-2.121-0.218-0.351 0-0.701-0.017-1.069-0.017-0.384-0.017-0.751 0-1.136 0.034-0.284 0.017-0.568 0.050-0.868 0.084-0.618 0.067-1.236 0.185-1.837 0.335s-1.202 0.335-1.787 0.537c-2.137 0.788-4.175 1.979-6.012 3.472-0.317 0.252-0.635 0.537-0.935 0.805-0.401 0.369-0.785 0.738-1.152 1.124-0.083 0.084-0.167 0.185-0.25 0.268-0.367 0.403-0.735 0.822-1.069 1.241-0.434 0.52-0.835 1.057-1.202 1.61s-0.718 1.107-1.052 1.694c-0.635 1.174-1.186 2.382-1.586 3.623-0.217 0.621-0.384 1.258-0.534 1.879-0.067 0.319-0.134 0.637-0.184 0.956-0.1 0.486-0.167 0.99-0.184 1.493-0.050 0.503-0.067 1.006-0.067 1.51 0 0.369 0.017 0.738 0.017 1.107 0.033 0.671 0.083 1.325 0.184 1.979 0.033 0.235 0.067 0.486 0.117 0.721 0.017 0.134 0.033 0.252 0.067 0.386 0.033 0.117 0.067 0.252 0.083 0.386 0.050 0.268 0.1 0.52 0.167 0.772 0.1 0.419 0.217 0.839 0.351 1.241 0.267 0.906 0.618 1.795 1.019 2.65 0.134 0.302 0.284 0.604 0.451 0.906 0.2 0.369 0.401 0.738 0.618 1.090s0.434 0.705 0.685 1.057c0.468 0.671 0.985 1.325 1.536 1.946 0.284 0.335 0.601 0.671 0.935 0.973 0.267 0.268 0.534 0.52 0.818 0.772 0.301 0.268 0.618 0.537 0.952 0.788 0.317 0.252 0.651 0.486 1.002 0.721 1.019 0.705 2.121 1.308 3.273 1.812 0.384 0.168 0.768 0.319 1.169 0.47 0.284 0.101 0.568 0.201 0.852 0.285 0.284 0.101 0.568 0.185 0.852 0.252s0.584 0.151 0.885 0.218c0.301 0.050 0.584 0.117 0.885 0.168 0.918 0.151 1.837 0.252 2.789 0.302 0.367 0.017 0.735 0.017 1.102 0.017 0.267 0 0.534 0 0.802-0.017 0.25-0.017 0.518-0.034 0.785-0.050 0.518-0.050 1.035-0.101 1.536-0.185 0.451-0.067 0.902-0.168 1.353-0.268 0.434-0.101 0.885-0.218 1.319-0.352 0.417-0.117 0.852-0.268 1.252-0.419l0.017-0.017c0.401-0.151 0.802-0.302 1.186-0.47 0.067-0.034 0.117-0.050 0.184-0.101 0.367-0.168 0.718-0.335 1.085-0.537 0.367-0.185 0.735-0.403 1.102-0.621 0.017-0.017 0.033-0.017 0.050-0.034 0.367-0.235 0.735-0.486 1.102-0.738 0.351-0.252 0.701-0.52 1.052-0.805 0.167-0.134 0.334-0.268 0.484-0.403 0.334-0.285 0.668-0.604 0.985-0.923 0.301-0.285 0.584-0.587 0.852-0.889 0.451-0.486 0.868-0.99 1.252-1.526 0.184-0.268 0.384-0.537 0.568-0.805 0.367-0.537 0.701-1.107 1.019-1.694 0.417-0.788 0.802-1.61 1.102-2.466 0.134-0.319 0.25-0.637 0.351-0.973 0.685-2.080 1.035-4.311 1.002-6.626 0-0.587-0.033-1.157-0.1-1.728z" />
-<glyph unicode="" glyph-name="dataset" d="M96.734 228.331h830.597c32.681 0 59.317-26.584 59.317-59.329v-173.575c0-32.777-26.635-59.378-59.317-59.378h-830.597c-32.845 0-59.317 26.602-59.317 59.378v173.575c0 32.745 26.472 59.329 59.317 59.329zM96.736 597.425h830.597c32.681 0 59.317-26.535 59.317-59.28v-173.575c0-32.728-26.635-59.345-59.317-59.345h-830.597c-32.845 0-59.317 26.617-59.317 59.345v173.575c0 32.744 26.472 59.28 59.317 59.28zM212.102 881.309c-37.093 0-67.324-30.212-67.324-67.384s30.23-67.368 67.324-67.368c37.093 0 67.324 30.196 67.324 67.368s-30.23 67.384-67.324 67.384zM96.736 960h830.597c32.681 0 59.317-26.552 59.317-59.345v-173.559c0-32.728-26.635-59.296-59.317-59.296h-830.597c-32.845 0-59.317 26.568-59.317 59.296v173.559c0 32.794 26.472 59.345 59.317 59.345z" />
-<glyph unicode="" glyph-name="check" d="M916.971 762.262c33.615 0 67.23 0 100.862 0 6.16-8.589-24.368-19.371-41.255-30.652-249.52-166.853-456.719-384.262-641.873-597.871-113.945 102.664-214.918 213.992-334.704 312.729 20.277 21.201 46.237 38.582 77.926 52.13 55.357-29.907 102.485-57.26 169.397-89.382 9.391-4.491 72.785-33.537 78.197-33.26 12.033 0.639 44.327 38.741 64.191 55.175 143.868 119.108 350.573 253.499 527.26 331.131z" />
-<glyph unicode="" glyph-name="projects" d="M738.064 471.472l-206.048-117.081 0.648-237.415 205.4 118.386zM296.816 471.472v-236.11l205.402-118.386 0.646 237.415zM517.439 619.312l-204.671-118.352 204.671-117.696 205.313 117.696zM92.872 910.64h327.139c51.335 0 92.917-41.604 92.917-92.904v-44.536h418.154c51.314 0 92.918-41.615 92.918-92.907v-602.031c0-51.325-41.605-92.918-92.918-92.918h-838.208c-51.27 0-92.873 41.594-92.873 92.918v602.031c0 1.603 0.041 3.196 0.121 4.779l0.078 1.030-0.078 1.030c-0.080 1.584-0.121 3.178-0.121 4.782v125.822c0 51.299 41.603 92.904 92.872 92.904z" />
-<glyph unicode="" glyph-name="rename" d="M292.64 960h438.752v-27.918h-37c-41.803 0-72.25-12.332-91.376-37-12.592-16.125-18.875-54.875-18.875-116.292v-487.75h90.1v-64h-90.1v-109.79c0-51.834 3.261-86.083 9.813-102.709 5.030-12.584 15.595-23.374 31.709-32.459 21.647-12.082 44.562-18.114 68.73-18.114h37v-27.968h-438.752v27.968h36.249c42.292 0 72.99 12.323 92.126 36.989 12.083 16.125 18.125 54.875 18.125 116.293v109.79h-93.157v64h93.157v487.75c0 51.835-3.282 86.085-9.813 102.667-5.042 12.584-15.365 23.418-30.97 32.5-22.155 12.084-45.302 18.125-69.469 18.125h-36.249z" />
-<glyph unicode="" glyph-name="Save" d="M178.857 170.418v-103.511h664.66v103.511zM270.958 958.932h127.786v-260.744h-127.786zM5.556 960h168.819v-312.888h669.074v312.888h175.017v-1023.936h-1012.91z" />
-<glyph unicode="" glyph-name="squares" d="M928 752v-416c-0.171-56.042-41.533-102.371-95.391-110.309l-0.609-0.074v526.383c-0.114 8.79-7.21 15.886-15.989 16h-526.394c8.012 54.467 54.341 95.829 110.365 96h416.018c61.825-0.077 111.923-50.175 112-111.993v-0.007zM768 592v-416c-0.077-61.825-50.175-111.923-111.993-112h-416.007c-61.825 0.077-111.923 50.175-112 111.993v416.007c0.077 61.825 50.175 111.923 111.993 112h416.007c61.825-0.077 111.923-50.175 112-111.993v-0.007zM672 592c-0.114 8.79-7.21 15.886-15.989 16h-416.011c-8.79-0.114-15.886-7.21-16-15.989v-416.011c0.114-8.79 7.21-15.886 15.989-16h416.011c8.79 0.114 15.886 7.21 16 15.989v0.011z" />
-<glyph unicode="" glyph-name="table1" d="M0 147.354h1023.919v-129.997h-1023.919zM0 391.18h1023.919v-130.079h-1023.919zM0 635.007h1023.919v-130.079h-1023.919zM0 878.752h1023.919v-130.079h-1023.919z" />
-<glyph unicode="" glyph-name="upload1" d="M511.975 447.953l-242.846-242.843h161.146v-184.088h163.402v184.088h161.146zM646.038 924.618l311.664-313.105h-311.664zM66.25 960h514.016v-388.045h377.436v-636.099h-891.451z" />
-<glyph unicode="" glyph-name="user1" d="M784 832h-544c-61.825-0.077-111.923-50.175-112-111.993v-544.007c0.077-61.825 50.175-111.923 111.993-112h544.007c61.825 0.077 111.923 50.175 112 111.993v544.007c-0.077 61.825-50.175 111.923-111.993 112h-0.007zM384 506.039v69.961c0 70.692 57.308 128 128 128s128-57.308 128-128v0-69.961c4.573-3.984 7.447-9.818 7.447-16.322 0-2.91-0.575-5.686-1.618-8.22l0.052 0.144-11.762-35.281c-5.297-13.384-16.083-23.612-29.504-28.044l-0.337-0.096-5.269-42.156c-4.083-31.765-30.956-56.062-63.504-56.062-0.001 0-0.002 0-0.002 0h-47.004c-0.001 0-0.001 0-0.002 0-32.548 0-59.421 24.298-63.47 55.744l-0.034 0.32-5.27 42.156c-13.759 4.528-24.544 14.757-29.729 27.818l-0.113 0.323-11.762 35.281c-0.99 2.39-1.565 5.165-1.565 8.075 0 6.504 2.873 12.338 7.42 16.3l0.026 0.022zM736 176c0-8.837-7.163-16-16-16v0h-416c-8.837 0-16 7.163-16 16v0 62.68c0.001 21.603 10.705 40.706 27.098 52.295l0.201 0.135 57.17 40.016c20.522-44.54 64.704-74.939 116.007-75.125h47.024c51.327 0.185 95.509 30.585 115.704 74.332l0.328 0.793 57.17-40.016c16.594-11.724 27.298-30.827 27.298-52.43v0z" />
-<glyph unicode="" glyph-name="staff" d="M852.529 206.541c-40.953 0.285-74.344-32.751-74.586-73.619-0.285-41.010 32.708-74.331 73.589-74.616 40.981-0.285 74.373 32.609 74.629 73.619 0.256 40.868-32.708 74.331-73.632 74.616zM853.184 311.346c15.493 0 30.472-2.421 44.755-6.123l5.909-39.159c14.453-5.696 27.795-13.385 39.529-23.068l37.065 13.955c20.847-21.502 36.211-48.13 44.213-77.891l-31.042-24.777c1.153-7.405 1.908-15.094 1.837-22.784-0.086-7.832-0.897-15.379-2.136-22.784l30.743-25.204c-8.415-29.619-24.122-56.105-45.224-77.322l-36.866 14.525c-11.876-9.541-25.332-17.088-39.813-22.641l-6.436-39.017c-14.353-3.702-29.333-5.696-44.812-5.696-15.521 0.142-30.472 2.421-44.811 6.265l-5.852 39.159c-14.439 5.554-27.824 13.385-39.557 23.068l-37.065-13.955c-20.818 21.36-36.211 48.13-44.242 77.891l31.070 24.635c-1.139 7.547-1.88 15.094-1.837 22.926 0.085 7.689 0.897 15.379 2.136 22.784l-30.743 25.062c8.387 29.761 24.122 56.105 45.21 77.464l36.909-14.525c11.847 9.541 25.318 17.088 39.828 22.499l6.365 39.159c14.382 3.56 29.362 5.696 44.868 5.553zM409.028 371.574l49.657-49.694-38.586-38.587 39.825-46.143-52.696-157.924-54.289 156.107 44.44 48.528-38.046 38.019zM618.515 376.928c38.144-7.169 73.391-22.554 103.826-44.248l0.426-0.317-2.897-1.86c-63.883-43.209-105.968-116.325-105.968-199.009 0-41.386 10.521-80.353 29.028-114.37l0.909-1.579h-643.838v102.668c0 127.586 90.779 233.999 211.264 258.14l194.355-304.663zM344.453 820.627c-25.958 0.065-58.686-6.617-62.522-39.908 0 0 0-64.687-17.265-73.32l-4.285-60.371-17.266 17.252 6.459-81.938 32.358-2.176c0 0 8.634-166.017 166.052-133.689 0 0 75.464 23.726 92.699 133.689l25.901 2.176 6.459 73.32-10.776-2.173c0 0-6.491 62.544-12.949 88.412l-4.317 62.531c0 0-36.645 30.199-90.556 4.316 0 0-62.546 2.173-77.637 8.633 0 0-14.592 3.203-32.352 3.248zM418.251 942.627c73.513 0.006 124.602-38.985 124.602-38.985 94.873-75.478 43.136-204.866 43.136-204.866 21.551-12.933 19.41-23.709 19.41-23.709 0-140.181-38.819-129.388-38.819-129.388-21.583-90.57-105.648-131.53-105.648-131.53-163.908-40.977-204.867 129.371-204.867 129.371-34.503 4.316-38.819 84.095-38.819 84.095-10.809 53.91 19.409 75.477 19.409 75.477-64.718 150.938 51.737 196.216 51.737 196.216 46.692 32.612 91.352 43.315 129.859 43.318z" />
-<glyph unicode="" glyph-name="back" d="M580.895 960h273.723l-413.813-509.791 2.338-2.896 415.046-511.313h-273.736l-280.542 345.584-1.234-1.48-136.868 168.605 136.868 168.646z" />
-<glyph unicode="" glyph-name="next1" d="M165.81 960h273.728l280.547-345.583 1.234 1.48 136.87-168.604-415.080-511.292h-273.741l413.82 509.792-2.338 2.896-99.387 122.396z" />
-<glyph unicode="" glyph-name="sendemail1" d="M27.191 706.781c-25.772-241.871 124.762-457.551 339.243-483.692 130.086-15.899 254.021 41.716 338.899 143.179l-99.362 77.659 417.947 168.715-62.835-446.319-94.675 73.987c-102.159-126.221-264.94-198.635-437.993-177.524-267.144 32.56-457.349 275.497-424.787 542.664 4.313 35.279 12.355 69.116 23.562 101.329zM119.785 802.29l301.541-301.517c9.96-9.956 26.039-9.956 35.971 0l300.424 300.37c6.124-4.049 10.197-10.971 10.197-18.876v-222.443l-254.765-102.9 107.427-83.946h-452.099c-22.788 22.312-43.559 47.202-61.051 74.628v334.661c0 8.758 5.061 16.291 12.355 20.023zM154.8 854.39h569.177c-0.319-5.431-2.529-10.81-6.738-14.938l-263.022-261.552c-8.813-8.573-22.738-8.625-31.099-0.080l-262.357 260.383c-4.368 4.42-6.284 10.331-5.962 16.186z" />
-<glyph unicode="" glyph-name="exit1" d="M826.547 713.055l174.681-174.731-174.681-174.856v116.127h-324.501v117.521h324.501zM22.578 960h748.846v-322.493h-85.415v233.478h-527.32l143.325-93.695v-571.717h383.995v233.478h85.415v-322.493h-469.41v-180.559l-279.436 180.559z" />
-<glyph unicode="" glyph-name="yelp" d="M608.876 306.532c-17.282-17.426-2.668-49.128-2.668-49.128l130.090-217.218c0 0 21.36-28.64 39.864-28.64 18.59 0 36.954 15.27 36.954 15.27l102.844 147.008c0 0 10.36 18.546 10.598 34.792 0.372 23.106-34.454 29.434-34.454 29.434l-243.488 78.192c-0.002-0.004-23.858 6.328-39.74-9.71zM596.532 416.016c12.46-21.128 46.828-14.972 46.828-14.972l242.938 71.006c0 0 33.106 13.466 37.832 31.418 4.64 17.954-5.46 39.622-5.46 39.622l-116.098 136.752c0 0-10.062 17.292-30.938 19.032-23.016 1.958-37.18-25.898-37.18-25.898l-137.27-216.010c0-0.004-12.134-21.516-0.652-40.95zM481.754 500.232c28.608 7.044 33.148 48.604 33.148 48.604l-1.944 345.87c0 0-4.314 42.666-23.486 54.232-30.070 18.242-38.982 8.718-47.596 7.444l-201.696-74.944c0 0-19.754-6.536-30.042-23.018-14.69-23.352 14.928-57.544 14.928-57.544l209.644-285.756c0 0 20.69-21.396 47.044-14.888zM431.944 360.262c0.722 26.676-32.030 42.7-32.030 42.7l-216.796 109.524c0 0-32.126 13.246-47.722 4.016-11.95-7.060-22.536-19.84-23.572-31.134l-14.12-173.812c0 0-2.116-30.114 5.69-43.82 11.054-19.442 47.428-5.902 47.428-5.902l253.096 55.942c9.832 6.61 27.074 7.204 28.026 42.486zM494.88 266.458c-21.726 11.156-47.724-11.95-47.724-11.95l-169.468-186.566c0 0-21.144-28.528-15.768-46.050 5.066-16.418 13.454-24.578 25.318-30.328l170.192-53.726c0 0 20.634-4.286 36.258 0.242 22.18 6.43 18.094 41.152 18.094 41.152l3.848 252.602c-0.002-0.002-0.868 24.334-20.75 34.624z" />
-<glyph unicode="" glyph-name="key1" d="M738.8 883.463c-8.706 0-17.411-3.312-24.038-9.937-13.313-13.315-13.313-34.816 0-48.13l148.772-148.899c13.318-13.25 34.83-13.25 48.143 0.064 13.308 13.25 13.308 34.816-0.067 48.13l-148.768 148.835c-6.63 6.625-15.336 9.937-24.042 9.937zM711.352 960c26.51 0.008 53.012-10.118 73.233-30.404l177.155-177.025c40.447-40.509 40.447-106.138 0-146.523l-213.276-213.222c-40.389-40.436-106.026-40.436-146.535 0l-20.948 20.956-146.829-147.025-75.136 22.819 16.939-80.955-78.011 19.881 12.629-85.271-86.701 11.249 16.942-80.95-78.887 18.878 15.316-82.52-74.011-74.080-81.386 174.416 431.31 431.342 110.665-110.618-138.919 138.968c-40.498 40.383-40.498 106.017 0 146.523l213.17 213.157c20.255 20.253 46.773 30.396 73.283 30.404z" />
-<glyph unicode="" glyph-name="chrome" d="M258.278 513.458l-146.532 253.802c93.818 117.464 238.234 192.74 400.254 192.74 187.432 0 351.31-100.736 440.532-251h-417.77c-7.504 0.65-15.092 1-22.762 1-121.874 0-224.578-83.644-253.722-196.542zM695.306 635h293.46c22.74-57.93 35.234-121.004 35.234-187 0-280.826-226.1-508.804-506.186-511.926l209.394 362.678c29.48 42.378 46.792 93.826 46.792 149.248 0 73.17-30.164 139.42-78.694 187zM326 448c0 102.56 83.44 186 186 186s186-83.44 186-186c0-102.56-83.44-186-186-186s-186 83.44-186 186zM582.182 195.558l-146.578-253.878c-246.532 36.884-435.604 249.516-435.604 506.32 0 91.218 23.884 176.846 65.696 251.024l209.030-362.054c41.868-89.112 132.476-150.97 237.274-150.97 24.3 0 47.836 3.34 70.182 9.558z" />
-<glyph unicode="" glyph-name="firefox" d="M1022.526 625.86l-11.86-76.080c0 0-16.954 140.856-37.732 193.514-31.846 80.688-46.014 80.040-46.108 79.922 21.33-54.204 17.462-83.324 17.462-83.324s-37.792 102.998-137.712 135.768c-110.686 36.282-170.57 26.364-177.488 24.486-1.050 0.008-2.064 0.010-3.030 0.010 0.818-0.062 1.612-0.146 2.426-0.212-0.034-0.020-0.090-0.042-0.082-0.052 0.45-0.548 122.306-21.302 143.916-50.996 0 0-51.76 0-103.272-14.842-2.328-0.666 189.524-23.964 228.746-215.674 0 0-21.030 43.876-47.040 51.328 17.106-52.036 12.714-150.776-3.576-199.85-2.096-6.312-4.24 27.282-36.328 41.75 10.28-73.646-0.616-190.456-51.708-222.632-3.982-2.504 32.030 115.31 7.242 69.762-142.708-218.802-311.404-100.972-387.248-49.11 38.866-8.462 112.654 1.318 145.314 25.612 0.042 0.030 0.078 0.056 0.118 0.086 35.468 24.252 56.472 41.964 75.334 37.772 18.874-4.214 31.438 14.726 16.78 31.53-14.676 16.838-50.314 39.978-98.524 27.366-34-8.904-76.134-46.522-140.448-8.432-49.364 29.25-54.012 53.546-54.45 70.376 1.218 5.966 2.754 11.536 4.576 16.624 5.682 15.87 22.912 20.658 32.494 24.438 16.256-2.792 30.262-7.862 44.968-15.406 0.19 4.894 0.252 11.39-0.018 18.76 1.41 2.802 0.538 11.252-1.722 21.58-1.302 10.308-3.42 20.974-6.752 30.692 0.012 0.002 0.020 0.010 0.030 0.014 0.056 0.018 0.108 0.040 0.156 0.070 0.078 0.044 0.146 0.112 0.208 0.19 0.012 0.020 0.030 0.034 0.044 0.052 0.082 0.124 0.154 0.272 0.198 0.466 1.020 4.618 12.022 13.524 25.718 23.1 12.272 8.58 26.702 17.696 38.068 24.752 10.060 6.248 17.72 10.882 19.346 12.098 0.618 0.466 1.358 1.012 2.164 1.636 0.15 0.116 0.3 0.232 0.454 0.354 0.094 0.074 0.19 0.148 0.286 0.226 5.41 4.308 13.484 12.448 15.178 29.578 0.004 0.042 0.010 0.080 0.012 0.122 0.050 0.504 0.092 1.014 0.13 1.534 0.028 0.362 0.050 0.726 0.072 1.096 0.014 0.284 0.032 0.566 0.044 0.856 0.030 0.674 0.050 1.364 0.060 2.064 0 0.040 0.002 0.076 0.004 0.116 0.022 1.658-0.006 3.386-0.104 5.202-0.054 1.014-0.126 1.93-0.298 2.762-0.008 0.044-0.018 0.092-0.028 0.136-0.018 0.082-0.036 0.164-0.058 0.244-0.036 0.146-0.076 0.292-0.122 0.43-0.006 0.018-0.010 0.032-0.016 0.046-0.052 0.16-0.112 0.314-0.174 0.464-0.004 0.006-0.004 0.010-0.006 0.016-1.754 4.108-8.32 5.658-35.442 6.118-0.026 0.002-0.050 0.002-0.076 0.002v0c-11.066 0.188-25.538 0.194-44.502 0.118-33.25-0.134-51.628 32.504-57.494 45.132 8.040 44.46 31.276 76.142 69.45 97.626 0.722 0.406 0.58 0.742-0.274 0.978 7.464 4.514-90.246 0.124-135.186-57.036-39.888 9.914-74.654 9.246-104.616 2.214-5.754 0.162-12.924 0.88-21.434 2.652-19.924 18.056-48.448 51.402-49.976 91.208 0 0-0.092-0.072-0.252-0.204-0.020 0.382-0.056 0.76-0.072 1.142 0 0-60.716-46.664-51.628-173.882-0.022-2.036-0.064-3.986-0.12-5.874-16.432-22.288-24.586-41.020-25.192-45.156-14.56-29.644-29.334-74.254-41.356-141.98 0 0 8.408 26.666 25.284 56.866-12.412-38.022-22.164-97.156-16.436-185.856 0 0 1.514 19.666 6.874 47.994 4.186-55.010 22.518-122.924 68.858-202.788 88.948-153.32 225.67-230.74 376.792-242.616 26.836-2.212 54.050-2.264 81.424-0.186 2.516 0.178 5.032 0.364 7.55 0.574 30.964 2.174 62.134 6.852 93.238 14.366 425.172 102.798 378.942 616.198 378.942 616.198z" />
-<glyph unicode="" glyph-name="duplicate" d="M10.24 553.574v-396.186h104.448v54.497h-52.224v685.67h685.67v-52.224h54.477v104.448h-792.371v-396.206zM168.038 790.374c-0.686-1.587-0.911-191.846-0.686-422.973l0.686-420.024 845.722-1.137-0.451 422.748-0.686 422.973-421.837 0.676c-336.251 0.461-422.072 0.010-422.748-2.263zM959.273 369.674v-368.937h-737.884v737.874h737.874v-368.937zM538.563 580.588c-0.911-0.911-1.587-36.782-1.587-79.688v-77.875l-78.787-0.451-79.012-0.686v-104.448l78.787-0.686 79.012-0.451 0.451-79.012 0.686-78.787 52.9-0.686 52.675-0.451v158.925h158.925l-0.451 52.9-0.686 52.675-78.787 0.686-79.012 0.451-0.451 79.012-0.686 78.787-51.313 0.676c-28.14 0.246-51.753-0.205-52.664-0.891z" />
-<glyph unicode="" glyph-name="edge" d="M15.4 505.4c30 236.8 191.6 451.6 481.2 454.6 174.8-3.4 318.6-82.6 404.2-233.6 43-78.8 56.4-161.6 59.2-253v-107.4h-642.6c3-265 390-256 556.6-139.2v-215.8c-97.6-58.6-319-111-490.4-43.6-146 54.8-250 207.6-249.4 354.6-4.8 190.6 94.8 316.8 249.4 388.6-32.8-40.6-57.8-85.4-70.8-163h362.8c0 0 21.2 216.8-205.4 216.8-213.6-7.4-367.6-131.6-454.8-259v0z" />
-<glyph unicode="" glyph-name="safari" d="M512 960c-282.8 0-512-229.2-512-512s229.2-512 512-512 512 229.2 512 512-229.2 512-512 512zM958.4 487.2l-1 10.6c0.2-3.6 0.6-7 1-10.6zM888.4 691.2l-7.2 10.8c2.4-3.6 4.8-7.2 7.2-10.8zM860.6 729.4l-4.4 5.4c1.6-1.8 3-3.6 4.4-5.4zM798.6 792.4l-5.4 4.4c2-1.6 3.6-3 5.4-4.4zM766 817.2l-10.8 7.2c3.6-2.4 7.2-4.8 10.8-7.2zM561.8 893.2l-10.8 1c3.6-0.2 7.2-0.6 10.8-1zM472.8 894.4l-10.8-1c3.6 0.2 7.2 0.6 10.8 1zM268.8 824.4l-10.8-7.2c3.6 2.4 7.2 4.8 10.8 7.2zM230.6 796.6l-5.2-4.2c1.8 1.4 3.4 2.8 5.2 4.2zM167.6 734.6l-4.4-5.4c1.6 1.8 3 3.6 4.4 5.4zM142.8 702l-7.2-10.8c2.4 3.6 4.8 7.2 7.2 10.8zM66.8 497.8l-1-10.8c0.2 3.6 0.6 7.2 1 10.8zM65.6 408.8l1-10.8c-0.2 3.6-0.6 7.2-1 10.8zM135.6 205l7.2-10.8c-2.4 3.4-4.8 7-7.2 10.8zM144 192.4l79.8 53.4-8.8 13.4-79.8-53.4c-36.2 56.2-60 120.8-68 190.4l47.8 4.8-1.6 16-47.8-4.8c-0.8 9.2-1.2 18.6-1.4 28h96v16h-96c0.2 9.4 0.6 18.6 1.4 28l47.8-4.6 1.6 16-47.8 4.6c8 69.6 32 134.2 68.2 190.4l79.8-53.4 8.8 13.4-80 53c5.4 7.6 10.8 15.2 16.6 22.4l37-30.4 10.2 12.4-37 30.4c6 7.2 12.4 14 18.8 20.8l67.8-67.8 11.4 11.4-67.8 67.8c6.8 6.4 13.6 12.8 20.6 18.8l30.4-37.2 12.4 10.2-30.4 37c7.4 5.8 14.8 11.4 22.4 16.8l53.4-79.8 13.4 8.8-53.4 79.8c56.2 36.2 120.8 60 190.4 68l4.8-47.8 16 1.6-4.8 47.8c9.2 0.8 18.6 1.2 28 1.4v-96h16v96c9.4-0.2 18.6-0.6 28-1.4l-4.6-47.8 16-1.6 4.6 47.8c69.6-8 134.2-32 190.4-68.2l-53.4-79.8 13.4-8.8 53.4 79.8c7.6-5.4 15.2-10.8 22.4-16.6l-30.4-37 12.4-10.2 30.4 37c7.2-6 14-12.4 20.8-18.8l-25.6-25-350-233.4-233.4-350-25-25c-6.4 6.8-12.8 13.6-18.8 20.6l37 30.4-10.2 12.4-37-30.4c-5.8 7.2-11.2 14.8-16.6 22.4zM167.6 161.4c-1.4 1.8-2.8 3.4-4.2 5.2l4.2-5.2zM225.4 103.6l5.2-4.2c-1.8 1.4-3.4 2.8-5.2 4.2zM258 79l10.8-7.2c-3.6 2.2-7.2 4.6-10.8 7.2zM462.2 2.8l10.8-1c-3.6 0.2-7.2 0.6-10.8 1zM551.2 1.6l10.6 1c-3.6-0.2-7-0.6-10.6-1zM755.2 71.6l10.8 7.2c-3.6-2.4-7.2-4.8-10.8-7.2zM793.4 99.4l5.4 4.4c-1.8-1.6-3.6-3-5.4-4.4zM828.4 130.8l0.8 0.8c-0.2-0.2-0.6-0.6-0.8-0.8zM856.4 161.4l4.4 5.4c-1.6-1.8-3-3.6-4.4-5.4zM863.4 170l-37 30.4-10.2-12.4 37-30.4c-6-7.2-12.4-14-18.8-20.8l-67.8 67.8-11.4-11.4 67.8-67.8c-6.8-6.4-13.6-12.8-20.6-18.8l-30.4 37.2-12.4-10.2 30.4-37c-7.4-5.8-14.8-11.4-22.4-16.8l-53.4 79.8-13.4-8.8 53.4-79.8c-56.2-36.2-120.8-60-190.4-68l-4.8 47.8-16-1.6 4.8-47.8c-9.2-0.8-18.6-1.2-28-1.4v96h-16v-96c-9.4 0.2-18.6 0.6-28 1.4l4.6 47.8-16 1.6-4.6-47.8c-69.6 8-134.2 32-190.4 68.2l53.4 79.8-13.4 8.8-53-79.8c-7.6 5.4-15.2 10.8-22.4 16.6l30.4 37-12.4 10.2-30.4-37c-7.2 6-14 12.4-20.8 18.8l25.2 25 350 233.4 233.4 350 25 25c6.4-6.8 12.8-13.6 18.8-20.6l-37-30.4 10.2-12.4 37 30.4c5.8-7.4 11.4-14.8 16.8-22.4l-79.8-53.4 8.8-13.4 79.8 53.4c36.2-56.2 60-120.8 68-190.4l-47.8-4.8 1.6-16 47.8 4.8c0.8-9.2 1.2-18.6 1.4-28h-96v-16h96c-0.2-9.4-0.6-18.6-1.4-28l-47.8 4.6-1.6-16 47.8-4.6c-8-69.6-32-134.2-68.2-190.4l-79.8 53.4-8.8-13.4 79.8-53.4c-5.2-7.2-10.8-14.6-16.6-22zM958.4 409c-0.4-3.6-0.6-7.2-1-10.8l1 10.8zM888.4 204.8c-2.4-3.6-4.8-7.2-7.2-10.8l7.2 10.8zM432.535 888.925l18.73-94.157-15.693-3.122-18.73 94.157 15.693 3.122zM591.656 7.050l-18.73 94.157 15.693 3.122 18.73-94.157-15.693-3.122zM389.628 879.11l13.939-45.931-15.31-4.646-13.939 45.931 15.31 4.646zM634.434 17.113l-13.939 45.931 15.31 4.646 13.939-45.931-15.31-4.646zM348.014 864.901l36.739-88.694-14.782-6.123-36.739 88.694 14.782 6.123zM676.123 31.035l-36.739 88.694 14.782 6.123 36.739-88.694-14.782-6.123zM293.62 839.341l14.11 7.544 22.632-42.331-14.11-7.544-22.632 42.331zM730.101 56.711l-14.11-7.544-22.632 42.331 14.11 7.544 22.632-42.331zM120.601 666.174l42.336-22.622-7.541-14.112-42.336 22.622 7.541 14.112zM903.244 229.805l-42.336 22.622 7.541 14.112 42.336-22.622-7.541-14.112zM183.811 575.377l-88.694 36.739 6.123 14.782 88.694-36.739-6.123-14.782zM840.32 320.699l88.694-36.739-6.123-14.782-88.694 36.739 6.123 14.782zM85.543 585.613l45.936-13.93-4.643-15.312-45.936 13.93 4.643 15.312zM938.308 310.333l-45.936 13.93 4.643 15.312 45.936-13.93-4.643-15.312zM74.069 543.218l94.157-18.73-3.122-15.693-94.157 18.73 3.122 15.693zM949.741 352.757l-94.157 18.73 3.122 15.693 94.157-18.73-3.122-15.693zM70.965 368.452l94.157 18.73 3.122-15.693-94.157-18.73-3.122 15.693zM952.842 527.573l-94.157-18.73-3.122 15.693 94.157 18.73 3.122-15.693zM80.974 325.486l45.931 13.939 4.646-15.31-45.931-13.939-4.646 15.31zM942.969 570.293l-45.931-13.939-4.646 15.31 45.931 13.939 4.646-15.31zM101.142 269.088l-6.123 14.782 88.694 36.739 6.123-14.782-88.694-36.739zM922.794 626.769l6.122-14.782-88.694-36.73-6.122 14.782 88.694 36.73zM120.824 229.733l-7.544 14.11 42.331 22.632 7.544-14.11-42.331-22.632zM903.455 666.215l7.544-14.11-42.331-22.632-7.544 14.11 42.331 22.632zM307.878 49.154l-14.11 7.542 22.627 42.331 14.11-7.542-22.627-42.331zM716.073 846.926l14.112-7.541-22.622-42.336-14.112 7.541 22.622 42.336zM333.267 37.201l36.739 88.694 14.782-6.123-36.739-88.694-14.782 6.123zM690.884 858.89l-36.739-88.694-14.782 6.123 36.739 88.694 14.782-6.123zM389.634 16.972l-15.31 4.645 13.934 45.931 15.31-4.645-13.934-45.931zM634.349 879.118l15.312-4.642-13.925-45.936-15.312 4.642 13.925 45.936zM432.472 7.161l-15.693 3.122 18.73 94.157 15.693-3.122-18.73-94.157zM591.536 889.031l15.693-3.122-18.73-94.157-15.693 3.122 18.73 94.157z" />
-<glyph unicode="" glyph-name="opera" d="M1024 448v0 0c0-151.6-66-288-170.8-381.6-131.4-64-253.8-19.2-294.2 8.8 129 28.2 226.4 184.2 226.4 372.8s-97.4 344.6-226.4 373c40.6 28 163 72.8 294.2 8.8 104.8-93.8 170.8-230.2 170.8-381.8v0 0zM343.4 736.6c-56.6-66.8-93.2-165.6-95.6-276.6 0-0.2 0-23.8 0-24.2 2.4-110.8 39.2-209.6 95.8-276.4 73.4-95.4 182.6-155.8 304.6-155.8 75 0 145.2 22.8 205.2 62.6-90.8-81-210.4-130.2-341.4-130.2-8.2 0-16.4 0.2-24.4 0.6-271.4 12.8-487.6 236.8-487.6 511.4 0 282.8 229.2 512 512 512 0.6 0 1.2 0 2 0 130.4-0.4 249.2-49.6 339.4-130.4-60 39.8-130.2 62.8-205.2 62.8-122 0-231.2-60.4-304.8-155.8z" />
-<glyph unicode="" glyph-name="file-pdf" d="M842.012 370.52c-13.648 13.446-43.914 20.566-89.972 21.172-31.178 0.344-68.702-2.402-108.17-7.928-17.674 10.198-35.892 21.294-50.188 34.658-38.462 35.916-70.568 85.772-90.576 140.594 1.304 5.12 2.414 9.62 3.448 14.212 0 0 21.666 123.060 15.932 164.666-0.792 5.706-1.276 7.362-2.808 11.796l-1.882 4.834c-5.894 13.592-17.448 27.994-35.564 27.208l-10.916 0.344c-20.202 0-36.664-10.332-40.986-25.774-13.138-48.434 0.418-120.892 24.98-214.738l-6.288-15.286c-17.588-42.876-39.63-86.060-59.078-124.158l-2.528-4.954c-20.46-40.040-39.026-74.028-55.856-102.822l-17.376-9.188c-1.264-0.668-31.044-16.418-38.028-20.644-59.256-35.38-98.524-75.542-105.038-107.416-2.072-10.17-0.53-23.186 10.014-29.212l16.806-8.458c7.292-3.652 14.978-5.502 22.854-5.502 42.206 0 91.202 52.572 158.698 170.366 77.93 25.37 166.652 46.458 244.412 58.090 59.258-33.368 132.142-56.544 178.142-56.544 8.168 0 15.212 0.78 20.932 2.294 8.822 2.336 16.258 7.368 20.792 14.194 8.926 13.432 10.734 31.932 8.312 50.876-0.72 5.622-5.21 12.574-10.068 17.32zM211.646 145.952c7.698 21.042 38.16 62.644 83.206 99.556 2.832 2.296 9.808 8.832 16.194 14.902-47.104-75.124-78.648-105.066-99.4-114.458zM478.434 760.314c13.566 0 21.284-34.194 21.924-66.254s-6.858-54.56-16.158-71.208c-7.702 24.648-11.426 63.5-11.426 88.904 0 0-0.566 48.558 5.66 48.558v0zM398.852 322.506c9.45 16.916 19.282 34.756 29.33 53.678 24.492 46.316 39.958 82.556 51.478 112.346 22.91-41.684 51.444-77.12 84.984-105.512 4.186-3.542 8.62-7.102 13.276-10.65-68.21-13.496-127.164-29.91-179.068-49.862v0zM828.902 326.348c-4.152-2.598-16.052-4.1-23.708-4.1-24.708 0-55.272 11.294-98.126 29.666 16.468 1.218 31.562 1.838 45.102 1.838 24.782 0 32.12 0.108 56.35-6.072 24.228-6.18 24.538-18.734 20.382-21.332v0zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
-<glyph unicode="" glyph-name="paste1" d="M605.659 64.886h204.831v-28.466h-204.831zM605.659 156.302h204.831v-28.481h-204.831zM550.693 412.216c-5.984 0-10.938-4.925-10.938-10.968v-410.451c0-6.055 4.955-10.969 10.938-10.969h307.123c6.043 0 10.967 4.913 10.967 10.969v266.799l-81.768 0.329c-69.89-5.489-71.762 57.844-71.762 57.844v96.447zM550.69 456.091h184.737l39.994-42.204h0.562l96.757-102.552 0.057-0.204 39.816-42.017v-278.318c0-30.288-24.536-54.812-54.81-54.812h-307.112c-30.276 0-54.81 24.524-54.81 54.812v410.453c0 30.265 24.534 54.842 54.81 54.842zM473.656 917.935c-30.071 0-54.464-23.086-54.464-51.573 0-28.453 24.394-51.569 54.464-51.569 30.074 0 54.464 23.116 54.464 51.569 0 28.487-24.39 51.573-54.464 51.573zM473.656 960c52.904 0 96.089-39.324 98.736-88.812l0.128-4.816h83.897v-29.951h179.521v-404.837l-76.399 80.603h-3.089v225.206h-100.033v-100.188h-365.509v100.188h-100.049v-694.723h248.938v-51.875c0-7.646 0.777-15.114 2.256-22.328l0.886-3.83h-331.552v871.785h179.521v29.951h83.882l0.129 4.816c2.647 49.488 45.833 88.812 98.736 88.812z" />
-<glyph unicode="" glyph-name="file-word" d="M639.778 484.108h44.21l-51.012-226.178-66.324 318.010h-106.55l-77.114-318.010-57.816 318.010h-111.394l113.092-511.88h108.838l76.294 302.708 68.256-302.708h100.336l129.628 511.88h-170.446v-91.832zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
-<glyph unicode="" glyph-name="file-excel" d="M743.028 576h-135.292l-95.732-141.032-95.742 141.032h-135.29l162.162-242.464-182.972-269.536h251.838v91.576h-50.156l50.156 74.994 111.396-166.57h140.444l-182.976 269.536 162.164 242.464zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
-<glyph unicode="" glyph-name="copy1" d="M614.832 590.144v-132.453c0 0-2.565-87.003-98.572-79.45l-112.324-0.455v-366.468c0-8.312 6.771-15.062 15.082-15.062h421.761c8.278 0 15.061 6.75 15.061 15.062v563.764c0 8.289-6.782 15.062-15.061 15.062zM436.672 886.928v-160.666c0 0-3.093-105.514-119.549-96.373l-136.227-0.54v-444.483c0-10.086 8.22-18.258 18.305-18.258h144.511v226.987l54.706 57.72 0.080 0.29 132.935 140.843h0.746l54.925 57.952h141.888v218.278c0 10.031-8.205 18.25-18.259 18.25zM403.040 960h307.691c50.448 0 91.366-40.914 91.366-91.32v-218.28h38.685c41.603 0 75.331-33.742 75.331-75.313v-563.775c0-41.61-33.728-75.312-75.331-75.312h-421.76c-41.593 0-75.309 33.703-75.309 75.312v82.224h-144.516c-50.46 0-91.356 40.875-91.356 91.335v463.677l66.357 70.010 0.095 0.341 161.216 170.811h0.911z" />
-<glyph unicode="" glyph-name="replace" d="M202.716 688.95l202.812-202.848h-127.928v-257.484h236.225v-137.025h-373.306v394.509h-140.518zM474.506 804.216h412.622v-378.822h137.016l-202.713-202.789-202.809 202.789h131.457v241.798h-275.572z" />
-<glyph unicode="" glyph-name="week" d="M528.871 122.241c-5.104 0-9.357-4.98-9.357-11.12v-101.089c0-6.14 4.253-11.12 9.357-11.12h95.404c5.245 0 9.497 4.98 9.497 11.12v101.089c0 6.14-4.252 11.12-9.497 11.12zM404.547 122.241c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.12 9.499-11.12h95.404c5.103 0 9.357 4.98 9.357 11.12v101.089c0 6.14-4.255 11.12-9.357 11.12zM280.080 122.241c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.12 9.499-11.12h95.404c5.245 0 9.499 4.98 9.499 11.12v101.089c0 6.14-4.253 11.12-9.499 11.12zM155.614 122.241c-5.103 0-9.355-4.98-9.355-11.12v-101.089c0-6.14 4.252-11.12 9.355-11.12h95.405c5.247 0 9.499 4.98 9.499 11.12v101.089c0 6.14-4.252 11.12-9.499 11.12zM777.801 258.021c-5.245 0-9.497-4.98-9.497-11.12v-101.089c0-6.14 4.252-11.121 9.497-11.121h95.404c5.245 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.253 11.12-9.499 11.12zM653.335 258.021c-5.245 0-9.497-4.98-9.497-11.12v-101.089c0-6.14 4.252-11.121 9.497-11.121h95.407c5.245 0 9.496 4.981 9.496 11.121v101.089c0 6.14-4.251 11.12-9.496 11.12zM528.871 258.021c-5.104 0-9.357-4.98-9.357-11.12v-101.089c0-6.14 4.253-11.121 9.357-11.121h95.404c5.245 0 9.497 4.981 9.497 11.121v101.089c0 6.14-4.252 11.12-9.497 11.12zM404.547 258.021c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.121 9.499-11.121h95.404c5.103 0 9.357 4.981 9.357 11.121v101.089c0 6.14-4.255 11.12-9.357 11.12zM280.080 258.021c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.121 9.499-11.121h95.404c5.245 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.253 11.12-9.499 11.12zM155.614 258.021c-5.103 0-9.355-4.98-9.355-11.12v-101.089c0-6.14 4.252-11.121 9.355-11.121h95.405c5.247 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.252 11.12-9.499 11.12zM777.801 393.972c-5.245 0-9.497-4.981-9.497-10.959v-101.252c0-6.144 4.252-11.124 9.497-11.124h95.404c5.245 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.253 10.959-9.499 10.959zM653.335 393.972c-5.245 0-9.497-4.981-9.497-10.959v-101.252c0-6.144 4.252-11.124 9.497-11.124h95.407c5.245 0 9.496 4.98 9.496 11.124v101.252c0 5.977-4.251 10.959-9.496 10.959zM528.871 393.972c-5.104 0-9.357-4.981-9.357-10.959v-101.252c0-6.144 4.253-11.124 9.357-11.124h95.404c5.245 0 9.497 4.98 9.497 11.124v101.252c0 5.977-4.252 10.959-9.497 10.959zM404.547 393.972c-5.245 0-9.499-4.981-9.499-10.959v-101.252c0-6.144 4.253-11.124 9.499-11.124h95.404c5.103 0 9.357 4.98 9.357 11.124v101.252c0 5.977-4.255 10.959-9.357 10.959zM280.080 393.972c-5.245 0-9.499-4.981-9.499-10.959v-101.252c0-6.144 4.253-11.124 9.499-11.124h95.404c5.245 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.253 10.959-9.499 10.959zM155.614 393.972c-5.103 0-9.355-4.981-9.355-10.959v-101.252c0-6.144 4.252-11.124 9.355-11.124h95.405c5.247 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.252 10.959-9.499 10.959zM777.801 527.093c-5.245 0-9.497-4.977-9.497-11.12v-101.252c0-5.979 4.252-10.959 9.497-10.959h95.404c5.245 0 9.499 4.98 9.499 10.959v101.252c0 6.143-4.253 11.12-9.499 11.12zM653.335 527.093c-5.245 0-9.497-4.977-9.497-11.12v-101.252c0-5.979 4.252-10.959 9.497-10.959h95.407c5.245 0 9.496 4.98 9.496 10.959v101.252c0 6.143-4.251 11.12-9.496 11.12zM528.871 527.093c-5.104 0-9.357-4.977-9.357-11.12v-101.252c0-5.979 4.253-10.959 9.357-10.959h95.404c5.245 0 9.497 4.98 9.497 10.959v101.252c0 6.143-4.252 11.12-9.497 11.12zM404.547 527.093c-5.245 0-9.499-4.977-9.499-11.12v-101.252c0-5.979 4.253-10.959 9.499-10.959h95.404c5.103 0 9.357 4.98 9.357 10.959v101.252c0 6.143-4.255 11.12-9.357 11.12zM103.731 908.379v-308.082h804.773v308.082zM67.865 960h888.271c5.245 0 9.497-4.981 9.497-11.12v-975.365c0-6.144-1.701-15.603-3.828-21.248l-9.496-11.619c-4.68-2.492-12.76-4.648-18.004-4.648h-844.608c-5.247 0-13.326 2.156-18.004 4.648l-9.64 11.619c-1.985 5.645-3.686 15.104-3.686 21.248v975.365c0 6.14 4.254 11.12 9.499 11.12z" />
-<glyph unicode="" glyph-name="baggage" d="M733.725 664.051v-522.022h122.802v522.022zM170.739 664.051v-522.022h122.77v522.022zM438.264 769.338l-22.849-67.612h194.723l-24.368 67.612zM415.655 791.666h192.707l51.857-89.94h232.036c72.769 0 131.762-54.978 131.762-122.813v-351.734c0-67.85-58.993-122.843-131.762-122.843h-760.493c-72.753 0-131.763 54.993-131.763 122.843v351.734c0 67.835 59.009 122.813 131.763 122.813h232.036z" />
-<glyph unicode="" glyph-name="trash" d="M191.166 630.621h136.774v-577.939h105.019v577.939h157.78v-577.939h105.083v577.939h136.772v-694.765h-641.428zM126.98 847.182h769.8v-99.472h-769.8zM335.572 960h352.663v-90.878h-352.663z" />
-<glyph unicode="" glyph-name="erase" d="M88.57 4.16h886.236c18.731 0 34.042-15.353 34.042-34.060 0-18.79-15.311-34.1-34.042-34.1h-886.236c-18.729 0-34.042 15.31-34.042 34.1 0 18.707 15.313 34.060 34.042 34.060zM331.535 590.147l-248.272-249.935 157.96-161.957c13.749-13.833 48.813-37.771 68.188-37.771h104.73c19.416 0 46.979 23.937 60.73 37.771l131.647 136.812zM629.682 960c17.438 0 34.877-7.814 48.146-21.084l278.586-279.645c26.499-26.457 26.499-72.207 0-98.729l-425.897-430.494c-26.523-26.605-78.815-57.729-116.377-57.729h-104.73c-37.459 0-89.815 31.125-116.375 57.729l-157.96 167.29c-26.5 26.499-26.5 69.935 0 96.332l546.42 546.452c13.166 13.293 30.711 19.877 48.187 19.877z" />
-<glyph unicode="" glyph-name="usertime" d="M557.61 283.76c0 0 234.191-55.807 256.508-278.821h-814.117c0 0 66.954 245.319 267.693 267.648l54.36-232.801 39.942 0.321 45.427 119.165-42.397 73.563h84.77l-40.646-75.446 51.832-116.487 31.151 0.25zM721.151 752.498c3.881 0.061 7.808-1.164 11.085-3.756l86.55-69.216c0.927-0.749 1.758-1.573 2.49-2.458l1.384-2.053 0.604-0.177c3.044-1.077 5.694-2.969 7.708-5.437 2.408-2.972 3.834-6.662 3.883-10.763l0.775-110.79c0.044-9.547-7.646-17.359-17.196-17.446-9.534-0.042-17.332 7.639-17.418 17.206l-0.771 102.937-0.623 0.275c-0.864 0.474-1.701 1.029-2.502 1.669l-86.513 69.196c-7.448 5.987-8.658 16.859-2.723 24.365 3.363 4.163 8.277 6.368 13.267 6.447zM401.426 759.683c33.843 0 65.776-7.706 94.582-21.095-8.652-26.989-13.395-55.697-13.395-85.511 0-93.086 45.61-175.496 115.472-226.751-38.319-69.217-111.983-116.086-196.66-116.086-124.119 0-224.722 100.616-224.722 224.733 0 124.113 100.603 224.711 224.722 224.711zM786.072 821.774c-92.958 0-168.706-75.661-168.706-168.701 0-93.019 75.748-168.723 168.706-168.723 93.042 0 168.708 75.705 168.708 168.723 0 93.040-75.666 168.701-168.708 168.701zM786.072 891.011c131.44 0 237.961-106.559 237.961-237.939 0-131.359-106.521-237.917-237.961-237.917-131.347 0-237.911 106.558-237.911 237.917 0 131.38 106.564 237.939 237.911 237.939z" />
-<glyph unicode="" glyph-name="helpfile" d="M725.568 64.96c17.92 0 33.024-6.208 45.248-18.56 12.256-12.32 18.368-27.584 18.368-45.664 0-20.128-6.4-35.968-19.2-47.456s-27.616-17.248-44.384-17.248c-17.408 0-32.576 5.696-45.504 17.024-12.96 11.392-19.424 27.232-19.424 47.68 0 18.080 6.24 33.344 18.784 45.664s27.904 18.56 46.144 18.56zM735.808 588.992c41.28 0 77.728-7.68 109.344-23.040 31.584-15.456 56-36.32 73.184-62.784 17.248-26.464 25.888-55.232 25.888-86.24 0-24.48-4.896-45.92-14.72-64.288s-21.504-34.304-35.008-47.648c-13.536-13.408-37.824-35.936-72.832-67.52-9.696-8.864-17.44-16.736-23.296-23.488s-10.176-12.928-13.024-18.528c-2.816-5.632-5.024-11.2-6.592-16.832s-3.936-15.456-7.040-29.536c-5.408-29.888-22.368-44.864-50.816-44.864-14.784 0-27.264 4.896-37.376 14.688s-15.136 24.288-15.136 43.552c0 24.16 3.648 45.088 11.104 62.752s17.216 33.184 29.472 46.56c12.256 13.408 28.768 29.248 49.536 47.648 18.24 16.128 31.392 28.224 39.52 36.448s14.944 17.312 20.48 27.424c5.6 10.016 8.352 20.96 8.352 32.736 0 23.008-8.48 42.4-25.44 58.24-16.928 15.808-38.784 23.744-65.504 23.744-31.328 0-54.4-8-69.216-23.968s-27.36-39.456-37.568-70.496c-9.696-32.544-28.064-48.8-55.168-48.8-15.904 0-29.344 5.728-40.288 17.056s-16.448 23.648-16.448 36.864c0 27.328 8.672 54.976 26.048 83.040 17.344 28.032 42.688 51.232 76 69.632s72.192 27.584 116.608 27.584zM389.792 960h359.008c72.672 0 131.232-57.792 133.408-129.76h0.352v-3.232l0.064-13.12-0.064-191.232h-67.232v207.264c-1.952 35.2-30.784 63.264-66.528 63.264h-334.528v-193.6c0-40.704-33.248-74.048-74.080-74.048h-193.472v-535.328c0-36.832 29.952-66.88 66.88-66.88h328.416v-66.944h-328.416c-73.888 0-133.792 60.064-133.792 133.792v558.752c0.064 1.184 0.352 2.304 0.544 3.488 0.608 2.496 0.864 3.328 1.28 4.128 1.056 2.784 1.6 4 2.144 5.024 1.28 2.336 2.24 3.84 3.2 5.248 1.92 2.592 2.816 3.68 3.712 4.832 2.592 2.976 4.064 4.576 5.696 6.272l265.536 265.504c1.632 1.632 3.2 3.104 4.8 4.384 2.528 2.176 3.552 3.040 4.64 3.776 2.88 2.080 4.288 2.88 5.408 3.648l2.496 1.248c2.432 1.152 3.264 1.504 4.096 1.792 2.432 0.832 4.416 1.28 6.368 1.504z" />
-<glyph unicode="" glyph-name="clocktime" d="M398.176 640.512v-137.6c-19.008-10.912-31.616-31.104-31.616-54.208 0-6.080 0.864-11.936 2.496-17.504l-0.096 0.448-51.52-51.52c-5.696-5.76-9.216-13.696-9.216-22.464 0-17.664 14.336-32 32-32 8.768 0 16.704 3.52 22.464 9.216v0l51.52 51.52c4.992-1.408 10.752-2.208 16.672-2.208 35.168 0 63.712 28.512 63.712 63.712 0 23.68-12.928 44.352-32.096 55.328l-0.32 0.16v137.152c0 17.664-14.336 32-32 32s-32-14.336-32-32v0zM433.92 832c199.2-2.112 361.92-155.456 378.912-350.528l0.096-1.44h67.072c8.832 0 16-7.168 16-16 0-3.392-1.056-6.56-2.88-9.152l0.032 0.064-113.472-163.904c-2.912-4.192-7.712-6.88-13.152-6.88s-10.24 2.688-13.12 6.848l-0.032 0.064-113.472 163.904c-1.792 2.528-2.848 5.696-2.848 9.12 0 8.832 7.168 16 16 16h63.584c-16.576 142.656-135.2 252.8-280.16 255.936h-0.32c-0.736 0-1.6 0-2.496 0-156.608 0-284.352-123.616-291.008-278.592l-0.032-0.608c-0.096-2.688-0.128-5.824-0.128-8.992 0-158.944 128.864-287.776 287.808-287.776 76.64 0 146.304 29.952 197.888 78.816l-0.128-0.128c5.696 5.472 13.44 8.832 21.984 8.832 10.784 0 20.32-5.376 26.048-13.568l0.064-0.096 18.304-26.464c3.52-5.12 5.6-11.424 5.6-18.208 0-9.6-4.16-18.208-10.784-24.128l-0.032-0.032c-68.032-62.624-159.2-101.024-259.328-101.024-211.776 0-383.456 171.68-383.456 383.456 0 5.664 0.128 11.296 0.352 16.896l-0.032-0.8c10.56 205.6 179.808 368.32 387.040 368.448v0z" />
-<glyph unicode="" glyph-name="table" d="M0 147.36h1023.904v-129.984h-1023.904zM0 391.168h1023.904v-130.080h-1023.904zM0 635.008h1023.904v-130.080h-1023.904zM0 878.752h1023.904v-130.080h-1023.904z" />
-<glyph unicode="" glyph-name="report" d="M60.459 960v-1024h899.627v1024h-899.627zM917.419-21.333h-814.293v938.667h814.293v-938.667zM178.517 780.672h283.349v-42.667h-283.349v42.667zM859.264 589.44h-219.776v1.493h-42.667v-1.451h-428.757v-561.024h691.2v560.981zM816.597 546.773v-89.131h-177.109v89.131h177.109zM596.779 288.085v-86.272h-386.048v86.272h386.048zM210.731 330.752v84.224h386.048v-84.224h-386.048zM639.445 288.085h177.109v-86.272h-177.109v86.272zM816.597 330.752h-177.109v84.224h177.109v-84.224zM596.779 546.773v-89.131h-386.048v89.131h386.048zM210.731 159.104h386.048v-88.021h-386.048v88.021zM639.445 71.083v88.021h177.109v-88.021h-177.109z" />
-<glyph unicode="" glyph-name="aggrement" d="M167.392 282.144h323.424c0 0 5.92-31.904 7.36-37.856h-330.752c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.64 7.008 15.68 15.68 15.68zM166.656 403.104h286.112c0.128-1.76 0.032-3.552-0.64-5.28l-12.544-32.576h-272.928c-8.672 0-15.68 7.008-15.68 15.68v6.464c0 8.672 7.008 15.68 15.68 15.68zM164.512 521.824h277.888l4-8.96c1.888-4.288 0.96-9.344-2.336-12.704l-16.16-16.16h-263.424c-8.64 0-15.68 7.008-15.68 15.68v6.496c0 8.64 7.008 15.68 15.68 15.68zM742.88 626.080c-99.616 0-180.352-80.736-180.352-180.352s80.736-180.416 180.352-180.416c99.616 0 180.384 80.8 180.384 180.416s-80.768 180.352-180.384 180.352zM164 639.36h326.816v-33.952c0-1.344-0.256-2.656-0.704-3.872h-326.112c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.672 7.008 15.68 15.68 15.68zM742.88 723.68c3.744 0 7.52-1.44 10.4-4.288l28.96-28.928c3.136-3.168 7.872-4.032 11.904-2.24l37.536 16.576c7.424 3.328 16.064-0.096 19.36-7.488l19.52-44.032c1.792-4.032 5.856-6.688 10.336-6.688h48.16c8.096 0 14.688-6.56 14.688-14.688v-40.992c0-4.448 2.752-8.416 6.88-9.984l38.272-14.784c7.584-2.912 11.36-11.456 8.448-19.008l-17.344-44.896c-1.632-4.16-0.608-8.928 2.528-12.064l34.080-34.016c5.76-5.76 5.76-15.072 0-20.832l-28.992-28.96c-3.104-3.104-4-7.84-2.208-11.904l16.576-37.472c3.296-7.456-0.064-16.128-7.488-19.424l-44-19.52c-4.064-1.792-6.72-5.888-6.72-10.336v-48.096c0-8.16-6.56-14.752-14.688-14.752h-1.664l94.592-227.36c2.048-4.896-2.944-9.792-7.808-7.616l-110.432 48.736c-3.712 1.632-8.032-0.096-9.536-3.84l-45.12-109.696c-2.048-5.056-9.152-5.056-11.264-0.064l-91.808 220.192c-0.384 0.992-0.48 2.048-0.704 3.008-1.984-0.288-3.968-0.256-5.92 0.224l-91.84-220.608c-2.080-4.992-9.216-4.992-11.232 0.032l-45.12 109.696c-1.536 3.712-5.824 5.504-9.568 3.84l-110.432-48.736c-4.864-2.144-9.856 2.72-7.808 7.616l93.44 224.576h-0.128c-8.096 0-14.688 6.592-14.688 14.752v40.96c0 4.416-2.752 8.416-6.88 9.984l-38.24 14.784c-7.616 2.912-11.36 11.424-8.448 18.976l17.312 44.96c1.6 4.16 0.576 8.864-2.56 12.032l-34.048 34.016c-5.728 5.76-5.728 15.072 0 20.832l29.056 28.992c3.104 3.136 3.968 7.904 2.176 11.904l-16.64 37.504c-3.264 7.392 0.064 16.096 7.456 19.424l44.064 19.456c4.064 1.792 6.688 5.856 6.688 10.304v48.16c0 8.128 6.592 14.688 14.688 14.688h40.992c4.384 0 8.384 2.752 9.952 6.88l14.752 38.24c2.912 7.552 11.456 11.328 19.040 8.416l44.928-17.312c4.192-1.664 8.928-0.608 12.096 2.528l34.016 34.048c2.88 2.88 6.624 4.288 10.4 4.288zM163.84 771.744h206.944c8.672 0 15.68-7.008 15.68-15.68v-6.496c0-8.672-7.008-15.68-15.68-15.68h-206.944c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.672 7.008 15.68 15.68 15.68zM26.208 955.968h721.28c14.464 0 26.24-11.776 26.24-26.208v-178.016l-15.84 15.808c-3.936 3.936-9.152 6.112-14.72 6.112s-10.784-2.176-14.72-6.080l-22.848-22.88v122.368c0 11.456-9.344 20.8-20.832 20.8h-595.84c-11.456 0-20.768-9.312-20.768-20.8v-752.64c0-11.488 9.312-20.8 20.768-20.8h353.088l-28.352-68.16h-387.456c-14.464 0-26.208 11.776-26.208 26.24v878.080c0 14.464 11.776 26.208 26.208 26.208z" />
-<glyph unicode="" glyph-name="vacancydays" d="M440.576 617.536l60.768-30.496c17.28-621.056 391.136-651.072 391.136-651.072h-349.152c-203.36 163.936-150.208 654.496-150.208 654.496zM668.576 959.968c142.592 1.92 235.296-118.048 227.392-277.472-66.24 160.736-267.712 179.616-353.248 91.712 201.44 23.968 480.896-116.736 283.072-519.648-39.52 307.584-277.504 402.88-381.216 417.376-144.448-10.464-335.36-168.896-344.992-414.976-306.4 398.048 184.736 544.512 303.2 499.232-27.104 64.352-194.304 117.44-368.608-28.928 63.296 411.712 413.824 146.816 413.824 146.816 80.672 58.976 155.776 85.024 220.576 85.888z" />
+<glyph unicode="" glyph-name="credit_cards_card" d="M500.8 905.2c-6.4-2.8-34-29.2-118.4-114l-110-109.6 21.6-7.2 21.6-6.8 11.2 10.8 11.2 11.2 44-44 296.8-97.6 42.4 42 42.4 42.4 185.2-185.2-42.4-42.4-42.4-42.8-12.8-39.6c-7.2-21.6-12.4-40.4-12.4-41.2 0.4-0.8 31.2 29.2 68.8 67.2 63.6 63.6 68.8 69.6 72.4 79.6 4.8 12.8 4.8 22.8 0.8 36.4-2.8 9.6-8 15.2-215.2 222.8-171.6 172-214.4 213.6-221.6 217.2-12 6-30.8 6.4-43.2 0.8zM524 811.6c10-4.8 88.4-83.6 92.4-92.8 3.2-8.4 3.6-17.6 0.4-28-2.8-9.6-36.8-45.2-48.4-50.8-9.2-4.4-24-4.8-33.6-0.8-9.2 4-86 80.4-90.8 90.4-4.4 9.2-4.8 24.4-0.8 33.6 3.6 8.8 38 43.6 47.6 48.4 9.2 4.4 23.6 4.4 33.2 0zM240 661.6c-10-2.4-23.6-11.6-29.6-20.4-3.6-4.8-14.8-38-36-103.6-16.8-52.8-30.8-97.2-30.8-98.8 0-2 14.4-2.4 74.8-2.4 41.2 0 74.8 0.4 74.8 0.8s-10.4 4.4-23.6 8.4c-21.2 7.2-24.4 8.8-32.4 16.4-6.8 7.2-9.2 11.2-10.8 18.8-2.4 10-2.4 11.2 6 37.2 9.6 31.6 14.4 39.6 27.6 46 14.8 7.2 20 6.4 76.8-12 56-18.8 62.4-21.2 68.4-28.8 12-14.8 12-26.8 0.8-60.8-4.8-14-8.4-25.6-8.4-26s33.6-0.4 74.4-0.4h74.8l13.2 40.8c12.4 38.4 13.2 40.4 17.2 39.2 13.2-4 245.6-80.4 246-80.8 0.4 0-12-39.6-27.6-87.6-26.8-84-28-87.2-32-86l-4.4 1.2v-65.2c0-36-0.4-72-1.2-80-0.8-10-0.4-14 0.8-12.8s24 70.8 51.6 154.8c48.8 151.2 49.6 153.2 49.6 168.8 0 13.6-0.4 16.8-4.8 24-6.4 11.2-17.2 20.8-27.6 24.4-4.4 1.6-133.6 44-287.2 94.4-181.2 60.4-282 92.4-286.4 92.4-3.6-0.4-10-0.8-14-2zM749.2 590.4l-14-14 34.8-34.4 34.4-34.4 17.6-5.6c28-9.2 42.8-21.2 52.8-42.4 2.4-5.2 5.2-14.4 5.6-19.6 0.8-7.6 2.4-10.8 6.4-14.8l5.2-4.8 14 14 14 14.4-156.8 156.8-14-15.2zM579.6 472.8l-6.4-19.2 24-8 24.4-8 80.8-1.6 12.4-6c12.8-6 24-16 31.6-27.6 4-6.4 6.4-7.6 21.2-12.4 9.2-2.8 16.8-4.8 17.2-4.4 1.6 1.6 12.8 36.8 12 37.6s-208.8 69.2-210.4 69.2c0 0-3.2-8.8-6.8-19.6zM69.6 410.8c-7.6-4-13.6-8.4-17.6-14-12.4-16.4-12-8.8-11.6-199.6l0.4-172.4 5.6-10c6.4-11.2 19.2-22.4 30.4-25.6 4.8-1.6 91.2-2 314-2h306.8l9.6 4.8c11.2 5.2 21.6 16.4 26.4 27.2 3.2 7.2 3.6 15.2 3.6 181.2 0 197.6 1.2 184.4-15.6 201.2s13.6 15.6-334 15.6h-306.8l-11.2-6.4zM696.4 284v-92.4h-267.2v184.4h267.2v-92zM254.4 333.6c10.8-2.4 21.6-10.8 26.8-21.2 4-8 4.8-12 5.2-32.4 1.2-38.8-4.8-54.8-24-64-9.6-4.4-10-4.4-67.6-4.4-38 0-60.4 0.8-64.8 2-9.2 2.8-19.2 11.2-24.4 20.8-3.6 7.2-4 10.4-4 38 0 28.4 0.4 30.8 4.4 39.2 4.8 9.6 13.2 16.8 23.6 20.8 8.4 3.6 112.8 4 124.8 1.2zM204 88.4v-20.4h-123.6v40.8h123.6v-20.4zM368 88.4v-20.4h-123.6v40.8h123.6v-20.4zM532.4 88.4v-20.4h-123.2v40.8h123.2v-20.4zM696.4 88.4v-20.4h-123.2v40.8h123.2v-20.4zM451.2 335.6v-20.4h224.8v40.8h-224.8v-20.4zM451.2 232v-20.4h224.8v40.8h-224.8v-20.4zM758.4 321.2c-1.6-10.4-1.2-20 0.4-18 2.4 2.4 7.6 21.2 6.4 23.2-2 4-5.6 1.2-6.8-5.2z" />
+<glyph unicode="" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
+<glyph unicode="" glyph-name="home2" d="M512 928l-512-512 96-96 96 96v-416h256v192h128v-192h256v416l96-96 96 96-512 512zM512 512c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z" />
+<glyph unicode="" glyph-name="home3" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" />
+<glyph unicode="" glyph-name="office" d="M0-64h512v1024h-512v-1024zM320 832h128v-128h-128v128zM320 576h128v-128h-128v128zM320 320h128v-128h-128v128zM64 832h128v-128h-128v128zM64 576h128v-128h-128v128zM64 320h128v-128h-128v128zM576 640h448v-64h-448zM576-64h128v256h192v-256h128v576h-448z" />
+<glyph unicode="" glyph-name="newspaper" d="M896 704v128h-896v-704c0-35.346 28.654-64 64-64h864c53.022 0 96 42.978 96 96v544h-128zM832 128h-768v640h768v-640zM128 640h640v-64h-640zM512 512h256v-64h-256zM512 384h256v-64h-256zM512 256h192v-64h-192zM128 512h320v-320h-320z" />
+<glyph unicode="" glyph-name="pencil" d="M864 960c88.364 0 160-71.634 160-160 0-36.020-11.91-69.258-32-96l-64-64-224 224 64 64c26.742 20.090 59.978 32 96 32zM64 224l-64-288 288 64 592 592-224 224-592-592zM715.578 596.422l-448-448-55.156 55.156 448 448 55.156-55.156z" />
+<glyph unicode="" glyph-name="pencil2" d="M384 320l128 64 448 448-64 64-448-448-64-128zM289.3 92.902c-31.632 66.728-65.666 100.762-132.396 132.394l99.096 272.792 128 77.912 384 384h-192l-384-384-192-640 640 192 384 384v192l-384-384-77.912-128z" />
+<glyph unicode="" glyph-name="quill" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" />
+<glyph unicode="" glyph-name="pen" d="M1018.17 668.11l-286.058 286.058c-9.334 9.334-21.644 7.234-27.356-4.666l-38.354-79.904 267.198-267.198 79.904 38.354c11.9 5.712 14 18.022 4.666 27.356zM615.384 824.616l-263.384-21.95c-17.5-2.166-32.080-5.898-37.090-28.752-0.006-0.024-0.012-0.042-0.018-0.066-71.422-343.070-314.892-677.848-314.892-677.848l57.374-57.374 271.986 271.99c-5.996 12.53-9.36 26.564-9.36 41.384 0 53.020 42.98 96 96 96s96-42.98 96-96-42.98-96-96-96c-14.82 0-28.852 3.364-41.384 9.36l-271.988-271.986 57.372-57.374c0 0 334.778 243.47 677.848 314.892 0.024 0.006 0.042 0.012 0.066 0.018 22.854 5.010 26.586 19.59 28.752 37.090l21.95 263.384-273.232 273.232z" />
+<glyph unicode="" glyph-name="blog" d="M384 960v-96c73.482 0 144.712-14.37 211.716-42.71 64.768-27.394 122.958-66.632 172.948-116.624s89.228-108.18 116.624-172.948c28.342-67.004 42.712-138.238 42.712-211.718h96c0 353.46-286.54 640-640 640zM384 768v-96c94.022 0 182.418-36.614 248.9-103.098 66.486-66.484 103.1-154.878 103.1-248.902h96c0 247.422-200.576 448-448 448zM480 576l-64-64-224-64-192-416 25.374-25.374 232.804 232.804c-1.412 5.286-2.178 10.84-2.178 16.57 0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64c-5.732 0-11.282 0.764-16.568 2.178l-232.804-232.804 25.372-25.374 416 192 64 224 64 64-160 160z" />
+<glyph unicode="" glyph-name="eyedropper" d="M986.51 922.51c-49.988 49.986-131.032 49.986-181.020 0l-172.118-172.118-121.372 121.372-135.764-135.764 106.426-106.426-472.118-472.118c-8.048-8.048-11.468-18.958-10.3-29.456h-0.244v-160c0-17.674 14.328-32 32-32h160c0 0 2.664 0 4 0 9.212 0 18.426 3.516 25.456 10.544l472.118 472.118 106.426-106.426 135.764 135.764-121.372 121.372 172.118 172.118c49.986 49.988 49.986 131.032 0 181.020zM173.090 0h-109.090v109.090l469.574 469.572 109.088-109.088-469.572-469.574z" />
+<glyph unicode="" glyph-name="droplet" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
+<glyph unicode="" glyph-name="paint-format" d="M1024 384v384h-192v64c0 35.2-28.8 64-64 64h-704c-35.2 0-64-28.8-64-64v-192c0-35.2 28.8-64 64-64h704c35.2 0 64 28.8 64 64v64h128v-256h-576v-128h-32c-17.674 0-32-14.326-32-32v-320c0-17.674 14.326-32 32-32h128c17.674 0 32 14.326 32 32v320c0 17.674-14.326 32-32 32h-32v64h576zM768 768h-704v64h704v-64z" />
+<glyph unicode="" glyph-name="image" d="M959.884 832c0.040-0.034 0.082-0.076 0.116-0.116v-767.77c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.772c0.034 0.040 0.076 0.082 0.114 0.114h895.77zM960 896h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64v0zM832 672c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM896 128h-768v128l224 384 256-320h64l224 192z" />
+<glyph unicode="" glyph-name="images" horiz-adv-x="1152" d="M1088 832h-64v64c0 35.2-28.8 64-64 64h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h64v-64c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64zM128 768v-640h-63.886c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h895.77c0.040-0.034 0.082-0.076 0.116-0.116v-63.884h-768c-35.2 0-64-28.8-64-64v0zM1088 0.116c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h895.77c0.040-0.034 0.082-0.076 0.116-0.116v-767.768zM960 608c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM1024 64h-768v128l224 384 256-320h64l224 192z" />
+<glyph unicode="" glyph-name="camera" d="M304 352c0-114.876 93.124-208 208-208s208 93.124 208 208-93.124 208-208 208-208-93.124-208-208zM960 704h-224c-16 64-32 128-96 128h-256c-64 0-80-64-96-128h-224c-35.2 0-64-28.8-64-64v-576c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v576c0 35.2-28.8 64-64 64zM512 68c-156.85 0-284 127.148-284 284 0 156.85 127.15 284 284 284 156.852 0 284-127.15 284-284 0-156.852-127.146-284-284-284zM960 512h-128v64h128v-64z" />
+<glyph unicode="" glyph-name="headphones" d="M288 384h-64v-448h64c17.6 0 32 14.4 32 32v384c0 17.6-14.4 32-32 32zM736 384c-17.602 0-32-14.4-32-32v-384c0-17.6 14.398-32 32-32h64v448h-64zM1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-61.412 10.83-120.29 30.656-174.848-19.478-33.206-30.656-71.87-30.656-113.152 0-112.846 83.448-206.188 192-221.716v443.418c-31.914-4.566-61.664-15.842-87.754-32.378-5.392 26.718-8.246 54.364-8.246 82.676 0 229.75 186.25 416 416 416s416-186.25 416-416c0-28.314-2.83-55.968-8.22-82.696-26.1 16.546-55.854 27.848-87.78 32.418v-443.44c108.548 15.532 192 108.874 192 221.714 0 41.274-11.178 79.934-30.648 113.138 19.828 54.566 30.648 113.452 30.648 174.866z" />
+<glyph unicode="" glyph-name="music" d="M960 960h64v-736c0-88.366-100.29-160-224-160s-224 71.634-224 160c0 88.368 100.29 160 224 160 62.684 0 119.342-18.4 160-48.040v368.040l-512-113.778v-494.222c0-88.366-100.288-160-224-160s-224 71.634-224 160c0 88.368 100.288 160 224 160 62.684 0 119.342-18.4 160-48.040v624.040l576 128z" />
+<glyph unicode="" glyph-name="play" d="M981.188 799.892c-143.632 20.65-302.332 32.108-469.186 32.108-166.86 0-325.556-11.458-469.194-32.108-27.53-107.726-42.808-226.75-42.808-351.892 0-125.14 15.278-244.166 42.808-351.89 143.638-20.652 302.336-32.11 469.194-32.11 166.854 0 325.552 11.458 469.186 32.11 27.532 107.724 42.812 226.75 42.812 351.89 0 125.142-15.28 244.166-42.812 351.892zM384.002 256v384l320-192-320-192z" />
+<glyph unicode="" glyph-name="film" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
+<glyph unicode="" glyph-name="video-camera" d="M384 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM0 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM768 352v96c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v96l256-160v448l-256-160zM640 192h-512v192h512v-192z" />
+<glyph unicode="" glyph-name="dice" d="M864 768h-512c-88 0-160-72-160-160v-512c0-88 72-160 160-160h512c88 0 160 72 160 160v512c0 88-72 160-160 160zM416 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM416 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM608 256c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM828.76 832c-14.93 72.804-79.71 128-156.76 128h-512c-88 0-160-72-160-160v-512c0-77.046 55.196-141.83 128-156.76v636.76c0 35.2 28.8 64 64 64h636.76z" />
+<glyph unicode="" glyph-name="pacman" d="M964.73 781.196c-93.902 109.45-233.21 178.804-388.73 178.804-282.77 0-512-229.23-512-512s229.23-512 512-512c155.52 0 294.828 69.356 388.728 178.804l-324.728 333.196 324.73 333.196zM704 839.398c39.432 0 71.398-31.964 71.398-71.398 0-39.432-31.966-71.398-71.398-71.398s-71.398 31.966-71.398 71.398c0 39.432 31.966 71.398 71.398 71.398z" />
+<glyph unicode="" glyph-name="spades" d="M817.57 611.85c-193.566 143.858-260.266 259.018-305.566 348.148v0c-0.004 0-0.004 0.002-0.004 0.002v-0.002c-45.296-89.13-112-204.292-305.566-348.148-330.036-245.286-19.376-587.668 253.758-399.224-17.796-116.93-78.53-202.172-140.208-238.882v-37.744h384.032v37.74c-61.682 36.708-122.41 121.954-140.212 238.884 273.136-188.446 583.8 153.94 253.766 399.226z" />
+<glyph unicode="" glyph-name="clubs" d="M786.832 567.228c-59.032 0-112.086-24.596-149.852-64.694-15.996-16.984-43.762-37.112-73.8-54.81 14.11 53.868 58.676 121.7 89.628 151.456 39.64 38.17 63.984 91.83 63.984 151.5 0.006 114.894-91.476 208.096-204.788 209.32-113.32-1.222-204.796-94.426-204.796-209.318 0-59.672 24.344-113.33 63.986-151.5 30.954-29.756 75.52-97.588 89.628-151.456-30.042 17.7-57.806 37.826-73.8 54.81-37.768 40.098-90.82 64.694-149.85 64.694-114.386 0-207.080-93.664-207.080-209.328 0-115.638 92.692-209.338 207.080-209.338 59.042 0 112.082 25.356 149.85 65.452 16.804 17.872 46.444 40.138 78.292 58.632-3.002-147.692-73.532-256.168-145.318-298.906v-37.742h384.014v37.74c-71.792 42.736-142.32 151.216-145.32 298.906 31.852-18.494 61.488-40.768 78.292-58.632 37.766-40.094 90.808-65.452 149.852-65.452 114.386 0 207.078 93.7 207.078 209.338-0.002 115.664-92.692 209.328-207.080 209.328z" />
+<glyph unicode="" glyph-name="diamonds" d="M512 960l-320-512 320-512 320 512z" />
+<glyph unicode="" glyph-name="bullhorn" d="M1024 530.744c0 200.926-58.792 363.938-131.482 365.226 0.292 0.006 0.578 0.030 0.872 0.030h-82.942c0 0-194.8-146.336-475.23-203.754-8.56-45.292-14.030-99.274-14.030-161.502s5.466-116.208 14.030-161.5c280.428-57.418 475.23-203.756 475.23-203.756h82.942c-0.292 0-0.578 0.024-0.872 0.032 72.696 1.288 131.482 164.298 131.482 365.224zM864.824 220.748c-9.382 0-19.532 9.742-24.746 15.548-12.63 14.064-24.792 35.96-35.188 63.328-23.256 61.232-36.066 143.31-36.066 231.124 0 87.81 12.81 169.89 36.066 231.122 10.394 27.368 22.562 49.266 35.188 63.328 5.214 5.812 15.364 15.552 24.746 15.552 9.38 0 19.536-9.744 24.744-15.552 12.634-14.064 24.796-35.958 35.188-63.328 23.258-61.23 36.068-143.312 36.068-231.122 0-87.804-12.81-169.888-36.068-231.124-10.39-27.368-22.562-49.264-35.188-63.328-5.208-5.806-15.36-15.548-24.744-15.548zM251.812 530.744c0 51.95 3.81 102.43 11.052 149.094-47.372-6.554-88.942-10.324-140.34-10.324-67.058 0-67.058 0-67.058 0l-55.466-94.686v-88.17l55.46-94.686c0 0 0 0 67.060 0 51.398 0 92.968-3.774 140.34-10.324-7.236 46.664-11.048 97.146-11.048 149.096zM368.15 317.828l-127.998 24.51 81.842-321.544c4.236-16.634 20.744-25.038 36.686-18.654l118.556 47.452c15.944 6.376 22.328 23.964 14.196 39.084l-123.282 229.152zM864.824 411.27c-3.618 0-7.528 3.754-9.538 5.992-4.87 5.42-9.556 13.86-13.562 24.408-8.962 23.6-13.9 55.234-13.9 89.078s4.938 65.478 13.9 89.078c4.006 10.548 8.696 18.988 13.562 24.408 2.010 2.24 5.92 5.994 9.538 5.994 3.616 0 7.53-3.756 9.538-5.994 4.87-5.42 9.556-13.858 13.56-24.408 8.964-23.598 13.902-55.234 13.902-89.078 0-33.842-4.938-65.478-13.902-89.078-4.004-10.548-8.696-18.988-13.56-24.408-2.008-2.238-5.92-5.992-9.538-5.992z" />
+<glyph unicode="" glyph-name="connection" horiz-adv-x="1280" d="M640 384c105.87 0 201.87-43.066 271.402-112.598l-90.468-90.468c-46.354 46.356-110.356 75.066-180.934 75.066s-134.578-28.71-180.934-75.066l-90.468 90.468c69.532 69.532 165.532 112.598 271.402 112.598zM187.452 452.548c120.88 120.88 281.598 187.452 452.548 187.452s331.668-66.572 452.55-187.452l-90.51-90.508c-96.706 96.704-225.28 149.96-362.040 149.96-136.762 0-265.334-53.256-362.038-149.962l-90.51 90.51zM988.784 825.562c106.702-45.132 202.516-109.728 284.782-191.996v0l-90.508-90.508c-145.056 145.056-337.92 224.942-543.058 224.942-205.14 0-398-79.886-543.058-224.942l-90.51 90.51c82.268 82.266 178.082 146.862 284.784 191.994 110.504 46.738 227.852 70.438 348.784 70.438s238.278-23.7 348.784-70.438zM576 64c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
+<glyph unicode="" glyph-name="podcast" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-220.054 138.836-407.664 333.686-480.068l-13.686-31.932h384l-13.686 31.932c194.85 72.404 333.686 260.014 333.686 480.068zM486.79 325.174c-22.808 9.788-38.79 32.436-38.79 58.826 0 35.346 28.654 64 64 64s64-28.654 64-64c0-26.39-15.978-49.044-38.786-58.834l-25.214 58.834-25.21-58.826zM538.268 322.708c58.092 12.118 101.732 63.602 101.732 125.292 0 70.694-57.306 128-128 128-70.692 0-128-57.306-128-128 0-61.692 43.662-113.122 101.76-125.228l-74.624-174.122c-91.23 39.15-155.136 129.784-155.136 235.35 0 141.384 114.616 268 256 268s256-126.616 256-268c0-105.566-63.906-196.2-155.136-235.35l-74.596 174.058zM688.448-27.708l-73.924 172.486c126.446 42.738 217.476 162.346 217.476 303.222 0 176.73-143.268 320-320 320-176.73 0-320-143.27-320-320 0-140.876 91.030-260.484 217.476-303.222l-73.924-172.486c-159.594 68.488-271.386 227.034-271.386 411.708 0 247.332 200.502 459.834 447.834 459.834s447.834-212.502 447.834-459.834c0-184.674-111.792-343.22-271.386-411.708z" />
+<glyph unicode="" glyph-name="feed" d="M384 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM664.348 729.474c99.852-54.158 167.652-159.898 167.652-281.474s-67.8-227.316-167.652-281.474c44.066 70.126 71.652 170.27 71.652 281.474s-27.586 211.348-71.652 281.474zM288 448c0-111.204 27.584-211.348 71.652-281.474-99.852 54.16-167.652 159.898-167.652 281.474s67.8 227.314 167.652 281.474c-44.068-70.126-71.652-170.27-71.652-281.474zM96 448c0-171.9 54.404-326.184 140.652-431.722-142.302 90.948-236.652 250.314-236.652 431.722s94.35 340.774 236.652 431.722c-86.248-105.538-140.652-259.822-140.652-431.722zM787.352 879.72c142.298-90.946 236.648-250.312 236.648-431.72s-94.35-340.774-236.648-431.72c86.244 105.536 140.648 259.82 140.648 431.72s-54.404 326.184-140.648 431.72z" />
+<glyph unicode="" glyph-name="mic" d="M480 256c88.366 0 160 71.634 160 160v384c0 88.366-71.634 160-160 160s-160-71.634-160-160v-384c0-88.366 71.636-160 160-160zM704 512v-96c0-123.71-100.29-224-224-224-123.712 0-224 100.29-224 224v96h-64v-96c0-148.238 112.004-270.3 256-286.22v-129.78h-128v-64h320v64h-128v129.78c143.994 15.92 256 137.982 256 286.22v96h-64z" />
+<glyph unicode="" glyph-name="book" d="M896 832v-832h-672c-53.026 0-96 42.98-96 96s42.974 96 96 96h608v768h-640c-70.398 0-128-57.6-128-128v-768c0-70.4 57.602-128 128-128h768v896h-64zM224.056 128v0c-0.018-0.002-0.038 0-0.056 0-17.672 0-32-14.326-32-32s14.328-32 32-32c0.018 0 0.038 0.002 0.056 0.002v-0.002h607.89v64h-607.89z" />
+<glyph unicode="" glyph-name="books" horiz-adv-x="1152" d="M224 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM192 640h-128v64h128v-64zM544 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM512 640h-128v64h128v-64zM765.088 782.52l-171.464-86.394c-15.716-7.918-22.096-27.258-14.178-42.976l287.978-571.548c7.918-15.718 27.258-22.098 42.976-14.178l171.464 86.392c15.716 7.92 22.096 27.26 14.178 42.974l-287.978 571.55c-7.92 15.718-27.26 22.1-42.976 14.18z" />
+<glyph unicode="" glyph-name="library" horiz-adv-x="1088" d="M1024 0v64h-64v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-64v-64h-64v-64h1088v64h-64zM512 960h64l512-320v-64h-1088v64l512 320z" />
+<glyph unicode="" glyph-name="file-text" d="M864 960h-768c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h768c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM832 64h-704v768h704v-768zM256 512h448v-64h-448zM256 384h448v-64h-448zM256 256h448v-64h-448zM256 640h448v-64h-448z" />
+<glyph unicode="" glyph-name="profile" d="M864 960h-768c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h768c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM832 64h-704v768h704v-768zM256 384h448v-64h-448zM256 256h448v-64h-448zM320 672c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM480 576h-128c-52.8 0-96-28.8-96-64v-64h320v64c0 35.2-43.2 64-96 64z" />
+<glyph unicode="" glyph-name="file-empty" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="files-empty" d="M917.806 602.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-368c-44.114 0-80-35.888-80-80v-736c0-44.112 35.886-80 80-80h608c44.112 0 80 35.888 80 80v496c0 14.332-4.372 39.35-42.194 90.924zM785.374 657.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-608c-8.672 0-16 7.328-16 16v736c0 8.672 7.328 16 16 16 0 0 367.956 0.002 368 0v-224c0-17.672 14.324-32 32-32h224v-496zM602.924 917.804c-51.574 37.822-76.592 42.196-90.924 42.196h-368c-44.112 0-80-35.888-80-80v-736c0-38.632 27.528-70.958 64-78.39v814.39c0 8.672 7.328 16 16 16h486.876c-9.646 7.92-19.028 15.26-27.952 21.804z" />
+<glyph unicode="" glyph-name="file-text2" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624zM736 128h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 256h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 384h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="file-picture" d="M832 64h-640v128l192 320 263-320 185 128v-256zM832 480c0-53.020-42.98-96-96-96-53.022 0-96 42.98-96 96s42.978 96 96 96c53.020 0 96-42.98 96-96zM917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="file-music" d="M917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624zM756.288 568.748c-7.414 6.080-17.164 8.514-26.562 6.632l-320-64c-14.958-2.994-25.726-16.126-25.726-31.38v-236.876c-18.832 8.174-40.678 12.876-64 12.876-70.692 0-128-42.98-128-96s57.308-96 128-96 128 42.98 128 96v229.766l256 51.202v-133.842c-18.832 8.174-40.678 12.876-64 12.876-70.692 0-128-42.98-128-96s57.308-96 128-96 128 42.98 128 96v319.998c0 9.586-4.298 18.668-11.712 24.748z" />
+<glyph unicode="" glyph-name="file-play" d="M384 576l320-224-320-224v448zM917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="file-video" d="M917.806 730.924c-22.208 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.594 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.882-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0 0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.98-17.78 50.678-41.878 81.374-72.572v0 0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.32-32 32-32h224v-624zM256 448h320v-320h-320v320zM576 320l192 128v-320l-192 128z" />
+<glyph unicode="" glyph-name="file-zip" d="M917.806 730.924c-22.208 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.884-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0 0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.98-17.78 50.678-41.878 81.374-72.572v0 0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.322-32 32-32h224v-624zM256 896h128v-64h-128v64zM384 832h128v-64h-128v64zM256 768h128v-64h-128v64zM384 704h128v-64h-128v64zM256 640h128v-64h-128v64zM384 576h128v-64h-128v64zM256 512h128v-64h-128v64zM384 448h128v-64h-128v64zM256 112c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-80v64h-128v-272zM448 192v-64h-128v64h128z" />
+<glyph unicode="" glyph-name="copy" d="M640 704v256h-448l-192-192v-576h384v-256h640v768h-384zM192 869.49v-101.49h-101.49l101.49 101.49zM64 256v448h192v192h320v-192l-192-192v-256h-320zM576 613.49v-101.49h-101.49l101.49 101.49zM960 0h-512v448h192v192h320v-640z" />
+<glyph unicode="" glyph-name="paste" d="M704 832h-128v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-128v-128h512v128zM512 832h-128v63.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886zM832 640v160c0 17.6-14.4 32-32 32h-64v-64h32v-128h-192l-192-192v-256h-256v576h32v64h-64c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM576 549.49v-101.49h-101.49l101.49 101.49zM960 0h-512v384h192v192h320v-576z" />
+<glyph unicode="" glyph-name="stack" d="M1024 640l-512 256-512-256 512-256 512 256zM512 811.030l342.058-171.030-342.058-171.030-342.058 171.030 342.058 171.030zM921.444 499.278l102.556-51.278-512-256-512 256 102.556 51.278 409.444-204.722zM921.444 307.278l102.556-51.278-512-256-512 256 102.556 51.278 409.444-204.722z" />
+<glyph unicode="" glyph-name="folder" d="M448 832l128-128h448v-704h-1024v832z" />
+<glyph unicode="" glyph-name="folder-open" d="M832 0l192 512h-832l-192-512zM128 576l-128-576v832h288l128-128h416v-128z" />
+<glyph unicode="" glyph-name="folder-plus" d="M576 704l-128 128h-448v-832h1024v704h-448zM704 256h-128v-128h-128v128h-128v128h128v128h128v-128h128v-128z" />
+<glyph unicode="" glyph-name="folder-minus" d="M576 704l-128 128h-448v-832h1024v704h-448zM704 256h-384v128h384v-128z" />
+<glyph unicode="" glyph-name="folder-download" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 96l-224 224h160v256h128v-256h160l-224-224z" />
+<glyph unicode="" glyph-name="folder-upload" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 480l224-224h-160v-256h-128v256h-160l224 224z" />
+<glyph unicode="" glyph-name="price-tag" d="M976 960h-384c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l476.118 476.118c18.666 18.666 33.94 55.54 33.94 81.94v384c0 26.4-21.6 48-48 48zM736 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="price-tags" horiz-adv-x="1280" d="M1232 960h-384c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l476.118 476.118c18.666 18.666 33.94 55.54 33.94 81.94v384c0 26.4-21.6 48-48 48zM992 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM128 416l544 544h-80c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l30.058 30.058-416 416z" />
+<glyph unicode="" glyph-name="barcode" d="M0 832h128v-640h-128zM192 832h64v-640h-64zM320 832h64v-640h-64zM512 832h64v-640h-64zM768 832h64v-640h-64zM960 832h64v-640h-64zM640 832h32v-640h-32zM448 832h32v-640h-32zM864 832h32v-640h-32zM0 128h64v-64h-64zM192 128h64v-64h-64zM320 128h64v-64h-64zM640 128h64v-64h-64zM960 128h64v-64h-64zM768 128h128v-64h-128zM448 128h128v-64h-128z" />
+<glyph unicode="" glyph-name="qrcode" d="M320 896h-256v-256h256v256zM384 960v0-384h-384v384h384zM128 832h128v-128h-128zM960 896h-256v-256h256v256zM1024 960v0-384h-384v384h384zM768 832h128v-128h-128zM320 256h-256v-256h256v256zM384 320v0-384h-384v384h384zM128 192h128v-128h-128zM448 960h64v-64h-64zM512 896h64v-64h-64zM448 832h64v-64h-64zM512 768h64v-64h-64zM448 704h64v-64h-64zM512 640h64v-64h-64zM448 576h64v-64h-64zM448 448h64v-64h-64zM512 384h64v-64h-64zM448 320h64v-64h-64zM512 256h64v-64h-64zM448 192h64v-64h-64zM512 128h64v-64h-64zM448 64h64v-64h-64zM512 0h64v-64h-64zM960 448h64v-64h-64zM64 448h64v-64h-64zM128 512h64v-64h-64zM0 512h64v-64h-64zM256 512h64v-64h-64zM320 448h64v-64h-64zM384 512h64v-64h-64zM576 448h64v-64h-64zM640 512h64v-64h-64zM704 448h64v-64h-64zM768 512h64v-64h-64zM832 448h64v-64h-64zM896 512h64v-64h-64zM960 320h64v-64h-64zM576 320h64v-64h-64zM640 384h64v-64h-64zM704 320h64v-64h-64zM832 320h64v-64h-64zM896 384h64v-64h-64zM960 192h64v-64h-64zM576 192h64v-64h-64zM640 256h64v-64h-64zM768 256h64v-64h-64zM832 192h64v-64h-64zM896 256h64v-64h-64zM960 64h64v-64h-64zM640 128h64v-64h-64zM704 64h64v-64h-64zM768 128h64v-64h-64zM832 64h64v-64h-64zM640 0h64v-64h-64zM768 0h64v-64h-64zM896 0h64v-64h-64z" />
+<glyph unicode="" glyph-name="ticket" d="M575.996 640l127.998-127.998-255.994-255.994-127.998 127.998zM1001.526 662.496l-73.516 73.516-32.008-32.008c-16.378-16.38-39.010-26.51-64-26.51-49.988 0-90.514 40.522-90.514 90.51 0 25.002 10.14 47.638 26.534 64.018l31.988 31.986-73.518 73.516c-29.968 29.968-79.008 29.968-108.976 0l-595.040-595.038c-29.966-29.968-29.966-79.010 0-108.976l73.52-73.518 31.962 31.964c16.382 16.406 39.030 26.552 64.044 26.552 49.988 0 90.51-40.524 90.51-90.51 0-25.006-10.14-47.64-26.534-64.022l-31.984-31.986 73.516-73.518c29.966-29.966 79.008-29.966 108.976 0l595.040 595.040c29.964 29.976 29.964 79.016 0 108.984zM448.002 128.004l-256 256 384 384 256-256-384-384z" />
+<glyph unicode="" glyph-name="cart" d="M384 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 448v384h-768c0 35.346-28.654 64-64 64h-192v-64h128l48.074-412.054c-29.294-23.458-48.074-59.5-48.074-99.946 0-70.696 57.308-128 128-128h768v64h-768c-35.346 0-64 28.654-64 64 0 0.218 0.014 0.436 0.016 0.656l831.984 127.344z" />
+<glyph unicode="" glyph-name="coin-dollar" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM512 448v128h128v64h-128v64h-64v-64h-128v-256h128v-128h-128v-64h128v-64h64v64h128.002l-0.002 256h-128zM448 448h-64v128h64v-128zM576.002 256h-64.002v128h64.002v-128z" />
+<glyph unicode="" glyph-name="coin-euro" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.076 0 384-171.922 384-384s-171.924-384-384-384zM670.824 315.66c-15.27 8.884-34.862 3.708-43.75-11.57-17.256-29.662-49.088-48.090-83.074-48.090h-128c-41.716 0-77.286 26.754-90.496 64h154.496c17.672 0 32 14.326 32 32s-14.328 32-32 32h-160v64h160c17.672 0 32 14.328 32 32s-14.328 32-32 32h-154.496c13.21 37.246 48.78 64 90.496 64h128c33.986 0 65.818-18.426 83.074-48.090 8.888-15.276 28.478-20.456 43.752-11.568 15.276 8.888 20.456 28.476 11.568 43.752-28.672 49.288-81.702 79.906-138.394 79.906h-128c-77.268 0-141.914-55.056-156.78-128h-35.22c-17.672 0-32-14.328-32-32s14.328-32 32-32h32v-64h-32c-17.672 0-32-14.326-32-32s14.328-32 32-32h35.22c14.866-72.944 79.512-128 156.78-128h128c56.692 0 109.72 30.62 138.394 79.91 8.888 15.276 3.708 34.864-11.57 43.75z" />
+<glyph unicode="" glyph-name="coin-pound" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.074 0 384-171.922 384-384s-171.926-384-384-384zM608 256h-224v128h96c17.672 0 32 14.326 32 32s-14.328 32-32 32h-96v32c0 52.934 43.066 96 96 96 34.17 0 66.042-18.404 83.18-48.030 8.85-15.298 28.426-20.526 43.722-11.676 15.296 8.848 20.526 28.424 11.676 43.722-28.538 49.336-81.638 79.984-138.578 79.984-88.224 0-160-71.776-160-160v-32h-32c-17.672 0-32-14.326-32-32s14.328-32 32-32h32v-192h288c17.674 0 32 14.326 32 32s-14.326 32-32 32z" />
+<glyph unicode="" glyph-name="coin-yen" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.076 0 384-171.922 384-384s-171.924-384-384-384zM608 384c17.674 0 32 14.326 32 32s-14.326 32-32 32h-68.208l94.832 142.25c9.804 14.704 5.83 34.572-8.876 44.376-14.704 9.802-34.572 5.83-44.376-8.876l-101.372-152.062-101.374 152.062c-9.804 14.706-29.672 18.68-44.376 8.876-14.706-9.804-18.678-29.672-8.876-44.376l94.834-142.25h-68.208c-17.672 0-32-14.326-32-32s14.328-32 32-32h96v-64h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h96v-96c0-17.674 14.328-32 32-32s32 14.326 32 32v96h96c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v64h96z" />
+<glyph unicode="" glyph-name="credit-card" d="M928 832h-832c-52.8 0-96-43.2-96-96v-576c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v576c0 52.8-43.2 96-96 96zM96 768h832c17.346 0 32-14.654 32-32v-96h-896v96c0 17.346 14.654 32 32 32zM928 128h-832c-17.346 0-32 14.654-32 32v288h896v-288c0-17.346-14.654-32-32-32zM128 320h64v-128h-64zM256 320h64v-128h-64zM384 320h64v-128h-64z" />
+<glyph unicode="" glyph-name="calculator" d="M384 896h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 640h-320v64h320v-64zM896 896h-320c-35.204 0-64-28.8-64-64v-832c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v832c0 35.2-28.8 64-64 64zM896 320h-320v64h320v-64zM896 512h-320v64h320v-64zM384 384h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 128h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
+<glyph unicode="" glyph-name="lifebuoy" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 448c0 106.040 85.96 192 192 192s192-85.96 192-192-85.96-192-192-192-192 85.96-192 192zM925.98 276.524v0l-177.42 73.49c12.518 30.184 19.44 63.276 19.44 97.986s-6.922 67.802-19.44 97.986l177.42 73.49c21.908-52.822 34.020-110.73 34.020-171.476s-12.114-118.654-34.020-171.476v0zM683.478 861.98v0 0l-73.49-177.42c-30.184 12.518-63.276 19.44-97.988 19.44s-67.802-6.922-97.986-19.44l-73.49 177.422c52.822 21.904 110.732 34.018 171.476 34.018 60.746 0 118.654-12.114 171.478-34.020zM98.020 619.476l177.422-73.49c-12.518-30.184-19.442-63.276-19.442-97.986s6.922-67.802 19.44-97.986l-177.42-73.49c-21.906 52.822-34.020 110.73-34.020 171.476s12.114 118.654 34.020 171.476zM340.524 34.020l73.49 177.42c30.184-12.518 63.276-19.44 97.986-19.44s67.802 6.922 97.986 19.44l73.49-177.42c-52.822-21.904-110.73-34.020-171.476-34.020-60.744 0-118.654 12.114-171.476 34.020z" />
+<glyph unicode="" glyph-name="phone" d="M704 320c-64-64-64-128-128-128s-128 64-192 128-128 128-128 192 64 64 128 128-128 256-192 256-192-192-192-192c0-128 131.5-387.5 256-512s384-256 512-256c0 0 192 128 192 192s-192 256-256 192z" />
+<glyph unicode="" glyph-name="phone-hang-up" d="M1017.378 384.006c8.004-55.482 13.216-131.392-11.664-160.446-41.142-48.044-301.712-48.044-301.712 48.042 0 48.398 42.856 80.134 1.712 128.178-40.472 47.262-113.026 48.030-193.714 48.042-80.686-0.012-153.242-0.78-193.714-48.042-41.142-48.046 1.714-79.78 1.714-128.178 0-96.086-260.57-96.086-301.714-48.044-24.878 29.054-19.668 104.964-11.662 160.446 6.16 37.038 21.724 76.996 71.548 127.994 0 0.002 0.002 0.002 0.002 0.004 74.738 69.742 187.846 126.738 429.826 127.968v0.030c1.344 0 2.664-0.010 4-0.014 1.338 0.004 2.656 0.014 4 0.014v-0.028c241.98-1.23 355.088-58.226 429.826-127.968 0.002-0.002 0.002-0.004 0.002-0.004 49.824-50.996 65.39-90.954 71.55-127.994z" />
+<glyph unicode="" glyph-name="address-book" d="M192 960v-1024h768v1024h-768zM576 703.67c70.51 0 127.67-57.16 127.67-127.67s-57.16-127.67-127.67-127.67-127.67 57.16-127.67 127.67 57.16 127.67 127.67 127.67v0zM768 192h-384v64c0 70.696 57.306 128 128 128v0h128c70.696 0 128-57.304 128-128v-64zM64 896h96v-192h-96v192zM64 640h96v-192h-96v192zM64 384h96v-192h-96v192zM64 128h96v-192h-96v192z" />
+<glyph unicode="" glyph-name="envelop" d="M928 832h-832c-52.8 0-96-43.2-96-96v-640c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v640c0 52.8-43.2 96-96 96zM398.74 409.628l-270.74-210.892v501.642l270.74-290.75zM176.38 704h671.24l-335.62-252-335.62 252zM409.288 398.302l102.712-110.302 102.71 110.302 210.554-270.302h-626.528l210.552 270.302zM625.26 409.628l270.74 290.75v-501.642l-270.74 210.892z" />
+<glyph unicode="" glyph-name="pushpin" d="M544 960l-96-96 96-96-224-256h-224l176-176-272-360.616v-39.384h39.384l360.616 272 176-176v224l256 224 96-96 96 96-480 480zM448 416l-64 64 224 224 64-64-224-224z" />
+<glyph unicode="" glyph-name="location" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 448c-106.040 0-192 85.96-192 192s85.96 192 192 192 192-85.96 192-192-85.96-192-192-192z" />
+<glyph unicode="" glyph-name="location2" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 444c-108.248 0-196 87.752-196 196s87.752 196 196 196 196-87.752 196-196-87.752-196-196-196zM388 640c0 68.483 55.517 124 124 124s124-55.517 124-124c0-68.483-55.517-124-124-124s-124 55.517-124 124z" />
+<glyph unicode="" glyph-name="compass" d="M544.010-64.004c-2.296 0-4.622 0.25-6.94 0.764-14.648 3.25-25.070 16.238-25.070 31.24v480h-480c-15.002 0-27.992 10.422-31.24 25.070-3.25 14.646 4.114 29.584 17.708 35.928l960 448c12.196 5.688 26.644 3.144 36.16-6.372 9.516-9.514 12.060-23.966 6.372-36.16l-448-960c-5.342-11.44-16.772-18.47-28.99-18.47zM176.242 512h367.758c17.674 0 32-14.328 32-32v-367.758l349.79 749.546-749.548-349.788z" />
+<glyph unicode="" glyph-name="compass2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM96 448c0 229.75 186.25 416 416 416 109.574 0 209.232-42.386 283.534-111.628l-411.534-176.372-176.372-411.534c-69.242 74.302-111.628 173.96-111.628 283.534zM585.166 374.834l-256.082-109.75 109.75 256.082 146.332-146.332zM512 32c-109.574 0-209.234 42.386-283.532 111.628l411.532 176.372 176.372 411.532c69.242-74.298 111.628-173.958 111.628-283.532 0-229.75-186.25-416-416-416z" />
+<glyph unicode="" glyph-name="map" d="M0 768l320 128v-768l-320-128zM384 928l320-192v-736l-320 160zM768 736l256 192v-768l-256-192z" />
+<glyph unicode="" glyph-name="map2" d="M672 768l-320 128-352-128v-768l352 128 320-128 352 128v768l-352-128zM384 814.27l256-102.4v-630.138l-256 102.398v630.14zM64 723.172l256 93.090v-631.8l-256-93.088v631.798zM960 172.828l-256-93.092v631.8l256 93.090v-631.798z" />
+<glyph unicode="" glyph-name="history" horiz-adv-x="1088" d="M640 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM832 512v-128h-256v320h128v-192z" />
+<glyph unicode="" glyph-name="clock" d="M658.744 210.744l-210.744 210.746v282.51h128v-229.49l173.256-173.254zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384z" />
+<glyph unicode="" glyph-name="clock2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM658.744 210.744l-210.744 210.746v282.51h128v-229.49l173.256-173.254-90.512-90.512z" />
+<glyph unicode="" glyph-name="alarm" d="M512 832c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448zM512 24c-198.824 0-360 161.178-360 360 0 198.824 161.176 360 360 360 198.822 0 360-161.176 360-360 0-198.822-161.178-360-360-360zM934.784 672.826c16.042 28.052 25.216 60.542 25.216 95.174 0 106.040-85.96 192-192 192-61.818 0-116.802-29.222-151.92-74.596 131.884-27.236 245.206-105.198 318.704-212.578v0zM407.92 885.404c-35.116 45.374-90.102 74.596-151.92 74.596-106.040 0-192-85.96-192-192 0-34.632 9.174-67.122 25.216-95.174 73.5 107.38 186.822 185.342 318.704 212.578zM512 384v256h-64v-320h256v64z" />
+<glyph unicode="" glyph-name="bell" d="M1025.5 160c0 288-256 224-256 448 0 18.56-1.788 34.42-5.048 47.928-16.83 113.018-92.156 203.72-189.772 231.36 0.866 3.948 1.32 8.032 1.32 12.21 0 33.278-28.8 60.502-64 60.502s-64-27.224-64-60.5c0-4.18 0.456-8.264 1.32-12.21-109.47-30.998-190.914-141.298-193.254-273.442-0.040-1.92-0.066-3.864-0.066-5.846 0-224.002-256-160.002-256-448.002 0-76.226 170.59-139.996 398.97-156.080 21.524-40.404 64.056-67.92 113.030-67.92s91.508 27.516 113.030 67.92c228.38 16.084 398.97 79.854 398.97 156.080 0 0.228-0.026 0.456-0.028 0.682l1.528-0.682zM826.246 105.904c-54.23-14.47-118.158-24.876-186.768-30.648-5.704 65.418-60.582 116.744-127.478 116.744s-121.774-51.326-127.478-116.744c-68.608 5.772-132.538 16.178-186.768 30.648-74.63 19.914-110.31 42.19-123.368 54.096 13.058 11.906 48.738 34.182 123.368 54.096 86.772 23.152 198.372 35.904 314.246 35.904s227.474-12.752 314.246-35.904c74.63-19.914 110.31-42.19 123.368-54.096-13.058-11.906-48.738-34.182-123.368-54.096z" />
+<glyph unicode="" glyph-name="stopwatch" d="M512.002 766.788v65.212h128v64c0 35.346-28.654 64-64.002 64h-191.998c-35.346 0-64-28.654-64-64v-64h128v-65.212c-214.798-16.338-384-195.802-384-414.788 0-229.75 186.25-416 416-416s416 186.25 416 416c0 218.984-169.202 398.448-384 414.788zM706.276 125.726c-60.442-60.44-140.798-93.726-226.274-93.726s-165.834 33.286-226.274 93.726c-60.44 60.44-93.726 140.8-93.726 226.274s33.286 165.834 93.726 226.274c58.040 58.038 134.448 91.018 216.114 93.548l-21.678-314.020c-1.86-26.29 12.464-37.802 31.836-37.802s33.698 11.512 31.836 37.802l-21.676 314.022c81.666-2.532 158.076-35.512 216.116-93.55 60.44-60.44 93.726-140.8 93.726-226.274s-33.286-165.834-93.726-226.274z" />
+<glyph unicode="" glyph-name="calendar" d="M320 576h128v-128h-128zM512 576h128v-128h-128zM704 576h128v-128h-128zM128 192h128v-128h-128zM320 192h128v-128h-128zM512 192h128v-128h-128zM320 384h128v-128h-128zM512 384h128v-128h-128zM704 384h128v-128h-128zM128 384h128v-128h-128zM832 960v-64h-128v64h-448v-64h-128v64h-128v-1024h960v1024h-128zM896 0h-832v704h832v-704z" />
+<glyph unicode="" glyph-name="printer" d="M256 896h512v-128h-512v128zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.794-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM128 512c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.652-64-64-64zM704 64h-384v320h384v-320z" />
+<glyph unicode="" glyph-name="keyboard" horiz-adv-x="1152" d="M1088 832h-1024c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h1024c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM640 704h128v-128h-128v128zM832 512v-128h-128v128h128zM448 704h128v-128h-128v128zM640 512v-128h-128v128h128zM256 704h128v-128h-128v128zM448 512v-128h-128v128h128zM128 704h64v-128h-64v128zM128 512h128v-128h-128v128zM192 192h-64v128h64v-128zM768 192h-512v128h512v-128zM1024 192h-192v128h192v-128zM1024 384h-128v128h128v-128zM1024 576h-192v128h192v-128z" />
+<glyph unicode="" glyph-name="display" d="M0 896v-640h1024v640h-1024zM960 320h-896v512h896v-512zM672 192h-320l-32-128-64-64h512l-64 64z" />
+<glyph unicode="" glyph-name="laptop" d="M896 256v512c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-512h-128v-192h1024v192h-128zM640 128h-256v64h256v-64zM832 256h-640v511.886c0.034 0.040 0.076 0.082 0.114 0.114h639.77c0.040-0.034 0.082-0.076 0.116-0.116v-511.884z" />
+<glyph unicode="" glyph-name="mobile" d="M736 960h-448c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h448c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM384 912h256v-32h-256v32zM512 0c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM768 192h-512v640h512v-640z" />
+<glyph unicode="" glyph-name="mobile2" d="M768 960h-576c-35.2 0-64-28.798-64-64v-896c0-35.2 28.798-64 64-64h576c35.2 0 64 28.8 64 64v896c0 35.202-28.8 64-64 64zM480-17.782c-27.492 0-49.782 22.29-49.782 49.782s22.29 49.782 49.782 49.782 49.782-22.29 49.782-49.782-22.29-49.782-49.782-49.782zM768 128h-576v704h576v-704z" />
+<glyph unicode="" glyph-name="tablet" d="M800 960h-640c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h640c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM480-32c-17.672 0-32 14.326-32 32s14.328 32 32 32 32-14.326 32-32-14.328-32-32-32zM768 64h-576v768h576v-768z" />
+<glyph unicode="" glyph-name="tv" d="M981.188 671.892c-88.808 12.768-183.382 22.016-282.076 27.22l164.888 164.888-64 64-224.558-224.556c-21.006 0.368-42.156 0.556-63.442 0.556v0l-256 256-64-64 194.196-194.196c-120.922-4.242-236.338-14.524-343.386-29.912-27.532-107.726-42.81-226.752-42.81-351.892s15.278-244.166 42.804-351.89c143.642-20.652 302.34-32.11 469.196-32.11s325.55 11.458 469.188 32.11c27.534 107.724 42.812 226.75 42.812 351.89s-15.278 244.166-42.812 351.892zM863.892 85.406c-107.73-13.766-226.75-21.406-351.892-21.406s-244.166 7.64-351.892 21.406c-20.648 71.816-32.108 151.166-32.108 234.594 0 83.43 11.458 162.78 32.108 234.596 107.726 13.766 226.75 21.404 351.892 21.404 125.136 0 244.162-7.638 351.886-21.404 20.656-71.816 32.114-151.166 32.114-234.596 0-83.428-11.458-162.778-32.108-234.594z" />
+<glyph unicode="" glyph-name="drawer" d="M1016.988 307.99l-256 320c-6.074 7.592-15.266 12.010-24.988 12.010h-448c-9.72 0-18.916-4.418-24.988-12.010l-256-320c-4.538-5.674-7.012-12.724-7.012-19.99v-288c0-35.346 28.654-64 64-64h896c35.348 0 64 28.654 64 64v288c0 7.266-2.472 14.316-7.012 19.99zM960 256h-224l-128-128h-192l-128 128h-224v20.776l239.38 299.224h417.24l239.38-299.224v-20.776zM736 448h-448c-17.672 0-32 14.328-32 32s14.328 32 32 32h448c17.674 0 32-14.328 32-32s-14.326-32-32-32zM800 320h-576c-17.672 0-32 14.326-32 32s14.328 32 32 32h576c17.674 0 32-14.326 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="drawer2" d="M1016.988 307.99l-256 320c-6.074 7.592-15.266 12.010-24.988 12.010h-448c-9.72 0-18.916-4.418-24.988-12.010l-256-320c-4.538-5.674-7.012-12.724-7.012-19.99v-288c0-35.346 28.654-64 64-64h896c35.348 0 64 28.654 64 64v288c0 7.266-2.472 14.316-7.012 19.99zM960 256h-224l-128-128h-192l-128 128h-224v20.776l239.38 299.224h417.24l239.38-299.224v-20.776z" />
+<glyph unicode="" glyph-name="box-add" d="M832 896h-640l-192-192v-672c0-17.674 14.326-32 32-32h960c17.672 0 32 14.326 32 32v672l-192 192zM512 128l-320 256h192v192h256v-192h192l-320-256zM154.51 768l64 64h586.978l64-64h-714.978z" />
+<glyph unicode="" glyph-name="box-remove" d="M832 896h-640l-192-192v-672c0-17.674 14.326-32 32-32h960c17.672 0 32 14.326 32 32v672l-192 192zM640 320v-192h-256v192h-192l320 256 320-256h-192zM154.51 768l64 64h586.976l64-64h-714.976z" />
+<glyph unicode="" glyph-name="download" d="M512 384l256 256h-192v256h-128v-256h-192zM744.726 488.728l-71.74-71.742 260.080-96.986-421.066-157.018-421.066 157.018 260.080 96.986-71.742 71.742-279.272-104.728v-256l512-192 512 192v256z" />
+<glyph unicode="" glyph-name="upload" d="M448 384h128v256h192l-256 256-256-256h192zM640 528v-98.712l293.066-109.288-421.066-157.018-421.066 157.018 293.066 109.288v98.712l-384-144v-256l512-192 512 192v256z" />
+<glyph unicode="" glyph-name="floppy-disk" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />
+<glyph unicode="" glyph-name="drive" d="M192 64h640c106.038 0 192 85.96 192 192h-1024c0-106.040 85.962-192 192-192zM832 192h64v-64h-64v64zM960 832h-896l-64-512h1024z" />
+<glyph unicode="" glyph-name="database" d="M512 960c-282.77 0-512-71.634-512-160v-128c0-88.366 229.23-160 512-160s512 71.634 512 160v128c0 88.366-229.23 160-512 160zM512 416c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160zM512 128c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160z" />
+<glyph unicode="" glyph-name="undo" d="M512 896c-141.384 0-269.376-57.32-362.032-149.978l-149.968 149.978v-384h384l-143.532 143.522c69.496 69.492 165.492 112.478 271.532 112.478 212.068 0 384-171.924 384-384 0-114.696-50.292-217.636-130.018-288l84.666-96c106.302 93.816 173.352 231.076 173.352 384 0 282.77-229.23 512-512 512z" />
+<glyph unicode="" glyph-name="redo" d="M0 384c0-152.924 67.048-290.184 173.35-384l84.666 96c-79.726 70.364-130.016 173.304-130.016 288 0 212.076 171.93 384 384 384 106.042 0 202.038-42.986 271.53-112.478l-143.53-143.522h384v384l-149.97-149.978c-92.654 92.658-220.644 149.978-362.030 149.978-282.77 0-512-229.23-512-512z" />
+<glyph unicode="" glyph-name="undo2" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />
+<glyph unicode="" glyph-name="redo2" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />
+<glyph unicode="" glyph-name="forward" d="M262.14 960c-113.728-206.032-132.89-520.304 313.86-509.824v253.824l384-384-384-384v248.372c-534.96-13.942-594.572 472.214-313.86 775.628z" />
+<glyph unicode="" glyph-name="reply" d="M448 184.372v-248.372l-384 384 384 384v-253.824c446.75-10.48 427.588 303.792 313.862 509.824 280.71-303.414 221.1-789.57-313.862-775.628z" />
+<glyph unicode="" glyph-name="bubble" d="M512 896c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
+<glyph unicode="" glyph-name="bubbles" horiz-adv-x="1152" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256s128.942 256 288 256c159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM512 960c278.458 0 504.992-180.614 511.836-405.52-49.182 21.92-103.586 33.52-159.836 33.52-95.56 0-185.816-33.446-254.138-94.178-70.846-62.972-109.862-147.434-109.862-237.822 0-44.672 9.544-87.888 27.736-127.788-5.228-0.126-10.468-0.212-15.736-0.212-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
+<glyph unicode="" glyph-name="bubbles2" horiz-adv-x="1152" d="M480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" />
+<glyph unicode="" glyph-name="bubble2" d="M512 768c-54.932 0-107.988-8.662-157.694-25.742-46.712-16.054-88.306-38.744-123.628-67.444-66.214-53.798-102.678-122.984-102.678-194.814 0-40.298 11.188-79.378 33.252-116.152 22.752-37.92 56.982-72.586 98.988-100.252 30.356-19.992 50.78-51.948 56.176-87.894 1.8-11.984 2.928-24.088 3.37-36.124 7.47 6.194 14.75 12.846 21.88 19.976 24.154 24.152 56.78 37.49 90.502 37.49 5.368 0 10.762-0.336 16.156-1.024 20.974-2.666 42.398-4.020 63.676-4.020 54.934 0 107.988 8.66 157.694 25.742 46.712 16.054 88.306 38.744 123.628 67.444 66.214 53.796 102.678 122.984 102.678 194.814s-36.464 141.016-102.678 194.814c-35.322 28.698-76.916 51.39-123.628 67.444-49.706 17.080-102.76 25.742-157.694 25.742zM512 896v0c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
+<glyph unicode="" glyph-name="bubbles3" horiz-adv-x="1152" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256s128.942 256 288 256c159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM230.678 738.814c-66.214-53.798-102.678-122.984-102.678-194.814 0-40.298 11.188-79.378 33.252-116.15 22.752-37.92 56.982-72.586 98.988-100.252 30.356-19.992 50.78-51.948 56.176-87.894 1.8-11.984 2.928-24.088 3.37-36.124 7.47 6.194 14.75 12.846 21.88 19.976 24.154 24.152 56.78 37.49 90.502 37.49 5.368 0 10.762-0.336 16.156-1.024 20.948-2.662 42.344-4.016 63.594-4.020v-128c-27.128 0.002-53.754 1.738-79.742 5.042-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416 278.458 0 504.992-180.614 511.836-405.52-41.096 18.316-85.84 29.422-132.262 32.578-11.53 56.068-45.402 108.816-98.252 151.756-35.322 28.698-76.916 51.39-123.628 67.444-49.706 17.080-102.76 25.742-157.694 25.742-54.932 0-107.988-8.662-157.694-25.742-46.712-16.054-88.306-38.744-123.628-67.444z" />
+<glyph unicode="" glyph-name="bubbles4" horiz-adv-x="1152" d="M480 832c-50.666 0-99.582-7.95-145.386-23.628-42.924-14.694-81.114-35.436-113.502-61.646-60.044-48.59-93.112-110.802-93.112-175.174 0-35.99 10.066-70.948 29.92-103.898 20.686-34.34 51.898-65.794 90.26-90.958 30.44-19.968 50.936-51.952 56.362-87.95 0.902-5.99 1.63-12.006 2.18-18.032 2.722 2.52 5.424 5.114 8.114 7.794 24.138 24.040 56.688 37.312 90.322 37.312 5.348 0 10.718-0.336 16.094-1.018 19.36-2.452 39.124-3.696 58.748-3.696 50.666 0 99.58 7.948 145.384 23.628 42.926 14.692 81.116 35.434 113.504 61.644 60.046 48.59 93.112 110.802 93.112 175.174s-33.066 126.582-93.112 175.174c-32.388 26.212-70.578 46.952-113.504 61.646-45.804 15.678-94.718 23.628-145.384 23.628zM480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" />
+<glyph unicode="" glyph-name="user" d="M576 253.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388z" />
+<glyph unicode="" glyph-name="users" horiz-adv-x="1152" d="M768 189.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388zM327.196 164.672c55.31 36.15 124.080 63.636 199.788 80.414-15.054 17.784-28.708 37.622-40.492 59.020-30.414 55.234-46.492 116.058-46.492 175.894 0 86.042 0 167.31 30.6 233.762 29.706 64.504 83.128 104.496 159.222 119.488-16.914 76.48-61.94 126.75-181.822 126.75-192 0-192-128.942-192-288 0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h279.006c14.518 12.91 30.596 25.172 48.19 36.672z" />
+<glyph unicode="" glyph-name="user-plus" d="M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
+<glyph unicode="" glyph-name="user-minus" d="M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-320v64h320v-64z" />
+<glyph unicode="" glyph-name="user-check" d="M960 352l-288-288-96 96-64-64 160-160 352 352zM448 192h320v115.128c-67.22 39.2-156.308 66.11-256 74.26v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h448v64z" />
+<glyph unicode="" glyph-name="user-tie" d="M320 768c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192s-192 85.961-192 192zM768.078 512h-35.424l-199.104-404.244 74.45 372.244-96 96-96-96 74.45-372.244-199.102 404.244h-35.424c-127.924 0-127.924-85.986-127.924-192v-320h768v320c0 106.014 0 192-127.922 192z" />
+<glyph unicode="" glyph-name="quotes-left" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
+<glyph unicode="" glyph-name="quotes-right" d="M800 320c-123.712 0-224 100.29-224 224 0 123.712 100.288 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.634 11.636 22.252 24.016 31.83 37.020-11.438-1.8-23.16-2.746-35.104-2.746zM224 320c-123.71 0-224 100.29-224 224 0 123.712 100.29 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.636 11.636 22.254 24.016 31.832 37.020-11.44-1.8-23.16-2.746-35.106-2.746z" />
+<glyph unicode="" glyph-name="hour-glass" d="M728.992 448c137.754 87.334 231.008 255.208 231.008 448 0 21.676-1.192 43.034-3.478 64h-889.042c-2.29-20.968-3.48-42.326-3.48-64 0-192.792 93.254-360.666 231.006-448-137.752-87.334-231.006-255.208-231.006-448 0-21.676 1.19-43.034 3.478-64h889.042c2.288 20.966 3.478 42.324 3.478 64 0.002 192.792-93.252 360.666-231.006 448zM160 0c0 186.912 80.162 345.414 224 397.708v100.586c-143.838 52.29-224 210.792-224 397.706v0h704c0-186.914-80.162-345.416-224-397.706v-100.586c143.838-52.294 224-210.796 224-397.708h-704zM619.626 290.406c-71.654 40.644-75.608 93.368-75.626 125.366v64.228c0 31.994 3.804 84.914 75.744 125.664 38.504 22.364 71.808 56.348 97.048 98.336h-409.582c25.266-42.032 58.612-76.042 97.166-98.406 71.654-40.644 75.606-93.366 75.626-125.366v-64.228c0-31.992-3.804-84.914-75.744-125.664-72.622-42.18-126.738-125.684-143.090-226.336h501.67c-16.364 100.708-70.53 184.248-143.212 226.406z" />
+<glyph unicode="" glyph-name="spinner" d="M384 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM655.53 719.53c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM832 448c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM719.53 176.47c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM448.002 64c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM176.472 176.47c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM144.472 719.53c0 0 0 0 0 0 0 53.019 42.981 96 96 96s96-42.981 96-96c0 0 0 0 0 0 0-53.019-42.981-96-96-96s-96 42.981-96 96zM56 448c0 39.765 32.235 72 72 72s72-32.235 72-72c0-39.765-32.235-72-72-72s-72 32.235-72 72z" />
+<glyph unicode="" glyph-name="spinner2" d="M1024 448c-1.278 66.862-15.784 133.516-42.576 194.462-26.704 61-65.462 116.258-113.042 161.92-47.552 45.696-103.944 81.82-164.984 105.652-61.004 23.924-126.596 35.352-191.398 33.966-64.81-1.282-129.332-15.374-188.334-41.356-59.048-25.896-112.542-63.47-156.734-109.576-44.224-46.082-79.16-100.708-102.186-159.798-23.114-59.062-34.128-122.52-32.746-185.27 1.286-62.76 14.964-125.148 40.134-182.206 25.088-57.1 61.476-108.828 106.11-151.548 44.61-42.754 97.472-76.504 154.614-98.72 57.118-22.304 118.446-32.902 179.142-31.526 60.708 1.29 120.962 14.554 176.076 38.914 55.15 24.282 105.116 59.48 146.366 102.644 41.282 43.14 73.844 94.236 95.254 149.43 13.034 33.458 21.88 68.4 26.542 103.798 1.246-0.072 2.498-0.12 3.762-0.12 35.346 0 64 28.652 64 64 0 1.796-0.094 3.572-0.238 5.332h0.238zM922.306 278.052c-23.472-53.202-57.484-101.4-99.178-141.18-41.67-39.81-91-71.186-144.244-91.79-53.228-20.678-110.29-30.452-166.884-29.082-56.604 1.298-112.596 13.736-163.82 36.474-51.25 22.666-97.684 55.49-135.994 95.712-38.338 40.198-68.528 87.764-88.322 139.058-19.87 51.284-29.228 106.214-27.864 160.756 1.302 54.552 13.328 108.412 35.254 157.69 21.858 49.3 53.498 93.97 92.246 130.81 38.73 36.868 84.53 65.87 133.874 84.856 49.338 19.060 102.136 28.006 154.626 26.644 52.5-1.306 104.228-12.918 151.562-34.034 47.352-21.050 90.256-51.502 125.624-88.782 35.396-37.258 63.21-81.294 81.39-128.688 18.248-47.392 26.782-98.058 25.424-148.496h0.238c-0.144-1.76-0.238-3.536-0.238-5.332 0-33.012 24.992-60.174 57.086-63.624-6.224-34.822-16.53-68.818-30.78-100.992z" />
+<glyph unicode="" glyph-name="spinner3" d="M512 656.904c-32.964 0-59.686 26.724-59.686 59.686v179.060c0 32.964 26.722 59.686 59.686 59.686 32.962 0 59.688-26.722 59.688-59.686v-179.060c0-32.964-26.726-59.686-59.688-59.686zM512-36.956c-20.602 0-37.304 16.702-37.304 37.304v179.060c0 20.602 16.702 37.304 37.304 37.304 20.604 0 37.304-16.704 37.304-37.304v-179.060c0-20.602-16.7-37.304-37.304-37.304zM377.756 624.64c-19.34 0-38.146 10.034-48.512 27.988l-89.53 155.070c-15.452 26.764-6.282 60.986 20.482 76.438 26.762 15.45 60.986 6.284 76.438-20.482l89.53-155.072c15.452-26.764 6.282-60.986-20.482-76.438-8.81-5.084-18.432-7.504-27.926-7.504zM735.856 26.744c-11.602 0-22.886 6.022-29.108 16.792l-89.53 155.070c-9.27 16.056-3.77 36.592 12.29 45.864 16.056 9.264 36.59 3.77 45.864-12.292l89.532-155.068c9.27-16.058 3.768-36.592-12.292-45.864-5.286-3.048-11.060-4.502-16.756-4.502zM279.344 530.060c-8.86 0-17.838 2.256-26.064 7.006l-155.072 89.53c-24.978 14.422-33.538 46.362-19.116 71.342 14.42 24.978 46.364 33.538 71.342 19.116l155.070-89.53c24.98-14.422 33.538-46.362 19.116-71.34-9.668-16.756-27.226-26.124-45.276-26.124zM899.648 194.326c-5.064 0-10.196 1.29-14.894 4.004l-155.068 89.53c-14.274 8.24-19.164 26.494-10.924 40.768 8.242 14.276 26.496 19.166 40.766 10.924l155.070-89.532c14.274-8.24 19.164-26.492 10.924-40.766-5.53-9.574-15.562-14.928-25.874-14.928zM243.41 399.504h-179.060c-26.784 0-48.496 21.712-48.496 48.496s21.712 48.496 48.496 48.496h179.060c26.784 0 48.496-21.712 48.496-48.496s-21.712-48.496-48.496-48.496zM959.65 418.156c-0.002 0 0 0 0 0h-179.060c-16.482 0.002-29.844 13.364-29.844 29.844s13.364 29.844 29.844 29.844c0.002 0 0 0 0 0h179.060c16.482 0 29.844-13.362 29.844-29.844 0-16.48-13.364-29.844-29.844-29.844zM124.366 179.402c-15.472 0-30.518 8.028-38.81 22.39-12.362 21.41-5.026 48.79 16.384 61.148l155.072 89.532c21.41 12.368 48.79 5.028 61.15-16.384 12.362-21.412 5.026-48.79-16.384-61.15l-155.072-89.53c-7.050-4.070-14.748-6.006-22.34-6.006zM744.632 552.448c-10.314 0-20.346 5.352-25.874 14.926-8.24 14.274-3.35 32.526 10.924 40.768l155.070 89.528c14.272 8.236 32.526 3.352 40.768-10.922 8.24-14.274 3.35-32.526-10.924-40.768l-155.070-89.528c-4.7-2.714-9.83-4.004-14.894-4.004zM288.136 19.284c-6.962 0-14.016 1.774-20.48 5.504-19.626 11.332-26.35 36.428-15.020 56.054l89.53 155.070c11.33 19.628 36.426 26.352 56.054 15.022 19.626-11.332 26.35-36.43 15.020-56.054l-89.53-155.072c-7.598-13.166-21.392-20.524-35.574-20.524zM646.266 650.758c-5.062 0-10.196 1.29-14.894 4.002-14.274 8.242-19.164 26.494-10.924 40.766l89.534 155.070c8.24 14.274 26.492 19.166 40.766 10.922 14.274-8.242 19.164-26.494 10.924-40.766l-89.532-155.070c-5.53-9.57-15.56-14.924-25.874-14.924z" />
+<glyph unicode="" glyph-name="spinner4" d="M192 448c0 12.18 0.704 24.196 2.030 36.022l-184.98 60.104c-5.916-31.14-9.050-63.264-9.050-96.126 0-147.23 62.166-279.922 161.654-373.324l114.284 157.296c-52.124 56.926-83.938 132.758-83.938 216.028zM832 448c0-83.268-31.812-159.102-83.938-216.028l114.284-157.296c99.488 93.402 161.654 226.094 161.654 373.324 0 32.862-3.132 64.986-9.048 96.126l-184.98-60.104c1.324-11.828 2.028-23.842 2.028-36.022zM576 761.592c91.934-18.662 169.544-76.742 214.45-155.826l184.978 60.102c-73.196 155.42-222.24 268.060-399.428 290.156v-194.432zM233.55 605.768c44.906 79.084 122.516 137.164 214.45 155.826v194.43c-177.188-22.096-326.23-134.736-399.426-290.154l184.976-60.102zM644.556 156.672c-40.39-18.408-85.272-28.672-132.556-28.672s-92.166 10.264-132.554 28.67l-114.292-157.31c73.206-40.366 157.336-63.36 246.846-63.36s173.64 22.994 246.848 63.36l-114.292 157.312z" />
+<glyph unicode="" glyph-name="spinner5" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 704c141.384 0 256-114.616 256-256s-114.616-256-256-256-256 114.616-256 256 114.616 256 256 256zM817.47 142.53c-81.594-81.594-190.080-126.53-305.47-126.53-115.392 0-223.876 44.936-305.47 126.53s-126.53 190.078-126.53 305.47c0 115.39 44.936 223.876 126.53 305.47l67.882-67.882c0 0 0 0 0 0-131.006-131.006-131.006-344.17 0-475.176 63.462-63.462 147.838-98.412 237.588-98.412 89.748 0 174.124 34.95 237.588 98.412 131.006 131.006 131.006 344.168 0 475.176l67.882 67.882c81.594-81.594 126.53-190.080 126.53-305.47 0-115.392-44.936-223.876-126.53-305.47z" />
+<glyph unicode="" glyph-name="spinner6" d="M384 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM790.994 448c0 0 0 0 0 0 0 57.993 47.013 105.006 105.006 105.006s105.006-47.013 105.006-105.006c0 0 0 0 0 0 0-57.993-47.013-105.006-105.006-105.006s-105.006 47.013-105.006 105.006zM688.424 176.47c0 52.526 42.58 95.106 95.106 95.106s95.106-42.58 95.106-95.106c0-52.526-42.58-95.106-95.106-95.106s-95.106 42.58-95.106 95.106zM425.862 64c0 47.573 38.565 86.138 86.138 86.138s86.138-38.565 86.138-86.138c0-47.573-38.565-86.138-86.138-86.138s-86.138 38.565-86.138 86.138zM162.454 176.47c0 43.088 34.93 78.018 78.018 78.018s78.018-34.93 78.018-78.018c0-43.088-34.93-78.018-78.018-78.018s-78.018 34.93-78.018 78.018zM57.338 448c0 39.026 31.636 70.662 70.662 70.662s70.662-31.636 70.662-70.662c0-39.026-31.636-70.662-70.662-70.662s-70.662 31.636-70.662 70.662zM176.472 719.528c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM899.464 719.528c0-64.024-51.906-115.934-115.936-115.934-64.024 0-115.936 51.91-115.936 115.934 0 64.032 51.912 115.934 115.936 115.934 64.030 0 115.936-51.902 115.936-115.934z" />
+<glyph unicode="" glyph-name="spinner7" d="M416 32c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM0 448c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM832 448c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM121.844 742.156c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM710.156 153.844c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM121.844 153.844c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM710.156 742.156c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96z" />
+<glyph unicode="" glyph-name="spinner8" d="M512-64c-136.76 0-265.334 53.258-362.040 149.96-96.702 96.706-149.96 225.28-149.96 362.040 0 96.838 27.182 191.134 78.606 272.692 50 79.296 120.664 143.372 204.356 185.3l43-85.832c-68.038-34.084-125.492-86.186-166.15-150.67-41.746-66.208-63.812-142.798-63.812-221.49 0-229.382 186.618-416 416-416s416 186.618 416 416c0 78.692-22.066 155.282-63.81 221.49-40.66 64.484-98.114 116.584-166.15 150.67l43 85.832c83.692-41.928 154.358-106.004 204.356-185.3 51.422-81.558 78.604-175.854 78.604-272.692 0-136.76-53.258-265.334-149.96-362.040-96.706-96.702-225.28-149.96-362.040-149.96z" />
+<glyph unicode="" glyph-name="spinner9" d="M512 960c-278.748 0-505.458-222.762-511.848-499.974 5.92 241.864 189.832 435.974 415.848 435.974 229.75 0 416-200.576 416-448 0-53.020 42.98-96 96-96s96 42.98 96 96c0 282.77-229.23 512-512 512zM512-64c278.748 0 505.458 222.762 511.848 499.974-5.92-241.864-189.832-435.974-415.848-435.974-229.75 0-416 200.576-416 448 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-282.77 229.23-512 512-512z" />
+<glyph unicode="" glyph-name="spinner10" d="M0.042 446.382l-0.022-0.004c0 0 0.012-0.090 0.028-0.222 0.11-3.878 0.55-7.676 1.322-11.352 0.204-1.746 0.428-3.66 0.674-5.774 0.222-1.886 0.46-3.914 0.718-6.078 0.374-2.566 0.77-5.292 1.19-8.176 0.856-5.746 1.8-12.124 2.908-18.958 1.348-6.446 2.804-13.414 4.364-20.864 0.71-3.718 1.776-7.504 2.786-11.406 1.024-3.89 2.078-7.894 3.16-12.004 0.566-2.042 1.040-4.132 1.708-6.208 0.656-2.074 1.32-4.176 1.988-6.3 1.348-4.234 2.726-8.566 4.136-12.988 0.352-1.106 0.708-2.21 1.064-3.324 0.408-1.102 0.814-2.208 1.226-3.316 0.826-2.218 1.658-4.458 2.502-6.714 1.696-4.496 3.422-9.078 5.18-13.742 1.968-4.566 3.97-9.214 6.004-13.934 1.018-2.348 2.044-4.714 3.078-7.098 1.048-2.376 2.27-4.704 3.408-7.074 2.322-4.714 4.678-9.496 7.062-14.332 2.47-4.786 5.208-9.512 7.846-14.328 1.336-2.398 2.68-4.808 4.028-7.23 1.368-2.41 2.902-4.75 4.356-7.14 2.95-4.738 5.93-9.524 8.934-14.348 12.64-18.894 26.676-37.566 42.21-55.278 15.712-17.578 32.726-34.25 50.692-49.602 18.18-15.136 37.264-28.902 56.726-41.114 19.604-12.036 39.644-22.312 59.376-31.144 5.004-2.040 9.964-4.062 14.878-6.066 2.462-0.972 4.868-2.032 7.336-2.918 2.47-0.868 4.93-1.734 7.376-2.594 4.898-1.684 9.678-3.468 14.484-4.992 4.832-1.43 9.604-2.844 14.312-4.242 2.356-0.672 4.66-1.426 7.004-2.012 2.346-0.574 4.676-1.14 6.986-1.704 4.606-1.118 9.142-2.214 13.604-3.296 4.5-0.868 8.926-1.722 13.27-2.558 2.166-0.41 4.31-0.82 6.434-1.222 1.062-0.2 2.118-0.398 3.166-0.598 1.060-0.148 2.118-0.292 3.166-0.442 4.192-0.582 8.292-1.152 12.3-1.71 1.998-0.274 3.972-0.546 5.922-0.816 1.946-0.286 3.904-0.378 5.814-0.57 3.822-0.336 7.544-0.664 11.164-0.98 3.616-0.304 7.104-0.688 10.526-0.738 0.23-0.008 0.452-0.016 0.682-0.026 0.614-34.812 29.008-62.846 63.968-62.846 0.542 0 1.080 0.028 1.62 0.042v-0.022c0 0 0.090 0.012 0.224 0.028 3.878 0.11 7.674 0.55 11.35 1.322 1.748 0.204 3.662 0.426 5.776 0.672 1.884 0.222 3.912 0.462 6.076 0.718 2.566 0.376 5.292 0.772 8.176 1.192 5.746 0.856 12.124 1.8 18.958 2.908 6.446 1.348 13.414 2.804 20.864 4.362 3.718 0.712 7.504 1.778 11.406 2.786 3.892 1.026 7.894 2.080 12.004 3.162 2.044 0.566 4.132 1.040 6.208 1.708 2.074 0.656 4.174 1.318 6.3 1.988 4.232 1.348 8.564 2.726 12.988 4.134 1.104 0.354 2.21 0.708 3.324 1.066 1.1 0.406 2.206 0.814 3.316 1.226 2.216 0.824 4.456 1.658 6.714 2.5 4.496 1.698 9.078 3.424 13.74 5.182 4.568 1.968 9.216 3.97 13.936 6.004 2.348 1.018 4.714 2.044 7.098 3.078 2.376 1.048 4.702 2.27 7.074 3.408 4.714 2.322 9.494 4.678 14.33 7.062 4.786 2.47 9.512 5.208 14.328 7.846 2.398 1.336 4.808 2.678 7.23 4.028 2.41 1.366 4.75 2.9 7.14 4.354 4.738 2.952 9.524 5.93 14.35 8.936 18.89 12.64 37.564 26.674 55.278 42.21 17.574 15.712 34.248 32.726 49.602 50.69 15.136 18.182 28.902 37.264 41.112 56.728 12.036 19.602 22.314 39.644 31.142 59.376 2.042 5.002 4.062 9.964 6.068 14.878 0.974 2.462 2.032 4.868 2.918 7.334 0.87 2.472 1.732 4.932 2.592 7.376 1.686 4.898 3.468 9.678 4.994 14.484 1.432 4.832 2.846 9.604 4.24 14.31 0.674 2.358 1.43 4.66 2.016 7.004 0.57 2.348 1.138 4.676 1.702 6.988 1.118 4.606 2.216 9.14 3.296 13.602 0.868 4.502 1.72 8.928 2.558 13.272 0.41 2.164 0.818 4.308 1.222 6.434 0.2 1.060 0.398 2.116 0.596 3.164 0.148 1.062 0.296 2.118 0.444 3.168 0.582 4.19 1.152 8.292 1.708 12.3 0.278 1.996 0.55 3.97 0.82 5.922 0.284 1.946 0.376 3.902 0.568 5.812 0.336 3.822 0.664 7.546 0.98 11.164 0.304 3.616 0.686 7.106 0.738 10.528 0.020 0.534 0.040 1.044 0.058 1.574 35.224 0.146 63.732 28.738 63.732 63.992 0 0.542-0.028 1.080-0.042 1.62h0.022c0 0-0.012 0.090-0.028 0.224-0.11 3.878-0.55 7.674-1.322 11.35-0.204 1.748-0.428 3.662-0.674 5.776-0.222 1.886-0.46 3.914-0.718 6.076-0.374 2.566-0.77 5.294-1.19 8.176-0.856 5.746-1.8 12.124-2.908 18.958-1.348 6.444-2.804 13.414-4.364 20.862-0.71 3.72-1.776 7.506-2.786 11.408-1.024 3.892-2.078 7.894-3.16 12.002-0.566 2.044-1.040 4.134-1.708 6.208-0.656 2.076-1.32 4.174-1.988 6.3-1.348 4.234-2.726 8.566-4.136 12.99-0.352 1.102-0.708 2.21-1.064 3.324-0.408 1.1-0.814 2.206-1.226 3.316-0.826 2.216-1.658 4.454-2.502 6.714-1.696 4.498-3.422 9.080-5.18 13.74-1.968 4.57-3.97 9.216-6.004 13.936-1.020 2.348-2.044 4.714-3.078 7.098-1.048 2.376-2.27 4.702-3.408 7.076-2.322 4.714-4.678 9.494-7.062 14.33-2.47 4.786-5.208 9.512-7.846 14.328-1.336 2.398-2.68 4.808-4.028 7.23-1.368 2.41-2.902 4.75-4.356 7.14-2.95 4.74-5.93 9.524-8.934 14.35-12.64 18.892-26.676 37.564-42.21 55.278-15.712 17.576-32.726 34.25-50.692 49.602-18.18 15.136-37.264 28.902-56.726 41.112-19.604 12.036-39.644 22.314-59.376 31.142-5.004 2.040-9.964 4.062-14.878 6.068-2.462 0.974-4.868 2.032-7.336 2.918-2.47 0.87-4.93 1.734-7.376 2.592-4.898 1.684-9.678 3.468-14.484 4.994-4.832 1.432-9.604 2.846-14.312 4.242-2.356 0.672-4.66 1.428-7.004 2.014-2.346 0.572-4.676 1.138-6.986 1.702-4.606 1.118-9.142 2.216-13.604 3.298-4.5 0.868-8.926 1.72-13.27 2.558-2.166 0.412-4.31 0.82-6.434 1.222-1.062 0.2-2.118 0.398-3.166 0.596-1.060 0.148-2.118 0.296-3.166 0.442-4.192 0.584-8.292 1.154-12.3 1.71-1.998 0.276-3.972 0.55-5.922 0.82-1.946 0.284-3.904 0.376-5.814 0.57-3.822 0.336-7.544 0.664-11.164 0.98-3.616 0.304-7.104 0.686-10.526 0.738-0.852 0.032-1.674 0.062-2.512 0.092-0.65 34.78-29.028 62.778-63.966 62.778-0.542 0-1.080-0.028-1.62-0.042l-0.002 0.022c0 0-0.090-0.012-0.222-0.028-3.878-0.11-7.676-0.55-11.352-1.322-1.748-0.204-3.662-0.426-5.776-0.672-1.884-0.222-3.912-0.462-6.076-0.718-2.566-0.376-5.292-0.772-8.176-1.192-5.746-0.856-12.124-1.8-18.958-2.908-6.446-1.348-13.414-2.804-20.864-4.362-3.718-0.712-7.504-1.778-11.406-2.786-3.892-1.026-7.894-2.080-12.004-3.162-2.044-0.566-4.132-1.040-6.208-1.708-2.074-0.656-4.174-1.318-6.3-1.988-4.232-1.348-8.564-2.726-12.988-4.134-1.104-0.354-2.21-0.708-3.324-1.066-1.1-0.406-2.206-0.814-3.316-1.226-2.216-0.824-4.456-1.658-6.714-2.5-4.496-1.698-9.078-3.424-13.74-5.182-4.568-1.968-9.216-3.97-13.936-6.004-2.348-1.018-4.714-2.044-7.098-3.078-2.376-1.048-4.702-2.27-7.074-3.408-4.714-2.322-9.494-4.678-14.33-7.062-4.786-2.47-9.512-5.208-14.328-7.846-2.398-1.336-4.808-2.678-7.23-4.028-2.41-1.366-4.75-2.9-7.14-4.354-4.738-2.952-9.524-5.93-14.35-8.936-18.89-12.64-37.564-26.674-55.278-42.21-17.574-15.712-34.248-32.726-49.602-50.69-15.136-18.182-28.902-37.264-41.112-56.728-12.036-19.602-22.314-39.644-31.142-59.376-2.042-5.002-4.062-9.964-6.068-14.878-0.974-2.462-2.032-4.868-2.918-7.334-0.87-2.472-1.732-4.932-2.592-7.376-1.686-4.898-3.468-9.678-4.994-14.484-1.432-4.832-2.846-9.604-4.24-14.31-0.674-2.358-1.43-4.66-2.016-7.004-0.57-2.348-1.138-4.676-1.702-6.988-1.118-4.606-2.216-9.14-3.296-13.602-0.868-4.502-1.72-8.928-2.558-13.272-0.41-2.164-0.818-4.308-1.222-6.434-0.2-1.060-0.398-2.116-0.596-3.164-0.148-1.062-0.296-2.118-0.444-3.168-0.582-4.19-1.152-8.292-1.708-12.3-0.278-1.996-0.55-3.97-0.82-5.922-0.284-1.946-0.376-3.902-0.568-5.812-0.336-3.822-0.664-7.546-0.98-11.164-0.304-3.616-0.686-7.106-0.738-10.528-0.020-0.548-0.040-1.076-0.058-1.62-34.376-1.112-61.902-29.304-61.902-63.946 0-0.542 0.028-1.078 0.042-1.618zM73.518 511.294c0.042 0.196 0.086 0.384 0.128 0.58 0.644 3.248 1.632 6.542 2.556 9.942 0.934 3.388 1.894 6.876 2.88 10.454 0.516 1.78 0.934 3.602 1.546 5.406 0.596 1.802 1.202 3.628 1.81 5.476 1.218 3.682 2.464 7.45 3.736 11.294 0.316 0.958 0.634 1.924 0.956 2.892 0.37 0.954 0.74 1.914 1.114 2.876 0.746 1.924 1.5 3.868 2.26 5.83 1.52 3.904 3.070 7.882 4.646 11.93 1.768 3.96 3.566 7.99 5.392 12.080 0.908 2.038 1.824 4.090 2.746 6.156 0.932 2.060 2.036 4.072 3.052 6.126 2.070 4.084 4.17 8.222 6.294 12.412 2.202 4.142 4.654 8.224 6.998 12.392 1.184 2.074 2.374 4.16 3.57 6.256 1.21 2.086 2.586 4.102 3.876 6.166 2.616 4.098 5.256 8.232 7.918 12.402 11.234 16.298 23.632 32.398 37.33 47.638 13.874 15.104 28.842 29.404 44.598 42.548 15.974 12.928 32.686 24.65 49.676 35.022 17.13 10.194 34.6 18.838 51.734 26.258 4.35 1.7 8.662 3.382 12.934 5.050 2.136 0.812 4.216 1.71 6.36 2.444 2.146 0.714 4.28 1.428 6.404 2.136 4.25 1.386 8.382 2.888 12.548 4.142 4.184 1.174 8.314 2.332 12.392 3.474 2.038 0.55 4.026 1.19 6.054 1.662 2.030 0.458 4.044 0.914 6.044 1.368 3.978 0.91 7.896 1.806 11.748 2.688 3.888 0.686 7.71 1.36 11.462 2.022 1.868 0.33 3.716 0.658 5.546 0.98 0.914 0.162 1.824 0.324 2.728 0.484 0.916 0.112 1.828 0.222 2.734 0.332 3.612 0.448 7.148 0.882 10.604 1.31 1.72 0.216 3.422 0.432 5.102 0.644 1.674 0.226 3.364 0.266 5.010 0.408 3.292 0.238 6.498 0.472 9.616 0.7 3.11 0.218 6.11 0.524 9.058 0.508 5.848 0.132 11.32 0.256 16.38 0.372 4.664-0.168 8.948-0.324 12.818-0.462 1.914-0.054 3.726-0.108 5.432-0.156 2.122-0.134 4.108-0.26 5.958-0.378 2.13-0.138 4.060-0.266 5.82-0.38 3.256-0.51 6.592-0.782 9.99-0.782 0.466 0 0.93 0.026 1.396 0.036 0.132-0.008 0.224-0.014 0.224-0.014v0.020c31.14 0.778 56.75 23.784 61.556 53.754 0.542-0.12 1.064-0.236 1.612-0.356 3.246-0.644 6.542-1.632 9.942-2.556 3.386-0.934 6.876-1.894 10.454-2.88 1.778-0.516 3.602-0.934 5.404-1.546 1.802-0.596 3.63-1.202 5.478-1.812 3.68-1.218 7.448-2.464 11.292-3.736 0.96-0.316 1.924-0.634 2.892-0.956 0.956-0.37 1.914-0.74 2.876-1.112 1.926-0.746 3.868-1.5 5.83-2.26 3.904-1.52 7.884-3.070 11.932-4.646 3.96-1.768 7.988-3.566 12.080-5.392 2.038-0.908 4.088-1.824 6.156-2.746 2.060-0.932 4.072-2.036 6.126-3.054 4.082-2.070 8.222-4.17 12.41-6.294 4.144-2.202 8.226-4.654 12.394-6.998 2.074-1.184 4.16-2.374 6.256-3.572 2.086-1.21 4.102-2.586 6.166-3.876 4.098-2.616 8.23-5.256 12.402-7.918 16.296-11.234 32.398-23.632 47.636-37.33 15.104-13.874 29.406-28.842 42.55-44.598 12.928-15.974 24.648-32.686 35.020-49.676 10.196-17.13 18.84-34.6 26.26-51.736 1.698-4.348 3.382-8.662 5.050-12.932 0.812-2.136 1.71-4.216 2.444-6.36 0.714-2.146 1.428-4.28 2.136-6.404 1.386-4.25 2.888-8.384 4.142-12.548 1.174-4.184 2.33-8.316 3.474-12.392 0.55-2.038 1.19-4.026 1.66-6.054 0.46-2.030 0.916-4.046 1.368-6.046 0.91-3.978 1.808-7.896 2.688-11.748 0.688-3.888 1.362-7.71 2.024-11.462 0.33-1.868 0.656-3.716 0.98-5.548 0.162-0.914 0.324-1.824 0.484-2.728 0.11-0.916 0.222-1.828 0.332-2.734 0.446-3.612 0.882-7.148 1.31-10.604 0.216-1.72 0.432-3.42 0.642-5.1 0.226-1.674 0.268-3.364 0.41-5.010 0.238-3.292 0.472-6.498 0.7-9.616 0.218-3.11 0.524-6.11 0.508-9.058 0.132-5.848 0.256-11.32 0.372-16.38-0.168-4.664-0.324-8.948-0.462-12.818-0.054-1.914-0.108-3.726-0.156-5.432-0.134-2.122-0.26-4.108-0.378-5.958-0.138-2.13-0.266-4.060-0.38-5.82-0.498-3.256-0.768-6.592-0.768-9.99 0-0.468 0.026-0.93 0.036-1.396-0.008-0.132-0.016-0.224-0.016-0.224h0.022c0.768-30.766 23.236-56.128 52.682-61.37-0.066-0.296-0.13-0.584-0.198-0.884-0.644-3.248-1.632-6.542-2.556-9.942-0.934-3.388-1.894-6.876-2.88-10.454-0.516-1.78-0.934-3.602-1.546-5.406-0.596-1.802-1.202-3.628-1.81-5.476-1.218-3.682-2.464-7.45-3.736-11.294-0.316-0.958-0.634-1.924-0.956-2.892-0.37-0.954-0.74-1.914-1.114-2.876-0.746-1.924-1.5-3.868-2.26-5.83-1.52-3.904-3.070-7.882-4.646-11.93-1.768-3.96-3.566-7.99-5.392-12.080-0.908-2.038-1.824-4.090-2.746-6.156-0.932-2.060-2.036-4.072-3.052-6.126-2.070-4.084-4.17-8.222-6.294-12.412-2.202-4.142-4.654-8.224-6.998-12.392-1.184-2.074-2.374-4.16-3.57-6.256-1.21-2.086-2.586-4.102-3.876-6.166-2.616-4.098-5.256-8.232-7.918-12.402-11.234-16.298-23.632-32.398-37.33-47.638-13.874-15.104-28.842-29.404-44.598-42.548-15.974-12.928-32.686-24.65-49.676-35.022-17.13-10.194-34.6-18.838-51.734-26.258-4.35-1.7-8.662-3.382-12.934-5.050-2.136-0.812-4.216-1.71-6.36-2.444-2.146-0.714-4.28-1.428-6.404-2.136-4.25-1.386-8.382-2.888-12.548-4.142-4.184-1.174-8.314-2.332-12.392-3.474-2.038-0.55-4.026-1.19-6.054-1.662-2.030-0.458-4.044-0.914-6.044-1.368-3.978-0.91-7.896-1.806-11.748-2.688-3.888-0.686-7.71-1.36-11.462-2.022-1.868-0.33-3.716-0.658-5.546-0.98-0.914-0.162-1.824-0.324-2.728-0.484-0.916-0.112-1.828-0.222-2.734-0.332-3.612-0.448-7.148-0.882-10.604-1.31-1.72-0.216-3.422-0.432-5.102-0.644-1.674-0.226-3.364-0.266-5.010-0.408-3.292-0.238-6.498-0.472-9.616-0.7-3.11-0.218-6.11-0.524-9.058-0.508-5.848-0.132-11.32-0.256-16.38-0.372-4.664 0.168-8.948 0.324-12.818 0.462-1.914 0.054-3.726 0.108-5.432 0.156-2.122 0.134-4.108 0.26-5.958 0.378-2.13 0.138-4.060 0.266-5.82 0.38-3.256 0.51-6.592 0.782-9.99 0.782-0.466 0-0.93-0.026-1.396-0.036-0.132 0.008-0.224 0.014-0.224 0.014v-0.020c-31.004-0.774-56.524-23.586-61.488-53.364-3.2 0.64-6.446 1.61-9.792 2.522-3.386 0.934-6.876 1.894-10.454 2.878-1.778 0.516-3.602 0.938-5.404 1.546-1.802 0.598-3.63 1.204-5.478 1.812-3.68 1.218-7.448 2.464-11.292 3.738-0.96 0.316-1.924 0.632-2.892 0.954-0.956 0.372-1.914 0.742-2.876 1.114-1.926 0.746-3.868 1.5-5.83 2.258-3.904 1.524-7.884 3.070-11.932 4.648-3.96 1.77-7.988 3.566-12.080 5.39-2.038 0.91-4.088 1.824-6.156 2.746-2.060 0.934-4.072 2.036-6.126 3.054-4.082 2.070-8.222 4.172-12.41 6.296-4.144 2.2-8.226 4.652-12.394 6.996-2.074 1.184-4.16 2.376-6.256 3.57-2.086 1.21-4.102 2.586-6.166 3.878-4.098 2.614-8.23 5.254-12.402 7.918-16.296 11.23-32.398 23.632-47.636 37.328-15.104 13.876-29.406 28.84-42.55 44.598-12.928 15.972-24.648 32.684-35.020 49.676-10.196 17.128-18.84 34.602-26.26 51.734-1.698 4.352-3.382 8.664-5.050 12.934-0.812 2.136-1.71 4.218-2.444 6.36-0.714 2.148-1.428 4.282-2.136 6.406-1.386 4.25-2.888 8.382-4.142 12.546-1.174 4.184-2.33 8.316-3.474 12.394-0.55 2.036-1.19 4.024-1.66 6.054-0.46 2.028-0.916 4.042-1.368 6.042-0.91 3.98-1.808 7.898-2.688 11.75-0.688 3.886-1.362 7.71-2.024 11.46-0.33 1.868-0.656 3.718-0.98 5.546-0.162 0.914-0.324 1.824-0.484 2.73-0.11 0.914-0.222 1.828-0.332 2.734-0.446 3.61-0.882 7.148-1.31 10.602-0.216 1.722-0.432 3.422-0.642 5.102-0.226 1.676-0.268 3.364-0.41 5.012-0.238 3.29-0.472 6.496-0.7 9.614-0.218 3.11-0.524 6.11-0.508 9.058-0.132 5.848-0.256 11.32-0.372 16.382 0.168 4.664 0.324 8.946 0.462 12.816 0.054 1.914 0.108 3.726 0.156 5.434 0.134 2.122 0.26 4.106 0.378 5.958 0.138 2.128 0.266 4.058 0.38 5.82 0.496 3.26 0.766 6.596 0.766 9.994 0 0.466-0.026 0.93-0.036 1.396 0.008 0.132 0.016 0.224 0.016 0.224h-0.022c-0.78 31.38-24.134 57.154-54.44 61.674z" />
+<glyph unicode="" glyph-name="spinner11" d="M1024 576h-384l143.53 143.53c-72.53 72.526-168.96 112.47-271.53 112.47s-199-39.944-271.53-112.47c-72.526-72.53-112.47-168.96-112.47-271.53s39.944-199 112.47-271.53c72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.528 112.472c6.056 6.054 11.86 12.292 17.456 18.668l96.32-84.282c-93.846-107.166-231.664-174.858-385.304-174.858-282.77 0-512 229.23-512 512s229.23 512 512 512c141.386 0 269.368-57.326 362.016-149.984l149.984 149.984v-384z" />
+<glyph unicode="" glyph-name="binoculars" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
+<glyph unicode="" glyph-name="search" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
+<glyph unicode="" glyph-name="zoom-in" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
+<glyph unicode="" glyph-name="zoom-out" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
+<glyph unicode="" glyph-name="enlarge" d="M1024 960h-416l160-160-192-192 96-96 192 192 160-160zM1024-64v416l-160-160-192 192-96-96 192-192-160-160zM0-64h416l-160 160 192 192-96 96-192-192-160 160zM0 960v-416l160 160 192-192 96 96-192 192 160 160z" />
+<glyph unicode="" glyph-name="shrink" d="M576 512h416l-160 160 192 192-96 96-192-192-160 160zM576 384v-416l160 160 192-192 96 96-192 192 160 160zM448 384.004h-416l160-160-192-192 96-96 192 192 160-160zM448 512v416l-160-160-192 192-96-96 192-192-160-160z" />
+<glyph unicode="" glyph-name="enlarge2" d="M1024 960v-416l-160 160-192-192-96 96 192 192-160 160zM448 288l-192-192 160-160h-416v416l160-160 192 192z" />
+<glyph unicode="" glyph-name="shrink2" d="M448 384v-416l-160 160-192-192-96 96 192 192-160 160zM1024 864l-192-192 160-160h-416v416l160-160 192 192z" />
+<glyph unicode="" glyph-name="key" d="M704 960c-176.73 0-320-143.268-320-320 0-20.026 1.858-39.616 5.376-58.624l-389.376-389.376v-192c0-35.346 28.654-64 64-64h64v64h128v128h128v128h128l83.042 83.042c34.010-12.316 70.696-19.042 108.958-19.042 176.73 0 320 143.268 320 320s-143.27 320-320 320zM799.874 639.874c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="key2" d="M1002.132 645.758l-101.106 101.104c-24.792 24.794-65.37 65.368-90.162 90.164l-101.106 101.104c-24.792 24.794-68.954 29.166-98.13 9.716l-276.438-184.292c-29.176-19.452-40.218-61.028-24.536-92.39l70.486-140.974c2.154-4.306 4.646-8.896 7.39-13.66l-356.53-356.53-32-224h192v64h128v128h128v128h128v71.186c6.396-3.812 12.534-7.216 18.192-10.044l140.97-70.488c31.366-15.682 72.94-4.638 92.39 24.538l184.294 276.44c19.454 29.172 15.078 73.33-9.714 98.126zM150.628 105.374l-45.254 45.254 311.572 311.57 45.254-45.254-311.572-311.57zM917.020 536.236l-45.256-45.256c-12.446-12.444-32.808-12.444-45.254 0l-271.53 271.53c-12.446 12.444-12.446 32.81 0 45.254l45.256 45.256c12.446 12.444 32.808 12.444 45.254 0l271.53-271.53c12.446-12.444 12.446-32.81 0-45.254z" />
+<glyph unicode="" glyph-name="lock1" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />
+<glyph unicode="" glyph-name="unlocked" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />
+<glyph unicode="" glyph-name="wrench" d="M1002.934 142.124l-460.552 394.76c21.448 40.298 33.618 86.282 33.618 135.116 0 159.058-128.942 288-288 288-29.094 0-57.172-4.332-83.646-12.354l166.39-166.39c24.89-24.89 24.89-65.62 0-90.51l-101.49-101.49c-24.89-24.89-65.62-24.89-90.51 0l-166.39 166.39c-8.022-26.474-12.354-54.552-12.354-83.646 0-159.058 128.942-288 288-288 48.834 0 94.818 12.17 135.116 33.62l394.76-460.552c22.908-26.724 62.016-28.226 86.904-3.338l101.492 101.492c24.888 24.888 23.386 63.994-3.338 86.902z" />
+<glyph unicode="" glyph-name="equalizer" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
+<glyph unicode="" glyph-name="equalizer2" d="M896 512h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576zM768 704h128v-128h-128v128zM592 128c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v576h-128v-576h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-192h128v192h16zM448 320h128v-128h-128v128zM272 512c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576h16zM128 704h128v-128h-128v128z" />
+<glyph unicode="" glyph-name="cog" 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="" glyph-name="cogs" d="M363.722 237.948l41.298 57.816-45.254 45.256-57.818-41.296c-10.722 5.994-22.204 10.774-34.266 14.192l-11.682 70.084h-64l-11.68-70.086c-12.062-3.418-23.544-8.198-34.266-14.192l-57.818 41.298-45.256-45.256 41.298-57.816c-5.994-10.72-10.774-22.206-14.192-34.266l-70.086-11.682v-64l70.086-11.682c3.418-12.060 8.198-23.544 14.192-34.266l-41.298-57.816 45.254-45.256 57.818 41.296c10.722-5.994 22.204-10.774 34.266-14.192l11.682-70.084h64l11.68 70.086c12.062 3.418 23.544 8.198 34.266 14.192l57.818-41.296 45.254 45.256-41.298 57.816c5.994 10.72 10.774 22.206 14.192 34.266l70.088 11.68v64l-70.086 11.682c-3.418 12.060-8.198 23.544-14.192 34.266zM224 96c-35.348 0-64 28.654-64 64s28.652 64 64 64 64-28.654 64-64-28.652-64-64-64zM1024 576v64l-67.382 12.25c-1.242 8.046-2.832 15.978-4.724 23.79l57.558 37.1-24.492 59.128-66.944-14.468c-4.214 6.91-8.726 13.62-13.492 20.13l39.006 56.342-45.256 45.254-56.342-39.006c-6.512 4.766-13.22 9.276-20.13 13.494l14.468 66.944-59.128 24.494-37.1-57.558c-7.812 1.892-15.744 3.482-23.79 4.724l-12.252 67.382h-64l-12.252-67.382c-8.046-1.242-15.976-2.832-23.79-4.724l-37.098 57.558-59.128-24.492 14.468-66.944c-6.91-4.216-13.62-8.728-20.13-13.494l-56.342 39.006-45.254-45.254 39.006-56.342c-4.766-6.51-9.278-13.22-13.494-20.13l-66.944 14.468-24.492-59.128 57.558-37.1c-1.892-7.812-3.482-15.742-4.724-23.79l-67.384-12.252v-64l67.382-12.25c1.242-8.046 2.832-15.978 4.724-23.79l-57.558-37.1 24.492-59.128 66.944 14.468c4.216-6.91 8.728-13.618 13.494-20.13l-39.006-56.342 45.254-45.256 56.342 39.006c6.51-4.766 13.22-9.276 20.13-13.492l-14.468-66.944 59.128-24.492 37.102 57.558c7.81-1.892 15.742-3.482 23.788-4.724l12.252-67.384h64l12.252 67.382c8.044 1.242 15.976 2.832 23.79 4.724l37.1-57.558 59.128 24.492-14.468 66.944c6.91 4.216 13.62 8.726 20.13 13.492l56.342-39.006 45.256 45.256-39.006 56.342c4.766 6.512 9.276 13.22 13.492 20.13l66.944-14.468 24.492 59.13-57.558 37.1c1.892 7.812 3.482 15.742 4.724 23.79l67.382 12.25zM672 468.8c-76.878 0-139.2 62.322-139.2 139.2s62.32 139.2 139.2 139.2 139.2-62.322 139.2-139.2c0-76.878-62.32-139.2-139.2-139.2z" />
+<glyph unicode="" glyph-name="hammer" d="M1009.996 131.024l-301.544 301.544c-18.668 18.668-49.214 18.668-67.882 0l-22.626-22.626-184 184 302.056 302.058h-320l-142.058-142.058-14.060 14.058h-67.882v-67.882l14.058-14.058-206.058-206.060 160-160 206.058 206.058 184-184-22.626-22.626c-18.668-18.668-18.668-49.214 0-67.882l301.544-301.544c18.668-18.668 49.214-18.668 67.882 0l113.136 113.136c18.67 18.666 18.67 49.214 0.002 67.882z" />
+<glyph unicode="" glyph-name="magic-wand" d="M256 768l-128 128h-64v-64l128-128zM320 960h64v-128h-64zM576 640h128v-64h-128zM640 832v64h-64l-128-128 64-64zM0 640h128v-64h-128zM320 384h64v-128h-64zM64 384v-64h64l128 128-64 64zM1010 78l-636.118 636.118c-18.668 18.668-49.214 18.668-67.882 0l-60.118-60.118c-18.668-18.668-18.668-49.214 0-67.882l636.118-636.118c18.668-18.668 49.214-18.668 67.882 0l60.118 60.118c18.668 18.668 18.668 49.214 0 67.882zM480 416l-192 192 64 64 192-192-64-64z" />
+<glyph unicode="" glyph-name="aid-kit" d="M896 704h-192v128c0 35.2-28.8 64-64 64h-256c-35.2 0-64-28.8-64-64v-128h-192c-70.4 0-128-57.6-128-128v-512c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v512c0 70.4-57.6 128-128 128zM384 832h256v-128h-256v128zM768 256h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128z" />
+<glyph unicode="" glyph-name="bug" d="M1024 384v64h-193.29c-5.862 72.686-31.786 139.026-71.67 192.25h161.944l70.060 280.24-62.090 15.522-57.94-231.76h-174.68c-0.892 0.694-1.796 1.374-2.698 2.056 6.71 19.502 10.362 40.422 10.362 62.194 0.002 105.76-85.958 191.498-191.998 191.498s-192-85.738-192-191.5c0-21.772 3.65-42.692 10.362-62.194-0.9-0.684-1.804-1.362-2.698-2.056h-174.68l-57.94 231.76-62.090-15.522 70.060-280.24h161.944c-39.884-53.222-65.806-119.562-71.668-192.248h-193.29v-64h193.37c3.802-45.664 15.508-88.812 33.638-127.75h-123.992l-70.060-280.238 62.090-15.524 57.94 231.762h112.354c58.692-78.032 147.396-127.75 246.66-127.75s187.966 49.718 246.662 127.75h112.354l57.94-231.762 62.090 15.524-70.060 280.238h-123.992c18.13 38.938 29.836 82.086 33.636 127.75h193.37z" />
+<glyph unicode="" glyph-name="pie-chart" d="M448 384v448c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448c0 72.034-17.028 140.084-47.236 200.382l-400.764-200.382zM912.764 712.382c-73.552 146.816-225.374 247.618-400.764 247.618v-448l400.764 200.382z" />
+<glyph unicode="" glyph-name="stats-dots" d="M128 64h896v-128h-1024v1024h128zM288 128c-53.020 0-96 42.98-96 96s42.98 96 96 96c2.828 0 5.622-0.148 8.388-0.386l103.192 171.986c-9.84 15.070-15.58 33.062-15.58 52.402 0 53.020 42.98 96 96 96s96-42.98 96-96c0-19.342-5.74-37.332-15.58-52.402l103.192-171.986c2.766 0.238 5.56 0.386 8.388 0.386 2.136 0 4.248-0.094 6.35-0.23l170.356 298.122c-10.536 15.408-16.706 34.036-16.706 54.11 0 53.020 42.98 96 96 96s96-42.98 96-96c0-53.020-42.98-96-96-96-2.14 0-4.248 0.094-6.35 0.232l-170.356-298.124c10.536-15.406 16.706-34.036 16.706-54.11 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 19.34 5.74 37.332 15.578 52.402l-103.19 171.984c-2.766-0.238-5.56-0.386-8.388-0.386s-5.622 0.146-8.388 0.386l-103.192-171.986c9.84-15.068 15.58-33.060 15.58-52.4 0-53.020-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="stats-bars" d="M0 128h1024v-128h-1024zM128 384h128v-192h-128zM320 640h128v-448h-128zM512 448h128v-256h-128zM704 832h128v-640h-128z" />
+<glyph unicode="" glyph-name="stats-bars2" d="M288 576h-192c-17.6 0-32-14.4-32-32v-576c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v576c0 17.6-14.4 32-32 32zM288 0h-192v256h192v-256zM608 704h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM608 0h-192v320h192v-320zM928 832h-192c-17.6 0-32-14.4-32-32v-832c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v832c0 17.6-14.4 32-32 32zM928 0h-192v384h192v-384z" />
+<glyph unicode="" glyph-name="trophy" d="M832 768v128h-640v-128h-192v-128c0-106.038 85.958-192 192-192 20.076 0 39.43 3.086 57.62 8.802 46.174-66.008 116.608-113.796 198.38-130.396v-198.406h-64c-70.694 0-128-57.306-128-128h512c0 70.694-57.306 128-128 128h-64v198.406c81.772 16.6 152.206 64.386 198.38 130.396 18.19-5.716 37.544-8.802 57.62-8.802 106.042 0 192 85.962 192 192v128h-192zM192 524c-63.962 0-116 52.038-116 116v64h116v-64c0-40.186 7.43-78.632 20.954-114.068-6.802-1.246-13.798-1.932-20.954-1.932zM948 640c0-63.962-52.038-116-116-116-7.156 0-14.152 0.686-20.954 1.932 13.524 35.436 20.954 73.882 20.954 114.068v64h116v-64z" />
+<glyph unicode="" glyph-name="gift" d="M771.516 640c18.126 12.88 35.512 27.216 51.444 43.148 33.402 33.402 55.746 74.5 62.912 115.722 7.858 45.186-3.672 87.14-31.63 115.1-22.3 22.298-52.51 34.086-87.364 34.086-49.632 0-101.922-23.824-143.46-65.362-66.476-66.476-105.226-158.238-126.076-223.722-15.44 65.802-46.206 154.644-106.018 214.458-32.094 32.092-73.114 48.57-111.846 48.57-31.654 0-61.78-11.004-84.26-33.486-49.986-49.988-43.232-137.786 15.086-196.104 20.792-20.792 45.098-38.062 70.72-52.412h-217.024v-256h64v-448h768v448.002h64v256h-188.484zM674.326 831.782c27.724 27.724 62.322 44.274 92.55 44.274 10.7 0 25.708-2.254 36.45-12.998 26.030-26.028 11.412-86.308-31.28-128.998-43.946-43.946-103.060-74.168-154.432-94.060h-50.672c18.568 57.548 52.058 136.456 107.384 191.782zM233.934 799.11c-0.702 9.12-0.050 26.248 12.196 38.494 10.244 10.244 23.788 12.396 33.348 12.396v0c21.258 0 43.468-10.016 60.932-27.48 33.872-33.872 61.766-87.772 80.668-155.876 0.51-1.84 1.008-3.67 1.496-5.486-1.816 0.486-3.646 0.984-5.486 1.496-68.104 18.904-122.002 46.798-155.874 80.67-15.828 15.826-25.77 36.16-27.28 55.786zM448 0h-256v416h256v-416zM448 448h-320v128h320v-128zM832 0h-256v416h256v-416zM896 448h-320v128h320v-128z" />
+<glyph unicode="" glyph-name="glass" d="M777.784 943.144c-5.576 10.38-16.406 16.856-28.19 16.856h-475.188c-11.784 0-22.614-6.476-28.19-16.856-35.468-66.020-54.216-143.184-54.216-223.144 0-105.412 32.372-204.828 91.154-279.938 45.428-58.046 102.48-96.54 164.846-112.172v-327.89h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v327.89c62.368 15.632 119.418 54.124 164.846 112.172 58.782 75.11 91.154 174.526 91.154 279.938 0 79.96-18.748 157.122-54.216 223.144zM294.1 896h435.8c24.974-52.902 38.1-113.338 38.1-176 0-5.364-0.108-10.696-0.296-16h-511.406c-0.19 5.304-0.296 10.636-0.296 16-0.002 62.664 13.126 123.098 38.098 176z" />
+<glyph unicode="" glyph-name="glass2" d="M889.162 780.23c7.568 9.632 8.972 22.742 3.62 33.758-5.356 11.018-16.532 18.012-28.782 18.012h-704c-12.25 0-23.426-6.994-28.78-18.012-5.356-11.018-3.95-24.126 3.618-33.758l313.162-398.57v-381.66h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v381.66l313.162 398.57zM798.162 768l-100.572-128h-371.18l-100.57 128h572.322z" />
+<glyph unicode="" glyph-name="mug" d="M960 640h-192v96c0 88.366-171.922 160-384 160s-384-71.634-384-160v-640c0-88.366 171.922-160 384-160s384 71.634 384 160v96h192c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64zM176.056 701.602c-36.994 12.19-59.408 25.246-71.41 34.398 12.004 9.152 34.416 22.208 71.41 34.398 57.942 19.090 131.79 29.602 207.944 29.602s150.004-10.512 207.944-29.602c36.994-12.188 59.408-25.246 71.41-34.398-12.002-9.152-34.416-22.208-71.41-34.398-57.94-19.090-131.79-29.602-207.944-29.602s-150.002 10.512-207.944 29.602zM896 320h-128v192h128v-192z" />
+<glyph unicode="" glyph-name="spoon-knife" d="M224 960c-106.040 0-192-100.288-192-224 0-105.924 63.022-194.666 147.706-217.998l-31.788-518.124c-2.154-35.132 24.882-63.878 60.082-63.878h32c35.2 0 62.236 28.746 60.082 63.878l-31.788 518.124c84.684 23.332 147.706 112.074 147.706 217.998 0 123.712-85.96 224-192 224zM869.334 960l-53.334-320h-40l-26.666 320h-26.668l-26.666-320h-40l-53.334 320h-26.666v-416c0-17.672 14.326-32 32-32h83.338l-31.42-512.122c-2.154-35.132 24.882-63.878 60.082-63.878h32c35.2 0 62.236 28.746 60.082 63.878l-31.42 512.122h83.338c17.674 0 32 14.328 32 32v416h-26.666z" />
+<glyph unicode="" glyph-name="leaf" d="M1011.328 825.504c-110.752 83.928-281.184 134.034-455.91 134.034-216.12 0-392.226-75.456-483.16-207.020-42.708-61.79-66.33-134.958-70.208-217.474-3.454-73.474 8.884-154.726 36.684-242.146 94.874 284.384 359.82 507.102 665.266 507.102 0 0-285.826-75.232-465.524-308.192-0.112-0.138-2.494-3.090-6.614-8.698-36.080-48.278-67.538-103.162-91.078-165.328-39.87-94.83-76.784-224.948-76.784-381.782h128c0 0-19.43 122.222 14.36 262.79 55.89-7.556 105.858-11.306 150.852-11.306 117.678 0 201.37 25.46 263.388 80.124 55.568 48.978 86.198 114.786 118.624 184.456 49.524 106.408 105.654 227.010 268.654 320.152 9.33 5.332 15.362 14.992 16.056 25.716s-4.040 21.080-12.606 27.572z" />
+<glyph unicode="" glyph-name="rocket" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" />
+<glyph unicode="" glyph-name="meter" d="M512 896c282.77 0 512-229.23 512-512 0-192.792-106.576-360.666-264.008-448h-495.984c-157.432 87.334-264.008 255.208-264.008 448 0 282.77 229.23 512 512 512zM801.914 94.086c77.438 77.44 120.086 180.398 120.086 289.914h-90v64h85.038c-7.014 44.998-21.39 88.146-42.564 128h-106.474v64h64.284c-9.438 11.762-19.552 23.096-30.37 33.914-46.222 46.22-101.54 80.038-161.914 99.798v-69.712h-64v85.040c-20.982 3.268-42.36 4.96-64 4.96s-43.018-1.69-64-4.96v-85.040h-64v69.712c-60.372-19.76-115.692-53.576-161.914-99.798-10.818-10.818-20.932-22.152-30.37-33.914h64.284v-64h-106.476c-21.174-39.854-35.552-83.002-42.564-128h85.040v-64h-90c0-109.516 42.648-212.474 120.086-289.914 10.71-10.71 21.924-20.728 33.56-30.086h192.354l36.572 512h54.856l36.572-512h192.354c11.636 9.358 22.852 19.378 33.56 30.086z" />
+<glyph unicode="" glyph-name="meter2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM302.836 125.848c11.106 30.632 17.164 63.688 17.164 98.152 0 124.35-78.81 230.292-189.208 270.606 10.21 84.924 48.254 163.498 109.678 224.924 72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.53-112.47c61.428-61.426 99.468-140 109.682-224.924-110.402-40.314-189.212-146.256-189.212-270.606 0-34.468 6.060-67.52 17.166-98.15-61.706-40.242-133.77-61.85-209.166-61.85-75.394 0-147.458 21.608-209.164 61.848zM551.754 319.004c13.878-3.494 24.246-16.080 24.246-31.004v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 14.924 10.368 27.51 24.246 31.004l23.754 448.996h32l23.754-448.996z" />
+<glyph unicode="" glyph-name="hammer2" d="M1010.174 44.25l-548.634 499.458 25.534 25.598c20.894 20.954 32.188 48.030 33.918 75.61 1.002 0.45 2.002 0.912 2.958 1.442l102.99 64.402c13.934 16.392 12.916 42.268-2.284 57.502l-179.12 179.608c-15.19 15.234-40.998 16.262-57.344 2.284l-64.236-103.268c-0.526-0.966-0.99-1.966-1.44-2.974-27.502-1.736-54.5-13.056-75.398-34.006l-97.428-97.702c-20.898-20.956-32.184-48.026-33.918-75.604-1.004-0.45-2.004-0.916-2.964-1.446l-102.986-64.406c-13.942-16.39-12.916-42.264 2.276-57.496l179.12-179.604c15.194-15.238 40.996-16.262 57.35-2.286l64.228 103.27c0.528 0.958 0.988 1.96 1.442 2.966 27.502 1.738 54.504 13.050 75.398 34.004l28.292 28.372 498.122-550.114c14.436-15.944 36.7-18.518 49.474-5.712l50.356 50.488c12.764 12.808 10.196 35.132-5.706 49.614z" />
+<glyph unicode="" glyph-name="fire" d="M321.008-64c-68.246 142.008-31.902 223.378 20.55 300.044 57.44 83.956 72.244 167.066 72.244 167.066s45.154-58.7 27.092-150.508c79.772 88.8 94.824 230.28 82.782 284.464 180.314-126.012 257.376-398.856 153.522-601.066 552.372 312.532 137.398 780.172 65.154 832.85 24.082-52.676 28.648-141.85-20-185.126-82.352 312.276-285.972 376.276-285.972 376.276 24.082-161.044-87.296-337.144-194.696-468.73-3.774 64.216-7.782 108.528-41.55 169.98-7.58-116.656-96.732-211.748-120.874-328.628-32.702-158.286 24.496-274.18 241.748-396.622z" />
+<glyph unicode="" glyph-name="lab" d="M956.29 155.518l-316.29 527.024v213.458h32c17.6 0 32 14.4 32 32s-14.4 32-32 32h-320c-17.6 0-32-14.4-32-32s14.4-32 32-32h32v-213.458l-316.288-527.024c-72.442-120.734-16.512-219.518 124.288-219.518h640c140.8 0 196.73 98.784 124.29 219.518zM241.038 320l206.962 344.938v231.062h128v-231.062l206.964-344.938h-541.926z" />
+<glyph unicode="" glyph-name="magnet" d="M896 960h-256l64-576c0-106.040-85.96-192-192-192s-192 85.96-192 192l64 576h-256l-64-576c0-247.424 200.576-448 448-448s448 200.576 448 448l-64 576zM777.874 118.126c-71.018-71.014-165.44-110.126-265.874-110.126s-194.856 39.112-265.872 110.126c-70.116 70.118-109.13 163.048-110.11 262.054l36.092 324.82h111.114l-35.224-317.010v-3.99c0-70.518 27.46-136.814 77.324-186.676 49.862-49.864 116.158-77.324 186.676-77.324s136.814 27.46 186.676 77.324c49.864 49.862 77.324 116.158 77.324 186.676v3.988l-0.44 3.962-34.782 313.050h111.114l36.090-324.818c-0.98-99.006-39.994-191.938-110.108-262.056z" />
+<glyph unicode="" glyph-name="bin" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" />
+<glyph unicode="" glyph-name="bin2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />
+<glyph unicode="" glyph-name="briefcase" d="M960 704h-256v64c0 35.2-28.8 64-64 64h-256c-35.204 0-64-28.8-64-64v-64h-256c-35.2 0-64-28.8-64-64v-576c0-35.202 28.796-64 64-64h896c35.2 0 64 28.798 64 64v576c0 35.2-28.8 64-64 64zM384 767.884c0.034 0.040 0.074 0.082 0.114 0.116h255.772c0.042-0.034 0.082-0.076 0.118-0.116v-63.884h-256.004v63.884zM960 448h-128v-96c0-17.602-14.4-32-32-32h-64c-17.604 0-32 14.398-32 32v96h-384v-96c0-17.602-14.4-32-32-32h-64c-17.602 0-32 14.398-32 32v96h-128v64h896v-64z" />
+<glyph unicode="" glyph-name="airplane" d="M768 320.032l-182.82 182.822 438.82 329.15-128.010 127.996-548.52-219.442-172.7 172.706c-49.78 49.778-119.302 61.706-154.502 26.508-35.198-35.198-23.268-104.726 26.51-154.5l172.686-172.684-219.464-548.582 127.99-128.006 329.19 438.868 182.826-182.828v-255.98h127.994l63.992 191.988 191.988 63.996v127.992l-255.98-0.004z" />
+<glyph unicode="" glyph-name="truck" d="M1024 384l-128 256h-192v128c0 35.2-28.8 64-64 64h-576c-35.2 0-64-28.8-64-64v-512l64-64h81.166c-10.898-18.832-17.166-40.678-17.166-64 0-70.692 57.308-128 128-128s128 57.308 128 128c0 23.322-6.268 45.168-17.166 64h354.334c-10.898-18.832-17.168-40.678-17.168-64 0-70.692 57.308-128 128-128s128 57.308 128 128c0 23.322-6.27 45.168-17.168 64h81.168v192zM704 384v192h132.668l96-192h-228.668z" />
+<glyph unicode="" glyph-name="road" d="M704-64h320l-256 1024h-192l32-256h-192l32 256h-192l-256-1024h320l32 256h320l32-256zM368 320l32 256h224l32-256h-288z" />
+<glyph unicode="" glyph-name="accessibility" d="M416 864c0 53.018 42.98 96 96 96s96-42.982 96-96c0-53.020-42.98-96-96-96s-96 42.98-96 96zM640 640l329.596 142.172-23.77 59.424-401.826-137.596h-64l-401.826 137.596-23.77-59.424 329.596-142.172v-256l-131.27-424.57 59.84-22.7 185.716 415.27h27.428l185.716-415.27 59.84 22.7-131.27 424.57z" />
+<glyph unicode="" glyph-name="target" d="M1024 512h-100.924c-27.64 178.24-168.836 319.436-347.076 347.076v100.924h-128v-100.924c-178.24-27.64-319.436-168.836-347.076-347.076h-100.924v-128h100.924c27.64-178.24 168.836-319.436 347.076-347.076v-100.924h128v100.924c178.24 27.64 319.436 168.836 347.076 347.076h100.924v128zM792.822 512h-99.762c-19.284 54.55-62.51 97.778-117.060 117.060v99.762c107.514-24.49 192.332-109.31 216.822-216.822zM512 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM448 728.822v-99.762c-54.55-19.282-97.778-62.51-117.060-117.060h-99.762c24.49 107.512 109.31 192.332 216.822 216.822zM231.178 384h99.762c19.282-54.55 62.51-97.778 117.060-117.060v-99.762c-107.512 24.49-192.332 109.308-216.822 216.822zM576 167.178v99.762c54.55 19.284 97.778 62.51 117.060 117.060h99.762c-24.49-107.514-109.308-192.332-216.822-216.822z" />
+<glyph unicode="" glyph-name="shield" d="M960 960l-448-128-448 128c0 0-4.5-51.698 0-128l448-140.090 448 140.090c4.498 76.302 0 128 0 128zM72.19 764.894c23.986-250.696 113.49-672.234 439.81-828.894 326.32 156.66 415.824 578.198 439.81 828.894l-439.81-165.358-439.81 165.358z" />
+<glyph unicode="" glyph-name="power" d="M384 960l-384-512h384l-256-512 896 640h-512l384 384z" />
+<glyph unicode="" glyph-name="switch" d="M640 813.412v-135.958c36.206-15.804 69.5-38.408 98.274-67.18 60.442-60.44 93.726-140.8 93.726-226.274s-33.286-165.834-93.726-226.274c-60.44-60.44-140.798-93.726-226.274-93.726s-165.834 33.286-226.274 93.726c-60.44 60.44-93.726 140.8-93.726 226.274s33.286 165.834 93.726 226.274c28.774 28.774 62.068 51.378 98.274 67.182v135.956c-185.048-55.080-320-226.472-320-429.412 0-247.424 200.578-448 448-448 247.424 0 448 200.576 448 448 0 202.94-134.95 374.332-320 429.412zM448 960h128v-512h-128z" />
+<glyph unicode="" glyph-name="power-cord" d="M1024 677.5l-90.506 90.5-178.746-178.752-101.5 101.502 178.75 178.75-90.5 90.5-178.75-178.75-114.748 114.75-86.626-86.624 512.002-512 86.624 86.622-114.752 114.752 178.752 178.75zM794.040 286.21l-443.824 443.824c-95.818-114.904-204.52-292.454-129.396-445.216l-132.248-132.248c-31.112-31.114-31.112-82.024 0-113.136l14.858-14.858c31.114-31.114 82.026-31.114 113.138 0l132.246 132.244c152.764-75.132 330.318 33.566 445.226 129.39z" />
+<glyph unicode="" glyph-name="clipboard" d="M928 832h-288c0 70.692-57.306 128-128 128-70.692 0-128-57.308-128-128h-288c-17.672 0-32-14.328-32-32v-832c0-17.674 14.328-32 32-32h832c17.674 0 32 14.326 32 32v832c0 17.672-14.326 32-32 32zM512 896c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM896 0h-768v768h128v-96c0-17.672 14.328-32 32-32h448c17.674 0 32 14.328 32 32v96h128v-768zM448 101.49l-205.254 237.254 58.508 58.51 146.746-114.744 274.742 242.744 58.514-58.508z" />
+<glyph unicode="" glyph-name="list-numbered" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />
+<glyph unicode="" glyph-name="list" d="M0 960h256v-256h-256zM384 896h640v-128h-640zM0 576h256v-256h-256zM384 512h640v-128h-640zM0 192h256v-256h-256zM384 128h640v-128h-640z" />
+<glyph unicode="" glyph-name="list2" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />
+<glyph unicode="" glyph-name="tree" d="M976 192h-16v208c0 61.756-50.242 112-112 112h-272v128h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-128h-272c-61.756 0-112-50.244-112-112v-208h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h256v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h256v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48zM192 0h-128v128h128v-128zM576 0h-128v128h128v-128zM448 704v128h128v-128h-128zM960 0h-128v128h128v-128z" />
+<glyph unicode="" glyph-name="menu" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
+<glyph unicode="" glyph-name="menu2" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 384l192-192 192 192zM1376 448l-192 192-192-192z" />
+<glyph unicode="" glyph-name="menu3" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 512l192-192 192 192z" />
+<glyph unicode="" glyph-name="menu4" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 320l192 192 192-192z" />
+<glyph unicode="" glyph-name="cloud" d="M1024 302.458c0 82.090-56.678 150.9-132.996 169.48-3.242 128.7-108.458 232.062-237.862 232.062-75.792 0-143.266-35.494-186.854-90.732-24.442 31.598-62.69 51.96-105.708 51.96-73.81 0-133.642-59.874-133.642-133.722 0-6.436 0.48-12.76 1.364-18.954-11.222 2.024-22.766 3.138-34.57 3.138-106.998 0.002-193.732-86.786-193.732-193.842 0-107.062 86.734-193.848 193.73-193.848l656.262 0.012c96.138 0.184 174.008 78.212 174.008 174.446z" />
+<glyph unicode="" glyph-name="cloud-download" d="M891.004 599.94c-3.242 128.698-108.458 232.060-237.862 232.060-75.792 0-143.266-35.494-186.854-90.732-24.442 31.598-62.69 51.96-105.708 51.96-73.81 0-133.642-59.876-133.642-133.722 0-6.436 0.48-12.76 1.364-18.954-11.222 2.024-22.766 3.138-34.57 3.138-106.998 0.002-193.732-86.786-193.732-193.842 0-107.062 86.734-193.848 193.73-193.848h91.76l226.51-234.51 226.51 234.51 111.482 0.012c96.138 0.184 174.008 78.21 174.008 174.446 0 82.090-56.678 150.9-132.996 169.482zM512 128l-192 192h128v192h128v-192h128l-192-192z" />
+<glyph unicode="" glyph-name="cloud-upload" d="M892.268 573.51c2.444 11.11 3.732 22.648 3.732 34.49 0 88.366-71.634 160-160 160-14.222 0-28.014-1.868-41.132-5.352-24.798 77.352-97.29 133.352-182.868 133.352-87.348 0-161.054-58.336-184.326-138.17-22.742 6.622-46.792 10.17-71.674 10.17-141.384 0-256-114.616-256-256 0-141.388 114.616-256 256-256h128v-192h256v192h224c88.366 0 160 71.632 160 160 0 78.72-56.854 144.162-131.732 157.51zM576 320v-192h-128v192h-160l224 224 224-224h-160z" />
+<glyph unicode="" glyph-name="cloud-check" d="M892.268 445.51c2.442 11.108 3.732 22.646 3.732 34.49 0 88.366-71.634 160-160 160-14.224 0-28.014-1.868-41.134-5.352-24.796 77.352-97.288 133.352-182.866 133.352-87.348 0-161.054-58.336-184.326-138.17-22.742 6.62-46.792 10.17-71.674 10.17-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256h608c88.366 0 160 71.632 160 160 0 78.718-56.854 144.16-131.732 157.51zM416 192l-160 160 64 64 96-96 224 224 64-64-288-288z" />
+<glyph unicode="" glyph-name="download2" d="M896 448h-160l-224-224-224 224h-160l-128-256v-64h1024v64l-128 256zM0 64h1024v-64h-1024v64zM576 640v256h-128v-256h-224l288-288 288 288h-224z" />
+<glyph unicode="" glyph-name="upload2" d="M0 64h1024v-64h-1024zM1024 192v-64h-1024v64l128 256h256v-128h256v128h256zM224 640l288 288 288-288h-224v-256h-128v256z" />
+<glyph unicode="" glyph-name="download3" d="M736 512l-256-256-256 256h160v384h192v-384zM480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64z" />
+<glyph unicode="" glyph-name="upload3" d="M480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64zM224 640l256 256 256-256h-160v-320h-192v320z" />
+<glyph unicode="" glyph-name="sphere" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM751.59 256c8.58 40.454 13.996 83.392 15.758 128h127.446c-3.336-44.196-13.624-87.114-30.68-128h-112.524zM208.41 576c-8.58-40.454-13.996-83.392-15.758-128h-127.444c3.336 44.194 13.622 87.114 30.678 128h112.524zM686.036 576c9.614-40.962 15.398-83.854 17.28-128h-191.316v128h174.036zM512 640v187.338c14.59-4.246 29.044-11.37 43.228-21.37 26.582-18.74 52.012-47.608 73.54-83.486 14.882-24.802 27.752-52.416 38.496-82.484h-155.264zM331.232 722.484c21.528 35.878 46.956 64.748 73.54 83.486 14.182 10 28.638 17.124 43.228 21.37v-187.34h-155.264c10.746 30.066 23.616 57.68 38.496 82.484zM448 576v-128h-191.314c1.88 44.146 7.666 87.038 17.278 128h174.036zM95.888 256c-17.056 40.886-27.342 83.804-30.678 128h127.444c1.762-44.608 7.178-87.546 15.758-128h-112.524zM256.686 384h191.314v-128h-174.036c-9.612 40.96-15.398 83.854-17.278 128zM448 192v-187.34c-14.588 4.246-29.044 11.372-43.228 21.37-26.584 18.74-52.014 47.61-73.54 83.486-14.882 24.804-27.75 52.418-38.498 82.484h155.266zM628.768 109.516c-21.528-35.876-46.958-64.746-73.54-83.486-14.184-9.998-28.638-17.124-43.228-21.37v187.34h155.266c-10.746-30.066-23.616-57.68-38.498-82.484zM512 256v128h191.314c-1.88-44.146-7.666-87.040-17.28-128h-174.034zM767.348 448c-1.762 44.608-7.178 87.546-15.758 128h112.524c17.056-40.886 27.344-83.806 30.68-128h-127.446zM830.658 640h-95.9c-18.638 58.762-44.376 110.294-75.316 151.428 42.536-20.34 81.058-47.616 114.714-81.272 21.48-21.478 40.362-44.938 56.502-70.156zM185.844 710.156c33.658 33.658 72.18 60.932 114.714 81.272-30.942-41.134-56.676-92.666-75.316-151.428h-95.898c16.138 25.218 35.022 48.678 56.5 70.156zM129.344 192h95.898c18.64-58.762 44.376-110.294 75.318-151.43-42.536 20.34-81.058 47.616-114.714 81.274-21.48 21.478-40.364 44.938-56.502 70.156zM774.156 121.844c-33.656-33.658-72.18-60.934-114.714-81.274 30.942 41.134 56.678 92.668 75.316 151.43h95.9c-16.14-25.218-35.022-48.678-56.502-70.156z" />
+<glyph unicode="" glyph-name="earth" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512-0.002c-62.958 0-122.872 13.012-177.23 36.452l233.148 262.29c5.206 5.858 8.082 13.422 8.082 21.26v96c0 17.674-14.326 32-32 32-112.99 0-232.204 117.462-233.374 118.626-6 6.002-14.14 9.374-22.626 9.374h-128c-17.672 0-32-14.328-32-32v-192c0-12.122 6.848-23.202 17.69-28.622l110.31-55.156v-187.886c-116.052 80.956-192 215.432-192 367.664 0 68.714 15.49 133.806 43.138 192h116.862c8.488 0 16.626 3.372 22.628 9.372l128 128c6 6.002 9.372 14.14 9.372 22.628v77.412c40.562 12.074 83.518 18.588 128 18.588 70.406 0 137.004-16.26 196.282-45.2-4.144-3.502-8.176-7.164-12.046-11.036-36.266-36.264-56.236-84.478-56.236-135.764s19.97-99.5 56.236-135.764c36.434-36.432 85.218-56.264 135.634-56.26 3.166 0 6.342 0.080 9.518 0.236 13.814-51.802 38.752-186.656-8.404-372.334-0.444-1.744-0.696-3.488-0.842-5.224-81.324-83.080-194.7-134.656-320.142-134.656z" />
+<glyph unicode="" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" />
+<glyph unicode="" glyph-name="flag" d="M0 960h128v-1024h-128v1024zM832 316.998c82.624 0 154.57 19.984 192 49.5v512c-37.43-29.518-109.376-49.502-192-49.502s-154.57 19.984-192 49.502v-512c37.43-29.516 109.376-49.5 192-49.5zM608 927.472c-46.906 19.94-115.52 32.528-192 32.528-96.396 0-180.334-19.984-224-49.502v-512c43.666 29.518 127.604 49.502 224 49.502 76.48 0 145.094-12.588 192-32.528v512z" />
+<glyph unicode="" glyph-name="attachment" d="M665.832 632.952l-64.952 64.922-324.81-324.742c-53.814-53.792-53.814-141.048 0-194.844 53.804-53.792 141.060-53.792 194.874 0l389.772 389.708c89.714 89.662 89.714 235.062 0 324.726-89.666 89.704-235.112 89.704-324.782 0l-409.23-409.178c-0.29-0.304-0.612-0.576-0.876-0.846-125.102-125.096-125.102-327.856 0-452.906 125.054-125.056 327.868-125.056 452.988 0 0.274 0.274 0.516 0.568 0.82 0.876l0.032-0.034 279.332 279.292-64.986 64.92-279.33-279.262c-0.296-0.268-0.564-0.57-0.846-0.844-89.074-89.058-233.98-89.058-323.076 0-89.062 89.042-89.062 233.922 0 322.978 0.304 0.304 0.604 0.582 0.888 0.846l-0.046 0.060 409.28 409.166c53.712 53.738 141.144 53.738 194.886 0 53.712-53.734 53.712-141.148 0-194.84l-389.772-389.7c-17.936-17.922-47.054-17.922-64.972 0-17.894 17.886-17.894 47.032 0 64.92l324.806 324.782z" />
+<glyph unicode="" glyph-name="eye" d="M512 768c-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.312 0 416.876 130.042 512 320-95.116 189.958-288.688 320-512 320zM764.45 598.296c60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.858 25.486-252.452 73.704-60.158 38.372-111.138 89.772-149.432 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.86 7.3-9.96-27.328-15.41-56.822-15.41-87.596 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 30.774-5.452 60.268-15.408 87.598 3.978-2.378 7.938-4.802 11.858-7.302v0zM512 544c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.982 96-96z" />
+<glyph unicode="" glyph-name="eye-plus" d="M1024 832h-128v128h-128v-128h-128v-128h128v-128h128v128h128zM863.862 513.972c18.436-20.478 35.192-42.53 50.022-65.972-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.86 25.486-252.454 73.704-60.156 38.372-111.136 89.772-149.43 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-141.382 114.616-256 256-256 141.38 0 256 114.618 256 256 0 0.692-0.018 1.38-0.024 2.072-109.284 28.138-190.298 126.63-191.932 244.31-21.026 2.38-42.394 3.618-64.044 3.618-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.31 0 416.876 130.042 512 320-17.64 35.23-38.676 68.394-62.65 99.054-29.28-17.178-62.272-28.71-97.488-33.082zM416 640c53.020 0 96-42.982 96-96 0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96z" />
+<glyph unicode="" glyph-name="eye-minus" d="M640 832h384v-128h-384v128zM870.32 640h-294.32v124.388c-21.014 2.376-42.364 3.612-64 3.612-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.31 0 416.876 130.042 512 320-37.396 74.686-90.020 140.1-153.68 192zM416 640c53.020 0 96-42.982 96-96 0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96zM764.448 297.704c-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.86 25.486-252.454 73.704-60.156 38.372-111.136 89.772-149.43 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-141.382 114.616-256 256-256 141.38 0 256 114.618 256 256 0 30.774-5.454 60.268-15.408 87.598 3.976-2.378 7.938-4.802 11.858-7.302 60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296z" />
+<glyph unicode="" glyph-name="eye-blocked" d="M945.942 945.942c-18.746 18.744-49.136 18.744-67.882 0l-202.164-202.164c-51.938 15.754-106.948 24.222-163.896 24.222-223.318 0-416.882-130.042-512-320 41.122-82.124 100.648-153.040 173.022-207.096l-158.962-158.962c-18.746-18.746-18.746-49.136 0-67.882 9.372-9.374 21.656-14.060 33.94-14.060s24.568 4.686 33.942 14.058l864 864c18.744 18.746 18.744 49.138 0 67.884zM416 640c42.24 0 78.082-27.294 90.92-65.196l-121.724-121.724c-37.902 12.838-65.196 48.68-65.196 90.92 0 53.020 42.98 96 96 96zM110.116 448c38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-54.89 17.286-105.738 46.7-147.418l-60.924-60.924c-52.446 36.842-97.202 83.882-131.66 138.342zM768 518c0 27.166-4.256 53.334-12.102 77.898l-321.808-321.808c24.568-7.842 50.742-12.090 77.91-12.090 141.382 0 256 114.618 256 256zM830.026 670.026l-69.362-69.362c1.264-0.786 2.53-1.568 3.786-2.368 60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-38.664 0-76.902 4.76-113.962 14.040l-76.894-76.894c59.718-21.462 123.95-33.146 190.856-33.146 223.31 0 416.876 130.042 512 320-45.022 89.916-112.118 166.396-193.974 222.026z" />
+<glyph unicode="" glyph-name="bookmark" d="M192 960v-1024l320 320 320-320v1024z" />
+<glyph unicode="" glyph-name="bookmarks" d="M256 832v-896l320 320 320-320v896zM768 960h-640v-896l64 64v768h576z" />
+<glyph unicode="" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
+<glyph unicode="" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
+<glyph unicode="" glyph-name="brightness-contrast" d="M512 704c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM512 288v320c88.224 0 160-71.776 160-160s-71.776-160-160-160zM512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.256c24.992-24.992 24.992-65.516 0-90.51-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.992-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.516 24.992 90.508 0 24.994-24.994 24.994-65.518 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.518 0 90.51l45.256 45.256z" />
+<glyph unicode="" glyph-name="star-empty" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-223.462-117.48 42.676 248.83-180.786 176.222 249.84 36.304 111.732 226.396 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
+<glyph unicode="" glyph-name="star-half" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-0.942-0.496 0.942 570.768 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
+<glyph unicode="" glyph-name="star-full" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
+<glyph unicode="" glyph-name="heart" d="M755.188 896c-107.63 0-200.258-87.554-243.164-179-42.938 91.444-135.578 179-243.216 179-148.382 0-268.808-120.44-268.808-268.832 0-301.846 304.5-380.994 512.022-679.418 196.154 296.576 511.978 387.206 511.978 679.418 0 148.392-120.43 268.832-268.812 268.832z" />
+<glyph unicode="" glyph-name="heart-broken" d="M755.188 896c148.382 0 268.812-120.44 268.812-268.832 0-292.21-315.824-382.842-511.978-679.418-207.522 298.424-512.022 377.572-512.022 679.418 0 148.392 120.426 268.832 268.808 268.832 60.354 0 115.99-27.53 160.796-67.834l-77.604-124.166 224-128-128-320 352 384-224 128 61.896 92.846c35.42 21.768 75.21 35.154 117.292 35.154z" />
+<glyph unicode="" glyph-name="man" d="M576 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM576 704h-192c-35.346 0-64-28.654-64-64v-320h64v-384h80v384h32v-384h80v384h64v320c0 35.346-28.652 64-64 64z" />
+<glyph unicode="" glyph-name="woman" d="M576 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM719 448l49 35.5-133.286 206.116c-5.92 8.98-15.958 14.384-26.714 14.384h-256c-10.756 0-20.792-5.404-26.714-14.384l-133.286-206.116 49-35.5 110.644 143.596 38.458-89.74-134.102-245.856h122.666l21.334-320h64v320h32v-320h64l21.334 320h122.666l-134.104 245.858 38.458 89.74 110.646-143.598z" />
+<glyph unicode="" glyph-name="man-woman" d="M256 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM832 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM256 704h-192c-35.346 0-64-28.654-64-64v-320h64v-384h80v384h32v-384h80v384h64v320c0 35.346-28.652 64-64 64zM975 448l49 35.5-133.286 206.116c-5.92 8.98-15.958 14.384-26.714 14.384h-256c-10.756 0-20.792-5.404-26.714-14.384l-133.286-206.116 49-35.5 110.644 143.596 38.458-89.74-134.102-245.856h122.666l21.334-320h64v320h32v-320h64l21.334 320h122.666l-134.104 245.858 38.458 89.74 110.646-143.598z" />
+<glyph unicode="" glyph-name="happy" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM512 361.24c115.95 0 226.23 30.806 320 84.92-14.574-178.438-153.128-318.16-320-318.16-166.868 0-305.422 139.872-320 318.304 93.77-54.112 204.050-85.064 320-85.064zM256 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96z" />
+<glyph unicode="" glyph-name="happy2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.348 0 64-42.98 64-96s-28.652-96-64-96-64 42.98-64 96 28.652 96 64 96zM320 704c35.346 0 64-42.98 64-96s-28.654-96-64-96-64 42.98-64 96 28.654 96 64 96zM512 64c-166.868 0-305.422 139.872-320 318.304 93.77-54.114 204.050-85.064 320-85.064s226.23 30.806 320 84.92c-14.574-178.438-153.128-318.16-320-318.16z" />
+<glyph unicode="" glyph-name="smile" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM704.098 332.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344s-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74s152.924 43.592 192.098 108.74z" />
+<glyph unicode="" glyph-name="smile2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM512 128c-116.51 0-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74s152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344z" />
+<glyph unicode="" glyph-name="tongue" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM768 384v-64h-64v-96c0-53.020-42.98-96-96-96s-96 42.98-96 96v96h-256v64h512z" />
+<glyph unicode="" glyph-name="tongue2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM768 320h-64v-96c0-53.020-42.98-96-96-96s-96 42.98-96 96v96h-256v64h512v-64zM704 576c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z" />
+<glyph unicode="" glyph-name="sad" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM319.902 179.26l-82.328 49.396c55.962 93.070 157.916 155.344 274.426 155.344 116.508 0 218.462-62.274 274.426-155.344l-82.328-49.396c-39.174 65.148-110.542 108.74-192.098 108.74-81.558 0-152.924-43.592-192.098-108.74z" />
+<glyph unicode="" glyph-name="sad2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396z" />
+<glyph unicode="" glyph-name="wink" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM542.74 248.972c140.248 27.706 249.11 91.542 288.454 176.594-21.654-167.956-161.518-297.566-330.85-297.566-119.242 0-223.858 64.282-282.892 160.948 70.41-55.058 194.534-65.808 325.288-39.976zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM352 588.5c-41.796 0-77.334-15.656-90.516-37.5-3.54 5.866-5.484 32.174-5.484 38.75 0 31.066 42.98 56.25 96 56.25s96-25.184 96-56.25c0-6.576-1.944-32.884-5.484-38.75-13.182 21.844-48.72 37.5-90.516 37.5z" />
+<glyph unicode="" glyph-name="wink2" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM704 704c35.346 0 64-42.98 64-96s-28.654-96-64-96-64 42.98-64 96 28.654 96 64 96zM352 647.938c59.646 0 102-22.332 102-57.282 0-7.398 3.812-42.994-0.17-49.594-14.828 24.576-54.81 42.188-101.83 42.188s-87.002-17.612-101.83-42.188c-3.982 6.6-0.17 42.196-0.17 49.594 0 34.95 42.354 57.282 102 57.282zM500.344 128c-119.242 0-223.858 64.28-282.892 160.952 70.41-55.060 194.534-65.81 325.288-39.978 140.248 27.706 249.11 91.542 288.454 176.594-21.654-167.96-161.518-297.568-330.85-297.568z" />
+<glyph unicode="" glyph-name="grin" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM192 448v-64c0-140.8 115.2-256 256-256h128c140.8 0 256 115.2 256 256v64h-640zM384 203.012c-26.538 9.458-50.924 24.822-71.544 45.446-36.406 36.402-56.456 84.54-56.456 135.542h128v-180.988zM576 192h-128v192h128v-192zM711.544 248.458c-20.624-20.624-45.010-35.988-71.544-45.446v180.988h128c0-51.002-20.048-99.14-56.456-135.542zM225.352 576c0.002 0 0 0 0 0 9.768 0 18.108 7.056 19.724 16.69 6.158 36.684 37.668 63.31 74.924 63.31s68.766-26.626 74.924-63.31c1.616-9.632 9.956-16.69 19.722-16.69 9.768 0 18.108 7.056 19.724 16.688 1.082 6.436 1.628 12.934 1.628 19.312 0 63.962-52.038 116-116 116s-116-52.038-116-116c0-6.378 0.548-12.876 1.628-19.312 1.62-9.632 9.96-16.688 19.726-16.688zM609.352 576c0.002 0 0 0 0 0 9.77 0 18.112 7.056 19.724 16.69 6.158 36.684 37.668 63.31 74.924 63.31s68.766-26.626 74.924-63.31c1.616-9.632 9.958-16.69 19.722-16.69s18.108 7.056 19.722 16.688c1.082 6.436 1.628 12.934 1.628 19.312 0 63.962-52.038 116-116 116s-116-52.038-116-116c0-6.378 0.544-12.876 1.626-19.312 1.624-9.632 9.964-16.688 19.73-16.688z" />
+<glyph unicode="" glyph-name="grin2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM704 724c63.962 0 116-52.038 116-116 0-6.378-0.546-12.876-1.628-19.312-1.618-9.632-9.958-16.688-19.724-16.688s-18.108 7.056-19.722 16.69c-6.16 36.684-37.67 53.31-74.926 53.31s-68.766-16.626-74.924-53.31c-1.616-9.632-9.956-16.69-19.722-16.69-0.002 0 0 0-0.002 0-9.766 0-18.106 7.056-19.722 16.688-1.084 6.436-1.63 12.934-1.63 19.312 0 63.962 52.038 116 116 116zM320 724c63.962 0 116-52.038 116-116 0-6.378-0.548-12.876-1.628-19.312-1.618-9.632-9.956-16.688-19.724-16.688s-18.106 7.056-19.722 16.69c-6.16 36.684-37.67 53.31-74.926 53.31s-68.766-16.626-74.924-53.31c-1.616-9.632-9.956-16.69-19.722-16.69 0 0 0 0 0 0-9.766 0-18.106 7.056-19.724 16.688-1.082 6.436-1.63 12.934-1.63 19.312 0 63.962 52.038 116 116 116zM192 384h192v-247.846c-110.094 28.606-192 129.124-192 247.846zM448 128v256h128v-256h-128zM640 136.154v247.846h192c0-118.722-81.904-219.24-192-247.846z" />
+<glyph unicode="" glyph-name="cool" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM800 704c17.6 0 32-14.4 32-32v-96c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64h-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v96c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-32h128v32c0 17.6 14.4 32 32 32h192zM512 192c93.208 0 174.772 49.818 219.546 124.278l54.88-32.934c-55.966-93.070-157.916-155.344-274.426-155.344-48.458 0-94.384 10.796-135.54 30.082l33.162 55.278c31.354-13.714 65.964-21.36 102.378-21.36z" />
+<glyph unicode="" glyph-name="cool2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM512 128c-48.458 0-94.384 10.796-135.542 30.082l33.162 55.276c31.356-13.712 65.966-21.358 102.38-21.358 93.208 0 174.772 49.818 219.542 124.278l54.882-32.934c-55.964-93.070-157.914-155.344-274.424-155.344zM832 576c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64h-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v96c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-32h128v32c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-96z" />
+<glyph unicode="" glyph-name="angry" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396zM767.042 679.76c4.284-17.144-6.14-34.518-23.282-38.804-17.626-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 1.17 0.036 2.33 0.098 3.484 2.032 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804z" />
+<glyph unicode="" glyph-name="angry2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM576.094 579.484c2.032 47.454 45.21 78.948 81.592 97.138 34.742 17.372 69.104 26.060 70.548 26.422 17.146 4.288 34.52-6.138 38.806-23.284s-6.138-34.518-23.284-38.806c-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.038 2.332 0.1 3.486zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396z" />
+<glyph unicode="" glyph-name="evil" d="M639.996 512c-35.346 0-64 28.654-63.998 64.002 0 1.17 0.036 2.33 0.098 3.484 2.032 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284 4.284-17.146-6.14-34.518-23.284-38.806-17.626-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64zM280.242 640.956c-17.144 4.286-27.568 21.66-23.282 38.804 4.286 17.146 21.66 27.572 38.806 23.284 1.444-0.362 35.806-9.050 70.548-26.422 36.382-18.19 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.316 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.312 16.9-56.936 21.35zM512 224c81.554 0 152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344s-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74zM1024 896c0 45.516-9.524 88.8-26.652 128-33.576-76.836-96.448-137.932-174.494-169.178-86.194 65.96-193.936 105.178-310.854 105.178s-224.66-39.218-310.854-105.178c-78.048 31.246-140.918 92.342-174.494 169.178-17.128-39.2-26.652-82.484-26.652-128 0-73.574 24.85-141.328 66.588-195.378-42.37-74.542-66.588-160.75-66.588-252.622 0-282.77 229.23-512 512-512s512 229.23 512 512c0 91.872-24.218 178.080-66.588 252.622 41.738 54.050 66.588 121.804 66.588 195.378zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" />
+<glyph unicode="" glyph-name="evil2" d="M1024 896c0 45.516-9.524 88.8-26.652 128-33.576-76.836-96.448-137.932-174.494-169.178-86.194 65.96-193.936 105.178-310.854 105.178s-224.66-39.218-310.854-105.178c-78.048 31.246-140.918 92.342-174.494 169.178-17.128-39.2-26.652-82.484-26.652-128 0-73.574 24.85-141.328 66.588-195.378-42.37-74.542-66.588-160.75-66.588-252.622 0-282.77 229.23-512 512-512s512 229.23 512 512c0 91.872-24.218 178.080-66.588 252.622 41.738 54.050 66.588 121.804 66.588 195.378zM576.094 579.484c2.032 47.454 45.21 78.948 81.592 97.138 34.742 17.372 69.104 26.060 70.548 26.422 17.146 4.288 34.52-6.138 38.806-23.284s-6.138-34.518-23.284-38.806c-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.038 2.332 0.1 3.486zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM512 128c-116.51 0-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74 81.554 0 152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344z" />
+<glyph unicode="" glyph-name="shocked" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM384 256c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM256 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96z" />
+<glyph unicode="" glyph-name="shocked2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 512c-35.346 0-64 42.98-64 96s28.654 96 64 96 64-42.98 64-96-28.654-96-64-96zM512 128c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128zM704 512c-35.346 0-64 42.98-64 96s28.654 96 64 96 64-42.98 64-96-28.654-96-64-96z" />
+<glyph unicode="" glyph-name="baffled" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM384 544c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM352 640c53.020 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM352 704c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160-71.776 160-160 160v0zM704 544c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM672 640c53.020 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM672 704c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160-71.776 160-160 160v0zM384 256h256v-64h-256v64z" />
+<glyph unicode="" glyph-name="baffled2" d="M384 544c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM704 544c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM256 544c0 53.020 42.98 96 96 96s96-42.98 96-96-42.98-96-96-96-96 42.98-96 96zM640 192h-256v64h256v-64zM672 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="confused" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM726.106 320h64.864c9.246-72.506-32.452-144.53-103.958-170.56-82.904-30.176-174.9 12.716-205.080 95.616-18.108 49.744-73.306 75.482-123.048 57.372-45.562-16.588-70.956-64.298-60.988-110.424h-64.86c-9.242 72.508 32.45 144.528 103.956 170.56 82.904 30.178 174.902-12.716 205.082-95.614 18.104-49.748 73.306-75.482 123.044-57.372 45.562 16.584 70.956 64.298 60.988 110.422z" />
+<glyph unicode="" glyph-name="confused2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM687.010 149.44c-82.902-30.18-174.9 12.712-205.080 95.614-18.108 49.742-73.306 75.478-123.048 57.372-45.562-16.588-70.958-64.296-60.988-110.424h-64.86c-9.244 72.508 32.45 144.532 103.956 170.56 82.904 30.18 174.902-12.712 205.082-95.614 18.108-49.742 73.306-75.476 123.046-57.37 45.562 16.584 70.958 64.294 60.988 110.422h64.864c9.24-72.506-32.454-144.532-103.96-170.56z" />
+<glyph unicode="" glyph-name="neutral" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM640 640c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM384 256h256v-64h-256v64z" />
+<glyph unicode="" glyph-name="neutral2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM640 192h-256v64h256v-64zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64z" />
+<glyph unicode="" glyph-name="hipster" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM675.882 419.882c-37.49 37.49-98.276 37.49-135.766 0s-37.49-98.276 0-135.766c1.204-1.204 2.434-2.368 3.684-3.492 86.528-78.512 288.2 1.842 288.2 103.376-62-40-110.45-9.786-156.118 35.882zM348.118 419.882c37.49 37.49 98.276 37.49 135.766 0s37.49-98.276 0-135.766c-1.204-1.204-2.434-2.368-3.684-3.492-86.528-78.512-288.2 1.842-288.2 103.376 62-40 110.45-9.786 156.118 35.882z" />
+<glyph unicode="" glyph-name="hipster2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM543.8 280.624c-1.25 1.124-2.48 2.29-3.684 3.492-18.74 18.74-28.112 43.3-28.118 67.864-0.004-24.562-9.376-49.124-28.118-67.864-1.204-1.204-2.434-2.368-3.684-3.492-86.524-78.512-288.196 1.842-288.196 103.376 62-40 110.45-9.786 156.118 35.882 37.49 37.49 98.276 37.49 135.766 0 18.74-18.74 28.112-43.3 28.118-67.864 0.004 24.562 9.376 49.124 28.118 67.864 37.49 37.49 98.276 37.49 135.766 0 45.664-45.668 94.114-75.882 156.114-35.882 0-101.534-201.672-181.888-288.2-103.376z" />
+<glyph unicode="" glyph-name="wondering" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM745.74 358.38l22.488-76.776-437.008-128.002-22.488 76.776zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
+<glyph unicode="" glyph-name="wondering2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM331.244 153.614l-22.488 76.774 437 128 22.488-76.774-437-128z" />
+<glyph unicode="" glyph-name="sleepy" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM640 288c0-88.366-57.308-160-128.002-160s-128.002 71.634-128.002 160c0 88.366 57.308 160 128.002 160s128.002-71.634 128.002-160zM416 620c-8.19 0-16.378 3.124-22.626 9.374-19.334 19.332-63.412 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374zM736 620c-8.19 0-16.378 3.124-22.626 9.374-19.332 19.332-63.414 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374z" />
+<glyph unicode="" glyph-name="sleepy2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM310.628 629.374c-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374s-16.378 3.124-22.626 9.374c-19.334 19.332-63.412 19.332-82.746 0zM511.998 128c-70.694 0-128.002 71.634-128.002 160s57.308 160 128.002 160 128.002-71.634 128.002-160-57.308-160-128.002-160zM758.628 629.374c-6.248-6.25-14.438-9.374-22.628-9.374s-16.378 3.124-22.626 9.374c-19.332 19.332-63.414 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.498 12.498-32.758 0-45.254z" />
+<glyph unicode="" glyph-name="frustrated" d="M366.312 676.622c-34.742 17.37-69.102 26.060-70.548 26.422-17.146 4.288-34.518-6.138-38.806-23.284-4.284-17.144 6.14-34.518 23.282-38.804 17.626-4.45 38.522-12.12 56.936-21.35-10.648-11.43-17.174-26.752-17.174-43.606 0-35.346 28.654-64 64-64s64 28.654 64 64c0 1.17-0.036 2.33-0.098 3.484-2.032 47.454-45.212 78.946-81.592 97.138zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM236.498 136.336c10.706-5.324 22.756-8.336 35.502-8.336h480c12.746 0 24.796 3.012 35.502 8.338-73.378-64.914-169.828-104.338-275.502-104.338-105.672 0-202.124 39.424-275.502 104.336zM256 208v96c0 8.674 7.328 16 16 16h112v-128h-112c-8.672 0-16 7.326-16 16zM448 192v128h128v-128h-128zM640 192v128h112c8.674 0 16-7.326 16-16v-96c0-8.674-7.326-16-16-16h-112zM823.662 172.498c5.326 10.706 8.338 22.756 8.338 35.502v96c0 44.112-35.888 80-80 80h-480c-44.112 0-80-35.888-80-80v-96c0-12.746 3.012-24.796 8.336-35.502-64.912 73.378-104.336 169.828-104.336 275.502 0 229.75 186.25 416 416 416s416-186.25 416-416c0-105.674-39.424-202.124-104.338-275.502zM728.236 703.044c-1.448-0.362-35.806-9.052-70.548-26.422-36.378-18.192-79.558-49.684-81.592-97.138-0.060-1.154-0.098-2.314-0.098-3.484 0-35.346 28.654-64 64-64s64 28.654 64 64c0 16.854-6.526 32.176-17.174 43.606 18.414 9.23 39.31 16.9 56.936 21.35 17.142 4.286 27.566 21.66 23.284 38.804-4.29 17.146-21.662 27.572-38.808 23.284z" />
+<glyph unicode="" glyph-name="frustrated2" d="M256 304v-96c0-8.674 7.328-16 16-16h112v128h-112c-8.672 0-16-7.326-16-16zM448 320h128v-128h-128v128zM752 320h-112v-128h112c8.674 0 16 7.326 16 16v96c0 8.674-7.326 16-16 16zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM576.096 579.484c2.034 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284 4.284-17.144-6.14-34.518-23.284-38.804-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.040 2.33 0.1 3.484zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM832 208c0-44.112-35.888-80-80-80h-480c-44.112 0-80 35.888-80 80v96c0 44.112 35.888 80 80 80h480c44.112 0 80-35.888 80-80v-96z" />
+<glyph unicode="" glyph-name="crying" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM800 576h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32zM352 576h-128c-17.672 0-32 14.328-32 32s14.328 32 32 32h128c17.672 0 32-14.328 32-32s-14.328-32-32-32zM608 104c-8.19 0-16.378 3.124-22.626 9.374-4.582 4.582-29.42 14.626-73.374 14.626s-68.79-10.044-73.374-14.626c-12.496-12.496-32.758-12.496-45.254 0-12.498 12.496-12.498 32.758 0 45.254 30.122 30.12 92.994 33.372 118.628 33.372 25.632 0 88.506-3.252 118.626-33.374 12.498-12.496 12.498-32.758 0-45.254-6.248-6.248-14.436-9.372-22.626-9.372zM736 384c-17.674 0-32 14.326-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64c0-17.674-14.326-32-32-32zM736 192c-17.674 0-32 14.326-32 32v64c0 17.674 14.326 32 32 32s32-14.326 32-32v-64c0-17.674-14.326-32-32-32zM288 384c-17.672 0-32 14.326-32 32v64c0 17.672 14.328 32 32 32s32-14.328 32-32v-64c0-17.674-14.328-32-32-32zM288 192c-17.672 0-32 14.326-32 32v64c0 17.674 14.328 32 32 32s32-14.326 32-32v-64c0-17.674-14.328-32-32-32z" />
+<glyph unicode="" glyph-name="crying2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 224c0-17.674-14.328-32-32-32s-32 14.326-32 32v64c0 17.674 14.328 32 32 32s32-14.326 32-32v-64zM320 416c0-17.674-14.328-32-32-32s-32 14.326-32 32v64c0 17.672 14.328 32 32 32s32-14.328 32-32v-64zM352 576h-128c-17.672 0-32 14.328-32 32s14.328 32 32 32h128c17.672 0 32-14.328 32-32s-14.328-32-32-32zM630.626 113.374c-6.248-6.25-14.436-9.374-22.626-9.374s-16.378 3.124-22.626 9.374c-4.582 4.582-29.42 14.626-73.374 14.626s-68.79-10.044-73.374-14.626c-12.496-12.496-32.758-12.496-45.254 0-12.498 12.496-12.498 32.758 0 45.254 30.122 30.12 92.994 33.372 118.628 33.372 25.632 0 88.506-3.252 118.626-33.374 12.498-12.496 12.498-32.756 0-45.252zM768 224c0-17.674-14.326-32-32-32s-32 14.326-32 32v64c0 17.674 14.326 32 32 32s32-14.326 32-32v-64zM768 416c0-17.674-14.326-32-32-32s-32 14.326-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64zM800 576h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="point-up" d="M960 352v160c0 52.934-43.066 96-96 96-17.104 0-33.176-4.494-47.098-12.368-17.076 26.664-46.958 44.368-80.902 44.368-24.564 0-47.004-9.274-64-24.504-16.996 15.23-39.436 24.504-64 24.504-11.214 0-21.986-1.934-32-5.484v229.484c0 52.934-43.066 96-96 96s-96-43.066-96-96v-394.676l-176.018 93.836c-14.536 8.4-31.126 12.84-47.982 12.84-52.934 0-96-43.066-96-96 0-26.368 10.472-50.954 29.49-69.226 0.248-0.238 0.496-0.47 0.75-0.7l239.17-218.074h-45.41c-17.672 0-32-14.326-32-32v-192c0-17.674 14.328-32 32-32h640c17.674 0 32 14.326 32 32v192c0 17.674-14.326 32-32 32h-44.222l72.844 145.69c2.222 4.442 3.378 9.342 3.378 14.31zM896 96c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM896 359.554l-83.776-167.554h-383.826l-290.818 265.166c-6.18 6.070-9.58 14.164-9.58 22.834 0 17.644 14.356 32 32 32 5.46 0 10.612-1.31 15.324-3.894 0.53-0.324 1.070-0.632 1.622-0.926l224-119.416c9.92-5.288 21.884-4.986 31.52 0.8 9.638 5.782 15.534 16.196 15.534 27.436v448c0 17.644 14.356 32 32 32s32-14.356 32-32v-320c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-32c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-152.446z" />
+<glyph unicode="" glyph-name="point-right" d="M416 0h160c52.934 0 96 43.066 96 96 0 17.104-4.494 33.176-12.368 47.098 26.664 17.076 44.368 46.958 44.368 80.902 0 24.564-9.276 47.004-24.504 64 15.228 16.996 24.504 39.436 24.504 64 0 11.214-1.934 21.986-5.484 32h229.484c52.934 0 96 43.066 96 96s-43.066 96-96 96h-394.676l93.836 176.018c8.4 14.536 12.84 31.126 12.84 47.982 0 52.934-43.066 96-96 96-26.368 0-50.954-10.472-69.226-29.49-0.238-0.248-0.47-0.496-0.7-0.75l-218.074-239.17v45.41c0 17.672-14.326 32-32 32h-192c-17.674 0-32-14.328-32-32v-640c0-17.674 14.326-32 32-32h192c17.674 0 32 14.326 32 32v44.222l145.69-72.844c4.444-2.222 9.342-3.378 14.31-3.378zM160 64c-17.674 0-32 14.326-32 32s14.326 32 32 32 32-14.326 32-32-14.326-32-32-32zM423.556 64l-167.556 83.778v383.824l265.168 290.818c6.066 6.18 14.162 9.58 22.832 9.58 17.644 0 32-14.356 32-32 0-5.46-1.308-10.612-3.894-15.324-0.324-0.53-0.632-1.070-0.926-1.622l-119.418-224c-5.288-9.92-4.986-21.884 0.8-31.52 5.784-9.638 16.198-15.534 27.438-15.534h448c17.644 0 32-14.356 32-32s-14.356-32-32-32h-320c-17.672 0-32-14.326-32-32s14.328-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32h-32c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32h-152.444z" />
+<glyph unicode="" glyph-name="point-down" d="M960 544v-160c0-52.934-43.066-96-96-96-17.104 0-33.176 4.494-47.098 12.368-17.076-26.662-46.96-44.368-80.902-44.368-24.564 0-47.004 9.276-64 24.504-16.996-15.228-39.436-24.504-64-24.504-11.214 0-21.986 1.934-32 5.484v-229.484c0-52.934-43.066-96-96-96-52.936 0-96 43.066-96 96v394.676l-176.018-93.836c-14.538-8.398-31.126-12.84-47.982-12.84-52.936 0-96 43.066-96 96 0 26.368 10.472 50.952 29.488 69.226 0.248 0.238 0.496 0.47 0.75 0.7l239.17 218.074h-45.408c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h640c17.674 0 32-14.326 32-32v-192c0-17.674-14.326-32-32-32h-44.222l72.842-145.69c2.224-4.442 3.38-9.342 3.38-14.31zM896 800c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM896 536.446l-83.778 167.554h-383.824l-290.82-265.168c-6.18-6.066-9.578-14.162-9.578-22.832 0-17.644 14.356-32 32-32 5.458 0 10.612 1.308 15.324 3.894 0.53 0.324 1.070 0.632 1.622 0.926l224 119.416c9.92 5.288 21.884 4.986 31.52-0.8 9.638-5.782 15.534-16.196 15.534-27.436v-448c0-17.644 14.356-32 32-32s32 14.356 32 32v320c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32c0 17.674 14.326 32 32 32s32-14.326 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v32c0 17.674 14.326 32 32 32s32-14.326 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v152.446z" />
+<glyph unicode="" glyph-name="point-left" d="M608 0h-160c-52.934 0-96 43.066-96 96 0 17.104 4.494 33.176 12.368 47.098-26.662 17.076-44.368 46.958-44.368 80.902 0 24.564 9.276 47.004 24.504 64-15.228 16.996-24.504 39.436-24.504 64 0 11.214 1.934 21.986 5.484 32h-229.484c-52.934 0-96 43.066-96 96 0 52.936 43.066 96 96 96h394.676l-93.836 176.018c-8.398 14.536-12.84 31.126-12.84 47.982 0 52.936 43.066 96 96 96 26.368 0 50.952-10.472 69.224-29.488 0.238-0.248 0.472-0.496 0.7-0.75l218.076-239.17v45.408c0 17.674 14.326 32 32 32h192c17.674 0 32-14.326 32-32v-640c0-17.674-14.326-32-32-32h-192c-17.674 0-32 14.326-32 32v44.222l-145.69-72.844c-4.442-2.222-9.34-3.378-14.31-3.378zM864 64c17.674 0 32 14.326 32 32s-14.326 32-32 32-32-14.326-32-32 14.326-32 32-32zM600.446 64l167.554 83.778v383.824l-265.168 290.82c-6.066 6.18-14.162 9.578-22.832 9.578-17.644 0-32-14.356-32-32 0-5.458 1.308-10.612 3.894-15.324 0.324-0.53 0.632-1.070 0.926-1.622l119.416-224c5.29-9.92 4.988-21.884-0.798-31.52-5.784-9.638-16.198-15.534-27.438-15.534h-448c-17.644 0-32-14.356-32-32s14.356-32 32-32h320c17.672 0 32-14.326 32-32s-14.328-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32c17.674 0 32-14.326 32-32s-14.326-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32h32c17.674 0 32-14.326 32-32s-14.326-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32h152.446z" />
+<glyph unicode="" glyph-name="warning" d="M512 867.226l429.102-855.226h-858.206l429.104 855.226zM512 960c-22.070 0-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.3 0 96.792 48.708 63.3 108.24h0.002l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648v0zM576 128c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64zM512 256c-35.346 0-64 28.654-64 64v192c0 35.346 28.654 64 64 64s64-28.654 64-64v-192c0-35.346-28.654-64-64-64z" />
+<glyph unicode="" glyph-name="notification" d="M512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512zM448 256h128v-128h-128zM448 768h128v-384h-128z" />
+<glyph unicode="" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
+<glyph unicode="" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
+<glyph unicode="" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
+<glyph unicode="" glyph-name="info1" d="M448 656c0 26.4 21.6 48 48 48h32c26.4 0 48-21.6 48-48v-32c0-26.4-21.6-48-48-48h-32c-26.4 0-48 21.6-48 48v32zM640 192h-256v64h64v192h-64v64h192v-256h64zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" />
+<glyph unicode="" glyph-name="cancel-circle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM672 704l-160-160-160 160-96-96 160-160-160-160 96-96 160 160 160-160 96 96-160 160 160 160z" />
+<glyph unicode="" glyph-name="blocked" d="M874.040 810.040c-96.706 96.702-225.28 149.96-362.040 149.96s-265.334-53.258-362.040-149.96c-96.702-96.706-149.96-225.28-149.96-362.040s53.258-265.334 149.96-362.040c96.706-96.702 225.28-149.96 362.040-149.96s265.334 53.258 362.040 149.96c96.702 96.706 149.96 225.28 149.96 362.040s-53.258 265.334-149.96 362.040zM896 448c0-82.814-26.354-159.588-71.112-222.38l-535.266 535.268c62.792 44.758 139.564 71.112 222.378 71.112 211.738 0 384-172.262 384-384zM128 448c0 82.814 26.354 159.586 71.112 222.378l535.27-535.268c-62.794-44.756-139.568-71.11-222.382-71.11-211.738 0-384 172.262-384 384z" />
+<glyph unicode="" glyph-name="cross" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
+<glyph unicode="" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
+<glyph unicode="" glyph-name="checkmark2" d="M397.434 42.304l-397.868 391.6 197.378 194.27 200.49-197.332 429.62 422.852 197.378-194.27-626.998-617.12zM107.912 433.904l289.524-284.962 518.656 510.482-89.036 87.632-429.62-422.852-200.49 197.334-89.034-87.634z" />
+<glyph unicode="" glyph-name="spell-check" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />
+<glyph unicode="" glyph-name="enter" d="M384 448h-320v128h320v128l192-192-192-192zM1024 960v-832l-384-192v192h-384v256h64v-192h320v576l256 128h-576v-256h-64v320z" />
+<glyph unicode="" glyph-name="exit" d="M768 320v128h-320v128h320v128l192-192zM704 384v-256h-320v-192l-384 192v832h704v-320h-64v256h-512l256-128v-576h256v192z" />
+<glyph unicode="" glyph-name="sendemail" d="M27.2 706.784c-25.76-241.856 124.768-457.536 339.232-483.68 130.080-15.904 254.016 41.728 338.912 143.168l-99.36 77.664 417.952 168.704-62.848-446.304-94.688 73.984c-102.144-126.208-264.928-198.624-437.984-177.536-267.136 32.544-457.344 275.488-424.8 542.656 4.32 35.264 12.352 69.12 23.552 101.344zM119.776 802.304l301.536-301.504c9.952-9.952 26.048-9.952 35.968 0l300.416 300.384c6.112-4.064 10.208-10.976 10.208-18.88v-222.432l-254.752-102.912 107.424-83.936h-452.096c-22.784 22.304-43.552 47.2-61.056 74.624v334.656c0 8.768 5.056 16.288 12.352 20.032zM154.816 854.4h569.184c-0.32-5.44-2.528-10.816-6.752-14.944l-263.008-261.568c-8.8-8.576-22.752-8.64-31.104-0.064l-262.368 260.384c-4.352 4.416-6.272 10.336-5.952 16.192z" />
+<glyph unicode="" glyph-name="excel" d="M789.441 241.11v-102.216h168.092v102.216zM789.441 373.99v-102.216h168.092v102.216zM789.441 506.871v-102.216h168.092v102.216zM345.376 635.776l-51.108-127.204-43.156 115.844h-69.282l70.42-166.952-78.365-165.819h68.144l51.108 118.12 51.108-129.471h74.959l-86.318 182.848 80.635 172.633zM789.441 639.751v-102.216h168.092v102.216zM789.441 772.631v-102.216h168.092v102.216zM608.293 830.554h402.053c7.527 0 13.629-6.102 13.629-13.629v-729.139c0-7.533-6.102-13.625-13.629-13.625h-402.053v64.733h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.663h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918zM589.444 943.748v-991.49l-589.444 102.216v787.058z" />
+<glyph unicode="" glyph-name="Lock_Information" d="M886.505 237.84l-122.053-13.17-4.543-9.495c4.849 0.255 9.163 0.281 13.068 0.281 7.734 0 13.987-1.353 18.556-4.186 4.569-2.654 6.891-5.896 6.891-9.495 0-5.564-2.323-13.757-7.198-24.707l-50-114.728c-4.186-9.112-6.253-16.616-6.253-22.563 0-9.010 4.594-16.309 13.808-22.18 9.316-5.922 21.618-8.806 37.162-8.806 40.812 0 79.378 21.006 115.749 63.094l-12.481 4.798c-14.906-15.544-27.897-26.213-38.923-32.236-3.803-2.323-7.963-3.599-12.073-3.599-2.348 0-4.62 0.893-6.687 2.425-2.093 1.71-3.216 3.216-3.216 4.824 0 3.114 1.965 9.648 5.845 19.347l73.712 170.394zM856.515 348.381c-14.574 0-26.953-3.471-37.137-10.465-10.158-6.84-15.186-15.263-15.186-25.013 0-9.724 5.156-18.071 15.467-24.911 10.184-6.815 22.512-10.26 36.856-10.26 14.574 0 27.106 3.446 37.545 10.26 10.414 6.84 15.569 15.186 15.569 24.911 0 9.75-5.156 18.173-15.442 25.013-10.184 6.993-22.716 10.465-37.673 10.465zM338.39 356.831c-37.137 0-67.229-28.409-67.229-63.401 0-25.499 16.003-46.86 38.846-57.070v-86.653h56.969v86.653c22.844 10.21 38.821 31.699 38.821 57.070 0 34.992-30.143 63.401-67.407 63.401zM817.464 365.431c114.039 0 206.51-92.446 206.51-206.484s-92.471-206.51-206.51-206.51c-114.013 0-206.485 92.471-206.485 206.51s92.471 206.484 206.485 206.484zM346.583 870.058c-93.544 0-169.271-75.779-169.271-169.196v-89.538c0-14.061 1.888-27.692 5.13-40.812h328.359c3.241 13.12 5.156 26.751 5.156 40.812v89.538c0 93.417-75.907 169.196-169.373 169.196zM346.583 943.537c125.524 0 227.337-101.863 227.337-227.465v-120.009c0-11.104-1.072-22.028-2.604-32.671 60.899-18.71 105.488-74.76 105.488-141.731v-36.653c-83.155-37.827-141.042-121.442-141.042-218.788 0-67.432 27.846-128.228 72.487-171.925-23.175-14.933-50.613-23.788-80.195-23.788h-379.304c-82.211 0-148.751 66.641-148.751 148.776v302.378c0 72.663 52.195 133.129 121.211 146.068-1.149 9.319-1.94 18.685-1.94 28.334v120.009c0 125.602 101.711 227.465 227.312 227.465z" />
+<glyph unicode="" glyph-name="lock" d="M521.12 345.984c-36.256 0-65.632-30.176-65.632-67.392 0-26.944 15.616-49.76 37.888-60.576v-91.904h55.616v91.968c22.304 10.752 37.952 33.664 37.952 60.512 0 37.216-29.44 67.392-65.824 67.392zM511.936 882.112c-91.264 0-165.184-80.448-165.184-179.648v-94.88c0-11.968 1.152-23.648 3.2-35.008h324.16c2.080 11.36 3.168 23.040 3.168 35.008v94.88c0 99.2-74.080 179.648-165.344 179.648zM511.936 960c122.56 0 222.016-108.064 222.016-241.28v-127.36c0-8.032-0.384-15.936-1.088-23.808 62.848-17.312 109.472-79.104 109.472-152.832v-320.928c0-87.104-65.056-157.792-145.152-157.792h-370.272c-80.256 0-145.184 70.656-145.184 157.792v320.928c0 73.76 46.592 135.552 109.504 152.864-0.704 7.808-1.088 15.744-1.088 23.776v127.36c0 133.216 99.264 241.28 221.824 241.28z" />
+<glyph unicode="" glyph-name="info" d="M558.496 585.568l8.8-5.984c-3.392-40.48-5.088-91.872-5.088-154.176v-104.64c0-6.816 0.608-28.672 1.856-65.536s2.56-58.4 3.936-64.608c1.408-6.144 3.456-10.656 6.24-13.408 2.784-2.784 6.176-4.576 10.176-5.344s20.672-2.080 49.984-3.936l4.192-3.68v-43.2l-3.712-4.16c-38.592 2.464-75.776 3.68-111.552 3.68-35.52 0-72.544-1.216-111.136-3.68l-4.16 4.16v43.2l4.16 3.68c29.92 1.856 46.848 3.232 50.72 4.192 3.84 0.896 7.264 2.848 10.176 5.792s4.928 7.424 5.984 13.408c1.088 6.016 2.336 25.952 3.712 59.744 1.408 33.792 2.048 59.328 2.048 76.608v91.2c0 12.352-0.576 29.184-1.824 50.464s-2.208 34.4-3.008 39.36c-0.768 4.928-3.2 8.576-7.2 10.88-4 2.336-12.032 3.488-24.064 3.488l-38.912 0.448-4.16 3.712v19.904l3.68 3.712c58.944 7.104 108.64 18.656 149.088 34.72zM519.168 792.544c14.496 0 26.848-5.088 37.024-15.264s15.264-22.528 15.264-37.024c0-14.208-5.088-26.4-15.264-36.608s-22.528-15.232-37.024-15.232c-14.176 0-26.464 4.992-36.832 15.040s-15.488 22.272-15.488 36.8c0 14.496 5.152 26.848 15.488 37.024s22.624 15.264 36.832 15.264zM109.28 878.048v-860.128h805.504v860.128zM109.28 960h805.504c45.248 0 81.952-36.704 81.952-81.952v-860.128c0-45.216-36.704-81.92-81.952-81.92h-805.504c-45.248 0-81.952 36.672-81.952 81.92v860.128c0 45.248 36.704 81.952 81.952 81.952z" />
+<glyph unicode="" glyph-name="info_circle" d="M536.264 585.131c-22.559 0-48.432-8.397-79.009-25.629-29.040-16.512-61.344-44.016-95.953-81.981l-12.433-13.873 48.576-37.629 10.707 10.557c37.393 36.384 50.017 46.319 54.243 49.005-48.433-169.192-73.347-271.431-73.347-315.444 0-17.517 5.041-31.68 14.879-42.381 10.129-10.848 24.144-16.511 40.513-16.511 16.609 0 36.337 6.671 60.339 20.349 22.511 12.911 56.496 40.844 103.825 85.435l13.056 12.241-44.211 43.052-11.951-11.18c-42.001-39.504-60.385-51.983-64.561-56.208 0.72 17.616 10.8 68.639 52.321 208.267 33.36 111.405 33.36 123.068 33.36 128.633 0 13.156-5.087 24.339-14.785 32.355-8.831 7.245-20.781 10.943-35.568 10.943zM535.304 781.828c-38.255 0-69.169-31.008-69.169-69.068 0-38.305 30.915-69.215 69.169-69.215 38.256 0 69.219 30.909 69.219 69.215 0 38.060-30.963 69.068-69.219 69.068zM511.977 960c282.243 0 512.023-229.675 512.023-512 0-282.281-229.78-512-512.023-512-282.388 0-511.977 229.719-511.977 512 0 282.325 229.589 512 511.977 512z" />
+<glyph unicode="" glyph-name="help" d="M466.56 211.392v-90.912h83.328v90.912zM515.808 775.488c-50.496 0-90.848-15.136-121.152-45.504-42.912-42.784-64.352-97.12-64.352-162.72h87.104c0 50.496 12.64 88.32 37.888 113.632 15.072 15.136 33.984 22.72 56.736 22.72 27.776 0 49.184-7.584 64.32-22.72 17.664-17.664 26.56-44.256 26.56-79.488 0-27.84-10.144-51.84-30.304-71.936-35.328-35.36-59.328-63.168-71.936-83.392-17.696-27.712-26.496-69.376-26.496-124.896h68.192c0 45.408 11.328 79.552 33.984 102.304 30.272 30.176 54.272 54.176 72 71.872 30.24 30.336 45.408 66.88 45.408 109.824 0 50.464-16.416 92.128-49.152 124.864-30.336 30.4-73.248 45.504-128.768 45.504zM512 960c282.24 0 512-229.696 512-512.032 0-282.304-229.76-511.968-512-511.968-282.368 0-512 229.696-512 511.968 0 282.336 229.632 512.032 512 512.032z" />
+<glyph unicode="" glyph-name="play3" d="M192 832l640-384-640-384z" />
+<glyph unicode="" glyph-name="pause2" d="M128 832h320v-768h-320zM576 832h320v-768h-320z" />
+<glyph unicode="" glyph-name="stop2" d="M128 832h768v-768h-768z" />
+<glyph unicode="" glyph-name="backward2" d="M576 800v-320l320 320v-704l-320 320v-320l-352 352z" />
+<glyph unicode="" glyph-name="forward3" d="M512 96v320l-320-320v704l320-320v320l352-352z" />
+<glyph unicode="" glyph-name="first" d="M128 64v768h128v-352l320 320v-320l320 320v-704l-320 320v-320l-320 320v-352z" />
+<glyph unicode="" glyph-name="last" d="M896 832v-768h-128v352l-320-320v320l-320-320v704l320-320v320l320-320v352z" />
+<glyph unicode="" glyph-name="previous2" d="M256 64v768h128v-352l320 320v-704l-320 320v-352z" />
+<glyph unicode="" glyph-name="next2" d="M768 832v-768h-128v352l-320-320v704l320-320v352z" />
+<glyph unicode="" glyph-name="eject" d="M0 192h1024v-128h-1024zM512 832l512-512h-1024z" />
+<glyph unicode="" glyph-name="volume-high" horiz-adv-x="1088" d="M890.040 37.96c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.746-18.744 49.136 0 67.882 87.638 87.642 135.904 204.16 135.904 328.1 0 123.938-48.266 240.458-135.904 328.098-18.744 18.746-18.744 49.138 0 67.882s49.138 18.744 67.882 0c105.77-105.772 164.022-246.4 164.022-395.98s-58.252-290.208-164.022-395.98c-9.372-9.372-21.656-14.058-33.94-14.058zM719.53 128.47c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.59 126.53-190.074 126.53-305.466 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060v0zM549.020 218.98c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-medium" d="M719.53 128.47c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.59 126.53-190.074 126.53-305.466 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060v0zM549.020 218.98c-12.286 0-24.566 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-low" d="M549.020 218.98c-12.286 0-24.566 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-mute" d="M416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-mute2" d="M960 340.852v-84.852h-84.852l-107.148 107.148-107.148-107.148h-84.852v84.852l107.148 107.148-107.148 107.148v84.852h84.852l107.148-107.148 107.148 107.148h84.852v-84.852l-107.148-107.148 107.148-107.148zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-increase" d="M1024 384h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-decrease" d="M512 512h512v-128h-512v128zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="loop" d="M128 640h640v-192l256 256-256 256v-192h-768v-384h128zM896 256h-640v192l-256-256 256-256v192h768v384h-128z" />
+<glyph unicode="" glyph-name="loop2" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" />
+<glyph unicode="" glyph-name="infinite" d="M783.988 207.988c-64.104 0-124.372 24.96-169.7 70.288l-102.288 102.282-102.276-102.27c-45.332-45.336-105.6-70.3-169.706-70.3-64.118 0-124.39 24.964-169.722 70.3-45.332 45.334-70.296 105.604-70.296 169.712s24.964 124.38 70.296 169.714c45.334 45.332 105.608 70.296 169.714 70.296 64.108 0 124.38-24.964 169.712-70.296l102.278-102.276 102.276 102.276c45.332 45.332 105.604 70.298 169.712 70.298 64.112 0 124.384-24.966 169.71-70.298 45.338-45.334 70.302-105.606 70.302-169.714 0-64.112-24.964-124.382-70.3-169.71-45.326-45.336-105.598-70.302-169.712-70.302zM681.72 345.712c27.322-27.31 63.64-42.354 102.268-42.352 38.634 0 74.958 15.044 102.276 42.362 27.316 27.322 42.364 63.644 42.364 102.278s-15.046 74.956-42.364 102.274c-27.32 27.318-63.64 42.364-102.276 42.364-38.632 0-74.956-15.044-102.278-42.364l-102.268-102.274 102.278-102.288zM240.012 592.638c-38.634 0-74.956-15.044-102.274-42.364-27.32-27.318-42.364-63.64-42.364-102.274 0-38.632 15.044-74.954 42.364-102.276 27.32-27.316 63.642-42.364 102.274-42.364 38.634 0 74.956 15.044 102.272 42.362l102.276 102.278-102.276 102.274c-27.318 27.32-63.64 42.366-102.272 42.364v0z" />
+<glyph unicode="" glyph-name="shuffle" d="M768 256h-101.49l-160 160 160 160h101.49v-160l224 224-224 224v-160h-128c-16.974 0-33.252-6.744-45.254-18.746l-178.746-178.744-178.746 178.746c-12 12-28.28 18.744-45.254 18.744h-192v-128h165.49l160-160-160-160h-165.49v-128h192c16.974 0 33.252 6.742 45.254 18.746l178.746 178.744 178.746-178.744c12.002-12.004 28.28-18.746 45.254-18.746h128v-160l224 224-224 224v-160z" />
+<glyph unicode="" glyph-name="arrow-up-left" d="M0 224l256 256 544-544 224 224-544 544 255.998 256h-735.998v-736z" />
+<glyph unicode="" glyph-name="arrow-up" d="M512 928l-480-480h288v-512h384v512h288z" />
+<glyph unicode="" glyph-name="arrow-up-right" d="M288 960l256-256-544-544 224-224 544 544 256-255.998v735.998h-736z" />
+<glyph unicode="" glyph-name="arrow-right" d="M992 448l-480 480v-288h-512v-384h512v-288z" />
+<glyph unicode="" glyph-name="arrow-down-right" d="M1024 672l-256-256-544 544-224-224 544-544-255.998-256h735.998v736z" />
+<glyph unicode="" glyph-name="arrow-down" d="M512-32l480 480h-288v512h-384v-512h-288z" />
+<glyph unicode="" glyph-name="arrow-down-left" d="M736-64l-256 256 544 544-224 224-544-544-256 255.998v-735.998h736z" />
+<glyph unicode="" glyph-name="arrow-left" d="M32 448l480-480v288h512v384h-512v288z" />
+<glyph unicode="" glyph-name="arrow-up-left2" d="M877.254 173.254l-530.744 530.746h229.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-384c-25.886 0-49.222-15.592-59.128-39.508-3.282-7.924-4.84-16.242-4.838-24.492h-0.034v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.49l530.746-530.744c12.496-12.498 28.876-18.746 45.254-18.746s32.758 6.248 45.254 18.746c24.994 24.992 24.994 65.516 0 90.508z" />
+<glyph unicode="" glyph-name="arrow-up2" d="M877.254 557.254l-320 320c-24.992 24.994-65.514 24.994-90.508 0l-320-320c-24.994-24.994-24.994-65.516 0-90.51 24.994-24.996 65.516-24.996 90.51 0l210.744 210.746v-613.49c0-35.346 28.654-64 64-64s64 28.654 64 64v613.49l210.746-210.746c12.496-12.496 28.876-18.744 45.254-18.744s32.758 6.248 45.254 18.746c24.994 24.994 24.994 65.514 0 90.508z" />
+<glyph unicode="" glyph-name="arrow-up-right2" d="M237.254 82.746l530.746 530.744v-229.49c0-35.346 28.654-64 64-64s64 28.654 64 64v384c0 25.884-15.594 49.222-39.508 59.126-7.924 3.284-16.242 4.84-24.492 4.838v0.036h-384c-35.346 0-64-28.654-64-64 0-35.348 28.654-64 64-64h229.49l-530.744-530.746c-12.498-12.496-18.746-28.876-18.746-45.254s6.248-32.758 18.746-45.254c24.992-24.994 65.516-24.994 90.508 0z" />
+<glyph unicode="" glyph-name="arrow-right2" d="M621.254 82.746l320 320c24.994 24.992 24.994 65.516 0 90.51l-320 320c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.516 0-90.51l210.746-210.746h-613.49c-35.346 0-64-28.654-64-64s28.654-64 64-64h613.49l-210.746-210.746c-12.496-12.496-18.744-28.876-18.744-45.254s6.248-32.758 18.744-45.254c24.994-24.994 65.516-24.994 90.51 0z" />
+<glyph unicode="" glyph-name="arrow-down-right2" d="M146.746 722.746l530.742-530.746h-229.488c-35.346 0-64-28.654-64-64s28.654-64 64-64h384c25.884 0 49.222 15.594 59.126 39.508 3.284 7.924 4.84 16.242 4.838 24.492h0.036v384c0 35.346-28.654 64-64 64-35.348 0-64-28.654-64-64v-229.49l-530.746 530.744c-12.496 12.498-28.874 18.746-45.254 18.746s-32.758-6.248-45.254-18.746c-24.994-24.992-24.994-65.516 0-90.508z" />
+<glyph unicode="" glyph-name="arrow-down2" d="M877.254 338.746l-320-320c-24.992-24.994-65.514-24.994-90.508 0l-320 320c-24.994 24.994-24.994 65.516 0 90.51 24.994 24.996 65.516 24.996 90.51 0l210.744-210.746v613.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-613.49l210.746 210.746c12.496 12.496 28.876 18.744 45.254 18.744s32.758-6.248 45.254-18.746c24.994-24.994 24.994-65.514 0-90.508z" />
+<glyph unicode="" glyph-name="arrow-down-left2" d="M786.744 813.256l-530.744-530.744v229.49c0 35.346-28.654 64-64 64s-64-28.654-64-64v-384.002c0-25.886 15.592-49.222 39.508-59.128 7.924-3.282 16.242-4.84 24.492-4.836v-0.036l384 0.002c35.344 0 64 28.654 64 63.998 0 35.348-28.656 64-64 64h-229.49l530.744 530.746c12.496 12.496 18.746 28.876 18.746 45.256 0 16.376-6.25 32.758-18.746 45.254-24.992 24.992-65.518 24.992-90.51 0v0z" />
+<glyph unicode="" glyph-name="arrow-left2" d="M402.746 82.746l-320 320c-24.994 24.992-24.994 65.516 0 90.51l320 320c24.994 24.992 65.516 24.992 90.51 0 24.994-24.994 24.994-65.516 0-90.51l-210.746-210.746h613.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-613.49l210.746-210.746c12.496-12.496 18.744-28.876 18.744-45.254s-6.248-32.758-18.744-45.254c-24.994-24.994-65.516-24.994-90.51 0z" />
+<glyph unicode="" glyph-name="circle-up" d="M0 448c0-282.77 229.23-512 512-512s512 229.23 512 512-229.23 512-512 512-512-229.23-512-512zM928 448c0-229.75-186.25-416-416-416s-416 186.25-416 416 186.25 416 416 416 416-186.25 416-416zM706.744 290.744l90.512 90.512-285.256 285.254-285.254-285.256 90.508-90.508 194.746 194.744z" />
+<glyph unicode="" glyph-name="circle-right" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM354.744 253.256l90.512-90.512 285.254 285.256-285.256 285.254-90.508-90.508 194.744-194.746z" />
+<glyph unicode="" glyph-name="circle-down" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512 229.23-512 512-512 512 229.23 512 512zM96 448c0 229.75 186.25 416 416 416s416-186.25 416-416-186.25-416-416-416-416 186.25-416 416zM317.256 605.256l-90.512-90.512 285.256-285.254 285.254 285.256-90.508 90.508-194.746-194.744z" />
+<glyph unicode="" glyph-name="circle-left" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM669.256 642.744l-90.512 90.512-285.254-285.256 285.256-285.254 90.508 90.508-194.744 194.746z" />
+<glyph unicode="" glyph-name="tab" d="M960 960h64v-512h-64v512zM0 448h64v-512h-64v512zM320 256h704v-128h-704v-160l-224 224 224 224v-160zM704 640h-704v128h704v160l224-224-224-224z" />
+<glyph unicode="" glyph-name="move-up" d="M704 448v-384h64v384h160l-192 192-192-192zM64 768h96v-64h-96v64zM192 768h96v-64h-96v64zM320 768h64v-96h-64v96zM64 544h64v-96h-64v96zM160 512h96v-64h-96v64zM288 512h96v-64h-96v64zM64 672h64v-96h-64v96zM320 640h64v-96h-64v96zM320 256v-192h-192v192h192zM384 320h-320v-320h320v320z" />
+<glyph unicode="" glyph-name="move-down" d="M768 256v384h-64v-384h-160l192-192 192 192zM320 704v-192h-192v192h192zM384 768h-320v-320h320v320zM64 320h96v-64h-96v64zM192 320h96v-64h-96v64zM320 320h64v-96h-64v96zM64 96h64v-96h-64v96zM160 64h96v-64h-96v64zM288 64h96v-64h-96v64zM64 224h64v-96h-64v96zM320 192h64v-96h-64v96z" />
+<glyph unicode="" glyph-name="sort-alpha-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM928-64h-256c-11.8 0-22.644 6.496-28.214 16.9-5.566 10.404-4.958 23.030 1.59 32.85l222.832 334.25h-196.208c-17.672 0-32 14.328-32 32s14.328 32 32 32h256c11.8 0 22.644-6.496 28.214-16.9 5.566-10.404 4.958-23.030-1.59-32.85l-222.83-334.25h196.206c17.672 0 32-14.328 32-32s-14.328-32-32-32zM1020.622 558.314l-192.002 384c-5.42 10.842-16.502 17.69-28.622 17.69-12.122 0-23.202-6.848-28.624-17.69l-191.996-384c-7.904-15.806-1.496-35.030 14.31-42.932 4.594-2.296 9.476-3.386 14.288-3.386 11.736 0 23.040 6.484 28.644 17.698l55.156 110.31h216.446l55.156-110.31c7.902-15.806 27.124-22.21 42.932-14.31 15.808 7.902 22.216 27.124 14.312 42.93zM723.778 704.004l76.22 152.446 76.224-152.446h-152.444z" />
+<glyph unicode="" glyph-name="sort-alpha-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM928 512h-256c-11.8 0-22.644 6.496-28.214 16.9-5.566 10.406-4.958 23.030 1.59 32.85l222.832 334.25h-196.208c-17.672 0-32 14.328-32 32s14.328 32 32 32h256c11.8 0 22.644-6.496 28.214-16.9 5.566-10.406 4.958-23.030-1.59-32.85l-222.83-334.25h196.206c17.672 0 32-14.328 32-32s-14.328-32-32-32zM1020.622-17.69l-192.002 384c-5.42 10.842-16.502 17.69-28.622 17.69-12.122 0-23.202-6.848-28.624-17.69l-191.996-384c-7.904-15.806-1.496-35.030 14.31-42.932 4.594-2.296 9.476-3.386 14.288-3.386 11.736 0 23.040 6.484 28.644 17.698l55.158 110.31h216.446l55.156-110.31c7.902-15.806 27.124-22.21 42.932-14.31 15.806 7.902 22.214 27.124 14.31 42.93zM723.778 128l76.22 152.446 76.226-152.446h-152.446z" />
+<glyph unicode="" glyph-name="sort-numeric-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM864 512c-17.674 0-32 14.328-32 32v352h-32c-17.674 0-32 14.328-32 32s14.326 32 32 32h64c17.674 0 32-14.328 32-32v-384c0-17.672-14.326-32-32-32zM928 384h-192c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h160v-128h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h192c17.674 0 32 14.326 32 32v384c0 17.674-14.326 32-32 32zM768 320h128v-128h-128v128z" />
+<glyph unicode="" glyph-name="sort-numberic-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM864-64c-17.674 0-32 14.328-32 32v352h-32c-17.674 0-32 14.328-32 32s14.326 32 32 32h64c17.674 0 32-14.328 32-32v-384c0-17.672-14.326-32-32-32zM928 960h-192c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h160v-128h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h192c17.674 0 32 14.326 32 32v384c0 17.674-14.326 32-32 32zM768 896h128v-128h-128v128z" />
+<glyph unicode="" glyph-name="sort-amount-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM448 384h576v-128h-576v128zM448 576h448v-128h-448v128zM448 768h320v-128h-320v128zM448 960h192v-128h-192v128z" />
+<glyph unicode="" glyph-name="sort-amount-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM448 960h576v-128h-576v128zM448 768h448v-128h-448v128zM448 576h320v-128h-320v128zM448 384h192v-128h-192v128z" />
+<glyph unicode="" glyph-name="command" d="M736 64c-88.224 0-160 71.776-160 160v96h-128v-96c0-88.224-71.776-160-160-160s-160 71.776-160 160 71.776 160 160 160h96v128h-96c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160v-96h128v96c0 88.224 71.776 160 160 160s160-71.776 160-160-71.776-160-160-160h-96v-128h96c88.224 0 160-71.776 160-160s-71.774-160-160-160zM640 320v-96c0-52.934 43.066-96 96-96s96 43.066 96 96-43.066 96-96 96h-96zM288 320c-52.934 0-96-43.066-96-96s43.066-96 96-96 96 43.066 96 96v96h-96zM448 384h128v128h-128v-128zM640 576h96c52.934 0 96 43.066 96 96s-43.066 96-96 96-96-43.066-96-96v-96zM288 768c-52.934 0-96-43.066-96-96s43.066-96 96-96h96v96c0 52.934-43.064 96-96 96z" />
+<glyph unicode="" glyph-name="shift" d="M672 64h-320c-17.672 0-32 14.326-32 32v352h-128c-12.942 0-24.612 7.796-29.564 19.754-4.954 11.958-2.214 25.722 6.936 34.874l320 320c12.498 12.496 32.758 12.496 45.254 0l320-320c9.152-9.152 11.89-22.916 6.938-34.874s-16.62-19.754-29.564-19.754h-128v-352c0-17.674-14.326-32-32-32zM384 128h256v352c0 17.672 14.326 32 32 32h82.744l-242.744 242.746-242.744-242.746h82.744c17.672 0 32-14.328 32-32v-352z" />
+<glyph unicode="" glyph-name="ctrl" d="M736.014 512c-8.908 0-17.77 3.698-24.096 10.928l-199.918 228.478-199.918-228.478c-11.636-13.3-31.856-14.65-45.154-3.010-13.3 11.638-14.648 31.854-3.010 45.154l224 256c6.076 6.944 14.854 10.928 24.082 10.928s18.006-3.984 24.082-10.928l224-256c11.638-13.3 10.292-33.516-3.010-45.154-6.070-5.312-13.582-7.918-21.058-7.918z" />
+<glyph unicode="" glyph-name="opt" d="M928 128h-256c-12.646 0-24.106 7.448-29.242 19.004l-247.554 556.996h-299.204c-17.672 0-32 14.328-32 32s14.328 32 32 32h320c12.646 0 24.106-7.448 29.242-19.004l247.556-556.996h235.202c17.674 0 32-14.326 32-32s-14.326-32-32-32zM928 704h-320c-17.674 0-32 14.328-32 32s14.326 32 32 32h320c17.674 0 32-14.328 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="checkbox-checked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM448 165.49l-237.254 237.256 90.51 90.508 146.744-146.744 306.746 306.746 90.508-90.51-397.254-397.256z" />
+<glyph unicode="" glyph-name="checkbox-unchecked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM896 64h-768v768h768v-768z" />
+<glyph unicode="" glyph-name="radio-checked" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM320 448c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192s-192 85.961-192 192z" />
+<glyph unicode="" glyph-name="radio-checked2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 320c-70.692 0-128 57.306-128 128 0 70.692 57.308 128 128 128 70.694 0 128-57.308 128-128 0-70.694-57.306-128-128-128z" />
+<glyph unicode="" glyph-name="radio-unchecked" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384z" />
+<glyph unicode="" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />
+<glyph unicode="" glyph-name="make-group" d="M320 832h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM704 576h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64zM704 768h128v-128h-128v128zM320 320h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM320 128h-128v128h128v-128zM832 320h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM896 448h-64c-85.476 0-165.834 33.286-226.274 93.724-60.44 60.442-93.726 140.802-93.726 226.276v64c0 70.4-57.6 128-128 128h-256c-70.4 0-128-57.6-128-128v-256c0-70.4 57.6-128 128-128h64c85.476 0 165.834-33.286 226.274-93.724 60.44-60.442 93.726-140.802 93.726-226.276v-64c0-70.4 57.6-128 128-128h256c70.4 0 128 57.6 128 128v256c0 70.4-57.6 128-128 128zM960 64c0-16.954-6.696-32.986-18.856-45.144-12.158-12.16-28.19-18.856-45.144-18.856h-256c-16.954 0-32.986 6.696-45.144 18.856-12.16 12.158-18.856 28.19-18.856 45.144v64c0 212.078-171.922 384-384 384h-64c-16.954 0-32.986 6.696-45.146 18.854-12.158 12.16-18.854 28.192-18.854 45.146v256c0 16.954 6.696 32.986 18.854 45.146 12.16 12.158 28.192 18.854 45.146 18.854h256c16.954 0 32.986-6.696 45.146-18.854 12.158-12.16 18.854-28.192 18.854-45.146v-64c0-212.078 171.922-384 384-384h64c16.954 0 32.986-6.696 45.144-18.856 12.16-12.158 18.856-28.19 18.856-45.144v-256z" />
+<glyph unicode="" glyph-name="ungroup" d="M384 496c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM704 496c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM384 176c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM704 176c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM912.082 800l111.918 111.916v48.084h-48.082l-111.918-111.916-111.918 111.916h-48.082v-48.084l111.918-111.916-111.918-111.916v-48.084h48.082l111.918 111.916 111.918-111.916h48.082v48.084zM0 192h64v-128h-64v128zM0 384h64v-128h-64v128zM832 512h64v-128h-64v128zM832 128h64v-128h-64v128zM832 320h64v-128h-64v128zM0 576h64v-128h-64v128zM0 768h64v-128h-64v128zM512 832h128v-64h-128v64zM320 832h128v-64h-128v64zM128 832h128v-64h-128v64zM448 0h128v-64h-128v64zM640 0h128v-64h-128v64zM256 0h128v-64h-128v64zM64 0h128v-64h-128v64z" />
+<glyph unicode="" glyph-name="scissors" d="M913.826 280.306c-66.684 104.204-181.078 150.064-255.51 102.434-6.428-4.116-12.334-8.804-17.744-13.982l-79.452 124.262 183.462 287.972c15.016 27.73 20.558 60.758 13.266 93.974-6.972 31.75-24.516 58.438-48.102 77.226l-12.278 7.808-217.468-340.114-217.47 340.114-12.276-7.806c-23.586-18.79-41.13-45.476-48.1-77.226-7.292-33.216-1.75-66.244 13.264-93.974l183.464-287.972-79.454-124.262c-5.41 5.178-11.316 9.868-17.744 13.982-74.432 47.63-188.826 1.77-255.51-102.434-66.68-104.2-60.398-227.286 14.032-274.914 74.43-47.632 188.824-1.77 255.508 102.432l164.286 257.87 164.288-257.872c66.684-104.202 181.078-150.064 255.508-102.432 74.428 47.63 80.71 170.716 14.030 274.914zM234.852 159.57c-30.018-46.904-68.534-69.726-94.572-75.446-0.004 0-0.004 0-0.004 0-8.49-1.868-20.294-3.010-28.324 2.128-8.898 5.694-14.804 20.748-15.8 40.276-1.616 31.644 9.642 68.836 30.888 102.034 30.014 46.906 68.53 69.726 94.562 75.444 8.496 1.866 20.308 3.010 28.336-2.126 8.898-5.694 14.802-20.75 15.798-40.272 1.618-31.65-9.64-68.84-30.884-102.038zM480 448c-17.672 0-32 14.328-32 32s14.328 32 32 32 32-14.328 32-32-14.328-32-32-32zM863.85 126.53c-0.996-19.528-6.902-34.582-15.8-40.276-8.030-5.138-19.834-3.996-28.324-2.128 0 0 0 0-0.004 0-26.040 5.718-64.554 28.542-94.572 75.446-21.244 33.198-32.502 70.388-30.884 102.038 0.996 19.522 6.9 34.578 15.798 40.272 8.028 5.136 19.84 3.992 28.336 2.126 26.034-5.716 64.548-28.538 94.562-75.444 21.246-33.198 32.502-70.39 30.888-102.034z" />
+<glyph unicode="" glyph-name="filter" d="M512 960c-282.77 0-512-71.634-512-160v-96l384-384v-320c0-35.346 57.306-64 128-64 70.692 0 128 28.654 128 64v320l384 384v96c0 88.366-229.23 160-512 160zM94.384 821.176c23.944 13.658 57.582 26.62 97.278 37.488 87.944 24.076 201.708 37.336 320.338 37.336 118.628 0 232.394-13.26 320.338-37.336 39.696-10.868 73.334-23.83 97.28-37.488 15.792-9.006 24.324-16.624 28.296-21.176-3.972-4.552-12.506-12.168-28.296-21.176-23.946-13.658-57.584-26.62-97.28-37.488-87.942-24.076-201.708-37.336-320.338-37.336s-232.394 13.26-320.338 37.336c-39.696 10.868-73.334 23.83-97.278 37.488-15.792 9.008-24.324 16.624-28.298 21.176 3.974 4.552 12.506 12.168 28.298 21.176z" />
+<glyph unicode="" glyph-name="font" d="M799.596 943.792c-90.526 0-148.62 16.208-241.848 16.208-301.284 0-441.792-171.584-441.792-345.872 0-102.678 48.64-136.458 144.564-136.458-6.758 14.864-18.914 31.080-18.914 104.034 0 204.010 77.006 263.458 175.636 267.51 0 0-80.918-793.374-315.778-888.542v-24.672h316.594l108.026 512h197.844l44.072 128h-214.908l51.944 246.19c59.446-12.156 117.542-24.316 167.532-24.316 62.148 0 118.894 18.914 149.968 162.126-37.826-12.16-78.362-16.208-122.94-16.208z" />
+<glyph unicode="" glyph-name="ligature" d="M768 88.178c0 0.040 0.002 0.076 0.002 0.116l-0.344 436.562-127.492-6.19h-251.93v21.494c0 81.542 5.8 162.976 17.24 194.716 7.896 21.948 22.598 41.744 43.698 58.836 20.618 16.702 41.178 25.17 61.11 25.17 16.772 0 30.702-2.878 41.402-8.554 15.026-8.562 29.716-22.964 43.67-42.818 36.95-52.504 51.99-66.454 60.094-72.376 13.804-10.094 30.512-15.212 49.658-15.212 18.668 0 34.962 6.97 48.436 20.714 13.372 13.636 20.15 30.682 20.15 50.666 0 21.452-8.916 44.204-26.502 67.622-17.184 22.888-43.708 41.742-78.834 56.032-34.322 13.964-72.94 21.044-114.778 21.044-60.716 0-116.012-14.596-164.356-43.384-48.424-28.834-85.558-68.952-110.37-119.24-22.994-46.604-21.334-134.706-22.732-214.712h-125.732v-71.402h125.598v-324.668c0-71.666-21.906-91.008-30.216-101.324-11.436-14.202-32.552-29.104-60.444-29.104h-38.654v-56.166h385.326v56.168h-6.708c-91.144 0-117.020 9.832-117.020 120.842 0 0.018 0 0.034 0 0.048l-0.038 334.206h140.204c74.404 0 91.496-3.444 95.392-4.924 4.706-1.79 10.798-4.832 13.084-9.144 0.868-1.684 5.194-25.008 5.194-82.972v-250.67c0-58.454-7.124-77.896-11.45-84.402-9.248-14.194-20.41-22.066-54.66-22.904v-56.248h293.61v55.846c-91.608 0-101.608 9.82-101.608 96.332z" />
+<glyph unicode="" glyph-name="ligature2" d="M855.328 42.546c-11.734 0-83.62 13.2-88.020 29.338-10.274 39.612-11.738 82.152-11.738 130.568v540.974c0 80.686 16.138 127.632 16.138 127.632-1.468 7.334-8.804 23.472-17.604 23.472h-4.404c-4.4 0-55.746-32.276-102.692-32.276-38.14 0.002-61.89 33.746-105.902 33.746-185.106 0-271.942-150.31-271.942-363.032v-11.072c0-4.402-2.934-8.804-7.336-8.804h-60.148c-7.336 0-22.006-41.078-22.006-60.148 0-5.87 1.466-8.8 4.4-8.8h77.754c4.402 0 7.336-5.872 7.336-10.27 0-130.566-1.466-259.298-1.466-259.298 0-20.54-1.466-66.016-10.27-102.692-4.4-16.138-71.884-29.338-89.488-29.338-7.334 0-7.334-35.212 0-42.546 60.148 2.934 99.758 7.334 159.908 7.334 55.75 0 98.292-4.4 156.974-7.334 2.934 8.802 2.934 42.546-4.4 42.546-11.736 0-83.624 13.2-88.022 29.338-10.27 39.612-10.27 82.152-11.738 130.568v232.888c0 4.402 4.402 8.804 8.802 8.804h151.104c10.27 20.538 17.606 45.476 17.606 58.68 0 8.802 0 10.27-7.336 10.27h-162.84c-2.934 0-7.336 4.402-7.336 7.334v52.82c0 130.568 53.482 245.538 142.97 245.538 63.372 0 118.666-41.060 118.666-197.922 0-0.006 0-0.012 0-0.018 0.208-4.036 0.314-7.294 0.314-9.452v-436.816c0-20.54-1.47-66.016-10.27-102.692-4.404-16.138-71.884-29.338-89.492-29.338-7.336 0-7.336-35.212 0-42.546 60.15 2.934 99.762 7.334 159.912 7.334 55.746 0 98.288-4.4 156.972-7.334 2.928 8.8 2.928 42.544-4.406 42.544z" />
+<glyph unicode="" glyph-name="text-height" d="M896 192h128l-160-192-160 192h128v512h-128l160 192 160-192h-128zM640 896v-256l-64 128h-192v-704h128v-64h-384v64h128v704h-192l-64-128v256z" />
+<glyph unicode="" glyph-name="text-width" d="M256 64v-128l-192 160 192 160v-128h512v128l192-160-192-160v128zM832 896v-256l-64 128h-192v-448h128v-64h-384v64h128v448h-192l-64-128v256z" />
+<glyph unicode="" glyph-name="font-size" d="M64 448h384v-128h-128v-384h-128v384h-128zM960 704h-251.75v-768h-136.5v768h-251.75v128h640z" />
+<glyph unicode="" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />
+<glyph unicode="" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />
+<glyph unicode="" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />
+<glyph unicode="" glyph-name="strikethrough" d="M1024 448v-64h-234.506c27.504-38.51 42.506-82.692 42.506-128 0-70.878-36.66-139.026-100.58-186.964-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128h-512v64h299.518c-2.338 1.654-4.656 3.324-6.938 5.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 78.978 0 154.054-22.678 212.482-64h299.518z" />
+<glyph unicode="" glyph-name="omega" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />
+<glyph unicode="" glyph-name="sigma" d="M941.606 225.292l44.394 94.708h38l-64-384h-960v74.242l331.546 391.212-331.546 331.546v227h980l44-256h-34.376l-18.72 38.88c-35.318 73.364-61.904 89.12-138.904 89.12h-662l353.056-353.056-297.42-350.944h542.364c116.008 0 146.648 41.578 173.606 97.292z" />
+<glyph unicode="" glyph-name="page-break" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />
+<glyph unicode="" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
+<glyph unicode="" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
+<glyph unicode="" glyph-name="superscript2" d="M194.018 128l57.6 192h264.764l57.6-192h113.632l-192 640h-223.232l-192-640h113.636zM347.618 640h72.764l57.6-192h-187.964l57.6 192zM704 128l160 256 160-256h-320zM864 832h-64c-17.644 0-32 14.356-32 32s14.356 32 32 32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32h-128c-52.936 0-96-43.066-96-96 0-24.568 9.288-47.002 24.524-64 17.588-19.624 43.11-32 71.476-32h64c17.644 0 32-14.356 32-32s-14.356-32-32-32h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c52.936 0 96 43.066 96 96 0 24.568-9.288 47.002-24.524 64-17.588 19.624-43.108 32-71.476 32z" />
+<glyph unicode="" glyph-name="subscript2" d="M194.018 128l57.6 192h264.764l57.6-192h113.632l-192 640h-223.232l-192-640h113.636zM347.618 640h72.764l57.6-192h-187.964l57.6 192zM1024 768l-160-256-160 256h320zM864 128h-64c-17.644 0-32 14.356-32 32s14.356 32 32 32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32h-128c-52.936 0-96-43.066-96-96 0-24.568 9.29-47.002 24.524-64 17.588-19.624 43.112-32 71.476-32h64c17.644 0 32-14.356 32-32s-14.356-32-32-32h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c52.936 0 96 43.066 96 96 0 24.568-9.29 47.002-24.524 64-17.588 19.624-43.108 32-71.476 32z" />
+<glyph unicode="" glyph-name="text-color" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />
+<glyph unicode="" glyph-name="pagebreak" d="M256 576v384h768v-384h-64v320h-640v-320zM1024 384v-448h-768v448h64v-384h640v384zM512 512h128v-64h-128zM320 512h128v-64h-128zM704 512h128v-64h-128zM896 512h128v-64h-128zM0 672l192-192-192-192z" />
+<glyph unicode="" glyph-name="clear-formatting" d="M0 64h576v-128h-576zM896 832h-302.56l-183.764-704h-132.288l183.762 704h-269.15v128h704zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />
+<glyph unicode="" glyph-name="table2" d="M0 768v-704h1024v704h-1024zM384 320v128h256v-128h-256zM640 256v-128h-256v128h256zM640 640v-128h-256v128h256zM320 640v-128h-256v128h256zM64 448h256v-128h-256v128zM704 448h256v-128h-256v128zM704 512v128h256v-128h-256zM64 256h256v-128h-256v128zM704 128v128h256v-128h-256z" />
+<glyph unicode="" glyph-name="table21" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
+<glyph unicode="" glyph-name="insert-template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />
+<glyph unicode="" glyph-name="pilcrow" d="M384 960h512v-128h-128v-896h-128v896h-128v-896h-128v512c-141.384 0-256 114.616-256 256s114.616 256 256 256z" />
+<glyph unicode="" glyph-name="ltr" d="M512 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM0 256l256 256-256 256z" />
+<glyph unicode="" glyph-name="rtl" d="M256 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM1024 768l-256-256 256-256z" />
+<glyph unicode="" glyph-name="section" d="M495.964-64c-49.36 0-91.116 14.406-124.104 42.82-33.224 28.614-50.068 62.038-50.068 99.344 0 18.128 6.6 33.756 19.622 46.458 13.232 12.914 29.782 19.744 47.85 19.744 18.002 0 34.194-6.41 46.826-18.542 12.472-11.972 18.796-27.824 18.796-47.104 0-11.318-1.85-23.818-5.494-37.146-3.616-13.178-4.376-19.938-4.376-23.292 0-3.682 0.924-8.076 7.774-12.756 12.76-8.824 28.066-13.084 46.876-13.084 22.576 0 42.718 7.858 61.574 24.022 18.578 15.942 27.612 32.318 27.612 50.056 0 19.736-5.27 36.826-16.12 52.242-18.336 25.758-52.878 55.954-102.612 89.668-79.858 53.454-133.070 99.766-162.58 141.52-22.89 32.684-34.476 67.89-34.476 104.704 0 37.062 12.142 73.948 36.092 109.63 20.508 30.554 50.8 58.12 90.228 82.138-21.096 22.7-36.896 44.064-47.094 63.688-12.872 24.76-19.398 50.372-19.398 76.122 0 47.814 18.91 89.16 56.206 122.89 37.32 33.76 83.86 50.878 138.322 50.878 50.086 0 92.206-14.082 125.182-41.852 33.328-28.082 50.222-60.898 50.222-97.54 0-18.656-6.986-35.364-20.766-49.66l-0.276-0.282c-7.976-7.924-22.618-17.37-47.046-17.37-19.148 0-35.934 6.272-48.54 18.136-12.558 11.794-18.93 25.918-18.93 41.966 0 6.934 1.702 17.416 5.352 32.98 1.778 7.364 2.668 14.142 2.668 20.25 0 10.338-3.726 18.272-11.724 24.966-8.282 6.93-20.108 10.302-36.142 10.302-24.868 0-45.282-7.562-62.41-23.118-17.19-15.606-25.544-34.088-25.544-56.508 0-20.156 4.568-36.762 13.58-49.362 17.112-23.938 46.796-49.79 88.22-76.836 84.17-54.588 142.902-104.672 174.518-148.826 23.35-33.12 35.152-68.34 35.152-104.792 0-36.598-11.882-73.496-35.318-109.676-20.208-31.18-50.722-59.276-90.884-83.71 22.178-23.466 37.812-44.042 47.554-62.538 12.082-22.97 18.208-48.048 18.208-74.542 0-49.664-18.926-91.862-56.244-125.422-37.34-33.554-83.866-50.566-138.288-50.566zM446.416 603.654c-48.222-28.952-71.712-62.19-71.712-101.314 0-22.756 6.498-43.13 19.86-62.278 19.936-27.926 59.27-62.054 116.804-101.288 24.358-16.586 46.36-32.712 65.592-48.060 49.060 29.504 72.956 62.366 72.956 100.178 0 20.598-8.142 42.774-24.204 65.916-16.808 24.196-52.85 55.796-107.128 93.914-28.328 19.562-52.558 37.334-72.168 52.932z" />
+<glyph unicode="" glyph-name="paragraph-left" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="paragraph-center" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="paragraph-right" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="paragraph-justify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="indent-increase" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
+<glyph unicode="" glyph-name="indent-decrease" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
+<glyph unicode="" glyph-name="share" d="M256 320c0 0 58.824 192 384 192v-192l384 256-384 256v-192c-256 0-384-159.672-384-320zM704 192h-576v384h125.876c10.094 11.918 20.912 23.334 32.488 34.18 43.964 41.19 96.562 72.652 156.114 93.82h-442.478v-640h832v268.624l-128-85.334v-55.29z" />
+<glyph unicode="" glyph-name="new-tab" d="M192 896v-768h768v768h-768zM896 192h-640v640h640v-640zM128 64v672l-64 64v-800h800l-64 64h-672zM352 704l160-160-192-192 96-96 192 192 160-160v416z" />
+<glyph unicode="" glyph-name="embed" d="M576 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224z" />
+<glyph unicode="" glyph-name="embed2" horiz-adv-x="1280" d="M832 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224zM701.298 809.481l69.468-18.944-191.987-704.026-69.468 18.944 191.987 704.026z" />
+<glyph unicode="" glyph-name="terminal" d="M0 896v-896h1024v896h-1024zM960 64h-896v768h896v-768zM896 768h-768v-640h768v640zM448 448h-64v-64h-64v-64h-64v64h64v64h64v64h-64v64h-64v64h64v-64h64v-64h64v-64zM704 320h-192v64h192v-64z" />
+<glyph unicode="" glyph-name="share2" d="M864 256c-45.16 0-85.92-18.738-115.012-48.83l-431.004 215.502c1.314 8.252 2.016 16.706 2.016 25.328s-0.702 17.076-2.016 25.326l431.004 215.502c29.092-30.090 69.852-48.828 115.012-48.828 88.366 0 160 71.634 160 160s-71.634 160-160 160-160-71.634-160-160c0-8.622 0.704-17.076 2.016-25.326l-431.004-215.504c-29.092 30.090-69.852 48.83-115.012 48.83-88.366 0-160-71.636-160-160 0-88.368 71.634-160 160-160 45.16 0 85.92 18.738 115.012 48.828l431.004-215.502c-1.312-8.25-2.016-16.704-2.016-25.326 0-88.368 71.634-160 160-160s160 71.632 160 160c0 88.364-71.634 160-160 160z" />
+<glyph unicode="" glyph-name="mail" d="M853.31 960h-682.62c-93.88 0-170.69-76.784-170.69-170.658v-682.656c0-93.876 76.81-170.686 170.69-170.686h682.622c93.938 0 170.688 76.81 170.688 170.686v682.656c0 93.874-76.75 170.658-170.69 170.658zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.94-185.598-185.6c-1.444 5.338-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.206l182.118 182.118 90.422-105.496 90.424 105.494 182.116-182.118c-5.34-1.442-10.886-2.204-16.54-2.204zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.598 185.598 187.664 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
+<glyph unicode="" glyph-name="mail2" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM853.342 832c7.988 0 15.546-2.334 22.020-6.342l-363.362-300.404-363.354 300.4c6.478 4.010 14.044 6.346 22.040 6.346h682.656zM170.686 64c-1.924 0-3.82 0.146-5.684 0.408l225.626 312.966-29.256 29.254-233.372-233.37v611.138l384-464.396 384 464.394v-611.136l-233.372 233.37-29.254-29.254 225.628-312.968c-1.858-0.26-3.746-0.406-5.662-0.406h-682.654z" />
+<glyph unicode="" glyph-name="mail3" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM182.628 73.374l-77.256 77.254 256 256 29.256-29.254-208-304zM153.372 761.372l29.256 29.256 329.372-265.374 329.374 265.374 29.254-29.256-358.628-422.626-358.628 422.626zM841.374 73.374l-208 304 29.254 29.254 256-256-77.254-77.254z" />
+<glyph unicode="" glyph-name="mail4" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.942-185.598-185.598c-1.444 5.336-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.208l182.118 182.118 90.422-105.498 90.424 105.494 182.116-182.12c-5.34-1.44-10.886-2.202-16.54-2.202zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.6 185.598 187.666 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
+<glyph unicode="" glyph-name="cubelight" d="M862.88 648.32c-0.416 1.184-0.832 2.144-1.28 3.072l0.096-0.192c-0.608 1.824-1.28 3.392-2.048 4.896l0.096-0.16c-2.144 2.912-3.776 5.024-5.44 7.136l0.448-0.576c-0.896 0.8-1.856 1.568-2.88 2.272l-0.096 0.064c-0.992 0.896-2.080 1.76-3.2 2.56l-0.096 0.064-320 192c-4.704 2.848-10.4 4.544-16.48 4.544s-11.776-1.696-16.608-4.64l0.128 0.064-320-192c-1.216-0.864-2.304-1.696-3.296-2.624l0.032 0.032c-1.12-0.8-2.112-1.568-3.040-2.4l0.032 0.032c-0.96-1.056-1.888-2.24-2.688-3.456l-0.064-0.128c-0.736-0.864-1.472-1.824-2.144-2.848l-0.064-0.128c-0.672-1.28-1.312-2.784-1.856-4.352l-0.064-0.224c-0.384-1.024-0.96-1.952-1.216-3.008-0.704-2.496-1.088-5.344-1.12-8.288v-352c0-11.584 6.176-21.728 15.392-27.36l0.128-0.096 320.672-192.416c1.472-0.768 3.232-1.504 5.024-2.080l0.224-0.064c0.768-0.256 1.472-0.704 2.24-0.896 2.496-0.704 5.344-1.12 8.32-1.12s5.824 0.416 8.512 1.184l-0.224-0.064c0.768 0.192 1.472 0.64 2.24 0.896 2.016 0.608 3.776 1.344 5.408 2.208l-0.16-0.096 0.352 0.256 0.352 0.16 320 192c9.376 5.696 15.52 15.84 15.52 27.424v0 352c0 2.944-0.416 5.824-1.152 8.544l0.064-0.224zM480 152.544l-256 153.6v277.344l256-153.6zM512 485.312l-257.792 154.688 257.792 154.688 257.792-154.688zM800 306.112l-256-153.6v277.344l256 153.6z" />
+<glyph unicode="" glyph-name="cube" d="M160 621.888l320-192v-352l-304.48 182.688c-9.376 5.696-15.52 15.84-15.52 27.424v0zM528.48 859.424c-4.704 2.848-10.4 4.544-16.48 4.544s-11.776-1.696-16.608-4.64l0.128 0.064-303.52-182.112 320-192 320 192zM544 429.888v-352l304.48 182.688c9.376 5.696 15.52 15.84 15.52 27.424v0 333.888z" />
+<glyph unicode="" glyph-name="bulletlist" d="M270.272 218.528h752.032v-83.68h-752zM10.4 237.632v-110.272h110.272v110.272zM0 249.088h131.328l21.632-19.776v-132.192h-133.984l-18.976 19.584zM270.272 495.040h753.728v-83.648h-753.728zM10.4 514.848v-110.272h110.272v110.272zM0 526.304h131.328l21.632-19.744v-132.192h-133.984l-18.976 19.552zM270.272 760.48h752.032v-83.68h-752zM10.4 787.328v-110.272h110.272v110.272zM0 798.816h131.328l21.632-19.776v-132.224h-133.984l-18.976 19.552z" />
+<glyph unicode="" glyph-name="eye-open" d="M512.128 570.848c62.336 0 112.832-50.528 112.832-112.832s-50.528-112.832-112.832-112.832-112.832 50.496-112.832 112.832c0 62.336 50.528 112.832 112.832 112.832zM512.064 643.68c-170.72 0-326.304-116.544-412.16-195.68 85.888-79.136 241.472-195.648 412.16-195.648s326.304 116.512 412.16 195.648c-85.888 79.136-241.472 195.68-412.16 195.68zM512.064 726.208c282.784 0 512.064-278.176 512.064-278.176s-229.28-278.176-512.064-278.176c-282.784 0-512.064 278.176-512.064 278.176s229.28 278.176 512.064 278.176z" />
+<glyph unicode="" glyph-name="eye-close" d="M614.816 504.32c6.4-14.112 10.080-29.632 10.080-46.112 0-62.336-50.496-112.832-112.832-112.832-7.968 0-15.648 0.864-23.104 2.368zM745.536 666.88c165.28-81.696 278.592-218.656 278.592-218.656s-229.28-278.176-512.096-278.176c-51.008 0-100.128 9.248-146.592 24.064l56.192 69.952c29.504-6.688 59.584-11.52 90.4-11.52 170.72 0 326.304 116.512 412.192 195.648-53.824 49.568-134.944 113.76-230.048 154.848zM512.096 726.4c22.368 0 44.32-2.24 65.952-5.504l-62.208-77.312c-174.464 0.32-330.048-116.224-415.968-195.36 40.448-37.248 96.64-82.528 162.272-120.288l-49.504-61.504c-128.672 80.384-212.672 181.792-212.672 181.792s229.312 278.176 512.096 278.176zM785.92 904.064l54.432-43.744-697.888-868.16-54.4 43.68z" />
+<glyph unicode="" glyph-name="arrowhead_down" d="M0 763.915h1024l-512-631.83z" />
+<glyph unicode="" glyph-name="arrowhead_up" d="M511.998 763.915l511.998-631.824h-1023.996z" />
+<glyph unicode="" glyph-name="sandclock" d="M249.974 819.001v-54.249c0-59.577 157.589-295.486 157.589-325.299 0-30.1-157.589-266.105-157.589-325.634v-53.912h78.141v21.219c44.066 126.403 156.897 270.282 156.897 270.282v107.249c0 80.076-105.577 166.73-105.577 166.73h256.099c0 0-105.89-61.498-105.89-166.73v-107.249c0 0 99.951-130.724 157.209-270.282v-21.219h77.762v53.912c0 59.529-158.837 295.87-158.837 325.634 0 29.813 158.837 265.722 158.837 325.299v54.249zM123.648 960h786.238v-75.18h-42.314v-65.818h-51.387v-54.249c0-82.765-148.894-307.775-156.772-325.299 7.878-17.858 156.772-242.532 156.772-325.634v-53.912h51.387v-49.015h32.688v-75.037h-786.243v75.037h33.13v49.015h51.257v53.912c0 82.765 148.899 309.12 155.903 325.299-7.004 16.227-155.903 242.486-155.903 325.634v54.249h-51.257v65.818h-23.5z" />
+<glyph unicode="" glyph-name="sum" d="M187.328 960h671.68v-265.568h-45.824v116.32h-528.832l251.264-369.12-280.128-356.384h578.976l16.64 116.32h45.792l-37.888-265.568h-731.936v83.904l294.912 377.632-234.624 345.76v135.968z" />
+<glyph unicode="" glyph-name="rndcheck-not" d="M102.016 909.952c-28.704 0-52-23.296-52-52.064v-819.776c0-28.768 23.296-52.064 52-52.064h819.936c28.704 0 52 23.296 52 52.064v819.776c0 28.768-23.296 52.064-52 52.064zM103.712 960h816.576c57.248 0 103.712-46.56 103.712-103.712v-816.576c0-57.152-46.464-103.712-103.712-103.712h-816.576c-57.248 0-103.712 46.56-103.712 103.712v816.576c0 57.152 46.464 103.712 103.712 103.712z" />
+<glyph unicode="" glyph-name="rndcheck-ok" d="M738.656 656.32l71.424-81.792-381.888-334.976-214.112 248.16 82.336 70.72 142.496-165.472zM102.080 909.952c-28.736 0-52.032-23.296-52.032-52.064v-819.904c0-28.768 23.296-52.064 52.032-52.064h819.968c28.736 0 52.032 23.296 52.032 52.064v819.904c0 28.768-23.296 52.064-52.032 52.064zM103.712 960h816.736c57.184 0 103.712-46.56 103.712-103.712v-816.672c0-57.184-46.528-103.712-103.712-103.712h-816.736c-57.184 0-103.712 46.528-103.712 103.712v816.672c0 57.184 46.528 103.712 103.712 103.712z" />
+<glyph unicode="" glyph-name="clock1" d="M822.080 446.896h98.192v-34.192h-98.192zM741.504 684.144l-191.232-247.88c0-7.621-1.93-14.79-5.328-21.044l-0.497-0.818 99.968-176.083-141.301 153.959-1.516 0.076c-22.259 2.259-39.598 21.044-39.598 43.908 0 22.849 17.339 41.634 39.598 43.892l4.513 0.228zM503.168 862.784l-1.876-0.024c-224.187-5.68-404.188-189.205-404.188-414.76 0-7.048 0.176-14.054 0.523-21.016l0.581-9.317v29.229h98.208v-34.192h-97.801l0.565-6.465c20.597-206.015 191.937-367.689 402.112-373.015l1.876-0.024v97.008h34.192v-96.326l6.562 0.416c214.221 16.304 382.974 195.337 382.974 413.702 0 218.395-168.753 397.386-382.974 413.686l-6.562 0.416v-95.222h-34.192zM512 960c282.752 0 512-229.232 512-512 0-282.736-229.248-511.984-512-511.984-282.769 0-512 229.248-512 511.984 0 282.768 229.231 512 512 512z" />
+<glyph unicode="" glyph-name="pause1" d="M811.771 362.91c-12.827-56.112-29.899-108.479-50.513-156.048h68.561c41.745 0 75.792 34.992 75.792 78.049 0 42.958-34.047 77.999-75.792 77.999zM448.901 572.858c-21.735 0-41.836-0.864-61.427-2.062-2.425-36.767-16.93-71.759-56.016-103.2-10.542-8.496-64.738-14.256-42.069 4.034 35.26 28.415 47.108 60.67 46.966 94.654-131.062-14.976-204.753-52.945-217.020-72.433 15.484-24.48 126.723-78.91 329.566-78.91s314.083 54.43 329.566 78.91c-11.054 17.616-72.293 50.402-180.407 67.584-4.29-33.31-19.31-65.088-55.036-93.84-10.542-8.496-64.692-14.256-42.069 4.034 35.772 28.845 47.433 61.535 47.014 96.046-30.412 2.977-62.734 5.183-99.067 5.183zM606.361 959.994c12.045 0.162 19.893-2.922 8.443-11.779-122.060-94.127-39.598-214.366-19.355-324.668 139.969-20.256 238.521-68.495 238.57-124.991-2.659-27.263-6.576-53.519-11.008-79.391h6.809c72.014 0 130.41-60.096 130.41-134.255s-58.395-134.304-130.41-134.304h-95.802c-71.22-131.805-172.385-214.606-285.117-214.606-193.653 0-353.96 243.311-385.118 562.363 0 59.856 110.027 110.305 262.545 128.255-12.082 41.569-31.764 84.049-41.045 124.367-20.055 87.169 6.997 148.223 75.886 201.312 5.34 4.128 21.583 7.536 33.628 7.698s19.892-2.922 8.441-11.779c-119.122-91.871-43.515-208.557-20.895-316.605 21.689 1.298 43.797 2.112 66.557 2.112 30.318 0 59.654-1.392 87.919-3.694-12.173 40.462-30.97 81.694-39.971 120.957-20.055 87.169 6.994 148.223 75.886 201.312 5.339 4.128 21.581 7.536 33.626 7.698z" />
+<glyph unicode="" glyph-name="shop" d="M188.588 347.734v-280.78h320.912v280.78zM108.388 788.962h802.215c22.085 0 40.105-18.021 40.105-40.115v-43.691l68.324-195.76c0 0 4.999-41.069-36.35-41.069-17.128 0-26.522 7.093-31.975 15.333v-496.922c0-22.095-18.019-40.116-40.105-40.116h-80.227v401.112h-200.56v-401.112h-521.429c-22.105 0-40.104 18.021-40.104 40.116v496.985c-4.935-8.275-13.188-15.397-27.579-15.397-41.369 0-40.705 41.069-40.705 41.069l68.284 195.74v43.712c0 22.093 17.999 40.115 40.104 40.115zM108.377 949.41h802.23c22.086 0 40.105-18.019 40.105-40.113v-40.115c0-22.084-18.020-40.104-40.105-40.104h-802.23c-22.105 0-40.105 18.021-40.105 40.104v40.115c0 22.094 17.999 40.113 40.105 40.113z" />
+<glyph unicode="" glyph-name="template" d="M502.522 615.239l80.861-74.562-92.996-19.661zM411.045 829.025h192.977l-70.344-75.324h-117.69l-5.087-164.232c0 0-6.541-108.612-126.229-95.489l-102.575 2.793v-466.617c0-10.396 8.467-18.817 18.858-18.817h527.19c10.354 0 18.821 8.421 18.821 18.817v559.653l75.36 75.979v-635.632c0-51.997-42.186-94.113-94.181-94.113h-527.19c-51.996 0-94.145 42.117-94.145 94.113v477.886l37.28 39.323 0.037 1.077 195.375 205.259h-0.546l-52.214-55.075 54.721 57.95h0.763l1.744 1.812h0.145zM707.15 880.343l131.403-121.256-162.198-175.828-2.761 27.837-43.293 14.716-1.217 29.473-43.201 11.446-5.196 33.247-35.771 4.578zM797.329 959.977c5.834-0.231 11.27-2.23 15.501-6.119l93.089-85.922c11.299-10.41 9.845-30.426-3.307-44.623l-17.841-19.376-134.038 123.651 17.859 19.376c8.187 8.874 19.013 13.399 28.736 13.013z" />
+<glyph unicode="" glyph-name="remove" d="M824.447 960l199.553-199.586-312.445-312.431 312.445-312.443-199.552-199.541-312.448 312.437-312.451-312.437-199.533 199.539 312.432 312.443-312.448 312.438 199.552 199.564 312.446-312.444z" />
+<glyph unicode="" glyph-name="access" d="M941.97 557.736l-133.783-128.013h-172.028l-38.165-22.101h-126.982l-354.747-358.103 38.248-36.558 328.823 332.987h114.658l38.165 22.060h191.111l152.906 146.273zM769.981 813.727v-124.175h114.658v124.175zM502.457 960h401.307l114.658-109.715v-409.121l-129.769-139.457h-176.002l-38.245-36.558-38.248 36.558-38.165-36.558h-95.536v-73.157h-76.453v-73.119h-76.41v-73.155h-76.493v-73.119h-38.208v-36.599h-191.069l-38.248 36.599v255.95l349.545 334.517-38.248 36.558 32.719 31.23v182.872z" />
+<glyph unicode="" glyph-name="address" d="M800 832h-480c-0.001 0-0.002 0-0.003 0-70.691 0-127.997-57.306-127.997-127.997 0-0.001 0-0.002 0-0.003v0-512c0-70.692 57.308-128 128-128v0h480c17.673 0 32 14.327 32 32v0 64h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512v576c0 17.673-14.327 32-32 32v0zM642.012 368.25c0-0.001 0-0.001 0-0.002 0-8.974-7.274-16.248-16.248-16.248-0.001 0-0.003 0-0.004 0h-227.52c-0.001 0-0.003 0-0.004 0-8.974 0-16.248 7.274-16.248 16.248 0 0.001 0 0.001 0 0.002v0 30.918c0.002 11.475 5.947 21.561 14.924 27.348l0.128 0.077 49.947 31.773-4.711 37.672c-11.313 5.176-20.058 14.331-24.579 25.633l-0.113 0.319-3.48 10.437c-0.96 2.477-1.516 5.344-1.516 8.341 0 4.42 1.21 8.558 3.316 12.1l-0.060-0.109v58.58c0 53.105 43.050 96.154 96.154 96.154s96.154-43.050 96.154-96.154v-58.578c2.046-3.433 3.256-7.571 3.256-11.991 0-2.997-0.556-5.864-1.571-8.503l0.055 0.162-3.48-10.437c-4.633-11.621-13.379-20.776-24.396-25.831l-0.295-0.121-4.71-37.672 49.947-31.773c9.106-5.864 15.051-15.95 15.053-27.425v0zM992 320v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0zM992 544v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0zM992 768v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0z" />
+<glyph unicode="" glyph-name="apps" d="M608 256v-128c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM320 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM576 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM576 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0z" />
+<glyph unicode="" glyph-name="archive" d="M382.656 229.376v-65.376h258.736v65.376zM25.92 276.432h972.224v-340.432h-972.224zM377.248 654.976v-65.36h258.704v65.36zM25.92 698.56h972.224v-354.064h-85.849l-28.506 178.992-614.892-178.992h-242.976zM230.155 960h544.695l183.054-160.745-0.594-35.335h-890.554l-3.332 36.015z" />
+<glyph unicode="" glyph-name="calendar1" d="M559.767 183.959h125.060v-121.123h-125.060zM365.241 183.959h125.012v-121.123h-125.012zM170.715 183.959h125.060v-121.123h-125.060zM744.356 374.453h125.059v-121.075h-125.059zM559.767 374.453h125.060v-121.075h-125.060zM365.241 374.453h125.012v-121.075h-125.012zM170.715 374.453h125.060v-121.075h-125.060zM744.356 568.979h125.059v-121.075h-125.059zM549.83 568.979h125.059v-121.075h-125.059zM355.304 568.979h125.060v-121.075h-125.060zM92.933 696.021v-702.974h838.384v702.974zM35.766 960h952.709v-1024.144h-952.709z" />
+<glyph unicode="" glyph-name="code" d="M684.251 763.073l339.893-251.789v-131.2l-339.893-250.662v136.459l222.52 178.772v2.121l-222.52 178.783zM339.941 763.073v-136.519l-222.478-178.771v-2.063l222.478-178.84v-137.458l-339.941 251.719v131.21zM543.108 906.232l92.079-15.94-155.219-900.571-92.020 15.881z" />
+<glyph unicode="" glyph-name="coin" d="M532.288 652.47c-50.624 0-90.208-20.802-118.912-62.404-17.152-24.802-28.96-53.923-35.264-87.365h-58.432l-11.6-39.364h65.776c-0.528-6.719-0.784-13.6-0.784-20.482 0-7.68 0.256-15.521 0.784-23.041h-54.176l-11.6-39.043h69.504c7.088-48.161 23.488-85.765 48.88-112.486 26.96-28.642 60.24-42.723 99.52-42.723 46.096 0 82.4 17.28 109.344 52.163 22.64 28.963 36 64.645 40.048 107.206h-44.88c-4.768-26.72-11.536-48.003-21.136-64.643-17.616-31.043-43.856-46.563-77.84-46.563-37.024 0-64.752 14.722-83.12 44.163-11.36 17.761-19.152 38.563-23.664 62.565h144.304l11.872 39.362h-160.24c-0.256 4.16-0.256 8.96-0.256 13.761 0 10.401 0.256 20.482 1.024 29.762h147.872l11.6 39.364h-153.92c5.024 24.32 13.088 44.321 24.432 59.844 20.64 28.002 47.856 42.083 81.392 42.083 27.408 0 48.8-7.522 63.968-22.882 15.344-15.040 25.408-36.002 30.432-61.924h45.136c-2.768 34.242-15.856 64.963-39.792 92.166-23.728 26.881-57.2 40.483-100.272 40.483zM512.048 822.4c206.688 0 374.384-167.69 374.384-374.424s-167.696-374.424-374.384-374.424c-206.768 0-374.464 167.69-374.464 374.424s167.392 374.424 374.464 374.424zM512.064 909.28c-254.4 0-461.376-206.88-461.376-461.28s206.976-461.28 461.376-461.28c254.336 0 461.248 206.88 461.248 461.28s-206.912 461.28-461.248 461.28zM512.064 960c282.272 0 511.936-229.6 511.936-512 0-282.24-229.664-512-511.936-512-282.368 0-512.064 229.76-512.064 512 0 282.4 229.696 512 512.064 512z" />
+<glyph unicode="" glyph-name="company" d="M575.675 131.977v-163.575h59.362v163.575zM483.014 131.977v-163.575h59.362v163.575zM391.839 131.977v-163.575h59.345v163.575zM575.675 330.29v-163.575h59.362v163.575zM483.014 330.29v-163.575h59.362v163.575zM391.839 330.29v-163.575h59.345v163.575zM349.372 372.282h328.131v-436.233h-328.131zM345.5 435.484h332.967v-34.738h-332.967zM530.055 549.485v-68.038h57.907v68.038zM438.145 549.485v-68.038h57.907v68.038zM530.79 652.277v-68.038h57.907v68.038zM438.88 652.277v-68.038h57.907v68.038zM403.407 678.682h220.028v-218.574h-220.028zM506.673 960h13.496v-190.111h69.476v-34.754h46.355v-23.153h-244.162v23.153h46.306v34.754h68.528z" />
+<glyph unicode="" glyph-name="cube1" d="M160 621.883l320-192.008v-351.992l-304.469 182.68c-9.368 5.696-15.53 15.847-15.531 27.437v0zM528.469 859.437c-4.703 2.857-10.388 4.547-16.469 4.547s-11.766-1.691-16.612-4.628l0.143 0.080-303.527-182.117 319.996-192 319.996 192zM544 429.875v-351.992l304.469 182.68c9.368 5.696 15.53 15.847 15.531 27.437v0 333.883z" />
+<glyph unicode="" glyph-name="cubelight1" d="M862.891 648.313c-0.42 1.193-0.819 2.148-1.264 3.077l0.080-0.186c-0.606 1.84-1.273 3.397-2.054 4.885l0.084-0.175c-2.136 2.898-3.775 5.032-5.443 7.141l0.447-0.586c-0.89 0.795-1.858 1.567-2.869 2.283l-0.102 0.069c-0.991 0.903-2.067 1.762-3.198 2.549l-0.103 0.068-320 192c-4.703 2.857-10.388 4.547-16.469 4.547s-11.766-1.691-16.612-4.628l0.143 0.080-320-192c-1.226-0.854-2.295-1.709-3.306-2.626l0.027 0.024c-1.121-0.791-2.097-1.571-3.025-2.402l0.031 0.027c-0.962-1.071-1.874-2.241-2.701-3.472l-0.072-0.114c-0.744-0.875-1.474-1.84-2.148-2.846l-0.072-0.115c-0.675-1.276-1.326-2.795-1.858-4.368l-0.066-0.226c-0.389-1.024-0.947-1.961-1.232-3.016-0.699-2.49-1.103-5.349-1.107-8.302v-352.002c0.001-11.591 6.163-21.742 15.39-27.357l0.141-0.080 320.688-192.406c1.479-0.783 3.216-1.505 5.024-2.066l0.221-0.059c0.76-0.266 1.461-0.704 2.232-0.906 2.489-0.714 5.349-1.125 8.304-1.125s5.815 0.411 8.524 1.178l-0.22-0.053c0.772 0.203 1.472 0.64 2.232 0.906 2.028 0.62 3.765 1.342 5.415 2.207l-0.171-0.082 0.34 0.258 0.348 0.148 320 192c9.368 5.695 15.531 15.847 15.532 27.437v0 352c-0.004 2.958-0.408 5.821-1.163 8.538l0.053-0.225zM480 152.531l-256 153.594v277.344l256-153.594zM512 485.32l-257.807 154.68 257.807 154.688 257.807-154.688zM800 306.125l-256-153.594v277.344l256 153.594z" />
+<glyph unicode="" glyph-name="dashboard" d="M797.156 159.875c-8.529-10.218-21.271-16.672-35.519-16.672-14.515 0-27.465 6.697-35.93 17.171l-0.068 0.087c-3.873 1.648-7.184 3.885-9.987 6.638l-67.901 67.901c-5.79 5.79-9.372 13.789-9.372 22.625 0 17.671 14.325 31.997 31.997 31.997 8.836 0 16.835-3.581 22.625-9.372v0l43.26-43.258c32.994 40.283 55.204 90.578 61.549 145.7l0.122 1.308h-61.932c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h61.98c-0.262 2.437-0.252 4.84-0.574 7.281-7.523 53.851-29.185 101.615-61.077 140.704l0.405-0.512-43.703-43.723c-5.79-5.79-13.789-9.372-22.625-9.372-17.671 0-31.997 14.325-31.997 31.997 0 8.836 3.581 16.835 9.372 22.625l43.729 43.75c-40.045 32.607-89.888 54.662-144.495 61.243l-1.359 0.133c-0.555 0.064-1.102 0.043-1.656 0.101v-62.228c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 62.14c-56.57-6.349-107.037-28.47-148.016-61.804l0.52 0.41 43.746-43.746c5.754-5.74 9.32-13.67 9.342-22.433v-0.004l165.252-120.793c13.687-10.088 22.469-26.147 22.469-44.256 0-30.276-24.544-54.82-54.82-54.82-18.11 0-34.169 8.782-44.151 22.32l-0.106 0.151-120.787 165.242c-8.77 0.028-16.703 3.594-22.449 9.344l-43.724 43.726c-32.699-40.559-54.775-90.956-61.278-146.12l-0.13-1.357h62.133c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-61.984c6.676-56.414 28.847-106.679 62.085-147.591l-0.416 0.528 43.313 43.312c5.79 5.79 13.789 9.372 22.625 9.372 17.671 0 31.997-14.325 31.997-31.997 0-8.836-3.581-16.835-9.372-22.625v0l-67.905-67.906c-2.759-2.694-6.015-4.893-9.616-6.445l-0.206-0.079c-8.543-10.61-21.531-17.341-36.092-17.341-14.245 0-26.985 6.443-35.465 16.573l-0.059 0.072c-61.126 67.675-98.527 157.799-98.527 256.658 0 211.831 171.723 383.555 383.555 383.555 15.672 0 31.124-0.94 46.303-2.766l-1.83 0.179c192.044-22.638 339.606-184.452 339.606-380.731 0-98.991-37.534-189.216-99.146-257.219l0.29 0.325z" />
+<glyph unicode="" glyph-name="datarefresh" d="M56.046 365.538h300.061c-16.969-43.564-26.759-90.717-26.759-140.317 0-33.611 4.732-66.080 12.89-97.080h-286.192c-26.596 0-48.134 21.537-48.134 48.132v140.97c0 26.758 21.538 48.295 48.134 48.295zM720.679 512.952c3.12 0.082 6.26 0.082 9.442 0h0.489c39.969-0.326 77.818-8.81 112.24-23.984l1.142-0.653c101.636-45.194 172.113-147.492 170.971-265.78-1.631-158.913-131.654-286.501-290.553-284.869-123.987 1.305-228.723 80.925-267.876 191.218l102.942 17.947c28.876-62.978 92.011-107.030 165.914-107.846 101.963-0.979 185.327 80.925 186.306 182.897 1.142 101.809-80.754 185.345-182.717 186.323-8.646 0-17.13-0.653-25.45-1.632l-0.163 0.653c-27.408-3.589-52.857-13.216-75.045-27.736l35.401-33.447c2.121-1.958 2.936-5.058 1.794-7.668-0.979-2.774-3.426-4.568-6.362-4.732l-162.814-8.647c-2.121 0-3.915 0.979-5.384 2.447-1.468 1.632-2.121 3.753-1.631 6.037l12.236 68.036 17.619 96.262c0.489 2.937 2.61 5.221 5.384 5.71 2.936 0.653 5.873-0.489 7.504-2.937l28.223-41.441c39.154 28.226 85.649 46.499 136.059 52.047 0.653 0.163 1.305 0.163 1.958 0.163 4.405 0.489 8.646 0.816 13.051 1.142 3.1 0.245 6.199 0.408 9.319 0.489zM56.036 665.378h674.698c26.59 0 48.285-21.538 48.285-48.294v-13.217c-21.206 3.589-42.903 5.871-65.088 5.871-138.006 0-258.558-72.767-326.42-181.755h-331.476c-26.59 0-48.124 21.538-48.124 48.131v140.97c0 26.756 21.534 48.294 48.124 48.294zM149.834 895.923c-30.179 0-54.811-24.457-54.811-54.62s24.632-54.783 54.811-54.783c30.179 0 54.648 24.62 54.648 54.783s-24.469 54.62-54.648 54.62zM56.035 960h674.699c26.59 0 48.286-21.685 48.286-48.261v-141.034c0-26.576-21.696-48.098-48.286-48.098h-674.699c-26.59 0-48.123 21.522-48.123 48.098v141.034c0 26.576 21.533 48.261 48.123 48.261z" />
+<glyph unicode="" glyph-name="documentsave" d="M345.584 354.72v-202.88h345.36v202.88zM533.952 557.568h56.752v-130.416h-56.752zM286.432 586.544h114.104v-186.55h231.83v186.55h35.629l82.102-82.093v-381.571h-463.664zM194.583 882.635v-869.291h634.898v674.562h-201.145v194.729zM121.52 960h548.147l232.877-227.99v-796.010h-781.024z" />
+<glyph unicode="" glyph-name="documents" d="M301.347 410.718v-155.408h72.277v82.877h267.51v-82.877h72.62v155.408zM74.104 686.18v-82.471h866.943v82.471l30.484-30.67c30.546-30.641 52.389-38.879 40.118-103.597-12.236-64.501-71.375-418.254-80.171-466.116-9.667-52.479-63.044-51.798-63.044-51.798h-721.747c0 0-53.375-0.68-63.009 51.798-8.796 47.863-67.967 401.616-80.204 466.116-12.266 64.717 9.571 72.956 40.115 103.597zM146.677 759.102h721.749v-103.59h-721.749zM249.767 862.691h515.569v-51.795h-515.569z" />
+<glyph unicode="" glyph-name="download1" d="M896 224v-128c0-17.673-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0zM485.961 340.455c5.876-8.154 15.345-13.4 26.039-13.4s20.163 5.246 25.974 13.305l0.065 0.095 177.818 248.945c3.727 5.164 5.961 11.621 5.961 18.6 0 17.673-14.327 32-32 32h-81.818v192c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-192h-81.818c-17.673 0-32-14.327-32-32 0-6.978 2.234-13.435 6.025-18.694l-0.065 0.095z" />
+<glyph unicode="" glyph-name="duplicate1" d="M736 464v144l160-160h-144c-8.837 0-16 7.163-16 16v0zM352 640v176c0 8.837-7.163 16-16 16v0h-144c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h224v288c0.116 11.518 2.262 22.501 6.096 32.655l-0.217-0.655h-37.879c-17.673 0-32 14.327-32 32v0zM672 416v176c0 8.837-7.163 16-16 16v0h-144c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0 272c0 8.837-7.163 16-16 16v0h-176c-17.673 0-32 14.327-32 32v0zM416 832v-144c0-8.837 7.163-16 16-16v0h144z" />
+<glyph unicode="" glyph-name="edit" d="M150.64 131.024l196.688-112.934-177.876-82.090zM440.518 757.632l319.786-183.541-245.536-427.755-18.294 54.689-93.831 9.688-15.939 58.789-92.020 3.171-25.749 64.455-73.896-7.251zM594.229 959.985c8.817 0.212 17.429-1.772 25.181-6.213l226.455-129.975c27.498-15.797 33.665-56.711 13.811-91.334l-26.999-47.086-326.116 187.209 26.999 47.086c14.27 24.886 38.139 39.772 60.67 40.314z" />
+<glyph unicode="" glyph-name="excel1" d="M789.441 241.11v-102.216h168.092v102.216zM789.441 373.99v-102.216h168.092v102.216zM789.441 506.871v-102.216h168.092v102.216zM345.376 635.776l-51.108-127.204-43.156 115.844h-69.282l70.42-166.952-78.365-165.819h68.144l51.108 118.12 51.108-129.471h74.959l-86.318 182.848 80.635 172.633zM789.441 639.751v-102.216h168.092v102.216zM789.441 772.631v-102.216h168.092v102.216zM608.293 830.554h402.053c7.527 0 13.629-6.102 13.629-13.629v-729.139c0-7.533-6.102-13.625-13.629-13.625h-402.053v64.733h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.663h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918zM589.444 943.748v-991.49l-589.444 102.216v787.058z" />
+<glyph unicode="" glyph-name="expand" d="M139.462 308.298h744.932l-372.468-372.442zM511.926 960l372.468-372.442h-744.932z" />
+<glyph unicode="" glyph-name="file" d="M640 608h176c8.837 0 16-7.163 16-16v0-496c0-17.673-14.327-32-32-32v0h-544c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h336c8.837 0 16-7.163 16-16v0-176c0-17.673 14.327-32 32-32v0zM688 672h144l-160 160v-144c0-8.837 7.163-16 16-16v0z" />
+<glyph unicode="" glyph-name="Floppy" d="M109.804 141.178c-10.916 0-19.935-8.978-19.935-19.968v-65.146c0-10.907 9.020-19.97 19.935-19.97h65.315c10.978 0 19.894 9.062 19.894 19.97v65.146c0 10.99-8.917 19.968-19.894 19.968zM589.312 869.072h146.912v-222.912h-146.912zM213.307 919.544v-250.771c0-43.802 35.811-79.718 79.687-79.718h427.524c43.875 0 79.77 35.917 79.77 79.718v250.771zM138.578 960h733.023l144.751-144.697v-793.092l-21.958-31.824c-23.251-35.272-63.021-54.387-109-54.387h-746.815c-72.023 0-130.898 58.958-130.898 130.898v762.168c0 72.112 58.875 130.935 130.898 130.935z" />
+<glyph unicode="" glyph-name="folder1" d="M193.912 591.524l-65.912-263.649v408.125c0.001 35.346 28.654 63.999 64 64h133.49c0 0 0.001 0 0.001 0 17.673 0 33.673-7.164 45.255-18.746l45.254-45.254h416c35.346-0.001 63.999-28.654 64-64v0-32h-640c-0.001 0-0.001 0-0.002 0-29.833 0-54.898-20.413-61.99-48.033l-0.097-0.444zM942.031 576h-636.063c-0.001 0-0.001 0-0.002 0-29.833 0-54.897-20.413-61.989-48.033l-0.097-0.444-115.881-463.524h768l108.119 432.476c1.214 4.66 1.911 10.011 1.911 15.524 0 35.346-28.653 63.999-63.999 64v0z" />
+<glyph unicode="" glyph-name="folder_add" d="M785.553 312.399v-95.808h-95.774v-57.011h95.774v-95.791h57.045v95.791h95.774v57.011h-95.774v95.808zM809.218 404.602c118.6 0 214.747-96.162 214.747-214.765s-96.148-214.765-214.747-214.765c-118.603 0-214.749 96.162-214.749 214.765s96.146 214.765 214.749 214.765zM81.172 920.86h285.817c44.839 0 81.184-36.345 81.184-81.163v-38.919h365.342c44.838 0 81.184-36.366 81.184-81.182v-253.204l-6.333 1.888c-25.165 7.163-51.718 10.999-79.149 10.999-159.599 0-289.459-129.845-289.459-289.441 0-24.937 3.17-49.147 9.129-72.249l1.406-5.182h-449.12c-44.828 0-81.174 36.346-81.174 81.185v526.004c0 1.401 0.035 2.793 0.106 4.176l0.068 0.898-0.068 0.899c-0.070 1.384-0.106 2.777-0.106 4.178v109.951c0 44.817 36.345 81.163 81.172 81.163z" />
+<glyph unicode="" glyph-name="folder_delete" d="M688.355 220.883v-67.036h248.593v67.036zM809.218 404.602c118.6 0 214.747-96.162 214.747-214.765s-96.148-214.765-214.747-214.765c-118.6 0-214.749 96.162-214.749 214.765s96.149 214.765 214.749 214.765zM81.172 920.86h285.819c44.837 0 81.182-36.345 81.182-81.163v-38.919h365.342c44.838 0 81.184-36.366 81.184-81.182v-253.204l-6.333 1.888c-25.165 7.163-51.718 10.999-79.149 10.999-159.599 0-289.459-129.845-289.459-289.441 0-24.937 3.17-49.147 9.129-72.249l1.406-5.182h-449.12c-44.828 0-81.174 36.346-81.174 81.185v526.004c0 1.401 0.035 2.793 0.106 4.176l0.068 0.898-0.068 0.899c-0.070 1.384-0.106 2.777-0.106 4.178v109.951c0 44.817 36.345 81.163 81.172 81.163z" />
+<glyph unicode="" glyph-name="folder_find" d="M494.046 553.696c90.647 0 164.146-73.457 164.146-164.1 0-90.632-73.498-164.108-164.146-164.108-90.646 0-164.126 73.476-164.126 164.108 0 90.643 73.481 164.1 164.126 164.1zM494.046 602.144c-117.376 0-212.542-95.145-212.542-212.548 0-117.391 95.165-212.556 212.542-212.556 34.851 0 67.744 8.387 96.769 23.254l4.077 2.151 54.362-69.117h93.29l-89.772 114.911 2.001 2.255c32.294 37.28 51.834 85.909 51.834 139.102 0 117.403-95.168 212.548-212.562 212.548zM92.896 910.64h327.164c51.312 0 92.916-41.604 92.916-92.904v-44.536h418.106c51.315 0 92.918-41.615 92.918-92.907v-602.031c0-51.325-41.603-92.918-92.918-92.918h-838.185c-51.293 0-92.896 41.594-92.896 92.918v602.031c0 1.603 0.041 3.196 0.121 4.779l0.078 1.030-0.078 1.030c-0.080 1.584-0.121 3.178-0.121 4.782v125.822c0 51.299 41.603 92.904 92.896 92.904z" />
+<glyph unicode="" glyph-name="globe" d="M388.544 743.172c-28.448-28.809-51.452-63.073-67.291-101.070l-0.777-2.102h-63.865c33.945 44.926 78.421 80.17 129.848 102.371l2.085 0.801zM218.906 576h81.85c-6.347-28.27-10.618-61.247-11.874-94.995l-0.030-1.005h-95.229c3.656 35.474 12.605 67.979 26.088 98.006l-0.805-2.006zM218.906 320c-12.678 28.021-21.627 60.526-25.169 94.637l-0.115 1.363h95.228c1.286-34.754 5.557-67.731 12.582-99.676l-0.678 3.676zM256.611 256h63.865c16.616-40.099 39.619-74.362 68.1-103.205l-0.033 0.033c-53.511 23.002-97.988 58.245-131.347 102.364l-0.586 0.808zM480 158.068c-37.056 25.495-67.243 58.29-89.018 96.499l-0.752 1.432h89.77zM480 320h-114.076c-7.272 28.429-12.009 61.37-13.155 95.221l-0.021 0.779h127.252zM480 480h-127.252c1.166 34.63 5.904 67.571 13.864 99.232l-0.688-3.232h114.076zM480 640h-89.77c22.527 39.642 52.714 72.436 88.791 97.294l0.978 0.637zM767.389 640h-63.872c-16.622 40.103-39.631 74.369-68.118 103.214l0.032-0.033c53.521-23.001 98.007-58.249 131.372-102.374l0.586-0.808zM544 737.926c37.050-25.497 67.233-58.289 89.008-96.493l0.752-1.432h-89.76zM544 576h114.072c7.273-28.428 12.012-61.369 13.159-95.221l0.021-0.779h-127.252zM544 416h127.252c-1.168-34.631-5.906-67.572-13.868-99.232l0.688 3.232h-114.072zM544 158.074v97.926h89.76c-22.527-39.637-52.71-72.429-88.782-97.288l-0.978-0.637zM635.432 152.818c28.454 28.812 51.464 63.079 67.309 101.080l0.777 2.101h63.872c-33.951-44.933-78.436-80.181-129.873-102.381l-2.085-0.801zM805.096 320h-81.853c6.349 28.27 10.621 61.246 11.877 94.995l0.030 1.005h95.228c-3.655-35.474-12.603-67.979-26.086-98.006l0.805 2.006zM735.148 480c-1.285 34.754-5.558 67.73-12.585 99.674l0.678-3.674h81.853c12.678-28.021 21.625-60.526 25.165-94.638l0.115-1.362zM896 448c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z" />
+<glyph unicode="" glyph-name="group" d="M823.502 288h-47.004c-2.992 0.083-5.847 0.358-8.641 0.815l0.368-0.050c-13.662 11.227-29.91 24.652-48.35 39.953l-4.238 3.531c-1.115 3.304-2.023 7.215-2.557 11.244l-0.035 0.326c0.527 2.031 1.156 4.008 1.612 6.070l16.094 73.688c19.613 16.339 34.884 37.23 44.269 61.083l0.356 1.026 8.906 24c5.094 12.059 8.054 26.079 8.054 40.791 0 25.917-9.187 49.689-24.482 68.236l0.147-0.183v48.945c10.060 2.878 21.614 4.533 33.555 4.533 69.839 0 126.455-56.616 126.455-126.455 0-0.547-0.003-1.092-0.010-1.637l0.001 0.083v-69.961c4.573-3.984 7.447-9.817 7.447-16.322 0-2.91-0.575-5.686-1.618-8.22l0.052 0.144-11.762-35.281c-5.295-13.384-16.081-23.612-29.505-28.040l-0.337-0.096-5.269-42.16c-4.084-31.766-30.958-56.062-63.506-56.062 0 0 0 0 0 0v0zM287.012 288.695c15.744 12.945 33.188 27.312 49.082 40.414l4.424 3.641c1.037 3.152 1.89 6.897 2.402 10.751l0.036 0.327c-0.527 2.020-1.162 4-1.612 6.048l-16.094 73.703c-19.595 16.329-34.856 37.204-44.238 61.037l-0.356 1.026-8.969 24.109c-5.079 12.041-8.030 26.039-8.030 40.727 0 25.918 9.19 49.69 24.489 68.235l-0.146-0.183v48.945c-10.060 2.878-21.614 4.533-33.555 4.533-69.839 0-126.455-56.616-126.455-126.455 0-0.547 0.003-1.092 0.010-1.637l-0.001 0.083v-69.961c-4.573-3.984-7.447-9.817-7.447-16.322 0-2.91 0.575-5.686 1.618-8.22l-0.052 0.144 11.762-35.281c5.295-13.384 16.081-23.612 29.505-28.040l0.337-0.096 5.269-42.16c4.084-31.766 30.958-56.062 63.506-56.062 0 0 0 0 0 0h47.004c2.735 0.090 5.326 0.34 7.866 0.742l-0.356-0.046zM1010.352 249.555l-70.819 49.571c-18.173-39.272-54.546-67.41-97.992-73.753l-0.693-0.083c14.011-17.84 22.585-40.532 22.921-65.213l0.001-0.076h144.23c8.837 0 16 7.163 16 16v0 47.34c-0.001 10.801-5.352 20.352-13.548 26.147l-0.1 0.067zM116.467 299.125l-70.819-49.571c-8.296-5.862-13.648-15.413-13.648-26.215v0-47.34c0-8.837 7.163-16 16-16v0h144.824c1.185 24.746 9.937 47.241 23.973 65.456l-0.201-0.272c-44.747 5.947-81.747 34.258-99.8 73.151l-0.329 0.791zM773.455 202.297c-13.924 10.547-58.512 47.348-94.453 77.188-29.443-33.897-72.541-55.268-120.636-55.484h-60.694c-48.237 0.222-91.415 21.695-120.684 55.531l-0.172 0.203c-36.762-30.304-82.34-67.828-94.272-77.437-16.096-10.821-26.545-28.963-26.545-49.546 0-0.114 0-0.228 0.001-0.343v0.018-40.426c0-8.837 7.163-16 16-16v0h512c8.837 0 16 7.163 16 16v0 40.426c0.088 1.147 0.139 2.484 0.139 3.833 0 19.598-10.626 36.714-26.43 45.902l-0.253 0.136zM340.633 507.977c8.558-20.091 23.145-36.239 41.462-46.535l0.481-0.249 21.307-97.656c9.736-43.507 48.024-75.536 93.792-75.536 0 0 0.001 0 0.001 0h60.648c0 0 0 0 0 0 45.768 0 84.055 32.028 93.671 74.895l0.121 0.64 21.307 97.656c18.799 10.544 33.386 26.693 41.706 46.16l0.237 0.624 8.96 24.047c2.746 5.341 4.356 11.654 4.356 18.343 0 16.707-10.042 31.068-24.42 37.377l-0.262 0.102v84.156c0 96-64 160-176 160s-176-64-176-160v-84.156c-14.639-6.411-24.682-20.772-24.682-37.479 0-6.689 1.61-13.001 4.463-18.572l-0.107 0.23z" />
+<glyph unicode="" glyph-name="home1" d="M661.333 553.6v129.067h-64v-65.749l-74.304 73.685-0.043 1.024-266.283-264.96h84.629v-234.667h128v128h106.667v-128h128v234.667h85.333z" />
+<glyph unicode="" glyph-name="inbox" d="M816 800h-608c-44.164-0.048-79.952-35.836-80-79.995v-576.005c0.048-44.164 35.836-79.952 79.995-80h608.005c44.164 0.048 79.952 35.836 80 79.995v576.005c-0.048 44.164-35.836 79.952-79.995 80h-0.005zM800 384h-130.883c0 0 0 0-0.001 0-7.725 0-14.172-5.475-15.671-12.756l-0.018-0.103-26.856-134.281c-1.517-7.385-7.964-12.86-15.689-12.86 0 0 0 0-0.001 0h-197.766c0 0 0 0-0.001 0-7.725 0-14.172 5.475-15.671 12.756l-0.018 0.103-26.856 134.281c-1.517 7.385-7.964 12.86-15.689 12.86 0 0 0 0-0.001 0h-130.883v320h576z" />
+<glyph unicode="" glyph-name="library1" d="M576 832h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 704c0 17.673-14.327 32-32 32v0zM544 144c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM544 720c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM865.174 814.101c-2.739 15.123-15.804 26.443-31.514 26.443-1.964 0-3.886-0.177-5.752-0.516l0.195 0.029-157.568-27.783c-15.123-2.739-26.443-15.804-26.443-31.514 0-1.964 0.177-3.886 0.516-5.752l-0.029 0.195 122.248-693.305c2.737-15.123 15.802-26.444 31.512-26.444 1.964 0 3.888 0.177 5.754 0.516l-0.195-0.029 157.568 27.783c15.123 2.737 26.443 15.802 26.443 31.511 0 1.964-0.177 3.888-0.516 5.754l0.029-0.195zM903.082 138.418l-63.029-11.113c-0.835-0.154-1.795-0.243-2.776-0.243-7.855 0-14.388 5.66-15.745 13.123l-0.015 0.098-5.556 31.514c-0.155 0.835-0.243 1.797-0.243 2.778 0 7.855 5.66 14.387 13.124 15.742l0.098 0.015 63.029 11.115c0.835 0.154 1.795 0.243 2.776 0.243 7.855 0 14.388-5.66 15.745-13.123l0.015-0.098 5.556-31.516c0.154-0.835 0.243-1.795 0.243-2.776 0-7.855-5.66-14.388-13.124-15.744l-0.098-0.015zM288 832h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 704c0 17.673-14.327 32-32 32v0zM256 144c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM256 720c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0z" />
+<glyph unicode="" glyph-name="license" d="M875.125 506.258l-204.547-148.578 77.998-240.192c0.65-1.932 1.025-4.157 1.025-6.47 0-11.561-9.372-20.932-20.932-20.932-0.003 0-0.006 0-0.009 0v0c-4.595 0.025-8.829 1.553-12.24 4.116l0.053-0.038-204.342 148.426-204.344-148.426c-3.358-2.525-7.592-4.053-12.182-4.078h-0.006c-0.002 0-0.004 0-0.006 0-11.562 0-20.934 9.373-20.934 20.934 0 2.312 0.375 4.536 1.067 6.616l-0.043-0.148 77.998 240.192-204.547 148.578c-5.239 3.837-8.603 9.966-8.603 16.88 0 11.522 9.34 20.862 20.862 20.862 0 0 0 0 0 0h252.793l78.1 240.5c2.803 8.438 10.625 14.417 19.843 14.417s17.040-5.978 19.8-14.27l0.042-0.147 78.099-240.5h252.793c11.521-0.003 20.859-9.343 20.859-20.864 0-6.913-3.362-13.041-8.54-16.837l-0.058-0.041z" />
+<glyph unicode="" glyph-name="list1" d="M352 512v-128c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM320 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM864 608h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 800h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 224h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 416h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0z" />
+<glyph unicode="" glyph-name="log" d="M484.605 523.186c-29.216 0-46.245-27.795-46.245-64.947 0-37.435 17.56-63.807 46.528-63.807 29.216 0 45.967 27.778 45.967 64.933 0 34.325-16.468 63.821-46.25 63.821zM264.531 554.432h43.398v-154.911h76.017v-36.306h-119.415zM708.043 556.399c24.685 0 43.682-4.829 53.027-9.343l-9.062-34.624c-10.53 4.514-23.562 8.203-44.529 8.203-36.031 0-63.308-20.39-63.308-61.828 0-39.451 24.721-62.687 60.152-62.687 9.969 0 17.908 1.111 21.279 2.846v40h-29.465v33.734h71.179v-100.705c-13.341-4.546-38.556-10.797-63.804-10.797-34.906 0-60.152 8.813-77.745 25.86-17.593 16.421-27.216 41.407-26.936 69.469 0.281 63.561 46.528 99.872 109.211 99.872zM485.733 557.527c58.746 0 90.774-43.996 90.774-96.728 0-62.681-37.999-100.729-93.901-100.729-56.716 0-89.901 42.842-89.901 97.306 0 57.313 36.562 100.15 93.028 100.15zM192.874 899.427v-898.747h449.428l-0.689 224.562 185.203-0.187v674.372zM132.35 960h759.397v-807.847l-193.105-216.081h-566.292z" />
+<glyph unicode="" glyph-name="logout" d="M802.658 802.445l-320 26.668c-0.736 0.061-1.594 0.096-2.459 0.096-16.632 0-30.273-12.806-31.6-29.096l-0.007-0.113h-0.592v-672h0.592c1.335-16.401 14.974-29.205 31.604-29.205 0.867 0 1.725 0.035 2.575 0.103l-0.112-0.007 320 26.664c16.491 1.418 29.341 15.154 29.342 31.891v0 613.109c0 0 0 0.001 0 0.001 0 16.737-12.85 30.474-29.223 31.881l-0.119 0.008zM544 416c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32v0c0-17.673-14.327-32-32-32v0zM256 800h128v-64h-128v-544h128v-64h-128c-35.327 0.047-63.953 28.673-64 63.995v544.005c0.047 35.327 28.673 63.953 63.995 64h0.005z" />
+<glyph unicode="" glyph-name="menu1" d="M870.4 755.2v-51.2c0-28.277-22.923-51.2-51.2-51.2v0h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 51.2c0 28.277 22.923 51.2 51.2 51.2v0h614.4c28.277 0 51.2-22.923 51.2-51.2v0zM819.2 550.4h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0 51.2c0 28.277-22.923 51.2-51.2 51.2v0zM819.2 294.4h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0 51.2c0 28.277-22.923 51.2-51.2 51.2v0z" />
+<glyph unicode="" glyph-name="newspaper1" d="M400 512h352c8.837 0 16 7.163 16 16v0 128c0 8.837-7.163 16-16 16v0h-352c-8.837 0-16-7.163-16-16v0-128c0-8.837 7.163-16 16-16v0zM751.998 448h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0zM751.998 320h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0zM399.998 256h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0zM864 800h-576c-0.005 0-0.012 0-0.018 0-17.663 0-31.982-14.319-31.982-31.982 0-0.006 0-0.013 0-0.019v0.001-544c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 544c-35.327-0.047-63.953-28.673-64-63.995v-480.005c0.064-52.972 42.971-95.901 95.928-96h576.071c52.995 0.060 95.94 43.005 96 95.994v544.006c0 0.005 0 0.012 0 0.018 0 17.663-14.319 31.982-31.982 31.982-0.006 0-0.013 0-0.019 0h0.001zM832 224c-0.012-17.668-14.332-31.988-31.999-32h-485.47c3.465 9.51 5.469 20.489 5.469 31.935 0 0.023 0 0.045 0 0.068v-0.004 512h512zM399.998 384h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0z" />
+<glyph unicode="" glyph-name="numberlist" d="M448 544v32c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32v0zM736 224h-256c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 416h-384c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 800h-384c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM320 224h-78.375c5.243 9.382 13.594 16.497 23.633 20.032l0.305 0.093c18.844 6.72 76.156 27.094 76.156 85.031-0.068 47.946-38.926 86.794-86.87 86.844h-0.005c-32.111-0.153-60.674-15.208-79.15-38.599l-0.163-0.214c-4.685-5.53-7.533-12.745-7.533-20.626 0-17.674 14.328-32.002 32.002-32.002 9.794 0 18.56 4.399 24.43 11.33l0.039 0.047c6.893 9.542 17.877 15.76 30.328 16.063l0.047 0.001c12.621-0.003 22.854-10.225 22.875-22.842v-0.002c0-3.812 0-12.781-33.625-24.719-43.636-17.22-73.949-59.019-73.949-107.899 0-2.19 0.061-4.366 0.181-6.526l-0.013 0.3c0.935-16.931 14.889-30.307 31.968-30.313h117.719c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM214.624 681.376l9.376 9.374v-114.75c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 0 0 0 0 0 0 17.672-14.326 31.997-31.997 31.997-8.837 0-16.836-3.582-22.627-9.373l-64-64c-5.668-5.769-9.168-13.685-9.168-22.419 0-17.671 14.325-31.996 31.996-31.996 8.734 0 16.65 3.499 22.424 9.172l-0.005-0.005z" />
+<glyph unicode="" glyph-name="package" d="M734.549 503.648l-380.418 258.141 126.775 76.055 383.994-255.984zM293.65 725.5l-132.754-79.641 384.006-256 129.17 77.5zM128 334.875l384-255.992v255.992l-384 256zM768 449.078v-86.93c0-0.002 0-0.003 0-0.005 0-5.797-3.082-10.875-7.697-13.683l-0.071-0.040-32-19.195c-2.35-1.432-5.192-2.28-8.232-2.28-8.836 0-15.999 7.163-16 15.999v0 67.744l-128-76.804v-255.984l320 191.976v256.007z" />
+<glyph unicode="" glyph-name="tux" d="M567.656 223.084c-81.944-38.118-158.158-37.716-209.34-34.020-61.052 4.41-110.158 21.124-131.742 35.732-13.3 9.006-31.384 5.522-40.39-7.782-9.004-13.302-5.52-31.386 7.782-40.39 34.698-23.486 96.068-40.954 160.162-45.58 10.866-0.784 22.798-1.278 35.646-1.278 55.782 0 126.626 5.316 202.42 40.57 14.564 6.778 20.878 24.074 14.104 38.64-6.776 14.566-24.076 20.872-38.642 14.108zM890.948 266.184c2.786 252.688 28.762 730.206-454.97 691.612-477.6-38.442-350.964-542.968-358.082-711.95-6.308-89.386-35.978-198.648-77.896-309.846h129.1c13.266 47.122 23.024 93.72 27.232 138.15 7.782-5.428 16.108-10.674 24.994-15.7 14.458-8.518 26.884-19.844 40.040-31.834 30.744-28.018 65.59-59.774 133.712-63.752 4.572-0.262 9.174-0.394 13.676-0.394 68.896 0 116.014 30.154 153.878 54.382 18.14 11.612 33.818 21.64 48.564 26.452 41.91 13.12 78.532 34.296 105.904 61.252 4.276 4.208 8.242 8.538 11.962 12.948 15.246-55.878 36.118-118.758 59.288-181.504h275.65c-66.174 102.224-134.436 202.374-133.052 330.184zM124.11 403.648c0 0.016 0 0.030-0.002 0.046-4.746 82.462 34.71 151.832 88.126 154.936 53.412 3.106 100.56-61.228 105.304-143.692 0-0.014 0.004-0.030 0.004-0.044 0.256-4.446 0.368-8.846 0.37-13.206-16.924-4.256-32.192-10.436-45.872-17.63-0.052 0.612-0.092 1.216-0.152 1.83 0 0.008 0 0.018 0 0.026-4.57 46.81-29.572 82.16-55.852 78.958-26.28-3.204-43.88-43.75-39.312-90.558 0-0.010 0.004-0.018 0.004-0.026 1.992-20.408 7.868-38.636 16.042-52.444-2.034-1.604-7.784-5.812-14.406-10.656-4.97-3.634-11.020-8.058-18.314-13.43-19.882 26.094-33.506 63.58-35.94 105.89zM665.26 199.822c-1.9-43.586-58.908-84.592-111.582-101.044l-0.296-0.096c-21.9-7.102-41.428-19.6-62.104-32.83-34.732-22.224-70.646-45.208-122.522-45.208-3.404 0-6.894 0.104-10.326 0.296-47.516 2.778-69.742 23.032-97.88 48.676-14.842 13.526-30.19 27.514-49.976 39.124l-0.424 0.244c-42.706 24.104-69.212 54.082-70.908 80.194-0.842 12.98 4.938 24.218 17.182 33.4 26.636 19.972 44.478 33.022 56.284 41.658 13.11 9.588 17.068 12.48 20 15.264 2.096 1.986 4.364 4.188 6.804 6.562 24.446 23.774 65.36 63.562 128.15 63.562 38.404 0 80.898-14.8 126.17-43.902 21.324-13.878 39.882-20.286 63.38-28.4 16.156-5.578 34.468-11.902 58.992-22.404l0.396-0.164c22.88-9.404 49.896-26.564 48.66-54.932zM652.646 302.194c-4.4 2.214-8.974 4.32-13.744 6.286-22.106 9.456-39.832 15.874-54.534 20.998 8.116 15.894 13.16 35.72 13.624 57.242 0 0.010 0 0.022 0 0.030 1.126 52.374-25.288 94.896-58.996 94.976-33.71 0.078-61.95-42.314-63.076-94.686 0-0.010 0-0.018 0-0.028-0.038-1.714-0.042-3.416-0.020-5.11-20.762 9.552-41.18 16.49-61.166 20.76-0.092 1.968-0.204 3.932-0.244 5.92 0 0.016 0 0.036 0 0.050-1.938 95.412 56.602 174.39 130.754 176.402 74.15 2.014 135.828-73.7 137.772-169.11 0-0.018 0-0.038 0-0.052 0.874-43.146-10.66-82.866-30.37-113.678z" />
+<glyph unicode="" glyph-name="appleinc" d="M791.498 415.908c-1.294 129.682 105.758 191.876 110.542 194.966-60.152 88.020-153.85 100.078-187.242 101.472-79.742 8.074-155.596-46.948-196.066-46.948-40.368 0-102.818 45.754-168.952 44.552-86.916-1.292-167.058-50.538-211.812-128.38-90.304-156.698-23.126-388.84 64.89-515.926 43.008-62.204 94.292-132.076 161.626-129.58 64.842 2.588 89.362 41.958 167.756 41.958s100.428-41.958 169.050-40.67c69.774 1.296 113.982 63.398 156.692 125.796 49.39 72.168 69.726 142.038 70.924 145.626-1.548 0.706-136.060 52.236-137.408 207.134zM662.562 796.478c35.738 43.358 59.86 103.512 53.28 163.522-51.478-2.096-113.878-34.29-150.81-77.55-33.142-38.376-62.148-99.626-54.374-158.436 57.466-4.484 116.128 29.204 151.904 72.464z" />
+<glyph unicode="" glyph-name="finder" d="M569.226 181.744c-0.002 0.044-0.002 0.088-0.004 0.132 0.002-0.044 0.002-0.088 0.004-0.132zM570.596 145.462c-0.012 0.234-0.022 0.466-0.032 0.702 0.010-0.234 0.020-0.466 0.032-0.702zM569.814 163.688c-0.006 0.178-0.012 0.356-0.020 0.536 0.010-0.182 0.016-0.358 0.020-0.536zM960 960h-896c-35.2 0-64-28.8-64-64v-896c0-35.2 28.8-64 64-64h493.832c0.044 0 0.088-0.006 0.132-0.006 0.042 0 0.084 0.006 0.126 0.006h401.91c35.2 0 64 28.8 64 64v896c0 35.2-28.8 64-64 64zM192 736c0 17.672 14.328 32 32 32s32-14.328 32-32v-64c0-17.672-14.328-32-32-32s-32 14.328-32 32v64zM960 0h-375.058c-6.7 42.082-10.906 85.476-13.388 127.604 0.006-0.116 0.010-0.228 0.018-0.344-19.696-2.146-39.578-3.26-59.572-3.26-133.65 0-262.382 48.656-362.484 137.006-14.906 13.156-16.326 35.906-3.168 50.812 13.158 14.904 35.906 16.326 50.814 3.168 86.936-76.728 198.748-118.986 314.838-118.986 19.086 0 38.052 1.166 56.816 3.416-2.192 118.194 6.876 211.914 7.026 213.404 0.898 8.996-2.050 17.952-8.118 24.654-6.066 6.702-14.682 10.526-23.724 10.526h-95.174c1.384 34.614 5.082 93.814 14.958 160.188 18.864 126.76 51.994 225.77 96.152 287.812h400.064v-896zM800 640c-17.674 0-32 14.328-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64c0-17.672-14.326-32-32-32zM540.496 124.768c-3.646-0.192-7.298-0.336-10.956-0.454 3.658 0.116 7.31 0.264 10.956 0.454zM512 124c4.692 0 9.374 0.074 14.050 0.196-4.676-0.122-9.358-0.196-14.050-0.196zM539.074 196.798c0.784 0.044 1.568 0.084 2.352 0.132-0.782-0.048-1.568-0.088-2.352-0.132zM525.084 196.2c1.074 0.030 2.146 0.072 3.218 0.11-1.072-0.038-2.144-0.082-3.218-0.11zM877.65 311.818c-13.156 14.91-35.908 16.322-50.812 3.168-72.642-64.114-162.658-104.136-258.022-115.57 0.43-23.278 1.294-47.496 2.754-72.156 111.954 12.21 217.786 58.614 302.912 133.746 14.908 13.156 16.326 35.906 3.168 50.812zM571.498 127.252c-4.606-0.5-9.222-0.936-13.848-1.322 4.626 0.384 9.244 0.822 13.848 1.322zM555.488 125.758c-3.906-0.312-7.822-0.576-11.742-0.806 3.92 0.226 7.834 0.496 11.742 0.806z" />
+<glyph unicode="" glyph-name="android" d="M896 576c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.8 64-64 64zM128 576c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.802 64-64 64zM224 224c0-53.020 42.98-96 96-96v0-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128h128v-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128c53.020 0 96 42.98 96 96v352h-576v-352zM798.216 639.998c-9.716 87.884-59.004 163.792-129.62 209.646l32.024 64.046c7.904 15.806 1.496 35.028-14.31 42.932s-35.030 1.496-42.932-14.312l-32.142-64.286-8.35 3.316c-28.568 9.502-59.122 14.66-90.886 14.66-31.762 0-62.316-5.158-90.888-14.656l-8.348-3.316-32.142 64.282c-7.904 15.808-27.128 22.212-42.932 14.312-15.808-7.904-22.214-27.126-14.312-42.932l32.022-64.046c-70.616-45.852-119.904-121.762-129.622-209.644v-32h574.222v31.998h-1.784zM416 704c-17.674 0-32 14.328-32 32 0 17.648 14.288 31.958 31.93 31.996 0.032 0 0.062-0.002 0.094-0.002 0.018 0 0.036 0.002 0.052 0.002 17.638-0.042 31.924-14.35 31.924-31.996 0-17.672-14.326-32-32-32zM608 704c-17.674 0-32 14.328-32 32 0 17.646 14.286 31.954 31.924 31.996 0.016 0 0.034-0.002 0.050-0.002 0.032 0 0.064 0.002 0.096 0.002 17.64-0.038 31.93-14.348 31.93-31.996 0-17.672-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="windows" d="M412.23 448.086c-47.708 24.518-94.086 36.958-137.88 36.958-5.956 0-11.952-0.18-17.948-0.708-55.88-4.624-106.922-19.368-139.75-30.828-8.708-3.198-17.634-6.576-26.83-10.306l-89.822-311.394c61.702 22.832 116.292 33.938 166.27 33.938 80.846 0 139.528-30.208 187.992-61.304 22.962 77.918 78.044 266.090 94.482 322.324-11.95 7.284-24.076 14.57-36.514 21.32zM528.348 368.93l-90.446-314.148c26.832-15.372 117.098-64.050 186.212-64.050 55.792 0 118.252 14.296 190.834 43.792l86.356 301.976c-58.632-18.922-114.876-28.52-167.464-28.52-95.95 0-163.114 31.098-205.492 60.95zM292.822 591.21c77.118-0.798 134.152-30.208 181.416-60.502l92.752 317.344c-19.546 11.196-70.806 39.094-107.858 48.6-24.386 5.684-50.020 8.616-77.204 8.616-51.796-0.976-108.388-13.946-172.888-39.8l-88.44-310.596c64.808 24.436 120.644 36.34 172.086 36.34 0.046-0.002 0.136-0.002 0.136-0.002zM1024 761.876c-58.814-22.832-116.208-34.466-171.028-34.466-91.686 0-159.292 31.802-203.094 62.366l-91.95-318.236c61.746-39.708 128.29-59.878 198.122-59.878 56.948 0 115.94 13.68 175.462 40.688l-0.182 2.222 3.734 0.886 88.936 306.418z" />
+<glyph unicode="" glyph-name="windows8" d="M0.35 448l-0.35 312.074 384 52.144v-364.218zM448 821.518l511.872 74.482v-448h-511.872zM959.998 384l-0.126-448-511.872 72.016v375.984zM384 16.164l-383.688 52.594-0.020 315.242h383.708z" />
+<glyph unicode="" glyph-name="pay" d="M290.893 44.681h341.090v-108.598h-341.090zM654.474 488.13c21.302 0.828 42.039-10.909 51.67-31.4l71.345-151.834c10.431-22.197 4.638-47.869-12.567-63.604l-3.157-2.611-124.45-130.921-0.691-1.528c-7.41-15.376-23.143-25.987-41.351-25.987h-261.553c-25.332 0-45.875 20.541-45.875 45.875v160.864l124.446-124.443c15.624-15.621 36.383-24.211 58.458-24.211 22.076 0 42.833 8.591 58.436 24.211l111.965 111.961v-31.040l29.568 27.14-65.221 138.828c-12.864 27.341-1.1 59.903 26.241 72.766l1.639 0.777c6.836 3.21 13.999 4.882 21.1 5.158zM501.391 542.007l-50.752-50.734c19.938-13.614 36.101-14.219 48.485-1.833 10.359 10.358 11.115 27.88 2.267 52.567zM546.232 658.468c-8.654 0.045-16.055-3.021-22.205-9.17-6.496-6.52-10.034-13.596-10.618-21.278s1.511-18.126 6.281-31.311l52.587 52.588c-8.72 6.085-17.414 9.128-26.045 9.17zM620.373 697.396l18.193-18.19-23.198-23.197c20.196-21.254 32.044-38.023 35.541-50.301l-28.204-28.205c-3.732 17.782-14.24 35.865-31.568 54.251l-60.765-60.765c12.732-30.643 18.881-54.186 18.45-70.629-0.454-16.42-5.999-29.95-16.615-40.567-12.926-12.928-28.7-18.754-47.367-17.479-18.664 1.273-38.063 9.581-58.175 24.965l-28.612-28.591-18.19 18.192 27.535 27.534c-21.882 21.902-35.928 43.503-42.078 64.759l29.387 29.39c1.362-10.681 5.611-22.744 12.777-36.21 7.141-13.487 15.19-24.708 24.166-33.684l58.651 58.651c-13.702 32.865-19.938 56.755-18.708 71.685 1.23 14.954 7.358 27.947 18.45 39.015 13.077 13.097 29.626 19.183 49.609 18.255 19.981-0.925 38.993-8.459 57.010-22.592zM548.714 960c11.758 0 23.518-4.488 32.494-13.464l307.536-307.538c17.955-17.954 17.955-47.041 0-64.972l-144.476-144.477-17.35 36.933c-3.986 8.47-9.421 16.004-15.925 22.36l-2.552 2.326 115.333 115.332-275.062 275.064-353.027-353.025 275.062-275.064 124.276 124.275 31.153-66.294-122.952-122.953c-17.931-17.953-47.021-17.953-64.975 0l-307.535 307.539c-17.953 17.951-17.953 47.040 0 64.972l385.521 385.522c8.966 8.976 20.722 13.464 32.479 13.464z" />
+<glyph unicode="" glyph-name="pdf" d="M200.571 163.069c-65.7-20.885-113.75-73.848-130.451-94.215 0.202 3.96-6.842-8.705-6.842-8.705s2.706 3.609 6.842 8.705c-0.062-1.554-1.135-5.38-4.261-13.7-11.29-29.974 23.636-29.205 23.636-29.205 99.024 16.106 111.076 137.121 111.076 137.121zM767.851 265.049c-18.402 0.001-29.754-1.181-29.754-1.181 105.384-92.26 203.398-70.757 203.398-70.757 40.12 5.38-21.102 42.521-21.102 42.521-56.586 25.098-117.411 29.415-152.542 29.417zM407.732 514.149c0 0-38.052-198.070-85.604-256.815l263.733 42.154c0 0-131.431 126.545-178.128 214.661zM413.841 879.988c-0.327 0.031-0.655 0.025-0.984-0.018-2.95-0.391-5.989-3.865-8.935-12.118 0 0-14.213-73.113 21.382-194.629 0 0 30.308 96.404 7.495 170.219 0 0-8.827 35.592-18.958 36.546zM380.637 959.983c28.069 1.161 53.374-56.91 53.374-56.91 78.685-180.728 4.276-296.195 4.276-296.195 77.907-197.402 234.047-302.811 234.047-302.811 151.708 8.755 262.38-32.43 262.38-32.43 87.066-49.221 57.909-95.201 57.909-95.201-91.233-109.402-359.227 61.184-359.227 61.184l-345.434-62.554c-49.916-183.551-216.724-226.674-216.724-226.674-79.509-12.464-68.639 76.672-68.639 76.672 62.061 146.761 218.123 180.527 218.123 180.527 61.47 70.59 161.941 402.39 161.941 402.39-101.512 245.186-30.183 326.754-30.183 326.754 9.136 17.894 18.799 24.862 28.156 25.249z" />
+<glyph unicode="" glyph-name="pdfexport" d="M186.878 198.357c-61.858-18.302-107.102-64.709-122.827-82.566 0.191 3.469-6.445-7.624-6.445-7.624s2.548 3.151 6.445 7.624c-0.066-1.354-1.068-4.711-4.028-12.017-10.629-26.259 22.267-25.589 22.267-25.589 93.244 14.117 104.589 120.172 104.589 120.172zM721.065 287.733c-17.328 0.001-28.016-1.035-28.016-1.035 99.242-80.847 191.531-62.003 191.531-62.003 37.782 4.708-19.861 37.254-19.861 37.254-53.296 21.995-110.573 25.78-143.653 25.783zM381.96 506.055c0 0-35.839-173.585-80.605-225.069l248.329 36.937c0 0-123.752 110.91-167.724 188.132zM845.111 705.497c4.827 0.315 10.331-1.799 16.15-6.633l38.243-31.943c18.558-15.55 48.954-40.949 67.525-56.433l38.272-31.99c18.607-15.533 18.321-40.666-0.508-55.8l-38.832-31.256c-18.859-15.249-49.683-40.059-68.539-55.228l-38.835-31.239c-18.822-15.249-34.021-2.515-33.753 28.201l0.526 59.012h-225.156c-15.85 0-28.705 12.878-28.705 28.729v62.246c0 15.834 12.855 28.694 28.705 28.694h226.241l0.506 59.362c0.198 21.13 7.54 33.585 18.16 34.279zM386.788 826.673c-2.777-0.341-5.637-3.384-8.408-10.615 0 0-13.398-64.091 20.135-170.59 0 0 28.535 84.507 7.050 149.183 0 0-8.859 33.241-18.777 32.022zM356.447 896.795c26.43 1.014 50.261-49.878 50.261-49.878 74.083-158.383 4.029-259.586 4.029-259.586 73.367-173.011 220.388-265.396 220.388-265.396 142.849 7.671 247.075-28.422 247.075-28.422 81.976-43.129 54.534-83.444 54.534-83.444-85.921-95.871-338.276 53.635-338.276 53.635l-325.281-54.828c-46.998-160.866-204.075-198.666-204.075-198.666-74.88-10.915-64.627 67.21-64.627 67.21 58.439 128.623 205.395 158.211 205.395 158.211 57.879 61.876 152.495 352.67 152.495 352.67-95.602 214.882-28.427 286.37-28.427 286.37 8.602 15.68 17.701 21.786 26.511 22.124z" />
+<glyph unicode="" glyph-name="pictures" d="M490.078 477.525c115.421-29.010 218.49-140.465 249.026-175.898v112.194h74.003v-130.009h48.004v-60.007h-440.037v60.007h69.004zM146.397 671.379l-74.038-7.249 70.472-612.97 63.542 6.188zM778.103 777.091c45.819 0 83.007-37.202 83.007-83.032 0-45.824-37.188-83.026-83.007-83.026-45.814 0-83.003 37.202-83.003 83.026 0 45.83 37.188 83.032 83.003 83.032zM270.261 791.335l-68.169-6.625 68.169-698.111v596.849h-0.031c0 25.314 0 47.128 0 64.443h0.031zM336.703 851.095v-725.174h621.029v725.174h-71.381zM270.261 915.353h753.883v-853.631h-102.797l-708.662-69.13-0.089 0.931-129.677-12.684-82.919 740.739 140.175 13.684-10.439 106.832 140.525 13.751z" />
+<glyph unicode="" glyph-name="plus1" d="M388.095 960h247.889v-388.114h388.095v-247.869h-388.095v-388.075h-247.889v388.075h-388.095v247.869h388.095z" />
+<glyph unicode="" glyph-name="untitled" d="M741.3 471.948c-63.591 0.034-127.198 0.034-190.772-0.084-3.373 0-5.344 1.040-7.615 3.707-3.824 4.496-8.249 8.823-13.293 11.692-4.025 2.315-4.943 4.613-4.943 8.84 0.117 81.708 0.067 163.432 0.067 245.14 0 2.013 0.117 4.043-0.067 6.022-0.618 7.314-6.797 12.078-14.044 10.937-6.463-1.023-10.053-5.938-10.053-13.99-0.033-41.5 0-82.999 0-124.499 0-41.265-0.033-82.58 0.033-123.895 0.050-3.976-0.685-6.24-4.709-8.454-4.943-2.634-9.285-6.827-13.009-11.121-2.455-2.835-4.425-4.479-8.35-4.412-12.675 0.252-25.366 0.067-38.057 0-5.878-0.034-10.454-2.785-13.627-7.632-3.741-5.586-3.908-11.675-0.918-17.63 3.139-6.207 8.633-9.259 15.497-9.327 12.658-0.117 25.383 0.101 38.024-0.185 2.238-0.084 4.676-1.795 6.579-3.305 5.010-4.043 9.552-8.773 14.812-12.447 2.555-1.761 3.841-3.053 3.807-6.257-0.184-11.994-0.117-24.004-0.083-36.015 0-1.979-0.033-4.043 0.451-5.955 1.386-5.687 6.98-9.478 12.708-8.924 6.296 0.621 10.871 5.401 10.971 12.128 0.15 12.916 0.117 25.849 0 38.765 0 3.305 1.319 4.848 4.242 6.626 4.826 2.885 9.552 6.559 13.126 10.903 2.705 3.305 5.127 4.73 9.318 4.73 46.040-0.151 92.063-0.101 138.052-0.101 17.768 0 35.536-0.117 53.27 0.034 11.122 0.101 18.419 7.632 18.102 18.1-0.334 10.216-7.748 16.607-19.521 16.607zM533.212 452.607c0-0.017 0-0.034-0.017-0.067-0.017-0.218-0.033-0.419-0.067-0.637-0.033-0.319-0.083-0.621-0.15-0.939-0.167-0.923-0.401-1.845-0.701-2.734-0.1-0.302-0.2-0.604-0.317-0.889-0.134-0.352-0.267-0.688-0.434-1.040-0.134-0.319-0.267-0.621-0.434-0.906-0.301-0.604-0.635-1.208-1.002-1.761-0.534-0.839-1.136-1.644-1.787-2.416 0-0.017 0-0.017-0.017-0.034-0.451-0.503-0.902-0.973-1.369-1.443-0.25-0.235-0.501-0.47-0.751-0.705 0 0 0-0.017-0.017-0.017-0.334-0.302-0.685-0.587-1.035-0.855-0.267-0.218-0.534-0.419-0.802-0.604-1.57-1.124-3.306-2.046-5.16-2.717-1.303-0.47-2.638-0.822-4.041-1.040-0.701-0.101-1.403-0.185-2.121-0.218-0.351 0-0.701-0.017-1.069-0.017-0.384-0.017-0.751 0-1.136 0.034-0.284 0.017-0.568 0.050-0.868 0.084-0.618 0.067-1.236 0.185-1.837 0.335s-1.202 0.335-1.787 0.537c-2.137 0.788-4.175 1.979-6.012 3.472-0.317 0.252-0.635 0.537-0.935 0.805-0.401 0.369-0.785 0.738-1.152 1.124-0.083 0.084-0.167 0.185-0.25 0.268-0.367 0.403-0.735 0.822-1.069 1.241-0.434 0.52-0.835 1.057-1.202 1.61s-0.718 1.107-1.052 1.694c-0.635 1.174-1.186 2.382-1.586 3.623-0.217 0.621-0.384 1.258-0.534 1.879-0.067 0.319-0.134 0.637-0.184 0.956-0.1 0.486-0.167 0.99-0.184 1.493-0.050 0.503-0.067 1.006-0.067 1.51 0 0.369 0.017 0.738 0.017 1.107 0.033 0.671 0.083 1.325 0.184 1.979 0.033 0.235 0.067 0.486 0.117 0.721 0.017 0.134 0.033 0.252 0.067 0.386 0.033 0.117 0.067 0.252 0.083 0.386 0.050 0.268 0.1 0.52 0.167 0.772 0.1 0.419 0.217 0.839 0.351 1.241 0.267 0.906 0.618 1.795 1.019 2.65 0.134 0.302 0.284 0.604 0.451 0.906 0.2 0.369 0.401 0.738 0.618 1.090s0.434 0.705 0.685 1.057c0.468 0.671 0.985 1.325 1.536 1.946 0.284 0.335 0.601 0.671 0.935 0.973 0.267 0.268 0.534 0.52 0.818 0.772 0.301 0.268 0.618 0.537 0.952 0.788 0.317 0.252 0.651 0.486 1.002 0.721 1.019 0.705 2.121 1.308 3.273 1.812 0.384 0.168 0.768 0.319 1.169 0.47 0.284 0.101 0.568 0.201 0.852 0.285 0.284 0.101 0.568 0.185 0.852 0.252s0.584 0.151 0.885 0.218c0.301 0.050 0.584 0.117 0.885 0.168 0.918 0.151 1.837 0.252 2.789 0.302 0.367 0.017 0.735 0.017 1.102 0.017 0.267 0 0.534 0 0.802-0.017 0.25-0.017 0.518-0.034 0.785-0.050 0.518-0.050 1.035-0.101 1.536-0.185 0.451-0.067 0.902-0.168 1.353-0.268 0.434-0.101 0.885-0.218 1.319-0.352 0.417-0.117 0.852-0.268 1.252-0.419l0.017-0.017c0.401-0.151 0.802-0.302 1.186-0.47 0.067-0.034 0.117-0.050 0.184-0.101 0.367-0.168 0.718-0.335 1.085-0.537 0.367-0.185 0.735-0.403 1.102-0.621 0.017-0.017 0.033-0.017 0.050-0.034 0.367-0.235 0.735-0.486 1.102-0.738 0.351-0.252 0.701-0.52 1.052-0.805 0.167-0.134 0.334-0.268 0.484-0.403 0.334-0.285 0.668-0.604 0.985-0.923 0.301-0.285 0.584-0.587 0.852-0.889 0.451-0.486 0.868-0.99 1.252-1.526 0.184-0.268 0.384-0.537 0.568-0.805 0.367-0.537 0.701-1.107 1.019-1.694 0.417-0.788 0.802-1.61 1.102-2.466 0.134-0.319 0.25-0.637 0.351-0.973 0.685-2.080 1.035-4.311 1.002-6.626 0-0.587-0.033-1.157-0.1-1.728z" />
+<glyph unicode="" glyph-name="dataset" d="M96.734 228.331h830.597c32.681 0 59.317-26.584 59.317-59.329v-173.575c0-32.777-26.635-59.378-59.317-59.378h-830.597c-32.845 0-59.317 26.602-59.317 59.378v173.575c0 32.745 26.472 59.329 59.317 59.329zM96.736 597.425h830.597c32.681 0 59.317-26.535 59.317-59.28v-173.575c0-32.728-26.635-59.345-59.317-59.345h-830.597c-32.845 0-59.317 26.617-59.317 59.345v173.575c0 32.744 26.472 59.28 59.317 59.28zM212.102 881.309c-37.093 0-67.324-30.212-67.324-67.384s30.23-67.368 67.324-67.368c37.093 0 67.324 30.196 67.324 67.368s-30.23 67.384-67.324 67.384zM96.736 960h830.597c32.681 0 59.317-26.552 59.317-59.345v-173.559c0-32.728-26.635-59.296-59.317-59.296h-830.597c-32.845 0-59.317 26.568-59.317 59.296v173.559c0 32.794 26.472 59.345 59.317 59.345z" />
+<glyph unicode="" glyph-name="check" d="M916.971 762.262c33.615 0 67.23 0 100.862 0 6.16-8.589-24.368-19.371-41.255-30.652-249.52-166.853-456.719-384.262-641.873-597.871-113.945 102.664-214.918 213.992-334.704 312.729 20.277 21.201 46.237 38.582 77.926 52.13 55.357-29.907 102.485-57.26 169.397-89.382 9.391-4.491 72.785-33.537 78.197-33.26 12.033 0.639 44.327 38.741 64.191 55.175 143.868 119.108 350.573 253.499 527.26 331.131z" />
+<glyph unicode="" glyph-name="projects" d="M738.064 471.472l-206.048-117.081 0.648-237.415 205.4 118.386zM296.816 471.472v-236.11l205.402-118.386 0.646 237.415zM517.439 619.312l-204.671-118.352 204.671-117.696 205.313 117.696zM92.872 910.64h327.139c51.335 0 92.917-41.604 92.917-92.904v-44.536h418.154c51.314 0 92.918-41.615 92.918-92.907v-602.031c0-51.325-41.605-92.918-92.918-92.918h-838.208c-51.27 0-92.873 41.594-92.873 92.918v602.031c0 1.603 0.041 3.196 0.121 4.779l0.078 1.030-0.078 1.030c-0.080 1.584-0.121 3.178-0.121 4.782v125.822c0 51.299 41.603 92.904 92.872 92.904z" />
+<glyph unicode="" glyph-name="rename" d="M292.64 960h438.752v-27.918h-37c-41.803 0-72.25-12.332-91.376-37-12.592-16.125-18.875-54.875-18.875-116.292v-487.75h90.1v-64h-90.1v-109.79c0-51.834 3.261-86.083 9.813-102.709 5.030-12.584 15.595-23.374 31.709-32.459 21.647-12.082 44.562-18.114 68.73-18.114h37v-27.968h-438.752v27.968h36.249c42.292 0 72.99 12.323 92.126 36.989 12.083 16.125 18.125 54.875 18.125 116.293v109.79h-93.157v64h93.157v487.75c0 51.835-3.282 86.085-9.813 102.667-5.042 12.584-15.365 23.418-30.97 32.5-22.155 12.084-45.302 18.125-69.469 18.125h-36.249z" />
+<glyph unicode="" glyph-name="Save" d="M178.857 170.418v-103.511h664.66v103.511zM270.958 958.932h127.786v-260.744h-127.786zM5.556 960h168.819v-312.888h669.074v312.888h175.017v-1023.936h-1012.91z" />
+<glyph unicode="" glyph-name="squares" d="M928 752v-416c-0.171-56.042-41.533-102.371-95.391-110.309l-0.609-0.074v526.383c-0.114 8.79-7.21 15.886-15.989 16h-526.394c8.012 54.467 54.341 95.829 110.365 96h416.018c61.825-0.077 111.923-50.175 112-111.993v-0.007zM768 592v-416c-0.077-61.825-50.175-111.923-111.993-112h-416.007c-61.825 0.077-111.923 50.175-112 111.993v416.007c0.077 61.825 50.175 111.923 111.993 112h416.007c61.825-0.077 111.923-50.175 112-111.993v-0.007zM672 592c-0.114 8.79-7.21 15.886-15.989 16h-416.011c-8.79-0.114-15.886-7.21-16-15.989v-416.011c0.114-8.79 7.21-15.886 15.989-16h416.011c8.79 0.114 15.886 7.21 16 15.989v0.011z" />
+<glyph unicode="" glyph-name="table1" d="M0 147.354h1023.919v-129.997h-1023.919zM0 391.18h1023.919v-130.079h-1023.919zM0 635.007h1023.919v-130.079h-1023.919zM0 878.752h1023.919v-130.079h-1023.919z" />
+<glyph unicode="" glyph-name="upload1" d="M511.975 447.953l-242.846-242.843h161.146v-184.088h163.402v184.088h161.146zM646.038 924.618l311.664-313.105h-311.664zM66.25 960h514.016v-388.045h377.436v-636.099h-891.451z" />
+<glyph unicode="" glyph-name="user1" d="M784 832h-544c-61.825-0.077-111.923-50.175-112-111.993v-544.007c0.077-61.825 50.175-111.923 111.993-112h544.007c61.825 0.077 111.923 50.175 112 111.993v544.007c-0.077 61.825-50.175 111.923-111.993 112h-0.007zM384 506.039v69.961c0 70.692 57.308 128 128 128s128-57.308 128-128v0-69.961c4.573-3.984 7.447-9.818 7.447-16.322 0-2.91-0.575-5.686-1.618-8.22l0.052 0.144-11.762-35.281c-5.297-13.384-16.083-23.612-29.504-28.044l-0.337-0.096-5.269-42.156c-4.083-31.765-30.956-56.062-63.504-56.062-0.001 0-0.002 0-0.002 0h-47.004c-0.001 0-0.001 0-0.002 0-32.548 0-59.421 24.298-63.47 55.744l-0.034 0.32-5.27 42.156c-13.759 4.528-24.544 14.757-29.729 27.818l-0.113 0.323-11.762 35.281c-0.99 2.39-1.565 5.165-1.565 8.075 0 6.504 2.873 12.338 7.42 16.3l0.026 0.022zM736 176c0-8.837-7.163-16-16-16v0h-416c-8.837 0-16 7.163-16 16v0 62.68c0.001 21.603 10.705 40.706 27.098 52.295l0.201 0.135 57.17 40.016c20.522-44.54 64.704-74.939 116.007-75.125h47.024c51.327 0.185 95.509 30.585 115.704 74.332l0.328 0.793 57.17-40.016c16.594-11.724 27.298-30.827 27.298-52.43v0z" />
+<glyph unicode="" glyph-name="staff" d="M852.529 206.541c-40.953 0.285-74.344-32.751-74.586-73.619-0.285-41.010 32.708-74.331 73.589-74.616 40.981-0.285 74.373 32.609 74.629 73.619 0.256 40.868-32.708 74.331-73.632 74.616zM853.184 311.346c15.493 0 30.472-2.421 44.755-6.123l5.909-39.159c14.453-5.696 27.795-13.385 39.529-23.068l37.065 13.955c20.847-21.502 36.211-48.13 44.213-77.891l-31.042-24.777c1.153-7.405 1.908-15.094 1.837-22.784-0.086-7.832-0.897-15.379-2.136-22.784l30.743-25.204c-8.415-29.619-24.122-56.105-45.224-77.322l-36.866 14.525c-11.876-9.541-25.332-17.088-39.813-22.641l-6.436-39.017c-14.353-3.702-29.333-5.696-44.812-5.696-15.521 0.142-30.472 2.421-44.811 6.265l-5.852 39.159c-14.439 5.554-27.824 13.385-39.557 23.068l-37.065-13.955c-20.818 21.36-36.211 48.13-44.242 77.891l31.070 24.635c-1.139 7.547-1.88 15.094-1.837 22.926 0.085 7.689 0.897 15.379 2.136 22.784l-30.743 25.062c8.387 29.761 24.122 56.105 45.21 77.464l36.909-14.525c11.847 9.541 25.318 17.088 39.828 22.499l6.365 39.159c14.382 3.56 29.362 5.696 44.868 5.553zM409.028 371.574l49.657-49.694-38.586-38.587 39.825-46.143-52.696-157.924-54.289 156.107 44.44 48.528-38.046 38.019zM618.515 376.928c38.144-7.169 73.391-22.554 103.826-44.248l0.426-0.317-2.897-1.86c-63.883-43.209-105.968-116.325-105.968-199.009 0-41.386 10.521-80.353 29.028-114.37l0.909-1.579h-643.838v102.668c0 127.586 90.779 233.999 211.264 258.14l194.355-304.663zM344.453 820.627c-25.958 0.065-58.686-6.617-62.522-39.908 0 0 0-64.687-17.265-73.32l-4.285-60.371-17.266 17.252 6.459-81.938 32.358-2.176c0 0 8.634-166.017 166.052-133.689 0 0 75.464 23.726 92.699 133.689l25.901 2.176 6.459 73.32-10.776-2.173c0 0-6.491 62.544-12.949 88.412l-4.317 62.531c0 0-36.645 30.199-90.556 4.316 0 0-62.546 2.173-77.637 8.633 0 0-14.592 3.203-32.352 3.248zM418.251 942.627c73.513 0.006 124.602-38.985 124.602-38.985 94.873-75.478 43.136-204.866 43.136-204.866 21.551-12.933 19.41-23.709 19.41-23.709 0-140.181-38.819-129.388-38.819-129.388-21.583-90.57-105.648-131.53-105.648-131.53-163.908-40.977-204.867 129.371-204.867 129.371-34.503 4.316-38.819 84.095-38.819 84.095-10.809 53.91 19.409 75.477 19.409 75.477-64.718 150.938 51.737 196.216 51.737 196.216 46.692 32.612 91.352 43.315 129.859 43.318z" />
+<glyph unicode="" glyph-name="back" d="M580.895 960h273.723l-413.813-509.791 2.338-2.896 415.046-511.313h-273.736l-280.542 345.584-1.234-1.48-136.868 168.605 136.868 168.646z" />
+<glyph unicode="" glyph-name="next1" d="M165.81 960h273.728l280.547-345.583 1.234 1.48 136.87-168.604-415.080-511.292h-273.741l413.82 509.792-2.338 2.896-99.387 122.396z" />
+<glyph unicode="" glyph-name="sendemail1" d="M27.191 706.781c-25.772-241.871 124.762-457.551 339.243-483.692 130.086-15.899 254.021 41.716 338.899 143.179l-99.362 77.659 417.947 168.715-62.835-446.319-94.675 73.987c-102.159-126.221-264.94-198.635-437.993-177.524-267.144 32.56-457.349 275.497-424.787 542.664 4.313 35.279 12.355 69.116 23.562 101.329zM119.785 802.29l301.541-301.517c9.96-9.956 26.039-9.956 35.971 0l300.424 300.37c6.124-4.049 10.197-10.971 10.197-18.876v-222.443l-254.765-102.9 107.427-83.946h-452.099c-22.788 22.312-43.559 47.202-61.051 74.628v334.661c0 8.758 5.061 16.291 12.355 20.023zM154.8 854.39h569.177c-0.319-5.431-2.529-10.81-6.738-14.938l-263.022-261.552c-8.813-8.573-22.738-8.625-31.099-0.080l-262.357 260.383c-4.368 4.42-6.284 10.331-5.962 16.186z" />
+<glyph unicode="" glyph-name="exit1" d="M826.547 713.055l174.681-174.731-174.681-174.856v116.127h-324.501v117.521h324.501zM22.578 960h748.846v-322.493h-85.415v233.478h-527.32l143.325-93.695v-571.717h383.995v233.478h85.415v-322.493h-469.41v-180.559l-279.436 180.559z" />
+<glyph unicode="" glyph-name="yelp" d="M608.876 306.532c-17.282-17.426-2.668-49.128-2.668-49.128l130.090-217.218c0 0 21.36-28.64 39.864-28.64 18.59 0 36.954 15.27 36.954 15.27l102.844 147.008c0 0 10.36 18.546 10.598 34.792 0.372 23.106-34.454 29.434-34.454 29.434l-243.488 78.192c-0.002-0.004-23.858 6.328-39.74-9.71zM596.532 416.016c12.46-21.128 46.828-14.972 46.828-14.972l242.938 71.006c0 0 33.106 13.466 37.832 31.418 4.64 17.954-5.46 39.622-5.46 39.622l-116.098 136.752c0 0-10.062 17.292-30.938 19.032-23.016 1.958-37.18-25.898-37.18-25.898l-137.27-216.010c0-0.004-12.134-21.516-0.652-40.95zM481.754 500.232c28.608 7.044 33.148 48.604 33.148 48.604l-1.944 345.87c0 0-4.314 42.666-23.486 54.232-30.070 18.242-38.982 8.718-47.596 7.444l-201.696-74.944c0 0-19.754-6.536-30.042-23.018-14.69-23.352 14.928-57.544 14.928-57.544l209.644-285.756c0 0 20.69-21.396 47.044-14.888zM431.944 360.262c0.722 26.676-32.030 42.7-32.030 42.7l-216.796 109.524c0 0-32.126 13.246-47.722 4.016-11.95-7.060-22.536-19.84-23.572-31.134l-14.12-173.812c0 0-2.116-30.114 5.69-43.82 11.054-19.442 47.428-5.902 47.428-5.902l253.096 55.942c9.832 6.61 27.074 7.204 28.026 42.486zM494.88 266.458c-21.726 11.156-47.724-11.95-47.724-11.95l-169.468-186.566c0 0-21.144-28.528-15.768-46.050 5.066-16.418 13.454-24.578 25.318-30.328l170.192-53.726c0 0 20.634-4.286 36.258 0.242 22.18 6.43 18.094 41.152 18.094 41.152l3.848 252.602c-0.002-0.002-0.868 24.334-20.75 34.624z" />
+<glyph unicode="" glyph-name="key1" d="M738.8 883.463c-8.706 0-17.411-3.312-24.038-9.937-13.313-13.315-13.313-34.816 0-48.13l148.772-148.899c13.318-13.25 34.83-13.25 48.143 0.064 13.308 13.25 13.308 34.816-0.067 48.13l-148.768 148.835c-6.63 6.625-15.336 9.937-24.042 9.937zM711.352 960c26.51 0.008 53.012-10.118 73.233-30.404l177.155-177.025c40.447-40.509 40.447-106.138 0-146.523l-213.276-213.222c-40.389-40.436-106.026-40.436-146.535 0l-20.948 20.956-146.829-147.025-75.136 22.819 16.939-80.955-78.011 19.881 12.629-85.271-86.701 11.249 16.942-80.95-78.887 18.878 15.316-82.52-74.011-74.080-81.386 174.416 431.31 431.342 110.665-110.618-138.919 138.968c-40.498 40.383-40.498 106.017 0 146.523l213.17 213.157c20.255 20.253 46.773 30.396 73.283 30.404z" />
+<glyph unicode="" glyph-name="chrome" d="M258.278 513.458l-146.532 253.802c93.818 117.464 238.234 192.74 400.254 192.74 187.432 0 351.31-100.736 440.532-251h-417.77c-7.504 0.65-15.092 1-22.762 1-121.874 0-224.578-83.644-253.722-196.542zM695.306 635h293.46c22.74-57.93 35.234-121.004 35.234-187 0-280.826-226.1-508.804-506.186-511.926l209.394 362.678c29.48 42.378 46.792 93.826 46.792 149.248 0 73.17-30.164 139.42-78.694 187zM326 448c0 102.56 83.44 186 186 186s186-83.44 186-186c0-102.56-83.44-186-186-186s-186 83.44-186 186zM582.182 195.558l-146.578-253.878c-246.532 36.884-435.604 249.516-435.604 506.32 0 91.218 23.884 176.846 65.696 251.024l209.030-362.054c41.868-89.112 132.476-150.97 237.274-150.97 24.3 0 47.836 3.34 70.182 9.558z" />
+<glyph unicode="" glyph-name="firefox" d="M1022.526 625.86l-11.86-76.080c0 0-16.954 140.856-37.732 193.514-31.846 80.688-46.014 80.040-46.108 79.922 21.33-54.204 17.462-83.324 17.462-83.324s-37.792 102.998-137.712 135.768c-110.686 36.282-170.57 26.364-177.488 24.486-1.050 0.008-2.064 0.010-3.030 0.010 0.818-0.062 1.612-0.146 2.426-0.212-0.034-0.020-0.090-0.042-0.082-0.052 0.45-0.548 122.306-21.302 143.916-50.996 0 0-51.76 0-103.272-14.842-2.328-0.666 189.524-23.964 228.746-215.674 0 0-21.030 43.876-47.040 51.328 17.106-52.036 12.714-150.776-3.576-199.85-2.096-6.312-4.24 27.282-36.328 41.75 10.28-73.646-0.616-190.456-51.708-222.632-3.982-2.504 32.030 115.31 7.242 69.762-142.708-218.802-311.404-100.972-387.248-49.11 38.866-8.462 112.654 1.318 145.314 25.612 0.042 0.030 0.078 0.056 0.118 0.086 35.468 24.252 56.472 41.964 75.334 37.772 18.874-4.214 31.438 14.726 16.78 31.53-14.676 16.838-50.314 39.978-98.524 27.366-34-8.904-76.134-46.522-140.448-8.432-49.364 29.25-54.012 53.546-54.45 70.376 1.218 5.966 2.754 11.536 4.576 16.624 5.682 15.87 22.912 20.658 32.494 24.438 16.256-2.792 30.262-7.862 44.968-15.406 0.19 4.894 0.252 11.39-0.018 18.76 1.41 2.802 0.538 11.252-1.722 21.58-1.302 10.308-3.42 20.974-6.752 30.692 0.012 0.002 0.020 0.010 0.030 0.014 0.056 0.018 0.108 0.040 0.156 0.070 0.078 0.044 0.146 0.112 0.208 0.19 0.012 0.020 0.030 0.034 0.044 0.052 0.082 0.124 0.154 0.272 0.198 0.466 1.020 4.618 12.022 13.524 25.718 23.1 12.272 8.58 26.702 17.696 38.068 24.752 10.060 6.248 17.72 10.882 19.346 12.098 0.618 0.466 1.358 1.012 2.164 1.636 0.15 0.116 0.3 0.232 0.454 0.354 0.094 0.074 0.19 0.148 0.286 0.226 5.41 4.308 13.484 12.448 15.178 29.578 0.004 0.042 0.010 0.080 0.012 0.122 0.050 0.504 0.092 1.014 0.13 1.534 0.028 0.362 0.050 0.726 0.072 1.096 0.014 0.284 0.032 0.566 0.044 0.856 0.030 0.674 0.050 1.364 0.060 2.064 0 0.040 0.002 0.076 0.004 0.116 0.022 1.658-0.006 3.386-0.104 5.202-0.054 1.014-0.126 1.93-0.298 2.762-0.008 0.044-0.018 0.092-0.028 0.136-0.018 0.082-0.036 0.164-0.058 0.244-0.036 0.146-0.076 0.292-0.122 0.43-0.006 0.018-0.010 0.032-0.016 0.046-0.052 0.16-0.112 0.314-0.174 0.464-0.004 0.006-0.004 0.010-0.006 0.016-1.754 4.108-8.32 5.658-35.442 6.118-0.026 0.002-0.050 0.002-0.076 0.002v0c-11.066 0.188-25.538 0.194-44.502 0.118-33.25-0.134-51.628 32.504-57.494 45.132 8.040 44.46 31.276 76.142 69.45 97.626 0.722 0.406 0.58 0.742-0.274 0.978 7.464 4.514-90.246 0.124-135.186-57.036-39.888 9.914-74.654 9.246-104.616 2.214-5.754 0.162-12.924 0.88-21.434 2.652-19.924 18.056-48.448 51.402-49.976 91.208 0 0-0.092-0.072-0.252-0.204-0.020 0.382-0.056 0.76-0.072 1.142 0 0-60.716-46.664-51.628-173.882-0.022-2.036-0.064-3.986-0.12-5.874-16.432-22.288-24.586-41.020-25.192-45.156-14.56-29.644-29.334-74.254-41.356-141.98 0 0 8.408 26.666 25.284 56.866-12.412-38.022-22.164-97.156-16.436-185.856 0 0 1.514 19.666 6.874 47.994 4.186-55.010 22.518-122.924 68.858-202.788 88.948-153.32 225.67-230.74 376.792-242.616 26.836-2.212 54.050-2.264 81.424-0.186 2.516 0.178 5.032 0.364 7.55 0.574 30.964 2.174 62.134 6.852 93.238 14.366 425.172 102.798 378.942 616.198 378.942 616.198z" />
+<glyph unicode="" glyph-name="duplicate" d="M10.24 553.574v-396.186h104.448v54.497h-52.224v685.67h685.67v-52.224h54.477v104.448h-792.371v-396.206zM168.038 790.374c-0.686-1.587-0.911-191.846-0.686-422.973l0.686-420.024 845.722-1.137-0.451 422.748-0.686 422.973-421.837 0.676c-336.251 0.461-422.072 0.010-422.748-2.263zM959.273 369.674v-368.937h-737.884v737.874h737.874v-368.937zM538.563 580.588c-0.911-0.911-1.587-36.782-1.587-79.688v-77.875l-78.787-0.451-79.012-0.686v-104.448l78.787-0.686 79.012-0.451 0.451-79.012 0.686-78.787 52.9-0.686 52.675-0.451v158.925h158.925l-0.451 52.9-0.686 52.675-78.787 0.686-79.012 0.451-0.451 79.012-0.686 78.787-51.313 0.676c-28.14 0.246-51.753-0.205-52.664-0.891z" />
+<glyph unicode="" glyph-name="edge" d="M15.4 505.4c30 236.8 191.6 451.6 481.2 454.6 174.8-3.4 318.6-82.6 404.2-233.6 43-78.8 56.4-161.6 59.2-253v-107.4h-642.6c3-265 390-256 556.6-139.2v-215.8c-97.6-58.6-319-111-490.4-43.6-146 54.8-250 207.6-249.4 354.6-4.8 190.6 94.8 316.8 249.4 388.6-32.8-40.6-57.8-85.4-70.8-163h362.8c0 0 21.2 216.8-205.4 216.8-213.6-7.4-367.6-131.6-454.8-259v0z" />
+<glyph unicode="" glyph-name="safari" d="M512 960c-282.8 0-512-229.2-512-512s229.2-512 512-512 512 229.2 512 512-229.2 512-512 512zM958.4 487.2l-1 10.6c0.2-3.6 0.6-7 1-10.6zM888.4 691.2l-7.2 10.8c2.4-3.6 4.8-7.2 7.2-10.8zM860.6 729.4l-4.4 5.4c1.6-1.8 3-3.6 4.4-5.4zM798.6 792.4l-5.4 4.4c2-1.6 3.6-3 5.4-4.4zM766 817.2l-10.8 7.2c3.6-2.4 7.2-4.8 10.8-7.2zM561.8 893.2l-10.8 1c3.6-0.2 7.2-0.6 10.8-1zM472.8 894.4l-10.8-1c3.6 0.2 7.2 0.6 10.8 1zM268.8 824.4l-10.8-7.2c3.6 2.4 7.2 4.8 10.8 7.2zM230.6 796.6l-5.2-4.2c1.8 1.4 3.4 2.8 5.2 4.2zM167.6 734.6l-4.4-5.4c1.6 1.8 3 3.6 4.4 5.4zM142.8 702l-7.2-10.8c2.4 3.6 4.8 7.2 7.2 10.8zM66.8 497.8l-1-10.8c0.2 3.6 0.6 7.2 1 10.8zM65.6 408.8l1-10.8c-0.2 3.6-0.6 7.2-1 10.8zM135.6 205l7.2-10.8c-2.4 3.4-4.8 7-7.2 10.8zM144 192.4l79.8 53.4-8.8 13.4-79.8-53.4c-36.2 56.2-60 120.8-68 190.4l47.8 4.8-1.6 16-47.8-4.8c-0.8 9.2-1.2 18.6-1.4 28h96v16h-96c0.2 9.4 0.6 18.6 1.4 28l47.8-4.6 1.6 16-47.8 4.6c8 69.6 32 134.2 68.2 190.4l79.8-53.4 8.8 13.4-80 53c5.4 7.6 10.8 15.2 16.6 22.4l37-30.4 10.2 12.4-37 30.4c6 7.2 12.4 14 18.8 20.8l67.8-67.8 11.4 11.4-67.8 67.8c6.8 6.4 13.6 12.8 20.6 18.8l30.4-37.2 12.4 10.2-30.4 37c7.4 5.8 14.8 11.4 22.4 16.8l53.4-79.8 13.4 8.8-53.4 79.8c56.2 36.2 120.8 60 190.4 68l4.8-47.8 16 1.6-4.8 47.8c9.2 0.8 18.6 1.2 28 1.4v-96h16v96c9.4-0.2 18.6-0.6 28-1.4l-4.6-47.8 16-1.6 4.6 47.8c69.6-8 134.2-32 190.4-68.2l-53.4-79.8 13.4-8.8 53.4 79.8c7.6-5.4 15.2-10.8 22.4-16.6l-30.4-37 12.4-10.2 30.4 37c7.2-6 14-12.4 20.8-18.8l-25.6-25-350-233.4-233.4-350-25-25c-6.4 6.8-12.8 13.6-18.8 20.6l37 30.4-10.2 12.4-37-30.4c-5.8 7.2-11.2 14.8-16.6 22.4zM167.6 161.4c-1.4 1.8-2.8 3.4-4.2 5.2l4.2-5.2zM225.4 103.6l5.2-4.2c-1.8 1.4-3.4 2.8-5.2 4.2zM258 79l10.8-7.2c-3.6 2.2-7.2 4.6-10.8 7.2zM462.2 2.8l10.8-1c-3.6 0.2-7.2 0.6-10.8 1zM551.2 1.6l10.6 1c-3.6-0.2-7-0.6-10.6-1zM755.2 71.6l10.8 7.2c-3.6-2.4-7.2-4.8-10.8-7.2zM793.4 99.4l5.4 4.4c-1.8-1.6-3.6-3-5.4-4.4zM828.4 130.8l0.8 0.8c-0.2-0.2-0.6-0.6-0.8-0.8zM856.4 161.4l4.4 5.4c-1.6-1.8-3-3.6-4.4-5.4zM863.4 170l-37 30.4-10.2-12.4 37-30.4c-6-7.2-12.4-14-18.8-20.8l-67.8 67.8-11.4-11.4 67.8-67.8c-6.8-6.4-13.6-12.8-20.6-18.8l-30.4 37.2-12.4-10.2 30.4-37c-7.4-5.8-14.8-11.4-22.4-16.8l-53.4 79.8-13.4-8.8 53.4-79.8c-56.2-36.2-120.8-60-190.4-68l-4.8 47.8-16-1.6 4.8-47.8c-9.2-0.8-18.6-1.2-28-1.4v96h-16v-96c-9.4 0.2-18.6 0.6-28 1.4l4.6 47.8-16 1.6-4.6-47.8c-69.6 8-134.2 32-190.4 68.2l53.4 79.8-13.4 8.8-53-79.8c-7.6 5.4-15.2 10.8-22.4 16.6l30.4 37-12.4 10.2-30.4-37c-7.2 6-14 12.4-20.8 18.8l25.2 25 350 233.4 233.4 350 25 25c6.4-6.8 12.8-13.6 18.8-20.6l-37-30.4 10.2-12.4 37 30.4c5.8-7.4 11.4-14.8 16.8-22.4l-79.8-53.4 8.8-13.4 79.8 53.4c36.2-56.2 60-120.8 68-190.4l-47.8-4.8 1.6-16 47.8 4.8c0.8-9.2 1.2-18.6 1.4-28h-96v-16h96c-0.2-9.4-0.6-18.6-1.4-28l-47.8 4.6-1.6-16 47.8-4.6c-8-69.6-32-134.2-68.2-190.4l-79.8 53.4-8.8-13.4 79.8-53.4c-5.2-7.2-10.8-14.6-16.6-22zM958.4 409c-0.4-3.6-0.6-7.2-1-10.8l1 10.8zM888.4 204.8c-2.4-3.6-4.8-7.2-7.2-10.8l7.2 10.8zM432.535 888.925l18.73-94.157-15.693-3.122-18.73 94.157 15.693 3.122zM591.656 7.050l-18.73 94.157 15.693 3.122 18.73-94.157-15.693-3.122zM389.628 879.11l13.939-45.931-15.31-4.646-13.939 45.931 15.31 4.646zM634.434 17.113l-13.939 45.931 15.31 4.646 13.939-45.931-15.31-4.646zM348.014 864.901l36.739-88.694-14.782-6.123-36.739 88.694 14.782 6.123zM676.123 31.035l-36.739 88.694 14.782 6.123 36.739-88.694-14.782-6.123zM293.62 839.341l14.11 7.544 22.632-42.331-14.11-7.544-22.632 42.331zM730.101 56.711l-14.11-7.544-22.632 42.331 14.11 7.544 22.632-42.331zM120.601 666.174l42.336-22.622-7.541-14.112-42.336 22.622 7.541 14.112zM903.244 229.805l-42.336 22.622 7.541 14.112 42.336-22.622-7.541-14.112zM183.811 575.377l-88.694 36.739 6.123 14.782 88.694-36.739-6.123-14.782zM840.32 320.699l88.694-36.739-6.123-14.782-88.694 36.739 6.123 14.782zM85.543 585.613l45.936-13.93-4.643-15.312-45.936 13.93 4.643 15.312zM938.308 310.333l-45.936 13.93 4.643 15.312 45.936-13.93-4.643-15.312zM74.069 543.218l94.157-18.73-3.122-15.693-94.157 18.73 3.122 15.693zM949.741 352.757l-94.157 18.73 3.122 15.693 94.157-18.73-3.122-15.693zM70.965 368.452l94.157 18.73 3.122-15.693-94.157-18.73-3.122 15.693zM952.842 527.573l-94.157-18.73-3.122 15.693 94.157 18.73 3.122-15.693zM80.974 325.486l45.931 13.939 4.646-15.31-45.931-13.939-4.646 15.31zM942.969 570.293l-45.931-13.939-4.646 15.31 45.931 13.939 4.646-15.31zM101.142 269.088l-6.123 14.782 88.694 36.739 6.123-14.782-88.694-36.739zM922.794 626.769l6.122-14.782-88.694-36.73-6.122 14.782 88.694 36.73zM120.824 229.733l-7.544 14.11 42.331 22.632 7.544-14.11-42.331-22.632zM903.455 666.215l7.544-14.11-42.331-22.632-7.544 14.11 42.331 22.632zM307.878 49.154l-14.11 7.542 22.627 42.331 14.11-7.542-22.627-42.331zM716.073 846.926l14.112-7.541-22.622-42.336-14.112 7.541 22.622 42.336zM333.267 37.201l36.739 88.694 14.782-6.123-36.739-88.694-14.782 6.123zM690.884 858.89l-36.739-88.694-14.782 6.123 36.739 88.694 14.782-6.123zM389.634 16.972l-15.31 4.645 13.934 45.931 15.31-4.645-13.934-45.931zM634.349 879.118l15.312-4.642-13.925-45.936-15.312 4.642 13.925 45.936zM432.472 7.161l-15.693 3.122 18.73 94.157 15.693-3.122-18.73-94.157zM591.536 889.031l15.693-3.122-18.73-94.157-15.693 3.122 18.73 94.157z" />
+<glyph unicode="" glyph-name="opera" d="M1024 448v0 0c0-151.6-66-288-170.8-381.6-131.4-64-253.8-19.2-294.2 8.8 129 28.2 226.4 184.2 226.4 372.8s-97.4 344.6-226.4 373c40.6 28 163 72.8 294.2 8.8 104.8-93.8 170.8-230.2 170.8-381.8v0 0zM343.4 736.6c-56.6-66.8-93.2-165.6-95.6-276.6 0-0.2 0-23.8 0-24.2 2.4-110.8 39.2-209.6 95.8-276.4 73.4-95.4 182.6-155.8 304.6-155.8 75 0 145.2 22.8 205.2 62.6-90.8-81-210.4-130.2-341.4-130.2-8.2 0-16.4 0.2-24.4 0.6-271.4 12.8-487.6 236.8-487.6 511.4 0 282.8 229.2 512 512 512 0.6 0 1.2 0 2 0 130.4-0.4 249.2-49.6 339.4-130.4-60 39.8-130.2 62.8-205.2 62.8-122 0-231.2-60.4-304.8-155.8z" />
+<glyph unicode="" glyph-name="file-pdf" d="M842.012 370.52c-13.648 13.446-43.914 20.566-89.972 21.172-31.178 0.344-68.702-2.402-108.17-7.928-17.674 10.198-35.892 21.294-50.188 34.658-38.462 35.916-70.568 85.772-90.576 140.594 1.304 5.12 2.414 9.62 3.448 14.212 0 0 21.666 123.060 15.932 164.666-0.792 5.706-1.276 7.362-2.808 11.796l-1.882 4.834c-5.894 13.592-17.448 27.994-35.564 27.208l-10.916 0.344c-20.202 0-36.664-10.332-40.986-25.774-13.138-48.434 0.418-120.892 24.98-214.738l-6.288-15.286c-17.588-42.876-39.63-86.060-59.078-124.158l-2.528-4.954c-20.46-40.040-39.026-74.028-55.856-102.822l-17.376-9.188c-1.264-0.668-31.044-16.418-38.028-20.644-59.256-35.38-98.524-75.542-105.038-107.416-2.072-10.17-0.53-23.186 10.014-29.212l16.806-8.458c7.292-3.652 14.978-5.502 22.854-5.502 42.206 0 91.202 52.572 158.698 170.366 77.93 25.37 166.652 46.458 244.412 58.090 59.258-33.368 132.142-56.544 178.142-56.544 8.168 0 15.212 0.78 20.932 2.294 8.822 2.336 16.258 7.368 20.792 14.194 8.926 13.432 10.734 31.932 8.312 50.876-0.72 5.622-5.21 12.574-10.068 17.32zM211.646 145.952c7.698 21.042 38.16 62.644 83.206 99.556 2.832 2.296 9.808 8.832 16.194 14.902-47.104-75.124-78.648-105.066-99.4-114.458zM478.434 760.314c13.566 0 21.284-34.194 21.924-66.254s-6.858-54.56-16.158-71.208c-7.702 24.648-11.426 63.5-11.426 88.904 0 0-0.566 48.558 5.66 48.558v0zM398.852 322.506c9.45 16.916 19.282 34.756 29.33 53.678 24.492 46.316 39.958 82.556 51.478 112.346 22.91-41.684 51.444-77.12 84.984-105.512 4.186-3.542 8.62-7.102 13.276-10.65-68.21-13.496-127.164-29.91-179.068-49.862v0zM828.902 326.348c-4.152-2.598-16.052-4.1-23.708-4.1-24.708 0-55.272 11.294-98.126 29.666 16.468 1.218 31.562 1.838 45.102 1.838 24.782 0 32.12 0.108 56.35-6.072 24.228-6.18 24.538-18.734 20.382-21.332v0zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="paste1" d="M605.659 64.886h204.831v-28.466h-204.831zM605.659 156.302h204.831v-28.481h-204.831zM550.693 412.216c-5.984 0-10.938-4.925-10.938-10.968v-410.451c0-6.055 4.955-10.969 10.938-10.969h307.123c6.043 0 10.967 4.913 10.967 10.969v266.799l-81.768 0.329c-69.89-5.489-71.762 57.844-71.762 57.844v96.447zM550.69 456.091h184.737l39.994-42.204h0.562l96.757-102.552 0.057-0.204 39.816-42.017v-278.318c0-30.288-24.536-54.812-54.81-54.812h-307.112c-30.276 0-54.81 24.524-54.81 54.812v410.453c0 30.265 24.534 54.842 54.81 54.842zM473.656 917.935c-30.071 0-54.464-23.086-54.464-51.573 0-28.453 24.394-51.569 54.464-51.569 30.074 0 54.464 23.116 54.464 51.569 0 28.487-24.39 51.573-54.464 51.573zM473.656 960c52.904 0 96.089-39.324 98.736-88.812l0.128-4.816h83.897v-29.951h179.521v-404.837l-76.399 80.603h-3.089v225.206h-100.033v-100.188h-365.509v100.188h-100.049v-694.723h248.938v-51.875c0-7.646 0.777-15.114 2.256-22.328l0.886-3.83h-331.552v871.785h179.521v29.951h83.882l0.129 4.816c2.647 49.488 45.833 88.812 98.736 88.812z" />
+<glyph unicode="" glyph-name="file-word" d="M639.778 484.108h44.21l-51.012-226.178-66.324 318.010h-106.55l-77.114-318.010-57.816 318.010h-111.394l113.092-511.88h108.838l76.294 302.708 68.256-302.708h100.336l129.628 511.88h-170.446v-91.832zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="file-excel" d="M743.028 576h-135.292l-95.732-141.032-95.742 141.032h-135.29l162.162-242.464-182.972-269.536h251.838v91.576h-50.156l50.156 74.994 111.396-166.57h140.444l-182.976 269.536 162.164 242.464zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="copy1" d="M614.832 590.144v-132.453c0 0-2.565-87.003-98.572-79.45l-112.324-0.455v-366.468c0-8.312 6.771-15.062 15.082-15.062h421.761c8.278 0 15.061 6.75 15.061 15.062v563.764c0 8.289-6.782 15.062-15.061 15.062zM436.672 886.928v-160.666c0 0-3.093-105.514-119.549-96.373l-136.227-0.54v-444.483c0-10.086 8.22-18.258 18.305-18.258h144.511v226.987l54.706 57.72 0.080 0.29 132.935 140.843h0.746l54.925 57.952h141.888v218.278c0 10.031-8.205 18.25-18.259 18.25zM403.040 960h307.691c50.448 0 91.366-40.914 91.366-91.32v-218.28h38.685c41.603 0 75.331-33.742 75.331-75.313v-563.775c0-41.61-33.728-75.312-75.331-75.312h-421.76c-41.593 0-75.309 33.703-75.309 75.312v82.224h-144.516c-50.46 0-91.356 40.875-91.356 91.335v463.677l66.357 70.010 0.095 0.341 161.216 170.811h0.911z" />
+<glyph unicode="" glyph-name="replace" d="M202.716 688.95l202.812-202.848h-127.928v-257.484h236.225v-137.025h-373.306v394.509h-140.518zM474.506 804.216h412.622v-378.822h137.016l-202.713-202.789-202.809 202.789h131.457v241.798h-275.572z" />
+<glyph unicode="" glyph-name="week" d="M528.871 122.241c-5.104 0-9.357-4.98-9.357-11.12v-101.089c0-6.14 4.253-11.12 9.357-11.12h95.404c5.245 0 9.497 4.98 9.497 11.12v101.089c0 6.14-4.252 11.12-9.497 11.12zM404.547 122.241c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.12 9.499-11.12h95.404c5.103 0 9.357 4.98 9.357 11.12v101.089c0 6.14-4.255 11.12-9.357 11.12zM280.080 122.241c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.12 9.499-11.12h95.404c5.245 0 9.499 4.98 9.499 11.12v101.089c0 6.14-4.253 11.12-9.499 11.12zM155.614 122.241c-5.103 0-9.355-4.98-9.355-11.12v-101.089c0-6.14 4.252-11.12 9.355-11.12h95.405c5.247 0 9.499 4.98 9.499 11.12v101.089c0 6.14-4.252 11.12-9.499 11.12zM777.801 258.021c-5.245 0-9.497-4.98-9.497-11.12v-101.089c0-6.14 4.252-11.121 9.497-11.121h95.404c5.245 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.253 11.12-9.499 11.12zM653.335 258.021c-5.245 0-9.497-4.98-9.497-11.12v-101.089c0-6.14 4.252-11.121 9.497-11.121h95.407c5.245 0 9.496 4.981 9.496 11.121v101.089c0 6.14-4.251 11.12-9.496 11.12zM528.871 258.021c-5.104 0-9.357-4.98-9.357-11.12v-101.089c0-6.14 4.253-11.121 9.357-11.121h95.404c5.245 0 9.497 4.981 9.497 11.121v101.089c0 6.14-4.252 11.12-9.497 11.12zM404.547 258.021c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.121 9.499-11.121h95.404c5.103 0 9.357 4.981 9.357 11.121v101.089c0 6.14-4.255 11.12-9.357 11.12zM280.080 258.021c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.121 9.499-11.121h95.404c5.245 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.253 11.12-9.499 11.12zM155.614 258.021c-5.103 0-9.355-4.98-9.355-11.12v-101.089c0-6.14 4.252-11.121 9.355-11.121h95.405c5.247 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.252 11.12-9.499 11.12zM777.801 393.972c-5.245 0-9.497-4.981-9.497-10.959v-101.252c0-6.144 4.252-11.124 9.497-11.124h95.404c5.245 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.253 10.959-9.499 10.959zM653.335 393.972c-5.245 0-9.497-4.981-9.497-10.959v-101.252c0-6.144 4.252-11.124 9.497-11.124h95.407c5.245 0 9.496 4.98 9.496 11.124v101.252c0 5.977-4.251 10.959-9.496 10.959zM528.871 393.972c-5.104 0-9.357-4.981-9.357-10.959v-101.252c0-6.144 4.253-11.124 9.357-11.124h95.404c5.245 0 9.497 4.98 9.497 11.124v101.252c0 5.977-4.252 10.959-9.497 10.959zM404.547 393.972c-5.245 0-9.499-4.981-9.499-10.959v-101.252c0-6.144 4.253-11.124 9.499-11.124h95.404c5.103 0 9.357 4.98 9.357 11.124v101.252c0 5.977-4.255 10.959-9.357 10.959zM280.080 393.972c-5.245 0-9.499-4.981-9.499-10.959v-101.252c0-6.144 4.253-11.124 9.499-11.124h95.404c5.245 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.253 10.959-9.499 10.959zM155.614 393.972c-5.103 0-9.355-4.981-9.355-10.959v-101.252c0-6.144 4.252-11.124 9.355-11.124h95.405c5.247 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.252 10.959-9.499 10.959zM777.801 527.093c-5.245 0-9.497-4.977-9.497-11.12v-101.252c0-5.979 4.252-10.959 9.497-10.959h95.404c5.245 0 9.499 4.98 9.499 10.959v101.252c0 6.143-4.253 11.12-9.499 11.12zM653.335 527.093c-5.245 0-9.497-4.977-9.497-11.12v-101.252c0-5.979 4.252-10.959 9.497-10.959h95.407c5.245 0 9.496 4.98 9.496 10.959v101.252c0 6.143-4.251 11.12-9.496 11.12zM528.871 527.093c-5.104 0-9.357-4.977-9.357-11.12v-101.252c0-5.979 4.253-10.959 9.357-10.959h95.404c5.245 0 9.497 4.98 9.497 10.959v101.252c0 6.143-4.252 11.12-9.497 11.12zM404.547 527.093c-5.245 0-9.499-4.977-9.499-11.12v-101.252c0-5.979 4.253-10.959 9.499-10.959h95.404c5.103 0 9.357 4.98 9.357 10.959v101.252c0 6.143-4.255 11.12-9.357 11.12zM103.731 908.379v-308.082h804.773v308.082zM67.865 960h888.271c5.245 0 9.497-4.981 9.497-11.12v-975.365c0-6.144-1.701-15.603-3.828-21.248l-9.496-11.619c-4.68-2.492-12.76-4.648-18.004-4.648h-844.608c-5.247 0-13.326 2.156-18.004 4.648l-9.64 11.619c-1.985 5.645-3.686 15.104-3.686 21.248v975.365c0 6.14 4.254 11.12 9.499 11.12z" />
+<glyph unicode="" glyph-name="baggage" d="M733.725 664.051v-522.022h122.802v522.022zM170.739 664.051v-522.022h122.77v522.022zM438.264 769.338l-22.849-67.612h194.723l-24.368 67.612zM415.655 791.666h192.707l51.857-89.94h232.036c72.769 0 131.762-54.978 131.762-122.813v-351.734c0-67.85-58.993-122.843-131.762-122.843h-760.493c-72.753 0-131.763 54.993-131.763 122.843v351.734c0 67.835 59.009 122.813 131.763 122.813h232.036z" />
+<glyph unicode="" glyph-name="trash" d="M191.166 630.621h136.774v-577.939h105.019v577.939h157.78v-577.939h105.083v577.939h136.772v-694.765h-641.428zM126.98 847.182h769.8v-99.472h-769.8zM335.572 960h352.663v-90.878h-352.663z" />
+<glyph unicode="" glyph-name="erase" d="M88.57 4.16h886.236c18.731 0 34.042-15.353 34.042-34.060 0-18.79-15.311-34.1-34.042-34.1h-886.236c-18.729 0-34.042 15.31-34.042 34.1 0 18.707 15.313 34.060 34.042 34.060zM331.535 590.147l-248.272-249.935 157.96-161.957c13.749-13.833 48.813-37.771 68.188-37.771h104.73c19.416 0 46.979 23.937 60.73 37.771l131.647 136.812zM629.682 960c17.438 0 34.877-7.814 48.146-21.084l278.586-279.645c26.499-26.457 26.499-72.207 0-98.729l-425.897-430.494c-26.523-26.605-78.815-57.729-116.377-57.729h-104.73c-37.459 0-89.815 31.125-116.375 57.729l-157.96 167.29c-26.5 26.499-26.5 69.935 0 96.332l546.42 546.452c13.166 13.293 30.711 19.877 48.187 19.877z" />
+<glyph unicode="" glyph-name="usertime" d="M557.61 283.76c0 0 234.191-55.807 256.508-278.821h-814.117c0 0 66.954 245.319 267.693 267.648l54.36-232.801 39.942 0.321 45.427 119.165-42.397 73.563h84.77l-40.646-75.446 51.832-116.487 31.151 0.25zM721.151 752.498c3.881 0.061 7.808-1.164 11.085-3.756l86.55-69.216c0.927-0.749 1.758-1.573 2.49-2.458l1.384-2.053 0.604-0.177c3.044-1.077 5.694-2.969 7.708-5.437 2.408-2.972 3.834-6.662 3.883-10.763l0.775-110.79c0.044-9.547-7.646-17.359-17.196-17.446-9.534-0.042-17.332 7.639-17.418 17.206l-0.771 102.937-0.623 0.275c-0.864 0.474-1.701 1.029-2.502 1.669l-86.513 69.196c-7.448 5.987-8.658 16.859-2.723 24.365 3.363 4.163 8.277 6.368 13.267 6.447zM401.426 759.683c33.843 0 65.776-7.706 94.582-21.095-8.652-26.989-13.395-55.697-13.395-85.511 0-93.086 45.61-175.496 115.472-226.751-38.319-69.217-111.983-116.086-196.66-116.086-124.119 0-224.722 100.616-224.722 224.733 0 124.113 100.603 224.711 224.722 224.711zM786.072 821.774c-92.958 0-168.706-75.661-168.706-168.701 0-93.019 75.748-168.723 168.706-168.723 93.042 0 168.708 75.705 168.708 168.723 0 93.040-75.666 168.701-168.708 168.701zM786.072 891.011c131.44 0 237.961-106.559 237.961-237.939 0-131.359-106.521-237.917-237.961-237.917-131.347 0-237.911 106.558-237.911 237.917 0 131.38 106.564 237.939 237.911 237.939z" />
+<glyph unicode="" glyph-name="helpfile" d="M725.568 64.96c17.92 0 33.024-6.208 45.248-18.56 12.256-12.32 18.368-27.584 18.368-45.664 0-20.128-6.4-35.968-19.2-47.456s-27.616-17.248-44.384-17.248c-17.408 0-32.576 5.696-45.504 17.024-12.96 11.392-19.424 27.232-19.424 47.68 0 18.080 6.24 33.344 18.784 45.664s27.904 18.56 46.144 18.56zM735.808 588.992c41.28 0 77.728-7.68 109.344-23.040 31.584-15.456 56-36.32 73.184-62.784 17.248-26.464 25.888-55.232 25.888-86.24 0-24.48-4.896-45.92-14.72-64.288s-21.504-34.304-35.008-47.648c-13.536-13.408-37.824-35.936-72.832-67.52-9.696-8.864-17.44-16.736-23.296-23.488s-10.176-12.928-13.024-18.528c-2.816-5.632-5.024-11.2-6.592-16.832s-3.936-15.456-7.040-29.536c-5.408-29.888-22.368-44.864-50.816-44.864-14.784 0-27.264 4.896-37.376 14.688s-15.136 24.288-15.136 43.552c0 24.16 3.648 45.088 11.104 62.752s17.216 33.184 29.472 46.56c12.256 13.408 28.768 29.248 49.536 47.648 18.24 16.128 31.392 28.224 39.52 36.448s14.944 17.312 20.48 27.424c5.6 10.016 8.352 20.96 8.352 32.736 0 23.008-8.48 42.4-25.44 58.24-16.928 15.808-38.784 23.744-65.504 23.744-31.328 0-54.4-8-69.216-23.968s-27.36-39.456-37.568-70.496c-9.696-32.544-28.064-48.8-55.168-48.8-15.904 0-29.344 5.728-40.288 17.056s-16.448 23.648-16.448 36.864c0 27.328 8.672 54.976 26.048 83.040 17.344 28.032 42.688 51.232 76 69.632s72.192 27.584 116.608 27.584zM389.792 960h359.008c72.672 0 131.232-57.792 133.408-129.76h0.352v-3.232l0.064-13.12-0.064-191.232h-67.232v207.264c-1.952 35.2-30.784 63.264-66.528 63.264h-334.528v-193.6c0-40.704-33.248-74.048-74.080-74.048h-193.472v-535.328c0-36.832 29.952-66.88 66.88-66.88h328.416v-66.944h-328.416c-73.888 0-133.792 60.064-133.792 133.792v558.752c0.064 1.184 0.352 2.304 0.544 3.488 0.608 2.496 0.864 3.328 1.28 4.128 1.056 2.784 1.6 4 2.144 5.024 1.28 2.336 2.24 3.84 3.2 5.248 1.92 2.592 2.816 3.68 3.712 4.832 2.592 2.976 4.064 4.576 5.696 6.272l265.536 265.504c1.632 1.632 3.2 3.104 4.8 4.384 2.528 2.176 3.552 3.040 4.64 3.776 2.88 2.080 4.288 2.88 5.408 3.648l2.496 1.248c2.432 1.152 3.264 1.504 4.096 1.792 2.432 0.832 4.416 1.28 6.368 1.504z" />
+<glyph unicode="" glyph-name="clocktime" d="M398.176 640.512v-137.6c-19.008-10.912-31.616-31.104-31.616-54.208 0-6.080 0.864-11.936 2.496-17.504l-0.096 0.448-51.52-51.52c-5.696-5.76-9.216-13.696-9.216-22.464 0-17.664 14.336-32 32-32 8.768 0 16.704 3.52 22.464 9.216v0l51.52 51.52c4.992-1.408 10.752-2.208 16.672-2.208 35.168 0 63.712 28.512 63.712 63.712 0 23.68-12.928 44.352-32.096 55.328l-0.32 0.16v137.152c0 17.664-14.336 32-32 32s-32-14.336-32-32v0zM433.92 832c199.2-2.112 361.92-155.456 378.912-350.528l0.096-1.44h67.072c8.832 0 16-7.168 16-16 0-3.392-1.056-6.56-2.88-9.152l0.032 0.064-113.472-163.904c-2.912-4.192-7.712-6.88-13.152-6.88s-10.24 2.688-13.12 6.848l-0.032 0.064-113.472 163.904c-1.792 2.528-2.848 5.696-2.848 9.12 0 8.832 7.168 16 16 16h63.584c-16.576 142.656-135.2 252.8-280.16 255.936h-0.32c-0.736 0-1.6 0-2.496 0-156.608 0-284.352-123.616-291.008-278.592l-0.032-0.608c-0.096-2.688-0.128-5.824-0.128-8.992 0-158.944 128.864-287.776 287.808-287.776 76.64 0 146.304 29.952 197.888 78.816l-0.128-0.128c5.696 5.472 13.44 8.832 21.984 8.832 10.784 0 20.32-5.376 26.048-13.568l0.064-0.096 18.304-26.464c3.52-5.12 5.6-11.424 5.6-18.208 0-9.6-4.16-18.208-10.784-24.128l-0.032-0.032c-68.032-62.624-159.2-101.024-259.328-101.024-211.776 0-383.456 171.68-383.456 383.456 0 5.664 0.128 11.296 0.352 16.896l-0.032-0.8c10.56 205.6 179.808 368.32 387.040 368.448v0z" />
+<glyph unicode="" glyph-name="table" d="M0 147.36h1023.904v-129.984h-1023.904zM0 391.168h1023.904v-130.080h-1023.904zM0 635.008h1023.904v-130.080h-1023.904zM0 878.752h1023.904v-130.080h-1023.904z" />
+<glyph unicode="" glyph-name="report" d="M60.459 960v-1024h899.627v1024h-899.627zM917.419-21.333h-814.293v938.667h814.293v-938.667zM178.517 780.672h283.349v-42.667h-283.349v42.667zM859.264 589.44h-219.776v1.493h-42.667v-1.451h-428.757v-561.024h691.2v560.981zM816.597 546.773v-89.131h-177.109v89.131h177.109zM596.779 288.085v-86.272h-386.048v86.272h386.048zM210.731 330.752v84.224h386.048v-84.224h-386.048zM639.445 288.085h177.109v-86.272h-177.109v86.272zM816.597 330.752h-177.109v84.224h177.109v-84.224zM596.779 546.773v-89.131h-386.048v89.131h386.048zM210.731 159.104h386.048v-88.021h-386.048v88.021zM639.445 71.083v88.021h177.109v-88.021h-177.109z" />
+<glyph unicode="" glyph-name="aggrement" d="M167.392 282.144h323.424c0 0 5.92-31.904 7.36-37.856h-330.752c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.64 7.008 15.68 15.68 15.68zM166.656 403.104h286.112c0.128-1.76 0.032-3.552-0.64-5.28l-12.544-32.576h-272.928c-8.672 0-15.68 7.008-15.68 15.68v6.464c0 8.672 7.008 15.68 15.68 15.68zM164.512 521.824h277.888l4-8.96c1.888-4.288 0.96-9.344-2.336-12.704l-16.16-16.16h-263.424c-8.64 0-15.68 7.008-15.68 15.68v6.496c0 8.64 7.008 15.68 15.68 15.68zM742.88 626.080c-99.616 0-180.352-80.736-180.352-180.352s80.736-180.416 180.352-180.416c99.616 0 180.384 80.8 180.384 180.416s-80.768 180.352-180.384 180.352zM164 639.36h326.816v-33.952c0-1.344-0.256-2.656-0.704-3.872h-326.112c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.672 7.008 15.68 15.68 15.68zM742.88 723.68c3.744 0 7.52-1.44 10.4-4.288l28.96-28.928c3.136-3.168 7.872-4.032 11.904-2.24l37.536 16.576c7.424 3.328 16.064-0.096 19.36-7.488l19.52-44.032c1.792-4.032 5.856-6.688 10.336-6.688h48.16c8.096 0 14.688-6.56 14.688-14.688v-40.992c0-4.448 2.752-8.416 6.88-9.984l38.272-14.784c7.584-2.912 11.36-11.456 8.448-19.008l-17.344-44.896c-1.632-4.16-0.608-8.928 2.528-12.064l34.080-34.016c5.76-5.76 5.76-15.072 0-20.832l-28.992-28.96c-3.104-3.104-4-7.84-2.208-11.904l16.576-37.472c3.296-7.456-0.064-16.128-7.488-19.424l-44-19.52c-4.064-1.792-6.72-5.888-6.72-10.336v-48.096c0-8.16-6.56-14.752-14.688-14.752h-1.664l94.592-227.36c2.048-4.896-2.944-9.792-7.808-7.616l-110.432 48.736c-3.712 1.632-8.032-0.096-9.536-3.84l-45.12-109.696c-2.048-5.056-9.152-5.056-11.264-0.064l-91.808 220.192c-0.384 0.992-0.48 2.048-0.704 3.008-1.984-0.288-3.968-0.256-5.92 0.224l-91.84-220.608c-2.080-4.992-9.216-4.992-11.232 0.032l-45.12 109.696c-1.536 3.712-5.824 5.504-9.568 3.84l-110.432-48.736c-4.864-2.144-9.856 2.72-7.808 7.616l93.44 224.576h-0.128c-8.096 0-14.688 6.592-14.688 14.752v40.96c0 4.416-2.752 8.416-6.88 9.984l-38.24 14.784c-7.616 2.912-11.36 11.424-8.448 18.976l17.312 44.96c1.6 4.16 0.576 8.864-2.56 12.032l-34.048 34.016c-5.728 5.76-5.728 15.072 0 20.832l29.056 28.992c3.104 3.136 3.968 7.904 2.176 11.904l-16.64 37.504c-3.264 7.392 0.064 16.096 7.456 19.424l44.064 19.456c4.064 1.792 6.688 5.856 6.688 10.304v48.16c0 8.128 6.592 14.688 14.688 14.688h40.992c4.384 0 8.384 2.752 9.952 6.88l14.752 38.24c2.912 7.552 11.456 11.328 19.040 8.416l44.928-17.312c4.192-1.664 8.928-0.608 12.096 2.528l34.016 34.048c2.88 2.88 6.624 4.288 10.4 4.288zM163.84 771.744h206.944c8.672 0 15.68-7.008 15.68-15.68v-6.496c0-8.672-7.008-15.68-15.68-15.68h-206.944c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.672 7.008 15.68 15.68 15.68zM26.208 955.968h721.28c14.464 0 26.24-11.776 26.24-26.208v-178.016l-15.84 15.808c-3.936 3.936-9.152 6.112-14.72 6.112s-10.784-2.176-14.72-6.080l-22.848-22.88v122.368c0 11.456-9.344 20.8-20.832 20.8h-595.84c-11.456 0-20.768-9.312-20.768-20.8v-752.64c0-11.488 9.312-20.8 20.768-20.8h353.088l-28.352-68.16h-387.456c-14.464 0-26.208 11.776-26.208 26.24v878.080c0 14.464 11.776 26.208 26.208 26.208z" />
+<glyph unicode="" glyph-name="vacancydays" d="M440.576 617.536l60.768-30.496c17.28-621.056 391.136-651.072 391.136-651.072h-349.152c-203.36 163.936-150.208 654.496-150.208 654.496zM668.576 959.968c142.592 1.92 235.296-118.048 227.392-277.472-66.24 160.736-267.712 179.616-353.248 91.712 201.44 23.968 480.896-116.736 283.072-519.648-39.52 307.584-277.504 402.88-381.216 417.376-144.448-10.464-335.36-168.896-344.992-414.976-306.4 398.048 184.736 544.512 303.2 499.232-27.104 64.352-194.304 117.44-368.608-28.928 63.296 411.712 413.824 146.816 413.824 146.816 80.672 58.976 155.776 85.024 220.576 85.888z" />
</font></defs></svg>
\ No newline at end of file
--- /dev/null
+@font-face {
+ font-family: 'appicons';
+ src:
+ url('fonts/appicons.ttf?6tmy7g') format('truetype'),
+ url('fonts/appicons.woff?6tmy7g') format('woff'),
+ url('fonts/appicons.svg?6tmy7g#appicons') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ font-display: block;
+}
+
+[class^="icon-"], [class*=" icon-"] {
+ /* use !important to prevent issues with browser extensions that change fonts */
+ font-family: 'appicons' !important;
+ speak: never;
+ 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-credit_cards_card:before {
+ content: "\e900";
+}
+.icon-home:before {
+ content: "\e901";
+}
+.icon-home2:before {
+ content: "\e902";
+}
+.icon-home3:before {
+ content: "\e903";
+}
+.icon-office:before {
+ content: "\e904";
+}
+.icon-newspaper:before {
+ content: "\e905";
+}
+.icon-pencil:before {
+ content: "\e906";
+}
+.icon-pencil2:before {
+ content: "\e907";
+}
+.icon-quill:before {
+ content: "\e908";
+}
+.icon-pen:before {
+ content: "\e909";
+}
+.icon-blog:before {
+ content: "\e90a";
+}
+.icon-eyedropper:before {
+ content: "\e90b";
+}
+.icon-droplet:before {
+ content: "\e90c";
+}
+.icon-paint-format:before {
+ content: "\e90d";
+}
+.icon-image:before {
+ content: "\e90e";
+}
+.icon-images:before {
+ content: "\e90f";
+}
+.icon-camera:before {
+ content: "\e910";
+}
+.icon-headphones:before {
+ content: "\e911";
+}
+.icon-music:before {
+ content: "\e912";
+}
+.icon-play:before {
+ content: "\e913";
+}
+.icon-film:before {
+ content: "\e914";
+}
+.icon-video-camera:before {
+ content: "\e915";
+}
+.icon-dice:before {
+ content: "\e916";
+}
+.icon-pacman:before {
+ content: "\e917";
+}
+.icon-spades:before {
+ content: "\e918";
+}
+.icon-clubs:before {
+ content: "\e919";
+}
+.icon-diamonds:before {
+ content: "\e91a";
+}
+.icon-bullhorn:before {
+ content: "\e91b";
+}
+.icon-connection:before {
+ content: "\e91c";
+}
+.icon-podcast:before {
+ content: "\e91d";
+}
+.icon-feed:before {
+ content: "\e91e";
+}
+.icon-mic:before {
+ content: "\e91f";
+}
+.icon-book:before {
+ content: "\e920";
+}
+.icon-books:before {
+ content: "\e921";
+}
+.icon-library:before {
+ content: "\e922";
+}
+.icon-file-text:before {
+ content: "\e923";
+}
+.icon-profile:before {
+ content: "\e924";
+}
+.icon-file-empty:before {
+ content: "\e925";
+}
+.icon-files-empty:before {
+ content: "\e926";
+}
+.icon-file-text2:before {
+ content: "\e927";
+}
+.icon-file-picture:before {
+ content: "\e928";
+}
+.icon-file-music:before {
+ content: "\e929";
+}
+.icon-file-play:before {
+ content: "\e92a";
+}
+.icon-file-video:before {
+ content: "\e92b";
+}
+.icon-file-zip:before {
+ content: "\e92c";
+}
+.icon-copy:before {
+ content: "\e92d";
+}
+.icon-paste:before {
+ content: "\e92e";
+}
+.icon-stack:before {
+ content: "\e92f";
+}
+.icon-folder:before {
+ content: "\e930";
+}
+.icon-folder-open:before {
+ content: "\e931";
+}
+.icon-folder-plus:before {
+ content: "\e932";
+}
+.icon-folder-minus:before {
+ content: "\e933";
+}
+.icon-folder-download:before {
+ content: "\e934";
+}
+.icon-folder-upload:before {
+ content: "\e935";
+}
+.icon-price-tag:before {
+ content: "\e936";
+}
+.icon-price-tags:before {
+ content: "\e937";
+}
+.icon-barcode:before {
+ content: "\e938";
+}
+.icon-qrcode:before {
+ content: "\e939";
+}
+.icon-ticket:before {
+ content: "\e93a";
+}
+.icon-cart:before {
+ content: "\e93b";
+}
+.icon-coin-dollar:before {
+ content: "\e93c";
+}
+.icon-coin-euro:before {
+ content: "\e93d";
+}
+.icon-coin-pound:before {
+ content: "\e93e";
+}
+.icon-coin-yen:before {
+ content: "\e93f";
+}
+.icon-credit-card:before {
+ content: "\e940";
+}
+.icon-calculator:before {
+ content: "\e941";
+}
+.icon-lifebuoy:before {
+ content: "\e942";
+}
+.icon-phone:before {
+ content: "\e943";
+}
+.icon-phone-hang-up:before {
+ content: "\e944";
+}
+.icon-address-book:before {
+ content: "\e945";
+}
+.icon-envelop:before {
+ content: "\e946";
+}
+.icon-pushpin:before {
+ content: "\e947";
+}
+.icon-location:before {
+ content: "\e948";
+}
+.icon-location2:before {
+ content: "\e949";
+}
+.icon-compass:before {
+ content: "\e94a";
+}
+.icon-compass2:before {
+ content: "\e94b";
+}
+.icon-map:before {
+ content: "\e94c";
+}
+.icon-map2:before {
+ content: "\e94d";
+}
+.icon-history:before {
+ content: "\e94e";
+}
+.icon-clock:before {
+ content: "\e94f";
+}
+.icon-clock2:before {
+ content: "\e950";
+}
+.icon-alarm:before {
+ content: "\e951";
+}
+.icon-bell:before {
+ content: "\e952";
+}
+.icon-stopwatch:before {
+ content: "\e953";
+}
+.icon-calendar:before {
+ content: "\e954";
+}
+.icon-printer:before {
+ content: "\e955";
+}
+.icon-keyboard:before {
+ content: "\e956";
+}
+.icon-display:before {
+ content: "\e957";
+}
+.icon-laptop:before {
+ content: "\e958";
+}
+.icon-mobile:before {
+ content: "\e959";
+}
+.icon-mobile2:before {
+ content: "\e95a";
+}
+.icon-tablet:before {
+ content: "\e95b";
+}
+.icon-tv:before {
+ content: "\e95c";
+}
+.icon-drawer:before {
+ content: "\e95d";
+}
+.icon-drawer2:before {
+ content: "\e95e";
+}
+.icon-box-add:before {
+ content: "\e95f";
+}
+.icon-box-remove:before {
+ content: "\e960";
+}
+.icon-download:before {
+ content: "\e961";
+}
+.icon-upload:before {
+ content: "\e962";
+}
+.icon-floppy-disk:before {
+ content: "\e963";
+}
+.icon-drive:before {
+ content: "\e964";
+}
+.icon-database:before {
+ content: "\e965";
+}
+.icon-undo:before {
+ content: "\e966";
+}
+.icon-redo:before {
+ content: "\e967";
+}
+.icon-undo2:before {
+ content: "\e968";
+}
+.icon-redo2:before {
+ content: "\e969";
+}
+.icon-forward:before {
+ content: "\e96a";
+}
+.icon-reply:before {
+ content: "\e96b";
+}
+.icon-bubble:before {
+ content: "\e96c";
+}
+.icon-bubbles:before {
+ content: "\e96d";
+}
+.icon-bubbles2:before {
+ content: "\e96e";
+}
+.icon-bubble2:before {
+ content: "\e96f";
+}
+.icon-bubbles3:before {
+ content: "\e970";
+}
+.icon-bubbles4:before {
+ content: "\e971";
+}
+.icon-user:before {
+ content: "\e972";
+}
+.icon-users:before {
+ content: "\e973";
+}
+.icon-user-plus:before {
+ content: "\e974";
+}
+.icon-user-minus:before {
+ content: "\e975";
+}
+.icon-user-check:before {
+ content: "\e976";
+}
+.icon-user-tie:before {
+ content: "\e977";
+}
+.icon-quotes-left:before {
+ content: "\e978";
+}
+.icon-quotes-right:before {
+ content: "\e979";
+}
+.icon-hour-glass:before {
+ content: "\e97a";
+}
+.icon-spinner:before {
+ content: "\e97b";
+}
+.icon-spinner2:before {
+ content: "\e97c";
+}
+.icon-spinner3:before {
+ content: "\e97d";
+}
+.icon-spinner4:before {
+ content: "\e97e";
+}
+.icon-spinner5:before {
+ content: "\e97f";
+}
+.icon-spinner6:before {
+ content: "\e980";
+}
+.icon-spinner7:before {
+ content: "\e981";
+}
+.icon-spinner8:before {
+ content: "\e982";
+}
+.icon-spinner9:before {
+ content: "\e983";
+}
+.icon-spinner10:before {
+ content: "\e984";
+}
+.icon-spinner11:before {
+ content: "\e985";
+}
+.icon-binoculars:before {
+ content: "\e986";
+}
+.icon-search:before {
+ content: "\e987";
+}
+.icon-zoom-in:before {
+ content: "\e988";
+}
+.icon-zoom-out:before {
+ content: "\e989";
+}
+.icon-enlarge:before {
+ content: "\e98a";
+}
+.icon-shrink:before {
+ content: "\e98b";
+}
+.icon-enlarge2:before {
+ content: "\e98c";
+}
+.icon-shrink2:before {
+ content: "\e98d";
+}
+.icon-key:before {
+ content: "\e98e";
+}
+.icon-key2:before {
+ content: "\e98f";
+}
+.icon-lock1:before {
+ content: "\e990";
+}
+.icon-unlocked:before {
+ content: "\e991";
+}
+.icon-wrench:before {
+ content: "\e992";
+}
+.icon-equalizer:before {
+ content: "\e993";
+}
+.icon-equalizer2:before {
+ content: "\e994";
+}
+.icon-cog:before {
+ content: "\e995";
+}
+.icon-cogs:before {
+ content: "\e996";
+}
+.icon-hammer:before {
+ content: "\e997";
+}
+.icon-magic-wand:before {
+ content: "\e998";
+}
+.icon-aid-kit:before {
+ content: "\e999";
+}
+.icon-bug:before {
+ content: "\e99a";
+}
+.icon-pie-chart:before {
+ content: "\e99b";
+}
+.icon-stats-dots:before {
+ content: "\e99c";
+}
+.icon-stats-bars:before {
+ content: "\e99d";
+}
+.icon-stats-bars2:before {
+ content: "\e99e";
+}
+.icon-trophy:before {
+ content: "\e99f";
+}
+.icon-gift:before {
+ content: "\e9a0";
+}
+.icon-glass:before {
+ content: "\e9a1";
+}
+.icon-glass2:before {
+ content: "\e9a2";
+}
+.icon-mug:before {
+ content: "\e9a3";
+}
+.icon-spoon-knife:before {
+ content: "\e9a4";
+}
+.icon-leaf:before {
+ content: "\e9a5";
+}
+.icon-rocket:before {
+ content: "\e9a6";
+}
+.icon-meter:before {
+ content: "\e9a7";
+}
+.icon-meter2:before {
+ content: "\e9a8";
+}
+.icon-hammer2:before {
+ content: "\e9a9";
+}
+.icon-fire:before {
+ content: "\e9aa";
+}
+.icon-lab:before {
+ content: "\e9ab";
+}
+.icon-magnet:before {
+ content: "\e9ac";
+}
+.icon-bin:before {
+ content: "\e9ad";
+}
+.icon-bin2:before {
+ content: "\e9ae";
+}
+.icon-briefcase:before {
+ content: "\e9af";
+}
+.icon-airplane:before {
+ content: "\e9b0";
+}
+.icon-truck:before {
+ content: "\e9b1";
+}
+.icon-road:before {
+ content: "\e9b2";
+}
+.icon-accessibility:before {
+ content: "\e9b3";
+}
+.icon-target:before {
+ content: "\e9b4";
+}
+.icon-shield:before {
+ content: "\e9b5";
+}
+.icon-power:before {
+ content: "\e9b6";
+}
+.icon-switch:before {
+ content: "\e9b7";
+}
+.icon-power-cord:before {
+ content: "\e9b8";
+}
+.icon-clipboard:before {
+ content: "\e9b9";
+}
+.icon-list-numbered:before {
+ content: "\e9ba";
+}
+.icon-list:before {
+ content: "\e9bb";
+}
+.icon-list2:before {
+ content: "\e9bc";
+}
+.icon-tree:before {
+ content: "\e9bd";
+}
+.icon-menu:before {
+ content: "\e9be";
+}
+.icon-menu2:before {
+ content: "\e9bf";
+}
+.icon-menu3:before {
+ content: "\e9c0";
+}
+.icon-menu4:before {
+ content: "\e9c1";
+}
+.icon-cloud:before {
+ content: "\e9c2";
+}
+.icon-cloud-download:before {
+ content: "\e9c3";
+}
+.icon-cloud-upload:before {
+ content: "\e9c4";
+}
+.icon-cloud-check:before {
+ content: "\e9c5";
+}
+.icon-download2:before {
+ content: "\e9c6";
+}
+.icon-upload2:before {
+ content: "\e9c7";
+}
+.icon-download3:before {
+ content: "\e9c8";
+}
+.icon-upload3:before {
+ content: "\e9c9";
+}
+.icon-sphere:before {
+ content: "\e9ca";
+}
+.icon-earth:before {
+ content: "\e9cb";
+}
+.icon-link:before {
+ content: "\e9cc";
+}
+.icon-flag:before {
+ content: "\e9cd";
+}
+.icon-attachment:before {
+ content: "\e9ce";
+}
+.icon-eye:before {
+ content: "\e9cf";
+}
+.icon-eye-plus:before {
+ content: "\e9d0";
+}
+.icon-eye-minus:before {
+ content: "\e9d1";
+}
+.icon-eye-blocked:before {
+ content: "\e9d2";
+}
+.icon-bookmark:before {
+ content: "\e9d3";
+}
+.icon-bookmarks:before {
+ content: "\e9d4";
+}
+.icon-sun:before {
+ content: "\e9d5";
+}
+.icon-contrast:before {
+ content: "\e9d6";
+}
+.icon-brightness-contrast:before {
+ content: "\e9d7";
+}
+.icon-star-empty:before {
+ content: "\e9d8";
+}
+.icon-star-half:before {
+ content: "\e9d9";
+}
+.icon-star-full:before {
+ content: "\e9da";
+}
+.icon-heart:before {
+ content: "\e9db";
+}
+.icon-heart-broken:before {
+ content: "\e9dc";
+}
+.icon-man:before {
+ content: "\e9dd";
+}
+.icon-woman:before {
+ content: "\e9de";
+}
+.icon-man-woman:before {
+ content: "\e9df";
+}
+.icon-happy:before {
+ content: "\e9e0";
+}
+.icon-happy2:before {
+ content: "\e9e1";
+}
+.icon-smile:before {
+ content: "\e9e2";
+}
+.icon-smile2:before {
+ content: "\e9e3";
+}
+.icon-tongue:before {
+ content: "\e9e4";
+}
+.icon-tongue2:before {
+ content: "\e9e5";
+}
+.icon-sad:before {
+ content: "\e9e6";
+}
+.icon-sad2:before {
+ content: "\e9e7";
+}
+.icon-wink:before {
+ content: "\e9e8";
+}
+.icon-wink2:before {
+ content: "\e9e9";
+}
+.icon-grin:before {
+ content: "\e9ea";
+}
+.icon-grin2:before {
+ content: "\e9eb";
+}
+.icon-cool:before {
+ content: "\e9ec";
+}
+.icon-cool2:before {
+ content: "\e9ed";
+}
+.icon-angry:before {
+ content: "\e9ee";
+}
+.icon-angry2:before {
+ content: "\e9ef";
+}
+.icon-evil:before {
+ content: "\e9f0";
+}
+.icon-evil2:before {
+ content: "\e9f1";
+}
+.icon-shocked:before {
+ content: "\e9f2";
+}
+.icon-shocked2:before {
+ content: "\e9f3";
+}
+.icon-baffled:before {
+ content: "\e9f4";
+}
+.icon-baffled2:before {
+ content: "\e9f5";
+}
+.icon-confused:before {
+ content: "\e9f6";
+}
+.icon-confused2:before {
+ content: "\e9f7";
+}
+.icon-neutral:before {
+ content: "\e9f8";
+}
+.icon-neutral2:before {
+ content: "\e9f9";
+}
+.icon-hipster:before {
+ content: "\e9fa";
+}
+.icon-hipster2:before {
+ content: "\e9fb";
+}
+.icon-wondering:before {
+ content: "\e9fc";
+}
+.icon-wondering2:before {
+ content: "\e9fd";
+}
+.icon-sleepy:before {
+ content: "\e9fe";
+}
+.icon-sleepy2:before {
+ content: "\e9ff";
+}
+.icon-frustrated:before {
+ content: "\ea00";
+}
+.icon-frustrated2:before {
+ content: "\ea01";
+}
+.icon-crying:before {
+ content: "\ea02";
+}
+.icon-crying2:before {
+ content: "\ea03";
+}
+.icon-point-up:before {
+ content: "\ea04";
+}
+.icon-point-right:before {
+ content: "\ea05";
+}
+.icon-point-down:before {
+ content: "\ea06";
+}
+.icon-point-left:before {
+ content: "\ea07";
+}
+.icon-warning:before {
+ content: "\ea08";
+}
+.icon-notification:before {
+ content: "\ea09";
+}
+.icon-question:before {
+ content: "\ea0a";
+}
+.icon-plus:before {
+ content: "\ea0b";
+}
+.icon-minus:before {
+ content: "\ea0c";
+}
+.icon-info1:before {
+ content: "\ea0d";
+}
+.icon-cancel-circle:before {
+ content: "\ea0e";
+}
+.icon-blocked:before {
+ content: "\ea0f";
+}
+.icon-cross:before {
+ content: "\ea10";
+}
+.icon-checkmark:before {
+ content: "\ea11";
+}
+.icon-checkmark2:before {
+ content: "\ea12";
+}
+.icon-spell-check:before {
+ content: "\ea13";
+}
+.icon-enter:before {
+ content: "\ea14";
+}
+.icon-exit:before {
+ content: "\ea15";
+}
+.icon-sendemail:before {
+ content: "\ea16";
+}
+.icon-excel:before {
+ content: "\ea17";
+}
+.icon-Lock_Information:before {
+ content: "\ea18";
+}
+.icon-lock:before {
+ content: "\ea19";
+}
+.icon-info:before {
+ content: "\ea1a";
+}
+.icon-info_circle:before {
+ content: "\ea1b";
+}
+.icon-help:before {
+ content: "\ea1c";
+}
+.icon-play3:before {
+ content: "\ea1d";
+}
+.icon-pause2:before {
+ content: "\ea1e";
+}
+.icon-stop2:before {
+ content: "\ea1f";
+}
+.icon-backward2:before {
+ content: "\ea20";
+}
+.icon-forward3:before {
+ content: "\ea21";
+}
+.icon-first:before {
+ content: "\ea22";
+}
+.icon-last:before {
+ content: "\ea23";
+}
+.icon-previous2:before {
+ content: "\ea24";
+}
+.icon-next2:before {
+ content: "\ea25";
+}
+.icon-eject:before {
+ content: "\ea26";
+}
+.icon-volume-high:before {
+ content: "\ea27";
+}
+.icon-volume-medium:before {
+ content: "\ea28";
+}
+.icon-volume-low:before {
+ content: "\ea29";
+}
+.icon-volume-mute:before {
+ content: "\ea2a";
+}
+.icon-volume-mute2:before {
+ content: "\ea2b";
+}
+.icon-volume-increase:before {
+ content: "\ea2c";
+}
+.icon-volume-decrease:before {
+ content: "\ea2d";
+}
+.icon-loop:before {
+ content: "\ea2e";
+}
+.icon-loop2:before {
+ content: "\ea2f";
+}
+.icon-infinite:before {
+ content: "\ea30";
+}
+.icon-shuffle:before {
+ content: "\ea31";
+}
+.icon-arrow-up-left:before {
+ content: "\ea32";
+}
+.icon-arrow-up:before {
+ content: "\ea33";
+}
+.icon-arrow-up-right:before {
+ content: "\ea34";
+}
+.icon-arrow-right:before {
+ content: "\ea35";
+}
+.icon-arrow-down-right:before {
+ content: "\ea36";
+}
+.icon-arrow-down:before {
+ content: "\ea37";
+}
+.icon-arrow-down-left:before {
+ content: "\ea38";
+}
+.icon-arrow-left:before {
+ content: "\ea39";
+}
+.icon-arrow-up-left2:before {
+ content: "\ea3a";
+}
+.icon-arrow-up2:before {
+ content: "\ea3b";
+}
+.icon-arrow-up-right2:before {
+ content: "\ea3c";
+}
+.icon-arrow-right2:before {
+ content: "\ea3d";
+}
+.icon-arrow-down-right2:before {
+ content: "\ea3e";
+}
+.icon-arrow-down2:before {
+ content: "\ea3f";
+}
+.icon-arrow-down-left2:before {
+ content: "\ea40";
+}
+.icon-arrow-left2:before {
+ content: "\ea41";
+}
+.icon-circle-up:before {
+ content: "\ea42";
+}
+.icon-circle-right:before {
+ content: "\ea43";
+}
+.icon-circle-down:before {
+ content: "\ea44";
+}
+.icon-circle-left:before {
+ content: "\ea45";
+}
+.icon-tab:before {
+ content: "\ea46";
+}
+.icon-move-up:before {
+ content: "\ea47";
+}
+.icon-move-down:before {
+ content: "\ea48";
+}
+.icon-sort-alpha-asc:before {
+ content: "\ea49";
+}
+.icon-sort-alpha-desc:before {
+ content: "\ea4a";
+}
+.icon-sort-numeric-asc:before {
+ content: "\ea4b";
+}
+.icon-sort-numberic-desc:before {
+ content: "\ea4c";
+}
+.icon-sort-amount-asc:before {
+ content: "\ea4d";
+}
+.icon-sort-amount-desc:before {
+ content: "\ea4e";
+}
+.icon-command:before {
+ content: "\ea4f";
+}
+.icon-shift:before {
+ content: "\ea50";
+}
+.icon-ctrl:before {
+ content: "\ea51";
+}
+.icon-opt:before {
+ content: "\ea52";
+}
+.icon-checkbox-checked:before {
+ content: "\ea53";
+}
+.icon-checkbox-unchecked:before {
+ content: "\ea54";
+}
+.icon-radio-checked:before {
+ content: "\ea55";
+}
+.icon-radio-checked2:before {
+ content: "\ea56";
+}
+.icon-radio-unchecked:before {
+ content: "\ea57";
+}
+.icon-crop:before {
+ content: "\ea58";
+}
+.icon-make-group:before {
+ content: "\ea59";
+}
+.icon-ungroup:before {
+ content: "\ea5a";
+}
+.icon-scissors:before {
+ content: "\ea5b";
+}
+.icon-filter:before {
+ content: "\ea5c";
+}
+.icon-font:before {
+ content: "\ea5d";
+}
+.icon-ligature:before {
+ content: "\ea5e";
+}
+.icon-ligature2:before {
+ content: "\ea5f";
+}
+.icon-text-height:before {
+ content: "\ea60";
+}
+.icon-text-width:before {
+ content: "\ea61";
+}
+.icon-font-size:before {
+ content: "\ea62";
+}
+.icon-bold:before {
+ content: "\ea63";
+}
+.icon-underline:before {
+ content: "\ea64";
+}
+.icon-italic:before {
+ content: "\ea65";
+}
+.icon-strikethrough:before {
+ content: "\ea66";
+}
+.icon-omega:before {
+ content: "\ea67";
+}
+.icon-sigma:before {
+ content: "\ea68";
+}
+.icon-page-break:before {
+ content: "\ea69";
+}
+.icon-superscript:before {
+ content: "\ea6a";
+}
+.icon-subscript:before {
+ content: "\ea6b";
+}
+.icon-superscript2:before {
+ content: "\ea6c";
+}
+.icon-subscript2:before {
+ content: "\ea6d";
+}
+.icon-text-color:before {
+ content: "\ea6e";
+}
+.icon-pagebreak:before {
+ content: "\ea6f";
+}
+.icon-clear-formatting:before {
+ content: "\ea70";
+}
+.icon-table2:before {
+ content: "\ea71";
+}
+.icon-table21:before {
+ content: "\ea72";
+}
+.icon-insert-template:before {
+ content: "\ea73";
+}
+.icon-pilcrow:before {
+ content: "\ea74";
+}
+.icon-ltr:before {
+ content: "\ea75";
+}
+.icon-rtl:before {
+ content: "\ea76";
+}
+.icon-section:before {
+ content: "\ea77";
+}
+.icon-paragraph-left:before {
+ content: "\ea78";
+}
+.icon-paragraph-center:before {
+ content: "\ea79";
+}
+.icon-paragraph-right:before {
+ content: "\ea7a";
+}
+.icon-paragraph-justify:before {
+ content: "\ea7b";
+}
+.icon-indent-increase:before {
+ content: "\ea7c";
+}
+.icon-indent-decrease:before {
+ content: "\ea7d";
+}
+.icon-share:before {
+ content: "\ea7e";
+}
+.icon-new-tab:before {
+ content: "\ea7f";
+}
+.icon-embed:before {
+ content: "\ea80";
+}
+.icon-embed2:before {
+ content: "\ea81";
+}
+.icon-terminal:before {
+ content: "\ea82";
+}
+.icon-share2:before {
+ content: "\ea83";
+}
+.icon-mail:before {
+ content: "\ea84";
+}
+.icon-mail2:before {
+ content: "\ea85";
+}
+.icon-mail3:before {
+ content: "\ea86";
+}
+.icon-mail4:before {
+ content: "\ea87";
+}
+.icon-cubelight:before {
+ content: "\ea88";
+}
+.icon-cube:before {
+ content: "\ea89";
+}
+.icon-bulletlist:before {
+ content: "\ea8a";
+}
+.icon-eye-open:before {
+ content: "\ea8b";
+}
+.icon-eye-close:before {
+ content: "\ea8c";
+}
+.icon-arrowhead_down:before {
+ content: "\ea8d";
+}
+.icon-arrowhead_up:before {
+ content: "\ea8e";
+}
+.icon-sandclock:before {
+ content: "\ea8f";
+}
+.icon-sum:before {
+ content: "\ea90";
+}
+.icon-rndcheck-not:before {
+ content: "\ea91";
+}
+.icon-rndcheck-ok:before {
+ content: "\ea92";
+}
+.icon-clock1:before {
+ content: "\ea93";
+}
+.icon-pause1:before {
+ content: "\ea94";
+}
+.icon-shop:before {
+ content: "\ea95";
+}
+.icon-template:before {
+ content: "\ea96";
+}
+.icon-remove:before {
+ content: "\ea97";
+}
+.icon-access:before {
+ content: "\ea98";
+}
+.icon-address:before {
+ content: "\ea99";
+}
+.icon-apps:before {
+ content: "\ea9a";
+}
+.icon-archive:before {
+ content: "\ea9b";
+}
+.icon-calendar1:before {
+ content: "\ea9c";
+}
+.icon-code:before {
+ content: "\ea9d";
+}
+.icon-coin:before {
+ content: "\ea9e";
+}
+.icon-company:before {
+ content: "\ea9f";
+}
+.icon-cube1:before {
+ content: "\eaa0";
+}
+.icon-cubelight1:before {
+ content: "\eaa1";
+}
+.icon-dashboard:before {
+ content: "\eaa2";
+}
+.icon-datarefresh:before {
+ content: "\eaa3";
+}
+.icon-documentsave:before {
+ content: "\eaa4";
+}
+.icon-documents:before {
+ content: "\eaa5";
+}
+.icon-download1:before {
+ content: "\eaa6";
+}
+.icon-duplicate1:before {
+ content: "\eaa7";
+}
+.icon-edit:before {
+ content: "\eaa8";
+}
+.icon-excel1:before {
+ content: "\eaa9";
+}
+.icon-expand:before {
+ content: "\eaaa";
+}
+.icon-file:before {
+ content: "\eaab";
+}
+.icon-Floppy:before {
+ content: "\eaac";
+}
+.icon-folder1:before {
+ content: "\eaad";
+}
+.icon-folder_add:before {
+ content: "\eaae";
+}
+.icon-folder_delete:before {
+ content: "\eaaf";
+}
+.icon-folder_find:before {
+ content: "\eab0";
+}
+.icon-globe:before {
+ content: "\eab1";
+}
+.icon-group:before {
+ content: "\eab2";
+}
+.icon-home1:before {
+ content: "\eab3";
+}
+.icon-inbox:before {
+ content: "\eab4";
+}
+.icon-library1:before {
+ content: "\eab5";
+}
+.icon-license:before {
+ content: "\eab6";
+}
+.icon-list1:before {
+ content: "\eab7";
+}
+.icon-log:before {
+ content: "\eab8";
+}
+.icon-logout:before {
+ content: "\eab9";
+}
+.icon-menu1:before {
+ content: "\eaba";
+}
+.icon-newspaper1:before {
+ content: "\eabb";
+}
+.icon-numberlist:before {
+ content: "\eabc";
+}
+.icon-package:before {
+ content: "\eabd";
+}
+.icon-tux:before {
+ content: "\eabe";
+}
+.icon-appleinc:before {
+ content: "\eabf";
+}
+.icon-finder:before {
+ content: "\eac0";
+}
+.icon-android:before {
+ content: "\eac1";
+}
+.icon-windows:before {
+ content: "\eac2";
+}
+.icon-windows8:before {
+ content: "\eac3";
+}
+.icon-pay:before {
+ content: "\eac4";
+}
+.icon-pdf:before {
+ content: "\eac5";
+}
+.icon-pdfexport:before {
+ content: "\eac6";
+}
+.icon-pictures:before {
+ content: "\eac7";
+}
+.icon-plus1:before {
+ content: "\eac8";
+}
+.icon-untitled:before {
+ content: "\eac9";
+}
+.icon-dataset:before {
+ content: "\eaca";
+}
+.icon-check:before {
+ content: "\eacb";
+}
+.icon-projects:before {
+ content: "\eacc";
+}
+.icon-rename:before {
+ content: "\eacd";
+}
+.icon-Save:before {
+ content: "\eace";
+}
+.icon-squares:before {
+ content: "\eacf";
+}
+.icon-table1:before {
+ content: "\ead0";
+}
+.icon-upload1:before {
+ content: "\ead1";
+}
+.icon-user1:before {
+ content: "\ead2";
+}
+.icon-staff:before {
+ content: "\ead3";
+}
+.icon-back:before {
+ content: "\ead4";
+}
+.icon-next1:before {
+ content: "\ead5";
+}
+.icon-sendemail1:before {
+ content: "\ead6";
+}
+.icon-exit1:before {
+ content: "\ead7";
+}
+.icon-yelp:before {
+ content: "\ead8";
+}
+.icon-key1:before {
+ content: "\ead9";
+}
+.icon-chrome:before {
+ content: "\eada";
+}
+.icon-firefox:before {
+ content: "\eadb";
+}
+.icon-duplicate:before {
+ content: "\eadc";
+}
+.icon-edge:before {
+ content: "\eadd";
+}
+.icon-safari:before {
+ content: "\eade";
+}
+.icon-opera:before {
+ content: "\eadf";
+}
+.icon-file-pdf:before {
+ content: "\eae0";
+}
+.icon-paste1:before {
+ content: "\eae1";
+}
+.icon-file-word:before {
+ content: "\eae2";
+}
+.icon-file-excel:before {
+ content: "\eae3";
+}
+.icon-copy1:before {
+ content: "\eae4";
+}
+.icon-replace:before {
+ content: "\eae5";
+}
+.icon-week:before {
+ content: "\eae6";
+}
+.icon-baggage:before {
+ content: "\eae7";
+}
+.icon-trash:before {
+ content: "\eae8";
+}
+.icon-erase:before {
+ content: "\eae9";
+}
+.icon-usertime:before {
+ content: "\eaea";
+}
+.icon-helpfile:before {
+ content: "\eaeb";
+}
+.icon-clocktime:before {
+ content: "\eaec";
+}
+.icon-table:before {
+ content: "\eaed";
+}
+.icon-report:before {
+ content: "\eaee";
+}
+.icon-aggrement:before {
+ content: "\eaef";
+}
+.icon-vacancydays:before {
+ content: "\eaf0";
+}
--- /dev/null
+{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M500.8 54.8c-6.4 2.8-34 29.2-118.4 114l-110 109.6 21.6 7.2 21.6 6.8 11.2-10.8 11.2-11.2 44 44 296.8 97.6 42.4-42 42.4-42.4 185.2 185.2-42.4 42.4-42.4 42.8-12.8 39.6c-7.2 21.6-12.4 40.4-12.4 41.2 0.4 0.8 31.2-29.2 68.8-67.2 63.6-63.6 68.8-69.6 72.4-79.6 4.8-12.8 4.8-22.8 0.8-36.4-2.8-9.6-8-15.2-215.2-222.8-171.6-172-214.4-213.6-221.6-217.2-12-6-30.8-6.4-43.2-0.8zM524 148.4c10 4.8 88.4 83.6 92.4 92.8 3.2 8.4 3.6 17.6 0.4 28-2.8 9.6-36.8 45.2-48.4 50.8-9.2 4.4-24 4.8-33.6 0.8-9.2-4-86-80.4-90.8-90.4-4.4-9.2-4.8-24.4-0.8-33.6 3.6-8.8 38-43.6 47.6-48.4 9.2-4.4 23.6-4.4 33.2 0z","M240 298.4c-10 2.4-23.6 11.6-29.6 20.4-3.6 4.8-14.8 38-36 103.6-16.8 52.8-30.8 97.2-30.8 98.8 0 2 14.4 2.4 74.8 2.4 41.2 0 74.8-0.4 74.8-0.8s-10.4-4.4-23.6-8.4c-21.2-7.2-24.4-8.8-32.4-16.4-6.8-7.2-9.2-11.2-10.8-18.8-2.4-10-2.4-11.2 6-37.2 9.6-31.6 14.4-39.6 27.6-46 14.8-7.2 20-6.4 76.8 12 56 18.8 62.4 21.2 68.4 28.8 12 14.8 12 26.8 0.8 60.8-4.8 14-8.4 25.6-8.4 26s33.6 0.4 74.4 0.4h74.8l13.2-40.8c12.4-38.4 13.2-40.4 17.2-39.2 13.2 4 245.6 80.4 246 80.8 0.4 0-12 39.6-27.6 87.6-26.8 84-28 87.2-32 86l-4.4-1.2v65.2c0 36-0.4 72-1.2 80-0.8 10-0.4 14 0.8 12.8s24-70.8 51.6-154.8c48.8-151.2 49.6-153.2 49.6-168.8 0-13.6-0.4-16.8-4.8-24-6.4-11.2-17.2-20.8-27.6-24.4-4.4-1.6-133.6-44-287.2-94.4-181.2-60.4-282-92.4-286.4-92.4-3.6 0.4-10 0.8-14 2z","M749.2 369.6l-14 14 34.8 34.4 34.4 34.4 17.6 5.6c28 9.2 42.8 21.2 52.8 42.4 2.4 5.2 5.2 14.4 5.6 19.6 0.8 7.6 2.4 10.8 6.4 14.8l5.2 4.8 14-14 14-14.4-156.8-156.8-14 15.2z","M579.6 487.2l-6.4 19.2 24 8 24.4 8 80.8 1.6 12.4 6c12.8 6 24 16 31.6 27.6 4 6.4 6.4 7.6 21.2 12.4 9.2 2.8 16.8 4.8 17.2 4.4 1.6-1.6 12.8-36.8 12-37.6s-208.8-69.2-210.4-69.2c-0 0-3.2 8.8-6.8 19.6z","M69.6 549.2c-7.6 4-13.6 8.4-17.6 14-12.4 16.4-12 8.8-11.6 199.6l0.4 172.4 5.6 10c6.4 11.2 19.2 22.4 30.4 25.6 4.8 1.6 91.2 2 314 2h306.8l9.6-4.8c11.2-5.2 21.6-16.4 26.4-27.2 3.2-7.2 3.6-15.2 3.6-181.2 0-197.6 1.2-184.4-15.6-201.2s13.6-15.6-334-15.6h-306.8l-11.2 6.4zM696.4 676v92.4h-267.2v-184.4h267.2v92zM254.4 626.4c10.8 2.4 21.6 10.8 26.8 21.2 4 8 4.8 12 5.2 32.4 1.2 38.8-4.8 54.8-24 64-9.6 4.4-10 4.4-67.6 4.4-38 0-60.4-0.8-64.8-2-9.2-2.8-19.2-11.2-24.4-20.8-3.6-7.2-4-10.4-4-38 0-28.4 0.4-30.8 4.4-39.2 4.8-9.6 13.2-16.8 23.6-20.8 8.4-3.6 112.8-4 124.8-1.2zM204 871.6v20.4h-123.6v-40.8h123.6v20.4zM368 871.6v20.4h-123.6v-40.8h123.6v20.4zM532.4 871.6v20.4h-123.2v-40.8h123.2v20.4zM696.4 871.6v20.4h-123.2v-40.8h123.2v20.4z","M451.2 624.4v20.4h224.8v-40.8h-224.8l-0 20.4z","M451.2 728v20.4h224.8v-40.8h-224.8l-0 20.4z","M758.4 638.8c-1.6 10.4-1.2 20 0.4 18 2.4-2.4 7.6-21.2 6.4-23.2-2-4-5.6-1.2-6.8 5.2z"],"attrs":[{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["credit_cards_card"]},"attrs":[{},{},{},{},{},{},{},{}],"properties":{"order":4,"id":497,"name":"credit_cards_card","prevSize":32,"code":59648},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"paths":["M1024 590.444l-512-397.426-512 397.428v-162.038l512-397.426 512 397.428zM896 576v384h-256v-256h-256v256h-256v-384l384-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home"],"defaultCode":59648,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":1,"order":5,"ligatures":"","prevSize":32,"name":"home","code":59649},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"paths":["M512 32l-512 512 96 96 96-96v416h256v-192h128v192h256v-416l96 96 96-96-512-512zM512 448c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home2"],"defaultCode":59649,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":2,"order":6,"ligatures":"","prevSize":32,"name":"home2","code":59650},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home3"],"defaultCode":59650,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":3,"order":7,"ligatures":"","prevSize":32,"name":"home3","code":59651},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"paths":["M0 1024h512v-1024h-512v1024zM320 128h128v128h-128v-128zM320 384h128v128h-128v-128zM320 640h128v128h-128v-128zM64 128h128v128h-128v-128zM64 384h128v128h-128v-128zM64 640h128v128h-128v-128zM576 320h448v64h-448zM576 1024h128v-256h192v256h128v-576h-448z"],"isMulticolor":false,"isMulticolor2":false,"tags":["office"],"defaultCode":59651,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":4,"order":8,"ligatures":"","prevSize":32,"name":"office","code":59652},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"paths":["M896 256v-128h-896v704c0 35.346 28.654 64 64 64h864c53.022 0 96-42.978 96-96v-544h-128zM832 832h-768v-640h768v640zM128 320h640v64h-640zM512 448h256v64h-256zM512 576h256v64h-256zM512 704h192v64h-192zM128 448h320v320h-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["newspaper"],"defaultCode":59652,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":5,"order":9,"ligatures":"","prevSize":32,"name":"newspaper","code":59653},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"paths":["M864 0c88.364 0 160 71.634 160 160 0 36.020-11.91 69.258-32 96l-64 64-224-224 64-64c26.742-20.090 59.978-32 96-32zM64 736l-64 288 288-64 592-592-224-224-592 592zM715.578 363.578l-448 448-55.156-55.156 448-448 55.156 55.156z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pencil"],"defaultCode":59653,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":6,"order":10,"ligatures":"","prevSize":32,"name":"pencil","code":59654},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"paths":["M384 640l128-64 448-448-64-64-448 448-64 128zM289.3 867.098c-31.632-66.728-65.666-100.762-132.396-132.394l99.096-272.792 128-77.912 384-384h-192l-384 384-192 640 640-192 384-384v-192l-384 384-77.912 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pencil2"],"defaultCode":59654,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":7,"order":11,"ligatures":"","prevSize":32,"name":"pencil2","code":59655},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"paths":["M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quill"],"defaultCode":59655,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":8,"order":12,"ligatures":"","prevSize":32,"name":"quill","code":59656},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"paths":["M1018.17 291.89l-286.058-286.058c-9.334-9.334-21.644-7.234-27.356 4.666l-38.354 79.904 267.198 267.198 79.904-38.354c11.9-5.712 14-18.022 4.666-27.356zM615.384 135.384l-263.384 21.95c-17.5 2.166-32.080 5.898-37.090 28.752-0.006 0.024-0.012 0.042-0.018 0.066-71.422 343.070-314.892 677.848-314.892 677.848l57.374 57.374 271.986-271.99c-5.996-12.53-9.36-26.564-9.36-41.384 0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96c-14.82 0-28.852-3.364-41.384-9.36l-271.988 271.986 57.372 57.374c0 0 334.778-243.47 677.848-314.892 0.024-0.006 0.042-0.012 0.066-0.018 22.854-5.010 26.586-19.59 28.752-37.090l21.95-263.384-273.232-273.232z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pen"],"defaultCode":59656,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":9,"order":13,"ligatures":"","prevSize":32,"name":"pen","code":59657},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"paths":["M384 0v96c73.482 0 144.712 14.37 211.716 42.71 64.768 27.394 122.958 66.632 172.948 116.624s89.228 108.18 116.624 172.948c28.342 67.004 42.712 138.238 42.712 211.718h96c0-353.46-286.54-640-640-640zM384 192v96c94.022 0 182.418 36.614 248.9 103.098 66.486 66.484 103.1 154.878 103.1 248.902h96c0-247.422-200.576-448-448-448zM480 384l-64 64-224 64-192 416 25.374 25.374 232.804-232.804c-1.412-5.286-2.178-10.84-2.178-16.57 0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64c-5.732 0-11.282-0.764-16.568-2.178l-232.804 232.804 25.372 25.374 416-192 64-224 64-64-160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["blog"],"defaultCode":59657,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":10,"order":14,"ligatures":"","prevSize":32,"name":"blog","code":59658},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"paths":["M986.51 37.49c-49.988-49.986-131.032-49.986-181.020 0l-172.118 172.118-121.372-121.372-135.764 135.764 106.426 106.426-472.118 472.118c-8.048 8.048-11.468 18.958-10.3 29.456h-0.244v160c0 17.674 14.328 32 32 32h160c0 0 2.664 0 4 0 9.212 0 18.426-3.516 25.456-10.544l472.118-472.118 106.426 106.426 135.764-135.764-121.372-121.372 172.118-172.118c49.986-49.988 49.986-131.032 0-181.020zM173.090 960h-109.090v-109.090l469.574-469.572 109.088 109.088-469.572 469.574z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eyedropper"],"defaultCode":59658,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":11,"order":15,"ligatures":"","prevSize":32,"name":"eyedropper","code":59659},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"paths":["M864.626 473.162c-65.754-183.44-205.11-348.15-352.626-473.162-147.516 125.012-286.87 289.722-352.626 473.162-40.664 113.436-44.682 236.562 12.584 345.4 65.846 125.14 198.632 205.438 340.042 205.438s274.196-80.298 340.040-205.44c57.27-108.838 53.25-231.962 12.586-345.398zM738.764 758.956c-43.802 83.252-132.812 137.044-226.764 137.044-55.12 0-108.524-18.536-152.112-50.652 13.242 1.724 26.632 2.652 40.112 2.652 117.426 0 228.668-67.214 283.402-171.242 44.878-85.292 40.978-173.848 23.882-244.338 14.558 28.15 26.906 56.198 36.848 83.932 22.606 63.062 40.024 156.34-5.368 242.604z"],"isMulticolor":false,"isMulticolor2":false,"tags":["droplet"],"defaultCode":59659,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":12,"order":16,"ligatures":"","prevSize":32,"name":"droplet","code":59660},"setIdx":0,"setId":0,"iconIdx":12},{"icon":{"paths":["M1024 576v-384h-192v-64c0-35.2-28.8-64-64-64h-704c-35.2 0-64 28.8-64 64v192c0 35.2 28.8 64 64 64h704c35.2 0 64-28.8 64-64v-64h128v256h-576v128h-32c-17.674 0-32 14.326-32 32v320c0 17.674 14.326 32 32 32h128c17.674 0 32-14.326 32-32v-320c0-17.674-14.326-32-32-32h-32v-64h576zM768 192h-704v-64h704v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paint-format"],"defaultCode":59660,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":13,"order":17,"ligatures":"","prevSize":32,"name":"paint-format","code":59661},"setIdx":0,"setId":0,"iconIdx":13},{"icon":{"paths":["M959.884 128c0.040 0.034 0.082 0.076 0.116 0.116v767.77c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.772c0.034-0.040 0.076-0.082 0.114-0.114h895.77zM960 64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64v0zM832 288c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96zM896 832h-768v-128l224-384 256 320h64l224-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["image"],"defaultCode":59661,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":14,"order":18,"ligatures":"","prevSize":32,"name":"image","code":59662},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"paths":["M1088 128h-64v-64c0-35.2-28.8-64-64-64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h64v64c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64zM128 192v640h-63.886c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v63.884h-768c-35.2 0-64 28.8-64 64v0zM1088 959.884c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v767.768zM960 352c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96zM1024 896h-768v-128l224-384 256 320h64l224-192z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["images"],"defaultCode":59662,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":15,"order":19,"ligatures":"","prevSize":32,"name":"images","code":59663},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"paths":["M304 608c0 114.876 93.124 208 208 208s208-93.124 208-208-93.124-208-208-208-208 93.124-208 208zM960 256h-224c-16-64-32-128-96-128h-256c-64 0-80 64-96 128h-224c-35.2 0-64 28.8-64 64v576c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-576c0-35.2-28.8-64-64-64zM512 892c-156.85 0-284-127.148-284-284 0-156.85 127.15-284 284-284 156.852 0 284 127.15 284 284 0 156.852-127.146 284-284 284zM960 448h-128v-64h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["camera"],"defaultCode":59663,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":16,"order":20,"ligatures":"","prevSize":32,"name":"camera","code":59664},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"paths":["M288 576h-64v448h64c17.6 0 32-14.4 32-32v-384c0-17.6-14.4-32-32-32zM736 576c-17.602 0-32 14.4-32 32v384c0 17.6 14.398 32 32 32h64v-448h-64zM1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 61.412 10.83 120.29 30.656 174.848-19.478 33.206-30.656 71.87-30.656 113.152 0 112.846 83.448 206.188 192 221.716v-443.418c-31.914 4.566-61.664 15.842-87.754 32.378-5.392-26.718-8.246-54.364-8.246-82.676 0-229.75 186.25-416 416-416s416 186.25 416 416c0 28.314-2.83 55.968-8.22 82.696-26.1-16.546-55.854-27.848-87.78-32.418v443.44c108.548-15.532 192-108.874 192-221.714 0-41.274-11.178-79.934-30.648-113.138 19.828-54.566 30.648-113.452 30.648-174.866z"],"isMulticolor":false,"isMulticolor2":false,"tags":["headphones"],"defaultCode":59664,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":17,"order":21,"ligatures":"","prevSize":32,"name":"headphones","code":59665},"setIdx":0,"setId":0,"iconIdx":17},{"icon":{"paths":["M960 0h64v736c0 88.366-100.29 160-224 160s-224-71.634-224-160c0-88.368 100.29-160 224-160 62.684 0 119.342 18.4 160 48.040v-368.040l-512 113.778v494.222c0 88.366-100.288 160-224 160s-224-71.634-224-160c0-88.368 100.288-160 224-160 62.684 0 119.342 18.4 160 48.040v-624.040l576-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["music"],"defaultCode":59665,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":18,"order":22,"ligatures":"","prevSize":32,"name":"music","code":59666},"setIdx":0,"setId":0,"iconIdx":18},{"icon":{"paths":["M981.188 160.108c-143.632-20.65-302.332-32.108-469.186-32.108-166.86 0-325.556 11.458-469.194 32.108-27.53 107.726-42.808 226.75-42.808 351.892 0 125.14 15.278 244.166 42.808 351.89 143.638 20.652 302.336 32.11 469.194 32.11 166.854 0 325.552-11.458 469.186-32.11 27.532-107.724 42.812-226.75 42.812-351.89 0-125.142-15.28-244.166-42.812-351.892zM384.002 704v-384l320 192-320 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["play"],"defaultCode":59666,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":19,"order":23,"ligatures":"","prevSize":32,"name":"play","code":59667},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"paths":["M0 128v768h1024v-768h-1024zM192 832h-128v-128h128v128zM192 576h-128v-128h128v128zM192 320h-128v-128h128v128zM768 832h-512v-640h512v640zM960 832h-128v-128h128v128zM960 576h-128v-128h128v128zM960 320h-128v-128h128v128zM384 320v384l256-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["film"],"defaultCode":59667,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":20,"order":24,"ligatures":"","prevSize":32,"name":"film","code":59668},"setIdx":0,"setId":0,"iconIdx":20},{"icon":{"paths":["M384 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM0 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM768 608v-96c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v320c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-96l256 160v-448l-256 160zM640 768h-512v-192h512v192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["video-camera"],"defaultCode":59668,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":21,"order":25,"ligatures":"","prevSize":32,"name":"video-camera","code":59669},"setIdx":0,"setId":0,"iconIdx":21},{"icon":{"paths":["M864 192h-512c-88 0-160 72-160 160v512c0 88 72 160 160 160h512c88 0 160-72 160-160v-512c0-88-72-160-160-160zM416 896c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM416 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM608 704c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM800 896c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM800 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM828.76 128c-14.93-72.804-79.71-128-156.76-128h-512c-88 0-160 72-160 160v512c0 77.046 55.196 141.83 128 156.76v-636.76c0-35.2 28.8-64 64-64h636.76z"],"isMulticolor":false,"isMulticolor2":false,"tags":["dice"],"defaultCode":59669,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":22,"order":26,"ligatures":"","prevSize":32,"name":"dice","code":59670},"setIdx":0,"setId":0,"iconIdx":22},{"icon":{"paths":["M964.73 178.804c-93.902-109.45-233.21-178.804-388.73-178.804-282.77 0-512 229.23-512 512s229.23 512 512 512c155.52 0 294.828-69.356 388.728-178.804l-324.728-333.196 324.73-333.196zM704 120.602c39.432 0 71.398 31.964 71.398 71.398 0 39.432-31.966 71.398-71.398 71.398s-71.398-31.966-71.398-71.398c0-39.432 31.966-71.398 71.398-71.398z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pacman"],"defaultCode":59670,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":23,"order":27,"ligatures":"","prevSize":32,"name":"pacman","code":59671},"setIdx":0,"setId":0,"iconIdx":23},{"icon":{"paths":["M817.57 348.15c-193.566-143.858-260.266-259.018-305.566-348.148v0c-0.004 0-0.004-0.002-0.004-0.002v0.002c-45.296 89.13-112 204.292-305.566 348.148-330.036 245.286-19.376 587.668 253.758 399.224-17.796 116.93-78.53 202.172-140.208 238.882v37.744h384.032v-37.74c-61.682-36.708-122.41-121.954-140.212-238.884 273.136 188.446 583.8-153.94 253.766-399.226z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spades"],"defaultCode":59671,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":24,"order":28,"ligatures":"","prevSize":32,"name":"spades","code":59672},"setIdx":0,"setId":0,"iconIdx":24},{"icon":{"paths":["M786.832 392.772c-59.032 0-112.086 24.596-149.852 64.694-15.996 16.984-43.762 37.112-73.8 54.81 14.11-53.868 58.676-121.7 89.628-151.456 39.64-38.17 63.984-91.83 63.984-151.5 0.006-114.894-91.476-208.096-204.788-209.32-113.32 1.222-204.796 94.426-204.796 209.318 0 59.672 24.344 113.33 63.986 151.5 30.954 29.756 75.52 97.588 89.628 151.456-30.042-17.7-57.806-37.826-73.8-54.81-37.768-40.098-90.82-64.694-149.85-64.694-114.386 0-207.080 93.664-207.080 209.328 0 115.638 92.692 209.338 207.080 209.338 59.042 0 112.082-25.356 149.85-65.452 16.804-17.872 46.444-40.138 78.292-58.632-3.002 147.692-73.532 256.168-145.318 298.906v37.742h384.014v-37.74c-71.792-42.736-142.32-151.216-145.32-298.906 31.852 18.494 61.488 40.768 78.292 58.632 37.766 40.094 90.808 65.452 149.852 65.452 114.386 0 207.078-93.7 207.078-209.338-0.002-115.664-92.692-209.328-207.080-209.328z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clubs"],"defaultCode":59672,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":25,"order":29,"ligatures":"","prevSize":32,"name":"clubs","code":59673},"setIdx":0,"setId":0,"iconIdx":25},{"icon":{"paths":["M512 0l-320 512 320 512 320-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["diamonds"],"defaultCode":59673,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":26,"order":30,"ligatures":"","prevSize":32,"name":"diamonds","code":59674},"setIdx":0,"setId":0,"iconIdx":26},{"icon":{"paths":["M1024 429.256c0-200.926-58.792-363.938-131.482-365.226 0.292-0.006 0.578-0.030 0.872-0.030h-82.942c0 0-194.8 146.336-475.23 203.754-8.56 45.292-14.030 99.274-14.030 161.502s5.466 116.208 14.030 161.5c280.428 57.418 475.23 203.756 475.23 203.756h82.942c-0.292 0-0.578-0.024-0.872-0.032 72.696-1.288 131.482-164.298 131.482-365.224zM864.824 739.252c-9.382 0-19.532-9.742-24.746-15.548-12.63-14.064-24.792-35.96-35.188-63.328-23.256-61.232-36.066-143.31-36.066-231.124 0-87.81 12.81-169.89 36.066-231.122 10.394-27.368 22.562-49.266 35.188-63.328 5.214-5.812 15.364-15.552 24.746-15.552 9.38 0 19.536 9.744 24.744 15.552 12.634 14.064 24.796 35.958 35.188 63.328 23.258 61.23 36.068 143.312 36.068 231.122 0 87.804-12.81 169.888-36.068 231.124-10.39 27.368-22.562 49.264-35.188 63.328-5.208 5.806-15.36 15.548-24.744 15.548zM251.812 429.256c0-51.95 3.81-102.43 11.052-149.094-47.372 6.554-88.942 10.324-140.34 10.324-67.058 0-67.058 0-67.058 0l-55.466 94.686v88.17l55.46 94.686c0 0 0 0 67.060 0 51.398 0 92.968 3.774 140.34 10.324-7.236-46.664-11.048-97.146-11.048-149.096zM368.15 642.172l-127.998-24.51 81.842 321.544c4.236 16.634 20.744 25.038 36.686 18.654l118.556-47.452c15.944-6.376 22.328-23.964 14.196-39.084l-123.282-229.152zM864.824 548.73c-3.618 0-7.528-3.754-9.538-5.992-4.87-5.42-9.556-13.86-13.562-24.408-8.962-23.6-13.9-55.234-13.9-89.078s4.938-65.478 13.9-89.078c4.006-10.548 8.696-18.988 13.562-24.408 2.010-2.24 5.92-5.994 9.538-5.994 3.616 0 7.53 3.756 9.538 5.994 4.87 5.42 9.556 13.858 13.56 24.408 8.964 23.598 13.902 55.234 13.902 89.078 0 33.842-4.938 65.478-13.902 89.078-4.004 10.548-8.696 18.988-13.56 24.408-2.008 2.238-5.92 5.992-9.538 5.992z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bullhorn"],"defaultCode":59674,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":27,"order":31,"ligatures":"","prevSize":32,"name":"bullhorn","code":59675},"setIdx":0,"setId":0,"iconIdx":27},{"icon":{"paths":["M640 576c105.87 0 201.87 43.066 271.402 112.598l-90.468 90.468c-46.354-46.356-110.356-75.066-180.934-75.066s-134.578 28.71-180.934 75.066l-90.468-90.468c69.532-69.532 165.532-112.598 271.402-112.598zM187.452 507.452c120.88-120.88 281.598-187.452 452.548-187.452s331.668 66.572 452.55 187.452l-90.51 90.508c-96.706-96.704-225.28-149.96-362.040-149.96-136.762 0-265.334 53.256-362.038 149.962l-90.51-90.51zM988.784 134.438c106.702 45.132 202.516 109.728 284.782 191.996v0l-90.508 90.508c-145.056-145.056-337.92-224.942-543.058-224.942-205.14 0-398 79.886-543.058 224.942l-90.51-90.51c82.268-82.266 178.082-146.862 284.784-191.994 110.504-46.738 227.852-70.438 348.784-70.438s238.278 23.7 348.784 70.438zM576 896c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z"],"width":1280,"isMulticolor":false,"isMulticolor2":false,"tags":["connection"],"defaultCode":59675,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":28,"order":32,"ligatures":"","prevSize":32,"name":"connection","code":59676},"setIdx":0,"setId":0,"iconIdx":28},{"icon":{"paths":["M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 220.054 138.836 407.664 333.686 480.068l-13.686 31.932h384l-13.686-31.932c194.85-72.404 333.686-260.014 333.686-480.068zM486.79 634.826c-22.808-9.788-38.79-32.436-38.79-58.826 0-35.346 28.654-64 64-64s64 28.654 64 64c0 26.39-15.978 49.044-38.786 58.834l-25.214-58.834-25.21 58.826zM538.268 637.292c58.092-12.118 101.732-63.602 101.732-125.292 0-70.694-57.306-128-128-128-70.692 0-128 57.306-128 128 0 61.692 43.662 113.122 101.76 125.228l-74.624 174.122c-91.23-39.15-155.136-129.784-155.136-235.35 0-141.384 114.616-268 256-268s256 126.616 256 268c0 105.566-63.906 196.2-155.136 235.35l-74.596-174.058zM688.448 987.708l-73.924-172.486c126.446-42.738 217.476-162.346 217.476-303.222 0-176.73-143.268-320-320-320-176.73 0-320 143.27-320 320 0 140.876 91.030 260.484 217.476 303.222l-73.924 172.486c-159.594-68.488-271.386-227.034-271.386-411.708 0-247.332 200.502-459.834 447.834-459.834s447.834 212.502 447.834 459.834c0 184.674-111.792 343.22-271.386 411.708z"],"isMulticolor":false,"isMulticolor2":false,"tags":["podcast"],"defaultCode":59676,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":29,"order":33,"ligatures":"","prevSize":32,"name":"podcast","code":59677},"setIdx":0,"setId":0,"iconIdx":29},{"icon":{"paths":["M384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM664.348 230.526c99.852 54.158 167.652 159.898 167.652 281.474s-67.8 227.316-167.652 281.474c44.066-70.126 71.652-170.27 71.652-281.474s-27.586-211.348-71.652-281.474zM288 512c0 111.204 27.584 211.348 71.652 281.474-99.852-54.16-167.652-159.898-167.652-281.474s67.8-227.314 167.652-281.474c-44.068 70.126-71.652 170.27-71.652 281.474zM96 512c0 171.9 54.404 326.184 140.652 431.722-142.302-90.948-236.652-250.314-236.652-431.722s94.35-340.774 236.652-431.722c-86.248 105.538-140.652 259.822-140.652 431.722zM787.352 80.28c142.298 90.946 236.648 250.312 236.648 431.72s-94.35 340.774-236.648 431.72c86.244-105.536 140.648-259.82 140.648-431.72s-54.404-326.184-140.648-431.72z"],"isMulticolor":false,"isMulticolor2":false,"tags":["feed"],"defaultCode":59677,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":30,"order":34,"ligatures":"","prevSize":32,"name":"feed","code":59678},"setIdx":0,"setId":0,"iconIdx":30},{"icon":{"paths":["M480 704c88.366 0 160-71.634 160-160v-384c0-88.366-71.634-160-160-160s-160 71.634-160 160v384c0 88.366 71.636 160 160 160zM704 448v96c0 123.71-100.29 224-224 224-123.712 0-224-100.29-224-224v-96h-64v96c0 148.238 112.004 270.3 256 286.22v129.78h-128v64h320v-64h-128v-129.78c143.994-15.92 256-137.982 256-286.22v-96h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mic"],"defaultCode":59678,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":31,"order":35,"ligatures":"","prevSize":32,"name":"mic","code":59679},"setIdx":0,"setId":0,"iconIdx":31},{"icon":{"paths":["M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64zM224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z"],"isMulticolor":false,"isMulticolor2":false,"tags":["book"],"defaultCode":59679,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":32,"order":36,"ligatures":"","prevSize":32,"name":"book","code":59680},"setIdx":0,"setId":0,"iconIdx":32},{"icon":{"paths":["M224 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM192 320h-128v-64h128v64zM544 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM512 320h-128v-64h128v64zM765.088 177.48l-171.464 86.394c-15.716 7.918-22.096 27.258-14.178 42.976l287.978 571.548c7.918 15.718 27.258 22.098 42.976 14.178l171.464-86.392c15.716-7.92 22.096-27.26 14.178-42.974l-287.978-571.55c-7.92-15.718-27.26-22.1-42.976-14.18z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["books"],"defaultCode":59680,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":33,"order":37,"ligatures":"","prevSize":32,"name":"books","code":59681},"setIdx":0,"setId":0,"iconIdx":33},{"icon":{"paths":["M1024 960v-64h-64v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-64v64h-64v64h1088v-64h-64zM512 0h64l512 320v64h-1088v-64l512-320z"],"width":1088,"isMulticolor":false,"isMulticolor2":false,"tags":["library"],"defaultCode":59681,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":34,"order":38,"ligatures":"","prevSize":32,"name":"library","code":59682},"setIdx":0,"setId":0,"iconIdx":34},{"icon":{"paths":["M864 0h-768c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h768c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM832 896h-704v-768h704v768zM256 448h448v64h-448zM256 576h448v64h-448zM256 704h448v64h-448zM256 320h448v64h-448z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-text"],"defaultCode":59682,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":35,"order":39,"ligatures":"","prevSize":32,"name":"file-text","code":59683},"setIdx":0,"setId":0,"iconIdx":35},{"icon":{"paths":["M864 0h-768c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h768c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM832 896h-704v-768h704v768zM256 576h448v64h-448zM256 704h448v64h-448zM320 288c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM480 384h-128c-52.8 0-96 28.8-96 64v64h320v-64c0-35.2-43.2-64-96-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["profile"],"defaultCode":59683,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":36,"order":40,"ligatures":"","prevSize":32,"name":"profile","code":59684},"setIdx":0,"setId":0,"iconIdx":36},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-empty"],"defaultCode":59684,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":37,"order":41,"ligatures":"","prevSize":32,"name":"file-empty","code":59685},"setIdx":0,"setId":0,"iconIdx":37},{"icon":{"paths":["M917.806 357.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-368c-44.114 0-80 35.888-80 80v736c0 44.112 35.886 80 80 80h608c44.112 0 80-35.888 80-80v-496c0-14.332-4.372-39.35-42.194-90.924zM785.374 302.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-608c-8.672 0-16-7.328-16-16v-736c0-8.672 7.328-16 16-16 0 0 367.956-0.002 368 0v224c0 17.672 14.324 32 32 32h224v496zM602.924 42.196c-51.574-37.822-76.592-42.196-90.924-42.196h-368c-44.112 0-80 35.888-80 80v736c0 38.632 27.528 70.958 64 78.39v-814.39c0-8.672 7.328-16 16-16h486.876c-9.646-7.92-19.028-15.26-27.952-21.804z"],"isMulticolor":false,"isMulticolor2":false,"tags":["files-empty"],"defaultCode":59685,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":38,"order":42,"ligatures":"","prevSize":32,"name":"files-empty","code":59686},"setIdx":0,"setId":0,"iconIdx":38},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624zM736 832h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32zM736 704h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32zM736 576h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-text2"],"defaultCode":59686,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":39,"order":43,"ligatures":"","prevSize":32,"name":"file-text2","code":59687},"setIdx":0,"setId":0,"iconIdx":39},{"icon":{"paths":["M832 896h-640v-128l192-320 263 320 185-128v256zM832 480c0 53.020-42.98 96-96 96-53.022 0-96-42.98-96-96s42.978-96 96-96c53.020 0 96 42.98 96 96zM917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-picture"],"defaultCode":59687,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":40,"order":44,"ligatures":"","prevSize":32,"name":"file-picture","code":59688},"setIdx":0,"setId":0,"iconIdx":40},{"icon":{"paths":["M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624zM756.288 391.252c-7.414-6.080-17.164-8.514-26.562-6.632l-320 64c-14.958 2.994-25.726 16.126-25.726 31.38v236.876c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-229.766l256-51.202v133.842c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-319.998c0-9.586-4.298-18.668-11.712-24.748z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-music"],"defaultCode":59688,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":41,"order":45,"ligatures":"","prevSize":32,"name":"file-music","code":59689},"setIdx":0,"setId":0,"iconIdx":41},{"icon":{"paths":["M384 384l320 224-320 224v-448zM917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-play"],"defaultCode":59689,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":42,"order":46,"ligatures":"","prevSize":32,"name":"file-play","code":59690},"setIdx":0,"setId":0,"iconIdx":42},{"icon":{"paths":["M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.594-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.882 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.32 32 32 32h224v624zM256 512h320v320h-320v-320zM576 640l192-128v320l-192-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-video"],"defaultCode":59690,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":43,"order":47,"ligatures":"","prevSize":32,"name":"file-video","code":59691},"setIdx":0,"setId":0,"iconIdx":43},{"icon":{"paths":["M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.884 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.322 32 32 32h224v624zM256 64h128v64h-128v-64zM384 128h128v64h-128v-64zM256 192h128v64h-128v-64zM384 256h128v64h-128v-64zM256 320h128v64h-128v-64zM384 384h128v64h-128v-64zM256 448h128v64h-128v-64zM384 512h128v64h-128v-64zM256 848c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-80v-64h-128v272zM448 768v64h-128v-64h128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-zip"],"defaultCode":59691,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":44,"order":48,"ligatures":"","prevSize":32,"name":"file-zip","code":59692},"setIdx":0,"setId":0,"iconIdx":44},{"icon":{"paths":["M640 256v-256h-448l-192 192v576h384v256h640v-768h-384zM192 90.51v101.49h-101.49l101.49-101.49zM64 704v-448h192v-192h320v192l-192 192v256h-320zM576 346.51v101.49h-101.49l101.49-101.49zM960 960h-512v-448h192v-192h320v640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["copy"],"defaultCode":59692,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":45,"order":49,"ligatures":"","prevSize":32,"name":"copy","code":59693},"setIdx":0,"setId":0,"iconIdx":45},{"icon":{"paths":["M704 128h-128v-64c0-35.2-28.8-64-64-64h-128c-35.204 0-64 28.8-64 64v64h-128v128h512v-128zM512 128h-128v-63.886c0.034-0.038 0.072-0.078 0.114-0.114h127.768c0.042 0.036 0.082 0.076 0.118 0.114v63.886zM832 320v-160c0-17.6-14.4-32-32-32h-64v64h32v128h-192l-192 192v256h-256v-576h32v-64h-64c-17.602 0-32 14.4-32 32v640c0 17.6 14.398 32 32 32h288v192h640v-704h-192zM576 410.51v101.49h-101.49l101.49-101.49zM960 960h-512v-384h192v-192h320v576z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paste"],"defaultCode":59693,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":46,"order":50,"ligatures":"","prevSize":32,"name":"paste","code":59694},"setIdx":0,"setId":0,"iconIdx":46},{"icon":{"paths":["M1024 320l-512-256-512 256 512 256 512-256zM512 148.97l342.058 171.030-342.058 171.030-342.058-171.030 342.058-171.030zM921.444 460.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722zM921.444 652.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stack"],"defaultCode":59694,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":47,"order":51,"ligatures":"","prevSize":32,"name":"stack","code":59695},"setIdx":0,"setId":0,"iconIdx":47},{"icon":{"paths":["M448 128l128 128h448v704h-1024v-832z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder"],"defaultCode":59695,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":48,"order":52,"ligatures":"","prevSize":32,"name":"folder","code":59696},"setIdx":0,"setId":0,"iconIdx":48},{"icon":{"paths":["M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-open"],"defaultCode":59696,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":49,"order":53,"ligatures":"","prevSize":32,"name":"folder-open","code":59697},"setIdx":0,"setId":0,"iconIdx":49},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-128v128h-128v-128h-128v-128h128v-128h128v128h128v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-plus"],"defaultCode":59697,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":50,"order":54,"ligatures":"","prevSize":32,"name":"folder-plus","code":59698},"setIdx":0,"setId":0,"iconIdx":50},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-384v-128h384v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-minus"],"defaultCode":59698,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":51,"order":55,"ligatures":"","prevSize":32,"name":"folder-minus","code":59699},"setIdx":0,"setId":0,"iconIdx":51},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 864l-224-224h160v-256h128v256h160l-224 224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-download"],"defaultCode":59699,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":52,"order":56,"ligatures":"","prevSize":32,"name":"folder-download","code":59700},"setIdx":0,"setId":0,"iconIdx":52},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 480l224 224h-160v256h-128v-256h-160l224-224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-upload"],"defaultCode":59700,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":53,"order":57,"ligatures":"","prevSize":32,"name":"folder-upload","code":59701},"setIdx":0,"setId":0,"iconIdx":53},{"icon":{"paths":["M976 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM736 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["price-tag"],"defaultCode":59701,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":54,"order":58,"ligatures":"","prevSize":32,"name":"price-tag","code":59702},"setIdx":0,"setId":0,"iconIdx":54},{"icon":{"paths":["M1232 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM992 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM128 544l544-544h-80c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l30.058-30.058-416-416z"],"width":1280,"isMulticolor":false,"isMulticolor2":false,"tags":["price-tags"],"defaultCode":59702,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":55,"order":59,"ligatures":"","prevSize":32,"name":"price-tags","code":59703},"setIdx":0,"setId":0,"iconIdx":55},{"icon":{"paths":["M0 128h128v640h-128zM192 128h64v640h-64zM320 128h64v640h-64zM512 128h64v640h-64zM768 128h64v640h-64zM960 128h64v640h-64zM640 128h32v640h-32zM448 128h32v640h-32zM864 128h32v640h-32zM0 832h64v64h-64zM192 832h64v64h-64zM320 832h64v64h-64zM640 832h64v64h-64zM960 832h64v64h-64zM768 832h128v64h-128zM448 832h128v64h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["barcode"],"defaultCode":59703,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":56,"order":60,"ligatures":"","prevSize":32,"name":"barcode","code":59704},"setIdx":0,"setId":0,"iconIdx":56},{"icon":{"paths":["M320 64h-256v256h256v-256zM384 0v0 384h-384v-384h384zM128 128h128v128h-128zM960 64h-256v256h256v-256zM1024 0v0 384h-384v-384h384zM768 128h128v128h-128zM320 704h-256v256h256v-256zM384 640v0 384h-384v-384h384zM128 768h128v128h-128zM448 0h64v64h-64zM512 64h64v64h-64zM448 128h64v64h-64zM512 192h64v64h-64zM448 256h64v64h-64zM512 320h64v64h-64zM448 384h64v64h-64zM448 512h64v64h-64zM512 576h64v64h-64zM448 640h64v64h-64zM512 704h64v64h-64zM448 768h64v64h-64zM512 832h64v64h-64zM448 896h64v64h-64zM512 960h64v64h-64zM960 512h64v64h-64zM64 512h64v64h-64zM128 448h64v64h-64zM0 448h64v64h-64zM256 448h64v64h-64zM320 512h64v64h-64zM384 448h64v64h-64zM576 512h64v64h-64zM640 448h64v64h-64zM704 512h64v64h-64zM768 448h64v64h-64zM832 512h64v64h-64zM896 448h64v64h-64zM960 640h64v64h-64zM576 640h64v64h-64zM640 576h64v64h-64zM704 640h64v64h-64zM832 640h64v64h-64zM896 576h64v64h-64zM960 768h64v64h-64zM576 768h64v64h-64zM640 704h64v64h-64zM768 704h64v64h-64zM832 768h64v64h-64zM896 704h64v64h-64zM960 896h64v64h-64zM640 832h64v64h-64zM704 896h64v64h-64zM768 832h64v64h-64zM832 896h64v64h-64zM640 960h64v64h-64zM768 960h64v64h-64zM896 960h64v64h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["qrcode"],"defaultCode":59704,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":57,"order":61,"ligatures":"","prevSize":32,"name":"qrcode","code":59705},"setIdx":0,"setId":0,"iconIdx":57},{"icon":{"paths":["M575.996 320l127.998 127.998-255.994 255.994-127.998-127.998zM1001.526 297.504l-73.516-73.516-32.008 32.008c-16.378 16.38-39.010 26.51-64 26.51-49.988 0-90.514-40.522-90.514-90.51 0-25.002 10.14-47.638 26.534-64.018l31.988-31.986-73.518-73.516c-29.968-29.968-79.008-29.968-108.976 0l-595.040 595.038c-29.966 29.968-29.966 79.010 0 108.976l73.52 73.518 31.962-31.964c16.382-16.406 39.030-26.552 64.044-26.552 49.988 0 90.51 40.524 90.51 90.51 0 25.006-10.14 47.64-26.534 64.022l-31.984 31.986 73.516 73.518c29.966 29.966 79.008 29.966 108.976 0l595.040-595.040c29.964-29.976 29.964-79.016 0-108.984zM448.002 831.996l-256-256 384-384 256 256-384 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ticket"],"defaultCode":59705,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":58,"order":62,"ligatures":"","prevSize":32,"name":"ticket","code":59706},"setIdx":0,"setId":0,"iconIdx":58},{"icon":{"paths":["M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cart"],"defaultCode":59706,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":59,"order":63,"ligatures":"","prevSize":32,"name":"cart","code":59707},"setIdx":0,"setId":0,"iconIdx":59},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480 0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM512 512v-128h128v-64h-128v-64h-64v64h-128v256h128v128h-128v64h128v64h64v-64h128.002l-0.002-256h-128zM448 512h-64v-128h64v128zM576.002 704h-64.002v-128h64.002v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-dollar"],"defaultCode":59707,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":60,"order":64,"ligatures":"","prevSize":32,"name":"coin-dollar","code":59708},"setIdx":0,"setId":0,"iconIdx":60},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.076 0 384 171.922 384 384s-171.924 384-384 384zM670.824 644.34c-15.27-8.884-34.862-3.708-43.75 11.57-17.256 29.662-49.088 48.090-83.074 48.090h-128c-41.716 0-77.286-26.754-90.496-64h154.496c17.672 0 32-14.326 32-32s-14.328-32-32-32h-160v-64h160c17.672 0 32-14.328 32-32s-14.328-32-32-32h-154.496c13.21-37.246 48.78-64 90.496-64h128c33.986 0 65.818 18.426 83.074 48.090 8.888 15.276 28.478 20.456 43.752 11.568 15.276-8.888 20.456-28.476 11.568-43.752-28.672-49.288-81.702-79.906-138.394-79.906h-128c-77.268 0-141.914 55.056-156.78 128h-35.22c-17.672 0-32 14.328-32 32s14.328 32 32 32h32v64h-32c-17.672 0-32 14.326-32 32s14.328 32 32 32h35.22c14.866 72.944 79.512 128 156.78 128h128c56.692 0 109.72-30.62 138.394-79.91 8.888-15.276 3.708-34.864-11.57-43.75z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-euro"],"defaultCode":59708,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":61,"order":65,"ligatures":"","prevSize":32,"name":"coin-euro","code":59709},"setIdx":0,"setId":0,"iconIdx":61},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384zM608 704h-224v-128h96c17.672 0 32-14.326 32-32s-14.328-32-32-32h-96v-32c0-52.934 43.066-96 96-96 34.17 0 66.042 18.404 83.18 48.030 8.85 15.298 28.426 20.526 43.722 11.676 15.296-8.848 20.526-28.424 11.676-43.722-28.538-49.336-81.638-79.984-138.578-79.984-88.224 0-160 71.776-160 160v32h-32c-17.672 0-32 14.326-32 32s14.328 32 32 32h32v192h288c17.674 0 32-14.326 32-32s-14.326-32-32-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-pound"],"defaultCode":59709,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":62,"order":66,"ligatures":"","prevSize":32,"name":"coin-pound","code":59710},"setIdx":0,"setId":0,"iconIdx":62},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.076 0 384 171.922 384 384s-171.924 384-384 384zM608 576c17.674 0 32-14.326 32-32s-14.326-32-32-32h-68.208l94.832-142.25c9.804-14.704 5.83-34.572-8.876-44.376-14.704-9.802-34.572-5.83-44.376 8.876l-101.372 152.062-101.374-152.062c-9.804-14.706-29.672-18.68-44.376-8.876-14.706 9.804-18.678 29.672-8.876 44.376l94.834 142.25h-68.208c-17.672 0-32 14.326-32 32s14.328 32 32 32h96v64h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h96v96c0 17.674 14.328 32 32 32s32-14.326 32-32v-96h96c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-64h96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-yen"],"defaultCode":59710,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":63,"order":67,"ligatures":"","prevSize":32,"name":"coin-yen","code":59711},"setIdx":0,"setId":0,"iconIdx":63},{"icon":{"paths":["M928 128h-832c-52.8 0-96 43.2-96 96v576c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-576c0-52.8-43.2-96-96-96zM96 192h832c17.346 0 32 14.654 32 32v96h-896v-96c0-17.346 14.654-32 32-32zM928 832h-832c-17.346 0-32-14.654-32-32v-288h896v288c0 17.346-14.654 32-32 32zM128 640h64v128h-64zM256 640h64v128h-64zM384 640h64v128h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["credit-card"],"defaultCode":59711,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":64,"order":68,"ligatures":"","prevSize":32,"name":"credit-card","code":59712},"setIdx":0,"setId":0,"iconIdx":64},{"icon":{"paths":["M384 64h-320c-35.2 0-64 28.8-64 64v320c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM384 320h-320v-64h320v64zM896 64h-320c-35.204 0-64 28.8-64 64v832c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-832c0-35.2-28.8-64-64-64zM896 640h-320v-64h320v64zM896 448h-320v-64h320v64zM384 576h-320c-35.2 0-64 28.8-64 64v320c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM384 832h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["calculator"],"defaultCode":59712,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":65,"order":69,"ligatures":"","prevSize":32,"name":"calculator","code":59713},"setIdx":0,"setId":0,"iconIdx":65},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 512c0-106.040 85.96-192 192-192s192 85.96 192 192-85.96 192-192 192-192-85.96-192-192zM925.98 683.476v0l-177.42-73.49c12.518-30.184 19.44-63.276 19.44-97.986s-6.922-67.802-19.44-97.986l177.42-73.49c21.908 52.822 34.020 110.73 34.020 171.476s-12.114 118.654-34.020 171.476v0zM683.478 98.020v0 0l-73.49 177.42c-30.184-12.518-63.276-19.44-97.988-19.44s-67.802 6.922-97.986 19.44l-73.49-177.422c52.822-21.904 110.732-34.018 171.476-34.018 60.746 0 118.654 12.114 171.478 34.020zM98.020 340.524l177.422 73.49c-12.518 30.184-19.442 63.276-19.442 97.986s6.922 67.802 19.44 97.986l-177.42 73.49c-21.906-52.822-34.020-110.73-34.020-171.476s12.114-118.654 34.020-171.476zM340.524 925.98l73.49-177.42c30.184 12.518 63.276 19.44 97.986 19.44s67.802-6.922 97.986-19.44l73.49 177.42c-52.822 21.904-110.73 34.020-171.476 34.020-60.744 0-118.654-12.114-171.476-34.020z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lifebuoy"],"defaultCode":59713,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":66,"order":70,"ligatures":"","prevSize":32,"name":"lifebuoy","code":59714},"setIdx":0,"setId":0,"iconIdx":66},{"icon":{"paths":["M704 640c-64 64-64 128-128 128s-128-64-192-128-128-128-128-192 64-64 128-128-128-256-192-256-192 192-192 192c0 128 131.5 387.5 256 512s384 256 512 256c0 0 192-128 192-192s-192-256-256-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["phone"],"defaultCode":59714,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":67,"order":71,"ligatures":"","prevSize":32,"name":"phone","code":59715},"setIdx":0,"setId":0,"iconIdx":67},{"icon":{"paths":["M1017.378 575.994c8.004 55.482 13.216 131.392-11.664 160.446-41.142 48.044-301.712 48.044-301.712-48.042 0-48.398 42.856-80.134 1.712-128.178-40.472-47.262-113.026-48.030-193.714-48.042-80.686 0.012-153.242 0.78-193.714 48.042-41.142 48.046 1.714 79.78 1.714 128.178 0 96.086-260.57 96.086-301.714 48.044-24.878-29.054-19.668-104.964-11.662-160.446 6.16-37.038 21.724-76.996 71.548-127.994 0-0.002 0.002-0.002 0.002-0.004 74.738-69.742 187.846-126.738 429.826-127.968v-0.030c1.344 0 2.664 0.010 4 0.014 1.338-0.004 2.656-0.014 4-0.014v0.028c241.98 1.23 355.088 58.226 429.826 127.968 0.002 0.002 0.002 0.004 0.002 0.004 49.824 50.996 65.39 90.954 71.55 127.994z"],"isMulticolor":false,"isMulticolor2":false,"tags":["phone-hang-up"],"defaultCode":59715,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":68,"order":72,"ligatures":"","prevSize":32,"name":"phone-hang-up","code":59716},"setIdx":0,"setId":0,"iconIdx":68},{"icon":{"paths":["M192 0v1024h768v-1024h-768zM576 256.33c70.51 0 127.67 57.16 127.67 127.67s-57.16 127.67-127.67 127.67-127.67-57.16-127.67-127.67 57.16-127.67 127.67-127.67v0zM768 768h-384v-64c0-70.696 57.306-128 128-128v0h128c70.696 0 128 57.304 128 128v64zM64 64h96v192h-96v-192zM64 320h96v192h-96v-192zM64 576h96v192h-96v-192zM64 832h96v192h-96v-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["address-book"],"defaultCode":59716,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":69,"order":73,"ligatures":"","prevSize":32,"name":"address-book","code":59717},"setIdx":0,"setId":0,"iconIdx":69},{"icon":{"paths":["M928 128h-832c-52.8 0-96 43.2-96 96v640c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-640c0-52.8-43.2-96-96-96zM398.74 550.372l-270.74 210.892v-501.642l270.74 290.75zM176.38 256h671.24l-335.62 252-335.62-252zM409.288 561.698l102.712 110.302 102.71-110.302 210.554 270.302h-626.528l210.552-270.302zM625.26 550.372l270.74-290.75v501.642l-270.74-210.892z"],"isMulticolor":false,"isMulticolor2":false,"tags":["envelop"],"defaultCode":59717,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":70,"order":74,"ligatures":"","prevSize":32,"name":"envelop","code":59718},"setIdx":0,"setId":0,"iconIdx":70},{"icon":{"paths":["M544 0l-96 96 96 96-224 256h-224l176 176-272 360.616v39.384h39.384l360.616-272 176 176v-224l256-224 96 96 96-96-480-480zM448 544l-64-64 224-224 64 64-224 224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pushpin"],"defaultCode":59718,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":71,"order":75,"ligatures":"","prevSize":32,"name":"pushpin","code":59719},"setIdx":0,"setId":0,"iconIdx":71},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["location"],"defaultCode":59719,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":72,"order":76,"ligatures":"","prevSize":32,"name":"location","code":59720},"setIdx":0,"setId":0,"iconIdx":72},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 516c-108.248 0-196-87.752-196-196s87.752-196 196-196 196 87.752 196 196-87.752 196-196 196zM388 320c0-68.483 55.517-124 124-124s124 55.517 124 124c0 68.483-55.517 124-124 124s-124-55.517-124-124z"],"isMulticolor":false,"isMulticolor2":false,"tags":["location2"],"defaultCode":59720,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":73,"order":77,"ligatures":"","prevSize":32,"name":"location2","code":59721},"setIdx":0,"setId":0,"iconIdx":73},{"icon":{"paths":["M544.010 1024.004c-2.296 0-4.622-0.25-6.94-0.764-14.648-3.25-25.070-16.238-25.070-31.24v-480h-480c-15.002 0-27.992-10.422-31.24-25.070-3.25-14.646 4.114-29.584 17.708-35.928l960-448c12.196-5.688 26.644-3.144 36.16 6.372 9.516 9.514 12.060 23.966 6.372 36.16l-448 960c-5.342 11.44-16.772 18.47-28.99 18.47zM176.242 448h367.758c17.674 0 32 14.328 32 32v367.758l349.79-749.546-749.548 349.788z"],"isMulticolor":false,"isMulticolor2":false,"tags":["compass"],"defaultCode":59721,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":74,"order":78,"ligatures":"","prevSize":32,"name":"compass","code":59722},"setIdx":0,"setId":0,"iconIdx":74},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM96 512c0-229.75 186.25-416 416-416 109.574 0 209.232 42.386 283.534 111.628l-411.534 176.372-176.372 411.534c-69.242-74.302-111.628-173.96-111.628-283.534zM585.166 585.166l-256.082 109.75 109.75-256.082 146.332 146.332zM512 928c-109.574 0-209.234-42.386-283.532-111.628l411.532-176.372 176.372-411.532c69.242 74.298 111.628 173.958 111.628 283.532 0 229.75-186.25 416-416 416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["compass2"],"defaultCode":59722,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":75,"order":79,"ligatures":"","prevSize":32,"name":"compass2","code":59723},"setIdx":0,"setId":0,"iconIdx":75},{"icon":{"paths":["M0 192l320-128v768l-320 128zM384 32l320 192v736l-320-160zM768 224l256-192v768l-256 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["map"],"defaultCode":59723,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":76,"order":80,"ligatures":"","prevSize":32,"name":"map","code":59724},"setIdx":0,"setId":0,"iconIdx":76},{"icon":{"paths":["M672 192l-320-128-352 128v768l352-128 320 128 352-128v-768l-352 128zM384 145.73l256 102.4v630.138l-256-102.398v-630.14zM64 236.828l256-93.090v631.8l-256 93.088v-631.798zM960 787.172l-256 93.092v-631.8l256-93.090v631.798z"],"isMulticolor":false,"isMulticolor2":false,"tags":["map2"],"defaultCode":59724,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":77,"order":81,"ligatures":"","prevSize":32,"name":"map2","code":59725},"setIdx":0,"setId":0,"iconIdx":77},{"icon":{"paths":["M640 64c247.424 0 448 200.576 448 448s-200.576 448-448 448v-96c94.024 0 182.418-36.614 248.902-103.098s103.098-154.878 103.098-248.902c0-94.022-36.614-182.418-103.098-248.902s-154.878-103.098-248.902-103.098c-94.022 0-182.418 36.614-248.902 103.098-51.14 51.138-84.582 115.246-97.306 184.902h186.208l-224 256-224-256h164.57c31.060-217.102 217.738-384 443.43-384zM832 448v128h-256v-320h128v192z"],"width":1088,"isMulticolor":false,"isMulticolor2":false,"tags":["history"],"defaultCode":59725,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":78,"order":82,"ligatures":"","prevSize":32,"name":"history","code":59726},"setIdx":0,"setId":0,"iconIdx":78},{"icon":{"paths":["M658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clock"],"defaultCode":59726,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":79,"order":83,"ligatures":"","prevSize":32,"name":"clock","code":59727},"setIdx":0,"setId":0,"iconIdx":79},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254-90.512 90.512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clock2"],"defaultCode":59727,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":80,"order":84,"ligatures":"","prevSize":32,"name":"clock2","code":59728},"setIdx":0,"setId":0,"iconIdx":80},{"icon":{"paths":["M512 128c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448zM512 936c-198.824 0-360-161.178-360-360 0-198.824 161.176-360 360-360 198.822 0 360 161.176 360 360 0 198.822-161.178 360-360 360zM934.784 287.174c16.042-28.052 25.216-60.542 25.216-95.174 0-106.040-85.96-192-192-192-61.818 0-116.802 29.222-151.92 74.596 131.884 27.236 245.206 105.198 318.704 212.578v0zM407.92 74.596c-35.116-45.374-90.102-74.596-151.92-74.596-106.040 0-192 85.96-192 192 0 34.632 9.174 67.122 25.216 95.174 73.5-107.38 186.822-185.342 318.704-212.578zM512 576v-256h-64v320h256v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["alarm"],"defaultCode":59728,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":81,"order":85,"ligatures":"","prevSize":32,"name":"alarm","code":59729},"setIdx":0,"setId":0,"iconIdx":81},{"icon":{"paths":["M1025.5 800c0-288-256-224-256-448 0-18.56-1.788-34.42-5.048-47.928-16.83-113.018-92.156-203.72-189.772-231.36 0.866-3.948 1.32-8.032 1.32-12.21 0-33.278-28.8-60.502-64-60.502s-64 27.224-64 60.5c0 4.18 0.456 8.264 1.32 12.21-109.47 30.998-190.914 141.298-193.254 273.442-0.040 1.92-0.066 3.864-0.066 5.846 0 224.002-256 160.002-256 448.002 0 76.226 170.59 139.996 398.97 156.080 21.524 40.404 64.056 67.92 113.030 67.92s91.508-27.516 113.030-67.92c228.38-16.084 398.97-79.854 398.97-156.080 0-0.228-0.026-0.456-0.028-0.682l1.528 0.682zM826.246 854.096c-54.23 14.47-118.158 24.876-186.768 30.648-5.704-65.418-60.582-116.744-127.478-116.744s-121.774 51.326-127.478 116.744c-68.608-5.772-132.538-16.178-186.768-30.648-74.63-19.914-110.31-42.19-123.368-54.096 13.058-11.906 48.738-34.182 123.368-54.096 86.772-23.152 198.372-35.904 314.246-35.904s227.474 12.752 314.246 35.904c74.63 19.914 110.31 42.19 123.368 54.096-13.058 11.906-48.738 34.182-123.368 54.096z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bell"],"defaultCode":59729,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":82,"order":86,"ligatures":"","prevSize":32,"name":"bell","code":59730},"setIdx":0,"setId":0,"iconIdx":82},{"icon":{"paths":["M512.002 193.212v-65.212h128v-64c0-35.346-28.654-64-64.002-64h-191.998c-35.346 0-64 28.654-64 64v64h128v65.212c-214.798 16.338-384 195.802-384 414.788 0 229.75 186.25 416 416 416s416-186.25 416-416c0-218.984-169.202-398.448-384-414.788zM706.276 834.274c-60.442 60.44-140.798 93.726-226.274 93.726s-165.834-33.286-226.274-93.726c-60.44-60.44-93.726-140.8-93.726-226.274s33.286-165.834 93.726-226.274c58.040-58.038 134.448-91.018 216.114-93.548l-21.678 314.020c-1.86 26.29 12.464 37.802 31.836 37.802s33.698-11.512 31.836-37.802l-21.676-314.022c81.666 2.532 158.076 35.512 216.116 93.55 60.44 60.44 93.726 140.8 93.726 226.274s-33.286 165.834-93.726 226.274z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stopwatch"],"defaultCode":59730,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":83,"order":87,"ligatures":"","prevSize":32,"name":"stopwatch","code":59731},"setIdx":0,"setId":0,"iconIdx":83},{"icon":{"paths":["M320 384h128v128h-128zM512 384h128v128h-128zM704 384h128v128h-128zM128 768h128v128h-128zM320 768h128v128h-128zM512 768h128v128h-128zM320 576h128v128h-128zM512 576h128v128h-128zM704 576h128v128h-128zM128 576h128v128h-128zM832 0v64h-128v-64h-448v64h-128v-64h-128v1024h960v-1024h-128zM896 960h-832v-704h832v704z"],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar"],"defaultCode":59731,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":84,"order":88,"ligatures":"","prevSize":32,"name":"calendar","code":59732},"setIdx":0,"setId":0,"iconIdx":84},{"icon":{"paths":["M256 64h512v128h-512v-128zM960 256h-896c-35.2 0-64 28.8-64 64v320c0 35.2 28.794 64 64 64h192v256h512v-256h192c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM128 448c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.652 64-64 64zM704 896h-384v-320h384v320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["printer"],"defaultCode":59732,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":85,"order":89,"ligatures":"","prevSize":32,"name":"printer","code":59733},"setIdx":0,"setId":0,"iconIdx":85},{"icon":{"paths":["M1088 128h-1024c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h1024c35.2 0 64-28.8 64-64v-640c0-35.2-28.8-64-64-64zM640 256h128v128h-128v-128zM832 448v128h-128v-128h128zM448 256h128v128h-128v-128zM640 448v128h-128v-128h128zM256 256h128v128h-128v-128zM448 448v128h-128v-128h128zM128 256h64v128h-64v-128zM128 448h128v128h-128v-128zM192 768h-64v-128h64v128zM768 768h-512v-128h512v128zM1024 768h-192v-128h192v128zM1024 576h-128v-128h128v128zM1024 384h-192v-128h192v128z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["keyboard"],"defaultCode":59733,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":86,"order":90,"ligatures":"","prevSize":32,"name":"keyboard","code":59734},"setIdx":0,"setId":0,"iconIdx":86},{"icon":{"paths":["M0 64v640h1024v-640h-1024zM960 640h-896v-512h896v512zM672 768h-320l-32 128-64 64h512l-64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["display"],"defaultCode":59734,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":87,"order":91,"ligatures":"","prevSize":32,"name":"display","code":59735},"setIdx":0,"setId":0,"iconIdx":87},{"icon":{"paths":["M896 704v-512c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v512h-128v192h1024v-192h-128zM640 832h-256v-64h256v64zM832 704h-640v-511.886c0.034-0.040 0.076-0.082 0.114-0.114h639.77c0.040 0.034 0.082 0.076 0.116 0.116v511.884z"],"isMulticolor":false,"isMulticolor2":false,"tags":["laptop"],"defaultCode":59735,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":88,"order":92,"ligatures":"","prevSize":32,"name":"laptop","code":59736},"setIdx":0,"setId":0,"iconIdx":88},{"icon":{"paths":["M736 0h-448c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h448c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 48h256v32h-256v-32zM512 960c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64zM768 768h-512v-640h512v640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mobile"],"defaultCode":59736,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":89,"order":93,"ligatures":"","prevSize":32,"name":"mobile","code":59737},"setIdx":0,"setId":0,"iconIdx":89},{"icon":{"paths":["M768 0h-576c-35.2 0-64 28.798-64 64v896c0 35.2 28.798 64 64 64h576c35.2 0 64-28.8 64-64v-896c0-35.202-28.8-64-64-64zM480 977.782c-27.492 0-49.782-22.29-49.782-49.782s22.29-49.782 49.782-49.782 49.782 22.29 49.782 49.782-22.29 49.782-49.782 49.782zM768 832h-576v-704h576v704z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mobile2"],"defaultCode":59737,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":90,"order":94,"ligatures":"","prevSize":32,"name":"mobile2","code":59738},"setIdx":0,"setId":0,"iconIdx":90},{"icon":{"paths":["M800 0h-640c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h640c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM480 992c-17.672 0-32-14.326-32-32s14.328-32 32-32 32 14.326 32 32-14.328 32-32 32zM768 896h-576v-768h576v768z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tablet"],"defaultCode":59738,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":91,"order":95,"ligatures":"","prevSize":32,"name":"tablet","code":59739},"setIdx":0,"setId":0,"iconIdx":91},{"icon":{"paths":["M981.188 288.108c-88.808-12.768-183.382-22.016-282.076-27.22l164.888-164.888-64-64-224.558 224.556c-21.006-0.368-42.156-0.556-63.442-0.556v0l-256-256-64 64 194.196 194.196c-120.922 4.242-236.338 14.524-343.386 29.912-27.532 107.726-42.81 226.752-42.81 351.892s15.278 244.166 42.804 351.89c143.642 20.652 302.34 32.11 469.196 32.11s325.55-11.458 469.188-32.11c27.534-107.724 42.812-226.75 42.812-351.89s-15.278-244.166-42.812-351.892zM863.892 874.594c-107.73 13.766-226.75 21.406-351.892 21.406s-244.166-7.64-351.892-21.406c-20.648-71.816-32.108-151.166-32.108-234.594 0-83.43 11.458-162.78 32.108-234.596 107.726-13.766 226.75-21.404 351.892-21.404 125.136 0 244.162 7.638 351.886 21.404 20.656 71.816 32.114 151.166 32.114 234.596 0 83.428-11.458 162.778-32.108 234.594z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tv"],"defaultCode":59739,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":92,"order":96,"ligatures":"","prevSize":32,"name":"tv","code":59740},"setIdx":0,"setId":0,"iconIdx":92},{"icon":{"paths":["M1016.988 652.010l-256-320c-6.074-7.592-15.266-12.010-24.988-12.010h-448c-9.72 0-18.916 4.418-24.988 12.010l-256 320c-4.538 5.674-7.012 12.724-7.012 19.99v288c0 35.346 28.654 64 64 64h896c35.348 0 64-28.654 64-64v-288c0-7.266-2.472-14.316-7.012-19.99zM960 704h-224l-128 128h-192l-128-128h-224v-20.776l239.38-299.224h417.24l239.38 299.224v20.776zM736 512h-448c-17.672 0-32-14.328-32-32s14.328-32 32-32h448c17.674 0 32 14.328 32 32s-14.326 32-32 32zM800 640h-576c-17.672 0-32-14.326-32-32s14.328-32 32-32h576c17.674 0 32 14.326 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["drawer"],"defaultCode":59740,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":93,"order":97,"ligatures":"","prevSize":32,"name":"drawer","code":59741},"setIdx":0,"setId":0,"iconIdx":93},{"icon":{"paths":["M1016.988 652.010l-256-320c-6.074-7.592-15.266-12.010-24.988-12.010h-448c-9.72 0-18.916 4.418-24.988 12.010l-256 320c-4.538 5.674-7.012 12.724-7.012 19.99v288c0 35.346 28.654 64 64 64h896c35.348 0 64-28.654 64-64v-288c0-7.266-2.472-14.316-7.012-19.99zM960 704h-224l-128 128h-192l-128-128h-224v-20.776l239.38-299.224h417.24l239.38 299.224v20.776z"],"isMulticolor":false,"isMulticolor2":false,"tags":["drawer2"],"defaultCode":59741,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":94,"order":98,"ligatures":"","prevSize":32,"name":"drawer2","code":59742},"setIdx":0,"setId":0,"iconIdx":94},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"],"isMulticolor":false,"isMulticolor2":false,"tags":["box-add"],"defaultCode":59742,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":95,"order":99,"ligatures":"","prevSize":32,"name":"box-add","code":59743},"setIdx":0,"setId":0,"iconIdx":95},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM640 640v192h-256v-192h-192l320-256 320 256h-192zM154.51 192l64-64h586.976l64 64h-714.976z"],"isMulticolor":false,"isMulticolor2":false,"tags":["box-remove"],"defaultCode":59743,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":96,"order":100,"ligatures":"","prevSize":32,"name":"box-remove","code":59744},"setIdx":0,"setId":0,"iconIdx":96},{"icon":{"paths":["M512 576l256-256h-192v-256h-128v256h-192zM744.726 471.272l-71.74 71.742 260.080 96.986-421.066 157.018-421.066-157.018 260.080-96.986-71.742-71.742-279.272 104.728v256l512 192 512-192v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download"],"defaultCode":59744,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":97,"order":101,"ligatures":"","prevSize":32,"name":"download","code":59745},"setIdx":0,"setId":0,"iconIdx":97},{"icon":{"paths":["M448 576h128v-256h192l-256-256-256 256h192zM640 432v98.712l293.066 109.288-421.066 157.018-421.066-157.018 293.066-109.288v-98.712l-384 144v256l512 192 512-192v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload"],"defaultCode":59745,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":98,"order":102,"ligatures":"","prevSize":32,"name":"upload","code":59746},"setIdx":0,"setId":0,"iconIdx":98},{"icon":{"paths":["M896 0h-896v1024h1024v-896l-128-128zM512 128h128v256h-128v-256zM896 896h-768v-768h64v320h576v-320h74.978l53.022 53.018v714.982z"],"isMulticolor":false,"isMulticolor2":false,"tags":["floppy-disk"],"defaultCode":59746,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":99,"order":103,"ligatures":"","prevSize":32,"name":"floppy-disk","code":59747},"setIdx":0,"setId":0,"iconIdx":99},{"icon":{"paths":["M192 896h640c106.038 0 192-85.96 192-192h-1024c0 106.040 85.962 192 192 192zM832 768h64v64h-64v-64zM960 128h-896l-64 512h1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["drive"],"defaultCode":59747,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":100,"order":104,"ligatures":"","prevSize":32,"name":"drive","code":59748},"setIdx":0,"setId":0,"iconIdx":100},{"icon":{"paths":["M512 0c-282.77 0-512 71.634-512 160v128c0 88.366 229.23 160 512 160s512-71.634 512-160v-128c0-88.366-229.23-160-512-160zM512 544c-282.77 0-512-71.634-512-160v192c0 88.366 229.23 160 512 160s512-71.634 512-160v-192c0 88.366-229.23 160-512 160zM512 832c-282.77 0-512-71.634-512-160v192c0 88.366 229.23 160 512 160s512-71.634 512-160v-192c0 88.366-229.23 160-512 160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["database"],"defaultCode":59748,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":101,"order":105,"ligatures":"","prevSize":32,"name":"database","code":59749},"setIdx":0,"setId":0,"iconIdx":101},{"icon":{"paths":["M512 64c-141.384 0-269.376 57.32-362.032 149.978l-149.968-149.978v384h384l-143.532-143.522c69.496-69.492 165.492-112.478 271.532-112.478 212.068 0 384 171.924 384 384 0 114.696-50.292 217.636-130.018 288l84.666 96c106.302-93.816 173.352-231.076 173.352-384 0-282.77-229.23-512-512-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["undo"],"defaultCode":59749,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":102,"order":106,"ligatures":"","prevSize":32,"name":"undo","code":59750},"setIdx":0,"setId":0,"iconIdx":102},{"icon":{"paths":["M0 576c0 152.924 67.048 290.184 173.35 384l84.666-96c-79.726-70.364-130.016-173.304-130.016-288 0-212.076 171.93-384 384-384 106.042 0 202.038 42.986 271.53 112.478l-143.53 143.522h384v-384l-149.97 149.978c-92.654-92.658-220.644-149.978-362.030-149.978-282.77 0-512 229.23-512 512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["redo"],"defaultCode":59750,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":103,"order":107,"ligatures":"","prevSize":32,"name":"redo","code":59751},"setIdx":0,"setId":0,"iconIdx":103},{"icon":{"paths":["M761.862 1024c113.726-206.032 132.888-520.306-313.862-509.824v253.824l-384-384 384-384v248.372c534.962-13.942 594.57 472.214 313.862 775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["undo2"],"defaultCode":59751,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":104,"order":108,"ligatures":"","prevSize":32,"name":"undo2","code":59752},"setIdx":0,"setId":0,"iconIdx":104},{"icon":{"paths":["M576 248.372v-248.372l384 384-384 384v-253.824c-446.75-10.482-427.588 303.792-313.86 509.824-280.712-303.414-221.1-789.57 313.86-775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["redo2"],"defaultCode":59752,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":105,"order":109,"ligatures":"","prevSize":32,"name":"redo2","code":59753},"setIdx":0,"setId":0,"iconIdx":105},{"icon":{"paths":["M262.14 0c-113.728 206.032-132.89 520.304 313.86 509.824v-253.824l384 384-384 384v-248.372c-534.96 13.942-594.572-472.214-313.86-775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["forward"],"defaultCode":59753,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":106,"order":110,"ligatures":"","prevSize":32,"name":"forward","code":59754},"setIdx":0,"setId":0,"iconIdx":106},{"icon":{"paths":["M448 775.628v248.372l-384-384 384-384v253.824c446.75 10.48 427.588-303.792 313.862-509.824 280.71 303.414 221.1 789.57-313.862 775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["reply"],"defaultCode":59754,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":107,"order":111,"ligatures":"","prevSize":32,"name":"reply","code":59755},"setIdx":0,"setId":0,"iconIdx":107},{"icon":{"paths":["M512 64c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bubble"],"defaultCode":59755,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":108,"order":112,"ligatures":"","prevSize":32,"name":"bubble","code":59756},"setIdx":0,"setId":0,"iconIdx":108},{"icon":{"paths":["M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52-49.182-21.92-103.586-33.52-159.836-33.52-95.56 0-185.816 33.446-254.138 94.178-70.846 62.972-109.862 147.434-109.862 237.822 0 44.672 9.544 87.888 27.736 127.788-5.228 0.126-10.468 0.212-15.736 0.212-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles"],"defaultCode":59756,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":109,"order":113,"ligatures":"","prevSize":32,"name":"bubbles","code":59757},"setIdx":0,"setId":0,"iconIdx":109},{"icon":{"paths":["M480 0v0c265.096 0 480 173.914 480 388.448s-214.904 388.448-480 388.448c-25.458 0-50.446-1.62-74.834-4.71-103.106 102.694-222.172 121.108-341.166 123.814v-25.134c64.252-31.354 116-88.466 116-153.734 0-9.106-0.712-18.048-2.030-26.794-108.558-71.214-177.97-179.988-177.97-301.89 0-214.534 214.904-388.448 480-388.448zM996 870.686c0 55.942 36.314 104.898 92 131.772v21.542c-103.126-2.318-197.786-18.102-287.142-106.126-21.14 2.65-42.794 4.040-64.858 4.040-95.47 0-183.408-25.758-253.614-69.040 144.674-0.506 281.26-46.854 384.834-130.672 52.208-42.252 93.394-91.826 122.414-147.348 30.766-58.866 46.366-121.582 46.366-186.406 0-10.448-0.45-20.836-1.258-31.168 72.57 59.934 117.258 141.622 117.258 231.676 0 104.488-60.158 197.722-154.24 258.764-1.142 7.496-1.76 15.16-1.76 22.966z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles2"],"defaultCode":59757,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":110,"order":114,"ligatures":"","prevSize":32,"name":"bubbles2","code":59758},"setIdx":0,"setId":0,"iconIdx":110},{"icon":{"paths":["M512 192c-54.932 0-107.988 8.662-157.694 25.742-46.712 16.054-88.306 38.744-123.628 67.444-66.214 53.798-102.678 122.984-102.678 194.814 0 40.298 11.188 79.378 33.252 116.152 22.752 37.92 56.982 72.586 98.988 100.252 30.356 19.992 50.78 51.948 56.176 87.894 1.8 11.984 2.928 24.088 3.37 36.124 7.47-6.194 14.75-12.846 21.88-19.976 24.154-24.152 56.78-37.49 90.502-37.49 5.368 0 10.762 0.336 16.156 1.024 20.974 2.666 42.398 4.020 63.676 4.020 54.934 0 107.988-8.66 157.694-25.742 46.712-16.054 88.306-38.744 123.628-67.444 66.214-53.796 102.678-122.984 102.678-194.814s-36.464-141.016-102.678-194.814c-35.322-28.698-76.916-51.39-123.628-67.444-49.706-17.080-102.76-25.742-157.694-25.742zM512 64v0c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bubble2"],"defaultCode":59758,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":111,"order":115,"ligatures":"","prevSize":32,"name":"bubble2","code":59759},"setIdx":0,"setId":0,"iconIdx":111},{"icon":{"paths":["M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM230.678 221.186c-66.214 53.798-102.678 122.984-102.678 194.814 0 40.298 11.188 79.378 33.252 116.15 22.752 37.92 56.982 72.586 98.988 100.252 30.356 19.992 50.78 51.948 56.176 87.894 1.8 11.984 2.928 24.088 3.37 36.124 7.47-6.194 14.75-12.846 21.88-19.976 24.154-24.152 56.78-37.49 90.502-37.49 5.368 0 10.762 0.336 16.156 1.024 20.948 2.662 42.344 4.016 63.594 4.020v128c-27.128-0.002-53.754-1.738-79.742-5.042-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416 278.458 0 504.992 180.614 511.836 405.52-41.096-18.316-85.84-29.422-132.262-32.578-11.53-56.068-45.402-108.816-98.252-151.756-35.322-28.698-76.916-51.39-123.628-67.444-49.706-17.080-102.76-25.742-157.694-25.742-54.932 0-107.988 8.662-157.694 25.742-46.712 16.054-88.306 38.744-123.628 67.444z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles3"],"defaultCode":59759,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":112,"order":116,"ligatures":"","prevSize":32,"name":"bubbles3","code":59760},"setIdx":0,"setId":0,"iconIdx":112},{"icon":{"paths":["M480 128c-50.666 0-99.582 7.95-145.386 23.628-42.924 14.694-81.114 35.436-113.502 61.646-60.044 48.59-93.112 110.802-93.112 175.174 0 35.99 10.066 70.948 29.92 103.898 20.686 34.34 51.898 65.794 90.26 90.958 30.44 19.968 50.936 51.952 56.362 87.95 0.902 5.99 1.63 12.006 2.18 18.032 2.722-2.52 5.424-5.114 8.114-7.794 24.138-24.040 56.688-37.312 90.322-37.312 5.348 0 10.718 0.336 16.094 1.018 19.36 2.452 39.124 3.696 58.748 3.696 50.666 0 99.58-7.948 145.384-23.628 42.926-14.692 81.116-35.434 113.504-61.644 60.046-48.59 93.112-110.802 93.112-175.174s-33.066-126.582-93.112-175.174c-32.388-26.212-70.578-46.952-113.504-61.646-45.804-15.678-94.718-23.628-145.384-23.628zM480 0v0c265.096 0 480 173.914 480 388.448s-214.904 388.448-480 388.448c-25.458 0-50.446-1.62-74.834-4.71-103.106 102.694-222.172 121.108-341.166 123.814v-25.134c64.252-31.354 116-88.466 116-153.734 0-9.106-0.712-18.048-2.030-26.794-108.558-71.214-177.97-179.988-177.97-301.89 0-214.534 214.904-388.448 480-388.448zM996 870.686c0 55.942 36.314 104.898 92 131.772v21.542c-103.126-2.318-197.786-18.102-287.142-106.126-21.14 2.65-42.794 4.040-64.858 4.040-95.47 0-183.408-25.758-253.614-69.040 144.674-0.506 281.26-46.854 384.834-130.672 52.208-42.252 93.394-91.826 122.414-147.348 30.766-58.866 46.366-121.582 46.366-186.406 0-10.448-0.45-20.836-1.258-31.168 72.57 59.934 117.258 141.622 117.258 231.676 0 104.488-60.158 197.722-154.24 258.764-1.142 7.496-1.76 15.16-1.76 22.966z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles4"],"defaultCode":59760,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":113,"order":117,"ligatures":"","prevSize":32,"name":"bubbles4","code":59761},"setIdx":0,"setId":0,"iconIdx":113},{"icon":{"paths":["M576 706.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user"],"defaultCode":59761,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":114,"order":118,"ligatures":"","prevSize":32,"name":"user","code":59762},"setIdx":0,"setId":0,"iconIdx":114},{"icon":{"paths":["M768 770.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388zM327.196 795.328c55.31-36.15 124.080-63.636 199.788-80.414-15.054-17.784-28.708-37.622-40.492-59.020-30.414-55.234-46.492-116.058-46.492-175.894 0-86.042 0-167.31 30.6-233.762 29.706-64.504 83.128-104.496 159.222-119.488-16.914-76.48-61.94-126.75-181.822-126.75-192 0-192 128.942-192 288 0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h279.006c14.518-12.91 30.596-25.172 48.19-36.672z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["users"],"defaultCode":59762,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":115,"order":119,"ligatures":"","prevSize":32,"name":"users","code":59763},"setIdx":0,"setId":0,"iconIdx":115},{"icon":{"paths":["M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96zM736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-plus"],"defaultCode":59763,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":116,"order":120,"ligatures":"","prevSize":32,"name":"user-plus","code":59764},"setIdx":0,"setId":0,"iconIdx":116},{"icon":{"paths":["M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96zM736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-320v-64h320v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-minus"],"defaultCode":59764,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":117,"order":121,"ligatures":"","prevSize":32,"name":"user-minus","code":59765},"setIdx":0,"setId":0,"iconIdx":117},{"icon":{"paths":["M960 608l-288 288-96-96-64 64 160 160 352-352zM448 768h320v-115.128c-67.22-39.2-156.308-66.11-256-74.26v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h448v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-check"],"defaultCode":59765,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":118,"order":122,"ligatures":"","prevSize":32,"name":"user-check","code":59766},"setIdx":0,"setId":0,"iconIdx":118},{"icon":{"paths":["M320 192c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192s-192-85.961-192-192zM768.078 448h-35.424l-199.104 404.244 74.45-372.244-96-96-96 96 74.45 372.244-199.102-404.244h-35.424c-127.924 0-127.924 85.986-127.924 192v320h768v-320c0-106.014 0-192-127.922-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-tie"],"defaultCode":59766,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":119,"order":123,"ligatures":"","prevSize":32,"name":"user-tie","code":59767},"setIdx":0,"setId":0,"iconIdx":119},{"icon":{"paths":["M225 448c123.712 0 224 100.29 224 224 0 123.712-100.288 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.634 11.636-22.252 24.016-31.83 37.020 11.438-1.8 23.16-2.746 35.104-2.746zM801 448c123.71 0 224 100.29 224 224 0 123.712-100.29 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.636 11.636-22.254 24.016-31.832 37.020 11.44-1.8 23.16-2.746 35.106-2.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quotes-left"],"defaultCode":59767,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":120,"order":124,"ligatures":"","prevSize":32,"name":"quotes-left","code":59768},"setIdx":0,"setId":0,"iconIdx":120},{"icon":{"paths":["M800 640c-123.712 0-224-100.29-224-224 0-123.712 100.288-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.634-11.636 22.252-24.016 31.83-37.020-11.438 1.8-23.16 2.746-35.104 2.746zM224 640c-123.71 0-224-100.29-224-224 0-123.712 100.29-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.636-11.636 22.254-24.016 31.832-37.020-11.44 1.8-23.16 2.746-35.106 2.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quotes-right"],"defaultCode":59768,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":121,"order":125,"ligatures":"","prevSize":32,"name":"quotes-right","code":59769},"setIdx":0,"setId":0,"iconIdx":121},{"icon":{"paths":["M728.992 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64h-889.042c-2.29 20.968-3.48 42.326-3.48 64 0 192.792 93.254 360.666 231.006 448-137.752 87.334-231.006 255.208-231.006 448 0 21.676 1.19 43.034 3.478 64h889.042c2.288-20.966 3.478-42.324 3.478-64 0.002-192.792-93.252-360.666-231.006-448zM160 960c0-186.912 80.162-345.414 224-397.708v-100.586c-143.838-52.29-224-210.792-224-397.706v0h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zM619.626 669.594c-71.654-40.644-75.608-93.368-75.626-125.366v-64.228c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336h-409.582c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366v64.228c0 31.992-3.804 84.914-75.744 125.664-72.622 42.18-126.738 125.684-143.090 226.336h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hour-glass"],"defaultCode":59769,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":122,"order":126,"ligatures":"","prevSize":32,"name":"hour-glass","code":59770},"setIdx":0,"setId":0,"iconIdx":122},{"icon":{"paths":["M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM655.53 240.47c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM832 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM719.53 783.53c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM448.002 896c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM176.472 783.53c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM144.472 240.47c0 0 0 0 0 0 0-53.019 42.981-96 96-96s96 42.981 96 96c0 0 0 0 0 0 0 53.019-42.981 96-96 96s-96-42.981-96-96zM56 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72s-72-32.235-72-72z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner"],"defaultCode":59770,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":123,"order":127,"ligatures":"","prevSize":32,"name":"spinner","code":59771},"setIdx":0,"setId":0,"iconIdx":123},{"icon":{"paths":["M1024 512c-1.278-66.862-15.784-133.516-42.576-194.462-26.704-61-65.462-116.258-113.042-161.92-47.552-45.696-103.944-81.82-164.984-105.652-61.004-23.924-126.596-35.352-191.398-33.966-64.81 1.282-129.332 15.374-188.334 41.356-59.048 25.896-112.542 63.47-156.734 109.576-44.224 46.082-79.16 100.708-102.186 159.798-23.114 59.062-34.128 122.52-32.746 185.27 1.286 62.76 14.964 125.148 40.134 182.206 25.088 57.1 61.476 108.828 106.11 151.548 44.61 42.754 97.472 76.504 154.614 98.72 57.118 22.304 118.446 32.902 179.142 31.526 60.708-1.29 120.962-14.554 176.076-38.914 55.15-24.282 105.116-59.48 146.366-102.644 41.282-43.14 73.844-94.236 95.254-149.43 13.034-33.458 21.88-68.4 26.542-103.798 1.246 0.072 2.498 0.12 3.762 0.12 35.346 0 64-28.652 64-64 0-1.796-0.094-3.572-0.238-5.332h0.238zM922.306 681.948c-23.472 53.202-57.484 101.4-99.178 141.18-41.67 39.81-91 71.186-144.244 91.79-53.228 20.678-110.29 30.452-166.884 29.082-56.604-1.298-112.596-13.736-163.82-36.474-51.25-22.666-97.684-55.49-135.994-95.712-38.338-40.198-68.528-87.764-88.322-139.058-19.87-51.284-29.228-106.214-27.864-160.756 1.302-54.552 13.328-108.412 35.254-157.69 21.858-49.3 53.498-93.97 92.246-130.81 38.73-36.868 84.53-65.87 133.874-84.856 49.338-19.060 102.136-28.006 154.626-26.644 52.5 1.306 104.228 12.918 151.562 34.034 47.352 21.050 90.256 51.502 125.624 88.782 35.396 37.258 63.21 81.294 81.39 128.688 18.248 47.392 26.782 98.058 25.424 148.496h0.238c-0.144 1.76-0.238 3.536-0.238 5.332 0 33.012 24.992 60.174 57.086 63.624-6.224 34.822-16.53 68.818-30.78 100.992z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner2"],"defaultCode":59771,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":124,"order":128,"ligatures":"","prevSize":32,"name":"spinner2","code":59772},"setIdx":0,"setId":0,"iconIdx":124},{"icon":{"paths":["M512 303.096c-32.964 0-59.686-26.724-59.686-59.686v-179.060c0-32.964 26.722-59.686 59.686-59.686 32.962 0 59.688 26.722 59.688 59.686v179.060c0 32.964-26.726 59.686-59.688 59.686zM512 996.956c-20.602 0-37.304-16.702-37.304-37.304v-179.060c0-20.602 16.702-37.304 37.304-37.304 20.604 0 37.304 16.704 37.304 37.304v179.060c0 20.602-16.7 37.304-37.304 37.304zM377.756 335.36c-19.34 0-38.146-10.034-48.512-27.988l-89.53-155.070c-15.452-26.764-6.282-60.986 20.482-76.438 26.762-15.45 60.986-6.284 76.438 20.482l89.53 155.072c15.452 26.764 6.282 60.986-20.482 76.438-8.81 5.084-18.432 7.504-27.926 7.504zM735.856 933.256c-11.602 0-22.886-6.022-29.108-16.792l-89.53-155.070c-9.27-16.056-3.77-36.592 12.29-45.864 16.056-9.264 36.59-3.77 45.864 12.292l89.532 155.068c9.27 16.058 3.768 36.592-12.292 45.864-5.286 3.048-11.060 4.502-16.756 4.502zM279.344 429.94c-8.86 0-17.838-2.256-26.064-7.006l-155.072-89.53c-24.978-14.422-33.538-46.362-19.116-71.342 14.42-24.978 46.364-33.538 71.342-19.116l155.070 89.53c24.98 14.422 33.538 46.362 19.116 71.34-9.668 16.756-27.226 26.124-45.276 26.124zM899.648 765.674c-5.064 0-10.196-1.29-14.894-4.004l-155.068-89.53c-14.274-8.24-19.164-26.494-10.924-40.768 8.242-14.276 26.496-19.166 40.766-10.924l155.070 89.532c14.274 8.24 19.164 26.492 10.924 40.766-5.53 9.574-15.562 14.928-25.874 14.928zM243.41 560.496h-179.060c-26.784 0-48.496-21.712-48.496-48.496s21.712-48.496 48.496-48.496h179.060c26.784 0 48.496 21.712 48.496 48.496s-21.712 48.496-48.496 48.496zM959.65 541.844c-0.002 0 0 0 0 0h-179.060c-16.482-0.002-29.844-13.364-29.844-29.844s13.364-29.844 29.844-29.844c0.002 0 0 0 0 0h179.060c16.482 0 29.844 13.362 29.844 29.844 0 16.48-13.364 29.844-29.844 29.844zM124.366 780.598c-15.472 0-30.518-8.028-38.81-22.39-12.362-21.41-5.026-48.79 16.384-61.148l155.072-89.532c21.41-12.368 48.79-5.028 61.15 16.384 12.362 21.412 5.026 48.79-16.384 61.15l-155.072 89.53c-7.050 4.070-14.748 6.006-22.34 6.006zM744.632 407.552c-10.314 0-20.346-5.352-25.874-14.926-8.24-14.274-3.35-32.526 10.924-40.768l155.070-89.528c14.272-8.236 32.526-3.352 40.768 10.922 8.24 14.274 3.35 32.526-10.924 40.768l-155.070 89.528c-4.7 2.714-9.83 4.004-14.894 4.004zM288.136 940.716c-6.962 0-14.016-1.774-20.48-5.504-19.626-11.332-26.35-36.428-15.020-56.054l89.53-155.070c11.33-19.628 36.426-26.352 56.054-15.022 19.626 11.332 26.35 36.43 15.020 56.054l-89.53 155.072c-7.598 13.166-21.392 20.524-35.574 20.524zM646.266 309.242c-5.062 0-10.196-1.29-14.894-4.002-14.274-8.242-19.164-26.494-10.924-40.766l89.534-155.070c8.24-14.274 26.492-19.166 40.766-10.922 14.274 8.242 19.164 26.494 10.924 40.766l-89.532 155.070c-5.53 9.57-15.56 14.924-25.874 14.924z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner3"],"defaultCode":59772,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":125,"order":129,"ligatures":"","prevSize":32,"name":"spinner3","code":59773},"setIdx":0,"setId":0,"iconIdx":125},{"icon":{"paths":["M192 512c0-12.18 0.704-24.196 2.030-36.022l-184.98-60.104c-5.916 31.14-9.050 63.264-9.050 96.126 0 147.23 62.166 279.922 161.654 373.324l114.284-157.296c-52.124-56.926-83.938-132.758-83.938-216.028zM832 512c0 83.268-31.812 159.102-83.938 216.028l114.284 157.296c99.488-93.402 161.654-226.094 161.654-373.324 0-32.862-3.132-64.986-9.048-96.126l-184.98 60.104c1.324 11.828 2.028 23.842 2.028 36.022zM576 198.408c91.934 18.662 169.544 76.742 214.45 155.826l184.978-60.102c-73.196-155.42-222.24-268.060-399.428-290.156v194.432zM233.55 354.232c44.906-79.084 122.516-137.164 214.45-155.826v-194.43c-177.188 22.096-326.23 134.736-399.426 290.154l184.976 60.102zM644.556 803.328c-40.39 18.408-85.272 28.672-132.556 28.672s-92.166-10.264-132.554-28.67l-114.292 157.31c73.206 40.366 157.336 63.36 246.846 63.36s173.64-22.994 246.848-63.36l-114.292-157.312z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner4"],"defaultCode":59773,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":126,"order":130,"ligatures":"","prevSize":32,"name":"spinner4","code":59774},"setIdx":0,"setId":0,"iconIdx":126},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 256c141.384 0 256 114.616 256 256s-114.616 256-256 256-256-114.616-256-256 114.616-256 256-256zM817.47 817.47c-81.594 81.594-190.080 126.53-305.47 126.53-115.392 0-223.876-44.936-305.47-126.53s-126.53-190.078-126.53-305.47c0-115.39 44.936-223.876 126.53-305.47l67.882 67.882c0 0 0 0 0 0-131.006 131.006-131.006 344.17 0 475.176 63.462 63.462 147.838 98.412 237.588 98.412 89.748 0 174.124-34.95 237.588-98.412 131.006-131.006 131.006-344.168 0-475.176l67.882-67.882c81.594 81.594 126.53 190.080 126.53 305.47 0 115.392-44.936 223.876-126.53 305.47z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner5"],"defaultCode":59774,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":127,"order":131,"ligatures":"","prevSize":32,"name":"spinner5","code":59775},"setIdx":0,"setId":0,"iconIdx":127},{"icon":{"paths":["M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM790.994 512c0 0 0 0 0 0 0-57.993 47.013-105.006 105.006-105.006s105.006 47.013 105.006 105.006c0 0 0 0 0 0 0 57.993-47.013 105.006-105.006 105.006s-105.006-47.013-105.006-105.006zM688.424 783.53c0-52.526 42.58-95.106 95.106-95.106s95.106 42.58 95.106 95.106c0 52.526-42.58 95.106-95.106 95.106s-95.106-42.58-95.106-95.106zM425.862 896c0-47.573 38.565-86.138 86.138-86.138s86.138 38.565 86.138 86.138c0 47.573-38.565 86.138-86.138 86.138s-86.138-38.565-86.138-86.138zM162.454 783.53c0-43.088 34.93-78.018 78.018-78.018s78.018 34.93 78.018 78.018c0 43.088-34.93 78.018-78.018 78.018s-78.018-34.93-78.018-78.018zM57.338 512c0-39.026 31.636-70.662 70.662-70.662s70.662 31.636 70.662 70.662c0 39.026-31.636 70.662-70.662 70.662s-70.662-31.636-70.662-70.662zM176.472 240.472c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM899.464 240.472c0 64.024-51.906 115.934-115.936 115.934-64.024 0-115.936-51.91-115.936-115.934 0-64.032 51.912-115.934 115.936-115.934 64.030 0 115.936 51.902 115.936 115.934z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner6"],"defaultCode":59775,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":128,"order":132,"ligatures":"","prevSize":32,"name":"spinner6","code":59776},"setIdx":0,"setId":0,"iconIdx":128},{"icon":{"paths":["M416 928c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM0 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM832 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM121.844 217.844c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM710.156 806.156c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM121.844 806.156c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM710.156 217.844c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner7"],"defaultCode":59776,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":129,"order":133,"ligatures":"","prevSize":32,"name":"spinner7","code":59777},"setIdx":0,"setId":0,"iconIdx":129},{"icon":{"paths":["M512 1024c-136.76 0-265.334-53.258-362.040-149.96-96.702-96.706-149.96-225.28-149.96-362.040 0-96.838 27.182-191.134 78.606-272.692 50-79.296 120.664-143.372 204.356-185.3l43 85.832c-68.038 34.084-125.492 86.186-166.15 150.67-41.746 66.208-63.812 142.798-63.812 221.49 0 229.382 186.618 416 416 416s416-186.618 416-416c0-78.692-22.066-155.282-63.81-221.49-40.66-64.484-98.114-116.584-166.15-150.67l43-85.832c83.692 41.928 154.358 106.004 204.356 185.3 51.422 81.558 78.604 175.854 78.604 272.692 0 136.76-53.258 265.334-149.96 362.040-96.706 96.702-225.28 149.96-362.040 149.96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner8"],"defaultCode":59777,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":130,"order":134,"ligatures":"","prevSize":32,"name":"spinner8","code":59778},"setIdx":0,"setId":0,"iconIdx":130},{"icon":{"paths":["M512 0c-278.748 0-505.458 222.762-511.848 499.974 5.92-241.864 189.832-435.974 415.848-435.974 229.75 0 416 200.576 416 448 0 53.020 42.98 96 96 96s96-42.98 96-96c0-282.77-229.23-512-512-512zM512 1024c278.748 0 505.458-222.762 511.848-499.974-5.92 241.864-189.832 435.974-415.848 435.974-229.75 0-416-200.576-416-448 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 282.77 229.23 512 512 512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner9"],"defaultCode":59778,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":131,"order":135,"ligatures":"","prevSize":32,"name":"spinner9","code":59779},"setIdx":0,"setId":0,"iconIdx":131},{"icon":{"paths":["M0.042 513.618l-0.022 0.004c0 0 0.012 0.090 0.028 0.222 0.11 3.878 0.55 7.676 1.322 11.352 0.204 1.746 0.428 3.66 0.674 5.774 0.222 1.886 0.46 3.914 0.718 6.078 0.374 2.566 0.77 5.292 1.19 8.176 0.856 5.746 1.8 12.124 2.908 18.958 1.348 6.446 2.804 13.414 4.364 20.864 0.71 3.718 1.776 7.504 2.786 11.406 1.024 3.89 2.078 7.894 3.16 12.004 0.566 2.042 1.040 4.132 1.708 6.208 0.656 2.074 1.32 4.176 1.988 6.3 1.348 4.234 2.726 8.566 4.136 12.988 0.352 1.106 0.708 2.21 1.064 3.324 0.408 1.102 0.814 2.208 1.226 3.316 0.826 2.218 1.658 4.458 2.502 6.714 1.696 4.496 3.422 9.078 5.18 13.742 1.968 4.566 3.97 9.214 6.004 13.934 1.018 2.348 2.044 4.714 3.078 7.098 1.048 2.376 2.27 4.704 3.408 7.074 2.322 4.714 4.678 9.496 7.062 14.332 2.47 4.786 5.208 9.512 7.846 14.328 1.336 2.398 2.68 4.808 4.028 7.23 1.368 2.41 2.902 4.75 4.356 7.14 2.95 4.738 5.93 9.524 8.934 14.348 12.64 18.894 26.676 37.566 42.21 55.278 15.712 17.578 32.726 34.25 50.692 49.602 18.18 15.136 37.264 28.902 56.726 41.114 19.604 12.036 39.644 22.312 59.376 31.144 5.004 2.040 9.964 4.062 14.878 6.066 2.462 0.972 4.868 2.032 7.336 2.918 2.47 0.868 4.93 1.734 7.376 2.594 4.898 1.684 9.678 3.468 14.484 4.992 4.832 1.43 9.604 2.844 14.312 4.242 2.356 0.672 4.66 1.426 7.004 2.012 2.346 0.574 4.676 1.14 6.986 1.704 4.606 1.118 9.142 2.214 13.604 3.296 4.5 0.868 8.926 1.722 13.27 2.558 2.166 0.41 4.31 0.82 6.434 1.222 1.062 0.2 2.118 0.398 3.166 0.598 1.060 0.148 2.118 0.292 3.166 0.442 4.192 0.582 8.292 1.152 12.3 1.71 1.998 0.274 3.972 0.546 5.922 0.816 1.946 0.286 3.904 0.378 5.814 0.57 3.822 0.336 7.544 0.664 11.164 0.98 3.616 0.304 7.104 0.688 10.526 0.738 0.23 0.008 0.452 0.016 0.682 0.026 0.614 34.812 29.008 62.846 63.968 62.846 0.542 0 1.080-0.028 1.62-0.042v0.022c0 0 0.090-0.012 0.224-0.028 3.878-0.11 7.674-0.55 11.35-1.322 1.748-0.204 3.662-0.426 5.776-0.672 1.884-0.222 3.912-0.462 6.076-0.718 2.566-0.376 5.292-0.772 8.176-1.192 5.746-0.856 12.124-1.8 18.958-2.908 6.446-1.348 13.414-2.804 20.864-4.362 3.718-0.712 7.504-1.778 11.406-2.786 3.892-1.026 7.894-2.080 12.004-3.162 2.044-0.566 4.132-1.040 6.208-1.708 2.074-0.656 4.174-1.318 6.3-1.988 4.232-1.348 8.564-2.726 12.988-4.134 1.104-0.354 2.21-0.708 3.324-1.066 1.1-0.406 2.206-0.814 3.316-1.226 2.216-0.824 4.456-1.658 6.714-2.5 4.496-1.698 9.078-3.424 13.74-5.182 4.568-1.968 9.216-3.97 13.936-6.004 2.348-1.018 4.714-2.044 7.098-3.078 2.376-1.048 4.702-2.27 7.074-3.408 4.714-2.322 9.494-4.678 14.33-7.062 4.786-2.47 9.512-5.208 14.328-7.846 2.398-1.336 4.808-2.678 7.23-4.028 2.41-1.366 4.75-2.9 7.14-4.354 4.738-2.952 9.524-5.93 14.35-8.936 18.89-12.64 37.564-26.674 55.278-42.21 17.574-15.712 34.248-32.726 49.602-50.69 15.136-18.182 28.902-37.264 41.112-56.728 12.036-19.602 22.314-39.644 31.142-59.376 2.042-5.002 4.062-9.964 6.068-14.878 0.974-2.462 2.032-4.868 2.918-7.334 0.87-2.472 1.732-4.932 2.592-7.376 1.686-4.898 3.468-9.678 4.994-14.484 1.432-4.832 2.846-9.604 4.24-14.31 0.674-2.358 1.43-4.66 2.016-7.004 0.57-2.348 1.138-4.676 1.702-6.988 1.118-4.606 2.216-9.14 3.296-13.602 0.868-4.502 1.72-8.928 2.558-13.272 0.41-2.164 0.818-4.308 1.222-6.434 0.2-1.060 0.398-2.116 0.596-3.164 0.148-1.062 0.296-2.118 0.444-3.168 0.582-4.19 1.152-8.292 1.708-12.3 0.278-1.996 0.55-3.97 0.82-5.922 0.284-1.946 0.376-3.902 0.568-5.812 0.336-3.822 0.664-7.546 0.98-11.164 0.304-3.616 0.686-7.106 0.738-10.528 0.020-0.534 0.040-1.044 0.058-1.574 35.224-0.146 63.732-28.738 63.732-63.992 0-0.542-0.028-1.080-0.042-1.62h0.022c0 0-0.012-0.090-0.028-0.224-0.11-3.878-0.55-7.674-1.322-11.35-0.204-1.748-0.428-3.662-0.674-5.776-0.222-1.886-0.46-3.914-0.718-6.076-0.374-2.566-0.77-5.294-1.19-8.176-0.856-5.746-1.8-12.124-2.908-18.958-1.348-6.444-2.804-13.414-4.364-20.862-0.71-3.72-1.776-7.506-2.786-11.408-1.024-3.892-2.078-7.894-3.16-12.002-0.566-2.044-1.040-4.134-1.708-6.208-0.656-2.076-1.32-4.174-1.988-6.3-1.348-4.234-2.726-8.566-4.136-12.99-0.352-1.102-0.708-2.21-1.064-3.324-0.408-1.1-0.814-2.206-1.226-3.316-0.826-2.216-1.658-4.454-2.502-6.714-1.696-4.498-3.422-9.080-5.18-13.74-1.968-4.57-3.97-9.216-6.004-13.936-1.020-2.348-2.044-4.714-3.078-7.098-1.048-2.376-2.27-4.702-3.408-7.076-2.322-4.714-4.678-9.494-7.062-14.33-2.47-4.786-5.208-9.512-7.846-14.328-1.336-2.398-2.68-4.808-4.028-7.23-1.368-2.41-2.902-4.75-4.356-7.14-2.95-4.74-5.93-9.524-8.934-14.35-12.64-18.892-26.676-37.564-42.21-55.278-15.712-17.576-32.726-34.25-50.692-49.602-18.18-15.136-37.264-28.902-56.726-41.112-19.604-12.036-39.644-22.314-59.376-31.142-5.004-2.040-9.964-4.062-14.878-6.068-2.462-0.974-4.868-2.032-7.336-2.918-2.47-0.87-4.93-1.734-7.376-2.592-4.898-1.684-9.678-3.468-14.484-4.994-4.832-1.432-9.604-2.846-14.312-4.242-2.356-0.672-4.66-1.428-7.004-2.014-2.346-0.572-4.676-1.138-6.986-1.702-4.606-1.118-9.142-2.216-13.604-3.298-4.5-0.868-8.926-1.72-13.27-2.558-2.166-0.412-4.31-0.82-6.434-1.222-1.062-0.2-2.118-0.398-3.166-0.596-1.060-0.148-2.118-0.296-3.166-0.442-4.192-0.584-8.292-1.154-12.3-1.71-1.998-0.276-3.972-0.55-5.922-0.82-1.946-0.284-3.904-0.376-5.814-0.57-3.822-0.336-7.544-0.664-11.164-0.98-3.616-0.304-7.104-0.686-10.526-0.738-0.852-0.032-1.674-0.062-2.512-0.092-0.65-34.78-29.028-62.778-63.966-62.778-0.542 0-1.080 0.028-1.62 0.042l-0.002-0.022c0 0-0.090 0.012-0.222 0.028-3.878 0.11-7.676 0.55-11.352 1.322-1.748 0.204-3.662 0.426-5.776 0.672-1.884 0.222-3.912 0.462-6.076 0.718-2.566 0.376-5.292 0.772-8.176 1.192-5.746 0.856-12.124 1.8-18.958 2.908-6.446 1.348-13.414 2.804-20.864 4.362-3.718 0.712-7.504 1.778-11.406 2.786-3.892 1.026-7.894 2.080-12.004 3.162-2.044 0.566-4.132 1.040-6.208 1.708-2.074 0.656-4.174 1.318-6.3 1.988-4.232 1.348-8.564 2.726-12.988 4.134-1.104 0.354-2.21 0.708-3.324 1.066-1.1 0.406-2.206 0.814-3.316 1.226-2.216 0.824-4.456 1.658-6.714 2.5-4.496 1.698-9.078 3.424-13.74 5.182-4.568 1.968-9.216 3.97-13.936 6.004-2.348 1.018-4.714 2.044-7.098 3.078-2.376 1.048-4.702 2.27-7.074 3.408-4.714 2.322-9.494 4.678-14.33 7.062-4.786 2.47-9.512 5.208-14.328 7.846-2.398 1.336-4.808 2.678-7.23 4.028-2.41 1.366-4.75 2.9-7.14 4.354-4.738 2.952-9.524 5.93-14.35 8.936-18.89 12.64-37.564 26.674-55.278 42.21-17.574 15.712-34.248 32.726-49.602 50.69-15.136 18.182-28.902 37.264-41.112 56.728-12.036 19.602-22.314 39.644-31.142 59.376-2.042 5.002-4.062 9.964-6.068 14.878-0.974 2.462-2.032 4.868-2.918 7.334-0.87 2.472-1.732 4.932-2.592 7.376-1.686 4.898-3.468 9.678-4.994 14.484-1.432 4.832-2.846 9.604-4.24 14.31-0.674 2.358-1.43 4.66-2.016 7.004-0.57 2.348-1.138 4.676-1.702 6.988-1.118 4.606-2.216 9.14-3.296 13.602-0.868 4.502-1.72 8.928-2.558 13.272-0.41 2.164-0.818 4.308-1.222 6.434-0.2 1.060-0.398 2.116-0.596 3.164-0.148 1.062-0.296 2.118-0.444 3.168-0.582 4.19-1.152 8.292-1.708 12.3-0.278 1.996-0.55 3.97-0.82 5.922-0.284 1.946-0.376 3.902-0.568 5.812-0.336 3.822-0.664 7.546-0.98 11.164-0.304 3.616-0.686 7.106-0.738 10.528-0.020 0.548-0.040 1.076-0.058 1.62-34.376 1.112-61.902 29.304-61.902 63.946 0 0.542 0.028 1.078 0.042 1.618zM73.518 448.706c0.042-0.196 0.086-0.384 0.128-0.58 0.644-3.248 1.632-6.542 2.556-9.942 0.934-3.388 1.894-6.876 2.88-10.454 0.516-1.78 0.934-3.602 1.546-5.406 0.596-1.802 1.202-3.628 1.81-5.476 1.218-3.682 2.464-7.45 3.736-11.294 0.316-0.958 0.634-1.924 0.956-2.892 0.37-0.954 0.74-1.914 1.114-2.876 0.746-1.924 1.5-3.868 2.26-5.83 1.52-3.904 3.070-7.882 4.646-11.93 1.768-3.96 3.566-7.99 5.392-12.080 0.908-2.038 1.824-4.090 2.746-6.156 0.932-2.060 2.036-4.072 3.052-6.126 2.070-4.084 4.17-8.222 6.294-12.412 2.202-4.142 4.654-8.224 6.998-12.392 1.184-2.074 2.374-4.16 3.57-6.256 1.21-2.086 2.586-4.102 3.876-6.166 2.616-4.098 5.256-8.232 7.918-12.402 11.234-16.298 23.632-32.398 37.33-47.638 13.874-15.104 28.842-29.404 44.598-42.548 15.974-12.928 32.686-24.65 49.676-35.022 17.13-10.194 34.6-18.838 51.734-26.258 4.35-1.7 8.662-3.382 12.934-5.050 2.136-0.812 4.216-1.71 6.36-2.444 2.146-0.714 4.28-1.428 6.404-2.136 4.25-1.386 8.382-2.888 12.548-4.142 4.184-1.174 8.314-2.332 12.392-3.474 2.038-0.55 4.026-1.19 6.054-1.662 2.030-0.458 4.044-0.914 6.044-1.368 3.978-0.91 7.896-1.806 11.748-2.688 3.888-0.686 7.71-1.36 11.462-2.022 1.868-0.33 3.716-0.658 5.546-0.98 0.914-0.162 1.824-0.324 2.728-0.484 0.916-0.112 1.828-0.222 2.734-0.332 3.612-0.448 7.148-0.882 10.604-1.31 1.72-0.216 3.422-0.432 5.102-0.644 1.674-0.226 3.364-0.266 5.010-0.408 3.292-0.238 6.498-0.472 9.616-0.7 3.11-0.218 6.11-0.524 9.058-0.508 5.848-0.132 11.32-0.256 16.38-0.372 4.664 0.168 8.948 0.324 12.818 0.462 1.914 0.054 3.726 0.108 5.432 0.156 2.122 0.134 4.108 0.26 5.958 0.378 2.13 0.138 4.060 0.266 5.82 0.38 3.256 0.51 6.592 0.782 9.99 0.782 0.466 0 0.93-0.026 1.396-0.036 0.132 0.008 0.224 0.014 0.224 0.014v-0.020c31.14-0.778 56.75-23.784 61.556-53.754 0.542 0.12 1.064 0.236 1.612 0.356 3.246 0.644 6.542 1.632 9.942 2.556 3.386 0.934 6.876 1.894 10.454 2.88 1.778 0.516 3.602 0.934 5.404 1.546 1.802 0.596 3.63 1.202 5.478 1.812 3.68 1.218 7.448 2.464 11.292 3.736 0.96 0.316 1.924 0.634 2.892 0.956 0.956 0.37 1.914 0.74 2.876 1.112 1.926 0.746 3.868 1.5 5.83 2.26 3.904 1.52 7.884 3.070 11.932 4.646 3.96 1.768 7.988 3.566 12.080 5.392 2.038 0.908 4.088 1.824 6.156 2.746 2.060 0.932 4.072 2.036 6.126 3.054 4.082 2.070 8.222 4.17 12.41 6.294 4.144 2.202 8.226 4.654 12.394 6.998 2.074 1.184 4.16 2.374 6.256 3.572 2.086 1.21 4.102 2.586 6.166 3.876 4.098 2.616 8.23 5.256 12.402 7.918 16.296 11.234 32.398 23.632 47.636 37.33 15.104 13.874 29.406 28.842 42.55 44.598 12.928 15.974 24.648 32.686 35.020 49.676 10.196 17.13 18.84 34.6 26.26 51.736 1.698 4.348 3.382 8.662 5.050 12.932 0.812 2.136 1.71 4.216 2.444 6.36 0.714 2.146 1.428 4.28 2.136 6.404 1.386 4.25 2.888 8.384 4.142 12.548 1.174 4.184 2.33 8.316 3.474 12.392 0.55 2.038 1.19 4.026 1.66 6.054 0.46 2.030 0.916 4.046 1.368 6.046 0.91 3.978 1.808 7.896 2.688 11.748 0.688 3.888 1.362 7.71 2.024 11.462 0.33 1.868 0.656 3.716 0.98 5.548 0.162 0.914 0.324 1.824 0.484 2.728 0.11 0.916 0.222 1.828 0.332 2.734 0.446 3.612 0.882 7.148 1.31 10.604 0.216 1.72 0.432 3.42 0.642 5.1 0.226 1.674 0.268 3.364 0.41 5.010 0.238 3.292 0.472 6.498 0.7 9.616 0.218 3.11 0.524 6.11 0.508 9.058 0.132 5.848 0.256 11.32 0.372 16.38-0.168 4.664-0.324 8.948-0.462 12.818-0.054 1.914-0.108 3.726-0.156 5.432-0.134 2.122-0.26 4.108-0.378 5.958-0.138 2.13-0.266 4.060-0.38 5.82-0.498 3.256-0.768 6.592-0.768 9.99 0 0.468 0.026 0.93 0.036 1.396-0.008 0.132-0.016 0.224-0.016 0.224h0.022c0.768 30.766 23.236 56.128 52.682 61.37-0.066 0.296-0.13 0.584-0.198 0.884-0.644 3.248-1.632 6.542-2.556 9.942-0.934 3.388-1.894 6.876-2.88 10.454-0.516 1.78-0.934 3.602-1.546 5.406-0.596 1.802-1.202 3.628-1.81 5.476-1.218 3.682-2.464 7.45-3.736 11.294-0.316 0.958-0.634 1.924-0.956 2.892-0.37 0.954-0.74 1.914-1.114 2.876-0.746 1.924-1.5 3.868-2.26 5.83-1.52 3.904-3.070 7.882-4.646 11.93-1.768 3.96-3.566 7.99-5.392 12.080-0.908 2.038-1.824 4.090-2.746 6.156-0.932 2.060-2.036 4.072-3.052 6.126-2.070 4.084-4.17 8.222-6.294 12.412-2.202 4.142-4.654 8.224-6.998 12.392-1.184 2.074-2.374 4.16-3.57 6.256-1.21 2.086-2.586 4.102-3.876 6.166-2.616 4.098-5.256 8.232-7.918 12.402-11.234 16.298-23.632 32.398-37.33 47.638-13.874 15.104-28.842 29.404-44.598 42.548-15.974 12.928-32.686 24.65-49.676 35.022-17.13 10.194-34.6 18.838-51.734 26.258-4.35 1.7-8.662 3.382-12.934 5.050-2.136 0.812-4.216 1.71-6.36 2.444-2.146 0.714-4.28 1.428-6.404 2.136-4.25 1.386-8.382 2.888-12.548 4.142-4.184 1.174-8.314 2.332-12.392 3.474-2.038 0.55-4.026 1.19-6.054 1.662-2.030 0.458-4.044 0.914-6.044 1.368-3.978 0.91-7.896 1.806-11.748 2.688-3.888 0.686-7.71 1.36-11.462 2.022-1.868 0.33-3.716 0.658-5.546 0.98-0.914 0.162-1.824 0.324-2.728 0.484-0.916 0.112-1.828 0.222-2.734 0.332-3.612 0.448-7.148 0.882-10.604 1.31-1.72 0.216-3.422 0.432-5.102 0.644-1.674 0.226-3.364 0.266-5.010 0.408-3.292 0.238-6.498 0.472-9.616 0.7-3.11 0.218-6.11 0.524-9.058 0.508-5.848 0.132-11.32 0.256-16.38 0.372-4.664-0.168-8.948-0.324-12.818-0.462-1.914-0.054-3.726-0.108-5.432-0.156-2.122-0.134-4.108-0.26-5.958-0.378-2.13-0.138-4.060-0.266-5.82-0.38-3.256-0.51-6.592-0.782-9.99-0.782-0.466 0-0.93 0.026-1.396 0.036-0.132-0.008-0.224-0.014-0.224-0.014v0.020c-31.004 0.774-56.524 23.586-61.488 53.364-3.2-0.64-6.446-1.61-9.792-2.522-3.386-0.934-6.876-1.894-10.454-2.878-1.778-0.516-3.602-0.938-5.404-1.546-1.802-0.598-3.63-1.204-5.478-1.812-3.68-1.218-7.448-2.464-11.292-3.738-0.96-0.316-1.924-0.632-2.892-0.954-0.956-0.372-1.914-0.742-2.876-1.114-1.926-0.746-3.868-1.5-5.83-2.258-3.904-1.524-7.884-3.070-11.932-4.648-3.96-1.77-7.988-3.566-12.080-5.39-2.038-0.91-4.088-1.824-6.156-2.746-2.060-0.934-4.072-2.036-6.126-3.054-4.082-2.070-8.222-4.172-12.41-6.296-4.144-2.2-8.226-4.652-12.394-6.996-2.074-1.184-4.16-2.376-6.256-3.57-2.086-1.21-4.102-2.586-6.166-3.878-4.098-2.614-8.23-5.254-12.402-7.918-16.296-11.23-32.398-23.632-47.636-37.328-15.104-13.876-29.406-28.84-42.55-44.598-12.928-15.972-24.648-32.684-35.020-49.676-10.196-17.128-18.84-34.602-26.26-51.734-1.698-4.352-3.382-8.664-5.050-12.934-0.812-2.136-1.71-4.218-2.444-6.36-0.714-2.148-1.428-4.282-2.136-6.406-1.386-4.25-2.888-8.382-4.142-12.546-1.174-4.184-2.33-8.316-3.474-12.394-0.55-2.036-1.19-4.024-1.66-6.054-0.46-2.028-0.916-4.042-1.368-6.042-0.91-3.98-1.808-7.898-2.688-11.75-0.688-3.886-1.362-7.71-2.024-11.46-0.33-1.868-0.656-3.718-0.98-5.546-0.162-0.914-0.324-1.824-0.484-2.73-0.11-0.914-0.222-1.828-0.332-2.734-0.446-3.61-0.882-7.148-1.31-10.602-0.216-1.722-0.432-3.422-0.642-5.102-0.226-1.676-0.268-3.364-0.41-5.012-0.238-3.29-0.472-6.496-0.7-9.614-0.218-3.11-0.524-6.11-0.508-9.058-0.132-5.848-0.256-11.32-0.372-16.382 0.168-4.664 0.324-8.946 0.462-12.816 0.054-1.914 0.108-3.726 0.156-5.434 0.134-2.122 0.26-4.106 0.378-5.958 0.138-2.128 0.266-4.058 0.38-5.82 0.496-3.26 0.766-6.596 0.766-9.994 0-0.466-0.026-0.93-0.036-1.396 0.008-0.132 0.016-0.224 0.016-0.224h-0.022c-0.78-31.38-24.134-57.154-54.44-61.674z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner10"],"defaultCode":59779,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":132,"order":136,"ligatures":"","prevSize":32,"name":"spinner10","code":59780},"setIdx":0,"setId":0,"iconIdx":132},{"icon":{"paths":["M1024 384h-384l143.53-143.53c-72.53-72.526-168.96-112.47-271.53-112.47s-199 39.944-271.53 112.47c-72.526 72.53-112.47 168.96-112.47 271.53s39.944 199 112.47 271.53c72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.528-112.472c6.056-6.054 11.86-12.292 17.456-18.668l96.32 84.282c-93.846 107.166-231.664 174.858-385.304 174.858-282.77 0-512-229.23-512-512s229.23-512 512-512c141.386 0 269.368 57.326 362.016 149.984l149.984-149.984v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner11"],"defaultCode":59780,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":133,"order":137,"ligatures":"","prevSize":32,"name":"spinner11","code":59781},"setIdx":0,"setId":0,"iconIdx":133},{"icon":{"paths":["M64 0h384v64h-384zM576 0h384v64h-384zM952 320h-56v-256h-256v256h-256v-256h-256v256h-56c-39.6 0-72 32.4-72 72v560c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-376h128v376c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-560c0-39.6-32.4-72-72-72zM348 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32zM544 512h-64c-17.6 0-32-14.4-32-32s14.4-32 32-32h64c17.6 0 32 14.4 32 32s-14.4 32-32 32zM924 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["binoculars"],"defaultCode":59781,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":134,"order":138,"ligatures":"","prevSize":32,"name":"binoculars","code":59782},"setIdx":0,"setId":0,"iconIdx":134},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["search"],"defaultCode":59782,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":135,"order":139,"ligatures":"","prevSize":32,"name":"search","code":59783},"setIdx":0,"setId":0,"iconIdx":135},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM448 192h-128v128h-128v128h128v128h128v-128h128v-128h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["zoom-in"],"defaultCode":59783,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":136,"order":140,"ligatures":"","prevSize":32,"name":"zoom-in","code":59784},"setIdx":0,"setId":0,"iconIdx":136},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM192 320h384v128h-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["zoom-out"],"defaultCode":59784,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":137,"order":141,"ligatures":"","prevSize":32,"name":"zoom-out","code":59785},"setIdx":0,"setId":0,"iconIdx":137},{"icon":{"paths":["M1024 0h-416l160 160-192 192 96 96 192-192 160 160zM1024 1024v-416l-160 160-192-192-96 96 192 192-160 160zM0 1024h416l-160-160 192-192-96-96-192 192-160-160zM0 0v416l160-160 192 192 96-96-192-192 160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["enlarge"],"defaultCode":59785,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":138,"order":142,"ligatures":"","prevSize":32,"name":"enlarge","code":59786},"setIdx":0,"setId":0,"iconIdx":138},{"icon":{"paths":["M576 448h416l-160-160 192-192-96-96-192 192-160-160zM576 576v416l160-160 192 192 96-96-192-192 160-160zM448 575.996h-416l160 160-192 192 96 96 192-192 160 160zM448 448v-416l-160 160-192-192-96 96 192 192-160 160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shrink"],"defaultCode":59786,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":139,"order":143,"ligatures":"","prevSize":32,"name":"shrink","code":59787},"setIdx":0,"setId":0,"iconIdx":139},{"icon":{"paths":["M1024 0v416l-160-160-192 192-96-96 192-192-160-160zM448 672l-192 192 160 160h-416v-416l160 160 192-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["enlarge2"],"defaultCode":59787,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":140,"order":144,"ligatures":"","prevSize":32,"name":"enlarge2","code":59788},"setIdx":0,"setId":0,"iconIdx":140},{"icon":{"paths":["M448 576v416l-160-160-192 192-96-96 192-192-160-160zM1024 96l-192 192 160 160h-416v-416l160 160 192-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shrink2"],"defaultCode":59788,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":141,"order":145,"ligatures":"","prevSize":32,"name":"shrink2","code":59789},"setIdx":0,"setId":0,"iconIdx":141},{"icon":{"paths":["M704 0c-176.73 0-320 143.268-320 320 0 20.026 1.858 39.616 5.376 58.624l-389.376 389.376v192c0 35.346 28.654 64 64 64h64v-64h128v-128h128v-128h128l83.042-83.042c34.010 12.316 70.696 19.042 108.958 19.042 176.73 0 320-143.268 320-320s-143.27-320-320-320zM799.874 320.126c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["key"],"defaultCode":59789,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":142,"order":146,"ligatures":"","prevSize":32,"name":"key","code":59790},"setIdx":0,"setId":0,"iconIdx":142},{"icon":{"paths":["M1002.132 314.242l-101.106-101.104c-24.792-24.794-65.37-65.368-90.162-90.164l-101.106-101.104c-24.792-24.794-68.954-29.166-98.13-9.716l-276.438 184.292c-29.176 19.452-40.218 61.028-24.536 92.39l70.486 140.974c2.154 4.306 4.646 8.896 7.39 13.66l-356.53 356.53-32 224h192v-64h128v-128h128v-128h128v-71.186c6.396 3.812 12.534 7.216 18.192 10.044l140.97 70.488c31.366 15.682 72.94 4.638 92.39-24.538l184.294-276.44c19.454-29.172 15.078-73.33-9.714-98.126zM150.628 854.626l-45.254-45.254 311.572-311.57 45.254 45.254-311.572 311.57zM917.020 423.764l-45.256 45.256c-12.446 12.444-32.808 12.444-45.254 0l-271.53-271.53c-12.446-12.444-12.446-32.81 0-45.254l45.256-45.256c12.446-12.444 32.808-12.444 45.254 0l271.53 271.53c12.446 12.444 12.446 32.81 0 45.254z"],"isMulticolor":false,"isMulticolor2":false,"tags":["key2"],"defaultCode":59790,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":143,"order":147,"ligatures":"","prevSize":32,"name":"key2","code":59791},"setIdx":0,"setId":0,"iconIdx":143},{"icon":{"paths":["M592 448h-16v-192c0-105.87-86.13-192-192-192h-128c-105.87 0-192 86.13-192 192v192h-16c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h544c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48zM192 256c0-35.29 28.71-64 64-64h128c35.29 0 64 28.71 64 64v192h-256v-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lock1"],"defaultCode":59791,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":144,"order":148,"ligatures":"","prevSize":32,"name":"lock1","code":59792},"setIdx":0,"setId":0,"iconIdx":144},{"icon":{"paths":["M768 64c105.87 0 192 86.13 192 192v192h-128v-192c0-35.29-28.71-64-64-64h-128c-35.29 0-64 28.71-64 64v192h16c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48h-544c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h400v-192c0-105.87 86.13-192 192-192h128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["unlocked"],"defaultCode":59792,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":145,"order":149,"ligatures":"","prevSize":32,"name":"unlocked","code":59793},"setIdx":0,"setId":0,"iconIdx":145},{"icon":{"paths":["M1002.934 817.876l-460.552-394.76c21.448-40.298 33.618-86.282 33.618-135.116 0-159.058-128.942-288-288-288-29.094 0-57.172 4.332-83.646 12.354l166.39 166.39c24.89 24.89 24.89 65.62 0 90.51l-101.49 101.49c-24.89 24.89-65.62 24.89-90.51 0l-166.39-166.39c-8.022 26.474-12.354 54.552-12.354 83.646 0 159.058 128.942 288 288 288 48.834 0 94.818-12.17 135.116-33.62l394.76 460.552c22.908 26.724 62.016 28.226 86.904 3.338l101.492-101.492c24.888-24.888 23.386-63.994-3.338-86.902z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wrench"],"defaultCode":59793,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":146,"order":150,"ligatures":"","prevSize":32,"name":"wrench","code":59794},"setIdx":0,"setId":0,"iconIdx":146},{"icon":{"paths":["M448 128v-16c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576zM256 256v-128h128v128h-128zM832 432c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-576v128h576v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h192v-128h-192v-16zM640 576v-128h128v128h-128zM448 752c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576v-16zM256 896v-128h128v128h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["equalizer"],"defaultCode":59794,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":147,"order":151,"ligatures":"","prevSize":32,"name":"equalizer","code":59795},"setIdx":0,"setId":0,"iconIdx":147},{"icon":{"paths":["M896 448h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576zM768 256h128v128h-128v-128zM592 832c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-576h-128v576h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v192h128v-192h16zM448 640h128v128h-128v-128zM272 448c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576h16zM128 256h128v128h-128v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["equalizer2"],"defaultCode":59795,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":148,"order":152,"ligatures":"","prevSize":32,"name":"equalizer2","code":59796},"setIdx":0,"setId":0,"iconIdx":148},{"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.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 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"],"isMulticolor":false,"isMulticolor2":false,"tags":["cog"],"defaultCode":59796,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":149,"order":153,"ligatures":"","prevSize":32,"name":"cog","code":59797},"setIdx":0,"setId":0,"iconIdx":149},{"icon":{"paths":["M363.722 722.052l41.298-57.816-45.254-45.256-57.818 41.296c-10.722-5.994-22.204-10.774-34.266-14.192l-11.682-70.084h-64l-11.68 70.086c-12.062 3.418-23.544 8.198-34.266 14.192l-57.818-41.298-45.256 45.256 41.298 57.816c-5.994 10.72-10.774 22.206-14.192 34.266l-70.086 11.682v64l70.086 11.682c3.418 12.060 8.198 23.544 14.192 34.266l-41.298 57.816 45.254 45.256 57.818-41.296c10.722 5.994 22.204 10.774 34.266 14.192l11.682 70.084h64l11.68-70.086c12.062-3.418 23.544-8.198 34.266-14.192l57.818 41.296 45.254-45.256-41.298-57.816c5.994-10.72 10.774-22.206 14.192-34.266l70.088-11.68v-64l-70.086-11.682c-3.418-12.060-8.198-23.544-14.192-34.266zM224 864c-35.348 0-64-28.654-64-64s28.652-64 64-64 64 28.654 64 64-28.652 64-64 64zM1024 384v-64l-67.382-12.25c-1.242-8.046-2.832-15.978-4.724-23.79l57.558-37.1-24.492-59.128-66.944 14.468c-4.214-6.91-8.726-13.62-13.492-20.13l39.006-56.342-45.256-45.254-56.342 39.006c-6.512-4.766-13.22-9.276-20.13-13.494l14.468-66.944-59.128-24.494-37.1 57.558c-7.812-1.892-15.744-3.482-23.79-4.724l-12.252-67.382h-64l-12.252 67.382c-8.046 1.242-15.976 2.832-23.79 4.724l-37.098-57.558-59.128 24.492 14.468 66.944c-6.91 4.216-13.62 8.728-20.13 13.494l-56.342-39.006-45.254 45.254 39.006 56.342c-4.766 6.51-9.278 13.22-13.494 20.13l-66.944-14.468-24.492 59.128 57.558 37.1c-1.892 7.812-3.482 15.742-4.724 23.79l-67.384 12.252v64l67.382 12.25c1.242 8.046 2.832 15.978 4.724 23.79l-57.558 37.1 24.492 59.128 66.944-14.468c4.216 6.91 8.728 13.618 13.494 20.13l-39.006 56.342 45.254 45.256 56.342-39.006c6.51 4.766 13.22 9.276 20.13 13.492l-14.468 66.944 59.128 24.492 37.102-57.558c7.81 1.892 15.742 3.482 23.788 4.724l12.252 67.384h64l12.252-67.382c8.044-1.242 15.976-2.832 23.79-4.724l37.1 57.558 59.128-24.492-14.468-66.944c6.91-4.216 13.62-8.726 20.13-13.492l56.342 39.006 45.256-45.256-39.006-56.342c4.766-6.512 9.276-13.22 13.492-20.13l66.944 14.468 24.492-59.13-57.558-37.1c1.892-7.812 3.482-15.742 4.724-23.79l67.382-12.25zM672 491.2c-76.878 0-139.2-62.322-139.2-139.2s62.32-139.2 139.2-139.2 139.2 62.322 139.2 139.2c0 76.878-62.32 139.2-139.2 139.2z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cogs"],"defaultCode":59797,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":150,"order":154,"ligatures":"","prevSize":32,"name":"cogs","code":59798},"setIdx":0,"setId":0,"iconIdx":150},{"icon":{"paths":["M1009.996 828.976l-301.544-301.544c-18.668-18.668-49.214-18.668-67.882 0l-22.626 22.626-184-184 302.056-302.058h-320l-142.058 142.058-14.060-14.058h-67.882v67.882l14.058 14.058-206.058 206.060 160 160 206.058-206.058 184 184-22.626 22.626c-18.668 18.668-18.668 49.214 0 67.882l301.544 301.544c18.668 18.668 49.214 18.668 67.882 0l113.136-113.136c18.67-18.666 18.67-49.214 0.002-67.882z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hammer"],"defaultCode":59798,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":151,"order":155,"ligatures":"","prevSize":32,"name":"hammer","code":59799},"setIdx":0,"setId":0,"iconIdx":151},{"icon":{"paths":["M256 192l-128-128h-64v64l128 128zM320 0h64v128h-64zM576 320h128v64h-128zM640 128v-64h-64l-128 128 64 64zM0 320h128v64h-128zM320 576h64v128h-64zM64 576v64h64l128-128-64-64zM1010 882l-636.118-636.118c-18.668-18.668-49.214-18.668-67.882 0l-60.118 60.118c-18.668 18.668-18.668 49.214 0 67.882l636.118 636.118c18.668 18.668 49.214 18.668 67.882 0l60.118-60.118c18.668-18.668 18.668-49.214 0-67.882zM480 544l-192-192 64-64 192 192-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["magic-wand"],"defaultCode":59799,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":152,"order":156,"ligatures":"","prevSize":32,"name":"magic-wand","code":59800},"setIdx":0,"setId":0,"iconIdx":152},{"icon":{"paths":["M896 256h-192v-128c0-35.2-28.8-64-64-64h-256c-35.2 0-64 28.8-64 64v128h-192c-70.4 0-128 57.6-128 128v512c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-512c0-70.4-57.6-128-128-128zM384 128h256v128h-256v-128zM768 704h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["aid-kit"],"defaultCode":59800,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":153,"order":157,"ligatures":"","prevSize":32,"name":"aid-kit","code":59801},"setIdx":0,"setId":0,"iconIdx":153},{"icon":{"paths":["M1024 576v-64h-193.29c-5.862-72.686-31.786-139.026-71.67-192.25h161.944l70.060-280.24-62.090-15.522-57.94 231.76h-174.68c-0.892-0.694-1.796-1.374-2.698-2.056 6.71-19.502 10.362-40.422 10.362-62.194 0.002-105.76-85.958-191.498-191.998-191.498s-192 85.738-192 191.5c0 21.772 3.65 42.692 10.362 62.194-0.9 0.684-1.804 1.362-2.698 2.056h-174.68l-57.94-231.76-62.090 15.522 70.060 280.24h161.944c-39.884 53.222-65.806 119.562-71.668 192.248h-193.29v64h193.37c3.802 45.664 15.508 88.812 33.638 127.75h-123.992l-70.060 280.238 62.090 15.524 57.94-231.762h112.354c58.692 78.032 147.396 127.75 246.66 127.75s187.966-49.718 246.662-127.75h112.354l57.94 231.762 62.090-15.524-70.060-280.238h-123.992c18.13-38.938 29.836-82.086 33.636-127.75h193.37z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bug"],"defaultCode":59801,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":154,"order":158,"ligatures":"","prevSize":32,"name":"bug","code":59802},"setIdx":0,"setId":0,"iconIdx":154},{"icon":{"paths":["M448 576v-448c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448c0-72.034-17.028-140.084-47.236-200.382l-400.764 200.382zM912.764 247.618c-73.552-146.816-225.374-247.618-400.764-247.618v448l400.764-200.382z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pie-chart"],"defaultCode":59802,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":155,"order":159,"ligatures":"","prevSize":32,"name":"pie-chart","code":59803},"setIdx":0,"setId":0,"iconIdx":155},{"icon":{"paths":["M128 896h896v128h-1024v-1024h128zM288 832c-53.020 0-96-42.98-96-96s42.98-96 96-96c2.828 0 5.622 0.148 8.388 0.386l103.192-171.986c-9.84-15.070-15.58-33.062-15.58-52.402 0-53.020 42.98-96 96-96s96 42.98 96 96c0 19.342-5.74 37.332-15.58 52.402l103.192 171.986c2.766-0.238 5.56-0.386 8.388-0.386 2.136 0 4.248 0.094 6.35 0.23l170.356-298.122c-10.536-15.408-16.706-34.036-16.706-54.11 0-53.020 42.98-96 96-96s96 42.98 96 96c0 53.020-42.98 96-96 96-2.14 0-4.248-0.094-6.35-0.232l-170.356 298.124c10.536 15.406 16.706 34.036 16.706 54.11 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-19.34 5.74-37.332 15.578-52.402l-103.19-171.984c-2.766 0.238-5.56 0.386-8.388 0.386s-5.622-0.146-8.388-0.386l-103.192 171.986c9.84 15.068 15.58 33.060 15.58 52.4 0 53.020-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stats-dots"],"defaultCode":59803,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":156,"order":160,"ligatures":"","prevSize":32,"name":"stats-dots","code":59804},"setIdx":0,"setId":0,"iconIdx":156},{"icon":{"paths":["M0 832h1024v128h-1024zM128 576h128v192h-128zM320 320h128v448h-128zM512 512h128v256h-128zM704 128h128v640h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stats-bars"],"defaultCode":59804,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":157,"order":161,"ligatures":"","prevSize":32,"name":"stats-bars","code":59805},"setIdx":0,"setId":0,"iconIdx":157},{"icon":{"paths":["M288 384h-192c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-576c0-17.6-14.4-32-32-32zM288 960h-192v-256h192v256zM608 256h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM608 960h-192v-320h192v320zM928 128h-192c-17.6 0-32 14.4-32 32v832c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-832c0-17.6-14.4-32-32-32zM928 960h-192v-384h192v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stats-bars2"],"defaultCode":59805,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":158,"order":162,"ligatures":"","prevSize":32,"name":"stats-bars2","code":59806},"setIdx":0,"setId":0,"iconIdx":158},{"icon":{"paths":["M832 192v-128h-640v128h-192v128c0 106.038 85.958 192 192 192 20.076 0 39.43-3.086 57.62-8.802 46.174 66.008 116.608 113.796 198.38 130.396v198.406h-64c-70.694 0-128 57.306-128 128h512c0-70.694-57.306-128-128-128h-64v-198.406c81.772-16.6 152.206-64.386 198.38-130.396 18.19 5.716 37.544 8.802 57.62 8.802 106.042 0 192-85.962 192-192v-128h-192zM192 436c-63.962 0-116-52.038-116-116v-64h116v64c0 40.186 7.43 78.632 20.954 114.068-6.802 1.246-13.798 1.932-20.954 1.932zM948 320c0 63.962-52.038 116-116 116-7.156 0-14.152-0.686-20.954-1.932 13.524-35.436 20.954-73.882 20.954-114.068v-64h116v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["trophy"],"defaultCode":59806,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":159,"order":163,"ligatures":"","prevSize":32,"name":"trophy","code":59807},"setIdx":0,"setId":0,"iconIdx":159},{"icon":{"paths":["M771.516 320c18.126-12.88 35.512-27.216 51.444-43.148 33.402-33.402 55.746-74.5 62.912-115.722 7.858-45.186-3.672-87.14-31.63-115.1-22.3-22.298-52.51-34.086-87.364-34.086-49.632 0-101.922 23.824-143.46 65.362-66.476 66.476-105.226 158.238-126.076 223.722-15.44-65.802-46.206-154.644-106.018-214.458-32.094-32.092-73.114-48.57-111.846-48.57-31.654 0-61.78 11.004-84.26 33.486-49.986 49.988-43.232 137.786 15.086 196.104 20.792 20.792 45.098 38.062 70.72 52.412h-217.024v256h64v448h768v-448.002h64v-256h-188.484zM674.326 128.218c27.724-27.724 62.322-44.274 92.55-44.274 10.7 0 25.708 2.254 36.45 12.998 26.030 26.028 11.412 86.308-31.28 128.998-43.946 43.946-103.060 74.168-154.432 94.060h-50.672c18.568-57.548 52.058-136.456 107.384-191.782zM233.934 160.89c-0.702-9.12-0.050-26.248 12.196-38.494 10.244-10.244 23.788-12.396 33.348-12.396v0c21.258 0 43.468 10.016 60.932 27.48 33.872 33.872 61.766 87.772 80.668 155.876 0.51 1.84 1.008 3.67 1.496 5.486-1.816-0.486-3.646-0.984-5.486-1.496-68.104-18.904-122.002-46.798-155.874-80.67-15.828-15.826-25.77-36.16-27.28-55.786zM448 960h-256v-416h256v416zM448 512h-320v-128h320v128zM832 960h-256v-416h256v416zM896 512h-320v-128h320v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["gift"],"defaultCode":59807,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":160,"order":164,"ligatures":"","prevSize":32,"name":"gift","code":59808},"setIdx":0,"setId":0,"iconIdx":160},{"icon":{"paths":["M777.784 16.856c-5.576-10.38-16.406-16.856-28.19-16.856h-475.188c-11.784 0-22.614 6.476-28.19 16.856-35.468 66.020-54.216 143.184-54.216 223.144 0 105.412 32.372 204.828 91.154 279.938 45.428 58.046 102.48 96.54 164.846 112.172v327.89h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-327.89c62.368-15.632 119.418-54.124 164.846-112.172 58.782-75.11 91.154-174.526 91.154-279.938 0-79.96-18.748-157.122-54.216-223.144zM294.1 64h435.8c24.974 52.902 38.1 113.338 38.1 176 0 5.364-0.108 10.696-0.296 16h-511.406c-0.19-5.304-0.296-10.636-0.296-16-0.002-62.664 13.126-123.098 38.098-176z"],"isMulticolor":false,"isMulticolor2":false,"tags":["glass"],"defaultCode":59808,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":161,"order":165,"ligatures":"","prevSize":32,"name":"glass","code":59809},"setIdx":0,"setId":0,"iconIdx":161},{"icon":{"paths":["M889.162 179.77c7.568-9.632 8.972-22.742 3.62-33.758-5.356-11.018-16.532-18.012-28.782-18.012h-704c-12.25 0-23.426 6.994-28.78 18.012-5.356 11.018-3.95 24.126 3.618 33.758l313.162 398.57v381.66h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-381.66l313.162-398.57zM798.162 192l-100.572 128h-371.18l-100.57-128h572.322z"],"isMulticolor":false,"isMulticolor2":false,"tags":["glass2"],"defaultCode":59809,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":162,"order":166,"ligatures":"","prevSize":32,"name":"glass2","code":59810},"setIdx":0,"setId":0,"iconIdx":162},{"icon":{"paths":["M960 320h-192v-96c0-88.366-171.922-160-384-160s-384 71.634-384 160v640c0 88.366 171.922 160 384 160s384-71.634 384-160v-96h192c35.346 0 64-28.654 64-64v-320c0-35.346-28.654-64-64-64zM176.056 258.398c-36.994-12.19-59.408-25.246-71.41-34.398 12.004-9.152 34.416-22.208 71.41-34.398 57.942-19.090 131.79-29.602 207.944-29.602s150.004 10.512 207.944 29.602c36.994 12.188 59.408 25.246 71.41 34.398-12.002 9.152-34.416 22.208-71.41 34.398-57.94 19.090-131.79 29.602-207.944 29.602s-150.002-10.512-207.944-29.602zM896 640h-128v-192h128v192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mug"],"defaultCode":59810,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":163,"order":167,"ligatures":"","prevSize":32,"name":"mug","code":59811},"setIdx":0,"setId":0,"iconIdx":163},{"icon":{"paths":["M224 0c-106.040 0-192 100.288-192 224 0 105.924 63.022 194.666 147.706 217.998l-31.788 518.124c-2.154 35.132 24.882 63.878 60.082 63.878h32c35.2 0 62.236-28.746 60.082-63.878l-31.788-518.124c84.684-23.332 147.706-112.074 147.706-217.998 0-123.712-85.96-224-192-224zM869.334 0l-53.334 320h-40l-26.666-320h-26.668l-26.666 320h-40l-53.334-320h-26.666v416c0 17.672 14.326 32 32 32h83.338l-31.42 512.122c-2.154 35.132 24.882 63.878 60.082 63.878h32c35.2 0 62.236-28.746 60.082-63.878l-31.42-512.122h83.338c17.674 0 32-14.328 32-32v-416h-26.666z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spoon-knife"],"defaultCode":59811,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":164,"order":168,"ligatures":"","prevSize":32,"name":"spoon-knife","code":59812},"setIdx":0,"setId":0,"iconIdx":164},{"icon":{"paths":["M1011.328 134.496c-110.752-83.928-281.184-134.034-455.91-134.034-216.12 0-392.226 75.456-483.16 207.020-42.708 61.79-66.33 134.958-70.208 217.474-3.454 73.474 8.884 154.726 36.684 242.146 94.874-284.384 359.82-507.102 665.266-507.102 0 0-285.826 75.232-465.524 308.192-0.112 0.138-2.494 3.090-6.614 8.698-36.080 48.278-67.538 103.162-91.078 165.328-39.87 94.83-76.784 224.948-76.784 381.782h128c0 0-19.43-122.222 14.36-262.79 55.89 7.556 105.858 11.306 150.852 11.306 117.678 0 201.37-25.46 263.388-80.124 55.568-48.978 86.198-114.786 118.624-184.456 49.524-106.408 105.654-227.010 268.654-320.152 9.33-5.332 15.362-14.992 16.056-25.716s-4.040-21.080-12.606-27.572z"],"isMulticolor":false,"isMulticolor2":false,"tags":["leaf"],"defaultCode":59812,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":165,"order":169,"ligatures":"","prevSize":32,"name":"leaf","code":59813},"setIdx":0,"setId":0,"iconIdx":165},{"icon":{"paths":["M704 64l-320 320h-192l-192 256c0 0 203.416-56.652 322.066-30.084l-322.066 414.084 421.902-328.144c58.838 134.654-37.902 328.144-37.902 328.144l256-192v-192l320-320 64-320-320 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rocket"],"defaultCode":59813,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":166,"order":170,"ligatures":"","prevSize":32,"name":"rocket","code":59814},"setIdx":0,"setId":0,"iconIdx":166},{"icon":{"paths":["M512 64c282.77 0 512 229.23 512 512 0 192.792-106.576 360.666-264.008 448h-495.984c-157.432-87.334-264.008-255.208-264.008-448 0-282.77 229.23-512 512-512zM801.914 865.914c77.438-77.44 120.086-180.398 120.086-289.914h-90v-64h85.038c-7.014-44.998-21.39-88.146-42.564-128h-106.474v-64h64.284c-9.438-11.762-19.552-23.096-30.37-33.914-46.222-46.22-101.54-80.038-161.914-99.798v69.712h-64v-85.040c-20.982-3.268-42.36-4.96-64-4.96s-43.018 1.69-64 4.96v85.040h-64v-69.712c-60.372 19.76-115.692 53.576-161.914 99.798-10.818 10.818-20.932 22.152-30.37 33.914h64.284v64h-106.476c-21.174 39.854-35.552 83.002-42.564 128h85.040v64h-90c0 109.516 42.648 212.474 120.086 289.914 10.71 10.71 21.924 20.728 33.56 30.086h192.354l36.572-512h54.856l36.572 512h192.354c11.636-9.358 22.852-19.378 33.56-30.086z"],"isMulticolor":false,"isMulticolor2":false,"tags":["meter"],"defaultCode":59814,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":167,"order":171,"ligatures":"","prevSize":32,"name":"meter","code":59815},"setIdx":0,"setId":0,"iconIdx":167},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM302.836 834.152c11.106-30.632 17.164-63.688 17.164-98.152 0-124.35-78.81-230.292-189.208-270.606 10.21-84.924 48.254-163.498 109.678-224.924 72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.53 112.47c61.428 61.426 99.468 140 109.682 224.924-110.402 40.314-189.212 146.256-189.212 270.606 0 34.468 6.060 67.52 17.166 98.15-61.706 40.242-133.77 61.85-209.166 61.85-75.394 0-147.458-21.608-209.164-61.848zM551.754 640.996c13.878 3.494 24.246 16.080 24.246 31.004v64c0 17.6-14.4 32-32 32h-64c-17.6 0-32-14.4-32-32v-64c0-14.924 10.368-27.51 24.246-31.004l23.754-448.996h32l23.754 448.996z"],"isMulticolor":false,"isMulticolor2":false,"tags":["meter2"],"defaultCode":59815,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":168,"order":172,"ligatures":"","prevSize":32,"name":"meter2","code":59816},"setIdx":0,"setId":0,"iconIdx":168},{"icon":{"paths":["M1010.174 915.75l-548.634-499.458 25.534-25.598c20.894-20.954 32.188-48.030 33.918-75.61 1.002-0.45 2.002-0.912 2.958-1.442l102.99-64.402c13.934-16.392 12.916-42.268-2.284-57.502l-179.12-179.608c-15.19-15.234-40.998-16.262-57.344-2.284l-64.236 103.268c-0.526 0.966-0.99 1.966-1.44 2.974-27.502 1.736-54.5 13.056-75.398 34.006l-97.428 97.702c-20.898 20.956-32.184 48.026-33.918 75.604-1.004 0.45-2.004 0.916-2.964 1.446l-102.986 64.406c-13.942 16.39-12.916 42.264 2.276 57.496l179.12 179.604c15.194 15.238 40.996 16.262 57.35 2.286l64.228-103.27c0.528-0.958 0.988-1.96 1.442-2.966 27.502-1.738 54.504-13.050 75.398-34.004l28.292-28.372 498.122 550.114c14.436 15.944 36.7 18.518 49.474 5.712l50.356-50.488c12.764-12.808 10.196-35.132-5.706-49.614z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hammer2"],"defaultCode":59816,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":169,"order":173,"ligatures":"","prevSize":32,"name":"hammer2","code":59817},"setIdx":0,"setId":0,"iconIdx":169},{"icon":{"paths":["M321.008 1024c-68.246-142.008-31.902-223.378 20.55-300.044 57.44-83.956 72.244-167.066 72.244-167.066s45.154 58.7 27.092 150.508c79.772-88.8 94.824-230.28 82.782-284.464 180.314 126.012 257.376 398.856 153.522 601.066 552.372-312.532 137.398-780.172 65.154-832.85 24.082 52.676 28.648 141.85-20 185.126-82.352-312.276-285.972-376.276-285.972-376.276 24.082 161.044-87.296 337.144-194.696 468.73-3.774-64.216-7.782-108.528-41.55-169.98-7.58 116.656-96.732 211.748-120.874 328.628-32.702 158.286 24.496 274.18 241.748 396.622z"],"isMulticolor":false,"isMulticolor2":false,"tags":["fire"],"defaultCode":59817,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":170,"order":174,"ligatures":"","prevSize":32,"name":"fire","code":59818},"setIdx":0,"setId":0,"iconIdx":170},{"icon":{"paths":["M956.29 804.482l-316.29-527.024v-213.458h32c17.6 0 32-14.4 32-32s-14.4-32-32-32h-320c-17.6 0-32 14.4-32 32s14.4 32 32 32h32v213.458l-316.288 527.024c-72.442 120.734-16.512 219.518 124.288 219.518h640c140.8 0 196.73-98.784 124.29-219.518zM241.038 640l206.962-344.938v-231.062h128v231.062l206.964 344.938h-541.926z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lab"],"defaultCode":59818,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":171,"order":175,"ligatures":"","prevSize":32,"name":"lab","code":59819},"setIdx":0,"setId":0,"iconIdx":171},{"icon":{"paths":["M896 0h-256l64 576c0 106.040-85.96 192-192 192s-192-85.96-192-192l64-576h-256l-64 576c0 247.424 200.576 448 448 448s448-200.576 448-448l-64-576zM777.874 841.874c-71.018 71.014-165.44 110.126-265.874 110.126s-194.856-39.112-265.872-110.126c-70.116-70.118-109.13-163.048-110.11-262.054l36.092-324.82h111.114l-35.224 317.010v3.99c0 70.518 27.46 136.814 77.324 186.676 49.862 49.864 116.158 77.324 186.676 77.324s136.814-27.46 186.676-77.324c49.864-49.862 77.324-116.158 77.324-186.676v-3.988l-0.44-3.962-34.782-313.050h111.114l36.090 324.818c-0.98 99.006-39.994 191.938-110.108 262.056z"],"isMulticolor":false,"isMulticolor2":false,"tags":["magnet"],"defaultCode":59819,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":172,"order":176,"ligatures":"","prevSize":32,"name":"magnet","code":59820},"setIdx":0,"setId":0,"iconIdx":172},{"icon":{"paths":["M128 320v640c0 35.2 28.8 64 64 64h576c35.2 0 64-28.8 64-64v-640h-704zM320 896h-64v-448h64v448zM448 896h-64v-448h64v448zM576 896h-64v-448h64v448zM704 896h-64v-448h64v448zM848 128h-208v-80c0-26.4-21.6-48-48-48h-224c-26.4 0-48 21.6-48 48v80h-208c-26.4 0-48 21.6-48 48v80h832v-80c0-26.4-21.6-48-48-48zM576 128h-192v-63.198h192v63.198z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bin"],"defaultCode":59820,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":173,"order":177,"ligatures":"","prevSize":32,"name":"bin","code":59821},"setIdx":0,"setId":0,"iconIdx":173},{"icon":{"paths":["M192 1024h640l64-704h-768zM640 128v-128h-256v128h-320v192l64-64h768l64 64v-192h-320zM576 128h-128v-64h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bin2"],"defaultCode":59821,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":174,"order":178,"ligatures":"","prevSize":32,"name":"bin2","code":59822},"setIdx":0,"setId":0,"iconIdx":174},{"icon":{"paths":["M960 256h-256v-64c0-35.2-28.8-64-64-64h-256c-35.204 0-64 28.8-64 64v64h-256c-35.2 0-64 28.8-64 64v576c0 35.202 28.796 64 64 64h896c35.2 0 64-28.798 64-64v-576c0-35.2-28.8-64-64-64zM384 192.116c0.034-0.040 0.074-0.082 0.114-0.116h255.772c0.042 0.034 0.082 0.076 0.118 0.116v63.884h-256.004v-63.884zM960 512h-128v96c0 17.602-14.4 32-32 32h-64c-17.604 0-32-14.398-32-32v-96h-384v96c0 17.602-14.4 32-32 32h-64c-17.602 0-32-14.398-32-32v-96h-128v-64h896v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["briefcase"],"defaultCode":59822,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":175,"order":179,"ligatures":"","prevSize":32,"name":"briefcase","code":59823},"setIdx":0,"setId":0,"iconIdx":175},{"icon":{"paths":["M768 639.968l-182.82-182.822 438.82-329.15-128.010-127.996-548.52 219.442-172.7-172.706c-49.78-49.778-119.302-61.706-154.502-26.508-35.198 35.198-23.268 104.726 26.51 154.5l172.686 172.684-219.464 548.582 127.99 128.006 329.19-438.868 182.826 182.828v255.98h127.994l63.992-191.988 191.988-63.996v-127.992l-255.98 0.004z"],"isMulticolor":false,"isMulticolor2":false,"tags":["airplane"],"defaultCode":59823,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":176,"order":180,"ligatures":"","prevSize":32,"name":"airplane","code":59824},"setIdx":0,"setId":0,"iconIdx":176},{"icon":{"paths":["M1024 576l-128-256h-192v-128c0-35.2-28.8-64-64-64h-576c-35.2 0-64 28.8-64 64v512l64 64h81.166c-10.898 18.832-17.166 40.678-17.166 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.268-45.168-17.166-64h354.334c-10.898 18.832-17.168 40.678-17.168 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.27-45.168-17.168-64h81.168v-192zM704 576v-192h132.668l96 192h-228.668z"],"isMulticolor":false,"isMulticolor2":false,"tags":["truck"],"defaultCode":59824,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":177,"order":181,"ligatures":"","prevSize":32,"name":"truck","code":59825},"setIdx":0,"setId":0,"iconIdx":177},{"icon":{"paths":["M704 1024h320l-256-1024h-192l32 256h-192l32-256h-192l-256 1024h320l32-256h320l32 256zM368 640l32-256h224l32 256h-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["road"],"defaultCode":59825,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":178,"order":182,"ligatures":"","prevSize":32,"name":"road","code":59826},"setIdx":0,"setId":0,"iconIdx":178},{"icon":{"paths":["M416 96c0-53.018 42.98-96 96-96s96 42.982 96 96c0 53.020-42.98 96-96 96s-96-42.98-96-96zM640 320l329.596-142.172-23.77-59.424-401.826 137.596h-64l-401.826-137.596-23.77 59.424 329.596 142.172v256l-131.27 424.57 59.84 22.7 185.716-415.27h27.428l185.716 415.27 59.84-22.7-131.27-424.57z"],"isMulticolor":false,"isMulticolor2":false,"tags":["accessibility"],"defaultCode":59826,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":179,"order":183,"ligatures":"","prevSize":32,"name":"accessibility","code":59827},"setIdx":0,"setId":0,"iconIdx":179},{"icon":{"paths":["M1024 448h-100.924c-27.64-178.24-168.836-319.436-347.076-347.076v-100.924h-128v100.924c-178.24 27.64-319.436 168.836-347.076 347.076h-100.924v128h100.924c27.64 178.24 168.836 319.436 347.076 347.076v100.924h128v-100.924c178.24-27.64 319.436-168.836 347.076-347.076h100.924v-128zM792.822 448h-99.762c-19.284-54.55-62.51-97.778-117.060-117.060v-99.762c107.514 24.49 192.332 109.31 216.822 216.822zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM448 231.178v99.762c-54.55 19.282-97.778 62.51-117.060 117.060h-99.762c24.49-107.512 109.31-192.332 216.822-216.822zM231.178 576h99.762c19.282 54.55 62.51 97.778 117.060 117.060v99.762c-107.512-24.49-192.332-109.308-216.822-216.822zM576 792.822v-99.762c54.55-19.284 97.778-62.51 117.060-117.060h99.762c-24.49 107.514-109.308 192.332-216.822 216.822z"],"isMulticolor":false,"isMulticolor2":false,"tags":["target"],"defaultCode":59827,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":180,"order":184,"ligatures":"","prevSize":32,"name":"target","code":59828},"setIdx":0,"setId":0,"iconIdx":180},{"icon":{"paths":["M960 0l-448 128-448-128c0 0-4.5 51.698 0 128l448 140.090 448-140.090c4.498-76.302 0-128 0-128zM72.19 195.106c23.986 250.696 113.49 672.234 439.81 828.894 326.32-156.66 415.824-578.198 439.81-828.894l-439.81 165.358-439.81-165.358z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shield"],"defaultCode":59828,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":181,"order":185,"ligatures":"","prevSize":32,"name":"shield","code":59829},"setIdx":0,"setId":0,"iconIdx":181},{"icon":{"paths":["M384 0l-384 512h384l-256 512 896-640h-512l384-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["power"],"defaultCode":59829,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":182,"order":186,"ligatures":"","prevSize":32,"name":"power","code":59830},"setIdx":0,"setId":0,"iconIdx":182},{"icon":{"paths":["M640 146.588v135.958c36.206 15.804 69.5 38.408 98.274 67.18 60.442 60.44 93.726 140.8 93.726 226.274s-33.286 165.834-93.726 226.274c-60.44 60.44-140.798 93.726-226.274 93.726s-165.834-33.286-226.274-93.726c-60.44-60.44-93.726-140.8-93.726-226.274s33.286-165.834 93.726-226.274c28.774-28.774 62.068-51.378 98.274-67.182v-135.956c-185.048 55.080-320 226.472-320 429.412 0 247.424 200.578 448 448 448 247.424 0 448-200.576 448-448 0-202.94-134.95-374.332-320-429.412zM448 0h128v512h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["switch"],"defaultCode":59830,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":183,"order":187,"ligatures":"","prevSize":32,"name":"switch","code":59831},"setIdx":0,"setId":0,"iconIdx":183},{"icon":{"paths":["M1024 282.5l-90.506-90.5-178.746 178.752-101.5-101.502 178.75-178.75-90.5-90.5-178.75 178.75-114.748-114.75-86.626 86.624 512.002 512 86.624-86.622-114.752-114.752 178.752-178.75zM794.040 673.79l-443.824-443.824c-95.818 114.904-204.52 292.454-129.396 445.216l-132.248 132.248c-31.112 31.114-31.112 82.024 0 113.136l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0l132.246-132.244c152.764 75.132 330.318-33.566 445.226-129.39z"],"isMulticolor":false,"isMulticolor2":false,"tags":["power-cord"],"defaultCode":59831,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":184,"order":188,"ligatures":"","prevSize":32,"name":"power-cord","code":59832},"setIdx":0,"setId":0,"iconIdx":184},{"icon":{"paths":["M928 128h-288c0-70.692-57.306-128-128-128-70.692 0-128 57.308-128 128h-288c-17.672 0-32 14.328-32 32v832c0 17.674 14.328 32 32 32h832c17.674 0 32-14.326 32-32v-832c0-17.672-14.326-32-32-32zM512 64c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM896 960h-768v-768h128v96c0 17.672 14.328 32 32 32h448c17.674 0 32-14.328 32-32v-96h128v768zM448 858.51l-205.254-237.254 58.508-58.51 146.746 114.744 274.742-242.744 58.514 58.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clipboard"],"defaultCode":59832,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":185,"order":189,"ligatures":"","prevSize":32,"name":"clipboard","code":59833},"setIdx":0,"setId":0,"iconIdx":185},{"icon":{"paths":["M384 832h640v128h-640zM384 448h640v128h-640zM384 64h640v128h-640zM192 0v256h-64v-192h-64v-64zM128 526v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM256 704v320h-192v-64h128v-64h-128v-64h128v-64h-128v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list-numbered"],"defaultCode":59833,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":186,"order":190,"ligatures":"","prevSize":32,"name":"list-numbered","code":59834},"setIdx":0,"setId":0,"iconIdx":186},{"icon":{"paths":["M0 0h256v256h-256zM384 64h640v128h-640zM0 384h256v256h-256zM384 448h640v128h-640zM0 768h256v256h-256zM384 832h640v128h-640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list"],"defaultCode":59834,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":187,"order":191,"ligatures":"","prevSize":32,"name":"list","code":59835},"setIdx":0,"setId":0,"iconIdx":187},{"icon":{"paths":["M384 64h640v128h-640v-128zM384 448h640v128h-640v-128zM384 832h640v128h-640v-128zM0 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 896c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list2"],"defaultCode":59835,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":188,"order":192,"ligatures":"","prevSize":32,"name":"list2","code":59836},"setIdx":0,"setId":0,"iconIdx":188},{"icon":{"paths":["M976 768h-16v-208c0-61.756-50.242-112-112-112h-272v-128h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v128h-272c-61.756 0-112 50.244-112 112v208h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48zM192 960h-128v-128h128v128zM576 960h-128v-128h128v128zM448 256v-128h128v128h-128zM960 960h-128v-128h128v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tree"],"defaultCode":59836,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":189,"order":193,"ligatures":"","prevSize":32,"name":"tree","code":59837},"setIdx":0,"setId":0,"iconIdx":189},{"icon":{"paths":["M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z"],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"defaultCode":59837,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":190,"order":194,"ligatures":"","prevSize":32,"name":"menu","code":59838},"setIdx":0,"setId":0,"iconIdx":190},{"icon":{"paths":["M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192zM992 576l192 192 192-192zM1376 512l-192-192-192 192z"],"width":1408,"isMulticolor":false,"isMulticolor2":false,"tags":["menu2"],"defaultCode":59838,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":191,"order":195,"ligatures":"","prevSize":32,"name":"menu2","code":59839},"setIdx":0,"setId":0,"iconIdx":191},{"icon":{"paths":["M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192zM992 448l192 192 192-192z"],"width":1408,"isMulticolor":false,"isMulticolor2":false,"tags":["menu3"],"defaultCode":59839,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":192,"order":196,"ligatures":"","prevSize":32,"name":"menu3","code":59840},"setIdx":0,"setId":0,"iconIdx":192},{"icon":{"paths":["M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192zM992 640l192-192 192 192z"],"width":1408,"isMulticolor":false,"isMulticolor2":false,"tags":["menu4"],"defaultCode":59840,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":193,"order":197,"ligatures":"","prevSize":32,"name":"menu4","code":59841},"setIdx":0,"setId":0,"iconIdx":193},{"icon":{"paths":["M1024 657.542c0-82.090-56.678-150.9-132.996-169.48-3.242-128.7-108.458-232.062-237.862-232.062-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.874-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848l656.262-0.012c96.138-0.184 174.008-78.212 174.008-174.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud"],"defaultCode":59841,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":194,"order":198,"ligatures":"","prevSize":32,"name":"cloud","code":59842},"setIdx":0,"setId":0,"iconIdx":194},{"icon":{"paths":["M891.004 360.060c-3.242-128.698-108.458-232.060-237.862-232.060-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.876-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848h91.76l226.51 234.51 226.51-234.51 111.482-0.012c96.138-0.184 174.008-78.21 174.008-174.446 0-82.090-56.678-150.9-132.996-169.482zM512 832l-192-192h128v-192h128v192h128l-192 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-download"],"defaultCode":59842,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":195,"order":199,"ligatures":"","prevSize":32,"name":"cloud-download","code":59843},"setIdx":0,"setId":0,"iconIdx":195},{"icon":{"paths":["M892.268 386.49c2.444-11.11 3.732-22.648 3.732-34.49 0-88.366-71.634-160-160-160-14.222 0-28.014 1.868-41.132 5.352-24.798-77.352-97.29-133.352-182.868-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.622-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.388 114.616 256 256 256h128v192h256v-192h224c88.366 0 160-71.632 160-160 0-78.72-56.854-144.162-131.732-157.51zM576 640v192h-128v-192h-160l224-224 224 224h-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-upload"],"defaultCode":59843,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":196,"order":200,"ligatures":"","prevSize":32,"name":"cloud-upload","code":59844},"setIdx":0,"setId":0,"iconIdx":196},{"icon":{"paths":["M892.268 514.49c2.442-11.108 3.732-22.646 3.732-34.49 0-88.366-71.634-160-160-160-14.224 0-28.014 1.868-41.134 5.352-24.796-77.352-97.288-133.352-182.866-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.62-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256h608c88.366 0 160-71.632 160-160 0-78.718-56.854-144.16-131.732-157.51zM416 768l-160-160 64-64 96 96 224-224 64 64-288 288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-check"],"defaultCode":59844,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":197,"order":201,"ligatures":"","prevSize":32,"name":"cloud-check","code":59845},"setIdx":0,"setId":0,"iconIdx":197},{"icon":{"paths":["M896 512h-160l-224 224-224-224h-160l-128 256v64h1024v-64l-128-256zM0 896h1024v64h-1024v-64zM576 320v-256h-128v256h-224l288 288 288-288h-224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download2"],"defaultCode":59845,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":198,"order":202,"ligatures":"","prevSize":32,"name":"download2","code":59846},"setIdx":0,"setId":0,"iconIdx":198},{"icon":{"paths":["M0 896h1024v64h-1024zM1024 768v64h-1024v-64l128-256h256v128h256v-128h256zM224 320l288-288 288 288h-224v256h-128v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload2"],"defaultCode":59846,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":199,"order":203,"ligatures":"","prevSize":32,"name":"upload2","code":59847},"setIdx":0,"setId":0,"iconIdx":199},{"icon":{"paths":["M736 448l-256 256-256-256h160v-384h192v384zM480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download3"],"defaultCode":59847,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":200,"order":204,"ligatures":"","prevSize":32,"name":"download3","code":59848},"setIdx":0,"setId":0,"iconIdx":200},{"icon":{"paths":["M480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64zM224 320l256-256 256 256h-160v320h-192v-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload3"],"defaultCode":59848,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":201,"order":205,"ligatures":"","prevSize":32,"name":"upload3","code":59849},"setIdx":0,"setId":0,"iconIdx":201},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480 0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM751.59 704c8.58-40.454 13.996-83.392 15.758-128h127.446c-3.336 44.196-13.624 87.114-30.68 128h-112.524zM208.41 384c-8.58 40.454-13.996 83.392-15.758 128h-127.444c3.336-44.194 13.622-87.114 30.678-128h112.524zM686.036 384c9.614 40.962 15.398 83.854 17.28 128h-191.316v-128h174.036zM512 320v-187.338c14.59 4.246 29.044 11.37 43.228 21.37 26.582 18.74 52.012 47.608 73.54 83.486 14.882 24.802 27.752 52.416 38.496 82.484h-155.264zM331.232 237.516c21.528-35.878 46.956-64.748 73.54-83.486 14.182-10 28.638-17.124 43.228-21.37v187.34h-155.264c10.746-30.066 23.616-57.68 38.496-82.484zM448 384v128h-191.314c1.88-44.146 7.666-87.038 17.278-128h174.036zM95.888 704c-17.056-40.886-27.342-83.804-30.678-128h127.444c1.762 44.608 7.178 87.546 15.758 128h-112.524zM256.686 576h191.314v128h-174.036c-9.612-40.96-15.398-83.854-17.278-128zM448 768v187.34c-14.588-4.246-29.044-11.372-43.228-21.37-26.584-18.74-52.014-47.61-73.54-83.486-14.882-24.804-27.75-52.418-38.498-82.484h155.266zM628.768 850.484c-21.528 35.876-46.958 64.746-73.54 83.486-14.184 9.998-28.638 17.124-43.228 21.37v-187.34h155.266c-10.746 30.066-23.616 57.68-38.498 82.484zM512 704v-128h191.314c-1.88 44.146-7.666 87.040-17.28 128h-174.034zM767.348 512c-1.762-44.608-7.178-87.546-15.758-128h112.524c17.056 40.886 27.344 83.806 30.68 128h-127.446zM830.658 320h-95.9c-18.638-58.762-44.376-110.294-75.316-151.428 42.536 20.34 81.058 47.616 114.714 81.272 21.48 21.478 40.362 44.938 56.502 70.156zM185.844 249.844c33.658-33.658 72.18-60.932 114.714-81.272-30.942 41.134-56.676 92.666-75.316 151.428h-95.898c16.138-25.218 35.022-48.678 56.5-70.156zM129.344 768h95.898c18.64 58.762 44.376 110.294 75.318 151.43-42.536-20.34-81.058-47.616-114.714-81.274-21.48-21.478-40.364-44.938-56.502-70.156zM774.156 838.156c-33.656 33.658-72.18 60.934-114.714 81.274 30.942-41.134 56.678-92.668 75.316-151.43h95.9c-16.14 25.218-35.022 48.678-56.502 70.156z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sphere"],"defaultCode":59849,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":202,"order":206,"ligatures":"","prevSize":32,"name":"sphere","code":59850},"setIdx":0,"setId":0,"iconIdx":202},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960.002c-62.958 0-122.872-13.012-177.23-36.452l233.148-262.29c5.206-5.858 8.082-13.422 8.082-21.26v-96c0-17.674-14.326-32-32-32-112.99 0-232.204-117.462-233.374-118.626-6-6.002-14.14-9.374-22.626-9.374h-128c-17.672 0-32 14.328-32 32v192c0 12.122 6.848 23.202 17.69 28.622l110.31 55.156v187.886c-116.052-80.956-192-215.432-192-367.664 0-68.714 15.49-133.806 43.138-192h116.862c8.488 0 16.626-3.372 22.628-9.372l128-128c6-6.002 9.372-14.14 9.372-22.628v-77.412c40.562-12.074 83.518-18.588 128-18.588 70.406 0 137.004 16.26 196.282 45.2-4.144 3.502-8.176 7.164-12.046 11.036-36.266 36.264-56.236 84.478-56.236 135.764s19.97 99.5 56.236 135.764c36.434 36.432 85.218 56.264 135.634 56.26 3.166 0 6.342-0.080 9.518-0.236 13.814 51.802 38.752 186.656-8.404 372.334-0.444 1.744-0.696 3.488-0.842 5.224-81.324 83.080-194.7 134.656-320.142 134.656z"],"isMulticolor":false,"isMulticolor2":false,"tags":["earth"],"defaultCode":59850,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":203,"order":207,"ligatures":"","prevSize":32,"name":"earth","code":59851},"setIdx":0,"setId":0,"iconIdx":203},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23zM256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"isMulticolor":false,"isMulticolor2":false,"tags":["link"],"defaultCode":59851,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":204,"order":208,"ligatures":"","prevSize":32,"name":"link","code":59852},"setIdx":0,"setId":0,"iconIdx":204},{"icon":{"paths":["M0 0h128v1024h-128v-1024zM832 643.002c82.624 0 154.57-19.984 192-49.5v-512c-37.43 29.518-109.376 49.502-192 49.502s-154.57-19.984-192-49.502v512c37.43 29.516 109.376 49.5 192 49.5zM608 32.528c-46.906-19.94-115.52-32.528-192-32.528-96.396 0-180.334 19.984-224 49.502v512c43.666-29.518 127.604-49.502 224-49.502 76.48 0 145.094 12.588 192 32.528v-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"defaultCode":59852,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":205,"order":209,"ligatures":"","prevSize":32,"name":"flag","code":59853},"setIdx":0,"setId":0,"iconIdx":205},{"icon":{"paths":["M665.832 327.048l-64.952-64.922-324.81 324.742c-53.814 53.792-53.814 141.048 0 194.844 53.804 53.792 141.060 53.792 194.874 0l389.772-389.708c89.714-89.662 89.714-235.062 0-324.726-89.666-89.704-235.112-89.704-324.782 0l-409.23 409.178c-0.29 0.304-0.612 0.576-0.876 0.846-125.102 125.096-125.102 327.856 0 452.906 125.054 125.056 327.868 125.056 452.988 0 0.274-0.274 0.516-0.568 0.82-0.876l0.032 0.034 279.332-279.292-64.986-64.92-279.33 279.262c-0.296 0.268-0.564 0.57-0.846 0.844-89.074 89.058-233.98 89.058-323.076 0-89.062-89.042-89.062-233.922 0-322.978 0.304-0.304 0.604-0.582 0.888-0.846l-0.046-0.060 409.28-409.166c53.712-53.738 141.144-53.738 194.886 0 53.712 53.734 53.712 141.148 0 194.84l-389.772 389.7c-17.936 17.922-47.054 17.922-64.972 0-17.894-17.886-17.894-47.032 0-64.92l324.806-324.782z"],"isMulticolor":false,"isMulticolor2":false,"tags":["attachment"],"defaultCode":59853,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":206,"order":210,"ligatures":"","prevSize":32,"name":"attachment","code":59854},"setIdx":0,"setId":0,"iconIdx":206},{"icon":{"paths":["M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye"],"defaultCode":59854,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":207,"order":211,"ligatures":"","prevSize":32,"name":"eye","code":59855},"setIdx":0,"setId":0,"iconIdx":207},{"icon":{"paths":["M1024 128h-128v-128h-128v128h-128v128h128v128h128v-128h128zM863.862 446.028c18.436 20.478 35.192 42.53 50.022 65.972-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-0.692-0.018-1.38-0.024-2.072-109.284-28.138-190.298-126.63-191.932-244.31-21.026-2.38-42.394-3.618-64.044-3.618-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-17.64-35.23-38.676-68.394-62.65-99.054-29.28 17.178-62.272 28.71-97.488 33.082zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-plus"],"defaultCode":59855,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":208,"order":212,"ligatures":"","prevSize":32,"name":"eye-plus","code":59856},"setIdx":0,"setId":0,"iconIdx":208},{"icon":{"paths":["M640 128h384v128h-384v-128zM870.32 320h-294.32v-124.388c-21.014-2.376-42.364-3.612-64-3.612-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-37.396-74.686-90.020-140.1-153.68-192zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96zM764.448 662.296c-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-30.774-5.454-60.268-15.408-87.598 3.976 2.378 7.938 4.802 11.858 7.302 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-minus"],"defaultCode":59856,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":209,"order":213,"ligatures":"","prevSize":32,"name":"eye-minus","code":59857},"setIdx":0,"setId":0,"iconIdx":209},{"icon":{"paths":["M945.942 14.058c-18.746-18.744-49.136-18.744-67.882 0l-202.164 202.164c-51.938-15.754-106.948-24.222-163.896-24.222-223.318 0-416.882 130.042-512 320 41.122 82.124 100.648 153.040 173.022 207.096l-158.962 158.962c-18.746 18.746-18.746 49.136 0 67.882 9.372 9.374 21.656 14.060 33.94 14.060s24.568-4.686 33.942-14.058l864-864c18.744-18.746 18.744-49.138 0-67.884zM416 320c42.24 0 78.082 27.294 90.92 65.196l-121.724 121.724c-37.902-12.838-65.196-48.68-65.196-90.92 0-53.020 42.98-96 96-96zM110.116 512c38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 54.89 17.286 105.738 46.7 147.418l-60.924 60.924c-52.446-36.842-97.202-83.882-131.66-138.342zM768 442c0-27.166-4.256-53.334-12.102-77.898l-321.808 321.808c24.568 7.842 50.742 12.090 77.91 12.090 141.382 0 256-114.618 256-256zM830.026 289.974l-69.362 69.362c1.264 0.786 2.53 1.568 3.786 2.368 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-38.664 0-76.902-4.76-113.962-14.040l-76.894 76.894c59.718 21.462 123.95 33.146 190.856 33.146 223.31 0 416.876-130.042 512-320-45.022-89.916-112.118-166.396-193.974-222.026z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-blocked"],"defaultCode":59857,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":210,"order":214,"ligatures":"","prevSize":32,"name":"eye-blocked","code":59858},"setIdx":0,"setId":0,"iconIdx":210},{"icon":{"paths":["M192 0v1024l320-320 320 320v-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmark"],"defaultCode":59858,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":211,"order":215,"ligatures":"","prevSize":32,"name":"bookmark","code":59859},"setIdx":0,"setId":0,"iconIdx":211},{"icon":{"paths":["M256 128v896l320-320 320 320v-896zM768 0h-640v896l64-64v-768h576z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmarks"],"defaultCode":59859,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":212,"order":216,"ligatures":"","prevSize":32,"name":"bookmarks","code":59860},"setIdx":0,"setId":0,"iconIdx":212},{"icon":{"paths":["M512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.348 0-64-28.654-64-64s28.652-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.258c24.992 24.99 24.992 65.516 0 90.508-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.99-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.518-24.992 90.508 0 24.994 24.994 24.994 65.52 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0s-24.994-65.518 0-90.508l45.256-45.258zM512 256c-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-141.384-114.616-256-256-256zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sun"],"defaultCode":59860,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":213,"order":217,"ligatures":"","prevSize":32,"name":"sun","code":59861},"setIdx":0,"setId":0,"iconIdx":213},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM128 512c0-212.078 171.922-384 384-384v768c-212.078 0-384-171.922-384-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["contrast"],"defaultCode":59861,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":214,"order":218,"ligatures":"","prevSize":32,"name":"contrast","code":59862},"setIdx":0,"setId":0,"iconIdx":214},{"icon":{"paths":["M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zM512 672v-320c88.224 0 160 71.776 160 160s-71.776 160-160 160zM512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["brightness-contrast"],"defaultCode":59862,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":215,"order":219,"ligatures":"","prevSize":32,"name":"brightness-contrast","code":59863},"setIdx":0,"setId":0,"iconIdx":215},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"isMulticolor":false,"isMulticolor2":false,"tags":["star-empty"],"defaultCode":59863,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":216,"order":220,"ligatures":"","prevSize":32,"name":"star-empty","code":59864},"setIdx":0,"setId":0,"iconIdx":216},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-0.942 0.496 0.942-570.768 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"isMulticolor":false,"isMulticolor2":false,"tags":["star-half"],"defaultCode":59864,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":217,"order":221,"ligatures":"","prevSize":32,"name":"star-half","code":59865},"setIdx":0,"setId":0,"iconIdx":217},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z"],"isMulticolor":false,"isMulticolor2":false,"tags":["star-full"],"defaultCode":59865,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":218,"order":222,"ligatures":"","prevSize":32,"name":"star-full","code":59866},"setIdx":0,"setId":0,"iconIdx":218},{"icon":{"paths":["M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z"],"isMulticolor":false,"isMulticolor2":false,"tags":["heart"],"defaultCode":59866,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":219,"order":223,"ligatures":"","prevSize":32,"name":"heart","code":59867},"setIdx":0,"setId":0,"iconIdx":219},{"icon":{"paths":["M755.188 64c148.382 0 268.812 120.44 268.812 268.832 0 292.21-315.824 382.842-511.978 679.418-207.522-298.424-512.022-377.572-512.022-679.418 0-148.392 120.426-268.832 268.808-268.832 60.354 0 115.99 27.53 160.796 67.834l-77.604 124.166 224 128-128 320 352-384-224-128 61.896-92.846c35.42-21.768 75.21-35.154 117.292-35.154z"],"isMulticolor":false,"isMulticolor2":false,"tags":["heart-broken"],"defaultCode":59867,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":220,"order":224,"ligatures":"","prevSize":32,"name":"heart-broken","code":59868},"setIdx":0,"setId":0,"iconIdx":220},{"icon":{"paths":["M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM576 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["man"],"defaultCode":59868,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":221,"order":225,"ligatures":"","prevSize":32,"name":"man","code":59869},"setIdx":0,"setId":0,"iconIdx":221},{"icon":{"paths":["M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM719 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"isMulticolor":false,"isMulticolor2":false,"tags":["woman"],"defaultCode":59869,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":222,"order":226,"ligatures":"","prevSize":32,"name":"woman","code":59870},"setIdx":0,"setId":0,"iconIdx":222},{"icon":{"paths":["M256 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM832 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM256 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64zM975 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"isMulticolor":false,"isMulticolor2":false,"tags":["man-woman"],"defaultCode":59870,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":223,"order":227,"ligatures":"","prevSize":32,"name":"man-woman","code":59871},"setIdx":0,"setId":0,"iconIdx":223},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM512 598.76c115.95 0 226.23-30.806 320-84.92-14.574 178.438-153.128 318.16-320 318.16-166.868 0-305.422-139.872-320-318.304 93.77 54.112 204.050 85.064 320 85.064zM256 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["happy"],"defaultCode":59871,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":224,"order":228,"ligatures":"","prevSize":32,"name":"happy","code":59872},"setIdx":0,"setId":0,"iconIdx":224},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.348 0 64 42.98 64 96s-28.652 96-64 96-64-42.98-64-96 28.652-96 64-96zM320 256c35.346 0 64 42.98 64 96s-28.654 96-64 96-64-42.98-64-96 28.654-96 64-96zM512 896c-166.868 0-305.422-139.872-320-318.304 93.77 54.114 204.050 85.064 320 85.064s226.23-30.806 320-84.92c-14.574 178.438-153.128 318.16-320 318.16z"],"isMulticolor":false,"isMulticolor2":false,"tags":["happy2"],"defaultCode":59872,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":225,"order":229,"ligatures":"","prevSize":32,"name":"happy2","code":59873},"setIdx":0,"setId":0,"iconIdx":225},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM704.098 627.26l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344s-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74s152.924-43.592 192.098-108.74z"],"isMulticolor":false,"isMulticolor2":false,"tags":["smile"],"defaultCode":59873,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":226,"order":230,"ligatures":"","prevSize":32,"name":"smile","code":59874},"setIdx":0,"setId":0,"iconIdx":226},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM512 832c-116.51 0-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74s152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["smile2"],"defaultCode":59874,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":227,"order":231,"ligatures":"","prevSize":32,"name":"smile2","code":59875},"setIdx":0,"setId":0,"iconIdx":227},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM768 576v64h-64v96c0 53.020-42.98 96-96 96s-96-42.98-96-96v-96h-256v-64h512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tongue"],"defaultCode":59875,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":228,"order":232,"ligatures":"","prevSize":32,"name":"tongue","code":59876},"setIdx":0,"setId":0,"iconIdx":228},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM768 640h-64v96c0 53.020-42.98 96-96 96s-96-42.98-96-96v-96h-256v-64h512v64zM704 384c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tongue2"],"defaultCode":59876,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":229,"order":233,"ligatures":"","prevSize":32,"name":"tongue2","code":59877},"setIdx":0,"setId":0,"iconIdx":229},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM319.902 780.74l-82.328-49.396c55.962-93.070 157.916-155.344 274.426-155.344 116.508 0 218.462 62.274 274.426 155.344l-82.328 49.396c-39.174-65.148-110.542-108.74-192.098-108.74-81.558 0-152.924 43.592-192.098 108.74z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sad"],"defaultCode":59877,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":230,"order":234,"ligatures":"","prevSize":32,"name":"sad","code":59878},"setIdx":0,"setId":0,"iconIdx":230},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sad2"],"defaultCode":59878,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":231,"order":235,"ligatures":"","prevSize":32,"name":"sad2","code":59879},"setIdx":0,"setId":0,"iconIdx":231},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM542.74 711.028c140.248-27.706 249.11-91.542 288.454-176.594-21.654 167.956-161.518 297.566-330.85 297.566-119.242 0-223.858-64.282-282.892-160.948 70.41 55.058 194.534 65.808 325.288 39.976zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM352 371.5c-41.796 0-77.334 15.656-90.516 37.5-3.54-5.866-5.484-32.174-5.484-38.75 0-31.066 42.98-56.25 96-56.25s96 25.184 96 56.25c0 6.576-1.944 32.884-5.484 38.75-13.182-21.844-48.72-37.5-90.516-37.5z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wink"],"defaultCode":59879,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":232,"order":236,"ligatures":"","prevSize":32,"name":"wink","code":59880},"setIdx":0,"setId":0,"iconIdx":232},{"icon":{"paths":["M512 0c-282.77 0-512 229.228-512 512 0 282.77 229.228 512 512 512 282.77 0 512-229.23 512-512 0-282.772-229.23-512-512-512zM704 256c35.346 0 64 42.98 64 96s-28.654 96-64 96-64-42.98-64-96 28.654-96 64-96zM352 312.062c59.646 0 102 22.332 102 57.282 0 7.398 3.812 42.994-0.17 49.594-14.828-24.576-54.81-42.188-101.83-42.188s-87.002 17.612-101.83 42.188c-3.982-6.6-0.17-42.196-0.17-49.594 0-34.95 42.354-57.282 102-57.282zM500.344 832c-119.242 0-223.858-64.28-282.892-160.952 70.41 55.060 194.534 65.81 325.288 39.978 140.248-27.706 249.11-91.542 288.454-176.594-21.654 167.96-161.518 297.568-330.85 297.568z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wink2"],"defaultCode":59880,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":233,"order":237,"ligatures":"","prevSize":32,"name":"wink2","code":59881},"setIdx":0,"setId":0,"iconIdx":233},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM192 512v64c0 140.8 115.2 256 256 256h128c140.8 0 256-115.2 256-256v-64h-640zM384 756.988c-26.538-9.458-50.924-24.822-71.544-45.446-36.406-36.402-56.456-84.54-56.456-135.542h128v180.988zM576 768h-128v-192h128v192zM711.544 711.542c-20.624 20.624-45.010 35.988-71.544 45.446v-180.988h128c0 51.002-20.048 99.14-56.456 135.542zM225.352 384c0.002 0 0 0 0 0 9.768 0 18.108-7.056 19.724-16.69 6.158-36.684 37.668-63.31 74.924-63.31s68.766 26.626 74.924 63.31c1.616 9.632 9.956 16.69 19.722 16.69 9.768 0 18.108-7.056 19.724-16.688 1.082-6.436 1.628-12.934 1.628-19.312 0-63.962-52.038-116-116-116s-116 52.038-116 116c0 6.378 0.548 12.876 1.628 19.312 1.62 9.632 9.96 16.688 19.726 16.688zM609.352 384c0.002 0 0 0 0 0 9.77 0 18.112-7.056 19.724-16.69 6.158-36.684 37.668-63.31 74.924-63.31s68.766 26.626 74.924 63.31c1.616 9.632 9.958 16.69 19.722 16.69s18.108-7.056 19.722-16.688c1.082-6.436 1.628-12.934 1.628-19.312 0-63.962-52.038-116-116-116s-116 52.038-116 116c0 6.378 0.544 12.876 1.626 19.312 1.624 9.632 9.964 16.688 19.73 16.688z"],"isMulticolor":false,"isMulticolor2":false,"tags":["grin"],"defaultCode":59881,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":234,"order":238,"ligatures":"","prevSize":32,"name":"grin","code":59882},"setIdx":0,"setId":0,"iconIdx":234},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM704 236c63.962 0 116 52.038 116 116 0 6.378-0.546 12.876-1.628 19.312-1.618 9.632-9.958 16.688-19.724 16.688s-18.108-7.056-19.722-16.69c-6.16-36.684-37.67-53.31-74.926-53.31s-68.766 16.626-74.924 53.31c-1.616 9.632-9.956 16.69-19.722 16.69-0.002 0 0 0-0.002 0-9.766 0-18.106-7.056-19.722-16.688-1.084-6.436-1.63-12.934-1.63-19.312 0-63.962 52.038-116 116-116zM320 236c63.962 0 116 52.038 116 116 0 6.378-0.548 12.876-1.628 19.312-1.618 9.632-9.956 16.688-19.724 16.688s-18.106-7.056-19.722-16.69c-6.16-36.684-37.67-53.31-74.926-53.31s-68.766 16.626-74.924 53.31c-1.616 9.632-9.956 16.69-19.722 16.69 0 0 0 0 0 0-9.766 0-18.106-7.056-19.724-16.688-1.082-6.436-1.63-12.934-1.63-19.312 0-63.962 52.038-116 116-116zM192 576h192v247.846c-110.094-28.606-192-129.124-192-247.846zM448 832v-256h128v256h-128zM640 823.846v-247.846h192c0 118.722-81.904 219.24-192 247.846z"],"isMulticolor":false,"isMulticolor2":false,"tags":["grin2"],"defaultCode":59882,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":235,"order":239,"ligatures":"","prevSize":32,"name":"grin2","code":59883},"setIdx":0,"setId":0,"iconIdx":235},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM800 256c17.6 0 32 14.4 32 32v96c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64h-128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-96c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v32h128v-32c0-17.6 14.4-32 32-32h192zM512 768c93.208 0 174.772-49.818 219.546-124.278l54.88 32.934c-55.966 93.070-157.916 155.344-274.426 155.344-48.458 0-94.384-10.796-135.54-30.082l33.162-55.278c31.354 13.714 65.964 21.36 102.378 21.36z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cool"],"defaultCode":59883,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":236,"order":240,"ligatures":"","prevSize":32,"name":"cool","code":59884},"setIdx":0,"setId":0,"iconIdx":236},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM512 832c-48.458 0-94.384-10.796-135.542-30.082l33.162-55.276c31.356 13.712 65.966 21.358 102.38 21.358 93.208 0 174.772-49.818 219.542-124.278l54.882 32.934c-55.964 93.070-157.914 155.344-274.424 155.344zM832 384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64h-128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-96c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v32h128v-32c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cool2"],"defaultCode":59884,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":237,"order":241,"ligatures":"","prevSize":32,"name":"cool2","code":59885},"setIdx":0,"setId":0,"iconIdx":237},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396zM767.042 280.24c4.284 17.144-6.14 34.518-23.282 38.804-17.626 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-1.17 0.036-2.33 0.098-3.484 2.032-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804z"],"isMulticolor":false,"isMulticolor2":false,"tags":["angry"],"defaultCode":59885,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":238,"order":242,"ligatures":"","prevSize":32,"name":"angry","code":59886},"setIdx":0,"setId":0,"iconIdx":238},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM576.094 380.516c2.032-47.454 45.21-78.948 81.592-97.138 34.742-17.372 69.104-26.060 70.548-26.422 17.146-4.288 34.52 6.138 38.806 23.284s-6.138 34.518-23.284 38.806c-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.038-2.332 0.1-3.486zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396z"],"isMulticolor":false,"isMulticolor2":false,"tags":["angry2"],"defaultCode":59886,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":239,"order":243,"ligatures":"","prevSize":32,"name":"angry2","code":59887},"setIdx":0,"setId":0,"iconIdx":239},{"icon":{"paths":["M639.996 448c-35.346 0-64-28.654-63.998-64.002 0-1.17 0.036-2.33 0.098-3.484 2.032-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284 4.284 17.146-6.14 34.518-23.284 38.806-17.626 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64zM280.242 319.044c-17.144-4.286-27.568-21.66-23.282-38.804 4.286-17.146 21.66-27.572 38.806-23.284 1.444 0.362 35.806 9.050 70.548 26.422 36.382 18.19 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.316 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.312-16.9-56.936-21.35zM512 736c81.554 0 152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344s-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74zM1024 64c0-45.516-9.524-88.8-26.652-128-33.576 76.836-96.448 137.932-174.494 169.178-86.194-65.96-193.936-105.178-310.854-105.178s-224.66 39.218-310.854 105.178c-78.048-31.246-140.918-92.342-174.494-169.178-17.128 39.2-26.652 82.484-26.652 128 0 73.574 24.85 141.328 66.588 195.378-42.37 74.542-66.588 160.75-66.588 252.622 0 282.77 229.23 512 512 512s512-229.23 512-512c0-91.872-24.218-178.080-66.588-252.622 41.738-54.050 66.588-121.804 66.588-195.378zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evil"],"defaultCode":59887,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":240,"order":244,"ligatures":"","prevSize":32,"name":"evil","code":59888},"setIdx":0,"setId":0,"iconIdx":240},{"icon":{"paths":["M1024 64c0-45.516-9.524-88.8-26.652-128-33.576 76.836-96.448 137.932-174.494 169.178-86.194-65.96-193.936-105.178-310.854-105.178s-224.66 39.218-310.854 105.178c-78.048-31.246-140.918-92.342-174.494-169.178-17.128 39.2-26.652 82.484-26.652 128 0 73.574 24.85 141.328 66.588 195.378-42.37 74.542-66.588 160.75-66.588 252.622 0 282.77 229.23 512 512 512s512-229.23 512-512c0-91.872-24.218-178.080-66.588-252.622 41.738-54.050 66.588-121.804 66.588-195.378zM576.094 380.516c2.032-47.454 45.21-78.948 81.592-97.138 34.742-17.372 69.104-26.060 70.548-26.422 17.146-4.288 34.52 6.138 38.806 23.284s-6.138 34.518-23.284 38.806c-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.038-2.332 0.1-3.486zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM512 832c-116.51 0-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74 81.554 0 152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evil2"],"defaultCode":59888,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":241,"order":245,"ligatures":"","prevSize":32,"name":"evil2","code":59889},"setIdx":0,"setId":0,"iconIdx":241},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM384 704c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM256 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shocked"],"defaultCode":59889,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":242,"order":246,"ligatures":"","prevSize":32,"name":"shocked","code":59890},"setIdx":0,"setId":0,"iconIdx":242},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 448c-35.346 0-64-42.98-64-96s28.654-96 64-96 64 42.98 64 96-28.654 96-64 96zM512 832c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128s-57.308 128-128 128zM704 448c-35.346 0-64-42.98-64-96s28.654-96 64-96 64 42.98 64 96-28.654 96-64 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shocked2"],"defaultCode":59890,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":243,"order":247,"ligatures":"","prevSize":32,"name":"shocked2","code":59891},"setIdx":0,"setId":0,"iconIdx":243},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM384 416c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32zM352 320c53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zM352 256c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160-71.776-160-160-160v0zM704 416c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32zM672 320c53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zM672 256c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160-71.776-160-160-160v0zM384 704h256v64h-256v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["baffled"],"defaultCode":59891,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":244,"order":248,"ligatures":"","prevSize":32,"name":"baffled","code":59892},"setIdx":0,"setId":0,"iconIdx":244},{"icon":{"paths":["M384 416c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM704 416c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM256 416c0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96-96-42.98-96-96zM640 768h-256v-64h256v64zM672 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["baffled2"],"defaultCode":59892,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":245,"order":249,"ligatures":"","prevSize":32,"name":"baffled2","code":59893},"setIdx":0,"setId":0,"iconIdx":245},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM726.106 640h64.864c9.246 72.506-32.452 144.53-103.958 170.56-82.904 30.176-174.9-12.716-205.080-95.616-18.108-49.744-73.306-75.482-123.048-57.372-45.562 16.588-70.956 64.298-60.988 110.424h-64.86c-9.242-72.508 32.45-144.528 103.956-170.56 82.904-30.178 174.902 12.716 205.082 95.614 18.104 49.748 73.306 75.482 123.044 57.372 45.562-16.584 70.956-64.298 60.988-110.422z"],"isMulticolor":false,"isMulticolor2":false,"tags":["confused"],"defaultCode":59893,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":246,"order":250,"ligatures":"","prevSize":32,"name":"confused","code":59894},"setIdx":0,"setId":0,"iconIdx":246},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM687.010 810.56c-82.902 30.18-174.9-12.712-205.080-95.614-18.108-49.742-73.306-75.478-123.048-57.372-45.562 16.588-70.958 64.296-60.988 110.424h-64.86c-9.244-72.508 32.45-144.532 103.956-170.56 82.904-30.18 174.902 12.712 205.082 95.614 18.108 49.742 73.306 75.476 123.046 57.37 45.562-16.584 70.958-64.294 60.988-110.422h64.864c9.24 72.506-32.454 144.532-103.96 170.56z"],"isMulticolor":false,"isMulticolor2":false,"tags":["confused2"],"defaultCode":59894,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":247,"order":251,"ligatures":"","prevSize":32,"name":"confused2","code":59895},"setIdx":0,"setId":0,"iconIdx":247},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM640 320c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM384 704h256v64h-256v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["neutral"],"defaultCode":59895,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":248,"order":252,"ligatures":"","prevSize":32,"name":"neutral","code":59896},"setIdx":0,"setId":0,"iconIdx":248},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM640 768h-256v-64h256v64zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["neutral2"],"defaultCode":59896,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":249,"order":253,"ligatures":"","prevSize":32,"name":"neutral2","code":59897},"setIdx":0,"setId":0,"iconIdx":249},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM675.882 540.118c-37.49-37.49-98.276-37.49-135.766 0s-37.49 98.276 0 135.766c1.204 1.204 2.434 2.368 3.684 3.492 86.528 78.512 288.2-1.842 288.2-103.376-62 40-110.45 9.786-156.118-35.882zM348.118 540.118c37.49-37.49 98.276-37.49 135.766 0s37.49 98.276 0 135.766c-1.204 1.204-2.434 2.368-3.684 3.492-86.528 78.512-288.2-1.842-288.2-103.376 62 40 110.45 9.786 156.118-35.882z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hipster"],"defaultCode":59897,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":250,"order":254,"ligatures":"","prevSize":32,"name":"hipster","code":59898},"setIdx":0,"setId":0,"iconIdx":250},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM543.8 679.376c-1.25-1.124-2.48-2.29-3.684-3.492-18.74-18.74-28.112-43.3-28.118-67.864-0.004 24.562-9.376 49.124-28.118 67.864-1.204 1.204-2.434 2.368-3.684 3.492-86.524 78.512-288.196-1.842-288.196-103.376 62 40 110.45 9.786 156.118-35.882 37.49-37.49 98.276-37.49 135.766 0 18.74 18.74 28.112 43.3 28.118 67.864 0.004-24.562 9.376-49.124 28.118-67.864 37.49-37.49 98.276-37.49 135.766 0 45.664 45.668 94.114 75.882 156.114 35.882 0 101.534-201.672 181.888-288.2 103.376z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hipster2"],"defaultCode":59898,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":251,"order":255,"ligatures":"","prevSize":32,"name":"hipster2","code":59899},"setIdx":0,"setId":0,"iconIdx":251},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM745.74 601.62l22.488 76.776-437.008 128.002-22.488-76.776zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wondering"],"defaultCode":59899,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":252,"order":256,"ligatures":"","prevSize":32,"name":"wondering","code":59900},"setIdx":0,"setId":0,"iconIdx":252},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM331.244 806.386l-22.488-76.774 437-128 22.488 76.774-437 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wondering2"],"defaultCode":59900,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":253,"order":257,"ligatures":"","prevSize":32,"name":"wondering2","code":59901},"setIdx":0,"setId":0,"iconIdx":253},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM640 672c0 88.366-57.308 160-128.002 160s-128.002-71.634-128.002-160c0-88.366 57.308-160 128.002-160s128.002 71.634 128.002 160zM416 340c-8.19 0-16.378-3.124-22.626-9.374-19.334-19.332-63.412-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374zM736 340c-8.19 0-16.378-3.124-22.626-9.374-19.332-19.332-63.414-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sleepy"],"defaultCode":59901,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":254,"order":258,"ligatures":"","prevSize":32,"name":"sleepy","code":59902},"setIdx":0,"setId":0,"iconIdx":254},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM310.628 330.626c-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374s-16.378-3.124-22.626-9.374c-19.334-19.332-63.412-19.332-82.746 0zM511.998 832c-70.694 0-128.002-71.634-128.002-160s57.308-160 128.002-160 128.002 71.634 128.002 160-57.308 160-128.002 160zM758.628 330.626c-6.248 6.25-14.438 9.374-22.628 9.374s-16.378-3.124-22.626-9.374c-19.332-19.332-63.414-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.498 12.498 32.758 0 45.254z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sleepy2"],"defaultCode":59902,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":255,"order":259,"ligatures":"","prevSize":32,"name":"sleepy2","code":59903},"setIdx":0,"setId":0,"iconIdx":255},{"icon":{"paths":["M366.312 283.378c-34.742-17.37-69.102-26.060-70.548-26.422-17.146-4.288-34.518 6.138-38.806 23.284-4.284 17.144 6.14 34.518 23.282 38.804 17.626 4.45 38.522 12.12 56.936 21.35-10.648 11.43-17.174 26.752-17.174 43.606 0 35.346 28.654 64 64 64s64-28.654 64-64c0-1.17-0.036-2.33-0.098-3.484-2.032-47.454-45.212-78.946-81.592-97.138zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM236.498 823.664c10.706 5.324 22.756 8.336 35.502 8.336h480c12.746 0 24.796-3.012 35.502-8.338-73.378 64.914-169.828 104.338-275.502 104.338-105.672 0-202.124-39.424-275.502-104.336zM256 752v-96c0-8.674 7.328-16 16-16h112v128h-112c-8.672 0-16-7.326-16-16zM448 768v-128h128v128h-128zM640 768v-128h112c8.674 0 16 7.326 16 16v96c0 8.674-7.326 16-16 16h-112zM823.662 787.502c5.326-10.706 8.338-22.756 8.338-35.502v-96c0-44.112-35.888-80-80-80h-480c-44.112 0-80 35.888-80 80v96c0 12.746 3.012 24.796 8.336 35.502-64.912-73.378-104.336-169.828-104.336-275.502 0-229.75 186.25-416 416-416s416 186.25 416 416c0 105.674-39.424 202.124-104.338 275.502zM728.236 256.956c-1.448 0.362-35.806 9.052-70.548 26.422-36.378 18.192-79.558 49.684-81.592 97.138-0.060 1.154-0.098 2.314-0.098 3.484 0 35.346 28.654 64 64 64s64-28.654 64-64c0-16.854-6.526-32.176-17.174-43.606 18.414-9.23 39.31-16.9 56.936-21.35 17.142-4.286 27.566-21.66 23.284-38.804-4.29-17.146-21.662-27.572-38.808-23.284z"],"isMulticolor":false,"isMulticolor2":false,"tags":["frustrated"],"defaultCode":59903,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":256,"order":260,"ligatures":"","prevSize":32,"name":"frustrated","code":59904},"setIdx":0,"setId":0,"iconIdx":256},{"icon":{"paths":["M256 656v96c0 8.674 7.328 16 16 16h112v-128h-112c-8.672 0-16 7.326-16 16zM448 640h128v128h-128v-128zM752 640h-112v128h112c8.674 0 16-7.326 16-16v-96c0-8.674-7.326-16-16-16zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM576.096 380.516c2.034-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284 4.284 17.144-6.14 34.518-23.284 38.804-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.040-2.33 0.1-3.484zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM832 752c0 44.112-35.888 80-80 80h-480c-44.112 0-80-35.888-80-80v-96c0-44.112 35.888-80 80-80h480c44.112 0 80 35.888 80 80v96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["frustrated2"],"defaultCode":59904,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":257,"order":261,"ligatures":"","prevSize":32,"name":"frustrated2","code":59905},"setIdx":0,"setId":0,"iconIdx":257},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM800 384h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32zM352 384h-128c-17.672 0-32-14.328-32-32s14.328-32 32-32h128c17.672 0 32 14.328 32 32s-14.328 32-32 32zM608 856c-8.19 0-16.378-3.124-22.626-9.374-4.582-4.582-29.42-14.626-73.374-14.626s-68.79 10.044-73.374 14.626c-12.496 12.496-32.758 12.496-45.254 0-12.498-12.496-12.498-32.758 0-45.254 30.122-30.12 92.994-33.372 118.628-33.372 25.632 0 88.506 3.252 118.626 33.374 12.498 12.496 12.498 32.758 0 45.254-6.248 6.248-14.436 9.372-22.626 9.372zM736 576c-17.674 0-32-14.326-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64c0 17.674-14.326 32-32 32zM736 768c-17.674 0-32-14.326-32-32v-64c0-17.674 14.326-32 32-32s32 14.326 32 32v64c0 17.674-14.326 32-32 32zM288 576c-17.672 0-32-14.326-32-32v-64c0-17.672 14.328-32 32-32s32 14.328 32 32v64c0 17.674-14.328 32-32 32zM288 768c-17.672 0-32-14.326-32-32v-64c0-17.674 14.328-32 32-32s32 14.326 32 32v64c0 17.674-14.328 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["crying"],"defaultCode":59905,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":258,"order":262,"ligatures":"","prevSize":32,"name":"crying","code":59906},"setIdx":0,"setId":0,"iconIdx":258},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 736c0 17.674-14.328 32-32 32s-32-14.326-32-32v-64c0-17.674 14.328-32 32-32s32 14.326 32 32v64zM320 544c0 17.674-14.328 32-32 32s-32-14.326-32-32v-64c0-17.672 14.328-32 32-32s32 14.328 32 32v64zM352 384h-128c-17.672 0-32-14.328-32-32s14.328-32 32-32h128c17.672 0 32 14.328 32 32s-14.328 32-32 32zM630.626 846.626c-6.248 6.25-14.436 9.374-22.626 9.374s-16.378-3.124-22.626-9.374c-4.582-4.582-29.42-14.626-73.374-14.626s-68.79 10.044-73.374 14.626c-12.496 12.496-32.758 12.496-45.254 0-12.498-12.496-12.498-32.758 0-45.254 30.122-30.12 92.994-33.372 118.628-33.372 25.632 0 88.506 3.252 118.626 33.374 12.498 12.496 12.498 32.756 0 45.252zM768 736c0 17.674-14.326 32-32 32s-32-14.326-32-32v-64c0-17.674 14.326-32 32-32s32 14.326 32 32v64zM768 544c0 17.674-14.326 32-32 32s-32-14.326-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64zM800 384h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["crying2"],"defaultCode":59906,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":259,"order":263,"ligatures":"","prevSize":32,"name":"crying2","code":59907},"setIdx":0,"setId":0,"iconIdx":259},{"icon":{"paths":["M960 608v-160c0-52.934-43.066-96-96-96-17.104 0-33.176 4.494-47.098 12.368-17.076-26.664-46.958-44.368-80.902-44.368-24.564 0-47.004 9.274-64 24.504-16.996-15.23-39.436-24.504-64-24.504-11.214 0-21.986 1.934-32 5.484v-229.484c0-52.934-43.066-96-96-96s-96 43.066-96 96v394.676l-176.018-93.836c-14.536-8.4-31.126-12.84-47.982-12.84-52.934 0-96 43.066-96 96 0 26.368 10.472 50.954 29.49 69.226 0.248 0.238 0.496 0.47 0.75 0.7l239.17 218.074h-45.41c-17.672 0-32 14.326-32 32v192c0 17.674 14.328 32 32 32h640c17.674 0 32-14.326 32-32v-192c0-17.674-14.326-32-32-32h-44.222l72.844-145.69c2.222-4.442 3.378-9.342 3.378-14.31zM896 864c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM896 600.446l-83.776 167.554h-383.826l-290.818-265.166c-6.18-6.070-9.58-14.164-9.58-22.834 0-17.644 14.356-32 32-32 5.46 0 10.612 1.31 15.324 3.894 0.53 0.324 1.070 0.632 1.622 0.926l224 119.416c9.92 5.288 21.884 4.986 31.52-0.8 9.638-5.782 15.534-16.196 15.534-27.436v-448c0-17.644 14.356-32 32-32s32 14.356 32 32v320c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v32c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-up"],"defaultCode":59907,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":260,"order":264,"ligatures":"","prevSize":32,"name":"point-up","code":59908},"setIdx":0,"setId":0,"iconIdx":260},{"icon":{"paths":["M416 960h160c52.934 0 96-43.066 96-96 0-17.104-4.494-33.176-12.368-47.098 26.664-17.076 44.368-46.958 44.368-80.902 0-24.564-9.276-47.004-24.504-64 15.228-16.996 24.504-39.436 24.504-64 0-11.214-1.934-21.986-5.484-32h229.484c52.934 0 96-43.066 96-96s-43.066-96-96-96h-394.676l93.836-176.018c8.4-14.536 12.84-31.126 12.84-47.982 0-52.934-43.066-96-96-96-26.368 0-50.954 10.472-69.226 29.49-0.238 0.248-0.47 0.496-0.7 0.75l-218.074 239.17v-45.41c0-17.672-14.326-32-32-32h-192c-17.674 0-32 14.328-32 32v640c0 17.674 14.326 32 32 32h192c17.674 0 32-14.326 32-32v-44.222l145.69 72.844c4.444 2.222 9.342 3.378 14.31 3.378zM160 896c-17.674 0-32-14.326-32-32s14.326-32 32-32 32 14.326 32 32-14.326 32-32 32zM423.556 896l-167.556-83.778v-383.824l265.168-290.818c6.066-6.18 14.162-9.58 22.832-9.58 17.644 0 32 14.356 32 32 0 5.46-1.308 10.612-3.894 15.324-0.324 0.53-0.632 1.070-0.926 1.622l-119.418 224c-5.288 9.92-4.986 21.884 0.8 31.52 5.784 9.638 16.198 15.534 27.438 15.534h448c17.644 0 32 14.356 32 32s-14.356 32-32 32h-320c-17.672 0-32 14.326-32 32s14.328 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32h-32c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32h-152.444z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-right"],"defaultCode":59908,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":261,"order":265,"ligatures":"","prevSize":32,"name":"point-right","code":59909},"setIdx":0,"setId":0,"iconIdx":261},{"icon":{"paths":["M960 416v160c0 52.934-43.066 96-96 96-17.104 0-33.176-4.494-47.098-12.368-17.076 26.662-46.96 44.368-80.902 44.368-24.564 0-47.004-9.276-64-24.504-16.996 15.228-39.436 24.504-64 24.504-11.214 0-21.986-1.934-32-5.484v229.484c0 52.934-43.066 96-96 96-52.936 0-96-43.066-96-96v-394.676l-176.018 93.836c-14.538 8.398-31.126 12.84-47.982 12.84-52.936 0-96-43.066-96-96 0-26.368 10.472-50.952 29.488-69.226 0.248-0.238 0.496-0.47 0.75-0.7l239.17-218.074h-45.408c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h640c17.674 0 32 14.326 32 32v192c0 17.674-14.326 32-32 32h-44.222l72.842 145.69c2.224 4.442 3.38 9.342 3.38 14.31zM896 160c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM896 423.554l-83.778-167.554h-383.824l-290.82 265.168c-6.18 6.066-9.578 14.162-9.578 22.832 0 17.644 14.356 32 32 32 5.458 0 10.612-1.308 15.324-3.894 0.53-0.324 1.070-0.632 1.622-0.926l224-119.416c9.92-5.288 21.884-4.986 31.52 0.8 9.638 5.782 15.534 16.196 15.534 27.436v448c0 17.644 14.356 32 32 32s32-14.356 32-32v-320c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32c0-17.674 14.326-32 32-32s32 14.326 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-32c0-17.674 14.326-32 32-32s32 14.326 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-down"],"defaultCode":59909,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":262,"order":266,"ligatures":"","prevSize":32,"name":"point-down","code":59910},"setIdx":0,"setId":0,"iconIdx":262},{"icon":{"paths":["M608 960h-160c-52.934 0-96-43.066-96-96 0-17.104 4.494-33.176 12.368-47.098-26.662-17.076-44.368-46.958-44.368-80.902 0-24.564 9.276-47.004 24.504-64-15.228-16.996-24.504-39.436-24.504-64 0-11.214 1.934-21.986 5.484-32h-229.484c-52.934 0-96-43.066-96-96 0-52.936 43.066-96 96-96h394.676l-93.836-176.018c-8.398-14.536-12.84-31.126-12.84-47.982 0-52.936 43.066-96 96-96 26.368 0 50.952 10.472 69.224 29.488 0.238 0.248 0.472 0.496 0.7 0.75l218.076 239.17v-45.408c0-17.674 14.326-32 32-32h192c17.674 0 32 14.326 32 32v640c0 17.674-14.326 32-32 32h-192c-17.674 0-32-14.326-32-32v-44.222l-145.69 72.844c-4.442 2.222-9.34 3.378-14.31 3.378zM864 896c17.674 0 32-14.326 32-32s-14.326-32-32-32-32 14.326-32 32 14.326 32 32 32zM600.446 896l167.554-83.778v-383.824l-265.168-290.82c-6.066-6.18-14.162-9.578-22.832-9.578-17.644 0-32 14.356-32 32 0 5.458 1.308 10.612 3.894 15.324 0.324 0.53 0.632 1.070 0.926 1.622l119.416 224c5.29 9.92 4.988 21.884-0.798 31.52-5.784 9.638-16.198 15.534-27.438 15.534h-448c-17.644 0-32 14.356-32 32s14.356 32 32 32h320c17.672 0 32 14.326 32 32s-14.328 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32c17.674 0 32 14.326 32 32s-14.326 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32h32c17.674 0 32 14.326 32 32s-14.326 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32h152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-left"],"defaultCode":59910,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":263,"order":267,"ligatures":"","prevSize":32,"name":"point-left","code":59911},"setIdx":0,"setId":0,"iconIdx":263},{"icon":{"paths":["M512 92.774l429.102 855.226h-858.206l429.104-855.226zM512 0c-22.070 0-44.14 14.882-60.884 44.648l-437.074 871.112c-33.486 59.532-5 108.24 63.304 108.24h869.308c68.3 0 96.792-48.708 63.3-108.24h0.002l-437.074-871.112c-16.742-29.766-38.812-44.648-60.882-44.648v0zM576 832c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zM512 704c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64s64 28.654 64 64v192c0 35.346-28.654 64-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["warning"],"defaultCode":59911,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":264,"order":268,"ligatures":"","prevSize":32,"name":"warning","code":59912},"setIdx":0,"setId":0,"iconIdx":264},{"icon":{"paths":["M512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM448 704h128v128h-128zM448 192h128v384h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["notification"],"defaultCode":59912,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":265,"order":269,"ligatures":"","prevSize":32,"name":"notification","code":59913},"setIdx":0,"setId":0,"iconIdx":265},{"icon":{"paths":["M448 704h128v128h-128zM704 256c35.346 0 64 28.654 64 64v192l-192 128h-128v-64l192-128v-64h-320v-128h384zM512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["question"],"defaultCode":59913,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":266,"order":270,"ligatures":"","prevSize":32,"name":"question","code":59914},"setIdx":0,"setId":0,"iconIdx":266},{"icon":{"paths":["M992 384h-352v-352c0-17.672-14.328-32-32-32h-192c-17.672 0-32 14.328-32 32v352h-352c-17.672 0-32 14.328-32 32v192c0 17.672 14.328 32 32 32h352v352c0 17.672 14.328 32 32 32h192c17.672 0 32-14.328 32-32v-352h352c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["plus"],"defaultCode":59914,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":267,"order":271,"ligatures":"","prevSize":32,"name":"plus","code":59915},"setIdx":0,"setId":0,"iconIdx":267},{"icon":{"paths":["M0 416v192c0 17.672 14.328 32 32 32h960c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32h-960c-17.672 0-32 14.328-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["minus"],"defaultCode":59915,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":268,"order":272,"ligatures":"","prevSize":32,"name":"minus","code":59916},"setIdx":0,"setId":0,"iconIdx":268},{"icon":{"paths":["M448 304c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32zM640 768h-256v-64h64v-192h-64v-64h192v256h64zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["info1"],"defaultCode":59916,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":269,"order":273,"ligatures":"","prevSize":32,"name":"info1","code":59917},"setIdx":0,"setId":0,"iconIdx":269},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM672 256l-160 160-160-160-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cancel-circle"],"defaultCode":59917,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":270,"order":274,"ligatures":"","prevSize":32,"name":"cancel-circle","code":59918},"setIdx":0,"setId":0,"iconIdx":270},{"icon":{"paths":["M874.040 149.96c-96.706-96.702-225.28-149.96-362.040-149.96s-265.334 53.258-362.040 149.96c-96.702 96.706-149.96 225.28-149.96 362.040s53.258 265.334 149.96 362.040c96.706 96.702 225.28 149.96 362.040 149.96s265.334-53.258 362.040-149.96c96.702-96.706 149.96-225.28 149.96-362.040s-53.258-265.334-149.96-362.040zM896 512c0 82.814-26.354 159.588-71.112 222.38l-535.266-535.268c62.792-44.758 139.564-71.112 222.378-71.112 211.738 0 384 172.262 384 384zM128 512c0-82.814 26.354-159.586 71.112-222.378l535.27 535.268c-62.794 44.756-139.568 71.11-222.382 71.11-211.738 0-384-172.262-384-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["blocked"],"defaultCode":59918,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":271,"order":275,"ligatures":"","prevSize":32,"name":"blocked","code":59919},"setIdx":0,"setId":0,"iconIdx":271},{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cross"],"defaultCode":59919,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":272,"order":276,"ligatures":"","prevSize":32,"name":"cross","code":59920},"setIdx":0,"setId":0,"iconIdx":272},{"icon":{"paths":["M864 128l-480 480-224-224-160 160 384 384 640-640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkmark"],"defaultCode":59920,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":273,"order":277,"ligatures":"","prevSize":32,"name":"checkmark","code":59921},"setIdx":0,"setId":0,"iconIdx":273},{"icon":{"paths":["M397.434 917.696l-397.868-391.6 197.378-194.27 200.49 197.332 429.62-422.852 197.378 194.27-626.998 617.12zM107.912 526.096l289.524 284.962 518.656-510.482-89.036-87.632-429.62 422.852-200.49-197.334-89.034 87.634z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkmark2"],"defaultCode":59921,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":274,"order":278,"ligatures":"","prevSize":32,"name":"checkmark2","code":59922},"setIdx":0,"setId":0,"iconIdx":274},{"icon":{"paths":["M128 256h128v192h64v-384c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v384h64v-192zM128 64h128v128h-128v-128zM960 64v-64h-192c-35.202 0-64 28.8-64 64v320c0 35.2 28.798 64 64 64h192v-64h-192v-320h192zM640 160v-96c0-35.2-28.8-64-64-64h-192v448h192c35.2 0 64-28.8 64-64v-96c0-35.2-8.8-64-44-64 35.2 0 44-28.8 44-64zM576 384h-128v-128h128v128zM576 192h-128v-128h128v128zM832 576l-416 448-224-288 82-70 142 148 352-302z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spell-check"],"defaultCode":59922,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":275,"order":279,"ligatures":"","prevSize":32,"name":"spell-check","code":59923},"setIdx":0,"setId":0,"iconIdx":275},{"icon":{"paths":["M384 512h-320v-128h320v-128l192 192-192 192zM1024 0v832l-384 192v-192h-384v-256h64v192h320v-576l256-128h-576v256h-64v-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["enter"],"defaultCode":59923,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":276,"order":280,"ligatures":"","prevSize":32,"name":"enter","code":59924},"setIdx":0,"setId":0,"iconIdx":276},{"icon":{"paths":["M768 640v-128h-320v-128h320v-128l192 192zM704 576v256h-320v192l-384-192v-832h704v320h-64v-256h-512l256 128v576h256v-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["exit"],"defaultCode":59924,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":277,"order":281,"ligatures":"","prevSize":32,"name":"exit","code":59925},"setIdx":0,"setId":0,"iconIdx":277},{"icon":{"paths":["M27.2 253.216c-25.76 241.856 124.768 457.536 339.232 483.68 130.080 15.904 254.016-41.728 338.912-143.168l-99.36-77.664 417.952-168.704-62.848 446.304-94.688-73.984c-102.144 126.208-264.928 198.624-437.984 177.536-267.136-32.544-457.344-275.488-424.8-542.656 4.32-35.264 12.352-69.12 23.552-101.344zM119.776 157.696l301.536 301.504c9.952 9.952 26.048 9.952 35.968 0l300.416-300.384c6.112 4.064 10.208 10.976 10.208 18.88v222.432l-254.752 102.912 107.424 83.936h-452.096c-22.784-22.304-43.552-47.2-61.056-74.624v-334.656c0-8.768 5.056-16.288 12.352-20.032zM154.816 105.6h569.184c-0.32 5.44-2.528 10.816-6.752 14.944l-263.008 261.568c-8.8 8.576-22.752 8.64-31.104 0.064l-262.368-260.384c-4.352-4.416-6.272-10.336-5.952-16.192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sendemail"],"defaultCode":59925,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":278,"order":282,"ligatures":"","prevSize":32,"name":"sendemail","code":59926},"setIdx":0,"setId":0,"iconIdx":278},{"icon":{"paths":["M789.441 718.89v102.216h168.092v-102.216zM789.441 586.010v102.216h168.092v-102.216zM789.441 453.129v102.216h168.092v-102.216zM345.376 324.224l-51.108 127.204-43.156-115.844h-69.282l70.42 166.952-78.365 165.819h68.144l51.108-118.12 51.108 129.471h74.959l-86.318-182.848 80.635-172.633zM789.441 320.249v102.216h168.092v-102.216zM789.441 187.369v102.216h168.092v-102.216zM608.293 129.446h402.053c7.527 0 13.629 6.102 13.629 13.629v729.139c0 7.533-6.102 13.625-13.629 13.625h-402.053v-64.733h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.663h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918zM589.444 16.252v991.49l-589.444-102.216v-787.058z"],"isMulticolor":false,"isMulticolor2":false,"tags":["excel"],"defaultCode":59926,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":279,"order":283,"prevSize":32,"name":"excel","code":59927},"setIdx":0,"setId":0,"iconIdx":279},{"icon":{"paths":["M886.505 722.16l-122.053 13.17-4.543 9.495c4.849-0.255 9.163-0.281 13.068-0.281 7.734 0 13.987 1.353 18.556 4.186 4.569 2.654 6.891 5.896 6.891 9.495 0 5.564-2.323 13.757-7.198 24.707l-50 114.728c-4.186 9.112-6.253 16.616-6.253 22.563 0 9.010 4.594 16.309 13.808 22.18 9.316 5.922 21.618 8.806 37.162 8.806 40.812 0 79.378-21.006 115.749-63.094l-12.481-4.798c-14.906 15.544-27.897 26.213-38.923 32.236-3.803 2.323-7.963 3.599-12.073 3.599-2.348 0-4.62-0.893-6.687-2.425-2.093-1.71-3.216-3.216-3.216-4.824 0-3.114 1.965-9.648 5.845-19.347l73.712-170.394zM856.515 611.619c-14.574 0-26.953 3.471-37.137 10.465-10.158 6.84-15.186 15.263-15.186 25.013 0 9.724 5.156 18.071 15.467 24.911 10.184 6.815 22.512 10.26 36.856 10.26 14.574 0 27.106-3.446 37.545-10.26 10.414-6.84 15.569-15.186 15.569-24.911 0-9.75-5.156-18.173-15.442-25.013-10.184-6.993-22.716-10.465-37.673-10.465zM338.39 603.169c-37.137 0-67.229 28.409-67.229 63.401 0 25.499 16.003 46.86 38.846 57.070v86.653h56.969v-86.653c22.844-10.21 38.821-31.699 38.821-57.070 0-34.992-30.143-63.401-67.407-63.401zM817.464 594.569c114.039 0 206.51 92.446 206.51 206.484s-92.471 206.51-206.51 206.51c-114.013 0-206.485-92.471-206.485-206.51s92.471-206.484 206.485-206.484zM346.583 89.942c-93.544 0-169.271 75.779-169.271 169.196v89.538c0 14.061 1.888 27.692 5.13 40.812h328.359c3.241-13.12 5.156-26.751 5.156-40.812v-89.538c0-93.417-75.907-169.196-169.373-169.196zM346.583 16.463c125.524 0 227.337 101.863 227.337 227.465v120.009c0 11.104-1.072 22.028-2.604 32.671 60.899 18.71 105.488 74.76 105.488 141.731v36.653c-83.155 37.827-141.042 121.442-141.042 218.788 0 67.432 27.846 128.228 72.487 171.925-23.175 14.933-50.613 23.788-80.195 23.788h-379.304c-82.211 0-148.751-66.641-148.751-148.776v-302.378c0-72.663 52.195-133.129 121.211-146.068-1.149-9.319-1.94-18.685-1.94-28.334v-120.009c0-125.602 101.711-227.465 227.312-227.465z"],"isMulticolor":false,"isMulticolor2":false,"tags":["Lock_Information"],"defaultCode":59927,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":280,"order":284,"ligatures":"","prevSize":32,"name":"Lock_Information","code":59928},"setIdx":0,"setId":0,"iconIdx":280},{"icon":{"paths":["M521.12 614.016c-36.256 0-65.632 30.176-65.632 67.392 0 26.944 15.616 49.76 37.888 60.576v91.904h55.616v-91.968c22.304-10.752 37.952-33.664 37.952-60.512 0-37.216-29.44-67.392-65.824-67.392zM511.936 77.888c-91.264 0-165.184 80.448-165.184 179.648v94.88c0 11.968 1.152 23.648 3.2 35.008h324.16c2.080-11.36 3.168-23.040 3.168-35.008v-94.88c0-99.2-74.080-179.648-165.344-179.648zM511.936 0c122.56 0 222.016 108.064 222.016 241.28v127.36c0 8.032-0.384 15.936-1.088 23.808 62.848 17.312 109.472 79.104 109.472 152.832v320.928c0 87.104-65.056 157.792-145.152 157.792h-370.272c-80.256 0-145.184-70.656-145.184-157.792v-320.928c0-73.76 46.592-135.552 109.504-152.864-0.704-7.808-1.088-15.744-1.088-23.776v-127.36c0-133.216 99.264-241.28 221.824-241.28z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lock"],"defaultCode":59928,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":281,"order":285,"ligatures":"","prevSize":32,"name":"lock","code":59929},"setIdx":0,"setId":0,"iconIdx":281},{"icon":{"paths":["M558.496 374.432l8.8 5.984c-3.392 40.48-5.088 91.872-5.088 154.176v104.64c0 6.816 0.608 28.672 1.856 65.536s2.56 58.4 3.936 64.608c1.408 6.144 3.456 10.656 6.24 13.408 2.784 2.784 6.176 4.576 10.176 5.344s20.672 2.080 49.984 3.936l4.192 3.68v43.2l-3.712 4.16c-38.592-2.464-75.776-3.68-111.552-3.68-35.52 0-72.544 1.216-111.136 3.68l-4.16-4.16v-43.2l4.16-3.68c29.92-1.856 46.848-3.232 50.72-4.192 3.84-0.896 7.264-2.848 10.176-5.792s4.928-7.424 5.984-13.408c1.088-6.016 2.336-25.952 3.712-59.744 1.408-33.792 2.048-59.328 2.048-76.608v-91.2c0-12.352-0.576-29.184-1.824-50.464s-2.208-34.4-3.008-39.36c-0.768-4.928-3.2-8.576-7.2-10.88-4-2.336-12.032-3.488-24.064-3.488l-38.912-0.448-4.16-3.712v-19.904l3.68-3.712c58.944-7.104 108.64-18.656 149.088-34.72zM519.168 167.456c14.496 0 26.848 5.088 37.024 15.264s15.264 22.528 15.264 37.024c0 14.208-5.088 26.4-15.264 36.608s-22.528 15.232-37.024 15.232c-14.176 0-26.464-4.992-36.832-15.040s-15.488-22.272-15.488-36.8c0-14.496 5.152-26.848 15.488-37.024s22.624-15.264 36.832-15.264zM109.28 81.952v860.128h805.504v-860.128zM109.28 0h805.504c45.248 0 81.952 36.704 81.952 81.952v860.128c0 45.216-36.704 81.92-81.952 81.92h-805.504c-45.248 0-81.952-36.672-81.952-81.92v-860.128c0-45.248 36.704-81.952 81.952-81.952z"],"isMulticolor":false,"isMulticolor2":false,"tags":["info"],"defaultCode":59929,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":282,"order":286,"ligatures":"","prevSize":32,"name":"info","code":59930},"setIdx":0,"setId":0,"iconIdx":282},{"icon":{"paths":["M536.264 374.869c-22.559 0-48.432 8.397-79.009 25.629-29.040 16.512-61.344 44.016-95.953 81.981l-12.433 13.873 48.576 37.629 10.707-10.557c37.393-36.384 50.017-46.319 54.243-49.005-48.433 169.192-73.347 271.431-73.347 315.444 0 17.517 5.041 31.68 14.879 42.381 10.129 10.848 24.144 16.511 40.513 16.511 16.609 0 36.337-6.671 60.339-20.349 22.511-12.911 56.496-40.844 103.825-85.435l13.056-12.241-44.211-43.052-11.951 11.18c-42.001 39.504-60.385 51.983-64.561 56.208 0.72-17.616 10.8-68.639 52.321-208.267 33.36-111.405 33.36-123.068 33.36-128.633 0-13.156-5.087-24.339-14.785-32.355-8.831-7.245-20.781-10.943-35.568-10.943zM535.304 178.172c-38.255 0-69.169 31.008-69.169 69.068 0 38.305 30.915 69.215 69.169 69.215 38.256 0 69.219-30.909 69.219-69.215 0-38.060-30.963-69.068-69.219-69.068zM511.977 0c282.243 0 512.023 229.675 512.023 512 0 282.281-229.78 512-512.023 512-282.388 0-511.977-229.719-511.977-512 0-282.325 229.589-512 511.977-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["info_circle"],"defaultCode":59930,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":283,"order":287,"ligatures":"","prevSize":32,"name":"info_circle","code":59931},"setIdx":0,"setId":0,"iconIdx":283},{"icon":{"paths":["M466.56 748.608v90.912h83.328v-90.912zM515.808 184.512c-50.496 0-90.848 15.136-121.152 45.504-42.912 42.784-64.352 97.12-64.352 162.72h87.104c0-50.496 12.64-88.32 37.888-113.632 15.072-15.136 33.984-22.72 56.736-22.72 27.776 0 49.184 7.584 64.32 22.72 17.664 17.664 26.56 44.256 26.56 79.488 0 27.84-10.144 51.84-30.304 71.936-35.328 35.36-59.328 63.168-71.936 83.392-17.696 27.712-26.496 69.376-26.496 124.896h68.192c0-45.408 11.328-79.552 33.984-102.304 30.272-30.176 54.272-54.176 72-71.872 30.24-30.336 45.408-66.88 45.408-109.824 0-50.464-16.416-92.128-49.152-124.864-30.336-30.4-73.248-45.504-128.768-45.504zM512 0c282.24 0 512 229.696 512 512.032 0 282.304-229.76 511.968-512 511.968-282.368 0-512-229.696-512-511.968 0-282.336 229.632-512.032 512-512.032z"],"isMulticolor":false,"isMulticolor2":false,"tags":["help"],"defaultCode":59931,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":284,"order":288,"ligatures":"","prevSize":32,"name":"help","code":59932},"setIdx":0,"setId":0,"iconIdx":284},{"icon":{"paths":["M192 128l640 384-640 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["play3"],"defaultCode":59932,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":285,"order":289,"ligatures":"","prevSize":32,"name":"play3","code":59933},"setIdx":0,"setId":0,"iconIdx":285},{"icon":{"paths":["M128 128h320v768h-320zM576 128h320v768h-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pause2"],"defaultCode":59933,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":286,"order":290,"ligatures":"","prevSize":32,"name":"pause2","code":59934},"setIdx":0,"setId":0,"iconIdx":286},{"icon":{"paths":["M128 128h768v768h-768z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stop2"],"defaultCode":59934,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":287,"order":291,"ligatures":"","prevSize":32,"name":"stop2","code":59935},"setIdx":0,"setId":0,"iconIdx":287},{"icon":{"paths":["M576 160v320l320-320v704l-320-320v320l-352-352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["backward2"],"defaultCode":59935,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":288,"order":292,"ligatures":"","prevSize":32,"name":"backward2","code":59936},"setIdx":0,"setId":0,"iconIdx":288},{"icon":{"paths":["M512 864v-320l-320 320v-704l320 320v-320l352 352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["forward3"],"defaultCode":59936,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":289,"order":293,"ligatures":"","prevSize":32,"name":"forward3","code":59937},"setIdx":0,"setId":0,"iconIdx":289},{"icon":{"paths":["M128 896v-768h128v352l320-320v320l320-320v704l-320-320v320l-320-320v352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["first"],"defaultCode":59937,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":290,"order":294,"ligatures":"","prevSize":32,"name":"first","code":59938},"setIdx":0,"setId":0,"iconIdx":290},{"icon":{"paths":["M896 128v768h-128v-352l-320 320v-320l-320 320v-704l320 320v-320l320 320v-352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["last"],"defaultCode":59938,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":291,"order":295,"ligatures":"","prevSize":32,"name":"last","code":59939},"setIdx":0,"setId":0,"iconIdx":291},{"icon":{"paths":["M256 896v-768h128v352l320-320v704l-320-320v352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["previous2"],"defaultCode":59939,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":292,"order":296,"ligatures":"","prevSize":32,"name":"previous2","code":59940},"setIdx":0,"setId":0,"iconIdx":292},{"icon":{"paths":["M768 128v768h-128v-352l-320 320v-704l320 320v-352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["next2"],"defaultCode":59940,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":293,"order":297,"ligatures":"","prevSize":32,"name":"next2","code":59941},"setIdx":0,"setId":0,"iconIdx":293},{"icon":{"paths":["M0 768h1024v128h-1024zM512 128l512 512h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eject"],"defaultCode":59941,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":294,"order":298,"ligatures":"","prevSize":32,"name":"eject","code":59942},"setIdx":0,"setId":0,"iconIdx":294},{"icon":{"paths":["M890.040 922.040c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.746-18.744-49.136 0-67.882 87.638-87.642 135.904-204.16 135.904-328.1 0-123.938-48.266-240.458-135.904-328.098-18.744-18.746-18.744-49.138 0-67.882s49.138-18.744 67.882 0c105.77 105.772 164.022 246.4 164.022 395.98s-58.252 290.208-164.022 395.98c-9.372 9.372-21.656 14.058-33.94 14.058zM719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.568-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"width":1088,"isMulticolor":false,"isMulticolor2":false,"tags":["volume-high"],"defaultCode":59942,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":295,"order":299,"ligatures":"","prevSize":32,"name":"volume-high","code":59943},"setIdx":0,"setId":0,"iconIdx":295},{"icon":{"paths":["M719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-medium"],"defaultCode":59943,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":296,"order":300,"ligatures":"","prevSize":32,"name":"volume-medium","code":59944},"setIdx":0,"setId":0,"iconIdx":296},{"icon":{"paths":["M549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-low"],"defaultCode":59944,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":297,"order":301,"ligatures":"","prevSize":32,"name":"volume-low","code":59945},"setIdx":0,"setId":0,"iconIdx":297},{"icon":{"paths":["M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-mute"],"defaultCode":59945,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":298,"order":302,"ligatures":"","prevSize":32,"name":"volume-mute","code":59946},"setIdx":0,"setId":0,"iconIdx":298},{"icon":{"paths":["M960 619.148v84.852h-84.852l-107.148-107.148-107.148 107.148h-84.852v-84.852l107.148-107.148-107.148-107.148v-84.852h84.852l107.148 107.148 107.148-107.148h84.852v84.852l-107.148 107.148 107.148 107.148zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-mute2"],"defaultCode":59946,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":299,"order":303,"ligatures":"","prevSize":32,"name":"volume-mute2","code":59947},"setIdx":0,"setId":0,"iconIdx":299},{"icon":{"paths":["M1024 576h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-increase"],"defaultCode":59947,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":300,"order":304,"ligatures":"","prevSize":32,"name":"volume-increase","code":59948},"setIdx":0,"setId":0,"iconIdx":300},{"icon":{"paths":["M512 448h512v128h-512v-128zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-decrease"],"defaultCode":59948,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":301,"order":305,"ligatures":"","prevSize":32,"name":"volume-decrease","code":59949},"setIdx":0,"setId":0,"iconIdx":301},{"icon":{"paths":["M128 320h640v192l256-256-256-256v192h-768v384h128zM896 704h-640v-192l-256 256 256 256v-192h768v-384h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["loop"],"defaultCode":59949,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":302,"order":306,"ligatures":"","prevSize":32,"name":"loop","code":59950},"setIdx":0,"setId":0,"iconIdx":302},{"icon":{"paths":["M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32zM928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["loop2"],"defaultCode":59950,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":303,"order":307,"ligatures":"","prevSize":32,"name":"loop2","code":59951},"setIdx":0,"setId":0,"iconIdx":303},{"icon":{"paths":["M783.988 752.012c-64.104 0-124.372-24.96-169.7-70.288l-102.288-102.282-102.276 102.27c-45.332 45.336-105.6 70.3-169.706 70.3-64.118 0-124.39-24.964-169.722-70.3-45.332-45.334-70.296-105.604-70.296-169.712s24.964-124.38 70.296-169.714c45.334-45.332 105.608-70.296 169.714-70.296 64.108 0 124.38 24.964 169.712 70.296l102.278 102.276 102.276-102.276c45.332-45.332 105.604-70.298 169.712-70.298 64.112 0 124.384 24.966 169.71 70.298 45.338 45.334 70.302 105.606 70.302 169.714 0 64.112-24.964 124.382-70.3 169.71-45.326 45.336-105.598 70.302-169.712 70.302zM681.72 614.288c27.322 27.31 63.64 42.354 102.268 42.352 38.634 0 74.958-15.044 102.276-42.362 27.316-27.322 42.364-63.644 42.364-102.278s-15.046-74.956-42.364-102.274c-27.32-27.318-63.64-42.364-102.276-42.364-38.632 0-74.956 15.044-102.278 42.364l-102.268 102.274 102.278 102.288zM240.012 367.362c-38.634 0-74.956 15.044-102.274 42.364-27.32 27.318-42.364 63.64-42.364 102.274 0 38.632 15.044 74.954 42.364 102.276 27.32 27.316 63.642 42.364 102.274 42.364 38.634 0 74.956-15.044 102.272-42.362l102.276-102.278-102.276-102.274c-27.318-27.32-63.64-42.366-102.272-42.364v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["infinite"],"defaultCode":59951,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":304,"order":308,"ligatures":"","prevSize":32,"name":"infinite","code":59952},"setIdx":0,"setId":0,"iconIdx":304},{"icon":{"paths":["M768 704h-101.49l-160-160 160-160h101.49v160l224-224-224-224v160h-128c-16.974 0-33.252 6.744-45.254 18.746l-178.746 178.744-178.746-178.746c-12-12-28.28-18.744-45.254-18.744h-192v128h165.49l160 160-160 160h-165.49v128h192c16.974 0 33.252-6.742 45.254-18.746l178.746-178.744 178.746 178.744c12.002 12.004 28.28 18.746 45.254 18.746h128v160l224-224-224-224v160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shuffle"],"defaultCode":59952,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":305,"order":309,"ligatures":"","prevSize":32,"name":"shuffle","code":59953},"setIdx":0,"setId":0,"iconIdx":305},{"icon":{"paths":["M0 736l256-256 544 544 224-224-544-544 255.998-256h-735.998v736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-left"],"defaultCode":59953,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":306,"order":310,"ligatures":"","prevSize":32,"name":"arrow-up-left","code":59954},"setIdx":0,"setId":0,"iconIdx":306},{"icon":{"paths":["M512 32l-480 480h288v512h384v-512h288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up"],"defaultCode":59954,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":307,"order":311,"ligatures":"","prevSize":32,"name":"arrow-up","code":59955},"setIdx":0,"setId":0,"iconIdx":307},{"icon":{"paths":["M288 0l256 256-544 544 224 224 544-544 256 255.998v-735.998h-736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-right"],"defaultCode":59955,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":308,"order":312,"ligatures":"","prevSize":32,"name":"arrow-up-right","code":59956},"setIdx":0,"setId":0,"iconIdx":308},{"icon":{"paths":["M992 512l-480-480v288h-512v384h512v288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right"],"defaultCode":59956,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":309,"order":313,"ligatures":"","prevSize":32,"name":"arrow-right","code":59957},"setIdx":0,"setId":0,"iconIdx":309},{"icon":{"paths":["M1024 288l-256 256-544-544-224 224 544 544-255.998 256h735.998v-736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-right"],"defaultCode":59957,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":310,"order":314,"ligatures":"","prevSize":32,"name":"arrow-down-right","code":59958},"setIdx":0,"setId":0,"iconIdx":310},{"icon":{"paths":["M512 992l480-480h-288v-512h-384v512h-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down"],"defaultCode":59958,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":311,"order":315,"ligatures":"","prevSize":32,"name":"arrow-down","code":59959},"setIdx":0,"setId":0,"iconIdx":311},{"icon":{"paths":["M736 1024l-256-256 544-544-224-224-544 544-256-255.998v735.998h736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-left"],"defaultCode":59959,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":312,"order":316,"ligatures":"","prevSize":32,"name":"arrow-down-left","code":59960},"setIdx":0,"setId":0,"iconIdx":312},{"icon":{"paths":["M32 512l480 480v-288h512v-384h-512v-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left"],"defaultCode":59960,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":313,"order":317,"ligatures":"","prevSize":32,"name":"arrow-left","code":59961},"setIdx":0,"setId":0,"iconIdx":313},{"icon":{"paths":["M877.254 786.746l-530.744-530.746h229.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-384c-25.886 0-49.222 15.592-59.128 39.508-3.282 7.924-4.84 16.242-4.838 24.492h-0.034v384c0 35.346 28.654 64 64 64s64-28.654 64-64v-229.49l530.746 530.744c12.496 12.498 28.876 18.746 45.254 18.746s32.758-6.248 45.254-18.746c24.994-24.992 24.994-65.516 0-90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-left2"],"defaultCode":59961,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":314,"order":318,"ligatures":"","prevSize":32,"name":"arrow-up-left2","code":59962},"setIdx":0,"setId":0,"iconIdx":314},{"icon":{"paths":["M877.254 402.746l-320-320c-24.992-24.994-65.514-24.994-90.508 0l-320 320c-24.994 24.994-24.994 65.516 0 90.51 24.994 24.996 65.516 24.996 90.51 0l210.744-210.746v613.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-613.49l210.746 210.746c12.496 12.496 28.876 18.744 45.254 18.744s32.758-6.248 45.254-18.746c24.994-24.994 24.994-65.514 0-90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up2"],"defaultCode":59962,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":315,"order":319,"ligatures":"","prevSize":32,"name":"arrow-up2","code":59963},"setIdx":0,"setId":0,"iconIdx":315},{"icon":{"paths":["M237.254 877.254l530.746-530.744v229.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-384c0-25.884-15.594-49.222-39.508-59.126-7.924-3.284-16.242-4.84-24.492-4.838v-0.036h-384c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64h229.49l-530.744 530.746c-12.498 12.496-18.746 28.876-18.746 45.254s6.248 32.758 18.746 45.254c24.992 24.994 65.516 24.994 90.508 0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-right2"],"defaultCode":59963,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":316,"order":320,"ligatures":"","prevSize":32,"name":"arrow-up-right2","code":59964},"setIdx":0,"setId":0,"iconIdx":316},{"icon":{"paths":["M621.254 877.254l320-320c24.994-24.992 24.994-65.516 0-90.51l-320-320c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.516 0 90.51l210.746 210.746h-613.49c-35.346 0-64 28.654-64 64s28.654 64 64 64h613.49l-210.746 210.746c-12.496 12.496-18.744 28.876-18.744 45.254s6.248 32.758 18.744 45.254c24.994 24.994 65.516 24.994 90.51 0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right2"],"defaultCode":59964,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":317,"order":321,"ligatures":"","prevSize":32,"name":"arrow-right2","code":59965},"setIdx":0,"setId":0,"iconIdx":317},{"icon":{"paths":["M146.746 237.254l530.742 530.746h-229.488c-35.346 0-64 28.654-64 64s28.654 64 64 64h384c25.884 0 49.222-15.594 59.126-39.508 3.284-7.924 4.84-16.242 4.838-24.492h0.036v-384c0-35.346-28.654-64-64-64-35.348 0-64 28.654-64 64v229.49l-530.746-530.744c-12.496-12.498-28.874-18.746-45.254-18.746s-32.758 6.248-45.254 18.746c-24.994 24.992-24.994 65.516 0 90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-right2"],"defaultCode":59965,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":318,"order":322,"ligatures":"","prevSize":32,"name":"arrow-down-right2","code":59966},"setIdx":0,"setId":0,"iconIdx":318},{"icon":{"paths":["M877.254 621.254l-320 320c-24.992 24.994-65.514 24.994-90.508 0l-320-320c-24.994-24.994-24.994-65.516 0-90.51 24.994-24.996 65.516-24.996 90.51 0l210.744 210.746v-613.49c0-35.346 28.654-64 64-64s64 28.654 64 64v613.49l210.746-210.746c12.496-12.496 28.876-18.744 45.254-18.744s32.758 6.248 45.254 18.746c24.994 24.994 24.994 65.514 0 90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down2"],"defaultCode":59966,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":319,"order":323,"ligatures":"","prevSize":32,"name":"arrow-down2","code":59967},"setIdx":0,"setId":0,"iconIdx":319},{"icon":{"paths":["M786.744 146.744l-530.744 530.744v-229.49c0-35.346-28.654-64-64-64s-64 28.654-64 64v384.002c0 25.886 15.592 49.222 39.508 59.128 7.924 3.282 16.242 4.84 24.492 4.836v0.036l384-0.002c35.344 0 64-28.654 64-63.998 0-35.348-28.656-64-64-64h-229.49l530.744-530.746c12.496-12.496 18.746-28.876 18.746-45.256 0-16.376-6.25-32.758-18.746-45.254-24.992-24.992-65.518-24.992-90.51 0v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-left2"],"defaultCode":59967,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":320,"order":324,"ligatures":"","prevSize":32,"name":"arrow-down-left2","code":59968},"setIdx":0,"setId":0,"iconIdx":320},{"icon":{"paths":["M402.746 877.254l-320-320c-24.994-24.992-24.994-65.516 0-90.51l320-320c24.994-24.992 65.516-24.992 90.51 0 24.994 24.994 24.994 65.516 0 90.51l-210.746 210.746h613.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-613.49l210.746 210.746c12.496 12.496 18.744 28.876 18.744 45.254s-6.248 32.758-18.744 45.254c-24.994 24.994-65.516 24.994-90.51 0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left2"],"defaultCode":59968,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":321,"order":325,"ligatures":"","prevSize":32,"name":"arrow-left2","code":59969},"setIdx":0,"setId":0,"iconIdx":321},{"icon":{"paths":["M0 512c0 282.77 229.23 512 512 512s512-229.23 512-512-229.23-512-512-512-512 229.23-512 512zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416 186.25-416 416-416 416 186.25 416 416zM706.744 669.256l90.512-90.512-285.256-285.254-285.254 285.256 90.508 90.508 194.746-194.744z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-up"],"defaultCode":59969,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":322,"order":326,"ligatures":"","prevSize":32,"name":"circle-up","code":59970},"setIdx":0,"setId":0,"iconIdx":322},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM354.744 706.744l90.512 90.512 285.254-285.256-285.256-285.254-90.508 90.508 194.744 194.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-right"],"defaultCode":59970,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":323,"order":327,"ligatures":"","prevSize":32,"name":"circle-right","code":59971},"setIdx":0,"setId":0,"iconIdx":323},{"icon":{"paths":["M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512 229.23 512 512 512 512-229.23 512-512zM96 512c0-229.75 186.25-416 416-416s416 186.25 416 416-186.25 416-416 416-416-186.25-416-416zM317.256 354.744l-90.512 90.512 285.256 285.254 285.254-285.256-90.508-90.508-194.746 194.744z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-down"],"defaultCode":59971,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":324,"order":328,"ligatures":"","prevSize":32,"name":"circle-down","code":59972},"setIdx":0,"setId":0,"iconIdx":324},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM669.256 317.256l-90.512-90.512-285.254 285.256 285.256 285.254 90.508-90.508-194.744-194.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-left"],"defaultCode":59972,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":325,"order":329,"ligatures":"","prevSize":32,"name":"circle-left","code":59973},"setIdx":0,"setId":0,"iconIdx":325},{"icon":{"paths":["M960 0h64v512h-64v-512zM0 512h64v512h-64v-512zM320 704h704v128h-704v160l-224-224 224-224v160zM704 320h-704v-128h704v-160l224 224-224 224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tab"],"defaultCode":59973,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":326,"order":330,"ligatures":"","prevSize":32,"name":"tab","code":59974},"setIdx":0,"setId":0,"iconIdx":326},{"icon":{"paths":["M704 512v384h64v-384h160l-192-192-192 192zM64 192h96v64h-96v-64zM192 192h96v64h-96v-64zM320 192h64v96h-64v-96zM64 416h64v96h-64v-96zM160 448h96v64h-96v-64zM288 448h96v64h-96v-64zM64 288h64v96h-64v-96zM320 320h64v96h-64v-96zM320 704v192h-192v-192h192zM384 640h-320v320h320v-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["move-up"],"defaultCode":59974,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":327,"order":331,"ligatures":"","prevSize":32,"name":"move-up","code":59975},"setIdx":0,"setId":0,"iconIdx":327},{"icon":{"paths":["M768 704v-384h-64v384h-160l192 192 192-192zM320 256v192h-192v-192h192zM384 192h-320v320h320v-320zM64 640h96v64h-96v-64zM192 640h96v64h-96v-64zM320 640h64v96h-64v-96zM64 864h64v96h-64v-96zM160 896h96v64h-96v-64zM288 896h96v64h-96v-64zM64 736h64v96h-64v-96zM320 768h64v96h-64v-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["move-down"],"defaultCode":59975,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":328,"order":332,"ligatures":"","prevSize":32,"name":"move-down","code":59976},"setIdx":0,"setId":0,"iconIdx":328},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM928 1024h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.404-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.404 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32zM1020.622 401.686l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.156-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.808-7.902 22.216-27.124 14.312-42.93zM723.778 255.996l76.22-152.446 76.224 152.446h-152.444z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-alpha-asc"],"defaultCode":59976,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":329,"order":333,"ligatures":"","prevSize":32,"name":"sort-alpha-asc","code":59977},"setIdx":0,"setId":0,"iconIdx":329},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM928 448h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.406-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.406 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32zM1020.622 977.69l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.158-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.806-7.902 22.214-27.124 14.31-42.93zM723.778 832l76.22-152.446 76.226 152.446h-152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-alpha-desc"],"defaultCode":59977,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":330,"order":334,"ligatures":"","prevSize":32,"name":"sort-alpha-desc","code":59978},"setIdx":0,"setId":0,"iconIdx":330},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM864 448c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32zM928 576h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 640h128v128h-128v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-numeric-asc"],"defaultCode":59978,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":331,"order":335,"ligatures":"","prevSize":32,"name":"sort-numeric-asc","code":59979},"setIdx":0,"setId":0,"iconIdx":331},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM864 1024c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32zM928 0h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 64h128v128h-128v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-numberic-desc"],"defaultCode":59979,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":332,"order":336,"ligatures":"","prevSize":32,"name":"sort-numberic-desc","code":59980},"setIdx":0,"setId":0,"iconIdx":332},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM448 576h576v128h-576v-128zM448 384h448v128h-448v-128zM448 192h320v128h-320v-128zM448 0h192v128h-192v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-amount-asc"],"defaultCode":59980,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":333,"order":337,"ligatures":"","prevSize":32,"name":"sort-amount-asc","code":59981},"setIdx":0,"setId":0,"iconIdx":333},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM448 0h576v128h-576v-128zM448 192h448v128h-448v-128zM448 384h320v128h-320v-128zM448 576h192v128h-192v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-amount-desc"],"defaultCode":59981,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":334,"order":338,"ligatures":"","prevSize":32,"name":"sort-amount-desc","code":59982},"setIdx":0,"setId":0,"iconIdx":334},{"icon":{"paths":["M736 896c-88.224 0-160-71.776-160-160v-96h-128v96c0 88.224-71.776 160-160 160s-160-71.776-160-160 71.776-160 160-160h96v-128h-96c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160v96h128v-96c0-88.224 71.776-160 160-160s160 71.776 160 160-71.776 160-160 160h-96v128h96c88.224 0 160 71.776 160 160s-71.774 160-160 160zM640 640v96c0 52.934 43.066 96 96 96s96-43.066 96-96-43.066-96-96-96h-96zM288 640c-52.934 0-96 43.066-96 96s43.066 96 96 96 96-43.066 96-96v-96h-96zM448 576h128v-128h-128v128zM640 384h96c52.934 0 96-43.066 96-96s-43.066-96-96-96-96 43.066-96 96v96zM288 192c-52.934 0-96 43.066-96 96s43.066 96 96 96h96v-96c0-52.934-43.064-96-96-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["command"],"defaultCode":59982,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":335,"order":339,"ligatures":"","prevSize":32,"name":"command","code":59983},"setIdx":0,"setId":0,"iconIdx":335},{"icon":{"paths":["M672 896h-320c-17.672 0-32-14.326-32-32v-352h-128c-12.942 0-24.612-7.796-29.564-19.754-4.954-11.958-2.214-25.722 6.936-34.874l320-320c12.498-12.496 32.758-12.496 45.254 0l320 320c9.152 9.152 11.89 22.916 6.938 34.874s-16.62 19.754-29.564 19.754h-128v352c0 17.674-14.326 32-32 32zM384 832h256v-352c0-17.672 14.326-32 32-32h82.744l-242.744-242.746-242.744 242.746h82.744c17.672 0 32 14.328 32 32v352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shift"],"defaultCode":59983,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":336,"order":340,"ligatures":"","prevSize":32,"name":"shift","code":59984},"setIdx":0,"setId":0,"iconIdx":336},{"icon":{"paths":["M736.014 448c-8.908 0-17.77-3.698-24.096-10.928l-199.918-228.478-199.918 228.478c-11.636 13.3-31.856 14.65-45.154 3.010-13.3-11.638-14.648-31.854-3.010-45.154l224-256c6.076-6.944 14.854-10.928 24.082-10.928s18.006 3.984 24.082 10.928l224 256c11.638 13.3 10.292 33.516-3.010 45.154-6.070 5.312-13.582 7.918-21.058 7.918z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ctrl"],"defaultCode":59984,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":337,"order":341,"ligatures":"","prevSize":32,"name":"ctrl","code":59985},"setIdx":0,"setId":0,"iconIdx":337},{"icon":{"paths":["M928 832h-256c-12.646 0-24.106-7.448-29.242-19.004l-247.554-556.996h-299.204c-17.672 0-32-14.328-32-32s14.328-32 32-32h320c12.646 0 24.106 7.448 29.242 19.004l247.556 556.996h235.202c17.674 0 32 14.326 32 32s-14.326 32-32 32zM928 256h-320c-17.674 0-32-14.328-32-32s14.326-32 32-32h320c17.674 0 32 14.328 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["opt"],"defaultCode":59985,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":338,"order":342,"ligatures":"","prevSize":32,"name":"opt","code":59986},"setIdx":0,"setId":0,"iconIdx":338},{"icon":{"paths":["M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM448 794.51l-237.254-237.256 90.51-90.508 146.744 146.744 306.746-306.746 90.508 90.51-397.254 397.256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkbox-checked"],"defaultCode":59986,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":339,"order":343,"ligatures":"","prevSize":32,"name":"checkbox-checked","code":59987},"setIdx":0,"setId":0,"iconIdx":339},{"icon":{"paths":["M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-768v-768h768v768z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkbox-unchecked"],"defaultCode":59987,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":340,"order":344,"ligatures":"","prevSize":32,"name":"checkbox-unchecked","code":59988},"setIdx":0,"setId":0,"iconIdx":340},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192s-192-85.961-192-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["radio-checked"],"defaultCode":59988,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":341,"order":345,"ligatures":"","prevSize":32,"name":"radio-checked","code":59989},"setIdx":0,"setId":0,"iconIdx":341},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 640c-70.692 0-128-57.306-128-128 0-70.692 57.308-128 128-128 70.694 0 128 57.308 128 128 0 70.694-57.306 128-128 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["radio-checked2"],"defaultCode":59989,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":342,"order":346,"ligatures":"","prevSize":32,"name":"radio-checked2","code":59990},"setIdx":0,"setId":0,"iconIdx":342},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["radio-unchecked"],"defaultCode":59990,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":343,"order":347,"ligatures":"","prevSize":32,"name":"radio-unchecked","code":59991},"setIdx":0,"setId":0,"iconIdx":343},{"icon":{"paths":["M832 256l192-192-64-64-192 192h-448v-192h-128v192h-192v128h192v512h512v192h128v-192h192v-128h-192v-448zM320 320h320l-320 320v-320zM384 704l320-320v320h-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["crop"],"defaultCode":59991,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":344,"order":348,"ligatures":"","prevSize":32,"name":"crop","code":59992},"setIdx":0,"setId":0,"iconIdx":344},{"icon":{"paths":["M320 128h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64zM704 384h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64zM704 192h128v128h-128v-128zM320 640h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64zM320 832h-128v-128h128v128zM832 640h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64zM896 512h-64c-85.476 0-165.834-33.286-226.274-93.724-60.44-60.442-93.726-140.802-93.726-226.276v-64c0-70.4-57.6-128-128-128h-256c-70.4 0-128 57.6-128 128v256c0 70.4 57.6 128 128 128h64c85.476 0 165.834 33.286 226.274 93.724 60.44 60.442 93.726 140.802 93.726 226.276v64c0 70.4 57.6 128 128 128h256c70.4 0 128-57.6 128-128v-256c0-70.4-57.6-128-128-128zM960 896c0 16.954-6.696 32.986-18.856 45.144-12.158 12.16-28.19 18.856-45.144 18.856h-256c-16.954 0-32.986-6.696-45.144-18.856-12.16-12.158-18.856-28.19-18.856-45.144v-64c0-212.078-171.922-384-384-384h-64c-16.954 0-32.986-6.696-45.146-18.854-12.158-12.16-18.854-28.192-18.854-45.146v-256c0-16.954 6.696-32.986 18.854-45.146 12.16-12.158 28.192-18.854 45.146-18.854h256c16.954 0 32.986 6.696 45.146 18.854 12.158 12.16 18.854 28.192 18.854 45.146v64c0 212.078 171.922 384 384 384h64c16.954 0 32.986 6.696 45.144 18.856 12.16 12.158 18.856 28.19 18.856 45.144v256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["make-group"],"defaultCode":59992,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":345,"order":349,"ligatures":"","prevSize":32,"name":"make-group","code":59993},"setIdx":0,"setId":0,"iconIdx":345},{"icon":{"paths":["M384 464c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM704 464c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM384 784c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM704 784c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM912.082 160l111.918-111.916v-48.084h-48.082l-111.918 111.916-111.918-111.916h-48.082v48.084l111.918 111.916-111.918 111.916v48.084h48.082l111.918-111.916 111.918 111.916h48.082v-48.084zM0 768h64v128h-64v-128zM0 576h64v128h-64v-128zM832 448h64v128h-64v-128zM832 832h64v128h-64v-128zM832 640h64v128h-64v-128zM0 384h64v128h-64v-128zM0 192h64v128h-64v-128zM512 128h128v64h-128v-64zM320 128h128v64h-128v-64zM128 128h128v64h-128v-64zM448 960h128v64h-128v-64zM640 960h128v64h-128v-64zM256 960h128v64h-128v-64zM64 960h128v64h-128v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ungroup"],"defaultCode":59993,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":346,"order":350,"ligatures":"","prevSize":32,"name":"ungroup","code":59994},"setIdx":0,"setId":0,"iconIdx":346},{"icon":{"paths":["M913.826 679.694c-66.684-104.204-181.078-150.064-255.51-102.434-6.428 4.116-12.334 8.804-17.744 13.982l-79.452-124.262 183.462-287.972c15.016-27.73 20.558-60.758 13.266-93.974-6.972-31.75-24.516-58.438-48.102-77.226l-12.278-7.808-217.468 340.114-217.47-340.114-12.276 7.806c-23.586 18.79-41.13 45.476-48.1 77.226-7.292 33.216-1.75 66.244 13.264 93.974l183.464 287.972-79.454 124.262c-5.41-5.178-11.316-9.868-17.744-13.982-74.432-47.63-188.826-1.77-255.51 102.434-66.68 104.2-60.398 227.286 14.032 274.914 74.43 47.632 188.824 1.77 255.508-102.432l164.286-257.87 164.288 257.872c66.684 104.202 181.078 150.064 255.508 102.432 74.428-47.63 80.71-170.716 14.030-274.914zM234.852 800.43c-30.018 46.904-68.534 69.726-94.572 75.446-0.004 0-0.004 0-0.004 0-8.49 1.868-20.294 3.010-28.324-2.128-8.898-5.694-14.804-20.748-15.8-40.276-1.616-31.644 9.642-68.836 30.888-102.034 30.014-46.906 68.53-69.726 94.562-75.444 8.496-1.866 20.308-3.010 28.336 2.126 8.898 5.694 14.802 20.75 15.798 40.272 1.618 31.65-9.64 68.84-30.884 102.038zM480 512c-17.672 0-32-14.328-32-32s14.328-32 32-32 32 14.328 32 32-14.328 32-32 32zM863.85 833.47c-0.996 19.528-6.902 34.582-15.8 40.276-8.030 5.138-19.834 3.996-28.324 2.128 0 0 0 0-0.004 0-26.040-5.718-64.554-28.542-94.572-75.446-21.244-33.198-32.502-70.388-30.884-102.038 0.996-19.522 6.9-34.578 15.798-40.272 8.028-5.136 19.84-3.992 28.336-2.126 26.034 5.716 64.548 28.538 94.562 75.444 21.246 33.198 32.502 70.39 30.888 102.034z"],"isMulticolor":false,"isMulticolor2":false,"tags":["scissors"],"defaultCode":59994,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":347,"order":351,"ligatures":"","prevSize":32,"name":"scissors","code":59995},"setIdx":0,"setId":0,"iconIdx":347},{"icon":{"paths":["M512 0c-282.77 0-512 71.634-512 160v96l384 384v320c0 35.346 57.306 64 128 64 70.692 0 128-28.654 128-64v-320l384-384v-96c0-88.366-229.23-160-512-160zM94.384 138.824c23.944-13.658 57.582-26.62 97.278-37.488 87.944-24.076 201.708-37.336 320.338-37.336 118.628 0 232.394 13.26 320.338 37.336 39.696 10.868 73.334 23.83 97.28 37.488 15.792 9.006 24.324 16.624 28.296 21.176-3.972 4.552-12.506 12.168-28.296 21.176-23.946 13.658-57.584 26.62-97.28 37.488-87.942 24.076-201.708 37.336-320.338 37.336s-232.394-13.26-320.338-37.336c-39.696-10.868-73.334-23.83-97.278-37.488-15.792-9.008-24.324-16.624-28.298-21.176 3.974-4.552 12.506-12.168 28.298-21.176z"],"isMulticolor":false,"isMulticolor2":false,"tags":["filter"],"defaultCode":59995,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":348,"order":352,"ligatures":"","prevSize":32,"name":"filter","code":59996},"setIdx":0,"setId":0,"iconIdx":348},{"icon":{"paths":["M799.596 16.208c-90.526 0-148.62-16.208-241.848-16.208-301.284 0-441.792 171.584-441.792 345.872 0 102.678 48.64 136.458 144.564 136.458-6.758-14.864-18.914-31.080-18.914-104.034 0-204.010 77.006-263.458 175.636-267.51 0 0-80.918 793.374-315.778 888.542v24.672h316.594l108.026-512h197.844l44.072-128h-214.908l51.944-246.19c59.446 12.156 117.542 24.316 167.532 24.316 62.148 0 118.894-18.914 149.968-162.126-37.826 12.16-78.362 16.208-122.94 16.208z"],"isMulticolor":false,"isMulticolor2":false,"tags":["font"],"defaultCode":59996,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":349,"order":353,"ligatures":"","prevSize":32,"name":"font","code":59997},"setIdx":0,"setId":0,"iconIdx":349},{"icon":{"paths":["M768 871.822c0-0.040 0.002-0.076 0.002-0.116l-0.344-436.562-127.492 6.19h-251.93v-21.494c0-81.542 5.8-162.976 17.24-194.716 7.896-21.948 22.598-41.744 43.698-58.836 20.618-16.702 41.178-25.17 61.11-25.17 16.772 0 30.702 2.878 41.402 8.554 15.026 8.562 29.716 22.964 43.67 42.818 36.95 52.504 51.99 66.454 60.094 72.376 13.804 10.094 30.512 15.212 49.658 15.212 18.668 0 34.962-6.97 48.436-20.714 13.372-13.636 20.15-30.682 20.15-50.666 0-21.452-8.916-44.204-26.502-67.622-17.184-22.888-43.708-41.742-78.834-56.032-34.322-13.964-72.94-21.044-114.778-21.044-60.716 0-116.012 14.596-164.356 43.384-48.424 28.834-85.558 68.952-110.37 119.24-22.994 46.604-21.334 134.706-22.732 214.712h-125.732v71.402h125.598v324.668c0 71.666-21.906 91.008-30.216 101.324-11.436 14.202-32.552 29.104-60.444 29.104h-38.654v56.166h385.326v-56.168h-6.708c-91.144 0-117.020-9.832-117.020-120.842 0-0.018 0-0.034 0-0.048l-0.038-334.206h140.204c74.404 0 91.496 3.444 95.392 4.924 4.706 1.79 10.798 4.832 13.084 9.144 0.868 1.684 5.194 25.008 5.194 82.972v250.67c0 58.454-7.124 77.896-11.45 84.402-9.248 14.194-20.41 22.066-54.66 22.904v56.248h293.61v-55.846c-91.608 0-101.608-9.82-101.608-96.332z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ligature"],"defaultCode":59997,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":350,"order":354,"ligatures":"","prevSize":32,"name":"ligature","code":59998},"setIdx":0,"setId":0,"iconIdx":350},{"icon":{"paths":["M855.328 917.454c-11.734 0-83.62-13.2-88.020-29.338-10.274-39.612-11.738-82.152-11.738-130.568v-540.974c0-80.686 16.138-127.632 16.138-127.632-1.468-7.334-8.804-23.472-17.604-23.472h-4.404c-4.4 0-55.746 32.276-102.692 32.276-38.14-0.002-61.89-33.746-105.902-33.746-185.106 0-271.942 150.31-271.942 363.032v11.072c0 4.402-2.934 8.804-7.336 8.804h-60.148c-7.336 0-22.006 41.078-22.006 60.148 0 5.87 1.466 8.8 4.4 8.8h77.754c4.402 0 7.336 5.872 7.336 10.27 0 130.566-1.466 259.298-1.466 259.298 0 20.54-1.466 66.016-10.27 102.692-4.4 16.138-71.884 29.338-89.488 29.338-7.334 0-7.334 35.212 0 42.546 60.148-2.934 99.758-7.334 159.908-7.334 55.75 0 98.292 4.4 156.974 7.334 2.934-8.802 2.934-42.546-4.4-42.546-11.736 0-83.624-13.2-88.022-29.338-10.27-39.612-10.27-82.152-11.738-130.568v-232.888c0-4.402 4.402-8.804 8.802-8.804h151.104c10.27-20.538 17.606-45.476 17.606-58.68 0-8.802 0-10.27-7.336-10.27h-162.84c-2.934 0-7.336-4.402-7.336-7.334v-52.82c0-130.568 53.482-245.538 142.97-245.538 63.372 0 118.666 41.060 118.666 197.922 0 0.006 0 0.012 0 0.018 0.208 4.036 0.314 7.294 0.314 9.452v436.816c0 20.54-1.47 66.016-10.27 102.692-4.404 16.138-71.884 29.338-89.492 29.338-7.336 0-7.336 35.212 0 42.546 60.15-2.934 99.762-7.334 159.912-7.334 55.746 0 98.288 4.4 156.972 7.334 2.928-8.8 2.928-42.544-4.406-42.544z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ligature2"],"defaultCode":59998,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":351,"order":355,"ligatures":"","prevSize":32,"name":"ligature2","code":59999},"setIdx":0,"setId":0,"iconIdx":351},{"icon":{"paths":["M896 768h128l-160 192-160-192h128v-512h-128l160-192 160 192h-128zM640 64v256l-64-128h-192v704h128v64h-384v-64h128v-704h-192l-64 128v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["text-height"],"defaultCode":59999,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":352,"order":356,"ligatures":"","prevSize":32,"name":"text-height","code":60000},"setIdx":0,"setId":0,"iconIdx":352},{"icon":{"paths":["M256 896v128l-192-160 192-160v128h512v-128l192 160-192 160v-128zM832 64v256l-64-128h-192v448h128v64h-384v-64h128v-448h-192l-64 128v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["text-width"],"defaultCode":60000,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":353,"order":357,"ligatures":"","prevSize":32,"name":"text-width","code":60001},"setIdx":0,"setId":0,"iconIdx":353},{"icon":{"paths":["M64 512h384v128h-128v384h-128v-384h-128zM960 256h-251.75v768h-136.5v-768h-251.75v-128h640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["font-size"],"defaultCode":60001,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":354,"order":358,"ligatures":"","prevSize":32,"name":"font-size","code":60002},"setIdx":0,"setId":0,"iconIdx":354},{"icon":{"paths":["M707.88 484.652c37.498-44.542 60.12-102.008 60.12-164.652 0-141.16-114.842-256-256-256h-320v896h384c141.158 0 256-114.842 256-256 0-92.956-49.798-174.496-124.12-219.348zM384 192h101.5c55.968 0 101.5 57.42 101.5 128s-45.532 128-101.5 128h-101.5v-256zM543 832h-159v-256h159c58.45 0 106 57.42 106 128s-47.55 128-106 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bold"],"defaultCode":60002,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":355,"order":359,"ligatures":"","prevSize":32,"name":"bold","code":60003},"setIdx":0,"setId":0,"iconIdx":355},{"icon":{"paths":["M704 64h128v416c0 159.058-143.268 288-320 288-176.73 0-320-128.942-320-288v-416h128v416c0 40.166 18.238 78.704 51.354 108.506 36.896 33.204 86.846 51.494 140.646 51.494s103.75-18.29 140.646-51.494c33.116-29.802 51.354-68.34 51.354-108.506v-416zM192 832h640v128h-640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["underline"],"defaultCode":60003,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":356,"order":360,"ligatures":"","prevSize":32,"name":"underline","code":60004},"setIdx":0,"setId":0,"iconIdx":356},{"icon":{"paths":["M896 64v64h-128l-320 768h128v64h-448v-64h128l320-768h-128v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["italic"],"defaultCode":60004,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":357,"order":361,"ligatures":"","prevSize":32,"name":"italic","code":60005},"setIdx":0,"setId":0,"iconIdx":357},{"icon":{"paths":["M1024 512v64h-234.506c27.504 38.51 42.506 82.692 42.506 128 0 70.878-36.66 139.026-100.58 186.964-59.358 44.518-137.284 69.036-219.42 69.036-82.138 0-160.062-24.518-219.42-69.036-63.92-47.938-100.58-116.086-100.58-186.964h128c0 69.382 87.926 128 192 128s192-58.618 192-128c0-69.382-87.926-128-192-128h-512v-64h299.518c-2.338-1.654-4.656-3.324-6.938-5.036-63.92-47.94-100.58-116.086-100.58-186.964s36.66-139.024 100.58-186.964c59.358-44.518 137.282-69.036 219.42-69.036 82.136 0 160.062 24.518 219.42 69.036 63.92 47.94 100.58 116.086 100.58 186.964h-128c0-69.382-87.926-128-192-128s-192 58.618-192 128c0 69.382 87.926 128 192 128 78.978 0 154.054 22.678 212.482 64h299.518z"],"isMulticolor":false,"isMulticolor2":false,"tags":["strikethrough"],"defaultCode":60005,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":358,"order":362,"ligatures":"","prevSize":32,"name":"strikethrough","code":60006},"setIdx":0,"setId":0,"iconIdx":358},{"icon":{"paths":["M704 896h256l64-128v256h-384v-214.214c131.112-56.484 224-197.162 224-361.786 0-214.432-157.598-382.266-352-382.266-194.406 0-352 167.832-352 382.266 0 164.624 92.886 305.302 224 361.786v214.214h-384v-256l64 128h256v-32.59c-187.63-66.46-320-227.402-320-415.41 0-247.424 229.23-448 512-448s512 200.576 512 448c0 188.008-132.37 348.95-320 415.41v32.59z"],"isMulticolor":false,"isMulticolor2":false,"tags":["omega"],"defaultCode":60006,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":359,"order":363,"ligatures":"","prevSize":32,"name":"omega","code":60007},"setIdx":0,"setId":0,"iconIdx":359},{"icon":{"paths":["M941.606 734.708l44.394-94.708h38l-64 384h-960v-74.242l331.546-391.212-331.546-331.546v-227h980l44 256h-34.376l-18.72-38.88c-35.318-73.364-61.904-89.12-138.904-89.12h-662l353.056 353.056-297.42 350.944h542.364c116.008 0 146.648-41.578 173.606-97.292z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sigma"],"defaultCode":60007,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":360,"order":364,"ligatures":"","prevSize":32,"name":"sigma","code":60008},"setIdx":0,"setId":0,"iconIdx":360},{"icon":{"paths":["M0 512h128v64h-128zM192 512h192v64h-192zM448 512h128v64h-128zM640 512h192v64h-192zM896 512h128v64h-128zM880 0l16 448h-768l16-448h32l16 384h640l16-384zM144 1024l-16-384h768l-16 384h-32l-16-320h-640l-16 320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["page-break"],"defaultCode":60008,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":361,"order":365,"ligatures":"","prevSize":32,"name":"page-break","code":60009},"setIdx":0,"setId":0,"iconIdx":361},{"icon":{"paths":["M768 206v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["superscript"],"defaultCode":60009,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":362,"order":366,"ligatures":"","prevSize":32,"name":"superscript","code":60010},"setIdx":0,"setId":0,"iconIdx":362},{"icon":{"paths":["M768 910v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["subscript"],"defaultCode":60010,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":363,"order":367,"ligatures":"","prevSize":32,"name":"subscript","code":60011},"setIdx":0,"setId":0,"iconIdx":363},{"icon":{"paths":["M194.018 832l57.6-192h264.764l57.6 192h113.632l-192-640h-223.232l-192 640h113.636zM347.618 320h72.764l57.6 192h-187.964l57.6-192zM704 832l160-256 160 256h-320zM864 128h-64c-17.644 0-32-14.356-32-32s14.356-32 32-32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32h-128c-52.936 0-96 43.066-96 96 0 24.568 9.288 47.002 24.524 64 17.588 19.624 43.11 32 71.476 32h64c17.644 0 32 14.356 32 32s-14.356 32-32 32h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c52.936 0 96-43.066 96-96 0-24.568-9.288-47.002-24.524-64-17.588-19.624-43.108-32-71.476-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["superscript2"],"defaultCode":60011,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":364,"order":368,"ligatures":"","prevSize":32,"name":"superscript2","code":60012},"setIdx":0,"setId":0,"iconIdx":364},{"icon":{"paths":["M194.018 832l57.6-192h264.764l57.6 192h113.632l-192-640h-223.232l-192 640h113.636zM347.618 320h72.764l57.6 192h-187.964l57.6-192zM1024 192l-160 256-160-256h320zM864 832h-64c-17.644 0-32-14.356-32-32s14.356-32 32-32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32h-128c-52.936 0-96 43.066-96 96 0 24.568 9.29 47.002 24.524 64 17.588 19.624 43.112 32 71.476 32h64c17.644 0 32 14.356 32 32s-14.356 32-32 32h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c52.936 0 96-43.066 96-96 0-24.568-9.29-47.002-24.524-64-17.588-19.624-43.108-32-71.476-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["subscript2"],"defaultCode":60012,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":365,"order":369,"ligatures":"","prevSize":32,"name":"subscript2","code":60013},"setIdx":0,"setId":0,"iconIdx":365},{"icon":{"paths":["M322.018 832l57.6-192h264.764l57.6 192h113.632l-191.996-640h-223.236l-192 640h113.636zM475.618 320h72.764l57.6 192h-187.964l57.6-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["text-color"],"defaultCode":60013,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":366,"order":370,"ligatures":"","prevSize":32,"name":"text-color","code":60014},"setIdx":0,"setId":0,"iconIdx":366},{"icon":{"paths":["M256 384v-384h768v384h-64v-320h-640v320zM1024 576v448h-768v-448h64v384h640v-384zM512 448h128v64h-128zM320 448h128v64h-128zM704 448h128v64h-128zM896 448h128v64h-128zM0 288l192 192-192 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pagebreak"],"defaultCode":60014,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":367,"order":371,"ligatures":"","prevSize":32,"name":"pagebreak","code":60015},"setIdx":0,"setId":0,"iconIdx":367},{"icon":{"paths":["M0 896h576v128h-576zM896 128h-302.56l-183.764 704h-132.288l183.762-704h-269.15v-128h704zM929.774 1024l-129.774-129.774-129.774 129.774-62.226-62.226 129.774-129.774-129.774-129.774 62.226-62.226 129.774 129.774 129.774-129.774 62.226 62.226-129.774 129.774 129.774 129.774z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clear-formatting"],"defaultCode":60015,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":368,"order":372,"ligatures":"","prevSize":32,"name":"clear-formatting","code":60016},"setIdx":0,"setId":0,"iconIdx":368},{"icon":{"paths":["M0 192v704h1024v-704h-1024zM384 640v-128h256v128h-256zM640 704v128h-256v-128h256zM640 320v128h-256v-128h256zM320 320v128h-256v-128h256zM64 512h256v128h-256v-128zM704 512h256v128h-256v-128zM704 448v-128h256v128h-256zM64 704h256v128h-256v-128zM704 832v-128h256v128h-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table2"],"defaultCode":60016,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":369,"order":373,"ligatures":"","prevSize":32,"name":"table2","code":60017},"setIdx":0,"setId":0,"iconIdx":369},{"icon":{"paths":["M0 64v896h1024v-896h-1024zM384 640v-192h256v192h-256zM640 704v192h-256v-192h256zM640 192v192h-256v-192h256zM320 192v192h-256v-192h256zM64 448h256v192h-256v-192zM704 448h256v192h-256v-192zM704 384v-192h256v192h-256zM64 704h256v192h-256v-192zM704 896v-192h256v192h-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table21"],"defaultCode":60017,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":370,"order":374,"ligatures":"","prevSize":32,"name":"table21","code":60018},"setIdx":0,"setId":0,"iconIdx":370},{"icon":{"paths":["M384 192h128v64h-128zM576 192h128v64h-128zM896 192v256h-192v-64h128v-128h-64v-64zM320 384h128v64h-128zM512 384h128v64h-128zM192 256v128h64v64h-128v-256h192v64zM384 576h128v64h-128zM576 576h128v64h-128zM896 576v256h-192v-64h128v-128h-64v-64zM320 768h128v64h-128zM512 768h128v64h-128zM192 640v128h64v64h-128v-256h192v64zM960 64h-896v896h896v-896zM1024 0v0 1024h-1024v-1024h1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["insert-template"],"defaultCode":60018,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":371,"order":375,"ligatures":"","prevSize":32,"name":"insert-template","code":60019},"setIdx":0,"setId":0,"iconIdx":371},{"icon":{"paths":["M384 0h512v128h-128v896h-128v-896h-128v896h-128v-512c-141.384 0-256-114.616-256-256s114.616-256 256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pilcrow"],"defaultCode":60019,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":372,"order":376,"ligatures":"","prevSize":32,"name":"pilcrow","code":60020},"setIdx":0,"setId":0,"iconIdx":372},{"icon":{"paths":["M512 0c-141.384 0-256 114.616-256 256s114.616 256 256 256v512h128v-896h128v896h128v-896h128v-128h-512zM0 704l256-256-256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ltr"],"defaultCode":60020,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":373,"order":377,"ligatures":"","prevSize":32,"name":"ltr","code":60021},"setIdx":0,"setId":0,"iconIdx":373},{"icon":{"paths":["M256 0c-141.384 0-256 114.616-256 256s114.616 256 256 256v512h128v-896h128v896h128v-896h128v-128h-512zM1024 192l-256 256 256 256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rtl"],"defaultCode":60021,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":374,"order":378,"ligatures":"","prevSize":32,"name":"rtl","code":60022},"setIdx":0,"setId":0,"iconIdx":374},{"icon":{"paths":["M495.964 1024c-49.36 0-91.116-14.406-124.104-42.82-33.224-28.614-50.068-62.038-50.068-99.344 0-18.128 6.6-33.756 19.622-46.458 13.232-12.914 29.782-19.744 47.85-19.744 18.002 0 34.194 6.41 46.826 18.542 12.472 11.972 18.796 27.824 18.796 47.104 0 11.318-1.85 23.818-5.494 37.146-3.616 13.178-4.376 19.938-4.376 23.292 0 3.682 0.924 8.076 7.774 12.756 12.76 8.824 28.066 13.084 46.876 13.084 22.576 0 42.718-7.858 61.574-24.022 18.578-15.942 27.612-32.318 27.612-50.056 0-19.736-5.27-36.826-16.12-52.242-18.336-25.758-52.878-55.954-102.612-89.668-79.858-53.454-133.070-99.766-162.58-141.52-22.89-32.684-34.476-67.89-34.476-104.704 0-37.062 12.142-73.948 36.092-109.63 20.508-30.554 50.8-58.12 90.228-82.138-21.096-22.7-36.896-44.064-47.094-63.688-12.872-24.76-19.398-50.372-19.398-76.122 0-47.814 18.91-89.16 56.206-122.89 37.32-33.76 83.86-50.878 138.322-50.878 50.086 0 92.206 14.082 125.182 41.852 33.328 28.082 50.222 60.898 50.222 97.54 0 18.656-6.986 35.364-20.766 49.66l-0.276 0.282c-7.976 7.924-22.618 17.37-47.046 17.37-19.148 0-35.934-6.272-48.54-18.136-12.558-11.794-18.93-25.918-18.93-41.966 0-6.934 1.702-17.416 5.352-32.98 1.778-7.364 2.668-14.142 2.668-20.25 0-10.338-3.726-18.272-11.724-24.966-8.282-6.93-20.108-10.302-36.142-10.302-24.868 0-45.282 7.562-62.41 23.118-17.19 15.606-25.544 34.088-25.544 56.508 0 20.156 4.568 36.762 13.58 49.362 17.112 23.938 46.796 49.79 88.22 76.836 84.17 54.588 142.902 104.672 174.518 148.826 23.35 33.12 35.152 68.34 35.152 104.792 0 36.598-11.882 73.496-35.318 109.676-20.208 31.18-50.722 59.276-90.884 83.71 22.178 23.466 37.812 44.042 47.554 62.538 12.082 22.97 18.208 48.048 18.208 74.542 0 49.664-18.926 91.862-56.244 125.422-37.34 33.554-83.866 50.566-138.288 50.566zM446.416 356.346c-48.222 28.952-71.712 62.19-71.712 101.314 0 22.756 6.498 43.13 19.86 62.278 19.936 27.926 59.27 62.054 116.804 101.288 24.358 16.586 46.36 32.712 65.592 48.060 49.060-29.504 72.956-62.366 72.956-100.178 0-20.598-8.142-42.774-24.204-65.916-16.808-24.196-52.85-55.796-107.128-93.914-28.328-19.562-52.558-37.334-72.168-52.932z"],"isMulticolor":false,"isMulticolor2":false,"tags":["section"],"defaultCode":60022,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":375,"order":379,"ligatures":"","prevSize":32,"name":"section","code":60023},"setIdx":0,"setId":0,"iconIdx":375},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h640v128h-640zM0 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-left"],"defaultCode":60023,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":376,"order":380,"ligatures":"","prevSize":32,"name":"paragraph-left","code":60024},"setIdx":0,"setId":0,"iconIdx":376},{"icon":{"paths":["M0 64h1024v128h-1024zM192 256h640v128h-640zM192 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-center"],"defaultCode":60024,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":377,"order":381,"ligatures":"","prevSize":32,"name":"paragraph-center","code":60025},"setIdx":0,"setId":0,"iconIdx":377},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-right"],"defaultCode":60025,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":378,"order":382,"ligatures":"","prevSize":32,"name":"paragraph-right","code":60026},"setIdx":0,"setId":0,"iconIdx":378},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h1024v128h-1024zM0 448h1024v128h-1024zM0 640h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-justify"],"defaultCode":60026,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":379,"order":383,"ligatures":"","prevSize":32,"name":"paragraph-justify","code":60027},"setIdx":0,"setId":0,"iconIdx":379},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 448h640v128h-640zM384 640h640v128h-640zM0 832h1024v128h-1024zM0 704v-384l256 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["indent-increase"],"defaultCode":60027,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":380,"order":384,"ligatures":"","prevSize":32,"name":"indent-increase","code":60028},"setIdx":0,"setId":0,"iconIdx":380},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 448h640v128h-640zM384 640h640v128h-640zM0 832h1024v128h-1024zM256 320v384l-256-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["indent-decrease"],"defaultCode":60028,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":381,"order":385,"ligatures":"","prevSize":32,"name":"indent-decrease","code":60029},"setIdx":0,"setId":0,"iconIdx":381},{"icon":{"paths":["M256 640c0 0 58.824-192 384-192v192l384-256-384-256v192c-256 0-384 159.672-384 320zM704 768h-576v-384h125.876c10.094-11.918 20.912-23.334 32.488-34.18 43.964-41.19 96.562-72.652 156.114-93.82h-442.478v640h832v-268.624l-128 85.334v55.29z"],"isMulticolor":false,"isMulticolor2":false,"tags":["share"],"defaultCode":60029,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":382,"order":386,"ligatures":"","prevSize":32,"name":"share","code":60030},"setIdx":0,"setId":0,"iconIdx":382},{"icon":{"paths":["M192 64v768h768v-768h-768zM896 768h-640v-640h640v640zM128 896v-672l-64-64v800h800l-64-64h-672zM352 256l160 160-192 192 96 96 192-192 160 160v-416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["new-tab"],"defaultCode":60030,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":383,"order":387,"ligatures":"","prevSize":32,"name":"new-tab","code":60031},"setIdx":0,"setId":0,"iconIdx":383},{"icon":{"paths":["M576 736l96 96 320-320-320-320-96 96 224 224zM448 288l-96-96-320 320 320 320 96-96-224-224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["embed"],"defaultCode":60031,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":384,"order":388,"ligatures":"","prevSize":32,"name":"embed","code":60032},"setIdx":0,"setId":0,"iconIdx":384},{"icon":{"paths":["M832 736l96 96 320-320-320-320-96 96 224 224zM448 288l-96-96-320 320 320 320 96-96-224-224zM701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"],"width":1280,"isMulticolor":false,"isMulticolor2":false,"tags":["embed2"],"defaultCode":60032,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":385,"order":389,"ligatures":"","prevSize":32,"name":"embed2","code":60033},"setIdx":0,"setId":0,"iconIdx":385},{"icon":{"paths":["M0 64v896h1024v-896h-1024zM960 896h-896v-768h896v768zM896 192h-768v640h768v-640zM448 512h-64v64h-64v64h-64v-64h64v-64h64v-64h-64v-64h-64v-64h64v64h64v64h64v64zM704 640h-192v-64h192v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["terminal"],"defaultCode":60033,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":386,"order":390,"ligatures":"","prevSize":32,"name":"terminal","code":60034},"setIdx":0,"setId":0,"iconIdx":386},{"icon":{"paths":["M864 704c-45.16 0-85.92 18.738-115.012 48.83l-431.004-215.502c1.314-8.252 2.016-16.706 2.016-25.328s-0.702-17.076-2.016-25.326l431.004-215.502c29.092 30.090 69.852 48.828 115.012 48.828 88.366 0 160-71.634 160-160s-71.634-160-160-160-160 71.634-160 160c0 8.622 0.704 17.076 2.016 25.326l-431.004 215.504c-29.092-30.090-69.852-48.83-115.012-48.83-88.366 0-160 71.636-160 160 0 88.368 71.634 160 160 160 45.16 0 85.92-18.738 115.012-48.828l431.004 215.502c-1.312 8.25-2.016 16.704-2.016 25.326 0 88.368 71.634 160 160 160s160-71.632 160-160c0-88.364-71.634-160-160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["share2"],"defaultCode":60034,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":387,"order":391,"ligatures":"","prevSize":32,"name":"share2","code":60035},"setIdx":0,"setId":0,"iconIdx":387},{"icon":{"paths":["M853.31 0h-682.62c-93.88 0-170.69 76.784-170.69 170.658v682.656c0 93.876 76.81 170.686 170.69 170.686h682.622c93.938 0 170.688-76.81 170.688-170.686v-682.656c0-93.874-76.75-170.658-170.69-170.658zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.94-185.598 185.6c-1.444-5.338-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.206l182.118-182.118 90.422 105.496 90.424-105.494 182.116 182.118c-5.34 1.442-10.886 2.204-16.54 2.204zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.598-185.598 187.664-218.942c0.084 1.328 0.14 2.66 0.14 4v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail"],"defaultCode":60035,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":388,"order":392,"ligatures":"","prevSize":32,"name":"mail","code":60036},"setIdx":0,"setId":0,"iconIdx":388},{"icon":{"paths":["M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM853.342 128c7.988 0 15.546 2.334 22.020 6.342l-363.362 300.404-363.354-300.4c6.478-4.010 14.044-6.346 22.040-6.346h682.656zM170.686 896c-1.924 0-3.82-0.146-5.684-0.408l225.626-312.966-29.256-29.254-233.372 233.37v-611.138l384 464.396 384-464.394v611.136l-233.372-233.37-29.254 29.254 225.628 312.968c-1.858 0.26-3.746 0.406-5.662 0.406h-682.654z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail2"],"defaultCode":60036,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":389,"order":393,"ligatures":"","prevSize":32,"name":"mail2","code":60037},"setIdx":0,"setId":0,"iconIdx":389},{"icon":{"paths":["M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM182.628 886.626l-77.256-77.254 256-256 29.256 29.254-208 304zM153.372 198.628l29.256-29.256 329.372 265.374 329.374-265.374 29.254 29.256-358.628 422.626-358.628-422.626zM841.374 886.626l-208-304 29.254-29.254 256 256-77.254 77.254z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail3"],"defaultCode":60037,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":390,"order":394,"ligatures":"","prevSize":32,"name":"mail3","code":60038},"setIdx":0,"setId":0,"iconIdx":390},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.942-185.598 185.598c-1.444-5.336-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.208l182.118-182.118 90.422 105.498 90.424-105.494 182.116 182.12c-5.34 1.44-10.886 2.202-16.54 2.202zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.6-185.598 187.666-218.942c0.084 1.328 0.14 2.66 0.14 4v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail4"],"defaultCode":60038,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":391,"order":395,"ligatures":"","prevSize":32,"name":"mail4","code":60039},"setIdx":0,"setId":0,"iconIdx":391},{"icon":{"paths":["M862.88 311.68c-0.416-1.184-0.832-2.144-1.28-3.072l0.096 0.192c-0.608-1.824-1.28-3.392-2.048-4.896l0.096 0.16c-2.144-2.912-3.776-5.024-5.44-7.136l0.448 0.576c-0.896-0.8-1.856-1.568-2.88-2.272l-0.096-0.064c-0.992-0.896-2.080-1.76-3.2-2.56l-0.096-0.064-320-192c-4.704-2.848-10.4-4.544-16.48-4.544s-11.776 1.696-16.608 4.64l0.128-0.064-320 192c-1.216 0.864-2.304 1.696-3.296 2.624l0.032-0.032c-1.12 0.8-2.112 1.568-3.040 2.4l0.032-0.032c-0.96 1.056-1.888 2.24-2.688 3.456l-0.064 0.128c-0.736 0.864-1.472 1.824-2.144 2.848l-0.064 0.128c-0.672 1.28-1.312 2.784-1.856 4.352l-0.064 0.224c-0.384 1.024-0.96 1.952-1.216 3.008-0.704 2.496-1.088 5.344-1.12 8.288v352c0 11.584 6.176 21.728 15.392 27.36l0.128 0.096 320.672 192.416c1.472 0.768 3.232 1.504 5.024 2.080l0.224 0.064c0.768 0.256 1.472 0.704 2.24 0.896 2.496 0.704 5.344 1.12 8.32 1.12s5.824-0.416 8.512-1.184l-0.224 0.064c0.768-0.192 1.472-0.64 2.24-0.896 2.016-0.608 3.776-1.344 5.408-2.208l-0.16 0.096 0.352-0.256 0.352-0.16 320-192c9.376-5.696 15.52-15.84 15.52-27.424v0-352c0-2.944-0.416-5.824-1.152-8.544l0.064 0.224zM480 807.456l-256-153.6v-277.344l256 153.6zM512 474.688l-257.792-154.688 257.792-154.688 257.792 154.688zM800 653.888l-256 153.6v-277.344l256-153.6z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cubelight"],"defaultCode":60039,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":392,"order":396,"ligatures":"","prevSize":32,"name":"cubelight","code":60040},"setIdx":0,"setId":0,"iconIdx":392},{"icon":{"paths":["M160 338.112l320 192v352l-304.48-182.688c-9.376-5.696-15.52-15.84-15.52-27.424v0zM528.48 100.576c-4.704-2.848-10.4-4.544-16.48-4.544s-11.776 1.696-16.608 4.64l0.128-0.064-303.52 182.112 320 192 320-192zM544 530.112v352l304.48-182.688c9.376-5.696 15.52-15.84 15.52-27.424v0-333.888z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cube"],"defaultCode":60040,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":393,"order":397,"ligatures":"","prevSize":32,"name":"cube","code":60041},"setIdx":0,"setId":0,"iconIdx":393},{"icon":{"paths":["M270.272 741.472h752.032v83.68h-752zM10.4 722.368v110.272h110.272v-110.272zM0 710.912h131.328l21.632 19.776v132.192h-133.984l-18.976-19.584zM270.272 464.96h753.728v83.648h-753.728zM10.4 445.152v110.272h110.272v-110.272zM0 433.696h131.328l21.632 19.744v132.192h-133.984l-18.976-19.552zM270.272 199.52h752.032v83.68h-752zM10.4 172.672v110.272h110.272v-110.272zM0 161.184h131.328l21.632 19.776v132.224h-133.984l-18.976-19.552z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bulletlist"],"defaultCode":60041,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":394,"order":398,"ligatures":"","prevSize":32,"name":"bulletlist","code":60042},"setIdx":0,"setId":0,"iconIdx":394},{"icon":{"paths":["M512.128 389.152c62.336 0 112.832 50.528 112.832 112.832s-50.528 112.832-112.832 112.832-112.832-50.496-112.832-112.832c0-62.336 50.528-112.832 112.832-112.832zM512.064 316.32c-170.72 0-326.304 116.544-412.16 195.68 85.888 79.136 241.472 195.648 412.16 195.648s326.304-116.512 412.16-195.648c-85.888-79.136-241.472-195.68-412.16-195.68zM512.064 233.792c282.784 0 512.064 278.176 512.064 278.176s-229.28 278.176-512.064 278.176c-282.784 0-512.064-278.176-512.064-278.176s229.28-278.176 512.064-278.176z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-open"],"defaultCode":60042,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":395,"order":399,"ligatures":"","prevSize":32,"name":"eye-open","code":60043},"setIdx":0,"setId":0,"iconIdx":395},{"icon":{"paths":["M614.816 455.68c6.4 14.112 10.080 29.632 10.080 46.112 0 62.336-50.496 112.832-112.832 112.832-7.968 0-15.648-0.864-23.104-2.368zM745.536 293.12c165.28 81.696 278.592 218.656 278.592 218.656s-229.28 278.176-512.096 278.176c-51.008 0-100.128-9.248-146.592-24.064l56.192-69.952c29.504 6.688 59.584 11.52 90.4 11.52 170.72 0 326.304-116.512 412.192-195.648-53.824-49.568-134.944-113.76-230.048-154.848zM512.096 233.6c22.368 0 44.32 2.24 65.952 5.504l-62.208 77.312c-174.464-0.32-330.048 116.224-415.968 195.36 40.448 37.248 96.64 82.528 162.272 120.288l-49.504 61.504c-128.672-80.384-212.672-181.792-212.672-181.792s229.312-278.176 512.096-278.176zM785.92 55.936l54.432 43.744-697.888 868.16-54.4-43.68z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-close"],"defaultCode":60043,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":396,"order":400,"ligatures":"","prevSize":32,"name":"eye-close","code":60044},"setIdx":0,"setId":0,"iconIdx":396},{"icon":{"paths":["M0 196.085h1024l-512 631.83z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrowhead_down"],"defaultCode":60044,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":397,"order":401,"ligatures":"","prevSize":32,"name":"arrowhead_down","code":60045},"setIdx":0,"setId":0,"iconIdx":397},{"icon":{"paths":["M511.998 196.085l511.998 631.824h-1023.996z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrowhead_up"],"defaultCode":60045,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":398,"order":402,"ligatures":"","prevSize":32,"name":"arrowhead_up","code":60046},"setIdx":0,"setId":0,"iconIdx":398},{"icon":{"paths":["M249.974 140.999v54.249c0 59.577 157.589 295.486 157.589 325.299 0 30.1-157.589 266.105-157.589 325.634v53.912h78.141v-21.219c44.066-126.403 156.897-270.282 156.897-270.282v-107.249c0-80.076-105.577-166.73-105.577-166.73h256.099c0 0-105.89 61.498-105.89 166.73v107.249c0 0 99.951 130.724 157.209 270.282v21.219h77.762v-53.912c0-59.529-158.837-295.87-158.837-325.634 0-29.813 158.837-265.722 158.837-325.299v-54.249zM123.648 0h786.238v75.18h-42.314v65.818h-51.387v54.249c0 82.765-148.894 307.775-156.772 325.299 7.878 17.858 156.772 242.532 156.772 325.634v53.912h51.387v49.015h32.688v75.037h-786.243v-75.037h33.13v-49.015h51.257v-53.912c0-82.765 148.899-309.12 155.903-325.299-7.004-16.227-155.903-242.486-155.903-325.634v-54.249h-51.257v-65.818h-23.5z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sandclock"],"defaultCode":60046,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":399,"order":403,"ligatures":"","prevSize":32,"name":"sandclock","code":60047},"setIdx":0,"setId":0,"iconIdx":399},{"icon":{"paths":["M187.328 0h671.68v265.568h-45.824v-116.32h-528.832l251.264 369.12-280.128 356.384h578.976l16.64-116.32h45.792l-37.888 265.568h-731.936v-83.904l294.912-377.632-234.624-345.76v-135.968z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sum"],"defaultCode":60047,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":400,"order":404,"ligatures":"","prevSize":32,"name":"sum","code":60048},"setIdx":0,"setId":0,"iconIdx":400},{"icon":{"paths":["M102.016 50.048c-28.704 0-52 23.296-52 52.064v819.776c0 28.768 23.296 52.064 52 52.064h819.936c28.704 0 52-23.296 52-52.064v-819.776c0-28.768-23.296-52.064-52-52.064zM103.712 0h816.576c57.248 0 103.712 46.56 103.712 103.712v816.576c0 57.152-46.464 103.712-103.712 103.712h-816.576c-57.248 0-103.712-46.56-103.712-103.712v-816.576c0-57.152 46.464-103.712 103.712-103.712z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rndcheck-not"],"defaultCode":60048,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":401,"order":405,"ligatures":"","prevSize":32,"name":"rndcheck-not","code":60049},"setIdx":0,"setId":0,"iconIdx":401},{"icon":{"paths":["M738.656 303.68l71.424 81.792-381.888 334.976-214.112-248.16 82.336-70.72 142.496 165.472zM102.080 50.048c-28.736 0-52.032 23.296-52.032 52.064v819.904c0 28.768 23.296 52.064 52.032 52.064h819.968c28.736 0 52.032-23.296 52.032-52.064v-819.904c0-28.768-23.296-52.064-52.032-52.064zM103.712 0h816.736c57.184 0 103.712 46.56 103.712 103.712v816.672c0 57.184-46.528 103.712-103.712 103.712h-816.736c-57.184 0-103.712-46.528-103.712-103.712v-816.672c0-57.184 46.528-103.712 103.712-103.712z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rndcheck-ok"],"defaultCode":60049,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":402,"order":406,"ligatures":"","prevSize":32,"name":"rndcheck-ok","code":60050},"setIdx":0,"setId":0,"iconIdx":402},{"icon":{"paths":["M822.080 513.104h98.192v34.192h-98.192zM741.504 275.856l-191.232 247.88c0 7.621-1.93 14.79-5.328 21.044l-0.497 0.818 99.968 176.083-141.301-153.959-1.516-0.076c-22.259-2.259-39.598-21.044-39.598-43.908 0-22.849 17.339-41.634 39.598-43.892l4.513-0.228zM503.168 97.216l-1.876 0.024c-224.187 5.68-404.188 189.205-404.188 414.76 0 7.048 0.176 14.054 0.523 21.016l0.581 9.317v-29.229h98.208v34.192h-97.801l0.565 6.465c20.597 206.015 191.937 367.689 402.112 373.015l1.876 0.024v-97.008h34.192v96.326l6.562-0.416c214.221-16.304 382.974-195.337 382.974-413.702 0-218.395-168.753-397.386-382.974-413.686l-6.562-0.416v95.222h-34.192zM512 0c282.752 0 512 229.232 512 512 0 282.736-229.248 511.984-512 511.984-282.769 0-512-229.248-512-511.984 0-282.768 229.231-512 512-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clock1"],"defaultCode":60050,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":403,"order":407,"ligatures":"","prevSize":32,"name":"clock1","code":60051},"setIdx":0,"setId":0,"iconIdx":403},{"icon":{"paths":["M811.771 597.090c-12.827 56.112-29.899 108.479-50.513 156.048h68.561c41.745 0 75.792-34.992 75.792-78.049 0-42.958-34.047-77.999-75.792-77.999zM448.901 387.142c-21.735 0-41.836 0.864-61.427 2.062-2.425 36.767-16.93 71.759-56.016 103.2-10.542 8.496-64.738 14.256-42.069-4.034 35.26-28.415 47.108-60.67 46.966-94.654-131.062 14.976-204.753 52.945-217.020 72.433 15.484 24.48 126.723 78.91 329.566 78.91s314.083-54.43 329.566-78.91c-11.054-17.616-72.293-50.402-180.407-67.584-4.29 33.31-19.31 65.088-55.036 93.84-10.542 8.496-64.692 14.256-42.069-4.034 35.772-28.845 47.433-61.535 47.014-96.046-30.412-2.977-62.734-5.183-99.067-5.183zM606.361 0.006c12.045-0.162 19.893 2.922 8.443 11.779-122.060 94.127-39.598 214.366-19.355 324.668 139.969 20.256 238.521 68.495 238.57 124.991-2.659 27.263-6.576 53.519-11.008 79.391h6.809c72.014 0 130.41 60.096 130.41 134.255s-58.395 134.304-130.41 134.304h-95.802c-71.22 131.805-172.385 214.606-285.117 214.606-193.653 0-353.96-243.311-385.118-562.363 0-59.856 110.027-110.305 262.545-128.255-12.082-41.569-31.764-84.049-41.045-124.367-20.055-87.169 6.997-148.223 75.886-201.312 5.34-4.128 21.583-7.536 33.628-7.698s19.892 2.922 8.441 11.779c-119.122 91.871-43.515 208.557-20.895 316.605 21.689-1.298 43.797-2.112 66.557-2.112 30.318 0 59.654 1.392 87.919 3.694-12.173-40.462-30.97-81.694-39.971-120.957-20.055-87.169 6.994-148.223 75.886-201.312 5.339-4.128 21.581-7.536 33.626-7.698z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pause1"],"defaultCode":60051,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":404,"order":408,"ligatures":"","prevSize":32,"name":"pause1","code":60052},"setIdx":0,"setId":0,"iconIdx":404},{"icon":{"paths":["M188.588 612.266v280.78h320.912v-280.78zM108.388 171.038h802.215c22.085 0 40.105 18.021 40.105 40.115v43.691l68.324 195.76c0 0 4.999 41.069-36.35 41.069-17.128 0-26.522-7.093-31.975-15.333v496.922c0 22.095-18.019 40.116-40.105 40.116h-80.227v-401.112h-200.56v401.112h-521.429c-22.105 0-40.104-18.021-40.104-40.116v-496.985c-4.935 8.275-13.188 15.397-27.579 15.397-41.369 0-40.705-41.069-40.705-41.069l68.284-195.74v-43.712c0-22.093 17.999-40.115 40.104-40.115zM108.377 10.59h802.23c22.086 0 40.105 18.019 40.105 40.113v40.115c0 22.084-18.020 40.104-40.105 40.104h-802.23c-22.105 0-40.105-18.021-40.105-40.104v-40.115c0-22.094 17.999-40.113 40.105-40.113z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shop"],"defaultCode":60052,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":405,"order":409,"ligatures":"","prevSize":32,"name":"shop","code":60053},"setIdx":0,"setId":0,"iconIdx":405},{"icon":{"paths":["M502.522 344.761l80.861 74.562-92.996 19.661zM411.045 130.975h192.977l-70.344 75.324h-117.69l-5.087 164.232c0 0-6.541 108.612-126.229 95.489l-102.575-2.793v466.617c0 10.396 8.467 18.817 18.858 18.817h527.19c10.354 0 18.821-8.421 18.821-18.817v-559.653l75.36-75.979v635.632c0 51.997-42.186 94.113-94.181 94.113h-527.19c-51.996 0-94.145-42.117-94.145-94.113v-477.886l37.28-39.323 0.037-1.077 195.375-205.259h-0.546l-52.214 55.075 54.721-57.95h0.763l1.744-1.812h0.145zM707.15 79.657l131.403 121.256-162.198 175.828-2.761-27.837-43.293-14.716-1.217-29.473-43.201-11.446-5.196-33.247-35.771-4.578zM797.329 0.023c5.834 0.231 11.27 2.23 15.501 6.119l93.089 85.922c11.299 10.41 9.845 30.426-3.307 44.623l-17.841 19.376-134.038-123.651 17.859-19.376c8.187-8.874 19.013-13.399 28.736-13.013z"],"isMulticolor":false,"isMulticolor2":false,"tags":["template"],"defaultCode":60053,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":406,"order":410,"ligatures":"","prevSize":32,"name":"template","code":60054},"setIdx":0,"setId":0,"iconIdx":406},{"icon":{"paths":["M824.447 0l199.553 199.586-312.445 312.431 312.445 312.443-199.552 199.541-312.448-312.437-312.451 312.437-199.533-199.539 312.432-312.443-312.448-312.438 199.552-199.564 312.446 312.444z"],"isMulticolor":false,"isMulticolor2":false,"tags":["remove"],"defaultCode":60054,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":407,"order":411,"ligatures":"","prevSize":32,"name":"remove","code":60055},"setIdx":0,"setId":0,"iconIdx":407},{"icon":{"paths":["M941.97 402.264l-133.783 128.013h-172.028l-38.165 22.101h-126.982l-354.747 358.103 38.248 36.558 328.823-332.987h114.658l38.165-22.060h191.111l152.906-146.273zM769.981 146.273v124.175h114.658v-124.175zM502.457 0h401.307l114.658 109.715v409.121l-129.769 139.457h-176.002l-38.245 36.558-38.248-36.558-38.165 36.558h-95.536v73.157h-76.453v73.119h-76.41v73.155h-76.493v73.119h-38.208v36.599h-191.069l-38.248-36.599v-255.95l349.545-334.517-38.248-36.558 32.719-31.23v-182.872z"],"isMulticolor":false,"isMulticolor2":false,"tags":["access"],"defaultCode":60055,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":408,"order":412,"ligatures":"","prevSize":32,"name":"access","code":60056},"setIdx":0,"setId":0,"iconIdx":408},{"icon":{"paths":["M800 128h-480c-0.001 0-0.002 0-0.003 0-70.691 0-127.997 57.306-127.997 127.997 0 0.001 0 0.002 0 0.003v0 512c0 70.692 57.308 128 128 128v0h480c17.673 0 32-14.327 32-32v0-64h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512v-576c0-17.673-14.327-32-32-32v0zM642.012 591.75c0 0.001 0 0.001 0 0.002 0 8.974-7.274 16.248-16.248 16.248-0.001 0-0.003 0-0.004 0h-227.52c-0.001 0-0.003 0-0.004 0-8.974 0-16.248-7.274-16.248-16.248 0-0.001 0-0.001 0-0.002v0-30.918c0.002-11.475 5.947-21.561 14.924-27.348l0.128-0.077 49.947-31.773-4.711-37.672c-11.313-5.176-20.058-14.331-24.579-25.633l-0.113-0.319-3.48-10.437c-0.96-2.477-1.516-5.344-1.516-8.341 0-4.42 1.21-8.558 3.316-12.1l-0.060 0.109v-58.58c0-53.105 43.050-96.154 96.154-96.154s96.154 43.050 96.154 96.154v58.578c2.046 3.433 3.256 7.571 3.256 11.991 0 2.997-0.556 5.864-1.571 8.503l0.055-0.162-3.48 10.437c-4.633 11.621-13.379 20.776-24.396 25.831l-0.295 0.121-4.71 37.672 49.947 31.773c9.106 5.864 15.051 15.95 15.053 27.425v0zM992 640v96c0 17.673-14.327 32-32 32v0h-64v-160h64c17.673 0 32 14.327 32 32v0zM992 416v96c0 17.673-14.327 32-32 32v0h-64v-160h64c17.673 0 32 14.327 32 32v0zM992 192v96c0 17.673-14.327 32-32 32v0h-64v-160h64c17.673 0 32 14.327 32 32v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["address"],"defaultCode":60056,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":409,"order":413,"ligatures":"","prevSize":32,"name":"address","code":60057},"setIdx":0,"setId":0,"iconIdx":409},{"icon":{"paths":["M608 704v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM320 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 416h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM576 416h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 416h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM576 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["apps"],"defaultCode":60057,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":410,"order":414,"ligatures":"","prevSize":32,"name":"apps","code":60058},"setIdx":0,"setId":0,"iconIdx":410},{"icon":{"paths":["M382.656 730.624v65.376h258.736v-65.376zM25.92 683.568h972.224v340.432h-972.224zM377.248 305.024v65.36h258.704v-65.36zM25.92 261.44h972.224v354.064h-85.849l-28.506-178.992-614.892 178.992h-242.976zM230.155 0h544.695l183.054 160.745-0.594 35.335h-890.554l-3.332-36.015z"],"isMulticolor":false,"isMulticolor2":false,"tags":["archive"],"defaultCode":60058,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":411,"order":415,"ligatures":"","prevSize":32,"name":"archive","code":60059},"setIdx":0,"setId":0,"iconIdx":411},{"icon":{"paths":["M559.767 776.041h125.060v121.123h-125.060zM365.241 776.041h125.012v121.123h-125.012zM170.715 776.041h125.060v121.123h-125.060zM744.356 585.547h125.059v121.075h-125.059zM559.767 585.547h125.060v121.075h-125.060zM365.241 585.547h125.012v121.075h-125.012zM170.715 585.547h125.060v121.075h-125.060zM744.356 391.021h125.059v121.075h-125.059zM549.83 391.021h125.059v121.075h-125.059zM355.304 391.021h125.060v121.075h-125.060zM92.933 263.979v702.974h838.384v-702.974zM35.766 0h952.709v1024.144h-952.709z"],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar1"],"defaultCode":60059,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":412,"order":416,"ligatures":"","prevSize":32,"name":"calendar1","code":60060},"setIdx":0,"setId":0,"iconIdx":412},{"icon":{"paths":["M684.251 196.927l339.893 251.789v131.2l-339.893 250.662v-136.459l222.52-178.772v-2.121l-222.52-178.783zM339.941 196.927v136.519l-222.478 178.771v2.063l222.478 178.84v137.458l-339.941-251.719v-131.21zM543.108 53.768l92.079 15.94-155.219 900.571-92.020-15.881z"],"isMulticolor":false,"isMulticolor2":false,"tags":["code"],"defaultCode":60060,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":413,"order":417,"ligatures":"","prevSize":32,"name":"code","code":60061},"setIdx":0,"setId":0,"iconIdx":413},{"icon":{"paths":["M532.288 307.53c-50.624 0-90.208 20.802-118.912 62.404-17.152 24.802-28.96 53.923-35.264 87.365h-58.432l-11.6 39.364h65.776c-0.528 6.719-0.784 13.6-0.784 20.482 0 7.68 0.256 15.521 0.784 23.041h-54.176l-11.6 39.043h69.504c7.088 48.161 23.488 85.765 48.88 112.486 26.96 28.642 60.24 42.723 99.52 42.723 46.096 0 82.4-17.28 109.344-52.163 22.64-28.963 36-64.645 40.048-107.206h-44.88c-4.768 26.72-11.536 48.003-21.136 64.643-17.616 31.043-43.856 46.563-77.84 46.563-37.024 0-64.752-14.722-83.12-44.163-11.36-17.761-19.152-38.563-23.664-62.565h144.304l11.872-39.362h-160.24c-0.256-4.16-0.256-8.96-0.256-13.761 0-10.401 0.256-20.482 1.024-29.762h147.872l11.6-39.364h-153.92c5.024-24.32 13.088-44.321 24.432-59.844 20.64-28.002 47.856-42.083 81.392-42.083 27.408 0 48.8 7.522 63.968 22.882 15.344 15.040 25.408 36.002 30.432 61.924h45.136c-2.768-34.242-15.856-64.963-39.792-92.166-23.728-26.881-57.2-40.483-100.272-40.483zM512.048 137.6c206.688 0 374.384 167.69 374.384 374.424s-167.696 374.424-374.384 374.424c-206.768 0-374.464-167.69-374.464-374.424s167.392-374.424 374.464-374.424zM512.064 50.72c-254.4 0-461.376 206.88-461.376 461.28s206.976 461.28 461.376 461.28c254.336 0 461.248-206.88 461.248-461.28s-206.912-461.28-461.248-461.28zM512.064 0c282.272 0 511.936 229.6 511.936 512 0 282.24-229.664 512-511.936 512-282.368 0-512.064-229.76-512.064-512 0-282.4 229.696-512 512.064-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin"],"defaultCode":60061,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":414,"order":418,"ligatures":"","prevSize":32,"name":"coin","code":60062},"setIdx":0,"setId":0,"iconIdx":414},{"icon":{"paths":["M575.675 828.023v163.575h59.362v-163.575zM483.014 828.023v163.575h59.362v-163.575zM391.839 828.023v163.575h59.345v-163.575zM575.675 629.71v163.575h59.362v-163.575zM483.014 629.71v163.575h59.362v-163.575zM391.839 629.71v163.575h59.345v-163.575zM349.372 587.718h328.131v436.233h-328.131zM345.5 524.516h332.967v34.738h-332.967zM530.055 410.515v68.038h57.907v-68.038zM438.145 410.515v68.038h57.907v-68.038zM530.79 307.723v68.038h57.907v-68.038zM438.88 307.723v68.038h57.907v-68.038zM403.407 281.318h220.028v218.574h-220.028zM506.673 0h13.496v190.111h69.476v34.754h46.355v23.153h-244.162v-23.153h46.306v-34.754h68.528z"],"isMulticolor":false,"isMulticolor2":false,"tags":["company"],"defaultCode":60062,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":415,"order":419,"ligatures":"","prevSize":32,"name":"company","code":60063},"setIdx":0,"setId":0,"iconIdx":415},{"icon":{"paths":["M160 338.117l320 192.008v351.992l-304.469-182.68c-9.368-5.696-15.53-15.847-15.531-27.437v0zM528.469 100.563c-4.703-2.857-10.388-4.547-16.469-4.547s-11.766 1.691-16.612 4.628l0.143-0.080-303.527 182.117 319.996 192 319.996-192zM544 530.125v351.992l304.469-182.68c9.368-5.696 15.53-15.847 15.531-27.437v0-333.883z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cube1"],"defaultCode":60063,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":416,"order":420,"ligatures":"","prevSize":32,"name":"cube1","code":60064},"setIdx":0,"setId":0,"iconIdx":416},{"icon":{"paths":["M862.891 311.687c-0.42-1.193-0.819-2.148-1.264-3.077l0.080 0.186c-0.606-1.84-1.273-3.397-2.054-4.885l0.084 0.175c-2.136-2.898-3.775-5.032-5.443-7.141l0.447 0.586c-0.89-0.795-1.858-1.567-2.869-2.283l-0.102-0.069c-0.991-0.903-2.067-1.762-3.198-2.549l-0.103-0.068-320-192c-4.703-2.857-10.388-4.547-16.469-4.547s-11.766 1.691-16.612 4.628l0.143-0.080-320 192c-1.226 0.854-2.295 1.709-3.306 2.626l0.027-0.024c-1.121 0.791-2.097 1.571-3.025 2.402l0.031-0.027c-0.962 1.071-1.874 2.241-2.701 3.472l-0.072 0.114c-0.744 0.875-1.474 1.84-2.148 2.846l-0.072 0.115c-0.675 1.276-1.326 2.795-1.858 4.368l-0.066 0.226c-0.389 1.024-0.947 1.961-1.232 3.016-0.699 2.49-1.103 5.349-1.107 8.302v352.002c0.001 11.591 6.163 21.742 15.39 27.357l0.141 0.080 320.688 192.406c1.479 0.783 3.216 1.505 5.024 2.066l0.221 0.059c0.76 0.266 1.461 0.704 2.232 0.906 2.489 0.714 5.349 1.125 8.304 1.125s5.815-0.411 8.524-1.178l-0.22 0.053c0.772-0.203 1.472-0.64 2.232-0.906 2.028-0.62 3.765-1.342 5.415-2.207l-0.171 0.082 0.34-0.258 0.348-0.148 320-192c9.368-5.695 15.531-15.847 15.532-27.437v0-352c-0.004-2.958-0.408-5.821-1.163-8.538l0.053 0.225zM480 807.469l-256-153.594v-277.344l256 153.594zM512 474.68l-257.807-154.68 257.807-154.688 257.807 154.688zM800 653.875l-256 153.594v-277.344l256-153.594z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cubelight1"],"defaultCode":60064,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":417,"order":421,"ligatures":"","prevSize":32,"name":"cubelight1","code":60065},"setIdx":0,"setId":0,"iconIdx":417},{"icon":{"paths":["M797.156 800.125c-8.529 10.218-21.271 16.672-35.519 16.672-14.515 0-27.465-6.697-35.93-17.171l-0.068-0.087c-3.873-1.648-7.184-3.885-9.987-6.638l-67.901-67.901c-5.79-5.79-9.372-13.789-9.372-22.625 0-17.671 14.325-31.997 31.997-31.997 8.836 0 16.835 3.581 22.625 9.372v0l43.26 43.258c32.994-40.283 55.204-90.578 61.549-145.7l0.122-1.308h-61.932c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h61.98c-0.262-2.437-0.252-4.84-0.574-7.281-7.523-53.851-29.185-101.615-61.077-140.704l0.405 0.512-43.703 43.723c-5.79 5.79-13.789 9.372-22.625 9.372-17.671 0-31.997-14.325-31.997-31.997 0-8.836 3.581-16.835 9.372-22.625l43.729-43.75c-40.045-32.607-89.888-54.662-144.495-61.243l-1.359-0.133c-0.555-0.064-1.102-0.043-1.656-0.101v62.228c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-62.14c-56.57 6.349-107.037 28.47-148.016 61.804l0.52-0.41 43.746 43.746c5.754 5.74 9.32 13.67 9.342 22.433v0.004l165.252 120.793c13.687 10.088 22.469 26.147 22.469 44.256 0 30.276-24.544 54.82-54.82 54.82-18.11 0-34.169-8.782-44.151-22.32l-0.106-0.151-120.787-165.242c-8.77-0.028-16.703-3.594-22.449-9.344l-43.724-43.726c-32.699 40.559-54.775 90.956-61.278 146.12l-0.13 1.357h62.133c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-61.984c6.676 56.414 28.847 106.679 62.085 147.591l-0.416-0.528 43.313-43.312c5.79-5.79 13.789-9.372 22.625-9.372 17.671 0 31.997 14.325 31.997 31.997 0 8.836-3.581 16.835-9.372 22.625v0l-67.905 67.906c-2.759 2.694-6.015 4.893-9.616 6.445l-0.206 0.079c-8.543 10.61-21.531 17.341-36.092 17.341-14.245 0-26.985-6.443-35.465-16.573l-0.059-0.072c-61.126-67.675-98.527-157.799-98.527-256.658 0-211.831 171.723-383.555 383.555-383.555 15.672 0 31.124 0.94 46.303 2.766l-1.83-0.179c192.044 22.638 339.606 184.452 339.606 380.731 0 98.991-37.534 189.216-99.146 257.219l0.29-0.325z"],"isMulticolor":false,"isMulticolor2":false,"tags":["dashboard"],"defaultCode":60065,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":418,"order":422,"ligatures":"","prevSize":32,"name":"dashboard","code":60066},"setIdx":0,"setId":0,"iconIdx":418},{"icon":{"paths":["M56.046 594.462h300.061c-16.969 43.564-26.759 90.717-26.759 140.317 0 33.611 4.732 66.080 12.89 97.080h-286.192c-26.596 0-48.134-21.537-48.134-48.132v-140.97c0-26.758 21.538-48.295 48.134-48.295zM720.679 447.048c3.12-0.082 6.26-0.082 9.442 0h0.489c39.969 0.326 77.818 8.81 112.24 23.984l1.142 0.653c101.636 45.194 172.113 147.492 170.971 265.78-1.631 158.913-131.654 286.501-290.553 284.869-123.987-1.305-228.723-80.925-267.876-191.218l102.942-17.947c28.876 62.978 92.011 107.030 165.914 107.846 101.963 0.979 185.327-80.925 186.306-182.897 1.142-101.809-80.754-185.345-182.717-186.323-8.646 0-17.13 0.653-25.45 1.632l-0.163-0.653c-27.408 3.589-52.857 13.216-75.045 27.736l35.401 33.447c2.121 1.958 2.936 5.058 1.794 7.668-0.979 2.774-3.426 4.568-6.362 4.732l-162.814 8.647c-2.121 0-3.915-0.979-5.384-2.447-1.468-1.632-2.121-3.753-1.631-6.037l12.236-68.036 17.619-96.262c0.489-2.937 2.61-5.221 5.384-5.71 2.936-0.653 5.873 0.489 7.504 2.937l28.223 41.441c39.154-28.226 85.649-46.499 136.059-52.047 0.653-0.163 1.305-0.163 1.958-0.163 4.405-0.489 8.646-0.816 13.051-1.142 3.1-0.245 6.199-0.408 9.319-0.489zM56.036 294.622h674.698c26.59 0 48.285 21.538 48.285 48.294v13.217c-21.206-3.589-42.903-5.871-65.088-5.871-138.006 0-258.558 72.767-326.42 181.755h-331.476c-26.59 0-48.124-21.538-48.124-48.131v-140.97c0-26.756 21.534-48.294 48.124-48.294zM149.834 64.077c-30.179 0-54.811 24.457-54.811 54.62s24.632 54.783 54.811 54.783c30.179 0 54.648-24.62 54.648-54.783s-24.469-54.62-54.648-54.62zM56.035 0h674.699c26.59 0 48.286 21.685 48.286 48.261v141.034c0 26.576-21.696 48.098-48.286 48.098h-674.699c-26.59 0-48.123-21.522-48.123-48.098v-141.034c0-26.576 21.533-48.261 48.123-48.261z"],"isMulticolor":false,"isMulticolor2":false,"tags":["datarefresh"],"defaultCode":60066,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":419,"order":423,"ligatures":"","prevSize":32,"name":"datarefresh","code":60067},"setIdx":0,"setId":0,"iconIdx":419},{"icon":{"paths":["M345.584 605.28v202.88h345.36v-202.88zM533.952 402.432h56.752v130.416h-56.752zM286.432 373.456h114.104v186.55h231.83v-186.55h35.629l82.102 82.093v381.571h-463.664zM194.583 77.365v869.291h634.898v-674.562h-201.145v-194.729zM121.52 0h548.147l232.877 227.99v796.010h-781.024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["documentsave"],"defaultCode":60067,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":420,"order":424,"ligatures":"","prevSize":32,"name":"documentsave","code":60068},"setIdx":0,"setId":0,"iconIdx":420},{"icon":{"paths":["M301.347 549.282v155.408h72.277v-82.877h267.51v82.877h72.62v-155.408zM74.104 273.82v82.471h866.943v-82.471l30.484 30.67c30.546 30.641 52.389 38.879 40.118 103.597-12.236 64.501-71.375 418.254-80.171 466.116-9.667 52.479-63.044 51.798-63.044 51.798h-721.747c0 0-53.375 0.68-63.009-51.798-8.796-47.863-67.967-401.616-80.204-466.116-12.266-64.717 9.571-72.956 40.115-103.597zM146.677 200.898h721.749v103.59h-721.749zM249.767 97.309h515.569v51.795h-515.569z"],"isMulticolor":false,"isMulticolor2":false,"tags":["documents"],"defaultCode":60068,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":421,"order":425,"ligatures":"","prevSize":32,"name":"documents","code":60069},"setIdx":0,"setId":0,"iconIdx":421},{"icon":{"paths":["M896 736v128c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM485.961 619.545c5.876 8.154 15.345 13.4 26.039 13.4s20.163-5.246 25.974-13.305l0.065-0.095 177.818-248.945c3.727-5.164 5.961-11.621 5.961-18.6 0-17.673-14.327-32-32-32h-81.818v-192c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 192h-81.818c-17.673 0-32 14.327-32 32 0 6.978 2.234 13.435 6.025 18.694l-0.065-0.095z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download1"],"defaultCode":60069,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":422,"order":426,"ligatures":"","prevSize":32,"name":"download1","code":60070},"setIdx":0,"setId":0,"iconIdx":422},{"icon":{"paths":["M736 496v-144l160 160h-144c-8.837 0-16-7.163-16-16v0zM352 320v-176c0-8.837-7.163-16-16-16v0h-144c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h224v-288c0.116-11.518 2.262-22.501 6.096-32.655l-0.217 0.655h-37.879c-17.673 0-32-14.327-32-32v0zM672 544v-176c0-8.837-7.163-16-16-16v0h-144c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-272c0-8.837-7.163-16-16-16v0h-176c-17.673 0-32-14.327-32-32v0zM416 128v144c0 8.837 7.163 16 16 16v0h144z"],"isMulticolor":false,"isMulticolor2":false,"tags":["duplicate1"],"defaultCode":60070,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":423,"order":427,"ligatures":"","prevSize":32,"name":"duplicate1","code":60071},"setIdx":0,"setId":0,"iconIdx":423},{"icon":{"paths":["M150.64 828.976l196.688 112.934-177.876 82.090zM440.518 202.368l319.786 183.541-245.536 427.755-18.294-54.689-93.831-9.688-15.939-58.789-92.020-3.171-25.749-64.455-73.896 7.251zM594.229 0.015c8.817-0.212 17.429 1.772 25.181 6.213l226.455 129.975c27.498 15.797 33.665 56.711 13.811 91.334l-26.999 47.086-326.116-187.209 26.999-47.086c14.27-24.886 38.139-39.772 60.67-40.314z"],"isMulticolor":false,"isMulticolor2":false,"tags":["edit"],"defaultCode":60071,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":424,"order":428,"ligatures":"","prevSize":32,"name":"edit","code":60072},"setIdx":0,"setId":0,"iconIdx":424},{"icon":{"paths":["M789.441 718.89v102.216h168.092v-102.216zM789.441 586.010v102.216h168.092v-102.216zM789.441 453.129v102.216h168.092v-102.216zM345.376 324.224l-51.108 127.204-43.156-115.844h-69.282l70.42 166.952-78.365 165.819h68.144l51.108-118.12 51.108 129.471h74.959l-86.318-182.848 80.635-172.633zM789.441 320.249v102.216h168.092v-102.216zM789.441 187.369v102.216h168.092v-102.216zM608.293 129.446h402.053c7.527 0 13.629 6.102 13.629 13.629v729.139c0 7.533-6.102 13.625-13.629 13.625h-402.053v-64.733h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.663h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918zM589.444 16.252v991.49l-589.444-102.216v-787.058z"],"isMulticolor":false,"isMulticolor2":false,"tags":["excel1"],"defaultCode":60072,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":425,"order":429,"ligatures":"","prevSize":32,"name":"excel1","code":60073},"setIdx":0,"setId":0,"iconIdx":425},{"icon":{"paths":["M139.462 651.702h744.932l-372.468 372.442zM511.926 0l372.468 372.442h-744.932z"],"isMulticolor":false,"isMulticolor2":false,"tags":["expand"],"defaultCode":60073,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":426,"order":430,"ligatures":"","prevSize":32,"name":"expand","code":60074},"setIdx":0,"setId":0,"iconIdx":426},{"icon":{"paths":["M640 352h176c8.837 0 16 7.163 16 16v0 496c0 17.673-14.327 32-32 32v0h-544c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h336c8.837 0 16 7.163 16 16v0 176c0 17.673 14.327 32 32 32v0zM688 288h144l-160-160v144c0 8.837 7.163 16 16 16v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file"],"defaultCode":60074,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":427,"order":431,"ligatures":"","prevSize":32,"name":"file","code":60075},"setIdx":0,"setId":0,"iconIdx":427},{"icon":{"paths":["M109.804 818.822c-10.916 0-19.935 8.978-19.935 19.968v65.146c0 10.907 9.020 19.97 19.935 19.97h65.315c10.978 0 19.894-9.062 19.894-19.97v-65.146c0-10.99-8.917-19.968-19.894-19.968zM589.312 90.928h146.912v222.912h-146.912zM213.307 40.456v250.771c0 43.802 35.811 79.718 79.687 79.718h427.524c43.875 0 79.77-35.917 79.77-79.718v-250.771zM138.578 0h733.023l144.751 144.697v793.092l-21.958 31.824c-23.251 35.272-63.021 54.387-109 54.387h-746.815c-72.023 0-130.898-58.958-130.898-130.898v-762.168c0-72.112 58.875-130.935 130.898-130.935z"],"isMulticolor":false,"isMulticolor2":false,"tags":["Floppy"],"defaultCode":60075,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":428,"order":432,"ligatures":"","prevSize":32,"name":"Floppy","code":60076},"setIdx":0,"setId":0,"iconIdx":428},{"icon":{"paths":["M193.912 368.476l-65.912 263.649v-408.125c0.001-35.346 28.654-63.999 64-64h133.49c0 0 0.001 0 0.001 0 17.673 0 33.673 7.164 45.255 18.746l45.254 45.254h416c35.346 0.001 63.999 28.654 64 64v0 32h-640c-0.001 0-0.001 0-0.002 0-29.833 0-54.898 20.413-61.99 48.033l-0.097 0.444zM942.031 384h-636.063c-0.001 0-0.001 0-0.002 0-29.833 0-54.897 20.413-61.989 48.033l-0.097 0.444-115.881 463.524h768l108.119-432.476c1.214-4.66 1.911-10.011 1.911-15.524 0-35.346-28.653-63.999-63.999-64v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder1"],"defaultCode":60076,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":429,"order":433,"ligatures":"","prevSize":32,"name":"folder1","code":60077},"setIdx":0,"setId":0,"iconIdx":429},{"icon":{"paths":["M785.553 647.601v95.808h-95.774v57.011h95.774v95.791h57.045v-95.791h95.774v-57.011h-95.774v-95.808zM809.218 555.398c118.6 0 214.747 96.162 214.747 214.765s-96.148 214.765-214.747 214.765c-118.603 0-214.749-96.162-214.749-214.765s96.146-214.765 214.749-214.765zM81.172 39.14h285.817c44.839 0 81.184 36.345 81.184 81.163v38.919h365.342c44.838 0 81.184 36.366 81.184 81.182v253.204l-6.333-1.888c-25.165-7.163-51.718-10.999-79.149-10.999-159.599 0-289.459 129.845-289.459 289.441 0 24.937 3.17 49.147 9.129 72.249l1.406 5.182h-449.12c-44.828 0-81.174-36.346-81.174-81.185v-526.004c0-1.401 0.035-2.793 0.106-4.176l0.068-0.898-0.068-0.899c-0.070-1.384-0.106-2.777-0.106-4.178v-109.951c0-44.817 36.345-81.163 81.172-81.163z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder_add"],"defaultCode":60077,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":430,"order":434,"ligatures":"","prevSize":32,"name":"folder_add","code":60078},"setIdx":0,"setId":0,"iconIdx":430},{"icon":{"paths":["M688.355 739.117v67.036h248.593v-67.036zM809.218 555.398c118.6 0 214.747 96.162 214.747 214.765s-96.148 214.765-214.747 214.765c-118.6 0-214.749-96.162-214.749-214.765s96.149-214.765 214.749-214.765zM81.172 39.14h285.819c44.837 0 81.182 36.345 81.182 81.163v38.919h365.342c44.838 0 81.184 36.366 81.184 81.182v253.204l-6.333-1.888c-25.165-7.163-51.718-10.999-79.149-10.999-159.599 0-289.459 129.845-289.459 289.441 0 24.937 3.17 49.147 9.129 72.249l1.406 5.182h-449.12c-44.828 0-81.174-36.346-81.174-81.185v-526.004c0-1.401 0.035-2.793 0.106-4.176l0.068-0.898-0.068-0.899c-0.070-1.384-0.106-2.777-0.106-4.178v-109.951c0-44.817 36.345-81.163 81.172-81.163z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder_delete"],"defaultCode":60078,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":431,"order":435,"ligatures":"","prevSize":32,"name":"folder_delete","code":60079},"setIdx":0,"setId":0,"iconIdx":431},{"icon":{"paths":["M494.046 406.304c90.647 0 164.146 73.457 164.146 164.1 0 90.632-73.498 164.108-164.146 164.108-90.646 0-164.126-73.476-164.126-164.108 0-90.643 73.481-164.1 164.126-164.1zM494.046 357.856c-117.376 0-212.542 95.145-212.542 212.548 0 117.391 95.165 212.556 212.542 212.556 34.851 0 67.744-8.387 96.769-23.254l4.077-2.151 54.362 69.117h93.29l-89.772-114.911 2.001-2.255c32.294-37.28 51.834-85.909 51.834-139.102 0-117.403-95.168-212.548-212.562-212.548zM92.896 49.36h327.164c51.312 0 92.916 41.604 92.916 92.904v44.536h418.106c51.315 0 92.918 41.615 92.918 92.907v602.031c0 51.325-41.603 92.918-92.918 92.918h-838.185c-51.293 0-92.896-41.594-92.896-92.918v-602.031c0-1.603 0.041-3.196 0.121-4.779l0.078-1.030-0.078-1.030c-0.080-1.584-0.121-3.178-0.121-4.782v-125.822c0-51.299 41.603-92.904 92.896-92.904z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder_find"],"defaultCode":60079,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":432,"order":436,"ligatures":"","prevSize":32,"name":"folder_find","code":60080},"setIdx":0,"setId":0,"iconIdx":432},{"icon":{"paths":["M388.544 216.828c-28.448 28.809-51.452 63.073-67.291 101.070l-0.777 2.102h-63.865c33.945-44.926 78.421-80.17 129.848-102.371l2.085-0.801zM218.906 384h81.85c-6.347 28.27-10.618 61.247-11.874 94.995l-0.030 1.005h-95.229c3.656-35.474 12.605-67.979 26.088-98.006l-0.805 2.006zM218.906 640c-12.678-28.021-21.627-60.526-25.169-94.637l-0.115-1.363h95.228c1.286 34.754 5.557 67.731 12.582 99.676l-0.678-3.676zM256.611 704h63.865c16.616 40.099 39.619 74.362 68.1 103.205l-0.033-0.033c-53.511-23.002-97.988-58.245-131.347-102.364l-0.586-0.808zM480 801.932c-37.056-25.495-67.243-58.29-89.018-96.499l-0.752-1.432h89.77zM480 640h-114.076c-7.272-28.429-12.009-61.37-13.155-95.221l-0.021-0.779h127.252zM480 480h-127.252c1.166-34.63 5.904-67.571 13.864-99.232l-0.688 3.232h114.076zM480 320h-89.77c22.527-39.642 52.714-72.436 88.791-97.294l0.978-0.637zM767.389 320h-63.872c-16.622-40.103-39.631-74.369-68.118-103.214l0.032 0.033c53.521 23.001 98.007 58.249 131.372 102.374l0.586 0.808zM544 222.074c37.050 25.497 67.233 58.289 89.008 96.493l0.752 1.432h-89.76zM544 384h114.072c7.273 28.428 12.012 61.369 13.159 95.221l0.021 0.779h-127.252zM544 544h127.252c-1.168 34.631-5.906 67.572-13.868 99.232l0.688-3.232h-114.072zM544 801.926v-97.926h89.76c-22.527 39.637-52.71 72.429-88.782 97.288l-0.978 0.637zM635.432 807.182c28.454-28.812 51.464-63.079 67.309-101.080l0.777-2.101h63.872c-33.951 44.933-78.436 80.181-129.873 102.381l-2.085 0.801zM805.096 640h-81.853c6.349-28.27 10.621-61.246 11.877-94.995l0.030-1.005h95.228c-3.655 35.474-12.603 67.979-26.086 98.006l0.805-2.006zM735.148 480c-1.285-34.754-5.558-67.73-12.585-99.674l0.678 3.674h81.853c12.678 28.021 21.625 60.526 25.165 94.638l0.115 1.362zM896 512c0-212.077-171.923-384-384-384s-384 171.923-384 384c0 212.077 171.923 384 384 384v0c212.077 0 384-171.923 384-384v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["globe"],"defaultCode":60080,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":433,"order":437,"ligatures":"","prevSize":32,"name":"globe","code":60081},"setIdx":0,"setId":0,"iconIdx":433},{"icon":{"paths":["M823.502 672h-47.004c-2.992-0.083-5.847-0.358-8.641-0.815l0.368 0.050c-13.662-11.227-29.91-24.652-48.35-39.953l-4.238-3.531c-1.115-3.304-2.023-7.215-2.557-11.244l-0.035-0.326c0.527-2.031 1.156-4.008 1.612-6.070l16.094-73.688c19.613-16.339 34.884-37.23 44.269-61.083l0.356-1.026 8.906-24c5.094-12.059 8.054-26.079 8.054-40.791 0-25.917-9.187-49.689-24.482-68.236l0.147 0.183v-48.945c10.060-2.878 21.614-4.533 33.555-4.533 69.839 0 126.455 56.616 126.455 126.455 0 0.547-0.003 1.092-0.010 1.637l0.001-0.083v69.961c4.573 3.984 7.447 9.817 7.447 16.322 0 2.91-0.575 5.686-1.618 8.22l0.052-0.144-11.762 35.281c-5.295 13.384-16.081 23.612-29.505 28.040l-0.337 0.096-5.269 42.16c-4.084 31.766-30.958 56.062-63.506 56.062 0 0 0 0 0 0v0zM287.012 671.305c15.744-12.945 33.188-27.312 49.082-40.414l4.424-3.641c1.037-3.152 1.89-6.897 2.402-10.751l0.036-0.327c-0.527-2.020-1.162-4-1.612-6.048l-16.094-73.703c-19.595-16.329-34.856-37.204-44.238-61.037l-0.356-1.026-8.969-24.109c-5.079-12.041-8.030-26.039-8.030-40.727 0-25.918 9.19-49.69 24.489-68.235l-0.146 0.183v-48.945c-10.060-2.878-21.614-4.533-33.555-4.533-69.839 0-126.455 56.616-126.455 126.455 0 0.547 0.003 1.092 0.010 1.637l-0.001-0.083v69.961c-4.573 3.984-7.447 9.817-7.447 16.322 0 2.91 0.575 5.686 1.618 8.22l-0.052-0.144 11.762 35.281c5.295 13.384 16.081 23.612 29.505 28.040l0.337 0.096 5.269 42.16c4.084 31.766 30.958 56.062 63.506 56.062 0 0 0 0 0 0h47.004c2.735-0.090 5.326-0.34 7.866-0.742l-0.356 0.046zM1010.352 710.445l-70.819-49.571c-18.173 39.272-54.546 67.41-97.992 73.753l-0.693 0.083c14.011 17.84 22.585 40.532 22.921 65.213l0.001 0.076h144.23c8.837 0 16-7.163 16-16v0-47.34c-0.001-10.801-5.352-20.352-13.548-26.147l-0.1-0.067zM116.467 660.875l-70.819 49.571c-8.296 5.862-13.648 15.413-13.648 26.215v0 47.34c0 8.837 7.163 16 16 16v0h144.824c1.185-24.746 9.937-47.241 23.973-65.456l-0.201 0.272c-44.747-5.947-81.747-34.258-99.8-73.151l-0.329-0.791zM773.455 757.703c-13.924-10.547-58.512-47.348-94.453-77.188-29.443 33.897-72.541 55.268-120.636 55.484h-60.694c-48.237-0.222-91.415-21.695-120.684-55.531l-0.172-0.203c-36.762 30.304-82.34 67.828-94.272 77.437-16.096 10.821-26.545 28.963-26.545 49.546 0 0.114 0 0.228 0.001 0.343v-0.018 40.426c0 8.837 7.163 16 16 16v0h512c8.837 0 16-7.163 16-16v0-40.426c0.088-1.147 0.139-2.484 0.139-3.833 0-19.598-10.626-36.714-26.43-45.902l-0.253-0.136zM340.633 452.023c8.558 20.091 23.145 36.239 41.462 46.535l0.481 0.249 21.307 97.656c9.736 43.507 48.024 75.536 93.792 75.536 0 0 0.001 0 0.001 0h60.648c0 0 0 0 0 0 45.768 0 84.055-32.028 93.671-74.895l0.121-0.64 21.307-97.656c18.799-10.544 33.386-26.693 41.706-46.16l0.237-0.624 8.96-24.047c2.746-5.341 4.356-11.654 4.356-18.343 0-16.707-10.042-31.068-24.42-37.377l-0.262-0.102v-84.156c0-96-64-160-176-160s-176 64-176 160v84.156c-14.639 6.411-24.682 20.772-24.682 37.479 0 6.689 1.61 13.001 4.463 18.572l-0.107-0.23z"],"isMulticolor":false,"isMulticolor2":false,"tags":["group"],"defaultCode":60081,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":434,"order":438,"ligatures":"","prevSize":32,"name":"group","code":60082},"setIdx":0,"setId":0,"iconIdx":434},{"icon":{"paths":["M661.333 406.4v-129.067h-64v65.749l-74.304-73.685-0.043-1.024-266.283 264.96h84.629v234.667h128v-128h106.667v128h128v-234.667h85.333z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home1"],"defaultCode":60082,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":435,"order":439,"ligatures":"","prevSize":32,"name":"home1","code":60083},"setIdx":0,"setId":0,"iconIdx":435},{"icon":{"paths":["M816 160h-608c-44.164 0.048-79.952 35.836-80 79.995v576.005c0.048 44.164 35.836 79.952 79.995 80h608.005c44.164-0.048 79.952-35.836 80-79.995v-576.005c-0.048-44.164-35.836-79.952-79.995-80h-0.005zM800 576h-130.883c0 0 0 0-0.001 0-7.725 0-14.172 5.475-15.671 12.756l-0.018 0.103-26.856 134.281c-1.517 7.385-7.964 12.86-15.689 12.86 0 0 0 0-0.001 0h-197.766c0 0 0 0-0.001 0-7.725 0-14.172-5.475-15.671-12.756l-0.018-0.103-26.856-134.281c-1.517-7.385-7.964-12.86-15.689-12.86 0 0 0 0-0.001 0h-130.883v-320h576z"],"isMulticolor":false,"isMulticolor2":false,"tags":["inbox"],"defaultCode":60083,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":436,"order":440,"ligatures":"","prevSize":32,"name":"inbox","code":60084},"setIdx":0,"setId":0,"iconIdx":436},{"icon":{"paths":["M576 128h-160c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM544 816c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0zM544 240c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0zM865.174 145.899c-2.739-15.123-15.804-26.443-31.514-26.443-1.964 0-3.886 0.177-5.752 0.516l0.195-0.029-157.568 27.783c-15.123 2.739-26.443 15.804-26.443 31.514 0 1.964 0.177 3.886 0.516 5.752l-0.029-0.195 122.248 693.305c2.737 15.123 15.802 26.444 31.512 26.444 1.964 0 3.888-0.177 5.754-0.516l-0.195 0.029 157.568-27.783c15.123-2.737 26.443-15.802 26.443-31.511 0-1.964-0.177-3.888-0.516-5.754l0.029 0.195zM903.082 821.582l-63.029 11.113c-0.835 0.154-1.795 0.243-2.776 0.243-7.855 0-14.388-5.66-15.745-13.123l-0.015-0.098-5.556-31.514c-0.155-0.835-0.243-1.797-0.243-2.778 0-7.855 5.66-14.387 13.124-15.742l0.098-0.015 63.029-11.115c0.835-0.154 1.795-0.243 2.776-0.243 7.855 0 14.388 5.66 15.745 13.123l0.015 0.098 5.556 31.516c0.154 0.835 0.243 1.795 0.243 2.776 0 7.855-5.66 14.388-13.124 15.744l-0.098 0.015zM288 128h-160c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM256 816c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0zM256 240c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["library1"],"defaultCode":60084,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":437,"order":441,"ligatures":"","prevSize":32,"name":"library1","code":60085},"setIdx":0,"setId":0,"iconIdx":437},{"icon":{"paths":["M875.125 453.742l-204.547 148.578 77.998 240.192c0.65 1.932 1.025 4.157 1.025 6.47 0 11.561-9.372 20.932-20.932 20.932-0.003 0-0.006 0-0.009 0v0c-4.595-0.025-8.829-1.553-12.24-4.116l0.053 0.038-204.342-148.426-204.344 148.426c-3.358 2.525-7.592 4.053-12.182 4.078h-0.006c-0.002 0-0.004 0-0.006 0-11.562 0-20.934-9.373-20.934-20.934 0-2.312 0.375-4.536 1.067-6.616l-0.043 0.148 77.998-240.192-204.547-148.578c-5.239-3.837-8.603-9.966-8.603-16.88 0-11.522 9.34-20.862 20.862-20.862 0 0 0 0 0 0h252.793l78.1-240.5c2.803-8.438 10.625-14.417 19.843-14.417s17.040 5.978 19.8 14.27l0.042 0.147 78.099 240.5h252.793c11.521 0.003 20.859 9.343 20.859 20.864 0 6.913-3.362 13.041-8.54 16.837l-0.058 0.041z"],"isMulticolor":false,"isMulticolor2":false,"tags":["license"],"defaultCode":60085,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":438,"order":442,"ligatures":"","prevSize":32,"name":"license","code":60086},"setIdx":0,"setId":0,"iconIdx":438},{"icon":{"paths":["M352 448v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM320 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 352h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 160h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 736h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 544h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list1"],"defaultCode":60086,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":439,"order":443,"ligatures":"","prevSize":32,"name":"list1","code":60087},"setIdx":0,"setId":0,"iconIdx":439},{"icon":{"paths":["M484.605 436.814c-29.216 0-46.245 27.795-46.245 64.947 0 37.435 17.56 63.807 46.528 63.807 29.216 0 45.967-27.778 45.967-64.933 0-34.325-16.468-63.821-46.25-63.821zM264.531 405.568h43.398v154.911h76.017v36.306h-119.415zM708.043 403.601c24.685 0 43.682 4.829 53.027 9.343l-9.062 34.624c-10.53-4.514-23.562-8.203-44.529-8.203-36.031 0-63.308 20.39-63.308 61.828 0 39.451 24.721 62.687 60.152 62.687 9.969 0 17.908-1.111 21.279-2.846v-40h-29.465v-33.734h71.179v100.705c-13.341 4.546-38.556 10.797-63.804 10.797-34.906 0-60.152-8.813-77.745-25.86-17.593-16.421-27.216-41.407-26.936-69.469 0.281-63.561 46.528-99.872 109.211-99.872zM485.733 402.473c58.746 0 90.774 43.996 90.774 96.728 0 62.681-37.999 100.729-93.901 100.729-56.716 0-89.901-42.842-89.901-97.306 0-57.313 36.562-100.15 93.028-100.15zM192.874 60.573v898.747h449.428l-0.689-224.562 185.203 0.187v-674.372zM132.35 0h759.397v807.847l-193.105 216.081h-566.292z"],"isMulticolor":false,"isMulticolor2":false,"tags":["log"],"defaultCode":60087,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":440,"order":444,"ligatures":"","prevSize":32,"name":"log","code":60088},"setIdx":0,"setId":0,"iconIdx":440},{"icon":{"paths":["M802.658 157.555l-320-26.668c-0.736-0.061-1.594-0.096-2.459-0.096-16.632 0-30.273 12.806-31.6 29.096l-0.007 0.113h-0.592v672h0.592c1.335 16.401 14.974 29.205 31.604 29.205 0.867 0 1.725-0.035 2.575-0.103l-0.112 0.007 320-26.664c16.491-1.418 29.341-15.154 29.342-31.891v0-613.109c0 0 0-0.001 0-0.001 0-16.737-12.85-30.474-29.223-31.881l-0.119-0.008zM544 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM256 160h128v64h-128v544h128v64h-128c-35.327-0.047-63.953-28.673-64-63.995v-544.005c0.047-35.327 28.673-63.953 63.995-64h0.005z"],"isMulticolor":false,"isMulticolor2":false,"tags":["logout"],"defaultCode":60088,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":441,"order":445,"ligatures":"","prevSize":32,"name":"logout","code":60089},"setIdx":0,"setId":0,"iconIdx":441},{"icon":{"paths":["M870.4 204.8v51.2c0 28.277-22.923 51.2-51.2 51.2v0h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0zM819.2 409.6h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 51.2c0 28.277 22.923 51.2 51.2 51.2v0h614.4c28.277 0 51.2-22.923 51.2-51.2v0-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM819.2 665.6h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 51.2c0 28.277 22.923 51.2 51.2 51.2v0h614.4c28.277 0 51.2-22.923 51.2-51.2v0-51.2c0-28.277-22.923-51.2-51.2-51.2v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["menu1"],"defaultCode":60089,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":442,"order":446,"ligatures":"","prevSize":32,"name":"menu1","code":60090},"setIdx":0,"setId":0,"iconIdx":442},{"icon":{"paths":["M400 448h352c8.837 0 16-7.163 16-16v0-128c0-8.837-7.163-16-16-16v0h-352c-8.837 0-16 7.163-16 16v0 128c0 8.837 7.163 16 16 16v0zM751.998 512h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0zM751.998 640h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0zM399.998 704h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0zM864 160h-576c-0.005 0-0.012 0-0.018 0-17.663 0-31.982 14.319-31.982 31.982 0 0.006 0 0.013 0 0.019v-0.001 544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-544c-35.327 0.047-63.953 28.673-64 63.995v480.005c0.064 52.972 42.971 95.901 95.928 96h576.071c52.995-0.060 95.94-43.005 96-95.994v-544.006c0-0.005 0-0.012 0-0.018 0-17.663-14.319-31.982-31.982-31.982-0.006 0-0.013 0-0.019 0h0.001zM832 736c-0.012 17.668-14.332 31.988-31.999 32h-485.47c3.465-9.51 5.469-20.489 5.469-31.935 0-0.023 0-0.045 0-0.068v0.004-512h512zM399.998 576h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["newspaper1"],"defaultCode":60090,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":443,"order":447,"ligatures":"","prevSize":32,"name":"newspaper1","code":60091},"setIdx":0,"setId":0,"iconIdx":443},{"icon":{"paths":["M448 416v-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM736 736h-256c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 544h-384c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 160h-384c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM320 736h-78.375c5.243-9.382 13.594-16.497 23.633-20.032l0.305-0.093c18.844-6.72 76.156-27.094 76.156-85.031-0.068-47.946-38.926-86.794-86.87-86.844h-0.005c-32.111 0.153-60.674 15.208-79.15 38.599l-0.163 0.214c-4.685 5.53-7.533 12.745-7.533 20.626 0 17.674 14.328 32.002 32.002 32.002 9.794 0 18.56-4.399 24.43-11.33l0.039-0.047c6.893-9.542 17.877-15.76 30.328-16.063l0.047-0.001c12.621 0.003 22.854 10.225 22.875 22.842v0.002c0 3.812 0 12.781-33.625 24.719-43.636 17.22-73.949 59.019-73.949 107.899 0 2.19 0.061 4.366 0.181 6.526l-0.013-0.3c0.935 16.931 14.889 30.307 31.968 30.313h117.719c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM214.624 278.624l9.376-9.374v114.75c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0 0 0 0 0 0 0-17.672-14.326-31.997-31.997-31.997-8.837 0-16.836 3.582-22.627 9.373l-64 64c-5.668 5.769-9.168 13.685-9.168 22.419 0 17.671 14.325 31.996 31.996 31.996 8.734 0 16.65-3.499 22.424-9.172l-0.005 0.005z"],"isMulticolor":false,"isMulticolor2":false,"tags":["numberlist"],"defaultCode":60091,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":444,"order":448,"ligatures":"","prevSize":32,"name":"numberlist","code":60092},"setIdx":0,"setId":0,"iconIdx":444},{"icon":{"paths":["M734.549 456.352l-380.418-258.141 126.775-76.055 383.994 255.984zM293.65 234.5l-132.754 79.641 384.006 256 129.17-77.5zM128 625.125l384 255.992v-255.992l-384-256zM768 510.922v86.93c0 0.002 0 0.003 0 0.005 0 5.797-3.082 10.875-7.697 13.683l-0.071 0.040-32 19.195c-2.35 1.432-5.192 2.28-8.232 2.28-8.836 0-15.999-7.163-16-15.999v0-67.744l-128 76.804v255.984l320-191.976v-256.007z"],"isMulticolor":false,"isMulticolor2":false,"tags":["package"],"defaultCode":60092,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":445,"order":449,"ligatures":"","prevSize":32,"name":"package","code":60093},"setIdx":0,"setId":0,"iconIdx":445},{"icon":{"paths":["M567.656 736.916c-81.944 38.118-158.158 37.716-209.34 34.020-61.052-4.41-110.158-21.124-131.742-35.732-13.3-9.006-31.384-5.522-40.39 7.782-9.004 13.302-5.52 31.386 7.782 40.39 34.698 23.486 96.068 40.954 160.162 45.58 10.866 0.784 22.798 1.278 35.646 1.278 55.782 0 126.626-5.316 202.42-40.57 14.564-6.778 20.878-24.074 14.104-38.64-6.776-14.566-24.076-20.872-38.642-14.108zM890.948 693.816c2.786-252.688 28.762-730.206-454.97-691.612-477.6 38.442-350.964 542.968-358.082 711.95-6.308 89.386-35.978 198.648-77.896 309.846h129.1c13.266-47.122 23.024-93.72 27.232-138.15 7.782 5.428 16.108 10.674 24.994 15.7 14.458 8.518 26.884 19.844 40.040 31.834 30.744 28.018 65.59 59.774 133.712 63.752 4.572 0.262 9.174 0.394 13.676 0.394 68.896 0 116.014-30.154 153.878-54.382 18.14-11.612 33.818-21.64 48.564-26.452 41.91-13.12 78.532-34.296 105.904-61.252 4.276-4.208 8.242-8.538 11.962-12.948 15.246 55.878 36.118 118.758 59.288 181.504h275.65c-66.174-102.224-134.436-202.374-133.052-330.184zM124.11 556.352c0-0.016 0-0.030-0.002-0.046-4.746-82.462 34.71-151.832 88.126-154.936 53.412-3.106 100.56 61.228 105.304 143.692 0 0.014 0.004 0.030 0.004 0.044 0.256 4.446 0.368 8.846 0.37 13.206-16.924 4.256-32.192 10.436-45.872 17.63-0.052-0.612-0.092-1.216-0.152-1.83 0-0.008 0-0.018 0-0.026-4.57-46.81-29.572-82.16-55.852-78.958-26.28 3.204-43.88 43.75-39.312 90.558 0 0.010 0.004 0.018 0.004 0.026 1.992 20.408 7.868 38.636 16.042 52.444-2.034 1.604-7.784 5.812-14.406 10.656-4.97 3.634-11.020 8.058-18.314 13.43-19.882-26.094-33.506-63.58-35.94-105.89zM665.26 760.178c-1.9 43.586-58.908 84.592-111.582 101.044l-0.296 0.096c-21.9 7.102-41.428 19.6-62.104 32.83-34.732 22.224-70.646 45.208-122.522 45.208-3.404 0-6.894-0.104-10.326-0.296-47.516-2.778-69.742-23.032-97.88-48.676-14.842-13.526-30.19-27.514-49.976-39.124l-0.424-0.244c-42.706-24.104-69.212-54.082-70.908-80.194-0.842-12.98 4.938-24.218 17.182-33.4 26.636-19.972 44.478-33.022 56.284-41.658 13.11-9.588 17.068-12.48 20-15.264 2.096-1.986 4.364-4.188 6.804-6.562 24.446-23.774 65.36-63.562 128.15-63.562 38.404 0 80.898 14.8 126.17 43.902 21.324 13.878 39.882 20.286 63.38 28.4 16.156 5.578 34.468 11.902 58.992 22.404l0.396 0.164c22.88 9.404 49.896 26.564 48.66 54.932zM652.646 657.806c-4.4-2.214-8.974-4.32-13.744-6.286-22.106-9.456-39.832-15.874-54.534-20.998 8.116-15.894 13.16-35.72 13.624-57.242 0-0.010 0-0.022 0-0.030 1.126-52.374-25.288-94.896-58.996-94.976-33.71-0.078-61.95 42.314-63.076 94.686 0 0.010 0 0.018 0 0.028-0.038 1.714-0.042 3.416-0.020 5.11-20.762-9.552-41.18-16.49-61.166-20.76-0.092-1.968-0.204-3.932-0.244-5.92 0-0.016 0-0.036 0-0.050-1.938-95.412 56.602-174.39 130.754-176.402 74.15-2.014 135.828 73.7 137.772 169.11 0 0.018 0 0.038 0 0.052 0.874 43.146-10.66 82.866-30.37 113.678z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tux"],"defaultCode":60093,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":446,"order":450,"ligatures":"","prevSize":32,"name":"tux","code":60094},"setIdx":0,"setId":0,"iconIdx":446},{"icon":{"paths":["M791.498 544.092c-1.294-129.682 105.758-191.876 110.542-194.966-60.152-88.020-153.85-100.078-187.242-101.472-79.742-8.074-155.596 46.948-196.066 46.948-40.368 0-102.818-45.754-168.952-44.552-86.916 1.292-167.058 50.538-211.812 128.38-90.304 156.698-23.126 388.84 64.89 515.926 43.008 62.204 94.292 132.076 161.626 129.58 64.842-2.588 89.362-41.958 167.756-41.958s100.428 41.958 169.050 40.67c69.774-1.296 113.982-63.398 156.692-125.796 49.39-72.168 69.726-142.038 70.924-145.626-1.548-0.706-136.060-52.236-137.408-207.134zM662.562 163.522c35.738-43.358 59.86-103.512 53.28-163.522-51.478 2.096-113.878 34.29-150.81 77.55-33.142 38.376-62.148 99.626-54.374 158.436 57.466 4.484 116.128-29.204 151.904-72.464z"],"isMulticolor":false,"isMulticolor2":false,"tags":["appleinc"],"defaultCode":60094,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":447,"order":451,"ligatures":"","prevSize":32,"name":"appleinc","code":60095},"setIdx":0,"setId":0,"iconIdx":447},{"icon":{"paths":["M569.226 778.256c-0.002-0.044-0.002-0.088-0.004-0.132 0.002 0.044 0.002 0.088 0.004 0.132zM570.596 814.538c-0.012-0.234-0.022-0.466-0.032-0.702 0.010 0.234 0.020 0.466 0.032 0.702zM569.814 796.312c-0.006-0.178-0.012-0.356-0.020-0.536 0.010 0.182 0.016 0.358 0.020 0.536zM960 0h-896c-35.2 0-64 28.8-64 64v896c0 35.2 28.8 64 64 64h493.832c0.044 0 0.088 0.006 0.132 0.006 0.042 0 0.084-0.006 0.126-0.006h401.91c35.2 0 64-28.8 64-64v-896c0-35.2-28.8-64-64-64zM192 224c0-17.672 14.328-32 32-32s32 14.328 32 32v64c0 17.672-14.328 32-32 32s-32-14.328-32-32v-64zM960 960h-375.058c-6.7-42.082-10.906-85.476-13.388-127.604 0.006 0.116 0.010 0.228 0.018 0.344-19.696 2.146-39.578 3.26-59.572 3.26-133.65 0-262.382-48.656-362.484-137.006-14.906-13.156-16.326-35.906-3.168-50.812 13.158-14.904 35.906-16.326 50.814-3.168 86.936 76.728 198.748 118.986 314.838 118.986 19.086 0 38.052-1.166 56.816-3.416-2.192-118.194 6.876-211.914 7.026-213.404 0.898-8.996-2.050-17.952-8.118-24.654-6.066-6.702-14.682-10.526-23.724-10.526h-95.174c1.384-34.614 5.082-93.814 14.958-160.188 18.864-126.76 51.994-225.77 96.152-287.812h400.064v896zM800 320c-17.674 0-32-14.328-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64c0 17.672-14.326 32-32 32zM540.496 835.232c-3.646 0.192-7.298 0.336-10.956 0.454 3.658-0.116 7.31-0.264 10.956-0.454zM512 836c4.692 0 9.374-0.074 14.050-0.196-4.676 0.122-9.358 0.196-14.050 0.196zM539.074 763.202c0.784-0.044 1.568-0.084 2.352-0.132-0.782 0.048-1.568 0.088-2.352 0.132zM525.084 763.8c1.074-0.030 2.146-0.072 3.218-0.11-1.072 0.038-2.144 0.082-3.218 0.11zM877.65 648.182c-13.156-14.91-35.908-16.322-50.812-3.168-72.642 64.114-162.658 104.136-258.022 115.57 0.43 23.278 1.294 47.496 2.754 72.156 111.954-12.21 217.786-58.614 302.912-133.746 14.908-13.156 16.326-35.906 3.168-50.812zM571.498 832.748c-4.606 0.5-9.222 0.936-13.848 1.322 4.626-0.384 9.244-0.822 13.848-1.322zM555.488 834.242c-3.906 0.312-7.822 0.576-11.742 0.806 3.92-0.226 7.834-0.496 11.742-0.806z"],"isMulticolor":false,"isMulticolor2":false,"tags":["finder"],"defaultCode":60095,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":448,"order":452,"ligatures":"","prevSize":32,"name":"finder","code":60096},"setIdx":0,"setId":0,"iconIdx":448},{"icon":{"paths":["M896 384c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-35.2-28.8-64-64-64zM128 384c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-35.2-28.802-64-64-64zM224 736c0 53.020 42.98 96 96 96v0 128c0 35.2 28.8 64 64 64s64-28.8 64-64v-128h128v128c0 35.2 28.8 64 64 64s64-28.8 64-64v-128c53.020 0 96-42.98 96-96v-352h-576v352zM798.216 320.002c-9.716-87.884-59.004-163.792-129.62-209.646l32.024-64.046c7.904-15.806 1.496-35.028-14.31-42.932s-35.030-1.496-42.932 14.312l-32.142 64.286-8.35-3.316c-28.568-9.502-59.122-14.66-90.886-14.66-31.762 0-62.316 5.158-90.888 14.656l-8.348 3.316-32.142-64.282c-7.904-15.808-27.128-22.212-42.932-14.312-15.808 7.904-22.214 27.126-14.312 42.932l32.022 64.046c-70.616 45.852-119.904 121.762-129.622 209.644v32h574.222v-31.998h-1.784zM416 256c-17.674 0-32-14.328-32-32 0-17.648 14.288-31.958 31.93-31.996 0.032 0 0.062 0.002 0.094 0.002 0.018 0 0.036-0.002 0.052-0.002 17.638 0.042 31.924 14.35 31.924 31.996 0 17.672-14.326 32-32 32zM608 256c-17.674 0-32-14.328-32-32 0-17.646 14.286-31.954 31.924-31.996 0.016 0 0.034 0.002 0.050 0.002 0.032 0 0.064-0.002 0.096-0.002 17.64 0.038 31.93 14.348 31.93 31.996 0 17.672-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["android"],"defaultCode":60096,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":449,"order":453,"ligatures":"","prevSize":32,"name":"android","code":60097},"setIdx":0,"setId":0,"iconIdx":449},{"icon":{"paths":["M412.23 511.914c-47.708-24.518-94.086-36.958-137.88-36.958-5.956 0-11.952 0.18-17.948 0.708-55.88 4.624-106.922 19.368-139.75 30.828-8.708 3.198-17.634 6.576-26.83 10.306l-89.822 311.394c61.702-22.832 116.292-33.938 166.27-33.938 80.846 0 139.528 30.208 187.992 61.304 22.962-77.918 78.044-266.090 94.482-322.324-11.95-7.284-24.076-14.57-36.514-21.32zM528.348 591.070l-90.446 314.148c26.832 15.372 117.098 64.050 186.212 64.050 55.792 0 118.252-14.296 190.834-43.792l86.356-301.976c-58.632 18.922-114.876 28.52-167.464 28.52-95.95 0-163.114-31.098-205.492-60.95zM292.822 368.79c77.118 0.798 134.152 30.208 181.416 60.502l92.752-317.344c-19.546-11.196-70.806-39.094-107.858-48.6-24.386-5.684-50.020-8.616-77.204-8.616-51.796 0.976-108.388 13.946-172.888 39.8l-88.44 310.596c64.808-24.436 120.644-36.34 172.086-36.34 0.046 0.002 0.136 0.002 0.136 0.002zM1024 198.124c-58.814 22.832-116.208 34.466-171.028 34.466-91.686 0-159.292-31.802-203.094-62.366l-91.95 318.236c61.746 39.708 128.29 59.878 198.122 59.878 56.948 0 115.94-13.68 175.462-40.688l-0.182-2.222 3.734-0.886 88.936-306.418z"],"isMulticolor":false,"isMulticolor2":false,"tags":["windows"],"defaultCode":60097,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":450,"order":454,"ligatures":"","prevSize":32,"name":"windows","code":60098},"setIdx":0,"setId":0,"iconIdx":450},{"icon":{"paths":["M0.35 512l-0.35-312.074 384-52.144v364.218zM448 138.482l511.872-74.482v448h-511.872zM959.998 576l-0.126 448-511.872-72.016v-375.984zM384 943.836l-383.688-52.594-0.020-315.242h383.708z"],"isMulticolor":false,"isMulticolor2":false,"tags":["windows8"],"defaultCode":60098,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":451,"order":455,"ligatures":"","prevSize":32,"name":"windows8","code":60099},"setIdx":0,"setId":0,"iconIdx":451},{"icon":{"paths":["M290.893 915.319h341.090v108.598h-341.090zM654.474 471.87c21.302-0.828 42.039 10.909 51.67 31.4l71.345 151.834c10.431 22.197 4.638 47.869-12.567 63.604l-3.157 2.611-124.45 130.921-0.691 1.528c-7.41 15.376-23.143 25.987-41.351 25.987h-261.553c-25.332 0-45.875-20.541-45.875-45.875v-160.864l124.446 124.443c15.624 15.621 36.383 24.211 58.458 24.211 22.076 0 42.833-8.591 58.436-24.211l111.965-111.961v31.040l29.568-27.14-65.221-138.828c-12.864-27.341-1.1-59.903 26.241-72.766l1.639-0.777c6.836-3.21 13.999-4.882 21.1-5.158zM501.391 417.993l-50.752 50.734c19.938 13.614 36.101 14.219 48.485 1.833 10.359-10.358 11.115-27.88 2.267-52.567zM546.232 301.532c-8.654-0.045-16.055 3.021-22.205 9.17-6.496 6.52-10.034 13.596-10.618 21.278s1.511 18.126 6.281 31.311l52.587-52.588c-8.72-6.085-17.414-9.128-26.045-9.17zM620.373 262.604l18.193 18.19-23.198 23.197c20.196 21.254 32.044 38.023 35.541 50.301l-28.204 28.205c-3.732-17.782-14.24-35.865-31.568-54.251l-60.765 60.765c12.732 30.643 18.881 54.186 18.45 70.629-0.454 16.42-5.999 29.95-16.615 40.567-12.926 12.928-28.7 18.754-47.367 17.479-18.664-1.273-38.063-9.581-58.175-24.965l-28.612 28.591-18.19-18.192 27.535-27.534c-21.882-21.902-35.928-43.503-42.078-64.759l29.387-29.39c1.362 10.681 5.611 22.744 12.777 36.21 7.141 13.487 15.19 24.708 24.166 33.684l58.651-58.651c-13.702-32.865-19.938-56.755-18.708-71.685 1.23-14.954 7.358-27.947 18.45-39.015 13.077-13.097 29.626-19.183 49.609-18.255 19.981 0.925 38.993 8.459 57.010 22.592zM548.714 0c11.758 0 23.518 4.488 32.494 13.464l307.536 307.538c17.955 17.954 17.955 47.041 0 64.972l-144.476 144.477-17.35-36.933c-3.986-8.47-9.421-16.004-15.925-22.36l-2.552-2.326 115.333-115.332-275.062-275.064-353.027 353.025 275.062 275.064 124.276-124.275 31.153 66.294-122.952 122.953c-17.931 17.953-47.021 17.953-64.975 0l-307.535-307.539c-17.953-17.951-17.953-47.040 0-64.972l385.521-385.522c8.966-8.976 20.722-13.464 32.479-13.464z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pay"],"defaultCode":60099,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":452,"order":456,"ligatures":"","prevSize":32,"name":"pay","code":60100},"setIdx":0,"setId":0,"iconIdx":452},{"icon":{"paths":["M200.571 796.931c-65.7 20.885-113.75 73.848-130.451 94.215 0.202-3.96-6.842 8.705-6.842 8.705s2.706-3.609 6.842-8.705c-0.062 1.554-1.135 5.38-4.261 13.7-11.29 29.974 23.636 29.205 23.636 29.205 99.024-16.106 111.076-137.121 111.076-137.121zM767.851 694.951c-18.402-0.001-29.754 1.181-29.754 1.181 105.384 92.26 203.398 70.757 203.398 70.757 40.12-5.38-21.102-42.521-21.102-42.521-56.586-25.098-117.411-29.415-152.542-29.417zM407.732 445.851c0 0-38.052 198.070-85.604 256.815l263.733-42.154c0 0-131.431-126.545-178.128-214.661zM413.841 80.012c-0.327-0.031-0.655-0.025-0.984 0.018-2.95 0.391-5.989 3.865-8.935 12.118 0 0-14.213 73.113 21.382 194.629 0 0 30.308-96.404 7.495-170.219 0 0-8.827-35.592-18.958-36.546zM380.637 0.017c28.069-1.161 53.374 56.91 53.374 56.91 78.685 180.728 4.276 296.195 4.276 296.195 77.907 197.402 234.047 302.811 234.047 302.811 151.708-8.755 262.38 32.43 262.38 32.43 87.066 49.221 57.909 95.201 57.909 95.201-91.233 109.402-359.227-61.184-359.227-61.184l-345.434 62.554c-49.916 183.551-216.724 226.674-216.724 226.674-79.509 12.464-68.639-76.672-68.639-76.672 62.061-146.761 218.123-180.527 218.123-180.527 61.47-70.59 161.941-402.39 161.941-402.39-101.512-245.186-30.183-326.754-30.183-326.754 9.136-17.894 18.799-24.862 28.156-25.249z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pdf"],"defaultCode":60100,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":453,"order":457,"ligatures":"","prevSize":32,"name":"pdf","code":60101},"setIdx":0,"setId":0,"iconIdx":453},{"icon":{"paths":["M186.878 761.643c-61.858 18.302-107.102 64.709-122.827 82.566 0.191-3.469-6.445 7.624-6.445 7.624s2.548-3.151 6.445-7.624c-0.066 1.354-1.068 4.711-4.028 12.017-10.629 26.259 22.267 25.589 22.267 25.589 93.244-14.117 104.589-120.172 104.589-120.172zM721.065 672.267c-17.328-0.001-28.016 1.035-28.016 1.035 99.242 80.847 191.531 62.003 191.531 62.003 37.782-4.708-19.861-37.254-19.861-37.254-53.296-21.995-110.573-25.78-143.653-25.783zM381.96 453.945c0 0-35.839 173.585-80.605 225.069l248.329-36.937c0 0-123.752-110.91-167.724-188.132zM845.111 254.503c4.827-0.315 10.331 1.799 16.15 6.633l38.243 31.943c18.558 15.55 48.954 40.949 67.525 56.433l38.272 31.99c18.607 15.533 18.321 40.666-0.508 55.8l-38.832 31.256c-18.859 15.249-49.683 40.059-68.539 55.228l-38.835 31.239c-18.822 15.249-34.021 2.515-33.753-28.201l0.526-59.012h-225.156c-15.85 0-28.705-12.878-28.705-28.729v-62.246c0-15.834 12.855-28.694 28.705-28.694h226.241l0.506-59.362c0.198-21.13 7.54-33.585 18.16-34.279zM386.788 133.327c-2.777 0.341-5.637 3.384-8.408 10.615 0 0-13.398 64.091 20.135 170.59 0 0 28.535-84.507 7.050-149.183 0 0-8.859-33.241-18.777-32.022zM356.447 63.205c26.43-1.014 50.261 49.878 50.261 49.878 74.083 158.383 4.029 259.586 4.029 259.586 73.367 173.011 220.388 265.396 220.388 265.396 142.849-7.671 247.075 28.422 247.075 28.422 81.976 43.129 54.534 83.444 54.534 83.444-85.921 95.871-338.276-53.635-338.276-53.635l-325.281 54.828c-46.998 160.866-204.075 198.666-204.075 198.666-74.88 10.915-64.627-67.21-64.627-67.21 58.439-128.623 205.395-158.211 205.395-158.211 57.879-61.876 152.495-352.67 152.495-352.67-95.602-214.882-28.427-286.37-28.427-286.37 8.602-15.68 17.701-21.786 26.511-22.124z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pdfexport"],"defaultCode":60101,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":454,"order":458,"ligatures":"","prevSize":32,"name":"pdfexport","code":60102},"setIdx":0,"setId":0,"iconIdx":454},{"icon":{"paths":["M490.078 482.475c115.421 29.010 218.49 140.465 249.026 175.898v-112.194h74.003v130.009h48.004v60.007h-440.037v-60.007h69.004zM146.397 288.621l-74.038 7.249 70.472 612.97 63.542-6.188zM778.103 182.909c45.819 0 83.007 37.202 83.007 83.032 0 45.824-37.188 83.026-83.007 83.026-45.814 0-83.003-37.202-83.003-83.026 0-45.83 37.188-83.032 83.003-83.032zM270.261 168.665l-68.169 6.625 68.169 698.111v-596.849h-0.031c0-25.314 0-47.128 0-64.443h0.031zM336.703 108.905v725.174h621.029v-725.174h-71.381zM270.261 44.647h753.883v853.631h-102.797l-708.662 69.13-0.089-0.931-129.677 12.684-82.919-740.739 140.175-13.684-10.439-106.832 140.525-13.751z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pictures"],"defaultCode":60102,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":455,"order":459,"ligatures":"","prevSize":32,"name":"pictures","code":60103},"setIdx":0,"setId":0,"iconIdx":455},{"icon":{"paths":["M388.095 0h247.889v388.114h388.095v247.869h-388.095v388.075h-247.889v-388.075h-388.095v-247.869h388.095z"],"isMulticolor":false,"isMulticolor2":false,"tags":["plus1"],"defaultCode":60103,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":456,"order":460,"ligatures":"","prevSize":32,"name":"plus1","code":60104},"setIdx":0,"setId":0,"iconIdx":456},{"icon":{"paths":["M741.3 488.052c-63.591-0.034-127.198-0.034-190.772 0.084-3.373 0-5.344-1.040-7.615-3.707-3.824-4.496-8.249-8.823-13.293-11.692-4.025-2.315-4.943-4.613-4.943-8.84 0.117-81.708 0.067-163.432 0.067-245.14 0-2.013 0.117-4.043-0.067-6.022-0.618-7.314-6.797-12.078-14.044-10.937-6.463 1.023-10.053 5.938-10.053 13.99-0.033 41.5 0 82.999 0 124.499 0 41.265-0.033 82.58 0.033 123.895 0.050 3.976-0.685 6.24-4.709 8.454-4.943 2.634-9.285 6.827-13.009 11.121-2.455 2.835-4.425 4.479-8.35 4.412-12.675-0.252-25.366-0.067-38.057 0-5.878 0.034-10.454 2.785-13.627 7.632-3.741 5.586-3.908 11.675-0.918 17.63 3.139 6.207 8.633 9.259 15.497 9.327 12.658 0.117 25.383-0.101 38.024 0.185 2.238 0.084 4.676 1.795 6.579 3.305 5.010 4.043 9.552 8.773 14.812 12.447 2.555 1.761 3.841 3.053 3.807 6.257-0.184 11.994-0.117 24.004-0.083 36.015 0 1.979-0.033 4.043 0.451 5.955 1.386 5.687 6.98 9.478 12.708 8.924 6.296-0.621 10.871-5.401 10.971-12.128 0.15-12.916 0.117-25.849 0-38.765 0-3.305 1.319-4.848 4.242-6.626 4.826-2.885 9.552-6.559 13.126-10.903 2.705-3.305 5.127-4.73 9.318-4.73 46.040 0.151 92.063 0.101 138.052 0.101 17.768 0 35.536 0.117 53.27-0.034 11.122-0.101 18.419-7.632 18.102-18.1-0.334-10.216-7.748-16.607-19.521-16.607zM533.212 507.393c0 0.017 0 0.034-0.017 0.067-0.017 0.218-0.033 0.419-0.067 0.637-0.033 0.319-0.083 0.621-0.15 0.939-0.167 0.923-0.401 1.845-0.701 2.734-0.1 0.302-0.2 0.604-0.317 0.889-0.134 0.352-0.267 0.688-0.434 1.040-0.134 0.319-0.267 0.621-0.434 0.906-0.301 0.604-0.635 1.208-1.002 1.761-0.534 0.839-1.136 1.644-1.787 2.416 0 0.017 0 0.017-0.017 0.034-0.451 0.503-0.902 0.973-1.369 1.443-0.25 0.235-0.501 0.47-0.751 0.705 0 0 0 0.017-0.017 0.017-0.334 0.302-0.685 0.587-1.035 0.855-0.267 0.218-0.534 0.419-0.802 0.604-1.57 1.124-3.306 2.046-5.16 2.717-1.303 0.47-2.638 0.822-4.041 1.040-0.701 0.101-1.403 0.185-2.121 0.218-0.351 0-0.701 0.017-1.069 0.017-0.384 0.017-0.751 0-1.136-0.034-0.284-0.017-0.568-0.050-0.868-0.084-0.618-0.067-1.236-0.185-1.837-0.335s-1.202-0.335-1.787-0.537c-2.137-0.788-4.175-1.979-6.012-3.472-0.317-0.252-0.635-0.537-0.935-0.805-0.401-0.369-0.785-0.738-1.152-1.124-0.083-0.084-0.167-0.185-0.25-0.268-0.367-0.403-0.735-0.822-1.069-1.241-0.434-0.52-0.835-1.057-1.202-1.61s-0.718-1.107-1.052-1.694c-0.635-1.174-1.186-2.382-1.586-3.623-0.217-0.621-0.384-1.258-0.534-1.879-0.067-0.319-0.134-0.637-0.184-0.956-0.1-0.486-0.167-0.99-0.184-1.493-0.050-0.503-0.067-1.006-0.067-1.51 0-0.369 0.017-0.738 0.017-1.107 0.033-0.671 0.083-1.325 0.184-1.979 0.033-0.235 0.067-0.486 0.117-0.721 0.017-0.134 0.033-0.252 0.067-0.386 0.033-0.117 0.067-0.252 0.083-0.386 0.050-0.268 0.1-0.52 0.167-0.772 0.1-0.419 0.217-0.839 0.351-1.241 0.267-0.906 0.618-1.795 1.019-2.65 0.134-0.302 0.284-0.604 0.451-0.906 0.2-0.369 0.401-0.738 0.618-1.090s0.434-0.705 0.685-1.057c0.468-0.671 0.985-1.325 1.536-1.946 0.284-0.335 0.601-0.671 0.935-0.973 0.267-0.268 0.534-0.52 0.818-0.772 0.301-0.268 0.618-0.537 0.952-0.788 0.317-0.252 0.651-0.486 1.002-0.721 1.019-0.705 2.121-1.308 3.273-1.812 0.384-0.168 0.768-0.319 1.169-0.47 0.284-0.101 0.568-0.201 0.852-0.285 0.284-0.101 0.568-0.185 0.852-0.252s0.584-0.151 0.885-0.218c0.301-0.050 0.584-0.117 0.885-0.168 0.918-0.151 1.837-0.252 2.789-0.302 0.367-0.017 0.735-0.017 1.102-0.017 0.267 0 0.534 0 0.802 0.017 0.25 0.017 0.518 0.034 0.785 0.050 0.518 0.050 1.035 0.101 1.536 0.185 0.451 0.067 0.902 0.168 1.353 0.268 0.434 0.101 0.885 0.218 1.319 0.352 0.417 0.117 0.852 0.268 1.252 0.419l0.017 0.017c0.401 0.151 0.802 0.302 1.186 0.47 0.067 0.034 0.117 0.050 0.184 0.101 0.367 0.168 0.718 0.335 1.085 0.537 0.367 0.185 0.735 0.403 1.102 0.621 0.017 0.017 0.033 0.017 0.050 0.034 0.367 0.235 0.735 0.486 1.102 0.738 0.351 0.252 0.701 0.52 1.052 0.805 0.167 0.134 0.334 0.268 0.484 0.403 0.334 0.285 0.668 0.604 0.985 0.923 0.301 0.285 0.584 0.587 0.852 0.889 0.451 0.486 0.868 0.99 1.252 1.526 0.184 0.268 0.384 0.537 0.568 0.805 0.367 0.537 0.701 1.107 1.019 1.694 0.417 0.788 0.802 1.61 1.102 2.466 0.134 0.319 0.25 0.637 0.351 0.973 0.685 2.080 1.035 4.311 1.002 6.626 0 0.587-0.033 1.157-0.1 1.728z"],"isMulticolor":false,"isMulticolor2":false,"tags":["untitled"],"defaultCode":60104,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":457,"order":461,"ligatures":"","prevSize":32,"name":"untitled","code":60105},"setIdx":0,"setId":0,"iconIdx":457},{"icon":{"paths":["M96.734 731.669h830.597c32.681 0 59.317 26.584 59.317 59.329v173.575c0 32.777-26.635 59.378-59.317 59.378h-830.597c-32.845 0-59.317-26.602-59.317-59.378v-173.575c0-32.745 26.472-59.329 59.317-59.329zM96.736 362.575h830.597c32.681 0 59.317 26.535 59.317 59.28v173.575c0 32.728-26.635 59.345-59.317 59.345h-830.597c-32.845 0-59.317-26.617-59.317-59.345v-173.575c0-32.744 26.472-59.28 59.317-59.28zM212.102 78.691c-37.093 0-67.324 30.212-67.324 67.384s30.23 67.368 67.324 67.368c37.093 0 67.324-30.196 67.324-67.368s-30.23-67.384-67.324-67.384zM96.736 0h830.597c32.681 0 59.317 26.552 59.317 59.345v173.559c0 32.728-26.635 59.296-59.317 59.296h-830.597c-32.845 0-59.317-26.568-59.317-59.296v-173.559c0-32.794 26.472-59.345 59.317-59.345z"],"isMulticolor":false,"isMulticolor2":false,"tags":["dataset"],"defaultCode":60105,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":458,"order":462,"ligatures":"","prevSize":32,"name":"dataset","code":60106},"setIdx":0,"setId":0,"iconIdx":458},{"icon":{"paths":["M916.971 197.738c33.615 0 67.23 0 100.862 0 6.16 8.589-24.368 19.371-41.255 30.652-249.52 166.853-456.719 384.262-641.873 597.871-113.945-102.664-214.918-213.992-334.704-312.729 20.277-21.201 46.237-38.582 77.926-52.13 55.357 29.907 102.485 57.26 169.397 89.382 9.391 4.491 72.785 33.537 78.197 33.26 12.033-0.639 44.327-38.741 64.191-55.175 143.868-119.108 350.573-253.499 527.26-331.131z"],"isMulticolor":false,"isMulticolor2":false,"tags":["check"],"defaultCode":60106,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":459,"order":463,"ligatures":"","prevSize":32,"name":"check","code":60107},"setIdx":0,"setId":0,"iconIdx":459},{"icon":{"paths":["M738.064 488.528l-206.048 117.081 0.648 237.415 205.4-118.386zM296.816 488.528v236.11l205.402 118.386 0.646-237.415zM517.439 340.688l-204.671 118.352 204.671 117.696 205.313-117.696zM92.872 49.36h327.139c51.335 0 92.917 41.604 92.917 92.904v44.536h418.154c51.314 0 92.918 41.615 92.918 92.907v602.031c0 51.325-41.605 92.918-92.918 92.918h-838.208c-51.27 0-92.873-41.594-92.873-92.918v-602.031c0-1.603 0.041-3.196 0.121-4.779l0.078-1.030-0.078-1.030c-0.080-1.584-0.121-3.178-0.121-4.782v-125.822c0-51.299 41.603-92.904 92.872-92.904z"],"isMulticolor":false,"isMulticolor2":false,"tags":["projects"],"defaultCode":60107,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":460,"order":464,"ligatures":"","prevSize":32,"name":"projects","code":60108},"setIdx":0,"setId":0,"iconIdx":460},{"icon":{"paths":["M292.64 0h438.752v27.918h-37c-41.803 0-72.25 12.332-91.376 37-12.592 16.125-18.875 54.875-18.875 116.292v487.75h90.1v64h-90.1v109.79c0 51.834 3.261 86.083 9.813 102.709 5.030 12.584 15.595 23.374 31.709 32.459 21.647 12.082 44.562 18.114 68.73 18.114h37v27.968h-438.752v-27.968h36.249c42.292 0 72.99-12.323 92.126-36.989 12.083-16.125 18.125-54.875 18.125-116.293v-109.79h-93.157v-64h93.157v-487.75c0-51.835-3.282-86.085-9.813-102.667-5.042-12.584-15.365-23.418-30.97-32.5-22.155-12.084-45.302-18.125-69.469-18.125h-36.249z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rename"],"defaultCode":60108,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":461,"order":465,"ligatures":"","prevSize":32,"name":"rename","code":60109},"setIdx":0,"setId":0,"iconIdx":461},{"icon":{"paths":["M178.857 789.582v103.511h664.66v-103.511zM270.958 1.068h127.786v260.744h-127.786zM5.556 0h168.819v312.888h669.074v-312.888h175.017v1023.936h-1012.91z"],"isMulticolor":false,"isMulticolor2":false,"tags":["Save"],"defaultCode":60109,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":462,"order":466,"ligatures":"","prevSize":32,"name":"Save","code":60110},"setIdx":0,"setId":0,"iconIdx":462},{"icon":{"paths":["M928 208v416c-0.171 56.042-41.533 102.371-95.391 110.309l-0.609 0.074v-526.383c-0.114-8.79-7.21-15.886-15.989-16h-526.394c8.012-54.467 54.341-95.829 110.365-96h416.018c61.825 0.077 111.923 50.175 112 111.993v0.007zM768 368v416c-0.077 61.825-50.175 111.923-111.993 112h-416.007c-61.825-0.077-111.923-50.175-112-111.993v-416.007c0.077-61.825 50.175-111.923 111.993-112h416.007c61.825 0.077 111.923 50.175 112 111.993v0.007zM672 368c-0.114-8.79-7.21-15.886-15.989-16h-416.011c-8.79 0.114-15.886 7.21-16 15.989v416.011c0.114 8.79 7.21 15.886 15.989 16h416.011c8.79-0.114 15.886-7.21 16-15.989v-0.011z"],"isMulticolor":false,"isMulticolor2":false,"tags":["squares"],"defaultCode":60110,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":463,"order":467,"ligatures":"","prevSize":32,"name":"squares","code":60111},"setIdx":0,"setId":0,"iconIdx":463},{"icon":{"paths":["M0 812.646h1023.919v129.997h-1023.919zM0 568.82h1023.919v130.079h-1023.919zM0 324.993h1023.919v130.079h-1023.919zM0 81.248h1023.919v130.079h-1023.919z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table1"],"defaultCode":60111,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":464,"order":468,"ligatures":"","prevSize":32,"name":"table1","code":60112},"setIdx":0,"setId":0,"iconIdx":464},{"icon":{"paths":["M511.975 512.047l-242.846 242.843h161.146v184.088h163.402v-184.088h161.146zM646.038 35.382l311.664 313.105h-311.664zM66.25 0h514.016v388.045h377.436v636.099h-891.451z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload1"],"defaultCode":60112,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":465,"order":469,"ligatures":"","prevSize":32,"name":"upload1","code":60113},"setIdx":0,"setId":0,"iconIdx":465},{"icon":{"paths":["M784 128h-544c-61.825 0.077-111.923 50.175-112 111.993v544.007c0.077 61.825 50.175 111.923 111.993 112h544.007c61.825-0.077 111.923-50.175 112-111.993v-544.007c-0.077-61.825-50.175-111.923-111.993-112h-0.007zM384 453.961v-69.961c0-70.692 57.308-128 128-128s128 57.308 128 128v0 69.961c4.573 3.984 7.447 9.818 7.447 16.322 0 2.91-0.575 5.686-1.618 8.22l0.052-0.144-11.762 35.281c-5.297 13.384-16.083 23.612-29.504 28.044l-0.337 0.096-5.269 42.156c-4.083 31.765-30.956 56.062-63.504 56.062-0.001 0-0.002 0-0.002 0h-47.004c-0.001 0-0.001 0-0.002 0-32.548 0-59.421-24.298-63.47-55.744l-0.034-0.32-5.27-42.156c-13.759-4.528-24.544-14.757-29.729-27.818l-0.113-0.323-11.762-35.281c-0.99-2.39-1.565-5.165-1.565-8.075 0-6.504 2.873-12.338 7.42-16.3l0.026-0.022zM736 784c0 8.837-7.163 16-16 16v0h-416c-8.837 0-16-7.163-16-16v0-62.68c0.001-21.603 10.705-40.706 27.098-52.295l0.201-0.135 57.17-40.016c20.522 44.54 64.704 74.939 116.007 75.125h47.024c51.327-0.185 95.509-30.585 115.704-74.332l0.328-0.793 57.17 40.016c16.594 11.724 27.298 30.827 27.298 52.43v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user1"],"defaultCode":60113,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":466,"order":470,"ligatures":"","prevSize":32,"name":"user1","code":60114},"setIdx":0,"setId":0,"iconIdx":466},{"icon":{"paths":["M852.529 753.459c-40.953-0.285-74.344 32.751-74.586 73.619-0.285 41.010 32.708 74.331 73.589 74.616 40.981 0.285 74.373-32.609 74.629-73.619 0.256-40.868-32.708-74.331-73.632-74.616zM853.184 648.654c15.493 0 30.472 2.421 44.755 6.123l5.909 39.159c14.453 5.696 27.795 13.385 39.529 23.068l37.065-13.955c20.847 21.502 36.211 48.13 44.213 77.891l-31.042 24.777c1.153 7.405 1.908 15.094 1.837 22.784-0.086 7.832-0.897 15.379-2.136 22.784l30.743 25.204c-8.415 29.619-24.122 56.105-45.224 77.322l-36.866-14.525c-11.876 9.541-25.332 17.088-39.813 22.641l-6.436 39.017c-14.353 3.702-29.333 5.696-44.812 5.696-15.521-0.142-30.472-2.421-44.811-6.265l-5.852-39.159c-14.439-5.554-27.824-13.385-39.557-23.068l-37.065 13.955c-20.818-21.36-36.211-48.13-44.242-77.891l31.070-24.635c-1.139-7.547-1.88-15.094-1.837-22.926 0.085-7.689 0.897-15.379 2.136-22.784l-30.743-25.062c8.387-29.761 24.122-56.105 45.21-77.464l36.909 14.525c11.847-9.541 25.318-17.088 39.828-22.499l6.365-39.159c14.382-3.56 29.362-5.696 44.868-5.553zM409.028 588.426l49.657 49.694-38.586 38.587 39.825 46.143-52.696 157.924-54.289-156.107 44.44-48.528-38.046-38.019zM618.515 583.072c38.144 7.169 73.391 22.554 103.826 44.248l0.426 0.317-2.897 1.86c-63.883 43.209-105.968 116.325-105.968 199.009 0 41.386 10.521 80.353 29.028 114.37l0.909 1.579h-643.838v-102.668c0-127.586 90.779-233.999 211.264-258.14l194.355 304.663zM344.453 139.373c-25.958-0.065-58.686 6.617-62.522 39.908 0 0 0 64.687-17.265 73.32l-4.285 60.371-17.266-17.252 6.459 81.938 32.358 2.176c0 0 8.634 166.017 166.052 133.689 0 0 75.464-23.726 92.699-133.689l25.901-2.176 6.459-73.32-10.776 2.173c0 0-6.491-62.544-12.949-88.412l-4.317-62.531c0 0-36.645-30.199-90.556-4.316 0 0-62.546-2.173-77.637-8.633 0 0-14.592-3.203-32.352-3.248zM418.251 17.373c73.513-0.006 124.602 38.985 124.602 38.985 94.873 75.478 43.136 204.866 43.136 204.866 21.551 12.933 19.41 23.709 19.41 23.709 0 140.181-38.819 129.388-38.819 129.388-21.583 90.57-105.648 131.53-105.648 131.53-163.908 40.977-204.867-129.371-204.867-129.371-34.503-4.316-38.819-84.095-38.819-84.095-10.809-53.91 19.409-75.477 19.409-75.477-64.718-150.938 51.737-196.216 51.737-196.216 46.692-32.612 91.352-43.315 129.859-43.318z"],"isMulticolor":false,"isMulticolor2":false,"tags":["staff"],"defaultCode":60114,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":467,"order":471,"ligatures":"","prevSize":32,"name":"staff","code":60115},"setIdx":0,"setId":0,"iconIdx":467},{"icon":{"paths":["M580.895 0h273.723l-413.813 509.791 2.338 2.896 415.046 511.313h-273.736l-280.542-345.584-1.234 1.48-136.868-168.605 136.868-168.646z"],"isMulticolor":false,"isMulticolor2":false,"tags":["back"],"defaultCode":60115,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":468,"order":472,"ligatures":"","prevSize":32,"name":"back","code":60116},"setIdx":0,"setId":0,"iconIdx":468},{"icon":{"paths":["M165.81 0h273.728l280.547 345.583 1.234-1.48 136.87 168.604-415.080 511.292h-273.741l413.82-509.792-2.338-2.896-99.387-122.396z"],"isMulticolor":false,"isMulticolor2":false,"tags":["next1"],"defaultCode":60116,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":469,"order":473,"ligatures":"","prevSize":32,"name":"next1","code":60117},"setIdx":0,"setId":0,"iconIdx":469},{"icon":{"paths":["M27.191 253.219c-25.772 241.871 124.762 457.551 339.243 483.692 130.086 15.899 254.021-41.716 338.899-143.179l-99.362-77.659 417.947-168.715-62.835 446.319-94.675-73.987c-102.159 126.221-264.94 198.635-437.993 177.524-267.144-32.56-457.349-275.497-424.787-542.664 4.313-35.279 12.355-69.116 23.562-101.329zM119.785 157.71l301.541 301.517c9.96 9.956 26.039 9.956 35.971 0l300.424-300.37c6.124 4.049 10.197 10.971 10.197 18.876v222.443l-254.765 102.9 107.427 83.946h-452.099c-22.788-22.312-43.559-47.202-61.051-74.628v-334.661c0-8.758 5.061-16.291 12.355-20.023zM154.8 105.61h569.177c-0.319 5.431-2.529 10.81-6.738 14.938l-263.022 261.552c-8.813 8.573-22.738 8.625-31.099 0.080l-262.357-260.383c-4.368-4.42-6.284-10.331-5.962-16.186z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sendemail1"],"defaultCode":60117,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":470,"order":474,"ligatures":"","prevSize":32,"name":"sendemail1","code":60118},"setIdx":0,"setId":0,"iconIdx":470},{"icon":{"paths":["M826.547 246.945l174.681 174.731-174.681 174.856v-116.127h-324.501v-117.521h324.501zM22.578 0h748.846v322.493h-85.415v-233.478h-527.32l143.325 93.695v571.717h383.995v-233.478h85.415v322.493h-469.41v180.559l-279.436-180.559z"],"isMulticolor":false,"isMulticolor2":false,"tags":["exit1"],"defaultCode":60118,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":471,"order":475,"ligatures":"","prevSize":32,"name":"exit1","code":60119},"setIdx":0,"setId":0,"iconIdx":471},{"icon":{"paths":["M608.876 653.468c-17.282 17.426-2.668 49.128-2.668 49.128l130.090 217.218c0 0 21.36 28.64 39.864 28.64 18.59 0 36.954-15.27 36.954-15.27l102.844-147.008c0 0 10.36-18.546 10.598-34.792 0.372-23.106-34.454-29.434-34.454-29.434l-243.488-78.192c-0.002 0.004-23.858-6.328-39.74 9.71zM596.532 543.984c12.46 21.128 46.828 14.972 46.828 14.972l242.938-71.006c0 0 33.106-13.466 37.832-31.418 4.64-17.954-5.46-39.622-5.46-39.622l-116.098-136.752c0 0-10.062-17.292-30.938-19.032-23.016-1.958-37.18 25.898-37.18 25.898l-137.27 216.010c0 0.004-12.134 21.516-0.652 40.95zM481.754 459.768c28.608-7.044 33.148-48.604 33.148-48.604l-1.944-345.87c0 0-4.314-42.666-23.486-54.232-30.070-18.242-38.982-8.718-47.596-7.444l-201.696 74.944c0 0-19.754 6.536-30.042 23.018-14.69 23.352 14.928 57.544 14.928 57.544l209.644 285.756c0 0 20.69 21.396 47.044 14.888zM431.944 599.738c0.722-26.676-32.030-42.7-32.030-42.7l-216.796-109.524c0 0-32.126-13.246-47.722-4.016-11.95 7.060-22.536 19.84-23.572 31.134l-14.12 173.812c0 0-2.116 30.114 5.69 43.82 11.054 19.442 47.428 5.902 47.428 5.902l253.096-55.942c9.832-6.61 27.074-7.204 28.026-42.486zM494.88 693.542c-21.726-11.156-47.724 11.95-47.724 11.95l-169.468 186.566c0 0-21.144 28.528-15.768 46.050 5.066 16.418 13.454 24.578 25.318 30.328l170.192 53.726c0 0 20.634 4.286 36.258-0.242 22.18-6.43 18.094-41.152 18.094-41.152l3.848-252.602c-0.002 0.002-0.868-24.334-20.75-34.624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["yelp"],"defaultCode":60119,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":472,"order":476,"ligatures":"","prevSize":32,"name":"yelp","code":60120},"setIdx":0,"setId":0,"iconIdx":472},{"icon":{"paths":["M738.8 76.537c-8.706 0-17.411 3.312-24.038 9.937-13.313 13.315-13.313 34.816 0 48.13l148.772 148.899c13.318 13.25 34.83 13.25 48.143-0.064 13.308-13.25 13.308-34.816-0.067-48.13l-148.768-148.835c-6.63-6.625-15.336-9.937-24.042-9.937zM711.352 0c26.51-0.008 53.012 10.118 73.233 30.404l177.155 177.025c40.447 40.509 40.447 106.138 0 146.523l-213.276 213.222c-40.389 40.436-106.026 40.436-146.535 0l-20.948-20.956-146.829 147.025-75.136-22.819 16.939 80.955-78.011-19.881 12.629 85.271-86.701-11.249 16.942 80.95-78.887-18.878 15.316 82.52-74.011 74.080-81.386-174.416 431.31-431.342 110.665 110.618-138.919-138.968c-40.498-40.383-40.498-106.017 0-146.523l213.17-213.157c20.255-20.253 46.773-30.396 73.283-30.404z"],"isMulticolor":false,"isMulticolor2":false,"tags":["key1"],"defaultCode":60120,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":473,"order":477,"ligatures":"","prevSize":32,"name":"key1","code":60121},"setIdx":0,"setId":0,"iconIdx":473},{"icon":{"paths":["M258.278 446.542l-146.532-253.802c93.818-117.464 238.234-192.74 400.254-192.74 187.432 0 351.31 100.736 440.532 251h-417.77c-7.504-0.65-15.092-1-22.762-1-121.874 0-224.578 83.644-253.722 196.542zM695.306 325h293.46c22.74 57.93 35.234 121.004 35.234 187 0 280.826-226.1 508.804-506.186 511.926l209.394-362.678c29.48-42.378 46.792-93.826 46.792-149.248 0-73.17-30.164-139.42-78.694-187zM326 512c0-102.56 83.44-186 186-186s186 83.44 186 186c0 102.56-83.44 186-186 186s-186-83.44-186-186zM582.182 764.442l-146.578 253.878c-246.532-36.884-435.604-249.516-435.604-506.32 0-91.218 23.884-176.846 65.696-251.024l209.030 362.054c41.868 89.112 132.476 150.97 237.274 150.97 24.3 0 47.836-3.34 70.182-9.558z"],"isMulticolor":false,"isMulticolor2":false,"tags":["chrome"],"defaultCode":60121,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":474,"order":478,"ligatures":"","prevSize":32,"name":"chrome","code":60122},"setIdx":0,"setId":0,"iconIdx":474},{"icon":{"paths":["M1022.526 334.14l-11.86 76.080c0 0-16.954-140.856-37.732-193.514-31.846-80.688-46.014-80.040-46.108-79.922 21.33 54.204 17.462 83.324 17.462 83.324s-37.792-102.998-137.712-135.768c-110.686-36.282-170.57-26.364-177.488-24.486-1.050-0.008-2.064-0.010-3.030-0.010 0.818 0.062 1.612 0.146 2.426 0.212-0.034 0.020-0.090 0.042-0.082 0.052 0.45 0.548 122.306 21.302 143.916 50.996 0 0-51.76 0-103.272 14.842-2.328 0.666 189.524 23.964 228.746 215.674 0 0-21.030-43.876-47.040-51.328 17.106 52.036 12.714 150.776-3.576 199.85-2.096 6.312-4.24-27.282-36.328-41.75 10.28 73.646-0.616 190.456-51.708 222.632-3.982 2.504 32.030-115.31 7.242-69.762-142.708 218.802-311.404 100.972-387.248 49.11 38.866 8.462 112.654-1.318 145.314-25.612 0.042-0.030 0.078-0.056 0.118-0.086 35.468-24.252 56.472-41.964 75.334-37.772 18.874 4.214 31.438-14.726 16.78-31.53-14.676-16.838-50.314-39.978-98.524-27.366-34 8.904-76.134 46.522-140.448 8.432-49.364-29.25-54.012-53.546-54.45-70.376 1.218-5.966 2.754-11.536 4.576-16.624 5.682-15.87 22.912-20.658 32.494-24.438 16.256 2.792 30.262 7.862 44.968 15.406 0.19-4.894 0.252-11.39-0.018-18.76 1.41-2.802 0.538-11.252-1.722-21.58-1.302-10.308-3.42-20.974-6.752-30.692 0.012-0.002 0.020-0.010 0.030-0.014 0.056-0.018 0.108-0.040 0.156-0.070 0.078-0.044 0.146-0.112 0.208-0.19 0.012-0.020 0.030-0.034 0.044-0.052 0.082-0.124 0.154-0.272 0.198-0.466 1.020-4.618 12.022-13.524 25.718-23.1 12.272-8.58 26.702-17.696 38.068-24.752 10.060-6.248 17.72-10.882 19.346-12.098 0.618-0.466 1.358-1.012 2.164-1.636 0.15-0.116 0.3-0.232 0.454-0.354 0.094-0.074 0.19-0.148 0.286-0.226 5.41-4.308 13.484-12.448 15.178-29.578 0.004-0.042 0.010-0.080 0.012-0.122 0.050-0.504 0.092-1.014 0.13-1.534 0.028-0.362 0.050-0.726 0.072-1.096 0.014-0.284 0.032-0.566 0.044-0.856 0.030-0.674 0.050-1.364 0.060-2.064 0-0.040 0.002-0.076 0.004-0.116 0.022-1.658-0.006-3.386-0.104-5.202-0.054-1.014-0.126-1.93-0.298-2.762-0.008-0.044-0.018-0.092-0.028-0.136-0.018-0.082-0.036-0.164-0.058-0.244-0.036-0.146-0.076-0.292-0.122-0.43-0.006-0.018-0.010-0.032-0.016-0.046-0.052-0.16-0.112-0.314-0.174-0.464-0.004-0.006-0.004-0.010-0.006-0.016-1.754-4.108-8.32-5.658-35.442-6.118-0.026-0.002-0.050-0.002-0.076-0.002v0c-11.066-0.188-25.538-0.194-44.502-0.118-33.25 0.134-51.628-32.504-57.494-45.132 8.040-44.46 31.276-76.142 69.45-97.626 0.722-0.406 0.58-0.742-0.274-0.978 7.464-4.514-90.246-0.124-135.186 57.036-39.888-9.914-74.654-9.246-104.616-2.214-5.754-0.162-12.924-0.88-21.434-2.652-19.924-18.056-48.448-51.402-49.976-91.208 0 0-0.092 0.072-0.252 0.204-0.020-0.382-0.056-0.76-0.072-1.142 0 0-60.716 46.664-51.628 173.882-0.022 2.036-0.064 3.986-0.12 5.874-16.432 22.288-24.586 41.020-25.192 45.156-14.56 29.644-29.334 74.254-41.356 141.98 0 0 8.408-26.666 25.284-56.866-12.412 38.022-22.164 97.156-16.436 185.856 0 0 1.514-19.666 6.874-47.994 4.186 55.010 22.518 122.924 68.858 202.788 88.948 153.32 225.67 230.74 376.792 242.616 26.836 2.212 54.050 2.264 81.424 0.186 2.516-0.178 5.032-0.364 7.55-0.574 30.964-2.174 62.134-6.852 93.238-14.366 425.172-102.798 378.942-616.198 378.942-616.198z"],"isMulticolor":false,"isMulticolor2":false,"tags":["firefox"],"defaultCode":60122,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":475,"order":479,"ligatures":"","prevSize":32,"name":"firefox","code":60123},"setIdx":0,"setId":0,"iconIdx":475},{"icon":{"paths":["M10.24 406.426v396.186h104.448v-54.497h-52.224v-685.67h685.67v52.224h54.477v-104.448h-792.371v396.206zM168.038 169.626c-0.686 1.587-0.911 191.846-0.686 422.973l0.686 420.024 845.722 1.137-0.451-422.748-0.686-422.973-421.837-0.676c-336.251-0.461-422.072-0.010-422.748 2.263zM959.273 590.326v368.937h-737.884v-737.874h737.874v368.937zM538.563 379.412c-0.911 0.911-1.587 36.782-1.587 79.688v77.875l-78.787 0.451-79.012 0.686v104.448l78.787 0.686 79.012 0.451 0.451 79.012 0.686 78.787 52.9 0.686 52.675 0.451v-158.925h158.925l-0.451-52.9-0.686-52.675-78.787-0.686-79.012-0.451-0.451-79.012-0.686-78.787-51.313-0.676c-28.14-0.246-51.753 0.205-52.664 0.891z"],"isMulticolor":false,"isMulticolor2":false,"tags":["duplicate"],"defaultCode":60123,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":476,"order":480,"ligatures":"","prevSize":32,"name":"duplicate","code":60124},"setIdx":0,"setId":0,"iconIdx":476},{"icon":{"paths":["M15.4 454.6c30-236.8 191.6-451.6 481.2-454.6 174.8 3.4 318.6 82.6 404.2 233.6 43 78.8 56.4 161.6 59.2 253v107.4h-642.6c3 265 390 256 556.6 139.2v215.8c-97.6 58.6-319 111-490.4 43.6-146-54.8-250-207.6-249.4-354.6-4.8-190.6 94.8-316.8 249.4-388.6-32.8 40.6-57.8 85.4-70.8 163h362.8c0 0 21.2-216.8-205.4-216.8-213.6 7.4-367.6 131.6-454.8 259v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["edge"],"defaultCode":60124,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":477,"order":481,"ligatures":"","prevSize":32,"name":"edge","code":60125},"setIdx":0,"setId":0,"iconIdx":477},{"icon":{"paths":["M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM958.4 472.8l-1-10.6c0.2 3.6 0.6 7 1 10.6zM888.4 268.8l-7.2-10.8c2.4 3.6 4.8 7.2 7.2 10.8zM860.6 230.6l-4.4-5.4c1.6 1.8 3 3.6 4.4 5.4zM798.6 167.6l-5.4-4.4c2 1.6 3.6 3 5.4 4.4zM766 142.8l-10.8-7.2c3.6 2.4 7.2 4.8 10.8 7.2zM561.8 66.8l-10.8-1c3.6 0.2 7.2 0.6 10.8 1zM472.8 65.6l-10.8 1c3.6-0.2 7.2-0.6 10.8-1zM268.8 135.6l-10.8 7.2c3.6-2.4 7.2-4.8 10.8-7.2zM230.6 163.4l-5.2 4.2c1.8-1.4 3.4-2.8 5.2-4.2zM167.6 225.4l-4.4 5.4c1.6-1.8 3-3.6 4.4-5.4zM142.8 258l-7.2 10.8c2.4-3.6 4.8-7.2 7.2-10.8zM66.8 462.2l-1 10.8c0.2-3.6 0.6-7.2 1-10.8zM65.6 551.2l1 10.8c-0.2-3.6-0.6-7.2-1-10.8zM135.6 755l7.2 10.8c-2.4-3.4-4.8-7-7.2-10.8zM144 767.6l79.8-53.4-8.8-13.4-79.8 53.4c-36.2-56.2-60-120.8-68-190.4l47.8-4.8-1.6-16-47.8 4.8c-0.8-9.2-1.2-18.6-1.4-28h96v-16h-96c0.2-9.4 0.6-18.6 1.4-28l47.8 4.6 1.6-16-47.8-4.6c8-69.6 32-134.2 68.2-190.4l79.8 53.4 8.8-13.4-80-53c5.4-7.6 10.8-15.2 16.6-22.4l37 30.4 10.2-12.4-37-30.4c6-7.2 12.4-14 18.8-20.8l67.8 67.8 11.4-11.4-67.8-67.8c6.8-6.4 13.6-12.8 20.6-18.8l30.4 37.2 12.4-10.2-30.4-37c7.4-5.8 14.8-11.4 22.4-16.8l53.4 79.8 13.4-8.8-53.4-79.8c56.2-36.2 120.8-60 190.4-68l4.8 47.8 16-1.6-4.8-47.8c9.2-0.8 18.6-1.2 28-1.4v96h16v-96c9.4 0.2 18.6 0.6 28 1.4l-4.6 47.8 16 1.6 4.6-47.8c69.6 8 134.2 32 190.4 68.2l-53.4 79.8 13.4 8.8 53.4-79.8c7.6 5.4 15.2 10.8 22.4 16.6l-30.4 37 12.4 10.2 30.4-37c7.2 6 14 12.4 20.8 18.8l-25.6 25-350 233.4-233.4 350-25 25c-6.4-6.8-12.8-13.6-18.8-20.6l37-30.4-10.2-12.4-37 30.4c-5.8-7.2-11.2-14.8-16.6-22.4zM167.6 798.6c-1.4-1.8-2.8-3.4-4.2-5.2l4.2 5.2zM225.4 856.4l5.2 4.2c-1.8-1.4-3.4-2.8-5.2-4.2zM258 881l10.8 7.2c-3.6-2.2-7.2-4.6-10.8-7.2zM462.2 957.2l10.8 1c-3.6-0.2-7.2-0.6-10.8-1zM551.2 958.4l10.6-1c-3.6 0.2-7 0.6-10.6 1zM755.2 888.4l10.8-7.2c-3.6 2.4-7.2 4.8-10.8 7.2zM793.4 860.6l5.4-4.4c-1.8 1.6-3.6 3-5.4 4.4zM828.4 829.2l0.8-0.8c-0.2 0.2-0.6 0.6-0.8 0.8zM856.4 798.6l4.4-5.4c-1.6 1.8-3 3.6-4.4 5.4zM863.4 790l-37-30.4-10.2 12.4 37 30.4c-6 7.2-12.4 14-18.8 20.8l-67.8-67.8-11.4 11.4 67.8 67.8c-6.8 6.4-13.6 12.8-20.6 18.8l-30.4-37.2-12.4 10.2 30.4 37c-7.4 5.8-14.8 11.4-22.4 16.8l-53.4-79.8-13.4 8.8 53.4 79.8c-56.2 36.2-120.8 60-190.4 68l-4.8-47.8-16 1.6 4.8 47.8c-9.2 0.8-18.6 1.2-28 1.4v-96h-16v96c-9.4-0.2-18.6-0.6-28-1.4l4.6-47.8-16-1.6-4.6 47.8c-69.6-8-134.2-32-190.4-68.2l53.4-79.8-13.4-8.8-53 79.8c-7.6-5.4-15.2-10.8-22.4-16.6l30.4-37-12.4-10.2-30.4 37c-7.2-6-14-12.4-20.8-18.8l25.2-25 350-233.4 233.4-350 25-25c6.4 6.8 12.8 13.6 18.8 20.6l-37 30.4 10.2 12.4 37-30.4c5.8 7.4 11.4 14.8 16.8 22.4l-79.8 53.4 8.8 13.4 79.8-53.4c36.2 56.2 60 120.8 68 190.4l-47.8 4.8 1.6 16 47.8-4.8c0.8 9.2 1.2 18.6 1.4 28h-96v16h96c-0.2 9.4-0.6 18.6-1.4 28l-47.8-4.6-1.6 16 47.8 4.6c-8 69.6-32 134.2-68.2 190.4l-79.8-53.4-8.8 13.4 79.8 53.4c-5.2 7.2-10.8 14.6-16.6 22zM958.4 551c-0.4 3.6-0.6 7.2-1 10.8l1-10.8zM888.4 755.2c-2.4 3.6-4.8 7.2-7.2 10.8l7.2-10.8zM432.535 71.075l18.73 94.157-15.693 3.122-18.73-94.157 15.693-3.122zM591.656 952.95l-18.73-94.157 15.693-3.122 18.73 94.157-15.693 3.122zM389.628 80.89l13.939 45.931-15.31 4.646-13.939-45.931 15.31-4.646zM634.434 942.887l-13.939-45.931 15.31-4.646 13.939 45.931-15.31 4.646zM348.014 95.099l36.739 88.694-14.782 6.123-36.739-88.694 14.782-6.123zM676.123 928.965l-36.739-88.694 14.782-6.123 36.739 88.694-14.782 6.123zM293.62 120.659l14.11-7.544 22.632 42.331-14.11 7.544-22.632-42.331zM730.101 903.289l-14.11 7.544-22.632-42.331 14.11-7.544 22.632 42.331zM120.601 293.826l42.336 22.622-7.541 14.112-42.336-22.622 7.541-14.112zM903.244 730.195l-42.336-22.622 7.541-14.112 42.336 22.622-7.541 14.112zM183.811 384.623l-88.694-36.739 6.123-14.782 88.694 36.739-6.123 14.782zM840.32 639.301l88.694 36.739-6.123 14.782-88.694-36.739 6.123-14.782zM85.543 374.387l45.936 13.93-4.643 15.312-45.936-13.93 4.643-15.312zM938.308 649.667l-45.936-13.93 4.643-15.312 45.936 13.93-4.643 15.312zM74.069 416.782l94.157 18.73-3.122 15.693-94.157-18.73 3.122-15.693zM949.741 607.243l-94.157-18.73 3.122-15.693 94.157 18.73-3.122 15.693zM70.965 591.548l94.157-18.73 3.122 15.693-94.157 18.73-3.122-15.693zM952.842 432.427l-94.157 18.73-3.122-15.693 94.157-18.73 3.122 15.693zM80.974 634.514l45.931-13.939 4.646 15.31-45.931 13.939-4.646-15.31zM942.969 389.707l-45.931 13.939-4.646-15.31 45.931-13.939 4.646 15.31zM101.142 690.912l-6.123-14.782 88.694-36.739 6.123 14.782-88.694 36.739zM922.794 333.231l6.122 14.782-88.694 36.73-6.122-14.782 88.694-36.73zM120.824 730.267l-7.544-14.11 42.331-22.632 7.544 14.11-42.331 22.632zM903.455 293.785l7.544 14.11-42.331 22.632-7.544-14.11 42.331-22.632zM307.878 910.846l-14.11-7.542 22.627-42.331 14.11 7.542-22.627 42.331zM716.073 113.074l14.112 7.541-22.622 42.336-14.112-7.541 22.622-42.336zM333.267 922.799l36.739-88.694 14.782 6.123-36.739 88.694-14.782-6.123zM690.884 101.11l-36.739 88.694-14.782-6.123 36.739-88.694 14.782 6.123zM389.634 943.028l-15.31-4.645 13.934-45.931 15.31 4.645-13.934 45.931zM634.349 80.882l15.312 4.642-13.925 45.936-15.312-4.642 13.925-45.936zM432.472 952.839l-15.693-3.122 18.73-94.157 15.693 3.122-18.73 94.157zM591.536 70.969l15.693 3.122-18.73 94.157-15.693-3.122 18.73-94.157z"],"isMulticolor":false,"isMulticolor2":false,"tags":["safari"],"defaultCode":60125,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":478,"order":482,"ligatures":"","prevSize":32,"name":"safari","code":60126},"setIdx":0,"setId":0,"iconIdx":478},{"icon":{"paths":["M1024 512v0 0c0 151.6-66 288-170.8 381.6-131.4 64-253.8 19.2-294.2-8.8 129-28.2 226.4-184.2 226.4-372.8s-97.4-344.6-226.4-373c40.6-28 163-72.8 294.2-8.8 104.8 93.8 170.8 230.2 170.8 381.8v0 0zM343.4 223.4c-56.6 66.8-93.2 165.6-95.6 276.6 0 0.2 0 23.8 0 24.2 2.4 110.8 39.2 209.6 95.8 276.4 73.4 95.4 182.6 155.8 304.6 155.8 75 0 145.2-22.8 205.2-62.6-90.8 81-210.4 130.2-341.4 130.2-8.2 0-16.4-0.2-24.4-0.6-271.4-12.8-487.6-236.8-487.6-511.4 0-282.8 229.2-512 512-512 0.6 0 1.2 0 2 0 130.4 0.4 249.2 49.6 339.4 130.4-60-39.8-130.2-62.8-205.2-62.8-122 0-231.2 60.4-304.8 155.8z"],"isMulticolor":false,"isMulticolor2":false,"tags":["opera"],"defaultCode":60126,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":479,"order":483,"ligatures":"","prevSize":32,"name":"opera","code":60127},"setIdx":0,"setId":0,"iconIdx":479},{"icon":{"paths":["M842.012 589.48c-13.648-13.446-43.914-20.566-89.972-21.172-31.178-0.344-68.702 2.402-108.17 7.928-17.674-10.198-35.892-21.294-50.188-34.658-38.462-35.916-70.568-85.772-90.576-140.594 1.304-5.12 2.414-9.62 3.448-14.212 0 0 21.666-123.060 15.932-164.666-0.792-5.706-1.276-7.362-2.808-11.796l-1.882-4.834c-5.894-13.592-17.448-27.994-35.564-27.208l-10.916-0.344c-20.202 0-36.664 10.332-40.986 25.774-13.138 48.434 0.418 120.892 24.98 214.738l-6.288 15.286c-17.588 42.876-39.63 86.060-59.078 124.158l-2.528 4.954c-20.46 40.040-39.026 74.028-55.856 102.822l-17.376 9.188c-1.264 0.668-31.044 16.418-38.028 20.644-59.256 35.38-98.524 75.542-105.038 107.416-2.072 10.17-0.53 23.186 10.014 29.212l16.806 8.458c7.292 3.652 14.978 5.502 22.854 5.502 42.206 0 91.202-52.572 158.698-170.366 77.93-25.37 166.652-46.458 244.412-58.090 59.258 33.368 132.142 56.544 178.142 56.544 8.168 0 15.212-0.78 20.932-2.294 8.822-2.336 16.258-7.368 20.792-14.194 8.926-13.432 10.734-31.932 8.312-50.876-0.72-5.622-5.21-12.574-10.068-17.32zM211.646 814.048c7.698-21.042 38.16-62.644 83.206-99.556 2.832-2.296 9.808-8.832 16.194-14.902-47.104 75.124-78.648 105.066-99.4 114.458zM478.434 199.686c13.566 0 21.284 34.194 21.924 66.254s-6.858 54.56-16.158 71.208c-7.702-24.648-11.426-63.5-11.426-88.904 0 0-0.566-48.558 5.66-48.558v0zM398.852 637.494c9.45-16.916 19.282-34.756 29.33-53.678 24.492-46.316 39.958-82.556 51.478-112.346 22.91 41.684 51.444 77.12 84.984 105.512 4.186 3.542 8.62 7.102 13.276 10.65-68.21 13.496-127.164 29.91-179.068 49.862v0zM828.902 633.652c-4.152 2.598-16.052 4.1-23.708 4.1-24.708 0-55.272-11.294-98.126-29.666 16.468-1.218 31.562-1.838 45.102-1.838 24.782 0 32.12-0.108 56.35 6.072 24.228 6.18 24.538 18.734 20.382 21.332v0zM917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-pdf"],"defaultCode":60127,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":480,"order":484,"ligatures":"","prevSize":32,"name":"file-pdf","code":60128},"setIdx":0,"setId":0,"iconIdx":480},{"icon":{"paths":["M605.659 895.114h204.831v28.466h-204.831zM605.659 803.698h204.831v28.481h-204.831zM550.693 547.784c-5.984 0-10.938 4.925-10.938 10.968v410.451c0 6.055 4.955 10.969 10.938 10.969h307.123c6.043 0 10.967-4.913 10.967-10.969v-266.799l-81.768-0.329c-69.89 5.489-71.762-57.844-71.762-57.844v-96.447zM550.69 503.909h184.737l39.994 42.204h0.562l96.757 102.552 0.057 0.204 39.816 42.017v278.318c0 30.288-24.536 54.812-54.81 54.812h-307.112c-30.276 0-54.81-24.524-54.81-54.812v-410.453c0-30.265 24.534-54.842 54.81-54.842zM473.656 42.065c-30.071 0-54.464 23.086-54.464 51.573 0 28.453 24.394 51.569 54.464 51.569 30.074 0 54.464-23.116 54.464-51.569 0-28.487-24.39-51.573-54.464-51.573zM473.656 0c52.904 0 96.089 39.324 98.736 88.812l0.128 4.816h83.897v29.951h179.521v404.837l-76.399-80.603h-3.089v-225.206h-100.033v100.188h-365.509v-100.188h-100.049v694.723h248.938v51.875c0 7.646 0.777 15.114 2.256 22.328l0.886 3.83h-331.552v-871.785h179.521v-29.951h83.882l0.129-4.816c2.647-49.488 45.833-88.812 98.736-88.812z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paste1"],"defaultCode":60128,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":481,"order":485,"ligatures":"","prevSize":32,"name":"paste1","code":60129},"setIdx":0,"setId":0,"iconIdx":481},{"icon":{"paths":["M639.778 475.892h44.21l-51.012 226.178-66.324-318.010h-106.55l-77.114 318.010-57.816-318.010h-111.394l113.092 511.88h108.838l76.294-302.708 68.256 302.708h100.336l129.628-511.88h-170.446v91.832zM917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-word"],"defaultCode":60129,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":482,"order":486,"ligatures":"","prevSize":32,"name":"file-word","code":60130},"setIdx":0,"setId":0,"iconIdx":482},{"icon":{"paths":["M743.028 384h-135.292l-95.732 141.032-95.742-141.032h-135.29l162.162 242.464-182.972 269.536h251.838v-91.576h-50.156l50.156-74.994 111.396 166.57h140.444l-182.976-269.536 162.164-242.464zM917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-excel"],"defaultCode":60130,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":483,"order":487,"ligatures":"","prevSize":32,"name":"file-excel","code":60131},"setIdx":0,"setId":0,"iconIdx":483},{"icon":{"paths":["M614.832 369.856v132.453c0 0-2.565 87.003-98.572 79.45l-112.324 0.455v366.468c0 8.312 6.771 15.062 15.082 15.062h421.761c8.278 0 15.061-6.75 15.061-15.062v-563.764c0-8.289-6.782-15.062-15.061-15.062zM436.672 73.072v160.666c0 0-3.093 105.514-119.549 96.373l-136.227 0.54v444.483c0 10.086 8.22 18.258 18.305 18.258h144.511v-226.987l54.706-57.72 0.080-0.29 132.935-140.843h0.746l54.925-57.952h141.888v-218.278c0-10.031-8.205-18.25-18.259-18.25zM403.040 0h307.691c50.448 0 91.366 40.914 91.366 91.32v218.28h38.685c41.603 0 75.331 33.742 75.331 75.313v563.775c0 41.61-33.728 75.312-75.331 75.312h-421.76c-41.593 0-75.309-33.703-75.309-75.312v-82.224h-144.516c-50.46 0-91.356-40.875-91.356-91.335v-463.677l66.357-70.010 0.095-0.341 161.216-170.811h0.911z"],"isMulticolor":false,"isMulticolor2":false,"tags":["copy1"],"defaultCode":60131,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":484,"order":488,"ligatures":"","prevSize":32,"name":"copy1","code":60132},"setIdx":0,"setId":0,"iconIdx":484},{"icon":{"paths":["M202.716 271.050l202.812 202.848h-127.928v257.484h236.225v137.025h-373.306v-394.509h-140.518zM474.506 155.784h412.622v378.822h137.016l-202.713 202.789-202.809-202.789h131.457v-241.798h-275.572z"],"isMulticolor":false,"isMulticolor2":false,"tags":["replace"],"defaultCode":60132,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":485,"order":489,"ligatures":"","prevSize":32,"name":"replace","code":60133},"setIdx":0,"setId":0,"iconIdx":485},{"icon":{"paths":["M528.871 837.759c-5.104 0-9.357 4.98-9.357 11.12v101.089c0 6.14 4.253 11.12 9.357 11.12h95.404c5.245 0 9.497-4.98 9.497-11.12v-101.089c0-6.14-4.252-11.12-9.497-11.12zM404.547 837.759c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.12 9.499 11.12h95.404c5.103 0 9.357-4.98 9.357-11.12v-101.089c0-6.14-4.255-11.12-9.357-11.12zM280.080 837.759c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.12 9.499 11.12h95.404c5.245 0 9.499-4.98 9.499-11.12v-101.089c0-6.14-4.253-11.12-9.499-11.12zM155.614 837.759c-5.103 0-9.355 4.98-9.355 11.12v101.089c0 6.14 4.252 11.12 9.355 11.12h95.405c5.247 0 9.499-4.98 9.499-11.12v-101.089c0-6.14-4.252-11.12-9.499-11.12zM777.801 701.979c-5.245 0-9.497 4.98-9.497 11.12v101.089c0 6.14 4.252 11.121 9.497 11.121h95.404c5.245 0 9.499-4.981 9.499-11.121v-101.089c0-6.14-4.253-11.12-9.499-11.12zM653.335 701.979c-5.245 0-9.497 4.98-9.497 11.12v101.089c0 6.14 4.252 11.121 9.497 11.121h95.407c5.245 0 9.496-4.981 9.496-11.121v-101.089c0-6.14-4.251-11.12-9.496-11.12zM528.871 701.979c-5.104 0-9.357 4.98-9.357 11.12v101.089c0 6.14 4.253 11.121 9.357 11.121h95.404c5.245 0 9.497-4.981 9.497-11.121v-101.089c0-6.14-4.252-11.12-9.497-11.12zM404.547 701.979c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.121 9.499 11.121h95.404c5.103 0 9.357-4.981 9.357-11.121v-101.089c0-6.14-4.255-11.12-9.357-11.12zM280.080 701.979c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.121 9.499 11.121h95.404c5.245 0 9.499-4.981 9.499-11.121v-101.089c0-6.14-4.253-11.12-9.499-11.12zM155.614 701.979c-5.103 0-9.355 4.98-9.355 11.12v101.089c0 6.14 4.252 11.121 9.355 11.121h95.405c5.247 0 9.499-4.981 9.499-11.121v-101.089c0-6.14-4.252-11.12-9.499-11.12zM777.801 566.028c-5.245 0-9.497 4.981-9.497 10.959v101.252c0 6.144 4.252 11.124 9.497 11.124h95.404c5.245 0 9.499-4.98 9.499-11.124v-101.252c0-5.977-4.253-10.959-9.499-10.959zM653.335 566.028c-5.245 0-9.497 4.981-9.497 10.959v101.252c0 6.144 4.252 11.124 9.497 11.124h95.407c5.245 0 9.496-4.98 9.496-11.124v-101.252c0-5.977-4.251-10.959-9.496-10.959zM528.871 566.028c-5.104 0-9.357 4.981-9.357 10.959v101.252c0 6.144 4.253 11.124 9.357 11.124h95.404c5.245 0 9.497-4.98 9.497-11.124v-101.252c0-5.977-4.252-10.959-9.497-10.959zM404.547 566.028c-5.245 0-9.499 4.981-9.499 10.959v101.252c0 6.144 4.253 11.124 9.499 11.124h95.404c5.103 0 9.357-4.98 9.357-11.124v-101.252c0-5.977-4.255-10.959-9.357-10.959zM280.080 566.028c-5.245 0-9.499 4.981-9.499 10.959v101.252c0 6.144 4.253 11.124 9.499 11.124h95.404c5.245 0 9.499-4.98 9.499-11.124v-101.252c0-5.977-4.253-10.959-9.499-10.959zM155.614 566.028c-5.103 0-9.355 4.981-9.355 10.959v101.252c0 6.144 4.252 11.124 9.355 11.124h95.405c5.247 0 9.499-4.98 9.499-11.124v-101.252c0-5.977-4.252-10.959-9.499-10.959zM777.801 432.907c-5.245 0-9.497 4.977-9.497 11.12v101.252c0 5.979 4.252 10.959 9.497 10.959h95.404c5.245 0 9.499-4.98 9.499-10.959v-101.252c0-6.143-4.253-11.12-9.499-11.12zM653.335 432.907c-5.245 0-9.497 4.977-9.497 11.12v101.252c0 5.979 4.252 10.959 9.497 10.959h95.407c5.245 0 9.496-4.98 9.496-10.959v-101.252c0-6.143-4.251-11.12-9.496-11.12zM528.871 432.907c-5.104 0-9.357 4.977-9.357 11.12v101.252c0 5.979 4.253 10.959 9.357 10.959h95.404c5.245 0 9.497-4.98 9.497-10.959v-101.252c0-6.143-4.252-11.12-9.497-11.12zM404.547 432.907c-5.245 0-9.499 4.977-9.499 11.12v101.252c0 5.979 4.253 10.959 9.499 10.959h95.404c5.103 0 9.357-4.98 9.357-10.959v-101.252c0-6.143-4.255-11.12-9.357-11.12zM103.731 51.621v308.082h804.773v-308.082zM67.865 0h888.271c5.245 0 9.497 4.981 9.497 11.12v975.365c0 6.144-1.701 15.603-3.828 21.248l-9.496 11.619c-4.68 2.492-12.76 4.648-18.004 4.648h-844.608c-5.247 0-13.326-2.156-18.004-4.648l-9.64-11.619c-1.985-5.645-3.686-15.104-3.686-21.248v-975.365c0-6.14 4.254-11.12 9.499-11.12z"],"isMulticolor":false,"isMulticolor2":false,"tags":["week"],"defaultCode":60133,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":486,"order":490,"ligatures":"","prevSize":32,"name":"week","code":60134},"setIdx":0,"setId":0,"iconIdx":486},{"icon":{"paths":["M733.725 295.949v522.022h122.802v-522.022zM170.739 295.949v522.022h122.77v-522.022zM438.264 190.662l-22.849 67.612h194.723l-24.368-67.612zM415.655 168.334h192.707l51.857 89.94h232.036c72.769 0 131.762 54.978 131.762 122.813v351.734c0 67.85-58.993 122.843-131.762 122.843h-760.493c-72.753 0-131.763-54.993-131.763-122.843v-351.734c0-67.835 59.009-122.813 131.763-122.813h232.036z"],"isMulticolor":false,"isMulticolor2":false,"tags":["baggage"],"defaultCode":60134,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":487,"order":491,"ligatures":"","prevSize":32,"name":"baggage","code":60135},"setIdx":0,"setId":0,"iconIdx":487},{"icon":{"paths":["M191.166 329.379h136.774v577.939h105.019v-577.939h157.78v577.939h105.083v-577.939h136.772v694.765h-641.428zM126.98 112.818h769.8v99.472h-769.8zM335.572 0h352.663v90.878h-352.663z"],"isMulticolor":false,"isMulticolor2":false,"tags":["trash"],"defaultCode":60135,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":488,"order":492,"ligatures":"","prevSize":32,"name":"trash","code":60136},"setIdx":0,"setId":0,"iconIdx":488},{"icon":{"paths":["M88.57 955.84h886.236c18.731 0 34.042 15.353 34.042 34.060 0 18.79-15.311 34.1-34.042 34.1h-886.236c-18.729 0-34.042-15.31-34.042-34.1 0-18.707 15.313-34.060 34.042-34.060zM331.535 369.853l-248.272 249.935 157.96 161.957c13.749 13.833 48.813 37.771 68.188 37.771h104.73c19.416 0 46.979-23.937 60.73-37.771l131.647-136.812zM629.682 0c17.438 0 34.877 7.814 48.146 21.084l278.586 279.645c26.499 26.457 26.499 72.207 0 98.729l-425.897 430.494c-26.523 26.605-78.815 57.729-116.377 57.729h-104.73c-37.459 0-89.815-31.125-116.375-57.729l-157.96-167.29c-26.5-26.499-26.5-69.935 0-96.332l546.42-546.452c13.166-13.293 30.711-19.877 48.187-19.877z"],"isMulticolor":false,"isMulticolor2":false,"tags":["erase"],"defaultCode":60136,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":489,"order":493,"ligatures":"","prevSize":32,"name":"erase","code":60137},"setIdx":0,"setId":0,"iconIdx":489},{"icon":{"paths":["M557.61 676.24c0 0 234.191 55.807 256.508 278.821h-814.117c0 0 66.954-245.319 267.693-267.648l54.36 232.801 39.942-0.321 45.427-119.165-42.397-73.563h84.77l-40.646 75.446 51.832 116.487 31.151-0.25zM721.151 207.502c3.881-0.061 7.808 1.164 11.085 3.756l86.55 69.216c0.927 0.749 1.758 1.573 2.49 2.458l1.384 2.053 0.604 0.177c3.044 1.077 5.694 2.969 7.708 5.437 2.408 2.972 3.834 6.662 3.883 10.763l0.775 110.79c0.044 9.547-7.646 17.359-17.196 17.446-9.534 0.042-17.332-7.639-17.418-17.206l-0.771-102.937-0.623-0.275c-0.864-0.474-1.701-1.029-2.502-1.669l-86.513-69.196c-7.448-5.987-8.658-16.859-2.723-24.365 3.363-4.163 8.277-6.368 13.267-6.447zM401.426 200.317c33.843 0 65.776 7.706 94.582 21.095-8.652 26.989-13.395 55.697-13.395 85.511 0 93.086 45.61 175.496 115.472 226.751-38.319 69.217-111.983 116.086-196.66 116.086-124.119 0-224.722-100.616-224.722-224.733 0-124.113 100.603-224.711 224.722-224.711zM786.072 138.226c-92.958 0-168.706 75.661-168.706 168.701 0 93.019 75.748 168.723 168.706 168.723 93.042 0 168.708-75.705 168.708-168.723 0-93.040-75.666-168.701-168.708-168.701zM786.072 68.989c131.44 0 237.961 106.559 237.961 237.939 0 131.359-106.521 237.917-237.961 237.917-131.347 0-237.911-106.558-237.911-237.917 0-131.38 106.564-237.939 237.911-237.939z"],"isMulticolor":false,"isMulticolor2":false,"tags":["usertime"],"defaultCode":60137,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":490,"order":494,"ligatures":"","prevSize":32,"name":"usertime","code":60138},"setIdx":0,"setId":0,"iconIdx":490},{"icon":{"paths":["M725.568 895.040c17.92 0 33.024 6.208 45.248 18.56 12.256 12.32 18.368 27.584 18.368 45.664 0 20.128-6.4 35.968-19.2 47.456s-27.616 17.248-44.384 17.248c-17.408 0-32.576-5.696-45.504-17.024-12.96-11.392-19.424-27.232-19.424-47.68 0-18.080 6.24-33.344 18.784-45.664s27.904-18.56 46.144-18.56zM735.808 371.008c41.28 0 77.728 7.68 109.344 23.040 31.584 15.456 56 36.32 73.184 62.784 17.248 26.464 25.888 55.232 25.888 86.24 0 24.48-4.896 45.92-14.72 64.288s-21.504 34.304-35.008 47.648c-13.536 13.408-37.824 35.936-72.832 67.52-9.696 8.864-17.44 16.736-23.296 23.488s-10.176 12.928-13.024 18.528c-2.816 5.632-5.024 11.2-6.592 16.832s-3.936 15.456-7.040 29.536c-5.408 29.888-22.368 44.864-50.816 44.864-14.784 0-27.264-4.896-37.376-14.688s-15.136-24.288-15.136-43.552c0-24.16 3.648-45.088 11.104-62.752s17.216-33.184 29.472-46.56c12.256-13.408 28.768-29.248 49.536-47.648 18.24-16.128 31.392-28.224 39.52-36.448s14.944-17.312 20.48-27.424c5.6-10.016 8.352-20.96 8.352-32.736 0-23.008-8.48-42.4-25.44-58.24-16.928-15.808-38.784-23.744-65.504-23.744-31.328 0-54.4 8-69.216 23.968s-27.36 39.456-37.568 70.496c-9.696 32.544-28.064 48.8-55.168 48.8-15.904 0-29.344-5.728-40.288-17.056s-16.448-23.648-16.448-36.864c0-27.328 8.672-54.976 26.048-83.040 17.344-28.032 42.688-51.232 76-69.632s72.192-27.584 116.608-27.584zM389.792 0h359.008c72.672 0 131.232 57.792 133.408 129.76h0.352v3.232l0.064 13.12-0.064 191.232h-67.232v-207.264c-1.952-35.2-30.784-63.264-66.528-63.264h-334.528v193.6c0 40.704-33.248 74.048-74.080 74.048h-193.472v535.328c0 36.832 29.952 66.88 66.88 66.88h328.416v66.944h-328.416c-73.888 0-133.792-60.064-133.792-133.792v-558.752c0.064-1.184 0.352-2.304 0.544-3.488 0.608-2.496 0.864-3.328 1.28-4.128 1.056-2.784 1.6-4 2.144-5.024 1.28-2.336 2.24-3.84 3.2-5.248 1.92-2.592 2.816-3.68 3.712-4.832 2.592-2.976 4.064-4.576 5.696-6.272l265.536-265.504c1.632-1.632 3.2-3.104 4.8-4.384 2.528-2.176 3.552-3.040 4.64-3.776 2.88-2.080 4.288-2.88 5.408-3.648l2.496-1.248c2.432-1.152 3.264-1.504 4.096-1.792 2.432-0.832 4.416-1.28 6.368-1.504z"],"isMulticolor":false,"isMulticolor2":false,"tags":["helpfile"],"defaultCode":60138,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":491,"order":495,"ligatures":"","prevSize":32,"name":"helpfile","code":60139},"setIdx":0,"setId":0,"iconIdx":491},{"icon":{"paths":["M398.176 319.488v137.6c-19.008 10.912-31.616 31.104-31.616 54.208 0 6.080 0.864 11.936 2.496 17.504l-0.096-0.448-51.52 51.52c-5.696 5.76-9.216 13.696-9.216 22.464 0 17.664 14.336 32 32 32 8.768 0 16.704-3.52 22.464-9.216v0l51.52-51.52c4.992 1.408 10.752 2.208 16.672 2.208 35.168 0 63.712-28.512 63.712-63.712 0-23.68-12.928-44.352-32.096-55.328l-0.32-0.16v-137.152c0-17.664-14.336-32-32-32s-32 14.336-32 32v0zM433.92 128c199.2 2.112 361.92 155.456 378.912 350.528l0.096 1.44h67.072c8.832 0 16 7.168 16 16 0 3.392-1.056 6.56-2.88 9.152l0.032-0.064-113.472 163.904c-2.912 4.192-7.712 6.88-13.152 6.88s-10.24-2.688-13.12-6.848l-0.032-0.064-113.472-163.904c-1.792-2.528-2.848-5.696-2.848-9.12 0-8.832 7.168-16 16-16h63.584c-16.576-142.656-135.2-252.8-280.16-255.936h-0.32c-0.736 0-1.6 0-2.496 0-156.608 0-284.352 123.616-291.008 278.592l-0.032 0.608c-0.096 2.688-0.128 5.824-0.128 8.992 0 158.944 128.864 287.776 287.808 287.776 76.64 0 146.304-29.952 197.888-78.816l-0.128 0.128c5.696-5.472 13.44-8.832 21.984-8.832 10.784 0 20.32 5.376 26.048 13.568l0.064 0.096 18.304 26.464c3.52 5.12 5.6 11.424 5.6 18.208 0 9.6-4.16 18.208-10.784 24.128l-0.032 0.032c-68.032 62.624-159.2 101.024-259.328 101.024-211.776 0-383.456-171.68-383.456-383.456 0-5.664 0.128-11.296 0.352-16.896l-0.032 0.8c10.56-205.6 179.808-368.32 387.040-368.448v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clocktime"],"defaultCode":60139,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":492,"order":496,"ligatures":"","prevSize":32,"name":"clocktime","code":60140},"setIdx":0,"setId":0,"iconIdx":492},{"icon":{"paths":["M0 812.64h1023.904v129.984h-1023.904zM0 568.832h1023.904v130.080h-1023.904zM0 324.992h1023.904v130.080h-1023.904zM0 81.248h1023.904v130.080h-1023.904z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table"],"defaultCode":60140,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":493,"order":497,"ligatures":"","prevSize":32,"name":"table","code":60141},"setIdx":0,"setId":0,"iconIdx":493},{"icon":{"paths":["M60.459 0v1024h899.627v-1024h-899.627zM917.419 981.333h-814.293v-938.667h814.293v938.667zM178.517 179.328h283.349v42.667h-283.349v-42.667zM859.264 370.56h-219.776v-1.493h-42.667v1.451h-428.757v561.024h691.2v-560.981zM816.597 413.227v89.131h-177.109v-89.131h177.109zM596.779 671.915v86.272h-386.048v-86.272h386.048zM210.731 629.248v-84.224h386.048v84.224h-386.048zM639.445 671.915h177.109v86.272h-177.109v-86.272zM816.597 629.248h-177.109v-84.224h177.109v84.224zM596.779 413.227v89.131h-386.048v-89.131h386.048zM210.731 800.896h386.048v88.021h-386.048v-88.021zM639.445 888.917v-88.021h177.109v88.021h-177.109z"],"isMulticolor":false,"isMulticolor2":false,"tags":["report"],"defaultCode":60141,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":494,"order":498,"ligatures":"","prevSize":32,"name":"report","code":60142},"setIdx":0,"setId":0,"iconIdx":494},{"icon":{"paths":["M167.392 677.856h323.424c0 0 5.92 31.904 7.36 37.856h-330.752c-8.672 0-15.68-7.008-15.68-15.68v-6.496c0-8.64 7.008-15.68 15.68-15.68zM166.656 556.896h286.112c0.128 1.76 0.032 3.552-0.64 5.28l-12.544 32.576h-272.928c-8.672 0-15.68-7.008-15.68-15.68v-6.464c0-8.672 7.008-15.68 15.68-15.68zM164.512 438.176h277.888l4 8.96c1.888 4.288 0.96 9.344-2.336 12.704l-16.16 16.16h-263.424c-8.64 0-15.68-7.008-15.68-15.68v-6.496c0-8.64 7.008-15.68 15.68-15.68zM742.88 333.92c-99.616 0-180.352 80.736-180.352 180.352s80.736 180.416 180.352 180.416c99.616 0 180.384-80.8 180.384-180.416s-80.768-180.352-180.384-180.352zM164 320.64h326.816v33.952c0 1.344-0.256 2.656-0.704 3.872h-326.112c-8.672 0-15.68-7.008-15.68-15.68v-6.496c0-8.672 7.008-15.68 15.68-15.68zM742.88 236.32c3.744 0 7.52 1.44 10.4 4.288l28.96 28.928c3.136 3.168 7.872 4.032 11.904 2.24l37.536-16.576c7.424-3.328 16.064 0.096 19.36 7.488l19.52 44.032c1.792 4.032 5.856 6.688 10.336 6.688h48.16c8.096 0 14.688 6.56 14.688 14.688v40.992c0 4.448 2.752 8.416 6.88 9.984l38.272 14.784c7.584 2.912 11.36 11.456 8.448 19.008l-17.344 44.896c-1.632 4.16-0.608 8.928 2.528 12.064l34.080 34.016c5.76 5.76 5.76 15.072 0 20.832l-28.992 28.96c-3.104 3.104-4 7.84-2.208 11.904l16.576 37.472c3.296 7.456-0.064 16.128-7.488 19.424l-44 19.52c-4.064 1.792-6.72 5.888-6.72 10.336v48.096c0 8.16-6.56 14.752-14.688 14.752h-1.664l94.592 227.36c2.048 4.896-2.944 9.792-7.808 7.616l-110.432-48.736c-3.712-1.632-8.032 0.096-9.536 3.84l-45.12 109.696c-2.048 5.056-9.152 5.056-11.264 0.064l-91.808-220.192c-0.384-0.992-0.48-2.048-0.704-3.008-1.984 0.288-3.968 0.256-5.92-0.224l-91.84 220.608c-2.080 4.992-9.216 4.992-11.232-0.032l-45.12-109.696c-1.536-3.712-5.824-5.504-9.568-3.84l-110.432 48.736c-4.864 2.144-9.856-2.72-7.808-7.616l93.44-224.576h-0.128c-8.096 0-14.688-6.592-14.688-14.752v-40.96c0-4.416-2.752-8.416-6.88-9.984l-38.24-14.784c-7.616-2.912-11.36-11.424-8.448-18.976l17.312-44.96c1.6-4.16 0.576-8.864-2.56-12.032l-34.048-34.016c-5.728-5.76-5.728-15.072 0-20.832l29.056-28.992c3.104-3.136 3.968-7.904 2.176-11.904l-16.64-37.504c-3.264-7.392 0.064-16.096 7.456-19.424l44.064-19.456c4.064-1.792 6.688-5.856 6.688-10.304v-48.16c0-8.128 6.592-14.688 14.688-14.688h40.992c4.384 0 8.384-2.752 9.952-6.88l14.752-38.24c2.912-7.552 11.456-11.328 19.040-8.416l44.928 17.312c4.192 1.664 8.928 0.608 12.096-2.528l34.016-34.048c2.88-2.88 6.624-4.288 10.4-4.288zM163.84 188.256h206.944c8.672 0 15.68 7.008 15.68 15.68v6.496c0 8.672-7.008 15.68-15.68 15.68h-206.944c-8.672 0-15.68-7.008-15.68-15.68v-6.496c0-8.672 7.008-15.68 15.68-15.68zM26.208 4.032h721.28c14.464 0 26.24 11.776 26.24 26.208v178.016l-15.84-15.808c-3.936-3.936-9.152-6.112-14.72-6.112s-10.784 2.176-14.72 6.080l-22.848 22.88v-122.368c0-11.456-9.344-20.8-20.832-20.8h-595.84c-11.456 0-20.768 9.312-20.768 20.8v752.64c0 11.488 9.312 20.8 20.768 20.8h353.088l-28.352 68.16h-387.456c-14.464 0-26.208-11.776-26.208-26.24v-878.080c0-14.464 11.776-26.208 26.208-26.208z"],"isMulticolor":false,"isMulticolor2":false,"tags":["aggrement"],"defaultCode":60142,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":495,"order":499,"ligatures":"","prevSize":32,"name":"aggrement","code":60143},"setIdx":0,"setId":0,"iconIdx":495},{"icon":{"paths":["M440.576 342.464l60.768 30.496c17.28 621.056 391.136 651.072 391.136 651.072h-349.152c-203.36-163.936-150.208-654.496-150.208-654.496zM668.576 0.032c142.592-1.92 235.296 118.048 227.392 277.472-66.24-160.736-267.712-179.616-353.248-91.712 201.44-23.968 480.896 116.736 283.072 519.648-39.52-307.584-277.504-402.88-381.216-417.376-144.448 10.464-335.36 168.896-344.992 414.976-306.4-398.048 184.736-544.512 303.2-499.232-27.104-64.352-194.304-117.44-368.608 28.928 63.296-411.712 413.824-146.816 413.824-146.816 80.672-58.976 155.776-85.024 220.576-85.888z"],"isMulticolor":false,"isMulticolor2":false,"tags":["vacancydays"],"defaultCode":60143,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":496,"order":500,"ligatures":"","prevSize":32,"name":"vacancydays","code":60144},"setIdx":0,"setId":0,"iconIdx":496}],"height":1024,"metadata":{"name":"appicons"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"appicons","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"showSelector":false,"showMetrics":false,"showMetadata":false,"showVersion":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"appicons","classSelector":".icon","height":32,"columns":16,"margin":16},"historySize":50,"gridSize":16}}
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>\r
+<!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon -->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 256 256" enable-background="new 0 0 256 256" xml:space="preserve">\r
+<metadata> Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata>\r
+<g><g><g><path fill="#000000" d="M125.2,13.7c-1.6,0.7-8.5,7.3-29.6,28.5L68.1,69.6l5.4,1.8l5.4,1.7l2.8-2.7l2.8-2.8l5.5,5.5l5.5,5.5l37.1,12.2l37.1,12.2l10.6-10.5l10.6-10.6l23.2,23.2l23.1,23.1l-10.6,10.6L216,149.5l-3.2,9.9c-1.8,5.4-3.1,10.1-3.1,10.3c0.1,0.2,7.8-7.3,17.2-16.8c15.9-15.9,17.2-17.4,18.1-19.9c1.2-3.2,1.2-5.7,0.2-9.1c-0.7-2.4-2-3.8-53.8-55.7c-42.9-43-53.6-53.4-55.4-54.3C133,12.4,128.3,12.3,125.2,13.7z M131,37.1c2.5,1.2,22.1,20.9,23.1,23.2c0.8,2.1,0.9,4.4,0.1,7c-0.7,2.4-9.2,11.3-12.1,12.7c-2.3,1.1-6,1.2-8.4,0.2c-2.3-1-21.5-20.1-22.7-22.6c-1.1-2.3-1.2-6.1-0.2-8.4c0.9-2.2,9.5-10.9,11.9-12.1C125,36,128.6,36,131,37.1z"/><path fill="#000000" d="M60,74.6c-2.5,0.6-5.9,2.9-7.4,5.1c-0.9,1.2-3.7,9.5-9,25.9c-4.2,13.2-7.7,24.3-7.7,24.7c0,0.5,3.6,0.6,18.7,0.6c10.3,0,18.7-0.1,18.7-0.2s-2.6-1.1-5.9-2.1c-5.3-1.8-6.1-2.2-8.1-4.1c-1.7-1.8-2.3-2.8-2.7-4.7c-0.6-2.5-0.6-2.8,1.5-9.3c2.4-7.9,3.6-9.9,6.9-11.5c3.7-1.8,5-1.6,19.2,3c14,4.7,15.6,5.3,17.1,7.2c3,3.7,3,6.7,0.2,15.2c-1.2,3.5-2.1,6.4-2.1,6.5c0,0.1,8.4,0.1,18.6,0.1h18.7l3.3-10.2c3.1-9.6,3.3-10.1,4.3-9.8c3.3,1,61.4,20.1,61.5,20.2c0.1,0-3,9.9-6.9,21.9c-6.7,21-7,21.8-8,21.5l-1.1-0.3v16.3c0,9-0.1,18-0.3,20c-0.2,2.5-0.1,3.5,0.2,3.2c0.3-0.3,6-17.7,12.9-38.7c12.2-37.8,12.4-38.3,12.4-42.2c0-3.4-0.1-4.2-1.2-6c-1.6-2.8-4.3-5.2-6.9-6.1c-1.1-0.4-33.4-11-71.8-23.6C89.8,82.1,64.6,74.1,63.5,74.1C62.6,74.2,61,74.3,60,74.6z"/><path fill="#000000" d="M187.3,92.4l-3.5,3.5l8.7,8.6l8.6,8.6l4.4,1.4c7,2.3,10.7,5.3,13.2,10.6c0.6,1.3,1.3,3.6,1.4,4.9c0.2,1.9,0.6,2.7,1.6,3.7l1.3,1.2l3.5-3.5l3.5-3.6l-19.6-19.6l-19.6-19.6L187.3,92.4z"/><path fill="#000000" d="M144.9,121.8l-1.6,4.8l6,2l6.1,2l10.1,0.2l10.1,0.2l3.1,1.5c3.2,1.5,6,4,7.9,6.9c1,1.6,1.6,1.9,5.3,3.1c2.3,0.7,4.2,1.2,4.3,1.1c0.4-0.4,3.2-9.2,3-9.4c-0.2-0.2-52.2-17.3-52.6-17.3C146.6,116.9,145.8,119.1,144.9,121.8z"/><path fill="#000000" d="M17.4,137.3c-1.9,1-3.4,2.1-4.4,3.5c-3.1,4.1-3,2.2-2.9,49.9l0.1,43.1l1.4,2.5c1.6,2.8,4.8,5.6,7.6,6.4c1.2,0.4,22.8,0.5,78.5,0.5h76.7l2.4-1.2c2.8-1.3,5.4-4.1,6.6-6.8c0.8-1.8,0.9-3.8,0.9-45.3c0-49.4,0.3-46.1-3.9-50.3c-4.2-4.2,3.4-3.9-83.5-3.9H20.2L17.4,137.3z M174.1,169v23.1h-33.4h-33.4V169V146h33.4h33.4L174.1,169L174.1,169z M63.6,156.6c2.7,0.6,5.4,2.7,6.7,5.3c1,2,1.2,3,1.3,8.1c0.3,9.7-1.2,13.7-6,16c-2.4,1.1-2.5,1.1-16.9,1.1c-9.5,0-15.1-0.2-16.2-0.5c-2.3-0.7-4.8-2.8-6.1-5.2c-0.9-1.8-1-2.6-1-9.5c0-7.1,0.1-7.7,1.1-9.8c1.2-2.4,3.3-4.2,5.9-5.2C34.5,156,60.6,155.9,63.6,156.6z M51,217.9v5.1H35.5H20.1v-5.1v-5.1h15.4H51V217.9z M92,217.9v5.1H76.6H61.1v-5.1v-5.1h15.4H92L92,217.9L92,217.9z M133.1,217.9v5.1h-15.4h-15.4v-5.1v-5.1h15.4h15.4V217.9z M174.1,217.9v5.1h-15.4h-15.4v-5.1v-5.1h15.4h15.4V217.9z"/><path fill="#000000" d="M112.8,156.1v5.1h28.1H169v-5.1v-5.1h-28.1h-28.1L112.8,156.1L112.8,156.1z"/><path fill="#000000" d="M112.8,182v5.1h28.1H169V182v-5.1h-28.1h-28.1L112.8,182L112.8,182z"/><path fill="#000000" d="M189.6,159.7c-0.4,2.6-0.3,5,0.1,4.5c0.6-0.6,1.9-5.3,1.6-5.8C190.8,157.4,189.9,158.1,189.6,159.7z"/></g></g></g>\r
+</svg>
\ No newline at end of file
+++ /dev/null
-<?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>Copyright (C) 2023 by original authors @ fontello.com</metadata>
-<defs>
-<font id="appicons" horiz-adv-x="1000" >
-<font-face font-family="appicons" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
-<missing-glyph horiz-adv-x="1000" />
-<glyph glyph-name="access" unicode="" d="M920 457l-131-125h-168l-37-21h-124l-346-350 37-36 321 325h112l37 22h187l149 143z m-168 250v-121h112v121z m-261 143h392l112-107v-400l-127-136h-172l-37-36-38 36-37-36h-93v-71h-75v-71h-75v-72h-74v-71h-38v-36h-186l-37 36v250l341 326-37 36 31 31v178z" horiz-adv-x="1000" />
-
-<glyph glyph-name="accounting_01" unicode="" fill="#000" d="M188-155l576 0 0-89-576 0z m-16 435l281 0 0-16c-52-10-82-43-82-86 0-47 35-71 87-89 36-12 51-23 51-42 0-19-18-30-46-30-31 0-60 11-80 22l-15-57c19-11 50-19 82-21l0-16-278 0z m328 0l279 0 0-335-281 0 0 20c55 9 86 46 86 89 0 44-23 70-81 91-41 15-58 25-58 41 0 14 10 27 42 27 35 0 57-11 69-16l14 55c-16 7-37 14-70 16z m-312 194l576 0 0-89-576 0z m75 190l426 0 0-89-426 0z m-197 120l0-1148 820 0 0 0 0 1148z m-66 66l952 0 0-1280-952 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="address" unicode="" d="M781 725h-468c0 0 0 0 0 0-69 0-125-56-125-125 0 0 0 0 0 0v0-500c0-69 56-125 125-125v0h468c18 0 32 14 32 31v0 63h-500c-18 0-32 14-32 31s14 31 32 31v0h500v563c0 17-14 31-32 31v0z m-154-453c0 0 0 0 0 0 0-9-7-16-16-16 0 0 0 0 0 0h-222c0 0 0 0 0 0-9 0-16 7-16 16 0 0 0 0 0 0v0 30c0 12 6 21 15 27l0 0 49 31-5 37c-11 5-20 14-24 25l0 0-4 10c-1 3-1 6-1 9 0 4 1 8 3 11l0 0v58c0 51 42 93 94 93s94-42 94-93v-58c2-3 3-7 3-11 0-3 0-6-1-9l0 0-4-10c-4-11-13-20-24-25l0 0-4-37 48-31c9-6 15-15 15-27v0z m342-47v-94c0-17-14-31-31-31v0h-63v156h63c17 0 31-14 31-31v0z m0 219v-94c0-17-14-31-31-31v0h-63v156h63c17 0 31-14 31-31v0z m0 219v-94c0-17-14-31-31-31v0h-63v156h63c17 0 31-14 31-31v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="addressbook" unicode="" d="M1144-44l78 0c45 0 55-37 55-82l0-152c0-44-10-81-55-81l-78 0z m-734 372c-22 0-40-18-40-40 0-22 18-40 40-40l264 0c22 0 40 18 40 40 0 22-18 40-40 40z m734 36l78 0c45 0 55-37 55-82l0-151c0-45-10-82-55-82l-78 0z m-734 211c-22 0-40-18-40-40 0-22 18-40 40-40l432 0c22 0 40 18 40 40 0 22-18 40-40 40z m734 197l78 0c45 0 55-37 55-82l0-151c0-45-10-82-55-82l-78 0z m-891 78l728 0c9 0 18-1 26-4 31-11 54-40 55-74l0-3 0-1118c0-3 0-6 0-10-5-40-39-71-81-71l-728 0z m-172 0l77 0 0-1280-77 0c-44 0-81 36-81 81l0 1118c0 36 23 66 55 77 8 3 17 4 26 4z" horiz-adv-x="1000" />
-
-<glyph glyph-name="add_user" unicode="" d="M248 495c-73 0-131-58-131-130 0-72 58-131 131-131 72 0 130 59 130 131 0 72-58 130-130 130z m-196 181l28 0 41 0 273 0c-16-40-25-84-25-130 0-148 93-275 224-325l0-135c0-29-23-52-51-52l-26 0 0 31 0 20c0 82-66 149-149 149l-27 0c-26-18-58-30-92-30-35 0-67 12-93 30l-27 0c-54 0-102-29-128-72l0 463c0 28 23 51 52 51z m571 7l0-130-100 0 0 0 195-194 195 194 0 0-91 0 0 130z m95 167c168 0 304-136 304-304 0-167-136-303-304-303-167 0-303 136-303 303 0 168 136 304 303 304z" horiz-adv-x="1000" />
-
-<glyph glyph-name="aggrement" unicode="" d="M164 188h315c0 0 6-31 8-37h-323c-9 0-16 7-16 15v7c0 8 7 15 16 15z m-1 118h279c0-2 0-3 0-5l-13-32h-266c-9 0-16 7-16 16v6c0 8 7 15 16 15z m-2 116h271l4-9c2-4 1-9-2-12l-16-16h-257c-9 0-16 7-16 16v6c0 8 7 15 16 15z m565 102c-98 0-177-79-177-176s79-176 177-176c97 0 176 79 176 176s-79 176-176 176z m-566 13h319v-33c0-2 0-3 0-4h-319c-8 0-15 7-15 15v7c0 8 7 15 15 15z m566 82c3 0 7-1 10-4l28-28c3-3 8-4 12-2l36 16c7 3 16 0 19-7l19-43c2-4 6-7 10-7h47c8 0 15-6 15-14v-40c0-5 2-9 6-10l38-15c7-2 11-11 8-18l-17-44c-2-4-1-9 3-12l33-33c5-6 5-15 0-20l-28-29c-4-3-4-7-3-11l17-37c3-7-1-16-8-19l-43-19c-4-2-6-6-6-10v-47c0-8-7-14-15-14h-1l92-222c2-5-3-10-8-8l-107 48c-4 1-8 0-10-4l-44-107c-2-5-9-5-11 0l-89 215c-1 1-1 2-1 3-2 0-4 0-6 0l-90-215c-2-5-9-5-11 0l-44 107c-1 3-5 5-9 3l-108-47c-5-2-9 2-7 7l91 220h0c-8 0-15 6-15 14v40c0 4-2 8-6 10l-38 14c-7 3-11 11-8 19l17 44c2 4 1 8-3 11l-33 34c-5 5-5 14 0 20l29 28c3 3 3 8 2 12l-17 37c-3 7 1 15 8 19l43 19c4 1 6 5 6 10v47c0 8 7 14 15 14h40c4 0 8 3 9 7l15 37c3 7 11 11 18 8l44-17c4-1 9 0 12 3l33 33c3 3 7 4 10 4z m-566 47h202c9 0 15-7 15-15v-6c0-9-6-16-15-16h-202c-8 0-15 7-15 16v6c0 8 7 15 15 15z m-134 180h704c14 0 26-11 26-25v-174l-16 15c-4 4-9 6-14 6s-11-2-15-6l-22-22v119c0 11-9 21-20 21h-582c-11 0-20-9-20-21v-735c0-11 9-20 20-20h345l-28-67h-378c-14 0-26 12-26 26v858c0 14 12 25 26 25z" horiz-adv-x="1000" />
-
-<glyph glyph-name="app" unicode="" d="M697 387l307-213-81-55 106-144-69-50-107 146-78-53z m-642 124c-5 0-10-5-10-10l0-679c0-5 5-10 10-10l1173 0c6 0 10 5 10 10l0 679c0 5-4 10-10 10z m2 108c-6 0-10-4-10-10l0-48c0-6 4-10 10-10l1173 0c5 0 10 4 10 10l0 48c0 6-5 10-10 10z m1078 168c-14 0-25-11-25-24l0-44c0-13 11-24 25-24l35 0c14 0 24 11 24 24l0 44c0 13-10 24-24 24z m-156 0c-13 0-24-11-24-24l0-44c0-13 11-24 24-24l36 0c13 0 24 11 24 24l0 44c0 13-11 24-24 24z m-155 0c-13 0-24-11-24-24l0-44c0-13 11-24 24-24l36 0c13 0 24 11 24 24l0 44c0 13-11 24-24 24z m-771 63l1174 0c29 0 53-24 53-53l0-993c0-29-24-53-53-53l-1174 0c-29 0-53 24-53 53l0 993c0 29 24 53 53 53z" horiz-adv-x="1000" />
-
-<glyph glyph-name="apps" unicode="" d="M594 163v-125c0-18-14-32-31-32v0h-125c-18 0-32 14-32 32v0 125c0 17 14 31 32 31v0h125c17 0 31-14 31-31v0z m-281 31h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m0 250h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m250 0h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m-250 250h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m500 0h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m0-250h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m0-250h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m-250 500h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="archive" unicode="" d="M374 137v-64h252v64z m-349 46h950v-333h-950z m343 369v-64h253v64z m-343 43h950v-346h-84l-28 175-600-175h-238z m200 255h532l178-157 0-34h-870l-3 35z" horiz-adv-x="1000" />
-
-<glyph glyph-name="arrowhead_down" unicode="" d="M0 850l10340 0-5170-6380z" horiz-adv-x="1000" />
-
-<glyph glyph-name="arrowhead_up" unicode="" d="M5170 850l5170-6380-10340 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="arrow_down" unicode="" d="M109 679l131 0 0-81 110 0-175-175-175 175 109 0z m1 56l130 0 0-26-130 0z m0 58l130 0 0-26-130 0z m0 57l130 0 0-26-130 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="arrow_up" unicode="" d="M109 450l131 0 0-27-131 0z m1 57l130 0 0-27-130 0z m-1 58l131 0 0-27-131 0z m66 285l175-175-110 0 0-80-131 0 0 80-109 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="back" unicode="" d="M567 850h268l-404-498 2-3 405-499h-267l-274 338-1-2-134 165 134 164z" horiz-adv-x="1000" />
-
-<glyph glyph-name="baggage" unicode="" d="M717 561v-510h120v510z m-550 0v-510h120v510z m261 103l-22-66h190l-24 66z m-22 22h188l51-88h226c71 0 129-54 129-120v-344c0-66-58-120-129-120h-742c-71 0-129 54-129 120v344c0 66 58 120 129 120h226z" horiz-adv-x="1000" />
-
-<glyph glyph-name="bill" unicode="" d="M742-102l24 0 0-27c18-1 31-5 41-10l-8-27c-7 3-20 10-40 10-21 0-29-11-29-21 0-12 11-19 36-29 33-12 48-28 48-54 0-25-17-48-50-53l0-30-24 0 0 28c-19 1-37 6-48 13l8 28c12-7 28-13 46-13 19 0 31 9 31 24 0 13-10 21-32 29-31 12-51 26-51 53 0 26 18 45 48 50z m-344 66c-22-33-44-68-64-103l64 0z m-196 94l0-197 120 0c-32 45-62 92-96 134 6 10 14 18 24 24 17-14 31-26 52-41 3-2 22-15 24-15 4 0 13 18 20 25 15 19 33 39 52 59l0 11z m388 10l248 0 0-54-248 0z m-83 72c11 0 21 0 31 0 2-4-7-9-12-14-37-36-70-78-101-122l0-170-250 0 0 250 250 0 0-11c27 26 56 50 82 67z m-109 183c-22-34-44-69-64-103l64 0z m192 0l248 0 0-53-248 0z m-388 93l0-196 120 0c-32 44-62 91-96 134 6 9 14 17 24 24 17-14 31-27 52-41 3-2 22-16 24-16 4 1 13 18 20 26 15 19 33 39 52 58l0 11z m305 83c11 0 21 0 31 0 2-4-7-9-12-14-37-37-70-79-101-123l0-169-250 0 0 250 250 0 0-11c27 26 56 49 82 67z m-410 248l0-1157 845 0 0 898-268 0 0 259z m-97 103l674 0 55 0 310-303 0-1059-1039 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="bulletlist" unicode="" d="M264 126h734v-82h-734z m-254 19v-108h108v108z m-10 11h128l21-20v-129h-130l-19 20z m264 240h736v-82h-736z m-254 19v-107h108v107z m-10 12h128l21-20v-129h-130l-19 19z m264 228h734v-82h-734z m-254 26v-107h108v107z m-10 12h128l21-20v-129h-130l-19 19z" horiz-adv-x="1000" />
-
-<glyph glyph-name="calendar" unicode="" d="M781 725h-531c-52 0-94-42-94-94v-593c0-35 28-63 63-63h594c34 0 62 28 62 63v593c0 52-42 94-94 94h0z m-406-672c0-8-7-15-16-15v0h-125c-8 0-15 7-15 15v0 94c0 9 7 16 15 16v0h125c9 0 16-7 16-16v0z m0 188c0-9-7-16-16-16v0h-125c-8 0-15 7-15 16v0 93c0 9 7 16 15 16v0h125c9 0 16-7 16-16v0z m0 187c0-8-7-15-16-15v0h-125c-8 0-15 7-15 15v0 94c0 9 7 16 15 16v0h125c9 0 16-7 16-16v0z m219-375c0-8-7-15-16-15v0h-125c-8 0-15 7-15 15v0 94c0 9 7 16 15 16v0h125c9 0 16-7 16-16v0z m0 188c0-9-7-16-16-16v0h-125c-8 0-15 7-15 16v0 93c0 9 7 16 15 16v0h125c9 0 16-7 16-16v0z m0 187c0-8-7-15-16-15v0h-125c-8 0-15 7-15 15v0 94c0 9 7 16 15 16v0h125c9 0 16-7 16-16v0z m219-375c0-8-7-15-16-15v0h-125c-9 0-16 7-16 15v0 94c0 9 7 16 16 16v0h125c9 0 16-7 16-16v0z m0 188c0-9-7-16-16-16v0h-125c-9 0-16 7-16 16v0 93c0 9 7 16 16 16v0h125c9 0 16-7 16-16v0z m0 187c0-8-7-15-16-15v0h-125c-9 0-16 7-16 15v0 94c0 9 7 16 16 16v0h125c9 0 16-7 16-16v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="calendar1" unicode="" d="M547 92h122v-118h-122z m-190 0h122v-118h-122z m-190 0h122v-118h-122z m560 186h122v-118h-122z m-180 0h122v-118h-122z m-190 0h122v-118h-122z m-190 0h122v-118h-122z m560 190h122v-118h-122z m-190 0h122v-118h-122z m-190 0h122v-118h-122z m-256 124v-686h819v686z m-56 258h930v-1000h-930z" horiz-adv-x="1000" />
-
-<glyph glyph-name="calendar_date" unicode="" d="M875 317l35 0 0-437-54 0 0 340c-13-12-30-24-50-37-21-12-40-21-57-27l0 51c30 14 56 31 79 51 22 20 38 40 47 59z m-368 0c24 0 45-6 65-16 20-10 36-24 46-41 11-18 16-37 16-56 0-19-5-36-15-52-10-15-25-28-45-37 26-6 46-18 60-37 14-18 21-42 21-70 0-38-13-70-41-96-28-27-63-40-105-40-38 0-70 11-95 34-25 23-40 52-43 88l53 8c6-31 17-52 31-66 15-13 33-20 54-20 25 0 47 9 64 26 17 18 26 39 26 65 0 25-8 45-24 61-16 16-37 24-61 24-10 0-23-2-38-6l6 47c3-1 6-1 8-1 23 0 44 6 62 18 18 12 27 30 27 55 0 19-6 35-20 48-13 13-30 20-51 20-21 0-38-7-52-20-14-13-23-33-27-59l-53 10c6 36 21 63 44 83 24 20 52 30 87 30z m-414 98l0-658 1075 0 0 658z m-93 280l256 0 0-208 213 0 0 208 363 0 0-208 213 0 0 208 235 0 0-1024-1280 0z m885 155l107 0 0-309-107 0z m-576 0l107 0 0-309-107 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="cash_register" unicode="" d="M452 78c-25 0-46-20-46-45 0-25 21-46 46-46 25 0 46 21 46 46 0 25-21 45-46 45z m-140 0c-25 0-45-20-45-45 0-25 20-46 45-46 25 0 46 21 46 46 0 25-21 45-46 45z m-139 0c-26 0-46-20-46-45 0-25 20-46 46-46 25 0 45 21 45 46 0 25-20 45-45 45z m279 128c-25 0-46-21-46-46 0-25 21-45 46-45 25 0 46 20 46 45 0 25-21 46-46 46z m-140 0c-25 0-45-21-45-46 0-25 20-45 45-45 25 0 46 20 46 45 0 25-21 46-46 46z m-139 0c-26 0-46-21-46-46 0-25 20-45 46-45 25 0 45 20 45 45 0 25-20 46-45 46z m332 118c-25 0-46-21-46-46 0-25 21-45 46-45 25 0 46 20 46 45 0 25-21 46-46 46z m-140 0c-25 0-45-21-45-46 0-25 20-45 45-45 25 0 46 20 46 45 0 25-21 46-46 46z m-139 0c-26 0-46-21-46-46 0-25 20-45 46-45 25 0 45 20 45 45 0 25-20 46-45 46z m602 192l101 0 0-560 0-2c0-21-17-39-39-39l-225 0 0 41 0 133c0 119 66 205 163 261z m-475 265c-6 0-11-5-11-11l0-106c0-6 5-11 11-11l382 0c6 0 11 5 11 11l0 106c0 6-5 11-11 11z m-29 69l440 0c39 0 71-32 71-70l0-126c0-39-32-70-71-70l-169 0 0-68 178 0 0-148c-97-56-163-160-163-279l0-133 0-41-571 0c-22 0-39 18-39 39l0 2 0 133c0 119 66 223 164 279l0 148 329 0 0 68-169 0c-39 0-70 31-70 70l0 126c0 38 31 70 70 70z" horiz-adv-x="1000" />
-
-<glyph glyph-name="category" unicode="" d="M618 213v-255h313v255z m-387 34l-52-104-115-17 83-81-20-115 103 54 103-55-19 115 83 81-115 17z m318 60h451v-451h-451z m-549 0h451v-451h-451z m226 447l-157-271h313l-78 135z m549 10c-81 0-146-65-146-146 0-80 65-145 146-145 80 0 145 65 145 145 0 81-65 146-145 146z m-775 80h451v-451h-451z m549 0h451v-451h-451z" horiz-adv-x="1000" />
-
-<glyph glyph-name="check" unicode="" d="M896 657c32 0 65 0 98 0 6-8-24-19-40-30-244-163-446-375-627-584-111 100-210 209-327 306 20 20 45 37 76 50 54-29 100-55 166-87 9-4 71-33 76-32 12 0 43 38 63 54 140 116 342 247 515 323z" horiz-adv-x="1000" />
-
-<glyph glyph-name="cheque" unicode="" d="M1164 313c6 0 11-3 14-9l19-48c3-8-1-17-8-20l-207-84c-8-3-17 1-20 8l-20 48c-3 8 1 17 9 20l207 84c2 1 4 1 6 1z m-21 43c8 0 15-4 18-12l7-15c-6 0-11 0-16-2l-207-84c-16-7-24-25-17-41l18-46-30-12c-6-3-12-2-17 2l-204-83c-4-2-9-1-12 1l-96 7 64 72c1 4 3 7 7 9l204 83c2 6 6 11 11 13l263 107c2 1 5 1 7 1z m-302 160c-8-1-16-6-19-17-11-38-12-52-17-79-21 12-42 32-63 45-11 7-28 2-33-14-7-24 0-47 1-69-26 13-50 28-73 46-15 12-34 1-38-15-10-37-17-96-14-134 3-30 50-24 47 6-2 21 5 66 6 87 26-16 54-35 82-46 11-4 27 0 31 13 6 20-1 48-2 69 19-14 39-34 62-42 12-4 26 0 31 12 14 34 17 68 24 103 4 23-11 35-25 35z m-52 170l-634-257 17-44 635 257z m49 164l190-470-838-339-190 470z" horiz-adv-x="1000" />
-
-<glyph glyph-name="clipboard" unicode="" d="M103 562l0-898 731 0 0 898-129 0 0-129-473 0 0 129z m365 234c-38 0-70-30-70-67 0-37 32-67 70-67 39 0 71 30 71 67 0 37-32 67-71 67z m0 54c69 0 125-51 128-115l0-6 109 0 0-39 232 0 0-1127-937 0 0 1127 232 0 0 39 109 0 0 6c3 64 59 115 127 115z" horiz-adv-x="1000" />
-
-<glyph glyph-name="clock" unicode="" d="M1028 209l122 0 0-43-122 0z m-101 296l-239-310 0 0c0-9-3-18-7-26l0-1 125-220-177 192-2 0c-28 3-49 27-49 55 0 29 21 52 49 55l6 1z m-298 224l-2 0c-281-8-506-237-506-519 0-9 1-18 1-26l1-12 0 37 123 0 0-43-123 0 1-8c26-258 240-460 503-467l2 0 0 122 43 0 0-121 8 1c268 20 479 244 479 517 0 273-211 497-479 517l-8 1 0-119-43 0z m11 121c353 0 640-286 640-640 0-353-287-640-640-640-353 0-640 287-640 640 0 354 287 640 640 640z" horiz-adv-x="1000" />
-
-<glyph glyph-name="clocktime" unicode="" d="M389 538v-134c-19-11-31-31-31-53 0-6 1-12 2-17l0 0-50-50c-6-6-9-14-9-22 0-17 14-31 31-31 9 0 17 3 22 9l0 0 51 50c4-1 10-2 16-2 34 0 62 28 62 62 0 23-13 43-31 54l-1 0v134c0 17-14 31-31 31s-31-14-31-31v0z m35 187c194-2 353-152 370-342l0-2h65c9 0 16-7 16-15 0-4-1-7-3-9l0 0-111-160c-2-4-7-7-12-7s-10 3-13 7l0 0-111 160c-2 2-3 5-3 9 0 8 7 15 16 15h62c-16 140-132 247-274 250l0 0c-1 0-2 0-2 0-153 0-278-120-285-272l0 0c0-3 0-6 0-9 0-155 126-281 281-281 75 0 143 29 194 77l-1 0c6 5 14 8 22 8 10 0 20-5 25-13l0 0 18-26c4-5 6-11 6-18 0-9-4-17-11-23l0 0c-66-61-155-99-253-99-207 0-375 168-375 375 0 5 1 11 1 16l0-1c10 201 175 360 378 360h0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="closed" unicode="" d="M1004 82l21 0c18 0 33-5 43-16 10-10 16-24 16-42 0-18-6-33-16-44-10-11-25-17-43-17l-21 0z m-455 1c15 0 26-6 34-16 8-11 13-26 13-45 0-19-5-34-13-44-9-11-20-16-35-16-14 0-25 6-34 16-9 11-13 26-13 44 0 19 4 33 13 44 9 11 21 17 35 17z m413 33l0-187 66 0c30 0 55 9 73 26 18 18 27 41 27 70 0 61-33 91-100 91z m-142 0l0-187 112 0 0 34-70 0 0 43 61 0 0 34-61 0 0 42 66 0 0 34z m-488 0l0-187 111 0 0 34-69 0 0 153z m403 3c-10 0-20-1-28-3-9-2-17-6-24-10-7-5-12-10-16-17-4-7-6-16-6-25 0-13 4-23 11-32 7-9 18-16 33-22 5-3 11-5 16-7 5-3 9-5 13-7 3-3 6-6 8-8 2-3 3-7 3-10 0-3 0-5-2-8-1-2-3-4-6-6-2-1-6-3-10-4-3-1-8-1-13-1-9 0-18 2-27 5-9 3-17 8-25 14l0-42c7-3 15-6 24-8 9-1 19-2 29-2 10 0 20 1 29 3 9 2 17 5 23 9 7 5 13 10 17 17 4 7 6 16 6 27 0 7-2 14-4 20-2 5-5 10-10 15-4 4-9 8-15 12-6 3-13 6-20 10-6 2-10 4-15 6-4 2-8 4-11 7-3 2-5 4-7 7-2 2-2 5-2 8 0 3 0 6 2 8 1 2 3 4 6 6 3 1 6 3 10 4 4 1 8 1 13 1 4 0 7 0 11-1 4 0 8-1 12-2 4-1 7-3 11-4 4-2 7-4 10-6l0 39c-6 2-13 4-20 5-8 1-17 2-26 2z m-185 0c-28 0-50-9-68-27-17-18-25-42-25-72 0-28 8-51 25-68 17-17 39-26 65-26 28 0 50 9 67 27 17 18 26 41 26 71 0 28-8 51-25 69-16 17-38 26-65 26z m-296 0c-30 0-54-9-72-28-19-18-28-43-28-72 0-29 8-51 25-68 16-17 39-25 67-25 22 0 40 3 54 10l0 38c-14-8-29-12-45-12-18 0-31 6-41 16-11 11-16 25-16 44 0 18 6 33 17 44 10 11 24 17 42 17 16 0 30-4 43-11l0 40c-13 5-28 7-46 7z m-254 271l1280 0 0-693-1280 0z m657 460c66 0 121-54 121-121 0-10-2-20-4-30l-1-1 233-228-87 0-179 172-2-2c-22-20-50-32-81-32-34 0-64 14-86 36l-1 2-150-143-20-33-13 0-88 0 240 234-1 1c-1 8-2 16-2 24 0 67 54 121 121 121z" horiz-adv-x="1000" />
-
-<glyph glyph-name="cloud_upload" unicode="" d="M2834 850c646 0 1192-537 1373-1277 100 30 206 48 316 48 654 0 1183-582 1183-1301 0-461-220-866-550-1097-133-119-301-190-485-191-49-7-98-12-148-12-49 0-97 5-145 12l-1544 0c39 0 74 12 103 34 49 36 81 97 81 168l0 1869 547-601c71-79 188-79 259 0 72 79 72 207 0 286l-859 945c-10 9-14 12-18 16-14 11-18 14-23 16l-35 18c-6 1-10 3-15 4-4 1-8 2-11 3-5 0-11 1-15 1-5 1-8 1-12 1-5 0-10 0-15-1-4 0-8-1-12-1-5-1-9-2-15-3-3-1-7-2-11-4-5-1-10-3-15-5-15-8-19-10-24-13-4-2-8-5-11-8-15-12-19-15-23-18l-865-951c-36-40-54-91-54-143 0-52 18-103 55-143 71-79 187-79 259 0l546 601 0-1869c0-56 20-107 54-144 33-36 79-58 129-58l-1503 0c-48-7-98-12-148-12-653 0-1183 560-1183 1250 0 691 530 1251 1183 1251 90 0 178-12 263-32 160 783 720 1361 1388 1361z" horiz-adv-x="1000" />
-
-<glyph glyph-name="code" unicode="" d="M668 658l332-246v-128l-332-245v133l218 175v2l-218 174z m-336 0v-134l-217-174v-2l217-175v-134l-332 246v128z m198 140l90-16-151-880-90 16z" horiz-adv-x="1000" />
-
-<glyph glyph-name="coin" unicode="" d="M520 550c-50 0-88-21-116-61-17-24-29-53-35-86h-57l-11-38h64c0-7-1-13-1-20 0-7 1-15 1-22h-53l-11-39h68c7-47 23-83 47-109 27-28 59-42 98-42 45 0 80 17 106 51 23 28 36 63 40 104h-44c-5-26-11-46-21-63-17-30-43-45-76-45-36 0-63 14-81 43-11 17-19 38-23 61h141l11 39h-156c0 4 0 8 0 13 0 10 0 20 1 29h144l11 38h-150c5 24 13 44 24 59 20 27 47 41 79 41 27 0 48-7 63-22 15-15 25-35 30-61h44c-3 34-16 64-39 90-23 26-56 40-98 40z m-20 166c202 0 366-164 366-366s-164-366-366-366c-202 0-366 164-366 366s164 366 366 366z m0 85c-248 0-450-203-450-451s202-451 450-451c248 0 451 203 451 451s-203 451-451 451z m0 49c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z" horiz-adv-x="1000" />
-
-<glyph glyph-name="company" unicode="" d="M562 41v-159h58v159z m-90 0v-159h58v159z m-89 0v-159h58v159z m179 194v-160h58v160z m-90 0v-160h58v160z m-89 0v-160h58v160z m-42 41h321v-426h-321z m-4 62h326v-34h-326z m181 111v-66h56v66z m-90 0v-66h56v66z m90 101v-67h57v67z m-89 0v-67h56v67z m-35 25h215v-213h-215z m101 275h13v-186h68v-34h45v-22h-238v22h45v34h67z" horiz-adv-x="1000" />
-
-<glyph glyph-name="contacts_edit" unicode="" d="M420 342l325 0 0-39-325 0z m-171 67c55-14 98-56 114-110l-309 0c16 53 57 94 110 109 4-27 21-47 42-47 21 0 39 21 43 48z m302 46l192 0 0-39-192 0z m-344 73c31 0 56-25 56-56 0-31-25-56-56-56-31 0-56 25-56 56 0 31 25 56 56 56z m432 92c1 0 2 0 3-1l71-59c2-2 3-5 0-8 0-1-1-1-2-2l-86-31c-2-1-4 0-6 1-1 1-2 3-2 6l15 89c0 1 1 2 1 3 2 2 4 3 6 2z m-639 98l691 0-26-31-634 0 0-447 736 0 0 341 34 41 0-416-801 0z m764 52c1 0 2 0 3-1l70-58c3-3 3-6 1-9l-103-124c-1-1-2-2-4-2-2 0-3 0-4 1l-71 59c-2 2-3 6-1 8l103 124c1 1 3 2 4 2 1 0 1 0 2 0z m76 80c7 0 12-2 17-6l39-32c11-9 12-26 2-38l-38-46c-2-3-6-3-8-1l-70 58c-2 1-2 2-3 4 0 2 1 3 2 4l38 47c5 6 12 9 19 10 1 0 2 0 2 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="contatcs" unicode="" d="M8426-6788c-1633 0-3059-1232-3852-3072l7704 0c-793 1840-2220 3072-3852 3072z m1 2988c-835 0-1510-598-1510-1334 0-736 675-1334 1510-1334 833 0 1509 598 1509 1334 0 736-676 1334-1509 1334z m-6972 4650l13940 0 0-15360-13940 0 0 1001-1455 0 0 1026 1455 0 0 2078-1455 0 0 1026 1455 0 0 2078-1455 0 0 1026 1455 0 0 2078-1455 0 0 1026 1455 0 0 2078-1455 0 0 1026 1455 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="copy" unicode="" d="M600 489v-129c0 0-2-85-96-78l-109-1v-357c0-9 6-15 14-15h412c8 0 15 6 15 15v550c0 8-7 15-15 15z m-174 290v-157c0 0-3-103-116-94l-133-1v-434c0-10 8-18 18-18h141v222l53 56 0 1 130 137h1l53 57h139v213c0 10-8 18-18 18z m-32 71h300c49 0 89-40 89-89v-213h38c41 0 74-33 74-74v-551c0-40-33-73-74-73h-412c-40 0-73 33-73 73v81h-141c-50 0-90 40-90 89v453l65 68 0 1 158 166h1z" horiz-adv-x="1000" />
-
-<glyph glyph-name="creditcard" unicode="" d="M0 492l1279 0c3 0 2 0 1 0l-1 0 0-348c0-88-72-161-160-161l-960 0c-88 0-159 73-159 161z m161 358l961 0c87 0 158-70 158-158l0-16c-4 0-8 0-12 0l-1266 0 0 16c0 88 71 158 159 158z" horiz-adv-x="1000" />
-
-<glyph glyph-name="cube" unicode="" d="M156 520l313-188v-343l-298 178c-9 6-15 15-15 27v0z m360 232c-4 3-10 4-16 4s-11-1-16-4l0 0-296-178 312-188 313 188z m15-420v-343l298 178c9 6 15 15 15 27v0 326z" horiz-adv-x="1000" />
-
-<glyph glyph-name="cube1" unicode="" d="M156 520l313-188v-343l-298 178c-9 6-15 15-15 27v0z m360 232c-4 3-10 4-16 4s-11-1-16-4l0 0-296-178 312-188 313 188z m15-420v-343l298 178c9 6 15 15 15 27v0 326z" horiz-adv-x="1000" />
-
-<glyph glyph-name="cubelight" unicode="" d="M843 546c-1 1-1 2-2 3l1-1c-1 2-2 4-2 5l0 0c-2 3-4 5-6 7l1 0c-1 0-2 1-3 2l0 0c-1 1-2 2-3 2l0 0-313 188c-4 3-10 4-16 4s-11-1-16-4l0 0-313-188c-1-1-2-1-3-2l0 0c-1-1-2-2-3-3l0 0c-1-1-2-2-2-3l0 0c-1-1-2-2-2-3l-1 0c0-1-1-3-1-4l0 0c-1-1-1-2-2-3 0-3-1-6-1-8v-344c0-11 6-21 15-27l0 0 314-188c1-1 3-1 5-2l0 0c1 0 1-1 2-1 2-1 5-1 8-1s6 0 8 1l0 0c1 0 2 1 2 1 2 1 4 1 6 2l-1 0 1 0 0 0 313 188c9 6 15 15 15 27v0 344c0 2-1 5-1 8l0 0z m-374-484l-250 150v270l250-150z m31 324l-252 152 252 151 252-151z m281-175l-250-150v271l250 150z" horiz-adv-x="1000" />
-
-<glyph glyph-name="cubelight1" unicode="" d="M843 546c-1 1-1 2-2 3l1-1c-1 2-2 4-2 5l0 0c-2 3-4 5-6 7l1 0c-1 0-2 1-3 2l0 0c-1 1-2 2-3 2l0 0-313 188c-4 3-10 4-16 4s-11-1-16-4l0 0-313-188c-1-1-2-1-3-2l0 0c-1-1-2-2-3-3l0 0c-1-1-2-2-2-3l0 0c-1-1-2-2-2-3l-1 0c0-1-1-3-1-4l0 0c-1-1-1-2-2-3 0-3-1-6-1-8v-344c0-11 6-21 15-27l0 0 314-188c1-1 3-1 5-2l0 0c1 0 1-1 2-1 2-1 5-1 8-1s6 0 8 1l0 0c1 0 2 1 2 1 2 1 4 1 6 2l-1 0 1 0 0 0 313 188c9 6 15 15 15 27v0 344c0 2-1 5-1 8l0 0z m-374-484l-250 150v270l250-150z m31 324l-252 152 252 151 252-151z m281-175l-250-150v271l250 150z" horiz-adv-x="1000" />
-
-<glyph glyph-name="dashboard" unicode="" d="M779 69c-9-10-21-17-35-17-14 0-27 7-35 17l0 0c-4 2-7 4-10 7l-66 66c-6 6-10 14-10 22 0 17 14 31 32 31 8 0 16-3 22-9v0l42-42c32 39 54 88 60 142l0 2h-60c-17 0-31 14-31 31s14 31 31 31v0h60c0 2 0 5 0 7-8 53-29 99-60 138l1-1-43-43c-6-5-14-9-22-9-18 0-32 14-32 31 0 9 4 17 10 23l42 42c-39 32-87 54-141 60l-1 0c-1 0-1 0-2 0v-60c0-18-14-32-31-32s-31 14-31 32v0 60c-55-6-105-28-145-60l1 0 43-42c5-6 9-14 9-22v0l161-118c13-10 22-26 22-44 0-29-24-53-54-53-17 0-33 9-43 22l0 0-118 161c-8 0-16 4-22 9l-42 43c-32-39-54-89-60-143l0-1h60c18 0 32-14 32-31s-14-31-32-31v0h-60c6-55 28-105 60-145l0 1 42 42c6 6 14 9 22 9 18 0 32-14 32-31 0-8-4-16-9-22v0l-67-66c-2-3-6-5-9-6l0-1c-9-10-21-16-36-16-14 0-26 6-34 16l0 0c-60 66-97 154-97 250 0 207 168 375 375 375 15 0 30-1 45-3l-2 1c188-23 332-181 332-372 0-97-37-185-97-251l1 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="dashboard1" unicode="" d="M779 69c-9-10-21-17-35-17-14 0-27 7-35 17l0 0c-4 2-7 4-10 7l-66 66c-6 6-10 14-10 22 0 17 14 31 32 31 8 0 16-3 22-9v0l42-42c32 39 54 88 60 142l0 2h-60c-17 0-31 14-31 31s14 31 31 31v0h60c0 2 0 5 0 7-8 53-29 99-60 138l1-1-43-43c-6-5-14-9-22-9-18 0-32 14-32 31 0 9 4 17 10 23l42 42c-39 32-87 54-141 60l-1 0c-1 0-1 0-2 0v-60c0-18-14-32-31-32s-31 14-31 32v0 60c-55-6-105-28-145-60l1 0 43-42c5-6 9-14 9-22v0l161-118c13-10 22-26 22-44 0-29-24-53-54-53-17 0-33 9-43 22l0 0-118 161c-8 0-16 4-22 9l-42 43c-32-39-54-89-60-143l0-1h60c18 0 32-14 32-31s-14-31-32-31v0h-60c6-55 28-105 60-145l0 1 42 42c6 6 14 9 22 9 18 0 32-14 32-31 0-8-4-16-9-22v0l-67-66c-2-3-6-5-9-6l0-1c-9-10-21-16-36-16-14 0-26 6-34 16l0 0c-60 66-97 154-97 250 0 207 168 375 375 375 15 0 30-1 45-3l-2 1c188-23 332-181 332-372 0-97-37-185-97-251l1 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="datarefresh" unicode="" d="M55 270h293c-17-43-26-89-26-138 0-32 4-64 12-94h-279c-26 0-47 21-47 47v137c0 26 21 47 47 47z m649 143c3 1 6 1 9 0h1c39 0 76-8 109-23l1-1c100-44 168-144 167-259-1-155-128-280-284-278-121 1-223 79-261 186l100 18c29-62 90-105 162-105 100-1 181 79 182 178 2 100-78 181-178 182-8 0-17 0-25-1l0 0c-27-3-52-13-73-27l34-32c2-2 3-5 2-8-1-3-3-4-6-5l-159-8c-2 0-4 1-5 2-2 2-3 4-2 6l12 67 17 94c1 3 3 5 5 5 3 1 6 0 8-3l27-40c38 27 84 45 133 51 1 0 1 0 2 0 4 0 8 1 13 1 3 0 6 0 9 0z m-649 149h659c26 0 47-21 47-47v-13c-21 4-42 6-64 6-135 0-252-71-319-178h-323c-26 0-47 22-47 47v138c0 26 21 47 47 47z m91 225c-29 0-53-23-53-53s24-53 53-53c30 0 54 24 54 53s-24 53-54 53z m-91 63h659c26 0 47-21 47-47v-138c0-26-21-47-47-47h-659c-26 0-47 21-47 47v138c0 26 21 47 47 47z" horiz-adv-x="1000" />
-
-<glyph glyph-name="dataset" unicode="" d="M95 136h811c32 0 58-26 58-58v-170c0-32-26-58-58-58h-811c-33 0-58 26-58 58v170c0 32 25 58 58 58z m0 360h811c32 0 58-26 58-58v-169c0-32-26-58-58-58h-811c-33 0-58 26-58 58v169c0 32 25 58 58 58z m112 277c-36 0-66-29-66-66s30-65 66-65c36 0 66 29 66 65s-30 66-66 66z m-112 77h811c32 0 58-26 58-58v-169c0-32-26-58-58-58h-811c-33 0-58 26-58 58v169c0 32 25 58 58 58z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_add" unicode="" d="M58 140l453 0-2-5c-15-43-24-89-24-137 0-48 9-94 24-137l2-5-453 0c-32 0-58 26-58 58l0 168c0 32 26 58 58 58z m776 53l0-155-155 0 0-98 155 0 0-154 98 0 0 154 154 0 0 98-154 0 0 155z m49 105c165 0 299-134 299-300 0-165-134-299-299-299-166 0-300 134-300 299 0 166 134 300 300 300z m-825 200l806 0c31 0 57-26 57-57l0-47-8 0c-10 1-20 2-30 2-137 0-258-70-330-176l-3-5-492 0c-32 0-58 25-58 57l0 169c0 31 26 57 58 57z m112 276c-36 0-66-30-66-66 0-36 30-65 66-65 36 0 65 29 65 65 0 36-29 66-65 66z m-112 76l806 0c31 0 57-26 57-58l0-168c0-32-26-58-57-58l-806 0c-32 0-58 26-58 58l0 168c0 32 26 58 58 58z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_copy" unicode="" d="M536-208l554 0c22 0 40-18 40-40l0-116c0-22-18-39-40-39l-554 0c-22 0-40 17-40 39l0 116c0 22 18 40 40 40z m0 246l554 0c22 0 40-18 40-40l0-115c0-22-18-40-40-40l-554 0c-22 0-40 18-40 40l0 115c0 22 18 40 40 40z m-476 71l392 0 0-296-392 0c-33 0-60 27-60 61l0 175c0 33 27 60 60 60z m553 118c-25 0-45-20-45-45 0-24 20-45 45-45 25 0 45 21 45 45 0 25-20 45-45 45z m-77 53l554 0c22 0 40-18 40-40l0-116c0-21-18-39-40-39l-554 0c-22 0-40 18-40 39l0 116c0 22 18 40 40 40z m-476 203l841 0c33 0 60-27 60-60l0-91-455 0c-30 0-54-24-54-54l0-91-392 0c-33 0-60 27-60 60l0 176c0 33 27 60 60 60z m117 287c-38 0-69-30-69-68 0-38 31-68 69-68 37 0 68 30 68 68 0 38-31 68-68 68z m-117 80l841 0c33 0 60-27 60-60l0-176c0-33-27-60-60-60l-841 0c-33 0-60 27-60 60l0 176c0 33 27 60 60 60z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_delete" unicode="" d="M58 140l453 0-2-5c-15-43-24-89-24-137 0-48 9-94 24-136l2-6-453 0c-32 0-58 26-58 58l0 168c0 32 26 58 58 58z m716 28l-70-70 110-109-110-109 70-69 109 109 109-109 69 69-109 109 109 109-69 70-109-109z m109 130c165 0 299-134 299-300 0-165-134-299-299-299-166 0-300 134-300 299 0 166 134 300 300 300z m-825 200l806 0c31 0 57-26 57-57l0-47-8 0c-10 1-20 2-30 2-137 0-258-70-330-176l-4-5-491 0c-32 0-58 25-58 57l0 169c0 31 26 57 58 57z m112 276c-36 0-66-30-66-66 0-36 30-65 66-65 36 0 65 29 65 65 0 36-29 66-65 66z m-112 76l806 0c31 0 57-26 57-58l0-168c0-32-26-58-57-58l-806 0c-32 0-58 26-58 58l0 168c0 32 26 58 58 58z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_import" unicode="" d="M544 681l0-161c683 0 736-404 736-484-147 322-736 161-736 161l0-161-342 302z m-544 169l853 0 0-85 0-86-85 0 0 86-683 0 0-854 683 0 0 86 85 0 0-86 0-85-85 0-768 0 0 85 0 854z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_information" unicode="" d="M73-46l1016 0c40 0 73-32 73-72l0-213c0-40-33-72-73-72l-1016 0c-41 0-73 32-73 72l0 213c0 40 32 72 73 72z m0 452l1016 0c40 0 73-32 73-72l0-213c0-40-33-72-73-72l-1016 0c-41 0-73 32-73 72l0 213c0 40 32 72 73 72z m141 348c-46 0-83-37-83-83 0-45 37-82 83-82 45 0 82 37 82 82 0 46-37 83-82 83z m-141 96l1016 0c40 0 73-32 73-73l0-212c0-40-33-73-73-73l-1016 0c-41 0-73 33-73 73l0 212c0 41 32 73 73 73z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_network" unicode="" d="M835-321l362 0c19 0 34-15 34-34 0-19-15-34-34-34l-362 0z m-801 0l362 0 0-68-362 0c-19 0-34 15-34 34 0 19 15 34 34 34z m548 166l68 0 0-125 105 0c16 0 29-13 29-29l0-92c0-16-13-29-29-29l-279 0c-16 0-29 13-29 29l0 92c0 16 13 29 29 29l106 0z m-382 334l805 0c71 0 129-52 129-117l0-44c0-64-58-116-129-116l-805 0c-72 0-130 52-130 116l0 44c0 65 58 117 130 117z m0 335l805 0c71 0 129-52 129-116l0-44c0-65-58-117-129-117l-805 0c-72 0-130 52-130 117l0 44c0 64 58 116 130 116z m772 243c-25 0-45-21-45-45 0-25 20-46 45-46 25 0 45 21 45 46 0 24-20 45-45 45z m-772 93l805 0c71 0 129-52 129-116l0-45c0-64-58-116-129-116l-805 0c-72 0-130 52-130 116l0 45c0 64 58 116 130 116z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_replace" unicode="" d="M49 245l687 0c27 0 49-22 49-49l0-143c0-27-22-49-49-49l-687 0c-27 0-49 22-49 49l0 143c0 27 22 49 49 49z m1005 146l-96-96 285 0 0-62-286 0 97-96-84 0-127 127 127 127z m-1005 159l687 0c27 0 49-22 49-49l0-143c0-27-22-49-49-49l-687 0c-27 0-49 22-49 49l0 143c0 27 22 49 49 49z m994 124l83 0 127-127-127-127-84 0 97 96-285 0 0 61 285 0z m-899 111c-30 0-55-25-55-56 0-30 25-55 55-55 31 0 56 25 56 55 0 31-25 56-56 56z m-95 65l687 0c27 0 49-22 49-49l0-143c0-28-22-49-49-49l-687 0c-27 0-49 21-49 49l0 143c0 27 22 49 49 49z" horiz-adv-x="1000" />
-
-<glyph glyph-name="data_synchronize" unicode="" d="M896 196c0-74-30-141-78-190-49-49-116-79-191-79-73 0-140 30-189 78l97 96-268 0 0-268 89 89c69-69 166-112 271-112 214 0 386 173 386 386z m-243 414c-213 0-386-173-386-386l117 0c0 75 30 142 79 190 48 49 115 79 190 79 75 0 142-30 191-80l-92-92 261 0 0 262-86-87c-70 70-167 114-274 114z m-13 240c354 0 640-286 640-640 0-354-286-640-640-640-353 0-640 286-640 640 0 354 287 640 640 640z" horiz-adv-x="1000" />
-
-<glyph glyph-name="detailview" unicode="" d="M0-33h1000v-95h-1000z m431 226h569v-94h-569z m-431 212h1000v-94h-1000z m431 212h569v-95h-569z m-431 211h1000v-95h-1000z" horiz-adv-x="1000" />
-
-<glyph glyph-name="documents" unicode="" d="M294 314v-152h71v81h261v-81h71v152z m-222 269v-81h847v81l30-30c30-30 51-38 39-101-12-63-70-409-78-456-10-51-62-50-62-50h-705c0 0-52-1-61 50-9 47-67 393-79 456-12 63 10 71 40 101z m71 71h705v-101h-705z m101 101h503v-51h-503z" horiz-adv-x="1000" />
-
-<glyph glyph-name="documentsave" unicode="" d="M338 259v-198h337v198z m183 198h56v-127h-56z m-241 28h111v-182h227v182h34l81-80v-372h-453z m-90 289v-849h620v659h-196v190z m-71 76h535l227-223v-777h-762z" horiz-adv-x="1000" />
-
-<glyph glyph-name="document_music" unicode="" d="M817 321c11 0 20-11 20-24l0-107 0-15 0-297c0-2 0-4-1-6 5-39-18-84-60-112-56-37-125-31-155 14-29 45-8 111 48 148 41 27 89 31 124 13l0 214-379-35 0-251c13-43-9-96-57-128-56-37-125-30-155 14-30 45-8 111 48 148 39 26 85 31 120 15l0 223 0 1 0 122c0 13 9 23 20 23z m-374 421l-7-235c0 0-9-156-181-137l-147 4 0-669c0-15 12-27 27-27l756 0c15 0 27 12 27 27l0 1010c0 15-12 27-27 27z m-7 108l455 0c74 0 135-60 135-135l0-1010c0-75-61-135-135-135l-756 0c-75 0-135 60-135 135l0 685 53 56 1 2 280 294-1 0-75-79 78 83 1 0 3 3 0 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="download" unicode="" d="M875 131v-125c0-17-14-31-31-31v0h-688c-17 0-31 14-31 31v0 125c0 18 14 32 31 32v0h688c17 0 31-14 31-32v0z m-400 114c5-8 15-13 25-13s20 5 25 13l0 0 174 243c4 5 6 11 6 18 0 18-14 32-31 32h-80v187c0 17-14 31-31 31v0h-125c-18 0-32-14-32-31v0-187h-80c-17 0-31-14-31-32 0-7 2-13 6-18l0 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="duplicate" unicode="" d="M10 453v-387h102v53h-51v670h670v-51h53v102h-774v-387z m154 231c-1-1-1-187-1-413l1-410 826-1 0 413-1 413-412 1c-328 0-412 0-413-3z m773-410v-361h-721v721h721v-360z m-411 206c-1-1-2-36-2-78v-76l-77-1-77 0v-102l77-1 77-1 1-77 1-77 51 0 52-1v155h155l-1 52 0 52-77 0-77 1-1 77 0 77-51 0c-27 1-50 0-51 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="duplicate1" unicode="" d="M719 366v140l156-156h-141c-8 0-15 7-15 16v0z m-375 172v171c0 9-7 16-16 16v0h-140c-18 0-32-14-32-31v0-469c0-17 14-31 32-31v0h218v281c0 11 3 22 6 32l0-1h-37c-17 0-31 14-31 32v0z m312-219v172c0 8-7 15-15 15v0h-141c-17 0-31-14-31-31v0-469c0-17 14-31 31-31v0h344c17 0 31 14 31 31v0 266c0 9-7 16-16 16v0h-171c-18 0-32 14-32 31v0z m-250 406v-141c0-8 7-15 16-15v0h141z" horiz-adv-x="1000" />
-
-<glyph glyph-name="edit" unicode="" d="M147 41l192-111-174-80z m283 611l313-179-240-418-18 54-92 9-15 58-90 3-25 63-73-7z m150 198c9 0 17-2 25-6l221-127c27-15 33-55 14-89l-27-46-318 183 26 46c14 24 37 39 59 39z" horiz-adv-x="1000" />
-
-<glyph glyph-name="entry" unicode="" d="M385 609l170-171-170-171v114h-317v115h317z m-184 241h731v-824l-273-176v176h-458v315h83v-228h375v559l141 91h-516v-228h-83z" horiz-adv-x="1000" />
-
-<glyph glyph-name="erase" unicode="" d="M87-83h865c18 0 33-15 33-34 0-18-15-33-33-33h-865c-19 0-34 15-34 33 0 19 15 34 34 34z m237 572l-243-244 155-158c13-14 47-37 66-37h102c19 0 46 23 60 37l128 133z m291 361c17 0 34-8 47-21l272-273c26-25 26-70 0-96l-416-420c-26-26-77-57-113-57h-103c-36 0-87 31-113 57l-155 163c-26 26-26 68 0 94l534 534c13 13 30 19 47 19z" horiz-adv-x="1000" />
-
-<glyph glyph-name="euro_tag" unicode="" d="M471 256c-18-1-43-4-71-16-85-34-130-118-114-227l-41-16 18-45 35 15c4-14 6-22 11-36 4-10 6-13 10-21l-34-14 18-44 39 16c57-91 143-127 234-91 41 17 70 40 81 56l-36 60c-13-16-37-34-62-44-56-22-108-4-148 47l147 59-18 44-154-62c-5 9-7 13-12 24-5 14-7 20-10 32l154 62-18 44-145-58c-5 65 23 112 74 133 28 11 55 12 75 10l-13 70c-5 1-12 2-20 2z m-303 277c10 0 23-2 41-6 10-1 21-3 32-5-1-3-1-6-2-8-4-13-15-37-27-61-26-9-47-29-55-57-14-45 12-93 57-107 45-13 93 12 107 58 5 17 5 34 0 50 14 28 28 60 35 82 2 5 2 11 3 17 86-21 161-44 166-53l303-565c19-35 6-78-29-97l-378-203c-34-18-78-5-96 30l-304 564c-13 26 62 214 104 310 17 38 22 50 43 51z m17 317c9 0 19 0 28-2 53-7 99-35 127-78 28-41 39-93 31-147-22-158-106-264-110-268-6-8-15-11-24-11-7 0-14 2-20 7-13 10-15 30-4 43 0 1 77 97 96 238 6 38-2 75-21 103-19 29-48 47-83 51-69 9-131-38-141-106-4-29 0-105 2-132 1-17-12-32-29-33-17-1-32 12-33 29-1 11-7 104-2 144 13 93 92 161 183 162z" horiz-adv-x="1000" />
-
-<glyph glyph-name="excel" unicode="" d="M604 725h-276c-20 0-36-16-36-36v-152h312v188z m-312-564v-150c0-20 16-36 36-36h276v186h-312z m0 376h312v-187h-312z m0-187h312v-189h-312z m588 375h-276v-188h313v152c0 20-17 36-37 36z m-276-564v-186h276c20 0 37 16 37 36v150h-313z m0 376h313v-187h-313z m0-187h313v-189h-313z m-139-208h-347c-19 0-35 15-35 35v346c0 20 16 35 35 35h347c19 0 35-15 35-35v-346c0-20-16-35-35-35z m-261 312l50 0 40-78 43 78 46 0-64-104 66-104-49 0-44 82-44-82-49 0 66 104z" horiz-adv-x="1000" />
-
-<glyph glyph-name="exit" unicode="" d="M807 609l171-171-171-170v113h-317v115h317z m-785 241h731v-315h-83v228h-515l140-91v-559h375v228h83v-315h-458v-176l-273 176z" horiz-adv-x="1000" />
-
-<glyph glyph-name="expand" unicode="" d="M136 214h728l-364-364z m364 636l364-364h-728z" horiz-adv-x="1000" />
-
-<glyph glyph-name="expand2" unicode="" d="M136 214h728l-364-364z m364 636l364-364h-728z" horiz-adv-x="1000" />
-
-<glyph glyph-name="export___02" unicode="" d="M0 604l427 0 0-28-427 0z m61 139l100 0 0-87 104 0 0 87 100 0 62-117-427 0z m152 107l93-77-62 0 0-96-61 0 0 96-62 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="eye-close" unicode="" d="M600 405c7-14 10-29 10-45 0-61-49-110-110-110-8 0-15 1-22 2z m128 159c162-80 272-214 272-214s-224-271-500-271c-50 0-98 9-143 23l55 68c29-6 58-11 88-11 167 0 319 114 403 191-53 49-132 111-225 151z m-228 58c22 0 43-2 65-5l-61-76c-171 0-323-113-406-191 39-36 94-80 158-117l-48-60c-126 78-208 177-208 177s224 272 500 272z m268 173l53-42-682-848-53 42z" horiz-adv-x="1000" />
-
-<glyph glyph-name="eye-open" unicode="" d="M500 470c61 0 110-49 110-110s-49-110-110-110-110 49-110 110c0 61 49 110 110 110z m0 71c-167 0-319-114-402-191 83-77 235-191 402-191s319 114 403 191c-84 77-236 191-403 191z m0 81c276 0 500-272 500-272s-224-272-500-272c-276 0-500 272-500 272s224 272 500 272z" horiz-adv-x="1000" />
-
-<glyph glyph-name="e_service_01" unicode="" d="M4795-20022c278 0 504-225 504-503 0-279-226-504-504-504-278 0-504 225-504 504 0 278 226 503 504 503z m-2918 4c278 0 503-226 503-503 0-279-225-505-503-505-279 0-504 226-504 505 0 277 225 503 504 503z m12 3444l0-1265 3178 128 132 1137z m-1889 1350l1710 0 0-654 4310 0-348-2437-3962-334 0-399 4013 0 0-682-4593 0 0 3852-1130 0z m8661 111c1559-3 3117-2 4676-2 966 0 1932 0 2898 0 239 0 376-116 409-356 22-157 35-311-54-461-123-208-321-269-531-270-1215-7-2429-4-3644-3-1210 0-2420-4-3629 3-238 1-442 95-556 326-99 200-70 405 40 574 78 119 224 189 391 189z m-29 2410c2506-1 5012-1 7518-1 357 0 615-334 516-674-74-254-218-397-512-394-1233 14-2467 6-3701 6-1267 0-2535 0-3802 0-276 0-525 305-476 581 28 162 65 312 223 410 77 47 146 72 234 72z m7532 2386c432 1 584-475 466-752-87-204-246-320-477-319-1243 10-2487 5-3730 5-1239 0-2478 0-3716 0-322 0-444 103-504 426-50 274 20 436 244 577 71 45 146 59 228 59 2496 0 4993-5 7489 4z m-14815 2086c5 1 11-1 18-9-7-6-14-11-32-6 4 7 9 13 14 15z m7777 3512c285 2 611-301 517-655-87-329-217-440-555-440-565 0-1129 0-1694 0-569 0-1139 19-1707-7-378-18-712 472-472 818 107 155 243 280 453 280 1153-1 2306-6 3458 4z m31 2381c163 1 463-246 486-451 55-487-270-685-670-697-535-15-1071-3-1607-3-517 0-1033 0-1550-1-407-1-588 250-680 544-48 155 152 466 331 546 93 41 187 62 291 61 320-5 641-2 961-2 813 0 1625-4 2438 3z m3196 3188c171 0 300-49 412-161 160-159 330-308 487-471 186-192 379-381 573-567 614-589 1218-1189 1810-1800 258-266 536-511 789-781 579-621 1222-1177 1811-1789 509-530 1050-1029 1546-1571 74-81 109-165 109-278-4-1942-3-3884-3-5827 0-1913 1-3827 0-5740-1-532-136-1025-448-1460-267-371-583-686-983-920-465-271-958-399-1492-399-3329 1-6659 2-9988-3-130 0-153 34-153 156-1 362 23 724-12 1086-4 44 14 91 81 83 33-4 67-1 100-1 3205 0 6411-4 9616 4 570 2 1113 130 1526 575 276 299 432 649 432 1058 2 3449 0 6898 4 10347 0 129-30 162-161 162-1277-6-2555-12-3832 1-497 5-990 86-1444 308-229 112-449 240-637 426-240 238-475 479-640 773-201 357-352 734-351 1156 1 1378-1 2756 3 4133 0 116-22 149-144 149-2206-4-4411 0-6617-5-539-1-956-246-1273-680-216-295-289-630-291-981-6-1483-4-2966 0-4449 1-174-47-7005-204-6990-339 32-665-20-977-156-92-39-144-35-144 95 4 1645 0 10079 4 11725 1 362 113 703 261 1030 108 238 212 476 399 671 267 278 528 576 877 737 327 150 665 296 1039 327 175 14 349 21 524 21 2463 2 4927-1 7391 6z" horiz-adv-x="1000" />
-
-<glyph glyph-name="file" unicode="" d="M625 506h172c9 0 16-7 16-15v0-485c0-17-14-31-32-31v0h-531c-17 0-31 14-31 31v0 688c0 17 14 31 31 31v0h328c9 0 16-7 16-16v0-171c0-18 14-32 31-32v0z m47 63h141l-157 156v-141c0-8 7-15 16-15v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="filter" unicode="" d="M43 650l1076 0-415-482 0-572-235 135 0 449z m-17 200l1107 0c14 0 26-12 26-26l0-30c0-15-12-27-26-27l-1107 0c-14 0-26 12-26 27l0 30c0 14 12 26 26 26z" horiz-adv-x="1000" />
-
-<glyph glyph-name="finger1" unicode="" d="M922 620c-7 3-14 5-21 5-10 0-18-4-23-10-30-36-57-107-79-164-10-26-24-61-33-78-5 49 17 223 25 290l0 2c6 46 7 54 7 58-3 26-12 44-27 52-16 9-38 7-62-5-12-6-16-30-34-138l0 0c-10-60-32-196-49-218-15 33-26 217-31 296-3 56-5 88-7 98-5 20-29 39-54 42-20 2-38-7-47-25-17-16-15-73-8-207 4-64 11-196 0-210-21 4-51 88-89 251-10 46-14 60-18 66-7 21-34 39-60 39-2 0-4 0-6-1-14-1-45-12-42-69 12-80 28-140 43-197l0-1c9-35 17-68 25-104 18-85 5-136 5-137-1-5-3-8-6-9-1 0-2-1-3-1-8 0-18 6-24 10-11 26-68 151-127 172l-2 1-2 0c-22-1-38-8-49-22-17-21-13-50-12-56l1-2c0-1 42-92 47-133 3-35 34-75 58-107l1-1c8-11 15-20 20-28 71-86 188-162 189-163 14-12 22-23 22-33 0-6-3-9-4-9l-2-3 0 0h-1v-21h338v7l18 58c54 175 56 327 56 328 1 5 16 58 29 101l0 1c25 85 56 191 63 232 4 17-6 34-25 43z m2-39c-7-39-40-150-63-230-21-70-29-99-30-107 0-2 0-147-55-322l-15-51h-290c1 3 2 7 2 12 0 17-10 34-32 52-1 1-116 77-183 158-5 8-13 19-21 29-22 29-51 67-54 96-5 43-43 128-48 138-1 4-3 23 7 36 6 7 16 11 29 12 52-22 112-160 113-162l1-3 2-2c4-2 23-15 41-15 4 0 8 0 11 2 8 3 17 9 21 26 0 2 14 56-5 147-8 36-16 70-25 105l-1 0c-14 57-30 116-42 194-1 26 7 42 22 44 17 2 39-12 42-23l3-9c3-11 9-37 13-54 35-148 67-270 113-270 4 0 9 2 14 7 19 20 16 99 9 228-4 63-8 177-1 188l3 6c4 9 15 13 23 13 2 0 3 0 4 0 14-2 30-13 33-24 1-8 4-47 7-92l0-1c15-258 26-321 52-321 30 0 45 60 74 240l1 1c7 44 17 111 22 120 16 8 30 10 38 6 11-6 14-22 15-34 0-3-3-29-6-54-28-227-32-305-17-320 4-4 10-6 15-5 16 3 27 27 55 101 22 55 48 124 76 157 0 0 1 1 4 1 3 0 7-1 11-3 7-3 14-9 12-17z m-771-295c-1 2-1 4-1 6-34 3-64 26-75 61-14 46 12 95 58 109s94-12 109-58c6-20 4-41-3-59 6-3 12-7 16-13 12 23 15 51 7 78-18 57-79 89-136 72s-89-78-71-135c14-45 55-75 99-76-1 5-3 10-3 15z" horiz-adv-x="1000" />
-
-<glyph glyph-name="finger2" unicode="" d="M892 620c-6 3-14 5-20 5-10 0-18-4-23-10-30-36-57-107-79-164-11-26-24-61-33-78-5 49 16 223 25 290l0 2c6 46 7 54 6 58-2 26-11 44-27 52-16 9-37 7-61-5-12-6-17-30-34-138l0 0c-10-60-32-196-49-218-15 33-26 217-31 296-4 56-6 88-8 98-4 20-28 39-53 42-21 2-38-7-48-25-16-16-15-73-7-207 3-64 11-196-1-210-20 4-50 89-88 251-11 46-14 60-18 66-7 21-34 39-60 39-2 0-4 0-6-1-14-1-45-12-43-69 13-80 28-140 43-197l1-1c9-35 17-68 25-104 17-85 5-136 4-137-1-5-3-8-5-9-1 0-2 0-4 0-7 0-18 5-23 9-12 26-69 151-127 172l-2 1-2 0c-22-1-39-8-50-22-17-21-12-50-11-56l1-2c0-1 42-92 46-133 4-35 34-75 59-107l1-1c7-11 14-20 20-28 71-86 187-162 188-163 14-12 22-23 22-33 1-6-3-9-3-9l-3-3 0 0h-1v-21h339v7l17 59c55 174 57 326 57 327 0 5 16 58 28 101l1 1c25 85 56 191 63 232 3 18-7 34-26 43z m3-39c-7-39-40-150-63-230-21-70-29-99-30-107 0-2-1-147-55-322l-16-51h-289c1 3 2 7 2 12 0 17-11 34-32 52-1 1-117 77-183 158-6 8-14 19-22 29-21 29-50 67-53 96-5 43-43 128-48 138-1 5-3 23 7 36 6 7 16 11 29 12 52-22 112-160 112-162l1-2 3-2c4-3 22-16 40-16 5 0 9 1 12 2 7 3 17 9 20 26 1 2 15 56-4 147-8 37-17 70-26 105l0 1c-15 56-30 115-42 193-1 27 6 42 22 44 17 2 39-12 41-23l4-9c3-10 9-37 13-54 34-147 67-269 113-269 3 0 9 1 14 6 19 20 16 99 8 229-3 62-8 176-1 187l3 6c5 9 15 13 24 13 1 0 2 0 3 0 15-1 31-13 33-23 2-9 4-48 7-93l0-1c16-258 26-321 53-321 30 0 45 60 74 240l0 1c7 44 18 111 23 120 15 8 30 10 38 6 10-6 14-22 15-33 0-4-4-30-7-55-28-227-32-305-16-320 4-4 10-6 15-5 16 4 26 28 55 101 21 55 48 124 75 157 0 0 2 1 4 1 4 0 8-1 11-2 7-4 14-10 13-18z m-608 247c-59 0-108-48-108-108 0-53 39-97 89-106-2 7-4 15-5 22-36 11-63 44-63 84 0 48 39 87 87 87s87-39 87-87c0-26-11-49-29-65 1-2 2-3 2-5 2-5 3-11 4-16 27 19 44 51 44 86 0 60-48 108-108 108z" horiz-adv-x="1000" />
-
-<glyph glyph-name="finger3" unicode="" d="M869 575c-6 3-13 4-19 4-9 0-17-3-22-9-28-34-54-101-74-154-10-25-23-58-31-74-5 46 15 210 23 274l0 1c6 44 7 51 6 55-2 24-10 41-25 49-15 8-35 6-58-5-11-6-15-28-32-130l0 0c-9-56-30-185-46-205-14 31-25 204-29 279-3 52-5 82-7 91-4 20-27 37-50 40-20 2-36-7-45-23-16-15-14-69-7-195 3-60 10-184-1-198-19 4-47 83-83 237-10 43-13 56-17 61-6 20-32 37-56 37-2 0-4 0-6 0-13-2-42-12-40-66 12-75 26-131 40-185l1-1c8-33 16-64 23-98 17-80 5-128 5-128-1-5-3-8-5-9-1-1-2-1-4-1-7 0-17 6-22 9-11 25-64 142-119 162l-2 1-2 0c-21-1-36-8-47-20-16-21-12-48-10-54l0-2c1 0 40-86 44-124 4-33 32-71 55-101l1-1c7-10 14-19 19-27 67-80 176-152 177-152 14-12 21-23 21-32 0-5-3-9-3-9l-3-2 0 0h-1v-20h319v7l16 55c52 164 53 307 53 308 1 5 16 55 27 95l1 1c23 80 52 180 59 218 3 17-6 33-24 41z m3-37c-7-37-38-141-60-217-19-65-27-93-28-100 0-2 0-138-52-303l-14-48h-273c2 3 2 7 2 11 0 16-10 32-30 49-1 1-110 73-172 148-5 8-13 18-20 28-20 27-48 63-51 90-4 41-40 120-45 130-1 4-2 22 7 34 5 7 14 10 27 11 49-20 105-150 106-152l1-2 2-2c4-3 21-15 38-15 4 0 8 1 11 2 7 2 16 9 19 24 1 2 14 53-4 139-7 34-15 65-24 99l0 0c-14 53-28 109-40 182-1 25 6 40 21 41 16 3 37-11 39-21l3-8c3-10 9-35 12-51 33-139 63-254 107-254 3 0 8 1 13 6 18 19 15 94 8 215-3 59-7 166-1 177l3 5c4 9 14 13 22 13 1 0 2 0 3 0 14-2 29-13 31-23 2-7 4-44 7-86l0-2c14-242 24-302 49-302 29 0 43 57 70 226l0 1c7 42 17 104 21 113 15 8 28 10 36 5 10-5 13-20 14-31 0-3-3-27-6-51-26-213-30-287-15-301 4-4 9-6 14-5 15 3 25 26 51 95 21 52 46 117 71 148 1 0 2 1 5 1 3 0 6-1 10-3 6-3 13-8 11-16z m-361 311c-56 7-107-33-114-89-5-49 26-95 72-109-2 7-2 14-2 22-33 13-55 48-50 85 5 45 46 77 91 72s77-46 72-91c-3-25-16-45-35-58 1-2 1-3 2-5 1-5 2-11 2-16 27 16 47 43 50 76 7 56-33 107-88 113z" horiz-adv-x="1000" />
-
-<glyph glyph-name="finger4" unicode="" d="M892 620c-6 3-14 5-20 5-10 0-18-4-23-10-30-36-57-107-79-164-11-26-24-61-33-78-5 49 16 223 25 290l0 2c6 46 7 54 6 58-2 26-11 44-27 52-16 9-37 7-61-5-12-6-17-30-34-138l0 0c-10-60-32-196-49-218-15 33-26 217-31 296-4 56-6 88-8 98-4 20-28 39-53 42-21 2-38-7-48-25-16-16-15-73-7-207 3-64 11-196-1-210-20 4-50 88-88 251-11 46-14 60-18 66-7 21-34 39-60 39-2 0-4 0-6-1-14-1-45-12-43-69 13-80 28-140 43-197l1-2c9-34 17-67 25-103 17-85 5-136 4-137-1-5-3-8-5-9-1 0-2-1-3-1-8 0-19 6-24 10-12 26-69 151-127 172l-2 1-2-1c-22 0-39-7-50-21-17-21-12-50-11-56l1-2c0-1 42-92 46-133 4-35 34-75 59-107l1-1c7-11 14-20 20-28 71-86 187-162 188-163 15-12 22-23 22-33 1-6-3-9-3-9l-3-3 0 0h-1v-21h339v7l17 58c55 175 57 327 57 328 0 5 16 58 28 101l1 1c25 85 56 191 63 232 3 17-7 34-26 43z m3-39c-7-39-40-150-63-230-21-70-29-99-30-107 0-2-1-147-55-322l-16-51h-289c1 3 2 7 2 12 0 17-11 34-32 52-1 1-117 77-183 158-6 8-14 19-22 29-21 29-50 67-53 96-5 43-43 128-48 138-1 5-3 23 7 36 6 7 16 11 29 12 52-22 112-160 112-162l1-2 3-2c4-3 22-16 40-16 5 0 9 1 12 2 7 3 17 9 20 26 1 2 15 56-4 147-8 37-17 70-26 105l0 1c-15 56-30 115-42 193-1 27 6 42 22 44 17 2 39-12 41-23l3-9c4-10 10-37 14-54 34-147 67-269 113-269 3 0 9 1 14 6 19 20 16 100 8 229-3 62-8 176-1 187l3 6c5 9 15 13 24 13 1 0 2 0 3 0 15-1 31-13 33-23 2-9 4-47 7-93l0-1c16-258 26-321 53-321 30 0 45 60 74 240l0 1c7 44 18 111 23 120 15 8 30 10 38 6 10-6 14-22 15-33 0-4-4-30-7-55-28-227-32-305-16-320 4-4 10-6 15-5 16 4 26 28 55 101 21 55 48 124 75 157 0 0 2 1 5 1 3 0 7-1 10-2 7-4 14-10 13-18z m-165 257c-58 11-115-27-126-86-10-52 19-103 67-121-1 8-1 15-1 23-33 17-53 55-46 94 9 47 55 78 102 69s79-55 69-102c-5-26-20-46-41-58 1-2 1-4 1-6 1-6 1-11 1-17 30 14 53 42 60 77 11 58-27 115-86 127z" horiz-adv-x="1000" />
-
-<glyph glyph-name="finger5" unicode="" d="M862 620c-7 3-14 5-21 5-9 0-17-4-22-10-30-36-58-107-80-164-10-26-23-61-33-78-5 49 17 223 25 290l1 2c5 46 6 54 6 58-2 26-11 44-27 52-16 9-37 7-61-5-12-6-17-30-35-138l0 0c-9-60-31-196-48-218-16 33-27 217-32 296-3 56-5 88-7 98-5 20-28 39-53 42-21 2-39-7-48-25-16-16-15-72-7-207 3-64 10-196-1-210-20 4-50 89-88 251-11 46-14 60-18 66-7 21-35 39-60 39-2 0-5 0-7-1-13-1-45-11-42-69 12-80 28-140 43-197l0-1c9-35 18-68 25-104 18-85 5-136 5-137-1-5-3-8-5-9-1 0-3 0-4 0-7 0-18 5-24 9-11 26-68 151-126 172l-2 1-3 0c-22-1-38-8-49-22-17-21-13-50-11-56l0-2c1-1 42-92 47-133 4-35 34-75 58-107l1-1c8-11 15-20 20-28 71-86 188-162 189-162 14-13 22-24 22-34 0-6-3-9-3-9l-3-3 0 0h-1v-21h339v7l17 59c54 174 56 326 56 327 1 5 16 58 29 101l0 1c25 85 56 191 64 232 3 18-7 34-26 43z m2-39c-7-39-39-150-63-230-20-70-29-99-29-107 0-2-1-147-56-322l-15-51h-289c1 3 2 7 2 12 0 17-11 34-32 52-1 1-117 77-184 158-5 8-13 19-21 29-21 29-51 67-54 96-4 43-43 128-48 138 0 5-2 23 8 36 5 7 15 11 29 12 52-22 111-160 112-162l1-2 3-2c3-3 22-16 40-16 4 0 8 1 12 2 7 3 16 9 20 26 1 2 14 56-5 147-7 37-16 70-25 105l0 1c-15 56-30 115-43 193-1 27 7 42 22 44 18 2 40-12 42-23l3-9c3-10 9-37 14-54 34-147 66-269 112-269 4 0 9 1 14 6 19 20 16 100 9 229-3 62-8 176-1 187l3 6c4 9 15 13 24 13 1 0 2 0 3 0 15-1 31-13 33-23 2-9 4-47 7-93l0-1c16-258 26-321 52-321 31 0 45 60 75 240l0 1c7 44 18 111 22 120 16 8 30 10 38 6 11-6 14-22 15-33 0-4-3-30-6-55-28-227-32-305-17-320 5-4 10-6 16-5 16 4 26 28 54 101 22 55 48 124 76 157 0 0 1 1 4 1 4 0 7-1 11-2 7-4 14-10 12-18z m30 90c-53 29-118 11-148-41-25-47-13-104 26-137 2 8 4 15 7 22-27 27-34 70-14 105 23 42 76 57 118 33 42-23 57-76 34-119-13-22-34-37-57-42-1-2-1-4-1-6-1-5-2-11-4-16 32 4 63 23 80 54 29 52 11 118-41 147z" horiz-adv-x="1000" />
-
-<glyph glyph-name="fingerprint-check" unicode="" d="M143 569c7-1 13-1 32 13 9 7 21 18 33 33l5 7c43 57 145 192 291 185 121-9 207-100 248-264 1-5 2-9 3-11 6-27 17-61 32-72 4-2 8-4 13-4 6 0 13 3 17 9 7 9 5 22-4 29-4 6-12 28-17 49 0 1 0 2-1 3 0 2-1 5-2 8-6 26-24 95-66 159-54 84-128 130-220 137 0 0 0 0 0 0-170 8-281-139-328-203l-5-6c-13-17-29-28-34-31-2-1-3-2-5-3-7-5-10-14-8-22s8-14 16-16z m535-82c16 40 16 82 1 114-14 29-40 50-75 60-51 16-112-12-169-77-1-1-81-86-166-138-1 0-63-37-128-55-11-3-18-15-15-26s15-18 27-15c70 19 135 58 138 60 92 56 175 145 176 146 34 39 85 77 125 65 23-8 40-20 48-38 10-22 10-51-2-80-22-54-89-120-191-185-50-32-178-112-268-151-11-4-16-17-12-28 4-8 12-13 20-13 3 0 6 1 8 2 94 40 224 121 275 154 77 50 176 125 208 205z m-344 159c-10-10-18-22-28-33-12-14-25-27-39-40-15-13-26-22-43-32-18-10-37-21-55-30-7-3-12-5-20-7-11-3-18-15-15-26 4-11 16-19 27-15 22 6 41 17 61 29 17 9 33 18 48 29 30 23 56 49 80 78 9 12 19 23 30 34 6 6 12 12 18 17 3 3 6 6 10 8 1 2 3 3 5 5 0 0 3 3 4 3 15 12 31 22 48 30 15 8 31 14 50 18 7 1 8 2 13 2 11 1 21 9 21 21 0 11-10 23-21 22-77-8-143-56-194-112z m-166-408c46 16 284 105 418 292 6 9 4 22-5 29s-23 5-30-5c-126-176-353-261-397-276-1 0-2 0-2 0-11-5-16-17-12-28 3-8 11-14 20-14 2 0 5 1 7 2l1 0z m278-90c5 23 13 44 24 64-25-14-58-35-100-63-53-35-114-75-140-82-11-3-18-14-15-26 3-9 11-16 21-16 2 0 3 1 5 1 33 9 91 47 153 88 16 11 35 23 52 34z m-4-80c-29-18-66-45-113-79-12-9-22-16-28-21-10-7-12-20-6-30 5-5 11-9 18-9 4 0 8 2 12 4 7 5 17 13 29 21 21 16 63 46 98 70-4 14-8 29-10 44z m40-106c-37-13-89-65-99-76-9-8-8-22 0-30 4-4 10-6 15-6 6 0 11 2 15 6 29 30 69 64 85 66 7 2 16-2 27-7-16 14-31 30-43 47z m329 379c-18 7-37 15-52 28-16 13-24 31-27 52-5 27-46 16-41-11 6-37 26-62 53-82 22-6 42-15 61-26 6 1 10 4 13 9 6 10 4 25-7 30z m-186 3c-8-2-15-10-16-18 13 4 26 7 39 9-5 7-13 12-23 9z m43-28c-114 0-207-93-207-207s93-207 207-207c114 0 206 93 206 207s-92 207-206 207z m0-370c-90 0-163 73-163 163s73 163 163 163c89 0 162-73 162-163s-73-163-162-163z m-25 124l-56 52-30-33 90-82 133 158-34 28z" horiz-adv-x="1000" />
-
-<glyph glyph-name="fingerprint-crosshair" unicode="" d="M195 601c-6-5-9-12-7-20s7-13 15-14c6-2 11-1 28 12 8 6 19 15 30 29l4 6c39 52 131 174 263 167 109-8 186-90 223-238 1-5 2-8 3-10 5-24 15-54 28-64 4-2 8-4 12-4 6 0 12 3 15 8 6 9 5 20-3 26-4 5-11 26-15 44-1 1-1 2-1 3-1 2-1 4-2 7-6 23-22 85-59 144-49 75-116 117-199 122 0 0 0 0 0 1-153 7-253-126-295-183l-5-6c-12-15-25-25-30-27-2-1-3-2-5-3z m489-108c14 36 15 74 1 103-13 26-36 44-67 54-46 14-102-12-153-70 0-1-73-77-149-124-1 0-57-34-115-49-10-3-16-14-13-24 2-10 13-16 23-14 64 18 122 53 125 54 82 51 158 131 158 132 31 35 77 69 113 58 21-6 35-18 43-34 9-19 9-45-2-72-19-49-80-108-171-166-46-29-161-101-242-136-10-4-15-15-11-25 4-7 11-12 18-12 3 0 5 1 8 2 84 36 201 109 247 139 69 44 158 112 187 184z m-310 144c-8-10-16-20-25-30-11-13-23-25-35-37-13-11-24-20-39-28-16-10-33-19-49-27-6-3-11-5-18-7-10-3-16-13-13-23 3-10 14-17 24-14 19 6 37 16 55 26 15 9 30 16 43 27 27 20 50 44 72 70 8 11 17 21 27 30 5 6 11 11 16 16 3 2 6 5 9 7 1 2 3 3 4 4 1 0 4 3 5 3 13 11 27 20 42 27 14 8 29 13 46 16 6 2 7 2 11 2 11 1 19 8 19 19 0 10-8 21-19 20-69-8-129-51-175-101z m-149-368c42 14 256 94 376 262 6 9 4 21-5 27s-20 4-26-4c-114-159-318-235-358-249 0 0-1 0-1-1-10-3-15-14-11-24 3-8 10-13 18-13 2 0 4 1 6 1l1 1z m523-115c-27 9-60 32-91 55-46 32-85 60-117 55-24-4-66-31-133-75-48-32-102-68-126-74-10-3-16-13-13-23 2-9 10-15 18-15 2 0 3 1 5 1 30 8 82 42 137 79 45 29 100 66 118 69 17 3 57-26 89-48 33-25 68-49 101-60 10-3 20 2 24 12 3 10-2 21-12 24z m-48-94c-16 6-41 21-65 36-52 32-85 51-108 47-24-4-74-38-157-99-11-7-19-14-26-18-8-6-10-18-4-27 4-5 9-8 16-8 3 0 7 1 11 4 6 4 15 11 25 18 34 25 122 89 141 93 12 0 56-26 81-42 28-17 53-33 73-40 9-4 20 2 24 12s-1 21-11 24z m-65-95c-11 7-21 14-31 21-31 22-58 42-88 36-34-5-87-59-98-70-7-8-7-20 1-27 3-4 8-6 13-6 5 0 10 2 14 6 26 27 62 57 76 59 14 3 36-12 60-30 10-6 20-14 32-22 9-5 21-3 26 6s4 21-5 27z m169 396c-16 7-33 14-46 25-15 13-22 29-25 48-4 24-41 14-37-11 8-49 45-76 88-95 10-4 21-3 27 7 4 8 2 22-7 26z m-38-100c-14 4-25 10-40 19-28 17-54 41-66 71-4 10-13 17-24 14-9-3-17-14-13-24 23-57 75-99 133-117 24-7 34 30 10 37z m-736 559h187v30h-217v-217h30z m754 30v-30h186v-187h30v217z m-754-783h-30v-217h216v30h-186z m940-187h-187v-30h217v217h-30z" horiz-adv-x="1000" />
-
-<glyph glyph-name="fingerprint-remove" unicode="" d="M143 569c7-1 13-1 32 13 9 7 21 18 33 33l5 7c43 57 145 192 291 185 121-9 207-100 248-264 1-5 2-9 3-11 6-27 17-61 32-72 4-2 8-4 13-4 6 0 13 3 17 9 7 9 5 22-4 29-4 6-12 28-17 49 0 1 0 2-1 3 0 2-1 5-2 8-6 26-24 95-66 159-54 84-128 130-220 137 0 0 0 0 0 0-170 8-281-139-328-203l-5-6c-13-17-29-28-34-31-2-1-3-2-5-3-7-5-10-14-8-22s8-14 16-16z m535-82c16 40 16 82 1 114-14 29-40 50-75 60-51 16-112-12-169-77-1-1-81-86-166-138-1 0-63-37-128-55-11-3-18-15-15-26s15-18 27-15c70 19 135 58 138 60 92 56 175 145 176 146 34 39 85 77 125 65 23-8 40-20 48-38 10-22 10-51-2-80-22-54-90-120-191-185-50-32-178-112-268-151-11-4-16-17-12-28 4-8 12-13 20-13 3 0 6 1 8 2 94 40 224 121 275 154 77 50 175 125 208 205z m-344 159c-10-10-18-22-28-33-12-14-25-27-39-40-15-13-26-22-43-32-18-10-37-21-55-30-7-3-12-5-20-7-11-3-18-15-14-26 3-11 15-19 26-15 22 6 41 17 61 29 17 9 33 18 49 29 29 23 55 49 79 78 9 12 19 23 30 34 6 6 12 11 18 17 3 3 6 6 10 8 1 2 3 3 5 5 0 0 4 3 4 3 15 12 31 22 48 30 15 8 31 14 50 18 7 1 8 2 13 2 11 1 21 9 21 21 0 11-10 23-21 22-77-8-143-57-194-113z m-166-408c46 16 284 105 418 291 6 10 4 23-5 30s-23 5-30-5c-126-176-353-261-397-276-1 0-2 0-2 0-11-5-16-17-12-28 3-8 11-14 20-14 2 0 5 1 7 2l1 0z m278-90c5 23 13 44 24 64-25-14-58-35-100-63-53-35-113-75-140-82-11-3-18-14-15-26 3-9 11-16 21-16 2 0 3 1 5 1 33 9 91 47 153 88 16 11 35 23 52 34z m-4-80c-29-18-66-45-113-79-12-9-22-16-28-21-10-7-12-20-6-30 5-5 11-9 18-9 4 0 8 2 12 4 7 5 17 13 29 21 21 16 63 46 98 70-4 14-8 29-10 44z m40-106c-37-13-89-65-99-76-9-8-8-22 0-30 4-4 10-6 15-6 6 0 11 2 15 6 29 30 69 64 85 66 7 2 16-2 27-7-16 14-31 30-43 47z m329 379c-18 7-37 15-52 28-16 13-24 31-27 52-5 27-46 16-41-11 6-37 26-62 53-81 22-6 42-16 61-27 6 1 10 4 13 10 6 9 4 24-7 29z m-186 3c-8-2-15-10-16-18 13 4 26 7 39 9-5 7-13 12-23 9z m43-28c-114 0-207-93-207-207s93-207 207-207c114 0 206 93 206 207s-92 207-206 207z m0-370c-90 0-163 73-163 163s73 163 163 163c89 0 162-73 162-163s-73-163-162-163z m54 250l-52-56-53 56-34-26 57-61-57-61 34-26 53 56 52-56 35 26-58 61 58 61z" horiz-adv-x="1000" />
-
-<glyph glyph-name="fingerprint-scanning" unicode="" d="M302 728c-3-4-7-6-8-7-1 0-1-1-2-1-1-1-2-3-2-5s3-4 5-4c1-1 3-1 7 3 3 1 6 4 9 8l1 2c11 14 36 48 72 46 30-2 52-25 62-66 0-1 0-2 1-3 1-6 4-15 8-17 0-1 2-1 3-1 1 0 3 0 4 2 2 2 1 5-1 7-1 1-3 7-4 12 0 0 0 1 0 1-1 0-1 1-1 2-2 6-6 23-16 39-14 21-32 33-55 34 0 0 0 0 0 0-42 2-70-34-82-50l-1-2z m40 2c-2-3-5-6-7-8-3-4-6-7-10-10-3-4-6-6-10-8-5-3-9-6-14-8-2-1-3-1-5-2-3 0-4-3-4-6 1-3 4-5 7-4 5 2 10 5 15 7 4 3 8 5 12 8 8 5 14 12 20 19 2 3 5 6 7 8 2 2 3 3 5 5 1 0 1 1 2 2 1 0 1 0 2 1 0 0 0 1 1 1 3 3 7 5 11 7 4 2 8 4 13 5 2 0 2 0 3 0 3 0 5 2 5 5 0 3-2 6-5 6-19-2-35-14-48-28z m120-83c2 2 1 6-2 7-4 2-9 4-12 7-4 3-6 8-7 13-1 7-12 4-10-3 2-14 12-21 24-26 3-1 6-1 7 2z m305-446c3 28-4 52-20 71-23 28-59 37-75 39-9 25-24 41-44 48-8 3-16 5-25 5-15 0-28-4-37-8-12 21-27 35-47 40-5 1-11 2-16 2-19 0-36-7-47-14-4 27-9 90-13 136l0 1c-4 48-7 80-9 101 4-2 9-5 13-6 7-2 10 8 3 10-4 1-7 3-11 5-2 2-5 3-7 5-2 14-3 21-5 25-2 5-4 10-8 16 4 4 6 9 8 13 4 10 4 21 1 29-4 7-10 12-19 15-13 3-28-4-42-20 0 0-4-4-11-10-3-2-6-5-8-8-7-5-15-11-22-16 0 0-16-9-32-14-3 0-4-3-4-6s4-5 7-4c17 5 34 15 34 15 2 1 3 2 5 3-2-6-4-13-5-21-16-8-29-13-34-15 0 0 0 0 0 0-3-1-4-4-3-7 1-2 3-3 5-3 0 0 1 0 1 0l1 0c4 2 14 6 28 12 0-2-1-3-1-5 0-4 0-8 0-12-8-5-17-9-25-12-2-1-4-4-2-7 0-2 2-3 4-3 1 0 2 0 2 0 7 3 14 6 21 10 0-196-6-340-7-370-19-9-35-28-37-30-60-66-32-114-30-116 45-80 139-236 140-238l2-3 1 1v-2h300l11-3 16 53c62 119 45 280 43 298z m-361 522c6-1 10-5 12-9 3-5 2-13-1-20-1-3-2-5-4-8-10 11-23 21-37 22 8 10 21 18 30 15z m298-812l-11-36h-285c-20 34-96 162-136 231 0 1-20 37 28 91 5 6 21 22 34 26l8 2 0 8c0 1 8 162 8 401 3 32 11 52 22 53l1 0c13 0 31-22 33-34l2-7 1 0c3-19 8-79 12-127 13-158 15-159 25-162l5-2 5 4c2 2 23 17 47 17 3 0 7-1 11-2 15-3 28-16 37-37l5-11 11 6c0 1 17 10 36 10 6 0 12-1 17-3 15-6 27-19 34-41l3-7 7 0c0 0 43-5 66-33 13-14 18-33 16-56l-1-2 1 0c0-7 19-172-42-289z m-251 579h83v83h-12v-71h-71z m-141 12h-71v71h-12v-83h83z m-71 337h71v11h-83v-83h12z m283-72h12v83h-83v-11h71z" horiz-adv-x="1000" />
-
-<glyph glyph-name="fingerprint-search" unicode="" d="M68 569c7-1 13-1 32 13 9 7 21 18 33 33l5 7c43 57 144 192 291 185 121-9 207-100 248-264 1-5 2-9 3-11 0-1 0-1 0-2 12-20 21-42 27-65 2-2 3-3 5-5 4-2 8-4 12-4 7 0 14 3 18 9 6 9 5 22-4 29-4 6-12 28-17 49 0 1-1 2-1 3 0 2-1 5-2 8-6 26-24 95-66 159-54 84-128 130-220 137 0 0 0 0-1 0-169 8-280-139-327-203l-5-6c-13-17-29-28-34-31-2-1-4-2-5-3-7-5-10-14-8-22s8-14 16-16z m508 67c-12 11-28 20-47 25-6 2-13 4-20 4 24-7 46-16 67-29z m-498-286c23 6 46 15 66 23-1 6-1 11-1 16 0 11 1 21 2 32-22-11-50-22-79-30-11-3-18-15-15-26s15-18 27-15z m123-134c-34-19-68-36-97-49-11-4-16-17-12-28 4-8 12-12 20-12 3 0 6 0 8 1 34 15 72 34 110 55-10 10-20 21-29 33z m58 430c-10-10-19-22-28-33-12-14-26-27-40-40-14-13-26-22-43-32-18-10-36-21-55-30-6-3-11-5-19-7-11-3-18-15-15-26 3-11 16-19 27-15 22 6 41 17 61 29 7 3 13 7 20 11 31 72 92 130 167 156 1 1 2 3 4 4 0 0 3 3 4 3 15 12 31 22 48 30 15 8 31 14 50 18 7 1 8 2 13 2 11 1 21 9 21 21 0 11-10 23-21 22-77-8-143-57-194-112z m-166-408c13 4 40 14 77 31-6 13-11 26-15 40-36-16-63-26-76-31-1 0-2 0-2 0-11-5-16-17-12-28 3-8 11-14 20-14 2 0 5 1 7 2l1 0z m463-107c21-15 43-30 64-42l-49 49c-5-2-10-5-15-7z m-227-11c-16 6-31 14-45 22-50-33-104-68-129-75-11-3-18-14-15-26 3-9 11-16 21-16 1 0 3 1 5 1 33 9 91 47 153 88 3 2 6 4 10 6z m291-114c-17 7-45 24-72 41-57 35-94 56-120 52-26-5-81-42-174-110-12-9-22-16-29-21-9-7-11-20-5-30 5-5 11-9 18-9 4 0 8 2 12 4 7 5 17 13 29 21 37 27 135 99 156 103 14 1 62-29 90-47 31-19 59-36 81-44 11-4 23 2 27 13s-2 23-13 27z m-72-106c-12 8-23 16-34 23-35 25-65 47-98 41-37-6-97-66-108-78-9-8-8-22 0-30 4-4 10-6 15-6 5 0 11 2 15 6 29 30 69 64 85 66 16 3 39-14 66-33 11-8 23-16 36-25 9-6 23-3 29 7s4 23-6 29z m195 412c6 9 3 24-7 29-7 3-14 6-21 9-2-14-5-29-9-42 3-2 5-3 8-4 11-5 23-4 29 8z m-49-83c-7 2-13 5-19 8l33-34c3 11-1 22-14 26z m241-275l-288 289c-1 0-1 0-2 1 31 43 50 97 50 154 0 146-119 265-265 265s-264-119-264-265c0-146 118-265 264-265 53 0 103 16 144 43 1-1 2-2 3-3l288-289c20-19 51-19 70 0 19 19 19 50 0 70z m-292 450c-2-3-5-5-9-5-7 0-11 8-11 20 0 14 5 21 12 21 1 0 3 0 4-1 2-11 3-23 4-35z m-97 156c0-13-4-21-12-21-7 0-11 7-11 20 0 14 5 21 11 21 8 0 12-8 12-20z m-289-53c8 0 12-8 12-20 0-13-4-21-12-21-7 0-12 8-12 21 0 13 5 20 12 20z m-37-141c2 3 5 5 8 5 8 0 12-8 12-20 0-12-4-20-11-21-4 12-7 24-9 36z m51-108c-6 7-11 13-16 20 0 13 5 20 12 20 8 0 11-8 11-20 0-10-2-17-7-20z m69-52c-8 4-16 8-23 13 2 8 6 12 11 12 8 0 12-8 12-20 0-2 0-3 0-5z m22 4c0 14 5 21 11 21 8 0 12-8 12-20 0-9-2-16-6-19-5 1-10 3-15 4-1 4-2 8-2 14z m135 0c0 14 5 21 12 21 8 0 11-8 11-20 0-2 0-4 0-5-7-4-14-6-21-9-1 4-2 8-2 13z m31-1c0 1 0 1 0 2 0 16-7 25-19 25-12 0-20-9-20-26 0-6 1-11 4-15-8-2-16-4-24-6v46h-7l-12-6 2-5 9 5h1v-41c-11-1-21-2-32-2-2 0-4 0-6 0v49h-7l-12-6 1-5 10 5h1v-43c-11 1-21 2-31 4 4 5 7 12 7 21 0 16-7 25-19 25-12 0-20-9-20-26 0-4 0-7 1-10-3 1-5 2-8 3 0 2 0 5 0 8 0 16-6 25-18 25-9 0-15-5-18-13-14 9-26 19-36 31 7 4 11 12 11 24 0 16-7 25-19 25-9 0-16-5-18-14-7 11-13 23-18 36 10 2 16 11 16 26 0 16-6 25-19 25-3 0-6-1-9-2-1 8-1 16-1 24 0 13 1 26 3 38l5 2h1v-43h7v49h-6l-6-2c4 16 9 31 16 45 0 0 0 0 0 0 0-17 7-26 19-26 12 0 19 10 19 27 0 15-6 25-18 25-3 0-5-1-7-2 14 24 34 44 56 60v-36h8v41c33 22 73 35 115 35 37 0 72-10 102-26-10-2-17-10-17-26 0-16 8-25 19-25 13 0 20 9 20 26 0 5-1 9-2 12 24-16 44-38 59-63l-6-3 1-5 8 4c1-2 2-3 2-4v-39h8v24c6-13 10-27 14-41-1 0-2 0-3 0-12 0-20-9-20-25 0-17 8-26 19-26 3 0 6 1 9 2 0-11-1-23-3-34v13h-7l-12-6 1-5 10 5h0v-37c-3-11-8-21-13-30-6-3-10-10-11-20-6-9-13-18-20-26v47h-7l-12-6 1-5 10 4h1v-43h4c-16-18-36-32-57-44z m-174 325c12 0 19 9 19 26 0 16-6 25-19 25-11 0-19-9-19-26 0-16 7-25 19-25z m0 46c8 0 12-8 12-20 0-13-4-21-12-21-7 0-12 7-12 20 0 14 5 21 12 21z m43-2h0v-43h8v49h-7l-12-6 1-5z m45 0h0v-43h8v49h-7l-12-6 1-5z m48 7c-12 0-20-9-20-26 0-16 8-25 19-25 12 0 20 9 20 26 0 16-7 25-19 25z m-1-46c-7 0-11 7-11 20 0 14 5 21 11 21 8 0 12-8 12-20 0-13-4-21-12-21z m-189-34h0v-43h8v50h-7l-12-6 1-5z m46 0v-43h7v50h-7l-12-6 1-5 10 4z m66-18c0 16-7 26-19 26-12 0-20-10-20-26 0-17 8-26 19-26 13 0 20 10 20 26z m-31 0c0 13 5 20 12 20 8 0 11-8 11-20 0-13-4-21-12-21-7 0-11 8-11 21z m55 18h0v-43h7v50h-6l-13-6 2-5z m46-44c13 0 20 10 20 26 0 16-7 26-19 26-11 0-20-10-20-26 0-17 8-26 19-26z m1 46c8 0 11-8 11-20 0-13-3-21-11-21-7 0-12 8-12 21 0 13 5 20 12 20z m43-2v-43h7v50h-6l-13-6 2-5 10 4z m46-44c13 0 20 10 20 26 0 16-7 26-19 26-11 0-20-10-20-26 1-17 8-26 19-26z m1 46c8 0 12-8 12-20 0-13-4-21-12-21-7 0-12 8-12 21 0 13 5 20 12 20z m-299-62c-11 0-20-9-20-26 0-16 8-25 19-25 13 0 20 9 20 26 0 16-7 25-19 25z m0-46c-7 0-12 7-12 20 0 14 5 21 12 21 8 0 11-8 11-20 0-13-4-21-11-21z m45 46c-11 0-20-9-20-26 1-16 8-25 19-25 13 0 20 9 20 26 0 16-7 25-19 25z m0-46c-7 0-12 7-12 20 0 14 5 21 12 21 8 0 11-8 11-20 0-13-3-21-11-21z m31 40l2-6 10 5h0v-43h8v49h-7z m65-44v49h-7l-12-5 1-6 10 5h0v-43z m40 50c-12 0-20-9-20-26 0-16 7-25 19-25 12 0 19 9 19 26 0 16-6 25-18 25z m-1-46c-7 0-12 7-12 20 0 14 5 21 12 21 8 0 12-8 12-20 0-13-4-21-12-21z m32 40l1-6 10 5h0v-43h8v49h-7z m59 6c-12 0-20-9-20-26 0-16 8-25 19-25 12 0 20 9 20 26 0 16-7 25-19 25z m-1-46c-7 0-11 7-11 20 0 14 5 21 11 21 8 0 12-8 12-20 0-13-4-21-12-21z m32 40l1-6 10 5h1v-43h7v49h-7z m-316-70l1-5 10 5h0v-43h8v49h-7z m64-43v49h-7l-12-6 1-5 10 5h0v-43z m26 43l1-5 10 5h1v-43h7v49h-7z m59 7c-12 0-20-9-20-26 0-16 8-25 19-25 13 0 20 9 20 26 0 16-7 25-19 25z m-1-46c-7 0-11 7-11 20 0 14 5 21 12 21 8 0 11-8 11-20 0-13-4-21-12-21z m51-4v49h-6l-13-6 2-5 10 5h0v-43z m26 43l2-5 10 5h0v-43h7v49h-6z m59 7c-11 0-20-9-20-26 1-16 8-25 19-25 13 0 20 9 20 26 0 16-7 25-19 25z m0-46c-7 0-12 7-12 20 0 14 5 21 12 21 8 0 11-8 11-20 0-13-3-21-11-21z m26 20c0-16 7-25 18-25 13 0 20 9 20 26 0 16-7 25-19 25-11 0-19-9-19-26z m31 1c0-13-4-21-12-21-7 0-12 7-12 20 0 14 5 21 12 21 8 0 12-8 12-20z m-289-48c-11 0-20-9-20-25 0-17 8-26 19-26 13 0 20 9 20 26 0 16-7 25-19 25z m0-46c-7 0-12 8-12 21 0 13 5 20 12 20 8 0 11-8 11-20 0-13-4-21-11-21z m31 40l2-5 10 4h0v-43h7v50h-6z m45 0l2-5 10 4h0v-43h8v50h-7z m59 6c-11 0-19-9-19-25 0-17 7-26 18-26 13 0 20 9 20 26 0 16-7 25-19 25z m0-46c-7 0-12 8-12 21 0 13 5 20 12 20 8 0 12-8 12-20 0-13-4-21-12-21z m32 40l1-5 10 4h0v-43h8v50h-7z m59 6c-12 0-20-9-20-25 0-17 8-26 19-26 12 0 20 9 20 26 0 16-7 25-19 25z m-1-46c-7 0-11 8-11 21 0 13 4 20 11 20 8 0 12-8 12-20 0-13-4-21-12-21z" horiz-adv-x="1000" />
-
-<glyph glyph-name="fingerprint-simple" unicode="" d="M170 569c6-1 13-1 32 13 8 7 21 18 32 33l5 7c44 57 145 192 292 185 121-9 206-100 247-264 2-5 3-9 4-11 6-27 17-61 32-72 3-2 8-4 12-4 7 0 13 3 17 9 7 9 5 22-3 29-5 6-12 28-17 49 0 1-1 2-1 3-1 2-2 5-2 8-7 26-24 95-66 159-55 84-129 130-220 137-1 0-1 0-1 0-169 8-280-139-328-203l-5-6c-13-17-28-28-33-31-2-1-4-2-6-3-6-5-9-14-8-22s9-14 17-16z m534-82c16 40 17 82 1 114-14 29-39 50-74 60-51 16-113-12-169-77-1-1-82-86-167-138 0 0-62-37-127-55-11-3-18-15-15-26s15-18 26-15c71 19 136 58 139 60 91 56 175 145 176 146 34 39 85 77 125 65 23-8 39-20 48-38 10-22 9-51-2-80-22-54-90-120-191-185-51-32-179-112-269-151-11-4-16-17-11-28 3-8 11-13 20-13 2 0 5 1 8 2 93 40 223 121 275 154 77 50 175 125 207 205z m-343 159c-10-10-19-22-28-33-12-14-26-27-40-40-14-13-26-22-43-32-18-10-36-21-55-30-6-3-12-5-19-7-11-3-18-15-15-26 3-11 15-19 26-15 22 6 42 18 62 29 16 9 33 18 48 29 30 23 55 49 79 78 10 12 20 23 31 34 5 6 11 12 18 17 3 3 6 6 9 8 2 2 4 3 5 5 1 0 4 3 5 3 15 12 31 22 47 30 16 8 32 14 51 18 6 1 8 2 12 2 12 1 22 9 22 21 0 11-10 23-22 22-77-8-143-56-194-112z m-167-408c47 16 285 105 418 291 7 10 5 23-5 30s-23 5-30-5c-125-176-352-261-396-276-1 0-2 0-2 0-11-5-17-17-13-28 4-8 12-14 20-14 3 0 5 1 8 2l0 0z m581-127c-29 10-66 36-101 60-50 37-94 68-130 62-27-5-73-35-147-84-53-35-114-75-140-82-12-3-18-14-15-26 2-9 11-16 20-16 2 0 4 1 6 1 33 9 91 47 152 88 50 32 112 73 132 77 18 3 62-29 98-54 37-27 76-55 112-67 11-3 23 3 27 14s-3 23-14 27z m-53-105c-18 7-45 24-73 41-57 35-93 56-119 52-26-5-82-42-175-110-11-9-21-16-28-21-9-7-12-20-5-30 4-5 11-9 17-9 5 0 9 2 13 4 7 5 17 13 28 21 37 27 136 99 157 103 13 1 61-29 90-47 30-19 59-36 80-44 11-4 23 2 27 13s-1 23-12 27z m-72-106c-12 8-23 16-34 23-35 25-65 47-98 41-38-6-97-66-109-78-8-8-8-22 1-30 4-4 9-6 15-6 5 0 11 2 15 6 28 30 69 64 85 66 15 3 39-14 66-33 11-8 23-16 35-25 10-6 23-3 30 7s3 23-6 29z m187 441c-17 7-36 15-51 28-16 13-24 31-28 52-4 27-45 16-41-11 9-56 50-86 99-106 11-5 23-3 29 8 5 9 3 24-8 29z m-41-112c-16 5-28 12-45 22-31 18-60 45-73 79-5 10-14 18-27 14-10-2-19-15-14-26 25-63 83-110 148-130 26-8 37 33 11 41z" horiz-adv-x="1000" />
-
-<glyph glyph-name="folder" unicode="" d="M189 490l-64-257v398c0 35 28 63 63 63h130c0 0 0 0 0 0 17 0 33-7 44-19l44-44h407c34 0 62-28 62-62v0-31h-625c0 0 0 0 0 0-29 0-54-20-60-47l-1-1z m731-15h-621c0 0 0 0 0 0-29 0-54-20-61-47l0 0-113-453h750l106 422c1 5 2 10 2 16 0 34-28 62-63 62v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="folder_add" unicode="" d="M767 218v-94h-93v-56h93v-93h56v93h93v56h-93v94z m23 90c116 0 210-94 210-210s-94-210-210-210c-116 0-209 94-209 210s93 210 209 210z m-711 504h279c44 0 80-36 80-79v-38h357c43 0 79-36 79-80v-247l-6 2c-25 7-51 11-78 11-156 0-282-127-282-283 0-24 3-48 9-71l1-5h-439c-43 0-79 36-79 80v513c0 2 0 3 0 4l0 1 0 1c0 1 0 3 0 4v108c0 43 36 79 79 79z" horiz-adv-x="1000" />
-
-<glyph glyph-name="folder_delete" unicode="" d="M672 128v-65h243v65z m118 180c116 0 210-94 210-210s-94-210-210-210c-116 0-209 94-209 210s93 210 209 210z m-711 504h279c44 0 80-36 80-79v-38h357c43 0 79-36 79-80v-247l-6 2c-25 7-51 11-78 11-156 0-282-127-282-283 0-24 3-48 9-71l1-5h-439c-43 0-79 36-79 80v513c0 2 0 3 0 4l0 1 0 1c0 1 0 3 0 4v108c0 43 36 79 79 79z" horiz-adv-x="1000" />
-
-<glyph glyph-name="folder_find" unicode="" d="M483 453c88 0 160-71 160-160s-72-160-160-160c-89 0-161 72-161 160s72 160 161 160z m0 48c-115 0-208-93-208-208s93-208 208-208c34 0 66 9 94 23l4 2 53-67h91l-87 112 1 2c32 37 51 84 51 136 0 115-93 208-207 208z m-392 301h319c50 0 91-41 91-91v-43h408c50 0 91-41 91-91v-588c0-50-41-91-91-91h-818c-50 0-91 41-91 91v588c0 1 0 3 0 5l0 1 0 1c0 1 0 3 0 4v123c0 50 41 91 91 91z" horiz-adv-x="1000" />
-
-<glyph glyph-name="folder_open_01" unicode="" d="M108 749l351 0-85-204-342 0z m-108 101l133 0 27-59 214 0 0-18-283 0-84-228-7 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="globe" unicode="" d="M379 638c-27-28-50-61-65-98l-1-2h-62c33 43 76 78 126 100l2 0z m-165-163h80c-6-28-11-60-12-93l0-1h-93c4 35 12 67 26 96l-1-2z m0-250c-13 27-21 59-25 92l0 2h93c1-34 6-66 12-98l0 4z m37-62h62c16-40 39-73 67-101l-1 0c-52 22-95 57-128 100l0 1z m218-96c-36 25-66 57-87 94l-1 2h88z m0 158h-112c-7 28-11 60-12 93l0 1h124z m0 156h-124c1 34 5 66 13 97l-1-3h112z m0 157h-88c22 38 52 70 87 95l1 0z m280 0h-62c-16 39-39 72-66 100l0 0c52-22 95-57 128-100l0 0z m-218 95c36-25 66-57 87-94l1-1h-88z m0-158h112c7-28 11-60 13-93l0-1h-125z m0-156h125c-2-34-6-66-14-97l1 3h-112z m0-252v96h88c-22-39-52-71-87-95l-1-1z m90-5c27 28 50 61 65 99l1 2h62c-33-44-76-79-126-100l-2-1z m165 163h-80c7 28 11 60 12 93l0 1h93c-4-35-12-67-26-96l1 2z m-68 156c-1 34-5 66-12 98l0-4h80c13-27 21-59 25-92l0-2z m157-31c0 207-168 375-375 375s-375-168-375-375c0-207 168-375 375-375v0c207 0 375 168 375 375v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="graduate_degree" unicode="" d="M742 32l268-291-145 16-24-137-241 303z m209 147l329-145-123-59 29-132-389 228z m-502 259c22-1 35-7 35-7l-300-224c232-64 213-296 213-296l256 186c-3-51-58-109-58-109l-262-192c-109-61-184-13-184-13-36 13-103 80-103 80-102 111-2 203-2 203 71 49 144 8 144 8 76-35 98-136 98-136l-52-12c-34 136-139 104-139 104-93-58-2-139-2-139 153-153 231-26 231-26 63 112-36 220-36 220-114 119-207 48-207 48l-31 46 315 233c33 22 62 26 84 26z m110 83c42 0 93-15 149-64 0 0 148-134 103-277 0 0-31-86-131-139 0 0 92 146-33 328 0 0-66 120-210 103 0 0 47 50 122 49z m178 130c16 0 33-2 51-7 0 0 152-39 205-245 0 0 19-91-41-157l-92-69c0 0 68 222-181 368 0 0-64 29-108 28l72 55c0 0 37 27 94 27z m281 199c39 0 89-12 145-55 0 0 133-105 102-268 0 0-22-69-75-100l-159-117 16 79 123 91c0 0 66 41 41 150 0 0-31 122-153 161 0 0-65 14-104-16l-123-90-80 11 185 134c0 0 32 20 82 20z" horiz-adv-x="1000" />
-
-<glyph glyph-name="group" unicode="" d="M804 194h-46c-3 0-5 0-8 1l0 0c-13 10-29 24-47 39l-4 3c-1 3-2 7-3 11l0 0c1 2 2 4 2 6l16 72c19 16 34 37 43 60l0 1 9 23c5 12 8 26 8 40 0 25-9 49-24 67l0 0v47c10 3 21 5 33 5 68 0 123-55 123-124 0 0 0-1 0-1l0 0v-69c5-3 8-9 8-15 0-3-1-6-2-8l0 0-11-35c-6-13-16-23-29-27l-1 0-5-41c-4-31-30-55-62-55 0 0 0 0 0 0v0z m-524 0c16 13 33 27 48 40l5 4c1 3 1 6 2 10l0 0c-1 2-1 4-2 6l-15 72c-19 16-34 37-44 60l0 1-9 23c-5 12-7 26-7 40 0 25 9 49 23 67l0 0v47c-10 3-21 5-32 5-69 0-124-55-124-124 0 0 0-1 0-1l0 0v-69c-4-3-7-9-7-15 0-3 0-6 1-8l0 0 12-35c5-13 15-23 29-27l0 0 5-41c4-31 30-55 62-55 0 0 0 0 0 0h46c3 0 5 0 8 1l-1 0z m707-38l-69 49c-18-39-54-66-96-72l-1 0c14-18 22-40 23-64l0 0h140c9 0 16 7 16 15v0 47c0 10-5 20-13 25l0 0z m-873 49l-69-49c-8-5-14-15-14-25v0-47c0-8 7-15 16-15v0h141c2 24 10 46 24 64l0-1c-44 6-80 34-98 72l0 1z m641-95c-13 10-57 46-92 75-29-33-71-53-118-54h-59c-47 1-89 21-118 55l0 0c-36-30-80-67-92-76-16-10-26-28-26-48 0 0 0-1 0-1v0-39c0-9 7-16 16-16v0h500c8 0 15 7 15 16v0 39c0 2 0 3 0 4 0 19-10 36-25 45l-1 0z m-422 299c8-20 22-36 40-46l1 0 20-95c10-43 47-74 92-74 0 0 0 0 0 0h59c0 0 0 0 0 0 45 0 82 31 92 73l0 1 21 95c18 10 32 26 40 45l1 1 8 23c3 5 5 11 5 18 0 16-10 30-24 36l0 1v82c0 94-63 156-172 156s-172-62-172-156v-82c-14-7-24-21-24-37 0-7 1-13 4-18l0 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="help" unicode="" d="M456 119v-89h81v89z m48 551c-50 0-89-15-119-45-41-41-62-94-62-158h85c0 49 12 86 37 110 14 15 33 23 55 23 27 0 48-8 63-23 17-17 26-43 26-77 0-27-10-51-30-70-34-35-58-62-70-82-17-27-26-68-26-122h67c0 45 11 78 33 100 29 30 53 53 70 70 30 30 45 66 45 108 0 49-16 90-48 121-30 30-72 45-126 45z m-4 180c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z" horiz-adv-x="1000" />
-
-<glyph glyph-name="helpfile" unicode="" d="M709-24c17 0 32-6 44-18 12-12 18-27 18-45 0-19-7-35-19-46s-27-17-43-17c-17 0-32 6-45 17-12 11-19 26-19 46 0 18 6 33 19 45s27 18 45 18z m10 512c40 0 76-8 106-23 31-15 55-35 72-61 17-26 25-54 25-84 0-24-5-45-14-63s-21-34-34-47c-14-13-37-35-72-66-9-8-17-16-22-22s-10-13-13-19c-3-5-5-11-6-16s-4-15-7-29c-6-29-22-44-50-44-14 0-27 5-36 15s-15 23-15 42c0 24 3 44 11 61s16 33 28 46c12 13 28 29 49 46 18 16 30 28 38 36s15 17 20 27c6 10 9 20 9 32 0 22-9 41-25 57-17 15-38 23-64 23-31 0-53-8-68-24s-27-38-37-68c-9-32-27-48-53-48-16 0-29 6-40 17s-16 23-16 36c0 26 9 53 26 81 17 27 41 50 74 68s70 27 114 27z m-338 362h350c71 0 128-56 131-127h0v-3l0-13 0-186h-66v202c-2 34-30 62-65 62h-326v-189c0-40-33-73-73-73h-189v-522c0-36 30-66 66-66h320v-65h-320c-73 0-131 59-131 131v545c0 1 0 3 1 4 0 2 0 3 1 4 1 2 1 4 2 5 1 2 2 3 3 5 2 2 3 3 4 4 2 3 4 5 5 7l259 259c2 1 4 3 5 4 3 2 4 3 5 4 3 2 4 3 5 3l2 2c3 1 4 1 4 1 3 1 5 2 7 2z" horiz-adv-x="1000" />
-
-<glyph glyph-name="history" unicode="" d="M608 428l-68-68c1-3 2-7 2-10 0-23-19-42-42-42-16 0-29 11-36 21h-58c-5 0-10 5-10 11v20c0 6 5 11 10 11h58c7 10 20 21 36 21 4 0 8-1 12-2l67 67c4 4 11 4 15 0l14-14c5-4 5-11 1-15z m138-120c2 21 4 28 4 42 0 138-112 251-250 251s-250-112-250-250c0-138 104-250 250-250v0c42 0 94 13 136 41l1 1 31-43c3-5 7-4 9 1l46 135c2 5-1 10-7 10l-143 0c-5 0-7-4-4-9l32-44c-32-20-59-29-101-30v0c-104 0-188 84-188 188 0 103 84 187 188 187s187-84 187-188c0-14-2-21-5-42h64z" horiz-adv-x="1000" />
-
-<glyph glyph-name="home" unicode="" d="M754 573v245h-118v-125l-137 140 0 2-492-503h156v-446h237v243h197v-243h236v446h158z" horiz-adv-x="1000" />
-
-<glyph glyph-name="house" unicode="" d="M496 594l343-305v-393c0-15-10-24-18-29-9-4-18-6-28-6h-182c-6 0-12 2-17 6-4 5-7 11-7 17v189h-181v-189c0-6-3-12-7-17-5-4-11-6-17-6h-183c-9 0-18 2-27 6-8 5-18 14-18 29v393z m0 246c16 0 32-6 44-17l432-386c26-23 28-63 4-88-24-26-65-27-91-4l-389 347-388-347c-13-11-28-17-44-17-17 0-34 7-47 21l0 0c-24 25-22 65 4 88l432 386c12 11 28 17 43 17z" horiz-adv-x="1000" />
-
-<glyph glyph-name="import__02" unicode="" d="M0 598l427 0 0-29-427 0z m61 139l48 0 104-87 105 87 47 0 62-118-427 0z m122 113l61 0 0-95 62 0-93-78-92 78 62 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="inbox" unicode="" d="M797 694h-594c-43 0-78-35-78-78v-563c0-43 35-78 78-78h594c43 0 78 35 78 78v563c0 43-35 78-78 78h0z m-16-406h-128c0 0 0 0 0 0-7 0-13-6-15-13l0 0-26-131c-2-7-8-13-15-13 0 0 0 0 0 0h-194c0 0 0 0 0 0-7 0-13 6-15 13l0 0-26 131c-2 7-8 13-15 13 0 0 0 0 0 0h-128v312h562z" horiz-adv-x="1000" />
-
-<glyph glyph-name="info" unicode="" d="M545 484l9-5c-3-40-5-90-5-151v-102c0-7 1-28 2-64s2-57 4-63c1-6 3-11 6-13 3-3 6-5 10-6s20-2 49-3l4-4v-42l-4-4c-38 2-74 3-109 3-35 0-71-1-108-3l-4 4v42l4 4c29 1 45 3 49 4 4 1 7 2 10 5s5 8 6 13c1 6 2 26 4 59 1 33 2 58 2 75v89c0 12-1 28-2 49s-2 33-3 38c-1 5-3 9-7 11-4 2-12 3-24 3l-38 1-4 3v20l4 3c57 7 106 19 145 34z m-38 203c14 0 26-5 36-15s15-22 15-37c0-13-5-25-15-35s-22-15-36-15c-14 0-26 5-36 15s-15 21-15 35c0 15 5 27 15 37s22 15 36 15z m-400 83v-840h786v840z m0 80h786c45 0 80-36 80-80v-840c0-44-35-80-80-80h-786c-44 0-80 36-80 80v840c0 44 36 80 80 80z" horiz-adv-x="1000" />
-
-<glyph glyph-name="info_circle" unicode="" d="M8044-4773c-338 0-726-126-1185-385-436-247-920-660-1439-1229l-187-208 729-565 160 159c561 545 751 694 814 735-727-2538-1100-4072-1100-4732 0-263 75-475 223-636 152-162 362-247 608-247 249 0 545 100 905 305 337 194 847 613 1557 1281l196 184-663 646-179-168c-631-592-906-780-969-843 11 264 162 1030 785 3124 500 1671 500 1846 500 1929 0 198-76 366-221 486-133 108-312 164-534 164z m-14 2950c-574 0-1038-465-1038-1036 0-574 464-1038 1038-1038 573 0 1038 464 1038 1038 0 571-465 1036-1038 1036z m-350 2673c4233 0 7680-3445 7680-7680 0-4234-3447-7680-7680-7680-4236 0-7680 3446-7680 7680 0 4235 3444 7680 7680 7680z" horiz-adv-x="1000" />
-
-<glyph glyph-name="internet_facilities" unicode="" d="M508 180l-199-1-23-97 245 0z m-427 100l656 0 79-235 0-48-816 0 0 48z m326 269c18 0 34-15 34-34 0-18-16-33-34-33-19 0-34 15-34 33 0 19 15 34 34 34z m1 61c29 0 63-10 98-41 5-5 6-14 1-19-3-3-7-5-10-5-4 0-7 1-9 4-83 74-158 4-162 1-5-5-14-5-19 1-5 5-5 14 1 19 1 1 24 23 60 34 11 4 25 6 40 6z m1 78c43 0 94-14 146-60 5-5 6-14 1-20-3-3-7-4-10-4-4 0-7 1-10 3-55 50-116 65-179 46-48-14-79-43-80-43-5-5-14-5-19 0-5 6-5 15 1 20 1 1 36 33 90 50 17 5 38 8 60 8z m-278 111l0-432 553 0 0 432z m-51 51l654 0 0-530-654 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="key" unicode="" d="M722 775c-9 0-17-3-24-9-13-13-13-34 0-47l145-146c13-13 34-13 47 0 13 13 13 34 0 47l-145 146c-6 6-15 9-23 9z m-27 75c26 0 52-10 71-30l173-173c40-39 40-103 0-143l-208-208c-39-39-104-39-143 0l-21 21-143-144-73 22 16-79-76 20 12-84-84 11 16-79-77 19 15-81-72-72-80 170 422 421 108-108-136 136c-40 39-40 104 0 143l208 208c20 20 46 30 72 30z" horiz-adv-x="1000" />
-
-<glyph glyph-name="library" unicode="" d="M563 725h-157c-17 0-31-14-31-31v0-688c0-17 14-31 31-31v0h157c17 0 31 14 31 31v0 688c0 17-14 31-31 31v0z m-32-672c0-8-7-15-15-15v0h-63c-8 0-15 7-15 15v0 31c0 9 7 16 15 16v0h63c8 0 15-7 15-16v0z m0 563c0-9-7-16-15-16v0h-63c-8 0-15 7-15 16v0 31c0 9 7 16 15 16v0h63c8 0 15-7 15-16v0z m314 92c-3 14-15 25-31 25-2 0-4 0-5 0l0 0-154-27c-15-3-26-16-26-31 0-2 0-4 1-6l0 1 119-678c3-14 15-25 31-25 2 0 3 0 5 0l0 0 154 27c15 3 26 16 26 31 0 2 0 4-1 6l0 0z m37-660l-62-11c0 0-1 0-2 0-8 0-14 5-16 12l0 1-5 30c0 1 0 2 0 3 0 8 5 14 12 15l1 0 61 11c1 0 2 1 3 1 7 0 14-6 15-13l0 0 6-31c0-1 0-2 0-3 0-8-6-14-13-15l0 0z m-601 677h-156c-17 0-31-14-31-31v0-688c0-17 14-31 31-31v0h156c18 0 32 14 32 31v0 688c0 17-14 31-32 31v0z m-31-672c0-8-7-15-16-15v0h-62c-9 0-16 7-16 15v0 31c0 9 7 16 16 16v0h62c9 0 16-7 16-16v0z m0 563c0-9-7-16-16-16v0h-62c-9 0-16 7-16 16v0 31c0 9 7 16 16 16v0h62c9 0 16-7 16-16v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="list" unicode="" d="M344 413v-125c0-18-14-32-31-32v0h-125c-18 0-32 14-32 32v0 125c0 17 14 31 32 31v0h125c17 0 31-14 31-31v0z m-31-219h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m0 500h-125c-18 0-32-14-32-31v0-125c0-18 14-32 32-32v0h125c17 0 31 14 31 32v0 125c0 17-14 31-31 31v0z m531-188h-406c-18 0-32-14-32-31v0-31c0-17 14-31 32-31v0h406c17 0 31 14 31 31v0 31c0 17-14 31-31 31v0z m0 188h-406c-18 0-32-14-32-31v0-32c0-17 14-31 32-31v0h406c17 0 31 14 31 31v0 32c0 17-14 31-31 31v0z m0-563h-406c-18 0-32-14-32-31v0-31c0-17 14-31 32-31v0h406c17 0 31 14 31 31v0 31c0 17-14 31-31 31v0z m0 188h-406c-18 0-32-14-32-31v0-32c0-17 14-31 32-31v0h406c17 0 31 14 31 31v0 32c0 17-14 31-31 31v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="location__02" unicode="" d="M74 476c3-5 7-10 11-15-17-10-28-23-28-38 0-29 45-54 97-54 52 0 97 25 97 54 0 15-11 28-28 38 4 5 8 10 11 15 22-13 36-32 36-53 0-40-52-73-116-73-64 0-116 33-116 73 0 21 14 40 36 53z m80 324c-46 0-83-38-83-84 0-46 37-83 83-83 46 0 83 37 83 83 0 46-37 84-83 84z m0 50c85 0 154-69 154-154 0-85-154-273-154-273 0 0-154 188-154 273 0 85 69 154 154 154z" horiz-adv-x="1000" />
-
-<glyph glyph-name="lock" unicode="" d="M509 250c-35 0-64-29-64-65 0-27 15-49 37-60v-89h54v90c22 10 37 32 37 59 0 36-29 65-64 65z m-9 524c-89 0-161-79-161-175v-93c0-12 1-23 3-34h316c2 11 3 22 3 34v93c0 96-72 175-161 175z m0 76c120 0 217-105 217-236v-124c0-8-1-16-1-23 61-17 107-77 107-149v-314c0-85-64-154-142-154h-362c-78 0-141 69-141 154v314c0 72 45 132 106 149 0 7-1 15-1 23v124c0 131 97 236 217 236z" horiz-adv-x="1000" />
-
-<glyph glyph-name="lock_information" unicode="" d="M695 297l-96-10-3-8c3 1 7 1 10 1 6 0 11-2 14-4 4-2 6-4 6-7 0-5-2-11-6-20l-39-89c-3-8-5-13-5-18 0-7 4-13 11-18 7-4 17-6 29-6 32 0 62 16 91 49l-10 4c-12-12-22-21-31-25-3-2-6-3-9-3-2 0-4 0-5 2-2 1-3 2-3 3 0 3 2 8 5 16l57 133z m-24 87c-11 0-21-3-29-9-8-5-12-11-12-19 0-8 4-14 12-20 8-5 18-8 29-8 12 0 21 3 30 8 8 6 12 12 12 20 0 8-4 14-12 19-8 6-18 9-30 9z m-406 6c-29 0-52-22-52-49 0-20 12-37 30-45l0-68 45 0 0 68c18 8 30 25 30 45 0 27-24 49-53 49z m376 7c89 0 161-72 161-162 0-89-72-162-161-162-90 0-162 73-162 162 0 90 72 162 162 162z m-369 395c-74 0-133-59-133-132l0-70c0-11 1-22 4-32l257 0c3 10 4 21 4 32l0 70c0 73-59 132-132 132z m0 58c98 0 178-80 178-178l0-94c0-9-1-17-2-26 47-14 82-58 82-111l0-29c-65-29-110-95-110-171 0-53 22-101 57-135-18-11-40-18-63-18l-297 0c-65 0-117 52-117 116l0 237c0 57 41 104 95 115-1 7-1 14-1 22l0 94c0 98 79 178 178 178z" horiz-adv-x="1000" />
-
-<glyph glyph-name="log" unicode="" d="M473 423c-28 0-45-27-45-63 0-37 17-62 46-62 28 0 44 27 44 63 0 34-16 62-45 62z m-215 31h43v-151h74v-36h-117z m433 2c25 0 43-5 52-9l-9-34c-10 4-23 8-43 8-35 0-62-20-62-60 0-39 24-62 59-62 10 0 17 1 21 3v39h-29v33h69v-98c-13-5-37-11-62-11-34 0-59 9-76 26-17 16-26 40-26 67 0 62 45 98 106 98z m-217 1c58 0 89-43 89-94 0-62-37-99-92-99-55 0-87 42-87 95 0 56 35 98 90 98z m-286 334v-878h439l0 220 180-1v659z m-59 59h742v-789l-189-211h-553z" horiz-adv-x="1000" />
-
-<glyph glyph-name="logout" unicode="" d="M784 696l-313 26c0 0-1 0-2 0-16 0-30-12-31-28l0 0h0v-656h0c1-17 15-29 31-29 1 0 2 0 2 0l0 0 313 26c16 1 29 15 29 31v0 599c0 0 0 0 0 0 0 16-13 30-29 31l0 0z m-253-377c-17 0-31 14-31 31s14 31 31 31c18 0 32-14 32-31v0c0-17-14-31-32-31v0z m-281 375h125v-63h-125v-531h125v-62h-125c-34 0-62 28-62 62v531c0 35 28 63 62 63h0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="menu" unicode="" d="M850 650v-50c0-28-22-50-50-50v0h-600c-28 0-50 22-50 50v0 50c0 28 22 50 50 50v0h600c28 0 50-22 50-50v0z m-50-200h-600c-28 0-50-22-50-50v0-50c0-28 22-50 50-50v0h600c28 0 50 22 50 50v0 50c0 28-22 50-50 50v0z m0-250h-600c-28 0-50-22-50-50v0-50c0-28 22-50 50-50v0h600c28 0 50 22 50 50v0 50c0 28-22 50-50 50v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="menudown" unicode="" d="M0 129h764v-108h-764z m0 184h764v-109h-764z m814 40h186l-93-93z m-814 143h764v-108h-764z m0 184h764v-109h-764z" horiz-adv-x="1000" />
-
-<glyph glyph-name="microsoft_excel_2013_01" unicode="" d="M3089-1900l0-400 658 0 0 400z m0 520l0-400 658 0 0 400z m0 520l0-400 658 0 0 400z m-1737 505l-200-498-169 453-271 0 275-653-306-649 266 0 200 462 200-506 294 0-338 715 315 676z m1737 15l0-400 658 0 0 400z m0 520l0-400 658 0 0 400z m-709 227l1574 0c29 0 53-24 53-53l0-2854c0-29-24-53-53-53l-1574 0 0 253 587 0 0 400-587 0 0 120 587 0 0 400-587 0 0 120 587 0 0 400-587 0 0 120 587 0 0 400-587 0 0 120 587 0 0 400-587 0z m-73 443l0-3880-2307 400 0 3080z" horiz-adv-x="1000" />
-
-<glyph glyph-name="ms_system_settings_configuration_manger_02" unicode="" d="M675 192l-17-17 0-23 17-16 23 0 16 16 0 23-16 17z m-130 250l197-197c37-38 37-99 0-137-38-37-99-37-137 0l-219 219 54 54 49-48 59 59-4 9c-7 13-6 28 1 41z m165 379l125-124-226-225c-21 11-48 7-66-11-18-18-22-45-11-66l-43-43-49 48-205-205 2-2-3-21-88-61-21 21 60 89 21 3 2-2 205 205-48 49 43 43c21-11 48-8 66 10 18 18 22 45 11 67z m-529 29c46 0 92-18 127-53 45-45 61-108 48-166l99-99c-7-4-14-6-21-6-7 0-14 2-20 5l-9 4-59-59 48-49-54-54-120 121c-59-13-122 3-167 49-47 46-63 112-47 172l125-126 89 41 41 89-126 125c15 4 31 6 46 6z" horiz-adv-x="1000" />
-
-<glyph glyph-name="newspaper" unicode="" d="M391 413h343c9 0 16 7 16 15v0 125c0 9-7 16-16 16v0h-343c-9 0-16-7-16-16v0-125c0-8 7-15 16-15v0z m343-63h-125c-8 0-15-7-15-16v0-31c0-8 7-15 15-15v0h125c9 0 16 7 16 15v0 31c0 9-7 16-16 16v0z m0-125h-125c-8 0-15-7-15-16v0-31c0-8 7-15 15-15v0h125c9 0 16 7 16 15v0 31c0 9-7 16-16 16v0z m-343-62h125c8 0 15 7 15 15v0 31c0 9-7 16-15 16v0h-125c-9 0-16-7-16-16v0-31c0-8 7-15 16-15v0z m453 531h-563c0 0 0 0 0 0-17 0-31-14-31-31 0 0 0 0 0 0v0-532c0-17-14-31-31-31s-31 14-31 31v0 532c-35 0-63-28-63-63v-469c0-51 42-93 94-93h562c52 0 94 42 94 93v532c0 0 0 0 0 0 0 17-14 31-31 31 0 0 0 0 0 0h0z m-31-563c0-17-14-31-32-31h-474c4 9 6 20 6 31 0 0 0 0 0 0v0 500h500z m-422 157h125c8 0 15 7 15 15v0 31c0 9-7 16-15 16v0h-125c-9 0-16-7-16-16v0-31c0-8 7-15 16-15v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="next" unicode="" d="M162 850h267l274-337 1 1 134-165-405-499h-268l405 498-3 3-97 119z" horiz-adv-x="1000" />
-
-<glyph glyph-name="normalview" unicode="" d="M0-33h1000v-95h-1000z m0 226h1000v-94h-1000z m0 212h1000v-94h-1000z m0 212h1000v-95h-1000z m0 211h1000v-95h-1000z" horiz-adv-x="1000" />
-
-<glyph glyph-name="numberlist" unicode="" d="M438 444v31c0 17 14 31 31 31v0h250c17 0 31-14 31-31v0-31c0-17-14-31-31-31v0h-250c-17 0-31 14-31 31v0z m281-313h-250c-17 0-31-14-31-31v0-31c0-17 14-31 31-31v0h250c17 0 31 14 31 31v0 31c0 17-14 31-31 31v0z m125 188h-375c-17 0-31-14-31-31v0-32c0-17 14-31 31-31v0h375c17 0 31 14 31 31v0 32c0 17-14 31-31 31v0z m0 375h-375c-17 0-31-14-31-31v0-32c0-17 14-31 31-31v0h375c17 0 31 14 31 31v0 32c0 17-14 31-31 31v0z m-531-563h-77c5 9 13 16 23 20l0 0c19 7 75 26 75 83 0 47-38 85-85 85h0c-31 0-59-15-77-38l0 0c-5-6-8-13-8-20 0-18 14-32 31-32 10 0 19 5 24 12l0 0c7 9 18 15 30 15l0 0c12 0 22-10 22-22v0c0-4 0-13-33-24-42-17-72-58-72-106 0-2 0-4 0-6l0 0c1-16 15-29 32-29h115c17 0 31 14 31 31s-14 31-31 31v0z m-103 447l9 9v-112c0-17 14-31 31-31s31 14 31 31v0 188c0 0 0 0 0 0 0 17-14 31-31 31-9 0-16-4-22-9l-63-63c-5-5-9-13-9-22 0-17 14-31 32-31 8 0 16 3 22 9l0 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="office" unicode="" d="M1041 40l0-161 101 0 0 161z m-222 0l0-161 101 0 0 161z m-223 0l0-161 102 0 0 161z m-222 0l0-161 101 0 0 161z m667 281l0-160 101 0 0 160z m-222 0l0-160 101 0 0 160z m-223 0l0-160 102 0 0 160z m-222 0l0-160 101 0 0 160z m-222 0l0-160 101 0 0 160z m-121 107l1238 0 0-658-1016 0 0 270-101 0 0-270-121 0z m965 422l166 0 0-321 118 0 0-59-1280 0 0 59 121 0 264 121 0-117 256 117 0-115 254 115 0-121 101 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="out" unicode="" d="M3899 850l1807-2036-1807-1794 0 958c0 0-3119 956-3899-958 0 478 284 2872 3899 2872z" horiz-adv-x="1000" />
-
-<glyph glyph-name="package" unicode="" d="M717 404l-371 252 124 75 375-250z m-430 217l-130-78 375-250 126 76z m-162-381l375-251v251l-375 250z m625 111v-85c0 0 0 0 0 0 0-5-3-10-7-13l-1 0-31-19c-2-1-5-2-8-2-8 0-15 7-15 15v0 67l-125-75v-250l312 187v250z" horiz-adv-x="1000" />
-
-<glyph glyph-name="paste" unicode="" d="M592-24h200v-28h-200z m0 89h200v-28h-200z m-54 250c-6 0-11-5-11-11v-401c0-5 5-10 11-10h300c6 0 10 5 10 10v261l-79 0c-69-5-70 57-70 57v94z m0 43h180l39-41h1l94-100 0-1 39-41v-272c0-29-24-53-53-53h-300c-30 0-54 24-54 53v401c0 30 24 54 54 54z m-75 451c-30 0-54-23-54-50 0-28 24-51 54-51s53 23 53 51c0 27-24 50-53 50z m0 41c51 0 93-38 96-87l0-4h82v-30h175v-395l-74 79h-3v220h-98v-98h-357v98h-98v-679h244v-51c0-7 0-14 2-21l1-4h-324v851h175v30h82l0 4c3 49 45 87 97 87z" horiz-adv-x="1000" />
-
-<glyph glyph-name="pause" unicode="" d="M793 267c-13-55-29-106-50-152h67c41 0 74 34 74 76 0 42-33 76-74 76z m-355 205c-21 0-40-1-60-2-2-36-16-70-54-101-11-8-64-14-41 4 34 28 46 59 45 93-128-15-199-52-211-71 15-24 123-77 321-77s307 53 322 77c-11 17-70 49-176 66-4-33-19-64-54-92-10-8-63-14-41 4 35 28 47 60 46 94-30 3-61 5-97 5z m154 378c12 0 20-3 8-11-119-92-38-210-18-318 136-19 232-66 233-122-3-26-7-52-11-77h6c71 0 128-59 128-131s-57-131-128-131h-93c-70-129-168-210-279-210-189 0-345 238-376 549 0 59 108 108 257 126-12 40-31 82-40 121-20 85 6 145 74 197 5 4 21 7 33 7s19-3 8-11c-117-90-43-204-21-310 22 2 43 2 65 2 30 0 59-1 86-3-12 39-30 80-39 118-19 85 7 145 74 197 6 4 21 7 33 7z" horiz-adv-x="1000" />
-
-<glyph glyph-name="pay" unicode="" d="M284-44h333v-106h-333z m355 433c21 1 41-10 51-30l69-149c11-21 5-46-12-62l-3-2-122-128 0-2c-8-15-23-25-41-25h-255c-25 0-45 20-45 45v157l122-122c15-15 35-23 57-23s42 8 57 23l109 110v-31l29 27-64 135c-12 27-1 59 26 71l2 1c6 3 13 5 20 5z m-149 53l-50-50c20-13 35-14 47-1 11 10 11 27 3 51z m43 114c-8 0-15-3-21-9-7-7-10-14-11-21s2-18 7-31l51 52c-9 6-17 9-26 9z m73 38l18-18-23-23c20-21 31-37 35-49l-28-27c-3 17-14 35-31 53l-59-60c12-30 18-53 18-69s-6-29-16-39c-13-13-28-19-46-17s-38 9-57 24l-28-28-18 18 27 27c-21 21-35 42-41 63l29 29c1-11 5-23 12-36s15-24 24-33l57 58c-13 32-20 55-18 70s7 27 18 38c12 12 29 18 48 17s38-8 56-22z m-70 256c11 0 23-4 32-13l300-300c17-18 17-46 0-64l-141-141-17 36c-4 8-9 16-16 22l-2 2 112 113-268 268-345-344 269-269 121 121 31-64-121-120c-17-18-45-18-63 0l-300 300c-18 18-18 46 0 63l376 377c9 9 20 13 32 13z" horiz-adv-x="1000" />
-
-<glyph glyph-name="payment_02" unicode="" d="M319 341l0-69c30 4 45 14 45 33 0 15-15 27-45 36z m-45 149c-29-4-43-15-43-33 0-15 14-28 43-39z m0 96l45 0 0-42c44-1 76-6 98-15l0-61c-29 12-62 20-98 23l0-86c46-12 78-26 98-41 19-16 29-34 29-56 0-25-11-45-33-61-22-15-53-25-94-28l0-49-45 0 0 48c-42 0-81 7-117 21l0 63c12-7 29-14 53-20 24-6 45-10 64-11l0 83c-49 13-82 28-99 43-18 15-27 34-27 56 0 24 12 45 35 61 23 17 53 27 91 30z m-201 195l732-173c0 0-428-309-114-631 0 0-352 254-38 602l-539 131c0 0-192-432 146-703 0 0-427 203-187 774z m185 69l1022-165c-783-322-586-623-505-709l2-2 145 0 0-71-898 0 0 71 745 0-8 7c-387 307 214 661 214 661l-759 170z" horiz-adv-x="1000" />
-
-<glyph glyph-name="pdf" unicode="" d="M196 72c-64-21-111-72-127-92 0 4-7-9-7-9s2 4 7 9c-1-2-2-6-5-14-11-29 23-28 23-28 97 16 109 134 109 134z m554 99c-18 0-29-1-29-1 103-90 198-69 198-69 40 5-20 42-20 42-55 24-115 28-149 28z m-352 244c0 0-37-194-83-251l257 41c0 0-128 124-174 210z m6 357c0 0 0 0-1 0-3 0-6-4-8-12 0 0-14-71 20-190 0 0 30 94 8 166 0 0-9 35-19 36z m-32 78c27 1 52-56 52-56 77-176 4-289 4-289 76-193 229-296 229-296 148 9 256-31 256-31 85-48 56-93 56-93-89-107-350 60-350 60l-338-61c-48-180-211-222-211-222-78-12-67 75-67 75 60 143 213 176 213 176 60 69 158 393 158 393-99 240-30 319-30 319 9 18 19 25 28 25z" horiz-adv-x="1000" />
-
-<glyph glyph-name="pdfexport" unicode="" d="M183 106c-61-18-105-63-120-80 0 3-7-8-7-8s3 3 7 8c0-2-1-5-4-12-11-26 21-25 21-25 91 14 103 117 103 117z m521 88c-17 0-27-1-27-1 97-79 187-61 187-61 37 5-20 36-20 36-52 22-107 26-140 26z m-331 213c0 0-35-170-79-220l243 36c0 0-121 108-164 184z m452 195c5 0 10-2 16-7l37-31c19-15 48-40 66-55l38-32c18-15 18-39-1-54l-38-31c-18-14-48-39-67-53l-37-31c-19-15-34-2-33 28l0 57h-220c-15 0-28 13-28 28v61c0 15 13 28 28 28h221l1 58c0 21 7 33 17 33z m-447 118c-3 0-6-3-8-11 0 0-14-62 19-166 0 0 28 82 7 146 0 0-9 32-18 31z m-30 68c26 1 49-48 49-48 73-155 4-254 4-254 72-169 215-259 215-259 140 7 242-28 242-28 80-42 53-81 53-81-84-94-330 52-330 52l-318-53c-46-158-199-195-199-195-74-10-63 66-63 66 57 126 200 155 200 155 57 60 149 344 149 344-93 210-28 280-28 280 9 15 18 21 26 21z" horiz-adv-x="1000" />
-
-<glyph glyph-name="pending_invoice" unicode="" d="M166 393l260 0 0-46-260 0z m616 7c-6 0-12-2-16-7-4-4-7-9-7-16 0-6 3-11 7-16 4-4 10-6 16-6 6 0 12 2 16 6 5 5 7 10 7 16 0 7-2 12-7 16-4 5-10 7-16 7z m-616 100l260 0 0-47-260 0z m616 87c-6 0-12-3-16-8-5-5-7-12-7-20 0-2 1-7 1-12l14-132 16 0 15 132c0 4 0 8 0 11 0 9-2 16-6 21-5 5-10 8-17 8z m-616 20l260 0 0-47-260 0z m661 75l33-56 64 8 1-65 59-26-32-56 39-52-56-32 8-65-65 0-26-60-56 32-52-38-33 55-64-7 0 65-60 25 32 56-39 52 56 33-7 64 64 1 26 59 56-32z m-769 113l0-636 1058 0 0 636z m-58 55l1173 0 0-747-1173 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="pictures" unicode="" d="M479 379c112-28 213-137 243-172v110h72v-127h47v-59h-430v59h68z m-336 189l-72-7 69-599 62 6z m617 103c45 0 81-36 81-81s-36-81-81-81c-45 0-81 37-81 81s36 81 81 81z m-496 14l-67-6 67-682v583h0c0 25 0 46 0 63h0z m65 59v-708h606v708h-69z m-65 62h736v-833h-100l-692-68 0 1-127-12-81 723 137 14-10 104 137 13z" horiz-adv-x="1000" />
-
-<glyph glyph-name="plus" unicode="" d="M379 850h242v-379h379v-242h-379v-379h-242v379h-379v242h379z" horiz-adv-x="1000" />
-
-<glyph glyph-name="product_box" unicode="" d="M851 810l-26-971-570-287-29 1194z m-217 40l185-23-625-63 29-1194-184 97-39 1125z" horiz-adv-x="1000" />
-
-<glyph glyph-name="product_box_with_disc" unicode="" d="M851 16c20 0 36-17 36-37 0-20-16-36-36-36-20 0-37 16-37 36 0 20 17 37 37 37z m0 61c-54 0-97-44-97-98 0-53 43-97 97-97 53 0 97 44 97 97 0 54-44 98-97 98z m0 242c187 0 339-152 339-340 0-187-152-339-339-339-188 0-340 152-340 339 0 188 152 340 340 340z m0 491l-13-464c-196-7-354-168-354-367 0-100 40-192 106-258l-335-169-29 1194z m-217 40l185-23-625-63 29-1194-184 97-39 1125z" horiz-adv-x="1000" />
-
-<glyph glyph-name="projects" unicode="" d="M721 373l-201-114 0-232 201 115z m-431 0v-231l200-115 1 232z m215 144l-200-115 200-115 201 115z m-414 285h319c50 0 91-41 91-91v-43h408c50 0 91-41 91-91v-588c0-50-41-91-91-91h-818c-50 0-91 41-91 91v588c0 1 0 3 0 5l0 1 0 1c0 1 0 3 0 4v123c0 50 41 91 91 91z" horiz-adv-x="1000" />
-
-<glyph glyph-name="receipt" unicode="" d="M190 188l0-49 618 0 0 49z m0 199l0-49 618 0 0 49z m0 198l0-48 618 0 0 48z m-190 265l998 0 0-1276-82 111-83 120-82-122-81-113-7 0-84 115-84 120-81-122-81-113-8 0-83 115-84 120-81-122-77-107z" horiz-adv-x="1000" />
-
-<glyph glyph-name="remove" unicode="" d="M805 850l195-195-305-305 305-305-195-195-305 305-305-305-195 195 305 305-305 305 195 195 305-305z" horiz-adv-x="1000" />
-
-<glyph glyph-name="rename" unicode="" d="M286 850h428v-27h-36c-41 0-70-12-89-36-12-16-18-54-18-114v-476h88v-63h-88v-107c0-51 3-84 9-100 5-13 15-23 31-32 21-12 44-18 67-18h36v-27h-428v27h35c42 0 72 12 90 36 12 16 18 54 18 114v107h-91v63h91v476c0 51-3 84-10 100-5 13-15 23-30 32-22 12-44 18-68 18h-35z" horiz-adv-x="1000" />
-
-<glyph glyph-name="replace" unicode="" d="M198 585l198-198h-125v-251h231v-134h-365v385h-137z m265 113h403v-370h134l-198-198-198 198h129v236h-270z" horiz-adv-x="1000" />
-
-<glyph glyph-name="report" unicode="" d="M59 850v-1000h879v1000h-879z m837-958h-795v916h795v-916z m-57 596h-214v2h-42v-2h-419v-548h675v548z m-41-41v-88h-173v88h173z m-215-253v-84h-377v84h377z m-377 42v82h377v-82h-377z m419-42h172v-84h-172v84z m173 42h-173v82h173v-82z m-215 211v-88h-377v88h377z m-377-379h377v-86h-377v86z m419-86v86h172v-86h-172z" horiz-adv-x="1000" />
-
-<glyph glyph-name="rndcheck-not" unicode="" d="M100 801c-28 0-51-23-51-51v-800c0-28 23-51 51-51h800c28 0 51 23 51 51v800c0 28-23 51-51 51z m1 49h798c56 0 101-45 101-101v-798c0-56-45-101-101-101h-798c-56 0-101 45-101 101v798c0 56 45 101 101 101z" horiz-adv-x="1000" />
-
-<glyph glyph-name="rndcheck-ok" unicode="" d="M721 553l70-79-373-328-209 243 81 69 139-162z m-621 248c-28 0-51-23-51-51v-800c0-29 23-51 51-51h800c29 0 51 22 51 51v800c0 28-22 51-51 51z m1 49h798c56 0 101-45 101-101v-798c0-56-45-101-101-101h-798c-56 0-101 45-101 101v798c0 56 45 101 101 101z" horiz-adv-x="1000" />
-
-<glyph glyph-name="sand_clock__01" unicode="" d="M57 791l0-22c0-25 65-123 65-136 0-12-65-111-65-135l0-23 32 0 0 9c19 53 66 113 66 113l0 44c0 34-44 70-44 70l106 0c0 0-44-26-44-70l0-44c0 0 42-55 66-113l0-9 32 0 0 23c0 24-66 123-66 135 0 13 66 111 66 136l0 22z m-53 59l328 0 0-31-18 0 0-28-21 0 0-22c0-35-62-129-66-136 4-7 66-101 66-135l0-23 21 0 0-20 14 0 0-32-328 0 0 32 14 0 0 20 21 0 0 23c0 34 62 128 65 135-3 7-65 101-65 136l0 22-21 0 0 28-10 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="save" unicode="" d="M107 50c-10 0-19-8-19-19v-64c0-10 9-19 19-19h64c11 0 19 9 19 19v64c0 11-8 19-19 19z m469 711h143v-217h-143z m-368 50v-245c0-43 35-78 78-78h418c43 0 78 35 78 78v245z m-73 39h716l142-141v-775l-22-31c-23-34-61-53-106-53h-730c-70 0-127 58-127 128v744c0 71 57 128 127 128z" horiz-adv-x="1000" />
-
-<glyph glyph-name="save_as" unicode="" d="M307-23l0-92 588 0 0 92z m81 699l114 0 0-231-114 0z m-235 1l150 0 0-278 592 0 0 278 155 0 0-907-897 0z m82 172l113 0 0-119-113 0z m507 1l155 0 0-120-55 0 0 0-100 0z m-742 0l150 0 0-120-50 0 0-787-100 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="scale" unicode="" d="M723 631l-69-171 137 0z m-295 140c-15 0-27-12-27-27 0-15 12-27 27-27 14 0 26 12 26 27 0 15-12 27-26 27z m-294 19l-79-193 156 0z m313 60l27-10-18-48 3-2c14-10 24-27 24-46l0-2 244-64c7-2 11-9 10-16l0-1 81-201 23 0c7 0 12-5 12-12 0-7-5-12-11-13l-1 0 0-5c-3-56-56-102-120-102-64 0-116 46-119 102l-1 5 0 0c-6 0-12 6-12 13 0 7 6 12 12 12l26 0 79 194-231 61-1-2c-3-4-7-8-11-12l-1-1 0-441 345 0 0-67-757 0 0 67 345 0 0 441-3 1c-12 11-20 26-20 43l0 1-217 58 83-206 14 0c7 0 12-6 12-13 0-7-4-12-11-13l-1 0 0-4c-3-57-56-103-120-103-64 0-116 46-119 103l-1 4-1 0c-6 1-11 6-11 13 0 7 6 13 13 13l16 0 90 224 0 0c0 2 0 4 1 6 1 6 7 10 13 11 1 0 3 0 4-1l243-64 2 2c10 15 27 25 46 25l0 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="sector" unicode="" d="M361 443c-21-1-120-41-108-50 13-11 47-39 58-39s48 73 54 87c1 1-1 2-4 2z m-144 169c-16 0-32-1-35-4-8-5-31-97-20-88 12 9 84 77 92 85 4 5-17 7-37 7z m44 99c54 0 109-3 119-7 20-7 100-142 114-161 15-19-2-44-2-44l-118-209 248-199 2 0c6-1 10-2 10-2 30 31 58 41 80 41 47-1 75-44 75-44s84 11 95-91c0 0 35-2 33-31 0 0 69 11 83-52h-615c0 56 98 54 98 54 4 59 55 51 55 51 1 40 18 59 38 68l2 1-220 176-6-10c0 0 17-19 35-36 17-17-2-49-2-49l-125-240c0 0-23-24-59-7-36 16-26 54-26 54s107 202 104 213c-3 11-115 142-115 142s-2-144-4-159c-2-15-76-244-76-244s-30-20-55-9c-25 11-29 39-29 39s55 199 57 214c1 16-4 230 0 242s41 45 41 45l-25 18c0 0 1 5 1 13l1 2-50 41 19 24 35-28 1 2c8 60 26 151 59 175 12 5 67 7 122 7z m283 86c51 0 92-42 92-93s-41-92-92-92c-51 0-93 41-93 92s42 93 93 93z" horiz-adv-x="1000" />
-
-<glyph glyph-name="sendemail" unicode="" d="M27 603c-26-236 121-447 331-473 127-15 248 41 331 140l-97 76 408 165-61-436-93 72c-100-123-259-194-428-173-260 32-446 269-414 530 4 34 12 67 23 99z m90 93l294-294c10-10 26-10 36 0l293 293c6-4 10-11 10-18v-218l-249-100 105-82h-441c-23 22-43 46-60 73v327c0 8 5 15 12 19z m34 51h556c0-5-2-11-7-15l-256-255c-9-8-23-9-31 0l-256 254c-4 4-6 10-6 16z" horiz-adv-x="1000" />
-
-<glyph glyph-name="settings" unicode="" d="M220 850c63 1 127-22 175-71 72-72 89-176 52-262l519-471c34-34 34-89 0-123l-39-39c-34-34-89-34-123 0l-471 519c-86-37-190-20-262 52-56 56-79 131-69 202l136-136c52-51 136-51 189 2 53 53 53 138 2 189l-136 136c9 1 18 2 27 2z" horiz-adv-x="1000" />
-
-<glyph glyph-name="shop" unicode="" d="M184 252v-274h314v274z m-78 431h783c22 0 39-18 39-39v-43l67-191c0 0 5-40-35-40-17 0-26 7-32 15v-486c0-21-17-39-39-39h-78v392h-196v-392h-509c-22 0-39 18-39 39v486c-5-8-13-15-27-15-41 0-40 40-40 40l67 191v43c0 21 17 39 39 39z m0 157h783c22 0 39-18 39-39v-40c0-21-17-39-39-39h-783c-22 0-39 18-39 39v40c0 21 17 39 39 39z" horiz-adv-x="1000" />
-
-<glyph glyph-name="shopping_02" unicode="" d="M171 537c19 0 35-15 35-35 0-20-16-36-35-36-20 0-36 16-36 36 0 20 16 35 36 35z m143 0c20 0 36-15 36-35 0-20-16-36-36-36-19 0-35 16-35 36 0 20 16 35 35 35z m-167 95l5-35 199 0 10 35z m-9 70l5-37 228 0 11 37z m-124 148c1 0 3 0 5-1 73-35 107-52 109-65 2-14 6-47 6-47l0 0 271 0c32 0 19-33 19-33l-43-130c0 0-4-19-23-19l-220 0c-22 0-22 24-22 24 0 0-24 174-25 184-1 11-15 18-15 18l-57 27c-29 15-20 42-5 42z" horiz-adv-x="1000" />
-
-<glyph glyph-name="show" unicode="" d="M261 723c-60-31-112-72-148-105 66-60 184-149 314-149 129 0 248 89 313 149-36 33-87 74-148 105 5-14 7-28 7-43 0-83-77-151-172-151-96 0-173 68-173 151 0 15 3 29 7 43z m166 127c235 0 426-232 426-232 0 0-191-231-426-231-236 0-427 231-427 231 0 0 191 232 427 232z" horiz-adv-x="1000" />
-
-<glyph glyph-name="shrink" unicode="" d="M136-152h734l-367 363z m367 639l369 363h-734z" horiz-adv-x="1000" />
-
-<glyph glyph-name="squares" unicode="" d="M906 647v-406c0-55-40-100-93-108l0 0v514c-1 9-7 15-16 16h-514c8 53 53 93 108 93h406c60 0 109-49 109-109v0z m-156-156v-407c0-60-49-109-109-109h-407c-60 0-109 49-109 109v407c0 60 49 109 109 109h407c60 0 109-49 109-109v0z m-94 0c0 8-7 15-15 15h-407c-8 0-15-7-15-15v-407c0-8 7-15 15-15h407c8 0 15 7 15 15v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="staff" unicode="" d="M833 114c-40 1-73-32-73-72-1-40 32-72 72-73 40 0 72 32 73 72 0 40-32 73-72 73z m0 103c15 0 30-3 44-6l6-39c14-5 27-13 38-22l37 13c20-21 35-47 43-76l-31-24c2-7 2-15 2-22 0-8-1-15-2-22l30-25c-8-29-23-55-44-75l-36 14c-12-10-25-17-39-22l-6-39c-14-3-29-5-44-5-15 0-30 2-44 6l-5 38c-15 6-28 13-39 23l-36-14c-21 21-36 47-43 76l30 24c-1 8-2 15-2 23 0 7 1 15 2 22l-30 25c8 29 24 54 44 75l36-14c12 9 25 17 39 22l6 38c15 4 29 6 44 6z m-434 58l49-48-38-38 39-45-51-154-53 152 43 48-37 37z m205 6c37-7 72-22 101-44l1 0-3-2c-62-42-103-113-103-194 0-40 10-79 28-112l1-1h-629v100c0 125 89 228 206 252l190-298z m-268 433c-25 0-57-7-61-39 0 0 0-63-17-72l-4-59-17 17 7-80 31-2c0 0 9-162 162-130 0 0 74 23 91 130l25 2 7 72-11-2c0 0-6 61-13 86l-4 61c0 0-36 30-88 4 0 0-61 2-76 9 0 0-14 3-32 3z m72 119c72 0 122-38 122-38 93-74 42-200 42-200 21-13 19-23 19-23 0-137-38-127-38-127-21-88-103-128-103-128-160-40-200 126-200 126-34 5-38 82-38 82-10 53 19 74 19 74-63 148 51 192 51 192 45 32 89 42 127 42z" horiz-adv-x="1000" />
-
-<glyph glyph-name="star" unicode="" d="M855 407l-200-145 76-235c1-2 1-4 1-6 0-11-9-20-20-20 0 0 0 0 0 0v0c-5 0-9 1-12 4l0 0-200 144-199-144c-4-3-8-4-12-4h0c0 0 0 0 0 0-12 0-21 9-21 20 0 2 1 4 1 6l0 0 76 235-199 145c-5 4-9 10-9 16 0 12 9 21 21 21 0 0 0 0 0 0h247l76 235c3 8 10 14 19 14s17-6 20-14l0 0 76-235h247c11 0 20-9 20-21 0-6-3-12-8-16l0 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="sum" unicode="" d="M183 850h656v-259h-45v113h-516l245-360-273-348h565l16 113h45l-37-259h-715v82l288 369-229 337v133z" horiz-adv-x="1000" />
-
-<glyph glyph-name="sync___03" unicode="" d="M85 802l84-84-53 0 0-108 98 0 0-57-155 0 0 165-59 0z m113 48l172 0 0-158 57 0-85-84-84 84 55 0 0 101-115 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="table" unicode="" d="M0 56h1000v-127h-1000z m0 239h1000v-127h-1000z m0 238h1000v-127h-1000z m0 238h1000v-127h-1000z" horiz-adv-x="1000" />
-
-<glyph glyph-name="team_02" unicode="" d="M236 460c18-10 49-26 85-42-2-2-5-5-7-7-64-78-92-212-93-218l-6-32 122-36-5-97-221-1 8 124-119 35c0 0 26 131 86 202 53 64 140 70 150 72z m552 1c10-2 97-8 150-73 59-71 86-201 86-201l-119-35 8-124-273 0 0 0-272-1 7 124-118 35c0 0 26 131 85 202 54 64 140 70 150 72 28-16 87-46 148-65l0 0c61 19 120 50 148 66z m256 0c10-2 97-8 151-73 59-71 85-201 85-201l-119-35 8-124-220 0-6 98 122 36-6 32c-1 6-29 140-93 217-2 3-5 5-7 8 36 15 67 31 85 42z m-143 389c167 0 133-181 133-181 45-37-16-87-16-87-14-47-33-66-33-66-24-74-93-60-93-60l0 0c-3-1-68-12-91 60 0 0-7 7-16 25 3 6 5 13 8 21 14 13 37 42 37 76 0 12-3 28-15 43 3 30 3 88-27 135 21 21 54 36 105 34 3 0 6 0 8 0z m-272 0c2 0 5 0 8 0 176 6 140-181 140-181 46-37-15-87-15-87-15-47-34-66-34-66-23-74-92-60-92-60l0 0c-4-1-68-12-91 60 0 0-19 19-33 66 0 0-62 50-16 87 0 0-35 181 133 181z m-257 0c3 0 5 0 8 0 51 2 84-13 105-34-29-47-29-105-27-135-12-15-15-31-15-43 0-34 24-63 37-76 3-8 6-15 9-21-10-18-17-25-17-25-24-74-92-60-92-60l0 0c-4-1-69-12-92 60 0 0-18 19-33 66 0 0-61 50-15 87 0 0-35 181 132 181z" horiz-adv-x="1000" />
-
-<glyph glyph-name="template" unicode="" d="M491 513l79-72-91-20z m-90 209h189l-69-73h-115l-5-161c0 0-6-106-123-93l-100 3v-456c0-10 8-18 18-18h515c10 0 19 8 19 18v547l73 74v-621c0-51-41-92-92-92h-515c-50 0-92 41-92 92v467l37 38 0 1 191 201h-1l-51-54 53 56h1l2 2h0z m290 50l128-118-158-172-3 27-42 15-2 28-42 12-5 32-35 5z m88 78c5 0 11-2 15-6l91-84c11-10 9-30-3-43l-18-19-131 120 18 19c8 9 18 13 28 13z" horiz-adv-x="1000" />
-
-<glyph glyph-name="timeentry" unicode="" d="M385 609l170-171-170-171v114h-317v115h317z m-184 241h731v-824l-273-176v176h-458v315h83v-228h375v559l141 91h-516v-228h-83z" horiz-adv-x="1000" />
-
-<glyph glyph-name="timeexit" unicode="" d="M807 609l171-171-171-170v113h-317v115h317z m-785 241h731v-315h-83v228h-515l140-91v-559h375v228h83v-315h-458v-176l-273 176z" horiz-adv-x="1000" />
-
-<glyph glyph-name="timer" unicode="" d="M554 437c-205 0-349-204-296-409l296 114z m0 81c9 0 17-1 26-1 41-3 81-12 118-27 15-6 30-12 44-20 11-6 22-13 32-20 21-14 41-30 58-48 72-71 116-169 116-278 0-109-44-207-116-278-17-18-37-34-58-48-10-7-21-14-32-20-14-8-29-14-44-20-37-15-77-24-118-27-9 0-17 0-26 0-68 0-132 17-187 47-11 6-22 13-33 20-21 14-40 30-58 48-71 71-115 169-115 278 0 109 44 207 115 278 18 18 37 34 58 48 11 7 21 14 33 20 55 30 119 48 187 48z m0 66c-80 0-155-20-220-56-39-22-75-49-106-80-83-83-134-198-134-324 0-254 206-460 460-460 254 0 460 206 460 460 0 254-206 460-460 460z m-336 111c31 0 59-11 81-30-74-35-140-85-194-146-7 16-11 34-11 52 0 69 55 124 124 124z m194 155l284 0c16 0 29-17 29-38 0-21-13-38-29-38l-48 0 0-104c261-44 460-272 460-546 0-306-248-554-554-554-306 0-554 248-554 554 0 137 50 262 132 358 53 63 119 113 195 147 42 19 87 33 133 41l0 104-48 0c-16 0-28 17-28 38 0 21 12 38 28 38z" horiz-adv-x="1000" />
-
-<glyph glyph-name="trash" unicode="" d="M187 528h133v-564h103v564h154v-564h103v564h133v-678h-626z m-63 212h752v-97h-752z m204 110h344v-89h-344z" horiz-adv-x="1000" />
-
-<glyph glyph-name="unlock" unicode="" d="M489 262c-49 0-89-40-89-90 0-36 21-67 51-81v-124h76v124c30 14 51 45 51 81 0 50-40 90-89 90z m-47 588c89 2 173-55 206-148l42-115c6-18 10-37 13-55l-60 0c-1 16-4 33-10 49l-31 85c-32 89-126 133-209 98-83-34-124-134-92-223l28-78h283l89-1c0-1-1-1-1-1 70-10 123-73 123-150v-309c0-84-64-152-142-152h-362c-78 0-142 68-142 152v309c0 66 40 123 96 143l-29 80c-43 120 12 254 124 300 24 10 50 15 74 16z" horiz-adv-x="1000" />
-
-<glyph glyph-name="untitled" unicode="" d="M765 193c2 28-5 52-20 70-23 28-58 36-73 39-10 24-24 39-44 46-7 3-15 5-24 5-14 0-27-4-36-8-12 21-27 34-46 39-5 1-11 2-16 2-18 0-35-7-46-13-4 26-9 88-13 133l0 1c-8 101-11 128-15 136-6 20-31 49-55 47-16-1-37-14-42-72 0-204-6-355-7-386-18-8-35-26-37-29-58-64-30-111-29-113 45-78 136-232 137-233l2-3 1 1v-2h294l11-3 15 52c61 117 45 274 43 291z m-485-92c-1 1-20 36 27 88 5 6 21 22 34 26l7 2 1 7c0 2 7 159 7 393 3 31 11 51 22 52l0 0c13 0 31-21 33-33l2-7 1 0c3-18 8-77 12-124 13-155 14-156 24-159l6-1 4 3c2 2 23 17 46 17 3 0 7-1 11-2 15-4 27-16 36-36l5-11 10 6c1 0 17 9 36 9 6 0 12-1 17-3 15-5 26-19 33-40l2-6 7-1c1 0 43-4 65-32 12-14 17-32 15-55l0-1 0-1c1-7 19-168-40-282l-11-35h-279c-19 32-94 158-133 225z" horiz-adv-x="1000" />
-
-<glyph glyph-name="upload" unicode="" d="M500 350l-237-237h157v-180h160v180h157z m131 465l304-305h-304z m-566 35h502v-379h368v-621h-870z" horiz-adv-x="1000" />
-
-<glyph glyph-name="user" unicode="" d="M766 725h-532c-60 0-109-49-109-109v-532c0-60 49-109 109-109h532c60 0 109 49 109 109v532c0 60-49 109-109 109h0z m-391-318v68c0 69 56 125 125 125s125-56 125-125v0-68c5-4 7-10 7-16 0-3 0-6-1-8l0 0-12-35c-5-13-15-23-29-27l0 0-5-41c-4-31-30-55-62-55 0 0 0 0 0 0h-46c0 0 0 0 0 0-32 0-58 24-62 55l0 0-5 41c-14 4-24 14-29 27l0 0-12 35c-1 2-1 5-1 8 0 6 3 12 7 16l0 0z m344-323c0-8-7-15-16-15v0h-406c-9 0-16 7-16 15v0 62c0 21 11 39 27 51l0 0 56 39c20-44 63-73 113-73h46c50 0 93 29 113 72l0 1 56-39c16-12 27-30 27-51v0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="users" unicode="" d="M625 306c-9 0-17-1-26-2l-29-4c-26-25-59-43-97-49-39-6-76 1-108 18l-29-5c-91-13-154-98-140-189l3-22 7-43 2-18c3-18 20-30 38-28l528 80c18 3 30 20 28 38l-3 17-6 43-4 22c-12 83-83 142-164 142z m-179 268c-7 0-15 0-22-2-80-12-134-86-122-165 12-80 86-135 166-123 79 12 134 86 122 166-11 72-73 124-144 124z m292 250c34 0 64-25 70-60l111-733c5-39-21-75-60-81l-572-87-56-8-39-6c-38-6-74 21-80 60l-111 733c-6 39 21 75 59 81l39 6 56 8 572 87c4 0 7 0 11 0z m87 14c34-1 64-26 70-61l111-733c5-39-21-75-60-81l-47-7c39 6 66 42 60 81l-111 733c-6 39-42 66-81 60l47 7c4 0 7 1 11 1z m83 12c34 0 64-25 70-60l110-733c6-39-20-75-59-81l-47-7c39 6 66 42 60 80l-111 734c-6 38-42 65-81 59l47 7c4 1 7 1 11 1z" horiz-adv-x="1000" />
-
-<glyph glyph-name="usertime" unicode="" d="M545 190c0 0 228-55 250-273h-795c0 0 65 240 261 262l54-228 39 1 44 116-41 72h82l-39-74 50-114 31 1z m159 457c4 0 8-1 11-3l85-68c1-1 1-1 2-2l1-2 1 0c3-1 6-3 8-6 2-3 3-6 3-10l1-108c0-10-7-17-17-17-9 0-17 7-17 16l0 101-1 0c-1 1-2 1-2 2l-85 67c-7 6-8 17-3 24 4 4 8 6 13 6z m-312 7c33 0 64-7 92-20-8-27-13-55-13-84 0-91 45-171 113-221-37-68-109-113-192-113-121 0-219 98-219 219s98 219 219 219z m376 61c-91 0-165-74-165-165s74-164 165-164c91 0 164 73 164 164s-73 165-164 165z m0 68c128 0 232-104 232-233s-104-232-232-232c-129 0-233 104-233 232s104 233 233 233z" horiz-adv-x="1000" />
-
-<glyph glyph-name="user_group" unicode="" d="M981 413l127 0c95 0 172-76 172-171l0-225-294 0 0 219c0 63-22 122-59 168 17 6 35 9 54 9z m-809 0l127 0c13 0 26-1 38-4-38-47-62-108-62-173l0-219-275 0 0 225c0 95 77 171 172 171z m376 47l165 0c124 0 225-100 225-224l0-294-615 0 0 294c0 124 101 224 225 224z m501 252c77 0 139-62 139-139 0-77-62-139-139-139-77 0-139 62-139 139 0 77 62 139 139 139z m-810 0c77 0 140-62 140-139 0-77-63-139-140-139-76 0-139 62-139 139 0 77 63 139 139 139z m397 138c3 0 6 0 9 0 3 0 6-1 9-1 3 0 7-1 10-1 3-1 6-1 8-2 3 0 6-1 9-2 3 0 6-1 9-2 3-1 6-2 8-3 3-1 6-2 9-3 2-1 5-3 8-4 2-1 5-2 7-4 3-1 6-3 8-4 3-2 5-3 7-5 3-2 5-3 8-5 2-2 4-4 6-5 3-2 5-4 7-6 2-2 4-4 6-6 2-2 4-4 6-6 2-3 4-5 6-7 2-2 4-5 5-7 2-2 4-5 6-7 1-2 3-5 4-7 2-3 3-5 5-8 1-3 2-5 4-8 1-3 2-5 3-8 1-3 3-5 4-8 1-3 1-6 2-9 1-2 2-5 3-8 1-3 1-6 2-9 0-3 1-6 1-9 1-3 1-6 2-9 0-3 0-6 0-9 0-3 1-6 1-10 0-3-1-6-1-9 0-3 0-6 0-9-1-3-1-6-2-9 0-3-1-6-1-9-1-3-1-6-2-9-1-3-2-6-3-9-1-2-1-5-2-8-1-3-3-6-4-8-1-3-2-6-3-8-2-3-3-6-4-8-2-3-3-5-5-8-1-2-3-5-4-7-2-3-4-5-6-7-1-3-3-5-5-7-2-2-4-5-6-7-2-2-4-4-6-6-2-2-4-4-6-6-2-2-4-4-7-6-2-2-4-3-6-5-3-2-5-4-8-5-2-2-4-3-7-5-2-1-5-3-8-4-2-2-5-3-7-4-3-2-6-3-8-4-3-1-6-2-9-3-2-1-5-2-8-3-3-1-6-2-9-3-3 0-6-1-9-2-2 0-5-1-8-1-3-1-7-1-10-1-3-1-6-1-9-1-3 0-6 0-9 0-3 0-6 0-9 0-4 0-7 0-10 1-3 0-6 0-9 1-3 0-6 1-9 1-3 1-6 2-9 2-2 1-5 2-8 3-3 1-6 2-9 3-2 1-5 2-8 3-3 1-5 2-8 4-3 1-5 2-8 4-2 1-5 3-7 4-3 2-5 3-8 5-2 1-4 3-7 5-2 2-4 3-7 5-2 2-4 4-6 6-2 2-5 4-7 6-2 2-4 4-6 6-2 2-3 5-5 7-2 2-4 4-6 7-1 2-3 4-5 7-1 2-3 5-4 7-2 3-3 5-5 8-1 2-3 5-4 8-1 2-2 5-4 8-1 2-2 5-3 8-1 3-2 6-3 8-1 3-1 6-2 9-1 3-1 6-2 9-1 3-1 6-2 9 0 3-1 6-1 9 0 3 0 6-1 9 0 3 0 6 0 9 0 4 0 7 0 10 1 3 1 6 1 9 0 3 1 6 1 9 1 3 1 6 2 9 1 3 1 6 2 9 1 3 1 6 2 8 1 3 2 6 3 9 1 3 2 5 3 8 2 3 3 5 4 8 1 3 3 5 4 8 2 3 3 5 5 8 1 2 3 5 4 7 2 2 4 5 5 7 2 2 4 5 6 7 2 2 3 4 5 7 2 2 4 4 6 6 2 2 5 4 7 6 2 2 4 4 6 6 3 1 5 3 7 5 3 2 5 3 7 5 3 2 5 3 8 5 2 1 5 3 7 4 3 2 5 3 8 4 3 1 5 3 8 4 3 1 6 2 8 3 3 1 6 2 9 3 3 1 6 2 8 2 3 1 6 2 9 2 3 1 6 1 9 2 3 0 6 1 9 1 3 0 6 1 10 1 3 0 6 0 9 0z" horiz-adv-x="1000" />
-
-<glyph glyph-name="vacancydays" unicode="" d="M430 516l60-30c17-607 382-636 382-636h-341c-199 160-147 639-147 639z m223 334c139 2 230-115 222-271-65 157-261 175-345 90 197 23 470-114 276-508-38 301-271 394-372 408-141-10-327-165-337-406-299 389 181 532 296 488-26 63-189 115-360-28 62 402 405 143 405 143 78 58 152 83 215 84z" horiz-adv-x="1000" />
-
-<glyph glyph-name="web" unicode="" d="M1018-5l174 0c-70-108-176-193-300-232 27 29 53 64 74 105 20 37 37 81 52 127z m-257 0l200 0c-12-37-26-72-42-102-46-84-102-136-160-150z m-268 0l214 0-2-255c-62 10-124 64-171 156-16 31-29 62-41 99z m568 268l218 0c-5-77-25-149-57-214l-189 0c16 66 26 138 28 214z m-298 0l244 0c-3-77-13-149-30-214l-215 0z m-113 0l60 0-2-214-230 0c-3 11-5 23-7 35l146 146z m386 277l190 0c32-68 52-143 54-223l-218 0c-1 79-10 154-26 223z m-270 0l215 0c16-68 26-143 27-223l-244 0z m-284 0l230 0-2-223-258 0c2 80 13 155 30 223z m418 284c124-41 228-121 296-230l-174 0c-13 45-30 86-49 124-21 41-45 77-73 106z m-332 3c-28-29-53-64-75-105-59-110-95-266-96-431l0 0c0-9 0-18 0-27l186 0-291-291-292 291 179 0c0 10-1 19-1 29 2 249 166 465 390 534z m200 20c58-16 114-68 157-154 16-30 29-63 41-99l-200 0z m-53 3l-3-256-214 0c13 36 26 73 42 103 49 91 112 145 175 153z" horiz-adv-x="1000" />
-
-<glyph glyph-name="week" unicode="" d="M517 32c-5 0-10-5-10-11v-99c0-6 5-11 10-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m-122 0c-5 0-9-5-9-11v-99c0-6 4-11 9-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m-121 0c-6 0-10-5-10-11v-99c0-6 4-11 10-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m-122 0c-5 0-9-5-9-11v-99c0-6 4-11 9-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m608 133c-6 0-10-5-10-11v-99c0-6 4-11 10-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m-122 0c-5 0-9-5-9-11v-99c0-6 4-11 9-11h93c5 0 10 5 10 11v99c0 6-5 11-10 11z m-121 0c-5 0-10-5-10-11v-99c0-6 5-11 10-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m-122 0c-5 0-9-5-9-11v-99c0-6 4-11 9-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m-121 0c-6 0-10-5-10-11v-99c0-6 4-11 10-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m-122 0c-5 0-9-5-9-11v-99c0-6 4-11 9-11h93c5 0 9 5 9 11v99c0 6-4 11-9 11z m608 132c-6 0-10-5-10-10v-99c0-6 4-11 10-11h93c5 0 9 5 9 11v99c0 5-4 10-9 10z m-122 0c-5 0-9-5-9-10v-99c0-6 4-11 9-11h93c5 0 10 5 10 11v99c0 5-5 10-10 10z m-121 0c-5 0-10-5-10-10v-99c0-6 5-11 10-11h93c5 0 9 5 9 11v99c0 5-4 10-9 10z m-122 0c-5 0-9-5-9-10v-99c0-6 4-11 9-11h93c5 0 9 5 9 11v99c0 5-4 10-9 10z m-121 0c-6 0-10-5-10-10v-99c0-6 4-11 10-11h93c5 0 9 5 9 11v99c0 5-4 10-9 10z m-122 0c-5 0-9-5-9-10v-99c0-6 4-11 9-11h93c5 0 9 5 9 11v99c0 5-4 10-9 10z m608 130c-6 0-10-5-10-11v-98c0-6 4-11 10-11h93c5 0 9 5 9 11v98c0 6-4 11-9 11z m-122 0c-5 0-9-5-9-11v-98c0-6 4-11 9-11h93c5 0 10 5 10 11v98c0 6-5 11-10 11z m-121 0c-5 0-10-5-10-11v-98c0-6 5-11 10-11h93c5 0 9 5 9 11v98c0 6-4 11-9 11z m-122 0c-5 0-9-5-9-11v-98c0-6 4-11 9-11h93c5 0 9 5 9 11v98c0 6-4 11-9 11z m-294 373v-301h786v301z m-35 50h868c5 0 9-5 9-11v-952c0-6-2-16-4-21l-9-11c-5-3-12-5-18-5h-824c-6 0-13 2-18 5l-9 11c-2 5-4 15-4 21v952c0 6 4 11 9 11z" horiz-adv-x="1000" />
-</font>
-</defs>
-</svg>
\ No newline at end of file
--- /dev/null
+<?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="appicons" horiz-adv-x="1024">
+<font-face units-per-em="1024" ascent="960" descent="-64" />
+<missing-glyph horiz-adv-x="1024" />
+<glyph unicode=" " horiz-adv-x="512" d="" />
+<glyph unicode="" glyph-name="credit_cards_card" d="M500.8 905.2c-6.4-2.8-34-29.2-118.4-114l-110-109.6 21.6-7.2 21.6-6.8 11.2 10.8 11.2 11.2 44-44 296.8-97.6 42.4 42 42.4 42.4 185.2-185.2-42.4-42.4-42.4-42.8-12.8-39.6c-7.2-21.6-12.4-40.4-12.4-41.2 0.4-0.8 31.2 29.2 68.8 67.2 63.6 63.6 68.8 69.6 72.4 79.6 4.8 12.8 4.8 22.8 0.8 36.4-2.8 9.6-8 15.2-215.2 222.8-171.6 172-214.4 213.6-221.6 217.2-12 6-30.8 6.4-43.2 0.8zM524 811.6c10-4.8 88.4-83.6 92.4-92.8 3.2-8.4 3.6-17.6 0.4-28-2.8-9.6-36.8-45.2-48.4-50.8-9.2-4.4-24-4.8-33.6-0.8-9.2 4-86 80.4-90.8 90.4-4.4 9.2-4.8 24.4-0.8 33.6 3.6 8.8 38 43.6 47.6 48.4 9.2 4.4 23.6 4.4 33.2 0zM240 661.6c-10-2.4-23.6-11.6-29.6-20.4-3.6-4.8-14.8-38-36-103.6-16.8-52.8-30.8-97.2-30.8-98.8 0-2 14.4-2.4 74.8-2.4 41.2 0 74.8 0.4 74.8 0.8s-10.4 4.4-23.6 8.4c-21.2 7.2-24.4 8.8-32.4 16.4-6.8 7.2-9.2 11.2-10.8 18.8-2.4 10-2.4 11.2 6 37.2 9.6 31.6 14.4 39.6 27.6 46 14.8 7.2 20 6.4 76.8-12 56-18.8 62.4-21.2 68.4-28.8 12-14.8 12-26.8 0.8-60.8-4.8-14-8.4-25.6-8.4-26s33.6-0.4 74.4-0.4h74.8l13.2 40.8c12.4 38.4 13.2 40.4 17.2 39.2 13.2-4 245.6-80.4 246-80.8 0.4 0-12-39.6-27.6-87.6-26.8-84-28-87.2-32-86l-4.4 1.2v-65.2c0-36-0.4-72-1.2-80-0.8-10-0.4-14 0.8-12.8s24 70.8 51.6 154.8c48.8 151.2 49.6 153.2 49.6 168.8 0 13.6-0.4 16.8-4.8 24-6.4 11.2-17.2 20.8-27.6 24.4-4.4 1.6-133.6 44-287.2 94.4-181.2 60.4-282 92.4-286.4 92.4-3.6-0.4-10-0.8-14-2zM749.2 590.4l-14-14 34.8-34.4 34.4-34.4 17.6-5.6c28-9.2 42.8-21.2 52.8-42.4 2.4-5.2 5.2-14.4 5.6-19.6 0.8-7.6 2.4-10.8 6.4-14.8l5.2-4.8 14 14 14 14.4-156.8 156.8-14-15.2zM579.6 472.8l-6.4-19.2 24-8 24.4-8 80.8-1.6 12.4-6c12.8-6 24-16 31.6-27.6 4-6.4 6.4-7.6 21.2-12.4 9.2-2.8 16.8-4.8 17.2-4.4 1.6 1.6 12.8 36.8 12 37.6s-208.8 69.2-210.4 69.2c0 0-3.2-8.8-6.8-19.6zM69.6 410.8c-7.6-4-13.6-8.4-17.6-14-12.4-16.4-12-8.8-11.6-199.6l0.4-172.4 5.6-10c6.4-11.2 19.2-22.4 30.4-25.6 4.8-1.6 91.2-2 314-2h306.8l9.6 4.8c11.2 5.2 21.6 16.4 26.4 27.2 3.2 7.2 3.6 15.2 3.6 181.2 0 197.6 1.2 184.4-15.6 201.2s13.6 15.6-334 15.6h-306.8l-11.2-6.4zM696.4 284v-92.4h-267.2v184.4h267.2v-92zM254.4 333.6c10.8-2.4 21.6-10.8 26.8-21.2 4-8 4.8-12 5.2-32.4 1.2-38.8-4.8-54.8-24-64-9.6-4.4-10-4.4-67.6-4.4-38 0-60.4 0.8-64.8 2-9.2 2.8-19.2 11.2-24.4 20.8-3.6 7.2-4 10.4-4 38 0 28.4 0.4 30.8 4.4 39.2 4.8 9.6 13.2 16.8 23.6 20.8 8.4 3.6 112.8 4 124.8 1.2zM204 88.4v-20.4h-123.6v40.8h123.6v-20.4zM368 88.4v-20.4h-123.6v40.8h123.6v-20.4zM532.4 88.4v-20.4h-123.2v40.8h123.2v-20.4zM696.4 88.4v-20.4h-123.2v40.8h123.2v-20.4zM451.2 335.6v-20.4h224.8v40.8h-224.8v-20.4zM451.2 232v-20.4h224.8v40.8h-224.8v-20.4zM758.4 321.2c-1.6-10.4-1.2-20 0.4-18 2.4 2.4 7.6 21.2 6.4 23.2-2 4-5.6 1.2-6.8-5.2z" />
+<glyph unicode="" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
+<glyph unicode="" glyph-name="home2" d="M512 928l-512-512 96-96 96 96v-416h256v192h128v-192h256v416l96-96 96 96-512 512zM512 512c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64z" />
+<glyph unicode="" glyph-name="home3" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" />
+<glyph unicode="" glyph-name="office" d="M0-64h512v1024h-512v-1024zM320 832h128v-128h-128v128zM320 576h128v-128h-128v128zM320 320h128v-128h-128v128zM64 832h128v-128h-128v128zM64 576h128v-128h-128v128zM64 320h128v-128h-128v128zM576 640h448v-64h-448zM576-64h128v256h192v-256h128v576h-448z" />
+<glyph unicode="" glyph-name="newspaper" d="M896 704v128h-896v-704c0-35.346 28.654-64 64-64h864c53.022 0 96 42.978 96 96v544h-128zM832 128h-768v640h768v-640zM128 640h640v-64h-640zM512 512h256v-64h-256zM512 384h256v-64h-256zM512 256h192v-64h-192zM128 512h320v-320h-320z" />
+<glyph unicode="" glyph-name="pencil" d="M864 960c88.364 0 160-71.634 160-160 0-36.020-11.91-69.258-32-96l-64-64-224 224 64 64c26.742 20.090 59.978 32 96 32zM64 224l-64-288 288 64 592 592-224 224-592-592zM715.578 596.422l-448-448-55.156 55.156 448 448 55.156-55.156z" />
+<glyph unicode="" glyph-name="pencil2" d="M384 320l128 64 448 448-64 64-448-448-64-128zM289.3 92.902c-31.632 66.728-65.666 100.762-132.396 132.394l99.096 272.792 128 77.912 384 384h-192l-384-384-192-640 640 192 384 384v192l-384-384-77.912-128z" />
+<glyph unicode="" glyph-name="quill" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" />
+<glyph unicode="" glyph-name="pen" d="M1018.17 668.11l-286.058 286.058c-9.334 9.334-21.644 7.234-27.356-4.666l-38.354-79.904 267.198-267.198 79.904 38.354c11.9 5.712 14 18.022 4.666 27.356zM615.384 824.616l-263.384-21.95c-17.5-2.166-32.080-5.898-37.090-28.752-0.006-0.024-0.012-0.042-0.018-0.066-71.422-343.070-314.892-677.848-314.892-677.848l57.374-57.374 271.986 271.99c-5.996 12.53-9.36 26.564-9.36 41.384 0 53.020 42.98 96 96 96s96-42.98 96-96-42.98-96-96-96c-14.82 0-28.852 3.364-41.384 9.36l-271.988-271.986 57.372-57.374c0 0 334.778 243.47 677.848 314.892 0.024 0.006 0.042 0.012 0.066 0.018 22.854 5.010 26.586 19.59 28.752 37.090l21.95 263.384-273.232 273.232z" />
+<glyph unicode="" glyph-name="blog" d="M384 960v-96c73.482 0 144.712-14.37 211.716-42.71 64.768-27.394 122.958-66.632 172.948-116.624s89.228-108.18 116.624-172.948c28.342-67.004 42.712-138.238 42.712-211.718h96c0 353.46-286.54 640-640 640zM384 768v-96c94.022 0 182.418-36.614 248.9-103.098 66.486-66.484 103.1-154.878 103.1-248.902h96c0 247.422-200.576 448-448 448zM480 576l-64-64-224-64-192-416 25.374-25.374 232.804 232.804c-1.412 5.286-2.178 10.84-2.178 16.57 0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64c-5.732 0-11.282 0.764-16.568 2.178l-232.804-232.804 25.372-25.374 416 192 64 224 64 64-160 160z" />
+<glyph unicode="" glyph-name="eyedropper" d="M986.51 922.51c-49.988 49.986-131.032 49.986-181.020 0l-172.118-172.118-121.372 121.372-135.764-135.764 106.426-106.426-472.118-472.118c-8.048-8.048-11.468-18.958-10.3-29.456h-0.244v-160c0-17.674 14.328-32 32-32h160c0 0 2.664 0 4 0 9.212 0 18.426 3.516 25.456 10.544l472.118 472.118 106.426-106.426 135.764 135.764-121.372 121.372 172.118 172.118c49.986 49.988 49.986 131.032 0 181.020zM173.090 0h-109.090v109.090l469.574 469.572 109.088-109.088-469.572-469.574z" />
+<glyph unicode="" glyph-name="droplet" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
+<glyph unicode="" glyph-name="paint-format" d="M1024 384v384h-192v64c0 35.2-28.8 64-64 64h-704c-35.2 0-64-28.8-64-64v-192c0-35.2 28.8-64 64-64h704c35.2 0 64 28.8 64 64v64h128v-256h-576v-128h-32c-17.674 0-32-14.326-32-32v-320c0-17.674 14.326-32 32-32h128c17.674 0 32 14.326 32 32v320c0 17.674-14.326 32-32 32h-32v64h576zM768 768h-704v64h704v-64z" />
+<glyph unicode="" glyph-name="image" d="M959.884 832c0.040-0.034 0.082-0.076 0.116-0.116v-767.77c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.772c0.034 0.040 0.076 0.082 0.114 0.114h895.77zM960 896h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64v0zM832 672c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM896 128h-768v128l224 384 256-320h64l224 192z" />
+<glyph unicode="" glyph-name="images" horiz-adv-x="1152" d="M1088 832h-64v64c0 35.2-28.8 64-64 64h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h64v-64c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64zM128 768v-640h-63.886c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h895.77c0.040-0.034 0.082-0.076 0.116-0.116v-63.884h-768c-35.2 0-64-28.8-64-64v0zM1088 0.116c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h895.77c0.040-0.034 0.082-0.076 0.116-0.116v-767.768zM960 608c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM1024 64h-768v128l224 384 256-320h64l224 192z" />
+<glyph unicode="" glyph-name="camera" d="M304 352c0-114.876 93.124-208 208-208s208 93.124 208 208-93.124 208-208 208-208-93.124-208-208zM960 704h-224c-16 64-32 128-96 128h-256c-64 0-80-64-96-128h-224c-35.2 0-64-28.8-64-64v-576c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v576c0 35.2-28.8 64-64 64zM512 68c-156.85 0-284 127.148-284 284 0 156.85 127.15 284 284 284 156.852 0 284-127.15 284-284 0-156.852-127.146-284-284-284zM960 512h-128v64h128v-64z" />
+<glyph unicode="" glyph-name="headphones" d="M288 384h-64v-448h64c17.6 0 32 14.4 32 32v384c0 17.6-14.4 32-32 32zM736 384c-17.602 0-32-14.4-32-32v-384c0-17.6 14.398-32 32-32h64v448h-64zM1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-61.412 10.83-120.29 30.656-174.848-19.478-33.206-30.656-71.87-30.656-113.152 0-112.846 83.448-206.188 192-221.716v443.418c-31.914-4.566-61.664-15.842-87.754-32.378-5.392 26.718-8.246 54.364-8.246 82.676 0 229.75 186.25 416 416 416s416-186.25 416-416c0-28.314-2.83-55.968-8.22-82.696-26.1 16.546-55.854 27.848-87.78 32.418v-443.44c108.548 15.532 192 108.874 192 221.714 0 41.274-11.178 79.934-30.648 113.138 19.828 54.566 30.648 113.452 30.648 174.866z" />
+<glyph unicode="" glyph-name="music" d="M960 960h64v-736c0-88.366-100.29-160-224-160s-224 71.634-224 160c0 88.368 100.29 160 224 160 62.684 0 119.342-18.4 160-48.040v368.040l-512-113.778v-494.222c0-88.366-100.288-160-224-160s-224 71.634-224 160c0 88.368 100.288 160 224 160 62.684 0 119.342-18.4 160-48.040v624.040l576 128z" />
+<glyph unicode="" glyph-name="play" d="M981.188 799.892c-143.632 20.65-302.332 32.108-469.186 32.108-166.86 0-325.556-11.458-469.194-32.108-27.53-107.726-42.808-226.75-42.808-351.892 0-125.14 15.278-244.166 42.808-351.89 143.638-20.652 302.336-32.11 469.194-32.11 166.854 0 325.552 11.458 469.186 32.11 27.532 107.724 42.812 226.75 42.812 351.89 0 125.142-15.28 244.166-42.812 351.892zM384.002 256v384l320-192-320-192z" />
+<glyph unicode="" glyph-name="film" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
+<glyph unicode="" glyph-name="video-camera" d="M384 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM0 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM768 352v96c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v96l256-160v448l-256-160zM640 192h-512v192h512v-192z" />
+<glyph unicode="" glyph-name="dice" d="M864 768h-512c-88 0-160-72-160-160v-512c0-88 72-160 160-160h512c88 0 160 72 160 160v512c0 88-72 160-160 160zM416 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM416 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM608 256c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM828.76 832c-14.93 72.804-79.71 128-156.76 128h-512c-88 0-160-72-160-160v-512c0-77.046 55.196-141.83 128-156.76v636.76c0 35.2 28.8 64 64 64h636.76z" />
+<glyph unicode="" glyph-name="pacman" d="M964.73 781.196c-93.902 109.45-233.21 178.804-388.73 178.804-282.77 0-512-229.23-512-512s229.23-512 512-512c155.52 0 294.828 69.356 388.728 178.804l-324.728 333.196 324.73 333.196zM704 839.398c39.432 0 71.398-31.964 71.398-71.398 0-39.432-31.966-71.398-71.398-71.398s-71.398 31.966-71.398 71.398c0 39.432 31.966 71.398 71.398 71.398z" />
+<glyph unicode="" glyph-name="spades" d="M817.57 611.85c-193.566 143.858-260.266 259.018-305.566 348.148v0c-0.004 0-0.004 0.002-0.004 0.002v-0.002c-45.296-89.13-112-204.292-305.566-348.148-330.036-245.286-19.376-587.668 253.758-399.224-17.796-116.93-78.53-202.172-140.208-238.882v-37.744h384.032v37.74c-61.682 36.708-122.41 121.954-140.212 238.884 273.136-188.446 583.8 153.94 253.766 399.226z" />
+<glyph unicode="" glyph-name="clubs" d="M786.832 567.228c-59.032 0-112.086-24.596-149.852-64.694-15.996-16.984-43.762-37.112-73.8-54.81 14.11 53.868 58.676 121.7 89.628 151.456 39.64 38.17 63.984 91.83 63.984 151.5 0.006 114.894-91.476 208.096-204.788 209.32-113.32-1.222-204.796-94.426-204.796-209.318 0-59.672 24.344-113.33 63.986-151.5 30.954-29.756 75.52-97.588 89.628-151.456-30.042 17.7-57.806 37.826-73.8 54.81-37.768 40.098-90.82 64.694-149.85 64.694-114.386 0-207.080-93.664-207.080-209.328 0-115.638 92.692-209.338 207.080-209.338 59.042 0 112.082 25.356 149.85 65.452 16.804 17.872 46.444 40.138 78.292 58.632-3.002-147.692-73.532-256.168-145.318-298.906v-37.742h384.014v37.74c-71.792 42.736-142.32 151.216-145.32 298.906 31.852-18.494 61.488-40.768 78.292-58.632 37.766-40.094 90.808-65.452 149.852-65.452 114.386 0 207.078 93.7 207.078 209.338-0.002 115.664-92.692 209.328-207.080 209.328z" />
+<glyph unicode="" glyph-name="diamonds" d="M512 960l-320-512 320-512 320 512z" />
+<glyph unicode="" glyph-name="bullhorn" d="M1024 530.744c0 200.926-58.792 363.938-131.482 365.226 0.292 0.006 0.578 0.030 0.872 0.030h-82.942c0 0-194.8-146.336-475.23-203.754-8.56-45.292-14.030-99.274-14.030-161.502s5.466-116.208 14.030-161.5c280.428-57.418 475.23-203.756 475.23-203.756h82.942c-0.292 0-0.578 0.024-0.872 0.032 72.696 1.288 131.482 164.298 131.482 365.224zM864.824 220.748c-9.382 0-19.532 9.742-24.746 15.548-12.63 14.064-24.792 35.96-35.188 63.328-23.256 61.232-36.066 143.31-36.066 231.124 0 87.81 12.81 169.89 36.066 231.122 10.394 27.368 22.562 49.266 35.188 63.328 5.214 5.812 15.364 15.552 24.746 15.552 9.38 0 19.536-9.744 24.744-15.552 12.634-14.064 24.796-35.958 35.188-63.328 23.258-61.23 36.068-143.312 36.068-231.122 0-87.804-12.81-169.888-36.068-231.124-10.39-27.368-22.562-49.264-35.188-63.328-5.208-5.806-15.36-15.548-24.744-15.548zM251.812 530.744c0 51.95 3.81 102.43 11.052 149.094-47.372-6.554-88.942-10.324-140.34-10.324-67.058 0-67.058 0-67.058 0l-55.466-94.686v-88.17l55.46-94.686c0 0 0 0 67.060 0 51.398 0 92.968-3.774 140.34-10.324-7.236 46.664-11.048 97.146-11.048 149.096zM368.15 317.828l-127.998 24.51 81.842-321.544c4.236-16.634 20.744-25.038 36.686-18.654l118.556 47.452c15.944 6.376 22.328 23.964 14.196 39.084l-123.282 229.152zM864.824 411.27c-3.618 0-7.528 3.754-9.538 5.992-4.87 5.42-9.556 13.86-13.562 24.408-8.962 23.6-13.9 55.234-13.9 89.078s4.938 65.478 13.9 89.078c4.006 10.548 8.696 18.988 13.562 24.408 2.010 2.24 5.92 5.994 9.538 5.994 3.616 0 7.53-3.756 9.538-5.994 4.87-5.42 9.556-13.858 13.56-24.408 8.964-23.598 13.902-55.234 13.902-89.078 0-33.842-4.938-65.478-13.902-89.078-4.004-10.548-8.696-18.988-13.56-24.408-2.008-2.238-5.92-5.992-9.538-5.992z" />
+<glyph unicode="" glyph-name="connection" horiz-adv-x="1280" d="M640 384c105.87 0 201.87-43.066 271.402-112.598l-90.468-90.468c-46.354 46.356-110.356 75.066-180.934 75.066s-134.578-28.71-180.934-75.066l-90.468 90.468c69.532 69.532 165.532 112.598 271.402 112.598zM187.452 452.548c120.88 120.88 281.598 187.452 452.548 187.452s331.668-66.572 452.55-187.452l-90.51-90.508c-96.706 96.704-225.28 149.96-362.040 149.96-136.762 0-265.334-53.256-362.038-149.962l-90.51 90.51zM988.784 825.562c106.702-45.132 202.516-109.728 284.782-191.996v0l-90.508-90.508c-145.056 145.056-337.92 224.942-543.058 224.942-205.14 0-398-79.886-543.058-224.942l-90.51 90.51c82.268 82.266 178.082 146.862 284.784 191.994 110.504 46.738 227.852 70.438 348.784 70.438s238.278-23.7 348.784-70.438zM576 64c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
+<glyph unicode="" glyph-name="podcast" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-220.054 138.836-407.664 333.686-480.068l-13.686-31.932h384l-13.686 31.932c194.85 72.404 333.686 260.014 333.686 480.068zM486.79 325.174c-22.808 9.788-38.79 32.436-38.79 58.826 0 35.346 28.654 64 64 64s64-28.654 64-64c0-26.39-15.978-49.044-38.786-58.834l-25.214 58.834-25.21-58.826zM538.268 322.708c58.092 12.118 101.732 63.602 101.732 125.292 0 70.694-57.306 128-128 128-70.692 0-128-57.306-128-128 0-61.692 43.662-113.122 101.76-125.228l-74.624-174.122c-91.23 39.15-155.136 129.784-155.136 235.35 0 141.384 114.616 268 256 268s256-126.616 256-268c0-105.566-63.906-196.2-155.136-235.35l-74.596 174.058zM688.448-27.708l-73.924 172.486c126.446 42.738 217.476 162.346 217.476 303.222 0 176.73-143.268 320-320 320-176.73 0-320-143.27-320-320 0-140.876 91.030-260.484 217.476-303.222l-73.924-172.486c-159.594 68.488-271.386 227.034-271.386 411.708 0 247.332 200.502 459.834 447.834 459.834s447.834-212.502 447.834-459.834c0-184.674-111.792-343.22-271.386-411.708z" />
+<glyph unicode="" glyph-name="feed" d="M384 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM664.348 729.474c99.852-54.158 167.652-159.898 167.652-281.474s-67.8-227.316-167.652-281.474c44.066 70.126 71.652 170.27 71.652 281.474s-27.586 211.348-71.652 281.474zM288 448c0-111.204 27.584-211.348 71.652-281.474-99.852 54.16-167.652 159.898-167.652 281.474s67.8 227.314 167.652 281.474c-44.068-70.126-71.652-170.27-71.652-281.474zM96 448c0-171.9 54.404-326.184 140.652-431.722-142.302 90.948-236.652 250.314-236.652 431.722s94.35 340.774 236.652 431.722c-86.248-105.538-140.652-259.822-140.652-431.722zM787.352 879.72c142.298-90.946 236.648-250.312 236.648-431.72s-94.35-340.774-236.648-431.72c86.244 105.536 140.648 259.82 140.648 431.72s-54.404 326.184-140.648 431.72z" />
+<glyph unicode="" glyph-name="mic" d="M480 256c88.366 0 160 71.634 160 160v384c0 88.366-71.634 160-160 160s-160-71.634-160-160v-384c0-88.366 71.636-160 160-160zM704 512v-96c0-123.71-100.29-224-224-224-123.712 0-224 100.29-224 224v96h-64v-96c0-148.238 112.004-270.3 256-286.22v-129.78h-128v-64h320v64h-128v129.78c143.994 15.92 256 137.982 256 286.22v96h-64z" />
+<glyph unicode="" glyph-name="book" d="M896 832v-832h-672c-53.026 0-96 42.98-96 96s42.974 96 96 96h608v768h-640c-70.398 0-128-57.6-128-128v-768c0-70.4 57.602-128 128-128h768v896h-64zM224.056 128v0c-0.018-0.002-0.038 0-0.056 0-17.672 0-32-14.326-32-32s14.328-32 32-32c0.018 0 0.038 0.002 0.056 0.002v-0.002h607.89v64h-607.89z" />
+<glyph unicode="" glyph-name="books" horiz-adv-x="1152" d="M224 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM192 640h-128v64h128v-64zM544 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM512 640h-128v64h128v-64zM765.088 782.52l-171.464-86.394c-15.716-7.918-22.096-27.258-14.178-42.976l287.978-571.548c7.918-15.718 27.258-22.098 42.976-14.178l171.464 86.392c15.716 7.92 22.096 27.26 14.178 42.974l-287.978 571.55c-7.92 15.718-27.26 22.1-42.976 14.18z" />
+<glyph unicode="" glyph-name="library" horiz-adv-x="1088" d="M1024 0v64h-64v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-64v-64h-64v-64h1088v64h-64zM512 960h64l512-320v-64h-1088v64l512 320z" />
+<glyph unicode="" glyph-name="file-text" d="M864 960h-768c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h768c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM832 64h-704v768h704v-768zM256 512h448v-64h-448zM256 384h448v-64h-448zM256 256h448v-64h-448zM256 640h448v-64h-448z" />
+<glyph unicode="" glyph-name="profile" d="M864 960h-768c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h768c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM832 64h-704v768h704v-768zM256 384h448v-64h-448zM256 256h448v-64h-448zM320 672c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM480 576h-128c-52.8 0-96-28.8-96-64v-64h320v64c0 35.2-43.2 64-96 64z" />
+<glyph unicode="" glyph-name="file-empty" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="files-empty" d="M917.806 602.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-368c-44.114 0-80-35.888-80-80v-736c0-44.112 35.886-80 80-80h608c44.112 0 80 35.888 80 80v496c0 14.332-4.372 39.35-42.194 90.924zM785.374 657.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-608c-8.672 0-16 7.328-16 16v736c0 8.672 7.328 16 16 16 0 0 367.956 0.002 368 0v-224c0-17.672 14.324-32 32-32h224v-496zM602.924 917.804c-51.574 37.822-76.592 42.196-90.924 42.196h-368c-44.112 0-80-35.888-80-80v-736c0-38.632 27.528-70.958 64-78.39v814.39c0 8.672 7.328 16 16 16h486.876c-9.646 7.92-19.028 15.26-27.952 21.804z" />
+<glyph unicode="" glyph-name="file-text2" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624zM736 128h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 256h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 384h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="file-picture" d="M832 64h-640v128l192 320 263-320 185 128v-256zM832 480c0-53.020-42.98-96-96-96-53.022 0-96 42.98-96 96s42.978 96 96 96c53.020 0 96-42.98 96-96zM917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="file-music" d="M917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624zM756.288 568.748c-7.414 6.080-17.164 8.514-26.562 6.632l-320-64c-14.958-2.994-25.726-16.126-25.726-31.38v-236.876c-18.832 8.174-40.678 12.876-64 12.876-70.692 0-128-42.98-128-96s57.308-96 128-96 128 42.98 128 96v229.766l256 51.202v-133.842c-18.832 8.174-40.678 12.876-64 12.876-70.692 0-128-42.98-128-96s57.308-96 128-96 128 42.98 128 96v319.998c0 9.586-4.298 18.668-11.712 24.748z" />
+<glyph unicode="" glyph-name="file-play" d="M384 576l320-224-320-224v448zM917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="file-video" d="M917.806 730.924c-22.208 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.594 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.882-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0 0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.98-17.78 50.678-41.878 81.374-72.572v0 0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.32-32 32-32h224v-624zM256 448h320v-320h-320v320zM576 320l192 128v-320l-192 128z" />
+<glyph unicode="" glyph-name="file-zip" d="M917.806 730.924c-22.208 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.884-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0 0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.98-17.78 50.678-41.878 81.374-72.572v0 0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.322-32 32-32h224v-624zM256 896h128v-64h-128v64zM384 832h128v-64h-128v64zM256 768h128v-64h-128v64zM384 704h128v-64h-128v64zM256 640h128v-64h-128v64zM384 576h128v-64h-128v64zM256 512h128v-64h-128v64zM384 448h128v-64h-128v64zM256 112c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-80v64h-128v-272zM448 192v-64h-128v64h128z" />
+<glyph unicode="" glyph-name="copy" d="M640 704v256h-448l-192-192v-576h384v-256h640v768h-384zM192 869.49v-101.49h-101.49l101.49 101.49zM64 256v448h192v192h320v-192l-192-192v-256h-320zM576 613.49v-101.49h-101.49l101.49 101.49zM960 0h-512v448h192v192h320v-640z" />
+<glyph unicode="" glyph-name="paste" d="M704 832h-128v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-128v-128h512v128zM512 832h-128v63.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886zM832 640v160c0 17.6-14.4 32-32 32h-64v-64h32v-128h-192l-192-192v-256h-256v576h32v64h-64c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM576 549.49v-101.49h-101.49l101.49 101.49zM960 0h-512v384h192v192h320v-576z" />
+<glyph unicode="" glyph-name="stack" d="M1024 640l-512 256-512-256 512-256 512 256zM512 811.030l342.058-171.030-342.058-171.030-342.058 171.030 342.058 171.030zM921.444 499.278l102.556-51.278-512-256-512 256 102.556 51.278 409.444-204.722zM921.444 307.278l102.556-51.278-512-256-512 256 102.556 51.278 409.444-204.722z" />
+<glyph unicode="" glyph-name="folder" d="M448 832l128-128h448v-704h-1024v832z" />
+<glyph unicode="" glyph-name="folder-open" d="M832 0l192 512h-832l-192-512zM128 576l-128-576v832h288l128-128h416v-128z" />
+<glyph unicode="" glyph-name="folder-plus" d="M576 704l-128 128h-448v-832h1024v704h-448zM704 256h-128v-128h-128v128h-128v128h128v128h128v-128h128v-128z" />
+<glyph unicode="" glyph-name="folder-minus" d="M576 704l-128 128h-448v-832h1024v704h-448zM704 256h-384v128h384v-128z" />
+<glyph unicode="" glyph-name="folder-download" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 96l-224 224h160v256h128v-256h160l-224-224z" />
+<glyph unicode="" glyph-name="folder-upload" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 480l224-224h-160v-256h-128v256h-160l224 224z" />
+<glyph unicode="" glyph-name="price-tag" d="M976 960h-384c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l476.118 476.118c18.666 18.666 33.94 55.54 33.94 81.94v384c0 26.4-21.6 48-48 48zM736 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="price-tags" horiz-adv-x="1280" d="M1232 960h-384c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l476.118 476.118c18.666 18.666 33.94 55.54 33.94 81.94v384c0 26.4-21.6 48-48 48zM992 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM128 416l544 544h-80c-26.4 0-63.274-15.274-81.942-33.942l-476.116-476.116c-18.668-18.668-18.668-49.214 0-67.882l412.118-412.118c18.668-18.668 49.214-18.668 67.882 0l30.058 30.058-416 416z" />
+<glyph unicode="" glyph-name="barcode" d="M0 832h128v-640h-128zM192 832h64v-640h-64zM320 832h64v-640h-64zM512 832h64v-640h-64zM768 832h64v-640h-64zM960 832h64v-640h-64zM640 832h32v-640h-32zM448 832h32v-640h-32zM864 832h32v-640h-32zM0 128h64v-64h-64zM192 128h64v-64h-64zM320 128h64v-64h-64zM640 128h64v-64h-64zM960 128h64v-64h-64zM768 128h128v-64h-128zM448 128h128v-64h-128z" />
+<glyph unicode="" glyph-name="qrcode" d="M320 896h-256v-256h256v256zM384 960v0-384h-384v384h384zM128 832h128v-128h-128zM960 896h-256v-256h256v256zM1024 960v0-384h-384v384h384zM768 832h128v-128h-128zM320 256h-256v-256h256v256zM384 320v0-384h-384v384h384zM128 192h128v-128h-128zM448 960h64v-64h-64zM512 896h64v-64h-64zM448 832h64v-64h-64zM512 768h64v-64h-64zM448 704h64v-64h-64zM512 640h64v-64h-64zM448 576h64v-64h-64zM448 448h64v-64h-64zM512 384h64v-64h-64zM448 320h64v-64h-64zM512 256h64v-64h-64zM448 192h64v-64h-64zM512 128h64v-64h-64zM448 64h64v-64h-64zM512 0h64v-64h-64zM960 448h64v-64h-64zM64 448h64v-64h-64zM128 512h64v-64h-64zM0 512h64v-64h-64zM256 512h64v-64h-64zM320 448h64v-64h-64zM384 512h64v-64h-64zM576 448h64v-64h-64zM640 512h64v-64h-64zM704 448h64v-64h-64zM768 512h64v-64h-64zM832 448h64v-64h-64zM896 512h64v-64h-64zM960 320h64v-64h-64zM576 320h64v-64h-64zM640 384h64v-64h-64zM704 320h64v-64h-64zM832 320h64v-64h-64zM896 384h64v-64h-64zM960 192h64v-64h-64zM576 192h64v-64h-64zM640 256h64v-64h-64zM768 256h64v-64h-64zM832 192h64v-64h-64zM896 256h64v-64h-64zM960 64h64v-64h-64zM640 128h64v-64h-64zM704 64h64v-64h-64zM768 128h64v-64h-64zM832 64h64v-64h-64zM640 0h64v-64h-64zM768 0h64v-64h-64zM896 0h64v-64h-64z" />
+<glyph unicode="" glyph-name="ticket" d="M575.996 640l127.998-127.998-255.994-255.994-127.998 127.998zM1001.526 662.496l-73.516 73.516-32.008-32.008c-16.378-16.38-39.010-26.51-64-26.51-49.988 0-90.514 40.522-90.514 90.51 0 25.002 10.14 47.638 26.534 64.018l31.988 31.986-73.518 73.516c-29.968 29.968-79.008 29.968-108.976 0l-595.040-595.038c-29.966-29.968-29.966-79.010 0-108.976l73.52-73.518 31.962 31.964c16.382 16.406 39.030 26.552 64.044 26.552 49.988 0 90.51-40.524 90.51-90.51 0-25.006-10.14-47.64-26.534-64.022l-31.984-31.986 73.516-73.518c29.966-29.966 79.008-29.966 108.976 0l595.040 595.040c29.964 29.976 29.964 79.016 0 108.984zM448.002 128.004l-256 256 384 384 256-256-384-384z" />
+<glyph unicode="" glyph-name="cart" d="M384 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 32c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM1024 448v384h-768c0 35.346-28.654 64-64 64h-192v-64h128l48.074-412.054c-29.294-23.458-48.074-59.5-48.074-99.946 0-70.696 57.308-128 128-128h768v64h-768c-35.346 0-64 28.654-64 64 0 0.218 0.014 0.436 0.016 0.656l831.984 127.344z" />
+<glyph unicode="" glyph-name="coin-dollar" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM512 448v128h128v64h-128v64h-64v-64h-128v-256h128v-128h-128v-64h128v-64h64v64h128.002l-0.002 256h-128zM448 448h-64v128h64v-128zM576.002 256h-64.002v128h64.002v-128z" />
+<glyph unicode="" glyph-name="coin-euro" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.076 0 384-171.922 384-384s-171.924-384-384-384zM670.824 315.66c-15.27 8.884-34.862 3.708-43.75-11.57-17.256-29.662-49.088-48.090-83.074-48.090h-128c-41.716 0-77.286 26.754-90.496 64h154.496c17.672 0 32 14.326 32 32s-14.328 32-32 32h-160v64h160c17.672 0 32 14.328 32 32s-14.328 32-32 32h-154.496c13.21 37.246 48.78 64 90.496 64h128c33.986 0 65.818-18.426 83.074-48.090 8.888-15.276 28.478-20.456 43.752-11.568 15.276 8.888 20.456 28.476 11.568 43.752-28.672 49.288-81.702 79.906-138.394 79.906h-128c-77.268 0-141.914-55.056-156.78-128h-35.22c-17.672 0-32-14.328-32-32s14.328-32 32-32h32v-64h-32c-17.672 0-32-14.326-32-32s14.328-32 32-32h35.22c14.866-72.944 79.512-128 156.78-128h128c56.692 0 109.72 30.62 138.394 79.91 8.888 15.276 3.708 34.864-11.57 43.75z" />
+<glyph unicode="" glyph-name="coin-pound" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.074 0 384-171.922 384-384s-171.926-384-384-384zM608 256h-224v128h96c17.672 0 32 14.326 32 32s-14.328 32-32 32h-96v32c0 52.934 43.066 96 96 96 34.17 0 66.042-18.404 83.18-48.030 8.85-15.298 28.426-20.526 43.722-11.676 15.296 8.848 20.526 28.424 11.676 43.722-28.538 49.336-81.638 79.984-138.578 79.984-88.224 0-160-71.776-160-160v-32h-32c-17.672 0-32-14.326-32-32s14.328-32 32-32h32v-192h288c17.674 0 32 14.326 32 32s-14.326 32-32 32z" />
+<glyph unicode="" glyph-name="coin-yen" d="M480 896c-265.096 0-480-214.904-480-480s214.904-480 480-480c265.098 0 480 214.902 480 480s-214.902 480-480 480zM480 32c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.076 0 384-171.922 384-384s-171.924-384-384-384zM608 384c17.674 0 32 14.326 32 32s-14.326 32-32 32h-68.208l94.832 142.25c9.804 14.704 5.83 34.572-8.876 44.376-14.704 9.802-34.572 5.83-44.376-8.876l-101.372-152.062-101.374 152.062c-9.804 14.706-29.672 18.68-44.376 8.876-14.706-9.804-18.678-29.672-8.876-44.376l94.834-142.25h-68.208c-17.672 0-32-14.326-32-32s14.328-32 32-32h96v-64h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h96v-96c0-17.674 14.328-32 32-32s32 14.326 32 32v96h96c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v64h96z" />
+<glyph unicode="" glyph-name="credit-card" d="M928 832h-832c-52.8 0-96-43.2-96-96v-576c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v576c0 52.8-43.2 96-96 96zM96 768h832c17.346 0 32-14.654 32-32v-96h-896v96c0 17.346 14.654 32 32 32zM928 128h-832c-17.346 0-32 14.654-32 32v288h896v-288c0-17.346-14.654-32-32-32zM128 320h64v-128h-64zM256 320h64v-128h-64zM384 320h64v-128h-64z" />
+<glyph unicode="" glyph-name="calculator" d="M384 896h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 640h-320v64h320v-64zM896 896h-320c-35.204 0-64-28.8-64-64v-832c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v832c0 35.2-28.8 64-64 64zM896 320h-320v64h320v-64zM896 512h-320v64h320v-64zM384 384h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 128h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
+<glyph unicode="" glyph-name="lifebuoy" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 448c0 106.040 85.96 192 192 192s192-85.96 192-192-85.96-192-192-192-192 85.96-192 192zM925.98 276.524v0l-177.42 73.49c12.518 30.184 19.44 63.276 19.44 97.986s-6.922 67.802-19.44 97.986l177.42 73.49c21.908-52.822 34.020-110.73 34.020-171.476s-12.114-118.654-34.020-171.476v0zM683.478 861.98v0 0l-73.49-177.42c-30.184 12.518-63.276 19.44-97.988 19.44s-67.802-6.922-97.986-19.44l-73.49 177.422c52.822 21.904 110.732 34.018 171.476 34.018 60.746 0 118.654-12.114 171.478-34.020zM98.020 619.476l177.422-73.49c-12.518-30.184-19.442-63.276-19.442-97.986s6.922-67.802 19.44-97.986l-177.42-73.49c-21.906 52.822-34.020 110.73-34.020 171.476s12.114 118.654 34.020 171.476zM340.524 34.020l73.49 177.42c30.184-12.518 63.276-19.44 97.986-19.44s67.802 6.922 97.986 19.44l73.49-177.42c-52.822-21.904-110.73-34.020-171.476-34.020-60.744 0-118.654 12.114-171.476 34.020z" />
+<glyph unicode="" glyph-name="phone" d="M704 320c-64-64-64-128-128-128s-128 64-192 128-128 128-128 192 64 64 128 128-128 256-192 256-192-192-192-192c0-128 131.5-387.5 256-512s384-256 512-256c0 0 192 128 192 192s-192 256-256 192z" />
+<glyph unicode="" glyph-name="phone-hang-up" d="M1017.378 384.006c8.004-55.482 13.216-131.392-11.664-160.446-41.142-48.044-301.712-48.044-301.712 48.042 0 48.398 42.856 80.134 1.712 128.178-40.472 47.262-113.026 48.030-193.714 48.042-80.686-0.012-153.242-0.78-193.714-48.042-41.142-48.046 1.714-79.78 1.714-128.178 0-96.086-260.57-96.086-301.714-48.044-24.878 29.054-19.668 104.964-11.662 160.446 6.16 37.038 21.724 76.996 71.548 127.994 0 0.002 0.002 0.002 0.002 0.004 74.738 69.742 187.846 126.738 429.826 127.968v0.030c1.344 0 2.664-0.010 4-0.014 1.338 0.004 2.656 0.014 4 0.014v-0.028c241.98-1.23 355.088-58.226 429.826-127.968 0.002-0.002 0.002-0.004 0.002-0.004 49.824-50.996 65.39-90.954 71.55-127.994z" />
+<glyph unicode="" glyph-name="address-book" d="M192 960v-1024h768v1024h-768zM576 703.67c70.51 0 127.67-57.16 127.67-127.67s-57.16-127.67-127.67-127.67-127.67 57.16-127.67 127.67 57.16 127.67 127.67 127.67v0zM768 192h-384v64c0 70.696 57.306 128 128 128v0h128c70.696 0 128-57.304 128-128v-64zM64 896h96v-192h-96v192zM64 640h96v-192h-96v192zM64 384h96v-192h-96v192zM64 128h96v-192h-96v192z" />
+<glyph unicode="" glyph-name="envelop" d="M928 832h-832c-52.8 0-96-43.2-96-96v-640c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v640c0 52.8-43.2 96-96 96zM398.74 409.628l-270.74-210.892v501.642l270.74-290.75zM176.38 704h671.24l-335.62-252-335.62 252zM409.288 398.302l102.712-110.302 102.71 110.302 210.554-270.302h-626.528l210.552 270.302zM625.26 409.628l270.74 290.75v-501.642l-270.74 210.892z" />
+<glyph unicode="" glyph-name="pushpin" d="M544 960l-96-96 96-96-224-256h-224l176-176-272-360.616v-39.384h39.384l360.616 272 176-176v224l256 224 96-96 96 96-480 480zM448 416l-64 64 224 224 64-64-224-224z" />
+<glyph unicode="" glyph-name="location" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 448c-106.040 0-192 85.96-192 192s85.96 192 192 192 192-85.96 192-192-85.96-192-192-192z" />
+<glyph unicode="" glyph-name="location2" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 444c-108.248 0-196 87.752-196 196s87.752 196 196 196 196-87.752 196-196-87.752-196-196-196zM388 640c0 68.483 55.517 124 124 124s124-55.517 124-124c0-68.483-55.517-124-124-124s-124 55.517-124 124z" />
+<glyph unicode="" glyph-name="compass" d="M544.010-64.004c-2.296 0-4.622 0.25-6.94 0.764-14.648 3.25-25.070 16.238-25.070 31.24v480h-480c-15.002 0-27.992 10.422-31.24 25.070-3.25 14.646 4.114 29.584 17.708 35.928l960 448c12.196 5.688 26.644 3.144 36.16-6.372 9.516-9.514 12.060-23.966 6.372-36.16l-448-960c-5.342-11.44-16.772-18.47-28.99-18.47zM176.242 512h367.758c17.674 0 32-14.328 32-32v-367.758l349.79 749.546-749.548-349.788z" />
+<glyph unicode="" glyph-name="compass2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM96 448c0 229.75 186.25 416 416 416 109.574 0 209.232-42.386 283.534-111.628l-411.534-176.372-176.372-411.534c-69.242 74.302-111.628 173.96-111.628 283.534zM585.166 374.834l-256.082-109.75 109.75 256.082 146.332-146.332zM512 32c-109.574 0-209.234 42.386-283.532 111.628l411.532 176.372 176.372 411.532c69.242-74.298 111.628-173.958 111.628-283.532 0-229.75-186.25-416-416-416z" />
+<glyph unicode="" glyph-name="map" d="M0 768l320 128v-768l-320-128zM384 928l320-192v-736l-320 160zM768 736l256 192v-768l-256-192z" />
+<glyph unicode="" glyph-name="map2" d="M672 768l-320 128-352-128v-768l352 128 320-128 352 128v768l-352-128zM384 814.27l256-102.4v-630.138l-256 102.398v630.14zM64 723.172l256 93.090v-631.8l-256-93.088v631.798zM960 172.828l-256-93.092v631.8l256 93.090v-631.798z" />
+<glyph unicode="" glyph-name="history" horiz-adv-x="1088" d="M640 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM832 512v-128h-256v320h128v-192z" />
+<glyph unicode="" glyph-name="clock" d="M658.744 210.744l-210.744 210.746v282.51h128v-229.49l173.256-173.254zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384z" />
+<glyph unicode="" glyph-name="clock2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM658.744 210.744l-210.744 210.746v282.51h128v-229.49l173.256-173.254-90.512-90.512z" />
+<glyph unicode="" glyph-name="alarm" d="M512 832c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448zM512 24c-198.824 0-360 161.178-360 360 0 198.824 161.176 360 360 360 198.822 0 360-161.176 360-360 0-198.822-161.178-360-360-360zM934.784 672.826c16.042 28.052 25.216 60.542 25.216 95.174 0 106.040-85.96 192-192 192-61.818 0-116.802-29.222-151.92-74.596 131.884-27.236 245.206-105.198 318.704-212.578v0zM407.92 885.404c-35.116 45.374-90.102 74.596-151.92 74.596-106.040 0-192-85.96-192-192 0-34.632 9.174-67.122 25.216-95.174 73.5 107.38 186.822 185.342 318.704 212.578zM512 384v256h-64v-320h256v64z" />
+<glyph unicode="" glyph-name="bell" d="M1025.5 160c0 288-256 224-256 448 0 18.56-1.788 34.42-5.048 47.928-16.83 113.018-92.156 203.72-189.772 231.36 0.866 3.948 1.32 8.032 1.32 12.21 0 33.278-28.8 60.502-64 60.502s-64-27.224-64-60.5c0-4.18 0.456-8.264 1.32-12.21-109.47-30.998-190.914-141.298-193.254-273.442-0.040-1.92-0.066-3.864-0.066-5.846 0-224.002-256-160.002-256-448.002 0-76.226 170.59-139.996 398.97-156.080 21.524-40.404 64.056-67.92 113.030-67.92s91.508 27.516 113.030 67.92c228.38 16.084 398.97 79.854 398.97 156.080 0 0.228-0.026 0.456-0.028 0.682l1.528-0.682zM826.246 105.904c-54.23-14.47-118.158-24.876-186.768-30.648-5.704 65.418-60.582 116.744-127.478 116.744s-121.774-51.326-127.478-116.744c-68.608 5.772-132.538 16.178-186.768 30.648-74.63 19.914-110.31 42.19-123.368 54.096 13.058 11.906 48.738 34.182 123.368 54.096 86.772 23.152 198.372 35.904 314.246 35.904s227.474-12.752 314.246-35.904c74.63-19.914 110.31-42.19 123.368-54.096-13.058-11.906-48.738-34.182-123.368-54.096z" />
+<glyph unicode="" glyph-name="stopwatch" d="M512.002 766.788v65.212h128v64c0 35.346-28.654 64-64.002 64h-191.998c-35.346 0-64-28.654-64-64v-64h128v-65.212c-214.798-16.338-384-195.802-384-414.788 0-229.75 186.25-416 416-416s416 186.25 416 416c0 218.984-169.202 398.448-384 414.788zM706.276 125.726c-60.442-60.44-140.798-93.726-226.274-93.726s-165.834 33.286-226.274 93.726c-60.44 60.44-93.726 140.8-93.726 226.274s33.286 165.834 93.726 226.274c58.040 58.038 134.448 91.018 216.114 93.548l-21.678-314.020c-1.86-26.29 12.464-37.802 31.836-37.802s33.698 11.512 31.836 37.802l-21.676 314.022c81.666-2.532 158.076-35.512 216.116-93.55 60.44-60.44 93.726-140.8 93.726-226.274s-33.286-165.834-93.726-226.274z" />
+<glyph unicode="" glyph-name="calendar" d="M320 576h128v-128h-128zM512 576h128v-128h-128zM704 576h128v-128h-128zM128 192h128v-128h-128zM320 192h128v-128h-128zM512 192h128v-128h-128zM320 384h128v-128h-128zM512 384h128v-128h-128zM704 384h128v-128h-128zM128 384h128v-128h-128zM832 960v-64h-128v64h-448v-64h-128v64h-128v-1024h960v1024h-128zM896 0h-832v704h832v-704z" />
+<glyph unicode="" glyph-name="printer" d="M256 896h512v-128h-512v128zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.794-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM128 512c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.652-64-64-64zM704 64h-384v320h384v-320z" />
+<glyph unicode="" glyph-name="keyboard" horiz-adv-x="1152" d="M1088 832h-1024c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h1024c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM640 704h128v-128h-128v128zM832 512v-128h-128v128h128zM448 704h128v-128h-128v128zM640 512v-128h-128v128h128zM256 704h128v-128h-128v128zM448 512v-128h-128v128h128zM128 704h64v-128h-64v128zM128 512h128v-128h-128v128zM192 192h-64v128h64v-128zM768 192h-512v128h512v-128zM1024 192h-192v128h192v-128zM1024 384h-128v128h128v-128zM1024 576h-192v128h192v-128z" />
+<glyph unicode="" glyph-name="display" d="M0 896v-640h1024v640h-1024zM960 320h-896v512h896v-512zM672 192h-320l-32-128-64-64h512l-64 64z" />
+<glyph unicode="" glyph-name="laptop" d="M896 256v512c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-512h-128v-192h1024v192h-128zM640 128h-256v64h256v-64zM832 256h-640v511.886c0.034 0.040 0.076 0.082 0.114 0.114h639.77c0.040-0.034 0.082-0.076 0.116-0.116v-511.884z" />
+<glyph unicode="" glyph-name="mobile" d="M736 960h-448c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h448c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM384 912h256v-32h-256v32zM512 0c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM768 192h-512v640h512v-640z" />
+<glyph unicode="" glyph-name="mobile2" d="M768 960h-576c-35.2 0-64-28.798-64-64v-896c0-35.2 28.798-64 64-64h576c35.2 0 64 28.8 64 64v896c0 35.202-28.8 64-64 64zM480-17.782c-27.492 0-49.782 22.29-49.782 49.782s22.29 49.782 49.782 49.782 49.782-22.29 49.782-49.782-22.29-49.782-49.782-49.782zM768 128h-576v704h576v-704z" />
+<glyph unicode="" glyph-name="tablet" d="M800 960h-640c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h640c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM480-32c-17.672 0-32 14.326-32 32s14.328 32 32 32 32-14.326 32-32-14.328-32-32-32zM768 64h-576v768h576v-768z" />
+<glyph unicode="" glyph-name="tv" d="M981.188 671.892c-88.808 12.768-183.382 22.016-282.076 27.22l164.888 164.888-64 64-224.558-224.556c-21.006 0.368-42.156 0.556-63.442 0.556v0l-256 256-64-64 194.196-194.196c-120.922-4.242-236.338-14.524-343.386-29.912-27.532-107.726-42.81-226.752-42.81-351.892s15.278-244.166 42.804-351.89c143.642-20.652 302.34-32.11 469.196-32.11s325.55 11.458 469.188 32.11c27.534 107.724 42.812 226.75 42.812 351.89s-15.278 244.166-42.812 351.892zM863.892 85.406c-107.73-13.766-226.75-21.406-351.892-21.406s-244.166 7.64-351.892 21.406c-20.648 71.816-32.108 151.166-32.108 234.594 0 83.43 11.458 162.78 32.108 234.596 107.726 13.766 226.75 21.404 351.892 21.404 125.136 0 244.162-7.638 351.886-21.404 20.656-71.816 32.114-151.166 32.114-234.596 0-83.428-11.458-162.778-32.108-234.594z" />
+<glyph unicode="" glyph-name="drawer" d="M1016.988 307.99l-256 320c-6.074 7.592-15.266 12.010-24.988 12.010h-448c-9.72 0-18.916-4.418-24.988-12.010l-256-320c-4.538-5.674-7.012-12.724-7.012-19.99v-288c0-35.346 28.654-64 64-64h896c35.348 0 64 28.654 64 64v288c0 7.266-2.472 14.316-7.012 19.99zM960 256h-224l-128-128h-192l-128 128h-224v20.776l239.38 299.224h417.24l239.38-299.224v-20.776zM736 448h-448c-17.672 0-32 14.328-32 32s14.328 32 32 32h448c17.674 0 32-14.328 32-32s-14.326-32-32-32zM800 320h-576c-17.672 0-32 14.326-32 32s14.328 32 32 32h576c17.674 0 32-14.326 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="drawer2" d="M1016.988 307.99l-256 320c-6.074 7.592-15.266 12.010-24.988 12.010h-448c-9.72 0-18.916-4.418-24.988-12.010l-256-320c-4.538-5.674-7.012-12.724-7.012-19.99v-288c0-35.346 28.654-64 64-64h896c35.348 0 64 28.654 64 64v288c0 7.266-2.472 14.316-7.012 19.99zM960 256h-224l-128-128h-192l-128 128h-224v20.776l239.38 299.224h417.24l239.38-299.224v-20.776z" />
+<glyph unicode="" glyph-name="box-add" d="M832 896h-640l-192-192v-672c0-17.674 14.326-32 32-32h960c17.672 0 32 14.326 32 32v672l-192 192zM512 128l-320 256h192v192h256v-192h192l-320-256zM154.51 768l64 64h586.978l64-64h-714.978z" />
+<glyph unicode="" glyph-name="box-remove" d="M832 896h-640l-192-192v-672c0-17.674 14.326-32 32-32h960c17.672 0 32 14.326 32 32v672l-192 192zM640 320v-192h-256v192h-192l320 256 320-256h-192zM154.51 768l64 64h586.976l64-64h-714.976z" />
+<glyph unicode="" glyph-name="download" d="M512 384l256 256h-192v256h-128v-256h-192zM744.726 488.728l-71.74-71.742 260.080-96.986-421.066-157.018-421.066 157.018 260.080 96.986-71.742 71.742-279.272-104.728v-256l512-192 512 192v256z" />
+<glyph unicode="" glyph-name="upload" d="M448 384h128v256h192l-256 256-256-256h192zM640 528v-98.712l293.066-109.288-421.066-157.018-421.066 157.018 293.066 109.288v98.712l-384-144v-256l512-192 512 192v256z" />
+<glyph unicode="" glyph-name="floppy-disk" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />
+<glyph unicode="" glyph-name="drive" d="M192 64h640c106.038 0 192 85.96 192 192h-1024c0-106.040 85.962-192 192-192zM832 192h64v-64h-64v64zM960 832h-896l-64-512h1024z" />
+<glyph unicode="" glyph-name="database" d="M512 960c-282.77 0-512-71.634-512-160v-128c0-88.366 229.23-160 512-160s512 71.634 512 160v128c0 88.366-229.23 160-512 160zM512 416c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160zM512 128c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160z" />
+<glyph unicode="" glyph-name="undo" d="M512 896c-141.384 0-269.376-57.32-362.032-149.978l-149.968 149.978v-384h384l-143.532 143.522c69.496 69.492 165.492 112.478 271.532 112.478 212.068 0 384-171.924 384-384 0-114.696-50.292-217.636-130.018-288l84.666-96c106.302 93.816 173.352 231.076 173.352 384 0 282.77-229.23 512-512 512z" />
+<glyph unicode="" glyph-name="redo" d="M0 384c0-152.924 67.048-290.184 173.35-384l84.666 96c-79.726 70.364-130.016 173.304-130.016 288 0 212.076 171.93 384 384 384 106.042 0 202.038-42.986 271.53-112.478l-143.53-143.522h384v384l-149.97-149.978c-92.654 92.658-220.644 149.978-362.030 149.978-282.77 0-512-229.23-512-512z" />
+<glyph unicode="" glyph-name="undo2" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />
+<glyph unicode="" glyph-name="redo2" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />
+<glyph unicode="" glyph-name="forward" d="M262.14 960c-113.728-206.032-132.89-520.304 313.86-509.824v253.824l384-384-384-384v248.372c-534.96-13.942-594.572 472.214-313.86 775.628z" />
+<glyph unicode="" glyph-name="reply" d="M448 184.372v-248.372l-384 384 384 384v-253.824c446.75-10.48 427.588 303.792 313.862 509.824 280.71-303.414 221.1-789.57-313.862-775.628z" />
+<glyph unicode="" glyph-name="bubble" d="M512 896c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
+<glyph unicode="" glyph-name="bubbles" horiz-adv-x="1152" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256s128.942 256 288 256c159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM512 960c278.458 0 504.992-180.614 511.836-405.52-49.182 21.92-103.586 33.52-159.836 33.52-95.56 0-185.816-33.446-254.138-94.178-70.846-62.972-109.862-147.434-109.862-237.822 0-44.672 9.544-87.888 27.736-127.788-5.228-0.126-10.468-0.212-15.736-0.212-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
+<glyph unicode="" glyph-name="bubbles2" horiz-adv-x="1152" d="M480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" />
+<glyph unicode="" glyph-name="bubble2" d="M512 768c-54.932 0-107.988-8.662-157.694-25.742-46.712-16.054-88.306-38.744-123.628-67.444-66.214-53.798-102.678-122.984-102.678-194.814 0-40.298 11.188-79.378 33.252-116.152 22.752-37.92 56.982-72.586 98.988-100.252 30.356-19.992 50.78-51.948 56.176-87.894 1.8-11.984 2.928-24.088 3.37-36.124 7.47 6.194 14.75 12.846 21.88 19.976 24.154 24.152 56.78 37.49 90.502 37.49 5.368 0 10.762-0.336 16.156-1.024 20.974-2.666 42.398-4.020 63.676-4.020 54.934 0 107.988 8.66 157.694 25.742 46.712 16.054 88.306 38.744 123.628 67.444 66.214 53.796 102.678 122.984 102.678 194.814s-36.464 141.016-102.678 194.814c-35.322 28.698-76.916 51.39-123.628 67.444-49.706 17.080-102.76 25.742-157.694 25.742zM512 896v0c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
+<glyph unicode="" glyph-name="bubbles3" horiz-adv-x="1152" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256s128.942 256 288 256c159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM230.678 738.814c-66.214-53.798-102.678-122.984-102.678-194.814 0-40.298 11.188-79.378 33.252-116.15 22.752-37.92 56.982-72.586 98.988-100.252 30.356-19.992 50.78-51.948 56.176-87.894 1.8-11.984 2.928-24.088 3.37-36.124 7.47 6.194 14.75 12.846 21.88 19.976 24.154 24.152 56.78 37.49 90.502 37.49 5.368 0 10.762-0.336 16.156-1.024 20.948-2.662 42.344-4.016 63.594-4.020v-128c-27.128 0.002-53.754 1.738-79.742 5.042-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416 278.458 0 504.992-180.614 511.836-405.52-41.096 18.316-85.84 29.422-132.262 32.578-11.53 56.068-45.402 108.816-98.252 151.756-35.322 28.698-76.916 51.39-123.628 67.444-49.706 17.080-102.76 25.742-157.694 25.742-54.932 0-107.988-8.662-157.694-25.742-46.712-16.054-88.306-38.744-123.628-67.444z" />
+<glyph unicode="" glyph-name="bubbles4" horiz-adv-x="1152" d="M480 832c-50.666 0-99.582-7.95-145.386-23.628-42.924-14.694-81.114-35.436-113.502-61.646-60.044-48.59-93.112-110.802-93.112-175.174 0-35.99 10.066-70.948 29.92-103.898 20.686-34.34 51.898-65.794 90.26-90.958 30.44-19.968 50.936-51.952 56.362-87.95 0.902-5.99 1.63-12.006 2.18-18.032 2.722 2.52 5.424 5.114 8.114 7.794 24.138 24.040 56.688 37.312 90.322 37.312 5.348 0 10.718-0.336 16.094-1.018 19.36-2.452 39.124-3.696 58.748-3.696 50.666 0 99.58 7.948 145.384 23.628 42.926 14.692 81.116 35.434 113.504 61.644 60.046 48.59 93.112 110.802 93.112 175.174s-33.066 126.582-93.112 175.174c-32.388 26.212-70.578 46.952-113.504 61.646-45.804 15.678-94.718 23.628-145.384 23.628zM480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" />
+<glyph unicode="" glyph-name="user" d="M576 253.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388z" />
+<glyph unicode="" glyph-name="users" horiz-adv-x="1152" d="M768 189.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388zM327.196 164.672c55.31 36.15 124.080 63.636 199.788 80.414-15.054 17.784-28.708 37.622-40.492 59.020-30.414 55.234-46.492 116.058-46.492 175.894 0 86.042 0 167.31 30.6 233.762 29.706 64.504 83.128 104.496 159.222 119.488-16.914 76.48-61.94 126.75-181.822 126.75-192 0-192-128.942-192-288 0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h279.006c14.518 12.91 30.596 25.172 48.19 36.672z" />
+<glyph unicode="" glyph-name="user-plus" d="M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
+<glyph unicode="" glyph-name="user-minus" d="M384 224c0 151.234 95.874 280.486 230.032 330.2 16.28 36.538 25.968 77.164 25.968 117.8 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h397.306c-8.664 30.53-13.306 62.732-13.306 96zM736 512c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.056 0 288 128.942 288 288s-128.942 288-288 288zM896 192h-320v64h320v-64z" />
+<glyph unicode="" glyph-name="user-check" d="M960 352l-288-288-96 96-64-64 160-160 352 352zM448 192h320v115.128c-67.22 39.2-156.308 66.11-256 74.26v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h448v64z" />
+<glyph unicode="" glyph-name="user-tie" d="M320 768c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192s-192 85.961-192 192zM768.078 512h-35.424l-199.104-404.244 74.45 372.244-96 96-96-96 74.45-372.244-199.102 404.244h-35.424c-127.924 0-127.924-85.986-127.924-192v-320h768v320c0 106.014 0 192-127.922 192z" />
+<glyph unicode="" glyph-name="quotes-left" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
+<glyph unicode="" glyph-name="quotes-right" d="M800 320c-123.712 0-224 100.29-224 224 0 123.712 100.288 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.634 11.636 22.252 24.016 31.83 37.020-11.438-1.8-23.16-2.746-35.104-2.746zM224 320c-123.71 0-224 100.29-224 224 0 123.712 100.29 224 224 224s224-100.288 224-224l1-32c0-247.424-200.576-448-448-448v128c85.474 0 165.834 33.286 226.274 93.726 11.636 11.636 22.254 24.016 31.832 37.020-11.44-1.8-23.16-2.746-35.106-2.746z" />
+<glyph unicode="" glyph-name="hour-glass" d="M728.992 448c137.754 87.334 231.008 255.208 231.008 448 0 21.676-1.192 43.034-3.478 64h-889.042c-2.29-20.968-3.48-42.326-3.48-64 0-192.792 93.254-360.666 231.006-448-137.752-87.334-231.006-255.208-231.006-448 0-21.676 1.19-43.034 3.478-64h889.042c2.288 20.966 3.478 42.324 3.478 64 0.002 192.792-93.252 360.666-231.006 448zM160 0c0 186.912 80.162 345.414 224 397.708v100.586c-143.838 52.29-224 210.792-224 397.706v0h704c0-186.914-80.162-345.416-224-397.706v-100.586c143.838-52.294 224-210.796 224-397.708h-704zM619.626 290.406c-71.654 40.644-75.608 93.368-75.626 125.366v64.228c0 31.994 3.804 84.914 75.744 125.664 38.504 22.364 71.808 56.348 97.048 98.336h-409.582c25.266-42.032 58.612-76.042 97.166-98.406 71.654-40.644 75.606-93.366 75.626-125.366v-64.228c0-31.992-3.804-84.914-75.744-125.664-72.622-42.18-126.738-125.684-143.090-226.336h501.67c-16.364 100.708-70.53 184.248-143.212 226.406z" />
+<glyph unicode="" glyph-name="spinner" d="M384 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM655.53 719.53c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM832 448c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM719.53 176.47c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM448.002 64c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM176.472 176.47c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM144.472 719.53c0 0 0 0 0 0 0 53.019 42.981 96 96 96s96-42.981 96-96c0 0 0 0 0 0 0-53.019-42.981-96-96-96s-96 42.981-96 96zM56 448c0 39.765 32.235 72 72 72s72-32.235 72-72c0-39.765-32.235-72-72-72s-72 32.235-72 72z" />
+<glyph unicode="" glyph-name="spinner2" d="M1024 448c-1.278 66.862-15.784 133.516-42.576 194.462-26.704 61-65.462 116.258-113.042 161.92-47.552 45.696-103.944 81.82-164.984 105.652-61.004 23.924-126.596 35.352-191.398 33.966-64.81-1.282-129.332-15.374-188.334-41.356-59.048-25.896-112.542-63.47-156.734-109.576-44.224-46.082-79.16-100.708-102.186-159.798-23.114-59.062-34.128-122.52-32.746-185.27 1.286-62.76 14.964-125.148 40.134-182.206 25.088-57.1 61.476-108.828 106.11-151.548 44.61-42.754 97.472-76.504 154.614-98.72 57.118-22.304 118.446-32.902 179.142-31.526 60.708 1.29 120.962 14.554 176.076 38.914 55.15 24.282 105.116 59.48 146.366 102.644 41.282 43.14 73.844 94.236 95.254 149.43 13.034 33.458 21.88 68.4 26.542 103.798 1.246-0.072 2.498-0.12 3.762-0.12 35.346 0 64 28.652 64 64 0 1.796-0.094 3.572-0.238 5.332h0.238zM922.306 278.052c-23.472-53.202-57.484-101.4-99.178-141.18-41.67-39.81-91-71.186-144.244-91.79-53.228-20.678-110.29-30.452-166.884-29.082-56.604 1.298-112.596 13.736-163.82 36.474-51.25 22.666-97.684 55.49-135.994 95.712-38.338 40.198-68.528 87.764-88.322 139.058-19.87 51.284-29.228 106.214-27.864 160.756 1.302 54.552 13.328 108.412 35.254 157.69 21.858 49.3 53.498 93.97 92.246 130.81 38.73 36.868 84.53 65.87 133.874 84.856 49.338 19.060 102.136 28.006 154.626 26.644 52.5-1.306 104.228-12.918 151.562-34.034 47.352-21.050 90.256-51.502 125.624-88.782 35.396-37.258 63.21-81.294 81.39-128.688 18.248-47.392 26.782-98.058 25.424-148.496h0.238c-0.144-1.76-0.238-3.536-0.238-5.332 0-33.012 24.992-60.174 57.086-63.624-6.224-34.822-16.53-68.818-30.78-100.992z" />
+<glyph unicode="" glyph-name="spinner3" d="M512 656.904c-32.964 0-59.686 26.724-59.686 59.686v179.060c0 32.964 26.722 59.686 59.686 59.686 32.962 0 59.688-26.722 59.688-59.686v-179.060c0-32.964-26.726-59.686-59.688-59.686zM512-36.956c-20.602 0-37.304 16.702-37.304 37.304v179.060c0 20.602 16.702 37.304 37.304 37.304 20.604 0 37.304-16.704 37.304-37.304v-179.060c0-20.602-16.7-37.304-37.304-37.304zM377.756 624.64c-19.34 0-38.146 10.034-48.512 27.988l-89.53 155.070c-15.452 26.764-6.282 60.986 20.482 76.438 26.762 15.45 60.986 6.284 76.438-20.482l89.53-155.072c15.452-26.764 6.282-60.986-20.482-76.438-8.81-5.084-18.432-7.504-27.926-7.504zM735.856 26.744c-11.602 0-22.886 6.022-29.108 16.792l-89.53 155.070c-9.27 16.056-3.77 36.592 12.29 45.864 16.056 9.264 36.59 3.77 45.864-12.292l89.532-155.068c9.27-16.058 3.768-36.592-12.292-45.864-5.286-3.048-11.060-4.502-16.756-4.502zM279.344 530.060c-8.86 0-17.838 2.256-26.064 7.006l-155.072 89.53c-24.978 14.422-33.538 46.362-19.116 71.342 14.42 24.978 46.364 33.538 71.342 19.116l155.070-89.53c24.98-14.422 33.538-46.362 19.116-71.34-9.668-16.756-27.226-26.124-45.276-26.124zM899.648 194.326c-5.064 0-10.196 1.29-14.894 4.004l-155.068 89.53c-14.274 8.24-19.164 26.494-10.924 40.768 8.242 14.276 26.496 19.166 40.766 10.924l155.070-89.532c14.274-8.24 19.164-26.492 10.924-40.766-5.53-9.574-15.562-14.928-25.874-14.928zM243.41 399.504h-179.060c-26.784 0-48.496 21.712-48.496 48.496s21.712 48.496 48.496 48.496h179.060c26.784 0 48.496-21.712 48.496-48.496s-21.712-48.496-48.496-48.496zM959.65 418.156c-0.002 0 0 0 0 0h-179.060c-16.482 0.002-29.844 13.364-29.844 29.844s13.364 29.844 29.844 29.844c0.002 0 0 0 0 0h179.060c16.482 0 29.844-13.362 29.844-29.844 0-16.48-13.364-29.844-29.844-29.844zM124.366 179.402c-15.472 0-30.518 8.028-38.81 22.39-12.362 21.41-5.026 48.79 16.384 61.148l155.072 89.532c21.41 12.368 48.79 5.028 61.15-16.384 12.362-21.412 5.026-48.79-16.384-61.15l-155.072-89.53c-7.050-4.070-14.748-6.006-22.34-6.006zM744.632 552.448c-10.314 0-20.346 5.352-25.874 14.926-8.24 14.274-3.35 32.526 10.924 40.768l155.070 89.528c14.272 8.236 32.526 3.352 40.768-10.922 8.24-14.274 3.35-32.526-10.924-40.768l-155.070-89.528c-4.7-2.714-9.83-4.004-14.894-4.004zM288.136 19.284c-6.962 0-14.016 1.774-20.48 5.504-19.626 11.332-26.35 36.428-15.020 56.054l89.53 155.070c11.33 19.628 36.426 26.352 56.054 15.022 19.626-11.332 26.35-36.43 15.020-56.054l-89.53-155.072c-7.598-13.166-21.392-20.524-35.574-20.524zM646.266 650.758c-5.062 0-10.196 1.29-14.894 4.002-14.274 8.242-19.164 26.494-10.924 40.766l89.534 155.070c8.24 14.274 26.492 19.166 40.766 10.922 14.274-8.242 19.164-26.494 10.924-40.766l-89.532-155.070c-5.53-9.57-15.56-14.924-25.874-14.924z" />
+<glyph unicode="" glyph-name="spinner4" d="M192 448c0 12.18 0.704 24.196 2.030 36.022l-184.98 60.104c-5.916-31.14-9.050-63.264-9.050-96.126 0-147.23 62.166-279.922 161.654-373.324l114.284 157.296c-52.124 56.926-83.938 132.758-83.938 216.028zM832 448c0-83.268-31.812-159.102-83.938-216.028l114.284-157.296c99.488 93.402 161.654 226.094 161.654 373.324 0 32.862-3.132 64.986-9.048 96.126l-184.98-60.104c1.324-11.828 2.028-23.842 2.028-36.022zM576 761.592c91.934-18.662 169.544-76.742 214.45-155.826l184.978 60.102c-73.196 155.42-222.24 268.060-399.428 290.156v-194.432zM233.55 605.768c44.906 79.084 122.516 137.164 214.45 155.826v194.43c-177.188-22.096-326.23-134.736-399.426-290.154l184.976-60.102zM644.556 156.672c-40.39-18.408-85.272-28.672-132.556-28.672s-92.166 10.264-132.554 28.67l-114.292-157.31c73.206-40.366 157.336-63.36 246.846-63.36s173.64 22.994 246.848 63.36l-114.292 157.312z" />
+<glyph unicode="" glyph-name="spinner5" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 704c141.384 0 256-114.616 256-256s-114.616-256-256-256-256 114.616-256 256 114.616 256 256 256zM817.47 142.53c-81.594-81.594-190.080-126.53-305.47-126.53-115.392 0-223.876 44.936-305.47 126.53s-126.53 190.078-126.53 305.47c0 115.39 44.936 223.876 126.53 305.47l67.882-67.882c0 0 0 0 0 0-131.006-131.006-131.006-344.17 0-475.176 63.462-63.462 147.838-98.412 237.588-98.412 89.748 0 174.124 34.95 237.588 98.412 131.006 131.006 131.006 344.168 0 475.176l67.882 67.882c81.594-81.594 126.53-190.080 126.53-305.47 0-115.392-44.936-223.876-126.53-305.47z" />
+<glyph unicode="" glyph-name="spinner6" d="M384 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM790.994 448c0 0 0 0 0 0 0 57.993 47.013 105.006 105.006 105.006s105.006-47.013 105.006-105.006c0 0 0 0 0 0 0-57.993-47.013-105.006-105.006-105.006s-105.006 47.013-105.006 105.006zM688.424 176.47c0 52.526 42.58 95.106 95.106 95.106s95.106-42.58 95.106-95.106c0-52.526-42.58-95.106-95.106-95.106s-95.106 42.58-95.106 95.106zM425.862 64c0 47.573 38.565 86.138 86.138 86.138s86.138-38.565 86.138-86.138c0-47.573-38.565-86.138-86.138-86.138s-86.138 38.565-86.138 86.138zM162.454 176.47c0 43.088 34.93 78.018 78.018 78.018s78.018-34.93 78.018-78.018c0-43.088-34.93-78.018-78.018-78.018s-78.018 34.93-78.018 78.018zM57.338 448c0 39.026 31.636 70.662 70.662 70.662s70.662-31.636 70.662-70.662c0-39.026-31.636-70.662-70.662-70.662s-70.662 31.636-70.662 70.662zM176.472 719.528c0 0 0 0 0 0 0 35.346 28.654 64 64 64s64-28.654 64-64c0 0 0 0 0 0 0-35.346-28.654-64-64-64s-64 28.654-64 64zM899.464 719.528c0-64.024-51.906-115.934-115.936-115.934-64.024 0-115.936 51.91-115.936 115.934 0 64.032 51.912 115.934 115.936 115.934 64.030 0 115.936-51.902 115.936-115.934z" />
+<glyph unicode="" glyph-name="spinner7" d="M416 32c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM0 448c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM832 448c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM121.844 742.156c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM710.156 153.844c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM121.844 153.844c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM710.156 742.156c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96z" />
+<glyph unicode="" glyph-name="spinner8" d="M512-64c-136.76 0-265.334 53.258-362.040 149.96-96.702 96.706-149.96 225.28-149.96 362.040 0 96.838 27.182 191.134 78.606 272.692 50 79.296 120.664 143.372 204.356 185.3l43-85.832c-68.038-34.084-125.492-86.186-166.15-150.67-41.746-66.208-63.812-142.798-63.812-221.49 0-229.382 186.618-416 416-416s416 186.618 416 416c0 78.692-22.066 155.282-63.81 221.49-40.66 64.484-98.114 116.584-166.15 150.67l43 85.832c83.692-41.928 154.358-106.004 204.356-185.3 51.422-81.558 78.604-175.854 78.604-272.692 0-136.76-53.258-265.334-149.96-362.040-96.706-96.702-225.28-149.96-362.040-149.96z" />
+<glyph unicode="" glyph-name="spinner9" d="M512 960c-278.748 0-505.458-222.762-511.848-499.974 5.92 241.864 189.832 435.974 415.848 435.974 229.75 0 416-200.576 416-448 0-53.020 42.98-96 96-96s96 42.98 96 96c0 282.77-229.23 512-512 512zM512-64c278.748 0 505.458 222.762 511.848 499.974-5.92-241.864-189.832-435.974-415.848-435.974-229.75 0-416 200.576-416 448 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-282.77 229.23-512 512-512z" />
+<glyph unicode="" glyph-name="spinner10" d="M0.042 446.382l-0.022-0.004c0 0 0.012-0.090 0.028-0.222 0.11-3.878 0.55-7.676 1.322-11.352 0.204-1.746 0.428-3.66 0.674-5.774 0.222-1.886 0.46-3.914 0.718-6.078 0.374-2.566 0.77-5.292 1.19-8.176 0.856-5.746 1.8-12.124 2.908-18.958 1.348-6.446 2.804-13.414 4.364-20.864 0.71-3.718 1.776-7.504 2.786-11.406 1.024-3.89 2.078-7.894 3.16-12.004 0.566-2.042 1.040-4.132 1.708-6.208 0.656-2.074 1.32-4.176 1.988-6.3 1.348-4.234 2.726-8.566 4.136-12.988 0.352-1.106 0.708-2.21 1.064-3.324 0.408-1.102 0.814-2.208 1.226-3.316 0.826-2.218 1.658-4.458 2.502-6.714 1.696-4.496 3.422-9.078 5.18-13.742 1.968-4.566 3.97-9.214 6.004-13.934 1.018-2.348 2.044-4.714 3.078-7.098 1.048-2.376 2.27-4.704 3.408-7.074 2.322-4.714 4.678-9.496 7.062-14.332 2.47-4.786 5.208-9.512 7.846-14.328 1.336-2.398 2.68-4.808 4.028-7.23 1.368-2.41 2.902-4.75 4.356-7.14 2.95-4.738 5.93-9.524 8.934-14.348 12.64-18.894 26.676-37.566 42.21-55.278 15.712-17.578 32.726-34.25 50.692-49.602 18.18-15.136 37.264-28.902 56.726-41.114 19.604-12.036 39.644-22.312 59.376-31.144 5.004-2.040 9.964-4.062 14.878-6.066 2.462-0.972 4.868-2.032 7.336-2.918 2.47-0.868 4.93-1.734 7.376-2.594 4.898-1.684 9.678-3.468 14.484-4.992 4.832-1.43 9.604-2.844 14.312-4.242 2.356-0.672 4.66-1.426 7.004-2.012 2.346-0.574 4.676-1.14 6.986-1.704 4.606-1.118 9.142-2.214 13.604-3.296 4.5-0.868 8.926-1.722 13.27-2.558 2.166-0.41 4.31-0.82 6.434-1.222 1.062-0.2 2.118-0.398 3.166-0.598 1.060-0.148 2.118-0.292 3.166-0.442 4.192-0.582 8.292-1.152 12.3-1.71 1.998-0.274 3.972-0.546 5.922-0.816 1.946-0.286 3.904-0.378 5.814-0.57 3.822-0.336 7.544-0.664 11.164-0.98 3.616-0.304 7.104-0.688 10.526-0.738 0.23-0.008 0.452-0.016 0.682-0.026 0.614-34.812 29.008-62.846 63.968-62.846 0.542 0 1.080 0.028 1.62 0.042v-0.022c0 0 0.090 0.012 0.224 0.028 3.878 0.11 7.674 0.55 11.35 1.322 1.748 0.204 3.662 0.426 5.776 0.672 1.884 0.222 3.912 0.462 6.076 0.718 2.566 0.376 5.292 0.772 8.176 1.192 5.746 0.856 12.124 1.8 18.958 2.908 6.446 1.348 13.414 2.804 20.864 4.362 3.718 0.712 7.504 1.778 11.406 2.786 3.892 1.026 7.894 2.080 12.004 3.162 2.044 0.566 4.132 1.040 6.208 1.708 2.074 0.656 4.174 1.318 6.3 1.988 4.232 1.348 8.564 2.726 12.988 4.134 1.104 0.354 2.21 0.708 3.324 1.066 1.1 0.406 2.206 0.814 3.316 1.226 2.216 0.824 4.456 1.658 6.714 2.5 4.496 1.698 9.078 3.424 13.74 5.182 4.568 1.968 9.216 3.97 13.936 6.004 2.348 1.018 4.714 2.044 7.098 3.078 2.376 1.048 4.702 2.27 7.074 3.408 4.714 2.322 9.494 4.678 14.33 7.062 4.786 2.47 9.512 5.208 14.328 7.846 2.398 1.336 4.808 2.678 7.23 4.028 2.41 1.366 4.75 2.9 7.14 4.354 4.738 2.952 9.524 5.93 14.35 8.936 18.89 12.64 37.564 26.674 55.278 42.21 17.574 15.712 34.248 32.726 49.602 50.69 15.136 18.182 28.902 37.264 41.112 56.728 12.036 19.602 22.314 39.644 31.142 59.376 2.042 5.002 4.062 9.964 6.068 14.878 0.974 2.462 2.032 4.868 2.918 7.334 0.87 2.472 1.732 4.932 2.592 7.376 1.686 4.898 3.468 9.678 4.994 14.484 1.432 4.832 2.846 9.604 4.24 14.31 0.674 2.358 1.43 4.66 2.016 7.004 0.57 2.348 1.138 4.676 1.702 6.988 1.118 4.606 2.216 9.14 3.296 13.602 0.868 4.502 1.72 8.928 2.558 13.272 0.41 2.164 0.818 4.308 1.222 6.434 0.2 1.060 0.398 2.116 0.596 3.164 0.148 1.062 0.296 2.118 0.444 3.168 0.582 4.19 1.152 8.292 1.708 12.3 0.278 1.996 0.55 3.97 0.82 5.922 0.284 1.946 0.376 3.902 0.568 5.812 0.336 3.822 0.664 7.546 0.98 11.164 0.304 3.616 0.686 7.106 0.738 10.528 0.020 0.534 0.040 1.044 0.058 1.574 35.224 0.146 63.732 28.738 63.732 63.992 0 0.542-0.028 1.080-0.042 1.62h0.022c0 0-0.012 0.090-0.028 0.224-0.11 3.878-0.55 7.674-1.322 11.35-0.204 1.748-0.428 3.662-0.674 5.776-0.222 1.886-0.46 3.914-0.718 6.076-0.374 2.566-0.77 5.294-1.19 8.176-0.856 5.746-1.8 12.124-2.908 18.958-1.348 6.444-2.804 13.414-4.364 20.862-0.71 3.72-1.776 7.506-2.786 11.408-1.024 3.892-2.078 7.894-3.16 12.002-0.566 2.044-1.040 4.134-1.708 6.208-0.656 2.076-1.32 4.174-1.988 6.3-1.348 4.234-2.726 8.566-4.136 12.99-0.352 1.102-0.708 2.21-1.064 3.324-0.408 1.1-0.814 2.206-1.226 3.316-0.826 2.216-1.658 4.454-2.502 6.714-1.696 4.498-3.422 9.080-5.18 13.74-1.968 4.57-3.97 9.216-6.004 13.936-1.020 2.348-2.044 4.714-3.078 7.098-1.048 2.376-2.27 4.702-3.408 7.076-2.322 4.714-4.678 9.494-7.062 14.33-2.47 4.786-5.208 9.512-7.846 14.328-1.336 2.398-2.68 4.808-4.028 7.23-1.368 2.41-2.902 4.75-4.356 7.14-2.95 4.74-5.93 9.524-8.934 14.35-12.64 18.892-26.676 37.564-42.21 55.278-15.712 17.576-32.726 34.25-50.692 49.602-18.18 15.136-37.264 28.902-56.726 41.112-19.604 12.036-39.644 22.314-59.376 31.142-5.004 2.040-9.964 4.062-14.878 6.068-2.462 0.974-4.868 2.032-7.336 2.918-2.47 0.87-4.93 1.734-7.376 2.592-4.898 1.684-9.678 3.468-14.484 4.994-4.832 1.432-9.604 2.846-14.312 4.242-2.356 0.672-4.66 1.428-7.004 2.014-2.346 0.572-4.676 1.138-6.986 1.702-4.606 1.118-9.142 2.216-13.604 3.298-4.5 0.868-8.926 1.72-13.27 2.558-2.166 0.412-4.31 0.82-6.434 1.222-1.062 0.2-2.118 0.398-3.166 0.596-1.060 0.148-2.118 0.296-3.166 0.442-4.192 0.584-8.292 1.154-12.3 1.71-1.998 0.276-3.972 0.55-5.922 0.82-1.946 0.284-3.904 0.376-5.814 0.57-3.822 0.336-7.544 0.664-11.164 0.98-3.616 0.304-7.104 0.686-10.526 0.738-0.852 0.032-1.674 0.062-2.512 0.092-0.65 34.78-29.028 62.778-63.966 62.778-0.542 0-1.080-0.028-1.62-0.042l-0.002 0.022c0 0-0.090-0.012-0.222-0.028-3.878-0.11-7.676-0.55-11.352-1.322-1.748-0.204-3.662-0.426-5.776-0.672-1.884-0.222-3.912-0.462-6.076-0.718-2.566-0.376-5.292-0.772-8.176-1.192-5.746-0.856-12.124-1.8-18.958-2.908-6.446-1.348-13.414-2.804-20.864-4.362-3.718-0.712-7.504-1.778-11.406-2.786-3.892-1.026-7.894-2.080-12.004-3.162-2.044-0.566-4.132-1.040-6.208-1.708-2.074-0.656-4.174-1.318-6.3-1.988-4.232-1.348-8.564-2.726-12.988-4.134-1.104-0.354-2.21-0.708-3.324-1.066-1.1-0.406-2.206-0.814-3.316-1.226-2.216-0.824-4.456-1.658-6.714-2.5-4.496-1.698-9.078-3.424-13.74-5.182-4.568-1.968-9.216-3.97-13.936-6.004-2.348-1.018-4.714-2.044-7.098-3.078-2.376-1.048-4.702-2.27-7.074-3.408-4.714-2.322-9.494-4.678-14.33-7.062-4.786-2.47-9.512-5.208-14.328-7.846-2.398-1.336-4.808-2.678-7.23-4.028-2.41-1.366-4.75-2.9-7.14-4.354-4.738-2.952-9.524-5.93-14.35-8.936-18.89-12.64-37.564-26.674-55.278-42.21-17.574-15.712-34.248-32.726-49.602-50.69-15.136-18.182-28.902-37.264-41.112-56.728-12.036-19.602-22.314-39.644-31.142-59.376-2.042-5.002-4.062-9.964-6.068-14.878-0.974-2.462-2.032-4.868-2.918-7.334-0.87-2.472-1.732-4.932-2.592-7.376-1.686-4.898-3.468-9.678-4.994-14.484-1.432-4.832-2.846-9.604-4.24-14.31-0.674-2.358-1.43-4.66-2.016-7.004-0.57-2.348-1.138-4.676-1.702-6.988-1.118-4.606-2.216-9.14-3.296-13.602-0.868-4.502-1.72-8.928-2.558-13.272-0.41-2.164-0.818-4.308-1.222-6.434-0.2-1.060-0.398-2.116-0.596-3.164-0.148-1.062-0.296-2.118-0.444-3.168-0.582-4.19-1.152-8.292-1.708-12.3-0.278-1.996-0.55-3.97-0.82-5.922-0.284-1.946-0.376-3.902-0.568-5.812-0.336-3.822-0.664-7.546-0.98-11.164-0.304-3.616-0.686-7.106-0.738-10.528-0.020-0.548-0.040-1.076-0.058-1.62-34.376-1.112-61.902-29.304-61.902-63.946 0-0.542 0.028-1.078 0.042-1.618zM73.518 511.294c0.042 0.196 0.086 0.384 0.128 0.58 0.644 3.248 1.632 6.542 2.556 9.942 0.934 3.388 1.894 6.876 2.88 10.454 0.516 1.78 0.934 3.602 1.546 5.406 0.596 1.802 1.202 3.628 1.81 5.476 1.218 3.682 2.464 7.45 3.736 11.294 0.316 0.958 0.634 1.924 0.956 2.892 0.37 0.954 0.74 1.914 1.114 2.876 0.746 1.924 1.5 3.868 2.26 5.83 1.52 3.904 3.070 7.882 4.646 11.93 1.768 3.96 3.566 7.99 5.392 12.080 0.908 2.038 1.824 4.090 2.746 6.156 0.932 2.060 2.036 4.072 3.052 6.126 2.070 4.084 4.17 8.222 6.294 12.412 2.202 4.142 4.654 8.224 6.998 12.392 1.184 2.074 2.374 4.16 3.57 6.256 1.21 2.086 2.586 4.102 3.876 6.166 2.616 4.098 5.256 8.232 7.918 12.402 11.234 16.298 23.632 32.398 37.33 47.638 13.874 15.104 28.842 29.404 44.598 42.548 15.974 12.928 32.686 24.65 49.676 35.022 17.13 10.194 34.6 18.838 51.734 26.258 4.35 1.7 8.662 3.382 12.934 5.050 2.136 0.812 4.216 1.71 6.36 2.444 2.146 0.714 4.28 1.428 6.404 2.136 4.25 1.386 8.382 2.888 12.548 4.142 4.184 1.174 8.314 2.332 12.392 3.474 2.038 0.55 4.026 1.19 6.054 1.662 2.030 0.458 4.044 0.914 6.044 1.368 3.978 0.91 7.896 1.806 11.748 2.688 3.888 0.686 7.71 1.36 11.462 2.022 1.868 0.33 3.716 0.658 5.546 0.98 0.914 0.162 1.824 0.324 2.728 0.484 0.916 0.112 1.828 0.222 2.734 0.332 3.612 0.448 7.148 0.882 10.604 1.31 1.72 0.216 3.422 0.432 5.102 0.644 1.674 0.226 3.364 0.266 5.010 0.408 3.292 0.238 6.498 0.472 9.616 0.7 3.11 0.218 6.11 0.524 9.058 0.508 5.848 0.132 11.32 0.256 16.38 0.372 4.664-0.168 8.948-0.324 12.818-0.462 1.914-0.054 3.726-0.108 5.432-0.156 2.122-0.134 4.108-0.26 5.958-0.378 2.13-0.138 4.060-0.266 5.82-0.38 3.256-0.51 6.592-0.782 9.99-0.782 0.466 0 0.93 0.026 1.396 0.036 0.132-0.008 0.224-0.014 0.224-0.014v0.020c31.14 0.778 56.75 23.784 61.556 53.754 0.542-0.12 1.064-0.236 1.612-0.356 3.246-0.644 6.542-1.632 9.942-2.556 3.386-0.934 6.876-1.894 10.454-2.88 1.778-0.516 3.602-0.934 5.404-1.546 1.802-0.596 3.63-1.202 5.478-1.812 3.68-1.218 7.448-2.464 11.292-3.736 0.96-0.316 1.924-0.634 2.892-0.956 0.956-0.37 1.914-0.74 2.876-1.112 1.926-0.746 3.868-1.5 5.83-2.26 3.904-1.52 7.884-3.070 11.932-4.646 3.96-1.768 7.988-3.566 12.080-5.392 2.038-0.908 4.088-1.824 6.156-2.746 2.060-0.932 4.072-2.036 6.126-3.054 4.082-2.070 8.222-4.17 12.41-6.294 4.144-2.202 8.226-4.654 12.394-6.998 2.074-1.184 4.16-2.374 6.256-3.572 2.086-1.21 4.102-2.586 6.166-3.876 4.098-2.616 8.23-5.256 12.402-7.918 16.296-11.234 32.398-23.632 47.636-37.33 15.104-13.874 29.406-28.842 42.55-44.598 12.928-15.974 24.648-32.686 35.020-49.676 10.196-17.13 18.84-34.6 26.26-51.736 1.698-4.348 3.382-8.662 5.050-12.932 0.812-2.136 1.71-4.216 2.444-6.36 0.714-2.146 1.428-4.28 2.136-6.404 1.386-4.25 2.888-8.384 4.142-12.548 1.174-4.184 2.33-8.316 3.474-12.392 0.55-2.038 1.19-4.026 1.66-6.054 0.46-2.030 0.916-4.046 1.368-6.046 0.91-3.978 1.808-7.896 2.688-11.748 0.688-3.888 1.362-7.71 2.024-11.462 0.33-1.868 0.656-3.716 0.98-5.548 0.162-0.914 0.324-1.824 0.484-2.728 0.11-0.916 0.222-1.828 0.332-2.734 0.446-3.612 0.882-7.148 1.31-10.604 0.216-1.72 0.432-3.42 0.642-5.1 0.226-1.674 0.268-3.364 0.41-5.010 0.238-3.292 0.472-6.498 0.7-9.616 0.218-3.11 0.524-6.11 0.508-9.058 0.132-5.848 0.256-11.32 0.372-16.38-0.168-4.664-0.324-8.948-0.462-12.818-0.054-1.914-0.108-3.726-0.156-5.432-0.134-2.122-0.26-4.108-0.378-5.958-0.138-2.13-0.266-4.060-0.38-5.82-0.498-3.256-0.768-6.592-0.768-9.99 0-0.468 0.026-0.93 0.036-1.396-0.008-0.132-0.016-0.224-0.016-0.224h0.022c0.768-30.766 23.236-56.128 52.682-61.37-0.066-0.296-0.13-0.584-0.198-0.884-0.644-3.248-1.632-6.542-2.556-9.942-0.934-3.388-1.894-6.876-2.88-10.454-0.516-1.78-0.934-3.602-1.546-5.406-0.596-1.802-1.202-3.628-1.81-5.476-1.218-3.682-2.464-7.45-3.736-11.294-0.316-0.958-0.634-1.924-0.956-2.892-0.37-0.954-0.74-1.914-1.114-2.876-0.746-1.924-1.5-3.868-2.26-5.83-1.52-3.904-3.070-7.882-4.646-11.93-1.768-3.96-3.566-7.99-5.392-12.080-0.908-2.038-1.824-4.090-2.746-6.156-0.932-2.060-2.036-4.072-3.052-6.126-2.070-4.084-4.17-8.222-6.294-12.412-2.202-4.142-4.654-8.224-6.998-12.392-1.184-2.074-2.374-4.16-3.57-6.256-1.21-2.086-2.586-4.102-3.876-6.166-2.616-4.098-5.256-8.232-7.918-12.402-11.234-16.298-23.632-32.398-37.33-47.638-13.874-15.104-28.842-29.404-44.598-42.548-15.974-12.928-32.686-24.65-49.676-35.022-17.13-10.194-34.6-18.838-51.734-26.258-4.35-1.7-8.662-3.382-12.934-5.050-2.136-0.812-4.216-1.71-6.36-2.444-2.146-0.714-4.28-1.428-6.404-2.136-4.25-1.386-8.382-2.888-12.548-4.142-4.184-1.174-8.314-2.332-12.392-3.474-2.038-0.55-4.026-1.19-6.054-1.662-2.030-0.458-4.044-0.914-6.044-1.368-3.978-0.91-7.896-1.806-11.748-2.688-3.888-0.686-7.71-1.36-11.462-2.022-1.868-0.33-3.716-0.658-5.546-0.98-0.914-0.162-1.824-0.324-2.728-0.484-0.916-0.112-1.828-0.222-2.734-0.332-3.612-0.448-7.148-0.882-10.604-1.31-1.72-0.216-3.422-0.432-5.102-0.644-1.674-0.226-3.364-0.266-5.010-0.408-3.292-0.238-6.498-0.472-9.616-0.7-3.11-0.218-6.11-0.524-9.058-0.508-5.848-0.132-11.32-0.256-16.38-0.372-4.664 0.168-8.948 0.324-12.818 0.462-1.914 0.054-3.726 0.108-5.432 0.156-2.122 0.134-4.108 0.26-5.958 0.378-2.13 0.138-4.060 0.266-5.82 0.38-3.256 0.51-6.592 0.782-9.99 0.782-0.466 0-0.93-0.026-1.396-0.036-0.132 0.008-0.224 0.014-0.224 0.014v-0.020c-31.004-0.774-56.524-23.586-61.488-53.364-3.2 0.64-6.446 1.61-9.792 2.522-3.386 0.934-6.876 1.894-10.454 2.878-1.778 0.516-3.602 0.938-5.404 1.546-1.802 0.598-3.63 1.204-5.478 1.812-3.68 1.218-7.448 2.464-11.292 3.738-0.96 0.316-1.924 0.632-2.892 0.954-0.956 0.372-1.914 0.742-2.876 1.114-1.926 0.746-3.868 1.5-5.83 2.258-3.904 1.524-7.884 3.070-11.932 4.648-3.96 1.77-7.988 3.566-12.080 5.39-2.038 0.91-4.088 1.824-6.156 2.746-2.060 0.934-4.072 2.036-6.126 3.054-4.082 2.070-8.222 4.172-12.41 6.296-4.144 2.2-8.226 4.652-12.394 6.996-2.074 1.184-4.16 2.376-6.256 3.57-2.086 1.21-4.102 2.586-6.166 3.878-4.098 2.614-8.23 5.254-12.402 7.918-16.296 11.23-32.398 23.632-47.636 37.328-15.104 13.876-29.406 28.84-42.55 44.598-12.928 15.972-24.648 32.684-35.020 49.676-10.196 17.128-18.84 34.602-26.26 51.734-1.698 4.352-3.382 8.664-5.050 12.934-0.812 2.136-1.71 4.218-2.444 6.36-0.714 2.148-1.428 4.282-2.136 6.406-1.386 4.25-2.888 8.382-4.142 12.546-1.174 4.184-2.33 8.316-3.474 12.394-0.55 2.036-1.19 4.024-1.66 6.054-0.46 2.028-0.916 4.042-1.368 6.042-0.91 3.98-1.808 7.898-2.688 11.75-0.688 3.886-1.362 7.71-2.024 11.46-0.33 1.868-0.656 3.718-0.98 5.546-0.162 0.914-0.324 1.824-0.484 2.73-0.11 0.914-0.222 1.828-0.332 2.734-0.446 3.61-0.882 7.148-1.31 10.602-0.216 1.722-0.432 3.422-0.642 5.102-0.226 1.676-0.268 3.364-0.41 5.012-0.238 3.29-0.472 6.496-0.7 9.614-0.218 3.11-0.524 6.11-0.508 9.058-0.132 5.848-0.256 11.32-0.372 16.382 0.168 4.664 0.324 8.946 0.462 12.816 0.054 1.914 0.108 3.726 0.156 5.434 0.134 2.122 0.26 4.106 0.378 5.958 0.138 2.128 0.266 4.058 0.38 5.82 0.496 3.26 0.766 6.596 0.766 9.994 0 0.466-0.026 0.93-0.036 1.396 0.008 0.132 0.016 0.224 0.016 0.224h-0.022c-0.78 31.38-24.134 57.154-54.44 61.674z" />
+<glyph unicode="" glyph-name="spinner11" d="M1024 576h-384l143.53 143.53c-72.53 72.526-168.96 112.47-271.53 112.47s-199-39.944-271.53-112.47c-72.526-72.53-112.47-168.96-112.47-271.53s39.944-199 112.47-271.53c72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.528 112.472c6.056 6.054 11.86 12.292 17.456 18.668l96.32-84.282c-93.846-107.166-231.664-174.858-385.304-174.858-282.77 0-512 229.23-512 512s229.23 512 512 512c141.386 0 269.368-57.326 362.016-149.984l149.984 149.984v-384z" />
+<glyph unicode="" glyph-name="binoculars" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
+<glyph unicode="" glyph-name="search" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
+<glyph unicode="" glyph-name="zoom-in" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
+<glyph unicode="" glyph-name="zoom-out" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
+<glyph unicode="" glyph-name="enlarge" d="M1024 960h-416l160-160-192-192 96-96 192 192 160-160zM1024-64v416l-160-160-192 192-96-96 192-192-160-160zM0-64h416l-160 160 192 192-96 96-192-192-160 160zM0 960v-416l160 160 192-192 96 96-192 192 160 160z" />
+<glyph unicode="" glyph-name="shrink" d="M576 512h416l-160 160 192 192-96 96-192-192-160 160zM576 384v-416l160 160 192-192 96 96-192 192 160 160zM448 384.004h-416l160-160-192-192 96-96 192 192 160-160zM448 512v416l-160-160-192 192-96-96 192-192-160-160z" />
+<glyph unicode="" glyph-name="enlarge2" d="M1024 960v-416l-160 160-192-192-96 96 192 192-160 160zM448 288l-192-192 160-160h-416v416l160-160 192 192z" />
+<glyph unicode="" glyph-name="shrink2" d="M448 384v-416l-160 160-192-192-96 96 192 192-160 160zM1024 864l-192-192 160-160h-416v416l160-160 192 192z" />
+<glyph unicode="" glyph-name="key" d="M704 960c-176.73 0-320-143.268-320-320 0-20.026 1.858-39.616 5.376-58.624l-389.376-389.376v-192c0-35.346 28.654-64 64-64h64v64h128v128h128v128h128l83.042 83.042c34.010-12.316 70.696-19.042 108.958-19.042 176.73 0 320 143.268 320 320s-143.27 320-320 320zM799.874 639.874c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="key2" d="M1002.132 645.758l-101.106 101.104c-24.792 24.794-65.37 65.368-90.162 90.164l-101.106 101.104c-24.792 24.794-68.954 29.166-98.13 9.716l-276.438-184.292c-29.176-19.452-40.218-61.028-24.536-92.39l70.486-140.974c2.154-4.306 4.646-8.896 7.39-13.66l-356.53-356.53-32-224h192v64h128v128h128v128h128v71.186c6.396-3.812 12.534-7.216 18.192-10.044l140.97-70.488c31.366-15.682 72.94-4.638 92.39 24.538l184.294 276.44c19.454 29.172 15.078 73.33-9.714 98.126zM150.628 105.374l-45.254 45.254 311.572 311.57 45.254-45.254-311.572-311.57zM917.020 536.236l-45.256-45.256c-12.446-12.444-32.808-12.444-45.254 0l-271.53 271.53c-12.446 12.444-12.446 32.81 0 45.254l45.256 45.256c12.446 12.444 32.808 12.444 45.254 0l271.53-271.53c12.446-12.444 12.446-32.81 0-45.254z" />
+<glyph unicode="" glyph-name="lock1" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />
+<glyph unicode="" glyph-name="unlocked" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />
+<glyph unicode="" glyph-name="wrench" d="M1002.934 142.124l-460.552 394.76c21.448 40.298 33.618 86.282 33.618 135.116 0 159.058-128.942 288-288 288-29.094 0-57.172-4.332-83.646-12.354l166.39-166.39c24.89-24.89 24.89-65.62 0-90.51l-101.49-101.49c-24.89-24.89-65.62-24.89-90.51 0l-166.39 166.39c-8.022-26.474-12.354-54.552-12.354-83.646 0-159.058 128.942-288 288-288 48.834 0 94.818 12.17 135.116 33.62l394.76-460.552c22.908-26.724 62.016-28.226 86.904-3.338l101.492 101.492c24.888 24.888 23.386 63.994-3.338 86.902z" />
+<glyph unicode="" glyph-name="equalizer" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
+<glyph unicode="" glyph-name="equalizer2" d="M896 512h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576zM768 704h128v-128h-128v128zM592 128c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v576h-128v-576h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-192h128v192h16zM448 320h128v-128h-128v128zM272 512c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576h16zM128 704h128v-128h-128v128z" />
+<glyph unicode="" glyph-name="cog" 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="" glyph-name="cogs" d="M363.722 237.948l41.298 57.816-45.254 45.256-57.818-41.296c-10.722 5.994-22.204 10.774-34.266 14.192l-11.682 70.084h-64l-11.68-70.086c-12.062-3.418-23.544-8.198-34.266-14.192l-57.818 41.298-45.256-45.256 41.298-57.816c-5.994-10.72-10.774-22.206-14.192-34.266l-70.086-11.682v-64l70.086-11.682c3.418-12.060 8.198-23.544 14.192-34.266l-41.298-57.816 45.254-45.256 57.818 41.296c10.722-5.994 22.204-10.774 34.266-14.192l11.682-70.084h64l11.68 70.086c12.062 3.418 23.544 8.198 34.266 14.192l57.818-41.296 45.254 45.256-41.298 57.816c5.994 10.72 10.774 22.206 14.192 34.266l70.088 11.68v64l-70.086 11.682c-3.418 12.060-8.198 23.544-14.192 34.266zM224 96c-35.348 0-64 28.654-64 64s28.652 64 64 64 64-28.654 64-64-28.652-64-64-64zM1024 576v64l-67.382 12.25c-1.242 8.046-2.832 15.978-4.724 23.79l57.558 37.1-24.492 59.128-66.944-14.468c-4.214 6.91-8.726 13.62-13.492 20.13l39.006 56.342-45.256 45.254-56.342-39.006c-6.512 4.766-13.22 9.276-20.13 13.494l14.468 66.944-59.128 24.494-37.1-57.558c-7.812 1.892-15.744 3.482-23.79 4.724l-12.252 67.382h-64l-12.252-67.382c-8.046-1.242-15.976-2.832-23.79-4.724l-37.098 57.558-59.128-24.492 14.468-66.944c-6.91-4.216-13.62-8.728-20.13-13.494l-56.342 39.006-45.254-45.254 39.006-56.342c-4.766-6.51-9.278-13.22-13.494-20.13l-66.944 14.468-24.492-59.128 57.558-37.1c-1.892-7.812-3.482-15.742-4.724-23.79l-67.384-12.252v-64l67.382-12.25c1.242-8.046 2.832-15.978 4.724-23.79l-57.558-37.1 24.492-59.128 66.944 14.468c4.216-6.91 8.728-13.618 13.494-20.13l-39.006-56.342 45.254-45.256 56.342 39.006c6.51-4.766 13.22-9.276 20.13-13.492l-14.468-66.944 59.128-24.492 37.102 57.558c7.81-1.892 15.742-3.482 23.788-4.724l12.252-67.384h64l12.252 67.382c8.044 1.242 15.976 2.832 23.79 4.724l37.1-57.558 59.128 24.492-14.468 66.944c6.91 4.216 13.62 8.726 20.13 13.492l56.342-39.006 45.256 45.256-39.006 56.342c4.766 6.512 9.276 13.22 13.492 20.13l66.944-14.468 24.492 59.13-57.558 37.1c1.892 7.812 3.482 15.742 4.724 23.79l67.382 12.25zM672 468.8c-76.878 0-139.2 62.322-139.2 139.2s62.32 139.2 139.2 139.2 139.2-62.322 139.2-139.2c0-76.878-62.32-139.2-139.2-139.2z" />
+<glyph unicode="" glyph-name="hammer" d="M1009.996 131.024l-301.544 301.544c-18.668 18.668-49.214 18.668-67.882 0l-22.626-22.626-184 184 302.056 302.058h-320l-142.058-142.058-14.060 14.058h-67.882v-67.882l14.058-14.058-206.058-206.060 160-160 206.058 206.058 184-184-22.626-22.626c-18.668-18.668-18.668-49.214 0-67.882l301.544-301.544c18.668-18.668 49.214-18.668 67.882 0l113.136 113.136c18.67 18.666 18.67 49.214 0.002 67.882z" />
+<glyph unicode="" glyph-name="magic-wand" d="M256 768l-128 128h-64v-64l128-128zM320 960h64v-128h-64zM576 640h128v-64h-128zM640 832v64h-64l-128-128 64-64zM0 640h128v-64h-128zM320 384h64v-128h-64zM64 384v-64h64l128 128-64 64zM1010 78l-636.118 636.118c-18.668 18.668-49.214 18.668-67.882 0l-60.118-60.118c-18.668-18.668-18.668-49.214 0-67.882l636.118-636.118c18.668-18.668 49.214-18.668 67.882 0l60.118 60.118c18.668 18.668 18.668 49.214 0 67.882zM480 416l-192 192 64 64 192-192-64-64z" />
+<glyph unicode="" glyph-name="aid-kit" d="M896 704h-192v128c0 35.2-28.8 64-64 64h-256c-35.2 0-64-28.8-64-64v-128h-192c-70.4 0-128-57.6-128-128v-512c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v512c0 70.4-57.6 128-128 128zM384 832h256v-128h-256v128zM768 256h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128z" />
+<glyph unicode="" glyph-name="bug" d="M1024 384v64h-193.29c-5.862 72.686-31.786 139.026-71.67 192.25h161.944l70.060 280.24-62.090 15.522-57.94-231.76h-174.68c-0.892 0.694-1.796 1.374-2.698 2.056 6.71 19.502 10.362 40.422 10.362 62.194 0.002 105.76-85.958 191.498-191.998 191.498s-192-85.738-192-191.5c0-21.772 3.65-42.692 10.362-62.194-0.9-0.684-1.804-1.362-2.698-2.056h-174.68l-57.94 231.76-62.090-15.522 70.060-280.24h161.944c-39.884-53.222-65.806-119.562-71.668-192.248h-193.29v-64h193.37c3.802-45.664 15.508-88.812 33.638-127.75h-123.992l-70.060-280.238 62.090-15.524 57.94 231.762h112.354c58.692-78.032 147.396-127.75 246.66-127.75s187.966 49.718 246.662 127.75h112.354l57.94-231.762 62.090 15.524-70.060 280.238h-123.992c18.13 38.938 29.836 82.086 33.636 127.75h193.37z" />
+<glyph unicode="" glyph-name="pie-chart" d="M448 384v448c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448c0 72.034-17.028 140.084-47.236 200.382l-400.764-200.382zM912.764 712.382c-73.552 146.816-225.374 247.618-400.764 247.618v-448l400.764 200.382z" />
+<glyph unicode="" glyph-name="stats-dots" d="M128 64h896v-128h-1024v1024h128zM288 128c-53.020 0-96 42.98-96 96s42.98 96 96 96c2.828 0 5.622-0.148 8.388-0.386l103.192 171.986c-9.84 15.070-15.58 33.062-15.58 52.402 0 53.020 42.98 96 96 96s96-42.98 96-96c0-19.342-5.74-37.332-15.58-52.402l103.192-171.986c2.766 0.238 5.56 0.386 8.388 0.386 2.136 0 4.248-0.094 6.35-0.23l170.356 298.122c-10.536 15.408-16.706 34.036-16.706 54.11 0 53.020 42.98 96 96 96s96-42.98 96-96c0-53.020-42.98-96-96-96-2.14 0-4.248 0.094-6.35 0.232l-170.356-298.124c10.536-15.406 16.706-34.036 16.706-54.11 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 19.34 5.74 37.332 15.578 52.402l-103.19 171.984c-2.766-0.238-5.56-0.386-8.388-0.386s-5.622 0.146-8.388 0.386l-103.192-171.986c9.84-15.068 15.58-33.060 15.58-52.4 0-53.020-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="stats-bars" d="M0 128h1024v-128h-1024zM128 384h128v-192h-128zM320 640h128v-448h-128zM512 448h128v-256h-128zM704 832h128v-640h-128z" />
+<glyph unicode="" glyph-name="stats-bars2" d="M288 576h-192c-17.6 0-32-14.4-32-32v-576c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v576c0 17.6-14.4 32-32 32zM288 0h-192v256h192v-256zM608 704h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM608 0h-192v320h192v-320zM928 832h-192c-17.6 0-32-14.4-32-32v-832c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v832c0 17.6-14.4 32-32 32zM928 0h-192v384h192v-384z" />
+<glyph unicode="" glyph-name="trophy" d="M832 768v128h-640v-128h-192v-128c0-106.038 85.958-192 192-192 20.076 0 39.43 3.086 57.62 8.802 46.174-66.008 116.608-113.796 198.38-130.396v-198.406h-64c-70.694 0-128-57.306-128-128h512c0 70.694-57.306 128-128 128h-64v198.406c81.772 16.6 152.206 64.386 198.38 130.396 18.19-5.716 37.544-8.802 57.62-8.802 106.042 0 192 85.962 192 192v128h-192zM192 524c-63.962 0-116 52.038-116 116v64h116v-64c0-40.186 7.43-78.632 20.954-114.068-6.802-1.246-13.798-1.932-20.954-1.932zM948 640c0-63.962-52.038-116-116-116-7.156 0-14.152 0.686-20.954 1.932 13.524 35.436 20.954 73.882 20.954 114.068v64h116v-64z" />
+<glyph unicode="" glyph-name="gift" d="M771.516 640c18.126 12.88 35.512 27.216 51.444 43.148 33.402 33.402 55.746 74.5 62.912 115.722 7.858 45.186-3.672 87.14-31.63 115.1-22.3 22.298-52.51 34.086-87.364 34.086-49.632 0-101.922-23.824-143.46-65.362-66.476-66.476-105.226-158.238-126.076-223.722-15.44 65.802-46.206 154.644-106.018 214.458-32.094 32.092-73.114 48.57-111.846 48.57-31.654 0-61.78-11.004-84.26-33.486-49.986-49.988-43.232-137.786 15.086-196.104 20.792-20.792 45.098-38.062 70.72-52.412h-217.024v-256h64v-448h768v448.002h64v256h-188.484zM674.326 831.782c27.724 27.724 62.322 44.274 92.55 44.274 10.7 0 25.708-2.254 36.45-12.998 26.030-26.028 11.412-86.308-31.28-128.998-43.946-43.946-103.060-74.168-154.432-94.060h-50.672c18.568 57.548 52.058 136.456 107.384 191.782zM233.934 799.11c-0.702 9.12-0.050 26.248 12.196 38.494 10.244 10.244 23.788 12.396 33.348 12.396v0c21.258 0 43.468-10.016 60.932-27.48 33.872-33.872 61.766-87.772 80.668-155.876 0.51-1.84 1.008-3.67 1.496-5.486-1.816 0.486-3.646 0.984-5.486 1.496-68.104 18.904-122.002 46.798-155.874 80.67-15.828 15.826-25.77 36.16-27.28 55.786zM448 0h-256v416h256v-416zM448 448h-320v128h320v-128zM832 0h-256v416h256v-416zM896 448h-320v128h320v-128z" />
+<glyph unicode="" glyph-name="glass" d="M777.784 943.144c-5.576 10.38-16.406 16.856-28.19 16.856h-475.188c-11.784 0-22.614-6.476-28.19-16.856-35.468-66.020-54.216-143.184-54.216-223.144 0-105.412 32.372-204.828 91.154-279.938 45.428-58.046 102.48-96.54 164.846-112.172v-327.89h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v327.89c62.368 15.632 119.418 54.124 164.846 112.172 58.782 75.11 91.154 174.526 91.154 279.938 0 79.96-18.748 157.122-54.216 223.144zM294.1 896h435.8c24.974-52.902 38.1-113.338 38.1-176 0-5.364-0.108-10.696-0.296-16h-511.406c-0.19 5.304-0.296 10.636-0.296 16-0.002 62.664 13.126 123.098 38.098 176z" />
+<glyph unicode="" glyph-name="glass2" d="M889.162 780.23c7.568 9.632 8.972 22.742 3.62 33.758-5.356 11.018-16.532 18.012-28.782 18.012h-704c-12.25 0-23.426-6.994-28.78-18.012-5.356-11.018-3.95-24.126 3.618-33.758l313.162-398.57v-381.66h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v381.66l313.162 398.57zM798.162 768l-100.572-128h-371.18l-100.57 128h572.322z" />
+<glyph unicode="" glyph-name="mug" d="M960 640h-192v96c0 88.366-171.922 160-384 160s-384-71.634-384-160v-640c0-88.366 171.922-160 384-160s384 71.634 384 160v96h192c35.346 0 64 28.654 64 64v320c0 35.346-28.654 64-64 64zM176.056 701.602c-36.994 12.19-59.408 25.246-71.41 34.398 12.004 9.152 34.416 22.208 71.41 34.398 57.942 19.090 131.79 29.602 207.944 29.602s150.004-10.512 207.944-29.602c36.994-12.188 59.408-25.246 71.41-34.398-12.002-9.152-34.416-22.208-71.41-34.398-57.94-19.090-131.79-29.602-207.944-29.602s-150.002 10.512-207.944 29.602zM896 320h-128v192h128v-192z" />
+<glyph unicode="" glyph-name="spoon-knife" d="M224 960c-106.040 0-192-100.288-192-224 0-105.924 63.022-194.666 147.706-217.998l-31.788-518.124c-2.154-35.132 24.882-63.878 60.082-63.878h32c35.2 0 62.236 28.746 60.082 63.878l-31.788 518.124c84.684 23.332 147.706 112.074 147.706 217.998 0 123.712-85.96 224-192 224zM869.334 960l-53.334-320h-40l-26.666 320h-26.668l-26.666-320h-40l-53.334 320h-26.666v-416c0-17.672 14.326-32 32-32h83.338l-31.42-512.122c-2.154-35.132 24.882-63.878 60.082-63.878h32c35.2 0 62.236 28.746 60.082 63.878l-31.42 512.122h83.338c17.674 0 32 14.328 32 32v416h-26.666z" />
+<glyph unicode="" glyph-name="leaf" d="M1011.328 825.504c-110.752 83.928-281.184 134.034-455.91 134.034-216.12 0-392.226-75.456-483.16-207.020-42.708-61.79-66.33-134.958-70.208-217.474-3.454-73.474 8.884-154.726 36.684-242.146 94.874 284.384 359.82 507.102 665.266 507.102 0 0-285.826-75.232-465.524-308.192-0.112-0.138-2.494-3.090-6.614-8.698-36.080-48.278-67.538-103.162-91.078-165.328-39.87-94.83-76.784-224.948-76.784-381.782h128c0 0-19.43 122.222 14.36 262.79 55.89-7.556 105.858-11.306 150.852-11.306 117.678 0 201.37 25.46 263.388 80.124 55.568 48.978 86.198 114.786 118.624 184.456 49.524 106.408 105.654 227.010 268.654 320.152 9.33 5.332 15.362 14.992 16.056 25.716s-4.040 21.080-12.606 27.572z" />
+<glyph unicode="" glyph-name="rocket" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" />
+<glyph unicode="" glyph-name="meter" d="M512 896c282.77 0 512-229.23 512-512 0-192.792-106.576-360.666-264.008-448h-495.984c-157.432 87.334-264.008 255.208-264.008 448 0 282.77 229.23 512 512 512zM801.914 94.086c77.438 77.44 120.086 180.398 120.086 289.914h-90v64h85.038c-7.014 44.998-21.39 88.146-42.564 128h-106.474v64h64.284c-9.438 11.762-19.552 23.096-30.37 33.914-46.222 46.22-101.54 80.038-161.914 99.798v-69.712h-64v85.040c-20.982 3.268-42.36 4.96-64 4.96s-43.018-1.69-64-4.96v-85.040h-64v69.712c-60.372-19.76-115.692-53.576-161.914-99.798-10.818-10.818-20.932-22.152-30.37-33.914h64.284v-64h-106.476c-21.174-39.854-35.552-83.002-42.564-128h85.040v-64h-90c0-109.516 42.648-212.474 120.086-289.914 10.71-10.71 21.924-20.728 33.56-30.086h192.354l36.572 512h54.856l36.572-512h192.354c11.636 9.358 22.852 19.378 33.56 30.086z" />
+<glyph unicode="" glyph-name="meter2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM302.836 125.848c11.106 30.632 17.164 63.688 17.164 98.152 0 124.35-78.81 230.292-189.208 270.606 10.21 84.924 48.254 163.498 109.678 224.924 72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.53-112.47c61.428-61.426 99.468-140 109.682-224.924-110.402-40.314-189.212-146.256-189.212-270.606 0-34.468 6.060-67.52 17.166-98.15-61.706-40.242-133.77-61.85-209.166-61.85-75.394 0-147.458 21.608-209.164 61.848zM551.754 319.004c13.878-3.494 24.246-16.080 24.246-31.004v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 14.924 10.368 27.51 24.246 31.004l23.754 448.996h32l23.754-448.996z" />
+<glyph unicode="" glyph-name="hammer2" d="M1010.174 44.25l-548.634 499.458 25.534 25.598c20.894 20.954 32.188 48.030 33.918 75.61 1.002 0.45 2.002 0.912 2.958 1.442l102.99 64.402c13.934 16.392 12.916 42.268-2.284 57.502l-179.12 179.608c-15.19 15.234-40.998 16.262-57.344 2.284l-64.236-103.268c-0.526-0.966-0.99-1.966-1.44-2.974-27.502-1.736-54.5-13.056-75.398-34.006l-97.428-97.702c-20.898-20.956-32.184-48.026-33.918-75.604-1.004-0.45-2.004-0.916-2.964-1.446l-102.986-64.406c-13.942-16.39-12.916-42.264 2.276-57.496l179.12-179.604c15.194-15.238 40.996-16.262 57.35-2.286l64.228 103.27c0.528 0.958 0.988 1.96 1.442 2.966 27.502 1.738 54.504 13.050 75.398 34.004l28.292 28.372 498.122-550.114c14.436-15.944 36.7-18.518 49.474-5.712l50.356 50.488c12.764 12.808 10.196 35.132-5.706 49.614z" />
+<glyph unicode="" glyph-name="fire" d="M321.008-64c-68.246 142.008-31.902 223.378 20.55 300.044 57.44 83.956 72.244 167.066 72.244 167.066s45.154-58.7 27.092-150.508c79.772 88.8 94.824 230.28 82.782 284.464 180.314-126.012 257.376-398.856 153.522-601.066 552.372 312.532 137.398 780.172 65.154 832.85 24.082-52.676 28.648-141.85-20-185.126-82.352 312.276-285.972 376.276-285.972 376.276 24.082-161.044-87.296-337.144-194.696-468.73-3.774 64.216-7.782 108.528-41.55 169.98-7.58-116.656-96.732-211.748-120.874-328.628-32.702-158.286 24.496-274.18 241.748-396.622z" />
+<glyph unicode="" glyph-name="lab" d="M956.29 155.518l-316.29 527.024v213.458h32c17.6 0 32 14.4 32 32s-14.4 32-32 32h-320c-17.6 0-32-14.4-32-32s14.4-32 32-32h32v-213.458l-316.288-527.024c-72.442-120.734-16.512-219.518 124.288-219.518h640c140.8 0 196.73 98.784 124.29 219.518zM241.038 320l206.962 344.938v231.062h128v-231.062l206.964-344.938h-541.926z" />
+<glyph unicode="" glyph-name="magnet" d="M896 960h-256l64-576c0-106.040-85.96-192-192-192s-192 85.96-192 192l64 576h-256l-64-576c0-247.424 200.576-448 448-448s448 200.576 448 448l-64 576zM777.874 118.126c-71.018-71.014-165.44-110.126-265.874-110.126s-194.856 39.112-265.872 110.126c-70.116 70.118-109.13 163.048-110.11 262.054l36.092 324.82h111.114l-35.224-317.010v-3.99c0-70.518 27.46-136.814 77.324-186.676 49.862-49.864 116.158-77.324 186.676-77.324s136.814 27.46 186.676 77.324c49.864 49.862 77.324 116.158 77.324 186.676v3.988l-0.44 3.962-34.782 313.050h111.114l36.090-324.818c-0.98-99.006-39.994-191.938-110.108-262.056z" />
+<glyph unicode="" glyph-name="bin" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" />
+<glyph unicode="" glyph-name="bin2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />
+<glyph unicode="" glyph-name="briefcase" d="M960 704h-256v64c0 35.2-28.8 64-64 64h-256c-35.204 0-64-28.8-64-64v-64h-256c-35.2 0-64-28.8-64-64v-576c0-35.202 28.796-64 64-64h896c35.2 0 64 28.798 64 64v576c0 35.2-28.8 64-64 64zM384 767.884c0.034 0.040 0.074 0.082 0.114 0.116h255.772c0.042-0.034 0.082-0.076 0.118-0.116v-63.884h-256.004v63.884zM960 448h-128v-96c0-17.602-14.4-32-32-32h-64c-17.604 0-32 14.398-32 32v96h-384v-96c0-17.602-14.4-32-32-32h-64c-17.602 0-32 14.398-32 32v96h-128v64h896v-64z" />
+<glyph unicode="" glyph-name="airplane" d="M768 320.032l-182.82 182.822 438.82 329.15-128.010 127.996-548.52-219.442-172.7 172.706c-49.78 49.778-119.302 61.706-154.502 26.508-35.198-35.198-23.268-104.726 26.51-154.5l172.686-172.684-219.464-548.582 127.99-128.006 329.19 438.868 182.826-182.828v-255.98h127.994l63.992 191.988 191.988 63.996v127.992l-255.98-0.004z" />
+<glyph unicode="" glyph-name="truck" d="M1024 384l-128 256h-192v128c0 35.2-28.8 64-64 64h-576c-35.2 0-64-28.8-64-64v-512l64-64h81.166c-10.898-18.832-17.166-40.678-17.166-64 0-70.692 57.308-128 128-128s128 57.308 128 128c0 23.322-6.268 45.168-17.166 64h354.334c-10.898-18.832-17.168-40.678-17.168-64 0-70.692 57.308-128 128-128s128 57.308 128 128c0 23.322-6.27 45.168-17.168 64h81.168v192zM704 384v192h132.668l96-192h-228.668z" />
+<glyph unicode="" glyph-name="road" d="M704-64h320l-256 1024h-192l32-256h-192l32 256h-192l-256-1024h320l32 256h320l32-256zM368 320l32 256h224l32-256h-288z" />
+<glyph unicode="" glyph-name="accessibility" d="M416 864c0 53.018 42.98 96 96 96s96-42.982 96-96c0-53.020-42.98-96-96-96s-96 42.98-96 96zM640 640l329.596 142.172-23.77 59.424-401.826-137.596h-64l-401.826 137.596-23.77-59.424 329.596-142.172v-256l-131.27-424.57 59.84-22.7 185.716 415.27h27.428l185.716-415.27 59.84 22.7-131.27 424.57z" />
+<glyph unicode="" glyph-name="target" d="M1024 512h-100.924c-27.64 178.24-168.836 319.436-347.076 347.076v100.924h-128v-100.924c-178.24-27.64-319.436-168.836-347.076-347.076h-100.924v-128h100.924c27.64-178.24 168.836-319.436 347.076-347.076v-100.924h128v100.924c178.24 27.64 319.436 168.836 347.076 347.076h100.924v128zM792.822 512h-99.762c-19.284 54.55-62.51 97.778-117.060 117.060v99.762c107.514-24.49 192.332-109.31 216.822-216.822zM512 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM448 728.822v-99.762c-54.55-19.282-97.778-62.51-117.060-117.060h-99.762c24.49 107.512 109.31 192.332 216.822 216.822zM231.178 384h99.762c19.282-54.55 62.51-97.778 117.060-117.060v-99.762c-107.512 24.49-192.332 109.308-216.822 216.822zM576 167.178v99.762c54.55 19.284 97.778 62.51 117.060 117.060h99.762c-24.49-107.514-109.308-192.332-216.822-216.822z" />
+<glyph unicode="" glyph-name="shield" d="M960 960l-448-128-448 128c0 0-4.5-51.698 0-128l448-140.090 448 140.090c4.498 76.302 0 128 0 128zM72.19 764.894c23.986-250.696 113.49-672.234 439.81-828.894 326.32 156.66 415.824 578.198 439.81 828.894l-439.81-165.358-439.81 165.358z" />
+<glyph unicode="" glyph-name="power" d="M384 960l-384-512h384l-256-512 896 640h-512l384 384z" />
+<glyph unicode="" glyph-name="switch" d="M640 813.412v-135.958c36.206-15.804 69.5-38.408 98.274-67.18 60.442-60.44 93.726-140.8 93.726-226.274s-33.286-165.834-93.726-226.274c-60.44-60.44-140.798-93.726-226.274-93.726s-165.834 33.286-226.274 93.726c-60.44 60.44-93.726 140.8-93.726 226.274s33.286 165.834 93.726 226.274c28.774 28.774 62.068 51.378 98.274 67.182v135.956c-185.048-55.080-320-226.472-320-429.412 0-247.424 200.578-448 448-448 247.424 0 448 200.576 448 448 0 202.94-134.95 374.332-320 429.412zM448 960h128v-512h-128z" />
+<glyph unicode="" glyph-name="power-cord" d="M1024 677.5l-90.506 90.5-178.746-178.752-101.5 101.502 178.75 178.75-90.5 90.5-178.75-178.75-114.748 114.75-86.626-86.624 512.002-512 86.624 86.622-114.752 114.752 178.752 178.75zM794.040 286.21l-443.824 443.824c-95.818-114.904-204.52-292.454-129.396-445.216l-132.248-132.248c-31.112-31.114-31.112-82.024 0-113.136l14.858-14.858c31.114-31.114 82.026-31.114 113.138 0l132.246 132.244c152.764-75.132 330.318 33.566 445.226 129.39z" />
+<glyph unicode="" glyph-name="clipboard" d="M928 832h-288c0 70.692-57.306 128-128 128-70.692 0-128-57.308-128-128h-288c-17.672 0-32-14.328-32-32v-832c0-17.674 14.328-32 32-32h832c17.674 0 32 14.326 32 32v832c0 17.672-14.326 32-32 32zM512 896c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM896 0h-768v768h128v-96c0-17.672 14.328-32 32-32h448c17.674 0 32 14.328 32 32v96h128v-768zM448 101.49l-205.254 237.254 58.508 58.51 146.746-114.744 274.742 242.744 58.514-58.508z" />
+<glyph unicode="" glyph-name="list-numbered" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />
+<glyph unicode="" glyph-name="list" d="M0 960h256v-256h-256zM384 896h640v-128h-640zM0 576h256v-256h-256zM384 512h640v-128h-640zM0 192h256v-256h-256zM384 128h640v-128h-640z" />
+<glyph unicode="" glyph-name="list2" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />
+<glyph unicode="" glyph-name="tree" d="M976 192h-16v208c0 61.756-50.242 112-112 112h-272v128h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-128h-272c-61.756 0-112-50.244-112-112v-208h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h256v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h256v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48zM192 0h-128v128h128v-128zM576 0h-128v128h128v-128zM448 704v128h128v-128h-128zM960 0h-128v128h128v-128z" />
+<glyph unicode="" glyph-name="menu" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
+<glyph unicode="" glyph-name="menu2" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 384l192-192 192 192zM1376 448l-192 192-192-192z" />
+<glyph unicode="" glyph-name="menu3" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 512l192-192 192 192z" />
+<glyph unicode="" glyph-name="menu4" horiz-adv-x="1408" d="M0 768h896v-192h-896v192zM0 512h896v-192h-896v192zM0 256h896v-192h-896v192zM992 320l192 192 192-192z" />
+<glyph unicode="" glyph-name="cloud" d="M1024 302.458c0 82.090-56.678 150.9-132.996 169.48-3.242 128.7-108.458 232.062-237.862 232.062-75.792 0-143.266-35.494-186.854-90.732-24.442 31.598-62.69 51.96-105.708 51.96-73.81 0-133.642-59.874-133.642-133.722 0-6.436 0.48-12.76 1.364-18.954-11.222 2.024-22.766 3.138-34.57 3.138-106.998 0.002-193.732-86.786-193.732-193.842 0-107.062 86.734-193.848 193.73-193.848l656.262 0.012c96.138 0.184 174.008 78.212 174.008 174.446z" />
+<glyph unicode="" glyph-name="cloud-download" d="M891.004 599.94c-3.242 128.698-108.458 232.060-237.862 232.060-75.792 0-143.266-35.494-186.854-90.732-24.442 31.598-62.69 51.96-105.708 51.96-73.81 0-133.642-59.876-133.642-133.722 0-6.436 0.48-12.76 1.364-18.954-11.222 2.024-22.766 3.138-34.57 3.138-106.998 0.002-193.732-86.786-193.732-193.842 0-107.062 86.734-193.848 193.73-193.848h91.76l226.51-234.51 226.51 234.51 111.482 0.012c96.138 0.184 174.008 78.21 174.008 174.446 0 82.090-56.678 150.9-132.996 169.482zM512 128l-192 192h128v192h128v-192h128l-192-192z" />
+<glyph unicode="" glyph-name="cloud-upload" d="M892.268 573.51c2.444 11.11 3.732 22.648 3.732 34.49 0 88.366-71.634 160-160 160-14.222 0-28.014-1.868-41.132-5.352-24.798 77.352-97.29 133.352-182.868 133.352-87.348 0-161.054-58.336-184.326-138.17-22.742 6.622-46.792 10.17-71.674 10.17-141.384 0-256-114.616-256-256 0-141.388 114.616-256 256-256h128v-192h256v192h224c88.366 0 160 71.632 160 160 0 78.72-56.854 144.162-131.732 157.51zM576 320v-192h-128v192h-160l224 224 224-224h-160z" />
+<glyph unicode="" glyph-name="cloud-check" d="M892.268 445.51c2.442 11.108 3.732 22.646 3.732 34.49 0 88.366-71.634 160-160 160-14.224 0-28.014-1.868-41.134-5.352-24.796 77.352-97.288 133.352-182.866 133.352-87.348 0-161.054-58.336-184.326-138.17-22.742 6.62-46.792 10.17-71.674 10.17-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256h608c88.366 0 160 71.632 160 160 0 78.718-56.854 144.16-131.732 157.51zM416 192l-160 160 64 64 96-96 224 224 64-64-288-288z" />
+<glyph unicode="" glyph-name="download2" d="M896 448h-160l-224-224-224 224h-160l-128-256v-64h1024v64l-128 256zM0 64h1024v-64h-1024v64zM576 640v256h-128v-256h-224l288-288 288 288h-224z" />
+<glyph unicode="" glyph-name="upload2" d="M0 64h1024v-64h-1024zM1024 192v-64h-1024v64l128 256h256v-128h256v128h256zM224 640l288 288 288-288h-224v-256h-128v256z" />
+<glyph unicode="" glyph-name="download3" d="M736 512l-256-256-256 256h160v384h192v-384zM480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64z" />
+<glyph unicode="" glyph-name="upload3" d="M480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64zM224 640l256 256 256-256h-160v-320h-192v320z" />
+<glyph unicode="" glyph-name="sphere" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM751.59 256c8.58 40.454 13.996 83.392 15.758 128h127.446c-3.336-44.196-13.624-87.114-30.68-128h-112.524zM208.41 576c-8.58-40.454-13.996-83.392-15.758-128h-127.444c3.336 44.194 13.622 87.114 30.678 128h112.524zM686.036 576c9.614-40.962 15.398-83.854 17.28-128h-191.316v128h174.036zM512 640v187.338c14.59-4.246 29.044-11.37 43.228-21.37 26.582-18.74 52.012-47.608 73.54-83.486 14.882-24.802 27.752-52.416 38.496-82.484h-155.264zM331.232 722.484c21.528 35.878 46.956 64.748 73.54 83.486 14.182 10 28.638 17.124 43.228 21.37v-187.34h-155.264c10.746 30.066 23.616 57.68 38.496 82.484zM448 576v-128h-191.314c1.88 44.146 7.666 87.038 17.278 128h174.036zM95.888 256c-17.056 40.886-27.342 83.804-30.678 128h127.444c1.762-44.608 7.178-87.546 15.758-128h-112.524zM256.686 384h191.314v-128h-174.036c-9.612 40.96-15.398 83.854-17.278 128zM448 192v-187.34c-14.588 4.246-29.044 11.372-43.228 21.37-26.584 18.74-52.014 47.61-73.54 83.486-14.882 24.804-27.75 52.418-38.498 82.484h155.266zM628.768 109.516c-21.528-35.876-46.958-64.746-73.54-83.486-14.184-9.998-28.638-17.124-43.228-21.37v187.34h155.266c-10.746-30.066-23.616-57.68-38.498-82.484zM512 256v128h191.314c-1.88-44.146-7.666-87.040-17.28-128h-174.034zM767.348 448c-1.762 44.608-7.178 87.546-15.758 128h112.524c17.056-40.886 27.344-83.806 30.68-128h-127.446zM830.658 640h-95.9c-18.638 58.762-44.376 110.294-75.316 151.428 42.536-20.34 81.058-47.616 114.714-81.272 21.48-21.478 40.362-44.938 56.502-70.156zM185.844 710.156c33.658 33.658 72.18 60.932 114.714 81.272-30.942-41.134-56.676-92.666-75.316-151.428h-95.898c16.138 25.218 35.022 48.678 56.5 70.156zM129.344 192h95.898c18.64-58.762 44.376-110.294 75.318-151.43-42.536 20.34-81.058 47.616-114.714 81.274-21.48 21.478-40.364 44.938-56.502 70.156zM774.156 121.844c-33.656-33.658-72.18-60.934-114.714-81.274 30.942 41.134 56.678 92.668 75.316 151.43h95.9c-16.14-25.218-35.022-48.678-56.502-70.156z" />
+<glyph unicode="" glyph-name="earth" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512-0.002c-62.958 0-122.872 13.012-177.23 36.452l233.148 262.29c5.206 5.858 8.082 13.422 8.082 21.26v96c0 17.674-14.326 32-32 32-112.99 0-232.204 117.462-233.374 118.626-6 6.002-14.14 9.374-22.626 9.374h-128c-17.672 0-32-14.328-32-32v-192c0-12.122 6.848-23.202 17.69-28.622l110.31-55.156v-187.886c-116.052 80.956-192 215.432-192 367.664 0 68.714 15.49 133.806 43.138 192h116.862c8.488 0 16.626 3.372 22.628 9.372l128 128c6 6.002 9.372 14.14 9.372 22.628v77.412c40.562 12.074 83.518 18.588 128 18.588 70.406 0 137.004-16.26 196.282-45.2-4.144-3.502-8.176-7.164-12.046-11.036-36.266-36.264-56.236-84.478-56.236-135.764s19.97-99.5 56.236-135.764c36.434-36.432 85.218-56.264 135.634-56.26 3.166 0 6.342 0.080 9.518 0.236 13.814-51.802 38.752-186.656-8.404-372.334-0.444-1.744-0.696-3.488-0.842-5.224-81.324-83.080-194.7-134.656-320.142-134.656z" />
+<glyph unicode="" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" />
+<glyph unicode="" glyph-name="flag" d="M0 960h128v-1024h-128v1024zM832 316.998c82.624 0 154.57 19.984 192 49.5v512c-37.43-29.518-109.376-49.502-192-49.502s-154.57 19.984-192 49.502v-512c37.43-29.516 109.376-49.5 192-49.5zM608 927.472c-46.906 19.94-115.52 32.528-192 32.528-96.396 0-180.334-19.984-224-49.502v-512c43.666 29.518 127.604 49.502 224 49.502 76.48 0 145.094-12.588 192-32.528v512z" />
+<glyph unicode="" glyph-name="attachment" d="M665.832 632.952l-64.952 64.922-324.81-324.742c-53.814-53.792-53.814-141.048 0-194.844 53.804-53.792 141.060-53.792 194.874 0l389.772 389.708c89.714 89.662 89.714 235.062 0 324.726-89.666 89.704-235.112 89.704-324.782 0l-409.23-409.178c-0.29-0.304-0.612-0.576-0.876-0.846-125.102-125.096-125.102-327.856 0-452.906 125.054-125.056 327.868-125.056 452.988 0 0.274 0.274 0.516 0.568 0.82 0.876l0.032-0.034 279.332 279.292-64.986 64.92-279.33-279.262c-0.296-0.268-0.564-0.57-0.846-0.844-89.074-89.058-233.98-89.058-323.076 0-89.062 89.042-89.062 233.922 0 322.978 0.304 0.304 0.604 0.582 0.888 0.846l-0.046 0.060 409.28 409.166c53.712 53.738 141.144 53.738 194.886 0 53.712-53.734 53.712-141.148 0-194.84l-389.772-389.7c-17.936-17.922-47.054-17.922-64.972 0-17.894 17.886-17.894 47.032 0 64.92l324.806 324.782z" />
+<glyph unicode="" glyph-name="eye" d="M512 768c-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.312 0 416.876 130.042 512 320-95.116 189.958-288.688 320-512 320zM764.45 598.296c60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.858 25.486-252.452 73.704-60.158 38.372-111.138 89.772-149.432 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.86 7.3-9.96-27.328-15.41-56.822-15.41-87.596 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 30.774-5.452 60.268-15.408 87.598 3.978-2.378 7.938-4.802 11.858-7.302v0zM512 544c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.982 96-96z" />
+<glyph unicode="" glyph-name="eye-plus" d="M1024 832h-128v128h-128v-128h-128v-128h128v-128h128v128h128zM863.862 513.972c18.436-20.478 35.192-42.53 50.022-65.972-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.86 25.486-252.454 73.704-60.156 38.372-111.136 89.772-149.43 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-141.382 114.616-256 256-256 141.38 0 256 114.618 256 256 0 0.692-0.018 1.38-0.024 2.072-109.284 28.138-190.298 126.63-191.932 244.31-21.026 2.38-42.394 3.618-64.044 3.618-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.31 0 416.876 130.042 512 320-17.64 35.23-38.676 68.394-62.65 99.054-29.28-17.178-62.272-28.71-97.488-33.082zM416 640c53.020 0 96-42.982 96-96 0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96z" />
+<glyph unicode="" glyph-name="eye-minus" d="M640 832h384v-128h-384v128zM870.32 640h-294.32v124.388c-21.014 2.376-42.364 3.612-64 3.612-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.31 0 416.876 130.042 512 320-37.396 74.686-90.020 140.1-153.68 192zM416 640c53.020 0 96-42.982 96-96 0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96zM764.448 297.704c-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.86 25.486-252.454 73.704-60.156 38.372-111.136 89.772-149.43 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-141.382 114.616-256 256-256 141.38 0 256 114.618 256 256 0 30.774-5.454 60.268-15.408 87.598 3.976-2.378 7.938-4.802 11.858-7.302 60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296z" />
+<glyph unicode="" glyph-name="eye-blocked" d="M945.942 945.942c-18.746 18.744-49.136 18.744-67.882 0l-202.164-202.164c-51.938 15.754-106.948 24.222-163.896 24.222-223.318 0-416.882-130.042-512-320 41.122-82.124 100.648-153.040 173.022-207.096l-158.962-158.962c-18.746-18.746-18.746-49.136 0-67.882 9.372-9.374 21.656-14.060 33.94-14.060s24.568 4.686 33.942 14.058l864 864c18.744 18.746 18.744 49.138 0 67.884zM416 640c42.24 0 78.082-27.294 90.92-65.196l-121.724-121.724c-37.902 12.838-65.196 48.68-65.196 90.92 0 53.020 42.98 96 96 96zM110.116 448c38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-54.89 17.286-105.738 46.7-147.418l-60.924-60.924c-52.446 36.842-97.202 83.882-131.66 138.342zM768 518c0 27.166-4.256 53.334-12.102 77.898l-321.808-321.808c24.568-7.842 50.742-12.090 77.91-12.090 141.382 0 256 114.618 256 256zM830.026 670.026l-69.362-69.362c1.264-0.786 2.53-1.568 3.786-2.368 60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-38.664 0-76.902 4.76-113.962 14.040l-76.894-76.894c59.718-21.462 123.95-33.146 190.856-33.146 223.31 0 416.876 130.042 512 320-45.022 89.916-112.118 166.396-193.974 222.026z" />
+<glyph unicode="" glyph-name="bookmark" d="M192 960v-1024l320 320 320-320v1024z" />
+<glyph unicode="" glyph-name="bookmarks" d="M256 832v-896l320 320 320-320v896zM768 960h-640v-896l64 64v768h576z" />
+<glyph unicode="" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
+<glyph unicode="" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
+<glyph unicode="" glyph-name="brightness-contrast" d="M512 704c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM512 288v320c88.224 0 160-71.776 160-160s-71.776-160-160-160zM512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.256c24.992-24.992 24.992-65.516 0-90.51-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.992-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.516 24.992 90.508 0 24.994-24.994 24.994-65.518 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.518 0 90.51l45.256 45.256z" />
+<glyph unicode="" glyph-name="star-empty" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-223.462-117.48 42.676 248.83-180.786 176.222 249.84 36.304 111.732 226.396 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
+<glyph unicode="" glyph-name="star-half" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-0.942-0.496 0.942 570.768 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
+<glyph unicode="" glyph-name="star-full" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
+<glyph unicode="" glyph-name="heart" d="M755.188 896c-107.63 0-200.258-87.554-243.164-179-42.938 91.444-135.578 179-243.216 179-148.382 0-268.808-120.44-268.808-268.832 0-301.846 304.5-380.994 512.022-679.418 196.154 296.576 511.978 387.206 511.978 679.418 0 148.392-120.43 268.832-268.812 268.832z" />
+<glyph unicode="" glyph-name="heart-broken" d="M755.188 896c148.382 0 268.812-120.44 268.812-268.832 0-292.21-315.824-382.842-511.978-679.418-207.522 298.424-512.022 377.572-512.022 679.418 0 148.392 120.426 268.832 268.808 268.832 60.354 0 115.99-27.53 160.796-67.834l-77.604-124.166 224-128-128-320 352 384-224 128 61.896 92.846c35.42 21.768 75.21 35.154 117.292 35.154z" />
+<glyph unicode="" glyph-name="man" d="M576 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM576 704h-192c-35.346 0-64-28.654-64-64v-320h64v-384h80v384h32v-384h80v384h64v320c0 35.346-28.652 64-64 64z" />
+<glyph unicode="" glyph-name="woman" d="M576 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM719 448l49 35.5-133.286 206.116c-5.92 8.98-15.958 14.384-26.714 14.384h-256c-10.756 0-20.792-5.404-26.714-14.384l-133.286-206.116 49-35.5 110.644 143.596 38.458-89.74-134.102-245.856h122.666l21.334-320h64v320h32v-320h64l21.334 320h122.666l-134.104 245.858 38.458 89.74 110.646-143.598z" />
+<glyph unicode="" glyph-name="man-woman" d="M256 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM832 864c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96zM256 704h-192c-35.346 0-64-28.654-64-64v-320h64v-384h80v384h32v-384h80v384h64v320c0 35.346-28.652 64-64 64zM975 448l49 35.5-133.286 206.116c-5.92 8.98-15.958 14.384-26.714 14.384h-256c-10.756 0-20.792-5.404-26.714-14.384l-133.286-206.116 49-35.5 110.644 143.596 38.458-89.74-134.102-245.856h122.666l21.334-320h64v320h32v-320h64l21.334 320h122.666l-134.104 245.858 38.458 89.74 110.646-143.598z" />
+<glyph unicode="" glyph-name="happy" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM512 361.24c115.95 0 226.23 30.806 320 84.92-14.574-178.438-153.128-318.16-320-318.16-166.868 0-305.422 139.872-320 318.304 93.77-54.112 204.050-85.064 320-85.064zM256 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96z" />
+<glyph unicode="" glyph-name="happy2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.348 0 64-42.98 64-96s-28.652-96-64-96-64 42.98-64 96 28.652 96 64 96zM320 704c35.346 0 64-42.98 64-96s-28.654-96-64-96-64 42.98-64 96 28.654 96 64 96zM512 64c-166.868 0-305.422 139.872-320 318.304 93.77-54.114 204.050-85.064 320-85.064s226.23 30.806 320 84.92c-14.574-178.438-153.128-318.16-320-318.16z" />
+<glyph unicode="" glyph-name="smile" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM704.098 332.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344s-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74s152.924 43.592 192.098 108.74z" />
+<glyph unicode="" glyph-name="smile2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM512 128c-116.51 0-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74s152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344z" />
+<glyph unicode="" glyph-name="tongue" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM768 384v-64h-64v-96c0-53.020-42.98-96-96-96s-96 42.98-96 96v96h-256v64h512z" />
+<glyph unicode="" glyph-name="tongue2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM768 320h-64v-96c0-53.020-42.98-96-96-96s-96 42.98-96 96v96h-256v64h512v-64zM704 576c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z" />
+<glyph unicode="" glyph-name="sad" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM319.902 179.26l-82.328 49.396c55.962 93.070 157.916 155.344 274.426 155.344 116.508 0 218.462-62.274 274.426-155.344l-82.328-49.396c-39.174 65.148-110.542 108.74-192.098 108.74-81.558 0-152.924-43.592-192.098-108.74z" />
+<glyph unicode="" glyph-name="sad2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396z" />
+<glyph unicode="" glyph-name="wink" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM542.74 248.972c140.248 27.706 249.11 91.542 288.454 176.594-21.654-167.956-161.518-297.566-330.85-297.566-119.242 0-223.858 64.282-282.892 160.948 70.41-55.058 194.534-65.808 325.288-39.976zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM352 588.5c-41.796 0-77.334-15.656-90.516-37.5-3.54 5.866-5.484 32.174-5.484 38.75 0 31.066 42.98 56.25 96 56.25s96-25.184 96-56.25c0-6.576-1.944-32.884-5.484-38.75-13.182 21.844-48.72 37.5-90.516 37.5z" />
+<glyph unicode="" glyph-name="wink2" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM704 704c35.346 0 64-42.98 64-96s-28.654-96-64-96-64 42.98-64 96 28.654 96 64 96zM352 647.938c59.646 0 102-22.332 102-57.282 0-7.398 3.812-42.994-0.17-49.594-14.828 24.576-54.81 42.188-101.83 42.188s-87.002-17.612-101.83-42.188c-3.982 6.6-0.17 42.196-0.17 49.594 0 34.95 42.354 57.282 102 57.282zM500.344 128c-119.242 0-223.858 64.28-282.892 160.952 70.41-55.060 194.534-65.81 325.288-39.978 140.248 27.706 249.11 91.542 288.454 176.594-21.654-167.96-161.518-297.568-330.85-297.568z" />
+<glyph unicode="" glyph-name="grin" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM192 448v-64c0-140.8 115.2-256 256-256h128c140.8 0 256 115.2 256 256v64h-640zM384 203.012c-26.538 9.458-50.924 24.822-71.544 45.446-36.406 36.402-56.456 84.54-56.456 135.542h128v-180.988zM576 192h-128v192h128v-192zM711.544 248.458c-20.624-20.624-45.010-35.988-71.544-45.446v180.988h128c0-51.002-20.048-99.14-56.456-135.542zM225.352 576c0.002 0 0 0 0 0 9.768 0 18.108 7.056 19.724 16.69 6.158 36.684 37.668 63.31 74.924 63.31s68.766-26.626 74.924-63.31c1.616-9.632 9.956-16.69 19.722-16.69 9.768 0 18.108 7.056 19.724 16.688 1.082 6.436 1.628 12.934 1.628 19.312 0 63.962-52.038 116-116 116s-116-52.038-116-116c0-6.378 0.548-12.876 1.628-19.312 1.62-9.632 9.96-16.688 19.726-16.688zM609.352 576c0.002 0 0 0 0 0 9.77 0 18.112 7.056 19.724 16.69 6.158 36.684 37.668 63.31 74.924 63.31s68.766-26.626 74.924-63.31c1.616-9.632 9.958-16.69 19.722-16.69s18.108 7.056 19.722 16.688c1.082 6.436 1.628 12.934 1.628 19.312 0 63.962-52.038 116-116 116s-116-52.038-116-116c0-6.378 0.544-12.876 1.626-19.312 1.624-9.632 9.964-16.688 19.73-16.688z" />
+<glyph unicode="" glyph-name="grin2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM704 724c63.962 0 116-52.038 116-116 0-6.378-0.546-12.876-1.628-19.312-1.618-9.632-9.958-16.688-19.724-16.688s-18.108 7.056-19.722 16.69c-6.16 36.684-37.67 53.31-74.926 53.31s-68.766-16.626-74.924-53.31c-1.616-9.632-9.956-16.69-19.722-16.69-0.002 0 0 0-0.002 0-9.766 0-18.106 7.056-19.722 16.688-1.084 6.436-1.63 12.934-1.63 19.312 0 63.962 52.038 116 116 116zM320 724c63.962 0 116-52.038 116-116 0-6.378-0.548-12.876-1.628-19.312-1.618-9.632-9.956-16.688-19.724-16.688s-18.106 7.056-19.722 16.69c-6.16 36.684-37.67 53.31-74.926 53.31s-68.766-16.626-74.924-53.31c-1.616-9.632-9.956-16.69-19.722-16.69 0 0 0 0 0 0-9.766 0-18.106 7.056-19.724 16.688-1.082 6.436-1.63 12.934-1.63 19.312 0 63.962 52.038 116 116 116zM192 384h192v-247.846c-110.094 28.606-192 129.124-192 247.846zM448 128v256h128v-256h-128zM640 136.154v247.846h192c0-118.722-81.904-219.24-192-247.846z" />
+<glyph unicode="" glyph-name="cool" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM800 704c17.6 0 32-14.4 32-32v-96c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64h-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v96c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-32h128v32c0 17.6 14.4 32 32 32h192zM512 192c93.208 0 174.772 49.818 219.546 124.278l54.88-32.934c-55.966-93.070-157.916-155.344-274.426-155.344-48.458 0-94.384 10.796-135.54 30.082l33.162 55.278c31.354-13.714 65.964-21.36 102.378-21.36z" />
+<glyph unicode="" glyph-name="cool2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM512 128c-48.458 0-94.384 10.796-135.542 30.082l33.162 55.276c31.356-13.712 65.966-21.358 102.38-21.358 93.208 0 174.772 49.818 219.542 124.278l54.882-32.934c-55.964-93.070-157.914-155.344-274.424-155.344zM832 576c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64h-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v96c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-32h128v32c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-96z" />
+<glyph unicode="" glyph-name="angry" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396zM767.042 679.76c4.284-17.144-6.14-34.518-23.282-38.804-17.626-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 1.17 0.036 2.33 0.098 3.484 2.032 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804z" />
+<glyph unicode="" glyph-name="angry2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM576.094 579.484c2.032 47.454 45.21 78.948 81.592 97.138 34.742 17.372 69.104 26.060 70.548 26.422 17.146 4.288 34.52-6.138 38.806-23.284s-6.138-34.518-23.284-38.806c-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.038 2.332 0.1 3.486zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM704.098 179.26c-39.174 65.148-110.544 108.74-192.098 108.74-81.556 0-152.924-43.592-192.098-108.74l-82.328 49.396c55.96 93.070 157.916 155.344 274.426 155.344 116.508 0 218.464-62.274 274.426-155.344l-82.328-49.396z" />
+<glyph unicode="" glyph-name="evil" d="M639.996 512c-35.346 0-64 28.654-63.998 64.002 0 1.17 0.036 2.33 0.098 3.484 2.032 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284 4.284-17.146-6.14-34.518-23.284-38.806-17.626-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64zM280.242 640.956c-17.144 4.286-27.568 21.66-23.282 38.804 4.286 17.146 21.66 27.572 38.806 23.284 1.444-0.362 35.806-9.050 70.548-26.422 36.382-18.19 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.316 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.312 16.9-56.936 21.35zM512 224c81.554 0 152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344s-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74zM1024 896c0 45.516-9.524 88.8-26.652 128-33.576-76.836-96.448-137.932-174.494-169.178-86.194 65.96-193.936 105.178-310.854 105.178s-224.66-39.218-310.854-105.178c-78.048 31.246-140.918 92.342-174.494 169.178-17.128-39.2-26.652-82.484-26.652-128 0-73.574 24.85-141.328 66.588-195.378-42.37-74.542-66.588-160.75-66.588-252.622 0-282.77 229.23-512 512-512s512 229.23 512 512c0 91.872-24.218 178.080-66.588 252.622 41.738 54.050 66.588 121.804 66.588 195.378zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" />
+<glyph unicode="" glyph-name="evil2" d="M1024 896c0 45.516-9.524 88.8-26.652 128-33.576-76.836-96.448-137.932-174.494-169.178-86.194 65.96-193.936 105.178-310.854 105.178s-224.66-39.218-310.854-105.178c-78.048 31.246-140.918 92.342-174.494 169.178-17.128-39.2-26.652-82.484-26.652-128 0-73.574 24.85-141.328 66.588-195.378-42.37-74.542-66.588-160.75-66.588-252.622 0-282.77 229.23-512 512-512s512 229.23 512 512c0 91.872-24.218 178.080-66.588 252.622 41.738 54.050 66.588 121.804 66.588 195.378zM576.094 579.484c2.032 47.454 45.21 78.948 81.592 97.138 34.742 17.372 69.104 26.060 70.548 26.422 17.146 4.288 34.52-6.138 38.806-23.284s-6.138-34.518-23.284-38.806c-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.038 2.332 0.1 3.486zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM512 128c-116.51 0-218.464 62.274-274.426 155.344l82.328 49.396c39.174-65.148 110.542-108.74 192.098-108.74 81.554 0 152.924 43.592 192.098 108.74l82.328-49.396c-55.962-93.070-157.916-155.344-274.426-155.344z" />
+<glyph unicode="" glyph-name="shocked" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM384 256c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM640 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96zM256 608c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96s-64 42.981-64 96z" />
+<glyph unicode="" glyph-name="shocked2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 512c-35.346 0-64 42.98-64 96s28.654 96 64 96 64-42.98 64-96-28.654-96-64-96zM512 128c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128zM704 512c-35.346 0-64 42.98-64 96s28.654 96 64 96 64-42.98 64-96-28.654-96-64-96z" />
+<glyph unicode="" glyph-name="baffled" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM384 544c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM352 640c53.020 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM352 704c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160-71.776 160-160 160v0zM704 544c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM672 640c53.020 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM672 704c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160-71.776 160-160 160v0zM384 256h256v-64h-256v64z" />
+<glyph unicode="" glyph-name="baffled2" d="M384 544c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM704 544c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM256 544c0 53.020 42.98 96 96 96s96-42.98 96-96-42.98-96-96-96-96 42.98-96 96zM640 192h-256v64h256v-64zM672 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
+<glyph unicode="" glyph-name="confused" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM726.106 320h64.864c9.246-72.506-32.452-144.53-103.958-170.56-82.904-30.176-174.9 12.716-205.080 95.616-18.108 49.744-73.306 75.482-123.048 57.372-45.562-16.588-70.956-64.298-60.988-110.424h-64.86c-9.242 72.508 32.45 144.528 103.956 170.56 82.904 30.178 174.902-12.716 205.082-95.614 18.104-49.748 73.306-75.482 123.044-57.372 45.562 16.584 70.956 64.298 60.988 110.422z" />
+<glyph unicode="" glyph-name="confused2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM687.010 149.44c-82.902-30.18-174.9 12.712-205.080 95.614-18.108 49.742-73.306 75.478-123.048 57.372-45.562-16.588-70.958-64.296-60.988-110.424h-64.86c-9.244 72.508 32.45 144.532 103.956 170.56 82.904 30.18 174.902-12.712 205.082-95.614 18.108-49.742 73.306-75.476 123.046-57.37 45.562 16.584 70.958 64.294 60.988 110.422h64.864c9.24-72.506-32.454-144.532-103.96-170.56z" />
+<glyph unicode="" glyph-name="neutral" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM640 640c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM384 256h256v-64h-256v64z" />
+<glyph unicode="" glyph-name="neutral2" d="M512 960c-282.77 0-512-229.23-512-512s229.226-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM640 192h-256v64h256v-64zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64c0 35.346 28.654 64 64 64z" />
+<glyph unicode="" glyph-name="hipster" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM675.882 419.882c-37.49 37.49-98.276 37.49-135.766 0s-37.49-98.276 0-135.766c1.204-1.204 2.434-2.368 3.684-3.492 86.528-78.512 288.2 1.842 288.2 103.376-62-40-110.45-9.786-156.118 35.882zM348.118 419.882c37.49 37.49 98.276 37.49 135.766 0s37.49-98.276 0-135.766c-1.204-1.204-2.434-2.368-3.684-3.492-86.528-78.512-288.2 1.842-288.2 103.376 62-40 110.45-9.786 156.118 35.882z" />
+<glyph unicode="" glyph-name="hipster2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM320 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM543.8 280.624c-1.25 1.124-2.48 2.29-3.684 3.492-18.74 18.74-28.112 43.3-28.118 67.864-0.004-24.562-9.376-49.124-28.118-67.864-1.204-1.204-2.434-2.368-3.684-3.492-86.524-78.512-288.196 1.842-288.196 103.376 62-40 110.45-9.786 156.118 35.882 37.49 37.49 98.276 37.49 135.766 0 18.74-18.74 28.112-43.3 28.118-67.864 0.004 24.562 9.376 49.124 28.118 67.864 37.49 37.49 98.276 37.49 135.766 0 45.664-45.668 94.114-75.882 156.114-35.882 0-101.534-201.672-181.888-288.2-103.376z" />
+<glyph unicode="" glyph-name="wondering" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM745.74 358.38l22.488-76.776-437.008-128.002-22.488 76.776zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM640 640c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
+<glyph unicode="" glyph-name="wondering2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM256 640c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM331.244 153.614l-22.488 76.774 437 128 22.488-76.774-437-128z" />
+<glyph unicode="" glyph-name="sleepy" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM640 288c0-88.366-57.308-160-128.002-160s-128.002 71.634-128.002 160c0 88.366 57.308 160 128.002 160s128.002-71.634 128.002-160zM416 620c-8.19 0-16.378 3.124-22.626 9.374-19.334 19.332-63.412 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374zM736 620c-8.19 0-16.378 3.124-22.626 9.374-19.332 19.332-63.414 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374z" />
+<glyph unicode="" glyph-name="sleepy2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM310.628 629.374c-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.496 12.498-32.758 0-45.254-6.248-6.25-14.438-9.374-22.628-9.374s-16.378 3.124-22.626 9.374c-19.334 19.332-63.412 19.332-82.746 0zM511.998 128c-70.694 0-128.002 71.634-128.002 160s57.308 160 128.002 160 128.002-71.634 128.002-160-57.308-160-128.002-160zM758.628 629.374c-6.248-6.25-14.438-9.374-22.628-9.374s-16.378 3.124-22.626 9.374c-19.332 19.332-63.414 19.332-82.746 0-12.496-12.498-32.758-12.498-45.254 0-12.498 12.496-12.498 32.758 0 45.254 44.528 44.53 128.726 44.53 173.254 0 12.498-12.498 12.498-32.758 0-45.254z" />
+<glyph unicode="" glyph-name="frustrated" d="M366.312 676.622c-34.742 17.37-69.102 26.060-70.548 26.422-17.146 4.288-34.518-6.138-38.806-23.284-4.284-17.144 6.14-34.518 23.282-38.804 17.626-4.45 38.522-12.12 56.936-21.35-10.648-11.43-17.174-26.752-17.174-43.606 0-35.346 28.654-64 64-64s64 28.654 64 64c0 1.17-0.036 2.33-0.098 3.484-2.032 47.454-45.212 78.946-81.592 97.138zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM236.498 136.336c10.706-5.324 22.756-8.336 35.502-8.336h480c12.746 0 24.796 3.012 35.502 8.338-73.378-64.914-169.828-104.338-275.502-104.338-105.672 0-202.124 39.424-275.502 104.336zM256 208v96c0 8.674 7.328 16 16 16h112v-128h-112c-8.672 0-16 7.326-16 16zM448 192v128h128v-128h-128zM640 192v128h112c8.674 0 16-7.326 16-16v-96c0-8.674-7.326-16-16-16h-112zM823.662 172.498c5.326 10.706 8.338 22.756 8.338 35.502v96c0 44.112-35.888 80-80 80h-480c-44.112 0-80-35.888-80-80v-96c0-12.746 3.012-24.796 8.336-35.502-64.912 73.378-104.336 169.828-104.336 275.502 0 229.75 186.25 416 416 416s416-186.25 416-416c0-105.674-39.424-202.124-104.338-275.502zM728.236 703.044c-1.448-0.362-35.806-9.052-70.548-26.422-36.378-18.192-79.558-49.684-81.592-97.138-0.060-1.154-0.098-2.314-0.098-3.484 0-35.346 28.654-64 64-64s64 28.654 64 64c0 16.854-6.526 32.176-17.174 43.606 18.414 9.23 39.31 16.9 56.936 21.35 17.142 4.286 27.566 21.66 23.284 38.804-4.29 17.146-21.662 27.572-38.808 23.284z" />
+<glyph unicode="" glyph-name="frustrated2" d="M256 304v-96c0-8.674 7.328-16 16-16h112v128h-112c-8.672 0-16-7.326-16-16zM448 320h128v-128h-128v128zM752 320h-112v-128h112c8.674 0 16 7.326 16 16v96c0 8.674-7.326 16-16 16zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM576.096 579.484c2.034 47.454 45.212 78.946 81.592 97.138 34.742 17.37 69.102 26.060 70.548 26.422 17.146 4.288 34.518-6.138 38.806-23.284 4.284-17.144-6.14-34.518-23.284-38.804-17.624-4.45-38.522-12.12-56.936-21.35 10.648-11.43 17.174-26.752 17.174-43.606 0-35.346-28.654-64-64-64s-64 28.654-64 64c0.002 1.17 0.040 2.33 0.1 3.484zM256.958 679.76c4.288 17.146 21.66 27.572 38.806 23.284 1.446-0.362 35.806-9.052 70.548-26.422 36.38-18.192 79.56-49.684 81.592-97.138 0.062-1.154 0.098-2.314 0.098-3.484 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 16.854 6.526 32.176 17.174 43.606-18.414 9.23-39.31 16.9-56.936 21.35-17.142 4.286-27.566 21.66-23.282 38.804zM832 208c0-44.112-35.888-80-80-80h-480c-44.112 0-80 35.888-80 80v96c0 44.112 35.888 80 80 80h480c44.112 0 80-35.888 80-80v-96z" />
+<glyph unicode="" glyph-name="crying" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM800 576h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32zM352 576h-128c-17.672 0-32 14.328-32 32s14.328 32 32 32h128c17.672 0 32-14.328 32-32s-14.328-32-32-32zM608 104c-8.19 0-16.378 3.124-22.626 9.374-4.582 4.582-29.42 14.626-73.374 14.626s-68.79-10.044-73.374-14.626c-12.496-12.496-32.758-12.496-45.254 0-12.498 12.496-12.498 32.758 0 45.254 30.122 30.12 92.994 33.372 118.628 33.372 25.632 0 88.506-3.252 118.626-33.374 12.498-12.496 12.498-32.758 0-45.254-6.248-6.248-14.436-9.372-22.626-9.372zM736 384c-17.674 0-32 14.326-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64c0-17.674-14.326-32-32-32zM736 192c-17.674 0-32 14.326-32 32v64c0 17.674 14.326 32 32 32s32-14.326 32-32v-64c0-17.674-14.326-32-32-32zM288 384c-17.672 0-32 14.326-32 32v64c0 17.672 14.328 32 32 32s32-14.328 32-32v-64c0-17.674-14.328-32-32-32zM288 192c-17.672 0-32 14.326-32 32v64c0 17.674 14.328 32 32 32s32-14.326 32-32v-64c0-17.674-14.328-32-32-32z" />
+<glyph unicode="" glyph-name="crying2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 224c0-17.674-14.328-32-32-32s-32 14.326-32 32v64c0 17.674 14.328 32 32 32s32-14.326 32-32v-64zM320 416c0-17.674-14.328-32-32-32s-32 14.326-32 32v64c0 17.672 14.328 32 32 32s32-14.328 32-32v-64zM352 576h-128c-17.672 0-32 14.328-32 32s14.328 32 32 32h128c17.672 0 32-14.328 32-32s-14.328-32-32-32zM630.626 113.374c-6.248-6.25-14.436-9.374-22.626-9.374s-16.378 3.124-22.626 9.374c-4.582 4.582-29.42 14.626-73.374 14.626s-68.79-10.044-73.374-14.626c-12.496-12.496-32.758-12.496-45.254 0-12.498 12.496-12.498 32.758 0 45.254 30.122 30.12 92.994 33.372 118.628 33.372 25.632 0 88.506-3.252 118.626-33.374 12.498-12.496 12.498-32.756 0-45.252zM768 224c0-17.674-14.326-32-32-32s-32 14.326-32 32v64c0 17.674 14.326 32 32 32s32-14.326 32-32v-64zM768 416c0-17.674-14.326-32-32-32s-32 14.326-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64zM800 576h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="point-up" d="M960 352v160c0 52.934-43.066 96-96 96-17.104 0-33.176-4.494-47.098-12.368-17.076 26.664-46.958 44.368-80.902 44.368-24.564 0-47.004-9.274-64-24.504-16.996 15.23-39.436 24.504-64 24.504-11.214 0-21.986-1.934-32-5.484v229.484c0 52.934-43.066 96-96 96s-96-43.066-96-96v-394.676l-176.018 93.836c-14.536 8.4-31.126 12.84-47.982 12.84-52.934 0-96-43.066-96-96 0-26.368 10.472-50.954 29.49-69.226 0.248-0.238 0.496-0.47 0.75-0.7l239.17-218.074h-45.41c-17.672 0-32-14.326-32-32v-192c0-17.674 14.328-32 32-32h640c17.674 0 32 14.326 32 32v192c0 17.674-14.326 32-32 32h-44.222l72.844 145.69c2.222 4.442 3.378 9.342 3.378 14.31zM896 96c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM896 359.554l-83.776-167.554h-383.826l-290.818 265.166c-6.18 6.070-9.58 14.164-9.58 22.834 0 17.644 14.356 32 32 32 5.46 0 10.612-1.31 15.324-3.894 0.53-0.324 1.070-0.632 1.622-0.926l224-119.416c9.92-5.288 21.884-4.986 31.52 0.8 9.638 5.782 15.534 16.196 15.534 27.436v448c0 17.644 14.356 32 32 32s32-14.356 32-32v-320c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-32c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-152.446z" />
+<glyph unicode="" glyph-name="point-right" d="M416 0h160c52.934 0 96 43.066 96 96 0 17.104-4.494 33.176-12.368 47.098 26.664 17.076 44.368 46.958 44.368 80.902 0 24.564-9.276 47.004-24.504 64 15.228 16.996 24.504 39.436 24.504 64 0 11.214-1.934 21.986-5.484 32h229.484c52.934 0 96 43.066 96 96s-43.066 96-96 96h-394.676l93.836 176.018c8.4 14.536 12.84 31.126 12.84 47.982 0 52.934-43.066 96-96 96-26.368 0-50.954-10.472-69.226-29.49-0.238-0.248-0.47-0.496-0.7-0.75l-218.074-239.17v45.41c0 17.672-14.326 32-32 32h-192c-17.674 0-32-14.328-32-32v-640c0-17.674 14.326-32 32-32h192c17.674 0 32 14.326 32 32v44.222l145.69-72.844c4.444-2.222 9.342-3.378 14.31-3.378zM160 64c-17.674 0-32 14.326-32 32s14.326 32 32 32 32-14.326 32-32-14.326-32-32-32zM423.556 64l-167.556 83.778v383.824l265.168 290.818c6.066 6.18 14.162 9.58 22.832 9.58 17.644 0 32-14.356 32-32 0-5.46-1.308-10.612-3.894-15.324-0.324-0.53-0.632-1.070-0.926-1.622l-119.418-224c-5.288-9.92-4.986-21.884 0.8-31.52 5.784-9.638 16.198-15.534 27.438-15.534h448c17.644 0 32-14.356 32-32s-14.356-32-32-32h-320c-17.672 0-32-14.326-32-32s14.328-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32h-32c-17.674 0-32-14.326-32-32s14.326-32 32-32c17.644 0 32-14.356 32-32s-14.356-32-32-32h-152.444z" />
+<glyph unicode="" glyph-name="point-down" d="M960 544v-160c0-52.934-43.066-96-96-96-17.104 0-33.176 4.494-47.098 12.368-17.076-26.662-46.96-44.368-80.902-44.368-24.564 0-47.004 9.276-64 24.504-16.996-15.228-39.436-24.504-64-24.504-11.214 0-21.986 1.934-32 5.484v-229.484c0-52.934-43.066-96-96-96-52.936 0-96 43.066-96 96v394.676l-176.018-93.836c-14.538-8.398-31.126-12.84-47.982-12.84-52.936 0-96 43.066-96 96 0 26.368 10.472 50.952 29.488 69.226 0.248 0.238 0.496 0.47 0.75 0.7l239.17 218.074h-45.408c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h640c17.674 0 32-14.326 32-32v-192c0-17.674-14.326-32-32-32h-44.222l72.842-145.69c2.224-4.442 3.38-9.342 3.38-14.31zM896 800c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM896 536.446l-83.778 167.554h-383.824l-290.82-265.168c-6.18-6.066-9.578-14.162-9.578-22.832 0-17.644 14.356-32 32-32 5.458 0 10.612 1.308 15.324 3.894 0.53 0.324 1.070 0.632 1.622 0.926l224 119.416c9.92 5.288 21.884 4.986 31.52-0.8 9.638-5.782 15.534-16.196 15.534-27.436v-448c0-17.644 14.356-32 32-32s32 14.356 32 32v320c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32c0 17.674 14.326 32 32 32s32-14.326 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v32c0 17.674 14.326 32 32 32s32-14.326 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v152.446z" />
+<glyph unicode="" glyph-name="point-left" d="M608 0h-160c-52.934 0-96 43.066-96 96 0 17.104 4.494 33.176 12.368 47.098-26.662 17.076-44.368 46.958-44.368 80.902 0 24.564 9.276 47.004 24.504 64-15.228 16.996-24.504 39.436-24.504 64 0 11.214 1.934 21.986 5.484 32h-229.484c-52.934 0-96 43.066-96 96 0 52.936 43.066 96 96 96h394.676l-93.836 176.018c-8.398 14.536-12.84 31.126-12.84 47.982 0 52.936 43.066 96 96 96 26.368 0 50.952-10.472 69.224-29.488 0.238-0.248 0.472-0.496 0.7-0.75l218.076-239.17v45.408c0 17.674 14.326 32 32 32h192c17.674 0 32-14.326 32-32v-640c0-17.674-14.326-32-32-32h-192c-17.674 0-32 14.326-32 32v44.222l-145.69-72.844c-4.442-2.222-9.34-3.378-14.31-3.378zM864 64c17.674 0 32 14.326 32 32s-14.326 32-32 32-32-14.326-32-32 14.326-32 32-32zM600.446 64l167.554 83.778v383.824l-265.168 290.82c-6.066 6.18-14.162 9.578-22.832 9.578-17.644 0-32-14.356-32-32 0-5.458 1.308-10.612 3.894-15.324 0.324-0.53 0.632-1.070 0.926-1.622l119.416-224c5.29-9.92 4.988-21.884-0.798-31.52-5.784-9.638-16.198-15.534-27.438-15.534h-448c-17.644 0-32-14.356-32-32s14.356-32 32-32h320c17.672 0 32-14.326 32-32s-14.328-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32c17.674 0 32-14.326 32-32s-14.326-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32h32c17.674 0 32-14.326 32-32s-14.326-32-32-32c-17.644 0-32-14.356-32-32s14.356-32 32-32h152.446z" />
+<glyph unicode="" glyph-name="warning" d="M512 867.226l429.102-855.226h-858.206l429.104 855.226zM512 960c-22.070 0-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.3 0 96.792 48.708 63.3 108.24h0.002l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648v0zM576 128c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64zM512 256c-35.346 0-64 28.654-64 64v192c0 35.346 28.654 64 64 64s64-28.654 64-64v-192c0-35.346-28.654-64-64-64z" />
+<glyph unicode="" glyph-name="notification" d="M512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512zM448 256h128v-128h-128zM448 768h128v-384h-128z" />
+<glyph unicode="" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
+<glyph unicode="" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
+<glyph unicode="" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
+<glyph unicode="" glyph-name="info1" d="M448 656c0 26.4 21.6 48 48 48h32c26.4 0 48-21.6 48-48v-32c0-26.4-21.6-48-48-48h-32c-26.4 0-48 21.6-48 48v32zM640 192h-256v64h64v192h-64v64h192v-256h64zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" />
+<glyph unicode="" glyph-name="cancel-circle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM672 704l-160-160-160 160-96-96 160-160-160-160 96-96 160 160 160-160 96 96-160 160 160 160z" />
+<glyph unicode="" glyph-name="blocked" d="M874.040 810.040c-96.706 96.702-225.28 149.96-362.040 149.96s-265.334-53.258-362.040-149.96c-96.702-96.706-149.96-225.28-149.96-362.040s53.258-265.334 149.96-362.040c96.706-96.702 225.28-149.96 362.040-149.96s265.334 53.258 362.040 149.96c96.702 96.706 149.96 225.28 149.96 362.040s-53.258 265.334-149.96 362.040zM896 448c0-82.814-26.354-159.588-71.112-222.38l-535.266 535.268c62.792 44.758 139.564 71.112 222.378 71.112 211.738 0 384-172.262 384-384zM128 448c0 82.814 26.354 159.586 71.112 222.378l535.27-535.268c-62.794-44.756-139.568-71.11-222.382-71.11-211.738 0-384 172.262-384 384z" />
+<glyph unicode="" glyph-name="cross" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
+<glyph unicode="" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
+<glyph unicode="" glyph-name="checkmark2" d="M397.434 42.304l-397.868 391.6 197.378 194.27 200.49-197.332 429.62 422.852 197.378-194.27-626.998-617.12zM107.912 433.904l289.524-284.962 518.656 510.482-89.036 87.632-429.62-422.852-200.49 197.334-89.034-87.634z" />
+<glyph unicode="" glyph-name="spell-check" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />
+<glyph unicode="" glyph-name="enter" d="M384 448h-320v128h320v128l192-192-192-192zM1024 960v-832l-384-192v192h-384v256h64v-192h320v576l256 128h-576v-256h-64v320z" />
+<glyph unicode="" glyph-name="exit" d="M768 320v128h-320v128h320v128l192-192zM704 384v-256h-320v-192l-384 192v832h704v-320h-64v256h-512l256-128v-576h256v192z" />
+<glyph unicode="" glyph-name="sendemail" d="M27.2 706.784c-25.76-241.856 124.768-457.536 339.232-483.68 130.080-15.904 254.016 41.728 338.912 143.168l-99.36 77.664 417.952 168.704-62.848-446.304-94.688 73.984c-102.144-126.208-264.928-198.624-437.984-177.536-267.136 32.544-457.344 275.488-424.8 542.656 4.32 35.264 12.352 69.12 23.552 101.344zM119.776 802.304l301.536-301.504c9.952-9.952 26.048-9.952 35.968 0l300.416 300.384c6.112-4.064 10.208-10.976 10.208-18.88v-222.432l-254.752-102.912 107.424-83.936h-452.096c-22.784 22.304-43.552 47.2-61.056 74.624v334.656c0 8.768 5.056 16.288 12.352 20.032zM154.816 854.4h569.184c-0.32-5.44-2.528-10.816-6.752-14.944l-263.008-261.568c-8.8-8.576-22.752-8.64-31.104-0.064l-262.368 260.384c-4.352 4.416-6.272 10.336-5.952 16.192z" />
+<glyph unicode="" glyph-name="excel" d="M789.441 241.11v-102.216h168.092v102.216zM789.441 373.99v-102.216h168.092v102.216zM789.441 506.871v-102.216h168.092v102.216zM345.376 635.776l-51.108-127.204-43.156 115.844h-69.282l70.42-166.952-78.365-165.819h68.144l51.108 118.12 51.108-129.471h74.959l-86.318 182.848 80.635 172.633zM789.441 639.751v-102.216h168.092v102.216zM789.441 772.631v-102.216h168.092v102.216zM608.293 830.554h402.053c7.527 0 13.629-6.102 13.629-13.629v-729.139c0-7.533-6.102-13.625-13.629-13.625h-402.053v64.733h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.663h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918zM589.444 943.748v-991.49l-589.444 102.216v787.058z" />
+<glyph unicode="" glyph-name="Lock_Information" d="M886.505 237.84l-122.053-13.17-4.543-9.495c4.849 0.255 9.163 0.281 13.068 0.281 7.734 0 13.987-1.353 18.556-4.186 4.569-2.654 6.891-5.896 6.891-9.495 0-5.564-2.323-13.757-7.198-24.707l-50-114.728c-4.186-9.112-6.253-16.616-6.253-22.563 0-9.010 4.594-16.309 13.808-22.18 9.316-5.922 21.618-8.806 37.162-8.806 40.812 0 79.378 21.006 115.749 63.094l-12.481 4.798c-14.906-15.544-27.897-26.213-38.923-32.236-3.803-2.323-7.963-3.599-12.073-3.599-2.348 0-4.62 0.893-6.687 2.425-2.093 1.71-3.216 3.216-3.216 4.824 0 3.114 1.965 9.648 5.845 19.347l73.712 170.394zM856.515 348.381c-14.574 0-26.953-3.471-37.137-10.465-10.158-6.84-15.186-15.263-15.186-25.013 0-9.724 5.156-18.071 15.467-24.911 10.184-6.815 22.512-10.26 36.856-10.26 14.574 0 27.106 3.446 37.545 10.26 10.414 6.84 15.569 15.186 15.569 24.911 0 9.75-5.156 18.173-15.442 25.013-10.184 6.993-22.716 10.465-37.673 10.465zM338.39 356.831c-37.137 0-67.229-28.409-67.229-63.401 0-25.499 16.003-46.86 38.846-57.070v-86.653h56.969v86.653c22.844 10.21 38.821 31.699 38.821 57.070 0 34.992-30.143 63.401-67.407 63.401zM817.464 365.431c114.039 0 206.51-92.446 206.51-206.484s-92.471-206.51-206.51-206.51c-114.013 0-206.485 92.471-206.485 206.51s92.471 206.484 206.485 206.484zM346.583 870.058c-93.544 0-169.271-75.779-169.271-169.196v-89.538c0-14.061 1.888-27.692 5.13-40.812h328.359c3.241 13.12 5.156 26.751 5.156 40.812v89.538c0 93.417-75.907 169.196-169.373 169.196zM346.583 943.537c125.524 0 227.337-101.863 227.337-227.465v-120.009c0-11.104-1.072-22.028-2.604-32.671 60.899-18.71 105.488-74.76 105.488-141.731v-36.653c-83.155-37.827-141.042-121.442-141.042-218.788 0-67.432 27.846-128.228 72.487-171.925-23.175-14.933-50.613-23.788-80.195-23.788h-379.304c-82.211 0-148.751 66.641-148.751 148.776v302.378c0 72.663 52.195 133.129 121.211 146.068-1.149 9.319-1.94 18.685-1.94 28.334v120.009c0 125.602 101.711 227.465 227.312 227.465z" />
+<glyph unicode="" glyph-name="lock" d="M521.12 345.984c-36.256 0-65.632-30.176-65.632-67.392 0-26.944 15.616-49.76 37.888-60.576v-91.904h55.616v91.968c22.304 10.752 37.952 33.664 37.952 60.512 0 37.216-29.44 67.392-65.824 67.392zM511.936 882.112c-91.264 0-165.184-80.448-165.184-179.648v-94.88c0-11.968 1.152-23.648 3.2-35.008h324.16c2.080 11.36 3.168 23.040 3.168 35.008v94.88c0 99.2-74.080 179.648-165.344 179.648zM511.936 960c122.56 0 222.016-108.064 222.016-241.28v-127.36c0-8.032-0.384-15.936-1.088-23.808 62.848-17.312 109.472-79.104 109.472-152.832v-320.928c0-87.104-65.056-157.792-145.152-157.792h-370.272c-80.256 0-145.184 70.656-145.184 157.792v320.928c0 73.76 46.592 135.552 109.504 152.864-0.704 7.808-1.088 15.744-1.088 23.776v127.36c0 133.216 99.264 241.28 221.824 241.28z" />
+<glyph unicode="" glyph-name="info" d="M558.496 585.568l8.8-5.984c-3.392-40.48-5.088-91.872-5.088-154.176v-104.64c0-6.816 0.608-28.672 1.856-65.536s2.56-58.4 3.936-64.608c1.408-6.144 3.456-10.656 6.24-13.408 2.784-2.784 6.176-4.576 10.176-5.344s20.672-2.080 49.984-3.936l4.192-3.68v-43.2l-3.712-4.16c-38.592 2.464-75.776 3.68-111.552 3.68-35.52 0-72.544-1.216-111.136-3.68l-4.16 4.16v43.2l4.16 3.68c29.92 1.856 46.848 3.232 50.72 4.192 3.84 0.896 7.264 2.848 10.176 5.792s4.928 7.424 5.984 13.408c1.088 6.016 2.336 25.952 3.712 59.744 1.408 33.792 2.048 59.328 2.048 76.608v91.2c0 12.352-0.576 29.184-1.824 50.464s-2.208 34.4-3.008 39.36c-0.768 4.928-3.2 8.576-7.2 10.88-4 2.336-12.032 3.488-24.064 3.488l-38.912 0.448-4.16 3.712v19.904l3.68 3.712c58.944 7.104 108.64 18.656 149.088 34.72zM519.168 792.544c14.496 0 26.848-5.088 37.024-15.264s15.264-22.528 15.264-37.024c0-14.208-5.088-26.4-15.264-36.608s-22.528-15.232-37.024-15.232c-14.176 0-26.464 4.992-36.832 15.040s-15.488 22.272-15.488 36.8c0 14.496 5.152 26.848 15.488 37.024s22.624 15.264 36.832 15.264zM109.28 878.048v-860.128h805.504v860.128zM109.28 960h805.504c45.248 0 81.952-36.704 81.952-81.952v-860.128c0-45.216-36.704-81.92-81.952-81.92h-805.504c-45.248 0-81.952 36.672-81.952 81.92v860.128c0 45.248 36.704 81.952 81.952 81.952z" />
+<glyph unicode="" glyph-name="info_circle" d="M536.264 585.131c-22.559 0-48.432-8.397-79.009-25.629-29.040-16.512-61.344-44.016-95.953-81.981l-12.433-13.873 48.576-37.629 10.707 10.557c37.393 36.384 50.017 46.319 54.243 49.005-48.433-169.192-73.347-271.431-73.347-315.444 0-17.517 5.041-31.68 14.879-42.381 10.129-10.848 24.144-16.511 40.513-16.511 16.609 0 36.337 6.671 60.339 20.349 22.511 12.911 56.496 40.844 103.825 85.435l13.056 12.241-44.211 43.052-11.951-11.18c-42.001-39.504-60.385-51.983-64.561-56.208 0.72 17.616 10.8 68.639 52.321 208.267 33.36 111.405 33.36 123.068 33.36 128.633 0 13.156-5.087 24.339-14.785 32.355-8.831 7.245-20.781 10.943-35.568 10.943zM535.304 781.828c-38.255 0-69.169-31.008-69.169-69.068 0-38.305 30.915-69.215 69.169-69.215 38.256 0 69.219 30.909 69.219 69.215 0 38.060-30.963 69.068-69.219 69.068zM511.977 960c282.243 0 512.023-229.675 512.023-512 0-282.281-229.78-512-512.023-512-282.388 0-511.977 229.719-511.977 512 0 282.325 229.589 512 511.977 512z" />
+<glyph unicode="" glyph-name="help" d="M466.56 211.392v-90.912h83.328v90.912zM515.808 775.488c-50.496 0-90.848-15.136-121.152-45.504-42.912-42.784-64.352-97.12-64.352-162.72h87.104c0 50.496 12.64 88.32 37.888 113.632 15.072 15.136 33.984 22.72 56.736 22.72 27.776 0 49.184-7.584 64.32-22.72 17.664-17.664 26.56-44.256 26.56-79.488 0-27.84-10.144-51.84-30.304-71.936-35.328-35.36-59.328-63.168-71.936-83.392-17.696-27.712-26.496-69.376-26.496-124.896h68.192c0 45.408 11.328 79.552 33.984 102.304 30.272 30.176 54.272 54.176 72 71.872 30.24 30.336 45.408 66.88 45.408 109.824 0 50.464-16.416 92.128-49.152 124.864-30.336 30.4-73.248 45.504-128.768 45.504zM512 960c282.24 0 512-229.696 512-512.032 0-282.304-229.76-511.968-512-511.968-282.368 0-512 229.696-512 511.968 0 282.336 229.632 512.032 512 512.032z" />
+<glyph unicode="" glyph-name="play3" d="M192 832l640-384-640-384z" />
+<glyph unicode="" glyph-name="pause2" d="M128 832h320v-768h-320zM576 832h320v-768h-320z" />
+<glyph unicode="" glyph-name="stop2" d="M128 832h768v-768h-768z" />
+<glyph unicode="" glyph-name="backward2" d="M576 800v-320l320 320v-704l-320 320v-320l-352 352z" />
+<glyph unicode="" glyph-name="forward3" d="M512 96v320l-320-320v704l320-320v320l352-352z" />
+<glyph unicode="" glyph-name="first" d="M128 64v768h128v-352l320 320v-320l320 320v-704l-320 320v-320l-320 320v-352z" />
+<glyph unicode="" glyph-name="last" d="M896 832v-768h-128v352l-320-320v320l-320-320v704l320-320v320l320-320v352z" />
+<glyph unicode="" glyph-name="previous2" d="M256 64v768h128v-352l320 320v-704l-320 320v-352z" />
+<glyph unicode="" glyph-name="next2" d="M768 832v-768h-128v352l-320-320v704l320-320v352z" />
+<glyph unicode="" glyph-name="eject" d="M0 192h1024v-128h-1024zM512 832l512-512h-1024z" />
+<glyph unicode="" glyph-name="volume-high" horiz-adv-x="1088" d="M890.040 37.96c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.746-18.744 49.136 0 67.882 87.638 87.642 135.904 204.16 135.904 328.1 0 123.938-48.266 240.458-135.904 328.098-18.744 18.746-18.744 49.138 0 67.882s49.138 18.744 67.882 0c105.77-105.772 164.022-246.4 164.022-395.98s-58.252-290.208-164.022-395.98c-9.372-9.372-21.656-14.058-33.94-14.058zM719.53 128.47c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.59 126.53-190.074 126.53-305.466 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060v0zM549.020 218.98c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-medium" d="M719.53 128.47c-12.286 0-24.566 4.686-33.942 14.056-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.59 126.53-190.074 126.53-305.466 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060v0zM549.020 218.98c-12.286 0-24.566 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-low" d="M549.020 218.98c-12.286 0-24.566 4.686-33.942 14.058-18.746 18.746-18.746 49.134 0 67.88 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.368-21.656-14.054-33.94-14.054zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-mute" d="M416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-mute2" d="M960 340.852v-84.852h-84.852l-107.148 107.148-107.148-107.148h-84.852v84.852l107.148 107.148-107.148 107.148v84.852h84.852l107.148-107.148 107.148 107.148h84.852v-84.852l-107.148-107.148 107.148-107.148zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-increase" d="M1024 384h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="volume-decrease" d="M512 512h512v-128h-512v128zM416.006 0c-8.328 0-16.512 3.25-22.634 9.374l-246.626 246.626h-114.746c-17.672 0-32 14.326-32 32v320c0 17.672 14.328 32 32 32h114.746l246.626 246.628c9.154 9.154 22.916 11.89 34.874 6.936 11.958-4.952 19.754-16.622 19.754-29.564v-832c0-12.944-7.796-24.612-19.754-29.564-3.958-1.64-8.118-2.436-12.24-2.436z" />
+<glyph unicode="" glyph-name="loop" d="M128 640h640v-192l256 256-256 256v-192h-768v-384h128zM896 256h-640v192l-256-256 256-256v192h768v384h-128z" />
+<glyph unicode="" glyph-name="loop2" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" />
+<glyph unicode="" glyph-name="infinite" d="M783.988 207.988c-64.104 0-124.372 24.96-169.7 70.288l-102.288 102.282-102.276-102.27c-45.332-45.336-105.6-70.3-169.706-70.3-64.118 0-124.39 24.964-169.722 70.3-45.332 45.334-70.296 105.604-70.296 169.712s24.964 124.38 70.296 169.714c45.334 45.332 105.608 70.296 169.714 70.296 64.108 0 124.38-24.964 169.712-70.296l102.278-102.276 102.276 102.276c45.332 45.332 105.604 70.298 169.712 70.298 64.112 0 124.384-24.966 169.71-70.298 45.338-45.334 70.302-105.606 70.302-169.714 0-64.112-24.964-124.382-70.3-169.71-45.326-45.336-105.598-70.302-169.712-70.302zM681.72 345.712c27.322-27.31 63.64-42.354 102.268-42.352 38.634 0 74.958 15.044 102.276 42.362 27.316 27.322 42.364 63.644 42.364 102.278s-15.046 74.956-42.364 102.274c-27.32 27.318-63.64 42.364-102.276 42.364-38.632 0-74.956-15.044-102.278-42.364l-102.268-102.274 102.278-102.288zM240.012 592.638c-38.634 0-74.956-15.044-102.274-42.364-27.32-27.318-42.364-63.64-42.364-102.274 0-38.632 15.044-74.954 42.364-102.276 27.32-27.316 63.642-42.364 102.274-42.364 38.634 0 74.956 15.044 102.272 42.362l102.276 102.278-102.276 102.274c-27.318 27.32-63.64 42.366-102.272 42.364v0z" />
+<glyph unicode="" glyph-name="shuffle" d="M768 256h-101.49l-160 160 160 160h101.49v-160l224 224-224 224v-160h-128c-16.974 0-33.252-6.744-45.254-18.746l-178.746-178.744-178.746 178.746c-12 12-28.28 18.744-45.254 18.744h-192v-128h165.49l160-160-160-160h-165.49v-128h192c16.974 0 33.252 6.742 45.254 18.746l178.746 178.744 178.746-178.744c12.002-12.004 28.28-18.746 45.254-18.746h128v-160l224 224-224 224v-160z" />
+<glyph unicode="" glyph-name="arrow-up-left" d="M0 224l256 256 544-544 224 224-544 544 255.998 256h-735.998v-736z" />
+<glyph unicode="" glyph-name="arrow-up" d="M512 928l-480-480h288v-512h384v512h288z" />
+<glyph unicode="" glyph-name="arrow-up-right" d="M288 960l256-256-544-544 224-224 544 544 256-255.998v735.998h-736z" />
+<glyph unicode="" glyph-name="arrow-right" d="M992 448l-480 480v-288h-512v-384h512v-288z" />
+<glyph unicode="" glyph-name="arrow-down-right" d="M1024 672l-256-256-544 544-224-224 544-544-255.998-256h735.998v736z" />
+<glyph unicode="" glyph-name="arrow-down" d="M512-32l480 480h-288v512h-384v-512h-288z" />
+<glyph unicode="" glyph-name="arrow-down-left" d="M736-64l-256 256 544 544-224 224-544-544-256 255.998v-735.998h736z" />
+<glyph unicode="" glyph-name="arrow-left" d="M32 448l480-480v288h512v384h-512v288z" />
+<glyph unicode="" glyph-name="arrow-up-left2" d="M877.254 173.254l-530.744 530.746h229.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-384c-25.886 0-49.222-15.592-59.128-39.508-3.282-7.924-4.84-16.242-4.838-24.492h-0.034v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.49l530.746-530.744c12.496-12.498 28.876-18.746 45.254-18.746s32.758 6.248 45.254 18.746c24.994 24.992 24.994 65.516 0 90.508z" />
+<glyph unicode="" glyph-name="arrow-up2" d="M877.254 557.254l-320 320c-24.992 24.994-65.514 24.994-90.508 0l-320-320c-24.994-24.994-24.994-65.516 0-90.51 24.994-24.996 65.516-24.996 90.51 0l210.744 210.746v-613.49c0-35.346 28.654-64 64-64s64 28.654 64 64v613.49l210.746-210.746c12.496-12.496 28.876-18.744 45.254-18.744s32.758 6.248 45.254 18.746c24.994 24.994 24.994 65.514 0 90.508z" />
+<glyph unicode="" glyph-name="arrow-up-right2" d="M237.254 82.746l530.746 530.744v-229.49c0-35.346 28.654-64 64-64s64 28.654 64 64v384c0 25.884-15.594 49.222-39.508 59.126-7.924 3.284-16.242 4.84-24.492 4.838v0.036h-384c-35.346 0-64-28.654-64-64 0-35.348 28.654-64 64-64h229.49l-530.744-530.746c-12.498-12.496-18.746-28.876-18.746-45.254s6.248-32.758 18.746-45.254c24.992-24.994 65.516-24.994 90.508 0z" />
+<glyph unicode="" glyph-name="arrow-right2" d="M621.254 82.746l320 320c24.994 24.992 24.994 65.516 0 90.51l-320 320c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.516 0-90.51l210.746-210.746h-613.49c-35.346 0-64-28.654-64-64s28.654-64 64-64h613.49l-210.746-210.746c-12.496-12.496-18.744-28.876-18.744-45.254s6.248-32.758 18.744-45.254c24.994-24.994 65.516-24.994 90.51 0z" />
+<glyph unicode="" glyph-name="arrow-down-right2" d="M146.746 722.746l530.742-530.746h-229.488c-35.346 0-64-28.654-64-64s28.654-64 64-64h384c25.884 0 49.222 15.594 59.126 39.508 3.284 7.924 4.84 16.242 4.838 24.492h0.036v384c0 35.346-28.654 64-64 64-35.348 0-64-28.654-64-64v-229.49l-530.746 530.744c-12.496 12.498-28.874 18.746-45.254 18.746s-32.758-6.248-45.254-18.746c-24.994-24.992-24.994-65.516 0-90.508z" />
+<glyph unicode="" glyph-name="arrow-down2" d="M877.254 338.746l-320-320c-24.992-24.994-65.514-24.994-90.508 0l-320 320c-24.994 24.994-24.994 65.516 0 90.51 24.994 24.996 65.516 24.996 90.51 0l210.744-210.746v613.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-613.49l210.746 210.746c12.496 12.496 28.876 18.744 45.254 18.744s32.758-6.248 45.254-18.746c24.994-24.994 24.994-65.514 0-90.508z" />
+<glyph unicode="" glyph-name="arrow-down-left2" d="M786.744 813.256l-530.744-530.744v229.49c0 35.346-28.654 64-64 64s-64-28.654-64-64v-384.002c0-25.886 15.592-49.222 39.508-59.128 7.924-3.282 16.242-4.84 24.492-4.836v-0.036l384 0.002c35.344 0 64 28.654 64 63.998 0 35.348-28.656 64-64 64h-229.49l530.744 530.746c12.496 12.496 18.746 28.876 18.746 45.256 0 16.376-6.25 32.758-18.746 45.254-24.992 24.992-65.518 24.992-90.51 0v0z" />
+<glyph unicode="" glyph-name="arrow-left2" d="M402.746 82.746l-320 320c-24.994 24.992-24.994 65.516 0 90.51l320 320c24.994 24.992 65.516 24.992 90.51 0 24.994-24.994 24.994-65.516 0-90.51l-210.746-210.746h613.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-613.49l210.746-210.746c12.496-12.496 18.744-28.876 18.744-45.254s-6.248-32.758-18.744-45.254c-24.994-24.994-65.516-24.994-90.51 0z" />
+<glyph unicode="" glyph-name="circle-up" d="M0 448c0-282.77 229.23-512 512-512s512 229.23 512 512-229.23 512-512 512-512-229.23-512-512zM928 448c0-229.75-186.25-416-416-416s-416 186.25-416 416 186.25 416 416 416 416-186.25 416-416zM706.744 290.744l90.512 90.512-285.256 285.254-285.254-285.256 90.508-90.508 194.746 194.744z" />
+<glyph unicode="" glyph-name="circle-right" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM354.744 253.256l90.512-90.512 285.254 285.256-285.256 285.254-90.508-90.508 194.744-194.746z" />
+<glyph unicode="" glyph-name="circle-down" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512 229.23-512 512-512 512 229.23 512 512zM96 448c0 229.75 186.25 416 416 416s416-186.25 416-416-186.25-416-416-416-416 186.25-416 416zM317.256 605.256l-90.512-90.512 285.256-285.254 285.254 285.256-90.508 90.508-194.746-194.744z" />
+<glyph unicode="" glyph-name="circle-left" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 864c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416zM669.256 642.744l-90.512 90.512-285.254-285.256 285.256-285.254 90.508 90.508-194.744 194.746z" />
+<glyph unicode="" glyph-name="tab" d="M960 960h64v-512h-64v512zM0 448h64v-512h-64v512zM320 256h704v-128h-704v-160l-224 224 224 224v-160zM704 640h-704v128h704v160l224-224-224-224z" />
+<glyph unicode="" glyph-name="move-up" d="M704 448v-384h64v384h160l-192 192-192-192zM64 768h96v-64h-96v64zM192 768h96v-64h-96v64zM320 768h64v-96h-64v96zM64 544h64v-96h-64v96zM160 512h96v-64h-96v64zM288 512h96v-64h-96v64zM64 672h64v-96h-64v96zM320 640h64v-96h-64v96zM320 256v-192h-192v192h192zM384 320h-320v-320h320v320z" />
+<glyph unicode="" glyph-name="move-down" d="M768 256v384h-64v-384h-160l192-192 192 192zM320 704v-192h-192v192h192zM384 768h-320v-320h320v320zM64 320h96v-64h-96v64zM192 320h96v-64h-96v64zM320 320h64v-96h-64v96zM64 96h64v-96h-64v96zM160 64h96v-64h-96v64zM288 64h96v-64h-96v64zM64 224h64v-96h-64v96zM320 192h64v-96h-64v96z" />
+<glyph unicode="" glyph-name="sort-alpha-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM928-64h-256c-11.8 0-22.644 6.496-28.214 16.9-5.566 10.404-4.958 23.030 1.59 32.85l222.832 334.25h-196.208c-17.672 0-32 14.328-32 32s14.328 32 32 32h256c11.8 0 22.644-6.496 28.214-16.9 5.566-10.404 4.958-23.030-1.59-32.85l-222.83-334.25h196.206c17.672 0 32-14.328 32-32s-14.328-32-32-32zM1020.622 558.314l-192.002 384c-5.42 10.842-16.502 17.69-28.622 17.69-12.122 0-23.202-6.848-28.624-17.69l-191.996-384c-7.904-15.806-1.496-35.030 14.31-42.932 4.594-2.296 9.476-3.386 14.288-3.386 11.736 0 23.040 6.484 28.644 17.698l55.156 110.31h216.446l55.156-110.31c7.902-15.806 27.124-22.21 42.932-14.31 15.808 7.902 22.216 27.124 14.312 42.93zM723.778 704.004l76.22 152.446 76.224-152.446h-152.444z" />
+<glyph unicode="" glyph-name="sort-alpha-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM928 512h-256c-11.8 0-22.644 6.496-28.214 16.9-5.566 10.406-4.958 23.030 1.59 32.85l222.832 334.25h-196.208c-17.672 0-32 14.328-32 32s14.328 32 32 32h256c11.8 0 22.644-6.496 28.214-16.9 5.566-10.406 4.958-23.030-1.59-32.85l-222.83-334.25h196.206c17.672 0 32-14.328 32-32s-14.328-32-32-32zM1020.622-17.69l-192.002 384c-5.42 10.842-16.502 17.69-28.622 17.69-12.122 0-23.202-6.848-28.624-17.69l-191.996-384c-7.904-15.806-1.496-35.030 14.31-42.932 4.594-2.296 9.476-3.386 14.288-3.386 11.736 0 23.040 6.484 28.644 17.698l55.158 110.31h216.446l55.156-110.31c7.902-15.806 27.124-22.21 42.932-14.31 15.806 7.902 22.214 27.124 14.31 42.93zM723.778 128l76.22 152.446 76.226-152.446h-152.446z" />
+<glyph unicode="" glyph-name="sort-numeric-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM864 512c-17.674 0-32 14.328-32 32v352h-32c-17.674 0-32 14.328-32 32s14.326 32 32 32h64c17.674 0 32-14.328 32-32v-384c0-17.672-14.326-32-32-32zM928 384h-192c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h160v-128h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h192c17.674 0 32 14.326 32 32v384c0 17.674-14.326 32-32 32zM768 320h128v-128h-128v128z" />
+<glyph unicode="" glyph-name="sort-numberic-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM864-64c-17.674 0-32 14.328-32 32v352h-32c-17.674 0-32 14.328-32 32s14.326 32 32 32h64c17.674 0 32-14.328 32-32v-384c0-17.672-14.326-32-32-32zM928 960h-192c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h160v-128h-160c-17.674 0-32-14.326-32-32s14.326-32 32-32h192c17.674 0 32 14.326 32 32v384c0 17.674-14.326 32-32 32zM768 896h128v-128h-128v128z" />
+<glyph unicode="" glyph-name="sort-amount-asc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM448 384h576v-128h-576v128zM448 576h448v-128h-448v128zM448 768h320v-128h-320v128zM448 960h192v-128h-192v128z" />
+<glyph unicode="" glyph-name="sort-amount-desc" d="M320 192v768h-128v-768h-160l224-224 224 224h-160zM448 960h576v-128h-576v128zM448 768h448v-128h-448v128zM448 576h320v-128h-320v128zM448 384h192v-128h-192v128z" />
+<glyph unicode="" glyph-name="command" d="M736 64c-88.224 0-160 71.776-160 160v96h-128v-96c0-88.224-71.776-160-160-160s-160 71.776-160 160 71.776 160 160 160h96v128h-96c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160v-96h128v96c0 88.224 71.776 160 160 160s160-71.776 160-160-71.776-160-160-160h-96v-128h96c88.224 0 160-71.776 160-160s-71.774-160-160-160zM640 320v-96c0-52.934 43.066-96 96-96s96 43.066 96 96-43.066 96-96 96h-96zM288 320c-52.934 0-96-43.066-96-96s43.066-96 96-96 96 43.066 96 96v96h-96zM448 384h128v128h-128v-128zM640 576h96c52.934 0 96 43.066 96 96s-43.066 96-96 96-96-43.066-96-96v-96zM288 768c-52.934 0-96-43.066-96-96s43.066-96 96-96h96v96c0 52.934-43.064 96-96 96z" />
+<glyph unicode="" glyph-name="shift" d="M672 64h-320c-17.672 0-32 14.326-32 32v352h-128c-12.942 0-24.612 7.796-29.564 19.754-4.954 11.958-2.214 25.722 6.936 34.874l320 320c12.498 12.496 32.758 12.496 45.254 0l320-320c9.152-9.152 11.89-22.916 6.938-34.874s-16.62-19.754-29.564-19.754h-128v-352c0-17.674-14.326-32-32-32zM384 128h256v352c0 17.672 14.326 32 32 32h82.744l-242.744 242.746-242.744-242.746h82.744c17.672 0 32-14.328 32-32v-352z" />
+<glyph unicode="" glyph-name="ctrl" d="M736.014 512c-8.908 0-17.77 3.698-24.096 10.928l-199.918 228.478-199.918-228.478c-11.636-13.3-31.856-14.65-45.154-3.010-13.3 11.638-14.648 31.854-3.010 45.154l224 256c6.076 6.944 14.854 10.928 24.082 10.928s18.006-3.984 24.082-10.928l224-256c11.638-13.3 10.292-33.516-3.010-45.154-6.070-5.312-13.582-7.918-21.058-7.918z" />
+<glyph unicode="" glyph-name="opt" d="M928 128h-256c-12.646 0-24.106 7.448-29.242 19.004l-247.554 556.996h-299.204c-17.672 0-32 14.328-32 32s14.328 32 32 32h320c12.646 0 24.106-7.448 29.242-19.004l247.556-556.996h235.202c17.674 0 32-14.326 32-32s-14.326-32-32-32zM928 704h-320c-17.674 0-32 14.328-32 32s14.326 32 32 32h320c17.674 0 32-14.328 32-32s-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="checkbox-checked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM448 165.49l-237.254 237.256 90.51 90.508 146.744-146.744 306.746 306.746 90.508-90.51-397.254-397.256z" />
+<glyph unicode="" glyph-name="checkbox-unchecked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM896 64h-768v768h768v-768z" />
+<glyph unicode="" glyph-name="radio-checked" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM320 448c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192s-192 85.961-192 192z" />
+<glyph unicode="" glyph-name="radio-checked2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 320c-70.692 0-128 57.306-128 128 0 70.692 57.308 128 128 128 70.694 0 128-57.308 128-128 0-70.694-57.306-128-128-128z" />
+<glyph unicode="" glyph-name="radio-unchecked" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384z" />
+<glyph unicode="" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />
+<glyph unicode="" glyph-name="make-group" d="M320 832h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM704 576h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64zM704 768h128v-128h-128v128zM320 320h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM320 128h-128v128h128v-128zM832 320h-128c-35.2 0-64-28.8-64-64v-128c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v128c0 35.2-28.8 64-64 64zM896 448h-64c-85.476 0-165.834 33.286-226.274 93.724-60.44 60.442-93.726 140.802-93.726 226.276v64c0 70.4-57.6 128-128 128h-256c-70.4 0-128-57.6-128-128v-256c0-70.4 57.6-128 128-128h64c85.476 0 165.834-33.286 226.274-93.724 60.44-60.442 93.726-140.802 93.726-226.276v-64c0-70.4 57.6-128 128-128h256c70.4 0 128 57.6 128 128v256c0 70.4-57.6 128-128 128zM960 64c0-16.954-6.696-32.986-18.856-45.144-12.158-12.16-28.19-18.856-45.144-18.856h-256c-16.954 0-32.986 6.696-45.144 18.856-12.16 12.158-18.856 28.19-18.856 45.144v64c0 212.078-171.922 384-384 384h-64c-16.954 0-32.986 6.696-45.146 18.854-12.158 12.16-18.854 28.192-18.854 45.146v256c0 16.954 6.696 32.986 18.854 45.146 12.16 12.158 28.192 18.854 45.146 18.854h256c16.954 0 32.986-6.696 45.146-18.854 12.158-12.16 18.854-28.192 18.854-45.146v-64c0-212.078 171.922-384 384-384h64c16.954 0 32.986-6.696 45.144-18.856 12.16-12.158 18.856-28.19 18.856-45.144v-256z" />
+<glyph unicode="" glyph-name="ungroup" d="M384 496c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM704 496c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM384 176c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM704 176c0-26.4-21.6-48-48-48h-96c-26.4 0-48 21.6-48 48v96c0 26.4 21.6 48 48 48h96c26.4 0 48-21.6 48-48v-96zM912.082 800l111.918 111.916v48.084h-48.082l-111.918-111.916-111.918 111.916h-48.082v-48.084l111.918-111.916-111.918-111.916v-48.084h48.082l111.918 111.916 111.918-111.916h48.082v48.084zM0 192h64v-128h-64v128zM0 384h64v-128h-64v128zM832 512h64v-128h-64v128zM832 128h64v-128h-64v128zM832 320h64v-128h-64v128zM0 576h64v-128h-64v128zM0 768h64v-128h-64v128zM512 832h128v-64h-128v64zM320 832h128v-64h-128v64zM128 832h128v-64h-128v64zM448 0h128v-64h-128v64zM640 0h128v-64h-128v64zM256 0h128v-64h-128v64zM64 0h128v-64h-128v64z" />
+<glyph unicode="" glyph-name="scissors" d="M913.826 280.306c-66.684 104.204-181.078 150.064-255.51 102.434-6.428-4.116-12.334-8.804-17.744-13.982l-79.452 124.262 183.462 287.972c15.016 27.73 20.558 60.758 13.266 93.974-6.972 31.75-24.516 58.438-48.102 77.226l-12.278 7.808-217.468-340.114-217.47 340.114-12.276-7.806c-23.586-18.79-41.13-45.476-48.1-77.226-7.292-33.216-1.75-66.244 13.264-93.974l183.464-287.972-79.454-124.262c-5.41 5.178-11.316 9.868-17.744 13.982-74.432 47.63-188.826 1.77-255.51-102.434-66.68-104.2-60.398-227.286 14.032-274.914 74.43-47.632 188.824-1.77 255.508 102.432l164.286 257.87 164.288-257.872c66.684-104.202 181.078-150.064 255.508-102.432 74.428 47.63 80.71 170.716 14.030 274.914zM234.852 159.57c-30.018-46.904-68.534-69.726-94.572-75.446-0.004 0-0.004 0-0.004 0-8.49-1.868-20.294-3.010-28.324 2.128-8.898 5.694-14.804 20.748-15.8 40.276-1.616 31.644 9.642 68.836 30.888 102.034 30.014 46.906 68.53 69.726 94.562 75.444 8.496 1.866 20.308 3.010 28.336-2.126 8.898-5.694 14.802-20.75 15.798-40.272 1.618-31.65-9.64-68.84-30.884-102.038zM480 448c-17.672 0-32 14.328-32 32s14.328 32 32 32 32-14.328 32-32-14.328-32-32-32zM863.85 126.53c-0.996-19.528-6.902-34.582-15.8-40.276-8.030-5.138-19.834-3.996-28.324-2.128 0 0 0 0-0.004 0-26.040 5.718-64.554 28.542-94.572 75.446-21.244 33.198-32.502 70.388-30.884 102.038 0.996 19.522 6.9 34.578 15.798 40.272 8.028 5.136 19.84 3.992 28.336 2.126 26.034-5.716 64.548-28.538 94.562-75.444 21.246-33.198 32.502-70.39 30.888-102.034z" />
+<glyph unicode="" glyph-name="filter" d="M512 960c-282.77 0-512-71.634-512-160v-96l384-384v-320c0-35.346 57.306-64 128-64 70.692 0 128 28.654 128 64v320l384 384v96c0 88.366-229.23 160-512 160zM94.384 821.176c23.944 13.658 57.582 26.62 97.278 37.488 87.944 24.076 201.708 37.336 320.338 37.336 118.628 0 232.394-13.26 320.338-37.336 39.696-10.868 73.334-23.83 97.28-37.488 15.792-9.006 24.324-16.624 28.296-21.176-3.972-4.552-12.506-12.168-28.296-21.176-23.946-13.658-57.584-26.62-97.28-37.488-87.942-24.076-201.708-37.336-320.338-37.336s-232.394 13.26-320.338 37.336c-39.696 10.868-73.334 23.83-97.278 37.488-15.792 9.008-24.324 16.624-28.298 21.176 3.974 4.552 12.506 12.168 28.298 21.176z" />
+<glyph unicode="" glyph-name="font" d="M799.596 943.792c-90.526 0-148.62 16.208-241.848 16.208-301.284 0-441.792-171.584-441.792-345.872 0-102.678 48.64-136.458 144.564-136.458-6.758 14.864-18.914 31.080-18.914 104.034 0 204.010 77.006 263.458 175.636 267.51 0 0-80.918-793.374-315.778-888.542v-24.672h316.594l108.026 512h197.844l44.072 128h-214.908l51.944 246.19c59.446-12.156 117.542-24.316 167.532-24.316 62.148 0 118.894 18.914 149.968 162.126-37.826-12.16-78.362-16.208-122.94-16.208z" />
+<glyph unicode="" glyph-name="ligature" d="M768 88.178c0 0.040 0.002 0.076 0.002 0.116l-0.344 436.562-127.492-6.19h-251.93v21.494c0 81.542 5.8 162.976 17.24 194.716 7.896 21.948 22.598 41.744 43.698 58.836 20.618 16.702 41.178 25.17 61.11 25.17 16.772 0 30.702-2.878 41.402-8.554 15.026-8.562 29.716-22.964 43.67-42.818 36.95-52.504 51.99-66.454 60.094-72.376 13.804-10.094 30.512-15.212 49.658-15.212 18.668 0 34.962 6.97 48.436 20.714 13.372 13.636 20.15 30.682 20.15 50.666 0 21.452-8.916 44.204-26.502 67.622-17.184 22.888-43.708 41.742-78.834 56.032-34.322 13.964-72.94 21.044-114.778 21.044-60.716 0-116.012-14.596-164.356-43.384-48.424-28.834-85.558-68.952-110.37-119.24-22.994-46.604-21.334-134.706-22.732-214.712h-125.732v-71.402h125.598v-324.668c0-71.666-21.906-91.008-30.216-101.324-11.436-14.202-32.552-29.104-60.444-29.104h-38.654v-56.166h385.326v56.168h-6.708c-91.144 0-117.020 9.832-117.020 120.842 0 0.018 0 0.034 0 0.048l-0.038 334.206h140.204c74.404 0 91.496-3.444 95.392-4.924 4.706-1.79 10.798-4.832 13.084-9.144 0.868-1.684 5.194-25.008 5.194-82.972v-250.67c0-58.454-7.124-77.896-11.45-84.402-9.248-14.194-20.41-22.066-54.66-22.904v-56.248h293.61v55.846c-91.608 0-101.608 9.82-101.608 96.332z" />
+<glyph unicode="" glyph-name="ligature2" d="M855.328 42.546c-11.734 0-83.62 13.2-88.020 29.338-10.274 39.612-11.738 82.152-11.738 130.568v540.974c0 80.686 16.138 127.632 16.138 127.632-1.468 7.334-8.804 23.472-17.604 23.472h-4.404c-4.4 0-55.746-32.276-102.692-32.276-38.14 0.002-61.89 33.746-105.902 33.746-185.106 0-271.942-150.31-271.942-363.032v-11.072c0-4.402-2.934-8.804-7.336-8.804h-60.148c-7.336 0-22.006-41.078-22.006-60.148 0-5.87 1.466-8.8 4.4-8.8h77.754c4.402 0 7.336-5.872 7.336-10.27 0-130.566-1.466-259.298-1.466-259.298 0-20.54-1.466-66.016-10.27-102.692-4.4-16.138-71.884-29.338-89.488-29.338-7.334 0-7.334-35.212 0-42.546 60.148 2.934 99.758 7.334 159.908 7.334 55.75 0 98.292-4.4 156.974-7.334 2.934 8.802 2.934 42.546-4.4 42.546-11.736 0-83.624 13.2-88.022 29.338-10.27 39.612-10.27 82.152-11.738 130.568v232.888c0 4.402 4.402 8.804 8.802 8.804h151.104c10.27 20.538 17.606 45.476 17.606 58.68 0 8.802 0 10.27-7.336 10.27h-162.84c-2.934 0-7.336 4.402-7.336 7.334v52.82c0 130.568 53.482 245.538 142.97 245.538 63.372 0 118.666-41.060 118.666-197.922 0-0.006 0-0.012 0-0.018 0.208-4.036 0.314-7.294 0.314-9.452v-436.816c0-20.54-1.47-66.016-10.27-102.692-4.404-16.138-71.884-29.338-89.492-29.338-7.336 0-7.336-35.212 0-42.546 60.15 2.934 99.762 7.334 159.912 7.334 55.746 0 98.288-4.4 156.972-7.334 2.928 8.8 2.928 42.544-4.406 42.544z" />
+<glyph unicode="" glyph-name="text-height" d="M896 192h128l-160-192-160 192h128v512h-128l160 192 160-192h-128zM640 896v-256l-64 128h-192v-704h128v-64h-384v64h128v704h-192l-64-128v256z" />
+<glyph unicode="" glyph-name="text-width" d="M256 64v-128l-192 160 192 160v-128h512v128l192-160-192-160v128zM832 896v-256l-64 128h-192v-448h128v-64h-384v64h128v448h-192l-64-128v256z" />
+<glyph unicode="" glyph-name="font-size" d="M64 448h384v-128h-128v-384h-128v384h-128zM960 704h-251.75v-768h-136.5v768h-251.75v128h640z" />
+<glyph unicode="" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />
+<glyph unicode="" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />
+<glyph unicode="" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />
+<glyph unicode="" glyph-name="strikethrough" d="M1024 448v-64h-234.506c27.504-38.51 42.506-82.692 42.506-128 0-70.878-36.66-139.026-100.58-186.964-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128h-512v64h299.518c-2.338 1.654-4.656 3.324-6.938 5.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 78.978 0 154.054-22.678 212.482-64h299.518z" />
+<glyph unicode="" glyph-name="omega" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />
+<glyph unicode="" glyph-name="sigma" d="M941.606 225.292l44.394 94.708h38l-64-384h-960v74.242l331.546 391.212-331.546 331.546v227h980l44-256h-34.376l-18.72 38.88c-35.318 73.364-61.904 89.12-138.904 89.12h-662l353.056-353.056-297.42-350.944h542.364c116.008 0 146.648 41.578 173.606 97.292z" />
+<glyph unicode="" glyph-name="page-break" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />
+<glyph unicode="" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
+<glyph unicode="" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
+<glyph unicode="" glyph-name="superscript2" d="M194.018 128l57.6 192h264.764l57.6-192h113.632l-192 640h-223.232l-192-640h113.636zM347.618 640h72.764l57.6-192h-187.964l57.6 192zM704 128l160 256 160-256h-320zM864 832h-64c-17.644 0-32 14.356-32 32s14.356 32 32 32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32h-128c-52.936 0-96-43.066-96-96 0-24.568 9.288-47.002 24.524-64 17.588-19.624 43.11-32 71.476-32h64c17.644 0 32-14.356 32-32s-14.356-32-32-32h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c52.936 0 96 43.066 96 96 0 24.568-9.288 47.002-24.524 64-17.588 19.624-43.108 32-71.476 32z" />
+<glyph unicode="" glyph-name="subscript2" d="M194.018 128l57.6 192h264.764l57.6-192h113.632l-192 640h-223.232l-192-640h113.636zM347.618 640h72.764l57.6-192h-187.964l57.6 192zM1024 768l-160-256-160 256h320zM864 128h-64c-17.644 0-32 14.356-32 32s14.356 32 32 32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32h-128c-52.936 0-96-43.066-96-96 0-24.568 9.29-47.002 24.524-64 17.588-19.624 43.112-32 71.476-32h64c17.644 0 32-14.356 32-32s-14.356-32-32-32h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c52.936 0 96 43.066 96 96 0 24.568-9.29 47.002-24.524 64-17.588 19.624-43.108 32-71.476 32z" />
+<glyph unicode="" glyph-name="text-color" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />
+<glyph unicode="" glyph-name="pagebreak" d="M256 576v384h768v-384h-64v320h-640v-320zM1024 384v-448h-768v448h64v-384h640v384zM512 512h128v-64h-128zM320 512h128v-64h-128zM704 512h128v-64h-128zM896 512h128v-64h-128zM0 672l192-192-192-192z" />
+<glyph unicode="" glyph-name="clear-formatting" d="M0 64h576v-128h-576zM896 832h-302.56l-183.764-704h-132.288l183.762 704h-269.15v128h704zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />
+<glyph unicode="" glyph-name="table2" d="M0 768v-704h1024v704h-1024zM384 320v128h256v-128h-256zM640 256v-128h-256v128h256zM640 640v-128h-256v128h256zM320 640v-128h-256v128h256zM64 448h256v-128h-256v128zM704 448h256v-128h-256v128zM704 512v128h256v-128h-256zM64 256h256v-128h-256v128zM704 128v128h256v-128h-256z" />
+<glyph unicode="" glyph-name="table21" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
+<glyph unicode="" glyph-name="insert-template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />
+<glyph unicode="" glyph-name="pilcrow" d="M384 960h512v-128h-128v-896h-128v896h-128v-896h-128v512c-141.384 0-256 114.616-256 256s114.616 256 256 256z" />
+<glyph unicode="" glyph-name="ltr" d="M512 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM0 256l256 256-256 256z" />
+<glyph unicode="" glyph-name="rtl" d="M256 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM1024 768l-256-256 256-256z" />
+<glyph unicode="" glyph-name="section" d="M495.964-64c-49.36 0-91.116 14.406-124.104 42.82-33.224 28.614-50.068 62.038-50.068 99.344 0 18.128 6.6 33.756 19.622 46.458 13.232 12.914 29.782 19.744 47.85 19.744 18.002 0 34.194-6.41 46.826-18.542 12.472-11.972 18.796-27.824 18.796-47.104 0-11.318-1.85-23.818-5.494-37.146-3.616-13.178-4.376-19.938-4.376-23.292 0-3.682 0.924-8.076 7.774-12.756 12.76-8.824 28.066-13.084 46.876-13.084 22.576 0 42.718 7.858 61.574 24.022 18.578 15.942 27.612 32.318 27.612 50.056 0 19.736-5.27 36.826-16.12 52.242-18.336 25.758-52.878 55.954-102.612 89.668-79.858 53.454-133.070 99.766-162.58 141.52-22.89 32.684-34.476 67.89-34.476 104.704 0 37.062 12.142 73.948 36.092 109.63 20.508 30.554 50.8 58.12 90.228 82.138-21.096 22.7-36.896 44.064-47.094 63.688-12.872 24.76-19.398 50.372-19.398 76.122 0 47.814 18.91 89.16 56.206 122.89 37.32 33.76 83.86 50.878 138.322 50.878 50.086 0 92.206-14.082 125.182-41.852 33.328-28.082 50.222-60.898 50.222-97.54 0-18.656-6.986-35.364-20.766-49.66l-0.276-0.282c-7.976-7.924-22.618-17.37-47.046-17.37-19.148 0-35.934 6.272-48.54 18.136-12.558 11.794-18.93 25.918-18.93 41.966 0 6.934 1.702 17.416 5.352 32.98 1.778 7.364 2.668 14.142 2.668 20.25 0 10.338-3.726 18.272-11.724 24.966-8.282 6.93-20.108 10.302-36.142 10.302-24.868 0-45.282-7.562-62.41-23.118-17.19-15.606-25.544-34.088-25.544-56.508 0-20.156 4.568-36.762 13.58-49.362 17.112-23.938 46.796-49.79 88.22-76.836 84.17-54.588 142.902-104.672 174.518-148.826 23.35-33.12 35.152-68.34 35.152-104.792 0-36.598-11.882-73.496-35.318-109.676-20.208-31.18-50.722-59.276-90.884-83.71 22.178-23.466 37.812-44.042 47.554-62.538 12.082-22.97 18.208-48.048 18.208-74.542 0-49.664-18.926-91.862-56.244-125.422-37.34-33.554-83.866-50.566-138.288-50.566zM446.416 603.654c-48.222-28.952-71.712-62.19-71.712-101.314 0-22.756 6.498-43.13 19.86-62.278 19.936-27.926 59.27-62.054 116.804-101.288 24.358-16.586 46.36-32.712 65.592-48.060 49.060 29.504 72.956 62.366 72.956 100.178 0 20.598-8.142 42.774-24.204 65.916-16.808 24.196-52.85 55.796-107.128 93.914-28.328 19.562-52.558 37.334-72.168 52.932z" />
+<glyph unicode="" glyph-name="paragraph-left" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="paragraph-center" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="paragraph-right" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="paragraph-justify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="" glyph-name="indent-increase" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
+<glyph unicode="" glyph-name="indent-decrease" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
+<glyph unicode="" glyph-name="share" d="M256 320c0 0 58.824 192 384 192v-192l384 256-384 256v-192c-256 0-384-159.672-384-320zM704 192h-576v384h125.876c10.094 11.918 20.912 23.334 32.488 34.18 43.964 41.19 96.562 72.652 156.114 93.82h-442.478v-640h832v268.624l-128-85.334v-55.29z" />
+<glyph unicode="" glyph-name="new-tab" d="M192 896v-768h768v768h-768zM896 192h-640v640h640v-640zM128 64v672l-64 64v-800h800l-64 64h-672zM352 704l160-160-192-192 96-96 192 192 160-160v416z" />
+<glyph unicode="" glyph-name="embed" d="M576 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224z" />
+<glyph unicode="" glyph-name="embed2" horiz-adv-x="1280" d="M832 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224zM701.298 809.481l69.468-18.944-191.987-704.026-69.468 18.944 191.987 704.026z" />
+<glyph unicode="" glyph-name="terminal" d="M0 896v-896h1024v896h-1024zM960 64h-896v768h896v-768zM896 768h-768v-640h768v640zM448 448h-64v-64h-64v-64h-64v64h64v64h64v64h-64v64h-64v64h64v-64h64v-64h64v-64zM704 320h-192v64h192v-64z" />
+<glyph unicode="" glyph-name="share2" d="M864 256c-45.16 0-85.92-18.738-115.012-48.83l-431.004 215.502c1.314 8.252 2.016 16.706 2.016 25.328s-0.702 17.076-2.016 25.326l431.004 215.502c29.092-30.090 69.852-48.828 115.012-48.828 88.366 0 160 71.634 160 160s-71.634 160-160 160-160-71.634-160-160c0-8.622 0.704-17.076 2.016-25.326l-431.004-215.504c-29.092 30.090-69.852 48.83-115.012 48.83-88.366 0-160-71.636-160-160 0-88.368 71.634-160 160-160 45.16 0 85.92 18.738 115.012 48.828l431.004-215.502c-1.312-8.25-2.016-16.704-2.016-25.326 0-88.368 71.634-160 160-160s160 71.632 160 160c0 88.364-71.634 160-160 160z" />
+<glyph unicode="" glyph-name="mail" d="M853.31 960h-682.62c-93.88 0-170.69-76.784-170.69-170.658v-682.656c0-93.876 76.81-170.686 170.69-170.686h682.622c93.938 0 170.688 76.81 170.688 170.686v682.656c0 93.874-76.75 170.658-170.69 170.658zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.94-185.598-185.6c-1.444 5.338-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.206l182.118 182.118 90.422-105.496 90.424 105.494 182.116-182.118c-5.34-1.442-10.886-2.204-16.54-2.204zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.598 185.598 187.664 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
+<glyph unicode="" glyph-name="mail2" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM853.342 832c7.988 0 15.546-2.334 22.020-6.342l-363.362-300.404-363.354 300.4c6.478 4.010 14.044 6.346 22.040 6.346h682.656zM170.686 64c-1.924 0-3.82 0.146-5.684 0.408l225.626 312.966-29.256 29.254-233.372-233.37v611.138l384-464.396 384 464.394v-611.136l-233.372 233.37-29.254-29.254 225.628-312.968c-1.858-0.26-3.746-0.406-5.662-0.406h-682.654z" />
+<glyph unicode="" glyph-name="mail3" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM182.628 73.374l-77.256 77.254 256 256 29.256-29.254-208-304zM153.372 761.372l29.256 29.256 329.372-265.374 329.374 265.374 29.254-29.256-358.628-422.626-358.628 422.626zM841.374 73.374l-208 304 29.254 29.254 256-256-77.254-77.254z" />
+<glyph unicode="" glyph-name="mail4" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.942-185.598-185.598c-1.444 5.336-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.208l182.118 182.118 90.422-105.498 90.424 105.494 182.116-182.12c-5.34-1.44-10.886-2.202-16.54-2.202zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.6 185.598 187.666 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
+<glyph unicode="" glyph-name="cubelight" d="M862.88 648.32c-0.416 1.184-0.832 2.144-1.28 3.072l0.096-0.192c-0.608 1.824-1.28 3.392-2.048 4.896l0.096-0.16c-2.144 2.912-3.776 5.024-5.44 7.136l0.448-0.576c-0.896 0.8-1.856 1.568-2.88 2.272l-0.096 0.064c-0.992 0.896-2.080 1.76-3.2 2.56l-0.096 0.064-320 192c-4.704 2.848-10.4 4.544-16.48 4.544s-11.776-1.696-16.608-4.64l0.128 0.064-320-192c-1.216-0.864-2.304-1.696-3.296-2.624l0.032 0.032c-1.12-0.8-2.112-1.568-3.040-2.4l0.032 0.032c-0.96-1.056-1.888-2.24-2.688-3.456l-0.064-0.128c-0.736-0.864-1.472-1.824-2.144-2.848l-0.064-0.128c-0.672-1.28-1.312-2.784-1.856-4.352l-0.064-0.224c-0.384-1.024-0.96-1.952-1.216-3.008-0.704-2.496-1.088-5.344-1.12-8.288v-352c0-11.584 6.176-21.728 15.392-27.36l0.128-0.096 320.672-192.416c1.472-0.768 3.232-1.504 5.024-2.080l0.224-0.064c0.768-0.256 1.472-0.704 2.24-0.896 2.496-0.704 5.344-1.12 8.32-1.12s5.824 0.416 8.512 1.184l-0.224-0.064c0.768 0.192 1.472 0.64 2.24 0.896 2.016 0.608 3.776 1.344 5.408 2.208l-0.16-0.096 0.352 0.256 0.352 0.16 320 192c9.376 5.696 15.52 15.84 15.52 27.424v0 352c0 2.944-0.416 5.824-1.152 8.544l0.064-0.224zM480 152.544l-256 153.6v277.344l256-153.6zM512 485.312l-257.792 154.688 257.792 154.688 257.792-154.688zM800 306.112l-256-153.6v277.344l256 153.6z" />
+<glyph unicode="" glyph-name="cube" d="M160 621.888l320-192v-352l-304.48 182.688c-9.376 5.696-15.52 15.84-15.52 27.424v0zM528.48 859.424c-4.704 2.848-10.4 4.544-16.48 4.544s-11.776-1.696-16.608-4.64l0.128 0.064-303.52-182.112 320-192 320 192zM544 429.888v-352l304.48 182.688c9.376 5.696 15.52 15.84 15.52 27.424v0 333.888z" />
+<glyph unicode="" glyph-name="bulletlist" d="M270.272 218.528h752.032v-83.68h-752zM10.4 237.632v-110.272h110.272v110.272zM0 249.088h131.328l21.632-19.776v-132.192h-133.984l-18.976 19.584zM270.272 495.040h753.728v-83.648h-753.728zM10.4 514.848v-110.272h110.272v110.272zM0 526.304h131.328l21.632-19.744v-132.192h-133.984l-18.976 19.552zM270.272 760.48h752.032v-83.68h-752zM10.4 787.328v-110.272h110.272v110.272zM0 798.816h131.328l21.632-19.776v-132.224h-133.984l-18.976 19.552z" />
+<glyph unicode="" glyph-name="eye-open" d="M512.128 570.848c62.336 0 112.832-50.528 112.832-112.832s-50.528-112.832-112.832-112.832-112.832 50.496-112.832 112.832c0 62.336 50.528 112.832 112.832 112.832zM512.064 643.68c-170.72 0-326.304-116.544-412.16-195.68 85.888-79.136 241.472-195.648 412.16-195.648s326.304 116.512 412.16 195.648c-85.888 79.136-241.472 195.68-412.16 195.68zM512.064 726.208c282.784 0 512.064-278.176 512.064-278.176s-229.28-278.176-512.064-278.176c-282.784 0-512.064 278.176-512.064 278.176s229.28 278.176 512.064 278.176z" />
+<glyph unicode="" glyph-name="eye-close" d="M614.816 504.32c6.4-14.112 10.080-29.632 10.080-46.112 0-62.336-50.496-112.832-112.832-112.832-7.968 0-15.648 0.864-23.104 2.368zM745.536 666.88c165.28-81.696 278.592-218.656 278.592-218.656s-229.28-278.176-512.096-278.176c-51.008 0-100.128 9.248-146.592 24.064l56.192 69.952c29.504-6.688 59.584-11.52 90.4-11.52 170.72 0 326.304 116.512 412.192 195.648-53.824 49.568-134.944 113.76-230.048 154.848zM512.096 726.4c22.368 0 44.32-2.24 65.952-5.504l-62.208-77.312c-174.464 0.32-330.048-116.224-415.968-195.36 40.448-37.248 96.64-82.528 162.272-120.288l-49.504-61.504c-128.672 80.384-212.672 181.792-212.672 181.792s229.312 278.176 512.096 278.176zM785.92 904.064l54.432-43.744-697.888-868.16-54.4 43.68z" />
+<glyph unicode="" glyph-name="arrowhead_down" d="M0 763.915h1024l-512-631.83z" />
+<glyph unicode="" glyph-name="arrowhead_up" d="M511.998 763.915l511.998-631.824h-1023.996z" />
+<glyph unicode="" glyph-name="sandclock" d="M249.974 819.001v-54.249c0-59.577 157.589-295.486 157.589-325.299 0-30.1-157.589-266.105-157.589-325.634v-53.912h78.141v21.219c44.066 126.403 156.897 270.282 156.897 270.282v107.249c0 80.076-105.577 166.73-105.577 166.73h256.099c0 0-105.89-61.498-105.89-166.73v-107.249c0 0 99.951-130.724 157.209-270.282v-21.219h77.762v53.912c0 59.529-158.837 295.87-158.837 325.634 0 29.813 158.837 265.722 158.837 325.299v54.249zM123.648 960h786.238v-75.18h-42.314v-65.818h-51.387v-54.249c0-82.765-148.894-307.775-156.772-325.299 7.878-17.858 156.772-242.532 156.772-325.634v-53.912h51.387v-49.015h32.688v-75.037h-786.243v75.037h33.13v49.015h51.257v53.912c0 82.765 148.899 309.12 155.903 325.299-7.004 16.227-155.903 242.486-155.903 325.634v54.249h-51.257v65.818h-23.5z" />
+<glyph unicode="" glyph-name="sum" d="M187.328 960h671.68v-265.568h-45.824v116.32h-528.832l251.264-369.12-280.128-356.384h578.976l16.64 116.32h45.792l-37.888-265.568h-731.936v83.904l294.912 377.632-234.624 345.76v135.968z" />
+<glyph unicode="" glyph-name="rndcheck-not" d="M102.016 909.952c-28.704 0-52-23.296-52-52.064v-819.776c0-28.768 23.296-52.064 52-52.064h819.936c28.704 0 52 23.296 52 52.064v819.776c0 28.768-23.296 52.064-52 52.064zM103.712 960h816.576c57.248 0 103.712-46.56 103.712-103.712v-816.576c0-57.152-46.464-103.712-103.712-103.712h-816.576c-57.248 0-103.712 46.56-103.712 103.712v816.576c0 57.152 46.464 103.712 103.712 103.712z" />
+<glyph unicode="" glyph-name="rndcheck-ok" d="M738.656 656.32l71.424-81.792-381.888-334.976-214.112 248.16 82.336 70.72 142.496-165.472zM102.080 909.952c-28.736 0-52.032-23.296-52.032-52.064v-819.904c0-28.768 23.296-52.064 52.032-52.064h819.968c28.736 0 52.032 23.296 52.032 52.064v819.904c0 28.768-23.296 52.064-52.032 52.064zM103.712 960h816.736c57.184 0 103.712-46.56 103.712-103.712v-816.672c0-57.184-46.528-103.712-103.712-103.712h-816.736c-57.184 0-103.712 46.528-103.712 103.712v816.672c0 57.184 46.528 103.712 103.712 103.712z" />
+<glyph unicode="" glyph-name="clock1" d="M822.080 446.896h98.192v-34.192h-98.192zM741.504 684.144l-191.232-247.88c0-7.621-1.93-14.79-5.328-21.044l-0.497-0.818 99.968-176.083-141.301 153.959-1.516 0.076c-22.259 2.259-39.598 21.044-39.598 43.908 0 22.849 17.339 41.634 39.598 43.892l4.513 0.228zM503.168 862.784l-1.876-0.024c-224.187-5.68-404.188-189.205-404.188-414.76 0-7.048 0.176-14.054 0.523-21.016l0.581-9.317v29.229h98.208v-34.192h-97.801l0.565-6.465c20.597-206.015 191.937-367.689 402.112-373.015l1.876-0.024v97.008h34.192v-96.326l6.562 0.416c214.221 16.304 382.974 195.337 382.974 413.702 0 218.395-168.753 397.386-382.974 413.686l-6.562 0.416v-95.222h-34.192zM512 960c282.752 0 512-229.232 512-512 0-282.736-229.248-511.984-512-511.984-282.769 0-512 229.248-512 511.984 0 282.768 229.231 512 512 512z" />
+<glyph unicode="" glyph-name="pause1" d="M811.771 362.91c-12.827-56.112-29.899-108.479-50.513-156.048h68.561c41.745 0 75.792 34.992 75.792 78.049 0 42.958-34.047 77.999-75.792 77.999zM448.901 572.858c-21.735 0-41.836-0.864-61.427-2.062-2.425-36.767-16.93-71.759-56.016-103.2-10.542-8.496-64.738-14.256-42.069 4.034 35.26 28.415 47.108 60.67 46.966 94.654-131.062-14.976-204.753-52.945-217.020-72.433 15.484-24.48 126.723-78.91 329.566-78.91s314.083 54.43 329.566 78.91c-11.054 17.616-72.293 50.402-180.407 67.584-4.29-33.31-19.31-65.088-55.036-93.84-10.542-8.496-64.692-14.256-42.069 4.034 35.772 28.845 47.433 61.535 47.014 96.046-30.412 2.977-62.734 5.183-99.067 5.183zM606.361 959.994c12.045 0.162 19.893-2.922 8.443-11.779-122.060-94.127-39.598-214.366-19.355-324.668 139.969-20.256 238.521-68.495 238.57-124.991-2.659-27.263-6.576-53.519-11.008-79.391h6.809c72.014 0 130.41-60.096 130.41-134.255s-58.395-134.304-130.41-134.304h-95.802c-71.22-131.805-172.385-214.606-285.117-214.606-193.653 0-353.96 243.311-385.118 562.363 0 59.856 110.027 110.305 262.545 128.255-12.082 41.569-31.764 84.049-41.045 124.367-20.055 87.169 6.997 148.223 75.886 201.312 5.34 4.128 21.583 7.536 33.628 7.698s19.892-2.922 8.441-11.779c-119.122-91.871-43.515-208.557-20.895-316.605 21.689 1.298 43.797 2.112 66.557 2.112 30.318 0 59.654-1.392 87.919-3.694-12.173 40.462-30.97 81.694-39.971 120.957-20.055 87.169 6.994 148.223 75.886 201.312 5.339 4.128 21.581 7.536 33.626 7.698z" />
+<glyph unicode="" glyph-name="shop" d="M188.588 347.734v-280.78h320.912v280.78zM108.388 788.962h802.215c22.085 0 40.105-18.021 40.105-40.115v-43.691l68.324-195.76c0 0 4.999-41.069-36.35-41.069-17.128 0-26.522 7.093-31.975 15.333v-496.922c0-22.095-18.019-40.116-40.105-40.116h-80.227v401.112h-200.56v-401.112h-521.429c-22.105 0-40.104 18.021-40.104 40.116v496.985c-4.935-8.275-13.188-15.397-27.579-15.397-41.369 0-40.705 41.069-40.705 41.069l68.284 195.74v43.712c0 22.093 17.999 40.115 40.104 40.115zM108.377 949.41h802.23c22.086 0 40.105-18.019 40.105-40.113v-40.115c0-22.084-18.020-40.104-40.105-40.104h-802.23c-22.105 0-40.105 18.021-40.105 40.104v40.115c0 22.094 17.999 40.113 40.105 40.113z" />
+<glyph unicode="" glyph-name="template" d="M502.522 615.239l80.861-74.562-92.996-19.661zM411.045 829.025h192.977l-70.344-75.324h-117.69l-5.087-164.232c0 0-6.541-108.612-126.229-95.489l-102.575 2.793v-466.617c0-10.396 8.467-18.817 18.858-18.817h527.19c10.354 0 18.821 8.421 18.821 18.817v559.653l75.36 75.979v-635.632c0-51.997-42.186-94.113-94.181-94.113h-527.19c-51.996 0-94.145 42.117-94.145 94.113v477.886l37.28 39.323 0.037 1.077 195.375 205.259h-0.546l-52.214-55.075 54.721 57.95h0.763l1.744 1.812h0.145zM707.15 880.343l131.403-121.256-162.198-175.828-2.761 27.837-43.293 14.716-1.217 29.473-43.201 11.446-5.196 33.247-35.771 4.578zM797.329 959.977c5.834-0.231 11.27-2.23 15.501-6.119l93.089-85.922c11.299-10.41 9.845-30.426-3.307-44.623l-17.841-19.376-134.038 123.651 17.859 19.376c8.187 8.874 19.013 13.399 28.736 13.013z" />
+<glyph unicode="" glyph-name="remove" d="M824.447 960l199.553-199.586-312.445-312.431 312.445-312.443-199.552-199.541-312.448 312.437-312.451-312.437-199.533 199.539 312.432 312.443-312.448 312.438 199.552 199.564 312.446-312.444z" />
+<glyph unicode="" glyph-name="access" d="M941.97 557.736l-133.783-128.013h-172.028l-38.165-22.101h-126.982l-354.747-358.103 38.248-36.558 328.823 332.987h114.658l38.165 22.060h191.111l152.906 146.273zM769.981 813.727v-124.175h114.658v124.175zM502.457 960h401.307l114.658-109.715v-409.121l-129.769-139.457h-176.002l-38.245-36.558-38.248 36.558-38.165-36.558h-95.536v-73.157h-76.453v-73.119h-76.41v-73.155h-76.493v-73.119h-38.208v-36.599h-191.069l-38.248 36.599v255.95l349.545 334.517-38.248 36.558 32.719 31.23v182.872z" />
+<glyph unicode="" glyph-name="address" d="M800 832h-480c-0.001 0-0.002 0-0.003 0-70.691 0-127.997-57.306-127.997-127.997 0-0.001 0-0.002 0-0.003v0-512c0-70.692 57.308-128 128-128v0h480c17.673 0 32 14.327 32 32v0 64h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512v576c0 17.673-14.327 32-32 32v0zM642.012 368.25c0-0.001 0-0.001 0-0.002 0-8.974-7.274-16.248-16.248-16.248-0.001 0-0.003 0-0.004 0h-227.52c-0.001 0-0.003 0-0.004 0-8.974 0-16.248 7.274-16.248 16.248 0 0.001 0 0.001 0 0.002v0 30.918c0.002 11.475 5.947 21.561 14.924 27.348l0.128 0.077 49.947 31.773-4.711 37.672c-11.313 5.176-20.058 14.331-24.579 25.633l-0.113 0.319-3.48 10.437c-0.96 2.477-1.516 5.344-1.516 8.341 0 4.42 1.21 8.558 3.316 12.1l-0.060-0.109v58.58c0 53.105 43.050 96.154 96.154 96.154s96.154-43.050 96.154-96.154v-58.578c2.046-3.433 3.256-7.571 3.256-11.991 0-2.997-0.556-5.864-1.571-8.503l0.055 0.162-3.48-10.437c-4.633-11.621-13.379-20.776-24.396-25.831l-0.295-0.121-4.71-37.672 49.947-31.773c9.106-5.864 15.051-15.95 15.053-27.425v0zM992 320v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0zM992 544v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0zM992 768v-96c0-17.673-14.327-32-32-32v0h-64v160h64c17.673 0 32-14.327 32-32v0z" />
+<glyph unicode="" glyph-name="apps" d="M608 256v-128c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM320 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM576 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 544h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM832 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM576 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0z" />
+<glyph unicode="" glyph-name="archive" d="M382.656 229.376v-65.376h258.736v65.376zM25.92 276.432h972.224v-340.432h-972.224zM377.248 654.976v-65.36h258.704v65.36zM25.92 698.56h972.224v-354.064h-85.849l-28.506 178.992-614.892-178.992h-242.976zM230.155 960h544.695l183.054-160.745-0.594-35.335h-890.554l-3.332 36.015z" />
+<glyph unicode="" glyph-name="calendar1" d="M559.767 183.959h125.060v-121.123h-125.060zM365.241 183.959h125.012v-121.123h-125.012zM170.715 183.959h125.060v-121.123h-125.060zM744.356 374.453h125.059v-121.075h-125.059zM559.767 374.453h125.060v-121.075h-125.060zM365.241 374.453h125.012v-121.075h-125.012zM170.715 374.453h125.060v-121.075h-125.060zM744.356 568.979h125.059v-121.075h-125.059zM549.83 568.979h125.059v-121.075h-125.059zM355.304 568.979h125.060v-121.075h-125.060zM92.933 696.021v-702.974h838.384v702.974zM35.766 960h952.709v-1024.144h-952.709z" />
+<glyph unicode="" glyph-name="code" d="M684.251 763.073l339.893-251.789v-131.2l-339.893-250.662v136.459l222.52 178.772v2.121l-222.52 178.783zM339.941 763.073v-136.519l-222.478-178.771v-2.063l222.478-178.84v-137.458l-339.941 251.719v131.21zM543.108 906.232l92.079-15.94-155.219-900.571-92.020 15.881z" />
+<glyph unicode="" glyph-name="coin" d="M532.288 652.47c-50.624 0-90.208-20.802-118.912-62.404-17.152-24.802-28.96-53.923-35.264-87.365h-58.432l-11.6-39.364h65.776c-0.528-6.719-0.784-13.6-0.784-20.482 0-7.68 0.256-15.521 0.784-23.041h-54.176l-11.6-39.043h69.504c7.088-48.161 23.488-85.765 48.88-112.486 26.96-28.642 60.24-42.723 99.52-42.723 46.096 0 82.4 17.28 109.344 52.163 22.64 28.963 36 64.645 40.048 107.206h-44.88c-4.768-26.72-11.536-48.003-21.136-64.643-17.616-31.043-43.856-46.563-77.84-46.563-37.024 0-64.752 14.722-83.12 44.163-11.36 17.761-19.152 38.563-23.664 62.565h144.304l11.872 39.362h-160.24c-0.256 4.16-0.256 8.96-0.256 13.761 0 10.401 0.256 20.482 1.024 29.762h147.872l11.6 39.364h-153.92c5.024 24.32 13.088 44.321 24.432 59.844 20.64 28.002 47.856 42.083 81.392 42.083 27.408 0 48.8-7.522 63.968-22.882 15.344-15.040 25.408-36.002 30.432-61.924h45.136c-2.768 34.242-15.856 64.963-39.792 92.166-23.728 26.881-57.2 40.483-100.272 40.483zM512.048 822.4c206.688 0 374.384-167.69 374.384-374.424s-167.696-374.424-374.384-374.424c-206.768 0-374.464 167.69-374.464 374.424s167.392 374.424 374.464 374.424zM512.064 909.28c-254.4 0-461.376-206.88-461.376-461.28s206.976-461.28 461.376-461.28c254.336 0 461.248 206.88 461.248 461.28s-206.912 461.28-461.248 461.28zM512.064 960c282.272 0 511.936-229.6 511.936-512 0-282.24-229.664-512-511.936-512-282.368 0-512.064 229.76-512.064 512 0 282.4 229.696 512 512.064 512z" />
+<glyph unicode="" glyph-name="company" d="M575.675 131.977v-163.575h59.362v163.575zM483.014 131.977v-163.575h59.362v163.575zM391.839 131.977v-163.575h59.345v163.575zM575.675 330.29v-163.575h59.362v163.575zM483.014 330.29v-163.575h59.362v163.575zM391.839 330.29v-163.575h59.345v163.575zM349.372 372.282h328.131v-436.233h-328.131zM345.5 435.484h332.967v-34.738h-332.967zM530.055 549.485v-68.038h57.907v68.038zM438.145 549.485v-68.038h57.907v68.038zM530.79 652.277v-68.038h57.907v68.038zM438.88 652.277v-68.038h57.907v68.038zM403.407 678.682h220.028v-218.574h-220.028zM506.673 960h13.496v-190.111h69.476v-34.754h46.355v-23.153h-244.162v23.153h46.306v34.754h68.528z" />
+<glyph unicode="" glyph-name="cube1" d="M160 621.883l320-192.008v-351.992l-304.469 182.68c-9.368 5.696-15.53 15.847-15.531 27.437v0zM528.469 859.437c-4.703 2.857-10.388 4.547-16.469 4.547s-11.766-1.691-16.612-4.628l0.143 0.080-303.527-182.117 319.996-192 319.996 192zM544 429.875v-351.992l304.469 182.68c9.368 5.696 15.53 15.847 15.531 27.437v0 333.883z" />
+<glyph unicode="" glyph-name="cubelight1" d="M862.891 648.313c-0.42 1.193-0.819 2.148-1.264 3.077l0.080-0.186c-0.606 1.84-1.273 3.397-2.054 4.885l0.084-0.175c-2.136 2.898-3.775 5.032-5.443 7.141l0.447-0.586c-0.89 0.795-1.858 1.567-2.869 2.283l-0.102 0.069c-0.991 0.903-2.067 1.762-3.198 2.549l-0.103 0.068-320 192c-4.703 2.857-10.388 4.547-16.469 4.547s-11.766-1.691-16.612-4.628l0.143 0.080-320-192c-1.226-0.854-2.295-1.709-3.306-2.626l0.027 0.024c-1.121-0.791-2.097-1.571-3.025-2.402l0.031 0.027c-0.962-1.071-1.874-2.241-2.701-3.472l-0.072-0.114c-0.744-0.875-1.474-1.84-2.148-2.846l-0.072-0.115c-0.675-1.276-1.326-2.795-1.858-4.368l-0.066-0.226c-0.389-1.024-0.947-1.961-1.232-3.016-0.699-2.49-1.103-5.349-1.107-8.302v-352.002c0.001-11.591 6.163-21.742 15.39-27.357l0.141-0.080 320.688-192.406c1.479-0.783 3.216-1.505 5.024-2.066l0.221-0.059c0.76-0.266 1.461-0.704 2.232-0.906 2.489-0.714 5.349-1.125 8.304-1.125s5.815 0.411 8.524 1.178l-0.22-0.053c0.772 0.203 1.472 0.64 2.232 0.906 2.028 0.62 3.765 1.342 5.415 2.207l-0.171-0.082 0.34 0.258 0.348 0.148 320 192c9.368 5.695 15.531 15.847 15.532 27.437v0 352c-0.004 2.958-0.408 5.821-1.163 8.538l0.053-0.225zM480 152.531l-256 153.594v277.344l256-153.594zM512 485.32l-257.807 154.68 257.807 154.688 257.807-154.688zM800 306.125l-256-153.594v277.344l256 153.594z" />
+<glyph unicode="" glyph-name="dashboard" d="M797.156 159.875c-8.529-10.218-21.271-16.672-35.519-16.672-14.515 0-27.465 6.697-35.93 17.171l-0.068 0.087c-3.873 1.648-7.184 3.885-9.987 6.638l-67.901 67.901c-5.79 5.79-9.372 13.789-9.372 22.625 0 17.671 14.325 31.997 31.997 31.997 8.836 0 16.835-3.581 22.625-9.372v0l43.26-43.258c32.994 40.283 55.204 90.578 61.549 145.7l0.122 1.308h-61.932c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h61.98c-0.262 2.437-0.252 4.84-0.574 7.281-7.523 53.851-29.185 101.615-61.077 140.704l0.405-0.512-43.703-43.723c-5.79-5.79-13.789-9.372-22.625-9.372-17.671 0-31.997 14.325-31.997 31.997 0 8.836 3.581 16.835 9.372 22.625l43.729 43.75c-40.045 32.607-89.888 54.662-144.495 61.243l-1.359 0.133c-0.555 0.064-1.102 0.043-1.656 0.101v-62.228c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 62.14c-56.57-6.349-107.037-28.47-148.016-61.804l0.52 0.41 43.746-43.746c5.754-5.74 9.32-13.67 9.342-22.433v-0.004l165.252-120.793c13.687-10.088 22.469-26.147 22.469-44.256 0-30.276-24.544-54.82-54.82-54.82-18.11 0-34.169 8.782-44.151 22.32l-0.106 0.151-120.787 165.242c-8.77 0.028-16.703 3.594-22.449 9.344l-43.724 43.726c-32.699-40.559-54.775-90.956-61.278-146.12l-0.13-1.357h62.133c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-61.984c6.676-56.414 28.847-106.679 62.085-147.591l-0.416 0.528 43.313 43.312c5.79 5.79 13.789 9.372 22.625 9.372 17.671 0 31.997-14.325 31.997-31.997 0-8.836-3.581-16.835-9.372-22.625v0l-67.905-67.906c-2.759-2.694-6.015-4.893-9.616-6.445l-0.206-0.079c-8.543-10.61-21.531-17.341-36.092-17.341-14.245 0-26.985 6.443-35.465 16.573l-0.059 0.072c-61.126 67.675-98.527 157.799-98.527 256.658 0 211.831 171.723 383.555 383.555 383.555 15.672 0 31.124-0.94 46.303-2.766l-1.83 0.179c192.044-22.638 339.606-184.452 339.606-380.731 0-98.991-37.534-189.216-99.146-257.219l0.29 0.325z" />
+<glyph unicode="" glyph-name="datarefresh" d="M56.046 365.538h300.061c-16.969-43.564-26.759-90.717-26.759-140.317 0-33.611 4.732-66.080 12.89-97.080h-286.192c-26.596 0-48.134 21.537-48.134 48.132v140.97c0 26.758 21.538 48.295 48.134 48.295zM720.679 512.952c3.12 0.082 6.26 0.082 9.442 0h0.489c39.969-0.326 77.818-8.81 112.24-23.984l1.142-0.653c101.636-45.194 172.113-147.492 170.971-265.78-1.631-158.913-131.654-286.501-290.553-284.869-123.987 1.305-228.723 80.925-267.876 191.218l102.942 17.947c28.876-62.978 92.011-107.030 165.914-107.846 101.963-0.979 185.327 80.925 186.306 182.897 1.142 101.809-80.754 185.345-182.717 186.323-8.646 0-17.13-0.653-25.45-1.632l-0.163 0.653c-27.408-3.589-52.857-13.216-75.045-27.736l35.401-33.447c2.121-1.958 2.936-5.058 1.794-7.668-0.979-2.774-3.426-4.568-6.362-4.732l-162.814-8.647c-2.121 0-3.915 0.979-5.384 2.447-1.468 1.632-2.121 3.753-1.631 6.037l12.236 68.036 17.619 96.262c0.489 2.937 2.61 5.221 5.384 5.71 2.936 0.653 5.873-0.489 7.504-2.937l28.223-41.441c39.154 28.226 85.649 46.499 136.059 52.047 0.653 0.163 1.305 0.163 1.958 0.163 4.405 0.489 8.646 0.816 13.051 1.142 3.1 0.245 6.199 0.408 9.319 0.489zM56.036 665.378h674.698c26.59 0 48.285-21.538 48.285-48.294v-13.217c-21.206 3.589-42.903 5.871-65.088 5.871-138.006 0-258.558-72.767-326.42-181.755h-331.476c-26.59 0-48.124 21.538-48.124 48.131v140.97c0 26.756 21.534 48.294 48.124 48.294zM149.834 895.923c-30.179 0-54.811-24.457-54.811-54.62s24.632-54.783 54.811-54.783c30.179 0 54.648 24.62 54.648 54.783s-24.469 54.62-54.648 54.62zM56.035 960h674.699c26.59 0 48.286-21.685 48.286-48.261v-141.034c0-26.576-21.696-48.098-48.286-48.098h-674.699c-26.59 0-48.123 21.522-48.123 48.098v141.034c0 26.576 21.533 48.261 48.123 48.261z" />
+<glyph unicode="" glyph-name="documentsave" d="M345.584 354.72v-202.88h345.36v202.88zM533.952 557.568h56.752v-130.416h-56.752zM286.432 586.544h114.104v-186.55h231.83v186.55h35.629l82.102-82.093v-381.571h-463.664zM194.583 882.635v-869.291h634.898v674.562h-201.145v194.729zM121.52 960h548.147l232.877-227.99v-796.010h-781.024z" />
+<glyph unicode="" glyph-name="documents" d="M301.347 410.718v-155.408h72.277v82.877h267.51v-82.877h72.62v155.408zM74.104 686.18v-82.471h866.943v82.471l30.484-30.67c30.546-30.641 52.389-38.879 40.118-103.597-12.236-64.501-71.375-418.254-80.171-466.116-9.667-52.479-63.044-51.798-63.044-51.798h-721.747c0 0-53.375-0.68-63.009 51.798-8.796 47.863-67.967 401.616-80.204 466.116-12.266 64.717 9.571 72.956 40.115 103.597zM146.677 759.102h721.749v-103.59h-721.749zM249.767 862.691h515.569v-51.795h-515.569z" />
+<glyph unicode="" glyph-name="download1" d="M896 224v-128c0-17.673-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0zM485.961 340.455c5.876-8.154 15.345-13.4 26.039-13.4s20.163 5.246 25.974 13.305l0.065 0.095 177.818 248.945c3.727 5.164 5.961 11.621 5.961 18.6 0 17.673-14.327 32-32 32h-81.818v192c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-192h-81.818c-17.673 0-32-14.327-32-32 0-6.978 2.234-13.435 6.025-18.694l-0.065 0.095z" />
+<glyph unicode="" glyph-name="duplicate1" d="M736 464v144l160-160h-144c-8.837 0-16 7.163-16 16v0zM352 640v176c0 8.837-7.163 16-16 16v0h-144c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h224v288c0.116 11.518 2.262 22.501 6.096 32.655l-0.217-0.655h-37.879c-17.673 0-32 14.327-32 32v0zM672 416v176c0 8.837-7.163 16-16 16v0h-144c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0 272c0 8.837-7.163 16-16 16v0h-176c-17.673 0-32 14.327-32 32v0zM416 832v-144c0-8.837 7.163-16 16-16v0h144z" />
+<glyph unicode="" glyph-name="edit" d="M150.64 131.024l196.688-112.934-177.876-82.090zM440.518 757.632l319.786-183.541-245.536-427.755-18.294 54.689-93.831 9.688-15.939 58.789-92.020 3.171-25.749 64.455-73.896-7.251zM594.229 959.985c8.817 0.212 17.429-1.772 25.181-6.213l226.455-129.975c27.498-15.797 33.665-56.711 13.811-91.334l-26.999-47.086-326.116 187.209 26.999 47.086c14.27 24.886 38.139 39.772 60.67 40.314z" />
+<glyph unicode="" glyph-name="excel1" d="M789.441 241.11v-102.216h168.092v102.216zM789.441 373.99v-102.216h168.092v102.216zM789.441 506.871v-102.216h168.092v102.216zM345.376 635.776l-51.108-127.204-43.156 115.844h-69.282l70.42-166.952-78.365-165.819h68.144l51.108 118.12 51.108-129.471h74.959l-86.318 182.848 80.635 172.633zM789.441 639.751v-102.216h168.092v102.216zM789.441 772.631v-102.216h168.092v102.216zM608.293 830.554h402.053c7.527 0 13.629-6.102 13.629-13.629v-729.139c0-7.533-6.102-13.625-13.629-13.625h-402.053v64.733h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918v30.663h149.918v102.216h-149.918v30.665h149.918v102.216h-149.918zM589.444 943.748v-991.49l-589.444 102.216v787.058z" />
+<glyph unicode="" glyph-name="expand" d="M139.462 308.298h744.932l-372.468-372.442zM511.926 960l372.468-372.442h-744.932z" />
+<glyph unicode="" glyph-name="file" d="M640 608h176c8.837 0 16-7.163 16-16v0-496c0-17.673-14.327-32-32-32v0h-544c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h336c8.837 0 16-7.163 16-16v0-176c0-17.673 14.327-32 32-32v0zM688 672h144l-160 160v-144c0-8.837 7.163-16 16-16v0z" />
+<glyph unicode="" glyph-name="Floppy" d="M109.804 141.178c-10.916 0-19.935-8.978-19.935-19.968v-65.146c0-10.907 9.020-19.97 19.935-19.97h65.315c10.978 0 19.894 9.062 19.894 19.97v65.146c0 10.99-8.917 19.968-19.894 19.968zM589.312 869.072h146.912v-222.912h-146.912zM213.307 919.544v-250.771c0-43.802 35.811-79.718 79.687-79.718h427.524c43.875 0 79.77 35.917 79.77 79.718v250.771zM138.578 960h733.023l144.751-144.697v-793.092l-21.958-31.824c-23.251-35.272-63.021-54.387-109-54.387h-746.815c-72.023 0-130.898 58.958-130.898 130.898v762.168c0 72.112 58.875 130.935 130.898 130.935z" />
+<glyph unicode="" glyph-name="folder1" d="M193.912 591.524l-65.912-263.649v408.125c0.001 35.346 28.654 63.999 64 64h133.49c0 0 0.001 0 0.001 0 17.673 0 33.673-7.164 45.255-18.746l45.254-45.254h416c35.346-0.001 63.999-28.654 64-64v0-32h-640c-0.001 0-0.001 0-0.002 0-29.833 0-54.898-20.413-61.99-48.033l-0.097-0.444zM942.031 576h-636.063c-0.001 0-0.001 0-0.002 0-29.833 0-54.897-20.413-61.989-48.033l-0.097-0.444-115.881-463.524h768l108.119 432.476c1.214 4.66 1.911 10.011 1.911 15.524 0 35.346-28.653 63.999-63.999 64v0z" />
+<glyph unicode="" glyph-name="folder_add" d="M785.553 312.399v-95.808h-95.774v-57.011h95.774v-95.791h57.045v95.791h95.774v57.011h-95.774v95.808zM809.218 404.602c118.6 0 214.747-96.162 214.747-214.765s-96.148-214.765-214.747-214.765c-118.603 0-214.749 96.162-214.749 214.765s96.146 214.765 214.749 214.765zM81.172 920.86h285.817c44.839 0 81.184-36.345 81.184-81.163v-38.919h365.342c44.838 0 81.184-36.366 81.184-81.182v-253.204l-6.333 1.888c-25.165 7.163-51.718 10.999-79.149 10.999-159.599 0-289.459-129.845-289.459-289.441 0-24.937 3.17-49.147 9.129-72.249l1.406-5.182h-449.12c-44.828 0-81.174 36.346-81.174 81.185v526.004c0 1.401 0.035 2.793 0.106 4.176l0.068 0.898-0.068 0.899c-0.070 1.384-0.106 2.777-0.106 4.178v109.951c0 44.817 36.345 81.163 81.172 81.163z" />
+<glyph unicode="" glyph-name="folder_delete" d="M688.355 220.883v-67.036h248.593v67.036zM809.218 404.602c118.6 0 214.747-96.162 214.747-214.765s-96.148-214.765-214.747-214.765c-118.6 0-214.749 96.162-214.749 214.765s96.149 214.765 214.749 214.765zM81.172 920.86h285.819c44.837 0 81.182-36.345 81.182-81.163v-38.919h365.342c44.838 0 81.184-36.366 81.184-81.182v-253.204l-6.333 1.888c-25.165 7.163-51.718 10.999-79.149 10.999-159.599 0-289.459-129.845-289.459-289.441 0-24.937 3.17-49.147 9.129-72.249l1.406-5.182h-449.12c-44.828 0-81.174 36.346-81.174 81.185v526.004c0 1.401 0.035 2.793 0.106 4.176l0.068 0.898-0.068 0.899c-0.070 1.384-0.106 2.777-0.106 4.178v109.951c0 44.817 36.345 81.163 81.172 81.163z" />
+<glyph unicode="" glyph-name="folder_find" d="M494.046 553.696c90.647 0 164.146-73.457 164.146-164.1 0-90.632-73.498-164.108-164.146-164.108-90.646 0-164.126 73.476-164.126 164.108 0 90.643 73.481 164.1 164.126 164.1zM494.046 602.144c-117.376 0-212.542-95.145-212.542-212.548 0-117.391 95.165-212.556 212.542-212.556 34.851 0 67.744 8.387 96.769 23.254l4.077 2.151 54.362-69.117h93.29l-89.772 114.911 2.001 2.255c32.294 37.28 51.834 85.909 51.834 139.102 0 117.403-95.168 212.548-212.562 212.548zM92.896 910.64h327.164c51.312 0 92.916-41.604 92.916-92.904v-44.536h418.106c51.315 0 92.918-41.615 92.918-92.907v-602.031c0-51.325-41.603-92.918-92.918-92.918h-838.185c-51.293 0-92.896 41.594-92.896 92.918v602.031c0 1.603 0.041 3.196 0.121 4.779l0.078 1.030-0.078 1.030c-0.080 1.584-0.121 3.178-0.121 4.782v125.822c0 51.299 41.603 92.904 92.896 92.904z" />
+<glyph unicode="" glyph-name="globe" d="M388.544 743.172c-28.448-28.809-51.452-63.073-67.291-101.070l-0.777-2.102h-63.865c33.945 44.926 78.421 80.17 129.848 102.371l2.085 0.801zM218.906 576h81.85c-6.347-28.27-10.618-61.247-11.874-94.995l-0.030-1.005h-95.229c3.656 35.474 12.605 67.979 26.088 98.006l-0.805-2.006zM218.906 320c-12.678 28.021-21.627 60.526-25.169 94.637l-0.115 1.363h95.228c1.286-34.754 5.557-67.731 12.582-99.676l-0.678 3.676zM256.611 256h63.865c16.616-40.099 39.619-74.362 68.1-103.205l-0.033 0.033c-53.511 23.002-97.988 58.245-131.347 102.364l-0.586 0.808zM480 158.068c-37.056 25.495-67.243 58.29-89.018 96.499l-0.752 1.432h89.77zM480 320h-114.076c-7.272 28.429-12.009 61.37-13.155 95.221l-0.021 0.779h127.252zM480 480h-127.252c1.166 34.63 5.904 67.571 13.864 99.232l-0.688-3.232h114.076zM480 640h-89.77c22.527 39.642 52.714 72.436 88.791 97.294l0.978 0.637zM767.389 640h-63.872c-16.622 40.103-39.631 74.369-68.118 103.214l0.032-0.033c53.521-23.001 98.007-58.249 131.372-102.374l0.586-0.808zM544 737.926c37.050-25.497 67.233-58.289 89.008-96.493l0.752-1.432h-89.76zM544 576h114.072c7.273-28.428 12.012-61.369 13.159-95.221l0.021-0.779h-127.252zM544 416h127.252c-1.168-34.631-5.906-67.572-13.868-99.232l0.688 3.232h-114.072zM544 158.074v97.926h89.76c-22.527-39.637-52.71-72.429-88.782-97.288l-0.978-0.637zM635.432 152.818c28.454 28.812 51.464 63.079 67.309 101.080l0.777 2.101h63.872c-33.951-44.933-78.436-80.181-129.873-102.381l-2.085-0.801zM805.096 320h-81.853c6.349 28.27 10.621 61.246 11.877 94.995l0.030 1.005h95.228c-3.655-35.474-12.603-67.979-26.086-98.006l0.805 2.006zM735.148 480c-1.285 34.754-5.558 67.73-12.585 99.674l0.678-3.674h81.853c12.678-28.021 21.625-60.526 25.165-94.638l0.115-1.362zM896 448c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z" />
+<glyph unicode="" glyph-name="group" d="M823.502 288h-47.004c-2.992 0.083-5.847 0.358-8.641 0.815l0.368-0.050c-13.662 11.227-29.91 24.652-48.35 39.953l-4.238 3.531c-1.115 3.304-2.023 7.215-2.557 11.244l-0.035 0.326c0.527 2.031 1.156 4.008 1.612 6.070l16.094 73.688c19.613 16.339 34.884 37.23 44.269 61.083l0.356 1.026 8.906 24c5.094 12.059 8.054 26.079 8.054 40.791 0 25.917-9.187 49.689-24.482 68.236l0.147-0.183v48.945c10.060 2.878 21.614 4.533 33.555 4.533 69.839 0 126.455-56.616 126.455-126.455 0-0.547-0.003-1.092-0.010-1.637l0.001 0.083v-69.961c4.573-3.984 7.447-9.817 7.447-16.322 0-2.91-0.575-5.686-1.618-8.22l0.052 0.144-11.762-35.281c-5.295-13.384-16.081-23.612-29.505-28.040l-0.337-0.096-5.269-42.16c-4.084-31.766-30.958-56.062-63.506-56.062 0 0 0 0 0 0v0zM287.012 288.695c15.744 12.945 33.188 27.312 49.082 40.414l4.424 3.641c1.037 3.152 1.89 6.897 2.402 10.751l0.036 0.327c-0.527 2.020-1.162 4-1.612 6.048l-16.094 73.703c-19.595 16.329-34.856 37.204-44.238 61.037l-0.356 1.026-8.969 24.109c-5.079 12.041-8.030 26.039-8.030 40.727 0 25.918 9.19 49.69 24.489 68.235l-0.146-0.183v48.945c-10.060 2.878-21.614 4.533-33.555 4.533-69.839 0-126.455-56.616-126.455-126.455 0-0.547 0.003-1.092 0.010-1.637l-0.001 0.083v-69.961c-4.573-3.984-7.447-9.817-7.447-16.322 0-2.91 0.575-5.686 1.618-8.22l-0.052 0.144 11.762-35.281c5.295-13.384 16.081-23.612 29.505-28.040l0.337-0.096 5.269-42.16c4.084-31.766 30.958-56.062 63.506-56.062 0 0 0 0 0 0h47.004c2.735 0.090 5.326 0.34 7.866 0.742l-0.356-0.046zM1010.352 249.555l-70.819 49.571c-18.173-39.272-54.546-67.41-97.992-73.753l-0.693-0.083c14.011-17.84 22.585-40.532 22.921-65.213l0.001-0.076h144.23c8.837 0 16 7.163 16 16v0 47.34c-0.001 10.801-5.352 20.352-13.548 26.147l-0.1 0.067zM116.467 299.125l-70.819-49.571c-8.296-5.862-13.648-15.413-13.648-26.215v0-47.34c0-8.837 7.163-16 16-16v0h144.824c1.185 24.746 9.937 47.241 23.973 65.456l-0.201-0.272c-44.747 5.947-81.747 34.258-99.8 73.151l-0.329 0.791zM773.455 202.297c-13.924 10.547-58.512 47.348-94.453 77.188-29.443-33.897-72.541-55.268-120.636-55.484h-60.694c-48.237 0.222-91.415 21.695-120.684 55.531l-0.172 0.203c-36.762-30.304-82.34-67.828-94.272-77.437-16.096-10.821-26.545-28.963-26.545-49.546 0-0.114 0-0.228 0.001-0.343v0.018-40.426c0-8.837 7.163-16 16-16v0h512c8.837 0 16 7.163 16 16v0 40.426c0.088 1.147 0.139 2.484 0.139 3.833 0 19.598-10.626 36.714-26.43 45.902l-0.253 0.136zM340.633 507.977c8.558-20.091 23.145-36.239 41.462-46.535l0.481-0.249 21.307-97.656c9.736-43.507 48.024-75.536 93.792-75.536 0 0 0.001 0 0.001 0h60.648c0 0 0 0 0 0 45.768 0 84.055 32.028 93.671 74.895l0.121 0.64 21.307 97.656c18.799 10.544 33.386 26.693 41.706 46.16l0.237 0.624 8.96 24.047c2.746 5.341 4.356 11.654 4.356 18.343 0 16.707-10.042 31.068-24.42 37.377l-0.262 0.102v84.156c0 96-64 160-176 160s-176-64-176-160v-84.156c-14.639-6.411-24.682-20.772-24.682-37.479 0-6.689 1.61-13.001 4.463-18.572l-0.107 0.23z" />
+<glyph unicode="" glyph-name="home1" d="M661.333 553.6v129.067h-64v-65.749l-74.304 73.685-0.043 1.024-266.283-264.96h84.629v-234.667h128v128h106.667v-128h128v234.667h85.333z" />
+<glyph unicode="" glyph-name="inbox" d="M816 800h-608c-44.164-0.048-79.952-35.836-80-79.995v-576.005c0.048-44.164 35.836-79.952 79.995-80h608.005c44.164 0.048 79.952 35.836 80 79.995v576.005c-0.048 44.164-35.836 79.952-79.995 80h-0.005zM800 384h-130.883c0 0 0 0-0.001 0-7.725 0-14.172-5.475-15.671-12.756l-0.018-0.103-26.856-134.281c-1.517-7.385-7.964-12.86-15.689-12.86 0 0 0 0-0.001 0h-197.766c0 0 0 0-0.001 0-7.725 0-14.172 5.475-15.671 12.756l-0.018 0.103-26.856 134.281c-1.517 7.385-7.964 12.86-15.689 12.86 0 0 0 0-0.001 0h-130.883v320h576z" />
+<glyph unicode="" glyph-name="library1" d="M576 832h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 704c0 17.673-14.327 32-32 32v0zM544 144c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM544 720c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM865.174 814.101c-2.739 15.123-15.804 26.443-31.514 26.443-1.964 0-3.886-0.177-5.752-0.516l0.195 0.029-157.568-27.783c-15.123-2.739-26.443-15.804-26.443-31.514 0-1.964 0.177-3.886 0.516-5.752l-0.029 0.195 122.248-693.305c2.737-15.123 15.802-26.444 31.512-26.444 1.964 0 3.888 0.177 5.754 0.516l-0.195-0.029 157.568 27.783c15.123 2.737 26.443 15.802 26.443 31.511 0 1.964-0.177 3.888-0.516 5.754l0.029-0.195zM903.082 138.418l-63.029-11.113c-0.835-0.154-1.795-0.243-2.776-0.243-7.855 0-14.388 5.66-15.745 13.123l-0.015 0.098-5.556 31.514c-0.155 0.835-0.243 1.797-0.243 2.778 0 7.855 5.66 14.387 13.124 15.742l0.098 0.015 63.029 11.115c0.835 0.154 1.795 0.243 2.776 0.243 7.855 0 14.388-5.66 15.745-13.123l0.015-0.098 5.556-31.516c0.154-0.835 0.243-1.795 0.243-2.776 0-7.855-5.66-14.388-13.124-15.744l-0.098-0.015zM288 832h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 704c0 17.673-14.327 32-32 32v0zM256 144c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0zM256 720c0-8.837-7.163-16-16-16v0h-64c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0z" />
+<glyph unicode="" glyph-name="license" d="M875.125 506.258l-204.547-148.578 77.998-240.192c0.65-1.932 1.025-4.157 1.025-6.47 0-11.561-9.372-20.932-20.932-20.932-0.003 0-0.006 0-0.009 0v0c-4.595 0.025-8.829 1.553-12.24 4.116l0.053-0.038-204.342 148.426-204.344-148.426c-3.358-2.525-7.592-4.053-12.182-4.078h-0.006c-0.002 0-0.004 0-0.006 0-11.562 0-20.934 9.373-20.934 20.934 0 2.312 0.375 4.536 1.067 6.616l-0.043-0.148 77.998 240.192-204.547 148.578c-5.239 3.837-8.603 9.966-8.603 16.88 0 11.522 9.34 20.862 20.862 20.862 0 0 0 0 0 0h252.793l78.1 240.5c2.803 8.438 10.625 14.417 19.843 14.417s17.040-5.978 19.8-14.27l0.042-0.147 78.099-240.5h252.793c11.521-0.003 20.859-9.343 20.859-20.864 0-6.913-3.362-13.041-8.54-16.837l-0.058-0.041z" />
+<glyph unicode="" glyph-name="list1" d="M352 512v-128c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM320 288h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM320 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 128c0 17.673-14.327 32-32 32v0zM864 608h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 800h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 224h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 416h-416c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0z" />
+<glyph unicode="" glyph-name="log" d="M484.605 523.186c-29.216 0-46.245-27.795-46.245-64.947 0-37.435 17.56-63.807 46.528-63.807 29.216 0 45.967 27.778 45.967 64.933 0 34.325-16.468 63.821-46.25 63.821zM264.531 554.432h43.398v-154.911h76.017v-36.306h-119.415zM708.043 556.399c24.685 0 43.682-4.829 53.027-9.343l-9.062-34.624c-10.53 4.514-23.562 8.203-44.529 8.203-36.031 0-63.308-20.39-63.308-61.828 0-39.451 24.721-62.687 60.152-62.687 9.969 0 17.908 1.111 21.279 2.846v40h-29.465v33.734h71.179v-100.705c-13.341-4.546-38.556-10.797-63.804-10.797-34.906 0-60.152 8.813-77.745 25.86-17.593 16.421-27.216 41.407-26.936 69.469 0.281 63.561 46.528 99.872 109.211 99.872zM485.733 557.527c58.746 0 90.774-43.996 90.774-96.728 0-62.681-37.999-100.729-93.901-100.729-56.716 0-89.901 42.842-89.901 97.306 0 57.313 36.562 100.15 93.028 100.15zM192.874 899.427v-898.747h449.428l-0.689 224.562 185.203-0.187v674.372zM132.35 960h759.397v-807.847l-193.105-216.081h-566.292z" />
+<glyph unicode="" glyph-name="logout" d="M802.658 802.445l-320 26.668c-0.736 0.061-1.594 0.096-2.459 0.096-16.632 0-30.273-12.806-31.6-29.096l-0.007-0.113h-0.592v-672h0.592c1.335-16.401 14.974-29.205 31.604-29.205 0.867 0 1.725 0.035 2.575 0.103l-0.112-0.007 320 26.664c16.491 1.418 29.341 15.154 29.342 31.891v0 613.109c0 0 0 0.001 0 0.001 0 16.737-12.85 30.474-29.223 31.881l-0.119 0.008zM544 416c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32v0c0-17.673-14.327-32-32-32v0zM256 800h128v-64h-128v-544h128v-64h-128c-35.327 0.047-63.953 28.673-64 63.995v544.005c0.047 35.327 28.673 63.953 63.995 64h0.005z" />
+<glyph unicode="" glyph-name="menu1" d="M870.4 755.2v-51.2c0-28.277-22.923-51.2-51.2-51.2v0h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 51.2c0 28.277 22.923 51.2 51.2 51.2v0h614.4c28.277 0 51.2-22.923 51.2-51.2v0zM819.2 550.4h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0 51.2c0 28.277-22.923 51.2-51.2 51.2v0zM819.2 294.4h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0 51.2c0 28.277-22.923 51.2-51.2 51.2v0z" />
+<glyph unicode="" glyph-name="newspaper1" d="M400 512h352c8.837 0 16 7.163 16 16v0 128c0 8.837-7.163 16-16 16v0h-352c-8.837 0-16-7.163-16-16v0-128c0-8.837 7.163-16 16-16v0zM751.998 448h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0zM751.998 320h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0zM399.998 256h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0zM864 800h-576c-0.005 0-0.012 0-0.018 0-17.663 0-31.982-14.319-31.982-31.982 0-0.006 0-0.013 0-0.019v0.001-544c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 544c-35.327-0.047-63.953-28.673-64-63.995v-480.005c0.064-52.972 42.971-95.901 95.928-96h576.071c52.995 0.060 95.94 43.005 96 95.994v544.006c0 0.005 0 0.012 0 0.018 0 17.663-14.319 31.982-31.982 31.982-0.006 0-0.013 0-0.019 0h0.001zM832 224c-0.012-17.668-14.332-31.988-31.999-32h-485.47c3.465 9.51 5.469 20.489 5.469 31.935 0 0.023 0 0.045 0 0.068v-0.004 512h512zM399.998 384h128c8.837 0 16 7.163 16 16v0 32c0 8.837-7.163 16-16 16v0h-128c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0z" />
+<glyph unicode="" glyph-name="numberlist" d="M448 544v32c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32v0zM736 224h-256c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 416h-384c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM864 800h-384c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM320 224h-78.375c5.243 9.382 13.594 16.497 23.633 20.032l0.305 0.093c18.844 6.72 76.156 27.094 76.156 85.031-0.068 47.946-38.926 86.794-86.87 86.844h-0.005c-32.111-0.153-60.674-15.208-79.15-38.599l-0.163-0.214c-4.685-5.53-7.533-12.745-7.533-20.626 0-17.674 14.328-32.002 32.002-32.002 9.794 0 18.56 4.399 24.43 11.33l0.039 0.047c6.893 9.542 17.877 15.76 30.328 16.063l0.047 0.001c12.621-0.003 22.854-10.225 22.875-22.842v-0.002c0-3.812 0-12.781-33.625-24.719-43.636-17.22-73.949-59.019-73.949-107.899 0-2.19 0.061-4.366 0.181-6.526l-0.013 0.3c0.935-16.931 14.889-30.307 31.968-30.313h117.719c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM214.624 681.376l9.376 9.374v-114.75c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 0 0 0 0 0 0 17.672-14.326 31.997-31.997 31.997-8.837 0-16.836-3.582-22.627-9.373l-64-64c-5.668-5.769-9.168-13.685-9.168-22.419 0-17.671 14.325-31.996 31.996-31.996 8.734 0 16.65 3.499 22.424 9.172l-0.005-0.005z" />
+<glyph unicode="" glyph-name="package" d="M734.549 503.648l-380.418 258.141 126.775 76.055 383.994-255.984zM293.65 725.5l-132.754-79.641 384.006-256 129.17 77.5zM128 334.875l384-255.992v255.992l-384 256zM768 449.078v-86.93c0-0.002 0-0.003 0-0.005 0-5.797-3.082-10.875-7.697-13.683l-0.071-0.040-32-19.195c-2.35-1.432-5.192-2.28-8.232-2.28-8.836 0-15.999 7.163-16 15.999v0 67.744l-128-76.804v-255.984l320 191.976v256.007z" />
+<glyph unicode="" glyph-name="tux" d="M567.656 223.084c-81.944-38.118-158.158-37.716-209.34-34.020-61.052 4.41-110.158 21.124-131.742 35.732-13.3 9.006-31.384 5.522-40.39-7.782-9.004-13.302-5.52-31.386 7.782-40.39 34.698-23.486 96.068-40.954 160.162-45.58 10.866-0.784 22.798-1.278 35.646-1.278 55.782 0 126.626 5.316 202.42 40.57 14.564 6.778 20.878 24.074 14.104 38.64-6.776 14.566-24.076 20.872-38.642 14.108zM890.948 266.184c2.786 252.688 28.762 730.206-454.97 691.612-477.6-38.442-350.964-542.968-358.082-711.95-6.308-89.386-35.978-198.648-77.896-309.846h129.1c13.266 47.122 23.024 93.72 27.232 138.15 7.782-5.428 16.108-10.674 24.994-15.7 14.458-8.518 26.884-19.844 40.040-31.834 30.744-28.018 65.59-59.774 133.712-63.752 4.572-0.262 9.174-0.394 13.676-0.394 68.896 0 116.014 30.154 153.878 54.382 18.14 11.612 33.818 21.64 48.564 26.452 41.91 13.12 78.532 34.296 105.904 61.252 4.276 4.208 8.242 8.538 11.962 12.948 15.246-55.878 36.118-118.758 59.288-181.504h275.65c-66.174 102.224-134.436 202.374-133.052 330.184zM124.11 403.648c0 0.016 0 0.030-0.002 0.046-4.746 82.462 34.71 151.832 88.126 154.936 53.412 3.106 100.56-61.228 105.304-143.692 0-0.014 0.004-0.030 0.004-0.044 0.256-4.446 0.368-8.846 0.37-13.206-16.924-4.256-32.192-10.436-45.872-17.63-0.052 0.612-0.092 1.216-0.152 1.83 0 0.008 0 0.018 0 0.026-4.57 46.81-29.572 82.16-55.852 78.958-26.28-3.204-43.88-43.75-39.312-90.558 0-0.010 0.004-0.018 0.004-0.026 1.992-20.408 7.868-38.636 16.042-52.444-2.034-1.604-7.784-5.812-14.406-10.656-4.97-3.634-11.020-8.058-18.314-13.43-19.882 26.094-33.506 63.58-35.94 105.89zM665.26 199.822c-1.9-43.586-58.908-84.592-111.582-101.044l-0.296-0.096c-21.9-7.102-41.428-19.6-62.104-32.83-34.732-22.224-70.646-45.208-122.522-45.208-3.404 0-6.894 0.104-10.326 0.296-47.516 2.778-69.742 23.032-97.88 48.676-14.842 13.526-30.19 27.514-49.976 39.124l-0.424 0.244c-42.706 24.104-69.212 54.082-70.908 80.194-0.842 12.98 4.938 24.218 17.182 33.4 26.636 19.972 44.478 33.022 56.284 41.658 13.11 9.588 17.068 12.48 20 15.264 2.096 1.986 4.364 4.188 6.804 6.562 24.446 23.774 65.36 63.562 128.15 63.562 38.404 0 80.898-14.8 126.17-43.902 21.324-13.878 39.882-20.286 63.38-28.4 16.156-5.578 34.468-11.902 58.992-22.404l0.396-0.164c22.88-9.404 49.896-26.564 48.66-54.932zM652.646 302.194c-4.4 2.214-8.974 4.32-13.744 6.286-22.106 9.456-39.832 15.874-54.534 20.998 8.116 15.894 13.16 35.72 13.624 57.242 0 0.010 0 0.022 0 0.030 1.126 52.374-25.288 94.896-58.996 94.976-33.71 0.078-61.95-42.314-63.076-94.686 0-0.010 0-0.018 0-0.028-0.038-1.714-0.042-3.416-0.020-5.11-20.762 9.552-41.18 16.49-61.166 20.76-0.092 1.968-0.204 3.932-0.244 5.92 0 0.016 0 0.036 0 0.050-1.938 95.412 56.602 174.39 130.754 176.402 74.15 2.014 135.828-73.7 137.772-169.11 0-0.018 0-0.038 0-0.052 0.874-43.146-10.66-82.866-30.37-113.678z" />
+<glyph unicode="" glyph-name="appleinc" d="M791.498 415.908c-1.294 129.682 105.758 191.876 110.542 194.966-60.152 88.020-153.85 100.078-187.242 101.472-79.742 8.074-155.596-46.948-196.066-46.948-40.368 0-102.818 45.754-168.952 44.552-86.916-1.292-167.058-50.538-211.812-128.38-90.304-156.698-23.126-388.84 64.89-515.926 43.008-62.204 94.292-132.076 161.626-129.58 64.842 2.588 89.362 41.958 167.756 41.958s100.428-41.958 169.050-40.67c69.774 1.296 113.982 63.398 156.692 125.796 49.39 72.168 69.726 142.038 70.924 145.626-1.548 0.706-136.060 52.236-137.408 207.134zM662.562 796.478c35.738 43.358 59.86 103.512 53.28 163.522-51.478-2.096-113.878-34.29-150.81-77.55-33.142-38.376-62.148-99.626-54.374-158.436 57.466-4.484 116.128 29.204 151.904 72.464z" />
+<glyph unicode="" glyph-name="finder" d="M569.226 181.744c-0.002 0.044-0.002 0.088-0.004 0.132 0.002-0.044 0.002-0.088 0.004-0.132zM570.596 145.462c-0.012 0.234-0.022 0.466-0.032 0.702 0.010-0.234 0.020-0.466 0.032-0.702zM569.814 163.688c-0.006 0.178-0.012 0.356-0.020 0.536 0.010-0.182 0.016-0.358 0.020-0.536zM960 960h-896c-35.2 0-64-28.8-64-64v-896c0-35.2 28.8-64 64-64h493.832c0.044 0 0.088-0.006 0.132-0.006 0.042 0 0.084 0.006 0.126 0.006h401.91c35.2 0 64 28.8 64 64v896c0 35.2-28.8 64-64 64zM192 736c0 17.672 14.328 32 32 32s32-14.328 32-32v-64c0-17.672-14.328-32-32-32s-32 14.328-32 32v64zM960 0h-375.058c-6.7 42.082-10.906 85.476-13.388 127.604 0.006-0.116 0.010-0.228 0.018-0.344-19.696-2.146-39.578-3.26-59.572-3.26-133.65 0-262.382 48.656-362.484 137.006-14.906 13.156-16.326 35.906-3.168 50.812 13.158 14.904 35.906 16.326 50.814 3.168 86.936-76.728 198.748-118.986 314.838-118.986 19.086 0 38.052 1.166 56.816 3.416-2.192 118.194 6.876 211.914 7.026 213.404 0.898 8.996-2.050 17.952-8.118 24.654-6.066 6.702-14.682 10.526-23.724 10.526h-95.174c1.384 34.614 5.082 93.814 14.958 160.188 18.864 126.76 51.994 225.77 96.152 287.812h400.064v-896zM800 640c-17.674 0-32 14.328-32 32v64c0 17.672 14.326 32 32 32s32-14.328 32-32v-64c0-17.672-14.326-32-32-32zM540.496 124.768c-3.646-0.192-7.298-0.336-10.956-0.454 3.658 0.116 7.31 0.264 10.956 0.454zM512 124c4.692 0 9.374 0.074 14.050 0.196-4.676-0.122-9.358-0.196-14.050-0.196zM539.074 196.798c0.784 0.044 1.568 0.084 2.352 0.132-0.782-0.048-1.568-0.088-2.352-0.132zM525.084 196.2c1.074 0.030 2.146 0.072 3.218 0.11-1.072-0.038-2.144-0.082-3.218-0.11zM877.65 311.818c-13.156 14.91-35.908 16.322-50.812 3.168-72.642-64.114-162.658-104.136-258.022-115.57 0.43-23.278 1.294-47.496 2.754-72.156 111.954 12.21 217.786 58.614 302.912 133.746 14.908 13.156 16.326 35.906 3.168 50.812zM571.498 127.252c-4.606-0.5-9.222-0.936-13.848-1.322 4.626 0.384 9.244 0.822 13.848 1.322zM555.488 125.758c-3.906-0.312-7.822-0.576-11.742-0.806 3.92 0.226 7.834 0.496 11.742 0.806z" />
+<glyph unicode="" glyph-name="android" d="M896 576c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.8 64-64 64zM128 576c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.802 64-64 64zM224 224c0-53.020 42.98-96 96-96v0-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128h128v-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128c53.020 0 96 42.98 96 96v352h-576v-352zM798.216 639.998c-9.716 87.884-59.004 163.792-129.62 209.646l32.024 64.046c7.904 15.806 1.496 35.028-14.31 42.932s-35.030 1.496-42.932-14.312l-32.142-64.286-8.35 3.316c-28.568 9.502-59.122 14.66-90.886 14.66-31.762 0-62.316-5.158-90.888-14.656l-8.348-3.316-32.142 64.282c-7.904 15.808-27.128 22.212-42.932 14.312-15.808-7.904-22.214-27.126-14.312-42.932l32.022-64.046c-70.616-45.852-119.904-121.762-129.622-209.644v-32h574.222v31.998h-1.784zM416 704c-17.674 0-32 14.328-32 32 0 17.648 14.288 31.958 31.93 31.996 0.032 0 0.062-0.002 0.094-0.002 0.018 0 0.036 0.002 0.052 0.002 17.638-0.042 31.924-14.35 31.924-31.996 0-17.672-14.326-32-32-32zM608 704c-17.674 0-32 14.328-32 32 0 17.646 14.286 31.954 31.924 31.996 0.016 0 0.034-0.002 0.050-0.002 0.032 0 0.064 0.002 0.096 0.002 17.64-0.038 31.93-14.348 31.93-31.996 0-17.672-14.326-32-32-32z" />
+<glyph unicode="" glyph-name="windows" d="M412.23 448.086c-47.708 24.518-94.086 36.958-137.88 36.958-5.956 0-11.952-0.18-17.948-0.708-55.88-4.624-106.922-19.368-139.75-30.828-8.708-3.198-17.634-6.576-26.83-10.306l-89.822-311.394c61.702 22.832 116.292 33.938 166.27 33.938 80.846 0 139.528-30.208 187.992-61.304 22.962 77.918 78.044 266.090 94.482 322.324-11.95 7.284-24.076 14.57-36.514 21.32zM528.348 368.93l-90.446-314.148c26.832-15.372 117.098-64.050 186.212-64.050 55.792 0 118.252 14.296 190.834 43.792l86.356 301.976c-58.632-18.922-114.876-28.52-167.464-28.52-95.95 0-163.114 31.098-205.492 60.95zM292.822 591.21c77.118-0.798 134.152-30.208 181.416-60.502l92.752 317.344c-19.546 11.196-70.806 39.094-107.858 48.6-24.386 5.684-50.020 8.616-77.204 8.616-51.796-0.976-108.388-13.946-172.888-39.8l-88.44-310.596c64.808 24.436 120.644 36.34 172.086 36.34 0.046-0.002 0.136-0.002 0.136-0.002zM1024 761.876c-58.814-22.832-116.208-34.466-171.028-34.466-91.686 0-159.292 31.802-203.094 62.366l-91.95-318.236c61.746-39.708 128.29-59.878 198.122-59.878 56.948 0 115.94 13.68 175.462 40.688l-0.182 2.222 3.734 0.886 88.936 306.418z" />
+<glyph unicode="" glyph-name="windows8" d="M0.35 448l-0.35 312.074 384 52.144v-364.218zM448 821.518l511.872 74.482v-448h-511.872zM959.998 384l-0.126-448-511.872 72.016v375.984zM384 16.164l-383.688 52.594-0.020 315.242h383.708z" />
+<glyph unicode="" glyph-name="pay" d="M290.893 44.681h341.090v-108.598h-341.090zM654.474 488.13c21.302 0.828 42.039-10.909 51.67-31.4l71.345-151.834c10.431-22.197 4.638-47.869-12.567-63.604l-3.157-2.611-124.45-130.921-0.691-1.528c-7.41-15.376-23.143-25.987-41.351-25.987h-261.553c-25.332 0-45.875 20.541-45.875 45.875v160.864l124.446-124.443c15.624-15.621 36.383-24.211 58.458-24.211 22.076 0 42.833 8.591 58.436 24.211l111.965 111.961v-31.040l29.568 27.14-65.221 138.828c-12.864 27.341-1.1 59.903 26.241 72.766l1.639 0.777c6.836 3.21 13.999 4.882 21.1 5.158zM501.391 542.007l-50.752-50.734c19.938-13.614 36.101-14.219 48.485-1.833 10.359 10.358 11.115 27.88 2.267 52.567zM546.232 658.468c-8.654 0.045-16.055-3.021-22.205-9.17-6.496-6.52-10.034-13.596-10.618-21.278s1.511-18.126 6.281-31.311l52.587 52.588c-8.72 6.085-17.414 9.128-26.045 9.17zM620.373 697.396l18.193-18.19-23.198-23.197c20.196-21.254 32.044-38.023 35.541-50.301l-28.204-28.205c-3.732 17.782-14.24 35.865-31.568 54.251l-60.765-60.765c12.732-30.643 18.881-54.186 18.45-70.629-0.454-16.42-5.999-29.95-16.615-40.567-12.926-12.928-28.7-18.754-47.367-17.479-18.664 1.273-38.063 9.581-58.175 24.965l-28.612-28.591-18.19 18.192 27.535 27.534c-21.882 21.902-35.928 43.503-42.078 64.759l29.387 29.39c1.362-10.681 5.611-22.744 12.777-36.21 7.141-13.487 15.19-24.708 24.166-33.684l58.651 58.651c-13.702 32.865-19.938 56.755-18.708 71.685 1.23 14.954 7.358 27.947 18.45 39.015 13.077 13.097 29.626 19.183 49.609 18.255 19.981-0.925 38.993-8.459 57.010-22.592zM548.714 960c11.758 0 23.518-4.488 32.494-13.464l307.536-307.538c17.955-17.954 17.955-47.041 0-64.972l-144.476-144.477-17.35 36.933c-3.986 8.47-9.421 16.004-15.925 22.36l-2.552 2.326 115.333 115.332-275.062 275.064-353.027-353.025 275.062-275.064 124.276 124.275 31.153-66.294-122.952-122.953c-17.931-17.953-47.021-17.953-64.975 0l-307.535 307.539c-17.953 17.951-17.953 47.040 0 64.972l385.521 385.522c8.966 8.976 20.722 13.464 32.479 13.464z" />
+<glyph unicode="" glyph-name="pdf" d="M200.571 163.069c-65.7-20.885-113.75-73.848-130.451-94.215 0.202 3.96-6.842-8.705-6.842-8.705s2.706 3.609 6.842 8.705c-0.062-1.554-1.135-5.38-4.261-13.7-11.29-29.974 23.636-29.205 23.636-29.205 99.024 16.106 111.076 137.121 111.076 137.121zM767.851 265.049c-18.402 0.001-29.754-1.181-29.754-1.181 105.384-92.26 203.398-70.757 203.398-70.757 40.12 5.38-21.102 42.521-21.102 42.521-56.586 25.098-117.411 29.415-152.542 29.417zM407.732 514.149c0 0-38.052-198.070-85.604-256.815l263.733 42.154c0 0-131.431 126.545-178.128 214.661zM413.841 879.988c-0.327 0.031-0.655 0.025-0.984-0.018-2.95-0.391-5.989-3.865-8.935-12.118 0 0-14.213-73.113 21.382-194.629 0 0 30.308 96.404 7.495 170.219 0 0-8.827 35.592-18.958 36.546zM380.637 959.983c28.069 1.161 53.374-56.91 53.374-56.91 78.685-180.728 4.276-296.195 4.276-296.195 77.907-197.402 234.047-302.811 234.047-302.811 151.708 8.755 262.38-32.43 262.38-32.43 87.066-49.221 57.909-95.201 57.909-95.201-91.233-109.402-359.227 61.184-359.227 61.184l-345.434-62.554c-49.916-183.551-216.724-226.674-216.724-226.674-79.509-12.464-68.639 76.672-68.639 76.672 62.061 146.761 218.123 180.527 218.123 180.527 61.47 70.59 161.941 402.39 161.941 402.39-101.512 245.186-30.183 326.754-30.183 326.754 9.136 17.894 18.799 24.862 28.156 25.249z" />
+<glyph unicode="" glyph-name="pdfexport" d="M186.878 198.357c-61.858-18.302-107.102-64.709-122.827-82.566 0.191 3.469-6.445-7.624-6.445-7.624s2.548 3.151 6.445 7.624c-0.066-1.354-1.068-4.711-4.028-12.017-10.629-26.259 22.267-25.589 22.267-25.589 93.244 14.117 104.589 120.172 104.589 120.172zM721.065 287.733c-17.328 0.001-28.016-1.035-28.016-1.035 99.242-80.847 191.531-62.003 191.531-62.003 37.782 4.708-19.861 37.254-19.861 37.254-53.296 21.995-110.573 25.78-143.653 25.783zM381.96 506.055c0 0-35.839-173.585-80.605-225.069l248.329 36.937c0 0-123.752 110.91-167.724 188.132zM845.111 705.497c4.827 0.315 10.331-1.799 16.15-6.633l38.243-31.943c18.558-15.55 48.954-40.949 67.525-56.433l38.272-31.99c18.607-15.533 18.321-40.666-0.508-55.8l-38.832-31.256c-18.859-15.249-49.683-40.059-68.539-55.228l-38.835-31.239c-18.822-15.249-34.021-2.515-33.753 28.201l0.526 59.012h-225.156c-15.85 0-28.705 12.878-28.705 28.729v62.246c0 15.834 12.855 28.694 28.705 28.694h226.241l0.506 59.362c0.198 21.13 7.54 33.585 18.16 34.279zM386.788 826.673c-2.777-0.341-5.637-3.384-8.408-10.615 0 0-13.398-64.091 20.135-170.59 0 0 28.535 84.507 7.050 149.183 0 0-8.859 33.241-18.777 32.022zM356.447 896.795c26.43 1.014 50.261-49.878 50.261-49.878 74.083-158.383 4.029-259.586 4.029-259.586 73.367-173.011 220.388-265.396 220.388-265.396 142.849 7.671 247.075-28.422 247.075-28.422 81.976-43.129 54.534-83.444 54.534-83.444-85.921-95.871-338.276 53.635-338.276 53.635l-325.281-54.828c-46.998-160.866-204.075-198.666-204.075-198.666-74.88-10.915-64.627 67.21-64.627 67.21 58.439 128.623 205.395 158.211 205.395 158.211 57.879 61.876 152.495 352.67 152.495 352.67-95.602 214.882-28.427 286.37-28.427 286.37 8.602 15.68 17.701 21.786 26.511 22.124z" />
+<glyph unicode="" glyph-name="pictures" d="M490.078 477.525c115.421-29.010 218.49-140.465 249.026-175.898v112.194h74.003v-130.009h48.004v-60.007h-440.037v60.007h69.004zM146.397 671.379l-74.038-7.249 70.472-612.97 63.542 6.188zM778.103 777.091c45.819 0 83.007-37.202 83.007-83.032 0-45.824-37.188-83.026-83.007-83.026-45.814 0-83.003 37.202-83.003 83.026 0 45.83 37.188 83.032 83.003 83.032zM270.261 791.335l-68.169-6.625 68.169-698.111v596.849h-0.031c0 25.314 0 47.128 0 64.443h0.031zM336.703 851.095v-725.174h621.029v725.174h-71.381zM270.261 915.353h753.883v-853.631h-102.797l-708.662-69.13-0.089 0.931-129.677-12.684-82.919 740.739 140.175 13.684-10.439 106.832 140.525 13.751z" />
+<glyph unicode="" glyph-name="plus1" d="M388.095 960h247.889v-388.114h388.095v-247.869h-388.095v-388.075h-247.889v388.075h-388.095v247.869h388.095z" />
+<glyph unicode="" glyph-name="untitled" d="M741.3 471.948c-63.591 0.034-127.198 0.034-190.772-0.084-3.373 0-5.344 1.040-7.615 3.707-3.824 4.496-8.249 8.823-13.293 11.692-4.025 2.315-4.943 4.613-4.943 8.84 0.117 81.708 0.067 163.432 0.067 245.14 0 2.013 0.117 4.043-0.067 6.022-0.618 7.314-6.797 12.078-14.044 10.937-6.463-1.023-10.053-5.938-10.053-13.99-0.033-41.5 0-82.999 0-124.499 0-41.265-0.033-82.58 0.033-123.895 0.050-3.976-0.685-6.24-4.709-8.454-4.943-2.634-9.285-6.827-13.009-11.121-2.455-2.835-4.425-4.479-8.35-4.412-12.675 0.252-25.366 0.067-38.057 0-5.878-0.034-10.454-2.785-13.627-7.632-3.741-5.586-3.908-11.675-0.918-17.63 3.139-6.207 8.633-9.259 15.497-9.327 12.658-0.117 25.383 0.101 38.024-0.185 2.238-0.084 4.676-1.795 6.579-3.305 5.010-4.043 9.552-8.773 14.812-12.447 2.555-1.761 3.841-3.053 3.807-6.257-0.184-11.994-0.117-24.004-0.083-36.015 0-1.979-0.033-4.043 0.451-5.955 1.386-5.687 6.98-9.478 12.708-8.924 6.296 0.621 10.871 5.401 10.971 12.128 0.15 12.916 0.117 25.849 0 38.765 0 3.305 1.319 4.848 4.242 6.626 4.826 2.885 9.552 6.559 13.126 10.903 2.705 3.305 5.127 4.73 9.318 4.73 46.040-0.151 92.063-0.101 138.052-0.101 17.768 0 35.536-0.117 53.27 0.034 11.122 0.101 18.419 7.632 18.102 18.1-0.334 10.216-7.748 16.607-19.521 16.607zM533.212 452.607c0-0.017 0-0.034-0.017-0.067-0.017-0.218-0.033-0.419-0.067-0.637-0.033-0.319-0.083-0.621-0.15-0.939-0.167-0.923-0.401-1.845-0.701-2.734-0.1-0.302-0.2-0.604-0.317-0.889-0.134-0.352-0.267-0.688-0.434-1.040-0.134-0.319-0.267-0.621-0.434-0.906-0.301-0.604-0.635-1.208-1.002-1.761-0.534-0.839-1.136-1.644-1.787-2.416 0-0.017 0-0.017-0.017-0.034-0.451-0.503-0.902-0.973-1.369-1.443-0.25-0.235-0.501-0.47-0.751-0.705 0 0 0-0.017-0.017-0.017-0.334-0.302-0.685-0.587-1.035-0.855-0.267-0.218-0.534-0.419-0.802-0.604-1.57-1.124-3.306-2.046-5.16-2.717-1.303-0.47-2.638-0.822-4.041-1.040-0.701-0.101-1.403-0.185-2.121-0.218-0.351 0-0.701-0.017-1.069-0.017-0.384-0.017-0.751 0-1.136 0.034-0.284 0.017-0.568 0.050-0.868 0.084-0.618 0.067-1.236 0.185-1.837 0.335s-1.202 0.335-1.787 0.537c-2.137 0.788-4.175 1.979-6.012 3.472-0.317 0.252-0.635 0.537-0.935 0.805-0.401 0.369-0.785 0.738-1.152 1.124-0.083 0.084-0.167 0.185-0.25 0.268-0.367 0.403-0.735 0.822-1.069 1.241-0.434 0.52-0.835 1.057-1.202 1.61s-0.718 1.107-1.052 1.694c-0.635 1.174-1.186 2.382-1.586 3.623-0.217 0.621-0.384 1.258-0.534 1.879-0.067 0.319-0.134 0.637-0.184 0.956-0.1 0.486-0.167 0.99-0.184 1.493-0.050 0.503-0.067 1.006-0.067 1.51 0 0.369 0.017 0.738 0.017 1.107 0.033 0.671 0.083 1.325 0.184 1.979 0.033 0.235 0.067 0.486 0.117 0.721 0.017 0.134 0.033 0.252 0.067 0.386 0.033 0.117 0.067 0.252 0.083 0.386 0.050 0.268 0.1 0.52 0.167 0.772 0.1 0.419 0.217 0.839 0.351 1.241 0.267 0.906 0.618 1.795 1.019 2.65 0.134 0.302 0.284 0.604 0.451 0.906 0.2 0.369 0.401 0.738 0.618 1.090s0.434 0.705 0.685 1.057c0.468 0.671 0.985 1.325 1.536 1.946 0.284 0.335 0.601 0.671 0.935 0.973 0.267 0.268 0.534 0.52 0.818 0.772 0.301 0.268 0.618 0.537 0.952 0.788 0.317 0.252 0.651 0.486 1.002 0.721 1.019 0.705 2.121 1.308 3.273 1.812 0.384 0.168 0.768 0.319 1.169 0.47 0.284 0.101 0.568 0.201 0.852 0.285 0.284 0.101 0.568 0.185 0.852 0.252s0.584 0.151 0.885 0.218c0.301 0.050 0.584 0.117 0.885 0.168 0.918 0.151 1.837 0.252 2.789 0.302 0.367 0.017 0.735 0.017 1.102 0.017 0.267 0 0.534 0 0.802-0.017 0.25-0.017 0.518-0.034 0.785-0.050 0.518-0.050 1.035-0.101 1.536-0.185 0.451-0.067 0.902-0.168 1.353-0.268 0.434-0.101 0.885-0.218 1.319-0.352 0.417-0.117 0.852-0.268 1.252-0.419l0.017-0.017c0.401-0.151 0.802-0.302 1.186-0.47 0.067-0.034 0.117-0.050 0.184-0.101 0.367-0.168 0.718-0.335 1.085-0.537 0.367-0.185 0.735-0.403 1.102-0.621 0.017-0.017 0.033-0.017 0.050-0.034 0.367-0.235 0.735-0.486 1.102-0.738 0.351-0.252 0.701-0.52 1.052-0.805 0.167-0.134 0.334-0.268 0.484-0.403 0.334-0.285 0.668-0.604 0.985-0.923 0.301-0.285 0.584-0.587 0.852-0.889 0.451-0.486 0.868-0.99 1.252-1.526 0.184-0.268 0.384-0.537 0.568-0.805 0.367-0.537 0.701-1.107 1.019-1.694 0.417-0.788 0.802-1.61 1.102-2.466 0.134-0.319 0.25-0.637 0.351-0.973 0.685-2.080 1.035-4.311 1.002-6.626 0-0.587-0.033-1.157-0.1-1.728z" />
+<glyph unicode="" glyph-name="dataset" d="M96.734 228.331h830.597c32.681 0 59.317-26.584 59.317-59.329v-173.575c0-32.777-26.635-59.378-59.317-59.378h-830.597c-32.845 0-59.317 26.602-59.317 59.378v173.575c0 32.745 26.472 59.329 59.317 59.329zM96.736 597.425h830.597c32.681 0 59.317-26.535 59.317-59.28v-173.575c0-32.728-26.635-59.345-59.317-59.345h-830.597c-32.845 0-59.317 26.617-59.317 59.345v173.575c0 32.744 26.472 59.28 59.317 59.28zM212.102 881.309c-37.093 0-67.324-30.212-67.324-67.384s30.23-67.368 67.324-67.368c37.093 0 67.324 30.196 67.324 67.368s-30.23 67.384-67.324 67.384zM96.736 960h830.597c32.681 0 59.317-26.552 59.317-59.345v-173.559c0-32.728-26.635-59.296-59.317-59.296h-830.597c-32.845 0-59.317 26.568-59.317 59.296v173.559c0 32.794 26.472 59.345 59.317 59.345z" />
+<glyph unicode="" glyph-name="check" d="M916.971 762.262c33.615 0 67.23 0 100.862 0 6.16-8.589-24.368-19.371-41.255-30.652-249.52-166.853-456.719-384.262-641.873-597.871-113.945 102.664-214.918 213.992-334.704 312.729 20.277 21.201 46.237 38.582 77.926 52.13 55.357-29.907 102.485-57.26 169.397-89.382 9.391-4.491 72.785-33.537 78.197-33.26 12.033 0.639 44.327 38.741 64.191 55.175 143.868 119.108 350.573 253.499 527.26 331.131z" />
+<glyph unicode="" glyph-name="projects" d="M738.064 471.472l-206.048-117.081 0.648-237.415 205.4 118.386zM296.816 471.472v-236.11l205.402-118.386 0.646 237.415zM517.439 619.312l-204.671-118.352 204.671-117.696 205.313 117.696zM92.872 910.64h327.139c51.335 0 92.917-41.604 92.917-92.904v-44.536h418.154c51.314 0 92.918-41.615 92.918-92.907v-602.031c0-51.325-41.605-92.918-92.918-92.918h-838.208c-51.27 0-92.873 41.594-92.873 92.918v602.031c0 1.603 0.041 3.196 0.121 4.779l0.078 1.030-0.078 1.030c-0.080 1.584-0.121 3.178-0.121 4.782v125.822c0 51.299 41.603 92.904 92.872 92.904z" />
+<glyph unicode="" glyph-name="rename" d="M292.64 960h438.752v-27.918h-37c-41.803 0-72.25-12.332-91.376-37-12.592-16.125-18.875-54.875-18.875-116.292v-487.75h90.1v-64h-90.1v-109.79c0-51.834 3.261-86.083 9.813-102.709 5.030-12.584 15.595-23.374 31.709-32.459 21.647-12.082 44.562-18.114 68.73-18.114h37v-27.968h-438.752v27.968h36.249c42.292 0 72.99 12.323 92.126 36.989 12.083 16.125 18.125 54.875 18.125 116.293v109.79h-93.157v64h93.157v487.75c0 51.835-3.282 86.085-9.813 102.667-5.042 12.584-15.365 23.418-30.97 32.5-22.155 12.084-45.302 18.125-69.469 18.125h-36.249z" />
+<glyph unicode="" glyph-name="Save" d="M178.857 170.418v-103.511h664.66v103.511zM270.958 958.932h127.786v-260.744h-127.786zM5.556 960h168.819v-312.888h669.074v312.888h175.017v-1023.936h-1012.91z" />
+<glyph unicode="" glyph-name="squares" d="M928 752v-416c-0.171-56.042-41.533-102.371-95.391-110.309l-0.609-0.074v526.383c-0.114 8.79-7.21 15.886-15.989 16h-526.394c8.012 54.467 54.341 95.829 110.365 96h416.018c61.825-0.077 111.923-50.175 112-111.993v-0.007zM768 592v-416c-0.077-61.825-50.175-111.923-111.993-112h-416.007c-61.825 0.077-111.923 50.175-112 111.993v416.007c0.077 61.825 50.175 111.923 111.993 112h416.007c61.825-0.077 111.923-50.175 112-111.993v-0.007zM672 592c-0.114 8.79-7.21 15.886-15.989 16h-416.011c-8.79-0.114-15.886-7.21-16-15.989v-416.011c0.114-8.79 7.21-15.886 15.989-16h416.011c8.79 0.114 15.886 7.21 16 15.989v0.011z" />
+<glyph unicode="" glyph-name="table1" d="M0 147.354h1023.919v-129.997h-1023.919zM0 391.18h1023.919v-130.079h-1023.919zM0 635.007h1023.919v-130.079h-1023.919zM0 878.752h1023.919v-130.079h-1023.919z" />
+<glyph unicode="" glyph-name="upload1" d="M511.975 447.953l-242.846-242.843h161.146v-184.088h163.402v184.088h161.146zM646.038 924.618l311.664-313.105h-311.664zM66.25 960h514.016v-388.045h377.436v-636.099h-891.451z" />
+<glyph unicode="" glyph-name="user1" d="M784 832h-544c-61.825-0.077-111.923-50.175-112-111.993v-544.007c0.077-61.825 50.175-111.923 111.993-112h544.007c61.825 0.077 111.923 50.175 112 111.993v544.007c-0.077 61.825-50.175 111.923-111.993 112h-0.007zM384 506.039v69.961c0 70.692 57.308 128 128 128s128-57.308 128-128v0-69.961c4.573-3.984 7.447-9.818 7.447-16.322 0-2.91-0.575-5.686-1.618-8.22l0.052 0.144-11.762-35.281c-5.297-13.384-16.083-23.612-29.504-28.044l-0.337-0.096-5.269-42.156c-4.083-31.765-30.956-56.062-63.504-56.062-0.001 0-0.002 0-0.002 0h-47.004c-0.001 0-0.001 0-0.002 0-32.548 0-59.421 24.298-63.47 55.744l-0.034 0.32-5.27 42.156c-13.759 4.528-24.544 14.757-29.729 27.818l-0.113 0.323-11.762 35.281c-0.99 2.39-1.565 5.165-1.565 8.075 0 6.504 2.873 12.338 7.42 16.3l0.026 0.022zM736 176c0-8.837-7.163-16-16-16v0h-416c-8.837 0-16 7.163-16 16v0 62.68c0.001 21.603 10.705 40.706 27.098 52.295l0.201 0.135 57.17 40.016c20.522-44.54 64.704-74.939 116.007-75.125h47.024c51.327 0.185 95.509 30.585 115.704 74.332l0.328 0.793 57.17-40.016c16.594-11.724 27.298-30.827 27.298-52.43v0z" />
+<glyph unicode="" glyph-name="staff" d="M852.529 206.541c-40.953 0.285-74.344-32.751-74.586-73.619-0.285-41.010 32.708-74.331 73.589-74.616 40.981-0.285 74.373 32.609 74.629 73.619 0.256 40.868-32.708 74.331-73.632 74.616zM853.184 311.346c15.493 0 30.472-2.421 44.755-6.123l5.909-39.159c14.453-5.696 27.795-13.385 39.529-23.068l37.065 13.955c20.847-21.502 36.211-48.13 44.213-77.891l-31.042-24.777c1.153-7.405 1.908-15.094 1.837-22.784-0.086-7.832-0.897-15.379-2.136-22.784l30.743-25.204c-8.415-29.619-24.122-56.105-45.224-77.322l-36.866 14.525c-11.876-9.541-25.332-17.088-39.813-22.641l-6.436-39.017c-14.353-3.702-29.333-5.696-44.812-5.696-15.521 0.142-30.472 2.421-44.811 6.265l-5.852 39.159c-14.439 5.554-27.824 13.385-39.557 23.068l-37.065-13.955c-20.818 21.36-36.211 48.13-44.242 77.891l31.070 24.635c-1.139 7.547-1.88 15.094-1.837 22.926 0.085 7.689 0.897 15.379 2.136 22.784l-30.743 25.062c8.387 29.761 24.122 56.105 45.21 77.464l36.909-14.525c11.847 9.541 25.318 17.088 39.828 22.499l6.365 39.159c14.382 3.56 29.362 5.696 44.868 5.553zM409.028 371.574l49.657-49.694-38.586-38.587 39.825-46.143-52.696-157.924-54.289 156.107 44.44 48.528-38.046 38.019zM618.515 376.928c38.144-7.169 73.391-22.554 103.826-44.248l0.426-0.317-2.897-1.86c-63.883-43.209-105.968-116.325-105.968-199.009 0-41.386 10.521-80.353 29.028-114.37l0.909-1.579h-643.838v102.668c0 127.586 90.779 233.999 211.264 258.14l194.355-304.663zM344.453 820.627c-25.958 0.065-58.686-6.617-62.522-39.908 0 0 0-64.687-17.265-73.32l-4.285-60.371-17.266 17.252 6.459-81.938 32.358-2.176c0 0 8.634-166.017 166.052-133.689 0 0 75.464 23.726 92.699 133.689l25.901 2.176 6.459 73.32-10.776-2.173c0 0-6.491 62.544-12.949 88.412l-4.317 62.531c0 0-36.645 30.199-90.556 4.316 0 0-62.546 2.173-77.637 8.633 0 0-14.592 3.203-32.352 3.248zM418.251 942.627c73.513 0.006 124.602-38.985 124.602-38.985 94.873-75.478 43.136-204.866 43.136-204.866 21.551-12.933 19.41-23.709 19.41-23.709 0-140.181-38.819-129.388-38.819-129.388-21.583-90.57-105.648-131.53-105.648-131.53-163.908-40.977-204.867 129.371-204.867 129.371-34.503 4.316-38.819 84.095-38.819 84.095-10.809 53.91 19.409 75.477 19.409 75.477-64.718 150.938 51.737 196.216 51.737 196.216 46.692 32.612 91.352 43.315 129.859 43.318z" />
+<glyph unicode="" glyph-name="back" d="M580.895 960h273.723l-413.813-509.791 2.338-2.896 415.046-511.313h-273.736l-280.542 345.584-1.234-1.48-136.868 168.605 136.868 168.646z" />
+<glyph unicode="" glyph-name="next1" d="M165.81 960h273.728l280.547-345.583 1.234 1.48 136.87-168.604-415.080-511.292h-273.741l413.82 509.792-2.338 2.896-99.387 122.396z" />
+<glyph unicode="" glyph-name="sendemail1" d="M27.191 706.781c-25.772-241.871 124.762-457.551 339.243-483.692 130.086-15.899 254.021 41.716 338.899 143.179l-99.362 77.659 417.947 168.715-62.835-446.319-94.675 73.987c-102.159-126.221-264.94-198.635-437.993-177.524-267.144 32.56-457.349 275.497-424.787 542.664 4.313 35.279 12.355 69.116 23.562 101.329zM119.785 802.29l301.541-301.517c9.96-9.956 26.039-9.956 35.971 0l300.424 300.37c6.124-4.049 10.197-10.971 10.197-18.876v-222.443l-254.765-102.9 107.427-83.946h-452.099c-22.788 22.312-43.559 47.202-61.051 74.628v334.661c0 8.758 5.061 16.291 12.355 20.023zM154.8 854.39h569.177c-0.319-5.431-2.529-10.81-6.738-14.938l-263.022-261.552c-8.813-8.573-22.738-8.625-31.099-0.080l-262.357 260.383c-4.368 4.42-6.284 10.331-5.962 16.186z" />
+<glyph unicode="" glyph-name="exit1" d="M826.547 713.055l174.681-174.731-174.681-174.856v116.127h-324.501v117.521h324.501zM22.578 960h748.846v-322.493h-85.415v233.478h-527.32l143.325-93.695v-571.717h383.995v233.478h85.415v-322.493h-469.41v-180.559l-279.436 180.559z" />
+<glyph unicode="" glyph-name="yelp" d="M608.876 306.532c-17.282-17.426-2.668-49.128-2.668-49.128l130.090-217.218c0 0 21.36-28.64 39.864-28.64 18.59 0 36.954 15.27 36.954 15.27l102.844 147.008c0 0 10.36 18.546 10.598 34.792 0.372 23.106-34.454 29.434-34.454 29.434l-243.488 78.192c-0.002-0.004-23.858 6.328-39.74-9.71zM596.532 416.016c12.46-21.128 46.828-14.972 46.828-14.972l242.938 71.006c0 0 33.106 13.466 37.832 31.418 4.64 17.954-5.46 39.622-5.46 39.622l-116.098 136.752c0 0-10.062 17.292-30.938 19.032-23.016 1.958-37.18-25.898-37.18-25.898l-137.27-216.010c0-0.004-12.134-21.516-0.652-40.95zM481.754 500.232c28.608 7.044 33.148 48.604 33.148 48.604l-1.944 345.87c0 0-4.314 42.666-23.486 54.232-30.070 18.242-38.982 8.718-47.596 7.444l-201.696-74.944c0 0-19.754-6.536-30.042-23.018-14.69-23.352 14.928-57.544 14.928-57.544l209.644-285.756c0 0 20.69-21.396 47.044-14.888zM431.944 360.262c0.722 26.676-32.030 42.7-32.030 42.7l-216.796 109.524c0 0-32.126 13.246-47.722 4.016-11.95-7.060-22.536-19.84-23.572-31.134l-14.12-173.812c0 0-2.116-30.114 5.69-43.82 11.054-19.442 47.428-5.902 47.428-5.902l253.096 55.942c9.832 6.61 27.074 7.204 28.026 42.486zM494.88 266.458c-21.726 11.156-47.724-11.95-47.724-11.95l-169.468-186.566c0 0-21.144-28.528-15.768-46.050 5.066-16.418 13.454-24.578 25.318-30.328l170.192-53.726c0 0 20.634-4.286 36.258 0.242 22.18 6.43 18.094 41.152 18.094 41.152l3.848 252.602c-0.002-0.002-0.868 24.334-20.75 34.624z" />
+<glyph unicode="" glyph-name="key1" d="M738.8 883.463c-8.706 0-17.411-3.312-24.038-9.937-13.313-13.315-13.313-34.816 0-48.13l148.772-148.899c13.318-13.25 34.83-13.25 48.143 0.064 13.308 13.25 13.308 34.816-0.067 48.13l-148.768 148.835c-6.63 6.625-15.336 9.937-24.042 9.937zM711.352 960c26.51 0.008 53.012-10.118 73.233-30.404l177.155-177.025c40.447-40.509 40.447-106.138 0-146.523l-213.276-213.222c-40.389-40.436-106.026-40.436-146.535 0l-20.948 20.956-146.829-147.025-75.136 22.819 16.939-80.955-78.011 19.881 12.629-85.271-86.701 11.249 16.942-80.95-78.887 18.878 15.316-82.52-74.011-74.080-81.386 174.416 431.31 431.342 110.665-110.618-138.919 138.968c-40.498 40.383-40.498 106.017 0 146.523l213.17 213.157c20.255 20.253 46.773 30.396 73.283 30.404z" />
+<glyph unicode="" glyph-name="chrome" d="M258.278 513.458l-146.532 253.802c93.818 117.464 238.234 192.74 400.254 192.74 187.432 0 351.31-100.736 440.532-251h-417.77c-7.504 0.65-15.092 1-22.762 1-121.874 0-224.578-83.644-253.722-196.542zM695.306 635h293.46c22.74-57.93 35.234-121.004 35.234-187 0-280.826-226.1-508.804-506.186-511.926l209.394 362.678c29.48 42.378 46.792 93.826 46.792 149.248 0 73.17-30.164 139.42-78.694 187zM326 448c0 102.56 83.44 186 186 186s186-83.44 186-186c0-102.56-83.44-186-186-186s-186 83.44-186 186zM582.182 195.558l-146.578-253.878c-246.532 36.884-435.604 249.516-435.604 506.32 0 91.218 23.884 176.846 65.696 251.024l209.030-362.054c41.868-89.112 132.476-150.97 237.274-150.97 24.3 0 47.836 3.34 70.182 9.558z" />
+<glyph unicode="" glyph-name="firefox" d="M1022.526 625.86l-11.86-76.080c0 0-16.954 140.856-37.732 193.514-31.846 80.688-46.014 80.040-46.108 79.922 21.33-54.204 17.462-83.324 17.462-83.324s-37.792 102.998-137.712 135.768c-110.686 36.282-170.57 26.364-177.488 24.486-1.050 0.008-2.064 0.010-3.030 0.010 0.818-0.062 1.612-0.146 2.426-0.212-0.034-0.020-0.090-0.042-0.082-0.052 0.45-0.548 122.306-21.302 143.916-50.996 0 0-51.76 0-103.272-14.842-2.328-0.666 189.524-23.964 228.746-215.674 0 0-21.030 43.876-47.040 51.328 17.106-52.036 12.714-150.776-3.576-199.85-2.096-6.312-4.24 27.282-36.328 41.75 10.28-73.646-0.616-190.456-51.708-222.632-3.982-2.504 32.030 115.31 7.242 69.762-142.708-218.802-311.404-100.972-387.248-49.11 38.866-8.462 112.654 1.318 145.314 25.612 0.042 0.030 0.078 0.056 0.118 0.086 35.468 24.252 56.472 41.964 75.334 37.772 18.874-4.214 31.438 14.726 16.78 31.53-14.676 16.838-50.314 39.978-98.524 27.366-34-8.904-76.134-46.522-140.448-8.432-49.364 29.25-54.012 53.546-54.45 70.376 1.218 5.966 2.754 11.536 4.576 16.624 5.682 15.87 22.912 20.658 32.494 24.438 16.256-2.792 30.262-7.862 44.968-15.406 0.19 4.894 0.252 11.39-0.018 18.76 1.41 2.802 0.538 11.252-1.722 21.58-1.302 10.308-3.42 20.974-6.752 30.692 0.012 0.002 0.020 0.010 0.030 0.014 0.056 0.018 0.108 0.040 0.156 0.070 0.078 0.044 0.146 0.112 0.208 0.19 0.012 0.020 0.030 0.034 0.044 0.052 0.082 0.124 0.154 0.272 0.198 0.466 1.020 4.618 12.022 13.524 25.718 23.1 12.272 8.58 26.702 17.696 38.068 24.752 10.060 6.248 17.72 10.882 19.346 12.098 0.618 0.466 1.358 1.012 2.164 1.636 0.15 0.116 0.3 0.232 0.454 0.354 0.094 0.074 0.19 0.148 0.286 0.226 5.41 4.308 13.484 12.448 15.178 29.578 0.004 0.042 0.010 0.080 0.012 0.122 0.050 0.504 0.092 1.014 0.13 1.534 0.028 0.362 0.050 0.726 0.072 1.096 0.014 0.284 0.032 0.566 0.044 0.856 0.030 0.674 0.050 1.364 0.060 2.064 0 0.040 0.002 0.076 0.004 0.116 0.022 1.658-0.006 3.386-0.104 5.202-0.054 1.014-0.126 1.93-0.298 2.762-0.008 0.044-0.018 0.092-0.028 0.136-0.018 0.082-0.036 0.164-0.058 0.244-0.036 0.146-0.076 0.292-0.122 0.43-0.006 0.018-0.010 0.032-0.016 0.046-0.052 0.16-0.112 0.314-0.174 0.464-0.004 0.006-0.004 0.010-0.006 0.016-1.754 4.108-8.32 5.658-35.442 6.118-0.026 0.002-0.050 0.002-0.076 0.002v0c-11.066 0.188-25.538 0.194-44.502 0.118-33.25-0.134-51.628 32.504-57.494 45.132 8.040 44.46 31.276 76.142 69.45 97.626 0.722 0.406 0.58 0.742-0.274 0.978 7.464 4.514-90.246 0.124-135.186-57.036-39.888 9.914-74.654 9.246-104.616 2.214-5.754 0.162-12.924 0.88-21.434 2.652-19.924 18.056-48.448 51.402-49.976 91.208 0 0-0.092-0.072-0.252-0.204-0.020 0.382-0.056 0.76-0.072 1.142 0 0-60.716-46.664-51.628-173.882-0.022-2.036-0.064-3.986-0.12-5.874-16.432-22.288-24.586-41.020-25.192-45.156-14.56-29.644-29.334-74.254-41.356-141.98 0 0 8.408 26.666 25.284 56.866-12.412-38.022-22.164-97.156-16.436-185.856 0 0 1.514 19.666 6.874 47.994 4.186-55.010 22.518-122.924 68.858-202.788 88.948-153.32 225.67-230.74 376.792-242.616 26.836-2.212 54.050-2.264 81.424-0.186 2.516 0.178 5.032 0.364 7.55 0.574 30.964 2.174 62.134 6.852 93.238 14.366 425.172 102.798 378.942 616.198 378.942 616.198z" />
+<glyph unicode="" glyph-name="duplicate" d="M10.24 553.574v-396.186h104.448v54.497h-52.224v685.67h685.67v-52.224h54.477v104.448h-792.371v-396.206zM168.038 790.374c-0.686-1.587-0.911-191.846-0.686-422.973l0.686-420.024 845.722-1.137-0.451 422.748-0.686 422.973-421.837 0.676c-336.251 0.461-422.072 0.010-422.748-2.263zM959.273 369.674v-368.937h-737.884v737.874h737.874v-368.937zM538.563 580.588c-0.911-0.911-1.587-36.782-1.587-79.688v-77.875l-78.787-0.451-79.012-0.686v-104.448l78.787-0.686 79.012-0.451 0.451-79.012 0.686-78.787 52.9-0.686 52.675-0.451v158.925h158.925l-0.451 52.9-0.686 52.675-78.787 0.686-79.012 0.451-0.451 79.012-0.686 78.787-51.313 0.676c-28.14 0.246-51.753-0.205-52.664-0.891z" />
+<glyph unicode="" glyph-name="edge" d="M15.4 505.4c30 236.8 191.6 451.6 481.2 454.6 174.8-3.4 318.6-82.6 404.2-233.6 43-78.8 56.4-161.6 59.2-253v-107.4h-642.6c3-265 390-256 556.6-139.2v-215.8c-97.6-58.6-319-111-490.4-43.6-146 54.8-250 207.6-249.4 354.6-4.8 190.6 94.8 316.8 249.4 388.6-32.8-40.6-57.8-85.4-70.8-163h362.8c0 0 21.2 216.8-205.4 216.8-213.6-7.4-367.6-131.6-454.8-259v0z" />
+<glyph unicode="" glyph-name="safari" d="M512 960c-282.8 0-512-229.2-512-512s229.2-512 512-512 512 229.2 512 512-229.2 512-512 512zM958.4 487.2l-1 10.6c0.2-3.6 0.6-7 1-10.6zM888.4 691.2l-7.2 10.8c2.4-3.6 4.8-7.2 7.2-10.8zM860.6 729.4l-4.4 5.4c1.6-1.8 3-3.6 4.4-5.4zM798.6 792.4l-5.4 4.4c2-1.6 3.6-3 5.4-4.4zM766 817.2l-10.8 7.2c3.6-2.4 7.2-4.8 10.8-7.2zM561.8 893.2l-10.8 1c3.6-0.2 7.2-0.6 10.8-1zM472.8 894.4l-10.8-1c3.6 0.2 7.2 0.6 10.8 1zM268.8 824.4l-10.8-7.2c3.6 2.4 7.2 4.8 10.8 7.2zM230.6 796.6l-5.2-4.2c1.8 1.4 3.4 2.8 5.2 4.2zM167.6 734.6l-4.4-5.4c1.6 1.8 3 3.6 4.4 5.4zM142.8 702l-7.2-10.8c2.4 3.6 4.8 7.2 7.2 10.8zM66.8 497.8l-1-10.8c0.2 3.6 0.6 7.2 1 10.8zM65.6 408.8l1-10.8c-0.2 3.6-0.6 7.2-1 10.8zM135.6 205l7.2-10.8c-2.4 3.4-4.8 7-7.2 10.8zM144 192.4l79.8 53.4-8.8 13.4-79.8-53.4c-36.2 56.2-60 120.8-68 190.4l47.8 4.8-1.6 16-47.8-4.8c-0.8 9.2-1.2 18.6-1.4 28h96v16h-96c0.2 9.4 0.6 18.6 1.4 28l47.8-4.6 1.6 16-47.8 4.6c8 69.6 32 134.2 68.2 190.4l79.8-53.4 8.8 13.4-80 53c5.4 7.6 10.8 15.2 16.6 22.4l37-30.4 10.2 12.4-37 30.4c6 7.2 12.4 14 18.8 20.8l67.8-67.8 11.4 11.4-67.8 67.8c6.8 6.4 13.6 12.8 20.6 18.8l30.4-37.2 12.4 10.2-30.4 37c7.4 5.8 14.8 11.4 22.4 16.8l53.4-79.8 13.4 8.8-53.4 79.8c56.2 36.2 120.8 60 190.4 68l4.8-47.8 16 1.6-4.8 47.8c9.2 0.8 18.6 1.2 28 1.4v-96h16v96c9.4-0.2 18.6-0.6 28-1.4l-4.6-47.8 16-1.6 4.6 47.8c69.6-8 134.2-32 190.4-68.2l-53.4-79.8 13.4-8.8 53.4 79.8c7.6-5.4 15.2-10.8 22.4-16.6l-30.4-37 12.4-10.2 30.4 37c7.2-6 14-12.4 20.8-18.8l-25.6-25-350-233.4-233.4-350-25-25c-6.4 6.8-12.8 13.6-18.8 20.6l37 30.4-10.2 12.4-37-30.4c-5.8 7.2-11.2 14.8-16.6 22.4zM167.6 161.4c-1.4 1.8-2.8 3.4-4.2 5.2l4.2-5.2zM225.4 103.6l5.2-4.2c-1.8 1.4-3.4 2.8-5.2 4.2zM258 79l10.8-7.2c-3.6 2.2-7.2 4.6-10.8 7.2zM462.2 2.8l10.8-1c-3.6 0.2-7.2 0.6-10.8 1zM551.2 1.6l10.6 1c-3.6-0.2-7-0.6-10.6-1zM755.2 71.6l10.8 7.2c-3.6-2.4-7.2-4.8-10.8-7.2zM793.4 99.4l5.4 4.4c-1.8-1.6-3.6-3-5.4-4.4zM828.4 130.8l0.8 0.8c-0.2-0.2-0.6-0.6-0.8-0.8zM856.4 161.4l4.4 5.4c-1.6-1.8-3-3.6-4.4-5.4zM863.4 170l-37 30.4-10.2-12.4 37-30.4c-6-7.2-12.4-14-18.8-20.8l-67.8 67.8-11.4-11.4 67.8-67.8c-6.8-6.4-13.6-12.8-20.6-18.8l-30.4 37.2-12.4-10.2 30.4-37c-7.4-5.8-14.8-11.4-22.4-16.8l-53.4 79.8-13.4-8.8 53.4-79.8c-56.2-36.2-120.8-60-190.4-68l-4.8 47.8-16-1.6 4.8-47.8c-9.2-0.8-18.6-1.2-28-1.4v96h-16v-96c-9.4 0.2-18.6 0.6-28 1.4l4.6 47.8-16 1.6-4.6-47.8c-69.6 8-134.2 32-190.4 68.2l53.4 79.8-13.4 8.8-53-79.8c-7.6 5.4-15.2 10.8-22.4 16.6l30.4 37-12.4 10.2-30.4-37c-7.2 6-14 12.4-20.8 18.8l25.2 25 350 233.4 233.4 350 25 25c6.4-6.8 12.8-13.6 18.8-20.6l-37-30.4 10.2-12.4 37 30.4c5.8-7.4 11.4-14.8 16.8-22.4l-79.8-53.4 8.8-13.4 79.8 53.4c36.2-56.2 60-120.8 68-190.4l-47.8-4.8 1.6-16 47.8 4.8c0.8-9.2 1.2-18.6 1.4-28h-96v-16h96c-0.2-9.4-0.6-18.6-1.4-28l-47.8 4.6-1.6-16 47.8-4.6c-8-69.6-32-134.2-68.2-190.4l-79.8 53.4-8.8-13.4 79.8-53.4c-5.2-7.2-10.8-14.6-16.6-22zM958.4 409c-0.4-3.6-0.6-7.2-1-10.8l1 10.8zM888.4 204.8c-2.4-3.6-4.8-7.2-7.2-10.8l7.2 10.8zM432.535 888.925l18.73-94.157-15.693-3.122-18.73 94.157 15.693 3.122zM591.656 7.050l-18.73 94.157 15.693 3.122 18.73-94.157-15.693-3.122zM389.628 879.11l13.939-45.931-15.31-4.646-13.939 45.931 15.31 4.646zM634.434 17.113l-13.939 45.931 15.31 4.646 13.939-45.931-15.31-4.646zM348.014 864.901l36.739-88.694-14.782-6.123-36.739 88.694 14.782 6.123zM676.123 31.035l-36.739 88.694 14.782 6.123 36.739-88.694-14.782-6.123zM293.62 839.341l14.11 7.544 22.632-42.331-14.11-7.544-22.632 42.331zM730.101 56.711l-14.11-7.544-22.632 42.331 14.11 7.544 22.632-42.331zM120.601 666.174l42.336-22.622-7.541-14.112-42.336 22.622 7.541 14.112zM903.244 229.805l-42.336 22.622 7.541 14.112 42.336-22.622-7.541-14.112zM183.811 575.377l-88.694 36.739 6.123 14.782 88.694-36.739-6.123-14.782zM840.32 320.699l88.694-36.739-6.123-14.782-88.694 36.739 6.123 14.782zM85.543 585.613l45.936-13.93-4.643-15.312-45.936 13.93 4.643 15.312zM938.308 310.333l-45.936 13.93 4.643 15.312 45.936-13.93-4.643-15.312zM74.069 543.218l94.157-18.73-3.122-15.693-94.157 18.73 3.122 15.693zM949.741 352.757l-94.157 18.73 3.122 15.693 94.157-18.73-3.122-15.693zM70.965 368.452l94.157 18.73 3.122-15.693-94.157-18.73-3.122 15.693zM952.842 527.573l-94.157-18.73-3.122 15.693 94.157 18.73 3.122-15.693zM80.974 325.486l45.931 13.939 4.646-15.31-45.931-13.939-4.646 15.31zM942.969 570.293l-45.931-13.939-4.646 15.31 45.931 13.939 4.646-15.31zM101.142 269.088l-6.123 14.782 88.694 36.739 6.123-14.782-88.694-36.739zM922.794 626.769l6.122-14.782-88.694-36.73-6.122 14.782 88.694 36.73zM120.824 229.733l-7.544 14.11 42.331 22.632 7.544-14.11-42.331-22.632zM903.455 666.215l7.544-14.11-42.331-22.632-7.544 14.11 42.331 22.632zM307.878 49.154l-14.11 7.542 22.627 42.331 14.11-7.542-22.627-42.331zM716.073 846.926l14.112-7.541-22.622-42.336-14.112 7.541 22.622 42.336zM333.267 37.201l36.739 88.694 14.782-6.123-36.739-88.694-14.782 6.123zM690.884 858.89l-36.739-88.694-14.782 6.123 36.739 88.694 14.782-6.123zM389.634 16.972l-15.31 4.645 13.934 45.931 15.31-4.645-13.934-45.931zM634.349 879.118l15.312-4.642-13.925-45.936-15.312 4.642 13.925 45.936zM432.472 7.161l-15.693 3.122 18.73 94.157 15.693-3.122-18.73-94.157zM591.536 889.031l15.693-3.122-18.73-94.157-15.693 3.122 18.73 94.157z" />
+<glyph unicode="" glyph-name="opera" d="M1024 448v0 0c0-151.6-66-288-170.8-381.6-131.4-64-253.8-19.2-294.2 8.8 129 28.2 226.4 184.2 226.4 372.8s-97.4 344.6-226.4 373c40.6 28 163 72.8 294.2 8.8 104.8-93.8 170.8-230.2 170.8-381.8v0 0zM343.4 736.6c-56.6-66.8-93.2-165.6-95.6-276.6 0-0.2 0-23.8 0-24.2 2.4-110.8 39.2-209.6 95.8-276.4 73.4-95.4 182.6-155.8 304.6-155.8 75 0 145.2 22.8 205.2 62.6-90.8-81-210.4-130.2-341.4-130.2-8.2 0-16.4 0.2-24.4 0.6-271.4 12.8-487.6 236.8-487.6 511.4 0 282.8 229.2 512 512 512 0.6 0 1.2 0 2 0 130.4-0.4 249.2-49.6 339.4-130.4-60 39.8-130.2 62.8-205.2 62.8-122 0-231.2-60.4-304.8-155.8z" />
+<glyph unicode="" glyph-name="file-pdf" d="M842.012 370.52c-13.648 13.446-43.914 20.566-89.972 21.172-31.178 0.344-68.702-2.402-108.17-7.928-17.674 10.198-35.892 21.294-50.188 34.658-38.462 35.916-70.568 85.772-90.576 140.594 1.304 5.12 2.414 9.62 3.448 14.212 0 0 21.666 123.060 15.932 164.666-0.792 5.706-1.276 7.362-2.808 11.796l-1.882 4.834c-5.894 13.592-17.448 27.994-35.564 27.208l-10.916 0.344c-20.202 0-36.664-10.332-40.986-25.774-13.138-48.434 0.418-120.892 24.98-214.738l-6.288-15.286c-17.588-42.876-39.63-86.060-59.078-124.158l-2.528-4.954c-20.46-40.040-39.026-74.028-55.856-102.822l-17.376-9.188c-1.264-0.668-31.044-16.418-38.028-20.644-59.256-35.38-98.524-75.542-105.038-107.416-2.072-10.17-0.53-23.186 10.014-29.212l16.806-8.458c7.292-3.652 14.978-5.502 22.854-5.502 42.206 0 91.202 52.572 158.698 170.366 77.93 25.37 166.652 46.458 244.412 58.090 59.258-33.368 132.142-56.544 178.142-56.544 8.168 0 15.212 0.78 20.932 2.294 8.822 2.336 16.258 7.368 20.792 14.194 8.926 13.432 10.734 31.932 8.312 50.876-0.72 5.622-5.21 12.574-10.068 17.32zM211.646 145.952c7.698 21.042 38.16 62.644 83.206 99.556 2.832 2.296 9.808 8.832 16.194 14.902-47.104-75.124-78.648-105.066-99.4-114.458zM478.434 760.314c13.566 0 21.284-34.194 21.924-66.254s-6.858-54.56-16.158-71.208c-7.702 24.648-11.426 63.5-11.426 88.904 0 0-0.566 48.558 5.66 48.558v0zM398.852 322.506c9.45 16.916 19.282 34.756 29.33 53.678 24.492 46.316 39.958 82.556 51.478 112.346 22.91-41.684 51.444-77.12 84.984-105.512 4.186-3.542 8.62-7.102 13.276-10.65-68.21-13.496-127.164-29.91-179.068-49.862v0zM828.902 326.348c-4.152-2.598-16.052-4.1-23.708-4.1-24.708 0-55.272 11.294-98.126 29.666 16.468 1.218 31.562 1.838 45.102 1.838 24.782 0 32.12 0.108 56.35-6.072 24.228-6.18 24.538-18.734 20.382-21.332v0zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="paste1" d="M605.659 64.886h204.831v-28.466h-204.831zM605.659 156.302h204.831v-28.481h-204.831zM550.693 412.216c-5.984 0-10.938-4.925-10.938-10.968v-410.451c0-6.055 4.955-10.969 10.938-10.969h307.123c6.043 0 10.967 4.913 10.967 10.969v266.799l-81.768 0.329c-69.89-5.489-71.762 57.844-71.762 57.844v96.447zM550.69 456.091h184.737l39.994-42.204h0.562l96.757-102.552 0.057-0.204 39.816-42.017v-278.318c0-30.288-24.536-54.812-54.81-54.812h-307.112c-30.276 0-54.81 24.524-54.81 54.812v410.453c0 30.265 24.534 54.842 54.81 54.842zM473.656 917.935c-30.071 0-54.464-23.086-54.464-51.573 0-28.453 24.394-51.569 54.464-51.569 30.074 0 54.464 23.116 54.464 51.569 0 28.487-24.39 51.573-54.464 51.573zM473.656 960c52.904 0 96.089-39.324 98.736-88.812l0.128-4.816h83.897v-29.951h179.521v-404.837l-76.399 80.603h-3.089v225.206h-100.033v-100.188h-365.509v100.188h-100.049v-694.723h248.938v-51.875c0-7.646 0.777-15.114 2.256-22.328l0.886-3.83h-331.552v871.785h179.521v29.951h83.882l0.129 4.816c2.647 49.488 45.833 88.812 98.736 88.812z" />
+<glyph unicode="" glyph-name="file-word" d="M639.778 484.108h44.21l-51.012-226.178-66.324 318.010h-106.55l-77.114-318.010-57.816 318.010h-111.394l113.092-511.88h108.838l76.294 302.708 68.256-302.708h100.336l129.628 511.88h-170.446v-91.832zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="file-excel" d="M743.028 576h-135.292l-95.732-141.032-95.742 141.032h-135.29l162.162-242.464-182.972-269.536h251.838v91.576h-50.156l50.156 74.994 111.396-166.57h140.444l-182.976 269.536 162.164 242.464zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" />
+<glyph unicode="" glyph-name="copy1" d="M614.832 590.144v-132.453c0 0-2.565-87.003-98.572-79.45l-112.324-0.455v-366.468c0-8.312 6.771-15.062 15.082-15.062h421.761c8.278 0 15.061 6.75 15.061 15.062v563.764c0 8.289-6.782 15.062-15.061 15.062zM436.672 886.928v-160.666c0 0-3.093-105.514-119.549-96.373l-136.227-0.54v-444.483c0-10.086 8.22-18.258 18.305-18.258h144.511v226.987l54.706 57.72 0.080 0.29 132.935 140.843h0.746l54.925 57.952h141.888v218.278c0 10.031-8.205 18.25-18.259 18.25zM403.040 960h307.691c50.448 0 91.366-40.914 91.366-91.32v-218.28h38.685c41.603 0 75.331-33.742 75.331-75.313v-563.775c0-41.61-33.728-75.312-75.331-75.312h-421.76c-41.593 0-75.309 33.703-75.309 75.312v82.224h-144.516c-50.46 0-91.356 40.875-91.356 91.335v463.677l66.357 70.010 0.095 0.341 161.216 170.811h0.911z" />
+<glyph unicode="" glyph-name="replace" d="M202.716 688.95l202.812-202.848h-127.928v-257.484h236.225v-137.025h-373.306v394.509h-140.518zM474.506 804.216h412.622v-378.822h137.016l-202.713-202.789-202.809 202.789h131.457v241.798h-275.572z" />
+<glyph unicode="" glyph-name="week" d="M528.871 122.241c-5.104 0-9.357-4.98-9.357-11.12v-101.089c0-6.14 4.253-11.12 9.357-11.12h95.404c5.245 0 9.497 4.98 9.497 11.12v101.089c0 6.14-4.252 11.12-9.497 11.12zM404.547 122.241c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.12 9.499-11.12h95.404c5.103 0 9.357 4.98 9.357 11.12v101.089c0 6.14-4.255 11.12-9.357 11.12zM280.080 122.241c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.12 9.499-11.12h95.404c5.245 0 9.499 4.98 9.499 11.12v101.089c0 6.14-4.253 11.12-9.499 11.12zM155.614 122.241c-5.103 0-9.355-4.98-9.355-11.12v-101.089c0-6.14 4.252-11.12 9.355-11.12h95.405c5.247 0 9.499 4.98 9.499 11.12v101.089c0 6.14-4.252 11.12-9.499 11.12zM777.801 258.021c-5.245 0-9.497-4.98-9.497-11.12v-101.089c0-6.14 4.252-11.121 9.497-11.121h95.404c5.245 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.253 11.12-9.499 11.12zM653.335 258.021c-5.245 0-9.497-4.98-9.497-11.12v-101.089c0-6.14 4.252-11.121 9.497-11.121h95.407c5.245 0 9.496 4.981 9.496 11.121v101.089c0 6.14-4.251 11.12-9.496 11.12zM528.871 258.021c-5.104 0-9.357-4.98-9.357-11.12v-101.089c0-6.14 4.253-11.121 9.357-11.121h95.404c5.245 0 9.497 4.981 9.497 11.121v101.089c0 6.14-4.252 11.12-9.497 11.12zM404.547 258.021c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.121 9.499-11.121h95.404c5.103 0 9.357 4.981 9.357 11.121v101.089c0 6.14-4.255 11.12-9.357 11.12zM280.080 258.021c-5.245 0-9.499-4.98-9.499-11.12v-101.089c0-6.14 4.253-11.121 9.499-11.121h95.404c5.245 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.253 11.12-9.499 11.12zM155.614 258.021c-5.103 0-9.355-4.98-9.355-11.12v-101.089c0-6.14 4.252-11.121 9.355-11.121h95.405c5.247 0 9.499 4.981 9.499 11.121v101.089c0 6.14-4.252 11.12-9.499 11.12zM777.801 393.972c-5.245 0-9.497-4.981-9.497-10.959v-101.252c0-6.144 4.252-11.124 9.497-11.124h95.404c5.245 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.253 10.959-9.499 10.959zM653.335 393.972c-5.245 0-9.497-4.981-9.497-10.959v-101.252c0-6.144 4.252-11.124 9.497-11.124h95.407c5.245 0 9.496 4.98 9.496 11.124v101.252c0 5.977-4.251 10.959-9.496 10.959zM528.871 393.972c-5.104 0-9.357-4.981-9.357-10.959v-101.252c0-6.144 4.253-11.124 9.357-11.124h95.404c5.245 0 9.497 4.98 9.497 11.124v101.252c0 5.977-4.252 10.959-9.497 10.959zM404.547 393.972c-5.245 0-9.499-4.981-9.499-10.959v-101.252c0-6.144 4.253-11.124 9.499-11.124h95.404c5.103 0 9.357 4.98 9.357 11.124v101.252c0 5.977-4.255 10.959-9.357 10.959zM280.080 393.972c-5.245 0-9.499-4.981-9.499-10.959v-101.252c0-6.144 4.253-11.124 9.499-11.124h95.404c5.245 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.253 10.959-9.499 10.959zM155.614 393.972c-5.103 0-9.355-4.981-9.355-10.959v-101.252c0-6.144 4.252-11.124 9.355-11.124h95.405c5.247 0 9.499 4.98 9.499 11.124v101.252c0 5.977-4.252 10.959-9.499 10.959zM777.801 527.093c-5.245 0-9.497-4.977-9.497-11.12v-101.252c0-5.979 4.252-10.959 9.497-10.959h95.404c5.245 0 9.499 4.98 9.499 10.959v101.252c0 6.143-4.253 11.12-9.499 11.12zM653.335 527.093c-5.245 0-9.497-4.977-9.497-11.12v-101.252c0-5.979 4.252-10.959 9.497-10.959h95.407c5.245 0 9.496 4.98 9.496 10.959v101.252c0 6.143-4.251 11.12-9.496 11.12zM528.871 527.093c-5.104 0-9.357-4.977-9.357-11.12v-101.252c0-5.979 4.253-10.959 9.357-10.959h95.404c5.245 0 9.497 4.98 9.497 10.959v101.252c0 6.143-4.252 11.12-9.497 11.12zM404.547 527.093c-5.245 0-9.499-4.977-9.499-11.12v-101.252c0-5.979 4.253-10.959 9.499-10.959h95.404c5.103 0 9.357 4.98 9.357 10.959v101.252c0 6.143-4.255 11.12-9.357 11.12zM103.731 908.379v-308.082h804.773v308.082zM67.865 960h888.271c5.245 0 9.497-4.981 9.497-11.12v-975.365c0-6.144-1.701-15.603-3.828-21.248l-9.496-11.619c-4.68-2.492-12.76-4.648-18.004-4.648h-844.608c-5.247 0-13.326 2.156-18.004 4.648l-9.64 11.619c-1.985 5.645-3.686 15.104-3.686 21.248v975.365c0 6.14 4.254 11.12 9.499 11.12z" />
+<glyph unicode="" glyph-name="baggage" d="M733.725 664.051v-522.022h122.802v522.022zM170.739 664.051v-522.022h122.77v522.022zM438.264 769.338l-22.849-67.612h194.723l-24.368 67.612zM415.655 791.666h192.707l51.857-89.94h232.036c72.769 0 131.762-54.978 131.762-122.813v-351.734c0-67.85-58.993-122.843-131.762-122.843h-760.493c-72.753 0-131.763 54.993-131.763 122.843v351.734c0 67.835 59.009 122.813 131.763 122.813h232.036z" />
+<glyph unicode="" glyph-name="trash" d="M191.166 630.621h136.774v-577.939h105.019v577.939h157.78v-577.939h105.083v577.939h136.772v-694.765h-641.428zM126.98 847.182h769.8v-99.472h-769.8zM335.572 960h352.663v-90.878h-352.663z" />
+<glyph unicode="" glyph-name="erase" d="M88.57 4.16h886.236c18.731 0 34.042-15.353 34.042-34.060 0-18.79-15.311-34.1-34.042-34.1h-886.236c-18.729 0-34.042 15.31-34.042 34.1 0 18.707 15.313 34.060 34.042 34.060zM331.535 590.147l-248.272-249.935 157.96-161.957c13.749-13.833 48.813-37.771 68.188-37.771h104.73c19.416 0 46.979 23.937 60.73 37.771l131.647 136.812zM629.682 960c17.438 0 34.877-7.814 48.146-21.084l278.586-279.645c26.499-26.457 26.499-72.207 0-98.729l-425.897-430.494c-26.523-26.605-78.815-57.729-116.377-57.729h-104.73c-37.459 0-89.815 31.125-116.375 57.729l-157.96 167.29c-26.5 26.499-26.5 69.935 0 96.332l546.42 546.452c13.166 13.293 30.711 19.877 48.187 19.877z" />
+<glyph unicode="" glyph-name="usertime" d="M557.61 283.76c0 0 234.191-55.807 256.508-278.821h-814.117c0 0 66.954 245.319 267.693 267.648l54.36-232.801 39.942 0.321 45.427 119.165-42.397 73.563h84.77l-40.646-75.446 51.832-116.487 31.151 0.25zM721.151 752.498c3.881 0.061 7.808-1.164 11.085-3.756l86.55-69.216c0.927-0.749 1.758-1.573 2.49-2.458l1.384-2.053 0.604-0.177c3.044-1.077 5.694-2.969 7.708-5.437 2.408-2.972 3.834-6.662 3.883-10.763l0.775-110.79c0.044-9.547-7.646-17.359-17.196-17.446-9.534-0.042-17.332 7.639-17.418 17.206l-0.771 102.937-0.623 0.275c-0.864 0.474-1.701 1.029-2.502 1.669l-86.513 69.196c-7.448 5.987-8.658 16.859-2.723 24.365 3.363 4.163 8.277 6.368 13.267 6.447zM401.426 759.683c33.843 0 65.776-7.706 94.582-21.095-8.652-26.989-13.395-55.697-13.395-85.511 0-93.086 45.61-175.496 115.472-226.751-38.319-69.217-111.983-116.086-196.66-116.086-124.119 0-224.722 100.616-224.722 224.733 0 124.113 100.603 224.711 224.722 224.711zM786.072 821.774c-92.958 0-168.706-75.661-168.706-168.701 0-93.019 75.748-168.723 168.706-168.723 93.042 0 168.708 75.705 168.708 168.723 0 93.040-75.666 168.701-168.708 168.701zM786.072 891.011c131.44 0 237.961-106.559 237.961-237.939 0-131.359-106.521-237.917-237.961-237.917-131.347 0-237.911 106.558-237.911 237.917 0 131.38 106.564 237.939 237.911 237.939z" />
+<glyph unicode="" glyph-name="helpfile" d="M725.568 64.96c17.92 0 33.024-6.208 45.248-18.56 12.256-12.32 18.368-27.584 18.368-45.664 0-20.128-6.4-35.968-19.2-47.456s-27.616-17.248-44.384-17.248c-17.408 0-32.576 5.696-45.504 17.024-12.96 11.392-19.424 27.232-19.424 47.68 0 18.080 6.24 33.344 18.784 45.664s27.904 18.56 46.144 18.56zM735.808 588.992c41.28 0 77.728-7.68 109.344-23.040 31.584-15.456 56-36.32 73.184-62.784 17.248-26.464 25.888-55.232 25.888-86.24 0-24.48-4.896-45.92-14.72-64.288s-21.504-34.304-35.008-47.648c-13.536-13.408-37.824-35.936-72.832-67.52-9.696-8.864-17.44-16.736-23.296-23.488s-10.176-12.928-13.024-18.528c-2.816-5.632-5.024-11.2-6.592-16.832s-3.936-15.456-7.040-29.536c-5.408-29.888-22.368-44.864-50.816-44.864-14.784 0-27.264 4.896-37.376 14.688s-15.136 24.288-15.136 43.552c0 24.16 3.648 45.088 11.104 62.752s17.216 33.184 29.472 46.56c12.256 13.408 28.768 29.248 49.536 47.648 18.24 16.128 31.392 28.224 39.52 36.448s14.944 17.312 20.48 27.424c5.6 10.016 8.352 20.96 8.352 32.736 0 23.008-8.48 42.4-25.44 58.24-16.928 15.808-38.784 23.744-65.504 23.744-31.328 0-54.4-8-69.216-23.968s-27.36-39.456-37.568-70.496c-9.696-32.544-28.064-48.8-55.168-48.8-15.904 0-29.344 5.728-40.288 17.056s-16.448 23.648-16.448 36.864c0 27.328 8.672 54.976 26.048 83.040 17.344 28.032 42.688 51.232 76 69.632s72.192 27.584 116.608 27.584zM389.792 960h359.008c72.672 0 131.232-57.792 133.408-129.76h0.352v-3.232l0.064-13.12-0.064-191.232h-67.232v207.264c-1.952 35.2-30.784 63.264-66.528 63.264h-334.528v-193.6c0-40.704-33.248-74.048-74.080-74.048h-193.472v-535.328c0-36.832 29.952-66.88 66.88-66.88h328.416v-66.944h-328.416c-73.888 0-133.792 60.064-133.792 133.792v558.752c0.064 1.184 0.352 2.304 0.544 3.488 0.608 2.496 0.864 3.328 1.28 4.128 1.056 2.784 1.6 4 2.144 5.024 1.28 2.336 2.24 3.84 3.2 5.248 1.92 2.592 2.816 3.68 3.712 4.832 2.592 2.976 4.064 4.576 5.696 6.272l265.536 265.504c1.632 1.632 3.2 3.104 4.8 4.384 2.528 2.176 3.552 3.040 4.64 3.776 2.88 2.080 4.288 2.88 5.408 3.648l2.496 1.248c2.432 1.152 3.264 1.504 4.096 1.792 2.432 0.832 4.416 1.28 6.368 1.504z" />
+<glyph unicode="" glyph-name="clocktime" d="M398.176 640.512v-137.6c-19.008-10.912-31.616-31.104-31.616-54.208 0-6.080 0.864-11.936 2.496-17.504l-0.096 0.448-51.52-51.52c-5.696-5.76-9.216-13.696-9.216-22.464 0-17.664 14.336-32 32-32 8.768 0 16.704 3.52 22.464 9.216v0l51.52 51.52c4.992-1.408 10.752-2.208 16.672-2.208 35.168 0 63.712 28.512 63.712 63.712 0 23.68-12.928 44.352-32.096 55.328l-0.32 0.16v137.152c0 17.664-14.336 32-32 32s-32-14.336-32-32v0zM433.92 832c199.2-2.112 361.92-155.456 378.912-350.528l0.096-1.44h67.072c8.832 0 16-7.168 16-16 0-3.392-1.056-6.56-2.88-9.152l0.032 0.064-113.472-163.904c-2.912-4.192-7.712-6.88-13.152-6.88s-10.24 2.688-13.12 6.848l-0.032 0.064-113.472 163.904c-1.792 2.528-2.848 5.696-2.848 9.12 0 8.832 7.168 16 16 16h63.584c-16.576 142.656-135.2 252.8-280.16 255.936h-0.32c-0.736 0-1.6 0-2.496 0-156.608 0-284.352-123.616-291.008-278.592l-0.032-0.608c-0.096-2.688-0.128-5.824-0.128-8.992 0-158.944 128.864-287.776 287.808-287.776 76.64 0 146.304 29.952 197.888 78.816l-0.128-0.128c5.696 5.472 13.44 8.832 21.984 8.832 10.784 0 20.32-5.376 26.048-13.568l0.064-0.096 18.304-26.464c3.52-5.12 5.6-11.424 5.6-18.208 0-9.6-4.16-18.208-10.784-24.128l-0.032-0.032c-68.032-62.624-159.2-101.024-259.328-101.024-211.776 0-383.456 171.68-383.456 383.456 0 5.664 0.128 11.296 0.352 16.896l-0.032-0.8c10.56 205.6 179.808 368.32 387.040 368.448v0z" />
+<glyph unicode="" glyph-name="table" d="M0 147.36h1023.904v-129.984h-1023.904zM0 391.168h1023.904v-130.080h-1023.904zM0 635.008h1023.904v-130.080h-1023.904zM0 878.752h1023.904v-130.080h-1023.904z" />
+<glyph unicode="" glyph-name="report" d="M60.459 960v-1024h899.627v1024h-899.627zM917.419-21.333h-814.293v938.667h814.293v-938.667zM178.517 780.672h283.349v-42.667h-283.349v42.667zM859.264 589.44h-219.776v1.493h-42.667v-1.451h-428.757v-561.024h691.2v560.981zM816.597 546.773v-89.131h-177.109v89.131h177.109zM596.779 288.085v-86.272h-386.048v86.272h386.048zM210.731 330.752v84.224h386.048v-84.224h-386.048zM639.445 288.085h177.109v-86.272h-177.109v86.272zM816.597 330.752h-177.109v84.224h177.109v-84.224zM596.779 546.773v-89.131h-386.048v89.131h386.048zM210.731 159.104h386.048v-88.021h-386.048v88.021zM639.445 71.083v88.021h177.109v-88.021h-177.109z" />
+<glyph unicode="" glyph-name="aggrement" d="M167.392 282.144h323.424c0 0 5.92-31.904 7.36-37.856h-330.752c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.64 7.008 15.68 15.68 15.68zM166.656 403.104h286.112c0.128-1.76 0.032-3.552-0.64-5.28l-12.544-32.576h-272.928c-8.672 0-15.68 7.008-15.68 15.68v6.464c0 8.672 7.008 15.68 15.68 15.68zM164.512 521.824h277.888l4-8.96c1.888-4.288 0.96-9.344-2.336-12.704l-16.16-16.16h-263.424c-8.64 0-15.68 7.008-15.68 15.68v6.496c0 8.64 7.008 15.68 15.68 15.68zM742.88 626.080c-99.616 0-180.352-80.736-180.352-180.352s80.736-180.416 180.352-180.416c99.616 0 180.384 80.8 180.384 180.416s-80.768 180.352-180.384 180.352zM164 639.36h326.816v-33.952c0-1.344-0.256-2.656-0.704-3.872h-326.112c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.672 7.008 15.68 15.68 15.68zM742.88 723.68c3.744 0 7.52-1.44 10.4-4.288l28.96-28.928c3.136-3.168 7.872-4.032 11.904-2.24l37.536 16.576c7.424 3.328 16.064-0.096 19.36-7.488l19.52-44.032c1.792-4.032 5.856-6.688 10.336-6.688h48.16c8.096 0 14.688-6.56 14.688-14.688v-40.992c0-4.448 2.752-8.416 6.88-9.984l38.272-14.784c7.584-2.912 11.36-11.456 8.448-19.008l-17.344-44.896c-1.632-4.16-0.608-8.928 2.528-12.064l34.080-34.016c5.76-5.76 5.76-15.072 0-20.832l-28.992-28.96c-3.104-3.104-4-7.84-2.208-11.904l16.576-37.472c3.296-7.456-0.064-16.128-7.488-19.424l-44-19.52c-4.064-1.792-6.72-5.888-6.72-10.336v-48.096c0-8.16-6.56-14.752-14.688-14.752h-1.664l94.592-227.36c2.048-4.896-2.944-9.792-7.808-7.616l-110.432 48.736c-3.712 1.632-8.032-0.096-9.536-3.84l-45.12-109.696c-2.048-5.056-9.152-5.056-11.264-0.064l-91.808 220.192c-0.384 0.992-0.48 2.048-0.704 3.008-1.984-0.288-3.968-0.256-5.92 0.224l-91.84-220.608c-2.080-4.992-9.216-4.992-11.232 0.032l-45.12 109.696c-1.536 3.712-5.824 5.504-9.568 3.84l-110.432-48.736c-4.864-2.144-9.856 2.72-7.808 7.616l93.44 224.576h-0.128c-8.096 0-14.688 6.592-14.688 14.752v40.96c0 4.416-2.752 8.416-6.88 9.984l-38.24 14.784c-7.616 2.912-11.36 11.424-8.448 18.976l17.312 44.96c1.6 4.16 0.576 8.864-2.56 12.032l-34.048 34.016c-5.728 5.76-5.728 15.072 0 20.832l29.056 28.992c3.104 3.136 3.968 7.904 2.176 11.904l-16.64 37.504c-3.264 7.392 0.064 16.096 7.456 19.424l44.064 19.456c4.064 1.792 6.688 5.856 6.688 10.304v48.16c0 8.128 6.592 14.688 14.688 14.688h40.992c4.384 0 8.384 2.752 9.952 6.88l14.752 38.24c2.912 7.552 11.456 11.328 19.040 8.416l44.928-17.312c4.192-1.664 8.928-0.608 12.096 2.528l34.016 34.048c2.88 2.88 6.624 4.288 10.4 4.288zM163.84 771.744h206.944c8.672 0 15.68-7.008 15.68-15.68v-6.496c0-8.672-7.008-15.68-15.68-15.68h-206.944c-8.672 0-15.68 7.008-15.68 15.68v6.496c0 8.672 7.008 15.68 15.68 15.68zM26.208 955.968h721.28c14.464 0 26.24-11.776 26.24-26.208v-178.016l-15.84 15.808c-3.936 3.936-9.152 6.112-14.72 6.112s-10.784-2.176-14.72-6.080l-22.848-22.88v122.368c0 11.456-9.344 20.8-20.832 20.8h-595.84c-11.456 0-20.768-9.312-20.768-20.8v-752.64c0-11.488 9.312-20.8 20.768-20.8h353.088l-28.352-68.16h-387.456c-14.464 0-26.208 11.776-26.208 26.24v878.080c0 14.464 11.776 26.208 26.208 26.208z" />
+<glyph unicode="" glyph-name="vacancydays" d="M440.576 617.536l60.768-30.496c17.28-621.056 391.136-651.072 391.136-651.072h-349.152c-203.36 163.936-150.208 654.496-150.208 654.496zM668.576 959.968c142.592 1.92 235.296-118.048 227.392-277.472-66.24 160.736-267.712 179.616-353.248 91.712 201.44 23.968 480.896-116.736 283.072-519.648-39.52 307.584-277.504 402.88-381.216 417.376-144.448-10.464-335.36-168.896-344.992-414.976-306.4 398.048 184.736 544.512 303.2 499.232-27.104 64.352-194.304 117.44-368.608-28.928 63.296 411.712 413.824 146.816 413.824 146.816 80.672 58.976 155.776 85.024 220.576 85.888z" />
+</font></defs></svg>
\ No newline at end of file
@font-face {
- font-family: 'pot';
- src: url('fonts/pot.eot?c2nhyy');
- src: url('fonts/pot.eot?c2nhyy#iefix') format('embedded-opentype'),
- url('fonts/pot.ttf?c2nhyy') format('truetype'),
- url('fonts/pot.woff?c2nhyy') format('woff'),
- url('fonts/pot.svg?c2nhyy#pot') format('svg');
+ font-family: 'appicons';
+ src:
+ url('fonts/appicons.ttf?6tmy7g') format('truetype'),
+ url('fonts/appicons.woff?6tmy7g') format('woff'),
+ url('fonts/appicons.svg?6tmy7g#appicons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'pot' !important;
+ font-family: 'appicons' !important;
speak: never;
font-style: normal;
font-weight: normal;
-moz-osx-font-smoothing: grayscale;
}
-.icon-table:before {
- content: "\eaec";
+.icon-credit_cards_card:before {
+ content: "\e900";
}
-.icon-report:before {
- content: "\eaed";
+.icon-home:before {
+ content: "\e901";
}
-.icon-aggrement:before {
- content: "\eaee";
+.icon-home2:before {
+ content: "\e902";
}
-.icon-vacancydays:before {
- content: "\eaef";
+.icon-home3:before {
+ content: "\e903";
}
-.icon-sendemail:before {
- content: "\ea15";
+.icon-office:before {
+ content: "\e904";
}
-.icon-excel:before {
- content: "\ea16";
+.icon-newspaper:before {
+ content: "\e905";
}
-.icon-Lock_Information:before {
- content: "\ea17";
+.icon-pencil:before {
+ content: "\e906";
}
-.icon-lock:before {
- content: "\ea18";
+.icon-pencil2:before {
+ content: "\e907";
}
-.icon-info:before {
- content: "\ea19";
+.icon-quill:before {
+ content: "\e908";
}
-.icon-info_circle:before {
- content: "\ea1a";
+.icon-pen:before {
+ content: "\e909";
}
-.icon-help:before {
- content: "\ea1b";
+.icon-blog:before {
+ content: "\e90a";
}
-.icon-helpfile:before {
- content: "\eaea";
+.icon-eyedropper:before {
+ content: "\e90b";
}
-.icon-clocktime:before {
- content: "\eaeb";
+.icon-droplet:before {
+ content: "\e90c";
}
-.icon-home:before {
- content: "\e900";
+.icon-paint-format:before {
+ content: "\e90d";
}
-.icon-file-pdf:before {
- content: "\eadf";
+.icon-image:before {
+ content: "\e90e";
}
-.icon-file-excel:before {
- content: "\eae2";
+.icon-images:before {
+ content: "\e90f";
}
-.icon-cubelight:before {
- content: "\ea87";
+.icon-camera:before {
+ content: "\e910";
}
-.icon-cube:before {
- content: "\ea88";
+.icon-headphones:before {
+ content: "\e911";
}
-.icon-bulletlist:before {
- content: "\ea89";
+.icon-music:before {
+ content: "\e912";
}
-.icon-eye-open:before {
- content: "\ea8a";
+.icon-play:before {
+ content: "\e913";
}
-.icon-eye-close:before {
- content: "\ea8b";
+.icon-film:before {
+ content: "\e914";
}
-.icon-arrowhead_down:before {
- content: "\ea8c";
+.icon-video-camera:before {
+ content: "\e915";
}
-.icon-arrowhead_up:before {
- content: "\ea8d";
+.icon-dice:before {
+ content: "\e916";
}
-.icon-sandclock:before {
- content: "\ea8e";
+.icon-pacman:before {
+ content: "\e917";
}
-.icon-sum:before {
- content: "\ea8f";
+.icon-spades:before {
+ content: "\e918";
}
-.icon-rndcheck-not:before {
- content: "\ea90";
+.icon-clubs:before {
+ content: "\e919";
}
-.icon-rndcheck-ok:before {
- content: "\ea91";
+.icon-diamonds:before {
+ content: "\e91a";
}
-.icon-clock1:before {
- content: "\ea92";
+.icon-bullhorn:before {
+ content: "\e91b";
}
-.icon-pause1:before {
- content: "\ea93";
+.icon-connection:before {
+ content: "\e91c";
}
-.icon-shop:before {
- content: "\ea94";
+.icon-podcast:before {
+ content: "\e91d";
}
-.icon-template:before {
- content: "\ea95";
+.icon-feed:before {
+ content: "\e91e";
}
-.icon-remove:before {
- content: "\ea96";
+.icon-mic:before {
+ content: "\e91f";
}
-.icon-access:before {
- content: "\ea97";
+.icon-book:before {
+ content: "\e920";
}
-.icon-address:before {
- content: "\ea98";
+.icon-books:before {
+ content: "\e921";
}
-.icon-apps:before {
- content: "\ea99";
+.icon-library:before {
+ content: "\e922";
}
-.icon-archive:before {
- content: "\ea9a";
+.icon-file-text:before {
+ content: "\e923";
}
-.icon-calendar1:before {
- content: "\ea9b";
+.icon-profile:before {
+ content: "\e924";
}
-.icon-code:before {
- content: "\ea9c";
+.icon-file-empty:before {
+ content: "\e925";
}
-.icon-coin:before {
- content: "\ea9d";
+.icon-files-empty:before {
+ content: "\e926";
}
-.icon-company:before {
- content: "\ea9e";
+.icon-file-text2:before {
+ content: "\e927";
}
-.icon-cube1:before {
- content: "\ea9f";
+.icon-file-picture:before {
+ content: "\e928";
}
-.icon-cubelight1:before {
- content: "\eaa0";
+.icon-file-music:before {
+ content: "\e929";
}
-.icon-dashboard:before {
- content: "\eaa1";
+.icon-file-play:before {
+ content: "\e92a";
}
-.icon-datarefresh:before {
- content: "\eaa2";
+.icon-file-video:before {
+ content: "\e92b";
}
-.icon-documentsave:before {
- content: "\eaa3";
+.icon-file-zip:before {
+ content: "\e92c";
}
-.icon-documents:before {
- content: "\eaa4";
+.icon-copy:before {
+ content: "\e92d";
}
-.icon-download1:before {
- content: "\eaa5";
+.icon-paste:before {
+ content: "\e92e";
}
-.icon-duplicate1:before {
- content: "\eaa6";
+.icon-stack:before {
+ content: "\e92f";
}
-.icon-edit:before {
- content: "\eaa7";
+.icon-folder:before {
+ content: "\e930";
}
-.icon-excel1:before {
- content: "\eaa8";
+.icon-folder-open:before {
+ content: "\e931";
}
-.icon-expand:before {
- content: "\eaa9";
+.icon-folder-plus:before {
+ content: "\e932";
}
-.icon-file:before {
- content: "\eaaa";
+.icon-folder-minus:before {
+ content: "\e933";
}
-.icon-Floppy:before {
- content: "\eaab";
+.icon-folder-download:before {
+ content: "\e934";
}
-.icon-folder1:before {
- content: "\eaac";
+.icon-folder-upload:before {
+ content: "\e935";
}
-.icon-folder_add:before {
- content: "\eaad";
+.icon-price-tag:before {
+ content: "\e936";
}
-.icon-folder_delete:before {
- content: "\eaae";
+.icon-price-tags:before {
+ content: "\e937";
}
-.icon-folder_find:before {
- content: "\eaaf";
+.icon-barcode:before {
+ content: "\e938";
}
-.icon-globe:before {
- content: "\eab0";
+.icon-qrcode:before {
+ content: "\e939";
}
-.icon-group:before {
- content: "\eab1";
+.icon-ticket:before {
+ content: "\e93a";
}
-.icon-home1:before {
- content: "\eab2";
+.icon-cart:before {
+ content: "\e93b";
}
-.icon-inbox:before {
- content: "\eab3";
+.icon-coin-dollar:before {
+ content: "\e93c";
}
-.icon-library1:before {
- content: "\eab4";
+.icon-coin-euro:before {
+ content: "\e93d";
}
-.icon-license:before {
- content: "\eab5";
+.icon-coin-pound:before {
+ content: "\e93e";
}
-.icon-list1:before {
- content: "\eab6";
+.icon-coin-yen:before {
+ content: "\e93f";
}
-.icon-log:before {
- content: "\eab7";
+.icon-credit-card:before {
+ content: "\e940";
}
-.icon-logout:before {
- content: "\eab8";
+.icon-calculator:before {
+ content: "\e941";
}
-.icon-menu1:before {
- content: "\eab9";
+.icon-lifebuoy:before {
+ content: "\e942";
}
-.icon-newspaper1:before {
- content: "\eaba";
+.icon-phone:before {
+ content: "\e943";
}
-.icon-numberlist:before {
- content: "\eabb";
+.icon-phone-hang-up:before {
+ content: "\e944";
}
-.icon-package:before {
- content: "\eabc";
+.icon-address-book:before {
+ content: "\e945";
}
-.icon-pay:before {
- content: "\eac3";
+.icon-envelop:before {
+ content: "\e946";
}
-.icon-pdf:before {
- content: "\eac4";
+.icon-pushpin:before {
+ content: "\e947";
}
-.icon-pdfexport:before {
- content: "\eac5";
+.icon-location:before {
+ content: "\e948";
}
-.icon-pictures:before {
- content: "\eac6";
+.icon-location2:before {
+ content: "\e949";
}
-.icon-plus1:before {
- content: "\eac7";
+.icon-compass:before {
+ content: "\e94a";
}
-.icon-untitled:before {
- content: "\eac8";
+.icon-compass2:before {
+ content: "\e94b";
}
-.icon-dataset:before {
- content: "\eac9";
+.icon-map:before {
+ content: "\e94c";
}
-.icon-check:before {
- content: "\eaca";
+.icon-map2:before {
+ content: "\e94d";
}
-.icon-projects:before {
- content: "\eacb";
+.icon-history:before {
+ content: "\e94e";
}
-.icon-rename:before {
- content: "\eacc";
+.icon-clock:before {
+ content: "\e94f";
}
-.icon-Save:before {
- content: "\eacd";
+.icon-clock2:before {
+ content: "\e950";
}
-.icon-squares:before {
- content: "\eace";
+.icon-alarm:before {
+ content: "\e951";
}
-.icon-table1:before {
- content: "\eacf";
+.icon-bell:before {
+ content: "\e952";
}
-.icon-upload1:before {
- content: "\ead0";
+.icon-stopwatch:before {
+ content: "\e953";
}
-.icon-user1:before {
- content: "\ead1";
+.icon-calendar:before {
+ content: "\e954";
}
-.icon-staff:before {
- content: "\ead2";
+.icon-printer:before {
+ content: "\e955";
}
-.icon-back:before {
- content: "\ead3";
+.icon-keyboard:before {
+ content: "\e956";
}
-.icon-next1:before {
- content: "\ead4";
+.icon-display:before {
+ content: "\e957";
}
-.icon-sendemail1:before {
- content: "\ead5";
+.icon-laptop:before {
+ content: "\e958";
}
-.icon-exit1:before {
- content: "\ead6";
+.icon-mobile:before {
+ content: "\e959";
}
-.icon-key1:before {
- content: "\ead8";
+.icon-mobile2:before {
+ content: "\e95a";
}
-.icon-duplicate:before {
- content: "\eadb";
+.icon-tablet:before {
+ content: "\e95b";
}
-.icon-paste1:before {
- content: "\eae0";
+.icon-tv:before {
+ content: "\e95c";
}
-.icon-copy1:before {
- content: "\eae3";
+.icon-drawer:before {
+ content: "\e95d";
}
-.icon-replace:before {
- content: "\eae4";
+.icon-drawer2:before {
+ content: "\e95e";
}
-.icon-week:before {
- content: "\eae5";
+.icon-box-add:before {
+ content: "\e95f";
}
-.icon-baggage:before {
- content: "\eae6";
+.icon-box-remove:before {
+ content: "\e960";
}
-.icon-trash:before {
- content: "\eae7";
+.icon-download:before {
+ content: "\e961";
}
-.icon-erase:before {
- content: "\eae8";
+.icon-upload:before {
+ content: "\e962";
}
-.icon-usertime:before {
- content: "\eae9";
+.icon-floppy-disk:before {
+ content: "\e963";
}
-.icon-home2:before {
- content: "\e901";
+.icon-drive:before {
+ content: "\e964";
}
-.icon-home3:before {
- content: "\e902";
+.icon-database:before {
+ content: "\e965";
}
-.icon-office:before {
- content: "\e903";
+.icon-undo:before {
+ content: "\e966";
}
-.icon-newspaper:before {
- content: "\e904";
+.icon-redo:before {
+ content: "\e967";
}
-.icon-pencil:before {
- content: "\e905";
+.icon-undo2:before {
+ content: "\e968";
}
-.icon-pencil2:before {
- content: "\e906";
+.icon-redo2:before {
+ content: "\e969";
}
-.icon-quill:before {
- content: "\e907";
+.icon-forward:before {
+ content: "\e96a";
}
-.icon-pen:before {
- content: "\e908";
+.icon-reply:before {
+ content: "\e96b";
}
-.icon-blog:before {
- content: "\e909";
+.icon-bubble:before {
+ content: "\e96c";
}
-.icon-eyedropper:before {
- content: "\e90a";
+.icon-bubbles:before {
+ content: "\e96d";
}
-.icon-droplet:before {
- content: "\e90b";
+.icon-bubbles2:before {
+ content: "\e96e";
}
-.icon-paint-format:before {
- content: "\e90c";
+.icon-bubble2:before {
+ content: "\e96f";
+}
+.icon-bubbles3:before {
+ content: "\e970";
}
-.icon-image:before {
- content: "\e90d";
+.icon-bubbles4:before {
+ content: "\e971";
}
-.icon-images:before {
- content: "\e90e";
+.icon-user:before {
+ content: "\e972";
}
-.icon-camera:before {
- content: "\e90f";
+.icon-users:before {
+ content: "\e973";
}
-.icon-headphones:before {
- content: "\e910";
+.icon-user-plus:before {
+ content: "\e974";
}
-.icon-music:before {
- content: "\e911";
+.icon-user-minus:before {
+ content: "\e975";
}
-.icon-play:before {
- content: "\e912";
+.icon-user-check:before {
+ content: "\e976";
}
-.icon-film:before {
- content: "\e913";
+.icon-user-tie:before {
+ content: "\e977";
}
-.icon-video-camera:before {
- content: "\e914";
+.icon-quotes-left:before {
+ content: "\e978";
}
-.icon-dice:before {
- content: "\e915";
+.icon-quotes-right:before {
+ content: "\e979";
}
-.icon-pacman:before {
- content: "\e916";
+.icon-hour-glass:before {
+ content: "\e97a";
}
-.icon-spades:before {
- content: "\e917";
+.icon-spinner:before {
+ content: "\e97b";
}
-.icon-clubs:before {
- content: "\e918";
+.icon-spinner2:before {
+ content: "\e97c";
}
-.icon-diamonds:before {
- content: "\e919";
+.icon-spinner3:before {
+ content: "\e97d";
}
-.icon-bullhorn:before {
- content: "\e91a";
+.icon-spinner4:before {
+ content: "\e97e";
}
-.icon-connection:before {
- content: "\e91b";
+.icon-spinner5:before {
+ content: "\e97f";
}
-.icon-podcast:before {
- content: "\e91c";
+.icon-spinner6:before {
+ content: "\e980";
}
-.icon-feed:before {
- content: "\e91d";
+.icon-spinner7:before {
+ content: "\e981";
}
-.icon-mic:before {
- content: "\e91e";
+.icon-spinner8:before {
+ content: "\e982";
}
-.icon-book:before {
- content: "\e91f";
+.icon-spinner9:before {
+ content: "\e983";
}
-.icon-books:before {
- content: "\e920";
+.icon-spinner10:before {
+ content: "\e984";
}
-.icon-library:before {
- content: "\e921";
+.icon-spinner11:before {
+ content: "\e985";
}
-.icon-file-text:before {
- content: "\e922";
+.icon-binoculars:before {
+ content: "\e986";
}
-.icon-profile:before {
- content: "\e923";
+.icon-search:before {
+ content: "\e987";
}
-.icon-file-empty:before {
- content: "\e924";
+.icon-zoom-in:before {
+ content: "\e988";
}
-.icon-files-empty:before {
- content: "\e925";
+.icon-zoom-out:before {
+ content: "\e989";
}
-.icon-file-text2:before {
- content: "\e926";
+.icon-enlarge:before {
+ content: "\e98a";
}
-.icon-file-picture:before {
- content: "\e927";
+.icon-shrink:before {
+ content: "\e98b";
}
-.icon-file-music:before {
- content: "\e928";
+.icon-enlarge2:before {
+ content: "\e98c";
}
-.icon-file-play:before {
- content: "\e929";
+.icon-shrink2:before {
+ content: "\e98d";
}
-.icon-file-video:before {
- content: "\e92a";
+.icon-key:before {
+ content: "\e98e";
}
-.icon-file-zip:before {
- content: "\e92b";
+.icon-key2:before {
+ content: "\e98f";
}
-.icon-copy:before {
- content: "\e92c";
+.icon-lock1:before {
+ content: "\e990";
}
-.icon-paste:before {
- content: "\e92d";
+.icon-unlocked:before {
+ content: "\e991";
}
-.icon-stack:before {
- content: "\e92e";
+.icon-wrench:before {
+ content: "\e992";
}
-.icon-folder:before {
- content: "\e92f";
+.icon-equalizer:before {
+ content: "\e993";
}
-.icon-folder-open:before {
- content: "\e930";
+.icon-equalizer2:before {
+ content: "\e994";
}
-.icon-folder-plus:before {
- content: "\e931";
+.icon-cog:before {
+ content: "\e995";
}
-.icon-folder-minus:before {
- content: "\e932";
+.icon-cogs:before {
+ content: "\e996";
}
-.icon-folder-download:before {
- content: "\e933";
+.icon-hammer:before {
+ content: "\e997";
}
-.icon-folder-upload:before {
- content: "\e934";
+.icon-magic-wand:before {
+ content: "\e998";
}
-.icon-price-tag:before {
- content: "\e935";
+.icon-aid-kit:before {
+ content: "\e999";
}
-.icon-price-tags:before {
- content: "\e936";
+.icon-bug:before {
+ content: "\e99a";
}
-.icon-barcode:before {
- content: "\e937";
+.icon-pie-chart:before {
+ content: "\e99b";
}
-.icon-qrcode:before {
- content: "\e938";
+.icon-stats-dots:before {
+ content: "\e99c";
}
-.icon-ticket:before {
- content: "\e939";
+.icon-stats-bars:before {
+ content: "\e99d";
}
-.icon-cart:before {
- content: "\e93a";
+.icon-stats-bars2:before {
+ content: "\e99e";
}
-.icon-coin-dollar:before {
- content: "\e93b";
+.icon-trophy:before {
+ content: "\e99f";
}
-.icon-coin-euro:before {
- content: "\e93c";
+.icon-gift:before {
+ content: "\e9a0";
}
-.icon-coin-pound:before {
- content: "\e93d";
+.icon-glass:before {
+ content: "\e9a1";
}
-.icon-coin-yen:before {
- content: "\e93e";
+.icon-glass2:before {
+ content: "\e9a2";
}
-.icon-credit-card:before {
- content: "\e93f";
+.icon-mug:before {
+ content: "\e9a3";
}
-.icon-calculator:before {
- content: "\e940";
+.icon-spoon-knife:before {
+ content: "\e9a4";
}
-.icon-lifebuoy:before {
- content: "\e941";
+.icon-leaf:before {
+ content: "\e9a5";
}
-.icon-phone:before {
- content: "\e942";
+.icon-rocket:before {
+ content: "\e9a6";
}
-.icon-phone-hang-up:before {
- content: "\e943";
+.icon-meter:before {
+ content: "\e9a7";
}
-.icon-address-book:before {
- content: "\e944";
+.icon-meter2:before {
+ content: "\e9a8";
}
-.icon-envelop:before {
- content: "\e945";
+.icon-hammer2:before {
+ content: "\e9a9";
}
-.icon-pushpin:before {
- content: "\e946";
+.icon-fire:before {
+ content: "\e9aa";
}
-.icon-location:before {
- content: "\e947";
+.icon-lab:before {
+ content: "\e9ab";
}
-.icon-location2:before {
- content: "\e948";
+.icon-magnet:before {
+ content: "\e9ac";
}
-.icon-compass:before {
- content: "\e949";
+.icon-bin:before {
+ content: "\e9ad";
}
-.icon-compass2:before {
- content: "\e94a";
+.icon-bin2:before {
+ content: "\e9ae";
}
-.icon-map:before {
- content: "\e94b";
+.icon-briefcase:before {
+ content: "\e9af";
}
-.icon-map2:before {
- content: "\e94c";
+.icon-airplane:before {
+ content: "\e9b0";
}
-.icon-history:before {
- content: "\e94d";
+.icon-truck:before {
+ content: "\e9b1";
}
-.icon-clock:before {
- content: "\e94e";
+.icon-road:before {
+ content: "\e9b2";
}
-.icon-clock2:before {
- content: "\e94f";
+.icon-accessibility:before {
+ content: "\e9b3";
}
-.icon-alarm:before {
- content: "\e950";
+.icon-target:before {
+ content: "\e9b4";
}
-.icon-bell:before {
- content: "\e951";
+.icon-shield:before {
+ content: "\e9b5";
}
-.icon-stopwatch:before {
- content: "\e952";
+.icon-power:before {
+ content: "\e9b6";
}
-.icon-calendar:before {
- content: "\e953";
+.icon-switch:before {
+ content: "\e9b7";
}
-.icon-printer:before {
- content: "\e954";
+.icon-power-cord:before {
+ content: "\e9b8";
}
-.icon-keyboard:before {
- content: "\e955";
+.icon-clipboard:before {
+ content: "\e9b9";
}
-.icon-display:before {
- content: "\e956";
+.icon-list-numbered:before {
+ content: "\e9ba";
}
-.icon-laptop:before {
- content: "\e957";
+.icon-list:before {
+ content: "\e9bb";
}
-.icon-mobile:before {
- content: "\e958";
+.icon-list2:before {
+ content: "\e9bc";
}
-.icon-mobile2:before {
- content: "\e959";
+.icon-tree:before {
+ content: "\e9bd";
}
-.icon-tablet:before {
- content: "\e95a";
+.icon-menu:before {
+ content: "\e9be";
}
-.icon-tv:before {
- content: "\e95b";
+.icon-menu2:before {
+ content: "\e9bf";
}
-.icon-drawer:before {
- content: "\e95c";
+.icon-menu3:before {
+ content: "\e9c0";
}
-.icon-drawer2:before {
- content: "\e95d";
+.icon-menu4:before {
+ content: "\e9c1";
}
-.icon-box-add:before {
- content: "\e95e";
+.icon-cloud:before {
+ content: "\e9c2";
}
-.icon-box-remove:before {
- content: "\e95f";
+.icon-cloud-download:before {
+ content: "\e9c3";
}
-.icon-download:before {
- content: "\e960";
+.icon-cloud-upload:before {
+ content: "\e9c4";
}
-.icon-upload:before {
- content: "\e961";
+.icon-cloud-check:before {
+ content: "\e9c5";
}
-.icon-floppy-disk:before {
- content: "\e962";
+.icon-download2:before {
+ content: "\e9c6";
}
-.icon-drive:before {
- content: "\e963";
+.icon-upload2:before {
+ content: "\e9c7";
}
-.icon-database:before {
- content: "\e964";
+.icon-download3:before {
+ content: "\e9c8";
}
-.icon-undo:before {
- content: "\e965";
+.icon-upload3:before {
+ content: "\e9c9";
}
-.icon-redo:before {
- content: "\e966";
+.icon-sphere:before {
+ content: "\e9ca";
}
-.icon-undo2:before {
- content: "\e967";
+.icon-earth:before {
+ content: "\e9cb";
}
-.icon-redo2:before {
- content: "\e968";
+.icon-link:before {
+ content: "\e9cc";
}
-.icon-forward:before {
- content: "\e969";
+.icon-flag:before {
+ content: "\e9cd";
}
-.icon-reply:before {
- content: "\e96a";
+.icon-attachment:before {
+ content: "\e9ce";
}
-.icon-bubble:before {
- content: "\e96b";
+.icon-eye:before {
+ content: "\e9cf";
}
-.icon-bubbles:before {
- content: "\e96c";
+.icon-eye-plus:before {
+ content: "\e9d0";
}
-.icon-bubbles2:before {
- content: "\e96d";
+.icon-eye-minus:before {
+ content: "\e9d1";
}
-.icon-bubble2:before {
- content: "\e96e";
+.icon-eye-blocked:before {
+ content: "\e9d2";
}
-.icon-bubbles3:before {
- content: "\e96f";
+.icon-bookmark:before {
+ content: "\e9d3";
}
-.icon-bubbles4:before {
- content: "\e970";
+.icon-bookmarks:before {
+ content: "\e9d4";
}
-.icon-user:before {
- content: "\e971";
+.icon-sun:before {
+ content: "\e9d5";
}
-.icon-users:before {
- content: "\e972";
+.icon-contrast:before {
+ content: "\e9d6";
}
-.icon-user-plus:before {
- content: "\e973";
+.icon-brightness-contrast:before {
+ content: "\e9d7";
}
-.icon-user-minus:before {
- content: "\e974";
+.icon-star-empty:before {
+ content: "\e9d8";
}
-.icon-user-check:before {
- content: "\e975";
+.icon-star-half:before {
+ content: "\e9d9";
}
-.icon-user-tie:before {
- content: "\e976";
+.icon-star-full:before {
+ content: "\e9da";
}
-.icon-quotes-left:before {
- content: "\e977";
+.icon-heart:before {
+ content: "\e9db";
}
-.icon-quotes-right:before {
- content: "\e978";
+.icon-heart-broken:before {
+ content: "\e9dc";
}
-.icon-hour-glass:before {
- content: "\e979";
+.icon-man:before {
+ content: "\e9dd";
}
-.icon-spinner:before {
- content: "\e97a";
+.icon-woman:before {
+ content: "\e9de";
}
-.icon-spinner2:before {
- content: "\e97b";
+.icon-man-woman:before {
+ content: "\e9df";
}
-.icon-spinner3:before {
- content: "\e97c";
+.icon-happy:before {
+ content: "\e9e0";
}
-.icon-spinner4:before {
- content: "\e97d";
+.icon-happy2:before {
+ content: "\e9e1";
}
-.icon-spinner5:before {
- content: "\e97e";
+.icon-smile:before {
+ content: "\e9e2";
}
-.icon-spinner6:before {
- content: "\e97f";
+.icon-smile2:before {
+ content: "\e9e3";
}
-.icon-spinner7:before {
- content: "\e980";
+.icon-tongue:before {
+ content: "\e9e4";
}
-.icon-spinner8:before {
- content: "\e981";
+.icon-tongue2:before {
+ content: "\e9e5";
}
-.icon-spinner9:before {
- content: "\e982";
+.icon-sad:before {
+ content: "\e9e6";
}
-.icon-spinner10:before {
- content: "\e983";
+.icon-sad2:before {
+ content: "\e9e7";
}
-.icon-spinner11:before {
- content: "\e984";
+.icon-wink:before {
+ content: "\e9e8";
}
-.icon-binoculars:before {
- content: "\e985";
+.icon-wink2:before {
+ content: "\e9e9";
}
-.icon-search:before {
- content: "\e986";
+.icon-grin:before {
+ content: "\e9ea";
}
-.icon-zoom-in:before {
- content: "\e987";
+.icon-grin2:before {
+ content: "\e9eb";
}
-.icon-zoom-out:before {
- content: "\e988";
+.icon-cool:before {
+ content: "\e9ec";
}
-.icon-enlarge:before {
- content: "\e989";
+.icon-cool2:before {
+ content: "\e9ed";
}
-.icon-shrink:before {
- content: "\e98a";
+.icon-angry:before {
+ content: "\e9ee";
}
-.icon-enlarge2:before {
- content: "\e98b";
+.icon-angry2:before {
+ content: "\e9ef";
}
-.icon-shrink2:before {
- content: "\e98c";
+.icon-evil:before {
+ content: "\e9f0";
}
-.icon-key:before {
- content: "\e98d";
+.icon-evil2:before {
+ content: "\e9f1";
}
-.icon-key2:before {
- content: "\e98e";
+.icon-shocked:before {
+ content: "\e9f2";
}
-.icon-lock1:before {
- content: "\e98f";
+.icon-shocked2:before {
+ content: "\e9f3";
}
-.icon-unlocked:before {
- content: "\e990";
+.icon-baffled:before {
+ content: "\e9f4";
}
-.icon-wrench:before {
- content: "\e991";
+.icon-baffled2:before {
+ content: "\e9f5";
}
-.icon-equalizer:before {
- content: "\e992";
+.icon-confused:before {
+ content: "\e9f6";
}
-.icon-equalizer2:before {
- content: "\e993";
+.icon-confused2:before {
+ content: "\e9f7";
}
-.icon-cog:before {
- content: "\e994";
+.icon-neutral:before {
+ content: "\e9f8";
}
-.icon-cogs:before {
- content: "\e995";
+.icon-neutral2:before {
+ content: "\e9f9";
}
-.icon-hammer:before {
- content: "\e996";
+.icon-hipster:before {
+ content: "\e9fa";
}
-.icon-magic-wand:before {
- content: "\e997";
+.icon-hipster2:before {
+ content: "\e9fb";
}
-.icon-aid-kit:before {
- content: "\e998";
+.icon-wondering:before {
+ content: "\e9fc";
}
-.icon-bug:before {
- content: "\e999";
+.icon-wondering2:before {
+ content: "\e9fd";
}
-.icon-pie-chart:before {
- content: "\e99a";
+.icon-sleepy:before {
+ content: "\e9fe";
}
-.icon-stats-dots:before {
- content: "\e99b";
+.icon-sleepy2:before {
+ content: "\e9ff";
}
-.icon-stats-bars:before {
- content: "\e99c";
+.icon-frustrated:before {
+ content: "\ea00";
}
-.icon-stats-bars2:before {
- content: "\e99d";
+.icon-frustrated2:before {
+ content: "\ea01";
}
-.icon-trophy:before {
- content: "\e99e";
+.icon-crying:before {
+ content: "\ea02";
}
-.icon-gift:before {
- content: "\e99f";
+.icon-crying2:before {
+ content: "\ea03";
}
-.icon-glass:before {
- content: "\e9a0";
+.icon-point-up:before {
+ content: "\ea04";
}
-.icon-glass2:before {
- content: "\e9a1";
+.icon-point-right:before {
+ content: "\ea05";
}
-.icon-mug:before {
- content: "\e9a2";
+.icon-point-down:before {
+ content: "\ea06";
}
-.icon-spoon-knife:before {
- content: "\e9a3";
+.icon-point-left:before {
+ content: "\ea07";
}
-.icon-leaf:before {
- content: "\e9a4";
+.icon-warning:before {
+ content: "\ea08";
}
-.icon-rocket:before {
- content: "\e9a5";
+.icon-notification:before {
+ content: "\ea09";
}
-.icon-meter:before {
- content: "\e9a6";
+.icon-question:before {
+ content: "\ea0a";
}
-.icon-meter2:before {
- content: "\e9a7";
+.icon-plus:before {
+ content: "\ea0b";
}
-.icon-hammer2:before {
- content: "\e9a8";
+.icon-minus:before {
+ content: "\ea0c";
}
-.icon-fire:before {
- content: "\e9a9";
+.icon-info1:before {
+ content: "\ea0d";
}
-.icon-lab:before {
- content: "\e9aa";
+.icon-cancel-circle:before {
+ content: "\ea0e";
}
-.icon-magnet:before {
- content: "\e9ab";
+.icon-blocked:before {
+ content: "\ea0f";
}
-.icon-bin:before {
- content: "\e9ac";
+.icon-cross:before {
+ content: "\ea10";
}
-.icon-bin2:before {
- content: "\e9ad";
+.icon-checkmark:before {
+ content: "\ea11";
}
-.icon-briefcase:before {
- content: "\e9ae";
+.icon-checkmark2:before {
+ content: "\ea12";
}
-.icon-airplane:before {
- content: "\e9af";
+.icon-spell-check:before {
+ content: "\ea13";
}
-.icon-truck:before {
- content: "\e9b0";
+.icon-enter:before {
+ content: "\ea14";
}
-.icon-road:before {
- content: "\e9b1";
+.icon-exit:before {
+ content: "\ea15";
}
-.icon-accessibility:before {
- content: "\e9b2";
+.icon-sendemail:before {
+ content: "\ea16";
}
-.icon-target:before {
- content: "\e9b3";
+.icon-excel:before {
+ content: "\ea17";
}
-.icon-shield:before {
- content: "\e9b4";
+.icon-Lock_Information:before {
+ content: "\ea18";
}
-.icon-power:before {
- content: "\e9b5";
+.icon-lock:before {
+ content: "\ea19";
}
-.icon-switch:before {
- content: "\e9b6";
+.icon-info:before {
+ content: "\ea1a";
}
-.icon-power-cord:before {
- content: "\e9b7";
+.icon-info_circle:before {
+ content: "\ea1b";
}
-.icon-clipboard:before {
- content: "\e9b8";
+.icon-help:before {
+ content: "\ea1c";
}
-.icon-list-numbered:before {
- content: "\e9b9";
+.icon-play3:before {
+ content: "\ea1d";
}
-.icon-list:before {
- content: "\e9ba";
+.icon-pause2:before {
+ content: "\ea1e";
}
-.icon-list2:before {
- content: "\e9bb";
+.icon-stop2:before {
+ content: "\ea1f";
}
-.icon-tree:before {
- content: "\e9bc";
+.icon-backward2:before {
+ content: "\ea20";
}
-.icon-menu:before {
- content: "\e9bd";
+.icon-forward3:before {
+ content: "\ea21";
}
-.icon-menu2:before {
- content: "\e9be";
+.icon-first:before {
+ content: "\ea22";
}
-.icon-menu3:before {
- content: "\e9bf";
+.icon-last:before {
+ content: "\ea23";
}
-.icon-menu4:before {
- content: "\e9c0";
+.icon-previous2:before {
+ content: "\ea24";
}
-.icon-cloud:before {
- content: "\e9c1";
+.icon-next2:before {
+ content: "\ea25";
}
-.icon-cloud-download:before {
- content: "\e9c2";
+.icon-eject:before {
+ content: "\ea26";
}
-.icon-cloud-upload:before {
- content: "\e9c3";
+.icon-volume-high:before {
+ content: "\ea27";
}
-.icon-cloud-check:before {
- content: "\e9c4";
+.icon-volume-medium:before {
+ content: "\ea28";
}
-.icon-download2:before {
- content: "\e9c5";
+.icon-volume-low:before {
+ content: "\ea29";
}
-.icon-upload2:before {
- content: "\e9c6";
+.icon-volume-mute:before {
+ content: "\ea2a";
}
-.icon-download3:before {
- content: "\e9c7";
+.icon-volume-mute2:before {
+ content: "\ea2b";
}
-.icon-upload3:before {
- content: "\e9c8";
+.icon-volume-increase:before {
+ content: "\ea2c";
}
-.icon-sphere:before {
- content: "\e9c9";
+.icon-volume-decrease:before {
+ content: "\ea2d";
}
-.icon-earth:before {
- content: "\e9ca";
+.icon-loop:before {
+ content: "\ea2e";
}
-.icon-link:before {
- content: "\e9cb";
+.icon-loop2:before {
+ content: "\ea2f";
}
-.icon-flag:before {
- content: "\e9cc";
+.icon-infinite:before {
+ content: "\ea30";
}
-.icon-attachment:before {
- content: "\e9cd";
+.icon-shuffle:before {
+ content: "\ea31";
}
-.icon-eye:before {
- content: "\e9ce";
+.icon-arrow-up-left:before {
+ content: "\ea32";
}
-.icon-eye-plus:before {
- content: "\e9cf";
+.icon-arrow-up:before {
+ content: "\ea33";
}
-.icon-eye-minus:before {
- content: "\e9d0";
+.icon-arrow-up-right:before {
+ content: "\ea34";
}
-.icon-eye-blocked:before {
- content: "\e9d1";
+.icon-arrow-right:before {
+ content: "\ea35";
}
-.icon-bookmark:before {
- content: "\e9d2";
+.icon-arrow-down-right:before {
+ content: "\ea36";
}
-.icon-bookmarks:before {
- content: "\e9d3";
+.icon-arrow-down:before {
+ content: "\ea37";
}
-.icon-sun:before {
- content: "\e9d4";
+.icon-arrow-down-left:before {
+ content: "\ea38";
}
-.icon-contrast:before {
- content: "\e9d5";
+.icon-arrow-left:before {
+ content: "\ea39";
}
-.icon-brightness-contrast:before {
- content: "\e9d6";
+.icon-arrow-up-left2:before {
+ content: "\ea3a";
}
-.icon-star-empty:before {
- content: "\e9d7";
+.icon-arrow-up2:before {
+ content: "\ea3b";
}
-.icon-star-half:before {
- content: "\e9d8";
+.icon-arrow-up-right2:before {
+ content: "\ea3c";
}
-.icon-star-full:before {
- content: "\e9d9";
+.icon-arrow-right2:before {
+ content: "\ea3d";
}
-.icon-heart:before {
- content: "\e9da";
+.icon-arrow-down-right2:before {
+ content: "\ea3e";
}
-.icon-heart-broken:before {
- content: "\e9db";
+.icon-arrow-down2:before {
+ content: "\ea3f";
}
-.icon-man:before {
- content: "\e9dc";
+.icon-arrow-down-left2:before {
+ content: "\ea40";
}
-.icon-woman:before {
- content: "\e9dd";
+.icon-arrow-left2:before {
+ content: "\ea41";
}
-.icon-man-woman:before {
- content: "\e9de";
+.icon-circle-up:before {
+ content: "\ea42";
}
-.icon-happy:before {
- content: "\e9df";
+.icon-circle-right:before {
+ content: "\ea43";
}
-.icon-happy2:before {
- content: "\e9e0";
+.icon-circle-down:before {
+ content: "\ea44";
}
-.icon-smile:before {
- content: "\e9e1";
+.icon-circle-left:before {
+ content: "\ea45";
}
-.icon-smile2:before {
- content: "\e9e2";
+.icon-tab:before {
+ content: "\ea46";
}
-.icon-tongue:before {
- content: "\e9e3";
+.icon-move-up:before {
+ content: "\ea47";
}
-.icon-tongue2:before {
- content: "\e9e4";
+.icon-move-down:before {
+ content: "\ea48";
}
-.icon-sad:before {
- content: "\e9e5";
+.icon-sort-alpha-asc:before {
+ content: "\ea49";
}
-.icon-sad2:before {
- content: "\e9e6";
+.icon-sort-alpha-desc:before {
+ content: "\ea4a";
}
-.icon-wink:before {
- content: "\e9e7";
+.icon-sort-numeric-asc:before {
+ content: "\ea4b";
}
-.icon-wink2:before {
- content: "\e9e8";
+.icon-sort-numberic-desc:before {
+ content: "\ea4c";
}
-.icon-grin:before {
- content: "\e9e9";
+.icon-sort-amount-asc:before {
+ content: "\ea4d";
}
-.icon-grin2:before {
- content: "\e9ea";
+.icon-sort-amount-desc:before {
+ content: "\ea4e";
}
-.icon-cool:before {
- content: "\e9eb";
+.icon-command:before {
+ content: "\ea4f";
}
-.icon-cool2:before {
- content: "\e9ec";
+.icon-shift:before {
+ content: "\ea50";
}
-.icon-angry:before {
- content: "\e9ed";
+.icon-ctrl:before {
+ content: "\ea51";
}
-.icon-angry2:before {
- content: "\e9ee";
+.icon-opt:before {
+ content: "\ea52";
}
-.icon-evil:before {
- content: "\e9ef";
+.icon-checkbox-checked:before {
+ content: "\ea53";
}
-.icon-evil2:before {
- content: "\e9f0";
+.icon-checkbox-unchecked:before {
+ content: "\ea54";
}
-.icon-shocked:before {
- content: "\e9f1";
+.icon-radio-checked:before {
+ content: "\ea55";
}
-.icon-shocked2:before {
- content: "\e9f2";
+.icon-radio-checked2:before {
+ content: "\ea56";
}
-.icon-baffled:before {
- content: "\e9f3";
+.icon-radio-unchecked:before {
+ content: "\ea57";
}
-.icon-baffled2:before {
- content: "\e9f4";
+.icon-crop:before {
+ content: "\ea58";
}
-.icon-confused:before {
- content: "\e9f5";
+.icon-make-group:before {
+ content: "\ea59";
}
-.icon-confused2:before {
- content: "\e9f6";
+.icon-ungroup:before {
+ content: "\ea5a";
}
-.icon-neutral:before {
- content: "\e9f7";
+.icon-scissors:before {
+ content: "\ea5b";
}
-.icon-neutral2:before {
- content: "\e9f8";
+.icon-filter:before {
+ content: "\ea5c";
}
-.icon-hipster:before {
- content: "\e9f9";
+.icon-font:before {
+ content: "\ea5d";
}
-.icon-hipster2:before {
- content: "\e9fa";
+.icon-ligature:before {
+ content: "\ea5e";
}
-.icon-wondering:before {
- content: "\e9fb";
+.icon-ligature2:before {
+ content: "\ea5f";
}
-.icon-wondering2:before {
- content: "\e9fc";
+.icon-text-height:before {
+ content: "\ea60";
}
-.icon-sleepy:before {
- content: "\e9fd";
+.icon-text-width:before {
+ content: "\ea61";
}
-.icon-sleepy2:before {
- content: "\e9fe";
+.icon-font-size:before {
+ content: "\ea62";
}
-.icon-frustrated:before {
- content: "\e9ff";
+.icon-bold:before {
+ content: "\ea63";
}
-.icon-frustrated2:before {
- content: "\ea00";
+.icon-underline:before {
+ content: "\ea64";
}
-.icon-crying:before {
- content: "\ea01";
+.icon-italic:before {
+ content: "\ea65";
}
-.icon-crying2:before {
- content: "\ea02";
+.icon-strikethrough:before {
+ content: "\ea66";
}
-.icon-point-up:before {
- content: "\ea03";
+.icon-omega:before {
+ content: "\ea67";
}
-.icon-point-right:before {
- content: "\ea04";
+.icon-sigma:before {
+ content: "\ea68";
}
-.icon-point-down:before {
- content: "\ea05";
+.icon-page-break:before {
+ content: "\ea69";
}
-.icon-point-left:before {
- content: "\ea06";
+.icon-superscript:before {
+ content: "\ea6a";
}
-.icon-warning:before {
- content: "\ea07";
+.icon-subscript:before {
+ content: "\ea6b";
}
-.icon-notification:before {
- content: "\ea08";
+.icon-superscript2:before {
+ content: "\ea6c";
}
-.icon-question:before {
- content: "\ea09";
+.icon-subscript2:before {
+ content: "\ea6d";
}
-.icon-plus:before {
- content: "\ea0a";
+.icon-text-color:before {
+ content: "\ea6e";
}
-.icon-minus:before {
- content: "\ea0b";
+.icon-pagebreak:before {
+ content: "\ea6f";
}
-.icon-info1:before {
- content: "\ea0c";
+.icon-clear-formatting:before {
+ content: "\ea70";
}
-.icon-cancel-circle:before {
- content: "\ea0d";
+.icon-table2:before {
+ content: "\ea71";
}
-.icon-blocked:before {
- content: "\ea0e";
+.icon-table21:before {
+ content: "\ea72";
}
-.icon-cross:before {
- content: "\ea0f";
+.icon-insert-template:before {
+ content: "\ea73";
}
-.icon-checkmark:before {
- content: "\ea10";
+.icon-pilcrow:before {
+ content: "\ea74";
}
-.icon-checkmark2:before {
- content: "\ea11";
+.icon-ltr:before {
+ content: "\ea75";
}
-.icon-spell-check:before {
- content: "\ea12";
+.icon-rtl:before {
+ content: "\ea76";
}
-.icon-enter:before {
- content: "\ea13";
+.icon-section:before {
+ content: "\ea77";
}
-.icon-exit:before {
- content: "\ea14";
+.icon-paragraph-left:before {
+ content: "\ea78";
}
-.icon-play3:before {
- content: "\ea1c";
+.icon-paragraph-center:before {
+ content: "\ea79";
}
-.icon-pause2:before {
- content: "\ea1d";
+.icon-paragraph-right:before {
+ content: "\ea7a";
}
-.icon-stop2:before {
- content: "\ea1e";
+.icon-paragraph-justify:before {
+ content: "\ea7b";
}
-.icon-backward2:before {
- content: "\ea1f";
+.icon-indent-increase:before {
+ content: "\ea7c";
}
-.icon-forward3:before {
- content: "\ea20";
+.icon-indent-decrease:before {
+ content: "\ea7d";
}
-.icon-first:before {
- content: "\ea21";
+.icon-share:before {
+ content: "\ea7e";
}
-.icon-last:before {
- content: "\ea22";
+.icon-new-tab:before {
+ content: "\ea7f";
}
-.icon-previous2:before {
- content: "\ea23";
+.icon-embed:before {
+ content: "\ea80";
}
-.icon-next2:before {
- content: "\ea24";
+.icon-embed2:before {
+ content: "\ea81";
}
-.icon-eject:before {
- content: "\ea25";
+.icon-terminal:before {
+ content: "\ea82";
}
-.icon-volume-high:before {
- content: "\ea26";
+.icon-share2:before {
+ content: "\ea83";
}
-.icon-volume-medium:before {
- content: "\ea27";
+.icon-mail:before {
+ content: "\ea84";
}
-.icon-volume-low:before {
- content: "\ea28";
+.icon-mail2:before {
+ content: "\ea85";
}
-.icon-volume-mute:before {
- content: "\ea29";
+.icon-mail3:before {
+ content: "\ea86";
}
-.icon-volume-mute2:before {
- content: "\ea2a";
+.icon-mail4:before {
+ content: "\ea87";
}
-.icon-volume-increase:before {
- content: "\ea2b";
+.icon-cubelight:before {
+ content: "\ea88";
}
-.icon-volume-decrease:before {
- content: "\ea2c";
+.icon-cube:before {
+ content: "\ea89";
}
-.icon-loop:before {
- content: "\ea2d";
+.icon-bulletlist:before {
+ content: "\ea8a";
}
-.icon-loop2:before {
- content: "\ea2e";
+.icon-eye-open:before {
+ content: "\ea8b";
}
-.icon-infinite:before {
- content: "\ea2f";
+.icon-eye-close:before {
+ content: "\ea8c";
}
-.icon-shuffle:before {
- content: "\ea30";
+.icon-arrowhead_down:before {
+ content: "\ea8d";
}
-.icon-arrow-up-left:before {
- content: "\ea31";
+.icon-arrowhead_up:before {
+ content: "\ea8e";
}
-.icon-arrow-up:before {
- content: "\ea32";
+.icon-sandclock:before {
+ content: "\ea8f";
}
-.icon-arrow-up-right:before {
- content: "\ea33";
+.icon-sum:before {
+ content: "\ea90";
}
-.icon-arrow-right:before {
- content: "\ea34";
+.icon-rndcheck-not:before {
+ content: "\ea91";
}
-.icon-arrow-down-right:before {
- content: "\ea35";
+.icon-rndcheck-ok:before {
+ content: "\ea92";
}
-.icon-arrow-down:before {
- content: "\ea36";
+.icon-clock1:before {
+ content: "\ea93";
}
-.icon-arrow-down-left:before {
- content: "\ea37";
+.icon-pause1:before {
+ content: "\ea94";
}
-.icon-arrow-left:before {
- content: "\ea38";
+.icon-shop:before {
+ content: "\ea95";
}
-.icon-arrow-up-left2:before {
- content: "\ea39";
+.icon-template:before {
+ content: "\ea96";
}
-.icon-arrow-up2:before {
- content: "\ea3a";
+.icon-remove:before {
+ content: "\ea97";
}
-.icon-arrow-up-right2:before {
- content: "\ea3b";
+.icon-access:before {
+ content: "\ea98";
}
-.icon-arrow-right2:before {
- content: "\ea3c";
+.icon-address:before {
+ content: "\ea99";
}
-.icon-arrow-down-right2:before {
- content: "\ea3d";
+.icon-apps:before {
+ content: "\ea9a";
}
-.icon-arrow-down2:before {
- content: "\ea3e";
+.icon-archive:before {
+ content: "\ea9b";
}
-.icon-arrow-down-left2:before {
- content: "\ea3f";
+.icon-calendar1:before {
+ content: "\ea9c";
}
-.icon-arrow-left2:before {
- content: "\ea40";
+.icon-code:before {
+ content: "\ea9d";
}
-.icon-circle-up:before {
- content: "\ea41";
+.icon-coin:before {
+ content: "\ea9e";
}
-.icon-circle-right:before {
- content: "\ea42";
+.icon-company:before {
+ content: "\ea9f";
}
-.icon-circle-down:before {
- content: "\ea43";
+.icon-cube1:before {
+ content: "\eaa0";
}
-.icon-circle-left:before {
- content: "\ea44";
+.icon-cubelight1:before {
+ content: "\eaa1";
}
-.icon-tab:before {
- content: "\ea45";
+.icon-dashboard:before {
+ content: "\eaa2";
}
-.icon-move-up:before {
- content: "\ea46";
+.icon-datarefresh:before {
+ content: "\eaa3";
}
-.icon-move-down:before {
- content: "\ea47";
+.icon-documentsave:before {
+ content: "\eaa4";
}
-.icon-sort-alpha-asc:before {
- content: "\ea48";
+.icon-documents:before {
+ content: "\eaa5";
}
-.icon-sort-alpha-desc:before {
- content: "\ea49";
+.icon-download1:before {
+ content: "\eaa6";
}
-.icon-sort-numeric-asc:before {
- content: "\ea4a";
+.icon-duplicate1:before {
+ content: "\eaa7";
}
-.icon-sort-numberic-desc:before {
- content: "\ea4b";
+.icon-edit:before {
+ content: "\eaa8";
}
-.icon-sort-amount-asc:before {
- content: "\ea4c";
+.icon-excel1:before {
+ content: "\eaa9";
}
-.icon-sort-amount-desc:before {
- content: "\ea4d";
+.icon-expand:before {
+ content: "\eaaa";
}
-.icon-command:before {
- content: "\ea4e";
+.icon-file:before {
+ content: "\eaab";
}
-.icon-shift:before {
- content: "\ea4f";
+.icon-Floppy:before {
+ content: "\eaac";
}
-.icon-ctrl:before {
- content: "\ea50";
+.icon-folder1:before {
+ content: "\eaad";
}
-.icon-opt:before {
- content: "\ea51";
+.icon-folder_add:before {
+ content: "\eaae";
}
-.icon-checkbox-checked:before {
- content: "\ea52";
+.icon-folder_delete:before {
+ content: "\eaaf";
}
-.icon-checkbox-unchecked:before {
- content: "\ea53";
+.icon-folder_find:before {
+ content: "\eab0";
}
-.icon-radio-checked:before {
- content: "\ea54";
+.icon-globe:before {
+ content: "\eab1";
}
-.icon-radio-checked2:before {
- content: "\ea55";
+.icon-group:before {
+ content: "\eab2";
}
-.icon-radio-unchecked:before {
- content: "\ea56";
+.icon-home1:before {
+ content: "\eab3";
}
-.icon-crop:before {
- content: "\ea57";
+.icon-inbox:before {
+ content: "\eab4";
}
-.icon-make-group:before {
- content: "\ea58";
+.icon-library1:before {
+ content: "\eab5";
}
-.icon-ungroup:before {
- content: "\ea59";
+.icon-license:before {
+ content: "\eab6";
}
-.icon-scissors:before {
- content: "\ea5a";
+.icon-list1:before {
+ content: "\eab7";
}
-.icon-filter:before {
- content: "\ea5b";
+.icon-log:before {
+ content: "\eab8";
}
-.icon-font:before {
- content: "\ea5c";
+.icon-logout:before {
+ content: "\eab9";
}
-.icon-ligature:before {
- content: "\ea5d";
+.icon-menu1:before {
+ content: "\eaba";
}
-.icon-ligature2:before {
- content: "\ea5e";
+.icon-newspaper1:before {
+ content: "\eabb";
}
-.icon-text-height:before {
- content: "\ea5f";
+.icon-numberlist:before {
+ content: "\eabc";
}
-.icon-text-width:before {
- content: "\ea60";
+.icon-package:before {
+ content: "\eabd";
}
-.icon-font-size:before {
- content: "\ea61";
+.icon-tux:before {
+ content: "\eabe";
}
-.icon-bold:before {
- content: "\ea62";
+.icon-appleinc:before {
+ content: "\eabf";
}
-.icon-underline:before {
- content: "\ea63";
+.icon-finder:before {
+ content: "\eac0";
}
-.icon-italic:before {
- content: "\ea64";
+.icon-android:before {
+ content: "\eac1";
}
-.icon-strikethrough:before {
- content: "\ea65";
+.icon-windows:before {
+ content: "\eac2";
}
-.icon-omega:before {
- content: "\ea66";
+.icon-windows8:before {
+ content: "\eac3";
}
-.icon-sigma:before {
- content: "\ea67";
+.icon-pay:before {
+ content: "\eac4";
}
-.icon-page-break:before {
- content: "\ea68";
+.icon-pdf:before {
+ content: "\eac5";
}
-.icon-superscript:before {
- content: "\ea69";
+.icon-pdfexport:before {
+ content: "\eac6";
}
-.icon-subscript:before {
- content: "\ea6a";
+.icon-pictures:before {
+ content: "\eac7";
}
-.icon-superscript2:before {
- content: "\ea6b";
+.icon-plus1:before {
+ content: "\eac8";
}
-.icon-subscript2:before {
- content: "\ea6c";
+.icon-untitled:before {
+ content: "\eac9";
}
-.icon-text-color:before {
- content: "\ea6d";
+.icon-dataset:before {
+ content: "\eaca";
}
-.icon-pagebreak:before {
- content: "\ea6e";
+.icon-check:before {
+ content: "\eacb";
}
-.icon-clear-formatting:before {
- content: "\ea6f";
+.icon-projects:before {
+ content: "\eacc";
}
-.icon-table2:before {
- content: "\ea70";
+.icon-rename:before {
+ content: "\eacd";
}
-.icon-table21:before {
- content: "\ea71";
+.icon-Save:before {
+ content: "\eace";
}
-.icon-insert-template:before {
- content: "\ea72";
+.icon-squares:before {
+ content: "\eacf";
}
-.icon-pilcrow:before {
- content: "\ea73";
+.icon-table1:before {
+ content: "\ead0";
}
-.icon-ltr:before {
- content: "\ea74";
+.icon-upload1:before {
+ content: "\ead1";
}
-.icon-rtl:before {
- content: "\ea75";
+.icon-user1:before {
+ content: "\ead2";
}
-.icon-section:before {
- content: "\ea76";
+.icon-staff:before {
+ content: "\ead3";
}
-.icon-paragraph-left:before {
- content: "\ea77";
+.icon-back:before {
+ content: "\ead4";
}
-.icon-paragraph-center:before {
- content: "\ea78";
+.icon-next1:before {
+ content: "\ead5";
}
-.icon-paragraph-right:before {
- content: "\ea79";
+.icon-sendemail1:before {
+ content: "\ead6";
}
-.icon-paragraph-justify:before {
- content: "\ea7a";
+.icon-exit1:before {
+ content: "\ead7";
}
-.icon-indent-increase:before {
- content: "\ea7b";
+.icon-yelp:before {
+ content: "\ead8";
}
-.icon-indent-decrease:before {
- content: "\ea7c";
+.icon-key1:before {
+ content: "\ead9";
}
-.icon-share:before {
- content: "\ea7d";
+.icon-chrome:before {
+ content: "\eada";
}
-.icon-new-tab:before {
- content: "\ea7e";
+.icon-firefox:before {
+ content: "\eadb";
}
-.icon-embed:before {
- content: "\ea7f";
+.icon-duplicate:before {
+ content: "\eadc";
}
-.icon-embed2:before {
- content: "\ea80";
+.icon-edge:before {
+ content: "\eadd";
}
-.icon-terminal:before {
- content: "\ea81";
+.icon-safari:before {
+ content: "\eade";
}
-.icon-share2:before {
- content: "\ea82";
+.icon-opera:before {
+ content: "\eadf";
}
-.icon-mail:before {
- content: "\ea83";
+.icon-file-pdf:before {
+ content: "\eae0";
}
-.icon-mail2:before {
- content: "\ea84";
+.icon-paste1:before {
+ content: "\eae1";
}
-.icon-mail3:before {
- content: "\ea85";
+.icon-file-word:before {
+ content: "\eae2";
}
-.icon-mail4:before {
- content: "\ea86";
+.icon-file-excel:before {
+ content: "\eae3";
}
-.icon-tux:before {
- content: "\eabd";
+.icon-copy1:before {
+ content: "\eae4";
}
-.icon-appleinc:before {
- content: "\eabe";
+.icon-replace:before {
+ content: "\eae5";
}
-.icon-finder:before {
- content: "\eabf";
+.icon-week:before {
+ content: "\eae6";
}
-.icon-android:before {
- content: "\eac0";
+.icon-baggage:before {
+ content: "\eae7";
}
-.icon-windows:before {
- content: "\eac1";
+.icon-trash:before {
+ content: "\eae8";
}
-.icon-windows8:before {
- content: "\eac2";
+.icon-erase:before {
+ content: "\eae9";
}
-.icon-yelp:before {
- content: "\ead7";
+.icon-usertime:before {
+ content: "\eaea";
}
-.icon-chrome:before {
- content: "\ead9";
+.icon-helpfile:before {
+ content: "\eaeb";
}
-.icon-firefox:before {
- content: "\eada";
+.icon-clocktime:before {
+ content: "\eaec";
}
-.icon-edge:before {
- content: "\eadc";
+.icon-table:before {
+ content: "\eaed";
}
-.icon-safari:before {
- content: "\eadd";
+.icon-report:before {
+ content: "\eaee";
}
-.icon-opera:before {
- content: "\eade";
+.icon-aggrement:before {
+ content: "\eaef";
}
-.icon-file-word:before {
- content: "\eae1";
+.icon-vacancydays:before {
+ content: "\eaf0";
}
-@font-face{font-family:pot;src:url(fonts/pot.eot?c2nhyy);src:url(fonts/pot.eot?c2nhyy#iefix) format('embedded-opentype'),url(fonts/pot.ttf?c2nhyy) format('truetype'),url(fonts/pot.woff?c2nhyy) format('woff'),url(fonts/pot.svg?c2nhyy#pot) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:pot!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-table:before{content:"\eaec"}.icon-report:before{content:"\eaed"}.icon-aggrement:before{content:"\eaee"}.icon-vacancydays:before{content:"\eaef"}.icon-sendemail:before{content:"\ea15"}.icon-excel:before{content:"\ea16"}.icon-Lock_Information:before{content:"\ea17"}.icon-lock:before{content:"\ea18"}.icon-info:before{content:"\ea19"}.icon-info_circle:before{content:"\ea1a"}.icon-help:before{content:"\ea1b"}.icon-helpfile:before{content:"\eaea"}.icon-clocktime:before{content:"\eaeb"}.icon-home:before{content:"\e900"}.icon-file-pdf:before{content:"\eadf"}.icon-file-excel:before{content:"\eae2"}.icon-cubelight:before{content:"\ea87"}.icon-cube:before{content:"\ea88"}.icon-bulletlist:before{content:"\ea89"}.icon-eye-open:before{content:"\ea8a"}.icon-eye-close:before{content:"\ea8b"}.icon-arrowhead_down:before{content:"\ea8c"}.icon-arrowhead_up:before{content:"\ea8d"}.icon-sandclock:before{content:"\ea8e"}.icon-sum:before{content:"\ea8f"}.icon-rndcheck-not:before{content:"\ea90"}.icon-rndcheck-ok:before{content:"\ea91"}.icon-clock1:before{content:"\ea92"}.icon-pause1:before{content:"\ea93"}.icon-shop:before{content:"\ea94"}.icon-template:before{content:"\ea95"}.icon-remove:before{content:"\ea96"}.icon-access:before{content:"\ea97"}.icon-address:before{content:"\ea98"}.icon-apps:before{content:"\ea99"}.icon-archive:before{content:"\ea9a"}.icon-calendar1:before{content:"\ea9b"}.icon-code:before{content:"\ea9c"}.icon-coin:before{content:"\ea9d"}.icon-company:before{content:"\ea9e"}.icon-cube1:before{content:"\ea9f"}.icon-cubelight1:before{content:"\eaa0"}.icon-dashboard:before{content:"\eaa1"}.icon-datarefresh:before{content:"\eaa2"}.icon-documentsave:before{content:"\eaa3"}.icon-documents:before{content:"\eaa4"}.icon-download1:before{content:"\eaa5"}.icon-duplicate1:before{content:"\eaa6"}.icon-edit:before{content:"\eaa7"}.icon-excel1:before{content:"\eaa8"}.icon-expand:before{content:"\eaa9"}.icon-file:before{content:"\eaaa"}.icon-Floppy:before{content:"\eaab"}.icon-folder1:before{content:"\eaac"}.icon-folder_add:before{content:"\eaad"}.icon-folder_delete:before{content:"\eaae"}.icon-folder_find:before{content:"\eaaf"}.icon-globe:before{content:"\eab0"}.icon-group:before{content:"\eab1"}.icon-home1:before{content:"\eab2"}.icon-inbox:before{content:"\eab3"}.icon-library1:before{content:"\eab4"}.icon-license:before{content:"\eab5"}.icon-list1:before{content:"\eab6"}.icon-log:before{content:"\eab7"}.icon-logout:before{content:"\eab8"}.icon-menu1:before{content:"\eab9"}.icon-newspaper1:before{content:"\eaba"}.icon-numberlist:before{content:"\eabb"}.icon-package:before{content:"\eabc"}.icon-pay:before{content:"\eac3"}.icon-pdf:before{content:"\eac4"}.icon-pdfexport:before{content:"\eac5"}.icon-pictures:before{content:"\eac6"}.icon-plus1:before{content:"\eac7"}.icon-untitled:before{content:"\eac8"}.icon-dataset:before{content:"\eac9"}.icon-check:before{content:"\eaca"}.icon-projects:before{content:"\eacb"}.icon-rename:before{content:"\eacc"}.icon-Save:before{content:"\eacd"}.icon-squares:before{content:"\eace"}.icon-table1:before{content:"\eacf"}.icon-upload1:before{content:"\ead0"}.icon-user1:before{content:"\ead1"}.icon-staff:before{content:"\ead2"}.icon-back:before{content:"\ead3"}.icon-next1:before{content:"\ead4"}.icon-sendemail1:before{content:"\ead5"}.icon-exit1:before{content:"\ead6"}.icon-key1:before{content:"\ead8"}.icon-duplicate:before{content:"\eadb"}.icon-paste1:before{content:"\eae0"}.icon-copy1:before{content:"\eae3"}.icon-replace:before{content:"\eae4"}.icon-week:before{content:"\eae5"}.icon-baggage:before{content:"\eae6"}.icon-trash:before{content:"\eae7"}.icon-erase:before{content:"\eae8"}.icon-usertime:before{content:"\eae9"}.icon-home2:before{content:"\e901"}.icon-home3:before{content:"\e902"}.icon-office:before{content:"\e903"}.icon-newspaper:before{content:"\e904"}.icon-pencil:before{content:"\e905"}.icon-pencil2:before{content:"\e906"}.icon-quill:before{content:"\e907"}.icon-pen:before{content:"\e908"}.icon-blog:before{content:"\e909"}.icon-eyedropper:before{content:"\e90a"}.icon-droplet:before{content:"\e90b"}.icon-paint-format:before{content:"\e90c"}.icon-image:before{content:"\e90d"}.icon-images:before{content:"\e90e"}.icon-camera:before{content:"\e90f"}.icon-headphones:before{content:"\e910"}.icon-music:before{content:"\e911"}.icon-play:before{content:"\e912"}.icon-film:before{content:"\e913"}.icon-video-camera:before{content:"\e914"}.icon-dice:before{content:"\e915"}.icon-pacman:before{content:"\e916"}.icon-spades:before{content:"\e917"}.icon-clubs:before{content:"\e918"}.icon-diamonds:before{content:"\e919"}.icon-bullhorn:before{content:"\e91a"}.icon-connection:before{content:"\e91b"}.icon-podcast:before{content:"\e91c"}.icon-feed:before{content:"\e91d"}.icon-mic:before{content:"\e91e"}.icon-book:before{content:"\e91f"}.icon-books:before{content:"\e920"}.icon-library:before{content:"\e921"}.icon-file-text:before{content:"\e922"}.icon-profile:before{content:"\e923"}.icon-file-empty:before{content:"\e924"}.icon-files-empty:before{content:"\e925"}.icon-file-text2:before{content:"\e926"}.icon-file-picture:before{content:"\e927"}.icon-file-music:before{content:"\e928"}.icon-file-play:before{content:"\e929"}.icon-file-video:before{content:"\e92a"}.icon-file-zip:before{content:"\e92b"}.icon-copy:before{content:"\e92c"}.icon-paste:before{content:"\e92d"}.icon-stack:before{content:"\e92e"}.icon-folder:before{content:"\e92f"}.icon-folder-open:before{content:"\e930"}.icon-folder-plus:before{content:"\e931"}.icon-folder-minus:before{content:"\e932"}.icon-folder-download:before{content:"\e933"}.icon-folder-upload:before{content:"\e934"}.icon-price-tag:before{content:"\e935"}.icon-price-tags:before{content:"\e936"}.icon-barcode:before{content:"\e937"}.icon-qrcode:before{content:"\e938"}.icon-ticket:before{content:"\e939"}.icon-cart:before{content:"\e93a"}.icon-coin-dollar:before{content:"\e93b"}.icon-coin-euro:before{content:"\e93c"}.icon-coin-pound:before{content:"\e93d"}.icon-coin-yen:before{content:"\e93e"}.icon-credit-card:before{content:"\e93f"}.icon-calculator:before{content:"\e940"}.icon-lifebuoy:before{content:"\e941"}.icon-phone:before{content:"\e942"}.icon-phone-hang-up:before{content:"\e943"}.icon-address-book:before{content:"\e944"}.icon-envelop:before{content:"\e945"}.icon-pushpin:before{content:"\e946"}.icon-location:before{content:"\e947"}.icon-location2:before{content:"\e948"}.icon-compass:before{content:"\e949"}.icon-compass2:before{content:"\e94a"}.icon-map:before{content:"\e94b"}.icon-map2:before{content:"\e94c"}.icon-history:before{content:"\e94d"}.icon-clock:before{content:"\e94e"}.icon-clock2:before{content:"\e94f"}.icon-alarm:before{content:"\e950"}.icon-bell:before{content:"\e951"}.icon-stopwatch:before{content:"\e952"}.icon-calendar:before{content:"\e953"}.icon-printer:before{content:"\e954"}.icon-keyboard:before{content:"\e955"}.icon-display:before{content:"\e956"}.icon-laptop:before{content:"\e957"}.icon-mobile:before{content:"\e958"}.icon-mobile2:before{content:"\e959"}.icon-tablet:before{content:"\e95a"}.icon-tv:before{content:"\e95b"}.icon-drawer:before{content:"\e95c"}.icon-drawer2:before{content:"\e95d"}.icon-box-add:before{content:"\e95e"}.icon-box-remove:before{content:"\e95f"}.icon-download:before{content:"\e960"}.icon-upload:before{content:"\e961"}.icon-floppy-disk:before{content:"\e962"}.icon-drive:before{content:"\e963"}.icon-database:before{content:"\e964"}.icon-undo:before{content:"\e965"}.icon-redo:before{content:"\e966"}.icon-undo2:before{content:"\e967"}.icon-redo2:before{content:"\e968"}.icon-forward:before{content:"\e969"}.icon-reply:before{content:"\e96a"}.icon-bubble:before{content:"\e96b"}.icon-bubbles:before{content:"\e96c"}.icon-bubbles2:before{content:"\e96d"}.icon-bubble2:before{content:"\e96e"}.icon-bubbles3:before{content:"\e96f"}.icon-bubbles4:before{content:"\e970"}.icon-user:before{content:"\e971"}.icon-users:before{content:"\e972"}.icon-user-plus:before{content:"\e973"}.icon-user-minus:before{content:"\e974"}.icon-user-check:before{content:"\e975"}.icon-user-tie:before{content:"\e976"}.icon-quotes-left:before{content:"\e977"}.icon-quotes-right:before{content:"\e978"}.icon-hour-glass:before{content:"\e979"}.icon-spinner:before{content:"\e97a"}.icon-spinner2:before{content:"\e97b"}.icon-spinner3:before{content:"\e97c"}.icon-spinner4:before{content:"\e97d"}.icon-spinner5:before{content:"\e97e"}.icon-spinner6:before{content:"\e97f"}.icon-spinner7:before{content:"\e980"}.icon-spinner8:before{content:"\e981"}.icon-spinner9:before{content:"\e982"}.icon-spinner10:before{content:"\e983"}.icon-spinner11:before{content:"\e984"}.icon-binoculars:before{content:"\e985"}.icon-search:before{content:"\e986"}.icon-zoom-in:before{content:"\e987"}.icon-zoom-out:before{content:"\e988"}.icon-enlarge:before{content:"\e989"}.icon-shrink:before{content:"\e98a"}.icon-enlarge2:before{content:"\e98b"}.icon-shrink2:before{content:"\e98c"}.icon-key:before{content:"\e98d"}.icon-key2:before{content:"\e98e"}.icon-lock1:before{content:"\e98f"}.icon-unlocked:before{content:"\e990"}.icon-wrench:before{content:"\e991"}.icon-equalizer:before{content:"\e992"}.icon-equalizer2:before{content:"\e993"}.icon-cog:before{content:"\e994"}.icon-cogs:before{content:"\e995"}.icon-hammer:before{content:"\e996"}.icon-magic-wand:before{content:"\e997"}.icon-aid-kit:before{content:"\e998"}.icon-bug:before{content:"\e999"}.icon-pie-chart:before{content:"\e99a"}.icon-stats-dots:before{content:"\e99b"}.icon-stats-bars:before{content:"\e99c"}.icon-stats-bars2:before{content:"\e99d"}.icon-trophy:before{content:"\e99e"}.icon-gift:before{content:"\e99f"}.icon-glass:before{content:"\e9a0"}.icon-glass2:before{content:"\e9a1"}.icon-mug:before{content:"\e9a2"}.icon-spoon-knife:before{content:"\e9a3"}.icon-leaf:before{content:"\e9a4"}.icon-rocket:before{content:"\e9a5"}.icon-meter:before{content:"\e9a6"}.icon-meter2:before{content:"\e9a7"}.icon-hammer2:before{content:"\e9a8"}.icon-fire:before{content:"\e9a9"}.icon-lab:before{content:"\e9aa"}.icon-magnet:before{content:"\e9ab"}.icon-bin:before{content:"\e9ac"}.icon-bin2:before{content:"\e9ad"}.icon-briefcase:before{content:"\e9ae"}.icon-airplane:before{content:"\e9af"}.icon-truck:before{content:"\e9b0"}.icon-road:before{content:"\e9b1"}.icon-accessibility:before{content:"\e9b2"}.icon-target:before{content:"\e9b3"}.icon-shield:before{content:"\e9b4"}.icon-power:before{content:"\e9b5"}.icon-switch:before{content:"\e9b6"}.icon-power-cord:before{content:"\e9b7"}.icon-clipboard:before{content:"\e9b8"}.icon-list-numbered:before{content:"\e9b9"}.icon-list:before{content:"\e9ba"}.icon-list2:before{content:"\e9bb"}.icon-tree:before{content:"\e9bc"}.icon-menu:before{content:"\e9bd"}.icon-menu2:before{content:"\e9be"}.icon-menu3:before{content:"\e9bf"}.icon-menu4:before{content:"\e9c0"}.icon-cloud:before{content:"\e9c1"}.icon-cloud-download:before{content:"\e9c2"}.icon-cloud-upload:before{content:"\e9c3"}.icon-cloud-check:before{content:"\e9c4"}.icon-download2:before{content:"\e9c5"}.icon-upload2:before{content:"\e9c6"}.icon-download3:before{content:"\e9c7"}.icon-upload3:before{content:"\e9c8"}.icon-sphere:before{content:"\e9c9"}.icon-earth:before{content:"\e9ca"}.icon-link:before{content:"\e9cb"}.icon-flag:before{content:"\e9cc"}.icon-attachment:before{content:"\e9cd"}.icon-eye:before{content:"\e9ce"}.icon-eye-plus:before{content:"\e9cf"}.icon-eye-minus:before{content:"\e9d0"}.icon-eye-blocked:before{content:"\e9d1"}.icon-bookmark:before{content:"\e9d2"}.icon-bookmarks:before{content:"\e9d3"}.icon-sun:before{content:"\e9d4"}.icon-contrast:before{content:"\e9d5"}.icon-brightness-contrast:before{content:"\e9d6"}.icon-star-empty:before{content:"\e9d7"}.icon-star-half:before{content:"\e9d8"}.icon-star-full:before{content:"\e9d9"}.icon-heart:before{content:"\e9da"}.icon-heart-broken:before{content:"\e9db"}.icon-man:before{content:"\e9dc"}.icon-woman:before{content:"\e9dd"}.icon-man-woman:before{content:"\e9de"}.icon-happy:before{content:"\e9df"}.icon-happy2:before{content:"\e9e0"}.icon-smile:before{content:"\e9e1"}.icon-smile2:before{content:"\e9e2"}.icon-tongue:before{content:"\e9e3"}.icon-tongue2:before{content:"\e9e4"}.icon-sad:before{content:"\e9e5"}.icon-sad2:before{content:"\e9e6"}.icon-wink:before{content:"\e9e7"}.icon-wink2:before{content:"\e9e8"}.icon-grin:before{content:"\e9e9"}.icon-grin2:before{content:"\e9ea"}.icon-cool:before{content:"\e9eb"}.icon-cool2:before{content:"\e9ec"}.icon-angry:before{content:"\e9ed"}.icon-angry2:before{content:"\e9ee"}.icon-evil:before{content:"\e9ef"}.icon-evil2:before{content:"\e9f0"}.icon-shocked:before{content:"\e9f1"}.icon-shocked2:before{content:"\e9f2"}.icon-baffled:before{content:"\e9f3"}.icon-baffled2:before{content:"\e9f4"}.icon-confused:before{content:"\e9f5"}.icon-confused2:before{content:"\e9f6"}.icon-neutral:before{content:"\e9f7"}.icon-neutral2:before{content:"\e9f8"}.icon-hipster:before{content:"\e9f9"}.icon-hipster2:before{content:"\e9fa"}.icon-wondering:before{content:"\e9fb"}.icon-wondering2:before{content:"\e9fc"}.icon-sleepy:before{content:"\e9fd"}.icon-sleepy2:before{content:"\e9fe"}.icon-frustrated:before{content:"\e9ff"}.icon-frustrated2:before{content:"\ea00"}.icon-crying:before{content:"\ea01"}.icon-crying2:before{content:"\ea02"}.icon-point-up:before{content:"\ea03"}.icon-point-right:before{content:"\ea04"}.icon-point-down:before{content:"\ea05"}.icon-point-left:before{content:"\ea06"}.icon-warning:before{content:"\ea07"}.icon-notification:before{content:"\ea08"}.icon-question:before{content:"\ea09"}.icon-plus:before{content:"\ea0a"}.icon-minus:before{content:"\ea0b"}.icon-info1:before{content:"\ea0c"}.icon-cancel-circle:before{content:"\ea0d"}.icon-blocked:before{content:"\ea0e"}.icon-cross:before{content:"\ea0f"}.icon-checkmark:before{content:"\ea10"}.icon-checkmark2:before{content:"\ea11"}.icon-spell-check:before{content:"\ea12"}.icon-enter:before{content:"\ea13"}.icon-exit:before{content:"\ea14"}.icon-play3:before{content:"\ea1c"}.icon-pause2:before{content:"\ea1d"}.icon-stop2:before{content:"\ea1e"}.icon-backward2:before{content:"\ea1f"}.icon-forward3:before{content:"\ea20"}.icon-first:before{content:"\ea21"}.icon-last:before{content:"\ea22"}.icon-previous2:before{content:"\ea23"}.icon-next2:before{content:"\ea24"}.icon-eject:before{content:"\ea25"}.icon-volume-high:before{content:"\ea26"}.icon-volume-medium:before{content:"\ea27"}.icon-volume-low:before{content:"\ea28"}.icon-volume-mute:before{content:"\ea29"}.icon-volume-mute2:before{content:"\ea2a"}.icon-volume-increase:before{content:"\ea2b"}.icon-volume-decrease:before{content:"\ea2c"}.icon-loop:before{content:"\ea2d"}.icon-loop2:before{content:"\ea2e"}.icon-infinite:before{content:"\ea2f"}.icon-shuffle:before{content:"\ea30"}.icon-arrow-up-left:before{content:"\ea31"}.icon-arrow-up:before{content:"\ea32"}.icon-arrow-up-right:before{content:"\ea33"}.icon-arrow-right:before{content:"\ea34"}.icon-arrow-down-right:before{content:"\ea35"}.icon-arrow-down:before{content:"\ea36"}.icon-arrow-down-left:before{content:"\ea37"}.icon-arrow-left:before{content:"\ea38"}.icon-arrow-up-left2:before{content:"\ea39"}.icon-arrow-up2:before{content:"\ea3a"}.icon-arrow-up-right2:before{content:"\ea3b"}.icon-arrow-right2:before{content:"\ea3c"}.icon-arrow-down-right2:before{content:"\ea3d"}.icon-arrow-down2:before{content:"\ea3e"}.icon-arrow-down-left2:before{content:"\ea3f"}.icon-arrow-left2:before{content:"\ea40"}.icon-circle-up:before{content:"\ea41"}.icon-circle-right:before{content:"\ea42"}.icon-circle-down:before{content:"\ea43"}.icon-circle-left:before{content:"\ea44"}.icon-tab:before{content:"\ea45"}.icon-move-up:before{content:"\ea46"}.icon-move-down:before{content:"\ea47"}.icon-sort-alpha-asc:before{content:"\ea48"}.icon-sort-alpha-desc:before{content:"\ea49"}.icon-sort-numeric-asc:before{content:"\ea4a"}.icon-sort-numberic-desc:before{content:"\ea4b"}.icon-sort-amount-asc:before{content:"\ea4c"}.icon-sort-amount-desc:before{content:"\ea4d"}.icon-command:before{content:"\ea4e"}.icon-shift:before{content:"\ea4f"}.icon-ctrl:before{content:"\ea50"}.icon-opt:before{content:"\ea51"}.icon-checkbox-checked:before{content:"\ea52"}.icon-checkbox-unchecked:before{content:"\ea53"}.icon-radio-checked:before{content:"\ea54"}.icon-radio-checked2:before{content:"\ea55"}.icon-radio-unchecked:before{content:"\ea56"}.icon-crop:before{content:"\ea57"}.icon-make-group:before{content:"\ea58"}.icon-ungroup:before{content:"\ea59"}.icon-scissors:before{content:"\ea5a"}.icon-filter:before{content:"\ea5b"}.icon-font:before{content:"\ea5c"}.icon-ligature:before{content:"\ea5d"}.icon-ligature2:before{content:"\ea5e"}.icon-text-height:before{content:"\ea5f"}.icon-text-width:before{content:"\ea60"}.icon-font-size:before{content:"\ea61"}.icon-bold:before{content:"\ea62"}.icon-underline:before{content:"\ea63"}.icon-italic:before{content:"\ea64"}.icon-strikethrough:before{content:"\ea65"}.icon-omega:before{content:"\ea66"}.icon-sigma:before{content:"\ea67"}.icon-page-break:before{content:"\ea68"}.icon-superscript:before{content:"\ea69"}.icon-subscript:before{content:"\ea6a"}.icon-superscript2:before{content:"\ea6b"}.icon-subscript2:before{content:"\ea6c"}.icon-text-color:before{content:"\ea6d"}.icon-pagebreak:before{content:"\ea6e"}.icon-clear-formatting:before{content:"\ea6f"}.icon-table2:before{content:"\ea70"}.icon-table21:before{content:"\ea71"}.icon-insert-template:before{content:"\ea72"}.icon-pilcrow:before{content:"\ea73"}.icon-ltr:before{content:"\ea74"}.icon-rtl:before{content:"\ea75"}.icon-section:before{content:"\ea76"}.icon-paragraph-left:before{content:"\ea77"}.icon-paragraph-center:before{content:"\ea78"}.icon-paragraph-right:before{content:"\ea79"}.icon-paragraph-justify:before{content:"\ea7a"}.icon-indent-increase:before{content:"\ea7b"}.icon-indent-decrease:before{content:"\ea7c"}.icon-share:before{content:"\ea7d"}.icon-new-tab:before{content:"\ea7e"}.icon-embed:before{content:"\ea7f"}.icon-embed2:before{content:"\ea80"}.icon-terminal:before{content:"\ea81"}.icon-share2:before{content:"\ea82"}.icon-mail:before{content:"\ea83"}.icon-mail2:before{content:"\ea84"}.icon-mail3:before{content:"\ea85"}.icon-mail4:before{content:"\ea86"}.icon-tux:before{content:"\eabd"}.icon-appleinc:before{content:"\eabe"}.icon-finder:before{content:"\eabf"}.icon-android:before{content:"\eac0"}.icon-windows:before{content:"\eac1"}.icon-windows8:before{content:"\eac2"}.icon-yelp:before{content:"\ead7"}.icon-chrome:before{content:"\ead9"}.icon-firefox:before{content:"\eada"}.icon-edge:before{content:"\eadc"}.icon-safari:before{content:"\eadd"}.icon-opera:before{content:"\eade"}.icon-file-word:before{content:"\eae1"}
\ No newline at end of file
+@font-face{font-family:appicons;src:url(fonts/appicons.ttf?6tmy7g) format('truetype'),url(fonts/appicons.woff?6tmy7g) format('woff'),url(fonts/appicons.svg?6tmy7g#appicons) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:appicons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-credit_cards_card:before{content:"\e900"}.icon-home:before{content:"\e901"}.icon-home2:before{content:"\e902"}.icon-home3:before{content:"\e903"}.icon-office:before{content:"\e904"}.icon-newspaper:before{content:"\e905"}.icon-pencil:before{content:"\e906"}.icon-pencil2:before{content:"\e907"}.icon-quill:before{content:"\e908"}.icon-pen:before{content:"\e909"}.icon-blog:before{content:"\e90a"}.icon-eyedropper:before{content:"\e90b"}.icon-droplet:before{content:"\e90c"}.icon-paint-format:before{content:"\e90d"}.icon-image:before{content:"\e90e"}.icon-images:before{content:"\e90f"}.icon-camera:before{content:"\e910"}.icon-headphones:before{content:"\e911"}.icon-music:before{content:"\e912"}.icon-play:before{content:"\e913"}.icon-film:before{content:"\e914"}.icon-video-camera:before{content:"\e915"}.icon-dice:before{content:"\e916"}.icon-pacman:before{content:"\e917"}.icon-spades:before{content:"\e918"}.icon-clubs:before{content:"\e919"}.icon-diamonds:before{content:"\e91a"}.icon-bullhorn:before{content:"\e91b"}.icon-connection:before{content:"\e91c"}.icon-podcast:before{content:"\e91d"}.icon-feed:before{content:"\e91e"}.icon-mic:before{content:"\e91f"}.icon-book:before{content:"\e920"}.icon-books:before{content:"\e921"}.icon-library:before{content:"\e922"}.icon-file-text:before{content:"\e923"}.icon-profile:before{content:"\e924"}.icon-file-empty:before{content:"\e925"}.icon-files-empty:before{content:"\e926"}.icon-file-text2:before{content:"\e927"}.icon-file-picture:before{content:"\e928"}.icon-file-music:before{content:"\e929"}.icon-file-play:before{content:"\e92a"}.icon-file-video:before{content:"\e92b"}.icon-file-zip:before{content:"\e92c"}.icon-copy:before{content:"\e92d"}.icon-paste:before{content:"\e92e"}.icon-stack:before{content:"\e92f"}.icon-folder:before{content:"\e930"}.icon-folder-open:before{content:"\e931"}.icon-folder-plus:before{content:"\e932"}.icon-folder-minus:before{content:"\e933"}.icon-folder-download:before{content:"\e934"}.icon-folder-upload:before{content:"\e935"}.icon-price-tag:before{content:"\e936"}.icon-price-tags:before{content:"\e937"}.icon-barcode:before{content:"\e938"}.icon-qrcode:before{content:"\e939"}.icon-ticket:before{content:"\e93a"}.icon-cart:before{content:"\e93b"}.icon-coin-dollar:before{content:"\e93c"}.icon-coin-euro:before{content:"\e93d"}.icon-coin-pound:before{content:"\e93e"}.icon-coin-yen:before{content:"\e93f"}.icon-credit-card:before{content:"\e940"}.icon-calculator:before{content:"\e941"}.icon-lifebuoy:before{content:"\e942"}.icon-phone:before{content:"\e943"}.icon-phone-hang-up:before{content:"\e944"}.icon-address-book:before{content:"\e945"}.icon-envelop:before{content:"\e946"}.icon-pushpin:before{content:"\e947"}.icon-location:before{content:"\e948"}.icon-location2:before{content:"\e949"}.icon-compass:before{content:"\e94a"}.icon-compass2:before{content:"\e94b"}.icon-map:before{content:"\e94c"}.icon-map2:before{content:"\e94d"}.icon-history:before{content:"\e94e"}.icon-clock:before{content:"\e94f"}.icon-clock2:before{content:"\e950"}.icon-alarm:before{content:"\e951"}.icon-bell:before{content:"\e952"}.icon-stopwatch:before{content:"\e953"}.icon-calendar:before{content:"\e954"}.icon-printer:before{content:"\e955"}.icon-keyboard:before{content:"\e956"}.icon-display:before{content:"\e957"}.icon-laptop:before{content:"\e958"}.icon-mobile:before{content:"\e959"}.icon-mobile2:before{content:"\e95a"}.icon-tablet:before{content:"\e95b"}.icon-tv:before{content:"\e95c"}.icon-drawer:before{content:"\e95d"}.icon-drawer2:before{content:"\e95e"}.icon-box-add:before{content:"\e95f"}.icon-box-remove:before{content:"\e960"}.icon-download:before{content:"\e961"}.icon-upload:before{content:"\e962"}.icon-floppy-disk:before{content:"\e963"}.icon-drive:before{content:"\e964"}.icon-database:before{content:"\e965"}.icon-undo:before{content:"\e966"}.icon-redo:before{content:"\e967"}.icon-undo2:before{content:"\e968"}.icon-redo2:before{content:"\e969"}.icon-forward:before{content:"\e96a"}.icon-reply:before{content:"\e96b"}.icon-bubble:before{content:"\e96c"}.icon-bubbles:before{content:"\e96d"}.icon-bubbles2:before{content:"\e96e"}.icon-bubble2:before{content:"\e96f"}.icon-bubbles3:before{content:"\e970"}.icon-bubbles4:before{content:"\e971"}.icon-user:before{content:"\e972"}.icon-users:before{content:"\e973"}.icon-user-plus:before{content:"\e974"}.icon-user-minus:before{content:"\e975"}.icon-user-check:before{content:"\e976"}.icon-user-tie:before{content:"\e977"}.icon-quotes-left:before{content:"\e978"}.icon-quotes-right:before{content:"\e979"}.icon-hour-glass:before{content:"\e97a"}.icon-spinner:before{content:"\e97b"}.icon-spinner2:before{content:"\e97c"}.icon-spinner3:before{content:"\e97d"}.icon-spinner4:before{content:"\e97e"}.icon-spinner5:before{content:"\e97f"}.icon-spinner6:before{content:"\e980"}.icon-spinner7:before{content:"\e981"}.icon-spinner8:before{content:"\e982"}.icon-spinner9:before{content:"\e983"}.icon-spinner10:before{content:"\e984"}.icon-spinner11:before{content:"\e985"}.icon-binoculars:before{content:"\e986"}.icon-search:before{content:"\e987"}.icon-zoom-in:before{content:"\e988"}.icon-zoom-out:before{content:"\e989"}.icon-enlarge:before{content:"\e98a"}.icon-shrink:before{content:"\e98b"}.icon-enlarge2:before{content:"\e98c"}.icon-shrink2:before{content:"\e98d"}.icon-key:before{content:"\e98e"}.icon-key2:before{content:"\e98f"}.icon-lock1:before{content:"\e990"}.icon-unlocked:before{content:"\e991"}.icon-wrench:before{content:"\e992"}.icon-equalizer:before{content:"\e993"}.icon-equalizer2:before{content:"\e994"}.icon-cog:before{content:"\e995"}.icon-cogs:before{content:"\e996"}.icon-hammer:before{content:"\e997"}.icon-magic-wand:before{content:"\e998"}.icon-aid-kit:before{content:"\e999"}.icon-bug:before{content:"\e99a"}.icon-pie-chart:before{content:"\e99b"}.icon-stats-dots:before{content:"\e99c"}.icon-stats-bars:before{content:"\e99d"}.icon-stats-bars2:before{content:"\e99e"}.icon-trophy:before{content:"\e99f"}.icon-gift:before{content:"\e9a0"}.icon-glass:before{content:"\e9a1"}.icon-glass2:before{content:"\e9a2"}.icon-mug:before{content:"\e9a3"}.icon-spoon-knife:before{content:"\e9a4"}.icon-leaf:before{content:"\e9a5"}.icon-rocket:before{content:"\e9a6"}.icon-meter:before{content:"\e9a7"}.icon-meter2:before{content:"\e9a8"}.icon-hammer2:before{content:"\e9a9"}.icon-fire:before{content:"\e9aa"}.icon-lab:before{content:"\e9ab"}.icon-magnet:before{content:"\e9ac"}.icon-bin:before{content:"\e9ad"}.icon-bin2:before{content:"\e9ae"}.icon-briefcase:before{content:"\e9af"}.icon-airplane:before{content:"\e9b0"}.icon-truck:before{content:"\e9b1"}.icon-road:before{content:"\e9b2"}.icon-accessibility:before{content:"\e9b3"}.icon-target:before{content:"\e9b4"}.icon-shield:before{content:"\e9b5"}.icon-power:before{content:"\e9b6"}.icon-switch:before{content:"\e9b7"}.icon-power-cord:before{content:"\e9b8"}.icon-clipboard:before{content:"\e9b9"}.icon-list-numbered:before{content:"\e9ba"}.icon-list:before{content:"\e9bb"}.icon-list2:before{content:"\e9bc"}.icon-tree:before{content:"\e9bd"}.icon-menu:before{content:"\e9be"}.icon-menu2:before{content:"\e9bf"}.icon-menu3:before{content:"\e9c0"}.icon-menu4:before{content:"\e9c1"}.icon-cloud:before{content:"\e9c2"}.icon-cloud-download:before{content:"\e9c3"}.icon-cloud-upload:before{content:"\e9c4"}.icon-cloud-check:before{content:"\e9c5"}.icon-download2:before{content:"\e9c6"}.icon-upload2:before{content:"\e9c7"}.icon-download3:before{content:"\e9c8"}.icon-upload3:before{content:"\e9c9"}.icon-sphere:before{content:"\e9ca"}.icon-earth:before{content:"\e9cb"}.icon-link:before{content:"\e9cc"}.icon-flag:before{content:"\e9cd"}.icon-attachment:before{content:"\e9ce"}.icon-eye:before{content:"\e9cf"}.icon-eye-plus:before{content:"\e9d0"}.icon-eye-minus:before{content:"\e9d1"}.icon-eye-blocked:before{content:"\e9d2"}.icon-bookmark:before{content:"\e9d3"}.icon-bookmarks:before{content:"\e9d4"}.icon-sun:before{content:"\e9d5"}.icon-contrast:before{content:"\e9d6"}.icon-brightness-contrast:before{content:"\e9d7"}.icon-star-empty:before{content:"\e9d8"}.icon-star-half:before{content:"\e9d9"}.icon-star-full:before{content:"\e9da"}.icon-heart:before{content:"\e9db"}.icon-heart-broken:before{content:"\e9dc"}.icon-man:before{content:"\e9dd"}.icon-woman:before{content:"\e9de"}.icon-man-woman:before{content:"\e9df"}.icon-happy:before{content:"\e9e0"}.icon-happy2:before{content:"\e9e1"}.icon-smile:before{content:"\e9e2"}.icon-smile2:before{content:"\e9e3"}.icon-tongue:before{content:"\e9e4"}.icon-tongue2:before{content:"\e9e5"}.icon-sad:before{content:"\e9e6"}.icon-sad2:before{content:"\e9e7"}.icon-wink:before{content:"\e9e8"}.icon-wink2:before{content:"\e9e9"}.icon-grin:before{content:"\e9ea"}.icon-grin2:before{content:"\e9eb"}.icon-cool:before{content:"\e9ec"}.icon-cool2:before{content:"\e9ed"}.icon-angry:before{content:"\e9ee"}.icon-angry2:before{content:"\e9ef"}.icon-evil:before{content:"\e9f0"}.icon-evil2:before{content:"\e9f1"}.icon-shocked:before{content:"\e9f2"}.icon-shocked2:before{content:"\e9f3"}.icon-baffled:before{content:"\e9f4"}.icon-baffled2:before{content:"\e9f5"}.icon-confused:before{content:"\e9f6"}.icon-confused2:before{content:"\e9f7"}.icon-neutral:before{content:"\e9f8"}.icon-neutral2:before{content:"\e9f9"}.icon-hipster:before{content:"\e9fa"}.icon-hipster2:before{content:"\e9fb"}.icon-wondering:before{content:"\e9fc"}.icon-wondering2:before{content:"\e9fd"}.icon-sleepy:before{content:"\e9fe"}.icon-sleepy2:before{content:"\e9ff"}.icon-frustrated:before{content:"\ea00"}.icon-frustrated2:before{content:"\ea01"}.icon-crying:before{content:"\ea02"}.icon-crying2:before{content:"\ea03"}.icon-point-up:before{content:"\ea04"}.icon-point-right:before{content:"\ea05"}.icon-point-down:before{content:"\ea06"}.icon-point-left:before{content:"\ea07"}.icon-warning:before{content:"\ea08"}.icon-notification:before{content:"\ea09"}.icon-question:before{content:"\ea0a"}.icon-plus:before{content:"\ea0b"}.icon-minus:before{content:"\ea0c"}.icon-info1:before{content:"\ea0d"}.icon-cancel-circle:before{content:"\ea0e"}.icon-blocked:before{content:"\ea0f"}.icon-cross:before{content:"\ea10"}.icon-checkmark:before{content:"\ea11"}.icon-checkmark2:before{content:"\ea12"}.icon-spell-check:before{content:"\ea13"}.icon-enter:before{content:"\ea14"}.icon-exit:before{content:"\ea15"}.icon-sendemail:before{content:"\ea16"}.icon-excel:before{content:"\ea17"}.icon-Lock_Information:before{content:"\ea18"}.icon-lock:before{content:"\ea19"}.icon-info:before{content:"\ea1a"}.icon-info_circle:before{content:"\ea1b"}.icon-help:before{content:"\ea1c"}.icon-play3:before{content:"\ea1d"}.icon-pause2:before{content:"\ea1e"}.icon-stop2:before{content:"\ea1f"}.icon-backward2:before{content:"\ea20"}.icon-forward3:before{content:"\ea21"}.icon-first:before{content:"\ea22"}.icon-last:before{content:"\ea23"}.icon-previous2:before{content:"\ea24"}.icon-next2:before{content:"\ea25"}.icon-eject:before{content:"\ea26"}.icon-volume-high:before{content:"\ea27"}.icon-volume-medium:before{content:"\ea28"}.icon-volume-low:before{content:"\ea29"}.icon-volume-mute:before{content:"\ea2a"}.icon-volume-mute2:before{content:"\ea2b"}.icon-volume-increase:before{content:"\ea2c"}.icon-volume-decrease:before{content:"\ea2d"}.icon-loop:before{content:"\ea2e"}.icon-loop2:before{content:"\ea2f"}.icon-infinite:before{content:"\ea30"}.icon-shuffle:before{content:"\ea31"}.icon-arrow-up-left:before{content:"\ea32"}.icon-arrow-up:before{content:"\ea33"}.icon-arrow-up-right:before{content:"\ea34"}.icon-arrow-right:before{content:"\ea35"}.icon-arrow-down-right:before{content:"\ea36"}.icon-arrow-down:before{content:"\ea37"}.icon-arrow-down-left:before{content:"\ea38"}.icon-arrow-left:before{content:"\ea39"}.icon-arrow-up-left2:before{content:"\ea3a"}.icon-arrow-up2:before{content:"\ea3b"}.icon-arrow-up-right2:before{content:"\ea3c"}.icon-arrow-right2:before{content:"\ea3d"}.icon-arrow-down-right2:before{content:"\ea3e"}.icon-arrow-down2:before{content:"\ea3f"}.icon-arrow-down-left2:before{content:"\ea40"}.icon-arrow-left2:before{content:"\ea41"}.icon-circle-up:before{content:"\ea42"}.icon-circle-right:before{content:"\ea43"}.icon-circle-down:before{content:"\ea44"}.icon-circle-left:before{content:"\ea45"}.icon-tab:before{content:"\ea46"}.icon-move-up:before{content:"\ea47"}.icon-move-down:before{content:"\ea48"}.icon-sort-alpha-asc:before{content:"\ea49"}.icon-sort-alpha-desc:before{content:"\ea4a"}.icon-sort-numeric-asc:before{content:"\ea4b"}.icon-sort-numberic-desc:before{content:"\ea4c"}.icon-sort-amount-asc:before{content:"\ea4d"}.icon-sort-amount-desc:before{content:"\ea4e"}.icon-command:before{content:"\ea4f"}.icon-shift:before{content:"\ea50"}.icon-ctrl:before{content:"\ea51"}.icon-opt:before{content:"\ea52"}.icon-checkbox-checked:before{content:"\ea53"}.icon-checkbox-unchecked:before{content:"\ea54"}.icon-radio-checked:before{content:"\ea55"}.icon-radio-checked2:before{content:"\ea56"}.icon-radio-unchecked:before{content:"\ea57"}.icon-crop:before{content:"\ea58"}.icon-make-group:before{content:"\ea59"}.icon-ungroup:before{content:"\ea5a"}.icon-scissors:before{content:"\ea5b"}.icon-filter:before{content:"\ea5c"}.icon-font:before{content:"\ea5d"}.icon-ligature:before{content:"\ea5e"}.icon-ligature2:before{content:"\ea5f"}.icon-text-height:before{content:"\ea60"}.icon-text-width:before{content:"\ea61"}.icon-font-size:before{content:"\ea62"}.icon-bold:before{content:"\ea63"}.icon-underline:before{content:"\ea64"}.icon-italic:before{content:"\ea65"}.icon-strikethrough:before{content:"\ea66"}.icon-omega:before{content:"\ea67"}.icon-sigma:before{content:"\ea68"}.icon-page-break:before{content:"\ea69"}.icon-superscript:before{content:"\ea6a"}.icon-subscript:before{content:"\ea6b"}.icon-superscript2:before{content:"\ea6c"}.icon-subscript2:before{content:"\ea6d"}.icon-text-color:before{content:"\ea6e"}.icon-pagebreak:before{content:"\ea6f"}.icon-clear-formatting:before{content:"\ea70"}.icon-table2:before{content:"\ea71"}.icon-table21:before{content:"\ea72"}.icon-insert-template:before{content:"\ea73"}.icon-pilcrow:before{content:"\ea74"}.icon-ltr:before{content:"\ea75"}.icon-rtl:before{content:"\ea76"}.icon-section:before{content:"\ea77"}.icon-paragraph-left:before{content:"\ea78"}.icon-paragraph-center:before{content:"\ea79"}.icon-paragraph-right:before{content:"\ea7a"}.icon-paragraph-justify:before{content:"\ea7b"}.icon-indent-increase:before{content:"\ea7c"}.icon-indent-decrease:before{content:"\ea7d"}.icon-share:before{content:"\ea7e"}.icon-new-tab:before{content:"\ea7f"}.icon-embed:before{content:"\ea80"}.icon-embed2:before{content:"\ea81"}.icon-terminal:before{content:"\ea82"}.icon-share2:before{content:"\ea83"}.icon-mail:before{content:"\ea84"}.icon-mail2:before{content:"\ea85"}.icon-mail3:before{content:"\ea86"}.icon-mail4:before{content:"\ea87"}.icon-cubelight:before{content:"\ea88"}.icon-cube:before{content:"\ea89"}.icon-bulletlist:before{content:"\ea8a"}.icon-eye-open:before{content:"\ea8b"}.icon-eye-close:before{content:"\ea8c"}.icon-arrowhead_down:before{content:"\ea8d"}.icon-arrowhead_up:before{content:"\ea8e"}.icon-sandclock:before{content:"\ea8f"}.icon-sum:before{content:"\ea90"}.icon-rndcheck-not:before{content:"\ea91"}.icon-rndcheck-ok:before{content:"\ea92"}.icon-clock1:before{content:"\ea93"}.icon-pause1:before{content:"\ea94"}.icon-shop:before{content:"\ea95"}.icon-template:before{content:"\ea96"}.icon-remove:before{content:"\ea97"}.icon-access:before{content:"\ea98"}.icon-address:before{content:"\ea99"}.icon-apps:before{content:"\ea9a"}.icon-archive:before{content:"\ea9b"}.icon-calendar1:before{content:"\ea9c"}.icon-code:before{content:"\ea9d"}.icon-coin:before{content:"\ea9e"}.icon-company:before{content:"\ea9f"}.icon-cube1:before{content:"\eaa0"}.icon-cubelight1:before{content:"\eaa1"}.icon-dashboard:before{content:"\eaa2"}.icon-datarefresh:before{content:"\eaa3"}.icon-documentsave:before{content:"\eaa4"}.icon-documents:before{content:"\eaa5"}.icon-download1:before{content:"\eaa6"}.icon-duplicate1:before{content:"\eaa7"}.icon-edit:before{content:"\eaa8"}.icon-excel1:before{content:"\eaa9"}.icon-expand:before{content:"\eaaa"}.icon-file:before{content:"\eaab"}.icon-Floppy:before{content:"\eaac"}.icon-folder1:before{content:"\eaad"}.icon-folder_add:before{content:"\eaae"}.icon-folder_delete:before{content:"\eaaf"}.icon-folder_find:before{content:"\eab0"}.icon-globe:before{content:"\eab1"}.icon-group:before{content:"\eab2"}.icon-home1:before{content:"\eab3"}.icon-inbox:before{content:"\eab4"}.icon-library1:before{content:"\eab5"}.icon-license:before{content:"\eab6"}.icon-list1:before{content:"\eab7"}.icon-log:before{content:"\eab8"}.icon-logout:before{content:"\eab9"}.icon-menu1:before{content:"\eaba"}.icon-newspaper1:before{content:"\eabb"}.icon-numberlist:before{content:"\eabc"}.icon-package:before{content:"\eabd"}.icon-tux:before{content:"\eabe"}.icon-appleinc:before{content:"\eabf"}.icon-finder:before{content:"\eac0"}.icon-android:before{content:"\eac1"}.icon-windows:before{content:"\eac2"}.icon-windows8:before{content:"\eac3"}.icon-pay:before{content:"\eac4"}.icon-pdf:before{content:"\eac5"}.icon-pdfexport:before{content:"\eac6"}.icon-pictures:before{content:"\eac7"}.icon-plus1:before{content:"\eac8"}.icon-untitled:before{content:"\eac9"}.icon-dataset:before{content:"\eaca"}.icon-check:before{content:"\eacb"}.icon-projects:before{content:"\eacc"}.icon-rename:before{content:"\eacd"}.icon-Save:before{content:"\eace"}.icon-squares:before{content:"\eacf"}.icon-table1:before{content:"\ead0"}.icon-upload1:before{content:"\ead1"}.icon-user1:before{content:"\ead2"}.icon-staff:before{content:"\ead3"}.icon-back:before{content:"\ead4"}.icon-next1:before{content:"\ead5"}.icon-sendemail1:before{content:"\ead6"}.icon-exit1:before{content:"\ead7"}.icon-yelp:before{content:"\ead8"}.icon-key1:before{content:"\ead9"}.icon-chrome:before{content:"\eada"}.icon-firefox:before{content:"\eadb"}.icon-duplicate:before{content:"\eadc"}.icon-edge:before{content:"\eadd"}.icon-safari:before{content:"\eade"}.icon-opera:before{content:"\eadf"}.icon-file-pdf:before{content:"\eae0"}.icon-paste1:before{content:"\eae1"}.icon-file-word:before{content:"\eae2"}.icon-file-excel:before{content:"\eae3"}.icon-copy1:before{content:"\eae4"}.icon-replace:before{content:"\eae5"}.icon-week:before{content:"\eae6"}.icon-baggage:before{content:"\eae7"}.icon-trash:before{content:"\eae8"}.icon-erase:before{content:"\eae9"}.icon-usertime:before{content:"\eaea"}.icon-helpfile:before{content:"\eaeb"}.icon-clocktime:before{content:"\eaec"}.icon-table:before{content:"\eaed"}.icon-report:before{content:"\eaee"}.icon-aggrement:before{content:"\eaef"}.icon-vacancydays:before{content:"\eaf0"}
\ No newline at end of file
--- /dev/null
+<?php
+/* Copyright (DKS S.à r.l. - 2024). Licensed under the EUPL-1.2 or later */
+class Bankaccounts extends stdClass {
+ private $dbh;
+ private $cfg;
+ public function __construct($dblink,$cfg){
+ $this->dbh = $dblink;
+ $this->cfg = $cfg;
+ }
+
+ public function __destruct(){
+ $this->dbh = null;
+ }
+
+ public function getColDefs(){
+ return $this->dbh->getColumnDefinitions($this->cfg["db"]["dbname"],"bank_statements");
+ }
+
+ public function getMonthList(){
+ $sql = "select date_month as id,month(date_month) as month, year(date_month) as year, count(id_member) as cnt from members_cotisation mc group by date_month order by date_month DESC;";
+ //$sql= "select CONACT(year,'-',month,'-01') as date from sepa_xmldata group by datestart order by datestart DESC;";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function getList($monthdate){
+ $sql ="SELECT mc.id, mc.id_member, mc.date_month, mc.date_transaction, mc.status, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.amount, mc.paymenttype, mc.created, mc.modified,
+unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.date_month = date(".$this->dbh->value($monthdate).");";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function getRowData($id){
+ $sql = "SELECT id, id_member, date_month,DATE_FORMAT(date_month,'%m/%Y') as dspdate_month, date_transaction, status, sepa_file_out, transaction_file_in, transaction_id, last_sepa_code, amount, paymenttype, created, modified FROM members_cotisation where id=".$this->dbh->value($id).";";
+ return $this->dbh->query($sql);
+ }
+
+ public function saveRow($id,$data){
+ $updsql = $this->dbh->createUpdateDDL("members_cotisation",array("id" => $id),$data);
+ $ret = $this->dbh->exec($updsql);
+ return $ret;
+ }
+
+ public function startImport($file){
+ $pp = new WorkerProcess($this->dbh,$this->cfg);
+ $phpexe='php';
+ if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
+ $phpexe=$_SERVER['PHPRC']."\\php.exe";
+ } else {
+ $phpexe="php";
+ }
+ $pinfo = $pp->executeCli($phpexe." ".$this->cfg["scripts"]."importcsv.php"." -f ".$xmlfile."","importcsv");
+ return $pinfo;
+ }
+
+ public function checkTransactions($month){
+ $pp = new WorkerProcess($this->dbh,$this->cfg);
+ $phpexe='php';
+ if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
+ $phpexe=$_SERVER['PHPRC']."\\php.exe";
+ } else {
+ $phpexe="php";
+ }
+ $pinfo = $pp->executeCli($phpexe." ".$this->cfg["scripts"]."parsestatements.php"." -f ".$xmlfile."","parsestatements");
+ return $pinfo;
+ }
+
+}
+
+?>
\ No newline at end of file
public function getList($monthdate){
$sql ="SELECT mc.id, mc.id_member, mc.date_month, mc.date_transaction, mc.status, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.amount, mc.paymenttype, mc.created, mc.modified,
-m.firstname,m.lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.date_month = date(".$this->dbh->value($monthdate).");";
+unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.date_month = date(".$this->dbh->value($monthdate).");";
return $this->dbh->queryarray($sql);
}
public function getUnpaidSepaList(){
- $sql = "SELECT mc.id, mc.id_member, mc.date_month, m.firstname,m.lastname, mc.status, mc.amount, mc.date_transaction, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.paymenttype, mc.created, mc.modified
+ $sql = "SELECT mc.id, mc.id_member, mc.date_month, m.firstname,m.lastname, mc.status, mc.amount, mc.date_transaction, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.paymenttype, mc.created, mc.modified,m.bankaccount,m.bankbic
FROM members_cotisation mc
join members m on (mc.id_member=m.ID_member)
where mc.paymenttype ='SEPA' and (mc.status is null or mc.status = 'error') and mc.amount > 0 and m.id_member not in (select ID_dependent from members_dependents md) order by mc.date_month desc;";
public function getListByMember($id){
$sql ="SELECT mc.id, mc.id_member, mc.date_month, mc.date_transaction, mc.status, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.amount, mc.paymenttype, mc.created, mc.modified,
-m.firstname,m.lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.id_member =".$this->dbh->value($id)." order by date_month DESC;";
+unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.id_member =".$this->dbh->value($id)." order by date_month DESC;";
return $this->dbh->queryarray($sql);
}
return $resa;
}
+ public function addMonth($idmember){
+ $res = null;
+ if ($idmember != null){
+ $res = $this->dbh->query("select case when m.quota is null then 0 else m.quota end as amount,case when m.sepasigned ='1' then 'SEPA' else 'VIR' end as paymenttype,dx.date_month from members m join
+ (select id_member,date_month from (
+ select id_member,DATE_Add(max(date_month), interval 1 month) as date_month from members_cotisation mc where id_member=".$this->dbh->value($idmember)."
+ union
+ select ID_member as id_member,STR_TO_DATE(CONCAT(YEAR(datein), '-', MONTH(datein), '-01'), '%Y-%m-%d') as date_month from members where ID_member=".$this->dbh->value($idmember).") dd order by date_month desc LIMIT 1) dx on (m.ID_member=dx.id_member);");
+ if (isset($res["date_month"])){
+ $sql = "insert into members_cotisation (ID_member,date_month,amount,paymenttype) VALUES (".$this->dbh->value($idmember).",date(".$this->dbh->value($res["date_month"])."),".$this->dbh->value($res["amount"]).",".$this->dbh->value($res["paymenttype"]).");";
+ $this->dbh->exec($sql);
+ }
+ }
+ return $res;
+ }
+
public function checkSepaTransactions($monthdate){
//first get all payed with success!
$sql1 = "UPDATE members_cotisation mc
return $this->dbh->exec($sql);\r
}\r
\r
+ public function getPhonePrefixList(){\r
+ $sql= "select CONCAT('+',codephone) as codephone, concat('(',iso2,') +',codephone) as description from countries where codephone is not null and codephone != 0 order by -prio DESC,iso2 ASC;";\r
+ return $this->dbh->queryarray($sql);\r
+ }\r
+\r
}\r
?>
\ No newline at end of file
} else {\r
return array();\r
}\r
- $sql= "SELECT ID_member as id, lastname,firstname,securitysocialnumber,\r
- CONCAT(coalesce(lastname,''),' ',coalesce(firstname,''),'<br/>',coalesce(ID_member,''),' / ',coalesce(securitysocialnumber,'')) as memberdata\r
- FROM members ".$where." order by lastname asc,firstname asc;";\r
+ $sql= "SELECT ID_member as id, unaccent(UPPER(lastname)) as lastname,unaccent(UPPER(firstname)) as firstname,securitysocialnumber,\r
+ CONCAT(coalesce(unaccent(UPPER(lastname)),''),' ',coalesce(unaccent(UPPER(firstname)),''),'<br/>',coalesce(ID_member,''),' / ',coalesce(securitysocialnumber,'')) as memberdata\r
+ FROM members WHERE daterelease is null AND deleted is null order by lastname asc,firstname asc;";\r
return $this->dbh->queryarray($sql);\r
}\r
\r
public function getSelectList(){\r
- $sql= "SELECT ID_member as id, CONCAT(coalesce(lastname,''),' ',coalesce(firstname,''),' (',ID_member,')') as description\r
+ $sql= "SELECT ID_member as id, CONCAT(coalesce(unaccent(UPPER(lastname)),''),' ',coalesce(unaccent(UPPER(firstname)),''),' (',ID_member,')') as description\r
FROM members WHERE daterelease is null order by lastname ASC,firstname ASC;";\r
return $this->dbh->queryarray($sql);\r
}\r
\r
public function getFamillyCommonList(){\r
- $sql= "SELECT ID_member as id, CONCAT(coalesce(lastname,''),' ',coalesce(firstname,''),' (',ID_member,')') as description\r
+ $sql= "SELECT ID_member as id, CONCAT(coalesce(unaccent(UPPER(lastname)),''),' ',coalesce(unaccent(UPPER(firstname)),''),' (',ID_member,')') as description\r
FROM members WHERE daterelease is null and ID_famillycommon is null order by lastname ASC,firstname ASC;";\r
return $this->dbh->queryarray($sql);\r
}\r
\r
\r
public function get($id){\r
- $sql= "SELECT m.ID_member as id, m.code, m.code1, m.firstname, m.lastname, m.codebar, m.gender, m.photoid, m.birthday, m.birthcountry, \r
+ $sql= "SELECT m.ID_member as id, m.code, m.code1, unaccent(UPPER(m.firstname)) as firstname, unaccent(UPPER(m.lastname)) as lastname, m.codebar, m.gender, m.photoid, m.birthday, m.birthcountry, \r
m.ID_zipcode,z.zipcode, m.addresszipcode, m.addressziplocal, m.addressstreet, m.addresspolicenumber, m.addressextra, m.addresscountry, \r
m.retired, m.dateretired, m.student, m.datein, m.daterelease, m.dateinmut, m.securitysocialnumber, m.journal, m.journalqt, \r
m.phone, m.cellphone, m.fax, m.email, \r
}
public function getList($month,$year){
- $sql= "SELECT mq.ID_member_quota, mq.ID_member, mq.`month`, mq.`year`, mq.datemovement, mq.ID_quotatype,CONCAT(qt.code,' - ',qt.description) as quotatype, mq.imported, mq.filexml, mq.refxml, mq.success, mq.forgiven, mq.errormsg, mq.errorcode, mq.quota, mq.quotaextra, mq.accountout, mq.accountin, mq.quotaobs,m.lastname,m.firstname,m.sepasigned,m.ID_sepa_group,CONCAT(sg.code,' - ',sg.description) as sepagroup
+ $sql= "SELECT mq.ID_member_quota, mq.ID_member, mq.`month`, mq.`year`, mq.datemovement, mq.ID_quotatype,CONCAT(qt.code,' - ',qt.description) as quotatype, mq.imported, mq.filexml, mq.refxml, mq.success, mq.forgiven, mq.errormsg, mq.errorcode, mq.quota, mq.quotaextra, mq.accountout, mq.accountin, mq.quotaobs,unaccent(UPPER(m.lastname)) as lastname,unaccent(UPPER(m.firstname)) as firstname,m.sepasigned,m.ID_sepa_group,CONCAT(sg.code,' - ',sg.description) as sepagroup
from members_quotas mq
join members m on (mq.ID_member=m.ID_member)
left join quotastype qt on (mq.ID_quotatype=qt.ID_quotatype)
public function getUnpaidList(){
$sql=" select CONCAT(ID_member,'-',year,'-',month) as id, ID_member,lastname,firstname,year,month,quota from (
- select mq.ID_member,m.firstname,m.lastname,sum(mq.success) as success,mq.`year`,mq.`month` ,mq.quota
+ select mq.ID_member,unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname,sum(mq.success) as success,mq.`year`,mq.`month` ,mq.quota
from members_quotas mq join members m on (mq.ID_member=m.ID_member)
where m.daterelease is null and m.sepasigned=1
group by mq.id_member,mq.year,mq.month ) aa where aa.success=0 order by year desc,month desc,lastname,firstname;";
$this->dbh = null;
}
- public function createSepaOLD($debitdate,$month,$year,$unpaiddata){
-
- try {
- $CrLf = "\r\n";
-
- $msgid=date('Ymd_His');
- $dateTime_EMCA=date('Y-m-d')."T".date('H:i:s');
- $pmtinf = array();
- if (isset($month) && $month>0 && isset($year) && $year> 0){
- $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,CONCAT(m.lastname,' ',m.firstname) as memberfullname,
- replace(m.bankaccount,' ','') as memberiban,CONCAT('NGL-SNEP ','".str_pad($month, 2, "0", STR_PAD_LEFT )."','/','".$year."') as sepamsg,case when sum(mq.success) > 0 then 'RCUR' else 'FRST' end as seqtype
- from members m
- left join members_quotas mq on (m.ID_member=mq.ID_member)
- join members_cotisation mc on (m.ID_member=mc.id_member)
- join banks b on (m.ID_bank=b.ID_bank)
- where m.sepasigned=1 and (m.daterelease is null or m.daterelease >= date('".$year."-".str_pad($month, 2, "0", STR_PAD_LEFT )."-01')) and m.id_famillycommon is null and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) > 20
- group by m.ID_member;";
- // m.ID_member not in (select ID_dependent from members_dependents md)
- //and m.dateretired is null
- //file_put_contents($this->cfg["datapath"]."tmp/debug.log","SQL Export: ".$sql."\n",FILE_APPEND);
- $pmtinf = $this->dbh->queryarray($sql);
- }
-
- $sepaxml = "<Document xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.008.001.02\">".$CrLf;
- $sepaxml .= " <CstmrDrctDbtInitn>".$CrLf;
- //SECTION CREATION SEPA FILE - ISO200022
- // SEPA File Header
- // SEPA Group header
- //file_put_contents("log/debug.log","Pmt_inf:\n".print_r($unpaiddata,true),FILE_APPEND);
- if (isset($unpaiddata) && count($unpaiddata) > 0){
- //file_put_contents("log/debug.log","parse unpaiddata:\n",FILE_APPEND);
- //foreach ($unpaiddata as $up){
-
- //file_put_contents("log/debug.log","parse unpaiddata:".print_r($unpaiddata,true)."\n",FILE_APPEND);
- $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,CONCAT(m.lastname,' ',m.firstname) as memberfullname,
- m.bankaccount as memberiban,CONCAT('NGL-SNEP ','".substr($up["date_month"],5,2)."','/','".substr($up["date_month"],0,4)."') as sepamsg,case when sum(mq.success) > 0 then 'RCUR' else 'FRST' end as seqtype
- from members m
- left join members_quotas mq on (m.ID_member=mq.ID_member)
- join members_cotisation mc on (m.ID_member=mc.id_member)
- join banks b on (m.ID_bank=b.ID_bank)
- where mc.id in (".$this->dbh->value(implode("','",$unpaiddata)).") and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) > 20
- group by m.ID_member;";
- $upval = $this->dbh->query($sql);
- array_push($pmtinf,$upval);
- //}
- }
-
- $sepa_pmtinf = array();
- $sumall=0.00;
- $countall=0;
- $updids=array();
- foreach ($pmtinf as $py){
- if (isset($py["ID_member"])){
- array_push($updids,$py["ID_member"]);
- $DrctDbtTxInf = " <DrctDbtTxInf>".$CrLf;
- $DrctDbtTxInf .= " <PmtId>".$CrLf;
- $DrctDbtTxInf .= " <InstrId>".$py["ID_member"]."</InstrId>".$CrLf;
- $DrctDbtTxInf .= " <EndToEndId>".$py["ID_member"]."</EndToEndId>".$CrLf;
- $DrctDbtTxInf .= " </PmtId>".$CrLf;
- $DrctDbtTxInf .= " <InstdAmt Ccy=\"EUR\">".$py["memberquota"]."</InstdAmt>".$CrLf; //15.00
- $DrctDbtTxInf .= " <DrctDbtTx>".$CrLf;
- $DrctDbtTxInf .= " <MndtRltdInf>".$CrLf;
- $DrctDbtTxInf .= " <MndtId>".$py["ID_member"]."</MndtId>".$CrLf;
- $DrctDbtTxInf .= " <DtOfSgntr>".$py["sepasignaturedate"]."</DtOfSgntr>".$CrLf; // yyyy-mm-dd
- $DrctDbtTxInf .= " </MndtRltdInf>".$CrLf;
- $DrctDbtTxInf .= " </DrctDbtTx>".$CrLf;
- $DrctDbtTxInf .= " <DbtrAgt>".$CrLf;
- $DrctDbtTxInf .= " <FinInstnId>".$CrLf;
- $DrctDbtTxInf .= " <BIC>".$py["memberbic"]."</BIC>".$CrLf;
- $DrctDbtTxInf .= " </FinInstnId>".$CrLf;
- $DrctDbtTxInf .= " </DbtrAgt>".$CrLf;
- $DrctDbtTxInf .= " <Dbtr>".$CrLf;
- $DrctDbtTxInf .= " <Nm>".strtoupper($py["memberfullname"])."</Nm>".$CrLf; //surname prename
- $DrctDbtTxInf .= " </Dbtr>".$CrLf;
- $DrctDbtTxInf .= " <DbtrAcct>".$CrLf;
- $DrctDbtTxInf .= " <Id>".$CrLf;
- $DrctDbtTxInf .= " <IBAN>".str_replace(' ','',$py["memberiban"])."</IBAN>".$CrLf; // nospaces
- $DrctDbtTxInf .= " </Id>".$CrLf;
- $DrctDbtTxInf .= " </DbtrAcct>".$CrLf;
- $DrctDbtTxInf .= " <RmtInf>".$CrLf;
- $DrctDbtTxInf .= " <Ustrd>".$py["sepamsg"]."</Ustrd>".$CrLf; // p.ex. NGL-SNEP 01/2024
- $DrctDbtTxInf .= " </RmtInf>".$CrLf;
- $DrctDbtTxInf .= " </DrctDbtTxInf>".$CrLf;
- //file_put_contents($this->cfg["datapath"]."tmp/debug.log","Pmt_inf:\n".print_r($py,true),FILE_APPEND);
- if (!isset($sepa_pmtinf[$py["seqtype"]])){
- $sepa_pmtinf[$py["seqtype"]] = array("DrctDbtTxInf" => array(),"CommonPmtInf" => "","sumDrctDbtTxInf" => 0.0);
- }
- array_push($sepa_pmtinf[$py["seqtype"]]["DrctDbtTxInf"],$DrctDbtTxInf);
- $sepa_pmtinf[$py["seqtype"]]["sumDrctDbtTxInf"] += $py["memberquota"];
- $countall++;
- $sumall+=$py["memberquota"];
- }
- }
-
- $sepaxml .= " <GrpHdr>".$CrLf;
- $sepaxml .= " <MsgId>".$msgid."</MsgId>".$CrLf;
- $sepaxml .= " <CreDtTm>".$dateTime_EMCA."</CreDtTm>".$CrLf;
- $sepaxml .= " <NbOfTxs>".$countall."</NbOfTxs>".$CrLf;
- $sepaxml .= " <CtrlSum>".$sumall."</CtrlSum>".$CrLf;
- $sepaxml .= " <InitgPty>".$CrLf;
- $sepaxml .= " <Nm>".$this->cfg["companyname"]."</Nm>".$CrLf;
- $sepaxml .= " <Id>".$CrLf;
- $sepaxml .= " <OrgId>".$CrLf;
- $sepaxml .= " <Othr>".$CrLf;
- $sepaxml .= " <Id>".$this->cfg['rcsnum']."</Id>".$CrLf;
- $sepaxml .= " <Issr>RCS</Issr>".$CrLf;
- $sepaxml .= " </Othr>".$CrLf;
- $sepaxml .= " </OrgId>".$CrLf;
- $sepaxml .= " </Id>".$CrLf;
- $sepaxml .= " </InitgPty>".$CrLf;
- $sepaxml .= " </GrpHdr>".$CrLf;
-
- foreach ($sepa_pmtinf as $sqtkey => $sqtv ){
- //file_put_contents($this->cfg["datapath"]."tmp/debug.log","Sqtkey: ".print_r($sqtkey,true)."\n"."Sqtv: ".print_r($sqtv,true),FILE_APPEND);
- $sepaxml .= " <PmtInf>".$CrLf;
- $sepaxml .= " <PmtInfId>".$msgid."</PmtInfId>".$CrLf;
- $sepaxml .= " <PmtMtd>DD</PmtMtd>".$CrLf;
- $sepaxml .= " <BtchBookg>true</BtchBookg>".$CrLf;
- $sepaxml .= " <NbOfTxs>".count($sepa_pmtinf[$sqtkey]["DrctDbtTxInf"])."</NbOfTxs>".$CrLf;
- $sepaxml .= " <CtrlSum>".$sepa_pmtinf[$sqtkey]["sumDrctDbtTxInf"]."</CtrlSum>".$CrLf;
- $sepaxml .= " <PmtTpInf>".$CrLf;
- $sepaxml .= " <SvcLvl>".$CrLf;
- $sepaxml .= " <Cd>SEPA</Cd>".$CrLf;
- $sepaxml .= " </SvcLvl>".$CrLf;
- $sepaxml .= " <LclInstrm>".$CrLf;
- $sepaxml .= " <Cd>CORE</Cd>".$CrLf;
- $sepaxml .= " </LclInstrm>".$CrLf;
- $sepaxml .= " <SeqTp>".$sqtkey."</SeqTp>".$CrLf;
- $sepaxml .= " </PmtTpInf>".$CrLf;
- $sepaxml .= " <ReqdColltnDt>".$debitdate."</ReqdColltnDt>".$CrLf;
- $sepaxml .= " <Cdtr>".$CrLf;
- $sepaxml .= " <Nm>".$this->cfg["companyname"]."</Nm>".$CrLf;
- $sepaxml .= " <PstlAdr>".$CrLf;
- $sepaxml .= " <Ctry>".$this->cfg["iso2country"]."</Ctry>".$CrLf; //iso-country
- $sepaxml .= " <AdrLine>".$this->cfg["address"]."</AdrLine>".$CrLf;
- $sepaxml .= " <AdrLine>".$this->cfg["iso1country"]."-".$this->cfg["zip"]." ".strtoupper($this->cfg["city"])."</AdrLine>".$CrLf;
- $sepaxml .= " </PstlAdr>".$CrLf;
- $sepaxml .= " </Cdtr>".$CrLf;
- $sepaxml .= " <CdtrAcct>".$CrLf;
- $sepaxml .= " <Id>".$CrLf;
- $sepaxml .= " <IBAN>".str_replace(' ','',$this->cfg["iban"])."</IBAN>".$CrLf;
- $sepaxml .= " </Id>".$CrLf;
- $sepaxml .= " </CdtrAcct>".$CrLf;
- $sepaxml .= " <CdtrAgt>".$CrLf;
- $sepaxml .= " <FinInstnId>".$CrLf;
- $sepaxml .= " <BIC>".$this->cfg["bic"]."</BIC>".$CrLf;
- $sepaxml .= " </FinInstnId>".$CrLf;
- $sepaxml .= " </CdtrAgt>".$CrLf;
- $sepaxml .= " <CdtrSchmeId>".$CrLf;
- $sepaxml .= " <Id>".$CrLf;
- $sepaxml .= " <PrvtId>".$CrLf;
- $sepaxml .= " <Othr>".$CrLf;
- $sepaxml .= " <Id>LU57ZZZ0000000000000000760</Id>".$CrLf;
- $sepaxml .= " <SchmeNm>".$CrLf;
- $sepaxml .= " <Prtry>SEPA</Prtry>".$CrLf;
- $sepaxml .= " </SchmeNm>".$CrLf;
- $sepaxml .= " </Othr>".$CrLf;
- $sepaxml .= " </PrvtId>".$CrLf;
- $sepaxml .= " </Id>".$CrLf;
- $sepaxml .= " </CdtrSchmeId>".$CrLf;
-
- foreach ($sepa_pmtinf[$sqtkey]["DrctDbtTxInf"] as $debitInf){
- $sepaxml .= $debitInf;
- }
- $sepaxml .= " </PmtInf>".$CrLf;
- }
- $sepaxml .= " </CstmrDrctDbtInitn>".$CrLf;
- $sepaxml .= "</Document>".$CrLf;
- file_put_contents($this->cfg["datapath"]."exportsepa/".$msgid.".xml",$sepaxml);
- $sql = "update members_cotisation set status='exported' WHERE id_member in (".implode(",",$updids).") and date_month=date('".$year."-".str_pad($month, 2, "0", STR_PAD_LEFT )."-01');";
- $this->dbh->exec($sql);
- // foreach ($pmtinf as $py){
- // $sql="update members_cotisation SET status='exported' where id='".$py["ID_member"]."' and date_month=date('".$year."-".str_pad($month, 2, "0", STR_PAD_LEFT )."-01');";
- // $this->dbh->exec($sql);
- // }
-
- } catch (Exception $e){
- //file_put_contents($this->cfg["datapath"]."tmp/debug.log","Error:\n".print_r($e,true),FILE_APPEND);
- return array("error" => print_r($e,true));
- }
- }
-
public function createSepa($debitdate,$month,$year,$unpaiddata){
$pp = new WorkerProcess($this->dbh,$this->cfg);
$phpexe='php';
return $this->dbh->queryarray($sql);
}
+ public function getZipCodeList($country){
+ if (!isset($country) || strlen($country) != 2 ){return array();}
+ $sql="select zipcode from zipcodes where iso2=".$this->dbh->value($country)." group by zipcode order by zipcode;";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function getCityList($country,$cp=null){
+ if (!isset($country) || strlen($country) != 2 ){return array();}
+
+ $sql="select `local` as city from zipcodes where iso2=".$this->dbh->value($country)." and zipcode like '".$this->dbh->text($cp)."%' group by `local`; ";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function getStreetList($country,$cp,$city=null){
+ if (!isset($country) || strlen($country) != 2 ){return array();}
+ if (!isset($cp) || strlen($cp) < 4 ){return array();}
+ $sql="select street from zipcodes where iso2=".$this->dbh->value($country)." and zipcode like '".$this->dbh->text($cp)."%' and city like '".$this->dbh->text($cp)."%' group by street; ";
+ return $this->dbh->queryarray($sql);
+ }
+
public function getRowData($id){
$sql= "SELECT ID_zipcode as id, iso2, `local`, street, zipcode, policenumbertype, policenumberstart, policenumberend, ID_section, new_date, new_user, update_date, update_user FROM zipcodes WHERE ID_zipcode=".$this->dbh->value($id).";";
return $this->dbh->query($sql);
$cfg["db"]["debug"] = 1;
$cfg["tmppath"] = "data/tmp/";
$cfg["lang"] = "fr";
- $cfg["debug"] = 1;
+ $cfg["debug"] = 0;
$cfg["curlua"] = "NGL-SNEP App";
$cfg["appname"] = "NGL-SNEP";
$cfg["env"] = "prod";
}
}
- public function securetext($text){
+ public function text($text){
if ($text == null){return '';};
return str_replace("'","''",$text);
}
if (($text == "") || ($text == null)){
return 'null';
}
- return "'".$this->securetext($text)."'";
+ return "'".$this->text($text)."'";
}
- public function query($sql){
+ public function query($sql,$nolog=0){
$result = array();
- if ($this->dbconf["debug"] == 1){
+ if ($this->dbconf["debug"] == 1 && $nolog==0){
$this->dblog("QUERY: ".$sql);
}
try {
if (isset($options->inputStyle)){ $input .= ' style="'.$options->inputStyle.'"';}
if (isset($options->placeholder)){ $input .= ' placeholder="'.$options->placeholder.'"'; }
- if (isset($options->list)){ $input .= ' list="'.$options->list.'"'; }
+ // if (isset($options->list)){ $input .= ' list="'.$options->list.'"'; }
if ($type == "text"){
if (isset($options->maxlength)){ $input .= ' maxlength="'.$options->maxlength.'"'; }
}
if (isset($options->onblur)){ $customjs = $options->onblur.";";}
$input .= ' onblur="'.$ds.$customjs.'"';
}
+ if (isset($options->datalist)){$input .= " list=\"dl_".$frmname."_".$id."\"";}
if (isset($options->required)){$input .= " required";}
if (isset($options->readonly)){$input .= " readonly";}
if (isset($options->disabled)){$input .= " disabled";}
- $input .= '/></div>';
+ $input .= '/>';
+
+ $input .= '</div>';
+ if (isset($options->datalist)){ $input .= "<datalist id=\"dl_".$frmname."_".$id."\"></datalist>";}
if (!isset($options->return)){
echo $input;
return;
return $input;
}
+ public function phone($frmname,$id,$label,$options=null,$datalist=null){
+ $predefstyle="";
+ $extraclass="";
+ $phone= '<div class="container col'.((isset($options->containerClass))?" ".$options->containerClass:"").'" '.((isset($options->containerId))?' id="'.$options->containerId.'"':"").' style="'.$predefstyle.''.((isset($options->containerStyle))?$options->containerStyle:"").'">';
+ if ($label != null){
+ $phone .= '<label for="'.$frmname.'_'.$id.'" class="label">'.$label.'</label>';
+ }
+ $phone .= '<div class="row">';
+ $phone .= '<select class="select col" style="width: 125px!important" id="prefix_'.$id.'"></select>';
+ $phone .= '<input type="tel" class="input col '.((isset($options->inputClass))?" ".$options->inputClass:"").' data_'.$frmname.'" data-column="'.$id.'" data-table="'.$frmname.'" data-id="'.$id.'" data-class="'. ucfirst($frmname).'" style="width: calc(100% - 125px);" id="'.$id.'" ';
+ if (isset($options->inputStyle)){ $phone .= ' style="'.$options->inputStyle.'"';}
+ if (isset($options->placeholder)){ $phone .= ' placeholder="'.$options->placeholder.'"'; }
+ if (isset($options->maxlength)){ $phone .= ' maxlength="'.$options->maxlength.'"'; }
+
+
+
+ if (isset($options->directsave) || isset($options->onblur)){
+ $ds ="";$customjs="";
+ if (isset($options->directsave)){ $ds='dataform.savefield(this,'.((isset($options->aftersave))?$options->aftersave:"null").");";}
+ if (isset($options->onblur)){ $customjs = $options->onblur.";";}
+ $phone .= ' onblur="'.$ds.$customjs.'"';
+ }
+ if (isset($options->datalist)){$phone .= " list=\"dl_".$frmname."_".$id."\"";}
+ if (isset($options->required)){$phone .= " required";}
+ if (isset($options->readonly)){$phone .= " readonly";}
+ if (isset($options->disabled)){$phone .= " disabled";}
+ $phone .= '/>';
+ $phone .= '</div>';
+ $phone .= '</div>';
+ if (isset($options->datalist)){ $phone .= "<datalist id=\"dl_".$frmname."_".$id."\"></datalist>";}
+ if (!isset($options->return)){
+ echo $phone;
+ return;
+ }
+ return $phone;
+}
+
public function select($frmname,$id,$label,$options=null){
$select = '<div class="container col'.((isset($options->containerClass))?" ".$options->containerClass:"").'" '.((isset($options->containerId))?' id="'.$options->containerId.'"':"").' style="'.((isset($options->containerStyle))?$options->containerStyle:"").'">';
if ($label != null){
return $select;
}
+
+
public function checkbox($frmname,$id,$label,$options=null){
$checkbox = '<div class="container col'.((isset($options->containerClass))?" ".$options->containerClass:"").'" '.((isset($options->containerId))?' id="'.$options->containerId.'"':"").' style="'.((isset($options->containerStyle))?$options->containerStyle:"").'">';
if (isset($options->label)){
join users us on (us.ID_user=se.id_user)
where se.id= ".$this->dbh->value($sid)."
and se.remote_addr= ".$this->dbh->value($_SERVER["REMOTE_ADDR"])."
- and se.user_agent=".$this->dbh->value($_SERVER["HTTP_USER_AGENT"])." and us.isblocked is null group by se.id,us.ID_user;");
+ and se.user_agent=".$this->dbh->value($_SERVER["HTTP_USER_AGENT"])." and us.isblocked is null group by se.id,us.ID_user;",1);
}
if ($this->session == false || count($this->session) == 0){
return null;
//mariadb => SHA2($this->dbh->value($password),256);
$sql="select ID_user as id,username from users where lower(username)=lower(".$this->dbh->value($username).") and password2='".$encpwd."' and isblocked is null;";
- file_put_contents("log/sql.log",$sql."\n",FILE_APPEND);
- $auth = $this->dbh->query($sql);
+ //file_put_contents("log/sql.log",$sql."\n",FILE_APPEND);
+ $auth = $this->dbh->query($sql,1);
//error_log(print_r($auth,true)."->".$sql);
if ($auth){
<?php
-$cfg["version"]="0.13.1";
+$cfg["version"]="0.20.1";
if ($cfg["debug"] == "1"){
$cfg["version"] =date('YmdHis');
}
$pmtinf = array();
if (isset($p["month"]) && $p["month"]>0 && isset($p["year"]) && $p["year"]> 0){
echo "recherche des membres pour le mois ".$p["month"]."/".$p["year"]."!\n";
- $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,CONCAT(m.lastname,' ',m.firstname) as memberfullname,
+ $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,unaccent(UPPER(CONCAT(m.lastname,' ',m.firstname))) as memberfullname,
replace(m.bankaccount,' ','') as memberiban,CONCAT('NGL-SNEP ','".str_pad($p["month"], 2, "0", STR_PAD_LEFT )."','/','".$p["year"]."') as sepamsg,case when sum(case when mx.cntstatus > 0 then 1 else 0 end) > 0 then 'RCUR' else 'FRST' end as seqtype
from members m
join members_cotisation mc on (m.ID_member=mc.id_member)
join members_cotisation mc on (m.ID_member=mc.id_member)
left join (select id_member,count(status) as cntstatus from members_cotisation where status is not null and status != 'error' group by id_member) mx on (mx.id_member=m.ID_member)
join banks b on (m.ID_bank=b.ID_bank)
- where mc.id in (".$db->value(implode(",",$p["ids"])).") and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) >= 16
+ where mc.id in (".implode(",",$p["ids"]).") and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) >= 16
group by m.ID_member;";
$upval = $db->queryarray($sql);
foreach ($upval as $up){
--- /dev/null
+<?php
+/* Copyright (DKS S.à r.l. - 2024). Licensed under the EUPL-1.2 or later */
+ $scriptpath = pathinfo(__FILE__);
+ $basepath=dirname($scriptpath["dirname"]);
+ include($basepath."/lib/Config.php");
+ include($basepath."/lib/Database.php");
+ // include($basepath."/lib/App/Banks.php");
+ include($basepath."/lib/App/Bankaccounts.php");
+ $p = array("file" => "");
+
+ for ($i=1;$i<$argc;$i++) {
+ switch ($argv[$i]) {
+ case "-f":
+ $i++;
+ $p["file"] = $argv[$i];
+ break;
+ default:
+ echo "arg: {$argv[$i]}\n";
+ }
+ }
+ echo "ProcessID: ".getmypid()."\n";
+ if (!is_file($basepath."/".$cfg["datapath"].$p["file"])){
+ //echo "'".$p["file"]."' not a valid file!";
+ echo "End: Erreur! '".$p["file"]."' fichier n'existe pas!\n";
+ exit(1);
+ } else {
+
+ echo "commence lecture du fichier ".$p["file"]."!\n";
+ }
+ $db = null;
+ if ($cfg["db"]){
+ $db = new Database($cfg["db"]);
+ }
+ try {
+ //$csvdata = file_get_contents($basepath."/".$cfg["datapath"].$p["file"]);
+ //file_put_contents($basepath."/".$cfg["datapath"]."tmp/importedcsv.log","".$xmldata."\n");
+ $csv = array_map('str_getcsv', file($basepath."/".$cfg["datapath"].$p["file"]));
+ array_walk($csv, function(&$a) use ($csv) {
+ $a = array_combine($csv[0], $a);
+ });
+ array_shift($csv); # remove column header
+ if (!isset($csv)){
+ $errmsg = "Error reading File!";
+ echo "End: Erreur! lecture du fichier '".$p["file"]."'!<br>".str_replace("\n"," - ",$errmsg)."\n";
+ }
+ $fname= basename($basepath."/".$cfg["datapath"].$p["file"]);
+ $bankaccounts = new Bankaccounts($db,$cfg);
+ file_put_contents($basepath."/".$cfg["datapath"]."tmp/bank_accounts_".substr($fname,0,-4).".sql","");
+ $imports = 0;
+ $totaltx = count($csv);
+ echo "Import: ".$imports.'/'.$totaltx." Transactions!\n";
+ foreach ($csv as $line){
+ $imports++;
+ echo "Import: ".$imports.'/'.$totaltx." Transactions!\n";
+ $insddl = $db->createInsertDDL("bank_accounts",$mq_row);
+ $insddl = $db->createUpdateDDL("bank_accounts",array("id" => $res["id"]),$line);
+ file_put_contents($basepath."/".$cfg["datapath"]."tmp/bank_accounts_".substr($fname,0,-4).".sql",$insddl."\n",FILE_APPEND);
+ $db->exec($insddl);
+ }
+ echo "End: ".$imports."/".$totaltx." transactions importées!\n";
+ } catch (Exception $e){
+ file_put_contents($basepath."/".$cfg["datapath"]."tmp/debug.log","Error:\n".print_r($e,true),FILE_APPEND);
+ echo "End: "."Erreur:".str_replace("\n"," - ",print_r($e,true))."\n";
+ }
+
+
+ // $timeout = 60;
+ // $max = $timeout;
+ // while ($timeout > 0){
+ // echo "Step: ".$timeout."/".$max."\n";
+ // sleep(1);
+ // $timeout--;
+ // }
+
+ // $sepa = new Sepa($db,$cfg);
+
+ // $sepa->importSepaStatements($p["file"]);
+
+?>
\ No newline at end of file
<script type="text/javascript" src="<?php echo $cfg["abspath"]; ?>vendor/flatpickr/flatpickr.min.js?v=<?php echo $cfg["version"]; ?>"></script>
<script type="text/javascript" src="<?php echo $cfg["abspath"]; ?>vendor/flatpickr/l10n/de.js?v=<?php echo $cfg["version"]; ?>"></script>
<script type="text/javascript" src="<?php echo $cfg["abspath"]; ?>vendor/tinymce/tinymce.min.js?v=<?php echo $cfg["version"]; ?>"></script>
+
<script type="text/javascript" src="<?php echo $cfg["abspath"]; ?>js/app/app.min.js?v=<?php echo $cfg["version"]; ?>"></script>
<script>
let api = '<?php echo $cfg["siteurl"].$cfg["basepath"]; ?>';
<link rel="stylesheet" href="<?php echo $cfg["abspath"]; ?>vendor/flatpickr/flatpickr.css?v=<?php echo $cfg["version"]; ?>">
<link rel="stylesheet" href="<?php echo $cfg["abspath"]; ?>vendor/flatpickr/themes/airbnb.css?v=<?php echo $cfg["version"]; ?>">
<link rel="stylesheet" href="<?php echo $cfg["abspath"]; ?>vendor/flatpickr/plugins/monthSelect/style.css?v=<?php echo $cfg["version"]; ?>">
+
<!-- <link rel="stylesheet" href="<?php echo $cfg["abspath"]; ?>vendor/suneditor/css/suneditor.min.css?v=<?php echo $cfg["version"]; ?>"> -->
<link rel="stylesheet" href="<?php echo $cfg["abspath"]; ?>css/icons.css?v=<?php echo $cfg["version"]; ?>">
<link rel="stylesheet" href="<?php echo $cfg["abspath"]; ?>css/theme.css?v=<?php echo $cfg["version"]; ?>">
--- /dev/null
+<div class="modal" id="dlg_bank_statements">
+ <div class="modal-content animate-top card-4">
+ <header class="container">
+ <span onclick="document.getElementById('dlg_bank_statements').style.display='none'; return false;" class="button display-topright times border round" style="font-size: 20px;">×</span>
+ <h2 id="dlg_bank_statements_title">Editer Transaction bancaire</h2>
+ </header>
+ <div class="container">
+
+ <form id="frm_banktransaction">
+ <?php
+ $dateopts=null;
+ $typeopts = array(
+ array("value" => "VIR","text" => "VIR"),
+ array("value" => "SEPA","text" => "SEPA")
+ );
+ $statusopts = array(
+ array("value" => "","text" => ""),
+ array("value" => "exported","text" => "exporté"),
+ array("value" => "sended","text" => "envoyé"),
+ array("value" => "payed","text" => "payé"),
+ array("value" => "error","text" => "erreur")
+ );
+ $frm->hidden("bank_statements","id");
+ $frm->hidden("bank_statements","id_member");
+ $frm->hidden("bank_statements","date_month");
+ $frm->input("bank_statements","dspdate_month","Mois","text",(object) array("readonly" => "1","containerClass" => "s2"));
+ $frm->input("bank_statements","date_transaction","Date Traitement","date",null);
+ $frm->select("bank_statements","status","Status",(object) array("data" => $statusopts,"containerClass" => "s2"));
+ $frm->input("bank_statements","amount","montant","number",(object) array("containerClass" => "s2"));
+ $frm->select("bank_statements","paymenttype","Type Payement",(object) array("data" => $typeopts,"containerClass" => "s2"));
+ $frm->input("bank_statements","last_sepa_code","Code Sepa","text",(object) array("readonly" => "1","containerClass" => "s2"));
+ $frm->input("bank_statements","sepa_file_out","Fichier SEPA Export","text",(object) array("readonly" => "1","containerClass" => "s6"));
+ $frm->input("bank_statements","transaction_file_in","Fichier SEPA Import","text",(object) array("readonly" => "1","containerClass" => "s6"));
+ $frm->input("bank_statements","transaction_id","Id Transaction","text",(object) array("readonly" => "1","containerClass" => "s6"));
+ ?>
+ </form>
+ </div>
+ <footer class="container right-align padding-16">
+ <button class="button theme light margin-right border" onclick="document.getElementById('dlg_bank_statements').style.display='none'; return false;"><?php echo $lbl["cancel"]; ?></button>
+ <button class="button toolbarbtn margin-right border"
+ id="dlg_bank_statements_btnok" onclick="document.getElementById('dlg_bank_statements').style.display='none';"><?php echo $lbl["save"]; ?></button>
+ </footer>
+ </div>
+</div>
\ No newline at end of file
if ($se->hasAccess("finance")) {
?>
<a class="bar-item toolbarbtn" href="<?php echo $cfg["abspath"]; ?>invoicing"><span class="icon icon-coin-euro" style="font-size: 24px;"></span>Facturation</a>
+ <?php if ($cfg["debug"] == 1) {?>
+ <a class="bar-item toolbarbtn" href="<?php echo $cfg["abspath"]; ?>bankaccounts"><span class="icon icon-credit_cards_card" style="font-size: 24px;"></span>Comptes bancaires</a>
+ <?php } ?>
<?php }
if ($se->hasAccess("admin")) {
?>
// }
include($cfg["tmpl"]."$pagespath/index".$min.".js");
include($cfg["tmpl"]."$pagespath/invoicing".$min.".js");
+include($cfg["tmpl"]."$pagespath/bankaccounts".$min.".js");
include($cfg["tmpl"]."$pagespath/settings".$min.".js");
include($cfg["tmpl"]."$pagespath/banks".$min.".js");
include($cfg["tmpl"]."$pagespath/comitees".$min.".js");
--- /dev/null
+let bankaccounts={tbl:null,tblmonths:null,selects:{},filters:{status:{"":""}},init:function(){bankaccounts.tblmonths=new Tabulator("#tbl_months",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 65px)",layout:"fitDataStretch",selectable:1,columns:[{title:"Mois",field:"id",width:120,hozAlign:"center",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Amount",field:"sum",width:50,headerFilter:!1,headerSort:!1,hozAlign:"right"}]}),bankaccounts.tblmonths.on("rowClick",(function(e,row){bankaccounts.gettblBankaccountsData(),bankaccounts.gettblTransactionsData()})),bankaccounts.tbl=new Tabulator("#tbl_bankaccounts",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 120px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return bankaccounts.editCotisation(),!1}}],columns:[{title:"#",formatter:"rownum",headerFilter:null,headerMenu:tablehelper.headerMenu},{title:"Nom",field:"lastname",width:200},{title:"Prénom",field:"firstname",width:200},{title:"Mois",field:"date_month",visible:!1,formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Date Traitement",field:"date_transaction",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"dd/MM/yyyy",invalidPlaceholder:""}},{title:"status",field:"status",headerFilter:"list",formatter:tablehelper.statusFormatter,headerFilterParams:{valuesLookup:!0,clearable:!0}},{title:"Montant",field:"amount",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2},bottomCalc:tablehelper.totalAmount},{title:"Type Payement",field:"paymenttype",headerFilter:"list",headerFilterParams:{valuesLookup:!0,clearable:!0}},{title:"Fichier Export",field:"sepa_file_out",visible:!1},{title:"Fichier Import",field:"transaction_file_in",visible:!1},{title:"ID Transaction",field:"transaction_id",visible:!1},{title:"Code SEPA",field:"last_sepa_code"}]}),bankaccounts.tbl.on("rowDblClick",(function(e,row){bankaccounts.edit()}))},load:function(){bankaccounts.gettblmonths(),bankaccounts.gettblData(),myapp.viewpanel("bankaccounts")},gettblmonths:function(){let sel=null;bankaccounts.tblmonths.initialized&&(sel=bankaccounts.tblmonths.getSelectedData()),postData({cl:"Bankaccounts",fn:"getMonthList"}).then(data=>{bankaccounts.tblmonths.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},gettblData:function(){let sel=null;bankaccounts.tblmonths.initialized&&(sel=bankaccounts.tblmonths.getSelectedData()),sel&&sel[0]&&postData({cl:"Bankaccounts",fn:"getList",monthdate:sel[0].id}).then(data=>{bankaccounts.tbl.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},edit:function(){let sel=null;bankaccounts.tbl&&(sel=bankaccounts.tbl.getSelectedData()),document.getElementById("dlg_bank_statements_btnok").setAttribute("onclick","bankaccounts.save();"),sel[0]&&postData({cl:"Bankaccounts",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("bank_statements",this.selects,data.result.data),myapp.viewdialog("bank_statements")})},save(){let datatosave=dataform.getContent("bank_statements",bankaccounts.selects),transferdata={amount:datatosave.amount,paymenttype:datatosave.paymenttype,date_transaction:datatosave.date_transaction,status:datatosave.status};postData({cl:"Bankaccounts",fn:"saveRow",id:datatosave.id,data:transferdata}).then(data=>{bankaccounts.gettblBankaccountsData(),document.getElementById("dlg_cotisation").style.display="none"}).catch(e=>{document.getElementById("dlg_cotisation").style.display="none"})},importCSV(){myapp.upload("Import fichier CSV/TXT","","importer","annuler","bankaccounts.importFile();","text/plain")},getProcessInfo(logfile){postData({cl:"WorkerProcess",fn:"getLastWorkerInfo",logfile:logfile}).then(data=>{var windowReference;data.result.data.info&&"error"!=data.result.data.status?(myapp.setDataloadText(data.result.data.info),data.result.data.info.startsWith("End: ")&&(progressinfo.stopGetInfo(),logfile.endsWith("importcsv.log")&&!data.result.data.info.startsWith("End: Erreur:")&&(window.open().location=api+"file.php?open="+encodeURIComponent(bankaccounts.exportfile)))):"error"==data.result.data.status&&(myapp.setDataloadText(data.result.data.error),progressinfo.stopGetInfo())}).catch(e=>{myapp.setDataloadText("ne peux pas avoir d'info sur le progrès!")})},importFile(){myapp.openDataload("Import données","Attendez svp! Import Fichier encours!"),postFile(document.getElementById("dlg_uploadfile_files"),{folder:"importstatement"}).then(data=>{data.file?postData({cl:"Bankaccounts",fn:"startImport",file:data.file}).then(data=>{progressinfo.startGetInfo("bankaccounts.getProcessInfo('"+data.result.data.log+"')",1)}):(myapp.closeDataload(),myapp.message("Erreur","Échec de l'importation du fichier!"))}).catch(e=>{myapp.closeDataload(),myapp.message("Erreur","Échec de l'importation du fichier!",e.msg)})},findCotisation:function(){let selmonyear=bankaccounts.tblmonths.getSelectedData();selmonyear[0]?postData({cl:"Bankaccounts",fn:"checkTransactions",month:selmonyear[0].id}).then(data=>{bankaccounts.gettblData()}).catch(e=>{}):myapp.message("Info","Pas de mois sélectionné!")}};
\ No newline at end of file
-let banks={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_banks",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return banks.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return banks.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return banks.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){banks.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"Banks",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("banks"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;null!=this.tbl&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Banks",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"Banks",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("banks",banks.selects,data.result.data),myapp.viewtab("tab_banks","banks_form")})},viewlist:function(){myapp.viewtab("tab_banks","banks_list")},confirmDelete:function(){return sel=banks.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",banks.delete()),!1},delete:function(ids){let sel=banks.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"Banks",fn:"delete",ids:ids}).then(data=>{banks.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"Banks",fn:"addRow"}).then(data=>{banks.gettbldata()})},duplicate:function(id){let sel=banks.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"Banks",fn:"duplicate",id:sel[0].id}).then(data=>{banks.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=banks.tbl.getSelectedRows();if(selR&&selR[0]){banks.tbl.deselectRow();let nextRow,nextid=selR[0].getNextRow().getData().id;banks.tbl.selectRow(nextid),banks.edit()}},prev:function(){let selR=banks.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){banks.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),banks.tbl.selectRow(previd),banks.edit()}}};
\ No newline at end of file
+let banks={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_banks",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return banks.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return banks.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return banks.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){banks.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"Banks",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("banks"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;null!=this.tbl&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Banks",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"Banks",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("banks",banks.selects,data.result.data),myapp.viewtab("tab_banks","banks_form")})},viewlist:function(){myapp.viewtab("tab_banks","banks_list")},confirmDelete:function(){return sel=banks.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",banks.delete()),!1},delete:function(ids){let sel=banks.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"Banks",fn:"delete",ids:ids}).then(data=>{banks.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"Banks",fn:"addRow"}).then(data=>{banks.gettbldata()})},duplicate:function(id){let sel=banks.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"Banks",fn:"duplicate",id:sel[0].id}).then(data=>{banks.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=banks.tbl.getSelectedRows();if(selR&&selR[0]){banks.tbl.deselectRow();let nextRow,nextid=selR[0].getNextRow().getData().id;banks.tbl.selectRow(nextid),banks.edit()}},prev:function(){let selR=banks.tbl.getSelectedRows();if(selR&&selR[0]){banks.tbl.deselectRow();let prevRow,previd=selR[0].getPrevRow().getData().id;banks.tbl.selectRow(previd),banks.edit()}}};
\ No newline at end of file
-let comitees={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_comitees_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_comitees",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return comitees.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return comitees.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return comitees.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){comitees.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"Comitees",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("comitees"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;null!=this.tbl&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Comitees",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"Comitees",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("comitees",comitees.selects,data.result.data),myapp.viewtab("tab_comitees","comitees_form")})},viewlist:function(){myapp.viewtab("tab_comitees","comitees_list")},confirmDelete:function(){return sel=comitees.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",comitees.delete()),!1},delete:function(ids){let sel=comitees.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"Comitees",fn:"delete",ids:ids}).then(data=>{comitees.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"Comitees",fn:"addRow"}).then(data=>{console.log(newid),comitees.gettbldata()})},duplicate:function(id){let sel=comitees.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"Comitees",fn:"duplicate",id:sel[0].id}).then(data=>{console.log(data.result.data),comitees.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=comitees.tbl.getSelectedRows();if(console.log("Next SelRows",selR),selR&&selR[0]){comitees.tbl.deselectRow();let nextRow=selR[0].getNextRow();console.log("Next to Select",nextRow);let nextid=nextRow.getData().id;console.log("next id",nextid),comitees.tbl.selectRow(nextid),comitees.edit()}},prev:function(){let selR=comitees.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){comitees.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),comitees.tbl.selectRow(previd),comitees.edit()}}};
\ No newline at end of file
+let comitees={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_comitees_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_comitees",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return comitees.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return comitees.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return comitees.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){comitees.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"Comitees",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("comitees"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;null!=this.tbl&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Comitees",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"Comitees",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("comitees",comitees.selects,data.result.data),myapp.viewtab("tab_comitees","comitees_form")})},viewlist:function(){myapp.viewtab("tab_comitees","comitees_list")},confirmDelete:function(){return sel=comitees.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",comitees.delete()),!1},delete:function(ids){let sel=comitees.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"Comitees",fn:"delete",ids:ids}).then(data=>{comitees.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"Comitees",fn:"addRow"}).then(data=>{console.log(newid),comitees.gettbldata()})},duplicate:function(id){let sel=comitees.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"Comitees",fn:"duplicate",id:sel[0].id}).then(data=>{console.log(data.result.data),comitees.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=comitees.tbl.getSelectedRows();if(console.log("Next SelRows",selR),selR&&selR[0]){comitees.tbl.deselectRow();let nextRow=selR[0].getNextRow();console.log("Next to Select",nextRow);let nextid=nextRow.getData().id;console.log("next id",nextid),comitees.tbl.selectRow(nextid),comitees.edit()}},prev:function(){let selR=comitees.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){comitees.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),comitees.tbl.selectRow(previd),comitees.edit()}}};
\ No newline at end of file
-let dataform={initDateFields:function(datefields){for(var dd=0;dd<datefields.length;dd++)datefields[dd].id&&flatpickr("#"+datefields[dd].id,{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d"});return!1},initSelects:function(selectfields){let selectreturns={};for(var sx=0;sx<selectfields.length;sx++)if(selectfields[sx].id){let cfgsettings={showSearch:!1};selectfields[sx].dataset.search&&(cfgsettings.showSearch=!0),selectreturns[selectfields[sx].id]=new SlimSelect({select:"#"+selectfields[sx].id,settings:cfgsettings})}return selectreturns},formsaved:function(xclass,data){let sb=document.getElementById("snackbar");return sb.className="show "+xclass,sb.innerHTML=data,setTimeout((function(){sb.className=sb.className.replace("show green","")}),3e3),!1},getContent:function(dataclass,selects){for(var frm=document.querySelectorAll(".data_"+dataclass),flds={},i=0;i<frm.length;i++)if(("INPUT"==frm[i].tagName||"SELECT"==frm[i].tagName||"TEXTAREA"==frm[i].tagName)&&frm[i].id)if("TEXTAREA"==frm[i].tagName)frm[i].classList.contains("richeditarea")?flds[frm[i].id]=tinymce.get(frm[i].id).getContent(""):frm[i].classList.contains("codeeditarea")?flds[frm[i].id]=editors[frm[i].id].getValue():flds[frm[i].id]=frm[i].value;else if("checkbox"==frm[i].type)frm[i].checked?flds[frm[i].id]="1":flds[frm[i].id]=null;else if("file"==frm[i].type){flds[frm[i].id]=[];let fa=[];for(let i=0;i<frm[i].files.length;i++){let fobj={name:frm[i].files[i].name};fa.append("file"+i,frm[i].files[i],frm[i].files[i].name)}}else if("SELECT"==frm[i].tagName&&1==frm[i].multiple){let vals=JSON.stringify(selects[frm[i].id].selected());vals&&vals.length>0?flds[frm[i].id]=vals:flds[frm[i].id]=null}else""==frm[i].value?flds[frm[i].id]=null:flds[frm[i].id]=frm[i].value;return flds},clear:function(dataclass,selects){var frm=document.getElementsByClassName("data_"+dataclass);for(var f in frm)frm[f]&&frm[f].id&&("INPUT"==frm[f].tagName&&("checkbox"==frm[f].type?frm[f].checked=!1:frm[f].classList.contains("datefield")?frm[f]._flatpickr&&frm[f]._flatpickr.clear():frm[f].value=""),"SELECT"==frm[f].tagName&&(1==frm[f].multiple?selects[frm[f].id].setSelected([],!1):selects[frm[f].id].setSelected(null,!1)),"TEXTAREA"==frm[f].tagName&&(frm[f].classList.contains("richeditarea")?tinymce.get(frm[f].id).setContent(""):frm[f].innerHTML=""));return!1},fillform:function(dataclass,selects,data){try{var frm=document.getElementsByClassName("data_"+dataclass);if(dataform.clear(dataclass,selects),data)for(var f=0;f<frm.length;f++){frm[f].id&&(frm[f].dataset.id=data.id);var dataid=frm[f].id;frm[f].id&&frm[f].id.startsWith(dataclass+"_")&&(dataid=frm[f].id.substring(dataclass.length+1)),data[dataid]&&("INPUT"==frm[f].tagName&&("checkbox"==frm[f].type?"1"==data[dataid]?frm[f].checked=!0:frm[f].checked=!1:frm[f].classList.contains("datefield")?frm[f]._flatpickr&&frm[f]._flatpickr.setDate(data[dataid]):frm[f].classList.contains("timefield")?frm[f].value=timecalc.StringToTime(data[dataid]):frm[f].value=data[dataid]),"SELECT"==frm[f].tagName&&(1==frm[f].multiple?data[dataid]&&null!=data[dataid]&&selects[frm[f].id].setSelected(JSON.parse(data[dataid]),!1):selects[frm[f].id]?selects[frm[f].id].setSelected(data[dataid],!1):frm[f].value=data[dataid]),"TEXTAREA"==frm[f].tagName&&(frm[f].classList.contains("richeditarea")?tinymce.get(frm[f].id).setContent(data[dataid]):frm[f].innerHTML=data[dataid]))}}catch(e){console.log(e,data,frm,selects)}},setNumber:(numdata,decimals)=>null==numdata||""==numdata?"":(decimals&&(numdata=parseFloat(numdata).toFixed(decimals).toString()),numdata.toString().replace(/./,","),numdata),fillselectlist:function(obj,listdata,vidcol,vvalcol){var sellist=[];if(listdata.length>0)for(var i=0;i<listdata.length;i++)sellist.push({value:listdata[i][vidcol],text:listdata[i][vvalcol]});return obj.setData(sellist),!1},filldatalist:function(obj,optdata,element){for(obj.innerHTML="",d=0;d<optdata.length;d++)obj.insertAdjacentHTML("beforend",'<option vale="'+optdata[d][element]+'"/>')},setValue:function(obj,newvalue){"INPUT"!=obj.tagName&&"SELECT"!=obj.tagName||("checkbox"==obj.type||"radio"==obj.type?obj.checked=!0:obj.value=newvalue),"TEXTAREA"==obj.tagName&&(obj.innerHTML=newvalue),dataform.savefield(obj)},savefield:function(obj,callback=null,objvalue=null){let fdata=obj.dataset;null!=objvalue?fdata.value=objvalue:"INPUT"!=obj.tagName&&"SELECT"!=obj.tagName&&"TEXTAREA"!=obj.tagName||(console.log("Value",obj.value),fdata.value=obj.value,"SELECT"==obj.tagName&&obj.multiple,null==obj.value&&(fdata.value=""),""==obj.value&&(fdata.value=""),"checkbox"!=obj.type&&"radio"!=obj.type||1==obj.checked&&(fdata.value="1"));let data={};return data[fdata.column]=fdata.value,console.log("object to save",fdata,data),postData({cl:fdata.class,fn:"update",id:fdata.id,data:data}).then(data=>{callback&&callback(data)}).catch(e=>{console.log("Error saving field",e,fdata,callback)}),!1},savefielddata:function(obj,objvalue,callback){return"object"==typeof objvalue&&"[]"==(objvalue=JSON.stringify(objvalue))&&(objvalue=null),dataform.savefield(obj,callback,objvalue),!1},cleanfield:function(objid){document.getElementById(objid).value=""}};
\ No newline at end of file
+let dataform={initDateFields:function(datefields){for(var dd=0;dd<datefields.length;dd++)datefields[dd].id&&flatpickr("#"+datefields[dd].id,{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d"});return!1},initSelects:function(selectfields){let selectreturns={};for(var sx=0;sx<selectfields.length;sx++)if(selectfields[sx].id){let cfgsettings={showSearch:!1};selectfields[sx].dataset.search&&(cfgsettings.showSearch=!0),selectreturns[selectfields[sx].id]=new SlimSelect({select:"#"+selectfields[sx].id,settings:cfgsettings})}return selectreturns},formsaved:function(xclass,data){let sb=document.getElementById("snackbar");return sb.className="show "+xclass,sb.innerHTML=data,setTimeout((function(){sb.className=sb.className.replace("show green","")}),3e3),!1},getContent:function(dataclass,selects){for(var frm=document.querySelectorAll(".data_"+dataclass),flds={},i=0;i<frm.length;i++)if(("INPUT"==frm[i].tagName||"SELECT"==frm[i].tagName||"TEXTAREA"==frm[i].tagName)&&frm[i].id)if("TEXTAREA"==frm[i].tagName)frm[i].classList.contains("richeditarea")?flds[frm[i].id]=tinymce.get(frm[i].id).getContent(""):frm[i].classList.contains("codeeditarea")?flds[frm[i].id]=editors[frm[i].id].getValue():flds[frm[i].id]=frm[i].value;else if("checkbox"==frm[i].type)frm[i].checked?flds[frm[i].id]="1":flds[frm[i].id]=null;else if("tel"==frm[i].type)document.getElementById("prefix_"+frm[i].id)?flds[frm[i].id]=document.getElementById("prefix_"+frm[i].id).value+" "+frm[i].value:flds[frm[i].id]=frm[i].value;else if("file"==frm[i].type){flds[frm[i].id]=[];let fa=[];for(let i=0;i<frm[i].files.length;i++){let fobj={name:frm[i].files[i].name};fa.append("file"+i,frm[i].files[i],frm[i].files[i].name)}}else if("SELECT"==frm[i].tagName&&1==frm[i].multiple){let vals=JSON.stringify(selects[frm[i].id].selected());vals&&vals.length>0?flds[frm[i].id]=vals:flds[frm[i].id]=null}else""==frm[i].value?flds[frm[i].id]=null:flds[frm[i].id]=frm[i].value;return flds},clear:function(dataclass,selects){var frm=document.getElementsByClassName("data_"+dataclass);for(var f in frm)frm[f]&&frm[f].id&&("INPUT"==frm[f].tagName&&("checkbox"==frm[f].type?frm[f].checked=!1:frm[f].classList.contains("datefield")?frm[f]._flatpickr&&frm[f]._flatpickr.clear():"tel"==frm[f].type?(frm[f].value="",document.getElementById("prefix_"+frm[f].id)&&(document.getElementById("prefix_"+frm[f].id).value="")):frm[f].value=""),"SELECT"==frm[f].tagName&&(1==frm[f].multiple?selects[frm[f].id].setSelected([],!1):selects[frm[f].id].setSelected(null,!1)),"TEXTAREA"==frm[f].tagName&&(frm[f].classList.contains("richeditarea")?tinymce.get(frm[f].id).setContent(""):frm[f].innerHTML=""));return!1},fillform:function(dataclass,selects,data){try{var frm=document.getElementsByClassName("data_"+dataclass);if(dataform.clear(dataclass,selects),data)for(var f=0;f<frm.length;f++){frm[f].id&&(frm[f].dataset.id=data.id);var dataid=frm[f].id;frm[f].id&&frm[f].id.startsWith(dataclass+"_")&&(dataid=frm[f].id.substring(dataclass.length+1)),data[dataid]&&("INPUT"==frm[f].tagName&&("checkbox"==frm[f].type?"1"==data[dataid]?frm[f].checked=!0:frm[f].checked=!1:"tel"==frm[f].type?(frm[f].value=data[dataid],dataform.changePhoneInput(frm[f])):frm[f].classList.contains("datefield")?frm[f]._flatpickr&&frm[f]._flatpickr.setDate(data[dataid]):frm[f].classList.contains("timefield")?frm[f].value=timecalc.StringToTime(data[dataid]):frm[f].value=data[dataid]),"SELECT"==frm[f].tagName&&(1==frm[f].multiple?data[dataid]&&null!=data[dataid]&&selects[frm[f].id].setSelected(JSON.parse(data[dataid]),!1):selects[frm[f].id]?selects[frm[f].id].setSelected(data[dataid],!1):frm[f].value=data[dataid]),"TEXTAREA"==frm[f].tagName&&(frm[f].classList.contains("richeditarea")?tinymce.get(frm[f].id).setContent(data[dataid]):frm[f].innerHTML=data[dataid]))}}catch(e){console.log(e,data,frm,selects)}},setNumber:(numdata,decimals)=>null==numdata||""==numdata?"":(decimals&&(numdata=parseFloat(numdata).toFixed(decimals).toString()),numdata.toString().replace(/./,","),numdata),fillselectlist:function(obj,listdata,vidcol,vvalcol){var sellist=[];if(listdata.length>0)for(var i=0;i<listdata.length;i++)sellist.push({value:listdata[i][vidcol],text:listdata[i][vvalcol]});return obj.setData(sellist),!1},fillSimpleSelect:function(obj,listdata,vidcol,vvalcol){if(obj){obj.innerHTML="";var sellist=[];if(sellist.push('<option value=""></option>'),listdata.length>0)for(var i=0;i<listdata.length;i++)sellist.push('<option value="'+listdata[i][vidcol]+'">'+listdata[i][vvalcol]+"</option>");obj.insertAdjacentHTML("beforeEnd",sellist.join(""))}},filldatalist:function(obj,optdata,element){for(obj.innerHTML="",d=0;d<optdata.length;d++)obj.insertAdjacentHTML("beforeEnd",'<option value="'+optdata[d][element]+'"/>')},setValue:function(obj,newvalue){"INPUT"!=obj.tagName&&"SELECT"!=obj.tagName||("checkbox"==obj.type||"radio"==obj.type?obj.checked=!0:obj.value=newvalue),"TEXTAREA"==obj.tagName&&(obj.innerHTML=newvalue),dataform.savefield(obj)},getValue:function(obj){return!1},savefield:function(obj,callback,objvalue){let fdata=obj.dataset;null!=objvalue?fdata.value=objvalue:"INPUT"!=obj.tagName&&"SELECT"!=obj.tagName&&"TEXTAREA"!=obj.tagName||(fdata.value=obj.value,"tel"==obj.type&&(fdata.value=dataform.getPhoneInput(obj)),"SELECT"==obj.tagName&&obj.multiple,null==obj.value&&(fdata.value=""),""==obj.value&&(fdata.value=""),"checkbox"!=obj.type&&"radio"!=obj.type||1==obj.checked&&(fdata.value="1"));let data={};return data[fdata.column]=fdata.value,postData({cl:fdata.class,fn:"update",id:fdata.id,data:data}).then(data=>{callback&&callback(data)}).catch(e=>{console.log("Error saving field",e,fdata,callback)}),!1},savefielddata:function(obj,objvalue,callback){return"object"==typeof objvalue&&"[]"==(objvalue=JSON.stringify(objvalue))&&(objvalue=null),dataform.savefield(obj,callback,objvalue),!1},cleanfield:function(objid){document.getElementById(objid).value=""},changePhoneInput(obj){var prefix="";return document.getElementById("prefix_"+obj.id)&&(obj.value.startsWith("+")||obj.value.startsWith("00"))&&(obj.value.startsWith("00")&&(obj.value=obj.value.replace("00","+")),(prefix=obj.value.substring(0,obj.value.indexOf(" "))).length<=5?(document.getElementById("prefix_"+obj.id).value=prefix,obj.value=obj.value.substring(prefix.length+1)):document.getElementById("prefix_"+obj.id).value=""),!1},getPhoneInput:obj=>(value=obj.value,document.getElementById("prefix_"+obj.id)&&(value=document.getElementById("prefix_"+obj.id).value+" "+obj.value),value)};
\ No newline at end of file
-let index={tbl:null,tblpayments:null,tblhistory:null,selects:{},current_filter:"current",init:function(){let richeditfields=["obs"];index.datefields=document.getElementsByClassName("datefield"),flatpickr("#birthday",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("birthday"),null)}}),flatpickr("#datein",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("datein"),null)}}),flatpickr("#dateinmut",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("dateinmut"),null)}}),flatpickr("#dateretired",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("dateretired"),null)}}),flatpickr("#daterelease",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("daterelease"),null)}}),flatpickr("#datesepasigned",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("datesepasigned"),null)}}),flatpickr("#date_transaction",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){}}),index.selects.memberfilter=new SlimSelect({select:"#memberfilter",settings:{showSearch:!1},events:{afterClose:()=>{console.log("Reload data member"),index.gettbldata()}}}),index.selects.birthcountry=new SlimSelect({select:"#birthcountry",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("birthcountry"),index.selects.birthcountry.getSelected()[0])}}}),index.selects.gender=new SlimSelect({select:"#gender",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("gender"),index.selects.gender.getSelected()[0])}}}),index.selects.ID_releasetype=new SlimSelect({select:"#ID_releasetype",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_releasetype"),index.selects.ID_releasetype.getSelected()[0])}}}),index.selects.ID_sector=new SlimSelect({select:"#ID_sector",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_sector"),index.selects.ID_sector.getSelected()[0])}}}),index.selects.ID_employer=new SlimSelect({select:"#ID_employer",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_employer"),index.selects.ID_employer.getSelected()[0])},addable:function(value){index.addEmployer(value)}}}),index.selects.ID_section=new SlimSelect({select:"#ID_section",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_section"),index.selects.ID_section.getSelected()[0])}}}),index.selects.nationality=new SlimSelect({select:"#nationality",settings:{showSearch:!0},events:{afterChange:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("nationality"),index.selects.nationality.getSelected())}}}),index.selects.addresscountry=new SlimSelect({select:"#addresscountry",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("addresscountry"),index.selects.addresscountry.getSelected()[0])}}}),index.selects.ID_quotatype=new SlimSelect({select:"#ID_quotatype",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_quotatype"),index.selects.ID_quotatype.getSelected()[0])}}}),index.selects.bankbic=new SlimSelect({select:"#bankbic",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("bankbic"),index.selects.bankbic.getSelected()[0])},addable:function(value){console.log("Add Bank"),index.addBank(value)}}}),index.selects.ID_sepa_group=new SlimSelect({select:"#ID_sepa_group",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_sepa_group"),index.selects.ID_sepa_group.getSelected()[0])}}}),index.selects.ID_famillycommon=new SlimSelect({select:"#ID_famillycommon",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_famillycommon"),index.selects.ID_famillycommon.getSelected()[0])}}}),index.selects.status=new SlimSelect({select:"#status",settings:{showSearch:!1},events:{afterClose:()=>{}}}),index.selects.paymenttype=new SlimSelect({select:"#paymenttype",settings:{showSearch:!1},events:{afterClose:()=>{}}}),index.tbl=new Tabulator("#tbl_members",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!1,headerFilter:"input",formatter:"html"},height:"calc(100vh - 102px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",columns:[{title:"#",formatter:"rownum",width:50,headerFilter:null,hozAlign:"right"},{title:"Membre",field:"memberdata",headerSort:!0}]}),index.tbl.on("rowClick",(function(e,row){index.edit()})),index.tbl_member_cotisations=new Tabulator("#tbl_member_cotisations",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:!1,formatter:"html"},rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return index.editCotisation(),!1}}],height:"calc(100vh - 590px)",layout:"fitData",selectable:1,columns:[{title:"Mois",field:"date_month",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Montant",field:"amount",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2}},{title:"Status",field:"status",formatter:tablehelper.statusFormatter},{title:"Type",field:"paymenttype"},{title:"CodeSepa",field:"sepacode"}]}),index.tbl_member_cotisations.on("rowDblClick",(function(e,row){return index.editCotisation(),!1})),this.getCountries(),this.getSectors(),this.getQuotaTypes(),this.getSections(),this.getEmployers(),this.getReleaseTypes(),this.getSepaGroups(),this.getBanks(),this.getFamillyCommon(),this.getNationalities()},load:function(){index.gettbldata(),myapp.viewpanel("index")},gettbldata:function(id){let filter=document.getElementById("memberfilter").value,sel=null;index.tbl.getData().length>0&&(sel=index.tbl.getSelectedData(),id&&(sel[0].id=id)),console.log("filter",filter),postData({cl:"Members",fn:"getList",type:filter}).then(data=>{index.tbl.setData(data.result.data).then((function(){if(sel&&sel[0]){console.log("select id",sel[0]);try{index.tbl.selectRow(sel[0].id),index.edit()}catch(e){console.log("Error selection ",sel[0])}}})).catch(e=>{console.log("selection failed!")})}).catch(e=>{console.log(e)})},gettblCotisation:function(id){let filter=document.getElementById("memberfilter").value,sel=null;index.tbl.getData().length>0&&(sel=index.tbl.getSelectedData()),postData({cl:"Cotisations",fn:"getListByMember",id:sel[0].id}).then(data=>{index.tbl_member_cotisations.setData(data.result.data)}).catch(e=>{console.log(e)})},viewtab:function(tabname){return myapp.viewtab("tab_members",tabname),!1},edit:function(){let sel=null;index.tbl.initialized&&(sel=index.tbl.getSelectedData()),sel[0]&&(postData({cl:"Members",fn:"get",id:sel[0].id}).then(data=>{dataform.fillform("members",this.selects,data.result.data),document.getElementById("con_famillycommon").style.display="block",document.getElementById("con_famillymembers").style.display="none",index.selects.ID_famillycommon.enable(),null!=data.result.data.ID_famillymembers&&(index.selects.ID_famillycommon.disable(),document.getElementById("con_famillycommon").style.display="none",document.getElementById("con_famillymembers").style.display="block")}),index.tbl.scrollToRow(sel[0].id,"top",!1),index.gettblCotisation())},confirmDelete:function(){},delete:function(){},add:function(){postData({cl:"Members",fn:"add"}).then(data=>{index.gettbldata(data.result.data.id)})},addEmployer:function(value){let data;return postData({cl:"Employers",fn:"add",data:{description:value}}).then(data=>{index.getEmployers()}).catch(e=>{console.log("error saving new Employer!"),console.log(e)})},addBank:function(value){let data;return postData({cl:"Banks",fn:"add",data:{biccode:value}}).then(data=>{index.getBanks()}).catch(e=>{console.log("error saving new Biccode!"),console.log(e)})},saveBank:function(){let datatosave=dataform.getContent("bank",index.selects),bankdata={description:datatosave.description,biccode:datatosave.biccode};postData({cl:"Banks",fn:"add",data:bankdata}).then(data=>{index.getBanks(),document.getElementById("dlg_bank").style.display="none"}).catch(e=>{document.getElementById("dlg_bank").style.display="none"})},editCotisation:function(){let sel=null;index.tbl_member_cotisations&&(sel=index.tbl_member_cotisations.getSelectedData()),document.getElementById("dlg_cotisation_btnok").setAttribute("onclick","index.saveCotisation();"),sel[0]&&postData({cl:"Cotisations",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("cotisation",index.selects,data.result.data),myapp.viewdialog("cotisation")})},savePhoto(){let imgsrcid=document.getElementById(""),files=document.getElementById("dlg_uploadfile_files");var reader=new FileReader;reader.onload=function(){var output;document.getElementById(imgsrcid).src=reader.result},reader.readAsDataURL(files.files[0])},saveCotisation(){let datatosave=dataform.getContent("cotisation",index.selects),transferdata={amount:datatosave.amount,paymenttype:datatosave.paymenttype,date_transaction:datatosave.date_transaction,status:datatosave.status};postData({cl:"Cotisations",fn:"saveRow",id:datatosave.id,data:transferdata}).then(data=>{index.gettblCotisation(),document.getElementById("dlg_cotisation").style.display="none"}).catch(e=>{document.getElementById("dlg_cotisation").style.display="none"})},setFamillyCommon:function(){},getCountries:function(){postData({cl:"Countries",fn:"getCountries"}).then(data=>{data.result.data.unshift({iso2:null,country:null}),dataform.fillselectlist(this.selects.birthcountry,data.result.data,"iso2","country"),dataform.fillselectlist(this.selects.addresscountry,data.result.data,"iso2","country")})},getSectors:function(){this.selects.ID_sector&&postData({cl:"Sectors",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_sector,data.result.data,"id","description")})},getQuotaTypes:function(){this.selects.ID_quotatype&&postData({cl:"QuotaTypes",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_quotatype,data.result.data,"id","description")})},getSections:function(){this.selects.ID_section&&postData({cl:"Sections",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_section,data.result.data,"id","description")})},getEmployers:function(){this.selects.ID_employer&&postData({cl:"Employers",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_employer,data.result.data,"id","description")})},getReleaseTypes:function(){this.selects.ID_releasetype&&postData({cl:"ReleasesTypes",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_releasetype,data.result.data,"id","description")})},getSepaGroups:function(){this.selects.ID_sepa_group&&postData({cl:"SepaGroups",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_sepa_group,data.result.data,"id","description")})},getBanks:function(){this.selects.bankbic&&postData({cl:"Banks",fn:"getSelectList"}).then(data=>{data.result.data.unshift({biccode:null,bankname:null}),dataform.fillselectlist(this.selects.bankbic,data.result.data,"biccode","bankname")})},getFamillyCommon:function(){this.selects.ID_famillycommon&&postData({cl:"Members",fn:"getFamillyCommonList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_famillycommon,data.result.data,"id","description")})},getNationalities:function(){this.selects.nationality&&postData({cl:"Countries",fn:"getSelectNationality"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.nationality,data.result.data,"id","description")})},next:function(){let srow=index.tbl.getSelectedRows(),nrow=srow[0].getNextRow();nrow&&(srow[0].deselect(),index.tbl.selectRow(nrow._row.data.id),index.edit())},prev:function(){let srow=index.tbl.getSelectedRows(),prow=srow[0].getPrevRow();prow&&(srow[0].deselect(),index.tbl.selectRow(prow._row.data.id),index.edit())}};
\ No newline at end of file
+let index={tbl:null,tblpayments:null,tblhistory:null,selects:{},current_filter:"current",init:function(){let richeditfields=["obs"];index.datefields=document.getElementsByClassName("datefield"),flatpickr("#birthday",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("birthday"),null)}}),flatpickr("#datein",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("datein"),null)}}),flatpickr("#dateinmut",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("dateinmut"),null)}}),flatpickr("#dateretired",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("dateretired"),null)}}),flatpickr("#daterelease",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("daterelease"),null)}}),flatpickr("#datesepasigned",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById("datesepasigned"),null)}}),flatpickr("#date_transaction",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){}}),index.selects.memberfilter=new SlimSelect({select:"#memberfilter",settings:{showSearch:!1},events:{afterClose:()=>{index.gettbldata()}}}),index.selects.birthcountry=new SlimSelect({select:"#birthcountry",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("birthcountry"),index.selects.birthcountry.getSelected()[0])}}}),index.selects.gender=new SlimSelect({select:"#gender",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("gender"),index.selects.gender.getSelected()[0])}}}),index.selects.ID_releasetype=new SlimSelect({select:"#ID_releasetype",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_releasetype"),index.selects.ID_releasetype.getSelected()[0])}}}),index.selects.ID_sector=new SlimSelect({select:"#ID_sector",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_sector"),index.selects.ID_sector.getSelected()[0])}}}),index.selects.ID_employer=new SlimSelect({select:"#ID_employer",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_employer"),index.selects.ID_employer.getSelected()[0])},addable:function(value){index.addEmployer(value)}}}),index.selects.ID_section=new SlimSelect({select:"#ID_section",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_section"),index.selects.ID_section.getSelected()[0])}}}),index.selects.nationality=new SlimSelect({select:"#nationality",settings:{showSearch:!0},events:{afterChange:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("nationality"),index.selects.nationality.getSelected())}}}),index.selects.addresscountry=new SlimSelect({select:"#addresscountry",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("addresscountry"),index.selects.addresscountry.getSelected()[0])}}}),index.selects.ID_quotatype=new SlimSelect({select:"#ID_quotatype",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_quotatype"),index.selects.ID_quotatype.getSelected()[0])}}}),index.selects.bankbic=new SlimSelect({select:"#bankbic",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("bankbic"),index.selects.bankbic.getSelected()[0])},addable:function(value){console.log("Add Bank BIC"+value),index.addBank(value)}}}),index.selects.ID_sepa_group=new SlimSelect({select:"#ID_sepa_group",settings:{showSearch:!1},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_sepa_group"),index.selects.ID_sepa_group.getSelected()[0])}}}),index.selects.ID_famillycommon=new SlimSelect({select:"#ID_famillycommon",settings:{showSearch:!0},events:{afterClose:()=>{let sel;index.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("ID_famillycommon"),index.selects.ID_famillycommon.getSelected()[0])}}}),index.selects.status=new SlimSelect({select:"#status",settings:{showSearch:!1},events:{afterClose:()=>{}}}),index.selects.paymenttype=new SlimSelect({select:"#paymenttype",settings:{showSearch:!1},events:{afterClose:()=>{}}}),document.getElementById("addresszipcode").addEventListener("focus",event=>(index.getCP(),!1)),document.getElementById("addressziplocal").addEventListener("focus",event=>(index.getCityList(),!1)),index.tbl=new Tabulator("#tbl_members",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!1,headerFilter:"input",formatter:"html"},height:"calc(100vh - 102px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",columns:[{title:"#",formatter:"rownum",width:50,headerFilter:null,hozAlign:"right"},{title:"Membre",field:"memberdata",headerSort:!0}]}),index.tbl.on("rowClick",(function(e,row){index.edit()})),index.tbl_member_cotisations=new Tabulator("#tbl_member_cotisations",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:!1,formatter:"html"},rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return index.editCotisation(),!1}}],height:"calc(100vh - 590px)",layout:"fitData",selectable:1,columns:[{title:"Mois",field:"date_month",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Montant",field:"amount",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2}},{title:"Status",field:"status",formatter:tablehelper.statusFormatter},{title:"Type",field:"paymenttype"},{title:"CodeSepa",field:"sepacode"}]}),index.tbl_member_cotisations.on("rowDblClick",(function(e,row){return index.editCotisation(),!1})),this.getCountries(),this.getSectors(),this.getQuotaTypes(),this.getSections(),this.getEmployers(),this.getReleaseTypes(),this.getSepaGroups(),this.getBanks(),this.getFamillyCommon(),this.getNationalities(),this.getPhonePrefix()},load:function(){index.gettbldata(),myapp.viewpanel("index")},gettbldata:function(id){let filter=document.getElementById("memberfilter").value,sel=null;index.tbl.getData().length>0&&(sel=index.tbl.getSelectedData(),id&&(sel[0].id=id)),postData({cl:"Members",fn:"getList",type:filter}).then(data=>{index.tbl.setData(data.result.data).then((function(){if(sel&&sel[0])try{index.tbl.selectRow(sel[0].id),index.edit()}catch(e){console.log("Error selection ",sel[0])}})).catch(e=>{console.log("selection failed!")})}).catch(e=>{console.log(e)})},gettblCotisation:function(id){let filter=document.getElementById("memberfilter").value,sel=null;index.tbl.getData().length>0&&(sel=index.tbl.getSelectedData()),postData({cl:"Cotisations",fn:"getListByMember",id:sel[0].id}).then(data=>{index.tbl_member_cotisations.setData(data.result.data)}).catch(e=>{console.log(e)})},viewtab:function(tabname){return myapp.viewtab("tab_members",tabname),!1},edit:function(){let sel=null;index.tbl.initialized&&(sel=index.tbl.getSelectedData()),sel[0]&&(postData({cl:"Members",fn:"get",id:sel[0].id}).then(data=>{dataform.fillform("members",this.selects,data.result.data),document.getElementById("con_famillycommon").style.display="block",document.getElementById("con_famillymembers").style.display="none",index.selects.ID_famillycommon.enable(),null!=data.result.data.ID_famillymembers&&(index.selects.ID_famillycommon.disable(),document.getElementById("con_famillycommon").style.display="none",document.getElementById("con_famillymembers").style.display="block")}),index.tbl.scrollToRow(sel[0].id,"top",!1),index.gettblCotisation())},confirmDelete:function(){},delete:function(){},add:function(){postData({cl:"Members",fn:"add"}).then(data=>{index.gettbldata(data.result.data.id)})},addEmployer:function(value){let data;return postData({cl:"Employers",fn:"add",data:{description:value}}).then(data=>{index.getEmployers()}).catch(e=>{console.log("error saving new Employer!"),console.log(e)})},addBank:function(value){let data;return postData({cl:"Banks",fn:"add",data:{biccode:value}}).then(data=>{index.getBanks()}).catch(e=>{console.log("error saving new Biccode!"),console.log(e)})},saveBank:function(){let datatosave=dataform.getContent("bank",index.selects),bankdata={description:datatosave.description,biccode:datatosave.biccode};postData({cl:"Banks",fn:"add",data:bankdata}).then(data=>{index.getBanks(),document.getElementById("dlg_bank").style.display="none"}).catch(e=>{document.getElementById("dlg_bank").style.display="none"})},editCotisation:function(){let sel=null;index.tbl_member_cotisations&&(sel=index.tbl_member_cotisations.getSelectedData()),document.getElementById("dlg_cotisation_btnok").setAttribute("onclick","index.saveCotisation();"),sel[0]&&postData({cl:"Cotisations",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("cotisation",index.selects,data.result.data),myapp.viewdialog("cotisation")})},addCotisationMonth:function(){let quota=document.querySelector("#quota").value;""==quota&&(quota=null);let datein=document.querySelector("#datein").value;""==datein&&(datein=null);let sel=null;return index.tbl.initialized&&(sel=index.tbl.getSelectedData()),null==datein?(myapp.message("Info","Pas de date d'entrée trouvée, merci de la mettre dans le champs \"Date d'entrée\"!"),!1):null==quota?(myapp.message("Info",'Pas de montant de cotisation trouvé, merci de le mettre dans le champs "Cotisation"!'),!1):(sel[0]&&postData({cl:"Cotisations",fn:"addMonth",idmember:sel[0].id}).then(data=>{index.gettblCotisation()}).catch(e=>{console.log("Catched Error",e)}),!1)},savePhoto(){let imgsrcid=document.getElementById(""),files=document.getElementById("dlg_uploadfile_files");var reader=new FileReader;reader.onload=function(){var output;document.getElementById(imgsrcid).src=reader.result},reader.readAsDataURL(files.files[0])},saveCotisation(){let datatosave=dataform.getContent("cotisation",index.selects),transferdata={amount:datatosave.amount,paymenttype:datatosave.paymenttype,date_transaction:datatosave.date_transaction,status:datatosave.status};postData({cl:"Cotisations",fn:"saveRow",id:datatosave.id,data:transferdata}).then(data=>{index.gettblCotisation(),document.getElementById("dlg_cotisation").style.display="none"}).catch(e=>{document.getElementById("dlg_cotisation").style.display="none"})},setFamillyCommon:function(){},getCountries:function(){postData({cl:"Countries",fn:"getCountries"}).then(data=>{data.result.data.unshift({iso2:null,country:null}),dataform.fillselectlist(this.selects.birthcountry,data.result.data,"iso2","country"),dataform.fillselectlist(this.selects.addresscountry,data.result.data,"iso2","country")})},getSectors:function(){this.selects.ID_sector&&postData({cl:"Sectors",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_sector,data.result.data,"id","description")})},getQuotaTypes:function(){this.selects.ID_quotatype&&postData({cl:"QuotaTypes",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_quotatype,data.result.data,"id","description")})},getSections:function(){this.selects.ID_section&&postData({cl:"Sections",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_section,data.result.data,"id","description")})},getEmployers:function(){this.selects.ID_employer&&postData({cl:"Employers",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_employer,data.result.data,"id","description")})},getReleaseTypes:function(){this.selects.ID_releasetype&&postData({cl:"ReleasesTypes",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_releasetype,data.result.data,"id","description")})},getSepaGroups:function(){this.selects.ID_sepa_group&&postData({cl:"SepaGroups",fn:"getList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_sepa_group,data.result.data,"id","description")})},getBanks:function(){this.selects.bankbic&&postData({cl:"Banks",fn:"getSelectList"}).then(data=>{data.result.data.unshift({biccode:null,bankname:null}),dataform.fillselectlist(this.selects.bankbic,data.result.data,"biccode","bankname")})},getFamillyCommon:function(){this.selects.ID_famillycommon&&postData({cl:"Members",fn:"getFamillyCommonList"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.ID_famillycommon,data.result.data,"id","description")})},getNationalities:function(){this.selects.nationality&&postData({cl:"Countries",fn:"getSelectNationality"}).then(data=>{data.result.data.unshift({id:null,description:null}),dataform.fillselectlist(this.selects.nationality,data.result.data,"id","description")})},getCP:function(){let cty=document.getElementById("addresscountry").value;cty&&2==cty.length&&postData({cl:"ZipCodes",fn:"getZipCodeList",country:cty}).then(data=>{data.result.data?dataform.filldatalist(document.getElementById("dl_members_addresszipcode"),data.result.data,"zipcode"):dataform.filldatalist(document.getElementById("dl_members_addresszipcode"),[],"zipcode")})},getCityList:function(){let cty=document.getElementById("addresscountry").value,cp=document.getElementById("addresszipcode").value;cty&&2==cty.length&&postData({cl:"ZipCodes",fn:"getCityList",country:cty,cp:cp}).then(data=>{data.result.data?dataform.filldatalist(document.getElementById("dl_members_addressziplocal"),data.result.data,"city"):dataform.filldatalist(document.getElementById("dl_members_addressziplocal"),[],"city")})},getPhonePrefix:function(){postData({cl:"Countries",fn:"getPhonePrefixList"}).then(data=>{dataform.fillSimpleSelect(document.getElementById("prefix_cellphone"),data.result.data,"codephone","description"),dataform.fillSimpleSelect(document.getElementById("prefix_celphone"),data.result.data,"codephone","description"),dataform.fillSimpleSelect(document.getElementById("prefix_fax"),data.result.data,"codephone","description")})},getStreetList:function(){let cty=document.getElementById("addresscountry").value,cp=document.getElementById("addresszipcode").value,city=document.getElementById("addressziplocal").value;cty&&2==cty.length&&postData({cl:"ZipCodes",fn:"getStreetList",country:cty,cp:cp,city:city}).then(data=>{data.result.data?dataform.filldatalist(document.getElementById("dl_members_addressstreet"),data.result.data,"street"):dataform.filldatalist(document.getElementById("dl_members_addressstreet"),[],"street")})},next:function(){let srow=index.tbl.getSelectedRows(),nrow=srow[0].getNextRow();nrow&&(srow[0].deselect(),index.tbl.selectRow(nrow._row.data.id),index.edit())},prev:function(){let srow=index.tbl.getSelectedRows(),prow=srow[0].getPrevRow();prow&&(srow[0].deselect(),index.tbl.selectRow(prow._row.data.id),index.edit())}};
\ No newline at end of file
-let invoicing={tbl:null,tbldates:null,selects:{},filters:{status:{"":""}},init:function(){let tomorrow=new Date;tomorrow.setDate(tomorrow.getDate()+1),flatpickr("#debitdate",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",defaultDate:tomorrow,minDate:tomorrow}),this.selects=dataform.initSelects(document.getElementsByClassName("select")),invoicing.tbldates=new Tabulator("#tbl_dates",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 65px)",layout:"fitDataStretch",selectable:1,columns:[{title:"Mois",field:"id",width:120,hozAlign:"center",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Count",field:"cnt",width:50,headerFilter:!1,headerSort:!1,hozAlign:"right"}]}),invoicing.tbldates.on("rowClick",(function(e,row){invoicing.gettblCotisationsData(),invoicing.gettblTransactionsData()})),invoicing.tbl_cotisations=new Tabulator("#tbl_cotisations",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 120px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return invoicing.editCotisation(),!1}}],columns:[{title:"#",formatter:"rownum",headerFilter:null,headerMenu:tablehelper.headerMenu},{title:"Nom",field:"lastname",width:200},{title:"Prénom",field:"firstname",width:200},{title:"Mois",field:"date_month",visible:!1,formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Date Traitement",field:"date_transaction",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"dd/MM/yyyy",invalidPlaceholder:""}},{title:"status",field:"status",headerFilter:"list",formatter:tablehelper.statusFormatter,headerFilterParams:{valuesLookup:!0,clearable:!0}},{title:"Montant",field:"amount",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2},bottomCalc:tablehelper.totalAmount},{title:"Type Payement",field:"paymenttype",headerFilter:"list",headerFilterParams:{valuesLookup:!0,clearable:!0}},{title:"Fichier Export",field:"sepa_file_out",visible:!1},{title:"Fichier Import",field:"transaction_file_in",visible:!1},{title:"ID Transaction",field:"transaction_id",visible:!1},{title:"Code SEPA",field:"last_sepa_code"}]}),invoicing.tbl_cotisations.on("rowDblClick",(function(e,row){invoicing.editCotisation()})),invoicing.tbl_transactions=new Tabulator("#tbl_transactions",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 120px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return invoicing.editTransaction(),!1}}],columns:[{title:"#",formatter:"rownum",headerFilter:null},{title:"Date Transaction",field:"datemovement"},{title:"nom",field:"lastname"},{title:"Prénom",field:"firstname"},{title:"succès",field:"success"},{title:"Cotisation Type",field:"quotatype"},{title:"Montant",field:"quota",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2}},{title:"Fichier XML Retour",field:"filexml"},{title:"Ficher XML Envoi",field:"refxml"},{title:"Sepa signé",field:"sepasigned"},{title:"Groupe Sepa",field:"sepagroup"},{title:"Compte Débiteur",field:"accountout"},{title:"Compter Crediteur",field:"accountin"},{title:"Note",field:"quotaobs"},{title:"Message Erreur",field:"errormsg"},{title:"Code Erreur",field:"errorcode"}]}),invoicing.tblexportsepa=new Tabulator("#tbl_exportsepa",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 125px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",groupBy:["date_month"],groupStartOpen:[!0],groupHeader:[function(value,count,data,group){return value?value+" ("+count+")":""}],groupClosedShowCalcs:!0,columns:[{formatter:"rowSelection",titleFormatter:"rowSelection",hozAlign:"center",headerSort:!1,headerFilter:null},{title:"#",formatter:"rownum",headerFilter:null},{title:"Nom",field:"lastname",width:250},{title:"Prénom",field:"firstname",width:250},{title:"Mois",field:"date_month",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Montant",field:"amount",headerFilter:!1,headerSort:!1,width:100,formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2},bottomCalc:tablehelper.totalAmount},{title:"Status",field:"status",headerFilter:"list",formatter:tablehelper.statusFormatter,headerFilterParams:{valuesLookup:!0,clearable:!0}}]})},load:function(){invoicing.gettbldates(),invoicing.gettblTransactionsData(),invoicing.gettblCotisationsData(),myapp.viewpanel("invoicing")},gettbldates:function(){let sel=null;invoicing.tbldates.initialized&&(sel=invoicing.tbldates.getSelectedData()),postData({cl:"Cotisations",fn:"getDatesList"}).then(data=>{invoicing.tbldates.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},gettblTransactionsData:function(){let sel=null;invoicing.tbldates.initialized&&(sel=invoicing.tbldates.getSelectedData()),sel&&sel[0]&&postData({cl:"Payments",fn:"getList",month:sel[0].month,year:sel[0].year}).then(data=>{invoicing.tbl_transactions.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},gettblCotisationsData:function(){let sel=null;invoicing.tbldates.initialized&&(sel=invoicing.tbldates.getSelectedData()),sel&&sel[0]&&postData({cl:"Cotisations",fn:"getList",monthdate:sel[0].id}).then(data=>{invoicing.tbl_cotisations.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},editCotisation:function(){let sel=null;invoicing.tbl_cotisations&&(sel=invoicing.tbl_cotisations.getSelectedData()),document.getElementById("dlg_cotisation_btnok").setAttribute("onclick","invoicing.saveCotisation();"),sel[0]&&postData({cl:"Cotisations",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("cotisation",this.selects,data.result.data),myapp.viewdialog("cotisation")})},saveCotisation(){let datatosave=dataform.getContent("cotisation",invoicing.selects),transferdata={amount:datatosave.amount,paymenttype:datatosave.paymenttype,date_transaction:datatosave.date_transaction,status:datatosave.status};postData({cl:"Cotisations",fn:"saveRow",id:datatosave.id,data:transferdata}).then(data=>{invoicing.gettblCotisationsData(),document.getElementById("dlg_cotisation").style.display="none"}).catch(e=>{document.getElementById("dlg_cotisation").style.display="none"})},editTransaction:function(){let sel=null;invoicing.tbl&&(sel=invoicing.tbl.getSelectedData()),sel[0]&&postData({cl:"Cotisations",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("cootisation",this.selects,data.result.data),myapp.viewdialog("cotisation")})},saveTransaction(){},getCountries:function(){postData({cl:"Countries",fn:"getCountries"}).then(data=>{data.result.data.unshift({iso2:null,country:null}),dataform.fillselectlist(this.selects.birthcountry,data.result.data,"iso2","country"),dataform.fillselectlist(this.selects.addresscountry,data.result.data,"iso2","country")})},loadFileDlg(){},importSepa(){myapp.upload("Import fichier XML SEPA","","importer","annuler","invoicing.importSepaFile();","text/xml")},getProcessInfo(logfile){console.log("Start get info ",logfile),postData({cl:"WorkerProcess",fn:"getLastWorkerInfo",logfile:logfile}).then(data=>{var windowReference;(console.log("info returend",data.result.data),data.result.data.info&&"error"!=data.result.data.status)?(myapp.setDataloadText(data.result.data.info),data.result.data.info.startsWith("End: ")&&(progressinfo.stopGetInfo(),logfile.endsWith("exportsepa.log")&&!data.result.data.info.startsWith("End: Erreur:")&&(window.open().location=api+"file.php?open="+encodeURIComponent(invoicing.exportfile)))):"error"==data.result.data.status&&(myapp.setDataloadText(data.result.data.error),progressinfo.stopGetInfo())}).catch(e=>{myapp.setDataloadText("ne peux pas avoir d'info sur le progrès!")})},importSepaFile(){console.log("Start Sepa Import"),myapp.openDataload("Import données","Attendez svp! Import XML encours!"),postFile(document.getElementById("dlg_uploadfile_files"),{folder:"importsepa"}).then(data=>{console.log("return File Import",data),data.file?postData({cl:"Sepa",fn:"startSepaImport",xmlfile:data.file}).then(data=>{console.log("Before get Processinfo",data.result.data),progressinfo.startGetInfo("invoicing.getProcessInfo('"+data.result.data.log+"')",1)}):(myapp.closeDataload(),myapp.message("Erreur","Échec de l'importation du fichier XML!"))}).catch(e=>{console.log("Error Dataload!",e),myapp.closeDataload(),myapp.message("Erreur","Échec de l'importation du fichier XML!",e.msg)})},viewTabExport:function(){myapp.viewtab("tab_invoicing","inv_export"),myapp.openDataload("Recherche données","Attendez svp!"),postData({cl:"Cotisations",fn:"getUnpaidSepaList"}).then(data=>{console.log(data.result.data),invoicing.tblexportsepa.setData(data.result.data).then(data=>{}),myapp.closeDataload()}).catch(e=>{console.log(e),myapp.closeDataload()})},viewTabTransactions:function(){myapp.viewtab("tab_invoicing","inv_transactions")},viewTabCotisations:function(){myapp.viewtab("tab_invoicing","inv_cotisations")},addCotisationMonth:function(){postData({cl:"Cotisations",fn:"addCotisationMonth"}).then(data=>{invoicing.gettbldates()}).catch(e=>{})},updateCotisationMonth:function(){let selmonyear=invoicing.tbldates.getSelectedData();selmonyear[0]?postData({cl:"Cotisations",fn:"checkSepaTransactions",month:selmonyear[0].id}).then(data=>{invoicing.gettblCotisationsData(),invoicing.gettblTransactionsData()}).catch(e=>{}):myapp.message("Info","Pas de mois sélectionné!")},exportSepa:function(){let selmonyear=invoicing.tbldates.getSelectedData(),selunpaid=invoicing.tblexportsepa.getSelectedData(),debitdate=document.getElementById("debitdate").value;console.log("Start Sepa Export"),myapp.openDataload("Export des données","Attendez svp! Export XML encours!"),unpaid=[];let sendmonth=0,sendyear=0;if(selmonyear[0]&&(sendmonth=selmonyear[0].month,sendyear=selmonyear[0].year),selunpaid[0])for(i=0;i<selunpaid.length;i++)unpaid.push(selunpaid[i].id);else unpaid=[];selmonyear[0]||selunpaid||(myapp.message("Info","Pas de mois et ou non-payés sélectionnés!"),myapp.closeDataload()),postData({cl:"Sepa",fn:"createSepa",year:sendyear,month:sendmonth,unpaiddata:unpaid,debitdate:debitdate}).then(data=>{console.log("Export result",data.result.data),progressinfo.startGetInfo("invoicing.getProcessInfo('"+data.result.data.log+"')",1),invoicing.exportfile=data.result.data.file}).catch(e=>{console.log("Error export Sepa!",e),myapp.closeDataload(),myapp.message("Erreur","Échec de l'export du fichier XML!",e.msg)})}};
\ No newline at end of file
+let invoicing={tbl:null,tbldates:null,selects:{},filters:{status:{"":""}},init:function(){let tomorrow=new Date;tomorrow.setDate(tomorrow.getDate()+1),flatpickr("#debitdate",{altInput:!0,allowInput:!0,altFormat:"d/m/Y",dateFormat:"Y-m-d",defaultDate:tomorrow,minDate:tomorrow}),this.selects=dataform.initSelects(document.getElementsByClassName("select")),invoicing.tbldates=new Tabulator("#tbl_dates",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 65px)",layout:"fitDataStretch",selectable:1,columns:[{title:"Mois",field:"id",width:120,hozAlign:"center",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Count",field:"cnt",width:50,headerFilter:!1,headerSort:!1,hozAlign:"right"}]}),invoicing.tbldates.on("rowClick",(function(e,row){invoicing.gettblCotisationsData(),invoicing.gettblTransactionsData()})),invoicing.tbl_cotisations=new Tabulator("#tbl_cotisations",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 120px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return invoicing.editCotisation(),!1}}],columns:[{title:"#",formatter:"rownum",headerFilter:null,headerMenu:tablehelper.headerMenu},{title:"Nom",field:"lastname",width:200},{title:"Prénom",field:"firstname",width:200},{title:"Mois",field:"date_month",visible:!1,formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Date Traitement",field:"date_transaction",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"dd/MM/yyyy",invalidPlaceholder:""}},{title:"status",field:"status",headerFilter:"list",formatter:tablehelper.statusFormatter,headerFilterParams:{valuesLookup:!0,clearable:!0}},{title:"Montant",field:"amount",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2},bottomCalc:tablehelper.totalAmount},{title:"Type Payement",field:"paymenttype",headerFilter:"list",headerFilterParams:{valuesLookup:!0,clearable:!0}},{title:"Fichier Export",field:"sepa_file_out",visible:!1},{title:"Fichier Import",field:"transaction_file_in",visible:!1},{title:"ID Transaction",field:"transaction_id",visible:!1},{title:"Code SEPA",field:"last_sepa_code"}]}),invoicing.tbl_cotisations.on("rowDblClick",(function(e,row){invoicing.editCotisation()})),invoicing.tbl_transactions=new Tabulator("#tbl_transactions",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 120px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return invoicing.editTransaction(),!1}}],columns:[{title:"#",formatter:"rownum",headerFilter:null},{title:"Date Transaction",field:"datemovement"},{title:"nom",field:"lastname"},{title:"Prénom",field:"firstname"},{title:"succès",field:"success"},{title:"Cotisation Type",field:"quotatype"},{title:"Montant",field:"quota",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2}},{title:"Fichier XML Retour",field:"filexml"},{title:"Ficher XML Envoi",field:"refxml"},{title:"Sepa signé",field:"sepasigned"},{title:"Groupe Sepa",field:"sepagroup"},{title:"Compte Débiteur",field:"accountout"},{title:"Compter Crediteur",field:"accountin"},{title:"Note",field:"quotaobs"},{title:"Message Erreur",field:"errormsg"},{title:"Code Erreur",field:"errorcode"}]}),invoicing.tblexportsepa=new Tabulator("#tbl_exportsepa",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"html"},height:"calc(100vh - 125px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",groupBy:["date_month"],groupStartOpen:[!0],groupHeader:[function(value,count,data,group){return value?value+" ("+count+")":""}],groupClosedShowCalcs:!0,columns:[{formatter:"rowSelection",titleFormatter:"rowSelection",hozAlign:"center",headerSort:!1,headerFilter:null},{title:"#",formatter:"rownum",headerFilter:null},{title:"Nom",field:"lastname",width:250},{title:"Prénom",field:"firstname",width:250},{title:"Mois",field:"date_month",formatter:"datetime",formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},{title:"Montant",field:"amount",headerFilter:!1,headerSort:!1,width:100,formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:!0,precision:2},bottomCalc:tablehelper.totalAmount},{title:"Status",field:"status",headerFilter:"list",width:120,formatter:tablehelper.statusFormatter,headerFilterParams:{valuesLookup:!0,clearable:!0}},{title:"IBAN",field:"bankaccount",width:270},{title:"BIC",field:"bankbic",width:120}]})},load:function(){invoicing.gettbldates(),invoicing.gettblTransactionsData(),invoicing.gettblCotisationsData(),myapp.viewpanel("invoicing")},gettbldates:function(){let sel=null;invoicing.tbldates.initialized&&(sel=invoicing.tbldates.getSelectedData()),postData({cl:"Cotisations",fn:"getDatesList"}).then(data=>{invoicing.tbldates.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},gettblTransactionsData:function(){let sel=null;invoicing.tbldates.initialized&&(sel=invoicing.tbldates.getSelectedData()),sel&&sel[0]&&postData({cl:"Payments",fn:"getList",month:sel[0].month,year:sel[0].year}).then(data=>{invoicing.tbl_transactions.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},gettblCotisationsData:function(){let sel=null;invoicing.tbldates.initialized&&(sel=invoicing.tbldates.getSelectedData()),sel&&sel[0]&&postData({cl:"Cotisations",fn:"getList",monthdate:sel[0].id}).then(data=>{invoicing.tbl_cotisations.setData(data.result.data).then(data=>{})}).catch(e=>{console.log(e)})},editCotisation:function(){let sel=null;invoicing.tbl_cotisations&&(sel=invoicing.tbl_cotisations.getSelectedData()),document.getElementById("dlg_cotisation_btnok").setAttribute("onclick","invoicing.saveCotisation();"),sel[0]&&postData({cl:"Cotisations",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("cotisation",this.selects,data.result.data),myapp.viewdialog("cotisation")})},saveCotisation(){let datatosave=dataform.getContent("cotisation",invoicing.selects),transferdata={amount:datatosave.amount,paymenttype:datatosave.paymenttype,date_transaction:datatosave.date_transaction,status:datatosave.status};postData({cl:"Cotisations",fn:"saveRow",id:datatosave.id,data:transferdata}).then(data=>{invoicing.gettblCotisationsData(),document.getElementById("dlg_cotisation").style.display="none"}).catch(e=>{document.getElementById("dlg_cotisation").style.display="none"})},editTransaction:function(){let sel=null;invoicing.tbl&&(sel=invoicing.tbl.getSelectedData()),sel[0]&&postData({cl:"Cotisations",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("cootisation",this.selects,data.result.data),myapp.viewdialog("cotisation")})},saveTransaction(){},getCountries:function(){postData({cl:"Countries",fn:"getCountries"}).then(data=>{data.result.data.unshift({iso2:null,country:null}),dataform.fillselectlist(this.selects.birthcountry,data.result.data,"iso2","country"),dataform.fillselectlist(this.selects.addresscountry,data.result.data,"iso2","country")})},loadFileDlg(){},importSepa(){myapp.upload("Import fichier XML SEPA","","importer","annuler","invoicing.importSepaFile();","text/xml")},getProcessInfo(logfile){console.log("Start get info ",logfile),postData({cl:"WorkerProcess",fn:"getLastWorkerInfo",logfile:logfile}).then(data=>{var windowReference;(console.log("info returend",data.result.data),data.result.data.info&&"error"!=data.result.data.status)?(myapp.setDataloadText(data.result.data.info),data.result.data.info.startsWith("End: ")&&(progressinfo.stopGetInfo(),logfile.endsWith("exportsepa.log")&&!data.result.data.info.startsWith("End: Erreur:")&&(window.open().location=api+"file.php?open="+encodeURIComponent(invoicing.exportfile)))):"error"==data.result.data.status&&(myapp.setDataloadText(data.result.data.error),progressinfo.stopGetInfo())}).catch(e=>{myapp.setDataloadText("ne peux pas avoir d'info sur le progrès!")})},importSepaFile(){console.log("Start Sepa Import"),myapp.openDataload("Import données","Attendez svp! Import XML encours!"),postFile(document.getElementById("dlg_uploadfile_files"),{folder:"importsepa"}).then(data=>{console.log("return File Import",data),data.file?postData({cl:"Sepa",fn:"startSepaImport",xmlfile:data.file}).then(data=>{console.log("Before get Processinfo",data.result.data),progressinfo.startGetInfo("invoicing.getProcessInfo('"+data.result.data.log+"')",1)}):(myapp.closeDataload(),myapp.message("Erreur","Échec de l'importation du fichier XML!"))}).catch(e=>{console.log("Error Dataload!",e),myapp.closeDataload(),myapp.message("Erreur","Échec de l'importation du fichier XML!",e.msg)})},viewTabExport:function(){myapp.viewtab("tab_invoicing","inv_export"),myapp.openDataload("Recherche données","Attendez svp!"),postData({cl:"Cotisations",fn:"getUnpaidSepaList"}).then(data=>{console.log(data.result.data),invoicing.tblexportsepa.setData(data.result.data).then(data=>{}),myapp.closeDataload()}).catch(e=>{console.log(e),myapp.closeDataload()})},viewTabTransactions:function(){myapp.viewtab("tab_invoicing","inv_transactions")},viewTabCotisations:function(){myapp.viewtab("tab_invoicing","inv_cotisations")},addCotisationMonth:function(){postData({cl:"Cotisations",fn:"addCotisationMonth"}).then(data=>{invoicing.gettbldates()}).catch(e=>{})},updateCotisationMonth:function(){let selmonyear=invoicing.tbldates.getSelectedData();selmonyear[0]?postData({cl:"Cotisations",fn:"checkSepaTransactions",month:selmonyear[0].id}).then(data=>{invoicing.gettblCotisationsData(),invoicing.gettblTransactionsData()}).catch(e=>{}):myapp.message("Info","Pas de mois sélectionné!")},exportSepa:function(){let selmonyear=invoicing.tbldates.getSelectedData(),selunpaid=invoicing.tblexportsepa.getSelectedData(),debitdate=document.getElementById("debitdate").value;console.log("Start Sepa Export"),myapp.openDataload("Export des données","Attendez svp! Export XML encours!"),unpaid=[];let sendmonth=0,sendyear=0;if(selmonyear[0]&&(sendmonth=selmonyear[0].month,sendyear=selmonyear[0].year),selunpaid[0])for(i=0;i<selunpaid.length;i++)unpaid.push(selunpaid[i].id);else unpaid=[];selmonyear[0]||selunpaid||(myapp.message("Info","Pas de mois et ou non-payés sélectionnés!"),myapp.closeDataload()),postData({cl:"Sepa",fn:"createSepa",year:sendyear,month:sendmonth,unpaiddata:unpaid,debitdate:debitdate}).then(data=>{console.log("Export result",data.result.data),progressinfo.startGetInfo("invoicing.getProcessInfo('"+data.result.data.log+"')",1),invoicing.exportfile=data.result.data.file}).catch(e=>{console.log("Error export Sepa!",e),myapp.closeDataload(),myapp.message("Erreur","Échec de l'export du fichier XML!",e.msg)})}};
\ No newline at end of file
-let prefs={global:null,page:null,defaultdata:{},schema:null};var DateTime=luxon.DateTime;luxon.Settings.defaultLocale="fr";let lbl={},myapp={modules:[],mods:{},loadpage(pageurl){location.href=pageurl},gotoHome:function(){index.loadData(),myapp.viewmodule("index")},viewmodule:function(idmodule){let mods=document.getElementsByClassName("module");for(let i=0;i<mods.length;i++)mods[i].style.display="none";document.getElementById("mod_"+idmodule).style.display="block"},viewtab:function(tabgroup,idtab){var mytabs=document.getElementsByClassName(tabgroup);for(let i=0;i<mytabs.length;i++)mytabs[i].style.display="none";document.getElementById("tab_"+idtab).style.display="block";var mytabbtns=document.getElementsByClassName("tabbtnbar");if(mytabbtns&&mytabbtns.length>0){for(let i=0;i<mytabbtns.length;i++)mytabbtns[i].style.display="none";document.getElementById("tabbtn_"+idtab)&&(document.getElementById("tabbtn_"+idtab).style.display="block")}return!1},snackbar:function(msg,color){var sb=document.getElementById("snackbar");return sb.className="show "+color,sb.innerHTML=msg,setTimeout((function(){sb.className=sb.className.replace("show "+color,"")}),3e3),!1},viewpanel:function(idpanel){var mypanels=document.getElementsByClassName("panel");for(let i=0;i<mypanels.length;i++)mypanels[i].style.display="none";return document.getElementById("pnl_"+idpanel).style.display="block",!1},viewdialog:function(dlgname){document.getElementById("dlg_"+dlgname).style.display="block"},closeDialog:function(dlgname){document.getElementById("dlg_"+dlgname).style.display="none"},confirm:function(title,message,strbtnok,strbtncancel,action){document.getElementById("dlg_confirm_title").innerHTML=title,document.getElementById("dlg_confirm_text").innerHTML=message,document.getElementById("dlg_confirm_btnok").innerHTML=strbtnok,document.getElementById("dlg_confirm_btncancel").innerHTML=strbtncancel,document.getElementById("dlg_confirm_btnok").setAttribute("onclick","document.getElementById('dlg_confirm').style.display='none';"+action),document.getElementById("dlg_confirm").style.display="block"},upload:function(title,message,strbtnok,strbtncancel,action,ftype="image/*"){dataform.clear("uploadfile"),document.getElementById("dlg_uploadfile_title").innerHTML=title,document.getElementById("dlg_uploadfile_text").innerHTML=message,document.getElementById("dlg_uploadfile_btnok").innerHTML='<span class="icon icon-upload"></span>'+strbtnok,document.getElementById("dlg_uploadfile_btncancel").innerHTML='<span class="icon icon-remove"></span>'+strbtncancel,document.getElementById("dlg_uploadfile_files").setAttribute("accept",ftype),document.getElementById("dlg_uploadfile_btnok").setAttribute("onclick","document.getElementById('dlg_uploadfile').style.display='none';"+action),document.getElementById("dlg_uploadfile").style.display="block"},openDataload:function(title,message){return document.getElementById("dlg_dataload_btnClose").disabled=!1,document.getElementById("dlg_dataload_title").innerHTML=title,document.getElementById("dlg_dataload_text").innerHTML=message,document.getElementById("dlg_dataload").style.display="block",!1},closeDataload:function(){document.getElementById("dlg_dataload_title").innerHTML="",document.getElementById("dlg_dataload_text").innerHTML="",document.getElementById("dlg_dataload").style.display="none"},setDataloadText:function(msg){document.getElementById("dlg_dataload_text").innerHTML=msg},message:function(title,message){return document.getElementById("dlg_message_title").innerHTML=title,document.getElementById("dlg_message_text").innerHTML=message,document.getElementById("dlg_message").style.display="block",!1},setpref:function(key,value){return db.execAsync("REPLACE INTO defaultdata (id,pref) VALUES ('"+key+"','"+value+"');").then(res=>{}),!1},togglemenu:function(idmenu){var mnu=document.getElementById(idmenu);"none"==mnu.style.display?mnu.style.display="block":mnu.style.display="none"},displayeditbuttons:function(dsp){var tblbtns=document.getElementsByClassName("tlbbtnlist");for(var k in tblbtns)tblbtns[k].style.display=dsp;return!1},logout:function(){postData({cl:"Users",fn:"logout"}).then(data=>{console.log("Logout",data),location.reload()})}};String.prototype.replaceAt=function(index,replacement){return this.substr(0,index)+replacement+this.substr(index+replacement.length)};
\ No newline at end of file
+let prefs={global:null,page:null,defaultdata:{},schema:null};var DateTime=luxon.DateTime;luxon.Settings.defaultLocale="fr";let lbl={},myapp={modules:[],mods:{},loadpage(pageurl){location.href=pageurl},gotoHome:function(){index.loadData(),myapp.viewmodule("index")},viewmodule:function(idmodule){let mods=document.getElementsByClassName("module");for(let i=0;i<mods.length;i++)mods[i].style.display="none";document.getElementById("mod_"+idmodule).style.display="block"},viewtab:function(tabgroup,idtab){var mytabs=document.getElementsByClassName(tabgroup);for(let i=0;i<mytabs.length;i++)mytabs[i].style.display="none";document.getElementById("tab_"+idtab).style.display="block";var mytabbtns=document.getElementsByClassName("tabbtnbar");if(mytabbtns&&mytabbtns.length>0){for(let i=0;i<mytabbtns.length;i++)mytabbtns[i].style.display="none";document.getElementById("tabbtn_"+idtab)&&(document.getElementById("tabbtn_"+idtab).style.display="block")}return!1},snackbar:function(msg,color){var sb=document.getElementById("snackbar");return sb.className="show "+color,sb.innerHTML=msg,setTimeout((function(){sb.className=sb.className.replace("show "+color,"")}),3e3),!1},viewpanel:function(idpanel){var mypanels=document.getElementsByClassName("panel");for(let i=0;i<mypanels.length;i++)mypanels[i].style.display="none";return document.getElementById("pnl_"+idpanel).style.display="block",!1},viewdialog:function(dlgname){document.getElementById("dlg_"+dlgname).style.display="block"},closeDialog:function(dlgname){document.getElementById("dlg_"+dlgname).style.display="none"},confirm:function(title,message,strbtnok,strbtncancel,action){document.getElementById("dlg_confirm_title").innerHTML=title,document.getElementById("dlg_confirm_text").innerHTML=message,document.getElementById("dlg_confirm_btnok").innerHTML=strbtnok,document.getElementById("dlg_confirm_btncancel").innerHTML=strbtncancel,document.getElementById("dlg_confirm_btnok").setAttribute("onclick","document.getElementById('dlg_confirm').style.display='none';"+action),document.getElementById("dlg_confirm").style.display="block"},upload:function(title,message,strbtnok,strbtncancel,action,ftype="image/*"){dataform.clear("uploadfile"),document.getElementById("dlg_uploadfile_title").innerHTML=title,document.getElementById("dlg_uploadfile_text").innerHTML=message,document.getElementById("dlg_uploadfile_btnok").innerHTML='<span class="icon icon-upload"></span>'+strbtnok,document.getElementById("dlg_uploadfile_btncancel").innerHTML='<span class="icon icon-remove"></span>'+strbtncancel,document.getElementById("dlg_uploadfile_files").setAttribute("accept",ftype),document.getElementById("dlg_uploadfile_btnok").setAttribute("onclick","document.getElementById('dlg_uploadfile').style.display='none';"+action),document.getElementById("dlg_uploadfile").style.display="block"},openDataload:function(title,message){return document.getElementById("dlg_dataload_btnClose").disabled=!1,document.getElementById("dlg_dataload_title").innerHTML=title,document.getElementById("dlg_dataload_text").innerHTML=message,document.getElementById("dlg_dataload").style.display="block",!1},closeDataload:function(){document.getElementById("dlg_dataload_title").innerHTML="",document.getElementById("dlg_dataload_text").innerHTML="",document.getElementById("dlg_dataload").style.display="none"},setDataloadText:function(msg){document.getElementById("dlg_dataload_text").innerHTML=msg},message:function(title,message){return document.getElementById("dlg_message_title").innerHTML=title,document.getElementById("dlg_message_text").innerHTML=message,document.getElementById("dlg_message").style.display="block",!1},setpref:function(key,value){return db.execAsync("REPLACE INTO defaultdata (id,pref) VALUES ('"+key+"','"+value+"');").then(res=>{}),!1},togglemenu:function(idmenu){var mnu=document.getElementById(idmenu);"none"==mnu.style.display?mnu.style.display="block":mnu.style.display="none"},displayeditbuttons:function(dsp){var tblbtns=document.getElementsByClassName("tlbbtnlist");for(var k in tblbtns)tblbtns[k].style.display=dsp;return!1},logout:function(){postData({cl:"Users",fn:"logout"}).then(data=>{location.reload()})}};String.prototype.replaceAt=function(index,replacement){return this.substr(0,index)+replacement+this.substr(index+replacement.length)};
\ No newline at end of file
-let progressinfo={windowtimer:null,interval:1e3,checkfunction:null,processid:null,startGetInfo:function(updatefunction,stopfunction,interval=1,process=null){window.clearInterval(progressinfo.windowtimer),console.log("start Timer"),document.getElementById("dlg_dataload_spinner").style.display="block",interval&&(progressinfo.interval=1e3*interval),progressinfo.windowtimer=window.setInterval(updatefunction,progressinfo.interval)},stopGetInfo:function(){document.getElementById("dlg_dataload_spinner").style.display="none",window.clearInterval(progressinfo.windowtimer)}};
\ No newline at end of file
+let progressinfo={windowtimer:null,interval:1e3,checkfunction:null,processid:null,startGetInfo:function(updatefunction,stopfunction,interval=1,process=null){window.clearInterval(progressinfo.windowtimer),document.getElementById("dlg_dataload_spinner").style.display="block",interval&&(progressinfo.interval=1e3*interval),progressinfo.windowtimer=window.setInterval(updatefunction,progressinfo.interval)},stopGetInfo:function(){document.getElementById("dlg_dataload_spinner").style.display="none",window.clearInterval(progressinfo.windowtimer)}};
\ No newline at end of file
-async function postData(data={}){console.log("post",data);const response=await fetch(apiurl,{method:"POST",mode:"same-origin",cache:"no-cache",credentials:"same-origin",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"strict-origin",body:JSON.stringify(data)});return response.json()}
\ No newline at end of file
+async function postData(data={}){const response=await fetch(apiurl,{method:"POST",mode:"same-origin",cache:"no-cache",credentials:"same-origin",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"strict-origin",body:JSON.stringify(data)});return response.json()}
\ No newline at end of file
-let quotatypes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_quotatypes_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_quotatypes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return quotatypes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return quotatypes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return quotatypes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){quotatypes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"QuotaTypes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("quotatypes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"QuotaTypes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"QuotaTypes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("quotatypes",quotatypes.selects,data.result.data),myapp.viewtab("tab_quotatypes","quotatypes_form")})},viewlist:function(){myapp.viewtab("tab_quotatypes","quotatypes_list")},confirmDelete:function(){return sel=quotatypes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",quotatypes.delete()),!1},delete:function(ids){let sel=quotatypes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"QuotaTypes",fn:"delete",ids:ids}).then(data=>{quotatypes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"QuotaTypes",fn:"addRow"}).then(data=>{console.log(newid),quotatypes.gettbldata()})},duplicate:function(id){let sel=quotatypes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"QuotaTypes",fn:"duplicate",id:sel[0].id}).then(data=>{console.log(data.result.data),quotatypes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=quotatypes.tbl.getSelectedRows();if(console.log("Next SelRows",selR),selR&&selR[0]){quotatypes.tbl.deselectRow();let nextRow=selR[0].getNextRow();console.log("Next to Select",nextRow);let nextid=nextRow.getData().id;console.log("next id",nextid),quotatypes.tbl.selectRow(nextid),quotatypes.edit()}},prev:function(){let selR=quotatypes.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){quotatypes.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),quotatypes.tbl.selectRow(previd),quotatypes.edit()}}};
\ No newline at end of file
+let quotatypes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_quotatypes_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_quotatypes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return quotatypes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return quotatypes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return quotatypes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){quotatypes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"QuotaTypes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("quotatypes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"QuotaTypes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"QuotaTypes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("quotatypes",quotatypes.selects,data.result.data),myapp.viewtab("tab_quotatypes","quotatypes_form")})},viewlist:function(){myapp.viewtab("tab_quotatypes","quotatypes_list")},confirmDelete:function(){return sel=quotatypes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",quotatypes.delete()),!1},delete:function(ids){let sel=quotatypes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"QuotaTypes",fn:"delete",ids:ids}).then(data=>{quotatypes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"QuotaTypes",fn:"addRow"}).then(data=>{quotatypes.gettbldata()})},duplicate:function(id){let sel=quotatypes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"QuotaTypes",fn:"duplicate",id:sel[0].id}).then(data=>{quotatypes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=quotatypes.tbl.getSelectedRows();if(selR&&selR[0]){quotatypes.tbl.deselectRow();let nextRow,nextid=selR[0].getNextRow().getData().id;quotatypes.tbl.selectRow(nextid),quotatypes.edit()}},prev:function(){let selR=quotatypes.tbl.getSelectedRows();if(selR&&selR[0]){quotatypes.tbl.deselectRow();let prevRow,previd=selR[0].getPrevRow().getData().id;quotatypes.tbl.selectRow(previd),quotatypes.edit()}}};
\ No newline at end of file
-let releasestypes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_releasestypes_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_releasestypes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return releasestypes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return releasestypes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return releasestypes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){releasestypes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"ReleasesTypes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("releasestypes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"ReleasesTypes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"ReleasesTypes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("releasestypes",releasestypes.selects,data.result.data),myapp.viewtab("tab_releasestypes","releasestypes_form")})},viewlist:function(){myapp.viewtab("tab_releasestypes","releasestypes_list")},confirmDelete:function(){return sel=releasestypes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",releasestypes.delete()),!1},delete:function(ids){let sel=releasestypes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"ReleasesTypes",fn:"delete",ids:ids}).then(data=>{releasestypes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"ReleasesTypes",fn:"addRow"}).then(data=>{console.log(newid),releasestypes.gettbldata()})},duplicate:function(id){let sel=releasestypes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"ReleasesTypes",fn:"duplicate",id:sel[0].id}).then(data=>{console.log(data.result.data),releasestypes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=releasestypes.tbl.getSelectedRows();if(console.log("Next SelRows",selR),selR&&selR[0]){releasestypes.tbl.deselectRow();let nextRow=selR[0].getNextRow();console.log("Next to Select",nextRow);let nextid=nextRow.getData().id;console.log("next id",nextid),releasestypes.tbl.selectRow(nextid),releasestypes.edit()}},prev:function(){let selR=releasestypes.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){releasestypes.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),releasestypes.tbl.selectRow(previd),releasestypes.edit()}}};
\ No newline at end of file
+let releasestypes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_releasestypes_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_releasestypes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return releasestypes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return releasestypes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return releasestypes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){releasestypes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"ReleasesTypes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("releasestypes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"ReleasesTypes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"ReleasesTypes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("releasestypes",releasestypes.selects,data.result.data),myapp.viewtab("tab_releasestypes","releasestypes_form")})},viewlist:function(){myapp.viewtab("tab_releasestypes","releasestypes_list")},confirmDelete:function(){return sel=releasestypes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",releasestypes.delete()),!1},delete:function(ids){let sel=releasestypes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"ReleasesTypes",fn:"delete",ids:ids}).then(data=>{releasestypes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"ReleasesTypes",fn:"addRow"}).then(data=>{releasestypes.gettbldata()})},duplicate:function(id){let sel=releasestypes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"ReleasesTypes",fn:"duplicate",id:sel[0].id}).then(data=>{releasestypes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=releasestypes.tbl.getSelectedRows();if(selR&&selR[0]){releasestypes.tbl.deselectRow();let nextRow,nextid=selR[0].getNextRow().getData().id;releasestypes.tbl.selectRow(nextid),releasestypes.edit()}},prev:function(){let selR=releasestypes.tbl.getSelectedRows();if(selR&&selR[0]){releasestypes.tbl.deselectRow();let prevRow,previd=selR[0].getPrevRow().getData().id;releasestypes.tbl.selectRow(previd),releasestypes.edit()}}};
\ No newline at end of file
-let roles={init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_roles_list").offsetHeight+56;this.tbl=new Tabulator("#tbl_roles",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),postData({cl:"Roles",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("roles"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Roles",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})}};
\ No newline at end of file
+let roles={init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_roles_list").offsetHeight+56;this.tbl=new Tabulator("#tbl_roles",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),postData({cl:"Roles",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("roles"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Roles",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})}};
\ No newline at end of file
-let sections={init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_sections_list").offsetHeight+56;this.tbl=new Tabulator("#tbl_sections",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),postData({cl:"Sections",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("sections"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Sections",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})}};
\ No newline at end of file
+let sections={init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_sections_list").offsetHeight+56;this.tbl=new Tabulator("#tbl_sections",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),postData({cl:"Sections",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("sections"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"Sections",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})}};
\ No newline at end of file
-let sepacodes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_sepacodes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return sepacodes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return sepacodes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return sepacodes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){sepacodes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"SepaCodes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("sepacodes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"SepaCodes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"SepaCodes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("sepacodes",sepacodes.selects,data.result.data),myapp.viewtab("tab_sepacodes","sepacodes_form")})},viewlist:function(){myapp.viewtab("tab_sepacodes","sepacodes_list")},confirmDelete:function(){return sel=sepacodes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",sepacodes.delete()),!1},delete:function(ids){let sel=sepacodes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"SepaCodes",fn:"delete",ids:ids}).then(data=>{sepacodes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"SepaCodes",fn:"addRow"}).then(data=>{console.log(newid),sepacodes.gettbldata()})},duplicate:function(id){let sel=sepacodes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"SepaCodes",fn:"duplicate",id:sel[0].id}).then(data=>{console.log(data.result.data),sepacodes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=sepacodes.tbl.getSelectedRows();if(console.log("Next SelRows",selR),selR&&selR[0]){sepacodes.tbl.deselectRow();let nextRow=selR[0].getNextRow();console.log("Next to Select",nextRow);let nextid=nextRow.getData().id;console.log("next id",nextid),sepacodes.tbl.selectRow(nextid),sepacodes.edit()}},prev:function(){let selR=sepacodes.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){sepacodes.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),sepacodes.tbl.selectRow(previd),sepacodes.edit()}}};
\ No newline at end of file
+let sepacodes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_sepacodes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return sepacodes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return sepacodes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return sepacodes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){sepacodes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"SepaCodes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("sepacodes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"SepaCodes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"SepaCodes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("sepacodes",sepacodes.selects,data.result.data),myapp.viewtab("tab_sepacodes","sepacodes_form")})},viewlist:function(){myapp.viewtab("tab_sepacodes","sepacodes_list")},confirmDelete:function(){return sel=sepacodes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",sepacodes.delete()),!1},delete:function(ids){let sel=sepacodes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"SepaCodes",fn:"delete",ids:ids}).then(data=>{sepacodes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"SepaCodes",fn:"addRow"}).then(data=>{sepacodes.gettbldata()})},duplicate:function(id){let sel=sepacodes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"SepaCodes",fn:"duplicate",id:sel[0].id}).then(data=>{sepacodes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=sepacodes.tbl.getSelectedRows();if(selR&&selR[0]){sepacodes.tbl.deselectRow();let nextRow,nextid=selR[0].getNextRow().getData().id;sepacodes.tbl.selectRow(nextid),sepacodes.edit()}},prev:function(){let selR=sepacodes.tbl.getSelectedRows();if(selR&&selR[0]){sepacodes.tbl.deselectRow();let prevRow,previd=selR[0].getPrevRow().getData().id;sepacodes.tbl.selectRow(previd),sepacodes.edit()}}};
\ No newline at end of file
-let sepagroups={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_sepagroups_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_sepagroups",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return sepagroups.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return sepagroups.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return sepagroups.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){sepagroups.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"SepaGroups",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("sepagroups"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"SepaGroups",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"SepaGroups",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("sepagroups",sepagroups.selects,data.result.data),myapp.viewtab("tab_sepagroups","sepagroups_form")})},viewlist:function(){myapp.viewtab("tab_sepagroups","sepagroups_list")},confirmDelete:function(){return sel=sepagroups.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",sepagroups.delete()),!1},delete:function(ids){let sel=sepagroups.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"SepaGroups",fn:"delete",ids:ids}).then(data=>{sepagroups.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"SepaGroups",fn:"addRow"}).then(data=>{console.log(newid),sepagroups.gettbldata()})},duplicate:function(id){let sel=sepagroups.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"SepaGroups",fn:"duplicate",id:sel[0].id}).then(data=>{console.log(data.result.data),sepagroups.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=sepagroups.tbl.getSelectedRows();if(console.log("Next SelRows",selR),selR&&selR[0]){sepagroups.tbl.deselectRow();let nextRow=selR[0].getNextRow();console.log("Next to Select",nextRow);let nextid=nextRow.getData().id;console.log("next id",nextid),sepagroups.tbl.selectRow(nextid),sepagroups.edit()}},prev:function(){let selR=sepagroups.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){sepagroups.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),sepagroups.tbl.selectRow(previd),sepagroups.edit()}}};
\ No newline at end of file
+let sepagroups={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_sepagroups_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_sepagroups",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return sepagroups.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return sepagroups.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return sepagroups.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){sepagroups.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"SepaGroups",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){console.log(data.result.data[i]);let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("sepagroups"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"SepaGroups",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"SepaGroups",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("sepagroups",sepagroups.selects,data.result.data),myapp.viewtab("tab_sepagroups","sepagroups_form")})},viewlist:function(){myapp.viewtab("tab_sepagroups","sepagroups_list")},confirmDelete:function(){return sel=sepagroups.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",sepagroups.delete()),!1},delete:function(ids){let sel=sepagroups.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"SepaGroups",fn:"delete",ids:ids}).then(data=>{sepagroups.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"SepaGroups",fn:"addRow"}).then(data=>{sepagroups.gettbldata()})},duplicate:function(id){let sel=sepagroups.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"SepaGroups",fn:"duplicate",id:sel[0].id}).then(data=>{sepagroups.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=sepagroups.tbl.getSelectedRows();if(selR&&selR[0]){sepagroups.tbl.deselectRow();let nextRow,nextid=selR[0].getNextRow().getData().id;sepagroups.tbl.selectRow(nextid),sepagroups.edit()}},prev:function(){let selR=sepagroups.tbl.getSelectedRows();if(selR&&selR[0]){sepagroups.tbl.deselectRow();let prevRow,previd=selR[0].getPrevRow().getData().id;sepagroups.tbl.selectRow(previd),sepagroups.edit()}}};
\ No newline at end of file
-let tablehelper={headerMenu:function(){var menu=[],columns=this.getColumns();let first=!0;for(let column of columns){if(first){first=!1;continue}let icon=document.createElement("span");icon.classList.add("icon-inline"),icon.classList.add(column.isVisible()?"icon-rndcheck-ok":"icon-rndcheck-not");let label=document.createElement("span"),title=document.createElement("span");title.innerHTML=" "+column.getDefinition().title.replace(/\<br\/\>/g," "),label.appendChild(icon),label.appendChild(title),menu.push({label:label,action:function(e){e.stopPropagation(),column.toggle(),column.isVisible()?(icon.classList.remove("icon-rndcheck-not"),icon.classList.add("icon-rndcheck-ok")):(icon.classList.remove("icon-rndcheck-ok"),icon.classList.add("icon-rndcheck-not"))}})}return menu},setColDef:function(data){let coldef={title:data.COLUMN_NAME,field:data.COLUMN_NAME};return"PRI"==data.COLUMN_KEY&&(coldef.field="id"),(data.COLUMN_NAME.startsWith("ID_")||data.COLUMN_NAME.startsWith("new_")||data.COLUMN_NAME.startsWith("update_"))&&(coldef.visible=!1),data.COLUMN_NAME.startsWith("int")&&(coldef.formatter="plaintext",coldef.hozAlign="right"),coldef},dateFormatter:function(cell,formatterParams){return null!=cell.getValue()?DateTime.fromISO(cell.getValue()).toFormat("dd.MM.yyyy"):""},monthFormatter:function(cell,formatterParams){return DateTime.fromISO(cell._cell.row.data.myear+"-"+cell.getValue()+"-01").toFormat("MMM yy")},boldFormatter:function(cell,formatterParams){return cell.getElement().style.fontWeight="bold",cell.getValue()},imgFormatter(cell,formatterParams){var vstyle="",ret="";return null!=cell.getValue()&&(formatterParams&&Object.entries(formatterParams).forEach(entry=>{const[key,value]=entry;vstyle+=key+":"+value+";"}),ret='<img src="'+cell.getValue()+'" style="'+vstyle+'" />'),ret},ArrayToString:function(cell,formatterParams){let xval="";if(null!=cell.getValue())try{xval=JSON.parse(cell.getValue()).join(",")}catch(e){console.log("Error Kategorie",e),xval=""}return xval},colorFormatter:function(cell,formatterParams){return null!=cell._cell.row.data.bgcolor&&(cell.getElement().style.backgroundColor=colors.hexToRgbA(cell._cell.row.data.bgcolor,1)),cell.getValue()},dldDataAccessor:function(value,data,type,params,column){return null==value&&(value=""),value},nullFormatter:function(cell,formatterParams){return cell.getElement().style.backgroundColor="grey",""},totalAmount:function(values,data,calcParams){let amnt=0;for(let m in values)amnt+=parseFloat(values[m]);return amnt.toFixed(2)+"€"},statusFormatter:function(cell,formatterParams){var value=cell.getValue();return value&&(dataformatter.status[value].color&&(cell.getElement().style.color=dataformatter.status[value].color),dataformatter.status[value].text)?dataformatter.status[value].text:value}},dataformatter={status:{"":{color:"",text:""},open:{color:"orange",text:"ouvert"},exported:{color:"grey",text:"exporté"},sended:{color:"orange",text:"envoyé"},payed:{color:"green",text:"payé"},error:{color:"red",text:"erreur"}}};
\ No newline at end of file
+let tablehelper={headerMenu:function(){var menu=[],columns=this.getColumns();let first=!0;for(let column of columns){if(first){first=!1;continue}let icon=document.createElement("span");icon.classList.add("icon-inline"),icon.classList.add(column.isVisible()?"icon-rndcheck-ok":"icon-rndcheck-not");let label=document.createElement("span"),title=document.createElement("span");title.innerHTML=" "+column.getDefinition().title.replace(/\<br\/\>/g," "),label.appendChild(icon),label.appendChild(title),menu.push({label:label,action:function(e){e.stopPropagation(),column.toggle(),column.isVisible()?(icon.classList.remove("icon-rndcheck-not"),icon.classList.add("icon-rndcheck-ok")):(icon.classList.remove("icon-rndcheck-ok"),icon.classList.add("icon-rndcheck-not"))}})}return menu},setColDef:function(data){let coldef={title:data.COLUMN_NAME,field:data.COLUMN_NAME};return"PRI"==data.COLUMN_KEY&&(coldef.field="id"),(data.COLUMN_NAME.startsWith("ID_")||data.COLUMN_NAME.startsWith("new_")||data.COLUMN_NAME.startsWith("update_"))&&(coldef.visible=!1),data.COLUMN_NAME.startsWith("int")&&(coldef.formatter="plaintext",coldef.hozAlign="right"),coldef},dateFormatter:function(cell,formatterParams){return null!=cell.getValue()?DateTime.fromISO(cell.getValue()).toFormat("dd.MM.yyyy"):""},monthFormatter:function(cell,formatterParams){return DateTime.fromISO(cell._cell.row.data.myear+"-"+cell.getValue()+"-01").toFormat("MMM yy")},boldFormatter:function(cell,formatterParams){return cell.getElement().style.fontWeight="bold",cell.getValue()},imgFormatter(cell,formatterParams){var vstyle="",ret="";return null!=cell.getValue()&&(formatterParams&&Object.entries(formatterParams).forEach(entry=>{const[key,value]=entry;vstyle+=key+":"+value+";"}),ret='<img src="'+cell.getValue()+'" style="'+vstyle+'" />'),ret},ArrayToString:function(cell,formatterParams){let xval="";if(null!=cell.getValue())try{xval=JSON.parse(cell.getValue()).join(",")}catch(e){xval=""}return xval},colorFormatter:function(cell,formatterParams){return null!=cell._cell.row.data.bgcolor&&(cell.getElement().style.backgroundColor=colors.hexToRgbA(cell._cell.row.data.bgcolor,1)),cell.getValue()},dldDataAccessor:function(value,data,type,params,column){return null==value&&(value=""),value},nullFormatter:function(cell,formatterParams){return cell.getElement().style.backgroundColor="grey",""},totalAmount:function(values,data,calcParams){let amnt=0;for(let m in values)amnt+=parseFloat(values[m]);return amnt.toFixed(2)+"€"},statusFormatter:function(cell,formatterParams){var value=cell.getValue();return value&&(dataformatter.status[value].color&&(cell.getElement().style.color=dataformatter.status[value].color),dataformatter.status[value].text)?dataformatter.status[value].text:value}},dataformatter={status:{"":{color:"",text:""},open:{color:"orange",text:"ouvert"},exported:{color:"grey",text:"exporté"},sended:{color:"orange",text:"envoyé"},payed:{color:"green",text:"payé"},error:{color:"red",text:"erreur"}}};
\ No newline at end of file
-let users={tbl:null,selects:[],pwdmsg:"le mot de passe doit contenir au moins 10 lettres , au moins une lettre majuscule, une lettre minuscule et un nombre",init:function(){users.selects.usergroups=new SlimSelect({select:"#usergroups",settings:{showSearch:!1},events:{afterChange:()=>{let sel;users.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("usergroups"),users.selects.usergroups.getSelected())}}}),users.tbl=new Tabulator("#tbl_users",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:!1,formatter:"html"},height:"calc(100vh - 80px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return users.edit(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return users.confirmDelete(),!1}}],columns:[{title:"Utilisateur",field:"dspname"}]}),users.tbl.on("rowClick",(function(e,row){users.edit()})),users.tbl.on("rowContext",(function(e,row){e.preventDefault()}))},load:function(){myapp.viewpanel("users"),users.gettbldata()},gettbldata:function(id){let selectedData=null;users.tbl.getData().length>0&&(selectedData=users.tbl.getSelectedData()),postData({cl:"Users",fn:"getList"}).then(data=>{users.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=null;null!=users.tbl&&(sel=users.tbl.getSelectedData()),sel[0]&&postData({cl:"Users",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("users",users.selects,data.result.data)})},confirmDelete:function(){return null!=users.tbl&&(sel=users.tbl.getSelectedData()),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer le(s) utilisateur(s) selectionné(es)?","OUI","NON","users.delete()"),!1},delete:function(){let sel=users.tbl.getSelectedData(),ids=[];if(sel[0])for(i=0;i<sel.length;i++)ids.push(sel[i].id);ids.length>0&&postData({cl:"Users",fn:"delete",ids:ids}).then(data=>{users.gettbldata(),myapp.snackbar("Les données ont été supprimés!","green")}).catch(e=>{console.log(e)})},add:function(){postData({cl:"Users",fn:"add"}).then(data=>{users.gettbldata()})},passworddlg:function(){let sel=[];return users.tbl.getData().length>0&&(sel=users.tbl.getSelectedData(),sel[0]&&users.showNewPasswordDialog(sel[0])),!1},showNewPasswordDialog:function(data=null){return document.getElementById("newpassword_msg").innerHTML=users.pwdmsg,null==data?(document.getElementById("newpassword_id").value=prefs.user_id,document.getElementById("newpassword_name").value=prefs.name,document.getElementById("newpassword_username").value=prefs.username):(document.getElementById("newpassword_id").value=data.id,document.getElementById("newpassword_name").value=data.name,document.getElementById("newpassword_username").value=data.username),document.getElementById("newpwd1").value="",document.getElementById("newpwd2").value="",users.viewpwd("newpwd1","pwd"),users.viewpwd("newpwd2","pwd"),myapp.viewdialog("newpassword"),!1},generatenewpassword:function(){let fndata_fn="genpwd";postData({cl:"Users",fn:"genpwd"}).then(data=>{data&&data.result.data.password&&(document.getElementById("newpwd1").value=data.result.data.password,users.viewpwd("newpwd1","text"),document.getElementById("newpwd2").value=data.result.data.password)})},validatepwd:function(){let msgobj=document.getElementById("newpassword_msg");msgobj.innerHTML=users.pwdmsg;let pwd1=document.getElementById("newpwd1").value,pwd2=document.getElementById("newpwd2").value,res=!0;return pwd1!=pwd2&&(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>les 2 mots de passes ne sont pas identiques!")),(pwd1.length<10||pwd2.length<10)&&(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>mot de passe trop court!")),0!=/[a-z]/.test(pwd1)&&0!=/[a-z]/.test(pwd2)||(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>Il manque des lettres minuscules!")),0!=/[A-Z]/.test(pwd1)&&0!=/[A-Z]/.test(pwd2)||(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>Il manque au moins une lettre majuscule!")),0!=/[0-9]/.test(pwd1)&&0!=/[0-9]/.test(pwd2)||(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>Il manque au moins 1 nombre")),res},viewpwd(id,force){if("text"==force)document.getElementById(id).type="text",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-close"></span>';else if("pwd"==force)document.getElementById(id).type="password",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-open"></span>';else{var fldtype;"text"==document.getElementById(id).type?(document.getElementById(id).type="password",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-open"></span>'):(document.getElementById(id).type="text",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-close"></span>')}return!1},savepwd:function(){let valp=users.validatepwd();if(0==valp)return!1;let uid=document.getElementById("newpassword_id").value,pwd=document.getElementById("newpwd1").value,sxid=prefs.sid;return 1==valp&&postData({cl:"Users",fn:"saveNewPwd",pwd:pwd,id:uid,sx:sxid}).then(data=>{console.log("PWD Data",data),myapp.closeDialog("newpassword")}),!1}};
\ No newline at end of file
+let users={tbl:null,selects:[],pwdmsg:"le mot de passe doit contenir au moins 10 lettres , au moins une lettre majuscule, une lettre minuscule et un nombre",init:function(){users.selects.usergroups=new SlimSelect({select:"#usergroups",settings:{showSearch:!1},events:{afterChange:()=>{let sel;users.tbl.getSelectedData()[0]&&dataform.savefielddata(document.getElementById("usergroups"),users.selects.usergroups.getSelected())}}}),users.tbl=new Tabulator("#tbl_users",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:!1,formatter:"html"},height:"calc(100vh - 80px)",layout:"fitDataStretch",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return users.edit(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return users.confirmDelete(),!1}}],columns:[{title:"Utilisateur",field:"dspname"}]}),users.tbl.on("rowClick",(function(e,row){users.edit()})),users.tbl.on("rowContext",(function(e,row){e.preventDefault()}))},load:function(){myapp.viewpanel("users"),users.gettbldata()},gettbldata:function(id){let selectedData=null;users.tbl.getData().length>0&&(selectedData=users.tbl.getSelectedData()),postData({cl:"Users",fn:"getList"}).then(data=>{users.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=null;null!=users.tbl&&(sel=users.tbl.getSelectedData()),sel[0]&&postData({cl:"Users",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("users",users.selects,data.result.data)})},confirmDelete:function(){return null!=users.tbl&&(sel=users.tbl.getSelectedData()),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer le(s) utilisateur(s) selectionné(es)?","OUI","NON","users.delete()"),!1},delete:function(){let sel=users.tbl.getSelectedData(),ids=[];if(sel[0])for(i=0;i<sel.length;i++)ids.push(sel[i].id);ids.length>0&&postData({cl:"Users",fn:"delete",ids:ids}).then(data=>{users.gettbldata(),myapp.snackbar("Les données ont été supprimés!","green")}).catch(e=>{console.log(e)})},add:function(){return console.log("before add user"),postData({cl:"Users",fn:"add",data:{username:"utilisateur",name:"Nouveau Utilisateur"}}).then(data=>{users.gettbldata()}).catch(e=>{console.log(e)}),!1},passworddlg:function(){let sel=[];return users.tbl.getData().length>0&&(sel=users.tbl.getSelectedData(),sel[0]&&users.showNewPasswordDialog(sel[0])),!1},showNewPasswordDialog:function(data=null){return document.getElementById("newpassword_msg").innerHTML=users.pwdmsg,null==data?(document.getElementById("newpassword_id").value=prefs.user_id,document.getElementById("newpassword_name").value=prefs.name,document.getElementById("newpassword_username").value=prefs.username):(document.getElementById("newpassword_id").value=data.id,document.getElementById("newpassword_name").value=data.name,document.getElementById("newpassword_username").value=data.username),document.getElementById("newpwd1").value="",document.getElementById("newpwd2").value="",users.viewpwd("newpwd1","pwd"),users.viewpwd("newpwd2","pwd"),myapp.viewdialog("newpassword"),!1},generatenewpassword:function(){let fndata_fn="genpwd";postData({cl:"Users",fn:"genpwd"}).then(data=>{data&&data.result.data.password&&(document.getElementById("newpwd1").value=data.result.data.password,users.viewpwd("newpwd1","text"),document.getElementById("newpwd2").value=data.result.data.password)})},validatepwd:function(){let msgobj=document.getElementById("newpassword_msg");msgobj.innerHTML=users.pwdmsg;let pwd1=document.getElementById("newpwd1").value,pwd2=document.getElementById("newpwd2").value,res=!0;return pwd1!=pwd2&&(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>les 2 mots de passes ne sont pas identiques!")),(pwd1.length<10||pwd2.length<10)&&(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>mot de passe trop court!")),0!=/[a-z]/.test(pwd1)&&0!=/[a-z]/.test(pwd2)||(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>Il manque des lettres minuscules!")),0!=/[A-Z]/.test(pwd1)&&0!=/[A-Z]/.test(pwd2)||(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>Il manque au moins une lettre majuscule!")),0!=/[0-9]/.test(pwd1)&&0!=/[0-9]/.test(pwd2)||(res=!1,msgobj.insertAdjacentHTML("beforeend","<br/>Il manque au moins 1 nombre")),res},viewpwd(id,force){if("text"==force)document.getElementById(id).type="text",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-close"></span>';else if("pwd"==force)document.getElementById(id).type="password",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-open"></span>';else{var fldtype;"text"==document.getElementById(id).type?(document.getElementById(id).type="password",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-open"></span>'):(document.getElementById(id).type="text",document.getElementById("btn_"+id).innerHTML='<span class="icon icon-eye-close"></span>')}return!1},savepwd:function(){let valp=users.validatepwd();if(0==valp)return!1;let uid=document.getElementById("newpassword_id").value,pwd=document.getElementById("newpwd1").value,sxid=prefs.sid;return 1==valp&&postData({cl:"Users",fn:"saveNewPwd",pwd:pwd,id:uid,sx:sxid}).then(data=>{console.log("PWD Data",data),myapp.closeDialog("newpassword")}),!1}};
\ No newline at end of file
-let zipcodes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_zipcodes_list").offsetHeight+56,datefields;console.log("toppos",toppos),["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_zipcodes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return zipcodes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return zipcodes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return zipcodes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){zipcodes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"ZipCodes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("zipcodes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"ZipCodes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"ZipCodes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("zipcodes",zipcodes.selects,data.result.data),myapp.viewtab("tab_zipcodes","zipcodes_form")})},viewlist:function(){myapp.viewtab("tab_zipcodes","zipcodes_list")},confirmDelete:function(){return sel=zipcodes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",zipcodes.delete()),!1},delete:function(ids){let sel=zipcodes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"ZipCodes",fn:"delete",ids:ids}).then(data=>{zipcodes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"ZipCodes",fn:"addRow"}).then(data=>{console.log(newid),zipcodes.gettbldata()})},duplicate:function(id){let sel=zipcodes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"ZipCodes",fn:"duplicate",id:sel[0].id}).then(data=>{console.log(data.result.data),zipcodes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=zipcodes.tbl.getSelectedRows();if(console.log("Next SelRows",selR),selR&&selR[0]){zipcodes.tbl.deselectRow();let nextRow=selR[0].getNextRow();console.log("Next to Select",nextRow);let nextid=nextRow.getData().id;console.log("next id",nextid),zipcodes.tbl.selectRow(nextid),zipcodes.edit()}},prev:function(){let selR=zipcodes.tbl.getSelectedRows();if(console.log("Prev SelRows",selR),selR&&selR[0]){zipcodes.tbl.deselectRow();let prevRow=selR[0].getPrevRow();console.log("Prev to Select",prevRow);let previd=prevRow.getData().id;console.log("nextid",previd),zipcodes.tbl.selectRow(previd),zipcodes.edit()}}};
\ No newline at end of file
+let zipcodes={tbl:null,selects:{},init:function(){let toppos=document.getElementById("tbar_app").offsetHeight+document.getElementById("tbar_zipcodes_list").offsetHeight+56,datefields;["new_date","update_date"].forEach(dd=>{flatpickr("#"+dd,{altInput:!0,altFormat:"d.m.Y",dateFormat:"Y-m-d",onClose:function(selectedDates,dateStr,instance){dataform.savefield(document.getElementById(dd),null)}})}),this.tbl=new Tabulator("#tbl_zipcodes",{columnDefaults:{resizable:!1,headerFilterPlaceholder:"",headerSort:!0,headerFilter:"input",formatter:"textarea"},height:"calc(100vh - "+toppos+"px)",layout:"fitDataFill",selectable:!0,selectableRangeMode:"click",rowContextMenu:[{label:'<span class="rowicon icon-edit"></span>éditer',action:function(e,row){return zipcodes.edit(),!1}},{label:'<span class="rowicon icon-copy"></span>dupliquer',action:function(e,row){return zipcodes.duplicate()(),!1}},{label:'<span class="rowicon icon-trash"></span>suppimer',action:function(e,row){return zipcodes.confirmDelete(),!1}}],columns:[{title:"#",formatter:"rownum",width:60,hozAlign:"right",headerFilter:null,headerMenu:tablehelper.headerMenu,headerSort:!1}]}),this.tbl.on("rowDblClick",(function(e,row){zipcodes.edit()})),this.tbl.on("rowContext",(function(e,row){e.preventDefault()})),postData({cl:"ZipCodes",fn:"getColDefs"}).then(data=>{if(data.result.data)for(var i in data.result.data){let coldef=tablehelper.setColDef(data.result.data[i]);this.tbl.addColumn(coldef,!1)}})},load:function(){myapp.viewpanel("zipcodes"),this.gettbldata()},gettbldata:function(ids){let selectedData=null;this.tbl.initialized&&(selectedData=this.tbl.getSelectedData()),postData({cl:"ZipCodes",fn:"getList"}).then(data=>{this.tbl.setData(data.result.data).then((function(){}))}).catch(e=>{console.log(e)})},edit:function(){let sel=this.tbl.getSelectedData();sel[0]&&postData({cl:"ZipCodes",fn:"getRowData",id:sel[0].id}).then(data=>{dataform.fillform("zipcodes",zipcodes.selects,data.result.data),myapp.viewtab("tab_zipcodes","zipcodes_form")})},viewlist:function(){myapp.viewtab("tab_zipcodes","zipcodes_list")},confirmDelete:function(){return sel=zipcodes.tbl.getSelectedData(),sel[0]&&myapp.confirm("Supprimer","Êtes vous sûre de supprimer les données selectionnées?","OUI","NON",zipcodes.delete()),!1},delete:function(ids){let sel=zipcodes.tbl.getSelectedData();null!=ids&&(sel=ids),postData({cl:"ZipCodes",fn:"delete",ids:ids}).then(data=>{zipcodes.gettbldata(),myapp.snackbar("les données ont été suprimées!","green")})},add:function(){postData({cl:"ZipCodes",fn:"addRow"}).then(data=>{zipcodes.gettbldata()})},duplicate:function(id){let sel=zipcodes.tbl.getSelectedData();null!=id&&(sel=[{id:id}]),postData({cl:"ZipCodes",fn:"duplicate",id:sel[0].id}).then(data=>{zipcodes.gettbldata(),myapp.snackbar("les données ont été dupliquées!","green")})},next:function(){let selR=zipcodes.tbl.getSelectedRows();if(selR&&selR[0]){zipcodes.tbl.deselectRow();let nextRow,nextid=selR[0].getNextRow().getData().id;console.log("next id",nextid),zipcodes.tbl.selectRow(nextid),zipcodes.edit()}},prev:function(){let selR=zipcodes.tbl.getSelectedRows();if(selR&&selR[0]){zipcodes.tbl.deselectRow();let prevRow,previd=selR[0].getPrevRow().getData().id;zipcodes.tbl.selectRow(previd),zipcodes.edit()}}};
\ No newline at end of file
} else {
flds[frm[i].id] = null;
}
+ } else if (frm[i].type == "tel"){
+ if (document.getElementById("prefix_" + frm[i].id)){
+ flds[frm[i].id] = document.getElementById("prefix_" + frm[i].id).value + " " + frm[i].value;
+ }else {
+ flds[frm[i].id] = frm[i].value;
+ }
} else if (frm[i].type == "file" ){
flds[frm[i].id] = [];
let fa = [];
return flds;
},
clear: function(dataclass,selects){
+
var frm = document.getElementsByClassName('data_'+ dataclass);
for (var f in frm){
+ //console.log("Clear Field ",frm[f].id);
if (frm[f] && frm[f].id){
+ //console.log("Clear Now ",frm[f].id);
if (frm[f].tagName == 'INPUT'){
if (frm[f].type == "checkbox"){
frm[f].checked = false;
} else if (frm[f].classList.contains("datefield")){
if (frm[f]._flatpickr){ frm[f]._flatpickr.clear(); }
- }
- else {
+ } else if (frm[f].type == "tel"){
+ frm[f].value = "";
+ if (document.getElementById("prefix_"+frm[f].id)){
+ document.getElementById("prefix_"+frm[f].id).value="";
+ }
+ //dataform.changePhoneInput(frm[f]);
+ } else {
frm[f].value = "";
}
}
}
return false;
},
-
fillform: function(dataclass,selects,data){
try {
var frm = document.getElementsByClassName('data_'+ dataclass);
frm[f].checked = false;
}
}
+ else if (frm[f].type == "tel"){
+ frm[f].value=data[dataid];
+ dataform.changePhoneInput(frm[f]);
+ }
else if (frm[f].classList.contains("datefield")){
if(frm[f]._flatpickr){
frm[f]._flatpickr.setDate(data[dataid]);
obj.setData(sellist);
return false;
},
+ fillSimpleSelect: function(obj,listdata,vidcol,vvalcol){
+ //console.log("Simple select",obj);
+ if (!obj){ return;}
+ obj.innerHTML = '';
+ var sellist = [];
+ sellist.push('<option value=""></option>');
+ if (listdata.length > 0){
+ for (var i=0;i<listdata.length;i++){
+ sellist.push('<option value="' + listdata[i][vidcol] + '">' + listdata[i][vvalcol] + "</option>");
+ }
+ }
+ obj.insertAdjacentHTML('beforeEnd',sellist.join(""));
+ },
filldatalist: function(obj,optdata,element){
obj.innerHTML = '';
for (d=0;d < optdata.length;d++){
- obj.insertAdjacentHTML('beforend','<option vale="' + optdata[d][element] + '"/>');
+ //console.log(d,optdata[d]);
+ obj.insertAdjacentHTML('beforeEnd','<option value="' + optdata[d][element] + '"/>');
}
},
setValue: function(obj,newvalue){
}
dataform.savefield(obj);
},
- savefield: function(obj,callback=null,objvalue=null){
+ getValue: function(obj){
+ return false;
+ },
+ savefield: function(obj,callback,objvalue){
let fdata = obj.dataset;
if (objvalue != null){
fdata["value"] = objvalue;
} else {
-
- if (obj.tagName == 'INPUT' || obj.tagName == 'SELECT' || obj.tagName == 'TEXTAREA'){
- console.log("Value",obj.value);
- fdata["value"] = obj.value;
- if (obj.tagName == 'SELECT' && obj.multiple == true){}
- if (obj.value == null){ fdata["value"] = '';}
- if (obj.value == ''){ fdata["value"] = ''; }
- if (obj.type == 'checkbox' || obj.type == 'radio'){
- if (obj.checked == true){
- fdata["value"] = "1";
- }
+ if (obj.tagName == 'INPUT' || obj.tagName == 'SELECT' || obj.tagName == 'TEXTAREA'){
+ //console.log("Value",obj.value);
+ fdata["value"] = obj.value;
+ if (obj.type == "tel"){fdata["value"] = dataform.getPhoneInput(obj);}
+ if (obj.tagName == 'SELECT' && obj.multiple == true){}
+ if (obj.value == null){ fdata["value"] = '';}
+ if (obj.value == ''){ fdata["value"] = ''; }
+ if (obj.type == 'checkbox' || obj.type == 'radio'){
+ if (obj.checked == true){
+ fdata["value"] = "1";
+ }
+ }
}
}
- }
let data = {};
data[fdata["column"]] = fdata["value"];
- console.log("object to save",fdata,data);
+ //console.log("object to save",fdata,data);
postData({"cl":fdata["class"],"fn":"update","id":fdata["id"],"data":data}).then( data => {
//postData({"cl":fdata["class"],"fn":"update","schema":null,"table":fdata["table"],"column":fdata["column"],"value":fdata["value"],"id":fdata["id"]}).then( data => {
//console.log("Field saved",data);
cleanfield: function(objid){
document.getElementById(objid).value='';
},
- };
+ changePhoneInput(obj){
+ //console.log(obj.id + "value changed");
+ var prefix="";
+ if (document.getElementById("prefix_" + obj.id)){
+ if (obj.value.startsWith('+') || obj.value.startsWith('00')){
+ //console.log("stw",obj.value.startsWith('00'));
+ if ( obj.value.startsWith('00')){ obj.value = obj.value.replace('00','+');}
+ prefix = obj.value.substring(0,obj.value.indexOf(" "));
+ //console.log("prefix found",prefix);
+ if (prefix.length <= 5){
+ document.getElementById("prefix_" +obj.id).value=prefix;
+ obj.value=obj.value.substring(prefix.length+1);
+ } else {
+ document.getElementById("prefix_" +obj.id).value="";
+ //document.getElementById(obj.id).value=obj.value;
+ }
+ }
+ }
+ return false;
+ },
+ getPhoneInput(obj){
+ value = obj.value;
+ if (document.getElementById("prefix_" + obj.id)){
+ value = document.getElementById("prefix_" + obj.id).value + " " + obj.value;
+ }
+ return value;
+ }
+};
startGetInfo: function (updatefunction,stopfunction,interval=1,process=null){
window.clearInterval(progressinfo.windowtimer);
- console.log("start Timer");
+ //console.log("start Timer");
document.getElementById("dlg_dataload_spinner").style.display = 'block';
//prefs.interval = prefs.screentimeout;
// prefs.interval = ctimeout;
try {
xval = JSON.parse(cell.getValue()).join(",");
} catch (e){
- console.log("Error Kategorie",e);
+ //console.log("Error Kategorie",e);
xval= "";
}
},
logout: function(){
postData({"cl":"Users","fn":"logout"}).then( data => {
- console.log("Logout",data);
+ //console.log("Logout",data);
location.reload();
})
--- /dev/null
+/* Copyright (DKS S.à r.l. - 2024). Licensed under the EUPL-1.2 or later */
+let bankaccounts = {
+ tbl: null,
+ tblmonths: null,
+ selects: {},
+ filters:{
+ status:{"":""}
+ },
+ init: function(){
+ bankaccounts.tblmonths = new Tabulator("#tbl_months", {
+ columnDefaults:{
+ resizable: false,
+ headerFilterPlaceholder:"",
+ headerSort: true,
+ headerFilter:"input",
+ formatter:"html",
+ },
+ height: "calc(100vh - 65px)",
+ layout: "fitDataStretch",
+ selectable: 1,
+ //selectableRangeMode:"click",
+ //selectableRangeMode:"click",
+ // groupBy:["groupname",
+ // groupStartOpen:[true],
+ // groupHeader:[function(value, count, data,group){ return ((value)?value:"");}],
+ columns: [
+ //{formatter:"rowSelection", titleFormatter:"rowSelection", hozAlign:"center", headerSort:false,headerFilter:null},
+ //{title:"#", formatter:"rownum",headerFilter:null},
+ { title: "Mois",field: "id",width: 120,hozAlign: "center",formatter:"datetime", formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},
+ { title: "Amount",field: "sum", width: 50,headerFilter:false,headerSort: false,hozAlign: "right"},
+ ]
+ });
+ bankaccounts.tblmonths.on("rowClick",function(e, row){
+ //console.log("Show Month Data!");
+ bankaccounts.gettblBankaccountsData();
+ bankaccounts.gettblTransactionsData();
+ });
+ //ofh_tbl_payments = tablehelper.findTop("tbar_tabmembers") ;
+ bankaccounts.tbl = new Tabulator("#tbl_bankaccounts",{
+ columnDefaults:{
+ resizable: false,
+ headerFilterPlaceholder:"",
+ headerSort: true,
+ headerFilter:"input",
+ formatter:"html",
+ },
+ height: "calc(100vh - 120px)",
+ layout: "fitDataStretch",
+ selectable: true,
+ selectableRangeMode:"click",
+ rowContextMenu:[
+ {label:'<span class="rowicon icon-edit"></span>éditer', action:function(e, row){bankaccounts.editCotisation(); return false;}},
+ ],
+ columns: [
+ //{formatter:"rowSelection", titleFormatter:"rowSelection", hozAlign:"center", headerSort:false,headerFilter:null},
+ {title:"#", formatter:"rownum",headerFilter:null,headerMenu:tablehelper.headerMenu},
+ {title:"Nom",field:"lastname",width:200},
+ {title:"Prénom",field:"firstname",width:200},
+ {title:"Mois",field:"date_month",visible:false,formatter:"datetime", formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},
+ {title:"Date Traitement",field:"date_transaction",formatter:"datetime", formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"dd/MM/yyyy",invalidPlaceholder:""}},
+ {title:"status",field:"status",headerFilter:"list",formatter:tablehelper.statusFormatter, headerFilterParams:{valuesLookup:true, clearable:true}},
+ {title:"Montant",field:"amount",formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p", negativeSign:true,precision:2},bottomCalc:tablehelper.totalAmount},
+ {title:"Type Payement",field:"paymenttype",headerFilter:"list", headerFilterParams:{valuesLookup:true, clearable:true}},
+ {title:"Fichier Export",field:"sepa_file_out",visible:false},
+ {title:"Fichier Import",field:"transaction_file_in",visible:false},
+ {title:"ID Transaction",field:"transaction_id",visible:false},
+ {title:"Code SEPA",field:"last_sepa_code"}
+
+ ]
+ });
+ bankaccounts.tbl.on("rowDblClick",function(e, row){
+ bankaccounts.edit();
+ });
+
+
+ },
+ load: function(){
+ //document.getElementById("moduletitle").innerHTML = "Membres";
+ bankaccounts.gettblmonths();
+ bankaccounts.gettblData();
+ myapp.viewpanel("bankaccounts");
+
+ },
+ gettblmonths: function(){
+ let sel =null;
+ //<xcvbnm,.console.log("Table dates",bankaccounts.tblmonths);
+ if (bankaccounts.tblmonths.initialized){
+ sel = bankaccounts.tblmonths.getSelectedData();
+ }
+
+ //if (sel[0]){
+ postData({"cl":"Bankaccounts","fn":"getMonthList"}).then(data => {
+ bankaccounts.tblmonths.setData(data.result.data).then( data => {
+ // function(){
+ // if(sel && sel[0]){bankaccounts.tblmonths.selectRow(sel[0]['id']);}
+ // }
+ });
+
+ //);
+ }).catch(e => { console.log(e)});
+ //}
+
+ },
+ gettblData: function(){
+ //console.log("Bankaccounts");
+ let sel = null;
+ if (bankaccounts.tblmonths.initialized){
+ sel = bankaccounts.tblmonths.getSelectedData();
+ }
+ if (sel && sel[0]){
+ postData({"cl":"Bankaccounts","fn":"getList","monthdate":sel[0].id}).then(data => {
+ //console.log("Bankaccounts",data.result.data);
+ bankaccounts.tbl.setData(data.result.data).then( data => {
+
+ });
+ // function(){
+ // if(sel && sel[0]){bankaccounts.tblmonths.selectRow(sel[0]['id']);}
+ // }
+ //);
+ }).catch(e => { console.log(e)});
+ }
+
+ },
+ // viewtab: function(tabname){
+ // myapp.viewtab("tab_members",tabname);
+ // return false;
+ // },
+ edit: function(){
+ let sel = null;
+ if (bankaccounts.tbl){
+ sel = bankaccounts.tbl.getSelectedData();
+ }
+ document.getElementById("dlg_bank_statements_btnok").setAttribute('onclick',"bankaccounts.save();");
+ if (sel[0]){
+ postData({"cl":"Bankaccounts","fn":"getRowData","id":sel[0].id}).then( data => {
+ //console.log("get Cotisation",data.result.data);
+ dataform.fillform("bank_statements",this.selects,data.result.data);
+ myapp.viewdialog("bank_statements");
+ });
+ }
+
+ },
+ save(){
+ let datatosave = dataform.getContent("bank_statements",bankaccounts.selects);
+ let transferdata = {"amount":datatosave["amount"],
+ "paymenttype":datatosave["paymenttype"],
+ "date_transaction":datatosave["date_transaction"],
+ "status":datatosave["status"]
+ }
+ //console.log("data to save",datatosave);
+ postData({"cl":"Bankaccounts","fn":"saveRow","id":datatosave["id"],"data":transferdata}).then( data =>{
+ bankaccounts.gettblBankaccountsData();
+ document.getElementById('dlg_cotisation').style.display='none';
+ }).catch(e => {
+ document.getElementById('dlg_cotisation').style.display='none';
+ });
+ },
+ // confirmDelete: function(){
+
+ // },
+ // delete: function(){
+
+ // },
+ // add: function(){
+
+ // },
+
+ importCSV(){
+ myapp.upload("Import fichier CSV/TXT","","importer","annuler","bankaccounts.importFile();","text/plain");
+ },
+ getProcessInfo(logfile){
+ //console.log("Start get info ",logfile);
+ postData({"cl":"WorkerProcess","fn":"getLastWorkerInfo","logfile":logfile}).then( data => {
+ //console.log("info returend",data.result.data);
+ if (data.result.data.info && data.result.data.status != "error"){
+ myapp.setDataloadText(data.result.data.info);
+ if (data.result.data.info.startsWith("End: ")){
+ progressinfo.stopGetInfo();
+ if (logfile.endsWith("importcsv.log") && !data.result.data.info.startsWith("End: Erreur:")){
+ var windowReference = window.open();
+ // myapp.message("Succès", data.result.data.success +" données exportées!");
+ windowReference.location = api + "file.php?open=" + encodeURIComponent(bankaccounts.exportfile);
+ }
+ }
+ } else if (data.result.data.status == "error"){
+ myapp.setDataloadText(data.result.data.error);
+ progressinfo.stopGetInfo();
+ }
+
+ }).catch(e => {
+ myapp.setDataloadText("ne peux pas avoir d'info sur le progrès!");
+ });
+ },
+ // stopImportSepa(){
+ // progressinfo.stopGetInfo();
+ // document.getElementById("dlg_dataload_btnClose").disabled = false;
+ // },
+
+ importFile(){
+ //console.log("Start CSV Import");
+ myapp.openDataload("Import données","Attendez svp! Import Fichier encours!");
+
+ postFile(document.getElementById("dlg_uploadfile_files"),{"folder":"importstatement"}).then( data => {
+ //console.log("return File Import",data);
+
+ if (data.file){
+ postData({"cl":"Bankaccounts","fn":"startImport","file":data.file}).then(data => {
+ //onsole.log("Before get Processinfo",data.result.data);
+ progressinfo.startGetInfo("bankaccounts.getProcessInfo('"+data.result.data.log+"')",1);
+ });
+ } else {
+ myapp.closeDataload();
+ myapp.message("Erreur","Échec de l'importation du fichier!");
+ }
+ }).catch(e => {
+ //console.log("Error Dataload!",e);
+ myapp.closeDataload();
+ myapp.message("Erreur","Échec de l'importation du fichier!",e.msg);
+ })
+
+ },
+ findCotisation: function(){
+ let selmonyear = bankaccounts.tblmonths.getSelectedData();
+ if (selmonyear[0]){
+ postData({"cl":"Bankaccounts","fn":"checkTransactions","month":selmonyear[0].id}).then( data => {
+ bankaccounts.gettblData();
+ }).catch(e => {
+
+ });
+ } else {
+ myapp.message("Info","Pas de mois sélectionné!");
+ }
+ }
+};
postData({"cl":"Banks","fn":"getColDefs"}).then(data => {
if (data.result.data){
for (var i in data.result.data){
- console.log(data.result.data[i]);
+ //console.log(data.result.data[i]);
let coldef = tablehelper.setColDef(data.result.data[i]);
this.tbl.addColumn(coldef,false);
}
},
prev: function(){
let selR = banks.tbl.getSelectedRows();
- console.log("Prev SelRows",selR);
+ //console.log("Prev SelRows",selR);
if (selR && selR[0]){
banks.tbl.deselectRow();
let prevRow = selR[0].getPrevRow();
- console.log("Prev to Select",prevRow);
+ //console.log("Prev to Select",prevRow);
let previd = prevRow.getData().id;
- console.log("nextid",previd);
+ //console.log("nextid",previd);
banks.tbl.selectRow(previd);
//myapp.viewtab("tab_banks","banks_list");
banks.edit();
postData({"cl":"Comitees","fn":"getColDefs"}).then(data => {
if (data.result.data){
for (var i in data.result.data){
- console.log(data.result.data[i]);
+ //console.log(data.result.data[i]);
let coldef = tablehelper.setColDef(data.result.data[i]);
this.tbl.addColumn(coldef,false);
}
afterClose: () =>{
//let sel = index.tbl.getSelectedData();
//if (sel[0]){
- console.log("Reload data member");
+ // console.log("Reload data member");
index.gettbldata();
//}
}
}
},
addable: function(value){
- console.log("Add Bank");
+ console.log("Add Bank BIC" + value );
index.addBank(value);
}
}
}
});
+ document.getElementById("addresszipcode").addEventListener("focus",(event) => {
+ //console.log("ZIP got focus!");
+ index.getCP();
+ return false;
+ });
+ document.getElementById("addressziplocal").addEventListener("focus",(event) => {
+ // console.log("City got focus!");
+ index.getCityList();
+ return false;
+ });
index.tbl = new Tabulator("#tbl_members", {
columnDefaults:{
resizable: false,
this.getBanks();
this.getFamillyCommon();
this.getNationalities();
+ this.getPhonePrefix();
},
load: function(){
//document.getElementById("moduletitle").innerHTML = "Membres";
sel[0].id = id;
}
}
- console.log("filter",filter);
+ //console.log("filter",filter);
postData({"cl":"Members","fn":"getList","type":filter}).then(data => {
index.tbl.setData(data.result.data).then(function(){
if(sel && sel[0] ){
- console.log("select id",sel[0]);
+ // console.log("select id",sel[0]);
try {
index.tbl.selectRow(sel[0]['id']);
});
},
addBank: function(value){
+
let data = {"biccode":value};
return postData({"cl":"Banks","fn":"add","data":data}).then( data => {
//console.log("new Data Return",data);
}
},
+ addCotisationMonth: function(){
+ //var frm = document.getElementsByClassName('data_members');
+ let quota = document.querySelector('#quota').value;
+ if (quota == ''){ quota =null;}
+ let datein = document.querySelector('#datein').value;
+ if (datein == ''){ datein =null;}
+ // console.log("check",quota,datein);
+ let sel = null;
+ if (index.tbl.initialized){
+ sel = index.tbl.getSelectedData();
+ }
+ if (datein == null){
+ myapp.message("Info","Pas de date d'entrée trouvée, merci de la mettre dans le champs \"Date d'entrée\"!");
+ return false;
+ }
+ if (quota == null){
+ myapp.message("Info","Pas de montant de cotisation trouvé, merci de le mettre dans le champs \"Cotisation\"!");
+ return false;
+ }
+ if (sel[0]){
+ postData({"cl":"Cotisations","fn":"addMonth","idmember":sel[0].id}).then( data => {
+ index.gettblCotisation();
+ }).catch(e => {
+ console.log("Catched Error",e);
+ });
+ }
+ return false;
+ },
savePhoto(){
let imgsrcid = document.getElementById('');
let files = document.getElementById('dlg_uploadfile_files');
getFamillyCommon: function(){
if (this.selects["ID_famillycommon"]){
postData({"cl":"Members","fn":"getFamillyCommonList"}).then(data => {
- //console.log("Family Members",data.result.data);
data.result.data.unshift({"id":null,"description":null});
dataform.fillselectlist(this.selects["ID_famillycommon"],data.result.data,'id','description');
});
getNationalities: function(){
if (this.selects["nationality"]){
postData({"cl":"Countries","fn":"getSelectNationality"}).then(data => {
- //console.log("Family Members",data.result.data);
data.result.data.unshift({"id":null,"description":null});
dataform.fillselectlist(this.selects["nationality"],data.result.data,'id','description');
});
}
},
+ getCP: function(){
+ let cty = document.getElementById("addresscountry").value;
+ if (cty && cty.length == 2){
+ postData({"cl":"ZipCodes","fn":"getZipCodeList","country":cty}).then(data => {
+ if (data.result.data){
+ dataform.filldatalist(document.getElementById("dl_members_addresszipcode"),data.result.data,"zipcode");
+ }else {
+ dataform.filldatalist(document.getElementById("dl_members_addresszipcode"),[],"zipcode");
+ }
+ });
+ }
+ },
+ getCityList: function(){
+ let cty = document.getElementById("addresscountry").value;
+ let cp = document.getElementById("addresszipcode").value;
+ if (cty && cty.length == 2){
+ postData({"cl":"ZipCodes","fn":"getCityList","country":cty,"cp":cp}).then(data => {
+
+ if (data.result.data){
+ dataform.filldatalist(document.getElementById("dl_members_addressziplocal"),data.result.data,"city");
+ }else {
+ dataform.filldatalist(document.getElementById("dl_members_addressziplocal"),[],"city");
+ }
+ });
+ }
+ },
+ getPhonePrefix: function(){
+ postData({"cl":"Countries","fn":"getPhonePrefixList"}).then(data => {
+ dataform.fillSimpleSelect(document.getElementById("prefix_cellphone"),data.result.data,'codephone','description');
+ dataform.fillSimpleSelect(document.getElementById("prefix_celphone"),data.result.data,'codephone','description');
+ dataform.fillSimpleSelect(document.getElementById("prefix_fax"),data.result.data,'codephone','description');
+ });
+
+ },
+ getStreetList: function(){
+ let cty = document.getElementById("addresscountry").value;
+ let cp = document.getElementById("addresszipcode").value;
+ let city = document.getElementById("addressziplocal").value;
+ if (cty && cty.length == 2){
+ postData({"cl":"ZipCodes","fn":"getStreetList","country":cty,"cp":cp,"city":city}).then(data => {
+ if (data.result.data){
+ dataform.filldatalist(document.getElementById("dl_members_addressstreet"),data.result.data,"street");
+ }else {
+ dataform.filldatalist(document.getElementById("dl_members_addressstreet"),[],"street");
+ }
+ });
+ }
+ },
next: function(){
let srow = index.tbl.getSelectedRows();
let nrow = srow[0].getNextRow();
{title:"Prénom",field:"firstname",width: 250},
{title:"Mois",field:"date_month" ,formatter:"datetime", formatterParams:{inputFormat:"yyyy-MM-dd",outputFormat:"MM/yyyy",invalidPlaceholder:""}},
{title:"Montant",field:"amount",headerFilter:false,headerSort:false,width: 100,formatter:"money",hozAlign:"right",formatterParams:{decimal:",",thousand:"",symbol:"€",symbolAfter:"p",negativeSign:true,precision:2},bottomCalc:tablehelper.totalAmount},
- {title:"Status",field:"status",headerFilter:"list",formatter:tablehelper.statusFormatter, headerFilterParams:{valuesLookup:true, clearable:true}},
+ {title:"Status",field:"status",headerFilter:"list",width: 120,formatter:tablehelper.statusFormatter, headerFilterParams:{valuesLookup:true, clearable:true}},
+ {title:"IBAN",field:"bankaccount",width: 270},
+ {title:"BIC",field:"bankbic",width: 120},
]
});
},
postData({"cl":"QuotaTypes","fn":"getColDefs"}).then(data => {
if (data.result.data){
for (var i in data.result.data){
- console.log(data.result.data[i]);
+ // console.log(data.result.data[i]);
let coldef = tablehelper.setColDef(data.result.data[i]);
this.tbl.addColumn(coldef,false);
}
},
add: function(){
postData({"cl":"QuotaTypes","fn":"addRow"}).then(data => {
- console.log(newid,);
+ // console.log(newid,);
quotatypes.gettbldata();
});
},
let sel = quotatypes.tbl.getSelectedData();
if (id != null){ sel=[{"id":id}];}
postData({"cl":"QuotaTypes","fn":"duplicate","id":sel[0].id}).then(data => {
- console.log(data.result.data);
+ // console.log(data.result.data);
quotatypes.gettbldata();
myapp.snackbar("les données ont été dupliquées!","green");
});
},
next: function(){
let selR = quotatypes.tbl.getSelectedRows();
- console.log("Next SelRows",selR);
+ // console.log("Next SelRows",selR);
if (selR && selR[0]){
quotatypes.tbl.deselectRow();
let nextRow = selR[0].getNextRow();
- console.log("Next to Select",nextRow);
+ // console.log("Next to Select",nextRow);
let nextid = nextRow.getData().id;
- console.log("next id",nextid);
+ // console.log("next id",nextid);
quotatypes.tbl.selectRow(nextid);
//myapp.viewtab("tab_quotatypes","quotatypes_list");
quotatypes.edit();
},
prev: function(){
let selR = quotatypes.tbl.getSelectedRows();
- console.log("Prev SelRows",selR);
+ // console.log("Prev SelRows",selR);
if (selR && selR[0]){
quotatypes.tbl.deselectRow();
let prevRow = selR[0].getPrevRow();
- console.log("Prev to Select",prevRow);
+ // console.log("Prev to Select",prevRow);
let previd = prevRow.getData().id;
- console.log("nextid",previd);
+ // console.log("nextid",previd);
quotatypes.tbl.selectRow(previd);
//myapp.viewtab("tab_quotatypes","quotatypes_list");
quotatypes.edit();
postData({"cl":"ReleasesTypes","fn":"getColDefs"}).then(data => {
if (data.result.data){
for (var i in data.result.data){
- console.log(data.result.data[i]);
+ // console.log(data.result.data[i]);
let coldef = tablehelper.setColDef(data.result.data[i]);
this.tbl.addColumn(coldef,false);
}
},
add: function(){
postData({"cl":"ReleasesTypes","fn":"addRow"}).then(data => {
- console.log(newid,);
+ // console.log(newid,);
releasestypes.gettbldata();
});
},
let sel = releasestypes.tbl.getSelectedData();
if (id != null){ sel=[{"id":id}];}
postData({"cl":"ReleasesTypes","fn":"duplicate","id":sel[0].id}).then(data => {
- console.log(data.result.data);
+ // console.log(data.result.data);
releasestypes.gettbldata();
myapp.snackbar("les données ont été dupliquées!","green");
});
},
next: function(){
let selR = releasestypes.tbl.getSelectedRows();
- console.log("Next SelRows",selR);
+ // console.log("Next SelRows",selR);
if (selR && selR[0]){
releasestypes.tbl.deselectRow();
let nextRow = selR[0].getNextRow();
- console.log("Next to Select",nextRow);
+ // console.log("Next to Select",nextRow);
let nextid = nextRow.getData().id;
- console.log("next id",nextid);
+ // console.log("next id",nextid);
releasestypes.tbl.selectRow(nextid);
//myapp.viewtab("tab_releasestypes","releasestypes_list");
releasestypes.edit();
},
prev: function(){
let selR = releasestypes.tbl.getSelectedRows();
- console.log("Prev SelRows",selR);
+ // console.log("Prev SelRows",selR);
if (selR && selR[0]){
releasestypes.tbl.deselectRow();
let prevRow = selR[0].getPrevRow();
- console.log("Prev to Select",prevRow);
+ // console.log("Prev to Select",prevRow);
let previd = prevRow.getData().id;
- console.log("nextid",previd);
+ // console.log("nextid",previd);
releasestypes.tbl.selectRow(previd);
//myapp.viewtab("tab_releasestypes","releasestypes_list");
releasestypes.edit();
postData({"cl":"Roles","fn":"getColDefs"}).then(data => {
if (data.result.data){
for (var i in data.result.data){
- console.log(data.result.data[i]);
+ // console.log(data.result.data[i]);
let coldef = tablehelper.setColDef(data.result.data[i]);
this.tbl.addColumn(coldef,false);
}
postData({"cl":"Sections","fn":"getColDefs"}).then(data => {
if (data.result.data){
for (var i in data.result.data){
- console.log(data.result.data[i]);
+ // console.log(data.result.data[i]);
let coldef = tablehelper.setColDef(data.result.data[i]);
this.tbl.addColumn(coldef,false);
}
},
add: function(){
postData({"cl":"SepaCodes","fn":"addRow"}).then(data => {
- console.log(newid,);
+ // console.log(newid,);
sepacodes.gettbldata();
});
},
let sel = sepacodes.tbl.getSelectedData();
if (id != null){ sel=[{"id":id}];}
postData({"cl":"SepaCodes","fn":"duplicate","id":sel[0].id}).then(data => {
- console.log(data.result.data);
+ // console.log(data.result.data);
sepacodes.gettbldata();
myapp.snackbar("les données ont été dupliquées!","green");
});
},
next: function(){
let selR = sepacodes.tbl.getSelectedRows();
- console.log("Next SelRows",selR);
+ // console.log("Next SelRows",selR);
if (selR && selR[0]){
sepacodes.tbl.deselectRow();
let nextRow = selR[0].getNextRow();
- console.log("Next to Select",nextRow);
+ // console.log("Next to Select",nextRow);
let nextid = nextRow.getData().id;
- console.log("next id",nextid);
+ // console.log("next id",nextid);
sepacodes.tbl.selectRow(nextid);
//myapp.viewtab("tab_sepacodes","sepacodes_list");
sepacodes.edit();
},
prev: function(){
let selR = sepacodes.tbl.getSelectedRows();
- console.log("Prev SelRows",selR);
+ // console.log("Prev SelRows",selR);
if (selR && selR[0]){
sepacodes.tbl.deselectRow();
let prevRow = selR[0].getPrevRow();
- console.log("Prev to Select",prevRow);
+ // console.log("Prev to Select",prevRow);
let previd = prevRow.getData().id;
- console.log("nextid",previd);
+ // console.log("nextid",previd);
sepacodes.tbl.selectRow(previd);
//myapp.viewtab("tab_sepacodes","sepacodes_list");
sepacodes.edit();
},
add: function(){
postData({"cl":"SepaGroups","fn":"addRow"}).then(data => {
- console.log(newid,);
+ // console.log(newid,);
sepagroups.gettbldata();
});
},
let sel = sepagroups.tbl.getSelectedData();
if (id != null){ sel=[{"id":id}];}
postData({"cl":"SepaGroups","fn":"duplicate","id":sel[0].id}).then(data => {
- console.log(data.result.data);
+ // console.log(data.result.data);
sepagroups.gettbldata();
myapp.snackbar("les données ont été dupliquées!","green");
});
},
next: function(){
let selR = sepagroups.tbl.getSelectedRows();
- console.log("Next SelRows",selR);
+ // console.log("Next SelRows",selR);
if (selR && selR[0]){
sepagroups.tbl.deselectRow();
let nextRow = selR[0].getNextRow();
- console.log("Next to Select",nextRow);
+ // console.log("Next to Select",nextRow);
let nextid = nextRow.getData().id;
- console.log("next id",nextid);
+ // console.log("next id",nextid);
sepagroups.tbl.selectRow(nextid);
//myapp.viewtab("tab_sepagroups","sepagroups_list");
sepagroups.edit();
},
prev: function(){
let selR = sepagroups.tbl.getSelectedRows();
- console.log("Prev SelRows",selR);
+ // console.log("Prev SelRows",selR);
if (selR && selR[0]){
sepagroups.tbl.deselectRow();
let prevRow = selR[0].getPrevRow();
- console.log("Prev to Select",prevRow);
+ // console.log("Prev to Select",prevRow);
let previd = prevRow.getData().id;
- console.log("nextid",previd);
+ // console.log("nextid",previd);
sepagroups.tbl.selectRow(previd);
//myapp.viewtab("tab_sepagroups","sepagroups_list");
sepagroups.edit();
}
},
add: function(){
- postData({"cl":"Users","fn":"add"}).then(data => {
- //console.log(data);
+ console.log("before add user");
+ postData({"cl":"Users","fn":"add","data":{"username":"utilisateur","name":"Nouveau Utilisateur"}}).then(data => {
users.gettbldata();
- });
+ }).catch(e => {console.log(e);});
+ return false;
},
passworddlg: function(){
let sel = [];
selects: {},
init: function(){
let toppos = document.getElementById("tbar_app").offsetHeight + document.getElementById("tbar_zipcodes_list").offsetHeight + 56;
- console.log("toppos",toppos);
+ // console.log("toppos",toppos);
let datefields = ["new_date","update_date"];
datefields.forEach(dd => {
flatpickr("#" +dd,{altInput: true,
},
add: function(){
postData({"cl":"ZipCodes","fn":"addRow"}).then(data => {
- console.log(newid,);
+ // console.log(newid,);
zipcodes.gettbldata();
});
},
let sel = zipcodes.tbl.getSelectedData();
if (id != null){ sel=[{"id":id}];}
postData({"cl":"ZipCodes","fn":"duplicate","id":sel[0].id}).then(data => {
- console.log(data.result.data);
+ // console.log(data.result.data);
zipcodes.gettbldata();
myapp.snackbar("les données ont été dupliquées!","green");
});
},
next: function(){
let selR = zipcodes.tbl.getSelectedRows();
- console.log("Next SelRows",selR);
+ // console.log("Next SelRows",selR);
if (selR && selR[0]){
zipcodes.tbl.deselectRow();
let nextRow = selR[0].getNextRow();
- console.log("Next to Select",nextRow);
+ // console.log("Next to Select",nextRow);
let nextid = nextRow.getData().id;
console.log("next id",nextid);
zipcodes.tbl.selectRow(nextid);
},
prev: function(){
let selR = zipcodes.tbl.getSelectedRows();
- console.log("Prev SelRows",selR);
+ // console.log("Prev SelRows",selR);
if (selR && selR[0]){
zipcodes.tbl.deselectRow();
let prevRow = selR[0].getPrevRow();
- console.log("Prev to Select",prevRow);
+ // console.log("Prev to Select",prevRow);
let previd = prevRow.getData().id;
- console.log("nextid",previd);
+ // console.log("nextid",previd);
zipcodes.tbl.selectRow(previd);
//myapp.viewtab("tab_zipcodes","zipcodes_list");
zipcodes.edit();
/* Copyright (DKS S.à r.l. - 2024). Licensed under the EUPL-1.2 or later */
async function postData(data = {}) {
- console.log("post",data);
+ //console.log("post",data);
const response = await fetch(apiurl, {
method: 'POST',
mode: 'same-origin',
--- /dev/null
+<?php /* Copyright (DKS S.à r.l. - 2024). Licensed under the EUPL-1.2 or later */ ?>
+<div class="display-container panel" id="pnl_bankaccounts" style="display: none;">
+ <div class="row">
+ <div class="col s3" style="width: 200px;">
+ <div class="row">
+ </div>
+ <div id="tbl_months" ></div>
+ </div>
+ <div class="rest">
+ <div class="tab_transactionlist" id="tab_bacc_list">
+ <div class="bar moduletoolbar" id="tbar_cotisations">
+ <div class="bar-item SubHeadTitle">Comptes bancaires</div>
+ <button class="bar-item toolbarbtn right" onclick="bankaccounts.importCSV();"><span class="icon icon-download"></span>import fichier</button>
+ </div>
+ <div class="display-container" >
+ <div id="tbl_bankaccounts" ></div>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+<?php include($cfg["tmpl"]."dialogs/dlg_bank_statements.php"); ?>
$frm->checkbox("members","journal","Journal<br>anuelle",(object) array("directsave" => "1","containerClass"=>"padding s6"));
$frm->checkbox("members","journalqt","Journal<br>Trimestre",(object) array("directsave" => "1","containerClass"=>"padding s6"));
?>
-
-
</div>
</div>
<div class="bar moduletoolbar" id="tbar_tabmembers">
<button class="bar-item toolbarbtn" onclick="index.viewtab('contactdata');return false;">Adresse<br>Données de contact</button>
<button class="bar-item toolbarbtn" onclick="index.viewtab('cotisations');return false;">Données Banquaires <br/>Cotisations</button>
-
- <!-- <button class="bar-item toolbarbtn" onclick="index.viewtab('history');return false;">Historique</button> -->
+ <div class="tabbtnbar" style="display: none;" id="tabbtn_cotisations">
+ <button class="bar-item toolbarbtn right" onclick="index.addCotisationMonth();return false;"><span class="icon icon-plus"></span>Cotisation Mois</button>
+ </div>
</div>
<div class="display-container" style="overflow-y: scroll;">
<div class="tab_members" id="tab_contactdata">
<div class="row">
<div class="container half">
+
+ <div class="row">
+ <?php
+ $frm->select("members","addresscountry","Pays",(object) array("containerClass"=>"s4","directsave" => "1","init" => array("search"=>true)));
+ $frm->input("members","addresszipcode","CP","text",(object) array("containerClass"=>"s2","directsave" => "1","datalist" => "1"));
+ $frm->input("members","addressziplocal","Ville","text",(object) array("containerClass"=>"s6","directsave" => "1","datalist" => "1"));
+ ?>
+ </div>
<div class="row">
<?php
$frm->input("members","addresspolicenumber","No","text",(object) array("containerClass"=>"fifth","directsave" => "1"));
$frm->input("members","addressextra","Adresse 2","text",(object) array("containerClass"=>"fourfifth","directsave" => "1"));
?>
</div>
- <div class="row">
- <?php
- $frm->input("members","addresszipcode","CP","text",(object) array("containerClass"=>"fifth","directsave" => "1"));
- $frm->input("members","addressziplocal","Ville","text",(object) array("containerClass"=>"fourfifth","directsave" => "1"));
- ?>
- </div>
- <div class="row">
- <div class="container col fifth"> </div>
- <?php
- $frm->select("members","addresscountry","Pays",(object) array("containerClass"=>"fourfifth","directsave" => "1","init" => array("search"=>true)));
- ?>
- </div>
</div>
<div class="container half">
<div class="row">
<?php
$frm->input("members","email","E-Mail","text",(object) array("directsave" => "1"));
- $frm->input("members","cellphone","GSM","text",(object) array("directsave" => "1"));
- $frm->input("members","phone","Téléphone","text",(object) array("directsave" => "1"));
- $frm->input("members","fax","Fax","text",(object) array("directsave" => "1"));
+ $frm->phone("members","cellphone","GSM",(object) array("directsave" => "1"));
+ $frm->phone("members","phone","Téléphone",(object) array("directsave" => "1"));
+ $frm->phone("members","fax","Fax",(object) array("directsave" => "1"));
?>
</div>
</div>
<div class="tab_invoicing" id="tab_inv_cotisations">
<div class="bar moduletoolbar" id="tbar_cotisations">
<div class="bar-item SubHeadTitle">Cotisations</div>
- <button class="bar-item toolbarbtn " onclick="invoicing.addCotisationMonth();"><span class="icon icon-library"></span>Ajouter Mois</button>
- <button class="bar-item toolbarbtn " onclick="invoicing.updateCotisationMonth();"><span class="icon icon-library"></span>Update Mois</button>
+ <button class="bar-item toolbarbtn " onclick="invoicing.addCotisationMonth();"><span class="icon icon-plus"></span>Ajouter Mois</button>
+ <button class="bar-item toolbarbtn " onclick="invoicing.updateCotisationMonth();"><span class="icon icon-datarefresh"></span>Update Mois</button>
<button class="bar-item toolbarbtn right" onclick="invoicing.viewTabTransactions();"><span class="icon icon-library"></span>Transactions</button>
<!-- <button class="bar-item toolbarbtn right" onclick="invoicing.confirmDelete();"><span class="icon icon-trash"></span>suppr.</button> -->
<!-- <button class="bar-item toolbarbtn right" onclick="invoicing.add();"><span class="icon icon-plus"></span>nouv.</button> -->