diff --git a/source/_patterns/00-atoms/02-icons/icons.mustache b/source/_patterns/00-atoms/02-icons/icons.mustache
index 237e6cbd52c3daa40dc0f87c0802c86aa17633ee..ebda10454664532f659d5e5cdf9c2d7f6cb8f9bb 100644
--- a/source/_patterns/00-atoms/02-icons/icons.mustache
+++ b/source/_patterns/00-atoms/02-icons/icons.mustache
@@ -1,927 +1,972 @@
 <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--wheelchair"></i>
+    <i class="ico--glass"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--wheelchair</code>
+    <code>.ico--glass</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--checkmark"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--thumbs-down</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--thumbs-up"></i>
+    <i class="ico--info"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--thumbs-up</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--anchor"></i>
+    <i class="ico--question"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--anchor</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--paw"></i>
+    <i class="ico--warning"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--paw</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--dots-three-vertical"></i>
+    <i class="ico--code"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--dots-three-vertical</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--dots-three-horizontal"></i>
+    <i class="ico--checkbox-unchecked"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--dots-three-horizontal</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--log-out"></i>
+    <i class="ico--star-full"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--log-out</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--envelope"></i>
+    <i class="ico--star-empty"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--envelope</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--pin"></i>
+    <i class="ico--bookmark"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--pin</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--at"></i>
+    <i class="ico--cog"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--at</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--strategy"></i>
+    <i class="ico--key"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--strategy</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--pig"></i>
+    <i class="ico--zoom-in"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--pig</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--thermometer"></i>
+    <i class="ico--zoom-out"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--thermometer</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--menu"></i>
+    <i class="ico--shrink"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--menu</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--chevron-right"></i>
+    <i class="ico--printer"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--chevron-right</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--chevron-left"></i>
+    <i class="ico--file-openoffice"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--chevron-left</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--chevron-down"></i>
+    <i class="ico--user"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--chevron-down</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--chevron-up"></i>
+    <i class="ico--file-excel"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--chevron-up</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--link-horizontal"></i>
+    <i class="ico--file-word"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--link-horizontal</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--beer"></i>
+    <i class="ico--file-pdf"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--beer</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--pirati"></i>
+    <i class="ico--file-picture"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--pirati</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--jitsi"></i>
+    <i class="ico--file-blank"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--jitsi</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--open-source"></i>
+    <i class="ico--folder-upload"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--open-source</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--checkmark"></i>
+    <i class="ico--upload"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--checkmark</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--info"></i>
+    <i class="ico--cloud-upload"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--info</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--question"></i>
+    <i class="ico--folder-download"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--question</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--warning"></i>
+    <i class="ico--download"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--warning</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--code"></i>
+    <i class="ico--cloud-download"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--code</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--checkbox-unchecked"></i>
+    <i class="ico--alarm"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--checkbox-unchecked</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--star-full"></i>
+    <i class="ico--calculator"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--star-full</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--star-empty"></i>
+    <i class="ico--facebook-full"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--star-empty</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--bookmark"></i>
+    <i class="ico--feed"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--bookmark</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--cog"></i>
+    <i class="ico--library"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--cog</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--key"></i>
+    <i class="ico--office"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--key</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--zoom-in"></i>
+    <i class="ico--attachment"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--zoom-in</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--zoom-out"></i>
+    <i class="ico--enlarge"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--zoom-out</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--shrink"></i>
+    <i class="ico--eye-off"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--shrink</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--printer"></i>
+    <i class="ico--eye"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--printer</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--file-openoffice"></i>
+    <i class="ico--share"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--file-openoffice</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--user"></i>
+    <i class="ico--search"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--user</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--file-excel"></i>
+    <i class="ico--pencil"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--file-excel</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--file-word"></i>
+    <i class="ico--lock-open"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--file-word</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--file-pdf"></i>
+    <i class="ico--lock"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--file-pdf</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--file-picture"></i>
+    <i class="ico--equalizer"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--file-picture</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--file-blank"></i>
+    <i class="ico--switch"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--file-blank</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--folder-upload"></i>
+    <i class="ico--loop"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--folder-upload</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--upload"></i>
+    <i class="ico--refresh"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--upload</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--cloud-upload"></i>
+    <i class="ico--bullhorn"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--cloud-upload</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--folder-download"></i>
+    <i class="ico--bin"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--folder-download</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--download"></i>
+    <i class="ico--cross"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--download</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--cloud-download"></i>
+    <i class="ico--checkbox-checked"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--cloud-download</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--alarm"></i>
+    <i class="ico--globe"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--alarm</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--calculator"></i>
+    <i class="ico--wikipedia"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--calculator</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--facebook-full"></i>
+    <i class="ico--youtube"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--facebook-full</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--feed"></i>
+    <i class="ico--users"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--feed</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--library"></i>
+    <i class="ico--book"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--library</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--office"></i>
+    <i class="ico--bubbles"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--office</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--attachment"></i>
+    <i class="ico--map"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--attachment</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--enlarge"></i>
+    <i class="ico--compass"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--enlarge</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--eye-off"></i>
+    <i class="ico--folder-open"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--eye-off</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--eye"></i>
+    <i class="ico--folder"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--eye</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--share"></i>
+    <i class="ico--drawer"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--share</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--search"></i>
+    <i class="ico--stop"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--search</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--pencil"></i>
+    <i class="ico--github"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--pencil</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--lock-open"></i>
+    <i class="ico--clock"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--lock-open</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--lock"></i>
+    <i class="ico--calendar"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--lock</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--equalizer"></i>
+    <i class="ico--flickr"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--equalizer</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--switch"></i>
+    <i class="ico--instagram"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--switch</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--loop"></i>
+    <i class="ico--twitter"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--loop</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--refresh"></i>
+    <i class="ico--newspaper"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--refresh</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--bullhorn"></i>
+    <i class="ico--cart"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--bullhorn</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--bin"></i>
+    <i class="ico--home"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--bin</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--cross"></i>
+    <i class="ico--link"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--cross</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--checkbox-checked"></i>
+    <i class="ico--power"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--checkbox-checked</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--globe"></i>
+    <i class="ico--rocket"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--globe</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--wikipedia"></i>
+    <i class="ico--location"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--wikipedia</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--youtube"></i>
+    <i class="ico--phone"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--youtube</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--users"></i>
+    <i class="ico--linkedin"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--users</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--book"></i>
+    <i class="ico--facebook"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--book</code>
+    <code>.ico--facebook</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--food"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--bubbles</code>
+    <code>.ico--food</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--dots-three-vertical"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--map</code>
+    <code>.ico--dots-three-vertical</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--dots-three-horizontal"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--compass</code>
+    <code>.ico--dots-three-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--folder-open"></i>
+    <i class="ico--log-out"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--folder-open</code>
+    <code>.ico--log-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--folder"></i>
+    <i class="ico--envelope"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--folder</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--drawer"></i>
+    <i class="ico--pin"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--drawer</code>
+    <code>.ico--pin</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--at"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--stop</code>
+    <code>.ico--at</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--bed"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--github</code>
+    <code>.ico--bed</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--train"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--clock</code>
+    <code>.ico--train</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--bus"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--calendar</code>
+    <code>.ico--bus</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--wheelchair"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--flickr</code>
+    <code>.ico--wheelchair</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--thumbs-down"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--instagram</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--twitter"></i>
+    <i class="ico--thumbs-up"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--twitter</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--newspaper"></i>
+    <i class="ico--anchor"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--newspaper</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--cart"></i>
+    <i class="ico--paw"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--cart</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--home"></i>
+    <i class="ico--strategy"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--home</code>
+    <code>.ico--strategy</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--pig"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--link</code>
+    <code>.ico--pig</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--thermometer"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--power</code>
+    <code>.ico--thermometer</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--menu"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--rocket</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--location"></i>
+    <i class="ico--chevron-right"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--location</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--phone"></i>
+    <i class="ico--chevron-left"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--phone</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--linkedin"></i>
+    <i class="ico--chevron-down"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--linkedin</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--facebook"></i>
+    <i class="ico--chevron-up"></i>
   </div>
   <div class="card__body p-2 text-2xs">
