diff --git a/style.css b/assets/css/style.css similarity index 93% rename from style.css rename to assets/css/style.css index 3dcd54f..ad85b18 100644 --- a/style.css +++ b/assets/css/style.css @@ -2,20 +2,20 @@ body { /* white to black linear noise gradient spanning from top to bottom */ min-height: 100vh; background-image: - url('noise.svg'), + url('../svg/noise.svg'), linear-gradient(to bottom right, #2e3551, #0d747d); } @font-face{ font-family: inter; - src: url("./assets/fonts/inter/Inter-Regular.ttf"); + src: url("../fonts/inter/Inter-Regular.woff"); font-style: normal; font-weight: normal; } @font-face{ font-family: inter; - src: url("./assets/fonts/inter/Inter-Medium.ttf"); + src: url("../fonts/inter/Inter-Medium.woff"); font-style: normal; font-weight: 600; } @@ -23,7 +23,7 @@ body { @font-face{ font-family: inter; - src: url("./assets/fonts/inter/Inter-Bold.ttf"); + src: url("../fonts/inter/Inter-Bold.woff"); font-style: normal; font-weight: 800; } @@ -111,7 +111,7 @@ img.cc-link { span.screenbox { background-color: #e9d2d2; font-weight: bold; - color: black; + color: black; margin: 0 auto; padding-left: 3px; padding-right: 3px; @@ -170,7 +170,7 @@ nav section#right-nav { nav a { - color: inherit; + color: inherit; } main p { diff --git a/assets/fonts/byl-iconfont-v3.2/Read Me.txt b/assets/fonts/byl-iconfont-v3.2/Read Me.txt new file mode 100644 index 0000000..e39b544 --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/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/assets/fonts/byl-iconfont-v3.2/demo-files/demo.css b/assets/fonts/byl-iconfont-v3.2/demo-files/demo.css new file mode 100644 index 0000000..44debde --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/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: 32px; +} +.fs2 { + font-size: 28px; +} +.fs3 { + font-size: 32px; +} +.fs4 { + font-size: 24px; +} +.fs5 { + font-size: 24px; +} + diff --git a/assets/fonts/byl-iconfont-v3.2/demo-files/demo.js b/assets/fonts/byl-iconfont-v3.2/demo-files/demo.js new file mode 100644 index 0000000..6f45f1c --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/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/assets/fonts/byl-iconfont-v3.2/demo.html b/assets/fonts/byl-iconfont-v3.2/demo.html new file mode 100644 index 0000000..dd592f2 --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/demo.html @@ -0,0 +1,9038 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: byl-iconfont (Glyphs: 640)

+
+
+

Grid Size: Unknown

+
+
+ + byl-icon-snapchat +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-unsplash +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-monero +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-ethereum +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 14

+
+
+ + byl-icon-bitcoin +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chevron-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chevron-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chevron-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chevron-up +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 32

+
+
+ + byl-icon-mail-envelope +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open6 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open7 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-closed2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-closed3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-closed4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-closed5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail-envelope-open5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag6 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag7 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-documents +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-documents1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-documents2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-documents3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-document-zip +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-document-zip1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lock-rounded +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lock-rounded1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lock-rounded-open +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lock-rounded-open1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lock-rounded-open2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lock-rounded-open3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-printer-text +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-printer-text1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pen-angled +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pen-angled1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box-filled +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box-filled1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box-bookmark +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-box-bookmark1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tag +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tag1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tags +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tags1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tag-add +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tag-remove +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tag-checked +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tag-cancel +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-basketball +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-baseball +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tennis-ball +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bowling-ball1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-billiard-ball1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-soccer-ball +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-soccer-court +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-football +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-football1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-basketball1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-baseball-set +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-trophy +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-medal +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-medal1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-weights +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-table-tennis +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volleyball +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-hockey-stick +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-shuttlecock +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-golf +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-award +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-award1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-award2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-award3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-medal2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-medal3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-boxing-glove +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-boxing-glove1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-whistle +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-whistle1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volleyball-water +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volleyball-water1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-checkered-flag +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-checkered-flag1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-target-arrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-target-arrow1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sailing-boat-water +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sailing-boat-water1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bowling-pins +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bowling-pins1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bowling-pin-ball +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bowling-pin-ball1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-diving-goggles +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-diving-goggles1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-rain +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-rain1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-rain +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-rain1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-rain +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-rain1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-snow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-snow1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-snow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-snow1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-snow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-snow1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-lightning +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-lightning1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-lightning +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-lightning1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-lightning +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-lightning1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-wind +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-wind1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-raindrops +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-raindrops1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-raindrops +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-raindrops1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-raindrops +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-raindrops1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-snowflakes +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-snowflakes1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-snowflakes +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-sun-snowflakes1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-snowflakes +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-moon-snowflakes1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-clouds +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-clouds1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-moon +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-moon1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sun +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sun1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sunrise +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sunrise1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sunset +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sunset1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sunset2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sunset3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-rainbow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-rainbow1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-umbrella +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-umbrella1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-raindrops +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-raindrops1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-raindrop +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-raindrop1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sunglasses +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-clouds2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-clouds3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-wind +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-wind1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-full-moon1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-crescent1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-half-moon1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-gibbous-moon1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-moon3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-gibbous-moon3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-half-moon3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-crescent3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thermometer1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thermometer-low1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thermometer-quarter1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thermometer-half1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thermometer-three-quarters1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thermometer-full1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lightning1 +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 24

+
+
+ + byl-icon-fast_forward +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-fast_rewind +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-loop1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mic1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mic_off +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-not_interested +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pause +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pause_circle_filled +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pause_circle_outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-play_arrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-play_circle_filled +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-play_circle_outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-playlist_add +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-queue_music +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-radio +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-repeat +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-repeat_one +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-replay +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-shuffle +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-skip_next +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-skip_previous +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stop +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-videocam +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-videocam_off +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume_down +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume_mute +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume_off +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume_up +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-forward_10 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-forward_30 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-forward_5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-replay_10 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-replay_30 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-replay_5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-call +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-call_made +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-call_merge +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-call_missed +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-call_received +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-call_split +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chat +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-comment +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-email +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-location_off +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-location_on +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-message +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chat_bubble +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chat_bubble_outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-swap_calls +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-voicemail +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mail_outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-alternate_email +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-add_call +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-content_cut +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-content_paste +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-drafts +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flag8 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-forward1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-gesture +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-reply1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-reply_all +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-save +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-send +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-add_link +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-access_alarms +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-access_time +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-add_alarm +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-airplanemode_off +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-airplanemode_on +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bluetooth +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bluetooth_connected +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bluetooth_disabled +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bluetooth_searching +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-brightness_high +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-brightness_low +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-brightness_medium +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-usb +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-file_download +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-file_upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-color_lens1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-timer +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-timer_off +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-transform +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-wb_incandescent +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-wb_sunny +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-add_a_photo +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-directions_bike +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-directions_bus +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-directions_car +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-directions_ferry +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-directions_subway +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-directions_train +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-directions_walk +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-hotel +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-layers +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_bar +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_cafe +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_gas_station +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_grocery_store +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_movies +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_offer +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_restaurant +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_shipping +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-local_taxi +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-navigation +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pin_drop +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-satellite +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-store_mall_directory +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-traffic +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-restaurant +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-train +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tram +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-departure_board +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-fastfood +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow_back_ios +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow_forward_ios +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-share +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-star +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-star_half +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-star_outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-add_shopping_cart +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bookmark1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bookmark_outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bug_report +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-build +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-explore +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-extension +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-favorite +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-favorite_outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-settings_input_svideo +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-swap_horiz +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-swap_vert +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thumb_down +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-thumb_up +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-translate +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-trending_down +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-trending_neutral +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-trending_up +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-verified_user +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flight_land +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flight_takeoff +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-fingerprint +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-gavel +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-accessible +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-motorcycle +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pets +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-timeline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-remove_shopping_cart +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-accessibility_new +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-accessible_forward +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-supervised_user_circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-imagesearch_roller +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-repeat_on +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-repeat_one_on +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-replay_circle_filled +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-speed +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sports_cricket +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sports_motorsports +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sports +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-eco +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-apartment +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bathtub +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-outdoor_grill +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bakery_dining +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-dinner_dining +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-dry_cleaning +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-hardware +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-liquor +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lunch_dining +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-park +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-ramen_dining +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-airport_shuttle +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-anchor +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-forward_to_inbox +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-color_lens +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bandcamp +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 16

+
+
+ + byl-icon-color_lens +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bandcamp +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-phone1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tripadvisor +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tiktok +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mastodon +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-home +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-home2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-home3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-office +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-newspaper +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pencil +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pencil2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-quill +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pen +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-paint-format +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-image +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-images +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-camera +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-headphones +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-music +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-play +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-film +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-video-camera +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bullhorn +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mic +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-book +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-books +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-file-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-files-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-file-picture +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-file-music +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-file-play +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-file-zip +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-copy +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-paste +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stack +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-folder-open +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-folder-download +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-folder-upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-price-tag +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-price-tags +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-qrcode +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cart +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-credit-card +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-phone +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-phone-hang-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-envelop +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-map +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-map2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-clock +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-clock2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-alarm +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bell +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stopwatch +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-calendar +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-printer +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-keyboard +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-display +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-laptop +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mobile +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tv +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-floppy-disk +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-database +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-undo +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-redo +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-undo2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-redo2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-forward +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-reply +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bubble +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bubbles +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bubbles2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-user +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-users +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-user-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-user-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-user-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-binoculars +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-search +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-zoom-in +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-zoom-out +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-enlarge +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-shrink +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-enlarge2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-shrink2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-key +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-key2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lock +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-unlocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-equalizer +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-equalizer2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cog +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cogs +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-hammer +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-magic-wand +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bug +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pie-chart +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stats-dots +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stats-bars +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stats-bars2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-gift +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-glass +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-glass2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-mug +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-spoon-knife +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-meter +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-meter2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-hammer2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-fire +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lab +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-magnet +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bin +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-airplane +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-truck +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-road +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-accessibility +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-list-numbered +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-list +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-list2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-download2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-upload2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cloud-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-download3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-upload3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sphere +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-earth +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-link +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-attachment +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-eye +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-eye-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-eye-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-eye-blocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bookmark +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bookmarks +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-star-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-star-half +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-star-full +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-heart +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-heart-broken +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-man +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-woman +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-man-woman +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-cross +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-checkmark +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-checkmark2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-enter +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-exit +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-play3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pause2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stop2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-backward2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-forward3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-first +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-last +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-previous2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-next2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume-high +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume-medium +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume-low +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume-mute +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume-mute2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume-increase +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-volume-decrease +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-loop +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-loop2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-shuffle1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-up-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-up-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-down-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-down-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-arrow-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-circle-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-circle-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-circle-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-circle-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sort-alpha-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sort-alpha-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sort-numeric-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sort-numberic-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sort-amount-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-sort-amount-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-checkbox-checked +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-checkbox-unchecked +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-radio-checked +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-radio-unchecked +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-crop +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-scissors +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-filter +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-ligature +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-ligature2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-text-height +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-text-width +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-font-size +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-bold +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-underline +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-italic +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-strikethrough +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-superscript +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-subscript +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pilcrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-paragraph-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-paragraph-center +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-paragraph-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-paragraph-justify +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-embed2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-terminal +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-share2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-amazon +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-google +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-google2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-google3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-hangouts +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-google-drive +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-facebook1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-facebook +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-instagram +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-spotify +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-telegram +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-twitter +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-vk +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-rss +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-rss2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-youtube +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-twitch +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-vimeo +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-vimeo2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-flickr4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-behance +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-behance2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-deviantart +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-steam +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-steam2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-dropbox +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-github +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-npm +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-basecamp +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-wordpress +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-joomla +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-blogger +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tumblr +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tumblr2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-tux +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-appleinc +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-finder +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-android +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-windows8 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-soundcloud +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-skype +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-reddit +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-hackernews +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-wikipedia +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-linkedin +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-linkedin2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-lastfm +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stumbleupon2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-stackoverflow +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pinterest +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-pinterest2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-xing +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-yelp +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-paypal +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-chrome +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-firefox +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-IE +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-edge +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-safari +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-opera +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-html-five +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-html-five2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-css3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-git +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-codepen +
+
+ + +
+
+ liga: + +
+
+
+
+ + byl-icon-svg +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + diff --git a/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.eot b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.eot new file mode 100644 index 0000000..1ad81c6 Binary files /dev/null and b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.eot differ diff --git a/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.svg b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.svg new file mode 100644 index 0000000..b5ebb09 --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.svg @@ -0,0 +1,650 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.ttf b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.ttf new file mode 100644 index 0000000..ab150be Binary files /dev/null and b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.ttf differ diff --git a/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.woff b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.woff new file mode 100644 index 0000000..6089ae6 Binary files /dev/null and b/assets/fonts/byl-iconfont-v3.2/fonts/byl-iconfont.woff differ diff --git a/assets/fonts/byl-iconfont-v3.2/icons.css b/assets/fonts/byl-iconfont-v3.2/icons.css new file mode 100644 index 0000000..bff387e --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/icons.css @@ -0,0 +1,1953 @@ +@font-face { + font-family: 'byl-iconfont'; + src: url('fonts/byl-iconfont.eot?lu4uhf'); + src: url('fonts/byl-iconfont.eot?lu4uhf#iefix') format('embedded-opentype'), + url('fonts/byl-iconfont.ttf?lu4uhf') format('truetype'), + url('fonts/byl-iconfont.woff?lu4uhf') format('woff'), + url('fonts/byl-iconfont.svg?lu4uhf#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-snapchat:before { + content: "\e903"; +} +.byl-icon-unsplash:before { + content: "\e90a"; +} +.byl-icon-monero:before { + content: "\eb60"; +} +.byl-icon-ethereum:before { + content: "\eb61"; +} +.byl-icon-bitcoin:before { + content: "\ea60"; +} +.byl-icon-chevron-right:before { + content: "\ea5c"; +} +.byl-icon-chevron-left:before { + content: "\ea5d"; +} +.byl-icon-chevron-down:before { + content: "\ea5e"; +} +.byl-icon-chevron-up:before { + content: "\ea5f"; +} +.byl-icon-mail-envelope:before { + content: "\e917"; +} +.byl-icon-mail-envelope1:before { + content: "\e918"; +} +.byl-icon-mail-envelope-open6:before { + content: "\e90e"; +} +.byl-icon-mail-envelope-open7:before { + content: "\e916"; +} +.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-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-documents:before { + content: "\e949"; +} +.byl-icon-documents1:before { + content: "\e94a"; +} +.byl-icon-documents2:before { + content: "\e94d"; +} +.byl-icon-documents3:before { + content: "\e94f"; +} +.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-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-tag-add:before { + content: "\e92e"; +} +.byl-icon-tag-remove:before { + content: "\e92f"; +} +.byl-icon-tag-checked:before { + content: "\e931"; +} +.byl-icon-tag-cancel:before { + content: "\e932"; +} +.byl-icon-basketball:before { + content: "\e985"; +} +.byl-icon-baseball:before { + content: "\e986"; +} +.byl-icon-tennis-ball:before { + content: "\e98e"; +} +.byl-icon-bowling-ball1:before { + content: "\e995"; +} +.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-medal:before { + content: "\e941"; +} +.byl-icon-medal1:before { + content: "\e943"; +} +.byl-icon-weights:before { + content: "\e9a1"; +} +.byl-icon-table-tennis:before { + content: "\e944"; +} +.byl-icon-volleyball:before { + content: "\e946"; +} +.byl-icon-hockey-stick:before { + content: "\e947"; +} +.byl-icon-shuttlecock:before { + content: "\e948"; +} +.byl-icon-golf:before { + content: "\e950"; +} +.byl-icon-award:before { + content: "\e951"; +} +.byl-icon-award1:before { + content: "\e952"; +} +.byl-icon-award2:before { + content: "\e954"; +} +.byl-icon-award3:before { + content: "\e965"; +} +.byl-icon-medal2:before { + content: "\e966"; +} +.byl-icon-medal3:before { + content: "\e96e"; +} +.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-bowling-pin-ball:before { + content: "\e96f"; +} +.byl-icon-bowling-pin-ball1:before { + content: "\e991"; +} +.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-moon1:before { + content: "\e9ff"; +} +.byl-icon-crescent1:before { + content: "\ea01"; +} +.byl-icon-half-moon1:before { + content: "\ea03"; +} +.byl-icon-gibbous-moon1:before { + content: "\ea05"; +} +.byl-icon-moon3:before { + content: "\ea07"; +} +.byl-icon-gibbous-moon3:before { + content: "\ea09"; +} +.byl-icon-half-moon3:before { + content: "\ea0d"; +} +.byl-icon-crescent3:before { + content: "\ea12"; +} +.byl-icon-thermometer1:before { + content: "\ea16"; +} +.byl-icon-thermometer-low1:before { + content: "\ea18"; +} +.byl-icon-thermometer-quarter1:before { + content: "\ea1a"; +} +.byl-icon-thermometer-half1:before { + content: "\ea25"; +} +.byl-icon-thermometer-three-quarters1:before { + content: "\ea30"; +} +.byl-icon-thermometer-full1:before { + content: "\ea3a"; +} +.byl-icon-lightning1:before { + content: "\ea3c"; +} +.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-call_made:before { + content: "\e996"; +} +.byl-icon-call_merge:before { + content: "\e9fe"; +} +.byl-icon-call_missed:before { + content: "\ea00"; +} +.byl-icon-call_received:before { + content: "\ea02"; +} +.byl-icon-call_split:before { + content: "\ea04"; +} +.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-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-save:before { + content: "\ea06"; +} +.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-bluetooth:before { + content: "\ea08"; +} +.byl-icon-bluetooth_connected:before { + content: "\ea0c"; +} +.byl-icon-bluetooth_disabled:before { + content: "\ea0e"; +} +.byl-icon-bluetooth_searching:before { + content: "\ea15"; +} +.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-file_download:before { + content: "\ea17"; +} +.byl-icon-file_upload:before { + content: "\ea19"; +} +.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-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-star:before { + content: "\ea1b"; +} +.byl-icon-star_half:before { + content: "\ea2f"; +} +.byl-icon-star_outline:before { + content: "\ea39"; +} +.byl-icon-add_shopping_cart:before { + content: "\ead4"; +} +.byl-icon-bookmark1:before { + content: "\ea3b"; +} +.byl-icon-bookmark_outline:before { + content: "\ea83"; +} +.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-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-sports:before { + content: "\eaee"; +} +.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-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-office:before { + content: "\eb62"; +} +.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-video-camera:before { + content: "\eb63"; +} +.byl-icon-bullhorn:before { + content: "\e91a"; +} +.byl-icon-mic:before { + content: "\e91e"; +} +.byl-icon-book:before { + content: "\e91f"; +} +.byl-icon-books:before { + content: "\eb64"; +} +.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-undo:before { + content: "\eb65"; +} +.byl-icon-redo:before { + content: "\eb66"; +} +.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-accessibility:before { + content: "\eb67"; +} +.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-star-empty:before { + content: "\eb68"; +} +.byl-icon-star-half:before { + content: "\eb69"; +} +.byl-icon-star-full:before { + content: "\eb6a"; +} +.byl-icon-heart:before { + content: "\eb6b"; +} +.byl-icon-heart-broken:before { + content: "\eb6c"; +} +.byl-icon-man:before { + content: "\eb6d"; +} +.byl-icon-woman:before { + content: "\eb6e"; +} +.byl-icon-man-woman:before { + content: "\eb6f"; +} +.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-shuffle1:before { + content: "\eb70"; +} +.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-scissors:before { + content: "\eb71"; +} +.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-superscript:before { + content: "\eb72"; +} +.byl-icon-subscript:before { + content: "\eb73"; +} +.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-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-google-drive:before { + content: "\eb74"; +} +.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-flickr4:before { + content: "\eb75"; +} +.byl-icon-behance:before { + content: "\eb45"; +} +.byl-icon-behance2:before { + content: "\eaa9"; +} +.byl-icon-deviantart:before { + content: "\eb76"; +} +.byl-icon-steam:before { + content: "\eb46"; +} +.byl-icon-steam2:before { + content: "\eb47"; +} +.byl-icon-dropbox:before { + content: "\eb77"; +} +.byl-icon-github:before { + content: "\eb48"; +} +.byl-icon-npm:before { + content: "\eb78"; +} +.byl-icon-basecamp:before { + content: "\eb79"; +} +.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-tux:before { + content: "\eb7a"; +} +.byl-icon-appleinc:before { + content: "\eb4e"; +} +.byl-icon-finder:before { + content: "\eb4f"; +} +.byl-icon-android:before { + content: "\eb50"; +} +.byl-icon-windows8:before { + content: "\eb7b"; +} +.byl-icon-soundcloud:before { + content: "\eac3"; +} +.byl-icon-skype:before { + content: "\eb51"; +} +.byl-icon-reddit:before { + content: "\eac6"; +} +.byl-icon-hackernews:before { + content: "\eb7c"; +} +.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-stumbleupon2:before { + content: "\eb7d"; +} +.byl-icon-stackoverflow:before { + content: "\eb55"; +} +.byl-icon-pinterest:before { + content: "\eb56"; +} +.byl-icon-pinterest2:before { + content: "\eb57"; +} +.byl-icon-xing:before { + content: "\eb7e"; +} +.byl-icon-yelp:before { + content: "\eb7f"; +} +.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-codepen:before { + content: "\eb80"; +} +.byl-icon-svg:before { + content: "\eb81"; +} diff --git a/assets/fonts/byl-iconfont-v3.2/selection.json b/assets/fonts/byl-iconfont-v3.2/selection.json new file mode 100644 index 0000000..e507149 --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M520.789 33.835c42.24 0 185.472 11.776 253.013 163.029 22.571 50.901 17.195 137.344 12.757 206.805l-0.128 2.56c-0.512 7.68-0.939 14.72-1.28 21.76 3.2 1.92 8.661 3.84 17.109 3.84 12.8-0.683 28.117-5.12 44.075-12.843 7.040-3.755 14.677-4.437 19.797-4.437 7.765 0 15.317 1.237 21.717 3.84 19.2 6.357 31.317 20.437 31.317 35.755 0.64 19.157-16.64 35.797-51.755 49.835-3.797 1.237-8.917 3.2-14.677 5.077-19.2 5.76-48.597 15.36-56.875 34.56-3.84 9.557-2.603 22.357 5.12 37.035l0.64 0.64c2.56 5.803 65.109 148.267 204.416 171.264 10.88 1.877 18.56 11.52 17.92 21.717 0 3.2-0.64 6.357-1.92 9.6-10.24 24.277-54.315 42.155-134.229 54.229-2.517 3.883-5.12 16-6.997 24.32-1.237 7.637-3.157 15.36-5.717 23.595-3.243 11.563-11.52 17.28-23.68 17.28h-1.28c-5.76 0-13.355-1.323-22.955-3.157-15.36-3.2-32.64-5.76-54.315-5.76-12.8 0-25.557 0.64-38.955 3.157-25.6 4.437-47.915 19.797-73.515 37.717-36.395 25.557-77.909 54.955-140.544 54.955-2.56 0-5.077-0.64-7.68-0.64h-6.357c-62.635 0-103.552-28.8-139.904-54.955-25.557-17.92-47.232-33.237-72.832-37.717-13.397-1.92-26.837-3.157-39.595-3.157-23.040 0-40.875 3.797-54.272 6.357-9.003 1.835-16.683 3.157-23.040 3.157-15.957 0-22.315-9.557-24.875-17.92-2.603-8.192-3.84-16.597-5.76-24.192-1.963-7.723-4.48-21.077-7.083-24.32-81.835-9.472-125.867-27.392-136.064-52.309-1.323-2.688-2.219-6.4-2.347-9.6-0.64-10.368 7.040-19.84 17.92-21.717 139.264-23.040 201.813-165.504 204.416-171.52l0.683-1.237c7.68-14.72 9.557-27.52 5.077-37.077-8.32-18.517-37.717-28.075-56.832-34.517-5.163-1.237-10.24-3.157-14.763-5.077-47.232-18.56-53.632-39.68-51.072-54.315 3.84-20.437 28.757-33.835 49.835-33.835 6.229 0 11.52 1.237 16.341 3.157 17.92 8.277 33.664 12.8 47.104 12.8 9.984 0 16.384-2.56 19.84-4.48l-1.963-24.277c-4.181-69.376-9.6-155.776 13.099-206.379 65.664-150.485 208.469-162.005 250.624-162.005l17.877-0.64h2.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["snapchat-svgrepo-com"]},"attrs":[{}],"properties":{"order":616,"id":0,"name":"snapchat","prevSize":32,"code":59651},"setIdx":0,"setId":10,"iconIdx":0},{"icon":{"paths":["M320 288v-288h384v288zM704 448h320v576h-1024v-576h320v288h384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["unsplash"],"grid":0},"attrs":[{}],"properties":{"order":1,"id":4,"name":"unsplash","prevSize":32,"code":59658},"setIdx":8,"setId":2,"iconIdx":0},{"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":[],"isMulticolor":false,"isMulticolor2":false,"tags":["monero"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"order":1,"id":3,"prevSize":32,"code":60256,"name":"monero"},"setIdx":8,"setId":2,"iconIdx":1},{"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":8,"setId":2,"iconIdx":2},{"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","prevSize":28,"code":60000},"setIdx":1,"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":617,"id":5,"prevSize":28,"code":59996,"name":"chevron-right"},"setIdx":1,"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-left"},"setIdx":1,"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":1,"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":1,"setId":9,"iconIdx":4},{"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":2,"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":2,"setId":8,"iconIdx":1},{"icon":{"paths":["M660.421 640h-266.608l71.819 63.37 72.55 0.347-54.294 0.283h108.112l0.638-0.567-3.18 0.017 70.963-63.449zM696.21 608l103.79-92.801v-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.334l101.546 89.6h338.664zM418.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 0zM320 320v32h416v-32h-416zM320 416v32h416v-32h-416zM320 512v32h416v-32h-416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":3,"order":696,"prevSize":32,"code":59662,"name":"mail-envelope-open6"},"setIdx":2,"setId":8,"iconIdx":2},{"icon":{"paths":["M361.381 608l-105.381-89.6v-262.334c0-17.867 14.326-32.066 31.999-32.066h480.003c17.448 0 31.999 14.357 31.999 32.066v262.334l-106.659 89.6h-331.96zM399.017 640l57.054 48.51h141.432l57.746-48.51h-256.231zM709.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.263zM637.091 192l-109.091-96-109.091 96h218.182zM320 320v32h416v-32h-416zM320 416v32h416v-32h-416zM320 512v32h416v-32h-416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mail-envelope-open"],"grid":32},"attrs":[],"properties":{"id":4,"order":695,"prevSize":32,"code":59670,"name":"mail-envelope-open7"},"setIdx":2,"setId":8,"iconIdx":3},{"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":13},{"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":33},{"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":143},{"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":245},{"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":291},{"icon":{"paths":["M288 672v-96h32v96h96v32h-96v96h-32v-96h-96v-32h96zM192.426 512.426l-64.426-64.426v-256.012c0-35.59 28.648-63.988 63.988-63.988h256.012l428.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-76.615-76.615c20.531-32.241 32.426-70.518 32.426-111.574 0-114.875-93.125-208-208-208-41.056 0-79.333 11.895-111.574 32.426v0 0zM304 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM304 864c97.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":["tag-add"],"grid":32},"attrs":[],"properties":{"id":294,"order":691,"prevSize":32,"code":59694,"name":"tag-add"},"setIdx":2,"setId":8,"iconIdx":293},{"icon":{"paths":["M192.426 512.426l-64.426-64.426v-256.012c0-35.59 28.648-63.988 63.988-63.988h256.012l428.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-76.615-76.615c20.531-32.241 32.426-70.518 32.426-111.574 0-114.875-93.125-208-208-208-41.056 0-79.333 11.895-111.574 32.426v0 0zM304 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM304 864v0c-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176s-78.798 176-176 176zM192 672v32h224v-32h-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tag-remove"],"grid":32},"attrs":[],"properties":{"id":296,"order":692,"prevSize":32,"code":59695,"name":"tag-remove"},"setIdx":2,"setId":8,"iconIdx":295},{"icon":{"paths":["M192.426 512.426l-64.426-64.426v-256.012c0-35.59 28.648-63.988 63.988-63.988h256.012l428.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-76.615-76.615c20.531-32.241 32.426-70.518 32.426-111.574 0-114.875-93.125-208-208-208-41.056 0-79.333 11.895-111.574 32.426v0 0zM304 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM304 864c97.202 0 176-78.798 176-176s-78.798-176-176-176c-97.202 0-176 78.798-176 176s78.798 176 176 176v0zM288 775.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":["tag-checked"],"grid":32},"attrs":[],"properties":{"id":298,"order":693,"prevSize":32,"code":59697,"name":"tag-checked"},"setIdx":2,"setId":8,"iconIdx":297},{"icon":{"paths":["M304 710.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.882zM192.426 512.426l-64.426-64.426v-256.012c0-35.59 28.648-63.988 63.988-63.988h256.012l428.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-76.615-76.615c20.531-32.241 32.426-70.518 32.426-111.574 0-114.875-93.125-208-208-208-41.056 0-79.333 11.895-111.574 32.426v0 0zM304 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM304 864c97.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":["tag-cancel"],"grid":32},"attrs":[],"properties":{"id":300,"order":694,"prevSize":32,"code":59698,"name":"tag-cancel"},"setIdx":2,"setId":8,"iconIdx":299},{"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":2,"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":2,"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":2,"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 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":2,"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 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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":331},{"icon":{"paths":["M608 32h-160v459.955c25.294-7.772 52.158-11.955 80-11.955s54.706 4.183 80 11.955v-459.955zM640 32h128v416l-39.914 119.743c-24.627-26.729-54.542-48.512-88.086-63.688v-472.056zM416 32h-128v416l39.914 119.743c24.627-26.729 54.542-48.512 88.086-63.688v-472.056zM528 992c132.548 0 240-107.452 240-240s-107.452-240-240-240c-132.548 0-240 107.452-240 240s107.452 240 240 240v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["medal"],"grid":32},"attrs":[],"properties":{"id":334,"order":689,"prevSize":32,"code":59713,"name":"medal"},"setIdx":2,"setId":8,"iconIdx":333},{"icon":{"paths":["M608 32h-160v459.955c25.294-7.772 52.158-11.955 80-11.955s54.706 4.183 80 11.955v-459.955zM640 32h128v416l-39.914 119.743c-24.627-26.729-54.542-48.512-88.086-63.688v-472.056zM416 32h-128v416l39.914 119.743c24.627-26.729 54.542-48.512 88.086-63.688v-472.056zM528 992c132.548 0 240-107.452 240-240s-107.452-240-240-240c-132.548 0-240 107.452-240 240s107.452 240 240 240v0zM528 829.538l-88.615 66.462 24.615-110.769-80-81.231h112l32-96 32 96h112l-80 81.231 32 110.769-96-66.462z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["medal"],"grid":32},"attrs":[],"properties":{"id":336,"order":690,"prevSize":32,"code":59715,"name":"medal1"},"setIdx":2,"setId":8,"iconIdx":335},{"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":2,"setId":8,"iconIdx":337},{"icon":{"paths":["M236.983 512c-10.048-29.432-14.583-61.579-12.478-95.25l2.058-32.924c7.743-123.892 114.205-223.826 237.828-223.826h32.322c123.8 0 230.102 100.21 237.828 223.826l2.058 32.924c2.104 33.672-2.426 65.819-12.468 95.25h-487.147zM250.605 544c39.453 76.501 119.118 128 214.018 128h31.859c94.94 0 174.594-51.495 214.034-128h-459.91zM551.25 697.68l9.302 134.399c0.98 17.639-14.161 31.921-32 31.921h-96c-18.113 0-32.929-14.292-31.95-31.921l7.446-134.033c17.543 3.899 35.893 5.954 54.851 5.954h31.859c19.551 0 38.455-2.184 56.492-6.32v0 0zM832.552 688c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["table-tennis"],"grid":32},"attrs":[],"properties":{"id":344,"order":687,"prevSize":32,"code":59716,"name":"table-tennis"},"setIdx":2,"setId":8,"iconIdx":343},{"icon":{"paths":["M921.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.693v0zM902.784 668.085c-45.661-46.011-99.735-83.659-159.724-110.446-71.067 169.833-215.45 288.96-382.471 333.749-1.897-0.875 5.394 2.492 11.025 4.886 48.039 20.425 100.893 31.726 156.386 31.726 166.396 0 309.061-101.602 369.343-246.151 2.896-6.944 6.354-16.206 5.441-13.764v0zM316.848 867.792c172.136-34.078 323.749-150.804 395.75-322.624-54.977-20.518-114.292-32.136-176.193-33.102-76.767 128.347-197.183 215.073-331.25 252.14-1.541-2.102 5.408 7.354 10.706 13.956 22.803 28.416 49.405 53.651 79.037 74.935 8.404 6.037 23.27 15.517 21.95 14.695v0zM186.327 736.1c64.531-16.456 125.941-45.037 180.527-84.753-93.136-122.027-130.275-270.603-114.24-413.455 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 69.058 17.5 134.029 48.308 190.72 4.442 8.173 11.372 19.598 10.018 17.38v0zM290.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.23v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volleyball"],"grid":32},"attrs":[],"properties":{"id":346,"order":688,"prevSize":32,"code":59718,"name":"volleyball"},"setIdx":2,"setId":8,"iconIdx":345},{"icon":{"paths":["M720.5 412.1l-194.3 391.2c-7.7 15.5-28.5 28.6-46.1 28.6h-192.2c-17.4 0-31.9-14.3-31.9-32v-32.1c0-17.8 14.2-32 31.7-32h160.3l184.8-368.5 87.7 44.8zM734.7 383.5l47.6-95.8c8.7-17.6 1.8-38.9-15.7-47.7l-24.3-12.2c-17.4-8.8-38.6-1.9-47.2 15.3l-48 95.7 87.6 44.7zM368 671.9c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["hockey-stick"],"grid":32},"attrs":[],"properties":{"id":352,"order":678,"prevSize":32,"code":59719,"name":"hockey-stick"},"setIdx":2,"setId":8,"iconIdx":351},{"icon":{"paths":["M704 320v-48c0-114.875-93.125-208-208-208s-208 93.125-208 208v48h416zM545.772 352h-99.544l-62.326 529.767-2.683 24.147 114.781 86.086 114.781-86.086-2.672-24.045-62.338-529.869zM348.242 912.935l-92.242 79.065-96-96 128-544h126.007l-61.898 526.131-3.867 34.805zM642.175 352h62.615l127.21 544-95.408 96-91.673-79.065-3.832-34.702-61.528-526.233h62.615z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["shuttlecock"],"grid":32},"attrs":[],"properties":{"id":356,"order":686,"prevSize":32,"code":59720,"name":"shuttlecock"},"setIdx":2,"setId":8,"iconIdx":355},{"icon":{"paths":["M384 272v560h32v-397.714l416-178.286-448-192v208zM448 675.412c25.756-2.234 52.526-3.412 80-3.412 203.241 0 368 64.471 368 144s-164.759 144-368 144c-203.241 0-368-64.471-368-144 0-54.583 77.608-102.072 192-126.494v88.091c-19.431 8.757-32 22.7-32 38.404 0 26.51 35.817 48 80 48s80-21.49 80-48c0-15.704-12.569-29.646-32-38.404v-102.184zM656 832c26.51 0 48-14.327 48-32s-21.49-32-48-32c-26.51 0-48 14.327-48 32s21.49 32 48 32v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["golf"],"grid":32},"attrs":[],"properties":{"id":358,"order":685,"prevSize":32,"code":59728,"name":"golf"},"setIdx":2,"setId":8,"iconIdx":357},{"icon":{"paths":["M320 576.023v415.977l192-192 192 192v-415.977c-53.482 40.172-119.961 63.977-192 63.977s-138.518-23.804-192-63.977v0 0zM512 608v0c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.058 0 288 128.942 288 288s-128.942 288-288 288zM512 512c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0zM512 480c88.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":["award"],"grid":32},"attrs":[],"properties":{"id":364,"order":679,"prevSize":32,"code":59729,"name":"award"},"setIdx":2,"setId":8,"iconIdx":363},{"icon":{"paths":["M320 576.023v415.977l192-192 192 192v-415.977c-53.482 40.172-119.961 63.977-192 63.977s-138.518-23.804-192-63.977v0 0zM512 608c159.058 0 288-128.942 288-288s-128.942-288-288-288c-159.058 0-288 128.942-288 288s128.942 288 288 288v0zM512 406.154l-112 73.846 48-128-96-64h112l48-128 48 128h112l-96 64 48 128-112-73.846z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["award"],"grid":32},"attrs":[],"properties":{"id":366,"order":681,"prevSize":32,"code":59730,"name":"award1"},"setIdx":2,"setId":8,"iconIdx":365},{"icon":{"paths":["M500.044 671.749l-128.796 335.525-55.22-124.027-124.027 55.22 127.293-331.609c50.579 38.469 112.955 62.225 180.751 64.89l-0-0zM706.375 606.859l127.293 331.609-124.027-55.22-55.22 124.027-128.796-335.525c67.795-2.665 130.172-26.421 180.751-64.89v0 0zM512.834 640v0c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.058 0 288 128.942 288 288s-128.942 288-288 288zM512.834 544c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0zM512.834 512c88.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":["award"],"grid":32},"attrs":[],"properties":{"id":368,"order":682,"prevSize":32,"code":59732,"name":"award2"},"setIdx":2,"setId":8,"iconIdx":367},{"icon":{"paths":["M500.044 671.749l-128.796 335.525-55.22-124.027-124.027 55.22 127.293-331.609c50.579 38.469 112.955 62.225 180.751 64.89l-0-0zM706.375 606.859l127.293 331.609-124.027-55.22-55.22 124.027-128.796-335.525c67.795-2.665 130.172-26.421 180.751-64.89v0 0zM512.834 640c159.058 0 288-128.942 288-288s-128.942-288-288-288c-159.058 0-288 128.942-288 288s128.942 288 288 288v0zM512.834 438.154l-112 73.846 48-128-96-64h112l48-128 48 128h112l-96 64 48 128-112-73.846z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["award"],"grid":32},"attrs":[],"properties":{"id":370,"order":683,"prevSize":32,"code":59749,"name":"award3"},"setIdx":2,"setId":8,"iconIdx":369},{"icon":{"paths":["M545.976 372.386l137.525-340.386 178.019 71.924-139.74 345.869c-48.049-42.131-108.822-70.105-175.804-77.407v0 0zM299.815 449.978l-139.815-346.053 178.019-71.924 137.537 340.416c-66.972 7.359-127.725 35.385-175.742 77.561v0 0zM510.903 978.486v0c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.058 0 288 128.942 288 288s-128.942 288-288 288zM510.903 882.486c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192s85.961 192 192 192v0zM510.903 850.486c88.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":["medal"],"grid":32},"attrs":[],"properties":{"id":372,"order":684,"prevSize":32,"code":59750,"name":"medal2"},"setIdx":2,"setId":8,"iconIdx":371},{"icon":{"paths":["M545.976 372.386l137.525-340.386 178.019 71.924-139.74 345.869c-48.049-42.131-108.822-70.105-175.804-77.407v0 0zM299.815 449.978l-139.815-346.053 178.019-71.924 137.537 340.416c-66.972 7.359-127.725 35.385-175.742 77.561v0 0zM510.903 978.486c159.058 0 288-128.942 288-288s-128.942-288-288-288c-159.058 0-288 128.942-288 288s128.942 288 288 288v0 0zM510.903 776.64l-112 73.846 48-128-96-64h112l48-128 48 128h112l-96 64 48 128-112-73.846z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["medal"],"grid":32},"attrs":[],"properties":{"id":374,"order":680,"prevSize":32,"code":59758,"name":"medal3"},"setIdx":2,"setId":8,"iconIdx":373},{"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":391},{"icon":{"paths":["M449.24 822.958v0 0c-20.915-28.95-33.24-64.514-33.24-102.958 0-50.629 21.378-96.266 55.6-128.374-10.693-50.318-29.342-88.973-42.38-111.626h-90.802v0c-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 9.573-14.95 20.441-41.042zM472.623 849.327c-13.197 29.519-24.623 46.673-24.623 46.673h-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.006 0.009 32.567 48.117 51.237 122.402 26.934-16.737 58.72-26.402 92.763-26.402 97.202 0 176 78.798 176 176s-78.798 176-176 176c-46.070 0-88.006-17.701-119.377-46.673v0 0zM352.798 448h62.008l1.194-64h-64l0.798 64zM350.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 112zM592 864c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144s64.471 144 144 144v0zM592 640c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16v0zM560 704c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16v0zM624 704c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bowling-pin-ball"],"grid":32},"attrs":[],"properties":{"id":393,"order":621,"prevSize":32,"code":59759,"name":"bowling-pin-ball"},"setIdx":2,"setId":8,"iconIdx":392},{"icon":{"paths":["M457.957 879.055c-5.976 10.968-9.957 16.945-9.957 16.945h-128c0 0-64-96-64-224.766 0-83.798 27.105-153.071 46.036-191.234v0h163.918c7.467 15.058 16.208 34.959 24.055 58.679-63.278 35.669-106.010 103.505-106.010 181.321 0 63.805 28.729 120.9 73.957 159.055v0 0zM320 448v-64h128v64h-128zM317.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.569zM592 896v0c-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176s-78.798 176-176 176zM592 640c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16v0zM560 704c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16v0zM624 704c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bowling-pin-ball"],"grid":32},"attrs":[],"properties":{"id":394,"order":620,"prevSize":32,"code":59793,"name":"bowling-pin-ball1"},"setIdx":2,"setId":8,"iconIdx":393},{"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"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":2,"setId":8,"iconIdx":487},{"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":2,"setId":8,"iconIdx":489},{"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":2,"setId":8,"iconIdx":491},{"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":2,"setId":8,"iconIdx":493},{"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":2,"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 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":2,"setId":8,"iconIdx":497},{"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":2,"setId":8,"iconIdx":499},{"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":2,"setId":8,"iconIdx":501},{"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":2,"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.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":2,"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.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":2,"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.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":2,"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.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":2,"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.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":2,"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.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":2,"setId":8,"iconIdx":543},{"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":2,"setId":8,"iconIdx":545},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":88},{"icon":{"paths":["M384 214h426v426h-84v-282l-496 496-60-60 496-496h-282v-84z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["call_made"],"grid":24},"attrs":[],"properties":{"ligatures":"call_made","id":90,"order":638,"prevSize":24,"code":59798,"name":"call_made"},"setIdx":3,"setId":7,"iconIdx":90},{"icon":{"paths":["M320 342l192-192 192 192h-150v272l-256 256-60-60 232-230v-238h-150zM726 870l-146-144 60-60 146 144z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["call_merge","merge_type"],"grid":24},"attrs":[],"properties":{"ligatures":"call_merge, merge_type","id":91,"order":637,"prevSize":24,"code":59902,"name":"call_merge"},"setIdx":3,"setId":7,"iconIdx":91},{"icon":{"paths":["M836 298l60 60-384 384-298-298v196h-86v-342h342v86h-196l238 238z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["call_missed"],"grid":24},"attrs":[],"properties":{"ligatures":"call_missed","id":92,"order":636,"prevSize":24,"code":59904,"name":"call_missed"},"setIdx":3,"setId":7,"iconIdx":92},{"icon":{"paths":["M854 230l-496 496h282v84h-426v-426h84v282l496-496z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["call_received"],"grid":24},"attrs":[],"properties":{"ligatures":"call_received","id":93,"order":635,"prevSize":24,"code":59906,"name":"call_received"},"setIdx":3,"setId":7,"iconIdx":93},{"icon":{"paths":["M426 170l-98 98 226 226v360h-84v-324l-202-202-98 98v-256h256zM598 170h256v256l-98-98-124 124-60-60 124-124z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["call_split"],"grid":24},"attrs":[],"properties":{"ligatures":"call_split","id":94,"order":634,"prevSize":24,"code":59908,"name":"call_split"},"setIdx":3,"setId":7,"iconIdx":94},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":130},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":170},{"icon":{"paths":["M640 384v-170h-426v170h426zM512 810q52 0 90-38t38-90-38-90-90-38-90 38-38 90 38 90 90 38zM726 128l170 170v512q0 34-26 60t-60 26h-596q-36 0-61-25t-25-61v-596q0-36 25-61t61-25h512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["save"],"grid":24},"attrs":[],"properties":{"ligatures":"save","id":172,"order":639,"prevSize":24,"code":59910,"name":"save"},"setIdx":3,"setId":7,"iconIdx":172},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":202},{"icon":{"paths":["M634 696l-80-82v162zM554 248v162l80-82zM756 328l-184 184 184 184-244 242h-42v-324l-196 196-60-60 238-238-238-238 60-60 196 196v-324h42z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bluetooth"],"grid":24},"attrs":[],"properties":{"ligatures":"bluetooth","id":207,"order":640,"prevSize":24,"code":59912,"name":"bluetooth"},"setIdx":3,"setId":7,"iconIdx":207},{"icon":{"paths":["M810 426l86 86-86 86-84-86zM634 696l-80-82v162zM554 248v162l80-82zM756 328l-184 184 184 184-244 242h-42v-324l-196 196-60-60 238-238-238-238 60-60 196 196v-324h42zM298 512l-84 86-86-86 86-86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bluetooth_connected"],"grid":24},"attrs":[],"properties":{"ligatures":"bluetooth_connected","id":208,"order":642,"prevSize":24,"code":59916,"name":"bluetooth_connected"},"setIdx":3,"setId":7,"iconIdx":208},{"icon":{"paths":["M554 776l80-80-80-82v162zM230 170l624 624-60 60-98-98-184 182h-42v-324l-196 196-60-60 238-238-282-282zM554 248v138l-84-86v-214h42l244 242-130 130-60-60 68-70z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bluetooth_disabled"],"grid":24},"attrs":[],"properties":{"ligatures":"bluetooth_disabled","id":209,"order":641,"prevSize":24,"code":59918,"name":"bluetooth_disabled"},"setIdx":3,"setId":7,"iconIdx":209},{"icon":{"paths":["M550 696l-80-82v162zM470 248v162l80-82zM670 328l-184 184 184 184-244 242h-42v-324l-196 196-60-60 238-238-238-238 60-60 196 196v-324h42zM834 286q62 100 62 222 0 120-66 226l-50-50q42-84 42-172t-42-172zM608 512l98-98q20 50 20 98 0 50-20 100z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bluetooth_searching","bluetooth_audio"],"grid":24},"attrs":[],"properties":{"ligatures":"bluetooth_searching, bluetooth_audio","id":210,"order":643,"prevSize":24,"code":59925,"name":"bluetooth_searching"},"setIdx":3,"setId":7,"iconIdx":210},{"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":242},{"icon":{"paths":["M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["file_download","get_app"],"grid":24},"attrs":[],"properties":{"ligatures":"file_download, get_app","id":326,"order":632,"prevSize":24,"code":59927,"name":"file_download"},"setIdx":3,"setId":7,"iconIdx":326},{"icon":{"paths":["M214 768h596v86h-596v-86zM384 682v-256h-170l298-298 298 298h-170v256h-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["file_upload"],"grid":24},"attrs":[],"properties":{"ligatures":"file_upload","id":327,"order":633,"prevSize":24,"code":59929,"name":"file_upload"},"setIdx":3,"setId":7,"iconIdx":327},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":555},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":691},{"icon":{"paths":["M512 736l-264 160 70-300-232-202 306-26 120-282 120 282 306 26-232 202 70 300z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star","grade"],"grid":24},"attrs":[],"properties":{"ligatures":"star, grade","id":703,"order":629,"prevSize":24,"code":59931,"name":"star"},"setIdx":3,"setId":7,"iconIdx":703},{"icon":{"paths":["M512 658l160 96-42-182 142-124-188-16-72-172v398zM938 394l-232 202 70 300-264-160-264 160 70-300-232-202 306-26 120-282 120 282z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star_half"],"grid":24},"attrs":[],"properties":{"ligatures":"star_half","id":704,"order":630,"prevSize":24,"code":59951,"name":"star_half"},"setIdx":3,"setId":7,"iconIdx":704},{"icon":{"paths":["M512 658l160 96-42-182 142-124-188-16-72-172-72 172-188 16 142 124-42 182zM938 394l-232 202 70 300-264-160-264 160 70-300-232-202 306-26 120-282 120 282z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["star_outline"],"grid":24},"attrs":[],"properties":{"ligatures":"star_outline","id":705,"order":631,"prevSize":24,"code":59961,"name":"star_outline"},"setIdx":3,"setId":7,"iconIdx":705},{"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":3,"setId":7,"iconIdx":712},{"icon":{"paths":["M726 128q34 0 59 26t25 60v682l-298-128-298 128v-682q0-34 25-60t59-26h428z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmark","turned_in"],"grid":24},"attrs":[],"properties":{"ligatures":"bookmark, turned_in","id":726,"order":628,"prevSize":24,"code":59963,"name":"bookmark1"},"setIdx":3,"setId":7,"iconIdx":726},{"icon":{"paths":["M726 768v-554h-428v554l214-94zM726 128q34 0 59 26t25 60v682l-298-128-298 128v-682q0-34 25-60t59-26h428z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmark_outline","turned_in_not"],"grid":24},"attrs":[],"properties":{"ligatures":"bookmark_outline, turned_in_not","id":727,"order":627,"prevSize":24,"code":60035,"name":"bookmark_outline"},"setIdx":3,"setId":7,"iconIdx":727},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":884},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"setId":7,"iconIdx":1076},{"icon":{"paths":["M384 512q0-36 25-61t61-25 60 25 24 61-24 61-60 25-61-25-25-61zM470 640q52 0 90-38t38-90-38-90-90-38-90 38-38 90 38 90 90 38zM192 384q22 0 22-22 0-20-22-20t-22 20q0 22 22 22zM480 256h458v172h-172q-20 0-33 14t-11 34q6 46-2 88-16 80-78 136t-144 66q-4 0-14 1t-14 1q-106 0-181-75t-75-181v-12q0-14 4-34-16 4-26 4-44 0-75-32t-31-76 31-75 75-31q36 0 64 21t38 53q78-74 186-74z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sports"],"grid":24},"attrs":[],"properties":{"ligatures":"sports","id":1079,"order":644,"prevSize":24,"code":60142,"name":"sports"},"setIdx":3,"setId":7,"iconIdx":1079},{"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":3,"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":4,"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":5,"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":6,"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":6,"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":8,"setId":2,"iconIdx":3},{"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":8,"setId":2,"iconIdx":4},{"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":9,"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":9,"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":9,"setId":1,"iconIdx":2},{"icon":{"paths":["M0 1024h512v-1024h-512v1024zM320 128h128v128h-128v-128zM320 384h128v128h-128v-128zM320 640h128v128h-128v-128zM64 128h128v128h-128v-128zM64 384h128v128h-128v-128zM64 640h128v128h-128v-128zM576 320h448v64h-448zM576 1024h128v-256h192v256h128v-576h-448z"],"tags":["office","buildings","work"],"defaultCode":59651,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"office, buildings","name":"office","order":626,"id":4,"prevSize":24,"code":60258},"setIdx":9,"setId":1,"iconIdx":3},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":19},{"icon":{"paths":["M384 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM0 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM768 608v-96c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v320c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-96l256 160v-448l-256 160zM640 768h-512v-192h512v192z"],"tags":["video-camera","video","media","film","movie"],"defaultCode":59668,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"video-camera, video3","name":"video-camera","order":657,"id":21,"prevSize":24,"code":60259},"setIdx":9,"setId":1,"iconIdx":20},{"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":9,"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":9,"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":9,"setId":1,"iconIdx":31},{"icon":{"width":1152,"paths":["M224 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM192 320h-128v-64h128v64z","M544 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM512 320h-128v-64h128v64z","M765.088 177.48l-171.464 86.394c-15.716 7.918-22.096 27.258-14.178 42.976l287.978 571.548c7.918 15.718 27.258 22.098 42.976 14.178l171.464-86.392c15.716-7.92 22.096-27.26 14.178-42.974l-287.978-571.55c-7.92-15.718-27.26-22.1-42.976-14.18z"],"tags":["books","library","archive"],"defaultCode":59680,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"books, library","name":"books","order":658,"id":33,"prevSize":24,"code":60260},"setIdx":9,"setId":1,"iconIdx":32},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":100},{"icon":{"paths":["M512 64c-141.384 0-269.376 57.32-362.032 149.978l-149.968-149.978v384h384l-143.532-143.522c69.496-69.492 165.492-112.478 271.532-112.478 212.068 0 384 171.924 384 384 0 114.696-50.292 217.636-130.018 288l84.666 96c106.302-93.816 173.352-231.076 173.352-384 0-282.77-229.23-512-512-512z"],"tags":["undo","ccw","arrow"],"defaultCode":59749,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"undo, ccw","name":"undo","order":645,"id":102,"prevSize":24,"code":60261},"setIdx":9,"setId":1,"iconIdx":101},{"icon":{"paths":["M0 576c0 152.924 67.048 290.184 173.35 384l84.666-96c-79.726-70.364-130.016-173.304-130.016-288 0-212.076 171.93-384 384-384 106.042 0 202.038 42.986 271.53 112.478l-143.53 143.522h384v-384l-149.97 149.978c-92.654-92.658-220.644-149.978-362.030-149.978-282.77 0-512 229.23-512 512z"],"tags":["redo","cw","arrow"],"defaultCode":59750,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"redo, cw","name":"redo","order":646,"id":103,"prevSize":24,"code":60262},"setIdx":9,"setId":1,"iconIdx":102},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":177},{"icon":{"paths":["M416 96c0-53.018 42.98-96 96-96s96 42.982 96 96c0 53.020-42.98 96-96 96s-96-42.98-96-96z","M640 320l329.596-142.172-23.77-59.424-401.826 137.596h-64l-401.826-137.596-23.77 59.424 329.596 142.172v256l-131.27 424.57 59.84 22.7 185.716-415.27h27.428l185.716 415.27 59.84-22.7-131.27-424.57z"],"tags":["accessibility"],"defaultCode":59826,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"accessibility","name":"accessibility","order":647,"id":179,"prevSize":24,"code":60263},"setIdx":9,"setId":1,"iconIdx":178},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":211},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"tags":["star-empty","rate","star","favorite","bookmark"],"defaultCode":59863,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-empty, rate","name":"star-empty","order":660,"id":216,"prevSize":24,"code":60264},"setIdx":9,"setId":1,"iconIdx":215},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-0.942 0.496 0.942-570.768 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"tags":["star-half","rate","star"],"defaultCode":59864,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-half, rate2","name":"star-half","order":661,"id":217,"prevSize":24,"code":60265},"setIdx":9,"setId":1,"iconIdx":216},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z"],"tags":["star-full","rate","star","favorite","bookmark"],"defaultCode":59865,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-full, rate3","name":"star-full","order":662,"id":218,"prevSize":24,"code":60266},"setIdx":9,"setId":1,"iconIdx":217},{"icon":{"paths":["M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z"],"tags":["heart","like","love","favorite"],"defaultCode":59866,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"heart, like","name":"heart","order":624,"id":219,"prevSize":24,"code":60267},"setIdx":9,"setId":1,"iconIdx":218},{"icon":{"paths":["M755.188 64c148.382 0 268.812 120.44 268.812 268.832 0 292.21-315.824 382.842-511.978 679.418-207.522-298.424-512.022-377.572-512.022-679.418 0-148.392 120.426-268.832 268.808-268.832 60.354 0 115.99 27.53 160.796 67.834l-77.604 124.166 224 128-128 320 352-384-224-128 61.896-92.846c35.42-21.768 75.21-35.154 117.292-35.154z"],"tags":["heart-broken","heart","like","love"],"defaultCode":59867,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"heart-broken, heart2","name":"heart-broken","order":625,"id":220,"prevSize":24,"code":60268},"setIdx":9,"setId":1,"iconIdx":219},{"icon":{"paths":["M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M576 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z"],"tags":["man","male","gender","sex"],"defaultCode":59868,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"man, male","name":"man","order":650,"id":221,"prevSize":24,"code":60269},"setIdx":9,"setId":1,"iconIdx":220},{"icon":{"paths":["M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M719 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"tags":["woman","female","gender","sex"],"defaultCode":59869,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"woman, female","name":"woman","order":649,"id":222,"prevSize":24,"code":60270},"setIdx":9,"setId":1,"iconIdx":221},{"icon":{"paths":["M256 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M832 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M256 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z","M975 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"tags":["man-woman","toilet","bathroom","sex","gender"],"defaultCode":59870,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"man-woman, toilet","name":"man-woman","order":648,"id":223,"prevSize":24,"code":60271},"setIdx":9,"setId":1,"iconIdx":222},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":302},{"icon":{"paths":["M768 704h-101.49l-160-160 160-160h101.49v160l224-224-224-224v160h-128c-16.974 0-33.252 6.744-45.254 18.746l-178.746 178.744-178.746-178.746c-12-12-28.28-18.744-45.254-18.744h-192v128h165.49l160 160-160 160h-165.49v128h192c16.974 0 33.252-6.742 45.254-18.746l178.746-178.744 178.746 178.744c12.002 12.004 28.28 18.746 45.254 18.746h128v160l224-224-224-224v160z"],"tags":["shuffle","random","player"],"defaultCode":59952,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"shuffle, random","name":"shuffle1","order":623,"id":305,"prevSize":24,"code":60272},"setIdx":9,"setId":1,"iconIdx":304},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":343},{"icon":{"paths":["M913.826 679.694c-66.684-104.204-181.078-150.064-255.51-102.434-6.428 4.116-12.334 8.804-17.744 13.982l-79.452-124.262 183.462-287.972c15.016-27.73 20.558-60.758 13.266-93.974-6.972-31.75-24.516-58.438-48.102-77.226l-12.278-7.808-217.468 340.114-217.47-340.114-12.276 7.806c-23.586 18.79-41.13 45.476-48.1 77.226-7.292 33.216-1.75 66.244 13.264 93.974l183.464 287.972-79.454 124.262c-5.41-5.178-11.316-9.868-17.744-13.982-74.432-47.63-188.826-1.77-255.51 102.434-66.68 104.2-60.398 227.286 14.032 274.914 74.43 47.632 188.824 1.77 255.508-102.432l164.286-257.87 164.288 257.872c66.684 104.202 181.078 150.064 255.508 102.432 74.428-47.63 80.71-170.716 14.030-274.914zM234.852 800.43c-30.018 46.904-68.534 69.726-94.572 75.446-0.004 0-0.004 0-0.004 0-8.49 1.868-20.294 3.010-28.324-2.128-8.898-5.694-14.804-20.748-15.8-40.276-1.616-31.644 9.642-68.836 30.888-102.034 30.014-46.906 68.53-69.726 94.562-75.444 8.496-1.866 20.308-3.010 28.336 2.126 8.898 5.694 14.802 20.75 15.798 40.272 1.618 31.65-9.64 68.84-30.884 102.038zM480 512c-17.672 0-32-14.328-32-32s14.328-32 32-32 32 14.328 32 32-14.328 32-32 32zM863.85 833.47c-0.996 19.528-6.902 34.582-15.8 40.276-8.030 5.138-19.834 3.996-28.324 2.128 0 0 0 0-0.004 0-26.040-5.718-64.554-28.542-94.572-75.446-21.244-33.198-32.502-70.388-30.884-102.038 0.996-19.522 6.9-34.578 15.798-40.272 8.028-5.136 19.84-3.992 28.336-2.126 26.034 5.716 64.548 28.538 94.562 75.444 21.246 33.198 32.502 70.39 30.888 102.034z"],"tags":["scissors","cut"],"defaultCode":59994,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"scissors, cut","name":"scissors","order":667,"id":347,"prevSize":24,"code":60273},"setIdx":9,"setId":1,"iconIdx":346},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":357},{"icon":{"paths":["M768 206v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"],"tags":["superscript","wysiwyg"],"defaultCode":60009,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"superscript, wysiwyg11","name":"superscript","order":665,"id":362,"prevSize":24,"code":60274},"setIdx":9,"setId":1,"iconIdx":361},{"icon":{"paths":["M768 910v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"],"tags":["subscript","wysiwyg"],"defaultCode":60010,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"subscript, wysiwyg12","name":"subscript","order":666,"id":363,"prevSize":24,"code":60275},"setIdx":9,"setId":1,"iconIdx":362},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":386},{"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":398},{"icon":{"paths":["M438 640l-184.6 320h580.6l184.6-320z","M992.4 576l-295.6-512h-369.6l295.6 512z","M290.2 128l-290.2 502.8 184.8 320 290.2-502.8z"],"tags":["google-drive","brand"],"defaultCode":60047,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"google-drive, brand9","name":"google-drive","order":671,"id":400,"prevSize":24,"code":60276},"setIdx":9,"setId":1,"iconIdx":399},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":417},{"icon":{"paths":["M512 0c-282.77 0-512 230.796-512 515.5s229.23 515.5 512 515.5 512-230.796 512-515.5-229.23-515.5-512-515.5zM288 672c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160c0 88.366-71.634 160-160 160zM736 672c-88.368 0-160-71.634-160-160s71.632-160 160-160 160 71.634 160 160c0 88.366-71.632 160-160 160z"],"tags":["flickr","brand","social"],"defaultCode":60070,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"flickr4, brand30","name":"flickr4","order":670,"id":423,"prevSize":24,"code":60277},"setIdx":9,"setId":1,"iconIdx":422},{"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":9,"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":9,"setId":1,"iconIdx":425},{"icon":{"paths":["M829 186.2v-186.2h-186.2l-18.6 18.8-88 167.4-27.6 18.6h-313.6v255.6h172.4l15.4 18.6-187.8 358.8v186.2h186.2l18.6-18.8 88-167.4 27.6-18.6h313.6v-255.6h-172.4l-15.4-18.8z"],"tags":["deviantart","brand","social"],"defaultCode":60074,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"deviantart, brand34","name":"deviantart","order":669,"id":427,"prevSize":24,"code":60278},"setIdx":9,"setId":1,"iconIdx":426},{"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":9,"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":9,"setId":1,"iconIdx":429},{"icon":{"paths":["M736 32l-224 192 288 192 224-192z","M512 224l-224-192-288 192 224 192z","M800 416l224 192-288 160-224-192z","M512 576l-288-160-224 192 288 160z","M728.156 845.57l-216.156-185.278-216.158 185.278-135.842-75.468v93.898l352 160 352-160v-93.898z"],"tags":["dropbox","brand"],"defaultCode":60078,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"dropbox, brand38","name":"dropbox","order":668,"id":431,"prevSize":24,"code":60279},"setIdx":9,"setId":1,"iconIdx":430},{"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":9,"setId":1,"iconIdx":432},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM832 832h-128v-512h-192v512h-320v-640h640v640z"],"tags":["npm","brand"],"defaultCode":60081,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"npm","ligatures":"npm, brand41","order":652,"id":434,"prevSize":24,"code":60280},"setIdx":9,"setId":1,"iconIdx":433},{"icon":{"paths":["M512 106.6c-186.8 0-330.8 156.4-412.4 309.6-46 86.2-78.2 180.6-93 277.2-1.6 11-3.2 22-4.4 33.2-0.6 6-1.2 12-1.6 18-0.6 7.6-0.2 10 3.8 16.4 12 19.4 26.2 37.4 42.2 53.6 32.8 33.6 72.6 59.4 114.8 79.4 96.2 45.4 204.8 61.8 310.4 65.4 109 3.6 221-5.4 325.2-39.4 89-29 174.8-79.6 224.2-161.4 5.4-8.8 1.6-21.8 0.6-32-1.2-12.2-2.8-24.2-4.8-36.2-3.6-23.6-8.4-46.8-14.2-70-11.6-47.2-27.4-93.6-46.6-138.2-69.6-161.6-198.4-334-381.6-369.6-20.6-4-41.6-6-62.6-6zM518.4 890.2c-114.2 0-238.6-10.2-341.4-65.2-40-21.4-80.8-52.4-100-95-5.6-12.4-3.6-17.2-1-31.8 1.8-9.4 2.6-18.6 6.8-27.4 5.8-12.2 11.8-24.2 18-36.2 21-40.6 43.6-80.8 69.8-118.6 13-18.6 26.8-37 42.8-53 11.2-11.2 24.8-23.2 40.6-27 48.4-11.6 85.4 44.4 114.8 72.6 14.2 13.6 33.2 29 54.4 26.4 14.6-1.8 27.6-13.2 38-22.6 35.4-31.8 63.8-71.2 93.2-108.2 14.6-18.2 29-36.6 44.8-54 10.6-11.8 22.2-25.2 36.4-32.8 25.4-13.8 57.8 14.6 75.4 29.2 30 25 56.6 54.2 82 83.8 24.2 28.2 47.6 56.8 68.2 87.8 31.8 48 59.4 99.2 84.6 151 5.4 11.2 7.2 18.8 9.2 31.2 1.2 6.8 3.8 14.6 2.8 21.6-1.4 9.8-8.2 20.4-13.2 28.4-12 19-28.2 35.4-46 49.2-74.6 57.8-175.6 77-267.4 85.6-37.6 3.6-75.2 5-112.8 5z"],"tags":["basecamp","brand"],"defaultCode":60082,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"basecamp","ligatures":"basecamp, brand42","order":654,"id":435,"prevSize":24,"code":60281},"setIdx":9,"setId":1,"iconIdx":434},{"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":442},{"icon":{"paths":["M567.656 736.916c-81.944 38.118-158.158 37.716-209.34 34.020-61.052-4.41-110.158-21.124-131.742-35.732-13.3-9.006-31.384-5.522-40.39 7.782-9.004 13.302-5.52 31.386 7.782 40.39 34.698 23.486 96.068 40.954 160.162 45.58 10.866 0.784 22.798 1.278 35.646 1.278 55.782 0 126.626-5.316 202.42-40.57 14.564-6.778 20.878-24.074 14.104-38.64-6.776-14.566-24.076-20.872-38.642-14.108zM890.948 693.816c2.786-252.688 28.762-730.206-454.97-691.612-477.6 38.442-350.964 542.968-358.082 711.95-6.308 89.386-35.978 198.648-77.896 309.846h129.1c13.266-47.122 23.024-93.72 27.232-138.15 7.782 5.428 16.108 10.674 24.994 15.7 14.458 8.518 26.884 19.844 40.040 31.834 30.744 28.018 65.59 59.774 133.712 63.752 4.572 0.262 9.174 0.394 13.676 0.394 68.896 0 116.014-30.154 153.878-54.382 18.14-11.612 33.818-21.64 48.564-26.452 41.91-13.12 78.532-34.296 105.904-61.252 4.276-4.208 8.242-8.538 11.962-12.948 15.246 55.878 36.118 118.758 59.288 181.504h275.65c-66.174-102.224-134.436-202.374-133.052-330.184zM124.11 556.352c0-0.016 0-0.030-0.002-0.046-4.746-82.462 34.71-151.832 88.126-154.936 53.412-3.106 100.56 61.228 105.304 143.692 0 0.014 0.004 0.030 0.004 0.044 0.256 4.446 0.368 8.846 0.37 13.206-16.924 4.256-32.192 10.436-45.872 17.63-0.052-0.612-0.092-1.216-0.152-1.83 0-0.008 0-0.018 0-0.026-4.57-46.81-29.572-82.16-55.852-78.958-26.28 3.204-43.88 43.75-39.312 90.558 0 0.010 0.004 0.018 0.004 0.026 1.992 20.408 7.868 38.636 16.042 52.444-2.034 1.604-7.784 5.812-14.406 10.656-4.97 3.634-11.020 8.058-18.314 13.43-19.882-26.094-33.506-63.58-35.94-105.89zM665.26 760.178c-1.9 43.586-58.908 84.592-111.582 101.044l-0.296 0.096c-21.9 7.102-41.428 19.6-62.104 32.83-34.732 22.224-70.646 45.208-122.522 45.208-3.404 0-6.894-0.104-10.326-0.296-47.516-2.778-69.742-23.032-97.88-48.676-14.842-13.526-30.19-27.514-49.976-39.124l-0.424-0.244c-42.706-24.104-69.212-54.082-70.908-80.194-0.842-12.98 4.938-24.218 17.182-33.4 26.636-19.972 44.478-33.022 56.284-41.658 13.11-9.588 17.068-12.48 20-15.264 2.096-1.986 4.364-4.188 6.804-6.562 24.446-23.774 65.36-63.562 128.15-63.562 38.404 0 80.898 14.8 126.17 43.902 21.324 13.878 39.882 20.286 63.38 28.4 16.156 5.578 34.468 11.902 58.992 22.404l0.396 0.164c22.88 9.404 49.896 26.564 48.66 54.932zM652.646 657.806c-4.4-2.214-8.974-4.32-13.744-6.286-22.106-9.456-39.832-15.874-54.534-20.998 8.116-15.894 13.16-35.72 13.624-57.242 0-0.010 0-0.022 0-0.030 1.126-52.374-25.288-94.896-58.996-94.976-33.71-0.078-61.95 42.314-63.076 94.686 0 0.010 0 0.018 0 0.028-0.038 1.714-0.042 3.416-0.020 5.11-20.762-9.552-41.18-16.49-61.166-20.76-0.092-1.968-0.204-3.932-0.244-5.92 0-0.016 0-0.036 0-0.050-1.938-95.412 56.602-174.39 130.754-176.402 74.15-2.014 135.828 73.7 137.772 169.11 0 0.018 0 0.038 0 0.052 0.874 43.146-10.66 82.866-30.37 113.678z"],"tags":["tux","brand","linux"],"defaultCode":60093,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tux, brand52","name":"tux","order":653,"id":446,"prevSize":24,"code":60282},"setIdx":9,"setId":1,"iconIdx":445},{"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":9,"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":9,"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":9,"setId":1,"iconIdx":448},{"icon":{"paths":["M0.35 512l-0.35-312.074 384-52.144v364.218zM448 138.482l511.872-74.482v448h-511.872zM959.998 576l-0.126 448-511.872-72.016v-375.984zM384 943.836l-383.688-52.594-0.020-315.242h383.708z"],"tags":["windows8","brand","os"],"defaultCode":60098,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"windows8, brand57","name":"windows8","order":655,"id":451,"prevSize":24,"code":60283},"setIdx":9,"setId":1,"iconIdx":450},{"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":9,"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":9,"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":9,"setId":1,"iconIdx":454},{"icon":{"paths":["M0 0v1024h1024v-1024h-1024zM544 584v216h-64v-216l-175-328h72.6l134.4 252 134.4-252h72.6l-175 328z"],"tags":["hackernews","brand","ycombinator","yc","social"],"defaultCode":60103,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"hackernews","ligatures":"hackernews, brand62","order":672,"id":456,"prevSize":24,"code":60284},"setIdx":9,"setId":1,"iconIdx":455},{"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":459},{"icon":{"paths":["M852 0h-680c-94.6 0-172 77.4-172 172v680c0 94.6 77.4 172 172 172h680c94.6 0 172-77.4 172-172v-680c0-94.6-77.4-172-172-172zM512 320c-35.29 0-64 28.71-64 64v256c0 105.872-86.13 192-192 192s-192-86.128-192-192v-128h128v128c0 35.29 28.71 64 64 64s64-28.71 64-64v-256c0-105.87 86.13-192 192-192s192 86.13 192 178v62l-82 24-46-24v-62c0-21.29-28.71-50-64-50zM960 640c0 105.872-86.13 192-192 192s-192-86.128-192-206v-124l46 24 82-24v124c0 49.29 28.71 78 64 78s64-28.71 64-64v-128h128v128z"],"tags":["stumbleupon","brand","social"],"defaultCode":60111,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stumbleupon2, brand70","name":"stumbleupon2","order":677,"id":464,"prevSize":24,"code":60285},"setIdx":9,"setId":1,"iconIdx":463},{"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":9,"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":9,"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":9,"setId":1,"iconIdx":466},{"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-96zM312.6 666h-110.6c-6.6 0-11.6-3-14.4-7.6-3-4.8-3-10.8 0-17l117.6-207.6c0.2-0.2 0.2-0.4 0-0.6l-74.8-129.6c-3-6.2-3.6-12.2-0.6-17 2.8-4.6 8.4-7 15.2-7h110.8c17 0 25.4 11 30.8 20.8 0 0 75.6 132 76.2 132.8-4.4 8-119.6 211.4-119.6 211.4-6 10.4-14 21.4-30.6 21.4zM836.4 152.2l-245.2 433.6c-0.2 0.2-0.2 0.6 0 0.8l156.2 285.2c3 6.2 3.2 12.4 0.2 17.2-2.8 4.6-8 7-14.8 7h-110.6c-17 0-25.4-11.2-31-21 0 0-157-288-157.4-288.8 7.8-13.8 246.4-437 246.4-437 6-10.6 13.2-21 29.6-21h112.2c6.6 0 12 2.6 14.8 7 2.8 4.6 2.8 10.8-0.4 17z"],"tags":["xing","brand","social"],"defaultCode":60115,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"xing, brand74","name":"xing","order":676,"id":468,"prevSize":24,"code":60286},"setIdx":9,"setId":1,"iconIdx":467},{"icon":{"paths":["M608.876 653.468c-17.282 17.426-2.668 49.128-2.668 49.128l130.090 217.218c0 0 21.36 28.64 39.864 28.64 18.59 0 36.954-15.27 36.954-15.27l102.844-147.008c0 0 10.36-18.546 10.598-34.792 0.372-23.106-34.454-29.434-34.454-29.434l-243.488-78.192c-0.002 0.004-23.858-6.328-39.74 9.71zM596.532 543.984c12.46 21.128 46.828 14.972 46.828 14.972l242.938-71.006c0 0 33.106-13.466 37.832-31.418 4.64-17.954-5.46-39.622-5.46-39.622l-116.098-136.752c0 0-10.062-17.292-30.938-19.032-23.016-1.958-37.18 25.898-37.18 25.898l-137.27 216.010c0 0.004-12.134 21.516-0.652 40.95zM481.754 459.768c28.608-7.044 33.148-48.604 33.148-48.604l-1.944-345.87c0 0-4.314-42.666-23.486-54.232-30.070-18.242-38.982-8.718-47.596-7.444l-201.696 74.944c0 0-19.754 6.536-30.042 23.018-14.69 23.352 14.928 57.544 14.928 57.544l209.644 285.756c0 0 20.69 21.396 47.044 14.888zM431.944 599.738c0.722-26.676-32.030-42.7-32.030-42.7l-216.796-109.524c0 0-32.126-13.246-47.722-4.016-11.95 7.060-22.536 19.84-23.572 31.134l-14.12 173.812c0 0-2.116 30.114 5.69 43.82 11.054 19.442 47.428 5.902 47.428 5.902l253.096-55.942c9.832-6.61 27.074-7.204 28.026-42.486zM494.88 693.542c-21.726-11.156-47.724 11.95-47.724 11.95l-169.468 186.566c0 0-21.144 28.528-15.768 46.050 5.066 16.418 13.454 24.578 25.318 30.328l170.192 53.726c0 0 20.634 4.286 36.258-0.242 22.18-6.43 18.094-41.152 18.094-41.152l3.848-252.602c-0.002 0.002-0.868-24.334-20.75-34.624z"],"tags":["yelp","brand","social"],"defaultCode":60119,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"yelp, brand78","name":"yelp","order":673,"id":472,"prevSize":24,"code":60287},"setIdx":9,"setId":1,"iconIdx":471},{"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"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":9,"setId":1,"iconIdx":487},{"icon":{"paths":["M945.75 368.042l-448-298.666c-10.748-7.166-24.752-7.166-35.5 0l-448 298.666c-8.902 5.934-14.25 15.926-14.25 26.624v298.666c0 10.7 5.348 20.692 14.25 26.624l448 298.666c5.374 3.584 11.562 5.376 17.75 5.376s12.376-1.792 17.75-5.376l448-298.666c8.902-5.934 14.25-15.926 14.25-26.624v-298.666c0-10.698-5.348-20.69-14.25-26.624zM480 654.876l-166.312-110.876 166.312-110.874 166.312 110.874-166.312 110.876zM512 377.542v-221.75l358.31 238.876-166.31 110.874-192-128zM448 377.542l-192 128-166.312-110.874 358.312-238.876v221.75zM198.312 544l-134.312 89.542v-179.082l134.312 89.54zM256 582.458l192 128v221.748l-358.312-238.872 166.312-110.876zM512 710.458l192-128 166.312 110.876-358.312 238.874v-221.75zM761.688 544l134.312-89.54v179.084l-134.312-89.544z"],"tags":["codepen","brand"],"defaultCode":60136,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"codepen, brand81","name":"codepen","order":674,"id":489,"prevSize":24,"code":60288},"setIdx":9,"setId":1,"iconIdx":488},{"icon":{"paths":["M928 416c-28.428 0-53.958 12.366-71.536 32h-189.956l134.318-134.318c26.312 1.456 53.11-7.854 73.21-27.956 37.49-37.49 37.49-98.274 0-135.764s-98.274-37.49-135.766 0c-20.102 20.102-29.41 46.898-27.956 73.21l-134.314 134.318v-189.954c19.634-17.578 32-43.108 32-71.536 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 28.428 12.366 53.958 32 71.536v189.954l-134.318-134.318c1.454-26.312-7.856-53.11-27.958-73.21-37.49-37.49-98.274-37.49-135.764 0-37.49 37.492-37.49 98.274 0 135.764 20.102 20.102 46.898 29.412 73.212 27.956l134.32 134.318h-189.956c-17.578-19.634-43.108-32-71.536-32-53.020 0-96 42.98-96 96s42.98 96 96 96c28.428 0 53.958-12.366 71.536-32h189.956l-134.318 134.318c-26.314-1.456-53.11 7.854-73.212 27.956-37.49 37.492-37.49 98.276 0 135.766 37.492 37.49 98.274 37.49 135.764 0 20.102-20.102 29.412-46.898 27.958-73.21l134.316-134.32v189.956c-19.634 17.576-32 43.108-32 71.536 0 53.020 42.98 96 96 96s96-42.98 96-96c0-28.428-12.366-53.958-32-71.536v-189.956l134.318 134.318c-1.456 26.312 7.854 53.11 27.956 73.21 37.492 37.49 98.276 37.49 135.766 0s37.49-98.274 0-135.766c-20.102-20.102-46.898-29.41-73.21-27.956l-134.32-134.316h189.956c17.576 19.634 43.108 32 71.536 32 53.020 0 96-42.98 96-96s-42.982-96-96.002-96z"],"tags":["svg"],"defaultCode":60137,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"svg","name":"svg","order":675,"id":490,"prevSize":24,"code":60289},"setIdx":9,"setId":1,"iconIdx":489}],"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":2},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"showSelector":true,"showMetrics":true,"showVersion":true,"showMetadata":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/assets/fonts/byl-iconfont-v3.2/style.css b/assets/fonts/byl-iconfont-v3.2/style.css new file mode 100644 index 0000000..bff387e --- /dev/null +++ b/assets/fonts/byl-iconfont-v3.2/style.css @@ -0,0 +1,1953 @@ +@font-face { + font-family: 'byl-iconfont'; + src: url('fonts/byl-iconfont.eot?lu4uhf'); + src: url('fonts/byl-iconfont.eot?lu4uhf#iefix') format('embedded-opentype'), + url('fonts/byl-iconfont.ttf?lu4uhf') format('truetype'), + url('fonts/byl-iconfont.woff?lu4uhf') format('woff'), + url('fonts/byl-iconfont.svg?lu4uhf#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-snapchat:before { + content: "\e903"; +} +.byl-icon-unsplash:before { + content: "\e90a"; +} +.byl-icon-monero:before { + content: "\eb60"; +} +.byl-icon-ethereum:before { + content: "\eb61"; +} +.byl-icon-bitcoin:before { + content: "\ea60"; +} +.byl-icon-chevron-right:before { + content: "\ea5c"; +} +.byl-icon-chevron-left:before { + content: "\ea5d"; +} +.byl-icon-chevron-down:before { + content: "\ea5e"; +} +.byl-icon-chevron-up:before { + content: "\ea5f"; +} +.byl-icon-mail-envelope:before { + content: "\e917"; +} +.byl-icon-mail-envelope1:before { + content: "\e918"; +} +.byl-icon-mail-envelope-open6:before { + content: "\e90e"; +} +.byl-icon-mail-envelope-open7:before { + content: "\e916"; +} +.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-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-documents:before { + content: "\e949"; +} +.byl-icon-documents1:before { + content: "\e94a"; +} +.byl-icon-documents2:before { + content: "\e94d"; +} +.byl-icon-documents3:before { + content: "\e94f"; +} +.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-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-tag-add:before { + content: "\e92e"; +} +.byl-icon-tag-remove:before { + content: "\e92f"; +} +.byl-icon-tag-checked:before { + content: "\e931"; +} +.byl-icon-tag-cancel:before { + content: "\e932"; +} +.byl-icon-basketball:before { + content: "\e985"; +} +.byl-icon-baseball:before { + content: "\e986"; +} +.byl-icon-tennis-ball:before { + content: "\e98e"; +} +.byl-icon-bowling-ball1:before { + content: "\e995"; +} +.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-medal:before { + content: "\e941"; +} +.byl-icon-medal1:before { + content: "\e943"; +} +.byl-icon-weights:before { + content: "\e9a1"; +} +.byl-icon-table-tennis:before { + content: "\e944"; +} +.byl-icon-volleyball:before { + content: "\e946"; +} +.byl-icon-hockey-stick:before { + content: "\e947"; +} +.byl-icon-shuttlecock:before { + content: "\e948"; +} +.byl-icon-golf:before { + content: "\e950"; +} +.byl-icon-award:before { + content: "\e951"; +} +.byl-icon-award1:before { + content: "\e952"; +} +.byl-icon-award2:before { + content: "\e954"; +} +.byl-icon-award3:before { + content: "\e965"; +} +.byl-icon-medal2:before { + content: "\e966"; +} +.byl-icon-medal3:before { + content: "\e96e"; +} +.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-bowling-pin-ball:before { + content: "\e96f"; +} +.byl-icon-bowling-pin-ball1:before { + content: "\e991"; +} +.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-moon1:before { + content: "\e9ff"; +} +.byl-icon-crescent1:before { + content: "\ea01"; +} +.byl-icon-half-moon1:before { + content: "\ea03"; +} +.byl-icon-gibbous-moon1:before { + content: "\ea05"; +} +.byl-icon-moon3:before { + content: "\ea07"; +} +.byl-icon-gibbous-moon3:before { + content: "\ea09"; +} +.byl-icon-half-moon3:before { + content: "\ea0d"; +} +.byl-icon-crescent3:before { + content: "\ea12"; +} +.byl-icon-thermometer1:before { + content: "\ea16"; +} +.byl-icon-thermometer-low1:before { + content: "\ea18"; +} +.byl-icon-thermometer-quarter1:before { + content: "\ea1a"; +} +.byl-icon-thermometer-half1:before { + content: "\ea25"; +} +.byl-icon-thermometer-three-quarters1:before { + content: "\ea30"; +} +.byl-icon-thermometer-full1:before { + content: "\ea3a"; +} +.byl-icon-lightning1:before { + content: "\ea3c"; +} +.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-call_made:before { + content: "\e996"; +} +.byl-icon-call_merge:before { + content: "\e9fe"; +} +.byl-icon-call_missed:before { + content: "\ea00"; +} +.byl-icon-call_received:before { + content: "\ea02"; +} +.byl-icon-call_split:before { + content: "\ea04"; +} +.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-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-save:before { + content: "\ea06"; +} +.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-bluetooth:before { + content: "\ea08"; +} +.byl-icon-bluetooth_connected:before { + content: "\ea0c"; +} +.byl-icon-bluetooth_disabled:before { + content: "\ea0e"; +} +.byl-icon-bluetooth_searching:before { + content: "\ea15"; +} +.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-file_download:before { + content: "\ea17"; +} +.byl-icon-file_upload:before { + content: "\ea19"; +} +.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-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-star:before { + content: "\ea1b"; +} +.byl-icon-star_half:before { + content: "\ea2f"; +} +.byl-icon-star_outline:before { + content: "\ea39"; +} +.byl-icon-add_shopping_cart:before { + content: "\ead4"; +} +.byl-icon-bookmark1:before { + content: "\ea3b"; +} +.byl-icon-bookmark_outline:before { + content: "\ea83"; +} +.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-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-sports:before { + content: "\eaee"; +} +.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-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-office:before { + content: "\eb62"; +} +.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-video-camera:before { + content: "\eb63"; +} +.byl-icon-bullhorn:before { + content: "\e91a"; +} +.byl-icon-mic:before { + content: "\e91e"; +} +.byl-icon-book:before { + content: "\e91f"; +} +.byl-icon-books:before { + content: "\eb64"; +} +.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-undo:before { + content: "\eb65"; +} +.byl-icon-redo:before { + content: "\eb66"; +} +.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-accessibility:before { + content: "\eb67"; +} +.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-star-empty:before { + content: "\eb68"; +} +.byl-icon-star-half:before { + content: "\eb69"; +} +.byl-icon-star-full:before { + content: "\eb6a"; +} +.byl-icon-heart:before { + content: "\eb6b"; +} +.byl-icon-heart-broken:before { + content: "\eb6c"; +} +.byl-icon-man:before { + content: "\eb6d"; +} +.byl-icon-woman:before { + content: "\eb6e"; +} +.byl-icon-man-woman:before { + content: "\eb6f"; +} +.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-shuffle1:before { + content: "\eb70"; +} +.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-scissors:before { + content: "\eb71"; +} +.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-superscript:before { + content: "\eb72"; +} +.byl-icon-subscript:before { + content: "\eb73"; +} +.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-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-google-drive:before { + content: "\eb74"; +} +.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-flickr4:before { + content: "\eb75"; +} +.byl-icon-behance:before { + content: "\eb45"; +} +.byl-icon-behance2:before { + content: "\eaa9"; +} +.byl-icon-deviantart:before { + content: "\eb76"; +} +.byl-icon-steam:before { + content: "\eb46"; +} +.byl-icon-steam2:before { + content: "\eb47"; +} +.byl-icon-dropbox:before { + content: "\eb77"; +} +.byl-icon-github:before { + content: "\eb48"; +} +.byl-icon-npm:before { + content: "\eb78"; +} +.byl-icon-basecamp:before { + content: "\eb79"; +} +.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-tux:before { + content: "\eb7a"; +} +.byl-icon-appleinc:before { + content: "\eb4e"; +} +.byl-icon-finder:before { + content: "\eb4f"; +} +.byl-icon-android:before { + content: "\eb50"; +} +.byl-icon-windows8:before { + content: "\eb7b"; +} +.byl-icon-soundcloud:before { + content: "\eac3"; +} +.byl-icon-skype:before { + content: "\eb51"; +} +.byl-icon-reddit:before { + content: "\eac6"; +} +.byl-icon-hackernews:before { + content: "\eb7c"; +} +.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-stumbleupon2:before { + content: "\eb7d"; +} +.byl-icon-stackoverflow:before { + content: "\eb55"; +} +.byl-icon-pinterest:before { + content: "\eb56"; +} +.byl-icon-pinterest2:before { + content: "\eb57"; +} +.byl-icon-xing:before { + content: "\eb7e"; +} +.byl-icon-yelp:before { + content: "\eb7f"; +} +.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-codepen:before { + content: "\eb80"; +} +.byl-icon-svg:before { + content: "\eb81"; +} diff --git a/assets/fonts/inter/.uuid b/assets/fonts/inter/.uuid deleted file mode 100644 index c1bc6f9..0000000 --- a/assets/fonts/inter/.uuid +++ /dev/null @@ -1 +0,0 @@ -25968bc5-b2a0-47c5-8285-d12c50f998c7 \ No newline at end of file diff --git a/assets/fonts/inter/Inter-Black.ttf b/assets/fonts/inter/Inter-Black.ttf deleted file mode 100644 index 5071b12..0000000 Binary files a/assets/fonts/inter/Inter-Black.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-Black.woff b/assets/fonts/inter/Inter-Black.woff new file mode 100644 index 0000000..a18593a Binary files /dev/null and b/assets/fonts/inter/Inter-Black.woff differ diff --git a/assets/fonts/inter/Inter-Black.woff2 b/assets/fonts/inter/Inter-Black.woff2 new file mode 100644 index 0000000..68f64c9 Binary files /dev/null and b/assets/fonts/inter/Inter-Black.woff2 differ diff --git a/assets/fonts/inter/Inter-BlackItalic.woff b/assets/fonts/inter/Inter-BlackItalic.woff new file mode 100644 index 0000000..b6b0194 Binary files /dev/null and b/assets/fonts/inter/Inter-BlackItalic.woff differ diff --git a/assets/fonts/inter/Inter-BlackItalic.woff2 b/assets/fonts/inter/Inter-BlackItalic.woff2 new file mode 100644 index 0000000..1c9c7ca Binary files /dev/null and b/assets/fonts/inter/Inter-BlackItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-Bold.ttf b/assets/fonts/inter/Inter-Bold.ttf deleted file mode 100644 index cc065b6..0000000 Binary files a/assets/fonts/inter/Inter-Bold.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-Bold.woff b/assets/fonts/inter/Inter-Bold.woff new file mode 100644 index 0000000..eaf3d4b Binary files /dev/null and b/assets/fonts/inter/Inter-Bold.woff differ diff --git a/assets/fonts/inter/Inter-Bold.woff2 b/assets/fonts/inter/Inter-Bold.woff2 new file mode 100644 index 0000000..2846f29 Binary files /dev/null and b/assets/fonts/inter/Inter-Bold.woff2 differ diff --git a/assets/fonts/inter/Inter-BoldItalic.ttf b/assets/fonts/inter/Inter-BoldItalic.ttf deleted file mode 100644 index 503b9e0..0000000 Binary files a/assets/fonts/inter/Inter-BoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-BoldItalic.woff b/assets/fonts/inter/Inter-BoldItalic.woff new file mode 100644 index 0000000..3275076 Binary files /dev/null and b/assets/fonts/inter/Inter-BoldItalic.woff differ diff --git a/assets/fonts/inter/Inter-BoldItalic.woff2 b/assets/fonts/inter/Inter-BoldItalic.woff2 new file mode 100644 index 0000000..0b1fe8e Binary files /dev/null and b/assets/fonts/inter/Inter-BoldItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-ExtraBold.ttf b/assets/fonts/inter/Inter-ExtraBold.ttf deleted file mode 100644 index e244ac9..0000000 Binary files a/assets/fonts/inter/Inter-ExtraBold.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-ExtraBold.woff b/assets/fonts/inter/Inter-ExtraBold.woff new file mode 100644 index 0000000..c2c17ed Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraBold.woff differ diff --git a/assets/fonts/inter/Inter-ExtraBold.woff2 b/assets/fonts/inter/Inter-ExtraBold.woff2 new file mode 100644 index 0000000..c24c2bd Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraBold.woff2 differ diff --git a/assets/fonts/inter/Inter-ExtraBoldItalic.ttf b/assets/fonts/inter/Inter-ExtraBoldItalic.ttf deleted file mode 100644 index 1114885..0000000 Binary files a/assets/fonts/inter/Inter-ExtraBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-ExtraBoldItalic.woff b/assets/fonts/inter/Inter-ExtraBoldItalic.woff new file mode 100644 index 0000000..c42f705 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraBoldItalic.woff differ diff --git a/assets/fonts/inter/Inter-ExtraBoldItalic.woff2 b/assets/fonts/inter/Inter-ExtraBoldItalic.woff2 new file mode 100644 index 0000000..4a81dc7 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraBoldItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-ExtraLight-BETA.ttf b/assets/fonts/inter/Inter-ExtraLight-BETA.ttf deleted file mode 100644 index e49f4d9..0000000 Binary files a/assets/fonts/inter/Inter-ExtraLight-BETA.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-ExtraLight.woff b/assets/fonts/inter/Inter-ExtraLight.woff new file mode 100644 index 0000000..d0de5f3 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraLight.woff differ diff --git a/assets/fonts/inter/Inter-ExtraLight.woff2 b/assets/fonts/inter/Inter-ExtraLight.woff2 new file mode 100644 index 0000000..f2ea706 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraLight.woff2 differ diff --git a/assets/fonts/inter/Inter-ExtraLightItalic-BETA.ttf b/assets/fonts/inter/Inter-ExtraLightItalic-BETA.ttf deleted file mode 100644 index 4c84fe4..0000000 Binary files a/assets/fonts/inter/Inter-ExtraLightItalic-BETA.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-ExtraLightItalic.woff b/assets/fonts/inter/Inter-ExtraLightItalic.woff new file mode 100644 index 0000000..81f1a28 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraLightItalic.woff differ diff --git a/assets/fonts/inter/Inter-ExtraLightItalic.woff2 b/assets/fonts/inter/Inter-ExtraLightItalic.woff2 new file mode 100644 index 0000000..9af717b Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraLightItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-Italic.ttf b/assets/fonts/inter/Inter-Italic.ttf deleted file mode 100644 index 598db24..0000000 Binary files a/assets/fonts/inter/Inter-Italic.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-Italic.woff b/assets/fonts/inter/Inter-Italic.woff new file mode 100644 index 0000000..a806b38 Binary files /dev/null and b/assets/fonts/inter/Inter-Italic.woff differ diff --git a/assets/fonts/inter/Inter-Italic.woff2 b/assets/fonts/inter/Inter-Italic.woff2 new file mode 100644 index 0000000..a619fc5 Binary files /dev/null and b/assets/fonts/inter/Inter-Italic.woff2 differ diff --git a/assets/fonts/inter/Inter-Light-BETA.ttf b/assets/fonts/inter/Inter-Light-BETA.ttf deleted file mode 100644 index 81f5626..0000000 Binary files a/assets/fonts/inter/Inter-Light-BETA.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-Light.woff b/assets/fonts/inter/Inter-Light.woff new file mode 100644 index 0000000..c496464 Binary files /dev/null and b/assets/fonts/inter/Inter-Light.woff differ diff --git a/assets/fonts/inter/Inter-Light.woff2 b/assets/fonts/inter/Inter-Light.woff2 new file mode 100644 index 0000000..bc4be66 Binary files /dev/null and b/assets/fonts/inter/Inter-Light.woff2 differ diff --git a/assets/fonts/inter/Inter-LightItalic-BETA.ttf b/assets/fonts/inter/Inter-LightItalic-BETA.ttf deleted file mode 100644 index e5e4538..0000000 Binary files a/assets/fonts/inter/Inter-LightItalic-BETA.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-LightItalic.woff b/assets/fonts/inter/Inter-LightItalic.woff new file mode 100644 index 0000000..f84a9de Binary files /dev/null and b/assets/fonts/inter/Inter-LightItalic.woff differ diff --git a/assets/fonts/inter/Inter-LightItalic.woff2 b/assets/fonts/inter/Inter-LightItalic.woff2 new file mode 100644 index 0000000..842b2df Binary files /dev/null and b/assets/fonts/inter/Inter-LightItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-Medium.ttf b/assets/fonts/inter/Inter-Medium.ttf deleted file mode 100644 index 5fb476d..0000000 Binary files a/assets/fonts/inter/Inter-Medium.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-Medium.woff b/assets/fonts/inter/Inter-Medium.woff new file mode 100644 index 0000000..d546843 Binary files /dev/null and b/assets/fonts/inter/Inter-Medium.woff differ diff --git a/assets/fonts/inter/Inter-Medium.woff2 b/assets/fonts/inter/Inter-Medium.woff2 new file mode 100644 index 0000000..f92498a Binary files /dev/null and b/assets/fonts/inter/Inter-Medium.woff2 differ diff --git a/assets/fonts/inter/Inter-MediumItalic.ttf b/assets/fonts/inter/Inter-MediumItalic.ttf deleted file mode 100644 index e8a7259..0000000 Binary files a/assets/fonts/inter/Inter-MediumItalic.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-MediumItalic.woff b/assets/fonts/inter/Inter-MediumItalic.woff new file mode 100644 index 0000000..459a656 Binary files /dev/null and b/assets/fonts/inter/Inter-MediumItalic.woff differ diff --git a/assets/fonts/inter/Inter-MediumItalic.woff2 b/assets/fonts/inter/Inter-MediumItalic.woff2 new file mode 100644 index 0000000..0e3019f Binary files /dev/null and b/assets/fonts/inter/Inter-MediumItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-Regular.ttf b/assets/fonts/inter/Inter-Regular.ttf deleted file mode 100644 index 8c04c5b..0000000 Binary files a/assets/fonts/inter/Inter-Regular.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-Regular.woff b/assets/fonts/inter/Inter-Regular.woff new file mode 100644 index 0000000..62d3a61 Binary files /dev/null and b/assets/fonts/inter/Inter-Regular.woff differ diff --git a/assets/fonts/inter/Inter-Regular.woff2 b/assets/fonts/inter/Inter-Regular.woff2 new file mode 100644 index 0000000..6c2b689 Binary files /dev/null and b/assets/fonts/inter/Inter-Regular.woff2 differ diff --git a/assets/fonts/inter/Inter-SemiBold.ttf b/assets/fonts/inter/Inter-SemiBold.ttf deleted file mode 100644 index af40294..0000000 Binary files a/assets/fonts/inter/Inter-SemiBold.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-SemiBold.woff b/assets/fonts/inter/Inter-SemiBold.woff new file mode 100644 index 0000000..a815f43 Binary files /dev/null and b/assets/fonts/inter/Inter-SemiBold.woff differ diff --git a/assets/fonts/inter/Inter-SemiBold.woff2 b/assets/fonts/inter/Inter-SemiBold.woff2 new file mode 100644 index 0000000..611e90c Binary files /dev/null and b/assets/fonts/inter/Inter-SemiBold.woff2 differ diff --git a/assets/fonts/inter/Inter-SemiBoldItalic.ttf b/assets/fonts/inter/Inter-SemiBoldItalic.ttf deleted file mode 100644 index 894a65f..0000000 Binary files a/assets/fonts/inter/Inter-SemiBoldItalic.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-SemiBoldItalic.woff b/assets/fonts/inter/Inter-SemiBoldItalic.woff new file mode 100644 index 0000000..909e43a Binary files /dev/null and b/assets/fonts/inter/Inter-SemiBoldItalic.woff differ diff --git a/assets/fonts/inter/Inter-SemiBoldItalic.woff2 b/assets/fonts/inter/Inter-SemiBoldItalic.woff2 new file mode 100644 index 0000000..545685b Binary files /dev/null and b/assets/fonts/inter/Inter-SemiBoldItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-Thin-BETA.ttf b/assets/fonts/inter/Inter-Thin-BETA.ttf deleted file mode 100644 index b6ba236..0000000 Binary files a/assets/fonts/inter/Inter-Thin-BETA.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-Thin.woff b/assets/fonts/inter/Inter-Thin.woff new file mode 100644 index 0000000..62bc58c Binary files /dev/null and b/assets/fonts/inter/Inter-Thin.woff differ diff --git a/assets/fonts/inter/Inter-Thin.woff2 b/assets/fonts/inter/Inter-Thin.woff2 new file mode 100644 index 0000000..abbc3a5 Binary files /dev/null and b/assets/fonts/inter/Inter-Thin.woff2 differ diff --git a/assets/fonts/inter/Inter-ThinItalic-BETA.ttf b/assets/fonts/inter/Inter-ThinItalic-BETA.ttf deleted file mode 100644 index 1df838c..0000000 Binary files a/assets/fonts/inter/Inter-ThinItalic-BETA.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-ThinItalic.woff b/assets/fonts/inter/Inter-ThinItalic.woff new file mode 100644 index 0000000..700a7f0 Binary files /dev/null and b/assets/fonts/inter/Inter-ThinItalic.woff differ diff --git a/assets/fonts/inter/Inter-ThinItalic.woff2 b/assets/fonts/inter/Inter-ThinItalic.woff2 new file mode 100644 index 0000000..ab0b200 Binary files /dev/null and b/assets/fonts/inter/Inter-ThinItalic.woff2 differ diff --git a/assets/fonts/inter/Inter-UI-BlackItalic.ttf b/assets/fonts/inter/Inter-UI-BlackItalic.ttf deleted file mode 100644 index c3c36e8..0000000 Binary files a/assets/fonts/inter/Inter-UI-BlackItalic.ttf and /dev/null differ diff --git a/assets/fonts/inter/Inter-italic.var.woff2 b/assets/fonts/inter/Inter-italic.var.woff2 new file mode 100644 index 0000000..b826d5a Binary files /dev/null and b/assets/fonts/inter/Inter-italic.var.woff2 differ diff --git a/assets/fonts/inter/Inter-roman.var.woff2 b/assets/fonts/inter/Inter-roman.var.woff2 new file mode 100644 index 0000000..6a256a0 Binary files /dev/null and b/assets/fonts/inter/Inter-roman.var.woff2 differ diff --git a/assets/fonts/inter/Inter.var.woff2 b/assets/fonts/inter/Inter.var.woff2 new file mode 100644 index 0000000..365eedc Binary files /dev/null and b/assets/fonts/inter/Inter.var.woff2 differ diff --git a/assets/fonts/inter/SIL Open Font License.txt b/assets/fonts/inter/SIL Open Font License.txt deleted file mode 100644 index 13aa5b6..0000000 --- a/assets/fonts/inter/SIL Open Font License.txt +++ /dev/null @@ -1,43 +0,0 @@ -Copyright (c) 2016-2018 The Inter UI Project Authors (me@rsms.me) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. - -The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the copyright statement(s). - -"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. - -"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. - -5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/assets/fonts/inter/inter.css b/assets/fonts/inter/inter.css new file mode 100644 index 0000000..f450010 --- /dev/null +++ b/assets/fonts/inter/inter.css @@ -0,0 +1,200 @@ +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 100; + font-display: swap; + src: url("Inter-Thin.woff2?v=3.19") format("woff2"), + url("Inter-Thin.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 100; + font-display: swap; + src: url("Inter-ThinItalic.woff2?v=3.19") format("woff2"), + url("Inter-ThinItalic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 200; + font-display: swap; + src: url("Inter-ExtraLight.woff2?v=3.19") format("woff2"), + url("Inter-ExtraLight.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 200; + font-display: swap; + src: url("Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"), + url("Inter-ExtraLightItalic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url("Inter-Light.woff2?v=3.19") format("woff2"), + url("Inter-Light.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 300; + font-display: swap; + src: url("Inter-LightItalic.woff2?v=3.19") format("woff2"), + url("Inter-LightItalic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("Inter-Regular.woff2?v=3.19") format("woff2"), + url("Inter-Regular.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 400; + font-display: swap; + src: url("Inter-Italic.woff2?v=3.19") format("woff2"), + url("Inter-Italic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url("Inter-Medium.woff2?v=3.19") format("woff2"), + url("Inter-Medium.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 500; + font-display: swap; + src: url("Inter-MediumItalic.woff2?v=3.19") format("woff2"), + url("Inter-MediumItalic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url("Inter-SemiBold.woff2?v=3.19") format("woff2"), + url("Inter-SemiBold.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 600; + font-display: swap; + src: url("Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"), + url("Inter-SemiBoldItalic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url("Inter-Bold.woff2?v=3.19") format("woff2"), + url("Inter-Bold.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 700; + font-display: swap; + src: url("Inter-BoldItalic.woff2?v=3.19") format("woff2"), + url("Inter-BoldItalic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 800; + font-display: swap; + src: url("Inter-ExtraBold.woff2?v=3.19") format("woff2"), + url("Inter-ExtraBold.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 800; + font-display: swap; + src: url("Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"), + url("Inter-ExtraBoldItalic.woff?v=3.19") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 900; + font-display: swap; + src: url("Inter-Black.woff2?v=3.19") format("woff2"), + url("Inter-Black.woff?v=3.19") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 900; + font-display: swap; + src: url("Inter-BlackItalic.woff2?v=3.19") format("woff2"), + url("Inter-BlackItalic.woff?v=3.19") format("woff"); +} + +/* ------------------------------------------------------- +Variable font. +Usage: + + html { font-family: 'Inter', sans-serif; } + @supports (font-variation-settings: normal) { + html { font-family: 'Inter var', sans-serif; } + } +*/ +@font-face { + font-family: 'Inter var'; + font-weight: 100 900; + font-display: swap; + font-style: normal; + font-named-instance: 'Regular'; + src: url("Inter-roman.var.woff2?v=3.19") format("woff2"); +} +@font-face { + font-family: 'Inter var'; + font-weight: 100 900; + font-display: swap; + font-style: italic; + font-named-instance: 'Italic'; + src: url("Inter-italic.var.woff2?v=3.19") format("woff2"); +} + + +/* -------------------------------------------------------------------------- +[EXPERIMENTAL] Multi-axis, single variable font. + +Slant axis is not yet widely supported (as of February 2019) and thus this +multi-axis single variable font is opt-in rather than the default. + +When using this, you will probably need to set font-variation-settings +explicitly, e.g. + + * { font-variation-settings: "slnt" 0deg } + .italic { font-variation-settings: "slnt" 10deg } + +*/ +@font-face { + font-family: 'Inter var experimental'; + font-weight: 100 900; + font-display: swap; + font-style: oblique 0deg 10deg; + src: url("Inter.var.woff2?v=3.19") format("woff2"); +} diff --git a/assets/svg/edbz9-cc-by-sa.svg b/assets/svg/edbz9-cc-by-sa.svg new file mode 100644 index 0000000..f21cb5b --- /dev/null +++ b/assets/svg/edbz9-cc-by-sa.svg @@ -0,0 +1,66 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/noise.svg b/assets/svg/noise.svg similarity index 100% rename from noise.svg rename to assets/svg/noise.svg diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..abbe7e5 --- /dev/null +++ b/feed.xml @@ -0,0 +1,21 @@ + + + + edbrz9 + edbrz9's website + Thu, 28 Octobre 2021 00:00:01 GMT + http://www.example.org + + Actualité N°1 + Ceci est ma première actualité + Sat, 07 Sep 2002 00:00:01 GMT + http://www.example.org/actu1 + + + Actualité N°2 + Ceci est ma seconde actualité + Sat, 07 Sep 2002 00:00:01 GMT + http://www.example.org/actu2 + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..397655c --- /dev/null +++ b/index.html @@ -0,0 +1,106 @@ + + + + edbrz9 + + + + + + + + + + + +
+ +
+ + + +
+ + +

Lorem Ipsum

+ +

Donec lobortis nec lorem ac elementum. Proin risus purus, tincidunt et mi eu, porttitor ultricies diam. Nunc ultrices ligula lorem, id gravida libero porttitor non. Pellentesque mi felis, maximus nec neque nec, mollis condimentum sapien. Sed id leo vitae tortor porttitor pharetra condimentum eu justo. Maecenas interdum sit amet nisl eu consequat. Aenean ut nunc luctus, porta mi eget, imperdiet neque. Mauris consectetur nunc et urna pretium varius. Praesent et odio sit amet nulla suscipit pulvinar eget tincidunt justo. Mauris non efficitur ex, at tempus ipsum. Nullam ac sapien sed massa ultricies interdum. Sed sodales arcu sodales nisi pulvinar, at volutpat est efficitur.

+ +
+ + + + + + + + + + + diff --git a/test.html b/test.html new file mode 100644 index 0000000..010b921 --- /dev/null +++ b/test.html @@ -0,0 +1,141 @@ + + + + Title + + + + + + + + + + + +
+ +
+ + + +
+ + +

Ceci est un beau bloc de texte {{ name }} avec un lien.

+ + + + + + + + + + +
Monophonic Interzone - Llashram
+ + +

🤔

+ +

Proin sodales massa eu dolor lacinia, vel sagittis mauris vehicula. Nulla varius ligula sit amet lorem vulputate luctus. Aliquam varius molestie nunc, vitae tempus purus malesuada volutpat. Nam vitae massa lectus. Praesent id ipsum id metus lobortis porta eget sit amet lorem. Nam eu rutrum mi. In ac erat eget est euismod blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Praesent in tortor sapien. Maecenas euismod rhoncus erat, sed bibendum sapien feugiat a.

+
+ +

Lorem Ipsum

+ +

Donec lobortis nec lorem ac elementum. Proin risus purus, tincidunt et mi eu, porttitor ultricies diam. Nunc ultrices ligula lorem, id gravida libero porttitor non. Pellentesque mi felis, maximus nec neque nec, mollis condimentum sapien. Sed id leo vitae tortor porttitor pharetra condimentum eu justo. Maecenas interdum sit amet nisl eu consequat. Aenean ut nunc luctus, porta mi eget, imperdiet neque. Mauris consectetur nunc et urna pretium varius. Praesent et odio sit amet nulla suscipit pulvinar eget tincidunt justo. Mauris non efficitur ex, at tempus ipsum. Nullam ac sapien sed massa ultricies interdum. Sed sodales arcu sodales nisi pulvinar, at volutpat est efficitur.

+ + +

(crédit photo : SDIS du Bas-Rhin ©)

+ + + + +
+ + + + + + + + + + +