diff --git a/proj/chordboard/chordlist b/proj/chordboard/chordlist new file mode 100644 index 0000000..50103f0 --- /dev/null +++ b/proj/chordboard/chordlist @@ -0,0 +1,31 @@ +'M' +'M6' +'M7m' +'M7M' +'Madd9' +'M9' +'M69' +'m' +'m6' +'m7m' +'m7M' +'madd9' +'m9' +'m69' +'sus2' +'sus26' +'sus27' +'sus27M' +'sus4' +'sus46' +'sus47' +'sus47M' +'dimb3' +'dim' +'dim7' +'b5' +'aug' +'aug7' +'p4' +'TT' +'p5' diff --git a/proj/chordboard/css/font.css b/proj/chordboard/css/font.css new file mode 100644 index 0000000..6ad6e38 --- /dev/null +++ b/proj/chordboard/css/font.css @@ -0,0 +1,21 @@ +@font-face{ + font-family: Chords; + src: url(../fonts/chords_2.ttf); + font-style: normal; +} + +@font-face { + font-family: inter; + src: url(../fonts/Inter-Bold.ttf); + font-style: normal; +} + +.chord_txt { + font-family: Chords; + font-size: 1.2em; +} + +html { + font-family: inter; + font-size: 1em; +} diff --git a/proj/chordboard/css/inter.css b/proj/chordboard/css/inter.css new file mode 100644 index 0000000..bc8d91f --- /dev/null +++ b/proj/chordboard/css/inter.css @@ -0,0 +1,22 @@ +th { + height: 35px; + max-height: 35px; + width: 35px; + padding: 0px; + margin: 0px; +} + +th img { + height: 35px; + max-height: 35px; + padding: 0px; + margin: 0px; +} + +td.blank, th.blank { + border: none; +} + +td.modeg { + width: 55px; +} diff --git a/proj/chordboard/css/style.css b/proj/chordboard/css/style.css new file mode 100644 index 0000000..b44b0ce --- /dev/null +++ b/proj/chordboard/css/style.css @@ -0,0 +1,116 @@ +@font-face { + font-family: inter; + src: url(../fonts/Inter-Bold.ttf); + font-style: normal; +} + + + +html { + font-family: inter; + font-size: 1em; + color: #e9d2d2; + /*background: linear-gradient(to bottom right, #2e3551, #0d747d);*/ + background-image: + url('../svg/noise.svg'), + linear-gradient(to bottom right, #2e3551, #0d747d); + height: 100%; +} + +body { + + position: relative; +} + +nav.homenav { + position: absolute; + top: 0px; + left: 10px; + font-size: 1.2rem; +} + +nav.homenav a { + text-decoration: none; + color: inherit; +} + +table { + margin-top: 5px; + margin-left: auto; + margin-right: auto; + border-collapse: collapse; + border: none; +} + +td.separator { + width: 100%; +} + +th, td { + border: 2px solid #e9d2d2; + border-collapse: collapse; + padding: 5px; + text-align: center; +} + +th { + height: 35px; + max-height: 35px; + width: 35px; + padding: 0px; + margin: 0px; +} + +th img { + height: 35px; + max-height: 35px; + padding: 0px; + margin: 0px; +} + +td.blank, th.blank { + border: none; +} + +td.modeg { + min-width: 55px; +} + +td.chordblock, select, .clickable { + cursor: pointer; +} + +td.notename { + text-align: left; +} + +table.controlpanel { + width: 834px; + margin-bottom: 20px; +} + +#canvas-container { + width: 100%; + text-align:center; +} + +.left { + text-align: left; +} + +canvas { + display: inline; +} + +select{ + font-size: 1em; + font-family: inter; + -moz-appearance: none; + -webkit-appearance: none; + border-radius: 0px; + padding-top: 5px; + padding-bottom: 5px; + border: 0; + background-color: #e9d2d2; + mix-blend-mode: screen; +} diff --git a/proj/chordboard/fonts/Inter-Bold.ttf b/proj/chordboard/fonts/Inter-Bold.ttf new file mode 100644 index 0000000..cc065b6 Binary files /dev/null and b/proj/chordboard/fonts/Inter-Bold.ttf differ diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/Read Me.txt b/proj/chordboard/fonts/byl-iconfont-v3.1/Read Me.txt new file mode 100644 index 0000000..e39b544 --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/Read Me.txt @@ -0,0 +1,7 @@ +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. diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/demo-files/demo.css b/proj/chordboard/fonts/byl-iconfont-v3.1/demo-files/demo.css new file mode 100644 index 0000000..08c216c --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/demo-files/demo.css @@ -0,0 +1,164 @@ +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: 28px; +} +.fs2 { + font-size: 32px; +} +.fs3 { + font-size: 24px; +} +.fs4 { + font-size: 24px; +} +.fs5 { + font-size: 32px; +} + diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/demo-files/demo.js b/proj/chordboard/fonts/byl-iconfont-v3.1/demo-files/demo.js new file mode 100644 index 0000000..6f45f1c --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/demo-files/demo.js @@ -0,0 +1,30 @@ +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(); +}()); diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/demo.html b/proj/chordboard/fonts/byl-iconfont-v3.1/demo.html new file mode 100644 index 0000000..ccca8f4 --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/demo.html @@ -0,0 +1,8604 @@ +<!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> byl-iconfont <small class="fgc1">(Glyphs: 610)</small></h1> + </div> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: 14</h1> + <div class="glyph fs1"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bitcoin"></span> + <span class="mls"> byl-icon-bitcoin</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="byl-icon-btc"></span> + <span class="mls"> byl-icon-btc</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="byl-icon-chevron-right1"></span> + <span class="mls"> byl-icon-chevron-right1</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="byl-icon-chevron-left1"></span> + <span class="mls"> byl-icon-chevron-left1</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="byl-icon-chevron-down"></span> + <span class="mls"> byl-icon-chevron-down</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="byl-icon-chevron-up"></span> + <span class="mls"> byl-icon-chevron-up</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="byl-icon-chevron-right"></span> + <span class="mls"> byl-icon-chevron-right</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="byl-icon-chevron-left"></span> + <span class="mls"> byl-icon-chevron-left</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> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: 32</h1> + <div class="glyph fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope"></span> + <span class="mls"> byl-icon-mail-envelope</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope1"></span> + <span class="mls"> byl-icon-mail-envelope1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-closed2"></span> + <span class="mls"> byl-icon-mail-envelope-closed2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-closed3"></span> + <span class="mls"> byl-icon-mail-envelope-closed3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-open"></span> + <span class="mls"> byl-icon-mail-envelope-open</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-open1"></span> + <span class="mls"> byl-icon-mail-envelope-open1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-open2"></span> + <span class="mls"> byl-icon-mail-envelope-open2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-open3"></span> + <span class="mls"> byl-icon-mail-envelope-open3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-closed4"></span> + <span class="mls"> byl-icon-mail-envelope-closed4</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-closed5"></span> + <span class="mls"> byl-icon-mail-envelope-closed5</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-open4"></span> + <span class="mls"> byl-icon-mail-envelope-open4</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-open5"></span> + <span class="mls"> byl-icon-mail-envelope-open5</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-checked"></span> + <span class="mls"> byl-icon-mail-checked</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-checked1"></span> + <span class="mls"> byl-icon-mail-checked1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-cancel"></span> + <span class="mls"> byl-icon-mail-cancel</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-cancel1"></span> + <span class="mls"> byl-icon-mail-cancel1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag"></span> + <span class="mls"> byl-icon-flag</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag1"></span> + <span class="mls"> byl-icon-flag1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag2"></span> + <span class="mls"> byl-icon-flag2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag3"></span> + <span class="mls"> byl-icon-flag3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag4"></span> + <span class="mls"> byl-icon-flag4</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag5"></span> + <span class="mls"> byl-icon-flag5</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag6"></span> + <span class="mls"> byl-icon-flag6</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag7"></span> + <span class="mls"> byl-icon-flag7</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bookmark1"></span> + <span class="mls"> byl-icon-bookmark1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bookmark2"></span> + <span class="mls"> byl-icon-bookmark2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-star"></span> + <span class="mls"> byl-icon-star</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-star1"></span> + <span class="mls"> byl-icon-star1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-trash-can"></span> + <span class="mls"> byl-icon-trash-can</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-trash-can1"></span> + <span class="mls"> byl-icon-trash-can1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-documents"></span> + <span class="mls"> byl-icon-documents</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-documents1"></span> + <span class="mls"> byl-icon-documents1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-documents2"></span> + <span class="mls"> byl-icon-documents2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-documents3"></span> + <span class="mls"> byl-icon-documents3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-inbox-download"></span> + <span class="mls"> byl-icon-inbox-download</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-inbox-download1"></span> + <span class="mls"> byl-icon-inbox-download1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-inbox-upload"></span> + <span class="mls"> byl-icon-inbox-upload</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-inbox-upload1"></span> + <span class="mls"> byl-icon-inbox-upload1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-document-zip"></span> + <span class="mls"> byl-icon-document-zip</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-document-zip1"></span> + <span class="mls"> byl-icon-document-zip1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lock-rounded"></span> + <span class="mls"> byl-icon-lock-rounded</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lock-rounded1"></span> + <span class="mls"> byl-icon-lock-rounded1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lock-rounded-open"></span> + <span class="mls"> byl-icon-lock-rounded-open</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lock-rounded-open1"></span> + <span class="mls"> byl-icon-lock-rounded-open1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lock-rounded-open2"></span> + <span class="mls"> byl-icon-lock-rounded-open2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lock-rounded-open3"></span> + <span class="mls"> byl-icon-lock-rounded-open3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-printer-text"></span> + <span class="mls"> byl-icon-printer-text</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-printer-text1"></span> + <span class="mls"> byl-icon-printer-text1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-download"></span> + <span class="mls"> byl-icon-cloud-download</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-download1"></span> + <span class="mls"> byl-icon-cloud-download1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-upload"></span> + <span class="mls"> byl-icon-cloud-upload</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-upload1"></span> + <span class="mls"> byl-icon-cloud-upload1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pen-angled"></span> + <span class="mls"> byl-icon-pen-angled</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pen-angled1"></span> + <span class="mls"> byl-icon-pen-angled1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box"></span> + <span class="mls"> byl-icon-box</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box1"></span> + <span class="mls"> byl-icon-box1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box-filled"></span> + <span class="mls"> byl-icon-box-filled</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box-filled1"></span> + <span class="mls"> byl-icon-box-filled1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box2"></span> + <span class="mls"> byl-icon-box2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box3"></span> + <span class="mls"> byl-icon-box3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box4"></span> + <span class="mls"> byl-icon-box4</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box5"></span> + <span class="mls"> byl-icon-box5</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box-bookmark"></span> + <span class="mls"> byl-icon-box-bookmark</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-box-bookmark1"></span> + <span class="mls"> byl-icon-box-bookmark1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tag"></span> + <span class="mls"> byl-icon-tag</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tag1"></span> + <span class="mls"> byl-icon-tag1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tags"></span> + <span class="mls"> byl-icon-tags</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tags1"></span> + <span class="mls"> byl-icon-tags1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-basketball"></span> + <span class="mls"> byl-icon-basketball</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-baseball"></span> + <span class="mls"> byl-icon-baseball</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tennis-ball"></span> + <span class="mls"> byl-icon-tennis-ball</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bowling-ball"></span> + <span class="mls"> byl-icon-bowling-ball</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bowling-ball1"></span> + <span class="mls"> byl-icon-bowling-ball1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-billiard-ball"></span> + <span class="mls"> byl-icon-billiard-ball</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-billiard-ball1"></span> + <span class="mls"> byl-icon-billiard-ball1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-soccer-ball"></span> + <span class="mls"> byl-icon-soccer-ball</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-soccer-court"></span> + <span class="mls"> byl-icon-soccer-court</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-football"></span> + <span class="mls"> byl-icon-football</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-football1"></span> + <span class="mls"> byl-icon-football1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-basketball1"></span> + <span class="mls"> byl-icon-basketball1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-baseball-set"></span> + <span class="mls"> byl-icon-baseball-set</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-trophy"></span> + <span class="mls"> byl-icon-trophy</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-weights"></span> + <span class="mls"> byl-icon-weights</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-boxing-glove"></span> + <span class="mls"> byl-icon-boxing-glove</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-boxing-glove1"></span> + <span class="mls"> byl-icon-boxing-glove1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-whistle"></span> + <span class="mls"> byl-icon-whistle</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-whistle1"></span> + <span class="mls"> byl-icon-whistle1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volleyball-water"></span> + <span class="mls"> byl-icon-volleyball-water</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volleyball-water1"></span> + <span class="mls"> byl-icon-volleyball-water1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-checkered-flag"></span> + <span class="mls"> byl-icon-checkered-flag</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-checkered-flag1"></span> + <span class="mls"> byl-icon-checkered-flag1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-target-arrow"></span> + <span class="mls"> byl-icon-target-arrow</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-target-arrow1"></span> + <span class="mls"> byl-icon-target-arrow1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sailing-boat-water"></span> + <span class="mls"> byl-icon-sailing-boat-water</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sailing-boat-water1"></span> + <span class="mls"> byl-icon-sailing-boat-water1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bowling-pins"></span> + <span class="mls"> byl-icon-bowling-pins</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bowling-pins1"></span> + <span class="mls"> byl-icon-bowling-pins1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-diving-goggles"></span> + <span class="mls"> byl-icon-diving-goggles</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-diving-goggles1"></span> + <span class="mls"> byl-icon-diving-goggles1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud"></span> + <span class="mls"> byl-icon-cloud</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud1"></span> + <span class="mls"> byl-icon-cloud1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun"></span> + <span class="mls"> byl-icon-cloud-sun</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun1"></span> + <span class="mls"> byl-icon-cloud-sun1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon"></span> + <span class="mls"> byl-icon-cloud-moon</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon1"></span> + <span class="mls"> byl-icon-cloud-moon1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-rain"></span> + <span class="mls"> byl-icon-cloud-rain</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-rain1"></span> + <span class="mls"> byl-icon-cloud-rain1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-rain"></span> + <span class="mls"> byl-icon-cloud-sun-rain</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-rain1"></span> + <span class="mls"> byl-icon-cloud-sun-rain1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-rain"></span> + <span class="mls"> byl-icon-cloud-moon-rain</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-rain1"></span> + <span class="mls"> byl-icon-cloud-moon-rain1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-snow"></span> + <span class="mls"> byl-icon-cloud-snow</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-snow1"></span> + <span class="mls"> byl-icon-cloud-snow1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-snow"></span> + <span class="mls"> byl-icon-cloud-sun-snow</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-snow1"></span> + <span class="mls"> byl-icon-cloud-sun-snow1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-snow"></span> + <span class="mls"> byl-icon-cloud-moon-snow</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-snow1"></span> + <span class="mls"> byl-icon-cloud-moon-snow1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-lightning"></span> + <span class="mls"> byl-icon-cloud-lightning</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-lightning1"></span> + <span class="mls"> byl-icon-cloud-lightning1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-lightning"></span> + <span class="mls"> byl-icon-cloud-sun-lightning</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-lightning1"></span> + <span class="mls"> byl-icon-cloud-sun-lightning1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-lightning"></span> + <span class="mls"> byl-icon-cloud-moon-lightning</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-lightning1"></span> + <span class="mls"> byl-icon-cloud-moon-lightning1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-wind"></span> + <span class="mls"> byl-icon-cloud-wind</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-wind1"></span> + <span class="mls"> byl-icon-cloud-wind1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-raindrops"></span> + <span class="mls"> byl-icon-cloud-raindrops</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-raindrops1"></span> + <span class="mls"> byl-icon-cloud-raindrops1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-raindrops"></span> + <span class="mls"> byl-icon-cloud-sun-raindrops</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-raindrops1"></span> + <span class="mls"> byl-icon-cloud-sun-raindrops1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-raindrops"></span> + <span class="mls"> byl-icon-cloud-moon-raindrops</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-raindrops1"></span> + <span class="mls"> byl-icon-cloud-moon-raindrops1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-snowflakes"></span> + <span class="mls"> byl-icon-cloud-snowflakes</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-snowflakes1"></span> + <span class="mls"> byl-icon-cloud-snowflakes1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-snowflakes"></span> + <span class="mls"> byl-icon-cloud-sun-snowflakes</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-sun-snowflakes1"></span> + <span class="mls"> byl-icon-cloud-sun-snowflakes1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-snowflakes"></span> + <span class="mls"> byl-icon-cloud-moon-snowflakes</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-moon-snowflakes1"></span> + <span class="mls"> byl-icon-cloud-moon-snowflakes1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-clouds"></span> + <span class="mls"> byl-icon-clouds</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-clouds1"></span> + <span class="mls"> byl-icon-clouds1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-moon"></span> + <span class="mls"> byl-icon-moon</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-moon1"></span> + <span class="mls"> byl-icon-moon1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sun"></span> + <span class="mls"> byl-icon-sun</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sun1"></span> + <span class="mls"> byl-icon-sun1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sunrise"></span> + <span class="mls"> byl-icon-sunrise</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sunrise1"></span> + <span class="mls"> byl-icon-sunrise1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sunset"></span> + <span class="mls"> byl-icon-sunset</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sunset1"></span> + <span class="mls"> byl-icon-sunset1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sunset2"></span> + <span class="mls"> byl-icon-sunset2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sunset3"></span> + <span class="mls"> byl-icon-sunset3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-rainbow"></span> + <span class="mls"> byl-icon-rainbow</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-rainbow1"></span> + <span class="mls"> byl-icon-rainbow1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-umbrella"></span> + <span class="mls"> byl-icon-umbrella</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-umbrella1"></span> + <span class="mls"> byl-icon-umbrella1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-raindrops"></span> + <span class="mls"> byl-icon-raindrops</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-raindrops1"></span> + <span class="mls"> byl-icon-raindrops1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-raindrop"></span> + <span class="mls"> byl-icon-raindrop</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-raindrop1"></span> + <span class="mls"> byl-icon-raindrop1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sunglasses"></span> + <span class="mls"> byl-icon-sunglasses</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-clouds2"></span> + <span class="mls"> byl-icon-clouds2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-clouds3"></span> + <span class="mls"> byl-icon-clouds3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-wind"></span> + <span class="mls"> byl-icon-wind</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-wind1"></span> + <span class="mls"> byl-icon-wind1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-full-moon"></span> + <span class="mls"> byl-icon-full-moon</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-full-moon1"></span> + <span class="mls"> byl-icon-full-moon1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-crescent"></span> + <span class="mls"> byl-icon-crescent</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-crescent1"></span> + <span class="mls"> byl-icon-crescent1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-half-moon"></span> + <span class="mls"> byl-icon-half-moon</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-half-moon1"></span> + <span class="mls"> byl-icon-half-moon1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-gibbous-moon"></span> + <span class="mls"> byl-icon-gibbous-moon</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-gibbous-moon1"></span> + <span class="mls"> byl-icon-gibbous-moon1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-moon2"></span> + <span class="mls"> byl-icon-moon2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-moon3"></span> + <span class="mls"> byl-icon-moon3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-gibbous-moon2"></span> + <span class="mls"> byl-icon-gibbous-moon2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-gibbous-moon3"></span> + <span class="mls"> byl-icon-gibbous-moon3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-half-moon2"></span> + <span class="mls"> byl-icon-half-moon2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-half-moon3"></span> + <span class="mls"> byl-icon-half-moon3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-crescent2"></span> + <span class="mls"> byl-icon-crescent2</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-crescent3"></span> + <span class="mls"> byl-icon-crescent3</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer"></span> + <span class="mls"> byl-icon-thermometer</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer1"></span> + <span class="mls"> byl-icon-thermometer1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-low"></span> + <span class="mls"> byl-icon-thermometer-low</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-low1"></span> + <span class="mls"> byl-icon-thermometer-low1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-quarter"></span> + <span class="mls"> byl-icon-thermometer-quarter</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-quarter1"></span> + <span class="mls"> byl-icon-thermometer-quarter1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-half"></span> + <span class="mls"> byl-icon-thermometer-half</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-half1"></span> + <span class="mls"> byl-icon-thermometer-half1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-three-quarters"></span> + <span class="mls"> byl-icon-thermometer-three-quarters</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-three-quarters1"></span> + <span class="mls"> byl-icon-thermometer-three-quarters1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-full"></span> + <span class="mls"> byl-icon-thermometer-full</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thermometer-full1"></span> + <span class="mls"> byl-icon-thermometer-full1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lightning"></span> + <span class="mls"> byl-icon-lightning</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lightning1"></span> + <span class="mls"> byl-icon-lightning1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-closed1"></span> + <span class="mls"> byl-icon-mail-envelope-closed1</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 fs2"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail-envelope-closed"></span> + <span class="mls"> byl-icon-mail-envelope-closed</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> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: 24</h1> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-fast_forward"></span> + <span class="mls"> byl-icon-fast_forward</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="fast_forward" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-fast_rewind"></span> + <span class="mls"> byl-icon-fast_rewind</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="fast_rewind" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-loop1"></span> + <span class="mls"> byl-icon-loop1</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="loop, sync" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mic1"></span> + <span class="mls"> byl-icon-mic1</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="mic" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mic_off"></span> + <span class="mls"> byl-icon-mic_off</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="mic_off" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-not_interested"></span> + <span class="mls"> byl-icon-not_interested</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="not_interested, do_not_disturb" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pause"></span> + <span class="mls"> byl-icon-pause</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="pause" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pause_circle_filled"></span> + <span class="mls"> byl-icon-pause_circle_filled</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="pause_circle_filled" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pause_circle_outline"></span> + <span class="mls"> byl-icon-pause_circle_outline</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="pause_circle_outline" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-play_arrow"></span> + <span class="mls"> byl-icon-play_arrow</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="play_arrow" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-play_circle_filled"></span> + <span class="mls"> byl-icon-play_circle_filled</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="play_circle_filled" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-play_circle_outline"></span> + <span class="mls"> byl-icon-play_circle_outline</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="play_circle_outline" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-playlist_add"></span> + <span class="mls"> byl-icon-playlist_add</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="playlist_add" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-queue_music"></span> + <span class="mls"> byl-icon-queue_music</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="queue_music" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-radio"></span> + <span class="mls"> byl-icon-radio</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="radio" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-repeat"></span> + <span class="mls"> byl-icon-repeat</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="repeat" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-repeat_one"></span> + <span class="mls"> byl-icon-repeat_one</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="repeat_one" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-replay"></span> + <span class="mls"> byl-icon-replay</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="replay" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-shuffle"></span> + <span class="mls"> byl-icon-shuffle</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="shuffle" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-skip_next"></span> + <span class="mls"> byl-icon-skip_next</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="skip_next" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-skip_previous"></span> + <span class="mls"> byl-icon-skip_previous</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="skip_previous" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stop"></span> + <span class="mls"> byl-icon-stop</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="stop" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-videocam"></span> + <span class="mls"> byl-icon-videocam</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="videocam" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-videocam_off"></span> + <span class="mls"> byl-icon-videocam_off</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="videocam_off" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume_down"></span> + <span class="mls"> byl-icon-volume_down</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="volume_down" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume_mute"></span> + <span class="mls"> byl-icon-volume_mute</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="volume_mute" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume_off"></span> + <span class="mls"> byl-icon-volume_off</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="volume_off" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume_up"></span> + <span class="mls"> byl-icon-volume_up</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="volume_up" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-forward_10"></span> + <span class="mls"> byl-icon-forward_10</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="forward_10" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-forward_30"></span> + <span class="mls"> byl-icon-forward_30</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="forward_30" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-forward_5"></span> + <span class="mls"> byl-icon-forward_5</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="forward_5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-replay_10"></span> + <span class="mls"> byl-icon-replay_10</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="replay_10" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-replay_30"></span> + <span class="mls"> byl-icon-replay_30</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="replay_30" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-replay_5"></span> + <span class="mls"> byl-icon-replay_5</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="replay_5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-call"></span> + <span class="mls"> byl-icon-call</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="call" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-chat"></span> + <span class="mls"> byl-icon-chat</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="chat" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-comment"></span> + <span class="mls"> byl-icon-comment</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="comment" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-email"></span> + <span class="mls"> byl-icon-email</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="email, mail, markunread, local_post_office" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-location_off"></span> + <span class="mls"> byl-icon-location_off</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="location_off" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-location_on"></span> + <span class="mls"> byl-icon-location_on</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="location_on, place, room" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-message"></span> + <span class="mls"> byl-icon-message</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="message" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-chat_bubble"></span> + <span class="mls"> byl-icon-chat_bubble</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="chat_bubble" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-chat_bubble_outline"></span> + <span class="mls"> byl-icon-chat_bubble_outline</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="chat_bubble_outline" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-swap_calls"></span> + <span class="mls"> byl-icon-swap_calls</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="swap_calls" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-voicemail"></span> + <span class="mls"> byl-icon-voicemail</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="voicemail" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail_outline"></span> + <span class="mls"> byl-icon-mail_outline</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="mail_outline" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-rss_feed"></span> + <span class="mls"> byl-icon-rss_feed</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="rss_feed" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-alternate_email"></span> + <span class="mls"> byl-icon-alternate_email</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="alternate_email" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-add_call"></span> + <span class="mls"> byl-icon-add_call</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="add_call" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-content_cut"></span> + <span class="mls"> byl-icon-content_cut</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="content_cut" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-content_paste"></span> + <span class="mls"> byl-icon-content_paste</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="content_paste" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-drafts"></span> + <span class="mls"> byl-icon-drafts</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="drafts" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flag8"></span> + <span class="mls"> byl-icon-flag8</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="flag, assistant_photo" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-forward1"></span> + <span class="mls"> byl-icon-forward1</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="forward" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-gesture"></span> + <span class="mls"> byl-icon-gesture</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="gesture" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-reply1"></span> + <span class="mls"> byl-icon-reply1</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="reply" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-reply_all"></span> + <span class="mls"> byl-icon-reply_all</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="reply_all" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-send"></span> + <span class="mls"> byl-icon-send</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="send" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-add_link"></span> + <span class="mls"> byl-icon-add_link</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="add_link" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-access_alarms"></span> + <span class="mls"> byl-icon-access_alarms</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="access_alarms" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-access_time"></span> + <span class="mls"> byl-icon-access_time</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="access_time, query_builder, schedule" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-add_alarm"></span> + <span class="mls"> byl-icon-add_alarm</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="add_alarm, alarm_add" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-airplanemode_off"></span> + <span class="mls"> byl-icon-airplanemode_off</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="airplanemode_off" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-airplanemode_on"></span> + <span class="mls"> byl-icon-airplanemode_on</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="airplanemode_on, flight, local_airport" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-brightness_high"></span> + <span class="mls"> byl-icon-brightness_high</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="brightness_high, brightness_7" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-brightness_low"></span> + <span class="mls"> byl-icon-brightness_low</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="brightness_low, brightness_5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-brightness_medium"></span> + <span class="mls"> byl-icon-brightness_medium</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="brightness_medium, brightness_6" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-usb"></span> + <span class="mls"> byl-icon-usb</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="usb" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-color_lens1"></span> + <span class="mls"> byl-icon-color_lens1</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="color_lens, palette" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-timer"></span> + <span class="mls"> byl-icon-timer</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="timer" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-timer_off"></span> + <span class="mls"> byl-icon-timer_off</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="timer_off" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-transform"></span> + <span class="mls"> byl-icon-transform</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="transform" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-wb_incandescent"></span> + <span class="mls"> byl-icon-wb_incandescent</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="wb_incandescent" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-wb_sunny"></span> + <span class="mls"> byl-icon-wb_sunny</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="wb_sunny" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-add_a_photo"></span> + <span class="mls"> byl-icon-add_a_photo</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="add_a_photo" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-directions_bike"></span> + <span class="mls"> byl-icon-directions_bike</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="directions_bike" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-directions_bus"></span> + <span class="mls"> byl-icon-directions_bus</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="directions_bus" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-directions_car"></span> + <span class="mls"> byl-icon-directions_car</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="directions_car" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-directions_ferry"></span> + <span class="mls"> byl-icon-directions_ferry</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="directions_ferry" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-directions_subway"></span> + <span class="mls"> byl-icon-directions_subway</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="directions_subway, directions_transit" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-directions_train"></span> + <span class="mls"> byl-icon-directions_train</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="directions_train" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-directions_walk"></span> + <span class="mls"> byl-icon-directions_walk</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="directions_walk" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-hotel"></span> + <span class="mls"> byl-icon-hotel</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="hotel, local_hotel" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-layers"></span> + <span class="mls"> byl-icon-layers</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="layers" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_bar"></span> + <span class="mls"> byl-icon-local_bar</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="local_bar" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_cafe"></span> + <span class="mls"> byl-icon-local_cafe</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="local_cafe, free_breakfast" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_gas_station"></span> + <span class="mls"> byl-icon-local_gas_station</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="local_gas_station" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_grocery_store"></span> + <span class="mls"> byl-icon-local_grocery_store</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="local_grocery_store, shopping_cart" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_movies"></span> + <span class="mls"> byl-icon-local_movies</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="local_movies, theaters" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_offer"></span> + <span class="mls"> byl-icon-local_offer</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="local_offer" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_restaurant"></span> + <span class="mls"> byl-icon-local_restaurant</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="local_restaurant, restaurant_menu" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_shipping"></span> + <span class="mls"> byl-icon-local_shipping</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="local_shipping" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-local_taxi"></span> + <span class="mls"> byl-icon-local_taxi</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="local_taxi" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-map1"></span> + <span class="mls"> byl-icon-map1</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="map" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-navigation"></span> + <span class="mls"> byl-icon-navigation</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="navigation" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pin_drop"></span> + <span class="mls"> byl-icon-pin_drop</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="pin_drop" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-satellite"></span> + <span class="mls"> byl-icon-satellite</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="satellite" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-store_mall_directory"></span> + <span class="mls"> byl-icon-store_mall_directory</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="store_mall_directory, store" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-traffic"></span> + <span class="mls"> byl-icon-traffic</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="traffic" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-restaurant"></span> + <span class="mls"> byl-icon-restaurant</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="restaurant" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-train"></span> + <span class="mls"> byl-icon-train</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="train" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tram"></span> + <span class="mls"> byl-icon-tram</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="tram" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-departure_board"></span> + <span class="mls"> byl-icon-departure_board</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="departure_board" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-fastfood"></span> + <span class="mls"> byl-icon-fastfood</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="fastfood" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow_back_ios"></span> + <span class="mls"> byl-icon-arrow_back_ios</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="arrow_back_ios" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow_forward_ios"></span> + <span class="mls"> byl-icon-arrow_forward_ios</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="arrow_forward_ios" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-share"></span> + <span class="mls"> byl-icon-share</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="share" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-add_shopping_cart"></span> + <span class="mls"> byl-icon-add_shopping_cart</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="add_shopping_cart" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bug_report"></span> + <span class="mls"> byl-icon-bug_report</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="bug_report" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-build"></span> + <span class="mls"> byl-icon-build</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="build" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-explore"></span> + <span class="mls"> byl-icon-explore</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="explore" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-extension"></span> + <span class="mls"> byl-icon-extension</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="extension" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-favorite"></span> + <span class="mls"> byl-icon-favorite</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="favorite" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-favorite_outline"></span> + <span class="mls"> byl-icon-favorite_outline</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="favorite_outline" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-settings_input_svideo"></span> + <span class="mls"> byl-icon-settings_input_svideo</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="settings_input_svideo" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-swap_horiz"></span> + <span class="mls"> byl-icon-swap_horiz</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="swap_horiz" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-swap_vert"></span> + <span class="mls"> byl-icon-swap_vert</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="swap_vert" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thumb_down"></span> + <span class="mls"> byl-icon-thumb_down</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="thumb_down" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-thumb_up"></span> + <span class="mls"> byl-icon-thumb_up</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="thumb_up" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-translate"></span> + <span class="mls"> byl-icon-translate</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="translate" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-trending_down"></span> + <span class="mls"> byl-icon-trending_down</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="trending_down" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-trending_neutral"></span> + <span class="mls"> byl-icon-trending_neutral</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="trending_neutral" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-trending_up"></span> + <span class="mls"> byl-icon-trending_up</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="trending_up" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-verified_user"></span> + <span class="mls"> byl-icon-verified_user</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="verified_user" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flight_land"></span> + <span class="mls"> byl-icon-flight_land</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="flight_land" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-flight_takeoff"></span> + <span class="mls"> byl-icon-flight_takeoff</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="flight_takeoff" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-fingerprint"></span> + <span class="mls"> byl-icon-fingerprint</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="fingerprint" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-gavel"></span> + <span class="mls"> byl-icon-gavel</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="gavel" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-accessible"></span> + <span class="mls"> byl-icon-accessible</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="accessible" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-motorcycle"></span> + <span class="mls"> byl-icon-motorcycle</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="motorcycle" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pets"></span> + <span class="mls"> byl-icon-pets</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="pets" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-timeline"></span> + <span class="mls"> byl-icon-timeline</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="timeline" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-g_translate"></span> + <span class="mls"> byl-icon-g_translate</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="g_translate" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-remove_shopping_cart"></span> + <span class="mls"> byl-icon-remove_shopping_cart</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="remove_shopping_cart" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-accessibility_new"></span> + <span class="mls"> byl-icon-accessibility_new</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="accessibility_new" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-accessible_forward"></span> + <span class="mls"> byl-icon-accessible_forward</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf1" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="accessible_forward" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-supervised_user_circle"></span> + <span class="mls"> byl-icon-supervised_user_circle</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf2" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="supervised_user_circle" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-imagesearch_roller"></span> + <span class="mls"> byl-icon-imagesearch_roller</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf3" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="imagesearch_roller" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-repeat_on"></span> + <span class="mls"> byl-icon-repeat_on</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf4" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="repeat_on" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-repeat_one_on"></span> + <span class="mls"> byl-icon-repeat_one_on</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf5" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="repeat_one_on" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-replay_circle_filled"></span> + <span class="mls"> byl-icon-replay_circle_filled</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf6" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="replay_circle_filled" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-speed"></span> + <span class="mls"> byl-icon-speed</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf7" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="speed" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sports_cricket"></span> + <span class="mls"> byl-icon-sports_cricket</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf8" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="sports_cricket" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sports_motorsports"></span> + <span class="mls"> byl-icon-sports_motorsports</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaf9" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="sports_motorsports" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-eco"></span> + <span class="mls"> byl-icon-eco</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eafa" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="eco" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-apartment"></span> + <span class="mls"> byl-icon-apartment</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eafb" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="apartment" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bathtub"></span> + <span class="mls"> byl-icon-bathtub</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eafc" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="bathtub" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-outdoor_grill"></span> + <span class="mls"> byl-icon-outdoor_grill</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eafd" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="outdoor_grill" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bakery_dining"></span> + <span class="mls"> byl-icon-bakery_dining</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eafe" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="bakery_dining" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-dinner_dining"></span> + <span class="mls"> byl-icon-dinner_dining</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eaff" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="dinner_dining" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-dry_cleaning"></span> + <span class="mls"> byl-icon-dry_cleaning</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb00" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="dry_cleaning" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-hardware"></span> + <span class="mls"> byl-icon-hardware</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb01" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="hardware" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-liquor"></span> + <span class="mls"> byl-icon-liquor</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb02" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="liquor" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lunch_dining"></span> + <span class="mls"> byl-icon-lunch_dining</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb03" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="lunch_dining" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-park"></span> + <span class="mls"> byl-icon-park</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb04" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="park" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-ramen_dining"></span> + <span class="mls"> byl-icon-ramen_dining</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb05" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="ramen_dining" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-airport_shuttle"></span> + <span class="mls"> byl-icon-airport_shuttle</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb06" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="airport_shuttle" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-anchor"></span> + <span class="mls"> byl-icon-anchor</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb07" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="anchor" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs3"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-forward_to_inbox"></span> + <span class="mls"> byl-icon-forward_to_inbox</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="forward_to_inbox" class="liga unitRight" /> + </div> + </div> + </div> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: 16</h1> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-color_lens"></span> + <span class="mls"> byl-icon-color_lens</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 fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bandcamp"></span> + <span class="mls"> byl-icon-bandcamp</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 fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-phone1"></span> + <span class="mls"> byl-icon-phone1</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 fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tripadvisor"></span> + <span class="mls"> byl-icon-tripadvisor</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 fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tiktok"></span> + <span class="mls"> byl-icon-tiktok</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 fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mastodon"></span> + <span class="mls"> byl-icon-mastodon</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 fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-home"></span> + <span class="mls"> byl-icon-home</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="home, house" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-home2"></span> + <span class="mls"> byl-icon-home2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb08" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="home2, house2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-home3"></span> + <span class="mls"> byl-icon-home3</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb09" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="home3, house3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-newspaper"></span> + <span class="mls"> byl-icon-newspaper</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="newspaper, news" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pencil"></span> + <span class="mls"> byl-icon-pencil</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb0a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="pencil, write" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pencil2"></span> + <span class="mls"> byl-icon-pencil2</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="pencil2, write2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-quill"></span> + <span class="mls"> byl-icon-quill</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb0b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="quill, feather" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pen"></span> + <span class="mls"> byl-icon-pen</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="pen, write3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-paint-format"></span> + <span class="mls"> byl-icon-paint-format</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="paint-format, format" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-image"></span> + <span class="mls"> byl-icon-image</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="image, picture" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-images"></span> + <span class="mls"> byl-icon-images</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb0c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="images, pictures" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-camera"></span> + <span class="mls"> byl-icon-camera</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="camera, photo" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-headphones"></span> + <span class="mls"> byl-icon-headphones</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="headphones, headset" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-music"></span> + <span class="mls"> byl-icon-music</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="music, song" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-play"></span> + <span class="mls"> byl-icon-play</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="play, video" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-film"></span> + <span class="mls"> byl-icon-film</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="film, video2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bullhorn"></span> + <span class="mls"> byl-icon-bullhorn</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="bullhorn, megaphone" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mic"></span> + <span class="mls"> byl-icon-mic</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="mic, microphone" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-book"></span> + <span class="mls"> byl-icon-book</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="book, read" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-file-empty"></span> + <span class="mls"> byl-icon-file-empty</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="file-empty, file3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-files-empty"></span> + <span class="mls"> byl-icon-files-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="files-empty, files" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-file-picture"></span> + <span class="mls"> byl-icon-file-picture</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="file-picture, file5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-file-music"></span> + <span class="mls"> byl-icon-file-music</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="file-music, file6" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-file-play"></span> + <span class="mls"> byl-icon-file-play</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="file-play, file7" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-file-zip"></span> + <span class="mls"> byl-icon-file-zip</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="file-zip, file9" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-copy"></span> + <span class="mls"> byl-icon-copy</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="copy, duplicate" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-paste"></span> + <span class="mls"> byl-icon-paste</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="paste, clipboard-file" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stack"></span> + <span class="mls"> byl-icon-stack</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb0d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="stack, layers" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-folder-open"></span> + <span class="mls"> byl-icon-folder-open</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="folder-open, directory2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-folder-download"></span> + <span class="mls"> byl-icon-folder-download</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="folder-download, directory5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-folder-upload"></span> + <span class="mls"> byl-icon-folder-upload</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="folder-upload, directory6" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-price-tag"></span> + <span class="mls"> byl-icon-price-tag</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="price-tag" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-price-tags"></span> + <span class="mls"> byl-icon-price-tags</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="price-tags" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-qrcode"></span> + <span class="mls"> byl-icon-qrcode</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb0e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="qrcode" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cart"></span> + <span class="mls"> byl-icon-cart</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="cart, purchase" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-credit-card"></span> + <span class="mls"> byl-icon-credit-card</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="credit-card, money5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-phone"></span> + <span class="mls"> byl-icon-phone</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="phone, telephone" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-phone-hang-up"></span> + <span class="mls"> byl-icon-phone-hang-up</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb0f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="phone-hang-up, telephone2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-envelop"></span> + <span class="mls"> byl-icon-envelop</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="envelop, mail" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-map"></span> + <span class="mls"> byl-icon-map</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="map, guide" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-map2"></span> + <span class="mls"> byl-icon-map2</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="map2, guide2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-clock"></span> + <span class="mls"> byl-icon-clock</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="clock, time2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-clock2"></span> + <span class="mls"> byl-icon-clock2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb10" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="clock2, time3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-alarm"></span> + <span class="mls"> byl-icon-alarm</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb11" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="alarm, time4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bell"></span> + <span class="mls"> byl-icon-bell</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb12" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="bell, alarm2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stopwatch"></span> + <span class="mls"> byl-icon-stopwatch</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb13" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="stopwatch, time5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-calendar"></span> + <span class="mls"> byl-icon-calendar</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="calendar, date" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-printer"></span> + <span class="mls"> byl-icon-printer</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb14" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="printer, print" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-keyboard"></span> + <span class="mls"> byl-icon-keyboard</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="keyboard, typing" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-display"></span> + <span class="mls"> byl-icon-display</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="display, screen" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-laptop"></span> + <span class="mls"> byl-icon-laptop</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb15" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="laptop, computer" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mobile"></span> + <span class="mls"> byl-icon-mobile</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="mobile, cell-phone" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tv"></span> + <span class="mls"> byl-icon-tv</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="tv, television" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-floppy-disk"></span> + <span class="mls"> byl-icon-floppy-disk</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="floppy-disk, save2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-database"></span> + <span class="mls"> byl-icon-database</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="database, db" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-undo2"></span> + <span class="mls"> byl-icon-undo2</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="undo2, left" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-redo2"></span> + <span class="mls"> byl-icon-redo2</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="redo2, right" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-forward"></span> + <span class="mls"> byl-icon-forward</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="forward, right2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-reply"></span> + <span class="mls"> byl-icon-reply</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="reply, left2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bubble"></span> + <span class="mls"> byl-icon-bubble</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="bubble, comment" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bubbles"></span> + <span class="mls"> byl-icon-bubbles</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="bubbles, comments" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bubbles2"></span> + <span class="mls"> byl-icon-bubbles2</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="bubbles2, comments2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-user"></span> + <span class="mls"> byl-icon-user</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="user, profile2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-users"></span> + <span class="mls"> byl-icon-users</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="users, group" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-user-plus"></span> + <span class="mls"> byl-icon-user-plus</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="user-plus, user2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-user-minus"></span> + <span class="mls"> byl-icon-user-minus</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="user-minus, user3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-user-check"></span> + <span class="mls"> byl-icon-user-check</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="user-check, user4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-binoculars"></span> + <span class="mls"> byl-icon-binoculars</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb16" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="binoculars, lookup" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-search"></span> + <span class="mls"> byl-icon-search</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb17" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="search, magnifier" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-zoom-in"></span> + <span class="mls"> byl-icon-zoom-in</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="zoom-in, magnifier2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-zoom-out"></span> + <span class="mls"> byl-icon-zoom-out</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="zoom-out, magnifier3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-enlarge"></span> + <span class="mls"> byl-icon-enlarge</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="enlarge, expand" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-shrink"></span> + <span class="mls"> byl-icon-shrink</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="shrink, collapse" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-enlarge2"></span> + <span class="mls"> byl-icon-enlarge2</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="enlarge2, expand2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-shrink2"></span> + <span class="mls"> byl-icon-shrink2</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="shrink2, collapse2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-key"></span> + <span class="mls"> byl-icon-key</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="key, password" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-key2"></span> + <span class="mls"> byl-icon-key2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb18" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="key2, password2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lock"></span> + <span class="mls"> byl-icon-lock</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="lock, secure" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-unlocked"></span> + <span class="mls"> byl-icon-unlocked</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="unlocked, lock-open" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-equalizer"></span> + <span class="mls"> byl-icon-equalizer</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="equalizer, sliders" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-equalizer2"></span> + <span class="mls"> byl-icon-equalizer2</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="equalizer2, sliders2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cog"></span> + <span class="mls"> byl-icon-cog</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="cog, gear" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cogs"></span> + <span class="mls"> byl-icon-cogs</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb19" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="cogs, gears" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-hammer"></span> + <span class="mls"> byl-icon-hammer</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb1a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="hammer, tool2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-magic-wand"></span> + <span class="mls"> byl-icon-magic-wand</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb1b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="magic-wand, wizard" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bug"></span> + <span class="mls"> byl-icon-bug</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb1c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="bug, virus" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pie-chart"></span> + <span class="mls"> byl-icon-pie-chart</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="pie-chart, stats" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stats-dots"></span> + <span class="mls"> byl-icon-stats-dots</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="stats-dots, stats2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stats-bars"></span> + <span class="mls"> byl-icon-stats-bars</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb1d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="stats-bars, stats3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stats-bars2"></span> + <span class="mls"> byl-icon-stats-bars2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb1e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="stats-bars2, stats4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-gift"></span> + <span class="mls"> byl-icon-gift</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb1f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="gift, present" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-glass"></span> + <span class="mls"> byl-icon-glass</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb20" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="glass, drink" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-glass2"></span> + <span class="mls"> byl-icon-glass2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb21" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="glass2, drink2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mug"></span> + <span class="mls"> byl-icon-mug</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb22" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="mug, drink3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-spoon-knife"></span> + <span class="mls"> byl-icon-spoon-knife</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb23" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="spoon-knife, food" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-meter"></span> + <span class="mls"> byl-icon-meter</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb24" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="meter, gauge" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-meter2"></span> + <span class="mls"> byl-icon-meter2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb25" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="meter2, gauge2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-hammer2"></span> + <span class="mls"> byl-icon-hammer2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb26" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="hammer2, gavel" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-fire"></span> + <span class="mls"> byl-icon-fire</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb27" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="fire, flame" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lab"></span> + <span class="mls"> byl-icon-lab</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb28" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="lab, beta" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-magnet"></span> + <span class="mls"> byl-icon-magnet</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb29" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="magnet, attract" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bin"></span> + <span class="mls"> byl-icon-bin</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="bin, trashcan" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-airplane"></span> + <span class="mls"> byl-icon-airplane</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb2a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="airplane, travel" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-truck"></span> + <span class="mls"> byl-icon-truck</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb2b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="truck, transit" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-road"></span> + <span class="mls"> byl-icon-road</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb2c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="road, asphalt" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-list-numbered"></span> + <span class="mls"> byl-icon-list-numbered</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="list-numbered, options" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-list"></span> + <span class="mls"> byl-icon-list</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="list, todo" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-list2"></span> + <span class="mls"> byl-icon-list2</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="list2, todo2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-download2"></span> + <span class="mls"> byl-icon-cloud-download2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb2d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="cloud-download, cloud2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-upload2"></span> + <span class="mls"> byl-icon-cloud-upload2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb2e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="cloud-upload, cloud3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cloud-check"></span> + <span class="mls"> byl-icon-cloud-check</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb2f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="cloud-check, cloud4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-download3"></span> + <span class="mls"> byl-icon-download3</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="download3, save5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-upload3"></span> + <span class="mls"> byl-icon-upload3</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="upload3, load3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sphere"></span> + <span class="mls"> byl-icon-sphere</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="sphere, globe" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-earth"></span> + <span class="mls"> byl-icon-earth</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb30" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="earth, globe2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-link"></span> + <span class="mls"> byl-icon-link</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="link, chain" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-attachment"></span> + <span class="mls"> byl-icon-attachment</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="attachment, paperclip" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-eye"></span> + <span class="mls"> byl-icon-eye</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="eye, views" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-eye-plus"></span> + <span class="mls"> byl-icon-eye-plus</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb31" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="eye-plus, views2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-eye-minus"></span> + <span class="mls"> byl-icon-eye-minus</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb32" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="eye-minus, views3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-eye-blocked"></span> + <span class="mls"> byl-icon-eye-blocked</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="eye-blocked, views4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bookmark"></span> + <span class="mls"> byl-icon-bookmark</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="bookmark, ribbon" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bookmarks"></span> + <span class="mls"> byl-icon-bookmarks</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="bookmarks, ribbons" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-plus"></span> + <span class="mls"> byl-icon-plus</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="plus, add" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-minus"></span> + <span class="mls"> byl-icon-minus</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="minus, subtract" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-cross"></span> + <span class="mls"> byl-icon-cross</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="cross, cancel" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-checkmark"></span> + <span class="mls"> byl-icon-checkmark</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="checkmark, tick" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-checkmark2"></span> + <span class="mls"> byl-icon-checkmark2</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="checkmark2, tick2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-enter"></span> + <span class="mls"> byl-icon-enter</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="enter, signin" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-exit"></span> + <span class="mls"> byl-icon-exit</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="exit, signout" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-play3"></span> + <span class="mls"> byl-icon-play3</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="play3, player8" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pause2"></span> + <span class="mls"> byl-icon-pause2</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="pause2, player9" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stop2"></span> + <span class="mls"> byl-icon-stop2</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="stop2, player10" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-backward2"></span> + <span class="mls"> byl-icon-backward2</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="backward2, player11" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-forward3"></span> + <span class="mls"> byl-icon-forward3</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="forward3, player12" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-first"></span> + <span class="mls"> byl-icon-first</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="first, player13" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-last"></span> + <span class="mls"> byl-icon-last</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="last, player14" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-previous2"></span> + <span class="mls"> byl-icon-previous2</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="previous2, player15" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-next2"></span> + <span class="mls"> byl-icon-next2</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="next2, player16" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume-high"></span> + <span class="mls"> byl-icon-volume-high</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="volume-high, volume" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume-medium"></span> + <span class="mls"> byl-icon-volume-medium</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="volume-medium, volume2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume-low"></span> + <span class="mls"> byl-icon-volume-low</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="volume-low, volume3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume-mute"></span> + <span class="mls"> byl-icon-volume-mute</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="volume-mute, volume4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume-mute2"></span> + <span class="mls"> byl-icon-volume-mute2</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="volume-mute2, volume5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume-increase"></span> + <span class="mls"> byl-icon-volume-increase</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="volume-increase, volume6" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-volume-decrease"></span> + <span class="mls"> byl-icon-volume-decrease</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="volume-decrease, volume7" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-loop"></span> + <span class="mls"> byl-icon-loop</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="loop, repeat" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-loop2"></span> + <span class="mls"> byl-icon-loop2</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="loop2, repeat2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-up-left"></span> + <span class="mls"> byl-icon-arrow-up-left</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="arrow-up-left, up-left" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-up"></span> + <span class="mls"> byl-icon-arrow-up</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="arrow-up, up" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-up-right"></span> + <span class="mls"> byl-icon-arrow-up-right</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="arrow-up-right, up-right" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-right"></span> + <span class="mls"> byl-icon-arrow-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="arrow-right, right3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-down-right"></span> + <span class="mls"> byl-icon-arrow-down-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="arrow-down-right, down-right" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-down"></span> + <span class="mls"> byl-icon-arrow-down</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="arrow-down, down" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-down-left"></span> + <span class="mls"> byl-icon-arrow-down-left</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="arrow-down-left, down-left" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-arrow-left"></span> + <span class="mls"> byl-icon-arrow-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="arrow-left, left3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-circle-up"></span> + <span class="mls"> byl-icon-circle-up</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="circle-up, up3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-circle-right"></span> + <span class="mls"> byl-icon-circle-right</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="circle-right, right5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-circle-down"></span> + <span class="mls"> byl-icon-circle-down</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="circle-down, down3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-circle-left"></span> + <span class="mls"> byl-icon-circle-left</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="circle-left, left5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sort-alpha-asc"></span> + <span class="mls"> byl-icon-sort-alpha-asc</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="sort-alpha-asc, arrange" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sort-alpha-desc"></span> + <span class="mls"> byl-icon-sort-alpha-desc</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="sort-alpha-desc, arrange2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sort-numeric-asc"></span> + <span class="mls"> byl-icon-sort-numeric-asc</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="sort-numeric-asc, arrange3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sort-numberic-desc"></span> + <span class="mls"> byl-icon-sort-numberic-desc</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="sort-numberic-desc, arrange4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sort-amount-asc"></span> + <span class="mls"> byl-icon-sort-amount-asc</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="sort-amount-asc, arrange5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-sort-amount-desc"></span> + <span class="mls"> byl-icon-sort-amount-desc</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="sort-amount-desc, arrange6" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-checkbox-checked"></span> + <span class="mls"> byl-icon-checkbox-checked</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="checkbox-checked, checkbox" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-checkbox-unchecked"></span> + <span class="mls"> byl-icon-checkbox-unchecked</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="checkbox-unchecked, checkbox2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-radio-checked"></span> + <span class="mls"> byl-icon-radio-checked</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="radio-checked, radio-button" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-radio-unchecked"></span> + <span class="mls"> byl-icon-radio-unchecked</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="radio-unchecked, radio-button3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-crop"></span> + <span class="mls"> byl-icon-crop</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb33" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="crop, resize" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-filter"></span> + <span class="mls"> byl-icon-filter</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb34" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="filter, funnel" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-ligature"></span> + <span class="mls"> byl-icon-ligature</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb35" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="ligature, typography" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-ligature2"></span> + <span class="mls"> byl-icon-ligature2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb36" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="ligature2, typography2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-text-height"></span> + <span class="mls"> byl-icon-text-height</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb37" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="text-height, wysiwyg" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-text-width"></span> + <span class="mls"> byl-icon-text-width</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb38" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="text-width, wysiwyg2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-font-size"></span> + <span class="mls"> byl-icon-font-size</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb39" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="font-size, wysiwyg3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-bold"></span> + <span class="mls"> byl-icon-bold</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb3a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="bold, wysiwyg4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-underline"></span> + <span class="mls"> byl-icon-underline</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb3b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="underline, wysiwyg5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-italic"></span> + <span class="mls"> byl-icon-italic</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb3c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="italic, wysiwyg6" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-strikethrough"></span> + <span class="mls"> byl-icon-strikethrough</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb3d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="strikethrough, wysiwyg7" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pilcrow"></span> + <span class="mls"> byl-icon-pilcrow</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="pilcrow, wysiwyg21" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-paragraph-left"></span> + <span class="mls"> byl-icon-paragraph-left</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="paragraph-left, wysiwyg25" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-paragraph-center"></span> + <span class="mls"> byl-icon-paragraph-center</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="paragraph-center, wysiwyg26" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-paragraph-right"></span> + <span class="mls"> byl-icon-paragraph-right</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="paragraph-right, wysiwyg27" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-paragraph-justify"></span> + <span class="mls"> byl-icon-paragraph-justify</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="paragraph-justify, wysiwyg28" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-embed2"></span> + <span class="mls"> byl-icon-embed2</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="embed2, code2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-terminal"></span> + <span class="mls"> byl-icon-terminal</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="terminal, console" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-share2"></span> + <span class="mls"> byl-icon-share2</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="share2, social" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-mail"></span> + <span class="mls"> byl-icon-mail</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="mail2, contact2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-amazon"></span> + <span class="mls"> byl-icon-amazon</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb3e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="amazon, brand" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-google"></span> + <span class="mls"> byl-icon-google</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb3f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="google, brand2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-google2"></span> + <span class="mls"> byl-icon-google2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb40" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="google2, brand3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-google3"></span> + <span class="mls"> byl-icon-google3</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb41" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="google3, brand4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-hangouts"></span> + <span class="mls"> byl-icon-hangouts</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb42" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="hangouts, brand8" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-facebook1"></span> + <span class="mls"> byl-icon-facebook1</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="facebook, brand10" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-facebook"></span> + <span class="mls"> byl-icon-facebook</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="facebook2, brand11" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-instagram"></span> + <span class="mls"> byl-icon-instagram</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="instagram, brand12" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-spotify"></span> + <span class="mls"> byl-icon-spotify</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="spotify, brand14" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-telegram"></span> + <span class="mls"> byl-icon-telegram</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="telegram, brand15" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-twitter"></span> + <span class="mls"> byl-icon-twitter</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="twitter, brand16" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-vk"></span> + <span class="mls"> byl-icon-vk</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb43" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="vk, brand18" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-rss"></span> + <span class="mls"> byl-icon-rss</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="feed2, rss" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-rss2"></span> + <span class="mls"> byl-icon-rss2</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="feed3, rss2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-youtube"></span> + <span class="mls"> byl-icon-youtube</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="youtube, brand21" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-twitch"></span> + <span class="mls"> byl-icon-twitch</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="twitch, brand23" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-vimeo"></span> + <span class="mls"> byl-icon-vimeo</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="vimeo, brand24" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-vimeo2"></span> + <span class="mls"> byl-icon-vimeo2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb44" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="vimeo2, brand25" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-behance"></span> + <span class="mls"> byl-icon-behance</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb45" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="behance, brand32" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-behance2"></span> + <span class="mls"> byl-icon-behance2</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="behance2, brand33" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-steam"></span> + <span class="mls"> byl-icon-steam</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb46" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="steam, brand36" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-steam2"></span> + <span class="mls"> byl-icon-steam2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb47" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="steam2, brand37" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-github"></span> + <span class="mls"> byl-icon-github</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb48" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="github, brand40" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-wordpress"></span> + <span class="mls"> byl-icon-wordpress</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb49" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="wordpress, brand44" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-joomla"></span> + <span class="mls"> byl-icon-joomla</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb4a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="joomla, brand45" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-blogger"></span> + <span class="mls"> byl-icon-blogger</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb4b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="blogger, brand47" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tumblr"></span> + <span class="mls"> byl-icon-tumblr</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb4c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="tumblr, brand49" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-tumblr2"></span> + <span class="mls"> byl-icon-tumblr2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb4d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="tumblr2, brand50" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-appleinc"></span> + <span class="mls"> byl-icon-appleinc</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb4e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="apple, brand53" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-finder"></span> + <span class="mls"> byl-icon-finder</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb4f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="finder, brand54" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-android"></span> + <span class="mls"> byl-icon-android</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb50" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="android, brand55" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-soundcloud"></span> + <span class="mls"> byl-icon-soundcloud</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="soundcloud, brand58" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-skype"></span> + <span class="mls"> byl-icon-skype</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb51" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="skype, brand60" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-reddit"></span> + <span class="mls"> byl-icon-reddit</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="reddit, brand61" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-wikipedia"></span> + <span class="mls"> byl-icon-wikipedia</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="wikipedia, brand63" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-linkedin"></span> + <span class="mls"> byl-icon-linkedin</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb52" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="linkedin, brand64" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-linkedin2"></span> + <span class="mls"> byl-icon-linkedin2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb53" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="linkedin2, brand65" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-lastfm"></span> + <span class="mls"> byl-icon-lastfm</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb54" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="lastfm, brand66" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-stackoverflow"></span> + <span class="mls"> byl-icon-stackoverflow</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb55" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="stackoverflow, brand71" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pinterest"></span> + <span class="mls"> byl-icon-pinterest</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb56" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="pinterest, brand72" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-pinterest2"></span> + <span class="mls"> byl-icon-pinterest2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb57" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="pinterest2, brand73" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-paypal"></span> + <span class="mls"> byl-icon-paypal</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb58" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="paypal, brand79" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-chrome"></span> + <span class="mls"> byl-icon-chrome</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb59" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="chrome, browser" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-firefox"></span> + <span class="mls"> byl-icon-firefox</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb5a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="firefox, browser2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-IE"></span> + <span class="mls"> byl-icon-IE</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb5b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="IE, browser3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-edge"></span> + <span class="mls"> byl-icon-edge</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb5c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="edge, browser4" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-safari"></span> + <span class="mls"> byl-icon-safari</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb5d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="safari, browser5" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-opera"></span> + <span class="mls"> byl-icon-opera</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb5e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="opera, browser6" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-html-five"></span> + <span class="mls"> byl-icon-html-five</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="html-five, w3c" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-html-five2"></span> + <span class="mls"> byl-icon-html-five2</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb5f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="html-five2, w3c2" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-css3"></span> + <span class="mls"> byl-icon-css3</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="css3, w3c3" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs4"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-git"></span> + <span class="mls"> byl-icon-git</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="git, brand80" class="liga unitRight" /> + </div> + </div> + </div> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1> + <div class="glyph fs5"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-monero"></span> + <span class="mls"> byl-icon-monero</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb60" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div class="fs0 bshadow0 clearfix hidden-true"> + <span class="unit pvs fgc1">liga: </span> + <input type="text" readonly value="" class="liga unitRight" /> + </div> + </div> + <div class="glyph fs5"> + <div class="clearfix bshadow0 pbs"> + <span class="byl-icon-ethereum"></span> + <span class="mls"> byl-icon-ethereum</span> + </div> + <fieldset class="fs0 size1of1 clearfix hidden-false"> + <input type="text" readonly value="eb61" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + </fieldset> + <div 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="byl-icon-" style="font-family: byl-iconfont"> + </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> diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.eot b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.eot new file mode 100644 index 0000000..8aeef10 Binary files /dev/null and b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.eot differ diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.svg b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.svg new file mode 100644 index 0000000..cd3d2cd --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.svg @@ -0,0 +1,620 @@ +<?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="byl-iconfont" 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="phone1" d="M1006.56 701.958c-132.058 138.876-307.704 215.376-494.56 215.376s-362.502-76.5-494.56-215.376c-23.252-24.458-23.252-64.23 0-88.688l98.388-103.458c23.17-24.292 64.092-24.292 87.26 0 32.962 34.646 70.342 63.166 111.014 84.666 20.378 10.52 33.546 32.626 33.38 53.5l14.836 112.124c108.846 34.792 191.648 34.77 299.412 0.020l14.668-109.334c0-23.646 12.544-45.23 33.046-56.5 40.838-21.604 78.26-50.126 111.222-84.75 11.544-12.188 27.046-18.876 43.63-18.876 16.586 0 32.088 6.688 43.63 18.854l98.638 103.75c23.25 24.464 23.25 64.234-0.004 88.692zM789.584 519.542c-18.584 34.832-54.668 56.458-94.126 56.458h-366.916c-39.458 0-75.542-21.626-94.126-56.458l-136.54-256.022c-8.208-15.416-12.542-32.77-12.542-50.188v-149.332c0-47.062 38.292-85.334 85.334-85.334h682.666c47.042 0 85.334 38.27 85.334 85.334v149.334c0 17.416-4.334 34.77-12.542 50.208l-136.542 256zM383.958 106.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666c23.542 0 42.666-19.146 42.666-42.666 0.002-23.52-19.124-42.666-42.666-42.666zM383.958 234.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666c23.542 0 42.666-19.146 42.666-42.666 0.002-23.52-19.124-42.666-42.666-42.666zM383.958 362.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666c23.542 0 42.666-19.146 42.666-42.666 0.002-23.52-19.124-42.666-42.666-42.666zM512 106.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666 42.666-19.146 42.666-42.666c0-23.52-19.124-42.666-42.666-42.666zM512 234.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666 42.666-19.146 42.666-42.666c0-23.52-19.124-42.666-42.666-42.666zM512 362.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666 42.666-19.146 42.666-42.666c0-23.52-19.124-42.666-42.666-42.666zM639.958 106.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666c23.542 0 42.666-19.146 42.666-42.666 0.002-23.52-19.124-42.666-42.666-42.666zM639.958 234.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666c23.542 0 42.666-19.146 42.666-42.666 0.002-23.52-19.124-42.666-42.666-42.666zM639.958 362.666c-23.542 0-42.666 19.146-42.666 42.666s19.126 42.666 42.666 42.666c23.542 0 42.666-19.146 42.666-42.666 0.002-23.52-19.124-42.666-42.666-42.666z" /> +<glyph unicode="" glyph-name="tripadvisor" d="M1024 641.6h-180.48c-191.36 166.4-471.68 166.4-663.040 0h-180.48c0 0 40.96-49.92 57.6-96.64-35.84-43.52-57.6-98.56-57.6-159.36 0-141.44 114.56-256 256-256 83.84 0 158.080 40.96 204.8 103.68l53.76-103.68 49.28 103.040c46.72-62.080 120.32-103.040 204.16-103.040 141.44 0 256 114.56 256 256 0 60.8-21.76 115.84-57.6 159.36 16.64 46.72 57.6 96.64 57.6 96.64zM256 193.6c-105.6 0-192 86.4-192 192s86.4 192 192 192 192-86.4 192-192-86.4-192-192-192zM768 193.6c-105.6 0-192 86.4-192 192s86.4 192 192 192 192-86.4 192-192-86.4-192-192-192zM256 513.6c-70.592 0-128-57.408-128-128s57.408-128 128-128 128 57.408 128 128c0 70.592-57.408 128-128 128zM256 321.6c-35.264 0-64 28.736-64 64s28.736 64 64 64 64-28.736 64-64c0-35.264-28.736-64-64-64zM768 513.6c-70.592 0-128-57.408-128-128s57.408-128 128-128c70.592 0 128 57.408 128 128s-57.408 128-128 128zM768 321.6c-35.328 0-64 28.736-64 64s28.672 64 64 64 64-28.736 64-64c0-35.264-28.672-64-64-64zM288 385.6c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM800 385.6c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32z" /> +<glyph unicode="" glyph-name="mail-envelope-closed" d="M829.538 285.538l-25.846-25.846-191.692 164.308-84-72-84 72-191.692-164.308-25.846 25.846 189.538 162.462-189.538 162.462 25.846 25.846 275.692-236.308 275.692 236.308 25.846-25.846-189.538-162.462 189.538-162.462zM192.115 704c-35.41 0-64.115-28.624-64.115-63.81v-384.38c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v384.38c0 35.241-28.472 63.81-64.115 63.81h-671.77z" /> +<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="color_lens" d="M746 448q26 0 45 18t19 46-19 46-45 18-45-18-19-46 19-46 45-18zM618 618q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM406 618q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM278 448q26 0 45 18t19 46-19 46-45 18-45-18-19-46 19-46 45-18zM512 832q158 0 271-100t113-242q0-88-63-150t-151-62h-74q-28 0-46-19t-18-45q0-22 16-42t16-44q0-28-18-46t-46-18q-160 0-272 112t-112 272 112 272 272 112z" /> +<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="bandcamp" d="M0 137.786h737.239l286.761 620.428h-737.239z" /> +<glyph unicode="" glyph-name="tiktok" d="M534.411 959.158c55.893 0.853 111.36 0.427 166.827 0.853 3.413-65.28 26.88-131.84 74.667-177.92 47.787-47.36 115.2-69.12 180.907-76.373v-171.947c-61.44 2.133-123.307 14.933-179.2 41.387-24.32 11.093-46.933 25.173-69.12 39.68-0.427-124.587 0.427-249.173-0.853-373.333-3.413-59.733-23.040-119.040-57.6-168.107-55.893-81.92-152.747-135.253-252.16-136.96-61.013-3.413-122.027 13.227-174.080 43.947-86.187 50.773-146.773 143.787-155.733 243.627-0.853 21.333-1.28 42.667-0.427 63.573 7.68 81.067 47.787 158.72 110.080 211.627 70.827 61.44 169.813 90.88 262.4 73.387 0.853-63.147-1.707-126.293-1.707-189.44-42.24 13.653-91.733 9.813-128.853-15.787-26.88-17.493-47.36-44.373-58.027-74.667-8.96-21.76-6.4-45.653-5.973-68.693 10.24-69.973 77.653-128.853 149.333-122.453 47.787 0.427 93.44 28.16 118.187 68.693 8.107 14.080 17.067 28.587 17.493 45.227 4.267 76.373 2.56 152.32 2.987 228.693 0.427 171.947-0.427 343.467 0.853 514.987z" /> +<glyph unicode="" glyph-name="mastodon" d="M989.568 623.829c0 222.123-145.536 287.232-145.536 287.232-73.387 33.707-199.424 47.872-330.283 48.939h-3.243c-130.901-1.067-256.853-15.232-330.24-48.939 0 0-145.536-65.109-145.536-287.232 0-50.859-0.981-111.701 0.64-176.171 5.291-217.259 39.851-431.317 240.683-484.48 92.587-24.491 172.117-29.653 236.16-26.112 116.139 6.4 181.333 41.472 181.333 41.472l-3.84 84.267c0 0-82.987-26.155-176.171-22.997-92.373 3.157-189.824 9.941-204.757 123.349-1.305 9.295-2.050 20.032-2.050 30.944 0 0.296 0.001 0.592 0.002 0.889v-0.046c0 0 90.667-22.187 205.525-27.435 70.229-3.2 136.107 4.139 203.008 12.075 128.299 15.317 240 94.379 254.037 166.613 22.059 113.707 20.267 277.632 20.267 277.632zM817.877 337.579h-106.539v261.077c0 55.040-23.168 82.944-69.461 82.944-51.2 0-76.885-33.109-76.885-98.645v-142.891h-105.941v142.933c0 65.536-25.685 98.645-76.885 98.645-46.293 0-69.461-27.947-69.461-82.944v-261.077h-106.539v268.928c0 54.997 13.995 98.688 42.112 130.987 29.013 32.341 66.944 48.896 114.091 48.896 54.528 0 95.829-20.949 123.136-62.891l26.496-44.501 26.539 44.501c27.307 41.941 68.608 62.891 123.136 62.891 47.104 0 85.077-16.555 114.091-48.896 28.075-32.299 42.069-75.989 42.069-130.987z" /> +<glyph unicode="" glyph-name="mail-envelope-closed1" d="M829.538 285.538l-25.846-25.846-191.692 164.308-84-72-84 72-191.692-164.308-25.846 25.846 189.538 162.462-189.538 162.462 25.846 25.846 275.692-236.308 275.692 236.308 25.846-25.846-189.538-162.462 189.538-162.462zM192.115 704c-35.41 0-64.115-28.624-64.115-63.81v-384.38c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v384.38c0 35.241-28.472 63.81-64.115 63.81h-671.77z" /> +<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="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="chevron-left" horiz-adv-x="768" d="M669.143 778.857l-303.429-303.429 303.429-303.429c14.286-14.286 14.286-37.143 0-51.429l-94.857-94.857c-14.286-14.286-37.143-14.286-51.429 0l-424 424c-14.286 14.286-14.286 37.143 0 51.429l424 424c14.286 14.286 37.143 14.286 51.429 0l94.857-94.857c14.286-14.286 14.286-37.143 0-51.429z" /> +<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="arrow_back_ios" d="M498 772.667l-346-346 346-346-76-76-422 422 422 422z" /> +<glyph unicode="" glyph-name="arrow_forward_ios" d="M250 762.667l92 90 426-426-426-426-92 90 338 336z" /> +<glyph unicode="" glyph-name="chevron-right" horiz-adv-x="695" d="M632.571 449.714l-424-424c-14.286-14.286-37.143-14.286-51.429 0l-94.857 94.857c-14.286 14.286-14.286 37.143 0 51.429l303.429 303.429-303.429 303.429c-14.286 14.286-14.286 37.143 0 51.429l94.857 94.857c14.286 14.286 37.143 14.286 51.429 0l424-424c14.286-14.286 14.286-37.143 0-51.429z" /> +<glyph unicode="" glyph-name="mail-envelope" d="M192.115 704h671.77c35.643 0 64.115-28.569 64.115-63.81v-384.38c0-35.185-28.705-63.81-64.115-63.81h-671.77c-35.643 0-64.115 28.569-64.115 63.81v384.38c0 35.185 28.705 63.81 64.115 63.81zM192.098 672c-17.727 0-32.098-14.398-32.098-32.219v-383.562c0-17.794 14.045-32.219 32.098-32.219h671.803c17.727 0 32.098 14.398 32.098 32.219v383.562c0 17.794-14.045 32.219-32.098 32.219h-671.803zM736 608h96v-96h-96v96zM768 576v-32h32v32h-32zM224 384v-32h256v32h-256zM224 608v-32h128v32h-128zM224 320v-32h256v32h-256z" /> +<glyph unicode="" glyph-name="mail-envelope1" d="M192.115 704h671.77c35.643 0 64.115-28.569 64.115-63.81v-384.38c0-35.185-28.705-63.81-64.115-63.81h-671.77c-35.643 0-64.115 28.569-64.115 63.81v384.38c0 35.185 28.705 63.81 64.115 63.81zM224 608v-32h128v32h-128zM736 608v-96h96v96h-96zM768 576v-32h32v32h-32zM224 384v-32h256v32h-256zM224 320v-32h256v32h-256z" /> +<glyph unicode="" glyph-name="mail-envelope-closed2" d="M170.080 663.235l357.92-311.235 357.981 311.287c6.206-5.878 10.019-14.235 10.019-23.507v-383.562c0-17.821-14.371-32.219-32.098-32.219h-671.803c-18.053 0-32.098 14.425-32.098 32.219v383.562c0 9.253 3.874 17.582 10.080 23.454zM192.115 704c-35.41 0-64.115-28.624-64.115-63.81v-384.38c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v384.38c0 35.241-28.472 63.81-64.115 63.81h-671.77zM528 393.6l-320 278.4h640l-320-278.4z" /> +<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="mail-envelope-closed3" d="M226.462 610.462l25.846 25.846 275.692-236.308 275.692 236.308 25.846-25.846-301.538-258.462-301.538 258.462zM192.115 704c-35.41 0-64.115-28.624-64.115-63.81v-384.38c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v384.38c0 35.241-28.472 63.81-64.115 63.81h-671.77z" /> +<glyph unicode="" glyph-name="mail-envelope-open" d="M528 822.4l-352-310.4 352-304 352 304-352 310.4zM896 483.84l-368-323.84-368 323.84v-419.947c0-17.614 14.045-31.893 32.098-31.893h671.803c17.727 0 32.098 14.395 32.098 31.893v419.947zM928 63.81c0-35.185-28.705-63.81-64.115-63.81h-671.77c-35.643 0-64.115 28.569-64.115 63.81v448.19l400 352 400-352v-448.19z" /> +<glyph unicode="" glyph-name="mail-envelope-open1" d="M226.462 418.462l301.538-258.462 301.538 258.462-26.471 26.471-275.067-230.532-275.067 230.532-26.471-26.471zM928 512v-448.19c0-35.185-28.705-63.81-64.115-63.81h-671.77c-35.643 0-64.115 28.569-64.115 63.81v448.19l400 352 400-352z" /> +<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="mail-envelope-open2" d="M538.182 256.283l-54.294-0.283h108.112l0.638 0.567-3.18-0.017 210.542 188.25v258.923c0 17.826-14.551 32.276-31.999 32.276h-480.003c-17.672 0-31.999-14.2-31.999-32.066v-262.334l209.632-184.97 72.55-0.347zM418.909 768l109.091 96 109.091-96h130.992c35.408 0 63.918-28.648 63.918-63.988v-107.532l96-84.48v-448.19c0-35.185-28.705-63.81-64.115-63.81h-671.77c-35.643 0-64.115 28.569-64.115 63.81v448.19l96 84.48v107.532c0 35.59 28.617 63.988 63.918 63.988h130.992zM589.691 768l-61.691 54.4-61.691-54.4h123.381zM832 554.327v-84.994l48 42.667-48 42.327zM224 469.333v84.994l-48-42.327 48-42.667zM432 224l-224-192h640l-224 192h-192zM885.924 40.795v0 0c6.203 5.866 10.076 14.145 10.076 23.204v416.001l-256-224.547 245.924-214.659zM170.076 40.795l245.924 214.659-256 224.547v-416.001c0-9.060 3.872-17.338 10.076-23.204v0 0z" /> +<glyph unicode="" glyph-name="mail-envelope-open3" d="M709.925 315.936l-69.925-59.936 189.538-162.462-25.846-25.846-191.866 164.457-167.149-0.729-0.677 0.58-191.692-164.308-25.846 25.846 189.538 162.462-69.925 59.936-122.075 103.263v177.281l-96-84.48v-448.19c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v448.19l-96 84.48v-177.281l-122.075-103.263zM418.909 768l109.091 96 109.091-96h-218.182zM287.999 736c-17.672 0-31.999-14.2-31.999-32.066v-262.334l200.070-170.109h141.432l202.498 170.109v262.334c0 17.71-14.551 32.066-31.999 32.066h-480.003z" /> +<glyph unicode="" glyph-name="mail-envelope-closed4" d="M170.080 663.235l247.52-215.235-247.581-215.287c-6.206 5.878-10.019 14.235-10.019 23.507v383.562c0 9.253 3.874 17.582 10.080 23.454zM885.981 663.287c6.206-5.878 10.019-14.235 10.019-23.507v-383.562c0-9.252-3.874-17.582-10.080-23.454l-247.52 215.235 247.581 215.287zM614.459 427.181l233.541-203.181h-640l233.541 203.181 86.459-75.181 86.459 75.181zM192.115 704c-35.41 0-64.115-28.624-64.115-63.81v-384.38c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v384.38c0 35.241-28.472 63.81-64.115 63.81h-671.77zM528 393.6l-320 278.4h640l-320-278.4z" /> +<glyph unicode="" glyph-name="mail-envelope-closed5" d="M829.538 285.538l-25.846-25.846-191.692 164.308-84-72-84 72-191.692-164.308-25.846 25.846 189.538 162.462-189.538 162.462 25.846 25.846 275.692-236.308 275.692 236.308 25.846-25.846-189.538-162.462 189.538-162.462zM192.115 704c-35.41 0-64.115-28.624-64.115-63.81v-384.38c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v384.38c0 35.241-28.472 63.81-64.115 63.81h-671.77z" /> +<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="mail-envelope-open4" d="M528 864l-400-352v-448.19c0-35.241 28.472-63.81 64.115-63.81h671.77c35.41 0 64.115 28.624 64.115 63.81v448.19l-400 352zM432 224h192l224-192h-640l224 192zM528 822.4l352-310.4-288-256h-128l-288 256 352 310.4zM885.924 40.795l-245.924 214.659 256 224.547v-416.001c0-9.060-3.872-17.338-10.076-23.204v0 0zM170.076 40.795v0 0c-6.203 5.866-10.076 14.145-10.076 23.204v416.001l256-224.547-245.924-214.659z" /> +<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="mail-envelope-open5" d="M528 864l-400-352v-448.2c0-35.2 28.5-63.8 64.1-63.8h671.8c35.4 0 64.1 28.6 64.1 63.8v448.2l-400 352zM829.5 93.5v0l-25.8-25.8-191.7 164.3-84-72-84 72-191.7-164.3-25.8 25.8 189.5 162.5-189.5 162.5 25.8 25.8 275.7-236.3 275.7 236.3 25.8-25.8-189.5-162.5 189.5-162.5z" /> +<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="mail-checked" d="M832 479.283v192.498c0 9.271-3.813 17.628-10.019 23.507v0l-247.581-215.287 93.321-81.148c31.285 48.805 86.005 81.148 148.279 81.148 5.393 0 10.73-0.243 16-0.717v0 0zM652.838 370.111l-102.38 89.070-86.459-75.181-86.459 75.181-233.541-203.181h502.625c-4.316 15.259-6.625 31.36-6.625 48 0 23.382 4.56 45.699 12.838 66.111v0 0zM659.191 224h-531.076c-35.643 0-64.115 28.569-64.115 63.81v384.38c0 35.185 28.705 63.81 64.115 63.81h671.77c35.643 0 64.115-28.569 64.115-63.81v-198.815c73.872-20.894 128-88.813 128-169.375 0-97.202-78.798-176-176-176-68.395 0-127.678 39.013-156.809 96v0zM106.080 695.235c-6.206-5.871-10.080-14.201-10.080-23.454v-383.562c0-9.271 3.813-17.628 10.019-23.507v0l247.581 215.287-247.52 215.235zM464 425.6l320 278.4h-640l320-278.4zM816 160c79.529 0 144 64.471 144 144s-64.471 144-144 144c-79.529 0-144-64.471-144-144s64.471-144 144-144v0 0zM800 216.235l-75.314 75.314 23.431 23.431 51.882-51.882 99.882 99.882 23.431-23.431-123.314-123.314z" /> +<glyph unicode="" glyph-name="mail-checked1" d="M644.309 421.45l-68.309 58.55 189.538 162.462-25.846 25.846-275.692-236.308-275.692 236.308-25.846-25.846 189.538-162.462-189.538-162.462 25.846-25.846 191.692 164.308 84-72 84 72 78.121-66.961c-11.645-25.961-18.121-54.743-18.121-85.039 0-28.349 5.671-55.373 15.941-80h-495.826c-35.643 0-64.115 28.569-64.115 63.81v384.38c0 35.185 28.705 63.81 64.115 63.81h671.77c35.643 0 64.115-28.569 64.115-63.81v-165.756c-15.409 3.64-31.479 5.566-48 5.566-71.296 0-134.214-35.871-171.691-90.55v0 0zM816 128c97.202 0 176 78.798 176 176s-78.798 176-176 176c-97.202 0-176-78.798-176-176s78.798-176 176-176v0zM800 216.235l-75.314 75.314 23.431 23.431 51.882-51.882 99.882 99.882 23.431-23.431-123.314-123.314z" /> +<glyph unicode="" glyph-name="folder-open" d="M832 0l192 512h-832l-192-512zM128 576l-128-576v832h288l128-128h416v-128z" /> +<glyph unicode="" glyph-name="mail-cancel" d="M816 281.373l-67.882-67.882-22.627 22.627 67.882 67.882-67.882 67.882 22.627 22.627 67.882-67.882 67.882 67.882 22.627-22.627-67.882-67.882 67.882-67.882-22.627-22.627-67.882 67.882zM832 479.283v192.498c0 9.271-3.813 17.628-10.019 23.507v0l-247.581-215.287 93.321-81.148c31.285 48.805 86.005 81.148 148.279 81.148 5.393 0 10.73-0.243 16-0.717v0 0zM652.838 370.111l-102.38 89.070-86.459-75.181-86.459 75.181-233.541-203.181h502.625c-4.316 15.259-6.625 31.36-6.625 48 0 23.382 4.56 45.699 12.838 66.111v0 0zM659.191 224h-531.076c-35.643 0-64.115 28.569-64.115 63.81v384.38c0 35.185 28.705 63.81 64.115 63.81h671.77c35.643 0 64.115-28.569 64.115-63.81v-198.815c73.872-20.894 128-88.813 128-169.375 0-97.202-78.798-176-176-176-68.395 0-127.678 39.013-156.809 96v0zM106.080 695.235c-6.206-5.871-10.080-14.201-10.080-23.454v-383.562c0-9.271 3.813-17.628 10.019-23.507v0l247.581 215.287-247.52 215.235zM464 425.6l320 278.4h-640l320-278.4zM816 160c79.529 0 144 64.471 144 144s-64.471 144-144 144c-79.529 0-144-64.471-144-144s64.471-144 144-144v0 0z" /> +<glyph unicode="" glyph-name="mail-cancel1" d="M816 281.373l-67.882-67.882-22.627 22.627 67.882 67.882-67.882 67.882 22.627 22.627 67.882-67.882 67.882 67.882 22.627-22.627-67.882-67.882 67.882-67.882-22.627-22.627-67.882 67.882zM644.309 421.45l-68.309 58.55 189.538 162.462-25.846 25.846-275.692-236.308-275.692 236.308-25.846-25.846 189.538-162.462-189.538-162.462 25.846-25.846 191.692 164.308 84-72 84 72 78.121-66.961c-11.645-25.961-18.121-54.743-18.121-85.039 0-28.349 5.671-55.373 15.941-80h-495.826c-35.643 0-64.115 28.569-64.115 63.81v384.38c0 35.185 28.705 63.81 64.115 63.81h671.77c35.643 0 64.115-28.569 64.115-63.81v-165.756c-15.409 3.64-31.479 5.566-48 5.566-71.296 0-134.214-35.871-171.691-90.55v0 0zM816 128c97.202 0 176 78.798 176 176s-78.798 176-176 176c-97.202 0-176-78.798-176-176s78.798-176 176-176v0z" /> +<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="flag" d="M256 624v208c0 0 95.24 71.562 256 0s256 0 256 0v-352c0 0-95.275-69.996-256 0-105.964 46.148-183.48 31.446-224 16.071v-464.071h-32v592zM496.66 803.199c-131.145 57.668-208.66 9.602-208.66 9.602v-282.805c0 0 100.94 40.532 236.057-20.633 126.559-57.291 212.506-10.891 212.506-10.891v285.527c0 0-96.734-43.756-239.902 19.199v0 0z" /> +<glyph unicode="" glyph-name="flag1" d="M256 624.194v-592h32v464.071c40.52 15.375 118.036 30.077 224-16.071 160.725-69.996 256 0 256 0v352c0 0-95.24-71.563-256 0s-256 0-256 0v-208z" /> +<glyph unicode="" glyph-name="flag2" d="M256 688v176h512l-176-176 176-176h-480v-480h-32v656zM288 832v-288h400l-144 144 144 144h-400z" /> +<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="flag3" d="M256 688v-656h32v480h480l-176 176 176 176h-512v-176z" /> +<glyph unicode="" glyph-name="flag4" d="M288 656v208l448-192-416-178.286v-461.714h-32v624zM320 816v-288l336 144-336 144z" /> +<glyph unicode="" glyph-name="flag5" d="M288 656v-624h32v461.714l416 178.286-448 192v-208z" /> +<glyph unicode="" glyph-name="flag6" d="M224 688v176h512v-352h-480v-480h-32v656zM256 832v-288h448v288h-448z" /> +<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="flag7" d="M224 688v-656h32v480h480v352h-512v-176z" /> +<glyph unicode="" glyph-name="bookmark1" d="M415.909 832h192.182c52.977 0 95.909-42.853 95.909-95.715v-672.285l-192 192-192-192v672.285c0 52.778 42.94 95.715 95.909 95.715zM415.988 800c-35.339 0-63.988-28.749-63.988-63.806v-595.393l160 160 160-160v595.393c0 35.239-28.398 63.806-63.988 63.806h-192.025z" /> +<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="bookmark2" d="M415.909 832c-52.969 0-95.909-42.937-95.909-95.715v-672.285l192 192 192-192v672.285c0 52.862-42.932 95.715-95.909 95.715h-192.182z" /> +<glyph unicode="" glyph-name="star" d="M512 224l288-192-128 320 288 192h-320l-128 320-128-320h-320l288-192-128-320 288 192zM512 263.902l-217.6-145.502 102.4 246.399-230.4 147.2h239.998l105.602 272 105.602-272h240l-230.402-147.2 102.402-246.399-217.602 145.502z" /> +<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="star1" d="M512 224l-288-192 128 320-288 192h320l128 320 128-320h320l-288-192 128-320z" /> +<glyph unicode="" glyph-name="trash-can" d="M736 736h128v-32h-64v-607.781c0-53.467-42.982-96.219-96.004-96.219h-351.992c-53.317 0-96.004 43.079-96.004 96.219v607.781h-64v32h192v63.844c0 35.551 28.616 64.156 63.917 64.156h160.167c35.249 0 63.917-28.724 63.917-64.156v-63.844h64zM288 704v-608.174c0-35.25 28.589-63.826 63.74-63.826h352.519c35.203 0 63.74 28.875 63.74 63.826v608.174h-480zM384 640v-544h32v544h-32zM512 640v-544h32v544h-32zM640 640v-544h32v544h-32zM448.094 832c-17.725 0-32.094-14.165-32.094-31.967v-64.033h224v64.033c0 17.655-14.012 31.967-32.094 31.967h-159.813z" /> +<glyph unicode="" glyph-name="trash-can1" d="M736 736h128v-32h-64v-607.781c0-53.467-42.982-96.219-96.004-96.219h-351.992c-53.317 0-96.004 43.079-96.004 96.219v607.781h-64v32h192v63.844c0 35.551 28.616 64.156 63.917 64.156h160.167c35.249 0 63.917-28.724 63.917-64.156v-63.844h64zM384 640v-544h32v544h-32zM512 640v-544h32v544h-32zM640 640v-544h32v544h-32zM448.094 832c-17.725 0-32.094-14.165-32.094-31.967v-64.033h224v64.033c0 17.655-14.012 31.967-32.094 31.967h-159.813z" /> +<glyph unicode="" glyph-name="documents" d="M223.918 799.945l0.083 0.055c0 0 0 0-0.001 0s0 0 0.001 0c0.126 35.38 28.694 64 63.917 64 0.209 35.38 28.854 64 64.171 64h351.912l192-224v-576.295c0-34.963-28.617-63.705-63.918-63.705-0.209-35.38-28.777-64-64-64-0.209-35.38-28.777-64-64-64h-480.165c-35.408 0-63.918 28.759-63.918 64.235v735.531c0 35.488 28.617 64.235 63.918 64.235v-0.055zM223.999 768c-17.672 0-31.999-14.568-31.999-31.855v-736.291c0-17.593 14.551-31.855 31.999-31.855h480.003c17.672 0 31.999 14.568 31.999 31.855l-448.082 0.145c-35.408 0-63.918 28.759-63.918 64.235v703.765c0 0 0 0-0.001 0.001v-0.001zM287.999 832c-17.672 0-31.999-14.568-31.999-31.855v-736.291c0-17.593 14.551-31.855 31.999-31.855h480.003c17.672 0 31.999 14.568 31.999 31.855v0.145h-448.082c-35.408 0-63.918 28.759-63.918 64.235v703.765h-0.001zM672 896h-320.142c-17.595 0-31.858-14.568-31.858-31.855v-736.291c0-17.593 14.551-31.855 31.999-31.855h480.003c17.672 0 31.999 14.238 31.999 31.789v544.211h-128.067c-35.309 0-63.933 28.37-63.933 64.189v159.811zM704 880v-143.719c0-17.828 14.421-32.281 31.896-32.281h118.503l-150.398 176z" /> +<glyph unicode="" glyph-name="documents1" d="M287.918 864c0.209 35.38 28.937 64 64.355 64h319.727v-192.061c0-35.565 28.739-63.939 64.189-63.939h159.811v-544.082c0-35.408-28.617-63.918-63.918-63.918-0.209-35.38-28.777-64-64-64-0.209-35.38-28.777-64-64-64h-480.165c-35.408 0-63.918 28.759-63.918 64.235v735.531c0 35.488 28.617 64.235 63.918 64.235 0.082 35.253 28.699 64 64 64v0zM224 64.235l-0.001 703.765c-17.672 0-31.999-14.568-31.999-31.855v-736.291c0-17.593 14.551-31.855 31.999-31.855h480.003c17.672 0 31.999 14.568 31.999 31.855l-448.082 0.145c-35.408 0-63.918 28.759-63.918 64.235zM256 800.145v-736.291c0-17.593 14.551-31.855 31.999-31.855h480.003c17.672 0 31.999 14.568 31.999 31.855l-448.082 0.145c-35.408 0-63.918 28.759-63.918 64.235v703.765c-17.674 0-32-14.568-32-31.855v0zM704 928v-191.906c0-17.725 14.431-32.094 31.705-32.094h160.295l-192 224z" /> +<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="documents2" d="M736 560v-432h128.001c17.672 0 31.999 14.238 31.999 31.789v544.211h-128.067c-35.309 0-63.933 28.37-63.933 64.189v159.811h-320.142c-17.595 0-31.858-14.568-31.858-31.855v-96.145h192l192-224v-16zM320 800v95.765c0 35.488 28.693 64.235 64.088 64.235h351.912l192-224v-576.295c0-34.963-28.617-63.705-63.918-63.705h-128.082v-96.295c0-34.963-28.617-63.705-63.918-63.705h-480.165c-35.408 0-63.918 28.759-63.918 64.235v735.531c0 35.488 28.693 64.235 64.088 64.235h127.912zM736 912v-143.719c0-17.828 14.421-32.281 31.896-32.281h118.503l-150.398 176zM512 768h-320.142c-17.595 0-31.858-14.568-31.858-31.855v-736.291c0-17.593 14.551-31.855 31.999-31.855h480.003c17.672 0 31.999 14.238 31.999 31.789v544.211h-128.067c-35.309 0-63.933 28.37-63.933 64.189v159.811zM544 752v-143.719c0-17.828 14.421-32.281 31.896-32.281h118.503l-150.398 176z" /> +<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="documents3" d="M736 96h128.082c35.301 0 63.918 28.51 63.918 63.918v544.082h-159.811c-35.451 0-64.189 28.375-64.189 63.939v192.061h-319.727c-35.497 0-64.273-28.747-64.273-64.235v-63.765h240l208-243.2v-492.8h-32v448h-159.811c-35.451 0-64.189 28.375-64.189 63.939v192.061h-319.727c-35.497 0-64.273-28.747-64.273-64.235v-735.531c0-35.476 28.51-64.235 63.918-64.235h480.165c35.301 0 63.918 28.51 63.918 63.918v96.082zM736 960v-191.906c0-17.725 14.431-32.094 31.705-32.094h160.295l-192 224zM544 800v-191.906c0-17.725 14.431-32.094 31.705-32.094h160.295l-192 224z" /> +<glyph unicode="" glyph-name="inbox-download" d="M480 448l-104 104-24-24 144-144 144 144-24 24-104-104v352h-32v-352zM544 608h172.801l140-224h-216.801v-64.067c0-35.189-28.616-63.933-63.917-63.933h-160.167c-35.249 0-63.917 28.624-63.917 63.933v64.067h-216.801l140 224h172.801v32h-192l-160-256v-288h800v288l-160 256h-192v-32zM672 352h192v-224h-736v224h192v-48c0-44.183 35.689-80 79.874-80h192.252c44.113 0 79.874 35.509 79.874 80v48z" /> +<glyph unicode="" glyph-name="inbox-download1" d="M480 448l-104 104-24-24 144-144 144 144-24 24-104-104v352h-32v-352zM640 384h216.801l-140 224h-172.801v32h192l160-256v-288h-800v288l160 256h192v-32h-172.801l-140-224h216.801v-64c0-35.346 28.667-64 63.917-64h160.167c35.3 0 63.917 28.407 63.917 64v64z" /> +<glyph unicode="" glyph-name="inbox-upload" d="M480 800l-104-104-24 24 144 144 144-144-24-24-104 104v-352h-32v352zM544 608h172.801l140-224h-216.801v-64.067c0-35.189-28.616-63.933-63.917-63.933h-160.167c-35.249 0-63.917 28.624-63.917 63.933v64.067h-216.801l140 224h172.801v32h-192l-160-256v-288h800v288l-160 256h-192v-32zM672 352h192v-224h-736v224h192v-48c0-44.183 35.689-80 79.874-80h192.252c44.113 0 79.874 35.509 79.874 80v48z" /> +<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="inbox-upload1" d="M480 800l-104-104-24 24 144 144 144-144-24-24-104 104v-352h-32v352zM640 384h216.801l-140 224h-172.801v32h192l160-256v-288h-800v288l160 256h192v-32h-172.801l-140-224h216.801v-64c0-35.346 28.667-64 63.917-64h160.167c35.3 0 63.917 28.407 63.917 64v64z" /> +<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="document-zip" d="M416 382.412v33.588h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h-96.142c-17.595 0-31.858-14.568-31.858-31.855v-736.291c0-17.593 14.551-31.855 31.999-31.855h480.003c17.672 0 31.999 14.238 31.999 31.789v544.211h-128.067c-35.309 0-63.933 28.37-63.933 64.189v159.811h-160v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-65.583c36.709-7.378 64-39.683 64-78.417 0-44.491-35.817-80-80-80-44.491 0-80 35.817-80 80 0 38.973 27.484 71.054 64 78.412v0 0zM832 640v-576.295c0-34.963-28.617-63.705-63.918-63.705h-480.165c-35.408 0-63.918 28.759-63.918 64.235v735.531c0 35.488 28.693 64.235 64.088 64.235h351.912l192-224zM640 816v-143.719c0-17.828 14.421-32.281 31.896-32.281h118.503l-150.398 176zM432 352c-26.51 0-48-21.306-48-48 0-26.51 21.306-48 48-48 26.51 0 48 21.306 48 48 0 26.51-21.306 48-48 48v0z" /> +<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="document-zip1" d="M416 382.412v33.588h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-127.727c-35.497 0-64.273-28.747-64.273-64.235v-735.531c0-35.476 28.51-64.235 63.918-64.235h480.165c35.301 0 63.918 28.51 63.918 63.918v544.082h-159.811c-35.451 0-64.189 28.375-64.189 63.939v192.061h-128v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-65.583c36.709-7.378 64-39.683 64-78.417 0-44.491-35.817-80-80-80-44.491 0-80 35.817-80 80 0 38.973 27.484 71.054 64 78.412v0 0zM640 864v-191.906c0-17.725 14.431-32.094 31.705-32.094h160.295l-192 224zM432 352c-26.51 0-48-21.306-48-48 0-26.51 21.306-48 48-48 26.51 0 48 21.306 48 48 0 26.51-21.306 48-48 48v0z" /> +<glyph unicode="" glyph-name="lock-rounded" d="M512 258.731v0c-18.643 6.589-32 24.369-32 45.269 0 26.51 21.49 48 48 48s48-21.49 48-48c0-20.9-13.357-38.679-32-45.269v-83.019c0-8.42-7.163-15.712-16-15.712-8.578 0-16 7.035-16 15.712v83.019zM480 239.994v-63.941c0-26.539 21.306-48.054 48-48.054 26.51 0 48 21.478 48 48.054v63.941c19.431 14.595 32 37.833 32 64.006 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-26.173 12.569-49.411 32-64.006v0 0zM288 512v112.025c0 132.561 107.452 239.976 240 239.976 132.279 0 240-107.441 240-239.976v-112.025c53.093-0.152 96-43.21 96-96.303v-159.697c0-141.097-114.602-256-255.971-256h-160.057c-141.214 0-255.971 114.615-255.971 256v159.697c0 53.437 42.955 96.152 96 96.303v0 0zM320 512h32v111.71c0 97.525 78.798 176.29 176 176.29 97.004 0 176-78.928 176-176.29v-111.71h32v112.21c0 114.759-93.359 207.79-208 207.79-114.875 0-208-93.061-208-207.79v-112.21zM384 512h288v111.973c0 79.544-64.633 144.027-144 144.027-79.529 0-144-64.296-144-144.027v-111.973zM287.918 480c-35.301 0-63.918-28.706-63.918-64.187v-159.813c0-123.712 100.399-224 223.807-224h160.387c123.605 0 223.807 100.54 223.807 224v159.813c0 35.45-28.51 64.187-63.918 64.187h-480.165z" /> +<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="lock-rounded1" d="M512 258.731v0c-18.643 6.589-32 24.369-32 45.269 0 26.51 21.49 48 48 48s48-21.49 48-48c0-20.9-13.357-38.679-32-45.269v-83.019c0-8.42-7.163-15.712-16-15.712-8.578 0-16 7.035-16 15.712v83.019zM288 512v0 0c-53.045-0.15-96-42.866-96-96.303v-159.697c0-141.385 114.757-256 255.971-256h160.057c141.369 0 255.971 114.903 255.971 256v159.697c0 53.093-42.907 96.151-96 96.303v112.025c0 132.535-107.721 239.976-240 239.976-132.548 0-240-107.415-240-239.976v-112.025zM384 512v111.973c0 79.731 64.471 144.027 144 144.027 79.367 0 144-64.483 144-144.027v-111.973h-288z" /> +<glyph unicode="" glyph-name="lock-rounded-open" d="M672 194.731v0 0c-18.643 6.589-32 24.369-32 45.269 0 26.51 21.49 48 48 48s48-21.49 48-48c0-20.9-13.357-38.679-32-45.269v-83.019c0-8.42-7.163-15.712-16-15.712-8.578 0-16 7.035-16 15.712v83.019zM640 175.994v-63.941c0-26.539 21.306-48.054 48-48.054 26.51 0 48 21.478 48 48.054v63.941c19.431 14.595 32 37.833 32 64.006 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-26.173 12.569-49.411 32-64.006v0 0zM544 448h383.719c53.222 0 96.281-43.116 96.281-96.303v-159.697c0-141.097-114.602-256-255.971-256h-160.057c-141.214 0-255.971 114.615-255.971 256v159.697c0 53.437 42.955 96.152 96 96.303v240.003c0 79.528-64.633 143.997-144 143.997-79.529 0-144-64.54-144-143.997v-127.997c0-26.427-21.49-48.005-48-48.005-26.694 0-48 21.493-48 48.005v128.019c0 132.561 107.452 239.976 240 239.976 132.279 0 240-107.441 240-239.976v-240.024zM512 687.977c0 114.888-93.359 208.023-208 208.023-114.875 0-208-93.439-208-208.023v-128.019c0-8.813 7.422-15.958 16-15.958v0c8.837 0 16 6.952 16 15.976v128.165c0 96.997 78.798 175.859 176 175.859 97.004 0 176-78.735 176-175.859v-240.141h32v239.977zM447.918 416c-35.301 0-63.918-28.706-63.918-64.187v-159.813c0-123.712 100.399-224 223.807-224h160.387c123.605 0 223.807 100.54 223.807 224v159.813c0 35.45-28.51 64.187-63.918 64.187h-480.165z" /> +<glyph unicode="" glyph-name="lock-rounded-open1" d="M672 194.731v-83.019c0-8.678 7.422-15.712 16-15.712 8.837 0 16 7.292 16 15.712v83.019c18.643 6.589 32 24.369 32 45.269 0 26.51-21.49 48-48 48s-48-21.49-48-48c0-20.9 13.357-38.679 32-45.269v0 0zM448 688.003c0 79.528-64.633 143.997-144 143.997-79.529 0-144-64.54-144-143.997v-127.976c0-26.313-21.49-48.027-48-48.027-26.694 0-48 21.502-48 48.027v127.998c0 132.561 107.452 239.976 240 239.976 132.279 0 240-107.441 240-239.976v-240.024h383.719c53.222 0 96.281-43.116 96.281-96.303v-159.697c0-141.097-114.602-256-255.971-256h-160.057c-141.214 0-255.971 114.615-255.971 256v159.697c0 53.437 42.955 96.152 96 96.303v240.003z" /> +<glyph unicode="" glyph-name="lock-rounded-open2" d="M768 656v-95.995c0-26.427-21.49-48.005-48-48.005-26.694 0-48 21.493-48 48.005v128.012c0 79.52-64.633 143.983-144 143.983-79.529 0-144-64.327-144-143.983v-224.034c0-5.402 0.298-10.735 0.879-15.983h383.121c53.093-0.152 96-43.21 96-96.303v-159.697c0-141.097-114.602-256-255.971-256h-160.057c-141.214 0-255.971 114.615-255.971 256v159.697c0 53.437 42.955 96.152 96 96.303v240.025c0 132.561 107.452 239.976 240 239.976 132.279 0 240-107.441 240-239.976v-32.024zM736 688.21c0 114.759-93.359 207.79-208 207.79-114.875 0-208-93.061-208-207.79v-224.421c0-5.312 0.2-10.578 0.593-15.79h31.407v239.71c0 97.525 78.798 176.29 176 176.29 97.004 0 176-78.928 176-176.29v-127.781c0-8.797 7.422-15.929 16-15.929v0c8.837 0 16 6.882 16 15.695v128.515zM512 194.731v0 0c-18.643 6.589-32 24.369-32 45.269 0 26.51 21.49 48 48 48s48-21.49 48-48c0-20.9-13.357-38.679-32-45.269v-83.019c0-8.42-7.163-15.712-16-15.712-8.578 0-16 7.035-16 15.712v83.019zM480 175.994v-63.941c0-26.539 21.306-48.054 48-48.054 26.51 0 48 21.478 48 48.054v63.941c19.431 14.595 32 37.833 32 64.006 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-26.173 12.569-49.411 32-64.006v0 0zM287.918 416c-35.301 0-63.918-28.706-63.918-64.187v-159.813c0-123.712 100.399-224 223.807-224h160.387c123.605 0 223.807 100.54 223.807 224v159.813c0 35.45-28.51 64.187-63.918 64.187h-480.165z" /> +<glyph unicode="" glyph-name="lock-rounded-open3" d="M512 194.731v0 0c-18.643 6.589-32 24.369-32 45.269 0 26.51 21.49 48 48 48s48-21.49 48-48c0-20.9-13.357-38.679-32-45.269v-83.019c0-8.42-7.163-15.712-16-15.712-8.578 0-16 7.035-16 15.712v83.019zM768 656v32.024c0 132.535-107.721 239.976-240 239.976-132.548 0-240-107.415-240-239.976v-240.025c-53.045-0.15-96-42.866-96-96.303v-159.697c0-141.385 114.757-256 255.971-256h160.057c141.369 0 255.971 114.903 255.971 256v159.697c0 53.093-42.907 96.151-96 96.303h-383.121c-0.581 5.248-0.879 10.581-0.879 15.983v224.034c0 79.656 64.471 143.983 144 143.983 79.367 0 144-64.463 144-143.983v-115.984c0-33.155 21.306-60.033 48-60.033 26.51 0 48 27.142 48 60.033v83.967z" /> +<glyph unicode="" glyph-name="printer-text" d="M832 96v-32.012c0-35.59-28.617-63.988-63.918-63.988h-480.165c-35.408 0-63.918 28.648-63.918 63.988v32.012h-64.183c-52.919 0-95.817 42.972-95.817 95.982v288.037c0 52.962 42.899 95.982 95.817 95.982h64.183v224.012c0 35.59 28.617 63.988 63.918 63.988h480.165c35.408 0 63.918-28.648 63.918-63.988v-224.012h64.183c52.919 0 95.817-42.972 95.817-95.982v-288.037c0-52.962-42.899-95.982-95.817-95.982h-64.183zM224 128v192h608v-192h63.765c35.476 0 64.235 28.593 64.235 64.088v287.823c0 35.395-28.747 64.088-64.235 64.088h-735.531c-35.476 0-64.235-28.593-64.235-64.088v-287.823c0-35.395 28.747-64.088 64.235-64.088h63.765zM287.999 832c-17.672 0-31.999-14.497-31.999-31.905v-224.095h544v224.095c0 17.621-14.551 31.905-31.999 31.905h-480.003zM256 288v-224.095c0-17.621 14.551-31.905 31.999-31.905h480.003c17.672 0 31.999 14.497 31.999 31.905v224.095h-544zM800 416c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM288 224v-32h480v32h-480zM288 128v-32h480v32h-480z" /> +<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="printer-text1" d="M224 608v192.083c0 35.249 28.617 63.917 63.918 63.917h480.165c35.408 0 63.918-28.616 63.918-63.917v-192.083h-608zM192 96h-32.183c-52.919 0-95.817 42.972-95.817 95.982v288.037c0 52.962 42.899 95.982 95.817 95.982h736.366c52.919 0 95.817-42.972 95.817-95.982v-288.037c0-52.962-42.899-95.982-95.817-95.982h-32.183v256h-672v-256zM224 320h608v-256.012c0-35.59-28.617-63.988-63.918-63.988h-480.165c-35.408 0-63.918 28.648-63.918 63.988v256.012zM800 416c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM288 224v-32h480v32h-480zM288 128v-32h480v32h-480z" /> +<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="cloud-download" d="M480 88l-104 104-24-24 144-144 144 144-24 24-104-104v360h-32v-360zM448 256h-223.91c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 83.694 0 154.881-53.551 181.166-128.257 24.779 20.167 56.395 32.257 90.834 32.257 75.467 0 137.375-58.053 143.502-131.938v0c55.362-14.081 96.498-64.286 96.498-124.062 0-70.549-57.348-128-128.090-128h-223.91v-32h224.018c88.356 0 159.982 71.814 159.982 160 0 67.085-41.175 124.528-99.748 148.304v0c-16.731 79.784-87.495 139.696-172.252 139.696-27.613 0-53.74-6.359-76.998-17.692-38.484 67.886-111.394 113.692-195.002 113.692-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169v0c-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h224.018v32z" /> +<glyph unicode="" glyph-name="cloud-download1" d="M512 224h256.018c88.356 0 159.982 71.814 159.982 160 0 67.085-41.175 124.528-99.748 148.304v0c-16.731 79.784-87.495 139.696-172.252 139.696-27.613 0-53.74-6.359-76.998-17.692-38.484 67.886-111.394 113.692-195.002 113.692-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169v0c-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h256.018v-136l-104 104-24-24 144-144 144 144-24 24-104-104v136zM480 448v-224h32v224h-32z" /> +<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="cloud-upload" d="M480 448l-104-104-24 24 144 144 144-144-24-24-104 104v-352h-32v352zM448 288h-223.91c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 83.694 0 154.881-53.551 181.166-128.257 24.779 20.167 56.395 32.257 90.834 32.257 75.467 0 137.375-58.053 143.502-131.938v0c55.362-14.081 96.498-64.286 96.498-124.062 0-70.549-57.348-128-128.090-128h-223.91v-32h224.018c88.356 0 159.982 71.814 159.982 160 0 67.085-41.175 124.528-99.748 148.304v0c-16.731 79.784-87.495 139.696-172.252 139.696-27.613 0-53.74-6.359-76.998-17.692-38.484 67.886-111.394 113.692-195.002 113.692-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169v0c-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h224.018v32z" /> +<glyph unicode="" glyph-name="cloud-upload1" d="M512 256h256.018c88.356 0 159.982 71.814 159.982 160 0 67.085-41.175 124.528-99.748 148.304v0c-16.731 79.784-87.495 139.696-172.252 139.696-27.613 0-53.74-6.359-76.998-17.692-38.484 67.886-111.394 113.692-195.002 113.692-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169v0c-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h256.018v192l-104-104-24 24 144 144 144-144-24-24-104 104v-192zM480 256v-160h32v160h-32z" /> +<glyph unicode="" glyph-name="pen-angled" d="M718.183 571.189l-361.159-361.586-83.378 83.378 361.347 361.398 83.19-83.19zM740.797 593.83l-83.178 83.178 55.274 55.282c12.523 12.525 32.766 12.428 45.33-0.102l37.754-37.65c12.541-12.506 12.633-32.815 0.153-45.309l-55.334-55.399zM252.919 268.454l79.851-79.851-100.317-19.755 20.465 99.606zM224 288l-32-160 160 32 466.563 466.563c25.094 25.094 25.155 65.719 0.309 90.565l-37.744 37.744c-24.924 24.924-65.199 25.057-90.565-0.309l-466.563-466.563z" /> +<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="pen-angled1" d="M763.3 571.3l55.2 55.2c25.1 25.1 25.2 65.7 0.3 90.6l-37.7 37.7c-24.9 24.9-65.2 25.1-90.6-0.3l-55.2-55.2 128-128zM228.7 292.7l-4.7-4.7-32-160 160 32 4.7 4.7zM251.336 315.329l361.399 361.399 127.985-127.985-361.399-361.399-127.985 127.985z" /> +<glyph unicode="" glyph-name="box" d="M96 560v16l160 256h480l160-256v-512h-800v496zM135.199 576h721.602l-140 224h-441.602l-140-224zM128 544v-448h736v448h-736zM415.917 384h160.167c35.249 0 63.917-28.654 63.917-64 0-35.593-28.616-64-63.917-64h-160.167c-35.249 0-63.917 28.654-63.917 64 0 35.593 28.616 64 63.917 64zM416.094 352c-17.725 0-32.094-14.204-32.094-32 0-17.673 14.012-32 32.094-32h159.813c17.725 0 32.094 14.204 32.094 32 0 17.673-14.012 32-32.094 32h-159.813z" /> +<glyph unicode="" glyph-name="box1" d="M96 576l160 256h480l160-256v-512h-800v512zM856.801 576l-140 224h-441.602l-140-224h721.602zM415.917 384c-35.3 0-63.917-28.407-63.917-64 0-35.346 28.667-64 63.917-64h160.167c35.3 0 63.917 28.407 63.917 64 0 35.346-28.667 64-63.917 64h-160.167z" /> +<glyph unicode="" glyph-name="box-filled" d="M96 576l160 256h480l160-256v-512h-800v512zM856.801 576l-140 224h-441.602l-140-224h721.602zM128 544v-448h736v448h-736zM415.917 384h160.167c35.249 0 63.917-28.654 63.917-64 0-35.593-28.616-64-63.917-64h-160.167c-35.249 0-63.917 28.654-63.917 64 0 35.593 28.616 64 63.917 64zM416.094 352c-17.725 0-32.094-14.204-32.094-32 0-17.673 14.012-32 32.094-32h159.813c17.725 0 32.094 14.204 32.094 32 0 17.673-14.012 32-32.094 32h-159.813zM320 768l-19.199-32h390.398l-19.199 32h-352zM278.398 704l-19.199-32h473.602l-19.199 32h-435.203zM240 640l-19.199-32h550.398l-19.199 32h-512z" /> +<glyph unicode="" glyph-name="box-filled1" d="M96 576l160 256h480l160-256v-512h-800v512zM856.801 576l-140 224h-441.602l-140-224h721.602zM415.917 384c-35.3 0-63.917-28.407-63.917-64 0-35.346 28.667-64 63.917-64h160.167c35.3 0 63.917 28.407 63.917 64 0 35.346-28.667 64-63.917 64h-160.167zM320 768l-19.199-32h390.398l-19.199 32h-352zM278.398 704l-19.199-32h473.602l-19.199 32h-435.203zM240 640l-19.199-32h550.398l-19.199 32h-512z" /> +<glyph unicode="" glyph-name="box2" d="M96 624v16l160 256h480l160-256v-640h-800v624zM135.199 640h721.602l-140 224h-441.602l-140-224zM128 480v-448h736v448h-736zM415.917 320h160.167c35.249 0 63.917-28.654 63.917-64 0-35.593-28.616-64-63.917-64h-160.167c-35.249 0-63.917 28.654-63.917 64 0 35.593 28.616 64 63.917 64zM416.094 288c-17.725 0-32.094-14.204-32.094-32 0-17.673 14.012-32 32.094-32h159.813c17.725 0 32.094 14.204 32.094 32 0 17.673-14.012 32-32.094 32h-159.813zM128 608v-96h736v96h-736z" /> +<glyph unicode="" glyph-name="box3" d="M896 608v-96h-800v96h800zM96 480h800v-480h-800v480zM256 896l-160-256h800l-160 256h-480zM415.917 320c-35.3 0-63.917-28.407-63.917-64 0-35.346 28.667-64 63.917-64h160.167c35.3 0 63.917 28.407 63.917 64 0 35.346-28.667 64-63.917 64h-160.167z" /> +<glyph unicode="" glyph-name="box4" d="M128 544h-64v256h864v-256h-64v-480h-736v480zM160 544v-448h672v448h-672zM96 768v-192h800v192h-800zM415.917 384h160.167c35.249 0 63.917-28.654 63.917-64 0-35.593-28.616-64-63.917-64h-160.167c-35.249 0-63.917 28.654-63.917 64 0 35.593 28.616 64 63.917 64zM416.094 352c-17.725 0-32.094-14.204-32.094-32 0-17.673 14.012-32 32.094-32h159.813c17.725 0 32.094 14.204 32.094 32 0 17.673-14.012 32-32.094 32h-159.813z" /> +<glyph unicode="" glyph-name="box5" d="M864 544v-480h-736v480h736zM928 576v224h-864v-224h864zM415.917 384c-35.3 0-63.917-28.407-63.917-64 0-35.346 28.667-64 63.917-64h160.167c35.3 0 63.917 28.407 63.917 64 0 35.346-28.667 64-63.917 64h-160.167z" /> +<glyph unicode="" glyph-name="box-bookmark" d="M736 512h96v-448h-672v448h384v-288l96 96 96-96v288zM128 512v-480h736v480h64v256h-864v-256h64zM96 736h800v-192h-800v192zM576 512h128v-211.199l-64 64-64-64v211.199z" /> +<glyph unicode="" glyph-name="box-bookmark1" d="M864 512v-480h-736v480h416v-288l96 96 96-96v288h128zM928 544v224h-864v-224h864zM576 512v-211.199l64 64 64-64v211.199h-128z" /> +<glyph unicode="" glyph-name="tag" d="M448 832l428.189-428.189c25.061-25.061 25.188-65.634 0.241-90.58l-229.661-229.661c-24.909-24.909-65.501-24.838-90.58 0.241l-428.189 428.189v256.012c0 35.59 28.648 63.988 63.988 63.988h256.012zM432 800h-239.73c-17.822 0-32.27-14.624-32.27-32.27v-239.73l419.195-421.477c12.433-12.5 32.592-12.485 44.942-0.051l229.235 230.8c12.388 12.473 12.327 32.604-0.188 45.015l-421.184 417.713zM304 576v0c-44.183 0-80 35.817-80 80s35.817 80 80 80c44.183 0 80-35.817 80-80s-35.817-80-80-80zM304 608c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<glyph unicode="" glyph-name="tag1" d="M448 832l428.189-428.189c25.061-25.061 25.188-65.634 0.241-90.58l-229.661-229.661c-24.909-24.909-65.501-24.838-90.58 0.241l-428.189 428.189v256.012c0 35.59 28.648 63.988 63.988 63.988h256.012zM304 608c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<glyph unicode="" glyph-name="tags" d="M200.493 800v0 0c11.047 19.192 31.762 32 55.495 32h256.012l428.189-428.189c25.061-25.061 25.188-65.634 0.241-90.58l-229.661-229.661c-20.273-20.273-50.933-23.999-75.164-11.164l-20.836-20.836c-24.909-24.909-65.501-24.838-90.58 0.241l-428.189 428.189v256.012c0 35.59 28.648 63.988 63.988 63.988h40.505zM192 768h-31.73c-17.822 0-32.27-14.624-32.27-32.27v-239.73l419.195-421.477c12.433-12.5 32.592-12.485 44.942-0.051l18.632 18.759-418.769 418.769v256zM496 800h-239.73c-17.822 0-32.27-14.624-32.27-32.27v-239.73l419.195-421.477c12.433-12.5 32.592-12.485 44.942-0.051l229.235 230.8c12.388 12.473 12.327 32.604-0.188 45.015l-421.184 417.713zM368 576v0c-44.183 0-80 35.817-80 80s35.817 80 80 80c44.183 0 80-35.817 80-80s-35.817-80-80-80zM368 608c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<glyph unicode="" glyph-name="tags1" d="M159.988 800c-35.339 0-63.988-28.398-63.988-63.988v-256.012l428.189-428.189c22.925-22.925 58.812-24.954 83.834-6.107l-448.022 450.296v303.783c0 0.072 0 0.145 0.001 0.217h-0.013zM512 832l428.189-428.189c25.061-25.061 25.188-65.634 0.241-90.58l-229.661-229.661c-24.909-24.909-65.501-24.838-90.58 0.241l-428.189 428.189v256.012c0 35.59 28.648 63.988 63.988 63.988h256.012zM368 608c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<glyph unicode="" glyph-name="basketball" d="M511.686 32.628v383.686h-128.314c-4.306-109.458-52.596-207.615-127.686-277.287 67.732-62.845 157.269-102.515 256-106.399v0zM211.218 187.644c-49.322 63.702-79.836 142.7-83.218 228.67h223.344c-4.303-100.588-48.984-190.717-118.247-254.591 0.433-0.471-14.558 16.465-21.879 25.921v0zM822.274 161.723c62.091 67.562 101.24 156.543 105.097 254.591v0h-223.344c4.303-100.588 48.984-190.717 118.247-254.591v0 0zM799.686 139.027c-67.732-62.845-157.269-102.515-256-106.399v0 383.686h128.314c4.306-109.458 52.596-207.615 127.686-277.287v0 0zM822.274 702.905c62.091-67.562 101.24-156.543 105.097-254.591v0h-223.344c4.303 100.588 48.984 190.717 118.247 254.591v0 0zM799.686 725.601c-67.732 62.845-157.269 102.515-256 106.399v-383.686h128.314c4.306 109.458 52.596 207.615 127.686 277.287v0zM233.097 702.905c-62.091-67.562-101.24-156.543-105.097-254.591v0h223.344c-4.303 100.588-48.984 190.717-118.247 254.591v0zM255.686 725.601c67.732 62.845 157.269 102.515 256 106.399v0-383.686h-128.314c-4.306 109.458-52.596 207.615-127.686 277.287v0z" /> +<glyph unicode="" glyph-name="baseball" d="M800 138.713c-71.373-66.223-166.958-106.713-272-106.713s-200.627 40.489-272 106.713v0 0c17.326 16.076 33.225 33.668 47.486 52.566l23.542-17.104 18.809 25.889-24.105 17.514c15.885 24.968 29.077 51.816 39.168 80.136l29.764-9.671 9.889 30.434-30.136 9.792c7.536 28.141 12.079 57.506 13.268 87.733h32.314v32h-32.314c-1.189 30.227-5.732 59.592-13.268 87.733l30.136 9.792-9.889 30.434-29.764-9.671c-10.091 28.32-23.283 55.168-39.168 80.136l24.105 17.514-18.809 25.889-23.542-17.104c-14.261 18.898-30.16 36.49-47.486 52.566v0c71.373 66.223 166.958 106.713 272 106.713s200.627-40.489 272-106.713v0c-17.326-16.076-33.225-33.668-47.486-52.566l-23.542 17.104-18.809-25.889 24.105-17.514c-15.885-24.968-29.077-51.816-39.168-80.136l-29.764 9.671-9.889-30.434 30.136-9.792c-7.536-28.141-12.079-57.506-13.268-87.733h-32.314v-32h32.314c1.189-30.227 5.732-59.592 13.268-87.733v0l-30.136-9.792 9.889-30.434 29.764 9.671c10.091-28.32 23.283-55.168 39.168-80.136l-24.105-17.514 18.809-25.889 23.542 17.104c14.261-18.898 30.16-36.49 47.486-52.566v0 0 0zM840.56 182.365c54.72 68.424 87.44 155.209 87.44 249.635 0 104.352-39.959 199.371-105.411 270.591-16.126-14.871-30.919-31.165-44.18-48.683l28.229-20.509-18.809-25.889-27.615 20.063c-13.979-22.238-25.644-46.078-34.659-71.181l31.082-10.099-9.889-30.434-30.679 9.968c-6.573-25.002-10.582-51.044-11.727-77.827h31.658v-32h-31.658c1.146-26.783 5.154-52.825 11.727-77.827l30.679 9.968 9.889-30.434-31.082-10.099c9.015-25.103 20.68-48.942 34.659-71.181l27.615 20.063 18.809-25.889-28.229-20.509c13.261-17.518 28.055-33.812 44.18-48.683-0.433-0.471 11.82 13.263 17.972 20.955v0zM212.641 185.905c-53.035 67.866-84.641 153.289-84.641 246.095 0 104.352 39.959 199.371 105.411 270.591 16.126-14.871 30.919-31.165 44.18-48.683l-28.229-20.509 18.809-25.889 27.615 20.063c13.979-22.238 25.644-46.078 34.659-71.181l-31.082-10.099 9.889-30.434 30.679 9.968c6.573-25.002 10.582-51.044 11.727-77.827h-31.658v-32h31.658c-1.146-26.783-5.154-52.825-11.727-77.827l-30.679 9.968-9.889-30.434 31.082-10.099c-9.015-25.103-20.68-48.942-34.659-71.181l-27.615 20.063-18.809-25.889 28.229-20.509c-13.261-17.518-28.055-33.812-44.18-48.683 0.433-0.471-13.778 15.548-20.771 24.496v0z" /> +<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="tennis-ball" d="M800 725.287c-71.373 66.223-166.958 106.713-272 106.713s-200.627-40.489-272-106.713v0c78.731-73.051 128-177.415 128-293.287s-49.269-220.236-128-293.287c71.373-66.223 166.958-106.713 272-106.713s200.627 40.489 272 106.713c-78.731 73.051-128 177.415-128 293.287s49.269 220.236 128 293.287v0 0zM822.589 702.591c65.452-71.219 105.411-166.239 105.411-270.591s-39.959-199.371-105.411-270.591c-72.915 67.242-118.589 163.583-118.589 270.591s45.673 203.349 118.589 270.591v0 0zM233.411 702.591c-65.452-71.219-105.411-166.239-105.411-270.591s39.959-199.371 105.411-270.591c72.915 67.242 118.589 163.583 118.589 270.591s-45.673 203.349-118.589 270.591v0z" /> +<glyph unicode="" glyph-name="lock" 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="bowling-ball" d="M528 32v0c-220.914 0-400 179.086-400 400s179.086 400 400 400c220.914 0 400-179.086 400-400s-179.086-400-400-400zM528 64c203.241 0 368 164.759 368 368s-164.759 368-368 368c-203.241 0-368-164.759-368-368s164.759-368 368-368v0zM528 544c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM624 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM432 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<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="bowling-ball1" d="M528 32v0c-220.914 0-400 179.086-400 400s179.086 400 400 400c220.914 0 400-179.086 400-400s-179.086-400-400-400zM528 544c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM624 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM432 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<glyph unicode="" glyph-name="billiard-ball" d="M576.008 432c19.427-14.596 31.992-37.83 31.992-64 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 26.17 12.565 49.404 31.992 64-19.427 14.596-31.992 37.83-31.992 64 0 44.183 35.817 80 80 80s80-35.817 80-80c0-26.17-12.565-49.404-31.992-64v0 0zM528 32v0c-220.914 0-400 179.086-400 400s179.086 400 400 400c220.914 0 400-179.086 400-400s-179.086-400-400-400zM528 64c203.241 0 368 164.759 368 368s-164.759 368-368 368c-203.241 0-368-164.759-368-368s164.759-368 368-368v0zM528 224c114.875 0 208 93.125 208 208s-93.125 208-208 208c-114.875 0-208-93.125-208-208s93.125-208 208-208v0zM528 320c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM528 448c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<glyph unicode="" glyph-name="billiard-ball1" d="M576.008 432c19.427-14.596 31.992-37.83 31.992-64 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 26.17 12.565 49.404 31.992 64-19.427 14.596-31.992 37.83-31.992 64 0 44.183 35.817 80 80 80s80-35.817 80-80c0-26.17-12.565-49.404-31.992-64v0 0zM528 32v0c-220.914 0-400 179.086-400 400s179.086 400 400 400c220.914 0 400-179.086 400-400s-179.086-400-400-400zM528 224c114.875 0 208 93.125 208 208s-93.125 208-208 208c-114.875 0-208-93.125-208-208s93.125-208 208-208v0zM528 320c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM528 448c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z" /> +<glyph unicode="" glyph-name="soccer-ball" d="M282.096 494.362l113.485-48.172 40.052-137.68-78.856-81.658-129.431-7.11c-39.496 55.842-63.826 123.172-66.993 195.993l121.743 78.626zM284.936 527.92l-49.333 127.558c41.686 54.459 98.242 96.933 163.603 121.355l112.794-91.809v-122.047l-106.134-86.389-120.929 51.331zM387.908 213.023l72.404 74.977h131.769l75.234-77.907-34.756-131.027c-33.143-9.804-68.237-15.066-104.559-15.066s-71.416 5.262-104.559 15.066l-35.533 133.957zM695.414 227.061l-75.882 78.579 41.276 141.887 112.002 47.542 122.837-79.333c-3.167-72.821-27.497-140.151-66.993-195.993l-133.24 7.319zM771.606 529.321l-122.417-51.963-105.188 85.619v122.047l112.794 91.809c65.361-24.423 121.917-66.896 163.603-121.355l-48.791-126.156zM528 32c220.914 0 400 179.086 400 400s-179.086 400-400 400c-220.914 0-400-179.086-400-400s179.086-400 400-400v0z" /> +<glyph unicode="" glyph-name="soccer-court" d="M64 288v-96.082c0-35.301 28.791-63.918 63.785-63.918h384.215v160.879c-71.999 7.959-128 69-128 143.121s56.001 135.162 128 143.121v160.879h-384.215c-35.228 0-63.785-28.51-63.785-63.918v-96.082h160v-288h-160zM992 288v-96.082c0-35.408-28.558-63.918-63.785-63.918h-384.215v160.879c71.999 7.959 128 69 128 143.121s-56.001 135.162-128 143.121v160.879h384.215c34.994 0 63.785-28.617 63.785-63.918v-96.082h-160v-288h160zM544 321.134c54.277 7.764 96 54.442 96 110.866s-41.723 103.102-96 110.866v-221.732zM512 542.866c-54.277-7.764-96-54.442-96-110.866s41.723-103.102 96-110.866v221.732zM864 544v-224h128v224h-128zM64 544v-224h128v224h-128z" /> +<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="football" d="M640 416h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-32v64h-64v32h64v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h64v-32h-64v-64h-32v64zM288 250.348c62.912-33.601 142.382-58.348 240-58.348s177.088 24.747 240 58.348v0 363.304c-62.912 33.601-142.382 58.348-240 58.348s-177.088-24.747-240-58.348v-363.304zM256 269.024c-110.513 70.188-160 162.976-160 162.976s49.487 92.788 160 162.976v-325.952zM800 269.024c110.513 70.188 160 162.976 160 162.976s-49.487 92.788-160 162.976v-325.952z" /> +<glyph unicode="" glyph-name="football1" d="M640 416h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-32v64h-64v32h64v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h64v-32h-64v-64h-32v64zM528 672c-304 0-432-240-432-240s128-240 432-240c304 0 432 240 432 240s-128 240-432 240v0z" /> +<glyph unicode="" glyph-name="basketball1" d="M130.823 384.31c-1.864 15.663-2.823 31.604-2.823 47.768 0 89.682 29.514 172.471 79.359 239.184 97.296-5.078 188.373-33.648 267.665-80.144-59.714-122.576-185.505-207.039-331.024-207.039-3.807 0-12.579 0.21-13.177 0.232v0zM135.985 352.157c37.031-182.618 198.47-320.079 392.015-320.079 10.614 0 21.132 0.413 31.537 1.225v0c-10.117 35.177-15.537 72.343-15.537 110.775 0 108.873 43.496 207.586 114.060 279.711-42.233 59.126-95.072 110.155-155.739 150.309-65.492-131.599-201.347-222.020-358.321-222.020-2.678 0-5.349 0.026-8.015 0.079v0 0zM503.443 831.337c-107.221-6.494-203.043-55.225-271.044-129.773v0c92.431-8.281 179.057-36.716 255.451-80.879 15.603 40.807 24.15 85.102 24.15 131.393 0 27.21-2.953 53.731-8.557 79.259v0 0zM536.015 832c178.963-3.517 329.114-124.568 376.448-289.146-88.051-6.867-168.098-42.246-230.918-96.911-45.107 62.22-101.42 115.787-165.976 157.739 18.342 45.886 28.431 95.963 28.431 148.397 0 27.369-2.749 54.097-7.985 79.921v0zM767.184 111.438c-50.565-37.78-110.366-63.88-175.404-74.302v0c-10.262 33.843-15.78 69.748-15.78 106.943 0 97.78 38.136 186.654 100.345 252.558 52.801-83.282 85.382-180.65 90.839-285.199v0 0zM797.486 136.478c80.195 73.152 130.514 178.5 130.514 295.6 0 27.129-2.701 53.627-7.848 79.24-84.34-5.395-160.952-39.2-220.368-91.948 53.763-82.827 88.413-179.207 97.702-282.892v0 0z" /> +<glyph unicode="" glyph-name="baseball-set" d="M889.017 183.503c-7.072 67.384-60.616 120.928-128 128v0c0.524-4.997 0.793-10.071 0.793-15.207 0-79.529-64.471-144-144-144-5.136 0-10.209 0.269-15.207 0.793 7.072-67.384 60.616-120.928 128-128-0.524 4.997-0.793 10.071-0.793 15.207 0 79.529 64.471 144 144 144 5.136 0 10.209-0.269 15.207-0.793v0zM888.818 151.299c-7.754-65.944-60.066-118.257-126.011-126.011-0.657 4.909-0.997 9.919-0.997 15.007 0 61.856 50.144 112 112 112 5.089 0 10.098-0.339 15.007-0.997v0zM728.814 311.304c-65.944-7.754-118.257-60.066-126.011-126.011 4.909-0.657 9.919-0.997 15.007-0.997 61.856 0 112 50.144 112 112 0 5.089-0.339 10.098-0.997 15.007v0zM419.748 451.849l-236.467-267.996 73.123-73.123 267.996 236.467-104.652 104.652zM440.961 475.891l312.382 354.033c38.524 43.661 102.629 45.543 143.55 4.622l10.203-10.203c40.891-40.891 38.852-105.191-4.622-143.55l-354.033-312.382-107.48 107.48zM234.493 87.386c5.917-16.866 2.166-36.414-11.321-49.901-18.876-18.876-49.139-18.743-67.886 0.004l-45.247 45.247c-18.687 18.687-18.749 49.141-0.004 67.886 13.563 13.563 33.004 17.312 49.829 11.394l74.629-74.629z" /> +<glyph unicode="" glyph-name="trophy" d="M672 160v96h-128v128c106.054 0.092 192 85.871 192 191.778v0.222c112 48 128 288 128 288h-672c0 0 16-240 128-288v-0.222c0-105.86 86.103-191.686 192-191.778v-128h-128v-96h-96v-128h480v128h-96zM320 832v-220.8c-75.066 53.739-92.8 220.8-92.8 220.8h92.8zM735.438 832h92.812c0 0-17.746-166.431-92.812-220.17v220.17z" /> +<glyph unicode="" glyph-name="weights" d="M736 416h-416v-111.794c0-26.717-21.49-48.206-48-48.206-26.694 0-48 21.583-48 48.206v18.524c-5.004-1.769-10.39-2.73-16-2.73-26.694 0-48 21.514-48 48.054v47.946h-64v32h64v47.946c0 26.576 21.49 48.054 48 48.054 5.622 0 11.005-0.954 16-2.709v0 18.503c0 26.717 21.49 48.206 48 48.206 26.694 0 48-21.583 48-48.206v-111.794h416v111.794c0 26.717 21.49 48.206 48 48.206 26.694 0 48-21.583 48-48.206v-18.524c5.004 1.769 10.39 2.73 16 2.73 26.694 0 48-21.514 48-48.054v-47.946h64v-32h-64v-47.946c0-26.576-21.49-48.054-48-48.054-5.622 0-11.005 0.954-16 2.709v-18.503c0-26.717-21.49-48.206-48-48.206-26.694 0-48 21.583-48 48.206v111.794z" /> +<glyph unicode="" glyph-name="boxing-glove" d="M415.471 542.456v0c1.293-0.46 2.677-0.947 4.147-1.459 11.754-4.093 24.609-8.191 38.123-12.012 23.103-6.533 45.659-11.558 66.666-14.481 13.233-1.842 25.571-2.803 36.831-2.803 29.268 0 59.639 6.001 89.198 16.031 10.395 3.527 19.927 7.303 28.367 11.066 4.983 2.222 8.432 3.912 10.121 4.805l14.963-28.286c-2.3-1.217-6.389-3.22-12.052-5.745-9.305-4.149-19.747-8.285-31.117-12.143-32.624-11.070-66.319-17.728-99.48-17.728-12.839 0-26.627 1.075-41.242 3.109-22.607 3.146-46.549 8.48-70.963 15.384-14.161 4.005-27.614 8.293-39.939 12.585-1.669 0.581-3.237 1.134-4.7 1.656-30.919 0.463-116.394-3.746-116.394-64.432 0-100.164 96-94.887 124.8-192h355.2v320.167c0 88.273-71.657 159.833-160.035 159.833h-31.93c-88.385 0-160.23-71.491-160.472-159.811l-0.092-33.734zM384 224c0 98.445-127.705 96-128 224-0.221 96 128 96 128 96v32.094c0 105.943 86.037 191.906 192.17 191.906h31.66c105.974 0 192.17-85.869 192.17-191.794v-416.206c0-35.593-28.693-64-64.088-64h-287.823c-35.495 0-64.088 28.654-64.088 64v64zM416 224v-64.033c0-17.655 14.235-31.967 31.858-31.967h288.283c17.595 0 31.858 14.165 31.858 31.967v64.033h-352zM448 192v-32h128v32h-128z" /> +<glyph unicode="" glyph-name="boxing-glove1" d="M256 448c0.259-112.354 98.684-124.204 122.742-192h421.258v320.206c0 105.925-86.195 191.794-192.17 191.794h-31.66c-106.132 0-192.17-85.964-192.17-191.906v-18.688c15.46-7.697 27.16-13.393 28.334-13.82 49.433-17.964 104.591-31.887 148.905-31.887 29.268 0 59.639 6.001 89.198 16.031 10.395 3.527 19.927 7.303 28.367 11.066 4.983 2.222 8.432 3.912 10.121 4.805l14.963-28.286c-2.3-1.217-6.389-3.22-12.052-5.745-9.305-4.149-19.747-8.285-31.117-12.143-32.624-11.070-66.319-17.728-99.48-17.728-49.064 0-107.115 14.654-159.834 33.812-3.025 1.099-13.361 6.133-32.161 15.495-7.276 3.625-14.391 7.187-21.481 10.75-38.037-7.619-91.905-29.503-91.762-91.756v0zM384 224h416v-64c0-35.593-28.693-64-64.088-64h-287.823c-35.495 0-64.088 28.654-64.088 64v64zM448 192v-32h128v32h-128z" /> +<glyph unicode="" glyph-name="whistle" d="M262.817 402.889v0 0c-10.767 8.225-24.221 13.111-38.817 13.111-35.346 0-64-28.654-64-64s28.654-64 64-64c14.595 0 28.050 4.886 38.817 13.111 22.302-81.341 96.763-141.111 185.183-141.111 106.039 0 192 85.961 192 192 0 13.801-1.456 27.262-4.223 40.238l260.223 55.762v96h-320v-64h-96v64h-32c-88.421 0-162.881-59.77-185.183-141.111zM608 512h256v-38.4l-269.152-57.971c8.461-19.501 13.152-41.017 13.152-63.629 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 77.326 54.854 141.84 127.772 156.753 10.41 2.129 21.188 3.247 32.228 3.247v-64h160v64zM224 384v0c17.796 0 32-14.327 32-32 0-17.796-14.327-32-32-32-17.796 0-32 14.327-32 32 0 17.796 14.327 32 32 32zM512 736v-128h32v128h-32zM675.83 703.328l-67.83-108.55 27.138-16.957 67.83 108.55-27.138 16.957zM379.138 703.328l67.83-108.55-27.138-16.957-67.83 108.55 27.138 16.957z" /> +<glyph unicode="" glyph-name="whistle1" d="M262.817 402.889c22.302 81.341 96.763 141.111 185.183 141.111h32v-64h96v64h320v-96l-260.223-55.762c2.767-12.976 4.223-26.437 4.223-40.238 0-106.039-85.961-192-192-192-88.421 0-162.881 59.77-185.183 141.111-10.767-8.225-24.221-13.111-38.817-13.111-35.346 0-64 28.654-64 64s28.654 64 64 64c14.595 0 28.050-4.886 38.817-13.111v0 0zM224 384c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM512 736v-128h32v128h-32zM675.83 703.328l-67.83-108.55 27.138-16.957 67.83 108.55-27.138 16.957zM379.138 703.328l67.83-108.55-27.138-16.957-67.83 108.55 27.138 16.957z" /> +<glyph unicode="" glyph-name="volleyball-water" d="M175.663 209.012l15.333 7.423c-39.875 62.21-62.997 136.187-62.997 215.565 0 220.914 179.086 400 400 400s400-179.086 400-400c0-93.013-31.747-178.61-84.996-246.549-2.672-1.15 4.107 1.733 10.123 4.54 18.325 8.55 36.299 18.743 53.899 30.427 19.937 13.236 37.673 27.41 52.974 41.57v-42.314c-10.914-8.854-22.684-17.557-35.275-25.916-115.906-76.948-248.908-94.638-389.235-15.704-128.701 72.394-258.077 56.001-378.147-15.654-22.804-13.609-43.3-28.192-61.139-42.753-0.068-0.055-0.203 40.343-0.203 40.343 13.836 10.221 28.847 20.282 44.944 29.888 10.573 6.31 21.227 12.223 31.956 17.718 0.958 0.491 2.764 1.415 2.764 1.415v0zM346.277 256.583v0c-5.272-0.261 4.289 0.328 14.371 0.427 62.896 0.618 126.816-15.226 190.53-51.065 0.704-0.396 2.006-1.086 3.705-1.97 67.232 54.652 122.173 126.042 157.715 210.857-54.977 20.518-114.292 32.136-176.193 33.102-48.484-81.061-114.379-145.52-190.128-191.351zM782.037 165.749c39.226 37.437 70.191 83.455 89.883 135.041 3.342 8.755 6.676 18.98 5.403 15.145-39.859 35.193-85.073 64.461-134.263 86.426-35.671-85.245-89.813-157.716-156.018-214.423-0.308 0.136-0.617 0.273-0.925 0.41 62.2-27.671 122.315-34.916 179.692-25.668 8.679 1.399 19.443 3.766 16.229 3.068v0zM525.624 32.007c0.791-0.005 1.583-0.007 2.376-0.007 0.796 0 1.592 0.002 2.387 0.007h-4.763zM249.184 672.187v0 0c2.237 2.594-9.591-11.249-17.059-21.329-45.321-61.169-72.125-136.883-72.125-218.859 0-59.182 13.97-115.1 38.793-164.638 7.553-15.074 21.495-37.305 19.516-34.229 52.826 17.058 103.055 42.424 148.545 75.521-82.326 107.864-120.9 236.472-117.67 363.534zM284.223 707.68c-12.112-131.273 23.281-266.886 108.627-378.836 44.962 37.242 84.431 82.602 116.052 135.448-57.245 102.783-78.677 216.081-68.21 325.289 2.427 0.59-10.191-2.522-18.75-5.094-42.471-12.761-81.71-32.988-116.194-59.156-11.83-8.977-25.685-21.331-21.526-17.65v0 0zM857.965 595.117v0 0c1.013-2.045-8.812 17.167-15.589 28.274-64.614 105.907-181.238 176.609-314.376 176.609-10.128 0-20.161-0.409-30.082-1.212-10.94-0.885-27.059-3.188-24.377-2.79-4.301-37.741-4.558-76.059-0.586-114.271 139.273 18.089 274.379-15.522 385.010-86.61zM880.167 539.116c-110.741 86.093-254.243 129.228-402.784 109.995 9.717-57.884 29.315-115.076 59.436-169.179 133.094-2.055 254.923-50.541 350.002-129.975-0.598-2.625 3.21 14.65 4.965 26.173 2.775 18.218 4.214 36.876 4.214 55.87 0 30.448-3.698 60.033-10.669 88.329-3.248 13.185-7.202 25.498-5.164 18.787v0 0zM191.334 120.591c114.937 53.286 237.769 58.021 359.844-10.646 111.406-62.666 216.668-59.066 312.156-11.004v-35.491c-100.57-45.867-211.698-46.727-327.844 18.605-116.641 65.61-233.836 58.293-344.156 3.007v35.53z" /> +<glyph unicode="" glyph-name="volleyball-water1" d="M635.378 234.506c44.362 48.056 81.137 104.418 107.682 167.855 59.989-26.786 114.064-64.435 159.724-110.446 0.912 2.439-2.539-6.804-5.434-13.745-80.474-50.522-168.58-69.773-261.972-43.664v0 0zM600.999 246.1c46.333 47.511 84.574 104.241 111.599 168.733-54.977 20.518-114.292 32.136-176.193 33.102-30.399-50.823-67.641-95.121-109.866-132.392 41.406-7.341 83.066-22.212 124.639-45.597 16.75-9.422 33.361-17.346 49.821-23.846v0 0zM357.708 320.969c-86.412 119.631-120.593 263.059-105.094 401.139 1.123 1.066-13.75-13.446-21.745-22.311-63.942-70.901-102.868-164.803-102.868-267.797 0-58.934 12.745-114.89 35.629-165.264 62.568 33.579 127.742 53.041 194.078 54.234v0 0zM921.647 503.392c-114.984 109.544-276.406 167.453-444.264 145.719 9.717-57.884 29.315-115.076 59.436-169.179 146.035-2.255 278.508-60.409 376.964-154.009-0.548-1.996 2.817 10.478 4.68 18.855 6.244 28.077 9.537 57.265 9.537 87.222 0 15.363-0.866 30.524-2.552 45.436-1.847 16.337-5.141 33.396-3.8 25.956v0zM907.173 559.731c-118.402 94.921-273.537 142.866-434.217 121.997-5.133 49.389-3.204 98.954 5.394 147.221-1.641-0.203 5.747 0.706 11.124 1.22 12.679 1.212 25.53 1.831 38.527 1.831 167.707 0 311.309-103.209 370.752-249.577 4.615-11.363 9.774-26.715 8.42-22.693v0zM290.482 753.879c-26.022-145.169 6.96-299.888 102.367-425.035 44.962 37.242 84.431 82.602 116.052 135.448-63.175 113.43-82.733 239.666-63.934 359.079 1.010 0.213-5.644-1.209-9.942-2.232-45.316-10.787-87.643-29.285-125.517-54.029-9.076-5.93-21.519-15.074-19.025-13.23v0zM96 159.991c13.836 10.221 28.847 20.282 44.944 29.888 129.022 76.997 270.126 94.877 410.234 16.066 128.678-72.381 249.158-56.356 355.848 14.473 19.937 13.236 37.673 27.41 52.974 41.57v-42.314c-10.914-8.854-22.684-17.557-35.275-25.916-115.906-76.948-248.908-94.638-389.235-15.704-128.701 72.394-258.077 56.001-378.147-15.654-22.804-13.609-43.3-28.192-61.139-42.753-0.068-0.055-0.136-0.111-0.203-0.166v40.509zM191.334 120.591c114.937 53.286 237.769 58.021 359.844-10.646 111.406-62.666 216.668-59.066 312.156-11.004v-35.491c-100.57-45.867-211.698-46.727-327.844 18.605-116.641 65.61-233.836 58.293-344.156 3.007v35.53z" /> +<glyph unicode="" glyph-name="checkered-flag" d="M768.562 402.667c0 0-57.8-29.279-147.495-14.722-6.211 1.008-15.166 3.096-13.068 2.667v127.851c-25.751 4.628-53.432 12.638-82.119 25.556-27.78 12.51-53.882 20.608-77.881 25.551v-127.303c3.321-0.592-4.299 0.157-11.638 1.198-83.25 11.807-148.362-9.276-148.362-9.276v128.637c0.004 0.001 71.281 23.257 160 7.44v127.303c-97.262 20.031-159.996-11.762-160-11.764v127.188c0 0 62.729 31.549 160 11.726v-126.453c25.643-4.571 52.743-12.407 80-25.012 28.518-13.187 55.348-21.604 80-26.643v127.362c92.73-16.643 160.562 10.22 160.562 10.22v-129.264c-0.36 1.217-0.562 1.888-0.562 1.888-0.004-0.002-67.573-26.964-160-10.354v-127.851c22.708-4.642 43.568-6.418 62.197-6.418 60.769 0 97.8 18.902 97.803 18.904l0.562-128.431zM256 32.194h32v366.565c44.073 15.856 130.577 33.089 240-14.565 160.725-69.996 272 0 272 0v448c0 0-111.24-71.563-272 0s-272 0-272 0v-800z" /> +<glyph unicode="" glyph-name="checkered-flag1" d="M608 773.975v-127.362c96.781-19.784 159.996 12.483 160 12.485l0.562 0.46v-130.74h-0.562c-0.004-0.002-67.573-26.964-160-10.354v-128.125c-24.578 5.015-51.312 13.359-79.719 26.394-27.356 12.553-54.553 20.345-80.281 24.882v127.956c-97.262 20.031-159.996-11.762-160-11.764v133.020c0.004 0.001 71.281 23.257 160 7.44v126.453c24.079-4.907 50.275-12.962 78.16-25.423 28.581-12.772 56.165-20.715 81.84-25.323zM256 576.194v-544h32v366.565c44.073 15.856 130.577 33.089 240-14.565 160.725-69.996 272 0 272 0v448c0 0-111.24-71.563-272 0s-272 0-272 0v-256zM448 697.571v0 0c24-4.943 50.101-13.041 77.881-25.551 28.687-12.918 56.367-20.928 82.119-25.556v-127.851c-24.652 5.039-51.482 13.456-80 26.643-27.257 12.605-54.357 20.44-80 25.012v127.303z" /> +<glyph unicode="" glyph-name="target-arrow" d="M288 199.326l-32-32v-103.326h-32v71.326l-41.373-41.373-22.627 22.627 43.419 43.419h-75.419v32h107.419l32 32h-75.419v32h107.419l170.29 170.29-21.71 21.71 96 32-32-96-19.663 19.663-172.337-172.337v-103.326h-32v71.326zM248.926 288c-36.003 55.218-56.926 121.166-56.926 192 0 194.404 157.596 352 352 352s352-157.596 352-352c0-194.404-157.596-352-352-352-70.834 0-136.782 20.923-192 56.926v34.298l2.727 2.727c53.007-38.945 118.454-61.951 189.273-61.951 176.731 0 320 143.269 320 320s-143.269 320-320 320c-176.731 0-320-143.269-320-320 0-71.278 23.304-137.113 62.71-190.302l-1.698-1.698h-36.085zM448.106 475.459c-0.070 1.505-0.106 3.019-0.106 4.541 0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96-1.522 0-3.036 0.035-4.541 0.106l9.031 31.608 0.476 0.476c33.026 2.534 59.034 30.135 59.034 63.81 0 35.346-28.654 64-64 64-33.793 0-61.469-26.191-63.836-59.382l-32.059-9.16zM355.676 358.665c-22.574 34.965-35.676 76.62-35.676 121.335 0 123.712 100.288 224 224 224s224-100.288 224-224c0-123.712-100.288-224-224-224-44.252 0-85.507 12.832-120.246 34.978l23.275 23.275c28.459-16.686 61.598-26.252 96.972-26.252 106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192 0-35.84 9.82-69.386 26.916-98.095l-23.24-23.24z" /> +<glyph unicode="" glyph-name="target-arrow1" d="M288 199.326l-32-32v-103.326h-32v71.326l-41.373-41.373-22.627 22.627 43.419 43.419h-75.419v32h107.419l32 32h-75.419v32h107.419l170.29 170.29-21.71 21.71 96 32-32-96-19.663 19.663-172.337-172.337v-103.326h-32v71.326zM248.926 288c-36.003 55.218-56.926 121.166-56.926 192 0 194.404 157.596 352 352 352s352-157.596 352-352c0-194.404-157.596-352-352-352-70.834 0-136.782 20.923-192 56.926v34.298l71.754 71.754c34.74-22.146 75.995-34.978 120.246-34.978 123.712 0 224 100.288 224 224s-100.288 224-224 224c-123.712 0-224-100.288-224-224 0-44.715 13.102-86.37 35.676-121.335l-70.665-70.665h-36.085zM495.899 363.123l-48.871-48.871c28.459-16.686 61.598-26.252 96.972-26.252 106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192 0-35.84 9.82-69.386 26.916-98.095v0l48.832 48.832-30.447 30.207 50.805 14.516c-0.070 1.505-0.106 3.019-0.106 4.541 0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96-1.522 0-3.036 0.035-4.541 0.106l-14.292-50.020-29.269 29.038zM548.618 416.164c33.19 2.367 59.382 30.043 59.382 63.836 0 35.346-28.654 64-64 64-33.793 0-61.469-26.191-63.836-59.382l95.836 27.382-27.382-95.836z" /> +<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="sailing-boat-water" d="M693.476 224h10.544c70.681 0 127.98 57.451 127.98 128h-320v480h-32v-480h-320c0-28.033 9.010-53.962 24.292-75.047 9.965 4.822 19.991 9.281 30.072 13.361-7.298 8.713-13.073 18.744-16.925 29.685v0h139.971c18.152 1.374 36.404 1.403 54.724 0h402.389c-13.191-37.239-48.741-64-90.526-64h-125.152c39.071-18.425 77.335-28.769 114.632-32v0 0zM832 384l-288 288v-288h288zM752 416h-176v176l176-176zM256 656v0c96 160 192 176 192 176s-32-112-32-256c0-144 32-192 32-192h-288c0 0 0 112 96 272zM268.697 614.111c-73.497-139.504-73.497-198.111-73.497-198.111h208c0 0-19.2 57.879-19.2 160s19.2 199.305 19.2 199.305c0 0-71.691-41.972-134.503-161.193v0zM96 191.991c13.836 10.221 28.847 20.282 44.944 29.888 129.022 76.997 270.126 94.877 410.234 16.066 128.678-72.381 249.158-56.356 355.848 14.473 19.937 13.236 37.673 27.41 52.974 41.57v-42.314c-10.914-8.854-22.684-17.557-35.275-25.916-115.906-76.948-248.908-94.638-389.235-15.704-128.701 72.394-258.077 56.001-378.147-15.654-22.804-13.609-43.3-28.192-61.139-42.753-0.068-0.055-0.136-0.111-0.203-0.166v40.509zM191.334 152.591c114.937 53.286 237.769 58.021 359.844-10.646 111.406-62.666 216.668-59.066 312.156-11.004v-35.491c-100.57-45.867-211.698-46.727-327.844 18.605-116.641 65.61-233.836 58.293-344.156 3.007v35.53z" /> +<glyph unicode="" glyph-name="sailing-boat-water1" d="M693.476 224h10.544c70.681 0 127.98 57.451 127.98 128h-320v480h-32v-480h-320c0-28.033 9.010-53.962 24.292-75.047 117.145 56.689 242.744 63.211 367.553-6.994 48.473-27.266 95.784-41.987 141.632-45.959v0 0zM832 384h-288v288l288-288zM256 656c-96-160-96-272-96-272h288c0 0-32 48-32 192s32 256 32 256c0 0-96-16-192-176v0zM96 159.991c13.836 10.221 28.847 20.282 44.944 29.888 129.022 76.997 270.126 94.877 410.234 16.066 128.678-72.381 249.158-56.356 355.848 14.473 19.937 13.236 37.673 27.41 52.974 41.57v-42.314c-10.914-8.854-22.684-17.557-35.275-25.916-115.906-76.948-248.908-94.638-389.235-15.704-128.701 72.394-258.077 56.001-378.147-15.654-22.804-13.609-43.3-28.192-61.139-42.753-0.068-0.055-0.136-0.111-0.203-0.166v40.509zM191.334 120.591c114.937 53.286 237.769 58.021 359.844-10.646 111.406-62.666 216.668-59.066 312.156-11.004v-35.491c-100.57-45.867-211.698-46.727-327.844 18.605-116.641 65.61-233.836 58.293-344.156 3.007v35.53z" /> +<glyph unicode="" glyph-name="bowling-pins" d="M672.798 512h62.008l1.194 64h-64l0.798-64zM658.419 480c-19.132-33.46-50.419-101.841-50.419-191.234 0-112.766 51.2-192.766 51.2-192.766h89.6c0 0 51.2 79.959 51.2 192.766 0 89.352-31.515 157.762-50.78 191.234h-90.802zM670.057 608h67.912c6.965 53.144 30.032 71.247 30.032 112 0 35.346-30.441 48.648-64 48.648s-64-13.056-64-48.648c0-40.801 23.121-58.481 30.057-112zM288.798 512h62.008l1.194 64h-64l0.798-64zM274.419 480c-19.132-33.46-50.419-101.841-50.419-191.234 0-112.766 51.2-192.766 51.2-192.766h89.6c0 0 51.2 79.959 51.2 192.766 0 89.352-31.515 157.762-50.78 191.234h-90.802zM286.057 608h67.912c6.965 53.144 30.032 71.247 30.032 112 0 35.346-30.441 48.648-64 48.648s-64-13.056-64-48.648c0-40.801 23.121-58.481 30.057-112zM448 288.766c0-128.686-64-224.766-64-224.766h-128c0 0-64 96-64 224.766s64 223.234 64 223.234v64c0 64-32 96-32 144 0 35.593 32 80 96 80s96-44.654 96-80c0-48-32-80-32-144v-64c0.009-0.013 64-94.558 64-223.234v0zM832 288.766c0-128.686-64-224.766-64-224.766h-128c0 0-64 96-64 224.766s64 223.234 64 223.234v64c0 64-32 96-32 144 0 35.593 32 80 96 80s96-44.654 96-80c0-48-32-80-32-144v-64c0.009-0.013 64-94.558 64-223.234v0z" /> +<glyph unicode="" glyph-name="bowling-pins1" d="M640 512v64h128v-64h-128zM622.036 480c-18.931-38.163-46.036-107.436-46.036-191.234 0-128.766 64-224.766 64-224.766h128c0 0 64 96.080 64 224.766 0 83.76-27.114 153.058-46.046 191.234h-163.918zM637.215 608c-7.786 44.155-29.215 72.72-29.215 112 0 35.593 32 80 96 80s96-44.654 96-80c0-39.28-21.429-67.845-29.215-112h-133.569zM256 512v64h128v-64h-128zM238.036 480c-18.931-38.163-46.036-107.436-46.036-191.234 0-128.766 64-224.766 64-224.766h128c0 0 64 96.080 64 224.766 0 83.76-27.114 153.058-46.046 191.234h-163.918zM253.215 608c-7.786 44.155-29.215 72.72-29.215 112 0 35.593 32 80 96 80s96-44.654 96-80c0-39.28-21.429-67.845-29.215-112h-133.569z" /> +<glyph unicode="" glyph-name="diving-goggles" d="M512 288v0c0-63.193 0 0 0 0 0-88.134 71.634-160 160-160 88.186 0 160 71.522 160 159.748v544.252h96v-544.125c0-141.255-114.615-255.875-256-255.875-141.097 0-256 114.615-256 256 0 0 0-123.712 0 0h-64v96h224v-96h-64zM864 287.794c0-105.925-86.177-191.794-192-191.794-106.039 0-192 85.964-192 191.906v32.094h64v32h-160v-32h64v-31.905c0-123.764 100.184-224.095 224-224.095 0 0-92.123 0 0 0 123.712 0 224 100.332 224 223.933v352.067h-32v-352.206zM864 672h32v128h-32v-128zM128 592v-15.965c0-88.385 71.491-160.035 159.811-160.035h32.096c17.725 0 40.149 11.507 50.588 26.421l56.832 81.189c20.254 28.934 53.138 28.781 73.21 0l56.622-81.189c10.176-14.592 32.464-26.421 50.579-26.421h32.155c88.424 0 160.106 71.657 160.106 160.035v15.965c0 97.202-79.063 176-175.682 176h-320.635c-97.027 0-175.682-78.996-175.682-176v0zM624.318 736c79.085 0 143.682-64.61 143.682-144v-15.965c0-70.705-57.354-128.035-128.106-128.035h-32.155c-7.5 0-20.052 6.589-24.332 12.726l-56.622 81.189c-32.825 47.067-92.698 47.153-125.673 0.046l-56.832-81.189c-4.367-6.239-16.943-12.772-24.373-12.772h-32.096c-70.614 0-127.811 57.291-127.811 128.035v15.965c0 79.418 64.415 144 143.682 144h320.635z" /> +<glyph unicode="" glyph-name="diving-goggles1" d="M512 288h64v96h-224v-96h64c0-123.712 0 0 0 0 0-141.385 114.903-256 256-256 141.385 0 256 114.62 256 255.875v544.125h-96v-544.252c0-88.227-71.814-159.748-160-159.748-88.366 0-160 71.866-160 160 0 0 0-63.193 0 0v0zM864 672v128h32v-128h-32zM128 592v-15.965c0-88.385 71.491-160.035 159.811-160.035h32.096c17.725 0 40.149 11.507 50.588 26.421l56.832 81.189c20.254 28.934 53.138 28.781 73.21 0l56.622-81.189c10.176-14.592 32.464-26.421 50.579-26.421h32.155c88.424 0 160.106 71.657 160.106 160.035v15.965c0 97.202-79.063 176-175.682 176h-320.635c-97.027 0-175.682-78.996-175.682-176v0zM624.318 736c79.085 0 143.682-64.61 143.682-144v-15.965c0-70.705-57.354-128.035-128.106-128.035h-32.155c-7.5 0-20.052 6.589-24.332 12.726l-56.622 81.189c-32.825 47.067-92.698 47.153-125.673 0.046l-56.832-81.189c-4.367-6.239-16.943-12.772-24.373-12.772h-32.096c-70.614 0-127.811 57.291-127.811 128.035v15.965c0 79.418 64.415 144 143.682 144h320.635zM624.318 704c61.411 0 111.682-50.065 111.682-111.518v-15.896c0-52.8-43.024-95.622-96.106-95.622h-32.155c2.991 0 0.228 1.444 1.915-0.965l-56.622 80.84c-45.541 65.018-132.402 65.143-178.136 0.091l-56.832-80.84c1.627 2.315-1.158 0.874 1.843 0.874h-32.096c-52.929 0-95.811 42.767-95.811 95.622v15.896c0 61.497 50.107 111.518 111.682 111.518h320.635z" /> +<glyph unicode="" glyph-name="cloud" d="M227.232 476.731c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h543.82c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0zM863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0z" /> +<glyph unicode="" glyph-name="cloud1" d="M863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0z" /> +<glyph unicode="" glyph-name="cloud-sun" d="M227.232 476.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM798.509 632.988c0.983 7.531 1.491 15.212 1.491 23.012 0 97.202-78.798 176-176 176-70.49 0-131.301-41.44-159.401-101.287v0c-15.648 3.461-31.91 5.287-48.599 5.287-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.826 54.236-26.185 102.522-65.47 134.253v0 0zM767.966 652.827v0 0c-23.994 12.259-51.172 19.173-79.966 19.173-33.877 0-65.518-9.571-92.367-26.157-25.253 33.838-59.843 60.3-99.953 75.57 23.827 46.648 72.344 78.586 128.319 78.586 79.529 0 144-64.471 144-144 0-1.060-0.011-2.118-0.034-3.173zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-sun1" d="M798.509 632.988v0c39.285-31.731 64.644-80.018 65.47-134.253 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 16.689 0 32.952-1.825 48.599-5.287v0c28.1 59.847 88.911 101.287 159.401 101.287 97.202 0 176-78.798 176-176 0-7.799-0.507-15.48-1.491-23.012zM767.966 652.827c0.023 1.055 0.034 2.113 0.034 3.173 0 79.529-64.471 144-144 144-55.976 0-104.492-31.939-128.319-78.586 40.109-15.27 74.699-41.732 99.953-75.57 26.849 16.586 58.49 26.157 92.367 26.157 28.793 0 55.972-6.914 79.966-19.173v0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-moon" d="M227.232 476.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM808.798 624c24.049 22.704 41.701 52.11 49.97 85.232 2.807 11.244 4.533 22.917 5.060 34.901-14.965-5.268-31.061-8.133-47.827-8.133-79.529 0-144 64.471-144 144 0 16.766 2.865 32.863 8.133 47.827-11.984-0.527-23.656-2.253-34.901-5.060-76.535-19.106-133.232-88.316-133.232-170.768 0-13.674 1.559-26.984 4.51-39.761-30.227 15.202-64.369 23.761-100.51 23.761-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.752 49.341-21.807 93.757-55.181 125.265v0 0zM783.265 644.014v0 0c-27.458 17.709-60.162 27.986-95.265 27.986-33.877 0-65.518-9.571-92.367-26.157-9.765 13.085-20.926 25.066-33.262 35.725-11.699 20.822-18.371 44.848-18.371 70.432 0 62.763 40.153 116.148 96.173 135.867-0.115-2.608-0.173-5.231-0.173-7.867 0-97.202 78.798-176 176-176 2.636 0 5.259 0.058 7.867 0.173-8.243-23.417-22.368-44.061-40.602-60.159z" /> +<glyph unicode="" glyph-name="cloud-moon1" d="M808.798 624v0c33.374-31.508 54.429-75.924 55.181-125.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 36.141 0 70.283-8.559 100.51-23.761-2.951 12.777-4.51 26.087-4.51 39.761 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901-8.268-33.122-25.921-62.529-49.97-85.232zM783.265 644.014c18.234 16.098 32.359 36.742 40.602 60.159-2.608-0.115-5.231-0.173-7.867-0.173-97.202 0-176 78.798-176 176 0 2.636 0.058 5.259 0.173 7.867-56.019-19.719-96.173-73.104-96.173-135.867 0-25.584 6.672-49.61 18.371-70.432 12.336-10.658 23.497-22.64 33.262-35.725 26.849 16.586 58.49 26.157 92.367 26.157 35.104 0 67.807-10.277 95.265-27.986v0z" /> +<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="cloud-rain" d="M227.232 476.731c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h543.82c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0 0zM863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM336 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM432 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM528 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM624 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM720 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0z" /> +<glyph unicode="" glyph-name="cloud-rain1" d="M863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM336 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM432 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM528 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM624 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM720 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0z" /> +<glyph unicode="" glyph-name="cloud-sun-rain" d="M227.232 476.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM798.509 632.988c0.983 7.531 1.491 15.212 1.491 23.012 0 97.202-78.798 176-176 176-70.49 0-131.301-41.44-159.401-101.287v0c-15.648 3.461-31.91 5.287-48.599 5.287-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.826 54.236-26.185 102.522-65.47 134.253v0 0zM767.966 652.827v0 0c-23.994 12.259-51.172 19.173-79.966 19.173-33.877 0-65.518-9.571-92.367-26.157-25.253 33.838-59.843 60.3-99.953 75.57 23.827 46.648 72.344 78.586 128.319 78.586 79.529 0 144-64.471 144-144 0-1.060-0.011-2.118-0.034-3.173zM336 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM432 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM528 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM624 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM720 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-sun-rain1" d="M798.509 632.988v0c39.285-31.731 64.644-80.018 65.47-134.253 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 16.689 0 32.952-1.825 48.599-5.287v0c28.1 59.847 88.911 101.287 159.401 101.287 97.202 0 176-78.798 176-176 0-7.799-0.507-15.48-1.491-23.012zM767.966 652.827c0.023 1.055 0.034 2.113 0.034 3.173 0 79.529-64.471 144-144 144-55.976 0-104.492-31.939-128.319-78.586 40.109-15.27 74.699-41.732 99.953-75.57 26.849 16.586 58.49 26.157 92.367 26.157 28.793 0 55.972-6.914 79.966-19.173v0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-moon-rain" d="M227.232 476.904v0 0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM808.798 624.173c24.049 22.704 41.701 52.11 49.97 85.232 2.807 11.244 4.533 22.917 5.060 34.901-14.965-5.268-31.061-8.133-47.827-8.133-79.529 0-144 64.471-144 144 0 16.766 2.865 32.863 8.133 47.827-11.984-0.527-23.656-2.253-34.901-5.060-76.535-19.106-133.232-88.316-133.232-170.768 0-13.674 1.559-26.984 4.51-39.761-30.227 15.202-64.369 23.761-100.51 23.761-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.752 49.341-21.807 93.757-55.181 125.265v0 0zM783.265 644.186v0 0c-27.458 17.709-60.162 27.986-95.265 27.986-33.877 0-65.518-9.571-92.367-26.157-9.765 13.085-20.926 25.066-33.262 35.725-11.699 20.822-18.371 44.848-18.371 70.432 0 62.763 40.153 116.148 96.173 135.867-0.115-2.608-0.173-5.231-0.173-7.867 0-97.202 78.798-176 176-176 2.636 0 5.259 0.058 7.867 0.173-8.243-23.417-22.368-44.061-40.602-60.159zM336 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM432 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM528 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM624 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM720 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0z" /> +<glyph unicode="" glyph-name="cloud-moon-rain1" d="M808.798 624.173v0 0c33.374-31.508 54.429-75.924 55.181-125.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 36.141 0 70.283-8.559 100.51-23.761-2.951 12.777-4.51 26.087-4.51 39.761 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901-8.268-33.122-25.921-62.529-49.97-85.232zM783.265 644.186c18.234 16.098 32.359 36.742 40.602 60.159-2.608-0.115-5.231-0.173-7.867-0.173-97.202 0-176 78.798-176 176 0 2.636 0.058 5.259 0.173 7.867-56.019-19.719-96.173-73.104-96.173-135.867 0-25.584 6.672-49.61 18.371-70.432 12.336-10.658 23.497-22.64 33.262-35.725 26.849 16.586 58.49 26.157 92.367 26.157 35.104 0 67.807-10.277 95.265-27.986v0 0zM336 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM432 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM528 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM624 96c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM720 160c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0z" /> +<glyph unicode="" glyph-name="cloud-snow" d="M227.232 476.731c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h543.82c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0 0zM863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM320 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM416 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM544 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM640 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM736 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0z" /> +<glyph unicode="" glyph-name="cloud-snow1" d="M863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM320 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM416 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM544 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM640 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM736 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0z" /> +<glyph unicode="" glyph-name="cloud-sun-snow" d="M227.232 476.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM798.509 632.988c0.983 7.531 1.491 15.212 1.491 23.012 0 97.202-78.798 176-176 176-70.49 0-131.301-41.44-159.401-101.287v0c-15.648 3.461-31.91 5.287-48.599 5.287-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.826 54.236-26.185 102.522-65.47 134.253v0 0zM767.966 652.827v0 0c-23.994 12.259-51.172 19.173-79.966 19.173-33.877 0-65.518-9.571-92.367-26.157-25.253 33.838-59.843 60.3-99.953 75.57 23.827 46.648 72.344 78.586 128.319 78.586 79.529 0 144-64.471 144-144 0-1.060-0.011-2.118-0.034-3.173zM320 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM416 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM544 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM640 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM736 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-sun-snow1" d="M798.509 632.988v0 0c39.285-31.731 64.644-80.018 65.47-134.253 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 16.689 0 32.952-1.825 48.599-5.287v0c28.1 59.847 88.911 101.287 159.401 101.287 97.202 0 176-78.798 176-176 0-7.799-0.507-15.48-1.491-23.012zM767.966 652.827c0.023 1.055 0.034 2.113 0.034 3.173 0 79.529-64.471 144-144 144-55.976 0-104.492-31.939-128.319-78.586 40.109-15.27 74.699-41.732 99.953-75.57 26.849 16.586 58.49 26.157 92.367 26.157 28.793 0 55.972-6.914 79.966-19.173v0 0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0zM320 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM416 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM544 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM640 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM736 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0z" /> +<glyph unicode="" glyph-name="cloud-moon-snow" d="M227.232 476.904v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM808.798 624.173c24.049 22.704 41.701 52.11 49.97 85.232 2.807 11.244 4.533 22.917 5.060 34.901-14.965-5.268-31.061-8.133-47.827-8.133-79.529 0-144 64.471-144 144 0 16.766 2.865 32.863 8.133 47.827-11.984-0.527-23.656-2.253-34.901-5.060-76.535-19.106-133.232-88.316-133.232-170.768 0-13.674 1.559-26.984 4.51-39.761-30.227 15.202-64.369 23.761-100.51 23.761-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.752 49.341-21.807 93.757-55.181 125.265v0 0zM783.265 644.186v0 0c-27.458 17.709-60.162 27.986-95.265 27.986-33.877 0-65.518-9.571-92.367-26.157-9.765 13.085-20.926 25.066-33.262 35.725-11.699 20.822-18.371 44.848-18.371 70.432 0 62.763 40.153 116.148 96.173 135.867-0.115-2.608-0.173-5.231-0.173-7.867 0-97.202 78.798-176 176-176 2.636 0 5.259 0.058 7.867 0.173-8.243-23.417-22.368-44.061-40.602-60.159zM320 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM416 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM544 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM640 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM736 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0z" /> +<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="cloud-moon-snow1" d="M808.798 624.173v0 0c33.374-31.508 54.429-75.924 55.181-125.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 36.141 0 70.283-8.559 100.51-23.761-2.951 12.777-4.51 26.087-4.51 39.761 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901-8.268-33.122-25.921-62.529-49.97-85.232zM783.265 644.186c18.234 16.098 32.359 36.742 40.602 60.159-2.608-0.115-5.231-0.173-7.867-0.173-97.202 0-176 78.798-176 176 0 2.636 0.058 5.259 0.173 7.867-56.019-19.719-96.173-73.104-96.173-135.867 0-25.584 6.672-49.61 18.371-70.432 12.336-10.658 23.497-22.64 33.262-35.725 26.849 16.586 58.49 26.157 92.367 26.157 35.104 0 67.807-10.277 95.265-27.986v0 0zM320 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM416 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM544 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM640 32c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0zM736 128c-17.673 0-32-14.204-32-32 0-17.673 14.204-32 32-32 17.673 0 32 14.204 32 32 0 17.673-14.204 32-32 32v0z" /> +<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="cloud-lightning" d="M546.134 288h81.065l-195.199-195.2 47.317 131.2h-82.516l73.598 192h124.801l-49.065-128zM608 224l96 96h-112l48 128h-192l-84-224h-107.91c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-191.91zM576 192h224.018c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735v0c-1.462 95.941-79.69 173.265-175.979 173.265-33.877 0-65.518-9.571-92.367-26.157-40.84 54.724-106.099 90.157-179.633 90.157-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169v0c-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h177.472l-81.455-224 224 224z" /> +<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="cloud-lightning1" d="M546.134 288h81.065l-195.199-195.2 47.317 131.2h-82.516l73.598 192h124.801l-49.065-128zM576 192h224.018c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735v0c-1.462 95.941-79.69 173.265-175.979 173.265-33.877 0-65.518-9.571-92.367-26.157-40.84 54.724-106.099 90.157-179.633 90.157-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169v0c-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h177.472l-81.455-224 224 224z" /> +<glyph unicode="" glyph-name="cloud-sun-lightning" d="M546.134 288l49.065 128h-124.801l-73.598-192h82.516l-47.317-131.2 195.199 195.2h-81.065zM608 224h191.91c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h107.91l84 224h192l-48-128h112l-96-96zM433.455 192h-177.472c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 16.689 0 32.952-1.825 48.599-5.287v0c28.1 59.847 88.911 101.287 159.401 101.287 97.202 0 176-78.798 176-176 0-7.799-0.507-15.48-1.491-23.012v0c39.285-31.731 64.644-80.018 65.47-134.253 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-224.018l-224-224 81.455 224zM767.966 652.827c0.023 1.055 0.034 2.113 0.034 3.173 0 79.529-64.471 144-144 144-55.976 0-104.492-31.939-128.319-78.586 40.109-15.27 74.699-41.732 99.953-75.57 26.849 16.586 58.49 26.157 92.367 26.157 28.793 0 55.972-6.914 79.966-19.173v0 0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<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="cloud-sun-lightning1" d="M546.134 288l49.065 128h-124.801l-73.598-192h82.516l-47.317-131.2 195.199 195.2h-81.065zM433.455 192h-177.472c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 16.689 0 32.952-1.825 48.599-5.287v0c28.1 59.847 88.911 101.287 159.401 101.287 97.202 0 176-78.798 176-176 0-7.799-0.507-15.48-1.491-23.012v0c39.285-31.731 64.644-80.018 65.47-134.253 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-224.018l-224-224 81.455 224zM767.966 652.827c0.023 1.055 0.034 2.113 0.034 3.173 0 79.529-64.471 144-144 144-55.976 0-104.492-31.939-128.319-78.586 40.109-15.27 74.699-41.732 99.953-75.57 26.849 16.586 58.49 26.157 92.367 26.157 28.793 0 55.972-6.914 79.966-19.173v0 0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-moon-lightning" d="M546.134 288l49.065 128h-124.801l-73.598-192h82.516l-47.317-131.2 195.199 195.2h-81.065zM608 224h191.91c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h107.91l84 224h192l-48-128h112l-96-96zM433.455 192h-177.472c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 36.141 0 70.283-8.559 100.51-23.761-2.951 12.777-4.51 26.087-4.51 39.761 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901-8.268-33.122-25.921-62.529-49.97-85.232v0c33.374-31.508 54.429-75.924 55.181-125.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-224.018l-224-224 81.455 224zM783.265 644.014c18.234 16.098 32.359 36.742 40.602 60.159-2.608-0.115-5.231-0.173-7.867-0.173-97.202 0-176 78.798-176 176 0 2.636 0.058 5.259 0.173 7.867-56.019-19.719-96.173-73.104-96.173-135.867 0-25.584 6.672-49.61 18.371-70.432 12.336-10.658 23.497-22.64 33.262-35.725 26.849 16.586 58.49 26.157 92.367 26.157 35.104 0 67.807-10.277 95.265-27.986v0 0z" /> +<glyph unicode="" glyph-name="cloud-moon-lightning1" d="M546.134 288l49.065 128h-124.801l-73.598-192h82.516l-47.317-131.2 195.199 195.2h-81.065zM433.455 192h-177.472c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 36.141 0 70.283-8.559 100.51-23.761-2.951 12.777-4.51 26.087-4.51 39.761 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901-8.268-33.122-25.921-62.529-49.97-85.232v0c33.374-31.508 54.429-75.924 55.181-125.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-224.018l-224-224 81.455 224zM783.265 644.014c18.234 16.098 32.359 36.742 40.602 60.159-2.608-0.115-5.231-0.173-7.867-0.173-97.202 0-176 78.798-176 176 0 2.636 0.058 5.259 0.173 7.867-56.019-19.719-96.173-73.104-96.173-135.867 0-25.584 6.672-49.61 18.371-70.432 12.336-10.658 23.497-22.64 33.262-35.725 26.849 16.586 58.49 26.157 92.367 26.157 35.104 0 67.807-10.277 95.265-27.986v0 0z" /> +<glyph unicode="" glyph-name="cloud-wind" d="M227.232 668.731c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h543.82c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0 0zM863.979 690.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM960 224c0 70.692-57.451 128-128 128-70.692 0-128-57.261-128-128h32c0 53.019 43.089 96 96 96 53.019 0 96-43.089 96-96 0-53.019-42.98-96-96.254-96h-735.746v-32h736.049c70.665 0 127.951 57.451 127.951 128v0zM672 256c0 53.019-43.089 96-96 96-53.019 0-96-42.946-96-95.725v-0.275h32c0 35.346 28.407 64 64 64 35.346 0 64-28.407 64-64 0-35.346-28.706-64-64.187-64h-383.813v-32h384.018c53.009 0 95.982 43.089 95.982 96v0zM800 0c0-35.346-28.407-64-64-64v0c-35.346 0-64 28.631-64 63.816v0.184h32c0-17.673 14.204-32 32-32v0c17.673 0 32 14.204 32 32v0c0 17.673-14.365 32-32.239 32h-447.761v32h448.19c35.241 0 63.81-28.407 63.81-64v0 0z" /> +<glyph unicode="" glyph-name="cloud-wind1" d="M863.979 690.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM960 224c0 70.692-57.451 128-128 128-70.692 0-128-57.261-128-128h32c0 53.019 43.089 96 96 96 53.019 0 96-43.089 96-96 0-53.019-42.98-96-96.254-96h-735.746v-32h736.049c70.665 0 127.951 57.451 127.951 128v0zM672 256c0 53.019-43.089 96-96 96-53.019 0-96-42.946-96-95.725v-0.275h32c0 35.346 28.407 64 64 64 35.346 0 64-28.407 64-64 0-35.346-28.706-64-64.187-64h-383.813v-32h384.018c53.009 0 95.982 43.089 95.982 96v0zM800 0c0-35.346-28.407-64-64-64v0c-35.346 0-64 28.631-64 63.816v0.184h32c0-17.673 14.204-32 32-32v0c17.673 0 32 14.204 32 32v0c0 17.673-14.365 32-32.239 32h-447.761v32h448.19c35.241 0 63.81-28.407 63.81-64v0 0z" /> +<glyph unicode="" glyph-name="cloud-raindrops" d="M227.232 476.731c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h543.82c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0zM863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM224 36.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM256.305 38.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0zM448 4.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM480.305 6.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0zM672 36.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM704.305 38.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0z" /> +<glyph unicode="" glyph-name="cloud-raindrops1" d="M863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0zM224 36.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0zM448 4.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0zM672 36.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0z" /> +<glyph unicode="" glyph-name="cloud-sun-raindrops" d="M227.232 476.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM798.509 632.988c0.983 7.531 1.491 15.212 1.491 23.012 0 97.202-78.798 176-176 176-70.49 0-131.301-41.44-159.401-101.287v0c-15.648 3.461-31.91 5.287-48.599 5.287-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.826 54.236-26.185 102.522-65.47 134.253v0 0zM767.966 652.827v0 0c-23.994 12.259-51.172 19.173-79.966 19.173-33.877 0-65.518-9.571-92.367-26.157-25.253 33.838-59.843 60.3-99.953 75.57 23.827 46.648 72.344 78.586 128.319 78.586 79.529 0 144-64.471 144-144 0-1.060-0.011-2.118-0.034-3.173zM224 36.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM256.305 38.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0zM448 4.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM480.305 6.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0zM672 36.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM704.305 38.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-sun-raindrops1" d="M798.509 632.988v0c39.285-31.731 64.644-80.018 65.47-134.253 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 16.689 0 32.952-1.825 48.599-5.287v0c28.1 59.847 88.911 101.287 159.401 101.287 97.202 0 176-78.798 176-176 0-7.799-0.507-15.48-1.491-23.012zM767.966 652.827c0.023 1.055 0.034 2.113 0.034 3.173 0 79.529-64.471 144-144 144-55.976 0-104.492-31.939-128.319-78.586 40.109-15.27 74.699-41.732 99.953-75.57 26.849 16.586 58.49 26.157 92.367 26.157 28.793 0 55.972-6.914 79.966-19.173v0zM224 36.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0zM448 4.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0zM672 36.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-moon-raindrops" d="M227.232 476.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM808.798 624c24.049 22.704 41.701 52.11 49.97 85.232 2.807 11.244 4.533 22.917 5.060 34.901-14.965-5.268-31.061-8.133-47.827-8.133-79.529 0-144 64.471-144 144 0 16.766 2.865 32.863 8.133 47.827-11.984-0.527-23.656-2.253-34.901-5.060-76.535-19.106-133.232-88.316-133.232-170.768 0-13.674 1.559-26.984 4.51-39.761-30.227 15.202-64.369 23.761-100.51 23.761-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.752 49.341-21.807 93.757-55.181 125.265v0 0zM783.265 644.014v0 0c-27.458 17.709-60.162 27.986-95.265 27.986-33.877 0-65.518-9.571-92.367-26.157-9.765 13.085-20.926 25.066-33.262 35.725-11.699 20.822-18.371 44.848-18.371 70.432 0 62.763 40.153 116.148 96.173 135.867-0.115-2.608-0.173-5.231-0.173-7.867 0-97.202 78.798-176 176-176 2.636 0 5.259 0.058 7.867 0.173-8.243-23.417-22.368-44.061-40.602-60.159zM224 36.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM256.305 38.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0zM448 4.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM480.305 6.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0zM672 36.571v0c0-35.657 26.682-68.571 80.337-68.571s79.663 35.657 79.663 68.571c0 46.195-79.663 123.429-79.663 123.429s-80.337-77.233-80.337-123.429zM704.305 38.4c0 22.399 48.032 74.275 48.032 74.275s48.065-51.876 48.065-74.275c0-24.071-21.422-38.4-48.065-38.4s-48.032 10.408-48.032 38.4v0z" /> +<glyph unicode="" glyph-name="cloud-moon-raindrops1" d="M808.798 624v0c33.374-31.508 54.429-75.924 55.181-125.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 36.141 0 70.283-8.559 100.51-23.761-2.951 12.777-4.51 26.087-4.51 39.761 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901-8.268-33.122-25.921-62.529-49.97-85.232zM783.265 644.014c18.234 16.098 32.359 36.742 40.602 60.159-2.608-0.115-5.231-0.173-7.867-0.173-97.202 0-176 78.798-176 176 0 2.636 0.058 5.259 0.173 7.867-56.019-19.719-96.173-73.104-96.173-135.867 0-25.584 6.672-49.61 18.371-70.432 12.336-10.658 23.497-22.64 33.262-35.725 26.849 16.586 58.49 26.157 92.367 26.157 35.104 0 67.807-10.277 95.265-27.986v0zM224 36.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0zM448 4.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0zM672 36.571c0 46.195 80.337 123.429 80.337 123.429s79.663-77.233 79.663-123.429c0-32.915-26.008-68.571-79.663-68.571s-80.337 32.915-80.337 68.571v0z" /> +<glyph unicode="" glyph-name="cloud-snowflakes" d="M227.232 476.731c-56.845-13.107-99.232-64.079-99.232-124.731 0-70.692 57.534-128 128.090-128h543.82c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0zM863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0 0zM352 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM736 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM544 75.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18z" /> +<glyph unicode="" glyph-name="cloud-snowflakes1" d="M863.979 498.735c56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831v0c-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265v0zM352 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM736 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM544 75.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18z" /> +<glyph unicode="" glyph-name="cloud-sun-snowflakes" d="M227.232 476.731v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM798.509 632.988c0.983 7.531 1.491 15.212 1.491 23.012 0 97.202-78.798 176-176 176-70.49 0-131.301-41.44-159.401-101.287v0c-15.648 3.461-31.91 5.287-48.599 5.287-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.826 54.236-26.185 102.522-65.47 134.253v0 0zM767.966 652.827v0 0c-23.994 12.259-51.172 19.173-79.966 19.173-33.877 0-65.518-9.571-92.367-26.157-25.253 33.838-59.843 60.3-99.953 75.57 23.827 46.648 72.344 78.586 128.319 78.586 79.529 0 144-64.471 144-144 0-1.060-0.011-2.118-0.034-3.173zM352 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM736 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM544 75.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-sun-snowflakes1" d="M798.509 632.988v0c39.285-31.731 64.644-80.018 65.47-134.253 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 16.689 0 32.952-1.825 48.599-5.287v0c28.1 59.847 88.911 101.287 159.401 101.287 97.202 0 176-78.798 176-176 0-7.799-0.507-15.48-1.491-23.012zM767.966 652.827c0.023 1.055 0.034 2.113 0.034 3.173 0 79.529-64.471 144-144 144-55.976 0-104.492-31.939-128.319-78.586 40.109-15.27 74.699-41.732 99.953-75.57 26.849 16.586 58.49 26.157 92.367 26.157 28.793 0 55.972-6.914 79.966-19.173v0zM352 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM736 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM544 75.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM624 960c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM839.458 870.755c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM928.703 655.297c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM408.542 870.755c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="cloud-moon-snowflakes" d="M227.232 476.904v0c-2.123 11.433-3.232 23.221-3.232 35.269 0 106.039 85.961 192 192 192 74.764 0 139.548-42.733 171.258-105.107 25.969 25.429 61.525 41.107 100.742 41.107 79.529 0 144-64.471 144-144 0-6.692-0.457-13.278-1.34-19.727v0c55.786-13.784 97.34-64.195 97.34-124.273 0-70.549-57.348-128-128.090-128h-543.82c-70.556 0-128.090 57.308-128.090 128 0 60.652 42.388 111.624 99.232 124.731zM808.798 624.173c24.049 22.704 41.701 52.11 49.97 85.232 2.807 11.244 4.533 22.917 5.060 34.901-14.965-5.268-31.061-8.133-47.827-8.133-79.529 0-144 64.471-144 144 0 16.766 2.865 32.863 8.133 47.827-11.984-0.527-23.656-2.253-34.901-5.060-76.535-19.106-133.232-88.316-133.232-170.768 0-13.674 1.559-26.984 4.51-39.761-30.227 15.202-64.369 23.761-100.51 23.761-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169-56.712-24.642-96.381-81.203-96.381-146.831 0-88.366 71.44-160 159.982-160h544.036c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735-0.752 49.341-21.807 93.757-55.181 125.265v0 0zM783.265 644.186v0 0c-27.458 17.709-60.162 27.986-95.265 27.986-33.877 0-65.518-9.571-92.367-26.157-9.765 13.085-20.926 25.066-33.262 35.725-11.699 20.822-18.371 44.848-18.371 70.432 0 62.763 40.153 116.148 96.173 135.867-0.115-2.608-0.173-5.231-0.173-7.867 0-97.202 78.798-176 176-176 2.636 0 5.259 0.058 7.867 0.173-8.243-23.417-22.368-44.061-40.602-60.159zM352 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM736 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM544 75.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18z" /> +<glyph unicode="" glyph-name="cloud-moon-snowflakes1" d="M808.798 624.173v0c33.374-31.508 54.429-75.924 55.181-125.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 36.141 0 70.283-8.559 100.51-23.761-2.951 12.777-4.51 26.087-4.51 39.761 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901-8.268-33.122-25.921-62.529-49.97-85.232zM783.265 644.186c18.234 16.098 32.359 36.742 40.602 60.159-2.608-0.115-5.231-0.173-7.867-0.173-97.202 0-176 78.798-176 176 0 2.636 0.058 5.259 0.173 7.867-56.019-19.719-96.173-73.104-96.173-135.867 0-25.584 6.672-49.61 18.371-70.432 12.336-10.658 23.497-22.64 33.262-35.725 26.849 16.586 58.49 26.157 92.367 26.157 35.104 0 67.807-10.277 95.265-27.986v0zM352 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM736 107.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18zM544 75.713v36.361c0 8.796-7.422 15.926-16 15.926-8.837 0-16-6.875-16-15.926v-36.361l-31.489 18.18c-7.617 4.398-17.504 1.536-21.793-5.893-4.418-7.653-2.046-17.294 5.793-21.82l31.489-18.18-31.489-18.18c-7.617-4.398-10.082-14.391-5.793-21.82 4.418-7.653 13.954-10.419 21.793-5.893l31.489 18.18v-36.361c0-8.796 7.422-15.926 16-15.926 8.837 0 16 6.875 16 15.926v36.361l31.489-18.18c7.617-4.398 17.504-1.536 21.793 5.893 4.418 7.653 2.046 17.294-5.793 21.82l-31.489 18.18 31.489 18.18c7.617 4.398 10.082 14.391 5.793 21.82-4.418 7.653-13.954 10.419-21.793 5.893l-31.489-18.18z" /> +<glyph unicode="" glyph-name="clouds" d="M264.562 192h-24.356c-26.623 0-48.206-21.306-48.206-48 0-26.51 21.489-48 48.206-48h255.588c26.623 0 48.206 21.306 48.206 48 0 26.51-21.489 48-48.206 48h-15.794c0 35.346-28.654 64-64 64-13.173 0-25.417-3.98-35.594-10.803-8.747 24.929-32.489 42.803-60.406 42.803-35.346 0-64-28.654-64-64 0-11.657 3.117-22.586 8.562-32v0zM506.797 223.255c21.726-2.965 40.65-14.585 53.191-31.255h239.921c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273v0c0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269v0c-56.845-13.107-99.232-64.079-99.232-124.731 0-47.691 26.185-89.29 64.887-111.311v0c9.107 6.62 19.671 11.367 31.126 13.692-0.009 0.539-0.013 1.078-0.013 1.619 0 53.019 42.981 96 96 96 29.659 0 56.177-13.45 73.786-34.583 7.13 1.689 14.567 2.583 22.214 2.583 42.077 0 77.831-27.070 90.797-64.745v0 0zM170.899 184.427c-45.038 28.306-74.899 78.443-74.899 135.573 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 41.228 0 79.855-11.138 113.036-30.57 11.507 14.626 28.024 25.103 46.978 28.951v0c-0.009 0.539-0.013 1.078-0.013 1.619 0 53.019 42.981 96 96 96 29.659 0 56.177-13.45 73.786-34.583 7.13 1.689 14.567 2.583 22.214 2.583 42.077 0 77.831-27.070 90.797-64.745v0c39.151-5.343 69.203-38.791 69.203-79.255 0-44.491-35.911-80-80.209-80h-2.982c11.881-23.241 18.746-49.472 19.17-77.265 56.585-24.664 96.021-81.082 96.021-146.735 0-88.186-71.626-160-159.982-160h-225.619c1.050-5.17 1.601-10.521 1.601-16 0-44.491-35.911-80-80.209-80h-255.582c-44.381 0-80.209 35.817-80.209 80 0 14.794 3.97 28.594 10.899 40.427v0 0zM823.771 576h24.023c26.623 0 48.206 21.306 48.206 48 0 26.51-21.489 48-48.206 48h-15.794c0 35.346-28.654 64-64 64-13.173 0-25.417-3.98-35.594-10.803-8.747 24.929-32.489 42.803-60.406 42.803-35.346 0-64-28.654-64-64 0-11.657 3.117-22.586 8.562-32v0h-24.356c-14.679 0-27.825-6.476-36.666-16.761v0c15.071-12.016 28.556-25.936 40.094-41.395 26.849 16.586 58.49 26.157 92.367 26.157 54.654 0 103.489-24.912 135.771-64v0 0z" /> +<glyph unicode="" glyph-name="clouds1" d="M506.797 223.255c39.151-5.343 69.203-38.791 69.203-79.255 0-44.491-35.911-80-80.209-80h-255.582c-44.381 0-80.209 35.817-80.209 80 0 38.919 27.479 70.964 64.013 78.381v0c-0.009 0.539-0.013 1.078-0.013 1.619 0 53.019 42.981 96 96 96 29.659 0 56.177-13.45 73.786-34.583 7.13 1.689 14.567 2.583 22.214 2.583 42.077 0 77.831-27.070 90.797-64.745v0zM529.721 250.808c40.305-12.779 70.961-47.865 77.139-90.808v0h193.159c88.356 0 159.982 71.814 159.982 160 0 65.653-39.435 122.071-96.021 146.735v0c-1.462 95.941-79.69 173.265-175.979 173.265-33.877 0-65.518-9.571-92.367-26.157-40.84 54.724-106.099 90.157-179.633 90.157-123.712 0-224-100.288-224-224 0-4.421 0.128-8.812 0.381-13.169v0c-56.712-24.642-96.381-81.203-96.381-146.831 0-45.569 18.999-86.689 49.544-115.83 11.657 18.256 28.458 32.922 48.357 41.932v0c10.471 60.16 62.944 105.898 126.099 105.898 32.707 0 62.548-12.267 85.175-32.451 3.569 0.299 7.179 0.451 10.825 0.451 49.491 0 92.421-28.088 113.721-69.192v0 0zM877.596 549.666c29.54 11.728 50.404 40.422 50.404 74.334 0 40.465-30.052 73.913-69.203 79.255v0c-12.966 37.675-48.72 64.745-90.797 64.745-7.646 0-15.084-0.894-22.214-2.583-17.61 21.133-44.127 34.583-73.786 34.583-53.019 0-96-42.981-96-96 0-0.541 0.004-1.080 0.013-1.619v0c-7.41-1.504-14.447-4.022-20.958-7.404 17.842-11.565 34.153-25.29 48.563-40.805 25.789 11.46 54.342 17.828 84.382 17.828 84.336 0 156.949-50.192 189.596-122.334v0 0z" /> +<glyph unicode="" glyph-name="moon" d="M698.768 389.405v0c2.807 11.244 4.533 22.917 5.060 34.901-14.965-5.268-31.061-8.133-47.827-8.133-79.529 0-144 64.471-144 144 0 16.766 2.865 32.863 8.133 47.827-11.984-0.527-23.656-2.253-34.901-5.060-76.535-19.106-133.232-88.316-133.232-170.768 0-97.202 78.798-176 176-176 82.452 0 151.662 56.698 170.768 133.232zM384 432.173c0 62.763 40.153 116.148 96.173 135.867-0.115-2.608-0.173-5.231-0.173-7.867 0-97.202 78.798-176 176-176 2.636 0 5.259 0.058 7.867 0.173-19.719-56.019-73.104-96.173-135.867-96.173-79.529 0-144 64.471-144 144v0z" /> +<glyph unicode="" glyph-name="moon1" d="M698.768 389.405c-19.106-76.535-88.316-133.232-170.768-133.232-97.202 0-176 78.798-176 176 0 82.452 56.698 151.662 133.232 170.768 11.244 2.807 22.917 4.533 34.901 5.060-5.268-14.965-8.133-31.061-8.133-47.827 0-79.529 64.471-144 144-144 16.766 0 32.863 2.865 47.827 8.133-0.527-11.984-2.253-23.656-5.060-34.901z" /> +<glyph unicode="" glyph-name="sun" d="M528.93 256v0c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176s-78.798-176-176-176zM528.93 288c79.529 0 144 64.471 144 144s-64.471 144-144 144c-79.529 0-144-64.471-144-144s64.471-144 144-144v0zM528.93 736c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM744.548 646.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM833.859 431.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM744.548 215.452c6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104v0zM528.93 126.141c8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852v0zM313.312 215.452c6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523v0zM224 431.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0zM313.312 646.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="sun1" d="M528.93 256c97.202 0 176 78.798 176 176s-78.798 176-176 176c-97.202 0-176-78.798-176-176s78.798-176 176-176v0zM528.93 736c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM744.548 646.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM833.859 431.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM744.548 215.452c6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104v0zM528.93 126.141c8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852v0zM313.312 215.452c6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523v0zM224 431.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0zM313.312 646.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0z" /> +<glyph unicode="" glyph-name="sunrise" d="M241.192 256c-8.982 0-16.263-7.422-16.263-16 0-8.837 7.252-16 16.263-16h194.404l93.333 80 93.333-80h194.404c8.982 0 16.263 7.422 16.263 16 0 8.837-7.252 16-16.263 16h-175.737l-112 96-112-96h-175.737zM703.283 320c0.475 5.27 0.717 10.607 0.717 16 0 97.202-78.798 176-176 176s-176-78.798-176-176c0-5.393 0.243-10.73 0.717-16h32.161c-0.581 5.253-0.879 10.592-0.879 16 0 79.529 64.471 144 144 144s144-64.471 144-144c0-5.408-0.298-10.747-0.879-16h32.161zM528.93 640c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0 0zM744.548 550.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0 0zM833.859 335.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0 0zM224 335.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0 0zM313.312 550.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0 0z" /> +<glyph unicode="" glyph-name="sunrise1" d="M435.596 320h-81.949c-0.475 5.27-0.717 10.607-0.717 16 0 97.202 78.798 176 176 176s176-78.798 176-176c0-5.393-0.243-10.73-0.717-16v0h-81.949l-93.333 80-93.333-80zM528.93 640c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0 0zM744.548 550.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0 0zM833.859 335.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0 0zM224 335.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0 0zM242.122 256c-8.982 0-16.263-7.422-16.263-16 0-8.837 7.252-16 16.263-16h194.404l93.333 80 93.333-80h194.404c8.982 0 16.263 7.422 16.263 16 0 8.837-7.252 16-16.263 16h-175.737l-112 96-112-96h-175.737zM313.312 550.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0 0z" /> +<glyph unicode="" glyph-name="sunset" d="M704.212 384c0.475 5.27 0.717 10.607 0.717 16 0 97.202-78.798 176-176 176s-176-78.798-176-176c0-5.393 0.243-10.73 0.717-16h32.161c-0.581 5.253-0.879 10.592-0.879 16 0 79.529 64.471 144 144 144s144-64.471 144-144c0-5.408-0.298-10.747-0.879-16h32.161zM528.93 704c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0 0zM744.548 614.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0 0zM833.859 399.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0 0zM224 399.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0 0zM313.312 614.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0 0zM241.192 288c-8.982 0-16.263 7.422-16.263 16 0 8.837 7.252 16 16.263 16h194.404l93.333-80 93.333 80h194.404c8.982 0 16.263-7.422 16.263-16 0-8.837-7.252-16-16.263-16h-175.737l-112-96-112 96h-175.737z" /> +<glyph unicode="" glyph-name="sunset1" d="M703.283 384c0.475 5.27 0.717 10.607 0.717 16 0 97.202-78.798 176-176 176s-176-78.798-176-176c0-5.393 0.243-10.73 0.717-16h350.565zM528 704c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0 0zM743.618 614.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0 0zM832.93 399.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0 0zM223.070 399.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0 0zM312.382 614.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0 0zM241.192 288c-8.982 0-16.263 7.422-16.263 16 0 8.837 7.252 16 16.263 16h194.404l93.333-80 93.333 80h194.404c8.982 0 16.263-7.422 16.263-16 0-8.837-7.252-16-16.263-16h-175.737l-112-96-112 96h-175.737z" /> +<glyph unicode="" glyph-name="sunset2" d="M704.212 320c0.475 5.27 0.717 10.607 0.717 16 0 97.202-78.798 176-176 176s-176-78.798-176-176c0-5.393 0.243-10.73 0.717-16h32.161c-0.581 5.253-0.879 10.592-0.879 16 0 79.529 64.471 144 144 144s144-64.471 144-144c0-5.408-0.298-10.747-0.879-16h32.161zM528.93 640c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM744.548 550.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM833.859 335.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM224 335.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0zM313.312 550.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0zM241.192 256c-8.982 0-16.263-7.422-16.263-16v0c0-8.837 7.252-16 16.263-16h575.475c8.982 0 16.263 7.422 16.263 16v0c0 8.837-7.252 16-16.263 16h-575.475z" /> +<glyph unicode="" glyph-name="sunset3" d="M704.212 320c0.475 5.27 0.717 10.607 0.717 16 0 97.202-78.798 176-176 176s-176-78.798-176-176c0-5.393 0.243-10.73 0.717-16h350.565zM528.93 640c-8.837 0-16-6.904-16-15.852v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852v0zM744.548 550.688c-6.248 6.248-16.196 6.432-22.523 0.104l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523v0zM833.859 335.070c0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16v0zM224 335.070c0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16h-64.295c-8.755 0-15.852-7.422-15.852-16v0zM313.312 550.688c-6.248-6.248-6.432-16.196-0.104-22.523l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104v0zM241.192 256c-8.982 0-16.263-7.422-16.263-16v0c0-8.837 7.252-16 16.263-16h575.475c8.982 0 16.263 7.422 16.263 16v0c0 8.837-7.252 16-16.263 16h-575.475z" /> +<glyph unicode="" glyph-name="rainbow" d="M512 608c276.277 0 501.444-218.823 511.64-492.607 0.236-1.094 0.36-2.229 0.36-3.393 0-8.837-7.163-16-16-16s-16 7.163-16 16c-8.701 257.69-220.258 464-480 464s-471.299-206.31-479.738-464c-0.262-8.837-7.425-16-16.262-16s-16 7.163-16 16c0 1.164 0.124 2.299 0.36 3.393 10.195 273.784 235.363 492.607 511.64 492.607v0zM512 544c240.831 0 437.277-190.030 447.576-428.324 0.278-1.18 0.424-2.411 0.424-3.676 0-8.837-7.163-16-16-16s-16 7.163-16 16c-8.71 222.336-191.607 400-416 400s-407.29-177.664-415.698-400c-0.302-8.837-7.465-16-16.302-16s-16 7.163-16 16c0 1.265 0.147 2.496 0.424 3.676 10.298 238.294 206.745 428.324 447.576 428.324v0zM512 480c205.356 0 373.063-161.199 383.486-363.962 0.335-1.29 0.514-2.643 0.514-4.038 0-8.837-7.163-16-16-16s-16 7.163-16 16c-8.722 186.978-162.958 336-352 336s-343.278-149.022-351.643-336c-0.357-8.837-7.521-16-16.357-16s-16 7.163-16 16c0 1.395 0.178 2.748 0.514 4.038 10.423 202.764 178.13 363.962 383.486 363.962v0zM16.085 64c-8.883 0-16.085-7.422-16.085-16 0-8.837 7.086-16 16.085-16h991.831c8.883 0 16.085 7.422 16.085 16 0 8.837-7.086 16-16.085 16h-991.831zM896 560c0 97.202-78.798 176-176 176-69.3 0-129.245-40.053-157.95-98.272 11.477-1.047 22.852-2.45 34.112-4.199 25.109 42.197 71.172 70.471 123.838 70.471 79.529 0 144-64.471 144-144 0-15.199-2.355-29.848-6.719-43.602 8.848-7.275 17.462-14.825 25.83-22.635 8.311 20.446 12.89 42.807 12.89 66.237v0zM704 848.148v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852-8.837 0-16-6.904-16-15.852v0zM913.095 774.792l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523-6.248 6.248-16.196 6.432-22.523 0.104v0zM1009.077 575.070h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16v0zM504.278 752.165l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104-6.248-6.248-6.432-16.196-0.104-22.523v0z" /> +<glyph unicode="" glyph-name="rainbow1" d="M512 608c276.277 0 501.444-218.823 511.64-492.607 0.236-1.094 0.36-2.229 0.36-3.393 0-8.837-7.163-16-16-16s-16 7.163-16 16c-8.701 257.69-220.258 464-480 464s-471.299-206.31-479.738-464c-0.262-8.837-7.425-16-16.262-16s-16 7.163-16 16c0 1.164 0.124 2.299 0.36 3.393 10.195 273.784 235.363 492.607 511.64 492.607v0zM512 544c240.831 0 437.277-190.030 447.576-428.324 0.278-1.18 0.424-2.411 0.424-3.676 0-8.837-7.163-16-16-16s-16 7.163-16 16c-8.71 222.336-191.607 400-416 400s-407.29-177.664-415.698-400c-0.302-8.837-7.465-16-16.302-16s-16 7.163-16 16c0 1.265 0.147 2.496 0.424 3.676 10.298 238.294 206.745 428.324 447.576 428.324v0zM512 480c205.356 0 373.063-161.199 383.486-363.962 0.335-1.29 0.514-2.643 0.514-4.038 0-8.837-7.163-16-16-16s-16 7.163-16 16c-8.722 186.978-162.958 336-352 336s-343.278-149.022-351.643-336c-0.357-8.837-7.521-16-16.357-16s-16 7.163-16 16c0 1.395 0.178 2.748 0.514 4.038 10.423 202.764 178.13 363.962 383.486 363.962v0zM16.085 64c-8.883 0-16.085-7.422-16.085-16 0-8.837 7.086-16 16.085-16h991.831c8.883 0 16.085 7.422 16.085 16 0 8.837-7.086 16-16.085 16h-991.831zM896 560c0 97.202-78.798 176-176 176-69.3 0-129.245-40.053-157.95-98.272 123.628-11.277 235.3-63.918 321.060-143.965 8.311 20.446 12.89 42.807 12.89 66.237v0zM704 848.148v-64.295c0-8.755 7.422-15.852 16-15.852 8.837 0 16 6.904 16 15.852v64.295c0 8.755-7.422 15.852-16 15.852-8.837 0-16-6.904-16-15.852v0zM913.095 774.792l-45.464-45.464c-6.191-6.191-5.961-16.457 0.104-22.523 6.248-6.248 16.196-6.432 22.523-0.104l45.464 45.464c6.191 6.191 5.961 16.457-0.104 22.523-6.248 6.248-16.196 6.432-22.523 0.104v0zM1009.077 575.070h-64.295c-8.755 0-15.852-7.422-15.852-16 0-8.837 6.904-16 15.852-16h64.295c8.755 0 15.852 7.422 15.852 16 0 8.837-6.904 16-15.852 16v0zM504.278 752.165l45.464-45.464c6.191-6.191 16.457-5.961 22.523 0.104 6.248 6.248 6.432 16.196 0.104 22.523l-45.464 45.464c-6.191 6.191-16.457 5.961-22.523-0.104-6.248-6.248-6.432-16.196-0.104-22.523v0z" /> +<glyph unicode="" glyph-name="umbrella" d="M944 576c44.183 0 80-28.654 80-64 0 173.277-213.472 314.387-480 319.837v48.183c0 8.826-7.422 15.98-16 15.98-8.837 0-16-6.916-16-15.98v-48.183c-266.528-5.449-480-146.559-480-319.837 0 35.346 35.817 64 80 64s80-28.654 80-64c0 35.346 35.817 64 80 64s80-28.654 80-64c0 35.346 35.817 64 80 64s80-28.654 80-64v-448.295c0-17.274-14.327-31.705-32-31.705-17.796 0-32 14.195-32 31.705v48.145c0 8.919-7.422 16.15-16 16.15-8.837 0-16-6.849-16-16.15v-47.817c0-35.365 28.407-64.033 64-64.033 35.346 0 64 28.407 64 64v448c0 35.346 35.817 64 80 64s80-28.654 80-64c0 35.346 35.817 64 80 64s80-28.654 80-64c0 35.346 35.817 64 80 64v0zM512 579.186c-20.328 17.781-48.661 28.814-80 28.814-28.608 0-54.71-9.193-74.506-24.321v0c18.19 116.206 79.577 204.098 154.506 215.147v-219.64zM544 579.186v219.64c74.928-11.049 136.315-98.941 154.506-215.147-19.796 15.128-45.898 24.321-74.506 24.321-31.339 0-59.672-11.033-80-28.814zM327.164 595.567c-16.283 7.914-35.108 12.433-55.164 12.433-25.623 0-49.237-7.375-68.108-19.784v0c29.361 91.943 110.55 165.53 214.975 196.252-44.434-42.214-77.766-109.434-91.702-188.901v0 0zM728.836 595.567v0 0c-13.936 79.467-47.269 146.687-91.702 188.901 104.425-30.723 185.614-104.309 214.975-196.252-18.872 12.409-42.485 19.784-68.108 19.784-20.056 0-38.881-4.519-55.164-12.433zM171.927 593.117c-17.329 9.425-37.884 14.883-59.927 14.883-7.78 0-15.375-0.68-22.709-1.974 37.069 66.646 112.447 122.207 209.795 156.543-61.348-42.436-106.758-101.549-127.159-169.452v0 0zM756.914 762.569c97.348-34.336 172.725-89.898 209.795-156.543-7.333 1.294-14.928 1.974-22.709 1.974-22.043 0-42.598-5.458-59.927-14.883-20.401 67.904-65.811 127.017-127.159 169.452v0 0z" /> +<glyph unicode="" glyph-name="umbrella1" d="M864 512h160c0 35.346-35.817 64-80 64s-80-28.654-80-64v0zM864 512c0 35.346-35.817 64-80 64s-80-28.654-80-64c0 35.346-35.817 64-80 64s-80-28.654-80-64v0-448c0-35.593-28.654-64-64-64-35.593 0-64 28.669-64 64.033v47.817c0 9.301 7.163 16.15 16 16.15 8.578 0 16-7.231 16-16.15v-48.145c0-17.51 14.204-31.705 32-31.705 17.673 0 32 14.431 32 31.705v448.295c0 35.346-35.817 64-80 64s-80-28.654-80-64c0 35.346-35.817 64-80 64s-80-28.654-80-64c0 35.346-35.817 64-80 64s-80-28.654-80-64c0 173.277 213.472 314.387 480 319.837v48.183c0 9.064 7.163 15.98 16 15.98 8.578 0 16-7.155 16-15.98v-48.183c266.528-5.449 480-146.559 480-319.837h-160z" /> +<glyph unicode="" glyph-name="raindrops" d="M288 592v0c0-41.6 26.682-80 80.337-80s79.663 41.6 79.663 80c0 53.895-79.663 144-79.663 144s-80.337-90.105-80.337-144zM608 464v0c0-41.6 26.682-80 80.337-80s79.663 41.6 79.663 80c0 53.895-79.663 144-79.663 144s-80.337-90.105-80.337-144zM384 208v0c0-41.6 26.682-80 80.337-80s79.663 41.6 79.663 80c0 53.895-79.663 144-79.663 144s-80.337-90.105-80.337-144zM640 464c0 32 48.337 92.8 48.337 92.8s47.663-60.8 47.663-92.8c0-38.4-26.008-48-47.663-48s-48.337 9.6-48.337 48v0zM320 592c0 32 48.337 92.8 48.337 92.8s47.663-60.8 47.663-92.8c0-38.4-26.008-48-47.663-48s-48.337 9.6-48.337 48v0zM416 208c0 32 48.337 92.8 48.337 92.8s47.663-60.8 47.663-92.8c0-38.4-26.008-48-47.663-48s-48.337 9.6-48.337 48v0z" /> +<glyph unicode="" glyph-name="raindrops1" d="M288 592c0 53.895 80.337 144 80.337 144s79.663-90.105 79.663-144c0-38.4-26.008-80-79.663-80s-80.337 38.4-80.337 80v0zM608 464c0 53.895 80.337 144 80.337 144s79.663-90.105 79.663-144c0-38.4-26.008-80-79.663-80s-80.337 38.4-80.337 80v0zM384 208c0 53.895 80.337 144 80.337 144s79.663-90.105 79.663-144c0-38.4-26.008-80-79.663-80s-80.337 38.4-80.337 80v0z" /> +<glyph unicode="" glyph-name="raindrop" d="M384 377.263v0c0-66.972 57.308-121.263 128-121.263s128 54.291 128 121.263c0 80.842-128 262.737-128 262.737s-128-181.895-128-262.737zM416 377.263c0 54.737 96 205.137 96 205.137s96-150.4 96-205.137c0-57.263-57.308-89.263-96-89.263s-96 32-96 89.263v0z" /> +<glyph unicode="" glyph-name="raindrop1" d="M384 377.263c0 80.842 128 262.737 128 262.737s128-181.895 128-262.737c0-66.972-57.308-121.263-128-121.263s-128 54.291-128 121.263z" /> +<glyph unicode="" glyph-name="sunglasses" d="M480.591 544.786c-139.756 38.513-336.804 36.714-438.171 19.633-12.241-2.063-14.162-58.331-3.276-60.299 20.035-8.102 28.583-28.322 28.583-28.322s5.982-17.941 23.356-90.905c17.373-72.964 58.791-81.713 58.791-81.713s50.693-12.544 109.171-12.544c58.478 0 93.459 2.659 130.91 21.391s53.819 70.904 53.819 70.904c0 0 18.869 44.955 31.86 87.374 4.074 13.302 66.066 13.302 70.14 0 12.991-42.418 31.86-87.374 31.86-87.374s16.369-52.171 53.819-70.904c37.451-18.733 72.432-21.391 130.91-21.391s109.171 12.544 109.171 12.544c0 0 41.418 8.749 58.791 81.713s23.356 90.905 23.356 90.905c0 0 8.548 20.219 28.583 28.322 10.886 1.969 8.965 58.237-3.276 60.299-101.367 17.081-298.416 18.88-438.171-19.633-9.484-2.172-50.741-2.172-60.225 0z" /> +<glyph unicode="" glyph-name="clouds2" d="M832.070 320v0 0c20.060-26.741 31.93-59.981 31.93-96 0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 24.023 0 47.162-3.782 68.856-10.782 16.405 61.489 72.485 106.782 139.144 106.782 24.846 0 48.222-6.292 68.621-17.37 27.464 48.579 79.592 81.37 139.379 81.37 88.366 0 160-71.634 160-160 0-12.079-1.339-23.846-3.876-35.16 57.18-12.931 99.876-64.018 99.876-124.84 0-70.692-57.611-128-128.306-128h-31.624zM800.103 352h64.083c52.828 0 95.814 42.981 95.814 96 0 52.911-42.898 96-95.814 96h-17.31c10.891 18.827 17.124 40.686 17.124 64 0 70.692-57.308 128-128 128-61.326 0-112.578-43.127-125.084-100.707-20.488 22.549-50.049 36.707-82.916 36.707-53.234 0-97.793-37.139-109.181-86.92 31.989-15.75 59.673-38.909 80.814-67.237 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265 11.475-5.002 22.245-11.309 32.124-18.735v0 0zM32 224c0-70.692 57.534-128 128.090-128h543.82c70.742 0 128.090 57.451 128.090 128 0 60.078-41.554 110.489-97.34 124.273 0.884 6.449 1.34 13.035 1.34 19.727 0 79.529-64.471 144-144 144-39.217 0-74.773-15.677-100.742-41.107-31.71 62.374-96.494 105.107-171.258 105.107-106.039 0-192-85.961-192-192 0-12.048 1.11-23.836 3.232-35.269-56.845-13.107-99.232-64.079-99.232-124.731v0z" /> +<glyph unicode="" glyph-name="clouds3" d="M870.219 320.163c67.68 3.397 121.781 59.332 121.781 127.837 0 60.821-42.696 111.908-99.876 124.84 2.537 11.314 3.876 23.081 3.876 35.16 0 88.366-71.634 160-160 160-59.787 0-111.914-32.792-139.379-81.37-20.4 11.078-43.776 17.37-68.621 17.37-55.31 0-103.336-31.183-127.458-76.927 41.378-13.703 78.077-37.677 107.077-68.901 25.789 11.46 54.342 17.828 84.382 17.828 107.089 0 195.276-80.928 206.739-184.963 29.654-16.855 54.38-41.379 71.48-70.874v0 0zM864 224c0-88.186-71.626-160-159.982-160h-544.036c-88.542 0-159.982 71.634-159.982 160 0 65.628 39.669 122.189 96.381 146.831-0.253 4.357-0.381 8.748-0.381 13.169 0 123.712 100.288 224 224 224 73.534 0 138.793-35.433 179.633-90.157 26.849 16.586 58.49 26.157 92.367 26.157 96.289 0 174.518-77.324 175.979-173.265 56.585-24.664 96.021-81.082 96.021-146.735v0z" /> +<glyph unicode="" glyph-name="wind" d="M960 512c0 70.692-57.451 128-128 128-70.692 0-128-57.261-128-128h32c0 53.019 43.089 96 96 96 53.019 0 96-43.089 96-96 0-53.019-42.98-96-96.254-96h-735.746v-32h736.049c70.665 0 127.951 57.451 127.951 128v0zM672 544c0 53.019-43.089 96-96 96-53.019 0-96-42.946-96-95.725v-0.275h32c0 35.346 28.407 64 64 64 35.346 0 64-28.407 64-64 0-35.346-28.706-64-64.187-64h-383.813v-32h384.018c53.009 0 95.982 43.089 95.982 96v0zM800 288c0-35.346-28.407-64-64-64v0c-35.346 0-64 28.631-64 63.816v0.184h32c0-17.673 14.204-32 32-32v0c17.673 0 32 14.204 32 32v0c0 17.673-14.365 32-32.239 32h-447.761v32h448.19c35.241 0 63.81-28.407 63.81-64v0 0z" /> +<glyph unicode="" glyph-name="wind1" d="M960 512c0 70.692-57.451 128-128 128-70.692 0-128-57.261-128-128h64c0 35.346 28.407 64 64 64 35.346 0 64-28.407 64-64 0-35.346-28.472-64-64.115-64h-735.885v-64h736.049c70.665 0 127.951 57.451 127.951 128v0zM672 640c0 70.692-57.451 128-128 128-70.692 0-128-57.261-128-127.907v-0.093h64c0 35.346 28.407 64 64 64 35.346 0 64-28.407 64-64 0-35.346-28.706-64-64.187-64h-383.813v-64h384.122c70.625 0 127.878 57.451 127.878 128v0zM832 224c0-53.019-43.089-96-96-96v0c-53.019 0-96 42.946-96 95.725v0.275h64c0-17.673 14.204-32 32-32v0c17.673 0 32 14.204 32 32v0c0 17.673-14.365 32-32.239 32h-447.761v64h447.996c53.022 0 96.004-43.089 96.004-96v0 0z" /> +<glyph unicode="" glyph-name="full-moon" d="M512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0z" /> +<glyph unicode="" glyph-name="full-moon1" d="M704 448c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192s192-85.961 192-192z" /> +<glyph unicode="" glyph-name="crescent" d="M512 608h0.019c-0.006 0-0.013 0-0.019 0-53.019 0-96-71.634-96-160s42.981-160 96-160c-88.366 0-160 71.634-160 160s71.634 160 160 160zM512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0z" /> +<glyph unicode="" glyph-name="crescent1" d="M544 324.033c-10.228-2.632-20.95-4.033-32-4.033-70.692 0-128 57.308-128 128s57.308 128 128 128c11.050 0 21.772-1.4 32-4.033-55.207-14.209-96-64.325-96-123.967s40.793-109.758 96-123.967v0zM512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0z" /> +<glyph unicode="" glyph-name="half-moon" d="M512 256v0c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM512 288v320c-88.366 0-160-71.634-160-160s71.634-160 160-160v0z" /> +<glyph unicode="" glyph-name="half-moon1" d="M512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0zM384 448c0 70.692 57.308 128 128 128v-256c-70.692 0-128 57.308-128 128v0z" /> +<glyph unicode="" glyph-name="gibbous-moon" d="M512 608v0c53.019 0 96-71.634 96-160s-42.981-160-96-160c-88.366 0-160 71.634-160 160s71.634 160 160 160zM512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0z" /> +<glyph unicode="" glyph-name="gibbous-moon1" d="M512 576v0c35.346 0 64-57.308 64-128s-28.654-128-64-128c-70.692 0-128 57.308-128 128s57.308 128 128 128zM512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0z" /> +<glyph unicode="" glyph-name="moon2" d="M512 256v0c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM512 288c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160s71.634-160 160-160v0z" /> +<glyph unicode="" glyph-name="moon3" d="M512 256v0c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM512 320c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128s57.308-128 128-128v0z" /> +<glyph unicode="" glyph-name="gibbous-moon2" d="M512 608v0c-53.019 0-96-71.634-96-160s42.981-160 96-160c88.366 0 160 71.634 160 160s-71.634 160-160 160zM512 256c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192v0z" /> +<glyph unicode="" glyph-name="gibbous-moon3" d="M512 576c70.692 0 128-57.308 128-128s-57.308-128-128-128c-35.346 0-64 57.308-64 128s28.654 128 64 128v0zM512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0z" /> +<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="half-moon2" d="M512 256v0c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192zM512 288v320c88.366 0 160-71.634 160-160s-71.634-160-160-160v0z" /> +<glyph unicode="" glyph-name="half-moon3" d="M512 256v0c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192zM640 448c0 70.692-57.308 128-128 128v-256c70.692 0 128 57.308 128 128v0z" /> +<glyph unicode="" glyph-name="crescent2" d="M512 608h-0.019c0.006 0 0.013 0 0.019 0 53.019 0 96-71.634 96-160s-42.981-160-96-160c88.366 0 160 71.634 160 160s-71.634 160-160 160zM512 256c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192s-85.961-192-192-192v0z" /> +<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="crescent3" d="M480 571.967c10.228 2.632 20.95 4.033 32 4.033 70.692 0 128-57.308 128-128s-57.308-128-128-128c-11.050 0-21.772 1.4-32 4.033 55.207 14.209 96 64.325 96 123.967s-40.793 109.758-96 123.967v0zM512 256c106.039 0 192 85.961 192 192s-85.961 192-192 192c-106.039 0-192-85.961-192-192s85.961-192 192-192v0z" /> +<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="thermometer" d="M576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM608 256.012c38.862-29.191 64-75.666 64-128.012 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 52.346 25.138 98.821 64 128.012v576.284c0 52.693 42.981 95.704 96 95.704 52.911 0 96-42.848 96-95.704v-576.284z" /> +<glyph unicode="" glyph-name="thermometer1" d="M576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM638.996 272.003c39.862-35.181 65.004-86.656 65.004-144.003 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 57.346 25.141 108.82 65.002 144.002-0.661 5.27-1.002 10.639-1.002 16.088v543.82c0 70.556 57.308 128.090 128 128.090 70.549 0 128-57.348 128-128.090v-543.82c0-5.447-0.342-10.816-1.004-16.087v0 0z" /> +<glyph unicode="" glyph-name="thermometer-low" d="M576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM608 256.012c38.862-29.191 64-75.666 64-128.012 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 52.346 25.138 98.821 64 128.012v576.284c0 52.693 42.981 95.704 96 95.704 52.911 0 96-42.848 96-95.704v-576.284zM512 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96v0z" /> +<glyph unicode="" glyph-name="thermometer-low1" d="M576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM638.996 272.003c39.862-35.181 65.004-86.656 65.004-144.003 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 57.346 25.141 108.82 65.002 144.002-0.661 5.27-1.002 10.639-1.002 16.088v543.82c0 70.556 57.308 128.090 128 128.090 70.549 0 128-57.348 128-128.090v-543.82c0-5.447-0.342-10.816-1.004-16.087v0 0zM512 32c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96s42.981-96 96-96v0z" /> +<glyph unicode="" glyph-name="thermometer-quarter" d="M543.563 218.691c37.514-13.055 64.437-48.729 64.437-90.691 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.966 26.928 77.643 64.447 90.694-0.294 1.755-0.447 3.559-0.447 5.399v159.813c0 18.082 14.327 32.094 32 32.094 17.796 0 32-14.369 32-32.094v-159.813c0-1.847-0.149-3.652-0.437-5.403v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM608 256.012c38.862-29.191 64-75.666 64-128.012 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 52.346 25.138 98.821 64 128.012v576.284c0 52.693 42.981 95.704 96 95.704 52.911 0 96-42.848 96-95.704v-576.284z" /> +<glyph unicode="" glyph-name="thermometer-quarter1" d="M543.563 218.691c37.514-13.055 64.437-48.729 64.437-90.691 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.966 26.928 77.643 64.447 90.694-0.294 1.755-0.447 3.559-0.447 5.399v159.813c0 18.082 14.327 32.094 32 32.094 17.796 0 32-14.369 32-32.094v-159.813c0-1.847-0.149-3.652-0.437-5.403v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM638.996 272.003c39.862-35.181 65.004-86.656 65.004-144.003 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 57.346 25.141 108.82 65.002 144.002-0.661 5.27-1.002 10.639-1.002 16.088v543.82c0 70.556 57.308 128.090 128 128.090 70.549 0 128-57.348 128-128.090v-543.82c0-5.447-0.342-10.816-1.004-16.087v0 0z" /> +<glyph unicode="" glyph-name="thermometer-half" d="M543.542 218.698c37.525-13.049 64.458-48.728 64.458-90.698 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.965 26.927 77.641 64.445 90.694-0.293 1.751-0.445 3.55-0.445 5.386v319.842c0 17.495 14.327 32.079 32 32.079 17.796 0 32-14.362 32-32.079v-319.842c0-1.83-0.157-3.628-0.458-5.381v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM608 256.012c38.862-29.191 64-75.666 64-128.012 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 52.346 25.138 98.821 64 128.012v576.284c0 52.693 42.981 95.704 96 95.704 52.911 0 96-42.848 96-95.704v-576.284z" /> +<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="thermometer-half1" d="M543.542 218.698c37.525-13.049 64.458-48.728 64.458-90.698 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.965 26.927 77.641 64.445 90.694-0.293 1.751-0.445 3.55-0.445 5.386v319.842c0 17.495 14.327 32.079 32 32.079 17.796 0 32-14.362 32-32.079v-319.842c0-1.83-0.157-3.628-0.458-5.381v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM638.996 272.003c39.862-35.181 65.004-86.656 65.004-144.003 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 57.346 25.141 108.82 65.002 144.002-0.661 5.27-1.002 10.639-1.002 16.088v543.82c0 70.556 57.308 128.090 128 128.090 70.549 0 128-57.348 128-128.090v-543.82c0-5.447-0.342-10.816-1.004-16.087v0 0z" /> +<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="thermometer-three-quarters" d="M543.553 218.694c37.519-13.052 64.447-48.728 64.447-90.694 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.961 26.922 77.635 64.435 90.69-0.286 1.727-0.435 3.5-0.435 5.309v480.003c0 17.448 14.327 31.999 32 31.999 17.796 0 32-14.326 32-31.999v-480.003c0-1.803-0.153-3.576-0.447-5.305v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM608 256.012c38.862-29.191 64-75.666 64-128.012 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 52.346 25.138 98.821 64 128.012v576.284c0 52.693 42.981 95.704 96 95.704 52.911 0 96-42.848 96-95.704v-576.284z" /> +<glyph unicode="" glyph-name="thermometer-three-quarters1" d="M543.553 218.694c37.519-13.052 64.447-48.728 64.447-90.694 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.961 26.922 77.635 64.435 90.69-0.286 1.727-0.435 3.5-0.435 5.309v480.003c0 17.448 14.327 31.999 32 31.999 17.796 0 32-14.326 32-31.999v-480.003c0-1.803-0.153-3.576-0.447-5.305v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM638.996 272.003c39.862-35.181 65.004-86.656 65.004-144.003 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 57.346 25.141 108.82 65.002 144.002-0.661 5.27-1.002 10.639-1.002 16.088v543.82c0 70.556 57.308 128.090 128 128.090 70.549 0 128-57.348 128-128.090v-543.82c0-5.447-0.342-10.816-1.004-16.087v0 0z" /> +<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="thermometer-full" d="M543.577 218.686c37.507-13.059 64.423-48.729 64.423-90.686 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.959 26.919 77.632 64.43 90.688-0.283 1.715-0.43 3.476-0.43 5.272v608.080c0 17.924 14.327 31.96 32 31.96 17.796 0 32-14.309 32-31.96v-608.080c0-1.801-0.145-3.562-0.423-5.274v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM608 256.012c38.862-29.191 64-75.666 64-128.012 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 52.346 25.138 98.821 64 128.012v576.284c0 52.693 42.981 95.704 96 95.704 52.911 0 96-42.848 96-95.704v-576.284z" /> +<glyph unicode="" glyph-name="thermometer-full1" d="M543.577 218.686c37.507-13.059 64.423-48.729 64.423-90.686 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.959 26.919 77.632 64.43 90.688-0.283 1.715-0.43 3.476-0.43 5.272v608.080c0 17.924 14.327 31.96 32 31.96 17.796 0 32-14.309 32-31.96v-608.080c0-1.801-0.145-3.562-0.423-5.274v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM638.996 272.003c39.862-35.181 65.004-86.656 65.004-144.003 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 57.346 25.141 108.82 65.002 144.002-0.661 5.27-1.002 10.639-1.002 16.088v543.82c0 70.556 57.308 128.090 128 128.090 70.549 0 128-57.348 128-128.090v-543.82c0-5.447-0.342-10.816-1.004-16.087v0 0z" /> +<glyph unicode="" glyph-name="lightning" d="M546.134 512l49.065 128h-124.801l-73.598-192h82.516l-47.317-131.2 195.199 195.2h-81.065zM433.455 416h-81.455l96 256h192l-48-128h112l-352-352 81.455 224z" /> +<glyph unicode="" glyph-name="lightning1" d="M433.455 416h-81.455l96 256h192l-48-128h112l-352-352 81.455 224z" /> +<glyph unicode="" glyph-name="call" d="M854 282.667q18 0 30-12t12-30v-148q0-50-42-50-298 0-512 214t-214 512q0 42 50 42h148q18 0 30-12t12-30q0-78 24-150 8-26-10-44l-82-72q92-192 294-290l66 84q12 12 30 12 10 0 14-2 72-24 150-24z" /> +<glyph unicode="" glyph-name="chat" d="M768 596.667v86h-512v-86h512zM598 340.667v86h-342v-86h342zM256 554.667v-86h512v86h-512zM854 852.667q34 0 59-25t25-59v-512q0-34-25-60t-59-26h-598l-170-170v768q0 34 25 59t59 25h684z" /> +<glyph unicode="" glyph-name="comment" d="M768 596.667v86h-512v-86h512zM768 468.667v86h-512v-86h512zM768 340.667v86h-512v-86h512zM938 768.667v-768l-170 170h-598q-34 0-59 26t-25 60v512q0 34 25 59t59 25h684q34 0 59-25t25-59z" /> +<glyph unicode="" glyph-name="email" d="M854 596.667v86l-342-214-342 214v-86l342-212zM854 768.667q34 0 59-26t25-60v-512q0-34-25-60t-59-26h-684q-34 0-59 26t-25 60v512q0 34 25 60t59 26h684z" /> +<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="location_on" d="M512 448.667q44 0 75 31t31 75-31 75-75 31-75-31-31-75 31-75 75-31zM512 852.667q124 0 211-87t87-211q0-62-31-142t-75-150-87-131-73-97l-32-34q-12 14-32 37t-72 92-91 134-71 147-32 144q0 124 87 211t211 87z" /> +<glyph unicode="" glyph-name="mail_outline" d="M512 468.667l342 214h-684zM854 170.667v426l-342-212-342 212v-426h684zM854 768.667q34 0 59-26t25-60v-512q0-34-25-60t-59-26h-684q-34 0-59 26t-25 60v512q0 34 25 60t59 26h684z" /> +<glyph unicode="" glyph-name="drafts" d="M512 384.667l352 220-352 206-352-206zM938 596.667v-426q0-34-25-60t-59-26h-684q-34 0-59 26t-25 60v426q0 50 40 74l386 226 386-226q40-24 40-74z" /> +<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="send" d="M86 42.667v298l640 86-640 86v298l896-384z" /> +<glyph unicode="" glyph-name="brightness_high" d="M512 596.667q70 0 120-50t50-120-50-120-120-50-120 50-50 120 50 120 120 50zM512 170.667q106 0 181 75t75 181-75 181-181 75-181-75-75-181 75-181 181-75zM854 568.667l140-142-140-142v-200h-200l-142-140-142 140h-200v200l-140 142 140 142v200h200l142 140 142-140h200v-200z" /> +<glyph unicode="" glyph-name="brightness_low" d="M512 170.667q106 0 181 75t75 181-75 181-181 75-181-75-75-181 75-181 181-75zM854 284.667v-200h-200l-142-140-142 140h-200v200l-140 142 140 142v200h200l142 140 142-140h200v-200l140-142z" /> +<glyph unicode="" glyph-name="brightness_medium" d="M512 170.667q106 0 181 75t75 181-75 181-181 75v-512zM854 284.667v-200h-200l-142-140-142 140h-200v200l-140 142 140 142v200h200l142 140 142-140h200v-200l140-142z" /> +<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="color_lens1" d="M746 426.667q26 0 45 18t19 46-19 46-45 18-45-18-19-46 19-46 45-18zM618 596.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM406 596.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM278 426.667q26 0 45 18t19 46-19 46-45 18-45-18-19-46 19-46 45-18zM512 810.667q158 0 271-100t113-242q0-88-63-150t-151-62h-74q-28 0-46-19t-18-45q0-22 16-42t16-44q0-28-18-46t-46-18q-160 0-272 112t-112 272 112 272 272 112z" /> +<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="map1" d="M640 128.667v506l-256 90v-506zM874 810.667q22 0 22-22v-644q0-16-16-20l-240-82-256 90-228-88-6-2q-22 0-22 22v644q0 16 16 20l240 82 256-90 228 88z" /> +<glyph unicode="" glyph-name="pin_drop" d="M214 84.667h596v-84h-596v84zM426 596.667q0-36 25-60t61-24 61 24 25 60q0 34-26 60t-60 26-60-26-26-60zM768 596.667q0-86-64-203t-128-191l-64-74q-28 30-71 82t-114 176-71 210q0 106 75 181t181 75 181-75 75-181z" /> +<glyph unicode="" glyph-name="thumb_down" d="M810 810.667h172v-512h-172v512zM640 810.667q34 0 60-26t26-60v-426q0-34-26-60l-280-282-46 46q-18 18-18 44v14l42 196h-270q-34 0-60 25t-26 59v86q0 16 6 32l130 300q20 52 78 52h384z" /> +<glyph unicode="" glyph-name="thumb_up" d="M982 512.667v-86q0-16-6-32l-130-300q-20-52-78-52h-384q-34 0-60 26t-26 60v426q0 34 26 60l280 282 46-46q18-18 18-44v-14l-42-196h270q34 0 60-25t26-59zM42 42.667v512h172v-512h-172z" /> +<glyph unicode="" glyph-name="forward_to_inbox" d="M854 768.667h-684q-34 0-59-25t-25-61v-512q0-36 25-61t59-25h384v86h-384v426l342-212 342 212v-212h84v298q0 36-25 61t-59 25zM512 468.667l-342 214h684zM810 298.667l172-170-172-172v128h-170v86h170v128z" /> +<glyph unicode="" glyph-name="chevron-right1" horiz-adv-x="695" d="M632.571 449.714l-424-424c-14.286-14.286-37.143-14.286-51.429 0l-94.857 94.857c-14.286 14.286-14.286 37.143 0 51.429l303.429 303.429-303.429 303.429c-14.286 14.286-14.286 37.143 0 51.429l94.857 94.857c14.286 14.286 37.143 14.286 51.429 0l424-424c14.286-14.286 14.286-37.143 0-51.429z" /> +<glyph unicode="" glyph-name="chevron-left1" horiz-adv-x="768" d="M669.143 778.857l-303.429-303.429 303.429-303.429c14.286-14.286 14.286-37.143 0-51.429l-94.857-94.857c-14.286-14.286-37.143-14.286-51.429 0l-424 424c-14.286 14.286-14.286 37.143 0 51.429l424 424c14.286 14.286 37.143 14.286 51.429 0l94.857-94.857c14.286-14.286 14.286-37.143 0-51.429z" /> +<glyph unicode="" glyph-name="chevron-down" d="M961.714 489.143l-424-423.429c-14.286-14.286-37.143-14.286-51.429 0l-424 423.429c-14.286 14.286-14.286 37.714 0 52l94.857 94.286c14.286 14.286 37.143 14.286 51.429 0l303.429-303.429 303.429 303.429c14.286 14.286 37.143 14.286 51.429 0l94.857-94.286c14.286-14.286 14.286-37.714 0-52z" /> +<glyph unicode="" glyph-name="chevron-up" d="M961.714 190.286l-94.857-94.286c-14.286-14.286-37.143-14.286-51.429 0l-303.429 303.429-303.429-303.429c-14.286-14.286-37.143-14.286-51.429 0l-94.857 94.286c-14.286 14.286-14.286 37.714 0 52l424 423.429c14.286 14.286 37.143 14.286 51.429 0l424-423.429c14.286-14.286 14.286-37.714 0-52z" /> +<glyph unicode="" glyph-name="bitcoin, btc" horiz-adv-x="760" d="M666.857 585.143c7.429-76-24.571-121.714-74.857-147.429 83.429-20 136-69.714 125.714-181.143-13.143-138.857-116-176-263.429-184v-145.714h-88v143.429c-22.286 0-45.714 0-69.714 0.571v-144h-88v145.714c-20.571 0-41.143 0.571-62.286 0.571h-114.286l17.714 104.571c64.571-1.143 63.429 0 63.429 0 24.571 0 31.429 17.714 33.143 29.143v229.714h9.143c-3.429 0.571-6.857 0.571-9.143 0.571v164c-3.429 18.286-14.857 38.857-50.857 38.857 0 0 1.143 1.143-63.429 0v93.714l121.143-0.571c17.714 0 36.571 0 55.429 0.571v144h88v-141.143c23.429 0.571 46.857 1.143 69.714 1.143v140h88v-144c113.143-9.714 202.857-44.571 212.571-148.571zM544 273.714c0 113.143-186.286 96.571-245.714 96.571v-193.143c59.429 0 245.714-12.571 245.714 96.571zM503.429 545.714c0 103.429-155.429 88-205.143 88v-175.429c49.714 0 205.143-11.429 205.143 87.429z" /> +<glyph unicode="" glyph-name="fast_forward" d="M554 682.667l364-256-364-256v512zM170 170.667v512l364-256z" /> +<glyph unicode="" glyph-name="fast_rewind" d="M490 426.667l364 256v-512zM470 170.667l-364 256 364 256v-512z" /> +<glyph unicode="" glyph-name="loop1" d="M512 170.667v128l170-170-170-172v128q-140 0-241 101t-101 241q0 100 54 182l62-62q-30-54-30-120 0-106 75-181t181-75zM512 768.667q140 0 241-101t101-241q0-100-54-182l-62 62q30 54 30 120 0 106-75 181t-181 75v-128l-170 170 170 172v-128z" /> +<glyph unicode="" glyph-name="mic1" d="M738 468.667h72q0-108-75-189t-181-97v-140h-84v140q-106 16-181 97t-75 189h72q0-94 67-155t159-61 159 61 67 155zM512 340.667q-52 0-90 38t-38 90v256q0 52 38 90t90 38 90-38 38-90v-256q0-52-38-90t-90-38z" /> +<glyph unicode="" glyph-name="mic_off" d="M182 810.667l714-714-54-54-178 178q-44-28-110-38v-140h-84v140q-106 16-181 97t-75 189h72q0-94 67-155t159-61q50 0 98 22l-70 70q-16-4-28-4-52 0-90 38t-38 90v32l-256 256zM640 462.667l-256 254v8q0 52 38 90t90 38 90-38 38-90v-262zM810 468.667q0-74-38-140l-52 54q18 40 18 86h72z" /> +<glyph unicode="" glyph-name="not_interested" d="M782 216.667q72 90 72 210 0 140-101 241t-241 101q-48 0-110-21t-100-51zM512 84.667q48 0 110 21t100 51l-480 480q-72-90-72-210 0-140 101-241t241-101zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125z" /> +<glyph unicode="" glyph-name="pause" d="M598 724.667h170v-596h-170v596zM256 128.667v596h170v-596h-170z" /> +<glyph unicode="" glyph-name="pause_circle_filled" d="M640 256.667v340h-86v-340h86zM470 256.667v340h-86v-340h86zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125z" /> +<glyph unicode="" glyph-name="pause_circle_outline" d="M554 256.667v340h86v-340h-86zM512 84.667q140 0 241 101t101 241-101 241-241 101-241-101-101-241 101-241 241-101zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125zM384 256.667v340h86v-340h-86z" /> +<glyph unicode="" glyph-name="play_arrow" d="M342 724.667l468-298-468-298v596z" /> +<glyph unicode="" glyph-name="play_circle_filled" d="M426 234.667l256 192-256 192v-384zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125z" /> +<glyph unicode="" glyph-name="play_circle_outline" d="M512 84.667q140 0 241 101t101 241-101 241-241 101-241-101-101-241 101-241 241-101zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125zM426 234.667v384l256-192z" /> +<glyph unicode="" glyph-name="playlist_add" d="M86 256.667v84h340v-84h-340zM768 340.667h170v-84h-170v-172h-86v172h-170v84h170v172h86v-172zM598 682.667v-86h-512v86h512zM598 512.667v-86h-512v86h512z" /> +<glyph unicode="" glyph-name="queue_music" d="M726 682.667h212v-86h-128v-384q0-52-38-90t-90-38-90 38-38 90 38 90 90 38q16 0 44-8v350zM128 256.667v84h342v-84h-342zM640 512.667v-86h-512v86h512zM640 682.667v-86h-512v86h512z" /> +<glyph unicode="" glyph-name="radio" d="M854 426.667v170h-684v-170h512v86h86v-86h86zM298 84.667q52 0 90 38t38 90-38 90-90 38-90-38-38-90 38-90 90-38zM138 676.667l540 220 28-72-352-142h500q36 0 60-25t24-61v-512q0-36-24-60t-60-24h-684q-36 0-60 24t-24 60v512q0 60 52 80z" /> +<glyph unicode="" glyph-name="repeat" d="M726 212.667v172h84v-256h-512v-128l-170 170 170 170v-128h428zM298 640.667v-172h-84v256h512v128l170-170-170-170v128h-428z" /> +<glyph unicode="" glyph-name="repeat_one" d="M554 298.667h-64v170h-64v44l86 42h42v-256zM726 212.667v172h84v-256h-512v-128l-170 170 170 170v-128h428zM298 640.667v-172h-84v256h512v128l170-170-170-170v128h-428z" /> +<glyph unicode="" glyph-name="replay" d="M512 724.667q142 0 242-100t100-240q0-142-101-242t-241-100-241 100-101 242h86q0-106 75-181t181-75 181 75 75 181-75 181-181 75v-172l-214 214 214 214v-172z" /> +<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="shuffle" d="M632 366.667l134-134 88 88v-236h-236l88 88-134 134zM618 768.667h236v-236l-88 88-536-536-60 60 536 536zM452 546.667l-60-60-222 222 60 60z" /> +<glyph unicode="" glyph-name="skip_next" d="M682 682.667h86v-512h-86v512zM256 170.667v512l362-256z" /> +<glyph unicode="" glyph-name="skip_previous" d="M406 426.667l362 256v-512zM256 682.667h86v-512h-86v512z" /> +<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="stop" d="M256 682.667h512v-512h-512v512z" /> +<glyph unicode="" glyph-name="videocam" d="M726 490.667l170 170v-468l-170 170v-150q0-18-13-30t-31-12h-512q-18 0-30 12t-12 30v428q0 18 12 30t30 12h512q18 0 31-12t13-30v-150z" /> +<glyph unicode="" glyph-name="videocam_off" d="M140 852.667l756-756-54-54-136 136q-12-8-24-8h-512q-18 0-30 12t-12 30v428q0 18 12 30t30 12h32l-116 116zM896 660.667v-456l-478 478h264q18 0 31-12t13-30v-150z" /> +<glyph unicode="" glyph-name="volume_down" d="M214 554.667h170l214 214v-684l-214 214h-170v256zM790 426.667q0-118-108-172v344q44-22 76-73t32-99z" /> +<glyph unicode="" glyph-name="volume_mute" d="M298 554.667h172l212 214v-684l-212 214h-172v256z" /> +<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="volume_off" d="M512 768.667v-180l-90 90zM182 810.667l714-714-54-54-88 88q-66-56-156-78v88q50 14 96 50l-182 182v-288l-214 214h-170v256h202l-202 202zM810 426.667q0 102-59 180t-153 106v88q130-28 214-133t84-241q0-94-44-178l-64 66q22 54 22 112zM704 426.667q0-18-2-26l-104 104v94q44-22 75-72t31-100z" /> +<glyph unicode="" glyph-name="volume_up" d="M598 800.667q130-28 214-133t84-241-84-241-214-133v88q94 28 153 106t59 180-59 180-153 106v88zM704 426.667q0-120-106-172v344q44-22 75-72t31-100zM128 554.667h170l214 214v-684l-214 214h-170v256z" /> +<glyph unicode="" glyph-name="forward_10" d="M564 290.667q0-14 20-14 10 0 14 4l8 10q4 8 4 12v86q-4 8-4 12t-9 9-13 5q-6 0-12-6l-8-8q-6-8-6-12v-86q6-8 6-12zM644 332.667q0-26-4-34l-12-26q-14-12-22-12-4 0-13-2t-13-2q-18 0-26 4-4 2-10 6t-10 6q-18 10-18 60v30q0 26 4 34l14 26q12 12 20 12 4 0 13 2t13 2q18 0 26-4 4-2 11-6t11-6 12-26q4-12 4-34v-30zM466 256.667h-40v140l-42-12v30l76 24h6v-182zM170 384.667q0 140 100 240t242 100v172l214-214-214-214v172q-104 0-180-75t-76-181 76-181 180-75 180 75 76 181h86q0-142-101-242t-241-100-241 100-101 242z" /> +<glyph unicode="" glyph-name="forward_30" d="M170 384.667q0 140 100 240t242 100v172l214-214-214-214v172q-104 0-180-75t-76-181 76-181 180-75 180 75 76 181h86q0-142-101-242t-241-100-241 100-101 242zM568 290.667q0-14 20-14 10 0 14 4l8 10q4 8 4 12v86q-4 8-4 12t-9 9-13 5q-6 0-12-6l-8-8q-4-8-4-12v-86q4-8 4-12zM652 332.667q0-26-4-34l-12-26q-14-12-22-12-4 0-13-2t-13-2q-14 0-46 16-4 2-12 26-6 18-6 34v30q0 22 6 34l12 26q14 12 22 12 4 0 12 2t12 2q18 0 26-4 4-2 11-6t11-6 12-26q4-12 4-34v-30zM426 362.667q30 0 30 26v8q-4 4-4 8t-8 4h-22q-4-4-8-4t-4-8v-8h-44q0 16 11 31t25 15q2 0 10 2t10 2q24 0 48-12 16-8 16-38v-14q-4-8-4-12 0-8-8-8-4 0-14-10 18-10 22-16 8-16 8-26 0-18-4-22-2-2-6-8t-6-8q-8-8-22-8-4 0-13-2t-13-2q-16 0-20 4-2 2-10 4t-12 4q-18 10-18 42h36v-8q4-4 4-8t8-4h22q4 4 8 4t4 8v22q-4 4-4 8t-8 4h-26v30h16z" /> +<glyph unicode="" glyph-name="forward_5" d="M500 358.667q-14-6-14-8l-4-6h-26l10 94h102v-30h-74l-4-38q4 0 4 4 0 2 3 3t3 3h16q16 0 22-6 2-2 8-6t8-6q18-18 18-46 0-18-4-22-2-2-6-10t-8-12q-16-16-46-16-18 0-22 4-2 2-9 4t-11 4q-18 10-18 38h34q0-20 26-20 8 0 12 4l10 8q4 8 4 12v26l-4 8-10 10q-8 4-12 4h-8zM170 384.667q0 140 100 240t242 100v172l214-214-214-214v172q-104 0-180-75t-76-181 76-181 180-75 180 75 76 181h86q0-142-101-242t-241-100-241 100-101 242z" /> +<glyph unicode="" glyph-name="replay_10" d="M564 290.667q0-14 20-14 10 0 14 4l8 10q4 8 4 12v86q-4 8-4 12t-9 9-13 5q-6 0-12-6l-8-8q-6-8-6-12v-86q6-8 6-12zM648 332.667q0-26-4-34l-12-26q-14-12-22-12-4 0-13-2t-13-2q-18 0-26 4-4 2-10 6t-10 6q-18 10-18 60v30q0 26 4 34l14 26q12 12 20 12 4 0 13 2t13 2q18 0 26-4 4-2 11-6t11-6 12-26q4-12 4-34v-30zM466 256.667h-40v140l-42-12v30l76 24h6v-182zM512 724.667q142 0 242-100t100-240q0-142-101-242t-241-100-241 100-101 242h86q0-106 76-181t180-75 180 75 76 181-76 181-180 75v-172l-214 214 214 214v-172z" /> +<glyph unicode="" glyph-name="replay_30" d="M572 290.667q0-14 22-14 8 0 12 4l8 10q4 8 4 12v86q0 2-2 6t-2 6q0 4-8 9t-12 5q-8 0-14-6l-8-8q-4-8-4-12v-86q4-8 4-12zM652 332.667q0-26-4-34l-12-26q-14-12-22-12-4 0-13-2t-13-2q-14 0-46 16-4 2-12 26-6 18-6 34v30q0 22 6 34l12 26q14 12 22 12 4 0 12 2t12 2q18 0 26-4 4-2 11-6t11-6 12-26q4-12 4-34v-30zM426 362.667q30 0 30 26v8q-4 4-4 8t-8 4h-22q-4-4-8-4t-4-8v-8h-44q0 16 11 31t25 15q2 0 10 2t10 2q24 0 48-12 16-8 16-38v-14q-4-8-4-12 0-8-8-8-4 0-14-10 18-10 22-16 8-16 8-26 0-18-4-22-2-2-6-8t-6-8q-8-8-22-8-4 0-13-2t-13-2q-16 0-20 4-2 2-10 4t-12 4q-18 10-18 42h36v-8q4-4 4-8t8-4h22q4 4 8 4t4 8v22q-4 4-4 8t-8 4h-26v30h16zM512 724.667q142 0 242-100t100-240q0-142-101-242t-241-100-241 100-101 242h86q0-106 76-181t180-75 180 75 76 181-76 181-180 75v-172l-214 214 214 214v-172z" /> +<glyph unicode="" glyph-name="replay_5" d="M504 358.667q-14-6-14-8l-4-6h-30l10 94h102v-30h-74l-4-38q4 0 4 4 0 2 3 3t3 3h16q16 0 22-6 2-2 8-6t8-6q18-18 18-46 0-18-4-22-2-2-6-10t-8-12-9-7-7-5q-4-4-26-4-18 0-22 4-2 2-9 4t-11 4q-18 10-18 38h34q0-20 26-20 8 0 12 4l10 8q4 8 4 12v26l-4 8-10 10q-8 4-12 4h-8zM512 724.667q142 0 242-100t100-240q0-142-101-242t-241-100-241 100-101 242h86q0-106 76-181t180-75 180 75 76 181-76 181-180 75v-172l-214 214 214 214v-172z" /> +<glyph unicode="" glyph-name="location_off" d="M500 448.667q218-216 354-352l-54-54-144 142q-32-48-68-94t-56-68l-20-22q-12 14-32 37t-72 92-91 134-71 147-32 144q0 22 8 66l-136 136 54 54 356-356zM512 660.667q-46 0-78-36l-138 136q36 38 100 65t116 27q124 0 211-87t87-211q0-96-72-234l-154 156q34 30 34 78 0 44-31 75t-75 31z" /> +<glyph unicode="" glyph-name="message" d="M768 596.667v86h-512v-86h512zM768 468.667v86h-512v-86h512zM768 340.667v86h-512v-86h512zM854 852.667q34 0 59-25t25-59v-512q0-34-25-60t-59-26h-598l-170-170v768q0 34 25 59t59 25h684z" /> +<glyph unicode="" glyph-name="chat_bubble" d="M854 852.667q34 0 59-25t25-59v-512q0-34-25-60t-59-26h-598l-170-170v768q0 34 25 59t59 25h684z" /> +<glyph unicode="" glyph-name="chat_bubble_outline" d="M854 256.667v512h-684v-598l86 86h598zM854 852.667q34 0 59-25t25-59v-512q0-34-25-60t-59-26h-598l-170-170v768q0 34 25 59t59 25h684z" /> +<glyph unicode="" glyph-name="facebook1" d="M608 768h160v192h-160c-123.514 0-224-100.486-224-224v-96h-128v-192h128v-512h192v512h160l32 192h-192v96c0 17.346 14.654 32 32 32z" /> +<glyph unicode="" glyph-name="facebook" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h416v448h-128v128h128v64c0 105.8 86.2 192 192 192h128v-128h-128c-35.2 0-64-28.8-64-64v-64h192l-32-128h-160v-448h288c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96z" /> +<glyph unicode="" glyph-name="instagram" d="M512 867.8c136.8 0 153-0.6 206.8-3 50-2.2 77-10.6 95-17.6 23.8-9.2 41-20.4 58.8-38.2 18-18 29-35 38.4-58.8 7-18 15.4-45.2 17.6-95 2.4-54 3-70.2 3-206.8s-0.6-153-3-206.8c-2.2-50-10.6-77-17.6-95-9.2-23.8-20.4-41-38.2-58.8-18-18-35-29-58.8-38.4-18-7-45.2-15.4-95-17.6-54-2.4-70.2-3-206.8-3s-153 0.6-206.8 3c-50 2.2-77 10.6-95 17.6-23.8 9.2-41 20.4-58.8 38.2-18 18-29 35-38.4 58.8-7 18-15.4 45.2-17.6 95-2.4 54-3 70.2-3 206.8s0.6 153 3 206.8c2.2 50 10.6 77 17.6 95 9.2 23.8 20.4 41 38.2 58.8 18 18 35 29 58.8 38.4 18 7 45.2 15.4 95 17.6 53.8 2.4 70 3 206.8 3zM512 960c-139 0-156.4-0.6-211-3-54.4-2.4-91.8-11.2-124.2-23.8-33.8-13.2-62.4-30.6-90.8-59.2-28.6-28.4-46-57-59.2-90.6-12.6-32.6-21.4-69.8-23.8-124.2-2.4-54.8-3-72.2-3-211.2s0.6-156.4 3-211c2.4-54.4 11.2-91.8 23.8-124.2 13.2-33.8 30.6-62.4 59.2-90.8 28.4-28.4 57-46 90.6-59 32.6-12.6 69.8-21.4 124.2-23.8 54.6-2.4 72-3 211-3s156.4 0.6 211 3c54.4 2.4 91.8 11.2 124.2 23.8 33.6 13 62.2 30.6 90.6 59s46 57 59 90.6c12.6 32.6 21.4 69.8 23.8 124.2 2.4 54.6 3 72 3 211s-0.6 156.4-3 211c-2.4 54.4-11.2 91.8-23.8 124.2-12.6 34-30 62.6-58.6 91-28.4 28.4-57 46-90.6 59-32.6 12.6-69.8 21.4-124.2 23.8-54.8 2.6-72.2 3.2-211.2 3.2v0zM512 711c-145.2 0-263-117.8-263-263s117.8-263 263-263 263 117.8 263 263c0 145.2-117.8 263-263 263zM512 277.4c-94.2 0-170.6 76.4-170.6 170.6s76.4 170.6 170.6 170.6c94.2 0 170.6-76.4 170.6-170.6s-76.4-170.6-170.6-170.6zM846.8 721.4c0-33.91-27.49-61.4-61.4-61.4s-61.4 27.49-61.4 61.4c0 33.91 27.49 61.4 61.4 61.4s61.4-27.49 61.4-61.4z" /> +<glyph unicode="" glyph-name="swap_calls" d="M768 768.667l170-172h-128v-298q0-70-50-120t-120-50-120 50-50 120v298q0 34-26 60t-60 26-60-26-26-60v-298h128l-170-170-170 170h128v298q0 70 50 121t120 51 120-51 50-121v-298q0-34 26-60t60-26 60 26 26 60v298h-128z" /> +<glyph unicode="" glyph-name="spotify" d="M512 960c-281.6 0-512-230.4-512-512s230.4-512 512-512 512 230.4 512 512-227.8 512-512 512zM747.6 220.2c-10.2-15.4-28.2-20.4-43.6-10.2-120.4 74.2-271.4 89.6-450.6 48.6-18-5.2-33.2 7.6-38.4 23-5.2 18 7.6 33.2 23 38.4 194.6 43.6 363.6 25.6 496.6-56.4 18-7.6 20.6-28 13-43.4zM809 361c-12.8-18-35.8-25.6-53.8-12.8-138.2 84.4-348.2 110-509.4 58.8-20.4-5.2-43.6 5.2-48.6 25.6-5.2 20.4 5.2 43.6 25.6 48.6 186.8 56.4 417.2 28.2 576-69.2 15.2-7.6 23-33.2 10.2-51zM814 504.4c-163.8 97.2-437.8 107.6-594 58.8-25.6-7.6-51.2 7.6-58.8 30.8-7.6 25.6 7.6 51.2 30.8 58.8 181.8 53.8 481.2 43.6 670.8-69.2 23-12.8 30.8-43.6 18-66.6-13-17.8-43.6-25.4-66.8-12.6z" /> +<glyph unicode="" glyph-name="telegram" d="M512 960c-282.8 0-512-229.2-512-512s229.2-512 512-512 512 229.2 512 512-229.2 512-512 512zM763.6 609l-84-395.8c-5.8-28.2-22.8-34.8-46.4-21.8l-128 94.6-61.4-59.8c-7.2-7-12.8-12.8-25.6-12.8-16.6 0-13.8 6.2-19.4 22l-43.6 143.2-126.6 39.4c-27.4 8.4-27.6 27.2 6.2 40.6l493.2 190.4c22.4 10.2 44.2-5.4 35.6-40z" /> +<glyph unicode="" glyph-name="twitter" d="M1024 733.6c-37.6-16.8-78.2-28-120.6-33 43.4 26 76.6 67.2 92.4 116.2-40.6-24-85.6-41.6-133.4-51-38.4 40.8-93 66.2-153.4 66.2-116 0-210-94-210-210 0-16.4 1.8-32.4 5.4-47.8-174.6 8.8-329.4 92.4-433 219.6-18-31-28.4-67.2-28.4-105.6 0-72.8 37-137.2 93.4-174.8-34.4 1-66.8 10.6-95.2 26.2 0-0.8 0-1.8 0-2.6 0-101.8 72.4-186.8 168.6-206-17.6-4.8-36.2-7.4-55.4-7.4-13.6 0-26.6 1.4-39.6 3.8 26.8-83.4 104.4-144.2 196.2-146-72-56.4-162.4-90-261-90-17 0-33.6 1-50.2 3 93.2-59.8 203.6-94.4 322.2-94.4 386.4 0 597.8 320.2 597.8 597.8 0 9.2-0.2 18.2-0.6 27.2 41 29.4 76.6 66.4 104.8 108.6z" /> +<glyph unicode="" glyph-name="voicemail" d="M790 298.667q62 0 105 44t43 106-43 105-105 43-106-43-44-105 44-106 106-44zM234 298.667q62 0 106 44t44 106-44 105-106 43-105-43-43-105 43-106 105-44zM790 682.667q98 0 166-68t68-166-68-167-166-69h-556q-98 0-166 69t-68 167 68 166 166 68 167-68 69-166q0-86-54-150h192q-54 64-54 150 0 98 69 166t167 68z" /> +<glyph unicode="" glyph-name="rss_feed" d="M170 508.667q176 0 300-124t124-300h-122q0 124-89 213t-213 89v122zM170 748.667q274 0 469-195t195-469h-120q0 226-159 385t-385 159v120zM170 178.667q0 38 27 65t67 27 66-26 26-66-27-67-65-27q-40 0-67 27t-27 67z" /> +<glyph unicode="" glyph-name="alternate_email" d="M512 298.667q52 0 90 38t38 90-38 90-90 38-90-38-38-90 38-90 90-38zM512 852.667q176 0 301-125t125-301v-62q0-64-43-108t-105-44q-78 0-126 64-64-64-152-64t-151 63-63 151 63 151 151 63 151-63 63-151v-62q0-26 19-46t45-20 45 20 19 46v62q0 140-101 241t-241 101-241-101-101-241 101-241 241-101h214v-84h-214q-176 0-301 125t-125 301 125 301 301 125z" /> +<glyph unicode="" glyph-name="add_call" d="M896 682.667v-86h-128v-128h-86v128h-128v86h128v128h86v-128h128zM854 276.667q18 0 30-12t12-30v-150q0-18-12-30t-30-12q-300 0-513 213t-213 513q0 18 12 30t30 12h150q18 0 30-12t12-30q0-80 24-152 8-26-10-44l-94-94q94-184 282-282l94 94q18 18 44 10 72-24 152-24z" /> +<glyph unicode="" glyph-name="rss" d="M136.294 209.070c-75.196 0-136.292-61.334-136.292-136.076 0-75.154 61.1-135.802 136.292-135.802 75.466 0 136.494 60.648 136.494 135.802-0.002 74.742-61.024 136.076-136.494 136.076zM0.156 612.070v-196.258c127.784 0 247.958-49.972 338.458-140.512 90.384-90.318 140.282-211.036 140.282-339.3h197.122c-0.002 372.82-303.282 676.070-675.862 676.070zM0.388 960v-196.356c455.782 0 826.756-371.334 826.756-827.644h196.856c0 564.47-459.254 1024-1023.612 1024z" /> +<glyph unicode="" glyph-name="rss2" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM279 128.8c-48 0-87 38.6-87 86.6 0 47.6 39 86.8 87 86.8 48.2 0 87-39.2 87-86.8 0-48-39-86.6-87-86.6zM497.4 128c0 81.8-31.8 158.8-89.4 216.4-57.8 57.8-134.4 89.6-216 89.6v125.2c237.6 0 431.2-193.4 431.2-431.2h-125.8zM719.6 128c0 291-236.6 528-527.4 528v125.2c360 0 653-293.2 653-653.2h-125.6z" /> +<glyph unicode="" glyph-name="youtube" d="M1013.8 652.8c0 0-10 70.6-40.8 101.6-39 40.8-82.6 41-102.6 43.4-143.2 10.4-358.2 10.4-358.2 10.4h-0.4c0 0-215 0-358.2-10.4-20-2.4-63.6-2.6-102.6-43.4-30.8-31-40.6-101.6-40.6-101.6s-10.2-82.8-10.2-165.8v-77.6c0-82.8 10.2-165.8 10.2-165.8s10-70.6 40.6-101.6c39-40.8 90.2-39.4 113-43.8 82-7.8 348.2-10.2 348.2-10.2s215.2 0.4 358.4 10.6c20 2.4 63.6 2.6 102.6 43.4 30.8 31 40.8 101.6 40.8 101.6s10.2 82.8 10.2 165.8v77.6c-0.2 82.8-10.4 165.8-10.4 165.8zM406.2 315.2v287.8l276.6-144.4-276.6-143.4z" /> +<glyph unicode="" glyph-name="content_cut" d="M810 810.667h128v-42l-298-300-86 86zM512 404.667q22 0 22 22t-22 22-22-22 22-22zM256 84.667q34 0 60 25t26 61-26 61-60 25-60-25-26-61 26-61 60-25zM256 596.667q34 0 60 25t26 61-26 61-60 25-60-25-26-61 26-61 60-25zM412 612.667l526-528v-42h-128l-298 298-100-100q14-30 14-70 0-70-50-120t-120-50-120 50-50 120 50 120 120 50q40 0 70-14l100 100-100 100q-30-14-70-14-70 0-120 50t-50 120 50 120 120 50 120-50 50-120q0-40-14-70z" /> +<glyph unicode="" glyph-name="twitch" d="M96 960l-96-160v-736h256v-128h128l128 128h160l288 288v608h-864zM832 416l-160-160h-160l-128-128v128h-192v576h640v-416zM608 704h96v-256h-96v256zM416 704h96v-256h-96v256z" /> +<glyph unicode="" glyph-name="vimeo" d="M1023.6 686c-4.6-99.6-74.2-236.2-208.8-409.4-139.2-180.8-257-271.4-353.4-271.4-59.6 0-110.2 55-151.4 165.2-27.6 101-55 202-82.6 303-30.6 110.2-63.4 165.2-98.6 165.2-7.6 0-34.4-16.2-80.4-48.2l-48.2 62c50.6 44.4 100.4 88.8 149.4 133.2 67.4 58.2 118 88.8 151.8 92 79.6 7.6 128.8-46.8 147.2-163.4 19.8-125.8 33.6-204 41.4-234.6 23-104.4 48.2-156.6 75.8-156.6 21.4 0 53.6 33.8 96.6 101.6 42.8 67.6 65.8 119.2 69 154.6 6.2 58.4-16.8 87.8-69 87.8-24.6 0-49.8-5.6-75.8-16.8 50.4 164.8 146.4 244.8 288.4 240.2 105-2.8 154.6-71 148.6-204.4z" /> +<glyph unicode="" glyph-name="content_paste" d="M810 84.667v684h-84v-128h-428v128h-84v-684h596zM512 852.667q-18 0-30-12t-12-30 12-30 30-12 30 12 12 30-12 30-30 12zM810 852.667q34 0 60-25t26-59v-684q0-34-26-59t-60-25h-596q-34 0-60 25t-26 59v684q0 34 26 59t60 25h178q14 38 46 62t74 24 74-24 46-62h178z" /> +<glyph unicode="" glyph-name="flag8" d="M614 682.667h240v-426h-300l-16 84h-240v-298h-84v726h384z" /> +<glyph unicode="" glyph-name="forward1" d="M512 596.667v172l342-342-342-342v172h-342v340h342z" /> +<glyph unicode="" glyph-name="gesture" d="M592 146.667q28 0 56 37t36 113q-60-16-92-54t-32-64q0-14 10-23t22-9zM196 644.667l-74 72q20 24 36 40 54 54 116 54 38 0 73-30t35-92q0-60-56-140-56-78-78-150-12-34-7-58t21-24q18 0 48 36 44 44 98 116 96 120 210 120 84 0 125-55t47-123h106v-106h-104q-12-138-74-200t-128-62q-56 0-96 39t-40 93q0 66 60 138t170 92q-2 16-3 22t-6 19-12 19-21 11-34 5q-56 0-174-146-34-42-47-57t-37-35-46-26q-70-22-120 26t-50 120q0 30 11 66t29 70 34 61 31 49 17 24q34 56 12 64-14 6-72-52z" /> +<glyph unicode="" glyph-name="reply1" d="M426 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170z" /> +<glyph unicode="" glyph-name="reply_all" d="M554 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170zM298 596.667l-170-170 170-170v-128l-298 298 298 298v-128z" /> +<glyph unicode="" glyph-name="add_link" d="M810 426.667v-128h128v-86h-128v-128h-84v128h-128v86h128v128h84zM166 426.667q0-54 39-93t93-39h172v-82h-172q-88 0-150 63t-62 151 62 151 150 63h172v-82h-172q-54 0-93-39t-39-93zM858 426.667q0 54-39 93t-93 39h-172v82h172q88 0 150-63t62-151h-80zM342 468.667h340v-84h-340v84z" /> +<glyph unicode="" glyph-name="access_alarms" d="M512 84.667q124 0 211 88t87 212-87 211-211 87-211-87-87-211 87-212 211-88zM512 768.667q160 0 272-112t112-272-112-272-272-112-272 112-112 272 112 272 272 112zM534 596.667v-226l170-102-34-52-200 124v256h64zM338 792.667l-198-162-54 64 196 162zM938 694.667l-54-64-198 168 56 64z" /> +<glyph unicode="" glyph-name="behance2" d="M404.2 511.4c13 9.4 19.2 25 19.2 46.6 0 12-2 21.8-6.2 29.4-4.4 7.6-10 13.6-17.4 17.8-7.2 4.4-15.4 7.4-24.8 9-9.2 1.8-19 2.6-29 2.6h-105.4v-119.6h114c20-0.2 36.6 4.6 49.6 14.2zM422 403.4c-14.8 11.2-34.4 16.8-58.8 16.8h-122.6v-141h120.2c11.2 0 21.6 1 31.6 3.2s19 5.6 26.6 10.8c7.6 5 13.8 11.8 18.4 20.4s6.8 19.8 6.8 33.2c0 26.4-7.4 45.2-22.2 56.6zM928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM671.2 690.6h207.4v-50.6h-207.4v50.6zM541.6 273.6c-10-19-23.6-34.4-40.4-46.4-17-12-36.4-20.8-58.2-26.6-21.6-5.8-44-8.6-66.8-8.6h-248.2v511.8h241.2c24.4 0 46.6-2.2 66.8-6.4 20-4.2 37.2-11.4 51.6-21.2 14.2-9.8 25.4-22.8 33.4-39 7.8-16 11.8-36.2 11.8-60 0-25.8-5.8-47.2-17.6-64.4s-29-31.2-52.2-42.2c31.6-9 54.8-25 70.2-47.6 15.6-22.8 23.2-50.2 23.2-82.2 0.2-26.2-4.8-48.6-14.8-67.2zM959.4 352.8h-267.4c0-29.2 10-57 25.2-72 15.2-14.8 37.2-22.4 65.8-22.4 20.6 0 38.2 5.2 53.2 15.6 14.8 10.4 23.8 21.4 27.2 32.8h89.6c-14.4-44.6-36.2-76.4-66-95.6-29.4-19.2-65.4-28.8-107.2-28.8-29.2 0-55.4 4.8-79 14-23.6 9.4-43.2 22.6-59.8 39.8-16.2 17.2-28.6 37.8-37.6 61.8-8.8 23.8-13.4 50.4-13.4 79 0 27.8 4.6 53.6 13.6 77.6 9.2 24 22 44.8 38.8 62 16.8 17.4 36.8 31.2 60 41.4 23.2 10 48.8 15 77.2 15 31.4 0 58.8-6 82.4-18.4 23.4-12.2 42.6-28.6 57.8-49.2s25.8-44 32.6-70.4c6.6-26 8.8-53.4 7-82.2zM776.6 496.2c-16.2 0-29.8-2.8-40.4-8.4s-19.2-12.4-25.8-20.4c-6.6-8.2-11-16.8-13.6-26.2-2.6-9-4.2-17.2-4.6-24.4h165.6c-2.4 26-11.4 45.2-23.4 58.6-12.4 13.6-32.8 20.8-57.8 20.8z" /> +<glyph unicode="" glyph-name="access_time" d="M534 640.667v-224l192-114-32-54-224 136v256h64zM512 84.667q140 0 241 101t101 241-101 241-241 101-241-101-101-241 101-241 241-101zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125z" /> +<glyph unicode="" glyph-name="add_alarm" d="M554 554.667v-128h128v-86h-128v-128h-84v128h-128v86h128v128h84zM512 84.667q124 0 211 88t87 212-87 211-211 87-211-87-87-211 87-212 211-88zM512 768.667q160 0 272-113t112-271-112-271-272-113-272 113-112 271 112 271 272 113zM938 694.667l-54-66-196 166 54 64zM336 794.667l-196-164-54 64 196 164z" /> +<glyph unicode="" glyph-name="airplanemode_off" d="M128 714.667l54 54 672-672-54-54-246 244v-158l86-64v-64l-150 42-148-42v64l84 64v234l-340-106v84l254 160zM554 554.667l342-214v-84l-136 42-334 334v156q0 26 19 45t45 19 45-19 19-45v-234z" /> +<glyph unicode="" glyph-name="airplanemode_on" d="M896 256.667l-342 106v-234l86-64v-64l-150 42-148-42v64l84 64v234l-340-106v84l340 214v234q0 26 19 45t45 19 45-19 19-45v-234l342-214v-84z" /> +<glyph unicode="" glyph-name="usb" d="M640 640.667h170v-172h-42v-84q0-36-25-61t-61-25h-128v-130q52-28 52-84 0-38-27-66t-67-28-67 28-27 66q0 56 52 84v130h-128q-36 0-61 25t-25 61v88q-52 28-52 82 0 40 28 67t66 27 66-27 28-67q0-56-50-82v-88h128v340h-86l128 172 128-172h-86v-340h128v84h-42v172z" /> +<glyph unicode="" glyph-name="timer" d="M512 84.667q124 0 211 88t87 212-87 211-211 87-211-87-87-211 87-212 211-88zM812 622.667q34-44 59-113t25-125q0-158-112-271t-272-113-272 113-112 271 112 271 272 113q54 0 125-26t115-60l60 62q32-26 60-60zM470 340.667v256h84v-256h-84zM640 896.667v-86h-256v86h256z" /> +<glyph unicode="" glyph-name="timer_off" d="M512 84.667q78 0 150 42l-408 408q-40-68-40-150 0-124 87-212t211-88zM128 768.667l758-758-54-54-108 108q-100-64-212-64-160 0-272 113t-112 271q0 48 19 111t45 101l-118 118zM470 536.667v60h84v-146zM640 896.667v-86h-256v86h256zM812 744.667l60-60-60-62q84-106 84-238v-2q0-48-19-110t-45-100l-62 62q40 68 40 150 0 124-87 211t-211 87q-80 0-148-40l-64 62q102 64 212 64 56 0 126-25t114-59z" /> +<glyph unicode="" glyph-name="transform" d="M426 596.667v86h256q34 0 60-26t26-60v-256h-86v256h-256zM938 170.667h-170v-86h86l-128-128-128 128h84v86h-340q-34 0-60 26t-26 60v340h-170v86h170v86h-86l128 128 128-128h-84v-512h596v-86z" /> +<glyph unicode="" glyph-name="wb_incandescent" d="M736 164.667l60 58 76-76-60-60zM854 490.667h128v-86h-128v86zM640 668.667q58-34 93-92t35-128q0-106-75-181t-181-75-181 75-75 181q0 70 35 128t93 92v206h256v-206zM170 490.667v-86h-128v86h128zM470-19.333v126h84v-126h-84zM152 146.667l76 78 60-60-76-78z" /> +<glyph unicode="" glyph-name="wb_sunny" d="M152 146.667l76 78 60-60-76-78zM470-19.333v126h84v-126h-84zM512 704.667q106 0 181-75t75-181-75-181-181-75-181 75-75 181 75 181 181 75zM854 490.667h128v-86h-128v86zM736 164.667l60 58 76-76-60-60zM872 748.667l-76-76-60 60 76 76zM554 914.667v-126h-84v126h84zM170 490.667v-86h-128v86h128zM288 732.667l-60-60-76 76 60 60z" /> +<glyph unicode="" glyph-name="add_a_photo" d="M418 340.667q0 58 40 98t96 40q58 0 98-40t40-98q0-56-40-96t-98-40-97 39-39 97zM554 128.667q88 0 151 62t63 150-63 151-151 63-150-63-62-151 62-150 150-62zM256 512.667v128h128v128h298l78-86h136q34 0 60-26t26-60v-512q0-34-26-59t-60-25h-682q-34 0-60 25t-26 59v428h128zM128 768.667v128h86v-128h128v-86h-128v-128h-86v128h-128v86h128z" /> +<glyph unicode="" glyph-name="directions_bike" d="M810 64.667q62 0 106 43t44 105-44 106-106 44-105-44-43-106 43-105 105-43zM810 426.667q90 0 152-62t62-152-62-151-152-61-151 61-61 151 61 152 151 62zM460 490.667l94-98v-264h-84v212l-138 120q-24 16-24 60 0 36 24 60l120 120q16 24 60 24 38 0 68-24l82-82q64-64 152-64v-86q-126 0-216 90l-34 34zM214 64.667q62 0 105 43t43 105-43 106-105 44-106-44-44-106 44-105 106-43zM214 426.667q90 0 151-62t61-152-61-151-151-61-152 61-62 151 62 152 152 62zM662 704.667q-34 0-60 25t-26 59 26 60 60 26 59-26 25-60-25-59-59-25z" /> +<glyph unicode="" glyph-name="directions_bus" d="M768 468.667v214h-512v-214h512zM704 212.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM320 212.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM170 256.667v426q0 102 88 136t254 34 254-34 88-136v-426q0-56-44-96v-76q0-18-12-30t-30-12h-42q-18 0-31 12t-13 30v44h-340v-44q0-18-13-30t-31-12h-42q-18 0-30 12t-12 30v76q-44 40-44 96z" /> +<glyph unicode="" glyph-name="directions_car" d="M214 468.667h596l-64 192h-468zM746 256.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM278 256.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM808 682.667l88-256v-342q0-18-12-30t-30-12h-44q-18 0-30 12t-12 30v44h-512v-44q0-18-12-30t-30-12h-44q-18 0-30 12t-12 30v342l88 256q12 42 62 42h468q50 0 62-42z" /> +<glyph unicode="" glyph-name="directions_ferry" d="M256 682.667v-170l256 84 256-84v170h-512zM168 128.667l-80 284q-2 4-2 14 0 28 30 40l54 18v198q0 34 26 60t60 26h128v128h256v-128h128q34 0 60-26t26-60v-198l54-18q42-14 28-54l-80-284h-2q-98 0-172 84-74-84-170-84t-170 84q-74-84-172-84h-2zM854 42.667h84v-86h-84q-90 0-172 42-80-40-170-40t-170 40q-82-42-172-42h-84v86h84q92 0 172 56 78-54 170-54t170 54q80-56 172-56z" /> +<glyph unicode="" glyph-name="directions_subway" d="M768 468.667v214h-214v-214h214zM704 212.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM470 468.667v214h-214v-214h214zM320 212.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM512 852.667q166 0 254-34t88-136v-406q0-62-44-105t-106-43l64-64v-22h-512v22l64 64q-62 0-106 43t-44 105v406q0 102 88 136t254 34z" /> +<glyph unicode="" glyph-name="directions_train" d="M768 512.667v212h-512v-212h512zM512 212.667q34 0 60 26t26 60-26 60-60 26-60-26-26-60 26-60 60-26zM170 276.667v448q0 102 88 137t254 35 254-35 88-137v-448q0-62-44-105t-106-43l64-64v-22h-512v22l64 64q-62 0-106 43t-44 105z" /> +<glyph unicode="" glyph-name="directions_walk" d="M418 558.667l-120-602h90l78 342 88-86v-256h86v320l-90 86 26 128q92-106 234-106v84q-124 0-182 104l-44 68q-30 42-72 42-6 0-17-2t-17-2l-222-94v-200h86v144l76 30zM576 704.667q-34 0-60 25t-26 59 26 60 60 26 60-26 26-60-26-59-60-25z" /> +<glyph unicode="" glyph-name="hotel" d="M810 640.667q70 0 121-51t51-121v-384h-86v128h-768v-128h-86v640h86v-384h342v300h340zM298 384.667q-52 0-90 38t-38 90 38 90 90 38 90-38 38-90-38-90-90-38z" /> +<glyph unicode="" glyph-name="layers" d="M512 256.667q-18 14-163 127t-221 171l384 298 384-298q-76-58-220-170t-164-128zM512 146.667l314 246 70-54-384-298-384 298 70 54z" /> +<glyph unicode="" glyph-name="local_bar" d="M318 640.667h388l76 84h-540zM896 724.667l-342-384v-212h214v-86h-512v86h214v212l-342 384v86h768v-86z" /> +<glyph unicode="" glyph-name="local_cafe" d="M170 128.667h684v-86h-684v86zM854 596.667v128h-86v-128h86zM854 810.667q36 0 60-25t24-61v-128q0-36-24-60t-60-24h-86v-128q0-70-50-121t-120-51h-256q-70 0-121 51t-51 121v426h684z" /> +<glyph unicode="" glyph-name="local_gas_station" d="M768 512.667q18 0 30 12t12 30-12 30-30 12-30-12-12-30 12-30 30-12zM512 512.667v212h-256v-212h256zM844 630.667q30-30 30-76v-406q0-44-31-75t-75-31-75 31-31 75v214h-64v-320h-428v682q0 34 26 60t60 26h256q34 0 60-26t26-60v-298h42q34 0 60-26t26-60v-192q0-18 12-30t30-12 30 12 12 30v308q-18-8-42-8-44 0-75 31t-31 75q0 72 68 100l-90 90 46 44z" /> +<glyph unicode="" glyph-name="local_grocery_store" d="M726 170.667q34 0 59-26t25-60-25-59-59-25-60 25-26 59 26 60 60 26zM42 852.667h140l40-84h632q18 0 30-13t12-31q0-2-6-20l-152-276q-24-44-74-44h-318l-38-70-2-6q0-10 10-10h494v-86h-512q-34 0-59 26t-25 60q0 20 10 40l58 106-154 324h-86v84zM298 170.667q34 0 60-26t26-60-26-59-60-25-59 25-25 59 25 60 59 26z" /> +<glyph unicode="" glyph-name="local_movies" d="M768 554.667v86h-86v-86h86zM768 384.667v84h-86v-84h86zM768 212.667v86h-86v-86h86zM342 554.667v86h-86v-86h86zM342 384.667v84h-86v-84h86zM342 212.667v86h-86v-86h86zM768 810.667h86v-768h-86v86h-86v-86h-340v86h-86v-86h-86v768h86v-86h86v86h340v-86h86v86z" /> +<glyph unicode="" glyph-name="soundcloud" d="M891.96 445.796c-18.086 0-35.348-3.52-51.064-9.856-10.506 114.358-110.29 204.060-232 204.060-29.786 0-58.682-5.63-84.318-15.164-9.96-3.702-12.578-7.52-12.578-14.916v-402.714c0-7.766 6.24-14.234 14.124-14.996 0.336-0.034 363.536-0.21 365.89-0.21 72.904 0 131.986 56.816 131.986 126.894s-59.134 126.902-132.040 126.902zM400 192h32l16 224.22-16 223.78h-32l-16-223.78zM304 192h-32l-16 162.75 16 157.25h32l16-160zM144 192h32l16 128-16 128h-32l-16-128zM16 256h32l16 64-16 64h-32l-16-64z" /> +<glyph unicode="" glyph-name="local_offer" d="M234 640.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM914 444.667q24-24 24-60t-24-60l-300-300q-24-24-60-24t-60 24l-384 384q-24 24-24 60v300q0 34 25 59t59 25h300q36 0 60-24z" /> +<glyph unicode="" glyph-name="local_restaurant" d="M634 446.667l-62-62 294-294-60-60-294 294-294-294-60 60 416 416q-24 48-7 112t67 114q62 62 138 71t122-37 37-123-71-139q-50-50-114-66t-112 8zM346 368.667l-180 180q-50 50-50 120t50 120l300-298z" /> +<glyph unicode="" glyph-name="reddit" d="M256 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 64zM643.112 183.222c16.482 12.986 40.376 10.154 53.364-6.332s10.152-40.378-6.334-53.366c-45.896-36.158-115.822-59.524-178.142-59.524-62.322 0-132.248 23.366-178.144 59.522-16.486 12.99-19.32 36.882-6.332 53.368 12.99 16.482 36.882 19.318 53.366 6.332 26.422-20.818 78.722-43.222 131.11-43.222s104.688 22.404 131.112 43.222zM1024 448c0 70.692-57.308 128-128 128-48.116 0-89.992-26.57-111.852-65.82-65.792 35.994-145.952 59.246-233.28 64.608l76.382 171.526 146.194-42.2c13.152-37.342 48.718-64.114 90.556-64.114 53.020 0 96 42.98 96 96s-42.98 96-96 96c-36.56 0-68.342-20.442-84.554-50.514l-162.906 47.024c-18.224 5.258-37.538-3.722-45.252-21.052l-103.77-233.026c-85.138-5.996-163.262-29.022-227.636-64.236-21.864 39.25-63.766 65.804-111.882 65.804-70.692 0-128-57.308-128-128 0-52.312 31.402-97.254 76.372-117.102-8.070-24.028-12.372-49.104-12.372-74.898 0-176.73 200.576-320 448-320 247.422 0 448 143.27 448 320 0 25.792-4.3 50.862-12.368 74.886 44.97 19.85 76.368 64.802 76.368 117.114zM864 772c19.882 0 36-16.118 36-36s-16.118-36-36-36-36 16.118-36 36 16.118 36 36 36zM64 448c0 35.29 28.71 64 64 64 25.508 0 47.572-15.004 57.846-36.646-33.448-25.366-61.166-54.626-81.666-86.738-23.524 9.47-40.18 32.512-40.18 59.384zM512 12c-205.45 0-372 109.242-372 244s166.55 244 372 244c205.45 0 372-109.242 372-244s-166.55-244-372-244zM919.82 388.616c-20.5 32.112-48.218 61.372-81.666 86.738 10.276 21.642 32.338 36.646 57.846 36.646 35.29 0 64-28.71 64-64 0-26.872-16.656-49.914-40.18-59.384z" /> +<glyph unicode="" glyph-name="local_shipping" d="M768 148.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM832 532.667h-106v-106h190zM256 148.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM854 596.667l128-170v-214h-86q0-52-38-90t-90-38-90 38-38 90h-256q0-52-38-90t-90-38-90 38-38 90h-86v470q0 34 26 60t60 26h598v-172h128z" /> +<glyph unicode="" glyph-name="wikipedia" d="M966.8 726.4c0-3.2-1-6.2-3-9-2-2.6-4.2-4-6.8-4-20-2-36.4-8.4-49-19.2-12.8-10.8-25.8-31.8-39.2-62.4l-206.4-465.4c-1.4-4.4-5.2-6.4-11.4-6.4-4.8 0-8.6 2.2-11.4 6.4l-115.8 242-133.2-242c-2.8-4.4-6.4-6.4-11.4-6.4-6 0-9.8 2.2-11.8 6.4l-202.6 465.2c-12.6 28.8-26 49-40 60.4s-33.6 18.6-58.6 21.2c-2.2 0-4.2 1.2-6 3.4-2 2.2-2.8 4.8-2.8 7.8 0 7.6 2.2 11.4 6.4 11.4 18 0 37-0.8 56.8-2.4 18.4-1.6 35.6-2.4 51.8-2.4 16.4 0 36 0.8 58.4 2.4 23.4 1.6 44.2 2.4 62.4 2.4 4.4 0 6.4-3.8 6.4-11.4s-1.4-11.2-4-11.2c-18-1.4-32.4-6-42.8-13.8s-15.6-18-15.6-30.8c0-6.4 2.2-14.6 6.4-24.2l167.4-378.4 95.2 179.6-88.6 185.8c-16 33.2-29 54.6-39.2 64.2s-25.8 15.4-46.6 17.6c-2 0-3.6 1.2-5.4 3.4s-2.6 4.8-2.6 7.8c0 7.6 1.8 11.4 5.6 11.4 18 0 34.6-0.8 49.8-2.4 14.6-1.6 30-2.4 46.6-2.4 16.2 0 33.2 0.8 51.4 2.4 18.6 1.6 37 2.4 55 2.4 4.4 0 6.4-3.8 6.4-11.4s-1.2-11.2-4-11.2c-36.2-2.4-54.2-12.8-54.2-30.8 0-8 4.2-20.6 12.6-37.6l58.6-119 58.4 108.8c8 15.4 12.2 28.4 12.2 38.8 0 24.8-18 38-54.2 39.6-3.2 0-4.8 3.8-4.8 11.2 0 2.8 0.8 5.2 2.4 7.6s3.2 3.6 4.8 3.6c13 0 28.8-0.8 47.8-2.4 18-1.6 33-2.4 44.6-2.4 8.4 0 20.6 0.8 36.8 2 20.4 1.8 37.6 2.8 51.4 2.8 3.2 0 4.8-3.2 4.8-9.6 0-8.6-3-13-8.8-13-21-2.2-38-8-50.8-17.4s-28.8-30.8-48-64.4l-78.2-143.2 105.2-214.4 155.4 361.4c5.4 13.2 8 25.4 8 36.4 0 26.4-18 40.4-54.2 42.2-3.2 0-4.8 3.8-4.8 11.2 0 7.6 2.4 11.4 7.2 11.4 13.2 0 28.8-0.8 47-2.4 16.8-1.6 30.8-2.4 42-2.4 12 0 25.6 0.8 41.2 2.4 16.2 1.6 30.8 2.4 43.8 2.4 4 0 6-3.2 6-9.6z" /> +<glyph unicode="" glyph-name="local_taxi" d="M214 468.667h596l-64 192h-468zM746 256.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM278 256.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM808 682.667l88-256v-342q0-18-12-30t-30-12h-44q-18 0-30 12t-12 30v44h-512v-44q0-18-12-30t-30-12h-44q-18 0-30 12t-12 30v342l88 256q12 42 62 42h106v86h256v-86h106q50 0 62-42z" /> +<glyph unicode="" glyph-name="navigation" d="M512 852.667l320-780-30-30-290 128-290-128-30 30z" /> +<glyph unicode="" glyph-name="satellite" d="M214 170.667h596l-192 256-148-192-108 128zM214 426.667q124 0 211 88t87 212h-86q0-88-62-151t-150-63v-86zM214 726.667v-130q52 0 90 39t38 91h-128zM810 810.667q34 0 60-26t26-60v-596q0-34-26-60t-60-26h-596q-34 0-60 26t-26 60v596q0 34 26 60t60 26h596z" /> +<glyph unicode="" glyph-name="store_mall_directory" d="M512 170.667v170h-256v-170h256zM896 340.667h-42v-256h-86v256h-170v-256h-428v256h-42v86l42 214h684l42-214v-86zM854 768.667v-86h-684v86h684z" /> +<glyph unicode="" glyph-name="traffic" d="M512 554.667q36 0 61 25t25 61-25 60-61 24-61-24-25-60 25-61 61-25zM512 340.667q34 2 59 27t25 59-25 59-59 27h-2q-36 0-61-25t-25-61 25-61 61-25h2zM512 128.667q34 2 59 26t25 58-25 59-59 27h-2q-36 0-61-25t-25-61 25-60 61-24h2zM854 512.667q0-60-36-105t-92-61v-48h128q0-60-36-104t-92-60v-50q0-18-13-30t-31-12h-340q-18 0-31 12t-13 30v50q-56 16-92 60t-36 104h128v48q-56 16-92 61t-36 105h128v48q-56 16-92 60t-36 104h128v44q0 18 13 30t31 12h340q18 0 31-12t13-30v-44h128q0-60-36-104t-92-60v-48h128z" /> +<glyph unicode="" glyph-name="restaurant" d="M682 682.667q0 60 65 115t149 55v-852h-106v340h-108v342zM470 554.667v298h84v-298q0-68-46-117t-114-53v-384h-106v384q-68 4-114 53t-46 117v298h86v-298h84v298h86v-298h86z" /> +<glyph unicode="" glyph-name="train" d="M704 212.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM554 512.667h214v170h-214v-170zM470 512.667v170h-214v-170h214zM320 212.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM512 852.667q166 0 254-34t88-136v-406q0-62-44-105t-106-43l64-64v-22h-86l-84 86h-162l-84-86h-96v22l64 64q-62 0-106 43t-44 105v406q0 54 28 90t81 52 106 22 127 6z" /> +<glyph unicode="" glyph-name="tram" d="M726 340.667v214h-428v-214h428zM512 148.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM810 216.667q0-56-29-94t-81-38h4l64-64v-20h-86l-84 84h-162l-84-84h-96v20l68 68q-46 10-78 46t-32 82v360q0 82 68 113t186 35l34 64h-204v64h428v-64h-140l-32-64q126-4 191-34t65-114v-360z" /> +<glyph unicode="" glyph-name="departure_board" d="M704 768.667v-182l122-72-32-52-154 92v214h64zM682 384.667q88 0 151 62t63 150-63 151-151 63-150-63-62-151 62-150 150-62zM576 128.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM128 384.667h346q-90 86-90 212h-256v-212zM192 128.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM682 896.667q124 0 212-88t88-212q0-112-74-195t-182-99v-132q0-54-44-94v-76q0-18-12-31t-30-13h-42q-18 0-31 13t-13 31v42h-340v-42q0-18-13-31t-31-13h-42q-18 0-30 13t-12 31v76q-44 40-44 94v426q0 102 88 137t254 35q8 0 26-1t26-1q90 130 246 130z" /> +<glyph unicode="" glyph-name="fastfood" d="M44 212.667h640v-84h-640v84zM684 298.667h-642q0 98 66 164t160 82 189 0 161-82 66-164zM42 0.667v42h642v-42q0-18-13-30t-31-12h-554q-18 0-31 12t-13 30zM770-41.333v342q0 126-104 226-62 62-182 96l-12 100h212v174h84v-174h214l-72-702q-4-26-23-44t-45-18h-72z" /> +<glyph unicode="" glyph-name="share" d="M768 252.667q52 0 88-37t36-87q0-52-37-89t-87-37-87 37-37 89q0 20 2 28l-302 176q-38-34-88-34-52 0-90 38t-38 90 38 90 90 38q50 0 88-34l300 174q-4 20-4 30 0 52 38 90t90 38 90-38 38-90-38-90-90-38q-48 0-88 36l-300-176q4-20 4-30t-4-30l304-176q36 32 84 32z" /> +<glyph unicode="" glyph-name="add_shopping_cart" d="M306 308.667q0-10 10-10h494v-86h-512q-34 0-59 26t-25 60q0 20 10 40l58 106-154 324h-86v84h140q40-84 80-170 10-18 46-95t56-119h300q150 272 164 300l74-42-164-298q-24-44-74-44h-318l-38-70zM726 170.667q34 0 59-26t25-60-25-59-59-25-60 25-26 59 26 60 60 26zM298 170.667q34 0 60-26t26-60-26-59-60-25-59 25-25 59 25 60 59 26zM470 554.667v128h-128v86h128v128h84v-128h128v-86h-128v-128h-84z" /> +<glyph unicode="" glyph-name="bug_report" d="M598 426.667v86h-172v-86h172zM598 256.667v84h-172v-84h172zM854 596.667v-84h-90q4-28 4-44v-42h86v-86h-86v-42q0-14-4-42h90v-86h-120q-34-58-93-93t-129-35-129 35-93 93h-120v86h90q-4 28-4 42v42h-86v86h86v42q0 16 4 44h-90v84h120q30 50 78 84l-70 70 60 60 94-92q30 6 60 6t60-6l94 92 60-60-70-70q50-34 78-84h120z" /> +<glyph unicode="" glyph-name="build" d="M968 128.667q14-8 13-27t-17-33l-98-98q-30-30-60 0l-388 388q-72-30-153-13t-141 77q-64 64-80 152t24 164l188-184 128 128-184 184q76 36 164 22t152-78q60-60 77-141t-13-153z" /> +<glyph unicode="" glyph-name="explore" d="M606 332.667l162 350-350-162-162-350zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125zM512 472.667q20 0 33-13t13-33-13-33-33-13-33 13-13 33 13 33 33 13z" /> +<glyph unicode="" glyph-name="extension" d="M874 468.667q44 0 76-31t32-75-32-75-76-31h-64v-172q0-34-25-59t-59-25h-162v64q0 48-34 81t-82 33-82-33-34-81v-64h-162q-34 0-59 25t-25 59v162h64q48 0 81 34t33 82-33 82-81 34h-64v162q0 34 25 59t59 25h172v64q0 44 31 76t75 32 75-32 31-76v-64h172q34 0 59-25t25-59v-172h64z" /> +<glyph unicode="" glyph-name="favorite" d="M512 28.667l-62 56q-106 96-154 142t-107 114-81 123-22 113q0 98 67 166t167 68q116 0 192-90 76 90 192 90 100 0 167-68t67-166q0-78-52-162t-113-146-199-186z" /> +<glyph unicode="" glyph-name="favorite_outline" d="M516 146.667q96 86 142 130t100 104 75 106 21 90q0 64-43 106t-107 42q-50 0-93-28t-59-72h-80q-16 44-59 72t-93 28q-64 0-107-42t-43-106q0-44 21-90t75-106 100-104 142-130l4-4zM704 810.667q100 0 167-68t67-166q0-58-22-113t-81-123-107-114-154-142l-62-56-62 54q-138 124-199 186t-113 146-52 162q0 98 67 166t167 68q116 0 192-90 76 90 192 90z" /> +<glyph unicode="" glyph-name="settings_input_svideo" d="M662 298.667q26 0 45-18t19-46-19-46-45-18-45 18-19 46 19 46 45 18zM746 512.667q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM512 42.667q160 0 272 112t112 272-112 272-272 112-272-112-112-272 112-272 272-112zM512 896.667q194 0 332-138t138-332-138-332-332-138-332 138-138 332 138 332 332 138zM362 298.667q26 0 45-18t19-46-19-46-45-18-45 18-19 46 19 46 45 18zM640 660.667q0-26-18-45t-46-19h-128q-28 0-46 19t-18 45 18 45 46 19h128q28 0 46-19t18-45zM342 448.667q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45z" /> +<glyph unicode="" glyph-name="swap_horiz" d="M896 554.667l-170-170v128h-300v84h300v128zM298 468.667v-128h300v-84h-300v-128l-170 170z" /> +<glyph unicode="" glyph-name="swap_vert" d="M384 810.667l170-170h-128v-300h-84v300h-128zM682 212.667h128l-170-170-170 170h128v300h84v-300z" /> +<glyph unicode="" glyph-name="translate" d="M678 212.667h138l-70 186zM790 512.667l192-512h-86l-48 128h-202l-48-128h-86l192 512h86zM550 296.667l-34-88-132 132-214-212-60 60 218 214q-80 88-128 194h86q42-80 98-142 92 102 136 228h-478v86h300v84h84v-84h300v-86h-126q-20-64-66-145t-92-133l-2-2z" /> +<glyph unicode="" glyph-name="trending_down" d="M682 170.667l98 98-208 208-170-170-316 316 60 60 256-256 170 170 268-268 98 98v-256h-256z" /> +<glyph unicode="" glyph-name="trending_neutral" d="M938 426.667l-170-170v128h-640v84h640v128z" /> +<glyph unicode="" glyph-name="trending_up" d="M682 682.667h256v-256l-98 98-268-268-170 170-256-256-60 60 316 316 170-170 208 208z" /> +<glyph unicode="" glyph-name="verified_user" d="M426 212.667l342 342-60 60-282-280-110 110-60-60zM512 896.667l384-172v-256q0-178-110-325t-274-187q-164 40-274 187t-110 325v256z" /> +<glyph unicode="" glyph-name="flight_land" d="M598 322.667q-164 46-412 110l-68 20v220l62-16 40-100 212-56v352l82-22 118-384 226-60q26-8 39-31t7-49q-8-26-30-38t-48-6zM106 128.667h812v-86h-812v86z" /> +<glyph unicode="" glyph-name="html-five" d="M60.538 960l82.144-921.63 368.756-102.37 369.724 102.524 82.3 921.476h-902.924zM784.63 658.572h-432.54l10.302-115.75h411.968l-31.042-347.010-231.844-64.254-231.572 64.254-15.83 177.512h113.494l8.048-90.232 125.862-33.916 0.278 0.078 125.934 33.992 13.070 146.55h-391.74l-30.494 341.8h566.214l-10.108-113.024z" /> +<glyph unicode="" glyph-name="flight_takeoff" d="M942 526.667q6-26-7-48t-39-30q-248-66-412-110l-226-60-68-20-112 192 62 16 84-64 212 56-176 306 82 22 294-274 228 60q26 8 49-6t29-40zM106 128.667h812v-86h-812v86z" /> +<glyph unicode="" glyph-name="css3" d="M152.388 911.478l-34.36-171.926h699.748l-21.884-111.054h-700.188l-33.892-171.898h699.684l-39.018-196.064-282.012-93.422-244.4 93.422 16.728 85.042h-171.898l-40.896-206.352 404.226-154.704 466.006 154.704 153.768 772.252z" /> +<glyph unicode="" glyph-name="git" d="M1004.692 493.606l-447.096 447.080c-25.738 25.754-67.496 25.754-93.268 0l-103.882-103.876 78.17-78.17c12.532 5.996 26.564 9.36 41.384 9.36 53.020 0 96-42.98 96-96 0-14.82-3.364-28.854-9.362-41.386l127.976-127.974c12.532 5.996 26.566 9.36 41.386 9.36 53.020 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96c0 14.82 3.364 28.854 9.362 41.386l-127.976 127.974c-3.042-1.456-6.176-2.742-9.384-3.876v-266.968c37.282-13.182 64-48.718 64-90.516 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 41.796 26.718 77.334 64 90.516v266.968c-37.282 13.18-64 48.72-64 90.516 0 14.82 3.364 28.852 9.36 41.384l-78.17 78.17-295.892-295.876c-25.75-25.776-25.75-67.534 0-93.288l447.12-447.080c25.738-25.75 67.484-25.75 93.268 0l445.006 445.006c25.758 25.762 25.758 67.54-0.002 93.29z" /> +<glyph unicode="" glyph-name="fingerprint" d="M636 0.667h-6q-92 24-158 90-38 38-65 103t-27 119q0 52 38 89t92 37 93-37 39-89q0-34 25-58t63-24 64 24 26 58q0 120-91 206t-219 86q-92 0-168-47t-114-125q-24-50-24-120 0-80 28-154 6-20-14-26t-26 12q-32 82-32 168 0 78 30 138 42 90 129 144t191 54q146 0 249-99t103-237q0-52-39-88t-93-36-92 36-38 88q0 34-26 59t-64 25-63-25-25-59q0-112 80-192 56-56 140-78 18-2 14-26-4-16-20-16zM530 312.667q0-74 55-128t137-54q4 0 18 2t23 2 18-3 11-13q4-22-18-26-24-4-52-4-80 0-132 38-102 70-102 186 0 22 22 22 20 0 20-22zM416 8.667q-8 0-14 6-54 54-86 114-46 80-46 184 0 94 71 162t171 68 171-68 71-162q0-20-22-20t-22 20q0 78-58 133t-140 55-140-55-58-133q0-96 38-164 26-46 80-104 16-14 0-30-6-6-16-6zM150 524.667q-22 0-22 20 0 4 4 12 64 92 160 140 100 52 220 52t220-52q98-48 160-138 4-8 4-12 0-14-16-20t-24 8q-60 82-144 124-92 46-200 47t-200-47q-90-46-146-126-6-8-16-8zM760 748.667q-8 0-10 2-118 60-238 60-130 0-238-60-10-6-20 0t-10 18q0 14 10 20 116 64 258 64 130 0 258-64 18-10 8-28-8-12-18-12z" /> +<glyph unicode="" glyph-name="gavel" d="M164 534.667l240-242-120-120-242 240zM526 896.667l240-242-120-120-242 240zM224 594.667l120 120 604-604-120-120zM42 42.667h512v-86h-512v86z" /> +<glyph unicode="" glyph-name="accessible" d="M548 170.667h88q-14-70-76-120t-134-50q-88 0-150 62t-62 150q0 72 50 134t120 76v-88q-38-14-62-47t-24-75q0-52 38-90t90-38q42 0 75 24t47 62zM426 550.667q0 48 42 76t86 2h2v-2q14-6 26-18l56-62q72-78 172-78v-84q-112 0-212 82v-146h128q34 0 59-26t25-60v-234h-84v212h-214q-34 0-60 26t-26 60v252zM426 768.667q0 36 25 60t61 24 61-24 25-60-25-61-61-25-61 25-25 61z" /> +<glyph unicode="" glyph-name="motorcycle" d="M746 212.667q44 0 75 32t31 76-31 75-75 31-76-31-32-75 32-76 76-32zM378 286.667l-122 2v64h122q-24 74-102 74-44 0-75-31t-31-75 31-76 75-32q32 0 63 22t39 52zM746 512.667q80 0 136-56t56-136-56-136-136-56-136 56-56 136q0 4 1 10t1 10l-90-54q-12-66-67-112t-121-46q-80 0-136 56t-56 136 55 136 135 56h346l-84 84h-154v86h188l172-172q0 2 2 2z" /> +<glyph unicode="" glyph-name="pets" d="M740 304.667l34-34t17-18 16-19 15-19 13-20 10-22 6-23 2-24-1-25q-22-84-100-100-14-2-97 8t-139 10h-8q-56 0-139-10t-97-8q-78 16-100 100-6 40 14 82t37 60 61 62q20 22 53 62t53 62q36 44 74 56 8 4 14 4 12 2 34 2 24 0 34-2 6 0 14-4 38-12 74-56 18-22 52-62t54-62zM726 532.667q0 44 31 76t75 32 75-32 31-76-31-75-75-31-75 31-31 75zM534 704.667q0 44 31 75t75 31 75-31 31-75-31-76-75-32-75 32-31 76zM278 704.667q0 44 31 75t75 31 75-31 31-75-31-76-75-32-75 32-31 76zM86 532.667q0 44 31 76t75 32 75-32 31-76-31-75-75-31-75 31-31 75z" /> +<glyph unicode="" glyph-name="timeline" d="M982 596.667q0-34-26-59t-60-25h-2q-14 0-20 2l-152-152q4-12 4-22 0-34-26-59t-60-25-60 25-26 59q0 10 4 22l-110 110q-12-4-22-4t-22 4l-194-194q4-12 4-22 0-34-26-60t-60-26-60 26-26 60 26 59 60 25q16 0 22-2l194 194q-2 6-2 22 0 34 25 60t59 26 60-26 26-60q0-16-2-22l108-108q6 2 22 2t22-2l152 150q-4 12-4 22 0 34 26 60t60 26 60-26 26-60z" /> +<glyph unicode="" glyph-name="g_translate" d="M918 64.667v596q0 18-13 31t-31 13h-386l56-162h62v54h54v-54h194v-56h-82q-30-100-102-180l140-140-40-38-132 132 44-132-84-108h276q18 0 31 13t13 31zM562 486.667l34-100 36-48q62 68 88 148h-158zM298 256.667q92 0 149 58t57 150q0 2-6 44h-200v-74h126q-4-38-36-70t-90-32q-56 0-95 40t-39 96q0 58 39 98t95 40q54 0 88-34l56 54q-62 56-144 56-88 0-150-63t-62-151 62-150 150-62zM896 768.667q34 0 60-26t26-60v-640q0-34-26-60t-60-26h-384l-42 128h-342q-34 0-60 26t-26 60v640q0 34 26 60t60 26h298l44-128h426z" /> +<glyph unicode="" glyph-name="remove_shopping_cart" d="M298 170.667q34 0 60-26t26-60-26-59-60-25-59 25-25 59 25 60 59 26zM664 384.667l-384 384h574q18 0 30-13t12-31q0-2-6-20l-152-276q-24-44-74-44zM316 298.667h216l-86 86h-100l-38-70-2-6q0-10 10-10zM970-31.333l-54-54-122 122q-26-36-68-36-34 0-60 25t-26 59q0 44 36 70l-60 58h-318q-34 0-59 26t-25 60q0 20 10 40l58 106-94 198-188 188 54 54z" /> +<glyph unicode="" glyph-name="accessibility_new" d="M512 682.667q-34 0-60 26t-26 60 26 59 60 25 60-25 26-59-26-60-60-26zM874 682.667l22-86q-100-28-256-42v-554h-86v256h-84v-256h-86v554q-156 14-256 42l22 86q156-42 362-42t362 42z" /> +<glyph unicode="" glyph-name="accessible_forward" d="M726 362.667q34 0 59-26t25-60v-234h-84v214h-214q-46 0-72 41t-6 83l78 174h-94l-28-66-82 24 28 76q22 52 80 52h222q48 0 74-40t6-82l-72-156h80zM598 212.667q0-88-63-150t-151-62-151 62-63 150 63 151 151 63v-86q-52 0-90-38t-38-90 38-90 90-38 90 38 38 90h86zM640 744.667q0 36 25 61t61 25 60-25 24-61-24-61-60-25-61 25-25 61z" /> +<glyph unicode="" glyph-name="supervised_user_circle" d="M512 84.667q106 0 193 61t125 157q-60 48-164 48-58 0-123-25t-65-65v-174q12-2 34-2zM410 260.667q0 70 80 114-50 10-80 10-54 0-122-19t-98-53q28-76 86-132t134-80v160zM410 650.667q-42 0-72-30t-30-72 30-71 72-29 71 29 29 71-29 72-71 30zM666 582.667q-34 0-58-24t-24-58 24-58 58-24 58 24 24 58-24 58-58 24zM512 852.667q176 0 301-125t125-301-125-301-301-125q-178 0-303 125t-125 301 125 301 303 125z" /> +<glyph unicode="" glyph-name="imagesearch_roller" d="M854 852.667v-256h-598v86h-86v-170h428v-214h84v-342h-256v342h86v128h-426v342h170v84h598z" /> +<glyph unicode="" glyph-name="repeat_on" d="M726 212.667h-428v128l-170-170 170-170v128h512v256h-84v-172zM298 640.667h428v-128l170 170-170 170v-128h-512v-256h84v172zM896 896.667q34 0 60-26t26-60v-768q0-34-26-60t-60-26h-768q-34 0-60 26t-26 60v768q0 34 26 60t60 26h768z" /> +<glyph unicode="" glyph-name="repeat_one_on" d="M554 298.667v256h-42l-86-42v-44h64v-170h64zM726 212.667h-428v128l-170-170 170-170v128h512v256h-84v-172zM298 640.667h428v-128l170 170-170 170v-128h-512v-256h84v172zM896 896.667q34 0 60-26t26-60v-768q0-34-26-60t-60-26h-768q-34 0-60 26t-26 60v768q0 34 26 60t60 26h768z" /> +<glyph unicode="" glyph-name="replay_circle_filled" d="M768 426.667q0 106-75 181t-181 75v128l-170-170 170-172v128q70 0 120-50t50-120-50-120-120-50-120 50-50 120h-86q0-106 75-181t181-75 181 75 75 181zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125z" /> +<glyph unicode="" glyph-name="speed" d="M512 256.667q-34 0-60 25t-26 59q0 36 26 62l362 240-242-362q-24-24-60-24zM870 572.667q28-44 48-112t20-120q0-118-56-212-26-44-74-44h-592q-48 0-74 44-56 94-56 212 0 176 125 301t303 125q52 0 119-20t111-48l-80-52q-72 36-152 36-140 0-241-100t-101-242q0-92 46-170h592q46 78 46 170 0 82-36 154z" /> +<glyph unicode="" glyph-name="sports_cricket" d="M640 704.667q0 62 44 105t106 43 105-43 43-105-43-106-105-44-106 44-44 106zM612 180.667l60 60 182-180-62-60zM642 392.667q12-12 12-30t-12-30l-120-122q-12-12-30-12t-30 12l-364 362q-12 12-12 30t12 30l122 122q12 12 30 12t30-12z" /> +<glyph unicode="" glyph-name="sports_motorsports" d="M936 460.667q14-152-87-264t-251-112h-428q-34 0-59 26t-25 60v34q0 38 8 94h348q62 0 108 46t46 108q0 102-92 142l-204 86q108 78 254 86 144 10 256-79t126-227zM512 452.667q0-28-20-48t-48-20h-332q38 140 120 232l238-100q42-16 42-64z" /> +<glyph unicode="" glyph-name="eco" d="M258 594.667q66 66 215 109t265 55l116 10q-2-50-11-129t-53-240-110-227q-68-68-162-83t-176 25q18 100 86 217t144 181q-218-112-314-340-36 36-62 99t-26 113 26 112 62 98z" /> +<glyph unicode="" glyph-name="apartment" d="M810 298.667v86h-84v-86h84zM810 128.667v84h-84v-84h84zM640 640.667v84h-86v-84h86zM640 468.667v86h-86v-86h86zM640 298.667v86h-86v-86h86zM470 640.667v84h-86v-84h86zM470 468.667v86h-86v-86h86zM470 298.667v86h-86v-86h86zM298 468.667v86h-84v-86h84zM298 298.667v86h-84v-86h84zM298 128.667v84h-84v-84h84zM726 468.667h170v-426h-342v170h-84v-170h-342v598h170v170h428v-342z" /> +<glyph unicode="" glyph-name="bathtub" d="M854 384.667h84v-256q0-34-25-60t-59-26q0-18-13-30t-31-12h-596q-18 0-31 12t-13 30q-34 0-59 26t-25 60v256h128v32q0 38 29 67t67 29q40 0 72-32l58-66q12-14 36-30h292v348q0 14-10 25t-26 11q-14 0-24-10l-54-54q4-16 4-22 0-22-14-46l-118 118q24 14 46 14 10 0 22-4l54 54q34 34 84 34t86-35 36-85v-348zM214 640.667q0 36 24 60t60 24 61-24 25-60-25-61-61-25-60 25-24 61z" /> +<glyph unicode="" glyph-name="outdoor_grill" d="M614 640.667q14 54-18 86-50 52-38 126h42q-10-50 20-86 34-38 40-65t-2-61h-44zM508 640.667q12 54-20 86-50 52-38 126h42q-10-50 20-86 34-38 40-65t-2-61h-42zM402 640.667q12 54-20 86-50 52-38 126h42q-10-50 20-86 34-38 40-65t-2-61h-42zM726 170.667q-18 0-31-12t-13-30 13-31 31-13 30 13 12 31-12 30-30 12zM726 0.667q-42 0-74 24t-46 62h-272l-42-68q-10-18-36-18-16 0-24 6-18 10-18 36 0 16 6 24l170 258q-80 36-128 109t-48 163h596q0-80-51-160t-123-112l24-38q-40-16-68-52l-42 66q-10-2-38-2t-38 2l-84-130h216q14 38 46 62t74 24q52 0 90-38t38-90-38-90-90-38z" /> +<glyph unicode="" glyph-name="bakery_dining" d="M588 298.667h-152l-32 294q-2 20 10 34t28 14h140q16 0 28-14t10-34zM368 538.667l28-240h-76l-90 174q-20 38 16 60l68 38q16 10 34 0t20-32zM656 538.667q4 22 20 32t34 0l68-38q36-22 14-60l-88-174h-76zM202 240.667q-10-6-24-6-24 0-36 24l-10 20q-10 24 2 42l36 54q10 18 34 18t34-18l42-76zM822 240.667l-78 58q14 26 42 76 10 18 34 18t34-18l34-54q14-20 4-42l-10-20q-10-24-36-24-14 0-24 6z" /> +<glyph unicode="" glyph-name="dinner_dining" d="M170 234.667v362h-42v44h42v42h-42v42h42v44h-42v42h256q32-2 57-27t29-59h426v-42h-426q-4-34-29-61t-57-25h-86v-300q4 0 11 1t11 1q36 0 82-18 26 60 90 103t128 43q98 0 166-68t68-166q0-4-1-12t-1-10h-718q8 32 36 64zM256 288.667v308h-42v-328q30 16 42 20zM384 640.667v42h-86v-42h86zM384 768.667h-86v-44h86v44zM214 768.667v-44h42v44h-42zM214 682.667v-42h42v42h-42zM86 128.667h852l-84-86h-684z" /> +<glyph unicode="" glyph-name="dry_cleaning" d="M792 340.667q18 0 18 18 0 14-10 18l-288 128-288-128q-10-4-10-16 0-20 18-20h66v44h428v-44h66zM834 454.667q62-26 62-94v-2q0-44-30-73t-74-29h-66v-256h-428v256h-66q-44 0-74 29t-30 73v2q0 66 62 92l280 126v26q-44 16-68 57t-16 89q8 38 36 65t66 35q60 10 106-28t46-98h-86q0 18-12 31t-30 13-30-13-12-31 12-30 30-12 30-12 12-30v-62z" /> +<glyph unicode="" glyph-name="hardware" d="M384 384.667h256v-300q0-18-12-30t-30-12h-172q-18 0-30 12t-12 30v300zM768 810.667h86v-342h-86l-128 128v-128h-256v128h-214q0 88 63 151t151 63h256v-128z" /> +<glyph unicode="" glyph-name="liquor" d="M854 84.667v86h-300v-86h300zM554 492.667v-66h300v66l-42 14q-36 12-61 48t-25 74v12h-44v-12q0-92-86-122zM682 768.667v-44h44v44h-44zM880 574.667q58-20 58-82v-408q0-34-25-59t-59-25h-300q-34 0-59 25t-25 59v408q0 62 58 82l40 12q30 10 30 42v182q0 18 12 30t30 12h128q18 0 30-12t12-30v-182q0-28 30-40zM214 596.667v-128h84v128h-84zM128 340.667v342h256v-342q0-42-24-74t-62-46v-136h86v-84h-256v84h86v136q-38 14-62 46t-24 74z" /> +<glyph unicode="" glyph-name="lunch_dining" d="M86 256.667h852v-86q0-34-25-60t-59-26h-684q-34 0-59 26t-25 60v86zM228 362.667q-22 0-48-16-44-26-94-26v84q22 0 48 16 46 28 94 28 46 0 92-28 26-16 50-16 22 0 48 16 46 28 94 28 46 0 92-28 26-16 50-16 22 0 48 16 46 28 94 28 46 0 92-28l50-16v-84q-48 0-92 26-26 16-50 16-22 0-48-16-44-26-94-26-48 0-92 26-26 16-50 16-22 0-48-16-44-26-94-26-48 0-92 26-26 16-50 16zM938 512.667h-852q-10 104 116 180t310 76 310-76 116-180z" /> +<glyph unicode="" glyph-name="park" d="M726 426.667l170-256h-300v-170h-168v170h-296l166 256h-82l296 426 298-426h-84z" /> +<glyph unicode="" glyph-name="ramen_dining" d="M938 810.667l-512-60v-68h512v-42h-512v-214h512q0-116-71-211t-185-141v-74h-340v74q-114 46-185 141t-71 211h128v342l724 84v-42zM256 730.667v-48h42v52zM256 640.667v-214h42v214h-42zM384 426.667v214h-42v-214h42zM384 682.667v62l-42-4v-58h42z" /> +<glyph unicode="" glyph-name="airport_shuttle" d="M640 468.667h214l-172 172h-42v-172zM746 192.667q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM554 468.667v172h-170v-172h170zM256 192.667q28 0 46 19t18 45-18 45-46 19-46-19-18-45 18-45 46-19zM128 468.667h170v172h-170v-172zM726 724.667l256-256v-212h-108q0-52-38-90t-90-38-90 38-38 90h-234q0-52-38-90t-90-38-90 38-38 90h-86v384q0 36 25 60t61 24h598z" /> +<glyph unicode="" glyph-name="anchor" d="M726 298.667l66-66q-22-36-59-66t-84-50-95-28v380h128v86h-128v50q38 14 62 47t24 73q0 36-17 65t-46 46-65 17-65-17-46-46-17-65q0-40 24-73t62-47v-50h-128v-86h128v-380q-48 8-95 28t-84 50-59 66l66 66-170 128v-128q0-62 35-116t92-95 124-64 133-23 133 23 124 64 92 95 35 116v128zM512 768.667q18 0 30-13t12-31q0-16-12-29t-30-13-30 13-12 29q0 18 12 31t30 13z" /> +<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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="cloud-download2" 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-upload2" 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="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="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="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="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="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="amazon" d="M925.6 74.8c-112.2-82.8-274.6-126.8-414.6-126.8-196.2 0-372.8 72.4-506.4 193.2-10.4 9.4-1.2 22.4 11.4 15 144.2-84 322.6-134.4 506.8-134.4 124.2 0 260.8 25.8 386.6 79.2 18.8 8 34.8-12.6 16.2-26.2zM972.2 128c-14.4 18.4-94.8 8.8-131 4.4-11-1.2-12.6 8.2-2.8 15.2 64.2 45 169.4 32 181.6 17 12.4-15.2-3.2-120.6-63.4-171-9.2-7.8-18-3.6-14 6.6 13.8 33.8 44 109.4 29.6 127.8zM707.4 202.4l0.2-0.2c24.8 21.8 69.4 60.8 94.6 81.8 10 8 8.2 21.4 0.4 32.6-22.6 31.2-46.6 56.6-46.6 114.2v192c0 81.4 5.6 156-54.2 212-47.2 45.2-125.6 61.2-185.6 61.2-117.2 0-248-43.8-275.4-188.6-3-15.4 8.4-23.6 18.4-25.8l119.4-13c11.2 0.6 19.2 11.6 21.4 22.8 10.2 49.8 52 74 99 74 25.4 0 54.2-9.2 69.2-32 17.2-25.4 15-60 15-89.4v-16c-71.4-8-164.8-13.2-231.6-42.6-77.2-33.4-131.4-101.4-131.4-201.4 0-128 80.6-192 184.4-192 87.6 0 135.4 20.6 203 89.8 22.4-32.4 29.6-48.2 70.6-82.2 9.4-5 21-4.6 29.2 2.8zM583.2 502.8c0-48 1.2-88-23-130.6-19.6-34.8-50.6-56-85.2-56-47.2 0-74.8 36-74.8 89.2 0 105 94.2 124 183.2 124v-26.6z" /> +<glyph unicode="" glyph-name="google" d="M522.2 521.2v-175.6h290.4c-11.8-75.4-87.8-220.8-290.4-220.8-174.8 0-317.4 144.8-317.4 323.2s142.6 323.2 317.4 323.2c99.4 0 166-42.4 204-79l139 133.8c-89.2 83.6-204.8 134-343 134-283 0-512-229-512-512s229-512 512-512c295.4 0 491.6 207.8 491.6 500.2 0 33.6-3.6 59.2-8 84.8l-483.6 0.2z" /> +<glyph unicode="" glyph-name="google2" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM519.6 64c-212.2 0-384 171.8-384 384s171.8 384 384 384c103.6 0 190.4-37.8 257.2-100.4l-104.2-100.4c-28.6 27.4-78.4 59.2-153 59.2-131.2 0-238-108.6-238-242.4s107-242.4 238-242.4c152 0 209 109.2 217.8 165.6h-217.8v131.6h362.6c3.2-19.2 6-38.4 6-63.6 0.2-219.4-146.8-375.2-368.6-375.2z" /> +<glyph unicode="" glyph-name="google3" d="M512 960c-282.8 0-512-229.2-512-512s229.2-512 512-512 512 229.2 512 512-229.2 512-512 512zM519.6 64c-212.2 0-384 171.8-384 384s171.8 384 384 384c103.6 0 190.4-37.8 257.2-100.4l-104.2-100.4c-28.6 27.4-78.4 59.2-153 59.2-131.2 0-238-108.6-238-242.4s107-242.4 238-242.4c152 0 209 109.2 217.8 165.6h-217.8v131.6h362.6c3.2-19.2 6-38.4 6-63.6 0.2-219.4-146.8-375.2-368.6-375.2z" /> +<glyph unicode="" glyph-name="hangouts" d="M511.8 960c-244.2 0-442.2-198-442.2-442.2 0-231.4 210.8-419 442.2-419v-162.8c268.6 136.2 442.6 355.6 442.6 581.8 0 244.2-198.4 442.2-442.6 442.2zM448 448c0-53-28.6-96-64-96v96h-128v192h192v-192zM768 448c0-53-28.6-96-64-96v96h-128v192h192v-192z" /> +<glyph unicode="" glyph-name="vk" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM829.4 243.2l-93.6-1.4c0 0-20.2-4-46.6 14.2-35 24-68 86.6-93.8 78.4-26-8.2-25.2-64.4-25.2-64.4s0.2-12-5.8-18.4c-6.4-7-19.2-8.4-19.2-8.4h-41.8c0 0-92.4-5.6-173.8 79.2-88.8 92.4-167.2 275.8-167.2 275.8s-4.6 12 0.4 17.8c5.6 6.6 20.6 7 20.6 7l100.2 0.6c0 0 9.4-1.6 16.2-6.6 5.6-4 8.6-11.8 8.6-11.8s16.2-41 37.6-78c41.8-72.2 61.4-88 75.6-80.4 20.6 11.2 14.4 102.2 14.4 102.2s0.4 33-10.4 47.6c-8.4 11.4-24.2 14.8-31 15.6-5.6 0.8 3.6 13.8 15.6 19.8 18 8.8 49.8 9.4 87.4 9 29.2-0.2 37.8-2.2 49.2-4.8 34.6-8.4 22.8-40.6 22.8-117.8 0-24.8-4.4-59.6 13.4-71 7.6-5 26.4-0.8 73.4 79 22.2 37.8 39 82.2 39 82.2s3.6 8 9.2 11.4c5.8 3.4 13.6 2.4 13.6 2.4l105.4 0.6c0 0 31.6 3.8 36.8-10.6 5.4-15-11.8-50-54.8-107.4-70.6-94.2-78.6-85.4-19.8-139.8 56-52 67.6-77.4 69.6-80.6 22.8-38.4-26-41.4-26-41.4z" /> +<glyph unicode="" glyph-name="vimeo2" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM861.6 620c-3.2-72-53.6-170.6-151-295.8-100.6-130.8-185.8-196.2-255.4-196.2-43.2 0-79.6 39.8-109.4 119.4-20 73-39.8 146-59.8 219-22 79.6-45.8 119.4-71.2 119.4-5.6 0-25-11.6-58-34.8l-34.8 44.8c36.6 32 72.6 64.2 108 96.2 48.8 42 85.2 64.2 109.6 66.4 57.6 5.6 93-33.8 106.4-118 14.4-91 24.4-147.4 30-169.6 16.6-75.4 34.8-113 54.8-113 15.4 0 38.8 24.4 69.8 73.4s47.6 86.2 49.8 111.8c4.4 42.2-12.2 63.4-49.8 63.4-17.8 0-36-4-54.8-12.2 36.4 119 105.8 177 208.4 173.6 76-2.2 111.8-51.4 107.4-147.8z" /> +<glyph unicode="" glyph-name="behance" d="M297 754.8c30.2 0 57.4-2.6 82.2-8 24.8-5.2 45.8-14 63.6-26 17.6-12 31.2-28 41.2-48 9.6-19.8 14.4-44.6 14.4-74 0-31.8-7.2-58.2-21.6-79.4-14.6-21.2-35.8-38.4-64.2-52 38.8-11.2 67.4-30.8 86.6-58.6 19.2-28 28.4-61.6 28.4-101.2 0-32-6.2-59.4-18.4-82.6-12.4-23.4-29.2-42.4-49.8-57-20.8-14.8-44.8-25.6-71.6-32.6-26.6-7-54-10.6-82.4-10.6h-305.4v630h297zM279 500.4c24.6 0 45 5.8 61 17.6 16 11.6 23.6 30.8 23.6 57.2 0 14.6-2.6 26.8-7.8 36.2-5.4 9.4-12.4 16.8-21.4 22-8.8 5.4-18.8 9-30.6 11-11.4 2.2-23.4 3.2-35.6 3.2h-129.6v-147.2h140.4zM286.6 232.2c13.6 0 26.6 1.2 38.8 4 12.4 2.8 23.4 7 32.6 13.4 9.2 6.2 17 14.4 22.6 25.2 5.6 10.6 8.2 24.2 8.2 40.8 0 32.4-9.2 55.6-27.4 69.6-18.2 13.8-42.4 20.6-72.4 20.6h-150.4v-173.4h148zM725.2 234.4c18.8-18.4 45.8-27.6 81-27.6 25.2 0 47.2 6.4 65.4 19.2s29.2 26.4 33.4 40.4h110.4c-17.8-55-44.6-94-81.4-117.6-36.2-23.6-80.6-35.6-132-35.6-36 0-68.2 5.8-97.2 17.2-29 11.6-53.2 27.8-73.6 49-19.8 21.2-35.4 46.4-46.4 76-10.8 29.4-16.4 62-16.4 97.2 0 34.2 5.6 66 16.8 95.4 11.4 29.6 27 55 47.8 76.4s45.2 38.4 74 50.8c28.6 12.4 60.2 18.6 95.2 18.6 38.6 0 72.4-7.4 101.4-22.6 28.8-15 52.6-35.2 71.2-60.4s31.8-54.2 40-86.6c8.2-32.4 11-66.2 8.8-101.6h-329.4c0-35.8 12-70 31-88.2zM869 474c-14.8 16.4-40.2 25.4-70.8 25.4-20 0-36.6-3.4-49.8-10.2-13-6.8-23.6-15.2-31.8-25.2-8-10-13.6-20.8-16.8-32.2-3.2-11-5.2-21.2-5.8-30h204c-3 32-14 55.6-29 72.2zM668.4 704h255.4v-62.2h-255.4v62.2z" /> +<glyph unicode="" glyph-name="steam" d="M704 672c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM958.392 830.392c-87.478 87.476-229.306 87.476-316.786 0-35.578-35.578-56.684-80.146-63.322-126.392v0l-204.694-310.228c-27.506-1.41-54.776-8.416-79.966-21.016l-157.892 123.424c-36.55 28.574-89.342 22.102-117.912-14.448-28.572-36.55-22.102-89.342 14.448-117.912l155.934-121.892c-16.96-66.782 0.672-140.538 52.93-192.794 78.906-78.904 206.832-78.904 285.736 0 48.466 48.466 67.15 115.428 56.076 178.166l249.054 222.986c46.248 6.638 90.816 27.744 126.394 63.322 87.478 87.476 87.478 229.306 0 316.784zM384 57.302c-74.39 0-134.698 60.304-134.698 134.698 0 0.712 0.042 1.414 0.054 2.124l66.912-52.304c15.36-12.006 33.582-17.824 51.674-17.824 24.962 0 49.672 11.080 66.238 32.272 28.572 36.55 22.102 89.342-14.448 117.912l-63.5 49.636c8.962 1.878 18.248 2.88 27.768 2.88 74.392 0 134.698-60.304 134.698-134.698s-60.306-134.696-134.698-134.696zM800 512c-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="steam2" d="M303.922 123.99c27.144 0 53.786 13.136 69.972 37.416 25.734 38.602 15.302 90.754-23.298 116.488l-66.074 44.048c11.308 3.080 23.194 4.756 35.478 4.756 74.392 0 134.696-60.304 134.696-134.698s-60.306-134.698-134.698-134.698c-72.404 0-131.444 57.132-134.548 128.774l71.954-47.968c14.322-9.548 30.506-14.118 46.518-14.118zM853.34 960c93.876 0 170.66-76.812 170.66-170.688v-682.628c0-93.936-76.784-170.684-170.66-170.684h-682.652c-93.876 0-170.688 76.75-170.688 170.682v203.028l121.334-80.888c-11.652-63.174 6.938-130.83 55.798-179.69 78.904-78.904 206.83-78.904 285.736 0 48.468 48.466 67.15 115.43 56.076 178.166l249.056 222.988c46.248 6.638 90.816 27.744 126.394 63.322 87.476 87.476 87.476 229.306 0 316.784-87.48 87.478-229.308 87.478-316.786 0-35.578-35.578-56.684-80.146-63.322-126.392v0l-204.694-310.23c-31.848-1.632-63.378-10.764-91.726-27.392l-217.866 145.244v277.69c0 93.876 76.81 170.688 170.686 170.688h682.654zM896 672c0 88.366-71.634 160-160 160s-160-71.634-160-160 71.634-160 160-160 160 71.634 160 160zM640 672c0 53.020 42.98 96 96 96s96-42.98 96-96-42.98-96-96-96-96 42.98-96 96z" /> +<glyph unicode="" glyph-name="github" d="M512.008 947.358c-282.738 0-512.008-229.218-512.008-511.998 0-226.214 146.704-418.132 350.136-485.836 25.586-4.738 34.992 11.11 34.992 24.632 0 12.204-0.48 52.542-0.696 95.324-142.448-30.976-172.504 60.41-172.504 60.41-23.282 59.176-56.848 74.916-56.848 74.916-46.452 31.778 3.51 31.124 3.51 31.124 51.4-3.61 78.476-52.766 78.476-52.766 45.672-78.27 119.776-55.64 149.004-42.558 4.588 33.086 17.852 55.68 32.506 68.464-113.73 12.942-233.276 56.85-233.276 253.032 0 55.898 20.004 101.574 52.76 137.428-5.316 12.9-22.854 64.972 4.952 135.5 0 0 43.006 13.752 140.84-52.49 40.836 11.348 84.636 17.036 128.154 17.234 43.502-0.198 87.336-5.886 128.256-17.234 97.734 66.244 140.656 52.49 140.656 52.49 27.872-70.528 10.35-122.6 5.036-135.5 32.82-35.856 52.694-81.532 52.694-137.428 0-196.654-119.778-239.95-233.79-252.624 18.364-15.89 34.724-47.046 34.724-94.812 0-68.508-0.596-123.644-0.596-140.508 0-13.628 9.222-29.594 35.172-24.566 203.322 67.776 349.842 259.626 349.842 485.768 0 282.78-229.234 511.998-511.992 511.998z" /> +<glyph unicode="" glyph-name="wordpress" d="M128 448.008c0-148.026 88.322-275.968 216.43-336.578l-183.178 488.784c-21.308-46.508-33.252-97.982-33.252-152.206zM771.228 466.872c0 46.234-17.054 78.236-31.654 103.142-19.458 30.82-37.72 56.894-37.72 87.716 0 34.374 26.766 66.376 64.486 66.376 1.704 0 3.32-0.204 4.976-0.302-68.316 60.97-159.34 98.196-259.308 98.196-134.16 0-252.186-67.046-320.844-168.568 9.010-0.282 17.506-0.454 24.712-0.454 40.154 0 102.34 4.752 102.34 4.752 20.69 1.182 23.132-28.434 2.458-30.822 0 0-20.81-2.368-43.952-3.55l139.834-405.106 84.044 245.456-59.822 159.65c-20.688 1.184-40.278 3.55-40.278 3.55-20.702 1.192-18.272 32.002 2.438 30.822 0 0 63.4-4.752 101.134-4.752 40.146 0 102.35 4.752 102.35 4.752 20.702 1.182 23.14-28.434 2.446-30.822 0 0-20.834-2.372-43.948-3.55l138.78-402.018 38.312 124.632c16.58 51.75 29.216 88.9 29.216 120.9zM518.742 415.296l-115.226-326.058c34.416-9.858 70.794-15.238 108.488-15.238 44.716 0 87.604 7.518 127.518 21.2-1.018 1.602-1.974 3.304-2.75 5.154l-118.030 314.942zM848.962 627.428c1.652-11.91 2.588-24.686 2.588-38.458 0-37.93-7.292-80.596-29.202-133.95l-117.286-330.272c114.162 64.828 190.938 185.288 190.938 323.258 0 65.030-17.060 126.16-47.038 179.422zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 0c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448z" /> +<glyph unicode="" glyph-name="joomla" d="M266.004 683.322c32.832 32.844 86.002 32.844 118.804 0.032l7.826-7.868 101.104 101.156-7.874 7.88c-57.624 57.7-138.514 77.878-212.42 60.522-10.594 65.182-67.088 114.924-135.174 114.956-75.65 0-136.954-61.442-136.97-137.158 0-65.336 45.59-120 106.662-133.83-23.138-77.45-4.242-164.834 56.846-225.984l227.826-227.9 100.996 101.214-227.81 227.886c-32.682 32.722-32.742 86.126 0.184 119.094zM1022.712 822.842c0.016 75.762-61.318 137.158-136.984 137.158-69.234 0-126.478-51.444-135.682-118.238-77.074 22.664-163.784 3.496-224.64-57.408l-227.84-227.9 101.102-101.172 227.766 227.856c32.94 32.966 85.988 32.906 118.684 0.184 32.8-32.83 32.8-86.114-0.032-118.956l-7.794-7.836 101.010-101.248 7.858 7.928c60.458 60.566 79.678 146.756 57.612 223.638 67.15 8.834 118.94 66.364 118.94 135.994zM906.266 208.936c18.102 74.458-1.976 156.324-60.108 214.5l-227.49 227.992-101.102-101.122 227.52-228.012c32.94-32.996 32.864-86.096 0.184-118.848-32.802-32.814-86.004-32.814-118.836 0.030l-7.766 7.79-100.994-101.246 7.732-7.728c61.516-61.594 149.618-80.438 227.368-56.488 12.632-62.682 67.934-109.804 134.258-109.804 75.604 0 136.968 61.35 136.968 137.126 0 69.2-51.18 126.456-117.734 135.81zM612.344 431.316l-227.536-227.992c-32.71-32.768-86.034-32.828-118.944 0.124-32.818 32.904-32.832 86.098-0.044 118.97l7.808 7.774-101.086 101.124-7.734-7.712c-58.76-58.802-78.56-141.834-59.45-216.982-60.398-14.26-105.358-68.634-105.358-133.496-0.016-75.746 61.332-137.126 136.982-137.126 65.1 0.032 119.588 45.418 133.54 106.382 74.702-18.552 156.998 1.304 215.344 59.756l227.49 227.96-101.012 101.218z" /> +<glyph unicode="" glyph-name="blogger" d="M957.796 576h-57.406c-35.166 0-65.988 29.742-68.39 64v0c0.004 182.668-147.258 320-331.19 320h-167.824c-183.812 0-332.856-148-332.986-330.666v-362.798c0-182.654 149.174-330.536 332.984-330.536h358.42c183.948 0 332.596 147.882 332.596 330.536v234.382c0 36.502-29.44 75.082-66.204 75.082zM320 704h192c35.2 0 64-28.8 64-64s-28.8-64-64-64h-192c-35.2 0-64 28.8-64 64s28.8 64 64 64zM704 192h-384c-35.2 0-64 28.8-64 64s28.8 64 64 64h384c35.2 0 64-28.8 64-64s-28.8-64-64-64z" /> +<glyph unicode="" glyph-name="tumblr" d="M576.032 512l-0.002-234.184c0-59.418-0.77-93.656 5.53-110.5 6.25-16.754 21.918-34.146 38.99-44.202 22.684-13.588 48.542-20.376 77.708-20.376 51.854 0 82.478 6.848 133.742 40.54v-153.944c-43.7-20.552-81.866-32.594-117.324-40.922-35.5-8.242-73.86-12.406-115.064-12.406-46.828 0-74.456 5.886-110.41 17.656-35.958 11.868-66.66 28.806-92.020 50.54-25.45 21.922-43.022 45.208-52.848 69.832-9.826 24.636-14.716 60.414-14.716 107.244v359.1h-137.426v145.006c40.208 13.042 85.164 31.788 113.78 56.152 28.754 24.45 51.766 53.706 69.106 87.944 17.392 34.146 29.348 77.712 35.872 130.516h165.084l-0.002-255.996h255.968v-192h-255.968z" /> +<glyph unicode="" glyph-name="tumblr2" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM731.8 135.4c-30.2-14.2-57.6-24.2-82-30-24.4-5.6-51-8.6-79.4-8.6-32.4 0-51.4 4-76.2 12.2s-46 19.8-63.6 34.8c-17.6 15.2-29.6 31.2-36.4 48.2s-10.2 41.6-10.2 74v247.8h-96v100c27.8 9 60 22 79.6 38.8 19.8 16.8 35.8 37 47.6 60.6 12 23.6 20.2 53.6 24.8 90h100.4v-163.2h163.6v-126.2h-163.4v-181.2c0-41-0.6-64.6 3.8-76.2s15.2-23.6 27-30.4c15.6-9.4 33.6-14 53.6-14 35.8 0 71.4 11.6 106.8 34.8v-111.4z" /> +<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="skype" d="M425.6 922.6c-1.6 1-3.4 1.8-5 2.6-1.8-0.4-3.4-0.6-5.2-1l10.2-1.6zM36.8 539c-0.4-1.8-0.6-3.6-0.8-5.2 1-1.6 1.6-3.2 2.6-4.8l-1.8 10zM986.8 357.4c0.4 1.8 0.6 3.6 1 5.4-1 1.6-1.6 3.2-2.6 4.8l1.6-10.2zM592-23c1.6-1 3.4-1.8 5-2.6 1.8 0.4 3.6 0.6 5.4 0.8l-10.4 1.8zM987.8 362.8c-0.4-1.8-0.6-3.6-1-5.4l-1.8 10.4c1-1.8 1.8-3.4 2.8-5 5.2 28.8 8 58.2 8 87.6 0 65.2-12.8 128.6-38 188.2-24.4 57.6-59.2 109.4-103.6 153.8s-96.2 79.2-153.6 103.6c-59.6 25.2-123 38-188.2 38-30.8 0-61.6-2.8-91.6-8.6 0 0-0.2 0-0.2 0 1.6-0.8 3.4-1.6 5-2.6l-10.2 1.6c1.8 0.4 3.4 0.6 5.2 1-41.2 21.8-87.4 33.6-134.2 33.6-76.4 0-148.4-29.8-202.4-83.8s-83.8-126-83.8-202.4c0-48.6 12.6-96.6 36-138.8 0.4 1.8 0.6 3.6 0.8 5.2l1.8-10.2c-1 1.6-1.8 3.2-2.6 4.8-4.8-27.4-7.2-55.4-7.2-83.4 0-65.2 12.8-128.6 38-188.2 24.4-57.6 59.2-109.2 103.6-153.6s96.2-79.2 153.8-103.6c59.6-25.2 123-38 188.2-38 28.4 0 56.8 2.6 84.6 7.6-1.6 1-3.2 1.8-5 2.6l10.4-1.8c-1.8-0.4-3.6-0.6-5.4-0.8 42.8-24.2 91.4-37.2 140.8-37.2 76.4 0 148.4 29.8 202.4 83.8s83.8 126 83.8 202.4c-0.2 48.6-12.8 96.6-36.4 139.2zM514.2 154.2c-171.8 0-248.6 84.4-248.6 147.8 0 32.4 24 55.2 57 55.2 73.6 0 54.4-105.6 191.6-105.6 70.2 0 109 38.2 109 77.2 0 23.4-11.6 49.4-57.8 60.8l-152.8 38.2c-123 30.8-145.4 97.4-145.4 160 0 129.8 122.2 178.6 237 178.6 105.8 0 230.4-58.4 230.4-136.4 0-33.4-29-52.8-62-52.8-62.8 0-51.2 86.8-177.6 86.8-62.8 0-97.4-28.4-97.4-69s49.6-53.6 92.6-63.4l113.2-25.2c123.8-27.6 155.2-100 155.2-168 0-105.4-81-184.2-244.4-184.2z" /> +<glyph unicode="" glyph-name="linkedin" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM384 128h-128v448h128v-448zM320 640c-35.4 0-64 28.6-64 64s28.6 64 64 64c35.4 0 64-28.6 64-64s-28.6-64-64-64zM832 128h-128v256c0 35.4-28.6 64-64 64s-64-28.6-64-64v-256h-128v448h128v-79.4c26.4 36.2 66.8 79.4 112 79.4 79.6 0 144-71.6 144-160v-288z" /> +<glyph unicode="" glyph-name="linkedin2" d="M384 576h177.106v-90.782h2.532c24.64 44.194 84.958 90.782 174.842 90.782 186.946 0 221.52-116.376 221.52-267.734v-308.266h-184.61v273.278c0 65.184-1.334 149.026-96.028 149.026-96.148 0-110.82-70.986-110.82-144.292v-278.012h-184.542v576zM64 576h192v-576h-192v576zM256 736c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96z" /> +<glyph unicode="" glyph-name="lastfm" d="M451.6 193.8l-37.6 102c0 0-61-68-152.4-68-81 0-138.4 70.4-138.4 183 0 144.2 72.8 195.8 144.2 195.8 103.2 0 136-66.8 164.2-152.4l37.6-117.2c37.6-113.8 108-205.2 310.8-205.2 145.4 0 244 44.6 244 161.8 0 95-54 144.2-154.8 167.8l-75 16.4c-51.6 11.8-66.8 32.8-66.8 68 0 39.8 31.6 63.4 83.2 63.4 56.4 0 86.8-21.2 91.4-71.6l117.2 14c-9.4 105.6-82.2 149-201.8 149-105.6 0-208.8-39.8-208.8-167.8 0-79.8 38.8-130.2 136-153.6l79.8-18.8c59.8-14 79.8-38.8 79.8-72.8 0-43.4-42.2-61-122-61-118.4 0-167.8 62.2-195.8 147.8l-38.8 117.2c-49 152.6-127.6 208.8-283.6 208.8-172.4 0-264-109-264-294.4 0-178.2 91.4-274.4 255.8-274.4 132.4 0 195.8 62.2 195.8 62.2v0z" /> +<glyph unicode="" glyph-name="stackoverflow" d="M1024 320v-384h-1024v384h128v-256h768v256zM192 256h640v-128h-640zM207.152 394.534l27.698 124.964 624.832-138.496-27.698-124.964zM279.658 651.442l54.092 116.006 580.032-270.464-54.092-116.006zM991.722 598.524l-77.922-101.55-507.746 389.608 56.336 73.418h58.244z" /> +<glyph unicode="" glyph-name="pinterest" d="M512 891.6c-245 0-443.6-198.6-443.6-443.6 0-188 117-348.4 282-413-3.8 35-7.4 89 1.6 127.2 8 34.6 52 220.4 52 220.4s-13.2 26.6-13.2 65.8c0 61.6 35.8 107.8 80.2 107.8 37.8 0 56.2-28.4 56.2-62.4 0-38-24.2-95-36.8-147.6-10.6-44.2 22-80.2 65.6-80.2 78.8 0 139.4 83.2 139.4 203.2 0 106.2-76.4 180.4-185.2 180.4-126.2 0-200.2-94.6-200.2-192.6 0-38.2 14.6-79 33-101.2 3.6-4.4 4.2-8.2 3-12.8-3.4-14-10.8-44.2-12.4-50.4-2-8.2-6.4-9.8-14.8-6-55.4 25.8-90 106.8-90 171.8 0 140 101.6 268.4 293 268.4 153.8 0 273.4-109.6 273.4-256.2 0-152.8-96.4-276-230.2-276-45 0-87.2 23.4-101.6 51 0 0-22.2-84.6-27.6-105.4-10-38.6-37-86.8-55.2-116.2 41.6-12.8 85.6-19.8 131.4-19.8 245 0 443.6 198.6 443.6 443.6 0 245.2-198.6 443.8-443.6 443.8z" /> +<glyph unicode="" glyph-name="pinterest2" d="M512 960c-282.4 0-512-229.6-512-512s229.6-512 512-512 512 229.6 512 512-229.6 512-512 512zM512 4.4c-45.8 0-89.8 7-131.4 19.8 18 29.4 45.2 77.8 55.2 116.2 5.4 20.8 27.6 105.4 27.6 105.4 14.4-27.6 56.8-51 101.6-51 133.8 0 230.2 123 230.2 276 0 146.6-119.6 256.2-273.4 256.2-191.4 0-293-128.6-293-268.4 0-65 34.6-146 90-171.8 8.4-4 12.8-2.2 14.8 6 1.4 6.2 9 36.2 12.4 50.4 1 4.4 0.6 8.4-3 12.8-18.4 22.2-33 63.2-33 101.2 0 97.8 74 192.6 200.2 192.6 109 0 185.2-74.2 185.2-180.4 0-120-60.6-203.2-139.4-203.2-43.6 0-76.2 36-65.6 80.2 12.6 52.8 36.8 109.6 36.8 147.6 0 34-18.2 62.4-56.2 62.4-44.6 0-80.2-46-80.2-107.8 0-39.2 13.2-65.8 13.2-65.8s-44-185.8-52-220.4c-9-38.4-5.4-92.2-1.6-127.2-165 64.4-282 224.8-282 412.8 0 245 198.6 443.6 443.6 443.6s443.6-198.6 443.6-443.6c0-245-198.6-443.6-443.6-443.6z" /> +<glyph unicode="" glyph-name="paypal" d="M930 651.4c-47.8-212.2-195.4-324.2-428-324.2h-77.4l-53.8-341.6h-64.8l-3.4-22c-2.2-14.6 9-27.6 23.6-27.6h165.6c19.6 0 36.2 14.2 39.4 33.6l1.6 8.4 31.2 197.8 2 10.8c3 19.4 19.8 33.6 39.4 33.6h24.6c160.4 0 286 65.2 322.8 253.6 13.8 71.6 8.6 132.4-22.8 177.6zM831 882.8c-47.4 54-133.2 77.2-242.8 77.2h-318.2c-22.4 0-41.6-16.2-45-38.4l-132.6-840.4c-2.6-16.6 10.2-31.6 27-31.6h196.6l49.4 313-1.6-9.8c3.4 22.2 22.4 38.4 44.8 38.4h93.4c183.4 0 327 74.4 369 290 1.2 6.4 2.4 12.6 3.2 18.6 12.4 79.6 0 134-43.2 183z" /> +<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="IE" d="M734.202 331.17h236.050c1.82 16.37 2.548 33.098 2.548 50.196 0 80.224-21.534 155.468-59.124 220.266 38.88 103.308 37.492 190.988-14.556 243.39-49.496 49.28-182.29 41.28-332.412-25.198-11.104 0.84-22.318 1.272-33.638 1.272-206.048 0-378.926-141.794-426.708-332.85 64.638 82.754 132.638 142.754 223.478 186.448-8.26-7.74-56.454-55.652-64.56-63.764-239.548-239.478-315.090-552.306-233.806-633.604 61.786-61.774 173.758-51.342 302.376 11.648 59.806-30.458 127.5-47.63 199.218-47.63 193.134 0 356.804 124.316 416.090 297.448h-237.868c-32.734-60.382-96.748-101.48-170.218-101.48-73.468 0-137.484 41.098-170.216 101.48-14.55 27.274-22.914 58.554-22.914 91.656v0.722h386.26zM348.302 447.196c5.456 97.11 86.2 174.584 184.766 174.584s179.312-77.472 184.766-174.584h-369.532zM896.966 796.192c33.526-33.88 32.688-96.214 4.012-174.022-49.136 74.908-120.518 133.936-204.792 167.64 90.106 38.638 163.406 43.756 200.78 6.382zM93.482-7.256c-42.782 42.796-29.884 132.618 25.23 240.832 34.308-96.27 101.156-177.090 187.336-229.154-95.43-43.318-173.536-50.674-212.566-11.678z" /> +<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="html-five2" d="M60.538 960l82.144-921.63 368.756-102.37 369.724 102.524 82.3 921.476h-902.924zM810.762 97.176l-297.226-82.376v-0.466l-0.776 0.234-0.782-0.234v0.466l-297.222 82.376-70.242 787.486h736.496l-70.248-787.486zM650.754 429.796l-13.070-146.552-126.21-34.070-125.862 33.916-8.050 90.234h-113.49l15.83-177.512 232.076-64.176 231.342 64.176 31.040 347.012h-411.966l-10.302 115.748h432.534l10.112 113.026h-566.218l30.498-341.802z" /> +<glyph unicode="" glyph-name="monero" d="M512 960c-283.093 0-512-229.248-512-512.64 0-56.96 9.728-111.232 26.368-162.56h152.619v430.763l333.013-333.483 333.013 333.44v-430.72h152.619c16.597 51.328 26.368 105.6 26.368 162.56 0 283.307-228.907 512.64-512 512.64zM435.712 306.901l-145.792 145.963v-270.976h-214.912c90.112-147.285 252.587-245.888 436.992-245.888s348.245 98.603 437.12 245.931h-215.040v270.976l-144.469-145.963-76.288-76.373-77.397 76.373z" /> +<glyph unicode="" glyph-name="ethereum" d="M509.611 193.28l-314.197 185.6 314.155-442.88 314.453 442.88-314.539-185.6zM514.389 960l-314.283-521.515 314.24-185.771 314.24 185.6z" /> +</font></defs></svg> \ No newline at end of file diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.ttf b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.ttf new file mode 100644 index 0000000..d1fc82a Binary files /dev/null and b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.ttf differ diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.woff b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.woff new file mode 100644 index 0000000..a6ff135 Binary files /dev/null and b/proj/chordboard/fonts/byl-iconfont-v3.1/fonts/byl-iconfont.woff differ diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/icons.css b/proj/chordboard/fonts/byl-iconfont-v3.1/icons.css new file mode 100644 index 0000000..632dea9 --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/icons.css @@ -0,0 +1,1860 @@ +@font-face { + font-family: 'byl-iconfont'; + src: url('fonts/byl-iconfont.eot?r996n0'); + src: url('fonts/byl-iconfont.eot?r996n0#iefix') format('embedded-opentype'), + url('fonts/byl-iconfont.ttf?r996n0') format('truetype'), + url('fonts/byl-iconfont.woff?r996n0') format('woff'), + url('fonts/byl-iconfont.svg?r996n0#byl-iconfont') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="byl-icon-"], [class*=" byl-icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'byl-iconfont' !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; +} + +.byl-icon-bitcoin:before { + content: "\ea60"; +} +.byl-icon-btc:before { + content: "\ea60"; +} +.byl-icon-chevron-right1:before { + content: "\ea5c"; +} +.byl-icon-chevron-left1:before { + content: "\ea5d"; +} +.byl-icon-chevron-down:before { + content: "\ea5e"; +} +.byl-icon-chevron-up:before { + content: "\ea5f"; +} +.byl-icon-chevron-right:before { + content: "\e916"; +} +.byl-icon-chevron-left:before { + content: "\e90e"; +} +.byl-icon-mail-envelope:before { + content: "\e917"; +} +.byl-icon-mail-envelope1:before { + content: "\e918"; +} +.byl-icon-mail-envelope-closed2:before { + content: "\e919"; +} +.byl-icon-mail-envelope-closed3:before { + content: "\e91b"; +} +.byl-icon-mail-envelope-open:before { + content: "\e91c"; +} +.byl-icon-mail-envelope-open1:before { + content: "\e91d"; +} +.byl-icon-mail-envelope-open2:before { + content: "\e920"; +} +.byl-icon-mail-envelope-open3:before { + content: "\e921"; +} +.byl-icon-mail-envelope-closed4:before { + content: "\e922"; +} +.byl-icon-mail-envelope-closed5:before { + content: "\e923"; +} +.byl-icon-mail-envelope-open4:before { + content: "\e926"; +} +.byl-icon-mail-envelope-open5:before { + content: "\e92a"; +} +.byl-icon-mail-checked:before { + content: "\e92e"; +} +.byl-icon-mail-checked1:before { + content: "\e92f"; +} +.byl-icon-mail-cancel:before { + content: "\e931"; +} +.byl-icon-mail-cancel1:before { + content: "\e932"; +} +.byl-icon-flag:before { + content: "\e937"; +} +.byl-icon-flag1:before { + content: "\e938"; +} +.byl-icon-flag2:before { + content: "\e939"; +} +.byl-icon-flag3:before { + content: "\e93b"; +} +.byl-icon-flag4:before { + content: "\e93c"; +} +.byl-icon-flag5:before { + content: "\e93d"; +} +.byl-icon-flag6:before { + content: "\e93e"; +} +.byl-icon-flag7:before { + content: "\e940"; +} +.byl-icon-bookmark1:before { + content: "\e941"; +} +.byl-icon-bookmark2:before { + content: "\e943"; +} +.byl-icon-star:before { + content: "\e944"; +} +.byl-icon-star1:before { + content: "\e946"; +} +.byl-icon-trash-can:before { + content: "\e947"; +} +.byl-icon-trash-can1:before { + content: "\e948"; +} +.byl-icon-documents:before { + content: "\e949"; +} +.byl-icon-documents1:before { + content: "\e94a"; +} +.byl-icon-documents2:before { + content: "\e94d"; +} +.byl-icon-documents3:before { + content: "\e94f"; +} +.byl-icon-inbox-download:before { + content: "\e950"; +} +.byl-icon-inbox-download1:before { + content: "\e951"; +} +.byl-icon-inbox-upload:before { + content: "\e952"; +} +.byl-icon-inbox-upload1:before { + content: "\e954"; +} +.byl-icon-document-zip:before { + content: "\e957"; +} +.byl-icon-document-zip1:before { + content: "\e959"; +} +.byl-icon-lock-rounded:before { + content: "\e95a"; +} +.byl-icon-lock-rounded1:before { + content: "\e95c"; +} +.byl-icon-lock-rounded-open:before { + content: "\e95d"; +} +.byl-icon-lock-rounded-open1:before { + content: "\e95e"; +} +.byl-icon-lock-rounded-open2:before { + content: "\e95f"; +} +.byl-icon-lock-rounded-open3:before { + content: "\e960"; +} +.byl-icon-printer-text:before { + content: "\e961"; +} +.byl-icon-printer-text1:before { + content: "\e963"; +} +.byl-icon-cloud-download:before { + content: "\e965"; +} +.byl-icon-cloud-download1:before { + content: "\e966"; +} +.byl-icon-cloud-upload:before { + content: "\e96e"; +} +.byl-icon-cloud-upload1:before { + content: "\e96f"; +} +.byl-icon-pen-angled:before { + content: "\e970"; +} +.byl-icon-pen-angled1:before { + content: "\e976"; +} +.byl-icon-box:before { + content: "\e977"; +} +.byl-icon-box1:before { + content: "\e978"; +} +.byl-icon-box-filled:before { + content: "\e979"; +} +.byl-icon-box-filled1:before { + content: "\e97a"; +} +.byl-icon-box2:before { + content: "\e97b"; +} +.byl-icon-box3:before { + content: "\e97c"; +} +.byl-icon-box4:before { + content: "\e97d"; +} +.byl-icon-box5:before { + content: "\e97e"; +} +.byl-icon-box-bookmark:before { + content: "\e97f"; +} +.byl-icon-box-bookmark1:before { + content: "\e980"; +} +.byl-icon-tag:before { + content: "\e981"; +} +.byl-icon-tag1:before { + content: "\e982"; +} +.byl-icon-tags:before { + content: "\e983"; +} +.byl-icon-tags1:before { + content: "\e984"; +} +.byl-icon-basketball:before { + content: "\e985"; +} +.byl-icon-baseball:before { + content: "\e986"; +} +.byl-icon-tennis-ball:before { + content: "\e98e"; +} +.byl-icon-bowling-ball:before { + content: "\e991"; +} +.byl-icon-bowling-ball1:before { + content: "\e995"; +} +.byl-icon-billiard-ball:before { + content: "\e996"; +} +.byl-icon-billiard-ball1:before { + content: "\e997"; +} +.byl-icon-soccer-ball:before { + content: "\e998"; +} +.byl-icon-soccer-court:before { + content: "\e999"; +} +.byl-icon-football:before { + content: "\e99c"; +} +.byl-icon-football1:before { + content: "\e99d"; +} +.byl-icon-basketball1:before { + content: "\e99e"; +} +.byl-icon-baseball-set:before { + content: "\e99f"; +} +.byl-icon-trophy:before { + content: "\e9a0"; +} +.byl-icon-weights:before { + content: "\e9a1"; +} +.byl-icon-boxing-glove:before { + content: "\e9a2"; +} +.byl-icon-boxing-glove1:before { + content: "\e9a3"; +} +.byl-icon-whistle:before { + content: "\e9a4"; +} +.byl-icon-whistle1:before { + content: "\e9a5"; +} +.byl-icon-volleyball-water:before { + content: "\e9a6"; +} +.byl-icon-volleyball-water1:before { + content: "\e9a7"; +} +.byl-icon-checkered-flag:before { + content: "\e9a8"; +} +.byl-icon-checkered-flag1:before { + content: "\e9a9"; +} +.byl-icon-target-arrow:before { + content: "\e9aa"; +} +.byl-icon-target-arrow1:before { + content: "\e9ab"; +} +.byl-icon-sailing-boat-water:before { + content: "\e9ad"; +} +.byl-icon-sailing-boat-water1:before { + content: "\e9ae"; +} +.byl-icon-bowling-pins:before { + content: "\e9af"; +} +.byl-icon-bowling-pins1:before { + content: "\e9b0"; +} +.byl-icon-diving-goggles:before { + content: "\e9b1"; +} +.byl-icon-diving-goggles1:before { + content: "\e9b2"; +} +.byl-icon-cloud:before { + content: "\e9b3"; +} +.byl-icon-cloud1:before { + content: "\e9b4"; +} +.byl-icon-cloud-sun:before { + content: "\e9b5"; +} +.byl-icon-cloud-sun1:before { + content: "\e9b6"; +} +.byl-icon-cloud-moon:before { + content: "\e9b7"; +} +.byl-icon-cloud-moon1:before { + content: "\e9b8"; +} +.byl-icon-cloud-rain:before { + content: "\e9bc"; +} +.byl-icon-cloud-rain1:before { + content: "\e9bd"; +} +.byl-icon-cloud-sun-rain:before { + content: "\e9be"; +} +.byl-icon-cloud-sun-rain1:before { + content: "\e9bf"; +} +.byl-icon-cloud-moon-rain:before { + content: "\e9c0"; +} +.byl-icon-cloud-moon-rain1:before { + content: "\e9c1"; +} +.byl-icon-cloud-snow:before { + content: "\e9c2"; +} +.byl-icon-cloud-snow1:before { + content: "\e9c3"; +} +.byl-icon-cloud-sun-snow:before { + content: "\e9c4"; +} +.byl-icon-cloud-sun-snow1:before { + content: "\e9c5"; +} +.byl-icon-cloud-moon-snow:before { + content: "\e9c6"; +} +.byl-icon-cloud-moon-snow1:before { + content: "\e9ca"; +} +.byl-icon-cloud-lightning:before { + content: "\e9cc"; +} +.byl-icon-cloud-lightning1:before { + content: "\e9cf"; +} +.byl-icon-cloud-sun-lightning:before { + content: "\e9d0"; +} +.byl-icon-cloud-sun-lightning1:before { + content: "\e9d4"; +} +.byl-icon-cloud-moon-lightning:before { + content: "\e9d5"; +} +.byl-icon-cloud-moon-lightning1:before { + content: "\e9d6"; +} +.byl-icon-cloud-wind:before { + content: "\e9d7"; +} +.byl-icon-cloud-wind1:before { + content: "\e9d8"; +} +.byl-icon-cloud-raindrops:before { + content: "\e9d9"; +} +.byl-icon-cloud-raindrops1:before { + content: "\e9da"; +} +.byl-icon-cloud-sun-raindrops:before { + content: "\e9db"; +} +.byl-icon-cloud-sun-raindrops1:before { + content: "\e9dc"; +} +.byl-icon-cloud-moon-raindrops:before { + content: "\e9dd"; +} +.byl-icon-cloud-moon-raindrops1:before { + content: "\e9de"; +} +.byl-icon-cloud-snowflakes:before { + content: "\e9df"; +} +.byl-icon-cloud-snowflakes1:before { + content: "\e9e0"; +} +.byl-icon-cloud-sun-snowflakes:before { + content: "\e9e1"; +} +.byl-icon-cloud-sun-snowflakes1:before { + content: "\e9e2"; +} +.byl-icon-cloud-moon-snowflakes:before { + content: "\e9e3"; +} +.byl-icon-cloud-moon-snowflakes1:before { + content: "\e9e4"; +} +.byl-icon-clouds:before { + content: "\e9e5"; +} +.byl-icon-clouds1:before { + content: "\e9e6"; +} +.byl-icon-moon:before { + content: "\e9e7"; +} +.byl-icon-moon1:before { + content: "\e9e8"; +} +.byl-icon-sun:before { + content: "\e9e9"; +} +.byl-icon-sun1:before { + content: "\e9ea"; +} +.byl-icon-sunrise:before { + content: "\e9eb"; +} +.byl-icon-sunrise1:before { + content: "\e9ec"; +} +.byl-icon-sunset:before { + content: "\e9ed"; +} +.byl-icon-sunset1:before { + content: "\e9ee"; +} +.byl-icon-sunset2:before { + content: "\e9ef"; +} +.byl-icon-sunset3:before { + content: "\e9f0"; +} +.byl-icon-rainbow:before { + content: "\e9f1"; +} +.byl-icon-rainbow1:before { + content: "\e9f2"; +} +.byl-icon-umbrella:before { + content: "\e9f3"; +} +.byl-icon-umbrella1:before { + content: "\e9f4"; +} +.byl-icon-raindrops:before { + content: "\e9f5"; +} +.byl-icon-raindrops1:before { + content: "\e9f6"; +} +.byl-icon-raindrop:before { + content: "\e9f7"; +} +.byl-icon-raindrop1:before { + content: "\e9f8"; +} +.byl-icon-sunglasses:before { + content: "\e9f9"; +} +.byl-icon-clouds2:before { + content: "\e9fa"; +} +.byl-icon-clouds3:before { + content: "\e9fb"; +} +.byl-icon-wind:before { + content: "\e9fc"; +} +.byl-icon-wind1:before { + content: "\e9fd"; +} +.byl-icon-full-moon:before { + content: "\e9fe"; +} +.byl-icon-full-moon1:before { + content: "\e9ff"; +} +.byl-icon-crescent:before { + content: "\ea00"; +} +.byl-icon-crescent1:before { + content: "\ea01"; +} +.byl-icon-half-moon:before { + content: "\ea02"; +} +.byl-icon-half-moon1:before { + content: "\ea03"; +} +.byl-icon-gibbous-moon:before { + content: "\ea04"; +} +.byl-icon-gibbous-moon1:before { + content: "\ea05"; +} +.byl-icon-moon2:before { + content: "\ea06"; +} +.byl-icon-moon3:before { + content: "\ea07"; +} +.byl-icon-gibbous-moon2:before { + content: "\ea08"; +} +.byl-icon-gibbous-moon3:before { + content: "\ea09"; +} +.byl-icon-half-moon2:before { + content: "\ea0c"; +} +.byl-icon-half-moon3:before { + content: "\ea0d"; +} +.byl-icon-crescent2:before { + content: "\ea0e"; +} +.byl-icon-crescent3:before { + content: "\ea12"; +} +.byl-icon-thermometer:before { + content: "\ea15"; +} +.byl-icon-thermometer1:before { + content: "\ea16"; +} +.byl-icon-thermometer-low:before { + content: "\ea17"; +} +.byl-icon-thermometer-low1:before { + content: "\ea18"; +} +.byl-icon-thermometer-quarter:before { + content: "\ea19"; +} +.byl-icon-thermometer-quarter1:before { + content: "\ea1a"; +} +.byl-icon-thermometer-half:before { + content: "\ea1b"; +} +.byl-icon-thermometer-half1:before { + content: "\ea25"; +} +.byl-icon-thermometer-three-quarters:before { + content: "\ea2f"; +} +.byl-icon-thermometer-three-quarters1:before { + content: "\ea30"; +} +.byl-icon-thermometer-full:before { + content: "\ea39"; +} +.byl-icon-thermometer-full1:before { + content: "\ea3a"; +} +.byl-icon-lightning:before { + content: "\ea3b"; +} +.byl-icon-lightning1:before { + content: "\ea3c"; +} +.byl-icon-mail-envelope-closed1:before { + content: "\e90a"; +} +.byl-icon-mail-envelope-closed:before { + content: "\e903"; +} +.byl-icon-fast_forward:before { + content: "\ea61"; +} +.byl-icon-fast_rewind:before { + content: "\ea62"; +} +.byl-icon-loop1:before { + content: "\ea63"; +} +.byl-icon-mic1:before { + content: "\ea64"; +} +.byl-icon-mic_off:before { + content: "\ea65"; +} +.byl-icon-not_interested:before { + content: "\ea66"; +} +.byl-icon-pause:before { + content: "\ea67"; +} +.byl-icon-pause_circle_filled:before { + content: "\ea68"; +} +.byl-icon-pause_circle_outline:before { + content: "\ea69"; +} +.byl-icon-play_arrow:before { + content: "\ea6a"; +} +.byl-icon-play_circle_filled:before { + content: "\ea6b"; +} +.byl-icon-play_circle_outline:before { + content: "\ea6c"; +} +.byl-icon-playlist_add:before { + content: "\ea6d"; +} +.byl-icon-queue_music:before { + content: "\ea6e"; +} +.byl-icon-radio:before { + content: "\ea6f"; +} +.byl-icon-repeat:before { + content: "\ea70"; +} +.byl-icon-repeat_one:before { + content: "\ea71"; +} +.byl-icon-replay:before { + content: "\ea72"; +} +.byl-icon-shuffle:before { + content: "\ea74"; +} +.byl-icon-skip_next:before { + content: "\ea75"; +} +.byl-icon-skip_previous:before { + content: "\ea76"; +} +.byl-icon-stop:before { + content: "\ea7b"; +} +.byl-icon-videocam:before { + content: "\ea7c"; +} +.byl-icon-videocam_off:before { + content: "\ea7d"; +} +.byl-icon-volume_down:before { + content: "\ea7e"; +} +.byl-icon-volume_mute:before { + content: "\ea7f"; +} +.byl-icon-volume_off:before { + content: "\ea84"; +} +.byl-icon-volume_up:before { + content: "\ea85"; +} +.byl-icon-forward_10:before { + content: "\ea86"; +} +.byl-icon-forward_30:before { + content: "\ea87"; +} +.byl-icon-forward_5:before { + content: "\ea88"; +} +.byl-icon-replay_10:before { + content: "\ea89"; +} +.byl-icon-replay_30:before { + content: "\ea8a"; +} +.byl-icon-replay_5:before { + content: "\ea8b"; +} +.byl-icon-call:before { + content: "\ea3d"; +} +.byl-icon-chat:before { + content: "\ea3e"; +} +.byl-icon-comment:before { + content: "\ea3f"; +} +.byl-icon-email:before { + content: "\ea40"; +} +.byl-icon-location_off:before { + content: "\ea8c"; +} +.byl-icon-location_on:before { + content: "\ea45"; +} +.byl-icon-message:before { + content: "\ea8d"; +} +.byl-icon-chat_bubble:before { + content: "\ea8e"; +} +.byl-icon-chat_bubble_outline:before { + content: "\ea8f"; +} +.byl-icon-swap_calls:before { + content: "\ea93"; +} +.byl-icon-voicemail:before { + content: "\ea97"; +} +.byl-icon-mail_outline:before { + content: "\ea46"; +} +.byl-icon-rss_feed:before { + content: "\ea98"; +} +.byl-icon-alternate_email:before { + content: "\ea99"; +} +.byl-icon-add_call:before { + content: "\ea9a"; +} +.byl-icon-content_cut:before { + content: "\ea9e"; +} +.byl-icon-content_paste:before { + content: "\eaa1"; +} +.byl-icon-drafts:before { + content: "\ea47"; +} +.byl-icon-flag8:before { + content: "\eaa2"; +} +.byl-icon-forward1:before { + content: "\eaa3"; +} +.byl-icon-gesture:before { + content: "\eaa4"; +} +.byl-icon-reply1:before { + content: "\eaa5"; +} +.byl-icon-reply_all:before { + content: "\eaa6"; +} +.byl-icon-send:before { + content: "\ea4e"; +} +.byl-icon-add_link:before { + content: "\eaa7"; +} +.byl-icon-access_alarms:before { + content: "\eaa8"; +} +.byl-icon-access_time:before { + content: "\eaaa"; +} +.byl-icon-add_alarm:before { + content: "\eaab"; +} +.byl-icon-airplanemode_off:before { + content: "\eaac"; +} +.byl-icon-airplanemode_on:before { + content: "\eaad"; +} +.byl-icon-brightness_high:before { + content: "\ea4f"; +} +.byl-icon-brightness_low:before { + content: "\ea50"; +} +.byl-icon-brightness_medium:before { + content: "\ea51"; +} +.byl-icon-usb:before { + content: "\eaae"; +} +.byl-icon-color_lens1:before { + content: "\ea55"; +} +.byl-icon-timer:before { + content: "\eaaf"; +} +.byl-icon-timer_off:before { + content: "\eab0"; +} +.byl-icon-transform:before { + content: "\eab1"; +} +.byl-icon-wb_incandescent:before { + content: "\eab2"; +} +.byl-icon-wb_sunny:before { + content: "\eab3"; +} +.byl-icon-add_a_photo:before { + content: "\eab4"; +} +.byl-icon-directions_bike:before { + content: "\eab5"; +} +.byl-icon-directions_bus:before { + content: "\eab6"; +} +.byl-icon-directions_car:before { + content: "\eab7"; +} +.byl-icon-directions_ferry:before { + content: "\eab8"; +} +.byl-icon-directions_subway:before { + content: "\eab9"; +} +.byl-icon-directions_train:before { + content: "\eaba"; +} +.byl-icon-directions_walk:before { + content: "\eabb"; +} +.byl-icon-hotel:before { + content: "\eabc"; +} +.byl-icon-layers:before { + content: "\eabd"; +} +.byl-icon-local_bar:before { + content: "\eabe"; +} +.byl-icon-local_cafe:before { + content: "\eabf"; +} +.byl-icon-local_gas_station:before { + content: "\eac0"; +} +.byl-icon-local_grocery_store:before { + content: "\eac1"; +} +.byl-icon-local_movies:before { + content: "\eac2"; +} +.byl-icon-local_offer:before { + content: "\eac4"; +} +.byl-icon-local_restaurant:before { + content: "\eac5"; +} +.byl-icon-local_shipping:before { + content: "\eac7"; +} +.byl-icon-local_taxi:before { + content: "\eac9"; +} +.byl-icon-map1:before { + content: "\ea57"; +} +.byl-icon-navigation:before { + content: "\eaca"; +} +.byl-icon-pin_drop:before { + content: "\ea58"; +} +.byl-icon-satellite:before { + content: "\eacb"; +} +.byl-icon-store_mall_directory:before { + content: "\eacc"; +} +.byl-icon-traffic:before { + content: "\eacd"; +} +.byl-icon-restaurant:before { + content: "\eace"; +} +.byl-icon-train:before { + content: "\eacf"; +} +.byl-icon-tram:before { + content: "\ead0"; +} +.byl-icon-departure_board:before { + content: "\ead1"; +} +.byl-icon-fastfood:before { + content: "\ead2"; +} +.byl-icon-arrow_back_ios:before { + content: "\e914"; +} +.byl-icon-arrow_forward_ios:before { + content: "\e915"; +} +.byl-icon-share:before { + content: "\ead3"; +} +.byl-icon-add_shopping_cart:before { + content: "\ead4"; +} +.byl-icon-bug_report:before { + content: "\ead5"; +} +.byl-icon-build:before { + content: "\ead6"; +} +.byl-icon-explore:before { + content: "\ead7"; +} +.byl-icon-extension:before { + content: "\ead8"; +} +.byl-icon-favorite:before { + content: "\ead9"; +} +.byl-icon-favorite_outline:before { + content: "\eada"; +} +.byl-icon-settings_input_svideo:before { + content: "\eadb"; +} +.byl-icon-swap_horiz:before { + content: "\eadc"; +} +.byl-icon-swap_vert:before { + content: "\eadd"; +} +.byl-icon-thumb_down:before { + content: "\ea59"; +} +.byl-icon-thumb_up:before { + content: "\ea5a"; +} +.byl-icon-translate:before { + content: "\eade"; +} +.byl-icon-trending_down:before { + content: "\eadf"; +} +.byl-icon-trending_neutral:before { + content: "\eae0"; +} +.byl-icon-trending_up:before { + content: "\eae1"; +} +.byl-icon-verified_user:before { + content: "\eae2"; +} +.byl-icon-flight_land:before { + content: "\eae3"; +} +.byl-icon-flight_takeoff:before { + content: "\eae5"; +} +.byl-icon-fingerprint:before { + content: "\eae8"; +} +.byl-icon-gavel:before { + content: "\eae9"; +} +.byl-icon-accessible:before { + content: "\eaea"; +} +.byl-icon-motorcycle:before { + content: "\eaeb"; +} +.byl-icon-pets:before { + content: "\eaec"; +} +.byl-icon-timeline:before { + content: "\eaed"; +} +.byl-icon-g_translate:before { + content: "\eaee"; +} +.byl-icon-remove_shopping_cart:before { + content: "\eaef"; +} +.byl-icon-accessibility_new:before { + content: "\eaf0"; +} +.byl-icon-accessible_forward:before { + content: "\eaf1"; +} +.byl-icon-supervised_user_circle:before { + content: "\eaf2"; +} +.byl-icon-imagesearch_roller:before { + content: "\eaf3"; +} +.byl-icon-repeat_on:before { + content: "\eaf4"; +} +.byl-icon-repeat_one_on:before { + content: "\eaf5"; +} +.byl-icon-replay_circle_filled:before { + content: "\eaf6"; +} +.byl-icon-speed:before { + content: "\eaf7"; +} +.byl-icon-sports_cricket:before { + content: "\eaf8"; +} +.byl-icon-sports_motorsports:before { + content: "\eaf9"; +} +.byl-icon-eco:before { + content: "\eafa"; +} +.byl-icon-apartment:before { + content: "\eafb"; +} +.byl-icon-bathtub:before { + content: "\eafc"; +} +.byl-icon-outdoor_grill:before { + content: "\eafd"; +} +.byl-icon-bakery_dining:before { + content: "\eafe"; +} +.byl-icon-dinner_dining:before { + content: "\eaff"; +} +.byl-icon-dry_cleaning:before { + content: "\eb00"; +} +.byl-icon-hardware:before { + content: "\eb01"; +} +.byl-icon-liquor:before { + content: "\eb02"; +} +.byl-icon-lunch_dining:before { + content: "\eb03"; +} +.byl-icon-park:before { + content: "\eb04"; +} +.byl-icon-ramen_dining:before { + content: "\eb05"; +} +.byl-icon-airport_shuttle:before { + content: "\eb06"; +} +.byl-icon-anchor:before { + content: "\eb07"; +} +.byl-icon-forward_to_inbox:before { + content: "\ea5b"; +} +.byl-icon-color_lens:before { + content: "\e905"; +} +.byl-icon-bandcamp:before { + content: "\e907"; +} +.byl-icon-phone1:before { + content: "\e901"; +} +.byl-icon-tripadvisor:before { + content: "\e902"; +} +.byl-icon-tiktok:before { + content: "\e908"; +} +.byl-icon-mastodon:before { + content: "\e909"; +} +.byl-icon-home:before { + content: "\e900"; +} +.byl-icon-home2:before { + content: "\eb08"; +} +.byl-icon-home3:before { + content: "\eb09"; +} +.byl-icon-newspaper:before { + content: "\e904"; +} +.byl-icon-pencil:before { + content: "\eb0a"; +} +.byl-icon-pencil2:before { + content: "\e906"; +} +.byl-icon-quill:before { + content: "\eb0b"; +} +.byl-icon-pen:before { + content: "\e90b"; +} +.byl-icon-paint-format:before { + content: "\e90c"; +} +.byl-icon-image:before { + content: "\e90d"; +} +.byl-icon-images:before { + content: "\eb0c"; +} +.byl-icon-camera:before { + content: "\e90f"; +} +.byl-icon-headphones:before { + content: "\e910"; +} +.byl-icon-music:before { + content: "\e911"; +} +.byl-icon-play:before { + content: "\e912"; +} +.byl-icon-film:before { + content: "\e913"; +} +.byl-icon-bullhorn:before { + content: "\e91a"; +} +.byl-icon-mic:before { + content: "\e91e"; +} +.byl-icon-book:before { + content: "\e91f"; +} +.byl-icon-file-empty:before { + content: "\e924"; +} +.byl-icon-files-empty:before { + content: "\e925"; +} +.byl-icon-file-picture:before { + content: "\e927"; +} +.byl-icon-file-music:before { + content: "\e928"; +} +.byl-icon-file-play:before { + content: "\e929"; +} +.byl-icon-file-zip:before { + content: "\e92b"; +} +.byl-icon-copy:before { + content: "\e92c"; +} +.byl-icon-paste:before { + content: "\e92d"; +} +.byl-icon-stack:before { + content: "\eb0d"; +} +.byl-icon-folder-open:before { + content: "\e930"; +} +.byl-icon-folder-download:before { + content: "\e933"; +} +.byl-icon-folder-upload:before { + content: "\e934"; +} +.byl-icon-price-tag:before { + content: "\e935"; +} +.byl-icon-price-tags:before { + content: "\e936"; +} +.byl-icon-qrcode:before { + content: "\eb0e"; +} +.byl-icon-cart:before { + content: "\e93a"; +} +.byl-icon-credit-card:before { + content: "\e93f"; +} +.byl-icon-phone:before { + content: "\e942"; +} +.byl-icon-phone-hang-up:before { + content: "\eb0f"; +} +.byl-icon-envelop:before { + content: "\e945"; +} +.byl-icon-map:before { + content: "\e94b"; +} +.byl-icon-map2:before { + content: "\e94c"; +} +.byl-icon-clock:before { + content: "\e94e"; +} +.byl-icon-clock2:before { + content: "\eb10"; +} +.byl-icon-alarm:before { + content: "\eb11"; +} +.byl-icon-bell:before { + content: "\eb12"; +} +.byl-icon-stopwatch:before { + content: "\eb13"; +} +.byl-icon-calendar:before { + content: "\e953"; +} +.byl-icon-printer:before { + content: "\eb14"; +} +.byl-icon-keyboard:before { + content: "\e955"; +} +.byl-icon-display:before { + content: "\e956"; +} +.byl-icon-laptop:before { + content: "\eb15"; +} +.byl-icon-mobile:before { + content: "\e958"; +} +.byl-icon-tv:before { + content: "\e95b"; +} +.byl-icon-floppy-disk:before { + content: "\e962"; +} +.byl-icon-database:before { + content: "\e964"; +} +.byl-icon-undo2:before { + content: "\e967"; +} +.byl-icon-redo2:before { + content: "\e968"; +} +.byl-icon-forward:before { + content: "\e969"; +} +.byl-icon-reply:before { + content: "\e96a"; +} +.byl-icon-bubble:before { + content: "\e96b"; +} +.byl-icon-bubbles:before { + content: "\e96c"; +} +.byl-icon-bubbles2:before { + content: "\e96d"; +} +.byl-icon-user:before { + content: "\e971"; +} +.byl-icon-users:before { + content: "\e972"; +} +.byl-icon-user-plus:before { + content: "\e973"; +} +.byl-icon-user-minus:before { + content: "\e974"; +} +.byl-icon-user-check:before { + content: "\e975"; +} +.byl-icon-binoculars:before { + content: "\eb16"; +} +.byl-icon-search:before { + content: "\eb17"; +} +.byl-icon-zoom-in:before { + content: "\e987"; +} +.byl-icon-zoom-out:before { + content: "\e988"; +} +.byl-icon-enlarge:before { + content: "\e989"; +} +.byl-icon-shrink:before { + content: "\e98a"; +} +.byl-icon-enlarge2:before { + content: "\e98b"; +} +.byl-icon-shrink2:before { + content: "\e98c"; +} +.byl-icon-key:before { + content: "\e98d"; +} +.byl-icon-key2:before { + content: "\eb18"; +} +.byl-icon-lock:before { + content: "\e98f"; +} +.byl-icon-unlocked:before { + content: "\e990"; +} +.byl-icon-equalizer:before { + content: "\e992"; +} +.byl-icon-equalizer2:before { + content: "\e993"; +} +.byl-icon-cog:before { + content: "\e994"; +} +.byl-icon-cogs:before { + content: "\eb19"; +} +.byl-icon-hammer:before { + content: "\eb1a"; +} +.byl-icon-magic-wand:before { + content: "\eb1b"; +} +.byl-icon-bug:before { + content: "\eb1c"; +} +.byl-icon-pie-chart:before { + content: "\e99a"; +} +.byl-icon-stats-dots:before { + content: "\e99b"; +} +.byl-icon-stats-bars:before { + content: "\eb1d"; +} +.byl-icon-stats-bars2:before { + content: "\eb1e"; +} +.byl-icon-gift:before { + content: "\eb1f"; +} +.byl-icon-glass:before { + content: "\eb20"; +} +.byl-icon-glass2:before { + content: "\eb21"; +} +.byl-icon-mug:before { + content: "\eb22"; +} +.byl-icon-spoon-knife:before { + content: "\eb23"; +} +.byl-icon-meter:before { + content: "\eb24"; +} +.byl-icon-meter2:before { + content: "\eb25"; +} +.byl-icon-hammer2:before { + content: "\eb26"; +} +.byl-icon-fire:before { + content: "\eb27"; +} +.byl-icon-lab:before { + content: "\eb28"; +} +.byl-icon-magnet:before { + content: "\eb29"; +} +.byl-icon-bin:before { + content: "\e9ac"; +} +.byl-icon-airplane:before { + content: "\eb2a"; +} +.byl-icon-truck:before { + content: "\eb2b"; +} +.byl-icon-road:before { + content: "\eb2c"; +} +.byl-icon-list-numbered:before { + content: "\e9b9"; +} +.byl-icon-list:before { + content: "\e9ba"; +} +.byl-icon-list2:before { + content: "\e9bb"; +} +.byl-icon-cloud-download2:before { + content: "\eb2d"; +} +.byl-icon-cloud-upload2:before { + content: "\eb2e"; +} +.byl-icon-cloud-check:before { + content: "\eb2f"; +} +.byl-icon-download3:before { + content: "\e9c7"; +} +.byl-icon-upload3:before { + content: "\e9c8"; +} +.byl-icon-sphere:before { + content: "\e9c9"; +} +.byl-icon-earth:before { + content: "\eb30"; +} +.byl-icon-link:before { + content: "\e9cb"; +} +.byl-icon-attachment:before { + content: "\e9cd"; +} +.byl-icon-eye:before { + content: "\e9ce"; +} +.byl-icon-eye-plus:before { + content: "\eb31"; +} +.byl-icon-eye-minus:before { + content: "\eb32"; +} +.byl-icon-eye-blocked:before { + content: "\e9d1"; +} +.byl-icon-bookmark:before { + content: "\e9d2"; +} +.byl-icon-bookmarks:before { + content: "\e9d3"; +} +.byl-icon-plus:before { + content: "\ea0a"; +} +.byl-icon-minus:before { + content: "\ea0b"; +} +.byl-icon-cross:before { + content: "\ea0f"; +} +.byl-icon-checkmark:before { + content: "\ea10"; +} +.byl-icon-checkmark2:before { + content: "\ea11"; +} +.byl-icon-enter:before { + content: "\ea13"; +} +.byl-icon-exit:before { + content: "\ea14"; +} +.byl-icon-play3:before { + content: "\ea1c"; +} +.byl-icon-pause2:before { + content: "\ea1d"; +} +.byl-icon-stop2:before { + content: "\ea1e"; +} +.byl-icon-backward2:before { + content: "\ea1f"; +} +.byl-icon-forward3:before { + content: "\ea20"; +} +.byl-icon-first:before { + content: "\ea21"; +} +.byl-icon-last:before { + content: "\ea22"; +} +.byl-icon-previous2:before { + content: "\ea23"; +} +.byl-icon-next2:before { + content: "\ea24"; +} +.byl-icon-volume-high:before { + content: "\ea26"; +} +.byl-icon-volume-medium:before { + content: "\ea27"; +} +.byl-icon-volume-low:before { + content: "\ea28"; +} +.byl-icon-volume-mute:before { + content: "\ea29"; +} +.byl-icon-volume-mute2:before { + content: "\ea2a"; +} +.byl-icon-volume-increase:before { + content: "\ea2b"; +} +.byl-icon-volume-decrease:before { + content: "\ea2c"; +} +.byl-icon-loop:before { + content: "\ea2d"; +} +.byl-icon-loop2:before { + content: "\ea2e"; +} +.byl-icon-arrow-up-left:before { + content: "\ea31"; +} +.byl-icon-arrow-up:before { + content: "\ea32"; +} +.byl-icon-arrow-up-right:before { + content: "\ea33"; +} +.byl-icon-arrow-right:before { + content: "\ea34"; +} +.byl-icon-arrow-down-right:before { + content: "\ea35"; +} +.byl-icon-arrow-down:before { + content: "\ea36"; +} +.byl-icon-arrow-down-left:before { + content: "\ea37"; +} +.byl-icon-arrow-left:before { + content: "\ea38"; +} +.byl-icon-circle-up:before { + content: "\ea41"; +} +.byl-icon-circle-right:before { + content: "\ea42"; +} +.byl-icon-circle-down:before { + content: "\ea43"; +} +.byl-icon-circle-left:before { + content: "\ea44"; +} +.byl-icon-sort-alpha-asc:before { + content: "\ea48"; +} +.byl-icon-sort-alpha-desc:before { + content: "\ea49"; +} +.byl-icon-sort-numeric-asc:before { + content: "\ea4a"; +} +.byl-icon-sort-numberic-desc:before { + content: "\ea4b"; +} +.byl-icon-sort-amount-asc:before { + content: "\ea4c"; +} +.byl-icon-sort-amount-desc:before { + content: "\ea4d"; +} +.byl-icon-checkbox-checked:before { + content: "\ea52"; +} +.byl-icon-checkbox-unchecked:before { + content: "\ea53"; +} +.byl-icon-radio-checked:before { + content: "\ea54"; +} +.byl-icon-radio-unchecked:before { + content: "\ea56"; +} +.byl-icon-crop:before { + content: "\eb33"; +} +.byl-icon-filter:before { + content: "\eb34"; +} +.byl-icon-ligature:before { + content: "\eb35"; +} +.byl-icon-ligature2:before { + content: "\eb36"; +} +.byl-icon-text-height:before { + content: "\eb37"; +} +.byl-icon-text-width:before { + content: "\eb38"; +} +.byl-icon-font-size:before { + content: "\eb39"; +} +.byl-icon-bold:before { + content: "\eb3a"; +} +.byl-icon-underline:before { + content: "\eb3b"; +} +.byl-icon-italic:before { + content: "\eb3c"; +} +.byl-icon-strikethrough:before { + content: "\eb3d"; +} +.byl-icon-pilcrow:before { + content: "\ea73"; +} +.byl-icon-paragraph-left:before { + content: "\ea77"; +} +.byl-icon-paragraph-center:before { + content: "\ea78"; +} +.byl-icon-paragraph-right:before { + content: "\ea79"; +} +.byl-icon-paragraph-justify:before { + content: "\ea7a"; +} +.byl-icon-embed2:before { + content: "\ea80"; +} +.byl-icon-terminal:before { + content: "\ea81"; +} +.byl-icon-share2:before { + content: "\ea82"; +} +.byl-icon-mail:before { + content: "\ea83"; +} +.byl-icon-amazon:before { + content: "\eb3e"; +} +.byl-icon-google:before { + content: "\eb3f"; +} +.byl-icon-google2:before { + content: "\eb40"; +} +.byl-icon-google3:before { + content: "\eb41"; +} +.byl-icon-hangouts:before { + content: "\eb42"; +} +.byl-icon-facebook1:before { + content: "\ea90"; +} +.byl-icon-facebook:before { + content: "\ea91"; +} +.byl-icon-instagram:before { + content: "\ea92"; +} +.byl-icon-spotify:before { + content: "\ea94"; +} +.byl-icon-telegram:before { + content: "\ea95"; +} +.byl-icon-twitter:before { + content: "\ea96"; +} +.byl-icon-vk:before { + content: "\eb43"; +} +.byl-icon-rss:before { + content: "\ea9b"; +} +.byl-icon-rss2:before { + content: "\ea9c"; +} +.byl-icon-youtube:before { + content: "\ea9d"; +} +.byl-icon-twitch:before { + content: "\ea9f"; +} +.byl-icon-vimeo:before { + content: "\eaa0"; +} +.byl-icon-vimeo2:before { + content: "\eb44"; +} +.byl-icon-behance:before { + content: "\eb45"; +} +.byl-icon-behance2:before { + content: "\eaa9"; +} +.byl-icon-steam:before { + content: "\eb46"; +} +.byl-icon-steam2:before { + content: "\eb47"; +} +.byl-icon-github:before { + content: "\eb48"; +} +.byl-icon-wordpress:before { + content: "\eb49"; +} +.byl-icon-joomla:before { + content: "\eb4a"; +} +.byl-icon-blogger:before { + content: "\eb4b"; +} +.byl-icon-tumblr:before { + content: "\eb4c"; +} +.byl-icon-tumblr2:before { + content: "\eb4d"; +} +.byl-icon-appleinc:before { + content: "\eb4e"; +} +.byl-icon-finder:before { + content: "\eb4f"; +} +.byl-icon-android:before { + content: "\eb50"; +} +.byl-icon-soundcloud:before { + content: "\eac3"; +} +.byl-icon-skype:before { + content: "\eb51"; +} +.byl-icon-reddit:before { + content: "\eac6"; +} +.byl-icon-wikipedia:before { + content: "\eac8"; +} +.byl-icon-linkedin:before { + content: "\eb52"; +} +.byl-icon-linkedin2:before { + content: "\eb53"; +} +.byl-icon-lastfm:before { + content: "\eb54"; +} +.byl-icon-stackoverflow:before { + content: "\eb55"; +} +.byl-icon-pinterest:before { + content: "\eb56"; +} +.byl-icon-pinterest2:before { + content: "\eb57"; +} +.byl-icon-paypal:before { + content: "\eb58"; +} +.byl-icon-chrome:before { + content: "\eb59"; +} +.byl-icon-firefox:before { + content: "\eb5a"; +} +.byl-icon-IE:before { + content: "\eb5b"; +} +.byl-icon-edge:before { + content: "\eb5c"; +} +.byl-icon-safari:before { + content: "\eb5d"; +} +.byl-icon-opera:before { + content: "\eb5e"; +} +.byl-icon-html-five:before { + content: "\eae4"; +} +.byl-icon-html-five2:before { + content: "\eb5f"; +} +.byl-icon-css3:before { + content: "\eae6"; +} +.byl-icon-git:before { + content: "\eae7"; +} +.byl-icon-monero:before { + content: "\eb60"; +} +.byl-icon-ethereum:before { + content: "\eb61"; +} diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/selection.json b/proj/chordboard/fonts/byl-iconfont-v3.1/selection.json new file mode 100644 index 0000000..f69f05b --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M666.857 365.714c7.429 76-24.571 121.714-74.857 147.429 83.429 20 136 69.714 125.714 181.143-13.143 138.857-116 176-263.429 184v145.714h-88v-143.429c-22.286 0-45.714 0-69.714-0.571v144h-88v-145.714c-20.571 0-41.143-0.571-62.286-0.571h-114.286l17.714-104.571c64.571 1.143 63.429 0 63.429 0 24.571 0 31.429-17.714 33.143-29.143v-229.714h9.143c-3.429-0.571-6.857-0.571-9.143-0.571v-164c-3.429-18.286-14.857-38.857-50.857-38.857 0 0 1.143-1.143-63.429 0v-93.714l121.143 0.571c17.714 0 36.571 0 55.429-0.571v-144h88v141.143c23.429-0.571 46.857-1.143 69.714-1.143v-140h88v144c113.143 9.714 202.857 44.571 212.571 148.571zM544 677.143c0-113.143-186.286-96.571-245.714-96.571v193.143c59.429 0 245.714 12.571 245.714-96.571zM503.429 405.143c0-103.429-155.429-88-205.143-88v175.429c49.714 0 205.143 11.429 205.143-87.429z"],"attrs":[{}],"width":760,"isMulticolor":false,"isMulticolor2":false,"tags":["bitcoin","btc"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":6,"name":"bitcoin, btc","prevSize":28,"code":60000},"setIdx":0,"setId":9,"iconIdx":0},{"icon":{"paths":["M632.571 501.143l-424 424c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.857c-14.286-14.286-14.286-37.143 0-51.429l303.429-303.429-303.429-303.429c-14.286-14.286-14.286-37.143 0-51.429l94.857-94.857c14.286-14.286 37.143-14.286 51.429 0l424 424c14.286 14.286 14.286 37.143 0 51.429z"],"attrs":[{}],"width":695,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-right"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":5,"prevSize":28,"code":59996,"name":"chevron-right1"},"setIdx":0,"setId":9,"iconIdx":1},{"icon":{"paths":["M669.143 172l-303.429 303.429 303.429 303.429c14.286 14.286 14.286 37.143 0 51.429l-94.857 94.857c-14.286 14.286-37.143 14.286-51.429 0l-424-424c-14.286-14.286-14.286-37.143 0-51.429l424-424c14.286-14.286 37.143-14.286 51.429 0l94.857 94.857c14.286 14.286 14.286 37.143 0 51.429z"],"attrs":[{}],"width":768,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-left"],"grid":14},"attrs":[{}],"properties":{"order":2,"id":4,"prevSize":28,"code":59997,"name":"chevron-left1"},"setIdx":0,"setId":9,"iconIdx":2},{"icon":{"paths":["M961.714 461.714l-424 423.429c-14.286 14.286-37.143 14.286-51.429 0l-424-423.429c-14.286-14.286-14.286-37.714 0-52l94.857-94.286c14.286-14.286 37.143-14.286 51.429 0l303.429 303.429 303.429-303.429c14.286-14.286 37.143-14.286 51.429 0l94.857 94.286c14.286 14.286 14.286 37.714 0 52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-down"],"grid":14},"attrs":[{}],"properties":{"order":3,"id":3,"prevSize":28,"code":59998,"name":"chevron-down"},"setIdx":0,"setId":9,"iconIdx":3},{"icon":{"paths":["M961.714 760.571l-94.857 94.286c-14.286 14.286-37.143 14.286-51.429 0l-303.429-303.429-303.429 303.429c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.286c-14.286-14.286-14.286-37.714 0-52l424-423.429c14.286-14.286 37.143-14.286 51.429 0l424 423.429c14.286 14.286 14.286 37.714 0 52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-up"],"grid":14},"attrs":[{}],"properties":{"order":4,"id":2,"prevSize":28,"code":59999,"name":"chevron-up"},"setIdx":0,"setId":9,"iconIdx":4},{"icon":{"paths":["M632.571 501.143l-424 424c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.857c-14.286-14.286-14.286-37.143 0-51.429l303.429-303.429-303.429-303.429c-14.286-14.286-14.286-37.143 0-51.429l94.857-94.857c14.286-14.286 37.143-14.286 51.429 0l424 424c14.286 14.286 14.286 37.143 0 51.429z"],"attrs":[{}],"width":695,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-right"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":28,"code":59670,"name":"chevron-right"},"setIdx":0,"setId":9,"iconIdx":5},{"icon":{"paths":["M669.143 172l-303.429 303.429 303.429 303.429c14.286 14.286 14.286 37.143 0 51.429l-94.857 94.857c-14.286 14.286-37.143 14.286-51.429 0l-424-424c-14.286-14.286-14.286-37.143 0-51.429l424-424c14.286-14.286 37.143-14.286 51.429 0l94.857 94.857c14.286 14.286 14.286 37.143 0 51.429z"],"attrs":[{}],"width":768,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-left"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":0,"name":"chevron-left","prevSize":28,"code":59662},"setIdx":0,"setId":9,"iconIdx":6},{"icon":{"paths":["M192.115 256h671.77c35.643 0 64.115 28.569 64.115 63.81v384.38c0 35.185-28.705 63.81-64.115 63.81h-671.77c-35.643 0-64.115-28.569-64.115-63.81v-384.38c0-35.185 28.705-63.81 64.115-63.81zM192.098 288c-17.727 0-32.098 14.398-32.098 32.219v383.562c0 17.794 14.045 32.219 32.098 32.219h671.803c17.727 0 32.098-14.398 32.098-32.219v-383.562c0-17.794-14.045-32.219-32.098-32.219h-671.803zM736 352h96v96h-96v-96zM768 384v32h32v-32h-32zM224 576v32h256v-32h-256zM224 352v32h128v-32h-128zM224 640v32h256v-32h-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope"],"grid":32},"attrs":[],"properties":{"id":1,"order":349,"prevSize":32,"code":59671,"name":"mail-envelope"},"setIdx":1,"setId":8,"iconIdx":0},{"icon":{"paths":["M192.115 256h671.77c35.643 0 64.115 28.569 64.115 63.81v384.38c0 35.185-28.705 63.81-64.115 63.81h-671.77c-35.643 0-64.115-28.569-64.115-63.81v-384.38c0-35.185 28.705-63.81 64.115-63.81zM224 352v32h128v-32h-128zM736 352v96h96v-96h-96zM768 384v32h32v-32h-32zM224 576v32h256v-32h-256zM224 640v32h256v-32h-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope"],"grid":32},"attrs":[],"properties":{"id":2,"order":348,"prevSize":32,"code":59672,"name":"mail-envelope1"},"setIdx":1,"setId":8,"iconIdx":1},{"icon":{"paths":["M170.080 296.765l357.92 311.235 357.981-311.287c6.206 5.878 10.019 14.235 10.019 23.507v383.562c0 17.821-14.371 32.219-32.098 32.219h-671.803c-18.053 0-32.098-14.425-32.098-32.219v-383.562c0-9.253 3.874-17.582 10.080-23.454zM192.115 256c-35.41 0-64.115 28.624-64.115 63.81v384.38c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-384.38c0-35.241-28.472-63.81-64.115-63.81h-671.77zM528 566.4l-320-278.4h640l-320 278.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-closed"],"grid":32},"attrs":[],"properties":{"id":5,"order":168,"prevSize":32,"code":59673,"name":"mail-envelope-closed2"},"setIdx":1,"setId":8,"iconIdx":4},{"icon":{"paths":["M226.462 349.538l25.846-25.846 275.692 236.308 275.692-236.308 25.846 25.846-301.538 258.462-301.538-258.462zM192.115 256c-35.41 0-64.115 28.624-64.115 63.81v384.38c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-384.38c0-35.241-28.472-63.81-64.115-63.81h-671.77z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-closed"],"grid":32},"attrs":[],"properties":{"id":6,"order":344,"prevSize":32,"code":59675,"name":"mail-envelope-closed3"},"setIdx":1,"setId":8,"iconIdx":5},{"icon":{"paths":["M528 137.6l-352 310.4 352 304 352-304-352-310.4zM896 476.16l-368 323.84-368-323.84v419.947c0 17.614 14.045 31.893 32.098 31.893h671.803c17.727 0 32.098-14.395 32.098-31.893v-419.947zM928 896.19c0 35.185-28.705 63.81-64.115 63.81h-671.77c-35.643 0-64.115-28.569-64.115-63.81v-448.19l400-352 400 352v448.19z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":7,"order":170,"prevSize":32,"code":59676,"name":"mail-envelope-open"},"setIdx":1,"setId":8,"iconIdx":6},{"icon":{"paths":["M226.462 541.538l301.538 258.462 301.538-258.462-26.471-26.471-275.067 230.532-275.067-230.532-26.471 26.471zM928 448v448.19c0 35.185-28.705 63.81-64.115 63.81h-671.77c-35.643 0-64.115-28.569-64.115-63.81v-448.19l400-352 400 352z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":8,"order":343,"prevSize":32,"code":59677,"name":"mail-envelope-open1"},"setIdx":1,"setId":8,"iconIdx":7},{"icon":{"paths":["M538.182 703.717l-54.294 0.283h108.112l0.638-0.567-3.18 0.017 210.542-188.25v-258.923c0-17.826-14.551-32.276-31.999-32.276h-480.003c-17.672 0-31.999 14.2-31.999 32.066v262.334l209.632 184.97 72.55 0.347zM418.909 192l109.091-96 109.091 96h130.992c35.408 0 63.918 28.648 63.918 63.988v107.532l96 84.48v448.19c0 35.185-28.705 63.81-64.115 63.81h-671.77c-35.643 0-64.115-28.569-64.115-63.81v-448.19l96-84.48v-107.532c0-35.59 28.617-63.988 63.918-63.988h130.992zM589.691 192l-61.691-54.4-61.691 54.4h123.381zM832 405.673v84.994l48-42.667-48-42.327zM224 490.667v-84.994l-48 42.327 48 42.667zM432 736l-224 192h640l-224-192h-192zM885.924 919.205v0 0c6.203-5.866 10.076-14.145 10.076-23.204v-416.001l-256 224.547 245.924 214.659zM170.076 919.205l245.924-214.659-256-224.547v416.001c0 9.060 3.872 17.338 10.076 23.204v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":9,"order":175,"prevSize":32,"code":59680,"name":"mail-envelope-open2"},"setIdx":1,"setId":8,"iconIdx":8},{"icon":{"paths":["M709.925 644.064l-69.925 59.936 189.538 162.462-25.846 25.846-191.866-164.457-167.149 0.729-0.677-0.58-191.692 164.308-25.846-25.846 189.538-162.462-69.925-59.936-122.075-103.263v-177.281l-96 84.48v448.19c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-448.19l-96-84.48v177.281l-122.075 103.263zM418.909 192l109.091-96 109.091 96h-218.182zM287.999 224c-17.672 0-31.999 14.2-31.999 32.066v262.334l200.070 170.109h141.432l202.498-170.109v-262.334c0-17.71-14.551-32.066-31.999-32.066h-480.003z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":10,"order":342,"prevSize":32,"code":59681,"name":"mail-envelope-open3"},"setIdx":1,"setId":8,"iconIdx":9},{"icon":{"paths":["M170.080 296.765l247.52 215.235-247.581 215.287v0c-6.206-5.878-10.019-14.235-10.019-23.507v-383.562c0-9.253 3.874-17.582 10.080-23.454zM885.981 296.713c6.206 5.878 10.019 14.235 10.019 23.507v383.562c0 9.252-3.874 17.582-10.080 23.454l-247.52-215.235 247.581-215.287zM614.459 532.819l233.541 203.181h-640l233.541-203.181 86.459 75.181 86.459-75.181zM192.115 256c-35.41 0-64.115 28.624-64.115 63.81v384.38c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-384.38c0-35.241-28.472-63.81-64.115-63.81h-671.77zM528 566.4l-320-278.4h640l-320 278.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-closed"],"grid":32},"attrs":[],"properties":{"id":11,"order":172,"prevSize":32,"code":59682,"name":"mail-envelope-closed4"},"setIdx":1,"setId":8,"iconIdx":10},{"icon":{"paths":["M829.538 674.462l-25.846 25.846-191.692-164.308-84 72-84-72-191.692 164.308-25.846-25.846 189.538-162.462-189.538-162.462 25.846-25.846 275.692 236.308 275.692-236.308 25.846 25.846-189.538 162.462 189.538 162.462zM192.115 256c-35.41 0-64.115 28.624-64.115 63.81v384.38c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-384.38c0-35.241-28.472-63.81-64.115-63.81h-671.77z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-closed"],"grid":32},"attrs":[],"properties":{"id":12,"order":345,"prevSize":32,"code":59683,"name":"mail-envelope-closed5"},"setIdx":1,"setId":8,"iconIdx":11},{"icon":{"paths":["M528 96l-400 352v448.19c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-448.19l-400-352zM432 736h192l224 192h-640l224-192zM528 137.6l352 310.4-288 256h-128l-288-256 352-310.4zM885.924 919.205l-245.924-214.659 256-224.547v416.001c0 9.060-3.872 17.338-10.076 23.204v0 0zM170.076 919.205v0 0c-6.203-5.866-10.076-14.145-10.076-23.204v-416.001l256 224.547-245.924 214.659z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":13,"order":347,"prevSize":32,"code":59686,"name":"mail-envelope-open4"},"setIdx":1,"setId":8,"iconIdx":12},{"icon":{"paths":["M528 96l-400 352v448.2c0 35.2 28.5 63.8 64.1 63.8h671.8c35.4 0 64.1-28.6 64.1-63.8v-448.2l-400-352zM829.5 866.5v0l-25.8 25.8-191.7-164.3-84 72-84-72-191.7 164.3-25.8-25.8 189.5-162.5-189.5-162.5 25.8-25.8 275.7 236.3 275.7-236.3 25.8 25.8-189.5 162.5 189.5 162.5z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":14,"order":346,"prevSize":32,"code":59690,"name":"mail-envelope-open5"},"setIdx":1,"setId":8,"iconIdx":13},{"icon":{"paths":["M832 480.717v-192.498c0-9.271-3.813-17.628-10.019-23.507v0l-247.581 215.287 93.321 81.148c31.285-48.805 86.005-81.148 148.279-81.148 5.393 0 10.73 0.243 16 0.717v0 0zM652.838 589.889l-102.38-89.070-86.459 75.181-86.459-75.181-233.541 203.181h502.625c-4.316-15.259-6.625-31.36-6.625-48 0-23.382 4.56-45.699 12.838-66.111v0 0zM659.191 736h-531.076c-35.643 0-64.115-28.569-64.115-63.81v-384.38c0-35.185 28.705-63.81 64.115-63.81h671.77c35.643 0 64.115 28.569 64.115 63.81v198.815c73.872 20.894 128 88.813 128 169.375 0 97.202-78.798 176-176 176-68.395 0-127.678-39.013-156.809-96l-0-0zM106.080 264.765c-6.206 5.871-10.080 14.201-10.080 23.454v383.562c0 9.271 3.813 17.628 10.019 23.507v0l247.581-215.287-247.52-215.235zM464 534.4l320-278.4h-640l320 278.4zM816 800c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144s64.471 144 144 144v0 0zM800 743.765l-75.314-75.314 23.431-23.431 51.882 51.882 99.882-99.882 23.431 23.431-123.314 123.314z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-checked"],"grid":32},"attrs":[],"properties":{"id":17,"order":338,"prevSize":32,"code":59694,"name":"mail-checked"},"setIdx":1,"setId":8,"iconIdx":16},{"icon":{"paths":["M644.309 538.55l-68.309-58.55 189.538-162.462-25.846-25.846-275.692 236.308-275.692-236.308-25.846 25.846 189.538 162.462-189.538 162.462 25.846 25.846 191.692-164.308 84 72 84-72 78.121 66.961c-11.645 25.961-18.121 54.743-18.121 85.039 0 28.349 5.671 55.373 15.941 80h-495.826c-35.643 0-64.115-28.569-64.115-63.81v-384.38c0-35.185 28.705-63.81 64.115-63.81h671.77c35.643 0 64.115 28.569 64.115 63.81v165.756c-15.409-3.64-31.479-5.566-48-5.566-71.296 0-134.214 35.871-171.691 90.55v0 0zM816 832c97.202 0 176-78.798 176-176s-78.798-176-176-176c-97.202 0-176 78.798-176 176s78.798 176 176 176v0zM800 743.765l-75.314-75.314 23.431-23.431 51.882 51.882 99.882-99.882 23.431 23.431-123.314 123.314z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-checked"],"grid":32},"attrs":[],"properties":{"id":18,"order":339,"prevSize":32,"code":59695,"name":"mail-checked1"},"setIdx":1,"setId":8,"iconIdx":17},{"icon":{"paths":["M816 678.627l-67.882 67.882-22.627-22.627 67.882-67.882-67.882-67.882 22.627-22.627 67.882 67.882 67.882-67.882 22.627 22.627-67.882 67.882 67.882 67.882-22.627 22.627-67.882-67.882zM832 480.717v-192.498c0-9.271-3.813-17.628-10.019-23.507v0l-247.581 215.287 93.321 81.148c31.285-48.805 86.005-81.148 148.279-81.148 5.393 0 10.73 0.243 16 0.717v0 0zM652.838 589.889l-102.38-89.070-86.459 75.181-86.459-75.181-233.541 203.181h502.625c-4.316-15.259-6.625-31.36-6.625-48 0-23.382 4.56-45.699 12.838-66.111v0 0zM659.191 736h-531.076c-35.643 0-64.115-28.569-64.115-63.81v-384.38c0-35.185 28.705-63.81 64.115-63.81h671.77c35.643 0 64.115 28.569 64.115 63.81v198.815c73.872 20.894 128 88.813 128 169.375 0 97.202-78.798 176-176 176-68.395 0-127.678-39.013-156.809-96l-0-0zM106.080 264.765c-6.206 5.871-10.080 14.201-10.080 23.454v383.562c0 9.271 3.813 17.628 10.019 23.507v0l247.581-215.287-247.52-215.235zM464 534.4l320-278.4h-640l320 278.4zM816 800c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144s64.471 144 144 144v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-cancel"],"grid":32},"attrs":[],"properties":{"id":19,"order":340,"prevSize":32,"code":59697,"name":"mail-cancel"},"setIdx":1,"setId":8,"iconIdx":18},{"icon":{"paths":["M816 678.627l-67.882 67.882-22.627-22.627 67.882-67.882-67.882-67.882 22.627-22.627 67.882 67.882 67.882-67.882 22.627 22.627-67.882 67.882 67.882 67.882-22.627 22.627-67.882-67.882zM644.309 538.55l-68.309-58.55 189.538-162.462-25.846-25.846-275.692 236.308-275.692-236.308-25.846 25.846 189.538 162.462-189.538 162.462 25.846 25.846 191.692-164.308 84 72 84-72 78.121 66.961c-11.645 25.961-18.121 54.743-18.121 85.039 0 28.349 5.671 55.373 15.941 80h-495.826c-35.643 0-64.115-28.569-64.115-63.81v-384.38c0-35.185 28.705-63.81 64.115-63.81h671.77c35.643 0 64.115 28.569 64.115 63.81v165.756c-15.409-3.64-31.479-5.566-48-5.566-71.296 0-134.214 35.871-171.691 90.55v0 0zM816 832c97.202 0 176-78.798 176-176s-78.798-176-176-176c-97.202 0-176 78.798-176 176s78.798 176 176 176v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-cancel"],"grid":32},"attrs":[],"properties":{"id":20,"order":341,"prevSize":32,"code":59698,"name":"mail-cancel1"},"setIdx":1,"setId":8,"iconIdx":19},{"icon":{"paths":["M256 336v-208c0 0 95.24-71.562 256 0s256-0 256-0v352c0 0-95.275 69.996-256 0-105.964-46.148-183.48-31.446-224-16.071v464.071h-32v-592zM496.66 156.801c-131.145-57.668-208.66-9.602-208.66-9.602v282.805c0 0 100.94-40.532 236.057 20.633 126.559 57.291 212.506 10.891 212.506 10.891v-285.527c0 0-96.734 43.756-239.902-19.199v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":27,"order":182,"prevSize":32,"code":59703,"name":"flag"},"setIdx":1,"setId":8,"iconIdx":26},{"icon":{"paths":["M256 335.806v592h32v-464.071c40.52-15.375 118.036-30.077 224 16.071 160.725 69.996 256 0 256 0v-352c0 0-95.24 71.563-256 0s-256 0-256 0v208z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":28,"order":183,"prevSize":32,"code":59704,"name":"flag1"},"setIdx":1,"setId":8,"iconIdx":27},{"icon":{"paths":["M256 272v-176h512l-176 176 176 176h-480v480h-32v-656zM288 128v288h400l-144-144 144-144h-400z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":29,"order":184,"prevSize":32,"code":59705,"name":"flag2"},"setIdx":1,"setId":8,"iconIdx":28},{"icon":{"paths":["M256 272v656h32v-480h480l-176-176 176-176h-512v176z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":30,"order":185,"prevSize":32,"code":59707,"name":"flag3"},"setIdx":1,"setId":8,"iconIdx":29},{"icon":{"paths":["M288 304v-208l448 192-416 178.286v461.714h-32v-624zM320 144v288l336-144-336-144z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":31,"order":186,"prevSize":32,"code":59708,"name":"flag4"},"setIdx":1,"setId":8,"iconIdx":30},{"icon":{"paths":["M288 304v624h32v-461.714l416-178.286-448-192v208z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":32,"order":187,"prevSize":32,"code":59709,"name":"flag5"},"setIdx":1,"setId":8,"iconIdx":31},{"icon":{"paths":["M224 272v-176h512v352h-480v480h-32v-656zM256 128v288h448v-288h-448z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":33,"order":188,"prevSize":32,"code":59710,"name":"flag6"},"setIdx":1,"setId":8,"iconIdx":32},{"icon":{"paths":["M224 272v656h32v-480h480v-352h-512v176z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"grid":32},"attrs":[],"properties":{"id":34,"order":189,"prevSize":32,"code":59712,"name":"flag7"},"setIdx":1,"setId":8,"iconIdx":33},{"icon":{"paths":["M415.909 128h192.182c52.977 0 95.909 42.853 95.909 95.715v672.285l-192-192-192 192v-672.285c0-52.778 42.94-95.715 95.909-95.715zM415.988 160c-35.339 0-63.988 28.749-63.988 63.806v595.393l160-160 160 160v-595.393c0-35.239-28.398-63.806-63.988-63.806h-192.025z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmark"],"grid":32},"attrs":[],"properties":{"id":35,"order":190,"prevSize":32,"code":59713,"name":"bookmark1"},"setIdx":1,"setId":8,"iconIdx":34},{"icon":{"paths":["M415.909 128c-52.969 0-95.909 42.937-95.909 95.715v672.285l192-192 192 192v-672.285c0-52.862-42.932-95.715-95.909-95.715h-192.182z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmark"],"grid":32},"attrs":[],"properties":{"id":36,"order":191,"prevSize":32,"code":59715,"name":"bookmark2"},"setIdx":1,"setId":8,"iconIdx":35},{"icon":{"paths":["M512 736l288 192-128-320 288-192h-320l-128-320-128 320h-320l288 192-128 320 288-192zM512 696.098l-217.6 145.502 102.4-246.399-230.4-147.2h239.998l105.602-272 105.602 272h240l-230.402 147.2 102.402 246.399-217.602-145.502z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star"],"grid":32},"attrs":[],"properties":{"id":45,"order":351,"prevSize":32,"code":59716,"name":"star"},"setIdx":1,"setId":8,"iconIdx":44},{"icon":{"paths":["M512 736l-288 192 128-320-288-192h320l128-320 128 320h320l-288 192 128 320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star"],"grid":32},"attrs":[],"properties":{"id":46,"order":350,"prevSize":32,"code":59718,"name":"star1"},"setIdx":1,"setId":8,"iconIdx":45},{"icon":{"paths":["M736 224h128v32h-64v607.781c0 53.467-42.982 96.219-96.004 96.219h-351.992c-53.317 0-96.004-43.079-96.004-96.219v-607.781h-64v-32h192v-63.844c0-35.551 28.616-64.156 63.917-64.156h160.167c35.249 0 63.917 28.724 63.917 64.156v63.844h64zM288 256v608.174c0 35.25 28.589 63.826 63.74 63.826h352.519c35.203 0 63.74-28.875 63.74-63.826v-608.174h-480zM384 320v544h32v-544h-32zM512 320v544h32v-544h-32zM640 320v544h32v-544h-32zM448.094 128c-17.725 0-32.094 14.165-32.094 31.967v64.033h224v-64.033c0-17.655-14.012-31.967-32.094-31.967h-159.813z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trash-can"],"grid":32},"attrs":[],"properties":{"id":53,"order":353,"prevSize":32,"code":59719,"name":"trash-can"},"setIdx":1,"setId":8,"iconIdx":52},{"icon":{"paths":["M736 224h128v32h-64v607.781c0 53.467-42.982 96.219-96.004 96.219h-351.992c-53.317 0-96.004-43.079-96.004-96.219v-607.781h-64v-32h192v-63.844c0-35.551 28.616-64.156 63.917-64.156h160.167c35.249 0 63.917 28.724 63.917 64.156v63.844h64zM384 320v544h32v-544h-32zM512 320v544h32v-544h-32zM640 320v544h32v-544h-32zM448.094 128c-17.725 0-32.094 14.165-32.094 31.967v64.033h224v-64.033c0-17.655-14.012-31.967-32.094-31.967h-159.813z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trash-can"],"grid":32},"attrs":[],"properties":{"id":54,"order":352,"prevSize":32,"code":59720,"name":"trash-can1"},"setIdx":1,"setId":8,"iconIdx":53},{"icon":{"paths":["M223.918 160.055l0.083-0.055c-0 0-0 0-0.001 0s0-0 0.001-0c0.126-35.38 28.694-64 63.917-64 0.209-35.38 28.854-64 64.171-64h351.912l192 224v576.295c0 34.963-28.617 63.705-63.918 63.705-0.209 35.38-28.777 64-64 64-0.209 35.38-28.777 64-64 64h-480.165c-35.408 0-63.918-28.759-63.918-64.235v-735.531c0-35.488 28.617-64.235 63.918-64.235l0 0.055zM223.999 192c-17.672 0-31.999 14.568-31.999 31.855v736.291c0 17.593 14.551 31.855 31.999 31.855h480.003c17.672 0 31.999-14.568 31.999-31.855l-448.082-0.145c-35.408 0-63.918-28.759-63.918-64.235v-703.765c-0-0-0-0-0.001-0.001l-0 0.001zM287.999 128c-17.672 0-31.999 14.568-31.999 31.855v736.291c0 17.593 14.551 31.855 31.999 31.855h480.003c17.672 0 31.999-14.568 31.999-31.855v-0.145h-448.082c-35.408 0-63.918-28.759-63.918-64.235v-703.765h-0.001zM672 64h-320.142c-17.595 0-31.858 14.568-31.858 31.855v736.291c0 17.593 14.551 31.855 31.999 31.855h480.003c17.672 0 31.999-14.238 31.999-31.789v-544.211h-128.067c-35.309 0-63.933-28.37-63.933-64.189v-159.811zM704 80v143.719c0 17.828 14.421 32.281 31.896 32.281h118.503l-150.398-176z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["documents"],"grid":32},"attrs":[],"properties":{"id":141,"order":334,"prevSize":32,"code":59721,"name":"documents"},"setIdx":1,"setId":8,"iconIdx":140},{"icon":{"paths":["M287.918 96c0.209-35.38 28.937-64 64.355-64h319.727v192.061c0 35.565 28.739 63.939 64.189 63.939h159.811v544.082c0 35.408-28.617 63.918-63.918 63.918-0.209 35.38-28.777 64-64 64-0.209 35.38-28.777 64-64 64h-480.165c-35.408 0-63.918-28.759-63.918-64.235v-735.531c0-35.488 28.617-64.235 63.918-64.235 0.082-35.253 28.699-64 64-64v0zM224 895.765l-0.001-703.765c-17.672 0-31.999 14.568-31.999 31.855v736.291c0 17.593 14.551 31.855 31.999 31.855h480.003c17.672 0 31.999-14.568 31.999-31.855l-448.082-0.145c-35.408 0-63.918-28.759-63.918-64.235zM256 159.855v736.291c0 17.593 14.551 31.855 31.999 31.855h480.003c17.672 0 31.999-14.568 31.999-31.855l-448.082-0.145c-35.408 0-63.918-28.759-63.918-64.235v-703.765c-17.674 0-32 14.568-32 31.855v0zM704 32v191.906c0 17.725 14.431 32.094 31.705 32.094h160.295l-192-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["documents"],"grid":32},"attrs":[],"properties":{"id":142,"order":336,"prevSize":32,"code":59722,"name":"documents1"},"setIdx":1,"setId":8,"iconIdx":141},{"icon":{"paths":["M736 400v432h128.001c17.672 0 31.999-14.238 31.999-31.789v-544.211h-128.067c-35.309 0-63.933-28.37-63.933-64.189v-159.811h-320.142c-17.595 0-31.858 14.568-31.858 31.855v96.145h192l192 224v16zM320 160v-95.765c0-35.488 28.693-64.235 64.088-64.235h351.912l192 224v576.295c0 34.963-28.617 63.705-63.918 63.705h-128.082v96.295c0 34.963-28.617 63.705-63.918 63.705h-480.165c-35.408 0-63.918-28.759-63.918-64.235v-735.531c0-35.488 28.693-64.235 64.088-64.235h127.912zM736 48v143.719c0 17.828 14.421 32.281 31.896 32.281h118.503l-150.398-176zM512 192h-320.142c-17.595 0-31.858 14.568-31.858 31.855v736.291c0 17.593 14.551 31.855 31.999 31.855h480.003c17.672 0 31.999-14.238 31.999-31.789v-544.211h-128.067c-35.309 0-63.933-28.37-63.933-64.189v-159.811zM544 208v143.719c0 17.828 14.421 32.281 31.896 32.281h118.503l-150.398-176z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["documents"],"grid":32},"attrs":[],"properties":{"id":143,"order":335,"prevSize":32,"code":59725,"name":"documents2"},"setIdx":1,"setId":8,"iconIdx":142},{"icon":{"paths":["M736 864h128.082c35.301 0 63.918-28.51 63.918-63.918v-544.082h-159.811c-35.451 0-64.189-28.375-64.189-63.939v-192.061h-319.727c-35.497 0-64.273 28.747-64.273 64.235v63.765h240l208 243.2v492.8h-32v-448h-159.811c-35.451 0-64.189-28.375-64.189-63.939v-192.061h-319.727c-35.497 0-64.273 28.747-64.273 64.235v735.531c0 35.476 28.51 64.235 63.918 64.235h480.165c35.301 0 63.918-28.51 63.918-63.918v-96.082zM736 0v191.906c0 17.725 14.431 32.094 31.705 32.094h160.295l-192-224zM544 160v191.906c0 17.725 14.431 32.094 31.705 32.094h160.295l-192-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["documents"],"grid":32},"attrs":[],"properties":{"id":144,"order":337,"prevSize":32,"code":59727,"name":"documents3"},"setIdx":1,"setId":8,"iconIdx":143},{"icon":{"paths":["M480 512l-104-104-24 24 144 144 144-144-24-24-104 104v-352h-32v352zM544 352h172.801l140 224h-216.801v64.067c0 35.189-28.616 63.933-63.917 63.933h-160.167c-35.249 0-63.917-28.624-63.917-63.933v-64.067h-216.801l140-224h172.801v-32h-192l-160 256v288h800v-288l-160-256h-192v32zM672 608h192v224h-736v-224h192v48c0 44.183 35.689 80 79.874 80h192.252c44.113 0 79.874-35.509 79.874-80v-48z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["inbox-download"],"grid":32},"attrs":[],"properties":{"id":181,"order":333,"prevSize":32,"code":59728,"name":"inbox-download"},"setIdx":1,"setId":8,"iconIdx":180},{"icon":{"paths":["M480 512l-104-104-24 24 144 144 144-144-24-24-104 104v-352h-32v352zM640 576h216.801l-140-224h-172.801v-32h192l160 256v288h-800v-288l160-256h192v32h-172.801l-140 224h216.801v64c0 35.346 28.667 64 63.917 64h160.167c35.3 0 63.917-28.407 63.917-64v-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["inbox-download"],"grid":32},"attrs":[],"properties":{"id":182,"order":330,"prevSize":32,"code":59729,"name":"inbox-download1"},"setIdx":1,"setId":8,"iconIdx":181},{"icon":{"paths":["M480 160l-104 104-24-24 144-144 144 144-24 24-104-104v352h-32v-352zM544 352h172.801l140 224h-216.801v64.067c0 35.189-28.616 63.933-63.917 63.933h-160.167c-35.249 0-63.917-28.624-63.917-63.933v-64.067h-216.801l140-224h172.801v-32h-192l-160 256v288h800v-288l-160-256h-192v32zM672 608h192v224h-736v-224h192v48c0 44.183 35.689 80 79.874 80h192.252c44.113 0 79.874-35.509 79.874-80v-48z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["inbox-upload"],"grid":32},"attrs":[],"properties":{"id":183,"order":332,"prevSize":32,"code":59730,"name":"inbox-upload"},"setIdx":1,"setId":8,"iconIdx":182},{"icon":{"paths":["M480 160l-104 104-24-24 144-144 144 144-24 24-104-104v352h-32v-352zM640 576h216.801l-140-224h-172.801v-32h192l160 256v288h-800v-288l160-256h192v32h-172.801l-140 224h216.801v64c0 35.346 28.667 64 63.917 64h160.167c35.3 0 63.917-28.407 63.917-64v-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["inbox-upload"],"grid":32},"attrs":[],"properties":{"id":184,"order":331,"prevSize":32,"code":59732,"name":"inbox-upload1"},"setIdx":1,"setId":8,"iconIdx":183},{"icon":{"paths":["M416 577.588v-33.588h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h-96.142c-17.595 0-31.858 14.568-31.858 31.855v736.291c0 17.593 14.551 31.855 31.999 31.855h480.003c17.672 0 31.999-14.238 31.999-31.789v-544.211h-128.067c-35.309 0-63.933-28.37-63.933-64.189v-159.811h-160v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v65.583c36.709 7.378 64 39.683 64 78.417 0 44.491-35.817 80-80 80-44.491 0-80-35.817-80-80 0-38.973 27.484-71.054 64-78.412v0 0zM832 320v576.295c0 34.963-28.617 63.705-63.918 63.705h-480.165c-35.408 0-63.918-28.759-63.918-64.235v-735.531c0-35.488 28.693-64.235 64.088-64.235h351.912l192 224zM640 144v143.719c0 17.828 14.421 32.281 31.896 32.281h118.503l-150.398-176zM432 608c-26.51 0-48 21.306-48 48 0 26.51 21.306 48 48 48 26.51 0 48-21.306 48-48 0-26.51-21.306-48-48-48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["document-zip"],"grid":32},"attrs":[],"properties":{"id":215,"order":328,"prevSize":32,"code":59735,"name":"document-zip"},"setIdx":1,"setId":8,"iconIdx":214},{"icon":{"paths":["M416 577.588v-33.588h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-127.727c-35.497 0-64.273 28.747-64.273 64.235v735.531c0 35.476 28.51 64.235 63.918 64.235h480.165c35.301 0 63.918-28.51 63.918-63.918v-544.082h-159.811c-35.451 0-64.189-28.375-64.189-63.939v-192.061h-128v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v32h-32v65.583c36.709 7.378 64 39.683 64 78.417 0 44.491-35.817 80-80 80-44.491 0-80-35.817-80-80 0-38.973 27.484-71.054 64-78.412v0 0zM640 96v191.906c0 17.725 14.431 32.094 31.705 32.094h160.295l-192-224zM432 608c-26.51 0-48 21.306-48 48 0 26.51 21.306 48 48 48 26.51 0 48-21.306 48-48 0-26.51-21.306-48-48-48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["document-zip"],"grid":32},"attrs":[],"properties":{"id":216,"order":329,"prevSize":32,"code":59737,"name":"document-zip1"},"setIdx":1,"setId":8,"iconIdx":215},{"icon":{"paths":["M512 701.269v0c-18.643-6.589-32-24.369-32-45.269 0-26.51 21.49-48 48-48s48 21.49 48 48c0 20.9-13.357 38.679-32 45.269v83.019c0 8.42-7.163 15.712-16 15.712-8.578 0-16-7.035-16-15.712v-83.019zM480 720.006v63.941c0 26.539 21.306 48.054 48 48.054 26.51 0 48-21.478 48-48.054v-63.941c19.431-14.595 32-37.833 32-64.006 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 26.173 12.569 49.411 32 64.006v0 0zM288 448v-112.025c0-132.561 107.452-239.976 240-239.976 132.279 0 240 107.441 240 239.976v112.025c53.093 0.152 96 43.21 96 96.303v159.697c0 141.097-114.602 256-255.971 256h-160.057c-141.214 0-255.971-114.615-255.971-256v-159.697c0-53.437 42.955-96.152 96-96.303v0 0zM320 448h32v-111.71c0-97.525 78.798-176.29 176-176.29 97.004 0 176 78.928 176 176.29v111.71h32v-112.21c0-114.759-93.359-207.79-208-207.79-114.875 0-208 93.061-208 207.79v112.21zM384 448h288v-111.973c0-79.544-64.633-144.027-144-144.027-79.529 0-144 64.296-144 144.027v111.973zM287.918 480c-35.301 0-63.918 28.706-63.918 64.187v159.813c0 123.712 100.399 224 223.807 224h160.387c123.605 0 223.807-100.54 223.807-224v-159.813c0-35.45-28.51-64.187-63.918-64.187h-480.165z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lock-rounded"],"grid":32},"attrs":[],"properties":{"id":233,"order":325,"prevSize":32,"code":59738,"name":"lock-rounded"},"setIdx":1,"setId":8,"iconIdx":232},{"icon":{"paths":["M512 701.269v0c-18.643-6.589-32-24.369-32-45.269 0-26.51 21.49-48 48-48s48 21.49 48 48c0 20.9-13.357 38.679-32 45.269v83.019c0 8.42-7.163 15.712-16 15.712-8.578 0-16-7.035-16-15.712v-83.019zM288 448v0 0c-53.045 0.15-96 42.866-96 96.303v159.697c0 141.385 114.757 256 255.971 256h160.057c141.369 0 255.971-114.903 255.971-256v-159.697c0-53.093-42.907-96.151-96-96.303v-112.025c0-132.535-107.721-239.976-240-239.976-132.548 0-240 107.415-240 239.976v112.025zM384 448v-111.973c0-79.731 64.471-144.027 144-144.027 79.367 0 144 64.483 144 144.027v111.973h-288z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lock-rounded"],"grid":32},"attrs":[],"properties":{"id":234,"order":324,"prevSize":32,"code":59740,"name":"lock-rounded1"},"setIdx":1,"setId":8,"iconIdx":233},{"icon":{"paths":["M672 765.269v0 0c-18.643-6.589-32-24.369-32-45.269 0-26.51 21.49-48 48-48s48 21.49 48 48c0 20.9-13.357 38.679-32 45.269v83.019c0 8.42-7.163 15.712-16 15.712-8.578 0-16-7.035-16-15.712v-83.019zM640 784.006v63.941c0 26.539 21.306 48.054 48 48.054 26.51 0 48-21.478 48-48.054v-63.941c19.431-14.595 32-37.833 32-64.006 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 26.173 12.569 49.411 32 64.006v0 0zM544 512h383.719c53.222 0 96.281 43.116 96.281 96.303v159.697c0 141.097-114.602 256-255.971 256h-160.057c-141.214 0-255.971-114.615-255.971-256v-159.697c0-53.437 42.955-96.152 96-96.303v-240.003c0-79.528-64.633-143.997-144-143.997-79.529 0-144 64.54-144 143.997v127.997c0 26.427-21.49 48.005-48 48.005-26.694 0-48-21.493-48-48.005v-128.019c0-132.561 107.452-239.976 240-239.976 132.279 0 240 107.441 240 239.976v240.024zM512 272.023c0-114.888-93.359-208.023-208-208.023-114.875 0-208 93.439-208 208.023v128.019c0 8.813 7.422 15.958 16 15.958v0c8.837 0 16-6.952 16-15.976v-128.165c0-96.997 78.798-175.859 176-175.859 97.004 0 176 78.735 176 175.859v240.141h32v-239.977zM447.918 544c-35.301 0-63.918 28.706-63.918 64.187v159.813c0 123.712 100.399 224 223.807 224h160.387c123.605 0 223.807-100.54 223.807-224v-159.813c0-35.45-28.51-64.187-63.918-64.187h-480.165z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lock-rounded-open"],"grid":32},"attrs":[],"properties":{"id":235,"order":322,"prevSize":32,"code":59741,"name":"lock-rounded-open"},"setIdx":1,"setId":8,"iconIdx":234},{"icon":{"paths":["M672 765.269v83.019c0 8.678 7.422 15.712 16 15.712 8.837 0 16-7.292 16-15.712v-83.019c18.643-6.589 32-24.369 32-45.269 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 20.9 13.357 38.679 32 45.269v0 0zM448 271.997c0-79.528-64.633-143.997-144-143.997-79.529 0-144 64.54-144 143.997v127.976c0 26.313-21.49 48.027-48 48.027-26.694 0-48-21.502-48-48.027v-127.998c0-132.561 107.452-239.976 240-239.976 132.279 0 240 107.441 240 239.976v240.024h383.719c53.222 0 96.281 43.116 96.281 96.303v159.697c0 141.097-114.602 256-255.971 256h-160.057c-141.214 0-255.971-114.615-255.971-256v-159.697c0-53.437 42.955-96.152 96-96.303v-240.003z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lock-rounded-open"],"grid":32},"attrs":[],"properties":{"id":236,"order":323,"prevSize":32,"code":59742,"name":"lock-rounded-open1"},"setIdx":1,"setId":8,"iconIdx":235},{"icon":{"paths":["M768 304v95.995c0 26.427-21.49 48.005-48 48.005-26.694 0-48-21.493-48-48.005v-128.012c0-79.52-64.633-143.983-144-143.983-79.529 0-144 64.327-144 143.983v224.034c0 5.402 0.298 10.735 0.879 15.983h383.121c53.093 0.152 96 43.21 96 96.303v159.697c0 141.097-114.602 256-255.971 256h-160.057c-141.214 0-255.971-114.615-255.971-256v-159.697c0-53.437 42.955-96.152 96-96.303v-240.025c0-132.561 107.452-239.976 240-239.976 132.279 0 240 107.441 240 239.976v32.024zM736 271.79c0-114.759-93.359-207.79-208-207.79-114.875 0-208 93.061-208 207.79v224.421c0 5.312 0.2 10.578 0.593 15.79h31.407v-239.71c0-97.525 78.798-176.29 176-176.29 97.004 0 176 78.928 176 176.29v127.781c0 8.797 7.422 15.929 16 15.929v0c8.837 0 16-6.882 16-15.695v-128.515zM512 765.269v0 0c-18.643-6.589-32-24.369-32-45.269 0-26.51 21.49-48 48-48s48 21.49 48 48c0 20.9-13.357 38.679-32 45.269v83.019c0 8.42-7.163 15.712-16 15.712-8.578 0-16-7.035-16-15.712v-83.019zM480 784.006v63.941c0 26.539 21.306 48.054 48 48.054 26.51 0 48-21.478 48-48.054v-63.941c19.431-14.595 32-37.833 32-64.006 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 26.173 12.569 49.411 32 64.006v0 0zM287.918 544c-35.301 0-63.918 28.706-63.918 64.187v159.813c0 123.712 100.399 224 223.807 224h160.387c123.605 0 223.807-100.54 223.807-224v-159.813c0-35.45-28.51-64.187-63.918-64.187h-480.165z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lock-rounded-open"],"grid":32},"attrs":[],"properties":{"id":237,"order":326,"prevSize":32,"code":59743,"name":"lock-rounded-open2"},"setIdx":1,"setId":8,"iconIdx":236},{"icon":{"paths":["M512 765.269v0 0c-18.643-6.589-32-24.369-32-45.269 0-26.51 21.49-48 48-48s48 21.49 48 48c0 20.9-13.357 38.679-32 45.269v83.019c0 8.42-7.163 15.712-16 15.712-8.578 0-16-7.035-16-15.712v-83.019zM768 304v-32.024c0-132.535-107.721-239.976-240-239.976-132.548 0-240 107.415-240 239.976v240.025c-53.045 0.15-96 42.866-96 96.303v159.697c0 141.385 114.757 256 255.971 256h160.057c141.369 0 255.971-114.903 255.971-256v-159.697c0-53.093-42.907-96.151-96-96.303h-383.121c-0.581-5.248-0.879-10.581-0.879-15.983v-224.034c0-79.656 64.471-143.983 144-143.983 79.367 0 144 64.463 144 143.983v115.984c0 33.155 21.306 60.033 48 60.033 26.51 0 48-27.142 48-60.033v-83.967z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lock-rounded-open"],"grid":32},"attrs":[],"properties":{"id":238,"order":327,"prevSize":32,"code":59744,"name":"lock-rounded-open3"},"setIdx":1,"setId":8,"iconIdx":237},{"icon":{"paths":["M832 864v32.012c0 35.59-28.617 63.988-63.918 63.988h-480.165c-35.408 0-63.918-28.648-63.918-63.988v-32.012h-64.183c-52.919 0-95.817-42.972-95.817-95.982v-288.037c0-52.962 42.899-95.982 95.817-95.982h64.183v-224.012c0-35.59 28.617-63.988 63.918-63.988h480.165c35.408 0 63.918 28.648 63.918 63.988v224.012h64.183c52.919 0 95.817 42.972 95.817 95.982v288.037c0 52.962-42.899 95.982-95.817 95.982h-64.183zM224 832v-192h608v192h63.765c35.476 0 64.235-28.593 64.235-64.088v-287.823c0-35.395-28.747-64.088-64.235-64.088h-735.531c-35.476 0-64.235 28.593-64.235 64.088v287.823c0 35.395 28.747 64.088 64.235 64.088h63.765zM287.999 128c-17.672 0-31.999 14.497-31.999 31.905v224.095h544v-224.095c0-17.621-14.551-31.905-31.999-31.905h-480.003zM256 672v224.095c0 17.621 14.551 31.905 31.999 31.905h480.003c17.672 0 31.999-14.497 31.999-31.905v-224.095h-544zM800 544c17.673 0 32-14.327 32-32s-14.327-32-32-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM288 736v32h480v-32h-480zM288 832v32h480v-32h-480z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["printer-text"],"grid":32},"attrs":[],"properties":{"id":245,"order":320,"prevSize":32,"code":59745,"name":"printer-text"},"setIdx":1,"setId":8,"iconIdx":244},{"icon":{"paths":["M224 352v-192.083c0-35.249 28.617-63.917 63.918-63.917h480.165c35.408 0 63.918 28.616 63.918 63.917v192.083h-608zM192 864h-32.183c-52.919 0-95.817-42.972-95.817-95.982v-288.037c0-52.962 42.899-95.982 95.817-95.982h736.366c52.919 0 95.817 42.972 95.817 95.982v288.037c0 52.962-42.899 95.982-95.817 95.982h-32.183v-256h-672v256zM224 640h608v256.012c0 35.59-28.617 63.988-63.918 63.988h-480.165c-35.408 0-63.918-28.648-63.918-63.988v-256.012zM800 544c17.673 0 32-14.327 32-32s-14.327-32-32-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM288 736v32h480v-32h-480zM288 832v32h480v-32h-480z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["printer-text"],"grid":32},"attrs":[],"properties":{"id":246,"order":321,"prevSize":32,"code":59747,"name":"printer-text1"},"setIdx":1,"setId":8,"iconIdx":245},{"icon":{"paths":["M480 872l-104-104-24 24 144 144 144-144-24-24-104 104v-360h-32v360zM448 704h-223.91c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 83.694 0 154.881 53.551 181.166 128.257 24.779-20.167 56.395-32.257 90.834-32.257 75.467 0 137.375 58.053 143.502 131.938v0c55.362 14.081 96.498 64.286 96.498 124.062 0 70.549-57.348 128-128.090 128h-223.91v32h224.018c88.356 0 159.982-71.814 159.982-160 0-67.085-41.175-124.528-99.748-148.304v0c-16.731-79.784-87.495-139.696-172.252-139.696-27.613 0-53.74 6.359-76.998 17.692-38.484-67.886-111.394-113.692-195.002-113.692-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169v0c-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h224.018v-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-download"],"grid":32},"attrs":[],"properties":{"id":255,"order":319,"prevSize":32,"code":59749,"name":"cloud-download"},"setIdx":1,"setId":8,"iconIdx":254},{"icon":{"paths":["M512 736h256.018c88.356 0 159.982-71.814 159.982-160 0-67.085-41.175-124.528-99.748-148.304v0c-16.731-79.784-87.495-139.696-172.252-139.696-27.613 0-53.74 6.359-76.998 17.692-38.484-67.886-111.394-113.692-195.002-113.692-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169v0c-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h256.018v136l-104-104-24 24 144 144 144-144-24-24-104 104v-136zM480 512v224h32v-224h-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-download"],"grid":32},"attrs":[],"properties":{"id":256,"order":318,"prevSize":32,"code":59750,"name":"cloud-download1"},"setIdx":1,"setId":8,"iconIdx":255},{"icon":{"paths":["M480 512l-104 104-24-24 144-144 144 144-24 24-104-104v352h-32v-352zM448 672h-223.91c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 83.694 0 154.881 53.551 181.166 128.257 24.779-20.167 56.395-32.257 90.834-32.257 75.467 0 137.375 58.053 143.502 131.938v0c55.362 14.081 96.498 64.286 96.498 124.062 0 70.549-57.348 128-128.090 128h-223.91v32h224.018c88.356 0 159.982-71.814 159.982-160 0-67.085-41.175-124.528-99.748-148.304v0c-16.731-79.784-87.495-139.696-172.252-139.696-27.613 0-53.74 6.359-76.998 17.692-38.484-67.886-111.394-113.692-195.002-113.692-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169v0c-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h224.018v-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-upload"],"grid":32},"attrs":[],"properties":{"id":257,"order":317,"prevSize":32,"code":59758,"name":"cloud-upload"},"setIdx":1,"setId":8,"iconIdx":256},{"icon":{"paths":["M512 704h256.018c88.356 0 159.982-71.814 159.982-160 0-67.085-41.175-124.528-99.748-148.304v0c-16.731-79.784-87.495-139.696-172.252-139.696-27.613 0-53.74 6.359-76.998 17.692-38.484-67.886-111.394-113.692-195.002-113.692-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169v0c-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h256.018v-192l-104 104-24-24 144-144 144 144-24 24-104-104v192zM480 704v160h32v-160h-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-upload"],"grid":32},"attrs":[],"properties":{"id":258,"order":316,"prevSize":32,"code":59759,"name":"cloud-upload1"},"setIdx":1,"setId":8,"iconIdx":257},{"icon":{"paths":["M718.183 388.811l-361.159 361.586-83.378-83.378 361.347-361.398 83.19 83.19zM740.797 366.17l-83.178-83.178 55.274-55.282c12.523-12.525 32.766-12.428 45.33 0.102l37.754 37.65c12.541 12.506 12.633 32.815 0.153 45.309l-55.334 55.399zM252.919 691.546l79.851 79.851-100.317 19.755 20.465-99.606zM224 672l-32 160 160-32 466.563-466.563c25.094-25.094 25.155-65.719 0.309-90.565l-37.744-37.744c-24.924-24.924-65.199-25.057-90.565 0.309l-466.563 466.563z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pen-angled"],"grid":32},"attrs":[],"properties":{"id":267,"order":305,"prevSize":32,"code":59760,"name":"pen-angled"},"setIdx":1,"setId":8,"iconIdx":266},{"icon":{"paths":["M763.3 388.7l55.2-55.2c25.1-25.1 25.2-65.7 0.3-90.6l-37.7-37.7c-24.9-24.9-65.2-25.1-90.6 0.3l-55.2 55.2 128 128z","M228.7 667.3l-4.7 4.7-32 160 160-32 4.7-4.7z","M251.336 644.671l361.399-361.399 127.985 127.985-361.399 361.399-127.985-127.985z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pen-angled"],"grid":32},"attrs":[],"properties":{"id":268,"order":304,"prevSize":32,"code":59766,"name":"pen-angled1"},"setIdx":1,"setId":8,"iconIdx":267},{"icon":{"paths":["M96 400v-16l160-256h480l160 256v512h-800v-496zM135.199 384h721.602l-140-224h-441.602l-140 224zM128 416v448h736v-448h-736zM415.917 576h160.167c35.249 0 63.917 28.654 63.917 64 0 35.593-28.616 64-63.917 64h-160.167c-35.249 0-63.917-28.654-63.917-64 0-35.593 28.616-64 63.917-64zM416.094 608c-17.725 0-32.094 14.204-32.094 32 0 17.673 14.012 32 32.094 32h159.813c17.725 0 32.094-14.204 32.094-32 0-17.673-14.012-32-32.094-32h-159.813z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box"],"grid":32},"attrs":[],"properties":{"id":277,"order":309,"prevSize":32,"code":59767,"name":"box"},"setIdx":1,"setId":8,"iconIdx":276},{"icon":{"paths":["M96 384l160-256h480l160 256v512h-800v-512zM856.801 384l-140-224h-441.602l-140 224h721.602zM415.917 576c-35.3 0-63.917 28.407-63.917 64 0 35.346 28.667 64 63.917 64h160.167c35.3 0 63.917-28.407 63.917-64 0-35.346-28.667-64-63.917-64h-160.167z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box"],"grid":32},"attrs":[],"properties":{"id":278,"order":307,"prevSize":32,"code":59768,"name":"box1"},"setIdx":1,"setId":8,"iconIdx":277},{"icon":{"paths":["M96 384l160-256h480l160 256v512h-800v-512zM856.801 384l-140-224h-441.602l-140 224h721.602zM128 416v448h736v-448h-736zM415.917 576h160.167c35.249 0 63.917 28.654 63.917 64 0 35.593-28.616 64-63.917 64h-160.167c-35.249 0-63.917-28.654-63.917-64 0-35.593 28.616-64 63.917-64zM416.094 608c-17.725 0-32.094 14.204-32.094 32 0 17.673 14.012 32 32.094 32h159.813c17.725 0 32.094-14.204 32.094-32 0-17.673-14.012-32-32.094-32h-159.813zM320 192l-19.199 32h390.398l-19.199-32h-352zM278.398 256l-19.199 32h473.602l-19.199-32h-435.203zM240 320l-19.199 32h550.398l-19.199-32h-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-filled"],"grid":32},"attrs":[],"properties":{"id":279,"order":306,"prevSize":32,"code":59769,"name":"box-filled"},"setIdx":1,"setId":8,"iconIdx":278},{"icon":{"paths":["M96 384l160-256h480l160 256v512h-800v-512zM856.801 384l-140-224h-441.602l-140 224h721.602zM415.917 576c-35.3 0-63.917 28.407-63.917 64 0 35.346 28.667 64 63.917 64h160.167c35.3 0 63.917-28.407 63.917-64 0-35.346-28.667-64-63.917-64h-160.167zM320 192l-19.199 32h390.398l-19.199-32h-352zM278.398 256l-19.199 32h473.602l-19.199-32h-435.203zM240 320l-19.199 32h550.398l-19.199-32h-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-filled"],"grid":32},"attrs":[],"properties":{"id":280,"order":308,"prevSize":32,"code":59770,"name":"box-filled1"},"setIdx":1,"setId":8,"iconIdx":279},{"icon":{"paths":["M96 336v-16l160-256h480l160 256v640h-800v-624zM135.199 320h721.602l-140-224h-441.602l-140 224zM128 480v448h736v-448h-736zM415.917 640h160.167c35.249 0 63.917 28.654 63.917 64 0 35.593-28.616 64-63.917 64h-160.167c-35.249 0-63.917-28.654-63.917-64 0-35.593 28.616-64 63.917-64zM416.094 672c-17.725 0-32.094 14.204-32.094 32 0 17.673 14.012 32 32.094 32h159.813c17.725 0 32.094-14.204 32.094-32 0-17.673-14.012-32-32.094-32h-159.813zM128 352v96h736v-96h-736z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box"],"grid":32},"attrs":[],"properties":{"id":281,"order":311,"prevSize":32,"code":59771,"name":"box2"},"setIdx":1,"setId":8,"iconIdx":280},{"icon":{"paths":["M896 352v96h-800v-96h800zM96 480h800v480h-800v-480zM256 64l-160 256h800l-160-256h-480zM415.917 640c-35.3 0-63.917 28.407-63.917 64 0 35.346 28.667 64 63.917 64h160.167c35.3 0 63.917-28.407 63.917-64 0-35.346-28.667-64-63.917-64h-160.167z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box"],"grid":32},"attrs":[],"properties":{"id":282,"order":310,"prevSize":32,"code":59772,"name":"box3"},"setIdx":1,"setId":8,"iconIdx":281},{"icon":{"paths":["M128 416h-64v-256h864v256h-64v480h-736v-480zM160 416v448h672v-448h-672zM96 192v192h800v-192h-800zM415.917 576h160.167c35.249 0 63.917 28.654 63.917 64 0 35.593-28.616 64-63.917 64h-160.167c-35.249 0-63.917-28.654-63.917-64 0-35.593 28.616-64 63.917-64zM416.094 608c-17.725 0-32.094 14.204-32.094 32 0 17.673 14.012 32 32.094 32h159.813c17.725 0 32.094-14.204 32.094-32 0-17.673-14.012-32-32.094-32h-159.813z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box"],"grid":32},"attrs":[],"properties":{"id":283,"order":312,"prevSize":32,"code":59773,"name":"box4"},"setIdx":1,"setId":8,"iconIdx":282},{"icon":{"paths":["M864 416v480h-736v-480h736zM928 384v-224h-864v224h864zM415.917 576c-35.3 0-63.917 28.407-63.917 64 0 35.346 28.667 64 63.917 64h160.167c35.3 0 63.917-28.407 63.917-64 0-35.346-28.667-64-63.917-64h-160.167z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box"],"grid":32},"attrs":[],"properties":{"id":284,"order":313,"prevSize":32,"code":59774,"name":"box5"},"setIdx":1,"setId":8,"iconIdx":283},{"icon":{"paths":["M736 448h96v448h-672v-448h384v288l96-96 96 96v-288zM128 448v480h736v-480h64v-256h-864v256h64zM96 224h800v192h-800v-192zM576 448h128v211.199l-64-64-64 64v-211.199z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-bookmark"],"grid":32},"attrs":[],"properties":{"id":285,"order":314,"prevSize":32,"code":59775,"name":"box-bookmark"},"setIdx":1,"setId":8,"iconIdx":284},{"icon":{"paths":["M864 448v480h-736v-480h416v288l96-96 96 96v-288h128zM928 416v-224h-864v224h864zM576 448v211.199l64-64 64 64v-211.199h-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-bookmark"],"grid":32},"attrs":[],"properties":{"id":286,"order":315,"prevSize":32,"code":59776,"name":"box-bookmark1"},"setIdx":1,"setId":8,"iconIdx":285},{"icon":{"paths":["M448 128l428.189 428.189c25.061 25.061 25.188 65.634 0.241 90.58l-229.661 229.661c-24.909 24.909-65.501 24.838-90.58-0.241l-428.189-428.189v-256.012c0-35.59 28.648-63.988 63.988-63.988h256.012zM432 160h-239.73c-17.822 0-32.27 14.624-32.27 32.27v239.73l419.195 421.477c12.433 12.5 32.592 12.485 44.942 0.051l229.235-230.8c12.388-12.473 12.327-32.604-0.188-45.015l-421.184-417.713zM304 384v0c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80s-35.817 80-80 80zM304 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tag"],"grid":32},"attrs":[],"properties":{"id":289,"order":301,"prevSize":32,"code":59777,"name":"tag"},"setIdx":1,"setId":8,"iconIdx":288},{"icon":{"paths":["M448 128l428.189 428.189c25.061 25.061 25.188 65.634 0.241 90.58l-229.661 229.661c-24.909 24.909-65.501 24.838-90.58-0.241l-428.189-428.189v-256.012c0-35.59 28.648-63.988 63.988-63.988h256.012zM304 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tag"],"grid":32},"attrs":[],"properties":{"id":290,"order":300,"prevSize":32,"code":59778,"name":"tag1"},"setIdx":1,"setId":8,"iconIdx":289},{"icon":{"paths":["M200.493 160v0 0c11.047-19.192 31.762-32 55.495-32h256.012l428.189 428.189c25.061 25.061 25.188 65.634 0.241 90.58l-229.661 229.661c-20.273 20.273-50.933 23.999-75.164 11.164l-20.836 20.836c-24.909 24.909-65.501 24.838-90.58-0.241l-428.189-428.189v-256.012c0-35.59 28.648-63.988 63.988-63.988h40.505zM192 192h-31.73c-17.822 0-32.27 14.624-32.27 32.27v239.73l419.195 421.477c12.433 12.5 32.592 12.485 44.942 0.051l18.632-18.759-418.769-418.769v-256zM496 160h-239.73c-17.822 0-32.27 14.624-32.27 32.27v239.73l419.195 421.477c12.433 12.5 32.592 12.485 44.942 0.051l229.235-230.8c12.388-12.473 12.327-32.604-0.188-45.015l-421.184-417.713zM368 384v0c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80s-35.817 80-80 80zM368 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tags"],"grid":32},"attrs":[],"properties":{"id":291,"order":303,"prevSize":32,"code":59779,"name":"tags"},"setIdx":1,"setId":8,"iconIdx":290},{"icon":{"paths":["M159.988 160c-35.339 0-63.988 28.398-63.988 63.988v256.012l428.189 428.189c22.925 22.925 58.812 24.954 83.834 6.107l-448.022-450.296v-303.783c0-0.072 0-0.145 0.001-0.217h-0.013zM512 128l428.189 428.189c25.061 25.061 25.188 65.634 0.241 90.58l-229.661 229.661c-24.909 24.909-65.501 24.838-90.58-0.241l-428.189-428.189v-256.012c0-35.59 28.648-63.988 63.988-63.988h256.012zM368 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tags"],"grid":32},"attrs":[],"properties":{"id":292,"order":302,"prevSize":32,"code":59780,"name":"tags1"},"setIdx":1,"setId":8,"iconIdx":291},{"icon":{"paths":["M511.686 927.372v-383.686h-128.314c-4.306 109.458-52.596 207.615-127.686 277.287 67.732 62.845 157.269 102.515 256 106.399v0zM211.218 772.356c-49.322-63.702-79.836-142.7-83.218-228.67h223.344c-4.303 100.588-48.984 190.717-118.247 254.591 0.433 0.471-14.558-16.465-21.879-25.921v0zM822.274 798.277c62.091-67.562 101.24-156.543 105.097-254.591v0h-223.344c4.303 100.588 48.984 190.717 118.247 254.591v0 0zM799.686 820.973c-67.732 62.845-157.269 102.515-256 106.399v0-383.686h128.314c4.306 109.458 52.596 207.615 127.686 277.287v0 0zM822.274 257.095c62.091 67.562 101.24 156.543 105.097 254.591v0h-223.344c4.303-100.588 48.984-190.717 118.247-254.591v0 0zM799.686 234.399c-67.732-62.845-157.269-102.515-256-106.399v383.686h128.314c4.306-109.458 52.596-207.615 127.686-277.287l0 0zM233.097 257.095c-62.091 67.562-101.24 156.543-105.097 254.591v0h223.344c-4.303-100.588-48.984-190.717-118.247-254.591l0-0zM255.686 234.399c67.732-62.845 157.269-102.515 256-106.399v0 383.686h-128.314c-4.306-109.458-52.596-207.615-127.686-277.287h-0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["basketball"],"grid":32},"attrs":[],"properties":{"id":304,"order":289,"prevSize":32,"code":59781,"name":"basketball"},"setIdx":1,"setId":8,"iconIdx":303},{"icon":{"paths":["M800 821.287c-71.373 66.223-166.958 106.713-272 106.713s-200.627-40.489-272-106.713v0 0c17.326-16.076 33.225-33.668 47.486-52.566l23.542 17.104 18.809-25.889-24.105-17.514c15.885-24.968 29.077-51.816 39.168-80.136l29.764 9.671 9.889-30.434-30.136-9.792c7.536-28.141 12.079-57.506 13.268-87.733h32.314v-32h-32.314c-1.189-30.227-5.732-59.592-13.268-87.733l30.136-9.792-9.889-30.434-29.764 9.671c-10.091-28.32-23.283-55.168-39.168-80.136l24.105-17.514-18.809-25.889-23.542 17.104c-14.261-18.898-30.16-36.49-47.486-52.566v0c71.373-66.223 166.958-106.713 272-106.713s200.627 40.489 272 106.713v0c-17.326 16.076-33.225 33.668-47.486 52.566l-23.542-17.104-18.809 25.889 24.105 17.514c-15.885 24.968-29.077 51.816-39.168 80.136l-29.764-9.671-9.889 30.434 30.136 9.792c-7.536 28.141-12.079 57.506-13.268 87.733h-32.314v32h32.314c1.189 30.227 5.732 59.592 13.268 87.733v0l-30.136 9.792 9.889 30.434 29.764-9.671c10.091 28.32 23.283 55.168 39.168 80.136l-24.105 17.514 18.809 25.889 23.542-17.104c14.261 18.898 30.16 36.49 47.486 52.566v0 0 0zM840.56 777.635c54.72-68.424 87.44-155.209 87.44-249.635 0-104.352-39.959-199.371-105.411-270.591-16.126 14.871-30.919 31.165-44.18 48.683l28.229 20.509-18.809 25.889-27.615-20.063c-13.979 22.238-25.644 46.078-34.659 71.181l31.082 10.099-9.889 30.434-30.679-9.968c-6.573 25.002-10.582 51.044-11.727 77.827h31.658v32h-31.658c1.146 26.783 5.154 52.825 11.727 77.827l30.679-9.968 9.889 30.434-31.082 10.099c9.015 25.103 20.68 48.942 34.659 71.181l27.615-20.063 18.809 25.889-28.229 20.509c13.261 17.518 28.055 33.812 44.18 48.683-0.433 0.471 11.82-13.263 17.972-20.955v0zM212.641 774.095c-53.035-67.866-84.641-153.289-84.641-246.095 0-104.352 39.959-199.371 105.411-270.591 16.126 14.871 30.919 31.165 44.18 48.683l-28.229 20.509 18.809 25.889 27.615-20.063c13.979 22.238 25.644 46.078 34.659 71.181l-31.082 10.099 9.889 30.434 30.679-9.968c6.573 25.002 10.582 51.044 11.727 77.827h-31.658v32h31.658c-1.146 26.783-5.154 52.825-11.727 77.827l-30.679-9.968-9.889 30.434 31.082 10.099c-9.015 25.103-20.68 48.942-34.659 71.181l-27.615-20.063-18.809 25.889 28.229 20.509c-13.261 17.518-28.055 33.812-44.18 48.683 0.433 0.471-13.778-15.548-20.771-24.496v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["baseball"],"grid":32},"attrs":[],"properties":{"id":306,"order":288,"prevSize":32,"code":59782,"name":"baseball"},"setIdx":1,"setId":8,"iconIdx":305},{"icon":{"paths":["M800 234.713c-71.373-66.223-166.958-106.713-272-106.713s-200.627 40.489-272 106.713v0c78.731 73.051 128 177.415 128 293.287s-49.269 220.236-128 293.287c71.373 66.223 166.958 106.713 272 106.713s200.627-40.489 272-106.713c-78.731-73.051-128-177.415-128-293.287s49.269-220.236 128-293.287v0 0zM822.589 257.409c65.452 71.219 105.411 166.239 105.411 270.591s-39.959 199.371-105.411 270.591c-72.915-67.242-118.589-163.583-118.589-270.591s45.673-203.349 118.589-270.591v0 0zM233.411 257.409c-65.452 71.219-105.411 166.239-105.411 270.591s39.959 199.371 105.411 270.591c72.915-67.242 118.589-163.583 118.589-270.591s-45.673-203.349-118.589-270.591l0-0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tennis-ball"],"grid":32},"attrs":[],"properties":{"id":308,"order":287,"prevSize":32,"code":59790,"name":"tennis-ball"},"setIdx":1,"setId":8,"iconIdx":307},{"icon":{"paths":["M528 928v0c-220.914 0-400-179.086-400-400s179.086-400 400-400c220.914 0 400 179.086 400 400s-179.086 400-400 400zM528 896c203.241 0 368-164.759 368-368s-164.759-368-368-368c-203.241 0-368 164.759-368 368s164.759 368 368 368v0zM528 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM624 576c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM432 576c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bowling-ball"],"grid":32},"attrs":[],"properties":{"id":309,"order":299,"prevSize":32,"code":59793,"name":"bowling-ball"},"setIdx":1,"setId":8,"iconIdx":308},{"icon":{"paths":["M528 928v0c-220.914 0-400-179.086-400-400s179.086-400 400-400c220.914 0 400 179.086 400 400s-179.086 400-400 400zM528 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM624 576c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM432 576c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bowling-ball"],"grid":32},"attrs":[],"properties":{"id":310,"order":297,"prevSize":32,"code":59797,"name":"bowling-ball1"},"setIdx":1,"setId":8,"iconIdx":309},{"icon":{"paths":["M576.008 528c19.427 14.596 31.992 37.83 31.992 64 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-26.17 12.565-49.404 31.992-64-19.427-14.596-31.992-37.83-31.992-64 0-44.183 35.817-80 80-80s80 35.817 80 80c0 26.17-12.565 49.404-31.992 64v0 0zM528 928v0c-220.914 0-400-179.086-400-400s179.086-400 400-400c220.914 0 400 179.086 400 400s-179.086 400-400 400zM528 896c203.241 0 368-164.759 368-368s-164.759-368-368-368c-203.241 0-368 164.759-368 368s164.759 368 368 368v0zM528 736c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208s93.125 208 208 208v0zM528 640c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM528 512c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["billiard-ball"],"grid":32},"attrs":[],"properties":{"id":311,"order":298,"prevSize":32,"code":59798,"name":"billiard-ball"},"setIdx":1,"setId":8,"iconIdx":310},{"icon":{"paths":["M576.008 528c19.427 14.596 31.992 37.83 31.992 64 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-26.17 12.565-49.404 31.992-64-19.427-14.596-31.992-37.83-31.992-64 0-44.183 35.817-80 80-80s80 35.817 80 80c0 26.17-12.565 49.404-31.992 64v0 0zM528 928v0c-220.914 0-400-179.086-400-400s179.086-400 400-400c220.914 0 400 179.086 400 400s-179.086 400-400 400zM528 736c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208s93.125 208 208 208v0zM528 640c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM528 512c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["billiard-ball"],"grid":32},"attrs":[],"properties":{"id":312,"order":296,"prevSize":32,"code":59799,"name":"billiard-ball1"},"setIdx":1,"setId":8,"iconIdx":311},{"icon":{"paths":["M282.096 465.638l113.485 48.172 40.052 137.68-78.856 81.658-129.431 7.11c-39.496-55.842-63.826-123.172-66.993-195.993l121.743-78.626zM284.936 432.080l-49.333-127.558c41.686-54.459 98.242-96.933 163.603-121.355l112.794 91.809v122.047l-106.134 86.389-120.929-51.331zM387.908 746.977l72.404-74.977h131.769l75.234 77.907-34.756 131.027c-33.143 9.804-68.237 15.066-104.559 15.066s-71.416-5.262-104.559-15.066l-35.533-133.957zM695.414 732.939l-75.882-78.579 41.276-141.887 112.002-47.542 122.837 79.333c-3.167 72.821-27.497 140.151-66.993 195.993l-133.24-7.319zM771.606 430.679l-122.417 51.963-105.188-85.619v-122.047l112.794-91.809v0c65.361 24.423 121.917 66.896 163.603 121.355l-48.791 126.156zM528 928c220.914 0 400-179.086 400-400s-179.086-400-400-400c-220.914 0-400 179.086-400 400s179.086 400 400 400v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["soccer-ball"],"grid":32},"attrs":[],"properties":{"id":314,"order":286,"prevSize":32,"code":59800,"name":"soccer-ball"},"setIdx":1,"setId":8,"iconIdx":313},{"icon":{"paths":["M64 672v96.082c0 35.301 28.791 63.918 63.785 63.918h384.215v-160.879c-71.999-7.959-128-69-128-143.121s56.001-135.162 128-143.121v-160.879h-384.215c-35.228 0-63.785 28.51-63.785 63.918v96.082h160v288h-160zM992 672v96.082c0 35.408-28.558 63.918-63.785 63.918h-384.215v-160.879c71.999-7.959 128-69 128-143.121s-56.001-135.162-128-143.121v-160.879h384.215c34.994 0 63.785 28.617 63.785 63.918v96.082h-160v288h160zM544 638.866c54.277-7.764 96-54.442 96-110.866s-41.723-103.102-96-110.866v221.732zM512 417.134c-54.277 7.764-96 54.442-96 110.866s41.723 103.102 96 110.866v-221.732zM864 416v224h128v-224h-128zM64 416v224h128v-224h-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["soccer-court"],"grid":32},"attrs":[],"properties":{"id":316,"order":290,"prevSize":32,"code":59801,"name":"soccer-court"},"setIdx":1,"setId":8,"iconIdx":315},{"icon":{"paths":["M640 544h-32v64h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-64v-32h64v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h64v32h-64v64h-32v-64zM288 709.652c62.912 33.601 142.382 58.348 240 58.348s177.088-24.747 240-58.348v0-363.304c-62.912-33.601-142.382-58.348-240-58.348s-177.088 24.747-240 58.348v363.304zM256 690.976c-110.513-70.188-160-162.976-160-162.976s49.487-92.788 160-162.976v325.952zM800 690.976c110.513-70.188 160-162.976 160-162.976s-49.487-92.788-160-162.976v325.952z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["football"],"grid":32},"attrs":[],"properties":{"id":318,"order":291,"prevSize":32,"code":59804,"name":"football"},"setIdx":1,"setId":8,"iconIdx":317},{"icon":{"paths":["M640 544h-32v64h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-32v64h-32v-64h-64v-32h64v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h32v-64h32v64h64v32h-64v64h-32v-64zM528 288c-304 0-432 240-432 240s128 240 432 240c304 0 432-240 432-240s-128-240-432-240v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["football"],"grid":32},"attrs":[],"properties":{"id":320,"order":292,"prevSize":32,"code":59805,"name":"football1"},"setIdx":1,"setId":8,"iconIdx":319},{"icon":{"paths":["M130.823 575.69c-1.864-15.663-2.823-31.604-2.823-47.768 0-89.682 29.514-172.471 79.359-239.184 97.296 5.078 188.373 33.648 267.665 80.144-59.714 122.576-185.505 207.039-331.024 207.039-3.807 0-12.579-0.21-13.177-0.232l0 0zM135.985 607.843c37.031 182.618 198.47 320.079 392.015 320.079 10.614 0 21.132-0.413 31.537-1.225v0c-10.117-35.177-15.537-72.343-15.537-110.775 0-108.873 43.496-207.586 114.060-279.711-42.233-59.126-95.072-110.155-155.739-150.309-65.492 131.599-201.347 222.020-358.321 222.020-2.678 0-5.349-0.026-8.015-0.079v0 0zM503.443 128.663c-107.221 6.494-203.043 55.225-271.044 129.773v0c92.431 8.281 179.057 36.716 255.451 80.879 15.603-40.807 24.15-85.102 24.15-131.393 0-27.21-2.953-53.731-8.557-79.259v0 0zM536.015 128c178.963 3.517 329.114 124.568 376.448 289.146-88.051 6.867-168.098 42.246-230.918 96.911-45.107-62.22-101.42-115.787-165.976-157.739 18.342-45.886 28.431-95.963 28.431-148.397 0-27.369-2.749-54.097-7.985-79.921h-0zM767.184 848.562c-50.565 37.78-110.366 63.88-175.404 74.302l0-0c-10.262-33.843-15.78-69.748-15.78-106.943 0-97.78 38.136-186.654 100.345-252.558 52.801 83.282 85.382 180.65 90.839 285.199v0 0zM797.486 823.522c80.195-73.152 130.514-178.5 130.514-295.6 0-27.129-2.701-53.627-7.848-79.24-84.34 5.395-160.952 39.2-220.368 91.948 53.763 82.827 88.413 179.207 97.702 282.892v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["basketball"],"grid":32},"attrs":[],"properties":{"id":322,"order":293,"prevSize":32,"code":59806,"name":"basketball1"},"setIdx":1,"setId":8,"iconIdx":321},{"icon":{"paths":["M889.017 776.497c-7.072-67.384-60.616-120.928-128-128h0c0.524 4.997 0.793 10.071 0.793 15.207 0 79.529-64.471 144-144 144-5.136 0-10.209-0.269-15.207-0.793 7.072 67.384 60.616 120.928 128 128-0.524-4.997-0.793-10.071-0.793-15.207 0-79.529 64.471-144 144-144 5.136 0 10.209 0.269 15.207 0.793v0zM888.818 808.701c-7.754 65.944-60.066 118.257-126.011 126.011-0.657-4.909-0.997-9.919-0.997-15.007 0-61.856 50.144-112 112-112 5.089 0 10.098 0.339 15.007 0.997l0-0zM728.814 648.696c-65.944 7.754-118.257 60.066-126.011 126.011 4.909 0.657 9.919 0.997 15.007 0.997 61.856 0 112-50.144 112-112 0-5.089-0.339-10.098-0.997-15.007l0-0zM419.748 508.151l-236.467 267.996 73.123 73.123 267.996-236.467-104.652-104.652zM440.961 484.109l312.382-354.033c38.524-43.661 102.629-45.543 143.55-4.622l10.203 10.203c40.891 40.891 38.852 105.191-4.622 143.55l-354.033 312.382-107.48-107.48zM234.493 872.614c5.917 16.866 2.166 36.414-11.321 49.901-18.876 18.876-49.139 18.743-67.886-0.004l-45.247-45.247c-18.687-18.687-18.749-49.141-0.004-67.886 13.563-13.563 33.004-17.312 49.829-11.394l74.629 74.629z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["baseball-set"],"grid":32},"attrs":[],"properties":{"id":324,"order":295,"prevSize":32,"code":59807,"name":"baseball-set"},"setIdx":1,"setId":8,"iconIdx":323},{"icon":{"paths":["M672 800v-96h-128v-128c106.054-0.092 192-85.871 192-191.778v-0.222c112-48 128-288 128-288h-672c0 0 16 240 128 288v0.222c0 105.86 86.103 191.686 192 191.778v128h-128v96h-96v128h480v-128h-96zM320 128v220.8c-75.066-53.739-92.8-220.8-92.8-220.8h92.8zM735.438 128h92.812c0 0-17.746 166.431-92.812 220.17v-220.17z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trophy"],"grid":32},"attrs":[],"properties":{"id":332,"order":294,"prevSize":32,"code":59808,"name":"trophy"},"setIdx":1,"setId":8,"iconIdx":331},{"icon":{"paths":["M736 544h-416v111.794c0 26.717-21.49 48.206-48 48.206-26.694 0-48-21.583-48-48.206v-18.524c-5.004 1.769-10.39 2.73-16 2.73-26.694 0-48-21.514-48-48.054v-47.946h-64v-32h64v-47.946c0-26.576 21.49-48.054 48-48.054 5.622 0 11.005 0.954 16 2.709v0-18.503c0-26.717 21.49-48.206 48-48.206 26.694 0 48 21.583 48 48.206v111.794h416v-111.794c0-26.717 21.49-48.206 48-48.206 26.694 0 48 21.583 48 48.206v18.524c5.004-1.769 10.39-2.73 16-2.73 26.694 0 48 21.514 48 48.054v47.946h64v32h-64v47.946c0 26.576-21.49 48.054-48 48.054-5.622 0-11.005-0.954-16-2.709v18.503c0 26.717-21.49 48.206-48 48.206-26.694 0-48-21.583-48-48.206v-111.794z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["weights"],"grid":32},"attrs":[],"properties":{"id":338,"order":285,"prevSize":32,"code":59809,"name":"weights"},"setIdx":1,"setId":8,"iconIdx":337},{"icon":{"paths":["M415.471 417.544v0c1.293 0.46 2.677 0.947 4.147 1.459 11.754 4.093 24.609 8.191 38.123 12.012 23.103 6.533 45.659 11.558 66.666 14.481 13.233 1.842 25.571 2.803 36.831 2.803 29.268 0 59.639-6.001 89.198-16.031 10.395-3.527 19.927-7.303 28.367-11.066 4.983-2.222 8.432-3.912 10.121-4.805l14.963 28.286c-2.3 1.217-6.389 3.22-12.052 5.745-9.305 4.149-19.747 8.285-31.117 12.143-32.624 11.070-66.319 17.728-99.48 17.728-12.839 0-26.627-1.075-41.242-3.109-22.607-3.146-46.549-8.48-70.963-15.384-14.161-4.005-27.614-8.293-39.939-12.585-1.669-0.581-3.237-1.134-4.7-1.656-30.919-0.463-116.394 3.746-116.394 64.432 0 100.164 96 94.887 124.8 192h355.2v-320.167c0-88.273-71.657-159.833-160.035-159.833h-31.93c-88.385 0-160.23 71.491-160.472 159.811l-0.092 33.734zM384 736c0-98.445-127.705-96-128-224-0.221-96 128-96 128-96v-32.094c0-105.943 86.037-191.906 192.17-191.906h31.66c105.974 0 192.17 85.869 192.17 191.794v416.206c0 35.593-28.693 64-64.088 64h-287.823c-35.495 0-64.088-28.654-64.088-64v-64zM416 736v64.033c0 17.655 14.235 31.967 31.858 31.967h288.283c17.595 0 31.858-14.165 31.858-31.967v-64.033h-352zM448 768v32h128v-32h-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["boxing-glove"],"grid":32},"attrs":[],"properties":{"id":375,"order":359,"prevSize":32,"code":59810,"name":"boxing-glove"},"setIdx":1,"setId":8,"iconIdx":374},{"icon":{"paths":["M256 512c0.259 112.354 98.684 124.204 122.742 192h421.258v-320.206c0-105.925-86.195-191.794-192.17-191.794h-31.66c-106.132 0-192.17 85.964-192.17 191.906v18.688c15.46 7.697 27.16 13.393 28.334 13.82 49.433 17.964 104.591 31.887 148.905 31.887 29.268 0 59.639-6.001 89.198-16.031 10.395-3.527 19.927-7.303 28.367-11.066 4.983-2.222 8.432-3.912 10.121-4.805l14.963 28.286c-2.3 1.217-6.389 3.22-12.052 5.745-9.305 4.149-19.747 8.285-31.117 12.143-32.624 11.070-66.319 17.728-99.48 17.728-49.064 0-107.115-14.654-159.834-33.812-3.025-1.099-13.361-6.133-32.161-15.495-7.276-3.625-14.391-7.187-21.481-10.75-38.037 7.619-91.905 29.503-91.762 91.756v0zM384 736h416v64c0 35.593-28.693 64-64.088 64h-287.823c-35.495 0-64.088-28.654-64.088-64v-64zM448 768v32h128v-32h-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["boxing-glove"],"grid":32},"attrs":[],"properties":{"id":376,"order":358,"prevSize":32,"code":59811,"name":"boxing-glove1"},"setIdx":1,"setId":8,"iconIdx":375},{"icon":{"paths":["M262.817 557.111v0 0c-10.767-8.225-24.221-13.111-38.817-13.111-35.346 0-64 28.654-64 64s28.654 64 64 64c14.595 0 28.050-4.886 38.817-13.111 22.302 81.341 96.763 141.111 185.183 141.111 106.039 0 192-85.961 192-192 0-13.801-1.456-27.262-4.223-40.238l260.223-55.762v-96h-320v64h-96v-64h-32c-88.421 0-162.881 59.77-185.183 141.111zM608 448h256v38.4l-269.152 57.971c8.461 19.501 13.152 41.017 13.152 63.629 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-77.326 54.854-141.84 127.772-156.753 10.41-2.129 21.188-3.247 32.228-3.247v64h160v-64zM224 576v0c17.796 0 32 14.327 32 32 0 17.796-14.327 32-32 32-17.796 0-32-14.327-32-32 0-17.796 14.327-32 32-32zM512 224v128h32v-128h-32zM675.83 256.672l-67.83 108.55 27.138 16.957 67.83-108.55-27.138-16.957zM379.138 256.672l67.83 108.55-27.138 16.957-67.83-108.55 27.138-16.957z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["whistle"],"grid":32},"attrs":[],"properties":{"id":377,"order":360,"prevSize":32,"code":59812,"name":"whistle"},"setIdx":1,"setId":8,"iconIdx":376},{"icon":{"paths":["M262.817 557.111c22.302-81.341 96.763-141.111 185.183-141.111h32v64h96v-64h320v96l-260.223 55.762c2.767 12.976 4.223 26.437 4.223 40.238 0 106.039-85.961 192-192 192-88.421 0-162.881-59.77-185.183-141.111-10.767 8.225-24.221 13.111-38.817 13.111-35.346 0-64-28.654-64-64s28.654-64 64-64c14.595 0 28.050 4.886 38.817 13.111v0 0zM224 576c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM512 224v128h32v-128h-32zM675.83 256.672l-67.83 108.55 27.138 16.957 67.83-108.55-27.138-16.957zM379.138 256.672l67.83 108.55-27.138 16.957-67.83-108.55 27.138-16.957z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["whistle"],"grid":32},"attrs":[],"properties":{"id":378,"order":361,"prevSize":32,"code":59813,"name":"whistle1"},"setIdx":1,"setId":8,"iconIdx":377},{"icon":{"paths":["M175.663 750.988l15.333-7.423c-39.875-62.21-62.997-136.187-62.997-215.565 0-220.914 179.086-400 400-400s400 179.086 400 400c0 93.013-31.747 178.61-84.996 246.549-2.672 1.15 4.107-1.733 10.123-4.54 18.325-8.55 36.299-18.743 53.899-30.427 19.937-13.236 37.673-27.41 52.974-41.57v42.314c-10.914 8.854-22.684 17.557-35.275 25.916-115.906 76.948-248.908 94.638-389.235 15.704-128.701-72.394-258.077-56.001-378.147 15.654-22.804 13.609-43.3 28.192-61.139 42.753-0.068 0.055-0.203-40.343-0.203-40.343 13.836-10.221 28.847-20.282 44.944-29.888 10.573-6.31 21.227-12.223 31.956-17.718 0.958-0.491 2.764-1.415 2.764-1.415v0zM346.277 703.417v0c-5.272 0.261 4.289-0.328 14.371-0.427 62.896-0.618 126.816 15.226 190.53 51.065 0.704 0.396 2.006 1.086 3.705 1.97 67.232-54.652 122.173-126.042 157.715-210.857-54.977-20.518-114.292-32.136-176.193-33.102-48.484 81.061-114.379 145.52-190.128 191.351zM782.037 794.251c39.226-37.437 70.191-83.455 89.883-135.041 3.342-8.755 6.676-18.98 5.403-15.145-39.859-35.193-85.073-64.461-134.263-86.426-35.671 85.245-89.813 157.716-156.018 214.423-0.308-0.136-0.617-0.273-0.925-0.41 62.2 27.671 122.315 34.916 179.692 25.668 8.679-1.399 19.443-3.766 16.229-3.068v0zM525.624 927.993c0.791 0.005 1.583 0.007 2.376 0.007 0.796 0 1.592-0.002 2.387-0.007h-4.763zM249.184 287.813v0 0c2.237-2.594-9.591 11.249-17.059 21.329-45.321 61.169-72.125 136.883-72.125 218.859 0 59.182 13.97 115.1 38.793 164.638 7.553 15.074 21.495 37.305 19.516 34.229 52.826-17.058 103.055-42.424 148.545-75.521-82.326-107.864-120.9-236.472-117.67-363.534zM284.223 252.32c-12.112 131.273 23.281 266.886 108.627 378.836 44.962-37.242 84.431-82.602 116.052-135.448-57.245-102.783-78.677-216.081-68.21-325.289 2.427-0.59-10.191 2.522-18.75 5.094-42.471 12.761-81.71 32.988-116.194 59.156-11.83 8.977-25.685 21.331-21.526 17.65v0 0zM857.965 364.883v0 0c1.013 2.045-8.812-17.167-15.589-28.274-64.614-105.907-181.238-176.609-314.376-176.609-10.128 0-20.161 0.409-30.082 1.212-10.94 0.885-27.059 3.188-24.377 2.79-4.301 37.741-4.558 76.059-0.586 114.271 139.273-18.089 274.379 15.522 385.010 86.61zM880.167 420.884c-110.741-86.093-254.243-129.228-402.784-109.995 9.717 57.884 29.315 115.076 59.436 169.179 133.094 2.055 254.923 50.541 350.002 129.975-0.598 2.625 3.21-14.65 4.965-26.173 2.775-18.218 4.214-36.876 4.214-55.87 0-30.448-3.698-60.033-10.669-88.329-3.248-13.185-7.202-25.498-5.164-18.787v0 0zM191.334 839.409c114.937-53.286 237.769-58.021 359.844 10.646 111.406 62.666 216.668 59.066 312.156 11.004v35.491c-100.57 45.867-211.698 46.727-327.844-18.605-116.641-65.61-233.836-58.293-344.156-3.007v-35.53z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volleyball-water"],"grid":32},"attrs":[],"properties":{"id":379,"order":370,"prevSize":32,"code":59814,"name":"volleyball-water"},"setIdx":1,"setId":8,"iconIdx":378},{"icon":{"paths":["M635.378 725.494c44.362-48.056 81.137-104.418 107.682-167.855 59.989 26.786 114.064 64.435 159.724 110.446 0.912-2.439-2.539 6.804-5.434 13.745-80.474 50.522-168.58 69.773-261.972 43.664v0 0zM600.999 713.9c46.333-47.511 84.574-104.241 111.599-168.733-54.977-20.518-114.292-32.136-176.193-33.102-30.399 50.823-67.641 95.121-109.866 132.392 41.406 7.341 83.066 22.212 124.639 45.597 16.75 9.422 33.361 17.346 49.821 23.846v0 0zM357.708 639.031c-86.412-119.631-120.593-263.059-105.094-401.139 1.123-1.066-13.75 13.446-21.745 22.311-63.942 70.901-102.868 164.803-102.868 267.797 0 58.934 12.745 114.89 35.629 165.264 62.568-33.579 127.742-53.041 194.078-54.234v0 0zM921.647 456.608c-114.984-109.544-276.406-167.453-444.264-145.719 9.717 57.884 29.315 115.076 59.436 169.179 146.035 2.255 278.508 60.409 376.964 154.009-0.548 1.996 2.817-10.478 4.68-18.855 6.244-28.077 9.537-57.265 9.537-87.222 0-15.363-0.866-30.524-2.552-45.436-1.847-16.337-5.141-33.396-3.8-25.956v0zM907.173 400.269c-118.402-94.921-273.537-142.866-434.217-121.997-5.133-49.389-3.204-98.954 5.394-147.221-1.641 0.203 5.747-0.706 11.124-1.22 12.679-1.212 25.53-1.831 38.527-1.831 167.707 0 311.309 103.209 370.752 249.577 4.615 11.363 9.774 26.715 8.42 22.693v0zM290.482 206.121c-26.022 145.169 6.96 299.888 102.367 425.035 44.962-37.242 84.431-82.602 116.052-135.448-63.175-113.43-82.733-239.666-63.934-359.079 1.010-0.213-5.644 1.209-9.942 2.232-45.316 10.787-87.643 29.285-125.517 54.029-9.076 5.93-21.519 15.074-19.025 13.23v0zM96 800.009c13.836-10.221 28.847-20.282 44.944-29.888 129.022-76.997 270.126-94.877 410.234-16.066 128.678 72.381 249.158 56.356 355.848-14.473 19.937-13.236 37.673-27.41 52.974-41.57v42.314c-10.914 8.854-22.684 17.557-35.275 25.916-115.906 76.948-248.908 94.638-389.235 15.704-128.701-72.394-258.077-56.001-378.147 15.654-22.804 13.609-43.3 28.192-61.139 42.753-0.068 0.055-0.136 0.111-0.203 0.166l0-40.509zM191.334 839.409c114.937-53.286 237.769-58.021 359.844 10.646 111.406 62.666 216.668 59.066 312.156 11.004v35.491c-100.57 45.867-211.698 46.727-327.844-18.605-116.641-65.61-233.836-58.293-344.156-3.007v-35.53z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volleyball-water"],"grid":32},"attrs":[],"properties":{"id":380,"order":369,"prevSize":32,"code":59815,"name":"volleyball-water1"},"setIdx":1,"setId":8,"iconIdx":379},{"icon":{"paths":["M768.562 557.333c0 0-57.8 29.279-147.495 14.722-6.211-1.008-15.166-3.096-13.068-2.667v-127.851c-25.751-4.628-53.432-12.638-82.119-25.556-27.78-12.51-53.882-20.608-77.881-25.551v127.303c3.321 0.592-4.299-0.157-11.638-1.198-83.25-11.807-148.362 9.276-148.362 9.276v-128.637c0.004-0.001 71.281-23.257 160-7.44v-127.303c-97.262-20.031-159.996 11.762-160 11.764v-127.188c0 0 62.729-31.549 160-11.726v126.453c25.643 4.571 52.743 12.407 80 25.012 28.518 13.187 55.348 21.604 80 26.643v-127.362c92.73 16.643 160.562-10.22 160.562-10.22v129.264c-0.36-1.217-0.562-1.888-0.562-1.888-0.004 0.002-67.573 26.964-160 10.354v127.851c22.708 4.642 43.568 6.418 62.197 6.418 60.769 0 97.8-18.902 97.803-18.904l0.562 128.431zM256 927.806h32v-366.565c44.073-15.856 130.577-33.089 240 14.565 160.725 69.996 272-0 272-0v-448c0 0-111.24 71.563-272 0s-272-0-272-0v800z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["checkered-flag"],"grid":32},"attrs":[],"properties":{"id":381,"order":366,"prevSize":32,"code":59816,"name":"checkered-flag"},"setIdx":1,"setId":8,"iconIdx":380},{"icon":{"paths":["M608 186.025v127.362c96.781 19.784 159.996-12.483 160-12.485l0.562-0.46v130.74h-0.562c-0.004 0.002-67.573 26.964-160 10.354v128.125c-24.578-5.015-51.312-13.359-79.719-26.394-27.356-12.553-54.553-20.345-80.281-24.882v-127.956c-97.262-20.031-159.996 11.762-160 11.764v-133.020c0.004-0.001 71.281-23.257 160-7.44v-126.453 0c24.079 4.907 50.275 12.962 78.16 25.423 28.581 12.772 56.165 20.715 81.84 25.323zM256 383.806v544h32v-366.565c44.073-15.856 130.577-33.089 240 14.565 160.725 69.996 272-0 272-0v-448c0 0-111.24 71.563-272 0s-272-0-272-0v256zM448 262.429v0 0c24 4.943 50.101 13.041 77.881 25.551 28.687 12.918 56.367 20.928 82.119 25.556v127.851c-24.652-5.039-51.482-13.456-80-26.643-27.257-12.605-54.357-20.44-80-25.012v-127.303z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["checkered-flag"],"grid":32},"attrs":[],"properties":{"id":382,"order":365,"prevSize":32,"code":59817,"name":"checkered-flag1"},"setIdx":1,"setId":8,"iconIdx":381},{"icon":{"paths":["M288 760.674l-32 32v7.326 0 96h-32v-71.326l-41.373 41.373-22.627-22.627 43.419-43.419h-75.419v-32h107.419l32-32h-75.419v-32h107.419l170.29-170.29-21.71-21.71 96-32-32 96-19.663-19.663-172.337 172.337v103.326h-32v-71.326zM248.926 672c-36.003-55.218-56.926-121.166-56.926-192 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.404-157.596 352-352 352-70.834 0-136.782-20.923-192-56.926v-34.298l2.727-2.727c53.007 38.945 118.454 61.951 189.273 61.951 176.731 0 320-143.269 320-320s-143.269-320-320-320c-176.731 0-320 143.269-320 320 0 71.278 23.304 137.113 62.71 190.302l-1.698 1.698h-36.085zM448.106 484.541c-0.070-1.505-0.106-3.019-0.106-4.541 0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96-1.522 0-3.036-0.035-4.541-0.106l9.031-31.608 0.476-0.476c33.026-2.534 59.034-30.135 59.034-63.81 0-35.346-28.654-64-64-64-33.793 0-61.469 26.191-63.836 59.382l-32.059 9.16zM355.676 601.335c-22.574-34.965-35.676-76.62-35.676-121.335 0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224-44.252 0-85.507-12.832-120.246-34.978l23.275-23.275c28.459 16.686 61.598 26.252 96.972 26.252 106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192 0 35.84 9.82 69.386 26.916 98.095l-23.24 23.24z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["target-arrow"],"grid":32},"attrs":[],"properties":{"id":383,"order":367,"prevSize":32,"code":59818,"name":"target-arrow"},"setIdx":1,"setId":8,"iconIdx":382},{"icon":{"paths":["M288 760.674l-32 32v7.326 0 96h-32v-71.326l-41.373 41.373-22.627-22.627 43.419-43.419h-75.419v-32h107.419l32-32h-75.419v-32h107.419l170.29-170.29-21.71-21.71 96-32-32 96-19.663-19.663-172.337 172.337v103.326h-32v-71.326zM248.926 672c-36.003-55.218-56.926-121.166-56.926-192 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.404-157.596 352-352 352-70.834 0-136.782-20.923-192-56.926v-34.298l71.754-71.754c34.74 22.146 75.995 34.978 120.246 34.978 123.712 0 224-100.288 224-224s-100.288-224-224-224c-123.712 0-224 100.288-224 224 0 44.715 13.102 86.37 35.676 121.335l-70.665 70.665h-36.085zM495.899 596.877l-48.871 48.871c28.459 16.686 61.598 26.252 96.972 26.252 106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192 0 35.84 9.82 69.386 26.916 98.095v0l48.832-48.832-30.447-30.207 50.805-14.516c-0.070-1.505-0.106-3.019-0.106-4.541 0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96-1.522 0-3.036-0.035-4.541-0.106l-14.292 50.020-29.269-29.038zM548.618 543.836c33.19-2.367 59.382-30.043 59.382-63.836 0-35.346-28.654-64-64-64-33.793 0-61.469 26.191-63.836 59.382l95.836-27.382-27.382 95.836z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["target-arrow"],"grid":32},"attrs":[],"properties":{"id":384,"order":368,"prevSize":32,"code":59819,"name":"target-arrow1"},"setIdx":1,"setId":8,"iconIdx":383},{"icon":{"paths":["M693.476 736h10.544c70.681 0 127.98-57.451 127.98-128h-320v-480h-32v480h-320c0 28.033 9.010 53.962 24.292 75.047 9.965-4.822 19.991-9.281 30.072-13.361-7.298-8.713-13.073-18.744-16.925-29.685v0h139.971c18.152-1.374 36.404-1.403 54.724 0h402.389c-13.191 37.239-48.741 64-90.526 64h-125.152c39.071 18.425 77.335 28.769 114.632 32v0 0zM832 576l-288-288v288h288zM752 544h-176v-176l176 176zM256 304v0c96-160 192-176 192-176s-32 112-32 256c0 144 32 192 32 192h-288c0 0 0-112 96-272zM268.697 345.889c-73.497 139.504-73.497 198.111-73.497 198.111l208-0c0 0-19.2-57.879-19.2-160s19.2-199.305 19.2-199.305c0 0-71.691 41.972-134.503 161.193v0zM96 768.009c13.836-10.221 28.847-20.282 44.944-29.888 129.022-76.997 270.126-94.877 410.234-16.066 128.678 72.381 249.158 56.356 355.848-14.473 19.937-13.236 37.673-27.41 52.974-41.57v42.314c-10.914 8.854-22.684 17.557-35.275 25.916-115.906 76.948-248.908 94.638-389.235 15.704-128.701-72.394-258.077-56.001-378.147 15.654-22.804 13.609-43.3 28.192-61.139 42.753-0.068 0.055-0.136 0.111-0.203 0.166l0-40.509zM191.334 807.409c114.937-53.286 237.769-58.021 359.844 10.646 111.406 62.666 216.668 59.066 312.156 11.004v35.491c-100.57 45.867-211.698 46.727-327.844-18.605-116.641-65.61-233.836-58.293-344.156-3.007v-35.53z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sailing-boat-water"],"grid":32},"attrs":[],"properties":{"id":389,"order":363,"prevSize":32,"code":59821,"name":"sailing-boat-water"},"setIdx":1,"setId":8,"iconIdx":388},{"icon":{"paths":["M693.476 736h10.544c70.681 0 127.98-57.451 127.98-128h-320v-480h-32v480h-320c0 28.033 9.010 53.962 24.292 75.047 117.145-56.689 242.744-63.211 367.553 6.994 48.473 27.266 95.784 41.987 141.632 45.959v0 0zM832 576h-288v-288l288 288zM256 304c-96 160-96 272-96 272h288c0 0-32-48-32-192s32-256 32-256c0 0-96 16-192 176v0zM96 800.009c13.836-10.221 28.847-20.282 44.944-29.888 129.022-76.997 270.126-94.877 410.234-16.066 128.678 72.381 249.158 56.356 355.848-14.473 19.937-13.236 37.673-27.41 52.974-41.57v42.314c-10.914 8.854-22.684 17.557-35.275 25.916-115.906 76.948-248.908 94.638-389.235 15.704-128.701-72.394-258.077-56.001-378.147 15.654-22.804 13.609-43.3 28.192-61.139 42.753-0.068 0.055-0.136 0.111-0.203 0.166l0-40.509zM191.334 839.409c114.937-53.286 237.769-58.021 359.844 10.646 111.406 62.666 216.668 59.066 312.156 11.004v35.491c-100.57 45.867-211.698 46.727-327.844-18.605-116.641-65.61-233.836-58.293-344.156-3.007v-35.53z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sailing-boat-water"],"grid":32},"attrs":[],"properties":{"id":390,"order":362,"prevSize":32,"code":59822,"name":"sailing-boat-water1"},"setIdx":1,"setId":8,"iconIdx":389},{"icon":{"paths":["M672.798 448h62.008l1.194-64h-64l0.798 64zM658.419 480c-19.132 33.46-50.419 101.841-50.419 191.234 0 112.766 51.2 192.766 51.2 192.766h89.6c0 0 51.2-79.959 51.2-192.766 0-89.352-31.515-157.762-50.78-191.234h-90.802zM670.057 352h67.912c6.965-53.144 30.032-71.247 30.032-112 0-35.346-30.441-48.648-64-48.648s-64 13.056-64 48.648c0 40.801 23.121 58.481 30.057 112zM288.798 448h62.008l1.194-64h-64l0.798 64zM274.419 480c-19.132 33.46-50.419 101.841-50.419 191.234 0 112.766 51.2 192.766 51.2 192.766h89.6c0 0 51.2-79.959 51.2-192.766 0-89.352-31.515-157.762-50.78-191.234h-90.802zM286.057 352h67.912c6.965-53.144 30.032-71.247 30.032-112 0-35.346-30.441-48.648-64-48.648s-64 13.056-64 48.648c0 40.801 23.121 58.481 30.057 112zM448 671.234c0 128.686-64 224.766-64 224.766h-128c0 0-64-96-64-224.766s64-223.234 64-223.234v-64c0-64-32-96-32-144 0-35.593 32-80 96-80s96 44.654 96 80c0 48-32 80-32 144v64c0.009 0.013 64 94.558 64 223.234v0zM832 671.234c0 128.686-64 224.766-64 224.766h-128c0 0-64-96-64-224.766s64-223.234 64-223.234v-64c0-64-32-96-32-144 0-35.593 32-80 96-80s96 44.654 96 80c0 48-32 80-32 144v64c0.009 0.013 64 94.558 64 223.234v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bowling-pins"],"grid":32},"attrs":[],"properties":{"id":391,"order":355,"prevSize":32,"code":59823,"name":"bowling-pins"},"setIdx":1,"setId":8,"iconIdx":390},{"icon":{"paths":["M640 448v-64h128v64h-128zM622.036 480c-18.931 38.163-46.036 107.436-46.036 191.234 0 128.766 64 224.766 64 224.766h128c0 0 64-96.080 64-224.766 0-83.76-27.114-153.058-46.046-191.234h-163.918zM637.215 352c-7.786-44.155-29.215-72.72-29.215-112 0-35.593 32-80 96-80s96 44.654 96 80c0 39.28-21.429 67.845-29.215 112h-133.569zM256 448v-64h128v64h-128zM238.036 480c-18.931 38.163-46.036 107.436-46.036 191.234 0 128.766 64 224.766 64 224.766h128c0 0 64-96.080 64-224.766 0-83.76-27.114-153.058-46.046-191.234h-163.918zM253.215 352c-7.786-44.155-29.215-72.72-29.215-112 0-35.593 32-80 96-80s96 44.654 96 80c0 39.28-21.429 67.845-29.215 112h-133.569z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bowling-pins"],"grid":32},"attrs":[],"properties":{"id":392,"order":354,"prevSize":32,"code":59824,"name":"bowling-pins1"},"setIdx":1,"setId":8,"iconIdx":391},{"icon":{"paths":["M512 672v0c0 63.193 0 0 0 0 0 88.134 71.634 160 160 160 88.186 0 160-71.522 160-159.748v-544.252h96v544.125c0 141.255-114.615 255.875-256 255.875-141.097 0-256-114.615-256-256 0 0 0 123.712 0 0h-64v-96h224v96h-64zM864 672.206c0 105.925-86.177 191.794-192 191.794-106.039 0-192-85.964-192-191.906v-32.094h64v-32h-160v32h64v31.905c0 123.764 100.184 224.095 224 224.095 0 0-92.123 0 0 0 123.712 0 224-100.332 224-223.933v-352.067h-32v352.206zM864 288h32v-128h-32v128zM128 368v15.965c0 88.385 71.491 160.035 159.811 160.035h32.096c17.725 0 40.149-11.507 50.588-26.421l56.832-81.189c20.254-28.934 53.138-28.781 73.21 0l56.622 81.189c10.176 14.592 32.464 26.421 50.579 26.421h32.155c88.424 0 160.106-71.657 160.106-160.035v-15.965c0-97.202-79.063-176-175.682-176h-320.635c-97.027 0-175.682 78.996-175.682 176v0zM624.318 224c79.085 0 143.682 64.61 143.682 144v15.965c0 70.705-57.354 128.035-128.106 128.035h-32.155c-7.5 0-20.052-6.589-24.332-12.726l-56.622-81.189c-32.825-47.067-92.698-47.153-125.673-0.046l-56.832 81.189c-4.367 6.239-16.943 12.772-24.373 12.772h-32.096c-70.614 0-127.811-57.291-127.811-128.035v-15.965c0-79.418 64.415-144 143.682-144h320.635z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["diving-goggles"],"grid":32},"attrs":[],"properties":{"id":395,"order":356,"prevSize":32,"code":59825,"name":"diving-goggles"},"setIdx":1,"setId":8,"iconIdx":394},{"icon":{"paths":["M512 672h64v-96h-224v96h64c0 123.712 0 0 0 0 0 141.385 114.903 256 256 256 141.385 0 256-114.62 256-255.875v-544.125h-96v544.252c0 88.227-71.814 159.748-160 159.748-88.366 0-160-71.866-160-160 0 0 0 63.193 0 0v0zM864 288v-128h32v128h-32zM128 368v15.965c0 88.385 71.491 160.035 159.811 160.035h32.096c17.725 0 40.149-11.507 50.588-26.421l56.832-81.189c20.254-28.934 53.138-28.781 73.21 0l56.622 81.189c10.176 14.592 32.464 26.421 50.579 26.421h32.155c88.424 0 160.106-71.657 160.106-160.035v-15.965c0-97.202-79.063-176-175.682-176h-320.635c-97.027 0-175.682 78.996-175.682 176v0zM624.318 224c79.085 0 143.682 64.61 143.682 144v15.965c0 70.705-57.354 128.035-128.106 128.035h-32.155c-7.5 0-20.052-6.589-24.332-12.726l-56.622-81.189c-32.825-47.067-92.698-47.153-125.673-0.046l-56.832 81.189c-4.367 6.239-16.943 12.772-24.373 12.772h-32.096c-70.614 0-127.811-57.291-127.811-128.035v-15.965c0-79.418 64.415-144 143.682-144h320.635zM624.318 256c61.411 0 111.682 50.065 111.682 111.518v15.896c0 52.8-43.024 95.622-96.106 95.622h-32.155c2.991 0 0.228-1.444 1.915 0.965l-56.622-80.84c-45.541-65.018-132.402-65.143-178.136-0.091l-56.832 80.84c1.627-2.315-1.158-0.874 1.843-0.874h-32.096c-52.929 0-95.811-42.767-95.811-95.622v-15.896c0-61.497 50.107-111.518 111.682-111.518h320.635z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["diving-goggles"],"grid":32},"attrs":[],"properties":{"id":396,"order":357,"prevSize":32,"code":59826,"name":"diving-goggles1"},"setIdx":1,"setId":8,"iconIdx":395},{"icon":{"paths":["M227.232 483.269c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h543.82c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0zM863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud"],"grid":32},"attrs":[],"properties":{"id":403,"order":231,"prevSize":32,"code":59827,"name":"cloud"},"setIdx":1,"setId":8,"iconIdx":402},{"icon":{"paths":["M863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud"],"grid":32},"attrs":[],"properties":{"id":404,"order":232,"prevSize":32,"code":59828,"name":"cloud1"},"setIdx":1,"setId":8,"iconIdx":403},{"icon":{"paths":["M227.232 483.269v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM798.509 327.012c0.983-7.531 1.491-15.212 1.491-23.012 0-97.202-78.798-176-176-176-70.49 0-131.301 41.44-159.401 101.287v0c-15.648-3.461-31.91-5.287-48.599-5.287-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.826-54.236-26.185-102.522-65.47-134.253v0 0zM767.966 307.173v0 0c-23.994-12.259-51.172-19.173-79.966-19.173-33.877 0-65.518 9.571-92.367 26.157-25.253-33.838-59.843-60.3-99.953-75.57 23.827-46.648 72.344-78.586 128.319-78.586 79.529 0 144 64.471 144 144 0 1.060-0.011 2.118-0.034 3.173zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun"],"grid":32},"attrs":[],"properties":{"id":405,"order":233,"prevSize":32,"code":59829,"name":"cloud-sun"},"setIdx":1,"setId":8,"iconIdx":404},{"icon":{"paths":["M798.509 327.012v0c39.285 31.731 64.644 80.018 65.47 134.253 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 16.689 0 32.952 1.825 48.599 5.287v0c28.1-59.847 88.911-101.287 159.401-101.287 97.202 0 176 78.798 176 176 0 7.799-0.507 15.48-1.491 23.012zM767.966 307.173c0.023-1.055 0.034-2.113 0.034-3.173 0-79.529-64.471-144-144-144-55.976 0-104.492 31.939-128.319 78.586 40.109 15.27 74.699 41.732 99.953 75.57 26.849-16.586 58.49-26.157 92.367-26.157 28.793 0 55.972 6.914 79.966 19.173v0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun"],"grid":32},"attrs":[],"properties":{"id":406,"order":234,"prevSize":32,"code":59830,"name":"cloud-sun1"},"setIdx":1,"setId":8,"iconIdx":405},{"icon":{"paths":["M227.232 483.269v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM808.798 336c24.049-22.704 41.701-52.11 49.97-85.232 2.807-11.244 4.533-22.917 5.060-34.901-14.965 5.268-31.061 8.133-47.827 8.133-79.529 0-144-64.471-144-144 0-16.766 2.865-32.863 8.133-47.827-11.984 0.527-23.656 2.253-34.901 5.060-76.535 19.106-133.232 88.316-133.232 170.768 0 13.674 1.559 26.984 4.51 39.761-30.227-15.202-64.369-23.761-100.51-23.761-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.752-49.341-21.807-93.757-55.181-125.265v0 0zM783.265 315.986v0 0c-27.458-17.709-60.162-27.986-95.265-27.986-33.877 0-65.518 9.571-92.367 26.157-9.765-13.085-20.926-25.066-33.262-35.725-11.699-20.822-18.371-44.848-18.371-70.432 0-62.763 40.153-116.148 96.173-135.867-0.115 2.608-0.173 5.231-0.173 7.867 0 97.202 78.798 176 176 176 2.636 0 5.259-0.058 7.867-0.173-8.243 23.417-22.368 44.061-40.602 60.159z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon"],"grid":32},"attrs":[],"properties":{"id":407,"order":235,"prevSize":32,"code":59831,"name":"cloud-moon"},"setIdx":1,"setId":8,"iconIdx":406},{"icon":{"paths":["M808.798 336v0c33.374 31.508 54.429 75.924 55.181 125.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 36.141 0 70.283 8.559 100.51 23.761-2.951-12.777-4.51-26.087-4.51-39.761 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901-8.268 33.122-25.921 62.529-49.97 85.232zM783.265 315.986c18.234-16.098 32.359-36.742 40.602-60.159-2.608 0.115-5.231 0.173-7.867 0.173-97.202 0-176-78.798-176-176 0-2.636 0.058-5.259 0.173-7.867-56.019 19.719-96.173 73.104-96.173 135.867 0 25.584 6.672 49.61 18.371 70.432 12.336 10.658 23.497 22.64 33.262 35.725 26.849-16.586 58.49-26.157 92.367-26.157 35.104 0 67.807 10.277 95.265 27.986v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon"],"grid":32},"attrs":[],"properties":{"id":408,"order":236,"prevSize":32,"code":59832,"name":"cloud-moon1"},"setIdx":1,"setId":8,"iconIdx":407},{"icon":{"paths":["M227.232 483.269c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h543.82c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0 0zM863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM336 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM432 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM528 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM624 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM720 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-rain"],"grid":32},"attrs":[],"properties":{"id":409,"order":248,"prevSize":32,"code":59836,"name":"cloud-rain"},"setIdx":1,"setId":8,"iconIdx":408},{"icon":{"paths":["M863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM336 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM432 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM528 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM624 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM720 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-rain"],"grid":32},"attrs":[],"properties":{"id":410,"order":247,"prevSize":32,"code":59837,"name":"cloud-rain1"},"setIdx":1,"setId":8,"iconIdx":409},{"icon":{"paths":["M227.232 483.269v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM798.509 327.012c0.983-7.531 1.491-15.212 1.491-23.012 0-97.202-78.798-176-176-176-70.49 0-131.301 41.44-159.401 101.287v0c-15.648-3.461-31.91-5.287-48.599-5.287-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.826-54.236-26.185-102.522-65.47-134.253v0 0zM767.966 307.173v0 0c-23.994-12.259-51.172-19.173-79.966-19.173-33.877 0-65.518 9.571-92.367 26.157-25.253-33.838-59.843-60.3-99.953-75.57 23.827-46.648 72.344-78.586 128.319-78.586 79.529 0 144 64.471 144 144 0 1.060-0.011 2.118-0.034 3.173zM336 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM432 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM528 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM624 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM720 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-rain"],"grid":32},"attrs":[],"properties":{"id":411,"order":246,"prevSize":32,"code":59838,"name":"cloud-sun-rain"},"setIdx":1,"setId":8,"iconIdx":410},{"icon":{"paths":["M798.509 327.012v0c39.285 31.731 64.644 80.018 65.47 134.253 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 16.689 0 32.952 1.825 48.599 5.287v0c28.1-59.847 88.911-101.287 159.401-101.287 97.202 0 176 78.798 176 176 0 7.799-0.507 15.48-1.491 23.012zM767.966 307.173c0.023-1.055 0.034-2.113 0.034-3.173 0-79.529-64.471-144-144-144-55.976 0-104.492 31.939-128.319 78.586 40.109 15.27 74.699 41.732 99.953 75.57 26.849-16.586 58.49-26.157 92.367-26.157 28.793 0 55.972 6.914 79.966 19.173v0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-rain"],"grid":32},"attrs":[],"properties":{"id":412,"order":245,"prevSize":32,"code":59839,"name":"cloud-sun-rain1"},"setIdx":1,"setId":8,"iconIdx":411},{"icon":{"paths":["M227.232 483.096v0 0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM808.798 335.827c24.049-22.704 41.701-52.11 49.97-85.232 2.807-11.244 4.533-22.917 5.060-34.901-14.965 5.268-31.061 8.133-47.827 8.133-79.529 0-144-64.471-144-144 0-16.766 2.865-32.863 8.133-47.827-11.984 0.527-23.656 2.253-34.901 5.060-76.535 19.106-133.232 88.316-133.232 170.768 0 13.674 1.559 26.984 4.51 39.761-30.227-15.202-64.369-23.761-100.51-23.761-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.752-49.341-21.807-93.757-55.181-125.265v0 0zM783.265 315.814v0 0c-27.458-17.709-60.162-27.986-95.265-27.986-33.877 0-65.518 9.571-92.367 26.157-9.765-13.085-20.926-25.066-33.262-35.725-11.699-20.822-18.371-44.848-18.371-70.432 0-62.763 40.153-116.148 96.173-135.867-0.115 2.608-0.173 5.231-0.173 7.867 0 97.202 78.798 176 176 176 2.636 0 5.259-0.058 7.867-0.173-8.243 23.417-22.368 44.061-40.602 60.159zM336 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM432 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM528 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM624 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM720 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-rain"],"grid":32},"attrs":[],"properties":{"id":413,"order":244,"prevSize":32,"code":59840,"name":"cloud-moon-rain"},"setIdx":1,"setId":8,"iconIdx":412},{"icon":{"paths":["M808.798 335.827v0 0c33.374 31.508 54.429 75.924 55.181 125.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 36.141 0 70.283 8.559 100.51 23.761-2.951-12.777-4.51-26.087-4.51-39.761 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901-8.268 33.122-25.921 62.529-49.97 85.232zM783.265 315.814c18.234-16.098 32.359-36.742 40.602-60.159-2.608 0.115-5.231 0.173-7.867 0.173-97.202 0-176-78.798-176-176 0-2.636 0.058-5.259 0.173-7.867-56.019 19.719-96.173 73.104-96.173 135.867 0 25.584 6.672 49.61 18.371 70.432 12.336 10.658 23.497 22.64 33.262 35.725 26.849-16.586 58.49-26.157 92.367-26.157 35.104 0 67.807 10.277 95.265 27.986v0 0zM336 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM432 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM528 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM624 864c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM720 800c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-rain"],"grid":32},"attrs":[],"properties":{"id":414,"order":243,"prevSize":32,"code":59841,"name":"cloud-moon-rain1"},"setIdx":1,"setId":8,"iconIdx":413},{"icon":{"paths":["M227.232 483.269c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h543.82c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0 0zM863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM320 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM416 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM544 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM640 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM736 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-snow"],"grid":32},"attrs":[],"properties":{"id":415,"order":242,"prevSize":32,"code":59842,"name":"cloud-snow"},"setIdx":1,"setId":8,"iconIdx":414},{"icon":{"paths":["M863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM320 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM416 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM544 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM640 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM736 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-snow"],"grid":32},"attrs":[],"properties":{"id":416,"order":241,"prevSize":32,"code":59843,"name":"cloud-snow1"},"setIdx":1,"setId":8,"iconIdx":415},{"icon":{"paths":["M227.232 483.269v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM798.509 327.012c0.983-7.531 1.491-15.212 1.491-23.012 0-97.202-78.798-176-176-176-70.49 0-131.301 41.44-159.401 101.287v0c-15.648-3.461-31.91-5.287-48.599-5.287-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.826-54.236-26.185-102.522-65.47-134.253v0 0zM767.966 307.173v0 0c-23.994-12.259-51.172-19.173-79.966-19.173-33.877 0-65.518 9.571-92.367 26.157-25.253-33.838-59.843-60.3-99.953-75.57 23.827-46.648 72.344-78.586 128.319-78.586 79.529 0 144 64.471 144 144 0 1.060-0.011 2.118-0.034 3.173zM320 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM416 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM544 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM640 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM736 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-snow"],"grid":32},"attrs":[],"properties":{"id":417,"order":240,"prevSize":32,"code":59844,"name":"cloud-sun-snow"},"setIdx":1,"setId":8,"iconIdx":416},{"icon":{"paths":["M798.509 327.012v0 0c39.285 31.731 64.644 80.018 65.47 134.253 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 16.689 0 32.952 1.825 48.599 5.287v0c28.1-59.847 88.911-101.287 159.401-101.287 97.202 0 176 78.798 176 176 0 7.799-0.507 15.48-1.491 23.012zM767.966 307.173c0.023-1.055 0.034-2.113 0.034-3.173 0-79.529-64.471-144-144-144-55.976 0-104.492 31.939-128.319 78.586 40.109 15.27 74.699 41.732 99.953 75.57 26.849-16.586 58.49-26.157 92.367-26.157 28.793 0 55.972 6.914 79.966 19.173v0 0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0zM320 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM416 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM544 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM640 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM736 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-snow"],"grid":32},"attrs":[],"properties":{"id":418,"order":239,"prevSize":32,"code":59845,"name":"cloud-sun-snow1"},"setIdx":1,"setId":8,"iconIdx":417},{"icon":{"paths":["M227.232 483.096v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM808.798 335.827c24.049-22.704 41.701-52.11 49.97-85.232 2.807-11.244 4.533-22.917 5.060-34.901-14.965 5.268-31.061 8.133-47.827 8.133-79.529 0-144-64.471-144-144 0-16.766 2.865-32.863 8.133-47.827-11.984 0.527-23.656 2.253-34.901 5.060-76.535 19.106-133.232 88.316-133.232 170.768 0 13.674 1.559 26.984 4.51 39.761-30.227-15.202-64.369-23.761-100.51-23.761-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.752-49.341-21.807-93.757-55.181-125.265v0 0zM783.265 315.814v0 0c-27.458-17.709-60.162-27.986-95.265-27.986-33.877 0-65.518 9.571-92.367 26.157-9.765-13.085-20.926-25.066-33.262-35.725-11.699-20.822-18.371-44.848-18.371-70.432 0-62.763 40.153-116.148 96.173-135.867-0.115 2.608-0.173 5.231-0.173 7.867 0 97.202 78.798 176 176 176 2.636 0 5.259-0.058 7.867-0.173-8.243 23.417-22.368 44.061-40.602 60.159zM320 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM416 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM544 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM640 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM736 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-snow"],"grid":32},"attrs":[],"properties":{"id":419,"order":238,"prevSize":32,"code":59846,"name":"cloud-moon-snow"},"setIdx":1,"setId":8,"iconIdx":418},{"icon":{"paths":["M808.798 335.827v0 0c33.374 31.508 54.429 75.924 55.181 125.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 36.141 0 70.283 8.559 100.51 23.761-2.951-12.777-4.51-26.087-4.51-39.761 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901-8.268 33.122-25.921 62.529-49.97 85.232zM783.265 315.814c18.234-16.098 32.359-36.742 40.602-60.159-2.608 0.115-5.231 0.173-7.867 0.173-97.202 0-176-78.798-176-176 0-2.636 0.058-5.259 0.173-7.867-56.019 19.719-96.173 73.104-96.173 135.867 0 25.584 6.672 49.61 18.371 70.432 12.336 10.658 23.497 22.64 33.262 35.725 26.849-16.586 58.49-26.157 92.367-26.157 35.104 0 67.807 10.277 95.265 27.986v0 0zM320 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM416 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM544 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM640 928c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0zM736 832c-17.673 0-32 14.204-32 32 0 17.673 14.204 32 32 32 17.673 0 32-14.204 32-32 0-17.673-14.204-32-32-32v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-snow"],"grid":32},"attrs":[],"properties":{"id":420,"order":237,"prevSize":32,"code":59850,"name":"cloud-moon-snow1"},"setIdx":1,"setId":8,"iconIdx":419},{"icon":{"paths":["M546.134 672h81.065l-195.199 195.2 47.317-131.2h-82.516l73.598-192h124.801l-49.065 128zM608 736l96-96h-112l48-128h-192l-84 224h-107.91c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-191.91zM576 768h224.018c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735v0c-1.462-95.941-79.69-173.265-175.979-173.265-33.877 0-65.518 9.571-92.367 26.157-40.84-54.724-106.099-90.157-179.633-90.157-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169v0c-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h177.472l-81.455 224 224-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-lightning"],"grid":32},"attrs":[],"properties":{"id":421,"order":249,"prevSize":32,"code":59852,"name":"cloud-lightning"},"setIdx":1,"setId":8,"iconIdx":420},{"icon":{"paths":["M546.134 672h81.065l-195.199 195.2 47.317-131.2h-82.516l73.598-192h124.801l-49.065 128zM576 768h224.018c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735v0c-1.462-95.941-79.69-173.265-175.979-173.265-33.877 0-65.518 9.571-92.367 26.157-40.84-54.724-106.099-90.157-179.633-90.157-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169v0c-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h177.472l-81.455 224 224-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-lightning"],"grid":32},"attrs":[],"properties":{"id":422,"order":250,"prevSize":32,"code":59855,"name":"cloud-lightning1"},"setIdx":1,"setId":8,"iconIdx":421},{"icon":{"paths":["M546.134 672l49.065-128h-124.801l-73.598 192h82.516l-47.317 131.2 195.199-195.2h-81.065zM608 736h191.91c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h107.91l84-224h192l-48 128h112l-96 96zM433.455 768h-177.472c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 16.689 0 32.952 1.825 48.599 5.287v0c28.1-59.847 88.911-101.287 159.401-101.287 97.202 0 176 78.798 176 176 0 7.799-0.507 15.48-1.491 23.012v0c39.285 31.731 64.644 80.018 65.47 134.253 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-224.018l-224 224 81.455-224zM767.966 307.173c0.023-1.055 0.034-2.113 0.034-3.173 0-79.529-64.471-144-144-144-55.976 0-104.492 31.939-128.319 78.586 40.109 15.27 74.699 41.732 99.953 75.57 26.849-16.586 58.49-26.157 92.367-26.157 28.793 0 55.972 6.914 79.966 19.173v0 0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-lightning"],"grid":32},"attrs":[],"properties":{"id":423,"order":251,"prevSize":32,"code":59856,"name":"cloud-sun-lightning"},"setIdx":1,"setId":8,"iconIdx":422},{"icon":{"paths":["M546.134 672l49.065-128h-124.801l-73.598 192h82.516l-47.317 131.2 195.199-195.2h-81.065zM433.455 768h-177.472c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 16.689 0 32.952 1.825 48.599 5.287v0c28.1-59.847 88.911-101.287 159.401-101.287 97.202 0 176 78.798 176 176 0 7.799-0.507 15.48-1.491 23.012v0c39.285 31.731 64.644 80.018 65.47 134.253 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-224.018l-224 224 81.455-224zM767.966 307.173c0.023-1.055 0.034-2.113 0.034-3.173 0-79.529-64.471-144-144-144-55.976 0-104.492 31.939-128.319 78.586 40.109 15.27 74.699 41.732 99.953 75.57 26.849-16.586 58.49-26.157 92.367-26.157 28.793 0 55.972 6.914 79.966 19.173v0 0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-lightning"],"grid":32},"attrs":[],"properties":{"id":424,"order":252,"prevSize":32,"code":59860,"name":"cloud-sun-lightning1"},"setIdx":1,"setId":8,"iconIdx":423},{"icon":{"paths":["M546.134 672l49.065-128h-124.801l-73.598 192h82.516l-47.317 131.2 195.199-195.2h-81.065zM608 736h191.91c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h107.91l84-224h192l-48 128h112l-96 96zM433.455 768h-177.472c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 36.141 0 70.283 8.559 100.51 23.761-2.951-12.777-4.51-26.087-4.51-39.761 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901-8.268 33.122-25.921 62.529-49.97 85.232v0c33.374 31.508 54.429 75.924 55.181 125.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-224.018l-224 224 81.455-224zM783.265 315.986c18.234-16.098 32.359-36.742 40.602-60.159-2.608 0.115-5.231 0.173-7.867 0.173-97.202 0-176-78.798-176-176 0-2.636 0.058-5.259 0.173-7.867-56.019 19.719-96.173 73.104-96.173 135.867 0 25.584 6.672 49.61 18.371 70.432 12.336 10.658 23.497 22.64 33.262 35.725 26.849-16.586 58.49-26.157 92.367-26.157 35.104 0 67.807 10.277 95.265 27.986v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-lightning"],"grid":32},"attrs":[],"properties":{"id":425,"order":253,"prevSize":32,"code":59861,"name":"cloud-moon-lightning"},"setIdx":1,"setId":8,"iconIdx":424},{"icon":{"paths":["M546.134 672l49.065-128h-124.801l-73.598 192h82.516l-47.317 131.2 195.199-195.2h-81.065zM433.455 768h-177.472c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 36.141 0 70.283 8.559 100.51 23.761-2.951-12.777-4.51-26.087-4.51-39.761 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901-8.268 33.122-25.921 62.529-49.97 85.232v0c33.374 31.508 54.429 75.924 55.181 125.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-224.018l-224 224 81.455-224zM783.265 315.986c18.234-16.098 32.359-36.742 40.602-60.159-2.608 0.115-5.231 0.173-7.867 0.173-97.202 0-176-78.798-176-176 0-2.636 0.058-5.259 0.173-7.867-56.019 19.719-96.173 73.104-96.173 135.867 0 25.584 6.672 49.61 18.371 70.432 12.336 10.658 23.497 22.64 33.262 35.725 26.849-16.586 58.49-26.157 92.367-26.157 35.104 0 67.807 10.277 95.265 27.986v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-lightning"],"grid":32},"attrs":[],"properties":{"id":426,"order":254,"prevSize":32,"code":59862,"name":"cloud-moon-lightning1"},"setIdx":1,"setId":8,"iconIdx":425},{"icon":{"paths":["M227.232 291.269c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h543.82c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0 0zM863.979 269.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM960 736c0-70.692-57.451-128-128-128-70.692 0-128 57.261-128 128h32c0-53.019 43.089-96 96-96 53.019 0 96 43.089 96 96 0 53.019-42.98 96-96.254 96h-735.746v32h736.049c70.665 0 127.951-57.451 127.951-128v0zM672 704c0-53.019-43.089-96-96-96-53.019 0-96 42.946-96 95.725v0.275h32c0-35.346 28.407-64 64-64 35.346 0 64 28.407 64 64 0 35.346-28.706 64-64.187 64h-383.813v32h384.018c53.009 0 95.982-43.089 95.982-96v0zM800 960c0 35.346-28.407 64-64 64v0c-35.346 0-64-28.631-64-63.816v-0.184h32c0 17.673 14.204 32 32 32v0c17.673 0 32-14.204 32-32v0c0-17.673-14.365-32-32.239-32h-447.761v-32h448.19c35.241 0 63.81 28.407 63.81 64v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-wind"],"grid":32},"attrs":[],"properties":{"id":427,"order":255,"prevSize":32,"code":59863,"name":"cloud-wind"},"setIdx":1,"setId":8,"iconIdx":426},{"icon":{"paths":["M863.979 269.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM960 736c0-70.692-57.451-128-128-128-70.692 0-128 57.261-128 128h32c0-53.019 43.089-96 96-96 53.019 0 96 43.089 96 96 0 53.019-42.98 96-96.254 96h-735.746v32h736.049c70.665 0 127.951-57.451 127.951-128v0zM672 704c0-53.019-43.089-96-96-96-53.019 0-96 42.946-96 95.725v0.275h32c0-35.346 28.407-64 64-64 35.346 0 64 28.407 64 64 0 35.346-28.706 64-64.187 64h-383.813v32h384.018c53.009 0 95.982-43.089 95.982-96v0zM800 960c0 35.346-28.407 64-64 64v0c-35.346 0-64-28.631-64-63.816v-0.184h32c0 17.673 14.204 32 32 32v0c17.673 0 32-14.204 32-32v0c0-17.673-14.365-32-32.239-32h-447.761v-32h448.19c35.241 0 63.81 28.407 63.81 64v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-wind"],"grid":32},"attrs":[],"properties":{"id":428,"order":256,"prevSize":32,"code":59864,"name":"cloud-wind1"},"setIdx":1,"setId":8,"iconIdx":427},{"icon":{"paths":["M227.232 483.269c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h543.82c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0zM863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM224 923.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM256.305 921.6c-0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0zM448 955.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM480.305 953.6c0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0zM672 923.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM704.305 921.6c0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-raindrops"],"grid":32},"attrs":[],"properties":{"id":429,"order":257,"prevSize":32,"code":59865,"name":"cloud-raindrops"},"setIdx":1,"setId":8,"iconIdx":428},{"icon":{"paths":["M863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0zM224 923.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0zM448 955.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0zM672 923.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-raindrops"],"grid":32},"attrs":[],"properties":{"id":430,"order":258,"prevSize":32,"code":59866,"name":"cloud-raindrops1"},"setIdx":1,"setId":8,"iconIdx":429},{"icon":{"paths":["M227.232 483.269v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM798.509 327.012c0.983-7.531 1.491-15.212 1.491-23.012 0-97.202-78.798-176-176-176-70.49 0-131.301 41.44-159.401 101.287v0c-15.648-3.461-31.91-5.287-48.599-5.287-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.826-54.236-26.185-102.522-65.47-134.253v0 0zM767.966 307.173v0 0c-23.994-12.259-51.172-19.173-79.966-19.173-33.877 0-65.518 9.571-92.367 26.157-25.253-33.838-59.843-60.3-99.953-75.57 23.827-46.648 72.344-78.586 128.319-78.586 79.529 0 144 64.471 144 144 0 1.060-0.011 2.118-0.034 3.173zM224 923.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM256.305 921.6c-0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0zM448 955.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM480.305 953.6c0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0zM672 923.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM704.305 921.6c0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-raindrops"],"grid":32},"attrs":[],"properties":{"id":431,"order":259,"prevSize":32,"code":59867,"name":"cloud-sun-raindrops"},"setIdx":1,"setId":8,"iconIdx":430},{"icon":{"paths":["M798.509 327.012v0c39.285 31.731 64.644 80.018 65.47 134.253 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 16.689 0 32.952 1.825 48.599 5.287v0c28.1-59.847 88.911-101.287 159.401-101.287 97.202 0 176 78.798 176 176 0 7.799-0.507 15.48-1.491 23.012zM767.966 307.173c0.023-1.055 0.034-2.113 0.034-3.173 0-79.529-64.471-144-144-144-55.976 0-104.492 31.939-128.319 78.586 40.109 15.27 74.699 41.732 99.953 75.57 26.849-16.586 58.49-26.157 92.367-26.157 28.793 0 55.972 6.914 79.966 19.173v0zM224 923.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0zM448 955.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0zM672 923.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-raindrops"],"grid":32},"attrs":[],"properties":{"id":432,"order":260,"prevSize":32,"code":59868,"name":"cloud-sun-raindrops1"},"setIdx":1,"setId":8,"iconIdx":431},{"icon":{"paths":["M227.232 483.269v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM808.798 336c24.049-22.704 41.701-52.11 49.97-85.232 2.807-11.244 4.533-22.917 5.060-34.901-14.965 5.268-31.061 8.133-47.827 8.133-79.529 0-144-64.471-144-144 0-16.766 2.865-32.863 8.133-47.827-11.984 0.527-23.656 2.253-34.901 5.060-76.535 19.106-133.232 88.316-133.232 170.768 0 13.674 1.559 26.984 4.51 39.761-30.227-15.202-64.369-23.761-100.51-23.761-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.752-49.341-21.807-93.757-55.181-125.265v0 0zM783.265 315.986v0 0c-27.458-17.709-60.162-27.986-95.265-27.986-33.877 0-65.518 9.571-92.367 26.157-9.765-13.085-20.926-25.066-33.262-35.725-11.699-20.822-18.371-44.848-18.371-70.432 0-62.763 40.153-116.148 96.173-135.867-0.115 2.608-0.173 5.231-0.173 7.867 0 97.202 78.798 176 176 176 2.636 0 5.259-0.058 7.867-0.173-8.243 23.417-22.368 44.061-40.602 60.159zM224 923.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM256.305 921.6c-0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0zM448 955.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM480.305 953.6c0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0zM672 923.429v0c-0 35.657 26.682 68.571 80.337 68.571s79.663-35.657 79.663-68.571c-0-46.195-79.663-123.429-79.663-123.429s-80.337 77.233-80.337 123.429zM704.305 921.6c0-22.399 48.032-74.275 48.032-74.275s48.065 51.876 48.065 74.275c0 24.071-21.422 38.4-48.065 38.4s-48.032-10.408-48.032-38.4v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-raindrops"],"grid":32},"attrs":[],"properties":{"id":433,"order":270,"prevSize":32,"code":59869,"name":"cloud-moon-raindrops"},"setIdx":1,"setId":8,"iconIdx":432},{"icon":{"paths":["M808.798 336v0c33.374 31.508 54.429 75.924 55.181 125.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 36.141 0 70.283 8.559 100.51 23.761-2.951-12.777-4.51-26.087-4.51-39.761 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901-8.268 33.122-25.921 62.529-49.97 85.232zM783.265 315.986c18.234-16.098 32.359-36.742 40.602-60.159-2.608 0.115-5.231 0.173-7.867 0.173-97.202 0-176-78.798-176-176 0-2.636 0.058-5.259 0.173-7.867-56.019 19.719-96.173 73.104-96.173 135.867 0 25.584 6.672 49.61 18.371 70.432 12.336 10.658 23.497 22.64 33.262 35.725 26.849-16.586 58.49-26.157 92.367-26.157 35.104 0 67.807 10.277 95.265 27.986v0zM224 923.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0zM448 955.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0zM672 923.429c0-46.195 80.337-123.429 80.337-123.429s79.663 77.233 79.663 123.429c0 32.915-26.008 68.571-79.663 68.571s-80.337-32.915-80.337-68.571v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-raindrops"],"grid":32},"attrs":[],"properties":{"id":434,"order":269,"prevSize":32,"code":59870,"name":"cloud-moon-raindrops1"},"setIdx":1,"setId":8,"iconIdx":433},{"icon":{"paths":["M227.232 483.269c-56.845 13.107-99.232 64.079-99.232 124.731 0 70.692 57.534 128 128.090 128h543.82c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0zM863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0 0zM352 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM736 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM544 884.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-snowflakes"],"grid":32},"attrs":[],"properties":{"id":435,"order":268,"prevSize":32,"code":59871,"name":"cloud-snowflakes"},"setIdx":1,"setId":8,"iconIdx":434},{"icon":{"paths":["M863.979 461.265c56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831v0c-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265v0zM352 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM736 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM544 884.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-snowflakes"],"grid":32},"attrs":[],"properties":{"id":436,"order":267,"prevSize":32,"code":59872,"name":"cloud-snowflakes1"},"setIdx":1,"setId":8,"iconIdx":435},{"icon":{"paths":["M227.232 483.269v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM798.509 327.012c0.983-7.531 1.491-15.212 1.491-23.012 0-97.202-78.798-176-176-176-70.49 0-131.301 41.44-159.401 101.287v0c-15.648-3.461-31.91-5.287-48.599-5.287-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.826-54.236-26.185-102.522-65.47-134.253v0 0zM767.966 307.173v0 0c-23.994-12.259-51.172-19.173-79.966-19.173-33.877 0-65.518 9.571-92.367 26.157-25.253-33.838-59.843-60.3-99.953-75.57 23.827-46.648 72.344-78.586 128.319-78.586 79.529 0 144 64.471 144 144 0 1.060-0.011 2.118-0.034 3.173zM352 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM736 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM544 884.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-snowflakes"],"grid":32},"attrs":[],"properties":{"id":437,"order":266,"prevSize":32,"code":59873,"name":"cloud-sun-snowflakes"},"setIdx":1,"setId":8,"iconIdx":436},{"icon":{"paths":["M798.509 327.012v0c39.285 31.731 64.644 80.018 65.47 134.253 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 16.689 0 32.952 1.825 48.599 5.287v0c28.1-59.847 88.911-101.287 159.401-101.287 97.202 0 176 78.798 176 176 0 7.799-0.507 15.48-1.491 23.012zM767.966 307.173c0.023-1.055 0.034-2.113 0.034-3.173 0-79.529-64.471-144-144-144-55.976 0-104.492 31.939-128.319 78.586 40.109 15.27 74.699 41.732 99.953 75.57 26.849-16.586 58.49-26.157 92.367-26.157 28.793 0 55.972 6.914 79.966 19.173v0zM352 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM736 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM544 884.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM624 0c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM839.458 89.245c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM928.703 304.703c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM408.542 89.245c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-sun-snowflakes"],"grid":32},"attrs":[],"properties":{"id":438,"order":265,"prevSize":32,"code":59874,"name":"cloud-sun-snowflakes1"},"setIdx":1,"setId":8,"iconIdx":437},{"icon":{"paths":["M227.232 483.096v0c-2.123-11.433-3.232-23.221-3.232-35.269 0-106.039 85.961-192 192-192 74.764 0 139.548 42.733 171.258 105.107 25.969-25.429 61.525-41.107 100.742-41.107 79.529 0 144 64.471 144 144 0 6.692-0.457 13.278-1.34 19.727v0c55.786 13.784 97.34 64.195 97.34 124.273 0 70.549-57.348 128-128.090 128h-543.82c-70.556 0-128.090-57.308-128.090-128 0-60.652 42.388-111.624 99.232-124.731zM808.798 335.827c24.049-22.704 41.701-52.11 49.97-85.232 2.807-11.244 4.533-22.917 5.060-34.901-14.965 5.268-31.061 8.133-47.827 8.133-79.529 0-144-64.471-144-144 0-16.766 2.865-32.863 8.133-47.827-11.984 0.527-23.656 2.253-34.901 5.060-76.535 19.106-133.232 88.316-133.232 170.768 0 13.674 1.559 26.984 4.51 39.761-30.227-15.202-64.369-23.761-100.51-23.761-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169-56.712 24.642-96.381 81.203-96.381 146.831 0 88.366 71.44 160 159.982 160h544.036c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735-0.752-49.341-21.807-93.757-55.181-125.265v0 0zM783.265 315.814v0 0c-27.458-17.709-60.162-27.986-95.265-27.986-33.877 0-65.518 9.571-92.367 26.157-9.765-13.085-20.926-25.066-33.262-35.725-11.699-20.822-18.371-44.848-18.371-70.432 0-62.763 40.153-116.148 96.173-135.867-0.115 2.608-0.173 5.231-0.173 7.867 0 97.202 78.798 176 176 176 2.636 0 5.259-0.058 7.867-0.173-8.243 23.417-22.368 44.061-40.602 60.159zM352 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM736 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM544 884.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-snowflakes"],"grid":32},"attrs":[],"properties":{"id":439,"order":264,"prevSize":32,"code":59875,"name":"cloud-moon-snowflakes"},"setIdx":1,"setId":8,"iconIdx":438},{"icon":{"paths":["M808.798 335.827v0c33.374 31.508 54.429 75.924 55.181 125.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 36.141 0 70.283 8.559 100.51 23.761-2.951-12.777-4.51-26.087-4.51-39.761 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901-8.268 33.122-25.921 62.529-49.97 85.232zM783.265 315.814c18.234-16.098 32.359-36.742 40.602-60.159-2.608 0.115-5.231 0.173-7.867 0.173-97.202 0-176-78.798-176-176 0-2.636 0.058-5.259 0.173-7.867-56.019 19.719-96.173 73.104-96.173 135.867 0 25.584 6.672 49.61 18.371 70.432 12.336 10.658 23.497 22.64 33.262 35.725 26.849-16.586 58.49-26.157 92.367-26.157 35.104 0 67.807 10.277 95.265 27.986v0zM352 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM736 852.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18zM544 884.287v-36.361c0-8.796-7.422-15.926-16-15.926-8.837 0-16 6.875-16 15.926v36.361l-31.489-18.18c-7.617-4.398-17.504-1.536-21.793 5.893-4.418 7.653-2.046 17.294 5.793 21.82l31.489 18.18-31.489 18.18c-7.617 4.398-10.082 14.391-5.793 21.82 4.418 7.653 13.954 10.419 21.793 5.893l31.489-18.18v36.361c0 8.796 7.422 15.926 16 15.926 8.837 0 16-6.875 16-15.926v-36.361l31.489 18.18c7.617 4.398 17.504 1.536 21.793-5.893 4.418-7.653 2.046-17.294-5.793-21.82l-31.489-18.18 31.489-18.18c7.617-4.398 10.082-14.391 5.793-21.82-4.418-7.653-13.954-10.419-21.793-5.893l-31.489 18.18z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-moon-snowflakes"],"grid":32},"attrs":[],"properties":{"id":440,"order":263,"prevSize":32,"code":59876,"name":"cloud-moon-snowflakes1"},"setIdx":1,"setId":8,"iconIdx":439},{"icon":{"paths":["M264.562 768h-24.356c-26.623 0-48.206 21.306-48.206 48 0 26.51 21.489 48 48.206 48h255.588c26.623 0 48.206-21.306 48.206-48 0-26.51-21.489-48-48.206-48h-15.794c0-35.346-28.654-64-64-64-13.173 0-25.417 3.98-35.594 10.803-8.747-24.929-32.489-42.803-60.406-42.803-35.346 0-64 28.654-64 64 0 11.657 3.117 22.586 8.562 32v0zM506.797 736.745c21.726 2.965 40.65 14.585 53.191 31.255h239.921c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273v0c0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269v0c-56.845 13.107-99.232 64.079-99.232 124.731 0 47.691 26.185 89.29 64.887 111.311v0c9.107-6.62 19.671-11.367 31.126-13.692-0.009-0.539-0.013-1.078-0.013-1.619 0-53.019 42.981-96 96-96 29.659 0 56.177 13.45 73.786 34.583 7.13-1.689 14.567-2.583 22.214-2.583 42.077 0 77.831 27.070 90.797 64.745v0 0zM170.899 775.573c-45.038-28.306-74.899-78.443-74.899-135.573 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 41.228 0 79.855 11.138 113.036 30.57 11.507-14.626 28.024-25.103 46.978-28.951v0c-0.009-0.539-0.013-1.078-0.013-1.619 0-53.019 42.981-96 96-96 29.659 0 56.177 13.45 73.786 34.583 7.13-1.689 14.567-2.583 22.214-2.583 42.077 0 77.831 27.070 90.797 64.745v0c39.151 5.343 69.203 38.791 69.203 79.255 0 44.491-35.911 80-80.209 80h-2.982c11.881 23.241 18.746 49.472 19.17 77.265 56.585 24.664 96.021 81.082 96.021 146.735 0 88.186-71.626 160-159.982 160h-225.619c1.050 5.17 1.601 10.521 1.601 16 0 44.491-35.911 80-80.209 80h-255.582c-44.381 0-80.209-35.817-80.209-80 0-14.794 3.97-28.594 10.899-40.427v0 0zM823.771 384h24.023c26.623 0 48.206-21.306 48.206-48 0-26.51-21.489-48-48.206-48h-15.794c0-35.346-28.654-64-64-64-13.173 0-25.417 3.98-35.594 10.803-8.747-24.929-32.489-42.803-60.406-42.803-35.346 0-64 28.654-64 64 0 11.657 3.117 22.586 8.562 32v0h-24.356c-14.679 0-27.825 6.476-36.666 16.761v0c15.071 12.016 28.556 25.936 40.094 41.395 26.849-16.586 58.49-26.157 92.367-26.157 54.654 0 103.489 24.912 135.771 64v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["clouds"],"grid":32},"attrs":[],"properties":{"id":441,"order":262,"prevSize":32,"code":59877,"name":"clouds"},"setIdx":1,"setId":8,"iconIdx":440},{"icon":{"paths":["M506.797 736.745c39.151 5.343 69.203 38.791 69.203 79.255 0 44.491-35.911 80-80.209 80h-255.582c-44.381 0-80.209-35.817-80.209-80 0-38.919 27.479-70.964 64.013-78.381v0c-0.009-0.539-0.013-1.078-0.013-1.619 0-53.019 42.981-96 96-96 29.659 0 56.177 13.45 73.786 34.583 7.13-1.689 14.567-2.583 22.214-2.583 42.077 0 77.831 27.070 90.797 64.745v0zM529.721 709.192c40.305 12.779 70.961 47.865 77.139 90.808v0h193.159c88.356 0 159.982-71.814 159.982-160 0-65.653-39.435-122.071-96.021-146.735v0c-1.462-95.941-79.69-173.265-175.979-173.265-33.877 0-65.518 9.571-92.367 26.157-40.84-54.724-106.099-90.157-179.633-90.157-123.712 0-224 100.288-224 224 0 4.421 0.128 8.812 0.381 13.169v0c-56.712 24.642-96.381 81.203-96.381 146.831 0 45.569 18.999 86.689 49.544 115.83 11.657-18.256 28.458-32.922 48.357-41.932v0c10.471-60.16 62.944-105.898 126.099-105.898 32.707 0 62.548 12.267 85.175 32.451 3.569-0.299 7.179-0.451 10.825-0.451 49.491 0 92.421 28.088 113.721 69.192v0 0zM877.596 410.334c29.54-11.728 50.404-40.422 50.404-74.334 0-40.465-30.052-73.913-69.203-79.255v0c-12.966-37.675-48.72-64.745-90.797-64.745-7.646 0-15.084 0.894-22.214 2.583-17.61-21.133-44.127-34.583-73.786-34.583-53.019 0-96 42.981-96 96 0 0.541 0.004 1.080 0.013 1.619v0c-7.41 1.504-14.447 4.022-20.958 7.404 17.842 11.565 34.153 25.29 48.563 40.805 25.789-11.46 54.342-17.828 84.382-17.828 84.336 0 156.949 50.192 189.596 122.334v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["clouds"],"grid":32},"attrs":[],"properties":{"id":442,"order":261,"prevSize":32,"code":59878,"name":"clouds1"},"setIdx":1,"setId":8,"iconIdx":441},{"icon":{"paths":["M698.768 570.595v0c2.807-11.244 4.533-22.917 5.060-34.901-14.965 5.268-31.061 8.133-47.827 8.133-79.529 0-144-64.471-144-144 0-16.766 2.865-32.863 8.133-47.827-11.984 0.527-23.656 2.253-34.901 5.060-76.535 19.106-133.232 88.316-133.232 170.768 0 97.202 78.798 176 176 176 82.452 0 151.662-56.698 170.768-133.232zM384 527.827c0-62.763 40.153-116.148 96.173-135.867-0.115 2.608-0.173 5.231-0.173 7.867 0 97.202 78.798 176 176 176 2.636 0 5.259-0.058 7.867-0.173-19.719 56.019-73.104 96.173-135.867 96.173-79.529 0-144-64.471-144-144v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["moon"],"grid":32},"attrs":[],"properties":{"id":457,"order":284,"prevSize":32,"code":59879,"name":"moon"},"setIdx":1,"setId":8,"iconIdx":456},{"icon":{"paths":["M698.768 570.595c-19.106 76.535-88.316 133.232-170.768 133.232-97.202 0-176-78.798-176-176 0-82.452 56.698-151.662 133.232-170.768 11.244-2.807 22.917-4.533 34.901-5.060-5.268 14.965-8.133 31.061-8.133 47.827 0 79.529 64.471 144 144 144 16.766 0 32.863-2.865 47.827-8.133-0.527 11.984-2.253 23.656-5.060 34.901z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["moon"],"grid":32},"attrs":[],"properties":{"id":458,"order":283,"prevSize":32,"code":59880,"name":"moon1"},"setIdx":1,"setId":8,"iconIdx":457},{"icon":{"paths":["M528.93 704v0c-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176s-78.798 176-176 176zM528.93 672c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144s64.471 144 144 144v0zM528.93 224c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM744.548 313.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM833.859 528.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM744.548 744.548c6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104v0zM528.93 833.859c8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852v0zM313.312 744.548c6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523v0zM224 528.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0zM313.312 313.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sun"],"grid":32},"attrs":[],"properties":{"id":459,"order":271,"prevSize":32,"code":59881,"name":"sun"},"setIdx":1,"setId":8,"iconIdx":458},{"icon":{"paths":["M528.93 704c97.202 0 176-78.798 176-176s-78.798-176-176-176c-97.202 0-176 78.798-176 176s78.798 176 176 176v0zM528.93 224c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM744.548 313.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM833.859 528.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM744.548 744.548c6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104v0zM528.93 833.859c8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852v0zM313.312 744.548c6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523v0zM224 528.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0zM313.312 313.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sun"],"grid":32},"attrs":[],"properties":{"id":460,"order":272,"prevSize":32,"code":59882,"name":"sun1"},"setIdx":1,"setId":8,"iconIdx":459},{"icon":{"paths":["M241.192 704c-8.982 0-16.263 7.422-16.263 16 0 8.837 7.252 16 16.263 16h194.404l93.333-80 93.333 80h194.404c8.982 0 16.263-7.422 16.263-16 0-8.837-7.252-16-16.263-16h-175.737l-112-96-112 96h-175.737zM703.283 640c0.475-5.27 0.717-10.607 0.717-16 0-97.202-78.798-176-176-176s-176 78.798-176 176c0 5.393 0.243 10.73 0.717 16h32.161c-0.581-5.253-0.879-10.592-0.879-16 0-79.529 64.471-144 144-144s144 64.471 144 144c0 5.408-0.298 10.747-0.879 16h32.161zM528.93 320c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0 0zM744.548 409.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0 0zM833.859 624.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0 0zM224 624.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0 0zM313.312 409.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sunrise"],"grid":32},"attrs":[],"properties":{"id":461,"order":273,"prevSize":32,"code":59883,"name":"sunrise"},"setIdx":1,"setId":8,"iconIdx":460},{"icon":{"paths":["M435.596 640h-81.949c-0.475-5.27-0.717-10.607-0.717-16 0-97.202 78.798-176 176-176s176 78.798 176 176c0 5.393-0.243 10.73-0.717 16v0h-81.949l-93.333-80-93.333 80zM528.93 320c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0 0zM744.548 409.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0 0zM833.859 624.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0 0zM224 624.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0 0zM242.122 704c-8.982 0-16.263 7.422-16.263 16 0 8.837 7.252 16 16.263 16h194.404l93.333-80 93.333 80h194.404c8.982 0 16.263-7.422 16.263-16 0-8.837-7.252-16-16.263-16h-175.737l-112-96-112 96h-175.737zM313.312 409.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sunrise"],"grid":32},"attrs":[],"properties":{"id":462,"order":274,"prevSize":32,"code":59884,"name":"sunrise1"},"setIdx":1,"setId":8,"iconIdx":461},{"icon":{"paths":["M704.212 576c0.475-5.27 0.717-10.607 0.717-16 0-97.202-78.798-176-176-176s-176 78.798-176 176c0 5.393 0.243 10.73 0.717 16h32.161c-0.581-5.253-0.879-10.592-0.879-16 0-79.529 64.471-144 144-144s144 64.471 144 144c0 5.408-0.298 10.747-0.879 16h32.161zM528.93 256c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0 0zM744.548 345.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0 0zM833.859 560.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0 0zM224 560.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0 0zM313.312 345.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0 0zM241.192 672c-8.982 0-16.263-7.422-16.263-16 0-8.837 7.252-16 16.263-16h194.404l93.333 80 93.333-80h194.404c8.982 0 16.263 7.422 16.263 16 0 8.837-7.252 16-16.263 16h-175.737l-112 96-112-96h-175.737z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sunset"],"grid":32},"attrs":[],"properties":{"id":463,"order":275,"prevSize":32,"code":59885,"name":"sunset"},"setIdx":1,"setId":8,"iconIdx":462},{"icon":{"paths":["M703.283 576c0.475-5.27 0.717-10.607 0.717-16 0-97.202-78.798-176-176-176s-176 78.798-176 176c0 5.393 0.243 10.73 0.717 16h350.565zM528 256c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0 0zM743.618 345.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0 0zM832.93 560.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0 0zM223.070 560.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0 0zM312.382 345.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0 0zM241.192 672c-8.982 0-16.263-7.422-16.263-16 0-8.837 7.252-16 16.263-16h194.404l93.333 80 93.333-80h194.404c8.982 0 16.263 7.422 16.263 16 0 8.837-7.252 16-16.263 16h-175.737l-112 96-112-96h-175.737z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sunset"],"grid":32},"attrs":[],"properties":{"id":464,"order":276,"prevSize":32,"code":59886,"name":"sunset1"},"setIdx":1,"setId":8,"iconIdx":463},{"icon":{"paths":["M704.212 640c0.475-5.27 0.717-10.607 0.717-16 0-97.202-78.798-176-176-176s-176 78.798-176 176c0 5.393 0.243 10.73 0.717 16h32.161c-0.581-5.253-0.879-10.592-0.879-16 0-79.529 64.471-144 144-144s144 64.471 144 144c0 5.408-0.298 10.747-0.879 16h32.161zM528.93 320c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM744.548 409.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM833.859 624.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM224 624.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0zM313.312 409.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0zM241.192 704c-8.982 0-16.263 7.422-16.263 16v0c0 8.837 7.252 16 16.263 16h575.475c8.982 0 16.263-7.422 16.263-16v0c0-8.837-7.252-16-16.263-16h-575.475z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sunset"],"grid":32},"attrs":[],"properties":{"id":465,"order":277,"prevSize":32,"code":59887,"name":"sunset2"},"setIdx":1,"setId":8,"iconIdx":464},{"icon":{"paths":["M704.212 640c0.475-5.27 0.717-10.607 0.717-16 0-97.202-78.798-176-176-176s-176 78.798-176 176c0 5.393 0.243 10.73 0.717 16h350.565zM528.93 320c-8.837 0-16 6.904-16 15.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852v0zM744.548 409.312c-6.248-6.248-16.196-6.432-22.523-0.104l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523v0zM833.859 624.93c0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16v0zM224 624.93c0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16h-64.295c-8.755 0-15.852 7.422-15.852 16v0zM313.312 409.312c-6.248 6.248-6.432 16.196-0.104 22.523l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104v0zM241.192 704c-8.982 0-16.263 7.422-16.263 16v0c0 8.837 7.252 16 16.263 16h575.475c8.982 0 16.263-7.422 16.263-16v0c0-8.837-7.252-16-16.263-16h-575.475z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sunset"],"grid":32},"attrs":[],"properties":{"id":466,"order":278,"prevSize":32,"code":59888,"name":"sunset3"},"setIdx":1,"setId":8,"iconIdx":465},{"icon":{"paths":["M512 352c276.277 0 501.444 218.823 511.64 492.607 0.236 1.094 0.36 2.229 0.36 3.393 0 8.837-7.163 16-16 16s-16-7.163-16-16c-8.701-257.69-220.258-464-480-464s-471.299 206.31-479.738 464c-0.262 8.837-7.425 16-16.262 16s-16-7.163-16-16c0-1.164 0.124-2.299 0.36-3.393 10.195-273.784 235.363-492.607 511.64-492.607v0zM512 416c240.831 0 437.277 190.030 447.576 428.324 0.278 1.18 0.424 2.411 0.424 3.676 0 8.837-7.163 16-16 16s-16-7.163-16-16c-8.71-222.336-191.607-400-416-400s-407.29 177.664-415.698 400c-0.302 8.837-7.465 16-16.302 16s-16-7.163-16-16c0-1.265 0.147-2.496 0.424-3.676 10.298-238.294 206.745-428.324 447.576-428.324v0zM512 480c205.356 0 373.063 161.199 383.486 363.962 0.335 1.29 0.514 2.643 0.514 4.038 0 8.837-7.163 16-16 16s-16-7.163-16-16c-8.722-186.978-162.958-336-352-336s-343.278 149.022-351.643 336c-0.357 8.837-7.521 16-16.357 16s-16-7.163-16-16c0-1.395 0.178-2.748 0.514-4.038 10.423-202.764 178.13-363.962 383.486-363.962v0zM16.085 896c-8.883 0-16.085 7.422-16.085 16 0 8.837 7.086 16 16.085 16h991.831c8.883 0 16.085-7.422 16.085-16 0-8.837-7.086-16-16.085-16h-991.831zM896 400c0-97.202-78.798-176-176-176-69.3 0-129.245 40.053-157.95 98.272 11.477 1.047 22.852 2.45 34.112 4.199 25.109-42.197 71.172-70.471 123.838-70.471 79.529 0 144 64.471 144 144 0 15.199-2.355 29.848-6.719 43.602 8.848 7.275 17.462 14.825 25.83 22.635 8.311-20.446 12.89-42.807 12.89-66.237v0zM704 111.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852-8.837 0-16 6.904-16 15.852v0zM913.095 185.208l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523-6.248-6.248-16.196-6.432-22.523-0.104v0zM1009.077 384.93h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16v0zM504.278 207.835l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104-6.248 6.248-6.432 16.196-0.104 22.523v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["rainbow"],"grid":32},"attrs":[],"properties":{"id":469,"order":280,"prevSize":32,"code":59889,"name":"rainbow"},"setIdx":1,"setId":8,"iconIdx":468},{"icon":{"paths":["M512 352c276.277 0 501.444 218.823 511.64 492.607 0.236 1.094 0.36 2.229 0.36 3.393 0 8.837-7.163 16-16 16s-16-7.163-16-16c-8.701-257.69-220.258-464-480-464s-471.299 206.31-479.738 464c-0.262 8.837-7.425 16-16.262 16s-16-7.163-16-16c0-1.164 0.124-2.299 0.36-3.393 10.195-273.784 235.363-492.607 511.64-492.607v0zM512 416c240.831 0 437.277 190.030 447.576 428.324 0.278 1.18 0.424 2.411 0.424 3.676 0 8.837-7.163 16-16 16s-16-7.163-16-16c-8.71-222.336-191.607-400-416-400s-407.29 177.664-415.698 400c-0.302 8.837-7.465 16-16.302 16s-16-7.163-16-16c0-1.265 0.147-2.496 0.424-3.676 10.298-238.294 206.745-428.324 447.576-428.324v0zM512 480c205.356 0 373.063 161.199 383.486 363.962 0.335 1.29 0.514 2.643 0.514 4.038 0 8.837-7.163 16-16 16s-16-7.163-16-16c-8.722-186.978-162.958-336-352-336s-343.278 149.022-351.643 336c-0.357 8.837-7.521 16-16.357 16s-16-7.163-16-16c0-1.395 0.178-2.748 0.514-4.038 10.423-202.764 178.13-363.962 383.486-363.962v0zM16.085 896c-8.883 0-16.085 7.422-16.085 16 0 8.837 7.086 16 16.085 16h991.831c8.883 0 16.085-7.422 16.085-16 0-8.837-7.086-16-16.085-16h-991.831zM896 400c0-97.202-78.798-176-176-176-69.3 0-129.245 40.053-157.95 98.272 123.628 11.277 235.3 63.918 321.060 143.965 8.311-20.446 12.89-42.807 12.89-66.237v0zM704 111.852v64.295c0 8.755 7.422 15.852 16 15.852 8.837 0 16-6.904 16-15.852v-64.295c0-8.755-7.422-15.852-16-15.852-8.837 0-16 6.904-16 15.852v0zM913.095 185.208l-45.464 45.464c-6.191 6.191-5.961 16.457 0.104 22.523 6.248 6.248 16.196 6.432 22.523 0.104l45.464-45.464c6.191-6.191 5.961-16.457-0.104-22.523-6.248-6.248-16.196-6.432-22.523-0.104v0zM1009.077 384.93h-64.295c-8.755 0-15.852 7.422-15.852 16 0 8.837 6.904 16 15.852 16h64.295c8.755 0 15.852-7.422 15.852-16 0-8.837-6.904-16-15.852-16v0zM504.278 207.835l45.464 45.464c6.191 6.191 16.457 5.961 22.523-0.104 6.248-6.248 6.432-16.196 0.104-22.523l-45.464-45.464c-6.191-6.191-16.457-5.961-22.523 0.104-6.248 6.248-6.432 16.196-0.104 22.523v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["rainbow"],"grid":32},"attrs":[],"properties":{"id":470,"order":279,"prevSize":32,"code":59890,"name":"rainbow1"},"setIdx":1,"setId":8,"iconIdx":469},{"icon":{"paths":["M944 384c44.183 0 80 28.654 80 64 0-173.277-213.472-314.387-480-319.837v-48.183c0-8.826-7.422-15.98-16-15.98-8.837 0-16 6.916-16 15.98v48.183c-266.528 5.449-480 146.559-480 319.837 0-35.346 35.817-64 80-64s80 28.654 80 64c0-35.346 35.817-64 80-64s80 28.654 80 64c0-35.346 35.817-64 80-64s80 28.654 80 64v448.295c0 17.274-14.327 31.705-32 31.705-17.796 0-32-14.195-32-31.705v-48.145c0-8.919-7.422-16.15-16-16.15-8.837 0-16 6.849-16 16.15v47.817c0 35.365 28.407 64.033 64 64.033 35.346 0 64-28.407 64-64v-448c0-35.346 35.817-64 80-64s80 28.654 80 64c0-35.346 35.817-64 80-64s80 28.654 80 64c0-35.346 35.817-64 80-64v0zM512 380.814c-20.328-17.781-48.661-28.814-80-28.814-28.608 0-54.71 9.193-74.506 24.321v0c18.19-116.206 79.577-204.098 154.506-215.147v219.64zM544 380.814v-219.64c74.928 11.049 136.315 98.941 154.506 215.147-19.796-15.128-45.898-24.321-74.506-24.321-31.339 0-59.672 11.033-80 28.814zM327.164 364.433c-16.283-7.914-35.108-12.433-55.164-12.433-25.623 0-49.237 7.375-68.108 19.784v0c29.361-91.943 110.55-165.53 214.975-196.252-44.434 42.214-77.766 109.434-91.702 188.901v0 0zM728.836 364.433v0 0c-13.936-79.467-47.269-146.687-91.702-188.901 104.425 30.723 185.614 104.309 214.975 196.252-18.872-12.409-42.485-19.784-68.108-19.784-20.056 0-38.881 4.519-55.164 12.433zM171.927 366.883c-17.329-9.425-37.884-14.883-59.927-14.883-7.78 0-15.375 0.68-22.709 1.974 37.069-66.646 112.447-122.207 209.795-156.543-61.348 42.436-106.758 101.549-127.159 169.452v0 0zM756.914 197.431c97.348 34.336 172.725 89.898 209.795 156.543-7.333-1.294-14.928-1.974-22.709-1.974-22.043 0-42.598 5.458-59.927 14.883-20.401-67.904-65.811-127.017-127.159-169.452v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["umbrella"],"grid":32},"attrs":[],"properties":{"id":471,"order":281,"prevSize":32,"code":59891,"name":"umbrella"},"setIdx":1,"setId":8,"iconIdx":470},{"icon":{"paths":["M864 448h160c0-35.346-35.817-64-80-64s-80 28.654-80 64v0zM864 448c0-35.346-35.817-64-80-64s-80 28.654-80 64c0-35.346-35.817-64-80-64s-80 28.654-80 64v0 448c0 35.593-28.654 64-64 64-35.593 0-64-28.669-64-64.033v-47.817c0-9.301 7.163-16.15 16-16.15 8.578 0 16 7.231 16 16.15v48.145c0 17.51 14.204 31.705 32 31.705 17.673 0 32-14.431 32-31.705v-448.295c0-35.346-35.817-64-80-64s-80 28.654-80 64c0-35.346-35.817-64-80-64s-80 28.654-80 64c0-35.346-35.817-64-80-64s-80 28.654-80 64c0-173.277 213.472-314.387 480-319.837v-48.183c0-9.064 7.163-15.98 16-15.98 8.578 0 16 7.155 16 15.98v48.183c266.528 5.449 480 146.559 480 319.837h-160z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["umbrella"],"grid":32},"attrs":[],"properties":{"id":472,"order":282,"prevSize":32,"code":59892,"name":"umbrella1"},"setIdx":1,"setId":8,"iconIdx":471},{"icon":{"paths":["M288 368v0c-0 41.6 26.682 80 80.337 80s79.663-41.6 79.663-80c-0-53.895-79.663-144-79.663-144s-80.337 90.105-80.337 144zM608 496v0c-0 41.6 26.682 80 80.337 80s79.663-41.6 79.663-80c-0-53.895-79.663-144-79.663-144s-80.337 90.105-80.337 144zM384 752v0c-0 41.6 26.682 80 80.337 80s79.663-41.6 79.663-80c-0-53.895-79.663-144-79.663-144s-80.337 90.105-80.337 144zM640 496c-0-32 48.337-92.8 48.337-92.8s47.663 60.8 47.663 92.8c0 38.4-26.008 48-47.663 48s-48.337-9.6-48.337-48v0zM320 368c-0-32 48.337-92.8 48.337-92.8s47.663 60.8 47.663 92.8c0 38.4-26.008 48-47.663 48s-48.337-9.6-48.337-48v0zM416 752c-0-32 48.337-92.8 48.337-92.8s47.663 60.8 47.663 92.8c0 38.4-26.008 48-47.663 48s-48.337-9.6-48.337-48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["raindrops"],"grid":32},"attrs":[],"properties":{"id":473,"order":228,"prevSize":32,"code":59893,"name":"raindrops"},"setIdx":1,"setId":8,"iconIdx":472},{"icon":{"paths":["M288 368c0-53.895 80.337-144 80.337-144s79.663 90.105 79.663 144c0 38.4-26.008 80-79.663 80s-80.337-38.4-80.337-80v0zM608 496c0-53.895 80.337-144 80.337-144s79.663 90.105 79.663 144c0 38.4-26.008 80-79.663 80s-80.337-38.4-80.337-80v0zM384 752c0-53.895 80.337-144 80.337-144s79.663 90.105 79.663 144c0 38.4-26.008 80-79.663 80s-80.337-38.4-80.337-80v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["raindrops"],"grid":32},"attrs":[],"properties":{"id":474,"order":227,"prevSize":32,"code":59894,"name":"raindrops1"},"setIdx":1,"setId":8,"iconIdx":473},{"icon":{"paths":["M384 582.737v0c0 66.972 57.308 121.263 128 121.263s128-54.291 128-121.263c0-80.842-128-262.737-128-262.737s-128 181.895-128 262.737zM416 582.737c0-54.737 96-205.137 96-205.137s96 150.4 96 205.137c0 57.263-57.308 89.263-96 89.263s-96-32-96-89.263v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["raindrop"],"grid":32},"attrs":[],"properties":{"id":475,"order":229,"prevSize":32,"code":59895,"name":"raindrop"},"setIdx":1,"setId":8,"iconIdx":474},{"icon":{"paths":["M384 582.737c0-80.842 128-262.737 128-262.737s128 181.895 128 262.737c0 66.972-57.308 121.263-128 121.263s-128-54.291-128-121.263z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["raindrop"],"grid":32},"attrs":[],"properties":{"id":476,"order":230,"prevSize":32,"code":59896,"name":"raindrop1"},"setIdx":1,"setId":8,"iconIdx":475},{"icon":{"paths":["M480.591 415.214c-139.756-38.513-336.804-36.714-438.171-19.633-12.241 2.063-14.162 58.331-3.276 60.299 20.035 8.102 28.583 28.322 28.583 28.322s5.982 17.941 23.356 90.905c17.373 72.964 58.791 81.713 58.791 81.713s50.693 12.544 109.171 12.544c58.478 0 93.459-2.659 130.91-21.391s53.819-70.904 53.819-70.904c0 0 18.869-44.955 31.86-87.374 4.074-13.302 66.066-13.302 70.14 0 12.991 42.418 31.86 87.374 31.86 87.374s16.369 52.171 53.819 70.904c37.451 18.733 72.432 21.391 130.91 21.391s109.171-12.544 109.171-12.544c0 0 41.418-8.749 58.791-81.713s23.356-90.905 23.356-90.905c0 0 8.548-20.219 28.583-28.322 10.886-1.969 8.965-58.237-3.276-60.299-101.367-17.081-298.416-18.88-438.171 19.633-9.484 2.172-50.741 2.172-60.225 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sunglasses"],"grid":32},"attrs":[],"properties":{"id":478,"order":226,"prevSize":32,"code":59897,"name":"sunglasses"},"setIdx":1,"setId":8,"iconIdx":477},{"icon":{"paths":["M832.070 640v0 0c20.060 26.741 31.93 59.981 31.93 96 0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 24.023 0 47.162 3.782 68.856 10.782 16.405-61.489 72.485-106.782 139.144-106.782 24.846 0 48.222 6.292 68.621 17.37 27.464-48.579 79.592-81.37 139.379-81.37 88.366 0 160 71.634 160 160 0 12.079-1.339 23.846-3.876 35.16 57.18 12.931 99.876 64.018 99.876 124.84 0 70.692-57.611 128-128.306 128h-31.624zM800.103 608h64.083c52.828 0 95.814-42.981 95.814-96 0-52.911-42.898-96-95.814-96h-17.31c10.891-18.827 17.124-40.686 17.124-64 0-70.692-57.308-128-128-128-61.326 0-112.578 43.127-125.084 100.707-20.488-22.549-50.049-36.707-82.916-36.707-53.234 0-97.793 37.139-109.181 86.92 31.989 15.75 59.673 38.909 80.814 67.237 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265 11.475 5.002 22.245 11.309 32.124 18.735v0 0zM32 736c0 70.692 57.534 128 128.090 128h543.82c70.742 0 128.090-57.451 128.090-128 0-60.078-41.554-110.489-97.34-124.273 0.884-6.449 1.34-13.035 1.34-19.727 0-79.529-64.471-144-144-144-39.217 0-74.773 15.677-100.742 41.107-31.71-62.374-96.494-105.107-171.258-105.107-106.039 0-192 85.961-192 192 0 12.048 1.11 23.836 3.232 35.269-56.845 13.107-99.232 64.079-99.232 124.731v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["clouds"],"grid":32},"attrs":[],"properties":{"id":481,"order":222,"prevSize":32,"code":59898,"name":"clouds2"},"setIdx":1,"setId":8,"iconIdx":480},{"icon":{"paths":["M870.219 639.837c67.68-3.397 121.781-59.332 121.781-127.837 0-60.821-42.696-111.908-99.876-124.84 2.537-11.314 3.876-23.081 3.876-35.16 0-88.366-71.634-160-160-160-59.787 0-111.914 32.792-139.379 81.37-20.4-11.078-43.776-17.37-68.621-17.37-55.31 0-103.336 31.183-127.458 76.927 41.378 13.703 78.077 37.677 107.077 68.901 25.789-11.46 54.342-17.828 84.382-17.828 107.089 0 195.276 80.928 206.739 184.963 29.654 16.855 54.38 41.379 71.48 70.874v0 0zM864 736c0 88.186-71.626 160-159.982 160h-544.036c-88.542 0-159.982-71.634-159.982-160 0-65.628 39.669-122.189 96.381-146.831-0.253-4.357-0.381-8.748-0.381-13.169 0-123.712 100.288-224 224-224 73.534 0 138.793 35.433 179.633 90.157 26.849-16.586 58.49-26.157 92.367-26.157 96.289 0 174.518 77.324 175.979 173.265 56.585 24.664 96.021 81.082 96.021 146.735v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["clouds"],"grid":32},"attrs":[],"properties":{"id":482,"order":223,"prevSize":32,"code":59899,"name":"clouds3"},"setIdx":1,"setId":8,"iconIdx":481},{"icon":{"paths":["M960 448c0-70.692-57.451-128-128-128-70.692 0-128 57.261-128 128h32c0-53.019 43.089-96 96-96 53.019 0 96 43.089 96 96 0 53.019-42.98 96-96.254 96h-735.746v32h736.049c70.665 0 127.951-57.451 127.951-128v0zM672 416c0-53.019-43.089-96-96-96-53.019 0-96 42.946-96 95.725v0.275h32c0-35.346 28.407-64 64-64 35.346 0 64 28.407 64 64 0 35.346-28.706 64-64.187 64h-383.813v32h384.018c53.009 0 95.982-43.089 95.982-96v0zM800 672c0 35.346-28.407 64-64 64v0c-35.346 0-64-28.631-64-63.816v-0.184h32c0 17.673 14.204 32 32 32v0c17.673 0 32-14.204 32-32v0c0-17.673-14.365-32-32.239-32h-447.761v-32h448.19c35.241 0 63.81 28.407 63.81 64v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wind"],"grid":32},"attrs":[],"properties":{"id":487,"order":224,"prevSize":32,"code":59900,"name":"wind"},"setIdx":1,"setId":8,"iconIdx":486},{"icon":{"paths":["M960 448c0-70.692-57.451-128-128-128-70.692 0-128 57.261-128 128h64c0-35.346 28.407-64 64-64 35.346 0 64 28.407 64 64 0 35.346-28.472 64-64.115 64h-735.885v64h736.049c70.665 0 127.951-57.451 127.951-128v0zM672 320c0-70.692-57.451-128-128-128-70.692 0-128 57.261-128 127.907v0.093h64c0-35.346 28.407-64 64-64 35.346 0 64 28.407 64 64 0 35.346-28.706 64-64.187 64h-383.813v64h384.122c70.625 0 127.878-57.451 127.878-128v0zM832 736c0 53.019-43.089 96-96 96v0c-53.019 0-96-42.946-96-95.725v-0.275h64c0 17.673 14.204 32 32 32v0c17.673 0 32-14.204 32-32v0c0-17.673-14.365-32-32.239-32h-447.761v-64h447.996c53.022 0 96.004 43.089 96.004 96v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wind"],"grid":32},"attrs":[],"properties":{"id":488,"order":225,"prevSize":32,"code":59901,"name":"wind1"},"setIdx":1,"setId":8,"iconIdx":487},{"icon":{"paths":["M512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["full-moon"],"grid":32},"attrs":[],"properties":{"id":489,"order":206,"prevSize":32,"code":59902,"name":"full-moon"},"setIdx":1,"setId":8,"iconIdx":488},{"icon":{"paths":["M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192s192 85.961 192 192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["full-moon"],"grid":32},"attrs":[],"properties":{"id":490,"order":207,"prevSize":32,"code":59903,"name":"full-moon1"},"setIdx":1,"setId":8,"iconIdx":489},{"icon":{"paths":["M512 352l0.019 0c-0.006-0-0.013-0-0.019-0-53.019 0-96 71.634-96 160s42.981 160 96 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["crescent"],"grid":32},"attrs":[],"properties":{"id":491,"order":208,"prevSize":32,"code":59904,"name":"crescent"},"setIdx":1,"setId":8,"iconIdx":490},{"icon":{"paths":["M544 635.967c-10.228 2.632-20.95 4.033-32 4.033-70.692 0-128-57.308-128-128s57.308-128 128-128c11.050 0 21.772 1.4 32 4.033-55.207 14.209-96 64.325-96 123.967s40.793 109.758 96 123.967v0zM512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["crescent"],"grid":32},"attrs":[],"properties":{"id":492,"order":209,"prevSize":32,"code":59905,"name":"crescent1"},"setIdx":1,"setId":8,"iconIdx":491},{"icon":{"paths":["M512 704v0c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192s-85.961 192-192 192zM512 672v-320c-88.366 0-160 71.634-160 160s71.634 160 160 160v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["half-moon"],"grid":32},"attrs":[],"properties":{"id":493,"order":221,"prevSize":32,"code":59906,"name":"half-moon"},"setIdx":1,"setId":8,"iconIdx":492},{"icon":{"paths":["M512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0zM384 512c0-70.692 57.308-128 128-128v256c-70.692 0-128-57.308-128-128v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["half-moon"],"grid":32},"attrs":[],"properties":{"id":494,"order":219,"prevSize":32,"code":59907,"name":"half-moon1"},"setIdx":1,"setId":8,"iconIdx":493},{"icon":{"paths":["M512 352v0c53.019 0 96 71.634 96 160s-42.981 160-96 160c-88.366 0-160-71.634-160-160s71.634-160 160-160zM512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["gibbous-moon"],"grid":32},"attrs":[],"properties":{"id":495,"order":220,"prevSize":32,"code":59908,"name":"gibbous-moon"},"setIdx":1,"setId":8,"iconIdx":494},{"icon":{"paths":["M512 384v0c35.346 0 64 57.308 64 128s-28.654 128-64 128c-70.692 0-128-57.308-128-128s57.308-128 128-128zM512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["gibbous-moon"],"grid":32},"attrs":[],"properties":{"id":496,"order":218,"prevSize":32,"code":59909,"name":"gibbous-moon1"},"setIdx":1,"setId":8,"iconIdx":495},{"icon":{"paths":["M512 704v0c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192s-85.961 192-192 192zM512 672c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160s71.634 160 160 160v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["moon"],"grid":32},"attrs":[],"properties":{"id":497,"order":217,"prevSize":32,"code":59910,"name":"moon2"},"setIdx":1,"setId":8,"iconIdx":496},{"icon":{"paths":["M512 704v0c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192s-85.961 192-192 192zM512 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128s57.308 128 128 128v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["moon"],"grid":32},"attrs":[],"properties":{"id":498,"order":215,"prevSize":32,"code":59911,"name":"moon3"},"setIdx":1,"setId":8,"iconIdx":497},{"icon":{"paths":["M512 352v0c-53.019 0-96 71.634-96 160s42.981 160 96 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192s-85.961 192-192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["gibbous-moon"],"grid":32},"attrs":[],"properties":{"id":499,"order":216,"prevSize":32,"code":59912,"name":"gibbous-moon2"},"setIdx":1,"setId":8,"iconIdx":498},{"icon":{"paths":["M512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-35.346 0-64-57.308-64-128s28.654-128 64-128v0zM512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["gibbous-moon"],"grid":32},"attrs":[],"properties":{"id":500,"order":214,"prevSize":32,"code":59913,"name":"gibbous-moon3"},"setIdx":1,"setId":8,"iconIdx":499},{"icon":{"paths":["M512 704v0c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192zM512 672v-320c88.366 0 160 71.634 160 160s-71.634 160-160 160v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["half-moon"],"grid":32},"attrs":[],"properties":{"id":501,"order":213,"prevSize":32,"code":59916,"name":"half-moon2"},"setIdx":1,"setId":8,"iconIdx":500},{"icon":{"paths":["M512 704v0c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192s-85.961 192-192 192zM640 512c0-70.692-57.308-128-128-128v256c70.692 0 128-57.308 128-128v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["half-moon"],"grid":32},"attrs":[],"properties":{"id":502,"order":212,"prevSize":32,"code":59917,"name":"half-moon3"},"setIdx":1,"setId":8,"iconIdx":501},{"icon":{"paths":["M512 352l-0.019 0c0.006-0 0.013-0 0.019-0 53.019 0 96 71.634 96 160s-42.981 160-96 160c88.366 0 160-71.634 160-160s-71.634-160-160-160zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192s-85.961 192-192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["crescent"],"grid":32},"attrs":[],"properties":{"id":503,"order":211,"prevSize":32,"code":59918,"name":"crescent2"},"setIdx":1,"setId":8,"iconIdx":502},{"icon":{"paths":["M480 388.033c10.228-2.632 20.95-4.033 32-4.033 70.692 0 128 57.308 128 128s-57.308 128-128 128c-11.050 0-21.772-1.4-32-4.033 55.207-14.209 96-64.325 96-123.967s-40.793-109.758-96-123.967v0zM512 704c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["crescent"],"grid":32},"attrs":[],"properties":{"id":504,"order":210,"prevSize":32,"code":59922,"name":"crescent3"},"setIdx":1,"setId":8,"iconIdx":503},{"icon":{"paths":["M576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM608 703.988c38.862 29.191 64 75.666 64 128.012 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-52.346 25.138-98.821 64-128.012v-576.284c0-52.693 42.981-95.704 96-95.704 52.911 0 96 42.848 96 95.704v576.284z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer"],"grid":32},"attrs":[],"properties":{"id":533,"order":196,"prevSize":32,"code":59925,"name":"thermometer"},"setIdx":1,"setId":8,"iconIdx":532},{"icon":{"paths":["M576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer"],"grid":32},"attrs":[],"properties":{"id":534,"order":197,"prevSize":32,"code":59926,"name":"thermometer1"},"setIdx":1,"setId":8,"iconIdx":533},{"icon":{"paths":["M576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM608 703.988c38.862 29.191 64 75.666 64 128.012 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-52.346 25.138-98.821 64-128.012v-576.284c0-52.693 42.981-95.704 96-95.704 52.911 0 96 42.848 96 95.704v576.284zM512 928c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96s42.981 96 96 96v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-low"],"grid":32},"attrs":[],"properties":{"id":535,"order":198,"prevSize":32,"code":59927,"name":"thermometer-low"},"setIdx":1,"setId":8,"iconIdx":534},{"icon":{"paths":["M576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0zM512 928c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96s42.981 96 96 96v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-low"],"grid":32},"attrs":[],"properties":{"id":536,"order":199,"prevSize":32,"code":59928,"name":"thermometer-low1"},"setIdx":1,"setId":8,"iconIdx":535},{"icon":{"paths":["M543.563 741.309c37.514 13.055 64.437 48.729 64.437 90.691 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.966 26.928-77.643 64.447-90.694-0.294-1.755-0.447-3.559-0.447-5.399v-159.813c0-18.082 14.327-32.094 32-32.094 17.796 0 32 14.369 32 32.094v159.813c0 1.847-0.149 3.652-0.437 5.403v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM608 703.988c38.862 29.191 64 75.666 64 128.012 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-52.346 25.138-98.821 64-128.012v-576.284c0-52.693 42.981-95.704 96-95.704 52.911 0 96 42.848 96 95.704v576.284z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-quarter"],"grid":32},"attrs":[],"properties":{"id":537,"order":200,"prevSize":32,"code":59929,"name":"thermometer-quarter"},"setIdx":1,"setId":8,"iconIdx":536},{"icon":{"paths":["M543.563 741.309c37.514 13.055 64.437 48.729 64.437 90.691 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.966 26.928-77.643 64.447-90.694-0.294-1.755-0.447-3.559-0.447-5.399v-159.813c0-18.082 14.327-32.094 32-32.094 17.796 0 32 14.369 32 32.094v159.813c0 1.847-0.149 3.652-0.437 5.403v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-quarter"],"grid":32},"attrs":[],"properties":{"id":538,"order":201,"prevSize":32,"code":59930,"name":"thermometer-quarter1"},"setIdx":1,"setId":8,"iconIdx":537},{"icon":{"paths":["M543.542 741.302c37.525 13.049 64.458 48.728 64.458 90.698 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.965 26.927-77.641 64.445-90.694-0.293-1.751-0.445-3.55-0.445-5.386v-319.842c0-17.495 14.327-32.079 32-32.079 17.796 0 32 14.362 32 32.079v319.842c0 1.83-0.157 3.628-0.458 5.381v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM608 703.988c38.862 29.191 64 75.666 64 128.012 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-52.346 25.138-98.821 64-128.012v-576.284c0-52.693 42.981-95.704 96-95.704 52.911 0 96 42.848 96 95.704v576.284z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-half"],"grid":32},"attrs":[],"properties":{"id":539,"order":203,"prevSize":32,"code":59931,"name":"thermometer-half"},"setIdx":1,"setId":8,"iconIdx":538},{"icon":{"paths":["M543.542 741.302c37.525 13.049 64.458 48.728 64.458 90.698 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.965 26.927-77.641 64.445-90.694-0.293-1.751-0.445-3.55-0.445-5.386v-319.842c0-17.495 14.327-32.079 32-32.079 17.796 0 32 14.362 32 32.079v319.842c0 1.83-0.157 3.628-0.458 5.381v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-half"],"grid":32},"attrs":[],"properties":{"id":540,"order":202,"prevSize":32,"code":59941,"name":"thermometer-half1"},"setIdx":1,"setId":8,"iconIdx":539},{"icon":{"paths":["M543.553 741.306c37.519 13.052 64.447 48.728 64.447 90.694 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.961 26.922-77.635 64.435-90.69-0.286-1.727-0.435-3.5-0.435-5.309v-480.003c0-17.448 14.327-31.999 32-31.999 17.796 0 32 14.326 32 31.999v480.003c0 1.803-0.153 3.576-0.447 5.305v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM608 703.988c38.862 29.191 64 75.666 64 128.012 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-52.346 25.138-98.821 64-128.012v-576.284c0-52.693 42.981-95.704 96-95.704 52.911 0 96 42.848 96 95.704v576.284z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-three-quarters"],"grid":32},"attrs":[],"properties":{"id":541,"order":192,"prevSize":32,"code":59951,"name":"thermometer-three-quarters"},"setIdx":1,"setId":8,"iconIdx":540},{"icon":{"paths":["M543.553 741.306c37.519 13.052 64.447 48.728 64.447 90.694 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.961 26.922-77.635 64.435-90.69-0.286-1.727-0.435-3.5-0.435-5.309v-480.003c0-17.448 14.327-31.999 32-31.999 17.796 0 32 14.326 32 31.999v480.003c0 1.803-0.153 3.576-0.447 5.305v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-three-quarters"],"grid":32},"attrs":[],"properties":{"id":542,"order":195,"prevSize":32,"code":59952,"name":"thermometer-three-quarters1"},"setIdx":1,"setId":8,"iconIdx":541},{"icon":{"paths":["M543.577 741.314c37.507 13.059 64.423 48.729 64.423 90.686 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.959 26.919-77.632 64.43-90.688-0.283-1.715-0.43-3.476-0.43-5.272v-608.080c0-17.924 14.327-31.96 32-31.96 17.796 0 32 14.309 32 31.96v608.080c0 1.801-0.145 3.562-0.423 5.274v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM608 703.988c38.862 29.191 64 75.666 64 128.012 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-52.346 25.138-98.821 64-128.012v-576.284c0-52.693 42.981-95.704 96-95.704 52.911 0 96 42.848 96 95.704v576.284z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-full"],"grid":32},"attrs":[],"properties":{"id":543,"order":193,"prevSize":32,"code":59961,"name":"thermometer-full"},"setIdx":1,"setId":8,"iconIdx":542},{"icon":{"paths":["M543.577 741.314c37.507 13.059 64.423 48.729 64.423 90.686 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.959 26.919-77.632 64.43-90.688-0.283-1.715-0.43-3.476-0.43-5.272v-608.080c0-17.924 14.327-31.96 32-31.96 17.796 0 32 14.309 32 31.96v608.080c0 1.801-0.145 3.562-0.423 5.274v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-full"],"grid":32},"attrs":[],"properties":{"id":544,"order":194,"prevSize":32,"code":59962,"name":"thermometer-full1"},"setIdx":1,"setId":8,"iconIdx":543},{"icon":{"paths":["M546.134 448l49.065-128h-124.801l-73.598 192h82.516l-47.317 131.2 195.199-195.2h-81.065zM433.455 544h-81.455l96-256h192l-48 128h112l-352 352 81.455-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lightning"],"grid":32},"attrs":[],"properties":{"id":545,"order":204,"prevSize":32,"code":59963,"name":"lightning"},"setIdx":1,"setId":8,"iconIdx":544},{"icon":{"paths":["M433.455 544h-81.455l96-256h192l-48 128h112l-352 352 81.455-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lightning"],"grid":32},"attrs":[],"properties":{"id":546,"order":205,"prevSize":32,"code":59964,"name":"lightning1"},"setIdx":1,"setId":8,"iconIdx":545},{"icon":{"paths":["M829.538 674.462l-25.846 25.846-191.692-164.308-84 72-84-72-191.692 164.308-25.846-25.846 189.538-162.462-189.538-162.462 25.846-25.846 275.692 236.308 275.692-236.308 25.846 25.846-189.538 162.462 189.538 162.462zM192.115 256c-35.41 0-64.115 28.624-64.115 63.81v384.38c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-384.38c0-35.241-28.472-63.81-64.115-63.81h-671.77z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-closed"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":32,"code":59658,"name":"mail-envelope-closed1"},"setIdx":6,"setId":3,"iconIdx":0},{"icon":{"paths":["M829.538 674.462l-25.846 25.846-191.692-164.308-84 72-84-72-191.692 164.308-25.846-25.846 189.538-162.462-189.538-162.462 25.846-25.846 275.692 236.308 275.692-236.308 25.846 25.846-189.538 162.462 189.538 162.462zM192.115 256c-35.41 0-64.115 28.624-64.115 63.81v384.38c0 35.241 28.472 63.81 64.115 63.81h671.77c35.41 0 64.115-28.624 64.115-63.81v-384.38c0-35.241-28.472-63.81-64.115-63.81h-671.77z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-closed"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"name":"mail-envelope-closed","prevSize":32,"code":59651},"setIdx":6,"setId":3,"iconIdx":1},{"icon":{"paths":["M554 256l364 256-364 256v-512zM170 768v-512l364 256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fast_forward"],"grid":24},"attrs":[],"properties":{"ligatures":"fast_forward","id":10,"order":399,"prevSize":24,"code":60001,"name":"fast_forward"},"setIdx":2,"setId":7,"iconIdx":10},{"icon":{"paths":["M490 512l364-256v512zM470 768l-364-256 364-256v512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fast_rewind"],"grid":24},"attrs":[],"properties":{"ligatures":"fast_rewind","id":11,"order":400,"prevSize":24,"code":60002,"name":"fast_rewind"},"setIdx":2,"setId":7,"iconIdx":11},{"icon":{"paths":["M512 768v-128l170 170-170 172v-128q-140 0-241-101t-101-241q0-100 54-182l62 62q-30 54-30 120 0 106 75 181t181 75zM512 170q140 0 241 101t101 241q0 100-54 182l-62-62q30-54 30-120 0-106-75-181t-181-75v128l-170-170 170-172v128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["loop","sync"],"grid":24},"attrs":[],"properties":{"ligatures":"loop, sync","id":15,"order":412,"prevSize":24,"code":60003,"name":"loop1"},"setIdx":2,"setId":7,"iconIdx":15},{"icon":{"paths":["M738 470h72q0 108-75 189t-181 97v140h-84v-140q-106-16-181-97t-75-189h72q0 94 67 155t159 61 159-61 67-155zM512 598q-52 0-90-38t-38-90v-256q0-52 38-90t90-38 90 38 38 90v256q0 52-38 90t-90 38z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mic"],"grid":24},"attrs":[],"properties":{"ligatures":"mic","id":16,"order":389,"prevSize":24,"code":60004,"name":"mic1"},"setIdx":2,"setId":7,"iconIdx":16},{"icon":{"paths":["M182 128l714 714-54 54-178-178q-44 28-110 38v140h-84v-140q-106-16-181-97t-75-189h72q0 94 67 155t159 61q50 0 98-22l-70-70q-16 4-28 4-52 0-90-38t-38-90v-32l-256-256zM640 476l-256-254v-8q0-52 38-90t90-38 90 38 38 90v262zM810 470q0 74-38 140l-52-54q18-40 18-86h72z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mic_off"],"grid":24},"attrs":[],"properties":{"ligatures":"mic_off","id":18,"order":388,"prevSize":24,"code":60005,"name":"mic_off"},"setIdx":2,"setId":7,"iconIdx":18},{"icon":{"paths":["M782 722q72-90 72-210 0-140-101-241t-241-101q-48 0-110 21t-100 51zM512 854q48 0 110-21t100-51l-480-480q-72 90-72 210 0 140 101 241t241 101zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["not_interested","do_not_disturb"],"grid":24},"attrs":[],"properties":{"ligatures":"not_interested, do_not_disturb","id":24,"order":411,"prevSize":24,"code":60006,"name":"not_interested"},"setIdx":2,"setId":7,"iconIdx":24},{"icon":{"paths":["M598 214h170v596h-170v-596zM256 810v-596h170v596h-170z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pause"],"grid":24},"attrs":[],"properties":{"ligatures":"pause","id":25,"order":398,"prevSize":24,"code":60007,"name":"pause"},"setIdx":2,"setId":7,"iconIdx":25},{"icon":{"paths":["M640 682v-340h-86v340h86zM470 682v-340h-86v340h86zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pause_circle_filled"],"grid":24},"attrs":[],"properties":{"ligatures":"pause_circle_filled","id":26,"order":404,"prevSize":24,"code":60008,"name":"pause_circle_filled"},"setIdx":2,"setId":7,"iconIdx":26},{"icon":{"paths":["M554 682v-340h86v340h-86zM512 854q140 0 241-101t101-241-101-241-241-101-241 101-101 241 101 241 241 101zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125zM384 682v-340h86v340h-86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pause_circle_outline"],"grid":24},"attrs":[],"properties":{"ligatures":"pause_circle_outline","id":27,"order":403,"prevSize":24,"code":60009,"name":"pause_circle_outline"},"setIdx":2,"setId":7,"iconIdx":27},{"icon":{"paths":["M342 214l468 298-468 298v-596z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["play_arrow"],"grid":24},"attrs":[],"properties":{"ligatures":"play_arrow","id":28,"order":401,"prevSize":24,"code":60010,"name":"play_arrow"},"setIdx":2,"setId":7,"iconIdx":28},{"icon":{"paths":["M426 704l256-192-256-192v384zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["play_circle_filled"],"grid":24},"attrs":[],"properties":{"ligatures":"play_circle_filled","id":29,"order":405,"prevSize":24,"code":60011,"name":"play_circle_filled"},"setIdx":2,"setId":7,"iconIdx":29},{"icon":{"paths":["M512 854q140 0 241-101t101-241-101-241-241-101-241 101-101 241 101 241 241 101zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125zM426 704v-384l256 192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["play_circle_outline"],"grid":24},"attrs":[],"properties":{"ligatures":"play_circle_outline","id":30,"order":410,"prevSize":24,"code":60012,"name":"play_circle_outline"},"setIdx":2,"setId":7,"iconIdx":30},{"icon":{"paths":["M86 682v-84h340v84h-340zM768 598h170v84h-170v172h-86v-172h-170v-84h170v-172h86v172zM598 256v86h-512v-86h512zM598 426v86h-512v-86h512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["playlist_add"],"grid":24},"attrs":[],"properties":{"ligatures":"playlist_add","id":31,"order":409,"prevSize":24,"code":60013,"name":"playlist_add"},"setIdx":2,"setId":7,"iconIdx":31},{"icon":{"paths":["M726 256h212v86h-128v384q0 52-38 90t-90 38-90-38-38-90 38-90 90-38q16 0 44 8v-350zM128 682v-84h342v84h-342zM640 426v86h-512v-86h512zM640 256v86h-512v-86h512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["queue_music"],"grid":24},"attrs":[],"properties":{"ligatures":"queue_music","id":32,"order":408,"prevSize":24,"code":60014,"name":"queue_music"},"setIdx":2,"setId":7,"iconIdx":32},{"icon":{"paths":["M854 512v-170h-684v170h512v-86h86v86h86zM298 854q52 0 90-38t38-90-38-90-90-38-90 38-38 90 38 90 90 38zM138 262l540-220 28 72-352 142h500q36 0 60 25t24 61v512q0 36-24 60t-60 24h-684q-36 0-60-24t-24-60v-512q0-60 52-80z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["radio"],"grid":24},"attrs":[],"properties":{"ligatures":"radio","id":33,"order":387,"prevSize":24,"code":60015,"name":"radio"},"setIdx":2,"setId":7,"iconIdx":33},{"icon":{"paths":["M726 726v-172h84v256h-512v128l-170-170 170-170v128h428zM298 298v172h-84v-256h512v-128l170 170-170 170v-128h-428z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["repeat"],"grid":24},"attrs":[],"properties":{"ligatures":"repeat","id":35,"order":413,"prevSize":24,"code":60016,"name":"repeat"},"setIdx":2,"setId":7,"iconIdx":35},{"icon":{"paths":["M554 640h-64v-170h-64v-44l86-42h42v256zM726 726v-172h84v256h-512v128l-170-170 170-170v128h428zM298 298v172h-84v-256h512v-128l170 170-170 170v-128h-428z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["repeat_one"],"grid":24},"attrs":[],"properties":{"ligatures":"repeat_one","id":36,"order":414,"prevSize":24,"code":60017,"name":"repeat_one"},"setIdx":2,"setId":7,"iconIdx":36},{"icon":{"paths":["M512 214q142 0 242 100t100 240q0 142-101 242t-241 100-241-100-101-242h86q0 106 75 181t181 75 181-75 75-181-75-181-181-75v172l-214-214 214-214v172z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["replay"],"grid":24},"attrs":[],"properties":{"ligatures":"replay","id":37,"order":406,"prevSize":24,"code":60018,"name":"replay"},"setIdx":2,"setId":7,"iconIdx":37},{"icon":{"paths":["M632 572l134 134 88-88v236h-236l88-88-134-134zM618 170h236v236l-88-88-536 536-60-60 536-536zM452 392l-60 60-222-222 60-60z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["shuffle"],"grid":24},"attrs":[],"properties":{"ligatures":"shuffle","id":38,"order":407,"prevSize":24,"code":60020,"name":"shuffle"},"setIdx":2,"setId":7,"iconIdx":38},{"icon":{"paths":["M682 256h86v512h-86v-512zM256 768v-512l362 256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skip_next"],"grid":24},"attrs":[],"properties":{"ligatures":"skip_next","id":39,"order":397,"prevSize":24,"code":60021,"name":"skip_next"},"setIdx":2,"setId":7,"iconIdx":39},{"icon":{"paths":["M406 512l362-256v512zM256 256h86v512h-86v-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skip_previous"],"grid":24},"attrs":[],"properties":{"ligatures":"skip_previous","id":40,"order":396,"prevSize":24,"code":60022,"name":"skip_previous"},"setIdx":2,"setId":7,"iconIdx":40},{"icon":{"paths":["M256 256h512v512h-512v-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["stop"],"grid":24},"attrs":[],"properties":{"ligatures":"stop","id":42,"order":402,"prevSize":24,"code":60027,"name":"stop"},"setIdx":2,"setId":7,"iconIdx":42},{"icon":{"paths":["M726 448l170-170v468l-170-170v150q0 18-13 30t-31 12h-512q-18 0-30-12t-12-30v-428q0-18 12-30t30-12h512q18 0 31 12t13 30v150z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["videocam"],"grid":24},"attrs":[],"properties":{"ligatures":"videocam","id":46,"order":395,"prevSize":24,"code":60028,"name":"videocam"},"setIdx":2,"setId":7,"iconIdx":46},{"icon":{"paths":["M140 86l756 756-54 54-136-136q-12 8-24 8h-512q-18 0-30-12t-12-30v-428q0-18 12-30t30-12h32l-116-116zM896 278v456l-478-478h264q18 0 31 12t13 30v150z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["videocam_off"],"grid":24},"attrs":[],"properties":{"ligatures":"videocam_off","id":47,"order":394,"prevSize":24,"code":60029,"name":"videocam_off"},"setIdx":2,"setId":7,"iconIdx":47},{"icon":{"paths":["M214 384h170l214-214v684l-214-214h-170v-256zM790 512q0 118-108 172v-344q44 22 76 73t32 99z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume_down"],"grid":24},"attrs":[],"properties":{"ligatures":"volume_down","id":48,"order":391,"prevSize":24,"code":60030,"name":"volume_down"},"setIdx":2,"setId":7,"iconIdx":48},{"icon":{"paths":["M298 384h172l212-214v684l-212-214h-172v-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume_mute"],"grid":24},"attrs":[],"properties":{"ligatures":"volume_mute","id":49,"order":390,"prevSize":24,"code":60031,"name":"volume_mute"},"setIdx":2,"setId":7,"iconIdx":49},{"icon":{"paths":["M512 170v180l-90-90zM182 128l714 714-54 54-88-88q-66 56-156 78v-88q50-14 96-50l-182-182v288l-214-214h-170v-256h202l-202-202zM810 512q0-102-59-180t-153-106v-88q130 28 214 133t84 241q0 94-44 178l-64-66q22-54 22-112zM704 512q0 18-2 26l-104-104v-94q44 22 75 72t31 100z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume_off"],"grid":24},"attrs":[],"properties":{"ligatures":"volume_off","id":50,"order":392,"prevSize":24,"code":60036,"name":"volume_off"},"setIdx":2,"setId":7,"iconIdx":50},{"icon":{"paths":["M598 138q130 28 214 133t84 241-84 241-214 133v-88q94-28 153-106t59-180-59-180-153-106v-88zM704 512q0 120-106 172v-344q44 22 75 72t31 100zM128 384h170l214-214v684l-214-214h-170v-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume_up"],"grid":24},"attrs":[],"properties":{"ligatures":"volume_up","id":51,"order":393,"prevSize":24,"code":60037,"name":"volume_up"},"setIdx":2,"setId":7,"iconIdx":51},{"icon":{"paths":["M564 648q0 14 20 14 10 0 14-4l8-10q4-8 4-12v-86q-4-8-4-12t-9-9-13-5q-6 0-12 6l-8 8q-6 8-6 12v86q6 8 6 12zM644 606q0 26-4 34l-12 26q-14 12-22 12-4 0-13 2t-13 2q-18 0-26-4-4-2-10-6t-10-6q-18-10-18-60v-30q0-26 4-34l14-26q12-12 20-12 4 0 13-2t13-2q18 0 26 4 4 2 11 6t11 6 12 26q4 12 4 34v30zM466 682h-40v-140l-42 12v-30l76-24h6v182zM170 554q0-140 100-240t242-100v-172l214 214-214 214v-172q-104 0-180 75t-76 181 76 181 180 75 180-75 76-181h86q0 142-101 242t-241 100-241-100-101-242z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["forward_10"],"grid":24},"attrs":[],"properties":{"ligatures":"forward_10","id":56,"order":415,"prevSize":24,"code":60038,"name":"forward_10"},"setIdx":2,"setId":7,"iconIdx":56},{"icon":{"paths":["M170 554q0-140 100-240t242-100v-172l214 214-214 214v-172q-104 0-180 75t-76 181 76 181 180 75 180-75 76-181h86q0 142-101 242t-241 100-241-100-101-242zM568 648q0 14 20 14 10 0 14-4l8-10q4-8 4-12v-86q-4-8-4-12t-9-9-13-5q-6 0-12 6l-8 8q-4 8-4 12v86q4 8 4 12zM652 606q0 26-4 34l-12 26q-14 12-22 12-4 0-13 2t-13 2q-14 0-46-16-4-2-12-26-6-18-6-34v-30q0-22 6-34l12-26q14-12 22-12 4 0 12-2t12-2q18 0 26 4 4 2 11 6t11 6 12 26q4 12 4 34v30zM426 576q30 0 30-26v-8q-4-4-4-8t-8-4h-22q-4 4-8 4t-4 8v8h-44q0-16 11-31t25-15q2 0 10-2t10-2q24 0 48 12 16 8 16 38v14q-4 8-4 12 0 8-8 8-4 0-14 10 18 10 22 16 8 16 8 26 0 18-4 22-2 2-6 8t-6 8q-8 8-22 8-4 0-13 2t-13 2q-16 0-20-4-2-2-10-4t-12-4q-18-10-18-42h36v8q4 4 4 8t8 4h22q4-4 8-4t4-8v-22q-4-4-4-8t-8-4h-26v-30h16z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["forward_30"],"grid":24},"attrs":[],"properties":{"ligatures":"forward_30","id":57,"order":416,"prevSize":24,"code":60039,"name":"forward_30"},"setIdx":2,"setId":7,"iconIdx":57},{"icon":{"paths":["M500 580q-14 6-14 8l-4 6h-26l10-94h102v30h-74l-4 38q4 0 4-4 0-2 3-3t3-3h16q16 0 22 6 2 2 8 6t8 6q18 18 18 46 0 18-4 22-2 2-6 10t-8 12q-16 16-46 16-18 0-22-4-2-2-9-4t-11-4q-18-10-18-38h34q0 20 26 20 8 0 12-4l10-8q4-8 4-12v-26l-4-8-10-10q-8-4-12-4h-8zM170 554q0-140 100-240t242-100v-172l214 214-214 214v-172q-104 0-180 75t-76 181 76 181 180 75 180-75 76-181h86q0 142-101 242t-241 100-241-100-101-242z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["forward_5"],"grid":24},"attrs":[],"properties":{"ligatures":"forward_5","id":58,"order":417,"prevSize":24,"code":60040,"name":"forward_5"},"setIdx":2,"setId":7,"iconIdx":58},{"icon":{"paths":["M564 648q0 14 20 14 10 0 14-4l8-10q4-8 4-12v-86q-4-8-4-12t-9-9-13-5q-6 0-12 6l-8 8q-6 8-6 12v86q6 8 6 12zM648 606q0 26-4 34l-12 26q-14 12-22 12-4 0-13 2t-13 2q-18 0-26-4-4-2-10-6t-10-6q-18-10-18-60v-30q0-26 4-34l14-26q12-12 20-12 4 0 13-2t13-2q18 0 26 4 4 2 11 6t11 6 12 26q4 12 4 34v30zM466 682h-40v-140l-42 12v-30l76-24h6v182zM512 214q142 0 242 100t100 240q0 142-101 242t-241 100-241-100-101-242h86q0 106 76 181t180 75 180-75 76-181-76-181-180-75v172l-214-214 214-214v172z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["replay_10"],"grid":24},"attrs":[],"properties":{"ligatures":"replay_10","id":59,"order":418,"prevSize":24,"code":60041,"name":"replay_10"},"setIdx":2,"setId":7,"iconIdx":59},{"icon":{"paths":["M572 648q0 14 22 14 8 0 12-4l8-10q4-8 4-12v-86q0-2-2-6t-2-6q0-4-8-9t-12-5q-8 0-14 6l-8 8q-4 8-4 12v86q4 8 4 12zM652 606q0 26-4 34l-12 26q-14 12-22 12-4 0-13 2t-13 2q-14 0-46-16-4-2-12-26-6-18-6-34v-30q0-22 6-34l12-26q14-12 22-12 4 0 12-2t12-2q18 0 26 4 4 2 11 6t11 6 12 26q4 12 4 34v30zM426 576q30 0 30-26v-8q-4-4-4-8t-8-4h-22q-4 4-8 4t-4 8v8h-44q0-16 11-31t25-15q2 0 10-2t10-2q24 0 48 12 16 8 16 38v14q-4 8-4 12 0 8-8 8-4 0-14 10 18 10 22 16 8 16 8 26 0 18-4 22-2 2-6 8t-6 8q-8 8-22 8-4 0-13 2t-13 2q-16 0-20-4-2-2-10-4t-12-4q-18-10-18-42h36v8q4 4 4 8t8 4h22q4-4 8-4t4-8v-22q-4-4-4-8t-8-4h-26v-30h16zM512 214q142 0 242 100t100 240q0 142-101 242t-241 100-241-100-101-242h86q0 106 76 181t180 75 180-75 76-181-76-181-180-75v172l-214-214 214-214v172z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["replay_30"],"grid":24},"attrs":[],"properties":{"ligatures":"replay_30","id":60,"order":420,"prevSize":24,"code":60042,"name":"replay_30"},"setIdx":2,"setId":7,"iconIdx":60},{"icon":{"paths":["M504 580q-14 6-14 8l-4 6h-30l10-94h102v30h-74l-4 38q4 0 4-4 0-2 3-3t3-3h16q16 0 22 6 2 2 8 6t8 6q18 18 18 46 0 18-4 22-2 2-6 10t-8 12-9 7-7 5q-4 4-26 4-18 0-22-4-2-2-9-4t-11-4q-18-10-18-38h34q0 20 26 20 8 0 12-4l10-8q4-8 4-12v-26l-4-8-10-10q-8-4-12-4h-8zM512 214q142 0 242 100t100 240q0 142-101 242t-241 100-241-100-101-242h86q0 106 76 181t180 75 180-75 76-181-76-181-180-75v172l-214-214 214-214v172z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["replay_5"],"grid":24},"attrs":[],"properties":{"ligatures":"replay_5","id":61,"order":419,"prevSize":24,"code":60043,"name":"replay_5"},"setIdx":2,"setId":7,"iconIdx":61},{"icon":{"paths":["M854 656q18 0 30 12t12 30v148q0 50-42 50-298 0-512-214t-214-512q0-42 50-42h148q18 0 30 12t12 30q0 78 24 150 8 26-10 44l-82 72q92 192 294 290l66-84q12-12 30-12 10 0 14 2 72 24 150 24z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["call"],"grid":24},"attrs":[],"properties":{"ligatures":"call","id":88,"order":179,"prevSize":24,"code":59965,"name":"call"},"setIdx":2,"setId":7,"iconIdx":88},{"icon":{"paths":["M768 342v-86h-512v86h512zM598 598v-86h-342v86h342zM256 384v86h512v-86h-512zM854 86q34 0 59 25t25 59v512q0 34-25 60t-59 26h-598l-170 170v-768q0-34 25-59t59-25h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["chat"],"grid":24},"attrs":[],"properties":{"ligatures":"chat","id":95,"order":372,"prevSize":24,"code":59966,"name":"chat"},"setIdx":2,"setId":7,"iconIdx":95},{"icon":{"paths":["M768 342v-86h-512v86h512zM768 470v-86h-512v86h512zM768 598v-86h-512v86h512zM938 170v768l-170-170h-598q-34 0-59-26t-25-60v-512q0-34 25-59t59-25h684q34 0 59 25t25 59z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["comment"],"grid":24},"attrs":[],"properties":{"ligatures":"comment","id":97,"order":371,"prevSize":24,"code":59967,"name":"comment"},"setIdx":2,"setId":7,"iconIdx":97},{"icon":{"paths":["M854 342v-86l-342 214-342-214v86l342 212zM854 170q34 0 59 26t25 60v512q0 34-25 60t-59 26h-684q-34 0-59-26t-25-60v-512q0-34 25-60t59-26h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["email","mail","markunread","local_post_office"],"grid":24},"attrs":[],"properties":{"ligatures":"email, mail, markunread, local_post_office","id":101,"order":176,"prevSize":24,"code":59968,"name":"email"},"setIdx":2,"setId":7,"iconIdx":101},{"icon":{"paths":["M500 490q218 216 354 352l-54 54-144-142q-32 48-68 94t-56 68l-20 22q-12-14-32-37t-72-92-91-134-71-147-32-144q0-22 8-66l-136-136 54-54 356 356zM512 278q-46 0-78 36l-138-136q36-38 100-65t116-27q124 0 211 87t87 211q0 96-72 234l-154-156q34-30 34-78 0-44-31-75t-75-31z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location_off"],"grid":24},"attrs":[],"properties":{"ligatures":"location_off","id":106,"order":424,"prevSize":24,"code":60044,"name":"location_off"},"setIdx":2,"setId":7,"iconIdx":106},{"icon":{"paths":["M512 490q44 0 75-31t31-75-31-75-75-31-75 31-31 75 31 75 75 31zM512 86q124 0 211 87t87 211q0 62-31 142t-75 150-87 131-73 97l-32 34q-12-14-32-37t-72-92-91-134-71-147-32-144q0-124 87-211t211-87z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location_on","place","room"],"grid":24},"attrs":[],"properties":{"ligatures":"location_on, place, room","id":107,"order":180,"prevSize":24,"code":59973,"name":"location_on"},"setIdx":2,"setId":7,"iconIdx":107},{"icon":{"paths":["M768 342v-86h-512v86h512zM768 470v-86h-512v86h512zM768 598v-86h-512v86h512zM854 86q34 0 59 25t25 59v512q0 34-25 60t-59 26h-598l-170 170v-768q0-34 25-59t59-25h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["message"],"grid":24},"attrs":[],"properties":{"ligatures":"message","id":108,"order":423,"prevSize":24,"code":60045,"name":"message"},"setIdx":2,"setId":7,"iconIdx":108},{"icon":{"paths":["M854 86q34 0 59 25t25 59v512q0 34-25 60t-59 26h-598l-170 170v-768q0-34 25-59t59-25h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["chat_bubble"],"grid":24},"attrs":[],"properties":{"ligatures":"chat_bubble","id":109,"order":422,"prevSize":24,"code":60046,"name":"chat_bubble"},"setIdx":2,"setId":7,"iconIdx":109},{"icon":{"paths":["M854 682v-512h-684v598l86-86h598zM854 86q34 0 59 25t25 59v512q0 34-25 60t-59 26h-598l-170 170v-768q0-34 25-59t59-25h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["chat_bubble_outline"],"grid":24},"attrs":[],"properties":{"ligatures":"chat_bubble_outline","id":110,"order":421,"prevSize":24,"code":60047,"name":"chat_bubble_outline"},"setIdx":2,"setId":7,"iconIdx":110},{"icon":{"paths":["M768 170l170 172h-128v298q0 70-50 120t-120 50-120-50-50-120v-298q0-34-26-60t-60-26-60 26-26 60v298h128l-170 170-170-170h128v-298q0-70 50-121t120-51 120 51 50 121v298q0 34 26 60t60 26 60-26 26-60v-298h-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["swap_calls"],"grid":24},"attrs":[],"properties":{"ligatures":"swap_calls","id":120,"order":426,"prevSize":24,"code":60051,"name":"swap_calls"},"setIdx":2,"setId":7,"iconIdx":120},{"icon":{"paths":["M790 640q62 0 105-44t43-106-43-105-105-43-106 43-44 105 44 106 106 44zM234 640q62 0 106-44t44-106-44-105-106-43-105 43-43 105 43 106 105 44zM790 256q98 0 166 68t68 166-68 167-166 69h-556q-98 0-166-69t-68-167 68-166 166-68 167 68 69 166q0 86-54 150h192q-54-64-54-150 0-98 69-166t167-68z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["voicemail"],"grid":24},"attrs":[],"properties":{"ligatures":"voicemail","id":122,"order":425,"prevSize":24,"code":60055,"name":"voicemail"},"setIdx":2,"setId":7,"iconIdx":122},{"icon":{"paths":["M512 470l342-214h-684zM854 768v-426l-342 212-342-212v426h684zM854 170q34 0 59 26t25 60v512q0 34-25 60t-59 26h-684q-34 0-59-26t-25-60v-512q0-34 25-60t59-26h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail_outline"],"grid":24},"attrs":[],"properties":{"ligatures":"mail_outline","id":130,"order":177,"prevSize":24,"code":59974,"name":"mail_outline"},"setIdx":2,"setId":7,"iconIdx":130},{"icon":{"paths":["M170 430q176 0 300 124t124 300h-122q0-124-89-213t-213-89v-122zM170 190q274 0 469 195t195 469h-120q0-226-159-385t-385-159v-120zM170 760q0-38 27-65t67-27 66 26 26 66-27 67-65 27q-40 0-67-27t-27-67z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["rss_feed"],"grid":24},"attrs":[],"properties":{"ligatures":"rss_feed","id":134,"order":436,"prevSize":24,"code":60056,"name":"rss_feed"},"setIdx":2,"setId":7,"iconIdx":134},{"icon":{"paths":["M512 640q52 0 90-38t38-90-38-90-90-38-90 38-38 90 38 90 90 38zM512 86q176 0 301 125t125 301v62q0 64-43 108t-105 44q-78 0-126-64-64 64-152 64t-151-63-63-151 63-151 151-63 151 63 63 151v62q0 26 19 46t45 20 45-20 19-46v-62q0-140-101-241t-241-101-241 101-101 241 101 241 241 101h214v84h-214q-176 0-301-125t-125-301 125-301 301-125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["alternate_email"],"grid":24},"attrs":[],"properties":{"ligatures":"alternate_email","id":135,"order":435,"prevSize":24,"code":60057,"name":"alternate_email"},"setIdx":2,"setId":7,"iconIdx":135},{"icon":{"paths":["M896 256v86h-128v128h-86v-128h-128v-86h128v-128h86v128h128zM854 662q18 0 30 12t12 30v150q0 18-12 30t-30 12q-300 0-513-213t-213-513q0-18 12-30t30-12h150q18 0 30 12t12 30q0 80 24 152 8 26-10 44l-94 94q94 184 282 282l94-94q18-18 44-10 72 24 152 24z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["add_call"],"grid":24},"attrs":[],"properties":{"ligatures":"add_call","id":137,"order":434,"prevSize":24,"code":60058,"name":"add_call"},"setIdx":2,"setId":7,"iconIdx":137},{"icon":{"paths":["M810 128h128v42l-298 300-86-86zM512 534q22 0 22-22t-22-22-22 22 22 22zM256 854q34 0 60-25t26-61-26-61-60-25-60 25-26 61 26 61 60 25zM256 342q34 0 60-25t26-61-26-61-60-25-60 25-26 61 26 61 60 25zM412 326l526 528v42h-128l-298-298-100 100q14 30 14 70 0 70-50 120t-120 50-120-50-50-120 50-120 120-50q40 0 70 14l100-100-100-100q-30 14-70 14-70 0-120-50t-50-120 50-120 120-50 120 50 50 120q0 40-14 70z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["content_cut"],"grid":24},"attrs":[],"properties":{"ligatures":"content_cut","id":155,"order":432,"prevSize":24,"code":60062,"name":"content_cut"},"setIdx":2,"setId":7,"iconIdx":155},{"icon":{"paths":["M810 854v-684h-84v128h-428v-128h-84v684h596zM512 86q-18 0-30 12t-12 30 12 30 30 12 30-12 12-30-12-30-30-12zM810 86q34 0 60 25t26 59v684q0 34-26 59t-60 25h-596q-34 0-60-25t-26-59v-684q0-34 26-59t60-25h178q14-38 46-62t74-24 74 24 46 62h178z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["content_paste"],"grid":24},"attrs":[],"properties":{"ligatures":"content_paste","id":156,"order":433,"prevSize":24,"code":60065,"name":"content_paste"},"setIdx":2,"setId":7,"iconIdx":156},{"icon":{"paths":["M512 554l352-220-352-206-352 206zM938 342v426q0 34-25 60t-59 26h-684q-34 0-59-26t-25-60v-426q0-50 40-74l386-226 386 226q40 24 40 74z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["drafts"],"grid":24},"attrs":[],"properties":{"ligatures":"drafts","id":158,"order":374,"prevSize":24,"code":59975,"name":"drafts"},"setIdx":2,"setId":7,"iconIdx":158},{"icon":{"paths":["M614 256h240v426h-300l-16-84h-240v298h-84v-726h384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flag","assistant_photo"],"grid":24},"attrs":[],"properties":{"ligatures":"flag, assistant_photo","id":160,"order":427,"prevSize":24,"code":60066,"name":"flag8"},"setIdx":2,"setId":7,"iconIdx":160},{"icon":{"paths":["M512 342v-172l342 342-342 342v-172h-342v-340h342z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["forward"],"grid":24},"attrs":[],"properties":{"ligatures":"forward","id":161,"order":431,"prevSize":24,"code":60067,"name":"forward1"},"setIdx":2,"setId":7,"iconIdx":161},{"icon":{"paths":["M592 792q28 0 56-37t36-113q-60 16-92 54t-32 64q0 14 10 23t22 9zM196 294l-74-72q20-24 36-40 54-54 116-54 38 0 73 30t35 92q0 60-56 140-56 78-78 150-12 34-7 58t21 24q18 0 48-36 44-44 98-116 96-120 210-120 84 0 125 55t47 123h106v106h-104q-12 138-74 200t-128 62q-56 0-96-39t-40-93q0-66 60-138t170-92q-2-16-3-22t-6-19-12-19-21-11-34-5q-56 0-174 146-34 42-47 57t-37 35-46 26q-70 22-120-26t-50-120q0-30 11-66t29-70 34-61 31-49 17-24q34-56 12-64-14-6-72 52z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["gesture"],"grid":24},"attrs":[],"properties":{"ligatures":"gesture","id":162,"order":430,"prevSize":24,"code":60068,"name":"gesture"},"setIdx":2,"setId":7,"iconIdx":162},{"icon":{"paths":["M426 384q208 30 321 159t149 311q-154-218-470-218v174l-298-298 298-298v170z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["reply"],"grid":24},"attrs":[],"properties":{"ligatures":"reply","id":169,"order":429,"prevSize":24,"code":60069,"name":"reply1"},"setIdx":2,"setId":7,"iconIdx":169},{"icon":{"paths":["M554 384q208 30 321 159t149 311q-154-218-470-218v174l-298-298 298-298v170zM298 342l-170 170 170 170v128l-298-298 298-298v128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["reply_all"],"grid":24},"attrs":[],"properties":{"ligatures":"reply_all","id":170,"order":428,"prevSize":24,"code":60070,"name":"reply_all"},"setIdx":2,"setId":7,"iconIdx":170},{"icon":{"paths":["M86 896v-298l640-86-640-86v-298l896 384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["send"],"grid":24},"attrs":[],"properties":{"ligatures":"send","id":174,"order":373,"prevSize":24,"code":59982,"name":"send"},"setIdx":2,"setId":7,"iconIdx":174},{"icon":{"paths":["M810 512v128h128v86h-128v128h-84v-128h-128v-86h128v-128h84zM166 512q0 54 39 93t93 39h172v82h-172q-88 0-150-63t-62-151 62-151 150-63h172v82h-172q-54 0-93 39t-39 93zM858 512q0-54-39-93t-93-39h-172v-82h172q88 0 150 63t62 151h-80zM342 470h340v84h-340v-84z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["add_link"],"grid":24},"attrs":[],"properties":{"ligatures":"add_link","id":195,"order":442,"prevSize":24,"code":60071,"name":"add_link"},"setIdx":2,"setId":7,"iconIdx":195},{"icon":{"paths":["M512 854q124 0 211-88t87-212-87-211-211-87-211 87-87 211 87 212 211 88zM512 170q160 0 272 112t112 272-112 272-272 112-272-112-112-272 112-272 272-112zM534 342v226l170 102-34 52-200-124v-256h64zM338 146l-198 162-54-64 196-162zM938 244l-54 64-198-168 56-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["access_alarms"],"grid":24},"attrs":[],"properties":{"ligatures":"access_alarms","id":198,"order":439,"prevSize":24,"code":60072,"name":"access_alarms"},"setIdx":2,"setId":7,"iconIdx":198},{"icon":{"paths":["M534 298v224l192 114-32 54-224-136v-256h64zM512 854q140 0 241-101t101-241-101-241-241-101-241 101-101 241 101 241 241 101zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["access_time","query_builder","schedule"],"grid":24},"attrs":[],"properties":{"ligatures":"access_time, query_builder, schedule","id":199,"order":440,"prevSize":24,"code":60074,"name":"access_time"},"setIdx":2,"setId":7,"iconIdx":199},{"icon":{"paths":["M554 384v128h128v86h-128v128h-84v-128h-128v-86h128v-128h84zM512 854q124 0 211-88t87-212-87-211-211-87-211 87-87 211 87 212 211 88zM512 170q160 0 272 113t112 271-112 271-272 113-272-113-112-271 112-271 272-113zM938 244l-54 66-196-166 54-64zM336 144l-196 164-54-64 196-164z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["add_alarm","alarm_add"],"grid":24},"attrs":[],"properties":{"ligatures":"add_alarm, alarm_add","id":200,"order":441,"prevSize":24,"code":60075,"name":"add_alarm"},"setIdx":2,"setId":7,"iconIdx":200},{"icon":{"paths":["M128 224l54-54 672 672-54 54-246-244v158l86 64v64l-150-42-148 42v-64l84-64v-234l-340 106v-84l254-160zM554 384l342 214v84l-136-42-334-334v-156q0-26 19-45t45-19 45 19 19 45v234z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["airplanemode_off"],"grid":24},"attrs":[],"properties":{"ligatures":"airplanemode_off","id":201,"order":438,"prevSize":24,"code":60076,"name":"airplanemode_off"},"setIdx":2,"setId":7,"iconIdx":201},{"icon":{"paths":["M896 682l-342-106v234l86 64v64l-150-42-148 42v-64l84-64v-234l-340 106v-84l340-214v-234q0-26 19-45t45-19 45 19 19 45v234l342 214v84z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["airplanemode_on","flight","local_airport"],"grid":24},"attrs":[],"properties":{"ligatures":"airplanemode_on, flight, local_airport","id":202,"order":437,"prevSize":24,"code":60077,"name":"airplanemode_on"},"setIdx":2,"setId":7,"iconIdx":202},{"icon":{"paths":["M512 342q70 0 120 50t50 120-50 120-120 50-120-50-50-120 50-120 120-50zM512 768q106 0 181-75t75-181-75-181-181-75-181 75-75 181 75 181 181 75zM854 370l140 142-140 142v200h-200l-142 140-142-140h-200v-200l-140-142 140-142v-200h200l142-140 142 140h200v200z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["brightness_high","brightness_7"],"grid":24},"attrs":[],"properties":{"ligatures":"brightness_high, brightness_7","id":212,"order":377,"prevSize":24,"code":59983,"name":"brightness_high"},"setIdx":2,"setId":7,"iconIdx":212},{"icon":{"paths":["M512 768q106 0 181-75t75-181-75-181-181-75-181 75-75 181 75 181 181 75zM854 654v200h-200l-142 140-142-140h-200v-200l-140-142 140-142v-200h200l142-140 142 140h200v200l140 142z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["brightness_low","brightness_5"],"grid":24},"attrs":[],"properties":{"ligatures":"brightness_low, brightness_5","id":213,"order":376,"prevSize":24,"code":59984,"name":"brightness_low"},"setIdx":2,"setId":7,"iconIdx":213},{"icon":{"paths":["M512 768q106 0 181-75t75-181-75-181-181-75v512zM854 654v200h-200l-142 140-142-140h-200v-200l-140-142 140-142v-200h200l142-140 142 140h200v200l140 142z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["brightness_medium","brightness_6"],"grid":24},"attrs":[],"properties":{"ligatures":"brightness_medium, brightness_6","id":214,"order":375,"prevSize":24,"code":59985,"name":"brightness_medium"},"setIdx":2,"setId":7,"iconIdx":214},{"icon":{"paths":["M640 298h170v172h-42v84q0 36-25 61t-61 25h-128v130q52 28 52 84 0 38-27 66t-67 28-67-28-27-66q0-56 52-84v-130h-128q-36 0-61-25t-25-61v-88q-52-28-52-82 0-40 28-67t66-27 66 27 28 67q0 56-50 82v88h128v-340h-86l128-172 128 172h-86v340h128v-84h-42v-172z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["usb"],"grid":24},"attrs":[],"properties":{"ligatures":"usb","id":242,"order":443,"prevSize":24,"code":60078,"name":"usb"},"setIdx":2,"setId":7,"iconIdx":242},{"icon":{"paths":["M746 512q26 0 45-18t19-46-19-46-45-18-45 18-19 46 19 46 45 18zM618 342q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM406 342q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM278 512q26 0 45-18t19-46-19-46-45-18-45 18-19 46 19 46 45 18zM512 128q158 0 271 100t113 242q0 88-63 150t-151 62h-74q-28 0-46 19t-18 45q0 22 16 42t16 44q0 28-18 46t-46 18q-160 0-272-112t-112-272 112-272 272-112z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["color_lens","palette"],"grid":24},"attrs":[],"properties":{"ligatures":"color_lens, palette","id":399,"order":378,"prevSize":24,"code":59989,"name":"color_lens1"},"setIdx":2,"setId":7,"iconIdx":399},{"icon":{"paths":["M512 854q124 0 211-88t87-212-87-211-211-87-211 87-87 211 87 212 211 88zM812 316q34 44 59 113t25 125q0 158-112 271t-272 113-272-113-112-271 112-271 272-113q54 0 125 26t115 60l60-62q32 26 60 60zM470 598v-256h84v256h-84zM640 42v86h-256v-86h256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["timer"],"grid":24},"attrs":[],"properties":{"ligatures":"timer","id":494,"order":447,"prevSize":24,"code":60079,"name":"timer"},"setIdx":2,"setId":7,"iconIdx":494},{"icon":{"paths":["M512 854q78 0 150-42l-408-408q-40 68-40 150 0 124 87 212t211 88zM128 170l758 758-54 54-108-108q-100 64-212 64-160 0-272-113t-112-271q0-48 19-111t45-101l-118-118zM470 402v-60h84v146zM640 42v86h-256v-86h256zM812 194l60 60-60 62q84 106 84 238v2q0 48-19 110t-45 100l-62-62q40-68 40-150 0-124-87-211t-211-87q-80 0-148 40l-64-62q102-64 212-64 56 0 126 25t114 59z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["timer_off"],"grid":24},"attrs":[],"properties":{"ligatures":"timer_off","id":495,"order":446,"prevSize":24,"code":60080,"name":"timer_off"},"setIdx":2,"setId":7,"iconIdx":495},{"icon":{"paths":["M426 342v-86h256q34 0 60 26t26 60v256h-86v-256h-256zM938 768h-170v86h86l-128 128-128-128h84v-86h-340q-34 0-60-26t-26-60v-340h-170v-86h170v-86h-86l128-128 128 128h-84v512h596v86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["transform"],"grid":24},"attrs":[],"properties":{"ligatures":"transform","id":497,"order":445,"prevSize":24,"code":60081,"name":"transform"},"setIdx":2,"setId":7,"iconIdx":497},{"icon":{"paths":["M736 774l60-58 76 76-60 60zM854 448h128v86h-128v-86zM640 270q58 34 93 92t35 128q0 106-75 181t-181 75-181-75-75-181q0-70 35-128t93-92v-206h256v206zM170 448v86h-128v-86h128zM470 958v-126h84v126h-84zM152 792l76-78 60 60-76 78z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wb_incandescent"],"grid":24},"attrs":[],"properties":{"ligatures":"wb_incandescent","id":503,"order":448,"prevSize":24,"code":60082,"name":"wb_incandescent"},"setIdx":2,"setId":7,"iconIdx":503},{"icon":{"paths":["M152 792l76-78 60 60-76 78zM470 958v-126h84v126h-84zM512 234q106 0 181 75t75 181-75 181-181 75-181-75-75-181 75-181 181-75zM854 448h128v86h-128v-86zM736 774l60-58 76 76-60 60zM872 190l-76 76-60-60 76-76zM554 24v126h-84v-126h84zM170 448v86h-128v-86h128zM288 206l-60 60-76-76 60-60z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["wb_sunny"],"grid":24},"attrs":[],"properties":{"ligatures":"wb_sunny","id":504,"order":449,"prevSize":24,"code":60083,"name":"wb_sunny"},"setIdx":2,"setId":7,"iconIdx":504},{"icon":{"paths":["M418 598q0-58 40-98t96-40q58 0 98 40t40 98q0 56-40 96t-98 40-97-39-39-97zM554 810q88 0 151-62t63-150-63-151-151-63-150 63-62 151 62 150 150 62zM256 426v-128h128v-128h298l78 86h136q34 0 60 26t26 60v512q0 34-26 59t-60 25h-682q-34 0-60-25t-26-59v-428h128zM128 170v-128h86v128h128v86h-128v128h-86v-128h-128v-86h128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["add_a_photo"],"grid":24},"attrs":[],"properties":{"ligatures":"add_a_photo","id":513,"order":444,"prevSize":24,"code":60084,"name":"add_a_photo"},"setIdx":2,"setId":7,"iconIdx":513},{"icon":{"paths":["M810 874q62 0 106-43t44-105-44-106-106-44-105 44-43 106 43 105 105 43zM810 512q90 0 152 62t62 152-62 151-152 61-151-61-61-151 61-152 151-62zM460 448l94 98v264h-84v-212l-138-120q-24-16-24-60 0-36 24-60l120-120q16-24 60-24 38 0 68 24l82 82q64 64 152 64v86q-126 0-216-90l-34-34zM214 874q62 0 105-43t43-105-43-106-105-44-106 44-44 106 44 105 106 43zM214 512q90 0 151 62t61 152-61 151-151 61-152-61-62-151 62-152 152-62zM662 234q-34 0-60-25t-26-59 26-60 60-26 59 26 25 60-25 59-59 25z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["directions_bike"],"grid":24},"attrs":[],"properties":{"ligatures":"directions_bike","id":523,"order":473,"prevSize":24,"code":60085,"name":"directions_bike"},"setIdx":2,"setId":7,"iconIdx":523},{"icon":{"paths":["M768 470v-214h-512v214h512zM704 726q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM320 726q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM170 682v-426q0-102 88-136t254-34 254 34 88 136v426q0 56-44 96v76q0 18-12 30t-30 12h-42q-18 0-31-12t-13-30v-44h-340v44q0 18-13 30t-31 12h-42q-18 0-30-12t-12-30v-76q-44-40-44-96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["directions_bus"],"grid":24},"attrs":[],"properties":{"ligatures":"directions_bus","id":524,"order":472,"prevSize":24,"code":60086,"name":"directions_bus"},"setIdx":2,"setId":7,"iconIdx":524},{"icon":{"paths":["M214 470h596l-64-192h-468zM746 682q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM278 682q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM808 256l88 256v342q0 18-12 30t-30 12h-44q-18 0-30-12t-12-30v-44h-512v44q0 18-12 30t-30 12h-44q-18 0-30-12t-12-30v-342l88-256q12-42 62-42h468q50 0 62 42z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["directions_car"],"grid":24},"attrs":[],"properties":{"ligatures":"directions_car","id":525,"order":471,"prevSize":24,"code":60087,"name":"directions_car"},"setIdx":2,"setId":7,"iconIdx":525},{"icon":{"paths":["M256 256v170l256-84 256 84v-170h-512zM168 810l-80-284q-2-4-2-14 0-28 30-40l54-18v-198q0-34 26-60t60-26h128v-128h256v128h128q34 0 60 26t26 60v198l54 18q42 14 28 54l-80 284h-2q-98 0-172-84-74 84-170 84t-170-84q-74 84-172 84h-2zM854 896h84v86h-84q-90 0-172-42-80 40-170 40t-170-40q-82 42-172 42h-84v-86h84q92 0 172-56 78 54 170 54t170-54q80 56 172 56z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["directions_ferry"],"grid":24},"attrs":[],"properties":{"ligatures":"directions_ferry","id":526,"order":470,"prevSize":24,"code":60088,"name":"directions_ferry"},"setIdx":2,"setId":7,"iconIdx":526},{"icon":{"paths":["M768 470v-214h-214v214h214zM704 726q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM470 470v-214h-214v214h214zM320 726q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM512 86q166 0 254 34t88 136v406q0 62-44 105t-106 43l64 64v22h-512v-22l64-64q-62 0-106-43t-44-105v-406q0-102 88-136t254-34z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["directions_subway","directions_transit"],"grid":24},"attrs":[],"properties":{"ligatures":"directions_subway, directions_transit","id":527,"order":468,"prevSize":24,"code":60089,"name":"directions_subway"},"setIdx":2,"setId":7,"iconIdx":527},{"icon":{"paths":["M768 426v-212h-512v212h512zM512 726q34 0 60-26t26-60-26-60-60-26-60 26-26 60 26 60 60 26zM170 662v-448q0-102 88-137t254-35 254 35 88 137v448q0 62-44 105t-106 43l64 64v22h-512v-22l64-64q-62 0-106-43t-44-105z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["directions_train"],"grid":24},"attrs":[],"properties":{"ligatures":"directions_train","id":528,"order":469,"prevSize":24,"code":60090,"name":"directions_train"},"setIdx":2,"setId":7,"iconIdx":528},{"icon":{"paths":["M418 380l-120 602h90l78-342 88 86v256h86v-320l-90-86 26-128q92 106 234 106v-84q-124 0-182-104l-44-68q-30-42-72-42-6 0-17 2t-17 2l-222 94v200h86v-144l76-30zM576 234q-34 0-60-25t-26-59 26-60 60-26 60 26 26 60-26 59-60 25z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["directions_walk"],"grid":24},"attrs":[],"properties":{"ligatures":"directions_walk","id":529,"order":475,"prevSize":24,"code":60091,"name":"directions_walk"},"setIdx":2,"setId":7,"iconIdx":529},{"icon":{"paths":["M810 298q70 0 121 51t51 121v384h-86v-128h-768v128h-86v-640h86v384h342v-300h340zM298 554q-52 0-90-38t-38-90 38-90 90-38 90 38 38 90-38 90-90 38z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["hotel","local_hotel"],"grid":24},"attrs":[],"properties":{"ligatures":"hotel, local_hotel","id":530,"order":474,"prevSize":24,"code":60092,"name":"hotel"},"setIdx":2,"setId":7,"iconIdx":530},{"icon":{"paths":["M512 682q-18-14-163-127t-221-171l384-298 384 298q-76 58-220 170t-164 128zM512 792l314-246 70 54-384 298-384-298 70-54z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["layers"],"grid":24},"attrs":[],"properties":{"ligatures":"layers","id":531,"order":476,"prevSize":24,"code":60093,"name":"layers"},"setIdx":2,"setId":7,"iconIdx":531},{"icon":{"paths":["M318 298h388l76-84h-540zM896 214l-342 384v212h214v86h-512v-86h214v-212l-342-384v-86h768v86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_bar"],"grid":24},"attrs":[],"properties":{"ligatures":"local_bar","id":535,"order":451,"prevSize":24,"code":60094,"name":"local_bar"},"setIdx":2,"setId":7,"iconIdx":535},{"icon":{"paths":["M170 810h684v86h-684v-86zM854 342v-128h-86v128h86zM854 128q36 0 60 25t24 61v128q0 36-24 60t-60 24h-86v128q0 70-50 121t-120 51h-256q-70 0-121-51t-51-121v-426h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_cafe","free_breakfast"],"grid":24},"attrs":[],"properties":{"ligatures":"local_cafe, free_breakfast","id":536,"order":450,"prevSize":24,"code":60095,"name":"local_cafe"},"setIdx":2,"setId":7,"iconIdx":536},{"icon":{"paths":["M768 426q18 0 30-12t12-30-12-30-30-12-30 12-12 30 12 30 30 12zM512 426v-212h-256v212h256zM844 308q30 30 30 76v406q0 44-31 75t-75 31-75-31-31-75v-214h-64v320h-428v-682q0-34 26-60t60-26h256q34 0 60 26t26 60v298h42q34 0 60 26t26 60v192q0 18 12 30t30 12 30-12 12-30v-308q-18 8-42 8-44 0-75-31t-31-75q0-72 68-100l-90-90 46-44z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_gas_station"],"grid":24},"attrs":[],"properties":{"ligatures":"local_gas_station","id":541,"order":466,"prevSize":24,"code":60096,"name":"local_gas_station"},"setIdx":2,"setId":7,"iconIdx":541},{"icon":{"paths":["M726 768q34 0 59 26t25 60-25 59-59 25-60-25-26-59 26-60 60-26zM42 86h140l40 84h632q18 0 30 13t12 31q0 2-6 20l-152 276q-24 44-74 44h-318l-38 70-2 6q0 10 10 10h494v86h-512q-34 0-59-26t-25-60q0-20 10-40l58-106-154-324h-86v-84zM298 768q34 0 60 26t26 60-26 59-60 25-59-25-25-59 25-60 59-26z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_grocery_store","shopping_cart"],"grid":24},"attrs":[],"properties":{"ligatures":"local_grocery_store, shopping_cart","id":542,"order":465,"prevSize":24,"code":60097,"name":"local_grocery_store"},"setIdx":2,"setId":7,"iconIdx":542},{"icon":{"paths":["M768 384v-86h-86v86h86zM768 554v-84h-86v84h86zM768 726v-86h-86v86h86zM342 384v-86h-86v86h86zM342 554v-84h-86v84h86zM342 726v-86h-86v86h86zM768 128h86v768h-86v-86h-86v86h-340v-86h-86v86h-86v-768h86v86h86v-86h340v86h86v-86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_movies","theaters"],"grid":24},"attrs":[],"properties":{"ligatures":"local_movies, theaters","id":547,"order":458,"prevSize":24,"code":60098,"name":"local_movies"},"setIdx":2,"setId":7,"iconIdx":547},{"icon":{"paths":["M234 298q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM914 494q24 24 24 60t-24 60l-300 300q-24 24-60 24t-60-24l-384-384q-24-24-24-60v-300q0-34 25-59t59-25h300q36 0 60 24z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_offer"],"grid":24},"attrs":[],"properties":{"ligatures":"local_offer","id":548,"order":464,"prevSize":24,"code":60100,"name":"local_offer"},"setIdx":2,"setId":7,"iconIdx":548},{"icon":{"paths":["M634 492l-62 62 294 294-60 60-294-294-294 294-60-60 416-416q-24-48-7-112t67-114q62-62 138-71t122 37 37 123-71 139q-50 50-114 66t-112-8zM346 570l-180-180q-50-50-50-120t50-120l300 298z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_restaurant","restaurant_menu"],"grid":24},"attrs":[],"properties":{"ligatures":"local_restaurant, restaurant_menu","id":553,"order":463,"prevSize":24,"code":60101,"name":"local_restaurant"},"setIdx":2,"setId":7,"iconIdx":553},{"icon":{"paths":["M768 790q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM832 406h-106v106h190zM256 790q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM854 342l128 170v214h-86q0 52-38 90t-90 38-90-38-38-90h-256q0 52-38 90t-90 38-90-38-38-90h-86v-470q0-34 26-60t60-26h598v172h128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_shipping"],"grid":24},"attrs":[],"properties":{"ligatures":"local_shipping","id":554,"order":462,"prevSize":24,"code":60103,"name":"local_shipping"},"setIdx":2,"setId":7,"iconIdx":554},{"icon":{"paths":["M214 470h596l-64-192h-468zM746 682q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM278 682q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM808 256l88 256v342q0 18-12 30t-30 12h-44q-18 0-30-12t-12-30v-44h-512v44q0 18-12 30t-30 12h-44q-18 0-30-12t-12-30v-342l88-256q12-42 62-42h106v-86h256v86h106q50 0 62 42z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["local_taxi"],"grid":24},"attrs":[],"properties":{"ligatures":"local_taxi","id":555,"order":461,"prevSize":24,"code":60105,"name":"local_taxi"},"setIdx":2,"setId":7,"iconIdx":555},{"icon":{"paths":["M640 810v-506l-256-90v506zM874 128q22 0 22 22v644q0 16-16 20l-240 82-256-90-228 88-6 2q-22 0-22-22v-644q0-16 16-20l240-82 256 90 228-88z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["map"],"grid":24},"attrs":[],"properties":{"ligatures":"map","id":557,"order":181,"prevSize":24,"code":59991,"name":"map1"},"setIdx":2,"setId":7,"iconIdx":557},{"icon":{"paths":["M512 86l320 780-30 30-290-128-290 128-30-30z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["navigation"],"grid":24},"attrs":[],"properties":{"ligatures":"navigation","id":558,"order":460,"prevSize":24,"code":60106,"name":"navigation"},"setIdx":2,"setId":7,"iconIdx":558},{"icon":{"paths":["M214 854h596v84h-596v-84zM426 342q0 36 25 60t61 24 61-24 25-60q0-34-26-60t-60-26-60 26-26 60zM768 342q0 86-64 203t-128 191l-64 74q-28-30-71-82t-114-176-71-210q0-106 75-181t181-75 181 75 75 181z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pin_drop"],"grid":24},"attrs":[],"properties":{"ligatures":"pin_drop","id":559,"order":379,"prevSize":24,"code":59992,"name":"pin_drop"},"setIdx":2,"setId":7,"iconIdx":559},{"icon":{"paths":["M214 768h596l-192-256-148 192-108-128zM214 512q124 0 211-88t87-212h-86q0 88-62 151t-150 63v86zM214 212v130q52 0 90-39t38-91h-128zM810 128q34 0 60 26t26 60v596q0 34-26 60t-60 26h-596q-34 0-60-26t-26-60v-596q0-34 26-60t60-26h596z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["satellite"],"grid":24},"attrs":[],"properties":{"ligatures":"satellite","id":561,"order":459,"prevSize":24,"code":60107,"name":"satellite"},"setIdx":2,"setId":7,"iconIdx":561},{"icon":{"paths":["M512 768v-170h-256v170h256zM896 598h-42v256h-86v-256h-170v256h-428v-256h-42v-86l42-214h684l42 214v86zM854 170v86h-684v-86h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["store_mall_directory","store"],"grid":24},"attrs":[],"properties":{"ligatures":"store_mall_directory, store","id":562,"order":457,"prevSize":24,"code":60108,"name":"store_mall_directory"},"setIdx":2,"setId":7,"iconIdx":562},{"icon":{"paths":["M512 384q36 0 61-25t25-61-25-60-61-24-61 24-25 60 25 61 61 25zM512 598q34-2 59-27t25-59-25-59-59-27h-2q-36 0-61 25t-25 61 25 61 61 25h2zM512 810q34-2 59-26t25-58-25-59-59-27h-2q-36 0-61 25t-25 61 25 60 61 24h2zM854 426q0 60-36 105t-92 61v48h128q0 60-36 104t-92 60v50q0 18-13 30t-31 12h-340q-18 0-31-12t-13-30v-50q-56-16-92-60t-36-104h128v-48q-56-16-92-61t-36-105h128v-48q-56-16-92-60t-36-104h128v-44q0-18 13-30t31-12h340q18 0 31 12t13 30v44h128q0 60-36 104t-92 60v48h128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["traffic"],"grid":24},"attrs":[],"properties":{"ligatures":"traffic","id":563,"order":456,"prevSize":24,"code":60109,"name":"traffic"},"setIdx":2,"setId":7,"iconIdx":563},{"icon":{"paths":["M682 256q0-60 65-115t149-55v852h-106v-340h-108v-342zM470 384v-298h84v298q0 68-46 117t-114 53v384h-106v-384q-68-4-114-53t-46-117v-298h86v298h84v-298h86v298h86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["restaurant"],"grid":24},"attrs":[],"properties":{"ligatures":"restaurant","id":570,"order":467,"prevSize":24,"code":60110,"name":"restaurant"},"setIdx":2,"setId":7,"iconIdx":570},{"icon":{"paths":["M704 726q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM554 426h214v-170h-214v170zM470 426v-170h-214v170h214zM320 726q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM512 86q166 0 254 34t88 136v406q0 62-44 105t-106 43l64 64v22h-86l-84-86h-162l-84 86h-96v-22l64-64q-62 0-106-43t-44-105v-406q0-54 28-90t81-52 106-22 127-6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["train"],"grid":24},"attrs":[],"properties":{"ligatures":"train","id":574,"order":453,"prevSize":24,"code":60111,"name":"train"},"setIdx":2,"setId":7,"iconIdx":574},{"icon":{"paths":["M726 598v-214h-428v214h428zM512 790q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM810 722q0 56-29 94t-81 38h4l64 64v20h-86l-84-84h-162l-84 84h-96v-20l68-68q-46-10-78-46t-32-82v-360q0-82 68-113t186-35l34-64h-204v-64h428v64h-140l-32 64q126 4 191 34t65 114v360z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tram"],"grid":24},"attrs":[],"properties":{"ligatures":"tram","id":575,"order":452,"prevSize":24,"code":60112,"name":"tram"},"setIdx":2,"setId":7,"iconIdx":575},{"icon":{"paths":["M704 170v182l122 72-32 52-154-92v-214h64zM682 554q88 0 151-62t63-150-63-151-151-63-150 63-62 151 62 150 150 62zM576 810q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM128 554h346q-90-86-90-212h-256v212zM192 810q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM682 42q124 0 212 88t88 212q0 112-74 195t-182 99v132q0 54-44 94v76q0 18-12 31t-30 13h-42q-18 0-31-13t-13-31v-42h-340v42q0 18-13 31t-31 13h-42q-18 0-30-13t-12-31v-76q-44-40-44-94v-426q0-102 88-137t254-35q8 0 26 1t26 1q90-130 246-130z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["departure_board"],"grid":24},"attrs":[],"properties":{"ligatures":"departure_board","id":580,"order":454,"prevSize":24,"code":60113,"name":"departure_board"},"setIdx":2,"setId":7,"iconIdx":580},{"icon":{"paths":["M44 726h640v84h-640v-84zM684 640h-642q0-98 66-164t160-82 189 0 161 82 66 164zM42 938v-42h642v42q0 18-13 30t-31 12h-554q-18 0-31-12t-13-30zM770 980v-342q0-126-104-226-62-62-182-96l-12-100h212v-174h84v174h214l-72 702q-4 26-23 44t-45 18h-72z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fastfood"],"grid":24},"attrs":[],"properties":{"ligatures":"fastfood","id":584,"order":455,"prevSize":24,"code":60114,"name":"fastfood"},"setIdx":2,"setId":7,"iconIdx":584},{"icon":{"paths":["M498 166l-346 346 346 346-76 76-422-422 422-422z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow_back_ios"],"grid":24},"attrs":[],"properties":{"ligatures":"arrow_back_ios","id":614,"order":167,"prevSize":24,"code":59668,"name":"arrow_back_ios"},"setIdx":2,"setId":7,"iconIdx":614},{"icon":{"paths":["M250 176l92-90 426 426-426 426-92-90 338-336z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow_forward_ios"],"grid":24},"attrs":[],"properties":{"ligatures":"arrow_forward_ios","id":615,"order":166,"prevSize":24,"code":59669,"name":"arrow_forward_ios"},"setIdx":2,"setId":7,"iconIdx":615},{"icon":{"paths":["M768 686q52 0 88 37t36 87q0 52-37 89t-87 37-87-37-37-89q0-20 2-28l-302-176q-38 34-88 34-52 0-90-38t-38-90 38-90 90-38q50 0 88 34l300-174q-4-20-4-30 0-52 38-90t90-38 90 38 38 90-38 90-90 38q-48 0-88-36l-300 176q4 20 4 30t-4 30l304 176q36-32 84-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["share"],"grid":24},"attrs":[],"properties":{"ligatures":"share","id":691,"order":477,"prevSize":24,"code":60115,"name":"share"},"setIdx":2,"setId":7,"iconIdx":691},{"icon":{"paths":["M306 630q0 10 10 10h494v86h-512q-34 0-59-26t-25-60q0-20 10-40l58-106-154-324h-86v-84h140q40 84 80 170 10 18 46 95t56 119h300q150-272 164-300l74 42-164 298q-24 44-74 44h-318l-38 70zM726 768q34 0 59 26t25 60-25 59-59 25-60-25-26-59 26-60 60-26zM298 768q34 0 60 26t26 60-26 59-60 25-59-25-25-59 25-60 59-26zM470 384v-128h-128v-86h128v-128h84v128h128v86h-128v128h-84z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["add_shopping_cart"],"grid":24},"attrs":[],"properties":{"ligatures":"add_shopping_cart","id":712,"order":482,"prevSize":24,"code":60116,"name":"add_shopping_cart"},"setIdx":2,"setId":7,"iconIdx":712},{"icon":{"paths":["M598 512v-86h-172v86h172zM598 682v-84h-172v84h172zM854 342v84h-90q4 28 4 44v42h86v86h-86v42q0 14-4 42h90v86h-120q-34 58-93 93t-129 35-129-35-93-93h-120v-86h90q-4-28-4-42v-42h-86v-86h86v-42q0-16 4-44h-90v-84h120q30-50 78-84l-70-70 60-60 94 92q30-6 60-6t60 6l94-92 60 60-70 70q50 34 78 84h120z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bug_report"],"grid":24},"attrs":[],"properties":{"ligatures":"bug_report","id":728,"order":481,"prevSize":24,"code":60117,"name":"bug_report"},"setIdx":2,"setId":7,"iconIdx":728},{"icon":{"paths":["M968 810q14 8 13 27t-17 33l-98 98q-30 30-60 0l-388-388q-72 30-153 13t-141-77q-64-64-80-152t24-164l188 184 128-128-184-184q76-36 164-22t152 78q60 60 77 141t-13 153z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["build"],"grid":24},"attrs":[],"properties":{"ligatures":"build","id":729,"order":480,"prevSize":24,"code":60118,"name":"build"},"setIdx":2,"setId":7,"iconIdx":729},{"icon":{"paths":["M606 606l162-350-350 162-162 350zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125zM512 466q20 0 33 13t13 33-13 33-33 13-33-13-13-33 13-33 33-13z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["explore"],"grid":24},"attrs":[],"properties":{"ligatures":"explore","id":743,"order":479,"prevSize":24,"code":60119,"name":"explore"},"setIdx":2,"setId":7,"iconIdx":743},{"icon":{"paths":["M874 470q44 0 76 31t32 75-32 75-76 31h-64v172q0 34-25 59t-59 25h-162v-64q0-48-34-81t-82-33-82 33-34 81v64h-162q-34 0-59-25t-25-59v-162h64q48 0 81-34t33-82-33-82-81-34h-64v-162q0-34 25-59t59-25h172v-64q0-44 31-76t75-32 75 32 31 76v64h172q34 0 59 25t25 59v172h64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["extension"],"grid":24},"attrs":[],"properties":{"ligatures":"extension","id":744,"order":478,"prevSize":24,"code":60120,"name":"extension"},"setIdx":2,"setId":7,"iconIdx":744},{"icon":{"paths":["M512 910l-62-56q-106-96-154-142t-107-114-81-123-22-113q0-98 67-166t167-68q116 0 192 90 76-90 192-90 100 0 167 68t67 166q0 78-52 162t-113 146-199 186z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["favorite"],"grid":24},"attrs":[],"properties":{"ligatures":"favorite","id":746,"order":483,"prevSize":24,"code":60121,"name":"favorite"},"setIdx":2,"setId":7,"iconIdx":746},{"icon":{"paths":["M516 792q96-86 142-130t100-104 75-106 21-90q0-64-43-106t-107-42q-50 0-93 28t-59 72h-80q-16-44-59-72t-93-28q-64 0-107 42t-43 106q0 44 21 90t75 106 100 104 142 130l4 4zM704 128q100 0 167 68t67 166q0 58-22 113t-81 123-107 114-154 142l-62 56-62-54q-138-124-199-186t-113-146-52-162q0-98 67-166t167-68q116 0 192 90 76-90 192-90z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["favorite_outline"],"grid":24},"attrs":[],"properties":{"ligatures":"favorite_outline","id":747,"order":484,"prevSize":24,"code":60122,"name":"favorite_outline"},"setIdx":2,"setId":7,"iconIdx":747},{"icon":{"paths":["M662 640q26 0 45 18t19 46-19 46-45 18-45-18-19-46 19-46 45-18zM746 426q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zM512 896q160 0 272-112t112-272-112-272-272-112-272 112-112 272 112 272 272 112zM512 42q194 0 332 138t138 332-138 332-332 138-332-138-138-332 138-332 332-138zM362 640q26 0 45 18t19 46-19 46-45 18-45-18-19-46 19-46 45-18zM640 278q0 26-18 45t-46 19h-128q-28 0-46-19t-18-45 18-45 46-19h128q28 0 46 19t18 45zM342 490q0 26-19 45t-45 19-45-19-19-45 19-45 45-19 45 19 19 45z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["settings_input_svideo"],"grid":24},"attrs":[],"properties":{"ligatures":"settings_input_svideo","id":800,"order":485,"prevSize":24,"code":60123,"name":"settings_input_svideo"},"setIdx":2,"setId":7,"iconIdx":800},{"icon":{"paths":["M896 384l-170 170v-128h-300v-84h300v-128zM298 470v128h300v84h-300v128l-170-170z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["swap_horiz"],"grid":24},"attrs":[],"properties":{"ligatures":"swap_horiz","id":814,"order":503,"prevSize":24,"code":60124,"name":"swap_horiz"},"setIdx":2,"setId":7,"iconIdx":814},{"icon":{"paths":["M384 128l170 170h-128v300h-84v-300h-128zM682 726h128l-170 170-170-170h128v-300h84v300z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["swap_vert"],"grid":24},"attrs":[],"properties":{"ligatures":"swap_vert","id":815,"order":504,"prevSize":24,"code":60125,"name":"swap_vert"},"setIdx":2,"setId":7,"iconIdx":815},{"icon":{"paths":["M810 128h172v512h-172v-512zM640 128q34 0 60 26t26 60v426q0 34-26 60l-280 282-46-46q-18-18-18-44v-14l42-196h-270q-34 0-60-25t-26-59v-86q0-16 6-32l130-300q20-52 78-52h384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thumb_down"],"grid":24},"attrs":[],"properties":{"ligatures":"thumb_down","id":820,"order":381,"prevSize":24,"code":59993,"name":"thumb_down"},"setIdx":2,"setId":7,"iconIdx":820},{"icon":{"paths":["M982 426v86q0 16-6 32l-130 300q-20 52-78 52h-384q-34 0-60-26t-26-60v-426q0-34 26-60l280-282 46 46q18 18 18 44v14l-42 196h270q34 0 60 25t26 59zM42 896v-512h172v512h-172z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["thumb_up"],"grid":24},"attrs":[],"properties":{"ligatures":"thumb_up","id":821,"order":380,"prevSize":24,"code":59994,"name":"thumb_up"},"setIdx":2,"setId":7,"iconIdx":821},{"icon":{"paths":["M678 726h138l-70-186zM790 426l192 512h-86l-48-128h-202l-48 128h-86l192-512h86zM550 642l-34 88-132-132-214 212-60-60 218-214q-80-88-128-194h86q42 80 98 142 92-102 136-228h-478v-86h300v-84h84v84h300v86h-126q-20 64-66 145t-92 133l-2 2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["translate"],"grid":24},"attrs":[],"properties":{"ligatures":"translate","id":827,"order":488,"prevSize":24,"code":60126,"name":"translate"},"setIdx":2,"setId":7,"iconIdx":827},{"icon":{"paths":["M682 768l98-98-208-208-170 170-316-316 60-60 256 256 170-170 268 268 98-98v256h-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trending_down"],"grid":24},"attrs":[],"properties":{"ligatures":"trending_down","id":828,"order":502,"prevSize":24,"code":60127,"name":"trending_down"},"setIdx":2,"setId":7,"iconIdx":828},{"icon":{"paths":["M938 512l-170 170v-128h-640v-84h640v-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trending_neutral"],"grid":24},"attrs":[],"properties":{"ligatures":"trending_neutral","id":829,"order":501,"prevSize":24,"code":60128,"name":"trending_neutral"},"setIdx":2,"setId":7,"iconIdx":829},{"icon":{"paths":["M682 256h256v256l-98-98-268 268-170-170-256 256-60-60 316-316 170 170 208-208z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["trending_up"],"grid":24},"attrs":[],"properties":{"ligatures":"trending_up","id":830,"order":500,"prevSize":24,"code":60129,"name":"trending_up"},"setIdx":2,"setId":7,"iconIdx":830},{"icon":{"paths":["M426 726l342-342-60-60-282 280-110-110-60 60zM512 42l384 172v256q0 178-110 325t-274 187q-164-40-274-187t-110-325v-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["verified_user"],"grid":24},"attrs":[],"properties":{"ligatures":"verified_user","id":831,"order":505,"prevSize":24,"code":60130,"name":"verified_user"},"setIdx":2,"setId":7,"iconIdx":831},{"icon":{"paths":["M598 616q-164-46-412-110l-68-20v-220l62 16 40 100 212 56v-352l82 22 118 384 226 60q26 8 39 31t7 49q-8 26-30 38t-48 6zM106 810h812v86h-812v-86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flight_land"],"grid":24},"attrs":[],"properties":{"ligatures":"flight_land","id":856,"order":487,"prevSize":24,"code":60131,"name":"flight_land"},"setIdx":2,"setId":7,"iconIdx":856},{"icon":{"paths":["M942 412q6 26-7 48t-39 30q-248 66-412 110l-226 60-68 20-112-192 62-16 84 64 212-56-176-306 82-22 294 274 228-60q26-8 49 6t29 40zM106 810h812v86h-812v-86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["flight_takeoff"],"grid":24},"attrs":[],"properties":{"ligatures":"flight_takeoff","id":857,"order":486,"prevSize":24,"code":60133,"name":"flight_takeoff"},"setIdx":2,"setId":7,"iconIdx":857},{"icon":{"paths":["M636 938h-6q-92-24-158-90-38-38-65-103t-27-119q0-52 38-89t92-37 93 37 39 89q0 34 25 58t63 24 64-24 26-58q0-120-91-206t-219-86q-92 0-168 47t-114 125q-24 50-24 120 0 80 28 154 6 20-14 26t-26-12q-32-82-32-168 0-78 30-138 42-90 129-144t191-54q146 0 249 99t103 237q0 52-39 88t-93 36-92-36-38-88q0-34-26-59t-64-25-63 25-25 59q0 112 80 192 56 56 140 78 18 2 14 26-4 16-20 16zM530 626q0 74 55 128t137 54q4 0 18-2t23-2 18 3 11 13q4 22-18 26-24 4-52 4-80 0-132-38-102-70-102-186 0-22 22-22 20 0 20 22zM416 930q-8 0-14-6-54-54-86-114-46-80-46-184 0-94 71-162t171-68 171 68 71 162q0 20-22 20t-22-20q0-78-58-133t-140-55-140 55-58 133q0 96 38 164 26 46 80 104 16 14 0 30-6 6-16 6zM150 414q-22 0-22-20 0-4 4-12 64-92 160-140 100-52 220-52t220 52q98 48 160 138 4 8 4 12 0 14-16 20t-24-8q-60-82-144-124-92-46-200-47t-200 47q-90 46-146 126-6 8-16 8zM760 190q-8 0-10-2-118-60-238-60-130 0-238 60-10 6-20 0t-10-18q0-14 10-20 116-64 258-64 130 0 258 64 18 10 8 28-8 12-18 12z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fingerprint"],"grid":24},"attrs":[],"properties":{"ligatures":"fingerprint","id":864,"order":490,"prevSize":24,"code":60136,"name":"fingerprint"},"setIdx":2,"setId":7,"iconIdx":864},{"icon":{"paths":["M164 404l240 242-120 120-242-240zM526 42l240 242-120 120-242-240zM224 344l120-120 604 604-120 120zM42 896h512v86h-512v-86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["gavel"],"grid":24},"attrs":[],"properties":{"ligatures":"gavel","id":865,"order":491,"prevSize":24,"code":60137,"name":"gavel"},"setIdx":2,"setId":7,"iconIdx":865},{"icon":{"paths":["M548 768h88q-14 70-76 120t-134 50q-88 0-150-62t-62-150q0-72 50-134t120-76v88q-38 14-62 47t-24 75q0 52 38 90t90 38q42 0 75-24t47-62zM426 388q0-48 42-76t86-2h2v2q14 6 26 18l56 62q72 78 172 78v84q-112 0-212-82v146h128q34 0 59 26t25 60v234h-84v-212h-214q-34 0-60-26t-26-60v-252zM426 170q0-36 25-60t61-24 61 24 25 60-25 61-61 25-61-25-25-61z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["accessible"],"grid":24},"attrs":[],"properties":{"ligatures":"accessible","id":870,"order":489,"prevSize":24,"code":60138,"name":"accessible"},"setIdx":2,"setId":7,"iconIdx":870},{"icon":{"paths":["M746 726q44 0 75-32t31-76-31-75-75-31-76 31-32 75 32 76 76 32zM378 652l-122-2v-64h122q-24-74-102-74-44 0-75 31t-31 75 31 76 75 32q32 0 63-22t39-52zM746 426q80 0 136 56t56 136-56 136-136 56-136-56-56-136q0-4 1-10t1-10l-90 54q-12 66-67 112t-121 46q-80 0-136-56t-56-136 55-136 135-56h346l-84-84h-154v-86h188l172 172q0-2 2-2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["motorcycle"],"grid":24},"attrs":[],"properties":{"ligatures":"motorcycle","id":877,"order":493,"prevSize":24,"code":60139,"name":"motorcycle"},"setIdx":2,"setId":7,"iconIdx":877},{"icon":{"paths":["M740 634l34 34t17 18 16 19 15 19 13 20 10 22 6 23 2 24-1 25q-22 84-100 100-14 2-97-8t-139-10h-8q-56 0-139 10t-97 8q-78-16-100-100-6-40 14-82t37-60 61-62q20-22 53-62t53-62q36-44 74-56 8-4 14-4 12-2 34-2 24 0 34 2 6 0 14 4 38 12 74 56 18 22 52 62t54 62zM726 406q0-44 31-76t75-32 75 32 31 76-31 75-75 31-75-31-31-75zM534 234q0-44 31-75t75-31 75 31 31 75-31 76-75 32-75-32-31-76zM278 234q0-44 31-75t75-31 75 31 31 75-31 76-75 32-75-32-31-76zM86 406q0-44 31-76t75-32 75 32 31 76-31 75-75 31-75-31-31-75z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pets"],"grid":24},"attrs":[],"properties":{"ligatures":"pets","id":879,"order":492,"prevSize":24,"code":60140,"name":"pets"},"setIdx":2,"setId":7,"iconIdx":879},{"icon":{"paths":["M982 342q0 34-26 59t-60 25h-2q-14 0-20-2l-152 152q4 12 4 22 0 34-26 59t-60 25-60-25-26-59q0-10 4-22l-110-110q-12 4-22 4t-22-4l-194 194q4 12 4 22 0 34-26 60t-60 26-60-26-26-60 26-59 60-25q16 0 22 2l194-194q-2-6-2-22 0-34 25-60t59-26 60 26 26 60q0 16-2 22l108 108q6-2 22-2t22 2l152-150q-4-12-4-22 0-34 26-60t60-26 60 26 26 60z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["timeline"],"grid":24},"attrs":[],"properties":{"ligatures":"timeline","id":884,"order":499,"prevSize":24,"code":60141,"name":"timeline"},"setIdx":2,"setId":7,"iconIdx":884},{"icon":{"paths":["M918 874v-596q0-18-13-31t-31-13h-386l56 162h62v-54h54v54h194v56h-82q-30 100-102 180l140 140-40 38-132-132 44 132-84 108h276q18 0 31-13t13-31zM562 452l34 100 36 48q62-68 88-148h-158zM298 682q92 0 149-58t57-150q0-2-6-44h-200v74h126q-4 38-36 70t-90 32q-56 0-95-40t-39-96q0-58 39-98t95-40q54 0 88 34l56-54q-62-56-144-56-88 0-150 63t-62 151 62 150 150 62zM896 170q34 0 60 26t26 60v640q0 34-26 60t-60 26h-384l-42-128h-342q-34 0-60-26t-26-60v-640q0-34 26-60t60-26h298l44 128h426z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["g_translate"],"grid":24},"attrs":[],"properties":{"ligatures":"g_translate","id":889,"order":496,"prevSize":24,"code":60142,"name":"g_translate"},"setIdx":2,"setId":7,"iconIdx":889},{"icon":{"paths":["M298 768q34 0 60 26t26 60-26 59-60 25-59-25-25-59 25-60 59-26zM664 554l-384-384h574q18 0 30 13t12 31q0 2-6 20l-152 276q-24 44-74 44zM316 640h216l-86-86h-100l-38 70-2 6q0 10 10 10zM970 970l-54 54-122-122q-26 36-68 36-34 0-60-25t-26-59q0-44 36-70l-60-58h-318q-34 0-59-26t-25-60q0-20 10-40l58-106-94-198-188-188 54-54z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["remove_shopping_cart"],"grid":24},"attrs":[],"properties":{"ligatures":"remove_shopping_cart","id":890,"order":494,"prevSize":24,"code":60143,"name":"remove_shopping_cart"},"setIdx":2,"setId":7,"iconIdx":890},{"icon":{"paths":["M512 256q-34 0-60-26t-26-60 26-59 60-25 60 25 26 59-26 60-60 26zM874 256l22 86q-100 28-256 42v554h-86v-256h-84v256h-86v-554q-156-14-256-42l22-86q156 42 362 42t362-42z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["accessibility_new"],"grid":24},"attrs":[],"properties":{"ligatures":"accessibility_new","id":894,"order":498,"prevSize":24,"code":60144,"name":"accessibility_new"},"setIdx":2,"setId":7,"iconIdx":894},{"icon":{"paths":["M726 576q34 0 59 26t25 60v234h-84v-214h-214q-46 0-72-41t-6-83l78-174h-94l-28 66-82-24 28-76q22-52 80-52h222q48 0 74 40t6 82l-72 156h80zM598 726q0 88-63 150t-151 62-151-62-63-150 63-151 151-63v86q-52 0-90 38t-38 90 38 90 90 38 90-38 38-90h86zM640 194q0-36 25-61t61-25 60 25 24 61-24 61-60 25-61-25-25-61z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["accessible_forward"],"grid":24},"attrs":[],"properties":{"ligatures":"accessible_forward","id":902,"order":495,"prevSize":24,"code":60145,"name":"accessible_forward"},"setIdx":2,"setId":7,"iconIdx":902},{"icon":{"paths":["M512 854q106 0 193-61t125-157q-60-48-164-48-58 0-123 25t-65 65v174q12 2 34 2zM410 678q0-70 80-114-50-10-80-10-54 0-122 19t-98 53q28 76 86 132t134 80v-160zM410 288q-42 0-72 30t-30 72 30 71 72 29 71-29 29-71-29-72-71-30zM666 356q-34 0-58 24t-24 58 24 58 58 24 58-24 24-58-24-58-58-24zM512 86q176 0 301 125t125 301-125 301-301 125q-178 0-303-125t-125-301 125-301 303-125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["supervised_user_circle"],"grid":24},"attrs":[],"properties":{"ligatures":"supervised_user_circle","id":907,"order":497,"prevSize":24,"code":60146,"name":"supervised_user_circle"},"setIdx":2,"setId":7,"iconIdx":907},{"icon":{"paths":["M854 86v256h-598v-86h-86v170h428v214h84v342h-256v-342h86v-128h-426v-342h170v-84h598z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["imagesearch_roller"],"grid":24},"attrs":[],"properties":{"ligatures":"imagesearch_roller","id":997,"order":510,"prevSize":24,"code":60147,"name":"imagesearch_roller"},"setIdx":2,"setId":7,"iconIdx":997},{"icon":{"paths":["M726 726h-428v-128l-170 170 170 170v-128h512v-256h-84v172zM298 298h428v128l170-170-170-170v128h-512v256h84v-172zM896 42q34 0 60 26t26 60v768q0 34-26 60t-60 26h-768q-34 0-60-26t-26-60v-768q0-34 26-60t60-26h768z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["repeat_on"],"grid":24},"attrs":[],"properties":{"ligatures":"repeat_on","id":1018,"order":508,"prevSize":24,"code":60148,"name":"repeat_on"},"setIdx":2,"setId":7,"iconIdx":1018},{"icon":{"paths":["M554 640v-256h-42l-86 42v44h64v170h64zM726 726h-428v-128l-170 170 170 170v-128h512v-256h-84v172zM298 298h428v128l170-170-170-170v128h-512v256h84v-172zM896 42q34 0 60 26t26 60v768q0 34-26 60t-60 26h-768q-34 0-60-26t-26-60v-768q0-34 26-60t60-26h768z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["repeat_one_on"],"grid":24},"attrs":[],"properties":{"ligatures":"repeat_one_on","id":1019,"order":509,"prevSize":24,"code":60149,"name":"repeat_one_on"},"setIdx":2,"setId":7,"iconIdx":1019},{"icon":{"paths":["M768 512q0-106-75-181t-181-75v-128l-170 170 170 172v-128q70 0 120 50t50 120-50 120-120 50-120-50-50-120h-86q0 106 75 181t181 75 181-75 75-181zM512 86q176 0 301 125t125 301-125 301-301 125-301-125-125-301 125-301 301-125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["replay_circle_filled"],"grid":24},"attrs":[],"properties":{"ligatures":"replay_circle_filled","id":1020,"order":507,"prevSize":24,"code":60150,"name":"replay_circle_filled"},"setIdx":2,"setId":7,"iconIdx":1020},{"icon":{"paths":["M512 682q-34 0-60-25t-26-59q0-36 26-62l362-240-242 362q-24 24-60 24zM870 366q28 44 48 112t20 120q0 118-56 212-26 44-74 44h-592q-48 0-74-44-56-94-56-212 0-176 125-301t303-125q52 0 119 20t111 48l-80 52q-72-36-152-36-140 0-241 100t-101 242q0 92 46 170h592q46-78 46-170 0-82-36-154z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["speed"],"grid":24},"attrs":[],"properties":{"ligatures":"speed","id":1025,"order":506,"prevSize":24,"code":60151,"name":"speed"},"setIdx":2,"setId":7,"iconIdx":1025},{"icon":{"paths":["M640 234q0-62 44-105t106-43 105 43 43 105-43 106-105 44-106-44-44-106zM612 758l60-60 182 180-62 60zM642 546q12 12 12 30t-12 30l-120 122q-12 12-30 12t-30-12l-364-362q-12-12-12-30t12-30l122-122q12-12 30-12t30 12z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sports_cricket"],"grid":24},"attrs":[],"properties":{"ligatures":"sports_cricket","id":1070,"order":524,"prevSize":24,"code":60152,"name":"sports_cricket"},"setIdx":2,"setId":7,"iconIdx":1070},{"icon":{"paths":["M936 478q14 152-87 264t-251 112h-428q-34 0-59-26t-25-60v-34q0-38 8-94h348q62 0 108-46t46-108q0-102-92-142l-204-86q108-78 254-86 144-10 256 79t126 227zM512 486q0 28-20 48t-48 20h-332q38-140 120-232l238 100q42 16 42 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sports_motorsports"],"grid":24},"attrs":[],"properties":{"ligatures":"sports_motorsports","id":1076,"order":511,"prevSize":24,"code":60153,"name":"sports_motorsports"},"setIdx":2,"setId":7,"iconIdx":1076},{"icon":{"paths":["M258 344q66-66 215-109t265-55l116-10q-2 50-11 129t-53 240-110 227q-68 68-162 83t-176-25q18-100 86-217t144-181q-218 112-314 340-36-36-62-99t-26-113 26-112 62-98z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["eco"],"grid":24},"attrs":[],"properties":{"ligatures":"eco","id":1084,"order":523,"prevSize":24,"code":60154,"name":"eco"},"setIdx":2,"setId":7,"iconIdx":1084},{"icon":{"paths":["M810 640v-86h-84v86h84zM810 810v-84h-84v84h84zM640 298v-84h-86v84h86zM640 470v-86h-86v86h86zM640 640v-86h-86v86h86zM470 298v-84h-86v84h86zM470 470v-86h-86v86h86zM470 640v-86h-86v86h86zM298 470v-86h-84v86h84zM298 640v-86h-84v86h84zM298 810v-84h-84v84h84zM726 470h170v426h-342v-170h-84v170h-342v-598h170v-170h428v342z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["apartment"],"grid":24},"attrs":[],"properties":{"ligatures":"apartment","id":1089,"order":522,"prevSize":24,"code":60155,"name":"apartment"},"setIdx":2,"setId":7,"iconIdx":1089},{"icon":{"paths":["M854 554h84v256q0 34-25 60t-59 26q0 18-13 30t-31 12h-596q-18 0-31-12t-13-30q-34 0-59-26t-25-60v-256h128v-32q0-38 29-67t67-29q40 0 72 32l58 66q12 14 36 30h292v-348q0-14-10-25t-26-11q-14 0-24 10l-54 54q4 16 4 22 0 22-14 46l-118-118q24-14 46-14 10 0 22 4l54-54q34-34 84-34t86 35 36 85v348zM214 298q0-36 24-60t60-24 61 24 25 60-25 61-61 25-60-25-24-61z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bathtub"],"grid":24},"attrs":[],"properties":{"ligatures":"bathtub","id":1090,"order":521,"prevSize":24,"code":60156,"name":"bathtub"},"setIdx":2,"setId":7,"iconIdx":1090},{"icon":{"paths":["M614 298q14-54-18-86-50-52-38-126h42q-10 50 20 86 34 38 40 65t-2 61h-44zM508 298q12-54-20-86-50-52-38-126h42q-10 50 20 86 34 38 40 65t-2 61h-42zM402 298q12-54-20-86-50-52-38-126h42q-10 50 20 86 34 38 40 65t-2 61h-42zM726 768q-18 0-31 12t-13 30 13 31 31 13 30-13 12-31-12-30-30-12zM726 938q-42 0-74-24t-46-62h-272l-42 68q-10 18-36 18-16 0-24-6-18-10-18-36 0-16 6-24l170-258q-80-36-128-109t-48-163h596q0 80-51 160t-123 112l24 38q-40 16-68 52l-42-66q-10 2-38 2t-38-2l-84 130h216q14-38 46-62t74-24q52 0 90 38t38 90-38 90-90 38z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["outdoor_grill"],"grid":24},"attrs":[],"properties":{"ligatures":"outdoor_grill","id":1096,"order":515,"prevSize":24,"code":60157,"name":"outdoor_grill"},"setIdx":2,"setId":7,"iconIdx":1096},{"icon":{"paths":["M588 640h-152l-32-294q-2-20 10-34t28-14h140q16 0 28 14t10 34zM368 400l28 240h-76l-90-174q-20-38 16-60l68-38q16-10 34 0t20 32zM656 400q4-22 20-32t34 0l68 38q36 22 14 60l-88 174h-76zM202 698q-10 6-24 6-24 0-36-24l-10-20q-10-24 2-42l36-54q10-18 34-18t34 18l42 76zM822 698l-78-58q14-26 42-76 10-18 34-18t34 18l34 54q14 20 4 42l-10 20q-10 24-36 24-14 0-24-6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bakery_dining"],"grid":24},"attrs":[],"properties":{"ligatures":"bakery_dining","id":1102,"order":516,"prevSize":24,"code":60158,"name":"bakery_dining"},"setIdx":2,"setId":7,"iconIdx":1102},{"icon":{"paths":["M170 704v-362h-42v-44h42v-42h-42v-42h42v-44h-42v-42h256q32 2 57 27t29 59h426v42h-426q-4 34-29 61t-57 25h-86v300q4 0 11-1t11-1q36 0 82 18 26-60 90-103t128-43q98 0 166 68t68 166q0 4-1 12t-1 10h-718q8-32 36-64zM256 650v-308h-42v328q30-16 42-20zM384 298v-42h-86v42h86zM384 170h-86v44h86v-44zM214 170v44h42v-44h-42zM214 256v42h42v-42h-42zM86 810h852l-84 86h-684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["dinner_dining"],"grid":24},"attrs":[],"properties":{"ligatures":"dinner_dining","id":1106,"order":518,"prevSize":24,"code":60159,"name":"dinner_dining"},"setIdx":2,"setId":7,"iconIdx":1106},{"icon":{"paths":["M792 598q18 0 18-18 0-14-10-18l-288-128-288 128q-10 4-10 16 0 20 18 20h66v-44h428v44h66zM834 484q62 26 62 94v2q0 44-30 73t-74 29h-66v256h-428v-256h-66q-44 0-74-29t-30-73v-2q0-66 62-92l280-126v-26q-44-16-68-57t-16-89q8-38 36-65t66-35q60-10 106 28t46 98h-86q0-18-12-31t-30-13-30 13-12 31 12 30 30 12 30 12 12 30v62z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["dry_cleaning"],"grid":24},"attrs":[],"properties":{"ligatures":"dry_cleaning","id":1107,"order":517,"prevSize":24,"code":60160,"name":"dry_cleaning"},"setIdx":2,"setId":7,"iconIdx":1107},{"icon":{"paths":["M384 554h256v300q0 18-12 30t-30 12h-172q-18 0-30-12t-12-30v-300zM768 128h86v342h-86l-128-128v128h-256v-128h-214q0-88 63-151t151-63h256v128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["hardware"],"grid":24},"attrs":[],"properties":{"ligatures":"hardware","id":1108,"order":519,"prevSize":24,"code":60161,"name":"hardware"},"setIdx":2,"setId":7,"iconIdx":1108},{"icon":{"paths":["M854 854v-86h-300v86h300zM554 446v66h300v-66l-42-14q-36-12-61-48t-25-74v-12h-44v12q0 92-86 122zM682 170v44h44v-44h-44zM880 364q58 20 58 82v408q0 34-25 59t-59 25h-300q-34 0-59-25t-25-59v-408q0-62 58-82l40-12q30-10 30-42v-182q0-18 12-30t30-12h128q18 0 30 12t12 30v182q0 28 30 40zM214 342v128h84v-128h-84zM128 598v-342h256v342q0 42-24 74t-62 46v136h86v84h-256v-84h86v-136q-38-14-62-46t-24-74z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["liquor"],"grid":24},"attrs":[],"properties":{"ligatures":"liquor","id":1109,"order":520,"prevSize":24,"code":60162,"name":"liquor"},"setIdx":2,"setId":7,"iconIdx":1109},{"icon":{"paths":["M86 682h852v86q0 34-25 60t-59 26h-684q-34 0-59-26t-25-60v-86zM228 576q-22 0-48 16-44 26-94 26v-84q22 0 48-16 46-28 94-28 46 0 92 28 26 16 50 16 22 0 48-16 46-28 94-28 46 0 92 28 26 16 50 16 22 0 48-16 46-28 94-28 46 0 92 28l50 16v84q-48 0-92-26-26-16-50-16-22 0-48 16-44 26-94 26-48 0-92-26-26-16-50-16-22 0-48 16-44 26-94 26-48 0-92-26-26-16-50-16zM938 426h-852q-10-104 116-180t310-76 310 76 116 180z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lunch_dining"],"grid":24},"attrs":[],"properties":{"ligatures":"lunch_dining","id":1110,"order":514,"prevSize":24,"code":60163,"name":"lunch_dining"},"setIdx":2,"setId":7,"iconIdx":1110},{"icon":{"paths":["M726 512l170 256h-300v170h-168v-170h-296l166-256h-82l296-426 298 426h-84z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["park"],"grid":24},"attrs":[],"properties":{"ligatures":"park","id":1112,"order":513,"prevSize":24,"code":60164,"name":"park"},"setIdx":2,"setId":7,"iconIdx":1112},{"icon":{"paths":["M938 128l-512 60v68h512v42h-512v214h512q0 116-71 211t-185 141v74h-340v-74q-114-46-185-141t-71-211h128v-342l724-84v42zM256 208v48h42v-52zM256 298v214h42v-214h-42zM384 512v-214h-42v214h42zM384 256v-62l-42 4v58h42z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ramen_dining"],"grid":24},"attrs":[],"properties":{"ligatures":"ramen_dining","id":1113,"order":512,"prevSize":24,"code":60165,"name":"ramen_dining"},"setIdx":2,"setId":7,"iconIdx":1113},{"icon":{"paths":["M640 470h214l-172-172h-42v172zM746 746q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM554 470v-172h-170v172h170zM256 746q28 0 46-19t18-45-18-45-46-19-46 19-18 45 18 45 46 19zM128 470h170v-172h-170v172zM726 214l256 256v212h-108q0 52-38 90t-90 38-90-38-38-90h-234q0 52-38 90t-90 38-90-38-38-90h-86v-384q0-36 25-60t61-24h598z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["airport_shuttle"],"grid":24},"attrs":[],"properties":{"ligatures":"airport_shuttle","id":1125,"order":525,"prevSize":24,"code":60166,"name":"airport_shuttle"},"setIdx":2,"setId":7,"iconIdx":1125},{"icon":{"paths":["M726 640l66 66q-22 36-59 66t-84 50-95 28v-380h128v-86h-128v-50q38-14 62-47t24-73q0-36-17-65t-46-46-65-17-65 17-46 46-17 65q0 40 24 73t62 47v50h-128v86h128v380q-48-8-95-28t-84-50-59-66l66-66-170-128v128q0 62 35 116t92 95 124 64 133 23 133-23 124-64 92-95 35-116v-128zM512 170q18 0 30 13t12 31q0 16-12 29t-30 13-30-13-12-29q0-18 12-31t30-13z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["anchor"],"grid":24},"attrs":[],"properties":{"ligatures":"anchor","id":1155,"order":526,"prevSize":24,"code":60167,"name":"anchor"},"setIdx":2,"setId":7,"iconIdx":1155},{"icon":{"paths":["M854 170h-684q-34 0-59 25t-25 61v512q0 36 25 61t59 25h384v-86h-384v-426l342 212 342-212v212h84v-298q0-36-25-61t-59-25zM512 470l-342-214h684zM810 640l172 170-172 172v-128h-170v-86h170v-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["forward_to_inbox"],"grid":24},"attrs":[],"properties":{"ligatures":"forward_to_inbox","id":1228,"order":178,"prevSize":24,"code":59995,"name":"forward_to_inbox"},"setIdx":2,"setId":7,"iconIdx":1228},{"icon":{"paths":["M746 512q26 0 45-18t19-46-19-46-45-18-45 18-19 46 19 46 45 18zM618 342q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM406 342q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zM278 512q26 0 45-18t19-46-19-46-45-18-45 18-19 46 19 46 45 18zM512 128q158 0 271 100t113 242q0 88-63 150t-151 62h-74q-28 0-46 19t-18 45q0 22 16 42t16 44q0 28-18 46t-46 18q-160 0-272-112t-112-272 112-272 272-112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["color_lens","palette"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":24,"code":59653,"name":"color_lens"},"setIdx":3,"setId":6,"iconIdx":0},{"icon":{"paths":["M0 822.214h737.239l286.761-620.428h-737.239z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["bandcamp"]},"attrs":[{}],"properties":{"order":107,"id":0,"name":"bandcamp","prevSize":24,"code":59655},"setIdx":4,"setId":5,"iconIdx":0},{"icon":{"paths":["M1006.56 258.042c-132.058-138.876-307.704-215.376-494.56-215.376s-362.502 76.5-494.56 215.376c-23.252 24.458-23.252 64.23 0 88.688l98.388 103.458c23.17 24.292 64.092 24.292 87.26 0 32.962-34.646 70.342-63.166 111.014-84.666 20.378-10.52 33.546-32.626 33.38-53.5l14.836-112.124c108.846-34.792 191.648-34.77 299.412-0.020l14.668 109.334c0 23.646 12.544 45.23 33.046 56.5 40.838 21.604 78.26 50.126 111.222 84.75 11.544 12.188 27.046 18.876 43.63 18.876 16.586 0 32.088-6.688 43.63-18.854l98.638-103.75c23.25-24.464 23.25-64.234-0.004-88.692z","M789.584 440.458c-18.584-34.832-54.668-56.458-94.126-56.458h-366.916c-39.458 0-75.542 21.626-94.126 56.458l-136.54 256.022c-8.208 15.416-12.542 32.77-12.542 50.188v149.332c0 47.062 38.292 85.334 85.334 85.334h682.666c47.042 0 85.334-38.27 85.334-85.334v-149.334c0-17.416-4.334-34.77-12.542-50.208l-136.542-256zM383.958 853.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666c23.542 0 42.666 19.146 42.666 42.666 0.002 23.52-19.124 42.666-42.666 42.666zM383.958 725.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666c23.542 0 42.666 19.146 42.666 42.666 0.002 23.52-19.124 42.666-42.666 42.666zM383.958 597.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666c23.542 0 42.666 19.146 42.666 42.666 0.002 23.52-19.124 42.666-42.666 42.666zM512 853.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666 42.666 19.146 42.666 42.666c0 23.52-19.124 42.666-42.666 42.666zM512 725.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666 42.666 19.146 42.666 42.666c0 23.52-19.124 42.666-42.666 42.666zM512 597.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666 42.666 19.146 42.666 42.666c0 23.52-19.124 42.666-42.666 42.666zM639.958 853.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666c23.542 0 42.666 19.146 42.666 42.666 0.002 23.52-19.124 42.666-42.666 42.666zM639.958 725.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666c23.542 0 42.666 19.146 42.666 42.666 0.002 23.52-19.124 42.666-42.666 42.666zM639.958 597.334c-23.542 0-42.666-19.146-42.666-42.666s19.126-42.666 42.666-42.666c23.542 0 42.666 19.146 42.666 42.666 0.002 23.52-19.124 42.666-42.666 42.666z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["phone"]},"attrs":[{},{}],"properties":{"order":96,"id":1,"name":"phone1","prevSize":24,"code":59649},"setIdx":5,"setId":4,"iconIdx":0},{"icon":{"paths":["M1024 318.4h-180.48c-191.36-166.4-471.68-166.4-663.040 0h-180.48c0 0 40.96 49.92 57.6 96.64-35.84 43.52-57.6 98.56-57.6 159.36 0 141.44 114.56 256 256 256 83.84 0 158.080-40.96 204.8-103.68l53.76 103.68 49.28-103.040c46.72 62.080 120.32 103.040 204.16 103.040 141.44 0 256-114.56 256-256 0-60.8-21.76-115.84-57.6-159.36 16.64-46.72 57.6-96.64 57.6-96.64zM256 766.4c-105.6 0-192-86.4-192-192s86.4-192 192-192 192 86.4 192 192-86.4 192-192 192zM768 766.4c-105.6 0-192-86.4-192-192s86.4-192 192-192 192 86.4 192 192-86.4 192-192 192z","M256 446.4c-70.592 0-128 57.408-128 128s57.408 128 128 128 128-57.408 128-128c0-70.592-57.408-128-128-128zM256 638.4c-35.264 0-64-28.736-64-64s28.736-64 64-64 64 28.736 64 64c0 35.264-28.736 64-64 64z","M768 446.4c-70.592 0-128 57.408-128 128s57.408 128 128 128c70.592 0 128-57.408 128-128s-57.408-128-128-128zM768 638.4c-35.328 0-64-28.736-64-64s28.672-64 64-64 64 28.736 64 64c0 35.264-28.672 64-64 64z","M288 574.4c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z","M800 574.4c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z"],"attrs":[{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["tripadvisor"]},"attrs":[{},{},{},{},{}],"properties":{"order":100,"id":0,"name":"tripadvisor","prevSize":24,"code":59650},"setIdx":5,"setId":4,"iconIdx":1},{"icon":{"paths":["M534.411 0.842c55.893-0.853 111.36-0.427 166.827-0.853 3.413 65.28 26.88 131.84 74.667 177.92 47.787 47.36 115.2 69.12 180.907 76.373v171.947c-61.44-2.133-123.307-14.933-179.2-41.387-24.32-11.093-46.933-25.173-69.12-39.68-0.427 124.587 0.427 249.173-0.853 373.333-3.413 59.733-23.040 119.040-57.6 168.107-55.893 81.92-152.747 135.253-252.16 136.96-61.013 3.413-122.027-13.227-174.080-43.947-86.187-50.773-146.773-143.787-155.733-243.627-0.853-21.333-1.28-42.667-0.427-63.573 7.68-81.067 47.787-158.72 110.080-211.627 70.827-61.44 169.813-90.88 262.4-73.387 0.853 63.147-1.707 126.293-1.707 189.44-42.24-13.653-91.733-9.813-128.853 15.787-26.88 17.493-47.36 44.373-58.027 74.667-8.96 21.76-6.4 45.653-5.973 68.693 10.24 69.973 77.653 128.853 149.333 122.453 47.787-0.427 93.44-28.16 118.187-68.693 8.107-14.080 17.067-28.587 17.493-45.227 4.267-76.373 2.56-152.32 2.987-228.693 0.427-171.947-0.427-343.467 0.853-514.987z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["tiktok"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":24,"code":59656,"name":"tiktok"},"setIdx":7,"setId":2,"iconIdx":2},{"icon":{"paths":["M989.568 336.171c0-222.123-145.536-287.232-145.536-287.232-73.387-33.707-199.424-47.872-330.283-48.939h-3.243c-130.901 1.067-256.853 15.232-330.24 48.939 0 0-145.536 65.109-145.536 287.232 0 50.859-0.981 111.701 0.64 176.171 5.291 217.259 39.851 431.317 240.683 484.48 92.587 24.491 172.117 29.653 236.16 26.112 116.139-6.4 181.333-41.472 181.333-41.472l-3.84-84.267c0 0-82.987 26.155-176.171 22.997-92.373-3.157-189.824-9.941-204.757-123.349-1.305-9.295-2.050-20.032-2.050-30.944 0-0.296 0.001-0.592 0.002-0.889v0.046c0 0 90.667 22.187 205.525 27.435 70.229 3.2 136.107-4.139 203.008-12.075 128.299-15.317 240-94.379 254.037-166.613 22.059-113.707 20.267-277.632 20.267-277.632zM817.877 622.421h-106.539v-261.077c0-55.040-23.168-82.944-69.461-82.944-51.2 0-76.885 33.109-76.885 98.645v142.891h-105.941v-142.933c0-65.536-25.685-98.645-76.885-98.645-46.293 0-69.461 27.947-69.461 82.944v261.077h-106.539v-268.928c0-54.997 13.995-98.688 42.112-130.987 29.013-32.341 66.944-48.896 114.091-48.896 54.528 0 95.829 20.949 123.136 62.891l26.496 44.501 26.539-44.501c27.307-41.941 68.608-62.891 123.136-62.891 47.104 0 85.077 16.555 114.091 48.896 28.075 32.299 42.069 75.989 42.069 130.987z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mastodon"],"grid":16,"colorPermutations":{}},"attrs":[],"properties":{"order":133,"id":0,"prevSize":24,"code":59657,"name":"mastodon"},"setIdx":7,"setId":2,"iconIdx":3},{"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"],"tags":["home","house"],"defaultCode":59648,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"home, house","name":"home","order":15,"id":1,"prevSize":24,"code":59648},"setIdx":8,"setId":1,"iconIdx":0},{"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"],"tags":["home","house"],"defaultCode":59649,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"home2, house2","name":"home2","order":614,"id":2,"prevSize":24,"code":60168},"setIdx":8,"setId":1,"iconIdx":1},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"tags":["home","house"],"defaultCode":59650,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"home3, house3","name":"home3","order":613,"id":3,"prevSize":24,"code":60169},"setIdx":8,"setId":1,"iconIdx":2},{"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"],"tags":["newspaper","news","paper"],"defaultCode":59652,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"newspaper, news","name":"newspaper","order":82,"id":5,"prevSize":24,"code":59652},"setIdx":8,"setId":1,"iconIdx":4},{"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"],"tags":["pencil","write","edit"],"defaultCode":59653,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pencil, write","name":"pencil","order":612,"id":6,"prevSize":24,"code":60170},"setIdx":8,"setId":1,"iconIdx":5},{"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"],"tags":["pencil","write","edit"],"defaultCode":59654,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pencil2, write2","name":"pencil2","order":83,"id":7,"prevSize":24,"code":59654},"setIdx":8,"setId":1,"iconIdx":6},{"icon":{"paths":["M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z"],"tags":["quill","feather","write","edit"],"defaultCode":59655,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"quill, feather","name":"quill","order":611,"id":8,"prevSize":24,"code":60171},"setIdx":8,"setId":1,"iconIdx":7},{"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.356z","M615.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"],"tags":["pen","write","edit"],"defaultCode":59656,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pen, write3","name":"pen","order":160,"id":9,"prevSize":24,"code":59659},"setIdx":8,"setId":1,"iconIdx":8},{"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"],"tags":["paint-format","format","color"],"defaultCode":59660,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paint-format, format","name":"paint-format","order":103,"id":13,"prevSize":24,"code":59660},"setIdx":8,"setId":1,"iconIdx":12},{"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-64v0z","M832 288c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96z","M896 832h-768v-128l224-384 256 320h64l224-192z"],"tags":["image","picture","photo","graphic"],"defaultCode":59661,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"image, picture","name":"image","order":81,"id":14,"prevSize":24,"code":59661},"setIdx":8,"setId":1,"iconIdx":13},{"icon":{"width":1152,"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.768z","M960 352c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96z","M1024 896h-768v-128l224-384 256 320h64l224-192z"],"tags":["images","pictures","photos","graphics"],"defaultCode":59662,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"images, pictures","name":"images","order":615,"id":15,"prevSize":24,"code":60172},"setIdx":8,"setId":1,"iconIdx":14},{"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"],"tags":["camera","photo","picture","image"],"defaultCode":59663,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"camera, photo","name":"camera","order":135,"id":16,"prevSize":24,"code":59663},"setIdx":8,"setId":1,"iconIdx":15},{"icon":{"paths":["M288 576h-64v448h64c17.6 0 32-14.4 32-32v-384c0-17.6-14.4-32-32-32z","M736 576c-17.602 0-32 14.4-32 32v384c0 17.6 14.398 32 32 32h64v-448h-64z","M1024 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"],"tags":["headphones","headset","music","audio"],"defaultCode":59664,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"headphones, headset","name":"headphones","order":26,"id":17,"prevSize":24,"code":59664},"setIdx":8,"setId":1,"iconIdx":16},{"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"],"tags":["music","song","audio","sound","note"],"defaultCode":59665,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"music, song","name":"music","order":27,"id":18,"prevSize":24,"code":59665},"setIdx":8,"setId":1,"iconIdx":17},{"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"],"tags":["play","video","movie"],"defaultCode":59666,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"play, video","name":"play","order":28,"id":19,"prevSize":24,"code":59666},"setIdx":8,"setId":1,"iconIdx":18},{"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"],"tags":["film","video","movie","tape","play"],"defaultCode":59667,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"film, video2","name":"film","order":134,"id":20,"prevSize":24,"code":59667},"setIdx":8,"setId":1,"iconIdx":19},{"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"],"tags":["bullhorn","megaphone","announcement","advertisement","news"],"defaultCode":59674,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bullhorn, megaphone","name":"bullhorn","order":25,"id":27,"prevSize":24,"code":59674},"setIdx":8,"setId":1,"iconIdx":26},{"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"],"tags":["mic","microphone","voice","audio"],"defaultCode":59678,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mic, microphone","name":"mic","order":24,"id":31,"prevSize":24,"code":59678},"setIdx":8,"setId":1,"iconIdx":30},{"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-64z","M224.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"],"tags":["book","read","reading"],"defaultCode":59679,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"book, read","name":"book","order":84,"id":32,"prevSize":24,"code":59679},"setIdx":8,"setId":1,"iconIdx":31},{"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"],"tags":["file-empty","file","document","paper","page","new","empty","blank"],"defaultCode":59684,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-empty, file3","name":"file-empty","order":23,"id":37,"prevSize":24,"code":59684},"setIdx":8,"setId":1,"iconIdx":36},{"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 32h224v496z","M602.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"],"tags":["files-empty","files","documents","papers","pages"],"defaultCode":59685,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"files-empty, files","name":"files-empty","order":12,"id":38,"prevSize":24,"code":59685},"setIdx":8,"setId":1,"iconIdx":37},{"icon":{"paths":["M832 896h-640v-128l192-320 263 320 185-128v256z","M832 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 96z","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"],"tags":["file-picture","file","document","file-image"],"defaultCode":59687,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-picture, file5","name":"file-picture","order":149,"id":40,"prevSize":24,"code":59687},"setIdx":8,"setId":1,"iconIdx":39},{"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 32h224v624z","M756.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"],"tags":["file-music","file","document","file-song","file-audio"],"defaultCode":59688,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-music, file6","name":"file-music","order":148,"id":41,"prevSize":24,"code":59688},"setIdx":8,"setId":1,"iconIdx":40},{"icon":{"paths":["M384 384l320 224-320 224v-448z","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"],"tags":["file-play","file","document","file-media","file-video"],"defaultCode":59689,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-play, file7","name":"file-play","order":150,"id":42,"prevSize":24,"code":59689},"setIdx":8,"setId":1,"iconIdx":41},{"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 32h224v624z","M256 64h128v64h-128v-64z","M384 128h128v64h-128v-64z","M256 192h128v64h-128v-64z","M384 256h128v64h-128v-64z","M256 320h128v64h-128v-64z","M384 384h128v64h-128v-64z","M256 448h128v64h-128v-64z","M384 512h128v64h-128v-64z","M256 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"],"tags":["file-zip","file","document","file-compressed","file-type","file-format"],"defaultCode":59691,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-zip, file9","name":"file-zip","order":151,"id":44,"prevSize":24,"code":59691},"setIdx":8,"setId":1,"iconIdx":43},{"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"],"tags":["copy","duplicate","files","pages","papers","documents"],"defaultCode":59692,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"copy, duplicate","name":"copy","order":136,"id":45,"prevSize":24,"code":59692},"setIdx":8,"setId":1,"iconIdx":44},{"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"],"tags":["paste","clipboard-file"],"defaultCode":59693,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paste, clipboard-file","name":"paste","order":152,"id":46,"prevSize":24,"code":59693},"setIdx":8,"setId":1,"iconIdx":45},{"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"],"tags":["stack","layers"],"defaultCode":59694,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stack, layers","name":"stack","order":610,"id":47,"prevSize":24,"code":60173},"setIdx":8,"setId":1,"iconIdx":46},{"icon":{"paths":["M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z"],"tags":["folder-open","directory","category","browse"],"defaultCode":59696,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-open, directory2","name":"folder-open","order":22,"id":49,"prevSize":24,"code":59696},"setIdx":8,"setId":1,"iconIdx":48},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 864l-224-224h160v-256h128v256h160l-224 224z"],"tags":["folder-download","directory","folder-save"],"defaultCode":59699,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-download, directory5","name":"folder-download","order":16,"id":52,"prevSize":24,"code":59699},"setIdx":8,"setId":1,"iconIdx":51},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 480l224 224h-160v256h-128v-256h-160l224-224z"],"tags":["folder-upload","directory","folder-load"],"defaultCode":59700,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-upload, directory6","name":"folder-upload","order":17,"id":53,"prevSize":24,"code":59700},"setIdx":8,"setId":1,"iconIdx":52},{"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"],"tags":["price-tag"],"defaultCode":59701,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"price-tag","name":"price-tag","order":13,"id":54,"prevSize":24,"code":59701},"setIdx":8,"setId":1,"iconIdx":53},{"icon":{"width":1280,"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 96z","M128 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"],"tags":["price-tags"],"defaultCode":59702,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"price-tags","name":"price-tags","order":14,"id":55,"prevSize":24,"code":59702},"setIdx":8,"setId":1,"iconIdx":54},{"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"],"tags":["qrcode"],"defaultCode":59704,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"qrcode","name":"qrcode","order":609,"id":57,"prevSize":24,"code":60174},"setIdx":8,"setId":1,"iconIdx":56},{"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 96z","M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 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"],"tags":["cart","purchase","ecommerce","shopping"],"defaultCode":59706,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cart, purchase","name":"cart","order":80,"id":59,"prevSize":24,"code":59706},"setIdx":8,"setId":1,"iconIdx":58},{"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"],"tags":["credit-card","money","payment","ecommerce"],"defaultCode":59711,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"credit-card, money5","name":"credit-card","order":85,"id":64,"prevSize":24,"code":59711},"setIdx":8,"setId":1,"iconIdx":63},{"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"],"tags":["phone","telephone","contact","support","call"],"defaultCode":59714,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"phone, telephone","name":"phone","order":18,"id":67,"prevSize":24,"code":59714},"setIdx":8,"setId":1,"iconIdx":66},{"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"],"tags":["phone-hang-up","telephone","contact","support","call"],"defaultCode":59715,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"phone-hang-up, telephone2","name":"phone-hang-up","order":606,"id":68,"prevSize":24,"code":60175},"setIdx":8,"setId":1,"iconIdx":67},{"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"],"tags":["envelop","mail","email","contact","letter"],"defaultCode":59717,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"envelop, mail","name":"envelop","order":165,"id":70,"prevSize":24,"code":59717},"setIdx":8,"setId":1,"iconIdx":69},{"icon":{"paths":["M0 192l320-128v768l-320 128z","M384 32l320 192v736l-320-160z","M768 224l256-192v768l-256 192z"],"tags":["map","guide"],"defaultCode":59723,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"map, guide","name":"map","order":131,"id":76,"prevSize":24,"code":59723},"setIdx":8,"setId":1,"iconIdx":75},{"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"],"tags":["map","guide"],"defaultCode":59724,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"map2, guide2","name":"map2","order":78,"id":77,"prevSize":24,"code":59724},"setIdx":8,"setId":1,"iconIdx":76},{"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"],"tags":["clock","time","schedule"],"defaultCode":59726,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"clock, time2","name":"clock","order":79,"id":79,"prevSize":24,"code":59726},"setIdx":8,"setId":1,"iconIdx":78},{"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"],"tags":["clock","time","schedule"],"defaultCode":59727,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"clock2, time3","name":"clock2","order":604,"id":80,"prevSize":24,"code":60176},"setIdx":8,"setId":1,"iconIdx":79},{"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.578z","M512 576v-256h-64v320h256v-64z"],"tags":["alarm","time","clock"],"defaultCode":59728,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"alarm, time4","name":"alarm","order":603,"id":81,"prevSize":24,"code":60177},"setIdx":8,"setId":1,"iconIdx":80},{"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"],"tags":["bell","alarm","notification"],"defaultCode":59729,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bell, alarm2","name":"bell","order":602,"id":82,"prevSize":24,"code":60178},"setIdx":8,"setId":1,"iconIdx":81},{"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"],"tags":["stopwatch","time","speed","meter","chronometer"],"defaultCode":59730,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stopwatch, time5","name":"stopwatch","order":605,"id":83,"prevSize":24,"code":60179},"setIdx":8,"setId":1,"iconIdx":82},{"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"],"tags":["calendar","date","schedule","time","day"],"defaultCode":59731,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"calendar, date","name":"calendar","order":29,"id":84,"prevSize":24,"code":59731},"setIdx":8,"setId":1,"iconIdx":83},{"icon":{"paths":["M256 64h512v128h-512v-128z","M960 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"],"tags":["printer","print"],"defaultCode":59732,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"printer, print","name":"printer","order":607,"id":85,"prevSize":24,"code":60180},"setIdx":8,"setId":1,"iconIdx":84},{"icon":{"width":1152,"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"],"tags":["keyboard","typing","type"],"defaultCode":59733,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"keyboard, typing","name":"keyboard","order":130,"id":86,"prevSize":24,"code":59733},"setIdx":8,"setId":1,"iconIdx":85},{"icon":{"paths":["M0 64v640h1024v-640h-1024zM960 640h-896v-512h896v512zM672 768h-320l-32 128-64 64h512l-64-64z"],"tags":["display","screen","monitor","computer","desktop","pc"],"defaultCode":59734,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"display, screen","name":"display","order":19,"id":87,"prevSize":24,"code":59734},"setIdx":8,"setId":1,"iconIdx":86},{"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"],"tags":["laptop","computer","pc"],"defaultCode":59735,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"laptop, computer","name":"laptop","order":608,"id":88,"prevSize":24,"code":60181},"setIdx":8,"setId":1,"iconIdx":87},{"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"],"tags":["mobile","cell-phone","handheld"],"defaultCode":59736,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mobile, cell-phone","name":"mobile","order":20,"id":89,"prevSize":24,"code":59736},"setIdx":8,"setId":1,"iconIdx":88},{"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"],"tags":["tv","television","show"],"defaultCode":59739,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tv, television","name":"tv","order":21,"id":92,"prevSize":24,"code":59739},"setIdx":8,"setId":1,"iconIdx":91},{"icon":{"paths":["M896 0h-896v1024h1024v-896l-128-128zM512 128h128v256h-128v-256zM896 896h-768v-768h64v320h576v-320h74.978l53.022 53.018v714.982z"],"tags":["floppy-disk","save"],"defaultCode":59746,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"floppy-disk, save2","name":"floppy-disk","order":102,"id":99,"prevSize":24,"code":59746},"setIdx":8,"setId":1,"iconIdx":98},{"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-160z","M512 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 160z","M512 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"],"tags":["database","db","server","host","storage","save","datecenter"],"defaultCode":59748,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"database, db","name":"database","order":129,"id":101,"prevSize":24,"code":59748},"setIdx":8,"setId":1,"iconIdx":100},{"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"],"tags":["undo","left","arrow-left"],"defaultCode":59751,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"undo2, left","name":"undo2","order":76,"id":104,"prevSize":24,"code":59751},"setIdx":8,"setId":1,"iconIdx":103},{"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"],"tags":["redo","right","arrow-right"],"defaultCode":59752,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"redo2, right","name":"redo2","order":77,"id":105,"prevSize":24,"code":59752},"setIdx":8,"setId":1,"iconIdx":104},{"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"],"tags":["forward","right","arrow-right"],"defaultCode":59753,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"forward, right2","name":"forward","order":124,"id":106,"prevSize":24,"code":59753},"setIdx":8,"setId":1,"iconIdx":105},{"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"],"tags":["reply","left","arrow-left"],"defaultCode":59754,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"reply, left2","name":"reply","order":125,"id":107,"prevSize":24,"code":59754},"setIdx":8,"setId":1,"iconIdx":106},{"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"],"tags":["bubble","comment","chat","talk"],"defaultCode":59755,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bubble, comment","name":"bubble","order":126,"id":108,"prevSize":24,"code":59755},"setIdx":8,"setId":1,"iconIdx":107},{"icon":{"width":1152,"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"],"tags":["bubbles","comments","chat","talk"],"defaultCode":59756,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bubbles, comments","name":"bubbles","order":127,"id":109,"prevSize":24,"code":59756},"setIdx":8,"setId":1,"iconIdx":108},{"icon":{"width":1152,"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"],"tags":["bubbles","comments","chat","talk"],"defaultCode":59757,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bubbles2, comments2","name":"bubbles2","order":128,"id":110,"prevSize":24,"code":59757},"setIdx":8,"setId":1,"iconIdx":109},{"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"],"tags":["user","profile","avatar","person","member"],"defaultCode":59761,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"user, profile2","name":"user","order":146,"id":114,"prevSize":24,"code":59761},"setIdx":8,"setId":1,"iconIdx":113},{"icon":{"width":1152,"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.388z","M327.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"],"tags":["users","group","team","members","community","collaborate"],"defaultCode":59762,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"users, group","name":"users","order":147,"id":115,"prevSize":24,"code":59762},"setIdx":8,"setId":1,"iconIdx":114},{"icon":{"width":1024,"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-96z","M736 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"],"tags":["user-plus","user","user-add","profile","avatar","person","member"],"defaultCode":59763,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"user-plus, user2","name":"user-plus","order":30,"id":116,"prevSize":24,"code":59763},"setIdx":8,"setId":1,"iconIdx":115},{"icon":{"width":1024,"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-96z","M736 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"],"tags":["user-minus","user","user-remove","profile","avatar","person","member"],"defaultCode":59764,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"user-minus, user3","name":"user-minus","order":31,"id":117,"prevSize":24,"code":59764},"setIdx":8,"setId":1,"iconIdx":116},{"icon":{"width":1024,"paths":["M960 608l-288 288-96-96-64 64 160 160 352-352z","M448 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"],"tags":["user-check","user","user-tick","profile","avatar","person","member"],"defaultCode":59765,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"user-check, user4","name":"user-check","order":32,"id":118,"prevSize":24,"code":59765},"setIdx":8,"setId":1,"iconIdx":117},{"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"],"tags":["binoculars","lookup","search","find"],"defaultCode":59781,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"binoculars, lookup","name":"binoculars","order":598,"id":134,"prevSize":24,"code":60182},"setIdx":8,"setId":1,"iconIdx":133},{"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"],"tags":["search","magnifier","magnifying-glass","inspect","find"],"defaultCode":59782,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"search, magnifier","name":"search","order":599,"id":135,"prevSize":24,"code":60183},"setIdx":8,"setId":1,"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 256zM448 192h-128v128h-128v128h128v128h128v-128h128v-128h-128z"],"tags":["zoom-in","magnifier","magnifier-plus","enlarge"],"defaultCode":59783,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"zoom-in, magnifier2","name":"zoom-in","order":37,"id":136,"prevSize":24,"code":59783},"setIdx":8,"setId":1,"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 256zM192 320h384v128h-384z"],"tags":["zoom-out","magnifier","magnifier-minus","reduce"],"defaultCode":59784,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"zoom-out, magnifier3","name":"zoom-out","order":38,"id":137,"prevSize":24,"code":59784},"setIdx":8,"setId":1,"iconIdx":136},{"icon":{"paths":["M1024 0h-416l160 160-192 192 96 96 192-192 160 160z","M1024 1024v-416l-160 160-192-192-96 96 192 192-160 160z","M0 1024h416l-160-160 192-192-96-96-192 192-160-160z","M0 0v416l160-160 192 192 96-96-192-192 160-160z"],"tags":["enlarge","expand","maximize","fullscreen"],"defaultCode":59785,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"enlarge, expand","name":"enlarge","order":111,"id":138,"prevSize":24,"code":59785},"setIdx":8,"setId":1,"iconIdx":137},{"icon":{"paths":["M576 448h416l-160-160 192-192-96-96-192 192-160-160z","M576 576v416l160-160 192 192 96-96-192-192 160-160z","M448 575.996h-416l160 160-192 192 96 96 192-192 160 160z","M448 448v-416l-160 160-192-192-96 96 192 192-160 160z"],"tags":["shrink","collapse","minimize","contract"],"defaultCode":59786,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"shrink, collapse","name":"shrink","order":110,"id":139,"prevSize":24,"code":59786},"setIdx":8,"setId":1,"iconIdx":138},{"icon":{"paths":["M1024 0v416l-160-160-192 192-96-96 192-192-160-160zM448 672l-192 192 160 160h-416v-416l160 160 192-192z"],"tags":["enlarge","expand","maximize","fullscreen"],"defaultCode":59787,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"enlarge2, expand2","name":"enlarge2","order":36,"id":140,"prevSize":24,"code":59787},"setIdx":8,"setId":1,"iconIdx":139},{"icon":{"paths":["M448 576v416l-160-160-192 192-96-96 192-192-160-160zM1024 96l-192 192 160 160h-416v-416l160 160 192-192z"],"tags":["shrink","collapse","minimize","contract"],"defaultCode":59788,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"shrink2, collapse2","name":"shrink2","order":35,"id":141,"prevSize":24,"code":59788},"setIdx":8,"setId":1,"iconIdx":140},{"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"],"tags":["key","password","login","signin"],"defaultCode":59789,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"key, password","name":"key","order":123,"id":142,"prevSize":24,"code":59789},"setIdx":8,"setId":1,"iconIdx":141},{"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"],"tags":["key","password","login","signin"],"defaultCode":59790,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"key2, password2","name":"key2","order":601,"id":143,"prevSize":24,"code":60184},"setIdx":8,"setId":1,"iconIdx":142},{"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"],"tags":["lock","secure","private","encrypted"],"defaultCode":59791,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"lock, secure","name":"lock","order":108,"id":144,"prevSize":24,"code":59791},"setIdx":8,"setId":1,"iconIdx":143},{"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"],"tags":["unlocked","lock-open"],"defaultCode":59792,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"unlocked, lock-open","name":"unlocked","order":109,"id":145,"prevSize":24,"code":59792},"setIdx":8,"setId":1,"iconIdx":144},{"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"],"tags":["equalizer","sliders","settings","preferences","dashboard","control"],"defaultCode":59794,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"equalizer, sliders","name":"equalizer","order":33,"id":147,"prevSize":24,"code":59794},"setIdx":8,"setId":1,"iconIdx":146},{"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"],"tags":["equalizer","sliders","settings","preferences","dashboard","control"],"defaultCode":59795,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"equalizer2, sliders2","name":"equalizer2","order":122,"id":148,"prevSize":24,"code":59795},"setIdx":8,"setId":1,"iconIdx":147},{"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"],"tags":["cog","gear","preferences","settings","generate","control","options"],"defaultCode":59796,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cog, gear","name":"cog","order":34,"id":149,"prevSize":24,"code":59796},"setIdx":8,"setId":1,"iconIdx":148},{"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"],"tags":["cogs","gears","preferences","settings","generate","control","options"],"defaultCode":59797,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cogs, gears","name":"cogs","order":583,"id":150,"prevSize":24,"code":60185},"setIdx":8,"setId":1,"iconIdx":149},{"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"],"tags":["hammer","tool","fix","make","generate","work","build"],"defaultCode":59798,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"hammer, tool2","name":"hammer","order":584,"id":151,"prevSize":24,"code":60186},"setIdx":8,"setId":1,"iconIdx":150},{"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"],"tags":["magic-wand","wizard"],"defaultCode":59799,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"magic-wand, wizard","name":"magic-wand","order":600,"id":152,"prevSize":24,"code":60187},"setIdx":8,"setId":1,"iconIdx":151},{"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"],"tags":["bug","virus","error"],"defaultCode":59801,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bug, virus","name":"bug","order":585,"id":154,"prevSize":24,"code":60188},"setIdx":8,"setId":1,"iconIdx":153},{"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"],"tags":["pie-chart","stats","statistics","graph"],"defaultCode":59802,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pie-chart, stats","name":"pie-chart","order":112,"id":155,"prevSize":24,"code":59802},"setIdx":8,"setId":1,"iconIdx":154},{"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"],"tags":["stats-dots","stats","plot","statistics","chart"],"defaultCode":59803,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stats-dots, stats2","name":"stats-dots","order":113,"id":156,"prevSize":24,"code":59803},"setIdx":8,"setId":1,"iconIdx":155},{"icon":{"paths":["M0 832h1024v128h-1024zM128 576h128v192h-128zM320 320h128v448h-128zM512 512h128v256h-128zM704 128h128v640h-128z"],"tags":["stats-bars","stats","statistics","chart"],"defaultCode":59804,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stats-bars, stats3","name":"stats-bars","order":597,"id":157,"prevSize":24,"code":60189},"setIdx":8,"setId":1,"iconIdx":156},{"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"],"tags":["stats-bars","stats","statistics","chart"],"defaultCode":59805,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stats-bars2, stats4","name":"stats-bars2","order":596,"id":158,"prevSize":24,"code":60190},"setIdx":8,"setId":1,"iconIdx":157},{"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"],"tags":["gift","present","box"],"defaultCode":59807,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"gift, present","name":"gift","order":595,"id":160,"prevSize":24,"code":60191},"setIdx":8,"setId":1,"iconIdx":159},{"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"],"tags":["glass","drink","beverage","wine"],"defaultCode":59808,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"glass, drink","name":"glass","order":582,"id":161,"prevSize":24,"code":60192},"setIdx":8,"setId":1,"iconIdx":160},{"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"],"tags":["glass","drink","beverage","wine"],"defaultCode":59809,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"glass2, drink2","name":"glass2","order":581,"id":162,"prevSize":24,"code":60193},"setIdx":8,"setId":1,"iconIdx":161},{"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"],"tags":["mug","drink","glass","beverage"],"defaultCode":59810,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mug, drink3","name":"mug","order":580,"id":163,"prevSize":24,"code":60194},"setIdx":8,"setId":1,"iconIdx":162},{"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"],"tags":["spoon-knife","food","restaurant"],"defaultCode":59811,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"spoon-knife, food","name":"spoon-knife","order":579,"id":164,"prevSize":24,"code":60195},"setIdx":8,"setId":1,"iconIdx":163},{"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"],"tags":["meter","gauge","dashboard","speedometer","performance"],"defaultCode":59814,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"meter, gauge","name":"meter","order":586,"id":167,"prevSize":24,"code":60196},"setIdx":8,"setId":1,"iconIdx":166},{"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"],"tags":["meter","gauge","dashboard","speedometer","performance"],"defaultCode":59815,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"meter2, gauge2","name":"meter2","order":587,"id":168,"prevSize":24,"code":60197},"setIdx":8,"setId":1,"iconIdx":167},{"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"],"tags":["hammer","gavel","rules","justice","legal"],"defaultCode":59816,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"hammer2, gavel","name":"hammer2","order":593,"id":169,"prevSize":24,"code":60198},"setIdx":8,"setId":1,"iconIdx":168},{"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"],"tags":["fire","flame","hot","popular"],"defaultCode":59817,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"fire, flame","name":"fire","order":592,"id":170,"prevSize":24,"code":60199},"setIdx":8,"setId":1,"iconIdx":169},{"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"],"tags":["lab","beta","beaker","test","experiment"],"defaultCode":59818,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"lab, beta","name":"lab","order":591,"id":171,"prevSize":24,"code":60200},"setIdx":8,"setId":1,"iconIdx":170},{"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"],"tags":["magnet","attract"],"defaultCode":59819,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"magnet, attract","name":"magnet","order":594,"id":172,"prevSize":24,"code":60201},"setIdx":8,"setId":1,"iconIdx":171},{"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-448h64v448z","M848 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"],"tags":["bin","trashcan","remove","delete","recycle","dispose"],"defaultCode":59820,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bin, trashcan","name":"bin","order":159,"id":173,"prevSize":24,"code":59820},"setIdx":8,"setId":1,"iconIdx":172},{"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"],"tags":["airplane","travel","flight","plane","transport","fly","vacation"],"defaultCode":59823,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"airplane, travel","name":"airplane","order":590,"id":176,"prevSize":24,"code":60202},"setIdx":8,"setId":1,"iconIdx":175},{"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"],"tags":["truck","transit","transport","delivery","vehicle"],"defaultCode":59824,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"truck, transit","name":"truck","order":589,"id":177,"prevSize":24,"code":60203},"setIdx":8,"setId":1,"iconIdx":176},{"icon":{"paths":["M704 1024h320l-256-1024h-192l32 256h-192l32-256h-192l-256 1024h320l32-256h320l32 256zM368 640l32-256h224l32 256h-288z"],"tags":["road","asphalt","travel"],"defaultCode":59825,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"road, asphalt","name":"road","order":588,"id":178,"prevSize":24,"code":60204},"setIdx":8,"setId":1,"iconIdx":177},{"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"],"tags":["list-numbered","options"],"defaultCode":59833,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"list-numbered, options","name":"list-numbered","order":140,"id":186,"prevSize":24,"code":59833},"setIdx":8,"setId":1,"iconIdx":185},{"icon":{"paths":["M0 0h256v256h-256zM384 64h640v128h-640zM0 384h256v256h-256zM384 448h640v128h-640zM0 768h256v256h-256zM384 832h640v128h-640z"],"tags":["list","todo","bullet","menu","options"],"defaultCode":59834,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"list, todo","name":"list","order":141,"id":187,"prevSize":24,"code":59834},"setIdx":8,"setId":1,"iconIdx":186},{"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"],"tags":["list","todo","bullet","menu","options"],"defaultCode":59835,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"list2, todo2","name":"list2","order":101,"id":188,"prevSize":24,"code":59835},"setIdx":8,"setId":1,"iconIdx":187},{"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"],"tags":["cloud-download","cloud","save","download"],"defaultCode":59842,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cloud-download, cloud2","name":"cloud-download2","order":577,"id":195,"prevSize":24,"code":60205},"setIdx":8,"setId":1,"iconIdx":194},{"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"],"tags":["cloud-upload","cloud","load","upload"],"defaultCode":59843,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cloud-upload, cloud3","name":"cloud-upload2","order":576,"id":196,"prevSize":24,"code":60206},"setIdx":8,"setId":1,"iconIdx":195},{"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"],"tags":["cloud-check","cloud","synced"],"defaultCode":59844,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cloud-check, cloud4","name":"cloud-check","order":578,"id":197,"prevSize":24,"code":60207},"setIdx":8,"setId":1,"iconIdx":196},{"icon":{"paths":["M736 448l-256 256-256-256h160v-384h192v384zM480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64z"],"tags":["download","save","store"],"defaultCode":59847,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"download3, save5","name":"download3","order":153,"id":200,"prevSize":24,"code":59847},"setIdx":8,"setId":1,"iconIdx":199},{"icon":{"paths":["M480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64zM224 320l256-256 256 256h-160v320h-192v-320z"],"tags":["upload","load","open"],"defaultCode":59848,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"upload3, load3","name":"upload3","order":154,"id":201,"prevSize":24,"code":59848},"setIdx":8,"setId":1,"iconIdx":200},{"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"],"tags":["sphere","globe","internet"],"defaultCode":59849,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sphere, globe","name":"sphere","order":145,"id":202,"prevSize":24,"code":59849},"setIdx":8,"setId":1,"iconIdx":201},{"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"],"tags":["earth","globe","language","web","internet","sphere","planet"],"defaultCode":59850,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"earth, globe2","name":"earth","order":573,"id":203,"prevSize":24,"code":60208},"setIdx":8,"setId":1,"iconIdx":202},{"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.23z","M256 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"],"tags":["link","chain","url","uri","anchor"],"defaultCode":59851,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"link, chain","name":"link","order":11,"id":204,"prevSize":24,"code":59851},"setIdx":8,"setId":1,"iconIdx":203},{"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"],"tags":["attachment","paperclip"],"defaultCode":59853,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"attachment, paperclip","name":"attachment","order":39,"id":206,"prevSize":24,"code":59853},"setIdx":8,"setId":1,"iconIdx":205},{"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"],"tags":["eye","views","vision","visit"],"defaultCode":59854,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye, views","name":"eye","order":144,"id":207,"prevSize":24,"code":59854},"setIdx":8,"setId":1,"iconIdx":206},{"icon":{"paths":["M1024 128h-128v-128h-128v128h-128v128h128v128h128v-128h128z","M863.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"],"tags":["eye-plus","views","vision","visit"],"defaultCode":59855,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye-plus, views2","name":"eye-plus","order":574,"id":208,"prevSize":24,"code":60209},"setIdx":8,"setId":1,"iconIdx":207},{"icon":{"paths":["M640 128h384v128h-384v-128z","M870.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"],"tags":["eye-minus","views","vision","visit"],"defaultCode":59856,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye-minus, views3","name":"eye-minus","order":575,"id":209,"prevSize":24,"code":60210},"setIdx":8,"setId":1,"iconIdx":208},{"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.342z","M768 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-256z","M830.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"],"tags":["eye-blocked","views","vision","visit","banned","blocked","forbidden","private"],"defaultCode":59857,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye-blocked, views4","name":"eye-blocked","order":143,"id":210,"prevSize":24,"code":59857},"setIdx":8,"setId":1,"iconIdx":209},{"icon":{"paths":["M192 0v1024l320-320 320 320v-1024z"],"tags":["bookmark","ribbon"],"defaultCode":59858,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bookmark, ribbon","name":"bookmark","order":75,"id":211,"prevSize":24,"code":59858},"setIdx":8,"setId":1,"iconIdx":210},{"icon":{"paths":["M256 128v896l320-320 320 320v-896zM768 0h-640v896l64-64v-768h576z"],"tags":["bookmarks","ribbons"],"defaultCode":59859,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bookmarks, ribbons","name":"bookmarks","order":158,"id":212,"prevSize":24,"code":59859},"setIdx":8,"setId":1,"iconIdx":211},{"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"],"tags":["plus","add","sum"],"defaultCode":59914,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"plus, add","name":"plus","order":73,"id":267,"prevSize":24,"code":59914},"setIdx":8,"setId":1,"iconIdx":266},{"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"],"tags":["minus","subtract","minimize","line"],"defaultCode":59915,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"minus, subtract","name":"minus","order":74,"id":268,"prevSize":24,"code":59915},"setIdx":8,"setId":1,"iconIdx":267},{"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"],"tags":["cross","cancel","close","quit","remove"],"defaultCode":59919,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cross, cancel","name":"cross","order":86,"id":272,"prevSize":24,"code":59919},"setIdx":8,"setId":1,"iconIdx":271},{"icon":{"paths":["M864 128l-480 480-224-224-160 160 384 384 640-640z"],"tags":["checkmark","tick","correct","accept","ok"],"defaultCode":59920,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkmark, tick","name":"checkmark","order":87,"id":273,"prevSize":24,"code":59920},"setIdx":8,"setId":1,"iconIdx":272},{"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"],"tags":["checkmark","tick","correct","accept","ok"],"defaultCode":59921,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkmark2, tick2","name":"checkmark2","order":164,"id":274,"prevSize":24,"code":59921},"setIdx":8,"setId":1,"iconIdx":273},{"icon":{"paths":["M384 512h-320v-128h320v-128l192 192-192 192zM1024 0v832l-384 192v-192h-384v-256h64v192h320v-576l256-128h-576v256h-64v-320z"],"tags":["enter","signin","login"],"defaultCode":59923,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"enter, signin","name":"enter","order":88,"id":276,"prevSize":24,"code":59923},"setIdx":8,"setId":1,"iconIdx":275},{"icon":{"paths":["M768 640v-128h-320v-128h320v-128l192 192zM704 576v256h-320v192l-384-192v-832h704v320h-64v-256h-512l256 128v576h256v-192z"],"tags":["exit","signout","logout","quit","close"],"defaultCode":59924,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"exit, signout","name":"exit","order":89,"id":277,"prevSize":24,"code":59924},"setIdx":8,"setId":1,"iconIdx":276},{"icon":{"paths":["M192 128l640 384-640 384z"],"tags":["play","player"],"defaultCode":59932,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"play3, player8","name":"play3","order":42,"id":285,"prevSize":24,"code":59932},"setIdx":8,"setId":1,"iconIdx":284},{"icon":{"paths":["M128 128h320v768h-320zM576 128h320v768h-320z"],"tags":["pause","player"],"defaultCode":59933,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pause2, player9","name":"pause2","order":43,"id":286,"prevSize":24,"code":59933},"setIdx":8,"setId":1,"iconIdx":285},{"icon":{"paths":["M128 128h768v768h-768z"],"tags":["stop","player","square"],"defaultCode":59934,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stop2, player10","name":"stop2","order":44,"id":287,"prevSize":24,"code":59934},"setIdx":8,"setId":1,"iconIdx":286},{"icon":{"paths":["M576 160v320l320-320v704l-320-320v320l-352-352z"],"tags":["backward","player"],"defaultCode":59935,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"backward2, player11","name":"backward2","order":45,"id":288,"prevSize":24,"code":59935},"setIdx":8,"setId":1,"iconIdx":287},{"icon":{"paths":["M512 864v-320l-320 320v-704l320 320v-320l352 352z"],"tags":["forward","player"],"defaultCode":59936,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"forward3, player12","name":"forward3","order":46,"id":289,"prevSize":24,"code":59936},"setIdx":8,"setId":1,"iconIdx":288},{"icon":{"paths":["M128 896v-768h128v352l320-320v320l320-320v704l-320-320v320l-320-320v352z"],"tags":["first","player"],"defaultCode":59937,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"first, player13","name":"first","order":47,"id":290,"prevSize":24,"code":59937},"setIdx":8,"setId":1,"iconIdx":289},{"icon":{"paths":["M896 128v768h-128v-352l-320 320v-320l-320 320v-704l320 320v-320l320 320v-352z"],"tags":["last","player"],"defaultCode":59938,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"last, player14","name":"last","order":48,"id":291,"prevSize":24,"code":59938},"setIdx":8,"setId":1,"iconIdx":290},{"icon":{"paths":["M256 896v-768h128v352l320-320v704l-320-320v352z"],"tags":["previous","player"],"defaultCode":59939,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"previous2, player15","name":"previous2","order":41,"id":292,"prevSize":24,"code":59939},"setIdx":8,"setId":1,"iconIdx":291},{"icon":{"paths":["M768 128v768h-128v-352l-320 320v-704l320 320v-352z"],"tags":["next","player"],"defaultCode":59940,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"next2, player16","name":"next2","order":40,"id":293,"prevSize":24,"code":59940},"setIdx":8,"setId":1,"iconIdx":292},{"icon":{"width":1088,"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.054z","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"],"tags":["volume-high","volume","audio","speaker","player"],"defaultCode":59942,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-high, volume","name":"volume-high","order":52,"id":295,"prevSize":24,"code":59942},"setIdx":8,"setId":1,"iconIdx":294},{"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.054z","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"],"tags":["volume-medium","volume","audio","speaker","player"],"defaultCode":59943,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-medium, volume2","name":"volume-medium","order":51,"id":296,"prevSize":24,"code":59943},"setIdx":8,"setId":1,"iconIdx":295},{"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.054z","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"],"tags":["volume-low","volume","audio","speaker","player"],"defaultCode":59944,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-low, volume3","name":"volume-low","order":50,"id":297,"prevSize":24,"code":59944},"setIdx":8,"setId":1,"iconIdx":296},{"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"],"tags":["volume-mute","volume","audio","speaker","player"],"defaultCode":59945,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-mute, volume4","name":"volume-mute","order":49,"id":298,"prevSize":24,"code":59945},"setIdx":8,"setId":1,"iconIdx":297},{"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.148z","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"],"tags":["volume-mute","volume","audio","player"],"defaultCode":59946,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-mute2, volume5","name":"volume-mute2","order":53,"id":299,"prevSize":24,"code":59946},"setIdx":8,"setId":1,"iconIdx":298},{"icon":{"paths":["M1024 576h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128z","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"],"tags":["volume-increase","volume","audio","speaker","player"],"defaultCode":59947,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-increase, volume6","name":"volume-increase","order":55,"id":300,"prevSize":24,"code":59947},"setIdx":8,"setId":1,"iconIdx":299},{"icon":{"paths":["M512 448h512v128h-512v-128z","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"],"tags":["volume-decrease","volume","audio","speaker","player"],"defaultCode":59948,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-decrease, volume7","name":"volume-decrease","order":56,"id":301,"prevSize":24,"code":59948},"setIdx":8,"setId":1,"iconIdx":300},{"icon":{"paths":["M128 320h640v192l256-256-256-256v192h-768v384h128zM896 704h-640v-192l-256 256 256 256v-192h768v-384h-128z"],"tags":["loop","repeat","player"],"defaultCode":59949,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"loop, repeat","name":"loop","order":54,"id":302,"prevSize":24,"code":59949},"setIdx":8,"setId":1,"iconIdx":301},{"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.32z","M928 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"],"tags":["loop","repeat","player","reload","refresh","update","synchronize","arrows"],"defaultCode":59950,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"loop2, repeat2","name":"loop2","order":72,"id":303,"prevSize":24,"code":59950},"setIdx":8,"setId":1,"iconIdx":302},{"icon":{"paths":["M0 736l256-256 544 544 224-224-544-544 255.998-256h-735.998v736z"],"tags":["arrow-up-left","up-left","arrow-top-left"],"defaultCode":59953,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-up-left, up-left","name":"arrow-up-left","order":64,"id":306,"prevSize":24,"code":59953},"setIdx":8,"setId":1,"iconIdx":305},{"icon":{"paths":["M512 32l-480 480h288v512h384v-512h288z"],"tags":["arrow-up","up","upload","top"],"defaultCode":59954,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-up, up","name":"arrow-up","order":65,"id":307,"prevSize":24,"code":59954},"setIdx":8,"setId":1,"iconIdx":306},{"icon":{"paths":["M288 0l256 256-544 544 224 224 544-544 256 255.998v-735.998h-736z"],"tags":["arrow-up-right","up-right","arrow-top-right"],"defaultCode":59955,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-up-right, up-right","name":"arrow-up-right","order":66,"id":308,"prevSize":24,"code":59955},"setIdx":8,"setId":1,"iconIdx":307},{"icon":{"paths":["M992 512l-480-480v288h-512v384h512v288z"],"tags":["arrow-right","right","next"],"defaultCode":59956,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-right, right3","name":"arrow-right","order":67,"id":309,"prevSize":24,"code":59956},"setIdx":8,"setId":1,"iconIdx":308},{"icon":{"paths":["M1024 288l-256 256-544-544-224 224 544 544-255.998 256h735.998v-736z"],"tags":["arrow-down-right","down-right","arrow-bottom-right"],"defaultCode":59957,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-down-right, down-right","name":"arrow-down-right","order":68,"id":310,"prevSize":24,"code":59957},"setIdx":8,"setId":1,"iconIdx":309},{"icon":{"paths":["M512 992l480-480h-288v-512h-384v512h-288z"],"tags":["arrow-down","down","download","bottom"],"defaultCode":59958,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-down, down","name":"arrow-down","order":69,"id":311,"prevSize":24,"code":59958},"setIdx":8,"setId":1,"iconIdx":310},{"icon":{"paths":["M736 1024l-256-256 544-544-224-224-544 544-256-255.998v735.998h736z"],"tags":["arrow-down-left","down-left","arrow-bottom-left"],"defaultCode":59959,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-down-left, down-left","name":"arrow-down-left","order":70,"id":312,"prevSize":24,"code":59959},"setIdx":8,"setId":1,"iconIdx":311},{"icon":{"paths":["M32 512l480 480v-288h512v-384h-512v-288z"],"tags":["arrow-left","left","previous"],"defaultCode":59960,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-left, left3","name":"arrow-left","order":71,"id":313,"prevSize":24,"code":59960},"setIdx":8,"setId":1,"iconIdx":312},{"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 416z","M706.744 669.256l90.512-90.512-285.256-285.254-285.254 285.256 90.508 90.508 194.746-194.744z"],"tags":["circle-up","up","circle-top","arrow"],"defaultCode":59969,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-up, up3","name":"circle-up","order":90,"id":322,"prevSize":24,"code":59969},"setIdx":8,"setId":1,"iconIdx":321},{"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 416z","M354.744 706.744l90.512 90.512 285.254-285.256-285.256-285.254-90.508 90.508 194.744 194.746z"],"tags":["circle-right","right","circle-next","arrow"],"defaultCode":59970,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-right, right5","name":"circle-right","order":91,"id":323,"prevSize":24,"code":59970},"setIdx":8,"setId":1,"iconIdx":322},{"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-416z","M317.256 354.744l-90.512 90.512 285.256 285.254 285.254-285.256-90.508-90.508-194.746 194.744z"],"tags":["circle-down","down","circle-bottom","arrow"],"defaultCode":59971,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-down, down3","name":"circle-down","order":92,"id":324,"prevSize":24,"code":59971},"setIdx":8,"setId":1,"iconIdx":323},{"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-416z","M669.256 317.256l-90.512-90.512-285.254 285.256 285.256 285.254 90.508-90.508-194.744-194.746z"],"tags":["circle-left","left","circle-previous","arrow"],"defaultCode":59972,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-left, left5","name":"circle-left","order":93,"id":325,"prevSize":24,"code":59972},"setIdx":8,"setId":1,"iconIdx":324},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M928 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 32z","M1020.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"],"tags":["sort-alpha-asc","arrange","alphabetic"],"defaultCode":59976,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-alpha-asc, arrange","name":"sort-alpha-asc","order":57,"id":329,"prevSize":24,"code":59976},"setIdx":8,"setId":1,"iconIdx":328},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M928 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 32z","M1020.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"],"tags":["sort-alpha-desc","arrange","alphabetic"],"defaultCode":59977,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-alpha-desc, arrange2","name":"sort-alpha-desc","order":58,"id":330,"prevSize":24,"code":59977},"setIdx":8,"setId":1,"iconIdx":329},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M864 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 32z","M928 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"],"tags":["sort-numeric-asc","arrange"],"defaultCode":59978,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-numeric-asc, arrange3","name":"sort-numeric-asc","order":59,"id":331,"prevSize":24,"code":59978},"setIdx":8,"setId":1,"iconIdx":330},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M864 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 32z","M928 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"],"tags":["sort-numberic-desc","arrange"],"defaultCode":59979,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-numberic-desc, arrange4","name":"sort-numberic-desc","order":60,"id":332,"prevSize":24,"code":59979},"setIdx":8,"setId":1,"iconIdx":331},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M448 576h576v128h-576v-128z","M448 384h448v128h-448v-128z","M448 192h320v128h-320v-128z","M448 0h192v128h-192v-128z"],"tags":["sort-amount-asc","arrange"],"defaultCode":59980,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-amount-asc, arrange5","name":"sort-amount-asc","order":161,"id":333,"prevSize":24,"code":59980},"setIdx":8,"setId":1,"iconIdx":332},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M448 0h576v128h-576v-128z","M448 192h448v128h-448v-128z","M448 384h320v128h-320v-128z","M448 576h192v128h-192v-128z"],"tags":["sort-amount-desc","arrange"],"defaultCode":59981,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-amount-desc, arrange6","name":"sort-amount-desc","order":162,"id":334,"prevSize":24,"code":59981},"setIdx":8,"setId":1,"iconIdx":333},{"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"],"tags":["checkbox-checked","checkbox","tick","checked","selected"],"defaultCode":59986,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkbox-checked, checkbox","name":"checkbox-checked","order":7,"id":339,"prevSize":24,"code":59986},"setIdx":8,"setId":1,"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-128zM896 896h-768v-768h768v768z"],"tags":["checkbox-unchecked","checkbox","unchecked","square"],"defaultCode":59987,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkbox-unchecked, checkbox2","name":"checkbox-unchecked","order":6,"id":340,"prevSize":24,"code":59987},"setIdx":8,"setId":1,"iconIdx":339},{"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"],"tags":["radio-checked","radio-button"],"defaultCode":59988,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"radio-checked, radio-button","name":"radio-checked","order":9,"id":341,"prevSize":24,"code":59988},"setIdx":8,"setId":1,"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 384z"],"tags":["radio-unchecked","radio-button","circle"],"defaultCode":59990,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"radio-unchecked, radio-button3","name":"radio-unchecked","order":8,"id":343,"prevSize":24,"code":59990},"setIdx":8,"setId":1,"iconIdx":342},{"icon":{"paths":["M832 256l192-192-64-64-192 192h-448v-192h-128v192h-192v128h192v512h512v192h128v-192h192v-128h-192v-448zM320 320h320l-320 320v-320zM384 704l320-320v320h-320z"],"tags":["crop","resize","cut"],"defaultCode":59991,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"crop, resize","name":"crop","order":571,"id":344,"prevSize":24,"code":60211},"setIdx":8,"setId":1,"iconIdx":343},{"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"],"tags":["filter","funnel"],"defaultCode":59995,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"filter, funnel","name":"filter","order":572,"id":348,"prevSize":24,"code":60212},"setIdx":8,"setId":1,"iconIdx":347},{"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"],"tags":["ligature","typography","font"],"defaultCode":59997,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"ligature, typography","name":"ligature","order":562,"id":350,"prevSize":24,"code":60213},"setIdx":8,"setId":1,"iconIdx":349},{"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"],"tags":["ligature","typography","font"],"defaultCode":59998,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"ligature2, typography2","name":"ligature2","order":563,"id":351,"prevSize":24,"code":60214},"setIdx":8,"setId":1,"iconIdx":350},{"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"],"tags":["text-height","wysiwyg"],"defaultCode":59999,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"text-height, wysiwyg","name":"text-height","order":564,"id":352,"prevSize":24,"code":60215},"setIdx":8,"setId":1,"iconIdx":351},{"icon":{"paths":["M256 896v128l-192-160 192-160v128h512v-128l192 160-192 160v-128zM832 64v256l-64-128h-192v448h128v64h-384v-64h128v-448h-192l-64 128v-256z"],"tags":["text-width","wysiwyg"],"defaultCode":60000,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"text-width, wysiwyg2","name":"text-width","order":565,"id":353,"prevSize":24,"code":60216},"setIdx":8,"setId":1,"iconIdx":352},{"icon":{"paths":["M64 512h384v128h-128v384h-128v-384h-128zM960 256h-251.75v768h-136.5v-768h-251.75v-128h640z"],"tags":["font-size","wysiwyg"],"defaultCode":60001,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"font-size, wysiwyg3","name":"font-size","order":568,"id":354,"prevSize":24,"code":60217},"setIdx":8,"setId":1,"iconIdx":353},{"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"],"tags":["bold","wysiwyg"],"defaultCode":60002,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bold, wysiwyg4","name":"bold","order":567,"id":355,"prevSize":24,"code":60218},"setIdx":8,"setId":1,"iconIdx":354},{"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"],"tags":["underline","wysiwyg"],"defaultCode":60003,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"underline, wysiwyg5","name":"underline","order":566,"id":356,"prevSize":24,"code":60219},"setIdx":8,"setId":1,"iconIdx":355},{"icon":{"paths":["M896 64v64h-128l-320 768h128v64h-448v-64h128l320-768h-128v-64z"],"tags":["italic","wysiwyg"],"defaultCode":60004,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"italic, wysiwyg6","name":"italic","order":569,"id":357,"prevSize":24,"code":60220},"setIdx":8,"setId":1,"iconIdx":356},{"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"],"tags":["strikethrough","wysiwyg"],"defaultCode":60005,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"strikethrough, wysiwyg7","name":"strikethrough","order":570,"id":358,"prevSize":24,"code":60221},"setIdx":8,"setId":1,"iconIdx":357},{"icon":{"paths":["M384 0h512v128h-128v896h-128v-896h-128v896h-128v-512c-141.384 0-256-114.616-256-256s114.616-256 256-256z"],"tags":["pilcrow","wysiwyg"],"defaultCode":60019,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pilcrow, wysiwyg21","name":"pilcrow","order":163,"id":372,"prevSize":24,"code":60019},"setIdx":8,"setId":1,"iconIdx":371},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h640v128h-640zM0 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-left","wysiwyg","align-left","left"],"defaultCode":60023,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-left, wysiwyg25","name":"paragraph-left","order":114,"id":376,"prevSize":24,"code":60023},"setIdx":8,"setId":1,"iconIdx":375},{"icon":{"paths":["M0 64h1024v128h-1024zM192 256h640v128h-640zM192 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-center","wysiwyg","align-center","center"],"defaultCode":60024,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-center, wysiwyg26","name":"paragraph-center","order":115,"id":377,"prevSize":24,"code":60024},"setIdx":8,"setId":1,"iconIdx":376},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-right","wysiwyg","align-right","right"],"defaultCode":60025,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-right, wysiwyg27","name":"paragraph-right","order":116,"id":378,"prevSize":24,"code":60025},"setIdx":8,"setId":1,"iconIdx":377},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h1024v128h-1024zM0 448h1024v128h-1024zM0 640h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-justify","wysiwyg","justify"],"defaultCode":60026,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-justify, wysiwyg28","name":"paragraph-justify","order":117,"id":379,"prevSize":24,"code":60026},"setIdx":8,"setId":1,"iconIdx":378},{"icon":{"width":1280,"paths":["M832 736l96 96 320-320-320-320-96 96 224 224z","M448 288l-96-96-320 320 320 320 96-96-224-224z","M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"],"tags":["embed","code","html","xml"],"defaultCode":60032,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"embed2, code2","name":"embed2","order":139,"id":385,"prevSize":24,"code":60032},"setIdx":8,"setId":1,"iconIdx":384},{"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"],"tags":["terminal","console","cmd","command-line"],"defaultCode":60033,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"terminal, console","name":"terminal","order":118,"id":386,"prevSize":24,"code":60033},"setIdx":8,"setId":1,"iconIdx":385},{"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"],"tags":["share","social"],"defaultCode":60034,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"share2, social","name":"share2","order":119,"id":387,"prevSize":24,"code":60034},"setIdx":8,"setId":1,"iconIdx":386},{"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"],"tags":["mail","contact","support","newsletter","letter","email","envelop","social"],"defaultCode":60035,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mail2, contact2","name":"mail","order":10,"id":388,"prevSize":24,"code":60035},"setIdx":8,"setId":1,"iconIdx":387},{"icon":{"paths":["M925.6 885.2c-112.2 82.8-274.6 126.8-414.6 126.8-196.2 0-372.8-72.4-506.4-193.2-10.4-9.4-1.2-22.4 11.4-15 144.2 84 322.6 134.4 506.8 134.4 124.2 0 260.8-25.8 386.6-79.2 18.8-8 34.8 12.6 16.2 26.2z","M972.2 832c-14.4-18.4-94.8-8.8-131-4.4-11 1.2-12.6-8.2-2.8-15.2 64.2-45 169.4-32 181.6-17 12.4 15.2-3.2 120.6-63.4 171-9.2 7.8-18 3.6-14-6.6 13.8-33.8 44-109.4 29.6-127.8z","M707.4 757.6l0.2 0.2c24.8-21.8 69.4-60.8 94.6-81.8 10-8 8.2-21.4 0.4-32.6-22.6-31.2-46.6-56.6-46.6-114.2v-192c0-81.4 5.6-156-54.2-212-47.2-45.2-125.6-61.2-185.6-61.2-117.2 0-248 43.8-275.4 188.6-3 15.4 8.4 23.6 18.4 25.8l119.4 13c11.2-0.6 19.2-11.6 21.4-22.8 10.2-49.8 52-74 99-74 25.4 0 54.2 9.2 69.2 32 17.2 25.4 15 60 15 89.4v16c-71.4 8-164.8 13.2-231.6 42.6-77.2 33.4-131.4 101.4-131.4 201.4 0 128 80.6 192 184.4 192 87.6 0 135.4-20.6 203-89.8 22.4 32.4 29.6 48.2 70.6 82.2 9.4 5 21 4.6 29.2-2.8zM583.2 457.2c0 48 1.2 88-23 130.6-19.6 34.8-50.6 56-85.2 56-47.2 0-74.8-36-74.8-89.2 0-105 94.2-124 183.2-124v26.6z"],"tags":["amazon","brand"],"defaultCode":60039,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"amazon","ligatures":"amazon, brand","order":558,"id":392,"prevSize":24,"code":60222},"setIdx":8,"setId":1,"iconIdx":391},{"icon":{"paths":["M522.2 438.8v175.6h290.4c-11.8 75.4-87.8 220.8-290.4 220.8-174.8 0-317.4-144.8-317.4-323.2s142.6-323.2 317.4-323.2c99.4 0 166 42.4 204 79l139-133.8c-89.2-83.6-204.8-134-343-134-283 0-512 229-512 512s229 512 512 512c295.4 0 491.6-207.8 491.6-500.2 0-33.6-3.6-59.2-8-84.8l-483.6-0.2z"],"tags":["google","brand"],"defaultCode":60040,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"google","ligatures":"google, brand2","order":559,"id":393,"prevSize":24,"code":60223},"setIdx":8,"setId":1,"iconIdx":392},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM519.6 896c-212.2 0-384-171.8-384-384s171.8-384 384-384c103.6 0 190.4 37.8 257.2 100.4l-104.2 100.4c-28.6-27.4-78.4-59.2-153-59.2-131.2 0-238 108.6-238 242.4s107 242.4 238 242.4c152 0 209-109.2 217.8-165.6h-217.8v-131.6h362.6c3.2 19.2 6 38.4 6 63.6 0.2 219.4-146.8 375.2-368.6 375.2z"],"tags":["google","brand"],"defaultCode":60041,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"google2","ligatures":"google2, brand3","order":560,"id":394,"prevSize":24,"code":60224},"setIdx":8,"setId":1,"iconIdx":393},{"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-512zM519.6 896c-212.2 0-384-171.8-384-384s171.8-384 384-384c103.6 0 190.4 37.8 257.2 100.4l-104.2 100.4c-28.6-27.4-78.4-59.2-153-59.2-131.2 0-238 108.6-238 242.4s107 242.4 238 242.4c152 0 209-109.2 217.8-165.6h-217.8v-131.6h362.6c3.2 19.2 6 38.4 6 63.6 0.2 219.4-146.8 375.2-368.6 375.2z"],"tags":["google","brand"],"defaultCode":60042,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"google3","ligatures":"google3, brand4","order":561,"id":395,"prevSize":24,"code":60225},"setIdx":8,"setId":1,"iconIdx":394},{"icon":{"paths":["M511.8 0c-244.2 0-442.2 198-442.2 442.2 0 231.4 210.8 419 442.2 419v162.8c268.6-136.2 442.6-355.6 442.6-581.8 0-244.2-198.4-442.2-442.6-442.2zM448 512c0 53-28.6 96-64 96v-96h-128v-192h192v192zM768 512c0 53-28.6 96-64 96v-96h-128v-192h192v192z"],"tags":["hangouts","brand","social"],"defaultCode":60046,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"hangouts","ligatures":"hangouts, brand8","order":556,"id":399,"prevSize":24,"code":60226},"setIdx":8,"setId":1,"iconIdx":398},{"icon":{"paths":["M608 192h160v-192h-160c-123.514 0-224 100.486-224 224v96h-128v192h128v512h192v-512h160l32-192h-192v-96c0-17.346 14.654-32 32-32z"],"tags":["facebook","brand","social"],"defaultCode":60048,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"facebook, brand10","name":"facebook1","order":557,"id":401,"prevSize":24,"code":60048},"setIdx":8,"setId":1,"iconIdx":400},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h416v-448h-128v-128h128v-64c0-105.8 86.2-192 192-192h128v128h-128c-35.2 0-64 28.8-64 64v64h192l-32 128h-160v448h288c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96z"],"tags":["facebook","brand","social"],"defaultCode":60049,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"facebook2, brand11","name":"facebook","order":4,"id":402,"prevSize":24,"code":60049},"setIdx":8,"setId":1,"iconIdx":401},{"icon":{"paths":["M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0z","M512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6z","M846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z"],"tags":["instagram","brand","social"],"defaultCode":60050,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"instagram, brand12","name":"instagram","order":95,"id":403,"prevSize":24,"code":60050},"setIdx":8,"setId":1,"iconIdx":402},{"icon":{"paths":["M512 0c-281.6 0-512 230.4-512 512s230.4 512 512 512 512-230.4 512-512-227.8-512-512-512zM747.6 739.8c-10.2 15.4-28.2 20.4-43.6 10.2-120.4-74.2-271.4-89.6-450.6-48.6-18 5.2-33.2-7.6-38.4-23-5.2-18 7.6-33.2 23-38.4 194.6-43.6 363.6-25.6 496.6 56.4 18 7.6 20.6 28 13 43.4zM809 599c-12.8 18-35.8 25.6-53.8 12.8-138.2-84.4-348.2-110-509.4-58.8-20.4 5.2-43.6-5.2-48.6-25.6-5.2-20.4 5.2-43.6 25.6-48.6 186.8-56.4 417.2-28.2 576 69.2 15.2 7.6 23 33.2 10.2 51zM814 455.6c-163.8-97.2-437.8-107.6-594-58.8-25.6 7.6-51.2-7.6-58.8-30.8-7.6-25.6 7.6-51.2 30.8-58.8 181.8-53.8 481.2-43.6 670.8 69.2 23 12.8 30.8 43.6 18 66.6-13 17.8-43.6 25.4-66.8 12.6z"],"tags":["spotify","brand","social"],"defaultCode":60052,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"spotify","ligatures":"spotify, brand14","order":104,"id":405,"prevSize":24,"code":60052},"setIdx":8,"setId":1,"iconIdx":404},{"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-512zM763.6 351l-84 395.8c-5.8 28.2-22.8 34.8-46.4 21.8l-128-94.6-61.4 59.8c-7.2 7-12.8 12.8-25.6 12.8-16.6 0-13.8-6.2-19.4-22l-43.6-143.2-126.6-39.4c-27.4-8.4-27.6-27.2 6.2-40.6l493.2-190.4c22.4-10.2 44.2 5.4 35.6 40z"],"tags":["telegram","brand","social"],"defaultCode":60053,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"telegram","ligatures":"telegram, brand15","order":137,"id":406,"prevSize":24,"code":60053},"setIdx":8,"setId":1,"iconIdx":405},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"tags":["twitter","brand","tweet","social"],"defaultCode":60054,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"twitter, brand16","name":"twitter","order":5,"id":407,"prevSize":24,"code":60054},"setIdx":8,"setId":1,"iconIdx":406},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM829.4 716.8l-93.6 1.4c0 0-20.2 4-46.6-14.2-35-24-68-86.6-93.8-78.4-26 8.2-25.2 64.4-25.2 64.4s0.2 12-5.8 18.4c-6.4 7-19.2 8.4-19.2 8.4h-41.8c0 0-92.4 5.6-173.8-79.2-88.8-92.4-167.2-275.8-167.2-275.8s-4.6-12 0.4-17.8c5.6-6.6 20.6-7 20.6-7l100.2-0.6c0 0 9.4 1.6 16.2 6.6 5.6 4 8.6 11.8 8.6 11.8s16.2 41 37.6 78c41.8 72.2 61.4 88 75.6 80.4 20.6-11.2 14.4-102.2 14.4-102.2s0.4-33-10.4-47.6c-8.4-11.4-24.2-14.8-31-15.6-5.6-0.8 3.6-13.8 15.6-19.8 18-8.8 49.8-9.4 87.4-9 29.2 0.2 37.8 2.2 49.2 4.8 34.6 8.4 22.8 40.6 22.8 117.8 0 24.8-4.4 59.6 13.4 71 7.6 5 26.4 0.8 73.4-79 22.2-37.8 39-82.2 39-82.2s3.6-8 9.2-11.4c5.8-3.4 13.6-2.4 13.6-2.4l105.4-0.6c0 0 31.6-3.8 36.8 10.6 5.4 15-11.8 50-54.8 107.4-70.6 94.2-78.6 85.4-19.8 139.8 56 52 67.6 77.4 69.6 80.6 22.8 38.4-26 41.4-26 41.4z"],"tags":["vk","brand","social"],"defaultCode":60056,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"vk","ligatures":"vk, brand18","order":555,"id":409,"prevSize":24,"code":60227},"setIdx":8,"setId":1,"iconIdx":408},{"icon":{"paths":["M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z"],"tags":["feed","rss","social"],"defaultCode":60059,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"feed2, rss","name":"rss","order":2,"id":412,"prevSize":24,"code":60059},"setIdx":8,"setId":1,"iconIdx":411},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM279 831.2c-48 0-87-38.6-87-86.6 0-47.6 39-86.8 87-86.8 48.2 0 87 39.2 87 86.8 0 48-39 86.6-87 86.6zM497.4 832c0-81.8-31.8-158.8-89.4-216.4-57.8-57.8-134.4-89.6-216-89.6v-125.2c237.6 0 431.2 193.4 431.2 431.2h-125.8zM719.6 832c0-291-236.6-528-527.4-528v-125.2c360 0 653 293.2 653 653.2h-125.6z"],"tags":["feed","rss","social"],"defaultCode":60060,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"feed3, rss2","name":"rss2","order":94,"id":413,"prevSize":24,"code":60060},"setIdx":8,"setId":1,"iconIdx":412},{"icon":{"paths":["M1013.8 307.2c0 0-10-70.6-40.8-101.6-39-40.8-82.6-41-102.6-43.4-143.2-10.4-358.2-10.4-358.2-10.4h-0.4c0 0-215 0-358.2 10.4-20 2.4-63.6 2.6-102.6 43.4-30.8 31-40.6 101.6-40.6 101.6s-10.2 82.8-10.2 165.8v77.6c0 82.8 10.2 165.8 10.2 165.8s10 70.6 40.6 101.6c39 40.8 90.2 39.4 113 43.8 82 7.8 348.2 10.2 348.2 10.2s215.2-0.4 358.4-10.6c20-2.4 63.6-2.6 102.6-43.4 30.8-31 40.8-101.6 40.8-101.6s10.2-82.8 10.2-165.8v-77.6c-0.2-82.8-10.4-165.8-10.4-165.8zM406.2 644.8v-287.8l276.6 144.4-276.6 143.4z"],"tags":["youtube","brand","social"],"defaultCode":60061,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"youtube, brand21","name":"youtube","order":61,"id":414,"prevSize":24,"code":60061},"setIdx":8,"setId":1,"iconIdx":413},{"icon":{"paths":["M96 0l-96 160v736h256v128h128l128-128h160l288-288v-608h-864zM832 544l-160 160h-160l-128 128v-128h-192v-576h640v416z","M608 256h96v256h-96v-256z","M416 256h96v256h-96v-256z"],"tags":["twitch","brand","social"],"defaultCode":60063,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"twitch, brand23","name":"twitch","order":138,"id":416,"prevSize":24,"code":60063},"setIdx":8,"setId":1,"iconIdx":415},{"icon":{"paths":["M1023.6 274c-4.6 99.6-74.2 236.2-208.8 409.4-139.2 180.8-257 271.4-353.4 271.4-59.6 0-110.2-55-151.4-165.2-27.6-101-55-202-82.6-303-30.6-110.2-63.4-165.2-98.6-165.2-7.6 0-34.4 16.2-80.4 48.2l-48.2-62c50.6-44.4 100.4-88.8 149.4-133.2 67.4-58.2 118-88.8 151.8-92 79.6-7.6 128.8 46.8 147.2 163.4 19.8 125.8 33.6 204 41.4 234.6 23 104.4 48.2 156.6 75.8 156.6 21.4 0 53.6-33.8 96.6-101.6 42.8-67.6 65.8-119.2 69-154.6 6.2-58.4-16.8-87.8-69-87.8-24.6 0-49.8 5.6-75.8 16.8 50.4-164.8 146.4-244.8 288.4-240.2 105 2.8 154.6 71 148.6 204.4z"],"tags":["vimeo","brand","social"],"defaultCode":60064,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"vimeo, brand24","name":"vimeo","order":62,"id":417,"prevSize":24,"code":60064},"setIdx":8,"setId":1,"iconIdx":416},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM861.6 340c-3.2 72-53.6 170.6-151 295.8-100.6 130.8-185.8 196.2-255.4 196.2-43.2 0-79.6-39.8-109.4-119.4-20-73-39.8-146-59.8-219-22-79.6-45.8-119.4-71.2-119.4-5.6 0-25 11.6-58 34.8l-34.8-44.8c36.6-32 72.6-64.2 108-96.2 48.8-42 85.2-64.2 109.6-66.4 57.6-5.6 93 33.8 106.4 118 14.4 91 24.4 147.4 30 169.6 16.6 75.4 34.8 113 54.8 113 15.4 0 38.8-24.4 69.8-73.4s47.6-86.2 49.8-111.8c4.4-42.2-12.2-63.4-49.8-63.4-17.8 0-36 4-54.8 12.2 36.4-119 105.8-177 208.4-173.6 76 2.2 111.8 51.4 107.4 147.8z"],"tags":["vimeo","brand","social"],"defaultCode":60065,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"vimeo2, brand25","name":"vimeo2","order":553,"id":418,"prevSize":24,"code":60228},"setIdx":8,"setId":1,"iconIdx":417},{"icon":{"paths":["M297 205.2c30.2 0 57.4 2.6 82.2 8 24.8 5.2 45.8 14 63.6 26 17.6 12 31.2 28 41.2 48 9.6 19.8 14.4 44.6 14.4 74 0 31.8-7.2 58.2-21.6 79.4-14.6 21.2-35.8 38.4-64.2 52 38.8 11.2 67.4 30.8 86.6 58.6 19.2 28 28.4 61.6 28.4 101.2 0 32-6.2 59.4-18.4 82.6-12.4 23.4-29.2 42.4-49.8 57-20.8 14.8-44.8 25.6-71.6 32.6-26.6 7-54 10.6-82.4 10.6h-305.4v-630h297zM279 459.6c24.6 0 45-5.8 61-17.6 16-11.6 23.6-30.8 23.6-57.2 0-14.6-2.6-26.8-7.8-36.2-5.4-9.4-12.4-16.8-21.4-22-8.8-5.4-18.8-9-30.6-11-11.4-2.2-23.4-3.2-35.6-3.2h-129.6v147.2h140.4zM286.6 727.8c13.6 0 26.6-1.2 38.8-4 12.4-2.8 23.4-7 32.6-13.4 9.2-6.2 17-14.4 22.6-25.2 5.6-10.6 8.2-24.2 8.2-40.8 0-32.4-9.2-55.6-27.4-69.6-18.2-13.8-42.4-20.6-72.4-20.6h-150.4v173.4h148z","M725.2 725.6c18.8 18.4 45.8 27.6 81 27.6 25.2 0 47.2-6.4 65.4-19.2s29.2-26.4 33.4-40.4h110.4c-17.8 55-44.6 94-81.4 117.6-36.2 23.6-80.6 35.6-132 35.6-36 0-68.2-5.8-97.2-17.2-29-11.6-53.2-27.8-73.6-49-19.8-21.2-35.4-46.4-46.4-76-10.8-29.4-16.4-62-16.4-97.2 0-34.2 5.6-66 16.8-95.4 11.4-29.6 27-55 47.8-76.4s45.2-38.4 74-50.8c28.6-12.4 60.2-18.6 95.2-18.6 38.6 0 72.4 7.4 101.4 22.6 28.8 15 52.6 35.2 71.2 60.4s31.8 54.2 40 86.6c8.2 32.4 11 66.2 8.8 101.6h-329.4c0 35.8 12 70 31 88.2zM869 486c-14.8-16.4-40.2-25.4-70.8-25.4-20 0-36.6 3.4-49.8 10.2-13 6.8-23.6 15.2-31.8 25.2-8 10-13.6 20.8-16.8 32.2-3.2 11-5.2 21.2-5.8 30h204c-3-32-14-55.6-29-72.2z","M668.4 256h255.4v62.2h-255.4v-62.2z"],"tags":["behance","brand","social"],"defaultCode":60072,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"behance","ligatures":"behance, brand32","order":550,"id":425,"prevSize":24,"code":60229},"setIdx":8,"setId":1,"iconIdx":424},{"icon":{"paths":["M404.2 448.6c13-9.4 19.2-25 19.2-46.6 0-12-2-21.8-6.2-29.4-4.4-7.6-10-13.6-17.4-17.8-7.2-4.4-15.4-7.4-24.8-9-9.2-1.8-19-2.6-29-2.6h-105.4v119.6h114c20 0.2 36.6-4.6 49.6-14.2z","M422 556.6c-14.8-11.2-34.4-16.8-58.8-16.8h-122.6v141h120.2c11.2 0 21.6-1 31.6-3.2s19-5.6 26.6-10.8c7.6-5 13.8-11.8 18.4-20.4s6.8-19.8 6.8-33.2c0-26.4-7.4-45.2-22.2-56.6z","M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM671.2 269.4h207.4v50.6h-207.4v-50.6zM541.6 686.4c-10 19-23.6 34.4-40.4 46.4-17 12-36.4 20.8-58.2 26.6-21.6 5.8-44 8.6-66.8 8.6h-248.2v-511.8h241.2c24.4 0 46.6 2.2 66.8 6.4 20 4.2 37.2 11.4 51.6 21.2 14.2 9.8 25.4 22.8 33.4 39 7.8 16 11.8 36.2 11.8 60 0 25.8-5.8 47.2-17.6 64.4s-29 31.2-52.2 42.2c31.6 9 54.8 25 70.2 47.6 15.6 22.8 23.2 50.2 23.2 82.2 0.2 26.2-4.8 48.6-14.8 67.2zM959.4 607.2h-267.4c0 29.2 10 57 25.2 72 15.2 14.8 37.2 22.4 65.8 22.4 20.6 0 38.2-5.2 53.2-15.6 14.8-10.4 23.8-21.4 27.2-32.8h89.6c-14.4 44.6-36.2 76.4-66 95.6-29.4 19.2-65.4 28.8-107.2 28.8-29.2 0-55.4-4.8-79-14-23.6-9.4-43.2-22.6-59.8-39.8-16.2-17.2-28.6-37.8-37.6-61.8-8.8-23.8-13.4-50.4-13.4-79 0-27.8 4.6-53.6 13.6-77.6 9.2-24 22-44.8 38.8-62 16.8-17.4 36.8-31.2 60-41.4 23.2-10 48.8-15 77.2-15 31.4 0 58.8 6 82.4 18.4 23.4 12.2 42.6 28.6 57.8 49.2s25.8 44 32.6 70.4c6.6 26 8.8 53.4 7 82.2z","M776.6 463.8c-16.2 0-29.8 2.8-40.4 8.4s-19.2 12.4-25.8 20.4c-6.6 8.2-11 16.8-13.6 26.2-2.6 9-4.2 17.2-4.6 24.4h165.6c-2.4-26-11.4-45.2-23.4-58.6-12.4-13.6-32.8-20.8-57.8-20.8z"],"tags":["behance","brand","social"],"defaultCode":60073,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"behance2","ligatures":"behance2, brand33","order":120,"id":426,"prevSize":24,"code":60073},"setIdx":8,"setId":1,"iconIdx":425},{"icon":{"paths":["M704 288c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM958.392 129.608c-87.478-87.476-229.306-87.476-316.786 0-35.578 35.578-56.684 80.146-63.322 126.392v0l-204.694 310.228c-27.506 1.41-54.776 8.416-79.966 21.016l-157.892-123.424c-36.55-28.574-89.342-22.102-117.912 14.448-28.572 36.55-22.102 89.342 14.448 117.912l155.934 121.892c-16.96 66.782 0.672 140.538 52.93 192.794 78.906 78.904 206.832 78.904 285.736 0 48.466-48.466 67.15-115.428 56.076-178.166l249.054-222.986c46.248-6.638 90.816-27.744 126.394-63.322 87.478-87.476 87.478-229.306 0-316.784zM384 902.698c-74.39 0-134.698-60.304-134.698-134.698 0-0.712 0.042-1.414 0.054-2.124l66.912 52.304c15.36 12.006 33.582 17.824 51.674 17.824 24.962 0 49.672-11.080 66.238-32.272 28.572-36.55 22.102-89.342-14.448-117.912l-63.5-49.636c8.962-1.878 18.248-2.88 27.768-2.88 74.392 0 134.698 60.304 134.698 134.698s-60.306 134.696-134.698 134.696zM800 448c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"],"tags":["steam","brand","social"],"defaultCode":60076,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"steam, brand36","name":"steam","order":552,"id":429,"prevSize":24,"code":60230},"setIdx":8,"setId":1,"iconIdx":428},{"icon":{"paths":["M303.922 836.010c27.144 0 53.786-13.136 69.972-37.416 25.734-38.602 15.302-90.754-23.298-116.488l-66.074-44.048c11.308-3.080 23.194-4.756 35.478-4.756 74.392 0 134.696 60.304 134.696 134.698s-60.306 134.698-134.698 134.698c-72.404 0-131.444-57.132-134.548-128.774l71.954 47.968c14.322 9.548 30.506 14.118 46.518 14.118zM853.34 0c93.876 0 170.66 76.812 170.66 170.688v682.628c0 93.936-76.784 170.684-170.66 170.684h-682.652c-93.876 0-170.688-76.75-170.688-170.682v-203.028l121.334 80.888c-11.652 63.174 6.938 130.83 55.798 179.69 78.904 78.904 206.83 78.904 285.736 0 48.468-48.466 67.15-115.43 56.076-178.166l249.056-222.988c46.248-6.638 90.816-27.744 126.394-63.322 87.476-87.476 87.476-229.306 0-316.784-87.48-87.478-229.308-87.478-316.786 0-35.578 35.578-56.684 80.146-63.322 126.392v0l-204.694 310.23c-31.848 1.632-63.378 10.764-91.726 27.392l-217.866-145.244v-277.69c0-93.876 76.81-170.688 170.686-170.688h682.654zM896 288c0-88.366-71.634-160-160-160s-160 71.634-160 160 71.634 160 160 160 160-71.634 160-160zM640 288c0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96-96-42.98-96-96z"],"tags":["steam","brand","social"],"defaultCode":60077,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"steam2, brand37","name":"steam2","order":551,"id":430,"prevSize":24,"code":60231},"setIdx":8,"setId":1,"iconIdx":429},{"icon":{"paths":["M512.008 12.642c-282.738 0-512.008 229.218-512.008 511.998 0 226.214 146.704 418.132 350.136 485.836 25.586 4.738 34.992-11.11 34.992-24.632 0-12.204-0.48-52.542-0.696-95.324-142.448 30.976-172.504-60.41-172.504-60.41-23.282-59.176-56.848-74.916-56.848-74.916-46.452-31.778 3.51-31.124 3.51-31.124 51.4 3.61 78.476 52.766 78.476 52.766 45.672 78.27 119.776 55.64 149.004 42.558 4.588-33.086 17.852-55.68 32.506-68.464-113.73-12.942-233.276-56.85-233.276-253.032 0-55.898 20.004-101.574 52.76-137.428-5.316-12.9-22.854-64.972 4.952-135.5 0 0 43.006-13.752 140.84 52.49 40.836-11.348 84.636-17.036 128.154-17.234 43.502 0.198 87.336 5.886 128.256 17.234 97.734-66.244 140.656-52.49 140.656-52.49 27.872 70.528 10.35 122.6 5.036 135.5 32.82 35.856 52.694 81.532 52.694 137.428 0 196.654-119.778 239.95-233.79 252.624 18.364 15.89 34.724 47.046 34.724 94.812 0 68.508-0.596 123.644-0.596 140.508 0 13.628 9.222 29.594 35.172 24.566 203.322-67.776 349.842-259.626 349.842-485.768 0-282.78-229.234-511.998-511.992-511.998z"],"tags":["github","brand","octacat","social"],"defaultCode":60080,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"github, brand40","name":"github","order":540,"id":433,"prevSize":24,"code":60232},"setIdx":8,"setId":1,"iconIdx":432},{"icon":{"paths":["M128 511.992c0 148.026 88.322 275.968 216.43 336.578l-183.178-488.784c-21.308 46.508-33.252 97.982-33.252 152.206zM771.228 493.128c0-46.234-17.054-78.236-31.654-103.142-19.458-30.82-37.72-56.894-37.72-87.716 0-34.374 26.766-66.376 64.486-66.376 1.704 0 3.32 0.204 4.976 0.302-68.316-60.97-159.34-98.196-259.308-98.196-134.16 0-252.186 67.046-320.844 168.568 9.010 0.282 17.506 0.454 24.712 0.454 40.154 0 102.34-4.752 102.34-4.752 20.69-1.182 23.132 28.434 2.458 30.822 0 0-20.81 2.368-43.952 3.55l139.834 405.106 84.044-245.456-59.822-159.65c-20.688-1.184-40.278-3.55-40.278-3.55-20.702-1.192-18.272-32.002 2.438-30.822 0 0 63.4 4.752 101.134 4.752 40.146 0 102.35-4.752 102.35-4.752 20.702-1.182 23.14 28.434 2.446 30.822 0 0-20.834 2.372-43.948 3.55l138.78 402.018 38.312-124.632c16.58-51.75 29.216-88.9 29.216-120.9zM518.742 544.704l-115.226 326.058c34.416 9.858 70.794 15.238 108.488 15.238 44.716 0 87.604-7.518 127.518-21.2-1.018-1.602-1.974-3.304-2.75-5.154l-118.030-314.942zM848.962 332.572c1.652 11.91 2.588 24.686 2.588 38.458 0 37.93-7.292 80.596-29.202 133.95l-117.286 330.272c114.162-64.828 190.938-185.288 190.938-323.258 0-65.030-17.060-126.16-47.038-179.422zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448z"],"tags":["wordpress","brand","social","cms"],"defaultCode":60084,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"wordpress, brand44","name":"wordpress","order":541,"id":437,"prevSize":24,"code":60233},"setIdx":8,"setId":1,"iconIdx":436},{"icon":{"paths":["M266.004 276.678c32.832-32.844 86.002-32.844 118.804-0.032l7.826 7.868 101.104-101.156-7.874-7.88c-57.624-57.7-138.514-77.878-212.42-60.522-10.594-65.182-67.088-114.924-135.174-114.956-75.65 0-136.954 61.442-136.97 137.158 0 65.336 45.59 120 106.662 133.83-23.138 77.45-4.242 164.834 56.846 225.984l227.826 227.9 100.996-101.214-227.81-227.886c-32.682-32.722-32.742-86.126 0.184-119.094zM1022.712 137.158c0.016-75.762-61.318-137.158-136.984-137.158-69.234 0-126.478 51.444-135.682 118.238-77.074-22.664-163.784-3.496-224.64 57.408l-227.84 227.9 101.102 101.172 227.766-227.856c32.94-32.966 85.988-32.906 118.684-0.184 32.8 32.83 32.8 86.114-0.032 118.956l-7.794 7.836 101.010 101.248 7.858-7.928c60.458-60.566 79.678-146.756 57.612-223.638 67.15-8.834 118.94-66.364 118.94-135.994zM906.266 751.064c18.102-74.458-1.976-156.324-60.108-214.5l-227.49-227.992-101.102 101.122 227.52 228.012c32.94 32.996 32.864 86.096 0.184 118.848-32.802 32.814-86.004 32.814-118.836-0.030l-7.766-7.79-100.994 101.246 7.732 7.728c61.516 61.594 149.618 80.438 227.368 56.488 12.632 62.682 67.934 109.804 134.258 109.804 75.604 0 136.968-61.35 136.968-137.126 0-69.2-51.18-126.456-117.734-135.81zM612.344 528.684l-227.536 227.992c-32.71 32.768-86.034 32.828-118.944-0.124-32.818-32.904-32.832-86.098-0.044-118.97l7.808-7.774-101.086-101.124-7.734 7.712c-58.76 58.802-78.56 141.834-59.45 216.982-60.398 14.26-105.358 68.634-105.358 133.496-0.016 75.746 61.332 137.126 136.982 137.126 65.1-0.032 119.588-45.418 133.54-106.382 74.702 18.552 156.998-1.304 215.344-59.756l227.49-227.96-101.012-101.218z"],"tags":["joomla","brand","cms"],"defaultCode":60085,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"joomla, brand45","name":"joomla","order":542,"id":438,"prevSize":24,"code":60234},"setIdx":8,"setId":1,"iconIdx":437},{"icon":{"paths":["M957.796 384h-57.406c-35.166 0-65.988-29.742-68.39-64v0c0.004-182.668-147.258-320-331.19-320h-167.824c-183.812 0-332.856 148-332.986 330.666v362.798c0 182.654 149.174 330.536 332.984 330.536h358.42c183.948 0 332.596-147.882 332.596-330.536v-234.382c0-36.502-29.44-75.082-66.204-75.082zM320 256h192c35.2 0 64 28.8 64 64s-28.8 64-64 64h-192c-35.2 0-64-28.8-64-64s28.8-64 64-64zM704 768h-384c-35.2 0-64-28.8-64-64s28.8-64 64-64h384c35.2 0 64 28.8 64 64s-28.8 64-64 64z"],"tags":["blogger","brand","social"],"defaultCode":60087,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"blogger, brand47","name":"blogger","order":543,"id":440,"prevSize":24,"code":60235},"setIdx":8,"setId":1,"iconIdx":439},{"icon":{"paths":["M576.032 448l-0.002 234.184c0 59.418-0.77 93.656 5.53 110.5 6.25 16.754 21.918 34.146 38.99 44.202 22.684 13.588 48.542 20.376 77.708 20.376 51.854 0 82.478-6.848 133.742-40.54v153.944c-43.7 20.552-81.866 32.594-117.324 40.922-35.5 8.242-73.86 12.406-115.064 12.406-46.828 0-74.456-5.886-110.41-17.656-35.958-11.868-66.66-28.806-92.020-50.54-25.45-21.922-43.022-45.208-52.848-69.832-9.826-24.636-14.716-60.414-14.716-107.244v-359.1h-137.426v-145.006c40.208-13.042 85.164-31.788 113.78-56.152 28.754-24.45 51.766-53.706 69.106-87.944 17.392-34.146 29.348-77.712 35.872-130.516h165.084l-0.002 255.996h255.968v192h-255.968z"],"tags":["tumblr","brand","social"],"defaultCode":60089,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tumblr, brand49","name":"tumblr","order":544,"id":442,"prevSize":24,"code":60236},"setIdx":8,"setId":1,"iconIdx":441},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM731.8 824.6c-30.2 14.2-57.6 24.2-82 30-24.4 5.6-51 8.6-79.4 8.6-32.4 0-51.4-4-76.2-12.2s-46-19.8-63.6-34.8c-17.6-15.2-29.6-31.2-36.4-48.2s-10.2-41.6-10.2-74v-247.8h-96v-100c27.8-9 60-22 79.6-38.8 19.8-16.8 35.8-37 47.6-60.6 12-23.6 20.2-53.6 24.8-90h100.4v163.2h163.6v126.2h-163.4v181.2c0 41-0.6 64.6 3.8 76.2s15.2 23.6 27 30.4c15.6 9.4 33.6 14 53.6 14 35.8 0 71.4-11.6 106.8-34.8v111.4z"],"tags":["tumblr","brand","social"],"defaultCode":60090,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tumblr2, brand50","name":"tumblr2","order":545,"id":443,"prevSize":24,"code":60237},"setIdx":8,"setId":1,"iconIdx":442},{"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"],"tags":["apple","brand"],"defaultCode":60094,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"apple, brand53","name":"appleinc","order":539,"id":447,"prevSize":24,"code":60238},"setIdx":8,"setId":1,"iconIdx":446},{"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.132z","M570.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.702z","M569.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.536z","M960 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.064v896z","M800 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 32z","M540.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.454z","M512 836c4.692 0 9.374-0.074 14.050-0.196-4.676 0.122-9.358 0.196-14.050 0.196z","M539.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.132z","M525.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.11z","M877.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.812z","M571.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.322z","M555.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"],"tags":["finder","brand","mac","os"],"defaultCode":60095,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"finder, brand54","name":"finder","order":538,"id":448,"prevSize":24,"code":60239},"setIdx":8,"setId":1,"iconIdx":447},{"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-576v352z","M798.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"],"tags":["android","brand","os","mobile"],"defaultCode":60096,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"android, brand55","name":"android","order":537,"id":449,"prevSize":24,"code":60240},"setIdx":8,"setId":1,"iconIdx":448},{"icon":{"paths":["M891.96 514.204c-18.086 0-35.348 3.52-51.064 9.856-10.506-114.358-110.29-204.060-232-204.060-29.786 0-58.682 5.63-84.318 15.164-9.96 3.702-12.578 7.52-12.578 14.916v402.714c0 7.766 6.24 14.234 14.124 14.996 0.336 0.034 363.536 0.21 365.89 0.21 72.904 0 131.986-56.816 131.986-126.894s-59.134-126.902-132.040-126.902zM400 768h32l16-224.22-16-223.78h-32l-16 223.78zM304 768h-32l-16-162.75 16-157.25h32l16 160zM144 768h32l16-128-16-128h-32l-16 128zM16 704h32l16-64-16-64h-32l-16 64z"],"tags":["soundcloud","brand","social"],"defaultCode":60099,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"soundcloud, brand58","name":"soundcloud","order":106,"id":452,"prevSize":24,"code":60099},"setIdx":8,"setId":1,"iconIdx":451},{"icon":{"paths":["M425.6 37.4c-1.6-1-3.4-1.8-5-2.6-1.8 0.4-3.4 0.6-5.2 1l10.2 1.6z","M36.8 421c-0.4 1.8-0.6 3.6-0.8 5.2 1 1.6 1.6 3.2 2.6 4.8l-1.8-10z","M986.8 602.6c0.4-1.8 0.6-3.6 1-5.4-1-1.6-1.6-3.2-2.6-4.8l1.6 10.2z","M592 983c1.6 1 3.4 1.8 5 2.6 1.8-0.4 3.6-0.6 5.4-0.8l-10.4-1.8z","M987.8 597.2c-0.4 1.8-0.6 3.6-1 5.4l-1.8-10.4c1 1.8 1.8 3.4 2.8 5 5.2-28.8 8-58.2 8-87.6 0-65.2-12.8-128.6-38-188.2-24.4-57.6-59.2-109.4-103.6-153.8s-96.2-79.2-153.6-103.6c-59.6-25.2-123-38-188.2-38-30.8 0-61.6 2.8-91.6 8.6 0 0-0.2 0-0.2 0 1.6 0.8 3.4 1.6 5 2.6l-10.2-1.6c1.8-0.4 3.4-0.6 5.2-1-41.2-21.8-87.4-33.6-134.2-33.6-76.4 0-148.4 29.8-202.4 83.8s-83.8 126-83.8 202.4c0 48.6 12.6 96.6 36 138.8 0.4-1.8 0.6-3.6 0.8-5.2l1.8 10.2c-1-1.6-1.8-3.2-2.6-4.8-4.8 27.4-7.2 55.4-7.2 83.4 0 65.2 12.8 128.6 38 188.2 24.4 57.6 59.2 109.2 103.6 153.6s96.2 79.2 153.8 103.6c59.6 25.2 123 38 188.2 38 28.4 0 56.8-2.6 84.6-7.6-1.6-1-3.2-1.8-5-2.6l10.4 1.8c-1.8 0.4-3.6 0.6-5.4 0.8 42.8 24.2 91.4 37.2 140.8 37.2 76.4 0 148.4-29.8 202.4-83.8s83.8-126 83.8-202.4c-0.2-48.6-12.8-96.6-36.4-139.2zM514.2 805.8c-171.8 0-248.6-84.4-248.6-147.8 0-32.4 24-55.2 57-55.2 73.6 0 54.4 105.6 191.6 105.6 70.2 0 109-38.2 109-77.2 0-23.4-11.6-49.4-57.8-60.8l-152.8-38.2c-123-30.8-145.4-97.4-145.4-160 0-129.8 122.2-178.6 237-178.6 105.8 0 230.4 58.4 230.4 136.4 0 33.4-29 52.8-62 52.8-62.8 0-51.2-86.8-177.6-86.8-62.8 0-97.4 28.4-97.4 69s49.6 53.6 92.6 63.4l113.2 25.2c123.8 27.6 155.2 100 155.2 168 0 105.4-81 184.2-244.4 184.2z"],"tags":["skype","brand","social"],"defaultCode":60101,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"skype, brand60","name":"skype","order":536,"id":454,"prevSize":24,"code":60241},"setIdx":8,"setId":1,"iconIdx":453},{"icon":{"paths":["M256 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-64zM643.112 776.778c16.482-12.986 40.376-10.154 53.364 6.332s10.152 40.378-6.334 53.366c-45.896 36.158-115.822 59.524-178.142 59.524-62.322 0-132.248-23.366-178.144-59.522-16.486-12.99-19.32-36.882-6.332-53.368 12.99-16.482 36.882-19.318 53.366-6.332 26.422 20.818 78.722 43.222 131.11 43.222s104.688-22.404 131.112-43.222zM1024 512c0-70.692-57.308-128-128-128-48.116 0-89.992 26.57-111.852 65.82-65.792-35.994-145.952-59.246-233.28-64.608l76.382-171.526 146.194 42.2c13.152 37.342 48.718 64.114 90.556 64.114 53.020 0 96-42.98 96-96s-42.98-96-96-96c-36.56 0-68.342 20.442-84.554 50.514l-162.906-47.024c-18.224-5.258-37.538 3.722-45.252 21.052l-103.77 233.026c-85.138 5.996-163.262 29.022-227.636 64.236-21.864-39.25-63.766-65.804-111.882-65.804-70.692 0-128 57.308-128 128 0 52.312 31.402 97.254 76.372 117.102-8.070 24.028-12.372 49.104-12.372 74.898 0 176.73 200.576 320 448 320 247.422 0 448-143.27 448-320 0-25.792-4.3-50.862-12.368-74.886 44.97-19.85 76.368-64.802 76.368-117.114zM864 188c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zM64 512c0-35.29 28.71-64 64-64 25.508 0 47.572 15.004 57.846 36.646-33.448 25.366-61.166 54.626-81.666 86.738-23.524-9.47-40.18-32.512-40.18-59.384zM512 948c-205.45 0-372-109.242-372-244s166.55-244 372-244c205.45 0 372 109.242 372 244s-166.55 244-372 244zM919.82 571.384c-20.5-32.112-48.218-61.372-81.666-86.738 10.276-21.642 32.338-36.646 57.846-36.646 35.29 0 64 28.71 64 64 0 26.872-16.656 49.914-40.18 59.384z"],"tags":["reddit","brand","social"],"defaultCode":60102,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"reddit, brand61","name":"reddit","order":63,"id":455,"prevSize":24,"code":60102},"setIdx":8,"setId":1,"iconIdx":454},{"icon":{"paths":["M966.8 233.6c0 3.2-1 6.2-3 9-2 2.6-4.2 4-6.8 4-20 2-36.4 8.4-49 19.2-12.8 10.8-25.8 31.8-39.2 62.4l-206.4 465.4c-1.4 4.4-5.2 6.4-11.4 6.4-4.8 0-8.6-2.2-11.4-6.4l-115.8-242-133.2 242c-2.8 4.4-6.4 6.4-11.4 6.4-6 0-9.8-2.2-11.8-6.4l-202.6-465.2c-12.6-28.8-26-49-40-60.4s-33.6-18.6-58.6-21.2c-2.2 0-4.2-1.2-6-3.4-2-2.2-2.8-4.8-2.8-7.8 0-7.6 2.2-11.4 6.4-11.4 18 0 37 0.8 56.8 2.4 18.4 1.6 35.6 2.4 51.8 2.4 16.4 0 36-0.8 58.4-2.4 23.4-1.6 44.2-2.4 62.4-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.4 11.2-4 11.2c-18 1.4-32.4 6-42.8 13.8s-15.6 18-15.6 30.8c0 6.4 2.2 14.6 6.4 24.2l167.4 378.4 95.2-179.6-88.6-185.8c-16-33.2-29-54.6-39.2-64.2s-25.8-15.4-46.6-17.6c-2 0-3.6-1.2-5.4-3.4s-2.6-4.8-2.6-7.8c0-7.6 1.8-11.4 5.6-11.4 18 0 34.6 0.8 49.8 2.4 14.6 1.6 30 2.4 46.6 2.4 16.2 0 33.2-0.8 51.4-2.4 18.6-1.6 37-2.4 55-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.2 11.2-4 11.2c-36.2 2.4-54.2 12.8-54.2 30.8 0 8 4.2 20.6 12.6 37.6l58.6 119 58.4-108.8c8-15.4 12.2-28.4 12.2-38.8 0-24.8-18-38-54.2-39.6-3.2 0-4.8-3.8-4.8-11.2 0-2.8 0.8-5.2 2.4-7.6s3.2-3.6 4.8-3.6c13 0 28.8 0.8 47.8 2.4 18 1.6 33 2.4 44.6 2.4 8.4 0 20.6-0.8 36.8-2 20.4-1.8 37.6-2.8 51.4-2.8 3.2 0 4.8 3.2 4.8 9.6 0 8.6-3 13-8.8 13-21 2.2-38 8-50.8 17.4s-28.8 30.8-48 64.4l-78.2 143.2 105.2 214.4 155.4-361.4c5.4-13.2 8-25.4 8-36.4 0-26.4-18-40.4-54.2-42.2-3.2 0-4.8-3.8-4.8-11.2 0-7.6 2.4-11.4 7.2-11.4 13.2 0 28.8 0.8 47 2.4 16.8 1.6 30.8 2.4 42 2.4 12 0 25.6-0.8 41.2-2.4 16.2-1.6 30.8-2.4 43.8-2.4 4 0 6 3.2 6 9.6z"],"tags":["wikipedia","brand"],"defaultCode":60104,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"wikipedia","ligatures":"wikipedia, brand63","order":157,"id":457,"prevSize":24,"code":60104},"setIdx":8,"setId":1,"iconIdx":456},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 832h-128v-448h128v448zM320 320c-35.4 0-64-28.6-64-64s28.6-64 64-64c35.4 0 64 28.6 64 64s-28.6 64-64 64zM832 832h-128v-256c0-35.4-28.6-64-64-64s-64 28.6-64 64v256h-128v-448h128v79.4c26.4-36.2 66.8-79.4 112-79.4 79.6 0 144 71.6 144 160v288z"],"tags":["linkedin","brand","social"],"defaultCode":60105,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"linkedin, brand64","name":"linkedin","order":528,"id":458,"prevSize":24,"code":60242},"setIdx":8,"setId":1,"iconIdx":457},{"icon":{"paths":["M384 384h177.106v90.782h2.532c24.64-44.194 84.958-90.782 174.842-90.782 186.946 0 221.52 116.376 221.52 267.734v308.266h-184.61v-273.278c0-65.184-1.334-149.026-96.028-149.026-96.148 0-110.82 70.986-110.82 144.292v278.012h-184.542v-576z","M64 384h192v576h-192v-576z","M256 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z"],"tags":["linkedin","brand","social"],"defaultCode":60106,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"linkedin2, brand65","name":"linkedin2","order":549,"id":459,"prevSize":24,"code":60243},"setIdx":8,"setId":1,"iconIdx":458},{"icon":{"paths":["M451.6 766.2l-37.6-102c0 0-61 68-152.4 68-81 0-138.4-70.4-138.4-183 0-144.2 72.8-195.8 144.2-195.8 103.2 0 136 66.8 164.2 152.4l37.6 117.2c37.6 113.8 108 205.2 310.8 205.2 145.4 0 244-44.6 244-161.8 0-95-54-144.2-154.8-167.8l-75-16.4c-51.6-11.8-66.8-32.8-66.8-68 0-39.8 31.6-63.4 83.2-63.4 56.4 0 86.8 21.2 91.4 71.6l117.2-14c-9.4-105.6-82.2-149-201.8-149-105.6 0-208.8 39.8-208.8 167.8 0 79.8 38.8 130.2 136 153.6l79.8 18.8c59.8 14 79.8 38.8 79.8 72.8 0 43.4-42.2 61-122 61-118.4 0-167.8-62.2-195.8-147.8l-38.8-117.2c-49-152.6-127.6-208.8-283.6-208.8-172.4 0-264 109-264 294.4 0 178.2 91.4 274.4 255.8 274.4 132.4 0 195.8-62.2 195.8-62.2v0z"],"tags":["lastfm","brand","social"],"defaultCode":60107,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"lastfm, brand66","name":"lastfm","order":548,"id":460,"prevSize":24,"code":60244},"setIdx":8,"setId":1,"iconIdx":459},{"icon":{"paths":["M1024 640v384h-1024v-384h128v256h768v-256zM192 704h640v128h-640zM207.152 565.466l27.698-124.964 624.832 138.496-27.698 124.964zM279.658 308.558l54.092-116.006 580.032 270.464-54.092 116.006zM991.722 361.476l-77.922 101.55-507.746-389.608 56.336-73.418h58.244z"],"tags":["stackoverflow","brand","social"],"defaultCode":60112,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stackoverflow, brand71","name":"stackoverflow","order":547,"id":465,"prevSize":24,"code":60245},"setIdx":8,"setId":1,"iconIdx":464},{"icon":{"paths":["M512 68.4c-245 0-443.6 198.6-443.6 443.6 0 188 117 348.4 282 413-3.8-35-7.4-89 1.6-127.2 8-34.6 52-220.4 52-220.4s-13.2-26.6-13.2-65.8c0-61.6 35.8-107.8 80.2-107.8 37.8 0 56.2 28.4 56.2 62.4 0 38-24.2 95-36.8 147.6-10.6 44.2 22 80.2 65.6 80.2 78.8 0 139.4-83.2 139.4-203.2 0-106.2-76.4-180.4-185.2-180.4-126.2 0-200.2 94.6-200.2 192.6 0 38.2 14.6 79 33 101.2 3.6 4.4 4.2 8.2 3 12.8-3.4 14-10.8 44.2-12.4 50.4-2 8.2-6.4 9.8-14.8 6-55.4-25.8-90-106.8-90-171.8 0-140 101.6-268.4 293-268.4 153.8 0 273.4 109.6 273.4 256.2 0 152.8-96.4 276-230.2 276-45 0-87.2-23.4-101.6-51 0 0-22.2 84.6-27.6 105.4-10 38.6-37 86.8-55.2 116.2 41.6 12.8 85.6 19.8 131.4 19.8 245 0 443.6-198.6 443.6-443.6 0-245.2-198.6-443.8-443.6-443.8z"],"tags":["pinterest","brand","social"],"defaultCode":60113,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"pinterest","ligatures":"pinterest, brand72","order":385,"id":466,"prevSize":24,"code":60246},"setIdx":8,"setId":1,"iconIdx":465},{"icon":{"paths":["M512 0c-282.4 0-512 229.6-512 512s229.6 512 512 512 512-229.6 512-512-229.6-512-512-512zM512 955.6c-45.8 0-89.8-7-131.4-19.8 18-29.4 45.2-77.8 55.2-116.2 5.4-20.8 27.6-105.4 27.6-105.4 14.4 27.6 56.8 51 101.6 51 133.8 0 230.2-123 230.2-276 0-146.6-119.6-256.2-273.4-256.2-191.4 0-293 128.6-293 268.4 0 65 34.6 146 90 171.8 8.4 4 12.8 2.2 14.8-6 1.4-6.2 9-36.2 12.4-50.4 1-4.4 0.6-8.4-3-12.8-18.4-22.2-33-63.2-33-101.2 0-97.8 74-192.6 200.2-192.6 109 0 185.2 74.2 185.2 180.4 0 120-60.6 203.2-139.4 203.2-43.6 0-76.2-36-65.6-80.2 12.6-52.8 36.8-109.6 36.8-147.6 0-34-18.2-62.4-56.2-62.4-44.6 0-80.2 46-80.2 107.8 0 39.2 13.2 65.8 13.2 65.8s-44 185.8-52 220.4c-9 38.4-5.4 92.2-1.6 127.2-165-64.4-282-224.8-282-412.8 0-245 198.6-443.6 443.6-443.6s443.6 198.6 443.6 443.6c0 245-198.6 443.6-443.6 443.6z"],"tags":["pinterest","brand","social"],"defaultCode":60114,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pinterest2, brand73","name":"pinterest2","order":546,"id":467,"prevSize":24,"code":60247},"setIdx":8,"setId":1,"iconIdx":466},{"icon":{"paths":["M930 308.6c-47.8 212.2-195.4 324.2-428 324.2h-77.4l-53.8 341.6h-64.8l-3.4 22c-2.2 14.6 9 27.6 23.6 27.6h165.6c19.6 0 36.2-14.2 39.4-33.6l1.6-8.4 31.2-197.8 2-10.8c3-19.4 19.8-33.6 39.4-33.6h24.6c160.4 0 286-65.2 322.8-253.6 13.8-71.6 8.6-132.4-22.8-177.6z","M831 77.2c-47.4-54-133.2-77.2-242.8-77.2h-318.2c-22.4 0-41.6 16.2-45 38.4l-132.6 840.4c-2.6 16.6 10.2 31.6 27 31.6h196.6l49.4-313-1.6 9.8c3.4-22.2 22.4-38.4 44.8-38.4h93.4c183.4 0 327-74.4 369-290 1.2-6.4 2.4-12.6 3.2-18.6 12.4-79.6 0-134-43.2-183z"],"tags":["paypal","brand","donate"],"defaultCode":60120,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paypal, brand79","name":"paypal","codes":[61234],"order":527,"id":473,"prevSize":24,"code":60248},"setIdx":8,"setId":1,"iconIdx":472},{"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"],"tags":["chrome","browser","internet","brand"],"defaultCode":60121,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"chrome, browser","name":"chrome","order":531,"id":474,"prevSize":24,"code":60249},"setIdx":8,"setId":1,"iconIdx":473},{"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"],"tags":["firefox","browser","internet","brand"],"defaultCode":60122,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"firefox, browser2","name":"firefox","order":530,"id":475,"prevSize":24,"code":60250},"setIdx":8,"setId":1,"iconIdx":474},{"icon":{"paths":["M734.202 628.83h236.050c1.82-16.37 2.548-33.098 2.548-50.196 0-80.224-21.534-155.468-59.124-220.266 38.88-103.308 37.492-190.988-14.556-243.39-49.496-49.28-182.29-41.28-332.412 25.198-11.104-0.84-22.318-1.272-33.638-1.272-206.048 0-378.926 141.794-426.708 332.85 64.638-82.754 132.638-142.754 223.478-186.448-8.26 7.74-56.454 55.652-64.56 63.764-239.548 239.478-315.090 552.306-233.806 633.604 61.786 61.774 173.758 51.342 302.376-11.648 59.806 30.458 127.5 47.63 199.218 47.63 193.134 0 356.804-124.316 416.090-297.448h-237.868c-32.734 60.382-96.748 101.48-170.218 101.48-73.468 0-137.484-41.098-170.216-101.48-14.55-27.274-22.914-58.554-22.914-91.656v-0.722h386.26zM348.302 512.804c5.456-97.11 86.2-174.584 184.766-174.584s179.312 77.472 184.766 174.584h-369.532zM896.966 163.808c33.526 33.88 32.688 96.214 4.012 174.022-49.136-74.908-120.518-133.936-204.792-167.64 90.106-38.638 163.406-43.756 200.78-6.382zM93.482 967.256c-42.782-42.796-29.884-132.618 25.23-240.832 34.308 96.27 101.156 177.090 187.336 229.154-95.43 43.318-173.536 50.674-212.566 11.678z"],"tags":["IE","browser","internet-explorer","brand"],"defaultCode":60123,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"IE, browser3","name":"IE","order":533,"id":476,"prevSize":24,"code":60251},"setIdx":8,"setId":1,"iconIdx":475},{"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"],"tags":["edge","browser","brand"],"defaultCode":60124,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"edge","ligatures":"edge, browser4","order":532,"id":477,"prevSize":24,"code":60252},"setIdx":8,"setId":1,"iconIdx":476},{"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.8z","M432.535 71.075l18.73 94.157-15.693 3.122-18.73-94.157 15.693-3.122z","M591.656 952.95l-18.73-94.157 15.693-3.122 18.73 94.157-15.693 3.122z","M389.628 80.89l13.939 45.931-15.31 4.646-13.939-45.931 15.31-4.646z","M634.434 942.887l-13.939-45.931 15.31-4.646 13.939 45.931-15.31 4.646z","M348.014 95.099l36.739 88.694-14.782 6.123-36.739-88.694 14.782-6.123z","M676.123 928.965l-36.739-88.694 14.782-6.123 36.739 88.694-14.782 6.123z","M293.62 120.659l14.11-7.544 22.632 42.331-14.11 7.544-22.632-42.331z","M730.101 903.289l-14.11 7.544-22.632-42.331 14.11-7.544 22.632 42.331z","M120.601 293.826l42.336 22.622-7.541 14.112-42.336-22.622 7.541-14.112z","M903.244 730.195l-42.336-22.622 7.541-14.112 42.336 22.622-7.541 14.112z","M183.811 384.623l-88.694-36.739 6.123-14.782 88.694 36.739-6.123 14.782z","M840.32 639.301l88.694 36.739-6.123 14.782-88.694-36.739 6.123-14.782z","M85.543 374.387l45.936 13.93-4.643 15.312-45.936-13.93 4.643-15.312z","M938.308 649.667l-45.936-13.93 4.643-15.312 45.936 13.93-4.643 15.312z","M74.069 416.782l94.157 18.73-3.122 15.693-94.157-18.73 3.122-15.693z","M949.741 607.243l-94.157-18.73 3.122-15.693 94.157 18.73-3.122 15.693z","M70.965 591.548l94.157-18.73 3.122 15.693-94.157 18.73-3.122-15.693z","M952.842 432.427l-94.157 18.73-3.122-15.693 94.157-18.73 3.122 15.693z","M80.974 634.514l45.931-13.939 4.646 15.31-45.931 13.939-4.646-15.31z","M942.969 389.707l-45.931 13.939-4.646-15.31 45.931-13.939 4.646 15.31z","M101.142 690.912l-6.123-14.782 88.694-36.739 6.123 14.782-88.694 36.739z","M922.794 333.231l6.122 14.782-88.694 36.73-6.122-14.782 88.694-36.73z","M120.824 730.267l-7.544-14.11 42.331-22.632 7.544 14.11-42.331 22.632z","M903.455 293.785l7.544 14.11-42.331 22.632-7.544-14.11 42.331-22.632z","M307.878 910.846l-14.11-7.542 22.627-42.331 14.11 7.542-22.627 42.331z","M716.073 113.074l14.112 7.541-22.622 42.336-14.112-7.541 22.622-42.336z","M333.267 922.799l36.739-88.694 14.782 6.123-36.739 88.694-14.782-6.123z","M690.884 101.11l-36.739 88.694-14.782-6.123 36.739-88.694 14.782 6.123z","M389.634 943.028l-15.31-4.645 13.934-45.931 15.31 4.645-13.934 45.931z","M634.349 80.882l15.312 4.642-13.925 45.936-15.312-4.642 13.925-45.936z","M432.472 952.839l-15.693-3.122 18.73-94.157 15.693 3.122-18.73 94.157z","M591.536 70.969l15.693 3.122-18.73 94.157-15.693-3.122 18.73-94.157z"],"tags":["safari","browser","internet","brand"],"defaultCode":60125,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"safari, browser5","name":"safari","order":534,"id":478,"prevSize":24,"code":60253},"setIdx":8,"setId":1,"iconIdx":477},{"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 0z","M343.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"],"tags":["opera","browser","internet","brand"],"defaultCode":60126,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"opera, browser6","name":"opera","order":535,"id":479,"prevSize":24,"code":60254},"setIdx":8,"setId":1,"iconIdx":478},{"icon":{"paths":["M60.538 0l82.144 921.63 368.756 102.37 369.724-102.524 82.3-921.476h-902.924zM784.63 301.428h-432.54l10.302 115.75h411.968l-31.042 347.010-231.844 64.254-231.572-64.254-15.83-177.512h113.494l8.048 90.232 125.862 33.916 0.278-0.078 125.934-33.992 13.070-146.55h-391.74l-30.494-341.8h566.214l-10.108 113.024z"],"tags":["html-five","w3c"],"defaultCode":60132,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"html-five, w3c","name":"html-five","order":155,"id":485,"prevSize":24,"code":60132},"setIdx":8,"setId":1,"iconIdx":484},{"icon":{"paths":["M60.538 0l82.144 921.63 368.756 102.37 369.724-102.524 82.3-921.476h-902.924zM810.762 862.824l-297.226 82.376v0.466l-0.776-0.234-0.782 0.234v-0.466l-297.222-82.376-70.242-787.486h736.496l-70.248 787.486zM650.754 530.204l-13.070 146.552-126.21 34.070-125.862-33.916-8.050-90.234h-113.49l15.83 177.512 232.076 64.176 231.342-64.176 31.040-347.012h-411.966l-10.302-115.748h432.534l10.112-113.026h-566.218l30.498 341.802z"],"tags":["html-five","w3c"],"defaultCode":60133,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"html-five2, w3c2","name":"html-five2","order":529,"id":486,"prevSize":24,"code":60255},"setIdx":8,"setId":1,"iconIdx":485},{"icon":{"paths":["M152.388 48.522l-34.36 171.926h699.748l-21.884 111.054h-700.188l-33.892 171.898h699.684l-39.018 196.064-282.012 93.422-244.4-93.422 16.728-85.042h-171.898l-40.896 206.352 404.226 154.704 466.006-154.704 153.768-772.252z"],"tags":["css3","w3c"],"defaultCode":60134,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"css3, w3c3","name":"css3","order":156,"id":487,"prevSize":24,"code":60134},"setIdx":8,"setId":1,"iconIdx":486},{"icon":{"paths":["M1004.692 466.394l-447.096-447.080c-25.738-25.754-67.496-25.754-93.268 0l-103.882 103.876 78.17 78.17c12.532-5.996 26.564-9.36 41.384-9.36 53.020 0 96 42.98 96 96 0 14.82-3.364 28.854-9.362 41.386l127.976 127.974c12.532-5.996 26.566-9.36 41.386-9.36 53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96c0-14.82 3.364-28.854 9.362-41.386l-127.976-127.974c-3.042 1.456-6.176 2.742-9.384 3.876v266.968c37.282 13.182 64 48.718 64 90.516 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-41.796 26.718-77.334 64-90.516v-266.968c-37.282-13.18-64-48.72-64-90.516 0-14.82 3.364-28.852 9.36-41.384l-78.17-78.17-295.892 295.876c-25.75 25.776-25.75 67.534 0 93.288l447.12 447.080c25.738 25.75 67.484 25.75 93.268 0l445.006-445.006c25.758-25.762 25.758-67.54-0.002-93.29z"],"tags":["git","brand"],"defaultCode":60135,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"git, brand80","name":"git","order":121,"id":488,"prevSize":24,"code":60135},"setIdx":8,"setId":1,"iconIdx":487},{"icon":{"paths":["M512 0c-283.093 0-512 229.248-512 512.64 0 56.96 9.728 111.232 26.368 162.56h152.619v-430.763l333.013 333.483 333.013-333.44v430.72h152.619c16.597-51.328 26.368-105.6 26.368-162.56 0-283.307-228.907-512.64-512-512.64zM435.712 653.099l-145.792-145.963v270.976h-214.912c90.112 147.285 252.587 245.888 436.992 245.888s348.245-98.603 437.12-245.931h-215.040v-270.976l-144.469 145.963-76.288 76.373-77.397-76.373z"],"attrs":[{"fill":"rgb(255, 102, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["monero"],"grid":0},"attrs":[{"fill":"rgb(255, 102, 0)"}],"properties":{"order":1,"id":3,"prevSize":32,"code":60256,"name":"monero"},"setIdx":7,"setId":2,"iconIdx":0},{"icon":{"paths":["M509.611 766.72l-314.197-185.6 314.155 442.88 314.453-442.88-314.539 185.6zM514.389 0l-314.283 521.515 314.24 185.771 314.24-185.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["ethereum"],"grid":0},"attrs":[{}],"properties":{"order":1,"id":2,"name":"ethereum","prevSize":32,"code":60257},"setIdx":7,"setId":2,"iconIdx":1}],"height":1024,"metadata":{"name":"byl-iconfont"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"byl-icon-","metadata":{"fontFamily":"byl-iconfont","majorVersion":3,"minorVersion":1},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"showSelector":true,"showMetrics":true,"showVersion":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}} \ No newline at end of file diff --git a/proj/chordboard/fonts/byl-iconfont-v3.1/style.css b/proj/chordboard/fonts/byl-iconfont-v3.1/style.css new file mode 100644 index 0000000..e73b5d9 --- /dev/null +++ b/proj/chordboard/fonts/byl-iconfont-v3.1/style.css @@ -0,0 +1,1861 @@ +@font-face { + font-family: 'byl-iconfont'; + src: url('fonts/byl-iconfont.eot?r996n0'); + src: url('fonts/byl-iconfont.eot?r996n0#iefix') format('embedded-opentype'), + url('fonts/byl-iconfont.ttf?r996n0') format('truetype'), + url('fonts/byl-iconfont.woff?r996n0') format('woff'), + url('fonts/byl-iconfont.svg?r996n0#byl-iconfont') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="byl-icon-"], [class*=" byl-icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'byl-iconfont' !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; +} + +.byl-icon-bitcoin:before { + content: "\ea60"; +} +.byl-icon-btc:before { + content: "\ea60"; +} +.byl-icon-chevron-right1:before { + content: "\ea5c"; +} +.byl-icon-chevron-left1:before { + content: "\ea5d"; +} +.byl-icon-chevron-down:before { + content: "\ea5e"; +} +.byl-icon-chevron-up:before { + content: "\ea5f"; +} +.byl-icon-chevron-right:before { + content: "\e916"; +} +.byl-icon-chevron-left:before { + content: "\e90e"; +} +.byl-icon-mail-envelope:before { + content: "\e917"; +} +.byl-icon-mail-envelope1:before { + content: "\e918"; +} +.byl-icon-mail-envelope-closed2:before { + content: "\e919"; +} +.byl-icon-mail-envelope-closed3:before { + content: "\e91b"; +} +.byl-icon-mail-envelope-open:before { + content: "\e91c"; +} +.byl-icon-mail-envelope-open1:before { + content: "\e91d"; +} +.byl-icon-mail-envelope-open2:before { + content: "\e920"; +} +.byl-icon-mail-envelope-open3:before { + content: "\e921"; +} +.byl-icon-mail-envelope-closed4:before { + content: "\e922"; +} +.byl-icon-mail-envelope-closed5:before { + content: "\e923"; +} +.byl-icon-mail-envelope-open4:before { + content: "\e926"; +} +.byl-icon-mail-envelope-open5:before { + content: "\e92a"; +} +.byl-icon-mail-checked:before { + content: "\e92e"; +} +.byl-icon-mail-checked1:before { + content: "\e92f"; +} +.byl-icon-mail-cancel:before { + content: "\e931"; +} +.byl-icon-mail-cancel1:before { + content: "\e932"; +} +.byl-icon-flag:before { + content: "\e937"; +} +.byl-icon-flag1:before { + content: "\e938"; +} +.byl-icon-flag2:before { + content: "\e939"; +} +.byl-icon-flag3:before { + content: "\e93b"; +} +.byl-icon-flag4:before { + content: "\e93c"; +} +.byl-icon-flag5:before { + content: "\e93d"; +} +.byl-icon-flag6:before { + content: "\e93e"; +} +.byl-icon-flag7:before { + content: "\e940"; +} +.byl-icon-bookmark1:before { + content: "\e941"; +} +.byl-icon-bookmark2:before { + content: "\e943"; +} +.byl-icon-star:before { + content: "\e944"; +} +.byl-icon-star1:before { + content: "\e946"; +} +.byl-icon-trash-can:before { + content: "\e947"; +} +.byl-icon-trash-can1:before { + content: "\e948"; +} +.byl-icon-documents:before { + content: "\e949"; +} +.byl-icon-documents1:before { + content: "\e94a"; +} +.byl-icon-documents2:before { + content: "\e94d"; +} +.byl-icon-documents3:before { + content: "\e94f"; +} +.byl-icon-inbox-download:before { + content: "\e950"; +} +.byl-icon-inbox-download1:before { + content: "\e951"; +} +.byl-icon-inbox-upload:before { + content: "\e952"; +} +.byl-icon-inbox-upload1:before { + content: "\e954"; +} +.byl-icon-document-zip:before { + content: "\e957"; +} +.byl-icon-document-zip1:before { + content: "\e959"; +} +.byl-icon-lock-rounded:before { + content: "\e95a"; +} +.byl-icon-lock-rounded1:before { + content: "\e95c"; +} +.byl-icon-lock-rounded-open:before { + content: "\e95d"; +} +.byl-icon-lock-rounded-open1:before { + content: "\e95e"; +} +.byl-icon-lock-rounded-open2:before { + content: "\e95f"; +} +.byl-icon-lock-rounded-open3:before { + content: "\e960"; +} +.byl-icon-printer-text:before { + content: "\e961"; +} +.byl-icon-printer-text1:before { + content: "\e963"; +} +.byl-icon-cloud-download:before { + content: "\e965"; +} +.byl-icon-cloud-download1:before { + content: "\e966"; +} +.byl-icon-cloud-upload:before { + content: "\e96e"; +} +.byl-icon-cloud-upload1:before { + content: "\e96f"; +} +.byl-icon-pen-angled:before { + content: "\e970"; +} +.byl-icon-pen-angled1:before { + content: "\e976"; +} +.byl-icon-box:before { + content: "\e977"; +} +.byl-icon-box1:before { + content: "\e978"; +} +.byl-icon-box-filled:before { + content: "\e979"; +} +.byl-icon-box-filled1:before { + content: "\e97a"; +} +.byl-icon-box2:before { + content: "\e97b"; +} +.byl-icon-box3:before { + content: "\e97c"; +} +.byl-icon-box4:before { + content: "\e97d"; +} +.byl-icon-box5:before { + content: "\e97e"; +} +.byl-icon-box-bookmark:before { + content: "\e97f"; +} +.byl-icon-box-bookmark1:before { + content: "\e980"; +} +.byl-icon-tag:before { + content: "\e981"; +} +.byl-icon-tag1:before { + content: "\e982"; +} +.byl-icon-tags:before { + content: "\e983"; +} +.byl-icon-tags1:before { + content: "\e984"; +} +.byl-icon-basketball:before { + content: "\e985"; +} +.byl-icon-baseball:before { + content: "\e986"; +} +.byl-icon-tennis-ball:before { + content: "\e98e"; +} +.byl-icon-bowling-ball:before { + content: "\e991"; +} +.byl-icon-bowling-ball1:before { + content: "\e995"; +} +.byl-icon-billiard-ball:before { + content: "\e996"; +} +.byl-icon-billiard-ball1:before { + content: "\e997"; +} +.byl-icon-soccer-ball:before { + content: "\e998"; +} +.byl-icon-soccer-court:before { + content: "\e999"; +} +.byl-icon-football:before { + content: "\e99c"; +} +.byl-icon-football1:before { + content: "\e99d"; +} +.byl-icon-basketball1:before { + content: "\e99e"; +} +.byl-icon-baseball-set:before { + content: "\e99f"; +} +.byl-icon-trophy:before { + content: "\e9a0"; +} +.byl-icon-weights:before { + content: "\e9a1"; +} +.byl-icon-boxing-glove:before { + content: "\e9a2"; +} +.byl-icon-boxing-glove1:before { + content: "\e9a3"; +} +.byl-icon-whistle:before { + content: "\e9a4"; +} +.byl-icon-whistle1:before { + content: "\e9a5"; +} +.byl-icon-volleyball-water:before { + content: "\e9a6"; +} +.byl-icon-volleyball-water1:before { + content: "\e9a7"; +} +.byl-icon-checkered-flag:before { + content: "\e9a8"; +} +.byl-icon-checkered-flag1:before { + content: "\e9a9"; +} +.byl-icon-target-arrow:before { + content: "\e9aa"; +} +.byl-icon-target-arrow1:before { + content: "\e9ab"; +} +.byl-icon-sailing-boat-water:before { + content: "\e9ad"; +} +.byl-icon-sailing-boat-water1:before { + content: "\e9ae"; +} +.byl-icon-bowling-pins:before { + content: "\e9af"; +} +.byl-icon-bowling-pins1:before { + content: "\e9b0"; +} +.byl-icon-diving-goggles:before { + content: "\e9b1"; +} +.byl-icon-diving-goggles1:before { + content: "\e9b2"; +} +.byl-icon-cloud:before { + content: "\e9b3"; +} +.byl-icon-cloud1:before { + content: "\e9b4"; +} +.byl-icon-cloud-sun:before { + content: "\e9b5"; +} +.byl-icon-cloud-sun1:before { + content: "\e9b6"; +} +.byl-icon-cloud-moon:before { + content: "\e9b7"; +} +.byl-icon-cloud-moon1:before { + content: "\e9b8"; +} +.byl-icon-cloud-rain:before { + content: "\e9bc"; +} +.byl-icon-cloud-rain1:before { + content: "\e9bd"; +} +.byl-icon-cloud-sun-rain:before { + content: "\e9be"; +} +.byl-icon-cloud-sun-rain1:before { + content: "\e9bf"; +} +.byl-icon-cloud-moon-rain:before { + content: "\e9c0"; +} +.byl-icon-cloud-moon-rain1:before { + content: "\e9c1"; +} +.byl-icon-cloud-snow:before { + content: "\e9c2"; +} +.byl-icon-cloud-snow1:before { + content: "\e9c3"; +} +.byl-icon-cloud-sun-snow:before { + content: "\e9c4"; +} +.byl-icon-cloud-sun-snow1:before { + content: "\e9c5"; +} +.byl-icon-cloud-moon-snow:before { + content: "\e9c6"; +} +.byl-icon-cloud-moon-snow1:before { + content: "\e9ca"; +} +.byl-icon-cloud-lightning:before { + content: "\e9cc"; +} +.byl-icon-cloud-lightning1:before { + content: "\e9cf"; +} +.byl-icon-cloud-sun-lightning:before { + content: "\e9d0"; +} +.byl-icon-cloud-sun-lightning1:before { + content: "\e9d4"; +} +.byl-icon-cloud-moon-lightning:before { + content: "\e9d5"; +} +.byl-icon-cloud-moon-lightning1:before { + content: "\e9d6"; +} +.byl-icon-cloud-wind:before { + content: "\e9d7"; +} +.byl-icon-cloud-wind1:before { + content: "\e9d8"; +} +.byl-icon-cloud-raindrops:before { + content: "\e9d9"; +} +.byl-icon-cloud-raindrops1:before { + content: "\e9da"; +} +.byl-icon-cloud-sun-raindrops:before { + content: "\e9db"; +} +.byl-icon-cloud-sun-raindrops1:before { + content: "\e9dc"; +} +.byl-icon-cloud-moon-raindrops:before { + content: "\e9dd"; +} +.byl-icon-cloud-moon-raindrops1:before { + content: "\e9de"; +} +.byl-icon-cloud-snowflakes:before { + content: "\e9df"; +} +.byl-icon-cloud-snowflakes1:before { + content: "\e9e0"; +} +.byl-icon-cloud-sun-snowflakes:before { + content: "\e9e1"; +} +.byl-icon-cloud-sun-snowflakes1:before { + content: "\e9e2"; +} +.byl-icon-cloud-moon-snowflakes:before { + content: "\e9e3"; +} +.byl-icon-cloud-moon-snowflakes1:before { + content: "\e9e4"; +} +.byl-icon-clouds:before { + content: "\e9e5"; +} +.byl-icon-clouds1:before { + content: "\e9e6"; +} +.byl-icon-moon:before { + content: "\e9e7"; +} +.byl-icon-moon1:before { + content: "\e9e8"; +} +.byl-icon-sun:before { + content: "\e9e9"; +} +.byl-icon-sun1:before { + content: "\e9ea"; +} +.byl-icon-sunrise:before { + content: "\e9eb"; +} +.byl-icon-sunrise1:before { + content: "\e9ec"; +} +.byl-icon-sunset:before { + content: "\e9ed"; +} +.byl-icon-sunset1:before { + content: "\e9ee"; +} +.byl-icon-sunset2:before { + content: "\e9ef"; +} +.byl-icon-sunset3:before { + content: "\e9f0"; +} +.byl-icon-rainbow:before { + content: "\e9f1"; +} +.byl-icon-rainbow1:before { + content: "\e9f2"; +} +.byl-icon-umbrella:before { + content: "\e9f3"; +} +.byl-icon-umbrella1:before { + content: "\e9f4"; +} +.byl-icon-raindrops:before { + content: "\e9f5"; +} +.byl-icon-raindrops1:before { + content: "\e9f6"; +} +.byl-icon-raindrop:before { + content: "\e9f7"; +} +.byl-icon-raindrop1:before { + content: "\e9f8"; +} +.byl-icon-sunglasses:before { + content: "\e9f9"; +} +.byl-icon-clouds2:before { + content: "\e9fa"; +} +.byl-icon-clouds3:before { + content: "\e9fb"; +} +.byl-icon-wind:before { + content: "\e9fc"; +} +.byl-icon-wind1:before { + content: "\e9fd"; +} +.byl-icon-full-moon:before { + content: "\e9fe"; +} +.byl-icon-full-moon1:before { + content: "\e9ff"; +} +.byl-icon-crescent:before { + content: "\ea00"; +} +.byl-icon-crescent1:before { + content: "\ea01"; +} +.byl-icon-half-moon:before { + content: "\ea02"; +} +.byl-icon-half-moon1:before { + content: "\ea03"; +} +.byl-icon-gibbous-moon:before { + content: "\ea04"; +} +.byl-icon-gibbous-moon1:before { + content: "\ea05"; +} +.byl-icon-moon2:before { + content: "\ea06"; +} +.byl-icon-moon3:before { + content: "\ea07"; +} +.byl-icon-gibbous-moon2:before { + content: "\ea08"; +} +.byl-icon-gibbous-moon3:before { + content: "\ea09"; +} +.byl-icon-half-moon2:before { + content: "\ea0c"; +} +.byl-icon-half-moon3:before { + content: "\ea0d"; +} +.byl-icon-crescent2:before { + content: "\ea0e"; +} +.byl-icon-crescent3:before { + content: "\ea12"; +} +.byl-icon-thermometer:before { + content: "\ea15"; +} +.byl-icon-thermometer1:before { + content: "\ea16"; +} +.byl-icon-thermometer-low:before { + content: "\ea17"; +} +.byl-icon-thermometer-low1:before { + content: "\ea18"; +} +.byl-icon-thermometer-quarter:before { + content: "\ea19"; +} +.byl-icon-thermometer-quarter1:before { + content: "\ea1a"; +} +.byl-icon-thermometer-half:before { + content: "\ea1b"; +} +.byl-icon-thermometer-half1:before { + content: "\ea25"; +} +.byl-icon-thermometer-three-quarters:before { + content: "\ea2f"; +} +.byl-icon-thermometer-three-quarters1:before { + content: "\ea30"; +} +.byl-icon-thermometer-full:before { + content: "\ea39"; +} +.byl-icon-thermometer-full1:before { + content: "\ea3a"; +} +.byl-icon-lightning:before { + content: "\ea3b"; +} +.byl-icon-lightning1:before { + content: "\ea3c"; +} +.byl-icon-mail-envelope-closed1:before { + content: "\e90a"; +} +.byl-icon-mail-envelope-closed:before { + content: "\e903"; +} +.byl-icon-fast_forward:before { + content: "\ea61"; +} +.byl-icon-fast_rewind:before { + content: "\ea62"; +} +.byl-icon-loop1:before { + content: "\ea63"; +} +.byl-icon-mic1:before { + content: "\ea64"; +} +.byl-icon-mic_off:before { + content: "\ea65"; +} +.byl-icon-not_interested:before { + content: "\ea66"; +} +.byl-icon-pause:before { + content: "\ea67"; +} +.byl-icon-pause_circle_filled:before { + content: "\ea68"; +} +.byl-icon-pause_circle_outline:before { + content: "\ea69"; +} +.byl-icon-play_arrow:before { + content: "\ea6a"; +} +.byl-icon-play_circle_filled:before { + content: "\ea6b"; +} +.byl-icon-play_circle_outline:before { + content: "\ea6c"; +} +.byl-icon-playlist_add:before { + content: "\ea6d"; +} +.byl-icon-queue_music:before { + content: "\ea6e"; +} +.byl-icon-radio:before { + content: "\ea6f"; +} +.byl-icon-repeat:before { + content: "\ea70"; +} +.byl-icon-repeat_one:before { + content: "\ea71"; +} +.byl-icon-replay:before { + content: "\ea72"; +} +.byl-icon-shuffle:before { + content: "\ea74"; +} +.byl-icon-skip_next:before { + content: "\ea75"; +} +.byl-icon-skip_previous:before { + content: "\ea76"; +} +.byl-icon-stop:before { + content: "\ea7b"; +} +.byl-icon-videocam:before { + content: "\ea7c"; +} +.byl-icon-videocam_off:before { + content: "\ea7d"; +} +.byl-icon-volume_down:before { + content: "\ea7e"; +} +.byl-icon-volume_mute:before { + content: "\ea7f"; +} +.byl-icon-volume_off:before { + content: "\ea84"; +} +.byl-icon-volume_up:before { + content: "\ea85"; +} +.byl-icon-forward_10:before { + content: "\ea86"; +} +.byl-icon-forward_30:before { + content: "\ea87"; +} +.byl-icon-forward_5:before { + content: "\ea88"; +} +.byl-icon-replay_10:before { + content: "\ea89"; +} +.byl-icon-replay_30:before { + content: "\ea8a"; +} +.byl-icon-replay_5:before { + content: "\ea8b"; +} +.byl-icon-call:before { + content: "\ea3d"; +} +.byl-icon-chat:before { + content: "\ea3e"; +} +.byl-icon-comment:before { + content: "\ea3f"; +} +.byl-icon-email:before { + content: "\ea40"; +} +.byl-icon-location_off:before { + content: "\ea8c"; +} +.byl-icon-location_on:before { + content: "\ea45"; +} +.byl-icon-message:before { + content: "\ea8d"; +} +.byl-icon-chat_bubble:before { + content: "\ea8e"; +} +.byl-icon-chat_bubble_outline:before { + content: "\ea8f"; +} +.byl-icon-swap_calls:before { + content: "\ea93"; +} +.byl-icon-voicemail:before { + content: "\ea97"; +} +.byl-icon-mail_outline:before { + content: "\ea46"; +} +.byl-icon-rss_feed:before { + content: "\ea98"; +} +.byl-icon-alternate_email:before { + content: "\ea99"; +} +.byl-icon-add_call:before { + content: "\ea9a"; +} +.byl-icon-content_cut:before { + content: "\ea9e"; +} +.byl-icon-content_paste:before { + content: "\eaa1"; +} +.byl-icon-drafts:before { + content: "\ea47"; +} +.byl-icon-flag8:before { + content: "\eaa2"; +} +.byl-icon-forward1:before { + content: "\eaa3"; +} +.byl-icon-gesture:before { + content: "\eaa4"; +} +.byl-icon-reply1:before { + content: "\eaa5"; +} +.byl-icon-reply_all:before { + content: "\eaa6"; +} +.byl-icon-send:before { + content: "\ea4e"; +} +.byl-icon-add_link:before { + content: "\eaa7"; +} +.byl-icon-access_alarms:before { + content: "\eaa8"; +} +.byl-icon-access_time:before { + content: "\eaaa"; +} +.byl-icon-add_alarm:before { + content: "\eaab"; +} +.byl-icon-airplanemode_off:before { + content: "\eaac"; +} +.byl-icon-airplanemode_on:before { + content: "\eaad"; +} +.byl-icon-brightness_high:before { + content: "\ea4f"; +} +.byl-icon-brightness_low:before { + content: "\ea50"; +} +.byl-icon-brightness_medium:before { + content: "\ea51"; +} +.byl-icon-usb:before { + content: "\eaae"; +} +.byl-icon-color_lens1:before { + content: "\ea55"; +} +.byl-icon-timer:before { + content: "\eaaf"; +} +.byl-icon-timer_off:before { + content: "\eab0"; +} +.byl-icon-transform:before { + content: "\eab1"; +} +.byl-icon-wb_incandescent:before { + content: "\eab2"; +} +.byl-icon-wb_sunny:before { + content: "\eab3"; +} +.byl-icon-add_a_photo:before { + content: "\eab4"; +} +.byl-icon-directions_bike:before { + content: "\eab5"; +} +.byl-icon-directions_bus:before { + content: "\eab6"; +} +.byl-icon-directions_car:before { + content: "\eab7"; +} +.byl-icon-directions_ferry:before { + content: "\eab8"; +} +.byl-icon-directions_subway:before { + content: "\eab9"; +} +.byl-icon-directions_train:before { + content: "\eaba"; +} +.byl-icon-directions_walk:before { + content: "\eabb"; +} +.byl-icon-hotel:before { + content: "\eabc"; +} +.byl-icon-layers:before { + content: "\eabd"; +} +.byl-icon-local_bar:before { + content: "\eabe"; +} +.byl-icon-local_cafe:before { + content: "\eabf"; +} +.byl-icon-local_gas_station:before { + content: "\eac0"; +} +.byl-icon-local_grocery_store:before { + content: "\eac1"; +} +.byl-icon-local_movies:before { + content: "\eac2"; +} +.byl-icon-local_offer:before { + content: "\eac4"; +} +.byl-icon-local_restaurant:before { + content: "\eac5"; +} +.byl-icon-local_shipping:before { + content: "\eac7"; +} +.byl-icon-local_taxi:before { + content: "\eac9"; +} +.byl-icon-map1:before { + content: "\ea57"; +} +.byl-icon-navigation:before { + content: "\eaca"; +} +.byl-icon-pin_drop:before { + content: "\ea58"; +} +.byl-icon-satellite:before { + content: "\eacb"; +} +.byl-icon-store_mall_directory:before { + content: "\eacc"; +} +.byl-icon-traffic:before { + content: "\eacd"; +} +.byl-icon-restaurant:before { + content: "\eace"; +} +.byl-icon-train:before { + content: "\eacf"; +} +.byl-icon-tram:before { + content: "\ead0"; +} +.byl-icon-departure_board:before { + content: "\ead1"; +} +.byl-icon-fastfood:before { + content: "\ead2"; +} +.byl-icon-arrow_back_ios:before { + content: "\e914"; +} +.byl-icon-arrow_forward_ios:before { + content: "\e915"; +} +.byl-icon-share:before { + content: "\ead3"; +} +.byl-icon-add_shopping_cart:before { + content: "\ead4"; +} +.byl-icon-bug_report:before { + content: "\ead5"; +} +.byl-icon-build:before { + content: "\ead6"; +} +.byl-icon-explore:before { + content: "\ead7"; +} +.byl-icon-extension:before { + content: "\ead8"; +} +.byl-icon-favorite:before { + content: "\ead9"; +} +.byl-icon-favorite_outline:before { + content: "\eada"; +} +.byl-icon-settings_input_svideo:before { + content: "\eadb"; +} +.byl-icon-swap_horiz:before { + content: "\eadc"; +} +.byl-icon-swap_vert:before { + content: "\eadd"; +} +.byl-icon-thumb_down:before { + content: "\ea59"; +} +.byl-icon-thumb_up:before { + content: "\ea5a"; +} +.byl-icon-translate:before { + content: "\eade"; +} +.byl-icon-trending_down:before { + content: "\eadf"; +} +.byl-icon-trending_neutral:before { + content: "\eae0"; +} +.byl-icon-trending_up:before { + content: "\eae1"; +} +.byl-icon-verified_user:before { + content: "\eae2"; +} +.byl-icon-flight_land:before { + content: "\eae3"; +} +.byl-icon-flight_takeoff:before { + content: "\eae5"; +} +.byl-icon-fingerprint:before { + content: "\eae8"; +} +.byl-icon-gavel:before { + content: "\eae9"; +} +.byl-icon-accessible:before { + content: "\eaea"; +} +.byl-icon-motorcycle:before { + content: "\eaeb"; +} +.byl-icon-pets:before { + content: "\eaec"; +} +.byl-icon-timeline:before { + content: "\eaed"; +} +.byl-icon-g_translate:before { + content: "\eaee"; +} +.byl-icon-remove_shopping_cart:before { + content: "\eaef"; +} +.byl-icon-accessibility_new:before { + content: "\eaf0"; +} +.byl-icon-accessible_forward:before { + content: "\eaf1"; +} +.byl-icon-supervised_user_circle:before { + content: "\eaf2"; +} +.byl-icon-imagesearch_roller:before { + content: "\eaf3"; +} +.byl-icon-repeat_on:before { + content: "\eaf4"; +} +.byl-icon-repeat_one_on:before { + content: "\eaf5"; +} +.byl-icon-replay_circle_filled:before { + content: "\eaf6"; +} +.byl-icon-speed:before { + content: "\eaf7"; +} +.byl-icon-sports_cricket:before { + content: "\eaf8"; +} +.byl-icon-sports_motorsports:before { + content: "\eaf9"; +} +.byl-icon-eco:before { + content: "\eafa"; +} +.byl-icon-apartment:before { + content: "\eafb"; +} +.byl-icon-bathtub:before { + content: "\eafc"; +} +.byl-icon-outdoor_grill:before { + content: "\eafd"; +} +.byl-icon-bakery_dining:before { + content: "\eafe"; +} +.byl-icon-dinner_dining:before { + content: "\eaff"; +} +.byl-icon-dry_cleaning:before { + content: "\eb00"; +} +.byl-icon-hardware:before { + content: "\eb01"; +} +.byl-icon-liquor:before { + content: "\eb02"; +} +.byl-icon-lunch_dining:before { + content: "\eb03"; +} +.byl-icon-park:before { + content: "\eb04"; +} +.byl-icon-ramen_dining:before { + content: "\eb05"; +} +.byl-icon-airport_shuttle:before { + content: "\eb06"; +} +.byl-icon-anchor:before { + content: "\eb07"; +} +.byl-icon-forward_to_inbox:before { + content: "\ea5b"; +} +.byl-icon-color_lens:before { + content: "\e905"; +} +.byl-icon-bandcamp:before { + content: "\e907"; +} +.byl-icon-phone1:before { + content: "\e901"; +} +.byl-icon-tripadvisor:before { + content: "\e902"; +} +.byl-icon-tiktok:before { + content: "\e908"; +} +.byl-icon-mastodon:before { + content: "\e909"; +} +.byl-icon-home:before { + content: "\e900"; +} +.byl-icon-home2:before { + content: "\eb08"; +} +.byl-icon-home3:before { + content: "\eb09"; +} +.byl-icon-newspaper:before { + content: "\e904"; +} +.byl-icon-pencil:before { + content: "\eb0a"; +} +.byl-icon-pencil2:before { + content: "\e906"; +} +.byl-icon-quill:before { + content: "\eb0b"; +} +.byl-icon-pen:before { + content: "\e90b"; +} +.byl-icon-paint-format:before { + content: "\e90c"; +} +.byl-icon-image:before { + content: "\e90d"; +} +.byl-icon-images:before { + content: "\eb0c"; +} +.byl-icon-camera:before { + content: "\e90f"; +} +.byl-icon-headphones:before { + content: "\e910"; +} +.byl-icon-music:before { + content: "\e911"; +} +.byl-icon-play:before { + content: "\e912"; +} +.byl-icon-film:before { + content: "\e913"; +} +.byl-icon-bullhorn:before { + content: "\e91a"; +} +.byl-icon-mic:before { + content: "\e91e"; +} +.byl-icon-book:before { + content: "\e91f"; +} +.byl-icon-file-empty:before { + content: "\e924"; +} +.byl-icon-files-empty:before { + content: "\e925"; +} +.byl-icon-file-picture:before { + content: "\e927"; +} +.byl-icon-file-music:before { + content: "\e928"; +} +.byl-icon-file-play:before { + content: "\e929"; +} +.byl-icon-file-zip:before { + content: "\e92b"; +} +.byl-icon-copy:before { + content: "\e92c"; +} +.byl-icon-paste:before { + content: "\e92d"; +} +.byl-icon-stack:before { + content: "\eb0d"; +} +.byl-icon-folder-open:before { + content: "\e930"; +} +.byl-icon-folder-download:before { + content: "\e933"; +} +.byl-icon-folder-upload:before { + content: "\e934"; +} +.byl-icon-price-tag:before { + content: "\e935"; +} +.byl-icon-price-tags:before { + content: "\e936"; +} +.byl-icon-qrcode:before { + content: "\eb0e"; +} +.byl-icon-cart:before { + content: "\e93a"; +} +.byl-icon-credit-card:before { + content: "\e93f"; +} +.byl-icon-phone:before { + content: "\e942"; +} +.byl-icon-phone-hang-up:before { + content: "\eb0f"; +} +.byl-icon-envelop:before { + content: "\e945"; +} +.byl-icon-map:before { + content: "\e94b"; +} +.byl-icon-map2:before { + content: "\e94c"; +} +.byl-icon-clock:before { + content: "\e94e"; +} +.byl-icon-clock2:before { + content: "\eb10"; +} +.byl-icon-alarm:before { + content: "\eb11"; +} +.byl-icon-bell:before { + content: "\eb12"; +} +.byl-icon-stopwatch:before { + content: "\eb13"; +} +.byl-icon-calendar:before { + content: "\e953"; +} +.byl-icon-printer:before { + content: "\eb14"; +} +.byl-icon-keyboard:before { + content: "\e955"; +} +.byl-icon-display:before { + content: "\e956"; +} +.byl-icon-laptop:before { + content: "\eb15"; +} +.byl-icon-mobile:before { + content: "\e958"; +} +.byl-icon-tv:before { + content: "\e95b"; +} +.byl-icon-floppy-disk:before { + content: "\e962"; +} +.byl-icon-database:before { + content: "\e964"; +} +.byl-icon-undo2:before { + content: "\e967"; +} +.byl-icon-redo2:before { + content: "\e968"; +} +.byl-icon-forward:before { + content: "\e969"; +} +.byl-icon-reply:before { + content: "\e96a"; +} +.byl-icon-bubble:before { + content: "\e96b"; +} +.byl-icon-bubbles:before { + content: "\e96c"; +} +.byl-icon-bubbles2:before { + content: "\e96d"; +} +.byl-icon-user:before { + content: "\e971"; +} +.byl-icon-users:before { + content: "\e972"; +} +.byl-icon-user-plus:before { + content: "\e973"; +} +.byl-icon-user-minus:before { + content: "\e974"; +} +.byl-icon-user-check:before { + content: "\e975"; +} +.byl-icon-binoculars:before { + content: "\eb16"; +} +.byl-icon-search:before { + content: "\eb17"; +} +.byl-icon-zoom-in:before { + content: "\e987"; +} +.byl-icon-zoom-out:before { + content: "\e988"; +} +.byl-icon-enlarge:before { + content: "\e989"; +} +.byl-icon-shrink:before { + content: "\e98a"; +} +.byl-icon-enlarge2:before { + content: "\e98b"; +} +.byl-icon-shrink2:before { + content: "\e98c"; +} +.byl-icon-key:before { + content: "\e98d"; +} +.byl-icon-key2:before { + content: "\eb18"; +} +.byl-icon-lock:before { + content: "\e98f"; +} +.byl-icon-unlocked:before { + content: "\e990"; +} +.byl-icon-equalizer:before { + content: "\e992"; +} +.byl-icon-equalizer2:before { + content: "\e993"; +} +.byl-icon-cog:before { + content: "\e994"; +} +.byl-icon-cogs:before { + content: "\eb19"; +} +.byl-icon-hammer:before { + content: "\eb1a"; +} +.byl-icon-magic-wand:before { + content: "\eb1b"; +} +.byl-icon-bug:before { + content: "\eb1c"; +} +.byl-icon-pie-chart:before { + content: "\e99a"; +} +.byl-icon-stats-dots:before { + content: "\e99b"; +} +.byl-icon-stats-bars:before { + content: "\eb1d"; +} +.byl-icon-stats-bars2:before { + content: "\eb1e"; +} +.byl-icon-gift:before { + content: "\eb1f"; +} +.byl-icon-glass:before { + content: "\eb20"; +} +.byl-icon-glass2:before { + content: "\eb21"; +} +.byl-icon-mug:before { + content: "\eb22"; +} +.byl-icon-spoon-knife:before { + content: "\eb23"; +} +.byl-icon-meter:before { + content: "\eb24"; +} +.byl-icon-meter2:before { + content: "\eb25"; +} +.byl-icon-hammer2:before { + content: "\eb26"; +} +.byl-icon-fire:before { + content: "\eb27"; +} +.byl-icon-lab:before { + content: "\eb28"; +} +.byl-icon-magnet:before { + content: "\eb29"; +} +.byl-icon-bin:before { + content: "\e9ac"; +} +.byl-icon-airplane:before { + content: "\eb2a"; +} +.byl-icon-truck:before { + content: "\eb2b"; +} +.byl-icon-road:before { + content: "\eb2c"; +} +.byl-icon-list-numbered:before { + content: "\e9b9"; +} +.byl-icon-list:before { + content: "\e9ba"; +} +.byl-icon-list2:before { + content: "\e9bb"; +} +.byl-icon-cloud-download2:before { + content: "\eb2d"; +} +.byl-icon-cloud-upload2:before { + content: "\eb2e"; +} +.byl-icon-cloud-check:before { + content: "\eb2f"; +} +.byl-icon-download3:before { + content: "\e9c7"; +} +.byl-icon-upload3:before { + content: "\e9c8"; +} +.byl-icon-sphere:before { + content: "\e9c9"; +} +.byl-icon-earth:before { + content: "\eb30"; +} +.byl-icon-link:before { + content: "\e9cb"; +} +.byl-icon-attachment:before { + content: "\e9cd"; +} +.byl-icon-eye:before { + content: "\e9ce"; +} +.byl-icon-eye-plus:before { + content: "\eb31"; +} +.byl-icon-eye-minus:before { + content: "\eb32"; +} +.byl-icon-eye-blocked:before { + content: "\e9d1"; +} +.byl-icon-bookmark:before { + content: "\e9d2"; +} +.byl-icon-bookmarks:before { + content: "\e9d3"; +} +.byl-icon-plus:before { + content: "\ea0a"; +} +.byl-icon-minus:before { + content: "\ea0b"; +} +.byl-icon-cross:before { + content: "\ea0f"; +} +.byl-icon-checkmark:before { + content: "\ea10"; +} +.byl-icon-checkmark2:before { + content: "\ea11"; +} +.byl-icon-enter:before { + content: "\ea13"; +} +.byl-icon-exit:before { + content: "\ea14"; +} +.byl-icon-play3:before { + content: "\ea1c"; +} +.byl-icon-pause2:before { + content: "\ea1d"; +} +.byl-icon-stop2:before { + content: "\ea1e"; +} +.byl-icon-backward2:before { + content: "\ea1f"; +} +.byl-icon-forward3:before { + content: "\ea20"; +} +.byl-icon-first:before { + content: "\ea21"; +} +.byl-icon-last:before { + content: "\ea22"; +} +.byl-icon-previous2:before { + content: "\ea23"; +} +.byl-icon-next2:before { + content: "\ea24"; +} +.byl-icon-volume-high:before { + content: "\ea26"; +} +.byl-icon-volume-medium:before { + content: "\ea27"; +} +.byl-icon-volume-low:before { + content: "\ea28"; +} +.byl-icon-volume-mute:before { + content: "\ea29"; +} +.byl-icon-volume-mute2:before { + content: "\ea2a"; +} +.byl-icon-volume-increase:before { + content: "\ea2b"; +} +.byl-icon-volume-decrease:before { + content: "\ea2c"; +} +.byl-icon-loop:before { + content: "\ea2d"; +} +.byl-icon-loop2:before { + content: "\ea2e"; +} +.byl-icon-arrow-up-left:before { + content: "\ea31"; +} +.byl-icon-arrow-up:before { + content: "\ea32"; +} +.byl-icon-arrow-up-right:before { + content: "\ea33"; +} +.byl-icon-arrow-right:before { + content: "\ea34"; +} +.byl-icon-arrow-down-right:before { + content: "\ea35"; +} +.byl-icon-arrow-down:before { + content: "\ea36"; +} +.byl-icon-arrow-down-left:before { + content: "\ea37"; +} +.byl-icon-arrow-left:before { + content: "\ea38"; +} +.byl-icon-circle-up:before { + content: "\ea41"; +} +.byl-icon-circle-right:before { + content: "\ea42"; +} +.byl-icon-circle-down:before { + content: "\ea43"; +} +.byl-icon-circle-left:before { + content: "\ea44"; +} +.byl-icon-sort-alpha-asc:before { + content: "\ea48"; +} +.byl-icon-sort-alpha-desc:before { + content: "\ea49"; +} +.byl-icon-sort-numeric-asc:before { + content: "\ea4a"; +} +.byl-icon-sort-numberic-desc:before { + content: "\ea4b"; +} +.byl-icon-sort-amount-asc:before { + content: "\ea4c"; +} +.byl-icon-sort-amount-desc:before { + content: "\ea4d"; +} +.byl-icon-checkbox-checked:before { + content: "\ea52"; +} +.byl-icon-checkbox-unchecked:before { + content: "\ea53"; +} +.byl-icon-radio-checked:before { + content: "\ea54"; +} +.byl-icon-radio-unchecked:before { + content: "\ea56"; +} +.byl-icon-crop:before { + content: "\eb33"; +} +.byl-icon-filter:before { + content: "\eb34"; +} +.byl-icon-ligature:before { + content: "\eb35"; +} +.byl-icon-ligature2:before { + content: "\eb36"; +} +.byl-icon-text-height:before { + content: "\eb37"; +} +.byl-icon-text-width:before { + content: "\eb38"; +} +.byl-icon-font-size:before { + content: "\eb39"; +} +.byl-icon-bold:before { + content: "\eb3a"; +} +.byl-icon-underline:before { + content: "\eb3b"; +} +.byl-icon-italic:before { + content: "\eb3c"; +} +.byl-icon-strikethrough:before { + content: "\eb3d"; +} +.byl-icon-pilcrow:before { + content: "\ea73"; +} +.byl-icon-paragraph-left:before { + content: "\ea77"; +} +.byl-icon-paragraph-center:before { + content: "\ea78"; +} +.byl-icon-paragraph-right:before { + content: "\ea79"; +} +.byl-icon-paragraph-justify:before { + content: "\ea7a"; +} +.byl-icon-embed2:before { + content: "\ea80"; +} +.byl-icon-terminal:before { + content: "\ea81"; +} +.byl-icon-share2:before { + content: "\ea82"; +} +.byl-icon-mail:before { + content: "\ea83"; +} +.byl-icon-amazon:before { + content: "\eb3e"; +} +.byl-icon-google:before { + content: "\eb3f"; +} +.byl-icon-google2:before { + content: "\eb40"; +} +.byl-icon-google3:before { + content: "\eb41"; +} +.byl-icon-hangouts:before { + content: "\eb42"; +} +.byl-icon-facebook1:before { + content: "\ea90"; +} +.byl-icon-facebook:before { + content: "\ea91"; +} +.byl-icon-instagram:before { + content: "\ea92"; +} +.byl-icon-spotify:before { + content: "\ea94"; +} +.byl-icon-telegram:before { + content: "\ea95"; +} +.byl-icon-twitter:before { + content: "\ea96"; +} +.byl-icon-vk:before { + content: "\eb43"; +} +.byl-icon-rss:before { + content: "\ea9b"; +} +.byl-icon-rss2:before { + content: "\ea9c"; +} +.byl-icon-youtube:before { + content: "\ea9d"; +} +.byl-icon-twitch:before { + content: "\ea9f"; +} +.byl-icon-vimeo:before { + content: "\eaa0"; +} +.byl-icon-vimeo2:before { + content: "\eb44"; +} +.byl-icon-behance:before { + content: "\eb45"; +} +.byl-icon-behance2:before { + content: "\eaa9"; +} +.byl-icon-steam:before { + content: "\eb46"; +} +.byl-icon-steam2:before { + content: "\eb47"; +} +.byl-icon-github:before { + content: "\eb48"; +} +.byl-icon-wordpress:before { + content: "\eb49"; +} +.byl-icon-joomla:before { + content: "\eb4a"; +} +.byl-icon-blogger:before { + content: "\eb4b"; +} +.byl-icon-tumblr:before { + content: "\eb4c"; +} +.byl-icon-tumblr2:before { + content: "\eb4d"; +} +.byl-icon-appleinc:before { + content: "\eb4e"; +} +.byl-icon-finder:before { + content: "\eb4f"; +} +.byl-icon-android:before { + content: "\eb50"; +} +.byl-icon-soundcloud:before { + content: "\eac3"; +} +.byl-icon-skype:before { + content: "\eb51"; +} +.byl-icon-reddit:before { + content: "\eac6"; +} +.byl-icon-wikipedia:before { + content: "\eac8"; +} +.byl-icon-linkedin:before { + content: "\eb52"; +} +.byl-icon-linkedin2:before { + content: "\eb53"; +} +.byl-icon-lastfm:before { + content: "\eb54"; +} +.byl-icon-stackoverflow:before { + content: "\eb55"; +} +.byl-icon-pinterest:before { + content: "\eb56"; +} +.byl-icon-pinterest2:before { + content: "\eb57"; +} +.byl-icon-paypal:before { + content: "\eb58"; +} +.byl-icon-chrome:before { + content: "\eb59"; +} +.byl-icon-firefox:before { + content: "\eb5a"; +} +.byl-icon-IE:before { + content: "\eb5b"; +} +.byl-icon-edge:before { + content: "\eb5c"; +} +.byl-icon-safari:before { + content: "\eb5d"; +} +.byl-icon-opera:before { + content: "\eb5e"; +} +.byl-icon-html-five:before { + content: "\eae4"; +} +.byl-icon-html-five2:before { + content: "\eb5f"; +} +.byl-icon-css3:before { + content: "\eae6"; +} +.byl-icon-git:before { + content: "\eae7"; +} +.byl-icon-monero:before { + content: "\eb60"; + color: #f60; +} +.byl-icon-ethereum:before { + content: "\eb61"; +} diff --git a/proj/chordboard/index.html b/proj/chordboard/index.html new file mode 100644 index 0000000..5b486b3 --- /dev/null +++ b/proj/chordboard/index.html @@ -0,0 +1,601 @@ +<!DOCTYPE HTML> +<html> +<head> + <title>edbrz9's Modal Chord Board</title> + <meta charset="utf-8"> + <link rel="stylesheet" href="css/style.css"/> + <link rel="stylesheet" href="./fonts/byl-iconfont-v3.1/style.css"/> +</head> +<body> + +<nav class="homenav"> + <a href=""><span class="byl-icon-home"></span></a> +</nav> + +<div id="app"> + <div id="canvas-container"> + <canvas ref="canvas" id="keyboard" width="834" height="108"> + </canvas> + </div> + + +<div> + +<table class="controlpanel"> +<tr class="blank"> + <td class="blank"> + <select v-model="rootKey" + v-on:change="updateScale('clean')"> + <option value=0>C</option> + <option value=1>C#/Db</option> + <option value=2>D</option> + <option value=3>D#/Eb</option> + <option value=4>E</option> + <option value=5>F</option> + <option value=6>F#/Gb</option> + <option value=7>G</option> + <option value=8>G#/Ab</option> + <option value=9>A</option> + <option value=10>A#/Bb</option> + <option value=11>B</option> + </select> + </td> + <td class="blank"> + <select v-model="mode" v-on:change="updateScale('clean')"> + <option value=0>Ionian</option> + <option value=1>Dorian</option> + <option value=2>Phrygian</option> + <option value=3>Lydian</option> + <option value=4>Mixolydian</option> + <option value=5>Aeolian</option> + <option value=6>Locrian</option> + <option value=7>Misheberak</option> + <option value=8>Freygish</option> + <option value=9>Hungarian Minor</option> + <option value=10>Hungarian Major</option> + <option value=11>Persian</option> + <option value=12>Whole Tone</option> + </select> + </td> + + + <td class="blank separator"> + </td> + + <td class="modeg">{{ modesdegs[mode][0] }}</td> + <td class="modeg">{{ modesdegs[mode][1] }}</td> + <td class="modeg">{{ modesdegs[mode][2] }}</td> + <td class="modeg">{{ modesdegs[mode][3] }}</td> + <td class="modeg">{{ modesdegs[mode][4] }}</td> + <td class="modeg">{{ modesdegs[mode][5] }}</td> + <td class="modeg">{{ modesdegs[mode][6] }}</td> + +</tr> + +<tr> + <td class="blank left" colspan="2"> + <span class="clickable" v-on:click="playScale">play scale ▶</span> + </td> + <td class="blank"></td> + <td>{{ noteScale[0] }}</td> + <td>{{ noteScale[1] }}</td> + <td>{{ noteScale[2] }}</td> + <td>{{ noteScale[3] }}</td> + <td>{{ noteScale[4] }}</td> + <td>{{ noteScale[5] }}</td> + <td>{{ noteScale[6] }}</td> +</tr> + +</table> + + +<table> + +<tr> + + <th class="blank"></th> + <th colspan="7"><img src="./svg/M-m-sus/M.svg"></th> + <th colspan="7"><img src="./svg/M-m-sus/m.svg"></th> + <th colspan="4"><img src="./svg/M-m-sus/sus2.svg"></th> + <th colspan="4"><img src="./svg/M-m-sus/sus4.svg"></th> + <th colspan="3"><img src="./svg/chords/dim.svg"></th> + +</tr> + +<tr> + <th class="blank"></th> + <th><img src="./svg/chords/0.svg"></th> + <th><img src="./svg/chords/6.svg"></th> + <th><img src="./svg/chords/7.svg"></th> + <th><img src="./svg/chords/M7.svg"></th> + <th><img src="./svg/chords/a9.svg"></th> + <th><img src="./svg/chords/69.svg"></th> + <th><img src="./svg/chords/9.svg"></th> + + <th><img src="./svg/chords/0.svg"></th> + <th><img src="./svg/chords/6.svg"></th> + <th><img src="./svg/chords/7.svg"></th> + <th><img src="./svg/chords/M7.svg"></th> + <th><img src="./svg/chords/a9.svg"></th> + <th><img src="./svg/chords/69.svg"></th> + <th><img src="./svg/chords/9.svg"></th> + + <th><img src="./svg/chords/0.svg"></th> + <th><img src="./svg/chords/6.svg"></th> + <th><img src="./svg/chords/7.svg"></th> + <th><img src="./svg/chords/M7.svg"></th> + + <th><img src="./svg/chords/0.svg"></th> + <th><img src="./svg/chords/6.svg"></th> + <th><img src="./svg/chords/7.svg"></th> + <th><img src="./svg/chords/M7.svg"></th> + + <th><img src="./svg/chords/b3.svg"></th> + <th><img src="./svg/chords/dim.svg"></th> + <th><img src="./svg/chords/dim7.svg"></th> + <th><img src="./svg/chords/b5.svg"></th> + <th><img src="./svg/chords/aug.svg"></th> + <th><img src="./svg/chords/aug7.svg"></th> + <th><img src="./svg/chords/P4.svg"></th> + <th><img src="./svg/chords/TT.svg"></th> + <th><img src="./svg/chords/P5.svg"></th> + +</tr> +<tr> + <td class="notename"> {{ getGoodNote(0) }} </td> + <td class="chordblock" v-on:click="playChord(0,'M')" v-bind:style="{ 'background-color' : spice2Color(0,'M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M6')" v-bind:style="{ 'background-color' : spice2Color(0,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M7m')" v-bind:style="{ 'background-color' : spice2Color(0,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M7M')" v-bind:style="{ 'background-color' : spice2Color(0,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(0,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M9')" v-bind:style="{ 'background-color' : spice2Color(0,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M69')" v-bind:style="{ 'background-color' : spice2Color(0,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m')" v-bind:style="{ 'background-color' : spice2Color(0,'m')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m6')" v-bind:style="{ 'background-color' : spice2Color(0,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m7m')" v-bind:style="{ 'background-color' : spice2Color(0,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m7M')" v-bind:style="{ 'background-color' : spice2Color(0,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'madd9')" v-bind:style="{ 'background-color' : spice2Color(0,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m9')" v-bind:style="{ 'background-color' : spice2Color(0,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m69')" v-bind:style="{ 'background-color' : spice2Color(0,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus2')" v-bind:style="{ 'background-color' : spice2Color(0,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus26')" v-bind:style="{ 'background-color' : spice2Color(0,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus27')" v-bind:style="{ 'background-color' : spice2Color(0,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(0,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus4')" v-bind:style="{ 'background-color' : spice2Color(0,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus46')" v-bind:style="{ 'background-color' : spice2Color(0,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus47')" v-bind:style="{ 'background-color' : spice2Color(0,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(0,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(0,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(0,'dim')" v-bind:style="{ 'background-color' : spice2Color(0,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(0,'dim7')" v-bind:style="{ 'background-color' : spice2Color(0,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(0,'b5')" v-bind:style="{ 'background-color' : spice2Color(0,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(0,'aug')" v-bind:style="{ 'background-color' : spice2Color(0,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(0,'aug7')" v-bind:style="{ 'background-color' : spice2Color(0,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(0,'p4')" v-bind:style="{ 'background-color' : spice2Color(0,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(0,'TT')" v-bind:style="{ 'background-color' : spice2Color(0,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(0,'p5')" v-bind:style="{ 'background-color' : spice2Color(0,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(1) }} </td> + <td class="chordblock" v-on:click="playChord(1,'M')" v-bind:style="{ 'background-color' : spice2Color(1,'M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M6')" v-bind:style="{ 'background-color' : spice2Color(1,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M7m')" v-bind:style="{ 'background-color' : spice2Color(1,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M7M')" v-bind:style="{ 'background-color' : spice2Color(1,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(1,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M9')" v-bind:style="{ 'background-color' : spice2Color(1,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M69')" v-bind:style="{ 'background-color' : spice2Color(1,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m')" v-bind:style="{ 'background-color' : spice2Color(1,'m')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m6')" v-bind:style="{ 'background-color' : spice2Color(1,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m7m')" v-bind:style="{ 'background-color' : spice2Color(1,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m7M')" v-bind:style="{ 'background-color' : spice2Color(1,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'madd9')" v-bind:style="{ 'background-color' : spice2Color(1,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m9')" v-bind:style="{ 'background-color' : spice2Color(1,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m69')" v-bind:style="{ 'background-color' : spice2Color(1,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus2')" v-bind:style="{ 'background-color' : spice2Color(1,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus26')" v-bind:style="{ 'background-color' : spice2Color(1,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus27')" v-bind:style="{ 'background-color' : spice2Color(1,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(1,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus4')" v-bind:style="{ 'background-color' : spice2Color(1,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus46')" v-bind:style="{ 'background-color' : spice2Color(1,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus47')" v-bind:style="{ 'background-color' : spice2Color(1,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(1,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(1,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(1,'dim')" v-bind:style="{ 'background-color' : spice2Color(1,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(1,'dim7')" v-bind:style="{ 'background-color' : spice2Color(1,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(1,'b5')" v-bind:style="{ 'background-color' : spice2Color(1,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(1,'aug')" v-bind:style="{ 'background-color' : spice2Color(1,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(1,'aug7')" v-bind:style="{ 'background-color' : spice2Color(1,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(1,'p4')" v-bind:style="{ 'background-color' : spice2Color(1,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(1,'TT')" v-bind:style="{ 'background-color' : spice2Color(1,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(1,'p5')" v-bind:style="{ 'background-color' : spice2Color(1,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(2) }} </td> + <td class="chordblock" v-on:click="playChord(2,'M')" v-bind:style="{ 'background-color' : spice2Color(2,'M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M6')" v-bind:style="{ 'background-color' : spice2Color(2,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M7m')" v-bind:style="{ 'background-color' : spice2Color(2,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M7M')" v-bind:style="{ 'background-color' : spice2Color(2,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(2,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M9')" v-bind:style="{ 'background-color' : spice2Color(2,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M69')" v-bind:style="{ 'background-color' : spice2Color(2,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m')" v-bind:style="{ 'background-color' : spice2Color(2,'m')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m6')" v-bind:style="{ 'background-color' : spice2Color(2,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m7m')" v-bind:style="{ 'background-color' : spice2Color(2,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m7M')" v-bind:style="{ 'background-color' : spice2Color(2,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'madd9')" v-bind:style="{ 'background-color' : spice2Color(2,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m9')" v-bind:style="{ 'background-color' : spice2Color(2,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m69')" v-bind:style="{ 'background-color' : spice2Color(2,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus2')" v-bind:style="{ 'background-color' : spice2Color(2,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus26')" v-bind:style="{ 'background-color' : spice2Color(2,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus27')" v-bind:style="{ 'background-color' : spice2Color(2,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(2,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus4')" v-bind:style="{ 'background-color' : spice2Color(2,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus46')" v-bind:style="{ 'background-color' : spice2Color(2,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus47')" v-bind:style="{ 'background-color' : spice2Color(2,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(2,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(2,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(2,'dim')" v-bind:style="{ 'background-color' : spice2Color(2,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(2,'dim7')" v-bind:style="{ 'background-color' : spice2Color(2,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(2,'b5')" v-bind:style="{ 'background-color' : spice2Color(2,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(2,'aug')" v-bind:style="{ 'background-color' : spice2Color(2,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(2,'aug7')" v-bind:style="{ 'background-color' : spice2Color(2,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(2,'p4')" v-bind:style="{ 'background-color' : spice2Color(2,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(2,'TT')" v-bind:style="{ 'background-color' : spice2Color(2,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(2,'p5')" v-bind:style="{ 'background-color' : spice2Color(2,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(3) }} </td> + <td class="chordblock" v-on:click="playChord(3,'M')" v-bind:style="{ 'background-color' : spice2Color(3,'M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M6')" v-bind:style="{ 'background-color' : spice2Color(3,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M7m')" v-bind:style="{ 'background-color' : spice2Color(3,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M7M')" v-bind:style="{ 'background-color' : spice2Color(3,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(3,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M9')" v-bind:style="{ 'background-color' : spice2Color(3,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M69')" v-bind:style="{ 'background-color' : spice2Color(3,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m')" v-bind:style="{ 'background-color' : spice2Color(3,'m')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m6')" v-bind:style="{ 'background-color' : spice2Color(3,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m7m')" v-bind:style="{ 'background-color' : spice2Color(3,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m7M')" v-bind:style="{ 'background-color' : spice2Color(3,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'madd9')" v-bind:style="{ 'background-color' : spice2Color(3,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m9')" v-bind:style="{ 'background-color' : spice2Color(3,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m69')" v-bind:style="{ 'background-color' : spice2Color(3,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus2')" v-bind:style="{ 'background-color' : spice2Color(3,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus26')" v-bind:style="{ 'background-color' : spice2Color(3,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus27')" v-bind:style="{ 'background-color' : spice2Color(3,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(3,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus4')" v-bind:style="{ 'background-color' : spice2Color(3,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus46')" v-bind:style="{ 'background-color' : spice2Color(3,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus47')" v-bind:style="{ 'background-color' : spice2Color(3,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(3,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(3,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(3,'dim')" v-bind:style="{ 'background-color' : spice2Color(3,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(3,'dim7')" v-bind:style="{ 'background-color' : spice2Color(3,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(3,'b5')" v-bind:style="{ 'background-color' : spice2Color(3,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(3,'aug')" v-bind:style="{ 'background-color' : spice2Color(3,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(3,'aug7')" v-bind:style="{ 'background-color' : spice2Color(3,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(3,'p4')" v-bind:style="{ 'background-color' : spice2Color(3,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(3,'TT')" v-bind:style="{ 'background-color' : spice2Color(3,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(3,'p5')" v-bind:style="{ 'background-color' : spice2Color(3,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(4) }} </td> + <td class="chordblock" v-on:click="playChord(4,'M')" v-bind:style="{ 'background-color' : spice2Color(4,'M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M6')" v-bind:style="{ 'background-color' : spice2Color(4,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M7m')" v-bind:style="{ 'background-color' : spice2Color(4,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M7M')" v-bind:style="{ 'background-color' : spice2Color(4,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(4,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M9')" v-bind:style="{ 'background-color' : spice2Color(4,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M69')" v-bind:style="{ 'background-color' : spice2Color(4,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m')" v-bind:style="{ 'background-color' : spice2Color(4,'m')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m6')" v-bind:style="{ 'background-color' : spice2Color(4,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m7m')" v-bind:style="{ 'background-color' : spice2Color(4,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m7M')" v-bind:style="{ 'background-color' : spice2Color(4,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'madd9')" v-bind:style="{ 'background-color' : spice2Color(4,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m9')" v-bind:style="{ 'background-color' : spice2Color(4,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m69')" v-bind:style="{ 'background-color' : spice2Color(4,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus2')" v-bind:style="{ 'background-color' : spice2Color(4,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus26')" v-bind:style="{ 'background-color' : spice2Color(4,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus27')" v-bind:style="{ 'background-color' : spice2Color(4,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(4,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus4')" v-bind:style="{ 'background-color' : spice2Color(4,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus46')" v-bind:style="{ 'background-color' : spice2Color(4,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus47')" v-bind:style="{ 'background-color' : spice2Color(4,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(4,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(4,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(4,'dim')" v-bind:style="{ 'background-color' : spice2Color(4,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(4,'dim7')" v-bind:style="{ 'background-color' : spice2Color(4,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(4,'b5')" v-bind:style="{ 'background-color' : spice2Color(4,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(4,'aug')" v-bind:style="{ 'background-color' : spice2Color(4,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(4,'aug7')" v-bind:style="{ 'background-color' : spice2Color(4,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(4,'p4')" v-bind:style="{ 'background-color' : spice2Color(4,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(4,'TT')" v-bind:style="{ 'background-color' : spice2Color(4,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(4,'p5')" v-bind:style="{ 'background-color' : spice2Color(4,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(5) }} </td> + <td class="chordblock" v-on:click="playChord(5,'M')" v-bind:style="{ 'background-color' : spice2Color(5,'M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M6')" v-bind:style="{ 'background-color' : spice2Color(5,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M7m')" v-bind:style="{ 'background-color' : spice2Color(5,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M7M')" v-bind:style="{ 'background-color' : spice2Color(5,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(5,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M9')" v-bind:style="{ 'background-color' : spice2Color(5,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M69')" v-bind:style="{ 'background-color' : spice2Color(5,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m')" v-bind:style="{ 'background-color' : spice2Color(5,'m')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m6')" v-bind:style="{ 'background-color' : spice2Color(5,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m7m')" v-bind:style="{ 'background-color' : spice2Color(5,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m7M')" v-bind:style="{ 'background-color' : spice2Color(5,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'madd9')" v-bind:style="{ 'background-color' : spice2Color(5,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m9')" v-bind:style="{ 'background-color' : spice2Color(5,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m69')" v-bind:style="{ 'background-color' : spice2Color(5,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus2')" v-bind:style="{ 'background-color' : spice2Color(5,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus26')" v-bind:style="{ 'background-color' : spice2Color(5,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus27')" v-bind:style="{ 'background-color' : spice2Color(5,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(5,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus4')" v-bind:style="{ 'background-color' : spice2Color(5,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus46')" v-bind:style="{ 'background-color' : spice2Color(5,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus47')" v-bind:style="{ 'background-color' : spice2Color(5,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(5,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(5,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(5,'dim')" v-bind:style="{ 'background-color' : spice2Color(5,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(5,'dim7')" v-bind:style="{ 'background-color' : spice2Color(5,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(5,'b5')" v-bind:style="{ 'background-color' : spice2Color(5,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(5,'aug')" v-bind:style="{ 'background-color' : spice2Color(5,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(5,'aug7')" v-bind:style="{ 'background-color' : spice2Color(5,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(5,'p4')" v-bind:style="{ 'background-color' : spice2Color(5,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(5,'TT')" v-bind:style="{ 'background-color' : spice2Color(5,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(5,'p5')" v-bind:style="{ 'background-color' : spice2Color(5,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(6) }} </td> + <td class="chordblock" v-on:click="playChord(6,'M')" v-bind:style="{ 'background-color' : spice2Color(6,'M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M6')" v-bind:style="{ 'background-color' : spice2Color(6,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M7m')" v-bind:style="{ 'background-color' : spice2Color(6,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M7M')" v-bind:style="{ 'background-color' : spice2Color(6,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(6,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M9')" v-bind:style="{ 'background-color' : spice2Color(6,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M69')" v-bind:style="{ 'background-color' : spice2Color(6,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m')" v-bind:style="{ 'background-color' : spice2Color(6,'m')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m6')" v-bind:style="{ 'background-color' : spice2Color(6,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m7m')" v-bind:style="{ 'background-color' : spice2Color(6,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m7M')" v-bind:style="{ 'background-color' : spice2Color(6,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'madd9')" v-bind:style="{ 'background-color' : spice2Color(6,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m9')" v-bind:style="{ 'background-color' : spice2Color(6,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m69')" v-bind:style="{ 'background-color' : spice2Color(6,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus2')" v-bind:style="{ 'background-color' : spice2Color(6,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus26')" v-bind:style="{ 'background-color' : spice2Color(6,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus27')" v-bind:style="{ 'background-color' : spice2Color(6,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(6,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus4')" v-bind:style="{ 'background-color' : spice2Color(6,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus46')" v-bind:style="{ 'background-color' : spice2Color(6,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus47')" v-bind:style="{ 'background-color' : spice2Color(6,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(6,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(6,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(6,'dim')" v-bind:style="{ 'background-color' : spice2Color(6,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(6,'dim7')" v-bind:style="{ 'background-color' : spice2Color(6,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(6,'b5')" v-bind:style="{ 'background-color' : spice2Color(6,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(6,'aug')" v-bind:style="{ 'background-color' : spice2Color(6,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(6,'aug7')" v-bind:style="{ 'background-color' : spice2Color(6,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(6,'p4')" v-bind:style="{ 'background-color' : spice2Color(6,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(6,'TT')" v-bind:style="{ 'background-color' : spice2Color(6,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(6,'p5')" v-bind:style="{ 'background-color' : spice2Color(6,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(7) }} </td> + <td class="chordblock" v-on:click="playChord(7,'M')" v-bind:style="{ 'background-color' : spice2Color(7,'M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M6')" v-bind:style="{ 'background-color' : spice2Color(7,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M7m')" v-bind:style="{ 'background-color' : spice2Color(7,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M7M')" v-bind:style="{ 'background-color' : spice2Color(7,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(7,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M9')" v-bind:style="{ 'background-color' : spice2Color(7,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M69')" v-bind:style="{ 'background-color' : spice2Color(7,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m')" v-bind:style="{ 'background-color' : spice2Color(7,'m')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m6')" v-bind:style="{ 'background-color' : spice2Color(7,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m7m')" v-bind:style="{ 'background-color' : spice2Color(7,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m7M')" v-bind:style="{ 'background-color' : spice2Color(7,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'madd9')" v-bind:style="{ 'background-color' : spice2Color(7,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m9')" v-bind:style="{ 'background-color' : spice2Color(7,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m69')" v-bind:style="{ 'background-color' : spice2Color(7,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus2')" v-bind:style="{ 'background-color' : spice2Color(7,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus26')" v-bind:style="{ 'background-color' : spice2Color(7,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus27')" v-bind:style="{ 'background-color' : spice2Color(7,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(7,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus4')" v-bind:style="{ 'background-color' : spice2Color(7,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus46')" v-bind:style="{ 'background-color' : spice2Color(7,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus47')" v-bind:style="{ 'background-color' : spice2Color(7,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(7,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(7,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(7,'dim')" v-bind:style="{ 'background-color' : spice2Color(7,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(7,'dim7')" v-bind:style="{ 'background-color' : spice2Color(7,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(7,'b5')" v-bind:style="{ 'background-color' : spice2Color(7,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(7,'aug')" v-bind:style="{ 'background-color' : spice2Color(7,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(7,'aug7')" v-bind:style="{ 'background-color' : spice2Color(7,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(7,'p4')" v-bind:style="{ 'background-color' : spice2Color(7,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(7,'TT')" v-bind:style="{ 'background-color' : spice2Color(7,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(7,'p5')" v-bind:style="{ 'background-color' : spice2Color(7,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(8) }} </td> + <td class="chordblock" v-on:click="playChord(8,'M')" v-bind:style="{ 'background-color' : spice2Color(8,'M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M6')" v-bind:style="{ 'background-color' : spice2Color(8,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M7m')" v-bind:style="{ 'background-color' : spice2Color(8,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M7M')" v-bind:style="{ 'background-color' : spice2Color(8,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(8,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M9')" v-bind:style="{ 'background-color' : spice2Color(8,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M69')" v-bind:style="{ 'background-color' : spice2Color(8,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m')" v-bind:style="{ 'background-color' : spice2Color(8,'m')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m6')" v-bind:style="{ 'background-color' : spice2Color(8,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m7m')" v-bind:style="{ 'background-color' : spice2Color(8,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m7M')" v-bind:style="{ 'background-color' : spice2Color(8,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'madd9')" v-bind:style="{ 'background-color' : spice2Color(8,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m9')" v-bind:style="{ 'background-color' : spice2Color(8,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m69')" v-bind:style="{ 'background-color' : spice2Color(8,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus2')" v-bind:style="{ 'background-color' : spice2Color(8,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus26')" v-bind:style="{ 'background-color' : spice2Color(8,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus27')" v-bind:style="{ 'background-color' : spice2Color(8,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(8,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus4')" v-bind:style="{ 'background-color' : spice2Color(8,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus46')" v-bind:style="{ 'background-color' : spice2Color(8,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus47')" v-bind:style="{ 'background-color' : spice2Color(8,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(8,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(8,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(8,'dim')" v-bind:style="{ 'background-color' : spice2Color(8,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(8,'dim7')" v-bind:style="{ 'background-color' : spice2Color(8,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(8,'b5')" v-bind:style="{ 'background-color' : spice2Color(8,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(8,'aug')" v-bind:style="{ 'background-color' : spice2Color(8,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(8,'aug7')" v-bind:style="{ 'background-color' : spice2Color(8,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(8,'p4')" v-bind:style="{ 'background-color' : spice2Color(8,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(8,'TT')" v-bind:style="{ 'background-color' : spice2Color(8,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(8,'p5')" v-bind:style="{ 'background-color' : spice2Color(8,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(9) }} </td> + <td class="chordblock" v-on:click="playChord(9,'M')" v-bind:style="{ 'background-color' : spice2Color(9,'M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M6')" v-bind:style="{ 'background-color' : spice2Color(9,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M7m')" v-bind:style="{ 'background-color' : spice2Color(9,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M7M')" v-bind:style="{ 'background-color' : spice2Color(9,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(9,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M9')" v-bind:style="{ 'background-color' : spice2Color(9,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M69')" v-bind:style="{ 'background-color' : spice2Color(9,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m')" v-bind:style="{ 'background-color' : spice2Color(9,'m')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m6')" v-bind:style="{ 'background-color' : spice2Color(9,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m7m')" v-bind:style="{ 'background-color' : spice2Color(9,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m7M')" v-bind:style="{ 'background-color' : spice2Color(9,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'madd9')" v-bind:style="{ 'background-color' : spice2Color(9,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m9')" v-bind:style="{ 'background-color' : spice2Color(9,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m69')" v-bind:style="{ 'background-color' : spice2Color(9,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus2')" v-bind:style="{ 'background-color' : spice2Color(9,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus26')" v-bind:style="{ 'background-color' : spice2Color(9,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus27')" v-bind:style="{ 'background-color' : spice2Color(9,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(9,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus4')" v-bind:style="{ 'background-color' : spice2Color(9,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus46')" v-bind:style="{ 'background-color' : spice2Color(9,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus47')" v-bind:style="{ 'background-color' : spice2Color(9,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(9,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(9,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(9,'dim')" v-bind:style="{ 'background-color' : spice2Color(9,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(9,'dim7')" v-bind:style="{ 'background-color' : spice2Color(9,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(9,'b5')" v-bind:style="{ 'background-color' : spice2Color(9,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(9,'aug')" v-bind:style="{ 'background-color' : spice2Color(9,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(9,'aug7')" v-bind:style="{ 'background-color' : spice2Color(9,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(9,'p4')" v-bind:style="{ 'background-color' : spice2Color(9,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(9,'TT')" v-bind:style="{ 'background-color' : spice2Color(9,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(9,'p5')" v-bind:style="{ 'background-color' : spice2Color(9,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(10) }} </td> + <td class="chordblock" v-on:click="playChord(10,'M')" v-bind:style="{ 'background-color' : spice2Color(10,'M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M6')" v-bind:style="{ 'background-color' : spice2Color(10,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M7m')" v-bind:style="{ 'background-color' : spice2Color(10,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M7M')" v-bind:style="{ 'background-color' : spice2Color(10,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(10,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M9')" v-bind:style="{ 'background-color' : spice2Color(10,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M69')" v-bind:style="{ 'background-color' : spice2Color(10,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m')" v-bind:style="{ 'background-color' : spice2Color(10,'m')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m6')" v-bind:style="{ 'background-color' : spice2Color(10,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m7m')" v-bind:style="{ 'background-color' : spice2Color(10,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m7M')" v-bind:style="{ 'background-color' : spice2Color(10,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'madd9')" v-bind:style="{ 'background-color' : spice2Color(10,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m9')" v-bind:style="{ 'background-color' : spice2Color(10,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m69')" v-bind:style="{ 'background-color' : spice2Color(10,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus2')" v-bind:style="{ 'background-color' : spice2Color(10,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus26')" v-bind:style="{ 'background-color' : spice2Color(10,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus27')" v-bind:style="{ 'background-color' : spice2Color(10,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(10,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus4')" v-bind:style="{ 'background-color' : spice2Color(10,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus46')" v-bind:style="{ 'background-color' : spice2Color(10,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus47')" v-bind:style="{ 'background-color' : spice2Color(10,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(10,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(10,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(10,'dim')" v-bind:style="{ 'background-color' : spice2Color(10,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(10,'dim7')" v-bind:style="{ 'background-color' : spice2Color(10,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(10,'b5')" v-bind:style="{ 'background-color' : spice2Color(10,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(10,'aug')" v-bind:style="{ 'background-color' : spice2Color(10,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(10,'aug7')" v-bind:style="{ 'background-color' : spice2Color(10,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(10,'p4')" v-bind:style="{ 'background-color' : spice2Color(10,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(10,'TT')" v-bind:style="{ 'background-color' : spice2Color(10,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(10,'p5')" v-bind:style="{ 'background-color' : spice2Color(10,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(11) }} </td> + <td class="chordblock" v-on:click="playChord(11,'M')" v-bind:style="{ 'background-color' : spice2Color(11,'M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M6')" v-bind:style="{ 'background-color' : spice2Color(11,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M7m')" v-bind:style="{ 'background-color' : spice2Color(11,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M7M')" v-bind:style="{ 'background-color' : spice2Color(11,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(11,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M9')" v-bind:style="{ 'background-color' : spice2Color(11,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M69')" v-bind:style="{ 'background-color' : spice2Color(11,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m')" v-bind:style="{ 'background-color' : spice2Color(11,'m')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m6')" v-bind:style="{ 'background-color' : spice2Color(11,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m7m')" v-bind:style="{ 'background-color' : spice2Color(11,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m7M')" v-bind:style="{ 'background-color' : spice2Color(11,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'madd9')" v-bind:style="{ 'background-color' : spice2Color(11,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m9')" v-bind:style="{ 'background-color' : spice2Color(11,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m69')" v-bind:style="{ 'background-color' : spice2Color(11,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus2')" v-bind:style="{ 'background-color' : spice2Color(11,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus26')" v-bind:style="{ 'background-color' : spice2Color(11,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus27')" v-bind:style="{ 'background-color' : spice2Color(11,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(11,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus4')" v-bind:style="{ 'background-color' : spice2Color(11,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus46')" v-bind:style="{ 'background-color' : spice2Color(11,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus47')" v-bind:style="{ 'background-color' : spice2Color(11,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(11,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(11,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(11,'dim')" v-bind:style="{ 'background-color' : spice2Color(11,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(11,'dim7')" v-bind:style="{ 'background-color' : spice2Color(11,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(11,'b5')" v-bind:style="{ 'background-color' : spice2Color(11,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(11,'aug')" v-bind:style="{ 'background-color' : spice2Color(11,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(11,'aug7')" v-bind:style="{ 'background-color' : spice2Color(11,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(11,'p4')" v-bind:style="{ 'background-color' : spice2Color(11,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(11,'TT')" v-bind:style="{ 'background-color' : spice2Color(11,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(11,'p5')" v-bind:style="{ 'background-color' : spice2Color(11,'p5')}"></td> +</tr> + + +</table> + </div> + +</div> + +</body> +<script> + var og00= new Audio('oggs/00.ogg'); + var og01= new Audio('oggs/01.ogg'); + var og02= new Audio('oggs/02.ogg'); + var og03= new Audio('oggs/03.ogg'); + var og04= new Audio('oggs/04.ogg'); + var og05= new Audio('oggs/05.ogg'); + var og06= new Audio('oggs/06.ogg'); + var og07= new Audio('oggs/07.ogg'); + var og08= new Audio('oggs/08.ogg'); + var og09= new Audio('oggs/09.ogg'); + var og10= new Audio('oggs/10.ogg'); + var og11= new Audio('oggs/11.ogg'); + var og12= new Audio('oggs/12.ogg'); + var og13= new Audio('oggs/13.ogg'); + var og14= new Audio('oggs/14.ogg'); + var og15= new Audio('oggs/15.ogg'); + var og16= new Audio('oggs/16.ogg'); + var og17= new Audio('oggs/17.ogg'); + var og18= new Audio('oggs/18.ogg'); + var og19= new Audio('oggs/19.ogg'); + var og20= new Audio('oggs/20.ogg'); + var og21= new Audio('oggs/21.ogg'); + var og22= new Audio('oggs/22.ogg'); + var og23= new Audio('oggs/23.ogg'); + var og24= new Audio('oggs/24.ogg'); + var og25= new Audio('oggs/25.ogg'); + var og26= new Audio('oggs/26.ogg'); + var og27= new Audio('oggs/27.ogg'); + var og28= new Audio('oggs/28.ogg'); + var og29= new Audio('oggs/29.ogg'); + var og30= new Audio('oggs/30.ogg'); + var og31= new Audio('oggs/31.ogg'); + var og32= new Audio('oggs/32.ogg'); + var og33= new Audio('oggs/33.ogg'); + var og34= new Audio('oggs/34.ogg'); + var og35= new Audio('oggs/35.ogg'); +</script> +<script src="js/vue.min.js"></script> +<script src="js/main.js"></script> + +</html> diff --git a/proj/chordboard/js/main.js b/proj/chordboard/js/main.js new file mode 100644 index 0000000..335a7a0 --- /dev/null +++ b/proj/chordboard/js/main.js @@ -0,0 +1,319 @@ +const tau = 2*Math.PI + +let vm = new Vue({ + data(){ + return{ + canvas: null, + context: null, + ogglist: [ + og00, og01, og02, og03, og04, og05, + og06, og07, og08, og09, og10, og11, + og12, og13, og14, og15, og16, og17, + og18, og19, og20, og21, og22, og23, + og24, og25, og26, og27, og28, og29, + og30, og31, og32, og33, og34, og35, + ], + bwKeys: [0,1,0,1,0,0,1,0,1,0,1,0], + whiteKeyWidth: 30, + whiteKeyHeight: 100, + blackKeyWidth: 16, + blackKeyHeight: 60, + lastKey: 47, + whiteKeys: { + 0:0 ,2:1,4:2,5:3,7:4,9:5,11:6, + 12:7,14:8,16:9,17:10,19:11,21:12,23:13, + 24:14,26:15,28:16,29:17,31:18,33:19,35:20, + 36:21,38:22,40:23,41:24,43:25,45:26,47:27, + 48:28,50:29,52:30,53:31,55:32,57:33,59:34 + }, + keyColors: [ + 0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0 + ], + rootKey: 0, + domKeyColor: '#000000', + colScale: "#25465d", + colInversion: "#ffbaba", + colChord: "#ef3932", + colKey: "#e9d2d2", + colLine: "#e9d2d2", + scale: [0,2,4,5,7,9,11], + currentChord: [], + mode: 0, + modes: [ + [0,2,4,5,7,9,11], // Ionian + [0,2,3,5,7,9,10], // Dorian + [0,1,3,5,7,8,10], // Phrygian + [0,2,4,6,7,9,11], // Lydian + [0,2,4,5,7,9,10], // Mixolydian + [0,2,3,5,7,8,10], // Aeolian + [0,1,3,5,6,8,10], // Locrian + [0,2,3,6,7,9,10], // Misheberak + [0,1,4,5,7,8,10], // Freygish + [0,2,3,6,7,8,11], // Hungarian Minor + [0,3,4,6,7,9,10], // Hungarian Major + [0,1,4,5,6,8,11], // Persian + [0,2,4,6,8,10] // Whole tone + ], + modesdegs: [ + ['I','ii','iii','IV','V','vi','vii°'], // Ionian + ['i','ii','III','IV','v','vi°','VII'], // Dorian + ['i','II','III','iv','v°','VI','vii'], // Phrygian + ['I','II','iii','iv°','V','vi','vii'], // Lydian + ['I','ii','iii°','IV','v','vi','VII'], // Mixolidian + ['i','ii°','III','iv','v','VI','VII'], // Aeolian + ['i°','II','iii','iv','V','VI','vii'], // Locrian + ['i','II','III','iv°','v','vi°','VII⁺'], // Misheberak + ['I','II','iii°','iv','v°','vi⁺','vi'], // Freygish + ['i','IIb5','III⁺','iv°b3','V','VI','vii'], // Hungarian Minor + ['I','ii°','iii°','iv°','II','vi°','ii'], // Hungarian Major + ['Ib5','II','IIIsus2','iv','Vsus4','VI⁺','vii°b3'], // Persian + ['WH','A','T','E','V','ER','↓?'], // Whole tone + + ], + baseNoteList: [ + 'C','Db','D','Eb','E','F', + 'F#','G','Ab','A','Bb','B' + ], + noteList: [ + 'C','Db','D','Eb','E','F', + 'F#','G','Ab','A','Bb','B' + ], + noteScale: ['C','D','E','F','G','A','B'], + flatSharpList: [ + ['C','C'] ,['C#','Db'],['D','D'], + ['D#','Eb'],['E','E'] ,['E#','F'], + ['F#','Gb'],['G','G'] ,['G#','Ab'], + ['A','A'],['A#','Bb'] ,['B','Cb'] + ], + flatList: [ + 'C','Db','D', + 'Eb','E','F', + 'Gb','G','Ab', + 'A','Bb','Cb' + ], + sharpList: [ + 'C','C#','D', + 'D#','E','E#', + 'F#','G','G#', + 'A','A#','B' + ], + chords: { + 'M': [0,4,7], + 'M6': [0,4,7,9], + 'M7m': [0,4,7,10], + 'M7M': [0,4,7,11], + 'M9': [0,4,7,10,14], + 'M69': [0,4,7,9,14], + 'Madd2': [0,2,4,7], + 'Madd9': [0,4,7,14], + 'm': [0,3,7], + 'm6': [0,3,7,9], + 'm7m': [0,3,7,10], + 'm7M': [0,3,7,11], + 'm9': [0,3,7,10,14], + 'm69': [0,3,7,9,14], + 'madd2': [0,2,3,7], + 'madd9': [0,3,7,14], + 'sus2': [0,2,7], + 'sus26': [0,2,7,9], + 'sus27': [0,2,7,10], + 'sus27M': [0,2,7,11], + 'sus4': [0,5,7], + 'sus46': [0,5,7,9], + 'sus47': [0,5,7,10], + 'sus47M': [0,5,7,11], + 'dimb3': [0,2,6], + 'dim': [0,3,6], + 'dim7': [0,3,6,9], + 'b5': [0,4,6], + 'aug': [0,4,8], + 'aug7': [0,4,8,10], + 'p4': [0,5], + 'TT': [0,6], + 'p5': [0,7], + 'M7f5': [0,4,6,10], + 'M7s5': [0,4,8,10] + } + } + }, + methods:{ + sleep(ms) { + return new Promise(resolve => setTimeout(resolve, ms)); + }, + drawKey(keyNumber) { + var keyColor = this.bwKeys[keyNumber%12] + var keyIndex + var x0, x1, xc + var circleXOffset, circleYOffset + var keyHeight + + this.ctx.beginPath(); + + if (keyColor == 0){ + keyIndex = this.whiteKeys[keyNumber.toString(10)] + x0 = this.whiteKeyWidth * keyIndex + 2 + x1 = x0 + this.whiteKeyWidth - 4 + keyHeight = this.whiteKeyHeight + + this.ctx.fillStyle = "#d5d5d5"; + circleYOffset = 85; + circleXOffset = 13; + + } else { + keyIndex = this.whiteKeys[(keyNumber-1).toString(10)] + x0 = this.whiteKeyWidth * (keyIndex + 1) + x0 -= (this.blackKeyWidth / 2) + x1 = x0 + this.blackKeyWidth + xc = x1 - x0; + keyHeight = this.blackKeyHeight + + this.ctx.fillStyle = "#000000"; + circleYOffset = 50; + circleXOffset = 8; + } + + this.ctx.moveTo(x0,0) + this.ctx.lineTo(x1,0) + this.ctx.lineTo(x1,keyHeight) + this.ctx.lineTo(x0,keyHeight) + this.ctx.closePath(); + this.ctx.fill(); + + if (this.keyColors[keyNumber] != 0) { + switch (this.keyColors[keyNumber]){ + case (1): + this.ctx.fillStyle = "#636e96"; + break; + case (3): + this.ctx.fillStyle = "#f40000"; + break; + } + + this.ctx.beginPath(); + this.ctx.arc(x0+circleXOffset, circleYOffset, 6, 0, tau); + this.ctx.fill(); + } + + this.ctx.save(); + + if (this.bwKeys[(keyNumber-1+12)%12] == 1){ + this.drawKey(keyNumber-1) + } + }, + drawKeyBoard() { + var key + for (key=0;key<=this.lastKey;key++){ + this.drawKey(key) + } + }, + drawRoot() { + this.drawKey(this.rootKey + 12) + }, + updateScale(clean){ + if (clean == "clean") { + this.currentChord = []; + } + var deg, key + var scaleMode = this.modes[this.mode] + rootKey = Number(this.rootKey) + for (deg=0;deg<7;deg++){ + nDeg = (scaleMode[deg] + rootKey) % 12; + this.scale[deg] = nDeg; + } + this.noteList = this.baseNoteList; + if (this.scale.includes(6)){ + this.noteList = this.sharpList; + } + if (this.scale.includes(10) && (rootKey != 11)){ + this.noteList = this.flatList; + if (this.scale.includes(3) && this.scale.includes(4)){ + this.noteList[4] = 'Fb'; + } + } + + for (deg=0;deg<7;deg++){ + nDeg = (scaleMode[deg] + rootKey) % 12; + this.noteScale[deg] = this.noteList[nDeg]; + } + + for (key=0;key<=this.lastKey;key++){ + if (this.currentChord.includes(key-12)){ + this.keyColors[key] = 3 + } else if (this.scale.includes(key%12)){ + this.keyColors[key] = 1 + } else { + this.keyColors[key] = 0 + } + } + this.drawKeyBoard(); + vm.$forceUpdate(); + }, + playChord(root, chString){ + notes = this.chords[chString]; + c = notes.map(n => n + root); + this.currentChord = c; + for (n in c) { + this.ogglist[c[n]].currentTime = 0; + this.ogglist[c[n]].play() + } + this.updateScale(); + }, + getGoodNote(note) { + return this.noteList[note] + }, + spicelvl(root, chString){ + notes = this.chords[chString]; + c = notes.map(n => n + root); + sl = 0; + for (n in c) { + if (!(this.scale.includes(c[n]%12))){ + sl = sl + 1; + } + } + return sl; + }, + spice2Color(root, chString) { + sl = this.spicelvl(root, chString); + if (sl == 0) { + color = "#ef3932"; + } else { + color = ""; + } + return color; + }, + playScale() { + doSomething = async () => { + upBreak = false; + for (n in this.scale){ + await this.sleep(200); + note = this.scale[n]; + + if (n > 0) { + if ((note < this.scale[n-1]) || upBreak ) { + upBreak = true; + note = note + 12; + } + } + + this.ogglist[note].play(); + } + await this.sleep(200); + this.ogglist[this.scale[0] + 12].play(); + + } + doSomething(); + } + }, + mounted: function() { + var vm = this + vm.canvas = vm.$refs.canvas + vm.ctx = vm.canvas.getContext("2d"); + vm.ctx.lineWidth = 0; + this.drawKeyBoard(); + this.updateScale(); + }, + +}).$mount('#app') diff --git a/proj/chordboard/js/vue.min.js b/proj/chordboard/js/vue.min.js new file mode 100644 index 0000000..05e2110 --- /dev/null +++ b/proj/chordboard/js/vue.min.js @@ -0,0 +1,6 @@ +/*! + * Vue.js v2.6.11 + * (c) 2014-2019 Evan You + * Released under the MIT License. + */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).Vue=t()}(this,function(){"use strict";var e=Object.freeze({});function t(e){return null==e}function n(e){return null!=e}function r(e){return!0===e}function i(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function o(e){return null!==e&&"object"==typeof e}var a=Object.prototype.toString;function s(e){return"[object Object]"===a.call(e)}function c(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function u(e){return n(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function l(e){return null==e?"":Array.isArray(e)||s(e)&&e.toString===a?JSON.stringify(e,null,2):String(e)}function f(e){var t=parseFloat(e);return isNaN(t)?e:t}function p(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}var d=p("slot,component",!0),v=p("key,ref,slot,slot-scope,is");function h(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function y(e,t){return m.call(e,t)}function g(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var _=/-(\w)/g,b=g(function(e){return e.replace(_,function(e,t){return t?t.toUpperCase():""})}),$=g(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),w=/\B([A-Z])/g,C=g(function(e){return e.replace(w,"-$1").toLowerCase()});var x=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function k(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function A(e,t){for(var n in t)e[n]=t[n];return e}function O(e){for(var t={},n=0;n<e.length;n++)e[n]&&A(t,e[n]);return t}function S(e,t,n){}var T=function(e,t,n){return!1},E=function(e){return e};function N(e,t){if(e===t)return!0;var n=o(e),r=o(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every(function(e,n){return N(e,t[n])});if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||a)return!1;var s=Object.keys(e),c=Object.keys(t);return s.length===c.length&&s.every(function(n){return N(e[n],t[n])})}catch(e){return!1}}function j(e,t){for(var n=0;n<e.length;n++)if(N(e[n],t))return n;return-1}function D(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var L="data-server-rendered",M=["component","directive","filter"],I=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],F={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:T,isReservedAttr:T,isUnknownElement:T,getTagNamespace:S,parsePlatformTagName:E,mustUseProp:T,async:!0,_lifecycleHooks:I},P=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function R(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var H=new RegExp("[^"+P.source+".$_\\d]");var B,U="__proto__"in{},z="undefined"!=typeof window,V="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,K=V&&WXEnvironment.platform.toLowerCase(),J=z&&window.navigator.userAgent.toLowerCase(),q=J&&/msie|trident/.test(J),W=J&&J.indexOf("msie 9.0")>0,Z=J&&J.indexOf("edge/")>0,G=(J&&J.indexOf("android"),J&&/iphone|ipad|ipod|ios/.test(J)||"ios"===K),X=(J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J),J&&J.match(/firefox\/(\d+)/)),Y={}.watch,Q=!1;if(z)try{var ee={};Object.defineProperty(ee,"passive",{get:function(){Q=!0}}),window.addEventListener("test-passive",null,ee)}catch(e){}var te=function(){return void 0===B&&(B=!z&&!V&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),B},ne=z&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return"function"==typeof e&&/native code/.test(e.toString())}var ie,oe="undefined"!=typeof Symbol&&re(Symbol)&&"undefined"!=typeof Reflect&&re(Reflect.ownKeys);ie="undefined"!=typeof Set&&re(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var ae=S,se=0,ce=function(){this.id=se++,this.subs=[]};ce.prototype.addSub=function(e){this.subs.push(e)},ce.prototype.removeSub=function(e){h(this.subs,e)},ce.prototype.depend=function(){ce.target&&ce.target.addDep(this)},ce.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},ce.target=null;var ue=[];function le(e){ue.push(e),ce.target=e}function fe(){ue.pop(),ce.target=ue[ue.length-1]}var pe=function(e,t,n,r,i,o,a,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},de={child:{configurable:!0}};de.child.get=function(){return this.componentInstance},Object.defineProperties(pe.prototype,de);var ve=function(e){void 0===e&&(e="");var t=new pe;return t.text=e,t.isComment=!0,t};function he(e){return new pe(void 0,void 0,void 0,String(e))}function me(e){var t=new pe(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var ye=Array.prototype,ge=Object.create(ye);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=ye[e];R(ge,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,o=t.apply(this,n),a=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&a.observeArray(i),a.dep.notify(),o})});var _e=Object.getOwnPropertyNames(ge),be=!0;function $e(e){be=e}var we=function(e){var t;this.value=e,this.dep=new ce,this.vmCount=0,R(e,"__ob__",this),Array.isArray(e)?(U?(t=ge,e.__proto__=t):function(e,t,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];R(e,o,t[o])}}(e,ge,_e),this.observeArray(e)):this.walk(e)};function Ce(e,t){var n;if(o(e)&&!(e instanceof pe))return y(e,"__ob__")&&e.__ob__ instanceof we?n=e.__ob__:be&&!te()&&(Array.isArray(e)||s(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new we(e)),t&&n&&n.vmCount++,n}function xe(e,t,n,r,i){var o=new ce,a=Object.getOwnPropertyDescriptor(e,t);if(!a||!1!==a.configurable){var s=a&&a.get,c=a&&a.set;s&&!c||2!==arguments.length||(n=e[t]);var u=!i&&Ce(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return ce.target&&(o.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,i=t.length;r<i;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=s?s.call(e):n;t===r||t!=t&&r!=r||s&&!c||(c?c.call(e,t):n=t,u=!i&&Ce(t),o.notify())}})}}function ke(e,t,n){if(Array.isArray(e)&&c(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(xe(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function Ae(e,t){if(Array.isArray(e)&&c(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||y(e,t)&&(delete e[t],n&&n.dep.notify())}}we.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)xe(e,t[n])},we.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Ce(e[t])};var Oe=F.optionMergeStrategies;function Se(e,t){if(!t)return e;for(var n,r,i,o=oe?Reflect.ownKeys(t):Object.keys(t),a=0;a<o.length;a++)"__ob__"!==(n=o[a])&&(r=e[n],i=t[n],y(e,n)?r!==i&&s(r)&&s(i)&&Se(r,i):ke(e,n,i));return e}function Te(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,i="function"==typeof e?e.call(n,n):e;return r?Se(r,i):i}:t?e?function(){return Se("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Ee(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Ne(e,t,n,r){var i=Object.create(e||null);return t?A(i,t):i}Oe.data=function(e,t,n){return n?Te(e,t,n):t&&"function"!=typeof t?e:Te(e,t)},I.forEach(function(e){Oe[e]=Ee}),M.forEach(function(e){Oe[e+"s"]=Ne}),Oe.watch=function(e,t,n,r){if(e===Y&&(e=void 0),t===Y&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var o in A(i,e),t){var a=i[o],s=t[o];a&&!Array.isArray(a)&&(a=[a]),i[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return i},Oe.props=Oe.methods=Oe.inject=Oe.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return A(i,e),t&&A(i,t),i},Oe.provide=Te;var je=function(e,t){return void 0===t?e:t};function De(e,t,n){if("function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,i,o={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(o[b(i)]={type:null});else if(s(n))for(var a in n)i=n[a],o[b(a)]=s(i)?i:{type:i};e.props=o}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(s(n))for(var o in n){var a=n[o];r[o]=s(a)?A({from:o},a):{from:a}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t),!t._base&&(t.extends&&(e=De(e,t.extends,n)),t.mixins))for(var r=0,i=t.mixins.length;r<i;r++)e=De(e,t.mixins[r],n);var o,a={};for(o in e)c(o);for(o in t)y(e,o)||c(o);function c(r){var i=Oe[r]||je;a[r]=i(e[r],t[r],n,r)}return a}function Le(e,t,n,r){if("string"==typeof n){var i=e[t];if(y(i,n))return i[n];var o=b(n);if(y(i,o))return i[o];var a=$(o);return y(i,a)?i[a]:i[n]||i[o]||i[a]}}function Me(e,t,n,r){var i=t[e],o=!y(n,e),a=n[e],s=Pe(Boolean,i.type);if(s>-1)if(o&&!y(i,"default"))a=!1;else if(""===a||a===C(e)){var c=Pe(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(e,t,n){if(!y(t,"default"))return;var r=t.default;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof r&&"Function"!==Ie(t.type)?r.call(e):r}(r,i,e);var u=be;$e(!0),Ce(a),$e(u)}return a}function Ie(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Fe(e,t){return Ie(e)===Ie(t)}function Pe(e,t){if(!Array.isArray(t))return Fe(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Fe(t[n],e))return n;return-1}function Re(e,t,n){le();try{if(t)for(var r=t;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{if(!1===i[o].call(r,e,t,n))return}catch(e){Be(e,r,"errorCaptured hook")}}Be(e,t,n)}finally{fe()}}function He(e,t,n,r,i){var o;try{(o=n?e.apply(t,n):e.call(t))&&!o._isVue&&u(o)&&!o._handled&&(o.catch(function(e){return Re(e,r,i+" (Promise/async)")}),o._handled=!0)}catch(e){Re(e,r,i)}return o}function Be(e,t,n){if(F.errorHandler)try{return F.errorHandler.call(null,e,t,n)}catch(t){t!==e&&Ue(t,null,"config.errorHandler")}Ue(e,t,n)}function Ue(e,t,n){if(!z&&!V||"undefined"==typeof console)throw e;console.error(e)}var ze,Ve=!1,Ke=[],Je=!1;function qe(){Je=!1;var e=Ke.slice(0);Ke.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&re(Promise)){var We=Promise.resolve();ze=function(){We.then(qe),G&&setTimeout(S)},Ve=!0}else if(q||"undefined"==typeof MutationObserver||!re(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())ze="undefined"!=typeof setImmediate&&re(setImmediate)?function(){setImmediate(qe)}:function(){setTimeout(qe,0)};else{var Ze=1,Ge=new MutationObserver(qe),Xe=document.createTextNode(String(Ze));Ge.observe(Xe,{characterData:!0}),ze=function(){Ze=(Ze+1)%2,Xe.data=String(Ze)},Ve=!0}function Ye(e,t){var n;if(Ke.push(function(){if(e)try{e.call(t)}catch(e){Re(e,t,"nextTick")}else n&&n(t)}),Je||(Je=!0,ze()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}var Qe=new ie;function et(e){!function e(t,n){var r,i;var a=Array.isArray(t);if(!a&&!o(t)||Object.isFrozen(t)||t instanceof pe)return;if(t.__ob__){var s=t.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(a)for(r=t.length;r--;)e(t[r],n);else for(i=Object.keys(t),r=i.length;r--;)e(t[i[r]],n)}(e,Qe),Qe.clear()}var tt=g(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}});function nt(e,t){function n(){var e=arguments,r=n.fns;if(!Array.isArray(r))return He(r,null,arguments,t,"v-on handler");for(var i=r.slice(),o=0;o<i.length;o++)He(i[o],null,e,t,"v-on handler")}return n.fns=e,n}function rt(e,n,i,o,a,s){var c,u,l,f;for(c in e)u=e[c],l=n[c],f=tt(c),t(u)||(t(l)?(t(u.fns)&&(u=e[c]=nt(u,s)),r(f.once)&&(u=e[c]=a(f.name,u,f.capture)),i(f.name,u,f.capture,f.passive,f.params)):u!==l&&(l.fns=u,e[c]=l));for(c in n)t(e[c])&&o((f=tt(c)).name,n[c],f.capture)}function it(e,i,o){var a;e instanceof pe&&(e=e.data.hook||(e.data.hook={}));var s=e[i];function c(){o.apply(this,arguments),h(a.fns,c)}t(s)?a=nt([c]):n(s.fns)&&r(s.merged)?(a=s).fns.push(c):a=nt([s,c]),a.merged=!0,e[i]=a}function ot(e,t,r,i,o){if(n(t)){if(y(t,r))return e[r]=t[r],o||delete t[r],!0;if(y(t,i))return e[r]=t[i],o||delete t[i],!0}return!1}function at(e){return i(e)?[he(e)]:Array.isArray(e)?function e(o,a){var s=[];var c,u,l,f;for(c=0;c<o.length;c++)t(u=o[c])||"boolean"==typeof u||(l=s.length-1,f=s[l],Array.isArray(u)?u.length>0&&(st((u=e(u,(a||"")+"_"+c))[0])&&st(f)&&(s[l]=he(f.text+u[0].text),u.shift()),s.push.apply(s,u)):i(u)?st(f)?s[l]=he(f.text+u):""!==u&&s.push(he(u)):st(u)&&st(f)?s[l]=he(f.text+u.text):(r(o._isVList)&&n(u.tag)&&t(u.key)&&n(a)&&(u.key="__vlist"+a+"_"+c+"__"),s.push(u)));return s}(e):void 0}function st(e){return n(e)&&n(e.text)&&!1===e.isComment}function ct(e,t){if(e){for(var n=Object.create(null),r=oe?Reflect.ownKeys(e):Object.keys(e),i=0;i<r.length;i++){var o=r[i];if("__ob__"!==o){for(var a=e[o].from,s=t;s;){if(s._provided&&y(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s&&"default"in e[o]){var c=e[o].default;n[o]="function"==typeof c?c.call(t):c}}}return n}}function ut(e,t){if(!e||!e.length)return{};for(var n={},r=0,i=e.length;r<i;r++){var o=e[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==t&&o.fnContext!==t||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===o.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(lt)&&delete n[u];return n}function lt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function ft(t,n,r){var i,o=Object.keys(n).length>0,a=t?!!t.$stable:!o,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&r&&r!==e&&s===r.$key&&!o&&!r.$hasNormal)return r;for(var c in i={},t)t[c]&&"$"!==c[0]&&(i[c]=pt(n,c,t[c]))}else i={};for(var u in n)u in i||(i[u]=dt(n,u));return t&&Object.isExtensible(t)&&(t._normalized=i),R(i,"$stable",a),R(i,"$key",s),R(i,"$hasNormal",o),i}function pt(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:at(e))&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function dt(e,t){return function(){return e[t]}}function vt(e,t){var r,i,a,s,c;if(Array.isArray(e)||"string"==typeof e)for(r=new Array(e.length),i=0,a=e.length;i<a;i++)r[i]=t(e[i],i);else if("number"==typeof e)for(r=new Array(e),i=0;i<e;i++)r[i]=t(i+1,i);else if(o(e))if(oe&&e[Symbol.iterator]){r=[];for(var u=e[Symbol.iterator](),l=u.next();!l.done;)r.push(t(l.value,r.length)),l=u.next()}else for(s=Object.keys(e),r=new Array(s.length),i=0,a=s.length;i<a;i++)c=s[i],r[i]=t(e[c],c,i);return n(r)||(r=[]),r._isVList=!0,r}function ht(e,t,n,r){var i,o=this.$scopedSlots[e];o?(n=n||{},r&&(n=A(A({},r),n)),i=o(n)||t):i=this.$slots[e]||t;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},i):i}function mt(e){return Le(this.$options,"filters",e)||E}function yt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function gt(e,t,n,r,i){var o=F.keyCodes[t]||n;return i&&r&&!F.keyCodes[t]?yt(i,r):o?yt(o,e):r?C(r)!==t:void 0}function _t(e,t,n,r,i){if(n)if(o(n)){var a;Array.isArray(n)&&(n=O(n));var s=function(o){if("class"===o||"style"===o||v(o))a=e;else{var s=e.attrs&&e.attrs.type;a=r||F.mustUseProp(t,s,o)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var c=b(o),u=C(o);c in a||u in a||(a[o]=n[o],i&&((e.on||(e.on={}))["update:"+o]=function(e){n[o]=e}))};for(var c in n)s(c)}else;return e}function bt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?r:(wt(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function $t(e,t,n){return wt(e,"__once__"+t+(n?"_"+n:""),!0),e}function wt(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&Ct(e[r],t+"_"+r,n);else Ct(e,t,n)}function Ct(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function xt(e,t){if(t)if(s(t)){var n=e.on=e.on?A({},e.on):{};for(var r in t){var i=n[r],o=t[r];n[r]=i?[].concat(i,o):o}}else;return e}function kt(e,t,n,r){t=t||{$stable:!n};for(var i=0;i<e.length;i++){var o=e[i];Array.isArray(o)?kt(o,t,n):o&&(o.proxy&&(o.fn.proxy=!0),t[o.key]=o.fn)}return r&&(t.$key=r),t}function At(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];"string"==typeof r&&r&&(e[t[n]]=t[n+1])}return e}function Ot(e,t){return"string"==typeof e?t+e:e}function St(e){e._o=$t,e._n=f,e._s=l,e._l=vt,e._t=ht,e._q=N,e._i=j,e._m=bt,e._f=mt,e._k=gt,e._b=_t,e._v=he,e._e=ve,e._u=kt,e._g=xt,e._d=At,e._p=Ot}function Tt(t,n,i,o,a){var s,c=this,u=a.options;y(o,"_uid")?(s=Object.create(o))._original=o:(s=o,o=o._original);var l=r(u._compiled),f=!l;this.data=t,this.props=n,this.children=i,this.parent=o,this.listeners=t.on||e,this.injections=ct(u.inject,o),this.slots=function(){return c.$slots||ft(t.scopedSlots,c.$slots=ut(i,o)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return ft(t.scopedSlots,this.slots())}}),l&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=ft(t.scopedSlots,this.$slots)),u._scopeId?this._c=function(e,t,n,r){var i=Pt(s,e,t,n,r,f);return i&&!Array.isArray(i)&&(i.fnScopeId=u._scopeId,i.fnContext=o),i}:this._c=function(e,t,n,r){return Pt(s,e,t,n,r,f)}}function Et(e,t,n,r,i){var o=me(e);return o.fnContext=n,o.fnOptions=r,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function Nt(e,t){for(var n in t)e[b(n)]=t[n]}St(Tt.prototype);var jt={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var r=e;jt.prepatch(r,r)}else{(e.componentInstance=function(e,t){var r={_isComponent:!0,_parentVnode:e,parent:t},i=e.data.inlineTemplate;n(i)&&(r.render=i.render,r.staticRenderFns=i.staticRenderFns);return new e.componentOptions.Ctor(r)}(e,Wt)).$mount(t?e.elm:void 0,t)}},prepatch:function(t,n){var r=n.componentOptions;!function(t,n,r,i,o){var a=i.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==e&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key),u=!!(o||t.$options._renderChildren||c);t.$options._parentVnode=i,t.$vnode=i,t._vnode&&(t._vnode.parent=i);if(t.$options._renderChildren=o,t.$attrs=i.data.attrs||e,t.$listeners=r||e,n&&t.$options.props){$e(!1);for(var l=t._props,f=t.$options._propKeys||[],p=0;p<f.length;p++){var d=f[p],v=t.$options.props;l[d]=Me(d,v,n,t)}$e(!0),t.$options.propsData=n}r=r||e;var h=t.$options._parentListeners;t.$options._parentListeners=r,qt(t,r,h),u&&(t.$slots=ut(o,i.context),t.$forceUpdate())}(n.componentInstance=t.componentInstance,r.propsData,r.listeners,n,r.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,Yt(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,en.push(t)):Xt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n&&(t._directInactive=!0,Gt(t)))return;if(!t._inactive){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);Yt(t,"deactivated")}}(t,!0):t.$destroy())}},Dt=Object.keys(jt);function Lt(i,a,s,c,l){if(!t(i)){var f=s.$options._base;if(o(i)&&(i=f.extend(i)),"function"==typeof i){var p;if(t(i.cid)&&void 0===(i=function(e,i){if(r(e.error)&&n(e.errorComp))return e.errorComp;if(n(e.resolved))return e.resolved;var a=Ht;a&&n(e.owners)&&-1===e.owners.indexOf(a)&&e.owners.push(a);if(r(e.loading)&&n(e.loadingComp))return e.loadingComp;if(a&&!n(e.owners)){var s=e.owners=[a],c=!0,l=null,f=null;a.$on("hook:destroyed",function(){return h(s,a)});var p=function(e){for(var t=0,n=s.length;t<n;t++)s[t].$forceUpdate();e&&(s.length=0,null!==l&&(clearTimeout(l),l=null),null!==f&&(clearTimeout(f),f=null))},d=D(function(t){e.resolved=Bt(t,i),c?s.length=0:p(!0)}),v=D(function(t){n(e.errorComp)&&(e.error=!0,p(!0))}),m=e(d,v);return o(m)&&(u(m)?t(e.resolved)&&m.then(d,v):u(m.component)&&(m.component.then(d,v),n(m.error)&&(e.errorComp=Bt(m.error,i)),n(m.loading)&&(e.loadingComp=Bt(m.loading,i),0===m.delay?e.loading=!0:l=setTimeout(function(){l=null,t(e.resolved)&&t(e.error)&&(e.loading=!0,p(!1))},m.delay||200)),n(m.timeout)&&(f=setTimeout(function(){f=null,t(e.resolved)&&v(null)},m.timeout)))),c=!1,e.loading?e.loadingComp:e.resolved}}(p=i,f)))return function(e,t,n,r,i){var o=ve();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:r,tag:i},o}(p,a,s,c,l);a=a||{},$n(i),n(a.model)&&function(e,t){var r=e.model&&e.model.prop||"value",i=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[r]=t.model.value;var o=t.on||(t.on={}),a=o[i],s=t.model.callback;n(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[i]=[s].concat(a)):o[i]=s}(i.options,a);var d=function(e,r,i){var o=r.options.props;if(!t(o)){var a={},s=e.attrs,c=e.props;if(n(s)||n(c))for(var u in o){var l=C(u);ot(a,c,u,l,!0)||ot(a,s,u,l,!1)}return a}}(a,i);if(r(i.options.functional))return function(t,r,i,o,a){var s=t.options,c={},u=s.props;if(n(u))for(var l in u)c[l]=Me(l,u,r||e);else n(i.attrs)&&Nt(c,i.attrs),n(i.props)&&Nt(c,i.props);var f=new Tt(i,c,a,o,t),p=s.render.call(null,f._c,f);if(p instanceof pe)return Et(p,i,f.parent,s);if(Array.isArray(p)){for(var d=at(p)||[],v=new Array(d.length),h=0;h<d.length;h++)v[h]=Et(d[h],i,f.parent,s);return v}}(i,d,a,s,c);var v=a.on;if(a.on=a.nativeOn,r(i.options.abstract)){var m=a.slot;a={},m&&(a.slot=m)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<Dt.length;n++){var r=Dt[n],i=t[r],o=jt[r];i===o||i&&i._merged||(t[r]=i?Mt(o,i):o)}}(a);var y=i.options.name||l;return new pe("vue-component-"+i.cid+(y?"-"+y:""),a,void 0,void 0,void 0,s,{Ctor:i,propsData:d,listeners:v,tag:l,children:c},p)}}}function Mt(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}var It=1,Ft=2;function Pt(e,a,s,c,u,l){return(Array.isArray(s)||i(s))&&(u=c,c=s,s=void 0),r(l)&&(u=Ft),function(e,i,a,s,c){if(n(a)&&n(a.__ob__))return ve();n(a)&&n(a.is)&&(i=a.is);if(!i)return ve();Array.isArray(s)&&"function"==typeof s[0]&&((a=a||{}).scopedSlots={default:s[0]},s.length=0);c===Ft?s=at(s):c===It&&(s=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(s));var u,l;if("string"==typeof i){var f;l=e.$vnode&&e.$vnode.ns||F.getTagNamespace(i),u=F.isReservedTag(i)?new pe(F.parsePlatformTagName(i),a,s,void 0,void 0,e):a&&a.pre||!n(f=Le(e.$options,"components",i))?new pe(i,a,s,void 0,void 0,e):Lt(f,a,e,s,i)}else u=Lt(i,a,e,s);return Array.isArray(u)?u:n(u)?(n(l)&&function e(i,o,a){i.ns=o;"foreignObject"===i.tag&&(o=void 0,a=!0);if(n(i.children))for(var s=0,c=i.children.length;s<c;s++){var u=i.children[s];n(u.tag)&&(t(u.ns)||r(a)&&"svg"!==u.tag)&&e(u,o,a)}}(u,l),n(a)&&function(e){o(e.style)&&et(e.style);o(e.class)&&et(e.class)}(a),u):ve()}(e,a,s,c,u)}var Rt,Ht=null;function Bt(e,t){return(e.__esModule||oe&&"Module"===e[Symbol.toStringTag])&&(e=e.default),o(e)?t.extend(e):e}function Ut(e){return e.isComment&&e.asyncFactory}function zt(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var r=e[t];if(n(r)&&(n(r.componentOptions)||Ut(r)))return r}}function Vt(e,t){Rt.$on(e,t)}function Kt(e,t){Rt.$off(e,t)}function Jt(e,t){var n=Rt;return function r(){null!==t.apply(null,arguments)&&n.$off(e,r)}}function qt(e,t,n){Rt=e,rt(t,n||{},Vt,Kt,Jt,e),Rt=void 0}var Wt=null;function Zt(e){var t=Wt;return Wt=e,function(){Wt=t}}function Gt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Xt(e,t){if(t){if(e._directInactive=!1,Gt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Xt(e.$children[n]);Yt(e,"activated")}}function Yt(e,t){le();var n=e.$options[t],r=t+" hook";if(n)for(var i=0,o=n.length;i<o;i++)He(n[i],e,null,e,r);e._hasHookEvent&&e.$emit("hook:"+t),fe()}var Qt=[],en=[],tn={},nn=!1,rn=!1,on=0;var an=0,sn=Date.now;if(z&&!q){var cn=window.performance;cn&&"function"==typeof cn.now&&sn()>document.createEvent("Event").timeStamp&&(sn=function(){return cn.now()})}function un(){var e,t;for(an=sn(),rn=!0,Qt.sort(function(e,t){return e.id-t.id}),on=0;on<Qt.length;on++)(e=Qt[on]).before&&e.before(),t=e.id,tn[t]=null,e.run();var n=en.slice(),r=Qt.slice();on=Qt.length=en.length=0,tn={},nn=rn=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Xt(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Yt(r,"updated")}}(r),ne&&F.devtools&&ne.emit("flush")}var ln=0,fn=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ln,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ie,this.newDepIds=new ie,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!H.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=S)),this.value=this.lazy?void 0:this.get()};fn.prototype.get=function(){var e;le(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;Re(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&et(e),fe(),this.cleanupDeps()}return e},fn.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},fn.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},fn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==tn[t]){if(tn[t]=!0,rn){for(var n=Qt.length-1;n>on&&Qt[n].id>e.id;)n--;Qt.splice(n+1,0,e)}else Qt.push(e);nn||(nn=!0,Ye(un))}}(this)},fn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||o(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Re(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},fn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},fn.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},fn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var pn={enumerable:!0,configurable:!0,get:S,set:S};function dn(e,t,n){pn.get=function(){return this[t][n]},pn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,pn)}function vn(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[];e.$parent&&$e(!1);var o=function(o){i.push(o);var a=Me(o,t,n,e);xe(r,o,a),o in e||dn(e,"_props",o)};for(var a in t)o(a);$e(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?S:x(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;s(t=e._data="function"==typeof t?function(e,t){le();try{return e.call(t,t)}catch(e){return Re(e,t,"data()"),{}}finally{fe()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);for(;i--;){var o=n[i];r&&y(r,o)||(a=void 0,36!==(a=(o+"").charCodeAt(0))&&95!==a&&dn(e,"_data",o))}var a;Ce(t,!0)}(e):Ce(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=te();for(var i in t){var o=t[i],a="function"==typeof o?o:o.get;r||(n[i]=new fn(e,a||S,S,hn)),i in e||mn(e,i,o)}}(e,t.computed),t.watch&&t.watch!==Y&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)_n(e,n,r[i]);else _n(e,n,r)}}(e,t.watch)}var hn={lazy:!0};function mn(e,t,n){var r=!te();"function"==typeof n?(pn.get=r?yn(t):gn(n),pn.set=S):(pn.get=n.get?r&&!1!==n.cache?yn(t):gn(n.get):S,pn.set=n.set||S),Object.defineProperty(e,t,pn)}function yn(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),ce.target&&t.depend(),t.value}}function gn(e){return function(){return e.call(this,this)}}function _n(e,t,n,r){return s(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}var bn=0;function $n(e){var t=e.options;if(e.super){var n=$n(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.sealedOptions;for(var i in n)n[i]!==r[i]&&(t||(t={}),t[i]=n[i]);return t}(e);r&&A(e.extendOptions,r),(t=e.options=De(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function wn(e){this._init(e)}function Cn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var o=e.name||n.options.name,a=function(e){this._init(e)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=t++,a.options=De(n.options,e),a.super=n,a.options.props&&function(e){var t=e.options.props;for(var n in t)dn(e.prototype,"_props",n)}(a),a.options.computed&&function(e){var t=e.options.computed;for(var n in t)mn(e.prototype,n,t[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,M.forEach(function(e){a[e]=n[e]}),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=A({},a.options),i[r]=a,a}}function xn(e){return e&&(e.Ctor.options.name||e.tag)}function kn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:(n=e,"[object RegExp]"===a.call(n)&&e.test(t));var n}function An(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a=n[o];if(a){var s=xn(a.componentOptions);s&&!t(s)&&On(n,o,r,i)}}}function On(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,h(n,t)}!function(t){t.prototype._init=function(t){var n=this;n._uid=bn++,n._isVue=!0,t&&t._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(n,t):n.$options=De($n(n.constructor),t||{},n),n._renderProxy=n,n._self=n,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(n),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&qt(e,t)}(n),function(t){t._vnode=null,t._staticTrees=null;var n=t.$options,r=t.$vnode=n._parentVnode,i=r&&r.context;t.$slots=ut(n._renderChildren,i),t.$scopedSlots=e,t._c=function(e,n,r,i){return Pt(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return Pt(t,e,n,r,i,!0)};var o=r&&r.data;xe(t,"$attrs",o&&o.attrs||e,null,!0),xe(t,"$listeners",n._parentListeners||e,null,!0)}(n),Yt(n,"beforeCreate"),function(e){var t=ct(e.$options.inject,e);t&&($e(!1),Object.keys(t).forEach(function(n){xe(e,n,t[n])}),$e(!0))}(n),vn(n),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(n),Yt(n,"created"),n.$options.el&&n.$mount(n.$options.el)}}(wn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=ke,e.prototype.$delete=Ae,e.prototype.$watch=function(e,t,n){if(s(t))return _n(this,e,t,n);(n=n||{}).user=!0;var r=new fn(this,e,t,n);if(n.immediate)try{t.call(this,r.value)}catch(e){Re(e,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(wn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,o=e.length;i<o;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)n.$off(e[r],t);return n}var o,a=n._events[e];if(!a)return n;if(!t)return n._events[e]=null,n;for(var s=a.length;s--;)if((o=a[s])===t||o.fn===t){a.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this._events[e];if(t){t=t.length>1?k(t):t;for(var n=k(arguments,1),r='event handler for "'+e+'"',i=0,o=t.length;i<o;i++)He(t[i],this,n,this,r)}return this}}(wn),function(e){e.prototype._update=function(e,t){var n=this,r=n.$el,i=n._vnode,o=Zt(n);n._vnode=e,n.$el=i?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),o(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Yt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Yt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(wn),function(e){St(e.prototype),e.prototype.$nextTick=function(e){return Ye(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,i=n._parentVnode;i&&(t.$scopedSlots=ft(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=i;try{Ht=t,e=r.call(t._renderProxy,t.$createElement)}catch(n){Re(n,t,"render"),e=t._vnode}finally{Ht=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof pe||(e=ve()),e.parent=i,e}}(wn);var Sn=[String,RegExp,Array],Tn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:Sn,exclude:Sn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)On(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",function(t){An(e,function(e){return kn(t,e)})}),this.$watch("exclude",function(t){An(e,function(e){return!kn(t,e)})})},render:function(){var e=this.$slots.default,t=zt(e),n=t&&t.componentOptions;if(n){var r=xn(n),i=this.include,o=this.exclude;if(i&&(!r||!kn(i,r))||o&&r&&kn(o,r))return t;var a=this.cache,s=this.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;a[c]?(t.componentInstance=a[c].componentInstance,h(s,c),s.push(c)):(a[c]=t,s.push(c),this.max&&s.length>parseInt(this.max)&&On(a,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return F}};Object.defineProperty(e,"config",t),e.util={warn:ae,extend:A,mergeOptions:De,defineReactive:xe},e.set=ke,e.delete=Ae,e.nextTick=Ye,e.observable=function(e){return Ce(e),e},e.options=Object.create(null),M.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,A(e.options.components,Tn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=De(this.options,e),this}}(e),Cn(e),function(e){M.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&s(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)}(wn),Object.defineProperty(wn.prototype,"$isServer",{get:te}),Object.defineProperty(wn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(wn,"FunctionalRenderContext",{value:Tt}),wn.version="2.6.11";var En=p("style,class"),Nn=p("input,textarea,option,select,progress"),jn=function(e,t,n){return"value"===n&&Nn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Dn=p("contenteditable,draggable,spellcheck"),Ln=p("events,caret,typing,plaintext-only"),Mn=function(e,t){return Hn(t)||"false"===t?"false":"contenteditable"===e&&Ln(t)?t:"true"},In=p("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Fn="http://www.w3.org/1999/xlink",Pn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Rn=function(e){return Pn(e)?e.slice(6,e.length):""},Hn=function(e){return null==e||!1===e};function Bn(e){for(var t=e.data,r=e,i=e;n(i.componentInstance);)(i=i.componentInstance._vnode)&&i.data&&(t=Un(i.data,t));for(;n(r=r.parent);)r&&r.data&&(t=Un(t,r.data));return function(e,t){if(n(e)||n(t))return zn(e,Vn(t));return""}(t.staticClass,t.class)}function Un(e,t){return{staticClass:zn(e.staticClass,t.staticClass),class:n(e.class)?[e.class,t.class]:t.class}}function zn(e,t){return e?t?e+" "+t:e:t||""}function Vn(e){return Array.isArray(e)?function(e){for(var t,r="",i=0,o=e.length;i<o;i++)n(t=Vn(e[i]))&&""!==t&&(r&&(r+=" "),r+=t);return r}(e):o(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var Kn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Jn=p("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),qn=p("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Wn=function(e){return Jn(e)||qn(e)};function Zn(e){return qn(e)?"svg":"math"===e?"math":void 0}var Gn=Object.create(null);var Xn=p("text,number,password,search,email,tel,url");function Yn(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}var Qn=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Kn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),er={create:function(e,t){tr(t)},update:function(e,t){e.data.ref!==t.data.ref&&(tr(e,!0),tr(t))},destroy:function(e){tr(e,!0)}};function tr(e,t){var r=e.data.ref;if(n(r)){var i=e.context,o=e.componentInstance||e.elm,a=i.$refs;t?Array.isArray(a[r])?h(a[r],o):a[r]===o&&(a[r]=void 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)<0&&a[r].push(o):a[r]=[o]:a[r]=o}}var nr=new pe("",{},[]),rr=["create","activate","update","remove","destroy"];function ir(e,i){return e.key===i.key&&(e.tag===i.tag&&e.isComment===i.isComment&&n(e.data)===n(i.data)&&function(e,t){if("input"!==e.tag)return!0;var r,i=n(r=e.data)&&n(r=r.attrs)&&r.type,o=n(r=t.data)&&n(r=r.attrs)&&r.type;return i===o||Xn(i)&&Xn(o)}(e,i)||r(e.isAsyncPlaceholder)&&e.asyncFactory===i.asyncFactory&&t(i.asyncFactory.error))}function or(e,t,r){var i,o,a={};for(i=t;i<=r;++i)n(o=e[i].key)&&(a[o]=i);return a}var ar={create:sr,update:sr,destroy:function(e){sr(e,nr)}};function sr(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,i,o=e===nr,a=t===nr,s=ur(e.data.directives,e.context),c=ur(t.data.directives,t.context),u=[],l=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,i.oldArg=r.arg,fr(i,"update",t,e),i.def&&i.def.componentUpdated&&l.push(i)):(fr(i,"bind",t,e),i.def&&i.def.inserted&&u.push(i));if(u.length){var f=function(){for(var n=0;n<u.length;n++)fr(u[n],"inserted",t,e)};o?it(t,"insert",f):f()}l.length&&it(t,"postpatch",function(){for(var n=0;n<l.length;n++)fr(l[n],"componentUpdated",t,e)});if(!o)for(n in s)c[n]||fr(s[n],"unbind",e,e,a)}(e,t)}var cr=Object.create(null);function ur(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=cr),i[lr(r)]=r,r.def=Le(t.$options,"directives",r.name);return i}function lr(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function fr(e,t,n,r,i){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(r){Re(r,n.context,"directive "+e.name+" "+t+" hook")}}var pr=[er,ar];function dr(e,r){var i=r.componentOptions;if(!(n(i)&&!1===i.Ctor.options.inheritAttrs||t(e.data.attrs)&&t(r.data.attrs))){var o,a,s=r.elm,c=e.data.attrs||{},u=r.data.attrs||{};for(o in n(u.__ob__)&&(u=r.data.attrs=A({},u)),u)a=u[o],c[o]!==a&&vr(s,o,a);for(o in(q||Z)&&u.value!==c.value&&vr(s,"value",u.value),c)t(u[o])&&(Pn(o)?s.removeAttributeNS(Fn,Rn(o)):Dn(o)||s.removeAttribute(o))}}function vr(e,t,n){e.tagName.indexOf("-")>-1?hr(e,t,n):In(t)?Hn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Dn(t)?e.setAttribute(t,Mn(t,n)):Pn(t)?Hn(n)?e.removeAttributeNS(Fn,Rn(t)):e.setAttributeNS(Fn,t,n):hr(e,t,n)}function hr(e,t,n){if(Hn(n))e.removeAttribute(t);else{if(q&&!W&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var mr={create:dr,update:dr};function yr(e,r){var i=r.elm,o=r.data,a=e.data;if(!(t(o.staticClass)&&t(o.class)&&(t(a)||t(a.staticClass)&&t(a.class)))){var s=Bn(r),c=i._transitionClasses;n(c)&&(s=zn(s,Vn(c))),s!==i._prevClass&&(i.setAttribute("class",s),i._prevClass=s)}}var gr,_r,br,$r,wr,Cr,xr={create:yr,update:yr},kr=/[\w).+\-_$\]]/;function Ar(e){var t,n,r,i,o,a=!1,s=!1,c=!1,u=!1,l=0,f=0,p=0,d=0;for(r=0;r<e.length;r++)if(n=t,t=e.charCodeAt(r),a)39===t&&92!==n&&(a=!1);else if(s)34===t&&92!==n&&(s=!1);else if(c)96===t&&92!==n&&(c=!1);else if(u)47===t&&92!==n&&(u=!1);else if(124!==t||124===e.charCodeAt(r+1)||124===e.charCodeAt(r-1)||l||f||p){switch(t){case 34:s=!0;break;case 39:a=!0;break;case 96:c=!0;break;case 40:p++;break;case 41:p--;break;case 91:f++;break;case 93:f--;break;case 123:l++;break;case 125:l--}if(47===t){for(var v=r-1,h=void 0;v>=0&&" "===(h=e.charAt(v));v--);h&&kr.test(h)||(u=!0)}}else void 0===i?(d=r+1,i=e.slice(0,r).trim()):m();function m(){(o||(o=[])).push(e.slice(d,r).trim()),d=r+1}if(void 0===i?i=e.slice(0,r).trim():0!==d&&m(),o)for(r=0;r<o.length;r++)i=Or(i,o[r]);return i}function Or(e,t){var n=t.indexOf("(");if(n<0)return'_f("'+t+'")('+e+")";var r=t.slice(0,n),i=t.slice(n+1);return'_f("'+r+'")('+e+(")"!==i?","+i:i)}function Sr(e,t){console.error("[Vue compiler]: "+e)}function Tr(e,t){return e?e.map(function(e){return e[t]}).filter(function(e){return e}):[]}function Er(e,t,n,r,i){(e.props||(e.props=[])).push(Rr({name:t,value:n,dynamic:i},r)),e.plain=!1}function Nr(e,t,n,r,i){(i?e.dynamicAttrs||(e.dynamicAttrs=[]):e.attrs||(e.attrs=[])).push(Rr({name:t,value:n,dynamic:i},r)),e.plain=!1}function jr(e,t,n,r){e.attrsMap[t]=n,e.attrsList.push(Rr({name:t,value:n},r))}function Dr(e,t,n,r,i,o,a,s){(e.directives||(e.directives=[])).push(Rr({name:t,rawName:n,value:r,arg:i,isDynamicArg:o,modifiers:a},s)),e.plain=!1}function Lr(e,t,n){return n?"_p("+t+',"'+e+'")':e+t}function Mr(t,n,r,i,o,a,s,c){var u;(i=i||e).right?c?n="("+n+")==='click'?'contextmenu':("+n+")":"click"===n&&(n="contextmenu",delete i.right):i.middle&&(c?n="("+n+")==='click'?'mouseup':("+n+")":"click"===n&&(n="mouseup")),i.capture&&(delete i.capture,n=Lr("!",n,c)),i.once&&(delete i.once,n=Lr("~",n,c)),i.passive&&(delete i.passive,n=Lr("&",n,c)),i.native?(delete i.native,u=t.nativeEvents||(t.nativeEvents={})):u=t.events||(t.events={});var l=Rr({value:r.trim(),dynamic:c},s);i!==e&&(l.modifiers=i);var f=u[n];Array.isArray(f)?o?f.unshift(l):f.push(l):u[n]=f?o?[l,f]:[f,l]:l,t.plain=!1}function Ir(e,t,n){var r=Fr(e,":"+t)||Fr(e,"v-bind:"+t);if(null!=r)return Ar(r);if(!1!==n){var i=Fr(e,t);if(null!=i)return JSON.stringify(i)}}function Fr(e,t,n){var r;if(null!=(r=e.attrsMap[t]))for(var i=e.attrsList,o=0,a=i.length;o<a;o++)if(i[o].name===t){i.splice(o,1);break}return n&&delete e.attrsMap[t],r}function Pr(e,t){for(var n=e.attrsList,r=0,i=n.length;r<i;r++){var o=n[r];if(t.test(o.name))return n.splice(r,1),o}}function Rr(e,t){return t&&(null!=t.start&&(e.start=t.start),null!=t.end&&(e.end=t.end)),e}function Hr(e,t,n){var r=n||{},i=r.number,o="$$v";r.trim&&(o="(typeof $$v === 'string'? $$v.trim(): $$v)"),i&&(o="_n("+o+")");var a=Br(t,o);e.model={value:"("+t+")",expression:JSON.stringify(t),callback:"function ($$v) {"+a+"}"}}function Br(e,t){var n=function(e){if(e=e.trim(),gr=e.length,e.indexOf("[")<0||e.lastIndexOf("]")<gr-1)return($r=e.lastIndexOf("."))>-1?{exp:e.slice(0,$r),key:'"'+e.slice($r+1)+'"'}:{exp:e,key:null};_r=e,$r=wr=Cr=0;for(;!zr();)Vr(br=Ur())?Jr(br):91===br&&Kr(br);return{exp:e.slice(0,wr),key:e.slice(wr+1,Cr)}}(e);return null===n.key?e+"="+t:"$set("+n.exp+", "+n.key+", "+t+")"}function Ur(){return _r.charCodeAt(++$r)}function zr(){return $r>=gr}function Vr(e){return 34===e||39===e}function Kr(e){var t=1;for(wr=$r;!zr();)if(Vr(e=Ur()))Jr(e);else if(91===e&&t++,93===e&&t--,0===t){Cr=$r;break}}function Jr(e){for(var t=e;!zr()&&(e=Ur())!==t;);}var qr,Wr="__r",Zr="__c";function Gr(e,t,n){var r=qr;return function i(){null!==t.apply(null,arguments)&&Qr(e,i,n,r)}}var Xr=Ve&&!(X&&Number(X[1])<=53);function Yr(e,t,n,r){if(Xr){var i=an,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}qr.addEventListener(e,t,Q?{capture:n,passive:r}:n)}function Qr(e,t,n,r){(r||qr).removeEventListener(e,t._wrapper||t,n)}function ei(e,r){if(!t(e.data.on)||!t(r.data.on)){var i=r.data.on||{},o=e.data.on||{};qr=r.elm,function(e){if(n(e[Wr])){var t=q?"change":"input";e[t]=[].concat(e[Wr],e[t]||[]),delete e[Wr]}n(e[Zr])&&(e.change=[].concat(e[Zr],e.change||[]),delete e[Zr])}(i),rt(i,o,Yr,Qr,Gr,r.context),qr=void 0}}var ti,ni={create:ei,update:ei};function ri(e,r){if(!t(e.data.domProps)||!t(r.data.domProps)){var i,o,a=r.elm,s=e.data.domProps||{},c=r.data.domProps||{};for(i in n(c.__ob__)&&(c=r.data.domProps=A({},c)),s)i in c||(a[i]="");for(i in c){if(o=c[i],"textContent"===i||"innerHTML"===i){if(r.children&&(r.children.length=0),o===s[i])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===i&&"PROGRESS"!==a.tagName){a._value=o;var u=t(o)?"":String(o);ii(a,u)&&(a.value=u)}else if("innerHTML"===i&&qn(a.tagName)&&t(a.innerHTML)){(ti=ti||document.createElement("div")).innerHTML="<svg>"+o+"</svg>";for(var l=ti.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(o!==s[i])try{a[i]=o}catch(e){}}}}function ii(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var r=e.value,i=e._vModifiers;if(n(i)){if(i.number)return f(r)!==f(t);if(i.trim)return r.trim()!==t.trim()}return r!==t}(e,t))}var oi={create:ri,update:ri},ai=g(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t});function si(e){var t=ci(e.style);return e.staticStyle?A(e.staticStyle,t):t}function ci(e){return Array.isArray(e)?O(e):"string"==typeof e?ai(e):e}var ui,li=/^--/,fi=/\s*!important$/,pi=function(e,t,n){if(li.test(t))e.style.setProperty(t,n);else if(fi.test(n))e.style.setProperty(C(t),n.replace(fi,""),"important");else{var r=vi(t);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)e.style[r]=n[i];else e.style[r]=n}},di=["Webkit","Moz","ms"],vi=g(function(e){if(ui=ui||document.createElement("div").style,"filter"!==(e=b(e))&&e in ui)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<di.length;n++){var r=di[n]+t;if(r in ui)return r}});function hi(e,r){var i=r.data,o=e.data;if(!(t(i.staticStyle)&&t(i.style)&&t(o.staticStyle)&&t(o.style))){var a,s,c=r.elm,u=o.staticStyle,l=o.normalizedStyle||o.style||{},f=u||l,p=ci(r.data.style)||{};r.data.normalizedStyle=n(p.__ob__)?A({},p):p;var d=function(e,t){var n,r={};if(t)for(var i=e;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=si(i.data))&&A(r,n);(n=si(e.data))&&A(r,n);for(var o=e;o=o.parent;)o.data&&(n=si(o.data))&&A(r,n);return r}(r,!0);for(s in f)t(d[s])&&pi(c,s,"");for(s in d)(a=d[s])!==f[s]&&pi(c,s,null==a?"":a)}}var mi={create:hi,update:hi},yi=/\s+/;function gi(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(yi).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function _i(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(yi).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function bi(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&A(t,$i(e.name||"v")),A(t,e),t}return"string"==typeof e?$i(e):void 0}}var $i=g(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),wi=z&&!W,Ci="transition",xi="animation",ki="transition",Ai="transitionend",Oi="animation",Si="animationend";wi&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ki="WebkitTransition",Ai="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Oi="WebkitAnimation",Si="webkitAnimationEnd"));var Ti=z?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ei(e){Ti(function(){Ti(e)})}function Ni(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),gi(e,t))}function ji(e,t){e._transitionClasses&&h(e._transitionClasses,t),_i(e,t)}function Di(e,t,n){var r=Mi(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Ci?Ai:Si,c=0,u=function(){e.removeEventListener(s,l),n()},l=function(t){t.target===e&&++c>=a&&u()};setTimeout(function(){c<a&&u()},o+1),e.addEventListener(s,l)}var Li=/\b(transform|all)(,|$)/;function Mi(e,t){var n,r=window.getComputedStyle(e),i=(r[ki+"Delay"]||"").split(", "),o=(r[ki+"Duration"]||"").split(", "),a=Ii(i,o),s=(r[Oi+"Delay"]||"").split(", "),c=(r[Oi+"Duration"]||"").split(", "),u=Ii(s,c),l=0,f=0;return t===Ci?a>0&&(n=Ci,l=a,f=o.length):t===xi?u>0&&(n=xi,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?Ci:xi:null)?n===Ci?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Ci&&Li.test(r[ki+"Property"])}}function Ii(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return Fi(t)+Fi(e[n])}))}function Fi(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Pi(e,r){var i=e.elm;n(i._leaveCb)&&(i._leaveCb.cancelled=!0,i._leaveCb());var a=bi(e.data.transition);if(!t(a)&&!n(i._enterCb)&&1===i.nodeType){for(var s=a.css,c=a.type,u=a.enterClass,l=a.enterToClass,p=a.enterActiveClass,d=a.appearClass,v=a.appearToClass,h=a.appearActiveClass,m=a.beforeEnter,y=a.enter,g=a.afterEnter,_=a.enterCancelled,b=a.beforeAppear,$=a.appear,w=a.afterAppear,C=a.appearCancelled,x=a.duration,k=Wt,A=Wt.$vnode;A&&A.parent;)k=A.context,A=A.parent;var O=!k._isMounted||!e.isRootInsert;if(!O||$||""===$){var S=O&&d?d:u,T=O&&h?h:p,E=O&&v?v:l,N=O&&b||m,j=O&&"function"==typeof $?$:y,L=O&&w||g,M=O&&C||_,I=f(o(x)?x.enter:x),F=!1!==s&&!W,P=Bi(j),R=i._enterCb=D(function(){F&&(ji(i,E),ji(i,T)),R.cancelled?(F&&ji(i,S),M&&M(i)):L&&L(i),i._enterCb=null});e.data.show||it(e,"insert",function(){var t=i.parentNode,n=t&&t._pending&&t._pending[e.key];n&&n.tag===e.tag&&n.elm._leaveCb&&n.elm._leaveCb(),j&&j(i,R)}),N&&N(i),F&&(Ni(i,S),Ni(i,T),Ei(function(){ji(i,S),R.cancelled||(Ni(i,E),P||(Hi(I)?setTimeout(R,I):Di(i,c,R)))})),e.data.show&&(r&&r(),j&&j(i,R)),F||P||R()}}}function Ri(e,r){var i=e.elm;n(i._enterCb)&&(i._enterCb.cancelled=!0,i._enterCb());var a=bi(e.data.transition);if(t(a)||1!==i.nodeType)return r();if(!n(i._leaveCb)){var s=a.css,c=a.type,u=a.leaveClass,l=a.leaveToClass,p=a.leaveActiveClass,d=a.beforeLeave,v=a.leave,h=a.afterLeave,m=a.leaveCancelled,y=a.delayLeave,g=a.duration,_=!1!==s&&!W,b=Bi(v),$=f(o(g)?g.leave:g),w=i._leaveCb=D(function(){i.parentNode&&i.parentNode._pending&&(i.parentNode._pending[e.key]=null),_&&(ji(i,l),ji(i,p)),w.cancelled?(_&&ji(i,u),m&&m(i)):(r(),h&&h(i)),i._leaveCb=null});y?y(C):C()}function C(){w.cancelled||(!e.data.show&&i.parentNode&&((i.parentNode._pending||(i.parentNode._pending={}))[e.key]=e),d&&d(i),_&&(Ni(i,u),Ni(i,p),Ei(function(){ji(i,u),w.cancelled||(Ni(i,l),b||(Hi($)?setTimeout(w,$):Di(i,c,w)))})),v&&v(i,w),_||b||w())}}function Hi(e){return"number"==typeof e&&!isNaN(e)}function Bi(e){if(t(e))return!1;var r=e.fns;return n(r)?Bi(Array.isArray(r)?r[0]:r):(e._length||e.length)>1}function Ui(e,t){!0!==t.data.show&&Pi(t)}var zi=function(e){var o,a,s={},c=e.modules,u=e.nodeOps;for(o=0;o<rr.length;++o)for(s[rr[o]]=[],a=0;a<c.length;++a)n(c[a][rr[o]])&&s[rr[o]].push(c[a][rr[o]]);function l(e){var t=u.parentNode(e);n(t)&&u.removeChild(t,e)}function f(e,t,i,o,a,c,l){if(n(e.elm)&&n(c)&&(e=c[l]=me(e)),e.isRootInsert=!a,!function(e,t,i,o){var a=e.data;if(n(a)){var c=n(e.componentInstance)&&a.keepAlive;if(n(a=a.hook)&&n(a=a.init)&&a(e,!1),n(e.componentInstance))return d(e,t),v(i,e.elm,o),r(c)&&function(e,t,r,i){for(var o,a=e;a.componentInstance;)if(a=a.componentInstance._vnode,n(o=a.data)&&n(o=o.transition)){for(o=0;o<s.activate.length;++o)s.activate[o](nr,a);t.push(a);break}v(r,e.elm,i)}(e,t,i,o),!0}}(e,t,i,o)){var f=e.data,p=e.children,m=e.tag;n(m)?(e.elm=e.ns?u.createElementNS(e.ns,m):u.createElement(m,e),g(e),h(e,p,t),n(f)&&y(e,t),v(i,e.elm,o)):r(e.isComment)?(e.elm=u.createComment(e.text),v(i,e.elm,o)):(e.elm=u.createTextNode(e.text),v(i,e.elm,o))}}function d(e,t){n(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,m(e)?(y(e,t),g(e)):(tr(e),t.push(e))}function v(e,t,r){n(e)&&(n(r)?u.parentNode(r)===e&&u.insertBefore(e,t,r):u.appendChild(e,t))}function h(e,t,n){if(Array.isArray(t))for(var r=0;r<t.length;++r)f(t[r],n,e.elm,null,!0,t,r);else i(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function m(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return n(e.tag)}function y(e,t){for(var r=0;r<s.create.length;++r)s.create[r](nr,e);n(o=e.data.hook)&&(n(o.create)&&o.create(nr,e),n(o.insert)&&t.push(e))}function g(e){var t;if(n(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var r=e;r;)n(t=r.context)&&n(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),r=r.parent;n(t=Wt)&&t!==e.context&&t!==e.fnContext&&n(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function _(e,t,n,r,i,o){for(;r<=i;++r)f(n[r],o,e,t,!1,n,r)}function b(e){var t,r,i=e.data;if(n(i))for(n(t=i.hook)&&n(t=t.destroy)&&t(e),t=0;t<s.destroy.length;++t)s.destroy[t](e);if(n(t=e.children))for(r=0;r<e.children.length;++r)b(e.children[r])}function $(e,t,r){for(;t<=r;++t){var i=e[t];n(i)&&(n(i.tag)?(w(i),b(i)):l(i.elm))}}function w(e,t){if(n(t)||n(e.data)){var r,i=s.remove.length+1;for(n(t)?t.listeners+=i:t=function(e,t){function n(){0==--n.listeners&&l(e)}return n.listeners=t,n}(e.elm,i),n(r=e.componentInstance)&&n(r=r._vnode)&&n(r.data)&&w(r,t),r=0;r<s.remove.length;++r)s.remove[r](e,t);n(r=e.data.hook)&&n(r=r.remove)?r(e,t):t()}else l(e.elm)}function C(e,t,r,i){for(var o=r;o<i;o++){var a=t[o];if(n(a)&&ir(e,a))return o}}function x(e,i,o,a,c,l){if(e!==i){n(i.elm)&&n(a)&&(i=a[c]=me(i));var p=i.elm=e.elm;if(r(e.isAsyncPlaceholder))n(i.asyncFactory.resolved)?O(e.elm,i,o):i.isAsyncPlaceholder=!0;else if(r(i.isStatic)&&r(e.isStatic)&&i.key===e.key&&(r(i.isCloned)||r(i.isOnce)))i.componentInstance=e.componentInstance;else{var d,v=i.data;n(v)&&n(d=v.hook)&&n(d=d.prepatch)&&d(e,i);var h=e.children,y=i.children;if(n(v)&&m(i)){for(d=0;d<s.update.length;++d)s.update[d](e,i);n(d=v.hook)&&n(d=d.update)&&d(e,i)}t(i.text)?n(h)&&n(y)?h!==y&&function(e,r,i,o,a){for(var s,c,l,p=0,d=0,v=r.length-1,h=r[0],m=r[v],y=i.length-1,g=i[0],b=i[y],w=!a;p<=v&&d<=y;)t(h)?h=r[++p]:t(m)?m=r[--v]:ir(h,g)?(x(h,g,o,i,d),h=r[++p],g=i[++d]):ir(m,b)?(x(m,b,o,i,y),m=r[--v],b=i[--y]):ir(h,b)?(x(h,b,o,i,y),w&&u.insertBefore(e,h.elm,u.nextSibling(m.elm)),h=r[++p],b=i[--y]):ir(m,g)?(x(m,g,o,i,d),w&&u.insertBefore(e,m.elm,h.elm),m=r[--v],g=i[++d]):(t(s)&&(s=or(r,p,v)),t(c=n(g.key)?s[g.key]:C(g,r,p,v))?f(g,o,e,h.elm,!1,i,d):ir(l=r[c],g)?(x(l,g,o,i,d),r[c]=void 0,w&&u.insertBefore(e,l.elm,h.elm)):f(g,o,e,h.elm,!1,i,d),g=i[++d]);p>v?_(e,t(i[y+1])?null:i[y+1].elm,i,d,y,o):d>y&&$(r,p,v)}(p,h,y,o,l):n(y)?(n(e.text)&&u.setTextContent(p,""),_(p,null,y,0,y.length-1,o)):n(h)?$(h,0,h.length-1):n(e.text)&&u.setTextContent(p,""):e.text!==i.text&&u.setTextContent(p,i.text),n(v)&&n(d=v.hook)&&n(d=d.postpatch)&&d(e,i)}}}function k(e,t,i){if(r(i)&&n(e.parent))e.parent.data.pendingInsert=t;else for(var o=0;o<t.length;++o)t[o].data.hook.insert(t[o])}var A=p("attrs,class,staticClass,staticStyle,key");function O(e,t,i,o){var a,s=t.tag,c=t.data,u=t.children;if(o=o||c&&c.pre,t.elm=e,r(t.isComment)&&n(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(n(c)&&(n(a=c.hook)&&n(a=a.init)&&a(t,!0),n(a=t.componentInstance)))return d(t,i),!0;if(n(s)){if(n(u))if(e.hasChildNodes())if(n(a=c)&&n(a=a.domProps)&&n(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var l=!0,f=e.firstChild,p=0;p<u.length;p++){if(!f||!O(f,u[p],i,o)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else h(t,u,i);if(n(c)){var v=!1;for(var m in c)if(!A(m)){v=!0,y(t,i);break}!v&&c.class&&et(c.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,i,o,a){if(!t(i)){var c,l=!1,p=[];if(t(e))l=!0,f(i,p);else{var d=n(e.nodeType);if(!d&&ir(e,i))x(e,i,p,null,null,a);else{if(d){if(1===e.nodeType&&e.hasAttribute(L)&&(e.removeAttribute(L),o=!0),r(o)&&O(e,i,p))return k(i,p,!0),e;c=e,e=new pe(u.tagName(c).toLowerCase(),{},[],void 0,c)}var v=e.elm,h=u.parentNode(v);if(f(i,p,v._leaveCb?null:h,u.nextSibling(v)),n(i.parent))for(var y=i.parent,g=m(i);y;){for(var _=0;_<s.destroy.length;++_)s.destroy[_](y);if(y.elm=i.elm,g){for(var w=0;w<s.create.length;++w)s.create[w](nr,y);var C=y.data.hook.insert;if(C.merged)for(var A=1;A<C.fns.length;A++)C.fns[A]()}else tr(y);y=y.parent}n(h)?$([e],0,0):n(e.tag)&&b(e)}}return k(i,p,l),i.elm}n(e)&&b(e)}}({nodeOps:Qn,modules:[mr,xr,ni,oi,mi,z?{create:Ui,activate:Ui,remove:function(e,t){!0!==e.data.show?Ri(e,t):t()}}:{}].concat(pr)});W&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Xi(e,"input")});var Vi={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?it(n,"postpatch",function(){Vi.componentUpdated(e,t,n)}):Ki(e,t,n.context),e._vOptions=[].map.call(e.options,Wi)):("textarea"===n.tag||Xn(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",Zi),e.addEventListener("compositionend",Gi),e.addEventListener("change",Gi),W&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Ki(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,Wi);if(i.some(function(e,t){return!N(e,r[t])}))(e.multiple?t.value.some(function(e){return qi(e,i)}):t.value!==t.oldValue&&qi(t.value,i))&&Xi(e,"change")}}};function Ki(e,t,n){Ji(e,t,n),(q||Z)&&setTimeout(function(){Ji(e,t,n)},0)}function Ji(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=e.options.length;s<c;s++)if(a=e.options[s],i)o=j(r,Wi(a))>-1,a.selected!==o&&(a.selected=o);else if(N(Wi(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function qi(e,t){return t.every(function(t){return!N(t,e)})}function Wi(e){return"_value"in e?e._value:e.value}function Zi(e){e.target.composing=!0}function Gi(e){e.target.composing&&(e.target.composing=!1,Xi(e.target,"input"))}function Xi(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Yi(e){return!e.componentInstance||e.data&&e.data.transition?e:Yi(e.componentInstance._vnode)}var Qi={model:Vi,show:{bind:function(e,t,n){var r=t.value,i=(n=Yi(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,Pi(n,function(){e.style.display=o})):e.style.display=r?o:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=Yi(n)).data&&n.data.transition?(n.data.show=!0,r?Pi(n,function(){e.style.display=e.__vOriginalDisplay}):Ri(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}}},eo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function to(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?to(zt(t.children)):e}function no(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var o in i)t[b(o)]=i[o];return t}function ro(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var io=function(e){return e.tag||Ut(e)},oo=function(e){return"show"===e.name},ao={name:"transition",props:eo,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(io)).length){var r=this.mode,o=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var a=to(o);if(!a)return o;if(this._leaving)return ro(e,o);var s="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?s+"comment":s+a.tag:i(a.key)?0===String(a.key).indexOf(s)?a.key:s+a.key:a.key;var c=(a.data||(a.data={})).transition=no(this),u=this._vnode,l=to(u);if(a.data.directives&&a.data.directives.some(oo)&&(a.data.show=!0),l&&l.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(a,l)&&!Ut(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=A({},c);if("out-in"===r)return this._leaving=!0,it(f,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),ro(e,o);if("in-out"===r){if(Ut(a))return u;var p,d=function(){p()};it(c,"afterEnter",d),it(c,"enterCancelled",d),it(f,"delayLeave",function(e){p=e})}}return o}}},so=A({tag:String,moveClass:String},eo);function co(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function uo(e){e.data.newPos=e.elm.getBoundingClientRect()}function lo(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete so.mode;var fo={Transition:ao,TransitionGroup:{props:so,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=Zt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=no(this),s=0;s<i.length;s++){var c=i[s];c.tag&&null!=c.key&&0!==String(c.key).indexOf("__vlist")&&(o.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a)}if(r){for(var u=[],l=[],f=0;f<r.length;f++){var p=r[f];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept=e(t,null,u),this.removed=l}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(co),e.forEach(uo),e.forEach(lo),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Ni(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Ai,n._moveCb=function e(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Ai,e),n._moveCb=null,ji(n,t))})}}))},methods:{hasMove:function(e,t){if(!wi)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){_i(n,e)}),gi(n,t),n.style.display="none",this.$el.appendChild(n);var r=Mi(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};wn.config.mustUseProp=jn,wn.config.isReservedTag=Wn,wn.config.isReservedAttr=En,wn.config.getTagNamespace=Zn,wn.config.isUnknownElement=function(e){if(!z)return!0;if(Wn(e))return!1;if(e=e.toLowerCase(),null!=Gn[e])return Gn[e];var t=document.createElement(e);return e.indexOf("-")>-1?Gn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Gn[e]=/HTMLUnknownElement/.test(t.toString())},A(wn.options.directives,Qi),A(wn.options.components,fo),wn.prototype.__patch__=z?zi:S,wn.prototype.$mount=function(e,t){return function(e,t,n){var r;return e.$el=t,e.$options.render||(e.$options.render=ve),Yt(e,"beforeMount"),r=function(){e._update(e._render(),n)},new fn(e,r,S,{before:function(){e._isMounted&&!e._isDestroyed&&Yt(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Yt(e,"mounted")),e}(this,e=e&&z?Yn(e):void 0,t)},z&&setTimeout(function(){F.devtools&&ne&&ne.emit("init",wn)},0);var po=/\{\{((?:.|\r?\n)+?)\}\}/g,vo=/[-.*+?^${}()|[\]\/\\]/g,ho=g(function(e){var t=e[0].replace(vo,"\\$&"),n=e[1].replace(vo,"\\$&");return new RegExp(t+"((?:.|\\n)+?)"+n,"g")});var mo={staticKeys:["staticClass"],transformNode:function(e,t){t.warn;var n=Fr(e,"class");n&&(e.staticClass=JSON.stringify(n));var r=Ir(e,"class",!1);r&&(e.classBinding=r)},genData:function(e){var t="";return e.staticClass&&(t+="staticClass:"+e.staticClass+","),e.classBinding&&(t+="class:"+e.classBinding+","),t}};var yo,go={staticKeys:["staticStyle"],transformNode:function(e,t){t.warn;var n=Fr(e,"style");n&&(e.staticStyle=JSON.stringify(ai(n)));var r=Ir(e,"style",!1);r&&(e.styleBinding=r)},genData:function(e){var t="";return e.staticStyle&&(t+="staticStyle:"+e.staticStyle+","),e.styleBinding&&(t+="style:("+e.styleBinding+"),"),t}},_o=function(e){return(yo=yo||document.createElement("div")).innerHTML=e,yo.textContent},bo=p("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),$o=p("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),wo=p("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),Co=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,xo=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ko="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+P.source+"]*",Ao="((?:"+ko+"\\:)?"+ko+")",Oo=new RegExp("^<"+Ao),So=/^\s*(\/?)>/,To=new RegExp("^<\\/"+Ao+"[^>]*>"),Eo=/^<!DOCTYPE [^>]+>/i,No=/^<!\--/,jo=/^<!\[/,Do=p("script,style,textarea",!0),Lo={},Mo={"<":"<",">":">",""":'"',"&":"&"," ":"\n","	":"\t","'":"'"},Io=/&(?:lt|gt|quot|amp|#39);/g,Fo=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,Po=p("pre,textarea",!0),Ro=function(e,t){return e&&Po(e)&&"\n"===t[0]};function Ho(e,t){var n=t?Fo:Io;return e.replace(n,function(e){return Mo[e]})}var Bo,Uo,zo,Vo,Ko,Jo,qo,Wo,Zo=/^@|^v-on:/,Go=/^v-|^@|^:|^#/,Xo=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Yo=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Qo=/^\(|\)$/g,ea=/^\[.*\]$/,ta=/:(.*)$/,na=/^:|^\.|^v-bind:/,ra=/\.[^.\]]+(?=[^\]]*$)/g,ia=/^v-slot(:|$)|^#/,oa=/[\r\n]/,aa=/\s+/g,sa=g(_o),ca="_empty_";function ua(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:ma(t),rawAttrsMap:{},parent:n,children:[]}}function la(e,t){Bo=t.warn||Sr,Jo=t.isPreTag||T,qo=t.mustUseProp||T,Wo=t.getTagNamespace||T;t.isReservedTag;zo=Tr(t.modules,"transformNode"),Vo=Tr(t.modules,"preTransformNode"),Ko=Tr(t.modules,"postTransformNode"),Uo=t.delimiters;var n,r,i=[],o=!1!==t.preserveWhitespace,a=t.whitespace,s=!1,c=!1;function u(e){if(l(e),s||e.processed||(e=fa(e,t)),i.length||e===n||n.if&&(e.elseif||e.else)&&da(n,{exp:e.elseif,block:e}),r&&!e.forbidden)if(e.elseif||e.else)a=e,(u=function(e){var t=e.length;for(;t--;){if(1===e[t].type)return e[t];e.pop()}}(r.children))&&u.if&&da(u,{exp:a.elseif,block:a});else{if(e.slotScope){var o=e.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[o]=e}r.children.push(e),e.parent=r}var a,u;e.children=e.children.filter(function(e){return!e.slotScope}),l(e),e.pre&&(s=!1),Jo(e.tag)&&(c=!1);for(var f=0;f<Ko.length;f++)Ko[f](e,t)}function l(e){if(!c)for(var t;(t=e.children[e.children.length-1])&&3===t.type&&" "===t.text;)e.children.pop()}return function(e,t){for(var n,r,i=[],o=t.expectHTML,a=t.isUnaryTag||T,s=t.canBeLeftOpenTag||T,c=0;e;){if(n=e,r&&Do(r)){var u=0,l=r.toLowerCase(),f=Lo[l]||(Lo[l]=new RegExp("([\\s\\S]*?)(</"+l+"[^>]*>)","i")),p=e.replace(f,function(e,n,r){return u=r.length,Do(l)||"noscript"===l||(n=n.replace(/<!\--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),Ro(l,n)&&(n=n.slice(1)),t.chars&&t.chars(n),""});c+=e.length-p.length,e=p,A(l,c-u,c)}else{var d=e.indexOf("<");if(0===d){if(No.test(e)){var v=e.indexOf("--\x3e");if(v>=0){t.shouldKeepComment&&t.comment(e.substring(4,v),c,c+v+3),C(v+3);continue}}if(jo.test(e)){var h=e.indexOf("]>");if(h>=0){C(h+2);continue}}var m=e.match(Eo);if(m){C(m[0].length);continue}var y=e.match(To);if(y){var g=c;C(y[0].length),A(y[1],g,c);continue}var _=x();if(_){k(_),Ro(_.tagName,e)&&C(1);continue}}var b=void 0,$=void 0,w=void 0;if(d>=0){for($=e.slice(d);!(To.test($)||Oo.test($)||No.test($)||jo.test($)||(w=$.indexOf("<",1))<0);)d+=w,$=e.slice(d);b=e.substring(0,d)}d<0&&(b=e),b&&C(b.length),t.chars&&b&&t.chars(b,c-b.length,c)}if(e===n){t.chars&&t.chars(e);break}}function C(t){c+=t,e=e.substring(t)}function x(){var t=e.match(Oo);if(t){var n,r,i={tagName:t[1],attrs:[],start:c};for(C(t[0].length);!(n=e.match(So))&&(r=e.match(xo)||e.match(Co));)r.start=c,C(r[0].length),r.end=c,i.attrs.push(r);if(n)return i.unarySlash=n[1],C(n[0].length),i.end=c,i}}function k(e){var n=e.tagName,c=e.unarySlash;o&&("p"===r&&wo(n)&&A(r),s(n)&&r===n&&A(n));for(var u=a(n)||!!c,l=e.attrs.length,f=new Array(l),p=0;p<l;p++){var d=e.attrs[p],v=d[3]||d[4]||d[5]||"",h="a"===n&&"href"===d[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;f[p]={name:d[1],value:Ho(v,h)}}u||(i.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:f,start:e.start,end:e.end}),r=n),t.start&&t.start(n,f,u,e.start,e.end)}function A(e,n,o){var a,s;if(null==n&&(n=c),null==o&&(o=c),e)for(s=e.toLowerCase(),a=i.length-1;a>=0&&i[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var u=i.length-1;u>=a;u--)t.end&&t.end(i[u].tag,n,o);i.length=a,r=a&&i[a-1].tag}else"br"===s?t.start&&t.start(e,[],!0,n,o):"p"===s&&(t.start&&t.start(e,[],!1,n,o),t.end&&t.end(e,n,o))}A()}(e,{warn:Bo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,o,a,l,f){var p=r&&r.ns||Wo(e);q&&"svg"===p&&(o=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];ya.test(r.name)||(r.name=r.name.replace(ga,""),t.push(r))}return t}(o));var d,v=ua(e,o,r);p&&(v.ns=p),"style"!==(d=v).tag&&("script"!==d.tag||d.attrsMap.type&&"text/javascript"!==d.attrsMap.type)||te()||(v.forbidden=!0);for(var h=0;h<Vo.length;h++)v=Vo[h](v,t)||v;s||(!function(e){null!=Fr(e,"v-pre")&&(e.pre=!0)}(v),v.pre&&(s=!0)),Jo(v.tag)&&(c=!0),s?function(e){var t=e.attrsList,n=t.length;if(n)for(var r=e.attrs=new Array(n),i=0;i<n;i++)r[i]={name:t[i].name,value:JSON.stringify(t[i].value)},null!=t[i].start&&(r[i].start=t[i].start,r[i].end=t[i].end);else e.pre||(e.plain=!0)}(v):v.processed||(pa(v),function(e){var t=Fr(e,"v-if");if(t)e.if=t,da(e,{exp:t,block:e});else{null!=Fr(e,"v-else")&&(e.else=!0);var n=Fr(e,"v-else-if");n&&(e.elseif=n)}}(v),function(e){null!=Fr(e,"v-once")&&(e.once=!0)}(v)),n||(n=v),a?u(v):(r=v,i.push(v))},end:function(e,t,n){var o=i[i.length-1];i.length-=1,r=i[i.length-1],u(o)},chars:function(e,t,n){if(r&&(!q||"textarea"!==r.tag||r.attrsMap.placeholder!==e)){var i,u,l,f=r.children;if(e=c||e.trim()?"script"===(i=r).tag||"style"===i.tag?e:sa(e):f.length?a?"condense"===a&&oa.test(e)?"":" ":o?" ":"":"")c||"condense"!==a||(e=e.replace(aa," ")),!s&&" "!==e&&(u=function(e,t){var n=t?ho(t):po;if(n.test(e)){for(var r,i,o,a=[],s=[],c=n.lastIndex=0;r=n.exec(e);){(i=r.index)>c&&(s.push(o=e.slice(c,i)),a.push(JSON.stringify(o)));var u=Ar(r[1].trim());a.push("_s("+u+")"),s.push({"@binding":u}),c=i+r[0].length}return c<e.length&&(s.push(o=e.slice(c)),a.push(JSON.stringify(o))),{expression:a.join("+"),tokens:s}}}(e,Uo))?l={type:2,expression:u.expression,tokens:u.tokens,text:e}:" "===e&&f.length&&" "===f[f.length-1].text||(l={type:3,text:e}),l&&f.push(l)}},comment:function(e,t,n){if(r){var i={type:3,text:e,isComment:!0};r.children.push(i)}}}),n}function fa(e,t){var n,r;(r=Ir(n=e,"key"))&&(n.key=r),e.plain=!e.key&&!e.scopedSlots&&!e.attrsList.length,function(e){var t=Ir(e,"ref");t&&(e.ref=t,e.refInFor=function(e){var t=e;for(;t;){if(void 0!==t.for)return!0;t=t.parent}return!1}(e))}(e),function(e){var t;"template"===e.tag?(t=Fr(e,"scope"),e.slotScope=t||Fr(e,"slot-scope")):(t=Fr(e,"slot-scope"))&&(e.slotScope=t);var n=Ir(e,"slot");n&&(e.slotTarget='""'===n?'"default"':n,e.slotTargetDynamic=!(!e.attrsMap[":slot"]&&!e.attrsMap["v-bind:slot"]),"template"===e.tag||e.slotScope||Nr(e,"slot",n,function(e,t){return e.rawAttrsMap[":"+t]||e.rawAttrsMap["v-bind:"+t]||e.rawAttrsMap[t]}(e,"slot")));if("template"===e.tag){var r=Pr(e,ia);if(r){var i=va(r),o=i.name,a=i.dynamic;e.slotTarget=o,e.slotTargetDynamic=a,e.slotScope=r.value||ca}}else{var s=Pr(e,ia);if(s){var c=e.scopedSlots||(e.scopedSlots={}),u=va(s),l=u.name,f=u.dynamic,p=c[l]=ua("template",[],e);p.slotTarget=l,p.slotTargetDynamic=f,p.children=e.children.filter(function(e){if(!e.slotScope)return e.parent=p,!0}),p.slotScope=s.value||ca,e.children=[],e.plain=!1}}}(e),function(e){"slot"===e.tag&&(e.slotName=Ir(e,"name"))}(e),function(e){var t;(t=Ir(e,"is"))&&(e.component=t);null!=Fr(e,"inline-template")&&(e.inlineTemplate=!0)}(e);for(var i=0;i<zo.length;i++)e=zo[i](e,t)||e;return function(e){var t,n,r,i,o,a,s,c,u=e.attrsList;for(t=0,n=u.length;t<n;t++)if(r=i=u[t].name,o=u[t].value,Go.test(r))if(e.hasBindings=!0,(a=ha(r.replace(Go,"")))&&(r=r.replace(ra,"")),na.test(r))r=r.replace(na,""),o=Ar(o),(c=ea.test(r))&&(r=r.slice(1,-1)),a&&(a.prop&&!c&&"innerHtml"===(r=b(r))&&(r="innerHTML"),a.camel&&!c&&(r=b(r)),a.sync&&(s=Br(o,"$event"),c?Mr(e,'"update:"+('+r+")",s,null,!1,0,u[t],!0):(Mr(e,"update:"+b(r),s,null,!1,0,u[t]),C(r)!==b(r)&&Mr(e,"update:"+C(r),s,null,!1,0,u[t])))),a&&a.prop||!e.component&&qo(e.tag,e.attrsMap.type,r)?Er(e,r,o,u[t],c):Nr(e,r,o,u[t],c);else if(Zo.test(r))r=r.replace(Zo,""),(c=ea.test(r))&&(r=r.slice(1,-1)),Mr(e,r,o,a,!1,0,u[t],c);else{var l=(r=r.replace(Go,"")).match(ta),f=l&&l[1];c=!1,f&&(r=r.slice(0,-(f.length+1)),ea.test(f)&&(f=f.slice(1,-1),c=!0)),Dr(e,r,i,o,f,c,a,u[t])}else Nr(e,r,JSON.stringify(o),u[t]),!e.component&&"muted"===r&&qo(e.tag,e.attrsMap.type,r)&&Er(e,r,"true",u[t])}(e),e}function pa(e){var t;if(t=Fr(e,"v-for")){var n=function(e){var t=e.match(Xo);if(!t)return;var n={};n.for=t[2].trim();var r=t[1].trim().replace(Qo,""),i=r.match(Yo);i?(n.alias=r.replace(Yo,"").trim(),n.iterator1=i[1].trim(),i[2]&&(n.iterator2=i[2].trim())):n.alias=r;return n}(t);n&&A(e,n)}}function da(e,t){e.ifConditions||(e.ifConditions=[]),e.ifConditions.push(t)}function va(e){var t=e.name.replace(ia,"");return t||"#"!==e.name[0]&&(t="default"),ea.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:'"'+t+'"',dynamic:!1}}function ha(e){var t=e.match(ra);if(t){var n={};return t.forEach(function(e){n[e.slice(1)]=!0}),n}}function ma(e){for(var t={},n=0,r=e.length;n<r;n++)t[e[n].name]=e[n].value;return t}var ya=/^xmlns:NS\d+/,ga=/^NS\d+:/;function _a(e){return ua(e.tag,e.attrsList.slice(),e.parent)}var ba=[mo,go,{preTransformNode:function(e,t){if("input"===e.tag){var n,r=e.attrsMap;if(!r["v-model"])return;if((r[":type"]||r["v-bind:type"])&&(n=Ir(e,"type")),r.type||n||!r["v-bind"]||(n="("+r["v-bind"]+").type"),n){var i=Fr(e,"v-if",!0),o=i?"&&("+i+")":"",a=null!=Fr(e,"v-else",!0),s=Fr(e,"v-else-if",!0),c=_a(e);pa(c),jr(c,"type","checkbox"),fa(c,t),c.processed=!0,c.if="("+n+")==='checkbox'"+o,da(c,{exp:c.if,block:c});var u=_a(e);Fr(u,"v-for",!0),jr(u,"type","radio"),fa(u,t),da(c,{exp:"("+n+")==='radio'"+o,block:u});var l=_a(e);return Fr(l,"v-for",!0),jr(l,":type",n),fa(l,t),da(c,{exp:i,block:l}),a?c.else=!0:s&&(c.elseif=s),c}}}}];var $a,wa,Ca={expectHTML:!0,modules:ba,directives:{model:function(e,t,n){var r=t.value,i=t.modifiers,o=e.tag,a=e.attrsMap.type;if(e.component)return Hr(e,r,i),!1;if("select"===o)!function(e,t,n){var r='var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return '+(n&&n.number?"_n(val)":"val")+"});";r=r+" "+Br(t,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]"),Mr(e,"change",r,null,!0)}(e,r,i);else if("input"===o&&"checkbox"===a)!function(e,t,n){var r=n&&n.number,i=Ir(e,"value")||"null",o=Ir(e,"true-value")||"true",a=Ir(e,"false-value")||"false";Er(e,"checked","Array.isArray("+t+")?_i("+t+","+i+")>-1"+("true"===o?":("+t+")":":_q("+t+","+o+")")),Mr(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+i+")":i)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+Br(t,"$$a.concat([$$v])")+")}else{$$i>-1&&("+Br(t,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+Br(t,"$$c")+"}",null,!0)}(e,r,i);else if("input"===o&&"radio"===a)!function(e,t,n){var r=n&&n.number,i=Ir(e,"value")||"null";Er(e,"checked","_q("+t+","+(i=r?"_n("+i+")":i)+")"),Mr(e,"change",Br(t,i),null,!0)}(e,r,i);else if("input"===o||"textarea"===o)!function(e,t,n){var r=e.attrsMap.type,i=n||{},o=i.lazy,a=i.number,s=i.trim,c=!o&&"range"!==r,u=o?"change":"range"===r?Wr:"input",l="$event.target.value";s&&(l="$event.target.value.trim()"),a&&(l="_n("+l+")");var f=Br(t,l);c&&(f="if($event.target.composing)return;"+f),Er(e,"value","("+t+")"),Mr(e,u,f,null,!0),(s||a)&&Mr(e,"blur","$forceUpdate()")}(e,r,i);else if(!F.isReservedTag(o))return Hr(e,r,i),!1;return!0},text:function(e,t){t.value&&Er(e,"textContent","_s("+t.value+")",t)},html:function(e,t){t.value&&Er(e,"innerHTML","_s("+t.value+")",t)}},isPreTag:function(e){return"pre"===e},isUnaryTag:bo,mustUseProp:jn,canBeLeftOpenTag:$o,isReservedTag:Wn,getTagNamespace:Zn,staticKeys:function(e){return e.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(",")}(ba)},xa=g(function(e){return p("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(e?","+e:""))});function ka(e,t){e&&($a=xa(t.staticKeys||""),wa=t.isReservedTag||T,function e(t){t.static=function(e){if(2===e.type)return!1;if(3===e.type)return!0;return!(!e.pre&&(e.hasBindings||e.if||e.for||d(e.tag)||!wa(e.tag)||function(e){for(;e.parent;){if("template"!==(e=e.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every($a)))}(t);if(1===t.type){if(!wa(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var n=0,r=t.children.length;n<r;n++){var i=t.children[n];e(i),i.static||(t.static=!1)}if(t.ifConditions)for(var o=1,a=t.ifConditions.length;o<a;o++){var s=t.ifConditions[o].block;e(s),s.static||(t.static=!1)}}}(e),function e(t,n){if(1===t.type){if((t.static||t.once)&&(t.staticInFor=n),t.static&&t.children.length&&(1!==t.children.length||3!==t.children[0].type))return void(t.staticRoot=!0);if(t.staticRoot=!1,t.children)for(var r=0,i=t.children.length;r<i;r++)e(t.children[r],n||!!t.for);if(t.ifConditions)for(var o=1,a=t.ifConditions.length;o<a;o++)e(t.ifConditions[o].block,n)}}(e,!1))}var Aa=/^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/,Oa=/\([^)]*?\);*$/,Sa=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Ta={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ea={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},Na=function(e){return"if("+e+")return null;"},ja={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Na("$event.target !== $event.currentTarget"),ctrl:Na("!$event.ctrlKey"),shift:Na("!$event.shiftKey"),alt:Na("!$event.altKey"),meta:Na("!$event.metaKey"),left:Na("'button' in $event && $event.button !== 0"),middle:Na("'button' in $event && $event.button !== 1"),right:Na("'button' in $event && $event.button !== 2")};function Da(e,t){var n=t?"nativeOn:":"on:",r="",i="";for(var o in e){var a=La(e[o]);e[o]&&e[o].dynamic?i+=o+","+a+",":r+='"'+o+'":'+a+","}return r="{"+r.slice(0,-1)+"}",i?n+"_d("+r+",["+i.slice(0,-1)+"])":n+r}function La(e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map(function(e){return La(e)}).join(",")+"]";var t=Sa.test(e.value),n=Aa.test(e.value),r=Sa.test(e.value.replace(Oa,""));if(e.modifiers){var i="",o="",a=[];for(var s in e.modifiers)if(ja[s])o+=ja[s],Ta[s]&&a.push(s);else if("exact"===s){var c=e.modifiers;o+=Na(["ctrl","shift","alt","meta"].filter(function(e){return!c[e]}).map(function(e){return"$event."+e+"Key"}).join("||"))}else a.push(s);return a.length&&(i+=function(e){return"if(!$event.type.indexOf('key')&&"+e.map(Ma).join("&&")+")return null;"}(a)),o&&(i+=o),"function($event){"+i+(t?"return "+e.value+"($event)":n?"return ("+e.value+")($event)":r?"return "+e.value:e.value)+"}"}return t||n?e.value:"function($event){"+(r?"return "+e.value:e.value)+"}"}function Ma(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var n=Ta[e],r=Ea[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(r)+")"}var Ia={on:function(e,t){e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}},bind:function(e,t){e.wrapData=function(n){return"_b("+n+",'"+e.tag+"',"+t.value+","+(t.modifiers&&t.modifiers.prop?"true":"false")+(t.modifiers&&t.modifiers.sync?",true":"")+")"}},cloak:S},Fa=function(e){this.options=e,this.warn=e.warn||Sr,this.transforms=Tr(e.modules,"transformCode"),this.dataGenFns=Tr(e.modules,"genData"),this.directives=A(A({},Ia),e.directives);var t=e.isReservedTag||T;this.maybeComponent=function(e){return!!e.component||!t(e.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function Pa(e,t){var n=new Fa(t);return{render:"with(this){return "+(e?Ra(e,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function Ra(e,t){if(e.parent&&(e.pre=e.pre||e.parent.pre),e.staticRoot&&!e.staticProcessed)return Ha(e,t);if(e.once&&!e.onceProcessed)return Ba(e,t);if(e.for&&!e.forProcessed)return za(e,t);if(e.if&&!e.ifProcessed)return Ua(e,t);if("template"!==e.tag||e.slotTarget||t.pre){if("slot"===e.tag)return function(e,t){var n=e.slotName||'"default"',r=qa(e,t),i="_t("+n+(r?","+r:""),o=e.attrs||e.dynamicAttrs?Ga((e.attrs||[]).concat(e.dynamicAttrs||[]).map(function(e){return{name:b(e.name),value:e.value,dynamic:e.dynamic}})):null,a=e.attrsMap["v-bind"];!o&&!a||r||(i+=",null");o&&(i+=","+o);a&&(i+=(o?"":",null")+","+a);return i+")"}(e,t);var n;if(e.component)n=function(e,t,n){var r=t.inlineTemplate?null:qa(t,n,!0);return"_c("+e+","+Va(t,n)+(r?","+r:"")+")"}(e.component,e,t);else{var r;(!e.plain||e.pre&&t.maybeComponent(e))&&(r=Va(e,t));var i=e.inlineTemplate?null:qa(e,t,!0);n="_c('"+e.tag+"'"+(r?","+r:"")+(i?","+i:"")+")"}for(var o=0;o<t.transforms.length;o++)n=t.transforms[o](e,n);return n}return qa(e,t)||"void 0"}function Ha(e,t){e.staticProcessed=!0;var n=t.pre;return e.pre&&(t.pre=e.pre),t.staticRenderFns.push("with(this){return "+Ra(e,t)+"}"),t.pre=n,"_m("+(t.staticRenderFns.length-1)+(e.staticInFor?",true":"")+")"}function Ba(e,t){if(e.onceProcessed=!0,e.if&&!e.ifProcessed)return Ua(e,t);if(e.staticInFor){for(var n="",r=e.parent;r;){if(r.for){n=r.key;break}r=r.parent}return n?"_o("+Ra(e,t)+","+t.onceId+++","+n+")":Ra(e,t)}return Ha(e,t)}function Ua(e,t,n,r){return e.ifProcessed=!0,function e(t,n,r,i){if(!t.length)return i||"_e()";var o=t.shift();return o.exp?"("+o.exp+")?"+a(o.block)+":"+e(t,n,r,i):""+a(o.block);function a(e){return r?r(e,n):e.once?Ba(e,n):Ra(e,n)}}(e.ifConditions.slice(),t,n,r)}function za(e,t,n,r){var i=e.for,o=e.alias,a=e.iterator1?","+e.iterator1:"",s=e.iterator2?","+e.iterator2:"";return e.forProcessed=!0,(r||"_l")+"(("+i+"),function("+o+a+s+"){return "+(n||Ra)(e,t)+"})"}function Va(e,t){var n="{",r=function(e,t){var n=e.directives;if(!n)return;var r,i,o,a,s="directives:[",c=!1;for(r=0,i=n.length;r<i;r++){o=n[r],a=!0;var u=t.directives[o.name];u&&(a=!!u(e,o,t.warn)),a&&(c=!0,s+='{name:"'+o.name+'",rawName:"'+o.rawName+'"'+(o.value?",value:("+o.value+"),expression:"+JSON.stringify(o.value):"")+(o.arg?",arg:"+(o.isDynamicArg?o.arg:'"'+o.arg+'"'):"")+(o.modifiers?",modifiers:"+JSON.stringify(o.modifiers):"")+"},")}if(c)return s.slice(0,-1)+"]"}(e,t);r&&(n+=r+","),e.key&&(n+="key:"+e.key+","),e.ref&&(n+="ref:"+e.ref+","),e.refInFor&&(n+="refInFor:true,"),e.pre&&(n+="pre:true,"),e.component&&(n+='tag:"'+e.tag+'",');for(var i=0;i<t.dataGenFns.length;i++)n+=t.dataGenFns[i](e);if(e.attrs&&(n+="attrs:"+Ga(e.attrs)+","),e.props&&(n+="domProps:"+Ga(e.props)+","),e.events&&(n+=Da(e.events,!1)+","),e.nativeEvents&&(n+=Da(e.nativeEvents,!0)+","),e.slotTarget&&!e.slotScope&&(n+="slot:"+e.slotTarget+","),e.scopedSlots&&(n+=function(e,t,n){var r=e.for||Object.keys(t).some(function(e){var n=t[e];return n.slotTargetDynamic||n.if||n.for||Ka(n)}),i=!!e.if;if(!r)for(var o=e.parent;o;){if(o.slotScope&&o.slotScope!==ca||o.for){r=!0;break}o.if&&(i=!0),o=o.parent}var a=Object.keys(t).map(function(e){return Ja(t[e],n)}).join(",");return"scopedSlots:_u(["+a+"]"+(r?",null,true":"")+(!r&&i?",null,false,"+function(e){var t=5381,n=e.length;for(;n;)t=33*t^e.charCodeAt(--n);return t>>>0}(a):"")+")"}(e,e.scopedSlots,t)+","),e.model&&(n+="model:{value:"+e.model.value+",callback:"+e.model.callback+",expression:"+e.model.expression+"},"),e.inlineTemplate){var o=function(e,t){var n=e.children[0];if(n&&1===n.type){var r=Pa(n,t.options);return"inlineTemplate:{render:function(){"+r.render+"},staticRenderFns:["+r.staticRenderFns.map(function(e){return"function(){"+e+"}"}).join(",")+"]}"}}(e,t);o&&(n+=o+",")}return n=n.replace(/,$/,"")+"}",e.dynamicAttrs&&(n="_b("+n+',"'+e.tag+'",'+Ga(e.dynamicAttrs)+")"),e.wrapData&&(n=e.wrapData(n)),e.wrapListeners&&(n=e.wrapListeners(n)),n}function Ka(e){return 1===e.type&&("slot"===e.tag||e.children.some(Ka))}function Ja(e,t){var n=e.attrsMap["slot-scope"];if(e.if&&!e.ifProcessed&&!n)return Ua(e,t,Ja,"null");if(e.for&&!e.forProcessed)return za(e,t,Ja);var r=e.slotScope===ca?"":String(e.slotScope),i="function("+r+"){return "+("template"===e.tag?e.if&&n?"("+e.if+")?"+(qa(e,t)||"undefined")+":undefined":qa(e,t)||"undefined":Ra(e,t))+"}",o=r?"":",proxy:true";return"{key:"+(e.slotTarget||'"default"')+",fn:"+i+o+"}"}function qa(e,t,n,r,i){var o=e.children;if(o.length){var a=o[0];if(1===o.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?t.maybeComponent(a)?",1":",0":"";return""+(r||Ra)(a,t)+s}var c=n?function(e,t){for(var n=0,r=0;r<e.length;r++){var i=e[r];if(1===i.type){if(Wa(i)||i.ifConditions&&i.ifConditions.some(function(e){return Wa(e.block)})){n=2;break}(t(i)||i.ifConditions&&i.ifConditions.some(function(e){return t(e.block)}))&&(n=1)}}return n}(o,t.maybeComponent):0,u=i||Za;return"["+o.map(function(e){return u(e,t)}).join(",")+"]"+(c?","+c:"")}}function Wa(e){return void 0!==e.for||"template"===e.tag||"slot"===e.tag}function Za(e,t){return 1===e.type?Ra(e,t):3===e.type&&e.isComment?(r=e,"_e("+JSON.stringify(r.text)+")"):"_v("+(2===(n=e).type?n.expression:Xa(JSON.stringify(n.text)))+")";var n,r}function Ga(e){for(var t="",n="",r=0;r<e.length;r++){var i=e[r],o=Xa(i.value);i.dynamic?n+=i.name+","+o+",":t+='"'+i.name+'":'+o+","}return t="{"+t.slice(0,-1)+"}",n?"_d("+t+",["+n.slice(0,-1)+"])":t}function Xa(e){return e.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b");function Ya(e,t){try{return new Function(e)}catch(n){return t.push({err:n,code:e}),S}}function Qa(e){var t=Object.create(null);return function(n,r,i){(r=A({},r)).warn;delete r.warn;var o=r.delimiters?String(r.delimiters)+n:n;if(t[o])return t[o];var a=e(n,r),s={},c=[];return s.render=Ya(a.render,c),s.staticRenderFns=a.staticRenderFns.map(function(e){return Ya(e,c)}),t[o]=s}}var es,ts,ns=(es=function(e,t){var n=la(e.trim(),t);!1!==t.optimize&&ka(n,t);var r=Pa(n,t);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}},function(e){function t(t,n){var r=Object.create(e),i=[],o=[];if(n)for(var a in n.modules&&(r.modules=(e.modules||[]).concat(n.modules)),n.directives&&(r.directives=A(Object.create(e.directives||null),n.directives)),n)"modules"!==a&&"directives"!==a&&(r[a]=n[a]);r.warn=function(e,t,n){(n?o:i).push(e)};var s=es(t.trim(),r);return s.errors=i,s.tips=o,s}return{compile:t,compileToFunctions:Qa(t)}})(Ca),rs=(ns.compile,ns.compileToFunctions);function is(e){return(ts=ts||document.createElement("div")).innerHTML=e?'<a href="\n"/>':'<div a="\n"/>',ts.innerHTML.indexOf(" ")>0}var os=!!z&&is(!1),as=!!z&&is(!0),ss=g(function(e){var t=Yn(e);return t&&t.innerHTML}),cs=wn.prototype.$mount;return wn.prototype.$mount=function(e,t){if((e=e&&Yn(e))===document.body||e===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=ss(r));else{if(!r.nodeType)return this;r=r.innerHTML}else e&&(r=function(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){var i=rs(r,{outputSourceRange:!1,shouldDecodeNewlines:os,shouldDecodeNewlinesForHref:as,delimiters:n.delimiters,comments:n.comments},this),o=i.render,a=i.staticRenderFns;n.render=o,n.staticRenderFns=a}}return cs.call(this,e,t)},wn.compile=rs,wn}); \ No newline at end of file diff --git a/proj/chordboard/oggs/00.ogg b/proj/chordboard/oggs/00.ogg new file mode 100644 index 0000000..e8ac937 Binary files /dev/null and b/proj/chordboard/oggs/00.ogg differ diff --git a/proj/chordboard/oggs/01.ogg b/proj/chordboard/oggs/01.ogg new file mode 100644 index 0000000..657f4cd Binary files /dev/null and b/proj/chordboard/oggs/01.ogg differ diff --git a/proj/chordboard/oggs/02.ogg b/proj/chordboard/oggs/02.ogg new file mode 100644 index 0000000..63a4d5e Binary files /dev/null and b/proj/chordboard/oggs/02.ogg differ diff --git a/proj/chordboard/oggs/03.ogg b/proj/chordboard/oggs/03.ogg new file mode 100644 index 0000000..96363b2 Binary files /dev/null and b/proj/chordboard/oggs/03.ogg differ diff --git a/proj/chordboard/oggs/04.ogg b/proj/chordboard/oggs/04.ogg new file mode 100644 index 0000000..b0e181d Binary files /dev/null and b/proj/chordboard/oggs/04.ogg differ diff --git a/proj/chordboard/oggs/05.ogg b/proj/chordboard/oggs/05.ogg new file mode 100644 index 0000000..8465ee7 Binary files /dev/null and b/proj/chordboard/oggs/05.ogg differ diff --git a/proj/chordboard/oggs/06.ogg b/proj/chordboard/oggs/06.ogg new file mode 100644 index 0000000..974c60e Binary files /dev/null and b/proj/chordboard/oggs/06.ogg differ diff --git a/proj/chordboard/oggs/07.ogg b/proj/chordboard/oggs/07.ogg new file mode 100644 index 0000000..836b9c4 Binary files /dev/null and b/proj/chordboard/oggs/07.ogg differ diff --git a/proj/chordboard/oggs/08.ogg b/proj/chordboard/oggs/08.ogg new file mode 100644 index 0000000..2cf0773 Binary files /dev/null and b/proj/chordboard/oggs/08.ogg differ diff --git a/proj/chordboard/oggs/09.ogg b/proj/chordboard/oggs/09.ogg new file mode 100644 index 0000000..8f9693f Binary files /dev/null and b/proj/chordboard/oggs/09.ogg differ diff --git a/proj/chordboard/oggs/10.ogg b/proj/chordboard/oggs/10.ogg new file mode 100644 index 0000000..877c0cd Binary files /dev/null and b/proj/chordboard/oggs/10.ogg differ diff --git a/proj/chordboard/oggs/11.ogg b/proj/chordboard/oggs/11.ogg new file mode 100644 index 0000000..140b93c Binary files /dev/null and b/proj/chordboard/oggs/11.ogg differ diff --git a/proj/chordboard/oggs/12.ogg b/proj/chordboard/oggs/12.ogg new file mode 100644 index 0000000..e727a84 Binary files /dev/null and b/proj/chordboard/oggs/12.ogg differ diff --git a/proj/chordboard/oggs/13.ogg b/proj/chordboard/oggs/13.ogg new file mode 100644 index 0000000..81bb170 Binary files /dev/null and b/proj/chordboard/oggs/13.ogg differ diff --git a/proj/chordboard/oggs/14.ogg b/proj/chordboard/oggs/14.ogg new file mode 100644 index 0000000..7c52e9b Binary files /dev/null and b/proj/chordboard/oggs/14.ogg differ diff --git a/proj/chordboard/oggs/15.ogg b/proj/chordboard/oggs/15.ogg new file mode 100644 index 0000000..7c3c63e Binary files /dev/null and b/proj/chordboard/oggs/15.ogg differ diff --git a/proj/chordboard/oggs/16.ogg b/proj/chordboard/oggs/16.ogg new file mode 100644 index 0000000..0d03cf2 Binary files /dev/null and b/proj/chordboard/oggs/16.ogg differ diff --git a/proj/chordboard/oggs/17.ogg b/proj/chordboard/oggs/17.ogg new file mode 100644 index 0000000..3ab1646 Binary files /dev/null and b/proj/chordboard/oggs/17.ogg differ diff --git a/proj/chordboard/oggs/18.ogg b/proj/chordboard/oggs/18.ogg new file mode 100644 index 0000000..b53aee3 Binary files /dev/null and b/proj/chordboard/oggs/18.ogg differ diff --git a/proj/chordboard/oggs/19.ogg b/proj/chordboard/oggs/19.ogg new file mode 100644 index 0000000..05a8022 Binary files /dev/null and b/proj/chordboard/oggs/19.ogg differ diff --git a/proj/chordboard/oggs/20.ogg b/proj/chordboard/oggs/20.ogg new file mode 100644 index 0000000..1047d2a Binary files /dev/null and b/proj/chordboard/oggs/20.ogg differ diff --git a/proj/chordboard/oggs/21.ogg b/proj/chordboard/oggs/21.ogg new file mode 100644 index 0000000..3612664 Binary files /dev/null and b/proj/chordboard/oggs/21.ogg differ diff --git a/proj/chordboard/oggs/22.ogg b/proj/chordboard/oggs/22.ogg new file mode 100644 index 0000000..968a742 Binary files /dev/null and b/proj/chordboard/oggs/22.ogg differ diff --git a/proj/chordboard/oggs/23.ogg b/proj/chordboard/oggs/23.ogg new file mode 100644 index 0000000..bbfa750 Binary files /dev/null and b/proj/chordboard/oggs/23.ogg differ diff --git a/proj/chordboard/oggs/24.ogg b/proj/chordboard/oggs/24.ogg new file mode 100644 index 0000000..2fb6538 Binary files /dev/null and b/proj/chordboard/oggs/24.ogg differ diff --git a/proj/chordboard/oggs/25.ogg b/proj/chordboard/oggs/25.ogg new file mode 100644 index 0000000..8e17a51 Binary files /dev/null and b/proj/chordboard/oggs/25.ogg differ diff --git a/proj/chordboard/oggs/26.ogg b/proj/chordboard/oggs/26.ogg new file mode 100644 index 0000000..6d20204 Binary files /dev/null and b/proj/chordboard/oggs/26.ogg differ diff --git a/proj/chordboard/oggs/27.ogg b/proj/chordboard/oggs/27.ogg new file mode 100644 index 0000000..026b9aa Binary files /dev/null and b/proj/chordboard/oggs/27.ogg differ diff --git a/proj/chordboard/oggs/28.ogg b/proj/chordboard/oggs/28.ogg new file mode 100644 index 0000000..cb14606 Binary files /dev/null and b/proj/chordboard/oggs/28.ogg differ diff --git a/proj/chordboard/oggs/29.ogg b/proj/chordboard/oggs/29.ogg new file mode 100644 index 0000000..e1752c9 Binary files /dev/null and b/proj/chordboard/oggs/29.ogg differ diff --git a/proj/chordboard/oggs/30.ogg b/proj/chordboard/oggs/30.ogg new file mode 100644 index 0000000..6c45b70 Binary files /dev/null and b/proj/chordboard/oggs/30.ogg differ diff --git a/proj/chordboard/oggs/31.ogg b/proj/chordboard/oggs/31.ogg new file mode 100644 index 0000000..b03e107 Binary files /dev/null and b/proj/chordboard/oggs/31.ogg differ diff --git a/proj/chordboard/oggs/32.ogg b/proj/chordboard/oggs/32.ogg new file mode 100644 index 0000000..b53d0dc Binary files /dev/null and b/proj/chordboard/oggs/32.ogg differ diff --git a/proj/chordboard/oggs/33.ogg b/proj/chordboard/oggs/33.ogg new file mode 100644 index 0000000..a5f1e2b Binary files /dev/null and b/proj/chordboard/oggs/33.ogg differ diff --git a/proj/chordboard/oggs/34.ogg b/proj/chordboard/oggs/34.ogg new file mode 100644 index 0000000..afa411b Binary files /dev/null and b/proj/chordboard/oggs/34.ogg differ diff --git a/proj/chordboard/oggs/35.ogg b/proj/chordboard/oggs/35.ogg new file mode 100644 index 0000000..380adbd Binary files /dev/null and b/proj/chordboard/oggs/35.ogg differ diff --git a/proj/chordboard/oggs/oggs b/proj/chordboard/oggs/oggs new file mode 100644 index 0000000..44b4453 --- /dev/null +++ b/proj/chordboard/oggs/oggs @@ -0,0 +1,37 @@ +00.ogg +01.ogg +02.ogg +03.ogg +04.ogg +05.ogg +06.ogg +07.ogg +08.ogg +09.ogg +10.ogg +11.ogg +12.ogg +13.ogg +14.ogg +15.ogg +16.ogg +17.ogg +18.ogg +19.ogg +20.ogg +21.ogg +22.ogg +23.ogg +24.ogg +25.ogg +26.ogg +27.ogg +28.ogg +29.ogg +30.ogg +31.ogg +32.ogg +33.ogg +34.ogg +35.ogg +oggs diff --git a/proj/chordboard/svg/M-m-sus.svg b/proj/chordboard/svg/M-m-sus.svg new file mode 100644 index 0000000..99162b1 --- /dev/null +++ b/proj/chordboard/svg/M-m-sus.svg @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="156" + height="78" + viewBox="0 0 41.275 20.637501" + version="1.1" + id="svg1591" + inkscape:version="1.0.2 (e86c870879, 2021-01-15)" + sodipodi:docname="M-m-sus.svg"> + <defs + id="defs1585" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.8803798" + inkscape:cx="143.08453" + inkscape:cy="85.861727" + inkscape:document-units="mm" + inkscape:current-layer="layer2" + inkscape:document-rotation="0" + showgrid="false" + units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="779" + inkscape:window-x="0" + inkscape:window-y="21" + inkscape:window-maximized="0"> + <sodipodi:guide + position="26.673441,4.7504589" + orientation="0,-1" + id="guide2280" /> + </sodipodi:namedview> + <metadata + id="metadata1588"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="M" + style="display:inline"> + <g + aria-label="M" + id="text1024" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.410164" + transform="translate(1.4632295,15.845723)"> + <path + d="m 13.13833,-11.095264 h 2.903777 l 3.06691,7.4823914 h 0.130507 l 3.06691,-7.4823914 h 2.903777 V 0.04131836 H 22.926342 V -7.207248 h -0.09244 l -2.882025,7.19418852 h -1.55521 L 15.514642,-7.2344369 h -0.09244 V 0.04131836 H 13.13833 Z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.410164" + id="path2271" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="m" + style="display:inline"> + <g + aria-label="m" + id="text1096" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.410164" + transform="translate(12.324207,35.898697)"> + <path + d="m 2.2447251,-20.011656 v -8.352436 h 2.2077404 v 1.473639 h 0.09788 q 0.2610137,-0.739539 0.8700455,-1.158248 0.6144696,-0.424147 1.4573262,-0.424147 0.8591699,0 1.4627639,0.429585 0.6035941,0.424147 0.8047921,1.15281 h 0.087005 q 0.2555759,-0.717787 0.9244228,-1.147372 0.674285,-0.435023 1.593271,-0.435023 1.169124,0 1.897787,0.744976 0.734101,0.739539 0.734101,2.098985 v 5.617231 h -2.311059 v -5.160457 q 0,-0.696036 -0.369769,-1.044055 -0.369769,-0.348018 -0.924423,-0.348018 -0.630783,0 -0.984239,0.402396 -0.353456,0.402396 -0.353456,1.049493 v 5.100641 H 7.1931087 v -5.209397 q 0,-0.61447 -0.3534559,-0.978801 -0.3480182,-0.364332 -0.9189856,-0.364332 -0.5764051,0 -0.9679256,0.424147 -0.3915204,0.41871 -0.3915204,1.114746 v 5.013637 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.410164" + id="path2274" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="sus2"> + <g + id="g1264" + transform="matrix(1.5502233,0,0,1.5502233,-202.35561,-160.13889)" + style="display:inline;fill:#e9d2d2;fill-opacity:1"> + <g + aria-label="sus" + id="text853" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 139.05588,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.3157,-0.47004 -0.23853,-0.20345 -0.67699,-0.20345 -0.39638,0 -0.66647,0.17188 -0.26659,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.17889,0.14732 0.5893,0.23852 l 0.91902,0.19644 q 1.51184,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.81379,0.60333 -0.51915,0.21748 -1.19263,0.21748 -0.99269,0 -1.59251,-0.41742 -0.59982,-0.41742 -0.71909,-1.15755 l 1.23823,-0.11926 q 0.16487,0.73662 1.06986,0.73662 0.4525,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91902,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36831,-0.97515 0,-0.4981 0.2736,-0.8629 0.2736,-0.36831 0.76468,-0.56826 0.49109,-0.20344 1.14002,-0.20344 0.94709,0 1.49079,0.40689 0.5472,0.40339 0.67699,1.0874 z" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" + id="path2261" /> + <path + d="m 142.90574,111.28195 v -3.12188 h 1.2698 v 5.38788 h -1.23121 v -0.95761 h -0.0561 q -0.18241,0.4525 -0.59983,0.74013 -0.41391,0.28764 -1.02075,0.28764 -0.79275,0 -1.29435,-0.52616 -0.50161,-0.52967 -0.50161,-1.50132 v -3.43056 h 1.2698 v 3.23413 q 0,0.51213 0.28062,0.8138 0.28062,0.30166 0.73663,0.30166 0.28061,0 0.54369,-0.1368 0.26308,-0.1368 0.43146,-0.4069 0.17187,-0.2736 0.17187,-0.68401 z" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" + id="path2263" /> + <path + d="m 148.99003,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.3157,-0.47004 -0.23852,-0.20345 -0.67699,-0.20345 -0.39637,0 -0.66647,0.17188 -0.26659,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.17889,0.14732 0.5893,0.23852 l 0.91903,0.19644 q 1.51183,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.8138,0.60333 -0.51914,0.21748 -1.19263,0.21748 -0.99269,0 -1.59251,-0.41742 -0.59982,-0.41742 -0.71908,-1.15755 l 1.23823,-0.11926 q 0.16486,0.73662 1.06986,0.73662 0.45249,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91903,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36831,-0.97515 0,-0.4981 0.2736,-0.8629 0.27361,-0.36831 0.76469,-0.56826 0.49108,-0.20344 1.14001,-0.20344 0.94709,0 1.49079,0.40689 0.54721,0.40339 0.67699,1.0874 z" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" + id="path2265" /> + </g> + <g + aria-label="2" + id="text857" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.252436"> + <path + d="m 149.29351,113.54887 v -0.82042 l 1.91694,-1.77494 q 0.36814,-0.35236 0.56009,-0.61268 0.19196,-0.26033 0.19196,-0.58113 0,-0.35499 -0.23666,-0.5601 -0.23403,-0.20773 -0.58902,-0.20773 -0.36813,0 -0.59427,0.22351 -0.22351,0.22088 -0.22089,0.60743 h -1.08074 q 0,-0.52854 0.23929,-0.91771 0.23929,-0.38918 0.6679,-0.60217 0.43125,-0.21299 0.9966,-0.21299 0.5785,0 1.00712,0.2051 0.43124,0.20248 0.67053,0.56272 0.23929,0.35762 0.23929,0.82568 0,0.30503 -0.12096,0.60216 -0.12096,0.29714 -0.42599,0.66002 -0.30239,0.36025 -0.85723,0.86512 l -0.78623,0.77045 v 0.0368 h 2.2614 v 0.93086 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.252436" + id="path2268" /> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="sus4"> + <g + id="g1258" + transform="matrix(1.5502233,0,0,1.5502233,-237.10426,-160.13906)" + style="display:inline;fill:#e9d2d2;fill-opacity:1"> + <g + aria-label="sus" + id="text865" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 161.17268,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.31569,-0.47004 -0.23853,-0.20345 -0.677,-0.20345 -0.39637,0 -0.66647,0.17188 -0.26658,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.1789,0.14732 0.5893,0.23852 l 0.91903,0.19644 q 1.51183,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.81379,0.60333 -0.51915,0.21748 -1.19263,0.21748 -0.99269,0 -1.59252,-0.41742 -0.59982,-0.41742 -0.71908,-1.15755 l 1.23823,-0.11926 q 0.16486,0.73662 1.06986,0.73662 0.4525,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91903,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36831,-0.97515 0,-0.4981 0.2736,-0.8629 0.27361,-0.36831 0.76469,-0.56826 0.49108,-0.20344 1.14001,-0.20344 0.94709,0 1.49079,0.40689 0.54721,0.40339 0.67699,1.0874 z" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" + id="path2251" /> + <path + d="m 165.02255,111.28195 v -3.12188 h 1.2698 v 5.38788 h -1.23121 v -0.95761 h -0.0561 q -0.1824,0.4525 -0.59982,0.74013 -0.41391,0.28764 -1.02075,0.28764 -0.79275,0 -1.29435,-0.52616 -0.50161,-0.52967 -0.50161,-1.50132 v -3.43056 h 1.2698 v 3.23413 q 0,0.51213 0.28062,0.8138 0.28062,0.30166 0.73662,0.30166 0.28062,0 0.5437,-0.1368 0.26308,-0.1368 0.43145,-0.4069 0.17188,-0.2736 0.17188,-0.68401 z" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" + id="path2253" /> + <path + d="m 171.10684,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.3157,-0.47004 -0.23853,-0.20345 -0.67699,-0.20345 -0.39638,0 -0.66647,0.17188 -0.26659,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.17889,0.14732 0.5893,0.23852 l 0.91902,0.19644 q 1.51184,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.81379,0.60333 -0.51915,0.21748 -1.19263,0.21748 -0.99269,0 -1.59251,-0.41742 -0.59982,-0.41742 -0.71909,-1.15755 l 1.23823,-0.11926 q 0.16487,0.73662 1.06986,0.73662 0.4525,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91902,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36832,-0.97515 0,-0.4981 0.27361,-0.8629 0.2736,-0.36831 0.76468,-0.56826 0.49109,-0.20344 1.14002,-0.20344 0.94709,0 1.49079,0.40689 0.5472,0.40339 0.67699,1.0874 z" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" + id="path2255" /> + </g> + <g + aria-label="4" + id="text869" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.252436"> + <path + d="m 171.50497,112.60223 v -0.89667 l 2.24826,-3.542 h 1.42521 v 3.52622 h 0.6679 v 0.91245 h -0.6679 v 0.94664 h -1.08863 v -0.94664 z m 2.60587,-0.91245 v -2.28507 h -0.0421 l -1.41732,2.243 v 0.0421 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.252436" + id="path2258" /> + </g> + </g> + </g> +</svg> diff --git a/proj/chordboard/svg/M-m-sus.tar b/proj/chordboard/svg/M-m-sus.tar new file mode 100644 index 0000000..b140efb Binary files /dev/null and b/proj/chordboard/svg/M-m-sus.tar differ diff --git a/proj/chordboard/svg/M-m-sus/M.svg b/proj/chordboard/svg/M-m-sus/M.svg new file mode 100644 index 0000000..f06f830 --- /dev/null +++ b/proj/chordboard/svg/M-m-sus/M.svg @@ -0,0 +1,20 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="156" height="78" viewBox="0 0 41.275 20.637501" version="1.1" id="svg1591" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="M-m-sus.tar"> + <defs id="defs1585"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.8803798" inkscape:cx="143.08453" inkscape:cy="85.861727" inkscape:document-units="mm" inkscape:current-layer="layer2" inkscape:document-rotation="0" showgrid="false" units="px" showguides="true" inkscape:guide-bbox="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"> + <sodipodi:guide position="26.673441,4.7504589" orientation="0,-1" id="guide2280"/> + </sodipodi:namedview> + <metadata id="metadata1588"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer2" inkscape:label="M" style="display:inline"> + <svg:g aria-label="M" id="text1024" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.410164" transform="translate(1.4632295,15.845723)"> + <svg:path d="m 13.13833,-11.095264 h 2.903777 l 3.06691,7.4823914 h 0.130507 l 3.06691,-7.4823914 h 2.903777 V 0.04131836 H 22.926342 V -7.207248 h -0.09244 l -2.882025,7.19418852 h -1.55521 L 15.514642,-7.2344369 h -0.09244 V 0.04131836 H 13.13833 Z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.410164" id="path2271"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/M-m-sus/m.svg b/proj/chordboard/svg/M-m-sus/m.svg new file mode 100644 index 0000000..0c67cc3 --- /dev/null +++ b/proj/chordboard/svg/M-m-sus/m.svg @@ -0,0 +1,20 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="156" height="78" viewBox="0 0 41.275 20.637501" version="1.1" id="svg1591" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="M-m-sus.tar"> + <defs id="defs1585"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.8803798" inkscape:cx="143.08453" inkscape:cy="85.861727" inkscape:document-units="mm" inkscape:current-layer="layer2" inkscape:document-rotation="0" showgrid="false" units="px" showguides="true" inkscape:guide-bbox="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"> + <sodipodi:guide position="26.673441,4.7504589" orientation="0,-1" id="guide2280"/> + </sodipodi:namedview> + <metadata id="metadata1588"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer3" inkscape:label="m" style="display:inline"> + <svg:g aria-label="m" id="text1096" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.410164" transform="translate(12.324207,35.898697)"> + <svg:path d="m 2.2447251,-20.011656 v -8.352436 h 2.2077404 v 1.473639 h 0.09788 q 0.2610137,-0.739539 0.8700455,-1.158248 0.6144696,-0.424147 1.4573262,-0.424147 0.8591699,0 1.4627639,0.429585 0.6035941,0.424147 0.8047921,1.15281 h 0.087005 q 0.2555759,-0.717787 0.9244228,-1.147372 0.674285,-0.435023 1.593271,-0.435023 1.169124,0 1.897787,0.744976 0.734101,0.739539 0.734101,2.098985 v 5.617231 h -2.311059 v -5.160457 q 0,-0.696036 -0.369769,-1.044055 -0.369769,-0.348018 -0.924423,-0.348018 -0.630783,0 -0.984239,0.402396 -0.353456,0.402396 -0.353456,1.049493 v 5.100641 H 7.1931087 v -5.209397 q 0,-0.61447 -0.3534559,-0.978801 -0.3480182,-0.364332 -0.9189856,-0.364332 -0.5764051,0 -0.9679256,0.424147 -0.3915204,0.41871 -0.3915204,1.114746 v 5.013637 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.410164" id="path2274"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/M-m-sus/sus2.svg b/proj/chordboard/svg/M-m-sus/sus2.svg new file mode 100644 index 0000000..34f58e1 --- /dev/null +++ b/proj/chordboard/svg/M-m-sus/sus2.svg @@ -0,0 +1,27 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="156" height="78" viewBox="0 0 41.275 20.637501" version="1.1" id="svg1591" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="M-m-sus.tar"> + <defs id="defs1585"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.8803798" inkscape:cx="143.08453" inkscape:cy="85.861727" inkscape:document-units="mm" inkscape:current-layer="layer2" inkscape:document-rotation="0" showgrid="false" units="px" showguides="true" inkscape:guide-bbox="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"> + <sodipodi:guide position="26.673441,4.7504589" orientation="0,-1" id="guide2280"/> + </sodipodi:namedview> + <metadata id="metadata1588"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer4" inkscape:label="sus2"> + <svg:g id="g1264" transform="matrix(1.5502233,0,0,1.5502233,-202.35561,-160.13889)" style="display:inline;fill:#e9d2d2;fill-opacity:1"> + <svg:g aria-label="sus" id="text853" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="m 139.05588,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.3157,-0.47004 -0.23853,-0.20345 -0.67699,-0.20345 -0.39638,0 -0.66647,0.17188 -0.26659,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.17889,0.14732 0.5893,0.23852 l 0.91902,0.19644 q 1.51184,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.81379,0.60333 -0.51915,0.21748 -1.19263,0.21748 -0.99269,0 -1.59251,-0.41742 -0.59982,-0.41742 -0.71909,-1.15755 l 1.23823,-0.11926 q 0.16487,0.73662 1.06986,0.73662 0.4525,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91902,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36831,-0.97515 0,-0.4981 0.2736,-0.8629 0.2736,-0.36831 0.76468,-0.56826 0.49109,-0.20344 1.14002,-0.20344 0.94709,0 1.49079,0.40689 0.5472,0.40339 0.67699,1.0874 z" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2261"/> + <svg:path d="m 142.90574,111.28195 v -3.12188 h 1.2698 v 5.38788 h -1.23121 v -0.95761 h -0.0561 q -0.18241,0.4525 -0.59983,0.74013 -0.41391,0.28764 -1.02075,0.28764 -0.79275,0 -1.29435,-0.52616 -0.50161,-0.52967 -0.50161,-1.50132 v -3.43056 h 1.2698 v 3.23413 q 0,0.51213 0.28062,0.8138 0.28062,0.30166 0.73663,0.30166 0.28061,0 0.54369,-0.1368 0.26308,-0.1368 0.43146,-0.4069 0.17187,-0.2736 0.17187,-0.68401 z" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2263"/> + <svg:path d="m 148.99003,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.3157,-0.47004 -0.23852,-0.20345 -0.67699,-0.20345 -0.39637,0 -0.66647,0.17188 -0.26659,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.17889,0.14732 0.5893,0.23852 l 0.91903,0.19644 q 1.51183,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.8138,0.60333 -0.51914,0.21748 -1.19263,0.21748 -0.99269,0 -1.59251,-0.41742 -0.59982,-0.41742 -0.71908,-1.15755 l 1.23823,-0.11926 q 0.16486,0.73662 1.06986,0.73662 0.45249,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91903,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36831,-0.97515 0,-0.4981 0.2736,-0.8629 0.27361,-0.36831 0.76469,-0.56826 0.49108,-0.20344 1.14001,-0.20344 0.94709,0 1.49079,0.40689 0.54721,0.40339 0.67699,1.0874 z" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2265"/> + </svg:g> + <svg:g aria-label="2" id="text857" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.252436"> + <svg:path d="m 149.29351,113.54887 v -0.82042 l 1.91694,-1.77494 q 0.36814,-0.35236 0.56009,-0.61268 0.19196,-0.26033 0.19196,-0.58113 0,-0.35499 -0.23666,-0.5601 -0.23403,-0.20773 -0.58902,-0.20773 -0.36813,0 -0.59427,0.22351 -0.22351,0.22088 -0.22089,0.60743 h -1.08074 q 0,-0.52854 0.23929,-0.91771 0.23929,-0.38918 0.6679,-0.60217 0.43125,-0.21299 0.9966,-0.21299 0.5785,0 1.00712,0.2051 0.43124,0.20248 0.67053,0.56272 0.23929,0.35762 0.23929,0.82568 0,0.30503 -0.12096,0.60216 -0.12096,0.29714 -0.42599,0.66002 -0.30239,0.36025 -0.85723,0.86512 l -0.78623,0.77045 v 0.0368 h 2.2614 v 0.93086 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.252436" id="path2268"/> + </svg:g> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/M-m-sus/sus4.svg b/proj/chordboard/svg/M-m-sus/sus4.svg new file mode 100644 index 0000000..6f6d664 --- /dev/null +++ b/proj/chordboard/svg/M-m-sus/sus4.svg @@ -0,0 +1,27 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="156" height="78" viewBox="0 0 41.275 20.637501" version="1.1" id="svg1591" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="M-m-sus.tar"> + <defs id="defs1585"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.8803798" inkscape:cx="143.08453" inkscape:cy="85.861727" inkscape:document-units="mm" inkscape:current-layer="layer2" inkscape:document-rotation="0" showgrid="false" units="px" showguides="true" inkscape:guide-bbox="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"> + <sodipodi:guide position="26.673441,4.7504589" orientation="0,-1" id="guide2280"/> + </sodipodi:namedview> + <metadata id="metadata1588"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer5" inkscape:label="sus4"> + <svg:g id="g1258" transform="matrix(1.5502233,0,0,1.5502233,-237.10426,-160.13906)" style="display:inline;fill:#e9d2d2;fill-opacity:1"> + <svg:g aria-label="sus" id="text865" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="m 161.17268,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.31569,-0.47004 -0.23853,-0.20345 -0.677,-0.20345 -0.39637,0 -0.66647,0.17188 -0.26658,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.1789,0.14732 0.5893,0.23852 l 0.91903,0.19644 q 1.51183,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.81379,0.60333 -0.51915,0.21748 -1.19263,0.21748 -0.99269,0 -1.59252,-0.41742 -0.59982,-0.41742 -0.71908,-1.15755 l 1.23823,-0.11926 q 0.16486,0.73662 1.06986,0.73662 0.4525,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91903,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36831,-0.97515 0,-0.4981 0.2736,-0.8629 0.27361,-0.36831 0.76469,-0.56826 0.49108,-0.20344 1.14001,-0.20344 0.94709,0 1.49079,0.40689 0.54721,0.40339 0.67699,1.0874 z" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2251"/> + <svg:path d="m 165.02255,111.28195 v -3.12188 h 1.2698 v 5.38788 h -1.23121 v -0.95761 h -0.0561 q -0.1824,0.4525 -0.59982,0.74013 -0.41391,0.28764 -1.02075,0.28764 -0.79275,0 -1.29435,-0.52616 -0.50161,-0.52967 -0.50161,-1.50132 v -3.43056 h 1.2698 v 3.23413 q 0,0.51213 0.28062,0.8138 0.28062,0.30166 0.73662,0.30166 0.28062,0 0.5437,-0.1368 0.26308,-0.1368 0.43145,-0.4069 0.17188,-0.2736 0.17188,-0.68401 z" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2253"/> + <svg:path d="m 171.10684,109.58421 -1.15755,0.12628 q -0.0737,-0.26659 -0.3157,-0.47004 -0.23853,-0.20345 -0.67699,-0.20345 -0.39638,0 -0.66647,0.17188 -0.26659,0.17188 -0.26308,0.44549 -0.004,0.23501 0.17188,0.38585 0.17889,0.14732 0.5893,0.23852 l 0.91902,0.19644 q 1.51184,0.32972 1.51534,1.45921 0,0.50862 -0.29465,0.89798 -0.29465,0.38585 -0.81379,0.60333 -0.51915,0.21748 -1.19263,0.21748 -0.99269,0 -1.59251,-0.41742 -0.59982,-0.41742 -0.71909,-1.15755 l 1.23823,-0.11926 q 0.16487,0.73662 1.06986,0.73662 0.4525,0 0.7261,-0.1824 0.27711,-0.18591 0.27711,-0.46302 0,-0.4525 -0.7261,-0.61386 l -0.91902,-0.19292 q -0.77521,-0.16136 -1.14703,-0.5437 -0.37182,-0.38585 -0.36832,-0.97515 0,-0.4981 0.27361,-0.8629 0.2736,-0.36831 0.76468,-0.56826 0.49109,-0.20344 1.14002,-0.20344 0.94709,0 1.49079,0.40689 0.5472,0.40339 0.67699,1.0874 z" style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2255"/> + </svg:g> + <svg:g aria-label="4" id="text869" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.252436"> + <svg:path d="m 171.50497,112.60223 v -0.89667 l 2.24826,-3.542 h 1.42521 v 3.52622 h 0.6679 v 0.91245 h -0.6679 v 0.94664 h -1.08863 v -0.94664 z m 2.60587,-0.91245 v -2.28507 h -0.0421 l -1.41732,2.243 v 0.0421 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.252436" id="path2258"/> + </svg:g> + </svg:g> + </svg:g> +</svg> \ No newline at end of file diff --git a/proj/chordboard/svg/board.svg b/proj/chordboard/svg/board.svg new file mode 100644 index 0000000..ca7f33f --- /dev/null +++ b/proj/chordboard/svg/board.svg @@ -0,0 +1,1084 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="210mm" + height="297mm" + viewBox="0 0 210 297" + version="1.1" + id="svg8" + inkscape:version="1.0.2 (e86c870879, 2021-01-15)" + sodipodi:docname="chord-board-template.svg.2021_10_24_15_41_26.0.svg"> + <defs + id="defs2"> + <rect + x="124.65811" + y="84.45203" + width="58.840252" + height="30.324494" + id="rect835" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.6437525" + inkscape:cx="781.36598" + inkscape:cy="896.82807" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + inkscape:document-rotation="0" + showgrid="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-global="false" + inkscape:window-width="1280" + inkscape:window-height="779" + inkscape:window-x="0" + inkscape:window-y="21" + inkscape:window-maximized="0"> + <sodipodi:guide + position="137.7567,192.56846" + orientation="0,-1" + id="guide859" /> + <sodipodi:guide + position="141.61861,198.02739" + orientation="0,-1" + id="guide861" /> + <sodipodi:guide + position="120.28648,150.76629" + orientation="0,-1" + id="guide974" /> + <sodipodi:guide + position="114.56566,157.94986" + orientation="0,-1" + id="guide976" /> + <sodipodi:guide + position="71.385879,135.41068" + orientation="0,-1" + id="guide1272" /> + <sodipodi:guide + position="71.877818,128.22684" + orientation="0,-1" + id="guide4259" /> + <sodipodi:guide + position="247.67042,87.831146" + orientation="0,-1" + id="guide4331" /> + </sodipodi:namedview> + <metadata + id="metadata5"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="bg" + sodipodi:insensitive="true"> + <rect + style="fill:#0100b3;fill-opacity:1;fill-rule:evenodd;stroke:#c7c7f6;stroke-width:3.12378;stroke-linecap:square;stroke-opacity:1" + id="rect881" + width="897.77087" + height="412.11588" + x="-152.91971" + y="75.687401" + inkscape:export-xdpi="300" + inkscape:export-ydpi="300" /> + </g> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g1286" + transform="translate(-2.4738044,8.1004885)"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="442.78366" + y="160.65767" + id="text1276"><tspan + sodipodi:role="line" + x="442.78366" + y="160.65767" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1274">9</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.546234px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.273117" + x="436.23755" + y="160.65305" + id="text1280"><tspan + sodipodi:role="line" + x="436.23755" + y="160.65305" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.273117" + id="tspan1278">a</tspan></text> + </g> + <text + xml:space="preserve" + id="text833" + style="fill:black;fill-opacity:1;line-height:1.25;stroke:none;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:10.58333333px;white-space:pre;shape-inside:url(#rect835);" /> + <text + xml:space="preserve" + style="font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="48.254318" + y="11.062965" + id="text841"><tspan + sodipodi:role="line" + id="tspan839" + x="48.254318" + y="11.062965" + style="font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Medium Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.264584">sus</tspan></text> + <text + xml:space="preserve" + style="font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583" + x="60.807755" + y="14.569313" + id="text845"><tspan + sodipodi:role="line" + id="tspan843" + x="60.807755" + y="14.569313" + style="font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Medium Italic';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.264583">4</tspan></text> + <g + id="g1264" + transform="matrix(1.5502233,0,0,1.5502233,330.40793,-63.292667)"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="134.14505" + y="113.54795" + id="text853"><tspan + sodipodi:role="line" + id="tspan851" + x="134.14505" + y="113.54795" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584">sus</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.252436" + x="148.85701" + y="113.54887" + id="text857"><tspan + sodipodi:role="line" + id="tspan855" + x="148.85701" + y="113.54887" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.252436">2</tspan></text> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="-16.329964" + y="4.5825653" + id="text877"><tspan + sodipodi:role="line" + id="tspan875" + x="-16.329964" + y="4.5825653" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;stroke-width:0.264584">m M </tspan></text> + <g + id="g1258" + transform="matrix(1.5502233,0,0,1.5502233,337.87219,-62.438407)"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.748771px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="156.26186" + y="113.54795" + id="text865"><tspan + sodipodi:role="line" + id="tspan863" + x="156.26186" + y="113.54795" + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584">sus</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.252436" + x="171.14998" + y="113.54887" + id="text869"><tspan + sodipodi:role="line" + id="tspan867" + x="171.14998" + y="113.54887" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.40479px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.252436">4</tspan></text> + </g> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect935" + width="26.453199" + height="26.453199" + x="-49.021648" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect937" + width="26.453199" + height="26.453199" + x="-75.474838" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect939" + width="26.453199" + height="26.453199" + x="3.8847771" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect941" + width="26.453199" + height="26.453199" + x="-22.568447" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect943" + width="26.453199" + height="26.453199" + x="56.791195" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect945" + width="26.453199" + height="26.453199" + x="30.337971" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect947" + width="26.453199" + height="26.453199" + x="109.69755" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect949" + width="26.453199" + height="26.453199" + x="83.244362" + y="151.95682" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="119.6497" + y="168.78412" + id="text955"><tspan + sodipodi:role="line" + x="119.6497" + y="168.78412" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan953">9</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="89.950096" + y="168.77359" + id="text961"><tspan + sodipodi:role="line" + x="89.950096" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan959">69</tspan></text> + <g + id="g4265"> + <g + id="g4289"> + <g + aria-label="△" + id="text873" + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:1.352;stroke-miterlimit:4;stroke-dasharray:none" + transform="matrix(0.8862706,0,0,0.8862706,-1.7473178,40.308041)"> + <path + style="fill:none;stroke:#f6c7c7;stroke-width:1.352;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 75.021933,144.27422 2.942111,-5.91316 2.946935,5.91316 z" + id="path968" /> + </g> + <g + aria-label="7" + id="text972" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 71.876962,168.77316 2.978066,-5.89299 v -0.0491 h -3.469149 v -1.24174 h 5.040614 v 1.25928 l -2.981574,5.92456 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path4282" /> + </g> + </g> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="34.1726" + y="168.77359" + id="text986"><tspan + sodipodi:role="line" + x="34.1726" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan984">7+5</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="8.7261314" + y="168.77359" + id="text990"><tspan + sodipodi:role="line" + x="8.7261314" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan988">7-5</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="-12.237482" + y="168.77359" + id="text998"><tspan + sodipodi:role="line" + x="-12.237482" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan996">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="-39.043232" + y="168.77359" + id="text1002"><tspan + sodipodi:role="line" + x="-39.043232" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1000">6</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1004" + width="26.453199" + height="26.453199" + x="162.60393" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1006" + width="26.453199" + height="26.453199" + x="136.15074" + y="151.95682" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="164.28583" + y="168.78412" + id="text1010"><tspan + sodipodi:role="line" + x="164.28583" + y="168.78412" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1008">add9</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="138.00629" + y="168.77359" + id="text1014"><tspan + sodipodi:role="line" + x="138.00629" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1012">add2</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="-65.647232" + y="168.77359" + id="text1018"><tspan + sodipodi:role="line" + x="-65.647232" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1016">0</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1020" + width="264.53198" + height="26.453201" + x="-75.474846" + y="125.50362" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.410164" + x="475.72467" + y="113.5794" + id="text1024"><tspan + sodipodi:role="line" + x="475.72467" + y="113.5794" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.410164" + id="tspan1022">M</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1028" + width="26.453199" + height="26.453199" + x="215.51031" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1030" + width="26.453199" + height="26.453199" + x="189.05713" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:0.768235;stroke-linecap:square;stroke-opacity:1" + id="rect1032" + width="19.869265" + height="19.869265" + x="271.2515" + y="155.3681" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1034" + width="26.453199" + height="26.453199" + x="241.96352" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1036" + width="26.453199" + height="26.453199" + x="321.32315" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1038" + width="26.453199" + height="26.453199" + x="294.86993" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1040" + width="26.453199" + height="26.453199" + x="374.22952" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1042" + width="26.453199" + height="26.453199" + x="347.77634" + y="151.95682" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="384.18167" + y="168.78412" + id="text1046"><tspan + sodipodi:role="line" + x="384.18167" + y="168.78412" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1044">9</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="354.48206" + y="168.77359" + id="text1050"><tspan + sodipodi:role="line" + x="354.48206" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1048">69</tspan></text> + <path + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;fill-opacity:1;stroke:#f6c7c7;stroke-width:1.152;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 324.34407,168.79468 2.94211,-5.91316 2.94694,5.91316 z" + id="path1052" /> + <circle + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:2.3;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4310" + cx="317.69177" + cy="258.48663" + r="22.116688" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="335.54251" + y="168.77316" + id="text1058"><tspan + sodipodi:role="line" + x="335.54251" + y="168.77316" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1056">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.79375px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="298.70456" + y="168.77359" + id="text1062"><tspan + sodipodi:role="line" + x="298.70456" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584;" + id="tspan1060">7+5</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.52916667px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="273.25809" + y="168.77359" + id="text1066"><tspan + sodipodi:role="line" + x="273.25809" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584;" + id="tspan1064">7-5</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="252.29448" + y="168.77359" + id="text1070"><tspan + sodipodi:role="line" + x="252.29448" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1068">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="225.48874" + y="168.77359" + id="text1074"><tspan + sodipodi:role="line" + x="225.48874" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1072">6</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1076" + width="26.453199" + height="26.453199" + x="427.13589" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1078" + width="24.842489" + height="26.67691" + x="400.68271" + y="151.95682" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="198.88474" + y="168.77359" + id="text1090"><tspan + sodipodi:role="line" + x="198.88474" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1088">0</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1092" + width="264.53198" + height="26.453201" + x="189.05713" + y="125.50362" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.410164" + x="505.05719" + y="113.91055" + id="text1096"><tspan + sodipodi:role="line" + x="505.05719" + y="113.91055" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15.3128px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.410164" + id="tspan1094">m</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.023;stroke-linecap:square;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1098" + width="26.453199" + height="26.453199" + x="-75.474838" + y="178.41002" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="-105.04824" + y="194.85672" + id="text1108"><tspan + sodipodi:role="line" + x="-105.04824" + y="194.85672" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1106">B#/C</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="-108.48582" + y="221.30992" + id="text1114"><tspan + sodipodi:role="line" + x="-108.48582" + y="221.30992" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1112">C#/Db</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.023;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1122" + width="34.764576" + height="26.311283" + x="-110.23941" + y="204.86322" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.023;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1124" + width="34.764576" + height="26.311283" + x="-110.23941" + y="178.55194" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="-104.45542" + y="247.6212" + id="text1128"><tspan + sodipodi:role="line" + x="-104.45542" + y="247.6212" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1126">D/Eb</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.023;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1130" + width="34.764576" + height="26.311283" + x="-110.23941" + y="231.1745" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1132" + width="26.453199" + height="26.453199" + x="480.0423" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1134" + width="26.453199" + height="26.453199" + x="453.58911" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1138" + width="26.453199" + height="26.453199" + x="506.49551" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1140" + width="26.453199" + height="26.453199" + x="532.94873" + y="151.95682" /> + <g + aria-label="△" + id="g1158" + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.252436" + transform="translate(465.52374,24.016444)"> + <path + style="fill:none;stroke:#f6c7c7;stroke-width:0.965;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 75.021933,144.27422 2.942111,-5.91316 2.946935,5.91316 z" + id="path1156" /> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="547.16809" + y="168.77316" + id="text1162"><tspan + sodipodi:role="line" + x="547.16809" + y="168.77316" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1160">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="516.82642" + y="168.77359" + id="text1174"><tspan + sodipodi:role="line" + x="516.82642" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1172">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="490.02072" + y="168.77359" + id="text1178"><tspan + sodipodi:role="line" + x="490.02072" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1176">6</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="463.41672" + y="168.77359" + id="text1194"><tspan + sodipodi:role="line" + x="463.41672" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1192">0</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1196" + width="105.81281" + height="26.453201" + x="453.58911" + y="125.50362" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1202" + width="26.453199" + height="26.453199" + x="585.8551" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1204" + width="26.453199" + height="26.453199" + x="559.40192" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1206" + width="26.453199" + height="26.453199" + x="612.30835" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1208" + width="26.453199" + height="26.453199" + x="638.76154" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1210" + width="26.453199" + height="26.453199" + x="691.66785" + y="151.95682" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1212" + width="26.453199" + height="26.453199" + x="665.21472" + y="151.95682" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="701.62" + y="168.78412" + id="text1216"><tspan + sodipodi:role="line" + x="701.62" + y="168.78412" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1214">9</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="671.92041" + y="168.77359" + id="text1220"><tspan + sodipodi:role="line" + x="671.92041" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1218">69</tspan></text> + <g + aria-label="△" + id="g1224" + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.252436" + transform="translate(571.33696,24.016444)"> + <path + style="fill:none;stroke:#f6c7c7;stroke-width:0.965;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 75.021933,144.27422 2.942111,-5.91316 2.946935,5.91316 z" + id="path1222" /> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="652.9809" + y="168.77316" + id="text1228"><tspan + sodipodi:role="line" + x="652.9809" + y="168.77316" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1226">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="622.63922" + y="168.77359" + id="text1232"><tspan + sodipodi:role="line" + x="622.63922" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1230">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="595.8335" + y="168.77359" + id="text1236"><tspan + sodipodi:role="line" + x="595.8335" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1234">6</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1238" + width="26.453199" + height="26.453199" + x="718.12103" + y="151.95682" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="719.80304" + y="168.78412" + id="text1242"><tspan + sodipodi:role="line" + x="719.80304" + y="168.78412" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1240">add9</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="569.22949" + y="168.77359" + id="text1246"><tspan + sodipodi:role="line" + x="569.22949" + y="168.77359" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1244">0</tspan></text> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.0228;stroke-linecap:square;stroke-opacity:1" + id="rect1248" + width="185.1723" + height="26.453201" + x="559.40192" + y="125.50362" /> + <g + id="g1292" + transform="translate(0.58713082,0.17699118)"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="412.63782" + y="168.68248" + id="text1086"><tspan + sodipodi:role="line" + x="412.63782" + y="168.68248" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1084">2</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.546234px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.273117" + x="406.09171" + y="168.67786" + id="text1268"><tspan + sodipodi:role="line" + x="406.09171" + y="168.67786" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.273117" + id="tspan1266">a</tspan></text> + </g> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:0.768235;stroke-linecap:square;stroke-opacity:1" + id="rect4314" + width="19.869265" + height="19.869265" + x="168.62259" + y="221.03159" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="266.97241" + y="208.96632" + id="text4325"><tspan + sodipodi:role="line" + x="266.97241" + y="208.96632" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan4323">+7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="244.3486" + y="209.59329" + id="text4329"><tspan + sodipodi:role="line" + x="244.3486" + y="209.59329" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan4327">+</tspan></text> + <circle + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:0.816211;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4333" + cx="219.09065" + cy="225.62219" + r="2.0473022" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="222.22908" + y="229.21411" + id="text4337"><tspan + sodipodi:role="line" + x="222.22908" + y="229.21411" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan4335">7</tspan></text> + <g + aria-label="P4" + id="text1001" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 150.69419,219.16095 v -7.18384 h 2.83425 q 0.8173,0 1.39257,0.31219 0.57526,0.30868 0.87693,0.85939 0.30517,0.54721 0.30517,1.26279 0,0.71558 -0.30868,1.26278 -0.30868,0.5437 -0.89447,0.85238 -0.58228,0.30517 -1.41011,0.30517 h -1.27682 v 2.32914 z m 1.51884,-3.54632 h 1.03128 q 0.65244,0 0.97164,-0.33323 0.32271,-0.33675 0.32271,-0.86992 0,-0.53669 -0.32271,-0.86291 -0.3192,-0.32972 -0.97866,-0.32972 h -1.02426 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2029" /> + <path + d="m 156.41228,217.89817 v -1.19614 l 2.99911,-4.72492 h 1.9012 v 4.70387 h 0.89096 v 1.21719 h -0.89096 v 1.26278 h -1.45221 v -1.26278 z m 3.47617,-1.21719 v -3.04822 h -0.0561 l -1.89067,2.9921 v 0.0561 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2031" /> + </g> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#f6c7c7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000" + d="m 178.79045,229.12498 c -1.43226,0 -2.60548,1.17125 -2.60547,2.60351 0,1.43226 1.17321,2.60547 2.60547,2.60547 1.43226,1e-5 2.60547,-1.17321 2.60547,-2.60547 0,-1.43227 -1.1732,-2.60352 -2.60547,-2.60351 z m 0,1.11523 c 0.82913,0 1.49024,0.65915 1.49023,1.48828 0,0.82913 -0.6611,1.49024 -1.49023,1.49024 -0.82913,-1e-5 -1.48828,-0.66111 -1.48828,-1.49024 -1e-5,-0.82913 0.65915,-1.48828 1.48828,-1.48828 z" + id="path4312" /> + <g + aria-label="b3" + id="text997" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + transform="translate(-5.0857763,21.251492)"> + <path + d="m 178.89733,234.2373 v -7.18384 h 1.49429 v 2.70096 h 0.0456 c 0.0678,-0.14733 0.1637,-0.29582 0.28764,-0.44548 0.12394,-0.14967 0.28763,-0.27478 0.49108,-0.37533 0.20345,-0.10289 0.45483,-0.15434 0.75416,-0.15434 0.39521,0 0.75767,0.10289 1.0874,0.30868 0.32973,0.20345 0.59398,0.51096 0.79275,0.92253 0.20111,0.40924 0.30166,0.92254 0.30166,1.5399 0,0.60099 -0.097,1.10845 -0.29114,1.52236 -0.19409,0.41157 -0.456,0.72376 -0.78573,0.93656 -0.32973,0.21047 -0.69921,0.3157 -1.10845,0.3157 -0.28997,0 -0.53668,-0.0479 -0.74013,-0.14382 -0.20111,-0.0959 -0.36597,-0.21631 -0.49459,-0.3613 -0.12628,-0.14732 -0.2245,-0.29581 -0.29465,-0.44548 h -0.0667 v 0.8629 z m 1.46272,-2.69394 c 0,0.47939 0.0982,0.86525 0.29465,1.15756 0.19877,0.28997 0.47822,0.43496 0.83835,0.43496 0.36714,0 0.64776,-0.14733 0.84186,-0.44198 0.19409,-0.29699 0.29114,-0.6805 0.29114,-1.15054 0,-0.46769 -0.097,-0.84653 -0.29114,-1.1365 -0.19176,-0.29231 -0.47238,-0.43847 -0.84186,-0.43847 -0.36247,0 -0.64192,0.14265 -0.83835,0.42795 -0.19643,0.28295 -0.29465,0.66529 -0.29465,1.14702 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path1035" + sodipodi:nodetypes="cccccscsccsccsccccccscscscscs" /> + <path + d="m 187.25675,234.33552 c -0.52616,0 -0.99269,-0.09 -1.39958,-0.27009 -0.4069,-0.18007 -0.72727,-0.43029 -0.96112,-0.75066 -0.23385,-0.32037 -0.35546,-0.68985 -0.36481,-1.10844 h 1.52937 c 0.0141,0.26191 0.13333,0.47354 0.35779,0.6349 0.22683,0.16135 0.50745,0.24203 0.84186,0.24203 0.34843,0 0.63256,-0.0889 0.85238,-0.26659 0.22215,-0.18006 0.33206,-0.41274 0.32973,-0.69804 0.003,-0.28997 -0.11543,-0.52616 -0.35428,-0.70856 -0.23619,-0.18474 -0.55774,-0.27711 -0.96463,-0.27711 h -0.66998 v -1.11546 h 0.66998 c 0.34609,0 0.62788,-0.0865 0.84536,-0.25957 0.21748,-0.17539 0.32505,-0.40456 0.32271,-0.68752 0.003,-0.27127 -0.0909,-0.49108 -0.28061,-0.65945 -0.18708,-0.16837 -0.43379,-0.25256 -0.74014,-0.25256 -0.31102,0 -0.57644,0.0819 -0.79625,0.24554 -0.21982,0.16369 -0.33441,0.38234 -0.34376,0.65595 h -1.45571 c 0.007,-0.41391 0.12509,-0.77872 0.35428,-1.09441 0.22917,-0.31804 0.53785,-0.56592 0.92604,-0.74364 0.39053,-0.17773 0.83133,-0.26659 1.32242,-0.26659 0.49576,0 0.92955,0.09 1.30137,0.27009 0.37182,0.18007 0.66062,0.42327 0.86641,0.72961 0.20813,0.30401 0.31102,0.64543 0.30868,1.02426 0.003,0.40222 -0.12244,0.73779 -0.37533,1.00672 -0.25022,0.26893 -0.57644,0.43964 -0.97866,0.51213 v 0.0561 c 0.5285,0.0655 0.93072,0.24787 1.20666,0.54721 0.27828,0.29933 0.41625,0.67232 0.41392,1.11897 3e-5,0.005 4e-5,0.009 4e-5,0.0135 0,0.40372 -0.1181,0.76284 -0.35432,1.07736 -0.23619,0.31803 -0.56241,0.56825 -0.97866,0.75066 -0.41625,0.1824 -0.89331,0.2736 -1.43116,0.2736 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path1037" + sodipodi:nodetypes="ssscccscccsccscccssccccsscccccccscsss" /> + </g> + <g + aria-label="P5" + id="text1005" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 150.08203,229.70227 v -7.18384 h 2.83425 q 0.81731,0 1.39257,0.31219 0.57527,0.30868 0.87694,0.85939 0.30517,0.54721 0.30517,1.26279 0,0.71558 -0.30868,1.26278 -0.30868,0.5437 -0.89447,0.85238 -0.58229,0.30517 -1.41011,0.30517 h -1.27682 v 2.32914 z m 1.51885,-3.54632 h 1.03128 q 0.65244,0 0.97164,-0.33323 0.32271,-0.33675 0.32271,-0.86992 0,-0.53669 -0.32271,-0.8629 -0.3192,-0.32973 -0.97866,-0.32973 h -1.02426 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2024" /> + <path + d="m 158.53265,229.80049 q -0.74364,0 -1.32592,-0.27361 -0.58228,-0.2736 -0.92253,-0.75416 -0.33675,-0.48056 -0.35078,-1.10143 h 1.47325 q 0.0281,0.41742 0.35078,0.677 0.32271,0.25957 0.7752,0.25957 0.53318,0 0.87694,-0.35078 0.34376,-0.35077 0.34376,-0.91201 0,-0.56474 -0.35078,-0.91902 -0.34726,-0.35779 -0.89096,-0.3613 -0.31921,0 -0.61386,0.12979 -0.29465,0.12978 -0.45951,0.35428 l -1.35048,-0.24204 0.34025,-3.78835 h 4.39169 v 1.24174 h -3.13942 l -0.18591,1.79947 h 0.0421 q 0.18942,-0.26659 0.57176,-0.44198 0.38234,-0.17539 0.85589,-0.17539 0.64893,0 1.15755,0.30518 0.50862,0.30517 0.80327,0.83835 0.29465,0.53317 0.29114,1.22069 0.004,0.7261 -0.33674,1.29084 -0.33674,0.56124 -0.94358,0.88395 -0.60333,0.31921 -1.4031,0.31921 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2026" /> + </g> + <path + d="m 162.95882,255.52754 v -1.25227 h 5.90001 v 1.25227 h -2.19935 v 5.93157 h -1.50131 v -5.93157 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:0.264584" + id="path1018" /> + <path + d="m 149.76304,235.47673 v -1.25227 h 11.80002 v 1.25227 h -2.19935 v 5.93157 h -1.50131 v -5.93157 h -4.3987 v 5.93157 h -1.50131 v -5.93157 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + id="path1015" + sodipodi:nodetypes="ccccccccccccc" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:0.768235;stroke-linecap:square;stroke-opacity:1" + id="rect1021" + width="19.869265" + height="19.869265" + x="212.26118" + y="244.86531" /> + <circle + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f6c7c7;stroke-width:1.116;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle1023" + cx="219.58037" + cy="255.26495" + r="2.0473022" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="222.28474" + y="258.39185" + id="text1027"><tspan + sodipodi:role="line" + x="222.28474" + y="258.39185" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan1025">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="197.32608" + y="225.17711" + id="text2040"><tspan + sodipodi:role="line" + x="197.32608" + y="225.17711" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan2038">b5</tspan></text> + </g> +</svg> diff --git a/proj/chordboard/svg/chord-single-svg-square-path.svg b/proj/chordboard/svg/chord-single-svg-square-path.svg new file mode 100644 index 0000000..ed703b4 --- /dev/null +++ b/proj/chordboard/svg/chord-single-svg-square-path.svg @@ -0,0 +1,451 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="78" + height="78" + viewBox="0 0 20.6375 20.637501" + version="1.1" + id="svg1336" + inkscape:version="1.0.2 (e86c870879, 2021-01-15)" + sodipodi:docname="chord-single-svg-square-path.svg"> + <defs + id="defs1330" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.4528112" + inkscape:cx="18.618411" + inkscape:cy="8.5164138" + inkscape:document-units="mm" + inkscape:current-layer="layer18" + inkscape:document-rotation="0" + showgrid="false" + units="px" + inkscape:snap-page="true" + inkscape:window-width="1280" + inkscape:window-height="779" + inkscape:window-x="0" + inkscape:window-y="21" + inkscape:window-maximized="0" /> + <metadata + id="metadata1333"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="BG" + inkscape:groupmode="layer" + id="layer1" + sodipodi:insensitive="true" + style="display:inline"> + <rect + style="fill:#050554;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.252;stroke-linecap:square" + id="rect1917" + width="20.637499" + height="20.637499" + x="0" + y="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="0" + style="display:inline"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584;" + x="6.9197555" + y="13.880855" + id="text1018"><tspan + sodipodi:role="line" + x="6.9197555" + y="13.880855" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584;" + id="tspan1016">0</tspan></text> + </g> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="6" + style="display:inline"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584;" + x="7.0705667" + y="13.921174" + id="text1002"><tspan + sodipodi:role="line" + x="7.0705667" + y="13.921174" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584;" + id="tspan1000">6</tspan></text> + </g> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="7" + style="display:inline"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584;" + x="7.4231153" + y="13.91067" + id="text998"><tspan + sodipodi:role="line" + x="7.4231153" + y="13.91067" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584;" + id="tspan996">7</tspan></text> + </g> + <g + inkscape:groupmode="layer" + id="layer6" + inkscape:label="7-5" + style="display:none"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="1.9335049" + y="13.861562" + id="text990"><tspan + sodipodi:role="line" + x="1.9335049" + y="13.861562" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan988">7-5</tspan></text> + </g> + <g + inkscape:groupmode="layer" + id="layer7" + inkscape:label="7+5" + style="display:none"> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + x="0.92677915" + y="13.861562" + id="text986"><tspan + sodipodi:role="line" + x="0.92677915" + y="13.861562" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="tspan984">7+5</tspan></text> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="M7" + style="display:inline"> + <g + id="g4265" + transform="translate(-59.782067,-154.9312)" + style="fill:#f6c7c7;fill-opacity:1"> + <g + id="g875" + style="fill:#f6c7c7;fill-opacity:1"> + <g + aria-label="7" + id="text972" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <g + id="g886" + style="fill:#f6c7c7;fill-opacity:1"> + <g + aria-label="△" + id="text873" + style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:1.352;stroke-miterlimit:4;stroke-dasharray:none" + transform="matrix(0.88627061,0,0,0.88627061,-1.747319,40.308041)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#f6c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" + d="m 77.962891,136.84375 -4.033203,8.10742 h 1.091796 6.982422 z m 0.002,3.0332 1.853515,3.72071 h -3.705078 z" + id="path968" /> + </g> + <path + d="m 71.876962,168.77316 2.978066,-5.89299 v -0.0491 h -3.469149 v -1.24174 h 5.040614 v 1.25928 l -2.981574,5.92456 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path868" /> + </g> + </g> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer8" + inkscape:label="dim7" + style="display:inline"> + <g + id="g2772" + transform="translate(1.9321575,2.8893268)" + style="fill:#f6c7c7;fill-opacity:1"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#f6c7c7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" + d="m 5.6015625,5.28125 c -1.4322594,-1e-7 -2.6054688,1.1732093 -2.6054687,2.6054688 -1e-7,1.4322594 1.1732092,2.6054692 2.6054687,2.6054692 1.4322594,0 2.6054688,-1.1732098 2.6054687,-2.6054692 0,-1.4322594 -1.1732093,-2.6054688 -2.6054687,-2.6054688 z m 0,1.1171875 c 0.8291282,0 1.4902344,0.6591531 1.4902344,1.4882813 0,0.8291282 -0.6611062,1.4902343 -1.4902344,1.4902343 -0.8291282,1e-7 -1.4882813,-0.6611061 -1.4882813,-1.4902343 0,-0.8291283 0.6591531,-1.4882813 1.4882813,-1.4882813 z" + id="path4312" /> + <g + aria-label="7" + id="text4321" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="M 9.2272531,11.021343 12.20532,5.1283495 V 5.0792412 H 8.7361703 V 3.8375033 H 13.776785 V 5.0967799 L 10.79521,11.021343 Z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2792" /> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="g2782" + inkscape:label="dim" + style="display:inline"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#f6c7c7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" + d="m 10.31875,7.714258 c -1.4322596,0 -2.605469,1.1712561 -2.6054688,2.603516 1e-7,1.432259 1.1732094,2.605468 2.6054688,2.605468 1.432259,0 2.605469,-1.173209 2.605469,-2.605468 0,-1.4322599 -1.173209,-2.6035161 -2.605469,-2.603516 z m 0,1.1152344 c 0.829128,-10e-8 1.490234,0.659153 1.490234,1.4882816 0,0.829128 -0.661106,1.490234 -1.490234,1.490234 -0.8291282,0 -1.4882812,-0.661106 -1.4882813,-1.490234 -1e-7,-0.8291286 0.659153,-1.4882816 1.4882813,-1.4882816 z" + id="circle2774" /> + </g> + <g + inkscape:groupmode="layer" + id="layer9" + inkscape:label="69" + style="display:inline"> + <g + aria-label="69" + id="text1050" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="M 7.1372445,14.01941 Q 6.5830224,14.015902 6.0708932,13.8335 5.558764,13.64759 5.1518668,13.240693 4.7449696,12.830288 4.5064437,12.153295 4.2714255,11.476302 4.2679178,10.490629 4.2714255,9.2734451 4.6327221,8.4070347 4.9940188,7.5406243 5.6464574,7.0811111 6.3024037,6.6180902 7.1898605,6.6180902 q 0.7190855,0 1.2662921,0.2806187 0.5507143,0.2806188 0.8874568,0.7611784 0.3367425,0.4805596 0.4068972,1.0838899 H 8.252704 Q 8.1650106,8.3474032 7.8843919,8.1334314 7.6037731,7.9194596 7.1898605,7.9194596 q -0.7015469,0 -1.0663513,0.6138535 Q 5.7622126,9.1436589 5.7551971,10.21001 h 0.049108 q 0.242034,-0.4770517 0.7296091,-0.7436395 0.487575,-0.2700956 1.0803821,-0.2700956 0.6384077,0 1.136506,0.3016652 0.501606,0.2981574 0.7892402,0.8208099 0.2876342,0.522652 0.2841265,1.196137 0.00351,0.729609 -0.3367425,1.297862 -0.3402502,0.568253 -0.9470883,0.890965 -0.6033303,0.319203 -1.4030937,0.315696 z m -0.00702,-1.19263 q 0.5261602,0 0.8734259,-0.364804 0.3507734,-0.364805 0.3472657,-0.904996 0.00351,-0.533175 -0.3402503,-0.89798 -0.3437579,-0.364804 -0.8699181,-0.364804 -0.3472657,0 -0.6278844,0.171879 -0.2771111,0.171879 -0.4384668,0.459513 -0.1613558,0.284126 -0.1648635,0.6349 0,0.350773 0.157848,0.638408 0.1613558,0.287634 0.4349591,0.459513 0.277111,0.168371 0.6278844,0.168371 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2837" /> + <path + d="m 13.500256,6.6180902 q 0.554222,0 1.066351,0.1859099 0.515637,0.1824022 0.919026,0.5928071 0.406898,0.4104049 0.645423,1.0873977 0.238526,0.673485 0.238526,1.6591581 0,1.217184 -0.361296,2.087102 -0.361297,0.866411 -1.017243,1.329431 -0.652439,0.459514 -1.543403,0.459514 -0.719086,0 -1.2698,-0.277111 -0.550714,-0.280619 -0.887457,-0.761179 -0.333235,-0.484067 -0.403389,-1.087397 h 1.497802 q 0.08769,0.392866 0.368312,0.610345 0.280619,0.213972 0.694532,0.213972 0.701547,0 1.066351,-0.610346 0.364804,-0.613853 0.368312,-1.680204 h -0.04911 q -0.238526,0.473544 -0.729609,0.743639 -0.487575,0.270096 -1.080382,0.270096 -0.6349,0 -1.136506,-0.298157 -0.501606,-0.301666 -0.78924,-0.824318 -0.284127,-0.5226525 -0.280619,-1.1961375 -0.0035,-0.7296087 0.333235,-1.294354 0.336742,-0.5682529 0.940072,-0.8909645 0.606839,-0.3227116 1.41011,-0.3192038 z m 0.01052,1.1926297 q -0.529668,0 -0.876934,0.3648043 -0.347265,0.3648044 -0.343758,0.9049955 -0.0035,0.5331756 0.336743,0.89798 0.343758,0.3612963 0.869918,0.3612963 0.347266,0 0.624377,-0.171879 0.280618,-0.1718786 0.441974,-0.4595128 0.164864,-0.2876343 0.168371,-0.6349 -0.0035,-0.3472657 -0.16486,-0.6313921 Q 14.408759,8.1544778 14.135156,7.9825988 13.861552,7.8107199 13.510779,7.8107199 Z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2839" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer10" + inkscape:label="9" + style="display:inline"> + <g + aria-label="9" + id="text1046" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 10.225817,6.6181093 q 0.554222,0 1.066351,0.1859099 0.515637,0.1824022 0.919026,0.5928071 0.406897,0.4104049 0.645423,1.0873976 0.238526,0.673485 0.238526,1.6591581 0,1.217184 -0.361296,2.087102 -0.361297,0.866411 -1.017243,1.329432 -0.652439,0.459513 -1.543403,0.459513 -0.719086,0 -1.2698003,-0.277111 Q 8.3526864,13.461699 8.0159439,12.981139 7.6827092,12.497072 7.6125545,11.893742 H 9.110357 q 0.087693,0.392866 0.3683122,0.610346 0.2806187,0.213971 0.6945318,0.213971 0.701546,0 1.066351,-0.610345 0.364804,-0.613854 0.368312,-1.680205 h -0.04911 q -0.238526,0.473544 -0.729609,0.743639 -0.487575,0.270096 -1.0803823,0.270096 -0.6348999,0 -1.1365059,-0.298157 Q 8.1106528,10.841421 7.8230185,10.318769 7.5388921,9.7961166 7.5423998,9.1226316 7.5388921,8.3930228 7.8756346,7.8282776 8.2123771,7.2600246 8.8157074,6.9373131 9.4225454,6.6146015 10.225817,6.6181093 Z m 0.01052,1.1926296 q -0.5296681,0 -0.8769338,0.3648044 -0.3472657,0.3648044 -0.343758,0.9049955 -0.00351,0.5331756 0.3367425,0.89798 0.343758,0.3612962 0.8699183,0.3612962 0.347266,0 0.624377,-0.171879 Q 11.127304,9.9960574 11.28866,9.7084232 11.453524,9.420789 11.457031,9.0735233 11.453524,8.7262576 11.292168,8.4421311 11.13432,8.1544969 10.860716,7.9826179 10.587113,7.8107389 10.23634,7.8107389 Z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2879" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="a2" + style="display:inline"> + <g + id="g1292" + transform="translate(-402.19807,-154.79953)" + style="fill:#f6c7c7;fill-opacity:1"> + <g + aria-label="2" + id="text1086" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 413.2201,168.68248 v -1.09441 l 2.55714,-2.36772 q 0.49108,-0.47004 0.74715,-0.81731 0.25606,-0.34726 0.25606,-0.77521 0,-0.47354 -0.31569,-0.74714 -0.31219,-0.27711 -0.78574,-0.27711 -0.49108,0 -0.79274,0.29815 -0.29816,0.29465 -0.29465,0.81029 h -1.44168 q 0,-0.70505 0.3192,-1.2242 0.3192,-0.51914 0.89096,-0.80327 0.57527,-0.28413 1.32944,-0.28413 0.7717,0 1.34346,0.27361 0.57527,0.27009 0.89447,0.75065 0.3192,0.47705 0.3192,1.10143 0,0.4069 -0.16135,0.80327 -0.16136,0.39638 -0.56825,0.88044 -0.40339,0.48056 -1.14353,1.15405 l -1.04881,1.02776 v 0.0491 h 3.01665 v 1.24174 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2940" /> + </g> + <g + aria-label="a" + id="text1268" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.546234px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.273117"> + <path + d="m 409.1084,168.83614 q -0.67969,0 -1.22902,-0.25139 -0.54468,-0.25139 -0.86591,-0.73555 -0.32122,-0.48882 -0.32122,-1.19179 0,-0.60985 0.23277,-1.00091 0.23743,-0.39105 0.62848,-0.61916 0.39571,-0.22812 0.88453,-0.33985 0.48881,-0.11638 0.99625,-0.1769 0.64245,-0.0745 1.03815,-0.12104 0.40037,-0.0512 0.58193,-0.16294 0.18622,-0.11173 0.18622,-0.36312 v -0.0326 q 0,-0.60986 -0.3445,-0.94505 -0.33985,-0.33519 -1.01488,-0.33519 -0.70297,0 -1.10799,0.30726 -0.40036,0.30726 -0.55399,0.689 l -1.30816,-0.29795 q 0.34915,-0.97763 1.16384,-1.40127 0.81935,-0.42364 1.78768,-0.42364 0.42829,0 0.9078,0.10242 0.47951,0.0978 0.90315,0.36777 0.42829,0.26536 0.69365,0.75418 0.27001,0.48881 0.27001,1.27092 v 4.74851 h -1.35937 v -0.97764 h -0.0559 q -0.20018,0.40037 -0.71227,0.76814 -0.5121,0.36778 -1.40128,0.36778 z m 0.3026,-1.1173 q 0.58193,0 0.9916,-0.22811 0.40968,-0.22811 0.62383,-0.59589 0.2188,-0.37243 0.2188,-0.79607 V 165.177 q -0.0978,0.0978 -0.4283,0.17225 -0.33053,0.0745 -0.69831,0.12569 -0.36777,0.0512 -0.59589,0.0838 -0.6052,0.0791 -1.03815,0.32122 -0.4283,0.23743 -0.4283,0.79608 0,0.51674 0.38175,0.7821 0.38174,0.2607 0.97297,0.2607 z" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.273117" + id="path2943" /> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="a9" + style="display:inline"> + <g + id="g1286" + transform="translate(-432.51755,-146.76418)" + style="fill:#f6c7c7;fill-opacity:1"> + <g + aria-label="9" + id="text1276" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 445.96518,153.35457 q 0.55422,0 1.06635,0.18591 0.51563,0.1824 0.91902,0.5928 0.4069,0.41041 0.64543,1.0874 0.23852,0.67349 0.23852,1.65916 0,1.21718 -0.36129,2.0871 -0.3613,0.86641 -1.01725,1.32943 -0.65244,0.45952 -1.5434,0.45952 -0.71909,0 -1.2698,-0.27712 -0.55071,-0.28061 -0.88746,-0.76117 -0.33323,-0.48407 -0.40339,-1.0874 h 1.49781 q 0.0877,0.39286 0.36831,0.61034 0.28062,0.21398 0.69453,0.21398 0.70155,0 1.06635,-0.61035 0.36481,-0.61385 0.36831,-1.6802 h -0.0491 q -0.23853,0.47354 -0.72961,0.74364 -0.48758,0.27009 -1.08039,0.27009 -0.6349,0 -1.1365,-0.29816 -0.50161,-0.30166 -0.78924,-0.82431 -0.28413,-0.52266 -0.28062,-1.19614 -0.004,-0.72961 0.33323,-1.29436 0.33675,-0.56825 0.94008,-0.89096 0.60683,-0.32271 1.41011,-0.3192 z m 0.0105,1.19263 q -0.52967,0 -0.87693,0.3648 -0.34727,0.3648 -0.34376,0.905 -0.004,0.53317 0.33674,0.89798 0.34376,0.36129 0.86992,0.36129 0.34726,0 0.62437,-0.17188 0.28062,-0.17188 0.44198,-0.45951 0.16486,-0.28763 0.16837,-0.6349 -0.004,-0.34727 -0.16486,-0.63139 -0.15785,-0.28764 -0.43145,-0.45952 -0.27361,-0.17187 -0.62438,-0.17187 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2999" /> + </g> + <g + aria-label="a" + id="text1280" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.546234px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.273117"> + <path + d="m 439.25425,160.81133 q -0.67969,0 -1.22903,-0.25139 -0.54468,-0.25139 -0.8659,-0.73556 -0.32122,-0.48881 -0.32122,-1.19178 0,-0.60985 0.23277,-1.00091 0.23742,-0.39105 0.62847,-0.61917 0.39571,-0.22811 0.88453,-0.33984 0.48882,-0.11638 0.99625,-0.1769 0.64245,-0.0745 1.03816,-0.12104 0.40036,-0.0512 0.58192,-0.16294 0.18622,-0.11173 0.18622,-0.36312 v -0.0326 q 0,-0.60986 -0.3445,-0.94505 -0.33984,-0.33519 -1.01488,-0.33519 -0.70296,0 -1.10798,0.30726 -0.40037,0.30726 -0.55399,0.689 l -1.30817,-0.29795 q 0.34915,-0.97763 1.16385,-1.40127 0.81935,-0.42364 1.78767,-0.42364 0.4283,0 0.9078,0.10242 0.47951,0.0978 0.90315,0.36777 0.4283,0.26536 0.69365,0.75418 0.27002,0.48881 0.27002,1.27092 v 4.74851 h -1.35938 v -0.97764 h -0.0559 q -0.20018,0.40037 -0.71228,0.76814 -0.51209,0.36778 -1.40127,0.36778 z m 0.3026,-1.1173 q 0.58192,0 0.9916,-0.22811 0.40967,-0.22812 0.62382,-0.59589 0.2188,-0.37243 0.2188,-0.79607 v -0.92177 q -0.0978,0.0978 -0.42829,0.17225 -0.33054,0.0745 -0.69831,0.12569 -0.36778,0.0512 -0.59589,0.0838 -0.6052,0.0791 -1.03816,0.32122 -0.42829,0.23743 -0.42829,0.79607 0,0.51675 0.38174,0.78211 0.38174,0.2607 0.97298,0.2607 z" + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.273117" + id="path3002" /> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="aug"> + <g + aria-label="+" + id="text4329" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="m 9.6908653,12.774164 v -1.82753 H 7.8633357 V 9.6908655 H 9.6908653 V 7.8633359 h 1.2557687 v 1.8275296 h 1.82753 v 1.2557685 h -1.82753 v 1.82753 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path3111" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="aug7"> + <g + aria-label="+7" + id="text4325" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <path + d="M 6.8142765,12.78118 V 10.95365 H 4.9867469 V 9.6978813 H 6.8142765 V 7.8703517 H 8.0700454 V 9.6978813 H 9.897575 V 10.95365 H 8.0700454 v 1.82753 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path3106" /> + <path + d="m 11.101222,13.91067 2.978066,-5.8929934 v -0.049108 h -3.469149 v -1.241738 h 5.040614 V 7.9861069 L 12.669179,13.91067 Z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path3108" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="b3"> + <g + aria-label="b3" + id="text997" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + transform="translate(-168.67775,-205.23788)"> + <g + id="g1733" + transform="translate(-5.46261,-15.088755)"> + <path + d="m 178.89733,234.2373 v -7.18384 h 1.49429 v 2.70096 h 0.0456 c 0.0678,-0.14733 0.1637,-0.29582 0.28764,-0.44548 0.12394,-0.14967 0.28763,-0.27478 0.49108,-0.37533 0.20345,-0.10289 0.45483,-0.15434 0.75416,-0.15434 0.39521,0 0.75767,0.10289 1.0874,0.30868 0.32973,0.20345 0.59398,0.51096 0.79275,0.92253 0.20111,0.40924 0.30166,0.92254 0.30166,1.5399 0,0.60099 -0.097,1.10845 -0.29114,1.52236 -0.19409,0.41157 -0.456,0.72376 -0.78573,0.93656 -0.32973,0.21047 -0.69921,0.3157 -1.10845,0.3157 -0.28997,0 -0.53668,-0.0479 -0.74013,-0.14382 -0.20111,-0.0959 -0.36597,-0.21631 -0.49459,-0.3613 -0.12628,-0.14732 -0.2245,-0.29581 -0.29465,-0.44548 h -0.0667 v 0.8629 z m 1.46272,-2.69394 c 0,0.47939 0.0982,0.86525 0.29465,1.15756 0.19877,0.28997 0.47822,0.43496 0.83835,0.43496 0.36714,0 0.64776,-0.14733 0.84186,-0.44198 0.19409,-0.29699 0.29114,-0.6805 0.29114,-1.15054 0,-0.46769 -0.097,-0.84653 -0.29114,-1.1365 -0.19176,-0.29231 -0.47238,-0.43847 -0.84186,-0.43847 -0.36247,0 -0.64192,0.14265 -0.83835,0.42795 -0.19643,0.28295 -0.29465,0.66529 -0.29465,1.14702 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path1035" + sodipodi:nodetypes="cccccscsccsccsccccccscscscscs" /> + <path + d="m 187.25675,234.33552 c -0.52616,0 -0.99269,-0.09 -1.39958,-0.27009 -0.4069,-0.18007 -0.72727,-0.43029 -0.96112,-0.75066 -0.23385,-0.32037 -0.35546,-0.68985 -0.36481,-1.10844 h 1.52937 c 0.0141,0.26191 0.13333,0.47354 0.35779,0.6349 0.22683,0.16135 0.50745,0.24203 0.84186,0.24203 0.34843,0 0.63256,-0.0889 0.85238,-0.26659 0.22215,-0.18006 0.33206,-0.41274 0.32973,-0.69804 0.003,-0.28997 -0.11543,-0.52616 -0.35428,-0.70856 -0.23619,-0.18474 -0.55774,-0.27711 -0.96463,-0.27711 h -0.66998 v -1.11546 h 0.66998 c 0.34609,0 0.62788,-0.0865 0.84536,-0.25957 0.21748,-0.17539 0.32505,-0.40456 0.32271,-0.68752 0.003,-0.27127 -0.0909,-0.49108 -0.28061,-0.65945 -0.18708,-0.16837 -0.43379,-0.25256 -0.74014,-0.25256 -0.31102,0 -0.57644,0.0819 -0.79625,0.24554 -0.21982,0.16369 -0.33441,0.38234 -0.34376,0.65595 h -1.45571 c 0.007,-0.41391 0.12509,-0.77872 0.35428,-1.09441 0.22917,-0.31804 0.53785,-0.56592 0.92604,-0.74364 0.39053,-0.17773 0.83133,-0.26659 1.32242,-0.26659 0.49576,0 0.92955,0.09 1.30137,0.27009 0.37182,0.18007 0.66062,0.42327 0.86641,0.72961 0.20813,0.30401 0.31102,0.64543 0.30868,1.02426 0.003,0.40222 -0.12244,0.73779 -0.37533,1.00672 -0.25022,0.26893 -0.57644,0.43964 -0.97866,0.51213 v 0.0561 c 0.5285,0.0655 0.93072,0.24787 1.20666,0.54721 0.27828,0.29933 0.41625,0.67232 0.41392,1.11897 3e-5,0.005 4e-5,0.009 4e-5,0.0135 0,0.40372 -0.1181,0.76284 -0.35432,1.07736 -0.23619,0.31803 -0.56241,0.56825 -0.97866,0.75066 -0.41625,0.1824 -0.89331,0.2736 -1.43116,0.2736 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path1037" + sodipodi:nodetypes="ssscccscccsccscccssccccsscccccccscsss" /> + </g> + </g> + <g + aria-label="P5" + id="text1005" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + transform="translate(-163.59197,-226.48937)" /> + </g> + <g + inkscape:groupmode="layer" + id="layer16" + inkscape:label="b5" + style="display:inline"> + <g + aria-label="b5" + id="text2040" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <g + id="g1746" + transform="translate(-29.545395,15.173823)"> + <path + d="m 34.358489,-1.3122612 v -7.18384 h 1.494294 v 2.7009555 h 0.0456 q 0.101724,-0.2209873 0.287634,-0.4454823 0.18591,-0.224495 0.491083,-0.3753276 0.305173,-0.1543403 0.754163,-0.1543403 0.592807,0 1.087397,0.3086806 0.494591,0.3051729 0.792748,0.9225342 0.301666,0.6138535 0.301666,1.5398954 0,0.9014877 -0.291142,1.5223567 -0.291142,0.6173612 -0.785733,0.936565 -0.49459,0.3156961 -1.108444,0.3156961 -0.434959,0 -0.740132,-0.1438171 -0.301665,-0.1438171 -0.49459,-0.3612966 -0.189418,-0.2209873 -0.29465,-0.4454823 h -0.06665 v 0.8629027 z m 1.462725,-2.69394 q 0,0.7190855 0.294649,1.1575523 0.298158,0.4349591 0.838349,0.4349591 0.550714,0 0.841856,-0.4419745 0.291142,-0.4454823 0.291142,-1.1505369 0,-0.7015469 -0.291142,-1.1365059 -0.287634,-0.4384668 -0.841856,-0.4384668 -0.543699,0 -0.838349,0.4279436 -0.294649,0.4244358 -0.294649,1.1470291 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path1739" /> + <path + d="m 42.686345,-1.2140447 q -0.743639,0 -1.325923,-0.2736032 -0.582284,-0.2736033 -0.922534,-0.7541629 -0.336743,-0.4805596 -0.350774,-1.1014286 h 1.473249 q 0.02806,0.4174204 0.350773,0.6769927 0.322712,0.2595724 0.775209,0.2595724 0.533176,0 0.876934,-0.3507735 0.343758,-0.3507734 0.343758,-0.9120109 0,-0.5647452 -0.350774,-0.9190264 -0.347265,-0.3577889 -0.890964,-0.3612967 -0.319204,0 -0.613854,0.1297862 -0.294649,0.1297862 -0.459513,0.3542812 l -1.350478,-0.2420337 0.340251,-3.7883531 h 4.391683 v 1.241738 h -3.139422 l -0.18591,1.7994677 h 0.04209 q 0.189417,-0.2665878 0.57176,-0.4419745 0.382344,-0.1753868 0.855888,-0.1753868 0.64893,0 1.157552,0.3051729 0.508621,0.3051729 0.803271,0.8383485 0.29465,0.5331757 0.291142,1.2206916 0.0035,0.726101 -0.336742,1.2908463 -0.336743,0.5612375 -0.943581,0.883949 -0.60333,0.3192038 -1.403094,0.3192038 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path1741" /> + </g> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer17" + inkscape:label="P4"> + <g + aria-label="P4" + id="text1001" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + transform="translate(-163.59197,-226.48937)" /> + <g + id="g1758" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + transform="translate(-146.13012,-205.25028)"> + <path + d="m 150.69419,219.16095 v -7.18384 h 2.83425 q 0.8173,0 1.39257,0.31219 0.57526,0.30868 0.87693,0.85939 0.30517,0.54721 0.30517,1.26279 0,0.71558 -0.30868,1.26278 -0.30868,0.5437 -0.89447,0.85238 -0.58228,0.30517 -1.41011,0.30517 h -1.27682 v 2.32914 z m 1.51884,-3.54632 h 1.03128 q 0.65244,0 0.97164,-0.33323 0.32271,-0.33675 0.32271,-0.86992 0,-0.53669 -0.32271,-0.86291 -0.3192,-0.32972 -0.97866,-0.32972 h -1.02426 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2029" /> + <path + d="m 156.41228,217.89817 v -1.19614 l 2.99911,-4.72492 h 1.9012 v 4.70387 h 0.89096 v 1.21719 h -0.89096 v 1.26278 h -1.45221 v -1.26278 z m 3.47617,-1.21719 v -3.04822 h -0.0561 l -1.89067,2.9921 v 0.0561 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2031" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer18" + inkscape:label="P5"> + <g + id="g1765" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + transform="translate(-145.33033,-215.84071)"> + <path + d="m 150.08203,229.70227 v -7.18384 h 2.83425 q 0.81731,0 1.39257,0.31219 0.57527,0.30868 0.87694,0.85939 0.30517,0.54721 0.30517,1.26279 0,0.71558 -0.30868,1.26278 -0.30868,0.5437 -0.89447,0.85238 -0.58229,0.30517 -1.41011,0.30517 h -1.27682 v 2.32914 z m 1.51885,-3.54632 h 1.03128 q 0.65244,0 0.97164,-0.33323 0.32271,-0.33675 0.32271,-0.86992 0,-0.53669 -0.32271,-0.8629 -0.3192,-0.32973 -0.97866,-0.32973 h -1.02426 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2024" /> + <path + d="m 158.53265,229.80049 q -0.74364,0 -1.32592,-0.27361 -0.58228,-0.2736 -0.92253,-0.75416 -0.33675,-0.48056 -0.35078,-1.10143 h 1.47325 q 0.0281,0.41742 0.35078,0.677 0.32271,0.25957 0.7752,0.25957 0.53318,0 0.87694,-0.35078 0.34376,-0.35077 0.34376,-0.91201 0,-0.56474 -0.35078,-0.91902 -0.34726,-0.35779 -0.89096,-0.3613 -0.31921,0 -0.61386,0.12979 -0.29465,0.12978 -0.45951,0.35428 l -1.35048,-0.24204 0.34025,-3.78835 h 4.39169 v 1.24174 h -3.13942 l -0.18591,1.79947 h 0.0421 q 0.18942,-0.26659 0.57176,-0.44198 0.38234,-0.17539 0.85589,-0.17539 0.64893,0 1.15755,0.30518 0.50862,0.30517 0.80327,0.83835 0.29465,0.53317 0.29114,1.22069 0.004,0.7261 -0.33674,1.29084 -0.33674,0.56124 -0.94358,0.88395 -0.60333,0.31921 -1.4031,0.31921 z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" + id="path2026" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer19" + inkscape:label="TT"> + <path + d="M 4.41874,7.9791 V 6.72683 H 16.21876 V 7.9791 h -2.19935 v 5.93157 H 12.5181 V 7.9791 H 8.1194 v 5.93157 H 6.61809 V 7.9791 Z" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" + id="path1015" + sodipodi:nodetypes="ccccccccccccc" /> + </g> +</svg> diff --git a/proj/chordboard/svg/chord-single-svg-square-path.tar b/proj/chordboard/svg/chord-single-svg-square-path.tar new file mode 100644 index 0000000..82a1ecb Binary files /dev/null and b/proj/chordboard/svg/chord-single-svg-square-path.tar differ diff --git a/proj/chordboard/svg/chords.tar b/proj/chordboard/svg/chords.tar new file mode 100644 index 0000000..c3ca8b7 Binary files /dev/null and b/proj/chordboard/svg/chords.tar differ diff --git a/proj/chordboard/svg/chords/0.svg b/proj/chordboard/svg/chords/0.svg new file mode 100644 index 0000000..fafc64a --- /dev/null +++ b/proj/chordboard/svg/chords/0.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer3" inkscape:label="0" style="display:inline"> + <svg:text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584;" x="6.9197555" y="13.880855" id="text1018"><svg:tspan sodipodi:role="line" x="6.9197555" y="13.880855" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584;" id="tspan1016">0</svg:tspan></svg:text> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/6.svg b/proj/chordboard/svg/chords/6.svg new file mode 100644 index 0000000..235cf91 --- /dev/null +++ b/proj/chordboard/svg/chords/6.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer4" inkscape:label="6" style="display:inline"> + <svg:text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584;" x="7.0705667" y="13.921174" id="text1002"><svg:tspan sodipodi:role="line" x="7.0705667" y="13.921174" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584;" id="tspan1000">6</svg:tspan></svg:text> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/69.svg b/proj/chordboard/svg/chords/69.svg new file mode 100644 index 0000000..008ae37 --- /dev/null +++ b/proj/chordboard/svg/chords/69.svg @@ -0,0 +1,19 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer9" inkscape:label="69" style="display:inline"> + <svg:g aria-label="69" id="text1050" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="M 7.1372445,14.01941 Q 6.5830224,14.015902 6.0708932,13.8335 5.558764,13.64759 5.1518668,13.240693 4.7449696,12.830288 4.5064437,12.153295 4.2714255,11.476302 4.2679178,10.490629 4.2714255,9.2734451 4.6327221,8.4070347 4.9940188,7.5406243 5.6464574,7.0811111 6.3024037,6.6180902 7.1898605,6.6180902 q 0.7190855,0 1.2662921,0.2806187 0.5507143,0.2806188 0.8874568,0.7611784 0.3367425,0.4805596 0.4068972,1.0838899 H 8.252704 Q 8.1650106,8.3474032 7.8843919,8.1334314 7.6037731,7.9194596 7.1898605,7.9194596 q -0.7015469,0 -1.0663513,0.6138535 Q 5.7622126,9.1436589 5.7551971,10.21001 h 0.049108 q 0.242034,-0.4770517 0.7296091,-0.7436395 0.487575,-0.2700956 1.0803821,-0.2700956 0.6384077,0 1.136506,0.3016652 0.501606,0.2981574 0.7892402,0.8208099 0.2876342,0.522652 0.2841265,1.196137 0.00351,0.729609 -0.3367425,1.297862 -0.3402502,0.568253 -0.9470883,0.890965 -0.6033303,0.319203 -1.4030937,0.315696 z m -0.00702,-1.19263 q 0.5261602,0 0.8734259,-0.364804 0.3507734,-0.364805 0.3472657,-0.904996 0.00351,-0.533175 -0.3402503,-0.89798 -0.3437579,-0.364804 -0.8699181,-0.364804 -0.3472657,0 -0.6278844,0.171879 -0.2771111,0.171879 -0.4384668,0.459513 -0.1613558,0.284126 -0.1648635,0.6349 0,0.350773 0.157848,0.638408 0.1613558,0.287634 0.4349591,0.459513 0.277111,0.168371 0.6278844,0.168371 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2837"/> + <svg:path d="m 13.500256,6.6180902 q 0.554222,0 1.066351,0.1859099 0.515637,0.1824022 0.919026,0.5928071 0.406898,0.4104049 0.645423,1.0873977 0.238526,0.673485 0.238526,1.6591581 0,1.217184 -0.361296,2.087102 -0.361297,0.866411 -1.017243,1.329431 -0.652439,0.459514 -1.543403,0.459514 -0.719086,0 -1.2698,-0.277111 -0.550714,-0.280619 -0.887457,-0.761179 -0.333235,-0.484067 -0.403389,-1.087397 h 1.497802 q 0.08769,0.392866 0.368312,0.610345 0.280619,0.213972 0.694532,0.213972 0.701547,0 1.066351,-0.610346 0.364804,-0.613853 0.368312,-1.680204 h -0.04911 q -0.238526,0.473544 -0.729609,0.743639 -0.487575,0.270096 -1.080382,0.270096 -0.6349,0 -1.136506,-0.298157 -0.501606,-0.301666 -0.78924,-0.824318 -0.284127,-0.5226525 -0.280619,-1.1961375 -0.0035,-0.7296087 0.333235,-1.294354 0.336742,-0.5682529 0.940072,-0.8909645 0.606839,-0.3227116 1.41011,-0.3192038 z m 0.01052,1.1926297 q -0.529668,0 -0.876934,0.3648043 -0.347265,0.3648044 -0.343758,0.9049955 -0.0035,0.5331756 0.336743,0.89798 0.343758,0.3612963 0.869918,0.3612963 0.347266,0 0.624377,-0.171879 0.280618,-0.1718786 0.441974,-0.4595128 0.164864,-0.2876343 0.168371,-0.6349 -0.0035,-0.3472657 -0.16486,-0.6313921 Q 14.408759,8.1544778 14.135156,7.9825988 13.861552,7.8107199 13.510779,7.8107199 Z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2839"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/7+5.svg b/proj/chordboard/svg/chords/7+5.svg new file mode 100644 index 0000000..f14213c --- /dev/null +++ b/proj/chordboard/svg/chords/7+5.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer7" inkscape:label="7+5" style="display:none"> + <svg:text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" x="0.92677915" y="13.861562" id="text986"><svg:tspan sodipodi:role="line" x="0.92677915" y="13.861562" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" id="tspan984">7+5</svg:tspan></svg:text> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/7-5.svg b/proj/chordboard/svg/chords/7-5.svg new file mode 100644 index 0000000..26ff79d --- /dev/null +++ b/proj/chordboard/svg/chords/7-5.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer6" inkscape:label="7-5" style="display:none"> + <svg:text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" x="1.9335049" y="13.861562" id="text990"><svg:tspan sodipodi:role="line" x="1.9335049" y="13.861562" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f6c7c7;fill-opacity:1;stroke-width:0.264584" id="tspan988">7-5</svg:tspan></svg:text> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/7.svg b/proj/chordboard/svg/chords/7.svg new file mode 100644 index 0000000..9cbcac9 --- /dev/null +++ b/proj/chordboard/svg/chords/7.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer5" inkscape:label="7" style="display:inline"> + <svg:text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584;" x="7.4231153" y="13.91067" id="text998"><svg:tspan sodipodi:role="line" x="7.4231153" y="13.91067" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584;" id="tspan996">7</svg:tspan></svg:text> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/9.svg b/proj/chordboard/svg/chords/9.svg new file mode 100644 index 0000000..f4f9705 --- /dev/null +++ b/proj/chordboard/svg/chords/9.svg @@ -0,0 +1,18 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer10" inkscape:label="9" style="display:inline"> + <svg:g aria-label="9" id="text1046" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="m 10.225817,6.6181093 q 0.554222,0 1.066351,0.1859099 0.515637,0.1824022 0.919026,0.5928071 0.406897,0.4104049 0.645423,1.0873976 0.238526,0.673485 0.238526,1.6591581 0,1.217184 -0.361296,2.087102 -0.361297,0.866411 -1.017243,1.329432 -0.652439,0.459513 -1.543403,0.459513 -0.719086,0 -1.2698003,-0.277111 Q 8.3526864,13.461699 8.0159439,12.981139 7.6827092,12.497072 7.6125545,11.893742 H 9.110357 q 0.087693,0.392866 0.3683122,0.610346 0.2806187,0.213971 0.6945318,0.213971 0.701546,0 1.066351,-0.610345 0.364804,-0.613854 0.368312,-1.680205 h -0.04911 q -0.238526,0.473544 -0.729609,0.743639 -0.487575,0.270096 -1.0803823,0.270096 -0.6348999,0 -1.1365059,-0.298157 Q 8.1106528,10.841421 7.8230185,10.318769 7.5388921,9.7961166 7.5423998,9.1226316 7.5388921,8.3930228 7.8756346,7.8282776 8.2123771,7.2600246 8.8157074,6.9373131 9.4225454,6.6146015 10.225817,6.6181093 Z m 0.01052,1.1926296 q -0.5296681,0 -0.8769338,0.3648044 -0.3472657,0.3648044 -0.343758,0.9049955 -0.00351,0.5331756 0.3367425,0.89798 0.343758,0.3612962 0.8699183,0.3612962 0.347266,0 0.624377,-0.171879 Q 11.127304,9.9960574 11.28866,9.7084232 11.453524,9.420789 11.457031,9.0735233 11.453524,8.7262576 11.292168,8.4421311 11.13432,8.1544969 10.860716,7.9826179 10.587113,7.8107389 10.23634,7.8107389 Z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2879"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/BG.svg b/proj/chordboard/svg/chords/BG.svg new file mode 100644 index 0000000..816ab4c --- /dev/null +++ b/proj/chordboard/svg/chords/BG.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:label="BG" inkscape:groupmode="layer" id="layer1" sodipodi:insensitive="true" style="display:inline"> + <svg:rect style="fill:#050554;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.252;stroke-linecap:square" id="rect1917" width="20.637499" height="20.637499" x="0" y="0"/> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/M7.svg b/proj/chordboard/svg/chords/M7.svg new file mode 100644 index 0000000..a976024 --- /dev/null +++ b/proj/chordboard/svg/chords/M7.svg @@ -0,0 +1,27 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer2" inkscape:label="M7" style="display:inline"> + <svg:g id="g4265" transform="translate(-59.782067,-154.9312)" style="fill:#e9d2d2;fill-opacity:1"> + <svg:g id="g875" style="fill:#e9d2d2;fill-opacity:1"> + <svg:g aria-label="7" id="text972" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:g id="g886" style="fill:#e9d2d2;fill-opacity:1"> + <svg:g aria-label="△" id="text873" style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:1.352;stroke-miterlimit:4;stroke-dasharray:none" transform="matrix(0.88627061,0,0,0.88627061,-1.747319,40.308041)"> + <svg:path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e9d2d2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" d="m 77.962891,136.84375 -4.033203,8.10742 h 1.091796 6.982422 z m 0.002,3.0332 1.853515,3.72071 h -3.705078 z" id="path968"/> + </svg:g> + <svg:path d="m 71.876962,168.77316 2.978066,-5.89299 v -0.0491 h -3.469149 v -1.24174 h 5.040614 v 1.25928 l -2.981574,5.92456 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path868"/> + </svg:g> + </svg:g> + </svg:g> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/P4.svg b/proj/chordboard/svg/chords/P4.svg new file mode 100644 index 0000000..bce8d1e --- /dev/null +++ b/proj/chordboard/svg/chords/P4.svg @@ -0,0 +1,20 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer17" inkscape:label="P4"> + <svg:g aria-label="P4" id="text1001" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" transform="translate(-163.59197,-226.48937)"/> + <svg:g id="g1758" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584" transform="translate(-146.13012,-205.25028)"> + <svg:path d="m 150.69419,219.16095 v -7.18384 h 2.83425 q 0.8173,0 1.39257,0.31219 0.57526,0.30868 0.87693,0.85939 0.30517,0.54721 0.30517,1.26279 0,0.71558 -0.30868,1.26278 -0.30868,0.5437 -0.89447,0.85238 -0.58228,0.30517 -1.41011,0.30517 h -1.27682 v 2.32914 z m 1.51884,-3.54632 h 1.03128 q 0.65244,0 0.97164,-0.33323 0.32271,-0.33675 0.32271,-0.86992 0,-0.53669 -0.32271,-0.86291 -0.3192,-0.32972 -0.97866,-0.32972 h -1.02426 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2029"/> + <svg:path d="m 156.41228,217.89817 v -1.19614 l 2.99911,-4.72492 h 1.9012 v 4.70387 h 0.89096 v 1.21719 h -0.89096 v 1.26278 h -1.45221 v -1.26278 z m 3.47617,-1.21719 v -3.04822 h -0.0561 l -1.89067,2.9921 v 0.0561 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2031"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/P5.svg b/proj/chordboard/svg/chords/P5.svg new file mode 100644 index 0000000..0e0507f --- /dev/null +++ b/proj/chordboard/svg/chords/P5.svg @@ -0,0 +1,19 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer18" inkscape:label="P5"> + <svg:g id="g1765" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584" transform="translate(-145.33033,-215.84071)"> + <svg:path d="m 150.08203,229.70227 v -7.18384 h 2.83425 q 0.81731,0 1.39257,0.31219 0.57527,0.30868 0.87694,0.85939 0.30517,0.54721 0.30517,1.26279 0,0.71558 -0.30868,1.26278 -0.30868,0.5437 -0.89447,0.85238 -0.58229,0.30517 -1.41011,0.30517 h -1.27682 v 2.32914 z m 1.51885,-3.54632 h 1.03128 q 0.65244,0 0.97164,-0.33323 0.32271,-0.33675 0.32271,-0.86992 0,-0.53669 -0.32271,-0.8629 -0.3192,-0.32973 -0.97866,-0.32973 h -1.02426 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2024"/> + <svg:path d="m 158.53265,229.80049 q -0.74364,0 -1.32592,-0.27361 -0.58228,-0.2736 -0.92253,-0.75416 -0.33675,-0.48056 -0.35078,-1.10143 h 1.47325 q 0.0281,0.41742 0.35078,0.677 0.32271,0.25957 0.7752,0.25957 0.53318,0 0.87694,-0.35078 0.34376,-0.35077 0.34376,-0.91201 0,-0.56474 -0.35078,-0.91902 -0.34726,-0.35779 -0.89096,-0.3613 -0.31921,0 -0.61386,0.12979 -0.29465,0.12978 -0.45951,0.35428 l -1.35048,-0.24204 0.34025,-3.78835 h 4.39169 v 1.24174 h -3.13942 l -0.18591,1.79947 h 0.0421 q 0.18942,-0.26659 0.57176,-0.44198 0.38234,-0.17539 0.85589,-0.17539 0.64893,0 1.15755,0.30518 0.50862,0.30517 0.80327,0.83835 0.29465,0.53317 0.29114,1.22069 0.004,0.7261 -0.33674,1.29084 -0.33674,0.56124 -0.94358,0.88395 -0.60333,0.31921 -1.4031,0.31921 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2026"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/TT.svg b/proj/chordboard/svg/chords/TT.svg new file mode 100644 index 0000000..193dda7 --- /dev/null +++ b/proj/chordboard/svg/chords/TT.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer19" inkscape:label="TT"> + <svg:path d="M 4.41874,7.9791 V 6.72683 H 16.21876 V 7.9791 h -2.19935 v 5.93157 H 12.5181 V 7.9791 H 8.1194 v 5.93157 H 6.61809 V 7.9791 Z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584" id="path1015" sodipodi:nodetypes="ccccccccccccc"/> + </svg:g> +</svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/a2.svg b/proj/chordboard/svg/chords/a2.svg new file mode 100644 index 0000000..8554299 --- /dev/null +++ b/proj/chordboard/svg/chords/a2.svg @@ -0,0 +1,23 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer11" inkscape:label="a2" style="display:inline"> + <svg:g id="g1292" transform="translate(-402.19807,-154.79953)" style="fill:#e9d2d2;fill-opacity:1"> + <svg:g aria-label="2" id="text1086" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="m 413.2201,168.68248 v -1.09441 l 2.55714,-2.36772 q 0.49108,-0.47004 0.74715,-0.81731 0.25606,-0.34726 0.25606,-0.77521 0,-0.47354 -0.31569,-0.74714 -0.31219,-0.27711 -0.78574,-0.27711 -0.49108,0 -0.79274,0.29815 -0.29816,0.29465 -0.29465,0.81029 h -1.44168 q 0,-0.70505 0.3192,-1.2242 0.3192,-0.51914 0.89096,-0.80327 0.57527,-0.28413 1.32944,-0.28413 0.7717,0 1.34346,0.27361 0.57527,0.27009 0.89447,0.75065 0.3192,0.47705 0.3192,1.10143 0,0.4069 -0.16135,0.80327 -0.16136,0.39638 -0.56825,0.88044 -0.40339,0.48056 -1.14353,1.15405 l -1.04881,1.02776 v 0.0491 h 3.01665 v 1.24174 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2940"/> + </svg:g> + <svg:g aria-label="a" id="text1268" style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.546234px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.273117"> + <svg:path d="m 409.1084,168.83614 q -0.67969,0 -1.22902,-0.25139 -0.54468,-0.25139 -0.86591,-0.73555 -0.32122,-0.48882 -0.32122,-1.19179 0,-0.60985 0.23277,-1.00091 0.23743,-0.39105 0.62848,-0.61916 0.39571,-0.22812 0.88453,-0.33985 0.48881,-0.11638 0.99625,-0.1769 0.64245,-0.0745 1.03815,-0.12104 0.40037,-0.0512 0.58193,-0.16294 0.18622,-0.11173 0.18622,-0.36312 v -0.0326 q 0,-0.60986 -0.3445,-0.94505 -0.33985,-0.33519 -1.01488,-0.33519 -0.70297,0 -1.10799,0.30726 -0.40036,0.30726 -0.55399,0.689 l -1.30816,-0.29795 q 0.34915,-0.97763 1.16384,-1.40127 0.81935,-0.42364 1.78768,-0.42364 0.42829,0 0.9078,0.10242 0.47951,0.0978 0.90315,0.36777 0.42829,0.26536 0.69365,0.75418 0.27001,0.48881 0.27001,1.27092 v 4.74851 h -1.35937 v -0.97764 h -0.0559 q -0.20018,0.40037 -0.71227,0.76814 -0.5121,0.36778 -1.40128,0.36778 z m 0.3026,-1.1173 q 0.58193,0 0.9916,-0.22811 0.40968,-0.22811 0.62383,-0.59589 0.2188,-0.37243 0.2188,-0.79607 V 165.177 q -0.0978,0.0978 -0.4283,0.17225 -0.33053,0.0745 -0.69831,0.12569 -0.36777,0.0512 -0.59589,0.0838 -0.6052,0.0791 -1.03815,0.32122 -0.4283,0.23743 -0.4283,0.79608 0,0.51674 0.38175,0.7821 0.38174,0.2607 0.97297,0.2607 z" style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.273117" id="path2943"/> + </svg:g> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/a9.svg b/proj/chordboard/svg/chords/a9.svg new file mode 100644 index 0000000..3918a18 --- /dev/null +++ b/proj/chordboard/svg/chords/a9.svg @@ -0,0 +1,23 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer12" inkscape:label="a9" style="display:inline"> + <svg:g id="g1286" transform="translate(-432.51755,-146.76418)" style="fill:#e9d2d2;fill-opacity:1"> + <svg:g aria-label="9" id="text1276" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="m 445.96518,153.35457 q 0.55422,0 1.06635,0.18591 0.51563,0.1824 0.91902,0.5928 0.4069,0.41041 0.64543,1.0874 0.23852,0.67349 0.23852,1.65916 0,1.21718 -0.36129,2.0871 -0.3613,0.86641 -1.01725,1.32943 -0.65244,0.45952 -1.5434,0.45952 -0.71909,0 -1.2698,-0.27712 -0.55071,-0.28061 -0.88746,-0.76117 -0.33323,-0.48407 -0.40339,-1.0874 h 1.49781 q 0.0877,0.39286 0.36831,0.61034 0.28062,0.21398 0.69453,0.21398 0.70155,0 1.06635,-0.61035 0.36481,-0.61385 0.36831,-1.6802 h -0.0491 q -0.23853,0.47354 -0.72961,0.74364 -0.48758,0.27009 -1.08039,0.27009 -0.6349,0 -1.1365,-0.29816 -0.50161,-0.30166 -0.78924,-0.82431 -0.28413,-0.52266 -0.28062,-1.19614 -0.004,-0.72961 0.33323,-1.29436 0.33675,-0.56825 0.94008,-0.89096 0.60683,-0.32271 1.41011,-0.3192 z m 0.0105,1.19263 q -0.52967,0 -0.87693,0.3648 -0.34727,0.3648 -0.34376,0.905 -0.004,0.53317 0.33674,0.89798 0.34376,0.36129 0.86992,0.36129 0.34726,0 0.62437,-0.17188 0.28062,-0.17188 0.44198,-0.45951 0.16486,-0.28763 0.16837,-0.6349 -0.004,-0.34727 -0.16486,-0.63139 -0.15785,-0.28764 -0.43145,-0.45952 -0.27361,-0.17187 -0.62438,-0.17187 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2999"/> + </svg:g> + <svg:g aria-label="a" id="text1280" style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.546234px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.273117"> + <svg:path d="m 439.25425,160.81133 q -0.67969,0 -1.22903,-0.25139 -0.54468,-0.25139 -0.8659,-0.73556 -0.32122,-0.48881 -0.32122,-1.19178 0,-0.60985 0.23277,-1.00091 0.23742,-0.39105 0.62847,-0.61917 0.39571,-0.22811 0.88453,-0.33984 0.48882,-0.11638 0.99625,-0.1769 0.64245,-0.0745 1.03816,-0.12104 0.40036,-0.0512 0.58192,-0.16294 0.18622,-0.11173 0.18622,-0.36312 v -0.0326 q 0,-0.60986 -0.3445,-0.94505 -0.33984,-0.33519 -1.01488,-0.33519 -0.70296,0 -1.10798,0.30726 -0.40037,0.30726 -0.55399,0.689 l -1.30817,-0.29795 q 0.34915,-0.97763 1.16385,-1.40127 0.81935,-0.42364 1.78767,-0.42364 0.4283,0 0.9078,0.10242 0.47951,0.0978 0.90315,0.36777 0.4283,0.26536 0.69365,0.75418 0.27002,0.48881 0.27002,1.27092 v 4.74851 h -1.35938 v -0.97764 h -0.0559 q -0.20018,0.40037 -0.71228,0.76814 -0.51209,0.36778 -1.40127,0.36778 z m 0.3026,-1.1173 q 0.58192,0 0.9916,-0.22811 0.40967,-0.22812 0.62382,-0.59589 0.2188,-0.37243 0.2188,-0.79607 v -0.92177 q -0.0978,0.0978 -0.42829,0.17225 -0.33054,0.0745 -0.69831,0.12569 -0.36778,0.0512 -0.59589,0.0838 -0.6052,0.0791 -1.03816,0.32122 -0.42829,0.23743 -0.42829,0.79607 0,0.51675 0.38174,0.78211 0.38174,0.2607 0.97298,0.2607 z" style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:13.1096px;font-family:Inter;-inkscape-font-specification:'Inter, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.273117" id="path3002"/> + </svg:g> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/aug.svg b/proj/chordboard/svg/chords/aug.svg new file mode 100644 index 0000000..570a108 --- /dev/null +++ b/proj/chordboard/svg/chords/aug.svg @@ -0,0 +1,18 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer13" inkscape:label="aug"> + <svg:g aria-label="+" id="text4329" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="m 9.6908653,12.774164 v -1.82753 H 7.8633357 V 9.6908655 H 9.6908653 V 7.8633359 h 1.2557687 v 1.8275296 h 1.82753 v 1.2557685 h -1.82753 v 1.82753 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path3111"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/aug7.svg b/proj/chordboard/svg/chords/aug7.svg new file mode 100644 index 0000000..081a386 --- /dev/null +++ b/proj/chordboard/svg/chords/aug7.svg @@ -0,0 +1,19 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer14" inkscape:label="aug7"> + <svg:g aria-label="+7" id="text4325" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="M 6.8142765,12.78118 V 10.95365 H 4.9867469 V 9.6978813 H 6.8142765 V 7.8703517 H 8.0700454 V 9.6978813 H 9.897575 V 10.95365 H 8.0700454 v 1.82753 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path3106"/> + <svg:path d="m 11.101222,13.91067 2.978066,-5.8929934 v -0.049108 h -3.469149 v -1.241738 h 5.040614 V 7.9861069 L 12.669179,13.91067 Z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path3108"/> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/b3.svg b/proj/chordboard/svg/chords/b3.svg new file mode 100644 index 0000000..8f90c59 --- /dev/null +++ b/proj/chordboard/svg/chords/b3.svg @@ -0,0 +1,22 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer15" inkscape:label="b3"> + <svg:g aria-label="b3" id="text997" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584" transform="translate(-168.67775,-205.23788)"> + <svg:g id="g1733" transform="translate(-5.46261,-15.088755)" style="fill:#e9d2d2;fill-opacity:1"> + <svg:path d="m 178.89733,234.2373 v -7.18384 h 1.49429 v 2.70096 h 0.0456 c 0.0678,-0.14733 0.1637,-0.29582 0.28764,-0.44548 0.12394,-0.14967 0.28763,-0.27478 0.49108,-0.37533 0.20345,-0.10289 0.45483,-0.15434 0.75416,-0.15434 0.39521,0 0.75767,0.10289 1.0874,0.30868 0.32973,0.20345 0.59398,0.51096 0.79275,0.92253 0.20111,0.40924 0.30166,0.92254 0.30166,1.5399 0,0.60099 -0.097,1.10845 -0.29114,1.52236 -0.19409,0.41157 -0.456,0.72376 -0.78573,0.93656 -0.32973,0.21047 -0.69921,0.3157 -1.10845,0.3157 -0.28997,0 -0.53668,-0.0479 -0.74013,-0.14382 -0.20111,-0.0959 -0.36597,-0.21631 -0.49459,-0.3613 -0.12628,-0.14732 -0.2245,-0.29581 -0.29465,-0.44548 h -0.0667 v 0.8629 z m 1.46272,-2.69394 c 0,0.47939 0.0982,0.86525 0.29465,1.15756 0.19877,0.28997 0.47822,0.43496 0.83835,0.43496 0.36714,0 0.64776,-0.14733 0.84186,-0.44198 0.19409,-0.29699 0.29114,-0.6805 0.29114,-1.15054 0,-0.46769 -0.097,-0.84653 -0.29114,-1.1365 -0.19176,-0.29231 -0.47238,-0.43847 -0.84186,-0.43847 -0.36247,0 -0.64192,0.14265 -0.83835,0.42795 -0.19643,0.28295 -0.29465,0.66529 -0.29465,1.14702 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path1035" sodipodi:nodetypes="cccccscsccsccsccccccscscscscs"/> + <svg:path d="m 187.25675,234.33552 c -0.52616,0 -0.99269,-0.09 -1.39958,-0.27009 -0.4069,-0.18007 -0.72727,-0.43029 -0.96112,-0.75066 -0.23385,-0.32037 -0.35546,-0.68985 -0.36481,-1.10844 h 1.52937 c 0.0141,0.26191 0.13333,0.47354 0.35779,0.6349 0.22683,0.16135 0.50745,0.24203 0.84186,0.24203 0.34843,0 0.63256,-0.0889 0.85238,-0.26659 0.22215,-0.18006 0.33206,-0.41274 0.32973,-0.69804 0.003,-0.28997 -0.11543,-0.52616 -0.35428,-0.70856 -0.23619,-0.18474 -0.55774,-0.27711 -0.96463,-0.27711 h -0.66998 v -1.11546 h 0.66998 c 0.34609,0 0.62788,-0.0865 0.84536,-0.25957 0.21748,-0.17539 0.32505,-0.40456 0.32271,-0.68752 0.003,-0.27127 -0.0909,-0.49108 -0.28061,-0.65945 -0.18708,-0.16837 -0.43379,-0.25256 -0.74014,-0.25256 -0.31102,0 -0.57644,0.0819 -0.79625,0.24554 -0.21982,0.16369 -0.33441,0.38234 -0.34376,0.65595 h -1.45571 c 0.007,-0.41391 0.12509,-0.77872 0.35428,-1.09441 0.22917,-0.31804 0.53785,-0.56592 0.92604,-0.74364 0.39053,-0.17773 0.83133,-0.26659 1.32242,-0.26659 0.49576,0 0.92955,0.09 1.30137,0.27009 0.37182,0.18007 0.66062,0.42327 0.86641,0.72961 0.20813,0.30401 0.31102,0.64543 0.30868,1.02426 0.003,0.40222 -0.12244,0.73779 -0.37533,1.00672 -0.25022,0.26893 -0.57644,0.43964 -0.97866,0.51213 v 0.0561 c 0.5285,0.0655 0.93072,0.24787 1.20666,0.54721 0.27828,0.29933 0.41625,0.67232 0.41392,1.11897 3e-5,0.005 4e-5,0.009 4e-5,0.0135 0,0.40372 -0.1181,0.76284 -0.35432,1.07736 -0.23619,0.31803 -0.56241,0.56825 -0.97866,0.75066 -0.41625,0.1824 -0.89331,0.2736 -1.43116,0.2736 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path1037" sodipodi:nodetypes="ssscccscccsccscccssccccsscccccccscsss"/> + </svg:g> + </svg:g> + <svg:g aria-label="P5" id="text1005" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#f6c7c7;fill-opacity:1;stroke:none;stroke-width:0.264584" transform="translate(-163.59197,-226.48937)"/> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/b5.svg b/proj/chordboard/svg/chords/b5.svg new file mode 100644 index 0000000..7eb3be1 --- /dev/null +++ b/proj/chordboard/svg/chords/b5.svg @@ -0,0 +1,21 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer16" inkscape:label="b5" style="display:inline"> + <svg:g aria-label="b5" id="text2040" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:g id="g1746" transform="translate(-29.545395,15.173823)" style="fill:#e9d2d2;fill-opacity:1"> + <svg:path d="m 34.358489,-1.3122612 v -7.18384 h 1.494294 v 2.7009555 h 0.0456 q 0.101724,-0.2209873 0.287634,-0.4454823 0.18591,-0.224495 0.491083,-0.3753276 0.305173,-0.1543403 0.754163,-0.1543403 0.592807,0 1.087397,0.3086806 0.494591,0.3051729 0.792748,0.9225342 0.301666,0.6138535 0.301666,1.5398954 0,0.9014877 -0.291142,1.5223567 -0.291142,0.6173612 -0.785733,0.936565 -0.49459,0.3156961 -1.108444,0.3156961 -0.434959,0 -0.740132,-0.1438171 -0.301665,-0.1438171 -0.49459,-0.3612966 -0.189418,-0.2209873 -0.29465,-0.4454823 h -0.06665 v 0.8629027 z m 1.462725,-2.69394 q 0,0.7190855 0.294649,1.1575523 0.298158,0.4349591 0.838349,0.4349591 0.550714,0 0.841856,-0.4419745 0.291142,-0.4454823 0.291142,-1.1505369 0,-0.7015469 -0.291142,-1.1365059 -0.287634,-0.4384668 -0.841856,-0.4384668 -0.543699,0 -0.838349,0.4279436 -0.294649,0.4244358 -0.294649,1.1470291 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path1739"/> + <svg:path d="m 42.686345,-1.2140447 q -0.743639,0 -1.325923,-0.2736032 -0.582284,-0.2736033 -0.922534,-0.7541629 -0.336743,-0.4805596 -0.350774,-1.1014286 h 1.473249 q 0.02806,0.4174204 0.350773,0.6769927 0.322712,0.2595724 0.775209,0.2595724 0.533176,0 0.876934,-0.3507735 0.343758,-0.3507734 0.343758,-0.9120109 0,-0.5647452 -0.350774,-0.9190264 -0.347265,-0.3577889 -0.890964,-0.3612967 -0.319204,0 -0.613854,0.1297862 -0.294649,0.1297862 -0.459513,0.3542812 l -1.350478,-0.2420337 0.340251,-3.7883531 h 4.391683 v 1.241738 h -3.139422 l -0.18591,1.7994677 h 0.04209 q 0.189417,-0.2665878 0.57176,-0.4419745 0.382344,-0.1753868 0.855888,-0.1753868 0.64893,0 1.157552,0.3051729 0.508621,0.3051729 0.803271,0.8383485 0.29465,0.5331757 0.291142,1.2206916 0.0035,0.726101 -0.336742,1.2908463 -0.336743,0.5612375 -0.943581,0.883949 -0.60333,0.3192038 -1.403094,0.3192038 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path1741"/> + </svg:g> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/dim.svg b/proj/chordboard/svg/chords/dim.svg new file mode 100644 index 0000000..5673133 --- /dev/null +++ b/proj/chordboard/svg/chords/dim.svg @@ -0,0 +1,16 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="g2782" inkscape:label="dim" style="display:inline"> + <svg:path style="color:#000000;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e9d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" d="m 10.31875,7.714258 c -1.4322596,0 -2.605469,1.1712561 -2.6054688,2.603516 1e-7,1.432259 1.1732094,2.605468 2.6054688,2.605468 1.432259,0 2.605469,-1.173209 2.605469,-2.605468 0,-1.4322599 -1.173209,-2.6035161 -2.605469,-2.603516 z m 0,1.1152344 c 0.829128,-10e-8 1.490234,0.659153 1.490234,1.4882816 0,0.829128 -0.661106,1.490234 -1.490234,1.490234 -0.8291282,0 -1.4882812,-0.661106 -1.4882813,-1.490234 -1e-7,-0.8291286 0.659153,-1.4882816 1.4882813,-1.4882816 z" id="circle2774"/> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/chords/dim7.svg b/proj/chordboard/svg/chords/dim7.svg new file mode 100644 index 0000000..d82cc92 --- /dev/null +++ b/proj/chordboard/svg/chords/dim7.svg @@ -0,0 +1,21 @@ +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="78" height="78" viewBox="0 0 20.6375 20.637501" version="1.1" id="svg1336" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="chords.tar"> + <defs id="defs1330"/> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="3.4528112" inkscape:cx="18.618411" inkscape:cy="8.5164138" inkscape:document-units="mm" inkscape:current-layer="layer19" inkscape:document-rotation="0" showgrid="false" units="px" inkscape:snap-page="true" inkscape:window-width="1280" inkscape:window-height="779" inkscape:window-x="0" inkscape:window-y="21" inkscape:window-maximized="0"/> + <metadata id="metadata1333"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <svg:g inkscape:groupmode="layer" id="layer8" inkscape:label="dim7" style="display:inline"> + <svg:g id="g2772" transform="translate(1.9321575,2.8893268)" style="fill:#e9d2d2;fill-opacity:1"> + <svg:path style="color:#000000;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Heavy';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e9d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" d="m 5.6015625,5.28125 c -1.4322594,-1e-7 -2.6054688,1.1732093 -2.6054687,2.6054688 -1e-7,1.4322594 1.1732092,2.6054692 2.6054687,2.6054692 1.4322594,0 2.6054688,-1.1732098 2.6054687,-2.6054692 0,-1.4322594 -1.1732093,-2.6054688 -2.6054687,-2.6054688 z m 0,1.1171875 c 0.8291282,0 1.4902344,0.6591531 1.4902344,1.4882813 0,0.8291282 -0.6611062,1.4902343 -1.4902344,1.4902343 -0.8291282,1e-7 -1.4882813,-0.6611061 -1.4882813,-1.4902343 0,-0.8291283 0.6591531,-1.4882813 1.4882813,-1.4882813 z" id="path4312"/> + <svg:g aria-label="7" id="text4321" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;line-height:1.25;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:-0.529167px;fill:#e9d2d2;fill-opacity:1;stroke:none;stroke-width:0.264584"> + <svg:path d="M 9.2272531,11.021343 12.20532,5.1283495 V 5.0792412 H 8.7361703 V 3.8375033 H 13.776785 V 5.0967799 L 10.79521,11.021343 Z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.87778px;font-family:Inter;-inkscape-font-specification:'Inter, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#e9d2d2;fill-opacity:1;stroke-width:0.264584" id="path2792"/> + </svg:g> + </svg:g> + </svg:g> + </svg> \ No newline at end of file diff --git a/proj/chordboard/svg/noise.svg b/proj/chordboard/svg/noise.svg new file mode 100644 index 0000000..c3adab6 --- /dev/null +++ b/proj/chordboard/svg/noise.svg @@ -0,0 +1,15 @@ +<svg + xmlns='http://www.w3.org/2000/svg' + xmlns:xlink='http://www.w3.org/1999/xlink' + width='300' height='300'> + + <filter id='n' x='0' y='0'> + <feTurbulence + type='fractalNoise' + baseFrequency='0.52' + stitchTiles='stitch'/> + </filter> + + <rect width='300' height='300' fill='#fff0'/> + <rect width='300' height='300' filter="url(#n)" opacity='0.20'/> +</svg> diff --git a/proj/chordboard/table.html b/proj/chordboard/table.html new file mode 100644 index 0000000..b2d295d --- /dev/null +++ b/proj/chordboard/table.html @@ -0,0 +1,408 @@ +<tr> + <td class="notename"> {{ getGoodNote(0) }} </td> + <td class="chordblock" v-on:click="playChord(0,'M')" v-bind:style="{ 'background-color' : spice2Color(0,'M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M6')" v-bind:style="{ 'background-color' : spice2Color(0,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M7m')" v-bind:style="{ 'background-color' : spice2Color(0,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M7M')" v-bind:style="{ 'background-color' : spice2Color(0,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(0,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M9')" v-bind:style="{ 'background-color' : spice2Color(0,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'M69')" v-bind:style="{ 'background-color' : spice2Color(0,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m')" v-bind:style="{ 'background-color' : spice2Color(0,'m')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m6')" v-bind:style="{ 'background-color' : spice2Color(0,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m7m')" v-bind:style="{ 'background-color' : spice2Color(0,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m7M')" v-bind:style="{ 'background-color' : spice2Color(0,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'madd9')" v-bind:style="{ 'background-color' : spice2Color(0,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m9')" v-bind:style="{ 'background-color' : spice2Color(0,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(0,'m69')" v-bind:style="{ 'background-color' : spice2Color(0,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus2')" v-bind:style="{ 'background-color' : spice2Color(0,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus26')" v-bind:style="{ 'background-color' : spice2Color(0,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus27')" v-bind:style="{ 'background-color' : spice2Color(0,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(0,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus4')" v-bind:style="{ 'background-color' : spice2Color(0,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus46')" v-bind:style="{ 'background-color' : spice2Color(0,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus47')" v-bind:style="{ 'background-color' : spice2Color(0,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(0,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(0,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(0,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(0,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(0,'dim')" v-bind:style="{ 'background-color' : spice2Color(0,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(0,'dim7')" v-bind:style="{ 'background-color' : spice2Color(0,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(0,'b5')" v-bind:style="{ 'background-color' : spice2Color(0,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(0,'aug')" v-bind:style="{ 'background-color' : spice2Color(0,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(0,'aug7')" v-bind:style="{ 'background-color' : spice2Color(0,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(0,'p4')" v-bind:style="{ 'background-color' : spice2Color(0,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(0,'TT')" v-bind:style="{ 'background-color' : spice2Color(0,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(0,'p5')" v-bind:style="{ 'background-color' : spice2Color(0,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(1) }} </td> + <td class="chordblock" v-on:click="playChord(1,'M')" v-bind:style="{ 'background-color' : spice2Color(1,'M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M6')" v-bind:style="{ 'background-color' : spice2Color(1,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M7m')" v-bind:style="{ 'background-color' : spice2Color(1,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M7M')" v-bind:style="{ 'background-color' : spice2Color(1,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(1,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M9')" v-bind:style="{ 'background-color' : spice2Color(1,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'M69')" v-bind:style="{ 'background-color' : spice2Color(1,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m')" v-bind:style="{ 'background-color' : spice2Color(1,'m')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m6')" v-bind:style="{ 'background-color' : spice2Color(1,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m7m')" v-bind:style="{ 'background-color' : spice2Color(1,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m7M')" v-bind:style="{ 'background-color' : spice2Color(1,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'madd9')" v-bind:style="{ 'background-color' : spice2Color(1,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m9')" v-bind:style="{ 'background-color' : spice2Color(1,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(1,'m69')" v-bind:style="{ 'background-color' : spice2Color(1,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus2')" v-bind:style="{ 'background-color' : spice2Color(1,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus26')" v-bind:style="{ 'background-color' : spice2Color(1,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus27')" v-bind:style="{ 'background-color' : spice2Color(1,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(1,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus4')" v-bind:style="{ 'background-color' : spice2Color(1,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus46')" v-bind:style="{ 'background-color' : spice2Color(1,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus47')" v-bind:style="{ 'background-color' : spice2Color(1,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(1,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(1,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(1,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(1,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(1,'dim')" v-bind:style="{ 'background-color' : spice2Color(1,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(1,'dim7')" v-bind:style="{ 'background-color' : spice2Color(1,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(1,'b5')" v-bind:style="{ 'background-color' : spice2Color(1,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(1,'aug')" v-bind:style="{ 'background-color' : spice2Color(1,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(1,'aug7')" v-bind:style="{ 'background-color' : spice2Color(1,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(1,'p4')" v-bind:style="{ 'background-color' : spice2Color(1,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(1,'TT')" v-bind:style="{ 'background-color' : spice2Color(1,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(1,'p5')" v-bind:style="{ 'background-color' : spice2Color(1,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(2) }} </td> + <td class="chordblock" v-on:click="playChord(2,'M')" v-bind:style="{ 'background-color' : spice2Color(2,'M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M6')" v-bind:style="{ 'background-color' : spice2Color(2,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M7m')" v-bind:style="{ 'background-color' : spice2Color(2,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M7M')" v-bind:style="{ 'background-color' : spice2Color(2,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(2,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M9')" v-bind:style="{ 'background-color' : spice2Color(2,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'M69')" v-bind:style="{ 'background-color' : spice2Color(2,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m')" v-bind:style="{ 'background-color' : spice2Color(2,'m')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m6')" v-bind:style="{ 'background-color' : spice2Color(2,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m7m')" v-bind:style="{ 'background-color' : spice2Color(2,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m7M')" v-bind:style="{ 'background-color' : spice2Color(2,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'madd9')" v-bind:style="{ 'background-color' : spice2Color(2,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m9')" v-bind:style="{ 'background-color' : spice2Color(2,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(2,'m69')" v-bind:style="{ 'background-color' : spice2Color(2,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus2')" v-bind:style="{ 'background-color' : spice2Color(2,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus26')" v-bind:style="{ 'background-color' : spice2Color(2,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus27')" v-bind:style="{ 'background-color' : spice2Color(2,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(2,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus4')" v-bind:style="{ 'background-color' : spice2Color(2,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus46')" v-bind:style="{ 'background-color' : spice2Color(2,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus47')" v-bind:style="{ 'background-color' : spice2Color(2,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(2,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(2,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(2,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(2,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(2,'dim')" v-bind:style="{ 'background-color' : spice2Color(2,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(2,'dim7')" v-bind:style="{ 'background-color' : spice2Color(2,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(2,'b5')" v-bind:style="{ 'background-color' : spice2Color(2,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(2,'aug')" v-bind:style="{ 'background-color' : spice2Color(2,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(2,'aug7')" v-bind:style="{ 'background-color' : spice2Color(2,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(2,'p4')" v-bind:style="{ 'background-color' : spice2Color(2,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(2,'TT')" v-bind:style="{ 'background-color' : spice2Color(2,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(2,'p5')" v-bind:style="{ 'background-color' : spice2Color(2,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(3) }} </td> + <td class="chordblock" v-on:click="playChord(3,'M')" v-bind:style="{ 'background-color' : spice2Color(3,'M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M6')" v-bind:style="{ 'background-color' : spice2Color(3,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M7m')" v-bind:style="{ 'background-color' : spice2Color(3,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M7M')" v-bind:style="{ 'background-color' : spice2Color(3,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(3,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M9')" v-bind:style="{ 'background-color' : spice2Color(3,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'M69')" v-bind:style="{ 'background-color' : spice2Color(3,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m')" v-bind:style="{ 'background-color' : spice2Color(3,'m')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m6')" v-bind:style="{ 'background-color' : spice2Color(3,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m7m')" v-bind:style="{ 'background-color' : spice2Color(3,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m7M')" v-bind:style="{ 'background-color' : spice2Color(3,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'madd9')" v-bind:style="{ 'background-color' : spice2Color(3,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m9')" v-bind:style="{ 'background-color' : spice2Color(3,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(3,'m69')" v-bind:style="{ 'background-color' : spice2Color(3,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus2')" v-bind:style="{ 'background-color' : spice2Color(3,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus26')" v-bind:style="{ 'background-color' : spice2Color(3,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus27')" v-bind:style="{ 'background-color' : spice2Color(3,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(3,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus4')" v-bind:style="{ 'background-color' : spice2Color(3,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus46')" v-bind:style="{ 'background-color' : spice2Color(3,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus47')" v-bind:style="{ 'background-color' : spice2Color(3,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(3,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(3,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(3,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(3,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(3,'dim')" v-bind:style="{ 'background-color' : spice2Color(3,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(3,'dim7')" v-bind:style="{ 'background-color' : spice2Color(3,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(3,'b5')" v-bind:style="{ 'background-color' : spice2Color(3,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(3,'aug')" v-bind:style="{ 'background-color' : spice2Color(3,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(3,'aug7')" v-bind:style="{ 'background-color' : spice2Color(3,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(3,'p4')" v-bind:style="{ 'background-color' : spice2Color(3,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(3,'TT')" v-bind:style="{ 'background-color' : spice2Color(3,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(3,'p5')" v-bind:style="{ 'background-color' : spice2Color(3,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(4) }} </td> + <td class="chordblock" v-on:click="playChord(4,'M')" v-bind:style="{ 'background-color' : spice2Color(4,'M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M6')" v-bind:style="{ 'background-color' : spice2Color(4,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M7m')" v-bind:style="{ 'background-color' : spice2Color(4,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M7M')" v-bind:style="{ 'background-color' : spice2Color(4,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(4,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M9')" v-bind:style="{ 'background-color' : spice2Color(4,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'M69')" v-bind:style="{ 'background-color' : spice2Color(4,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m')" v-bind:style="{ 'background-color' : spice2Color(4,'m')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m6')" v-bind:style="{ 'background-color' : spice2Color(4,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m7m')" v-bind:style="{ 'background-color' : spice2Color(4,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m7M')" v-bind:style="{ 'background-color' : spice2Color(4,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'madd9')" v-bind:style="{ 'background-color' : spice2Color(4,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m9')" v-bind:style="{ 'background-color' : spice2Color(4,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(4,'m69')" v-bind:style="{ 'background-color' : spice2Color(4,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus2')" v-bind:style="{ 'background-color' : spice2Color(4,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus26')" v-bind:style="{ 'background-color' : spice2Color(4,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus27')" v-bind:style="{ 'background-color' : spice2Color(4,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(4,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus4')" v-bind:style="{ 'background-color' : spice2Color(4,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus46')" v-bind:style="{ 'background-color' : spice2Color(4,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus47')" v-bind:style="{ 'background-color' : spice2Color(4,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(4,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(4,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(4,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(4,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(4,'dim')" v-bind:style="{ 'background-color' : spice2Color(4,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(4,'dim7')" v-bind:style="{ 'background-color' : spice2Color(4,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(4,'b5')" v-bind:style="{ 'background-color' : spice2Color(4,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(4,'aug')" v-bind:style="{ 'background-color' : spice2Color(4,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(4,'aug7')" v-bind:style="{ 'background-color' : spice2Color(4,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(4,'p4')" v-bind:style="{ 'background-color' : spice2Color(4,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(4,'TT')" v-bind:style="{ 'background-color' : spice2Color(4,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(4,'p5')" v-bind:style="{ 'background-color' : spice2Color(4,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(5) }} </td> + <td class="chordblock" v-on:click="playChord(5,'M')" v-bind:style="{ 'background-color' : spice2Color(5,'M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M6')" v-bind:style="{ 'background-color' : spice2Color(5,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M7m')" v-bind:style="{ 'background-color' : spice2Color(5,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M7M')" v-bind:style="{ 'background-color' : spice2Color(5,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(5,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M9')" v-bind:style="{ 'background-color' : spice2Color(5,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'M69')" v-bind:style="{ 'background-color' : spice2Color(5,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m')" v-bind:style="{ 'background-color' : spice2Color(5,'m')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m6')" v-bind:style="{ 'background-color' : spice2Color(5,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m7m')" v-bind:style="{ 'background-color' : spice2Color(5,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m7M')" v-bind:style="{ 'background-color' : spice2Color(5,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'madd9')" v-bind:style="{ 'background-color' : spice2Color(5,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m9')" v-bind:style="{ 'background-color' : spice2Color(5,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(5,'m69')" v-bind:style="{ 'background-color' : spice2Color(5,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus2')" v-bind:style="{ 'background-color' : spice2Color(5,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus26')" v-bind:style="{ 'background-color' : spice2Color(5,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus27')" v-bind:style="{ 'background-color' : spice2Color(5,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(5,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus4')" v-bind:style="{ 'background-color' : spice2Color(5,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus46')" v-bind:style="{ 'background-color' : spice2Color(5,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus47')" v-bind:style="{ 'background-color' : spice2Color(5,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(5,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(5,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(5,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(5,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(5,'dim')" v-bind:style="{ 'background-color' : spice2Color(5,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(5,'dim7')" v-bind:style="{ 'background-color' : spice2Color(5,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(5,'b5')" v-bind:style="{ 'background-color' : spice2Color(5,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(5,'aug')" v-bind:style="{ 'background-color' : spice2Color(5,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(5,'aug7')" v-bind:style="{ 'background-color' : spice2Color(5,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(5,'p4')" v-bind:style="{ 'background-color' : spice2Color(5,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(5,'TT')" v-bind:style="{ 'background-color' : spice2Color(5,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(5,'p5')" v-bind:style="{ 'background-color' : spice2Color(5,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(6) }} </td> + <td class="chordblock" v-on:click="playChord(6,'M')" v-bind:style="{ 'background-color' : spice2Color(6,'M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M6')" v-bind:style="{ 'background-color' : spice2Color(6,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M7m')" v-bind:style="{ 'background-color' : spice2Color(6,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M7M')" v-bind:style="{ 'background-color' : spice2Color(6,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(6,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M9')" v-bind:style="{ 'background-color' : spice2Color(6,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'M69')" v-bind:style="{ 'background-color' : spice2Color(6,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m')" v-bind:style="{ 'background-color' : spice2Color(6,'m')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m6')" v-bind:style="{ 'background-color' : spice2Color(6,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m7m')" v-bind:style="{ 'background-color' : spice2Color(6,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m7M')" v-bind:style="{ 'background-color' : spice2Color(6,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'madd9')" v-bind:style="{ 'background-color' : spice2Color(6,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m9')" v-bind:style="{ 'background-color' : spice2Color(6,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(6,'m69')" v-bind:style="{ 'background-color' : spice2Color(6,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus2')" v-bind:style="{ 'background-color' : spice2Color(6,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus26')" v-bind:style="{ 'background-color' : spice2Color(6,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus27')" v-bind:style="{ 'background-color' : spice2Color(6,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(6,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus4')" v-bind:style="{ 'background-color' : spice2Color(6,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus46')" v-bind:style="{ 'background-color' : spice2Color(6,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus47')" v-bind:style="{ 'background-color' : spice2Color(6,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(6,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(6,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(6,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(6,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(6,'dim')" v-bind:style="{ 'background-color' : spice2Color(6,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(6,'dim7')" v-bind:style="{ 'background-color' : spice2Color(6,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(6,'b5')" v-bind:style="{ 'background-color' : spice2Color(6,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(6,'aug')" v-bind:style="{ 'background-color' : spice2Color(6,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(6,'aug7')" v-bind:style="{ 'background-color' : spice2Color(6,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(6,'p4')" v-bind:style="{ 'background-color' : spice2Color(6,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(6,'TT')" v-bind:style="{ 'background-color' : spice2Color(6,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(6,'p5')" v-bind:style="{ 'background-color' : spice2Color(6,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(7) }} </td> + <td class="chordblock" v-on:click="playChord(7,'M')" v-bind:style="{ 'background-color' : spice2Color(7,'M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M6')" v-bind:style="{ 'background-color' : spice2Color(7,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M7m')" v-bind:style="{ 'background-color' : spice2Color(7,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M7M')" v-bind:style="{ 'background-color' : spice2Color(7,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(7,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M9')" v-bind:style="{ 'background-color' : spice2Color(7,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'M69')" v-bind:style="{ 'background-color' : spice2Color(7,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m')" v-bind:style="{ 'background-color' : spice2Color(7,'m')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m6')" v-bind:style="{ 'background-color' : spice2Color(7,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m7m')" v-bind:style="{ 'background-color' : spice2Color(7,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m7M')" v-bind:style="{ 'background-color' : spice2Color(7,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'madd9')" v-bind:style="{ 'background-color' : spice2Color(7,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m9')" v-bind:style="{ 'background-color' : spice2Color(7,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(7,'m69')" v-bind:style="{ 'background-color' : spice2Color(7,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus2')" v-bind:style="{ 'background-color' : spice2Color(7,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus26')" v-bind:style="{ 'background-color' : spice2Color(7,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus27')" v-bind:style="{ 'background-color' : spice2Color(7,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(7,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus4')" v-bind:style="{ 'background-color' : spice2Color(7,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus46')" v-bind:style="{ 'background-color' : spice2Color(7,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus47')" v-bind:style="{ 'background-color' : spice2Color(7,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(7,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(7,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(7,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(7,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(7,'dim')" v-bind:style="{ 'background-color' : spice2Color(7,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(7,'dim7')" v-bind:style="{ 'background-color' : spice2Color(7,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(7,'b5')" v-bind:style="{ 'background-color' : spice2Color(7,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(7,'aug')" v-bind:style="{ 'background-color' : spice2Color(7,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(7,'aug7')" v-bind:style="{ 'background-color' : spice2Color(7,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(7,'p4')" v-bind:style="{ 'background-color' : spice2Color(7,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(7,'TT')" v-bind:style="{ 'background-color' : spice2Color(7,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(7,'p5')" v-bind:style="{ 'background-color' : spice2Color(7,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(8) }} </td> + <td class="chordblock" v-on:click="playChord(8,'M')" v-bind:style="{ 'background-color' : spice2Color(8,'M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M6')" v-bind:style="{ 'background-color' : spice2Color(8,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M7m')" v-bind:style="{ 'background-color' : spice2Color(8,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M7M')" v-bind:style="{ 'background-color' : spice2Color(8,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(8,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M9')" v-bind:style="{ 'background-color' : spice2Color(8,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'M69')" v-bind:style="{ 'background-color' : spice2Color(8,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m')" v-bind:style="{ 'background-color' : spice2Color(8,'m')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m6')" v-bind:style="{ 'background-color' : spice2Color(8,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m7m')" v-bind:style="{ 'background-color' : spice2Color(8,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m7M')" v-bind:style="{ 'background-color' : spice2Color(8,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'madd9')" v-bind:style="{ 'background-color' : spice2Color(8,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m9')" v-bind:style="{ 'background-color' : spice2Color(8,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(8,'m69')" v-bind:style="{ 'background-color' : spice2Color(8,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus2')" v-bind:style="{ 'background-color' : spice2Color(8,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus26')" v-bind:style="{ 'background-color' : spice2Color(8,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus27')" v-bind:style="{ 'background-color' : spice2Color(8,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(8,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus4')" v-bind:style="{ 'background-color' : spice2Color(8,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus46')" v-bind:style="{ 'background-color' : spice2Color(8,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus47')" v-bind:style="{ 'background-color' : spice2Color(8,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(8,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(8,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(8,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(8,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(8,'dim')" v-bind:style="{ 'background-color' : spice2Color(8,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(8,'dim7')" v-bind:style="{ 'background-color' : spice2Color(8,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(8,'b5')" v-bind:style="{ 'background-color' : spice2Color(8,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(8,'aug')" v-bind:style="{ 'background-color' : spice2Color(8,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(8,'aug7')" v-bind:style="{ 'background-color' : spice2Color(8,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(8,'p4')" v-bind:style="{ 'background-color' : spice2Color(8,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(8,'TT')" v-bind:style="{ 'background-color' : spice2Color(8,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(8,'p5')" v-bind:style="{ 'background-color' : spice2Color(8,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(9) }} </td> + <td class="chordblock" v-on:click="playChord(9,'M')" v-bind:style="{ 'background-color' : spice2Color(9,'M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M6')" v-bind:style="{ 'background-color' : spice2Color(9,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M7m')" v-bind:style="{ 'background-color' : spice2Color(9,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M7M')" v-bind:style="{ 'background-color' : spice2Color(9,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(9,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M9')" v-bind:style="{ 'background-color' : spice2Color(9,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'M69')" v-bind:style="{ 'background-color' : spice2Color(9,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m')" v-bind:style="{ 'background-color' : spice2Color(9,'m')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m6')" v-bind:style="{ 'background-color' : spice2Color(9,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m7m')" v-bind:style="{ 'background-color' : spice2Color(9,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m7M')" v-bind:style="{ 'background-color' : spice2Color(9,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'madd9')" v-bind:style="{ 'background-color' : spice2Color(9,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m9')" v-bind:style="{ 'background-color' : spice2Color(9,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(9,'m69')" v-bind:style="{ 'background-color' : spice2Color(9,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus2')" v-bind:style="{ 'background-color' : spice2Color(9,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus26')" v-bind:style="{ 'background-color' : spice2Color(9,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus27')" v-bind:style="{ 'background-color' : spice2Color(9,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(9,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus4')" v-bind:style="{ 'background-color' : spice2Color(9,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus46')" v-bind:style="{ 'background-color' : spice2Color(9,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus47')" v-bind:style="{ 'background-color' : spice2Color(9,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(9,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(9,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(9,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(9,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(9,'dim')" v-bind:style="{ 'background-color' : spice2Color(9,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(9,'dim7')" v-bind:style="{ 'background-color' : spice2Color(9,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(9,'b5')" v-bind:style="{ 'background-color' : spice2Color(9,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(9,'aug')" v-bind:style="{ 'background-color' : spice2Color(9,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(9,'aug7')" v-bind:style="{ 'background-color' : spice2Color(9,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(9,'p4')" v-bind:style="{ 'background-color' : spice2Color(9,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(9,'TT')" v-bind:style="{ 'background-color' : spice2Color(9,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(9,'p5')" v-bind:style="{ 'background-color' : spice2Color(9,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(10) }} </td> + <td class="chordblock" v-on:click="playChord(10,'M')" v-bind:style="{ 'background-color' : spice2Color(10,'M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M6')" v-bind:style="{ 'background-color' : spice2Color(10,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M7m')" v-bind:style="{ 'background-color' : spice2Color(10,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M7M')" v-bind:style="{ 'background-color' : spice2Color(10,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(10,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M9')" v-bind:style="{ 'background-color' : spice2Color(10,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'M69')" v-bind:style="{ 'background-color' : spice2Color(10,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m')" v-bind:style="{ 'background-color' : spice2Color(10,'m')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m6')" v-bind:style="{ 'background-color' : spice2Color(10,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m7m')" v-bind:style="{ 'background-color' : spice2Color(10,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m7M')" v-bind:style="{ 'background-color' : spice2Color(10,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'madd9')" v-bind:style="{ 'background-color' : spice2Color(10,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m9')" v-bind:style="{ 'background-color' : spice2Color(10,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(10,'m69')" v-bind:style="{ 'background-color' : spice2Color(10,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus2')" v-bind:style="{ 'background-color' : spice2Color(10,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus26')" v-bind:style="{ 'background-color' : spice2Color(10,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus27')" v-bind:style="{ 'background-color' : spice2Color(10,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(10,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus4')" v-bind:style="{ 'background-color' : spice2Color(10,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus46')" v-bind:style="{ 'background-color' : spice2Color(10,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus47')" v-bind:style="{ 'background-color' : spice2Color(10,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(10,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(10,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(10,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(10,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(10,'dim')" v-bind:style="{ 'background-color' : spice2Color(10,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(10,'dim7')" v-bind:style="{ 'background-color' : spice2Color(10,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(10,'b5')" v-bind:style="{ 'background-color' : spice2Color(10,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(10,'aug')" v-bind:style="{ 'background-color' : spice2Color(10,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(10,'aug7')" v-bind:style="{ 'background-color' : spice2Color(10,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(10,'p4')" v-bind:style="{ 'background-color' : spice2Color(10,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(10,'TT')" v-bind:style="{ 'background-color' : spice2Color(10,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(10,'p5')" v-bind:style="{ 'background-color' : spice2Color(10,'p5')}"></td> +</tr> +<tr> + <td class="notename"> {{ getGoodNote(11) }} </td> + <td class="chordblock" v-on:click="playChord(11,'M')" v-bind:style="{ 'background-color' : spice2Color(11,'M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M6')" v-bind:style="{ 'background-color' : spice2Color(11,'M6')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M7m')" v-bind:style="{ 'background-color' : spice2Color(11,'M7m')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M7M')" v-bind:style="{ 'background-color' : spice2Color(11,'M7M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'Madd9')" v-bind:style="{ 'background-color' : spice2Color(11,'Madd9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M9')" v-bind:style="{ 'background-color' : spice2Color(11,'M9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'M69')" v-bind:style="{ 'background-color' : spice2Color(11,'M69')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m')" v-bind:style="{ 'background-color' : spice2Color(11,'m')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m6')" v-bind:style="{ 'background-color' : spice2Color(11,'m6')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m7m')" v-bind:style="{ 'background-color' : spice2Color(11,'m7m')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m7M')" v-bind:style="{ 'background-color' : spice2Color(11,'m7M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'madd9')" v-bind:style="{ 'background-color' : spice2Color(11,'madd9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m9')" v-bind:style="{ 'background-color' : spice2Color(11,'m9')}"></td> + <td class="chordblock" v-on:click="playChord(11,'m69')" v-bind:style="{ 'background-color' : spice2Color(11,'m69')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus2')" v-bind:style="{ 'background-color' : spice2Color(11,'sus2')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus26')" v-bind:style="{ 'background-color' : spice2Color(11,'sus26')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus27')" v-bind:style="{ 'background-color' : spice2Color(11,'sus27')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus27M')" v-bind:style="{ 'background-color' : spice2Color(11,'sus27M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus4')" v-bind:style="{ 'background-color' : spice2Color(11,'sus4')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus46')" v-bind:style="{ 'background-color' : spice2Color(11,'sus46')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus47')" v-bind:style="{ 'background-color' : spice2Color(11,'sus47')}"></td> + <td class="chordblock" v-on:click="playChord(11,'sus47M')" v-bind:style="{ 'background-color' : spice2Color(11,'sus47M')}"></td> + <td class="chordblock" v-on:click="playChord(11,'dimb3')" v-bind:style="{ 'background-color' : spice2Color(11,'dimb3')}"></td> + <td class="chordblock" v-on:click="playChord(11,'dim')" v-bind:style="{ 'background-color' : spice2Color(11,'dim')}"></td> + <td class="chordblock" v-on:click="playChord(11,'dim7')" v-bind:style="{ 'background-color' : spice2Color(11,'dim7')}"></td> + <td class="chordblock" v-on:click="playChord(11,'b5')" v-bind:style="{ 'background-color' : spice2Color(11,'b5')}"></td> + <td class="chordblock" v-on:click="playChord(11,'aug')" v-bind:style="{ 'background-color' : spice2Color(11,'aug')}"></td> + <td class="chordblock" v-on:click="playChord(11,'aug7')" v-bind:style="{ 'background-color' : spice2Color(11,'aug7')}"></td> + <td class="chordblock" v-on:click="playChord(11,'p4')" v-bind:style="{ 'background-color' : spice2Color(11,'p4')}"></td> + <td class="chordblock" v-on:click="playChord(11,'TT')" v-bind:style="{ 'background-color' : spice2Color(11,'TT')}"></td> + <td class="chordblock" v-on:click="playChord(11,'p5')" v-bind:style="{ 'background-color' : spice2Color(11,'p5')}"></td> +</tr> diff --git a/proj/chordboard/tdmkr.sh b/proj/chordboard/tdmkr.sh new file mode 100755 index 0000000..2c78ec7 --- /dev/null +++ b/proj/chordboard/tdmkr.sh @@ -0,0 +1,16 @@ +#!/bin/bash + + +for note in {0..11} +do + + echo "<tr>" + echo " <td class=\"notename\"> {{ getGoodNote("$note") }} </td>" + + for c in $(cat chordlist) + do + echo ' <td class="chordblock" v-on:click="playChord('$note','$c')" v-bind:style="{ '\'background-color\'' : spice2Color('$note','$c')}"></td>' + done + + echo "</tr>" +done