-    <code>.ico--facebook</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--link-horizontal"></i>
+  </div>
+  <div class="card__body p-2 text-2xs">
+    <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--beer"></i>
+  </div>
+  <div class="card__body p-2 text-2xs">
+    <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--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--jitsi"></i>
+  </div>
+  <div class="card__body p-2 text-2xs">
+    <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--open-source"></i>
+  </div>
+  <div class="card__body p-2 text-2xs">
+    <code>.ico--open-source</code>
   </div>
 </div></div>
\ No newline at end of file
diff --git a/source/css/atoms/icons.pcss b/source/css/atoms/icons.pcss
index dcfa273c2bec4891cdde90fb5bfcaeb18ac4d3c8..ca0ec05313af050a6ac32f95e96502e19965bca6 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?3b683ed139abeea2dea706984b122a78');
-  src:  url('../fonts/pirati-ui.eot?3b683ed139abeea2dea706984b122a78#iefix') format('embedded-opentype'),
-    url('../fonts/pirati-ui.ttf?3b683ed139abeea2dea706984b122a78') format('truetype'),
-    url('../fonts/pirati-ui.woff?3b683ed139abeea2dea706984b122a78') format('woff'),
-    url('../fonts/pirati-ui.svg?3b683ed139abeea2dea706984b122a78#pirati-ui') format('svg');
+  src:  url('../fonts/pirati-ui.eot?a677bf0df686155c0514330c9e47198a');
+  src:  url('../fonts/pirati-ui.eot?a677bf0df686155c0514330c9e47198a#iefix') format('embedded-opentype'),
+    url('../fonts/pirati-ui.ttf?a677bf0df686155c0514330c9e47198a') format('truetype'),
+    url('../fonts/pirati-ui.woff?a677bf0df686155c0514330c9e47198a') format('woff'),
+    url('../fonts/pirati-ui.svg?a677bf0df686155c0514330c9e47198a#pirati-ui') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;
@@ -26,30 +26,7 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
-.ico--wheelchair:before { content: "\e966"; }
-.ico--thumbs-down:before { content: "\e93d"; }
-.ico--thumbs-up:before { content: "\e93e"; }
-.ico--anchor:before { content: "\e92d"; }
-.ico--paw:before { content: "\e90b"; }
-.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--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--jitsi:before { content: "\e90f"; }
-.ico--open-source:before { content: "\e90e"; }
+.ico--glass:before { content: "\e967"; }
 .ico--checkmark:before { content: "\e965"; }
 .ico--info:before { content: "\e901"; }
 .ico--question:before { content: "\e904"; }
@@ -128,4 +105,32 @@
 .ico--location:before { content: "\e906"; }
 .ico--phone:before { content: "\e907"; }
 .ico--linkedin:before { content: "\e903"; }
-.ico--facebook:before { content: "\e902"; }
\ No newline at end of file
+.ico--facebook:before { content: "\e902"; }
+.ico--food:before { content: "\e968"; }
+.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--at:before { content: "\e905"; }
+.ico--bed:before { content: "\e969"; }
+.ico--train:before { content: "\e96a"; }
+.ico--bus:before { content: "\e96b"; }
+.ico--wheelchair:before { content: "\e966"; }
+.ico--thumbs-down:before { content: "\e93d"; }
+.ico--thumbs-up:before { content: "\e93e"; }
+.ico--anchor:before { content: "\e92d"; }
+.ico--paw:before { content: "\e90b"; }
+.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--jitsi:before { content: "\e90f"; }
+.ico--open-source:before { content: "\e90e"; }
\ No newline at end of file
diff --git a/source/icons/demo-files/demo.css b/source/icons/demo-files/demo.css
index 24b48dfdb28e67107cf53ec6816a1a705eafa9af..df97e1d3df96c72251f2e48856b5e150c64de991 100644
--- a/source/icons/demo-files/demo.css
+++ b/source/icons/demo-files/demo.css
@@ -147,19 +147,19 @@ p {
   font-size: 16px;
 }
 .fs1 {
-  font-size: 28px;
+  font-size: 32px;
 }
 .fs2 {
   font-size: 20px;
 }
 .fs3 {
-  font-size: 32px;
+  font-size: 28px;
 }
 .fs4 {
-  font-size: 24px;
+  font-size: 32px;
 }
 .fs5 {
-  font-size: 32px;
+  font-size: 24px;
 }
 .fs6 {
   font-size: 32px;
diff --git a/source/icons/demo.html b/source/icons/demo.html
index a72aa0e5e6c9d82d9f728f8bf0f6038845e2cf5f..50587b57b5373a48e8177786dd437fcfe28a6415 100644
--- a/source/icons/demo.html
+++ b/source/icons/demo.html
@@ -9,18 +9,18 @@
     <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:&nbsp;103)</small></h1>
+        <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> pirati-ui <small class="fgc1">(Glyphs:&nbsp;108)</small></h1>
     </div>
     <div class="clearfix mhl ptl">
-        <h1 class="mvm mtn fgc1">Grid Size: 14</h1>
+        <h1 class="mvm mtn fgc1">Grid Size: 16</h1>
         <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--wheelchair"></span>
-                <span class="mls"> ico--wheelchair</span>
+                <span class="ico--glass"></span>
+                <span class="mls"> ico--glass</span>
             </div>
             <fieldset class="fs0 size1of1 clearfix hidden-false">
-                <input type="text" readonly value="e966" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe966;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e967" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe967;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
@@ -29,12 +29,12 @@
         </div>
         <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--thumbs-down"></span>
-                <span class="mls"> ico--thumbs-down</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="e93d" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe93d;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e965" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe965;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
@@ -43,12 +43,12 @@
         </div>
         <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--thumbs-up"></span>
-                <span class="mls"> ico--thumbs-up</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="e93e" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe93e;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e901" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe901;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
@@ -57,12 +57,12 @@
         </div>
         <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--anchor"></span>
-                <span class="mls"> ico--anchor</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="e92d" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe92d;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e904" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe904;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
@@ -71,1371 +71,1441 @@
         </div>
         <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--paw"></span>
-                <span class="mls"> ico--paw</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="e90b" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe90b;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e93f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe93f;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div 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: 20</h1>
-        <div class="glyph fs2">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--dots-three-vertical"></span>
-                <span class="mls"> ico--dots-three-vertical</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="e940" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe940;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e94a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe94a;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
                 <input type="text" readonly value="" class="liga unitRight" />
             </div>
         </div>
-        <div class="glyph fs2">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--dots-three-horizontal"></span>
-                <span class="mls"> ico--dots-three-horizontal</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="e941" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe941;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e94e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe94e;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
                 <input type="text" readonly value="" class="liga unitRight" />
             </div>
         </div>
-        <div class="glyph fs2">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--log-out"></span>
-                <span class="mls"> ico--log-out</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="e942" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe942;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e94f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe94f;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
                 <input type="text" readonly value="" class="liga unitRight" />
             </div>
         </div>
-        <div class="glyph fs2">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--envelope"></span>
-                <span class="mls"> ico--envelope</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="e908" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe908;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e950" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe950;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
                 <input type="text" readonly value="" class="liga unitRight" />
             </div>
         </div>
-        <div class="glyph fs2">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--pin"></span>
-                <span class="mls"> ico--pin</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="e943" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe943;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e951" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe951;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
                 <input type="text" readonly value="" class="liga unitRight" />
             </div>
         </div>
