From: Kilian Saffran Date: Mon, 10 Jun 2024 13:15:01 +0000 (+0200) Subject: v20240610151210 X-Git-Tag: 0.20.1 X-Git-Url: http://cloud.dks.lu/git/?a=commitdiff_plain;h=7ebc39802778ee021dfc46297e47bc814df6bf58;p=ngl-snep.git v20240610151210 --- diff --git a/dev/release_app.sh b/dev/release_app.sh index 68dbe45..41eb4e3 100644 --- a/dev/release_app.sh +++ b/dev/release_app.sh @@ -64,7 +64,7 @@ rm ${BASEDIR}/release/$newtag.tgz echo "Sync to Prod" if [[ "${ACTION}" == "update" ]] then - rsync -n -av -e "ssh -p ${SSHPORT}" ${BASEDIR}/release/$newtag/* ${SSHUSER}@${SSHHOST}${REMOTEAPPFOLDER}/ + rsync -avz -e "ssh -o StrictHostKeyChecking=no -p ${SSHPORT}" ${BASEDIR}/release/$newtag/ ${SSHUSER}@${SSHHOST}:${REMOTEAPPFOLDER}/ fi echo "${ACTION} of $newtag done successfully" diff --git a/icons/appicons-v1.0.zip b/icons/appicons-v1.0.zip new file mode 100644 index 0000000..fdadb15 Binary files /dev/null and b/icons/appicons-v1.0.zip differ diff --git a/icons/appicons-v1.0/Read Me.txt b/icons/appicons-v1.0/Read Me.txt new file mode 100644 index 0000000..723a49e --- /dev/null +++ b/icons/appicons-v1.0/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/icons/appicons-v1.0/demo-files/demo.css b/icons/appicons-v1.0/demo-files/demo.css new file mode 100644 index 0000000..39b8991 --- /dev/null +++ b/icons/appicons-v1.0/demo-files/demo.css @@ -0,0 +1,152 @@ +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; +} + diff --git a/icons/appicons-v1.0/demo-files/demo.js b/icons/appicons-v1.0/demo-files/demo.js new file mode 100644 index 0000000..6f45f1c --- /dev/null +++ b/icons/appicons-v1.0/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/icons/appicons-v1.0/demo.html b/icons/appicons-v1.0/demo.html new file mode 100644 index 0000000..e28c6cc --- /dev/null +++ b/icons/appicons-v1.0/demo.html @@ -0,0 +1,6996 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: appicons (Glyphs: 497)

+
+
+

Grid Size: Unknown

+
+
+ + icon-credit_cards_card +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-home +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-home2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-home3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-office +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-newspaper +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pencil +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pencil2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-quill +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pen +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-blog +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eyedropper +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-droplet +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-paint-format +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-image +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-images +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-camera +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-headphones +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-music +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-play +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-film +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-video-camera +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-dice +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pacman +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spades +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-clubs +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-diamonds +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bullhorn +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-connection +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-podcast +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-feed +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mic +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-book +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-books +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-library +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-text +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-profile +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-files-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-text2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-picture +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-music +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-play +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-video +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-zip +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-copy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-paste +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-stack +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder-open +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder-download +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder-upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-price-tag +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-price-tags +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-barcode +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-qrcode +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-ticket +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cart +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-coin-dollar +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-coin-euro +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-coin-pound +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-coin-yen +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-credit-card +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-calculator +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-lifebuoy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-phone +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-phone-hang-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-address-book +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-envelop +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pushpin +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-location +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-location2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-compass +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-compass2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-map +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-map2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-history +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-clock +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-clock2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-alarm +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bell +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-stopwatch +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-calendar +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-printer +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-keyboard +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-display +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-laptop +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mobile +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mobile2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-tablet +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-tv +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-drawer +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-drawer2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-box-add +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-box-remove +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-download +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-floppy-disk +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-drive +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-database +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-undo +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-redo +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-undo2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-redo2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-forward +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-reply +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bubble +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bubbles +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bubbles2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bubble2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bubbles3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bubbles4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-user +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-users +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-user-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-user-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-user-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-user-tie +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-quotes-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-quotes-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-hour-glass +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner6 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner7 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner8 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner9 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner10 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spinner11 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-binoculars +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-search +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-zoom-in +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-zoom-out +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-enlarge +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shrink +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-enlarge2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shrink2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-key +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-key2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-lock1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-unlocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-wrench +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-equalizer +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-equalizer2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cog +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cogs +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-hammer +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-magic-wand +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-aid-kit +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bug +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pie-chart +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-stats-dots +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-stats-bars +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-stats-bars2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-trophy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-gift +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-glass +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-glass2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mug +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spoon-knife +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-leaf +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-rocket +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-meter +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-meter2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-hammer2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-fire +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-lab +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-magnet +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bin +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bin2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-briefcase +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-airplane +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-truck +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-road +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-accessibility +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-target +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shield +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-power +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-switch +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-power-cord +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-clipboard +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-list-numbered +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-list +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-list2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-tree +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-menu +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-menu2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-menu3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-menu4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cloud +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cloud-download +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cloud-upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cloud-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-download2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-upload2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-download3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-upload3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sphere +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-earth +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-link +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-flag +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-attachment +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eye +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eye-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eye-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eye-blocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bookmark +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bookmarks +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sun +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-contrast +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-brightness-contrast +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-star-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-star-half +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-star-full +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-heart +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-heart-broken +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-man +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-woman +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-man-woman +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-happy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-happy2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-smile +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-smile2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-tongue +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-tongue2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sad +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sad2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-wink +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-wink2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-grin +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-grin2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cool +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cool2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-angry +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-angry2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-evil +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-evil2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shocked2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-baffled +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-baffled2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-confused +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-confused2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-neutral +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-neutral2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-hipster +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-hipster2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-wondering +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-wondering2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sleepy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sleepy2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-frustrated +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-frustrated2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-crying +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-crying2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-point-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-point-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-point-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-point-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-warning +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-notification +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-question +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-info1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cancel-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-blocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cross +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-checkmark +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-checkmark2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-spell-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-enter +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-exit +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sendemail +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-excel +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-Lock_Information +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-lock +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-info +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-info_circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-help +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-play3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pause2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-stop2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-backward2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-forward3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-first +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-last +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-previous2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-next2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eject +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-high +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-medium +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-low +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-mute +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-mute2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-increase +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-decrease +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-loop +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-loop2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-infinite +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shuffle +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-up-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-up-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-down-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-down-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-up-left2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-up2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-up-right2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-right2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-down-right2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-down2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-down-left2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-left2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-tab +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-move-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-move-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sort-alpha-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sort-alpha-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sort-numeric-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sort-numberic-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sort-amount-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sort-amount-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-command +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shift +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-ctrl +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-opt +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-checkbox-checked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-checkbox-unchecked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-radio-checked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-radio-checked2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-radio-unchecked +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-crop +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-make-group +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-ungroup +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-scissors +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-filter +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-font +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-ligature +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-ligature2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-text-height +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-text-width +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-font-size +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bold +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-underline +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-italic +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-strikethrough +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-omega +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sigma +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-page-break +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-superscript +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-subscript +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-superscript2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-subscript2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-text-color +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pagebreak +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-clear-formatting +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-table2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-table21 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-insert-template +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pilcrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-ltr +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-rtl +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-section +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-paragraph-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-paragraph-center +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-paragraph-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-paragraph-justify +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-indent-increase +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-indent-decrease +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-share +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-new-tab +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-embed +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-embed2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-terminal +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-share2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mail +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mail2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mail3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mail4 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cubelight +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cube +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bulletlist +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eye-open +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-eye-close +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrowhead_down +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrowhead_up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sandclock +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sum +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-rndcheck-not +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-rndcheck-ok +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-clock1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pause1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-shop +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-template +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-remove +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-access +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-address +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-apps +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-archive +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-calendar1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-code +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-coin +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-company +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cube1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cubelight1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-dashboard +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-datarefresh +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-documentsave +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-documents +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-download1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-duplicate1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-edit +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-excel1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-expand +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-Floppy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder_add +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder_delete +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-folder_find +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-globe +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-group +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-home1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-inbox +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-library1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-license +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-list1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-log +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-logout +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-menu1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-newspaper1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-numberlist +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-package +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-tux +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-appleinc +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-finder +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-android +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-windows +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-windows8 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pay +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pdf +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pdfexport +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-pictures +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-plus1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-untitled +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-dataset +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-projects +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-rename +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-Save +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-squares +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-table1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-upload1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-user1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-staff +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-back +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-next1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sendemail1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-exit1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-yelp +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-key1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-chrome +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-firefox +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-duplicate +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-edge +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-safari +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-opera +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-pdf +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-paste1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-word +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-file-excel +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-copy1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-replace +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-week +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-baggage +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-trash +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-erase +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-usertime +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-helpfile +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-clocktime +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-table +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-report +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-aggrement +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-vacancydays +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + diff --git a/public_html/css/fonts/pot.svg b/icons/appicons-v1.0/fonts/appicons.svg similarity index 89% rename from public_html/css/fonts/pot.svg rename to icons/appicons-v1.0/fonts/appicons.svg index 626a9b9..2e1c14f 100644 --- a/public_html/css/fonts/pot.svg +++ b/icons/appicons-v1.0/fonts/appicons.svg @@ -3,504 +3,505 @@ Generated by IcoMoon - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public_html/css/fonts/pot.ttf b/icons/appicons-v1.0/fonts/appicons.ttf similarity index 73% rename from public_html/css/fonts/pot.ttf rename to icons/appicons-v1.0/fonts/appicons.ttf index ef197ed..8d37ebe 100644 Binary files a/public_html/css/fonts/pot.ttf and b/icons/appicons-v1.0/fonts/appicons.ttf differ diff --git a/public_html/css/fonts/pot.woff b/icons/appicons-v1.0/fonts/appicons.woff similarity index 73% rename from public_html/css/fonts/pot.woff rename to icons/appicons-v1.0/fonts/appicons.woff index 7c20c01..d1ac496 100644 Binary files a/public_html/css/fonts/pot.woff and b/icons/appicons-v1.0/fonts/appicons.woff differ diff --git a/icons/appicons-v1.0/icons.css b/icons/appicons-v1.0/icons.css new file mode 100644 index 0000000..452bc9f --- /dev/null +++ b/icons/appicons-v1.0/icons.css @@ -0,0 +1,1517 @@ +@font-face { + font-family: 'appicons'; + src: + url('fonts/appicons.ttf?6tmy7g') format('truetype'), + url('fonts/appicons.woff?6tmy7g') format('woff'), + url('fonts/appicons.svg?6tmy7g#appicons') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'appicons' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-credit_cards_card:before { + content: "\e900"; +} +.icon-home:before { + content: "\e901"; +} +.icon-home2:before { + content: "\e902"; +} +.icon-home3:before { + content: "\e903"; +} +.icon-office:before { + content: "\e904"; +} +.icon-newspaper:before { + content: "\e905"; +} +.icon-pencil:before { + content: "\e906"; +} +.icon-pencil2:before { + content: "\e907"; +} +.icon-quill:before { + content: "\e908"; +} +.icon-pen:before { + content: "\e909"; +} +.icon-blog:before { + content: "\e90a"; +} +.icon-eyedropper:before { + content: "\e90b"; +} +.icon-droplet:before { + content: "\e90c"; +} +.icon-paint-format:before { + content: "\e90d"; +} +.icon-image:before { + content: "\e90e"; +} +.icon-images:before { + content: "\e90f"; +} +.icon-camera:before { + content: "\e910"; +} +.icon-headphones:before { + content: "\e911"; +} +.icon-music:before { + content: "\e912"; +} +.icon-play:before { + content: "\e913"; +} +.icon-film:before { + content: "\e914"; +} +.icon-video-camera:before { + content: "\e915"; +} +.icon-dice:before { + content: "\e916"; +} +.icon-pacman:before { + content: "\e917"; +} +.icon-spades:before { + content: "\e918"; +} +.icon-clubs:before { + content: "\e919"; +} +.icon-diamonds:before { + content: "\e91a"; +} +.icon-bullhorn:before { + content: "\e91b"; +} +.icon-connection:before { + content: "\e91c"; +} +.icon-podcast:before { + content: "\e91d"; +} +.icon-feed:before { + content: "\e91e"; +} +.icon-mic:before { + content: "\e91f"; +} +.icon-book:before { + content: "\e920"; +} +.icon-books:before { + content: "\e921"; +} +.icon-library:before { + content: "\e922"; +} +.icon-file-text:before { + content: "\e923"; +} +.icon-profile:before { + content: "\e924"; +} +.icon-file-empty:before { + content: "\e925"; +} +.icon-files-empty:before { + content: "\e926"; +} +.icon-file-text2:before { + content: "\e927"; +} +.icon-file-picture:before { + content: "\e928"; +} +.icon-file-music:before { + content: "\e929"; +} +.icon-file-play:before { + content: "\e92a"; +} +.icon-file-video:before { + content: "\e92b"; +} +.icon-file-zip:before { + content: "\e92c"; +} +.icon-copy:before { + content: "\e92d"; +} +.icon-paste:before { + content: "\e92e"; +} +.icon-stack:before { + content: "\e92f"; +} +.icon-folder:before { + content: "\e930"; +} +.icon-folder-open:before { + content: "\e931"; +} +.icon-folder-plus:before { + content: "\e932"; +} +.icon-folder-minus:before { + content: "\e933"; +} +.icon-folder-download:before { + content: "\e934"; +} +.icon-folder-upload:before { + content: "\e935"; +} +.icon-price-tag:before { + content: "\e936"; +} +.icon-price-tags:before { + content: "\e937"; +} +.icon-barcode:before { + content: "\e938"; +} +.icon-qrcode:before { + content: "\e939"; +} +.icon-ticket:before { + content: "\e93a"; +} +.icon-cart:before { + content: "\e93b"; +} +.icon-coin-dollar:before { + content: "\e93c"; +} +.icon-coin-euro:before { + content: "\e93d"; +} +.icon-coin-pound:before { + content: "\e93e"; +} +.icon-coin-yen:before { + content: "\e93f"; +} +.icon-credit-card:before { + content: "\e940"; +} +.icon-calculator:before { + content: "\e941"; +} +.icon-lifebuoy:before { + content: "\e942"; +} +.icon-phone:before { + content: "\e943"; +} +.icon-phone-hang-up:before { + content: "\e944"; +} +.icon-address-book:before { + content: "\e945"; +} +.icon-envelop:before { + content: "\e946"; +} +.icon-pushpin:before { + content: "\e947"; +} +.icon-location:before { + content: "\e948"; +} +.icon-location2:before { + content: "\e949"; +} +.icon-compass:before { + content: "\e94a"; +} +.icon-compass2:before { + content: "\e94b"; +} +.icon-map:before { + content: "\e94c"; +} +.icon-map2:before { + content: "\e94d"; +} +.icon-history:before { + content: "\e94e"; +} +.icon-clock:before { + content: "\e94f"; +} +.icon-clock2:before { + content: "\e950"; +} +.icon-alarm:before { + content: "\e951"; +} +.icon-bell:before { + content: "\e952"; +} +.icon-stopwatch:before { + content: "\e953"; +} +.icon-calendar:before { + content: "\e954"; +} +.icon-printer:before { + content: "\e955"; +} +.icon-keyboard:before { + content: "\e956"; +} +.icon-display:before { + content: "\e957"; +} +.icon-laptop:before { + content: "\e958"; +} +.icon-mobile:before { + content: "\e959"; +} +.icon-mobile2:before { + content: "\e95a"; +} +.icon-tablet:before { + content: "\e95b"; +} +.icon-tv:before { + content: "\e95c"; +} +.icon-drawer:before { + content: "\e95d"; +} +.icon-drawer2:before { + content: "\e95e"; +} +.icon-box-add:before { + content: "\e95f"; +} +.icon-box-remove:before { + content: "\e960"; +} +.icon-download:before { + content: "\e961"; +} +.icon-upload:before { + content: "\e962"; +} +.icon-floppy-disk:before { + content: "\e963"; +} +.icon-drive:before { + content: "\e964"; +} +.icon-database:before { + content: "\e965"; +} +.icon-undo:before { + content: "\e966"; +} +.icon-redo:before { + content: "\e967"; +} +.icon-undo2:before { + content: "\e968"; +} +.icon-redo2:before { + content: "\e969"; +} +.icon-forward:before { + content: "\e96a"; +} +.icon-reply:before { + content: "\e96b"; +} +.icon-bubble:before { + content: "\e96c"; +} +.icon-bubbles:before { + content: "\e96d"; +} +.icon-bubbles2:before { + content: "\e96e"; +} +.icon-bubble2:before { + content: "\e96f"; +} +.icon-bubbles3:before { + content: "\e970"; +} +.icon-bubbles4:before { + content: "\e971"; +} +.icon-user:before { + content: "\e972"; +} +.icon-users:before { + content: "\e973"; +} +.icon-user-plus:before { + content: "\e974"; +} +.icon-user-minus:before { + content: "\e975"; +} +.icon-user-check:before { + content: "\e976"; +} +.icon-user-tie:before { + content: "\e977"; +} +.icon-quotes-left:before { + content: "\e978"; +} +.icon-quotes-right:before { + content: "\e979"; +} +.icon-hour-glass:before { + content: "\e97a"; +} +.icon-spinner:before { + content: "\e97b"; +} +.icon-spinner2:before { + content: "\e97c"; +} +.icon-spinner3:before { + content: "\e97d"; +} +.icon-spinner4:before { + content: "\e97e"; +} +.icon-spinner5:before { + content: "\e97f"; +} +.icon-spinner6:before { + content: "\e980"; +} +.icon-spinner7:before { + content: "\e981"; +} +.icon-spinner8:before { + content: "\e982"; +} +.icon-spinner9:before { + content: "\e983"; +} +.icon-spinner10:before { + content: "\e984"; +} +.icon-spinner11:before { + content: "\e985"; +} +.icon-binoculars:before { + content: "\e986"; +} +.icon-search:before { + content: "\e987"; +} +.icon-zoom-in:before { + content: "\e988"; +} +.icon-zoom-out:before { + content: "\e989"; +} +.icon-enlarge:before { + content: "\e98a"; +} +.icon-shrink:before { + content: "\e98b"; +} +.icon-enlarge2:before { + content: "\e98c"; +} +.icon-shrink2:before { + content: "\e98d"; +} +.icon-key:before { + content: "\e98e"; +} +.icon-key2:before { + content: "\e98f"; +} +.icon-lock1:before { + content: "\e990"; +} +.icon-unlocked:before { + content: "\e991"; +} +.icon-wrench:before { + content: "\e992"; +} +.icon-equalizer:before { + content: "\e993"; +} +.icon-equalizer2:before { + content: "\e994"; +} +.icon-cog:before { + content: "\e995"; +} +.icon-cogs:before { + content: "\e996"; +} +.icon-hammer:before { + content: "\e997"; +} +.icon-magic-wand:before { + content: "\e998"; +} +.icon-aid-kit:before { + content: "\e999"; +} +.icon-bug:before { + content: "\e99a"; +} +.icon-pie-chart:before { + content: "\e99b"; +} +.icon-stats-dots:before { + content: "\e99c"; +} +.icon-stats-bars:before { + content: "\e99d"; +} +.icon-stats-bars2:before { + content: "\e99e"; +} +.icon-trophy:before { + content: "\e99f"; +} +.icon-gift:before { + content: "\e9a0"; +} +.icon-glass:before { + content: "\e9a1"; +} +.icon-glass2:before { + content: "\e9a2"; +} +.icon-mug:before { + content: "\e9a3"; +} +.icon-spoon-knife:before { + content: "\e9a4"; +} +.icon-leaf:before { + content: "\e9a5"; +} +.icon-rocket:before { + content: "\e9a6"; +} +.icon-meter:before { + content: "\e9a7"; +} +.icon-meter2:before { + content: "\e9a8"; +} +.icon-hammer2:before { + content: "\e9a9"; +} +.icon-fire:before { + content: "\e9aa"; +} +.icon-lab:before { + content: "\e9ab"; +} +.icon-magnet:before { + content: "\e9ac"; +} +.icon-bin:before { + content: "\e9ad"; +} +.icon-bin2:before { + content: "\e9ae"; +} +.icon-briefcase:before { + content: "\e9af"; +} +.icon-airplane:before { + content: "\e9b0"; +} +.icon-truck:before { + content: "\e9b1"; +} +.icon-road:before { + content: "\e9b2"; +} +.icon-accessibility:before { + content: "\e9b3"; +} +.icon-target:before { + content: "\e9b4"; +} +.icon-shield:before { + content: "\e9b5"; +} +.icon-power:before { + content: "\e9b6"; +} +.icon-switch:before { + content: "\e9b7"; +} +.icon-power-cord:before { + content: "\e9b8"; +} +.icon-clipboard:before { + content: "\e9b9"; +} +.icon-list-numbered:before { + content: "\e9ba"; +} +.icon-list:before { + content: "\e9bb"; +} +.icon-list2:before { + content: "\e9bc"; +} +.icon-tree:before { + content: "\e9bd"; +} +.icon-menu:before { + content: "\e9be"; +} +.icon-menu2:before { + content: "\e9bf"; +} +.icon-menu3:before { + content: "\e9c0"; +} +.icon-menu4:before { + content: "\e9c1"; +} +.icon-cloud:before { + content: "\e9c2"; +} +.icon-cloud-download:before { + content: "\e9c3"; +} +.icon-cloud-upload:before { + content: "\e9c4"; +} +.icon-cloud-check:before { + content: "\e9c5"; +} +.icon-download2:before { + content: "\e9c6"; +} +.icon-upload2:before { + content: "\e9c7"; +} +.icon-download3:before { + content: "\e9c8"; +} +.icon-upload3:before { + content: "\e9c9"; +} +.icon-sphere:before { + content: "\e9ca"; +} +.icon-earth:before { + content: "\e9cb"; +} +.icon-link:before { + content: "\e9cc"; +} +.icon-flag:before { + content: "\e9cd"; +} +.icon-attachment:before { + content: "\e9ce"; +} +.icon-eye:before { + content: "\e9cf"; +} +.icon-eye-plus:before { + content: "\e9d0"; +} +.icon-eye-minus:before { + content: "\e9d1"; +} +.icon-eye-blocked:before { + content: "\e9d2"; +} +.icon-bookmark:before { + content: "\e9d3"; +} +.icon-bookmarks:before { + content: "\e9d4"; +} +.icon-sun:before { + content: "\e9d5"; +} +.icon-contrast:before { + content: "\e9d6"; +} +.icon-brightness-contrast:before { + content: "\e9d7"; +} +.icon-star-empty:before { + content: "\e9d8"; +} +.icon-star-half:before { + content: "\e9d9"; +} +.icon-star-full:before { + content: "\e9da"; +} +.icon-heart:before { + content: "\e9db"; +} +.icon-heart-broken:before { + content: "\e9dc"; +} +.icon-man:before { + content: "\e9dd"; +} +.icon-woman:before { + content: "\e9de"; +} +.icon-man-woman:before { + content: "\e9df"; +} +.icon-happy:before { + content: "\e9e0"; +} +.icon-happy2:before { + content: "\e9e1"; +} +.icon-smile:before { + content: "\e9e2"; +} +.icon-smile2:before { + content: "\e9e3"; +} +.icon-tongue:before { + content: "\e9e4"; +} +.icon-tongue2:before { + content: "\e9e5"; +} +.icon-sad:before { + content: "\e9e6"; +} +.icon-sad2:before { + content: "\e9e7"; +} +.icon-wink:before { + content: "\e9e8"; +} +.icon-wink2:before { + content: "\e9e9"; +} +.icon-grin:before { + content: "\e9ea"; +} +.icon-grin2:before { + content: "\e9eb"; +} +.icon-cool:before { + content: "\e9ec"; +} +.icon-cool2:before { + content: "\e9ed"; +} +.icon-angry:before { + content: "\e9ee"; +} +.icon-angry2:before { + content: "\e9ef"; +} +.icon-evil:before { + content: "\e9f0"; +} +.icon-evil2:before { + content: "\e9f1"; +} +.icon-shocked:before { + content: "\e9f2"; +} +.icon-shocked2:before { + content: "\e9f3"; +} +.icon-baffled:before { + content: "\e9f4"; +} +.icon-baffled2:before { + content: "\e9f5"; +} +.icon-confused:before { + content: "\e9f6"; +} +.icon-confused2:before { + content: "\e9f7"; +} +.icon-neutral:before { + content: "\e9f8"; +} +.icon-neutral2:before { + content: "\e9f9"; +} +.icon-hipster:before { + content: "\e9fa"; +} +.icon-hipster2:before { + content: "\e9fb"; +} +.icon-wondering:before { + content: "\e9fc"; +} +.icon-wondering2:before { + content: "\e9fd"; +} +.icon-sleepy:before { + content: "\e9fe"; +} +.icon-sleepy2:before { + content: "\e9ff"; +} +.icon-frustrated:before { + content: "\ea00"; +} +.icon-frustrated2:before { + content: "\ea01"; +} +.icon-crying:before { + content: "\ea02"; +} +.icon-crying2:before { + content: "\ea03"; +} +.icon-point-up:before { + content: "\ea04"; +} +.icon-point-right:before { + content: "\ea05"; +} +.icon-point-down:before { + content: "\ea06"; +} +.icon-point-left:before { + content: "\ea07"; +} +.icon-warning:before { + content: "\ea08"; +} +.icon-notification:before { + content: "\ea09"; +} +.icon-question:before { + content: "\ea0a"; +} +.icon-plus:before { + content: "\ea0b"; +} +.icon-minus:before { + content: "\ea0c"; +} +.icon-info1:before { + content: "\ea0d"; +} +.icon-cancel-circle:before { + content: "\ea0e"; +} +.icon-blocked:before { + content: "\ea0f"; +} +.icon-cross:before { + content: "\ea10"; +} +.icon-checkmark:before { + content: "\ea11"; +} +.icon-checkmark2:before { + content: "\ea12"; +} +.icon-spell-check:before { + content: "\ea13"; +} +.icon-enter:before { + content: "\ea14"; +} +.icon-exit:before { + content: "\ea15"; +} +.icon-sendemail:before { + content: "\ea16"; +} +.icon-excel:before { + content: "\ea17"; +} +.icon-Lock_Information:before { + content: "\ea18"; +} +.icon-lock:before { + content: "\ea19"; +} +.icon-info:before { + content: "\ea1a"; +} +.icon-info_circle:before { + content: "\ea1b"; +} +.icon-help:before { + content: "\ea1c"; +} +.icon-play3:before { + content: "\ea1d"; +} +.icon-pause2:before { + content: "\ea1e"; +} +.icon-stop2:before { + content: "\ea1f"; +} +.icon-backward2:before { + content: "\ea20"; +} +.icon-forward3:before { + content: "\ea21"; +} +.icon-first:before { + content: "\ea22"; +} +.icon-last:before { + content: "\ea23"; +} +.icon-previous2:before { + content: "\ea24"; +} +.icon-next2:before { + content: "\ea25"; +} +.icon-eject:before { + content: "\ea26"; +} +.icon-volume-high:before { + content: "\ea27"; +} +.icon-volume-medium:before { + content: "\ea28"; +} +.icon-volume-low:before { + content: "\ea29"; +} +.icon-volume-mute:before { + content: "\ea2a"; +} +.icon-volume-mute2:before { + content: "\ea2b"; +} +.icon-volume-increase:before { + content: "\ea2c"; +} +.icon-volume-decrease:before { + content: "\ea2d"; +} +.icon-loop:before { + content: "\ea2e"; +} +.icon-loop2:before { + content: "\ea2f"; +} +.icon-infinite:before { + content: "\ea30"; +} +.icon-shuffle:before { + content: "\ea31"; +} +.icon-arrow-up-left:before { + content: "\ea32"; +} +.icon-arrow-up:before { + content: "\ea33"; +} +.icon-arrow-up-right:before { + content: "\ea34"; +} +.icon-arrow-right:before { + content: "\ea35"; +} +.icon-arrow-down-right:before { + content: "\ea36"; +} +.icon-arrow-down:before { + content: "\ea37"; +} +.icon-arrow-down-left:before { + content: "\ea38"; +} +.icon-arrow-left:before { + content: "\ea39"; +} +.icon-arrow-up-left2:before { + content: "\ea3a"; +} +.icon-arrow-up2:before { + content: "\ea3b"; +} +.icon-arrow-up-right2:before { + content: "\ea3c"; +} +.icon-arrow-right2:before { + content: "\ea3d"; +} +.icon-arrow-down-right2:before { + content: "\ea3e"; +} +.icon-arrow-down2:before { + content: "\ea3f"; +} +.icon-arrow-down-left2:before { + content: "\ea40"; +} +.icon-arrow-left2:before { + content: "\ea41"; +} +.icon-circle-up:before { + content: "\ea42"; +} +.icon-circle-right:before { + content: "\ea43"; +} +.icon-circle-down:before { + content: "\ea44"; +} +.icon-circle-left:before { + content: "\ea45"; +} +.icon-tab:before { + content: "\ea46"; +} +.icon-move-up:before { + content: "\ea47"; +} +.icon-move-down:before { + content: "\ea48"; +} +.icon-sort-alpha-asc:before { + content: "\ea49"; +} +.icon-sort-alpha-desc:before { + content: "\ea4a"; +} +.icon-sort-numeric-asc:before { + content: "\ea4b"; +} +.icon-sort-numberic-desc:before { + content: "\ea4c"; +} +.icon-sort-amount-asc:before { + content: "\ea4d"; +} +.icon-sort-amount-desc:before { + content: "\ea4e"; +} +.icon-command:before { + content: "\ea4f"; +} +.icon-shift:before { + content: "\ea50"; +} +.icon-ctrl:before { + content: "\ea51"; +} +.icon-opt:before { + content: "\ea52"; +} +.icon-checkbox-checked:before { + content: "\ea53"; +} +.icon-checkbox-unchecked:before { + content: "\ea54"; +} +.icon-radio-checked:before { + content: "\ea55"; +} +.icon-radio-checked2:before { + content: "\ea56"; +} +.icon-radio-unchecked:before { + content: "\ea57"; +} +.icon-crop:before { + content: "\ea58"; +} +.icon-make-group:before { + content: "\ea59"; +} +.icon-ungroup:before { + content: "\ea5a"; +} +.icon-scissors:before { + content: "\ea5b"; +} +.icon-filter:before { + content: "\ea5c"; +} +.icon-font:before { + content: "\ea5d"; +} +.icon-ligature:before { + content: "\ea5e"; +} +.icon-ligature2:before { + content: "\ea5f"; +} +.icon-text-height:before { + content: "\ea60"; +} +.icon-text-width:before { + content: "\ea61"; +} +.icon-font-size:before { + content: "\ea62"; +} +.icon-bold:before { + content: "\ea63"; +} +.icon-underline:before { + content: "\ea64"; +} +.icon-italic:before { + content: "\ea65"; +} +.icon-strikethrough:before { + content: "\ea66"; +} +.icon-omega:before { + content: "\ea67"; +} +.icon-sigma:before { + content: "\ea68"; +} +.icon-page-break:before { + content: "\ea69"; +} +.icon-superscript:before { + content: "\ea6a"; +} +.icon-subscript:before { + content: "\ea6b"; +} +.icon-superscript2:before { + content: "\ea6c"; +} +.icon-subscript2:before { + content: "\ea6d"; +} +.icon-text-color:before { + content: "\ea6e"; +} +.icon-pagebreak:before { + content: "\ea6f"; +} +.icon-clear-formatting:before { + content: "\ea70"; +} +.icon-table2:before { + content: "\ea71"; +} +.icon-table21:before { + content: "\ea72"; +} +.icon-insert-template:before { + content: "\ea73"; +} +.icon-pilcrow:before { + content: "\ea74"; +} +.icon-ltr:before { + content: "\ea75"; +} +.icon-rtl:before { + content: "\ea76"; +} +.icon-section:before { + content: "\ea77"; +} +.icon-paragraph-left:before { + content: "\ea78"; +} +.icon-paragraph-center:before { + content: "\ea79"; +} +.icon-paragraph-right:before { + content: "\ea7a"; +} +.icon-paragraph-justify:before { + content: "\ea7b"; +} +.icon-indent-increase:before { + content: "\ea7c"; +} +.icon-indent-decrease:before { + content: "\ea7d"; +} +.icon-share:before { + content: "\ea7e"; +} +.icon-new-tab:before { + content: "\ea7f"; +} +.icon-embed:before { + content: "\ea80"; +} +.icon-embed2:before { + content: "\ea81"; +} +.icon-terminal:before { + content: "\ea82"; +} +.icon-share2:before { + content: "\ea83"; +} +.icon-mail:before { + content: "\ea84"; +} +.icon-mail2:before { + content: "\ea85"; +} +.icon-mail3:before { + content: "\ea86"; +} +.icon-mail4:before { + content: "\ea87"; +} +.icon-cubelight:before { + content: "\ea88"; +} +.icon-cube:before { + content: "\ea89"; +} +.icon-bulletlist:before { + content: "\ea8a"; +} +.icon-eye-open:before { + content: "\ea8b"; +} +.icon-eye-close:before { + content: "\ea8c"; +} +.icon-arrowhead_down:before { + content: "\ea8d"; +} +.icon-arrowhead_up:before { + content: "\ea8e"; +} +.icon-sandclock:before { + content: "\ea8f"; +} +.icon-sum:before { + content: "\ea90"; +} +.icon-rndcheck-not:before { + content: "\ea91"; +} +.icon-rndcheck-ok:before { + content: "\ea92"; +} +.icon-clock1:before { + content: "\ea93"; +} +.icon-pause1:before { + content: "\ea94"; +} +.icon-shop:before { + content: "\ea95"; +} +.icon-template:before { + content: "\ea96"; +} +.icon-remove:before { + content: "\ea97"; +} +.icon-access:before { + content: "\ea98"; +} +.icon-address:before { + content: "\ea99"; +} +.icon-apps:before { + content: "\ea9a"; +} +.icon-archive:before { + content: "\ea9b"; +} +.icon-calendar1:before { + content: "\ea9c"; +} +.icon-code:before { + content: "\ea9d"; +} +.icon-coin:before { + content: "\ea9e"; +} +.icon-company:before { + content: "\ea9f"; +} +.icon-cube1:before { + content: "\eaa0"; +} +.icon-cubelight1:before { + content: "\eaa1"; +} +.icon-dashboard:before { + content: "\eaa2"; +} +.icon-datarefresh:before { + content: "\eaa3"; +} +.icon-documentsave:before { + content: "\eaa4"; +} +.icon-documents:before { + content: "\eaa5"; +} +.icon-download1:before { + content: "\eaa6"; +} +.icon-duplicate1:before { + content: "\eaa7"; +} +.icon-edit:before { + content: "\eaa8"; +} +.icon-excel1:before { + content: "\eaa9"; +} +.icon-expand:before { + content: "\eaaa"; +} +.icon-file:before { + content: "\eaab"; +} +.icon-Floppy:before { + content: "\eaac"; +} +.icon-folder1:before { + content: "\eaad"; +} +.icon-folder_add:before { + content: "\eaae"; +} +.icon-folder_delete:before { + content: "\eaaf"; +} +.icon-folder_find:before { + content: "\eab0"; +} +.icon-globe:before { + content: "\eab1"; +} +.icon-group:before { + content: "\eab2"; +} +.icon-home1:before { + content: "\eab3"; +} +.icon-inbox:before { + content: "\eab4"; +} +.icon-library1:before { + content: "\eab5"; +} +.icon-license:before { + content: "\eab6"; +} +.icon-list1:before { + content: "\eab7"; +} +.icon-log:before { + content: "\eab8"; +} +.icon-logout:before { + content: "\eab9"; +} +.icon-menu1:before { + content: "\eaba"; +} +.icon-newspaper1:before { + content: "\eabb"; +} +.icon-numberlist:before { + content: "\eabc"; +} +.icon-package:before { + content: "\eabd"; +} +.icon-tux:before { + content: "\eabe"; +} +.icon-appleinc:before { + content: "\eabf"; +} +.icon-finder:before { + content: "\eac0"; +} +.icon-android:before { + content: "\eac1"; +} +.icon-windows:before { + content: "\eac2"; +} +.icon-windows8:before { + content: "\eac3"; +} +.icon-pay:before { + content: "\eac4"; +} +.icon-pdf:before { + content: "\eac5"; +} +.icon-pdfexport:before { + content: "\eac6"; +} +.icon-pictures:before { + content: "\eac7"; +} +.icon-plus1:before { + content: "\eac8"; +} +.icon-untitled:before { + content: "\eac9"; +} +.icon-dataset:before { + content: "\eaca"; +} +.icon-check:before { + content: "\eacb"; +} +.icon-projects:before { + content: "\eacc"; +} +.icon-rename:before { + content: "\eacd"; +} +.icon-Save:before { + content: "\eace"; +} +.icon-squares:before { + content: "\eacf"; +} +.icon-table1:before { + content: "\ead0"; +} +.icon-upload1:before { + content: "\ead1"; +} +.icon-user1:before { + content: "\ead2"; +} +.icon-staff:before { + content: "\ead3"; +} +.icon-back:before { + content: "\ead4"; +} +.icon-next1:before { + content: "\ead5"; +} +.icon-sendemail1:before { + content: "\ead6"; +} +.icon-exit1:before { + content: "\ead7"; +} +.icon-yelp:before { + content: "\ead8"; +} +.icon-key1:before { + content: "\ead9"; +} +.icon-chrome:before { + content: "\eada"; +} +.icon-firefox:before { + content: "\eadb"; +} +.icon-duplicate:before { + content: "\eadc"; +} +.icon-edge:before { + content: "\eadd"; +} +.icon-safari:before { + content: "\eade"; +} +.icon-opera:before { + content: "\eadf"; +} +.icon-file-pdf:before { + content: "\eae0"; +} +.icon-paste1:before { + content: "\eae1"; +} +.icon-file-word:before { + content: "\eae2"; +} +.icon-file-excel:before { + content: "\eae3"; +} +.icon-copy1:before { + content: "\eae4"; +} +.icon-replace:before { + content: "\eae5"; +} +.icon-week:before { + content: "\eae6"; +} +.icon-baggage:before { + content: "\eae7"; +} +.icon-trash:before { + content: "\eae8"; +} +.icon-erase:before { + content: "\eae9"; +} +.icon-usertime:before { + content: "\eaea"; +} +.icon-helpfile:before { + content: "\eaeb"; +} +.icon-clocktime:before { + content: "\eaec"; +} +.icon-table:before { + content: "\eaed"; +} +.icon-report:before { + content: "\eaee"; +} +.icon-aggrement:before { + content: "\eaef"; +} +.icon-vacancydays:before { + content: "\eaf0"; +} diff --git a/icons/appicons-v1.0/selection.json b/icons/appicons-v1.0/selection.json new file mode 100644 index 0000000..c8ed84d --- /dev/null +++ b/icons/appicons-v1.0/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M500.8 54.8c-6.4 2.8-34 29.2-118.4 114l-110 109.6 21.6 7.2 21.6 6.8 11.2-10.8 11.2-11.2 44 44 296.8 97.6 42.4-42 42.4-42.4 185.2 185.2-42.4 42.4-42.4 42.8-12.8 39.6c-7.2 21.6-12.4 40.4-12.4 41.2 0.4 0.8 31.2-29.2 68.8-67.2 63.6-63.6 68.8-69.6 72.4-79.6 4.8-12.8 4.8-22.8 0.8-36.4-2.8-9.6-8-15.2-215.2-222.8-171.6-172-214.4-213.6-221.6-217.2-12-6-30.8-6.4-43.2-0.8zM524 148.4c10 4.8 88.4 83.6 92.4 92.8 3.2 8.4 3.6 17.6 0.4 28-2.8 9.6-36.8 45.2-48.4 50.8-9.2 4.4-24 4.8-33.6 0.8-9.2-4-86-80.4-90.8-90.4-4.4-9.2-4.8-24.4-0.8-33.6 3.6-8.8 38-43.6 47.6-48.4 9.2-4.4 23.6-4.4 33.2 0z","M240 298.4c-10 2.4-23.6 11.6-29.6 20.4-3.6 4.8-14.8 38-36 103.6-16.8 52.8-30.8 97.2-30.8 98.8 0 2 14.4 2.4 74.8 2.4 41.2 0 74.8-0.4 74.8-0.8s-10.4-4.4-23.6-8.4c-21.2-7.2-24.4-8.8-32.4-16.4-6.8-7.2-9.2-11.2-10.8-18.8-2.4-10-2.4-11.2 6-37.2 9.6-31.6 14.4-39.6 27.6-46 14.8-7.2 20-6.4 76.8 12 56 18.8 62.4 21.2 68.4 28.8 12 14.8 12 26.8 0.8 60.8-4.8 14-8.4 25.6-8.4 26s33.6 0.4 74.4 0.4h74.8l13.2-40.8c12.4-38.4 13.2-40.4 17.2-39.2 13.2 4 245.6 80.4 246 80.8 0.4 0-12 39.6-27.6 87.6-26.8 84-28 87.2-32 86l-4.4-1.2v65.2c0 36-0.4 72-1.2 80-0.8 10-0.4 14 0.8 12.8s24-70.8 51.6-154.8c48.8-151.2 49.6-153.2 49.6-168.8 0-13.6-0.4-16.8-4.8-24-6.4-11.2-17.2-20.8-27.6-24.4-4.4-1.6-133.6-44-287.2-94.4-181.2-60.4-282-92.4-286.4-92.4-3.6 0.4-10 0.8-14 2z","M749.2 369.6l-14 14 34.8 34.4 34.4 34.4 17.6 5.6c28 9.2 42.8 21.2 52.8 42.4 2.4 5.2 5.2 14.4 5.6 19.6 0.8 7.6 2.4 10.8 6.4 14.8l5.2 4.8 14-14 14-14.4-156.8-156.8-14 15.2z","M579.6 487.2l-6.4 19.2 24 8 24.4 8 80.8 1.6 12.4 6c12.8 6 24 16 31.6 27.6 4 6.4 6.4 7.6 21.2 12.4 9.2 2.8 16.8 4.8 17.2 4.4 1.6-1.6 12.8-36.8 12-37.6s-208.8-69.2-210.4-69.2c-0 0-3.2 8.8-6.8 19.6z","M69.6 549.2c-7.6 4-13.6 8.4-17.6 14-12.4 16.4-12 8.8-11.6 199.6l0.4 172.4 5.6 10c6.4 11.2 19.2 22.4 30.4 25.6 4.8 1.6 91.2 2 314 2h306.8l9.6-4.8c11.2-5.2 21.6-16.4 26.4-27.2 3.2-7.2 3.6-15.2 3.6-181.2 0-197.6 1.2-184.4-15.6-201.2s13.6-15.6-334-15.6h-306.8l-11.2 6.4zM696.4 676v92.4h-267.2v-184.4h267.2v92zM254.4 626.4c10.8 2.4 21.6 10.8 26.8 21.2 4 8 4.8 12 5.2 32.4 1.2 38.8-4.8 54.8-24 64-9.6 4.4-10 4.4-67.6 4.4-38 0-60.4-0.8-64.8-2-9.2-2.8-19.2-11.2-24.4-20.8-3.6-7.2-4-10.4-4-38 0-28.4 0.4-30.8 4.4-39.2 4.8-9.6 13.2-16.8 23.6-20.8 8.4-3.6 112.8-4 124.8-1.2zM204 871.6v20.4h-123.6v-40.8h123.6v20.4zM368 871.6v20.4h-123.6v-40.8h123.6v20.4zM532.4 871.6v20.4h-123.2v-40.8h123.2v20.4zM696.4 871.6v20.4h-123.2v-40.8h123.2v20.4z","M451.2 624.4v20.4h224.8v-40.8h-224.8l-0 20.4z","M451.2 728v20.4h224.8v-40.8h-224.8l-0 20.4z","M758.4 638.8c-1.6 10.4-1.2 20 0.4 18 2.4-2.4 7.6-21.2 6.4-23.2-2-4-5.6-1.2-6.8 5.2z"],"attrs":[{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["credit_cards_card"]},"attrs":[{},{},{},{},{},{},{},{}],"properties":{"order":4,"id":497,"name":"credit_cards_card","prevSize":32,"code":59648},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"paths":["M1024 590.444l-512-397.426-512 397.428v-162.038l512-397.426 512 397.428zM896 576v384h-256v-256h-256v256h-256v-384l384-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home"],"defaultCode":59648,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":1,"order":5,"ligatures":"","prevSize":32,"name":"home","code":59649},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"paths":["M512 32l-512 512 96 96 96-96v416h256v-192h128v192h256v-416l96 96 96-96-512-512zM512 448c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home2"],"defaultCode":59649,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":2,"order":6,"ligatures":"","prevSize":32,"name":"home2","code":59650},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home3"],"defaultCode":59650,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":3,"order":7,"ligatures":"","prevSize":32,"name":"home3","code":59651},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"paths":["M0 1024h512v-1024h-512v1024zM320 128h128v128h-128v-128zM320 384h128v128h-128v-128zM320 640h128v128h-128v-128zM64 128h128v128h-128v-128zM64 384h128v128h-128v-128zM64 640h128v128h-128v-128zM576 320h448v64h-448zM576 1024h128v-256h192v256h128v-576h-448z"],"isMulticolor":false,"isMulticolor2":false,"tags":["office"],"defaultCode":59651,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":4,"order":8,"ligatures":"","prevSize":32,"name":"office","code":59652},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"paths":["M896 256v-128h-896v704c0 35.346 28.654 64 64 64h864c53.022 0 96-42.978 96-96v-544h-128zM832 832h-768v-640h768v640zM128 320h640v64h-640zM512 448h256v64h-256zM512 576h256v64h-256zM512 704h192v64h-192zM128 448h320v320h-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["newspaper"],"defaultCode":59652,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":5,"order":9,"ligatures":"","prevSize":32,"name":"newspaper","code":59653},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"paths":["M864 0c88.364 0 160 71.634 160 160 0 36.020-11.91 69.258-32 96l-64 64-224-224 64-64c26.742-20.090 59.978-32 96-32zM64 736l-64 288 288-64 592-592-224-224-592 592zM715.578 363.578l-448 448-55.156-55.156 448-448 55.156 55.156z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pencil"],"defaultCode":59653,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":6,"order":10,"ligatures":"","prevSize":32,"name":"pencil","code":59654},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"paths":["M384 640l128-64 448-448-64-64-448 448-64 128zM289.3 867.098c-31.632-66.728-65.666-100.762-132.396-132.394l99.096-272.792 128-77.912 384-384h-192l-384 384-192 640 640-192 384-384v-192l-384 384-77.912 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pencil2"],"defaultCode":59654,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":7,"order":11,"ligatures":"","prevSize":32,"name":"pencil2","code":59655},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"paths":["M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quill"],"defaultCode":59655,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":8,"order":12,"ligatures":"","prevSize":32,"name":"quill","code":59656},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"paths":["M1018.17 291.89l-286.058-286.058c-9.334-9.334-21.644-7.234-27.356 4.666l-38.354 79.904 267.198 267.198 79.904-38.354c11.9-5.712 14-18.022 4.666-27.356zM615.384 135.384l-263.384 21.95c-17.5 2.166-32.080 5.898-37.090 28.752-0.006 0.024-0.012 0.042-0.018 0.066-71.422 343.070-314.892 677.848-314.892 677.848l57.374 57.374 271.986-271.99c-5.996-12.53-9.36-26.564-9.36-41.384 0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96c-14.82 0-28.852-3.364-41.384-9.36l-271.988 271.986 57.372 57.374c0 0 334.778-243.47 677.848-314.892 0.024-0.006 0.042-0.012 0.066-0.018 22.854-5.010 26.586-19.59 28.752-37.090l21.95-263.384-273.232-273.232z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pen"],"defaultCode":59656,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":9,"order":13,"ligatures":"","prevSize":32,"name":"pen","code":59657},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"paths":["M384 0v96c73.482 0 144.712 14.37 211.716 42.71 64.768 27.394 122.958 66.632 172.948 116.624s89.228 108.18 116.624 172.948c28.342 67.004 42.712 138.238 42.712 211.718h96c0-353.46-286.54-640-640-640zM384 192v96c94.022 0 182.418 36.614 248.9 103.098 66.486 66.484 103.1 154.878 103.1 248.902h96c0-247.422-200.576-448-448-448zM480 384l-64 64-224 64-192 416 25.374 25.374 232.804-232.804c-1.412-5.286-2.178-10.84-2.178-16.57 0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64c-5.732 0-11.282-0.764-16.568-2.178l-232.804 232.804 25.372 25.374 416-192 64-224 64-64-160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["blog"],"defaultCode":59657,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":10,"order":14,"ligatures":"","prevSize":32,"name":"blog","code":59658},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"paths":["M986.51 37.49c-49.988-49.986-131.032-49.986-181.020 0l-172.118 172.118-121.372-121.372-135.764 135.764 106.426 106.426-472.118 472.118c-8.048 8.048-11.468 18.958-10.3 29.456h-0.244v160c0 17.674 14.328 32 32 32h160c0 0 2.664 0 4 0 9.212 0 18.426-3.516 25.456-10.544l472.118-472.118 106.426 106.426 135.764-135.764-121.372-121.372 172.118-172.118c49.986-49.988 49.986-131.032 0-181.020zM173.090 960h-109.090v-109.090l469.574-469.572 109.088 109.088-469.572 469.574z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eyedropper"],"defaultCode":59658,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":11,"order":15,"ligatures":"","prevSize":32,"name":"eyedropper","code":59659},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"paths":["M864.626 473.162c-65.754-183.44-205.11-348.15-352.626-473.162-147.516 125.012-286.87 289.722-352.626 473.162-40.664 113.436-44.682 236.562 12.584 345.4 65.846 125.14 198.632 205.438 340.042 205.438s274.196-80.298 340.040-205.44c57.27-108.838 53.25-231.962 12.586-345.398zM738.764 758.956c-43.802 83.252-132.812 137.044-226.764 137.044-55.12 0-108.524-18.536-152.112-50.652 13.242 1.724 26.632 2.652 40.112 2.652 117.426 0 228.668-67.214 283.402-171.242 44.878-85.292 40.978-173.848 23.882-244.338 14.558 28.15 26.906 56.198 36.848 83.932 22.606 63.062 40.024 156.34-5.368 242.604z"],"isMulticolor":false,"isMulticolor2":false,"tags":["droplet"],"defaultCode":59659,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":12,"order":16,"ligatures":"","prevSize":32,"name":"droplet","code":59660},"setIdx":0,"setId":0,"iconIdx":12},{"icon":{"paths":["M1024 576v-384h-192v-64c0-35.2-28.8-64-64-64h-704c-35.2 0-64 28.8-64 64v192c0 35.2 28.8 64 64 64h704c35.2 0 64-28.8 64-64v-64h128v256h-576v128h-32c-17.674 0-32 14.326-32 32v320c0 17.674 14.326 32 32 32h128c17.674 0 32-14.326 32-32v-320c0-17.674-14.326-32-32-32h-32v-64h576zM768 192h-704v-64h704v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paint-format"],"defaultCode":59660,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":13,"order":17,"ligatures":"","prevSize":32,"name":"paint-format","code":59661},"setIdx":0,"setId":0,"iconIdx":13},{"icon":{"paths":["M959.884 128c0.040 0.034 0.082 0.076 0.116 0.116v767.77c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.772c0.034-0.040 0.076-0.082 0.114-0.114h895.77zM960 64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64v0zM832 288c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96zM896 832h-768v-128l224-384 256 320h64l224-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["image"],"defaultCode":59661,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":14,"order":18,"ligatures":"","prevSize":32,"name":"image","code":59662},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"paths":["M1088 128h-64v-64c0-35.2-28.8-64-64-64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h64v64c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64zM128 192v640h-63.886c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v63.884h-768c-35.2 0-64 28.8-64 64v0zM1088 959.884c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v767.768zM960 352c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96zM1024 896h-768v-128l224-384 256 320h64l224-192z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["images"],"defaultCode":59662,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":15,"order":19,"ligatures":"","prevSize":32,"name":"images","code":59663},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"paths":["M304 608c0 114.876 93.124 208 208 208s208-93.124 208-208-93.124-208-208-208-208 93.124-208 208zM960 256h-224c-16-64-32-128-96-128h-256c-64 0-80 64-96 128h-224c-35.2 0-64 28.8-64 64v576c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-576c0-35.2-28.8-64-64-64zM512 892c-156.85 0-284-127.148-284-284 0-156.85 127.15-284 284-284 156.852 0 284 127.15 284 284 0 156.852-127.146 284-284 284zM960 448h-128v-64h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["camera"],"defaultCode":59663,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":16,"order":20,"ligatures":"","prevSize":32,"name":"camera","code":59664},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"paths":["M288 576h-64v448h64c17.6 0 32-14.4 32-32v-384c0-17.6-14.4-32-32-32zM736 576c-17.602 0-32 14.4-32 32v384c0 17.6 14.398 32 32 32h64v-448h-64zM1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 61.412 10.83 120.29 30.656 174.848-19.478 33.206-30.656 71.87-30.656 113.152 0 112.846 83.448 206.188 192 221.716v-443.418c-31.914 4.566-61.664 15.842-87.754 32.378-5.392-26.718-8.246-54.364-8.246-82.676 0-229.75 186.25-416 416-416s416 186.25 416 416c0 28.314-2.83 55.968-8.22 82.696-26.1-16.546-55.854-27.848-87.78-32.418v443.44c108.548-15.532 192-108.874 192-221.714 0-41.274-11.178-79.934-30.648-113.138 19.828-54.566 30.648-113.452 30.648-174.866z"],"isMulticolor":false,"isMulticolor2":false,"tags":["headphones"],"defaultCode":59664,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":17,"order":21,"ligatures":"","prevSize":32,"name":"headphones","code":59665},"setIdx":0,"setId":0,"iconIdx":17},{"icon":{"paths":["M960 0h64v736c0 88.366-100.29 160-224 160s-224-71.634-224-160c0-88.368 100.29-160 224-160 62.684 0 119.342 18.4 160 48.040v-368.040l-512 113.778v494.222c0 88.366-100.288 160-224 160s-224-71.634-224-160c0-88.368 100.288-160 224-160 62.684 0 119.342 18.4 160 48.040v-624.040l576-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["music"],"defaultCode":59665,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":18,"order":22,"ligatures":"","prevSize":32,"name":"music","code":59666},"setIdx":0,"setId":0,"iconIdx":18},{"icon":{"paths":["M981.188 160.108c-143.632-20.65-302.332-32.108-469.186-32.108-166.86 0-325.556 11.458-469.194 32.108-27.53 107.726-42.808 226.75-42.808 351.892 0 125.14 15.278 244.166 42.808 351.89 143.638 20.652 302.336 32.11 469.194 32.11 166.854 0 325.552-11.458 469.186-32.11 27.532-107.724 42.812-226.75 42.812-351.89 0-125.142-15.28-244.166-42.812-351.892zM384.002 704v-384l320 192-320 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["play"],"defaultCode":59666,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":19,"order":23,"ligatures":"","prevSize":32,"name":"play","code":59667},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"paths":["M0 128v768h1024v-768h-1024zM192 832h-128v-128h128v128zM192 576h-128v-128h128v128zM192 320h-128v-128h128v128zM768 832h-512v-640h512v640zM960 832h-128v-128h128v128zM960 576h-128v-128h128v128zM960 320h-128v-128h128v128zM384 320v384l256-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["film"],"defaultCode":59667,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":20,"order":24,"ligatures":"","prevSize":32,"name":"film","code":59668},"setIdx":0,"setId":0,"iconIdx":20},{"icon":{"paths":["M384 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM0 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM768 608v-96c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v320c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-96l256 160v-448l-256 160zM640 768h-512v-192h512v192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["video-camera"],"defaultCode":59668,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":21,"order":25,"ligatures":"","prevSize":32,"name":"video-camera","code":59669},"setIdx":0,"setId":0,"iconIdx":21},{"icon":{"paths":["M864 192h-512c-88 0-160 72-160 160v512c0 88 72 160 160 160h512c88 0 160-72 160-160v-512c0-88-72-160-160-160zM416 896c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM416 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM608 704c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM800 896c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM800 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM828.76 128c-14.93-72.804-79.71-128-156.76-128h-512c-88 0-160 72-160 160v512c0 77.046 55.196 141.83 128 156.76v-636.76c0-35.2 28.8-64 64-64h636.76z"],"isMulticolor":false,"isMulticolor2":false,"tags":["dice"],"defaultCode":59669,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":22,"order":26,"ligatures":"","prevSize":32,"name":"dice","code":59670},"setIdx":0,"setId":0,"iconIdx":22},{"icon":{"paths":["M964.73 178.804c-93.902-109.45-233.21-178.804-388.73-178.804-282.77 0-512 229.23-512 512s229.23 512 512 512c155.52 0 294.828-69.356 388.728-178.804l-324.728-333.196 324.73-333.196zM704 120.602c39.432 0 71.398 31.964 71.398 71.398 0 39.432-31.966 71.398-71.398 71.398s-71.398-31.966-71.398-71.398c0-39.432 31.966-71.398 71.398-71.398z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pacman"],"defaultCode":59670,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":23,"order":27,"ligatures":"","prevSize":32,"name":"pacman","code":59671},"setIdx":0,"setId":0,"iconIdx":23},{"icon":{"paths":["M817.57 348.15c-193.566-143.858-260.266-259.018-305.566-348.148v0c-0.004 0-0.004-0.002-0.004-0.002v0.002c-45.296 89.13-112 204.292-305.566 348.148-330.036 245.286-19.376 587.668 253.758 399.224-17.796 116.93-78.53 202.172-140.208 238.882v37.744h384.032v-37.74c-61.682-36.708-122.41-121.954-140.212-238.884 273.136 188.446 583.8-153.94 253.766-399.226z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spades"],"defaultCode":59671,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":24,"order":28,"ligatures":"","prevSize":32,"name":"spades","code":59672},"setIdx":0,"setId":0,"iconIdx":24},{"icon":{"paths":["M786.832 392.772c-59.032 0-112.086 24.596-149.852 64.694-15.996 16.984-43.762 37.112-73.8 54.81 14.11-53.868 58.676-121.7 89.628-151.456 39.64-38.17 63.984-91.83 63.984-151.5 0.006-114.894-91.476-208.096-204.788-209.32-113.32 1.222-204.796 94.426-204.796 209.318 0 59.672 24.344 113.33 63.986 151.5 30.954 29.756 75.52 97.588 89.628 151.456-30.042-17.7-57.806-37.826-73.8-54.81-37.768-40.098-90.82-64.694-149.85-64.694-114.386 0-207.080 93.664-207.080 209.328 0 115.638 92.692 209.338 207.080 209.338 59.042 0 112.082-25.356 149.85-65.452 16.804-17.872 46.444-40.138 78.292-58.632-3.002 147.692-73.532 256.168-145.318 298.906v37.742h384.014v-37.74c-71.792-42.736-142.32-151.216-145.32-298.906 31.852 18.494 61.488 40.768 78.292 58.632 37.766 40.094 90.808 65.452 149.852 65.452 114.386 0 207.078-93.7 207.078-209.338-0.002-115.664-92.692-209.328-207.080-209.328z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clubs"],"defaultCode":59672,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":25,"order":29,"ligatures":"","prevSize":32,"name":"clubs","code":59673},"setIdx":0,"setId":0,"iconIdx":25},{"icon":{"paths":["M512 0l-320 512 320 512 320-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["diamonds"],"defaultCode":59673,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":26,"order":30,"ligatures":"","prevSize":32,"name":"diamonds","code":59674},"setIdx":0,"setId":0,"iconIdx":26},{"icon":{"paths":["M1024 429.256c0-200.926-58.792-363.938-131.482-365.226 0.292-0.006 0.578-0.030 0.872-0.030h-82.942c0 0-194.8 146.336-475.23 203.754-8.56 45.292-14.030 99.274-14.030 161.502s5.466 116.208 14.030 161.5c280.428 57.418 475.23 203.756 475.23 203.756h82.942c-0.292 0-0.578-0.024-0.872-0.032 72.696-1.288 131.482-164.298 131.482-365.224zM864.824 739.252c-9.382 0-19.532-9.742-24.746-15.548-12.63-14.064-24.792-35.96-35.188-63.328-23.256-61.232-36.066-143.31-36.066-231.124 0-87.81 12.81-169.89 36.066-231.122 10.394-27.368 22.562-49.266 35.188-63.328 5.214-5.812 15.364-15.552 24.746-15.552 9.38 0 19.536 9.744 24.744 15.552 12.634 14.064 24.796 35.958 35.188 63.328 23.258 61.23 36.068 143.312 36.068 231.122 0 87.804-12.81 169.888-36.068 231.124-10.39 27.368-22.562 49.264-35.188 63.328-5.208 5.806-15.36 15.548-24.744 15.548zM251.812 429.256c0-51.95 3.81-102.43 11.052-149.094-47.372 6.554-88.942 10.324-140.34 10.324-67.058 0-67.058 0-67.058 0l-55.466 94.686v88.17l55.46 94.686c0 0 0 0 67.060 0 51.398 0 92.968 3.774 140.34 10.324-7.236-46.664-11.048-97.146-11.048-149.096zM368.15 642.172l-127.998-24.51 81.842 321.544c4.236 16.634 20.744 25.038 36.686 18.654l118.556-47.452c15.944-6.376 22.328-23.964 14.196-39.084l-123.282-229.152zM864.824 548.73c-3.618 0-7.528-3.754-9.538-5.992-4.87-5.42-9.556-13.86-13.562-24.408-8.962-23.6-13.9-55.234-13.9-89.078s4.938-65.478 13.9-89.078c4.006-10.548 8.696-18.988 13.562-24.408 2.010-2.24 5.92-5.994 9.538-5.994 3.616 0 7.53 3.756 9.538 5.994 4.87 5.42 9.556 13.858 13.56 24.408 8.964 23.598 13.902 55.234 13.902 89.078 0 33.842-4.938 65.478-13.902 89.078-4.004 10.548-8.696 18.988-13.56 24.408-2.008 2.238-5.92 5.992-9.538 5.992z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bullhorn"],"defaultCode":59674,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":27,"order":31,"ligatures":"","prevSize":32,"name":"bullhorn","code":59675},"setIdx":0,"setId":0,"iconIdx":27},{"icon":{"paths":["M640 576c105.87 0 201.87 43.066 271.402 112.598l-90.468 90.468c-46.354-46.356-110.356-75.066-180.934-75.066s-134.578 28.71-180.934 75.066l-90.468-90.468c69.532-69.532 165.532-112.598 271.402-112.598zM187.452 507.452c120.88-120.88 281.598-187.452 452.548-187.452s331.668 66.572 452.55 187.452l-90.51 90.508c-96.706-96.704-225.28-149.96-362.040-149.96-136.762 0-265.334 53.256-362.038 149.962l-90.51-90.51zM988.784 134.438c106.702 45.132 202.516 109.728 284.782 191.996v0l-90.508 90.508c-145.056-145.056-337.92-224.942-543.058-224.942-205.14 0-398 79.886-543.058 224.942l-90.51-90.51c82.268-82.266 178.082-146.862 284.784-191.994 110.504-46.738 227.852-70.438 348.784-70.438s238.278 23.7 348.784 70.438zM576 896c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z"],"width":1280,"isMulticolor":false,"isMulticolor2":false,"tags":["connection"],"defaultCode":59675,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":28,"order":32,"ligatures":"","prevSize":32,"name":"connection","code":59676},"setIdx":0,"setId":0,"iconIdx":28},{"icon":{"paths":["M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 220.054 138.836 407.664 333.686 480.068l-13.686 31.932h384l-13.686-31.932c194.85-72.404 333.686-260.014 333.686-480.068zM486.79 634.826c-22.808-9.788-38.79-32.436-38.79-58.826 0-35.346 28.654-64 64-64s64 28.654 64 64c0 26.39-15.978 49.044-38.786 58.834l-25.214-58.834-25.21 58.826zM538.268 637.292c58.092-12.118 101.732-63.602 101.732-125.292 0-70.694-57.306-128-128-128-70.692 0-128 57.306-128 128 0 61.692 43.662 113.122 101.76 125.228l-74.624 174.122c-91.23-39.15-155.136-129.784-155.136-235.35 0-141.384 114.616-268 256-268s256 126.616 256 268c0 105.566-63.906 196.2-155.136 235.35l-74.596-174.058zM688.448 987.708l-73.924-172.486c126.446-42.738 217.476-162.346 217.476-303.222 0-176.73-143.268-320-320-320-176.73 0-320 143.27-320 320 0 140.876 91.030 260.484 217.476 303.222l-73.924 172.486c-159.594-68.488-271.386-227.034-271.386-411.708 0-247.332 200.502-459.834 447.834-459.834s447.834 212.502 447.834 459.834c0 184.674-111.792 343.22-271.386 411.708z"],"isMulticolor":false,"isMulticolor2":false,"tags":["podcast"],"defaultCode":59676,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":29,"order":33,"ligatures":"","prevSize":32,"name":"podcast","code":59677},"setIdx":0,"setId":0,"iconIdx":29},{"icon":{"paths":["M384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM664.348 230.526c99.852 54.158 167.652 159.898 167.652 281.474s-67.8 227.316-167.652 281.474c44.066-70.126 71.652-170.27 71.652-281.474s-27.586-211.348-71.652-281.474zM288 512c0 111.204 27.584 211.348 71.652 281.474-99.852-54.16-167.652-159.898-167.652-281.474s67.8-227.314 167.652-281.474c-44.068 70.126-71.652 170.27-71.652 281.474zM96 512c0 171.9 54.404 326.184 140.652 431.722-142.302-90.948-236.652-250.314-236.652-431.722s94.35-340.774 236.652-431.722c-86.248 105.538-140.652 259.822-140.652 431.722zM787.352 80.28c142.298 90.946 236.648 250.312 236.648 431.72s-94.35 340.774-236.648 431.72c86.244-105.536 140.648-259.82 140.648-431.72s-54.404-326.184-140.648-431.72z"],"isMulticolor":false,"isMulticolor2":false,"tags":["feed"],"defaultCode":59677,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":30,"order":34,"ligatures":"","prevSize":32,"name":"feed","code":59678},"setIdx":0,"setId":0,"iconIdx":30},{"icon":{"paths":["M480 704c88.366 0 160-71.634 160-160v-384c0-88.366-71.634-160-160-160s-160 71.634-160 160v384c0 88.366 71.636 160 160 160zM704 448v96c0 123.71-100.29 224-224 224-123.712 0-224-100.29-224-224v-96h-64v96c0 148.238 112.004 270.3 256 286.22v129.78h-128v64h320v-64h-128v-129.78c143.994-15.92 256-137.982 256-286.22v-96h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mic"],"defaultCode":59678,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":31,"order":35,"ligatures":"","prevSize":32,"name":"mic","code":59679},"setIdx":0,"setId":0,"iconIdx":31},{"icon":{"paths":["M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64zM224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z"],"isMulticolor":false,"isMulticolor2":false,"tags":["book"],"defaultCode":59679,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":32,"order":36,"ligatures":"","prevSize":32,"name":"book","code":59680},"setIdx":0,"setId":0,"iconIdx":32},{"icon":{"paths":["M224 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM192 320h-128v-64h128v64zM544 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM512 320h-128v-64h128v64zM765.088 177.48l-171.464 86.394c-15.716 7.918-22.096 27.258-14.178 42.976l287.978 571.548c7.918 15.718 27.258 22.098 42.976 14.178l171.464-86.392c15.716-7.92 22.096-27.26 14.178-42.974l-287.978-571.55c-7.92-15.718-27.26-22.1-42.976-14.18z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["books"],"defaultCode":59680,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":33,"order":37,"ligatures":"","prevSize":32,"name":"books","code":59681},"setIdx":0,"setId":0,"iconIdx":33},{"icon":{"paths":["M1024 960v-64h-64v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-64v64h-64v64h1088v-64h-64zM512 0h64l512 320v64h-1088v-64l512-320z"],"width":1088,"isMulticolor":false,"isMulticolor2":false,"tags":["library"],"defaultCode":59681,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":34,"order":38,"ligatures":"","prevSize":32,"name":"library","code":59682},"setIdx":0,"setId":0,"iconIdx":34},{"icon":{"paths":["M864 0h-768c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h768c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM832 896h-704v-768h704v768zM256 448h448v64h-448zM256 576h448v64h-448zM256 704h448v64h-448zM256 320h448v64h-448z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-text"],"defaultCode":59682,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":35,"order":39,"ligatures":"","prevSize":32,"name":"file-text","code":59683},"setIdx":0,"setId":0,"iconIdx":35},{"icon":{"paths":["M864 0h-768c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h768c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM832 896h-704v-768h704v768zM256 576h448v64h-448zM256 704h448v64h-448zM320 288c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM480 384h-128c-52.8 0-96 28.8-96 64v64h320v-64c0-35.2-43.2-64-96-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["profile"],"defaultCode":59683,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":36,"order":40,"ligatures":"","prevSize":32,"name":"profile","code":59684},"setIdx":0,"setId":0,"iconIdx":36},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-empty"],"defaultCode":59684,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":37,"order":41,"ligatures":"","prevSize":32,"name":"file-empty","code":59685},"setIdx":0,"setId":0,"iconIdx":37},{"icon":{"paths":["M917.806 357.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-368c-44.114 0-80 35.888-80 80v736c0 44.112 35.886 80 80 80h608c44.112 0 80-35.888 80-80v-496c0-14.332-4.372-39.35-42.194-90.924zM785.374 302.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-608c-8.672 0-16-7.328-16-16v-736c0-8.672 7.328-16 16-16 0 0 367.956-0.002 368 0v224c0 17.672 14.324 32 32 32h224v496zM602.924 42.196c-51.574-37.822-76.592-42.196-90.924-42.196h-368c-44.112 0-80 35.888-80 80v736c0 38.632 27.528 70.958 64 78.39v-814.39c0-8.672 7.328-16 16-16h486.876c-9.646-7.92-19.028-15.26-27.952-21.804z"],"isMulticolor":false,"isMulticolor2":false,"tags":["files-empty"],"defaultCode":59685,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":38,"order":42,"ligatures":"","prevSize":32,"name":"files-empty","code":59686},"setIdx":0,"setId":0,"iconIdx":38},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624zM736 832h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32zM736 704h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32zM736 576h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-text2"],"defaultCode":59686,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":39,"order":43,"ligatures":"","prevSize":32,"name":"file-text2","code":59687},"setIdx":0,"setId":0,"iconIdx":39},{"icon":{"paths":["M832 896h-640v-128l192-320 263 320 185-128v256zM832 480c0 53.020-42.98 96-96 96-53.022 0-96-42.98-96-96s42.978-96 96-96c53.020 0 96 42.98 96 96zM917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-picture"],"defaultCode":59687,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":40,"order":44,"ligatures":"","prevSize":32,"name":"file-picture","code":59688},"setIdx":0,"setId":0,"iconIdx":40},{"icon":{"paths":["M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624zM756.288 391.252c-7.414-6.080-17.164-8.514-26.562-6.632l-320 64c-14.958 2.994-25.726 16.126-25.726 31.38v236.876c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-229.766l256-51.202v133.842c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-319.998c0-9.586-4.298-18.668-11.712-24.748z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-music"],"defaultCode":59688,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":41,"order":45,"ligatures":"","prevSize":32,"name":"file-music","code":59689},"setIdx":0,"setId":0,"iconIdx":41},{"icon":{"paths":["M384 384l320 224-320 224v-448zM917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-play"],"defaultCode":59689,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":42,"order":46,"ligatures":"","prevSize":32,"name":"file-play","code":59690},"setIdx":0,"setId":0,"iconIdx":42},{"icon":{"paths":["M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.594-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.882 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.32 32 32 32h224v624zM256 512h320v320h-320v-320zM576 640l192-128v320l-192-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-video"],"defaultCode":59690,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":43,"order":47,"ligatures":"","prevSize":32,"name":"file-video","code":59691},"setIdx":0,"setId":0,"iconIdx":43},{"icon":{"paths":["M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.884 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.322 32 32 32h224v624zM256 64h128v64h-128v-64zM384 128h128v64h-128v-64zM256 192h128v64h-128v-64zM384 256h128v64h-128v-64zM256 320h128v64h-128v-64zM384 384h128v64h-128v-64zM256 448h128v64h-128v-64zM384 512h128v64h-128v-64zM256 848c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-80v-64h-128v272zM448 768v64h-128v-64h128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-zip"],"defaultCode":59691,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":44,"order":48,"ligatures":"","prevSize":32,"name":"file-zip","code":59692},"setIdx":0,"setId":0,"iconIdx":44},{"icon":{"paths":["M640 256v-256h-448l-192 192v576h384v256h640v-768h-384zM192 90.51v101.49h-101.49l101.49-101.49zM64 704v-448h192v-192h320v192l-192 192v256h-320zM576 346.51v101.49h-101.49l101.49-101.49zM960 960h-512v-448h192v-192h320v640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["copy"],"defaultCode":59692,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":45,"order":49,"ligatures":"","prevSize":32,"name":"copy","code":59693},"setIdx":0,"setId":0,"iconIdx":45},{"icon":{"paths":["M704 128h-128v-64c0-35.2-28.8-64-64-64h-128c-35.204 0-64 28.8-64 64v64h-128v128h512v-128zM512 128h-128v-63.886c0.034-0.038 0.072-0.078 0.114-0.114h127.768c0.042 0.036 0.082 0.076 0.118 0.114v63.886zM832 320v-160c0-17.6-14.4-32-32-32h-64v64h32v128h-192l-192 192v256h-256v-576h32v-64h-64c-17.602 0-32 14.4-32 32v640c0 17.6 14.398 32 32 32h288v192h640v-704h-192zM576 410.51v101.49h-101.49l101.49-101.49zM960 960h-512v-384h192v-192h320v576z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paste"],"defaultCode":59693,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":46,"order":50,"ligatures":"","prevSize":32,"name":"paste","code":59694},"setIdx":0,"setId":0,"iconIdx":46},{"icon":{"paths":["M1024 320l-512-256-512 256 512 256 512-256zM512 148.97l342.058 171.030-342.058 171.030-342.058-171.030 342.058-171.030zM921.444 460.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722zM921.444 652.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stack"],"defaultCode":59694,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":47,"order":51,"ligatures":"","prevSize":32,"name":"stack","code":59695},"setIdx":0,"setId":0,"iconIdx":47},{"icon":{"paths":["M448 128l128 128h448v704h-1024v-832z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder"],"defaultCode":59695,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":48,"order":52,"ligatures":"","prevSize":32,"name":"folder","code":59696},"setIdx":0,"setId":0,"iconIdx":48},{"icon":{"paths":["M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-open"],"defaultCode":59696,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":49,"order":53,"ligatures":"","prevSize":32,"name":"folder-open","code":59697},"setIdx":0,"setId":0,"iconIdx":49},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-128v128h-128v-128h-128v-128h128v-128h128v128h128v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-plus"],"defaultCode":59697,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":50,"order":54,"ligatures":"","prevSize":32,"name":"folder-plus","code":59698},"setIdx":0,"setId":0,"iconIdx":50},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-384v-128h384v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-minus"],"defaultCode":59698,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":51,"order":55,"ligatures":"","prevSize":32,"name":"folder-minus","code":59699},"setIdx":0,"setId":0,"iconIdx":51},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 864l-224-224h160v-256h128v256h160l-224 224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-download"],"defaultCode":59699,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":52,"order":56,"ligatures":"","prevSize":32,"name":"folder-download","code":59700},"setIdx":0,"setId":0,"iconIdx":52},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 480l224 224h-160v256h-128v-256h-160l224-224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-upload"],"defaultCode":59700,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":53,"order":57,"ligatures":"","prevSize":32,"name":"folder-upload","code":59701},"setIdx":0,"setId":0,"iconIdx":53},{"icon":{"paths":["M976 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM736 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["price-tag"],"defaultCode":59701,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":54,"order":58,"ligatures":"","prevSize":32,"name":"price-tag","code":59702},"setIdx":0,"setId":0,"iconIdx":54},{"icon":{"paths":["M1232 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM992 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM128 544l544-544h-80c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l30.058-30.058-416-416z"],"width":1280,"isMulticolor":false,"isMulticolor2":false,"tags":["price-tags"],"defaultCode":59702,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":55,"order":59,"ligatures":"","prevSize":32,"name":"price-tags","code":59703},"setIdx":0,"setId":0,"iconIdx":55},{"icon":{"paths":["M0 128h128v640h-128zM192 128h64v640h-64zM320 128h64v640h-64zM512 128h64v640h-64zM768 128h64v640h-64zM960 128h64v640h-64zM640 128h32v640h-32zM448 128h32v640h-32zM864 128h32v640h-32zM0 832h64v64h-64zM192 832h64v64h-64zM320 832h64v64h-64zM640 832h64v64h-64zM960 832h64v64h-64zM768 832h128v64h-128zM448 832h128v64h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["barcode"],"defaultCode":59703,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":56,"order":60,"ligatures":"","prevSize":32,"name":"barcode","code":59704},"setIdx":0,"setId":0,"iconIdx":56},{"icon":{"paths":["M320 64h-256v256h256v-256zM384 0v0 384h-384v-384h384zM128 128h128v128h-128zM960 64h-256v256h256v-256zM1024 0v0 384h-384v-384h384zM768 128h128v128h-128zM320 704h-256v256h256v-256zM384 640v0 384h-384v-384h384zM128 768h128v128h-128zM448 0h64v64h-64zM512 64h64v64h-64zM448 128h64v64h-64zM512 192h64v64h-64zM448 256h64v64h-64zM512 320h64v64h-64zM448 384h64v64h-64zM448 512h64v64h-64zM512 576h64v64h-64zM448 640h64v64h-64zM512 704h64v64h-64zM448 768h64v64h-64zM512 832h64v64h-64zM448 896h64v64h-64zM512 960h64v64h-64zM960 512h64v64h-64zM64 512h64v64h-64zM128 448h64v64h-64zM0 448h64v64h-64zM256 448h64v64h-64zM320 512h64v64h-64zM384 448h64v64h-64zM576 512h64v64h-64zM640 448h64v64h-64zM704 512h64v64h-64zM768 448h64v64h-64zM832 512h64v64h-64zM896 448h64v64h-64zM960 640h64v64h-64zM576 640h64v64h-64zM640 576h64v64h-64zM704 640h64v64h-64zM832 640h64v64h-64zM896 576h64v64h-64zM960 768h64v64h-64zM576 768h64v64h-64zM640 704h64v64h-64zM768 704h64v64h-64zM832 768h64v64h-64zM896 704h64v64h-64zM960 896h64v64h-64zM640 832h64v64h-64zM704 896h64v64h-64zM768 832h64v64h-64zM832 896h64v64h-64zM640 960h64v64h-64zM768 960h64v64h-64zM896 960h64v64h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["qrcode"],"defaultCode":59704,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":57,"order":61,"ligatures":"","prevSize":32,"name":"qrcode","code":59705},"setIdx":0,"setId":0,"iconIdx":57},{"icon":{"paths":["M575.996 320l127.998 127.998-255.994 255.994-127.998-127.998zM1001.526 297.504l-73.516-73.516-32.008 32.008c-16.378 16.38-39.010 26.51-64 26.51-49.988 0-90.514-40.522-90.514-90.51 0-25.002 10.14-47.638 26.534-64.018l31.988-31.986-73.518-73.516c-29.968-29.968-79.008-29.968-108.976 0l-595.040 595.038c-29.966 29.968-29.966 79.010 0 108.976l73.52 73.518 31.962-31.964c16.382-16.406 39.030-26.552 64.044-26.552 49.988 0 90.51 40.524 90.51 90.51 0 25.006-10.14 47.64-26.534 64.022l-31.984 31.986 73.516 73.518c29.966 29.966 79.008 29.966 108.976 0l595.040-595.040c29.964-29.976 29.964-79.016 0-108.984zM448.002 831.996l-256-256 384-384 256 256-384 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ticket"],"defaultCode":59705,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":58,"order":62,"ligatures":"","prevSize":32,"name":"ticket","code":59706},"setIdx":0,"setId":0,"iconIdx":58},{"icon":{"paths":["M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cart"],"defaultCode":59706,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":59,"order":63,"ligatures":"","prevSize":32,"name":"cart","code":59707},"setIdx":0,"setId":0,"iconIdx":59},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480 0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM512 512v-128h128v-64h-128v-64h-64v64h-128v256h128v128h-128v64h128v64h64v-64h128.002l-0.002-256h-128zM448 512h-64v-128h64v128zM576.002 704h-64.002v-128h64.002v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-dollar"],"defaultCode":59707,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":60,"order":64,"ligatures":"","prevSize":32,"name":"coin-dollar","code":59708},"setIdx":0,"setId":0,"iconIdx":60},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.076 0 384 171.922 384 384s-171.924 384-384 384zM670.824 644.34c-15.27-8.884-34.862-3.708-43.75 11.57-17.256 29.662-49.088 48.090-83.074 48.090h-128c-41.716 0-77.286-26.754-90.496-64h154.496c17.672 0 32-14.326 32-32s-14.328-32-32-32h-160v-64h160c17.672 0 32-14.328 32-32s-14.328-32-32-32h-154.496c13.21-37.246 48.78-64 90.496-64h128c33.986 0 65.818 18.426 83.074 48.090 8.888 15.276 28.478 20.456 43.752 11.568 15.276-8.888 20.456-28.476 11.568-43.752-28.672-49.288-81.702-79.906-138.394-79.906h-128c-77.268 0-141.914 55.056-156.78 128h-35.22c-17.672 0-32 14.328-32 32s14.328 32 32 32h32v64h-32c-17.672 0-32 14.326-32 32s14.328 32 32 32h35.22c14.866 72.944 79.512 128 156.78 128h128c56.692 0 109.72-30.62 138.394-79.91 8.888-15.276 3.708-34.864-11.57-43.75z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-euro"],"defaultCode":59708,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":61,"order":65,"ligatures":"","prevSize":32,"name":"coin-euro","code":59709},"setIdx":0,"setId":0,"iconIdx":61},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384zM608 704h-224v-128h96c17.672 0 32-14.326 32-32s-14.328-32-32-32h-96v-32c0-52.934 43.066-96 96-96 34.17 0 66.042 18.404 83.18 48.030 8.85 15.298 28.426 20.526 43.722 11.676 15.296-8.848 20.526-28.424 11.676-43.722-28.538-49.336-81.638-79.984-138.578-79.984-88.224 0-160 71.776-160 160v32h-32c-17.672 0-32 14.326-32 32s14.328 32 32 32h32v192h288c17.674 0 32-14.326 32-32s-14.326-32-32-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-pound"],"defaultCode":59709,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":62,"order":66,"ligatures":"","prevSize":32,"name":"coin-pound","code":59710},"setIdx":0,"setId":0,"iconIdx":62},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.076 0 384 171.922 384 384s-171.924 384-384 384zM608 576c17.674 0 32-14.326 32-32s-14.326-32-32-32h-68.208l94.832-142.25c9.804-14.704 5.83-34.572-8.876-44.376-14.704-9.802-34.572-5.83-44.376 8.876l-101.372 152.062-101.374-152.062c-9.804-14.706-29.672-18.68-44.376-8.876-14.706 9.804-18.678 29.672-8.876 44.376l94.834 142.25h-68.208c-17.672 0-32 14.326-32 32s14.328 32 32 32h96v64h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h96v96c0 17.674 14.328 32 32 32s32-14.326 32-32v-96h96c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-64h96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin-yen"],"defaultCode":59710,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":63,"order":67,"ligatures":"","prevSize":32,"name":"coin-yen","code":59711},"setIdx":0,"setId":0,"iconIdx":63},{"icon":{"paths":["M928 128h-832c-52.8 0-96 43.2-96 96v576c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-576c0-52.8-43.2-96-96-96zM96 192h832c17.346 0 32 14.654 32 32v96h-896v-96c0-17.346 14.654-32 32-32zM928 832h-832c-17.346 0-32-14.654-32-32v-288h896v288c0 17.346-14.654 32-32 32zM128 640h64v128h-64zM256 640h64v128h-64zM384 640h64v128h-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["credit-card"],"defaultCode":59711,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":64,"order":68,"ligatures":"","prevSize":32,"name":"credit-card","code":59712},"setIdx":0,"setId":0,"iconIdx":64},{"icon":{"paths":["M384 64h-320c-35.2 0-64 28.8-64 64v320c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM384 320h-320v-64h320v64zM896 64h-320c-35.204 0-64 28.8-64 64v832c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-832c0-35.2-28.8-64-64-64zM896 640h-320v-64h320v64zM896 448h-320v-64h320v64zM384 576h-320c-35.2 0-64 28.8-64 64v320c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM384 832h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["calculator"],"defaultCode":59712,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":65,"order":69,"ligatures":"","prevSize":32,"name":"calculator","code":59713},"setIdx":0,"setId":0,"iconIdx":65},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 512c0-106.040 85.96-192 192-192s192 85.96 192 192-85.96 192-192 192-192-85.96-192-192zM925.98 683.476v0l-177.42-73.49c12.518-30.184 19.44-63.276 19.44-97.986s-6.922-67.802-19.44-97.986l177.42-73.49c21.908 52.822 34.020 110.73 34.020 171.476s-12.114 118.654-34.020 171.476v0zM683.478 98.020v0 0l-73.49 177.42c-30.184-12.518-63.276-19.44-97.988-19.44s-67.802 6.922-97.986 19.44l-73.49-177.422c52.822-21.904 110.732-34.018 171.476-34.018 60.746 0 118.654 12.114 171.478 34.020zM98.020 340.524l177.422 73.49c-12.518 30.184-19.442 63.276-19.442 97.986s6.922 67.802 19.44 97.986l-177.42 73.49c-21.906-52.822-34.020-110.73-34.020-171.476s12.114-118.654 34.020-171.476zM340.524 925.98l73.49-177.42c30.184 12.518 63.276 19.44 97.986 19.44s67.802-6.922 97.986-19.44l73.49 177.42c-52.822 21.904-110.73 34.020-171.476 34.020-60.744 0-118.654-12.114-171.476-34.020z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lifebuoy"],"defaultCode":59713,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":66,"order":70,"ligatures":"","prevSize":32,"name":"lifebuoy","code":59714},"setIdx":0,"setId":0,"iconIdx":66},{"icon":{"paths":["M704 640c-64 64-64 128-128 128s-128-64-192-128-128-128-128-192 64-64 128-128-128-256-192-256-192 192-192 192c0 128 131.5 387.5 256 512s384 256 512 256c0 0 192-128 192-192s-192-256-256-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["phone"],"defaultCode":59714,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":67,"order":71,"ligatures":"","prevSize":32,"name":"phone","code":59715},"setIdx":0,"setId":0,"iconIdx":67},{"icon":{"paths":["M1017.378 575.994c8.004 55.482 13.216 131.392-11.664 160.446-41.142 48.044-301.712 48.044-301.712-48.042 0-48.398 42.856-80.134 1.712-128.178-40.472-47.262-113.026-48.030-193.714-48.042-80.686 0.012-153.242 0.78-193.714 48.042-41.142 48.046 1.714 79.78 1.714 128.178 0 96.086-260.57 96.086-301.714 48.044-24.878-29.054-19.668-104.964-11.662-160.446 6.16-37.038 21.724-76.996 71.548-127.994 0-0.002 0.002-0.002 0.002-0.004 74.738-69.742 187.846-126.738 429.826-127.968v-0.030c1.344 0 2.664 0.010 4 0.014 1.338-0.004 2.656-0.014 4-0.014v0.028c241.98 1.23 355.088 58.226 429.826 127.968 0.002 0.002 0.002 0.004 0.002 0.004 49.824 50.996 65.39 90.954 71.55 127.994z"],"isMulticolor":false,"isMulticolor2":false,"tags":["phone-hang-up"],"defaultCode":59715,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":68,"order":72,"ligatures":"","prevSize":32,"name":"phone-hang-up","code":59716},"setIdx":0,"setId":0,"iconIdx":68},{"icon":{"paths":["M192 0v1024h768v-1024h-768zM576 256.33c70.51 0 127.67 57.16 127.67 127.67s-57.16 127.67-127.67 127.67-127.67-57.16-127.67-127.67 57.16-127.67 127.67-127.67v0zM768 768h-384v-64c0-70.696 57.306-128 128-128v0h128c70.696 0 128 57.304 128 128v64zM64 64h96v192h-96v-192zM64 320h96v192h-96v-192zM64 576h96v192h-96v-192zM64 832h96v192h-96v-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["address-book"],"defaultCode":59716,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":69,"order":73,"ligatures":"","prevSize":32,"name":"address-book","code":59717},"setIdx":0,"setId":0,"iconIdx":69},{"icon":{"paths":["M928 128h-832c-52.8 0-96 43.2-96 96v640c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-640c0-52.8-43.2-96-96-96zM398.74 550.372l-270.74 210.892v-501.642l270.74 290.75zM176.38 256h671.24l-335.62 252-335.62-252zM409.288 561.698l102.712 110.302 102.71-110.302 210.554 270.302h-626.528l210.552-270.302zM625.26 550.372l270.74-290.75v501.642l-270.74-210.892z"],"isMulticolor":false,"isMulticolor2":false,"tags":["envelop"],"defaultCode":59717,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":70,"order":74,"ligatures":"","prevSize":32,"name":"envelop","code":59718},"setIdx":0,"setId":0,"iconIdx":70},{"icon":{"paths":["M544 0l-96 96 96 96-224 256h-224l176 176-272 360.616v39.384h39.384l360.616-272 176 176v-224l256-224 96 96 96-96-480-480zM448 544l-64-64 224-224 64 64-224 224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pushpin"],"defaultCode":59718,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":71,"order":75,"ligatures":"","prevSize":32,"name":"pushpin","code":59719},"setIdx":0,"setId":0,"iconIdx":71},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["location"],"defaultCode":59719,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":72,"order":76,"ligatures":"","prevSize":32,"name":"location","code":59720},"setIdx":0,"setId":0,"iconIdx":72},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 516c-108.248 0-196-87.752-196-196s87.752-196 196-196 196 87.752 196 196-87.752 196-196 196zM388 320c0-68.483 55.517-124 124-124s124 55.517 124 124c0 68.483-55.517 124-124 124s-124-55.517-124-124z"],"isMulticolor":false,"isMulticolor2":false,"tags":["location2"],"defaultCode":59720,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":73,"order":77,"ligatures":"","prevSize":32,"name":"location2","code":59721},"setIdx":0,"setId":0,"iconIdx":73},{"icon":{"paths":["M544.010 1024.004c-2.296 0-4.622-0.25-6.94-0.764-14.648-3.25-25.070-16.238-25.070-31.24v-480h-480c-15.002 0-27.992-10.422-31.24-25.070-3.25-14.646 4.114-29.584 17.708-35.928l960-448c12.196-5.688 26.644-3.144 36.16 6.372 9.516 9.514 12.060 23.966 6.372 36.16l-448 960c-5.342 11.44-16.772 18.47-28.99 18.47zM176.242 448h367.758c17.674 0 32 14.328 32 32v367.758l349.79-749.546-749.548 349.788z"],"isMulticolor":false,"isMulticolor2":false,"tags":["compass"],"defaultCode":59721,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":74,"order":78,"ligatures":"","prevSize":32,"name":"compass","code":59722},"setIdx":0,"setId":0,"iconIdx":74},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM96 512c0-229.75 186.25-416 416-416 109.574 0 209.232 42.386 283.534 111.628l-411.534 176.372-176.372 411.534c-69.242-74.302-111.628-173.96-111.628-283.534zM585.166 585.166l-256.082 109.75 109.75-256.082 146.332 146.332zM512 928c-109.574 0-209.234-42.386-283.532-111.628l411.532-176.372 176.372-411.532c69.242 74.298 111.628 173.958 111.628 283.532 0 229.75-186.25 416-416 416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["compass2"],"defaultCode":59722,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":75,"order":79,"ligatures":"","prevSize":32,"name":"compass2","code":59723},"setIdx":0,"setId":0,"iconIdx":75},{"icon":{"paths":["M0 192l320-128v768l-320 128zM384 32l320 192v736l-320-160zM768 224l256-192v768l-256 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["map"],"defaultCode":59723,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":76,"order":80,"ligatures":"","prevSize":32,"name":"map","code":59724},"setIdx":0,"setId":0,"iconIdx":76},{"icon":{"paths":["M672 192l-320-128-352 128v768l352-128 320 128 352-128v-768l-352 128zM384 145.73l256 102.4v630.138l-256-102.398v-630.14zM64 236.828l256-93.090v631.8l-256 93.088v-631.798zM960 787.172l-256 93.092v-631.8l256-93.090v631.798z"],"isMulticolor":false,"isMulticolor2":false,"tags":["map2"],"defaultCode":59724,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":77,"order":81,"ligatures":"","prevSize":32,"name":"map2","code":59725},"setIdx":0,"setId":0,"iconIdx":77},{"icon":{"paths":["M640 64c247.424 0 448 200.576 448 448s-200.576 448-448 448v-96c94.024 0 182.418-36.614 248.902-103.098s103.098-154.878 103.098-248.902c0-94.022-36.614-182.418-103.098-248.902s-154.878-103.098-248.902-103.098c-94.022 0-182.418 36.614-248.902 103.098-51.14 51.138-84.582 115.246-97.306 184.902h186.208l-224 256-224-256h164.57c31.060-217.102 217.738-384 443.43-384zM832 448v128h-256v-320h128v192z"],"width":1088,"isMulticolor":false,"isMulticolor2":false,"tags":["history"],"defaultCode":59725,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":78,"order":82,"ligatures":"","prevSize":32,"name":"history","code":59726},"setIdx":0,"setId":0,"iconIdx":78},{"icon":{"paths":["M658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clock"],"defaultCode":59726,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":79,"order":83,"ligatures":"","prevSize":32,"name":"clock","code":59727},"setIdx":0,"setId":0,"iconIdx":79},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254-90.512 90.512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clock2"],"defaultCode":59727,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":80,"order":84,"ligatures":"","prevSize":32,"name":"clock2","code":59728},"setIdx":0,"setId":0,"iconIdx":80},{"icon":{"paths":["M512 128c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448zM512 936c-198.824 0-360-161.178-360-360 0-198.824 161.176-360 360-360 198.822 0 360 161.176 360 360 0 198.822-161.178 360-360 360zM934.784 287.174c16.042-28.052 25.216-60.542 25.216-95.174 0-106.040-85.96-192-192-192-61.818 0-116.802 29.222-151.92 74.596 131.884 27.236 245.206 105.198 318.704 212.578v0zM407.92 74.596c-35.116-45.374-90.102-74.596-151.92-74.596-106.040 0-192 85.96-192 192 0 34.632 9.174 67.122 25.216 95.174 73.5-107.38 186.822-185.342 318.704-212.578zM512 576v-256h-64v320h256v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["alarm"],"defaultCode":59728,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":81,"order":85,"ligatures":"","prevSize":32,"name":"alarm","code":59729},"setIdx":0,"setId":0,"iconIdx":81},{"icon":{"paths":["M1025.5 800c0-288-256-224-256-448 0-18.56-1.788-34.42-5.048-47.928-16.83-113.018-92.156-203.72-189.772-231.36 0.866-3.948 1.32-8.032 1.32-12.21 0-33.278-28.8-60.502-64-60.502s-64 27.224-64 60.5c0 4.18 0.456 8.264 1.32 12.21-109.47 30.998-190.914 141.298-193.254 273.442-0.040 1.92-0.066 3.864-0.066 5.846 0 224.002-256 160.002-256 448.002 0 76.226 170.59 139.996 398.97 156.080 21.524 40.404 64.056 67.92 113.030 67.92s91.508-27.516 113.030-67.92c228.38-16.084 398.97-79.854 398.97-156.080 0-0.228-0.026-0.456-0.028-0.682l1.528 0.682zM826.246 854.096c-54.23 14.47-118.158 24.876-186.768 30.648-5.704-65.418-60.582-116.744-127.478-116.744s-121.774 51.326-127.478 116.744c-68.608-5.772-132.538-16.178-186.768-30.648-74.63-19.914-110.31-42.19-123.368-54.096 13.058-11.906 48.738-34.182 123.368-54.096 86.772-23.152 198.372-35.904 314.246-35.904s227.474 12.752 314.246 35.904c74.63 19.914 110.31 42.19 123.368 54.096-13.058 11.906-48.738 34.182-123.368 54.096z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bell"],"defaultCode":59729,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":82,"order":86,"ligatures":"","prevSize":32,"name":"bell","code":59730},"setIdx":0,"setId":0,"iconIdx":82},{"icon":{"paths":["M512.002 193.212v-65.212h128v-64c0-35.346-28.654-64-64.002-64h-191.998c-35.346 0-64 28.654-64 64v64h128v65.212c-214.798 16.338-384 195.802-384 414.788 0 229.75 186.25 416 416 416s416-186.25 416-416c0-218.984-169.202-398.448-384-414.788zM706.276 834.274c-60.442 60.44-140.798 93.726-226.274 93.726s-165.834-33.286-226.274-93.726c-60.44-60.44-93.726-140.8-93.726-226.274s33.286-165.834 93.726-226.274c58.040-58.038 134.448-91.018 216.114-93.548l-21.678 314.020c-1.86 26.29 12.464 37.802 31.836 37.802s33.698-11.512 31.836-37.802l-21.676-314.022c81.666 2.532 158.076 35.512 216.116 93.55 60.44 60.44 93.726 140.8 93.726 226.274s-33.286 165.834-93.726 226.274z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stopwatch"],"defaultCode":59730,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":83,"order":87,"ligatures":"","prevSize":32,"name":"stopwatch","code":59731},"setIdx":0,"setId":0,"iconIdx":83},{"icon":{"paths":["M320 384h128v128h-128zM512 384h128v128h-128zM704 384h128v128h-128zM128 768h128v128h-128zM320 768h128v128h-128zM512 768h128v128h-128zM320 576h128v128h-128zM512 576h128v128h-128zM704 576h128v128h-128zM128 576h128v128h-128zM832 0v64h-128v-64h-448v64h-128v-64h-128v1024h960v-1024h-128zM896 960h-832v-704h832v704z"],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar"],"defaultCode":59731,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":84,"order":88,"ligatures":"","prevSize":32,"name":"calendar","code":59732},"setIdx":0,"setId":0,"iconIdx":84},{"icon":{"paths":["M256 64h512v128h-512v-128zM960 256h-896c-35.2 0-64 28.8-64 64v320c0 35.2 28.794 64 64 64h192v256h512v-256h192c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM128 448c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.652 64-64 64zM704 896h-384v-320h384v320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["printer"],"defaultCode":59732,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":85,"order":89,"ligatures":"","prevSize":32,"name":"printer","code":59733},"setIdx":0,"setId":0,"iconIdx":85},{"icon":{"paths":["M1088 128h-1024c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h1024c35.2 0 64-28.8 64-64v-640c0-35.2-28.8-64-64-64zM640 256h128v128h-128v-128zM832 448v128h-128v-128h128zM448 256h128v128h-128v-128zM640 448v128h-128v-128h128zM256 256h128v128h-128v-128zM448 448v128h-128v-128h128zM128 256h64v128h-64v-128zM128 448h128v128h-128v-128zM192 768h-64v-128h64v128zM768 768h-512v-128h512v128zM1024 768h-192v-128h192v128zM1024 576h-128v-128h128v128zM1024 384h-192v-128h192v128z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["keyboard"],"defaultCode":59733,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":86,"order":90,"ligatures":"","prevSize":32,"name":"keyboard","code":59734},"setIdx":0,"setId":0,"iconIdx":86},{"icon":{"paths":["M0 64v640h1024v-640h-1024zM960 640h-896v-512h896v512zM672 768h-320l-32 128-64 64h512l-64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["display"],"defaultCode":59734,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":87,"order":91,"ligatures":"","prevSize":32,"name":"display","code":59735},"setIdx":0,"setId":0,"iconIdx":87},{"icon":{"paths":["M896 704v-512c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v512h-128v192h1024v-192h-128zM640 832h-256v-64h256v64zM832 704h-640v-511.886c0.034-0.040 0.076-0.082 0.114-0.114h639.77c0.040 0.034 0.082 0.076 0.116 0.116v511.884z"],"isMulticolor":false,"isMulticolor2":false,"tags":["laptop"],"defaultCode":59735,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":88,"order":92,"ligatures":"","prevSize":32,"name":"laptop","code":59736},"setIdx":0,"setId":0,"iconIdx":88},{"icon":{"paths":["M736 0h-448c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h448c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 48h256v32h-256v-32zM512 960c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64zM768 768h-512v-640h512v640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mobile"],"defaultCode":59736,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":89,"order":93,"ligatures":"","prevSize":32,"name":"mobile","code":59737},"setIdx":0,"setId":0,"iconIdx":89},{"icon":{"paths":["M768 0h-576c-35.2 0-64 28.798-64 64v896c0 35.2 28.798 64 64 64h576c35.2 0 64-28.8 64-64v-896c0-35.202-28.8-64-64-64zM480 977.782c-27.492 0-49.782-22.29-49.782-49.782s22.29-49.782 49.782-49.782 49.782 22.29 49.782 49.782-22.29 49.782-49.782 49.782zM768 832h-576v-704h576v704z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mobile2"],"defaultCode":59737,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":90,"order":94,"ligatures":"","prevSize":32,"name":"mobile2","code":59738},"setIdx":0,"setId":0,"iconIdx":90},{"icon":{"paths":["M800 0h-640c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h640c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM480 992c-17.672 0-32-14.326-32-32s14.328-32 32-32 32 14.326 32 32-14.328 32-32 32zM768 896h-576v-768h576v768z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tablet"],"defaultCode":59738,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":91,"order":95,"ligatures":"","prevSize":32,"name":"tablet","code":59739},"setIdx":0,"setId":0,"iconIdx":91},{"icon":{"paths":["M981.188 288.108c-88.808-12.768-183.382-22.016-282.076-27.22l164.888-164.888-64-64-224.558 224.556c-21.006-0.368-42.156-0.556-63.442-0.556v0l-256-256-64 64 194.196 194.196c-120.922 4.242-236.338 14.524-343.386 29.912-27.532 107.726-42.81 226.752-42.81 351.892s15.278 244.166 42.804 351.89c143.642 20.652 302.34 32.11 469.196 32.11s325.55-11.458 469.188-32.11c27.534-107.724 42.812-226.75 42.812-351.89s-15.278-244.166-42.812-351.892zM863.892 874.594c-107.73 13.766-226.75 21.406-351.892 21.406s-244.166-7.64-351.892-21.406c-20.648-71.816-32.108-151.166-32.108-234.594 0-83.43 11.458-162.78 32.108-234.596 107.726-13.766 226.75-21.404 351.892-21.404 125.136 0 244.162 7.638 351.886 21.404 20.656 71.816 32.114 151.166 32.114 234.596 0 83.428-11.458 162.778-32.108 234.594z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tv"],"defaultCode":59739,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":92,"order":96,"ligatures":"","prevSize":32,"name":"tv","code":59740},"setIdx":0,"setId":0,"iconIdx":92},{"icon":{"paths":["M1016.988 652.010l-256-320c-6.074-7.592-15.266-12.010-24.988-12.010h-448c-9.72 0-18.916 4.418-24.988 12.010l-256 320c-4.538 5.674-7.012 12.724-7.012 19.99v288c0 35.346 28.654 64 64 64h896c35.348 0 64-28.654 64-64v-288c0-7.266-2.472-14.316-7.012-19.99zM960 704h-224l-128 128h-192l-128-128h-224v-20.776l239.38-299.224h417.24l239.38 299.224v20.776zM736 512h-448c-17.672 0-32-14.328-32-32s14.328-32 32-32h448c17.674 0 32 14.328 32 32s-14.326 32-32 32zM800 640h-576c-17.672 0-32-14.326-32-32s14.328-32 32-32h576c17.674 0 32 14.326 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["drawer"],"defaultCode":59740,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":93,"order":97,"ligatures":"","prevSize":32,"name":"drawer","code":59741},"setIdx":0,"setId":0,"iconIdx":93},{"icon":{"paths":["M1016.988 652.010l-256-320c-6.074-7.592-15.266-12.010-24.988-12.010h-448c-9.72 0-18.916 4.418-24.988 12.010l-256 320c-4.538 5.674-7.012 12.724-7.012 19.99v288c0 35.346 28.654 64 64 64h896c35.348 0 64-28.654 64-64v-288c0-7.266-2.472-14.316-7.012-19.99zM960 704h-224l-128 128h-192l-128-128h-224v-20.776l239.38-299.224h417.24l239.38 299.224v20.776z"],"isMulticolor":false,"isMulticolor2":false,"tags":["drawer2"],"defaultCode":59741,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":94,"order":98,"ligatures":"","prevSize":32,"name":"drawer2","code":59742},"setIdx":0,"setId":0,"iconIdx":94},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"],"isMulticolor":false,"isMulticolor2":false,"tags":["box-add"],"defaultCode":59742,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":95,"order":99,"ligatures":"","prevSize":32,"name":"box-add","code":59743},"setIdx":0,"setId":0,"iconIdx":95},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM640 640v192h-256v-192h-192l320-256 320 256h-192zM154.51 192l64-64h586.976l64 64h-714.976z"],"isMulticolor":false,"isMulticolor2":false,"tags":["box-remove"],"defaultCode":59743,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":96,"order":100,"ligatures":"","prevSize":32,"name":"box-remove","code":59744},"setIdx":0,"setId":0,"iconIdx":96},{"icon":{"paths":["M512 576l256-256h-192v-256h-128v256h-192zM744.726 471.272l-71.74 71.742 260.080 96.986-421.066 157.018-421.066-157.018 260.080-96.986-71.742-71.742-279.272 104.728v256l512 192 512-192v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download"],"defaultCode":59744,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":97,"order":101,"ligatures":"","prevSize":32,"name":"download","code":59745},"setIdx":0,"setId":0,"iconIdx":97},{"icon":{"paths":["M448 576h128v-256h192l-256-256-256 256h192zM640 432v98.712l293.066 109.288-421.066 157.018-421.066-157.018 293.066-109.288v-98.712l-384 144v256l512 192 512-192v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload"],"defaultCode":59745,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":98,"order":102,"ligatures":"","prevSize":32,"name":"upload","code":59746},"setIdx":0,"setId":0,"iconIdx":98},{"icon":{"paths":["M896 0h-896v1024h1024v-896l-128-128zM512 128h128v256h-128v-256zM896 896h-768v-768h64v320h576v-320h74.978l53.022 53.018v714.982z"],"isMulticolor":false,"isMulticolor2":false,"tags":["floppy-disk"],"defaultCode":59746,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":99,"order":103,"ligatures":"","prevSize":32,"name":"floppy-disk","code":59747},"setIdx":0,"setId":0,"iconIdx":99},{"icon":{"paths":["M192 896h640c106.038 0 192-85.96 192-192h-1024c0 106.040 85.962 192 192 192zM832 768h64v64h-64v-64zM960 128h-896l-64 512h1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["drive"],"defaultCode":59747,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":100,"order":104,"ligatures":"","prevSize":32,"name":"drive","code":59748},"setIdx":0,"setId":0,"iconIdx":100},{"icon":{"paths":["M512 0c-282.77 0-512 71.634-512 160v128c0 88.366 229.23 160 512 160s512-71.634 512-160v-128c0-88.366-229.23-160-512-160zM512 544c-282.77 0-512-71.634-512-160v192c0 88.366 229.23 160 512 160s512-71.634 512-160v-192c0 88.366-229.23 160-512 160zM512 832c-282.77 0-512-71.634-512-160v192c0 88.366 229.23 160 512 160s512-71.634 512-160v-192c0 88.366-229.23 160-512 160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["database"],"defaultCode":59748,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":101,"order":105,"ligatures":"","prevSize":32,"name":"database","code":59749},"setIdx":0,"setId":0,"iconIdx":101},{"icon":{"paths":["M512 64c-141.384 0-269.376 57.32-362.032 149.978l-149.968-149.978v384h384l-143.532-143.522c69.496-69.492 165.492-112.478 271.532-112.478 212.068 0 384 171.924 384 384 0 114.696-50.292 217.636-130.018 288l84.666 96c106.302-93.816 173.352-231.076 173.352-384 0-282.77-229.23-512-512-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["undo"],"defaultCode":59749,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":102,"order":106,"ligatures":"","prevSize":32,"name":"undo","code":59750},"setIdx":0,"setId":0,"iconIdx":102},{"icon":{"paths":["M0 576c0 152.924 67.048 290.184 173.35 384l84.666-96c-79.726-70.364-130.016-173.304-130.016-288 0-212.076 171.93-384 384-384 106.042 0 202.038 42.986 271.53 112.478l-143.53 143.522h384v-384l-149.97 149.978c-92.654-92.658-220.644-149.978-362.030-149.978-282.77 0-512 229.23-512 512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["redo"],"defaultCode":59750,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":103,"order":107,"ligatures":"","prevSize":32,"name":"redo","code":59751},"setIdx":0,"setId":0,"iconIdx":103},{"icon":{"paths":["M761.862 1024c113.726-206.032 132.888-520.306-313.862-509.824v253.824l-384-384 384-384v248.372c534.962-13.942 594.57 472.214 313.862 775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["undo2"],"defaultCode":59751,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":104,"order":108,"ligatures":"","prevSize":32,"name":"undo2","code":59752},"setIdx":0,"setId":0,"iconIdx":104},{"icon":{"paths":["M576 248.372v-248.372l384 384-384 384v-253.824c-446.75-10.482-427.588 303.792-313.86 509.824-280.712-303.414-221.1-789.57 313.86-775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["redo2"],"defaultCode":59752,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":105,"order":109,"ligatures":"","prevSize":32,"name":"redo2","code":59753},"setIdx":0,"setId":0,"iconIdx":105},{"icon":{"paths":["M262.14 0c-113.728 206.032-132.89 520.304 313.86 509.824v-253.824l384 384-384 384v-248.372c-534.96 13.942-594.572-472.214-313.86-775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["forward"],"defaultCode":59753,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":106,"order":110,"ligatures":"","prevSize":32,"name":"forward","code":59754},"setIdx":0,"setId":0,"iconIdx":106},{"icon":{"paths":["M448 775.628v248.372l-384-384 384-384v253.824c446.75 10.48 427.588-303.792 313.862-509.824 280.71 303.414 221.1 789.57-313.862 775.628z"],"isMulticolor":false,"isMulticolor2":false,"tags":["reply"],"defaultCode":59754,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":107,"order":111,"ligatures":"","prevSize":32,"name":"reply","code":59755},"setIdx":0,"setId":0,"iconIdx":107},{"icon":{"paths":["M512 64c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bubble"],"defaultCode":59755,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":108,"order":112,"ligatures":"","prevSize":32,"name":"bubble","code":59756},"setIdx":0,"setId":0,"iconIdx":108},{"icon":{"paths":["M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52-49.182-21.92-103.586-33.52-159.836-33.52-95.56 0-185.816 33.446-254.138 94.178-70.846 62.972-109.862 147.434-109.862 237.822 0 44.672 9.544 87.888 27.736 127.788-5.228 0.126-10.468 0.212-15.736 0.212-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles"],"defaultCode":59756,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":109,"order":113,"ligatures":"","prevSize":32,"name":"bubbles","code":59757},"setIdx":0,"setId":0,"iconIdx":109},{"icon":{"paths":["M480 0v0c265.096 0 480 173.914 480 388.448s-214.904 388.448-480 388.448c-25.458 0-50.446-1.62-74.834-4.71-103.106 102.694-222.172 121.108-341.166 123.814v-25.134c64.252-31.354 116-88.466 116-153.734 0-9.106-0.712-18.048-2.030-26.794-108.558-71.214-177.97-179.988-177.97-301.89 0-214.534 214.904-388.448 480-388.448zM996 870.686c0 55.942 36.314 104.898 92 131.772v21.542c-103.126-2.318-197.786-18.102-287.142-106.126-21.14 2.65-42.794 4.040-64.858 4.040-95.47 0-183.408-25.758-253.614-69.040 144.674-0.506 281.26-46.854 384.834-130.672 52.208-42.252 93.394-91.826 122.414-147.348 30.766-58.866 46.366-121.582 46.366-186.406 0-10.448-0.45-20.836-1.258-31.168 72.57 59.934 117.258 141.622 117.258 231.676 0 104.488-60.158 197.722-154.24 258.764-1.142 7.496-1.76 15.16-1.76 22.966z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles2"],"defaultCode":59757,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":110,"order":114,"ligatures":"","prevSize":32,"name":"bubbles2","code":59758},"setIdx":0,"setId":0,"iconIdx":110},{"icon":{"paths":["M512 192c-54.932 0-107.988 8.662-157.694 25.742-46.712 16.054-88.306 38.744-123.628 67.444-66.214 53.798-102.678 122.984-102.678 194.814 0 40.298 11.188 79.378 33.252 116.152 22.752 37.92 56.982 72.586 98.988 100.252 30.356 19.992 50.78 51.948 56.176 87.894 1.8 11.984 2.928 24.088 3.37 36.124 7.47-6.194 14.75-12.846 21.88-19.976 24.154-24.152 56.78-37.49 90.502-37.49 5.368 0 10.762 0.336 16.156 1.024 20.974 2.666 42.398 4.020 63.676 4.020 54.934 0 107.988-8.66 157.694-25.742 46.712-16.054 88.306-38.744 123.628-67.444 66.214-53.796 102.678-122.984 102.678-194.814s-36.464-141.016-102.678-194.814c-35.322-28.698-76.916-51.39-123.628-67.444-49.706-17.080-102.76-25.742-157.694-25.742zM512 64v0c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bubble2"],"defaultCode":59758,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":111,"order":115,"ligatures":"","prevSize":32,"name":"bubble2","code":59759},"setIdx":0,"setId":0,"iconIdx":111},{"icon":{"paths":["M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM230.678 221.186c-66.214 53.798-102.678 122.984-102.678 194.814 0 40.298 11.188 79.378 33.252 116.15 22.752 37.92 56.982 72.586 98.988 100.252 30.356 19.992 50.78 51.948 56.176 87.894 1.8 11.984 2.928 24.088 3.37 36.124 7.47-6.194 14.75-12.846 21.88-19.976 24.154-24.152 56.78-37.49 90.502-37.49 5.368 0 10.762 0.336 16.156 1.024 20.948 2.662 42.344 4.016 63.594 4.020v128c-27.128-0.002-53.754-1.738-79.742-5.042-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416 278.458 0 504.992 180.614 511.836 405.52-41.096-18.316-85.84-29.422-132.262-32.578-11.53-56.068-45.402-108.816-98.252-151.756-35.322-28.698-76.916-51.39-123.628-67.444-49.706-17.080-102.76-25.742-157.694-25.742-54.932 0-107.988 8.662-157.694 25.742-46.712 16.054-88.306 38.744-123.628 67.444z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles3"],"defaultCode":59759,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":112,"order":116,"ligatures":"","prevSize":32,"name":"bubbles3","code":59760},"setIdx":0,"setId":0,"iconIdx":112},{"icon":{"paths":["M480 128c-50.666 0-99.582 7.95-145.386 23.628-42.924 14.694-81.114 35.436-113.502 61.646-60.044 48.59-93.112 110.802-93.112 175.174 0 35.99 10.066 70.948 29.92 103.898 20.686 34.34 51.898 65.794 90.26 90.958 30.44 19.968 50.936 51.952 56.362 87.95 0.902 5.99 1.63 12.006 2.18 18.032 2.722-2.52 5.424-5.114 8.114-7.794 24.138-24.040 56.688-37.312 90.322-37.312 5.348 0 10.718 0.336 16.094 1.018 19.36 2.452 39.124 3.696 58.748 3.696 50.666 0 99.58-7.948 145.384-23.628 42.926-14.692 81.116-35.434 113.504-61.644 60.046-48.59 93.112-110.802 93.112-175.174s-33.066-126.582-93.112-175.174c-32.388-26.212-70.578-46.952-113.504-61.646-45.804-15.678-94.718-23.628-145.384-23.628zM480 0v0c265.096 0 480 173.914 480 388.448s-214.904 388.448-480 388.448c-25.458 0-50.446-1.62-74.834-4.71-103.106 102.694-222.172 121.108-341.166 123.814v-25.134c64.252-31.354 116-88.466 116-153.734 0-9.106-0.712-18.048-2.030-26.794-108.558-71.214-177.97-179.988-177.97-301.89 0-214.534 214.904-388.448 480-388.448zM996 870.686c0 55.942 36.314 104.898 92 131.772v21.542c-103.126-2.318-197.786-18.102-287.142-106.126-21.14 2.65-42.794 4.040-64.858 4.040-95.47 0-183.408-25.758-253.614-69.040 144.674-0.506 281.26-46.854 384.834-130.672 52.208-42.252 93.394-91.826 122.414-147.348 30.766-58.866 46.366-121.582 46.366-186.406 0-10.448-0.45-20.836-1.258-31.168 72.57 59.934 117.258 141.622 117.258 231.676 0 104.488-60.158 197.722-154.24 258.764-1.142 7.496-1.76 15.16-1.76 22.966z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles4"],"defaultCode":59760,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":113,"order":117,"ligatures":"","prevSize":32,"name":"bubbles4","code":59761},"setIdx":0,"setId":0,"iconIdx":113},{"icon":{"paths":["M576 706.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user"],"defaultCode":59761,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":114,"order":118,"ligatures":"","prevSize":32,"name":"user","code":59762},"setIdx":0,"setId":0,"iconIdx":114},{"icon":{"paths":["M768 770.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388zM327.196 795.328c55.31-36.15 124.080-63.636 199.788-80.414-15.054-17.784-28.708-37.622-40.492-59.020-30.414-55.234-46.492-116.058-46.492-175.894 0-86.042 0-167.31 30.6-233.762 29.706-64.504 83.128-104.496 159.222-119.488-16.914-76.48-61.94-126.75-181.822-126.75-192 0-192 128.942-192 288 0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h279.006c14.518-12.91 30.596-25.172 48.19-36.672z"],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["users"],"defaultCode":59762,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":115,"order":119,"ligatures":"","prevSize":32,"name":"users","code":59763},"setIdx":0,"setId":0,"iconIdx":115},{"icon":{"paths":["M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96zM736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-plus"],"defaultCode":59763,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":116,"order":120,"ligatures":"","prevSize":32,"name":"user-plus","code":59764},"setIdx":0,"setId":0,"iconIdx":116},{"icon":{"paths":["M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96zM736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-320v-64h320v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-minus"],"defaultCode":59764,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":117,"order":121,"ligatures":"","prevSize":32,"name":"user-minus","code":59765},"setIdx":0,"setId":0,"iconIdx":117},{"icon":{"paths":["M960 608l-288 288-96-96-64 64 160 160 352-352zM448 768h320v-115.128c-67.22-39.2-156.308-66.11-256-74.26v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h448v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-check"],"defaultCode":59765,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":118,"order":122,"ligatures":"","prevSize":32,"name":"user-check","code":59766},"setIdx":0,"setId":0,"iconIdx":118},{"icon":{"paths":["M320 192c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192s-192-85.961-192-192zM768.078 448h-35.424l-199.104 404.244 74.45-372.244-96-96-96 96 74.45 372.244-199.102-404.244h-35.424c-127.924 0-127.924 85.986-127.924 192v320h768v-320c0-106.014 0-192-127.922-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user-tie"],"defaultCode":59766,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":119,"order":123,"ligatures":"","prevSize":32,"name":"user-tie","code":59767},"setIdx":0,"setId":0,"iconIdx":119},{"icon":{"paths":["M225 448c123.712 0 224 100.29 224 224 0 123.712-100.288 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.634 11.636-22.252 24.016-31.83 37.020 11.438-1.8 23.16-2.746 35.104-2.746zM801 448c123.71 0 224 100.29 224 224 0 123.712-100.29 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.636 11.636-22.254 24.016-31.832 37.020 11.44-1.8 23.16-2.746 35.106-2.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quotes-left"],"defaultCode":59767,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":120,"order":124,"ligatures":"","prevSize":32,"name":"quotes-left","code":59768},"setIdx":0,"setId":0,"iconIdx":120},{"icon":{"paths":["M800 640c-123.712 0-224-100.29-224-224 0-123.712 100.288-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.634-11.636 22.252-24.016 31.83-37.020-11.438 1.8-23.16 2.746-35.104 2.746zM224 640c-123.71 0-224-100.29-224-224 0-123.712 100.29-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.636-11.636 22.254-24.016 31.832-37.020-11.44 1.8-23.16 2.746-35.106 2.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quotes-right"],"defaultCode":59768,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":121,"order":125,"ligatures":"","prevSize":32,"name":"quotes-right","code":59769},"setIdx":0,"setId":0,"iconIdx":121},{"icon":{"paths":["M728.992 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64h-889.042c-2.29 20.968-3.48 42.326-3.48 64 0 192.792 93.254 360.666 231.006 448-137.752 87.334-231.006 255.208-231.006 448 0 21.676 1.19 43.034 3.478 64h889.042c2.288-20.966 3.478-42.324 3.478-64 0.002-192.792-93.252-360.666-231.006-448zM160 960c0-186.912 80.162-345.414 224-397.708v-100.586c-143.838-52.29-224-210.792-224-397.706v0h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zM619.626 669.594c-71.654-40.644-75.608-93.368-75.626-125.366v-64.228c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336h-409.582c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366v64.228c0 31.992-3.804 84.914-75.744 125.664-72.622 42.18-126.738 125.684-143.090 226.336h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hour-glass"],"defaultCode":59769,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":122,"order":126,"ligatures":"","prevSize":32,"name":"hour-glass","code":59770},"setIdx":0,"setId":0,"iconIdx":122},{"icon":{"paths":["M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM655.53 240.47c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM832 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM719.53 783.53c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM448.002 896c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM176.472 783.53c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM144.472 240.47c0 0 0 0 0 0 0-53.019 42.981-96 96-96s96 42.981 96 96c0 0 0 0 0 0 0 53.019-42.981 96-96 96s-96-42.981-96-96zM56 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72s-72-32.235-72-72z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner"],"defaultCode":59770,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":123,"order":127,"ligatures":"","prevSize":32,"name":"spinner","code":59771},"setIdx":0,"setId":0,"iconIdx":123},{"icon":{"paths":["M1024 512c-1.278-66.862-15.784-133.516-42.576-194.462-26.704-61-65.462-116.258-113.042-161.92-47.552-45.696-103.944-81.82-164.984-105.652-61.004-23.924-126.596-35.352-191.398-33.966-64.81 1.282-129.332 15.374-188.334 41.356-59.048 25.896-112.542 63.47-156.734 109.576-44.224 46.082-79.16 100.708-102.186 159.798-23.114 59.062-34.128 122.52-32.746 185.27 1.286 62.76 14.964 125.148 40.134 182.206 25.088 57.1 61.476 108.828 106.11 151.548 44.61 42.754 97.472 76.504 154.614 98.72 57.118 22.304 118.446 32.902 179.142 31.526 60.708-1.29 120.962-14.554 176.076-38.914 55.15-24.282 105.116-59.48 146.366-102.644 41.282-43.14 73.844-94.236 95.254-149.43 13.034-33.458 21.88-68.4 26.542-103.798 1.246 0.072 2.498 0.12 3.762 0.12 35.346 0 64-28.652 64-64 0-1.796-0.094-3.572-0.238-5.332h0.238zM922.306 681.948c-23.472 53.202-57.484 101.4-99.178 141.18-41.67 39.81-91 71.186-144.244 91.79-53.228 20.678-110.29 30.452-166.884 29.082-56.604-1.298-112.596-13.736-163.82-36.474-51.25-22.666-97.684-55.49-135.994-95.712-38.338-40.198-68.528-87.764-88.322-139.058-19.87-51.284-29.228-106.214-27.864-160.756 1.302-54.552 13.328-108.412 35.254-157.69 21.858-49.3 53.498-93.97 92.246-130.81 38.73-36.868 84.53-65.87 133.874-84.856 49.338-19.060 102.136-28.006 154.626-26.644 52.5 1.306 104.228 12.918 151.562 34.034 47.352 21.050 90.256 51.502 125.624 88.782 35.396 37.258 63.21 81.294 81.39 128.688 18.248 47.392 26.782 98.058 25.424 148.496h0.238c-0.144 1.76-0.238 3.536-0.238 5.332 0 33.012 24.992 60.174 57.086 63.624-6.224 34.822-16.53 68.818-30.78 100.992z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner2"],"defaultCode":59771,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":124,"order":128,"ligatures":"","prevSize":32,"name":"spinner2","code":59772},"setIdx":0,"setId":0,"iconIdx":124},{"icon":{"paths":["M512 303.096c-32.964 0-59.686-26.724-59.686-59.686v-179.060c0-32.964 26.722-59.686 59.686-59.686 32.962 0 59.688 26.722 59.688 59.686v179.060c0 32.964-26.726 59.686-59.688 59.686zM512 996.956c-20.602 0-37.304-16.702-37.304-37.304v-179.060c0-20.602 16.702-37.304 37.304-37.304 20.604 0 37.304 16.704 37.304 37.304v179.060c0 20.602-16.7 37.304-37.304 37.304zM377.756 335.36c-19.34 0-38.146-10.034-48.512-27.988l-89.53-155.070c-15.452-26.764-6.282-60.986 20.482-76.438 26.762-15.45 60.986-6.284 76.438 20.482l89.53 155.072c15.452 26.764 6.282 60.986-20.482 76.438-8.81 5.084-18.432 7.504-27.926 7.504zM735.856 933.256c-11.602 0-22.886-6.022-29.108-16.792l-89.53-155.070c-9.27-16.056-3.77-36.592 12.29-45.864 16.056-9.264 36.59-3.77 45.864 12.292l89.532 155.068c9.27 16.058 3.768 36.592-12.292 45.864-5.286 3.048-11.060 4.502-16.756 4.502zM279.344 429.94c-8.86 0-17.838-2.256-26.064-7.006l-155.072-89.53c-24.978-14.422-33.538-46.362-19.116-71.342 14.42-24.978 46.364-33.538 71.342-19.116l155.070 89.53c24.98 14.422 33.538 46.362 19.116 71.34-9.668 16.756-27.226 26.124-45.276 26.124zM899.648 765.674c-5.064 0-10.196-1.29-14.894-4.004l-155.068-89.53c-14.274-8.24-19.164-26.494-10.924-40.768 8.242-14.276 26.496-19.166 40.766-10.924l155.070 89.532c14.274 8.24 19.164 26.492 10.924 40.766-5.53 9.574-15.562 14.928-25.874 14.928zM243.41 560.496h-179.060c-26.784 0-48.496-21.712-48.496-48.496s21.712-48.496 48.496-48.496h179.060c26.784 0 48.496 21.712 48.496 48.496s-21.712 48.496-48.496 48.496zM959.65 541.844c-0.002 0 0 0 0 0h-179.060c-16.482-0.002-29.844-13.364-29.844-29.844s13.364-29.844 29.844-29.844c0.002 0 0 0 0 0h179.060c16.482 0 29.844 13.362 29.844 29.844 0 16.48-13.364 29.844-29.844 29.844zM124.366 780.598c-15.472 0-30.518-8.028-38.81-22.39-12.362-21.41-5.026-48.79 16.384-61.148l155.072-89.532c21.41-12.368 48.79-5.028 61.15 16.384 12.362 21.412 5.026 48.79-16.384 61.15l-155.072 89.53c-7.050 4.070-14.748 6.006-22.34 6.006zM744.632 407.552c-10.314 0-20.346-5.352-25.874-14.926-8.24-14.274-3.35-32.526 10.924-40.768l155.070-89.528c14.272-8.236 32.526-3.352 40.768 10.922 8.24 14.274 3.35 32.526-10.924 40.768l-155.070 89.528c-4.7 2.714-9.83 4.004-14.894 4.004zM288.136 940.716c-6.962 0-14.016-1.774-20.48-5.504-19.626-11.332-26.35-36.428-15.020-56.054l89.53-155.070c11.33-19.628 36.426-26.352 56.054-15.022 19.626 11.332 26.35 36.43 15.020 56.054l-89.53 155.072c-7.598 13.166-21.392 20.524-35.574 20.524zM646.266 309.242c-5.062 0-10.196-1.29-14.894-4.002-14.274-8.242-19.164-26.494-10.924-40.766l89.534-155.070c8.24-14.274 26.492-19.166 40.766-10.922 14.274 8.242 19.164 26.494 10.924 40.766l-89.532 155.070c-5.53 9.57-15.56 14.924-25.874 14.924z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner3"],"defaultCode":59772,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":125,"order":129,"ligatures":"","prevSize":32,"name":"spinner3","code":59773},"setIdx":0,"setId":0,"iconIdx":125},{"icon":{"paths":["M192 512c0-12.18 0.704-24.196 2.030-36.022l-184.98-60.104c-5.916 31.14-9.050 63.264-9.050 96.126 0 147.23 62.166 279.922 161.654 373.324l114.284-157.296c-52.124-56.926-83.938-132.758-83.938-216.028zM832 512c0 83.268-31.812 159.102-83.938 216.028l114.284 157.296c99.488-93.402 161.654-226.094 161.654-373.324 0-32.862-3.132-64.986-9.048-96.126l-184.98 60.104c1.324 11.828 2.028 23.842 2.028 36.022zM576 198.408c91.934 18.662 169.544 76.742 214.45 155.826l184.978-60.102c-73.196-155.42-222.24-268.060-399.428-290.156v194.432zM233.55 354.232c44.906-79.084 122.516-137.164 214.45-155.826v-194.43c-177.188 22.096-326.23 134.736-399.426 290.154l184.976 60.102zM644.556 803.328c-40.39 18.408-85.272 28.672-132.556 28.672s-92.166-10.264-132.554-28.67l-114.292 157.31c73.206 40.366 157.336 63.36 246.846 63.36s173.64-22.994 246.848-63.36l-114.292-157.312z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner4"],"defaultCode":59773,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":126,"order":130,"ligatures":"","prevSize":32,"name":"spinner4","code":59774},"setIdx":0,"setId":0,"iconIdx":126},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 256c141.384 0 256 114.616 256 256s-114.616 256-256 256-256-114.616-256-256 114.616-256 256-256zM817.47 817.47c-81.594 81.594-190.080 126.53-305.47 126.53-115.392 0-223.876-44.936-305.47-126.53s-126.53-190.078-126.53-305.47c0-115.39 44.936-223.876 126.53-305.47l67.882 67.882c0 0 0 0 0 0-131.006 131.006-131.006 344.17 0 475.176 63.462 63.462 147.838 98.412 237.588 98.412 89.748 0 174.124-34.95 237.588-98.412 131.006-131.006 131.006-344.168 0-475.176l67.882-67.882c81.594 81.594 126.53 190.080 126.53 305.47 0 115.392-44.936 223.876-126.53 305.47z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner5"],"defaultCode":59774,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":127,"order":131,"ligatures":"","prevSize":32,"name":"spinner5","code":59775},"setIdx":0,"setId":0,"iconIdx":127},{"icon":{"paths":["M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM790.994 512c0 0 0 0 0 0 0-57.993 47.013-105.006 105.006-105.006s105.006 47.013 105.006 105.006c0 0 0 0 0 0 0 57.993-47.013 105.006-105.006 105.006s-105.006-47.013-105.006-105.006zM688.424 783.53c0-52.526 42.58-95.106 95.106-95.106s95.106 42.58 95.106 95.106c0 52.526-42.58 95.106-95.106 95.106s-95.106-42.58-95.106-95.106zM425.862 896c0-47.573 38.565-86.138 86.138-86.138s86.138 38.565 86.138 86.138c0 47.573-38.565 86.138-86.138 86.138s-86.138-38.565-86.138-86.138zM162.454 783.53c0-43.088 34.93-78.018 78.018-78.018s78.018 34.93 78.018 78.018c0 43.088-34.93 78.018-78.018 78.018s-78.018-34.93-78.018-78.018zM57.338 512c0-39.026 31.636-70.662 70.662-70.662s70.662 31.636 70.662 70.662c0 39.026-31.636 70.662-70.662 70.662s-70.662-31.636-70.662-70.662zM176.472 240.472c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM899.464 240.472c0 64.024-51.906 115.934-115.936 115.934-64.024 0-115.936-51.91-115.936-115.934 0-64.032 51.912-115.934 115.936-115.934 64.030 0 115.936 51.902 115.936 115.934z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner6"],"defaultCode":59775,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":128,"order":132,"ligatures":"","prevSize":32,"name":"spinner6","code":59776},"setIdx":0,"setId":0,"iconIdx":128},{"icon":{"paths":["M416 928c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM0 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM832 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM121.844 217.844c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM710.156 806.156c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM121.844 806.156c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM710.156 217.844c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner7"],"defaultCode":59776,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":129,"order":133,"ligatures":"","prevSize":32,"name":"spinner7","code":59777},"setIdx":0,"setId":0,"iconIdx":129},{"icon":{"paths":["M512 1024c-136.76 0-265.334-53.258-362.040-149.96-96.702-96.706-149.96-225.28-149.96-362.040 0-96.838 27.182-191.134 78.606-272.692 50-79.296 120.664-143.372 204.356-185.3l43 85.832c-68.038 34.084-125.492 86.186-166.15 150.67-41.746 66.208-63.812 142.798-63.812 221.49 0 229.382 186.618 416 416 416s416-186.618 416-416c0-78.692-22.066-155.282-63.81-221.49-40.66-64.484-98.114-116.584-166.15-150.67l43-85.832c83.692 41.928 154.358 106.004 204.356 185.3 51.422 81.558 78.604 175.854 78.604 272.692 0 136.76-53.258 265.334-149.96 362.040-96.706 96.702-225.28 149.96-362.040 149.96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner8"],"defaultCode":59777,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":130,"order":134,"ligatures":"","prevSize":32,"name":"spinner8","code":59778},"setIdx":0,"setId":0,"iconIdx":130},{"icon":{"paths":["M512 0c-278.748 0-505.458 222.762-511.848 499.974 5.92-241.864 189.832-435.974 415.848-435.974 229.75 0 416 200.576 416 448 0 53.020 42.98 96 96 96s96-42.98 96-96c0-282.77-229.23-512-512-512zM512 1024c278.748 0 505.458-222.762 511.848-499.974-5.92 241.864-189.832 435.974-415.848 435.974-229.75 0-416-200.576-416-448 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 282.77 229.23 512 512 512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner9"],"defaultCode":59778,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":131,"order":135,"ligatures":"","prevSize":32,"name":"spinner9","code":59779},"setIdx":0,"setId":0,"iconIdx":131},{"icon":{"paths":["M0.042 513.618l-0.022 0.004c0 0 0.012 0.090 0.028 0.222 0.11 3.878 0.55 7.676 1.322 11.352 0.204 1.746 0.428 3.66 0.674 5.774 0.222 1.886 0.46 3.914 0.718 6.078 0.374 2.566 0.77 5.292 1.19 8.176 0.856 5.746 1.8 12.124 2.908 18.958 1.348 6.446 2.804 13.414 4.364 20.864 0.71 3.718 1.776 7.504 2.786 11.406 1.024 3.89 2.078 7.894 3.16 12.004 0.566 2.042 1.040 4.132 1.708 6.208 0.656 2.074 1.32 4.176 1.988 6.3 1.348 4.234 2.726 8.566 4.136 12.988 0.352 1.106 0.708 2.21 1.064 3.324 0.408 1.102 0.814 2.208 1.226 3.316 0.826 2.218 1.658 4.458 2.502 6.714 1.696 4.496 3.422 9.078 5.18 13.742 1.968 4.566 3.97 9.214 6.004 13.934 1.018 2.348 2.044 4.714 3.078 7.098 1.048 2.376 2.27 4.704 3.408 7.074 2.322 4.714 4.678 9.496 7.062 14.332 2.47 4.786 5.208 9.512 7.846 14.328 1.336 2.398 2.68 4.808 4.028 7.23 1.368 2.41 2.902 4.75 4.356 7.14 2.95 4.738 5.93 9.524 8.934 14.348 12.64 18.894 26.676 37.566 42.21 55.278 15.712 17.578 32.726 34.25 50.692 49.602 18.18 15.136 37.264 28.902 56.726 41.114 19.604 12.036 39.644 22.312 59.376 31.144 5.004 2.040 9.964 4.062 14.878 6.066 2.462 0.972 4.868 2.032 7.336 2.918 2.47 0.868 4.93 1.734 7.376 2.594 4.898 1.684 9.678 3.468 14.484 4.992 4.832 1.43 9.604 2.844 14.312 4.242 2.356 0.672 4.66 1.426 7.004 2.012 2.346 0.574 4.676 1.14 6.986 1.704 4.606 1.118 9.142 2.214 13.604 3.296 4.5 0.868 8.926 1.722 13.27 2.558 2.166 0.41 4.31 0.82 6.434 1.222 1.062 0.2 2.118 0.398 3.166 0.598 1.060 0.148 2.118 0.292 3.166 0.442 4.192 0.582 8.292 1.152 12.3 1.71 1.998 0.274 3.972 0.546 5.922 0.816 1.946 0.286 3.904 0.378 5.814 0.57 3.822 0.336 7.544 0.664 11.164 0.98 3.616 0.304 7.104 0.688 10.526 0.738 0.23 0.008 0.452 0.016 0.682 0.026 0.614 34.812 29.008 62.846 63.968 62.846 0.542 0 1.080-0.028 1.62-0.042v0.022c0 0 0.090-0.012 0.224-0.028 3.878-0.11 7.674-0.55 11.35-1.322 1.748-0.204 3.662-0.426 5.776-0.672 1.884-0.222 3.912-0.462 6.076-0.718 2.566-0.376 5.292-0.772 8.176-1.192 5.746-0.856 12.124-1.8 18.958-2.908 6.446-1.348 13.414-2.804 20.864-4.362 3.718-0.712 7.504-1.778 11.406-2.786 3.892-1.026 7.894-2.080 12.004-3.162 2.044-0.566 4.132-1.040 6.208-1.708 2.074-0.656 4.174-1.318 6.3-1.988 4.232-1.348 8.564-2.726 12.988-4.134 1.104-0.354 2.21-0.708 3.324-1.066 1.1-0.406 2.206-0.814 3.316-1.226 2.216-0.824 4.456-1.658 6.714-2.5 4.496-1.698 9.078-3.424 13.74-5.182 4.568-1.968 9.216-3.97 13.936-6.004 2.348-1.018 4.714-2.044 7.098-3.078 2.376-1.048 4.702-2.27 7.074-3.408 4.714-2.322 9.494-4.678 14.33-7.062 4.786-2.47 9.512-5.208 14.328-7.846 2.398-1.336 4.808-2.678 7.23-4.028 2.41-1.366 4.75-2.9 7.14-4.354 4.738-2.952 9.524-5.93 14.35-8.936 18.89-12.64 37.564-26.674 55.278-42.21 17.574-15.712 34.248-32.726 49.602-50.69 15.136-18.182 28.902-37.264 41.112-56.728 12.036-19.602 22.314-39.644 31.142-59.376 2.042-5.002 4.062-9.964 6.068-14.878 0.974-2.462 2.032-4.868 2.918-7.334 0.87-2.472 1.732-4.932 2.592-7.376 1.686-4.898 3.468-9.678 4.994-14.484 1.432-4.832 2.846-9.604 4.24-14.31 0.674-2.358 1.43-4.66 2.016-7.004 0.57-2.348 1.138-4.676 1.702-6.988 1.118-4.606 2.216-9.14 3.296-13.602 0.868-4.502 1.72-8.928 2.558-13.272 0.41-2.164 0.818-4.308 1.222-6.434 0.2-1.060 0.398-2.116 0.596-3.164 0.148-1.062 0.296-2.118 0.444-3.168 0.582-4.19 1.152-8.292 1.708-12.3 0.278-1.996 0.55-3.97 0.82-5.922 0.284-1.946 0.376-3.902 0.568-5.812 0.336-3.822 0.664-7.546 0.98-11.164 0.304-3.616 0.686-7.106 0.738-10.528 0.020-0.534 0.040-1.044 0.058-1.574 35.224-0.146 63.732-28.738 63.732-63.992 0-0.542-0.028-1.080-0.042-1.62h0.022c0 0-0.012-0.090-0.028-0.224-0.11-3.878-0.55-7.674-1.322-11.35-0.204-1.748-0.428-3.662-0.674-5.776-0.222-1.886-0.46-3.914-0.718-6.076-0.374-2.566-0.77-5.294-1.19-8.176-0.856-5.746-1.8-12.124-2.908-18.958-1.348-6.444-2.804-13.414-4.364-20.862-0.71-3.72-1.776-7.506-2.786-11.408-1.024-3.892-2.078-7.894-3.16-12.002-0.566-2.044-1.040-4.134-1.708-6.208-0.656-2.076-1.32-4.174-1.988-6.3-1.348-4.234-2.726-8.566-4.136-12.99-0.352-1.102-0.708-2.21-1.064-3.324-0.408-1.1-0.814-2.206-1.226-3.316-0.826-2.216-1.658-4.454-2.502-6.714-1.696-4.498-3.422-9.080-5.18-13.74-1.968-4.57-3.97-9.216-6.004-13.936-1.020-2.348-2.044-4.714-3.078-7.098-1.048-2.376-2.27-4.702-3.408-7.076-2.322-4.714-4.678-9.494-7.062-14.33-2.47-4.786-5.208-9.512-7.846-14.328-1.336-2.398-2.68-4.808-4.028-7.23-1.368-2.41-2.902-4.75-4.356-7.14-2.95-4.74-5.93-9.524-8.934-14.35-12.64-18.892-26.676-37.564-42.21-55.278-15.712-17.576-32.726-34.25-50.692-49.602-18.18-15.136-37.264-28.902-56.726-41.112-19.604-12.036-39.644-22.314-59.376-31.142-5.004-2.040-9.964-4.062-14.878-6.068-2.462-0.974-4.868-2.032-7.336-2.918-2.47-0.87-4.93-1.734-7.376-2.592-4.898-1.684-9.678-3.468-14.484-4.994-4.832-1.432-9.604-2.846-14.312-4.242-2.356-0.672-4.66-1.428-7.004-2.014-2.346-0.572-4.676-1.138-6.986-1.702-4.606-1.118-9.142-2.216-13.604-3.298-4.5-0.868-8.926-1.72-13.27-2.558-2.166-0.412-4.31-0.82-6.434-1.222-1.062-0.2-2.118-0.398-3.166-0.596-1.060-0.148-2.118-0.296-3.166-0.442-4.192-0.584-8.292-1.154-12.3-1.71-1.998-0.276-3.972-0.55-5.922-0.82-1.946-0.284-3.904-0.376-5.814-0.57-3.822-0.336-7.544-0.664-11.164-0.98-3.616-0.304-7.104-0.686-10.526-0.738-0.852-0.032-1.674-0.062-2.512-0.092-0.65-34.78-29.028-62.778-63.966-62.778-0.542 0-1.080 0.028-1.62 0.042l-0.002-0.022c0 0-0.090 0.012-0.222 0.028-3.878 0.11-7.676 0.55-11.352 1.322-1.748 0.204-3.662 0.426-5.776 0.672-1.884 0.222-3.912 0.462-6.076 0.718-2.566 0.376-5.292 0.772-8.176 1.192-5.746 0.856-12.124 1.8-18.958 2.908-6.446 1.348-13.414 2.804-20.864 4.362-3.718 0.712-7.504 1.778-11.406 2.786-3.892 1.026-7.894 2.080-12.004 3.162-2.044 0.566-4.132 1.040-6.208 1.708-2.074 0.656-4.174 1.318-6.3 1.988-4.232 1.348-8.564 2.726-12.988 4.134-1.104 0.354-2.21 0.708-3.324 1.066-1.1 0.406-2.206 0.814-3.316 1.226-2.216 0.824-4.456 1.658-6.714 2.5-4.496 1.698-9.078 3.424-13.74 5.182-4.568 1.968-9.216 3.97-13.936 6.004-2.348 1.018-4.714 2.044-7.098 3.078-2.376 1.048-4.702 2.27-7.074 3.408-4.714 2.322-9.494 4.678-14.33 7.062-4.786 2.47-9.512 5.208-14.328 7.846-2.398 1.336-4.808 2.678-7.23 4.028-2.41 1.366-4.75 2.9-7.14 4.354-4.738 2.952-9.524 5.93-14.35 8.936-18.89 12.64-37.564 26.674-55.278 42.21-17.574 15.712-34.248 32.726-49.602 50.69-15.136 18.182-28.902 37.264-41.112 56.728-12.036 19.602-22.314 39.644-31.142 59.376-2.042 5.002-4.062 9.964-6.068 14.878-0.974 2.462-2.032 4.868-2.918 7.334-0.87 2.472-1.732 4.932-2.592 7.376-1.686 4.898-3.468 9.678-4.994 14.484-1.432 4.832-2.846 9.604-4.24 14.31-0.674 2.358-1.43 4.66-2.016 7.004-0.57 2.348-1.138 4.676-1.702 6.988-1.118 4.606-2.216 9.14-3.296 13.602-0.868 4.502-1.72 8.928-2.558 13.272-0.41 2.164-0.818 4.308-1.222 6.434-0.2 1.060-0.398 2.116-0.596 3.164-0.148 1.062-0.296 2.118-0.444 3.168-0.582 4.19-1.152 8.292-1.708 12.3-0.278 1.996-0.55 3.97-0.82 5.922-0.284 1.946-0.376 3.902-0.568 5.812-0.336 3.822-0.664 7.546-0.98 11.164-0.304 3.616-0.686 7.106-0.738 10.528-0.020 0.548-0.040 1.076-0.058 1.62-34.376 1.112-61.902 29.304-61.902 63.946 0 0.542 0.028 1.078 0.042 1.618zM73.518 448.706c0.042-0.196 0.086-0.384 0.128-0.58 0.644-3.248 1.632-6.542 2.556-9.942 0.934-3.388 1.894-6.876 2.88-10.454 0.516-1.78 0.934-3.602 1.546-5.406 0.596-1.802 1.202-3.628 1.81-5.476 1.218-3.682 2.464-7.45 3.736-11.294 0.316-0.958 0.634-1.924 0.956-2.892 0.37-0.954 0.74-1.914 1.114-2.876 0.746-1.924 1.5-3.868 2.26-5.83 1.52-3.904 3.070-7.882 4.646-11.93 1.768-3.96 3.566-7.99 5.392-12.080 0.908-2.038 1.824-4.090 2.746-6.156 0.932-2.060 2.036-4.072 3.052-6.126 2.070-4.084 4.17-8.222 6.294-12.412 2.202-4.142 4.654-8.224 6.998-12.392 1.184-2.074 2.374-4.16 3.57-6.256 1.21-2.086 2.586-4.102 3.876-6.166 2.616-4.098 5.256-8.232 7.918-12.402 11.234-16.298 23.632-32.398 37.33-47.638 13.874-15.104 28.842-29.404 44.598-42.548 15.974-12.928 32.686-24.65 49.676-35.022 17.13-10.194 34.6-18.838 51.734-26.258 4.35-1.7 8.662-3.382 12.934-5.050 2.136-0.812 4.216-1.71 6.36-2.444 2.146-0.714 4.28-1.428 6.404-2.136 4.25-1.386 8.382-2.888 12.548-4.142 4.184-1.174 8.314-2.332 12.392-3.474 2.038-0.55 4.026-1.19 6.054-1.662 2.030-0.458 4.044-0.914 6.044-1.368 3.978-0.91 7.896-1.806 11.748-2.688 3.888-0.686 7.71-1.36 11.462-2.022 1.868-0.33 3.716-0.658 5.546-0.98 0.914-0.162 1.824-0.324 2.728-0.484 0.916-0.112 1.828-0.222 2.734-0.332 3.612-0.448 7.148-0.882 10.604-1.31 1.72-0.216 3.422-0.432 5.102-0.644 1.674-0.226 3.364-0.266 5.010-0.408 3.292-0.238 6.498-0.472 9.616-0.7 3.11-0.218 6.11-0.524 9.058-0.508 5.848-0.132 11.32-0.256 16.38-0.372 4.664 0.168 8.948 0.324 12.818 0.462 1.914 0.054 3.726 0.108 5.432 0.156 2.122 0.134 4.108 0.26 5.958 0.378 2.13 0.138 4.060 0.266 5.82 0.38 3.256 0.51 6.592 0.782 9.99 0.782 0.466 0 0.93-0.026 1.396-0.036 0.132 0.008 0.224 0.014 0.224 0.014v-0.020c31.14-0.778 56.75-23.784 61.556-53.754 0.542 0.12 1.064 0.236 1.612 0.356 3.246 0.644 6.542 1.632 9.942 2.556 3.386 0.934 6.876 1.894 10.454 2.88 1.778 0.516 3.602 0.934 5.404 1.546 1.802 0.596 3.63 1.202 5.478 1.812 3.68 1.218 7.448 2.464 11.292 3.736 0.96 0.316 1.924 0.634 2.892 0.956 0.956 0.37 1.914 0.74 2.876 1.112 1.926 0.746 3.868 1.5 5.83 2.26 3.904 1.52 7.884 3.070 11.932 4.646 3.96 1.768 7.988 3.566 12.080 5.392 2.038 0.908 4.088 1.824 6.156 2.746 2.060 0.932 4.072 2.036 6.126 3.054 4.082 2.070 8.222 4.17 12.41 6.294 4.144 2.202 8.226 4.654 12.394 6.998 2.074 1.184 4.16 2.374 6.256 3.572 2.086 1.21 4.102 2.586 6.166 3.876 4.098 2.616 8.23 5.256 12.402 7.918 16.296 11.234 32.398 23.632 47.636 37.33 15.104 13.874 29.406 28.842 42.55 44.598 12.928 15.974 24.648 32.686 35.020 49.676 10.196 17.13 18.84 34.6 26.26 51.736 1.698 4.348 3.382 8.662 5.050 12.932 0.812 2.136 1.71 4.216 2.444 6.36 0.714 2.146 1.428 4.28 2.136 6.404 1.386 4.25 2.888 8.384 4.142 12.548 1.174 4.184 2.33 8.316 3.474 12.392 0.55 2.038 1.19 4.026 1.66 6.054 0.46 2.030 0.916 4.046 1.368 6.046 0.91 3.978 1.808 7.896 2.688 11.748 0.688 3.888 1.362 7.71 2.024 11.462 0.33 1.868 0.656 3.716 0.98 5.548 0.162 0.914 0.324 1.824 0.484 2.728 0.11 0.916 0.222 1.828 0.332 2.734 0.446 3.612 0.882 7.148 1.31 10.604 0.216 1.72 0.432 3.42 0.642 5.1 0.226 1.674 0.268 3.364 0.41 5.010 0.238 3.292 0.472 6.498 0.7 9.616 0.218 3.11 0.524 6.11 0.508 9.058 0.132 5.848 0.256 11.32 0.372 16.38-0.168 4.664-0.324 8.948-0.462 12.818-0.054 1.914-0.108 3.726-0.156 5.432-0.134 2.122-0.26 4.108-0.378 5.958-0.138 2.13-0.266 4.060-0.38 5.82-0.498 3.256-0.768 6.592-0.768 9.99 0 0.468 0.026 0.93 0.036 1.396-0.008 0.132-0.016 0.224-0.016 0.224h0.022c0.768 30.766 23.236 56.128 52.682 61.37-0.066 0.296-0.13 0.584-0.198 0.884-0.644 3.248-1.632 6.542-2.556 9.942-0.934 3.388-1.894 6.876-2.88 10.454-0.516 1.78-0.934 3.602-1.546 5.406-0.596 1.802-1.202 3.628-1.81 5.476-1.218 3.682-2.464 7.45-3.736 11.294-0.316 0.958-0.634 1.924-0.956 2.892-0.37 0.954-0.74 1.914-1.114 2.876-0.746 1.924-1.5 3.868-2.26 5.83-1.52 3.904-3.070 7.882-4.646 11.93-1.768 3.96-3.566 7.99-5.392 12.080-0.908 2.038-1.824 4.090-2.746 6.156-0.932 2.060-2.036 4.072-3.052 6.126-2.070 4.084-4.17 8.222-6.294 12.412-2.202 4.142-4.654 8.224-6.998 12.392-1.184 2.074-2.374 4.16-3.57 6.256-1.21 2.086-2.586 4.102-3.876 6.166-2.616 4.098-5.256 8.232-7.918 12.402-11.234 16.298-23.632 32.398-37.33 47.638-13.874 15.104-28.842 29.404-44.598 42.548-15.974 12.928-32.686 24.65-49.676 35.022-17.13 10.194-34.6 18.838-51.734 26.258-4.35 1.7-8.662 3.382-12.934 5.050-2.136 0.812-4.216 1.71-6.36 2.444-2.146 0.714-4.28 1.428-6.404 2.136-4.25 1.386-8.382 2.888-12.548 4.142-4.184 1.174-8.314 2.332-12.392 3.474-2.038 0.55-4.026 1.19-6.054 1.662-2.030 0.458-4.044 0.914-6.044 1.368-3.978 0.91-7.896 1.806-11.748 2.688-3.888 0.686-7.71 1.36-11.462 2.022-1.868 0.33-3.716 0.658-5.546 0.98-0.914 0.162-1.824 0.324-2.728 0.484-0.916 0.112-1.828 0.222-2.734 0.332-3.612 0.448-7.148 0.882-10.604 1.31-1.72 0.216-3.422 0.432-5.102 0.644-1.674 0.226-3.364 0.266-5.010 0.408-3.292 0.238-6.498 0.472-9.616 0.7-3.11 0.218-6.11 0.524-9.058 0.508-5.848 0.132-11.32 0.256-16.38 0.372-4.664-0.168-8.948-0.324-12.818-0.462-1.914-0.054-3.726-0.108-5.432-0.156-2.122-0.134-4.108-0.26-5.958-0.378-2.13-0.138-4.060-0.266-5.82-0.38-3.256-0.51-6.592-0.782-9.99-0.782-0.466 0-0.93 0.026-1.396 0.036-0.132-0.008-0.224-0.014-0.224-0.014v0.020c-31.004 0.774-56.524 23.586-61.488 53.364-3.2-0.64-6.446-1.61-9.792-2.522-3.386-0.934-6.876-1.894-10.454-2.878-1.778-0.516-3.602-0.938-5.404-1.546-1.802-0.598-3.63-1.204-5.478-1.812-3.68-1.218-7.448-2.464-11.292-3.738-0.96-0.316-1.924-0.632-2.892-0.954-0.956-0.372-1.914-0.742-2.876-1.114-1.926-0.746-3.868-1.5-5.83-2.258-3.904-1.524-7.884-3.070-11.932-4.648-3.96-1.77-7.988-3.566-12.080-5.39-2.038-0.91-4.088-1.824-6.156-2.746-2.060-0.934-4.072-2.036-6.126-3.054-4.082-2.070-8.222-4.172-12.41-6.296-4.144-2.2-8.226-4.652-12.394-6.996-2.074-1.184-4.16-2.376-6.256-3.57-2.086-1.21-4.102-2.586-6.166-3.878-4.098-2.614-8.23-5.254-12.402-7.918-16.296-11.23-32.398-23.632-47.636-37.328-15.104-13.876-29.406-28.84-42.55-44.598-12.928-15.972-24.648-32.684-35.020-49.676-10.196-17.128-18.84-34.602-26.26-51.734-1.698-4.352-3.382-8.664-5.050-12.934-0.812-2.136-1.71-4.218-2.444-6.36-0.714-2.148-1.428-4.282-2.136-6.406-1.386-4.25-2.888-8.382-4.142-12.546-1.174-4.184-2.33-8.316-3.474-12.394-0.55-2.036-1.19-4.024-1.66-6.054-0.46-2.028-0.916-4.042-1.368-6.042-0.91-3.98-1.808-7.898-2.688-11.75-0.688-3.886-1.362-7.71-2.024-11.46-0.33-1.868-0.656-3.718-0.98-5.546-0.162-0.914-0.324-1.824-0.484-2.73-0.11-0.914-0.222-1.828-0.332-2.734-0.446-3.61-0.882-7.148-1.31-10.602-0.216-1.722-0.432-3.422-0.642-5.102-0.226-1.676-0.268-3.364-0.41-5.012-0.238-3.29-0.472-6.496-0.7-9.614-0.218-3.11-0.524-6.11-0.508-9.058-0.132-5.848-0.256-11.32-0.372-16.382 0.168-4.664 0.324-8.946 0.462-12.816 0.054-1.914 0.108-3.726 0.156-5.434 0.134-2.122 0.26-4.106 0.378-5.958 0.138-2.128 0.266-4.058 0.38-5.82 0.496-3.26 0.766-6.596 0.766-9.994 0-0.466-0.026-0.93-0.036-1.396 0.008-0.132 0.016-0.224 0.016-0.224h-0.022c-0.78-31.38-24.134-57.154-54.44-61.674z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner10"],"defaultCode":59779,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":132,"order":136,"ligatures":"","prevSize":32,"name":"spinner10","code":59780},"setIdx":0,"setId":0,"iconIdx":132},{"icon":{"paths":["M1024 384h-384l143.53-143.53c-72.53-72.526-168.96-112.47-271.53-112.47s-199 39.944-271.53 112.47c-72.526 72.53-112.47 168.96-112.47 271.53s39.944 199 112.47 271.53c72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.528-112.472c6.056-6.054 11.86-12.292 17.456-18.668l96.32 84.282c-93.846 107.166-231.664 174.858-385.304 174.858-282.77 0-512-229.23-512-512s229.23-512 512-512c141.386 0 269.368 57.326 362.016 149.984l149.984-149.984v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner11"],"defaultCode":59780,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":133,"order":137,"ligatures":"","prevSize":32,"name":"spinner11","code":59781},"setIdx":0,"setId":0,"iconIdx":133},{"icon":{"paths":["M64 0h384v64h-384zM576 0h384v64h-384zM952 320h-56v-256h-256v256h-256v-256h-256v256h-56c-39.6 0-72 32.4-72 72v560c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-376h128v376c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-560c0-39.6-32.4-72-72-72zM348 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32zM544 512h-64c-17.6 0-32-14.4-32-32s14.4-32 32-32h64c17.6 0 32 14.4 32 32s-14.4 32-32 32zM924 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["binoculars"],"defaultCode":59781,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":134,"order":138,"ligatures":"","prevSize":32,"name":"binoculars","code":59782},"setIdx":0,"setId":0,"iconIdx":134},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["search"],"defaultCode":59782,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":135,"order":139,"ligatures":"","prevSize":32,"name":"search","code":59783},"setIdx":0,"setId":0,"iconIdx":135},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM448 192h-128v128h-128v128h128v128h128v-128h128v-128h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["zoom-in"],"defaultCode":59783,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":136,"order":140,"ligatures":"","prevSize":32,"name":"zoom-in","code":59784},"setIdx":0,"setId":0,"iconIdx":136},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM192 320h384v128h-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["zoom-out"],"defaultCode":59784,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":137,"order":141,"ligatures":"","prevSize":32,"name":"zoom-out","code":59785},"setIdx":0,"setId":0,"iconIdx":137},{"icon":{"paths":["M1024 0h-416l160 160-192 192 96 96 192-192 160 160zM1024 1024v-416l-160 160-192-192-96 96 192 192-160 160zM0 1024h416l-160-160 192-192-96-96-192 192-160-160zM0 0v416l160-160 192 192 96-96-192-192 160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["enlarge"],"defaultCode":59785,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":138,"order":142,"ligatures":"","prevSize":32,"name":"enlarge","code":59786},"setIdx":0,"setId":0,"iconIdx":138},{"icon":{"paths":["M576 448h416l-160-160 192-192-96-96-192 192-160-160zM576 576v416l160-160 192 192 96-96-192-192 160-160zM448 575.996h-416l160 160-192 192 96 96 192-192 160 160zM448 448v-416l-160 160-192-192-96 96 192 192-160 160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shrink"],"defaultCode":59786,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":139,"order":143,"ligatures":"","prevSize":32,"name":"shrink","code":59787},"setIdx":0,"setId":0,"iconIdx":139},{"icon":{"paths":["M1024 0v416l-160-160-192 192-96-96 192-192-160-160zM448 672l-192 192 160 160h-416v-416l160 160 192-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["enlarge2"],"defaultCode":59787,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":140,"order":144,"ligatures":"","prevSize":32,"name":"enlarge2","code":59788},"setIdx":0,"setId":0,"iconIdx":140},{"icon":{"paths":["M448 576v416l-160-160-192 192-96-96 192-192-160-160zM1024 96l-192 192 160 160h-416v-416l160 160 192-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shrink2"],"defaultCode":59788,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":141,"order":145,"ligatures":"","prevSize":32,"name":"shrink2","code":59789},"setIdx":0,"setId":0,"iconIdx":141},{"icon":{"paths":["M704 0c-176.73 0-320 143.268-320 320 0 20.026 1.858 39.616 5.376 58.624l-389.376 389.376v192c0 35.346 28.654 64 64 64h64v-64h128v-128h128v-128h128l83.042-83.042c34.010 12.316 70.696 19.042 108.958 19.042 176.73 0 320-143.268 320-320s-143.27-320-320-320zM799.874 320.126c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["key"],"defaultCode":59789,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":142,"order":146,"ligatures":"","prevSize":32,"name":"key","code":59790},"setIdx":0,"setId":0,"iconIdx":142},{"icon":{"paths":["M1002.132 314.242l-101.106-101.104c-24.792-24.794-65.37-65.368-90.162-90.164l-101.106-101.104c-24.792-24.794-68.954-29.166-98.13-9.716l-276.438 184.292c-29.176 19.452-40.218 61.028-24.536 92.39l70.486 140.974c2.154 4.306 4.646 8.896 7.39 13.66l-356.53 356.53-32 224h192v-64h128v-128h128v-128h128v-71.186c6.396 3.812 12.534 7.216 18.192 10.044l140.97 70.488c31.366 15.682 72.94 4.638 92.39-24.538l184.294-276.44c19.454-29.172 15.078-73.33-9.714-98.126zM150.628 854.626l-45.254-45.254 311.572-311.57 45.254 45.254-311.572 311.57zM917.020 423.764l-45.256 45.256c-12.446 12.444-32.808 12.444-45.254 0l-271.53-271.53c-12.446-12.444-12.446-32.81 0-45.254l45.256-45.256c12.446-12.444 32.808-12.444 45.254 0l271.53 271.53c12.446 12.444 12.446 32.81 0 45.254z"],"isMulticolor":false,"isMulticolor2":false,"tags":["key2"],"defaultCode":59790,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":143,"order":147,"ligatures":"","prevSize":32,"name":"key2","code":59791},"setIdx":0,"setId":0,"iconIdx":143},{"icon":{"paths":["M592 448h-16v-192c0-105.87-86.13-192-192-192h-128c-105.87 0-192 86.13-192 192v192h-16c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h544c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48zM192 256c0-35.29 28.71-64 64-64h128c35.29 0 64 28.71 64 64v192h-256v-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lock1"],"defaultCode":59791,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":144,"order":148,"ligatures":"","prevSize":32,"name":"lock1","code":59792},"setIdx":0,"setId":0,"iconIdx":144},{"icon":{"paths":["M768 64c105.87 0 192 86.13 192 192v192h-128v-192c0-35.29-28.71-64-64-64h-128c-35.29 0-64 28.71-64 64v192h16c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48h-544c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h400v-192c0-105.87 86.13-192 192-192h128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["unlocked"],"defaultCode":59792,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":145,"order":149,"ligatures":"","prevSize":32,"name":"unlocked","code":59793},"setIdx":0,"setId":0,"iconIdx":145},{"icon":{"paths":["M1002.934 817.876l-460.552-394.76c21.448-40.298 33.618-86.282 33.618-135.116 0-159.058-128.942-288-288-288-29.094 0-57.172 4.332-83.646 12.354l166.39 166.39c24.89 24.89 24.89 65.62 0 90.51l-101.49 101.49c-24.89 24.89-65.62 24.89-90.51 0l-166.39-166.39c-8.022 26.474-12.354 54.552-12.354 83.646 0 159.058 128.942 288 288 288 48.834 0 94.818-12.17 135.116-33.62l394.76 460.552c22.908 26.724 62.016 28.226 86.904 3.338l101.492-101.492c24.888-24.888 23.386-63.994-3.338-86.902z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wrench"],"defaultCode":59793,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":146,"order":150,"ligatures":"","prevSize":32,"name":"wrench","code":59794},"setIdx":0,"setId":0,"iconIdx":146},{"icon":{"paths":["M448 128v-16c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576zM256 256v-128h128v128h-128zM832 432c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-576v128h576v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h192v-128h-192v-16zM640 576v-128h128v128h-128zM448 752c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576v-16zM256 896v-128h128v128h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["equalizer"],"defaultCode":59794,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":147,"order":151,"ligatures":"","prevSize":32,"name":"equalizer","code":59795},"setIdx":0,"setId":0,"iconIdx":147},{"icon":{"paths":["M896 448h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576zM768 256h128v128h-128v-128zM592 832c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-576h-128v576h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v192h128v-192h16zM448 640h128v128h-128v-128zM272 448c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576h16zM128 256h128v128h-128v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["equalizer2"],"defaultCode":59795,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":148,"order":152,"ligatures":"","prevSize":32,"name":"equalizer2","code":59796},"setIdx":0,"setId":0,"iconIdx":148},{"icon":{"paths":["M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cog"],"defaultCode":59796,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":149,"order":153,"ligatures":"","prevSize":32,"name":"cog","code":59797},"setIdx":0,"setId":0,"iconIdx":149},{"icon":{"paths":["M363.722 722.052l41.298-57.816-45.254-45.256-57.818 41.296c-10.722-5.994-22.204-10.774-34.266-14.192l-11.682-70.084h-64l-11.68 70.086c-12.062 3.418-23.544 8.198-34.266 14.192l-57.818-41.298-45.256 45.256 41.298 57.816c-5.994 10.72-10.774 22.206-14.192 34.266l-70.086 11.682v64l70.086 11.682c3.418 12.060 8.198 23.544 14.192 34.266l-41.298 57.816 45.254 45.256 57.818-41.296c10.722 5.994 22.204 10.774 34.266 14.192l11.682 70.084h64l11.68-70.086c12.062-3.418 23.544-8.198 34.266-14.192l57.818 41.296 45.254-45.256-41.298-57.816c5.994-10.72 10.774-22.206 14.192-34.266l70.088-11.68v-64l-70.086-11.682c-3.418-12.060-8.198-23.544-14.192-34.266zM224 864c-35.348 0-64-28.654-64-64s28.652-64 64-64 64 28.654 64 64-28.652 64-64 64zM1024 384v-64l-67.382-12.25c-1.242-8.046-2.832-15.978-4.724-23.79l57.558-37.1-24.492-59.128-66.944 14.468c-4.214-6.91-8.726-13.62-13.492-20.13l39.006-56.342-45.256-45.254-56.342 39.006c-6.512-4.766-13.22-9.276-20.13-13.494l14.468-66.944-59.128-24.494-37.1 57.558c-7.812-1.892-15.744-3.482-23.79-4.724l-12.252-67.382h-64l-12.252 67.382c-8.046 1.242-15.976 2.832-23.79 4.724l-37.098-57.558-59.128 24.492 14.468 66.944c-6.91 4.216-13.62 8.728-20.13 13.494l-56.342-39.006-45.254 45.254 39.006 56.342c-4.766 6.51-9.278 13.22-13.494 20.13l-66.944-14.468-24.492 59.128 57.558 37.1c-1.892 7.812-3.482 15.742-4.724 23.79l-67.384 12.252v64l67.382 12.25c1.242 8.046 2.832 15.978 4.724 23.79l-57.558 37.1 24.492 59.128 66.944-14.468c4.216 6.91 8.728 13.618 13.494 20.13l-39.006 56.342 45.254 45.256 56.342-39.006c6.51 4.766 13.22 9.276 20.13 13.492l-14.468 66.944 59.128 24.492 37.102-57.558c7.81 1.892 15.742 3.482 23.788 4.724l12.252 67.384h64l12.252-67.382c8.044-1.242 15.976-2.832 23.79-4.724l37.1 57.558 59.128-24.492-14.468-66.944c6.91-4.216 13.62-8.726 20.13-13.492l56.342 39.006 45.256-45.256-39.006-56.342c4.766-6.512 9.276-13.22 13.492-20.13l66.944 14.468 24.492-59.13-57.558-37.1c1.892-7.812 3.482-15.742 4.724-23.79l67.382-12.25zM672 491.2c-76.878 0-139.2-62.322-139.2-139.2s62.32-139.2 139.2-139.2 139.2 62.322 139.2 139.2c0 76.878-62.32 139.2-139.2 139.2z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cogs"],"defaultCode":59797,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":150,"order":154,"ligatures":"","prevSize":32,"name":"cogs","code":59798},"setIdx":0,"setId":0,"iconIdx":150},{"icon":{"paths":["M1009.996 828.976l-301.544-301.544c-18.668-18.668-49.214-18.668-67.882 0l-22.626 22.626-184-184 302.056-302.058h-320l-142.058 142.058-14.060-14.058h-67.882v67.882l14.058 14.058-206.058 206.060 160 160 206.058-206.058 184 184-22.626 22.626c-18.668 18.668-18.668 49.214 0 67.882l301.544 301.544c18.668 18.668 49.214 18.668 67.882 0l113.136-113.136c18.67-18.666 18.67-49.214 0.002-67.882z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hammer"],"defaultCode":59798,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":151,"order":155,"ligatures":"","prevSize":32,"name":"hammer","code":59799},"setIdx":0,"setId":0,"iconIdx":151},{"icon":{"paths":["M256 192l-128-128h-64v64l128 128zM320 0h64v128h-64zM576 320h128v64h-128zM640 128v-64h-64l-128 128 64 64zM0 320h128v64h-128zM320 576h64v128h-64zM64 576v64h64l128-128-64-64zM1010 882l-636.118-636.118c-18.668-18.668-49.214-18.668-67.882 0l-60.118 60.118c-18.668 18.668-18.668 49.214 0 67.882l636.118 636.118c18.668 18.668 49.214 18.668 67.882 0l60.118-60.118c18.668-18.668 18.668-49.214 0-67.882zM480 544l-192-192 64-64 192 192-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["magic-wand"],"defaultCode":59799,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":152,"order":156,"ligatures":"","prevSize":32,"name":"magic-wand","code":59800},"setIdx":0,"setId":0,"iconIdx":152},{"icon":{"paths":["M896 256h-192v-128c0-35.2-28.8-64-64-64h-256c-35.2 0-64 28.8-64 64v128h-192c-70.4 0-128 57.6-128 128v512c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-512c0-70.4-57.6-128-128-128zM384 128h256v128h-256v-128zM768 704h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["aid-kit"],"defaultCode":59800,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":153,"order":157,"ligatures":"","prevSize":32,"name":"aid-kit","code":59801},"setIdx":0,"setId":0,"iconIdx":153},{"icon":{"paths":["M1024 576v-64h-193.29c-5.862-72.686-31.786-139.026-71.67-192.25h161.944l70.060-280.24-62.090-15.522-57.94 231.76h-174.68c-0.892-0.694-1.796-1.374-2.698-2.056 6.71-19.502 10.362-40.422 10.362-62.194 0.002-105.76-85.958-191.498-191.998-191.498s-192 85.738-192 191.5c0 21.772 3.65 42.692 10.362 62.194-0.9 0.684-1.804 1.362-2.698 2.056h-174.68l-57.94-231.76-62.090 15.522 70.060 280.24h161.944c-39.884 53.222-65.806 119.562-71.668 192.248h-193.29v64h193.37c3.802 45.664 15.508 88.812 33.638 127.75h-123.992l-70.060 280.238 62.090 15.524 57.94-231.762h112.354c58.692 78.032 147.396 127.75 246.66 127.75s187.966-49.718 246.662-127.75h112.354l57.94 231.762 62.090-15.524-70.060-280.238h-123.992c18.13-38.938 29.836-82.086 33.636-127.75h193.37z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bug"],"defaultCode":59801,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":154,"order":158,"ligatures":"","prevSize":32,"name":"bug","code":59802},"setIdx":0,"setId":0,"iconIdx":154},{"icon":{"paths":["M448 576v-448c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448c0-72.034-17.028-140.084-47.236-200.382l-400.764 200.382zM912.764 247.618c-73.552-146.816-225.374-247.618-400.764-247.618v448l400.764-200.382z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pie-chart"],"defaultCode":59802,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":155,"order":159,"ligatures":"","prevSize":32,"name":"pie-chart","code":59803},"setIdx":0,"setId":0,"iconIdx":155},{"icon":{"paths":["M128 896h896v128h-1024v-1024h128zM288 832c-53.020 0-96-42.98-96-96s42.98-96 96-96c2.828 0 5.622 0.148 8.388 0.386l103.192-171.986c-9.84-15.070-15.58-33.062-15.58-52.402 0-53.020 42.98-96 96-96s96 42.98 96 96c0 19.342-5.74 37.332-15.58 52.402l103.192 171.986c2.766-0.238 5.56-0.386 8.388-0.386 2.136 0 4.248 0.094 6.35 0.23l170.356-298.122c-10.536-15.408-16.706-34.036-16.706-54.11 0-53.020 42.98-96 96-96s96 42.98 96 96c0 53.020-42.98 96-96 96-2.14 0-4.248-0.094-6.35-0.232l-170.356 298.124c10.536 15.406 16.706 34.036 16.706 54.11 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-19.34 5.74-37.332 15.578-52.402l-103.19-171.984c-2.766 0.238-5.56 0.386-8.388 0.386s-5.622-0.146-8.388-0.386l-103.192 171.986c9.84 15.068 15.58 33.060 15.58 52.4 0 53.020-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stats-dots"],"defaultCode":59803,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":156,"order":160,"ligatures":"","prevSize":32,"name":"stats-dots","code":59804},"setIdx":0,"setId":0,"iconIdx":156},{"icon":{"paths":["M0 832h1024v128h-1024zM128 576h128v192h-128zM320 320h128v448h-128zM512 512h128v256h-128zM704 128h128v640h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stats-bars"],"defaultCode":59804,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":157,"order":161,"ligatures":"","prevSize":32,"name":"stats-bars","code":59805},"setIdx":0,"setId":0,"iconIdx":157},{"icon":{"paths":["M288 384h-192c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-576c0-17.6-14.4-32-32-32zM288 960h-192v-256h192v256zM608 256h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM608 960h-192v-320h192v320zM928 128h-192c-17.6 0-32 14.4-32 32v832c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-832c0-17.6-14.4-32-32-32zM928 960h-192v-384h192v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stats-bars2"],"defaultCode":59805,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":158,"order":162,"ligatures":"","prevSize":32,"name":"stats-bars2","code":59806},"setIdx":0,"setId":0,"iconIdx":158},{"icon":{"paths":["M832 192v-128h-640v128h-192v128c0 106.038 85.958 192 192 192 20.076 0 39.43-3.086 57.62-8.802 46.174 66.008 116.608 113.796 198.38 130.396v198.406h-64c-70.694 0-128 57.306-128 128h512c0-70.694-57.306-128-128-128h-64v-198.406c81.772-16.6 152.206-64.386 198.38-130.396 18.19 5.716 37.544 8.802 57.62 8.802 106.042 0 192-85.962 192-192v-128h-192zM192 436c-63.962 0-116-52.038-116-116v-64h116v64c0 40.186 7.43 78.632 20.954 114.068-6.802 1.246-13.798 1.932-20.954 1.932zM948 320c0 63.962-52.038 116-116 116-7.156 0-14.152-0.686-20.954-1.932 13.524-35.436 20.954-73.882 20.954-114.068v-64h116v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["trophy"],"defaultCode":59806,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":159,"order":163,"ligatures":"","prevSize":32,"name":"trophy","code":59807},"setIdx":0,"setId":0,"iconIdx":159},{"icon":{"paths":["M771.516 320c18.126-12.88 35.512-27.216 51.444-43.148 33.402-33.402 55.746-74.5 62.912-115.722 7.858-45.186-3.672-87.14-31.63-115.1-22.3-22.298-52.51-34.086-87.364-34.086-49.632 0-101.922 23.824-143.46 65.362-66.476 66.476-105.226 158.238-126.076 223.722-15.44-65.802-46.206-154.644-106.018-214.458-32.094-32.092-73.114-48.57-111.846-48.57-31.654 0-61.78 11.004-84.26 33.486-49.986 49.988-43.232 137.786 15.086 196.104 20.792 20.792 45.098 38.062 70.72 52.412h-217.024v256h64v448h768v-448.002h64v-256h-188.484zM674.326 128.218c27.724-27.724 62.322-44.274 92.55-44.274 10.7 0 25.708 2.254 36.45 12.998 26.030 26.028 11.412 86.308-31.28 128.998-43.946 43.946-103.060 74.168-154.432 94.060h-50.672c18.568-57.548 52.058-136.456 107.384-191.782zM233.934 160.89c-0.702-9.12-0.050-26.248 12.196-38.494 10.244-10.244 23.788-12.396 33.348-12.396v0c21.258 0 43.468 10.016 60.932 27.48 33.872 33.872 61.766 87.772 80.668 155.876 0.51 1.84 1.008 3.67 1.496 5.486-1.816-0.486-3.646-0.984-5.486-1.496-68.104-18.904-122.002-46.798-155.874-80.67-15.828-15.826-25.77-36.16-27.28-55.786zM448 960h-256v-416h256v416zM448 512h-320v-128h320v128zM832 960h-256v-416h256v416zM896 512h-320v-128h320v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["gift"],"defaultCode":59807,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":160,"order":164,"ligatures":"","prevSize":32,"name":"gift","code":59808},"setIdx":0,"setId":0,"iconIdx":160},{"icon":{"paths":["M777.784 16.856c-5.576-10.38-16.406-16.856-28.19-16.856h-475.188c-11.784 0-22.614 6.476-28.19 16.856-35.468 66.020-54.216 143.184-54.216 223.144 0 105.412 32.372 204.828 91.154 279.938 45.428 58.046 102.48 96.54 164.846 112.172v327.89h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-327.89c62.368-15.632 119.418-54.124 164.846-112.172 58.782-75.11 91.154-174.526 91.154-279.938 0-79.96-18.748-157.122-54.216-223.144zM294.1 64h435.8c24.974 52.902 38.1 113.338 38.1 176 0 5.364-0.108 10.696-0.296 16h-511.406c-0.19-5.304-0.296-10.636-0.296-16-0.002-62.664 13.126-123.098 38.098-176z"],"isMulticolor":false,"isMulticolor2":false,"tags":["glass"],"defaultCode":59808,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":161,"order":165,"ligatures":"","prevSize":32,"name":"glass","code":59809},"setIdx":0,"setId":0,"iconIdx":161},{"icon":{"paths":["M889.162 179.77c7.568-9.632 8.972-22.742 3.62-33.758-5.356-11.018-16.532-18.012-28.782-18.012h-704c-12.25 0-23.426 6.994-28.78 18.012-5.356 11.018-3.95 24.126 3.618 33.758l313.162 398.57v381.66h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-381.66l313.162-398.57zM798.162 192l-100.572 128h-371.18l-100.57-128h572.322z"],"isMulticolor":false,"isMulticolor2":false,"tags":["glass2"],"defaultCode":59809,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":162,"order":166,"ligatures":"","prevSize":32,"name":"glass2","code":59810},"setIdx":0,"setId":0,"iconIdx":162},{"icon":{"paths":["M960 320h-192v-96c0-88.366-171.922-160-384-160s-384 71.634-384 160v640c0 88.366 171.922 160 384 160s384-71.634 384-160v-96h192c35.346 0 64-28.654 64-64v-320c0-35.346-28.654-64-64-64zM176.056 258.398c-36.994-12.19-59.408-25.246-71.41-34.398 12.004-9.152 34.416-22.208 71.41-34.398 57.942-19.090 131.79-29.602 207.944-29.602s150.004 10.512 207.944 29.602c36.994 12.188 59.408 25.246 71.41 34.398-12.002 9.152-34.416 22.208-71.41 34.398-57.94 19.090-131.79 29.602-207.944 29.602s-150.002-10.512-207.944-29.602zM896 640h-128v-192h128v192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mug"],"defaultCode":59810,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":163,"order":167,"ligatures":"","prevSize":32,"name":"mug","code":59811},"setIdx":0,"setId":0,"iconIdx":163},{"icon":{"paths":["M224 0c-106.040 0-192 100.288-192 224 0 105.924 63.022 194.666 147.706 217.998l-31.788 518.124c-2.154 35.132 24.882 63.878 60.082 63.878h32c35.2 0 62.236-28.746 60.082-63.878l-31.788-518.124c84.684-23.332 147.706-112.074 147.706-217.998 0-123.712-85.96-224-192-224zM869.334 0l-53.334 320h-40l-26.666-320h-26.668l-26.666 320h-40l-53.334-320h-26.666v416c0 17.672 14.326 32 32 32h83.338l-31.42 512.122c-2.154 35.132 24.882 63.878 60.082 63.878h32c35.2 0 62.236-28.746 60.082-63.878l-31.42-512.122h83.338c17.674 0 32-14.328 32-32v-416h-26.666z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spoon-knife"],"defaultCode":59811,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":164,"order":168,"ligatures":"","prevSize":32,"name":"spoon-knife","code":59812},"setIdx":0,"setId":0,"iconIdx":164},{"icon":{"paths":["M1011.328 134.496c-110.752-83.928-281.184-134.034-455.91-134.034-216.12 0-392.226 75.456-483.16 207.020-42.708 61.79-66.33 134.958-70.208 217.474-3.454 73.474 8.884 154.726 36.684 242.146 94.874-284.384 359.82-507.102 665.266-507.102 0 0-285.826 75.232-465.524 308.192-0.112 0.138-2.494 3.090-6.614 8.698-36.080 48.278-67.538 103.162-91.078 165.328-39.87 94.83-76.784 224.948-76.784 381.782h128c0 0-19.43-122.222 14.36-262.79 55.89 7.556 105.858 11.306 150.852 11.306 117.678 0 201.37-25.46 263.388-80.124 55.568-48.978 86.198-114.786 118.624-184.456 49.524-106.408 105.654-227.010 268.654-320.152 9.33-5.332 15.362-14.992 16.056-25.716s-4.040-21.080-12.606-27.572z"],"isMulticolor":false,"isMulticolor2":false,"tags":["leaf"],"defaultCode":59812,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":165,"order":169,"ligatures":"","prevSize":32,"name":"leaf","code":59813},"setIdx":0,"setId":0,"iconIdx":165},{"icon":{"paths":["M704 64l-320 320h-192l-192 256c0 0 203.416-56.652 322.066-30.084l-322.066 414.084 421.902-328.144c58.838 134.654-37.902 328.144-37.902 328.144l256-192v-192l320-320 64-320-320 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rocket"],"defaultCode":59813,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":166,"order":170,"ligatures":"","prevSize":32,"name":"rocket","code":59814},"setIdx":0,"setId":0,"iconIdx":166},{"icon":{"paths":["M512 64c282.77 0 512 229.23 512 512 0 192.792-106.576 360.666-264.008 448h-495.984c-157.432-87.334-264.008-255.208-264.008-448 0-282.77 229.23-512 512-512zM801.914 865.914c77.438-77.44 120.086-180.398 120.086-289.914h-90v-64h85.038c-7.014-44.998-21.39-88.146-42.564-128h-106.474v-64h64.284c-9.438-11.762-19.552-23.096-30.37-33.914-46.222-46.22-101.54-80.038-161.914-99.798v69.712h-64v-85.040c-20.982-3.268-42.36-4.96-64-4.96s-43.018 1.69-64 4.96v85.040h-64v-69.712c-60.372 19.76-115.692 53.576-161.914 99.798-10.818 10.818-20.932 22.152-30.37 33.914h64.284v64h-106.476c-21.174 39.854-35.552 83.002-42.564 128h85.040v64h-90c0 109.516 42.648 212.474 120.086 289.914 10.71 10.71 21.924 20.728 33.56 30.086h192.354l36.572-512h54.856l36.572 512h192.354c11.636-9.358 22.852-19.378 33.56-30.086z"],"isMulticolor":false,"isMulticolor2":false,"tags":["meter"],"defaultCode":59814,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":167,"order":171,"ligatures":"","prevSize":32,"name":"meter","code":59815},"setIdx":0,"setId":0,"iconIdx":167},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM302.836 834.152c11.106-30.632 17.164-63.688 17.164-98.152 0-124.35-78.81-230.292-189.208-270.606 10.21-84.924 48.254-163.498 109.678-224.924 72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.53 112.47c61.428 61.426 99.468 140 109.682 224.924-110.402 40.314-189.212 146.256-189.212 270.606 0 34.468 6.060 67.52 17.166 98.15-61.706 40.242-133.77 61.85-209.166 61.85-75.394 0-147.458-21.608-209.164-61.848zM551.754 640.996c13.878 3.494 24.246 16.080 24.246 31.004v64c0 17.6-14.4 32-32 32h-64c-17.6 0-32-14.4-32-32v-64c0-14.924 10.368-27.51 24.246-31.004l23.754-448.996h32l23.754 448.996z"],"isMulticolor":false,"isMulticolor2":false,"tags":["meter2"],"defaultCode":59815,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":168,"order":172,"ligatures":"","prevSize":32,"name":"meter2","code":59816},"setIdx":0,"setId":0,"iconIdx":168},{"icon":{"paths":["M1010.174 915.75l-548.634-499.458 25.534-25.598c20.894-20.954 32.188-48.030 33.918-75.61 1.002-0.45 2.002-0.912 2.958-1.442l102.99-64.402c13.934-16.392 12.916-42.268-2.284-57.502l-179.12-179.608c-15.19-15.234-40.998-16.262-57.344-2.284l-64.236 103.268c-0.526 0.966-0.99 1.966-1.44 2.974-27.502 1.736-54.5 13.056-75.398 34.006l-97.428 97.702c-20.898 20.956-32.184 48.026-33.918 75.604-1.004 0.45-2.004 0.916-2.964 1.446l-102.986 64.406c-13.942 16.39-12.916 42.264 2.276 57.496l179.12 179.604c15.194 15.238 40.996 16.262 57.35 2.286l64.228-103.27c0.528-0.958 0.988-1.96 1.442-2.966 27.502-1.738 54.504-13.050 75.398-34.004l28.292-28.372 498.122 550.114c14.436 15.944 36.7 18.518 49.474 5.712l50.356-50.488c12.764-12.808 10.196-35.132-5.706-49.614z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hammer2"],"defaultCode":59816,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":169,"order":173,"ligatures":"","prevSize":32,"name":"hammer2","code":59817},"setIdx":0,"setId":0,"iconIdx":169},{"icon":{"paths":["M321.008 1024c-68.246-142.008-31.902-223.378 20.55-300.044 57.44-83.956 72.244-167.066 72.244-167.066s45.154 58.7 27.092 150.508c79.772-88.8 94.824-230.28 82.782-284.464 180.314 126.012 257.376 398.856 153.522 601.066 552.372-312.532 137.398-780.172 65.154-832.85 24.082 52.676 28.648 141.85-20 185.126-82.352-312.276-285.972-376.276-285.972-376.276 24.082 161.044-87.296 337.144-194.696 468.73-3.774-64.216-7.782-108.528-41.55-169.98-7.58 116.656-96.732 211.748-120.874 328.628-32.702 158.286 24.496 274.18 241.748 396.622z"],"isMulticolor":false,"isMulticolor2":false,"tags":["fire"],"defaultCode":59817,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":170,"order":174,"ligatures":"","prevSize":32,"name":"fire","code":59818},"setIdx":0,"setId":0,"iconIdx":170},{"icon":{"paths":["M956.29 804.482l-316.29-527.024v-213.458h32c17.6 0 32-14.4 32-32s-14.4-32-32-32h-320c-17.6 0-32 14.4-32 32s14.4 32 32 32h32v213.458l-316.288 527.024c-72.442 120.734-16.512 219.518 124.288 219.518h640c140.8 0 196.73-98.784 124.29-219.518zM241.038 640l206.962-344.938v-231.062h128v231.062l206.964 344.938h-541.926z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lab"],"defaultCode":59818,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":171,"order":175,"ligatures":"","prevSize":32,"name":"lab","code":59819},"setIdx":0,"setId":0,"iconIdx":171},{"icon":{"paths":["M896 0h-256l64 576c0 106.040-85.96 192-192 192s-192-85.96-192-192l64-576h-256l-64 576c0 247.424 200.576 448 448 448s448-200.576 448-448l-64-576zM777.874 841.874c-71.018 71.014-165.44 110.126-265.874 110.126s-194.856-39.112-265.872-110.126c-70.116-70.118-109.13-163.048-110.11-262.054l36.092-324.82h111.114l-35.224 317.010v3.99c0 70.518 27.46 136.814 77.324 186.676 49.862 49.864 116.158 77.324 186.676 77.324s136.814-27.46 186.676-77.324c49.864-49.862 77.324-116.158 77.324-186.676v-3.988l-0.44-3.962-34.782-313.050h111.114l36.090 324.818c-0.98 99.006-39.994 191.938-110.108 262.056z"],"isMulticolor":false,"isMulticolor2":false,"tags":["magnet"],"defaultCode":59819,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":172,"order":176,"ligatures":"","prevSize":32,"name":"magnet","code":59820},"setIdx":0,"setId":0,"iconIdx":172},{"icon":{"paths":["M128 320v640c0 35.2 28.8 64 64 64h576c35.2 0 64-28.8 64-64v-640h-704zM320 896h-64v-448h64v448zM448 896h-64v-448h64v448zM576 896h-64v-448h64v448zM704 896h-64v-448h64v448zM848 128h-208v-80c0-26.4-21.6-48-48-48h-224c-26.4 0-48 21.6-48 48v80h-208c-26.4 0-48 21.6-48 48v80h832v-80c0-26.4-21.6-48-48-48zM576 128h-192v-63.198h192v63.198z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bin"],"defaultCode":59820,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":173,"order":177,"ligatures":"","prevSize":32,"name":"bin","code":59821},"setIdx":0,"setId":0,"iconIdx":173},{"icon":{"paths":["M192 1024h640l64-704h-768zM640 128v-128h-256v128h-320v192l64-64h768l64 64v-192h-320zM576 128h-128v-64h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bin2"],"defaultCode":59821,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":174,"order":178,"ligatures":"","prevSize":32,"name":"bin2","code":59822},"setIdx":0,"setId":0,"iconIdx":174},{"icon":{"paths":["M960 256h-256v-64c0-35.2-28.8-64-64-64h-256c-35.204 0-64 28.8-64 64v64h-256c-35.2 0-64 28.8-64 64v576c0 35.202 28.796 64 64 64h896c35.2 0 64-28.798 64-64v-576c0-35.2-28.8-64-64-64zM384 192.116c0.034-0.040 0.074-0.082 0.114-0.116h255.772c0.042 0.034 0.082 0.076 0.118 0.116v63.884h-256.004v-63.884zM960 512h-128v96c0 17.602-14.4 32-32 32h-64c-17.604 0-32-14.398-32-32v-96h-384v96c0 17.602-14.4 32-32 32h-64c-17.602 0-32-14.398-32-32v-96h-128v-64h896v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["briefcase"],"defaultCode":59822,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":175,"order":179,"ligatures":"","prevSize":32,"name":"briefcase","code":59823},"setIdx":0,"setId":0,"iconIdx":175},{"icon":{"paths":["M768 639.968l-182.82-182.822 438.82-329.15-128.010-127.996-548.52 219.442-172.7-172.706c-49.78-49.778-119.302-61.706-154.502-26.508-35.198 35.198-23.268 104.726 26.51 154.5l172.686 172.684-219.464 548.582 127.99 128.006 329.19-438.868 182.826 182.828v255.98h127.994l63.992-191.988 191.988-63.996v-127.992l-255.98 0.004z"],"isMulticolor":false,"isMulticolor2":false,"tags":["airplane"],"defaultCode":59823,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":176,"order":180,"ligatures":"","prevSize":32,"name":"airplane","code":59824},"setIdx":0,"setId":0,"iconIdx":176},{"icon":{"paths":["M1024 576l-128-256h-192v-128c0-35.2-28.8-64-64-64h-576c-35.2 0-64 28.8-64 64v512l64 64h81.166c-10.898 18.832-17.166 40.678-17.166 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.268-45.168-17.166-64h354.334c-10.898 18.832-17.168 40.678-17.168 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.27-45.168-17.168-64h81.168v-192zM704 576v-192h132.668l96 192h-228.668z"],"isMulticolor":false,"isMulticolor2":false,"tags":["truck"],"defaultCode":59824,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":177,"order":181,"ligatures":"","prevSize":32,"name":"truck","code":59825},"setIdx":0,"setId":0,"iconIdx":177},{"icon":{"paths":["M704 1024h320l-256-1024h-192l32 256h-192l32-256h-192l-256 1024h320l32-256h320l32 256zM368 640l32-256h224l32 256h-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["road"],"defaultCode":59825,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":178,"order":182,"ligatures":"","prevSize":32,"name":"road","code":59826},"setIdx":0,"setId":0,"iconIdx":178},{"icon":{"paths":["M416 96c0-53.018 42.98-96 96-96s96 42.982 96 96c0 53.020-42.98 96-96 96s-96-42.98-96-96zM640 320l329.596-142.172-23.77-59.424-401.826 137.596h-64l-401.826-137.596-23.77 59.424 329.596 142.172v256l-131.27 424.57 59.84 22.7 185.716-415.27h27.428l185.716 415.27 59.84-22.7-131.27-424.57z"],"isMulticolor":false,"isMulticolor2":false,"tags":["accessibility"],"defaultCode":59826,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":179,"order":183,"ligatures":"","prevSize":32,"name":"accessibility","code":59827},"setIdx":0,"setId":0,"iconIdx":179},{"icon":{"paths":["M1024 448h-100.924c-27.64-178.24-168.836-319.436-347.076-347.076v-100.924h-128v100.924c-178.24 27.64-319.436 168.836-347.076 347.076h-100.924v128h100.924c27.64 178.24 168.836 319.436 347.076 347.076v100.924h128v-100.924c178.24-27.64 319.436-168.836 347.076-347.076h100.924v-128zM792.822 448h-99.762c-19.284-54.55-62.51-97.778-117.060-117.060v-99.762c107.514 24.49 192.332 109.31 216.822 216.822zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM448 231.178v99.762c-54.55 19.282-97.778 62.51-117.060 117.060h-99.762c24.49-107.512 109.31-192.332 216.822-216.822zM231.178 576h99.762c19.282 54.55 62.51 97.778 117.060 117.060v99.762c-107.512-24.49-192.332-109.308-216.822-216.822zM576 792.822v-99.762c54.55-19.284 97.778-62.51 117.060-117.060h99.762c-24.49 107.514-109.308 192.332-216.822 216.822z"],"isMulticolor":false,"isMulticolor2":false,"tags":["target"],"defaultCode":59827,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":180,"order":184,"ligatures":"","prevSize":32,"name":"target","code":59828},"setIdx":0,"setId":0,"iconIdx":180},{"icon":{"paths":["M960 0l-448 128-448-128c0 0-4.5 51.698 0 128l448 140.090 448-140.090c4.498-76.302 0-128 0-128zM72.19 195.106c23.986 250.696 113.49 672.234 439.81 828.894 326.32-156.66 415.824-578.198 439.81-828.894l-439.81 165.358-439.81-165.358z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shield"],"defaultCode":59828,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":181,"order":185,"ligatures":"","prevSize":32,"name":"shield","code":59829},"setIdx":0,"setId":0,"iconIdx":181},{"icon":{"paths":["M384 0l-384 512h384l-256 512 896-640h-512l384-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["power"],"defaultCode":59829,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":182,"order":186,"ligatures":"","prevSize":32,"name":"power","code":59830},"setIdx":0,"setId":0,"iconIdx":182},{"icon":{"paths":["M640 146.588v135.958c36.206 15.804 69.5 38.408 98.274 67.18 60.442 60.44 93.726 140.8 93.726 226.274s-33.286 165.834-93.726 226.274c-60.44 60.44-140.798 93.726-226.274 93.726s-165.834-33.286-226.274-93.726c-60.44-60.44-93.726-140.8-93.726-226.274s33.286-165.834 93.726-226.274c28.774-28.774 62.068-51.378 98.274-67.182v-135.956c-185.048 55.080-320 226.472-320 429.412 0 247.424 200.578 448 448 448 247.424 0 448-200.576 448-448 0-202.94-134.95-374.332-320-429.412zM448 0h128v512h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["switch"],"defaultCode":59830,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":183,"order":187,"ligatures":"","prevSize":32,"name":"switch","code":59831},"setIdx":0,"setId":0,"iconIdx":183},{"icon":{"paths":["M1024 282.5l-90.506-90.5-178.746 178.752-101.5-101.502 178.75-178.75-90.5-90.5-178.75 178.75-114.748-114.75-86.626 86.624 512.002 512 86.624-86.622-114.752-114.752 178.752-178.75zM794.040 673.79l-443.824-443.824c-95.818 114.904-204.52 292.454-129.396 445.216l-132.248 132.248c-31.112 31.114-31.112 82.024 0 113.136l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0l132.246-132.244c152.764 75.132 330.318-33.566 445.226-129.39z"],"isMulticolor":false,"isMulticolor2":false,"tags":["power-cord"],"defaultCode":59831,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":184,"order":188,"ligatures":"","prevSize":32,"name":"power-cord","code":59832},"setIdx":0,"setId":0,"iconIdx":184},{"icon":{"paths":["M928 128h-288c0-70.692-57.306-128-128-128-70.692 0-128 57.308-128 128h-288c-17.672 0-32 14.328-32 32v832c0 17.674 14.328 32 32 32h832c17.674 0 32-14.326 32-32v-832c0-17.672-14.326-32-32-32zM512 64c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM896 960h-768v-768h128v96c0 17.672 14.328 32 32 32h448c17.674 0 32-14.328 32-32v-96h128v768zM448 858.51l-205.254-237.254 58.508-58.51 146.746 114.744 274.742-242.744 58.514 58.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clipboard"],"defaultCode":59832,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":185,"order":189,"ligatures":"","prevSize":32,"name":"clipboard","code":59833},"setIdx":0,"setId":0,"iconIdx":185},{"icon":{"paths":["M384 832h640v128h-640zM384 448h640v128h-640zM384 64h640v128h-640zM192 0v256h-64v-192h-64v-64zM128 526v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM256 704v320h-192v-64h128v-64h-128v-64h128v-64h-128v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list-numbered"],"defaultCode":59833,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":186,"order":190,"ligatures":"","prevSize":32,"name":"list-numbered","code":59834},"setIdx":0,"setId":0,"iconIdx":186},{"icon":{"paths":["M0 0h256v256h-256zM384 64h640v128h-640zM0 384h256v256h-256zM384 448h640v128h-640zM0 768h256v256h-256zM384 832h640v128h-640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list"],"defaultCode":59834,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":187,"order":191,"ligatures":"","prevSize":32,"name":"list","code":59835},"setIdx":0,"setId":0,"iconIdx":187},{"icon":{"paths":["M384 64h640v128h-640v-128zM384 448h640v128h-640v-128zM384 832h640v128h-640v-128zM0 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 896c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list2"],"defaultCode":59835,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":188,"order":192,"ligatures":"","prevSize":32,"name":"list2","code":59836},"setIdx":0,"setId":0,"iconIdx":188},{"icon":{"paths":["M976 768h-16v-208c0-61.756-50.242-112-112-112h-272v-128h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v128h-272c-61.756 0-112 50.244-112 112v208h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48zM192 960h-128v-128h128v128zM576 960h-128v-128h128v128zM448 256v-128h128v128h-128zM960 960h-128v-128h128v128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tree"],"defaultCode":59836,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":189,"order":193,"ligatures":"","prevSize":32,"name":"tree","code":59837},"setIdx":0,"setId":0,"iconIdx":189},{"icon":{"paths":["M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z"],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"defaultCode":59837,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":190,"order":194,"ligatures":"","prevSize":32,"name":"menu","code":59838},"setIdx":0,"setId":0,"iconIdx":190},{"icon":{"paths":["M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192zM992 576l192 192 192-192zM1376 512l-192-192-192 192z"],"width":1408,"isMulticolor":false,"isMulticolor2":false,"tags":["menu2"],"defaultCode":59838,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":191,"order":195,"ligatures":"","prevSize":32,"name":"menu2","code":59839},"setIdx":0,"setId":0,"iconIdx":191},{"icon":{"paths":["M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192zM992 448l192 192 192-192z"],"width":1408,"isMulticolor":false,"isMulticolor2":false,"tags":["menu3"],"defaultCode":59839,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":192,"order":196,"ligatures":"","prevSize":32,"name":"menu3","code":59840},"setIdx":0,"setId":0,"iconIdx":192},{"icon":{"paths":["M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192zM992 640l192-192 192 192z"],"width":1408,"isMulticolor":false,"isMulticolor2":false,"tags":["menu4"],"defaultCode":59840,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":193,"order":197,"ligatures":"","prevSize":32,"name":"menu4","code":59841},"setIdx":0,"setId":0,"iconIdx":193},{"icon":{"paths":["M1024 657.542c0-82.090-56.678-150.9-132.996-169.48-3.242-128.7-108.458-232.062-237.862-232.062-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.874-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848l656.262-0.012c96.138-0.184 174.008-78.212 174.008-174.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud"],"defaultCode":59841,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":194,"order":198,"ligatures":"","prevSize":32,"name":"cloud","code":59842},"setIdx":0,"setId":0,"iconIdx":194},{"icon":{"paths":["M891.004 360.060c-3.242-128.698-108.458-232.060-237.862-232.060-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.876-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848h91.76l226.51 234.51 226.51-234.51 111.482-0.012c96.138-0.184 174.008-78.21 174.008-174.446 0-82.090-56.678-150.9-132.996-169.482zM512 832l-192-192h128v-192h128v192h128l-192 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-download"],"defaultCode":59842,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":195,"order":199,"ligatures":"","prevSize":32,"name":"cloud-download","code":59843},"setIdx":0,"setId":0,"iconIdx":195},{"icon":{"paths":["M892.268 386.49c2.444-11.11 3.732-22.648 3.732-34.49 0-88.366-71.634-160-160-160-14.222 0-28.014 1.868-41.132 5.352-24.798-77.352-97.29-133.352-182.868-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.622-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.388 114.616 256 256 256h128v192h256v-192h224c88.366 0 160-71.632 160-160 0-78.72-56.854-144.162-131.732-157.51zM576 640v192h-128v-192h-160l224-224 224 224h-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-upload"],"defaultCode":59843,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":196,"order":200,"ligatures":"","prevSize":32,"name":"cloud-upload","code":59844},"setIdx":0,"setId":0,"iconIdx":196},{"icon":{"paths":["M892.268 514.49c2.442-11.108 3.732-22.646 3.732-34.49 0-88.366-71.634-160-160-160-14.224 0-28.014 1.868-41.134 5.352-24.796-77.352-97.288-133.352-182.866-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.62-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256h608c88.366 0 160-71.632 160-160 0-78.718-56.854-144.16-131.732-157.51zM416 768l-160-160 64-64 96 96 224-224 64 64-288 288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-check"],"defaultCode":59844,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":197,"order":201,"ligatures":"","prevSize":32,"name":"cloud-check","code":59845},"setIdx":0,"setId":0,"iconIdx":197},{"icon":{"paths":["M896 512h-160l-224 224-224-224h-160l-128 256v64h1024v-64l-128-256zM0 896h1024v64h-1024v-64zM576 320v-256h-128v256h-224l288 288 288-288h-224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download2"],"defaultCode":59845,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":198,"order":202,"ligatures":"","prevSize":32,"name":"download2","code":59846},"setIdx":0,"setId":0,"iconIdx":198},{"icon":{"paths":["M0 896h1024v64h-1024zM1024 768v64h-1024v-64l128-256h256v128h256v-128h256zM224 320l288-288 288 288h-224v256h-128v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload2"],"defaultCode":59846,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":199,"order":203,"ligatures":"","prevSize":32,"name":"upload2","code":59847},"setIdx":0,"setId":0,"iconIdx":199},{"icon":{"paths":["M736 448l-256 256-256-256h160v-384h192v384zM480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download3"],"defaultCode":59847,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":200,"order":204,"ligatures":"","prevSize":32,"name":"download3","code":59848},"setIdx":0,"setId":0,"iconIdx":200},{"icon":{"paths":["M480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64zM224 320l256-256 256 256h-160v320h-192v-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload3"],"defaultCode":59848,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":201,"order":205,"ligatures":"","prevSize":32,"name":"upload3","code":59849},"setIdx":0,"setId":0,"iconIdx":201},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480 0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM751.59 704c8.58-40.454 13.996-83.392 15.758-128h127.446c-3.336 44.196-13.624 87.114-30.68 128h-112.524zM208.41 384c-8.58 40.454-13.996 83.392-15.758 128h-127.444c3.336-44.194 13.622-87.114 30.678-128h112.524zM686.036 384c9.614 40.962 15.398 83.854 17.28 128h-191.316v-128h174.036zM512 320v-187.338c14.59 4.246 29.044 11.37 43.228 21.37 26.582 18.74 52.012 47.608 73.54 83.486 14.882 24.802 27.752 52.416 38.496 82.484h-155.264zM331.232 237.516c21.528-35.878 46.956-64.748 73.54-83.486 14.182-10 28.638-17.124 43.228-21.37v187.34h-155.264c10.746-30.066 23.616-57.68 38.496-82.484zM448 384v128h-191.314c1.88-44.146 7.666-87.038 17.278-128h174.036zM95.888 704c-17.056-40.886-27.342-83.804-30.678-128h127.444c1.762 44.608 7.178 87.546 15.758 128h-112.524zM256.686 576h191.314v128h-174.036c-9.612-40.96-15.398-83.854-17.278-128zM448 768v187.34c-14.588-4.246-29.044-11.372-43.228-21.37-26.584-18.74-52.014-47.61-73.54-83.486-14.882-24.804-27.75-52.418-38.498-82.484h155.266zM628.768 850.484c-21.528 35.876-46.958 64.746-73.54 83.486-14.184 9.998-28.638 17.124-43.228 21.37v-187.34h155.266c-10.746 30.066-23.616 57.68-38.498 82.484zM512 704v-128h191.314c-1.88 44.146-7.666 87.040-17.28 128h-174.034zM767.348 512c-1.762-44.608-7.178-87.546-15.758-128h112.524c17.056 40.886 27.344 83.806 30.68 128h-127.446zM830.658 320h-95.9c-18.638-58.762-44.376-110.294-75.316-151.428 42.536 20.34 81.058 47.616 114.714 81.272 21.48 21.478 40.362 44.938 56.502 70.156zM185.844 249.844c33.658-33.658 72.18-60.932 114.714-81.272-30.942 41.134-56.676 92.666-75.316 151.428h-95.898c16.138-25.218 35.022-48.678 56.5-70.156zM129.344 768h95.898c18.64 58.762 44.376 110.294 75.318 151.43-42.536-20.34-81.058-47.616-114.714-81.274-21.48-21.478-40.364-44.938-56.502-70.156zM774.156 838.156c-33.656 33.658-72.18 60.934-114.714 81.274 30.942-41.134 56.678-92.668 75.316-151.43h95.9c-16.14 25.218-35.022 48.678-56.502 70.156z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sphere"],"defaultCode":59849,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":202,"order":206,"ligatures":"","prevSize":32,"name":"sphere","code":59850},"setIdx":0,"setId":0,"iconIdx":202},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960.002c-62.958 0-122.872-13.012-177.23-36.452l233.148-262.29c5.206-5.858 8.082-13.422 8.082-21.26v-96c0-17.674-14.326-32-32-32-112.99 0-232.204-117.462-233.374-118.626-6-6.002-14.14-9.374-22.626-9.374h-128c-17.672 0-32 14.328-32 32v192c0 12.122 6.848 23.202 17.69 28.622l110.31 55.156v187.886c-116.052-80.956-192-215.432-192-367.664 0-68.714 15.49-133.806 43.138-192h116.862c8.488 0 16.626-3.372 22.628-9.372l128-128c6-6.002 9.372-14.14 9.372-22.628v-77.412c40.562-12.074 83.518-18.588 128-18.588 70.406 0 137.004 16.26 196.282 45.2-4.144 3.502-8.176 7.164-12.046 11.036-36.266 36.264-56.236 84.478-56.236 135.764s19.97 99.5 56.236 135.764c36.434 36.432 85.218 56.264 135.634 56.26 3.166 0 6.342-0.080 9.518-0.236 13.814 51.802 38.752 186.656-8.404 372.334-0.444 1.744-0.696 3.488-0.842 5.224-81.324 83.080-194.7 134.656-320.142 134.656z"],"isMulticolor":false,"isMulticolor2":false,"tags":["earth"],"defaultCode":59850,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":203,"order":207,"ligatures":"","prevSize":32,"name":"earth","code":59851},"setIdx":0,"setId":0,"iconIdx":203},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23zM256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"isMulticolor":false,"isMulticolor2":false,"tags":["link"],"defaultCode":59851,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":204,"order":208,"ligatures":"","prevSize":32,"name":"link","code":59852},"setIdx":0,"setId":0,"iconIdx":204},{"icon":{"paths":["M0 0h128v1024h-128v-1024zM832 643.002c82.624 0 154.57-19.984 192-49.5v-512c-37.43 29.518-109.376 49.502-192 49.502s-154.57-19.984-192-49.502v512c37.43 29.516 109.376 49.5 192 49.5zM608 32.528c-46.906-19.94-115.52-32.528-192-32.528-96.396 0-180.334 19.984-224 49.502v512c43.666-29.518 127.604-49.502 224-49.502 76.48 0 145.094 12.588 192 32.528v-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["flag"],"defaultCode":59852,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":205,"order":209,"ligatures":"","prevSize":32,"name":"flag","code":59853},"setIdx":0,"setId":0,"iconIdx":205},{"icon":{"paths":["M665.832 327.048l-64.952-64.922-324.81 324.742c-53.814 53.792-53.814 141.048 0 194.844 53.804 53.792 141.060 53.792 194.874 0l389.772-389.708c89.714-89.662 89.714-235.062 0-324.726-89.666-89.704-235.112-89.704-324.782 0l-409.23 409.178c-0.29 0.304-0.612 0.576-0.876 0.846-125.102 125.096-125.102 327.856 0 452.906 125.054 125.056 327.868 125.056 452.988 0 0.274-0.274 0.516-0.568 0.82-0.876l0.032 0.034 279.332-279.292-64.986-64.92-279.33 279.262c-0.296 0.268-0.564 0.57-0.846 0.844-89.074 89.058-233.98 89.058-323.076 0-89.062-89.042-89.062-233.922 0-322.978 0.304-0.304 0.604-0.582 0.888-0.846l-0.046-0.060 409.28-409.166c53.712-53.738 141.144-53.738 194.886 0 53.712 53.734 53.712 141.148 0 194.84l-389.772 389.7c-17.936 17.922-47.054 17.922-64.972 0-17.894-17.886-17.894-47.032 0-64.92l324.806-324.782z"],"isMulticolor":false,"isMulticolor2":false,"tags":["attachment"],"defaultCode":59853,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":206,"order":210,"ligatures":"","prevSize":32,"name":"attachment","code":59854},"setIdx":0,"setId":0,"iconIdx":206},{"icon":{"paths":["M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye"],"defaultCode":59854,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":207,"order":211,"ligatures":"","prevSize":32,"name":"eye","code":59855},"setIdx":0,"setId":0,"iconIdx":207},{"icon":{"paths":["M1024 128h-128v-128h-128v128h-128v128h128v128h128v-128h128zM863.862 446.028c18.436 20.478 35.192 42.53 50.022 65.972-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-0.692-0.018-1.38-0.024-2.072-109.284-28.138-190.298-126.63-191.932-244.31-21.026-2.38-42.394-3.618-64.044-3.618-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-17.64-35.23-38.676-68.394-62.65-99.054-29.28 17.178-62.272 28.71-97.488 33.082zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-plus"],"defaultCode":59855,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":208,"order":212,"ligatures":"","prevSize":32,"name":"eye-plus","code":59856},"setIdx":0,"setId":0,"iconIdx":208},{"icon":{"paths":["M640 128h384v128h-384v-128zM870.32 320h-294.32v-124.388c-21.014-2.376-42.364-3.612-64-3.612-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-37.396-74.686-90.020-140.1-153.68-192zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96zM764.448 662.296c-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-30.774-5.454-60.268-15.408-87.598 3.976 2.378 7.938 4.802 11.858 7.302 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-minus"],"defaultCode":59856,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":209,"order":213,"ligatures":"","prevSize":32,"name":"eye-minus","code":59857},"setIdx":0,"setId":0,"iconIdx":209},{"icon":{"paths":["M945.942 14.058c-18.746-18.744-49.136-18.744-67.882 0l-202.164 202.164c-51.938-15.754-106.948-24.222-163.896-24.222-223.318 0-416.882 130.042-512 320 41.122 82.124 100.648 153.040 173.022 207.096l-158.962 158.962c-18.746 18.746-18.746 49.136 0 67.882 9.372 9.374 21.656 14.060 33.94 14.060s24.568-4.686 33.942-14.058l864-864c18.744-18.746 18.744-49.138 0-67.884zM416 320c42.24 0 78.082 27.294 90.92 65.196l-121.724 121.724c-37.902-12.838-65.196-48.68-65.196-90.92 0-53.020 42.98-96 96-96zM110.116 512c38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 54.89 17.286 105.738 46.7 147.418l-60.924 60.924c-52.446-36.842-97.202-83.882-131.66-138.342zM768 442c0-27.166-4.256-53.334-12.102-77.898l-321.808 321.808c24.568 7.842 50.742 12.090 77.91 12.090 141.382 0 256-114.618 256-256zM830.026 289.974l-69.362 69.362c1.264 0.786 2.53 1.568 3.786 2.368 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-38.664 0-76.902-4.76-113.962-14.040l-76.894 76.894c59.718 21.462 123.95 33.146 190.856 33.146 223.31 0 416.876-130.042 512-320-45.022-89.916-112.118-166.396-193.974-222.026z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-blocked"],"defaultCode":59857,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":210,"order":214,"ligatures":"","prevSize":32,"name":"eye-blocked","code":59858},"setIdx":0,"setId":0,"iconIdx":210},{"icon":{"paths":["M192 0v1024l320-320 320 320v-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmark"],"defaultCode":59858,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":211,"order":215,"ligatures":"","prevSize":32,"name":"bookmark","code":59859},"setIdx":0,"setId":0,"iconIdx":211},{"icon":{"paths":["M256 128v896l320-320 320 320v-896zM768 0h-640v896l64-64v-768h576z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmarks"],"defaultCode":59859,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":212,"order":216,"ligatures":"","prevSize":32,"name":"bookmarks","code":59860},"setIdx":0,"setId":0,"iconIdx":212},{"icon":{"paths":["M512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.348 0-64-28.654-64-64s28.652-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.258c24.992 24.99 24.992 65.516 0 90.508-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.99-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.518-24.992 90.508 0 24.994 24.994 24.994 65.52 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0s-24.994-65.518 0-90.508l45.256-45.258zM512 256c-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-141.384-114.616-256-256-256zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sun"],"defaultCode":59860,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":213,"order":217,"ligatures":"","prevSize":32,"name":"sun","code":59861},"setIdx":0,"setId":0,"iconIdx":213},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM128 512c0-212.078 171.922-384 384-384v768c-212.078 0-384-171.922-384-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["contrast"],"defaultCode":59861,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":214,"order":218,"ligatures":"","prevSize":32,"name":"contrast","code":59862},"setIdx":0,"setId":0,"iconIdx":214},{"icon":{"paths":["M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zM512 672v-320c88.224 0 160 71.776 160 160s-71.776 160-160 160zM512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["brightness-contrast"],"defaultCode":59862,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":215,"order":219,"ligatures":"","prevSize":32,"name":"brightness-contrast","code":59863},"setIdx":0,"setId":0,"iconIdx":215},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"isMulticolor":false,"isMulticolor2":false,"tags":["star-empty"],"defaultCode":59863,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":216,"order":220,"ligatures":"","prevSize":32,"name":"star-empty","code":59864},"setIdx":0,"setId":0,"iconIdx":216},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-0.942 0.496 0.942-570.768 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"isMulticolor":false,"isMulticolor2":false,"tags":["star-half"],"defaultCode":59864,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":217,"order":221,"ligatures":"","prevSize":32,"name":"star-half","code":59865},"setIdx":0,"setId":0,"iconIdx":217},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z"],"isMulticolor":false,"isMulticolor2":false,"tags":["star-full"],"defaultCode":59865,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":218,"order":222,"ligatures":"","prevSize":32,"name":"star-full","code":59866},"setIdx":0,"setId":0,"iconIdx":218},{"icon":{"paths":["M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z"],"isMulticolor":false,"isMulticolor2":false,"tags":["heart"],"defaultCode":59866,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":219,"order":223,"ligatures":"","prevSize":32,"name":"heart","code":59867},"setIdx":0,"setId":0,"iconIdx":219},{"icon":{"paths":["M755.188 64c148.382 0 268.812 120.44 268.812 268.832 0 292.21-315.824 382.842-511.978 679.418-207.522-298.424-512.022-377.572-512.022-679.418 0-148.392 120.426-268.832 268.808-268.832 60.354 0 115.99 27.53 160.796 67.834l-77.604 124.166 224 128-128 320 352-384-224-128 61.896-92.846c35.42-21.768 75.21-35.154 117.292-35.154z"],"isMulticolor":false,"isMulticolor2":false,"tags":["heart-broken"],"defaultCode":59867,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":220,"order":224,"ligatures":"","prevSize":32,"name":"heart-broken","code":59868},"setIdx":0,"setId":0,"iconIdx":220},{"icon":{"paths":["M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM576 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["man"],"defaultCode":59868,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":221,"order":225,"ligatures":"","prevSize":32,"name":"man","code":59869},"setIdx":0,"setId":0,"iconIdx":221},{"icon":{"paths":["M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM719 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"isMulticolor":false,"isMulticolor2":false,"tags":["woman"],"defaultCode":59869,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":222,"order":226,"ligatures":"","prevSize":32,"name":"woman","code":59870},"setIdx":0,"setId":0,"iconIdx":222},{"icon":{"paths":["M256 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM832 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96zM256 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64zM975 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z"],"isMulticolor":false,"isMulticolor2":false,"tags":["man-woman"],"defaultCode":59870,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":223,"order":227,"ligatures":"","prevSize":32,"name":"man-woman","code":59871},"setIdx":0,"setId":0,"iconIdx":223},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM512 598.76c115.95 0 226.23-30.806 320-84.92-14.574 178.438-153.128 318.16-320 318.16-166.868 0-305.422-139.872-320-318.304 93.77 54.112 204.050 85.064 320 85.064zM256 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["happy"],"defaultCode":59871,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":224,"order":228,"ligatures":"","prevSize":32,"name":"happy","code":59872},"setIdx":0,"setId":0,"iconIdx":224},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.348 0 64 42.98 64 96s-28.652 96-64 96-64-42.98-64-96 28.652-96 64-96zM320 256c35.346 0 64 42.98 64 96s-28.654 96-64 96-64-42.98-64-96 28.654-96 64-96zM512 896c-166.868 0-305.422-139.872-320-318.304 93.77 54.114 204.050 85.064 320 85.064s226.23-30.806 320-84.92c-14.574 178.438-153.128 318.16-320 318.16z"],"isMulticolor":false,"isMulticolor2":false,"tags":["happy2"],"defaultCode":59872,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":225,"order":229,"ligatures":"","prevSize":32,"name":"happy2","code":59873},"setIdx":0,"setId":0,"iconIdx":225},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM704.098 627.26l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344s-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74s152.924-43.592 192.098-108.74z"],"isMulticolor":false,"isMulticolor2":false,"tags":["smile"],"defaultCode":59873,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":226,"order":230,"ligatures":"","prevSize":32,"name":"smile","code":59874},"setIdx":0,"setId":0,"iconIdx":226},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM512 832c-116.51 0-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74s152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["smile2"],"defaultCode":59874,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":227,"order":231,"ligatures":"","prevSize":32,"name":"smile2","code":59875},"setIdx":0,"setId":0,"iconIdx":227},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM768 576v64h-64v96c0 53.020-42.98 96-96 96s-96-42.98-96-96v-96h-256v-64h512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tongue"],"defaultCode":59875,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":228,"order":232,"ligatures":"","prevSize":32,"name":"tongue","code":59876},"setIdx":0,"setId":0,"iconIdx":228},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM768 640h-64v96c0 53.020-42.98 96-96 96s-96-42.98-96-96v-96h-256v-64h512v64zM704 384c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tongue2"],"defaultCode":59876,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":229,"order":233,"ligatures":"","prevSize":32,"name":"tongue2","code":59877},"setIdx":0,"setId":0,"iconIdx":229},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM319.902 780.74l-82.328-49.396c55.962-93.070 157.916-155.344 274.426-155.344 116.508 0 218.462 62.274 274.426 155.344l-82.328 49.396c-39.174-65.148-110.542-108.74-192.098-108.74-81.558 0-152.924 43.592-192.098 108.74z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sad"],"defaultCode":59877,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":230,"order":234,"ligatures":"","prevSize":32,"name":"sad","code":59878},"setIdx":0,"setId":0,"iconIdx":230},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sad2"],"defaultCode":59878,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":231,"order":235,"ligatures":"","prevSize":32,"name":"sad2","code":59879},"setIdx":0,"setId":0,"iconIdx":231},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM542.74 711.028c140.248-27.706 249.11-91.542 288.454-176.594-21.654 167.956-161.518 297.566-330.85 297.566-119.242 0-223.858-64.282-282.892-160.948 70.41 55.058 194.534 65.808 325.288 39.976zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM352 371.5c-41.796 0-77.334 15.656-90.516 37.5-3.54-5.866-5.484-32.174-5.484-38.75 0-31.066 42.98-56.25 96-56.25s96 25.184 96 56.25c0 6.576-1.944 32.884-5.484 38.75-13.182-21.844-48.72-37.5-90.516-37.5z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wink"],"defaultCode":59879,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":232,"order":236,"ligatures":"","prevSize":32,"name":"wink","code":59880},"setIdx":0,"setId":0,"iconIdx":232},{"icon":{"paths":["M512 0c-282.77 0-512 229.228-512 512 0 282.77 229.228 512 512 512 282.77 0 512-229.23 512-512 0-282.772-229.23-512-512-512zM704 256c35.346 0 64 42.98 64 96s-28.654 96-64 96-64-42.98-64-96 28.654-96 64-96zM352 312.062c59.646 0 102 22.332 102 57.282 0 7.398 3.812 42.994-0.17 49.594-14.828-24.576-54.81-42.188-101.83-42.188s-87.002 17.612-101.83 42.188c-3.982-6.6-0.17-42.196-0.17-49.594 0-34.95 42.354-57.282 102-57.282zM500.344 832c-119.242 0-223.858-64.28-282.892-160.952 70.41 55.060 194.534 65.81 325.288 39.978 140.248-27.706 249.11-91.542 288.454-176.594-21.654 167.96-161.518 297.568-330.85 297.568z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wink2"],"defaultCode":59880,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":233,"order":237,"ligatures":"","prevSize":32,"name":"wink2","code":59881},"setIdx":0,"setId":0,"iconIdx":233},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM192 512v64c0 140.8 115.2 256 256 256h128c140.8 0 256-115.2 256-256v-64h-640zM384 756.988c-26.538-9.458-50.924-24.822-71.544-45.446-36.406-36.402-56.456-84.54-56.456-135.542h128v180.988zM576 768h-128v-192h128v192zM711.544 711.542c-20.624 20.624-45.010 35.988-71.544 45.446v-180.988h128c0 51.002-20.048 99.14-56.456 135.542zM225.352 384c0.002 0 0 0 0 0 9.768 0 18.108-7.056 19.724-16.69 6.158-36.684 37.668-63.31 74.924-63.31s68.766 26.626 74.924 63.31c1.616 9.632 9.956 16.69 19.722 16.69 9.768 0 18.108-7.056 19.724-16.688 1.082-6.436 1.628-12.934 1.628-19.312 0-63.962-52.038-116-116-116s-116 52.038-116 116c0 6.378 0.548 12.876 1.628 19.312 1.62 9.632 9.96 16.688 19.726 16.688zM609.352 384c0.002 0 0 0 0 0 9.77 0 18.112-7.056 19.724-16.69 6.158-36.684 37.668-63.31 74.924-63.31s68.766 26.626 74.924 63.31c1.616 9.632 9.958 16.69 19.722 16.69s18.108-7.056 19.722-16.688c1.082-6.436 1.628-12.934 1.628-19.312 0-63.962-52.038-116-116-116s-116 52.038-116 116c0 6.378 0.544 12.876 1.626 19.312 1.624 9.632 9.964 16.688 19.73 16.688z"],"isMulticolor":false,"isMulticolor2":false,"tags":["grin"],"defaultCode":59881,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":234,"order":238,"ligatures":"","prevSize":32,"name":"grin","code":59882},"setIdx":0,"setId":0,"iconIdx":234},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM704 236c63.962 0 116 52.038 116 116 0 6.378-0.546 12.876-1.628 19.312-1.618 9.632-9.958 16.688-19.724 16.688s-18.108-7.056-19.722-16.69c-6.16-36.684-37.67-53.31-74.926-53.31s-68.766 16.626-74.924 53.31c-1.616 9.632-9.956 16.69-19.722 16.69-0.002 0 0 0-0.002 0-9.766 0-18.106-7.056-19.722-16.688-1.084-6.436-1.63-12.934-1.63-19.312 0-63.962 52.038-116 116-116zM320 236c63.962 0 116 52.038 116 116 0 6.378-0.548 12.876-1.628 19.312-1.618 9.632-9.956 16.688-19.724 16.688s-18.106-7.056-19.722-16.69c-6.16-36.684-37.67-53.31-74.926-53.31s-68.766 16.626-74.924 53.31c-1.616 9.632-9.956 16.69-19.722 16.69 0 0 0 0 0 0-9.766 0-18.106-7.056-19.724-16.688-1.082-6.436-1.63-12.934-1.63-19.312 0-63.962 52.038-116 116-116zM192 576h192v247.846c-110.094-28.606-192-129.124-192-247.846zM448 832v-256h128v256h-128zM640 823.846v-247.846h192c0 118.722-81.904 219.24-192 247.846z"],"isMulticolor":false,"isMulticolor2":false,"tags":["grin2"],"defaultCode":59882,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":235,"order":239,"ligatures":"","prevSize":32,"name":"grin2","code":59883},"setIdx":0,"setId":0,"iconIdx":235},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM800 256c17.6 0 32 14.4 32 32v96c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64h-128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-96c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v32h128v-32c0-17.6 14.4-32 32-32h192zM512 768c93.208 0 174.772-49.818 219.546-124.278l54.88 32.934c-55.966 93.070-157.916 155.344-274.426 155.344-48.458 0-94.384-10.796-135.54-30.082l33.162-55.278c31.354 13.714 65.964 21.36 102.378 21.36z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cool"],"defaultCode":59883,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":236,"order":240,"ligatures":"","prevSize":32,"name":"cool","code":59884},"setIdx":0,"setId":0,"iconIdx":236},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM512 832c-48.458 0-94.384-10.796-135.542-30.082l33.162-55.276c31.356 13.712 65.966 21.358 102.38 21.358 93.208 0 174.772-49.818 219.542-124.278l54.882 32.934c-55.964 93.070-157.914 155.344-274.424 155.344zM832 384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64h-128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-96c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v32h128v-32c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cool2"],"defaultCode":59884,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":237,"order":241,"ligatures":"","prevSize":32,"name":"cool2","code":59885},"setIdx":0,"setId":0,"iconIdx":237},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396zM767.042 280.24c4.284 17.144-6.14 34.518-23.282 38.804-17.626 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-1.17 0.036-2.33 0.098-3.484 2.032-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804z"],"isMulticolor":false,"isMulticolor2":false,"tags":["angry"],"defaultCode":59885,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":238,"order":242,"ligatures":"","prevSize":32,"name":"angry","code":59886},"setIdx":0,"setId":0,"iconIdx":238},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM576.094 380.516c2.032-47.454 45.21-78.948 81.592-97.138 34.742-17.372 69.104-26.060 70.548-26.422 17.146-4.288 34.52 6.138 38.806 23.284s-6.138 34.518-23.284 38.806c-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.038-2.332 0.1-3.486zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396z"],"isMulticolor":false,"isMulticolor2":false,"tags":["angry2"],"defaultCode":59886,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":239,"order":243,"ligatures":"","prevSize":32,"name":"angry2","code":59887},"setIdx":0,"setId":0,"iconIdx":239},{"icon":{"paths":["M639.996 448c-35.346 0-64-28.654-63.998-64.002 0-1.17 0.036-2.33 0.098-3.484 2.032-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284 4.284 17.146-6.14 34.518-23.284 38.806-17.626 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64zM280.242 319.044c-17.144-4.286-27.568-21.66-23.282-38.804 4.286-17.146 21.66-27.572 38.806-23.284 1.444 0.362 35.806 9.050 70.548 26.422 36.382 18.19 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.316 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.312-16.9-56.936-21.35zM512 736c81.554 0 152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344s-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74zM1024 64c0-45.516-9.524-88.8-26.652-128-33.576 76.836-96.448 137.932-174.494 169.178-86.194-65.96-193.936-105.178-310.854-105.178s-224.66 39.218-310.854 105.178c-78.048-31.246-140.918-92.342-174.494-169.178-17.128 39.2-26.652 82.484-26.652 128 0 73.574 24.85 141.328 66.588 195.378-42.37 74.542-66.588 160.75-66.588 252.622 0 282.77 229.23 512 512 512s512-229.23 512-512c0-91.872-24.218-178.080-66.588-252.622 41.738-54.050 66.588-121.804 66.588-195.378zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evil"],"defaultCode":59887,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":240,"order":244,"ligatures":"","prevSize":32,"name":"evil","code":59888},"setIdx":0,"setId":0,"iconIdx":240},{"icon":{"paths":["M1024 64c0-45.516-9.524-88.8-26.652-128-33.576 76.836-96.448 137.932-174.494 169.178-86.194-65.96-193.936-105.178-310.854-105.178s-224.66 39.218-310.854 105.178c-78.048-31.246-140.918-92.342-174.494-169.178-17.128 39.2-26.652 82.484-26.652 128 0 73.574 24.85 141.328 66.588 195.378-42.37 74.542-66.588 160.75-66.588 252.622 0 282.77 229.23 512 512 512s512-229.23 512-512c0-91.872-24.218-178.080-66.588-252.622 41.738-54.050 66.588-121.804 66.588-195.378zM576.094 380.516c2.032-47.454 45.21-78.948 81.592-97.138 34.742-17.372 69.104-26.060 70.548-26.422 17.146-4.288 34.52 6.138 38.806 23.284s-6.138 34.518-23.284 38.806c-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.038-2.332 0.1-3.486zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM512 832c-116.51 0-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74 81.554 0 152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evil2"],"defaultCode":59888,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":241,"order":245,"ligatures":"","prevSize":32,"name":"evil2","code":59889},"setIdx":0,"setId":0,"iconIdx":241},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM384 704c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM256 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shocked"],"defaultCode":59889,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":242,"order":246,"ligatures":"","prevSize":32,"name":"shocked","code":59890},"setIdx":0,"setId":0,"iconIdx":242},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 448c-35.346 0-64-42.98-64-96s28.654-96 64-96 64 42.98 64 96-28.654 96-64 96zM512 832c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128s-57.308 128-128 128zM704 448c-35.346 0-64-42.98-64-96s28.654-96 64-96 64 42.98 64 96-28.654 96-64 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shocked2"],"defaultCode":59890,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":243,"order":247,"ligatures":"","prevSize":32,"name":"shocked2","code":59891},"setIdx":0,"setId":0,"iconIdx":243},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM384 416c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32zM352 320c53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zM352 256c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160-71.776-160-160-160v0zM704 416c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32zM672 320c53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zM672 256c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160-71.776-160-160-160v0zM384 704h256v64h-256v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["baffled"],"defaultCode":59891,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":244,"order":248,"ligatures":"","prevSize":32,"name":"baffled","code":59892},"setIdx":0,"setId":0,"iconIdx":244},{"icon":{"paths":["M384 416c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM704 416c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM256 416c0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96-96-42.98-96-96zM640 768h-256v-64h256v64zM672 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["baffled2"],"defaultCode":59892,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":245,"order":249,"ligatures":"","prevSize":32,"name":"baffled2","code":59893},"setIdx":0,"setId":0,"iconIdx":245},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM726.106 640h64.864c9.246 72.506-32.452 144.53-103.958 170.56-82.904 30.176-174.9-12.716-205.080-95.616-18.108-49.744-73.306-75.482-123.048-57.372-45.562 16.588-70.956 64.298-60.988 110.424h-64.86c-9.242-72.508 32.45-144.528 103.956-170.56 82.904-30.178 174.902 12.716 205.082 95.614 18.104 49.748 73.306 75.482 123.044 57.372 45.562-16.584 70.956-64.298 60.988-110.422z"],"isMulticolor":false,"isMulticolor2":false,"tags":["confused"],"defaultCode":59893,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":246,"order":250,"ligatures":"","prevSize":32,"name":"confused","code":59894},"setIdx":0,"setId":0,"iconIdx":246},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM687.010 810.56c-82.902 30.18-174.9-12.712-205.080-95.614-18.108-49.742-73.306-75.478-123.048-57.372-45.562 16.588-70.958 64.296-60.988 110.424h-64.86c-9.244-72.508 32.45-144.532 103.956-170.56 82.904-30.18 174.902 12.712 205.082 95.614 18.108 49.742 73.306 75.476 123.046 57.37 45.562-16.584 70.958-64.294 60.988-110.422h64.864c9.24 72.506-32.454 144.532-103.96 170.56z"],"isMulticolor":false,"isMulticolor2":false,"tags":["confused2"],"defaultCode":59894,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":247,"order":251,"ligatures":"","prevSize":32,"name":"confused2","code":59895},"setIdx":0,"setId":0,"iconIdx":247},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM640 320c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM384 704h256v64h-256v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["neutral"],"defaultCode":59895,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":248,"order":252,"ligatures":"","prevSize":32,"name":"neutral","code":59896},"setIdx":0,"setId":0,"iconIdx":248},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM640 768h-256v-64h256v64zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["neutral2"],"defaultCode":59896,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":249,"order":253,"ligatures":"","prevSize":32,"name":"neutral2","code":59897},"setIdx":0,"setId":0,"iconIdx":249},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM675.882 540.118c-37.49-37.49-98.276-37.49-135.766 0s-37.49 98.276 0 135.766c1.204 1.204 2.434 2.368 3.684 3.492 86.528 78.512 288.2-1.842 288.2-103.376-62 40-110.45 9.786-156.118-35.882zM348.118 540.118c37.49-37.49 98.276-37.49 135.766 0s37.49 98.276 0 135.766c-1.204 1.204-2.434 2.368-3.684 3.492-86.528 78.512-288.2-1.842-288.2-103.376 62 40 110.45 9.786 156.118-35.882z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hipster"],"defaultCode":59897,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":250,"order":254,"ligatures":"","prevSize":32,"name":"hipster","code":59898},"setIdx":0,"setId":0,"iconIdx":250},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM543.8 679.376c-1.25-1.124-2.48-2.29-3.684-3.492-18.74-18.74-28.112-43.3-28.118-67.864-0.004 24.562-9.376 49.124-28.118 67.864-1.204 1.204-2.434 2.368-3.684 3.492-86.524 78.512-288.196-1.842-288.196-103.376 62 40 110.45 9.786 156.118-35.882 37.49-37.49 98.276-37.49 135.766 0 18.74 18.74 28.112 43.3 28.118 67.864 0.004-24.562 9.376-49.124 28.118-67.864 37.49-37.49 98.276-37.49 135.766 0 45.664 45.668 94.114 75.882 156.114 35.882 0 101.534-201.672 181.888-288.2 103.376z"],"isMulticolor":false,"isMulticolor2":false,"tags":["hipster2"],"defaultCode":59898,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":251,"order":255,"ligatures":"","prevSize":32,"name":"hipster2","code":59899},"setIdx":0,"setId":0,"iconIdx":251},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM745.74 601.62l22.488 76.776-437.008 128.002-22.488-76.776zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wondering"],"defaultCode":59899,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":252,"order":256,"ligatures":"","prevSize":32,"name":"wondering","code":59900},"setIdx":0,"setId":0,"iconIdx":252},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM331.244 806.386l-22.488-76.774 437-128 22.488 76.774-437 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["wondering2"],"defaultCode":59900,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":253,"order":257,"ligatures":"","prevSize":32,"name":"wondering2","code":59901},"setIdx":0,"setId":0,"iconIdx":253},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM640 672c0 88.366-57.308 160-128.002 160s-128.002-71.634-128.002-160c0-88.366 57.308-160 128.002-160s128.002 71.634 128.002 160zM416 340c-8.19 0-16.378-3.124-22.626-9.374-19.334-19.332-63.412-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374zM736 340c-8.19 0-16.378-3.124-22.626-9.374-19.332-19.332-63.414-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sleepy"],"defaultCode":59901,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":254,"order":258,"ligatures":"","prevSize":32,"name":"sleepy","code":59902},"setIdx":0,"setId":0,"iconIdx":254},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM310.628 330.626c-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374s-16.378-3.124-22.626-9.374c-19.334-19.332-63.412-19.332-82.746 0zM511.998 832c-70.694 0-128.002-71.634-128.002-160s57.308-160 128.002-160 128.002 71.634 128.002 160-57.308 160-128.002 160zM758.628 330.626c-6.248 6.25-14.438 9.374-22.628 9.374s-16.378-3.124-22.626-9.374c-19.332-19.332-63.414-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.498 12.498 32.758 0 45.254z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sleepy2"],"defaultCode":59902,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":255,"order":259,"ligatures":"","prevSize":32,"name":"sleepy2","code":59903},"setIdx":0,"setId":0,"iconIdx":255},{"icon":{"paths":["M366.312 283.378c-34.742-17.37-69.102-26.060-70.548-26.422-17.146-4.288-34.518 6.138-38.806 23.284-4.284 17.144 6.14 34.518 23.282 38.804 17.626 4.45 38.522 12.12 56.936 21.35-10.648 11.43-17.174 26.752-17.174 43.606 0 35.346 28.654 64 64 64s64-28.654 64-64c0-1.17-0.036-2.33-0.098-3.484-2.032-47.454-45.212-78.946-81.592-97.138zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM236.498 823.664c10.706 5.324 22.756 8.336 35.502 8.336h480c12.746 0 24.796-3.012 35.502-8.338-73.378 64.914-169.828 104.338-275.502 104.338-105.672 0-202.124-39.424-275.502-104.336zM256 752v-96c0-8.674 7.328-16 16-16h112v128h-112c-8.672 0-16-7.326-16-16zM448 768v-128h128v128h-128zM640 768v-128h112c8.674 0 16 7.326 16 16v96c0 8.674-7.326 16-16 16h-112zM823.662 787.502c5.326-10.706 8.338-22.756 8.338-35.502v-96c0-44.112-35.888-80-80-80h-480c-44.112 0-80 35.888-80 80v96c0 12.746 3.012 24.796 8.336 35.502-64.912-73.378-104.336-169.828-104.336-275.502 0-229.75 186.25-416 416-416s416 186.25 416 416c0 105.674-39.424 202.124-104.338 275.502zM728.236 256.956c-1.448 0.362-35.806 9.052-70.548 26.422-36.378 18.192-79.558 49.684-81.592 97.138-0.060 1.154-0.098 2.314-0.098 3.484 0 35.346 28.654 64 64 64s64-28.654 64-64c0-16.854-6.526-32.176-17.174-43.606 18.414-9.23 39.31-16.9 56.936-21.35 17.142-4.286 27.566-21.66 23.284-38.804-4.29-17.146-21.662-27.572-38.808-23.284z"],"isMulticolor":false,"isMulticolor2":false,"tags":["frustrated"],"defaultCode":59903,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":256,"order":260,"ligatures":"","prevSize":32,"name":"frustrated","code":59904},"setIdx":0,"setId":0,"iconIdx":256},{"icon":{"paths":["M256 656v96c0 8.674 7.328 16 16 16h112v-128h-112c-8.672 0-16 7.326-16 16zM448 640h128v128h-128v-128zM752 640h-112v128h112c8.674 0 16-7.326 16-16v-96c0-8.674-7.326-16-16-16zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM576.096 380.516c2.034-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284 4.284 17.144-6.14 34.518-23.284 38.804-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.040-2.33 0.1-3.484zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM832 752c0 44.112-35.888 80-80 80h-480c-44.112 0-80-35.888-80-80v-96c0-44.112 35.888-80 80-80h480c44.112 0 80 35.888 80 80v96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["frustrated2"],"defaultCode":59904,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":257,"order":261,"ligatures":"","prevSize":32,"name":"frustrated2","code":59905},"setIdx":0,"setId":0,"iconIdx":257},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM800 384h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32zM352 384h-128c-17.672 0-32-14.328-32-32s14.328-32 32-32h128c17.672 0 32 14.328 32 32s-14.328 32-32 32zM608 856c-8.19 0-16.378-3.124-22.626-9.374-4.582-4.582-29.42-14.626-73.374-14.626s-68.79 10.044-73.374 14.626c-12.496 12.496-32.758 12.496-45.254 0-12.498-12.496-12.498-32.758 0-45.254 30.122-30.12 92.994-33.372 118.628-33.372 25.632 0 88.506 3.252 118.626 33.374 12.498 12.496 12.498 32.758 0 45.254-6.248 6.248-14.436 9.372-22.626 9.372zM736 576c-17.674 0-32-14.326-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64c0 17.674-14.326 32-32 32zM736 768c-17.674 0-32-14.326-32-32v-64c0-17.674 14.326-32 32-32s32 14.326 32 32v64c0 17.674-14.326 32-32 32zM288 576c-17.672 0-32-14.326-32-32v-64c0-17.672 14.328-32 32-32s32 14.328 32 32v64c0 17.674-14.328 32-32 32zM288 768c-17.672 0-32-14.326-32-32v-64c0-17.674 14.328-32 32-32s32 14.326 32 32v64c0 17.674-14.328 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["crying"],"defaultCode":59905,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":258,"order":262,"ligatures":"","prevSize":32,"name":"crying","code":59906},"setIdx":0,"setId":0,"iconIdx":258},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 736c0 17.674-14.328 32-32 32s-32-14.326-32-32v-64c0-17.674 14.328-32 32-32s32 14.326 32 32v64zM320 544c0 17.674-14.328 32-32 32s-32-14.326-32-32v-64c0-17.672 14.328-32 32-32s32 14.328 32 32v64zM352 384h-128c-17.672 0-32-14.328-32-32s14.328-32 32-32h128c17.672 0 32 14.328 32 32s-14.328 32-32 32zM630.626 846.626c-6.248 6.25-14.436 9.374-22.626 9.374s-16.378-3.124-22.626-9.374c-4.582-4.582-29.42-14.626-73.374-14.626s-68.79 10.044-73.374 14.626c-12.496 12.496-32.758 12.496-45.254 0-12.498-12.496-12.498-32.758 0-45.254 30.122-30.12 92.994-33.372 118.628-33.372 25.632 0 88.506 3.252 118.626 33.374 12.498 12.496 12.498 32.756 0 45.252zM768 736c0 17.674-14.326 32-32 32s-32-14.326-32-32v-64c0-17.674 14.326-32 32-32s32 14.326 32 32v64zM768 544c0 17.674-14.326 32-32 32s-32-14.326-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64zM800 384h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["crying2"],"defaultCode":59906,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":259,"order":263,"ligatures":"","prevSize":32,"name":"crying2","code":59907},"setIdx":0,"setId":0,"iconIdx":259},{"icon":{"paths":["M960 608v-160c0-52.934-43.066-96-96-96-17.104 0-33.176 4.494-47.098 12.368-17.076-26.664-46.958-44.368-80.902-44.368-24.564 0-47.004 9.274-64 24.504-16.996-15.23-39.436-24.504-64-24.504-11.214 0-21.986 1.934-32 5.484v-229.484c0-52.934-43.066-96-96-96s-96 43.066-96 96v394.676l-176.018-93.836c-14.536-8.4-31.126-12.84-47.982-12.84-52.934 0-96 43.066-96 96 0 26.368 10.472 50.954 29.49 69.226 0.248 0.238 0.496 0.47 0.75 0.7l239.17 218.074h-45.41c-17.672 0-32 14.326-32 32v192c0 17.674 14.328 32 32 32h640c17.674 0 32-14.326 32-32v-192c0-17.674-14.326-32-32-32h-44.222l72.844-145.69c2.222-4.442 3.378-9.342 3.378-14.31zM896 864c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM896 600.446l-83.776 167.554h-383.826l-290.818-265.166c-6.18-6.070-9.58-14.164-9.58-22.834 0-17.644 14.356-32 32-32 5.46 0 10.612 1.31 15.324 3.894 0.53 0.324 1.070 0.632 1.622 0.926l224 119.416c9.92 5.288 21.884 4.986 31.52-0.8 9.638-5.782 15.534-16.196 15.534-27.436v-448c0-17.644 14.356-32 32-32s32 14.356 32 32v320c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v32c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-up"],"defaultCode":59907,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":260,"order":264,"ligatures":"","prevSize":32,"name":"point-up","code":59908},"setIdx":0,"setId":0,"iconIdx":260},{"icon":{"paths":["M416 960h160c52.934 0 96-43.066 96-96 0-17.104-4.494-33.176-12.368-47.098 26.664-17.076 44.368-46.958 44.368-80.902 0-24.564-9.276-47.004-24.504-64 15.228-16.996 24.504-39.436 24.504-64 0-11.214-1.934-21.986-5.484-32h229.484c52.934 0 96-43.066 96-96s-43.066-96-96-96h-394.676l93.836-176.018c8.4-14.536 12.84-31.126 12.84-47.982 0-52.934-43.066-96-96-96-26.368 0-50.954 10.472-69.226 29.49-0.238 0.248-0.47 0.496-0.7 0.75l-218.074 239.17v-45.41c0-17.672-14.326-32-32-32h-192c-17.674 0-32 14.328-32 32v640c0 17.674 14.326 32 32 32h192c17.674 0 32-14.326 32-32v-44.222l145.69 72.844c4.444 2.222 9.342 3.378 14.31 3.378zM160 896c-17.674 0-32-14.326-32-32s14.326-32 32-32 32 14.326 32 32-14.326 32-32 32zM423.556 896l-167.556-83.778v-383.824l265.168-290.818c6.066-6.18 14.162-9.58 22.832-9.58 17.644 0 32 14.356 32 32 0 5.46-1.308 10.612-3.894 15.324-0.324 0.53-0.632 1.070-0.926 1.622l-119.418 224c-5.288 9.92-4.986 21.884 0.8 31.52 5.784 9.638 16.198 15.534 27.438 15.534h448c17.644 0 32 14.356 32 32s-14.356 32-32 32h-320c-17.672 0-32 14.326-32 32s14.328 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32h-32c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32h-152.444z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-right"],"defaultCode":59908,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":261,"order":265,"ligatures":"","prevSize":32,"name":"point-right","code":59909},"setIdx":0,"setId":0,"iconIdx":261},{"icon":{"paths":["M960 416v160c0 52.934-43.066 96-96 96-17.104 0-33.176-4.494-47.098-12.368-17.076 26.662-46.96 44.368-80.902 44.368-24.564 0-47.004-9.276-64-24.504-16.996 15.228-39.436 24.504-64 24.504-11.214 0-21.986-1.934-32-5.484v229.484c0 52.934-43.066 96-96 96-52.936 0-96-43.066-96-96v-394.676l-176.018 93.836c-14.538 8.398-31.126 12.84-47.982 12.84-52.936 0-96-43.066-96-96 0-26.368 10.472-50.952 29.488-69.226 0.248-0.238 0.496-0.47 0.75-0.7l239.17-218.074h-45.408c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h640c17.674 0 32 14.326 32 32v192c0 17.674-14.326 32-32 32h-44.222l72.842 145.69c2.224 4.442 3.38 9.342 3.38 14.31zM896 160c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM896 423.554l-83.778-167.554h-383.824l-290.82 265.168c-6.18 6.066-9.578 14.162-9.578 22.832 0 17.644 14.356 32 32 32 5.458 0 10.612-1.308 15.324-3.894 0.53-0.324 1.070-0.632 1.622-0.926l224-119.416c9.92-5.288 21.884-4.986 31.52 0.8 9.638 5.782 15.534 16.196 15.534 27.436v448c0 17.644 14.356 32 32 32s32-14.356 32-32v-320c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32c0-17.674 14.326-32 32-32s32 14.326 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-32c0-17.674 14.326-32 32-32s32 14.326 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-down"],"defaultCode":59909,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":262,"order":266,"ligatures":"","prevSize":32,"name":"point-down","code":59910},"setIdx":0,"setId":0,"iconIdx":262},{"icon":{"paths":["M608 960h-160c-52.934 0-96-43.066-96-96 0-17.104 4.494-33.176 12.368-47.098-26.662-17.076-44.368-46.958-44.368-80.902 0-24.564 9.276-47.004 24.504-64-15.228-16.996-24.504-39.436-24.504-64 0-11.214 1.934-21.986 5.484-32h-229.484c-52.934 0-96-43.066-96-96 0-52.936 43.066-96 96-96h394.676l-93.836-176.018c-8.398-14.536-12.84-31.126-12.84-47.982 0-52.936 43.066-96 96-96 26.368 0 50.952 10.472 69.224 29.488 0.238 0.248 0.472 0.496 0.7 0.75l218.076 239.17v-45.408c0-17.674 14.326-32 32-32h192c17.674 0 32 14.326 32 32v640c0 17.674-14.326 32-32 32h-192c-17.674 0-32-14.326-32-32v-44.222l-145.69 72.844c-4.442 2.222-9.34 3.378-14.31 3.378zM864 896c17.674 0 32-14.326 32-32s-14.326-32-32-32-32 14.326-32 32 14.326 32 32 32zM600.446 896l167.554-83.778v-383.824l-265.168-290.82c-6.066-6.18-14.162-9.578-22.832-9.578-17.644 0-32 14.356-32 32 0 5.458 1.308 10.612 3.894 15.324 0.324 0.53 0.632 1.070 0.926 1.622l119.416 224c5.29 9.92 4.988 21.884-0.798 31.52-5.784 9.638-16.198 15.534-27.438 15.534h-448c-17.644 0-32 14.356-32 32s14.356 32 32 32h320c17.672 0 32 14.326 32 32s-14.328 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32c17.674 0 32 14.326 32 32s-14.326 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32h32c17.674 0 32 14.326 32 32s-14.326 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32h152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["point-left"],"defaultCode":59910,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":263,"order":267,"ligatures":"","prevSize":32,"name":"point-left","code":59911},"setIdx":0,"setId":0,"iconIdx":263},{"icon":{"paths":["M512 92.774l429.102 855.226h-858.206l429.104-855.226zM512 0c-22.070 0-44.14 14.882-60.884 44.648l-437.074 871.112c-33.486 59.532-5 108.24 63.304 108.24h869.308c68.3 0 96.792-48.708 63.3-108.24h0.002l-437.074-871.112c-16.742-29.766-38.812-44.648-60.882-44.648v0zM576 832c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zM512 704c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64s64 28.654 64 64v192c0 35.346-28.654 64-64 64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["warning"],"defaultCode":59911,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":264,"order":268,"ligatures":"","prevSize":32,"name":"warning","code":59912},"setIdx":0,"setId":0,"iconIdx":264},{"icon":{"paths":["M512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM448 704h128v128h-128zM448 192h128v384h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["notification"],"defaultCode":59912,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":265,"order":269,"ligatures":"","prevSize":32,"name":"notification","code":59913},"setIdx":0,"setId":0,"iconIdx":265},{"icon":{"paths":["M448 704h128v128h-128zM704 256c35.346 0 64 28.654 64 64v192l-192 128h-128v-64l192-128v-64h-320v-128h384zM512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["question"],"defaultCode":59913,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":266,"order":270,"ligatures":"","prevSize":32,"name":"question","code":59914},"setIdx":0,"setId":0,"iconIdx":266},{"icon":{"paths":["M992 384h-352v-352c0-17.672-14.328-32-32-32h-192c-17.672 0-32 14.328-32 32v352h-352c-17.672 0-32 14.328-32 32v192c0 17.672 14.328 32 32 32h352v352c0 17.672 14.328 32 32 32h192c17.672 0 32-14.328 32-32v-352h352c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["plus"],"defaultCode":59914,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":267,"order":271,"ligatures":"","prevSize":32,"name":"plus","code":59915},"setIdx":0,"setId":0,"iconIdx":267},{"icon":{"paths":["M0 416v192c0 17.672 14.328 32 32 32h960c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32h-960c-17.672 0-32 14.328-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["minus"],"defaultCode":59915,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":268,"order":272,"ligatures":"","prevSize":32,"name":"minus","code":59916},"setIdx":0,"setId":0,"iconIdx":268},{"icon":{"paths":["M448 304c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32zM640 768h-256v-64h64v-192h-64v-64h192v256h64zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["info1"],"defaultCode":59916,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":269,"order":273,"ligatures":"","prevSize":32,"name":"info1","code":59917},"setIdx":0,"setId":0,"iconIdx":269},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM672 256l-160 160-160-160-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cancel-circle"],"defaultCode":59917,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":270,"order":274,"ligatures":"","prevSize":32,"name":"cancel-circle","code":59918},"setIdx":0,"setId":0,"iconIdx":270},{"icon":{"paths":["M874.040 149.96c-96.706-96.702-225.28-149.96-362.040-149.96s-265.334 53.258-362.040 149.96c-96.702 96.706-149.96 225.28-149.96 362.040s53.258 265.334 149.96 362.040c96.706 96.702 225.28 149.96 362.040 149.96s265.334-53.258 362.040-149.96c96.702-96.706 149.96-225.28 149.96-362.040s-53.258-265.334-149.96-362.040zM896 512c0 82.814-26.354 159.588-71.112 222.38l-535.266-535.268c62.792-44.758 139.564-71.112 222.378-71.112 211.738 0 384 172.262 384 384zM128 512c0-82.814 26.354-159.586 71.112-222.378l535.27 535.268c-62.794 44.756-139.568 71.11-222.382 71.11-211.738 0-384-172.262-384-384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["blocked"],"defaultCode":59918,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":271,"order":275,"ligatures":"","prevSize":32,"name":"blocked","code":59919},"setIdx":0,"setId":0,"iconIdx":271},{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cross"],"defaultCode":59919,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":272,"order":276,"ligatures":"","prevSize":32,"name":"cross","code":59920},"setIdx":0,"setId":0,"iconIdx":272},{"icon":{"paths":["M864 128l-480 480-224-224-160 160 384 384 640-640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkmark"],"defaultCode":59920,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":273,"order":277,"ligatures":"","prevSize":32,"name":"checkmark","code":59921},"setIdx":0,"setId":0,"iconIdx":273},{"icon":{"paths":["M397.434 917.696l-397.868-391.6 197.378-194.27 200.49 197.332 429.62-422.852 197.378 194.27-626.998 617.12zM107.912 526.096l289.524 284.962 518.656-510.482-89.036-87.632-429.62 422.852-200.49-197.334-89.034 87.634z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkmark2"],"defaultCode":59921,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":274,"order":278,"ligatures":"","prevSize":32,"name":"checkmark2","code":59922},"setIdx":0,"setId":0,"iconIdx":274},{"icon":{"paths":["M128 256h128v192h64v-384c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v384h64v-192zM128 64h128v128h-128v-128zM960 64v-64h-192c-35.202 0-64 28.8-64 64v320c0 35.2 28.798 64 64 64h192v-64h-192v-320h192zM640 160v-96c0-35.2-28.8-64-64-64h-192v448h192c35.2 0 64-28.8 64-64v-96c0-35.2-8.8-64-44-64 35.2 0 44-28.8 44-64zM576 384h-128v-128h128v128zM576 192h-128v-128h128v128zM832 576l-416 448-224-288 82-70 142 148 352-302z"],"isMulticolor":false,"isMulticolor2":false,"tags":["spell-check"],"defaultCode":59922,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":275,"order":279,"ligatures":"","prevSize":32,"name":"spell-check","code":59923},"setIdx":0,"setId":0,"iconIdx":275},{"icon":{"paths":["M384 512h-320v-128h320v-128l192 192-192 192zM1024 0v832l-384 192v-192h-384v-256h64v192h320v-576l256-128h-576v256h-64v-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["enter"],"defaultCode":59923,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":276,"order":280,"ligatures":"","prevSize":32,"name":"enter","code":59924},"setIdx":0,"setId":0,"iconIdx":276},{"icon":{"paths":["M768 640v-128h-320v-128h320v-128l192 192zM704 576v256h-320v192l-384-192v-832h704v320h-64v-256h-512l256 128v576h256v-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["exit"],"defaultCode":59924,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":277,"order":281,"ligatures":"","prevSize":32,"name":"exit","code":59925},"setIdx":0,"setId":0,"iconIdx":277},{"icon":{"paths":["M27.2 253.216c-25.76 241.856 124.768 457.536 339.232 483.68 130.080 15.904 254.016-41.728 338.912-143.168l-99.36-77.664 417.952-168.704-62.848 446.304-94.688-73.984c-102.144 126.208-264.928 198.624-437.984 177.536-267.136-32.544-457.344-275.488-424.8-542.656 4.32-35.264 12.352-69.12 23.552-101.344zM119.776 157.696l301.536 301.504c9.952 9.952 26.048 9.952 35.968 0l300.416-300.384c6.112 4.064 10.208 10.976 10.208 18.88v222.432l-254.752 102.912 107.424 83.936h-452.096c-22.784-22.304-43.552-47.2-61.056-74.624v-334.656c0-8.768 5.056-16.288 12.352-20.032zM154.816 105.6h569.184c-0.32 5.44-2.528 10.816-6.752 14.944l-263.008 261.568c-8.8 8.576-22.752 8.64-31.104 0.064l-262.368-260.384c-4.352-4.416-6.272-10.336-5.952-16.192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sendemail"],"defaultCode":59925,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":278,"order":282,"ligatures":"","prevSize":32,"name":"sendemail","code":59926},"setIdx":0,"setId":0,"iconIdx":278},{"icon":{"paths":["M789.441 718.89v102.216h168.092v-102.216zM789.441 586.010v102.216h168.092v-102.216zM789.441 453.129v102.216h168.092v-102.216zM345.376 324.224l-51.108 127.204-43.156-115.844h-69.282l70.42 166.952-78.365 165.819h68.144l51.108-118.12 51.108 129.471h74.959l-86.318-182.848 80.635-172.633zM789.441 320.249v102.216h168.092v-102.216zM789.441 187.369v102.216h168.092v-102.216zM608.293 129.446h402.053c7.527 0 13.629 6.102 13.629 13.629v729.139c0 7.533-6.102 13.625-13.629 13.625h-402.053v-64.733h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.663h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918zM589.444 16.252v991.49l-589.444-102.216v-787.058z"],"isMulticolor":false,"isMulticolor2":false,"tags":["excel"],"defaultCode":59926,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":279,"order":283,"prevSize":32,"name":"excel","code":59927},"setIdx":0,"setId":0,"iconIdx":279},{"icon":{"paths":["M886.505 722.16l-122.053 13.17-4.543 9.495c4.849-0.255 9.163-0.281 13.068-0.281 7.734 0 13.987 1.353 18.556 4.186 4.569 2.654 6.891 5.896 6.891 9.495 0 5.564-2.323 13.757-7.198 24.707l-50 114.728c-4.186 9.112-6.253 16.616-6.253 22.563 0 9.010 4.594 16.309 13.808 22.18 9.316 5.922 21.618 8.806 37.162 8.806 40.812 0 79.378-21.006 115.749-63.094l-12.481-4.798c-14.906 15.544-27.897 26.213-38.923 32.236-3.803 2.323-7.963 3.599-12.073 3.599-2.348 0-4.62-0.893-6.687-2.425-2.093-1.71-3.216-3.216-3.216-4.824 0-3.114 1.965-9.648 5.845-19.347l73.712-170.394zM856.515 611.619c-14.574 0-26.953 3.471-37.137 10.465-10.158 6.84-15.186 15.263-15.186 25.013 0 9.724 5.156 18.071 15.467 24.911 10.184 6.815 22.512 10.26 36.856 10.26 14.574 0 27.106-3.446 37.545-10.26 10.414-6.84 15.569-15.186 15.569-24.911 0-9.75-5.156-18.173-15.442-25.013-10.184-6.993-22.716-10.465-37.673-10.465zM338.39 603.169c-37.137 0-67.229 28.409-67.229 63.401 0 25.499 16.003 46.86 38.846 57.070v86.653h56.969v-86.653c22.844-10.21 38.821-31.699 38.821-57.070 0-34.992-30.143-63.401-67.407-63.401zM817.464 594.569c114.039 0 206.51 92.446 206.51 206.484s-92.471 206.51-206.51 206.51c-114.013 0-206.485-92.471-206.485-206.51s92.471-206.484 206.485-206.484zM346.583 89.942c-93.544 0-169.271 75.779-169.271 169.196v89.538c0 14.061 1.888 27.692 5.13 40.812h328.359c3.241-13.12 5.156-26.751 5.156-40.812v-89.538c0-93.417-75.907-169.196-169.373-169.196zM346.583 16.463c125.524 0 227.337 101.863 227.337 227.465v120.009c0 11.104-1.072 22.028-2.604 32.671 60.899 18.71 105.488 74.76 105.488 141.731v36.653c-83.155 37.827-141.042 121.442-141.042 218.788 0 67.432 27.846 128.228 72.487 171.925-23.175 14.933-50.613 23.788-80.195 23.788h-379.304c-82.211 0-148.751-66.641-148.751-148.776v-302.378c0-72.663 52.195-133.129 121.211-146.068-1.149-9.319-1.94-18.685-1.94-28.334v-120.009c0-125.602 101.711-227.465 227.312-227.465z"],"isMulticolor":false,"isMulticolor2":false,"tags":["Lock_Information"],"defaultCode":59927,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":280,"order":284,"ligatures":"","prevSize":32,"name":"Lock_Information","code":59928},"setIdx":0,"setId":0,"iconIdx":280},{"icon":{"paths":["M521.12 614.016c-36.256 0-65.632 30.176-65.632 67.392 0 26.944 15.616 49.76 37.888 60.576v91.904h55.616v-91.968c22.304-10.752 37.952-33.664 37.952-60.512 0-37.216-29.44-67.392-65.824-67.392zM511.936 77.888c-91.264 0-165.184 80.448-165.184 179.648v94.88c0 11.968 1.152 23.648 3.2 35.008h324.16c2.080-11.36 3.168-23.040 3.168-35.008v-94.88c0-99.2-74.080-179.648-165.344-179.648zM511.936 0c122.56 0 222.016 108.064 222.016 241.28v127.36c0 8.032-0.384 15.936-1.088 23.808 62.848 17.312 109.472 79.104 109.472 152.832v320.928c0 87.104-65.056 157.792-145.152 157.792h-370.272c-80.256 0-145.184-70.656-145.184-157.792v-320.928c0-73.76 46.592-135.552 109.504-152.864-0.704-7.808-1.088-15.744-1.088-23.776v-127.36c0-133.216 99.264-241.28 221.824-241.28z"],"isMulticolor":false,"isMulticolor2":false,"tags":["lock"],"defaultCode":59928,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":281,"order":285,"ligatures":"","prevSize":32,"name":"lock","code":59929},"setIdx":0,"setId":0,"iconIdx":281},{"icon":{"paths":["M558.496 374.432l8.8 5.984c-3.392 40.48-5.088 91.872-5.088 154.176v104.64c0 6.816 0.608 28.672 1.856 65.536s2.56 58.4 3.936 64.608c1.408 6.144 3.456 10.656 6.24 13.408 2.784 2.784 6.176 4.576 10.176 5.344s20.672 2.080 49.984 3.936l4.192 3.68v43.2l-3.712 4.16c-38.592-2.464-75.776-3.68-111.552-3.68-35.52 0-72.544 1.216-111.136 3.68l-4.16-4.16v-43.2l4.16-3.68c29.92-1.856 46.848-3.232 50.72-4.192 3.84-0.896 7.264-2.848 10.176-5.792s4.928-7.424 5.984-13.408c1.088-6.016 2.336-25.952 3.712-59.744 1.408-33.792 2.048-59.328 2.048-76.608v-91.2c0-12.352-0.576-29.184-1.824-50.464s-2.208-34.4-3.008-39.36c-0.768-4.928-3.2-8.576-7.2-10.88-4-2.336-12.032-3.488-24.064-3.488l-38.912-0.448-4.16-3.712v-19.904l3.68-3.712c58.944-7.104 108.64-18.656 149.088-34.72zM519.168 167.456c14.496 0 26.848 5.088 37.024 15.264s15.264 22.528 15.264 37.024c0 14.208-5.088 26.4-15.264 36.608s-22.528 15.232-37.024 15.232c-14.176 0-26.464-4.992-36.832-15.040s-15.488-22.272-15.488-36.8c0-14.496 5.152-26.848 15.488-37.024s22.624-15.264 36.832-15.264zM109.28 81.952v860.128h805.504v-860.128zM109.28 0h805.504c45.248 0 81.952 36.704 81.952 81.952v860.128c0 45.216-36.704 81.92-81.952 81.92h-805.504c-45.248 0-81.952-36.672-81.952-81.92v-860.128c0-45.248 36.704-81.952 81.952-81.952z"],"isMulticolor":false,"isMulticolor2":false,"tags":["info"],"defaultCode":59929,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":282,"order":286,"ligatures":"","prevSize":32,"name":"info","code":59930},"setIdx":0,"setId":0,"iconIdx":282},{"icon":{"paths":["M536.264 374.869c-22.559 0-48.432 8.397-79.009 25.629-29.040 16.512-61.344 44.016-95.953 81.981l-12.433 13.873 48.576 37.629 10.707-10.557c37.393-36.384 50.017-46.319 54.243-49.005-48.433 169.192-73.347 271.431-73.347 315.444 0 17.517 5.041 31.68 14.879 42.381 10.129 10.848 24.144 16.511 40.513 16.511 16.609 0 36.337-6.671 60.339-20.349 22.511-12.911 56.496-40.844 103.825-85.435l13.056-12.241-44.211-43.052-11.951 11.18c-42.001 39.504-60.385 51.983-64.561 56.208 0.72-17.616 10.8-68.639 52.321-208.267 33.36-111.405 33.36-123.068 33.36-128.633 0-13.156-5.087-24.339-14.785-32.355-8.831-7.245-20.781-10.943-35.568-10.943zM535.304 178.172c-38.255 0-69.169 31.008-69.169 69.068 0 38.305 30.915 69.215 69.169 69.215 38.256 0 69.219-30.909 69.219-69.215 0-38.060-30.963-69.068-69.219-69.068zM511.977 0c282.243 0 512.023 229.675 512.023 512 0 282.281-229.78 512-512.023 512-282.388 0-511.977-229.719-511.977-512 0-282.325 229.589-512 511.977-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["info_circle"],"defaultCode":59930,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":283,"order":287,"ligatures":"","prevSize":32,"name":"info_circle","code":59931},"setIdx":0,"setId":0,"iconIdx":283},{"icon":{"paths":["M466.56 748.608v90.912h83.328v-90.912zM515.808 184.512c-50.496 0-90.848 15.136-121.152 45.504-42.912 42.784-64.352 97.12-64.352 162.72h87.104c0-50.496 12.64-88.32 37.888-113.632 15.072-15.136 33.984-22.72 56.736-22.72 27.776 0 49.184 7.584 64.32 22.72 17.664 17.664 26.56 44.256 26.56 79.488 0 27.84-10.144 51.84-30.304 71.936-35.328 35.36-59.328 63.168-71.936 83.392-17.696 27.712-26.496 69.376-26.496 124.896h68.192c0-45.408 11.328-79.552 33.984-102.304 30.272-30.176 54.272-54.176 72-71.872 30.24-30.336 45.408-66.88 45.408-109.824 0-50.464-16.416-92.128-49.152-124.864-30.336-30.4-73.248-45.504-128.768-45.504zM512 0c282.24 0 512 229.696 512 512.032 0 282.304-229.76 511.968-512 511.968-282.368 0-512-229.696-512-511.968 0-282.336 229.632-512.032 512-512.032z"],"isMulticolor":false,"isMulticolor2":false,"tags":["help"],"defaultCode":59931,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":284,"order":288,"ligatures":"","prevSize":32,"name":"help","code":59932},"setIdx":0,"setId":0,"iconIdx":284},{"icon":{"paths":["M192 128l640 384-640 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["play3"],"defaultCode":59932,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":285,"order":289,"ligatures":"","prevSize":32,"name":"play3","code":59933},"setIdx":0,"setId":0,"iconIdx":285},{"icon":{"paths":["M128 128h320v768h-320zM576 128h320v768h-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pause2"],"defaultCode":59933,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":286,"order":290,"ligatures":"","prevSize":32,"name":"pause2","code":59934},"setIdx":0,"setId":0,"iconIdx":286},{"icon":{"paths":["M128 128h768v768h-768z"],"isMulticolor":false,"isMulticolor2":false,"tags":["stop2"],"defaultCode":59934,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":287,"order":291,"ligatures":"","prevSize":32,"name":"stop2","code":59935},"setIdx":0,"setId":0,"iconIdx":287},{"icon":{"paths":["M576 160v320l320-320v704l-320-320v320l-352-352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["backward2"],"defaultCode":59935,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":288,"order":292,"ligatures":"","prevSize":32,"name":"backward2","code":59936},"setIdx":0,"setId":0,"iconIdx":288},{"icon":{"paths":["M512 864v-320l-320 320v-704l320 320v-320l352 352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["forward3"],"defaultCode":59936,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":289,"order":293,"ligatures":"","prevSize":32,"name":"forward3","code":59937},"setIdx":0,"setId":0,"iconIdx":289},{"icon":{"paths":["M128 896v-768h128v352l320-320v320l320-320v704l-320-320v320l-320-320v352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["first"],"defaultCode":59937,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":290,"order":294,"ligatures":"","prevSize":32,"name":"first","code":59938},"setIdx":0,"setId":0,"iconIdx":290},{"icon":{"paths":["M896 128v768h-128v-352l-320 320v-320l-320 320v-704l320 320v-320l320 320v-352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["last"],"defaultCode":59938,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":291,"order":295,"ligatures":"","prevSize":32,"name":"last","code":59939},"setIdx":0,"setId":0,"iconIdx":291},{"icon":{"paths":["M256 896v-768h128v352l320-320v704l-320-320v352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["previous2"],"defaultCode":59939,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":292,"order":296,"ligatures":"","prevSize":32,"name":"previous2","code":59940},"setIdx":0,"setId":0,"iconIdx":292},{"icon":{"paths":["M768 128v768h-128v-352l-320 320v-704l320 320v-352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["next2"],"defaultCode":59940,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":293,"order":297,"ligatures":"","prevSize":32,"name":"next2","code":59941},"setIdx":0,"setId":0,"iconIdx":293},{"icon":{"paths":["M0 768h1024v128h-1024zM512 128l512 512h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eject"],"defaultCode":59941,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":294,"order":298,"ligatures":"","prevSize":32,"name":"eject","code":59942},"setIdx":0,"setId":0,"iconIdx":294},{"icon":{"paths":["M890.040 922.040c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.746-18.744-49.136 0-67.882 87.638-87.642 135.904-204.16 135.904-328.1 0-123.938-48.266-240.458-135.904-328.098-18.744-18.746-18.744-49.138 0-67.882s49.138-18.744 67.882 0c105.77 105.772 164.022 246.4 164.022 395.98s-58.252 290.208-164.022 395.98c-9.372 9.372-21.656 14.058-33.94 14.058zM719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.568-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"width":1088,"isMulticolor":false,"isMulticolor2":false,"tags":["volume-high"],"defaultCode":59942,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":295,"order":299,"ligatures":"","prevSize":32,"name":"volume-high","code":59943},"setIdx":0,"setId":0,"iconIdx":295},{"icon":{"paths":["M719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-medium"],"defaultCode":59943,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":296,"order":300,"ligatures":"","prevSize":32,"name":"volume-medium","code":59944},"setIdx":0,"setId":0,"iconIdx":296},{"icon":{"paths":["M549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-low"],"defaultCode":59944,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":297,"order":301,"ligatures":"","prevSize":32,"name":"volume-low","code":59945},"setIdx":0,"setId":0,"iconIdx":297},{"icon":{"paths":["M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-mute"],"defaultCode":59945,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":298,"order":302,"ligatures":"","prevSize":32,"name":"volume-mute","code":59946},"setIdx":0,"setId":0,"iconIdx":298},{"icon":{"paths":["M960 619.148v84.852h-84.852l-107.148-107.148-107.148 107.148h-84.852v-84.852l107.148-107.148-107.148-107.148v-84.852h84.852l107.148 107.148 107.148-107.148h84.852v84.852l-107.148 107.148 107.148 107.148zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-mute2"],"defaultCode":59946,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":299,"order":303,"ligatures":"","prevSize":32,"name":"volume-mute2","code":59947},"setIdx":0,"setId":0,"iconIdx":299},{"icon":{"paths":["M1024 576h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-increase"],"defaultCode":59947,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":300,"order":304,"ligatures":"","prevSize":32,"name":"volume-increase","code":59948},"setIdx":0,"setId":0,"iconIdx":300},{"icon":{"paths":["M512 448h512v128h-512v-128zM416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-decrease"],"defaultCode":59948,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":301,"order":305,"ligatures":"","prevSize":32,"name":"volume-decrease","code":59949},"setIdx":0,"setId":0,"iconIdx":301},{"icon":{"paths":["M128 320h640v192l256-256-256-256v192h-768v384h128zM896 704h-640v-192l-256 256 256 256v-192h768v-384h-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["loop"],"defaultCode":59949,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":302,"order":306,"ligatures":"","prevSize":32,"name":"loop","code":59950},"setIdx":0,"setId":0,"iconIdx":302},{"icon":{"paths":["M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32zM928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["loop2"],"defaultCode":59950,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":303,"order":307,"ligatures":"","prevSize":32,"name":"loop2","code":59951},"setIdx":0,"setId":0,"iconIdx":303},{"icon":{"paths":["M783.988 752.012c-64.104 0-124.372-24.96-169.7-70.288l-102.288-102.282-102.276 102.27c-45.332 45.336-105.6 70.3-169.706 70.3-64.118 0-124.39-24.964-169.722-70.3-45.332-45.334-70.296-105.604-70.296-169.712s24.964-124.38 70.296-169.714c45.334-45.332 105.608-70.296 169.714-70.296 64.108 0 124.38 24.964 169.712 70.296l102.278 102.276 102.276-102.276c45.332-45.332 105.604-70.298 169.712-70.298 64.112 0 124.384 24.966 169.71 70.298 45.338 45.334 70.302 105.606 70.302 169.714 0 64.112-24.964 124.382-70.3 169.71-45.326 45.336-105.598 70.302-169.712 70.302zM681.72 614.288c27.322 27.31 63.64 42.354 102.268 42.352 38.634 0 74.958-15.044 102.276-42.362 27.316-27.322 42.364-63.644 42.364-102.278s-15.046-74.956-42.364-102.274c-27.32-27.318-63.64-42.364-102.276-42.364-38.632 0-74.956 15.044-102.278 42.364l-102.268 102.274 102.278 102.288zM240.012 367.362c-38.634 0-74.956 15.044-102.274 42.364-27.32 27.318-42.364 63.64-42.364 102.274 0 38.632 15.044 74.954 42.364 102.276 27.32 27.316 63.642 42.364 102.274 42.364 38.634 0 74.956-15.044 102.272-42.362l102.276-102.278-102.276-102.274c-27.318-27.32-63.64-42.366-102.272-42.364v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["infinite"],"defaultCode":59951,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":304,"order":308,"ligatures":"","prevSize":32,"name":"infinite","code":59952},"setIdx":0,"setId":0,"iconIdx":304},{"icon":{"paths":["M768 704h-101.49l-160-160 160-160h101.49v160l224-224-224-224v160h-128c-16.974 0-33.252 6.744-45.254 18.746l-178.746 178.744-178.746-178.746c-12-12-28.28-18.744-45.254-18.744h-192v128h165.49l160 160-160 160h-165.49v128h192c16.974 0 33.252-6.742 45.254-18.746l178.746-178.744 178.746 178.744c12.002 12.004 28.28 18.746 45.254 18.746h128v160l224-224-224-224v160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shuffle"],"defaultCode":59952,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":305,"order":309,"ligatures":"","prevSize":32,"name":"shuffle","code":59953},"setIdx":0,"setId":0,"iconIdx":305},{"icon":{"paths":["M0 736l256-256 544 544 224-224-544-544 255.998-256h-735.998v736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-left"],"defaultCode":59953,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":306,"order":310,"ligatures":"","prevSize":32,"name":"arrow-up-left","code":59954},"setIdx":0,"setId":0,"iconIdx":306},{"icon":{"paths":["M512 32l-480 480h288v512h384v-512h288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up"],"defaultCode":59954,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":307,"order":311,"ligatures":"","prevSize":32,"name":"arrow-up","code":59955},"setIdx":0,"setId":0,"iconIdx":307},{"icon":{"paths":["M288 0l256 256-544 544 224 224 544-544 256 255.998v-735.998h-736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-right"],"defaultCode":59955,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":308,"order":312,"ligatures":"","prevSize":32,"name":"arrow-up-right","code":59956},"setIdx":0,"setId":0,"iconIdx":308},{"icon":{"paths":["M992 512l-480-480v288h-512v384h512v288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right"],"defaultCode":59956,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":309,"order":313,"ligatures":"","prevSize":32,"name":"arrow-right","code":59957},"setIdx":0,"setId":0,"iconIdx":309},{"icon":{"paths":["M1024 288l-256 256-544-544-224 224 544 544-255.998 256h735.998v-736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-right"],"defaultCode":59957,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":310,"order":314,"ligatures":"","prevSize":32,"name":"arrow-down-right","code":59958},"setIdx":0,"setId":0,"iconIdx":310},{"icon":{"paths":["M512 992l480-480h-288v-512h-384v512h-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down"],"defaultCode":59958,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":311,"order":315,"ligatures":"","prevSize":32,"name":"arrow-down","code":59959},"setIdx":0,"setId":0,"iconIdx":311},{"icon":{"paths":["M736 1024l-256-256 544-544-224-224-544 544-256-255.998v735.998h736z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-left"],"defaultCode":59959,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":312,"order":316,"ligatures":"","prevSize":32,"name":"arrow-down-left","code":59960},"setIdx":0,"setId":0,"iconIdx":312},{"icon":{"paths":["M32 512l480 480v-288h512v-384h-512v-288z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left"],"defaultCode":59960,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":313,"order":317,"ligatures":"","prevSize":32,"name":"arrow-left","code":59961},"setIdx":0,"setId":0,"iconIdx":313},{"icon":{"paths":["M877.254 786.746l-530.744-530.746h229.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-384c-25.886 0-49.222 15.592-59.128 39.508-3.282 7.924-4.84 16.242-4.838 24.492h-0.034v384c0 35.346 28.654 64 64 64s64-28.654 64-64v-229.49l530.746 530.744c12.496 12.498 28.876 18.746 45.254 18.746s32.758-6.248 45.254-18.746c24.994-24.992 24.994-65.516 0-90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-left2"],"defaultCode":59961,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":314,"order":318,"ligatures":"","prevSize":32,"name":"arrow-up-left2","code":59962},"setIdx":0,"setId":0,"iconIdx":314},{"icon":{"paths":["M877.254 402.746l-320-320c-24.992-24.994-65.514-24.994-90.508 0l-320 320c-24.994 24.994-24.994 65.516 0 90.51 24.994 24.996 65.516 24.996 90.51 0l210.744-210.746v613.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-613.49l210.746 210.746c12.496 12.496 28.876 18.744 45.254 18.744s32.758-6.248 45.254-18.746c24.994-24.994 24.994-65.514 0-90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up2"],"defaultCode":59962,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":315,"order":319,"ligatures":"","prevSize":32,"name":"arrow-up2","code":59963},"setIdx":0,"setId":0,"iconIdx":315},{"icon":{"paths":["M237.254 877.254l530.746-530.744v229.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-384c0-25.884-15.594-49.222-39.508-59.126-7.924-3.284-16.242-4.84-24.492-4.838v-0.036h-384c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64h229.49l-530.744 530.746c-12.498 12.496-18.746 28.876-18.746 45.254s6.248 32.758 18.746 45.254c24.992 24.994 65.516 24.994 90.508 0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up-right2"],"defaultCode":59963,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":316,"order":320,"ligatures":"","prevSize":32,"name":"arrow-up-right2","code":59964},"setIdx":0,"setId":0,"iconIdx":316},{"icon":{"paths":["M621.254 877.254l320-320c24.994-24.992 24.994-65.516 0-90.51l-320-320c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.516 0 90.51l210.746 210.746h-613.49c-35.346 0-64 28.654-64 64s28.654 64 64 64h613.49l-210.746 210.746c-12.496 12.496-18.744 28.876-18.744 45.254s6.248 32.758 18.744 45.254c24.994 24.994 65.516 24.994 90.51 0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right2"],"defaultCode":59964,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":317,"order":321,"ligatures":"","prevSize":32,"name":"arrow-right2","code":59965},"setIdx":0,"setId":0,"iconIdx":317},{"icon":{"paths":["M146.746 237.254l530.742 530.746h-229.488c-35.346 0-64 28.654-64 64s28.654 64 64 64h384c25.884 0 49.222-15.594 59.126-39.508 3.284-7.924 4.84-16.242 4.838-24.492h0.036v-384c0-35.346-28.654-64-64-64-35.348 0-64 28.654-64 64v229.49l-530.746-530.744c-12.496-12.498-28.874-18.746-45.254-18.746s-32.758 6.248-45.254 18.746c-24.994 24.992-24.994 65.516 0 90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-right2"],"defaultCode":59965,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":318,"order":322,"ligatures":"","prevSize":32,"name":"arrow-down-right2","code":59966},"setIdx":0,"setId":0,"iconIdx":318},{"icon":{"paths":["M877.254 621.254l-320 320c-24.992 24.994-65.514 24.994-90.508 0l-320-320c-24.994-24.994-24.994-65.516 0-90.51 24.994-24.996 65.516-24.996 90.51 0l210.744 210.746v-613.49c0-35.346 28.654-64 64-64s64 28.654 64 64v613.49l210.746-210.746c12.496-12.496 28.876-18.744 45.254-18.744s32.758 6.248 45.254 18.746c24.994 24.994 24.994 65.514 0 90.508z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down2"],"defaultCode":59966,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":319,"order":323,"ligatures":"","prevSize":32,"name":"arrow-down2","code":59967},"setIdx":0,"setId":0,"iconIdx":319},{"icon":{"paths":["M786.744 146.744l-530.744 530.744v-229.49c0-35.346-28.654-64-64-64s-64 28.654-64 64v384.002c0 25.886 15.592 49.222 39.508 59.128 7.924 3.282 16.242 4.84 24.492 4.836v0.036l384-0.002c35.344 0 64-28.654 64-63.998 0-35.348-28.656-64-64-64h-229.49l530.744-530.746c12.496-12.496 18.746-28.876 18.746-45.256 0-16.376-6.25-32.758-18.746-45.254-24.992-24.992-65.518-24.992-90.51 0v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down-left2"],"defaultCode":59967,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":320,"order":324,"ligatures":"","prevSize":32,"name":"arrow-down-left2","code":59968},"setIdx":0,"setId":0,"iconIdx":320},{"icon":{"paths":["M402.746 877.254l-320-320c-24.994-24.992-24.994-65.516 0-90.51l320-320c24.994-24.992 65.516-24.992 90.51 0 24.994 24.994 24.994 65.516 0 90.51l-210.746 210.746h613.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-613.49l210.746 210.746c12.496 12.496 18.744 28.876 18.744 45.254s-6.248 32.758-18.744 45.254c-24.994 24.994-65.516 24.994-90.51 0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left2"],"defaultCode":59968,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":321,"order":325,"ligatures":"","prevSize":32,"name":"arrow-left2","code":59969},"setIdx":0,"setId":0,"iconIdx":321},{"icon":{"paths":["M0 512c0 282.77 229.23 512 512 512s512-229.23 512-512-229.23-512-512-512-512 229.23-512 512zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416 186.25-416 416-416 416 186.25 416 416zM706.744 669.256l90.512-90.512-285.256-285.254-285.254 285.256 90.508 90.508 194.746-194.744z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-up"],"defaultCode":59969,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":322,"order":326,"ligatures":"","prevSize":32,"name":"circle-up","code":59970},"setIdx":0,"setId":0,"iconIdx":322},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM354.744 706.744l90.512 90.512 285.254-285.256-285.256-285.254-90.508 90.508 194.744 194.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-right"],"defaultCode":59970,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":323,"order":327,"ligatures":"","prevSize":32,"name":"circle-right","code":59971},"setIdx":0,"setId":0,"iconIdx":323},{"icon":{"paths":["M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512 229.23 512 512 512 512-229.23 512-512zM96 512c0-229.75 186.25-416 416-416s416 186.25 416 416-186.25 416-416 416-416-186.25-416-416zM317.256 354.744l-90.512 90.512 285.256 285.254 285.254-285.256-90.508-90.508-194.746 194.744z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-down"],"defaultCode":59971,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":324,"order":328,"ligatures":"","prevSize":32,"name":"circle-down","code":59972},"setIdx":0,"setId":0,"iconIdx":324},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM669.256 317.256l-90.512-90.512-285.254 285.256 285.256 285.254 90.508-90.508-194.744-194.746z"],"isMulticolor":false,"isMulticolor2":false,"tags":["circle-left"],"defaultCode":59972,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":325,"order":329,"ligatures":"","prevSize":32,"name":"circle-left","code":59973},"setIdx":0,"setId":0,"iconIdx":325},{"icon":{"paths":["M960 0h64v512h-64v-512zM0 512h64v512h-64v-512zM320 704h704v128h-704v160l-224-224 224-224v160zM704 320h-704v-128h704v-160l224 224-224 224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tab"],"defaultCode":59973,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":326,"order":330,"ligatures":"","prevSize":32,"name":"tab","code":59974},"setIdx":0,"setId":0,"iconIdx":326},{"icon":{"paths":["M704 512v384h64v-384h160l-192-192-192 192zM64 192h96v64h-96v-64zM192 192h96v64h-96v-64zM320 192h64v96h-64v-96zM64 416h64v96h-64v-96zM160 448h96v64h-96v-64zM288 448h96v64h-96v-64zM64 288h64v96h-64v-96zM320 320h64v96h-64v-96zM320 704v192h-192v-192h192zM384 640h-320v320h320v-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["move-up"],"defaultCode":59974,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":327,"order":331,"ligatures":"","prevSize":32,"name":"move-up","code":59975},"setIdx":0,"setId":0,"iconIdx":327},{"icon":{"paths":["M768 704v-384h-64v384h-160l192 192 192-192zM320 256v192h-192v-192h192zM384 192h-320v320h320v-320zM64 640h96v64h-96v-64zM192 640h96v64h-96v-64zM320 640h64v96h-64v-96zM64 864h64v96h-64v-96zM160 896h96v64h-96v-64zM288 896h96v64h-96v-64zM64 736h64v96h-64v-96zM320 768h64v96h-64v-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["move-down"],"defaultCode":59975,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":328,"order":332,"ligatures":"","prevSize":32,"name":"move-down","code":59976},"setIdx":0,"setId":0,"iconIdx":328},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM928 1024h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.404-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.404 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32zM1020.622 401.686l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.156-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.808-7.902 22.216-27.124 14.312-42.93zM723.778 255.996l76.22-152.446 76.224 152.446h-152.444z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-alpha-asc"],"defaultCode":59976,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":329,"order":333,"ligatures":"","prevSize":32,"name":"sort-alpha-asc","code":59977},"setIdx":0,"setId":0,"iconIdx":329},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM928 448h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.406-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.406 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32zM1020.622 977.69l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.158-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.806-7.902 22.214-27.124 14.31-42.93zM723.778 832l76.22-152.446 76.226 152.446h-152.446z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-alpha-desc"],"defaultCode":59977,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":330,"order":334,"ligatures":"","prevSize":32,"name":"sort-alpha-desc","code":59978},"setIdx":0,"setId":0,"iconIdx":330},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM864 448c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32zM928 576h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 640h128v128h-128v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-numeric-asc"],"defaultCode":59978,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":331,"order":335,"ligatures":"","prevSize":32,"name":"sort-numeric-asc","code":59979},"setIdx":0,"setId":0,"iconIdx":331},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM864 1024c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32zM928 0h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 64h128v128h-128v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-numberic-desc"],"defaultCode":59979,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":332,"order":336,"ligatures":"","prevSize":32,"name":"sort-numberic-desc","code":59980},"setIdx":0,"setId":0,"iconIdx":332},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM448 576h576v128h-576v-128zM448 384h448v128h-448v-128zM448 192h320v128h-320v-128zM448 0h192v128h-192v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-amount-asc"],"defaultCode":59980,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":333,"order":337,"ligatures":"","prevSize":32,"name":"sort-amount-asc","code":59981},"setIdx":0,"setId":0,"iconIdx":333},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160zM448 0h576v128h-576v-128zM448 192h448v128h-448v-128zM448 384h320v128h-320v-128zM448 576h192v128h-192v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sort-amount-desc"],"defaultCode":59981,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":334,"order":338,"ligatures":"","prevSize":32,"name":"sort-amount-desc","code":59982},"setIdx":0,"setId":0,"iconIdx":334},{"icon":{"paths":["M736 896c-88.224 0-160-71.776-160-160v-96h-128v96c0 88.224-71.776 160-160 160s-160-71.776-160-160 71.776-160 160-160h96v-128h-96c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160v96h128v-96c0-88.224 71.776-160 160-160s160 71.776 160 160-71.776 160-160 160h-96v128h96c88.224 0 160 71.776 160 160s-71.774 160-160 160zM640 640v96c0 52.934 43.066 96 96 96s96-43.066 96-96-43.066-96-96-96h-96zM288 640c-52.934 0-96 43.066-96 96s43.066 96 96 96 96-43.066 96-96v-96h-96zM448 576h128v-128h-128v128zM640 384h96c52.934 0 96-43.066 96-96s-43.066-96-96-96-96 43.066-96 96v96zM288 192c-52.934 0-96 43.066-96 96s43.066 96 96 96h96v-96c0-52.934-43.064-96-96-96z"],"isMulticolor":false,"isMulticolor2":false,"tags":["command"],"defaultCode":59982,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":335,"order":339,"ligatures":"","prevSize":32,"name":"command","code":59983},"setIdx":0,"setId":0,"iconIdx":335},{"icon":{"paths":["M672 896h-320c-17.672 0-32-14.326-32-32v-352h-128c-12.942 0-24.612-7.796-29.564-19.754-4.954-11.958-2.214-25.722 6.936-34.874l320-320c12.498-12.496 32.758-12.496 45.254 0l320 320c9.152 9.152 11.89 22.916 6.938 34.874s-16.62 19.754-29.564 19.754h-128v352c0 17.674-14.326 32-32 32zM384 832h256v-352c0-17.672 14.326-32 32-32h82.744l-242.744-242.746-242.744 242.746h82.744c17.672 0 32 14.328 32 32v352z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shift"],"defaultCode":59983,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":336,"order":340,"ligatures":"","prevSize":32,"name":"shift","code":59984},"setIdx":0,"setId":0,"iconIdx":336},{"icon":{"paths":["M736.014 448c-8.908 0-17.77-3.698-24.096-10.928l-199.918-228.478-199.918 228.478c-11.636 13.3-31.856 14.65-45.154 3.010-13.3-11.638-14.648-31.854-3.010-45.154l224-256c6.076-6.944 14.854-10.928 24.082-10.928s18.006 3.984 24.082 10.928l224 256c11.638 13.3 10.292 33.516-3.010 45.154-6.070 5.312-13.582 7.918-21.058 7.918z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ctrl"],"defaultCode":59984,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":337,"order":341,"ligatures":"","prevSize":32,"name":"ctrl","code":59985},"setIdx":0,"setId":0,"iconIdx":337},{"icon":{"paths":["M928 832h-256c-12.646 0-24.106-7.448-29.242-19.004l-247.554-556.996h-299.204c-17.672 0-32-14.328-32-32s14.328-32 32-32h320c12.646 0 24.106 7.448 29.242 19.004l247.556 556.996h235.202c17.674 0 32 14.326 32 32s-14.326 32-32 32zM928 256h-320c-17.674 0-32-14.328-32-32s14.326-32 32-32h320c17.674 0 32 14.328 32 32s-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["opt"],"defaultCode":59985,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":338,"order":342,"ligatures":"","prevSize":32,"name":"opt","code":59986},"setIdx":0,"setId":0,"iconIdx":338},{"icon":{"paths":["M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM448 794.51l-237.254-237.256 90.51-90.508 146.744 146.744 306.746-306.746 90.508 90.51-397.254 397.256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkbox-checked"],"defaultCode":59986,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":339,"order":343,"ligatures":"","prevSize":32,"name":"checkbox-checked","code":59987},"setIdx":0,"setId":0,"iconIdx":339},{"icon":{"paths":["M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-768v-768h768v768z"],"isMulticolor":false,"isMulticolor2":false,"tags":["checkbox-unchecked"],"defaultCode":59987,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":340,"order":344,"ligatures":"","prevSize":32,"name":"checkbox-unchecked","code":59988},"setIdx":0,"setId":0,"iconIdx":340},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192s-192-85.961-192-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["radio-checked"],"defaultCode":59988,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":341,"order":345,"ligatures":"","prevSize":32,"name":"radio-checked","code":59989},"setIdx":0,"setId":0,"iconIdx":341},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 640c-70.692 0-128-57.306-128-128 0-70.692 57.308-128 128-128 70.694 0 128 57.308 128 128 0 70.694-57.306 128-128 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["radio-checked2"],"defaultCode":59989,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":342,"order":346,"ligatures":"","prevSize":32,"name":"radio-checked2","code":59990},"setIdx":0,"setId":0,"iconIdx":342},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["radio-unchecked"],"defaultCode":59990,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":343,"order":347,"ligatures":"","prevSize":32,"name":"radio-unchecked","code":59991},"setIdx":0,"setId":0,"iconIdx":343},{"icon":{"paths":["M832 256l192-192-64-64-192 192h-448v-192h-128v192h-192v128h192v512h512v192h128v-192h192v-128h-192v-448zM320 320h320l-320 320v-320zM384 704l320-320v320h-320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["crop"],"defaultCode":59991,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":344,"order":348,"ligatures":"","prevSize":32,"name":"crop","code":59992},"setIdx":0,"setId":0,"iconIdx":344},{"icon":{"paths":["M320 128h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64zM704 384h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64zM704 192h128v128h-128v-128zM320 640h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64zM320 832h-128v-128h128v128zM832 640h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64zM896 512h-64c-85.476 0-165.834-33.286-226.274-93.724-60.44-60.442-93.726-140.802-93.726-226.276v-64c0-70.4-57.6-128-128-128h-256c-70.4 0-128 57.6-128 128v256c0 70.4 57.6 128 128 128h64c85.476 0 165.834 33.286 226.274 93.724 60.44 60.442 93.726 140.802 93.726 226.276v64c0 70.4 57.6 128 128 128h256c70.4 0 128-57.6 128-128v-256c0-70.4-57.6-128-128-128zM960 896c0 16.954-6.696 32.986-18.856 45.144-12.158 12.16-28.19 18.856-45.144 18.856h-256c-16.954 0-32.986-6.696-45.144-18.856-12.16-12.158-18.856-28.19-18.856-45.144v-64c0-212.078-171.922-384-384-384h-64c-16.954 0-32.986-6.696-45.146-18.854-12.158-12.16-18.854-28.192-18.854-45.146v-256c0-16.954 6.696-32.986 18.854-45.146 12.16-12.158 28.192-18.854 45.146-18.854h256c16.954 0 32.986 6.696 45.146 18.854 12.158 12.16 18.854 28.192 18.854 45.146v64c0 212.078 171.922 384 384 384h64c16.954 0 32.986 6.696 45.144 18.856 12.16 12.158 18.856 28.19 18.856 45.144v256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["make-group"],"defaultCode":59992,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":345,"order":349,"ligatures":"","prevSize":32,"name":"make-group","code":59993},"setIdx":0,"setId":0,"iconIdx":345},{"icon":{"paths":["M384 464c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM704 464c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM384 784c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM704 784c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96zM912.082 160l111.918-111.916v-48.084h-48.082l-111.918 111.916-111.918-111.916h-48.082v48.084l111.918 111.916-111.918 111.916v48.084h48.082l111.918-111.916 111.918 111.916h48.082v-48.084zM0 768h64v128h-64v-128zM0 576h64v128h-64v-128zM832 448h64v128h-64v-128zM832 832h64v128h-64v-128zM832 640h64v128h-64v-128zM0 384h64v128h-64v-128zM0 192h64v128h-64v-128zM512 128h128v64h-128v-64zM320 128h128v64h-128v-64zM128 128h128v64h-128v-64zM448 960h128v64h-128v-64zM640 960h128v64h-128v-64zM256 960h128v64h-128v-64zM64 960h128v64h-128v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ungroup"],"defaultCode":59993,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":346,"order":350,"ligatures":"","prevSize":32,"name":"ungroup","code":59994},"setIdx":0,"setId":0,"iconIdx":346},{"icon":{"paths":["M913.826 679.694c-66.684-104.204-181.078-150.064-255.51-102.434-6.428 4.116-12.334 8.804-17.744 13.982l-79.452-124.262 183.462-287.972c15.016-27.73 20.558-60.758 13.266-93.974-6.972-31.75-24.516-58.438-48.102-77.226l-12.278-7.808-217.468 340.114-217.47-340.114-12.276 7.806c-23.586 18.79-41.13 45.476-48.1 77.226-7.292 33.216-1.75 66.244 13.264 93.974l183.464 287.972-79.454 124.262c-5.41-5.178-11.316-9.868-17.744-13.982-74.432-47.63-188.826-1.77-255.51 102.434-66.68 104.2-60.398 227.286 14.032 274.914 74.43 47.632 188.824 1.77 255.508-102.432l164.286-257.87 164.288 257.872c66.684 104.202 181.078 150.064 255.508 102.432 74.428-47.63 80.71-170.716 14.030-274.914zM234.852 800.43c-30.018 46.904-68.534 69.726-94.572 75.446-0.004 0-0.004 0-0.004 0-8.49 1.868-20.294 3.010-28.324-2.128-8.898-5.694-14.804-20.748-15.8-40.276-1.616-31.644 9.642-68.836 30.888-102.034 30.014-46.906 68.53-69.726 94.562-75.444 8.496-1.866 20.308-3.010 28.336 2.126 8.898 5.694 14.802 20.75 15.798 40.272 1.618 31.65-9.64 68.84-30.884 102.038zM480 512c-17.672 0-32-14.328-32-32s14.328-32 32-32 32 14.328 32 32-14.328 32-32 32zM863.85 833.47c-0.996 19.528-6.902 34.582-15.8 40.276-8.030 5.138-19.834 3.996-28.324 2.128 0 0 0 0-0.004 0-26.040-5.718-64.554-28.542-94.572-75.446-21.244-33.198-32.502-70.388-30.884-102.038 0.996-19.522 6.9-34.578 15.798-40.272 8.028-5.136 19.84-3.992 28.336-2.126 26.034 5.716 64.548 28.538 94.562 75.444 21.246 33.198 32.502 70.39 30.888 102.034z"],"isMulticolor":false,"isMulticolor2":false,"tags":["scissors"],"defaultCode":59994,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":347,"order":351,"ligatures":"","prevSize":32,"name":"scissors","code":59995},"setIdx":0,"setId":0,"iconIdx":347},{"icon":{"paths":["M512 0c-282.77 0-512 71.634-512 160v96l384 384v320c0 35.346 57.306 64 128 64 70.692 0 128-28.654 128-64v-320l384-384v-96c0-88.366-229.23-160-512-160zM94.384 138.824c23.944-13.658 57.582-26.62 97.278-37.488 87.944-24.076 201.708-37.336 320.338-37.336 118.628 0 232.394 13.26 320.338 37.336 39.696 10.868 73.334 23.83 97.28 37.488 15.792 9.006 24.324 16.624 28.296 21.176-3.972 4.552-12.506 12.168-28.296 21.176-23.946 13.658-57.584 26.62-97.28 37.488-87.942 24.076-201.708 37.336-320.338 37.336s-232.394-13.26-320.338-37.336c-39.696-10.868-73.334-23.83-97.278-37.488-15.792-9.008-24.324-16.624-28.298-21.176 3.974-4.552 12.506-12.168 28.298-21.176z"],"isMulticolor":false,"isMulticolor2":false,"tags":["filter"],"defaultCode":59995,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":348,"order":352,"ligatures":"","prevSize":32,"name":"filter","code":59996},"setIdx":0,"setId":0,"iconIdx":348},{"icon":{"paths":["M799.596 16.208c-90.526 0-148.62-16.208-241.848-16.208-301.284 0-441.792 171.584-441.792 345.872 0 102.678 48.64 136.458 144.564 136.458-6.758-14.864-18.914-31.080-18.914-104.034 0-204.010 77.006-263.458 175.636-267.51 0 0-80.918 793.374-315.778 888.542v24.672h316.594l108.026-512h197.844l44.072-128h-214.908l51.944-246.19c59.446 12.156 117.542 24.316 167.532 24.316 62.148 0 118.894-18.914 149.968-162.126-37.826 12.16-78.362 16.208-122.94 16.208z"],"isMulticolor":false,"isMulticolor2":false,"tags":["font"],"defaultCode":59996,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":349,"order":353,"ligatures":"","prevSize":32,"name":"font","code":59997},"setIdx":0,"setId":0,"iconIdx":349},{"icon":{"paths":["M768 871.822c0-0.040 0.002-0.076 0.002-0.116l-0.344-436.562-127.492 6.19h-251.93v-21.494c0-81.542 5.8-162.976 17.24-194.716 7.896-21.948 22.598-41.744 43.698-58.836 20.618-16.702 41.178-25.17 61.11-25.17 16.772 0 30.702 2.878 41.402 8.554 15.026 8.562 29.716 22.964 43.67 42.818 36.95 52.504 51.99 66.454 60.094 72.376 13.804 10.094 30.512 15.212 49.658 15.212 18.668 0 34.962-6.97 48.436-20.714 13.372-13.636 20.15-30.682 20.15-50.666 0-21.452-8.916-44.204-26.502-67.622-17.184-22.888-43.708-41.742-78.834-56.032-34.322-13.964-72.94-21.044-114.778-21.044-60.716 0-116.012 14.596-164.356 43.384-48.424 28.834-85.558 68.952-110.37 119.24-22.994 46.604-21.334 134.706-22.732 214.712h-125.732v71.402h125.598v324.668c0 71.666-21.906 91.008-30.216 101.324-11.436 14.202-32.552 29.104-60.444 29.104h-38.654v56.166h385.326v-56.168h-6.708c-91.144 0-117.020-9.832-117.020-120.842 0-0.018 0-0.034 0-0.048l-0.038-334.206h140.204c74.404 0 91.496 3.444 95.392 4.924 4.706 1.79 10.798 4.832 13.084 9.144 0.868 1.684 5.194 25.008 5.194 82.972v250.67c0 58.454-7.124 77.896-11.45 84.402-9.248 14.194-20.41 22.066-54.66 22.904v56.248h293.61v-55.846c-91.608 0-101.608-9.82-101.608-96.332z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ligature"],"defaultCode":59997,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":350,"order":354,"ligatures":"","prevSize":32,"name":"ligature","code":59998},"setIdx":0,"setId":0,"iconIdx":350},{"icon":{"paths":["M855.328 917.454c-11.734 0-83.62-13.2-88.020-29.338-10.274-39.612-11.738-82.152-11.738-130.568v-540.974c0-80.686 16.138-127.632 16.138-127.632-1.468-7.334-8.804-23.472-17.604-23.472h-4.404c-4.4 0-55.746 32.276-102.692 32.276-38.14-0.002-61.89-33.746-105.902-33.746-185.106 0-271.942 150.31-271.942 363.032v11.072c0 4.402-2.934 8.804-7.336 8.804h-60.148c-7.336 0-22.006 41.078-22.006 60.148 0 5.87 1.466 8.8 4.4 8.8h77.754c4.402 0 7.336 5.872 7.336 10.27 0 130.566-1.466 259.298-1.466 259.298 0 20.54-1.466 66.016-10.27 102.692-4.4 16.138-71.884 29.338-89.488 29.338-7.334 0-7.334 35.212 0 42.546 60.148-2.934 99.758-7.334 159.908-7.334 55.75 0 98.292 4.4 156.974 7.334 2.934-8.802 2.934-42.546-4.4-42.546-11.736 0-83.624-13.2-88.022-29.338-10.27-39.612-10.27-82.152-11.738-130.568v-232.888c0-4.402 4.402-8.804 8.802-8.804h151.104c10.27-20.538 17.606-45.476 17.606-58.68 0-8.802 0-10.27-7.336-10.27h-162.84c-2.934 0-7.336-4.402-7.336-7.334v-52.82c0-130.568 53.482-245.538 142.97-245.538 63.372 0 118.666 41.060 118.666 197.922 0 0.006 0 0.012 0 0.018 0.208 4.036 0.314 7.294 0.314 9.452v436.816c0 20.54-1.47 66.016-10.27 102.692-4.404 16.138-71.884 29.338-89.492 29.338-7.336 0-7.336 35.212 0 42.546 60.15-2.934 99.762-7.334 159.912-7.334 55.746 0 98.288 4.4 156.972 7.334 2.928-8.8 2.928-42.544-4.406-42.544z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ligature2"],"defaultCode":59998,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":351,"order":355,"ligatures":"","prevSize":32,"name":"ligature2","code":59999},"setIdx":0,"setId":0,"iconIdx":351},{"icon":{"paths":["M896 768h128l-160 192-160-192h128v-512h-128l160-192 160 192h-128zM640 64v256l-64-128h-192v704h128v64h-384v-64h128v-704h-192l-64 128v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["text-height"],"defaultCode":59999,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":352,"order":356,"ligatures":"","prevSize":32,"name":"text-height","code":60000},"setIdx":0,"setId":0,"iconIdx":352},{"icon":{"paths":["M256 896v128l-192-160 192-160v128h512v-128l192 160-192 160v-128zM832 64v256l-64-128h-192v448h128v64h-384v-64h128v-448h-192l-64 128v-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["text-width"],"defaultCode":60000,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":353,"order":357,"ligatures":"","prevSize":32,"name":"text-width","code":60001},"setIdx":0,"setId":0,"iconIdx":353},{"icon":{"paths":["M64 512h384v128h-128v384h-128v-384h-128zM960 256h-251.75v768h-136.5v-768h-251.75v-128h640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["font-size"],"defaultCode":60001,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":354,"order":358,"ligatures":"","prevSize":32,"name":"font-size","code":60002},"setIdx":0,"setId":0,"iconIdx":354},{"icon":{"paths":["M707.88 484.652c37.498-44.542 60.12-102.008 60.12-164.652 0-141.16-114.842-256-256-256h-320v896h384c141.158 0 256-114.842 256-256 0-92.956-49.798-174.496-124.12-219.348zM384 192h101.5c55.968 0 101.5 57.42 101.5 128s-45.532 128-101.5 128h-101.5v-256zM543 832h-159v-256h159c58.45 0 106 57.42 106 128s-47.55 128-106 128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bold"],"defaultCode":60002,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":355,"order":359,"ligatures":"","prevSize":32,"name":"bold","code":60003},"setIdx":0,"setId":0,"iconIdx":355},{"icon":{"paths":["M704 64h128v416c0 159.058-143.268 288-320 288-176.73 0-320-128.942-320-288v-416h128v416c0 40.166 18.238 78.704 51.354 108.506 36.896 33.204 86.846 51.494 140.646 51.494s103.75-18.29 140.646-51.494c33.116-29.802 51.354-68.34 51.354-108.506v-416zM192 832h640v128h-640z"],"isMulticolor":false,"isMulticolor2":false,"tags":["underline"],"defaultCode":60003,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":356,"order":360,"ligatures":"","prevSize":32,"name":"underline","code":60004},"setIdx":0,"setId":0,"iconIdx":356},{"icon":{"paths":["M896 64v64h-128l-320 768h128v64h-448v-64h128l320-768h-128v-64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["italic"],"defaultCode":60004,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":357,"order":361,"ligatures":"","prevSize":32,"name":"italic","code":60005},"setIdx":0,"setId":0,"iconIdx":357},{"icon":{"paths":["M1024 512v64h-234.506c27.504 38.51 42.506 82.692 42.506 128 0 70.878-36.66 139.026-100.58 186.964-59.358 44.518-137.284 69.036-219.42 69.036-82.138 0-160.062-24.518-219.42-69.036-63.92-47.938-100.58-116.086-100.58-186.964h128c0 69.382 87.926 128 192 128s192-58.618 192-128c0-69.382-87.926-128-192-128h-512v-64h299.518c-2.338-1.654-4.656-3.324-6.938-5.036-63.92-47.94-100.58-116.086-100.58-186.964s36.66-139.024 100.58-186.964c59.358-44.518 137.282-69.036 219.42-69.036 82.136 0 160.062 24.518 219.42 69.036 63.92 47.94 100.58 116.086 100.58 186.964h-128c0-69.382-87.926-128-192-128s-192 58.618-192 128c0 69.382 87.926 128 192 128 78.978 0 154.054 22.678 212.482 64h299.518z"],"isMulticolor":false,"isMulticolor2":false,"tags":["strikethrough"],"defaultCode":60005,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":358,"order":362,"ligatures":"","prevSize":32,"name":"strikethrough","code":60006},"setIdx":0,"setId":0,"iconIdx":358},{"icon":{"paths":["M704 896h256l64-128v256h-384v-214.214c131.112-56.484 224-197.162 224-361.786 0-214.432-157.598-382.266-352-382.266-194.406 0-352 167.832-352 382.266 0 164.624 92.886 305.302 224 361.786v214.214h-384v-256l64 128h256v-32.59c-187.63-66.46-320-227.402-320-415.41 0-247.424 229.23-448 512-448s512 200.576 512 448c0 188.008-132.37 348.95-320 415.41v32.59z"],"isMulticolor":false,"isMulticolor2":false,"tags":["omega"],"defaultCode":60006,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":359,"order":363,"ligatures":"","prevSize":32,"name":"omega","code":60007},"setIdx":0,"setId":0,"iconIdx":359},{"icon":{"paths":["M941.606 734.708l44.394-94.708h38l-64 384h-960v-74.242l331.546-391.212-331.546-331.546v-227h980l44 256h-34.376l-18.72-38.88c-35.318-73.364-61.904-89.12-138.904-89.12h-662l353.056 353.056-297.42 350.944h542.364c116.008 0 146.648-41.578 173.606-97.292z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sigma"],"defaultCode":60007,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":360,"order":364,"ligatures":"","prevSize":32,"name":"sigma","code":60008},"setIdx":0,"setId":0,"iconIdx":360},{"icon":{"paths":["M0 512h128v64h-128zM192 512h192v64h-192zM448 512h128v64h-128zM640 512h192v64h-192zM896 512h128v64h-128zM880 0l16 448h-768l16-448h32l16 384h640l16-384zM144 1024l-16-384h768l-16 384h-32l-16-320h-640l-16 320z"],"isMulticolor":false,"isMulticolor2":false,"tags":["page-break"],"defaultCode":60008,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":361,"order":365,"ligatures":"","prevSize":32,"name":"page-break","code":60009},"setIdx":0,"setId":0,"iconIdx":361},{"icon":{"paths":["M768 206v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["superscript"],"defaultCode":60009,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":362,"order":366,"ligatures":"","prevSize":32,"name":"superscript","code":60010},"setIdx":0,"setId":0,"iconIdx":362},{"icon":{"paths":["M768 910v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["subscript"],"defaultCode":60010,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":363,"order":367,"ligatures":"","prevSize":32,"name":"subscript","code":60011},"setIdx":0,"setId":0,"iconIdx":363},{"icon":{"paths":["M194.018 832l57.6-192h264.764l57.6 192h113.632l-192-640h-223.232l-192 640h113.636zM347.618 320h72.764l57.6 192h-187.964l57.6-192zM704 832l160-256 160 256h-320zM864 128h-64c-17.644 0-32-14.356-32-32s14.356-32 32-32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32h-128c-52.936 0-96 43.066-96 96 0 24.568 9.288 47.002 24.524 64 17.588 19.624 43.11 32 71.476 32h64c17.644 0 32 14.356 32 32s-14.356 32-32 32h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c52.936 0 96-43.066 96-96 0-24.568-9.288-47.002-24.524-64-17.588-19.624-43.108-32-71.476-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["superscript2"],"defaultCode":60011,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":364,"order":368,"ligatures":"","prevSize":32,"name":"superscript2","code":60012},"setIdx":0,"setId":0,"iconIdx":364},{"icon":{"paths":["M194.018 832l57.6-192h264.764l57.6 192h113.632l-192-640h-223.232l-192 640h113.636zM347.618 320h72.764l57.6 192h-187.964l57.6-192zM1024 192l-160 256-160-256h320zM864 832h-64c-17.644 0-32-14.356-32-32s14.356-32 32-32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32h-128c-52.936 0-96 43.066-96 96 0 24.568 9.29 47.002 24.524 64 17.588 19.624 43.112 32 71.476 32h64c17.644 0 32 14.356 32 32s-14.356 32-32 32h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c52.936 0 96-43.066 96-96 0-24.568-9.29-47.002-24.524-64-17.588-19.624-43.108-32-71.476-32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["subscript2"],"defaultCode":60012,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":365,"order":369,"ligatures":"","prevSize":32,"name":"subscript2","code":60013},"setIdx":0,"setId":0,"iconIdx":365},{"icon":{"paths":["M322.018 832l57.6-192h264.764l57.6 192h113.632l-191.996-640h-223.236l-192 640h113.636zM475.618 320h72.764l57.6 192h-187.964l57.6-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["text-color"],"defaultCode":60013,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":366,"order":370,"ligatures":"","prevSize":32,"name":"text-color","code":60014},"setIdx":0,"setId":0,"iconIdx":366},{"icon":{"paths":["M256 384v-384h768v384h-64v-320h-640v320zM1024 576v448h-768v-448h64v384h640v-384zM512 448h128v64h-128zM320 448h128v64h-128zM704 448h128v64h-128zM896 448h128v64h-128zM0 288l192 192-192 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pagebreak"],"defaultCode":60014,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":367,"order":371,"ligatures":"","prevSize":32,"name":"pagebreak","code":60015},"setIdx":0,"setId":0,"iconIdx":367},{"icon":{"paths":["M0 896h576v128h-576zM896 128h-302.56l-183.764 704h-132.288l183.762-704h-269.15v-128h704zM929.774 1024l-129.774-129.774-129.774 129.774-62.226-62.226 129.774-129.774-129.774-129.774 62.226-62.226 129.774 129.774 129.774-129.774 62.226 62.226-129.774 129.774 129.774 129.774z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clear-formatting"],"defaultCode":60015,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":368,"order":372,"ligatures":"","prevSize":32,"name":"clear-formatting","code":60016},"setIdx":0,"setId":0,"iconIdx":368},{"icon":{"paths":["M0 192v704h1024v-704h-1024zM384 640v-128h256v128h-256zM640 704v128h-256v-128h256zM640 320v128h-256v-128h256zM320 320v128h-256v-128h256zM64 512h256v128h-256v-128zM704 512h256v128h-256v-128zM704 448v-128h256v128h-256zM64 704h256v128h-256v-128zM704 832v-128h256v128h-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table2"],"defaultCode":60016,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":369,"order":373,"ligatures":"","prevSize":32,"name":"table2","code":60017},"setIdx":0,"setId":0,"iconIdx":369},{"icon":{"paths":["M0 64v896h1024v-896h-1024zM384 640v-192h256v192h-256zM640 704v192h-256v-192h256zM640 192v192h-256v-192h256zM320 192v192h-256v-192h256zM64 448h256v192h-256v-192zM704 448h256v192h-256v-192zM704 384v-192h256v192h-256zM64 704h256v192h-256v-192zM704 896v-192h256v192h-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table21"],"defaultCode":60017,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":370,"order":374,"ligatures":"","prevSize":32,"name":"table21","code":60018},"setIdx":0,"setId":0,"iconIdx":370},{"icon":{"paths":["M384 192h128v64h-128zM576 192h128v64h-128zM896 192v256h-192v-64h128v-128h-64v-64zM320 384h128v64h-128zM512 384h128v64h-128zM192 256v128h64v64h-128v-256h192v64zM384 576h128v64h-128zM576 576h128v64h-128zM896 576v256h-192v-64h128v-128h-64v-64zM320 768h128v64h-128zM512 768h128v64h-128zM192 640v128h64v64h-128v-256h192v64zM960 64h-896v896h896v-896zM1024 0v0 1024h-1024v-1024h1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["insert-template"],"defaultCode":60018,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":371,"order":375,"ligatures":"","prevSize":32,"name":"insert-template","code":60019},"setIdx":0,"setId":0,"iconIdx":371},{"icon":{"paths":["M384 0h512v128h-128v896h-128v-896h-128v896h-128v-512c-141.384 0-256-114.616-256-256s114.616-256 256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pilcrow"],"defaultCode":60019,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":372,"order":376,"ligatures":"","prevSize":32,"name":"pilcrow","code":60020},"setIdx":0,"setId":0,"iconIdx":372},{"icon":{"paths":["M512 0c-141.384 0-256 114.616-256 256s114.616 256 256 256v512h128v-896h128v896h128v-896h128v-128h-512zM0 704l256-256-256-256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ltr"],"defaultCode":60020,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":373,"order":377,"ligatures":"","prevSize":32,"name":"ltr","code":60021},"setIdx":0,"setId":0,"iconIdx":373},{"icon":{"paths":["M256 0c-141.384 0-256 114.616-256 256s114.616 256 256 256v512h128v-896h128v896h128v-896h128v-128h-512zM1024 192l-256 256 256 256z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rtl"],"defaultCode":60021,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":374,"order":378,"ligatures":"","prevSize":32,"name":"rtl","code":60022},"setIdx":0,"setId":0,"iconIdx":374},{"icon":{"paths":["M495.964 1024c-49.36 0-91.116-14.406-124.104-42.82-33.224-28.614-50.068-62.038-50.068-99.344 0-18.128 6.6-33.756 19.622-46.458 13.232-12.914 29.782-19.744 47.85-19.744 18.002 0 34.194 6.41 46.826 18.542 12.472 11.972 18.796 27.824 18.796 47.104 0 11.318-1.85 23.818-5.494 37.146-3.616 13.178-4.376 19.938-4.376 23.292 0 3.682 0.924 8.076 7.774 12.756 12.76 8.824 28.066 13.084 46.876 13.084 22.576 0 42.718-7.858 61.574-24.022 18.578-15.942 27.612-32.318 27.612-50.056 0-19.736-5.27-36.826-16.12-52.242-18.336-25.758-52.878-55.954-102.612-89.668-79.858-53.454-133.070-99.766-162.58-141.52-22.89-32.684-34.476-67.89-34.476-104.704 0-37.062 12.142-73.948 36.092-109.63 20.508-30.554 50.8-58.12 90.228-82.138-21.096-22.7-36.896-44.064-47.094-63.688-12.872-24.76-19.398-50.372-19.398-76.122 0-47.814 18.91-89.16 56.206-122.89 37.32-33.76 83.86-50.878 138.322-50.878 50.086 0 92.206 14.082 125.182 41.852 33.328 28.082 50.222 60.898 50.222 97.54 0 18.656-6.986 35.364-20.766 49.66l-0.276 0.282c-7.976 7.924-22.618 17.37-47.046 17.37-19.148 0-35.934-6.272-48.54-18.136-12.558-11.794-18.93-25.918-18.93-41.966 0-6.934 1.702-17.416 5.352-32.98 1.778-7.364 2.668-14.142 2.668-20.25 0-10.338-3.726-18.272-11.724-24.966-8.282-6.93-20.108-10.302-36.142-10.302-24.868 0-45.282 7.562-62.41 23.118-17.19 15.606-25.544 34.088-25.544 56.508 0 20.156 4.568 36.762 13.58 49.362 17.112 23.938 46.796 49.79 88.22 76.836 84.17 54.588 142.902 104.672 174.518 148.826 23.35 33.12 35.152 68.34 35.152 104.792 0 36.598-11.882 73.496-35.318 109.676-20.208 31.18-50.722 59.276-90.884 83.71 22.178 23.466 37.812 44.042 47.554 62.538 12.082 22.97 18.208 48.048 18.208 74.542 0 49.664-18.926 91.862-56.244 125.422-37.34 33.554-83.866 50.566-138.288 50.566zM446.416 356.346c-48.222 28.952-71.712 62.19-71.712 101.314 0 22.756 6.498 43.13 19.86 62.278 19.936 27.926 59.27 62.054 116.804 101.288 24.358 16.586 46.36 32.712 65.592 48.060 49.060-29.504 72.956-62.366 72.956-100.178 0-20.598-8.142-42.774-24.204-65.916-16.808-24.196-52.85-55.796-107.128-93.914-28.328-19.562-52.558-37.334-72.168-52.932z"],"isMulticolor":false,"isMulticolor2":false,"tags":["section"],"defaultCode":60022,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":375,"order":379,"ligatures":"","prevSize":32,"name":"section","code":60023},"setIdx":0,"setId":0,"iconIdx":375},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h640v128h-640zM0 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-left"],"defaultCode":60023,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":376,"order":380,"ligatures":"","prevSize":32,"name":"paragraph-left","code":60024},"setIdx":0,"setId":0,"iconIdx":376},{"icon":{"paths":["M0 64h1024v128h-1024zM192 256h640v128h-640zM192 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-center"],"defaultCode":60024,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":377,"order":381,"ligatures":"","prevSize":32,"name":"paragraph-center","code":60025},"setIdx":0,"setId":0,"iconIdx":377},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-right"],"defaultCode":60025,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":378,"order":382,"ligatures":"","prevSize":32,"name":"paragraph-right","code":60026},"setIdx":0,"setId":0,"iconIdx":378},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h1024v128h-1024zM0 448h1024v128h-1024zM0 640h1024v128h-1024zM0 832h1024v128h-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paragraph-justify"],"defaultCode":60026,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":379,"order":383,"ligatures":"","prevSize":32,"name":"paragraph-justify","code":60027},"setIdx":0,"setId":0,"iconIdx":379},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 448h640v128h-640zM384 640h640v128h-640zM0 832h1024v128h-1024zM0 704v-384l256 192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["indent-increase"],"defaultCode":60027,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":380,"order":384,"ligatures":"","prevSize":32,"name":"indent-increase","code":60028},"setIdx":0,"setId":0,"iconIdx":380},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 448h640v128h-640zM384 640h640v128h-640zM0 832h1024v128h-1024zM256 320v384l-256-192z"],"isMulticolor":false,"isMulticolor2":false,"tags":["indent-decrease"],"defaultCode":60028,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":381,"order":385,"ligatures":"","prevSize":32,"name":"indent-decrease","code":60029},"setIdx":0,"setId":0,"iconIdx":381},{"icon":{"paths":["M256 640c0 0 58.824-192 384-192v192l384-256-384-256v192c-256 0-384 159.672-384 320zM704 768h-576v-384h125.876c10.094-11.918 20.912-23.334 32.488-34.18 43.964-41.19 96.562-72.652 156.114-93.82h-442.478v640h832v-268.624l-128 85.334v55.29z"],"isMulticolor":false,"isMulticolor2":false,"tags":["share"],"defaultCode":60029,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":382,"order":386,"ligatures":"","prevSize":32,"name":"share","code":60030},"setIdx":0,"setId":0,"iconIdx":382},{"icon":{"paths":["M192 64v768h768v-768h-768zM896 768h-640v-640h640v640zM128 896v-672l-64-64v800h800l-64-64h-672zM352 256l160 160-192 192 96 96 192-192 160 160v-416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["new-tab"],"defaultCode":60030,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":383,"order":387,"ligatures":"","prevSize":32,"name":"new-tab","code":60031},"setIdx":0,"setId":0,"iconIdx":383},{"icon":{"paths":["M576 736l96 96 320-320-320-320-96 96 224 224zM448 288l-96-96-320 320 320 320 96-96-224-224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["embed"],"defaultCode":60031,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":384,"order":388,"ligatures":"","prevSize":32,"name":"embed","code":60032},"setIdx":0,"setId":0,"iconIdx":384},{"icon":{"paths":["M832 736l96 96 320-320-320-320-96 96 224 224zM448 288l-96-96-320 320 320 320 96-96-224-224zM701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"],"width":1280,"isMulticolor":false,"isMulticolor2":false,"tags":["embed2"],"defaultCode":60032,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":385,"order":389,"ligatures":"","prevSize":32,"name":"embed2","code":60033},"setIdx":0,"setId":0,"iconIdx":385},{"icon":{"paths":["M0 64v896h1024v-896h-1024zM960 896h-896v-768h896v768zM896 192h-768v640h768v-640zM448 512h-64v64h-64v64h-64v-64h64v-64h64v-64h-64v-64h-64v-64h64v64h64v64h64v64zM704 640h-192v-64h192v64z"],"isMulticolor":false,"isMulticolor2":false,"tags":["terminal"],"defaultCode":60033,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":386,"order":390,"ligatures":"","prevSize":32,"name":"terminal","code":60034},"setIdx":0,"setId":0,"iconIdx":386},{"icon":{"paths":["M864 704c-45.16 0-85.92 18.738-115.012 48.83l-431.004-215.502c1.314-8.252 2.016-16.706 2.016-25.328s-0.702-17.076-2.016-25.326l431.004-215.502c29.092 30.090 69.852 48.828 115.012 48.828 88.366 0 160-71.634 160-160s-71.634-160-160-160-160 71.634-160 160c0 8.622 0.704 17.076 2.016 25.326l-431.004 215.504c-29.092-30.090-69.852-48.83-115.012-48.83-88.366 0-160 71.636-160 160 0 88.368 71.634 160 160 160 45.16 0 85.92-18.738 115.012-48.828l431.004 215.502c-1.312 8.25-2.016 16.704-2.016 25.326 0 88.368 71.634 160 160 160s160-71.632 160-160c0-88.364-71.634-160-160-160z"],"isMulticolor":false,"isMulticolor2":false,"tags":["share2"],"defaultCode":60034,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":387,"order":391,"ligatures":"","prevSize":32,"name":"share2","code":60035},"setIdx":0,"setId":0,"iconIdx":387},{"icon":{"paths":["M853.31 0h-682.62c-93.88 0-170.69 76.784-170.69 170.658v682.656c0 93.876 76.81 170.686 170.69 170.686h682.622c93.938 0 170.688-76.81 170.688-170.686v-682.656c0-93.874-76.75-170.658-170.69-170.658zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.94-185.598 185.6c-1.444-5.338-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.206l182.118-182.118 90.422 105.496 90.424-105.494 182.116 182.118c-5.34 1.442-10.886 2.204-16.54 2.204zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.598-185.598 187.664-218.942c0.084 1.328 0.14 2.66 0.14 4v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail"],"defaultCode":60035,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":388,"order":392,"ligatures":"","prevSize":32,"name":"mail","code":60036},"setIdx":0,"setId":0,"iconIdx":388},{"icon":{"paths":["M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM853.342 128c7.988 0 15.546 2.334 22.020 6.342l-363.362 300.404-363.354-300.4c6.478-4.010 14.044-6.346 22.040-6.346h682.656zM170.686 896c-1.924 0-3.82-0.146-5.684-0.408l225.626-312.966-29.256-29.254-233.372 233.37v-611.138l384 464.396 384-464.394v611.136l-233.372-233.37-29.254 29.254 225.628 312.968c-1.858 0.26-3.746 0.406-5.662 0.406h-682.654z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail2"],"defaultCode":60036,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":389,"order":393,"ligatures":"","prevSize":32,"name":"mail2","code":60037},"setIdx":0,"setId":0,"iconIdx":389},{"icon":{"paths":["M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM182.628 886.626l-77.256-77.254 256-256 29.256 29.254-208 304zM153.372 198.628l29.256-29.256 329.372 265.374 329.374-265.374 29.254 29.256-358.628 422.626-358.628-422.626zM841.374 886.626l-208-304 29.254-29.254 256 256-77.254 77.254z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail3"],"defaultCode":60037,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":390,"order":394,"ligatures":"","prevSize":32,"name":"mail3","code":60038},"setIdx":0,"setId":0,"iconIdx":390},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.942-185.598 185.598c-1.444-5.336-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.208l182.118-182.118 90.422 105.498 90.424-105.494 182.116 182.12c-5.34 1.44-10.886 2.202-16.54 2.202zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.6-185.598 187.666-218.942c0.084 1.328 0.14 2.66 0.14 4v384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["mail4"],"defaultCode":60038,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":391,"order":395,"ligatures":"","prevSize":32,"name":"mail4","code":60039},"setIdx":0,"setId":0,"iconIdx":391},{"icon":{"paths":["M862.88 311.68c-0.416-1.184-0.832-2.144-1.28-3.072l0.096 0.192c-0.608-1.824-1.28-3.392-2.048-4.896l0.096 0.16c-2.144-2.912-3.776-5.024-5.44-7.136l0.448 0.576c-0.896-0.8-1.856-1.568-2.88-2.272l-0.096-0.064c-0.992-0.896-2.080-1.76-3.2-2.56l-0.096-0.064-320-192c-4.704-2.848-10.4-4.544-16.48-4.544s-11.776 1.696-16.608 4.64l0.128-0.064-320 192c-1.216 0.864-2.304 1.696-3.296 2.624l0.032-0.032c-1.12 0.8-2.112 1.568-3.040 2.4l0.032-0.032c-0.96 1.056-1.888 2.24-2.688 3.456l-0.064 0.128c-0.736 0.864-1.472 1.824-2.144 2.848l-0.064 0.128c-0.672 1.28-1.312 2.784-1.856 4.352l-0.064 0.224c-0.384 1.024-0.96 1.952-1.216 3.008-0.704 2.496-1.088 5.344-1.12 8.288v352c0 11.584 6.176 21.728 15.392 27.36l0.128 0.096 320.672 192.416c1.472 0.768 3.232 1.504 5.024 2.080l0.224 0.064c0.768 0.256 1.472 0.704 2.24 0.896 2.496 0.704 5.344 1.12 8.32 1.12s5.824-0.416 8.512-1.184l-0.224 0.064c0.768-0.192 1.472-0.64 2.24-0.896 2.016-0.608 3.776-1.344 5.408-2.208l-0.16 0.096 0.352-0.256 0.352-0.16 320-192c9.376-5.696 15.52-15.84 15.52-27.424v0-352c0-2.944-0.416-5.824-1.152-8.544l0.064 0.224zM480 807.456l-256-153.6v-277.344l256 153.6zM512 474.688l-257.792-154.688 257.792-154.688 257.792 154.688zM800 653.888l-256 153.6v-277.344l256-153.6z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cubelight"],"defaultCode":60039,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":392,"order":396,"ligatures":"","prevSize":32,"name":"cubelight","code":60040},"setIdx":0,"setId":0,"iconIdx":392},{"icon":{"paths":["M160 338.112l320 192v352l-304.48-182.688c-9.376-5.696-15.52-15.84-15.52-27.424v0zM528.48 100.576c-4.704-2.848-10.4-4.544-16.48-4.544s-11.776 1.696-16.608 4.64l0.128-0.064-303.52 182.112 320 192 320-192zM544 530.112v352l304.48-182.688c9.376-5.696 15.52-15.84 15.52-27.424v0-333.888z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cube"],"defaultCode":60040,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":393,"order":397,"ligatures":"","prevSize":32,"name":"cube","code":60041},"setIdx":0,"setId":0,"iconIdx":393},{"icon":{"paths":["M270.272 741.472h752.032v83.68h-752zM10.4 722.368v110.272h110.272v-110.272zM0 710.912h131.328l21.632 19.776v132.192h-133.984l-18.976-19.584zM270.272 464.96h753.728v83.648h-753.728zM10.4 445.152v110.272h110.272v-110.272zM0 433.696h131.328l21.632 19.744v132.192h-133.984l-18.976-19.552zM270.272 199.52h752.032v83.68h-752zM10.4 172.672v110.272h110.272v-110.272zM0 161.184h131.328l21.632 19.776v132.224h-133.984l-18.976-19.552z"],"isMulticolor":false,"isMulticolor2":false,"tags":["bulletlist"],"defaultCode":60041,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":394,"order":398,"ligatures":"","prevSize":32,"name":"bulletlist","code":60042},"setIdx":0,"setId":0,"iconIdx":394},{"icon":{"paths":["M512.128 389.152c62.336 0 112.832 50.528 112.832 112.832s-50.528 112.832-112.832 112.832-112.832-50.496-112.832-112.832c0-62.336 50.528-112.832 112.832-112.832zM512.064 316.32c-170.72 0-326.304 116.544-412.16 195.68 85.888 79.136 241.472 195.648 412.16 195.648s326.304-116.512 412.16-195.648c-85.888-79.136-241.472-195.68-412.16-195.68zM512.064 233.792c282.784 0 512.064 278.176 512.064 278.176s-229.28 278.176-512.064 278.176c-282.784 0-512.064-278.176-512.064-278.176s229.28-278.176 512.064-278.176z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-open"],"defaultCode":60042,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":395,"order":399,"ligatures":"","prevSize":32,"name":"eye-open","code":60043},"setIdx":0,"setId":0,"iconIdx":395},{"icon":{"paths":["M614.816 455.68c6.4 14.112 10.080 29.632 10.080 46.112 0 62.336-50.496 112.832-112.832 112.832-7.968 0-15.648-0.864-23.104-2.368zM745.536 293.12c165.28 81.696 278.592 218.656 278.592 218.656s-229.28 278.176-512.096 278.176c-51.008 0-100.128-9.248-146.592-24.064l56.192-69.952c29.504 6.688 59.584 11.52 90.4 11.52 170.72 0 326.304-116.512 412.192-195.648-53.824-49.568-134.944-113.76-230.048-154.848zM512.096 233.6c22.368 0 44.32 2.24 65.952 5.504l-62.208 77.312c-174.464-0.32-330.048 116.224-415.968 195.36 40.448 37.248 96.64 82.528 162.272 120.288l-49.504 61.504c-128.672-80.384-212.672-181.792-212.672-181.792s229.312-278.176 512.096-278.176zM785.92 55.936l54.432 43.744-697.888 868.16-54.4-43.68z"],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-close"],"defaultCode":60043,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":396,"order":400,"ligatures":"","prevSize":32,"name":"eye-close","code":60044},"setIdx":0,"setId":0,"iconIdx":396},{"icon":{"paths":["M0 196.085h1024l-512 631.83z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrowhead_down"],"defaultCode":60044,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":397,"order":401,"ligatures":"","prevSize":32,"name":"arrowhead_down","code":60045},"setIdx":0,"setId":0,"iconIdx":397},{"icon":{"paths":["M511.998 196.085l511.998 631.824h-1023.996z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrowhead_up"],"defaultCode":60045,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":398,"order":402,"ligatures":"","prevSize":32,"name":"arrowhead_up","code":60046},"setIdx":0,"setId":0,"iconIdx":398},{"icon":{"paths":["M249.974 140.999v54.249c0 59.577 157.589 295.486 157.589 325.299 0 30.1-157.589 266.105-157.589 325.634v53.912h78.141v-21.219c44.066-126.403 156.897-270.282 156.897-270.282v-107.249c0-80.076-105.577-166.73-105.577-166.73h256.099c0 0-105.89 61.498-105.89 166.73v107.249c0 0 99.951 130.724 157.209 270.282v21.219h77.762v-53.912c0-59.529-158.837-295.87-158.837-325.634 0-29.813 158.837-265.722 158.837-325.299v-54.249zM123.648 0h786.238v75.18h-42.314v65.818h-51.387v54.249c0 82.765-148.894 307.775-156.772 325.299 7.878 17.858 156.772 242.532 156.772 325.634v53.912h51.387v49.015h32.688v75.037h-786.243v-75.037h33.13v-49.015h51.257v-53.912c0-82.765 148.899-309.12 155.903-325.299-7.004-16.227-155.903-242.486-155.903-325.634v-54.249h-51.257v-65.818h-23.5z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sandclock"],"defaultCode":60046,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":399,"order":403,"ligatures":"","prevSize":32,"name":"sandclock","code":60047},"setIdx":0,"setId":0,"iconIdx":399},{"icon":{"paths":["M187.328 0h671.68v265.568h-45.824v-116.32h-528.832l251.264 369.12-280.128 356.384h578.976l16.64-116.32h45.792l-37.888 265.568h-731.936v-83.904l294.912-377.632-234.624-345.76v-135.968z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sum"],"defaultCode":60047,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":400,"order":404,"ligatures":"","prevSize":32,"name":"sum","code":60048},"setIdx":0,"setId":0,"iconIdx":400},{"icon":{"paths":["M102.016 50.048c-28.704 0-52 23.296-52 52.064v819.776c0 28.768 23.296 52.064 52 52.064h819.936c28.704 0 52-23.296 52-52.064v-819.776c0-28.768-23.296-52.064-52-52.064zM103.712 0h816.576c57.248 0 103.712 46.56 103.712 103.712v816.576c0 57.152-46.464 103.712-103.712 103.712h-816.576c-57.248 0-103.712-46.56-103.712-103.712v-816.576c0-57.152 46.464-103.712 103.712-103.712z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rndcheck-not"],"defaultCode":60048,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":401,"order":405,"ligatures":"","prevSize":32,"name":"rndcheck-not","code":60049},"setIdx":0,"setId":0,"iconIdx":401},{"icon":{"paths":["M738.656 303.68l71.424 81.792-381.888 334.976-214.112-248.16 82.336-70.72 142.496 165.472zM102.080 50.048c-28.736 0-52.032 23.296-52.032 52.064v819.904c0 28.768 23.296 52.064 52.032 52.064h819.968c28.736 0 52.032-23.296 52.032-52.064v-819.904c0-28.768-23.296-52.064-52.032-52.064zM103.712 0h816.736c57.184 0 103.712 46.56 103.712 103.712v816.672c0 57.184-46.528 103.712-103.712 103.712h-816.736c-57.184 0-103.712-46.528-103.712-103.712v-816.672c0-57.184 46.528-103.712 103.712-103.712z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rndcheck-ok"],"defaultCode":60049,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":402,"order":406,"ligatures":"","prevSize":32,"name":"rndcheck-ok","code":60050},"setIdx":0,"setId":0,"iconIdx":402},{"icon":{"paths":["M822.080 513.104h98.192v34.192h-98.192zM741.504 275.856l-191.232 247.88c0 7.621-1.93 14.79-5.328 21.044l-0.497 0.818 99.968 176.083-141.301-153.959-1.516-0.076c-22.259-2.259-39.598-21.044-39.598-43.908 0-22.849 17.339-41.634 39.598-43.892l4.513-0.228zM503.168 97.216l-1.876 0.024c-224.187 5.68-404.188 189.205-404.188 414.76 0 7.048 0.176 14.054 0.523 21.016l0.581 9.317v-29.229h98.208v34.192h-97.801l0.565 6.465c20.597 206.015 191.937 367.689 402.112 373.015l1.876 0.024v-97.008h34.192v96.326l6.562-0.416c214.221-16.304 382.974-195.337 382.974-413.702 0-218.395-168.753-397.386-382.974-413.686l-6.562-0.416v95.222h-34.192zM512 0c282.752 0 512 229.232 512 512 0 282.736-229.248 511.984-512 511.984-282.769 0-512-229.248-512-511.984 0-282.768 229.231-512 512-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clock1"],"defaultCode":60050,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":403,"order":407,"ligatures":"","prevSize":32,"name":"clock1","code":60051},"setIdx":0,"setId":0,"iconIdx":403},{"icon":{"paths":["M811.771 597.090c-12.827 56.112-29.899 108.479-50.513 156.048h68.561c41.745 0 75.792-34.992 75.792-78.049 0-42.958-34.047-77.999-75.792-77.999zM448.901 387.142c-21.735 0-41.836 0.864-61.427 2.062-2.425 36.767-16.93 71.759-56.016 103.2-10.542 8.496-64.738 14.256-42.069-4.034 35.26-28.415 47.108-60.67 46.966-94.654-131.062 14.976-204.753 52.945-217.020 72.433 15.484 24.48 126.723 78.91 329.566 78.91s314.083-54.43 329.566-78.91c-11.054-17.616-72.293-50.402-180.407-67.584-4.29 33.31-19.31 65.088-55.036 93.84-10.542 8.496-64.692 14.256-42.069-4.034 35.772-28.845 47.433-61.535 47.014-96.046-30.412-2.977-62.734-5.183-99.067-5.183zM606.361 0.006c12.045-0.162 19.893 2.922 8.443 11.779-122.060 94.127-39.598 214.366-19.355 324.668 139.969 20.256 238.521 68.495 238.57 124.991-2.659 27.263-6.576 53.519-11.008 79.391h6.809c72.014 0 130.41 60.096 130.41 134.255s-58.395 134.304-130.41 134.304h-95.802c-71.22 131.805-172.385 214.606-285.117 214.606-193.653 0-353.96-243.311-385.118-562.363 0-59.856 110.027-110.305 262.545-128.255-12.082-41.569-31.764-84.049-41.045-124.367-20.055-87.169 6.997-148.223 75.886-201.312 5.34-4.128 21.583-7.536 33.628-7.698s19.892 2.922 8.441 11.779c-119.122 91.871-43.515 208.557-20.895 316.605 21.689-1.298 43.797-2.112 66.557-2.112 30.318 0 59.654 1.392 87.919 3.694-12.173-40.462-30.97-81.694-39.971-120.957-20.055-87.169 6.994-148.223 75.886-201.312 5.339-4.128 21.581-7.536 33.626-7.698z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pause1"],"defaultCode":60051,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":404,"order":408,"ligatures":"","prevSize":32,"name":"pause1","code":60052},"setIdx":0,"setId":0,"iconIdx":404},{"icon":{"paths":["M188.588 612.266v280.78h320.912v-280.78zM108.388 171.038h802.215c22.085 0 40.105 18.021 40.105 40.115v43.691l68.324 195.76c0 0 4.999 41.069-36.35 41.069-17.128 0-26.522-7.093-31.975-15.333v496.922c0 22.095-18.019 40.116-40.105 40.116h-80.227v-401.112h-200.56v401.112h-521.429c-22.105 0-40.104-18.021-40.104-40.116v-496.985c-4.935 8.275-13.188 15.397-27.579 15.397-41.369 0-40.705-41.069-40.705-41.069l68.284-195.74v-43.712c0-22.093 17.999-40.115 40.104-40.115zM108.377 10.59h802.23c22.086 0 40.105 18.019 40.105 40.113v40.115c0 22.084-18.020 40.104-40.105 40.104h-802.23c-22.105 0-40.105-18.021-40.105-40.104v-40.115c0-22.094 17.999-40.113 40.105-40.113z"],"isMulticolor":false,"isMulticolor2":false,"tags":["shop"],"defaultCode":60052,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":405,"order":409,"ligatures":"","prevSize":32,"name":"shop","code":60053},"setIdx":0,"setId":0,"iconIdx":405},{"icon":{"paths":["M502.522 344.761l80.861 74.562-92.996 19.661zM411.045 130.975h192.977l-70.344 75.324h-117.69l-5.087 164.232c0 0-6.541 108.612-126.229 95.489l-102.575-2.793v466.617c0 10.396 8.467 18.817 18.858 18.817h527.19c10.354 0 18.821-8.421 18.821-18.817v-559.653l75.36-75.979v635.632c0 51.997-42.186 94.113-94.181 94.113h-527.19c-51.996 0-94.145-42.117-94.145-94.113v-477.886l37.28-39.323 0.037-1.077 195.375-205.259h-0.546l-52.214 55.075 54.721-57.95h0.763l1.744-1.812h0.145zM707.15 79.657l131.403 121.256-162.198 175.828-2.761-27.837-43.293-14.716-1.217-29.473-43.201-11.446-5.196-33.247-35.771-4.578zM797.329 0.023c5.834 0.231 11.27 2.23 15.501 6.119l93.089 85.922c11.299 10.41 9.845 30.426-3.307 44.623l-17.841 19.376-134.038-123.651 17.859-19.376c8.187-8.874 19.013-13.399 28.736-13.013z"],"isMulticolor":false,"isMulticolor2":false,"tags":["template"],"defaultCode":60053,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":406,"order":410,"ligatures":"","prevSize":32,"name":"template","code":60054},"setIdx":0,"setId":0,"iconIdx":406},{"icon":{"paths":["M824.447 0l199.553 199.586-312.445 312.431 312.445 312.443-199.552 199.541-312.448-312.437-312.451 312.437-199.533-199.539 312.432-312.443-312.448-312.438 199.552-199.564 312.446 312.444z"],"isMulticolor":false,"isMulticolor2":false,"tags":["remove"],"defaultCode":60054,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":407,"order":411,"ligatures":"","prevSize":32,"name":"remove","code":60055},"setIdx":0,"setId":0,"iconIdx":407},{"icon":{"paths":["M941.97 402.264l-133.783 128.013h-172.028l-38.165 22.101h-126.982l-354.747 358.103 38.248 36.558 328.823-332.987h114.658l38.165-22.060h191.111l152.906-146.273zM769.981 146.273v124.175h114.658v-124.175zM502.457 0h401.307l114.658 109.715v409.121l-129.769 139.457h-176.002l-38.245 36.558-38.248-36.558-38.165 36.558h-95.536v73.157h-76.453v73.119h-76.41v73.155h-76.493v73.119h-38.208v36.599h-191.069l-38.248-36.599v-255.95l349.545-334.517-38.248-36.558 32.719-31.23v-182.872z"],"isMulticolor":false,"isMulticolor2":false,"tags":["access"],"defaultCode":60055,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":408,"order":412,"ligatures":"","prevSize":32,"name":"access","code":60056},"setIdx":0,"setId":0,"iconIdx":408},{"icon":{"paths":["M800 128h-480c-0.001 0-0.002 0-0.003 0-70.691 0-127.997 57.306-127.997 127.997 0 0.001 0 0.002 0 0.003v0 512c0 70.692 57.308 128 128 128v0h480c17.673 0 32-14.327 32-32v0-64h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512v-576c0-17.673-14.327-32-32-32v0zM642.012 591.75c0 0.001 0 0.001 0 0.002 0 8.974-7.274 16.248-16.248 16.248-0.001 0-0.003 0-0.004 0h-227.52c-0.001 0-0.003 0-0.004 0-8.974 0-16.248-7.274-16.248-16.248 0-0.001 0-0.001 0-0.002v0-30.918c0.002-11.475 5.947-21.561 14.924-27.348l0.128-0.077 49.947-31.773-4.711-37.672c-11.313-5.176-20.058-14.331-24.579-25.633l-0.113-0.319-3.48-10.437c-0.96-2.477-1.516-5.344-1.516-8.341 0-4.42 1.21-8.558 3.316-12.1l-0.060 0.109v-58.58c0-53.105 43.050-96.154 96.154-96.154s96.154 43.050 96.154 96.154v58.578c2.046 3.433 3.256 7.571 3.256 11.991 0 2.997-0.556 5.864-1.571 8.503l0.055-0.162-3.48 10.437c-4.633 11.621-13.379 20.776-24.396 25.831l-0.295 0.121-4.71 37.672 49.947 31.773c9.106 5.864 15.051 15.95 15.053 27.425v0zM992 640v96c0 17.673-14.327 32-32 32v0h-64v-160h64c17.673 0 32 14.327 32 32v0zM992 416v96c0 17.673-14.327 32-32 32v0h-64v-160h64c17.673 0 32 14.327 32 32v0zM992 192v96c0 17.673-14.327 32-32 32v0h-64v-160h64c17.673 0 32 14.327 32 32v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["address"],"defaultCode":60056,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":409,"order":413,"ligatures":"","prevSize":32,"name":"address","code":60057},"setIdx":0,"setId":0,"iconIdx":409},{"icon":{"paths":["M608 704v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM320 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 416h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM576 416h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 416h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM576 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["apps"],"defaultCode":60057,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":410,"order":414,"ligatures":"","prevSize":32,"name":"apps","code":60058},"setIdx":0,"setId":0,"iconIdx":410},{"icon":{"paths":["M382.656 730.624v65.376h258.736v-65.376zM25.92 683.568h972.224v340.432h-972.224zM377.248 305.024v65.36h258.704v-65.36zM25.92 261.44h972.224v354.064h-85.849l-28.506-178.992-614.892 178.992h-242.976zM230.155 0h544.695l183.054 160.745-0.594 35.335h-890.554l-3.332-36.015z"],"isMulticolor":false,"isMulticolor2":false,"tags":["archive"],"defaultCode":60058,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":411,"order":415,"ligatures":"","prevSize":32,"name":"archive","code":60059},"setIdx":0,"setId":0,"iconIdx":411},{"icon":{"paths":["M559.767 776.041h125.060v121.123h-125.060zM365.241 776.041h125.012v121.123h-125.012zM170.715 776.041h125.060v121.123h-125.060zM744.356 585.547h125.059v121.075h-125.059zM559.767 585.547h125.060v121.075h-125.060zM365.241 585.547h125.012v121.075h-125.012zM170.715 585.547h125.060v121.075h-125.060zM744.356 391.021h125.059v121.075h-125.059zM549.83 391.021h125.059v121.075h-125.059zM355.304 391.021h125.060v121.075h-125.060zM92.933 263.979v702.974h838.384v-702.974zM35.766 0h952.709v1024.144h-952.709z"],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar1"],"defaultCode":60059,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":412,"order":416,"ligatures":"","prevSize":32,"name":"calendar1","code":60060},"setIdx":0,"setId":0,"iconIdx":412},{"icon":{"paths":["M684.251 196.927l339.893 251.789v131.2l-339.893 250.662v-136.459l222.52-178.772v-2.121l-222.52-178.783zM339.941 196.927v136.519l-222.478 178.771v2.063l222.478 178.84v137.458l-339.941-251.719v-131.21zM543.108 53.768l92.079 15.94-155.219 900.571-92.020-15.881z"],"isMulticolor":false,"isMulticolor2":false,"tags":["code"],"defaultCode":60060,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":413,"order":417,"ligatures":"","prevSize":32,"name":"code","code":60061},"setIdx":0,"setId":0,"iconIdx":413},{"icon":{"paths":["M532.288 307.53c-50.624 0-90.208 20.802-118.912 62.404-17.152 24.802-28.96 53.923-35.264 87.365h-58.432l-11.6 39.364h65.776c-0.528 6.719-0.784 13.6-0.784 20.482 0 7.68 0.256 15.521 0.784 23.041h-54.176l-11.6 39.043h69.504c7.088 48.161 23.488 85.765 48.88 112.486 26.96 28.642 60.24 42.723 99.52 42.723 46.096 0 82.4-17.28 109.344-52.163 22.64-28.963 36-64.645 40.048-107.206h-44.88c-4.768 26.72-11.536 48.003-21.136 64.643-17.616 31.043-43.856 46.563-77.84 46.563-37.024 0-64.752-14.722-83.12-44.163-11.36-17.761-19.152-38.563-23.664-62.565h144.304l11.872-39.362h-160.24c-0.256-4.16-0.256-8.96-0.256-13.761 0-10.401 0.256-20.482 1.024-29.762h147.872l11.6-39.364h-153.92c5.024-24.32 13.088-44.321 24.432-59.844 20.64-28.002 47.856-42.083 81.392-42.083 27.408 0 48.8 7.522 63.968 22.882 15.344 15.040 25.408 36.002 30.432 61.924h45.136c-2.768-34.242-15.856-64.963-39.792-92.166-23.728-26.881-57.2-40.483-100.272-40.483zM512.048 137.6c206.688 0 374.384 167.69 374.384 374.424s-167.696 374.424-374.384 374.424c-206.768 0-374.464-167.69-374.464-374.424s167.392-374.424 374.464-374.424zM512.064 50.72c-254.4 0-461.376 206.88-461.376 461.28s206.976 461.28 461.376 461.28c254.336 0 461.248-206.88 461.248-461.28s-206.912-461.28-461.248-461.28zM512.064 0c282.272 0 511.936 229.6 511.936 512 0 282.24-229.664 512-511.936 512-282.368 0-512.064-229.76-512.064-512 0-282.4 229.696-512 512.064-512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["coin"],"defaultCode":60061,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":414,"order":418,"ligatures":"","prevSize":32,"name":"coin","code":60062},"setIdx":0,"setId":0,"iconIdx":414},{"icon":{"paths":["M575.675 828.023v163.575h59.362v-163.575zM483.014 828.023v163.575h59.362v-163.575zM391.839 828.023v163.575h59.345v-163.575zM575.675 629.71v163.575h59.362v-163.575zM483.014 629.71v163.575h59.362v-163.575zM391.839 629.71v163.575h59.345v-163.575zM349.372 587.718h328.131v436.233h-328.131zM345.5 524.516h332.967v34.738h-332.967zM530.055 410.515v68.038h57.907v-68.038zM438.145 410.515v68.038h57.907v-68.038zM530.79 307.723v68.038h57.907v-68.038zM438.88 307.723v68.038h57.907v-68.038zM403.407 281.318h220.028v218.574h-220.028zM506.673 0h13.496v190.111h69.476v34.754h46.355v23.153h-244.162v-23.153h46.306v-34.754h68.528z"],"isMulticolor":false,"isMulticolor2":false,"tags":["company"],"defaultCode":60062,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":415,"order":419,"ligatures":"","prevSize":32,"name":"company","code":60063},"setIdx":0,"setId":0,"iconIdx":415},{"icon":{"paths":["M160 338.117l320 192.008v351.992l-304.469-182.68c-9.368-5.696-15.53-15.847-15.531-27.437v0zM528.469 100.563c-4.703-2.857-10.388-4.547-16.469-4.547s-11.766 1.691-16.612 4.628l0.143-0.080-303.527 182.117 319.996 192 319.996-192zM544 530.125v351.992l304.469-182.68c9.368-5.696 15.53-15.847 15.531-27.437v0-333.883z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cube1"],"defaultCode":60063,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":416,"order":420,"ligatures":"","prevSize":32,"name":"cube1","code":60064},"setIdx":0,"setId":0,"iconIdx":416},{"icon":{"paths":["M862.891 311.687c-0.42-1.193-0.819-2.148-1.264-3.077l0.080 0.186c-0.606-1.84-1.273-3.397-2.054-4.885l0.084 0.175c-2.136-2.898-3.775-5.032-5.443-7.141l0.447 0.586c-0.89-0.795-1.858-1.567-2.869-2.283l-0.102-0.069c-0.991-0.903-2.067-1.762-3.198-2.549l-0.103-0.068-320-192c-4.703-2.857-10.388-4.547-16.469-4.547s-11.766 1.691-16.612 4.628l0.143-0.080-320 192c-1.226 0.854-2.295 1.709-3.306 2.626l0.027-0.024c-1.121 0.791-2.097 1.571-3.025 2.402l0.031-0.027c-0.962 1.071-1.874 2.241-2.701 3.472l-0.072 0.114c-0.744 0.875-1.474 1.84-2.148 2.846l-0.072 0.115c-0.675 1.276-1.326 2.795-1.858 4.368l-0.066 0.226c-0.389 1.024-0.947 1.961-1.232 3.016-0.699 2.49-1.103 5.349-1.107 8.302v352.002c0.001 11.591 6.163 21.742 15.39 27.357l0.141 0.080 320.688 192.406c1.479 0.783 3.216 1.505 5.024 2.066l0.221 0.059c0.76 0.266 1.461 0.704 2.232 0.906 2.489 0.714 5.349 1.125 8.304 1.125s5.815-0.411 8.524-1.178l-0.22 0.053c0.772-0.203 1.472-0.64 2.232-0.906 2.028-0.62 3.765-1.342 5.415-2.207l-0.171 0.082 0.34-0.258 0.348-0.148 320-192c9.368-5.695 15.531-15.847 15.532-27.437v0-352c-0.004-2.958-0.408-5.821-1.163-8.538l0.053 0.225zM480 807.469l-256-153.594v-277.344l256 153.594zM512 474.68l-257.807-154.68 257.807-154.688 257.807 154.688zM800 653.875l-256 153.594v-277.344l256-153.594z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cubelight1"],"defaultCode":60064,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":417,"order":421,"ligatures":"","prevSize":32,"name":"cubelight1","code":60065},"setIdx":0,"setId":0,"iconIdx":417},{"icon":{"paths":["M797.156 800.125c-8.529 10.218-21.271 16.672-35.519 16.672-14.515 0-27.465-6.697-35.93-17.171l-0.068-0.087c-3.873-1.648-7.184-3.885-9.987-6.638l-67.901-67.901c-5.79-5.79-9.372-13.789-9.372-22.625 0-17.671 14.325-31.997 31.997-31.997 8.836 0 16.835 3.581 22.625 9.372v0l43.26 43.258c32.994-40.283 55.204-90.578 61.549-145.7l0.122-1.308h-61.932c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h61.98c-0.262-2.437-0.252-4.84-0.574-7.281-7.523-53.851-29.185-101.615-61.077-140.704l0.405 0.512-43.703 43.723c-5.79 5.79-13.789 9.372-22.625 9.372-17.671 0-31.997-14.325-31.997-31.997 0-8.836 3.581-16.835 9.372-22.625l43.729-43.75c-40.045-32.607-89.888-54.662-144.495-61.243l-1.359-0.133c-0.555-0.064-1.102-0.043-1.656-0.101v62.228c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-62.14c-56.57 6.349-107.037 28.47-148.016 61.804l0.52-0.41 43.746 43.746c5.754 5.74 9.32 13.67 9.342 22.433v0.004l165.252 120.793c13.687 10.088 22.469 26.147 22.469 44.256 0 30.276-24.544 54.82-54.82 54.82-18.11 0-34.169-8.782-44.151-22.32l-0.106-0.151-120.787-165.242c-8.77-0.028-16.703-3.594-22.449-9.344l-43.724-43.726c-32.699 40.559-54.775 90.956-61.278 146.12l-0.13 1.357h62.133c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-61.984c6.676 56.414 28.847 106.679 62.085 147.591l-0.416-0.528 43.313-43.312c5.79-5.79 13.789-9.372 22.625-9.372 17.671 0 31.997 14.325 31.997 31.997 0 8.836-3.581 16.835-9.372 22.625v0l-67.905 67.906c-2.759 2.694-6.015 4.893-9.616 6.445l-0.206 0.079c-8.543 10.61-21.531 17.341-36.092 17.341-14.245 0-26.985-6.443-35.465-16.573l-0.059-0.072c-61.126-67.675-98.527-157.799-98.527-256.658 0-211.831 171.723-383.555 383.555-383.555 15.672 0 31.124 0.94 46.303 2.766l-1.83-0.179c192.044 22.638 339.606 184.452 339.606 380.731 0 98.991-37.534 189.216-99.146 257.219l0.29-0.325z"],"isMulticolor":false,"isMulticolor2":false,"tags":["dashboard"],"defaultCode":60065,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":418,"order":422,"ligatures":"","prevSize":32,"name":"dashboard","code":60066},"setIdx":0,"setId":0,"iconIdx":418},{"icon":{"paths":["M56.046 594.462h300.061c-16.969 43.564-26.759 90.717-26.759 140.317 0 33.611 4.732 66.080 12.89 97.080h-286.192c-26.596 0-48.134-21.537-48.134-48.132v-140.97c0-26.758 21.538-48.295 48.134-48.295zM720.679 447.048c3.12-0.082 6.26-0.082 9.442 0h0.489c39.969 0.326 77.818 8.81 112.24 23.984l1.142 0.653c101.636 45.194 172.113 147.492 170.971 265.78-1.631 158.913-131.654 286.501-290.553 284.869-123.987-1.305-228.723-80.925-267.876-191.218l102.942-17.947c28.876 62.978 92.011 107.030 165.914 107.846 101.963 0.979 185.327-80.925 186.306-182.897 1.142-101.809-80.754-185.345-182.717-186.323-8.646 0-17.13 0.653-25.45 1.632l-0.163-0.653c-27.408 3.589-52.857 13.216-75.045 27.736l35.401 33.447c2.121 1.958 2.936 5.058 1.794 7.668-0.979 2.774-3.426 4.568-6.362 4.732l-162.814 8.647c-2.121 0-3.915-0.979-5.384-2.447-1.468-1.632-2.121-3.753-1.631-6.037l12.236-68.036 17.619-96.262c0.489-2.937 2.61-5.221 5.384-5.71 2.936-0.653 5.873 0.489 7.504 2.937l28.223 41.441c39.154-28.226 85.649-46.499 136.059-52.047 0.653-0.163 1.305-0.163 1.958-0.163 4.405-0.489 8.646-0.816 13.051-1.142 3.1-0.245 6.199-0.408 9.319-0.489zM56.036 294.622h674.698c26.59 0 48.285 21.538 48.285 48.294v13.217c-21.206-3.589-42.903-5.871-65.088-5.871-138.006 0-258.558 72.767-326.42 181.755h-331.476c-26.59 0-48.124-21.538-48.124-48.131v-140.97c0-26.756 21.534-48.294 48.124-48.294zM149.834 64.077c-30.179 0-54.811 24.457-54.811 54.62s24.632 54.783 54.811 54.783c30.179 0 54.648-24.62 54.648-54.783s-24.469-54.62-54.648-54.62zM56.035 0h674.699c26.59 0 48.286 21.685 48.286 48.261v141.034c0 26.576-21.696 48.098-48.286 48.098h-674.699c-26.59 0-48.123-21.522-48.123-48.098v-141.034c0-26.576 21.533-48.261 48.123-48.261z"],"isMulticolor":false,"isMulticolor2":false,"tags":["datarefresh"],"defaultCode":60066,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":419,"order":423,"ligatures":"","prevSize":32,"name":"datarefresh","code":60067},"setIdx":0,"setId":0,"iconIdx":419},{"icon":{"paths":["M345.584 605.28v202.88h345.36v-202.88zM533.952 402.432h56.752v130.416h-56.752zM286.432 373.456h114.104v186.55h231.83v-186.55h35.629l82.102 82.093v381.571h-463.664zM194.583 77.365v869.291h634.898v-674.562h-201.145v-194.729zM121.52 0h548.147l232.877 227.99v796.010h-781.024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["documentsave"],"defaultCode":60067,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":420,"order":424,"ligatures":"","prevSize":32,"name":"documentsave","code":60068},"setIdx":0,"setId":0,"iconIdx":420},{"icon":{"paths":["M301.347 549.282v155.408h72.277v-82.877h267.51v82.877h72.62v-155.408zM74.104 273.82v82.471h866.943v-82.471l30.484 30.67c30.546 30.641 52.389 38.879 40.118 103.597-12.236 64.501-71.375 418.254-80.171 466.116-9.667 52.479-63.044 51.798-63.044 51.798h-721.747c0 0-53.375 0.68-63.009-51.798-8.796-47.863-67.967-401.616-80.204-466.116-12.266-64.717 9.571-72.956 40.115-103.597zM146.677 200.898h721.749v103.59h-721.749zM249.767 97.309h515.569v51.795h-515.569z"],"isMulticolor":false,"isMulticolor2":false,"tags":["documents"],"defaultCode":60068,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":421,"order":425,"ligatures":"","prevSize":32,"name":"documents","code":60069},"setIdx":0,"setId":0,"iconIdx":421},{"icon":{"paths":["M896 736v128c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM485.961 619.545c5.876 8.154 15.345 13.4 26.039 13.4s20.163-5.246 25.974-13.305l0.065-0.095 177.818-248.945c3.727-5.164 5.961-11.621 5.961-18.6 0-17.673-14.327-32-32-32h-81.818v-192c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 192h-81.818c-17.673 0-32 14.327-32 32 0 6.978 2.234 13.435 6.025 18.694l-0.065-0.095z"],"isMulticolor":false,"isMulticolor2":false,"tags":["download1"],"defaultCode":60069,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":422,"order":426,"ligatures":"","prevSize":32,"name":"download1","code":60070},"setIdx":0,"setId":0,"iconIdx":422},{"icon":{"paths":["M736 496v-144l160 160h-144c-8.837 0-16-7.163-16-16v0zM352 320v-176c0-8.837-7.163-16-16-16v0h-144c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h224v-288c0.116-11.518 2.262-22.501 6.096-32.655l-0.217 0.655h-37.879c-17.673 0-32-14.327-32-32v0zM672 544v-176c0-8.837-7.163-16-16-16v0h-144c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-272c0-8.837-7.163-16-16-16v0h-176c-17.673 0-32-14.327-32-32v0zM416 128v144c0 8.837 7.163 16 16 16v0h144z"],"isMulticolor":false,"isMulticolor2":false,"tags":["duplicate1"],"defaultCode":60070,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":423,"order":427,"ligatures":"","prevSize":32,"name":"duplicate1","code":60071},"setIdx":0,"setId":0,"iconIdx":423},{"icon":{"paths":["M150.64 828.976l196.688 112.934-177.876 82.090zM440.518 202.368l319.786 183.541-245.536 427.755-18.294-54.689-93.831-9.688-15.939-58.789-92.020-3.171-25.749-64.455-73.896 7.251zM594.229 0.015c8.817-0.212 17.429 1.772 25.181 6.213l226.455 129.975c27.498 15.797 33.665 56.711 13.811 91.334l-26.999 47.086-326.116-187.209 26.999-47.086c14.27-24.886 38.139-39.772 60.67-40.314z"],"isMulticolor":false,"isMulticolor2":false,"tags":["edit"],"defaultCode":60071,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":424,"order":428,"ligatures":"","prevSize":32,"name":"edit","code":60072},"setIdx":0,"setId":0,"iconIdx":424},{"icon":{"paths":["M789.441 718.89v102.216h168.092v-102.216zM789.441 586.010v102.216h168.092v-102.216zM789.441 453.129v102.216h168.092v-102.216zM345.376 324.224l-51.108 127.204-43.156-115.844h-69.282l70.42 166.952-78.365 165.819h68.144l51.108-118.12 51.108 129.471h74.959l-86.318-182.848 80.635-172.633zM789.441 320.249v102.216h168.092v-102.216zM789.441 187.369v102.216h168.092v-102.216zM608.293 129.446h402.053c7.527 0 13.629 6.102 13.629 13.629v729.139c0 7.533-6.102 13.625-13.629 13.625h-402.053v-64.733h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918v-30.663h149.918v-102.216h-149.918v-30.665h149.918v-102.216h-149.918zM589.444 16.252v991.49l-589.444-102.216v-787.058z"],"isMulticolor":false,"isMulticolor2":false,"tags":["excel1"],"defaultCode":60072,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":425,"order":429,"ligatures":"","prevSize":32,"name":"excel1","code":60073},"setIdx":0,"setId":0,"iconIdx":425},{"icon":{"paths":["M139.462 651.702h744.932l-372.468 372.442zM511.926 0l372.468 372.442h-744.932z"],"isMulticolor":false,"isMulticolor2":false,"tags":["expand"],"defaultCode":60073,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":426,"order":430,"ligatures":"","prevSize":32,"name":"expand","code":60074},"setIdx":0,"setId":0,"iconIdx":426},{"icon":{"paths":["M640 352h176c8.837 0 16 7.163 16 16v0 496c0 17.673-14.327 32-32 32v0h-544c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h336c8.837 0 16 7.163 16 16v0 176c0 17.673 14.327 32 32 32v0zM688 288h144l-160-160v144c0 8.837 7.163 16 16 16v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file"],"defaultCode":60074,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":427,"order":431,"ligatures":"","prevSize":32,"name":"file","code":60075},"setIdx":0,"setId":0,"iconIdx":427},{"icon":{"paths":["M109.804 818.822c-10.916 0-19.935 8.978-19.935 19.968v65.146c0 10.907 9.020 19.97 19.935 19.97h65.315c10.978 0 19.894-9.062 19.894-19.97v-65.146c0-10.99-8.917-19.968-19.894-19.968zM589.312 90.928h146.912v222.912h-146.912zM213.307 40.456v250.771c0 43.802 35.811 79.718 79.687 79.718h427.524c43.875 0 79.77-35.917 79.77-79.718v-250.771zM138.578 0h733.023l144.751 144.697v793.092l-21.958 31.824c-23.251 35.272-63.021 54.387-109 54.387h-746.815c-72.023 0-130.898-58.958-130.898-130.898v-762.168c0-72.112 58.875-130.935 130.898-130.935z"],"isMulticolor":false,"isMulticolor2":false,"tags":["Floppy"],"defaultCode":60075,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":428,"order":432,"ligatures":"","prevSize":32,"name":"Floppy","code":60076},"setIdx":0,"setId":0,"iconIdx":428},{"icon":{"paths":["M193.912 368.476l-65.912 263.649v-408.125c0.001-35.346 28.654-63.999 64-64h133.49c0 0 0.001 0 0.001 0 17.673 0 33.673 7.164 45.255 18.746l45.254 45.254h416c35.346 0.001 63.999 28.654 64 64v0 32h-640c-0.001 0-0.001 0-0.002 0-29.833 0-54.898 20.413-61.99 48.033l-0.097 0.444zM942.031 384h-636.063c-0.001 0-0.001 0-0.002 0-29.833 0-54.897 20.413-61.989 48.033l-0.097 0.444-115.881 463.524h768l108.119-432.476c1.214-4.66 1.911-10.011 1.911-15.524 0-35.346-28.653-63.999-63.999-64v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder1"],"defaultCode":60076,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":429,"order":433,"ligatures":"","prevSize":32,"name":"folder1","code":60077},"setIdx":0,"setId":0,"iconIdx":429},{"icon":{"paths":["M785.553 647.601v95.808h-95.774v57.011h95.774v95.791h57.045v-95.791h95.774v-57.011h-95.774v-95.808zM809.218 555.398c118.6 0 214.747 96.162 214.747 214.765s-96.148 214.765-214.747 214.765c-118.603 0-214.749-96.162-214.749-214.765s96.146-214.765 214.749-214.765zM81.172 39.14h285.817c44.839 0 81.184 36.345 81.184 81.163v38.919h365.342c44.838 0 81.184 36.366 81.184 81.182v253.204l-6.333-1.888c-25.165-7.163-51.718-10.999-79.149-10.999-159.599 0-289.459 129.845-289.459 289.441 0 24.937 3.17 49.147 9.129 72.249l1.406 5.182h-449.12c-44.828 0-81.174-36.346-81.174-81.185v-526.004c0-1.401 0.035-2.793 0.106-4.176l0.068-0.898-0.068-0.899c-0.070-1.384-0.106-2.777-0.106-4.178v-109.951c0-44.817 36.345-81.163 81.172-81.163z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder_add"],"defaultCode":60077,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":430,"order":434,"ligatures":"","prevSize":32,"name":"folder_add","code":60078},"setIdx":0,"setId":0,"iconIdx":430},{"icon":{"paths":["M688.355 739.117v67.036h248.593v-67.036zM809.218 555.398c118.6 0 214.747 96.162 214.747 214.765s-96.148 214.765-214.747 214.765c-118.6 0-214.749-96.162-214.749-214.765s96.149-214.765 214.749-214.765zM81.172 39.14h285.819c44.837 0 81.182 36.345 81.182 81.163v38.919h365.342c44.838 0 81.184 36.366 81.184 81.182v253.204l-6.333-1.888c-25.165-7.163-51.718-10.999-79.149-10.999-159.599 0-289.459 129.845-289.459 289.441 0 24.937 3.17 49.147 9.129 72.249l1.406 5.182h-449.12c-44.828 0-81.174-36.346-81.174-81.185v-526.004c0-1.401 0.035-2.793 0.106-4.176l0.068-0.898-0.068-0.899c-0.070-1.384-0.106-2.777-0.106-4.178v-109.951c0-44.817 36.345-81.163 81.172-81.163z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder_delete"],"defaultCode":60078,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":431,"order":435,"ligatures":"","prevSize":32,"name":"folder_delete","code":60079},"setIdx":0,"setId":0,"iconIdx":431},{"icon":{"paths":["M494.046 406.304c90.647 0 164.146 73.457 164.146 164.1 0 90.632-73.498 164.108-164.146 164.108-90.646 0-164.126-73.476-164.126-164.108 0-90.643 73.481-164.1 164.126-164.1zM494.046 357.856c-117.376 0-212.542 95.145-212.542 212.548 0 117.391 95.165 212.556 212.542 212.556 34.851 0 67.744-8.387 96.769-23.254l4.077-2.151 54.362 69.117h93.29l-89.772-114.911 2.001-2.255c32.294-37.28 51.834-85.909 51.834-139.102 0-117.403-95.168-212.548-212.562-212.548zM92.896 49.36h327.164c51.312 0 92.916 41.604 92.916 92.904v44.536h418.106c51.315 0 92.918 41.615 92.918 92.907v602.031c0 51.325-41.603 92.918-92.918 92.918h-838.185c-51.293 0-92.896-41.594-92.896-92.918v-602.031c0-1.603 0.041-3.196 0.121-4.779l0.078-1.030-0.078-1.030c-0.080-1.584-0.121-3.178-0.121-4.782v-125.822c0-51.299 41.603-92.904 92.896-92.904z"],"isMulticolor":false,"isMulticolor2":false,"tags":["folder_find"],"defaultCode":60079,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":432,"order":436,"ligatures":"","prevSize":32,"name":"folder_find","code":60080},"setIdx":0,"setId":0,"iconIdx":432},{"icon":{"paths":["M388.544 216.828c-28.448 28.809-51.452 63.073-67.291 101.070l-0.777 2.102h-63.865c33.945-44.926 78.421-80.17 129.848-102.371l2.085-0.801zM218.906 384h81.85c-6.347 28.27-10.618 61.247-11.874 94.995l-0.030 1.005h-95.229c3.656-35.474 12.605-67.979 26.088-98.006l-0.805 2.006zM218.906 640c-12.678-28.021-21.627-60.526-25.169-94.637l-0.115-1.363h95.228c1.286 34.754 5.557 67.731 12.582 99.676l-0.678-3.676zM256.611 704h63.865c16.616 40.099 39.619 74.362 68.1 103.205l-0.033-0.033c-53.511-23.002-97.988-58.245-131.347-102.364l-0.586-0.808zM480 801.932c-37.056-25.495-67.243-58.29-89.018-96.499l-0.752-1.432h89.77zM480 640h-114.076c-7.272-28.429-12.009-61.37-13.155-95.221l-0.021-0.779h127.252zM480 480h-127.252c1.166-34.63 5.904-67.571 13.864-99.232l-0.688 3.232h114.076zM480 320h-89.77c22.527-39.642 52.714-72.436 88.791-97.294l0.978-0.637zM767.389 320h-63.872c-16.622-40.103-39.631-74.369-68.118-103.214l0.032 0.033c53.521 23.001 98.007 58.249 131.372 102.374l0.586 0.808zM544 222.074c37.050 25.497 67.233 58.289 89.008 96.493l0.752 1.432h-89.76zM544 384h114.072c7.273 28.428 12.012 61.369 13.159 95.221l0.021 0.779h-127.252zM544 544h127.252c-1.168 34.631-5.906 67.572-13.868 99.232l0.688-3.232h-114.072zM544 801.926v-97.926h89.76c-22.527 39.637-52.71 72.429-88.782 97.288l-0.978 0.637zM635.432 807.182c28.454-28.812 51.464-63.079 67.309-101.080l0.777-2.101h63.872c-33.951 44.933-78.436 80.181-129.873 102.381l-2.085 0.801zM805.096 640h-81.853c6.349-28.27 10.621-61.246 11.877-94.995l0.030-1.005h95.228c-3.655 35.474-12.603 67.979-26.086 98.006l0.805-2.006zM735.148 480c-1.285-34.754-5.558-67.73-12.585-99.674l0.678 3.674h81.853c12.678 28.021 21.625 60.526 25.165 94.638l0.115 1.362zM896 512c0-212.077-171.923-384-384-384s-384 171.923-384 384c0 212.077 171.923 384 384 384v0c212.077 0 384-171.923 384-384v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["globe"],"defaultCode":60080,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":433,"order":437,"ligatures":"","prevSize":32,"name":"globe","code":60081},"setIdx":0,"setId":0,"iconIdx":433},{"icon":{"paths":["M823.502 672h-47.004c-2.992-0.083-5.847-0.358-8.641-0.815l0.368 0.050c-13.662-11.227-29.91-24.652-48.35-39.953l-4.238-3.531c-1.115-3.304-2.023-7.215-2.557-11.244l-0.035-0.326c0.527-2.031 1.156-4.008 1.612-6.070l16.094-73.688c19.613-16.339 34.884-37.23 44.269-61.083l0.356-1.026 8.906-24c5.094-12.059 8.054-26.079 8.054-40.791 0-25.917-9.187-49.689-24.482-68.236l0.147 0.183v-48.945c10.060-2.878 21.614-4.533 33.555-4.533 69.839 0 126.455 56.616 126.455 126.455 0 0.547-0.003 1.092-0.010 1.637l0.001-0.083v69.961c4.573 3.984 7.447 9.817 7.447 16.322 0 2.91-0.575 5.686-1.618 8.22l0.052-0.144-11.762 35.281c-5.295 13.384-16.081 23.612-29.505 28.040l-0.337 0.096-5.269 42.16c-4.084 31.766-30.958 56.062-63.506 56.062 0 0 0 0 0 0v0zM287.012 671.305c15.744-12.945 33.188-27.312 49.082-40.414l4.424-3.641c1.037-3.152 1.89-6.897 2.402-10.751l0.036-0.327c-0.527-2.020-1.162-4-1.612-6.048l-16.094-73.703c-19.595-16.329-34.856-37.204-44.238-61.037l-0.356-1.026-8.969-24.109c-5.079-12.041-8.030-26.039-8.030-40.727 0-25.918 9.19-49.69 24.489-68.235l-0.146 0.183v-48.945c-10.060-2.878-21.614-4.533-33.555-4.533-69.839 0-126.455 56.616-126.455 126.455 0 0.547 0.003 1.092 0.010 1.637l-0.001-0.083v69.961c-4.573 3.984-7.447 9.817-7.447 16.322 0 2.91 0.575 5.686 1.618 8.22l-0.052-0.144 11.762 35.281c5.295 13.384 16.081 23.612 29.505 28.040l0.337 0.096 5.269 42.16c4.084 31.766 30.958 56.062 63.506 56.062 0 0 0 0 0 0h47.004c2.735-0.090 5.326-0.34 7.866-0.742l-0.356 0.046zM1010.352 710.445l-70.819-49.571c-18.173 39.272-54.546 67.41-97.992 73.753l-0.693 0.083c14.011 17.84 22.585 40.532 22.921 65.213l0.001 0.076h144.23c8.837 0 16-7.163 16-16v0-47.34c-0.001-10.801-5.352-20.352-13.548-26.147l-0.1-0.067zM116.467 660.875l-70.819 49.571c-8.296 5.862-13.648 15.413-13.648 26.215v0 47.34c0 8.837 7.163 16 16 16v0h144.824c1.185-24.746 9.937-47.241 23.973-65.456l-0.201 0.272c-44.747-5.947-81.747-34.258-99.8-73.151l-0.329-0.791zM773.455 757.703c-13.924-10.547-58.512-47.348-94.453-77.188-29.443 33.897-72.541 55.268-120.636 55.484h-60.694c-48.237-0.222-91.415-21.695-120.684-55.531l-0.172-0.203c-36.762 30.304-82.34 67.828-94.272 77.437-16.096 10.821-26.545 28.963-26.545 49.546 0 0.114 0 0.228 0.001 0.343v-0.018 40.426c0 8.837 7.163 16 16 16v0h512c8.837 0 16-7.163 16-16v0-40.426c0.088-1.147 0.139-2.484 0.139-3.833 0-19.598-10.626-36.714-26.43-45.902l-0.253-0.136zM340.633 452.023c8.558 20.091 23.145 36.239 41.462 46.535l0.481 0.249 21.307 97.656c9.736 43.507 48.024 75.536 93.792 75.536 0 0 0.001 0 0.001 0h60.648c0 0 0 0 0 0 45.768 0 84.055-32.028 93.671-74.895l0.121-0.64 21.307-97.656c18.799-10.544 33.386-26.693 41.706-46.16l0.237-0.624 8.96-24.047c2.746-5.341 4.356-11.654 4.356-18.343 0-16.707-10.042-31.068-24.42-37.377l-0.262-0.102v-84.156c0-96-64-160-176-160s-176 64-176 160v84.156c-14.639 6.411-24.682 20.772-24.682 37.479 0 6.689 1.61 13.001 4.463 18.572l-0.107-0.23z"],"isMulticolor":false,"isMulticolor2":false,"tags":["group"],"defaultCode":60081,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":434,"order":438,"ligatures":"","prevSize":32,"name":"group","code":60082},"setIdx":0,"setId":0,"iconIdx":434},{"icon":{"paths":["M661.333 406.4v-129.067h-64v65.749l-74.304-73.685-0.043-1.024-266.283 264.96h84.629v234.667h128v-128h106.667v128h128v-234.667h85.333z"],"isMulticolor":false,"isMulticolor2":false,"tags":["home1"],"defaultCode":60082,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":435,"order":439,"ligatures":"","prevSize":32,"name":"home1","code":60083},"setIdx":0,"setId":0,"iconIdx":435},{"icon":{"paths":["M816 160h-608c-44.164 0.048-79.952 35.836-80 79.995v576.005c0.048 44.164 35.836 79.952 79.995 80h608.005c44.164-0.048 79.952-35.836 80-79.995v-576.005c-0.048-44.164-35.836-79.952-79.995-80h-0.005zM800 576h-130.883c0 0 0 0-0.001 0-7.725 0-14.172 5.475-15.671 12.756l-0.018 0.103-26.856 134.281c-1.517 7.385-7.964 12.86-15.689 12.86 0 0 0 0-0.001 0h-197.766c0 0 0 0-0.001 0-7.725 0-14.172-5.475-15.671-12.756l-0.018-0.103-26.856-134.281c-1.517-7.385-7.964-12.86-15.689-12.86 0 0 0 0-0.001 0h-130.883v-320h576z"],"isMulticolor":false,"isMulticolor2":false,"tags":["inbox"],"defaultCode":60083,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":436,"order":440,"ligatures":"","prevSize":32,"name":"inbox","code":60084},"setIdx":0,"setId":0,"iconIdx":436},{"icon":{"paths":["M576 128h-160c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM544 816c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0zM544 240c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0zM865.174 145.899c-2.739-15.123-15.804-26.443-31.514-26.443-1.964 0-3.886 0.177-5.752 0.516l0.195-0.029-157.568 27.783c-15.123 2.739-26.443 15.804-26.443 31.514 0 1.964 0.177 3.886 0.516 5.752l-0.029-0.195 122.248 693.305c2.737 15.123 15.802 26.444 31.512 26.444 1.964 0 3.888-0.177 5.754-0.516l-0.195 0.029 157.568-27.783c15.123-2.737 26.443-15.802 26.443-31.511 0-1.964-0.177-3.888-0.516-5.754l0.029 0.195zM903.082 821.582l-63.029 11.113c-0.835 0.154-1.795 0.243-2.776 0.243-7.855 0-14.388-5.66-15.745-13.123l-0.015-0.098-5.556-31.514c-0.155-0.835-0.243-1.797-0.243-2.778 0-7.855 5.66-14.387 13.124-15.742l0.098-0.015 63.029-11.115c0.835-0.154 1.795-0.243 2.776-0.243 7.855 0 14.388 5.66 15.745 13.123l0.015 0.098 5.556 31.516c0.154 0.835 0.243 1.795 0.243 2.776 0 7.855-5.66 14.388-13.124 15.744l-0.098 0.015zM288 128h-160c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM256 816c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0zM256 240c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-32c0-8.837 7.163-16 16-16v0h64c8.837 0 16 7.163 16 16v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["library1"],"defaultCode":60084,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":437,"order":441,"ligatures":"","prevSize":32,"name":"library1","code":60085},"setIdx":0,"setId":0,"iconIdx":437},{"icon":{"paths":["M875.125 453.742l-204.547 148.578 77.998 240.192c0.65 1.932 1.025 4.157 1.025 6.47 0 11.561-9.372 20.932-20.932 20.932-0.003 0-0.006 0-0.009 0v0c-4.595-0.025-8.829-1.553-12.24-4.116l0.053 0.038-204.342-148.426-204.344 148.426c-3.358 2.525-7.592 4.053-12.182 4.078h-0.006c-0.002 0-0.004 0-0.006 0-11.562 0-20.934-9.373-20.934-20.934 0-2.312 0.375-4.536 1.067-6.616l-0.043 0.148 77.998-240.192-204.547-148.578c-5.239-3.837-8.603-9.966-8.603-16.88 0-11.522 9.34-20.862 20.862-20.862 0 0 0 0 0 0h252.793l78.1-240.5c2.803-8.438 10.625-14.417 19.843-14.417s17.040 5.978 19.8 14.27l0.042 0.147 78.099 240.5h252.793c11.521 0.003 20.859 9.343 20.859 20.864 0 6.913-3.362 13.041-8.54 16.837l-0.058 0.041z"],"isMulticolor":false,"isMulticolor2":false,"tags":["license"],"defaultCode":60085,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":438,"order":442,"ligatures":"","prevSize":32,"name":"license","code":60086},"setIdx":0,"setId":0,"iconIdx":438},{"icon":{"paths":["M352 448v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM320 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 352h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 160h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 736h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 544h-416c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h416c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["list1"],"defaultCode":60086,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":439,"order":443,"ligatures":"","prevSize":32,"name":"list1","code":60087},"setIdx":0,"setId":0,"iconIdx":439},{"icon":{"paths":["M484.605 436.814c-29.216 0-46.245 27.795-46.245 64.947 0 37.435 17.56 63.807 46.528 63.807 29.216 0 45.967-27.778 45.967-64.933 0-34.325-16.468-63.821-46.25-63.821zM264.531 405.568h43.398v154.911h76.017v36.306h-119.415zM708.043 403.601c24.685 0 43.682 4.829 53.027 9.343l-9.062 34.624c-10.53-4.514-23.562-8.203-44.529-8.203-36.031 0-63.308 20.39-63.308 61.828 0 39.451 24.721 62.687 60.152 62.687 9.969 0 17.908-1.111 21.279-2.846v-40h-29.465v-33.734h71.179v100.705c-13.341 4.546-38.556 10.797-63.804 10.797-34.906 0-60.152-8.813-77.745-25.86-17.593-16.421-27.216-41.407-26.936-69.469 0.281-63.561 46.528-99.872 109.211-99.872zM485.733 402.473c58.746 0 90.774 43.996 90.774 96.728 0 62.681-37.999 100.729-93.901 100.729-56.716 0-89.901-42.842-89.901-97.306 0-57.313 36.562-100.15 93.028-100.15zM192.874 60.573v898.747h449.428l-0.689-224.562 185.203 0.187v-674.372zM132.35 0h759.397v807.847l-193.105 216.081h-566.292z"],"isMulticolor":false,"isMulticolor2":false,"tags":["log"],"defaultCode":60087,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":440,"order":444,"ligatures":"","prevSize":32,"name":"log","code":60088},"setIdx":0,"setId":0,"iconIdx":440},{"icon":{"paths":["M802.658 157.555l-320-26.668c-0.736-0.061-1.594-0.096-2.459-0.096-16.632 0-30.273 12.806-31.6 29.096l-0.007 0.113h-0.592v672h0.592c1.335 16.401 14.974 29.205 31.604 29.205 0.867 0 1.725-0.035 2.575-0.103l-0.112 0.007 320-26.664c16.491-1.418 29.341-15.154 29.342-31.891v0-613.109c0 0 0-0.001 0-0.001 0-16.737-12.85-30.474-29.223-31.881l-0.119-0.008zM544 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM256 160h128v64h-128v544h128v64h-128c-35.327-0.047-63.953-28.673-64-63.995v-544.005c0.047-35.327 28.673-63.953 63.995-64h0.005z"],"isMulticolor":false,"isMulticolor2":false,"tags":["logout"],"defaultCode":60088,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":441,"order":445,"ligatures":"","prevSize":32,"name":"logout","code":60089},"setIdx":0,"setId":0,"iconIdx":441},{"icon":{"paths":["M870.4 204.8v51.2c0 28.277-22.923 51.2-51.2 51.2v0h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c0-28.277 22.923-51.2 51.2-51.2v0h614.4c28.277 0 51.2 22.923 51.2 51.2v0zM819.2 409.6h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 51.2c0 28.277 22.923 51.2 51.2 51.2v0h614.4c28.277 0 51.2-22.923 51.2-51.2v0-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM819.2 665.6h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 51.2c0 28.277 22.923 51.2 51.2 51.2v0h614.4c28.277 0 51.2-22.923 51.2-51.2v0-51.2c0-28.277-22.923-51.2-51.2-51.2v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["menu1"],"defaultCode":60089,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":442,"order":446,"ligatures":"","prevSize":32,"name":"menu1","code":60090},"setIdx":0,"setId":0,"iconIdx":442},{"icon":{"paths":["M400 448h352c8.837 0 16-7.163 16-16v0-128c0-8.837-7.163-16-16-16v0h-352c-8.837 0-16 7.163-16 16v0 128c0 8.837 7.163 16 16 16v0zM751.998 512h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0zM751.998 640h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0zM399.998 704h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0zM864 160h-576c-0.005 0-0.012 0-0.018 0-17.663 0-31.982 14.319-31.982 31.982 0 0.006 0 0.013 0 0.019v-0.001 544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-544c-35.327 0.047-63.953 28.673-64 63.995v480.005c0.064 52.972 42.971 95.901 95.928 96h576.071c52.995-0.060 95.94-43.005 96-95.994v-544.006c0-0.005 0-0.012 0-0.018 0-17.663-14.319-31.982-31.982-31.982-0.006 0-0.013 0-0.019 0h0.001zM832 736c-0.012 17.668-14.332 31.988-31.999 32h-485.47c3.465-9.51 5.469-20.489 5.469-31.935 0-0.023 0-0.045 0-0.068v0.004-512h512zM399.998 576h128c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0h-128c-8.837 0-16 7.163-16 16v0 32c0 8.837 7.163 16 16 16v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["newspaper1"],"defaultCode":60090,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":443,"order":447,"ligatures":"","prevSize":32,"name":"newspaper1","code":60091},"setIdx":0,"setId":0,"iconIdx":443},{"icon":{"paths":["M448 416v-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM736 736h-256c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 544h-384c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 160h-384c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM320 736h-78.375c5.243-9.382 13.594-16.497 23.633-20.032l0.305-0.093c18.844-6.72 76.156-27.094 76.156-85.031-0.068-47.946-38.926-86.794-86.87-86.844h-0.005c-32.111 0.153-60.674 15.208-79.15 38.599l-0.163 0.214c-4.685 5.53-7.533 12.745-7.533 20.626 0 17.674 14.328 32.002 32.002 32.002 9.794 0 18.56-4.399 24.43-11.33l0.039-0.047c6.893-9.542 17.877-15.76 30.328-16.063l0.047-0.001c12.621 0.003 22.854 10.225 22.875 22.842v0.002c0 3.812 0 12.781-33.625 24.719-43.636 17.22-73.949 59.019-73.949 107.899 0 2.19 0.061 4.366 0.181 6.526l-0.013-0.3c0.935 16.931 14.889 30.307 31.968 30.313h117.719c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM214.624 278.624l9.376-9.374v114.75c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0 0 0 0 0 0 0-17.672-14.326-31.997-31.997-31.997-8.837 0-16.836 3.582-22.627 9.373l-64 64c-5.668 5.769-9.168 13.685-9.168 22.419 0 17.671 14.325 31.996 31.996 31.996 8.734 0 16.65-3.499 22.424-9.172l-0.005 0.005z"],"isMulticolor":false,"isMulticolor2":false,"tags":["numberlist"],"defaultCode":60091,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":444,"order":448,"ligatures":"","prevSize":32,"name":"numberlist","code":60092},"setIdx":0,"setId":0,"iconIdx":444},{"icon":{"paths":["M734.549 456.352l-380.418-258.141 126.775-76.055 383.994 255.984zM293.65 234.5l-132.754 79.641 384.006 256 129.17-77.5zM128 625.125l384 255.992v-255.992l-384-256zM768 510.922v86.93c0 0.002 0 0.003 0 0.005 0 5.797-3.082 10.875-7.697 13.683l-0.071 0.040-32 19.195c-2.35 1.432-5.192 2.28-8.232 2.28-8.836 0-15.999-7.163-16-15.999v0-67.744l-128 76.804v255.984l320-191.976v-256.007z"],"isMulticolor":false,"isMulticolor2":false,"tags":["package"],"defaultCode":60092,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":445,"order":449,"ligatures":"","prevSize":32,"name":"package","code":60093},"setIdx":0,"setId":0,"iconIdx":445},{"icon":{"paths":["M567.656 736.916c-81.944 38.118-158.158 37.716-209.34 34.020-61.052-4.41-110.158-21.124-131.742-35.732-13.3-9.006-31.384-5.522-40.39 7.782-9.004 13.302-5.52 31.386 7.782 40.39 34.698 23.486 96.068 40.954 160.162 45.58 10.866 0.784 22.798 1.278 35.646 1.278 55.782 0 126.626-5.316 202.42-40.57 14.564-6.778 20.878-24.074 14.104-38.64-6.776-14.566-24.076-20.872-38.642-14.108zM890.948 693.816c2.786-252.688 28.762-730.206-454.97-691.612-477.6 38.442-350.964 542.968-358.082 711.95-6.308 89.386-35.978 198.648-77.896 309.846h129.1c13.266-47.122 23.024-93.72 27.232-138.15 7.782 5.428 16.108 10.674 24.994 15.7 14.458 8.518 26.884 19.844 40.040 31.834 30.744 28.018 65.59 59.774 133.712 63.752 4.572 0.262 9.174 0.394 13.676 0.394 68.896 0 116.014-30.154 153.878-54.382 18.14-11.612 33.818-21.64 48.564-26.452 41.91-13.12 78.532-34.296 105.904-61.252 4.276-4.208 8.242-8.538 11.962-12.948 15.246 55.878 36.118 118.758 59.288 181.504h275.65c-66.174-102.224-134.436-202.374-133.052-330.184zM124.11 556.352c0-0.016 0-0.030-0.002-0.046-4.746-82.462 34.71-151.832 88.126-154.936 53.412-3.106 100.56 61.228 105.304 143.692 0 0.014 0.004 0.030 0.004 0.044 0.256 4.446 0.368 8.846 0.37 13.206-16.924 4.256-32.192 10.436-45.872 17.63-0.052-0.612-0.092-1.216-0.152-1.83 0-0.008 0-0.018 0-0.026-4.57-46.81-29.572-82.16-55.852-78.958-26.28 3.204-43.88 43.75-39.312 90.558 0 0.010 0.004 0.018 0.004 0.026 1.992 20.408 7.868 38.636 16.042 52.444-2.034 1.604-7.784 5.812-14.406 10.656-4.97 3.634-11.020 8.058-18.314 13.43-19.882-26.094-33.506-63.58-35.94-105.89zM665.26 760.178c-1.9 43.586-58.908 84.592-111.582 101.044l-0.296 0.096c-21.9 7.102-41.428 19.6-62.104 32.83-34.732 22.224-70.646 45.208-122.522 45.208-3.404 0-6.894-0.104-10.326-0.296-47.516-2.778-69.742-23.032-97.88-48.676-14.842-13.526-30.19-27.514-49.976-39.124l-0.424-0.244c-42.706-24.104-69.212-54.082-70.908-80.194-0.842-12.98 4.938-24.218 17.182-33.4 26.636-19.972 44.478-33.022 56.284-41.658 13.11-9.588 17.068-12.48 20-15.264 2.096-1.986 4.364-4.188 6.804-6.562 24.446-23.774 65.36-63.562 128.15-63.562 38.404 0 80.898 14.8 126.17 43.902 21.324 13.878 39.882 20.286 63.38 28.4 16.156 5.578 34.468 11.902 58.992 22.404l0.396 0.164c22.88 9.404 49.896 26.564 48.66 54.932zM652.646 657.806c-4.4-2.214-8.974-4.32-13.744-6.286-22.106-9.456-39.832-15.874-54.534-20.998 8.116-15.894 13.16-35.72 13.624-57.242 0-0.010 0-0.022 0-0.030 1.126-52.374-25.288-94.896-58.996-94.976-33.71-0.078-61.95 42.314-63.076 94.686 0 0.010 0 0.018 0 0.028-0.038 1.714-0.042 3.416-0.020 5.11-20.762-9.552-41.18-16.49-61.166-20.76-0.092-1.968-0.204-3.932-0.244-5.92 0-0.016 0-0.036 0-0.050-1.938-95.412 56.602-174.39 130.754-176.402 74.15-2.014 135.828 73.7 137.772 169.11 0 0.018 0 0.038 0 0.052 0.874 43.146-10.66 82.866-30.37 113.678z"],"isMulticolor":false,"isMulticolor2":false,"tags":["tux"],"defaultCode":60093,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":446,"order":450,"ligatures":"","prevSize":32,"name":"tux","code":60094},"setIdx":0,"setId":0,"iconIdx":446},{"icon":{"paths":["M791.498 544.092c-1.294-129.682 105.758-191.876 110.542-194.966-60.152-88.020-153.85-100.078-187.242-101.472-79.742-8.074-155.596 46.948-196.066 46.948-40.368 0-102.818-45.754-168.952-44.552-86.916 1.292-167.058 50.538-211.812 128.38-90.304 156.698-23.126 388.84 64.89 515.926 43.008 62.204 94.292 132.076 161.626 129.58 64.842-2.588 89.362-41.958 167.756-41.958s100.428 41.958 169.050 40.67c69.774-1.296 113.982-63.398 156.692-125.796 49.39-72.168 69.726-142.038 70.924-145.626-1.548-0.706-136.060-52.236-137.408-207.134zM662.562 163.522c35.738-43.358 59.86-103.512 53.28-163.522-51.478 2.096-113.878 34.29-150.81 77.55-33.142 38.376-62.148 99.626-54.374 158.436 57.466 4.484 116.128-29.204 151.904-72.464z"],"isMulticolor":false,"isMulticolor2":false,"tags":["appleinc"],"defaultCode":60094,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":447,"order":451,"ligatures":"","prevSize":32,"name":"appleinc","code":60095},"setIdx":0,"setId":0,"iconIdx":447},{"icon":{"paths":["M569.226 778.256c-0.002-0.044-0.002-0.088-0.004-0.132 0.002 0.044 0.002 0.088 0.004 0.132zM570.596 814.538c-0.012-0.234-0.022-0.466-0.032-0.702 0.010 0.234 0.020 0.466 0.032 0.702zM569.814 796.312c-0.006-0.178-0.012-0.356-0.020-0.536 0.010 0.182 0.016 0.358 0.020 0.536zM960 0h-896c-35.2 0-64 28.8-64 64v896c0 35.2 28.8 64 64 64h493.832c0.044 0 0.088 0.006 0.132 0.006 0.042 0 0.084-0.006 0.126-0.006h401.91c35.2 0 64-28.8 64-64v-896c0-35.2-28.8-64-64-64zM192 224c0-17.672 14.328-32 32-32s32 14.328 32 32v64c0 17.672-14.328 32-32 32s-32-14.328-32-32v-64zM960 960h-375.058c-6.7-42.082-10.906-85.476-13.388-127.604 0.006 0.116 0.010 0.228 0.018 0.344-19.696 2.146-39.578 3.26-59.572 3.26-133.65 0-262.382-48.656-362.484-137.006-14.906-13.156-16.326-35.906-3.168-50.812 13.158-14.904 35.906-16.326 50.814-3.168 86.936 76.728 198.748 118.986 314.838 118.986 19.086 0 38.052-1.166 56.816-3.416-2.192-118.194 6.876-211.914 7.026-213.404 0.898-8.996-2.050-17.952-8.118-24.654-6.066-6.702-14.682-10.526-23.724-10.526h-95.174c1.384-34.614 5.082-93.814 14.958-160.188 18.864-126.76 51.994-225.77 96.152-287.812h400.064v896zM800 320c-17.674 0-32-14.328-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64c0 17.672-14.326 32-32 32zM540.496 835.232c-3.646 0.192-7.298 0.336-10.956 0.454 3.658-0.116 7.31-0.264 10.956-0.454zM512 836c4.692 0 9.374-0.074 14.050-0.196-4.676 0.122-9.358 0.196-14.050 0.196zM539.074 763.202c0.784-0.044 1.568-0.084 2.352-0.132-0.782 0.048-1.568 0.088-2.352 0.132zM525.084 763.8c1.074-0.030 2.146-0.072 3.218-0.11-1.072 0.038-2.144 0.082-3.218 0.11zM877.65 648.182c-13.156-14.91-35.908-16.322-50.812-3.168-72.642 64.114-162.658 104.136-258.022 115.57 0.43 23.278 1.294 47.496 2.754 72.156 111.954-12.21 217.786-58.614 302.912-133.746 14.908-13.156 16.326-35.906 3.168-50.812zM571.498 832.748c-4.606 0.5-9.222 0.936-13.848 1.322 4.626-0.384 9.244-0.822 13.848-1.322zM555.488 834.242c-3.906 0.312-7.822 0.576-11.742 0.806 3.92-0.226 7.834-0.496 11.742-0.806z"],"isMulticolor":false,"isMulticolor2":false,"tags":["finder"],"defaultCode":60095,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":448,"order":452,"ligatures":"","prevSize":32,"name":"finder","code":60096},"setIdx":0,"setId":0,"iconIdx":448},{"icon":{"paths":["M896 384c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-35.2-28.8-64-64-64zM128 384c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-35.2-28.802-64-64-64zM224 736c0 53.020 42.98 96 96 96v0 128c0 35.2 28.8 64 64 64s64-28.8 64-64v-128h128v128c0 35.2 28.8 64 64 64s64-28.8 64-64v-128c53.020 0 96-42.98 96-96v-352h-576v352zM798.216 320.002c-9.716-87.884-59.004-163.792-129.62-209.646l32.024-64.046c7.904-15.806 1.496-35.028-14.31-42.932s-35.030-1.496-42.932 14.312l-32.142 64.286-8.35-3.316c-28.568-9.502-59.122-14.66-90.886-14.66-31.762 0-62.316 5.158-90.888 14.656l-8.348 3.316-32.142-64.282c-7.904-15.808-27.128-22.212-42.932-14.312-15.808 7.904-22.214 27.126-14.312 42.932l32.022 64.046c-70.616 45.852-119.904 121.762-129.622 209.644v32h574.222v-31.998h-1.784zM416 256c-17.674 0-32-14.328-32-32 0-17.648 14.288-31.958 31.93-31.996 0.032 0 0.062 0.002 0.094 0.002 0.018 0 0.036-0.002 0.052-0.002 17.638 0.042 31.924 14.35 31.924 31.996 0 17.672-14.326 32-32 32zM608 256c-17.674 0-32-14.328-32-32 0-17.646 14.286-31.954 31.924-31.996 0.016 0 0.034 0.002 0.050 0.002 0.032 0 0.064-0.002 0.096-0.002 17.64 0.038 31.93 14.348 31.93 31.996 0 17.672-14.326 32-32 32z"],"isMulticolor":false,"isMulticolor2":false,"tags":["android"],"defaultCode":60096,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":449,"order":453,"ligatures":"","prevSize":32,"name":"android","code":60097},"setIdx":0,"setId":0,"iconIdx":449},{"icon":{"paths":["M412.23 511.914c-47.708-24.518-94.086-36.958-137.88-36.958-5.956 0-11.952 0.18-17.948 0.708-55.88 4.624-106.922 19.368-139.75 30.828-8.708 3.198-17.634 6.576-26.83 10.306l-89.822 311.394c61.702-22.832 116.292-33.938 166.27-33.938 80.846 0 139.528 30.208 187.992 61.304 22.962-77.918 78.044-266.090 94.482-322.324-11.95-7.284-24.076-14.57-36.514-21.32zM528.348 591.070l-90.446 314.148c26.832 15.372 117.098 64.050 186.212 64.050 55.792 0 118.252-14.296 190.834-43.792l86.356-301.976c-58.632 18.922-114.876 28.52-167.464 28.52-95.95 0-163.114-31.098-205.492-60.95zM292.822 368.79c77.118 0.798 134.152 30.208 181.416 60.502l92.752-317.344c-19.546-11.196-70.806-39.094-107.858-48.6-24.386-5.684-50.020-8.616-77.204-8.616-51.796 0.976-108.388 13.946-172.888 39.8l-88.44 310.596c64.808-24.436 120.644-36.34 172.086-36.34 0.046 0.002 0.136 0.002 0.136 0.002zM1024 198.124c-58.814 22.832-116.208 34.466-171.028 34.466-91.686 0-159.292-31.802-203.094-62.366l-91.95 318.236c61.746 39.708 128.29 59.878 198.122 59.878 56.948 0 115.94-13.68 175.462-40.688l-0.182-2.222 3.734-0.886 88.936-306.418z"],"isMulticolor":false,"isMulticolor2":false,"tags":["windows"],"defaultCode":60097,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":450,"order":454,"ligatures":"","prevSize":32,"name":"windows","code":60098},"setIdx":0,"setId":0,"iconIdx":450},{"icon":{"paths":["M0.35 512l-0.35-312.074 384-52.144v364.218zM448 138.482l511.872-74.482v448h-511.872zM959.998 576l-0.126 448-511.872-72.016v-375.984zM384 943.836l-383.688-52.594-0.020-315.242h383.708z"],"isMulticolor":false,"isMulticolor2":false,"tags":["windows8"],"defaultCode":60098,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":451,"order":455,"ligatures":"","prevSize":32,"name":"windows8","code":60099},"setIdx":0,"setId":0,"iconIdx":451},{"icon":{"paths":["M290.893 915.319h341.090v108.598h-341.090zM654.474 471.87c21.302-0.828 42.039 10.909 51.67 31.4l71.345 151.834c10.431 22.197 4.638 47.869-12.567 63.604l-3.157 2.611-124.45 130.921-0.691 1.528c-7.41 15.376-23.143 25.987-41.351 25.987h-261.553c-25.332 0-45.875-20.541-45.875-45.875v-160.864l124.446 124.443c15.624 15.621 36.383 24.211 58.458 24.211 22.076 0 42.833-8.591 58.436-24.211l111.965-111.961v31.040l29.568-27.14-65.221-138.828c-12.864-27.341-1.1-59.903 26.241-72.766l1.639-0.777c6.836-3.21 13.999-4.882 21.1-5.158zM501.391 417.993l-50.752 50.734c19.938 13.614 36.101 14.219 48.485 1.833 10.359-10.358 11.115-27.88 2.267-52.567zM546.232 301.532c-8.654-0.045-16.055 3.021-22.205 9.17-6.496 6.52-10.034 13.596-10.618 21.278s1.511 18.126 6.281 31.311l52.587-52.588c-8.72-6.085-17.414-9.128-26.045-9.17zM620.373 262.604l18.193 18.19-23.198 23.197c20.196 21.254 32.044 38.023 35.541 50.301l-28.204 28.205c-3.732-17.782-14.24-35.865-31.568-54.251l-60.765 60.765c12.732 30.643 18.881 54.186 18.45 70.629-0.454 16.42-5.999 29.95-16.615 40.567-12.926 12.928-28.7 18.754-47.367 17.479-18.664-1.273-38.063-9.581-58.175-24.965l-28.612 28.591-18.19-18.192 27.535-27.534c-21.882-21.902-35.928-43.503-42.078-64.759l29.387-29.39c1.362 10.681 5.611 22.744 12.777 36.21 7.141 13.487 15.19 24.708 24.166 33.684l58.651-58.651c-13.702-32.865-19.938-56.755-18.708-71.685 1.23-14.954 7.358-27.947 18.45-39.015 13.077-13.097 29.626-19.183 49.609-18.255 19.981 0.925 38.993 8.459 57.010 22.592zM548.714 0c11.758 0 23.518 4.488 32.494 13.464l307.536 307.538c17.955 17.954 17.955 47.041 0 64.972l-144.476 144.477-17.35-36.933c-3.986-8.47-9.421-16.004-15.925-22.36l-2.552-2.326 115.333-115.332-275.062-275.064-353.027 353.025 275.062 275.064 124.276-124.275 31.153 66.294-122.952 122.953c-17.931 17.953-47.021 17.953-64.975 0l-307.535-307.539c-17.953-17.951-17.953-47.040 0-64.972l385.521-385.522c8.966-8.976 20.722-13.464 32.479-13.464z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pay"],"defaultCode":60099,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":452,"order":456,"ligatures":"","prevSize":32,"name":"pay","code":60100},"setIdx":0,"setId":0,"iconIdx":452},{"icon":{"paths":["M200.571 796.931c-65.7 20.885-113.75 73.848-130.451 94.215 0.202-3.96-6.842 8.705-6.842 8.705s2.706-3.609 6.842-8.705c-0.062 1.554-1.135 5.38-4.261 13.7-11.29 29.974 23.636 29.205 23.636 29.205 99.024-16.106 111.076-137.121 111.076-137.121zM767.851 694.951c-18.402-0.001-29.754 1.181-29.754 1.181 105.384 92.26 203.398 70.757 203.398 70.757 40.12-5.38-21.102-42.521-21.102-42.521-56.586-25.098-117.411-29.415-152.542-29.417zM407.732 445.851c0 0-38.052 198.070-85.604 256.815l263.733-42.154c0 0-131.431-126.545-178.128-214.661zM413.841 80.012c-0.327-0.031-0.655-0.025-0.984 0.018-2.95 0.391-5.989 3.865-8.935 12.118 0 0-14.213 73.113 21.382 194.629 0 0 30.308-96.404 7.495-170.219 0 0-8.827-35.592-18.958-36.546zM380.637 0.017c28.069-1.161 53.374 56.91 53.374 56.91 78.685 180.728 4.276 296.195 4.276 296.195 77.907 197.402 234.047 302.811 234.047 302.811 151.708-8.755 262.38 32.43 262.38 32.43 87.066 49.221 57.909 95.201 57.909 95.201-91.233 109.402-359.227-61.184-359.227-61.184l-345.434 62.554c-49.916 183.551-216.724 226.674-216.724 226.674-79.509 12.464-68.639-76.672-68.639-76.672 62.061-146.761 218.123-180.527 218.123-180.527 61.47-70.59 161.941-402.39 161.941-402.39-101.512-245.186-30.183-326.754-30.183-326.754 9.136-17.894 18.799-24.862 28.156-25.249z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pdf"],"defaultCode":60100,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":453,"order":457,"ligatures":"","prevSize":32,"name":"pdf","code":60101},"setIdx":0,"setId":0,"iconIdx":453},{"icon":{"paths":["M186.878 761.643c-61.858 18.302-107.102 64.709-122.827 82.566 0.191-3.469-6.445 7.624-6.445 7.624s2.548-3.151 6.445-7.624c-0.066 1.354-1.068 4.711-4.028 12.017-10.629 26.259 22.267 25.589 22.267 25.589 93.244-14.117 104.589-120.172 104.589-120.172zM721.065 672.267c-17.328-0.001-28.016 1.035-28.016 1.035 99.242 80.847 191.531 62.003 191.531 62.003 37.782-4.708-19.861-37.254-19.861-37.254-53.296-21.995-110.573-25.78-143.653-25.783zM381.96 453.945c0 0-35.839 173.585-80.605 225.069l248.329-36.937c0 0-123.752-110.91-167.724-188.132zM845.111 254.503c4.827-0.315 10.331 1.799 16.15 6.633l38.243 31.943c18.558 15.55 48.954 40.949 67.525 56.433l38.272 31.99c18.607 15.533 18.321 40.666-0.508 55.8l-38.832 31.256c-18.859 15.249-49.683 40.059-68.539 55.228l-38.835 31.239c-18.822 15.249-34.021 2.515-33.753-28.201l0.526-59.012h-225.156c-15.85 0-28.705-12.878-28.705-28.729v-62.246c0-15.834 12.855-28.694 28.705-28.694h226.241l0.506-59.362c0.198-21.13 7.54-33.585 18.16-34.279zM386.788 133.327c-2.777 0.341-5.637 3.384-8.408 10.615 0 0-13.398 64.091 20.135 170.59 0 0 28.535-84.507 7.050-149.183 0 0-8.859-33.241-18.777-32.022zM356.447 63.205c26.43-1.014 50.261 49.878 50.261 49.878 74.083 158.383 4.029 259.586 4.029 259.586 73.367 173.011 220.388 265.396 220.388 265.396 142.849-7.671 247.075 28.422 247.075 28.422 81.976 43.129 54.534 83.444 54.534 83.444-85.921 95.871-338.276-53.635-338.276-53.635l-325.281 54.828c-46.998 160.866-204.075 198.666-204.075 198.666-74.88 10.915-64.627-67.21-64.627-67.21 58.439-128.623 205.395-158.211 205.395-158.211 57.879-61.876 152.495-352.67 152.495-352.67-95.602-214.882-28.427-286.37-28.427-286.37 8.602-15.68 17.701-21.786 26.511-22.124z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pdfexport"],"defaultCode":60101,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":454,"order":458,"ligatures":"","prevSize":32,"name":"pdfexport","code":60102},"setIdx":0,"setId":0,"iconIdx":454},{"icon":{"paths":["M490.078 482.475c115.421 29.010 218.49 140.465 249.026 175.898v-112.194h74.003v130.009h48.004v60.007h-440.037v-60.007h69.004zM146.397 288.621l-74.038 7.249 70.472 612.97 63.542-6.188zM778.103 182.909c45.819 0 83.007 37.202 83.007 83.032 0 45.824-37.188 83.026-83.007 83.026-45.814 0-83.003-37.202-83.003-83.026 0-45.83 37.188-83.032 83.003-83.032zM270.261 168.665l-68.169 6.625 68.169 698.111v-596.849h-0.031c0-25.314 0-47.128 0-64.443h0.031zM336.703 108.905v725.174h621.029v-725.174h-71.381zM270.261 44.647h753.883v853.631h-102.797l-708.662 69.13-0.089-0.931-129.677 12.684-82.919-740.739 140.175-13.684-10.439-106.832 140.525-13.751z"],"isMulticolor":false,"isMulticolor2":false,"tags":["pictures"],"defaultCode":60102,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":455,"order":459,"ligatures":"","prevSize":32,"name":"pictures","code":60103},"setIdx":0,"setId":0,"iconIdx":455},{"icon":{"paths":["M388.095 0h247.889v388.114h388.095v247.869h-388.095v388.075h-247.889v-388.075h-388.095v-247.869h388.095z"],"isMulticolor":false,"isMulticolor2":false,"tags":["plus1"],"defaultCode":60103,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":456,"order":460,"ligatures":"","prevSize":32,"name":"plus1","code":60104},"setIdx":0,"setId":0,"iconIdx":456},{"icon":{"paths":["M741.3 488.052c-63.591-0.034-127.198-0.034-190.772 0.084-3.373 0-5.344-1.040-7.615-3.707-3.824-4.496-8.249-8.823-13.293-11.692-4.025-2.315-4.943-4.613-4.943-8.84 0.117-81.708 0.067-163.432 0.067-245.14 0-2.013 0.117-4.043-0.067-6.022-0.618-7.314-6.797-12.078-14.044-10.937-6.463 1.023-10.053 5.938-10.053 13.99-0.033 41.5 0 82.999 0 124.499 0 41.265-0.033 82.58 0.033 123.895 0.050 3.976-0.685 6.24-4.709 8.454-4.943 2.634-9.285 6.827-13.009 11.121-2.455 2.835-4.425 4.479-8.35 4.412-12.675-0.252-25.366-0.067-38.057 0-5.878 0.034-10.454 2.785-13.627 7.632-3.741 5.586-3.908 11.675-0.918 17.63 3.139 6.207 8.633 9.259 15.497 9.327 12.658 0.117 25.383-0.101 38.024 0.185 2.238 0.084 4.676 1.795 6.579 3.305 5.010 4.043 9.552 8.773 14.812 12.447 2.555 1.761 3.841 3.053 3.807 6.257-0.184 11.994-0.117 24.004-0.083 36.015 0 1.979-0.033 4.043 0.451 5.955 1.386 5.687 6.98 9.478 12.708 8.924 6.296-0.621 10.871-5.401 10.971-12.128 0.15-12.916 0.117-25.849 0-38.765 0-3.305 1.319-4.848 4.242-6.626 4.826-2.885 9.552-6.559 13.126-10.903 2.705-3.305 5.127-4.73 9.318-4.73 46.040 0.151 92.063 0.101 138.052 0.101 17.768 0 35.536 0.117 53.27-0.034 11.122-0.101 18.419-7.632 18.102-18.1-0.334-10.216-7.748-16.607-19.521-16.607zM533.212 507.393c0 0.017 0 0.034-0.017 0.067-0.017 0.218-0.033 0.419-0.067 0.637-0.033 0.319-0.083 0.621-0.15 0.939-0.167 0.923-0.401 1.845-0.701 2.734-0.1 0.302-0.2 0.604-0.317 0.889-0.134 0.352-0.267 0.688-0.434 1.040-0.134 0.319-0.267 0.621-0.434 0.906-0.301 0.604-0.635 1.208-1.002 1.761-0.534 0.839-1.136 1.644-1.787 2.416 0 0.017 0 0.017-0.017 0.034-0.451 0.503-0.902 0.973-1.369 1.443-0.25 0.235-0.501 0.47-0.751 0.705 0 0 0 0.017-0.017 0.017-0.334 0.302-0.685 0.587-1.035 0.855-0.267 0.218-0.534 0.419-0.802 0.604-1.57 1.124-3.306 2.046-5.16 2.717-1.303 0.47-2.638 0.822-4.041 1.040-0.701 0.101-1.403 0.185-2.121 0.218-0.351 0-0.701 0.017-1.069 0.017-0.384 0.017-0.751 0-1.136-0.034-0.284-0.017-0.568-0.050-0.868-0.084-0.618-0.067-1.236-0.185-1.837-0.335s-1.202-0.335-1.787-0.537c-2.137-0.788-4.175-1.979-6.012-3.472-0.317-0.252-0.635-0.537-0.935-0.805-0.401-0.369-0.785-0.738-1.152-1.124-0.083-0.084-0.167-0.185-0.25-0.268-0.367-0.403-0.735-0.822-1.069-1.241-0.434-0.52-0.835-1.057-1.202-1.61s-0.718-1.107-1.052-1.694c-0.635-1.174-1.186-2.382-1.586-3.623-0.217-0.621-0.384-1.258-0.534-1.879-0.067-0.319-0.134-0.637-0.184-0.956-0.1-0.486-0.167-0.99-0.184-1.493-0.050-0.503-0.067-1.006-0.067-1.51 0-0.369 0.017-0.738 0.017-1.107 0.033-0.671 0.083-1.325 0.184-1.979 0.033-0.235 0.067-0.486 0.117-0.721 0.017-0.134 0.033-0.252 0.067-0.386 0.033-0.117 0.067-0.252 0.083-0.386 0.050-0.268 0.1-0.52 0.167-0.772 0.1-0.419 0.217-0.839 0.351-1.241 0.267-0.906 0.618-1.795 1.019-2.65 0.134-0.302 0.284-0.604 0.451-0.906 0.2-0.369 0.401-0.738 0.618-1.090s0.434-0.705 0.685-1.057c0.468-0.671 0.985-1.325 1.536-1.946 0.284-0.335 0.601-0.671 0.935-0.973 0.267-0.268 0.534-0.52 0.818-0.772 0.301-0.268 0.618-0.537 0.952-0.788 0.317-0.252 0.651-0.486 1.002-0.721 1.019-0.705 2.121-1.308 3.273-1.812 0.384-0.168 0.768-0.319 1.169-0.47 0.284-0.101 0.568-0.201 0.852-0.285 0.284-0.101 0.568-0.185 0.852-0.252s0.584-0.151 0.885-0.218c0.301-0.050 0.584-0.117 0.885-0.168 0.918-0.151 1.837-0.252 2.789-0.302 0.367-0.017 0.735-0.017 1.102-0.017 0.267 0 0.534 0 0.802 0.017 0.25 0.017 0.518 0.034 0.785 0.050 0.518 0.050 1.035 0.101 1.536 0.185 0.451 0.067 0.902 0.168 1.353 0.268 0.434 0.101 0.885 0.218 1.319 0.352 0.417 0.117 0.852 0.268 1.252 0.419l0.017 0.017c0.401 0.151 0.802 0.302 1.186 0.47 0.067 0.034 0.117 0.050 0.184 0.101 0.367 0.168 0.718 0.335 1.085 0.537 0.367 0.185 0.735 0.403 1.102 0.621 0.017 0.017 0.033 0.017 0.050 0.034 0.367 0.235 0.735 0.486 1.102 0.738 0.351 0.252 0.701 0.52 1.052 0.805 0.167 0.134 0.334 0.268 0.484 0.403 0.334 0.285 0.668 0.604 0.985 0.923 0.301 0.285 0.584 0.587 0.852 0.889 0.451 0.486 0.868 0.99 1.252 1.526 0.184 0.268 0.384 0.537 0.568 0.805 0.367 0.537 0.701 1.107 1.019 1.694 0.417 0.788 0.802 1.61 1.102 2.466 0.134 0.319 0.25 0.637 0.351 0.973 0.685 2.080 1.035 4.311 1.002 6.626 0 0.587-0.033 1.157-0.1 1.728z"],"isMulticolor":false,"isMulticolor2":false,"tags":["untitled"],"defaultCode":60104,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":457,"order":461,"ligatures":"","prevSize":32,"name":"untitled","code":60105},"setIdx":0,"setId":0,"iconIdx":457},{"icon":{"paths":["M96.734 731.669h830.597c32.681 0 59.317 26.584 59.317 59.329v173.575c0 32.777-26.635 59.378-59.317 59.378h-830.597c-32.845 0-59.317-26.602-59.317-59.378v-173.575c0-32.745 26.472-59.329 59.317-59.329zM96.736 362.575h830.597c32.681 0 59.317 26.535 59.317 59.28v173.575c0 32.728-26.635 59.345-59.317 59.345h-830.597c-32.845 0-59.317-26.617-59.317-59.345v-173.575c0-32.744 26.472-59.28 59.317-59.28zM212.102 78.691c-37.093 0-67.324 30.212-67.324 67.384s30.23 67.368 67.324 67.368c37.093 0 67.324-30.196 67.324-67.368s-30.23-67.384-67.324-67.384zM96.736 0h830.597c32.681 0 59.317 26.552 59.317 59.345v173.559c0 32.728-26.635 59.296-59.317 59.296h-830.597c-32.845 0-59.317-26.568-59.317-59.296v-173.559c0-32.794 26.472-59.345 59.317-59.345z"],"isMulticolor":false,"isMulticolor2":false,"tags":["dataset"],"defaultCode":60105,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":458,"order":462,"ligatures":"","prevSize":32,"name":"dataset","code":60106},"setIdx":0,"setId":0,"iconIdx":458},{"icon":{"paths":["M916.971 197.738c33.615 0 67.23 0 100.862 0 6.16 8.589-24.368 19.371-41.255 30.652-249.52 166.853-456.719 384.262-641.873 597.871-113.945-102.664-214.918-213.992-334.704-312.729 20.277-21.201 46.237-38.582 77.926-52.13 55.357 29.907 102.485 57.26 169.397 89.382 9.391 4.491 72.785 33.537 78.197 33.26 12.033-0.639 44.327-38.741 64.191-55.175 143.868-119.108 350.573-253.499 527.26-331.131z"],"isMulticolor":false,"isMulticolor2":false,"tags":["check"],"defaultCode":60106,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":459,"order":463,"ligatures":"","prevSize":32,"name":"check","code":60107},"setIdx":0,"setId":0,"iconIdx":459},{"icon":{"paths":["M738.064 488.528l-206.048 117.081 0.648 237.415 205.4-118.386zM296.816 488.528v236.11l205.402 118.386 0.646-237.415zM517.439 340.688l-204.671 118.352 204.671 117.696 205.313-117.696zM92.872 49.36h327.139c51.335 0 92.917 41.604 92.917 92.904v44.536h418.154c51.314 0 92.918 41.615 92.918 92.907v602.031c0 51.325-41.605 92.918-92.918 92.918h-838.208c-51.27 0-92.873-41.594-92.873-92.918v-602.031c0-1.603 0.041-3.196 0.121-4.779l0.078-1.030-0.078-1.030c-0.080-1.584-0.121-3.178-0.121-4.782v-125.822c0-51.299 41.603-92.904 92.872-92.904z"],"isMulticolor":false,"isMulticolor2":false,"tags":["projects"],"defaultCode":60107,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":460,"order":464,"ligatures":"","prevSize":32,"name":"projects","code":60108},"setIdx":0,"setId":0,"iconIdx":460},{"icon":{"paths":["M292.64 0h438.752v27.918h-37c-41.803 0-72.25 12.332-91.376 37-12.592 16.125-18.875 54.875-18.875 116.292v487.75h90.1v64h-90.1v109.79c0 51.834 3.261 86.083 9.813 102.709 5.030 12.584 15.595 23.374 31.709 32.459 21.647 12.082 44.562 18.114 68.73 18.114h37v27.968h-438.752v-27.968h36.249c42.292 0 72.99-12.323 92.126-36.989 12.083-16.125 18.125-54.875 18.125-116.293v-109.79h-93.157v-64h93.157v-487.75c0-51.835-3.282-86.085-9.813-102.667-5.042-12.584-15.365-23.418-30.97-32.5-22.155-12.084-45.302-18.125-69.469-18.125h-36.249z"],"isMulticolor":false,"isMulticolor2":false,"tags":["rename"],"defaultCode":60108,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":461,"order":465,"ligatures":"","prevSize":32,"name":"rename","code":60109},"setIdx":0,"setId":0,"iconIdx":461},{"icon":{"paths":["M178.857 789.582v103.511h664.66v-103.511zM270.958 1.068h127.786v260.744h-127.786zM5.556 0h168.819v312.888h669.074v-312.888h175.017v1023.936h-1012.91z"],"isMulticolor":false,"isMulticolor2":false,"tags":["Save"],"defaultCode":60109,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":462,"order":466,"ligatures":"","prevSize":32,"name":"Save","code":60110},"setIdx":0,"setId":0,"iconIdx":462},{"icon":{"paths":["M928 208v416c-0.171 56.042-41.533 102.371-95.391 110.309l-0.609 0.074v-526.383c-0.114-8.79-7.21-15.886-15.989-16h-526.394c8.012-54.467 54.341-95.829 110.365-96h416.018c61.825 0.077 111.923 50.175 112 111.993v0.007zM768 368v416c-0.077 61.825-50.175 111.923-111.993 112h-416.007c-61.825-0.077-111.923-50.175-112-111.993v-416.007c0.077-61.825 50.175-111.923 111.993-112h416.007c61.825 0.077 111.923 50.175 112 111.993v0.007zM672 368c-0.114-8.79-7.21-15.886-15.989-16h-416.011c-8.79 0.114-15.886 7.21-16 15.989v416.011c0.114 8.79 7.21 15.886 15.989 16h416.011c8.79-0.114 15.886-7.21 16-15.989v-0.011z"],"isMulticolor":false,"isMulticolor2":false,"tags":["squares"],"defaultCode":60110,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":463,"order":467,"ligatures":"","prevSize":32,"name":"squares","code":60111},"setIdx":0,"setId":0,"iconIdx":463},{"icon":{"paths":["M0 812.646h1023.919v129.997h-1023.919zM0 568.82h1023.919v130.079h-1023.919zM0 324.993h1023.919v130.079h-1023.919zM0 81.248h1023.919v130.079h-1023.919z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table1"],"defaultCode":60111,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":464,"order":468,"ligatures":"","prevSize":32,"name":"table1","code":60112},"setIdx":0,"setId":0,"iconIdx":464},{"icon":{"paths":["M511.975 512.047l-242.846 242.843h161.146v184.088h163.402v-184.088h161.146zM646.038 35.382l311.664 313.105h-311.664zM66.25 0h514.016v388.045h377.436v636.099h-891.451z"],"isMulticolor":false,"isMulticolor2":false,"tags":["upload1"],"defaultCode":60112,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":465,"order":469,"ligatures":"","prevSize":32,"name":"upload1","code":60113},"setIdx":0,"setId":0,"iconIdx":465},{"icon":{"paths":["M784 128h-544c-61.825 0.077-111.923 50.175-112 111.993v544.007c0.077 61.825 50.175 111.923 111.993 112h544.007c61.825-0.077 111.923-50.175 112-111.993v-544.007c-0.077-61.825-50.175-111.923-111.993-112h-0.007zM384 453.961v-69.961c0-70.692 57.308-128 128-128s128 57.308 128 128v0 69.961c4.573 3.984 7.447 9.818 7.447 16.322 0 2.91-0.575 5.686-1.618 8.22l0.052-0.144-11.762 35.281c-5.297 13.384-16.083 23.612-29.504 28.044l-0.337 0.096-5.269 42.156c-4.083 31.765-30.956 56.062-63.504 56.062-0.001 0-0.002 0-0.002 0h-47.004c-0.001 0-0.001 0-0.002 0-32.548 0-59.421-24.298-63.47-55.744l-0.034-0.32-5.27-42.156c-13.759-4.528-24.544-14.757-29.729-27.818l-0.113-0.323-11.762-35.281c-0.99-2.39-1.565-5.165-1.565-8.075 0-6.504 2.873-12.338 7.42-16.3l0.026-0.022zM736 784c0 8.837-7.163 16-16 16v0h-416c-8.837 0-16-7.163-16-16v0-62.68c0.001-21.603 10.705-40.706 27.098-52.295l0.201-0.135 57.17-40.016c20.522 44.54 64.704 74.939 116.007 75.125h47.024c51.327-0.185 95.509-30.585 115.704-74.332l0.328-0.793 57.17 40.016c16.594 11.724 27.298 30.827 27.298 52.43v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["user1"],"defaultCode":60113,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":466,"order":470,"ligatures":"","prevSize":32,"name":"user1","code":60114},"setIdx":0,"setId":0,"iconIdx":466},{"icon":{"paths":["M852.529 753.459c-40.953-0.285-74.344 32.751-74.586 73.619-0.285 41.010 32.708 74.331 73.589 74.616 40.981 0.285 74.373-32.609 74.629-73.619 0.256-40.868-32.708-74.331-73.632-74.616zM853.184 648.654c15.493 0 30.472 2.421 44.755 6.123l5.909 39.159c14.453 5.696 27.795 13.385 39.529 23.068l37.065-13.955c20.847 21.502 36.211 48.13 44.213 77.891l-31.042 24.777c1.153 7.405 1.908 15.094 1.837 22.784-0.086 7.832-0.897 15.379-2.136 22.784l30.743 25.204c-8.415 29.619-24.122 56.105-45.224 77.322l-36.866-14.525c-11.876 9.541-25.332 17.088-39.813 22.641l-6.436 39.017c-14.353 3.702-29.333 5.696-44.812 5.696-15.521-0.142-30.472-2.421-44.811-6.265l-5.852-39.159c-14.439-5.554-27.824-13.385-39.557-23.068l-37.065 13.955c-20.818-21.36-36.211-48.13-44.242-77.891l31.070-24.635c-1.139-7.547-1.88-15.094-1.837-22.926 0.085-7.689 0.897-15.379 2.136-22.784l-30.743-25.062c8.387-29.761 24.122-56.105 45.21-77.464l36.909 14.525c11.847-9.541 25.318-17.088 39.828-22.499l6.365-39.159c14.382-3.56 29.362-5.696 44.868-5.553zM409.028 588.426l49.657 49.694-38.586 38.587 39.825 46.143-52.696 157.924-54.289-156.107 44.44-48.528-38.046-38.019zM618.515 583.072c38.144 7.169 73.391 22.554 103.826 44.248l0.426 0.317-2.897 1.86c-63.883 43.209-105.968 116.325-105.968 199.009 0 41.386 10.521 80.353 29.028 114.37l0.909 1.579h-643.838v-102.668c0-127.586 90.779-233.999 211.264-258.14l194.355 304.663zM344.453 139.373c-25.958-0.065-58.686 6.617-62.522 39.908 0 0 0 64.687-17.265 73.32l-4.285 60.371-17.266-17.252 6.459 81.938 32.358 2.176c0 0 8.634 166.017 166.052 133.689 0 0 75.464-23.726 92.699-133.689l25.901-2.176 6.459-73.32-10.776 2.173c0 0-6.491-62.544-12.949-88.412l-4.317-62.531c0 0-36.645-30.199-90.556-4.316 0 0-62.546-2.173-77.637-8.633 0 0-14.592-3.203-32.352-3.248zM418.251 17.373c73.513-0.006 124.602 38.985 124.602 38.985 94.873 75.478 43.136 204.866 43.136 204.866 21.551 12.933 19.41 23.709 19.41 23.709 0 140.181-38.819 129.388-38.819 129.388-21.583 90.57-105.648 131.53-105.648 131.53-163.908 40.977-204.867-129.371-204.867-129.371-34.503-4.316-38.819-84.095-38.819-84.095-10.809-53.91 19.409-75.477 19.409-75.477-64.718-150.938 51.737-196.216 51.737-196.216 46.692-32.612 91.352-43.315 129.859-43.318z"],"isMulticolor":false,"isMulticolor2":false,"tags":["staff"],"defaultCode":60114,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":467,"order":471,"ligatures":"","prevSize":32,"name":"staff","code":60115},"setIdx":0,"setId":0,"iconIdx":467},{"icon":{"paths":["M580.895 0h273.723l-413.813 509.791 2.338 2.896 415.046 511.313h-273.736l-280.542-345.584-1.234 1.48-136.868-168.605 136.868-168.646z"],"isMulticolor":false,"isMulticolor2":false,"tags":["back"],"defaultCode":60115,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":468,"order":472,"ligatures":"","prevSize":32,"name":"back","code":60116},"setIdx":0,"setId":0,"iconIdx":468},{"icon":{"paths":["M165.81 0h273.728l280.547 345.583 1.234-1.48 136.87 168.604-415.080 511.292h-273.741l413.82-509.792-2.338-2.896-99.387-122.396z"],"isMulticolor":false,"isMulticolor2":false,"tags":["next1"],"defaultCode":60116,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":469,"order":473,"ligatures":"","prevSize":32,"name":"next1","code":60117},"setIdx":0,"setId":0,"iconIdx":469},{"icon":{"paths":["M27.191 253.219c-25.772 241.871 124.762 457.551 339.243 483.692 130.086 15.899 254.021-41.716 338.899-143.179l-99.362-77.659 417.947-168.715-62.835 446.319-94.675-73.987c-102.159 126.221-264.94 198.635-437.993 177.524-267.144-32.56-457.349-275.497-424.787-542.664 4.313-35.279 12.355-69.116 23.562-101.329zM119.785 157.71l301.541 301.517c9.96 9.956 26.039 9.956 35.971 0l300.424-300.37c6.124 4.049 10.197 10.971 10.197 18.876v222.443l-254.765 102.9 107.427 83.946h-452.099c-22.788-22.312-43.559-47.202-61.051-74.628v-334.661c0-8.758 5.061-16.291 12.355-20.023zM154.8 105.61h569.177c-0.319 5.431-2.529 10.81-6.738 14.938l-263.022 261.552c-8.813 8.573-22.738 8.625-31.099 0.080l-262.357-260.383c-4.368-4.42-6.284-10.331-5.962-16.186z"],"isMulticolor":false,"isMulticolor2":false,"tags":["sendemail1"],"defaultCode":60117,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":470,"order":474,"ligatures":"","prevSize":32,"name":"sendemail1","code":60118},"setIdx":0,"setId":0,"iconIdx":470},{"icon":{"paths":["M826.547 246.945l174.681 174.731-174.681 174.856v-116.127h-324.501v-117.521h324.501zM22.578 0h748.846v322.493h-85.415v-233.478h-527.32l143.325 93.695v571.717h383.995v-233.478h85.415v322.493h-469.41v180.559l-279.436-180.559z"],"isMulticolor":false,"isMulticolor2":false,"tags":["exit1"],"defaultCode":60118,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":471,"order":475,"ligatures":"","prevSize":32,"name":"exit1","code":60119},"setIdx":0,"setId":0,"iconIdx":471},{"icon":{"paths":["M608.876 653.468c-17.282 17.426-2.668 49.128-2.668 49.128l130.090 217.218c0 0 21.36 28.64 39.864 28.64 18.59 0 36.954-15.27 36.954-15.27l102.844-147.008c0 0 10.36-18.546 10.598-34.792 0.372-23.106-34.454-29.434-34.454-29.434l-243.488-78.192c-0.002 0.004-23.858-6.328-39.74 9.71zM596.532 543.984c12.46 21.128 46.828 14.972 46.828 14.972l242.938-71.006c0 0 33.106-13.466 37.832-31.418 4.64-17.954-5.46-39.622-5.46-39.622l-116.098-136.752c0 0-10.062-17.292-30.938-19.032-23.016-1.958-37.18 25.898-37.18 25.898l-137.27 216.010c0 0.004-12.134 21.516-0.652 40.95zM481.754 459.768c28.608-7.044 33.148-48.604 33.148-48.604l-1.944-345.87c0 0-4.314-42.666-23.486-54.232-30.070-18.242-38.982-8.718-47.596-7.444l-201.696 74.944c0 0-19.754 6.536-30.042 23.018-14.69 23.352 14.928 57.544 14.928 57.544l209.644 285.756c0 0 20.69 21.396 47.044 14.888zM431.944 599.738c0.722-26.676-32.030-42.7-32.030-42.7l-216.796-109.524c0 0-32.126-13.246-47.722-4.016-11.95 7.060-22.536 19.84-23.572 31.134l-14.12 173.812c0 0-2.116 30.114 5.69 43.82 11.054 19.442 47.428 5.902 47.428 5.902l253.096-55.942c9.832-6.61 27.074-7.204 28.026-42.486zM494.88 693.542c-21.726-11.156-47.724 11.95-47.724 11.95l-169.468 186.566c0 0-21.144 28.528-15.768 46.050 5.066 16.418 13.454 24.578 25.318 30.328l170.192 53.726c0 0 20.634 4.286 36.258-0.242 22.18-6.43 18.094-41.152 18.094-41.152l3.848-252.602c-0.002 0.002-0.868-24.334-20.75-34.624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["yelp"],"defaultCode":60119,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":472,"order":476,"ligatures":"","prevSize":32,"name":"yelp","code":60120},"setIdx":0,"setId":0,"iconIdx":472},{"icon":{"paths":["M738.8 76.537c-8.706 0-17.411 3.312-24.038 9.937-13.313 13.315-13.313 34.816 0 48.13l148.772 148.899c13.318 13.25 34.83 13.25 48.143-0.064 13.308-13.25 13.308-34.816-0.067-48.13l-148.768-148.835c-6.63-6.625-15.336-9.937-24.042-9.937zM711.352 0c26.51-0.008 53.012 10.118 73.233 30.404l177.155 177.025c40.447 40.509 40.447 106.138 0 146.523l-213.276 213.222c-40.389 40.436-106.026 40.436-146.535 0l-20.948-20.956-146.829 147.025-75.136-22.819 16.939 80.955-78.011-19.881 12.629 85.271-86.701-11.249 16.942 80.95-78.887-18.878 15.316 82.52-74.011 74.080-81.386-174.416 431.31-431.342 110.665 110.618-138.919-138.968c-40.498-40.383-40.498-106.017 0-146.523l213.17-213.157c20.255-20.253 46.773-30.396 73.283-30.404z"],"isMulticolor":false,"isMulticolor2":false,"tags":["key1"],"defaultCode":60120,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":473,"order":477,"ligatures":"","prevSize":32,"name":"key1","code":60121},"setIdx":0,"setId":0,"iconIdx":473},{"icon":{"paths":["M258.278 446.542l-146.532-253.802c93.818-117.464 238.234-192.74 400.254-192.74 187.432 0 351.31 100.736 440.532 251h-417.77c-7.504-0.65-15.092-1-22.762-1-121.874 0-224.578 83.644-253.722 196.542zM695.306 325h293.46c22.74 57.93 35.234 121.004 35.234 187 0 280.826-226.1 508.804-506.186 511.926l209.394-362.678c29.48-42.378 46.792-93.826 46.792-149.248 0-73.17-30.164-139.42-78.694-187zM326 512c0-102.56 83.44-186 186-186s186 83.44 186 186c0 102.56-83.44 186-186 186s-186-83.44-186-186zM582.182 764.442l-146.578 253.878c-246.532-36.884-435.604-249.516-435.604-506.32 0-91.218 23.884-176.846 65.696-251.024l209.030 362.054c41.868 89.112 132.476 150.97 237.274 150.97 24.3 0 47.836-3.34 70.182-9.558z"],"isMulticolor":false,"isMulticolor2":false,"tags":["chrome"],"defaultCode":60121,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":474,"order":478,"ligatures":"","prevSize":32,"name":"chrome","code":60122},"setIdx":0,"setId":0,"iconIdx":474},{"icon":{"paths":["M1022.526 334.14l-11.86 76.080c0 0-16.954-140.856-37.732-193.514-31.846-80.688-46.014-80.040-46.108-79.922 21.33 54.204 17.462 83.324 17.462 83.324s-37.792-102.998-137.712-135.768c-110.686-36.282-170.57-26.364-177.488-24.486-1.050-0.008-2.064-0.010-3.030-0.010 0.818 0.062 1.612 0.146 2.426 0.212-0.034 0.020-0.090 0.042-0.082 0.052 0.45 0.548 122.306 21.302 143.916 50.996 0 0-51.76 0-103.272 14.842-2.328 0.666 189.524 23.964 228.746 215.674 0 0-21.030-43.876-47.040-51.328 17.106 52.036 12.714 150.776-3.576 199.85-2.096 6.312-4.24-27.282-36.328-41.75 10.28 73.646-0.616 190.456-51.708 222.632-3.982 2.504 32.030-115.31 7.242-69.762-142.708 218.802-311.404 100.972-387.248 49.11 38.866 8.462 112.654-1.318 145.314-25.612 0.042-0.030 0.078-0.056 0.118-0.086 35.468-24.252 56.472-41.964 75.334-37.772 18.874 4.214 31.438-14.726 16.78-31.53-14.676-16.838-50.314-39.978-98.524-27.366-34 8.904-76.134 46.522-140.448 8.432-49.364-29.25-54.012-53.546-54.45-70.376 1.218-5.966 2.754-11.536 4.576-16.624 5.682-15.87 22.912-20.658 32.494-24.438 16.256 2.792 30.262 7.862 44.968 15.406 0.19-4.894 0.252-11.39-0.018-18.76 1.41-2.802 0.538-11.252-1.722-21.58-1.302-10.308-3.42-20.974-6.752-30.692 0.012-0.002 0.020-0.010 0.030-0.014 0.056-0.018 0.108-0.040 0.156-0.070 0.078-0.044 0.146-0.112 0.208-0.19 0.012-0.020 0.030-0.034 0.044-0.052 0.082-0.124 0.154-0.272 0.198-0.466 1.020-4.618 12.022-13.524 25.718-23.1 12.272-8.58 26.702-17.696 38.068-24.752 10.060-6.248 17.72-10.882 19.346-12.098 0.618-0.466 1.358-1.012 2.164-1.636 0.15-0.116 0.3-0.232 0.454-0.354 0.094-0.074 0.19-0.148 0.286-0.226 5.41-4.308 13.484-12.448 15.178-29.578 0.004-0.042 0.010-0.080 0.012-0.122 0.050-0.504 0.092-1.014 0.13-1.534 0.028-0.362 0.050-0.726 0.072-1.096 0.014-0.284 0.032-0.566 0.044-0.856 0.030-0.674 0.050-1.364 0.060-2.064 0-0.040 0.002-0.076 0.004-0.116 0.022-1.658-0.006-3.386-0.104-5.202-0.054-1.014-0.126-1.93-0.298-2.762-0.008-0.044-0.018-0.092-0.028-0.136-0.018-0.082-0.036-0.164-0.058-0.244-0.036-0.146-0.076-0.292-0.122-0.43-0.006-0.018-0.010-0.032-0.016-0.046-0.052-0.16-0.112-0.314-0.174-0.464-0.004-0.006-0.004-0.010-0.006-0.016-1.754-4.108-8.32-5.658-35.442-6.118-0.026-0.002-0.050-0.002-0.076-0.002v0c-11.066-0.188-25.538-0.194-44.502-0.118-33.25 0.134-51.628-32.504-57.494-45.132 8.040-44.46 31.276-76.142 69.45-97.626 0.722-0.406 0.58-0.742-0.274-0.978 7.464-4.514-90.246-0.124-135.186 57.036-39.888-9.914-74.654-9.246-104.616-2.214-5.754-0.162-12.924-0.88-21.434-2.652-19.924-18.056-48.448-51.402-49.976-91.208 0 0-0.092 0.072-0.252 0.204-0.020-0.382-0.056-0.76-0.072-1.142 0 0-60.716 46.664-51.628 173.882-0.022 2.036-0.064 3.986-0.12 5.874-16.432 22.288-24.586 41.020-25.192 45.156-14.56 29.644-29.334 74.254-41.356 141.98 0 0 8.408-26.666 25.284-56.866-12.412 38.022-22.164 97.156-16.436 185.856 0 0 1.514-19.666 6.874-47.994 4.186 55.010 22.518 122.924 68.858 202.788 88.948 153.32 225.67 230.74 376.792 242.616 26.836 2.212 54.050 2.264 81.424 0.186 2.516-0.178 5.032-0.364 7.55-0.574 30.964-2.174 62.134-6.852 93.238-14.366 425.172-102.798 378.942-616.198 378.942-616.198z"],"isMulticolor":false,"isMulticolor2":false,"tags":["firefox"],"defaultCode":60122,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":475,"order":479,"ligatures":"","prevSize":32,"name":"firefox","code":60123},"setIdx":0,"setId":0,"iconIdx":475},{"icon":{"paths":["M10.24 406.426v396.186h104.448v-54.497h-52.224v-685.67h685.67v52.224h54.477v-104.448h-792.371v396.206zM168.038 169.626c-0.686 1.587-0.911 191.846-0.686 422.973l0.686 420.024 845.722 1.137-0.451-422.748-0.686-422.973-421.837-0.676c-336.251-0.461-422.072-0.010-422.748 2.263zM959.273 590.326v368.937h-737.884v-737.874h737.874v368.937zM538.563 379.412c-0.911 0.911-1.587 36.782-1.587 79.688v77.875l-78.787 0.451-79.012 0.686v104.448l78.787 0.686 79.012 0.451 0.451 79.012 0.686 78.787 52.9 0.686 52.675 0.451v-158.925h158.925l-0.451-52.9-0.686-52.675-78.787-0.686-79.012-0.451-0.451-79.012-0.686-78.787-51.313-0.676c-28.14-0.246-51.753 0.205-52.664 0.891z"],"isMulticolor":false,"isMulticolor2":false,"tags":["duplicate"],"defaultCode":60123,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":476,"order":480,"ligatures":"","prevSize":32,"name":"duplicate","code":60124},"setIdx":0,"setId":0,"iconIdx":476},{"icon":{"paths":["M15.4 454.6c30-236.8 191.6-451.6 481.2-454.6 174.8 3.4 318.6 82.6 404.2 233.6 43 78.8 56.4 161.6 59.2 253v107.4h-642.6c3 265 390 256 556.6 139.2v215.8c-97.6 58.6-319 111-490.4 43.6-146-54.8-250-207.6-249.4-354.6-4.8-190.6 94.8-316.8 249.4-388.6-32.8 40.6-57.8 85.4-70.8 163h362.8c0 0 21.2-216.8-205.4-216.8-213.6 7.4-367.6 131.6-454.8 259v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["edge"],"defaultCode":60124,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":477,"order":481,"ligatures":"","prevSize":32,"name":"edge","code":60125},"setIdx":0,"setId":0,"iconIdx":477},{"icon":{"paths":["M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM958.4 472.8l-1-10.6c0.2 3.6 0.6 7 1 10.6zM888.4 268.8l-7.2-10.8c2.4 3.6 4.8 7.2 7.2 10.8zM860.6 230.6l-4.4-5.4c1.6 1.8 3 3.6 4.4 5.4zM798.6 167.6l-5.4-4.4c2 1.6 3.6 3 5.4 4.4zM766 142.8l-10.8-7.2c3.6 2.4 7.2 4.8 10.8 7.2zM561.8 66.8l-10.8-1c3.6 0.2 7.2 0.6 10.8 1zM472.8 65.6l-10.8 1c3.6-0.2 7.2-0.6 10.8-1zM268.8 135.6l-10.8 7.2c3.6-2.4 7.2-4.8 10.8-7.2zM230.6 163.4l-5.2 4.2c1.8-1.4 3.4-2.8 5.2-4.2zM167.6 225.4l-4.4 5.4c1.6-1.8 3-3.6 4.4-5.4zM142.8 258l-7.2 10.8c2.4-3.6 4.8-7.2 7.2-10.8zM66.8 462.2l-1 10.8c0.2-3.6 0.6-7.2 1-10.8zM65.6 551.2l1 10.8c-0.2-3.6-0.6-7.2-1-10.8zM135.6 755l7.2 10.8c-2.4-3.4-4.8-7-7.2-10.8zM144 767.6l79.8-53.4-8.8-13.4-79.8 53.4c-36.2-56.2-60-120.8-68-190.4l47.8-4.8-1.6-16-47.8 4.8c-0.8-9.2-1.2-18.6-1.4-28h96v-16h-96c0.2-9.4 0.6-18.6 1.4-28l47.8 4.6 1.6-16-47.8-4.6c8-69.6 32-134.2 68.2-190.4l79.8 53.4 8.8-13.4-80-53c5.4-7.6 10.8-15.2 16.6-22.4l37 30.4 10.2-12.4-37-30.4c6-7.2 12.4-14 18.8-20.8l67.8 67.8 11.4-11.4-67.8-67.8c6.8-6.4 13.6-12.8 20.6-18.8l30.4 37.2 12.4-10.2-30.4-37c7.4-5.8 14.8-11.4 22.4-16.8l53.4 79.8 13.4-8.8-53.4-79.8c56.2-36.2 120.8-60 190.4-68l4.8 47.8 16-1.6-4.8-47.8c9.2-0.8 18.6-1.2 28-1.4v96h16v-96c9.4 0.2 18.6 0.6 28 1.4l-4.6 47.8 16 1.6 4.6-47.8c69.6 8 134.2 32 190.4 68.2l-53.4 79.8 13.4 8.8 53.4-79.8c7.6 5.4 15.2 10.8 22.4 16.6l-30.4 37 12.4 10.2 30.4-37c7.2 6 14 12.4 20.8 18.8l-25.6 25-350 233.4-233.4 350-25 25c-6.4-6.8-12.8-13.6-18.8-20.6l37-30.4-10.2-12.4-37 30.4c-5.8-7.2-11.2-14.8-16.6-22.4zM167.6 798.6c-1.4-1.8-2.8-3.4-4.2-5.2l4.2 5.2zM225.4 856.4l5.2 4.2c-1.8-1.4-3.4-2.8-5.2-4.2zM258 881l10.8 7.2c-3.6-2.2-7.2-4.6-10.8-7.2zM462.2 957.2l10.8 1c-3.6-0.2-7.2-0.6-10.8-1zM551.2 958.4l10.6-1c-3.6 0.2-7 0.6-10.6 1zM755.2 888.4l10.8-7.2c-3.6 2.4-7.2 4.8-10.8 7.2zM793.4 860.6l5.4-4.4c-1.8 1.6-3.6 3-5.4 4.4zM828.4 829.2l0.8-0.8c-0.2 0.2-0.6 0.6-0.8 0.8zM856.4 798.6l4.4-5.4c-1.6 1.8-3 3.6-4.4 5.4zM863.4 790l-37-30.4-10.2 12.4 37 30.4c-6 7.2-12.4 14-18.8 20.8l-67.8-67.8-11.4 11.4 67.8 67.8c-6.8 6.4-13.6 12.8-20.6 18.8l-30.4-37.2-12.4 10.2 30.4 37c-7.4 5.8-14.8 11.4-22.4 16.8l-53.4-79.8-13.4 8.8 53.4 79.8c-56.2 36.2-120.8 60-190.4 68l-4.8-47.8-16 1.6 4.8 47.8c-9.2 0.8-18.6 1.2-28 1.4v-96h-16v96c-9.4-0.2-18.6-0.6-28-1.4l4.6-47.8-16-1.6-4.6 47.8c-69.6-8-134.2-32-190.4-68.2l53.4-79.8-13.4-8.8-53 79.8c-7.6-5.4-15.2-10.8-22.4-16.6l30.4-37-12.4-10.2-30.4 37c-7.2-6-14-12.4-20.8-18.8l25.2-25 350-233.4 233.4-350 25-25c6.4 6.8 12.8 13.6 18.8 20.6l-37 30.4 10.2 12.4 37-30.4c5.8 7.4 11.4 14.8 16.8 22.4l-79.8 53.4 8.8 13.4 79.8-53.4c36.2 56.2 60 120.8 68 190.4l-47.8 4.8 1.6 16 47.8-4.8c0.8 9.2 1.2 18.6 1.4 28h-96v16h96c-0.2 9.4-0.6 18.6-1.4 28l-47.8-4.6-1.6 16 47.8 4.6c-8 69.6-32 134.2-68.2 190.4l-79.8-53.4-8.8 13.4 79.8 53.4c-5.2 7.2-10.8 14.6-16.6 22zM958.4 551c-0.4 3.6-0.6 7.2-1 10.8l1-10.8zM888.4 755.2c-2.4 3.6-4.8 7.2-7.2 10.8l7.2-10.8zM432.535 71.075l18.73 94.157-15.693 3.122-18.73-94.157 15.693-3.122zM591.656 952.95l-18.73-94.157 15.693-3.122 18.73 94.157-15.693 3.122zM389.628 80.89l13.939 45.931-15.31 4.646-13.939-45.931 15.31-4.646zM634.434 942.887l-13.939-45.931 15.31-4.646 13.939 45.931-15.31 4.646zM348.014 95.099l36.739 88.694-14.782 6.123-36.739-88.694 14.782-6.123zM676.123 928.965l-36.739-88.694 14.782-6.123 36.739 88.694-14.782 6.123zM293.62 120.659l14.11-7.544 22.632 42.331-14.11 7.544-22.632-42.331zM730.101 903.289l-14.11 7.544-22.632-42.331 14.11-7.544 22.632 42.331zM120.601 293.826l42.336 22.622-7.541 14.112-42.336-22.622 7.541-14.112zM903.244 730.195l-42.336-22.622 7.541-14.112 42.336 22.622-7.541 14.112zM183.811 384.623l-88.694-36.739 6.123-14.782 88.694 36.739-6.123 14.782zM840.32 639.301l88.694 36.739-6.123 14.782-88.694-36.739 6.123-14.782zM85.543 374.387l45.936 13.93-4.643 15.312-45.936-13.93 4.643-15.312zM938.308 649.667l-45.936-13.93 4.643-15.312 45.936 13.93-4.643 15.312zM74.069 416.782l94.157 18.73-3.122 15.693-94.157-18.73 3.122-15.693zM949.741 607.243l-94.157-18.73 3.122-15.693 94.157 18.73-3.122 15.693zM70.965 591.548l94.157-18.73 3.122 15.693-94.157 18.73-3.122-15.693zM952.842 432.427l-94.157 18.73-3.122-15.693 94.157-18.73 3.122 15.693zM80.974 634.514l45.931-13.939 4.646 15.31-45.931 13.939-4.646-15.31zM942.969 389.707l-45.931 13.939-4.646-15.31 45.931-13.939 4.646 15.31zM101.142 690.912l-6.123-14.782 88.694-36.739 6.123 14.782-88.694 36.739zM922.794 333.231l6.122 14.782-88.694 36.73-6.122-14.782 88.694-36.73zM120.824 730.267l-7.544-14.11 42.331-22.632 7.544 14.11-42.331 22.632zM903.455 293.785l7.544 14.11-42.331 22.632-7.544-14.11 42.331-22.632zM307.878 910.846l-14.11-7.542 22.627-42.331 14.11 7.542-22.627 42.331zM716.073 113.074l14.112 7.541-22.622 42.336-14.112-7.541 22.622-42.336zM333.267 922.799l36.739-88.694 14.782 6.123-36.739 88.694-14.782-6.123zM690.884 101.11l-36.739 88.694-14.782-6.123 36.739-88.694 14.782 6.123zM389.634 943.028l-15.31-4.645 13.934-45.931 15.31 4.645-13.934 45.931zM634.349 80.882l15.312 4.642-13.925 45.936-15.312-4.642 13.925-45.936zM432.472 952.839l-15.693-3.122 18.73-94.157 15.693 3.122-18.73 94.157zM591.536 70.969l15.693 3.122-18.73 94.157-15.693-3.122 18.73-94.157z"],"isMulticolor":false,"isMulticolor2":false,"tags":["safari"],"defaultCode":60125,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":478,"order":482,"ligatures":"","prevSize":32,"name":"safari","code":60126},"setIdx":0,"setId":0,"iconIdx":478},{"icon":{"paths":["M1024 512v0 0c0 151.6-66 288-170.8 381.6-131.4 64-253.8 19.2-294.2-8.8 129-28.2 226.4-184.2 226.4-372.8s-97.4-344.6-226.4-373c40.6-28 163-72.8 294.2-8.8 104.8 93.8 170.8 230.2 170.8 381.8v0 0zM343.4 223.4c-56.6 66.8-93.2 165.6-95.6 276.6 0 0.2 0 23.8 0 24.2 2.4 110.8 39.2 209.6 95.8 276.4 73.4 95.4 182.6 155.8 304.6 155.8 75 0 145.2-22.8 205.2-62.6-90.8 81-210.4 130.2-341.4 130.2-8.2 0-16.4-0.2-24.4-0.6-271.4-12.8-487.6-236.8-487.6-511.4 0-282.8 229.2-512 512-512 0.6 0 1.2 0 2 0 130.4 0.4 249.2 49.6 339.4 130.4-60-39.8-130.2-62.8-205.2-62.8-122 0-231.2 60.4-304.8 155.8z"],"isMulticolor":false,"isMulticolor2":false,"tags":["opera"],"defaultCode":60126,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":479,"order":483,"ligatures":"","prevSize":32,"name":"opera","code":60127},"setIdx":0,"setId":0,"iconIdx":479},{"icon":{"paths":["M842.012 589.48c-13.648-13.446-43.914-20.566-89.972-21.172-31.178-0.344-68.702 2.402-108.17 7.928-17.674-10.198-35.892-21.294-50.188-34.658-38.462-35.916-70.568-85.772-90.576-140.594 1.304-5.12 2.414-9.62 3.448-14.212 0 0 21.666-123.060 15.932-164.666-0.792-5.706-1.276-7.362-2.808-11.796l-1.882-4.834c-5.894-13.592-17.448-27.994-35.564-27.208l-10.916-0.344c-20.202 0-36.664 10.332-40.986 25.774-13.138 48.434 0.418 120.892 24.98 214.738l-6.288 15.286c-17.588 42.876-39.63 86.060-59.078 124.158l-2.528 4.954c-20.46 40.040-39.026 74.028-55.856 102.822l-17.376 9.188c-1.264 0.668-31.044 16.418-38.028 20.644-59.256 35.38-98.524 75.542-105.038 107.416-2.072 10.17-0.53 23.186 10.014 29.212l16.806 8.458c7.292 3.652 14.978 5.502 22.854 5.502 42.206 0 91.202-52.572 158.698-170.366 77.93-25.37 166.652-46.458 244.412-58.090 59.258 33.368 132.142 56.544 178.142 56.544 8.168 0 15.212-0.78 20.932-2.294 8.822-2.336 16.258-7.368 20.792-14.194 8.926-13.432 10.734-31.932 8.312-50.876-0.72-5.622-5.21-12.574-10.068-17.32zM211.646 814.048c7.698-21.042 38.16-62.644 83.206-99.556 2.832-2.296 9.808-8.832 16.194-14.902-47.104 75.124-78.648 105.066-99.4 114.458zM478.434 199.686c13.566 0 21.284 34.194 21.924 66.254s-6.858 54.56-16.158 71.208c-7.702-24.648-11.426-63.5-11.426-88.904 0 0-0.566-48.558 5.66-48.558v0zM398.852 637.494c9.45-16.916 19.282-34.756 29.33-53.678 24.492-46.316 39.958-82.556 51.478-112.346 22.91 41.684 51.444 77.12 84.984 105.512 4.186 3.542 8.62 7.102 13.276 10.65-68.21 13.496-127.164 29.91-179.068 49.862v0zM828.902 633.652c-4.152 2.598-16.052 4.1-23.708 4.1-24.708 0-55.272-11.294-98.126-29.666 16.468-1.218 31.562-1.838 45.102-1.838 24.782 0 32.12-0.108 56.35 6.072 24.228 6.18 24.538 18.734 20.382 21.332v0zM917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-pdf"],"defaultCode":60127,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":480,"order":484,"ligatures":"","prevSize":32,"name":"file-pdf","code":60128},"setIdx":0,"setId":0,"iconIdx":480},{"icon":{"paths":["M605.659 895.114h204.831v28.466h-204.831zM605.659 803.698h204.831v28.481h-204.831zM550.693 547.784c-5.984 0-10.938 4.925-10.938 10.968v410.451c0 6.055 4.955 10.969 10.938 10.969h307.123c6.043 0 10.967-4.913 10.967-10.969v-266.799l-81.768-0.329c-69.89 5.489-71.762-57.844-71.762-57.844v-96.447zM550.69 503.909h184.737l39.994 42.204h0.562l96.757 102.552 0.057 0.204 39.816 42.017v278.318c0 30.288-24.536 54.812-54.81 54.812h-307.112c-30.276 0-54.81-24.524-54.81-54.812v-410.453c0-30.265 24.534-54.842 54.81-54.842zM473.656 42.065c-30.071 0-54.464 23.086-54.464 51.573 0 28.453 24.394 51.569 54.464 51.569 30.074 0 54.464-23.116 54.464-51.569 0-28.487-24.39-51.573-54.464-51.573zM473.656 0c52.904 0 96.089 39.324 98.736 88.812l0.128 4.816h83.897v29.951h179.521v404.837l-76.399-80.603h-3.089v-225.206h-100.033v100.188h-365.509v-100.188h-100.049v694.723h248.938v51.875c0 7.646 0.777 15.114 2.256 22.328l0.886 3.83h-331.552v-871.785h179.521v-29.951h83.882l0.129-4.816c2.647-49.488 45.833-88.812 98.736-88.812z"],"isMulticolor":false,"isMulticolor2":false,"tags":["paste1"],"defaultCode":60128,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":481,"order":485,"ligatures":"","prevSize":32,"name":"paste1","code":60129},"setIdx":0,"setId":0,"iconIdx":481},{"icon":{"paths":["M639.778 475.892h44.21l-51.012 226.178-66.324-318.010h-106.55l-77.114 318.010-57.816-318.010h-111.394l113.092 511.88h108.838l76.294-302.708 68.256 302.708h100.336l129.628-511.88h-170.446v91.832zM917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-word"],"defaultCode":60129,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":482,"order":486,"ligatures":"","prevSize":32,"name":"file-word","code":60130},"setIdx":0,"setId":0,"iconIdx":482},{"icon":{"paths":["M743.028 384h-135.292l-95.732 141.032-95.742-141.032h-135.29l162.162 242.464-182.972 269.536h251.838v-91.576h-50.156l50.156-74.994 111.396 166.57h140.444l-182.976-269.536 162.164-242.464zM917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"isMulticolor":false,"isMulticolor2":false,"tags":["file-excel"],"defaultCode":60130,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":483,"order":487,"ligatures":"","prevSize":32,"name":"file-excel","code":60131},"setIdx":0,"setId":0,"iconIdx":483},{"icon":{"paths":["M614.832 369.856v132.453c0 0-2.565 87.003-98.572 79.45l-112.324 0.455v366.468c0 8.312 6.771 15.062 15.082 15.062h421.761c8.278 0 15.061-6.75 15.061-15.062v-563.764c0-8.289-6.782-15.062-15.061-15.062zM436.672 73.072v160.666c0 0-3.093 105.514-119.549 96.373l-136.227 0.54v444.483c0 10.086 8.22 18.258 18.305 18.258h144.511v-226.987l54.706-57.72 0.080-0.29 132.935-140.843h0.746l54.925-57.952h141.888v-218.278c0-10.031-8.205-18.25-18.259-18.25zM403.040 0h307.691c50.448 0 91.366 40.914 91.366 91.32v218.28h38.685c41.603 0 75.331 33.742 75.331 75.313v563.775c0 41.61-33.728 75.312-75.331 75.312h-421.76c-41.593 0-75.309-33.703-75.309-75.312v-82.224h-144.516c-50.46 0-91.356-40.875-91.356-91.335v-463.677l66.357-70.010 0.095-0.341 161.216-170.811h0.911z"],"isMulticolor":false,"isMulticolor2":false,"tags":["copy1"],"defaultCode":60131,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":484,"order":488,"ligatures":"","prevSize":32,"name":"copy1","code":60132},"setIdx":0,"setId":0,"iconIdx":484},{"icon":{"paths":["M202.716 271.050l202.812 202.848h-127.928v257.484h236.225v137.025h-373.306v-394.509h-140.518zM474.506 155.784h412.622v378.822h137.016l-202.713 202.789-202.809-202.789h131.457v-241.798h-275.572z"],"isMulticolor":false,"isMulticolor2":false,"tags":["replace"],"defaultCode":60132,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":485,"order":489,"ligatures":"","prevSize":32,"name":"replace","code":60133},"setIdx":0,"setId":0,"iconIdx":485},{"icon":{"paths":["M528.871 837.759c-5.104 0-9.357 4.98-9.357 11.12v101.089c0 6.14 4.253 11.12 9.357 11.12h95.404c5.245 0 9.497-4.98 9.497-11.12v-101.089c0-6.14-4.252-11.12-9.497-11.12zM404.547 837.759c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.12 9.499 11.12h95.404c5.103 0 9.357-4.98 9.357-11.12v-101.089c0-6.14-4.255-11.12-9.357-11.12zM280.080 837.759c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.12 9.499 11.12h95.404c5.245 0 9.499-4.98 9.499-11.12v-101.089c0-6.14-4.253-11.12-9.499-11.12zM155.614 837.759c-5.103 0-9.355 4.98-9.355 11.12v101.089c0 6.14 4.252 11.12 9.355 11.12h95.405c5.247 0 9.499-4.98 9.499-11.12v-101.089c0-6.14-4.252-11.12-9.499-11.12zM777.801 701.979c-5.245 0-9.497 4.98-9.497 11.12v101.089c0 6.14 4.252 11.121 9.497 11.121h95.404c5.245 0 9.499-4.981 9.499-11.121v-101.089c0-6.14-4.253-11.12-9.499-11.12zM653.335 701.979c-5.245 0-9.497 4.98-9.497 11.12v101.089c0 6.14 4.252 11.121 9.497 11.121h95.407c5.245 0 9.496-4.981 9.496-11.121v-101.089c0-6.14-4.251-11.12-9.496-11.12zM528.871 701.979c-5.104 0-9.357 4.98-9.357 11.12v101.089c0 6.14 4.253 11.121 9.357 11.121h95.404c5.245 0 9.497-4.981 9.497-11.121v-101.089c0-6.14-4.252-11.12-9.497-11.12zM404.547 701.979c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.121 9.499 11.121h95.404c5.103 0 9.357-4.981 9.357-11.121v-101.089c0-6.14-4.255-11.12-9.357-11.12zM280.080 701.979c-5.245 0-9.499 4.98-9.499 11.12v101.089c0 6.14 4.253 11.121 9.499 11.121h95.404c5.245 0 9.499-4.981 9.499-11.121v-101.089c0-6.14-4.253-11.12-9.499-11.12zM155.614 701.979c-5.103 0-9.355 4.98-9.355 11.12v101.089c0 6.14 4.252 11.121 9.355 11.121h95.405c5.247 0 9.499-4.981 9.499-11.121v-101.089c0-6.14-4.252-11.12-9.499-11.12zM777.801 566.028c-5.245 0-9.497 4.981-9.497 10.959v101.252c0 6.144 4.252 11.124 9.497 11.124h95.404c5.245 0 9.499-4.98 9.499-11.124v-101.252c0-5.977-4.253-10.959-9.499-10.959zM653.335 566.028c-5.245 0-9.497 4.981-9.497 10.959v101.252c0 6.144 4.252 11.124 9.497 11.124h95.407c5.245 0 9.496-4.98 9.496-11.124v-101.252c0-5.977-4.251-10.959-9.496-10.959zM528.871 566.028c-5.104 0-9.357 4.981-9.357 10.959v101.252c0 6.144 4.253 11.124 9.357 11.124h95.404c5.245 0 9.497-4.98 9.497-11.124v-101.252c0-5.977-4.252-10.959-9.497-10.959zM404.547 566.028c-5.245 0-9.499 4.981-9.499 10.959v101.252c0 6.144 4.253 11.124 9.499 11.124h95.404c5.103 0 9.357-4.98 9.357-11.124v-101.252c0-5.977-4.255-10.959-9.357-10.959zM280.080 566.028c-5.245 0-9.499 4.981-9.499 10.959v101.252c0 6.144 4.253 11.124 9.499 11.124h95.404c5.245 0 9.499-4.98 9.499-11.124v-101.252c0-5.977-4.253-10.959-9.499-10.959zM155.614 566.028c-5.103 0-9.355 4.981-9.355 10.959v101.252c0 6.144 4.252 11.124 9.355 11.124h95.405c5.247 0 9.499-4.98 9.499-11.124v-101.252c0-5.977-4.252-10.959-9.499-10.959zM777.801 432.907c-5.245 0-9.497 4.977-9.497 11.12v101.252c0 5.979 4.252 10.959 9.497 10.959h95.404c5.245 0 9.499-4.98 9.499-10.959v-101.252c0-6.143-4.253-11.12-9.499-11.12zM653.335 432.907c-5.245 0-9.497 4.977-9.497 11.12v101.252c0 5.979 4.252 10.959 9.497 10.959h95.407c5.245 0 9.496-4.98 9.496-10.959v-101.252c0-6.143-4.251-11.12-9.496-11.12zM528.871 432.907c-5.104 0-9.357 4.977-9.357 11.12v101.252c0 5.979 4.253 10.959 9.357 10.959h95.404c5.245 0 9.497-4.98 9.497-10.959v-101.252c0-6.143-4.252-11.12-9.497-11.12zM404.547 432.907c-5.245 0-9.499 4.977-9.499 11.12v101.252c0 5.979 4.253 10.959 9.499 10.959h95.404c5.103 0 9.357-4.98 9.357-10.959v-101.252c0-6.143-4.255-11.12-9.357-11.12zM103.731 51.621v308.082h804.773v-308.082zM67.865 0h888.271c5.245 0 9.497 4.981 9.497 11.12v975.365c0 6.144-1.701 15.603-3.828 21.248l-9.496 11.619c-4.68 2.492-12.76 4.648-18.004 4.648h-844.608c-5.247 0-13.326-2.156-18.004-4.648l-9.64-11.619c-1.985-5.645-3.686-15.104-3.686-21.248v-975.365c0-6.14 4.254-11.12 9.499-11.12z"],"isMulticolor":false,"isMulticolor2":false,"tags":["week"],"defaultCode":60133,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":486,"order":490,"ligatures":"","prevSize":32,"name":"week","code":60134},"setIdx":0,"setId":0,"iconIdx":486},{"icon":{"paths":["M733.725 295.949v522.022h122.802v-522.022zM170.739 295.949v522.022h122.77v-522.022zM438.264 190.662l-22.849 67.612h194.723l-24.368-67.612zM415.655 168.334h192.707l51.857 89.94h232.036c72.769 0 131.762 54.978 131.762 122.813v351.734c0 67.85-58.993 122.843-131.762 122.843h-760.493c-72.753 0-131.763-54.993-131.763-122.843v-351.734c0-67.835 59.009-122.813 131.763-122.813h232.036z"],"isMulticolor":false,"isMulticolor2":false,"tags":["baggage"],"defaultCode":60134,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":487,"order":491,"ligatures":"","prevSize":32,"name":"baggage","code":60135},"setIdx":0,"setId":0,"iconIdx":487},{"icon":{"paths":["M191.166 329.379h136.774v577.939h105.019v-577.939h157.78v577.939h105.083v-577.939h136.772v694.765h-641.428zM126.98 112.818h769.8v99.472h-769.8zM335.572 0h352.663v90.878h-352.663z"],"isMulticolor":false,"isMulticolor2":false,"tags":["trash"],"defaultCode":60135,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":488,"order":492,"ligatures":"","prevSize":32,"name":"trash","code":60136},"setIdx":0,"setId":0,"iconIdx":488},{"icon":{"paths":["M88.57 955.84h886.236c18.731 0 34.042 15.353 34.042 34.060 0 18.79-15.311 34.1-34.042 34.1h-886.236c-18.729 0-34.042-15.31-34.042-34.1 0-18.707 15.313-34.060 34.042-34.060zM331.535 369.853l-248.272 249.935 157.96 161.957c13.749 13.833 48.813 37.771 68.188 37.771h104.73c19.416 0 46.979-23.937 60.73-37.771l131.647-136.812zM629.682 0c17.438 0 34.877 7.814 48.146 21.084l278.586 279.645c26.499 26.457 26.499 72.207 0 98.729l-425.897 430.494c-26.523 26.605-78.815 57.729-116.377 57.729h-104.73c-37.459 0-89.815-31.125-116.375-57.729l-157.96-167.29c-26.5-26.499-26.5-69.935 0-96.332l546.42-546.452c13.166-13.293 30.711-19.877 48.187-19.877z"],"isMulticolor":false,"isMulticolor2":false,"tags":["erase"],"defaultCode":60136,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":489,"order":493,"ligatures":"","prevSize":32,"name":"erase","code":60137},"setIdx":0,"setId":0,"iconIdx":489},{"icon":{"paths":["M557.61 676.24c0 0 234.191 55.807 256.508 278.821h-814.117c0 0 66.954-245.319 267.693-267.648l54.36 232.801 39.942-0.321 45.427-119.165-42.397-73.563h84.77l-40.646 75.446 51.832 116.487 31.151-0.25zM721.151 207.502c3.881-0.061 7.808 1.164 11.085 3.756l86.55 69.216c0.927 0.749 1.758 1.573 2.49 2.458l1.384 2.053 0.604 0.177c3.044 1.077 5.694 2.969 7.708 5.437 2.408 2.972 3.834 6.662 3.883 10.763l0.775 110.79c0.044 9.547-7.646 17.359-17.196 17.446-9.534 0.042-17.332-7.639-17.418-17.206l-0.771-102.937-0.623-0.275c-0.864-0.474-1.701-1.029-2.502-1.669l-86.513-69.196c-7.448-5.987-8.658-16.859-2.723-24.365 3.363-4.163 8.277-6.368 13.267-6.447zM401.426 200.317c33.843 0 65.776 7.706 94.582 21.095-8.652 26.989-13.395 55.697-13.395 85.511 0 93.086 45.61 175.496 115.472 226.751-38.319 69.217-111.983 116.086-196.66 116.086-124.119 0-224.722-100.616-224.722-224.733 0-124.113 100.603-224.711 224.722-224.711zM786.072 138.226c-92.958 0-168.706 75.661-168.706 168.701 0 93.019 75.748 168.723 168.706 168.723 93.042 0 168.708-75.705 168.708-168.723 0-93.040-75.666-168.701-168.708-168.701zM786.072 68.989c131.44 0 237.961 106.559 237.961 237.939 0 131.359-106.521 237.917-237.961 237.917-131.347 0-237.911-106.558-237.911-237.917 0-131.38 106.564-237.939 237.911-237.939z"],"isMulticolor":false,"isMulticolor2":false,"tags":["usertime"],"defaultCode":60137,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":490,"order":494,"ligatures":"","prevSize":32,"name":"usertime","code":60138},"setIdx":0,"setId":0,"iconIdx":490},{"icon":{"paths":["M725.568 895.040c17.92 0 33.024 6.208 45.248 18.56 12.256 12.32 18.368 27.584 18.368 45.664 0 20.128-6.4 35.968-19.2 47.456s-27.616 17.248-44.384 17.248c-17.408 0-32.576-5.696-45.504-17.024-12.96-11.392-19.424-27.232-19.424-47.68 0-18.080 6.24-33.344 18.784-45.664s27.904-18.56 46.144-18.56zM735.808 371.008c41.28 0 77.728 7.68 109.344 23.040 31.584 15.456 56 36.32 73.184 62.784 17.248 26.464 25.888 55.232 25.888 86.24 0 24.48-4.896 45.92-14.72 64.288s-21.504 34.304-35.008 47.648c-13.536 13.408-37.824 35.936-72.832 67.52-9.696 8.864-17.44 16.736-23.296 23.488s-10.176 12.928-13.024 18.528c-2.816 5.632-5.024 11.2-6.592 16.832s-3.936 15.456-7.040 29.536c-5.408 29.888-22.368 44.864-50.816 44.864-14.784 0-27.264-4.896-37.376-14.688s-15.136-24.288-15.136-43.552c0-24.16 3.648-45.088 11.104-62.752s17.216-33.184 29.472-46.56c12.256-13.408 28.768-29.248 49.536-47.648 18.24-16.128 31.392-28.224 39.52-36.448s14.944-17.312 20.48-27.424c5.6-10.016 8.352-20.96 8.352-32.736 0-23.008-8.48-42.4-25.44-58.24-16.928-15.808-38.784-23.744-65.504-23.744-31.328 0-54.4 8-69.216 23.968s-27.36 39.456-37.568 70.496c-9.696 32.544-28.064 48.8-55.168 48.8-15.904 0-29.344-5.728-40.288-17.056s-16.448-23.648-16.448-36.864c0-27.328 8.672-54.976 26.048-83.040 17.344-28.032 42.688-51.232 76-69.632s72.192-27.584 116.608-27.584zM389.792 0h359.008c72.672 0 131.232 57.792 133.408 129.76h0.352v3.232l0.064 13.12-0.064 191.232h-67.232v-207.264c-1.952-35.2-30.784-63.264-66.528-63.264h-334.528v193.6c0 40.704-33.248 74.048-74.080 74.048h-193.472v535.328c0 36.832 29.952 66.88 66.88 66.88h328.416v66.944h-328.416c-73.888 0-133.792-60.064-133.792-133.792v-558.752c0.064-1.184 0.352-2.304 0.544-3.488 0.608-2.496 0.864-3.328 1.28-4.128 1.056-2.784 1.6-4 2.144-5.024 1.28-2.336 2.24-3.84 3.2-5.248 1.92-2.592 2.816-3.68 3.712-4.832 2.592-2.976 4.064-4.576 5.696-6.272l265.536-265.504c1.632-1.632 3.2-3.104 4.8-4.384 2.528-2.176 3.552-3.040 4.64-3.776 2.88-2.080 4.288-2.88 5.408-3.648l2.496-1.248c2.432-1.152 3.264-1.504 4.096-1.792 2.432-0.832 4.416-1.28 6.368-1.504z"],"isMulticolor":false,"isMulticolor2":false,"tags":["helpfile"],"defaultCode":60138,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":491,"order":495,"ligatures":"","prevSize":32,"name":"helpfile","code":60139},"setIdx":0,"setId":0,"iconIdx":491},{"icon":{"paths":["M398.176 319.488v137.6c-19.008 10.912-31.616 31.104-31.616 54.208 0 6.080 0.864 11.936 2.496 17.504l-0.096-0.448-51.52 51.52c-5.696 5.76-9.216 13.696-9.216 22.464 0 17.664 14.336 32 32 32 8.768 0 16.704-3.52 22.464-9.216v0l51.52-51.52c4.992 1.408 10.752 2.208 16.672 2.208 35.168 0 63.712-28.512 63.712-63.712 0-23.68-12.928-44.352-32.096-55.328l-0.32-0.16v-137.152c0-17.664-14.336-32-32-32s-32 14.336-32 32v0zM433.92 128c199.2 2.112 361.92 155.456 378.912 350.528l0.096 1.44h67.072c8.832 0 16 7.168 16 16 0 3.392-1.056 6.56-2.88 9.152l0.032-0.064-113.472 163.904c-2.912 4.192-7.712 6.88-13.152 6.88s-10.24-2.688-13.12-6.848l-0.032-0.064-113.472-163.904c-1.792-2.528-2.848-5.696-2.848-9.12 0-8.832 7.168-16 16-16h63.584c-16.576-142.656-135.2-252.8-280.16-255.936h-0.32c-0.736 0-1.6 0-2.496 0-156.608 0-284.352 123.616-291.008 278.592l-0.032 0.608c-0.096 2.688-0.128 5.824-0.128 8.992 0 158.944 128.864 287.776 287.808 287.776 76.64 0 146.304-29.952 197.888-78.816l-0.128 0.128c5.696-5.472 13.44-8.832 21.984-8.832 10.784 0 20.32 5.376 26.048 13.568l0.064 0.096 18.304 26.464c3.52 5.12 5.6 11.424 5.6 18.208 0 9.6-4.16 18.208-10.784 24.128l-0.032 0.032c-68.032 62.624-159.2 101.024-259.328 101.024-211.776 0-383.456-171.68-383.456-383.456 0-5.664 0.128-11.296 0.352-16.896l-0.032 0.8c10.56-205.6 179.808-368.32 387.040-368.448v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clocktime"],"defaultCode":60139,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":492,"order":496,"ligatures":"","prevSize":32,"name":"clocktime","code":60140},"setIdx":0,"setId":0,"iconIdx":492},{"icon":{"paths":["M0 812.64h1023.904v129.984h-1023.904zM0 568.832h1023.904v130.080h-1023.904zM0 324.992h1023.904v130.080h-1023.904zM0 81.248h1023.904v130.080h-1023.904z"],"isMulticolor":false,"isMulticolor2":false,"tags":["table"],"defaultCode":60140,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":493,"order":497,"ligatures":"","prevSize":32,"name":"table","code":60141},"setIdx":0,"setId":0,"iconIdx":493},{"icon":{"paths":["M60.459 0v1024h899.627v-1024h-899.627zM917.419 981.333h-814.293v-938.667h814.293v938.667zM178.517 179.328h283.349v42.667h-283.349v-42.667zM859.264 370.56h-219.776v-1.493h-42.667v1.451h-428.757v561.024h691.2v-560.981zM816.597 413.227v89.131h-177.109v-89.131h177.109zM596.779 671.915v86.272h-386.048v-86.272h386.048zM210.731 629.248v-84.224h386.048v84.224h-386.048zM639.445 671.915h177.109v86.272h-177.109v-86.272zM816.597 629.248h-177.109v-84.224h177.109v84.224zM596.779 413.227v89.131h-386.048v-89.131h386.048zM210.731 800.896h386.048v88.021h-386.048v-88.021zM639.445 888.917v-88.021h177.109v88.021h-177.109z"],"isMulticolor":false,"isMulticolor2":false,"tags":["report"],"defaultCode":60141,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":494,"order":498,"ligatures":"","prevSize":32,"name":"report","code":60142},"setIdx":0,"setId":0,"iconIdx":494},{"icon":{"paths":["M167.392 677.856h323.424c0 0 5.92 31.904 7.36 37.856h-330.752c-8.672 0-15.68-7.008-15.68-15.68v-6.496c0-8.64 7.008-15.68 15.68-15.68zM166.656 556.896h286.112c0.128 1.76 0.032 3.552-0.64 5.28l-12.544 32.576h-272.928c-8.672 0-15.68-7.008-15.68-15.68v-6.464c0-8.672 7.008-15.68 15.68-15.68zM164.512 438.176h277.888l4 8.96c1.888 4.288 0.96 9.344-2.336 12.704l-16.16 16.16h-263.424c-8.64 0-15.68-7.008-15.68-15.68v-6.496c0-8.64 7.008-15.68 15.68-15.68zM742.88 333.92c-99.616 0-180.352 80.736-180.352 180.352s80.736 180.416 180.352 180.416c99.616 0 180.384-80.8 180.384-180.416s-80.768-180.352-180.384-180.352zM164 320.64h326.816v33.952c0 1.344-0.256 2.656-0.704 3.872h-326.112c-8.672 0-15.68-7.008-15.68-15.68v-6.496c0-8.672 7.008-15.68 15.68-15.68zM742.88 236.32c3.744 0 7.52 1.44 10.4 4.288l28.96 28.928c3.136 3.168 7.872 4.032 11.904 2.24l37.536-16.576c7.424-3.328 16.064 0.096 19.36 7.488l19.52 44.032c1.792 4.032 5.856 6.688 10.336 6.688h48.16c8.096 0 14.688 6.56 14.688 14.688v40.992c0 4.448 2.752 8.416 6.88 9.984l38.272 14.784c7.584 2.912 11.36 11.456 8.448 19.008l-17.344 44.896c-1.632 4.16-0.608 8.928 2.528 12.064l34.080 34.016c5.76 5.76 5.76 15.072 0 20.832l-28.992 28.96c-3.104 3.104-4 7.84-2.208 11.904l16.576 37.472c3.296 7.456-0.064 16.128-7.488 19.424l-44 19.52c-4.064 1.792-6.72 5.888-6.72 10.336v48.096c0 8.16-6.56 14.752-14.688 14.752h-1.664l94.592 227.36c2.048 4.896-2.944 9.792-7.808 7.616l-110.432-48.736c-3.712-1.632-8.032 0.096-9.536 3.84l-45.12 109.696c-2.048 5.056-9.152 5.056-11.264 0.064l-91.808-220.192c-0.384-0.992-0.48-2.048-0.704-3.008-1.984 0.288-3.968 0.256-5.92-0.224l-91.84 220.608c-2.080 4.992-9.216 4.992-11.232-0.032l-45.12-109.696c-1.536-3.712-5.824-5.504-9.568-3.84l-110.432 48.736c-4.864 2.144-9.856-2.72-7.808-7.616l93.44-224.576h-0.128c-8.096 0-14.688-6.592-14.688-14.752v-40.96c0-4.416-2.752-8.416-6.88-9.984l-38.24-14.784c-7.616-2.912-11.36-11.424-8.448-18.976l17.312-44.96c1.6-4.16 0.576-8.864-2.56-12.032l-34.048-34.016c-5.728-5.76-5.728-15.072 0-20.832l29.056-28.992c3.104-3.136 3.968-7.904 2.176-11.904l-16.64-37.504c-3.264-7.392 0.064-16.096 7.456-19.424l44.064-19.456c4.064-1.792 6.688-5.856 6.688-10.304v-48.16c0-8.128 6.592-14.688 14.688-14.688h40.992c4.384 0 8.384-2.752 9.952-6.88l14.752-38.24c2.912-7.552 11.456-11.328 19.040-8.416l44.928 17.312c4.192 1.664 8.928 0.608 12.096-2.528l34.016-34.048c2.88-2.88 6.624-4.288 10.4-4.288zM163.84 188.256h206.944c8.672 0 15.68 7.008 15.68 15.68v6.496c0 8.672-7.008 15.68-15.68 15.68h-206.944c-8.672 0-15.68-7.008-15.68-15.68v-6.496c0-8.672 7.008-15.68 15.68-15.68zM26.208 4.032h721.28c14.464 0 26.24 11.776 26.24 26.208v178.016l-15.84-15.808c-3.936-3.936-9.152-6.112-14.72-6.112s-10.784 2.176-14.72 6.080l-22.848 22.88v-122.368c0-11.456-9.344-20.8-20.832-20.8h-595.84c-11.456 0-20.768 9.312-20.768 20.8v752.64c0 11.488 9.312 20.8 20.768 20.8h353.088l-28.352 68.16h-387.456c-14.464 0-26.208-11.776-26.208-26.24v-878.080c0-14.464 11.776-26.208 26.208-26.208z"],"isMulticolor":false,"isMulticolor2":false,"tags":["aggrement"],"defaultCode":60142,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":495,"order":499,"ligatures":"","prevSize":32,"name":"aggrement","code":60143},"setIdx":0,"setId":0,"iconIdx":495},{"icon":{"paths":["M440.576 342.464l60.768 30.496c17.28 621.056 391.136 651.072 391.136 651.072h-349.152c-203.36-163.936-150.208-654.496-150.208-654.496zM668.576 0.032c142.592-1.92 235.296 118.048 227.392 277.472-66.24-160.736-267.712-179.616-353.248-91.712 201.44-23.968 480.896 116.736 283.072 519.648-39.52-307.584-277.504-402.88-381.216-417.376-144.448 10.464-335.36 168.896-344.992 414.976-306.4-398.048 184.736-544.512 303.2-499.232-27.104-64.352-194.304-117.44-368.608 28.928 63.296-411.712 413.824-146.816 413.824-146.816 80.672-58.976 155.776-85.024 220.576-85.888z"],"isMulticolor":false,"isMulticolor2":false,"tags":["vacancydays"],"defaultCode":60143,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":496,"order":500,"ligatures":"","prevSize":32,"name":"vacancydays","code":60144},"setIdx":0,"setId":0,"iconIdx":496}],"height":1024,"metadata":{"name":"appicons"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"appicons","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"showSelector":false,"showMetrics":false,"showMetadata":false,"showVersion":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"appicons","classSelector":".icon","height":32,"columns":16,"margin":16},"historySize":50,"gridSize":16}} \ No newline at end of file diff --git a/icons/appicons.zip b/icons/appicons.zip new file mode 100644 index 0000000..20588c0 Binary files /dev/null and b/icons/appicons.zip differ diff --git a/icons/credit_cards_card.svg b/icons/credit_cards_card.svg new file mode 100644 index 0000000..03d04c5 --- /dev/null +++ b/icons/credit_cards_card.svg @@ -0,0 +1,7 @@ + + + + + Svg Vector Icons : http://www.onlinewebfonts.com/icon + + \ No newline at end of file diff --git a/public_html/css/font/appicons.eot b/public_html/css/font/appicons.eot deleted file mode 100644 index 05d3ba4..0000000 Binary files a/public_html/css/font/appicons.eot and /dev/null differ diff --git a/public_html/css/font/appicons.svg b/public_html/css/font/appicons.svg deleted file mode 100644 index 87b7aee..0000000 --- a/public_html/css/font/appicons.svg +++ /dev/null @@ -1,356 +0,0 @@ - - - -Copyright (C) 2023 by original authors @ fontello.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public_html/css/font/appicons.ttf b/public_html/css/font/appicons.ttf deleted file mode 100644 index 1f711a9..0000000 Binary files a/public_html/css/font/appicons.ttf and /dev/null differ diff --git a/public_html/css/font/appicons.woff b/public_html/css/font/appicons.woff deleted file mode 100644 index e3ec0ef..0000000 Binary files a/public_html/css/font/appicons.woff and /dev/null differ diff --git a/public_html/css/font/appicons.woff2 b/public_html/css/font/appicons.woff2 deleted file mode 100644 index dea8f68..0000000 Binary files a/public_html/css/font/appicons.woff2 and /dev/null differ diff --git a/public_html/css/fonts/appicons.svg b/public_html/css/fonts/appicons.svg new file mode 100644 index 0000000..2e1c14f --- /dev/null +++ b/public_html/css/fonts/appicons.svg @@ -0,0 +1,507 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public_html/css/fonts/pot.eot b/public_html/css/fonts/appicons.ttf similarity index 73% rename from public_html/css/fonts/pot.eot rename to public_html/css/fonts/appicons.ttf index 17c0576..8d37ebe 100644 Binary files a/public_html/css/fonts/pot.eot and b/public_html/css/fonts/appicons.ttf differ diff --git a/public_html/css/fonts/appicons.woff b/public_html/css/fonts/appicons.woff new file mode 100644 index 0000000..d1ac496 Binary files /dev/null and b/public_html/css/fonts/appicons.woff differ diff --git a/public_html/css/icons.css b/public_html/css/icons.css index 2953835..452bc9f 100644 --- a/public_html/css/icons.css +++ b/public_html/css/icons.css @@ -1,10 +1,9 @@ @font-face { - font-family: 'pot'; - src: url('fonts/pot.eot?c2nhyy'); - src: url('fonts/pot.eot?c2nhyy#iefix') format('embedded-opentype'), - url('fonts/pot.ttf?c2nhyy') format('truetype'), - url('fonts/pot.woff?c2nhyy') format('woff'), - url('fonts/pot.svg?c2nhyy#pot') format('svg'); + font-family: 'appicons'; + src: + url('fonts/appicons.ttf?6tmy7g') format('truetype'), + url('fonts/appicons.woff?6tmy7g') format('woff'), + url('fonts/appicons.svg?6tmy7g#appicons') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -12,7 +11,7 @@ [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'pot' !important; + font-family: 'appicons' !important; speak: never; font-style: normal; font-weight: normal; @@ -25,1491 +24,1494 @@ -moz-osx-font-smoothing: grayscale; } -.icon-table:before { - content: "\eaec"; +.icon-credit_cards_card:before { + content: "\e900"; } -.icon-report:before { - content: "\eaed"; +.icon-home:before { + content: "\e901"; } -.icon-aggrement:before { - content: "\eaee"; +.icon-home2:before { + content: "\e902"; } -.icon-vacancydays:before { - content: "\eaef"; +.icon-home3:before { + content: "\e903"; } -.icon-sendemail:before { - content: "\ea15"; +.icon-office:before { + content: "\e904"; } -.icon-excel:before { - content: "\ea16"; +.icon-newspaper:before { + content: "\e905"; } -.icon-Lock_Information:before { - content: "\ea17"; +.icon-pencil:before { + content: "\e906"; } -.icon-lock:before { - content: "\ea18"; +.icon-pencil2:before { + content: "\e907"; } -.icon-info:before { - content: "\ea19"; +.icon-quill:before { + content: "\e908"; } -.icon-info_circle:before { - content: "\ea1a"; +.icon-pen:before { + content: "\e909"; } -.icon-help:before { - content: "\ea1b"; +.icon-blog:before { + content: "\e90a"; } -.icon-helpfile:before { - content: "\eaea"; +.icon-eyedropper:before { + content: "\e90b"; } -.icon-clocktime:before { - content: "\eaeb"; +.icon-droplet:before { + content: "\e90c"; } -.icon-home:before { - content: "\e900"; +.icon-paint-format:before { + content: "\e90d"; } -.icon-file-pdf:before { - content: "\eadf"; +.icon-image:before { + content: "\e90e"; } -.icon-file-excel:before { - content: "\eae2"; +.icon-images:before { + content: "\e90f"; } -.icon-cubelight:before { - content: "\ea87"; +.icon-camera:before { + content: "\e910"; } -.icon-cube:before { - content: "\ea88"; +.icon-headphones:before { + content: "\e911"; } -.icon-bulletlist:before { - content: "\ea89"; +.icon-music:before { + content: "\e912"; } -.icon-eye-open:before { - content: "\ea8a"; +.icon-play:before { + content: "\e913"; } -.icon-eye-close:before { - content: "\ea8b"; +.icon-film:before { + content: "\e914"; } -.icon-arrowhead_down:before { - content: "\ea8c"; +.icon-video-camera:before { + content: "\e915"; } -.icon-arrowhead_up:before { - content: "\ea8d"; +.icon-dice:before { + content: "\e916"; } -.icon-sandclock:before { - content: "\ea8e"; +.icon-pacman:before { + content: "\e917"; } -.icon-sum:before { - content: "\ea8f"; +.icon-spades:before { + content: "\e918"; } -.icon-rndcheck-not:before { - content: "\ea90"; +.icon-clubs:before { + content: "\e919"; } -.icon-rndcheck-ok:before { - content: "\ea91"; +.icon-diamonds:before { + content: "\e91a"; } -.icon-clock1:before { - content: "\ea92"; +.icon-bullhorn:before { + content: "\e91b"; } -.icon-pause1:before { - content: "\ea93"; +.icon-connection:before { + content: "\e91c"; } -.icon-shop:before { - content: "\ea94"; +.icon-podcast:before { + content: "\e91d"; } -.icon-template:before { - content: "\ea95"; +.icon-feed:before { + content: "\e91e"; } -.icon-remove:before { - content: "\ea96"; +.icon-mic:before { + content: "\e91f"; } -.icon-access:before { - content: "\ea97"; +.icon-book:before { + content: "\e920"; } -.icon-address:before { - content: "\ea98"; +.icon-books:before { + content: "\e921"; } -.icon-apps:before { - content: "\ea99"; +.icon-library:before { + content: "\e922"; } -.icon-archive:before { - content: "\ea9a"; +.icon-file-text:before { + content: "\e923"; } -.icon-calendar1:before { - content: "\ea9b"; +.icon-profile:before { + content: "\e924"; } -.icon-code:before { - content: "\ea9c"; +.icon-file-empty:before { + content: "\e925"; } -.icon-coin:before { - content: "\ea9d"; +.icon-files-empty:before { + content: "\e926"; } -.icon-company:before { - content: "\ea9e"; +.icon-file-text2:before { + content: "\e927"; } -.icon-cube1:before { - content: "\ea9f"; +.icon-file-picture:before { + content: "\e928"; } -.icon-cubelight1:before { - content: "\eaa0"; +.icon-file-music:before { + content: "\e929"; } -.icon-dashboard:before { - content: "\eaa1"; +.icon-file-play:before { + content: "\e92a"; } -.icon-datarefresh:before { - content: "\eaa2"; +.icon-file-video:before { + content: "\e92b"; } -.icon-documentsave:before { - content: "\eaa3"; +.icon-file-zip:before { + content: "\e92c"; } -.icon-documents:before { - content: "\eaa4"; +.icon-copy:before { + content: "\e92d"; } -.icon-download1:before { - content: "\eaa5"; +.icon-paste:before { + content: "\e92e"; } -.icon-duplicate1:before { - content: "\eaa6"; +.icon-stack:before { + content: "\e92f"; } -.icon-edit:before { - content: "\eaa7"; +.icon-folder:before { + content: "\e930"; } -.icon-excel1:before { - content: "\eaa8"; +.icon-folder-open:before { + content: "\e931"; } -.icon-expand:before { - content: "\eaa9"; +.icon-folder-plus:before { + content: "\e932"; } -.icon-file:before { - content: "\eaaa"; +.icon-folder-minus:before { + content: "\e933"; } -.icon-Floppy:before { - content: "\eaab"; +.icon-folder-download:before { + content: "\e934"; } -.icon-folder1:before { - content: "\eaac"; +.icon-folder-upload:before { + content: "\e935"; } -.icon-folder_add:before { - content: "\eaad"; +.icon-price-tag:before { + content: "\e936"; } -.icon-folder_delete:before { - content: "\eaae"; +.icon-price-tags:before { + content: "\e937"; } -.icon-folder_find:before { - content: "\eaaf"; +.icon-barcode:before { + content: "\e938"; } -.icon-globe:before { - content: "\eab0"; +.icon-qrcode:before { + content: "\e939"; } -.icon-group:before { - content: "\eab1"; +.icon-ticket:before { + content: "\e93a"; } -.icon-home1:before { - content: "\eab2"; +.icon-cart:before { + content: "\e93b"; } -.icon-inbox:before { - content: "\eab3"; +.icon-coin-dollar:before { + content: "\e93c"; } -.icon-library1:before { - content: "\eab4"; +.icon-coin-euro:before { + content: "\e93d"; } -.icon-license:before { - content: "\eab5"; +.icon-coin-pound:before { + content: "\e93e"; } -.icon-list1:before { - content: "\eab6"; +.icon-coin-yen:before { + content: "\e93f"; } -.icon-log:before { - content: "\eab7"; +.icon-credit-card:before { + content: "\e940"; } -.icon-logout:before { - content: "\eab8"; +.icon-calculator:before { + content: "\e941"; } -.icon-menu1:before { - content: "\eab9"; +.icon-lifebuoy:before { + content: "\e942"; } -.icon-newspaper1:before { - content: "\eaba"; +.icon-phone:before { + content: "\e943"; } -.icon-numberlist:before { - content: "\eabb"; +.icon-phone-hang-up:before { + content: "\e944"; } -.icon-package:before { - content: "\eabc"; +.icon-address-book:before { + content: "\e945"; } -.icon-pay:before { - content: "\eac3"; +.icon-envelop:before { + content: "\e946"; } -.icon-pdf:before { - content: "\eac4"; +.icon-pushpin:before { + content: "\e947"; } -.icon-pdfexport:before { - content: "\eac5"; +.icon-location:before { + content: "\e948"; } -.icon-pictures:before { - content: "\eac6"; +.icon-location2:before { + content: "\e949"; } -.icon-plus1:before { - content: "\eac7"; +.icon-compass:before { + content: "\e94a"; } -.icon-untitled:before { - content: "\eac8"; +.icon-compass2:before { + content: "\e94b"; } -.icon-dataset:before { - content: "\eac9"; +.icon-map:before { + content: "\e94c"; } -.icon-check:before { - content: "\eaca"; +.icon-map2:before { + content: "\e94d"; } -.icon-projects:before { - content: "\eacb"; +.icon-history:before { + content: "\e94e"; } -.icon-rename:before { - content: "\eacc"; +.icon-clock:before { + content: "\e94f"; } -.icon-Save:before { - content: "\eacd"; +.icon-clock2:before { + content: "\e950"; } -.icon-squares:before { - content: "\eace"; +.icon-alarm:before { + content: "\e951"; } -.icon-table1:before { - content: "\eacf"; +.icon-bell:before { + content: "\e952"; } -.icon-upload1:before { - content: "\ead0"; +.icon-stopwatch:before { + content: "\e953"; } -.icon-user1:before { - content: "\ead1"; +.icon-calendar:before { + content: "\e954"; } -.icon-staff:before { - content: "\ead2"; +.icon-printer:before { + content: "\e955"; } -.icon-back:before { - content: "\ead3"; +.icon-keyboard:before { + content: "\e956"; } -.icon-next1:before { - content: "\ead4"; +.icon-display:before { + content: "\e957"; } -.icon-sendemail1:before { - content: "\ead5"; +.icon-laptop:before { + content: "\e958"; } -.icon-exit1:before { - content: "\ead6"; +.icon-mobile:before { + content: "\e959"; } -.icon-key1:before { - content: "\ead8"; +.icon-mobile2:before { + content: "\e95a"; } -.icon-duplicate:before { - content: "\eadb"; +.icon-tablet:before { + content: "\e95b"; } -.icon-paste1:before { - content: "\eae0"; +.icon-tv:before { + content: "\e95c"; } -.icon-copy1:before { - content: "\eae3"; +.icon-drawer:before { + content: "\e95d"; } -.icon-replace:before { - content: "\eae4"; +.icon-drawer2:before { + content: "\e95e"; } -.icon-week:before { - content: "\eae5"; +.icon-box-add:before { + content: "\e95f"; } -.icon-baggage:before { - content: "\eae6"; +.icon-box-remove:before { + content: "\e960"; } -.icon-trash:before { - content: "\eae7"; +.icon-download:before { + content: "\e961"; } -.icon-erase:before { - content: "\eae8"; +.icon-upload:before { + content: "\e962"; } -.icon-usertime:before { - content: "\eae9"; +.icon-floppy-disk:before { + content: "\e963"; } -.icon-home2:before { - content: "\e901"; +.icon-drive:before { + content: "\e964"; } -.icon-home3:before { - content: "\e902"; +.icon-database:before { + content: "\e965"; } -.icon-office:before { - content: "\e903"; +.icon-undo:before { + content: "\e966"; } -.icon-newspaper:before { - content: "\e904"; +.icon-redo:before { + content: "\e967"; } -.icon-pencil:before { - content: "\e905"; +.icon-undo2:before { + content: "\e968"; } -.icon-pencil2:before { - content: "\e906"; +.icon-redo2:before { + content: "\e969"; } -.icon-quill:before { - content: "\e907"; +.icon-forward:before { + content: "\e96a"; } -.icon-pen:before { - content: "\e908"; +.icon-reply:before { + content: "\e96b"; } -.icon-blog:before { - content: "\e909"; +.icon-bubble:before { + content: "\e96c"; } -.icon-eyedropper:before { - content: "\e90a"; +.icon-bubbles:before { + content: "\e96d"; } -.icon-droplet:before { - content: "\e90b"; +.icon-bubbles2:before { + content: "\e96e"; } -.icon-paint-format:before { - content: "\e90c"; +.icon-bubble2:before { + content: "\e96f"; +} +.icon-bubbles3:before { + content: "\e970"; } -.icon-image:before { - content: "\e90d"; +.icon-bubbles4:before { + content: "\e971"; } -.icon-images:before { - content: "\e90e"; +.icon-user:before { + content: "\e972"; } -.icon-camera:before { - content: "\e90f"; +.icon-users:before { + content: "\e973"; } -.icon-headphones:before { - content: "\e910"; +.icon-user-plus:before { + content: "\e974"; } -.icon-music:before { - content: "\e911"; +.icon-user-minus:before { + content: "\e975"; } -.icon-play:before { - content: "\e912"; +.icon-user-check:before { + content: "\e976"; } -.icon-film:before { - content: "\e913"; +.icon-user-tie:before { + content: "\e977"; } -.icon-video-camera:before { - content: "\e914"; +.icon-quotes-left:before { + content: "\e978"; } -.icon-dice:before { - content: "\e915"; +.icon-quotes-right:before { + content: "\e979"; } -.icon-pacman:before { - content: "\e916"; +.icon-hour-glass:before { + content: "\e97a"; } -.icon-spades:before { - content: "\e917"; +.icon-spinner:before { + content: "\e97b"; } -.icon-clubs:before { - content: "\e918"; +.icon-spinner2:before { + content: "\e97c"; } -.icon-diamonds:before { - content: "\e919"; +.icon-spinner3:before { + content: "\e97d"; } -.icon-bullhorn:before { - content: "\e91a"; +.icon-spinner4:before { + content: "\e97e"; } -.icon-connection:before { - content: "\e91b"; +.icon-spinner5:before { + content: "\e97f"; } -.icon-podcast:before { - content: "\e91c"; +.icon-spinner6:before { + content: "\e980"; } -.icon-feed:before { - content: "\e91d"; +.icon-spinner7:before { + content: "\e981"; } -.icon-mic:before { - content: "\e91e"; +.icon-spinner8:before { + content: "\e982"; } -.icon-book:before { - content: "\e91f"; +.icon-spinner9:before { + content: "\e983"; } -.icon-books:before { - content: "\e920"; +.icon-spinner10:before { + content: "\e984"; } -.icon-library:before { - content: "\e921"; +.icon-spinner11:before { + content: "\e985"; } -.icon-file-text:before { - content: "\e922"; +.icon-binoculars:before { + content: "\e986"; } -.icon-profile:before { - content: "\e923"; +.icon-search:before { + content: "\e987"; } -.icon-file-empty:before { - content: "\e924"; +.icon-zoom-in:before { + content: "\e988"; } -.icon-files-empty:before { - content: "\e925"; +.icon-zoom-out:before { + content: "\e989"; } -.icon-file-text2:before { - content: "\e926"; +.icon-enlarge:before { + content: "\e98a"; } -.icon-file-picture:before { - content: "\e927"; +.icon-shrink:before { + content: "\e98b"; } -.icon-file-music:before { - content: "\e928"; +.icon-enlarge2:before { + content: "\e98c"; } -.icon-file-play:before { - content: "\e929"; +.icon-shrink2:before { + content: "\e98d"; } -.icon-file-video:before { - content: "\e92a"; +.icon-key:before { + content: "\e98e"; } -.icon-file-zip:before { - content: "\e92b"; +.icon-key2:before { + content: "\e98f"; } -.icon-copy:before { - content: "\e92c"; +.icon-lock1:before { + content: "\e990"; } -.icon-paste:before { - content: "\e92d"; +.icon-unlocked:before { + content: "\e991"; } -.icon-stack:before { - content: "\e92e"; +.icon-wrench:before { + content: "\e992"; } -.icon-folder:before { - content: "\e92f"; +.icon-equalizer:before { + content: "\e993"; } -.icon-folder-open:before { - content: "\e930"; +.icon-equalizer2:before { + content: "\e994"; } -.icon-folder-plus:before { - content: "\e931"; +.icon-cog:before { + content: "\e995"; } -.icon-folder-minus:before { - content: "\e932"; +.icon-cogs:before { + content: "\e996"; } -.icon-folder-download:before { - content: "\e933"; +.icon-hammer:before { + content: "\e997"; } -.icon-folder-upload:before { - content: "\e934"; +.icon-magic-wand:before { + content: "\e998"; } -.icon-price-tag:before { - content: "\e935"; +.icon-aid-kit:before { + content: "\e999"; } -.icon-price-tags:before { - content: "\e936"; +.icon-bug:before { + content: "\e99a"; } -.icon-barcode:before { - content: "\e937"; +.icon-pie-chart:before { + content: "\e99b"; } -.icon-qrcode:before { - content: "\e938"; +.icon-stats-dots:before { + content: "\e99c"; } -.icon-ticket:before { - content: "\e939"; +.icon-stats-bars:before { + content: "\e99d"; } -.icon-cart:before { - content: "\e93a"; +.icon-stats-bars2:before { + content: "\e99e"; } -.icon-coin-dollar:before { - content: "\e93b"; +.icon-trophy:before { + content: "\e99f"; } -.icon-coin-euro:before { - content: "\e93c"; +.icon-gift:before { + content: "\e9a0"; } -.icon-coin-pound:before { - content: "\e93d"; +.icon-glass:before { + content: "\e9a1"; } -.icon-coin-yen:before { - content: "\e93e"; +.icon-glass2:before { + content: "\e9a2"; } -.icon-credit-card:before { - content: "\e93f"; +.icon-mug:before { + content: "\e9a3"; } -.icon-calculator:before { - content: "\e940"; +.icon-spoon-knife:before { + content: "\e9a4"; } -.icon-lifebuoy:before { - content: "\e941"; +.icon-leaf:before { + content: "\e9a5"; } -.icon-phone:before { - content: "\e942"; +.icon-rocket:before { + content: "\e9a6"; } -.icon-phone-hang-up:before { - content: "\e943"; +.icon-meter:before { + content: "\e9a7"; } -.icon-address-book:before { - content: "\e944"; +.icon-meter2:before { + content: "\e9a8"; } -.icon-envelop:before { - content: "\e945"; +.icon-hammer2:before { + content: "\e9a9"; } -.icon-pushpin:before { - content: "\e946"; +.icon-fire:before { + content: "\e9aa"; } -.icon-location:before { - content: "\e947"; +.icon-lab:before { + content: "\e9ab"; } -.icon-location2:before { - content: "\e948"; +.icon-magnet:before { + content: "\e9ac"; } -.icon-compass:before { - content: "\e949"; +.icon-bin:before { + content: "\e9ad"; } -.icon-compass2:before { - content: "\e94a"; +.icon-bin2:before { + content: "\e9ae"; } -.icon-map:before { - content: "\e94b"; +.icon-briefcase:before { + content: "\e9af"; } -.icon-map2:before { - content: "\e94c"; +.icon-airplane:before { + content: "\e9b0"; } -.icon-history:before { - content: "\e94d"; +.icon-truck:before { + content: "\e9b1"; } -.icon-clock:before { - content: "\e94e"; +.icon-road:before { + content: "\e9b2"; } -.icon-clock2:before { - content: "\e94f"; +.icon-accessibility:before { + content: "\e9b3"; } -.icon-alarm:before { - content: "\e950"; +.icon-target:before { + content: "\e9b4"; } -.icon-bell:before { - content: "\e951"; +.icon-shield:before { + content: "\e9b5"; } -.icon-stopwatch:before { - content: "\e952"; +.icon-power:before { + content: "\e9b6"; } -.icon-calendar:before { - content: "\e953"; +.icon-switch:before { + content: "\e9b7"; } -.icon-printer:before { - content: "\e954"; +.icon-power-cord:before { + content: "\e9b8"; } -.icon-keyboard:before { - content: "\e955"; +.icon-clipboard:before { + content: "\e9b9"; } -.icon-display:before { - content: "\e956"; +.icon-list-numbered:before { + content: "\e9ba"; } -.icon-laptop:before { - content: "\e957"; +.icon-list:before { + content: "\e9bb"; } -.icon-mobile:before { - content: "\e958"; +.icon-list2:before { + content: "\e9bc"; } -.icon-mobile2:before { - content: "\e959"; +.icon-tree:before { + content: "\e9bd"; } -.icon-tablet:before { - content: "\e95a"; +.icon-menu:before { + content: "\e9be"; } -.icon-tv:before { - content: "\e95b"; +.icon-menu2:before { + content: "\e9bf"; } -.icon-drawer:before { - content: "\e95c"; +.icon-menu3:before { + content: "\e9c0"; } -.icon-drawer2:before { - content: "\e95d"; +.icon-menu4:before { + content: "\e9c1"; } -.icon-box-add:before { - content: "\e95e"; +.icon-cloud:before { + content: "\e9c2"; } -.icon-box-remove:before { - content: "\e95f"; +.icon-cloud-download:before { + content: "\e9c3"; } -.icon-download:before { - content: "\e960"; +.icon-cloud-upload:before { + content: "\e9c4"; } -.icon-upload:before { - content: "\e961"; +.icon-cloud-check:before { + content: "\e9c5"; } -.icon-floppy-disk:before { - content: "\e962"; +.icon-download2:before { + content: "\e9c6"; } -.icon-drive:before { - content: "\e963"; +.icon-upload2:before { + content: "\e9c7"; } -.icon-database:before { - content: "\e964"; +.icon-download3:before { + content: "\e9c8"; } -.icon-undo:before { - content: "\e965"; +.icon-upload3:before { + content: "\e9c9"; } -.icon-redo:before { - content: "\e966"; +.icon-sphere:before { + content: "\e9ca"; } -.icon-undo2:before { - content: "\e967"; +.icon-earth:before { + content: "\e9cb"; } -.icon-redo2:before { - content: "\e968"; +.icon-link:before { + content: "\e9cc"; } -.icon-forward:before { - content: "\e969"; +.icon-flag:before { + content: "\e9cd"; } -.icon-reply:before { - content: "\e96a"; +.icon-attachment:before { + content: "\e9ce"; } -.icon-bubble:before { - content: "\e96b"; +.icon-eye:before { + content: "\e9cf"; } -.icon-bubbles:before { - content: "\e96c"; +.icon-eye-plus:before { + content: "\e9d0"; } -.icon-bubbles2:before { - content: "\e96d"; +.icon-eye-minus:before { + content: "\e9d1"; } -.icon-bubble2:before { - content: "\e96e"; +.icon-eye-blocked:before { + content: "\e9d2"; } -.icon-bubbles3:before { - content: "\e96f"; +.icon-bookmark:before { + content: "\e9d3"; } -.icon-bubbles4:before { - content: "\e970"; +.icon-bookmarks:before { + content: "\e9d4"; } -.icon-user:before { - content: "\e971"; +.icon-sun:before { + content: "\e9d5"; } -.icon-users:before { - content: "\e972"; +.icon-contrast:before { + content: "\e9d6"; } -.icon-user-plus:before { - content: "\e973"; +.icon-brightness-contrast:before { + content: "\e9d7"; } -.icon-user-minus:before { - content: "\e974"; +.icon-star-empty:before { + content: "\e9d8"; } -.icon-user-check:before { - content: "\e975"; +.icon-star-half:before { + content: "\e9d9"; } -.icon-user-tie:before { - content: "\e976"; +.icon-star-full:before { + content: "\e9da"; } -.icon-quotes-left:before { - content: "\e977"; +.icon-heart:before { + content: "\e9db"; } -.icon-quotes-right:before { - content: "\e978"; +.icon-heart-broken:before { + content: "\e9dc"; } -.icon-hour-glass:before { - content: "\e979"; +.icon-man:before { + content: "\e9dd"; } -.icon-spinner:before { - content: "\e97a"; +.icon-woman:before { + content: "\e9de"; } -.icon-spinner2:before { - content: "\e97b"; +.icon-man-woman:before { + content: "\e9df"; } -.icon-spinner3:before { - content: "\e97c"; +.icon-happy:before { + content: "\e9e0"; } -.icon-spinner4:before { - content: "\e97d"; +.icon-happy2:before { + content: "\e9e1"; } -.icon-spinner5:before { - content: "\e97e"; +.icon-smile:before { + content: "\e9e2"; } -.icon-spinner6:before { - content: "\e97f"; +.icon-smile2:before { + content: "\e9e3"; } -.icon-spinner7:before { - content: "\e980"; +.icon-tongue:before { + content: "\e9e4"; } -.icon-spinner8:before { - content: "\e981"; +.icon-tongue2:before { + content: "\e9e5"; } -.icon-spinner9:before { - content: "\e982"; +.icon-sad:before { + content: "\e9e6"; } -.icon-spinner10:before { - content: "\e983"; +.icon-sad2:before { + content: "\e9e7"; } -.icon-spinner11:before { - content: "\e984"; +.icon-wink:before { + content: "\e9e8"; } -.icon-binoculars:before { - content: "\e985"; +.icon-wink2:before { + content: "\e9e9"; } -.icon-search:before { - content: "\e986"; +.icon-grin:before { + content: "\e9ea"; } -.icon-zoom-in:before { - content: "\e987"; +.icon-grin2:before { + content: "\e9eb"; } -.icon-zoom-out:before { - content: "\e988"; +.icon-cool:before { + content: "\e9ec"; } -.icon-enlarge:before { - content: "\e989"; +.icon-cool2:before { + content: "\e9ed"; } -.icon-shrink:before { - content: "\e98a"; +.icon-angry:before { + content: "\e9ee"; } -.icon-enlarge2:before { - content: "\e98b"; +.icon-angry2:before { + content: "\e9ef"; } -.icon-shrink2:before { - content: "\e98c"; +.icon-evil:before { + content: "\e9f0"; } -.icon-key:before { - content: "\e98d"; +.icon-evil2:before { + content: "\e9f1"; } -.icon-key2:before { - content: "\e98e"; +.icon-shocked:before { + content: "\e9f2"; } -.icon-lock1:before { - content: "\e98f"; +.icon-shocked2:before { + content: "\e9f3"; } -.icon-unlocked:before { - content: "\e990"; +.icon-baffled:before { + content: "\e9f4"; } -.icon-wrench:before { - content: "\e991"; +.icon-baffled2:before { + content: "\e9f5"; } -.icon-equalizer:before { - content: "\e992"; +.icon-confused:before { + content: "\e9f6"; } -.icon-equalizer2:before { - content: "\e993"; +.icon-confused2:before { + content: "\e9f7"; } -.icon-cog:before { - content: "\e994"; +.icon-neutral:before { + content: "\e9f8"; } -.icon-cogs:before { - content: "\e995"; +.icon-neutral2:before { + content: "\e9f9"; } -.icon-hammer:before { - content: "\e996"; +.icon-hipster:before { + content: "\e9fa"; } -.icon-magic-wand:before { - content: "\e997"; +.icon-hipster2:before { + content: "\e9fb"; } -.icon-aid-kit:before { - content: "\e998"; +.icon-wondering:before { + content: "\e9fc"; } -.icon-bug:before { - content: "\e999"; +.icon-wondering2:before { + content: "\e9fd"; } -.icon-pie-chart:before { - content: "\e99a"; +.icon-sleepy:before { + content: "\e9fe"; } -.icon-stats-dots:before { - content: "\e99b"; +.icon-sleepy2:before { + content: "\e9ff"; } -.icon-stats-bars:before { - content: "\e99c"; +.icon-frustrated:before { + content: "\ea00"; } -.icon-stats-bars2:before { - content: "\e99d"; +.icon-frustrated2:before { + content: "\ea01"; } -.icon-trophy:before { - content: "\e99e"; +.icon-crying:before { + content: "\ea02"; } -.icon-gift:before { - content: "\e99f"; +.icon-crying2:before { + content: "\ea03"; } -.icon-glass:before { - content: "\e9a0"; +.icon-point-up:before { + content: "\ea04"; } -.icon-glass2:before { - content: "\e9a1"; +.icon-point-right:before { + content: "\ea05"; } -.icon-mug:before { - content: "\e9a2"; +.icon-point-down:before { + content: "\ea06"; } -.icon-spoon-knife:before { - content: "\e9a3"; +.icon-point-left:before { + content: "\ea07"; } -.icon-leaf:before { - content: "\e9a4"; +.icon-warning:before { + content: "\ea08"; } -.icon-rocket:before { - content: "\e9a5"; +.icon-notification:before { + content: "\ea09"; } -.icon-meter:before { - content: "\e9a6"; +.icon-question:before { + content: "\ea0a"; } -.icon-meter2:before { - content: "\e9a7"; +.icon-plus:before { + content: "\ea0b"; } -.icon-hammer2:before { - content: "\e9a8"; +.icon-minus:before { + content: "\ea0c"; } -.icon-fire:before { - content: "\e9a9"; +.icon-info1:before { + content: "\ea0d"; } -.icon-lab:before { - content: "\e9aa"; +.icon-cancel-circle:before { + content: "\ea0e"; } -.icon-magnet:before { - content: "\e9ab"; +.icon-blocked:before { + content: "\ea0f"; } -.icon-bin:before { - content: "\e9ac"; +.icon-cross:before { + content: "\ea10"; } -.icon-bin2:before { - content: "\e9ad"; +.icon-checkmark:before { + content: "\ea11"; } -.icon-briefcase:before { - content: "\e9ae"; +.icon-checkmark2:before { + content: "\ea12"; } -.icon-airplane:before { - content: "\e9af"; +.icon-spell-check:before { + content: "\ea13"; } -.icon-truck:before { - content: "\e9b0"; +.icon-enter:before { + content: "\ea14"; } -.icon-road:before { - content: "\e9b1"; +.icon-exit:before { + content: "\ea15"; } -.icon-accessibility:before { - content: "\e9b2"; +.icon-sendemail:before { + content: "\ea16"; } -.icon-target:before { - content: "\e9b3"; +.icon-excel:before { + content: "\ea17"; } -.icon-shield:before { - content: "\e9b4"; +.icon-Lock_Information:before { + content: "\ea18"; } -.icon-power:before { - content: "\e9b5"; +.icon-lock:before { + content: "\ea19"; } -.icon-switch:before { - content: "\e9b6"; +.icon-info:before { + content: "\ea1a"; } -.icon-power-cord:before { - content: "\e9b7"; +.icon-info_circle:before { + content: "\ea1b"; } -.icon-clipboard:before { - content: "\e9b8"; +.icon-help:before { + content: "\ea1c"; } -.icon-list-numbered:before { - content: "\e9b9"; +.icon-play3:before { + content: "\ea1d"; } -.icon-list:before { - content: "\e9ba"; +.icon-pause2:before { + content: "\ea1e"; } -.icon-list2:before { - content: "\e9bb"; +.icon-stop2:before { + content: "\ea1f"; } -.icon-tree:before { - content: "\e9bc"; +.icon-backward2:before { + content: "\ea20"; } -.icon-menu:before { - content: "\e9bd"; +.icon-forward3:before { + content: "\ea21"; } -.icon-menu2:before { - content: "\e9be"; +.icon-first:before { + content: "\ea22"; } -.icon-menu3:before { - content: "\e9bf"; +.icon-last:before { + content: "\ea23"; } -.icon-menu4:before { - content: "\e9c0"; +.icon-previous2:before { + content: "\ea24"; } -.icon-cloud:before { - content: "\e9c1"; +.icon-next2:before { + content: "\ea25"; } -.icon-cloud-download:before { - content: "\e9c2"; +.icon-eject:before { + content: "\ea26"; } -.icon-cloud-upload:before { - content: "\e9c3"; +.icon-volume-high:before { + content: "\ea27"; } -.icon-cloud-check:before { - content: "\e9c4"; +.icon-volume-medium:before { + content: "\ea28"; } -.icon-download2:before { - content: "\e9c5"; +.icon-volume-low:before { + content: "\ea29"; } -.icon-upload2:before { - content: "\e9c6"; +.icon-volume-mute:before { + content: "\ea2a"; } -.icon-download3:before { - content: "\e9c7"; +.icon-volume-mute2:before { + content: "\ea2b"; } -.icon-upload3:before { - content: "\e9c8"; +.icon-volume-increase:before { + content: "\ea2c"; } -.icon-sphere:before { - content: "\e9c9"; +.icon-volume-decrease:before { + content: "\ea2d"; } -.icon-earth:before { - content: "\e9ca"; +.icon-loop:before { + content: "\ea2e"; } -.icon-link:before { - content: "\e9cb"; +.icon-loop2:before { + content: "\ea2f"; } -.icon-flag:before { - content: "\e9cc"; +.icon-infinite:before { + content: "\ea30"; } -.icon-attachment:before { - content: "\e9cd"; +.icon-shuffle:before { + content: "\ea31"; } -.icon-eye:before { - content: "\e9ce"; +.icon-arrow-up-left:before { + content: "\ea32"; } -.icon-eye-plus:before { - content: "\e9cf"; +.icon-arrow-up:before { + content: "\ea33"; } -.icon-eye-minus:before { - content: "\e9d0"; +.icon-arrow-up-right:before { + content: "\ea34"; } -.icon-eye-blocked:before { - content: "\e9d1"; +.icon-arrow-right:before { + content: "\ea35"; } -.icon-bookmark:before { - content: "\e9d2"; +.icon-arrow-down-right:before { + content: "\ea36"; } -.icon-bookmarks:before { - content: "\e9d3"; +.icon-arrow-down:before { + content: "\ea37"; } -.icon-sun:before { - content: "\e9d4"; +.icon-arrow-down-left:before { + content: "\ea38"; } -.icon-contrast:before { - content: "\e9d5"; +.icon-arrow-left:before { + content: "\ea39"; } -.icon-brightness-contrast:before { - content: "\e9d6"; +.icon-arrow-up-left2:before { + content: "\ea3a"; } -.icon-star-empty:before { - content: "\e9d7"; +.icon-arrow-up2:before { + content: "\ea3b"; } -.icon-star-half:before { - content: "\e9d8"; +.icon-arrow-up-right2:before { + content: "\ea3c"; } -.icon-star-full:before { - content: "\e9d9"; +.icon-arrow-right2:before { + content: "\ea3d"; } -.icon-heart:before { - content: "\e9da"; +.icon-arrow-down-right2:before { + content: "\ea3e"; } -.icon-heart-broken:before { - content: "\e9db"; +.icon-arrow-down2:before { + content: "\ea3f"; } -.icon-man:before { - content: "\e9dc"; +.icon-arrow-down-left2:before { + content: "\ea40"; } -.icon-woman:before { - content: "\e9dd"; +.icon-arrow-left2:before { + content: "\ea41"; } -.icon-man-woman:before { - content: "\e9de"; +.icon-circle-up:before { + content: "\ea42"; } -.icon-happy:before { - content: "\e9df"; +.icon-circle-right:before { + content: "\ea43"; } -.icon-happy2:before { - content: "\e9e0"; +.icon-circle-down:before { + content: "\ea44"; } -.icon-smile:before { - content: "\e9e1"; +.icon-circle-left:before { + content: "\ea45"; } -.icon-smile2:before { - content: "\e9e2"; +.icon-tab:before { + content: "\ea46"; } -.icon-tongue:before { - content: "\e9e3"; +.icon-move-up:before { + content: "\ea47"; } -.icon-tongue2:before { - content: "\e9e4"; +.icon-move-down:before { + content: "\ea48"; } -.icon-sad:before { - content: "\e9e5"; +.icon-sort-alpha-asc:before { + content: "\ea49"; } -.icon-sad2:before { - content: "\e9e6"; +.icon-sort-alpha-desc:before { + content: "\ea4a"; } -.icon-wink:before { - content: "\e9e7"; +.icon-sort-numeric-asc:before { + content: "\ea4b"; } -.icon-wink2:before { - content: "\e9e8"; +.icon-sort-numberic-desc:before { + content: "\ea4c"; } -.icon-grin:before { - content: "\e9e9"; +.icon-sort-amount-asc:before { + content: "\ea4d"; } -.icon-grin2:before { - content: "\e9ea"; +.icon-sort-amount-desc:before { + content: "\ea4e"; } -.icon-cool:before { - content: "\e9eb"; +.icon-command:before { + content: "\ea4f"; } -.icon-cool2:before { - content: "\e9ec"; +.icon-shift:before { + content: "\ea50"; } -.icon-angry:before { - content: "\e9ed"; +.icon-ctrl:before { + content: "\ea51"; } -.icon-angry2:before { - content: "\e9ee"; +.icon-opt:before { + content: "\ea52"; } -.icon-evil:before { - content: "\e9ef"; +.icon-checkbox-checked:before { + content: "\ea53"; } -.icon-evil2:before { - content: "\e9f0"; +.icon-checkbox-unchecked:before { + content: "\ea54"; } -.icon-shocked:before { - content: "\e9f1"; +.icon-radio-checked:before { + content: "\ea55"; } -.icon-shocked2:before { - content: "\e9f2"; +.icon-radio-checked2:before { + content: "\ea56"; } -.icon-baffled:before { - content: "\e9f3"; +.icon-radio-unchecked:before { + content: "\ea57"; } -.icon-baffled2:before { - content: "\e9f4"; +.icon-crop:before { + content: "\ea58"; } -.icon-confused:before { - content: "\e9f5"; +.icon-make-group:before { + content: "\ea59"; } -.icon-confused2:before { - content: "\e9f6"; +.icon-ungroup:before { + content: "\ea5a"; } -.icon-neutral:before { - content: "\e9f7"; +.icon-scissors:before { + content: "\ea5b"; } -.icon-neutral2:before { - content: "\e9f8"; +.icon-filter:before { + content: "\ea5c"; } -.icon-hipster:before { - content: "\e9f9"; +.icon-font:before { + content: "\ea5d"; } -.icon-hipster2:before { - content: "\e9fa"; +.icon-ligature:before { + content: "\ea5e"; } -.icon-wondering:before { - content: "\e9fb"; +.icon-ligature2:before { + content: "\ea5f"; } -.icon-wondering2:before { - content: "\e9fc"; +.icon-text-height:before { + content: "\ea60"; } -.icon-sleepy:before { - content: "\e9fd"; +.icon-text-width:before { + content: "\ea61"; } -.icon-sleepy2:before { - content: "\e9fe"; +.icon-font-size:before { + content: "\ea62"; } -.icon-frustrated:before { - content: "\e9ff"; +.icon-bold:before { + content: "\ea63"; } -.icon-frustrated2:before { - content: "\ea00"; +.icon-underline:before { + content: "\ea64"; } -.icon-crying:before { - content: "\ea01"; +.icon-italic:before { + content: "\ea65"; } -.icon-crying2:before { - content: "\ea02"; +.icon-strikethrough:before { + content: "\ea66"; } -.icon-point-up:before { - content: "\ea03"; +.icon-omega:before { + content: "\ea67"; } -.icon-point-right:before { - content: "\ea04"; +.icon-sigma:before { + content: "\ea68"; } -.icon-point-down:before { - content: "\ea05"; +.icon-page-break:before { + content: "\ea69"; } -.icon-point-left:before { - content: "\ea06"; +.icon-superscript:before { + content: "\ea6a"; } -.icon-warning:before { - content: "\ea07"; +.icon-subscript:before { + content: "\ea6b"; } -.icon-notification:before { - content: "\ea08"; +.icon-superscript2:before { + content: "\ea6c"; } -.icon-question:before { - content: "\ea09"; +.icon-subscript2:before { + content: "\ea6d"; } -.icon-plus:before { - content: "\ea0a"; +.icon-text-color:before { + content: "\ea6e"; } -.icon-minus:before { - content: "\ea0b"; +.icon-pagebreak:before { + content: "\ea6f"; } -.icon-info1:before { - content: "\ea0c"; +.icon-clear-formatting:before { + content: "\ea70"; } -.icon-cancel-circle:before { - content: "\ea0d"; +.icon-table2:before { + content: "\ea71"; } -.icon-blocked:before { - content: "\ea0e"; +.icon-table21:before { + content: "\ea72"; } -.icon-cross:before { - content: "\ea0f"; +.icon-insert-template:before { + content: "\ea73"; } -.icon-checkmark:before { - content: "\ea10"; +.icon-pilcrow:before { + content: "\ea74"; } -.icon-checkmark2:before { - content: "\ea11"; +.icon-ltr:before { + content: "\ea75"; } -.icon-spell-check:before { - content: "\ea12"; +.icon-rtl:before { + content: "\ea76"; } -.icon-enter:before { - content: "\ea13"; +.icon-section:before { + content: "\ea77"; } -.icon-exit:before { - content: "\ea14"; +.icon-paragraph-left:before { + content: "\ea78"; } -.icon-play3:before { - content: "\ea1c"; +.icon-paragraph-center:before { + content: "\ea79"; } -.icon-pause2:before { - content: "\ea1d"; +.icon-paragraph-right:before { + content: "\ea7a"; } -.icon-stop2:before { - content: "\ea1e"; +.icon-paragraph-justify:before { + content: "\ea7b"; } -.icon-backward2:before { - content: "\ea1f"; +.icon-indent-increase:before { + content: "\ea7c"; } -.icon-forward3:before { - content: "\ea20"; +.icon-indent-decrease:before { + content: "\ea7d"; } -.icon-first:before { - content: "\ea21"; +.icon-share:before { + content: "\ea7e"; } -.icon-last:before { - content: "\ea22"; +.icon-new-tab:before { + content: "\ea7f"; } -.icon-previous2:before { - content: "\ea23"; +.icon-embed:before { + content: "\ea80"; } -.icon-next2:before { - content: "\ea24"; +.icon-embed2:before { + content: "\ea81"; } -.icon-eject:before { - content: "\ea25"; +.icon-terminal:before { + content: "\ea82"; } -.icon-volume-high:before { - content: "\ea26"; +.icon-share2:before { + content: "\ea83"; } -.icon-volume-medium:before { - content: "\ea27"; +.icon-mail:before { + content: "\ea84"; } -.icon-volume-low:before { - content: "\ea28"; +.icon-mail2:before { + content: "\ea85"; } -.icon-volume-mute:before { - content: "\ea29"; +.icon-mail3:before { + content: "\ea86"; } -.icon-volume-mute2:before { - content: "\ea2a"; +.icon-mail4:before { + content: "\ea87"; } -.icon-volume-increase:before { - content: "\ea2b"; +.icon-cubelight:before { + content: "\ea88"; } -.icon-volume-decrease:before { - content: "\ea2c"; +.icon-cube:before { + content: "\ea89"; } -.icon-loop:before { - content: "\ea2d"; +.icon-bulletlist:before { + content: "\ea8a"; } -.icon-loop2:before { - content: "\ea2e"; +.icon-eye-open:before { + content: "\ea8b"; } -.icon-infinite:before { - content: "\ea2f"; +.icon-eye-close:before { + content: "\ea8c"; } -.icon-shuffle:before { - content: "\ea30"; +.icon-arrowhead_down:before { + content: "\ea8d"; } -.icon-arrow-up-left:before { - content: "\ea31"; +.icon-arrowhead_up:before { + content: "\ea8e"; } -.icon-arrow-up:before { - content: "\ea32"; +.icon-sandclock:before { + content: "\ea8f"; } -.icon-arrow-up-right:before { - content: "\ea33"; +.icon-sum:before { + content: "\ea90"; } -.icon-arrow-right:before { - content: "\ea34"; +.icon-rndcheck-not:before { + content: "\ea91"; } -.icon-arrow-down-right:before { - content: "\ea35"; +.icon-rndcheck-ok:before { + content: "\ea92"; } -.icon-arrow-down:before { - content: "\ea36"; +.icon-clock1:before { + content: "\ea93"; } -.icon-arrow-down-left:before { - content: "\ea37"; +.icon-pause1:before { + content: "\ea94"; } -.icon-arrow-left:before { - content: "\ea38"; +.icon-shop:before { + content: "\ea95"; } -.icon-arrow-up-left2:before { - content: "\ea39"; +.icon-template:before { + content: "\ea96"; } -.icon-arrow-up2:before { - content: "\ea3a"; +.icon-remove:before { + content: "\ea97"; } -.icon-arrow-up-right2:before { - content: "\ea3b"; +.icon-access:before { + content: "\ea98"; } -.icon-arrow-right2:before { - content: "\ea3c"; +.icon-address:before { + content: "\ea99"; } -.icon-arrow-down-right2:before { - content: "\ea3d"; +.icon-apps:before { + content: "\ea9a"; } -.icon-arrow-down2:before { - content: "\ea3e"; +.icon-archive:before { + content: "\ea9b"; } -.icon-arrow-down-left2:before { - content: "\ea3f"; +.icon-calendar1:before { + content: "\ea9c"; } -.icon-arrow-left2:before { - content: "\ea40"; +.icon-code:before { + content: "\ea9d"; } -.icon-circle-up:before { - content: "\ea41"; +.icon-coin:before { + content: "\ea9e"; } -.icon-circle-right:before { - content: "\ea42"; +.icon-company:before { + content: "\ea9f"; } -.icon-circle-down:before { - content: "\ea43"; +.icon-cube1:before { + content: "\eaa0"; } -.icon-circle-left:before { - content: "\ea44"; +.icon-cubelight1:before { + content: "\eaa1"; } -.icon-tab:before { - content: "\ea45"; +.icon-dashboard:before { + content: "\eaa2"; } -.icon-move-up:before { - content: "\ea46"; +.icon-datarefresh:before { + content: "\eaa3"; } -.icon-move-down:before { - content: "\ea47"; +.icon-documentsave:before { + content: "\eaa4"; } -.icon-sort-alpha-asc:before { - content: "\ea48"; +.icon-documents:before { + content: "\eaa5"; } -.icon-sort-alpha-desc:before { - content: "\ea49"; +.icon-download1:before { + content: "\eaa6"; } -.icon-sort-numeric-asc:before { - content: "\ea4a"; +.icon-duplicate1:before { + content: "\eaa7"; } -.icon-sort-numberic-desc:before { - content: "\ea4b"; +.icon-edit:before { + content: "\eaa8"; } -.icon-sort-amount-asc:before { - content: "\ea4c"; +.icon-excel1:before { + content: "\eaa9"; } -.icon-sort-amount-desc:before { - content: "\ea4d"; +.icon-expand:before { + content: "\eaaa"; } -.icon-command:before { - content: "\ea4e"; +.icon-file:before { + content: "\eaab"; } -.icon-shift:before { - content: "\ea4f"; +.icon-Floppy:before { + content: "\eaac"; } -.icon-ctrl:before { - content: "\ea50"; +.icon-folder1:before { + content: "\eaad"; } -.icon-opt:before { - content: "\ea51"; +.icon-folder_add:before { + content: "\eaae"; } -.icon-checkbox-checked:before { - content: "\ea52"; +.icon-folder_delete:before { + content: "\eaaf"; } -.icon-checkbox-unchecked:before { - content: "\ea53"; +.icon-folder_find:before { + content: "\eab0"; } -.icon-radio-checked:before { - content: "\ea54"; +.icon-globe:before { + content: "\eab1"; } -.icon-radio-checked2:before { - content: "\ea55"; +.icon-group:before { + content: "\eab2"; } -.icon-radio-unchecked:before { - content: "\ea56"; +.icon-home1:before { + content: "\eab3"; } -.icon-crop:before { - content: "\ea57"; +.icon-inbox:before { + content: "\eab4"; } -.icon-make-group:before { - content: "\ea58"; +.icon-library1:before { + content: "\eab5"; } -.icon-ungroup:before { - content: "\ea59"; +.icon-license:before { + content: "\eab6"; } -.icon-scissors:before { - content: "\ea5a"; +.icon-list1:before { + content: "\eab7"; } -.icon-filter:before { - content: "\ea5b"; +.icon-log:before { + content: "\eab8"; } -.icon-font:before { - content: "\ea5c"; +.icon-logout:before { + content: "\eab9"; } -.icon-ligature:before { - content: "\ea5d"; +.icon-menu1:before { + content: "\eaba"; } -.icon-ligature2:before { - content: "\ea5e"; +.icon-newspaper1:before { + content: "\eabb"; } -.icon-text-height:before { - content: "\ea5f"; +.icon-numberlist:before { + content: "\eabc"; } -.icon-text-width:before { - content: "\ea60"; +.icon-package:before { + content: "\eabd"; } -.icon-font-size:before { - content: "\ea61"; +.icon-tux:before { + content: "\eabe"; } -.icon-bold:before { - content: "\ea62"; +.icon-appleinc:before { + content: "\eabf"; } -.icon-underline:before { - content: "\ea63"; +.icon-finder:before { + content: "\eac0"; } -.icon-italic:before { - content: "\ea64"; +.icon-android:before { + content: "\eac1"; } -.icon-strikethrough:before { - content: "\ea65"; +.icon-windows:before { + content: "\eac2"; } -.icon-omega:before { - content: "\ea66"; +.icon-windows8:before { + content: "\eac3"; } -.icon-sigma:before { - content: "\ea67"; +.icon-pay:before { + content: "\eac4"; } -.icon-page-break:before { - content: "\ea68"; +.icon-pdf:before { + content: "\eac5"; } -.icon-superscript:before { - content: "\ea69"; +.icon-pdfexport:before { + content: "\eac6"; } -.icon-subscript:before { - content: "\ea6a"; +.icon-pictures:before { + content: "\eac7"; } -.icon-superscript2:before { - content: "\ea6b"; +.icon-plus1:before { + content: "\eac8"; } -.icon-subscript2:before { - content: "\ea6c"; +.icon-untitled:before { + content: "\eac9"; } -.icon-text-color:before { - content: "\ea6d"; +.icon-dataset:before { + content: "\eaca"; } -.icon-pagebreak:before { - content: "\ea6e"; +.icon-check:before { + content: "\eacb"; } -.icon-clear-formatting:before { - content: "\ea6f"; +.icon-projects:before { + content: "\eacc"; } -.icon-table2:before { - content: "\ea70"; +.icon-rename:before { + content: "\eacd"; } -.icon-table21:before { - content: "\ea71"; +.icon-Save:before { + content: "\eace"; } -.icon-insert-template:before { - content: "\ea72"; +.icon-squares:before { + content: "\eacf"; } -.icon-pilcrow:before { - content: "\ea73"; +.icon-table1:before { + content: "\ead0"; } -.icon-ltr:before { - content: "\ea74"; +.icon-upload1:before { + content: "\ead1"; } -.icon-rtl:before { - content: "\ea75"; +.icon-user1:before { + content: "\ead2"; } -.icon-section:before { - content: "\ea76"; +.icon-staff:before { + content: "\ead3"; } -.icon-paragraph-left:before { - content: "\ea77"; +.icon-back:before { + content: "\ead4"; } -.icon-paragraph-center:before { - content: "\ea78"; +.icon-next1:before { + content: "\ead5"; } -.icon-paragraph-right:before { - content: "\ea79"; +.icon-sendemail1:before { + content: "\ead6"; } -.icon-paragraph-justify:before { - content: "\ea7a"; +.icon-exit1:before { + content: "\ead7"; } -.icon-indent-increase:before { - content: "\ea7b"; +.icon-yelp:before { + content: "\ead8"; } -.icon-indent-decrease:before { - content: "\ea7c"; +.icon-key1:before { + content: "\ead9"; } -.icon-share:before { - content: "\ea7d"; +.icon-chrome:before { + content: "\eada"; } -.icon-new-tab:before { - content: "\ea7e"; +.icon-firefox:before { + content: "\eadb"; } -.icon-embed:before { - content: "\ea7f"; +.icon-duplicate:before { + content: "\eadc"; } -.icon-embed2:before { - content: "\ea80"; +.icon-edge:before { + content: "\eadd"; } -.icon-terminal:before { - content: "\ea81"; +.icon-safari:before { + content: "\eade"; } -.icon-share2:before { - content: "\ea82"; +.icon-opera:before { + content: "\eadf"; } -.icon-mail:before { - content: "\ea83"; +.icon-file-pdf:before { + content: "\eae0"; } -.icon-mail2:before { - content: "\ea84"; +.icon-paste1:before { + content: "\eae1"; } -.icon-mail3:before { - content: "\ea85"; +.icon-file-word:before { + content: "\eae2"; } -.icon-mail4:before { - content: "\ea86"; +.icon-file-excel:before { + content: "\eae3"; } -.icon-tux:before { - content: "\eabd"; +.icon-copy1:before { + content: "\eae4"; } -.icon-appleinc:before { - content: "\eabe"; +.icon-replace:before { + content: "\eae5"; } -.icon-finder:before { - content: "\eabf"; +.icon-week:before { + content: "\eae6"; } -.icon-android:before { - content: "\eac0"; +.icon-baggage:before { + content: "\eae7"; } -.icon-windows:before { - content: "\eac1"; +.icon-trash:before { + content: "\eae8"; } -.icon-windows8:before { - content: "\eac2"; +.icon-erase:before { + content: "\eae9"; } -.icon-yelp:before { - content: "\ead7"; +.icon-usertime:before { + content: "\eaea"; } -.icon-chrome:before { - content: "\ead9"; +.icon-helpfile:before { + content: "\eaeb"; } -.icon-firefox:before { - content: "\eada"; +.icon-clocktime:before { + content: "\eaec"; } -.icon-edge:before { - content: "\eadc"; +.icon-table:before { + content: "\eaed"; } -.icon-safari:before { - content: "\eadd"; +.icon-report:before { + content: "\eaee"; } -.icon-opera:before { - content: "\eade"; +.icon-aggrement:before { + content: "\eaef"; } -.icon-file-word:before { - content: "\eae1"; +.icon-vacancydays:before { + content: "\eaf0"; } diff --git a/public_html/css/icons.min.css b/public_html/css/icons.min.css index de2692b..84e9f45 100644 --- a/public_html/css/icons.min.css +++ b/public_html/css/icons.min.css @@ -1 +1 @@ -@font-face{font-family:pot;src:url(fonts/pot.eot?c2nhyy);src:url(fonts/pot.eot?c2nhyy#iefix) format('embedded-opentype'),url(fonts/pot.ttf?c2nhyy) format('truetype'),url(fonts/pot.woff?c2nhyy) format('woff'),url(fonts/pot.svg?c2nhyy#pot) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:pot!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-table:before{content:"\eaec"}.icon-report:before{content:"\eaed"}.icon-aggrement:before{content:"\eaee"}.icon-vacancydays:before{content:"\eaef"}.icon-sendemail:before{content:"\ea15"}.icon-excel:before{content:"\ea16"}.icon-Lock_Information:before{content:"\ea17"}.icon-lock:before{content:"\ea18"}.icon-info:before{content:"\ea19"}.icon-info_circle:before{content:"\ea1a"}.icon-help:before{content:"\ea1b"}.icon-helpfile:before{content:"\eaea"}.icon-clocktime:before{content:"\eaeb"}.icon-home:before{content:"\e900"}.icon-file-pdf:before{content:"\eadf"}.icon-file-excel:before{content:"\eae2"}.icon-cubelight:before{content:"\ea87"}.icon-cube:before{content:"\ea88"}.icon-bulletlist:before{content:"\ea89"}.icon-eye-open:before{content:"\ea8a"}.icon-eye-close:before{content:"\ea8b"}.icon-arrowhead_down:before{content:"\ea8c"}.icon-arrowhead_up:before{content:"\ea8d"}.icon-sandclock:before{content:"\ea8e"}.icon-sum:before{content:"\ea8f"}.icon-rndcheck-not:before{content:"\ea90"}.icon-rndcheck-ok:before{content:"\ea91"}.icon-clock1:before{content:"\ea92"}.icon-pause1:before{content:"\ea93"}.icon-shop:before{content:"\ea94"}.icon-template:before{content:"\ea95"}.icon-remove:before{content:"\ea96"}.icon-access:before{content:"\ea97"}.icon-address:before{content:"\ea98"}.icon-apps:before{content:"\ea99"}.icon-archive:before{content:"\ea9a"}.icon-calendar1:before{content:"\ea9b"}.icon-code:before{content:"\ea9c"}.icon-coin:before{content:"\ea9d"}.icon-company:before{content:"\ea9e"}.icon-cube1:before{content:"\ea9f"}.icon-cubelight1:before{content:"\eaa0"}.icon-dashboard:before{content:"\eaa1"}.icon-datarefresh:before{content:"\eaa2"}.icon-documentsave:before{content:"\eaa3"}.icon-documents:before{content:"\eaa4"}.icon-download1:before{content:"\eaa5"}.icon-duplicate1:before{content:"\eaa6"}.icon-edit:before{content:"\eaa7"}.icon-excel1:before{content:"\eaa8"}.icon-expand:before{content:"\eaa9"}.icon-file:before{content:"\eaaa"}.icon-Floppy:before{content:"\eaab"}.icon-folder1:before{content:"\eaac"}.icon-folder_add:before{content:"\eaad"}.icon-folder_delete:before{content:"\eaae"}.icon-folder_find:before{content:"\eaaf"}.icon-globe:before{content:"\eab0"}.icon-group:before{content:"\eab1"}.icon-home1:before{content:"\eab2"}.icon-inbox:before{content:"\eab3"}.icon-library1:before{content:"\eab4"}.icon-license:before{content:"\eab5"}.icon-list1:before{content:"\eab6"}.icon-log:before{content:"\eab7"}.icon-logout:before{content:"\eab8"}.icon-menu1:before{content:"\eab9"}.icon-newspaper1:before{content:"\eaba"}.icon-numberlist:before{content:"\eabb"}.icon-package:before{content:"\eabc"}.icon-pay:before{content:"\eac3"}.icon-pdf:before{content:"\eac4"}.icon-pdfexport:before{content:"\eac5"}.icon-pictures:before{content:"\eac6"}.icon-plus1:before{content:"\eac7"}.icon-untitled:before{content:"\eac8"}.icon-dataset:before{content:"\eac9"}.icon-check:before{content:"\eaca"}.icon-projects:before{content:"\eacb"}.icon-rename:before{content:"\eacc"}.icon-Save:before{content:"\eacd"}.icon-squares:before{content:"\eace"}.icon-table1:before{content:"\eacf"}.icon-upload1:before{content:"\ead0"}.icon-user1:before{content:"\ead1"}.icon-staff:before{content:"\ead2"}.icon-back:before{content:"\ead3"}.icon-next1:before{content:"\ead4"}.icon-sendemail1:before{content:"\ead5"}.icon-exit1:before{content:"\ead6"}.icon-key1:before{content:"\ead8"}.icon-duplicate:before{content:"\eadb"}.icon-paste1:before{content:"\eae0"}.icon-copy1:before{content:"\eae3"}.icon-replace:before{content:"\eae4"}.icon-week:before{content:"\eae5"}.icon-baggage:before{content:"\eae6"}.icon-trash:before{content:"\eae7"}.icon-erase:before{content:"\eae8"}.icon-usertime:before{content:"\eae9"}.icon-home2:before{content:"\e901"}.icon-home3:before{content:"\e902"}.icon-office:before{content:"\e903"}.icon-newspaper:before{content:"\e904"}.icon-pencil:before{content:"\e905"}.icon-pencil2:before{content:"\e906"}.icon-quill:before{content:"\e907"}.icon-pen:before{content:"\e908"}.icon-blog:before{content:"\e909"}.icon-eyedropper:before{content:"\e90a"}.icon-droplet:before{content:"\e90b"}.icon-paint-format:before{content:"\e90c"}.icon-image:before{content:"\e90d"}.icon-images:before{content:"\e90e"}.icon-camera:before{content:"\e90f"}.icon-headphones:before{content:"\e910"}.icon-music:before{content:"\e911"}.icon-play:before{content:"\e912"}.icon-film:before{content:"\e913"}.icon-video-camera:before{content:"\e914"}.icon-dice:before{content:"\e915"}.icon-pacman:before{content:"\e916"}.icon-spades:before{content:"\e917"}.icon-clubs:before{content:"\e918"}.icon-diamonds:before{content:"\e919"}.icon-bullhorn:before{content:"\e91a"}.icon-connection:before{content:"\e91b"}.icon-podcast:before{content:"\e91c"}.icon-feed:before{content:"\e91d"}.icon-mic:before{content:"\e91e"}.icon-book:before{content:"\e91f"}.icon-books:before{content:"\e920"}.icon-library:before{content:"\e921"}.icon-file-text:before{content:"\e922"}.icon-profile:before{content:"\e923"}.icon-file-empty:before{content:"\e924"}.icon-files-empty:before{content:"\e925"}.icon-file-text2:before{content:"\e926"}.icon-file-picture:before{content:"\e927"}.icon-file-music:before{content:"\e928"}.icon-file-play:before{content:"\e929"}.icon-file-video:before{content:"\e92a"}.icon-file-zip:before{content:"\e92b"}.icon-copy:before{content:"\e92c"}.icon-paste:before{content:"\e92d"}.icon-stack:before{content:"\e92e"}.icon-folder:before{content:"\e92f"}.icon-folder-open:before{content:"\e930"}.icon-folder-plus:before{content:"\e931"}.icon-folder-minus:before{content:"\e932"}.icon-folder-download:before{content:"\e933"}.icon-folder-upload:before{content:"\e934"}.icon-price-tag:before{content:"\e935"}.icon-price-tags:before{content:"\e936"}.icon-barcode:before{content:"\e937"}.icon-qrcode:before{content:"\e938"}.icon-ticket:before{content:"\e939"}.icon-cart:before{content:"\e93a"}.icon-coin-dollar:before{content:"\e93b"}.icon-coin-euro:before{content:"\e93c"}.icon-coin-pound:before{content:"\e93d"}.icon-coin-yen:before{content:"\e93e"}.icon-credit-card:before{content:"\e93f"}.icon-calculator:before{content:"\e940"}.icon-lifebuoy:before{content:"\e941"}.icon-phone:before{content:"\e942"}.icon-phone-hang-up:before{content:"\e943"}.icon-address-book:before{content:"\e944"}.icon-envelop:before{content:"\e945"}.icon-pushpin:before{content:"\e946"}.icon-location:before{content:"\e947"}.icon-location2:before{content:"\e948"}.icon-compass:before{content:"\e949"}.icon-compass2:before{content:"\e94a"}.icon-map:before{content:"\e94b"}.icon-map2:before{content:"\e94c"}.icon-history:before{content:"\e94d"}.icon-clock:before{content:"\e94e"}.icon-clock2:before{content:"\e94f"}.icon-alarm:before{content:"\e950"}.icon-bell:before{content:"\e951"}.icon-stopwatch:before{content:"\e952"}.icon-calendar:before{content:"\e953"}.icon-printer:before{content:"\e954"}.icon-keyboard:before{content:"\e955"}.icon-display:before{content:"\e956"}.icon-laptop:before{content:"\e957"}.icon-mobile:before{content:"\e958"}.icon-mobile2:before{content:"\e959"}.icon-tablet:before{content:"\e95a"}.icon-tv:before{content:"\e95b"}.icon-drawer:before{content:"\e95c"}.icon-drawer2:before{content:"\e95d"}.icon-box-add:before{content:"\e95e"}.icon-box-remove:before{content:"\e95f"}.icon-download:before{content:"\e960"}.icon-upload:before{content:"\e961"}.icon-floppy-disk:before{content:"\e962"}.icon-drive:before{content:"\e963"}.icon-database:before{content:"\e964"}.icon-undo:before{content:"\e965"}.icon-redo:before{content:"\e966"}.icon-undo2:before{content:"\e967"}.icon-redo2:before{content:"\e968"}.icon-forward:before{content:"\e969"}.icon-reply:before{content:"\e96a"}.icon-bubble:before{content:"\e96b"}.icon-bubbles:before{content:"\e96c"}.icon-bubbles2:before{content:"\e96d"}.icon-bubble2:before{content:"\e96e"}.icon-bubbles3:before{content:"\e96f"}.icon-bubbles4:before{content:"\e970"}.icon-user:before{content:"\e971"}.icon-users:before{content:"\e972"}.icon-user-plus:before{content:"\e973"}.icon-user-minus:before{content:"\e974"}.icon-user-check:before{content:"\e975"}.icon-user-tie:before{content:"\e976"}.icon-quotes-left:before{content:"\e977"}.icon-quotes-right:before{content:"\e978"}.icon-hour-glass:before{content:"\e979"}.icon-spinner:before{content:"\e97a"}.icon-spinner2:before{content:"\e97b"}.icon-spinner3:before{content:"\e97c"}.icon-spinner4:before{content:"\e97d"}.icon-spinner5:before{content:"\e97e"}.icon-spinner6:before{content:"\e97f"}.icon-spinner7:before{content:"\e980"}.icon-spinner8:before{content:"\e981"}.icon-spinner9:before{content:"\e982"}.icon-spinner10:before{content:"\e983"}.icon-spinner11:before{content:"\e984"}.icon-binoculars:before{content:"\e985"}.icon-search:before{content:"\e986"}.icon-zoom-in:before{content:"\e987"}.icon-zoom-out:before{content:"\e988"}.icon-enlarge:before{content:"\e989"}.icon-shrink:before{content:"\e98a"}.icon-enlarge2:before{content:"\e98b"}.icon-shrink2:before{content:"\e98c"}.icon-key:before{content:"\e98d"}.icon-key2:before{content:"\e98e"}.icon-lock1:before{content:"\e98f"}.icon-unlocked:before{content:"\e990"}.icon-wrench:before{content:"\e991"}.icon-equalizer:before{content:"\e992"}.icon-equalizer2:before{content:"\e993"}.icon-cog:before{content:"\e994"}.icon-cogs:before{content:"\e995"}.icon-hammer:before{content:"\e996"}.icon-magic-wand:before{content:"\e997"}.icon-aid-kit:before{content:"\e998"}.icon-bug:before{content:"\e999"}.icon-pie-chart:before{content:"\e99a"}.icon-stats-dots:before{content:"\e99b"}.icon-stats-bars:before{content:"\e99c"}.icon-stats-bars2:before{content:"\e99d"}.icon-trophy:before{content:"\e99e"}.icon-gift:before{content:"\e99f"}.icon-glass:before{content:"\e9a0"}.icon-glass2:before{content:"\e9a1"}.icon-mug:before{content:"\e9a2"}.icon-spoon-knife:before{content:"\e9a3"}.icon-leaf:before{content:"\e9a4"}.icon-rocket:before{content:"\e9a5"}.icon-meter:before{content:"\e9a6"}.icon-meter2:before{content:"\e9a7"}.icon-hammer2:before{content:"\e9a8"}.icon-fire:before{content:"\e9a9"}.icon-lab:before{content:"\e9aa"}.icon-magnet:before{content:"\e9ab"}.icon-bin:before{content:"\e9ac"}.icon-bin2:before{content:"\e9ad"}.icon-briefcase:before{content:"\e9ae"}.icon-airplane:before{content:"\e9af"}.icon-truck:before{content:"\e9b0"}.icon-road:before{content:"\e9b1"}.icon-accessibility:before{content:"\e9b2"}.icon-target:before{content:"\e9b3"}.icon-shield:before{content:"\e9b4"}.icon-power:before{content:"\e9b5"}.icon-switch:before{content:"\e9b6"}.icon-power-cord:before{content:"\e9b7"}.icon-clipboard:before{content:"\e9b8"}.icon-list-numbered:before{content:"\e9b9"}.icon-list:before{content:"\e9ba"}.icon-list2:before{content:"\e9bb"}.icon-tree:before{content:"\e9bc"}.icon-menu:before{content:"\e9bd"}.icon-menu2:before{content:"\e9be"}.icon-menu3:before{content:"\e9bf"}.icon-menu4:before{content:"\e9c0"}.icon-cloud:before{content:"\e9c1"}.icon-cloud-download:before{content:"\e9c2"}.icon-cloud-upload:before{content:"\e9c3"}.icon-cloud-check:before{content:"\e9c4"}.icon-download2:before{content:"\e9c5"}.icon-upload2:before{content:"\e9c6"}.icon-download3:before{content:"\e9c7"}.icon-upload3:before{content:"\e9c8"}.icon-sphere:before{content:"\e9c9"}.icon-earth:before{content:"\e9ca"}.icon-link:before{content:"\e9cb"}.icon-flag:before{content:"\e9cc"}.icon-attachment:before{content:"\e9cd"}.icon-eye:before{content:"\e9ce"}.icon-eye-plus:before{content:"\e9cf"}.icon-eye-minus:before{content:"\e9d0"}.icon-eye-blocked:before{content:"\e9d1"}.icon-bookmark:before{content:"\e9d2"}.icon-bookmarks:before{content:"\e9d3"}.icon-sun:before{content:"\e9d4"}.icon-contrast:before{content:"\e9d5"}.icon-brightness-contrast:before{content:"\e9d6"}.icon-star-empty:before{content:"\e9d7"}.icon-star-half:before{content:"\e9d8"}.icon-star-full:before{content:"\e9d9"}.icon-heart:before{content:"\e9da"}.icon-heart-broken:before{content:"\e9db"}.icon-man:before{content:"\e9dc"}.icon-woman:before{content:"\e9dd"}.icon-man-woman:before{content:"\e9de"}.icon-happy:before{content:"\e9df"}.icon-happy2:before{content:"\e9e0"}.icon-smile:before{content:"\e9e1"}.icon-smile2:before{content:"\e9e2"}.icon-tongue:before{content:"\e9e3"}.icon-tongue2:before{content:"\e9e4"}.icon-sad:before{content:"\e9e5"}.icon-sad2:before{content:"\e9e6"}.icon-wink:before{content:"\e9e7"}.icon-wink2:before{content:"\e9e8"}.icon-grin:before{content:"\e9e9"}.icon-grin2:before{content:"\e9ea"}.icon-cool:before{content:"\e9eb"}.icon-cool2:before{content:"\e9ec"}.icon-angry:before{content:"\e9ed"}.icon-angry2:before{content:"\e9ee"}.icon-evil:before{content:"\e9ef"}.icon-evil2:before{content:"\e9f0"}.icon-shocked:before{content:"\e9f1"}.icon-shocked2:before{content:"\e9f2"}.icon-baffled:before{content:"\e9f3"}.icon-baffled2:before{content:"\e9f4"}.icon-confused:before{content:"\e9f5"}.icon-confused2:before{content:"\e9f6"}.icon-neutral:before{content:"\e9f7"}.icon-neutral2:before{content:"\e9f8"}.icon-hipster:before{content:"\e9f9"}.icon-hipster2:before{content:"\e9fa"}.icon-wondering:before{content:"\e9fb"}.icon-wondering2:before{content:"\e9fc"}.icon-sleepy:before{content:"\e9fd"}.icon-sleepy2:before{content:"\e9fe"}.icon-frustrated:before{content:"\e9ff"}.icon-frustrated2:before{content:"\ea00"}.icon-crying:before{content:"\ea01"}.icon-crying2:before{content:"\ea02"}.icon-point-up:before{content:"\ea03"}.icon-point-right:before{content:"\ea04"}.icon-point-down:before{content:"\ea05"}.icon-point-left:before{content:"\ea06"}.icon-warning:before{content:"\ea07"}.icon-notification:before{content:"\ea08"}.icon-question:before{content:"\ea09"}.icon-plus:before{content:"\ea0a"}.icon-minus:before{content:"\ea0b"}.icon-info1:before{content:"\ea0c"}.icon-cancel-circle:before{content:"\ea0d"}.icon-blocked:before{content:"\ea0e"}.icon-cross:before{content:"\ea0f"}.icon-checkmark:before{content:"\ea10"}.icon-checkmark2:before{content:"\ea11"}.icon-spell-check:before{content:"\ea12"}.icon-enter:before{content:"\ea13"}.icon-exit:before{content:"\ea14"}.icon-play3:before{content:"\ea1c"}.icon-pause2:before{content:"\ea1d"}.icon-stop2:before{content:"\ea1e"}.icon-backward2:before{content:"\ea1f"}.icon-forward3:before{content:"\ea20"}.icon-first:before{content:"\ea21"}.icon-last:before{content:"\ea22"}.icon-previous2:before{content:"\ea23"}.icon-next2:before{content:"\ea24"}.icon-eject:before{content:"\ea25"}.icon-volume-high:before{content:"\ea26"}.icon-volume-medium:before{content:"\ea27"}.icon-volume-low:before{content:"\ea28"}.icon-volume-mute:before{content:"\ea29"}.icon-volume-mute2:before{content:"\ea2a"}.icon-volume-increase:before{content:"\ea2b"}.icon-volume-decrease:before{content:"\ea2c"}.icon-loop:before{content:"\ea2d"}.icon-loop2:before{content:"\ea2e"}.icon-infinite:before{content:"\ea2f"}.icon-shuffle:before{content:"\ea30"}.icon-arrow-up-left:before{content:"\ea31"}.icon-arrow-up:before{content:"\ea32"}.icon-arrow-up-right:before{content:"\ea33"}.icon-arrow-right:before{content:"\ea34"}.icon-arrow-down-right:before{content:"\ea35"}.icon-arrow-down:before{content:"\ea36"}.icon-arrow-down-left:before{content:"\ea37"}.icon-arrow-left:before{content:"\ea38"}.icon-arrow-up-left2:before{content:"\ea39"}.icon-arrow-up2:before{content:"\ea3a"}.icon-arrow-up-right2:before{content:"\ea3b"}.icon-arrow-right2:before{content:"\ea3c"}.icon-arrow-down-right2:before{content:"\ea3d"}.icon-arrow-down2:before{content:"\ea3e"}.icon-arrow-down-left2:before{content:"\ea3f"}.icon-arrow-left2:before{content:"\ea40"}.icon-circle-up:before{content:"\ea41"}.icon-circle-right:before{content:"\ea42"}.icon-circle-down:before{content:"\ea43"}.icon-circle-left:before{content:"\ea44"}.icon-tab:before{content:"\ea45"}.icon-move-up:before{content:"\ea46"}.icon-move-down:before{content:"\ea47"}.icon-sort-alpha-asc:before{content:"\ea48"}.icon-sort-alpha-desc:before{content:"\ea49"}.icon-sort-numeric-asc:before{content:"\ea4a"}.icon-sort-numberic-desc:before{content:"\ea4b"}.icon-sort-amount-asc:before{content:"\ea4c"}.icon-sort-amount-desc:before{content:"\ea4d"}.icon-command:before{content:"\ea4e"}.icon-shift:before{content:"\ea4f"}.icon-ctrl:before{content:"\ea50"}.icon-opt:before{content:"\ea51"}.icon-checkbox-checked:before{content:"\ea52"}.icon-checkbox-unchecked:before{content:"\ea53"}.icon-radio-checked:before{content:"\ea54"}.icon-radio-checked2:before{content:"\ea55"}.icon-radio-unchecked:before{content:"\ea56"}.icon-crop:before{content:"\ea57"}.icon-make-group:before{content:"\ea58"}.icon-ungroup:before{content:"\ea59"}.icon-scissors:before{content:"\ea5a"}.icon-filter:before{content:"\ea5b"}.icon-font:before{content:"\ea5c"}.icon-ligature:before{content:"\ea5d"}.icon-ligature2:before{content:"\ea5e"}.icon-text-height:before{content:"\ea5f"}.icon-text-width:before{content:"\ea60"}.icon-font-size:before{content:"\ea61"}.icon-bold:before{content:"\ea62"}.icon-underline:before{content:"\ea63"}.icon-italic:before{content:"\ea64"}.icon-strikethrough:before{content:"\ea65"}.icon-omega:before{content:"\ea66"}.icon-sigma:before{content:"\ea67"}.icon-page-break:before{content:"\ea68"}.icon-superscript:before{content:"\ea69"}.icon-subscript:before{content:"\ea6a"}.icon-superscript2:before{content:"\ea6b"}.icon-subscript2:before{content:"\ea6c"}.icon-text-color:before{content:"\ea6d"}.icon-pagebreak:before{content:"\ea6e"}.icon-clear-formatting:before{content:"\ea6f"}.icon-table2:before{content:"\ea70"}.icon-table21:before{content:"\ea71"}.icon-insert-template:before{content:"\ea72"}.icon-pilcrow:before{content:"\ea73"}.icon-ltr:before{content:"\ea74"}.icon-rtl:before{content:"\ea75"}.icon-section:before{content:"\ea76"}.icon-paragraph-left:before{content:"\ea77"}.icon-paragraph-center:before{content:"\ea78"}.icon-paragraph-right:before{content:"\ea79"}.icon-paragraph-justify:before{content:"\ea7a"}.icon-indent-increase:before{content:"\ea7b"}.icon-indent-decrease:before{content:"\ea7c"}.icon-share:before{content:"\ea7d"}.icon-new-tab:before{content:"\ea7e"}.icon-embed:before{content:"\ea7f"}.icon-embed2:before{content:"\ea80"}.icon-terminal:before{content:"\ea81"}.icon-share2:before{content:"\ea82"}.icon-mail:before{content:"\ea83"}.icon-mail2:before{content:"\ea84"}.icon-mail3:before{content:"\ea85"}.icon-mail4:before{content:"\ea86"}.icon-tux:before{content:"\eabd"}.icon-appleinc:before{content:"\eabe"}.icon-finder:before{content:"\eabf"}.icon-android:before{content:"\eac0"}.icon-windows:before{content:"\eac1"}.icon-windows8:before{content:"\eac2"}.icon-yelp:before{content:"\ead7"}.icon-chrome:before{content:"\ead9"}.icon-firefox:before{content:"\eada"}.icon-edge:before{content:"\eadc"}.icon-safari:before{content:"\eadd"}.icon-opera:before{content:"\eade"}.icon-file-word:before{content:"\eae1"} \ No newline at end of file +@font-face{font-family:appicons;src:url(fonts/appicons.ttf?6tmy7g) format('truetype'),url(fonts/appicons.woff?6tmy7g) format('woff'),url(fonts/appicons.svg?6tmy7g#appicons) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:appicons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-credit_cards_card:before{content:"\e900"}.icon-home:before{content:"\e901"}.icon-home2:before{content:"\e902"}.icon-home3:before{content:"\e903"}.icon-office:before{content:"\e904"}.icon-newspaper:before{content:"\e905"}.icon-pencil:before{content:"\e906"}.icon-pencil2:before{content:"\e907"}.icon-quill:before{content:"\e908"}.icon-pen:before{content:"\e909"}.icon-blog:before{content:"\e90a"}.icon-eyedropper:before{content:"\e90b"}.icon-droplet:before{content:"\e90c"}.icon-paint-format:before{content:"\e90d"}.icon-image:before{content:"\e90e"}.icon-images:before{content:"\e90f"}.icon-camera:before{content:"\e910"}.icon-headphones:before{content:"\e911"}.icon-music:before{content:"\e912"}.icon-play:before{content:"\e913"}.icon-film:before{content:"\e914"}.icon-video-camera:before{content:"\e915"}.icon-dice:before{content:"\e916"}.icon-pacman:before{content:"\e917"}.icon-spades:before{content:"\e918"}.icon-clubs:before{content:"\e919"}.icon-diamonds:before{content:"\e91a"}.icon-bullhorn:before{content:"\e91b"}.icon-connection:before{content:"\e91c"}.icon-podcast:before{content:"\e91d"}.icon-feed:before{content:"\e91e"}.icon-mic:before{content:"\e91f"}.icon-book:before{content:"\e920"}.icon-books:before{content:"\e921"}.icon-library:before{content:"\e922"}.icon-file-text:before{content:"\e923"}.icon-profile:before{content:"\e924"}.icon-file-empty:before{content:"\e925"}.icon-files-empty:before{content:"\e926"}.icon-file-text2:before{content:"\e927"}.icon-file-picture:before{content:"\e928"}.icon-file-music:before{content:"\e929"}.icon-file-play:before{content:"\e92a"}.icon-file-video:before{content:"\e92b"}.icon-file-zip:before{content:"\e92c"}.icon-copy:before{content:"\e92d"}.icon-paste:before{content:"\e92e"}.icon-stack:before{content:"\e92f"}.icon-folder:before{content:"\e930"}.icon-folder-open:before{content:"\e931"}.icon-folder-plus:before{content:"\e932"}.icon-folder-minus:before{content:"\e933"}.icon-folder-download:before{content:"\e934"}.icon-folder-upload:before{content:"\e935"}.icon-price-tag:before{content:"\e936"}.icon-price-tags:before{content:"\e937"}.icon-barcode:before{content:"\e938"}.icon-qrcode:before{content:"\e939"}.icon-ticket:before{content:"\e93a"}.icon-cart:before{content:"\e93b"}.icon-coin-dollar:before{content:"\e93c"}.icon-coin-euro:before{content:"\e93d"}.icon-coin-pound:before{content:"\e93e"}.icon-coin-yen:before{content:"\e93f"}.icon-credit-card:before{content:"\e940"}.icon-calculator:before{content:"\e941"}.icon-lifebuoy:before{content:"\e942"}.icon-phone:before{content:"\e943"}.icon-phone-hang-up:before{content:"\e944"}.icon-address-book:before{content:"\e945"}.icon-envelop:before{content:"\e946"}.icon-pushpin:before{content:"\e947"}.icon-location:before{content:"\e948"}.icon-location2:before{content:"\e949"}.icon-compass:before{content:"\e94a"}.icon-compass2:before{content:"\e94b"}.icon-map:before{content:"\e94c"}.icon-map2:before{content:"\e94d"}.icon-history:before{content:"\e94e"}.icon-clock:before{content:"\e94f"}.icon-clock2:before{content:"\e950"}.icon-alarm:before{content:"\e951"}.icon-bell:before{content:"\e952"}.icon-stopwatch:before{content:"\e953"}.icon-calendar:before{content:"\e954"}.icon-printer:before{content:"\e955"}.icon-keyboard:before{content:"\e956"}.icon-display:before{content:"\e957"}.icon-laptop:before{content:"\e958"}.icon-mobile:before{content:"\e959"}.icon-mobile2:before{content:"\e95a"}.icon-tablet:before{content:"\e95b"}.icon-tv:before{content:"\e95c"}.icon-drawer:before{content:"\e95d"}.icon-drawer2:before{content:"\e95e"}.icon-box-add:before{content:"\e95f"}.icon-box-remove:before{content:"\e960"}.icon-download:before{content:"\e961"}.icon-upload:before{content:"\e962"}.icon-floppy-disk:before{content:"\e963"}.icon-drive:before{content:"\e964"}.icon-database:before{content:"\e965"}.icon-undo:before{content:"\e966"}.icon-redo:before{content:"\e967"}.icon-undo2:before{content:"\e968"}.icon-redo2:before{content:"\e969"}.icon-forward:before{content:"\e96a"}.icon-reply:before{content:"\e96b"}.icon-bubble:before{content:"\e96c"}.icon-bubbles:before{content:"\e96d"}.icon-bubbles2:before{content:"\e96e"}.icon-bubble2:before{content:"\e96f"}.icon-bubbles3:before{content:"\e970"}.icon-bubbles4:before{content:"\e971"}.icon-user:before{content:"\e972"}.icon-users:before{content:"\e973"}.icon-user-plus:before{content:"\e974"}.icon-user-minus:before{content:"\e975"}.icon-user-check:before{content:"\e976"}.icon-user-tie:before{content:"\e977"}.icon-quotes-left:before{content:"\e978"}.icon-quotes-right:before{content:"\e979"}.icon-hour-glass:before{content:"\e97a"}.icon-spinner:before{content:"\e97b"}.icon-spinner2:before{content:"\e97c"}.icon-spinner3:before{content:"\e97d"}.icon-spinner4:before{content:"\e97e"}.icon-spinner5:before{content:"\e97f"}.icon-spinner6:before{content:"\e980"}.icon-spinner7:before{content:"\e981"}.icon-spinner8:before{content:"\e982"}.icon-spinner9:before{content:"\e983"}.icon-spinner10:before{content:"\e984"}.icon-spinner11:before{content:"\e985"}.icon-binoculars:before{content:"\e986"}.icon-search:before{content:"\e987"}.icon-zoom-in:before{content:"\e988"}.icon-zoom-out:before{content:"\e989"}.icon-enlarge:before{content:"\e98a"}.icon-shrink:before{content:"\e98b"}.icon-enlarge2:before{content:"\e98c"}.icon-shrink2:before{content:"\e98d"}.icon-key:before{content:"\e98e"}.icon-key2:before{content:"\e98f"}.icon-lock1:before{content:"\e990"}.icon-unlocked:before{content:"\e991"}.icon-wrench:before{content:"\e992"}.icon-equalizer:before{content:"\e993"}.icon-equalizer2:before{content:"\e994"}.icon-cog:before{content:"\e995"}.icon-cogs:before{content:"\e996"}.icon-hammer:before{content:"\e997"}.icon-magic-wand:before{content:"\e998"}.icon-aid-kit:before{content:"\e999"}.icon-bug:before{content:"\e99a"}.icon-pie-chart:before{content:"\e99b"}.icon-stats-dots:before{content:"\e99c"}.icon-stats-bars:before{content:"\e99d"}.icon-stats-bars2:before{content:"\e99e"}.icon-trophy:before{content:"\e99f"}.icon-gift:before{content:"\e9a0"}.icon-glass:before{content:"\e9a1"}.icon-glass2:before{content:"\e9a2"}.icon-mug:before{content:"\e9a3"}.icon-spoon-knife:before{content:"\e9a4"}.icon-leaf:before{content:"\e9a5"}.icon-rocket:before{content:"\e9a6"}.icon-meter:before{content:"\e9a7"}.icon-meter2:before{content:"\e9a8"}.icon-hammer2:before{content:"\e9a9"}.icon-fire:before{content:"\e9aa"}.icon-lab:before{content:"\e9ab"}.icon-magnet:before{content:"\e9ac"}.icon-bin:before{content:"\e9ad"}.icon-bin2:before{content:"\e9ae"}.icon-briefcase:before{content:"\e9af"}.icon-airplane:before{content:"\e9b0"}.icon-truck:before{content:"\e9b1"}.icon-road:before{content:"\e9b2"}.icon-accessibility:before{content:"\e9b3"}.icon-target:before{content:"\e9b4"}.icon-shield:before{content:"\e9b5"}.icon-power:before{content:"\e9b6"}.icon-switch:before{content:"\e9b7"}.icon-power-cord:before{content:"\e9b8"}.icon-clipboard:before{content:"\e9b9"}.icon-list-numbered:before{content:"\e9ba"}.icon-list:before{content:"\e9bb"}.icon-list2:before{content:"\e9bc"}.icon-tree:before{content:"\e9bd"}.icon-menu:before{content:"\e9be"}.icon-menu2:before{content:"\e9bf"}.icon-menu3:before{content:"\e9c0"}.icon-menu4:before{content:"\e9c1"}.icon-cloud:before{content:"\e9c2"}.icon-cloud-download:before{content:"\e9c3"}.icon-cloud-upload:before{content:"\e9c4"}.icon-cloud-check:before{content:"\e9c5"}.icon-download2:before{content:"\e9c6"}.icon-upload2:before{content:"\e9c7"}.icon-download3:before{content:"\e9c8"}.icon-upload3:before{content:"\e9c9"}.icon-sphere:before{content:"\e9ca"}.icon-earth:before{content:"\e9cb"}.icon-link:before{content:"\e9cc"}.icon-flag:before{content:"\e9cd"}.icon-attachment:before{content:"\e9ce"}.icon-eye:before{content:"\e9cf"}.icon-eye-plus:before{content:"\e9d0"}.icon-eye-minus:before{content:"\e9d1"}.icon-eye-blocked:before{content:"\e9d2"}.icon-bookmark:before{content:"\e9d3"}.icon-bookmarks:before{content:"\e9d4"}.icon-sun:before{content:"\e9d5"}.icon-contrast:before{content:"\e9d6"}.icon-brightness-contrast:before{content:"\e9d7"}.icon-star-empty:before{content:"\e9d8"}.icon-star-half:before{content:"\e9d9"}.icon-star-full:before{content:"\e9da"}.icon-heart:before{content:"\e9db"}.icon-heart-broken:before{content:"\e9dc"}.icon-man:before{content:"\e9dd"}.icon-woman:before{content:"\e9de"}.icon-man-woman:before{content:"\e9df"}.icon-happy:before{content:"\e9e0"}.icon-happy2:before{content:"\e9e1"}.icon-smile:before{content:"\e9e2"}.icon-smile2:before{content:"\e9e3"}.icon-tongue:before{content:"\e9e4"}.icon-tongue2:before{content:"\e9e5"}.icon-sad:before{content:"\e9e6"}.icon-sad2:before{content:"\e9e7"}.icon-wink:before{content:"\e9e8"}.icon-wink2:before{content:"\e9e9"}.icon-grin:before{content:"\e9ea"}.icon-grin2:before{content:"\e9eb"}.icon-cool:before{content:"\e9ec"}.icon-cool2:before{content:"\e9ed"}.icon-angry:before{content:"\e9ee"}.icon-angry2:before{content:"\e9ef"}.icon-evil:before{content:"\e9f0"}.icon-evil2:before{content:"\e9f1"}.icon-shocked:before{content:"\e9f2"}.icon-shocked2:before{content:"\e9f3"}.icon-baffled:before{content:"\e9f4"}.icon-baffled2:before{content:"\e9f5"}.icon-confused:before{content:"\e9f6"}.icon-confused2:before{content:"\e9f7"}.icon-neutral:before{content:"\e9f8"}.icon-neutral2:before{content:"\e9f9"}.icon-hipster:before{content:"\e9fa"}.icon-hipster2:before{content:"\e9fb"}.icon-wondering:before{content:"\e9fc"}.icon-wondering2:before{content:"\e9fd"}.icon-sleepy:before{content:"\e9fe"}.icon-sleepy2:before{content:"\e9ff"}.icon-frustrated:before{content:"\ea00"}.icon-frustrated2:before{content:"\ea01"}.icon-crying:before{content:"\ea02"}.icon-crying2:before{content:"\ea03"}.icon-point-up:before{content:"\ea04"}.icon-point-right:before{content:"\ea05"}.icon-point-down:before{content:"\ea06"}.icon-point-left:before{content:"\ea07"}.icon-warning:before{content:"\ea08"}.icon-notification:before{content:"\ea09"}.icon-question:before{content:"\ea0a"}.icon-plus:before{content:"\ea0b"}.icon-minus:before{content:"\ea0c"}.icon-info1:before{content:"\ea0d"}.icon-cancel-circle:before{content:"\ea0e"}.icon-blocked:before{content:"\ea0f"}.icon-cross:before{content:"\ea10"}.icon-checkmark:before{content:"\ea11"}.icon-checkmark2:before{content:"\ea12"}.icon-spell-check:before{content:"\ea13"}.icon-enter:before{content:"\ea14"}.icon-exit:before{content:"\ea15"}.icon-sendemail:before{content:"\ea16"}.icon-excel:before{content:"\ea17"}.icon-Lock_Information:before{content:"\ea18"}.icon-lock:before{content:"\ea19"}.icon-info:before{content:"\ea1a"}.icon-info_circle:before{content:"\ea1b"}.icon-help:before{content:"\ea1c"}.icon-play3:before{content:"\ea1d"}.icon-pause2:before{content:"\ea1e"}.icon-stop2:before{content:"\ea1f"}.icon-backward2:before{content:"\ea20"}.icon-forward3:before{content:"\ea21"}.icon-first:before{content:"\ea22"}.icon-last:before{content:"\ea23"}.icon-previous2:before{content:"\ea24"}.icon-next2:before{content:"\ea25"}.icon-eject:before{content:"\ea26"}.icon-volume-high:before{content:"\ea27"}.icon-volume-medium:before{content:"\ea28"}.icon-volume-low:before{content:"\ea29"}.icon-volume-mute:before{content:"\ea2a"}.icon-volume-mute2:before{content:"\ea2b"}.icon-volume-increase:before{content:"\ea2c"}.icon-volume-decrease:before{content:"\ea2d"}.icon-loop:before{content:"\ea2e"}.icon-loop2:before{content:"\ea2f"}.icon-infinite:before{content:"\ea30"}.icon-shuffle:before{content:"\ea31"}.icon-arrow-up-left:before{content:"\ea32"}.icon-arrow-up:before{content:"\ea33"}.icon-arrow-up-right:before{content:"\ea34"}.icon-arrow-right:before{content:"\ea35"}.icon-arrow-down-right:before{content:"\ea36"}.icon-arrow-down:before{content:"\ea37"}.icon-arrow-down-left:before{content:"\ea38"}.icon-arrow-left:before{content:"\ea39"}.icon-arrow-up-left2:before{content:"\ea3a"}.icon-arrow-up2:before{content:"\ea3b"}.icon-arrow-up-right2:before{content:"\ea3c"}.icon-arrow-right2:before{content:"\ea3d"}.icon-arrow-down-right2:before{content:"\ea3e"}.icon-arrow-down2:before{content:"\ea3f"}.icon-arrow-down-left2:before{content:"\ea40"}.icon-arrow-left2:before{content:"\ea41"}.icon-circle-up:before{content:"\ea42"}.icon-circle-right:before{content:"\ea43"}.icon-circle-down:before{content:"\ea44"}.icon-circle-left:before{content:"\ea45"}.icon-tab:before{content:"\ea46"}.icon-move-up:before{content:"\ea47"}.icon-move-down:before{content:"\ea48"}.icon-sort-alpha-asc:before{content:"\ea49"}.icon-sort-alpha-desc:before{content:"\ea4a"}.icon-sort-numeric-asc:before{content:"\ea4b"}.icon-sort-numberic-desc:before{content:"\ea4c"}.icon-sort-amount-asc:before{content:"\ea4d"}.icon-sort-amount-desc:before{content:"\ea4e"}.icon-command:before{content:"\ea4f"}.icon-shift:before{content:"\ea50"}.icon-ctrl:before{content:"\ea51"}.icon-opt:before{content:"\ea52"}.icon-checkbox-checked:before{content:"\ea53"}.icon-checkbox-unchecked:before{content:"\ea54"}.icon-radio-checked:before{content:"\ea55"}.icon-radio-checked2:before{content:"\ea56"}.icon-radio-unchecked:before{content:"\ea57"}.icon-crop:before{content:"\ea58"}.icon-make-group:before{content:"\ea59"}.icon-ungroup:before{content:"\ea5a"}.icon-scissors:before{content:"\ea5b"}.icon-filter:before{content:"\ea5c"}.icon-font:before{content:"\ea5d"}.icon-ligature:before{content:"\ea5e"}.icon-ligature2:before{content:"\ea5f"}.icon-text-height:before{content:"\ea60"}.icon-text-width:before{content:"\ea61"}.icon-font-size:before{content:"\ea62"}.icon-bold:before{content:"\ea63"}.icon-underline:before{content:"\ea64"}.icon-italic:before{content:"\ea65"}.icon-strikethrough:before{content:"\ea66"}.icon-omega:before{content:"\ea67"}.icon-sigma:before{content:"\ea68"}.icon-page-break:before{content:"\ea69"}.icon-superscript:before{content:"\ea6a"}.icon-subscript:before{content:"\ea6b"}.icon-superscript2:before{content:"\ea6c"}.icon-subscript2:before{content:"\ea6d"}.icon-text-color:before{content:"\ea6e"}.icon-pagebreak:before{content:"\ea6f"}.icon-clear-formatting:before{content:"\ea70"}.icon-table2:before{content:"\ea71"}.icon-table21:before{content:"\ea72"}.icon-insert-template:before{content:"\ea73"}.icon-pilcrow:before{content:"\ea74"}.icon-ltr:before{content:"\ea75"}.icon-rtl:before{content:"\ea76"}.icon-section:before{content:"\ea77"}.icon-paragraph-left:before{content:"\ea78"}.icon-paragraph-center:before{content:"\ea79"}.icon-paragraph-right:before{content:"\ea7a"}.icon-paragraph-justify:before{content:"\ea7b"}.icon-indent-increase:before{content:"\ea7c"}.icon-indent-decrease:before{content:"\ea7d"}.icon-share:before{content:"\ea7e"}.icon-new-tab:before{content:"\ea7f"}.icon-embed:before{content:"\ea80"}.icon-embed2:before{content:"\ea81"}.icon-terminal:before{content:"\ea82"}.icon-share2:before{content:"\ea83"}.icon-mail:before{content:"\ea84"}.icon-mail2:before{content:"\ea85"}.icon-mail3:before{content:"\ea86"}.icon-mail4:before{content:"\ea87"}.icon-cubelight:before{content:"\ea88"}.icon-cube:before{content:"\ea89"}.icon-bulletlist:before{content:"\ea8a"}.icon-eye-open:before{content:"\ea8b"}.icon-eye-close:before{content:"\ea8c"}.icon-arrowhead_down:before{content:"\ea8d"}.icon-arrowhead_up:before{content:"\ea8e"}.icon-sandclock:before{content:"\ea8f"}.icon-sum:before{content:"\ea90"}.icon-rndcheck-not:before{content:"\ea91"}.icon-rndcheck-ok:before{content:"\ea92"}.icon-clock1:before{content:"\ea93"}.icon-pause1:before{content:"\ea94"}.icon-shop:before{content:"\ea95"}.icon-template:before{content:"\ea96"}.icon-remove:before{content:"\ea97"}.icon-access:before{content:"\ea98"}.icon-address:before{content:"\ea99"}.icon-apps:before{content:"\ea9a"}.icon-archive:before{content:"\ea9b"}.icon-calendar1:before{content:"\ea9c"}.icon-code:before{content:"\ea9d"}.icon-coin:before{content:"\ea9e"}.icon-company:before{content:"\ea9f"}.icon-cube1:before{content:"\eaa0"}.icon-cubelight1:before{content:"\eaa1"}.icon-dashboard:before{content:"\eaa2"}.icon-datarefresh:before{content:"\eaa3"}.icon-documentsave:before{content:"\eaa4"}.icon-documents:before{content:"\eaa5"}.icon-download1:before{content:"\eaa6"}.icon-duplicate1:before{content:"\eaa7"}.icon-edit:before{content:"\eaa8"}.icon-excel1:before{content:"\eaa9"}.icon-expand:before{content:"\eaaa"}.icon-file:before{content:"\eaab"}.icon-Floppy:before{content:"\eaac"}.icon-folder1:before{content:"\eaad"}.icon-folder_add:before{content:"\eaae"}.icon-folder_delete:before{content:"\eaaf"}.icon-folder_find:before{content:"\eab0"}.icon-globe:before{content:"\eab1"}.icon-group:before{content:"\eab2"}.icon-home1:before{content:"\eab3"}.icon-inbox:before{content:"\eab4"}.icon-library1:before{content:"\eab5"}.icon-license:before{content:"\eab6"}.icon-list1:before{content:"\eab7"}.icon-log:before{content:"\eab8"}.icon-logout:before{content:"\eab9"}.icon-menu1:before{content:"\eaba"}.icon-newspaper1:before{content:"\eabb"}.icon-numberlist:before{content:"\eabc"}.icon-package:before{content:"\eabd"}.icon-tux:before{content:"\eabe"}.icon-appleinc:before{content:"\eabf"}.icon-finder:before{content:"\eac0"}.icon-android:before{content:"\eac1"}.icon-windows:before{content:"\eac2"}.icon-windows8:before{content:"\eac3"}.icon-pay:before{content:"\eac4"}.icon-pdf:before{content:"\eac5"}.icon-pdfexport:before{content:"\eac6"}.icon-pictures:before{content:"\eac7"}.icon-plus1:before{content:"\eac8"}.icon-untitled:before{content:"\eac9"}.icon-dataset:before{content:"\eaca"}.icon-check:before{content:"\eacb"}.icon-projects:before{content:"\eacc"}.icon-rename:before{content:"\eacd"}.icon-Save:before{content:"\eace"}.icon-squares:before{content:"\eacf"}.icon-table1:before{content:"\ead0"}.icon-upload1:before{content:"\ead1"}.icon-user1:before{content:"\ead2"}.icon-staff:before{content:"\ead3"}.icon-back:before{content:"\ead4"}.icon-next1:before{content:"\ead5"}.icon-sendemail1:before{content:"\ead6"}.icon-exit1:before{content:"\ead7"}.icon-yelp:before{content:"\ead8"}.icon-key1:before{content:"\ead9"}.icon-chrome:before{content:"\eada"}.icon-firefox:before{content:"\eadb"}.icon-duplicate:before{content:"\eadc"}.icon-edge:before{content:"\eadd"}.icon-safari:before{content:"\eade"}.icon-opera:before{content:"\eadf"}.icon-file-pdf:before{content:"\eae0"}.icon-paste1:before{content:"\eae1"}.icon-file-word:before{content:"\eae2"}.icon-file-excel:before{content:"\eae3"}.icon-copy1:before{content:"\eae4"}.icon-replace:before{content:"\eae5"}.icon-week:before{content:"\eae6"}.icon-baggage:before{content:"\eae7"}.icon-trash:before{content:"\eae8"}.icon-erase:before{content:"\eae9"}.icon-usertime:before{content:"\eaea"}.icon-helpfile:before{content:"\eaeb"}.icon-clocktime:before{content:"\eaec"}.icon-table:before{content:"\eaed"}.icon-report:before{content:"\eaee"}.icon-aggrement:before{content:"\eaef"}.icon-vacancydays:before{content:"\eaf0"} \ No newline at end of file diff --git a/public_html/lib/App/Bankaccounts.php b/public_html/lib/App/Bankaccounts.php new file mode 100644 index 0000000..4cb061b --- /dev/null +++ b/public_html/lib/App/Bankaccounts.php @@ -0,0 +1,68 @@ +dbh = $dblink; + $this->cfg = $cfg; + } + + public function __destruct(){ + $this->dbh = null; + } + + public function getColDefs(){ + return $this->dbh->getColumnDefinitions($this->cfg["db"]["dbname"],"bank_statements"); + } + + public function getMonthList(){ + $sql = "select date_month as id,month(date_month) as month, year(date_month) as year, count(id_member) as cnt from members_cotisation mc group by date_month order by date_month DESC;"; + //$sql= "select CONACT(year,'-',month,'-01') as date from sepa_xmldata group by datestart order by datestart DESC;"; + return $this->dbh->queryarray($sql); + } + + public function getList($monthdate){ + $sql ="SELECT mc.id, mc.id_member, mc.date_month, mc.date_transaction, mc.status, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.amount, mc.paymenttype, mc.created, mc.modified, +unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.date_month = date(".$this->dbh->value($monthdate).");"; + return $this->dbh->queryarray($sql); + } + + public function getRowData($id){ + $sql = "SELECT id, id_member, date_month,DATE_FORMAT(date_month,'%m/%Y') as dspdate_month, date_transaction, status, sepa_file_out, transaction_file_in, transaction_id, last_sepa_code, amount, paymenttype, created, modified FROM members_cotisation where id=".$this->dbh->value($id).";"; + return $this->dbh->query($sql); + } + + public function saveRow($id,$data){ + $updsql = $this->dbh->createUpdateDDL("members_cotisation",array("id" => $id),$data); + $ret = $this->dbh->exec($updsql); + return $ret; + } + + public function startImport($file){ + $pp = new WorkerProcess($this->dbh,$this->cfg); + $phpexe='php'; + if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { + $phpexe=$_SERVER['PHPRC']."\\php.exe"; + } else { + $phpexe="php"; + } + $pinfo = $pp->executeCli($phpexe." ".$this->cfg["scripts"]."importcsv.php"." -f ".$xmlfile."","importcsv"); + return $pinfo; + } + + public function checkTransactions($month){ + $pp = new WorkerProcess($this->dbh,$this->cfg); + $phpexe='php'; + if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { + $phpexe=$_SERVER['PHPRC']."\\php.exe"; + } else { + $phpexe="php"; + } + $pinfo = $pp->executeCli($phpexe." ".$this->cfg["scripts"]."parsestatements.php"." -f ".$xmlfile."","parsestatements"); + return $pinfo; + } + +} + +?> \ No newline at end of file diff --git a/public_html/lib/App/Cotisations.php b/public_html/lib/App/Cotisations.php index 1f60b4d..a1c066b 100644 --- a/public_html/lib/App/Cotisations.php +++ b/public_html/lib/App/Cotisations.php @@ -24,12 +24,12 @@ class Cotisations extends stdClass { public function getList($monthdate){ $sql ="SELECT mc.id, mc.id_member, mc.date_month, mc.date_transaction, mc.status, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.amount, mc.paymenttype, mc.created, mc.modified, -m.firstname,m.lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.date_month = date(".$this->dbh->value($monthdate).");"; +unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.date_month = date(".$this->dbh->value($monthdate).");"; return $this->dbh->queryarray($sql); } public function getUnpaidSepaList(){ - $sql = "SELECT mc.id, mc.id_member, mc.date_month, m.firstname,m.lastname, mc.status, mc.amount, mc.date_transaction, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.paymenttype, mc.created, mc.modified + $sql = "SELECT mc.id, mc.id_member, mc.date_month, m.firstname,m.lastname, mc.status, mc.amount, mc.date_transaction, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.paymenttype, mc.created, mc.modified,m.bankaccount,m.bankbic FROM members_cotisation mc join members m on (mc.id_member=m.ID_member) where mc.paymenttype ='SEPA' and (mc.status is null or mc.status = 'error') and mc.amount > 0 and m.id_member not in (select ID_dependent from members_dependents md) order by mc.date_month desc;"; @@ -49,7 +49,7 @@ m.firstname,m.lastname FROM members_cotisation mc join members m on (m.ID_member public function getListByMember($id){ $sql ="SELECT mc.id, mc.id_member, mc.date_month, mc.date_transaction, mc.status, mc.sepa_file_out, mc.transaction_file_in, mc.transaction_id, mc.last_sepa_code, mc.amount, mc.paymenttype, mc.created, mc.modified, -m.firstname,m.lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.id_member =".$this->dbh->value($id)." order by date_month DESC;"; +unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname FROM members_cotisation mc join members m on (m.ID_member=mc.id_member) where mc.id_member =".$this->dbh->value($id)." order by date_month DESC;"; return $this->dbh->queryarray($sql); } @@ -70,6 +70,22 @@ m.firstname,m.lastname FROM members_cotisation mc join members m on (m.ID_member return $resa; } + public function addMonth($idmember){ + $res = null; + if ($idmember != null){ + $res = $this->dbh->query("select case when m.quota is null then 0 else m.quota end as amount,case when m.sepasigned ='1' then 'SEPA' else 'VIR' end as paymenttype,dx.date_month from members m join + (select id_member,date_month from ( + select id_member,DATE_Add(max(date_month), interval 1 month) as date_month from members_cotisation mc where id_member=".$this->dbh->value($idmember)." + union + select ID_member as id_member,STR_TO_DATE(CONCAT(YEAR(datein), '-', MONTH(datein), '-01'), '%Y-%m-%d') as date_month from members where ID_member=".$this->dbh->value($idmember).") dd order by date_month desc LIMIT 1) dx on (m.ID_member=dx.id_member);"); + if (isset($res["date_month"])){ + $sql = "insert into members_cotisation (ID_member,date_month,amount,paymenttype) VALUES (".$this->dbh->value($idmember).",date(".$this->dbh->value($res["date_month"])."),".$this->dbh->value($res["amount"]).",".$this->dbh->value($res["paymenttype"]).");"; + $this->dbh->exec($sql); + } + } + return $res; + } + public function checkSepaTransactions($monthdate){ //first get all payed with success! $sql1 = "UPDATE members_cotisation mc diff --git a/public_html/lib/App/Countries.php b/public_html/lib/App/Countries.php index c14759f..fa2f891 100644 --- a/public_html/lib/App/Countries.php +++ b/public_html/lib/App/Countries.php @@ -71,5 +71,10 @@ class Countries extends stdClass { return $this->dbh->exec($sql); } + public function getPhonePrefixList(){ + $sql= "select CONCAT('+',codephone) as codephone, concat('(',iso2,') +',codephone) as description from countries where codephone is not null and codephone != 0 order by -prio DESC,iso2 ASC;"; + return $this->dbh->queryarray($sql); + } + } ?> \ No newline at end of file diff --git a/public_html/lib/App/Members.php b/public_html/lib/App/Members.php index 618d752..088fbbc 100644 --- a/public_html/lib/App/Members.php +++ b/public_html/lib/App/Members.php @@ -21,27 +21,27 @@ class Members extends stdClass { } else { return array(); } - $sql= "SELECT ID_member as id, lastname,firstname,securitysocialnumber, - CONCAT(coalesce(lastname,''),' ',coalesce(firstname,''),'
',coalesce(ID_member,''),' / ',coalesce(securitysocialnumber,'')) as memberdata - FROM members ".$where." order by lastname asc,firstname asc;"; + $sql= "SELECT ID_member as id, unaccent(UPPER(lastname)) as lastname,unaccent(UPPER(firstname)) as firstname,securitysocialnumber, + CONCAT(coalesce(unaccent(UPPER(lastname)),''),' ',coalesce(unaccent(UPPER(firstname)),''),'
',coalesce(ID_member,''),' / ',coalesce(securitysocialnumber,'')) as memberdata + FROM members WHERE daterelease is null AND deleted is null order by lastname asc,firstname asc;"; return $this->dbh->queryarray($sql); } public function getSelectList(){ - $sql= "SELECT ID_member as id, CONCAT(coalesce(lastname,''),' ',coalesce(firstname,''),' (',ID_member,')') as description + $sql= "SELECT ID_member as id, CONCAT(coalesce(unaccent(UPPER(lastname)),''),' ',coalesce(unaccent(UPPER(firstname)),''),' (',ID_member,')') as description FROM members WHERE daterelease is null order by lastname ASC,firstname ASC;"; return $this->dbh->queryarray($sql); } public function getFamillyCommonList(){ - $sql= "SELECT ID_member as id, CONCAT(coalesce(lastname,''),' ',coalesce(firstname,''),' (',ID_member,')') as description + $sql= "SELECT ID_member as id, CONCAT(coalesce(unaccent(UPPER(lastname)),''),' ',coalesce(unaccent(UPPER(firstname)),''),' (',ID_member,')') as description FROM members WHERE daterelease is null and ID_famillycommon is null order by lastname ASC,firstname ASC;"; return $this->dbh->queryarray($sql); } public function get($id){ - $sql= "SELECT m.ID_member as id, m.code, m.code1, m.firstname, m.lastname, m.codebar, m.gender, m.photoid, m.birthday, m.birthcountry, + $sql= "SELECT m.ID_member as id, m.code, m.code1, unaccent(UPPER(m.firstname)) as firstname, unaccent(UPPER(m.lastname)) as lastname, m.codebar, m.gender, m.photoid, m.birthday, m.birthcountry, m.ID_zipcode,z.zipcode, m.addresszipcode, m.addressziplocal, m.addressstreet, m.addresspolicenumber, m.addressextra, m.addresscountry, m.retired, m.dateretired, m.student, m.datein, m.daterelease, m.dateinmut, m.securitysocialnumber, m.journal, m.journalqt, m.phone, m.cellphone, m.fax, m.email, diff --git a/public_html/lib/App/Payments.php b/public_html/lib/App/Payments.php index 7b32695..29602fc 100644 --- a/public_html/lib/App/Payments.php +++ b/public_html/lib/App/Payments.php @@ -23,7 +23,7 @@ class Payments extends stdClass { } public function getList($month,$year){ - $sql= "SELECT mq.ID_member_quota, mq.ID_member, mq.`month`, mq.`year`, mq.datemovement, mq.ID_quotatype,CONCAT(qt.code,' - ',qt.description) as quotatype, mq.imported, mq.filexml, mq.refxml, mq.success, mq.forgiven, mq.errormsg, mq.errorcode, mq.quota, mq.quotaextra, mq.accountout, mq.accountin, mq.quotaobs,m.lastname,m.firstname,m.sepasigned,m.ID_sepa_group,CONCAT(sg.code,' - ',sg.description) as sepagroup + $sql= "SELECT mq.ID_member_quota, mq.ID_member, mq.`month`, mq.`year`, mq.datemovement, mq.ID_quotatype,CONCAT(qt.code,' - ',qt.description) as quotatype, mq.imported, mq.filexml, mq.refxml, mq.success, mq.forgiven, mq.errormsg, mq.errorcode, mq.quota, mq.quotaextra, mq.accountout, mq.accountin, mq.quotaobs,unaccent(UPPER(m.lastname)) as lastname,unaccent(UPPER(m.firstname)) as firstname,m.sepasigned,m.ID_sepa_group,CONCAT(sg.code,' - ',sg.description) as sepagroup from members_quotas mq join members m on (mq.ID_member=m.ID_member) left join quotastype qt on (mq.ID_quotatype=qt.ID_quotatype) @@ -34,7 +34,7 @@ class Payments extends stdClass { public function getUnpaidList(){ $sql=" select CONCAT(ID_member,'-',year,'-',month) as id, ID_member,lastname,firstname,year,month,quota from ( - select mq.ID_member,m.firstname,m.lastname,sum(mq.success) as success,mq.`year`,mq.`month` ,mq.quota + select mq.ID_member,unaccent(UPPER(m.firstname)) as firstname,unaccent(UPPER(m.lastname)) as lastname,sum(mq.success) as success,mq.`year`,mq.`month` ,mq.quota from members_quotas mq join members m on (mq.ID_member=m.ID_member) where m.daterelease is null and m.sepasigned=1 group by mq.id_member,mq.year,mq.month ) aa where aa.success=0 order by year desc,month desc,lastname,firstname;"; diff --git a/public_html/lib/App/Sepa.php b/public_html/lib/App/Sepa.php index e1489fa..f1117f6 100644 --- a/public_html/lib/App/Sepa.php +++ b/public_html/lib/App/Sepa.php @@ -13,188 +13,6 @@ class Sepa extends stdClass { $this->dbh = null; } - public function createSepaOLD($debitdate,$month,$year,$unpaiddata){ - - try { - $CrLf = "\r\n"; - - $msgid=date('Ymd_His'); - $dateTime_EMCA=date('Y-m-d')."T".date('H:i:s'); - $pmtinf = array(); - if (isset($month) && $month>0 && isset($year) && $year> 0){ - $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,CONCAT(m.lastname,' ',m.firstname) as memberfullname, - replace(m.bankaccount,' ','') as memberiban,CONCAT('NGL-SNEP ','".str_pad($month, 2, "0", STR_PAD_LEFT )."','/','".$year."') as sepamsg,case when sum(mq.success) > 0 then 'RCUR' else 'FRST' end as seqtype - from members m - left join members_quotas mq on (m.ID_member=mq.ID_member) - join members_cotisation mc on (m.ID_member=mc.id_member) - join banks b on (m.ID_bank=b.ID_bank) - where m.sepasigned=1 and (m.daterelease is null or m.daterelease >= date('".$year."-".str_pad($month, 2, "0", STR_PAD_LEFT )."-01')) and m.id_famillycommon is null and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) > 20 - group by m.ID_member;"; - // m.ID_member not in (select ID_dependent from members_dependents md) - //and m.dateretired is null - //file_put_contents($this->cfg["datapath"]."tmp/debug.log","SQL Export: ".$sql."\n",FILE_APPEND); - $pmtinf = $this->dbh->queryarray($sql); - } - - $sepaxml = "".$CrLf; - $sepaxml .= " ".$CrLf; - //SECTION CREATION SEPA FILE - ISO200022 - // SEPA File Header - // SEPA Group header - //file_put_contents("log/debug.log","Pmt_inf:\n".print_r($unpaiddata,true),FILE_APPEND); - if (isset($unpaiddata) && count($unpaiddata) > 0){ - //file_put_contents("log/debug.log","parse unpaiddata:\n",FILE_APPEND); - //foreach ($unpaiddata as $up){ - - //file_put_contents("log/debug.log","parse unpaiddata:".print_r($unpaiddata,true)."\n",FILE_APPEND); - $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,CONCAT(m.lastname,' ',m.firstname) as memberfullname, - m.bankaccount as memberiban,CONCAT('NGL-SNEP ','".substr($up["date_month"],5,2)."','/','".substr($up["date_month"],0,4)."') as sepamsg,case when sum(mq.success) > 0 then 'RCUR' else 'FRST' end as seqtype - from members m - left join members_quotas mq on (m.ID_member=mq.ID_member) - join members_cotisation mc on (m.ID_member=mc.id_member) - join banks b on (m.ID_bank=b.ID_bank) - where mc.id in (".$this->dbh->value(implode("','",$unpaiddata)).") and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) > 20 - group by m.ID_member;"; - $upval = $this->dbh->query($sql); - array_push($pmtinf,$upval); - //} - } - - $sepa_pmtinf = array(); - $sumall=0.00; - $countall=0; - $updids=array(); - foreach ($pmtinf as $py){ - if (isset($py["ID_member"])){ - array_push($updids,$py["ID_member"]); - $DrctDbtTxInf = " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$py["ID_member"]."".$CrLf; - $DrctDbtTxInf .= " ".$py["ID_member"]."".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$py["memberquota"]."".$CrLf; //15.00 - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$py["ID_member"]."".$CrLf; - $DrctDbtTxInf .= " ".$py["sepasignaturedate"]."".$CrLf; // yyyy-mm-dd - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$py["memberbic"]."".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".strtoupper($py["memberfullname"])."".$CrLf; //surname prename - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".str_replace(' ','',$py["memberiban"])."".$CrLf; // nospaces - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$py["sepamsg"]."".$CrLf; // p.ex. NGL-SNEP 01/2024 - $DrctDbtTxInf .= " ".$CrLf; - $DrctDbtTxInf .= " ".$CrLf; - //file_put_contents($this->cfg["datapath"]."tmp/debug.log","Pmt_inf:\n".print_r($py,true),FILE_APPEND); - if (!isset($sepa_pmtinf[$py["seqtype"]])){ - $sepa_pmtinf[$py["seqtype"]] = array("DrctDbtTxInf" => array(),"CommonPmtInf" => "","sumDrctDbtTxInf" => 0.0); - } - array_push($sepa_pmtinf[$py["seqtype"]]["DrctDbtTxInf"],$DrctDbtTxInf); - $sepa_pmtinf[$py["seqtype"]]["sumDrctDbtTxInf"] += $py["memberquota"]; - $countall++; - $sumall+=$py["memberquota"]; - } - } - - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$msgid."".$CrLf; - $sepaxml .= " ".$dateTime_EMCA."".$CrLf; - $sepaxml .= " ".$countall."".$CrLf; - $sepaxml .= " ".$sumall."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$this->cfg["companyname"]."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$this->cfg['rcsnum']."".$CrLf; - $sepaxml .= " RCS".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - - foreach ($sepa_pmtinf as $sqtkey => $sqtv ){ - //file_put_contents($this->cfg["datapath"]."tmp/debug.log","Sqtkey: ".print_r($sqtkey,true)."\n"."Sqtv: ".print_r($sqtv,true),FILE_APPEND); - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$msgid."".$CrLf; - $sepaxml .= " DD".$CrLf; - $sepaxml .= " true".$CrLf; - $sepaxml .= " ".count($sepa_pmtinf[$sqtkey]["DrctDbtTxInf"])."".$CrLf; - $sepaxml .= " ".$sepa_pmtinf[$sqtkey]["sumDrctDbtTxInf"]."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " SEPA".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " CORE".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$sqtkey."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$debitdate."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$this->cfg["companyname"]."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$this->cfg["iso2country"]."".$CrLf; //iso-country - $sepaxml .= " ".$this->cfg["address"]."".$CrLf; - $sepaxml .= " ".$this->cfg["iso1country"]."-".$this->cfg["zip"]." ".strtoupper($this->cfg["city"])."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".str_replace(' ','',$this->cfg["iban"])."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$this->cfg["bic"]."".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " LU57ZZZ0000000000000000760".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " SEPA".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - $sepaxml .= " ".$CrLf; - - foreach ($sepa_pmtinf[$sqtkey]["DrctDbtTxInf"] as $debitInf){ - $sepaxml .= $debitInf; - } - $sepaxml .= " ".$CrLf; - } - $sepaxml .= " ".$CrLf; - $sepaxml .= "".$CrLf; - file_put_contents($this->cfg["datapath"]."exportsepa/".$msgid.".xml",$sepaxml); - $sql = "update members_cotisation set status='exported' WHERE id_member in (".implode(",",$updids).") and date_month=date('".$year."-".str_pad($month, 2, "0", STR_PAD_LEFT )."-01');"; - $this->dbh->exec($sql); - // foreach ($pmtinf as $py){ - // $sql="update members_cotisation SET status='exported' where id='".$py["ID_member"]."' and date_month=date('".$year."-".str_pad($month, 2, "0", STR_PAD_LEFT )."-01');"; - // $this->dbh->exec($sql); - // } - - } catch (Exception $e){ - //file_put_contents($this->cfg["datapath"]."tmp/debug.log","Error:\n".print_r($e,true),FILE_APPEND); - return array("error" => print_r($e,true)); - } - } - public function createSepa($debitdate,$month,$year,$unpaiddata){ $pp = new WorkerProcess($this->dbh,$this->cfg); $phpexe='php'; diff --git a/public_html/lib/App/ZipCodes.php b/public_html/lib/App/ZipCodes.php index e69eb95..786038b 100644 --- a/public_html/lib/App/ZipCodes.php +++ b/public_html/lib/App/ZipCodes.php @@ -21,6 +21,26 @@ class ZipCodes extends stdClass { return $this->dbh->queryarray($sql); } + public function getZipCodeList($country){ + if (!isset($country) || strlen($country) != 2 ){return array();} + $sql="select zipcode from zipcodes where iso2=".$this->dbh->value($country)." group by zipcode order by zipcode;"; + return $this->dbh->queryarray($sql); + } + + public function getCityList($country,$cp=null){ + if (!isset($country) || strlen($country) != 2 ){return array();} + + $sql="select `local` as city from zipcodes where iso2=".$this->dbh->value($country)." and zipcode like '".$this->dbh->text($cp)."%' group by `local`; "; + return $this->dbh->queryarray($sql); + } + + public function getStreetList($country,$cp,$city=null){ + if (!isset($country) || strlen($country) != 2 ){return array();} + if (!isset($cp) || strlen($cp) < 4 ){return array();} + $sql="select street from zipcodes where iso2=".$this->dbh->value($country)." and zipcode like '".$this->dbh->text($cp)."%' and city like '".$this->dbh->text($cp)."%' group by street; "; + return $this->dbh->queryarray($sql); + } + public function getRowData($id){ $sql= "SELECT ID_zipcode as id, iso2, `local`, street, zipcode, policenumbertype, policenumberstart, policenumberend, ID_section, new_date, new_user, update_date, update_user FROM zipcodes WHERE ID_zipcode=".$this->dbh->value($id).";"; return $this->dbh->query($sql); diff --git a/public_html/lib/Config.php b/public_html/lib/Config.php index fef96ce..eca2a8a 100644 --- a/public_html/lib/Config.php +++ b/public_html/lib/Config.php @@ -16,7 +16,7 @@ $cfg["db"]["debug"] = 1; $cfg["tmppath"] = "data/tmp/"; $cfg["lang"] = "fr"; - $cfg["debug"] = 1; + $cfg["debug"] = 0; $cfg["curlua"] = "NGL-SNEP App"; $cfg["appname"] = "NGL-SNEP"; $cfg["env"] = "prod"; diff --git a/public_html/lib/Database.php b/public_html/lib/Database.php index 0a26254..3c1858d 100644 --- a/public_html/lib/Database.php +++ b/public_html/lib/Database.php @@ -27,7 +27,7 @@ class Database extends stdClass { } } - public function securetext($text){ + public function text($text){ if ($text == null){return '';}; return str_replace("'","''",$text); } @@ -35,12 +35,12 @@ class Database extends stdClass { if (($text == "") || ($text == null)){ return 'null'; } - return "'".$this->securetext($text)."'"; + return "'".$this->text($text)."'"; } - public function query($sql){ + public function query($sql,$nolog=0){ $result = array(); - if ($this->dbconf["debug"] == 1){ + if ($this->dbconf["debug"] == 1 && $nolog==0){ $this->dblog("QUERY: ".$sql); } try { diff --git a/public_html/lib/Form.php b/public_html/lib/Form.php index 43198c7..e9726ce 100644 --- a/public_html/lib/Form.php +++ b/public_html/lib/Form.php @@ -56,7 +56,7 @@ class Form extends stdClass { if (isset($options->inputStyle)){ $input .= ' style="'.$options->inputStyle.'"';} if (isset($options->placeholder)){ $input .= ' placeholder="'.$options->placeholder.'"'; } - if (isset($options->list)){ $input .= ' list="'.$options->list.'"'; } + // if (isset($options->list)){ $input .= ' list="'.$options->list.'"'; } if ($type == "text"){ if (isset($options->maxlength)){ $input .= ' maxlength="'.$options->maxlength.'"'; } } @@ -74,10 +74,14 @@ class Form extends stdClass { if (isset($options->onblur)){ $customjs = $options->onblur.";";} $input .= ' onblur="'.$ds.$customjs.'"'; } + if (isset($options->datalist)){$input .= " list=\"dl_".$frmname."_".$id."\"";} if (isset($options->required)){$input .= " required";} if (isset($options->readonly)){$input .= " readonly";} if (isset($options->disabled)){$input .= " disabled";} - $input .= '/>'; + $input .= '/>'; + + $input .= ''; + if (isset($options->datalist)){ $input .= "";} if (!isset($options->return)){ echo $input; return; @@ -85,6 +89,43 @@ class Form extends stdClass { return $input; } + public function phone($frmname,$id,$label,$options=null,$datalist=null){ + $predefstyle=""; + $extraclass=""; + $phone= '
containerClass:"").'" '.((isset($options->containerId))?' id="'.$options->containerId.'"':"").' style="'.$predefstyle.''.((isset($options->containerStyle))?$options->containerStyle:"").'">'; + if ($label != null){ + $phone .= ''; + } + $phone .= '
'; + $phone .= ''; + $phone .= 'inputClass:"").' data_'.$frmname.'" data-column="'.$id.'" data-table="'.$frmname.'" data-id="'.$id.'" data-class="'. ucfirst($frmname).'" style="width: calc(100% - 125px);" id="'.$id.'" '; + if (isset($options->inputStyle)){ $phone .= ' style="'.$options->inputStyle.'"';} + if (isset($options->placeholder)){ $phone .= ' placeholder="'.$options->placeholder.'"'; } + if (isset($options->maxlength)){ $phone .= ' maxlength="'.$options->maxlength.'"'; } + + + + if (isset($options->directsave) || isset($options->onblur)){ + $ds ="";$customjs=""; + if (isset($options->directsave)){ $ds='dataform.savefield(this,'.((isset($options->aftersave))?$options->aftersave:"null").");";} + if (isset($options->onblur)){ $customjs = $options->onblur.";";} + $phone .= ' onblur="'.$ds.$customjs.'"'; + } + if (isset($options->datalist)){$phone .= " list=\"dl_".$frmname."_".$id."\"";} + if (isset($options->required)){$phone .= " required";} + if (isset($options->readonly)){$phone .= " readonly";} + if (isset($options->disabled)){$phone .= " disabled";} + $phone .= '/>'; + $phone .= '
'; + $phone .= '
'; + if (isset($options->datalist)){ $phone .= "";} + if (!isset($options->return)){ + echo $phone; + return; + } + return $phone; +} + public function select($frmname,$id,$label,$options=null){ $select = '
containerClass:"").'" '.((isset($options->containerId))?' id="'.$options->containerId.'"':"").' style="'.((isset($options->containerStyle))?$options->containerStyle:"").'">'; if ($label != null){ @@ -124,6 +165,8 @@ class Form extends stdClass { return $select; } + + public function checkbox($frmname,$id,$label,$options=null){ $checkbox = '
containerClass:"").'" '.((isset($options->containerId))?' id="'.$options->containerId.'"':"").' style="'.((isset($options->containerStyle))?$options->containerStyle:"").'">'; if (isset($options->label)){ diff --git a/public_html/lib/Session.php b/public_html/lib/Session.php index c37af9e..5938207 100644 --- a/public_html/lib/Session.php +++ b/public_html/lib/Session.php @@ -19,7 +19,7 @@ class Session extends stdClass { join users us on (us.ID_user=se.id_user) where se.id= ".$this->dbh->value($sid)." and se.remote_addr= ".$this->dbh->value($_SERVER["REMOTE_ADDR"])." - and se.user_agent=".$this->dbh->value($_SERVER["HTTP_USER_AGENT"])." and us.isblocked is null group by se.id,us.ID_user;"); + and se.user_agent=".$this->dbh->value($_SERVER["HTTP_USER_AGENT"])." and us.isblocked is null group by se.id,us.ID_user;",1); } if ($this->session == false || count($this->session) == 0){ return null; @@ -36,8 +36,8 @@ class Session extends stdClass { //mariadb => SHA2($this->dbh->value($password),256); $sql="select ID_user as id,username from users where lower(username)=lower(".$this->dbh->value($username).") and password2='".$encpwd."' and isblocked is null;"; - file_put_contents("log/sql.log",$sql."\n",FILE_APPEND); - $auth = $this->dbh->query($sql); + //file_put_contents("log/sql.log",$sql."\n",FILE_APPEND); + $auth = $this->dbh->query($sql,1); //error_log(print_r($auth,true)."->".$sql); if ($auth){ diff --git a/public_html/lib/version.php b/public_html/lib/version.php index 727130c..e3dcb43 100644 --- a/public_html/lib/version.php +++ b/public_html/lib/version.php @@ -1,5 +1,5 @@ 0 && isset($p["year"]) && $p["year"]> 0){ echo "recherche des membres pour le mois ".$p["month"]."/".$p["year"]."!\n"; - $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,CONCAT(m.lastname,' ',m.firstname) as memberfullname, + $sql = "select mc.id,m.ID_member,m.quota as memberquota, m.datesepasigned as sepasignaturedate , b.biccode as memberbic,unaccent(UPPER(CONCAT(m.lastname,' ',m.firstname))) as memberfullname, replace(m.bankaccount,' ','') as memberiban,CONCAT('NGL-SNEP ','".str_pad($p["month"], 2, "0", STR_PAD_LEFT )."','/','".$p["year"]."') as sepamsg,case when sum(case when mx.cntstatus > 0 then 1 else 0 end) > 0 then 'RCUR' else 'FRST' end as seqtype from members m join members_cotisation mc on (m.ID_member=mc.id_member) @@ -92,7 +92,7 @@ join members_cotisation mc on (m.ID_member=mc.id_member) left join (select id_member,count(status) as cntstatus from members_cotisation where status is not null and status != 'error' group by id_member) mx on (mx.id_member=m.ID_member) join banks b on (m.ID_bank=b.ID_bank) - where mc.id in (".$db->value(implode(",",$p["ids"])).") and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) >= 16 + where mc.id in (".implode(",",$p["ids"]).") and m.ID_bank > 0 and CHAR_LENGTH(bankaccount) >= 16 group by m.ID_member;"; $upval = $db->queryarray($sql); foreach ($upval as $up){ diff --git a/public_html/scripts/importcsv.php b/public_html/scripts/importcsv.php new file mode 100644 index 0000000..7017003 --- /dev/null +++ b/public_html/scripts/importcsv.php @@ -0,0 +1,79 @@ + ""); + + for ($i=1;$i<$argc;$i++) { + switch ($argv[$i]) { + case "-f": + $i++; + $p["file"] = $argv[$i]; + break; + default: + echo "arg: {$argv[$i]}\n"; + } + } + echo "ProcessID: ".getmypid()."\n"; + if (!is_file($basepath."/".$cfg["datapath"].$p["file"])){ + //echo "'".$p["file"]."' not a valid file!"; + echo "End: Erreur! '".$p["file"]."' fichier n'existe pas!\n"; + exit(1); + } else { + + echo "commence lecture du fichier ".$p["file"]."!\n"; + } + $db = null; + if ($cfg["db"]){ + $db = new Database($cfg["db"]); + } + try { + //$csvdata = file_get_contents($basepath."/".$cfg["datapath"].$p["file"]); + //file_put_contents($basepath."/".$cfg["datapath"]."tmp/importedcsv.log","".$xmldata."\n"); + $csv = array_map('str_getcsv', file($basepath."/".$cfg["datapath"].$p["file"])); + array_walk($csv, function(&$a) use ($csv) { + $a = array_combine($csv[0], $a); + }); + array_shift($csv); # remove column header + if (!isset($csv)){ + $errmsg = "Error reading File!"; + echo "End: Erreur! lecture du fichier '".$p["file"]."'!
".str_replace("\n"," - ",$errmsg)."\n"; + } + $fname= basename($basepath."/".$cfg["datapath"].$p["file"]); + $bankaccounts = new Bankaccounts($db,$cfg); + file_put_contents($basepath."/".$cfg["datapath"]."tmp/bank_accounts_".substr($fname,0,-4).".sql",""); + $imports = 0; + $totaltx = count($csv); + echo "Import: ".$imports.'/'.$totaltx." Transactions!\n"; + foreach ($csv as $line){ + $imports++; + echo "Import: ".$imports.'/'.$totaltx." Transactions!\n"; + $insddl = $db->createInsertDDL("bank_accounts",$mq_row); + $insddl = $db->createUpdateDDL("bank_accounts",array("id" => $res["id"]),$line); + file_put_contents($basepath."/".$cfg["datapath"]."tmp/bank_accounts_".substr($fname,0,-4).".sql",$insddl."\n",FILE_APPEND); + $db->exec($insddl); + } + echo "End: ".$imports."/".$totaltx." transactions importées!\n"; + } catch (Exception $e){ + file_put_contents($basepath."/".$cfg["datapath"]."tmp/debug.log","Error:\n".print_r($e,true),FILE_APPEND); + echo "End: "."Erreur:".str_replace("\n"," - ",print_r($e,true))."\n"; + } + + + // $timeout = 60; + // $max = $timeout; + // while ($timeout > 0){ + // echo "Step: ".$timeout."/".$max."\n"; + // sleep(1); + // $timeout--; + // } + + // $sepa = new Sepa($db,$cfg); + + // $sepa->importSepaStatements($p["file"]); + +?> \ No newline at end of file diff --git a/public_html/scripts/parsestatements.php b/public_html/scripts/parsestatements.php new file mode 100644 index 0000000..e69de29 diff --git a/public_html/tmpl/common/foot_js.php b/public_html/tmpl/common/foot_js.php index 9c19e45..6b6f03d 100644 --- a/public_html/tmpl/common/foot_js.php +++ b/public_html/tmpl/common/foot_js.php @@ -5,6 +5,7 @@ +