From 87fedaa2d329e417567474f0ecc2390312a07ea2 Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Sun, 27 Dec 2020 14:33:55 +0100 Subject: [PATCH] feat: polish icons, sync cf designs, provide more examples --- .../00-atoms/02-icons/icons.mustache | 488 +++--- .../02-cards/card-actions.mustache | 4 +- .../17-thumbs/thumbs-inactive.mustache | 10 + .../02-organisms/00-global/subnav.mustache | 4 +- .../simplified-navbar-with-avatar.mustache | 11 +- .../08-event-feed/event-feed.mustache | 24 +- .../03-templates/cf2021/chairman.mustache | 6 +- source/css/atoms/icons.pcss | 140 +- source/css/style.pcss | 4 +- source/css/templates/cf2021.pcss | 8 +- source/icons/demo-files/demo.css | 6 +- source/icons/demo.html | 1306 +++++++---------- source/icons/fonts/pirati-ui.eot | Bin 16704 -> 22004 bytes source/icons/fonts/pirati-ui.svg | 86 +- source/icons/fonts/pirati-ui.ttf | Bin 16532 -> 21832 bytes source/icons/fonts/pirati-ui.woff | Bin 16608 -> 21908 bytes source/icons/selection.json | 2 +- source/icons/style.css | 360 ++--- source/icons/style.scss | 450 +++--- source/icons/variables.scss | 128 +- tailwind.config.js | 1 + 21 files changed, 1345 insertions(+), 1693 deletions(-) create mode 100644 source/_patterns/01-molecules/17-thumbs/thumbs-inactive.mustache diff --git a/source/_patterns/00-atoms/02-icons/icons.mustache b/source/_patterns/00-atoms/02-icons/icons.mustache index 77d5e8c..2af118f 100644 --- a/source/_patterns/00-atoms/02-icons/icons.mustache +++ b/source/_patterns/00-atoms/02-icons/icons.mustache @@ -1,22 +1,4 @@ <div class="grid grid-cols-2 sm:grid-cols-4 lg:grid-cols-8 xl:grid-cols-16 gap-2 items-center"> -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--lock-open"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--lock-open</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--lock"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--lock</code> - </div> -</div> - <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> <i class="ico--dots-three-vertical"></i> @@ -46,19 +28,19 @@ <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--pin"></i> + <i class="ico--envelope"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--pin</code> + <code>.ico--envelope</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--edit-pencil"></i> + <i class="ico--pin"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--edit-pencil</code> + <code>.ico--pin</code> </div> </div> @@ -100,927 +82,837 @@ <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--pirati"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--pirati</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--stackshare"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--stackshare</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--open-source"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--open-source</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--search"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--search</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--switch"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--switch</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--loop"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--loop</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--repeat"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--repeat</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--player"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--player</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--reload"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--reload</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--refresh"></i> - </div> - <div class="card__body p-2 text-2xs"> - <code>.ico--refresh</code> - </div> -</div> - -<div class="card"> - <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--update"></i> + <i class="ico--menu"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--update</code> + <code>.ico--menu</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--synchronize"></i> + <i class="ico--chevron-right"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--synchronize</code> + <code>.ico--chevron-right</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--arrows"></i> + <i class="ico--chevron-left"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--arrows</code> + <code>.ico--chevron-left</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--spinner"></i> + <i class="ico--chevron-down"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--spinner</code> + <code>.ico--chevron-down</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--loading"></i> + <i class="ico--chevron-up"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--loading</code> + <code>.ico--chevron-up</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--loading-wheel"></i> + <i class="ico--link-horizontal"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--loading-wheel</code> + <code>.ico--link-horizontal</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--refresh1"></i> + <i class="ico--beer"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--refresh1</code> + <code>.ico--beer</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--repeat1"></i> + <i class="ico--pirati"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--repeat1</code> + <code>.ico--pirati</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--busy"></i> + <i class="ico--jitsi"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--busy</code> + <code>.ico--jitsi</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--wait"></i> + <i class="ico--open-source"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--wait</code> + <code>.ico--open-source</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--arrow"></i> + <i class="ico--thumbs-down"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--arrow</code> + <code>.ico--thumbs-down</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--bullhorn"></i> + <i class="ico--thumbs-up"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--bullhorn</code> + <code>.ico--thumbs-up</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--bin"></i> + <i class="ico--anchor"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--bin</code> + <code>.ico--anchor</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--trashcan"></i> + <i class="ico--paw"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--trashcan</code> + <code>.ico--paw</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--remove"></i> + <i class="ico--checkmark"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--remove</code> + <code>.ico--checkmark</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--delete"></i> + <i class="ico--info"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--delete</code> + <code>.ico--info</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--recycle"></i> + <i class="ico--question"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--recycle</code> + <code>.ico--question</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--dispose"></i> + <i class="ico--warning"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--dispose</code> + <code>.ico--warning</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--cross"></i> + <i class="ico--code"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--cross</code> + <code>.ico--code</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--checkbox-checked"></i> + <i class="ico--checkbox-unchecked"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--checkbox-checked</code> + <code>.ico--checkbox-unchecked</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--quill"></i> + <i class="ico--star-full"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--quill</code> + <code>.ico--star-full</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--feather"></i> + <i class="ico--star-empty"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--feather</code> + <code>.ico--star-empty</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--write"></i> + <i class="ico--bookmark"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--write</code> + <code>.ico--bookmark</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--edit"></i> + <i class="ico--cog"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--edit</code> + <code>.ico--cog</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--sphere"></i> + <i class="ico--key"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--sphere</code> + <code>.ico--key</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--globe"></i> + <i class="ico--zoom-in"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--globe</code> + <code>.ico--zoom-in</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--internet"></i> + <i class="ico--zoom-out"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--internet</code> + <code>.ico--zoom-out</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--wikipedia"></i> + <i class="ico--shrink"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--wikipedia</code> + <code>.ico--shrink</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--brand"></i> + <i class="ico--printer"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--brand</code> + <code>.ico--printer</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--youtube"></i> + <i class="ico--file-openoffice"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--youtube</code> + <code>.ico--file-openoffice</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--users"></i> + <i class="ico--user"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--users</code> + <code>.ico--user</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--group"></i> + <i class="ico--file-excel"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--group</code> + <code>.ico--file-excel</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--team"></i> + <i class="ico--file-word"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--team</code> + <code>.ico--file-word</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--members"></i> + <i class="ico--file-pdf"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--members</code> + <code>.ico--file-pdf</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--community"></i> + <i class="ico--file-picture"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--community</code> + <code>.ico--file-picture</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--collaborate"></i> + <i class="ico--file-blank"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--collaborate</code> + <code>.ico--file-blank</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--book"></i> + <i class="ico--folder-upload"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--book</code> + <code>.ico--folder-upload</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--read"></i> + <i class="ico--upload"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--read</code> + <code>.ico--upload</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--reading"></i> + <i class="ico--cloud-upload"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--reading</code> + <code>.ico--cloud-upload</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--bubbles"></i> + <i class="ico--folder-download"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--bubbles</code> + <code>.ico--folder-download</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--map"></i> + <i class="ico--download"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--map</code> + <code>.ico--download</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--compass"></i> + <i class="ico--cloud-download"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--compass</code> + <code>.ico--cloud-download</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--folder-open"></i> + <i class="ico--alarm"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--folder-open</code> + <code>.ico--alarm</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--folder"></i> + <i class="ico--calculator"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--folder</code> + <code>.ico--calculator</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--drawer"></i> + <i class="ico--facebook-full"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--drawer</code> + <code>.ico--facebook-full</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--stop"></i> + <i class="ico--feed"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--stop</code> + <code>.ico--feed</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--github"></i> + <i class="ico--library"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--github</code> + <code>.ico--library</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--clock"></i> + <i class="ico--office"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--clock</code> + <code>.ico--office</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--calendar"></i> + <i class="ico--attachment"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--calendar</code> + <code>.ico--attachment</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--flickr"></i> + <i class="ico--enlarge"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--flickr</code> + <code>.ico--enlarge</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--instagram"></i> + <i class="ico--eye-off"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--instagram</code> + <code>.ico--eye-off</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--twitter"></i> + <i class="ico--eye"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--twitter</code> + <code>.ico--eye</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--newspaper"></i> + <i class="ico--share"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--newspaper</code> + <code>.ico--share</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--cart"></i> + <i class="ico--search"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--cart</code> + <code>.ico--search</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--home"></i> + <i class="ico--pencil"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--home</code> + <code>.ico--pencil</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--link"></i> + <i class="ico--lock-open"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--link</code> + <code>.ico--lock-open</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--power"></i> + <i class="ico--lock"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--power</code> + <code>.ico--lock</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--house"></i> + <i class="ico--equalizer"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--house</code> + <code>.ico--equalizer</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--rocket"></i> + <i class="ico--switch"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--rocket</code> + <code>.ico--switch</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--jet"></i> + <i class="ico--loop"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--jet</code> + <code>.ico--loop</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--speed"></i> + <i class="ico--refresh"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--speed</code> + <code>.ico--refresh</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--spaceship"></i> + <i class="ico--bullhorn"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--spaceship</code> + <code>.ico--bullhorn</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--fast"></i> + <i class="ico--bin"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--fast</code> + <code>.ico--bin</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--location"></i> + <i class="ico--cross"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--location</code> + <code>.ico--cross</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--phone"></i> + <i class="ico--checkbox-checked"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--phone</code> + <code>.ico--checkbox-checked</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--linkedin"></i> + <i class="ico--globe"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--linkedin</code> + <code>.ico--globe</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--github1"></i> + <i class="ico--wikipedia"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--github1</code> + <code>.ico--wikipedia</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--gplus"></i> + <i class="ico--youtube"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--gplus</code> + <code>.ico--youtube</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--twitter1"></i> + <i class="ico--users"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--twitter1</code> + <code>.ico--users</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--facebook"></i> + <i class="ico--book"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--facebook</code> + <code>.ico--book</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--menu"></i> + <i class="ico--bubbles"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--menu</code> + <code>.ico--bubbles</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--chevron-right"></i> + <i class="ico--map"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--chevron-right</code> + <code>.ico--map</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--chevron-left"></i> + <i class="ico--compass"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--chevron-left</code> + <code>.ico--compass</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--chevron-down"></i> + <i class="ico--folder-open"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--chevron-down</code> + <code>.ico--folder-open</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--chevron-up"></i> + <i class="ico--folder"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--chevron-up</code> + <code>.ico--folder</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--eye-off"></i> + <i class="ico--drawer"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--eye-off</code> + <code>.ico--drawer</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--eye"></i> + <i class="ico--stop"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--eye</code> + <code>.ico--stop</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--zoom_out_map"></i> + <i class="ico--github"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--zoom_out_map</code> + <code>.ico--github</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--arrow-down"></i> + <i class="ico--clock"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--arrow-down</code> + <code>.ico--clock</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--link1"></i> + <i class="ico--calendar"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--link1</code> + <code>.ico--calendar</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--city"></i> + <i class="ico--flickr"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--city</code> + <code>.ico--flickr</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--beer"></i> + <i class="ico--instagram"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--beer</code> + <code>.ico--instagram</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--thumbs-down"></i> + <i class="ico--twitter"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--thumbs-down</code> + <code>.ico--twitter</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--thumbs-up"></i> + <i class="ico--newspaper"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--thumbs-up</code> + <code>.ico--newspaper</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--tasks"></i> + <i class="ico--cart"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--tasks</code> + <code>.ico--cart</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--calculator"></i> + <i class="ico--home"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--calculator</code> + <code>.ico--home</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--bank"></i> + <i class="ico--link"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--bank</code> + <code>.ico--link</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--facebook-official"></i> + <i class="ico--power"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--facebook-official</code> + <code>.ico--power</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--close"></i> + <i class="ico--rocket"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--close</code> + <code>.ico--rocket</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--anchor"></i> + <i class="ico--location"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--anchor</code> + <code>.ico--location</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--feed"></i> + <i class="ico--phone"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--feed</code> + <code>.ico--phone</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--paw"></i> + <i class="ico--linkedin"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--paw</code> + <code>.ico--linkedin</code> </div> </div> <div class="card"> <div class="flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"> - <i class="ico--envelope"></i> + <i class="ico--facebook"></i> </div> <div class="card__body p-2 text-2xs"> - <code>.ico--envelope</code> + <code>.ico--facebook</code> </div> </div></div> \ No newline at end of file diff --git a/source/_patterns/01-molecules/02-cards/card-actions.mustache b/source/_patterns/01-molecules/02-cards/card-actions.mustache index d460b4e..219a768 100644 --- a/source/_patterns/01-molecules/02-cards/card-actions.mustache +++ b/source/_patterns/01-molecules/02-cards/card-actions.mustache @@ -2,7 +2,7 @@ <div class="card__body"> <div class="flex items-center justify-between mb-4"> <h1 class="card-headline">Ukončit rozpravu?</h1> - <button><i class="ico--close"></i></button> + <button><i class="ico--cross"></i></button> </div> <p class="card-body-text">Opravdu chcete ukončit rozpravu?</p> </div> @@ -17,7 +17,7 @@ <div class="card__body"> <div class="flex items-center justify-between mb-4"> <h1 class="card-headline">Ukončit rozpravu?</h1> - <button><i class="ico--close"></i></button> + <button><i class="ico--cross"></i></button> </div> <p class="card-body-text">Opravdu chcete ukončit rozpravu?</p> </div> diff --git a/source/_patterns/01-molecules/17-thumbs/thumbs-inactive.mustache b/source/_patterns/01-molecules/17-thumbs/thumbs-inactive.mustache new file mode 100644 index 0000000..3f2ef0b --- /dev/null +++ b/source/_patterns/01-molecules/17-thumbs/thumbs-inactive.mustache @@ -0,0 +1,10 @@ +<div class="space-x-2 text-sm flex items-center"> + <button class="text-grey-200 flex items-center space-x-1"> + <span class="font-bold">6</span> + <i class="ico--thumbs-up"></i> + </button> + <button class="text-grey-200 flex items-center space-x-1"> + <i class="ico--thumbs-down transform -scale-x-1"></i> + <span class="font-bold">2</span> + </button> +</div> diff --git a/source/_patterns/02-organisms/00-global/subnav.mustache b/source/_patterns/02-organisms/00-global/subnav.mustache index 79c45c7..df82294 100644 --- a/source/_patterns/02-organisms/00-global/subnav.mustache +++ b/source/_patterns/02-organisms/00-global/subnav.mustache @@ -45,11 +45,11 @@ </nav> <aside class="subnav-aside"> <div class="subnav-aside__item" :class="{'subnav-aside__item--visible': isCurrentView('regions')}"> - <a @click="toggleView('regions')" class="subnav-aside__close"><i class="ico--close"></i></a> + <a @click="toggleView('regions')" class="subnav-aside__close"><i class="ico--cross"></i></a> <ui-region-map class="container container--default"></ui-region-map> </div> <div class="subnav-aside__item" :class="{'subnav-aside__item--visible': isCurrentView('calendar')}"> - <a @click="toggleView('calendar')" class="subnav-aside__close"><i class="ico--close"></i></a> + <a @click="toggleView('calendar')" class="subnav-aside__close"><i class="ico--cross"></i></a> <div class="container container--default"> <ui-calendar-renderer :events="events" :on-show-more="onShowMore" :has-more="hasMore" :name="'Krajský kalendář'"></ui-calendar-renderer> </div> diff --git a/source/_patterns/02-organisms/02-simplified-navbar/simplified-navbar-with-avatar.mustache b/source/_patterns/02-organisms/02-simplified-navbar/simplified-navbar-with-avatar.mustache index 354bae2..6c8baf4 100644 --- a/source/_patterns/02-organisms/02-simplified-navbar/simplified-navbar-with-avatar.mustache +++ b/source/_patterns/02-organisms/02-simplified-navbar/simplified-navbar-with-avatar.mustache @@ -18,10 +18,19 @@ <div class="flex-grow"> {{> molecules-navbar-menu }} </div> + </div> + <div class="navbar__actions navbar__section navbar__section--expandable container-padding--zero lg:container-padding--auto self-start flex flex-row items-center"> + <div class="inline-flex items-center order-first md:order-last md:ml-8 lg:order-first lg:mr-8 lg:ml-0"> + <span class="relative inline-flex h-4 w-4 mr-4" title="Jsi online"> + <span class="animate-ping absolute inline-flex h-full w-full rounded-full opacity-75 bg-green-400"></span> + <span class="inline-flex rounded-full w-4 h-4 bg-green-400"></span> + </span> + <span class="hidden md:block text-grey-200">Jsi online</span> + </div> <div class="flex items-center space-x-4"> <span class="head-heavy-2xs">{{ person.first }} {{ person.last }}</span> {{> atoms-basic-avatar(classes: "avatar--2xs") }} - <button><i class="ico--log-out"></i></button> + <button class="text-grey-200 hover:text-white"><i class="ico--log-out"></i></button> </div> </div> </div> diff --git a/source/_patterns/02-organisms/08-event-feed/event-feed.mustache b/source/_patterns/02-organisms/08-event-feed/event-feed.mustache index 8c26cdb..873d27d 100644 --- a/source/_patterns/02-organisms/08-event-feed/event-feed.mustache +++ b/source/_patterns/02-organisms/08-event-feed/event-feed.mustache @@ -1,5 +1,5 @@ <div class="space-y-px {{ classes }}"> - <div class="bg-opacity-50 bg-yellow-100 border-orange-300 border-l-2 {{ itemPadding }}{{^ itemPadding }}px-4 py-2 lg:px-8 lg:py-3 {{/ itemPadding }} transition duration-500"> + <div class="bg-yellow-100 border-orange-300 border-l-2 {{ itemPadding }}{{^ itemPadding }}px-4 py-2 lg:px-8 lg:py-3 {{/ itemPadding }} transition duration-500 bg-opacity-50 "> <div class="flex items-center justify-between mb-2"> <div class="space-x-2 flex items-center"> <div class="font-bold text-sm">11:55</div> @@ -10,7 +10,7 @@ <i class="ico--dots-three-horizontal cursor-pointer ml-auto text-sm text-grey-200 hover:text-black"></i> <ul class="dropdown__content text-xs whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--trashcan text-2xs mr-2"></i>Smazat</a> + <a class="block px-3 py-3" href="#"><i class="ico--bin text-2xs mr-2"></i>Smazat</a> </li> </ul> </div> @@ -18,7 +18,7 @@ </div> <span class="leading-tight text-sm lg:text-base">{{ excerpt.short }}</span> </div> - <div class="bg-opacity-50 bg-yellow-100 border-green-400 border-l-2 {{ itemPadding }}{{^ itemPadding }}px-4 py-2 lg:px-8 lg:py-3 {{/ itemPadding }} transition duration-500"> + <div class="bg-yellow-100 border-green-400 border-l-2 {{ itemPadding }}{{^ itemPadding }}px-4 py-2 lg:px-8 lg:py-3 {{/ itemPadding }} transition duration-500 bg-opacity-50"> <div class="flex items-center justify-between mb-2"> <div class="space-x-2 flex items-center"> <div class="font-bold text-sm">11:52</div> @@ -29,7 +29,7 @@ <i class="ico--dots-three-horizontal cursor-pointer ml-auto text-sm text-grey-200 hover:text-black"></i> <ul class="dropdown__content text-xs whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--trashcan text-2xs mr-2"></i>Smazat</a> + <a class="block px-3 py-3" href="#"><i class="ico--bin text-2xs mr-2"></i>Smazat</a> </li> </ul> </div> @@ -48,10 +48,10 @@ <i class="ico--dots-three-horizontal cursor-pointer ml-auto text-sm text-grey-200 hover:text-black"></i> <ul class="dropdown__content text-xs whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--edit-pencil text-2xs mr-2"></i>Upravit</a> + <a class="block px-3 py-3" href="#"><i class="ico--pencil text-2xs mr-2"></i>Upravit</a> </li> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--trashcan text-2xs mr-2"></i>Smazat</a> + <a class="block px-3 py-3" href="#"><i class="ico--bin text-2xs mr-2"></i>Smazat</a> </li> </ul> </div> @@ -71,10 +71,10 @@ <i class="ico--dots-three-horizontal cursor-pointer ml-auto text-sm text-grey-200 hover:text-black"></i> <ul class="dropdown__content text-xs whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--edit-pencil text-2xs mr-2"></i>Upravit</a> + <a class="block px-3 py-3" href="#"><i class="ico--pencil text-2xs mr-2"></i>Upravit</a> </li> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--trashcan text-2xs mr-2"></i>Smazat</a> + <a class="block px-3 py-3" href="#"><i class="ico--bin text-2xs mr-2"></i>Smazat</a> </li> </ul> </div> @@ -93,10 +93,10 @@ <i class="ico--dots-three-horizontal cursor-pointer ml-auto text-sm text-grey-200 hover:text-black"></i> <ul class="dropdown__content text-xs whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--edit-pencil text-2xs mr-2"></i>Upravit</a> + <a class="block px-3 py-3" href="#"><i class="ico--pencil text-2xs mr-2"></i>Upravit</a> </li> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--trashcan text-2xs mr-2"></i>Smazat</a> + <a class="block px-3 py-3" href="#"><i class="ico--bin text-2xs mr-2"></i>Smazat</a> </li> </ul> </div> @@ -115,7 +115,7 @@ <i class="ico--dots-three-horizontal cursor-pointer ml-auto text-sm text-grey-200 hover:text-black"></i> <ul class="dropdown__content text-xs whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--trashcan text-2xs mr-2"></i>Smazat</a> + <a class="block px-3 py-3" href="#"><i class="ico--bin text-2xs mr-2"></i>Smazat</a> </li> </ul> </div> @@ -134,7 +134,7 @@ <i class="ico--dots-three-horizontal cursor-pointer ml-auto text-sm text-grey-200 hover:text-black"></i> <ul class="dropdown__content text-xs whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--trashcan text-2xs mr-2"></i>Smazat</a> + <a class="block px-3 py-3" href="#"><i class="ico--bin text-2xs mr-2"></i>Smazat</a> </li> </ul> </div> diff --git a/source/_patterns/03-templates/cf2021/chairman.mustache b/source/_patterns/03-templates/cf2021/chairman.mustache index 0a03297..1ca71ab 100644 --- a/source/_patterns/03-templates/cf2021/chairman.mustache +++ b/source/_patterns/03-templates/cf2021/chairman.mustache @@ -8,7 +8,7 @@ <i class="ico--dots-three-vertical cursor-pointer pl-2 text-lg"></i> <ul class="dropdown__content whitespace-no-wrap"> <li class="dropdown__content-item bg-white hover:bg-grey-125"> - <a class="block px-3 py-3" href="#"><i class="ico--edit-pencil mr-2"></i>Přejmenovat bod programu</a> + <a class="block px-3 py-3" href="#"><i class="ico--pencil mr-2"></i>Přejmenovat bod programu</a> </li> <li class="dropdown__content-item bg-white hover:bg-grey-125"> <a class="block px-3 py-3" href="#" id="js-end-discussion"><i class="ico--bubbles mr-2"></i>Ukončit rozpravu</a> @@ -402,7 +402,7 @@ <div class="card__body"> <div class="flex items-center justify-between mb-4"> <h1 class="card-headline">Vyhlásit procedurální návrh</h1> - <button><i class="ico--close"></i></button> + <button><i class="ico--cross"></i></button> </div> <p class="card-body-text mb-2">Návrh můžete před vyhlášením ještě upravit. Pro pokročilé formátování použijte Markdown.</p> {{> molecules-textarea-field(nolabel: true, textareaContent: "lorem ipsum dolor sit amet") }} @@ -425,7 +425,7 @@ <div class="card__body"> <div class="flex items-center justify-between mb-4"> <h1 class="card-headline">Ukončit rozpravu?</h1> - <button><i class="ico--close"></i></button> + <button><i class="ico--cross"></i></button> </div> <p class="card-body-text">Opravdu chcete ukončit rozpravu?</p> </div> diff --git a/source/css/atoms/icons.pcss b/source/css/atoms/icons.pcss index 5aa0d4f..1b6edb8 100644 --- a/source/css/atoms/icons.pcss +++ b/source/css/atoms/icons.pcss @@ -1,11 +1,11 @@ @font-face { font-family: 'pirati-ui'; - src: url('../fonts/pirati-ui.eot?71e4e2c92abaa13920ac90278872d7d4'); - src: url('../fonts/pirati-ui.eot?71e4e2c92abaa13920ac90278872d7d4#iefix') format('embedded-opentype'), - url('../fonts/pirati-ui.ttf?71e4e2c92abaa13920ac90278872d7d4') format('truetype'), - url('../fonts/pirati-ui.woff?71e4e2c92abaa13920ac90278872d7d4') format('woff'), - url('../fonts/pirati-ui.svg?71e4e2c92abaa13920ac90278872d7d4#pirati-ui') format('svg'); + src: url('../fonts/pirati-ui.eot?6717e187d2f4434e2e72b8d582d69efa'); + src: url('../fonts/pirati-ui.eot?6717e187d2f4434e2e72b8d582d69efa#iefix') format('embedded-opentype'), + url('../fonts/pirati-ui.ttf?6717e187d2f4434e2e72b8d582d69efa') format('truetype'), + url('../fonts/pirati-ui.woff?6717e187d2f4434e2e72b8d582d69efa') format('woff'), + url('../fonts/pirati-ui.svg?6717e187d2f4434e2e72b8d582d69efa#pirati-ui') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -26,66 +26,85 @@ -moz-osx-font-smoothing: grayscale; } -.ico--lock-open:before { content: "\e949"; } -.ico--lock:before { content: "\e94a"; } .ico--dots-three-vertical:before { content: "\e940"; } .ico--dots-three-horizontal:before { content: "\e941"; } .ico--log-out:before { content: "\e942"; } +.ico--envelope:before { content: "\e908"; } .ico--pin:before { content: "\e943"; } -.ico--edit-pencil:before { content: "\e929"; } .ico--at:before { content: "\e905"; } .ico--strategy:before { content: "\e932"; } .ico--pig:before { content: "\e928"; } .ico--thermometer:before { content: "\e90a"; } +.ico--menu:before { content: "\e933"; } +.ico--chevron-right:before { content: "\e923"; } +.ico--chevron-left:before { content: "\e924"; } +.ico--chevron-down:before { content: "\e925"; } +.ico--chevron-up:before { content: "\e926"; } +.ico--link-horizontal:before { content: "\e910"; } +.ico--beer:before { content: "\e909"; } .ico--pirati:before { content: "\e90d"; } -.ico--stackshare:before { content: "\e90f"; } +.ico--jitsi:before { content: "\e90f"; } .ico--open-source:before { content: "\e90e"; } -.ico--search:before { content: "\e913"; } +.ico--thumbs-down:before { content: "\e93d"; } +.ico--thumbs-up:before { content: "\e93e"; } +.ico--anchor:before { content: "\e92d"; } +.ico--paw:before { content: "\e90b"; } +.ico--checkmark:before { content: "\e965"; } +.ico--info:before { content: "\e901"; } +.ico--question:before { content: "\e904"; } +.ico--warning:before { content: "\e93f"; } +.ico--code:before { content: "\e94a"; } +.ico--checkbox-unchecked:before { content: "\e94e"; } +.ico--star-full:before { content: "\e94f"; } +.ico--star-empty:before { content: "\e950"; } +.ico--bookmark:before { content: "\e951"; } +.ico--cog:before { content: "\e952"; } +.ico--key:before { content: "\e953"; } +.ico--zoom-in:before { content: "\e954"; } +.ico--zoom-out:before { content: "\e955"; } +.ico--shrink:before { content: "\e956"; } +.ico--printer:before { content: "\e957"; } +.ico--file-openoffice:before { content: "\e958"; } +.ico--user:before { content: "\e959"; } +.ico--file-excel:before { content: "\e95a"; } +.ico--file-word:before { content: "\e95b"; } +.ico--file-pdf:before { content: "\e95c"; } +.ico--file-picture:before { content: "\e95d"; } +.ico--file-blank:before { content: "\e95e"; } +.ico--folder-upload:before { content: "\e95f"; } +.ico--upload:before { content: "\e960"; } +.ico--cloud-upload:before { content: "\e961"; } +.ico--folder-download:before { content: "\e962"; } +.ico--download:before { content: "\e963"; } +.ico--cloud-download:before { content: "\e964"; } +.ico--alarm:before { content: "\e900"; } +.ico--calculator:before { content: "\e911"; } +.ico--facebook-full:before { content: "\e913"; } +.ico--feed:before { content: "\e927"; } +.ico--library:before { content: "\e929"; } +.ico--office:before { content: "\e92a"; } +.ico--attachment:before { content: "\e92b"; } +.ico--enlarge:before { content: "\e92c"; } +.ico--eye-off:before { content: "\e92e"; } +.ico--eye:before { content: "\e92f"; } +.ico--share:before { content: "\e931"; } +.ico--search:before { content: "\e939"; } +.ico--pencil:before { content: "\e93c"; } +.ico--lock-open:before { content: "\e947"; } +.ico--lock:before { content: "\e948"; } +.ico--equalizer:before { content: "\e949"; } .ico--switch:before { content: "\e94b"; } .ico--loop:before { content: "\e94c"; } -.ico--repeat:before { content: "\e94c"; } -.ico--player:before { content: "\e94c"; } -.ico--reload:before { content: "\e94c"; } -.ico--refresh:before { content: "\e94c"; } -.ico--update:before { content: "\e94c"; } -.ico--synchronize:before { content: "\e94c"; } -.ico--arrows:before { content: "\e94c"; } -.ico--spinner:before { content: "\e94d"; } -.ico--loading:before { content: "\e94d"; } -.ico--loading-wheel:before { content: "\e94d"; } -.ico--refresh1:before { content: "\e94d"; } -.ico--repeat1:before { content: "\e94d"; } -.ico--busy:before { content: "\e94d"; } -.ico--wait:before { content: "\e94d"; } -.ico--arrow:before { content: "\e94d"; } +.ico--refresh:before { content: "\e94d"; } .ico--bullhorn:before { content: "\e944"; } .ico--bin:before { content: "\e945"; } -.ico--trashcan:before { content: "\e945"; } -.ico--remove:before { content: "\e945"; } -.ico--delete:before { content: "\e945"; } -.ico--recycle:before { content: "\e945"; } -.ico--dispose:before { content: "\e945"; } .ico--cross:before { content: "\e937"; } .ico--checkbox-checked:before { content: "\e938"; } -.ico--quill:before { content: "\e939"; } -.ico--feather:before { content: "\e939"; } -.ico--write:before { content: "\e939"; } -.ico--edit:before { content: "\e939"; } -.ico--sphere:before { content: "\e93a"; } .ico--globe:before { content: "\e93a"; } -.ico--internet:before { content: "\e93a"; } .ico--wikipedia:before { content: "\e93b"; } -.ico--brand:before { content: "\e93b"; } .ico--youtube:before { content: "\e936"; } .ico--users:before { content: "\e934"; } -.ico--group:before { content: "\e934"; } -.ico--team:before { content: "\e934"; } -.ico--members:before { content: "\e934"; } -.ico--community:before { content: "\e934"; } -.ico--collaborate:before { content: "\e934"; } .ico--book:before { content: "\e935"; } -.ico--read:before { content: "\e935"; } -.ico--reading:before { content: "\e935"; } .ico--bubbles:before { content: "\e930"; } .ico--map:before { content: "\e914"; } .ico--compass:before { content: "\e915"; } @@ -104,39 +123,8 @@ .ico--home:before { content: "\e922"; } .ico--link:before { content: "\e912"; } .ico--power:before { content: "\e90c"; } -.ico--house:before { content: "\e93f"; } .ico--rocket:before { content: "\e946"; } -.ico--jet:before { content: "\e946"; } -.ico--speed:before { content: "\e946"; } -.ico--spaceship:before { content: "\e946"; } -.ico--fast:before { content: "\e946"; } .ico--location:before { content: "\e906"; } .ico--phone:before { content: "\e907"; } .ico--linkedin:before { content: "\e903"; } -.ico--github1:before { content: "\e904"; } -.ico--gplus:before { content: "\e900"; } -.ico--twitter1:before { content: "\e901"; } -.ico--facebook:before { content: "\e902"; } -.ico--menu:before { content: "\e933"; } -.ico--chevron-right:before { content: "\e923"; } -.ico--chevron-left:before { content: "\e924"; } -.ico--chevron-down:before { content: "\e925"; } -.ico--chevron-up:before { content: "\e926"; } -.ico--eye-off:before { content: "\e947"; } -.ico--eye:before { content: "\e948"; } -.ico--zoom_out_map:before { content: "\e927"; } -.ico--arrow-down:before { content: "\e911"; } -.ico--link1:before { content: "\e910"; } -.ico--city:before { content: "\e908"; } -.ico--beer:before { content: "\e909"; } -.ico--thumbs-down:before { content: "\e93d"; } -.ico--thumbs-up:before { content: "\e93e"; } -.ico--tasks:before { content: "\e93c"; } -.ico--calculator:before { content: "\e931"; } -.ico--bank:before { content: "\e92a"; } -.ico--facebook-official:before { content: "\e92b"; } -.ico--close:before { content: "\e92c"; } -.ico--anchor:before { content: "\e92d"; } -.ico--feed:before { content: "\e92e"; } -.ico--paw:before { content: "\e90b"; } -.ico--envelope:before { content: "\e92f"; } \ No newline at end of file +.ico--facebook:before { content: "\e902"; } \ No newline at end of file diff --git a/source/css/style.pcss b/source/css/style.pcss index 54ab65d..fab7d9a 100644 --- a/source/css/style.pcss +++ b/source/css/style.pcss @@ -73,12 +73,12 @@ ::-moz-selection { color: theme("colors.white"); - background: theme("colors.grey.500"); + background: theme("colors.cyan.300"); } ::selection { color: theme("colors.white"); - background: theme("colors.grey.500"); + background: theme("colors.cyan.300"); } :root { diff --git a/source/css/templates/cf2021.pcss b/source/css/templates/cf2021.pcss index cf761b8..da42921 100644 --- a/source/css/templates/cf2021.pcss +++ b/source/css/templates/cf2021.pcss @@ -8,9 +8,13 @@ @screen lg { grid-template-areas: "video notifications" "posts notifications"; - /* Needs to match .candidate-card__avatar width */ - grid-template-columns: theme("width.2/3") 1fr; grid-template-rows: auto auto 1fr; + grid-template-columns: theme("width.7/12") 1fr; + } + + @screen xl { + grid-template-columns: theme("width.2/3") 1fr; + } } diff --git a/source/icons/demo-files/demo.css b/source/icons/demo-files/demo.css index 98e3bf6..4702e19 100644 --- a/source/icons/demo-files/demo.css +++ b/source/icons/demo-files/demo.css @@ -153,15 +153,15 @@ p { font-size: 32px; } .fs3 { - font-size: 32px; + font-size: 24px; } .fs4 { font-size: 32px; } .fs5 { - font-size: 24px; + font-size: 28px; } .fs6 { - font-size: 28px; + font-size: 32px; } diff --git a/source/icons/demo.html b/source/icons/demo.html index 649b0b4..8ec0eb5 100644 --- a/source/icons/demo.html +++ b/source/icons/demo.html @@ -9,38 +9,10 @@ <link rel="stylesheet" href="style.css"></head> <body> <div class="bgc1 clearfix"> - <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> pirati-ui <small class="fgc1">(Glyphs: 78)</small></h1> + <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> pirati-ui <small class="fgc1">(Glyphs: 102)</small></h1> </div> <div class="clearfix mhl ptl"> <h1 class="mvm mtn fgc1">Grid Size: 20</h1> - <div class="glyph fs1"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--lock-open"></span> - <span class="mls"> ico--lock-open</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e949" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs1"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--lock"></span> - <span class="mls"> ico--lock</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94a" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> <div class="glyph fs1"> <div class="clearfix bshadow0 pbs"> <span class="ico--dots-three-vertical"></span> @@ -50,7 +22,7 @@ <input type="text" readonly value="e940" class="unit size1of2" /> <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> @@ -64,7 +36,7 @@ <input type="text" readonly value="e941" class="unit size1of2" /> <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> @@ -78,35 +50,35 @@ <input type="text" readonly value="e942" class="unit size1of2" /> <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs1"> <div class="clearfix bshadow0 pbs"> - <span class="ico--pin"></span> - <span class="mls"> ico--pin</span> + <span class="ico--envelope"></span> + <span class="mls"> ico--envelope</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e943" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e908" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs1"> <div class="clearfix bshadow0 pbs"> - <span class="ico--edit-pencil"></span> - <span class="mls"> ico--edit-pencil</span> + <span class="ico--pin"></span> + <span class="mls"> ico--pin</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e929" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e943" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> @@ -120,7 +92,7 @@ <input type="text" readonly value="e905" class="unit size1of2" /> <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> @@ -137,7 +109,7 @@ <input type="text" readonly value="e932" class="unit size1of2" /> <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> @@ -151,7 +123,7 @@ <input type="text" readonly value="e928" class="unit size1of2" /> <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> @@ -165,1461 +137,1321 @@ <input type="text" readonly value="e90a" class="unit size1of2" /> <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> </div> <div class="clearfix mhl ptl"> - <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1> + <h1 class="mvm mtn fgc1">Grid Size: 24</h1> <div class="glyph fs3"> <div class="clearfix bshadow0 pbs"> - <span class="ico--pirati"></span> - <span class="mls"> ico--pirati</span> + <span class="ico--menu"></span> + <span class="mls"> ico--menu</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e90d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e933" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs3"> <div class="clearfix bshadow0 pbs"> - <span class="ico--stackshare"></span> - <span class="mls"> ico--stackshare</span> + <span class="ico--chevron-right"></span> + <span class="mls"> ico--chevron-right</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e90f" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e923" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs3"> <div class="clearfix bshadow0 pbs"> - <span class="ico--open-source"></span> - <span class="mls"> ico--open-source</span> + <span class="ico--chevron-left"></span> + <span class="mls"> ico--chevron-left</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e90e" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e924" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - </div> - <div class="clearfix mhl ptl"> - <h1 class="mvm mtn fgc1">Grid Size: 16</h1> - <div class="glyph fs4"> + <div class="glyph fs3"> <div class="clearfix bshadow0 pbs"> - <span class="ico--search"></span> - <span class="mls"> ico--search</span> + <span class="ico--chevron-down"></span> + <span class="mls"> ico--chevron-down</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e913" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e925" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs3"> <div class="clearfix bshadow0 pbs"> - <span class="ico--switch"></span> - <span class="mls"> ico--switch</span> + <span class="ico--chevron-up"></span> + <span class="mls"> ico--chevron-up</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94b" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e926" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs3"> <div class="clearfix bshadow0 pbs"> - <span class="ico--loop"></span> - <span class="mls"> ico--loop</span> + <span class="ico--link-horizontal"></span> + <span class="mls"> ico--link-horizontal</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e910" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs3"> <div class="clearfix bshadow0 pbs"> - <span class="ico--repeat"></span> - <span class="mls"> ico--repeat</span> + <span class="ico--beer"></span> + <span class="mls"> ico--beer</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e909" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> + </div> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1> <div class="glyph fs4"> <div class="clearfix bshadow0 pbs"> - <span class="ico--player"></span> - <span class="mls"> ico--player</span> + <span class="ico--pirati"></span> + <span class="mls"> ico--pirati</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e90d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs4"> <div class="clearfix bshadow0 pbs"> - <span class="ico--reload"></span> - <span class="mls"> ico--reload</span> + <span class="ico--jitsi"></span> + <span class="mls"> ico--jitsi</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e90f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs4"> <div class="clearfix bshadow0 pbs"> - <span class="ico--refresh"></span> - <span class="mls"> ico--refresh</span> + <span class="ico--open-source"></span> + <span class="mls"> ico--open-source</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e90e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + </div> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: 14</h1> + <div class="glyph fs5"> <div class="clearfix bshadow0 pbs"> - <span class="ico--update"></span> - <span class="mls"> ico--update</span> + <span class="ico--thumbs-down"></span> + <span class="mls"> ico--thumbs-down</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e93d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs5"> <div class="clearfix bshadow0 pbs"> - <span class="ico--synchronize"></span> - <span class="mls"> ico--synchronize</span> + <span class="ico--thumbs-up"></span> + <span class="mls"> ico--thumbs-up</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e93e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs5"> <div class="clearfix bshadow0 pbs"> - <span class="ico--arrows"></span> - <span class="mls"> ico--arrows</span> + <span class="ico--anchor"></span> + <span class="mls"> ico--anchor</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e92d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs5"> <div class="clearfix bshadow0 pbs"> - <span class="ico--spinner"></span> - <span class="mls"> ico--spinner</span> + <span class="ico--paw"></span> + <span class="mls"> ico--paw</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e90b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + </div> + <div class="clearfix mhl ptl"> + <h1 class="mvm mtn fgc1">Grid Size: 16</h1> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--loading"></span> - <span class="mls"> ico--loading</span> + <span class="ico--checkmark"></span> + <span class="mls"> ico--checkmark</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e965" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--loading-wheel"></span> - <span class="mls"> ico--loading-wheel</span> + <span class="ico--info"></span> + <span class="mls"> ico--info</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e901" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--refresh1"></span> - <span class="mls"> ico--refresh1</span> + <span class="ico--question"></span> + <span class="mls"> ico--question</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e904" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--repeat1"></span> - <span class="mls"> ico--repeat1</span> + <span class="ico--warning"></span> + <span class="mls"> ico--warning</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e93f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--busy"></span> - <span class="mls"> ico--busy</span> + <span class="ico--code"></span> + <span class="mls"> ico--code</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e94a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--wait"></span> - <span class="mls"> ico--wait</span> + <span class="ico--checkbox-unchecked"></span> + <span class="mls"> ico--checkbox-unchecked</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e94e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--arrow"></span> - <span class="mls"> ico--arrow</span> + <span class="ico--star-full"></span> + <span class="mls"> ico--star-full</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e94d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e94f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--bullhorn"></span> - <span class="mls"> ico--bullhorn</span> + <span class="ico--star-empty"></span> + <span class="mls"> ico--star-empty</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e944" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e950" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--bin"></span> - <span class="mls"> ico--bin</span> + <span class="ico--bookmark"></span> + <span class="mls"> ico--bookmark</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e945" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e951" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--trashcan"></span> - <span class="mls"> ico--trashcan</span> + <span class="ico--cog"></span> + <span class="mls"> ico--cog</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e945" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e952" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--remove"></span> - <span class="mls"> ico--remove</span> + <span class="ico--key"></span> + <span class="mls"> ico--key</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e945" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e953" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--delete"></span> - <span class="mls"> ico--delete</span> + <span class="ico--zoom-in"></span> + <span class="mls"> ico--zoom-in</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e945" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e954" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--recycle"></span> - <span class="mls"> ico--recycle</span> + <span class="ico--zoom-out"></span> + <span class="mls"> ico--zoom-out</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e945" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e955" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--dispose"></span> - <span class="mls"> ico--dispose</span> + <span class="ico--shrink"></span> + <span class="mls"> ico--shrink</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e945" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e956" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--cross"></span> - <span class="mls"> ico--cross</span> + <span class="ico--printer"></span> + <span class="mls"> ico--printer</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e937" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e957" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--checkbox-checked"></span> - <span class="mls"> ico--checkbox-checked</span> + <span class="ico--file-openoffice"></span> + <span class="mls"> ico--file-openoffice</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e938" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e958" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--quill"></span> - <span class="mls"> ico--quill</span> + <span class="ico--user"></span> + <span class="mls"> ico--user</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e939" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e959" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--feather"></span> - <span class="mls"> ico--feather</span> + <span class="ico--file-excel"></span> + <span class="mls"> ico--file-excel</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e939" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e95a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--write"></span> - <span class="mls"> ico--write</span> + <span class="ico--file-word"></span> + <span class="mls"> ico--file-word</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e939" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e95b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--edit"></span> - <span class="mls"> ico--edit</span> + <span class="ico--file-pdf"></span> + <span class="mls"> ico--file-pdf</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e939" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e95c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--sphere"></span> - <span class="mls"> ico--sphere</span> + <span class="ico--file-picture"></span> + <span class="mls"> ico--file-picture</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93a" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e95d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--globe"></span> - <span class="mls"> ico--globe</span> + <span class="ico--file-blank"></span> + <span class="mls"> ico--file-blank</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93a" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e95e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--internet"></span> - <span class="mls"> ico--internet</span> + <span class="ico--folder-upload"></span> + <span class="mls"> ico--folder-upload</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93a" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e95f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--wikipedia"></span> - <span class="mls"> ico--wikipedia</span> + <span class="ico--upload"></span> + <span class="mls"> ico--upload</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93b" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e960" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--brand"></span> - <span class="mls"> ico--brand</span> + <span class="ico--cloud-upload"></span> + <span class="mls"> ico--cloud-upload</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93b" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e961" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--youtube"></span> - <span class="mls"> ico--youtube</span> + <span class="ico--folder-download"></span> + <span class="mls"> ico--folder-download</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e936" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e962" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--users"></span> - <span class="mls"> ico--users</span> + <span class="ico--download"></span> + <span class="mls"> ico--download</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e934" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e963" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--group"></span> - <span class="mls"> ico--group</span> + <span class="ico--cloud-download"></span> + <span class="mls"> ico--cloud-download</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e934" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e964" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--team"></span> - <span class="mls"> ico--team</span> + <span class="ico--alarm"></span> + <span class="mls"> ico--alarm</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e934" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e900" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--members"></span> - <span class="mls"> ico--members</span> + <span class="ico--calculator"></span> + <span class="mls"> ico--calculator</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e934" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e911" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--community"></span> - <span class="mls"> ico--community</span> + <span class="ico--facebook-full"></span> + <span class="mls"> ico--facebook-full</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e934" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e913" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--collaborate"></span> - <span class="mls"> ico--collaborate</span> + <span class="ico--feed"></span> + <span class="mls"> ico--feed</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e934" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e927" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--book"></span> - <span class="mls"> ico--book</span> + <span class="ico--library"></span> + <span class="mls"> ico--library</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e935" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e929" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--read"></span> - <span class="mls"> ico--read</span> + <span class="ico--office"></span> + <span class="mls"> ico--office</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e935" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e92a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--reading"></span> - <span class="mls"> ico--reading</span> + <span class="ico--attachment"></span> + <span class="mls"> ico--attachment</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e935" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e92b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--bubbles"></span> - <span class="mls"> ico--bubbles</span> + <span class="ico--enlarge"></span> + <span class="mls"> ico--enlarge</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e930" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e92c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--map"></span> - <span class="mls"> ico--map</span> + <span class="ico--eye-off"></span> + <span class="mls"> ico--eye-off</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e914" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e92e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--compass"></span> - <span class="mls"> ico--compass</span> + <span class="ico--eye"></span> + <span class="mls"> ico--eye</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e915" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e92f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--folder-open"></span> - <span class="mls"> ico--folder-open</span> + <span class="ico--share"></span> + <span class="mls"> ico--share</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e916" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e931" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--folder"></span> - <span class="mls"> ico--folder</span> + <span class="ico--search"></span> + <span class="mls"> ico--search</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e917" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e939" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--drawer"></span> - <span class="mls"> ico--drawer</span> + <span class="ico--pencil"></span> + <span class="mls"> ico--pencil</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e918" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e93c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--stop"></span> - <span class="mls"> ico--stop</span> + <span class="ico--lock-open"></span> + <span class="mls"> ico--lock-open</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e919" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e947" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--github"></span> - <span class="mls"> ico--github</span> + <span class="ico--lock"></span> + <span class="mls"> ico--lock</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e91a" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e948" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--clock"></span> - <span class="mls"> ico--clock</span> + <span class="ico--equalizer"></span> + <span class="mls"> ico--equalizer</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e91b" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e949" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--calendar"></span> - <span class="mls"> ico--calendar</span> + <span class="ico--switch"></span> + <span class="mls"> ico--switch</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e91c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e94b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--flickr"></span> - <span class="mls"> ico--flickr</span> + <span class="ico--loop"></span> + <span class="mls"> ico--loop</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e91d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e94c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--instagram"></span> - <span class="mls"> ico--instagram</span> + <span class="ico--refresh"></span> + <span class="mls"> ico--refresh</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e91e" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e94d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--twitter"></span> - <span class="mls"> ico--twitter</span> + <span class="ico--bullhorn"></span> + <span class="mls"> ico--bullhorn</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e91f" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e944" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--newspaper"></span> - <span class="mls"> ico--newspaper</span> + <span class="ico--bin"></span> + <span class="mls"> ico--bin</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e920" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e945" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--cart"></span> - <span class="mls"> ico--cart</span> + <span class="ico--cross"></span> + <span class="mls"> ico--cross</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e921" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e937" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--home"></span> - <span class="mls"> ico--home</span> + <span class="ico--checkbox-checked"></span> + <span class="mls"> ico--checkbox-checked</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e922" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e938" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--link"></span> - <span class="mls"> ico--link</span> + <span class="ico--globe"></span> + <span class="mls"> ico--globe</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e912" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e93a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--power"></span> - <span class="mls"> ico--power</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e90c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--house"></span> - <span class="mls"> ico--house</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93f" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--rocket"></span> - <span class="mls"> ico--rocket</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e946" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--jet"></span> - <span class="mls"> ico--jet</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e946" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--speed"></span> - <span class="mls"> ico--speed</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e946" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--spaceship"></span> - <span class="mls"> ico--spaceship</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e946" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--fast"></span> - <span class="mls"> ico--fast</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e946" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--location"></span> - <span class="mls"> ico--location</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e906" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--phone"></span> - <span class="mls"> ico--phone</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e907" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--linkedin"></span> - <span class="mls"> ico--linkedin</span> - </div> - <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e903" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> - </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> - <span class="unit pvs fgc1">liga: </span> - <input type="text" readonly value="" class="liga unitRight" /> - </div> - </div> - <div class="glyph fs4"> - <div class="clearfix bshadow0 pbs"> - <span class="ico--github1"></span> - <span class="mls"> ico--github1</span> + <span class="ico--wikipedia"></span> + <span class="mls"> ico--wikipedia</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e904" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e93b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--gplus"></span> - <span class="mls"> ico--gplus</span> + <span class="ico--youtube"></span> + <span class="mls"> ico--youtube</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e900" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e936" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--twitter1"></span> - <span class="mls"> ico--twitter1</span> + <span class="ico--users"></span> + <span class="mls"> ico--users</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e901" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e934" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs4"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--facebook"></span> - <span class="mls"> ico--facebook</span> + <span class="ico--book"></span> + <span class="mls"> ico--book</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e902" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e935" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - </div> - <div class="clearfix mhl ptl"> - <h1 class="mvm mtn fgc1">Grid Size: 24</h1> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--menu"></span> - <span class="mls"> ico--menu</span> + <span class="ico--bubbles"></span> + <span class="mls"> ico--bubbles</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e933" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e930" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--chevron-right"></span> - <span class="mls"> ico--chevron-right</span> + <span class="ico--map"></span> + <span class="mls"> ico--map</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e923" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e914" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--chevron-left"></span> - <span class="mls"> ico--chevron-left</span> + <span class="ico--compass"></span> + <span class="mls"> ico--compass</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e924" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e915" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--chevron-down"></span> - <span class="mls"> ico--chevron-down</span> + <span class="ico--folder-open"></span> + <span class="mls"> ico--folder-open</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e925" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e916" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--chevron-up"></span> - <span class="mls"> ico--chevron-up</span> + <span class="ico--folder"></span> + <span class="mls"> ico--folder</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e926" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e917" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--eye-off"></span> - <span class="mls"> ico--eye-off</span> + <span class="ico--drawer"></span> + <span class="mls"> ico--drawer</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e947" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e918" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--eye"></span> - <span class="mls"> ico--eye</span> + <span class="ico--stop"></span> + <span class="mls"> ico--stop</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e948" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e919" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--zoom_out_map"></span> - <span class="mls"> ico--zoom_out_map</span> + <span class="ico--github"></span> + <span class="mls"> ico--github</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e927" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e91a" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--arrow-down"></span> - <span class="mls"> ico--arrow-down</span> + <span class="ico--clock"></span> + <span class="mls"> ico--clock</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e911" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e91b" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--link1"></span> - <span class="mls"> ico--link1</span> + <span class="ico--calendar"></span> + <span class="mls"> ico--calendar</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e910" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e91c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--city"></span> - <span class="mls"> ico--city</span> + <span class="ico--flickr"></span> + <span class="mls"> ico--flickr</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e908" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e91d" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - <div class="glyph fs5"> + <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--beer"></span> - <span class="mls"> ico--beer</span> + <span class="ico--instagram"></span> + <span class="mls"> ico--instagram</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e909" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e91e" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> - </div> - <div class="clearfix mhl ptl"> - <h1 class="mvm mtn fgc1">Grid Size: 14</h1> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--thumbs-down"></span> - <span class="mls"> ico--thumbs-down</span> + <span class="ico--twitter"></span> + <span class="mls"> ico--twitter</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e91f" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--thumbs-up"></span> - <span class="mls"> ico--thumbs-up</span> + <span class="ico--newspaper"></span> + <span class="mls"> ico--newspaper</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93e" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e920" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--tasks"></span> - <span class="mls"> ico--tasks</span> + <span class="ico--cart"></span> + <span class="mls"> ico--cart</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e93c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e921" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--calculator"></span> - <span class="mls"> ico--calculator</span> + <span class="ico--home"></span> + <span class="mls"> ico--home</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e931" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e922" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--bank"></span> - <span class="mls"> ico--bank</span> + <span class="ico--link"></span> + <span class="mls"> ico--link</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e92a" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e912" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--facebook-official"></span> - <span class="mls"> ico--facebook-official</span> + <span class="ico--power"></span> + <span class="mls"> ico--power</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e92b" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e90c" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--close"></span> - <span class="mls"> ico--close</span> + <span class="ico--rocket"></span> + <span class="mls"> ico--rocket</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e92c" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e946" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--anchor"></span> - <span class="mls"> ico--anchor</span> + <span class="ico--location"></span> + <span class="mls"> ico--location</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e92d" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e906" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--feed"></span> - <span class="mls"> ico--feed</span> + <span class="ico--phone"></span> + <span class="mls"> ico--phone</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e92e" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e907" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--paw"></span> - <span class="mls"> ico--paw</span> + <span class="ico--linkedin"></span> + <span class="mls"> ico--linkedin</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e90b" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e903" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> </div> <div class="glyph fs6"> <div class="clearfix bshadow0 pbs"> - <span class="ico--envelope"></span> - <span class="mls"> ico--envelope</span> + <span class="ico--facebook"></span> + <span class="mls"> ico--facebook</span> </div> <fieldset class="fs0 size1of1 clearfix hidden-false"> - <input type="text" readonly value="e92f" class="unit size1of2" /> - <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> + <input type="text" readonly value="e902" class="unit size1of2" /> + <input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" /> </fieldset> - <div class="fs0 bshadow0 clearfix hidden-false"> + <div class="fs0 bshadow0 clearfix hidden-true"> <span class="unit pvs fgc1">liga: </span> <input type="text" readonly value="" class="liga unitRight" /> </div> diff --git a/source/icons/fonts/pirati-ui.eot b/source/icons/fonts/pirati-ui.eot index 38d1c6d5536cf7066a6e556dbe7365e1e1f2d2b9..c3711ce093318ff0b58ecd35dfef16e8339f45a4 100644 GIT binary patch delta 9603 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 A7ytkO delta 4038 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 Lz<u<|a-r7%<aQQ0 diff --git a/source/icons/fonts/pirati-ui.svg b/source/icons/fonts/pirati-ui.svg index db41d11..865a13c 100644 --- a/source/icons/fonts/pirati-ui.svg +++ b/source/icons/fonts/pirati-ui.svg @@ -7,26 +7,26 @@ <font-face units-per-em="1024" ascent="960" descent="-64" /> <missing-glyph horiz-adv-x="1024" /> <glyph unicode=" " horiz-adv-x="512" d="" /> -<glyph unicode="" glyph-name="gplus" d="M325.8 502.6v-111.8h184.8c-7.4-48-55.8-140.6-184.8-140.6-111.2 0-202 92.2-202 205.8s90.8 205.8 202 205.8c63.4 0 105.6-27 129.8-50.2l88.4 85.2c-56.8 53-130.4 85.2-218.2 85.2-180.2-0.2-325.8-145.8-325.8-326s145.6-325.8 325.8-325.8c188 0 312.8 132.2 312.8 318.4 0 21.4-2.4 37.8-5.2 54h-307.6zM1024 512h-96v96h-96v-96h-96v-96h96v-96h96v96h96z" /> -<glyph unicode="" glyph-name="twitter1" d="M1024 733.6c-37.6-16.8-78.2-28-120.6-33 43.4 26 76.6 67.2 92.4 116.2-40.6-24-85.6-41.6-133.4-51-38.4 40.8-93 66.2-153.4 66.2-116 0-210-94-210-210 0-16.4 1.8-32.4 5.4-47.8-174.6 8.8-329.4 92.4-433 219.6-18-31-28.4-67.2-28.4-105.6 0-72.8 37-137.2 93.4-174.8-34.4 1-66.8 10.6-95.2 26.2 0-0.8 0-1.8 0-2.6 0-101.8 72.4-186.8 168.6-206-17.6-4.8-36.2-7.4-55.4-7.4-13.6 0-26.6 1.4-39.6 3.8 26.8-83.4 104.4-144.2 196.2-146-72-56.4-162.4-90-261-90-17 0-33.6 1-50.2 3 93.2-59.8 203.6-94.4 322.2-94.4 386.4 0 597.8 320.2 597.8 597.8 0 9.2-0.2 18.2-0.6 27.2 41 29.4 76.6 66.4 104.8 108.6z" /> +<glyph unicode="" glyph-name="alarm" d="M512 832c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448zM512 24c-198.824 0-360 161.178-360 360 0 198.824 161.176 360 360 360 198.822 0 360-161.176 360-360 0-198.822-161.178-360-360-360zM934.784 672.826c16.042 28.052 25.216 60.542 25.216 95.174 0 106.040-85.96 192-192 192-61.818 0-116.802-29.222-151.92-74.596 131.884-27.236 245.206-105.198 318.704-212.578v0zM407.92 885.404c-35.116 45.374-90.102 74.596-151.92 74.596-106.040 0-192-85.96-192-192 0-34.632 9.174-67.122 25.216-95.174 73.5 107.38 186.822 185.342 318.704 212.578zM512 384v256h-64v-320h256v64z" /> +<glyph unicode="" glyph-name="info" d="M448 656c0 26.4 21.6 48 48 48h32c26.4 0 48-21.6 48-48v-32c0-26.4-21.6-48-48-48h-32c-26.4 0-48 21.6-48 48v32zM640 192h-256v64h64v192h-64v64h192v-256h64zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" /> <glyph unicode="" glyph-name="facebook" d="M608 768h160v192h-160c-123.514 0-224-100.486-224-224v-96h-128v-192h128v-512h192v512h160l32 192h-192v96c0 17.346 14.654 32 32 32z" /> <glyph unicode="" glyph-name="linkedin" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM384 128h-128v448h128v-448zM320 640c-35.4 0-64 28.6-64 64s28.6 64 64 64c35.4 0 64-28.6 64-64s-28.6-64-64-64zM832 128h-128v256c0 35.4-28.6 64-64 64s-64-28.6-64-64v-256h-128v448h128v-79.4c26.4 36.2 66.8 79.4 112 79.4 79.6 0 144-71.6 144-160v-288z" /> -<glyph unicode="" glyph-name="github1" d="M512.008 947.358c-282.738 0-512.008-229.218-512.008-511.998 0-226.214 146.704-418.132 350.136-485.836 25.586-4.738 34.992 11.11 34.992 24.632 0 12.204-0.48 52.542-0.696 95.324-142.448-30.976-172.504 60.41-172.504 60.41-23.282 59.176-56.848 74.916-56.848 74.916-46.452 31.778 3.51 31.124 3.51 31.124 51.4-3.61 78.476-52.766 78.476-52.766 45.672-78.27 119.776-55.64 149.004-42.558 4.588 33.086 17.852 55.68 32.506 68.464-113.73 12.942-233.276 56.85-233.276 253.032 0 55.898 20.004 101.574 52.76 137.428-5.316 12.9-22.854 64.972 4.952 135.5 0 0 43.006 13.752 140.84-52.49 40.836 11.348 84.636 17.036 128.154 17.234 43.502-0.198 87.336-5.886 128.256-17.234 97.734 66.244 140.656 52.49 140.656 52.49 27.872-70.528 10.35-122.6 5.036-135.5 32.82-35.856 52.694-81.532 52.694-137.428 0-196.654-119.778-239.95-233.79-252.624 18.364-15.89 34.724-47.046 34.724-94.812 0-68.508-0.596-123.644-0.596-140.508 0-13.628 9.222-29.594 35.172-24.566 203.322 67.776 349.842 259.626 349.842 485.768 0 282.78-229.234 511.998-511.992 511.998z" /> +<glyph unicode="" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" /> <glyph unicode="" glyph-name="at" d="M696.32 283.136c-46.612-48.782-112.182-79.108-184.835-79.108-141.102 0-255.488 114.386-255.488 255.488 0 0.451 0.001 0.902 0.004 1.353v-0.070c0 141.385 114.615 256 256 256 57.921 0 111.348-19.235 154.244-51.667l-0.644 0.467v51.2h102.4v-332.8c0-42.415 34.385-76.8 76.8-76.8s76.8 34.385 76.8 76.8v0 76.8c-0.167 226.090-183.487 409.307-409.6 409.307-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c66.818 0 129.898 15.999 185.62 44.376l-2.325-1.074 46.080-91.648c-66.813-34.208-145.753-54.255-229.376-54.255-282.77 0-512 229.23-512 512s229.23 512 512 512c282.596 0 511.718-228.948 512-511.478v-0.027h-0.512v-76.8c0.001-0.159 0.001-0.346 0.001-0.534 0-98.969-80.231-179.2-179.2-179.2-61.529 0-115.815 31.010-148.083 78.253l-0.398 0.617zM512 307.2c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0z" /> <glyph unicode="" glyph-name="location" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 448c-106.040 0-192 85.96-192 192s85.96 192 192 192 192-85.96 192-192-85.96-192-192-192z" /> <glyph unicode="" glyph-name="phone" d="M704 320c-64-64-64-128-128-128s-128 64-192 128-128 128-128 192 64 64 128 128-128 256-192 256-192-192-192-192c0-128 131.5-387.5 256-512s384-256 512-256c0 0 192 128 192 192s-192 256-256 192z" /> -<glyph unicode="" glyph-name="city" d="M810 298.667v86h-84v-86h84zM810 128.667v84h-84v-84h84zM554 640.667v84h-84v-84h84zM554 468.667v86h-84v-86h84zM554 298.667v86h-84v-86h84zM554 128.667v84h-84v-84h84zM298 468.667v86h-84v-86h84zM298 298.667v86h-84v-86h84zM298 128.667v84h-84v-84h84zM640 468.667h256v-426h-768v598h256v84l128 128 128-128v-256z" /> +<glyph unicode="" glyph-name="envelope" d="M921.6 870.4c56.554 0 102.4-45.846 102.4-102.4v0-614.4c0-56.554-45.846-102.4-102.4-102.4v0h-819.2c-56.554 0-102.4 45.846-102.4 102.4v0 614.4c0 56.32 46.080 102.4 102.4 102.4h819.2zM697.856 404.48l326.144-250.88v102.4l-262.144 199.68 262.144 209.92v102.4l-512-409.6-512 409.6v-102.4l262.144-209.92-262.144-199.68v-102.4l326.144 250.88 185.856-148.48 185.856 148.48z" /> <glyph unicode="" glyph-name="beer" d="M426.667 234.667c0-11.733-9.6-21.333-21.333-21.333s-21.333 9.6-21.333 21.333v256c0 11.733 9.6 21.333 21.333 21.333s21.333-9.6 21.333-21.333v-256zM512 234.667c0-11.733-9.6-21.333-21.333-21.333s-21.333 9.6-21.333 21.333v256c0 11.733 9.6 21.333 21.333 21.333s21.333-9.6 21.333-21.333v-256zM597.333 234.667c0-11.733-9.6-21.333-21.333-21.333s-21.333 9.6-21.333 21.333v256c0 11.733 9.6 21.333 21.333 21.333s21.333-9.6 21.333-21.333v-256zM789.333 682.667h-21.333v42.667c0 47.104-38.229 85.333-85.333 85.333h-384c-47.104 0-85.333-38.229-85.333-85.333v-554.667c0-70.656 57.344-128 128-128h298.667c70.656 0 128 57.344 128 128h21.333c82.347 0 149.333 66.987 149.333 149.333v213.333c0 82.347-66.987 149.333-149.333 149.333zM298.667 725.334h384v-42.667h-189.611l-5.035-14.165c-6.997-19.541-28.288-31.147-47.659-27.648l-14.848 2.475-7.381-13.099c-11.392-20.267-32.64-32.896-55.467-32.896-35.285 0-64 28.715-64 64v64zM682.667 170.667c0-23.552-19.115-42.667-42.667-42.667h-298.667c-23.552 0-42.667 19.115-42.667 42.667v405.76c17.877-13.525 39.936-21.76 64-21.76 33.451 0 64.896 16.043 84.864 42.667 31.061 0 59.008 16.683 74.069 42.667h161.067v-469.334zM853.333 320c0-35.285-28.715-64-64-64h-64v341.333h64c35.285 0 64-28.715 64-64v-213.333z" /> <glyph unicode="" glyph-name="thermometer" d="M543.553 218.694c37.519-13.052 64.447-48.728 64.447-90.694 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 41.961 26.922 77.635 64.435 90.69-0.286 1.727-0.435 3.5-0.435 5.309v480.003c0 17.448 14.327 31.999 32 31.999 17.796 0 32-14.326 32-31.999v-480.003c0-1.803-0.153-3.576-0.447-5.305v0zM576 238.876v593.009c0 35.41-28.407 64.115-64 64.115-35.346 0-64-28.472-64-64.115v-593.009c-38.259-22.132-64-63.498-64-110.876 0-70.692 57.308-128 128-128s128 57.308 128 128c0 47.378-25.741 88.744-64 110.876zM638.996 272.003c39.862-35.181 65.004-86.656 65.004-144.003 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 57.346 25.141 108.82 65.002 144.002-0.661 5.27-1.002 10.639-1.002 16.088v543.82c0 70.556 57.308 128.090 128 128.090 70.549 0 128-57.348 128-128.090v-543.82c0-5.447-0.342-10.816-1.004-16.087v0 0z" /> <glyph unicode="" glyph-name="paw" horiz-adv-x="951" d="M445.714 681.143c0-64-33.143-140-106.857-140-92.571 0-148.571 116.571-148.571 196.571 0 64 33.143 140 106.857 140 93.143 0 148.571-116.571 148.571-196.571zM250.286 405.143c0-55.429-29.143-113.143-92-113.143-91.429 0-158.286 112-158.286 194.857 0 55.429 29.714 113.714 92 113.714 91.429 0 158.286-112.571 158.286-195.429zM475.429 420.571c140 0 329.143-201.714 329.143-336.571 0-72.571-59.429-84-117.714-84-76.571 0-138.286 51.429-211.429 51.429-76.571 0-141.714-50.857-224.571-50.857-55.429 0-104.571 18.857-104.571 83.429 0 135.429 189.143 336.571 329.143 336.571zM612 541.143c-73.714 0-106.857 76-106.857 140 0 80 55.429 196.571 148.571 196.571 73.714 0 106.857-76 106.857-140 0-80-56-196.571-148.571-196.571zM858.857 600.571c62.286 0 92-58.286 92-113.714 0-82.857-66.857-194.857-158.286-194.857-62.857 0-92 57.714-92 113.143 0 82.857 66.857 195.429 158.286 195.429z" /> <glyph unicode="" glyph-name="power" d="M384 960l-384-512h384l-256-512 896 640h-512l384 384z" /> <glyph unicode="" glyph-name="pirati" horiz-adv-x="968" d="M458.203 826.435c-109.449 0-211.478-42.667-287.536-118.725-77.913-76.058-120.58-179.942-120.58-287.536 0-109.449 42.667-211.478 118.725-289.391 77.913-76.058 179.942-118.725 287.536-118.725 109.449 0 211.478 42.667 287.536 118.725 77.913 76.058 118.725 179.942 118.725 287.536 0 109.449-42.667 211.478-118.725 287.536-74.203 79.768-176.232 120.58-285.681 120.58zM458.203 51.014c-204.058 0-369.159 165.101-369.159 369.159s165.101 369.159 369.159 369.159c204.058 0 369.159-165.101 369.159-369.159s-165.101-369.159-369.159-369.159zM335.768 661.333v57.507h-35.246v-66.783c-24.116-7.42-38.957-14.841-35.246-20.406 7.42 1.855 20.406 3.71 35.246 1.855v-341.333c-37.101-70.493 16.696-179.942 16.696-179.942s-38.957 116.87 48.232 172.522c79.768 50.087 358.029 27.826 356.174 183.652-1.855 220.754-257.855 220.754-385.855 192.928zM448.928 446.145c-12.986-59.362-76.058-89.043-115.014-115.014v298.667c64.928-14.841 140.986-64.928 115.014-183.652z" /> <glyph unicode="" glyph-name="open-source" d="M512 943.712c-282.304 0-512-229.696-512-512 0-210.624 132.032-402.432 328.448-477.248 8.192-3.264 17.408-2.752 25.344 1.088 7.936 3.904 13.952 10.816 16.576 19.264l96 306.56c4.544 14.528-1.728 30.272-15.040 37.568-41.536 22.912-67.328 66.112-67.328 112.768 0 70.592 57.408 128 128 128s128-57.408 128-128c0-46.656-25.792-89.856-67.328-112.832-13.312-7.296-19.648-23.040-15.040-37.568l96-306.56c2.624-8.448 8.64-15.36 16.576-19.264 4.416-2.112 9.216-3.2 13.952-3.2 3.84 0 7.744 0.704 11.392 2.112 196.48 74.88 328.448 266.688 328.448 477.312 0 282.304-229.696 512-512 512z" /> -<glyph unicode="" glyph-name="stackshare" horiz-adv-x="1150" d="M994.848 306.216c-58.718 0-109.37-35.183-132.020-85.575h-183.898l-72.283 228.341 73.252 227.035h182.664c22.489-50.736 73.322-86.245 132.285-86.245 79.789 0 144.685 64.908 144.685 144.691s-64.9 144.685-144.685 144.685c-56.185 0-104.953-32.216-128.915-79.128h-230.524c-0.002 0-0.004 0-0.008 0-27.142 0-50.216-17.435-58.626-41.723l-0.133-0.436-83.594-247.536h-204.86c-22.127 51.614-73.405 87.843-133.036 87.843-79.769 0-144.685-64.9-144.685-144.685 0-79.769 64.915-144.669 144.685-144.669 55.549 0 103.843 31.476 128.078 77.501h208.838l83.616-247.536c8.523-24.715 31.583-42.159 58.717-42.159 0.010 0 0.022 0 0.027 0h231.176c23.823-47.274 72.793-79.769 129.228-79.769 79.789 0 144.685 64.9 144.685 144.685 0 79.769-64.9 144.669-144.685 144.669zM994.848 801.65c37.045 0 67.183-30.143 67.183-67.183s-30.143-67.183-67.183-67.183c-37.046 0-67.162 30.151-67.162 67.183 0 37.045 30.116 67.183 67.162 67.183zM155.163 386.326c-37.045 0-67.162 30.143-67.162 67.162 0 37.052 30.116 67.183 67.162 67.183s67.183-30.137 67.183-67.183c0-37.017-30.143-67.162-67.183-67.162zM994.848 94.37c-37.045 0-67.162 30.143-67.162 67.183s30.116 67.162 67.162 67.162c37.046 0 67.183-30.116 67.183-67.162s-30.143-67.183-67.183-67.183z" /> -<glyph unicode="" glyph-name="link1" d="M726 640.667c118 0 212-96 212-214s-94-214-212-214h-172v82h172c72 0 132 60 132 132s-60 132-132 132h-172v82h172zM342 384.667v84h340v-84h-340zM166 426.667c0-72 60-132 132-132h172v-82h-172c-118 0-212 96-212 214s94 214 212 214h172v-82h-172c-72 0-132-60-132-132z" /> -<glyph unicode="" glyph-name="arrow-down" d="M316 604.667l196-196 196 196 60-60-256-256-256 256z" /> +<glyph unicode="" glyph-name="jitsi" horiz-adv-x="704" d="M670.24 592.128c-8.224 17.632-21.536 32.448-38.176 42.56-19.808 12.576-44.544 15.232-61.792 15.232-5.824 0-11.616-0.32-17.376-0.896h-0.448c0.32 2.368 0.928 5.44 1.44 7.936 0.864 4.384 1.824 9.344 2.4 14.528 2.304 22.24-5.632 52.128-20.192 76.16-2.304 3.84-2.208 5.12-2.208 5.12 0.704 1.088 1.568 2.112 2.528 2.976l1.344 1.408c34.4 36.864 44.832 77.376 30.88 120.704-26.432 82.144-33.536 82.144-38.72 82.144-1.152 0-2.304-0.224-3.36-0.672-1.056-0.48-2.016-1.152-2.784-2.016-0.864-1.024-1.472-2.24-1.856-3.552-0.352-1.312-0.416-2.656-0.192-4 2.656-27.232-3.488-66.24-7.584-81.088-4.992-18.656-22.528-46.528-77.824-72.992-3.872-1.664-7.84-3.136-11.872-4.384-18.048-6.016-48.192-16.128-64.928-39.2-12.64-14.784-15.712-29.632-21.184-56.384-4.864-23.808-8.8-52.768-1.088-87.36 0.768-3.424 1.504-6.304 2.208-8.864 0.448-1.824 0.864-3.392 1.184-4.768l0.64 0.128-0.672-0.16c0.512-2.048 0.192-2.56-0.544-3.072-2.656-1.056-5.408-1.888-8.192-2.496-8.192-1.312-16.384-2.784-24.224-4.32-24.896-4.288-100.192-17.248-134.848-72.448-21.408-34.048-24.448-78.496-9.056-132.32 15.936-53.248 47.616-89.824 69.28-97.28l0.352-0.128c1.568-0.704 3.040-1.28 4.512-1.792 0-1.472-0.16-3.296-0.352-5.344-0.128-0.928-0.288-1.888-0.416-2.976-2.368-17.344-10.56-36.064-18.912-36.576-4.416 0.864-21.856 10.752-34.208 18.88-3.968 2.592-7.712 5.056-11.264 7.424-34.464 22.784-53.472 35.36-82.528 38.592-0.992 0.096-1.984 0.16-2.976 0.16-30.72 0-86.016-51.744-87.2-154.816-0.576-51.648 4.832-98.88 16.128-140.352 8.064-29.728 16.672-46.656 19.168-51.2l9.952-18.624 4.544 20.48c23.968 108.544 53.536 134.688 102.752 165.984 36.064-33.792 83.424-51.616 137.376-51.616 45.472 0 93.056 13.216 133.92 37.216 40.16 23.552 71.168 55.296 90.112 91.968 3.168-2.048 6.976-4.704 9.472-6.464 9.024-6.304 10.944-7.616 14.144-7.616h0.288c3.52 0.128 36.736 11.264 70.752 52.832 19.776 24.128 36.064 53.984 48.448 88.8 15.328 43.008 24.576 93.792 27.712 150.912 3.488 47.968-1.376 86.144-14.464 113.504l-0.096 0.128zM542.816 868.224c2.848-11.52 3.232-23.52 1.088-35.2-3.2-22.688-12.8-43.008-29.248-61.536 14.016 30.72 23.488 63.296 28.16 96.736zM519.072 727.36c4.992-7.552 8.832-15.84 11.328-24.576 2.784-11.424 2.272-23.424-1.44-34.592-5.888-13.984-13.76-21.056-23.456-21.056h-1.28c-3.424 0.512-6.688 1.728-9.632 3.52-12.448 7.296-19.2 26.624-14.336 40.8 0.224 0.416 0.384 0.864 0.576 1.312 0.8 2.048 3.072 5.984 9.376 12.064 9.024 7.968 22.176 18.016 28.832 22.528h0.032zM374.88 731.232l0.128 0.224v0.192c2.656 6.56 20.992 17.152 33.152 24.192 1.536 0.896 3.040 1.792 4.544 2.624 5.344 2.816 10.816 5.344 16.384 7.584 20.032 8.512 51.2 21.792 76.896 46.496-7.456-26.144-25.408-70.144-54.88-96.8-6.56-5.92-19.776-11.136-35.136-17.216-16.512-6.496-36.384-14.336-55.648-26.144 1.472 15.072 6.144 41.376 14.464 58.848h0.096zM362.080 646.048c9.92 8.192 28.064 19.296 87.52 38.912 0.416-1.824 0.896-4.192 1.344-6.56 0.352-1.792 0.736-3.808 1.184-6.016 3.904-19.2 8.192-40.8 48.192-52.768-3.712-8.192-11.36-22.048-14.048-24.704l-0.864-0.736-0.608-1.024c-7.808-12.48-49.856-39.744-68.704-39.744-0.8 0-1.632 0.064-2.4 0.192-11.36 2.176-37.408 25.312-45.056 42.432-14.816 33.568-11.776 45.664-6.656 49.952l0.096 0.064zM213.952 337.952c-21.792 32.416-38.304 89.088-27.488 134.624v0.192c5.248 24.8 22.528 39.36 29.696 44.48l1.024 0.768c10.592 9.248 32.32 19.040 61.152 27.584 4.096 1.056 6.336 1.536 6.432 1.536 5.312 1.088 11.104 2.432 16.736 3.712 10.656 2.72 21.472 4.832 32.352 6.336 2.72 0.288 5.472 0.8 8.096 1.312 3.52 0.768 7.136 1.248 10.752 1.376 2.912 0.16 5.76-0.608 8.192-2.176 10.688-12.672 36.864-37.76 54.048-39.232h1.056c19.552 1.056 50.176 20.128 91.040 56.704 6.944 6.144 13.408 11.52 19.744 16.224l0.768 0.576c11.136 8.48 23.424 15.328 36.48 20.384-4.256-14.016-7.68-37.952 6.144-71.68 7.2-17.44 20.992-56.768 32.448-95.264 19.712-66.336 16.96-77.984 16.576-79.072-0.544-2.272-1.44-4.416-2.656-6.4-1.536 0.288-3.008 0.832-4.384 1.568-9.952 4.576-21.088 12.768-34.112 22.4-24.16 17.696-54.208 39.744-98.176 56.928-32.288 12.608-64.416 19.008-95.392 19.008-12.832 0.032-25.664-1.216-38.272-3.648-69.248-13.664-105.76-44.192-125.376-60.608l-0.128-0.128c-1.312-1.056-2.24-2.464-2.688-4.064s-0.384-3.296 0.16-4.864c0.576-1.536 1.6-2.848 2.944-3.776s2.944-1.408 4.608-1.408c1.76 0 3.52 0.512 9.248 2.176 20.768 6.176 42.016 10.592 63.488 13.216 7.712 0.896 15.456 1.344 23.232 1.376 33.504 0 64.352-10.24 96.992-32.416 7.488-6.24 12.064-10.4 14.816-13.12l-2.816-0.736-19.808-5.6c-49.024-13.856-123.168-34.784-158.24-34.784-2.688-0.032-5.376 0.128-8.032 0.448-9.12 1.344-20.192 10.848-30.496 26.048h-0.16zM69.344 89.216c-13.792-17.984-23.968-38.496-29.92-60.352-6.592 31.584-14.336 83.584-9.92 124.032 9.152 83.84 50.688 111.936 56.864 113.408h0.384c0.352 0 0.768 0 1.568-0.896 3.328-3.584 10.496-18.816 5.28-81.76-1.216-12.96 1.888-23.936 9.28-32.608 5.024-5.728 11.36-10.208 18.432-13.024-19.968-13.216-37.568-29.696-52.032-48.8h0.064zM139.936 171.52c-2.144-0.96-4.48-1.504-6.848-1.6-0.832-0.064-1.664 0.032-2.464 0.352-0.768 0.288-1.472 0.768-2.048 1.376-1.344 1.376-4.352 6.144-3.392 20.16 0.704 6.912 1.664 13.792 2.56 20.48 2.016 12.608 3.2 25.344 3.584 38.112 24.224-15.84 51.040-32.64 68.416-40.384-11.36-10.048-34.944-28.128-59.808-38.528v0.032zM455.84 173.76c-39.040-40.704-91.776-65.504-148.032-69.632-6.688-0.48-13.344-0.736-19.744-0.736-74.080 0-111.712 31.456-129.024 48.96 83.68 36.096 100.672 87.744 108.096 110.272 0.704 2.208 1.376 4.096 2.048 5.76 3.168 1.568 13.344 6.144 44.672 17.856 24.576 8.864 54.048 18.752 80.032 27.52 21.664 7.296 40.352 13.632 50.56 17.376l0.864 0.256c2.048 0.576 3.264 0.864 4.096 0.992l0.576-0.736c9.504-12.416 25.216-19.968 25.376-20.064 11.808-5.28 24.416-8.448 37.312-9.408-0.288-44.768-20.736-91.168-56.704-128.384l-0.128-0.032zM520.768 326.976c-30.976 0-41.856 9.984-52 22.048-50.304 59.968-105.952 69.824-127.552 71.264-6.912 0.448-13.696 0.672-20.192 0.672-5.44 0-10.784-0.128-15.968-0.48 25.056 8.544 51.36 12.896 77.824 12.96 55.488 0 108.928-19.648 158.752-58.4 20.32-15.808 35.264-27.008 48.192-36-6.304-1.856-14.784-4.256-25.504-7.168l-4.096-1.12c-12.992-2.304-26.176-3.584-39.392-3.776h-0.064zM540.096 213.536c-3.264 2.88-8.192 7.456-13.312 12.096 4.704 11.904 8.224 24.256 10.56 36.864 2.432 13.28 3.936 30.72 4.64 39.936 14.72 2.208 29.28 5.312 43.616 9.28 17.28 4.96 30.592 10.592 40.096 17.024-29.632-74.016-72.544-106.496-85.6-115.136v-0.064zM642.624 382.784c-4.416 36.448-19.168 81.568-24.96 99.104-0.608 2.048-1.12 3.52-1.472 4.608-0.416 1.376-1.76 5.088-4.48 12.672-7.104 19.84-21.952 61.088-24.576 73.28-3.808 17.952 4.768 42.624 10.24 44.768 1.664 0.64 3.456 0.96 5.28 0.96 10.080 0 22.528-9.504 32.384-24.864 11.904-18.432 18.976-42.88 19.904-68.608 2.048-56.128-3.168-103.008-12.288-141.92z" /> +<glyph unicode="" glyph-name="link-horizontal" d="M726 640.667c118 0 212-96 212-214s-94-214-212-214h-172v82h172c72 0 132 60 132 132s-60 132-132 132h-172v82h172zM342 384.667v84h340v-84h-340zM166 426.667c0-72 60-132 132-132h172v-82h-172c-118 0-212 96-212 214s94 214 212 214h172v-82h-172c-72 0-132-60-132-132z" /> +<glyph unicode="" glyph-name="calculator" d="M384 896h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 640h-320v64h320v-64zM896 896h-320c-35.204 0-64-28.8-64-64v-832c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v832c0 35.2-28.8 64-64 64zM896 320h-320v64h320v-64zM896 512h-320v64h320v-64zM384 384h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h320c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM384 128h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" /> <glyph unicode="" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" /> -<glyph unicode="" glyph-name="search" d="M1014.88 33.504c12.192-12.192 12.192-31.968 0-44.192l-44.192-44.192c-12.224-12.192-32-12.192-44.192 0l-309.376 309.376c-3.36 3.36-5.6 7.328-7.104 11.552-63.456-46.368-141.376-74.048-226.016-74.048-212.064 0-384 171.936-384 384s171.936 384 384 384c212.064 0 384-171.936 384-384 0-84.64-27.68-162.56-74.048-226.016 4.224-1.504 8.192-3.712 11.552-7.104l309.376-309.376zM384 832c-141.376 0-256-114.624-256-256s114.624-256 256-256 256 114.624 256 256c0 141.376-114.624 256-256 256z" /> +<glyph unicode="" glyph-name="facebook-full" d="M928 960h-832c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h416v448h-128v128h128v64c0 105.8 86.2 192 192 192h128v-128h-128c-35.2 0-64-28.8-64-64v-64h192l-32-128h-160v-448h288c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96z" /> <glyph unicode="" glyph-name="map" d="M0 768l320 128v-768l-320-128zM384 928l320-192v-736l-320 160zM768 736l256 192v-768l-256-192z" /> <glyph unicode="" glyph-name="compass" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM96 448c0 229.75 186.25 416 416 416 109.574 0 209.232-42.386 283.534-111.628l-411.534-176.372-176.372-411.534c-69.242 74.302-111.628 173.96-111.628 283.534zM585.166 374.834l-256.082-109.75 109.75 256.082 146.332-146.332zM512 32c-109.574 0-209.234 42.386-283.532 111.628l411.532 176.372 176.372 411.532c69.242-74.298 111.628-173.958 111.628-283.532 0-229.75-186.25-416-416-416z" /> <glyph unicode="" glyph-name="folder-open" d="M832 0l192 512h-832l-192-512zM128 576l-128-576v832h288l128-128h416v-128z" /> @@ -46,43 +46,67 @@ <glyph unicode="" glyph-name="chevron-left" d="M670.165 200.832l-225.835 225.835 225.835 225.835c16.683 16.683 16.683 43.691 0 60.331s-43.691 16.683-60.331 0l-256-256c-16.683-16.683-16.683-43.691 0-60.331l256-256c16.683-16.683 43.691-16.683 60.331 0s16.683 43.691 0 60.331z" /> <glyph unicode="" glyph-name="chevron-down" d="M225.835 524.502l256-256c16.683-16.683 43.691-16.683 60.331 0l256 256c16.683 16.683 16.683 43.691 0 60.331s-43.691 16.683-60.331 0l-225.835-225.835-225.835 225.835c-16.683 16.683-43.691 16.683-60.331 0s-16.683-43.691 0-60.331z" /> <glyph unicode="" glyph-name="chevron-up" d="M798.165 328.832l-256 256c-16.683 16.683-43.691 16.683-60.331 0l-256-256c-16.683-16.683-16.683-43.691 0-60.331s43.691-16.683 60.331 0l225.835 225.835 225.835-225.835c16.683-16.683 43.691-16.683 60.331 0s16.683 43.691 0 60.331z" /> -<glyph unicode="" glyph-name="zoom_out_map" d="M896 298.667v-256h-256l98 98-124 122 62 62 122-124zM384 42.667h-256v256l98-98 122 124 62-62-124-122zM128 554.667v256h256l-98-98 124-122-62-62-122 124zM640 810.667h256v-256l-98 98-122-124-62 62 124 122z" /> +<glyph unicode="" glyph-name="feed" d="M136.294 209.070c-75.196 0-136.292-61.334-136.292-136.076 0-75.154 61.1-135.802 136.292-135.802 75.466 0 136.494 60.648 136.494 135.802-0.002 74.742-61.024 136.076-136.494 136.076zM0.156 612.070v-196.258c127.784 0 247.958-49.972 338.458-140.512 90.384-90.318 140.282-211.036 140.282-339.3h197.122c-0.002 372.82-303.282 676.070-675.862 676.070zM0.388 960v-196.356c455.782 0 826.756-371.334 826.756-827.644h196.856c0 564.47-459.254 1024-1023.612 1024z" /> <glyph unicode="" glyph-name="pig" d="M789.568 258.912c0 0 106.56 72.896 106.56 216.672 0 214.016-226.816 293.152-348.768 291.040-121.984-2.144-158.336-34.24-158.336-34.24s-41.504 30.176-85.504 55.456c-33.664 13.12-41.472 15.008-64.864 7.488-18.72 0-6.944-31.168 0.576-42.4 7.456-11.232 43.712-73.28 43.712-73.28s-76.096-78.368-81.728-129.888c0 0.928-35.84 0.288-55.488 0.288s-17.792-21.408-17.792-21.408l0.544-150.848c0 0-1.216-21.408 16.608-21.408 17.792 0 55.616-0.416 55.616-0.416s53.216-77.28 86.944-91.328c0-0.928-29.152-80.096-29.152-80.096s-14.048-24.352 11.232-33.728c25.28-9.344 91.232-37.024 119.328-45.472 28.064-8.416 32.096 10.688 32.096 10.688l27.808 60.064 181.92-0.288 27.808-61.92c0 0 5.344-28.736 42.784-12.832 37.472 15.904 78.368 34.784 109.28 50.688 30.88 15.904 10.56 45.632 10.56 45.632l-31.744 61.536zM298.304 519.552c-17.056 0-30.88 13.856-30.88 30.912s13.824 30.88 30.88 30.88 30.912-13.824 30.912-30.88-13.856-30.912-30.912-30.912zM733.6 615.808c-9.856-11.68-16.288-3.072-24.224-0.736 0 0-33.632 31.2-83.040 45.76-51.168 15.040-105.024 7.776-105.024 7.776-7.936 2.336-17.568 2.592-17.632 14.848 0.416 15.136 18.784 15.264 18.56 15.776 0 0 60.608 5.6 111.328-9.312 49.888-14.656 88-46.528 88-46.528s20.384-14.048 12.032-27.584z" /> -<glyph unicode="" glyph-name="edit-pencil" d="M629.76 783.36l204.8-204.8-629.76-629.76h-204.8v204.8l629.76 629.76zM701.44 855.040l117.76 117.76 204.8-204.8-117.76-117.76-204.8 204.8z" /> -<glyph unicode="" glyph-name="bank" horiz-adv-x="1097" d="M548.571 950.857l548.571-219.429v-73.143h-73.143c0-20-17.714-36.571-39.429-36.571h-872c-21.714 0-39.429 16.571-39.429 36.571h-73.143v73.143zM146.286 585.143h146.286v-438.857h73.143v438.857h146.286v-438.857h73.143v438.857h146.286v-438.857h73.143v438.857h146.286v-438.857h33.714c21.714 0 39.429-16.571 39.429-36.571v-36.571h-950.857v36.571c0 20 17.714 36.571 39.429 36.571h33.714v438.857zM1057.714 36.571c21.714 0 39.429-16.571 39.429-36.571v-73.143h-1097.143v73.143c0 20 17.714 36.571 39.429 36.571h1018.286z" /> -<glyph unicode="" glyph-name="facebook-official" horiz-adv-x="878" d="M829.143 877.714c26.857 0 48.571-21.714 48.571-48.571v-780.571c0-26.857-21.714-48.571-48.571-48.571h-223.429v340h113.714l17.143 132.571h-130.857v84.571c0 38.286 10.286 64 65.714 64l69.714 0.571v118.286c-12 1.714-53.714 5.143-101.714 5.143-101.143 0-170.857-61.714-170.857-174.857v-97.714h-114.286v-132.571h114.286v-340h-420c-26.857 0-48.571 21.714-48.571 48.571v780.571c0 26.857 21.714 48.571 48.571 48.571h780.571z" /> -<glyph unicode="" glyph-name="close" horiz-adv-x="805" d="M741.714 195.428c0-14.286-5.714-28.571-16-38.857l-77.714-77.714c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 16l-168 168-168-168c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 16l-77.714 77.714c-10.286 10.286-16 24.571-16 38.857s5.714 28.571 16 38.857l168 168-168 168c-10.286 10.286-16 24.571-16 38.857s5.714 28.571 16 38.857l77.714 77.714c10.286 10.286 24.571 16 38.857 16s28.571-5.714 38.857-16l168-168 168 168c10.286 10.286 24.571 16 38.857 16s28.571-5.714 38.857-16l77.714-77.714c10.286-10.286 16-24.571 16-38.857s-5.714-28.571-16-38.857l-168-168 168-168c10.286-10.286 16-24.571 16-38.857z" /> +<glyph unicode="" glyph-name="library" horiz-adv-x="1088" d="M1024 0v64h-64v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-64v-64h-64v-64h1088v64h-64zM512 960h64l512-320v-64h-1088v64l512 320z" /> +<glyph unicode="" glyph-name="office" d="M0-64h512v1024h-512v-1024zM320 832h128v-128h-128v128zM320 576h128v-128h-128v128zM320 320h128v-128h-128v128zM64 832h128v-128h-128v128zM64 576h128v-128h-128v128zM64 320h128v-128h-128v128zM576 640h448v-64h-448zM576-64h128v256h192v-256h128v576h-448z" /> +<glyph unicode="" glyph-name="attachment" d="M665.832 632.952l-64.952 64.922-324.81-324.742c-53.814-53.792-53.814-141.048 0-194.844 53.804-53.792 141.060-53.792 194.874 0l389.772 389.708c89.714 89.662 89.714 235.062 0 324.726-89.666 89.704-235.112 89.704-324.782 0l-409.23-409.178c-0.29-0.304-0.612-0.576-0.876-0.846-125.102-125.096-125.102-327.856 0-452.906 125.054-125.056 327.868-125.056 452.988 0 0.274 0.274 0.516 0.568 0.82 0.876l0.032-0.034 279.332 279.292-64.986 64.92-279.33-279.262c-0.296-0.268-0.564-0.57-0.846-0.844-89.074-89.058-233.98-89.058-323.076 0-89.062 89.042-89.062 233.922 0 322.978 0.304 0.304 0.604 0.582 0.888 0.846l-0.046 0.060 409.28 409.166c53.712 53.738 141.144 53.738 194.886 0 53.712-53.734 53.712-141.148 0-194.84l-389.772-389.7c-17.936-17.922-47.054-17.922-64.972 0-17.894 17.886-17.894 47.032 0 64.92l324.806 324.782z" /> +<glyph unicode="" glyph-name="enlarge" d="M1024 960h-416l160-160-192-192 96-96 192 192 160-160zM1024-64v416l-160-160-192 192-96-96 192-192-160-160zM0-64h416l-160 160 192 192-96 96-192-192-160 160zM0 960v-416l160 160 192-192 96 96-192 192 160 160z" /> <glyph unicode="" glyph-name="anchor" d="M548.571 804.571c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571zM1024 274.286v-201.143c0-7.429-4.571-14.286-11.429-17.143-2.286-0.571-4.571-1.143-6.857-1.143-4.571 0-9.143 1.714-13.143 5.143l-53.143 53.143c-89.714-108-250.857-177.143-427.429-177.143s-337.714 69.143-427.429 177.143l-53.143-53.143c-3.429-3.429-8.571-5.143-13.143-5.143-2.286 0-4.571 0.571-6.857 1.143-6.857 2.857-11.429 9.714-11.429 17.143v201.143c0 10.286 8 18.286 18.286 18.286h201.143c7.429 0 14.286-4.571 17.143-11.429s1.143-14.286-4-20l-57.143-57.143c51.429-69.143 150.286-119.429 263.429-134.857v369.714h-109.714c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h109.714v93.143c-43.429 25.143-73.143 72-73.143 126.286 0 80.571 65.714 146.286 146.286 146.286s146.286-65.714 146.286-146.286c0-54.286-29.714-101.143-73.143-126.286v-93.143h109.714c20 0 36.571-16.571 36.571-36.571v-73.143c0-20-16.571-36.571-36.571-36.571h-109.714v-369.714c113.143 15.429 212 65.714 263.429 134.857l-57.143 57.143c-5.143 5.714-6.857 13.143-4 20s9.714 11.429 17.143 11.429h201.143c10.286 0 18.286-8 18.286-18.286z" /> -<glyph unicode="" glyph-name="feed" horiz-adv-x="805" d="M219.429 182.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714 49.143 109.714 109.714 109.714 109.714-49.143 109.714-109.714zM512 112.571c0.571-10.286-2.857-20-9.714-27.429-6.857-8-16.571-12-26.857-12h-77.143c-18.857 0-34.286 14.286-36 33.143-16.571 174.286-154.857 312.571-329.143 329.143-18.857 1.714-33.143 17.143-33.143 36v77.143c0 10.286 4 20 12 26.857 6.286 6.286 15.429 9.714 24.571 9.714h2.857c121.714-9.714 236.571-62.857 322.857-149.714 86.857-86.286 140-201.143 149.714-322.857zM804.571 111.428c0.571-9.714-2.857-19.429-10.286-26.857-6.857-7.429-16-11.429-26.286-11.429h-81.714c-19.429 0-35.429 14.857-36.571 34.286-18.857 332-283.429 596.571-615.429 616-19.429 1.143-34.286 17.143-34.286 36v81.714c0 10.286 4 19.429 11.429 26.286 6.857 6.857 16 10.286 25.143 10.286h1.714c200-10.286 388-94.286 529.714-236.571 142.286-141.714 226.286-329.714 236.571-529.714z" /> -<glyph unicode="" glyph-name="envelope" d="M1024 545.143v-453.714c0-50.286-41.143-91.429-91.429-91.429h-841.143c-50.286 0-91.429 41.143-91.429 91.429v453.714c17.143-18.857 36.571-35.429 57.714-49.714 94.857-64.571 190.857-129.143 284-197.143 48-35.429 107.429-78.857 169.714-78.857h1.143c62.286 0 121.714 43.429 169.714 78.857 93.143 67.429 189.143 132.571 284.571 197.143 20.571 14.286 40 30.857 57.143 49.714zM1024 713.143c0-64-47.429-121.714-97.714-156.571-89.143-61.714-178.857-123.429-267.429-185.714-37.143-25.714-100-78.286-146.286-78.286h-1.143c-46.286 0-109.143 52.571-146.286 78.286-88.571 62.286-178.286 124-266.857 185.714-40.571 27.429-98.286 92-98.286 144 0 56 30.286 104 91.429 104h841.143c49.714 0 91.429-41.143 91.429-91.429z" /> +<glyph unicode="" glyph-name="eye-off" d="M945.942 945.942c-18.746 18.744-49.136 18.744-67.882 0l-202.164-202.164c-51.938 15.754-106.948 24.222-163.896 24.222-223.318 0-416.882-130.042-512-320 41.122-82.124 100.648-153.040 173.022-207.096l-158.962-158.962c-18.746-18.746-18.746-49.136 0-67.882 9.372-9.374 21.656-14.060 33.94-14.060s24.568 4.686 33.942 14.058l864 864c18.744 18.746 18.744 49.138 0 67.884zM416 640c42.24 0 78.082-27.294 90.92-65.196l-121.724-121.724c-37.902 12.838-65.196 48.68-65.196 90.92 0 53.020 42.98 96 96 96zM110.116 448c38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.862 7.3-9.962-27.328-15.412-56.822-15.412-87.596 0-54.89 17.286-105.738 46.7-147.418l-60.924-60.924c-52.446 36.842-97.202 83.882-131.66 138.342zM768 518c0 27.166-4.256 53.334-12.102 77.898l-321.808-321.808c24.568-7.842 50.742-12.090 77.91-12.090 141.382 0 256 114.618 256 256zM830.026 670.026l-69.362-69.362c1.264-0.786 2.53-1.568 3.786-2.368 60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-38.664 0-76.902 4.76-113.962 14.040l-76.894-76.894c59.718-21.462 123.95-33.146 190.856-33.146 223.31 0 416.876 130.042 512 320-45.022 89.916-112.118 166.396-193.974 222.026z" /> +<glyph unicode="" glyph-name="eye" d="M512 768c-223.318 0-416.882-130.042-512-320 95.118-189.958 288.682-320 512-320 223.312 0 416.876 130.042 512 320-95.116 189.958-288.688 320-512 320zM764.45 598.296c60.162-38.374 111.142-89.774 149.434-150.296-38.292-60.522-89.274-111.922-149.436-150.296-75.594-48.218-162.89-73.704-252.448-73.704-89.56 0-176.858 25.486-252.452 73.704-60.158 38.372-111.138 89.772-149.432 150.296 38.292 60.524 89.274 111.924 149.434 150.296 3.918 2.5 7.876 4.922 11.86 7.3-9.96-27.328-15.41-56.822-15.41-87.596 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 30.774-5.452 60.268-15.408 87.598 3.978-2.378 7.938-4.802 11.858-7.302v0zM512 544c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.982 96-96z" /> <glyph unicode="" glyph-name="bubbles" horiz-adv-x="1152" d="M480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" /> -<glyph unicode="" glyph-name="calculator" horiz-adv-x="951" d="M219.429 73.143c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM438.857 73.143c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM219.429 292.571c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM658.286 73.143c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM438.857 292.571c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM219.429 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM658.286 292.571c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM438.857 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM877.714 73.143v219.429c0 40-33.143 73.143-73.143 73.143v0c-40 0-73.143-33.143-73.143-73.143v-219.429c0-40 33.143-73.143 73.143-73.143v0c40 0 73.143 33.143 73.143 73.143zM658.286 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM877.714 694.857v146.286c0 20-16.571 36.571-36.571 36.571h-731.429c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h731.429c20 0 36.571 16.571 36.571 36.571zM877.714 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM950.857 877.714v-877.714c0-40-33.143-73.143-73.143-73.143h-804.571c-40 0-73.143 33.143-73.143 73.143v877.714c0 40 33.143 73.143 73.143 73.143h804.571c40 0 73.143-33.143 73.143-73.143z" /> +<glyph unicode="" glyph-name="share" d="M864 256c-45.16 0-85.92-18.738-115.012-48.83l-431.004 215.502c1.314 8.252 2.016 16.706 2.016 25.328s-0.702 17.076-2.016 25.326l431.004 215.502c29.092-30.090 69.852-48.828 115.012-48.828 88.366 0 160 71.634 160 160s-71.634 160-160 160-160-71.634-160-160c0-8.622 0.704-17.076 2.016-25.326l-431.004-215.504c-29.092 30.090-69.852 48.83-115.012 48.83-88.366 0-160-71.636-160-160 0-88.368 71.634-160 160-160 45.16 0 85.92 18.738 115.012 48.828l431.004-215.502c-1.312-8.25-2.016-16.704-2.016-25.326 0-88.368 71.634-160 160-160s160 71.632 160 160c0 88.364-71.634 160-160 160z" /> <glyph unicode="" glyph-name="strategy" horiz-adv-x="736" d="M704-48c0 8.832-7.168 16-16 16h-576c-8.832 0-16-7.168-16-16s7.168-16 16-16h576c8.832 0 16 7.168 16 16zM40.768 660.672c-13.376-8.896-33.664-35.968-14.432-74.432 15.968-31.904 49.28-70.944 84.704-81.248 18.048-5.312 35.84-3.104 51.36 6.272 35.168 21.056 76.704 49.536 94.304 61.76 22.208-11.232 50.24-13.568 78.72-6.24 0.128 0.032 0.256 0.096 0.384 0.128-1.664-52.832-19.552-85.824-107.008-167.040-77.952-72.352-124.192-167.392-123.744-254.272 0.32-56.992 21.088-105.92 60.16-141.408 2.976-2.72 6.816-4.192 10.784-4.192h448c8.832 0 16 7.168 16 16s-7.168 16-16 16h-441.632c-29.408 28.96-45.024 68.16-45.28 113.76-0.416 76.864 43.104 165.28 113.504 230.656 93.28 86.592 117.408 127.616 117.408 199.584 0 1.312-0.448 2.464-0.736 3.68 17.504 9.44 32.64 21.92 42.976 37.024 12.96 18.88 40.864 67.36 20.16 110.272-3.84 7.904-13.408 11.264-21.376 7.424-7.936-3.84-11.296-13.408-7.424-21.376 9.312-19.296 2.688-48.544-17.728-78.24-11.776-17.152-32.832-31.008-56.352-37.024-23.904-6.112-46.624-3.424-62.464 7.424-5.536 3.776-12.8 3.744-18.272-0.128-0.576-0.384-56.864-40.032-100.768-66.368-8.032-4.8-16.512-5.824-25.984-3.008-24.768 7.232-52 38.784-65.024 64.832-10.528 21.056 0.256 31.104 5.152 34.688 110.304 95.264 165.664 194.24 167.936 198.432 2.112 3.904 2.56 8.512 1.152 12.768-0.16 0.48-11.2 34.016-17.28 65.056 33.472-20.16 91.040-48.32 150.976-48.32 83.328 0 277.056-31.104 277.056-319.232 0-1.568-0.288-158.208-63.040-330.464-3.040-8.288 1.248-17.472 9.568-20.512 1.824-0.608 3.648-0.928 5.472-0.928 6.528 0 12.672 4.032 15.040 10.528 64.672 177.536 64.992 334.912 64.96 341.472 0 325.856-236.576 351.168-309.056 351.168-80.288 0-160.384 60.896-161.152 61.536-4.896 3.68-11.36 4.288-16.864 1.632-5.472-2.688-8.928-8.256-8.928-14.336 0-31.392 14.88-82.176 20.672-100.704-13.376-22.336-66.112-104.992-155.904-182.624zM559.52 910.72c-51.232 34.528-108.512 49.28-191.52 49.28-8.832 0-16-7.168-16-16s7.168-16 16-16c76.16 0 128.096-13.088 173.664-43.808 74.048-49.984 162.336-149.568 162.336-340.192 0-46.432 0-110.016-31.52-236.128-2.112-8.576 3.072-17.248 11.648-19.392 1.312-0.32 2.592-0.48 3.872-0.48 7.2 0 13.728 4.832 15.52 12.128 32.48 129.888 32.48 195.776 32.48 243.872 0 204.672-95.968 312.416-176.48 366.72z" /> <glyph unicode="" glyph-name="menu" d="M128 384h768c23.552 0 42.667 19.115 42.667 42.667s-19.115 42.667-42.667 42.667h-768c-23.552 0-42.667-19.115-42.667-42.667s19.115-42.667 42.667-42.667zM128 640h768c23.552 0 42.667 19.115 42.667 42.667s-19.115 42.667-42.667 42.667h-768c-23.552 0-42.667-19.115-42.667-42.667s19.115-42.667 42.667-42.667zM128 128h768c23.552 0 42.667 19.115 42.667 42.667s-19.115 42.667-42.667 42.667h-768c-23.552 0-42.667-19.115-42.667-42.667s19.115-42.667 42.667-42.667z" /> -<glyph unicode="" glyph-name="users, group, team, members, community, collaborate" horiz-adv-x="1152" d="M768 189.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388zM327.196 164.672c55.31 36.15 124.080 63.636 199.788 80.414-15.054 17.784-28.708 37.622-40.492 59.020-30.414 55.234-46.492 116.058-46.492 175.894 0 86.042 0 167.31 30.6 233.762 29.706 64.504 83.128 104.496 159.222 119.488-16.914 76.48-61.94 126.75-181.822 126.75-192 0-192-128.942-192-288 0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h279.006c14.518 12.91 30.596 25.172 48.19 36.672z" /> -<glyph unicode="" glyph-name="book, read, reading" d="M896 832v-832h-672c-53.026 0-96 42.98-96 96s42.974 96 96 96h608v768h-640c-70.398 0-128-57.6-128-128v-768c0-70.4 57.602-128 128-128h768v896h-64zM224.056 128v0c-0.018-0.002-0.038 0-0.056 0-17.672 0-32-14.326-32-32s14.328-32 32-32c0.018 0 0.038 0.002 0.056 0.002v-0.002h607.89v64h-607.89z" /> +<glyph unicode="" glyph-name="users" horiz-adv-x="1152" d="M768 189.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388zM327.196 164.672c55.31 36.15 124.080 63.636 199.788 80.414-15.054 17.784-28.708 37.622-40.492 59.020-30.414 55.234-46.492 116.058-46.492 175.894 0 86.042 0 167.31 30.6 233.762 29.706 64.504 83.128 104.496 159.222 119.488-16.914 76.48-61.94 126.75-181.822 126.75-192 0-192-128.942-192-288 0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h279.006c14.518 12.91 30.596 25.172 48.19 36.672z" /> +<glyph unicode="" glyph-name="book" d="M896 832v-832h-672c-53.026 0-96 42.98-96 96s42.974 96 96 96h608v768h-640c-70.398 0-128-57.6-128-128v-768c0-70.4 57.602-128 128-128h768v896h-64zM224.056 128v0c-0.018-0.002-0.038 0-0.056 0-17.672 0-32-14.326-32-32s14.328-32 32-32c0.018 0 0.038 0.002 0.056 0.002v-0.002h607.89v64h-607.89z" /> <glyph unicode="" glyph-name="youtube" d="M1013.8 652.8c0 0-10 70.6-40.8 101.6-39 40.8-82.6 41-102.6 43.4-143.2 10.4-358.2 10.4-358.2 10.4h-0.4c0 0-215 0-358.2-10.4-20-2.4-63.6-2.6-102.6-43.4-30.8-31-40.6-101.6-40.6-101.6s-10.2-82.8-10.2-165.8v-77.6c0-82.8 10.2-165.8 10.2-165.8s10-70.6 40.6-101.6c39-40.8 90.2-39.4 113-43.8 82-7.8 348.2-10.2 348.2-10.2s215.2 0.4 358.4 10.6c20 2.4 63.6 2.6 102.6 43.4 30.8 31 40.8 101.6 40.8 101.6s10.2 82.8 10.2 165.8v77.6c-0.2 82.8-10.4 165.8-10.4 165.8zM406.2 315.2v287.8l276.6-144.4-276.6-143.4z" /> <glyph unicode="" glyph-name="cross" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" /> <glyph unicode="" glyph-name="checkbox-checked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM448 165.49l-237.254 237.256 90.51 90.508 146.744-146.744 306.746 306.746 90.508-90.51-397.254-397.256z" /> -<glyph unicode="" glyph-name="quill, feather, write, edit" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" /> -<glyph unicode="" glyph-name="sphere, globe, internet" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM751.59 256c8.58 40.454 13.996 83.392 15.758 128h127.446c-3.336-44.196-13.624-87.114-30.68-128h-112.524zM208.41 576c-8.58-40.454-13.996-83.392-15.758-128h-127.444c3.336 44.194 13.622 87.114 30.678 128h112.524zM686.036 576c9.614-40.962 15.398-83.854 17.28-128h-191.316v128h174.036zM512 640v187.338c14.59-4.246 29.044-11.37 43.228-21.37 26.582-18.74 52.012-47.608 73.54-83.486 14.882-24.802 27.752-52.416 38.496-82.484h-155.264zM331.232 722.484c21.528 35.878 46.956 64.748 73.54 83.486 14.182 10 28.638 17.124 43.228 21.37v-187.34h-155.264c10.746 30.066 23.616 57.68 38.496 82.484zM448 576v-128h-191.314c1.88 44.146 7.666 87.038 17.278 128h174.036zM95.888 256c-17.056 40.886-27.342 83.804-30.678 128h127.444c1.762-44.608 7.178-87.546 15.758-128h-112.524zM256.686 384h191.314v-128h-174.036c-9.612 40.96-15.398 83.854-17.278 128zM448 192v-187.34c-14.588 4.246-29.044 11.372-43.228 21.37-26.584 18.74-52.014 47.61-73.54 83.486-14.882 24.804-27.75 52.418-38.498 82.484h155.266zM628.768 109.516c-21.528-35.876-46.958-64.746-73.54-83.486-14.184-9.998-28.638-17.124-43.228-21.37v187.34h155.266c-10.746-30.066-23.616-57.68-38.498-82.484zM512 256v128h191.314c-1.88-44.146-7.666-87.040-17.28-128h-174.034zM767.348 448c-1.762 44.608-7.178 87.546-15.758 128h112.524c17.056-40.886 27.344-83.806 30.68-128h-127.446zM830.658 640h-95.9c-18.638 58.762-44.376 110.294-75.316 151.428 42.536-20.34 81.058-47.616 114.714-81.272 21.48-21.478 40.362-44.938 56.502-70.156zM185.844 710.156c33.658 33.658 72.18 60.932 114.714 81.272-30.942-41.134-56.676-92.666-75.316-151.428h-95.898c16.138 25.218 35.022 48.678 56.5 70.156zM129.344 192h95.898c18.64-58.762 44.376-110.294 75.318-151.43-42.536 20.34-81.058 47.616-114.714 81.274-21.48 21.478-40.364 44.938-56.502 70.156zM774.156 121.844c-33.656-33.658-72.18-60.934-114.714-81.274 30.942 41.134 56.678 92.668 75.316 151.43h95.9c-16.14-25.218-35.022-48.678-56.502-70.156z" /> -<glyph unicode="" glyph-name="wikipedia, brand" d="M966.8 726.4c0-3.2-1-6.2-3-9-2-2.6-4.2-4-6.8-4-20-2-36.4-8.4-49-19.2-12.8-10.8-25.8-31.8-39.2-62.4l-206.4-465.4c-1.4-4.4-5.2-6.4-11.4-6.4-4.8 0-8.6 2.2-11.4 6.4l-115.8 242-133.2-242c-2.8-4.4-6.4-6.4-11.4-6.4-6 0-9.8 2.2-11.8 6.4l-202.6 465.2c-12.6 28.8-26 49-40 60.4s-33.6 18.6-58.6 21.2c-2.2 0-4.2 1.2-6 3.4-2 2.2-2.8 4.8-2.8 7.8 0 7.6 2.2 11.4 6.4 11.4 18 0 37-0.8 56.8-2.4 18.4-1.6 35.6-2.4 51.8-2.4 16.4 0 36 0.8 58.4 2.4 23.4 1.6 44.2 2.4 62.4 2.4 4.4 0 6.4-3.8 6.4-11.4s-1.4-11.2-4-11.2c-18-1.4-32.4-6-42.8-13.8s-15.6-18-15.6-30.8c0-6.4 2.2-14.6 6.4-24.2l167.4-378.4 95.2 179.6-88.6 185.8c-16 33.2-29 54.6-39.2 64.2s-25.8 15.4-46.6 17.6c-2 0-3.6 1.2-5.4 3.4s-2.6 4.8-2.6 7.8c0 7.6 1.8 11.4 5.6 11.4 18 0 34.6-0.8 49.8-2.4 14.6-1.6 30-2.4 46.6-2.4 16.2 0 33.2 0.8 51.4 2.4 18.6 1.6 37 2.4 55 2.4 4.4 0 6.4-3.8 6.4-11.4s-1.2-11.2-4-11.2c-36.2-2.4-54.2-12.8-54.2-30.8 0-8 4.2-20.6 12.6-37.6l58.6-119 58.4 108.8c8 15.4 12.2 28.4 12.2 38.8 0 24.8-18 38-54.2 39.6-3.2 0-4.8 3.8-4.8 11.2 0 2.8 0.8 5.2 2.4 7.6s3.2 3.6 4.8 3.6c13 0 28.8-0.8 47.8-2.4 18-1.6 33-2.4 44.6-2.4 8.4 0 20.6 0.8 36.8 2 20.4 1.8 37.6 2.8 51.4 2.8 3.2 0 4.8-3.2 4.8-9.6 0-8.6-3-13-8.8-13-21-2.2-38-8-50.8-17.4s-28.8-30.8-48-64.4l-78.2-143.2 105.2-214.4 155.4 361.4c5.4 13.2 8 25.4 8 36.4 0 26.4-18 40.4-54.2 42.2-3.2 0-4.8 3.8-4.8 11.2 0 7.6 2.4 11.4 7.2 11.4 13.2 0 28.8-0.8 47-2.4 16.8-1.6 30.8-2.4 42-2.4 12 0 25.6 0.8 41.2 2.4 16.2 1.6 30.8 2.4 43.8 2.4 4 0 6-3.2 6-9.6z" /> -<glyph unicode="" glyph-name="tasks" d="M585.143 146.286h365.714v73.143h-365.714v-73.143zM365.714 438.857h585.143v73.143h-585.143v-73.143zM731.429 731.428h219.429v73.143h-219.429v-73.143zM1024 256v-146.286c0-20-16.571-36.571-36.571-36.571h-950.857c-20 0-36.571 16.571-36.571 36.571v146.286c0 20 16.571 36.571 36.571 36.571h950.857c20 0 36.571-16.571 36.571-36.571zM1024 548.571v-146.286c0-20-16.571-36.571-36.571-36.571h-950.857c-20 0-36.571 16.571-36.571 36.571v146.286c0 20 16.571 36.571 36.571 36.571h950.857c20 0 36.571-16.571 36.571-36.571zM1024 841.143v-146.286c0-20-16.571-36.571-36.571-36.571h-950.857c-20 0-36.571 16.571-36.571 36.571v146.286c0 20 16.571 36.571 36.571 36.571h950.857c20 0 36.571-16.571 36.571-36.571z" /> +<glyph unicode="" glyph-name="search" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" /> +<glyph unicode="" glyph-name="globe" d="M480 896c-265.096 0-480-214.904-480-480 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM751.59 256c8.58 40.454 13.996 83.392 15.758 128h127.446c-3.336-44.196-13.624-87.114-30.68-128h-112.524zM208.41 576c-8.58-40.454-13.996-83.392-15.758-128h-127.444c3.336 44.194 13.622 87.114 30.678 128h112.524zM686.036 576c9.614-40.962 15.398-83.854 17.28-128h-191.316v128h174.036zM512 640v187.338c14.59-4.246 29.044-11.37 43.228-21.37 26.582-18.74 52.012-47.608 73.54-83.486 14.882-24.802 27.752-52.416 38.496-82.484h-155.264zM331.232 722.484c21.528 35.878 46.956 64.748 73.54 83.486 14.182 10 28.638 17.124 43.228 21.37v-187.34h-155.264c10.746 30.066 23.616 57.68 38.496 82.484zM448 576v-128h-191.314c1.88 44.146 7.666 87.038 17.278 128h174.036zM95.888 256c-17.056 40.886-27.342 83.804-30.678 128h127.444c1.762-44.608 7.178-87.546 15.758-128h-112.524zM256.686 384h191.314v-128h-174.036c-9.612 40.96-15.398 83.854-17.278 128zM448 192v-187.34c-14.588 4.246-29.044 11.372-43.228 21.37-26.584 18.74-52.014 47.61-73.54 83.486-14.882 24.804-27.75 52.418-38.498 82.484h155.266zM628.768 109.516c-21.528-35.876-46.958-64.746-73.54-83.486-14.184-9.998-28.638-17.124-43.228-21.37v187.34h155.266c-10.746-30.066-23.616-57.68-38.498-82.484zM512 256v128h191.314c-1.88-44.146-7.666-87.040-17.28-128h-174.034zM767.348 448c-1.762 44.608-7.178 87.546-15.758 128h112.524c17.056-40.886 27.344-83.806 30.68-128h-127.446zM830.658 640h-95.9c-18.638 58.762-44.376 110.294-75.316 151.428 42.536-20.34 81.058-47.616 114.714-81.272 21.48-21.478 40.362-44.938 56.502-70.156zM185.844 710.156c33.658 33.658 72.18 60.932 114.714 81.272-30.942-41.134-56.676-92.666-75.316-151.428h-95.898c16.138 25.218 35.022 48.678 56.5 70.156zM129.344 192h95.898c18.64-58.762 44.376-110.294 75.318-151.43-42.536 20.34-81.058 47.616-114.714 81.274-21.48 21.478-40.364 44.938-56.502 70.156zM774.156 121.844c-33.656-33.658-72.18-60.934-114.714-81.274 30.942 41.134 56.678 92.668 75.316 151.43h95.9c-16.14-25.218-35.022-48.678-56.502-70.156z" /> +<glyph unicode="" glyph-name="wikipedia" d="M966.8 726.4c0-3.2-1-6.2-3-9-2-2.6-4.2-4-6.8-4-20-2-36.4-8.4-49-19.2-12.8-10.8-25.8-31.8-39.2-62.4l-206.4-465.4c-1.4-4.4-5.2-6.4-11.4-6.4-4.8 0-8.6 2.2-11.4 6.4l-115.8 242-133.2-242c-2.8-4.4-6.4-6.4-11.4-6.4-6 0-9.8 2.2-11.8 6.4l-202.6 465.2c-12.6 28.8-26 49-40 60.4s-33.6 18.6-58.6 21.2c-2.2 0-4.2 1.2-6 3.4-2 2.2-2.8 4.8-2.8 7.8 0 7.6 2.2 11.4 6.4 11.4 18 0 37-0.8 56.8-2.4 18.4-1.6 35.6-2.4 51.8-2.4 16.4 0 36 0.8 58.4 2.4 23.4 1.6 44.2 2.4 62.4 2.4 4.4 0 6.4-3.8 6.4-11.4s-1.4-11.2-4-11.2c-18-1.4-32.4-6-42.8-13.8s-15.6-18-15.6-30.8c0-6.4 2.2-14.6 6.4-24.2l167.4-378.4 95.2 179.6-88.6 185.8c-16 33.2-29 54.6-39.2 64.2s-25.8 15.4-46.6 17.6c-2 0-3.6 1.2-5.4 3.4s-2.6 4.8-2.6 7.8c0 7.6 1.8 11.4 5.6 11.4 18 0 34.6-0.8 49.8-2.4 14.6-1.6 30-2.4 46.6-2.4 16.2 0 33.2 0.8 51.4 2.4 18.6 1.6 37 2.4 55 2.4 4.4 0 6.4-3.8 6.4-11.4s-1.2-11.2-4-11.2c-36.2-2.4-54.2-12.8-54.2-30.8 0-8 4.2-20.6 12.6-37.6l58.6-119 58.4 108.8c8 15.4 12.2 28.4 12.2 38.8 0 24.8-18 38-54.2 39.6-3.2 0-4.8 3.8-4.8 11.2 0 2.8 0.8 5.2 2.4 7.6s3.2 3.6 4.8 3.6c13 0 28.8-0.8 47.8-2.4 18-1.6 33-2.4 44.6-2.4 8.4 0 20.6 0.8 36.8 2 20.4 1.8 37.6 2.8 51.4 2.8 3.2 0 4.8-3.2 4.8-9.6 0-8.6-3-13-8.8-13-21-2.2-38-8-50.8-17.4s-28.8-30.8-48-64.4l-78.2-143.2 105.2-214.4 155.4 361.4c5.4 13.2 8 25.4 8 36.4 0 26.4-18 40.4-54.2 42.2-3.2 0-4.8 3.8-4.8 11.2 0 7.6 2.4 11.4 7.2 11.4 13.2 0 28.8-0.8 47-2.4 16.8-1.6 30.8-2.4 42-2.4 12 0 25.6 0.8 41.2 2.4 16.2 1.6 30.8 2.4 43.8 2.4 4 0 6-3.2 6-9.6z" /> +<glyph unicode="" glyph-name="pencil" d="M864 960c88.364 0 160-71.634 160-160 0-36.020-11.91-69.258-32-96l-64-64-224 224 64 64c26.742 20.090 59.978 32 96 32zM64 224l-64-288 288 64 592 592-224 224-592-592zM715.578 596.422l-448-448-55.156 55.156 448 448 55.156-55.156z" /> <glyph unicode="" glyph-name="thumbs-down" horiz-adv-x="914" d="M146.286 621.714c0-20-16.571-36.571-36.571-36.571-20.571 0-36.571 16.571-36.571 36.571 0 20.571 16 36.571 36.571 36.571 20 0 36.571-16 36.571-36.571zM237.714 329.143v365.714c0 20-16.571 36.571-36.571 36.571h-164.571c-20 0-36.571-16.571-36.571-36.571v-365.714c0-20 16.571-36.571 36.571-36.571h164.571c20 0 36.571 16.571 36.571 36.571zM882.857 414.286c19.429-21.714 31.429-54.857 31.429-85.143-0.571-59.429-50.286-109.714-109.714-109.714h-158.286c4.571-18.286 10.286-24 16.571-36.571 14.857-29.714 32-62.857 32-109.714 0-44 0-146.286-128-146.286-9.714 0-18.857 4-25.714 10.857-24.571 24-31.429 59.429-37.714 93.143-6.857 33.143-13.143 67.429-35.429 89.714-17.714 17.714-37.143 42.286-57.714 68.571-25.143 33.143-80 101.143-101.143 102.857-18.857 1.714-34.857 17.714-34.857 36.571v366.286c0 20 17.143 36 36.571 36.571 20 0.571 54.286 12.571 90.286 25.143 61.714 21.143 138.857 48 220.571 48h73.714c50.286-0.571 88-15.429 112.571-44.571 21.714-25.714 31.429-60.571 28-103.429 14.286-13.714 25.143-32.571 30.857-53.714 6.286-22.857 6.286-45.714 0-66.857 17.143-22.857 25.714-49.714 24.571-78.286 0-8-2.286-25.143-8.571-43.429z" /> <glyph unicode="" glyph-name="thumbs-up" horiz-adv-x="914" d="M146.286 182.857c0 20-16.571 36.571-36.571 36.571-20.571 0-36.571-16.571-36.571-36.571 0-20.571 16-36.571 36.571-36.571 20 0 36.571 16 36.571 36.571zM237.714 475.428v-365.714c0-20-16.571-36.571-36.571-36.571h-164.571c-20 0-36.571 16.571-36.571 36.571v365.714c0 20 16.571 36.571 36.571 36.571h164.571c20 0 36.571-16.571 36.571-36.571zM914.286 475.428c0-30.286-12-62.857-31.429-85.143 6.286-18.286 8.571-35.429 8.571-43.429 1.143-28.571-7.429-55.429-24.571-78.286 6.286-21.143 6.286-44 0-66.857-5.714-21.143-16.571-40-30.857-53.714 3.429-42.857-6.286-77.714-28-103.429-24.571-29.143-62.286-44-112.571-44.571h-73.714c-81.714 0-158.857 26.857-220.571 48-36 12.571-70.286 24.571-90.286 25.143-19.429 0.571-36.571 16.571-36.571 36.571v366.286c0 18.857 16 34.857 34.857 36.571 21.143 1.714 76 69.714 101.143 102.857 20.571 26.286 40 50.857 57.714 68.571 22.286 22.286 28.571 56.571 35.429 89.714 6.286 33.714 13.143 69.143 37.714 93.143 6.857 6.857 16 10.857 25.714 10.857 128 0 128-102.286 128-146.286 0-46.857-16.571-80-32-109.714-6.286-12.571-12-18.286-16.571-36.571h158.286c59.429 0 109.714-50.286 109.714-109.714z" /> -<glyph unicode="" glyph-name="house" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" /> +<glyph unicode="" glyph-name="warning" d="M512 867.226l429.102-855.226h-858.206l429.104 855.226zM512 960c-22.070 0-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.3 0 96.792 48.708 63.3 108.24h0.002l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648v0zM576 128c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64zM512 256c-35.346 0-64 28.654-64 64v192c0 35.346 28.654 64 64 64s64-28.654 64-64v-192c0-35.346-28.654-64-64-64z" /> <glyph unicode="" glyph-name="dots-three-vertical" d="M512.051 573.44c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.432 112.589 112.64s-50.381 112.64-112.589 112.64zM512.051 706.56c62.208 0 112.589 50.483 112.589 112.64s-50.381 112.64-112.589 112.64c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64zM512.051 215.040c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.432 112.589 112.64s-50.381 112.64-112.589 112.64z" /> <glyph unicode="" glyph-name="dots-three-horizontal" d="M512.051 573.44c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.432 112.589 112.64s-50.381 112.64-112.589 112.64zM153.651 573.44c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.483 112.589 112.64s-50.381 112.64-112.589 112.64zM870.451 573.44c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.432 112.589 112.64s-50.381 112.64-112.589 112.64z" /> <glyph unicode="" glyph-name="log-out" d="M972.8 460.8l-307.2 256v-153.6h-358.4v-204.8h358.4v-153.6l307.2 256zM153.6 819.2h409.6v102.4h-409.6c-56.32 0-102.4-46.080-102.4-102.4v-716.8c0-56.32 46.080-102.4 102.4-102.4h409.6v102.4h-409.6v716.8z" /> <glyph unicode="" glyph-name="pin" d="M563.2 358.4h307.2v51.2l-153.6 51.2v409.6l153.6 51.2v51.2h-716.8v-51.2l153.6-51.2v-409.6l-153.6-51.2v-51.2h307.2v-358.4l51.2-51.2 51.2 51.2v358.4z" /> <glyph unicode="" glyph-name="bullhorn" d="M1024 530.744c0 200.926-58.792 363.938-131.482 365.226 0.292 0.006 0.578 0.030 0.872 0.030h-82.942c0 0-194.8-146.336-475.23-203.754-8.56-45.292-14.030-99.274-14.030-161.502s5.466-116.208 14.030-161.5c280.428-57.418 475.23-203.756 475.23-203.756h82.942c-0.292 0-0.578 0.024-0.872 0.032 72.696 1.288 131.482 164.298 131.482 365.224zM864.824 220.748c-9.382 0-19.532 9.742-24.746 15.548-12.63 14.064-24.792 35.96-35.188 63.328-23.256 61.232-36.066 143.31-36.066 231.124 0 87.81 12.81 169.89 36.066 231.122 10.394 27.368 22.562 49.266 35.188 63.328 5.214 5.812 15.364 15.552 24.746 15.552 9.38 0 19.536-9.744 24.744-15.552 12.634-14.064 24.796-35.958 35.188-63.328 23.258-61.23 36.068-143.312 36.068-231.122 0-87.804-12.81-169.888-36.068-231.124-10.39-27.368-22.562-49.264-35.188-63.328-5.208-5.806-15.36-15.548-24.744-15.548zM251.812 530.744c0 51.95 3.81 102.43 11.052 149.094-47.372-6.554-88.942-10.324-140.34-10.324-67.058 0-67.058 0-67.058 0l-55.466-94.686v-88.17l55.46-94.686c0 0 0 0 67.060 0 51.398 0 92.968-3.774 140.34-10.324-7.236 46.664-11.048 97.146-11.048 149.096zM368.15 317.828l-127.998 24.51 81.842-321.544c4.236-16.634 20.744-25.038 36.686-18.654l118.556 47.452c15.944 6.376 22.328 23.964 14.196 39.084l-123.282 229.152zM864.824 411.27c-3.618 0-7.528 3.754-9.538 5.992-4.87 5.42-9.556 13.86-13.562 24.408-8.962 23.6-13.9 55.234-13.9 89.078s4.938 65.478 13.9 89.078c4.006 10.548 8.696 18.988 13.562 24.408 2.010 2.24 5.92 5.994 9.538 5.994 3.616 0 7.53-3.756 9.538-5.994 4.87-5.42 9.556-13.858 13.56-24.408 8.964-23.598 13.902-55.234 13.902-89.078 0-33.842-4.938-65.478-13.902-89.078-4.004-10.548-8.696-18.988-13.56-24.408-2.008-2.238-5.92-5.992-9.538-5.992z" /> -<glyph unicode="" glyph-name="bin, trashcan, remove, delete, recycle, dispose" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" /> -<glyph unicode="" glyph-name="rocket, jet, speed, spaceship, fast" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" /> -<glyph unicode="" glyph-name="eye-off" d="M506 554.667h6q52 0 90-38t38-90v-8zM322 520.667q-24-48-24-94 0-88 63-151t151-63q46 0 94 24l-66 66q-16-4-28-4-52 0-90 38t-38 90q0 12 4 28zM86 756.667l54 54 756-756-54-54q-10 10-63 62t-81 80q-86-36-186-36-158 0-286 88t-184 232q22 52 69 115t91 97q-24 24-67 68t-49 50zM512 640.667q-40 0-78-16l-92 92q78 30 170 30 158 0 285-88t183-232q-48-118-146-202l-124 124q16 38 16 78 0 88-63 151t-151 63z" /> -<glyph unicode="" glyph-name="eye" d="M512 554.667q52 0 90-38t38-90-38-90-90-38-90 38-38 90 38 90 90 38zM512 212.667q88 0 151 63t63 151-63 151-151 63-151-63-63-151 63-151 151-63zM512 746.667q158 0 286-88t184-232q-56-144-184-232t-286-88-286 88-184 232q56 144 184 232t286 88z" /> -<glyph unicode="" glyph-name="lock-open" d="M808.96 563.2h-92.16v122.88c0 148.326-68.352 235.52-204.8 235.52-136.499 0-204.8-87.194-204.8-235.52v-20.48h102.4v41.011c0 73.984 40.806 112.589 102.4 112.589s102.4-38.605 102.4-112.589v-143.411h-409.6c-28.314 0-51.2-33.075-51.2-61.389v-399.411c0-28.109 21.914-58.317 48.691-66.918l61.286-19.814c26.829-8.55 71.782-15.667 99.942-15.667h296.96c28.109 0 73.114 7.117 99.891 15.718l61.235 19.814c26.829 8.55 48.794 38.758 48.794 66.867v399.411c0 28.314-33.178 61.389-61.44 61.389z" /> -<glyph unicode="" glyph-name="lock" d="M808.96 563.2h-92.16v122.88c0 148.326-68.352 235.52-204.8 235.52-136.499 0-204.8-87.194-204.8-235.52v-122.88h-102.4c-28.314 0-51.2-33.075-51.2-61.389v-399.411c0-28.109 21.914-58.317 48.691-66.918l61.286-19.814c26.829-8.55 71.782-15.667 99.942-15.667h296.96c28.109 0 73.114 7.117 99.891 15.718l61.235 19.814c26.829 8.55 48.794 38.758 48.794 66.867v399.411c0 28.314-33.178 61.389-61.44 61.389zM614.4 563.2h-204.8v143.411c0 73.984 40.806 112.589 102.4 112.589s102.4-38.605 102.4-112.589v-143.411z" /> +<glyph unicode="" glyph-name="bin" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" /> +<glyph unicode="" glyph-name="rocket" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" /> +<glyph unicode="" glyph-name="lock-open" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" /> +<glyph unicode="" glyph-name="lock" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" /> +<glyph unicode="" glyph-name="equalizer" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" /> +<glyph unicode="" glyph-name="code" horiz-adv-x="1280" d="M832 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224zM701.298 809.481l69.468-18.944-191.987-704.026-69.468 18.944 191.987 704.026z" /> <glyph unicode="" glyph-name="switch" d="M640 813.412v-135.958c36.206-15.804 69.5-38.408 98.274-67.18 60.442-60.44 93.726-140.8 93.726-226.274s-33.286-165.834-93.726-226.274c-60.44-60.44-140.798-93.726-226.274-93.726s-165.834 33.286-226.274 93.726c-60.44 60.44-93.726 140.8-93.726 226.274s33.286 165.834 93.726 226.274c28.774 28.774 62.068 51.378 98.274 67.182v135.956c-185.048-55.080-320-226.472-320-429.412 0-247.424 200.578-448 448-448 247.424 0 448 200.576 448 448 0 202.94-134.95 374.332-320 429.412zM448 960h128v-512h-128z" /> -<glyph unicode="" glyph-name="loop, repeat, player, reload, refresh, update, synchronize, arrows" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" /> -<glyph unicode="" glyph-name="spinner, loading, loading-wheel, refresh1, repeat1, busy, wait, arrow" d="M1024 576h-384l143.53 143.53c-72.53 72.526-168.96 112.47-271.53 112.47s-199-39.944-271.53-112.47c-72.526-72.53-112.47-168.96-112.47-271.53s39.944-199 112.47-271.53c72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.528 112.472c6.056 6.054 11.86 12.292 17.456 18.668l96.32-84.282c-93.846-107.166-231.664-174.858-385.304-174.858-282.77 0-512 229.23-512 512s229.23 512 512 512c141.386 0 269.368-57.326 362.016-149.984l149.984 149.984v-384z" /> +<glyph unicode="" glyph-name="loop" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" /> +<glyph unicode="" glyph-name="refresh" d="M1024 576h-384l143.53 143.53c-72.53 72.526-168.96 112.47-271.53 112.47s-199-39.944-271.53-112.47c-72.526-72.53-112.47-168.96-112.47-271.53s39.944-199 112.47-271.53c72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.528 112.472c6.056 6.054 11.86 12.292 17.456 18.668l96.32-84.282c-93.846-107.166-231.664-174.858-385.304-174.858-282.77 0-512 229.23-512 512s229.23 512 512 512c141.386 0 269.368-57.326 362.016-149.984l149.984 149.984v-384z" /> +<glyph unicode="" glyph-name="checkbox-unchecked" d="M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM896 64h-768v768h768v-768z" /> +<glyph unicode="" glyph-name="star-full" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" /> +<glyph unicode="" glyph-name="star-empty" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-223.462-117.48 42.676 248.83-180.786 176.222 249.84 36.304 111.732 226.396 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" /> +<glyph unicode="" glyph-name="bookmark" d="M192 960v-1024l320 320 320-320v1024z" /> +<glyph unicode="" glyph-name="cog" d="M933.79 349.75c-53.726 93.054-21.416 212.304 72.152 266.488l-100.626 174.292c-28.75-16.854-62.176-26.518-97.846-26.518-107.536 0-194.708 87.746-194.708 195.99h-201.258c0.266-33.41-8.074-67.282-25.958-98.252-53.724-93.056-173.156-124.702-266.862-70.758l-100.624-174.292c28.97-16.472 54.050-40.588 71.886-71.478 53.638-92.908 21.512-211.92-71.708-266.224l100.626-174.292c28.65 16.696 61.916 26.254 97.4 26.254 107.196 0 194.144-87.192 194.7-194.958h201.254c-0.086 33.074 8.272 66.57 25.966 97.218 53.636 92.906 172.776 124.594 266.414 71.012l100.626 174.29c-28.78 16.466-53.692 40.498-71.434 71.228zM512 240.668c-114.508 0-207.336 92.824-207.336 207.334 0 114.508 92.826 207.334 207.336 207.334 114.508 0 207.332-92.826 207.332-207.334-0.002-114.51-92.824-207.334-207.332-207.334z" /> +<glyph unicode="" glyph-name="key" d="M704 960c-176.73 0-320-143.268-320-320 0-20.026 1.858-39.616 5.376-58.624l-389.376-389.376v-192c0-35.346 28.654-64 64-64h64v64h128v128h128v128h128l83.042 83.042c34.010-12.316 70.696-19.042 108.958-19.042 176.73 0 320 143.268 320 320s-143.27 320-320 320zM799.874 639.874c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" /> +<glyph unicode="" glyph-name="zoom-in" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" /> +<glyph unicode="" glyph-name="zoom-out" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" /> +<glyph unicode="" glyph-name="shrink" d="M576 512h416l-160 160 192 192-96 96-192-192-160 160zM576 384v-416l160 160 192-192 96 96-192 192 160 160zM448 384.004h-416l160-160-192-192 96-96 192 192 160-160zM448 512v416l-160-160-192 192-96-96 192-192-160-160z" /> +<glyph unicode="" glyph-name="printer" d="M256 896h512v-128h-512v128zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.794-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM128 512c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.652-64-64-64zM704 64h-384v320h384v-320z" /> +<glyph unicode="" glyph-name="file-openoffice" d="M690.22 488.318c-60.668 28.652-137.97 34.42-194.834-6.048 69.14 6.604 144.958-4.838 195.106-57.124 48 55.080 124.116 65.406 192.958 59.732-57.488 38.144-133.22 33.024-193.23 3.44v0zM665.646 354.25c-68.376 1.578-134.434-23.172-191.1-60.104-107.176 45.588-242.736 37.124-334.002-38.982 26.33 0.934 52.006 7.446 78.056 10.792 95.182 9.488 196.588-14.142 268.512-79.824 29.772 43.542 71.644 78.242 119.652 99.922 63.074 30.52 134.16 33.684 202.82 34.52-41.688 28.648-94.614 33.954-143.938 33.676zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" /> +<glyph unicode="" glyph-name="user" d="M576 253.388v52.78c70.498 39.728 128 138.772 128 237.832 0 159.058 0 288-192 288s-192-128.942-192-288c0-99.060 57.502-198.104 128-237.832v-52.78c-217.102-17.748-384-124.42-384-253.388h896c0 128.968-166.898 235.64-384 253.388z" /> +<glyph unicode="" glyph-name="file-excel" d="M743.028 576h-135.292l-95.732-141.032-95.742 141.032h-135.29l162.162-242.464-182.972-269.536h251.838v91.576h-50.156l50.156 74.994 111.396-166.57h140.444l-182.976 269.536 162.164 242.464zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" /> +<glyph unicode="" glyph-name="file-word" d="M639.778 484.108h44.21l-51.012-226.178-66.324 318.010h-106.55l-77.114-318.010-57.816 318.010h-111.394l113.092-511.88h108.838l76.294 302.708 68.256-302.708h100.336l129.628 511.88h-170.446v-91.832zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" /> +<glyph unicode="" glyph-name="file-pdf" d="M842.012 370.52c-13.648 13.446-43.914 20.566-89.972 21.172-31.178 0.344-68.702-2.402-108.17-7.928-17.674 10.198-35.892 21.294-50.188 34.658-38.462 35.916-70.568 85.772-90.576 140.594 1.304 5.12 2.414 9.62 3.448 14.212 0 0 21.666 123.060 15.932 164.666-0.792 5.706-1.276 7.362-2.808 11.796l-1.882 4.834c-5.894 13.592-17.448 27.994-35.564 27.208l-10.916 0.344c-20.202 0-36.664-10.332-40.986-25.774-13.138-48.434 0.418-120.892 24.98-214.738l-6.288-15.286c-17.588-42.876-39.63-86.060-59.078-124.158l-2.528-4.954c-20.46-40.040-39.026-74.028-55.856-102.822l-17.376-9.188c-1.264-0.668-31.044-16.418-38.028-20.644-59.256-35.38-98.524-75.542-105.038-107.416-2.072-10.17-0.53-23.186 10.014-29.212l16.806-8.458c7.292-3.652 14.978-5.502 22.854-5.502 42.206 0 91.202 52.572 158.698 170.366 77.93 25.37 166.652 46.458 244.412 58.090 59.258-33.368 132.142-56.544 178.142-56.544 8.168 0 15.212 0.78 20.932 2.294 8.822 2.336 16.258 7.368 20.792 14.194 8.926 13.432 10.734 31.932 8.312 50.876-0.72 5.622-5.21 12.574-10.068 17.32zM211.646 145.952c7.698 21.042 38.16 62.644 83.206 99.556 2.832 2.296 9.808 8.832 16.194 14.902-47.104-75.124-78.648-105.066-99.4-114.458zM478.434 760.314c13.566 0 21.284-34.194 21.924-66.254s-6.858-54.56-16.158-71.208c-7.702 24.648-11.426 63.5-11.426 88.904 0 0-0.566 48.558 5.66 48.558v0zM398.852 322.506c9.45 16.916 19.282 34.756 29.33 53.678 24.492 46.316 39.958 82.556 51.478 112.346 22.91-41.684 51.444-77.12 84.984-105.512 4.186-3.542 8.62-7.102 13.276-10.65-68.21-13.496-127.164-29.91-179.068-49.862v0zM828.902 326.348c-4.152-2.598-16.052-4.1-23.708-4.1-24.708 0-55.272 11.294-98.126 29.666 16.468 1.218 31.562 1.838 45.102 1.838 24.782 0 32.12 0.108 56.35-6.072 24.228-6.18 24.538-18.734 20.382-21.332v0zM917.806 730.924c-22.21 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.886-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924v0zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.982-17.78 50.678-41.878 81.374-72.572v0zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.324-32 32-32h224v-624z" /> +<glyph unicode="" glyph-name="file-picture" d="M832 64h-640v128l192 320 263-320 185 128v-256zM832 480c0-53.020-42.98-96-96-96-53.022 0-96 42.98-96 96s42.978 96 96 96c53.020 0 96-42.98 96-96zM917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" /> +<glyph unicode="" glyph-name="file-blank" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" /> +<glyph unicode="" glyph-name="folder-upload" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 480l224-224h-160v-256h-128v256h-160l224 224z" /> +<glyph unicode="" glyph-name="upload" d="M480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64zM224 640l256 256 256-256h-160v-320h-192v320z" /> +<glyph unicode="" glyph-name="cloud-upload" d="M892.268 573.51c2.444 11.11 3.732 22.648 3.732 34.49 0 88.366-71.634 160-160 160-14.222 0-28.014-1.868-41.132-5.352-24.798 77.352-97.29 133.352-182.868 133.352-87.348 0-161.054-58.336-184.326-138.17-22.742 6.622-46.792 10.17-71.674 10.17-141.384 0-256-114.616-256-256 0-141.388 114.616-256 256-256h128v-192h256v192h224c88.366 0 160 71.632 160 160 0 78.72-56.854 144.162-131.732 157.51zM576 320v-192h-128v192h-160l224 224 224-224h-160z" /> +<glyph unicode="" glyph-name="folder-download" d="M576 704l-128 128h-448v-832h1024v704h-448zM512 96l-224 224h160v256h128v-256h160l-224-224z" /> +<glyph unicode="" glyph-name="download" d="M736 512l-256-256-256 256h160v384h192v-384zM480 256h-480v-256h960v256h-480zM896 128h-128v64h128v-64z" /> +<glyph unicode="" glyph-name="cloud-download" d="M891.004 599.94c-3.242 128.698-108.458 232.060-237.862 232.060-75.792 0-143.266-35.494-186.854-90.732-24.442 31.598-62.69 51.96-105.708 51.96-73.81 0-133.642-59.876-133.642-133.722 0-6.436 0.48-12.76 1.364-18.954-11.222 2.024-22.766 3.138-34.57 3.138-106.998 0.002-193.732-86.786-193.732-193.842 0-107.062 86.734-193.848 193.73-193.848h91.76l226.51-234.51 226.51 234.51 111.482 0.012c96.138 0.184 174.008 78.21 174.008 174.446 0 82.090-56.678 150.9-132.996 169.482zM512 128l-192 192h128v192h128v-192h128l-192-192z" /> +<glyph unicode="" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" /> </font></defs></svg> \ No newline at end of file diff --git a/source/icons/fonts/pirati-ui.ttf b/source/icons/fonts/pirati-ui.ttf index 00cd570d9afe5edc7d2563b21f22d8a5688078ef..54c24ed01e2da3597a6cb71358a63d9c40e95c9d 100644 GIT binary patch delta 9622 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 delta 4019 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 F4FCxa6mkFn diff --git a/source/icons/fonts/pirati-ui.woff b/source/icons/fonts/pirati-ui.woff index 8b92322af534f6500a8102759c4588997ac516d5..a9a1167997645ea5857e35691269af69615b1e3c 100644 GIT binary patch delta 9659 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 Ye1<#*1qLGqJqClx=j^2?t2*ok07yAM4FCWD delta 4099 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 diff --git a/source/icons/selection.json b/source/icons/selection.json index f7a8d2c..07ee0e5 100644 --- a/source/icons/selection.json +++ b/source/icons/selection.json @@ -1 +1 @@ -{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M808.96 409.6h-92.16v-122.88c0-148.326-68.352-235.52-204.8-235.52-136.499 0-204.8 87.194-204.8 235.52v20.48h102.4v-41.011c0-73.984 40.806-112.589 102.4-112.589s102.4 38.605 102.4 112.589v143.411h-409.6c-28.314 0-51.2 33.075-51.2 61.389v399.411c0 28.109 21.914 58.317 48.691 66.918l61.286 19.814c26.829 8.55 71.782 15.667 99.942 15.667h296.96c28.109 0 73.114-7.117 99.891-15.718l61.235-19.814c26.829-8.55 48.794-38.758 48.794-66.867v-399.411c0-28.314-33.178-61.389-61.44-61.389z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["lock-open"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":4,"prevSize":20,"code":59721,"name":"lock-open"},"setIdx":0,"setId":15,"iconIdx":0},{"icon":{"paths":["M808.96 409.6h-92.16v-122.88c0-148.326-68.352-235.52-204.8-235.52-136.499 0-204.8 87.194-204.8 235.52v122.88h-102.4c-28.314 0-51.2 33.075-51.2 61.389v399.411c0 28.109 21.914 58.317 48.691 66.918l61.286 19.814c26.829 8.55 71.782 15.667 99.942 15.667h296.96c28.109 0 73.114-7.117 99.891-15.718l61.235-19.814c26.829-8.55 48.794-38.758 48.794-66.867v-399.411c0-28.314-33.178-61.389-61.44-61.389zM614.4 409.6h-204.8v-143.411c0-73.984 40.806-112.589 102.4-112.589s102.4 38.605 102.4 112.589v143.411z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["lock"],"grid":20},"attrs":[{}],"properties":{"order":2,"id":3,"prevSize":20,"code":59722,"name":"lock"},"setIdx":0,"setId":15,"iconIdx":1},{"icon":{"paths":["M512.051 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64zM512.051 266.24c62.208 0 112.589-50.483 112.589-112.64s-50.381-112.64-112.589-112.64c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64zM512.051 757.76c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["dots-three-vertical"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":2,"name":"dots-three-vertical","prevSize":20,"code":59712},"setIdx":0,"setId":15,"iconIdx":2},{"icon":{"paths":["M512.051 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64zM153.651 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.483 112.589-112.64s-50.381-112.64-112.589-112.64zM870.451 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["dots-three-horizontal"],"grid":20},"attrs":[{}],"properties":{"order":2,"id":1,"name":"dots-three-horizontal","prevSize":20,"code":59713},"setIdx":0,"setId":15,"iconIdx":3},{"icon":{"paths":["M972.8 512l-307.2-256v153.6h-358.4v204.8h358.4v153.6l307.2-256zM153.6 153.6h409.6v-102.4h-409.6c-56.32 0-102.4 46.080-102.4 102.4v716.8c0 56.32 46.080 102.4 102.4 102.4h409.6v-102.4h-409.6v-716.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["log-out"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":0,"name":"log-out","prevSize":20,"code":59714},"setIdx":0,"setId":15,"iconIdx":4},{"icon":{"paths":["M563.2 614.4h307.2v-51.2l-153.6-51.2v-409.6l153.6-51.2v-51.2h-716.8v51.2l153.6 51.2v409.6l-153.6 51.2v51.2h307.2v358.4l51.2 51.2 51.2-51.2v-358.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["pin"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":2,"name":"pin","prevSize":20,"code":59715},"setIdx":12,"setId":2,"iconIdx":0},{"icon":{"paths":["M629.76 189.44l204.8 204.8-629.76 629.76h-204.8v-204.8l629.76-629.76zM701.44 117.76l117.76-117.76 204.8 204.8-117.76 117.76-204.8-204.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["edit-pencil"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":1,"name":"edit-pencil","prevSize":20,"code":59689},"setIdx":12,"setId":2,"iconIdx":1},{"icon":{"paths":["M696.32 689.664c-46.612 48.782-112.182 79.108-184.835 79.108-141.102 0-255.488-114.386-255.488-255.488 0-0.451 0.001-0.902 0.004-1.353v0.070c0-141.385 114.615-256 256-256 57.921 0 111.348 19.235 154.244 51.667l-0.644-0.467v-51.2h102.4v332.8c0 42.415 34.385 76.8 76.8 76.8s76.8-34.385 76.8-76.8v0-76.8c-0.167-226.090-183.487-409.307-409.6-409.307-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6c66.818 0 129.898-15.999 185.62-44.376l-2.325 1.074 46.080 91.648c-66.813 34.208-145.753 54.255-229.376 54.255-282.77 0-512-229.23-512-512s229.23-512 512-512c282.596 0 511.718 228.948 512 511.478v0.027h-0.512v76.8c0.001 0.159 0.001 0.346 0.001 0.534 0 98.969-80.231 179.2-179.2 179.2-61.529 0-115.815-31.010-148.083-78.253l-0.398-0.617zM512 665.6c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["at-symbol"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":20,"code":59653,"name":"at"},"setIdx":12,"setId":2,"iconIdx":2},{"icon":{"paths":["M704 1008c0-8.832-7.168-16-16-16h-576c-8.832 0-16 7.168-16 16s7.168 16 16 16h576c8.832 0 16-7.168 16-16zM40.768 299.328c-13.376 8.896-33.664 35.968-14.432 74.432 15.968 31.904 49.28 70.944 84.704 81.248 18.048 5.312 35.84 3.104 51.36-6.272 35.168-21.056 76.704-49.536 94.304-61.76 22.208 11.232 50.24 13.568 78.72 6.24 0.128-0.032 0.256-0.096 0.384-0.128-1.664 52.832-19.552 85.824-107.008 167.040-77.952 72.352-124.192 167.392-123.744 254.272 0.32 56.992 21.088 105.92 60.16 141.408 2.976 2.72 6.816 4.192 10.784 4.192h448c8.832 0 16-7.168 16-16s-7.168-16-16-16h-441.632c-29.408-28.96-45.024-68.16-45.28-113.76-0.416-76.864 43.104-165.28 113.504-230.656 93.28-86.592 117.408-127.616 117.408-199.584 0-1.312-0.448-2.464-0.736-3.68 17.504-9.44 32.64-21.92 42.976-37.024 12.96-18.88 40.864-67.36 20.16-110.272-3.84-7.904-13.408-11.264-21.376-7.424-7.936 3.84-11.296 13.408-7.424 21.376 9.312 19.296 2.688 48.544-17.728 78.24-11.776 17.152-32.832 31.008-56.352 37.024-23.904 6.112-46.624 3.424-62.464-7.424-5.536-3.776-12.8-3.744-18.272 0.128-0.576 0.384-56.864 40.032-100.768 66.368-8.032 4.8-16.512 5.824-25.984 3.008-24.768-7.232-52-38.784-65.024-64.832-10.528-21.056 0.256-31.104 5.152-34.688 110.304-95.264 165.664-194.24 167.936-198.432 2.112-3.904 2.56-8.512 1.152-12.768-0.16-0.48-11.2-34.016-17.28-65.056 33.472 20.16 91.040 48.32 150.976 48.32 83.328 0 277.056 31.104 277.056 319.232 0 1.568-0.288 158.208-63.040 330.464-3.040 8.288 1.248 17.472 9.568 20.512 1.824 0.608 3.648 0.928 5.472 0.928 6.528 0 12.672-4.032 15.040-10.528 64.672-177.536 64.992-334.912 64.96-341.472 0-325.856-236.576-351.168-309.056-351.168-80.288 0-160.384-60.896-161.152-61.536-4.896-3.68-11.36-4.288-16.864-1.632-5.472 2.688-8.928 8.256-8.928 14.336 0 31.392 14.88 82.176 20.672 100.704-13.376 22.336-66.112 104.992-155.904 182.624zM559.52 49.28c-51.232-34.528-108.512-49.28-191.52-49.28-8.832 0-16 7.168-16 16s7.168 16 16 16c76.16 0 128.096 13.088 173.664 43.808 74.048 49.984 162.336 149.568 162.336 340.192 0 46.432 0 110.016-31.52 236.128-2.112 8.576 3.072 17.248 11.648 19.392 1.312 0.32 2.592 0.48 3.872 0.48 7.2 0 13.728-4.832 15.52-12.128 32.48-129.888 32.48-195.776 32.48-243.872 0-204.672-95.968-312.416-176.48-366.72z"],"attrs":[{}],"width":736,"isMulticolor":false,"isMulticolor2":false,"tags":["strategy","horse","chess","piece"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"code":59698,"name":"strategy"},"setIdx":1,"setId":14,"iconIdx":0},{"icon":{"paths":["M789.568 701.088c0 0 106.56-72.896 106.56-216.672 0-214.016-226.816-293.152-348.768-291.040-121.984 2.144-158.336 34.24-158.336 34.24s-41.504-30.176-85.504-55.456c-33.664-13.12-41.472-15.008-64.864-7.488-18.72 0-6.944 31.168 0.576 42.4 7.456 11.232 43.712 73.28 43.712 73.28s-76.096 78.368-81.728 129.888c0-0.928-35.84-0.288-55.488-0.288s-17.792 21.408-17.792 21.408l0.544 150.848c0 0-1.216 21.408 16.608 21.408 17.792 0 55.616 0.416 55.616 0.416s53.216 77.28 86.944 91.328c0 0.928-29.152 80.096-29.152 80.096s-14.048 24.352 11.232 33.728c25.28 9.344 91.232 37.024 119.328 45.472 28.064 8.416 32.096-10.688 32.096-10.688l27.808-60.064 181.92 0.288 27.808 61.92c0 0 5.344 28.736 42.784 12.832 37.472-15.904 78.368-34.784 109.28-50.688 30.88-15.904 10.56-45.632 10.56-45.632l-31.744-61.536zM298.304 440.448c-17.056 0-30.88-13.856-30.88-30.912s13.824-30.88 30.88-30.88 30.912 13.824 30.912 30.88-13.856 30.912-30.912 30.912zM733.6 344.192c-9.856 11.68-16.288 3.072-24.224 0.736 0 0-33.632-31.2-83.040-45.76-51.168-15.040-105.024-7.776-105.024-7.776-7.936-2.336-17.568-2.592-17.632-14.848 0.416-15.136 18.784-15.264 18.56-15.776 0 0 60.608-5.6 111.328 9.312 49.888 14.656 88 46.528 88 46.528s20.384 14.048 12.032 27.584z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["pig","money","bank"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"name":"pig","prevSize":32,"code":59688},"setIdx":5,"setId":9,"iconIdx":0},{"icon":{"paths":["M543.553 741.306c37.519 13.052 64.447 48.728 64.447 90.694 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.961 26.922-77.635 64.435-90.69-0.286-1.727-0.435-3.5-0.435-5.309v-480.003c0-17.448 14.327-31.999 32-31.999 17.796 0 32 14.326 32 31.999v480.003c0 1.803-0.153 3.576-0.447 5.305v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-three-quarters"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"name":"thermometer","prevSize":32,"code":59658},"setIdx":10,"setId":4,"iconIdx":0},{"icon":{"paths":["M458.203 133.565c-109.449 0-211.478 42.667-287.536 118.725-77.913 76.058-120.58 179.942-120.58 287.536 0 109.449 42.667 211.478 118.725 289.391 77.913 76.058 179.942 118.725 287.536 118.725 109.449 0 211.478-42.667 287.536-118.725 77.913-76.058 118.725-179.942 118.725-287.536 0-109.449-42.667-211.478-118.725-287.536-74.203-79.768-176.232-120.58-285.681-120.58zM458.203 908.986c-204.058 0-369.159-165.101-369.159-369.159s165.101-369.159 369.159-369.159c204.058 0 369.159 165.101 369.159 369.159s-165.101 369.159-369.159 369.159z","M335.768 298.667v-57.507h-35.246v66.783c-24.116 7.42-38.957 14.841-35.246 20.406 7.42-1.855 20.406-3.71 35.246-1.855v341.333c-37.101 70.493 16.696 179.942 16.696 179.942s-38.957-116.87 48.232-172.522c79.768-50.087 358.029-27.826 356.174-183.652-1.855-220.754-257.855-220.754-385.855-192.928zM448.928 513.855c-12.986 59.362-76.058 89.043-115.014 115.014v-298.667c64.928 14.841 140.986 64.928 115.014 183.652z"],"attrs":[{},{}],"width":968,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["logo"]},"attrs":[{},{}],"properties":{"order":42,"id":0,"name":"pirati","prevSize":32,"code":59661},"setIdx":2,"setId":13,"iconIdx":0},{"icon":{"paths":["M994.848 653.784c-58.718 0-109.37 35.183-132.020 85.575h-183.898l-72.283-228.341 73.252-227.035h182.664c22.489 50.736 73.322 86.245 132.285 86.245 79.789 0 144.685-64.908 144.685-144.691s-64.9-144.685-144.685-144.685c-56.185 0-104.953 32.216-128.915 79.128h-230.524c-0.002 0-0.004 0-0.008 0-27.142 0-50.216 17.435-58.626 41.723l-0.133 0.436-83.594 247.536h-204.86c-22.127-51.614-73.405-87.843-133.036-87.843-79.769 0-144.685 64.9-144.685 144.685 0 79.769 64.915 144.669 144.685 144.669 55.549 0 103.843-31.476 128.078-77.501h208.838l83.616 247.536c8.523 24.715 31.583 42.159 58.717 42.159 0.010 0 0.022 0 0.027 0h231.176c23.823 47.274 72.793 79.769 129.228 79.769 79.789 0 144.685-64.9 144.685-144.685 0-79.769-64.9-144.669-144.685-144.669zM994.848 158.35c37.045 0 67.183 30.143 67.183 67.183s-30.143 67.183-67.183 67.183c-37.046 0-67.162-30.151-67.162-67.183 0-37.045 30.116-67.183 67.162-67.183zM155.163 573.674c-37.045 0-67.162-30.143-67.162-67.162 0-37.052 30.116-67.183 67.162-67.183s67.183 30.137 67.183 67.183c0 37.017-30.143 67.162-67.183 67.162zM994.848 865.63c-37.045 0-67.162-30.143-67.162-67.183s30.116-67.162 67.162-67.162c37.046 0 67.183 30.116 67.183 67.162s-30.143 67.183-67.183 67.183z"],"attrs":[],"width":1150,"grid":0,"tags":["stackshare"],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{}},"attrs":[],"properties":{"order":5,"id":0,"name":"stackshare","prevSize":32,"code":59663,"codes":[59663,59665]},"setIdx":6,"setId":8,"iconIdx":0},{"icon":{"paths":["M512 16.288c-282.304 0-512 229.696-512 512 0 210.624 132.032 402.432 328.448 477.248 8.192 3.264 17.408 2.752 25.344-1.088 7.936-3.904 13.952-10.816 16.576-19.264l96-306.56c4.544-14.528-1.728-30.272-15.040-37.568-41.536-22.912-67.328-66.112-67.328-112.768 0-70.592 57.408-128 128-128s128 57.408 128 128c0 46.656-25.792 89.856-67.328 112.832-13.312 7.296-19.648 23.040-15.040 37.568l96 306.56c2.624 8.448 8.64 15.36 16.576 19.264 4.416 2.112 9.216 3.2 13.952 3.2 3.84 0 7.744-0.704 11.392-2.112 196.48-74.88 328.448-266.688 328.448-477.312 0-282.304-229.696-512-512-512z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["open-source"]},"attrs":[{}],"properties":{"order":4,"id":0,"name":"open-source","prevSize":32,"code":59662},"setIdx":7,"setId":7,"iconIdx":0},{"icon":{"paths":["M1014.88 926.496c12.192 12.192 12.192 31.968 0 44.192l-44.192 44.192c-12.224 12.192-32 12.192-44.192 0l-309.376-309.376c-3.36-3.36-5.6-7.328-7.104-11.552-63.456 46.368-141.376 74.048-226.016 74.048-212.064 0-384-171.936-384-384s171.936-384 384-384c212.064 0 384 171.936 384 384 0 84.64-27.68 162.56-74.048 226.016 4.224 1.504 8.192 3.712 11.552 7.104l309.376 309.376zM384 128c-141.376 0-256 114.624-256 256s114.624 256 256 256 256-114.624 256-256c0-141.376-114.624-256-256-256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["search","zoom","magnifier","magnifying glass"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"name":"search","code":59667},"setIdx":3,"setId":12,"iconIdx":0},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["switch"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":39,"name":"switch","prevSize":32,"code":59723},"setIdx":14,"setId":0,"iconIdx":0},{"icon":{"paths":["M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32z","M928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["loop","repeat","player","reload","refresh","update","synchronize","arrows"],"grid":16},"attrs":[{},{}],"properties":{"order":2,"id":38,"name":"loop, repeat, player, reload, refresh, update, synchronize, arrows","prevSize":32,"code":59724},"setIdx":14,"setId":0,"iconIdx":1},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner","loading","loading-wheel","refresh","repeat","busy","wait","arrow"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":37,"name":"spinner, loading, loading-wheel, refresh1, repeat1, busy, wait, arrow","prevSize":32,"code":59725},"setIdx":14,"setId":0,"iconIdx":2},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["bullhorn","megaphone","announcement","advertisement","news"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":36,"prevSize":32,"code":59716,"name":"bullhorn"},"setIdx":14,"setId":0,"iconIdx":3},{"icon":{"paths":["M128 320v640c0 35.2 28.8 64 64 64h576c35.2 0 64-28.8 64-64v-640h-704zM320 896h-64v-448h64v448zM448 896h-64v-448h64v448zM576 896h-64v-448h64v448zM704 896h-64v-448h64v448z","M848 128h-208v-80c0-26.4-21.6-48-48-48h-224c-26.4 0-48 21.6-48 48v80h-208c-26.4 0-48 21.6-48 48v80h832v-80c0-26.4-21.6-48-48-48zM576 128h-192v-63.198h192v63.198z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["bin","trashcan","remove","delete","recycle","dispose"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":35,"name":"bin, trashcan, remove, delete, recycle, dispose","prevSize":32,"code":59717},"setIdx":14,"setId":0,"iconIdx":4},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cross","cancel","close","quit","remove"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":34,"prevSize":32,"name":"cross","code":59703},"setIdx":14,"setId":0,"iconIdx":5},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["checkbox-checked","checkbox","tick","checked","selected"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":33,"prevSize":32,"name":"checkbox-checked","code":59704},"setIdx":14,"setId":0,"iconIdx":6},{"icon":{"paths":["M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["quill","feather","write","edit"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":32,"name":"quill, feather, write, edit","prevSize":32,"code":59705},"setIdx":14,"setId":0,"iconIdx":7},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["sphere","globe","internet"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":31,"name":"sphere, globe, internet","prevSize":32,"code":59706},"setIdx":14,"setId":0,"iconIdx":8},{"icon":{"paths":["M966.8 233.6c0 3.2-1 6.2-3 9-2 2.6-4.2 4-6.8 4-20 2-36.4 8.4-49 19.2-12.8 10.8-25.8 31.8-39.2 62.4l-206.4 465.4c-1.4 4.4-5.2 6.4-11.4 6.4-4.8 0-8.6-2.2-11.4-6.4l-115.8-242-133.2 242c-2.8 4.4-6.4 6.4-11.4 6.4-6 0-9.8-2.2-11.8-6.4l-202.6-465.2c-12.6-28.8-26-49-40-60.4s-33.6-18.6-58.6-21.2c-2.2 0-4.2-1.2-6-3.4-2-2.2-2.8-4.8-2.8-7.8 0-7.6 2.2-11.4 6.4-11.4 18 0 37 0.8 56.8 2.4 18.4 1.6 35.6 2.4 51.8 2.4 16.4 0 36-0.8 58.4-2.4 23.4-1.6 44.2-2.4 62.4-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.4 11.2-4 11.2c-18 1.4-32.4 6-42.8 13.8s-15.6 18-15.6 30.8c0 6.4 2.2 14.6 6.4 24.2l167.4 378.4 95.2-179.6-88.6-185.8c-16-33.2-29-54.6-39.2-64.2s-25.8-15.4-46.6-17.6c-2 0-3.6-1.2-5.4-3.4s-2.6-4.8-2.6-7.8c0-7.6 1.8-11.4 5.6-11.4 18 0 34.6 0.8 49.8 2.4 14.6 1.6 30 2.4 46.6 2.4 16.2 0 33.2-0.8 51.4-2.4 18.6-1.6 37-2.4 55-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.2 11.2-4 11.2c-36.2 2.4-54.2 12.8-54.2 30.8 0 8 4.2 20.6 12.6 37.6l58.6 119 58.4-108.8c8-15.4 12.2-28.4 12.2-38.8 0-24.8-18-38-54.2-39.6-3.2 0-4.8-3.8-4.8-11.2 0-2.8 0.8-5.2 2.4-7.6s3.2-3.6 4.8-3.6c13 0 28.8 0.8 47.8 2.4 18 1.6 33 2.4 44.6 2.4 8.4 0 20.6-0.8 36.8-2 20.4-1.8 37.6-2.8 51.4-2.8 3.2 0 4.8 3.2 4.8 9.6 0 8.6-3 13-8.8 13-21 2.2-38 8-50.8 17.4s-28.8 30.8-48 64.4l-78.2 143.2 105.2 214.4 155.4-361.4c5.4-13.2 8-25.4 8-36.4 0-26.4-18-40.4-54.2-42.2-3.2 0-4.8-3.8-4.8-11.2 0-7.6 2.4-11.4 7.2-11.4 13.2 0 28.8 0.8 47 2.4 16.8 1.6 30.8 2.4 42 2.4 12 0 25.6-0.8 41.2-2.4 16.2-1.6 30.8-2.4 43.8-2.4 4 0 6 3.2 6 9.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["wikipedia","brand"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":30,"name":"wikipedia, brand","prevSize":32,"code":59707},"setIdx":14,"setId":0,"iconIdx":9},{"icon":{"paths":["M1013.8 307.2c0 0-10-70.6-40.8-101.6-39-40.8-82.6-41-102.6-43.4-143.2-10.4-358.2-10.4-358.2-10.4h-0.4c0 0-215 0-358.2 10.4-20 2.4-63.6 2.6-102.6 43.4-30.8 31-40.6 101.6-40.6 101.6s-10.2 82.8-10.2 165.8v77.6c0 82.8 10.2 165.8 10.2 165.8s10 70.6 40.6 101.6c39 40.8 90.2 39.4 113 43.8 82 7.8 348.2 10.2 348.2 10.2s215.2-0.4 358.4-10.6c20-2.4 63.6-2.6 102.6-43.4 30.8-31 40.8-101.6 40.8-101.6s10.2-82.8 10.2-165.8v-77.6c-0.2-82.8-10.4-165.8-10.4-165.8zM406.2 644.8v-287.8l276.6 144.4-276.6 143.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["youtube","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":29,"prevSize":32,"code":59702,"name":"youtube"},"setIdx":14,"setId":0,"iconIdx":10},{"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.388z","M327.196 795.328c55.31-36.15 124.080-63.636 199.788-80.414-15.054-17.784-28.708-37.622-40.492-59.020-30.414-55.234-46.492-116.058-46.492-175.894 0-86.042 0-167.31 30.6-233.762 29.706-64.504 83.128-104.496 159.222-119.488-16.914-76.48-61.94-126.75-181.822-126.75-192 0-192 128.942-192 288 0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h279.006c14.518-12.91 30.596-25.172 48.19-36.672z"],"attrs":[{},{}],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["users","group","team","members","community","collaborate"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":28,"name":"users, group, team, members, community, collaborate","prevSize":32,"code":59700},"setIdx":14,"setId":0,"iconIdx":11},{"icon":{"paths":["M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64z","M224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["book","read","reading"],"grid":16},"attrs":[{},{}],"properties":{"order":2,"id":27,"name":"book, read, reading","prevSize":32,"code":59701},"setIdx":14,"setId":0,"iconIdx":12},{"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"],"attrs":[{}],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles","comments","chat","talk"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":26,"prevSize":32,"code":59696,"name":"bubbles"},"setIdx":14,"setId":0,"iconIdx":13},{"icon":{"paths":["M0 192l320-128v768l-320 128z","M384 32l320 192v736l-320-160z","M768 224l256-192v768l-256 192z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["map","guide"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":25,"name":"map","prevSize":32,"code":59668},"setIdx":14,"setId":0,"iconIdx":14},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["compass","direction","location"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":24,"name":"compass","prevSize":32,"code":59669},"setIdx":14,"setId":0,"iconIdx":15},{"icon":{"paths":["M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-open","directory","category","browse"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":23,"name":"folder-open","prevSize":32,"code":59670},"setIdx":14,"setId":0,"iconIdx":16},{"icon":{"paths":["M448 128l128 128h448v704h-1024v-832z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["folder","directory","category","browse"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":22,"name":"folder","prevSize":32,"code":59671},"setIdx":14,"setId":0,"iconIdx":17},{"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","M736 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 32z","M800 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"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["drawer","box","inbox","archive","category"],"grid":16},"attrs":[{},{},{}],"properties":{"order":3,"id":21,"name":"drawer","prevSize":32,"code":59672},"setIdx":14,"setId":0,"iconIdx":18},{"icon":{"paths":["M128 128h768v768h-768z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["stop","player","square"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":20,"name":"stop","prevSize":32,"code":59673},"setIdx":14,"setId":0,"iconIdx":19},{"icon":{"paths":["M512.008 12.642c-282.738 0-512.008 229.218-512.008 511.998 0 226.214 146.704 418.132 350.136 485.836 25.586 4.738 34.992-11.11 34.992-24.632 0-12.204-0.48-52.542-0.696-95.324-142.448 30.976-172.504-60.41-172.504-60.41-23.282-59.176-56.848-74.916-56.848-74.916-46.452-31.778 3.51-31.124 3.51-31.124 51.4 3.61 78.476 52.766 78.476 52.766 45.672 78.27 119.776 55.64 149.004 42.558 4.588-33.086 17.852-55.68 32.506-68.464-113.73-12.942-233.276-56.85-233.276-253.032 0-55.898 20.004-101.574 52.76-137.428-5.316-12.9-22.854-64.972 4.952-135.5 0 0 43.006-13.752 140.84 52.49 40.836-11.348 84.636-17.036 128.154-17.234 43.502 0.198 87.336 5.886 128.256 17.234 97.734-66.244 140.656-52.49 140.656-52.49 27.872 70.528 10.35 122.6 5.036 135.5 32.82 35.856 52.694 81.532 52.694 137.428 0 196.654-119.778 239.95-233.79 252.624 18.364 15.89 34.724 47.046 34.724 94.812 0 68.508-0.596 123.644-0.596 140.508 0 13.628 9.222 29.594 35.172 24.566 203.322-67.776 349.842-259.626 349.842-485.768 0-282.78-229.234-511.998-511.992-511.998z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["github","brand","octacat","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":19,"name":"github","prevSize":32,"code":59674},"setIdx":14,"setId":0,"iconIdx":20},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["clock","time","schedule"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":18,"name":"clock","prevSize":32,"code":59675},"setIdx":14,"setId":0,"iconIdx":21},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar","date","schedule","time","day"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":17,"name":"calendar","prevSize":32,"code":59676},"setIdx":14,"setId":0,"iconIdx":22},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM288 672c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zM736 672c-88.4 0-160-71.6-160-160s71.6-160 160-160c88.4 0 160 71.6 160 160s-71.6 160-160 160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["flickr","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":16,"name":"flickr","prevSize":32,"code":59677},"setIdx":14,"setId":0,"iconIdx":23},{"icon":{"paths":["M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0z","M512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6z","M846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["instagram","brand","social"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":15,"name":"instagram","prevSize":32,"code":59678},"setIdx":14,"setId":0,"iconIdx":24},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter","brand","tweet","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":14,"name":"twitter","prevSize":32,"code":59679},"setIdx":14,"setId":0,"iconIdx":25},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["newspaper","news","paper"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":13,"name":"newspaper","prevSize":32,"code":59680},"setIdx":14,"setId":0,"iconIdx":26},{"icon":{"paths":["M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cart","purchase","ecommerce","shopping"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":12,"name":"cart","prevSize":32,"code":59681},"setIdx":14,"setId":0,"iconIdx":27},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["home","house"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":11,"name":"home","prevSize":32,"code":59682},"setIdx":14,"setId":0,"iconIdx":28},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z","M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["link","chain","url","uri","anchor"],"grid":16},"attrs":[{},{}],"properties":{"order":43,"id":10,"prevSize":32,"code":59666,"name":"link"},"setIdx":14,"setId":0,"iconIdx":29},{"icon":{"paths":["M384 0l-384 512h384l-256 512 896-640h-512l384-384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["power","lightning","bolt","electricity"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":9,"prevSize":32,"code":59660,"name":"power"},"setIdx":14,"setId":0,"iconIdx":30},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["home","house"],"grid":16},"attrs":[{}],"properties":{"order":55,"id":8,"name":"house","prevSize":32,"code":59711},"setIdx":14,"setId":0,"iconIdx":31},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["rocket","jet","speed","spaceship","fast"],"grid":16},"attrs":[{}],"properties":{"order":54,"id":7,"name":"rocket, jet, speed, spaceship, fast","prevSize":32,"code":59718},"setIdx":14,"setId":0,"iconIdx":32},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["location","map-marker","pin"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":6,"prevSize":32,"code":59654,"name":"location"},"setIdx":14,"setId":0,"iconIdx":33},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["phone","telephone","contact","support","call"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":5,"name":"phone","prevSize":32,"code":59655},"setIdx":14,"setId":0,"iconIdx":34},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 832h-128v-448h128v448zM320 320c-35.4 0-64-28.6-64-64s28.6-64 64-64c35.4 0 64 28.6 64 64s-28.6 64-64 64zM832 832h-128v-256c0-35.4-28.6-64-64-64s-64 28.6-64 64v256h-128v-448h128v79.4c26.4-36.2 66.8-79.4 112-79.4 79.6 0 144 71.6 144 160v288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["linkedin","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":4,"prevSize":32,"code":59651,"name":"linkedin"},"setIdx":14,"setId":0,"iconIdx":35},{"icon":{"paths":["M512.008 12.642c-282.738 0-512.008 229.218-512.008 511.998 0 226.214 146.704 418.132 350.136 485.836 25.586 4.738 34.992-11.11 34.992-24.632 0-12.204-0.48-52.542-0.696-95.324-142.448 30.976-172.504-60.41-172.504-60.41-23.282-59.176-56.848-74.916-56.848-74.916-46.452-31.778 3.51-31.124 3.51-31.124 51.4 3.61 78.476 52.766 78.476 52.766 45.672 78.27 119.776 55.64 149.004 42.558 4.588-33.086 17.852-55.68 32.506-68.464-113.73-12.942-233.276-56.85-233.276-253.032 0-55.898 20.004-101.574 52.76-137.428-5.316-12.9-22.854-64.972 4.952-135.5 0 0 43.006-13.752 140.84 52.49 40.836-11.348 84.636-17.036 128.154-17.234 43.502 0.198 87.336 5.886 128.256 17.234 97.734-66.244 140.656-52.49 140.656-52.49 27.872 70.528 10.35 122.6 5.036 135.5 32.82 35.856 52.694 81.532 52.694 137.428 0 196.654-119.778 239.95-233.79 252.624 18.364 15.89 34.724 47.046 34.724 94.812 0 68.508-0.596 123.644-0.596 140.508 0 13.628 9.222 29.594 35.172 24.566 203.322-67.776 349.842-259.626 349.842-485.768 0-282.78-229.234-511.998-511.992-511.998z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["github","brand","octacat","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":3,"name":"github1","prevSize":32,"code":59652},"setIdx":14,"setId":0,"iconIdx":36},{"icon":{"paths":["M325.8 457.4v111.8h184.8c-7.4 48-55.8 140.6-184.8 140.6-111.2 0-202-92.2-202-205.8s90.8-205.8 202-205.8c63.4 0 105.6 27 129.8 50.2l88.4-85.2c-56.8-53-130.4-85.2-218.2-85.2-180.2 0.2-325.8 145.8-325.8 326s145.6 325.8 325.8 325.8c188 0 312.8-132.2 312.8-318.4 0-21.4-2.4-37.8-5.2-54h-307.6z","M1024 448h-96v-96h-96v96h-96v96h96v96h96v-96h96z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["google-plus","brand","social"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":2,"prevSize":32,"code":59648,"name":"gplus"},"setIdx":14,"setId":0,"iconIdx":37},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter","brand","tweet","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":32,"code":59649,"name":"twitter1"},"setIdx":14,"setId":0,"iconIdx":38},{"icon":{"paths":["M608 192h160v-192h-160c-123.514 0-224 100.486-224 224v96h-128v192h128v512h192v-512h160l32-192h-192v-96c0-17.346 14.654-32 32-32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["facebook","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":0,"name":"facebook","prevSize":32,"code":59650},"setIdx":14,"setId":0,"iconIdx":39},{"icon":{"paths":["M128 554.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 298.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 810.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":4,"prevSize":24,"code":59699,"name":"menu"},"setIdx":4,"setId":10,"iconIdx":2},{"icon":{"paths":["M414.165 798.165l256-256c16.683-16.683 16.683-43.691 0-60.331l-256-256c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331l225.835 225.835-225.835 225.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-right"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":3,"name":"chevron-right","prevSize":24,"code":59683},"setIdx":4,"setId":10,"iconIdx":3},{"icon":{"paths":["M670.165 737.835l-225.835-225.835 225.835-225.835c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0l-256 256c-16.683 16.683-16.683 43.691 0 60.331l256 256c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-left"],"grid":24},"attrs":[{}],"properties":{"order":2,"id":2,"name":"chevron-left","prevSize":24,"code":59684},"setIdx":4,"setId":10,"iconIdx":4},{"icon":{"paths":["M225.835 414.165l256 256c16.683 16.683 43.691 16.683 60.331 0l256-256c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0l-225.835 225.835-225.835-225.835c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-down"],"grid":24},"attrs":[{}],"properties":{"order":3,"id":1,"name":"chevron-down","prevSize":24,"code":59685},"setIdx":4,"setId":10,"iconIdx":5},{"icon":{"paths":["M798.165 609.835l-256-256c-16.683-16.683-43.691-16.683-60.331 0l-256 256c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l225.835-225.835 225.835 225.835c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-up"],"grid":24},"attrs":[{}],"properties":{"order":4,"id":0,"name":"chevron-up","prevSize":24,"code":59686},"setIdx":4,"setId":10,"iconIdx":6},{"icon":{"paths":["M506 384h6q52 0 90 38t38 90v8zM322 418q-24 48-24 94 0 88 63 151t151 63q46 0 94-24l-66-66q-16 4-28 4-52 0-90-38t-38-90q0-12 4-28zM86 182l54-54 756 756-54 54q-10-10-63-62t-81-80q-86 36-186 36-158 0-286-88t-184-232q22-52 69-115t91-97q-24-24-67-68t-49-50zM512 298q-40 0-78 16l-92-92q78-30 170-30 158 0 285 88t183 232q-48 118-146 202l-124-124q16-38 16-78 0-88-63-151t-151-63z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["visibility_off"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":6,"prevSize":24,"code":59719,"name":"eye-off"},"setIdx":8,"setId":6,"iconIdx":0},{"icon":{"paths":["M512 384q52 0 90 38t38 90-38 90-90 38-90-38-38-90 38-90 90-38zM512 726q88 0 151-63t63-151-63-151-151-63-151 63-63 151 63 151 151 63zM512 192q158 0 286 88t184 232q-56 144-184 232t-286 88-286-88-184-232q56-144 184-232t286-88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["remove_red_eye","visibility"],"grid":24},"attrs":[{}],"properties":{"order":2,"id":5,"prevSize":24,"code":59720,"name":"eye"},"setIdx":8,"setId":6,"iconIdx":1},{"icon":{"paths":["M896 640v256h-256l98-98-124-122 62-62 122 124zM384 896h-256v-256l98 98 122-124 62 62-124 122zM128 384v-256h256l-98 98 124 122-62 62-122-124zM640 128h256v256l-98-98-122 124-62-62 124-122z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["zoom_out_map"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":4,"prevSize":24,"name":"zoom_out_map","code":59687},"setIdx":8,"setId":6,"iconIdx":2},{"icon":{"paths":["M316 334l196 196 196-196 60 60-256 256-256-256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["keyboard_arrow_down"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":3,"prevSize":24,"code":59665,"name":"arrow-down"},"setIdx":8,"setId":6,"iconIdx":3},{"icon":{"paths":["M726 298c118 0 212 96 212 214s-94 214-212 214h-172v-82h172c72 0 132-60 132-132s-60-132-132-132h-172v-82h172zM342 554v-84h340v84h-340zM166 512c0 72 60 132 132 132h172v82h-172c-118 0-212-96-212-214s94-214 212-214h172v82h-172c-72 0-132 60-132 132z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["link"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":24,"code":59664,"name":"link1"},"setIdx":8,"setId":6,"iconIdx":5},{"icon":{"paths":["M810 640v-86h-84v86h84zM810 810v-84h-84v84h84zM554 298v-84h-84v84h84zM554 470v-86h-84v86h84zM554 640v-86h-84v86h84zM554 810v-84h-84v84h84zM298 470v-86h-84v86h84zM298 640v-86h-84v86h84zM298 810v-84h-84v84h84zM640 470h256v426h-768v-598h256v-84l128-128 128 128v256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["location_city"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":24,"code":59656,"name":"city"},"setIdx":8,"setId":6,"iconIdx":6},{"icon":{"paths":["M426.667 704c0 11.733-9.6 21.333-21.333 21.333s-21.333-9.6-21.333-21.333v-256c0-11.733 9.6-21.333 21.333-21.333s21.333 9.6 21.333 21.333v256z","M512 704c0 11.733-9.6 21.333-21.333 21.333s-21.333-9.6-21.333-21.333v-256c0-11.733 9.6-21.333 21.333-21.333s21.333 9.6 21.333 21.333v256z","M597.333 704c0 11.733-9.6 21.333-21.333 21.333s-21.333-9.6-21.333-21.333v-256c0-11.733 9.6-21.333 21.333-21.333s21.333 9.6 21.333 21.333v256z","M789.333 256h-21.333v-42.667c0-47.104-38.229-85.333-85.333-85.333h-384c-47.104 0-85.333 38.229-85.333 85.333v554.667c0 70.656 57.344 128 128 128h298.667c70.656 0 128-57.344 128-128h21.333c82.347 0 149.333-66.987 149.333-149.333v-213.333c0-82.347-66.987-149.333-149.333-149.333zM298.667 213.333h384v42.667h-189.611l-5.035 14.165c-6.997 19.541-28.288 31.147-47.659 27.648l-14.848-2.475-7.381 13.099c-11.392 20.267-32.64 32.896-55.467 32.896-35.285 0-64-28.715-64-64v-64zM682.667 768c0 23.552-19.115 42.667-42.667 42.667h-298.667c-23.552 0-42.667-19.115-42.667-42.667v-405.76c17.877 13.525 39.936 21.76 64 21.76 33.451 0 64.896-16.043 84.864-42.667 31.061 0 59.008-16.683 74.069-42.667h161.067v469.334zM853.333 618.667c0 35.285-28.715 64-64 64h-64v-341.333h64c35.285 0 64 28.715 64 64v213.333z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["beer"],"grid":24},"attrs":[{},{},{},{}],"properties":{"order":1,"id":0,"name":"beer","prevSize":24,"code":59657},"setIdx":9,"setId":5,"iconIdx":0},{"icon":{"paths":["M146.286 329.143c0 20-16.571 36.571-36.571 36.571-20.571 0-36.571-16.571-36.571-36.571 0-20.571 16-36.571 36.571-36.571 20 0 36.571 16 36.571 36.571zM237.714 621.714v-365.714c0-20-16.571-36.571-36.571-36.571h-164.571c-20 0-36.571 16.571-36.571 36.571v365.714c0 20 16.571 36.571 36.571 36.571h164.571c20 0 36.571-16.571 36.571-36.571zM882.857 536.571c19.429 21.714 31.429 54.857 31.429 85.143-0.571 59.429-50.286 109.714-109.714 109.714h-158.286c4.571 18.286 10.286 24 16.571 36.571 14.857 29.714 32 62.857 32 109.714 0 44 0 146.286-128 146.286-9.714 0-18.857-4-25.714-10.857-24.571-24-31.429-59.429-37.714-93.143-6.857-33.143-13.143-67.429-35.429-89.714-17.714-17.714-37.143-42.286-57.714-68.571-25.143-33.143-80-101.143-101.143-102.857-18.857-1.714-34.857-17.714-34.857-36.571v-366.286c0-20 17.143-36 36.571-36.571 20-0.571 54.286-12.571 90.286-25.143 61.714-21.143 138.857-48 220.571-48h73.714c50.286 0.571 88 15.429 112.571 44.571 21.714 25.714 31.429 60.571 28 103.429 14.286 13.714 25.143 32.571 30.857 53.714 6.286 22.857 6.286 45.714 0 66.857 17.143 22.857 25.714 49.714 24.571 78.286 0 8-2.286 25.143-8.571 43.429z"],"attrs":[{}],"width":914,"isMulticolor":false,"isMulticolor2":false,"tags":["thumbs-down"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":10,"prevSize":28,"code":59709,"name":"thumbs-down"},"setIdx":13,"setId":1,"iconIdx":0},{"icon":{"paths":["M146.286 768c0-20-16.571-36.571-36.571-36.571-20.571 0-36.571 16.571-36.571 36.571 0 20.571 16 36.571 36.571 36.571 20 0 36.571-16 36.571-36.571zM237.714 475.429v365.714c0 20-16.571 36.571-36.571 36.571h-164.571c-20 0-36.571-16.571-36.571-36.571v-365.714c0-20 16.571-36.571 36.571-36.571h164.571c20 0 36.571 16.571 36.571 36.571zM914.286 475.429c0 30.286-12 62.857-31.429 85.143 6.286 18.286 8.571 35.429 8.571 43.429 1.143 28.571-7.429 55.429-24.571 78.286 6.286 21.143 6.286 44 0 66.857-5.714 21.143-16.571 40-30.857 53.714 3.429 42.857-6.286 77.714-28 103.429-24.571 29.143-62.286 44-112.571 44.571h-73.714c-81.714 0-158.857-26.857-220.571-48-36-12.571-70.286-24.571-90.286-25.143-19.429-0.571-36.571-16.571-36.571-36.571v-366.286c0-18.857 16-34.857 34.857-36.571 21.143-1.714 76-69.714 101.143-102.857 20.571-26.286 40-50.857 57.714-68.571 22.286-22.286 28.571-56.571 35.429-89.714 6.286-33.714 13.143-69.143 37.714-93.143 6.857-6.857 16-10.857 25.714-10.857 128 0 128 102.286 128 146.286 0 46.857-16.571 80-32 109.714-6.286 12.571-12 18.286-16.571 36.571h158.286c59.429 0 109.714 50.286 109.714 109.714z"],"attrs":[{}],"width":914,"isMulticolor":false,"isMulticolor2":false,"tags":["thumbs-up"],"grid":14},"attrs":[{}],"properties":{"order":2,"id":9,"prevSize":28,"code":59710,"name":"thumbs-up"},"setIdx":13,"setId":1,"iconIdx":1},{"icon":{"paths":["M585.143 804.571h365.714v-73.143h-365.714v73.143zM365.714 512h585.143v-73.143h-585.143v73.143zM731.429 219.429h219.429v-73.143h-219.429v73.143zM1024 694.857v146.286c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 402.286v146.286c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 109.714v146.286c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["tasks"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":8,"name":"tasks","prevSize":28,"code":59708},"setIdx":13,"setId":1,"iconIdx":2},{"icon":{"paths":["M219.429 877.714c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM438.857 877.714c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM219.429 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM658.286 877.714c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM438.857 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM219.429 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM658.286 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM438.857 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM877.714 877.714v-219.429c0-40-33.143-73.143-73.143-73.143v0c-40 0-73.143 33.143-73.143 73.143v219.429c0 40 33.143 73.143 73.143 73.143v0c40 0 73.143-33.143 73.143-73.143zM658.286 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM877.714 256v-146.286c0-20-16.571-36.571-36.571-36.571h-731.429c-20 0-36.571 16.571-36.571 36.571v146.286c0 20 16.571 36.571 36.571 36.571h731.429c20 0 36.571-16.571 36.571-36.571zM877.714 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM950.857 73.143v877.714c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-877.714c0-40 33.143-73.143 73.143-73.143h804.571c40 0 73.143 33.143 73.143 73.143z"],"attrs":[{}],"width":951,"isMulticolor":false,"isMulticolor2":false,"tags":["calculator"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":7,"name":"calculator","prevSize":28,"code":59697},"setIdx":13,"setId":1,"iconIdx":3},{"icon":{"paths":["M548.571 0l548.571 219.429v73.143h-73.143c0 20-17.714 36.571-39.429 36.571h-872c-21.714 0-39.429-16.571-39.429-36.571h-73.143v-73.143zM146.286 365.714h146.286v438.857h73.143v-438.857h146.286v438.857h73.143v-438.857h146.286v438.857h73.143v-438.857h146.286v438.857h33.714c21.714 0 39.429 16.571 39.429 36.571v36.571h-950.857v-36.571c0-20 17.714-36.571 39.429-36.571h33.714v-438.857zM1057.714 914.286c21.714 0 39.429 16.571 39.429 36.571v73.143h-1097.143v-73.143c0-20 17.714-36.571 39.429-36.571h1018.286z"],"attrs":[{}],"width":1097,"isMulticolor":false,"isMulticolor2":false,"tags":["bank","institution","university"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":6,"name":"bank","prevSize":28,"code":59690},"setIdx":13,"setId":1,"iconIdx":4},{"icon":{"paths":["M829.143 73.143c26.857 0 48.571 21.714 48.571 48.571v780.571c0 26.857-21.714 48.571-48.571 48.571h-223.429v-340h113.714l17.143-132.571h-130.857v-84.571c0-38.286 10.286-64 65.714-64l69.714-0.571v-118.286c-12-1.714-53.714-5.143-101.714-5.143-101.143 0-170.857 61.714-170.857 174.857v97.714h-114.286v132.571h114.286v340h-420c-26.857 0-48.571-21.714-48.571-48.571v-780.571c0-26.857 21.714-48.571 48.571-48.571h780.571z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["facebook-official"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":5,"name":"facebook-official","prevSize":28,"code":59691},"setIdx":13,"setId":1,"iconIdx":5},{"icon":{"paths":["M741.714 755.429c0 14.286-5.714 28.571-16 38.857l-77.714 77.714c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-168-168-168 168c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-77.714-77.714c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l168-168-168-168c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l77.714-77.714c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l168 168 168-168c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l77.714 77.714c10.286 10.286 16 24.571 16 38.857s-5.714 28.571-16 38.857l-168 168 168 168c10.286 10.286 16 24.571 16 38.857z"],"attrs":[{}],"width":805,"isMulticolor":false,"isMulticolor2":false,"tags":["close","remove","times"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":4,"prevSize":28,"name":"close","code":59692},"setIdx":13,"setId":1,"iconIdx":6},{"icon":{"paths":["M548.571 146.286c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM1024 676.571v201.143c0 7.429-4.571 14.286-11.429 17.143-2.286 0.571-4.571 1.143-6.857 1.143-4.571 0-9.143-1.714-13.143-5.143l-53.143-53.143c-89.714 108-250.857 177.143-427.429 177.143s-337.714-69.143-427.429-177.143l-53.143 53.143c-3.429 3.429-8.571 5.143-13.143 5.143-2.286 0-4.571-0.571-6.857-1.143-6.857-2.857-11.429-9.714-11.429-17.143v-201.143c0-10.286 8-18.286 18.286-18.286h201.143c7.429 0 14.286 4.571 17.143 11.429s1.143 14.286-4 20l-57.143 57.143c51.429 69.143 150.286 119.429 263.429 134.857v-369.714h-109.714c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h109.714v-93.143c-43.429-25.143-73.143-72-73.143-126.286 0-80.571 65.714-146.286 146.286-146.286s146.286 65.714 146.286 146.286c0 54.286-29.714 101.143-73.143 126.286v93.143h109.714c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-109.714v369.714c113.143-15.429 212-65.714 263.429-134.857l-57.143-57.143c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h201.143c10.286 0 18.286 8 18.286 18.286z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["anchor"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":3,"name":"anchor","prevSize":28,"code":59693},"setIdx":13,"setId":1,"iconIdx":7},{"icon":{"paths":["M219.429 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM512 838.286c0.571 10.286-2.857 20-9.714 27.429-6.857 8-16.571 12-26.857 12h-77.143c-18.857 0-34.286-14.286-36-33.143-16.571-174.286-154.857-312.571-329.143-329.143-18.857-1.714-33.143-17.143-33.143-36v-77.143c0-10.286 4-20 12-26.857 6.286-6.286 15.429-9.714 24.571-9.714h2.857c121.714 9.714 236.571 62.857 322.857 149.714 86.857 86.286 140 201.143 149.714 322.857zM804.571 839.429c0.571 9.714-2.857 19.429-10.286 26.857-6.857 7.429-16 11.429-26.286 11.429h-81.714c-19.429 0-35.429-14.857-36.571-34.286-18.857-332-283.429-596.571-615.429-616-19.429-1.143-34.286-17.143-34.286-36v-81.714c0-10.286 4-19.429 11.429-26.286 6.857-6.857 16-10.286 25.143-10.286h1.714c200 10.286 388 94.286 529.714 236.571 142.286 141.714 226.286 329.714 236.571 529.714z"],"attrs":[{}],"width":805,"isMulticolor":false,"isMulticolor2":false,"tags":["feed","rss"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":2,"name":"feed","prevSize":28,"code":59694},"setIdx":13,"setId":1,"iconIdx":8},{"icon":{"paths":["M445.714 269.714c0 64-33.143 140-106.857 140-92.571 0-148.571-116.571-148.571-196.571 0-64 33.143-140 106.857-140 93.143 0 148.571 116.571 148.571 196.571zM250.286 545.714c0 55.429-29.143 113.143-92 113.143-91.429 0-158.286-112-158.286-194.857 0-55.429 29.714-113.714 92-113.714 91.429 0 158.286 112.571 158.286 195.429zM475.429 530.286c140 0 329.143 201.714 329.143 336.571 0 72.571-59.429 84-117.714 84-76.571 0-138.286-51.429-211.429-51.429-76.571 0-141.714 50.857-224.571 50.857-55.429 0-104.571-18.857-104.571-83.429 0-135.429 189.143-336.571 329.143-336.571zM612 409.714c-73.714 0-106.857-76-106.857-140 0-80 55.429-196.571 148.571-196.571 73.714 0 106.857 76 106.857 140 0 80-56 196.571-148.571 196.571zM858.857 350.286c62.286 0 92 58.286 92 113.714 0 82.857-66.857 194.857-158.286 194.857-62.857 0-92-57.714-92-113.143 0-82.857 66.857-195.429 158.286-195.429z"],"attrs":[{}],"width":951,"isMulticolor":false,"isMulticolor2":false,"tags":["paw"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":28,"code":59659,"name":"paw"},"setIdx":13,"setId":1,"iconIdx":9},{"icon":{"paths":["M1024 405.714v453.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-453.714c17.143 18.857 36.571 35.429 57.714 49.714 94.857 64.571 190.857 129.143 284 197.143 48 35.429 107.429 78.857 169.714 78.857h1.143c62.286 0 121.714-43.429 169.714-78.857 93.143-67.429 189.143-132.571 284.571-197.143 20.571-14.286 40-30.857 57.143-49.714zM1024 237.714c0 64-47.429 121.714-97.714 156.571-89.143 61.714-178.857 123.429-267.429 185.714-37.143 25.714-100 78.286-146.286 78.286h-1.143c-46.286 0-109.143-52.571-146.286-78.286-88.571-62.286-178.286-124-266.857-185.714-40.571-27.429-98.286-92-98.286-144 0-56 30.286-104 91.429-104h841.143c49.714 0 91.429 41.143 91.429 91.429z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["envelope"],"grid":14},"attrs":[{}],"properties":{"order":13,"id":0,"name":"envelope","prevSize":28,"code":59695},"setIdx":13,"setId":1,"iconIdx":10}],"height":1024,"metadata":{"name":"pirati-ui"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"ico--","metadata":{"fontFamily":"pirati-ui","majorVersion":1,"minorVersion":1},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"showSelector":true,"cssVars":true,"cssVarsFormat":"scss","showMetrics":true,"showMetadata":true,"showVersion":true,"selector":"","classSelector":".icon"},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"icomoon","classSelector":".icon"},"historySize":50,"showLiga":true,"gridSize":16}} \ No newline at end of file +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M512.051 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64zM512.051 266.24c62.208 0 112.589-50.483 112.589-112.64s-50.381-112.64-112.589-112.64c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64zM512.051 757.76c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["dots-three-vertical"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":2,"name":"dots-three-vertical","prevSize":20,"code":59712},"setIdx":0,"setId":15,"iconIdx":0},{"icon":{"paths":["M512.051 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64zM153.651 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.483 112.589-112.64s-50.381-112.64-112.589-112.64zM870.451 399.36c-62.208 0-112.691 50.432-112.691 112.64s50.483 112.64 112.691 112.64c62.208 0 112.589-50.432 112.589-112.64s-50.381-112.64-112.589-112.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["dots-three-horizontal"],"grid":20},"attrs":[{}],"properties":{"order":2,"id":1,"name":"dots-three-horizontal","prevSize":20,"code":59713},"setIdx":0,"setId":15,"iconIdx":1},{"icon":{"paths":["M972.8 512l-307.2-256v153.6h-358.4v204.8h358.4v153.6l307.2-256zM153.6 153.6h409.6v-102.4h-409.6c-56.32 0-102.4 46.080-102.4 102.4v716.8c0 56.32 46.080 102.4 102.4 102.4h409.6v-102.4h-409.6v-716.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["log-out"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":0,"name":"log-out","prevSize":20,"code":59714},"setIdx":0,"setId":15,"iconIdx":2},{"icon":{"paths":["M921.6 102.4c56.554 0 102.4 45.846 102.4 102.4v0 614.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4c0-56.32 46.080-102.4 102.4-102.4h819.2zM697.856 568.32l326.144 250.88v-102.4l-262.144-199.68 262.144-209.92v-102.4l-512 409.6-512-409.6v102.4l262.144 209.92-262.144 199.68v102.4l326.144-250.88 185.856 148.48 185.856-148.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["envelope"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":3,"prevSize":20,"code":59656,"name":"envelope"},"setIdx":8,"setId":2,"iconIdx":0},{"icon":{"paths":["M563.2 614.4h307.2v-51.2l-153.6-51.2v-409.6l153.6-51.2v-51.2h-716.8v51.2l153.6 51.2v409.6l-153.6 51.2v51.2h307.2v358.4l51.2 51.2 51.2-51.2v-358.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["pin"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":2,"name":"pin","prevSize":20,"code":59715},"setIdx":8,"setId":2,"iconIdx":1},{"icon":{"paths":["M696.32 689.664c-46.612 48.782-112.182 79.108-184.835 79.108-141.102 0-255.488-114.386-255.488-255.488 0-0.451 0.001-0.902 0.004-1.353v0.070c0-141.385 114.615-256 256-256 57.921 0 111.348 19.235 154.244 51.667l-0.644-0.467v-51.2h102.4v332.8c0 42.415 34.385 76.8 76.8 76.8s76.8-34.385 76.8-76.8v0-76.8c-0.167-226.090-183.487-409.307-409.6-409.307-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6c66.818 0 129.898-15.999 185.62-44.376l-2.325 1.074 46.080 91.648c-66.813 34.208-145.753 54.255-229.376 54.255-282.77 0-512-229.23-512-512s229.23-512 512-512c282.596 0 511.718 228.948 512 511.478v0.027h-0.512v76.8c0.001 0.159 0.001 0.346 0.001 0.534 0 98.969-80.231 179.2-179.2 179.2-61.529 0-115.815-31.010-148.083-78.253l-0.398-0.617zM512 665.6c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["at-symbol"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":20,"code":59653,"name":"at"},"setIdx":8,"setId":2,"iconIdx":2},{"icon":{"paths":["M704 1008c0-8.832-7.168-16-16-16h-576c-8.832 0-16 7.168-16 16s7.168 16 16 16h576c8.832 0 16-7.168 16-16zM40.768 299.328c-13.376 8.896-33.664 35.968-14.432 74.432 15.968 31.904 49.28 70.944 84.704 81.248 18.048 5.312 35.84 3.104 51.36-6.272 35.168-21.056 76.704-49.536 94.304-61.76 22.208 11.232 50.24 13.568 78.72 6.24 0.128-0.032 0.256-0.096 0.384-0.128-1.664 52.832-19.552 85.824-107.008 167.040-77.952 72.352-124.192 167.392-123.744 254.272 0.32 56.992 21.088 105.92 60.16 141.408 2.976 2.72 6.816 4.192 10.784 4.192h448c8.832 0 16-7.168 16-16s-7.168-16-16-16h-441.632c-29.408-28.96-45.024-68.16-45.28-113.76-0.416-76.864 43.104-165.28 113.504-230.656 93.28-86.592 117.408-127.616 117.408-199.584 0-1.312-0.448-2.464-0.736-3.68 17.504-9.44 32.64-21.92 42.976-37.024 12.96-18.88 40.864-67.36 20.16-110.272-3.84-7.904-13.408-11.264-21.376-7.424-7.936 3.84-11.296 13.408-7.424 21.376 9.312 19.296 2.688 48.544-17.728 78.24-11.776 17.152-32.832 31.008-56.352 37.024-23.904 6.112-46.624 3.424-62.464-7.424-5.536-3.776-12.8-3.744-18.272 0.128-0.576 0.384-56.864 40.032-100.768 66.368-8.032 4.8-16.512 5.824-25.984 3.008-24.768-7.232-52-38.784-65.024-64.832-10.528-21.056 0.256-31.104 5.152-34.688 110.304-95.264 165.664-194.24 167.936-198.432 2.112-3.904 2.56-8.512 1.152-12.768-0.16-0.48-11.2-34.016-17.28-65.056 33.472 20.16 91.040 48.32 150.976 48.32 83.328 0 277.056 31.104 277.056 319.232 0 1.568-0.288 158.208-63.040 330.464-3.040 8.288 1.248 17.472 9.568 20.512 1.824 0.608 3.648 0.928 5.472 0.928 6.528 0 12.672-4.032 15.040-10.528 64.672-177.536 64.992-334.912 64.96-341.472 0-325.856-236.576-351.168-309.056-351.168-80.288 0-160.384-60.896-161.152-61.536-4.896-3.68-11.36-4.288-16.864-1.632-5.472 2.688-8.928 8.256-8.928 14.336 0 31.392 14.88 82.176 20.672 100.704-13.376 22.336-66.112 104.992-155.904 182.624zM559.52 49.28c-51.232-34.528-108.512-49.28-191.52-49.28-8.832 0-16 7.168-16 16s7.168 16 16 16c76.16 0 128.096 13.088 173.664 43.808 74.048 49.984 162.336 149.568 162.336 340.192 0 46.432 0 110.016-31.52 236.128-2.112 8.576 3.072 17.248 11.648 19.392 1.312 0.32 2.592 0.48 3.872 0.48 7.2 0 13.728-4.832 15.52-12.128 32.48-129.888 32.48-195.776 32.48-243.872 0-204.672-95.968-312.416-176.48-366.72z"],"attrs":[{}],"width":736,"isMulticolor":false,"isMulticolor2":false,"tags":["strategy","horse","chess","piece"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"code":59698,"name":"strategy"},"setIdx":1,"setId":14,"iconIdx":0},{"icon":{"paths":["M789.568 701.088c0 0 106.56-72.896 106.56-216.672 0-214.016-226.816-293.152-348.768-291.040-121.984 2.144-158.336 34.24-158.336 34.24s-41.504-30.176-85.504-55.456c-33.664-13.12-41.472-15.008-64.864-7.488-18.72 0-6.944 31.168 0.576 42.4 7.456 11.232 43.712 73.28 43.712 73.28s-76.096 78.368-81.728 129.888c0-0.928-35.84-0.288-55.488-0.288s-17.792 21.408-17.792 21.408l0.544 150.848c0 0-1.216 21.408 16.608 21.408 17.792 0 55.616 0.416 55.616 0.416s53.216 77.28 86.944 91.328c0 0.928-29.152 80.096-29.152 80.096s-14.048 24.352 11.232 33.728c25.28 9.344 91.232 37.024 119.328 45.472 28.064 8.416 32.096-10.688 32.096-10.688l27.808-60.064 181.92 0.288 27.808 61.92c0 0 5.344 28.736 42.784 12.832 37.472-15.904 78.368-34.784 109.28-50.688 30.88-15.904 10.56-45.632 10.56-45.632l-31.744-61.536zM298.304 440.448c-17.056 0-30.88-13.856-30.88-30.912s13.824-30.88 30.88-30.88 30.912 13.824 30.912 30.88-13.856 30.912-30.912 30.912zM733.6 344.192c-9.856 11.68-16.288 3.072-24.224 0.736 0 0-33.632-31.2-83.040-45.76-51.168-15.040-105.024-7.776-105.024-7.776-7.936-2.336-17.568-2.592-17.632-14.848 0.416-15.136 18.784-15.264 18.56-15.776 0 0 60.608-5.6 111.328 9.312 49.888 14.656 88 46.528 88 46.528s20.384 14.048 12.032 27.584z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["pig","money","bank"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"name":"pig","prevSize":32,"code":59688},"setIdx":3,"setId":9,"iconIdx":0},{"icon":{"paths":["M543.553 741.306c37.519 13.052 64.447 48.728 64.447 90.694 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.961 26.922-77.635 64.435-90.69-0.286-1.727-0.435-3.5-0.435-5.309v-480.003c0-17.448 14.327-31.999 32-31.999 17.796 0 32 14.326 32 31.999v480.003c0 1.803-0.153 3.576-0.447 5.305v0zM576 721.124v-593.009c0-35.41-28.407-64.115-64-64.115-35.346 0-64 28.472-64 64.115v593.009c-38.259 22.132-64 63.498-64 110.876 0 70.692 57.308 128 128 128s128-57.308 128-128c0-47.378-25.741-88.744-64-110.876zM638.996 687.997c39.862 35.181 65.004 86.656 65.004 144.003 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-57.346 25.141-108.82 65.002-144.002-0.661-5.27-1.002-10.639-1.002-16.088v-543.82c0-70.556 57.308-128.090 128-128.090 70.549 0 128 57.348 128 128.090v543.82c0 5.447-0.342 10.816-1.004 16.087v0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["thermometer-three-quarters"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"name":"thermometer","prevSize":32,"code":59658},"setIdx":7,"setId":4,"iconIdx":0},{"icon":{"paths":["M128 554.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 298.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 810.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":4,"prevSize":24,"code":59699,"name":"menu"},"setIdx":2,"setId":10,"iconIdx":0},{"icon":{"paths":["M414.165 798.165l256-256c16.683-16.683 16.683-43.691 0-60.331l-256-256c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331l225.835 225.835-225.835 225.835c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-right"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":3,"name":"chevron-right","prevSize":24,"code":59683},"setIdx":2,"setId":10,"iconIdx":1},{"icon":{"paths":["M670.165 737.835l-225.835-225.835 225.835-225.835c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0l-256 256c-16.683 16.683-16.683 43.691 0 60.331l256 256c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-left"],"grid":24},"attrs":[{}],"properties":{"order":2,"id":2,"name":"chevron-left","prevSize":24,"code":59684},"setIdx":2,"setId":10,"iconIdx":2},{"icon":{"paths":["M225.835 414.165l256 256c16.683 16.683 43.691 16.683 60.331 0l256-256c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0l-225.835 225.835-225.835-225.835c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-down"],"grid":24},"attrs":[{}],"properties":{"order":3,"id":1,"name":"chevron-down","prevSize":24,"code":59685},"setIdx":2,"setId":10,"iconIdx":3},{"icon":{"paths":["M798.165 609.835l-256-256c-16.683-16.683-43.691-16.683-60.331 0l-256 256c-16.683 16.683-16.683 43.691 0 60.331s43.691 16.683 60.331 0l225.835-225.835 225.835 225.835c16.683 16.683 43.691 16.683 60.331 0s16.683-43.691 0-60.331z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-up"],"grid":24},"attrs":[{}],"properties":{"order":4,"id":0,"name":"chevron-up","prevSize":24,"code":59686},"setIdx":2,"setId":10,"iconIdx":4},{"icon":{"paths":["M726 298c118 0 212 96 212 214s-94 214-212 214h-172v-82h172c72 0 132-60 132-132s-60-132-132-132h-172v-82h172zM342 554v-84h340v84h-340zM166 512c0 72 60 132 132 132h172v82h-172c-118 0-212-96-212-214s94-214 212-214h172v82h-172c-72 0-132 60-132 132z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["link"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":24,"code":59664,"name":"link-horizontal"},"setIdx":5,"setId":6,"iconIdx":0},{"icon":{"paths":["M426.667 704c0 11.733-9.6 21.333-21.333 21.333s-21.333-9.6-21.333-21.333v-256c0-11.733 9.6-21.333 21.333-21.333s21.333 9.6 21.333 21.333v256z","M512 704c0 11.733-9.6 21.333-21.333 21.333s-21.333-9.6-21.333-21.333v-256c0-11.733 9.6-21.333 21.333-21.333s21.333 9.6 21.333 21.333v256z","M597.333 704c0 11.733-9.6 21.333-21.333 21.333s-21.333-9.6-21.333-21.333v-256c0-11.733 9.6-21.333 21.333-21.333s21.333 9.6 21.333 21.333v256z","M789.333 256h-21.333v-42.667c0-47.104-38.229-85.333-85.333-85.333h-384c-47.104 0-85.333 38.229-85.333 85.333v554.667c0 70.656 57.344 128 128 128h298.667c70.656 0 128-57.344 128-128h21.333c82.347 0 149.333-66.987 149.333-149.333v-213.333c0-82.347-66.987-149.333-149.333-149.333zM298.667 213.333h384v42.667h-189.611l-5.035 14.165c-6.997 19.541-28.288 31.147-47.659 27.648l-14.848-2.475-7.381 13.099c-11.392 20.267-32.64 32.896-55.467 32.896-35.285 0-64-28.715-64-64v-64zM682.667 768c0 23.552-19.115 42.667-42.667 42.667h-298.667c-23.552 0-42.667-19.115-42.667-42.667v-405.76c17.877 13.525 39.936 21.76 64 21.76 33.451 0 64.896-16.043 84.864-42.667 31.061 0 59.008-16.683 74.069-42.667h161.067v469.334zM853.333 618.667c0 35.285-28.715 64-64 64h-64v-341.333h64c35.285 0 64 28.715 64 64v213.333z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["beer"],"grid":24},"attrs":[{},{},{},{}],"properties":{"order":1,"id":0,"name":"beer","prevSize":24,"code":59657},"setIdx":6,"setId":5,"iconIdx":0},{"icon":{"paths":["M458.203 133.565c-109.449 0-211.478 42.667-287.536 118.725-77.913 76.058-120.58 179.942-120.58 287.536 0 109.449 42.667 211.478 118.725 289.391 77.913 76.058 179.942 118.725 287.536 118.725 109.449 0 211.478-42.667 287.536-118.725 77.913-76.058 118.725-179.942 118.725-287.536 0-109.449-42.667-211.478-118.725-287.536-74.203-79.768-176.232-120.58-285.681-120.58zM458.203 908.986c-204.058 0-369.159-165.101-369.159-369.159s165.101-369.159 369.159-369.159c204.058 0 369.159 165.101 369.159 369.159s-165.101 369.159-369.159 369.159z","M335.768 298.667v-57.507h-35.246v66.783c-24.116 7.42-38.957 14.841-35.246 20.406 7.42-1.855 20.406-3.71 35.246-1.855v341.333c-37.101 70.493 16.696 179.942 16.696 179.942s-38.957-116.87 48.232-172.522c79.768-50.087 358.029-27.826 356.174-183.652-1.855-220.754-257.855-220.754-385.855-192.928zM448.928 513.855c-12.986 59.362-76.058 89.043-115.014 115.014v-298.667c64.928 14.841 140.986 64.928 115.014 183.652z"],"attrs":[{},{}],"width":968,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["logo-round-black"],"colorPermutations":{"12552552551":[{},{}]}},"attrs":[{},{}],"properties":{"order":75,"id":2,"name":"pirati","prevSize":32,"code":59661},"setIdx":4,"setId":7,"iconIdx":0},{"icon":{"paths":["M670.24 367.872c-8.224-17.632-21.536-32.448-38.176-42.56-19.808-12.576-44.544-15.232-61.792-15.232-5.824 0-11.616 0.32-17.376 0.896h-0.448c0.32-2.368 0.928-5.44 1.44-7.936 0.864-4.384 1.824-9.344 2.4-14.528 2.304-22.24-5.632-52.128-20.192-76.16-2.304-3.84-2.208-5.12-2.208-5.12 0.704-1.088 1.568-2.112 2.528-2.976l1.344-1.408c34.4-36.864 44.832-77.376 30.88-120.704-26.432-82.144-33.536-82.144-38.72-82.144-1.152 0-2.304 0.224-3.36 0.672-1.056 0.48-2.016 1.152-2.784 2.016-0.864 1.024-1.472 2.24-1.856 3.552-0.352 1.312-0.416 2.656-0.192 4 2.656 27.232-3.488 66.24-7.584 81.088-4.992 18.656-22.528 46.528-77.824 72.992-3.872 1.664-7.84 3.136-11.872 4.384-18.048 6.016-48.192 16.128-64.928 39.2-12.64 14.784-15.712 29.632-21.184 56.384-4.864 23.808-8.8 52.768-1.088 87.36 0.768 3.424 1.504 6.304 2.208 8.864 0.448 1.824 0.864 3.392 1.184 4.768l0.64-0.128-0.672 0.16c0.512 2.048 0.192 2.56-0.544 3.072-2.656 1.056-5.408 1.888-8.192 2.496-8.192 1.312-16.384 2.784-24.224 4.32-24.896 4.288-100.192 17.248-134.848 72.448-21.408 34.048-24.448 78.496-9.056 132.32 15.936 53.248 47.616 89.824 69.28 97.28l0.352 0.128c1.568 0.704 3.040 1.28 4.512 1.792 0 1.472-0.16 3.296-0.352 5.344-0.128 0.928-0.288 1.888-0.416 2.976-2.368 17.344-10.56 36.064-18.912 36.576-4.416-0.864-21.856-10.752-34.208-18.88-3.968-2.592-7.712-5.056-11.264-7.424-34.464-22.784-53.472-35.36-82.528-38.592-0.992-0.096-1.984-0.16-2.976-0.16-30.72 0-86.016 51.744-87.2 154.816-0.576 51.648 4.832 98.88 16.128 140.352 8.064 29.728 16.672 46.656 19.168 51.2l9.952 18.624 4.544-20.48c23.968-108.544 53.536-134.688 102.752-165.984 36.064 33.792 83.424 51.616 137.376 51.616 45.472 0 93.056-13.216 133.92-37.216 40.16-23.552 71.168-55.296 90.112-91.968 3.168 2.048 6.976 4.704 9.472 6.464 9.024 6.304 10.944 7.616 14.144 7.616h0.288c3.52-0.128 36.736-11.264 70.752-52.832 19.776-24.128 36.064-53.984 48.448-88.8 15.328-43.008 24.576-93.792 27.712-150.912 3.488-47.968-1.376-86.144-14.464-113.504l-0.096-0.128zM542.816 91.776c2.848 11.52 3.232 23.52 1.088 35.2-3.2 22.688-12.8 43.008-29.248 61.536 14.016-30.72 23.488-63.296 28.16-96.736zM519.072 232.64c4.992 7.552 8.832 15.84 11.328 24.576 2.784 11.424 2.272 23.424-1.44 34.592-5.888 13.984-13.76 21.056-23.456 21.056h-1.28c-3.424-0.512-6.688-1.728-9.632-3.52-12.448-7.296-19.2-26.624-14.336-40.8 0.224-0.416 0.384-0.864 0.576-1.312 0.8-2.048 3.072-5.984 9.376-12.064 9.024-7.968 22.176-18.016 28.832-22.528h0.032zM374.88 228.768l0.128-0.224v-0.192c2.656-6.56 20.992-17.152 33.152-24.192 1.536-0.896 3.040-1.792 4.544-2.624 5.344-2.816 10.816-5.344 16.384-7.584 20.032-8.512 51.2-21.792 76.896-46.496-7.456 26.144-25.408 70.144-54.88 96.8-6.56 5.92-19.776 11.136-35.136 17.216-16.512 6.496-36.384 14.336-55.648 26.144 1.472-15.072 6.144-41.376 14.464-58.848h0.096zM362.080 313.952c9.92-8.192 28.064-19.296 87.52-38.912 0.416 1.824 0.896 4.192 1.344 6.56 0.352 1.792 0.736 3.808 1.184 6.016 3.904 19.2 8.192 40.8 48.192 52.768-3.712 8.192-11.36 22.048-14.048 24.704l-0.864 0.736-0.608 1.024c-7.808 12.48-49.856 39.744-68.704 39.744-0.8 0-1.632-0.064-2.4-0.192-11.36-2.176-37.408-25.312-45.056-42.432-14.816-33.568-11.776-45.664-6.656-49.952l0.096-0.064zM213.952 622.048c-21.792-32.416-38.304-89.088-27.488-134.624v-0.192c5.248-24.8 22.528-39.36 29.696-44.48l1.024-0.768c10.592-9.248 32.32-19.040 61.152-27.584 4.096-1.056 6.336-1.536 6.432-1.536 5.312-1.088 11.104-2.432 16.736-3.712 10.656-2.72 21.472-4.832 32.352-6.336 2.72-0.288 5.472-0.8 8.096-1.312 3.52-0.768 7.136-1.248 10.752-1.376 2.912-0.16 5.76 0.608 8.192 2.176 10.688 12.672 36.864 37.76 54.048 39.232h1.056c19.552-1.056 50.176-20.128 91.040-56.704 6.944-6.144 13.408-11.52 19.744-16.224l0.768-0.576c11.136-8.48 23.424-15.328 36.48-20.384-4.256 14.016-7.68 37.952 6.144 71.68 7.2 17.44 20.992 56.768 32.448 95.264 19.712 66.336 16.96 77.984 16.576 79.072-0.544 2.272-1.44 4.416-2.656 6.4-1.536-0.288-3.008-0.832-4.384-1.568-9.952-4.576-21.088-12.768-34.112-22.4-24.16-17.696-54.208-39.744-98.176-56.928-32.288-12.608-64.416-19.008-95.392-19.008-12.832-0.032-25.664 1.216-38.272 3.648-69.248 13.664-105.76 44.192-125.376 60.608l-0.128 0.128c-1.312 1.056-2.24 2.464-2.688 4.064s-0.384 3.296 0.16 4.864c0.576 1.536 1.6 2.848 2.944 3.776s2.944 1.408 4.608 1.408c1.76 0 3.52-0.512 9.248-2.176 20.768-6.176 42.016-10.592 63.488-13.216 7.712-0.896 15.456-1.344 23.232-1.376 33.504 0 64.352 10.24 96.992 32.416 7.488 6.24 12.064 10.4 14.816 13.12l-2.816 0.736-19.808 5.6c-49.024 13.856-123.168 34.784-158.24 34.784-2.688 0.032-5.376-0.128-8.032-0.448-9.12-1.344-20.192-10.848-30.496-26.048h-0.16zM69.344 870.784c-13.792 17.984-23.968 38.496-29.92 60.352-6.592-31.584-14.336-83.584-9.92-124.032 9.152-83.84 50.688-111.936 56.864-113.408h0.384c0.352 0 0.768 0 1.568 0.896 3.328 3.584 10.496 18.816 5.28 81.76-1.216 12.96 1.888 23.936 9.28 32.608 5.024 5.728 11.36 10.208 18.432 13.024-19.968 13.216-37.568 29.696-52.032 48.8h0.064zM139.936 788.48c-2.144 0.96-4.48 1.504-6.848 1.6-0.832 0.064-1.664-0.032-2.464-0.352-0.768-0.288-1.472-0.768-2.048-1.376-1.344-1.376-4.352-6.144-3.392-20.16 0.704-6.912 1.664-13.792 2.56-20.48 2.016-12.608 3.2-25.344 3.584-38.112 24.224 15.84 51.040 32.64 68.416 40.384-11.36 10.048-34.944 28.128-59.808 38.528v-0.032zM455.84 786.24c-39.040 40.704-91.776 65.504-148.032 69.632-6.688 0.48-13.344 0.736-19.744 0.736-74.080 0-111.712-31.456-129.024-48.96 83.68-36.096 100.672-87.744 108.096-110.272 0.704-2.208 1.376-4.096 2.048-5.76 3.168-1.568 13.344-6.144 44.672-17.856 24.576-8.864 54.048-18.752 80.032-27.52 21.664-7.296 40.352-13.632 50.56-17.376l0.864-0.256c2.048-0.576 3.264-0.864 4.096-0.992l0.576 0.736c9.504 12.416 25.216 19.968 25.376 20.064 11.808 5.28 24.416 8.448 37.312 9.408-0.288 44.768-20.736 91.168-56.704 128.384l-0.128 0.032zM520.768 633.024c-30.976 0-41.856-9.984-52-22.048-50.304-59.968-105.952-69.824-127.552-71.264-6.912-0.448-13.696-0.672-20.192-0.672-5.44 0-10.784 0.128-15.968 0.48 25.056-8.544 51.36-12.896 77.824-12.96 55.488 0 108.928 19.648 158.752 58.4 20.32 15.808 35.264 27.008 48.192 36-6.304 1.856-14.784 4.256-25.504 7.168l-4.096 1.12c-12.992 2.304-26.176 3.584-39.392 3.776h-0.064zM540.096 746.464c-3.264-2.88-8.192-7.456-13.312-12.096 4.704-11.904 8.224-24.256 10.56-36.864 2.432-13.28 3.936-30.72 4.64-39.936 14.72-2.208 29.28-5.312 43.616-9.28 17.28-4.96 30.592-10.592 40.096-17.024-29.632 74.016-72.544 106.496-85.6 115.136v0.064zM642.624 577.216c-4.416-36.448-19.168-81.568-24.96-99.104-0.608-2.048-1.12-3.52-1.472-4.608-0.416-1.376-1.76-5.088-4.48-12.672-7.104-19.84-21.952-61.088-24.576-73.28-3.808-17.952 4.768-42.624 10.24-44.768 1.664-0.64 3.456-0.96 5.28-0.96 10.080 0 22.528 9.504 32.384 24.864 11.904 18.432 18.976 42.88 19.904 68.608 2.048 56.128-3.168 103.008-12.288 141.92z"],"attrs":[{}],"width":704,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["jitsi"],"colorPermutations":{"12552552551":[{}]}},"attrs":[{}],"properties":{"order":74,"id":1,"name":"jitsi","prevSize":32,"code":59663},"setIdx":4,"setId":7,"iconIdx":1},{"icon":{"paths":["M512 16.288c-282.304 0-512 229.696-512 512 0 210.624 132.032 402.432 328.448 477.248 8.192 3.264 17.408 2.752 25.344-1.088 7.936-3.904 13.952-10.816 16.576-19.264l96-306.56c4.544-14.528-1.728-30.272-15.040-37.568-41.536-22.912-67.328-66.112-67.328-112.768 0-70.592 57.408-128 128-128s128 57.408 128 128c0 46.656-25.792 89.856-67.328 112.832-13.312 7.296-19.648 23.040-15.040 37.568l96 306.56c2.624 8.448 8.64 15.36 16.576 19.264 4.416 2.112 9.216 3.2 13.952 3.2 3.84 0 7.744-0.704 11.392-2.112 196.48-74.88 328.448-266.688 328.448-477.312 0-282.304-229.696-512-512-512z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["open-source"],"colorPermutations":{"12552552551":[{}]}},"attrs":[{}],"properties":{"order":4,"id":0,"name":"open-source","prevSize":32,"code":59662},"setIdx":4,"setId":7,"iconIdx":2},{"icon":{"paths":["M146.286 329.143c0 20-16.571 36.571-36.571 36.571-20.571 0-36.571-16.571-36.571-36.571 0-20.571 16-36.571 36.571-36.571 20 0 36.571 16 36.571 36.571zM237.714 621.714v-365.714c0-20-16.571-36.571-36.571-36.571h-164.571c-20 0-36.571 16.571-36.571 36.571v365.714c0 20 16.571 36.571 36.571 36.571h164.571c20 0 36.571-16.571 36.571-36.571zM882.857 536.571c19.429 21.714 31.429 54.857 31.429 85.143-0.571 59.429-50.286 109.714-109.714 109.714h-158.286c4.571 18.286 10.286 24 16.571 36.571 14.857 29.714 32 62.857 32 109.714 0 44 0 146.286-128 146.286-9.714 0-18.857-4-25.714-10.857-24.571-24-31.429-59.429-37.714-93.143-6.857-33.143-13.143-67.429-35.429-89.714-17.714-17.714-37.143-42.286-57.714-68.571-25.143-33.143-80-101.143-101.143-102.857-18.857-1.714-34.857-17.714-34.857-36.571v-366.286c0-20 17.143-36 36.571-36.571 20-0.571 54.286-12.571 90.286-25.143 61.714-21.143 138.857-48 220.571-48h73.714c50.286 0.571 88 15.429 112.571 44.571 21.714 25.714 31.429 60.571 28 103.429 14.286 13.714 25.143 32.571 30.857 53.714 6.286 22.857 6.286 45.714 0 66.857 17.143 22.857 25.714 49.714 24.571 78.286 0 8-2.286 25.143-8.571 43.429z"],"attrs":[{}],"width":914,"isMulticolor":false,"isMulticolor2":false,"tags":["thumbs-down"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":10,"prevSize":28,"code":59709,"name":"thumbs-down"},"setIdx":9,"setId":1,"iconIdx":0},{"icon":{"paths":["M146.286 768c0-20-16.571-36.571-36.571-36.571-20.571 0-36.571 16.571-36.571 36.571 0 20.571 16 36.571 36.571 36.571 20 0 36.571-16 36.571-36.571zM237.714 475.429v365.714c0 20-16.571 36.571-36.571 36.571h-164.571c-20 0-36.571-16.571-36.571-36.571v-365.714c0-20 16.571-36.571 36.571-36.571h164.571c20 0 36.571 16.571 36.571 36.571zM914.286 475.429c0 30.286-12 62.857-31.429 85.143 6.286 18.286 8.571 35.429 8.571 43.429 1.143 28.571-7.429 55.429-24.571 78.286 6.286 21.143 6.286 44 0 66.857-5.714 21.143-16.571 40-30.857 53.714 3.429 42.857-6.286 77.714-28 103.429-24.571 29.143-62.286 44-112.571 44.571h-73.714c-81.714 0-158.857-26.857-220.571-48-36-12.571-70.286-24.571-90.286-25.143-19.429-0.571-36.571-16.571-36.571-36.571v-366.286c0-18.857 16-34.857 34.857-36.571 21.143-1.714 76-69.714 101.143-102.857 20.571-26.286 40-50.857 57.714-68.571 22.286-22.286 28.571-56.571 35.429-89.714 6.286-33.714 13.143-69.143 37.714-93.143 6.857-6.857 16-10.857 25.714-10.857 128 0 128 102.286 128 146.286 0 46.857-16.571 80-32 109.714-6.286 12.571-12 18.286-16.571 36.571h158.286c59.429 0 109.714 50.286 109.714 109.714z"],"attrs":[{}],"width":914,"isMulticolor":false,"isMulticolor2":false,"tags":["thumbs-up"],"grid":14},"attrs":[{}],"properties":{"order":2,"id":9,"prevSize":28,"code":59710,"name":"thumbs-up"},"setIdx":9,"setId":1,"iconIdx":1},{"icon":{"paths":["M548.571 146.286c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM1024 676.571v201.143c0 7.429-4.571 14.286-11.429 17.143-2.286 0.571-4.571 1.143-6.857 1.143-4.571 0-9.143-1.714-13.143-5.143l-53.143-53.143c-89.714 108-250.857 177.143-427.429 177.143s-337.714-69.143-427.429-177.143l-53.143 53.143c-3.429 3.429-8.571 5.143-13.143 5.143-2.286 0-4.571-0.571-6.857-1.143-6.857-2.857-11.429-9.714-11.429-17.143v-201.143c0-10.286 8-18.286 18.286-18.286h201.143c7.429 0 14.286 4.571 17.143 11.429s1.143 14.286-4 20l-57.143 57.143c51.429 69.143 150.286 119.429 263.429 134.857v-369.714h-109.714c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h109.714v-93.143c-43.429-25.143-73.143-72-73.143-126.286 0-80.571 65.714-146.286 146.286-146.286s146.286 65.714 146.286 146.286c0 54.286-29.714 101.143-73.143 126.286v93.143h109.714c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-109.714v369.714c113.143-15.429 212-65.714 263.429-134.857l-57.143-57.143c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h201.143c10.286 0 18.286 8 18.286 18.286z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["anchor"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":3,"name":"anchor","prevSize":28,"code":59693},"setIdx":9,"setId":1,"iconIdx":2},{"icon":{"paths":["M445.714 269.714c0 64-33.143 140-106.857 140-92.571 0-148.571-116.571-148.571-196.571 0-64 33.143-140 106.857-140 93.143 0 148.571 116.571 148.571 196.571zM250.286 545.714c0 55.429-29.143 113.143-92 113.143-91.429 0-158.286-112-158.286-194.857 0-55.429 29.714-113.714 92-113.714 91.429 0 158.286 112.571 158.286 195.429zM475.429 530.286c140 0 329.143 201.714 329.143 336.571 0 72.571-59.429 84-117.714 84-76.571 0-138.286-51.429-211.429-51.429-76.571 0-141.714 50.857-224.571 50.857-55.429 0-104.571-18.857-104.571-83.429 0-135.429 189.143-336.571 329.143-336.571zM612 409.714c-73.714 0-106.857-76-106.857-140 0-80 55.429-196.571 148.571-196.571 73.714 0 106.857 76 106.857 140 0 80-56 196.571-148.571 196.571zM858.857 350.286c62.286 0 92 58.286 92 113.714 0 82.857-66.857 194.857-158.286 194.857-62.857 0-92-57.714-92-113.143 0-82.857 66.857-195.429 158.286-195.429z"],"attrs":[{}],"width":951,"isMulticolor":false,"isMulticolor2":false,"tags":["paw"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":28,"code":59659,"name":"paw"},"setIdx":9,"setId":1,"iconIdx":3},{"icon":{"paths":["M864 128l-480 480-224-224-160 160 384 384 640-640z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["checkmark","tick","correct","accept","ok"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":84,"prevSize":32,"code":59749,"name":"checkmark"},"setIdx":10,"setId":0,"iconIdx":0},{"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-32z","M640 768h-256v-64h64v-192h-64v-64h192v256h64z","M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["info","information"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":83,"name":"info","prevSize":32,"code":59649},"setIdx":10,"setId":0,"iconIdx":1},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["question","help","support"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":82,"name":"question","prevSize":32,"code":59652},"setIdx":10,"setId":0,"iconIdx":2},{"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.648v0z","M576 832c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M512 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"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["warning","sign"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":81,"name":"warning","prevSize":32,"code":59711},"setIdx":10,"setId":0,"iconIdx":3},{"icon":{"paths":["M832 736l96 96 320-320-320-320-96 96 224 224z","M448 288l-96-96-320 320 320 320 96-96-224-224z","M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"],"attrs":[{},{},{}],"width":1280,"isMulticolor":false,"isMulticolor2":false,"tags":["embed","code","html","xml"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":80,"name":"code","prevSize":32,"code":59722},"setIdx":10,"setId":0,"iconIdx":4},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["checkbox-unchecked","checkbox","unchecked","square"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":79,"name":"checkbox-unchecked","prevSize":32,"code":59726},"setIdx":10,"setId":0,"iconIdx":5},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-full","rate","star","favorite","bookmark"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":78,"prevSize":32,"code":59727,"name":"star-full"},"setIdx":10,"setId":0,"iconIdx":6},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-empty","rate","star","favorite","bookmark"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":77,"prevSize":32,"code":59728,"name":"star-empty"},"setIdx":10,"setId":0,"iconIdx":7},{"icon":{"paths":["M192 0v1024l320-320 320 320v-1024z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["bookmark","ribbon"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":76,"prevSize":32,"code":59729,"name":"bookmark"},"setIdx":10,"setId":0,"iconIdx":8},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cog","gear","preferences","settings","generate","control","options"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":75,"prevSize":32,"code":59730,"name":"cog"},"setIdx":10,"setId":0,"iconIdx":9},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["key","password","login","signin"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":74,"name":"key","prevSize":32,"code":59731},"setIdx":10,"setId":0,"iconIdx":10},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["zoom-in","magnifier","magnifier-plus","enlarge"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":73,"name":"zoom-in","prevSize":32,"code":59732},"setIdx":10,"setId":0,"iconIdx":11},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["zoom-out","magnifier","magnifier-minus","reduce"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":72,"name":"zoom-out","prevSize":32,"code":59733},"setIdx":10,"setId":0,"iconIdx":12},{"icon":{"paths":["M576 448h416l-160-160 192-192-96-96-192 192-160-160z","M576 576v416l160-160 192 192 96-96-192-192 160-160z","M448 575.996h-416l160 160-192 192 96 96 192-192 160 160z","M448 448v-416l-160 160-192-192-96 96 192 192-160 160z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["shrink","collapse","minimize","contract"],"grid":16},"attrs":[{},{},{},{}],"properties":{"order":1,"id":71,"prevSize":32,"code":59734,"name":"shrink"},"setIdx":10,"setId":0,"iconIdx":13},{"icon":{"paths":["M256 64h512v128h-512v-128z","M960 256h-896c-35.2 0-64 28.8-64 64v320c0 35.2 28.794 64 64 64h192v256h512v-256h192c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM128 448c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.652 64-64 64zM704 896h-384v-320h384v320z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["printer","print"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":70,"prevSize":32,"code":59735,"name":"printer"},"setIdx":10,"setId":0,"iconIdx":14},{"icon":{"paths":["M690.22 471.682c-60.668-28.652-137.97-34.42-194.834 6.048 69.14-6.604 144.958 4.838 195.106 57.124 48-55.080 124.116-65.406 192.958-59.732-57.488-38.144-133.22-33.024-193.23-3.44v0zM665.646 605.75c-68.376-1.578-134.434 23.172-191.1 60.104-107.176-45.588-242.736-37.124-334.002 38.982 26.33-0.934 52.006-7.446 78.056-10.792 95.182-9.488 196.588 14.142 268.512 79.824 29.772-43.542 71.644-78.242 119.652-99.922 63.074-30.52 134.16-33.684 202.82-34.52-41.688-28.648-94.614-33.954-143.938-33.676z","M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["file-openoffice","file","file-format"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":69,"name":"file-openoffice","prevSize":32,"code":59736},"setIdx":10,"setId":0,"iconIdx":15},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["user","profile","avatar","person","member"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":68,"name":"user","prevSize":32,"code":59737},"setIdx":10,"setId":0,"iconIdx":16},{"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.464z","M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["file-excel","file","file-format","xlc"],"grid":16},"attrs":[{},{}],"properties":{"order":3,"id":67,"name":"file-excel","prevSize":32,"code":59738},"setIdx":10,"setId":0,"iconIdx":17},{"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.832z","M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["file-word","file","file-format","word","docx"],"grid":16},"attrs":[{},{}],"properties":{"order":4,"id":66,"name":"file-word","prevSize":32,"code":59739},"setIdx":10,"setId":0,"iconIdx":18},{"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.332v0z","M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["file-pdf","file","file-format"],"grid":16},"attrs":[{},{}],"properties":{"order":5,"id":65,"name":"file-pdf","prevSize":32,"code":59740},"setIdx":10,"setId":0,"iconIdx":19},{"icon":{"paths":["M832 896h-640v-128l192-320 263 320 185-128v256z","M832 480c0 53.020-42.98 96-96 96-53.022 0-96-42.98-96-96s42.978-96 96-96c53.020 0 96 42.98 96 96z","M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["file-picture","file","document","file-image"],"grid":16},"attrs":[{},{},{}],"properties":{"order":6,"id":64,"name":"file-picture","prevSize":32,"code":59741},"setIdx":10,"setId":0,"iconIdx":20},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["file-empty","file","document","paper","page","new","empty","blank"],"grid":16},"attrs":[{}],"properties":{"order":7,"id":63,"name":"file-blank","prevSize":32,"code":59742},"setIdx":10,"setId":0,"iconIdx":21},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 480l224 224h-160v256h-128v-256h-160l224-224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-upload","directory","folder-load"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":62,"prevSize":32,"code":59743,"name":"folder-upload"},"setIdx":10,"setId":0,"iconIdx":22},{"icon":{"paths":["M480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64zM224 320l256-256 256 256h-160v320h-192v-320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["upload","load","open"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":61,"prevSize":32,"code":59744,"name":"upload"},"setIdx":10,"setId":0,"iconIdx":23},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-upload","cloud","load","upload"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":60,"prevSize":32,"code":59745,"name":"cloud-upload"},"setIdx":10,"setId":0,"iconIdx":24},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 864l-224-224h160v-256h128v256h160l-224 224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-download","directory","folder-save"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":59,"name":"folder-download","prevSize":32,"code":59746},"setIdx":10,"setId":0,"iconIdx":25},{"icon":{"paths":["M736 448l-256 256-256-256h160v-384h192v384zM480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["download","save","store"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":58,"name":"download","prevSize":32,"code":59747},"setIdx":10,"setId":0,"iconIdx":26},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud-download","cloud","save","download"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":57,"name":"cloud-download","prevSize":32,"code":59748},"setIdx":10,"setId":0,"iconIdx":27},{"icon":{"paths":["M512 128c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448zM512 936c-198.824 0-360-161.178-360-360 0-198.824 161.176-360 360-360 198.822 0 360 161.176 360 360 0 198.822-161.178 360-360 360zM934.784 287.174c16.042-28.052 25.216-60.542 25.216-95.174 0-106.040-85.96-192-192-192-61.818 0-116.802 29.222-151.92 74.596 131.884 27.236 245.206 105.198 318.704 212.578v0zM407.92 74.596c-35.116-45.374-90.102-74.596-151.92-74.596-106.040 0-192 85.96-192 192 0 34.632 9.174 67.122 25.216 95.174 73.5-107.38 186.822-185.342 318.704-212.578z","M512 576v-256h-64v320h256v-64z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["alarm","time","clock"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":56,"prevSize":32,"code":59648,"name":"alarm"},"setIdx":10,"setId":0,"iconIdx":28},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calculator","compute","math","arithmetic","sum"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":54,"prevSize":32,"code":59665,"name":"calculator"},"setIdx":10,"setId":0,"iconIdx":29},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h416v-448h-128v-128h128v-64c0-105.8 86.2-192 192-192h128v128h-128c-35.2 0-64 28.8-64 64v64h192l-32 128h-160v448h288c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["facebook","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":53,"prevSize":32,"code":59667,"name":"facebook-full"},"setIdx":10,"setId":0,"iconIdx":30},{"icon":{"paths":["M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["feed","rss","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":52,"prevSize":32,"code":59687,"name":"feed"},"setIdx":10,"setId":0,"iconIdx":31},{"icon":{"paths":["M1024 960v-64h-64v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-64v64h-64v64h1088v-64h-64z","M512 0h64l512 320v64h-1088v-64l512-320z"],"attrs":[{},{}],"width":1088,"isMulticolor":false,"isMulticolor2":false,"tags":["library","bank","building"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":51,"prevSize":32,"code":59689,"name":"library"},"setIdx":10,"setId":0,"iconIdx":32},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["office","buildings","work"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":50,"prevSize":32,"code":59690,"name":"office"},"setIdx":10,"setId":0,"iconIdx":33},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["attachment","paperclip"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":49,"prevSize":32,"code":59691,"name":"attachment"},"setIdx":10,"setId":0,"iconIdx":34},{"icon":{"paths":["M1024 0h-416l160 160-192 192 96 96 192-192 160 160z","M1024 1024v-416l-160 160-192-192-96 96 192 192-160 160z","M0 1024h416l-160-160 192-192-96-96-192 192-160-160z","M0 0v416l160-160 192 192 96-96-192-192 160-160z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["enlarge","expand","maximize","fullscreen"],"grid":16},"attrs":[{},{},{},{}],"properties":{"order":1,"id":48,"prevSize":32,"code":59692,"name":"enlarge"},"setIdx":10,"setId":0,"iconIdx":35},{"icon":{"paths":["M945.942 14.058c-18.746-18.744-49.136-18.744-67.882 0l-202.164 202.164c-51.938-15.754-106.948-24.222-163.896-24.222-223.318 0-416.882 130.042-512 320 41.122 82.124 100.648 153.040 173.022 207.096l-158.962 158.962c-18.746 18.746-18.746 49.136 0 67.882 9.372 9.374 21.656 14.060 33.94 14.060s24.568-4.686 33.942-14.058l864-864c18.744-18.746 18.744-49.138 0-67.884zM416 320c42.24 0 78.082 27.294 90.92 65.196l-121.724 121.724c-37.902-12.838-65.196-48.68-65.196-90.92 0-53.020 42.98-96 96-96zM110.116 512c38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 54.89 17.286 105.738 46.7 147.418l-60.924 60.924c-52.446-36.842-97.202-83.882-131.66-138.342z","M768 442c0-27.166-4.256-53.334-12.102-77.898l-321.808 321.808c24.568 7.842 50.742 12.090 77.91 12.090 141.382 0 256-114.618 256-256z","M830.026 289.974l-69.362 69.362c1.264 0.786 2.53 1.568 3.786 2.368 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-38.664 0-76.902-4.76-113.962-14.040l-76.894 76.894c59.718 21.462 123.95 33.146 190.856 33.146 223.31 0 416.876-130.042 512-320-45.022-89.916-112.118-166.396-193.974-222.026z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-blocked","views","vision","visit","banned","blocked","forbidden","private"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":47,"prevSize":32,"code":59694,"name":"eye-off"},"setIdx":10,"setId":0,"iconIdx":36},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye","views","vision","visit"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":46,"prevSize":32,"code":59695,"name":"eye"},"setIdx":10,"setId":0,"iconIdx":37},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["share","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":45,"prevSize":32,"code":59697,"name":"share"},"setIdx":10,"setId":0,"iconIdx":38},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["search","magnifier","magnifying-glass","inspect","find"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":44,"prevSize":32,"code":59705,"name":"search"},"setIdx":10,"setId":0,"iconIdx":39},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["pencil","write","edit"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":43,"prevSize":32,"code":59708,"name":"pencil"},"setIdx":10,"setId":0,"iconIdx":40},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["unlocked","lock-open"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":42,"prevSize":32,"code":59719,"name":"lock-open"},"setIdx":10,"setId":0,"iconIdx":41},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["lock","secure","private","encrypted"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":41,"prevSize":32,"code":59720,"name":"lock"},"setIdx":10,"setId":0,"iconIdx":42},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["equalizer","sliders","settings","preferences","dashboard","control"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":40,"prevSize":32,"code":59721,"name":"equalizer"},"setIdx":10,"setId":0,"iconIdx":43},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["switch"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":39,"name":"switch","prevSize":32,"code":59723},"setIdx":10,"setId":0,"iconIdx":44},{"icon":{"paths":["M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32z","M928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["loop","repeat","player","reload","refresh","update","synchronize","arrows"],"grid":16},"attrs":[{},{}],"properties":{"order":2,"id":38,"name":"loop","prevSize":32,"code":59724},"setIdx":10,"setId":0,"iconIdx":45},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["spinner","loading","loading-wheel","refresh","repeat","busy","wait","arrow"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":37,"name":"refresh","prevSize":32,"code":59725},"setIdx":10,"setId":0,"iconIdx":46},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["bullhorn","megaphone","announcement","advertisement","news"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":36,"prevSize":32,"code":59716,"name":"bullhorn"},"setIdx":10,"setId":0,"iconIdx":47},{"icon":{"paths":["M128 320v640c0 35.2 28.8 64 64 64h576c35.2 0 64-28.8 64-64v-640h-704zM320 896h-64v-448h64v448zM448 896h-64v-448h64v448zM576 896h-64v-448h64v448zM704 896h-64v-448h64v448z","M848 128h-208v-80c0-26.4-21.6-48-48-48h-224c-26.4 0-48 21.6-48 48v80h-208c-26.4 0-48 21.6-48 48v80h832v-80c0-26.4-21.6-48-48-48zM576 128h-192v-63.198h192v63.198z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["bin","trashcan","remove","delete","recycle","dispose"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":35,"name":"bin","prevSize":32,"code":59717},"setIdx":10,"setId":0,"iconIdx":48},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cross","cancel","close","quit","remove"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":34,"prevSize":32,"name":"cross","code":59703},"setIdx":10,"setId":0,"iconIdx":49},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["checkbox-checked","checkbox","tick","checked","selected"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":33,"prevSize":32,"name":"checkbox-checked","code":59704},"setIdx":10,"setId":0,"iconIdx":50},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["sphere","globe","internet"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":31,"name":"globe","prevSize":32,"code":59706},"setIdx":10,"setId":0,"iconIdx":51},{"icon":{"paths":["M966.8 233.6c0 3.2-1 6.2-3 9-2 2.6-4.2 4-6.8 4-20 2-36.4 8.4-49 19.2-12.8 10.8-25.8 31.8-39.2 62.4l-206.4 465.4c-1.4 4.4-5.2 6.4-11.4 6.4-4.8 0-8.6-2.2-11.4-6.4l-115.8-242-133.2 242c-2.8 4.4-6.4 6.4-11.4 6.4-6 0-9.8-2.2-11.8-6.4l-202.6-465.2c-12.6-28.8-26-49-40-60.4s-33.6-18.6-58.6-21.2c-2.2 0-4.2-1.2-6-3.4-2-2.2-2.8-4.8-2.8-7.8 0-7.6 2.2-11.4 6.4-11.4 18 0 37 0.8 56.8 2.4 18.4 1.6 35.6 2.4 51.8 2.4 16.4 0 36-0.8 58.4-2.4 23.4-1.6 44.2-2.4 62.4-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.4 11.2-4 11.2c-18 1.4-32.4 6-42.8 13.8s-15.6 18-15.6 30.8c0 6.4 2.2 14.6 6.4 24.2l167.4 378.4 95.2-179.6-88.6-185.8c-16-33.2-29-54.6-39.2-64.2s-25.8-15.4-46.6-17.6c-2 0-3.6-1.2-5.4-3.4s-2.6-4.8-2.6-7.8c0-7.6 1.8-11.4 5.6-11.4 18 0 34.6 0.8 49.8 2.4 14.6 1.6 30 2.4 46.6 2.4 16.2 0 33.2-0.8 51.4-2.4 18.6-1.6 37-2.4 55-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.2 11.2-4 11.2c-36.2 2.4-54.2 12.8-54.2 30.8 0 8 4.2 20.6 12.6 37.6l58.6 119 58.4-108.8c8-15.4 12.2-28.4 12.2-38.8 0-24.8-18-38-54.2-39.6-3.2 0-4.8-3.8-4.8-11.2 0-2.8 0.8-5.2 2.4-7.6s3.2-3.6 4.8-3.6c13 0 28.8 0.8 47.8 2.4 18 1.6 33 2.4 44.6 2.4 8.4 0 20.6-0.8 36.8-2 20.4-1.8 37.6-2.8 51.4-2.8 3.2 0 4.8 3.2 4.8 9.6 0 8.6-3 13-8.8 13-21 2.2-38 8-50.8 17.4s-28.8 30.8-48 64.4l-78.2 143.2 105.2 214.4 155.4-361.4c5.4-13.2 8-25.4 8-36.4 0-26.4-18-40.4-54.2-42.2-3.2 0-4.8-3.8-4.8-11.2 0-7.6 2.4-11.4 7.2-11.4 13.2 0 28.8 0.8 47 2.4 16.8 1.6 30.8 2.4 42 2.4 12 0 25.6-0.8 41.2-2.4 16.2-1.6 30.8-2.4 43.8-2.4 4 0 6 3.2 6 9.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["wikipedia","brand"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":30,"name":"wikipedia","prevSize":32,"code":59707},"setIdx":10,"setId":0,"iconIdx":52},{"icon":{"paths":["M1013.8 307.2c0 0-10-70.6-40.8-101.6-39-40.8-82.6-41-102.6-43.4-143.2-10.4-358.2-10.4-358.2-10.4h-0.4c0 0-215 0-358.2 10.4-20 2.4-63.6 2.6-102.6 43.4-30.8 31-40.6 101.6-40.6 101.6s-10.2 82.8-10.2 165.8v77.6c0 82.8 10.2 165.8 10.2 165.8s10 70.6 40.6 101.6c39 40.8 90.2 39.4 113 43.8 82 7.8 348.2 10.2 348.2 10.2s215.2-0.4 358.4-10.6c20-2.4 63.6-2.6 102.6-43.4 30.8-31 40.8-101.6 40.8-101.6s10.2-82.8 10.2-165.8v-77.6c-0.2-82.8-10.4-165.8-10.4-165.8zM406.2 644.8v-287.8l276.6 144.4-276.6 143.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["youtube","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":29,"prevSize":32,"code":59702,"name":"youtube"},"setIdx":10,"setId":0,"iconIdx":53},{"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.388z","M327.196 795.328c55.31-36.15 124.080-63.636 199.788-80.414-15.054-17.784-28.708-37.622-40.492-59.020-30.414-55.234-46.492-116.058-46.492-175.894 0-86.042 0-167.31 30.6-233.762 29.706-64.504 83.128-104.496 159.222-119.488-16.914-76.48-61.94-126.75-181.822-126.75-192 0-192 128.942-192 288 0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h279.006c14.518-12.91 30.596-25.172 48.19-36.672z"],"attrs":[{},{}],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["users","group","team","members","community","collaborate"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":28,"name":"users","prevSize":32,"code":59700},"setIdx":10,"setId":0,"iconIdx":54},{"icon":{"paths":["M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64z","M224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["book","read","reading"],"grid":16},"attrs":[{},{}],"properties":{"order":2,"id":27,"name":"book","prevSize":32,"code":59701},"setIdx":10,"setId":0,"iconIdx":55},{"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"],"attrs":[{}],"width":1152,"isMulticolor":false,"isMulticolor2":false,"tags":["bubbles","comments","chat","talk"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":26,"prevSize":32,"code":59696,"name":"bubbles"},"setIdx":10,"setId":0,"iconIdx":56},{"icon":{"paths":["M0 192l320-128v768l-320 128z","M384 32l320 192v736l-320-160z","M768 224l256-192v768l-256 192z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["map","guide"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":25,"name":"map","prevSize":32,"code":59668},"setIdx":10,"setId":0,"iconIdx":57},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["compass","direction","location"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":24,"name":"compass","prevSize":32,"code":59669},"setIdx":10,"setId":0,"iconIdx":58},{"icon":{"paths":["M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["folder-open","directory","category","browse"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":23,"name":"folder-open","prevSize":32,"code":59670},"setIdx":10,"setId":0,"iconIdx":59},{"icon":{"paths":["M448 128l128 128h448v704h-1024v-832z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["folder","directory","category","browse"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":22,"name":"folder","prevSize":32,"code":59671},"setIdx":10,"setId":0,"iconIdx":60},{"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","M736 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 32z","M800 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"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["drawer","box","inbox","archive","category"],"grid":16},"attrs":[{},{},{}],"properties":{"order":3,"id":21,"name":"drawer","prevSize":32,"code":59672},"setIdx":10,"setId":0,"iconIdx":61},{"icon":{"paths":["M128 128h768v768h-768z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["stop","player","square"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":20,"name":"stop","prevSize":32,"code":59673},"setIdx":10,"setId":0,"iconIdx":62},{"icon":{"paths":["M512.008 12.642c-282.738 0-512.008 229.218-512.008 511.998 0 226.214 146.704 418.132 350.136 485.836 25.586 4.738 34.992-11.11 34.992-24.632 0-12.204-0.48-52.542-0.696-95.324-142.448 30.976-172.504-60.41-172.504-60.41-23.282-59.176-56.848-74.916-56.848-74.916-46.452-31.778 3.51-31.124 3.51-31.124 51.4 3.61 78.476 52.766 78.476 52.766 45.672 78.27 119.776 55.64 149.004 42.558 4.588-33.086 17.852-55.68 32.506-68.464-113.73-12.942-233.276-56.85-233.276-253.032 0-55.898 20.004-101.574 52.76-137.428-5.316-12.9-22.854-64.972 4.952-135.5 0 0 43.006-13.752 140.84 52.49 40.836-11.348 84.636-17.036 128.154-17.234 43.502 0.198 87.336 5.886 128.256 17.234 97.734-66.244 140.656-52.49 140.656-52.49 27.872 70.528 10.35 122.6 5.036 135.5 32.82 35.856 52.694 81.532 52.694 137.428 0 196.654-119.778 239.95-233.79 252.624 18.364 15.89 34.724 47.046 34.724 94.812 0 68.508-0.596 123.644-0.596 140.508 0 13.628 9.222 29.594 35.172 24.566 203.322-67.776 349.842-259.626 349.842-485.768 0-282.78-229.234-511.998-511.992-511.998z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["github","brand","octacat","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":19,"name":"github","prevSize":32,"code":59674},"setIdx":10,"setId":0,"iconIdx":63},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["clock","time","schedule"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":18,"name":"clock","prevSize":32,"code":59675},"setIdx":10,"setId":0,"iconIdx":64},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar","date","schedule","time","day"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":17,"name":"calendar","prevSize":32,"code":59676},"setIdx":10,"setId":0,"iconIdx":65},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM288 672c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zM736 672c-88.4 0-160-71.6-160-160s71.6-160 160-160c88.4 0 160 71.6 160 160s-71.6 160-160 160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["flickr","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":16,"name":"flickr","prevSize":32,"code":59677},"setIdx":10,"setId":0,"iconIdx":66},{"icon":{"paths":["M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0z","M512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6z","M846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["instagram","brand","social"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":15,"name":"instagram","prevSize":32,"code":59678},"setIdx":10,"setId":0,"iconIdx":67},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter","brand","tweet","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":14,"name":"twitter","prevSize":32,"code":59679},"setIdx":10,"setId":0,"iconIdx":68},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["newspaper","news","paper"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":13,"name":"newspaper","prevSize":32,"code":59680},"setIdx":10,"setId":0,"iconIdx":69},{"icon":{"paths":["M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cart","purchase","ecommerce","shopping"],"grid":16},"attrs":[{},{},{}],"properties":{"order":1,"id":12,"name":"cart","prevSize":32,"code":59681},"setIdx":10,"setId":0,"iconIdx":70},{"icon":{"paths":["M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["home","house"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":11,"name":"home","prevSize":32,"code":59682},"setIdx":10,"setId":0,"iconIdx":71},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z","M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["link","chain","url","uri","anchor"],"grid":16},"attrs":[{},{}],"properties":{"order":43,"id":10,"prevSize":32,"code":59666,"name":"link"},"setIdx":10,"setId":0,"iconIdx":72},{"icon":{"paths":["M384 0l-384 512h384l-256 512 896-640h-512l384-384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["power","lightning","bolt","electricity"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":9,"prevSize":32,"code":59660,"name":"power"},"setIdx":10,"setId":0,"iconIdx":73},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["rocket","jet","speed","spaceship","fast"],"grid":16},"attrs":[{}],"properties":{"order":54,"id":7,"name":"rocket","prevSize":32,"code":59718},"setIdx":10,"setId":0,"iconIdx":74},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["location","map-marker","pin"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":6,"prevSize":32,"code":59654,"name":"location"},"setIdx":10,"setId":0,"iconIdx":75},{"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"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["phone","telephone","contact","support","call"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":5,"name":"phone","prevSize":32,"code":59655},"setIdx":10,"setId":0,"iconIdx":76},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 832h-128v-448h128v448zM320 320c-35.4 0-64-28.6-64-64s28.6-64 64-64c35.4 0 64 28.6 64 64s-28.6 64-64 64zM832 832h-128v-256c0-35.4-28.6-64-64-64s-64 28.6-64 64v256h-128v-448h128v79.4c26.4-36.2 66.8-79.4 112-79.4 79.6 0 144 71.6 144 160v288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["linkedin","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":4,"prevSize":32,"code":59651,"name":"linkedin"},"setIdx":10,"setId":0,"iconIdx":77},{"icon":{"paths":["M608 192h160v-192h-160c-123.514 0-224 100.486-224 224v96h-128v192h128v512h192v-512h160l32-192h-192v-96c0-17.346 14.654-32 32-32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["facebook","brand","social"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":0,"name":"facebook","prevSize":32,"code":59650},"setIdx":10,"setId":0,"iconIdx":78}],"height":1024,"metadata":{"name":"pirati-ui"},"preferences":{"showGlyphs":true,"showCodes":false,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"ico--","metadata":{"fontFamily":"pirati-ui","majorVersion":2,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"showSelector":true,"cssVars":true,"cssVarsFormat":"scss","showMetrics":true,"showMetadata":true,"showVersion":true,"selector":"","classSelector":".icon"},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"icomoon","classSelector":".icon"},"historySize":50,"showLiga":false,"gridSize":16}} \ No newline at end of file diff --git a/source/icons/style.css b/source/icons/style.css index 4ec54a9..e1c3858 100644 --- a/source/icons/style.css +++ b/source/icons/style.css @@ -1,10 +1,10 @@ @font-face { font-family: 'pirati-ui'; - src: url('fonts/pirati-ui.eot?uj7vjb'); - src: url('fonts/pirati-ui.eot?uj7vjb#iefix') format('embedded-opentype'), - url('fonts/pirati-ui.ttf?uj7vjb') format('truetype'), - url('fonts/pirati-ui.woff?uj7vjb') format('woff'), - url('fonts/pirati-ui.svg?uj7vjb#pirati-ui') format('svg'); + src: url('fonts/pirati-ui.eot?yrftuk'); + src: url('fonts/pirati-ui.eot?yrftuk#iefix') format('embedded-opentype'), + url('fonts/pirati-ui.ttf?yrftuk') format('truetype'), + url('fonts/pirati-ui.woff?yrftuk') format('woff'), + url('fonts/pirati-ui.svg?yrftuk#pirati-ui') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -25,12 +25,6 @@ -moz-osx-font-smoothing: grayscale; } -.ico--lock-open:before { - content: "\e949"; -} -.ico--lock:before { - content: "\e94a"; -} .ico--dots-three-vertical:before { content: "\e940"; } @@ -40,12 +34,12 @@ .ico--log-out:before { content: "\e942"; } +.ico--envelope:before { + content: "\e908"; +} .ico--pin:before { content: "\e943"; } -.ico--edit-pencil:before { - content: "\e929"; -} .ico--at:before { content: "\e905"; } @@ -58,151 +52,214 @@ .ico--thermometer:before { content: "\e90a"; } +.ico--menu:before { + content: "\e933"; +} +.ico--chevron-right:before { + content: "\e923"; +} +.ico--chevron-left:before { + content: "\e924"; +} +.ico--chevron-down:before { + content: "\e925"; +} +.ico--chevron-up:before { + content: "\e926"; +} +.ico--link-horizontal:before { + content: "\e910"; +} +.ico--beer:before { + content: "\e909"; +} .ico--pirati:before { content: "\e90d"; } -.ico--stackshare:before { +.ico--jitsi:before { content: "\e90f"; } .ico--open-source:before { content: "\e90e"; } -.ico--search:before { - content: "\e913"; +.ico--thumbs-down:before { + content: "\e93d"; } -.ico--switch:before { - content: "\e94b"; +.ico--thumbs-up:before { + content: "\e93e"; } -.ico--loop:before { - content: "\e94c"; +.ico--anchor:before { + content: "\e92d"; } -.ico--repeat:before { - content: "\e94c"; +.ico--paw:before { + content: "\e90b"; } -.ico--player:before { - content: "\e94c"; +.ico--checkmark:before { + content: "\e965"; } -.ico--reload:before { - content: "\e94c"; +.ico--info:before { + content: "\e901"; } -.ico--refresh:before { - content: "\e94c"; +.ico--question:before { + content: "\e904"; } -.ico--update:before { - content: "\e94c"; +.ico--warning:before { + content: "\e93f"; } -.ico--synchronize:before { - content: "\e94c"; +.ico--code:before { + content: "\e94a"; } -.ico--arrows:before { - content: "\e94c"; +.ico--checkbox-unchecked:before { + content: "\e94e"; } -.ico--spinner:before { - content: "\e94d"; +.ico--star-full:before { + content: "\e94f"; } -.ico--loading:before { - content: "\e94d"; +.ico--star-empty:before { + content: "\e950"; } -.ico--loading-wheel:before { - content: "\e94d"; +.ico--bookmark:before { + content: "\e951"; } -.ico--refresh1:before { - content: "\e94d"; +.ico--cog:before { + content: "\e952"; } -.ico--repeat1:before { - content: "\e94d"; +.ico--key:before { + content: "\e953"; } -.ico--busy:before { - content: "\e94d"; +.ico--zoom-in:before { + content: "\e954"; } -.ico--wait:before { - content: "\e94d"; +.ico--zoom-out:before { + content: "\e955"; } -.ico--arrow:before { - content: "\e94d"; +.ico--shrink:before { + content: "\e956"; } -.ico--bullhorn:before { - content: "\e944"; +.ico--printer:before { + content: "\e957"; } -.ico--bin:before { - content: "\e945"; +.ico--file-openoffice:before { + content: "\e958"; } -.ico--trashcan:before { - content: "\e945"; +.ico--user:before { + content: "\e959"; } -.ico--remove:before { - content: "\e945"; +.ico--file-excel:before { + content: "\e95a"; } -.ico--delete:before { - content: "\e945"; +.ico--file-word:before { + content: "\e95b"; } -.ico--recycle:before { - content: "\e945"; +.ico--file-pdf:before { + content: "\e95c"; } -.ico--dispose:before { - content: "\e945"; +.ico--file-picture:before { + content: "\e95d"; } -.ico--cross:before { - content: "\e937"; +.ico--file-blank:before { + content: "\e95e"; } -.ico--checkbox-checked:before { - content: "\e938"; +.ico--folder-upload:before { + content: "\e95f"; } -.ico--quill:before { - content: "\e939"; +.ico--upload:before { + content: "\e960"; } -.ico--feather:before { - content: "\e939"; +.ico--cloud-upload:before { + content: "\e961"; } -.ico--write:before { - content: "\e939"; +.ico--folder-download:before { + content: "\e962"; +} +.ico--download:before { + content: "\e963"; } -.ico--edit:before { +.ico--cloud-download:before { + content: "\e964"; +} +.ico--alarm:before { + content: "\e900"; +} +.ico--calculator:before { + content: "\e911"; +} +.ico--facebook-full:before { + content: "\e913"; +} +.ico--feed:before { + content: "\e927"; +} +.ico--library:before { + content: "\e929"; +} +.ico--office:before { + content: "\e92a"; +} +.ico--attachment:before { + content: "\e92b"; +} +.ico--enlarge:before { + content: "\e92c"; +} +.ico--eye-off:before { + content: "\e92e"; +} +.ico--eye:before { + content: "\e92f"; +} +.ico--share:before { + content: "\e931"; +} +.ico--search:before { content: "\e939"; } -.ico--sphere:before { - content: "\e93a"; +.ico--pencil:before { + content: "\e93c"; } -.ico--globe:before { - content: "\e93a"; +.ico--lock-open:before { + content: "\e947"; } -.ico--internet:before { - content: "\e93a"; +.ico--lock:before { + content: "\e948"; } -.ico--wikipedia:before { - content: "\e93b"; +.ico--equalizer:before { + content: "\e949"; } -.ico--brand:before { - content: "\e93b"; +.ico--switch:before { + content: "\e94b"; } -.ico--youtube:before { - content: "\e936"; +.ico--loop:before { + content: "\e94c"; } -.ico--users:before { - content: "\e934"; +.ico--refresh:before { + content: "\e94d"; } -.ico--group:before { - content: "\e934"; +.ico--bullhorn:before { + content: "\e944"; } -.ico--team:before { - content: "\e934"; +.ico--bin:before { + content: "\e945"; } -.ico--members:before { - content: "\e934"; +.ico--cross:before { + content: "\e937"; } -.ico--community:before { - content: "\e934"; +.ico--checkbox-checked:before { + content: "\e938"; } -.ico--collaborate:before { - content: "\e934"; +.ico--globe:before { + content: "\e93a"; } -.ico--book:before { - content: "\e935"; +.ico--wikipedia:before { + content: "\e93b"; } -.ico--read:before { - content: "\e935"; +.ico--youtube:before { + content: "\e936"; } -.ico--reading:before { +.ico--users:before { + content: "\e934"; +} +.ico--book:before { content: "\e935"; } .ico--bubbles:before { @@ -259,24 +316,9 @@ .ico--power:before { content: "\e90c"; } -.ico--house:before { - content: "\e93f"; -} .ico--rocket:before { content: "\e946"; } -.ico--jet:before { - content: "\e946"; -} -.ico--speed:before { - content: "\e946"; -} -.ico--spaceship:before { - content: "\e946"; -} -.ico--fast:before { - content: "\e946"; -} .ico--location:before { content: "\e906"; } @@ -286,84 +328,6 @@ .ico--linkedin:before { content: "\e903"; } -.ico--github1:before { - content: "\e904"; -} -.ico--gplus:before { - content: "\e900"; -} -.ico--twitter1:before { - content: "\e901"; -} .ico--facebook:before { content: "\e902"; } -.ico--menu:before { - content: "\e933"; -} -.ico--chevron-right:before { - content: "\e923"; -} -.ico--chevron-left:before { - content: "\e924"; -} -.ico--chevron-down:before { - content: "\e925"; -} -.ico--chevron-up:before { - content: "\e926"; -} -.ico--eye-off:before { - content: "\e947"; -} -.ico--eye:before { - content: "\e948"; -} -.ico--zoom_out_map:before { - content: "\e927"; -} -.ico--arrow-down:before { - content: "\e911"; -} -.ico--link1:before { - content: "\e910"; -} -.ico--city:before { - content: "\e908"; -} -.ico--beer:before { - content: "\e909"; -} -.ico--thumbs-down:before { - content: "\e93d"; -} -.ico--thumbs-up:before { - content: "\e93e"; -} -.ico--tasks:before { - content: "\e93c"; -} -.ico--calculator:before { - content: "\e931"; -} -.ico--bank:before { - content: "\e92a"; -} -.ico--facebook-official:before { - content: "\e92b"; -} -.ico--close:before { - content: "\e92c"; -} -.ico--anchor:before { - content: "\e92d"; -} -.ico--feed:before { - content: "\e92e"; -} -.ico--paw:before { - content: "\e90b"; -} -.ico--envelope:before { - content: "\e92f"; -} diff --git a/source/icons/style.scss b/source/icons/style.scss index ca5bca1..93a48bb 100644 --- a/source/icons/style.scss +++ b/source/icons/style.scss @@ -2,11 +2,11 @@ @font-face { font-family: '#{$icomoon-font-family}'; - src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?uj7vjb'); - src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?uj7vjb#iefix') format('embedded-opentype'), - url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?uj7vjb') format('truetype'), - url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?uj7vjb') format('woff'), - url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?uj7vjb##{$icomoon-font-family}') format('svg'); + src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?yrftuk'); + src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?yrftuk#iefix') format('embedded-opentype'), + url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?yrftuk') format('truetype'), + url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?yrftuk') format('woff'), + url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?yrftuk##{$icomoon-font-family}') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -27,16 +27,6 @@ -moz-osx-font-smoothing: grayscale; } -.ico--lock-open { - &:before { - content: $ico--lock-open; - } -} -.ico--lock { - &:before { - content: $ico--lock; - } -} .ico--dots-three-vertical { &:before { content: $ico--dots-three-vertical; @@ -52,14 +42,14 @@ content: $ico--log-out; } } -.ico--pin { +.ico--envelope { &:before { - content: $ico--pin; + content: $ico--envelope; } } -.ico--edit-pencil { +.ico--pin { &:before { - content: $ico--edit-pencil; + content: $ico--pin; } } .ico--at { @@ -82,519 +72,469 @@ content: $ico--thermometer; } } -.ico--pirati { - &:before { - content: $ico--pirati; - } -} -.ico--stackshare { - &:before { - content: $ico--stackshare; - } -} -.ico--open-source { - &:before { - content: $ico--open-source; - } -} -.ico--search { - &:before { - content: $ico--search; - } -} -.ico--switch { - &:before { - content: $ico--switch; - } -} -.ico--loop { - &:before { - content: $ico--loop; - } -} -.ico--repeat { - &:before { - content: $ico--repeat; - } -} -.ico--player { - &:before { - content: $ico--player; - } -} -.ico--reload { - &:before { - content: $ico--reload; - } -} -.ico--refresh { - &:before { - content: $ico--refresh; - } -} -.ico--update { +.ico--menu { &:before { - content: $ico--update; + content: $ico--menu; } } -.ico--synchronize { +.ico--chevron-right { &:before { - content: $ico--synchronize; + content: $ico--chevron-right; } } -.ico--arrows { +.ico--chevron-left { &:before { - content: $ico--arrows; + content: $ico--chevron-left; } } -.ico--spinner { +.ico--chevron-down { &:before { - content: $ico--spinner; + content: $ico--chevron-down; } } -.ico--loading { +.ico--chevron-up { &:before { - content: $ico--loading; + content: $ico--chevron-up; } } -.ico--loading-wheel { +.ico--link-horizontal { &:before { - content: $ico--loading-wheel; + content: $ico--link-horizontal; } } -.ico--refresh1 { +.ico--beer { &:before { - content: $ico--refresh1; + content: $ico--beer; } } -.ico--repeat1 { +.ico--pirati { &:before { - content: $ico--repeat1; + content: $ico--pirati; } } -.ico--busy { +.ico--jitsi { &:before { - content: $ico--busy; + content: $ico--jitsi; } } -.ico--wait { +.ico--open-source { &:before { - content: $ico--wait; + content: $ico--open-source; } } -.ico--arrow { +.ico--thumbs-down { &:before { - content: $ico--arrow; + content: $ico--thumbs-down; } } -.ico--bullhorn { +.ico--thumbs-up { &:before { - content: $ico--bullhorn; + content: $ico--thumbs-up; } } -.ico--bin { +.ico--anchor { &:before { - content: $ico--bin; + content: $ico--anchor; } } -.ico--trashcan { +.ico--paw { &:before { - content: $ico--trashcan; + content: $ico--paw; } } -.ico--remove { +.ico--checkmark { &:before { - content: $ico--remove; + content: $ico--checkmark; } } -.ico--delete { +.ico--info { &:before { - content: $ico--delete; + content: $ico--info; } } -.ico--recycle { +.ico--question { &:before { - content: $ico--recycle; + content: $ico--question; } } -.ico--dispose { +.ico--warning { &:before { - content: $ico--dispose; + content: $ico--warning; } } -.ico--cross { +.ico--code { &:before { - content: $ico--cross; + content: $ico--code; } } -.ico--checkbox-checked { +.ico--checkbox-unchecked { &:before { - content: $ico--checkbox-checked; + content: $ico--checkbox-unchecked; } } -.ico--quill { +.ico--star-full { &:before { - content: $ico--quill; + content: $ico--star-full; } } -.ico--feather { +.ico--star-empty { &:before { - content: $ico--feather; + content: $ico--star-empty; } } -.ico--write { +.ico--bookmark { &:before { - content: $ico--write; + content: $ico--bookmark; } } -.ico--edit { +.ico--cog { &:before { - content: $ico--edit; + content: $ico--cog; } } -.ico--sphere { +.ico--key { &:before { - content: $ico--sphere; + content: $ico--key; } } -.ico--globe { +.ico--zoom-in { &:before { - content: $ico--globe; + content: $ico--zoom-in; } } -.ico--internet { +.ico--zoom-out { &:before { - content: $ico--internet; + content: $ico--zoom-out; } } -.ico--wikipedia { +.ico--shrink { &:before { - content: $ico--wikipedia; + content: $ico--shrink; } } -.ico--brand { +.ico--printer { &:before { - content: $ico--brand; + content: $ico--printer; } } -.ico--youtube { +.ico--file-openoffice { &:before { - content: $ico--youtube; + content: $ico--file-openoffice; } } -.ico--users { +.ico--user { &:before { - content: $ico--users; + content: $ico--user; } } -.ico--group { +.ico--file-excel { &:before { - content: $ico--group; + content: $ico--file-excel; } } -.ico--team { +.ico--file-word { &:before { - content: $ico--team; + content: $ico--file-word; } } -.ico--members { +.ico--file-pdf { &:before { - content: $ico--members; + content: $ico--file-pdf; } } -.ico--community { +.ico--file-picture { &:before { - content: $ico--community; + content: $ico--file-picture; } } -.ico--collaborate { +.ico--file-blank { &:before { - content: $ico--collaborate; + content: $ico--file-blank; } } -.ico--book { +.ico--folder-upload { &:before { - content: $ico--book; + content: $ico--folder-upload; } } -.ico--read { +.ico--upload { &:before { - content: $ico--read; + content: $ico--upload; } } -.ico--reading { +.ico--cloud-upload { &:before { - content: $ico--reading; + content: $ico--cloud-upload; } } -.ico--bubbles { +.ico--folder-download { &:before { - content: $ico--bubbles; + content: $ico--folder-download; } } -.ico--map { +.ico--download { &:before { - content: $ico--map; + content: $ico--download; } } -.ico--compass { +.ico--cloud-download { &:before { - content: $ico--compass; + content: $ico--cloud-download; } } -.ico--folder-open { +.ico--alarm { &:before { - content: $ico--folder-open; + content: $ico--alarm; } } -.ico--folder { +.ico--calculator { &:before { - content: $ico--folder; + content: $ico--calculator; } } -.ico--drawer { +.ico--facebook-full { &:before { - content: $ico--drawer; + content: $ico--facebook-full; } } -.ico--stop { +.ico--feed { &:before { - content: $ico--stop; + content: $ico--feed; } } -.ico--github { +.ico--library { &:before { - content: $ico--github; + content: $ico--library; } } -.ico--clock { +.ico--office { &:before { - content: $ico--clock; + content: $ico--office; } } -.ico--calendar { +.ico--attachment { &:before { - content: $ico--calendar; + content: $ico--attachment; } } -.ico--flickr { +.ico--enlarge { &:before { - content: $ico--flickr; + content: $ico--enlarge; } } -.ico--instagram { +.ico--eye-off { &:before { - content: $ico--instagram; + content: $ico--eye-off; } } -.ico--twitter { +.ico--eye { &:before { - content: $ico--twitter; + content: $ico--eye; } } -.ico--newspaper { +.ico--share { &:before { - content: $ico--newspaper; + content: $ico--share; } } -.ico--cart { +.ico--search { &:before { - content: $ico--cart; + content: $ico--search; } } -.ico--home { +.ico--pencil { &:before { - content: $ico--home; + content: $ico--pencil; } } -.ico--link { +.ico--lock-open { &:before { - content: $ico--link; + content: $ico--lock-open; } } -.ico--power { +.ico--lock { &:before { - content: $ico--power; + content: $ico--lock; } } -.ico--house { +.ico--equalizer { &:before { - content: $ico--house; + content: $ico--equalizer; } } -.ico--rocket { +.ico--switch { &:before { - content: $ico--rocket; + content: $ico--switch; } } -.ico--jet { +.ico--loop { &:before { - content: $ico--jet; + content: $ico--loop; } } -.ico--speed { +.ico--refresh { &:before { - content: $ico--speed; + content: $ico--refresh; } } -.ico--spaceship { +.ico--bullhorn { &:before { - content: $ico--spaceship; + content: $ico--bullhorn; } } -.ico--fast { +.ico--bin { &:before { - content: $ico--fast; + content: $ico--bin; } } -.ico--location { +.ico--cross { &:before { - content: $ico--location; + content: $ico--cross; } } -.ico--phone { +.ico--checkbox-checked { &:before { - content: $ico--phone; + content: $ico--checkbox-checked; } } -.ico--linkedin { +.ico--globe { &:before { - content: $ico--linkedin; + content: $ico--globe; } } -.ico--github1 { +.ico--wikipedia { &:before { - content: $ico--github1; + content: $ico--wikipedia; } } -.ico--gplus { +.ico--youtube { &:before { - content: $ico--gplus; + content: $ico--youtube; } } -.ico--twitter1 { +.ico--users { &:before { - content: $ico--twitter1; + content: $ico--users; } } -.ico--facebook { +.ico--book { &:before { - content: $ico--facebook; + content: $ico--book; } } -.ico--menu { +.ico--bubbles { &:before { - content: $ico--menu; + content: $ico--bubbles; } } -.ico--chevron-right { +.ico--map { &:before { - content: $ico--chevron-right; + content: $ico--map; } } -.ico--chevron-left { +.ico--compass { &:before { - content: $ico--chevron-left; + content: $ico--compass; } } -.ico--chevron-down { +.ico--folder-open { &:before { - content: $ico--chevron-down; + content: $ico--folder-open; } } -.ico--chevron-up { +.ico--folder { &:before { - content: $ico--chevron-up; + content: $ico--folder; } } -.ico--eye-off { +.ico--drawer { &:before { - content: $ico--eye-off; + content: $ico--drawer; } } -.ico--eye { +.ico--stop { &:before { - content: $ico--eye; + content: $ico--stop; } } -.ico--zoom_out_map { +.ico--github { &:before { - content: $ico--zoom_out_map; + content: $ico--github; } } -.ico--arrow-down { +.ico--clock { &:before { - content: $ico--arrow-down; + content: $ico--clock; } } -.ico--link1 { +.ico--calendar { &:before { - content: $ico--link1; + content: $ico--calendar; } } -.ico--city { +.ico--flickr { &:before { - content: $ico--city; + content: $ico--flickr; } } -.ico--beer { +.ico--instagram { &:before { - content: $ico--beer; + content: $ico--instagram; } } -.ico--thumbs-down { +.ico--twitter { &:before { - content: $ico--thumbs-down; + content: $ico--twitter; } } -.ico--thumbs-up { +.ico--newspaper { &:before { - content: $ico--thumbs-up; + content: $ico--newspaper; } } -.ico--tasks { +.ico--cart { &:before { - content: $ico--tasks; + content: $ico--cart; } } -.ico--calculator { +.ico--home { &:before { - content: $ico--calculator; + content: $ico--home; } } -.ico--bank { +.ico--link { &:before { - content: $ico--bank; + content: $ico--link; } } -.ico--facebook-official { +.ico--power { &:before { - content: $ico--facebook-official; + content: $ico--power; } } -.ico--close { +.ico--rocket { &:before { - content: $ico--close; + content: $ico--rocket; } } -.ico--anchor { +.ico--location { &:before { - content: $ico--anchor; + content: $ico--location; } } -.ico--feed { +.ico--phone { &:before { - content: $ico--feed; + content: $ico--phone; } } -.ico--paw { +.ico--linkedin { &:before { - content: $ico--paw; + content: $ico--linkedin; } } -.ico--envelope { +.ico--facebook { &:before { - content: $ico--envelope; + content: $ico--facebook; } } diff --git a/source/icons/variables.scss b/source/icons/variables.scss index 8432743..a3d2f89 100644 --- a/source/icons/variables.scss +++ b/source/icons/variables.scss @@ -1,66 +1,85 @@ $icomoon-font-family: "pirati-ui" !default; $icomoon-font-path: "fonts" !default; -$ico--lock-open: "\e949"; -$ico--lock: "\e94a"; $ico--dots-three-vertical: "\e940"; $ico--dots-three-horizontal: "\e941"; $ico--log-out: "\e942"; +$ico--envelope: "\e908"; $ico--pin: "\e943"; -$ico--edit-pencil: "\e929"; $ico--at: "\e905"; $ico--strategy: "\e932"; $ico--pig: "\e928"; $ico--thermometer: "\e90a"; +$ico--menu: "\e933"; +$ico--chevron-right: "\e923"; +$ico--chevron-left: "\e924"; +$ico--chevron-down: "\e925"; +$ico--chevron-up: "\e926"; +$ico--link-horizontal: "\e910"; +$ico--beer: "\e909"; $ico--pirati: "\e90d"; -$ico--stackshare: "\e90f"; +$ico--jitsi: "\e90f"; $ico--open-source: "\e90e"; -$ico--search: "\e913"; +$ico--thumbs-down: "\e93d"; +$ico--thumbs-up: "\e93e"; +$ico--anchor: "\e92d"; +$ico--paw: "\e90b"; +$ico--checkmark: "\e965"; +$ico--info: "\e901"; +$ico--question: "\e904"; +$ico--warning: "\e93f"; +$ico--code: "\e94a"; +$ico--checkbox-unchecked: "\e94e"; +$ico--star-full: "\e94f"; +$ico--star-empty: "\e950"; +$ico--bookmark: "\e951"; +$ico--cog: "\e952"; +$ico--key: "\e953"; +$ico--zoom-in: "\e954"; +$ico--zoom-out: "\e955"; +$ico--shrink: "\e956"; +$ico--printer: "\e957"; +$ico--file-openoffice: "\e958"; +$ico--user: "\e959"; +$ico--file-excel: "\e95a"; +$ico--file-word: "\e95b"; +$ico--file-pdf: "\e95c"; +$ico--file-picture: "\e95d"; +$ico--file-blank: "\e95e"; +$ico--folder-upload: "\e95f"; +$ico--upload: "\e960"; +$ico--cloud-upload: "\e961"; +$ico--folder-download: "\e962"; +$ico--download: "\e963"; +$ico--cloud-download: "\e964"; +$ico--alarm: "\e900"; +$ico--calculator: "\e911"; +$ico--facebook-full: "\e913"; +$ico--feed: "\e927"; +$ico--library: "\e929"; +$ico--office: "\e92a"; +$ico--attachment: "\e92b"; +$ico--enlarge: "\e92c"; +$ico--eye-off: "\e92e"; +$ico--eye: "\e92f"; +$ico--share: "\e931"; +$ico--search: "\e939"; +$ico--pencil: "\e93c"; +$ico--lock-open: "\e947"; +$ico--lock: "\e948"; +$ico--equalizer: "\e949"; $ico--switch: "\e94b"; $ico--loop: "\e94c"; -$ico--repeat: "\e94c"; -$ico--player: "\e94c"; -$ico--reload: "\e94c"; -$ico--refresh: "\e94c"; -$ico--update: "\e94c"; -$ico--synchronize: "\e94c"; -$ico--arrows: "\e94c"; -$ico--spinner: "\e94d"; -$ico--loading: "\e94d"; -$ico--loading-wheel: "\e94d"; -$ico--refresh1: "\e94d"; -$ico--repeat1: "\e94d"; -$ico--busy: "\e94d"; -$ico--wait: "\e94d"; -$ico--arrow: "\e94d"; +$ico--refresh: "\e94d"; $ico--bullhorn: "\e944"; $ico--bin: "\e945"; -$ico--trashcan: "\e945"; -$ico--remove: "\e945"; -$ico--delete: "\e945"; -$ico--recycle: "\e945"; -$ico--dispose: "\e945"; $ico--cross: "\e937"; $ico--checkbox-checked: "\e938"; -$ico--quill: "\e939"; -$ico--feather: "\e939"; -$ico--write: "\e939"; -$ico--edit: "\e939"; -$ico--sphere: "\e93a"; $ico--globe: "\e93a"; -$ico--internet: "\e93a"; $ico--wikipedia: "\e93b"; -$ico--brand: "\e93b"; $ico--youtube: "\e936"; $ico--users: "\e934"; -$ico--group: "\e934"; -$ico--team: "\e934"; -$ico--members: "\e934"; -$ico--community: "\e934"; -$ico--collaborate: "\e934"; $ico--book: "\e935"; -$ico--read: "\e935"; -$ico--reading: "\e935"; $ico--bubbles: "\e930"; $ico--map: "\e914"; $ico--compass: "\e915"; @@ -79,40 +98,9 @@ $ico--cart: "\e921"; $ico--home: "\e922"; $ico--link: "\e912"; $ico--power: "\e90c"; -$ico--house: "\e93f"; $ico--rocket: "\e946"; -$ico--jet: "\e946"; -$ico--speed: "\e946"; -$ico--spaceship: "\e946"; -$ico--fast: "\e946"; $ico--location: "\e906"; $ico--phone: "\e907"; $ico--linkedin: "\e903"; -$ico--github1: "\e904"; -$ico--gplus: "\e900"; -$ico--twitter1: "\e901"; $ico--facebook: "\e902"; -$ico--menu: "\e933"; -$ico--chevron-right: "\e923"; -$ico--chevron-left: "\e924"; -$ico--chevron-down: "\e925"; -$ico--chevron-up: "\e926"; -$ico--eye-off: "\e947"; -$ico--eye: "\e948"; -$ico--zoom_out_map: "\e927"; -$ico--arrow-down: "\e911"; -$ico--link1: "\e910"; -$ico--city: "\e908"; -$ico--beer: "\e909"; -$ico--thumbs-down: "\e93d"; -$ico--thumbs-up: "\e93e"; -$ico--tasks: "\e93c"; -$ico--calculator: "\e931"; -$ico--bank: "\e92a"; -$ico--facebook-official: "\e92b"; -$ico--close: "\e92c"; -$ico--anchor: "\e92d"; -$ico--feed: "\e92e"; -$ico--paw: "\e90b"; -$ico--envelope: "\e92f"; diff --git a/tailwind.config.js b/tailwind.config.js index 70be538..ca89eff 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -26,6 +26,7 @@ module.exports = { /^((sm|md|lg|xl)\:)?grid-cols-*/, /^((sm|md|lg|xl)\:)?col-span-*/, /^((sm|md|lg|xl)\:)?row-span-*/, + /^((sm|md|lg|xl)\:)?order-*/, /^((sm|md|lg|xl)\:)?items-*/, /^((sm|md|lg|xl)\:)?float-*/, /^((sm|md|lg|xl)\:)?flex-row-*/, -- GitLab