-        <div class="glyph fs2">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--at"></span>
-                <span class="mls"> ico--at</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="e905" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe905;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e952" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe952;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
                 <input type="text" readonly value="" class="liga unitRight" />
             </div>
         </div>
-    </div>
-    <div class="clearfix mhl ptl">
-        <h1 class="mvm mtn fgc1">Grid Size: 32</h1>
-        <div class="glyph fs3">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--strategy"></span>
-                <span class="mls"> ico--strategy</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="e932" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe932;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e953" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe953;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--pig"></span>
-                <span class="mls"> ico--pig</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="e928" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe928;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e954" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe954;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--thermometer"></span>
-                <span class="mls"> ico--thermometer</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="e90a" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe90a;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e955" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe955;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div 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 fs4">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--menu"></span>
-                <span class="mls"> ico--menu</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="e933" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe933;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e956" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe956;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--chevron-right"></span>
-                <span class="mls"> ico--chevron-right</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="e923" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe923;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e957" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe957;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--chevron-left"></span>
-                <span class="mls"> ico--chevron-left</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="e924" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe924;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e958" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe958;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--chevron-down"></span>
-                <span class="mls"> ico--chevron-down</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="e925" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe925;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e959" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe959;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--chevron-up"></span>
-                <span class="mls"> ico--chevron-up</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="e926" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe926;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e95a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe95a;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--link-horizontal"></span>
-                <span class="mls"> ico--link-horizontal</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="e910" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe910;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e95b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe95b;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--beer"></span>
-                <span class="mls"> ico--beer</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="e909" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe909;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e95c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe95c;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div 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 fs5">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--pirati"></span>
-                <span class="mls"> ico--pirati</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="e90d" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe90d;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e95d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe95d;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--jitsi"></span>
-                <span class="mls"> ico--jitsi</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="e90f" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe90f;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e95e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe95e;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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 fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--open-source"></span>
-                <span class="mls"> ico--open-source</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="e90e" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe90e;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e95f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe95f;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div 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 fs6">
+        <div class="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--checkmark"></span>
-                <span class="mls"> ico--checkmark</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="e965" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe965;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e960" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe960;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--info"></span>
-                <span class="mls"> ico--info</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="e901" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe901;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e961" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe961;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--question"></span>
-                <span class="mls"> ico--question</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="e904" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe904;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e962" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe962;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--warning"></span>
-                <span class="mls"> ico--warning</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="e93f" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe93f;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e963" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe963;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--code"></span>
-                <span class="mls"> ico--code</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="e94a" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe94a;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e964" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe964;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--checkbox-unchecked"></span>
-                <span class="mls"> ico--checkbox-unchecked</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="e94e" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe94e;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e900" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe900;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--star-full"></span>
-                <span class="mls"> ico--star-full</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="e94f" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe94f;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e911" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe911;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--star-empty"></span>
-                <span class="mls"> ico--star-empty</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="e950" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe950;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e913" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe913;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--bookmark"></span>
-                <span class="mls"> ico--bookmark</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="e951" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe951;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e927" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe927;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--cog"></span>
-                <span class="mls"> ico--cog</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="e952" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe952;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e929" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe929;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--key"></span>
-                <span class="mls"> ico--key</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="e953" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe953;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e92a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe92a;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--zoom-in"></span>
-                <span class="mls"> ico--zoom-in</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="e954" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe954;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e92b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe92b;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--zoom-out"></span>
-                <span class="mls"> ico--zoom-out</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="e955" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe955;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e92c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe92c;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--shrink"></span>
-                <span class="mls"> ico--shrink</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="e956" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe956;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e92e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe92e;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--printer"></span>
-                <span class="mls"> ico--printer</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="e957" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe957;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e92f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe92f;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--file-openoffice"></span>
-                <span class="mls"> ico--file-openoffice</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="e958" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe958;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e931" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe931;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--user"></span>
-                <span class="mls"> ico--user</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="e959" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe959;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e939" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe939;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--file-excel"></span>
-                <span class="mls"> ico--file-excel</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="e95a" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe95a;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e93c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe93c;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--file-word"></span>
-                <span class="mls"> ico--file-word</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="e95b" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe95b;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e947" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe947;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--file-pdf"></span>
-                <span class="mls"> ico--file-pdf</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="e95c" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe95c;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e948" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe948;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--file-picture"></span>
-                <span class="mls"> ico--file-picture</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="e95d" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe95d;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e949" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe949;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--file-blank"></span>
-                <span class="mls"> ico--file-blank</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="e95e" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe95e;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e94b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe94b;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--folder-upload"></span>
-                <span class="mls"> ico--folder-upload</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="e95f" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe95f;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e94c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe94c;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--upload"></span>
-                <span class="mls"> ico--upload</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="e960" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe960;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e94d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe94d;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--cloud-upload"></span>
-                <span class="mls"> ico--cloud-upload</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="e961" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe961;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e944" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe944;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--folder-download"></span>
-                <span class="mls"> ico--folder-download</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="e962" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe962;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e945" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe945;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--download"></span>
-                <span class="mls"> ico--download</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="e963" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe963;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e937" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe937;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <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="e938" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe938;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs 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--globe"></span>
+                <span class="mls"> ico--globe</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="&#xe93a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs 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--wikipedia"></span>
+                <span class="mls"> ico--wikipedia</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="&#xe93b;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs 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--youtube"></span>
+                <span class="mls"> ico--youtube</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="&#xe936;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs 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--users"></span>
+                <span class="mls"> ico--users</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="&#xe934;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs 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--cloud-download"></span>
-                <span class="mls"> ico--cloud-download</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="e964" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe964;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e935" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe935;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--alarm"></span>
-                <span class="mls"> ico--alarm</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="e900" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe900;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e930" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe930;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--calculator"></span>
-                <span class="mls"> ico--calculator</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="e911" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe911;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e914" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe914;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--facebook-full"></span>
-                <span class="mls"> ico--facebook-full</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="e913" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe913;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e915" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe915;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--feed"></span>
-                <span class="mls"> ico--feed</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="e927" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe927;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e916" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe916;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--library"></span>
-                <span class="mls"> ico--library</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="e929" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe929;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e917" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe917;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--office"></span>
-                <span class="mls"> ico--office</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="e92a" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe92a;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e918" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe918;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--attachment"></span>
-                <span class="mls"> ico--attachment</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="e92b" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe92b;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e919" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe919;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--enlarge"></span>
-                <span class="mls"> ico--enlarge</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="e92c" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe92c;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e91a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe91a;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--eye-off"></span>
-                <span class="mls"> ico--eye-off</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="e92e" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe92e;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e91b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe91b;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--eye"></span>
-                <span class="mls"> ico--eye</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="e92f" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe92f;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e91c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe91c;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--share"></span>
-                <span class="mls"> ico--share</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="e931" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe931;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e91d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe91d;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--search"></span>
-                <span class="mls"> ico--search</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="e939" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe939;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e91e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe91e;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--pencil"></span>
-                <span class="mls"> ico--pencil</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="e93c" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe93c;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e91f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe91f;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--lock-open"></span>
-                <span class="mls"> ico--lock-open</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="e947" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe947;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e920" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe920;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--lock"></span>
-                <span class="mls"> ico--lock</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="e948" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe948;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e921" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe921;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--equalizer"></span>
-                <span class="mls"> ico--equalizer</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="e949" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe949;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e922" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe922;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--switch"></span>
-                <span class="mls"> ico--switch</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="e94b" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe94b;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e912" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe912;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--loop"></span>
-                <span class="mls"> ico--loop</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="e94c" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe94c;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e90c" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe90c;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--refresh"></span>
-                <span class="mls"> ico--refresh</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="e94d" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe94d;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e946" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe946;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--bullhorn"></span>
-                <span class="mls"> ico--bullhorn</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="e944" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe944;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e906" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe906;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--bin"></span>
-                <span class="mls"> ico--bin</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="e945" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe945;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e907" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe907;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--cross"></span>
-                <span class="mls"> ico--cross</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="e937" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe937;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e903" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe903;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs1">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--checkbox-checked"></span>
-                <span class="mls"> ico--checkbox-checked</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="e938" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe938;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e902" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe902;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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>
+    <div class="clearfix mhl ptl">
+        <h1 class="mvm mtn fgc1">Grid Size: 20</h1>
+        <div class="glyph fs2">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--globe"></span>
-                <span class="mls"> ico--globe</span>
+                <span class="ico--food"></span>
+                <span class="mls"> ico--food</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="&#xe93a;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e968" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe968;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs2">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--wikipedia"></span>
-                <span class="mls"> ico--wikipedia</span>
+                <span class="ico--dots-three-vertical"></span>
+                <span class="mls"> ico--dots-three-vertical</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="&#xe93b;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e940" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe940;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs2">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--youtube"></span>
-                <span class="mls"> ico--youtube</span>
+                <span class="ico--dots-three-horizontal"></span>
+                <span class="mls"> ico--dots-three-horizontal</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="&#xe936;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e941" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe941;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs2">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--users"></span>
-                <span class="mls"> ico--users</span>
+                <span class="ico--log-out"></span>
+                <span class="mls"> ico--log-out</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="&#xe934;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e942" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe942;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs2">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--book"></span>
-                <span class="mls"> ico--book</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="e935" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe935;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e908" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe908;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs2">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--bubbles"></span>
-                <span class="mls"> ico--bubbles</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="e930" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe930;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e943" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe943;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs2">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--map"></span>
-                <span class="mls"> ico--map</span>
+                <span class="ico--at"></span>
+                <span class="mls"> ico--at</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="&#xe914;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e905" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe905;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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>
+    <div class="clearfix mhl ptl">
+        <h1 class="mvm mtn fgc1">Grid Size: 14</h1>
+        <div class="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--compass"></span>
-                <span class="mls"> ico--compass</span>
+                <span class="ico--bed"></span>
+                <span class="mls"> ico--bed</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="&#xe915;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e969" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe969;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--folder-open"></span>
-                <span class="mls"> ico--folder-open</span>
+                <span class="ico--train"></span>
+                <span class="mls"> ico--train</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="&#xe916;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e96a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe96a;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--folder"></span>
-                <span class="mls"> ico--folder</span>
+                <span class="ico--bus"></span>
+                <span class="mls"> ico--bus</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="&#xe917;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e96b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe96b;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--drawer"></span>
-                <span class="mls"> ico--drawer</span>
+                <span class="ico--wheelchair"></span>
+                <span class="mls"> ico--wheelchair</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="&#xe918;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e966" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe966;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--stop"></span>
-                <span class="mls"> ico--stop</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="e919" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe919;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e93d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe93d;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--github"></span>
-                <span class="mls"> ico--github</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="e91a" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe91a;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e93e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe93e;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--clock"></span>
-                <span class="mls"> ico--clock</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="e91b" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe91b;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e92d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe92d;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs3">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--calendar"></span>
-                <span class="mls"> ico--calendar</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="e91c" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe91c;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e90b" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe90b;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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>
+    <div class="clearfix mhl ptl">
+        <h1 class="mvm mtn fgc1">Grid Size: 32</h1>
+        <div class="glyph fs4">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--flickr"></span>
-                <span class="mls"> ico--flickr</span>
+                <span class="ico--strategy"></span>
+                <span class="mls"> ico--strategy</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="&#xe91d;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e932" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe932;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs4">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--instagram"></span>
-                <span class="mls"> ico--instagram</span>
+                <span class="ico--pig"></span>
+                <span class="mls"> ico--pig</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="&#xe91e;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e928" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe928;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs4">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--twitter"></span>
-                <span class="mls"> ico--twitter</span>
+                <span class="ico--thermometer"></span>
+                <span class="mls"> ico--thermometer</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="&#xe91f;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e90a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe90a;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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>
+    <div class="clearfix mhl ptl">
+        <h1 class="mvm mtn fgc1">Grid Size: 24</h1>
+        <div class="glyph fs5">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--newspaper"></span>
-                <span class="mls"> ico--newspaper</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="e920" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe920;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e933" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe933;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs5">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--cart"></span>
-                <span class="mls"> ico--cart</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="e921" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe921;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e923" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe923;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs5">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--home"></span>
-                <span class="mls"> ico--home</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="e922" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe922;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e924" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe924;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs5">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--link"></span>
-                <span class="mls"> ico--link</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="e912" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe912;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e925" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe925;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs5">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--power"></span>
-                <span class="mls"> ico--power</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="e90c" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe90c;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e926" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe926;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs5">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--rocket"></span>
-                <span class="mls"> ico--rocket</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="e946" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe946;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e910" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe910;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 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="glyph fs5">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--location"></span>
-                <span class="mls"> ico--location</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="e906" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe906;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e909" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe909;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div 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 fs6">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--phone"></span>
-                <span class="mls"> ico--phone</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="e907" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe907;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e90d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe90d;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
@@ -1444,12 +1514,12 @@
         </div>
         <div class="glyph fs6">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--linkedin"></span>
-                <span class="mls"> ico--linkedin</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="e903" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe903;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e90f" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe90f;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
@@ -1458,12 +1528,12 @@
         </div>
         <div class="glyph fs6">
             <div class="clearfix bshadow0 pbs">
-                <span class="ico--facebook"></span>
-                <span class="mls"> ico--facebook</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="e902" class="unit size1of2" />
-                <input type="text" maxlength="1" readonly value="&#xe902;" class="unitRight size1of2 talign-right" />
+                <input type="text" readonly value="e90e" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe90e;" class="unitRight size1of2 talign-right" />
             </fieldset>
             <div class="fs0 bshadow0 clearfix hidden-true">
                 <span class="unit pvs fgc1">liga: </span>
diff --git a/source/icons/fonts/pirati-ui.eot b/source/icons/fonts/pirati-ui.eot
index d4121fc3a60762798dbf38796c86b7629257e1cc..7d2e824a94e622568aa2591e684456951d0d8e20 100644
Binary files a/source/icons/fonts/pirati-ui.eot and b/source/icons/fonts/pirati-ui.eot differ
diff --git a/source/icons/fonts/pirati-ui.svg b/source/icons/fonts/pirati-ui.svg
index c8f76d364270801aa0fdf9baf93539ca0149930d..50311b5247b419cb577ce92991c7f523c3c8d277 100644
--- a/source/icons/fonts/pirati-ui.svg
+++ b/source/icons/fonts/pirati-ui.svg
@@ -110,4 +110,9 @@
 <glyph unicode="&#xe964;" 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="&#xe965;" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
 <glyph unicode="&#xe966;" glyph-name="wheelchair" horiz-adv-x="931" d="M584.571 272.571l58.286-116.571c-44-136-170.857-229.143-313.714-229.143-181.143 0-329.143 148-329.143 329.143 0 138.286 86.857 261.714 216.571 309.143l9.714-74.857c-93.143-41.143-153.143-132.571-153.143-234.286 0-141.143 114.857-256 256-256 146.857 0 265.714 125.714 255.429 272.571zM897.714 215.428l33.143-65.143-146.286-73.143c-5.143-2.857-10.857-4-16.571-4-13.714 0-26.857 8-32.571 20l-136.571 272.571h-269.714c-18.286 0-34.286 14.286-36.571 32.571l-54.857 445.143c-0.571 5.714 1.714 18.286 3.429 24 10.857 39.429 47.429 65.143 88 65.143 50.286 0 91.429-41.143 91.429-91.429 0-52-45.714-96.571-98.286-90.857l21.143-165.143h241.714v-73.143h-232.571l9.143-73.143h260c13.714 0 26.857-8 32.571-20l130.286-260z" />
+<glyph unicode="&#xe967;" glyph-name="glass" d="M889.162 780.23c7.568 9.632 8.972 22.742 3.62 33.758-5.356 11.018-16.532 18.012-28.782 18.012h-704c-12.25 0-23.426-6.994-28.78-18.012-5.356-11.018-3.95-24.126 3.618-33.758l313.162-398.57v-381.66h-96c-17.672 0-32-14.326-32-32s14.328-32 32-32h320c17.674 0 32 14.326 32 32s-14.326 32-32 32h-96v381.66l313.162 398.57zM798.162 768l-100.572-128h-371.18l-100.57 128h572.322z" />
+<glyph unicode="&#xe968;" glyph-name="food" d="M921.6 409.6v-358.4c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4v0 256h-102.4v512c0 84.831 68.769 153.6 153.6 153.6v0h153.6v-563.2zM204.8 460.8c-56.554 0-102.4 45.846-102.4 102.4v0 358.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-204.8h51.2v204.8c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-204.8h51.2v204.8c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-358.4c0-56.554-45.846-102.4-102.4-102.4v0-409.6c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4v0 409.6z" />
+<glyph unicode="&#xe969;" glyph-name="bed" horiz-adv-x="1170" d="M146.286 365.714h987.429c20 0 36.571-16.571 36.571-36.571v-256h-146.286v146.286h-877.714v-146.286h-146.286v694.857c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571v-402.286zM475.429 548.571c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286zM1170.286 402.286v36.571c0 121.143-98.286 219.429-219.429 219.429h-402.286c-20 0-36.571-16.571-36.571-36.571v-219.429h658.286z" />
+<glyph unicode="&#xe96a;" glyph-name="train" horiz-adv-x="878" d="M621.714 950.857c141.143 0 256-81.714 256-182.857v-512c0-98.857-109.143-178.857-246.286-182.286l121.714-115.429c12-11.429 4-31.429-12.571-31.429h-603.429c-16.571 0-24.571 20-12.571 31.429l121.714 115.429c-137.143 3.429-246.286 83.429-246.286 182.286v512c0 101.143 114.857 182.857 256 182.857h365.714zM438.857 182.857c60.571 0 109.714 49.143 109.714 109.714s-49.143 109.714-109.714 109.714-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714zM768 512v292.571h-658.286v-292.571h658.286z" />
+<glyph unicode="&#xe96b;" glyph-name="bus" horiz-adv-x="878" d="M219.429 256c0 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.143zM804.571 256c0 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.143zM778.286 482.286l-41.143 219.429c-3.429 17.143-18.286 29.714-36 29.714h-524.571c-17.714 0-32.571-12.571-36-29.714l-41.143-219.429c-4-22.857 13.143-43.429 36-43.429h606.857c22.857 0 40 20.571 36 43.429zM649.143 832c0 15.429-12 27.429-27.429 27.429h-365.714c-14.857 0-27.429-12-27.429-27.429s12.571-27.429 27.429-27.429h365.714c15.429 0 27.429 12 27.429 27.429zM877.714 417.714v-344.571h-73.143v-73.143c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143v73.143h-438.857v-73.143c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143v73.143h-73.143v344.571c0 46.857 4 81.714 14.286 127.429l58.857 259.429c10.857 91.429 170.857 146.286 365.714 146.286s354.857-54.857 365.714-146.286l60-259.429c10.286-45.714 13.143-80.571 13.143-127.429z" />
 </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 666f6bdbc029e111ef921801efd4983e2615b247..6077db831dd26e2cc02223051c1ecef10f0e8040 100644
Binary files a/source/icons/fonts/pirati-ui.ttf and b/source/icons/fonts/pirati-ui.ttf differ
diff --git a/source/icons/fonts/pirati-ui.woff b/source/icons/fonts/pirati-ui.woff
index eb37698a501486433e7e0d546c57210219645b1d..fc22ab0410e3d940917ad963a722ebeae7756cc8 100644
Binary files a/source/icons/fonts/pirati-ui.woff and b/source/icons/fonts/pirati-ui.woff differ
diff --git a/source/icons/selection.json b/source/icons/selection.json
index 250c6bda1d56f9fa6a880faae92cf29e7e2661d1..50381fbf2c55b15ab5caa1f63849ac4ef66eb797 100644
--- a/source/icons/selection.json
+++ b/source/icons/selection.json
@@ -1 +1 @@
-{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M584.571 678.286l58.286 116.571c-44 136-170.857 229.143-313.714 229.143-181.143 0-329.143-148-329.143-329.143 0-138.286 86.857-261.714 216.571-309.143l9.714 74.857c-93.143 41.143-153.143 132.571-153.143 234.286 0 141.143 114.857 256 256 256 146.857 0 265.714-125.714 255.429-272.571zM897.714 735.429l33.143 65.143-146.286 73.143c-5.143 2.857-10.857 4-16.571 4-13.714 0-26.857-8-32.571-20l-136.571-272.571h-269.714c-18.286 0-34.286-14.286-36.571-32.571l-54.857-445.143c-0.571-5.714 1.714-18.286 3.429-24 10.857-39.429 47.429-65.143 88-65.143 50.286 0 91.429 41.143 91.429 91.429 0 52-45.714 96.571-98.286 90.857l21.143 165.143h241.714v73.143h-232.571l9.143 73.143h260c13.714 0 26.857 8 32.571 20l130.286 260z"],"attrs":[{}],"width":931,"isMulticolor":false,"isMulticolor2":false,"tags":["wheelchair"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":28,"code":59750,"name":"wheelchair"},"setIdx":0,"setId":2,"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":1,"setId":1,"iconIdx":19},{"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":1,"setId":1,"iconIdx":20},{"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":1,"setId":1,"iconIdx":21},{"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":1,"setId":1,"iconIdx":22},{"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":1,"setId":1,"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":1,"setId":1,"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":1,"setId":1,"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":1,"setId":1,"iconIdx":3},{"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":1,"setId":1,"iconIdx":4},{"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":1,"setId":1,"iconIdx":5},{"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":1,"iconIdx":6},{"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":1,"setId":1,"iconIdx":7},{"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":1,"setId":1,"iconIdx":8},{"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":1,"setId":1,"iconIdx":9},{"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":1,"setId":1,"iconIdx":10},{"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":1,"setId":1,"iconIdx":11},{"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":1,"setId":1,"iconIdx":12},{"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":1,"setId":1,"iconIdx":13},{"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":1,"setId":1,"iconIdx":14},{"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":1,"setId":1,"iconIdx":15},{"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":1,"setId":1,"iconIdx":16},{"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":1,"setId":1,"iconIdx":17},{"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":1,"setId":1,"iconIdx":18},{"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":1,"setId":1,"iconIdx":23},{"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":1,"setId":1,"iconIdx":24},{"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":1,"setId":1,"iconIdx":25},{"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":1,"setId":1,"iconIdx":26},{"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":1,"setId":1,"iconIdx":27},{"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":1,"setId":1,"iconIdx":28},{"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":1,"setId":1,"iconIdx":29},{"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":1,"setId":1,"iconIdx":30},{"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":1,"setId":1,"iconIdx":31},{"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":1,"setId":1,"iconIdx":32},{"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":1,"setId":1,"iconIdx":33},{"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":1,"setId":1,"iconIdx":34},{"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":1,"setId":1,"iconIdx":35},{"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":1,"setId":1,"iconIdx":36},{"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":1,"setId":1,"iconIdx":37},{"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":1,"setId":1,"iconIdx":38},{"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":1,"setId":1,"iconIdx":39},{"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":1,"setId":1,"iconIdx":40},{"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":1,"setId":1,"iconIdx":41},{"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":1,"setId":1,"iconIdx":42},{"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":1,"setId":1,"iconIdx":43},{"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":1,"setId":1,"iconIdx":44},{"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":1,"setId":1,"iconIdx":45},{"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":1,"setId":1,"iconIdx":46},{"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":1,"setId":1,"iconIdx":47},{"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":1,"setId":1,"iconIdx":48},{"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":1,"setId":1,"iconIdx":49},{"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":1,"setId":1,"iconIdx":50},{"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":1,"setId":1,"iconIdx":51},{"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":1,"setId":1,"iconIdx":52},{"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":1,"setId":1,"iconIdx":53},{"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":1,"setId":1,"iconIdx":54},{"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":1,"setId":1,"iconIdx":55},{"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":1,"setId":1,"iconIdx":56},{"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":1,"setId":1,"iconIdx":57},{"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":1,"setId":1,"iconIdx":58},{"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":1,"setId":1,"iconIdx":59},{"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":1,"setId":1,"iconIdx":60},{"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":1,"setId":1,"iconIdx":61},{"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":1,"setId":1,"iconIdx":62},{"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":1,"setId":1,"iconIdx":63},{"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":1,"setId":1,"iconIdx":64},{"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":1,"setId":1,"iconIdx":65},{"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":1,"setId":1,"iconIdx":66},{"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":1,"setId":1,"iconIdx":67},{"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":1,"setId":1,"iconIdx":68},{"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":1,"setId":1,"iconIdx":69},{"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":1,"setId":1,"iconIdx":70},{"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":1,"setId":1,"iconIdx":71},{"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":1,"setId":1,"iconIdx":72},{"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":1,"setId":1,"iconIdx":73},{"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":1,"setId":1,"iconIdx":74},{"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":1,"setId":1,"iconIdx":75},{"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":1,"setId":1,"iconIdx":76},{"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":1,"setId":1,"iconIdx":77},{"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":1,"setId":1,"iconIdx":78},{"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":1,"setId":1,"iconIdx":79},{"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":1,"setId":1,"iconIdx":80},{"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":1,"setId":1,"iconIdx":81},{"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":1,"setId":1,"iconIdx":82},{"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":1,"setId":1,"iconIdx":83},{"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":1,"setId":1,"iconIdx":84},{"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":1,"setId":1,"iconIdx":85},{"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":1,"setId":1,"iconIdx":86},{"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":1,"setId":1,"iconIdx":87},{"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":1,"setId":1,"iconIdx":88},{"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":1,"setId":1,"iconIdx":89},{"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":1,"setId":1,"iconIdx":90},{"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":1,"setId":1,"iconIdx":91},{"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":1,"setId":1,"iconIdx":92},{"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":1,"setId":1,"iconIdx":93},{"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":1,"setId":1,"iconIdx":94},{"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":1,"setId":1,"iconIdx":95},{"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":1,"setId":1,"iconIdx":96},{"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":1,"setId":1,"iconIdx":97},{"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":1,"setId":1,"iconIdx":98},{"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":1,"setId":1,"iconIdx":99},{"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":1,"setId":1,"iconIdx":100},{"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":1,"setId":1,"iconIdx":101}],"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
+{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M889.162 179.77c7.568-9.632 8.972-22.742 3.62-33.758-5.356-11.018-16.532-18.012-28.782-18.012h-704c-12.25 0-23.426 6.994-28.78 18.012-5.356 11.018-3.95 24.126 3.618 33.758l313.162 398.57v381.66h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-381.66l313.162-398.57zM798.162 192l-100.572 128h-371.18l-100.57-128h572.322z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["glass","drink","beverage","wine"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"name":"glass","code":59751},"setIdx":0,"setId":4,"iconIdx":0},{"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":3,"setId":1,"iconIdx":23},{"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":3,"setId":1,"iconIdx":24},{"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":3,"setId":1,"iconIdx":25},{"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":3,"setId":1,"iconIdx":26},{"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":3,"setId":1,"iconIdx":27},{"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":3,"setId":1,"iconIdx":28},{"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":3,"setId":1,"iconIdx":29},{"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":3,"setId":1,"iconIdx":30},{"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":3,"setId":1,"iconIdx":31},{"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":3,"setId":1,"iconIdx":32},{"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":3,"setId":1,"iconIdx":33},{"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":3,"setId":1,"iconIdx":34},{"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":3,"setId":1,"iconIdx":35},{"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":3,"setId":1,"iconIdx":36},{"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":3,"setId":1,"iconIdx":37},{"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":3,"setId":1,"iconIdx":38},{"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":3,"setId":1,"iconIdx":39},{"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":3,"setId":1,"iconIdx":40},{"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":3,"setId":1,"iconIdx":41},{"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":3,"setId":1,"iconIdx":42},{"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":3,"setId":1,"iconIdx":43},{"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":3,"setId":1,"iconIdx":44},{"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":3,"setId":1,"iconIdx":45},{"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":3,"setId":1,"iconIdx":46},{"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":3,"setId":1,"iconIdx":47},{"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":3,"setId":1,"iconIdx":48},{"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":3,"setId":1,"iconIdx":49},{"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":3,"setId":1,"iconIdx":50},{"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":3,"setId":1,"iconIdx":51},{"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":3,"setId":1,"iconIdx":52},{"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":3,"setId":1,"iconIdx":53},{"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":3,"setId":1,"iconIdx":54},{"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":3,"setId":1,"iconIdx":55},{"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":3,"setId":1,"iconIdx":56},{"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":3,"setId":1,"iconIdx":57},{"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":3,"setId":1,"iconIdx":58},{"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":3,"setId":1,"iconIdx":59},{"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":3,"setId":1,"iconIdx":60},{"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":3,"setId":1,"iconIdx":61},{"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":3,"setId":1,"iconIdx":62},{"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":3,"setId":1,"iconIdx":63},{"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":3,"setId":1,"iconIdx":64},{"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":3,"setId":1,"iconIdx":65},{"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":3,"setId":1,"iconIdx":66},{"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":3,"setId":1,"iconIdx":67},{"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":3,"setId":1,"iconIdx":68},{"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":3,"setId":1,"iconIdx":69},{"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":3,"setId":1,"iconIdx":70},{"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":3,"setId":1,"iconIdx":71},{"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":3,"setId":1,"iconIdx":72},{"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":3,"setId":1,"iconIdx":73},{"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":3,"setId":1,"iconIdx":74},{"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":3,"setId":1,"iconIdx":75},{"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":3,"setId":1,"iconIdx":76},{"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":3,"setId":1,"iconIdx":77},{"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":3,"setId":1,"iconIdx":78},{"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":3,"setId":1,"iconIdx":79},{"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":3,"setId":1,"iconIdx":80},{"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":3,"setId":1,"iconIdx":81},{"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":3,"setId":1,"iconIdx":82},{"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":3,"setId":1,"iconIdx":83},{"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":3,"setId":1,"iconIdx":84},{"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":3,"setId":1,"iconIdx":85},{"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":3,"setId":1,"iconIdx":86},{"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":3,"setId":1,"iconIdx":87},{"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":3,"setId":1,"iconIdx":88},{"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":3,"setId":1,"iconIdx":89},{"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":3,"setId":1,"iconIdx":90},{"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":3,"setId":1,"iconIdx":91},{"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":3,"setId":1,"iconIdx":92},{"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":3,"setId":1,"iconIdx":93},{"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":3,"setId":1,"iconIdx":94},{"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":3,"setId":1,"iconIdx":95},{"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":3,"setId":1,"iconIdx":96},{"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":3,"setId":1,"iconIdx":97},{"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":3,"setId":1,"iconIdx":98},{"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":3,"setId":1,"iconIdx":99},{"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":3,"setId":1,"iconIdx":100},{"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":3,"setId":1,"iconIdx":101},{"icon":{"paths":["M921.6 563.2v358.4c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4v0-256h-102.4v-512c0-84.831 68.769-153.6 153.6-153.6v0h153.6v563.2zM204.8 512c-56.554 0-102.4-45.846-102.4-102.4v0-358.4c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 204.8h51.2v-204.8c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 204.8h51.2v-204.8c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 358.4c0 56.554-45.846 102.4-102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4v0-409.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["location-food"],"grid":20},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":20,"name":"food","code":59752},"setIdx":1,"setId":3,"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.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":3,"setId":1,"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":3,"setId":1,"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":3,"setId":1,"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":3,"setId":1,"iconIdx":3},{"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":3,"setId":1,"iconIdx":4},{"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":3,"setId":1,"iconIdx":5},{"icon":{"paths":["M146.286 585.143h987.429c20 0 36.571 16.571 36.571 36.571v256h-146.286v-146.286h-877.714v146.286h-146.286v-694.857c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v402.286zM475.429 402.286c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM1170.286 548.571v-36.571c0-121.143-98.286-219.429-219.429-219.429h-402.286c-20 0-36.571 16.571-36.571 36.571v219.429h658.286z"],"attrs":[{}],"width":1170,"isMulticolor":false,"isMulticolor2":false,"tags":["bed","hotel"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":3,"prevSize":28,"name":"bed","code":59753},"setIdx":2,"setId":2,"iconIdx":0},{"icon":{"paths":["M621.714 0c141.143 0 256 81.714 256 182.857v512c0 98.857-109.143 178.857-246.286 182.286l121.714 115.429c12 11.429 4 31.429-12.571 31.429h-603.429c-16.571 0-24.571-20-12.571-31.429l121.714-115.429c-137.143-3.429-246.286-83.429-246.286-182.286v-512c0-101.143 114.857-182.857 256-182.857h365.714zM438.857 768c60.571 0 109.714-49.143 109.714-109.714s-49.143-109.714-109.714-109.714-109.714 49.143-109.714 109.714 49.143 109.714 109.714 109.714zM768 438.857v-292.571h-658.286v292.571h658.286z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["train"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":2,"prevSize":28,"name":"train","code":59754},"setIdx":2,"setId":2,"iconIdx":1},{"icon":{"paths":["M219.429 694.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.143zM804.571 694.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.143zM778.286 468.571l-41.143-219.429c-3.429-17.143-18.286-29.714-36-29.714h-524.571c-17.714 0-32.571 12.571-36 29.714l-41.143 219.429c-4 22.857 13.143 43.429 36 43.429h606.857c22.857 0 40-20.571 36-43.429zM649.143 118.857c0-15.429-12-27.429-27.429-27.429h-365.714c-14.857 0-27.429 12-27.429 27.429s12.571 27.429 27.429 27.429h365.714c15.429 0 27.429-12 27.429-27.429zM877.714 533.143v344.571h-73.143v73.143c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143v-73.143h-438.857v73.143c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143v-73.143h-73.143v-344.571c0-46.857 4-81.714 14.286-127.429l58.857-259.429c10.857-91.429 170.857-146.286 365.714-146.286s354.857 54.857 365.714 146.286l60 259.429c10.286 45.714 13.143 80.571 13.143 127.429z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["bus"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":28,"name":"bus","code":59755},"setIdx":2,"setId":2,"iconIdx":2},{"icon":{"paths":["M584.571 678.286l58.286 116.571c-44 136-170.857 229.143-313.714 229.143-181.143 0-329.143-148-329.143-329.143 0-138.286 86.857-261.714 216.571-309.143l9.714 74.857c-93.143 41.143-153.143 132.571-153.143 234.286 0 141.143 114.857 256 256 256 146.857 0 265.714-125.714 255.429-272.571zM897.714 735.429l33.143 65.143-146.286 73.143c-5.143 2.857-10.857 4-16.571 4-13.714 0-26.857-8-32.571-20l-136.571-272.571h-269.714c-18.286 0-34.286-14.286-36.571-32.571l-54.857-445.143c-0.571-5.714 1.714-18.286 3.429-24 10.857-39.429 47.429-65.143 88-65.143 50.286 0 91.429 41.143 91.429 91.429 0 52-45.714 96.571-98.286 90.857l21.143 165.143h241.714v73.143h-232.571l9.143 73.143h260c13.714 0 26.857 8 32.571 20l130.286 260z"],"attrs":[{}],"width":931,"isMulticolor":false,"isMulticolor2":false,"tags":["wheelchair"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":28,"code":59750,"name":"wheelchair"},"setIdx":2,"setId":2,"iconIdx":3},{"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":3,"setId":1,"iconIdx":19},{"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":3,"setId":1,"iconIdx":20},{"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":3,"setId":1,"iconIdx":21},{"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":3,"setId":1,"iconIdx":22},{"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":3,"setId":1,"iconIdx":6},{"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":1,"iconIdx":7},{"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":3,"setId":1,"iconIdx":8},{"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":3,"setId":1,"iconIdx":9},{"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":3,"setId":1,"iconIdx":10},{"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":3,"setId":1,"iconIdx":11},{"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":3,"setId":1,"iconIdx":12},{"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":3,"setId":1,"iconIdx":13},{"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":3,"setId":1,"iconIdx":14},{"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":3,"setId":1,"iconIdx":15},{"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":3,"setId":1,"iconIdx":16},{"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":3,"setId":1,"iconIdx":17},{"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":3,"setId":1,"iconIdx":18}],"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 efd6465fad8b9869192cc470f5e061e459aa8f0d..7b690113dc6dbe362ada999c52051f72f06fd42d 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?urfwqh');
-  src:  url('fonts/pirati-ui.eot?urfwqh#iefix') format('embedded-opentype'),
-    url('fonts/pirati-ui.ttf?urfwqh') format('truetype'),
-    url('fonts/pirati-ui.woff?urfwqh') format('woff'),
-    url('fonts/pirati-ui.svg?urfwqh#pirati-ui') format('svg');
+  src:  url('fonts/pirati-ui.eot?7u2aox');
+  src:  url('fonts/pirati-ui.eot?7u2aox#iefix') format('embedded-opentype'),
+    url('fonts/pirati-ui.ttf?7u2aox') format('truetype'),
+    url('fonts/pirati-ui.woff?7u2aox') format('woff'),
+    url('fonts/pirati-ui.svg?7u2aox#pirati-ui') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;
@@ -25,77 +25,8 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
-.ico--wheelchair:before {
-  content: "\e966";
-}
-.ico--thumbs-down:before {
-  content: "\e93d";
-}
-.ico--thumbs-up:before {
-  content: "\e93e";
-}
-.ico--anchor:before {
-  content: "\e92d";
-}
-.ico--paw:before {
-  content: "\e90b";
-}
-.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--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--jitsi:before {
-  content: "\e90f";
-}
-.ico--open-source:before {
-  content: "\e90e";
+.ico--glass:before {
+  content: "\e967";
 }
 .ico--checkmark:before {
   content: "\e965";
@@ -334,3 +265,87 @@
 .ico--facebook:before {
   content: "\e902";
 }
+.ico--food:before {
+  content: "\e968";
+}
+.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--at:before {
+  content: "\e905";
+}
+.ico--bed:before {
+  content: "\e969";
+}
+.ico--train:before {
+  content: "\e96a";
+}
+.ico--bus:before {
+  content: "\e96b";
+}
+.ico--wheelchair:before {
+  content: "\e966";
+}
+.ico--thumbs-down:before {
+  content: "\e93d";
+}
+.ico--thumbs-up:before {
+  content: "\e93e";
+}
+.ico--anchor:before {
+  content: "\e92d";
+}
+.ico--paw:before {
+  content: "\e90b";
+}
+.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--jitsi:before {
+  content: "\e90f";
+}
+.ico--open-source:before {
+  content: "\e90e";
+}
diff --git a/source/icons/style.scss b/source/icons/style.scss
index 2aed8b46805b97eba05ff72d69f655f2067879c8..05785139b0096b7d9f196e875478398e56e0961a 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?urfwqh');
-  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?urfwqh#iefix') format('embedded-opentype'),
-    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?urfwqh') format('truetype'),
-    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?urfwqh') format('woff'),
-    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?urfwqh##{$icomoon-font-family}') format('svg');
+  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?7u2aox');
+  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?7u2aox#iefix') format('embedded-opentype'),
+    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?7u2aox') format('truetype'),
+    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?7u2aox') format('woff'),
+    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?7u2aox##{$icomoon-font-family}') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;
@@ -27,124 +27,9 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
-.ico--wheelchair {
-  &:before {
-    content: $ico--wheelchair; 
-  }
-}
-.ico--thumbs-down {
-  &:before {
-    content: $ico--thumbs-down; 
-  }
-}
-.ico--thumbs-up {
-  &:before {
-    content: $ico--thumbs-up; 
-  }
-}
-.ico--anchor {
+.ico--glass {
   &:before {
-    content: $ico--anchor; 
-  }
-}
-.ico--paw {
-  &:before {
-    content: $ico--paw; 
-  }
-}
-.ico--dots-three-vertical {
-  &:before {
-    content: $ico--dots-three-vertical; 
-  }
-}
-.ico--dots-three-horizontal {
-  &:before {
-    content: $ico--dots-three-horizontal; 
-  }
-}
-.ico--log-out {
-  &:before {
-    content: $ico--log-out; 
-  }
-}
-.ico--envelope {
-  &:before {
-    content: $ico--envelope; 
-  }
-}
-.ico--pin {
-  &:before {
-    content: $ico--pin; 
-  }
-}
-.ico--at {
-  &:before {
-    content: $ico--at; 
-  }
-}
-.ico--strategy {
-  &:before {
-    content: $ico--strategy; 
-  }
-}
-.ico--pig {
-  &:before {
-    content: $ico--pig; 
-  }
-}
-.ico--thermometer {
-  &:before {
-    content: $ico--thermometer; 
-  }
-}
-.ico--menu {
-  &:before {
-    content: $ico--menu; 
-  }
-}
-.ico--chevron-right {
-  &:before {
-    content: $ico--chevron-right; 
-  }
-}
-.ico--chevron-left {
-  &:before {
-    content: $ico--chevron-left; 
-  }
-}
-.ico--chevron-down {
-  &:before {
-    content: $ico--chevron-down; 
-  }
-}
-.ico--chevron-up {
-  &:before {
-    content: $ico--chevron-up; 
-  }
-}
-.ico--link-horizontal {
-  &:before {
-    content: $ico--link-horizontal; 
-  }
-}
-.ico--beer {
-  &:before {
-    content: $ico--beer; 
-  }
-}
-.ico--pirati {
-  &:before {
-    content: $ico--pirati; 
-  }
-}
-.ico--jitsi {
-  &:before {
-    content: $ico--jitsi; 
-  }
-}
-.ico--open-source {
-  &:before {
-    content: $ico--open-source; 
+    content: $ico--glass; 
   }
 }
 .ico--checkmark {
@@ -542,4 +427,144 @@
     content: $ico--facebook; 
   }
 }
+.ico--food {
+  &:before {
+    content: $ico--food; 
+  }
+}
+.ico--dots-three-vertical {
+  &:before {
+    content: $ico--dots-three-vertical; 
+  }
+}
+.ico--dots-three-horizontal {
+  &:before {
+    content: $ico--dots-three-horizontal; 
+  }
+}
+.ico--log-out {
+  &:before {
+    content: $ico--log-out; 
+  }
+}
+.ico--envelope {
+  &:before {
+    content: $ico--envelope; 
+  }
+}
+.ico--pin {
+  &:before {
+    content: $ico--pin; 
+  }
+}
+.ico--at {
+  &:before {
+    content: $ico--at; 
+  }
+}
+.ico--bed {
+  &:before {
+    content: $ico--bed; 
+  }
+}
+.ico--train {
+  &:before {
+    content: $ico--train; 
+  }
+}
+.ico--bus {
+  &:before {
+    content: $ico--bus; 
+  }
+}
+.ico--wheelchair {
+  &:before {
+    content: $ico--wheelchair; 
+  }
+}
+.ico--thumbs-down {
+  &:before {
+    content: $ico--thumbs-down; 
+  }
+}
+.ico--thumbs-up {
+  &:before {
+    content: $ico--thumbs-up; 
+  }
+}
+.ico--anchor {
+  &:before {
+    content: $ico--anchor; 
+  }
+}
+.ico--paw {
+  &:before {
+    content: $ico--paw; 
+  }
+}
+.ico--strategy {
+  &:before {
+    content: $ico--strategy; 
+  }
+}
+.ico--pig {
+  &:before {
+    content: $ico--pig; 
+  }
+}
+.ico--thermometer {
+  &:before {
+    content: $ico--thermometer; 
+  }
+}
+.ico--menu {
+  &:before {
+    content: $ico--menu; 
+  }
+}
+.ico--chevron-right {
+  &:before {
+    content: $ico--chevron-right; 
+  }
+}
+.ico--chevron-left {
+  &:before {
+    content: $ico--chevron-left; 
+  }
+}
+.ico--chevron-down {
+  &:before {
+    content: $ico--chevron-down; 
+  }
+}
+.ico--chevron-up {
+  &:before {
+    content: $ico--chevron-up; 
+  }
+}
+.ico--link-horizontal {
+  &:before {
+    content: $ico--link-horizontal; 
+  }
+}
+.ico--beer {
+  &:before {
+    content: $ico--beer; 
+  }
+}
+.ico--pirati {
+  &:before {
+    content: $ico--pirati; 
+  }
+}
+.ico--jitsi {
+  &:before {
+    content: $ico--jitsi; 
+  }
+}
+.ico--open-source {
+  &:before {
+    content: $ico--open-source; 
+  }
+}
 
diff --git a/source/icons/variables.scss b/source/icons/variables.scss
index 8f49bbff6ffbc161e0e2c8cbd15961c68cd1fe84..614153706f2fb5359be6f7dd70d1f5478351b876 100644
--- a/source/icons/variables.scss
+++ b/source/icons/variables.scss
@@ -1,30 +1,7 @@
 $icomoon-font-family: "pirati-ui" !default;
 $icomoon-font-path: "fonts" !default;
 
-$ico--wheelchair: "\e966";
-$ico--thumbs-down: "\e93d";
-$ico--thumbs-up: "\e93e";
-$ico--anchor: "\e92d";
-$ico--paw: "\e90b";
-$ico--dots-three-vertical: "\e940";
-$ico--dots-three-horizontal: "\e941";
-$ico--log-out: "\e942";
-$ico--envelope: "\e908";
-$ico--pin: "\e943";
-$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--jitsi: "\e90f";
-$ico--open-source: "\e90e";
+$ico--glass: "\e967";
 $ico--checkmark: "\e965";
 $ico--info: "\e901";
 $ico--question: "\e904";
@@ -104,4 +81,32 @@ $ico--location: "\e906";
 $ico--phone: "\e907";
 $ico--linkedin: "\e903";
 $ico--facebook: "\e902";
+$ico--food: "\e968";
+$ico--dots-three-vertical: "\e940";
+$ico--dots-three-horizontal: "\e941";
+$ico--log-out: "\e942";
+$ico--envelope: "\e908";
+$ico--pin: "\e943";
+$ico--at: "\e905";
+$ico--bed: "\e969";
+$ico--train: "\e96a";
+$ico--bus: "\e96b";
+$ico--wheelchair: "\e966";
+$ico--thumbs-down: "\e93d";
+$ico--thumbs-up: "\e93e";
+$ico--anchor: "\e92d";
+$ico--paw: "\e90b";
+$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--jitsi: "\e90f";
+$ico--open-source: "\e90e";