Page Builder Gutenberg Blocks – CoBlocks - Version 2.22.7

Version Description

/ 2022-03-18 =

Bug fixes
  • Fix superfluous focus issue with Accordion block #2310
Misc
  • Translate titles when registering blocks #2332
Download this release

Release Info

Developer Godaddy
Plugin Icon 128x128 Page Builder Gutenberg Blocks – CoBlocks
Version 2.22.7
Comparing to
See all releases

Code changes from version 2.22.6 to 2.22.7

class-coblocks.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
5
  * Author: GoDaddy
6
  * Author URI: https://www.godaddy.com
7
- * Version: 2.22.6
8
  * Text Domain: coblocks
9
  * Domain Path: /languages
10
  * Tested up to: 5.9
@@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
25
  exit;
26
  }
27
 
28
- define( 'COBLOCKS_VERSION', '2.22.6' );
29
  define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
30
  define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
31
  define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
4
  * Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
5
  * Author: GoDaddy
6
  * Author URI: https://www.godaddy.com
7
+ * Version: 2.22.7
8
  * Text Domain: coblocks
9
  * Domain Path: /languages
10
  * Tested up to: 5.9
25
  exit;
26
  }
27
 
28
+ define( 'COBLOCKS_VERSION', '2.22.7' );
29
  define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
30
  define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
31
  define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
dist/coblocks-1.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => 'c23a86bcbcc22729802ddc001472e8d5');
1
+ <?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '2f8c696713446f7a7c02156edbe4eaa8');
dist/coblocks-1.js CHANGED
@@ -9,7 +9,7 @@ description:(0,g.__)("Organize content within collapsable accordion items.","cob
9
  (0,g.__)("faq","coblocks")],supports:{align:["wide","full"],html:!1},attributes:T,example:{attributes:{count:2}},transforms:G,edit:e=>{const{clientId:t,attributes:r,className:l}=e,{insertBlock:n}=(0,_.useDispatch)("core/block-editor"),{getBlocksByClientId:o,getBlockHierarchyRootClientId:c,getSelectedBlockClientId:a,getBlockAttributes:i,isSelected:s}=(0,_.useSelect)((e=>e("core/block-editor")),[]),m=c(t),h=c(a()),d=s||m===h,{count:E}=r,x=o(t);return(0,v.createElement)(v.Fragment,null,d&&(0,v.createElement)(b,(0,f.Z)({insertBlock:n},e)),(0,v.createElement)("div",{className:l},(0,v.createElement)(p.InnerBlocks,{__experimentalCaptureToolbars:!0,allowedBlocks:S,template:B(E)}),d&&(0,v.createElement)("div",{className:"coblocks-block-appender"},(0,v.createElement)(w.Tooltip,{text:(0,g.__)("Add accordion item","coblocks")},(0,v.createElement)(w.Button,{className:"block-editor-button-block-appender",label:(0,g.__)("Add accordion item","coblocks"),onMouseDown:()=>{var e;const r=null===(e=x[0].innerBlocks[x[0].innerBlocks.length-1])||void 0===e?void 0:e.clientId;let l={};if(r){const e=i(r);["backgroundColor","borderColor","textColor","customTextColor"].forEach((t=>{null!=e&&e[t]&&(l={...l,[t]:e[t]})}))}const o=(0,u.createBlock)("coblocks/accordion-item",l,[]);n(o,void 0,t)}},(0,v.createElement)(C.Z,{icon:P}))))))},save:()=>(0,v.createElement)("div",null,(0,v.createElement)(p.InnerBlocks.Content,null))};var j=r(4184),A=r.n(j),O=(0,p.withColors)("backgroundColor",{textColor:"color"}),H=r(4333);const{getComputedStyle:$}=window,L=(0,w.withFallbackStyles)(((e,t)=>{const{backgroundColor:r,textColor:l}=t.attributes,n=e.querySelector('[contenteditable="true"]'),o=n?$(n):null;return{fallbackBackgroundColor:r||!o?void 0:o.backgroundColor,fallbackTextColor:l||!o?void 0:o.color}}));var I=(0,H.compose)([O,L])((e=>{const{attributes:t,setAttributes:r,backgroundColor:l,textColor:n,fallbackBackgroundColor:o,fallbackTextColor:c,setBackgroundColor:a,setTextColor:i}=e,{open:s}=t;return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.InspectorControls,null,(0,v.createElement)(w.PanelBody,{title:(0,g.__)("Accordion Item settings","coblocks")},(0,v.createElement)(w.ToggleControl
10
  /* translators: visually display open as opposed to closed */,{label:(0,g.__)("Display as open","coblocks"),checked:!!s,help:e=>e?(0,g.__)("Accordion item is open by default.","coblocks"):(0,g.__)("Toggle to set this accordion item to be open by default.","coblocks"),onChange:()=>r({open:!s})})),(0,v.createElement)(p.PanelColorSettings,{title:(0,g.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:l.color,onChange:(e.setAttributes({borderColor:e.backgroundColor.color}),a),label:(0,g.__)("Background color","coblocks")},{value:n.color,onChange:i,label:(0,g.__)("Text color","coblocks")}]},(0,v.createElement)(p.ContrastChecker,{textColor:n.color,backgroundColor:l.color,fallbackTextColor:c,fallbackBackgroundColor:o}))))})),Z=e=>{const{attributes:t,setAttributes:r}=e,{open:l}=t,n=[{icon:(0,v.createElement)(w.Icon,{icon:d.Og3}),isActive:!0===l,onClick:()=>r({open:!l})
11
  /* translators: toggle label to display the accordion open */,title:(0,g.__)("Display as open","coblocks")}];return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.BlockControls,null,(0,v.createElement)(w.ToolbarGroup,{controls:n})))};const F=[["core/paragraph",{placeholder:(0,g.__)("Add content…","coblocks")}]],W=(e,t)=>e.some((e=>e.clientId===t||W(e.innerBlocks,t)));var D=(0,H.compose)([O])((e=>{const{attributes:t,backgroundColor:r,className:l,isSelected:n,onReplace:o,setAttributes:c,textColor:a}=e,{title:i}=t,{isEditing:s}=(0,_.useSelect)((t=>{const{getSelectedBlockClientId:r,getBlocks:l}=t("core/block-editor"),n=r(),o=W(l(e.clientId),n);return{isEditing:r()===e.clientId||o}}));return(0,v.createElement)(v.Fragment,null,n&&(0,v.createElement)(Z,e),n&&(0,v.createElement)(I,e),(0,v.createElement)("div",{className:A()(l,{[`${l}--open`]:!0===s||t.open,"is-selected":n})},(0,v.createElement)(p.RichText,{tagName:"p"
12
- /* translators: Accordion is the block name */,placeholder:(0,g.__)("Write accordion item title…","coblocks"),value:i,className:A()("wp-block-coblocks-accordion-item__title",{"has-background":r.color,"has-text-color":a.color}),style:{backgroundColor:r.color,color:a.color},onChange:e=>c({title:e}),onRemove:e=>{const t=void 0===i||void 0!==i&&0===i.length;!e&&t&&o([])}}),(0,v.createElement)(w.Icon,{className:A()({"has-text-color":a.color}),style:{color:a.color},icon:!0===s||t.open?"arrow-down":"arrow-right"}),(!0===s||t.open)&&(0,v.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:{borderColor:r.color}},(0,v.createElement)(p.InnerBlocks,{template:F,templateInsertUpdatesSelection:!1,__experimentalCaptureToolbars:!0}))))})),U=JSON.parse('{"name":"coblocks/accordion-item","category":"common","attributes":{"title":{"type":"string","selector":".wp-block-coblocks-accordion__title"},"open":{"type":"boolean","default":false},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"borderColor":{"type":"string"}}}');const J=[{attributes:{...U.attributes},save(e){let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,open:o,textColor:c,borderColor:a,title:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()("wp-block-coblocks-accordion-item__title",{"has-background":r||l,[s]:s,"has-text-color":c||n,[u]:u}),h={backgroundColor:s?void 0:l,color:u?void 0:n},d={borderColor:a||l};return(0,v.createElement)("div",null,!p.RichText.isEmpty(i)&&(0,v.createElement)("details",{open:o},(0,v.createElement)(p.RichText.Content,{tagName:"summary",className:m,value:i,style:h}),(0,v.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:d},(0,v.createElement)(p.InnerBlocks.Content,null))))}}];var q=J;const{name:Q,category:X,attributes:K}=U,Y={
13
  /* translators: block name */
14
  title:(0,g.__)("Accordion Item","coblocks"),
15
  /* translators: block description */
@@ -17,7 +17,7 @@ description:(0,g.__)("Add collapsable accordion items to accordions.","coblocks"
17
  /* translators: block keyword */
18
  (0,g.__)("tabs","coblocks"),
19
  /* translators: block keyword (abbreviation for "frequently asked questions") */
20
- (0,g.__)("faq","coblocks")],parent:["coblocks/accordion"],supports:{reusable:!1,html:!1,inserter:!1},attributes:K,edit:D,save:e=>{let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,open:o,textColor:c,borderColor:a,title:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()("wp-block-coblocks-accordion-item__title",{"has-background":r||l,[s]:s,"has-text-color":c||n,[u]:u}),h={backgroundColor:s?void 0:l,color:u?void 0:n},d={borderColor:a||l};return(0,v.createElement)("div",null,!p.RichText.isEmpty(i)&&(0,v.createElement)("details",{open:o},(0,v.createElement)(p.RichText.Content,{tagName:"summary",className:m,value:i,style:h}),(0,v.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:d,tabIndex:"0"},(0,v.createElement)(p.InnerBlocks.Content,null))))},deprecated:q};var ee=JSON.parse('{"name":"coblocks/alert","category":"formatting","attributes":{"title":{"type":"string","source":"html","selector":".wp-block-coblocks-alert__title"},"value":{"type":"string","source":"html","selector":".wp-block-coblocks-alert__text","default":""},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"titleColor":{"type":"string"},"customTitleColor":{"type":"string"},"borderColor":{"type":"string"},"customBorderColor":{"type":"string"},"textAlign":{"type":"string"}}}');const te=[{attributes:{...ee.attributes,borderColor:{type:"string"},customBorderColor:{type:"string"},type:{type:"string",default:"default"}},save(e){let{attributes:t,className:r}=e;const{align:l,backgroundColor:n,borderColor:o,customBackgroundColor:c,customBorderColor:a,customTextColor:i,customTitleColor:s,textAlign:u,textColor:m,title:h,titleColor:d,type:f,value:g}=t,w=(0,p.getColorClassName)("background-color",n),b=(0,p.getColorClassName)("border-color",o),E=A()(r,`is-${f}-alert`,`align${l}`,{"has-background":n||c,[w]:w,[b]:b}),x={backgroundColor:w?void 0:c,borderColor:a,textAlign:u},k=(0,p.getColorClassName)("color",d),z=A()(r,"wp-block-coblocks-alert__title",{"has-text-color":d||s,[k]:k}),C={color:k?void 0:s},y=(0,p.getColorClassName)("color",m),P=A()("wp-block-coblocks-alert__text",{"has-text-color":m||i,[y]:y}),_={color:y?void 0:i};return(0,v.createElement)("div",{className:E,style:x},!p.RichText.isEmpty(h)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:z,value:h,style:C}),!p.RichText.isEmpty(g)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:P,value:g,style:_}))}},{attributes:ee.attributes,save(e){let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,textAlign:o,textColor:c,title:a,value:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()({"has-text-color":c||n,[u]:u,"has-background":r||l,[s]:s}),h={backgroundColor:s?void 0:l,color:u?void 0:n,textAlign:o||null};return(0,v.createElement)("div",{className:m,style:h},!p.RichText.isEmpty(a)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__title",value:a}),!p.RichText.isEmpty(i)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__text",value:i}))}},{attributes:ee.attributes,save(e){let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,textAlign:o,textColor:c,title:a,value:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()({"has-text-color":c||n,[u]:u,[`has-text-align-${o}`]:o,"has-background":r||l,[s]:s}),h={backgroundColor:s?void 0:l,color:u?void 0:n};return(0,v.createElement)("div",{className:m,style:h},!p.RichText.isEmpty(a)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__title",value:a}),!p.RichText.isEmpty(i)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__text",value:i}))}}];var re=te,le=e=>{const{attributes:t,setAttributes:r}=e,{textAlign:l}=t;return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.BlockControls,null,(0,v.createElement)(p.AlignmentToolbar,{value:l,onChange:e=>r({textAlign:e})})))},ne=(0,p.withColors)("backgroundColor",{textColor:"color"});const{getComputedStyle:oe}=window,ce=(0,w.withFallbackStyles)(((e,t)=>{const{textColor:r,backgroundColor:l}=t,n=l&&l.color,o=r&&r.color,c=!o&&e?e.querySelector('[contenteditable="true"]'):null;return{fallbackBackgroundColor:n||!e?void 0:oe(e).backgroundColor,fallbackTextColor:o||!c?void 0:oe(c).color}}));var ae=(0,H.compose)([ne,ce])((e=>{const{backgroundColor:t,fallbackBackgroundColor:r,fallbackTextColor:l,setBackgroundColor:n,setTextColor:o,textColor:c}=e;return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.InspectorControls,null,(0,v.createElement)(p.PanelColorSettings,{title:(0,g.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:t.color,onChange:n,label:(0,g.__)("Background color","coblocks")},{value:c.color,onChange:o,label:(0,g.__)("Text color","coblocks")}]},(0,v.createElement)(p.ContrastChecker,{isLargeText:!1,textColor:c.color,backgroundColor:t.color,fallbackBackgroundColor:r,fallbackTextColor:l}))))})),ie=(0,H.compose)([ne])((e=>{const{attributes:t,backgroundColor:r,className:l,isSelected:n,setAttributes:o,textColor:c}=e,{textAlign:a,title:i,value:s}=t,u=(0,H.usePrevious)(l);return(0,v.useEffect)((()=>{if(/is-\w+-alert/.test(l)){let e=l;e=e.replace("is-default-alert","is-style-info"),e=e.replace(/is-(\w+)-alert/,"is-style-$1"),o({className:e})}}),[]),(0,v.useEffect)((()=>{u&&!/is-\w+-alert/.test(u)&&u!==l&&o({backgroundColor:void 0,customBackgroundColor:void 0,textColor:void 0,customTextColor:void 0})}),[u,l]),(0,v.createElement)(v.Fragment,null,n&&(0,v.createElement)(le,e),n&&(0,v.createElement)(ae,e),(0,v.createElement)("div",{className:A()(l,{"has-background":r.color,"has-text-color":c.color,[`has-text-align-${a}`]:a,[r.class]:r.class,[c.class]:c.class}),style:{backgroundColor:r.color,color:c.color}},(!p.RichText.isEmpty(i)||n)&&(0,v.createElement)(p.RichText
21
  /* translators: placeholder text for input box */,{placeholder:(0,g.__)("Write title…","coblocks"),value:i,className:"wp-block-coblocks-alert__title",onChange:e=>o({title:e})}),(0,v.createElement)(p.RichText
22
  /* translators: placeholder text for input box */,{placeholder:(0,g.__)("Write text…","coblocks"),value:s,className:"wp-block-coblocks-alert__text",onChange:e=>o({value:e})})))})),se={from:[{type:"block",blocks:["core/paragraph"],transform:e=>{let{content:t}=e;return(0,u.createBlock)(ee.name,{value:t})}},{type:"raw",selector:".wp-block-coblocks-alert",transform:e=>(0,u.createBlock)(ee.name,{...(0,u.getBlockAttributes)(ee.name,e.outerHTML)})}],to:[{type:"block",blocks:["core/paragraph"],transform:e=>{let{value:t,title:r}=e;return r&&(t=r+"<br />"+t),t&&t.length?(0,u.createBlock)("core/paragraph",{content:t}):(0,u.createBlock)("core/paragraph")}}]};const{name:ue,category:me,attributes:he}=ee,ve={
23
  /* translators: block name */
@@ -109,4 +109,6 @@ description:(0,g.__)("Display multiple images in a beautiful carousel gallery.",
109
  /* translators: block keyword */
110
  (0,g.__)("photos","coblocks")],supports:{align:["wide","full"],html:!1,coBlocksSpacing:!0},transforms:ht,edit:e=>(0,v.createElement)(v.Suspense,{fallback:(0,v.createElement)(w.Spinner,null)},(0,v.createElement)(dt,e)),save:e=>{const{attributes:t}=e,{autoPlay:r,autoPlaySpeed:l,draggable:n,gutter:o,images:c,pauseHover:a,freeScroll:i,prevNextButtons:s,thumbnails:u,responsiveHeight:m,lightbox:h,loop:d,pageDots:f,gutterMobile:w,height:b,alignCells:E,gridSize:x,navForClass:k}=t;if(c.length<=0)return null;const z=A()("coblocks-gallery-carousel-swiper-container","is-cropped",...(0,nt.jJ)(t),{"has-horizontal-gutter":o>0,"has-lightbox":h,"has-no-thumbnails":!u}),C=A()("coblocks-gallery--figure",{[`has-margin-left-${o}`]:o>0,[`has-margin-left-mobile-${w}`]:w>0,[`has-margin-right-${o}`]:o>0,[`has-margin-right-mobile-${w}`]:w>0}),y=e=>A()("wp-block-coblocks-gallery-carousel-thumbnail",`wp-block-coblocks-gallery-carousel-thumbnail-${e}`,{[`has-margin-left-${o}`]:o>0,[`has-margin-left-mobile-${w}`]:w>0,[`has-margin-right-${o}`]:o>0,[`has-margin-right-mobile-${w}`]:w>0}),P=A()("wp-block-coblocks-gallery-carousel-thumbnail-pagination",{[`has-margin-top-${o}`]:o>0,[`has-margin-top-mobile-${w}`]:w>0}),_=A()("coblocks-gallery--caption","coblocks-gallery--primary-caption",{}),S=A()("has-carousel",`has-carousel-${x}`,"swiper-container",{"has-aligned-cells":E,"has-responsive-height":m,[k]:u}),B={height:b?`${b}px`:void 0},V="12345",G={alignCells:E,autoPlay:r,autoPlaySpeed:l,draggable:n,freeScroll:i,loop:d,navigation:s,pageDots:f,pauseHover:a,responsiveHeight:m,slidesPerView:{lrg:2,med:4,sml:5,xlrg:1}[x],thumbnails:u,uuid:V};return(0,v.createElement)("div",{"aria-label":(0,g.__)("Carousel Gallery","coblocks")},(0,v.createElement)("div",{className:z},(0,v.createElement)("div",{className:S,"data-swiper":JSON.stringify(G),id:V,style:B},(0,v.createElement)("div",{className:"swiper-wrapper"},c.map(((e,t)=>(0,v.createElement)("div",{className:"swiper-slide",key:t},(0,v.createElement)("div",{className:"coblocks-gallery--item",role:"button",tabIndex:t},(0,v.createElement)("figure",{className:C},(0,v.createElement)("img",{alt:e.alt,className:e.id?`wp-image-${e.id}`:null,"data-id":e.id,"data-link":e.link,src:e.url})),(0,v.createElement)(p.RichText.Content,{className:_,tagName:"figcaption",value:e.caption})))))),s&&(0,v.createElement)(v.Fragment,null,(0,v.createElement)("button",{className:"nav-button__prev",id:"12345-prev"},(0,v.createElement)("svg",{className:"icon",style:{transform:"rotate(180deg)"}})),(0,v.createElement)("button",{className:"nav-button__next",id:"12345-next"},(0,v.createElement)("svg",{className:"icon"})))),u&&(0,v.createElement)("div",{className:P},c.map(((e,t)=>(0,v.createElement)("div",{className:y(t),key:t,style:{height:"80px",width:"100px"}},(0,v.createElement)("img",{alt:e.alt,"data-id":e.id,"data-link":e.link,src:e.url,style:{height:"100%",width:"100%"}})))))))},deprecated:ct};[l,n,o,c,a,i].forEach(s.qt)},779:function(e,t,r){"use strict";r.d(t,{VF:function(){return w},HK:function(){return f},iQ:function(){return p}});var l=r(9307),n=r(5609);const o={};o.thumbnails=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 49 48",width:"49",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.G,{stroke:"currentColor"},(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{d:"m17.319 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.0999 0 .181-.081.181-.181v-2.6379c0-.1-.0811-.1811-.181-.1811z"}),(0,l.createElement)(n.Path,{d:"m22.3268 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.1 0 .181-.081.181-.181v-2.6379c0-.1-.081-.1811-.181-.1811z"}),(0,l.createElement)(n.Path,{d:"m27.319 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.0999 0 .181-.081.181-.181v-2.6379c0-.1-.0811-.1811-.181-.1811z"})),(0,l.createElement)(n.Path,{d:"m33.6606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",strokeWidth:"1.5",fill:"none"}),(0,l.createElement)(n.Path,{d:"m15.1218 25.1989 5.3752-3.5884 4.5693 2.5772 4.7645-4.3127 5.0442 4.3127",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))),o.fullAutoplay=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 48 48",width:"48",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.Path,{d:"m33.1606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{d:"m27.9817 21.598c.0004.1797-.0449.3566-.1317.5139-.0868.1574-.2122.2901-.3645.3856l-4.9876 3.151c-.1462.0917-.3143.1426-.4868.1474s-.3432-.0368-.4943-.1203c-.151-.0835-.2769-.206-.3646-.3546-.0877-.1487-.134-.3181-.134-.4907v-6.1772c0-.2601.1033-.5096.2872-.6935s.4334-.2872.6935-.2872c.1654.0012.3276.0463.47.1305l4.9702 2.8783c.1634.0912.2997.2242.395.3852.0953.1611.1462.3445.1476.5316z"}),(0,l.createElement)(n.Path,{d:"m38 27.7344c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.8285.6716-1.5 1.5-1.5z"}),(0,l.createElement)(n.Path,{d:"m10.5 15.7344c.8284 0 1.5.6715 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5z"}))),o.fullScroll=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 49 48",width:"49",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{d:"m28.6647 23.5531c-.3175 0-.6025.1399-.7976.3611-.1952-.2212-.4802-.3611-.7976-.3611-.2191 0-.4222.0665-.5913.1803-.1457-.4143-.5408-.712-1.0039-.712-.1936 0-.3754.0521-.5318.143v-3.0676c0-.5865-.4769-1.0635-1.0635-1.0635-.5865 0-1.0634.477-1.0634 1.0635v4.5171l-1.3751-1.0401c-.402-.402-1.1028-.4025-1.5038 0-.4147.4143-.4147 1.0896-.0053 1.4985l3.7546 3.98c.05.0538.1197.0841.193.0841h4.5198c.1218 0 .2281-.083.2579-.2016l1.0635-4.2539c.0053-.0207.008-.0425.008-.0643 0-.5865-.477-1.0635-1.0635-1.0635z"}),(0,l.createElement)(n.Path,{d:"m26.0888 19.7099h2.5097l-.7583.7583c-.129.129-.129.3387 0 .4678.0642.0648.1489.0972.2336.0972s.1694-.0324.2342-.0966l1.3234-1.3227c.0304-.0311.0549-.0681.0715-.1078.0337-.0814.0337-.1721 0-.2534-.0166-.0404-.0411-.0768-.0715-.1079l-1.3234-1.3227c-.129-.129-.3387-.129-.4678 0-.129.129-.129.3388 0 .4678l.7583.7583h-2.5097c-.1826 0-.3309.1482-.3309.3308 0 .1827.1483.3309.3309.3309z"}),(0,l.createElement)(n.Path,{d:"m21.577 19.0487h-2.5098l.7583-.7583c.129-.129.129-.3388 0-.4678-.0642-.0648-.1489-.0973-.2336-.0973s-.1694.0325-.2342.0966l-1.3234 1.3228c-.0305.0311-.055.0681-.0715.1078-.0337.0814-.0337.1721 0 .2535.0165.0403.041.0767.0715.1078l1.3234 1.3228c.129.129.3387.129.4678 0 .129-.1291.129-.3388 0-.4679l-.7583-.7583h2.5098c.1826 0 .3308-.1482.3308-.3308s-.1482-.3309-.3308-.3309z"})),(0,l.createElement)(n.Path,{d:"m33.6606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,l.createElement)(n.Path,{d:"m38.5 27.7344c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.8285.6716-1.5 1.5-1.5z",fill:"currentColor"}),(0,l.createElement)(n.Path,{d:"m11 15.7344c.8284 0 1.5.6715 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5z",fill:"currentColor"})),o.lightbox=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 48 48",width:"48",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{clipRule:"evenodd",d:"m28.6679 24.9019-1.6896-1.6896c.5232-.7721.7398-1.7116.6075-2.6349-.1324-.9232-.6041-1.764-1.3232-2.3581s-1.6338-.8987-2.5655-.8545c-.9316.0443-1.8134.4342-2.4729 1.0938-.6595.6595-1.0495 1.5412-1.0938 2.4729-.0442.9317.2605 1.8464.8545 2.5655.5941.719 1.4349 1.1908 2.3582 1.3232.9233.1323 1.8627-.0843 2.6349-.6076l1.6896 1.6897c.1326.1326.3125.2071.5001.2071s.3675-.0745.5002-.2071c.1326-.1327.2072-.3126.2072-.5002s-.0746-.3675-.2072-.5002zm-4.7939-1.2918c-.4951.0002-.9791-.1464-1.3908-.4214-.4118-.2749-.7327-.6658-.9222-1.1231-.1896-.4574-.2392-.9607-.1427-1.4462.0965-.4856.3349-.9316.685-1.2817s.7961-.5885 1.2817-.685c.4856-.0966.9889-.0469 1.4462.1426.4574.1896.8482.5105 1.1232.9222.2749.4118.4215.8958.4213 1.3909 0 .6635-.2635 1.2998-.7327 1.769-.4692.4691-1.1055.7327-1.769.7327z",fillRule:"evenodd"}),(0,l.createElement)(n.Path,{d:"m23.4844 24.3594h1.5v4.03125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"})),(0,l.createElement)(n.Path,{d:"m33.1606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}));var c=o;const a=(e,t)=>e?`has-nav-${t.split("-")[0]}`:"";var i=r(7361),s=r.n(i),u=r(9588),m=r.n(u),h=r(5736),v=r(2175),d=r(9818);const f=m()((e=>{if(Object.entries(e.images).length>0)return!1;const t=p.map((t=>!(Object.entries(t.attributes).filter((r=>{let[l]=r;return e[l]===t.attributes[l]})).length!==Object.entries(t.attributes).length)&&t.title)).filter((e=>"string"==typeof e));return t.length?t[0]:!(Object.entries(g.attributes).filter((t=>{let[r]=t;return e[r]===g.attributes[r]})).length!==Object.entries(g.attributes).length)&&"skip"})),g={attributes:{gridSize:"xlrg",radius:0,gutter:0,gutterMobile:0}},p=[{name:"full-thumbnails-xlrg",title:(0,h.__)("Thumbnails","coblocks"),icon:c.thumbnails,attributes:{thumbnails:!0,alignCells:!0,align:"full",autoPlay:!1,draggable:!1,freeScroll:!1,prevNextButtons:!1,gridSize:"xlrg",radius:0,gutter:0,gutterMobile:0,pageDots:!1},scope:["block"]},{name:"full-arrows-lrg",title:(0,h.__)("Full Autoplay","coblocks"),icon:c.fullAutoplay,attributes:{thumbnails:!1,alignCells:!1,align:"full",autoPlay:!0,draggable:!1,freeScroll:!1,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3},scope:["block"]},{name:"full-scroll-dots-lrg",title:(0,h.__)("Full Scroll","coblocks"),icon:c.fullScroll,attributes:{thumbnails:!1,alignCells:!0,align:"full",autoPlay:!0,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3,responsiveHeight:!0,pageDots:!0,freeScroll:!0,draggable:!0,pauseHover:!0},scope:["block"]},{name:"wide-lightbox-lrg",title:(0,h.__)("Lightbox","coblocks"),icon:c.lightbox,attributes:{thumbnails:!1,alignCells:!0,align:"wide",autoPlay:!0,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3,responsiveHeight:!0,pageDots:!1,freeScroll:!0,draggable:!1,pauseHover:!0,lightbox:!0},scope:["block"]}],w=e=>{const{name:t,setAttributes:r,clientId:n}=e,o=(0,d.useSelect)((e=>e("core/blocks").getBlockType(t)),[]),c=(0,d.useSelect)((e=>{var r;return null!==(r=e("core/blocks").getBlockVariations(t))&&void 0!==r?r:null}),[]);return(0,l.createElement)(v.__experimentalBlockVariationPicker,{icon:s()(o,["icon","src"]),label:s()(o,["title"]),instructions:(0,h.__)("Select a carousel variation to start with.","coblocks"),variations:c,allowSkip:!0,onSelect:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:g;var t;null!=e&&e.attributes&&r({...e.attributes,navForClass:a(null===(t=e.attributes)||void 0===t?void 0:t.thumbnails,n)})}})}},6162:function(e,t){"use strict";t.Z={align:{type:"string"},backgroundPadding:{default:0,type:"number"},backgroundPaddingMobile:{default:0,type:"number"},backgroundRadius:{default:0,type:"number"},captionColor:{type:"string"},captionStyle:{default:"dark",type:"string"},captions:{default:!1,type:"boolean"},customCaptionColor:{type:"string"},customFontSize:{type:"number"},filter:{default:"none",type:"string"},fontSize:{type:"string"},gutter:{default:15,type:"number"},gutterMobile:{default:15,type:"number"},images:{default:[],query:{alt:{attribute:"alt",default:"",selector:"img",source:"attribute"},caption:{selector:"figcaption",source:"children",type:"array"},id:{attribute:"data-id",selector:"img",source:"attribute"},imgLink:{attribute:"data-imglink",selector:"img",source:"attribute"},link:{attribute:"data-link",selector:"img",source:"attribute"},url:{attribute:"src",selector:"img",source:"attribute"}},selector:".coblocks-gallery--item",source:"query",type:"array"},lightbox:{default:!1,type:"boolean"},linkTo:{default:"none",type:"string"},primaryCaption:{selector:".coblocks-gallery--primary-caption",source:"children",type:"array"},radius:{default:0,type:"number"},rel:{default:"",type:"string"},shadow:{default:"none",type:"string"},target:{type:"string"}}},8356:function(e,t){"use strict";t.Z=function(e){const{align:t,radius:r,captionStyle:l,filter:n}=e;return["coblocks-gallery",{"has-no-alignment":!t},{[`has-filter-${n}`]:"none"!==n},{[`has-border-radius-${r}`]:r>0},{[`has-caption-style-${l}`]:void 0!==l}]}},3304:function(e,t,r){"use strict";r.d(t,{im:function(){return l.Z},jJ:function(){return n.Z},Iv:function(){return o.Z}});var l=r(6162),n=r(8356),o=(r(988),r(38))},988:function(e,t,r){"use strict";r(2175)},38:function(e,t,r){"use strict";var l=r(2547);t.Z=function(e){var t;return{align:e.align,animation:e.animation,autoPlay:e.autoPlay,autoPlaySpeed:e.autoPlaySpeed,captionColor:e.captionColor,captions:e.captions,customCaptionColor:e.customCaptionColor,customFontSize:e.customFontSize,draggable:e.draggable,filter:e.filter,fontSize:e.fontSize,gridSize:e.gridSize,gutterMobile:e.gutterMobile,height:e.height,images:null===(t=e.images)||void 0===t?void 0:t.map(((e,t)=>({...l.oj(e),index:t}))),lightbox:e.lightbox,linkTo:e.linkTo,noBottomMargin:e.noBottomMargin,noTopMargin:e.noTopMargin,pageDots:e.pageDots,prevNextButtons:e.prevNextButtons,primaryCaption:e.primaryCaption,radius:e.radius,rel:e.rel,shadow:e.shadow,target:e.target}}},5800:function(e,t,r){"use strict";var l=r(9307),n=r(5609);const o={};o.mobile=(0,l.createElement)(n.SVG,{"aria-hidden":!0,className:"dashicon",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,l.createElement)(n.Path,{d:"m8.25 0h-6c-.825 0-1.5.61363636-1.5 1.36363636v10.27272724c0 .75.675 1.3636364 1.5 1.3636364h6c.825 0 1.5-.6136364 1.5-1.3636364v-10.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 11h-5v-9h5z",transform:"translate(2.25 1)"})),o.desktopChrome=(0,l.createElement)(n.SVG,{"aria-hidden":!0,className:"dashicon dashicon--desktop-chrome",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,l.createElement)(n.Path,{d:"m13.5 0h-12c-.8325 0-1.5.61363636-1.5 1.36363636v12.27272724c0 .75.6675 1.3636364 1.5 1.3636364h12l-.5-2h-11v-10h11v10l.5 2c.825 0 1.5-.6136364 1.5-1.3636364v-12.27272724c0-.75-.6675-1.36363636-1.5-1.36363636z"})),t.Z=o},5655:function(e,t,r){"use strict";var l=r(9307),n=r(5697),o=r.n(n),c=r(5800),a=r(5736),i=r(5609);class s extends l.Component{constructor(){super(...arguments),this.setGutterTo=this.setGutterTo.bind(this),this.setGutterMobileTo=this.setGutterMobileTo.bind(this)}setGutterTo(e){const{setAttributes:t}=this.props;0===e&&t({radius:e}),t({gutter:e})}setGutterMobileTo(e){const{setAttributes:t}=this.props;t({gutterMobile:e})}render(){const{attributes:e,label:t=(0,a.__)("Gutter","coblocks"),max:r=50,min:n=0,onChange:o=this.setGutterTo,onChangeMobile:s=this.setGutterMobileTo,step:u=5}=this.props;return(0,l.createElement)(l.Fragment,null,(0,l.createElement)(i.TabPanel,{activeClass:"is-primary",className:"components-base-control components-coblocks-responsive__tabs",initialTabName:"desk",tabs:[{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--desktop components-button is-button is-default",name:"desk",title:c.Z.desktopChrome},{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--mobile components-button is-button is-default",name:"mobile",title:c.Z.mobile}]},(c=>{var m,h;return"mobile"===c.name?(0,l.createElement)(i.RangeControl,{label:(0,a.sprintf)(
111
  /* translators: %s: values associated with CSS syntax, 'Width', 'Gutter', 'Height in pixels', 'Width' */
112
- (0,a.__)("Mobile %s","coblocks"),t),max:r,min:n,onChange:e=>s(e),step:u,value:null!==(h=e.valueMobile)&&void 0!==h?h:e.gutterMobile}):(0,l.createElement)(i.RangeControl,{label:t,max:r,min:n,onChange:e=>o(e),step:u,value:null!==(m=e.value)&&void 0!==m?m:e.gutter})})))}}t.Z=s,s.propTypes={attributes:o().object,label:o().string.isRequired,max:o().number.isRequired,min:o().number.isRequired,onChange:o().func,onChangeMobile:o().func,setAttributes:o().func,step:o().number.isRequired},s.defaultProps={label:(0,a.__)("Gutter","coblocks"),max:50,min:0,step:5}},6553:function(e,t,r){"use strict";function l(e){return void 0===Object.fromEntries?[...e].reduce(((e,t)=>{let{0:r,1:l}=t;return Object.assign(e,{[r]:l})}),{}):Object.fromEntries(e)}r.d(t,{Z:function(){return l}})},3769:function(e,t,r){"use strict";r.d(t,{T1:function(){return n},Lz:function(){return o},ds:function(){return c}});var l=r(4981);const n=e=>!Object.entries(e).map((e=>{let[,t]=e;return"string"==typeof t&&(t=t.trim()),t instanceof Array&&(t=t.length),t instanceof Object&&(t=Object.entries(t).length),!!t})).filter((e=>!0===e)).length,o=()=>"function"==typeof l.registerBlockCollection,c=(0,l.getCategories)().some((function(e){return"formatting"===e.slug}))},2547:function(e,t,r){"use strict";r.d(t,{yj:function(){return m},oj:function(){return h},o2:function(){return v},Vl:function(){return d},qt:function(){return f}});var l=r(998),n=r.n(l),o=r(7361),c=r.n(o),a=r(8718),i=r.n(a),s=r(3769),u=(r(1313),r(4981));function m(e){return 0===e||50===e?null:"has-background-overlay-"+10*Math.round(e/10)}r(9512);const h=(e,t)=>{const r=i()(e,["alt","id","link","caption","imgLink"]);r.url=c()(e,["sizes","large","url"])||c()(e,["media_details","sizes","large","source_url"])||e.url;const l=n()(t,(function(e){return e.url===r.url}));return r.imgLink=l>=0?t[l].imgLink:"",r},v=["image"],d=e=>{var t;const r=null!==(t=null==e?void 0:e.size)&&void 0!==t?t:e;return RegExp(/([a-z])/).test(r)?r:r+"px"},f=e=>{var t;if(!e)return;let{category:r}=e;const{name:l,settings:n}=e;(0,s.Lz)()||l.includes("gallery")||(r="coblocks");let o="";null!=n&&n.icon&&(o={foreground:"#09757A",src:n.icon});const c=2===(null==e||null===(t=e.metadata)||void 0===t?void 0:t.apiVersion),a=c?null==e?void 0:e.metadata:{};null!=n&&n.attributes&&c&&(a.attributes={...a.attributes,...null==n?void 0:n.attributes}),(0,u.registerBlockType)(l,{category:r,...n,icon:o,...a})}},4184:function(e,t){var r;!function(){"use strict";var l={}.hasOwnProperty;function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)){if(r.length){var c=n.apply(null,r);c&&e.push(c)}}else if("object"===o)if(r.toString===Object.prototype.toString)for(var a in r)l.call(r,a)&&r[a]&&e.push(a);else e.push(r.toString())}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(r=function(){return n}.apply(t,[]))||(e.exports=r)}()},8552:function(e,t,r){var l=r(852)(r(5639),"DataView");e.exports=l},1989:function(e,t,r){var l=r(1789),n=r(401),o=r(7667),c=r(1327),a=r(1866);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var l=e[t];this.set(l[0],l[1])}}i.prototype.clear=l,i.prototype.delete=n,i.prototype.get=o,i.prototype.has=c,i.prototype.set=a,e.exports=i},8407:function(e,t,r){var l=r(7040),n=r(4125),o=r(2117),c=r(7518),a=r(4705);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var l=e[t];this.set(l[0],l[1])}}i.prototype.clear=l,i.prototype.delete=n,i.prototype.get=o,i.prototype.has=c,i.prototype.set=a,e.exports=i},7071:function(e,t,r){var l=r(852)(r(5639),"Map");e.exports=l},3369:function(e,t,r){var l=r(4785),n=r(1285),o=r(6e3),c=r(9916),a=r(5265);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var l=e[t];this.set(l[0],l[1])}}i.prototype.clear=l,i.prototype.delete=n,i.prototype.get=o,i.prototype.has=c,i.prototype.set=a,e.exports=i},3818:function(e,t,r){var l=r(852)(r(5639),"Promise");e.exports=l},8525:function(e,t,r){var l=r(852)(r(5639),"Set");e.exports=l},8668:function(e,t,r){var l=r(3369),n=r(619),o=r(2385);function c(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new l;++t<r;)this.add(e[t])}c.prototype.add=c.prototype.push=n,c.prototype.has=o,e.exports=c},6384:function(e,t,r){var l=r(8407),n=r(7465),o=r(3779),c=r(7599),a=r(4758),i=r(4309);function s(e){var t=this.__data__=new l(e);this.size=t.size}s.prototype.clear=n,s.prototype.delete=o,s.prototype.get=c,s.prototype.has=a,s.prototype.set=i,e.exports=s},2705:function(e,t,r){var l=r(5639).Symbol;e.exports=l},1149:function(e,t,r){var l=r(5639).Uint8Array;e.exports=l},577:function(e,t,r){var l=r(852)(r(5639),"WeakMap");e.exports=l},6874:function(e){e.exports=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}},4963:function(e){e.exports=function(e,t){for(var r=-1,l=null==e?0:e.length,n=0,o=[];++r<l;){var c=e[r];t(c,r,e)&&(o[n++]=c)}return o}},4636:function(e,t,r){var l=r(2545),n=r(5694),o=r(1469),c=r(4144),a=r(5776),i=r(6719),s=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=o(e),u=!r&&n(e),m=!r&&!u&&c(e),h=!r&&!u&&!m&&i(e),v=r||u||m||h,d=v?l(e.length,String):[],f=d.length;for(var g in e)!t&&!s.call(e,g)||v&&("length"==g||m&&("offset"==g||"parent"==g)||h&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||a(g,f))||d.push(g);return d}},9932:function(e){e.exports=function(e,t){for(var r=-1,l=null==e?0:e.length,n=Array(l);++r<l;)n[r]=t(e[r],r,e);return n}},2488:function(e){e.exports=function(e,t){for(var r=-1,l=t.length,n=e.length;++r<l;)e[n+r]=t[r];return e}},2908:function(e){e.exports=function(e,t){for(var r=-1,l=null==e?0:e.length;++r<l;)if(t(e[r],r,e))return!0;return!1}},4865:function(e,t,r){var l=r(9465),n=r(7813),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,r){var c=e[t];o.call(e,t)&&n(c,r)&&(void 0!==r||t in e)||l(e,t,r)}},8470:function(e,t,r){var l=r(7813);e.exports=function(e,t){for(var r=e.length;r--;)if(l(e[r][0],t))return r;return-1}},9465:function(e,t,r){var l=r(8777);e.exports=function(e,t,r){"__proto__"==t&&l?l(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},9881:function(e,t,r){var l=r(7816),n=r(9291)(l);e.exports=n},760:function(e,t,r){var l=r(9881);e.exports=function(e,t){var r=[];return l(e,(function(e,l,n){t(e,l,n)&&r.push(e)})),r}},1848:function(e){e.exports=function(e,t,r,l){for(var n=e.length,o=r+(l?1:-1);l?o--:++o<n;)if(t(e[o],o,e))return o;return-1}},1078:function(e,t,r){var l=r(2488),n=r(7285);e.exports=function e(t,r,o,c,a){var i=-1,s=t.length;for(o||(o=n),a||(a=[]);++i<s;){var u=t[i];r>0&&o(u)?r>1?e(u,r-1,o,c,a):l(a,u):c||(a[a.length]=u)}return a}},8483:function(e,t,r){var l=r(5063)();e.exports=l},7816:function(e,t,r){var l=r(8483),n=r(3674);e.exports=function(e,t){return e&&l(e,t,n)}},7786:function(e,t,r){var l=r(1811),n=r(327);e.exports=function(e,t){for(var r=0,o=(t=l(t,e)).length;null!=e&&r<o;)e=e[n(t[r++])];return r&&r==o?e:void 0}},8866:function(e,t,r){var l=r(2488),n=r(1469);e.exports=function(e,t,r){var o=t(e);return n(e)?o:l(o,r(e))}},4239:function(e,t,r){var l=r(2705),n=r(9607),o=r(2333),c=l?l.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":c&&c in Object(e)?n(e):o(e)}},13:function(e){e.exports=function(e,t){return null!=e&&t in Object(e)}},9454:function(e,t,r){var l=r(4239),n=r(7005);e.exports=function(e){return n(e)&&"[object Arguments]"==l(e)}},939:function(e,t,r){var l=r(2492),n=r(7005);e.exports=function e(t,r,o,c,a){return t===r||(null==t||null==r||!n(t)&&!n(r)?t!=t&&r!=r:l(t,r,o,c,e,a))}},2492:function(e,t,r){var l=r(6384),n=r(7114),o=r(8351),c=r(6096),a=r(4160),i=r(1469),s=r(4144),u=r(6719),m="[object Arguments]",h="[object Array]",v="[object Object]",d=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,f,g,p){var w=i(e),b=i(t),E=w?h:a(e),x=b?h:a(t),k=(E=E==m?v:E)==v,z=(x=x==m?v:x)==v,C=E==x;if(C&&s(e)){if(!s(t))return!1;w=!0,k=!1}if(C&&!k)return p||(p=new l),w||u(e)?n(e,t,r,f,g,p):o(e,t,E,r,f,g,p);if(!(1&r)){var y=k&&d.call(e,"__wrapped__"),P=z&&d.call(t,"__wrapped__");if(y||P){var _=y?e.value():e,S=P?t.value():t;return p||(p=new l),g(_,S,r,f,p)}}return!!C&&(p||(p=new l),c(e,t,r,f,g,p))}},2958:function(e,t,r){var l=r(6384),n=r(939);e.exports=function(e,t,r,o){var c=r.length,a=c,i=!o;if(null==e)return!a;for(e=Object(e);c--;){var s=r[c];if(i&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++c<a;){var u=(s=r[c])[0],m=e[u],h=s[1];if(i&&s[2]){if(void 0===m&&!(u in e))return!1}else{var v=new l;if(o)var d=o(m,h,u,e,t,v);if(!(void 0===d?n(h,m,3,o,v):d))return!1}}return!0}},8458:function(e,t,r){var l=r(3560),n=r(5346),o=r(3218),c=r(346),a=/^\[object .+?Constructor\]$/,i=Function.prototype,s=Object.prototype,u=i.toString,m=s.hasOwnProperty,h=RegExp("^"+u.call(m).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||n(e))&&(l(e)?h:a).test(c(e))}},8749:function(e,t,r){var l=r(4239),n=r(1780),o=r(7005),c={};c["[object Float32Array]"]=c["[object Float64Array]"]=c["[object Int8Array]"]=c["[object Int16Array]"]=c["[object Int32Array]"]=c["[object Uint8Array]"]=c["[object Uint8ClampedArray]"]=c["[object Uint16Array]"]=c["[object Uint32Array]"]=!0,c["[object Arguments]"]=c["[object Array]"]=c["[object ArrayBuffer]"]=c["[object Boolean]"]=c["[object DataView]"]=c["[object Date]"]=c["[object Error]"]=c["[object Function]"]=c["[object Map]"]=c["[object Number]"]=c["[object Object]"]=c["[object RegExp]"]=c["[object Set]"]=c["[object String]"]=c["[object WeakMap]"]=!1,e.exports=function(e){return o(e)&&n(e.length)&&!!c[l(e)]}},7206:function(e,t,r){var l=r(1573),n=r(6432),o=r(6557),c=r(1469),a=r(9601);e.exports=function(e){return"function"==typeof e?e:null==e?o:"object"==typeof e?c(e)?n(e[0],e[1]):l(e):a(e)}},280:function(e,t,r){var l=r(5726),n=r(6916),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!l(e))return n(e);var t=[];for(var r in Object(e))o.call(e,r)&&"constructor"!=r&&t.push(r);return t}},1573:function(e,t,r){var l=r(2958),n=r(1499),o=r(2634);e.exports=function(e){var t=n(e);return 1==t.length&&t[0][2]?o(t[0][0],t[0][1]):function(r){return r===e||l(r,e,t)}}},6432:function(e,t,r){var l=r(939),n=r(7361),o=r(9095),c=r(5403),a=r(9162),i=r(2634),s=r(327);e.exports=function(e,t){return c(e)&&a(t)?i(s(e),t):function(r){var c=n(r,e);return void 0===c&&c===t?o(r,e):l(t,c,3)}}},5970:function(e,t,r){var l=r(3012),n=r(9095);e.exports=function(e,t){return l(e,t,(function(t,r){return n(e,r)}))}},3012:function(e,t,r){var l=r(7786),n=r(611),o=r(1811);e.exports=function(e,t,r){for(var c=-1,a=t.length,i={};++c<a;){var s=t[c],u=l(e,s);r(u,s)&&n(i,o(s,e),u)}return i}},371:function(e){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},9152:function(e,t,r){var l=r(7786);e.exports=function(e){return function(t){return l(t,e)}}},611:function(e,t,r){var l=r(4865),n=r(1811),o=r(5776),c=r(3218),a=r(327);e.exports=function(e,t,r,i){if(!c(e))return e;for(var s=-1,u=(t=n(t,e)).length,m=u-1,h=e;null!=h&&++s<u;){var v=a(t[s]),d=r;if("__proto__"===v||"constructor"===v||"prototype"===v)return e;if(s!=m){var f=h[v];void 0===(d=i?i(f,v,h):void 0)&&(d=c(f)?f:o(t[s+1])?[]:{})}l(h,v,d),h=h[v]}return e}},6560:function(e,t,r){var l=r(5703),n=r(8777),o=r(6557),c=n?function(e,t){return n(e,"toString",{configurable:!0,enumerable:!1,value:l(t),writable:!0})}:o;e.exports=c},2545:function(e){e.exports=function(e,t){for(var r=-1,l=Array(e);++r<e;)l[r]=t(r);return l}},531:function(e,t,r){var l=r(2705),n=r(9932),o=r(1469),c=r(3448),a=l?l.prototype:void 0,i=a?a.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return n(t,e)+"";if(c(t))return i?i.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r}},7561:function(e,t,r){var l=r(7990),n=/^\s+/;e.exports=function(e){return e?e.slice(0,l(e)+1).replace(n,""):e}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},4757:function(e){e.exports=function(e,t){return e.has(t)}},4290:function(e,t,r){var l=r(6557);e.exports=function(e){return"function"==typeof e?e:l}},1811:function(e,t,r){var l=r(1469),n=r(5403),o=r(5514),c=r(9833);e.exports=function(e,t){return l(e)?e:n(e,t)?[e]:o(c(e))}},4429:function(e,t,r){var l=r(5639)["__core-js_shared__"];e.exports=l},9291:function(e,t,r){var l=r(8612);e.exports=function(e,t){return function(r,n){if(null==r)return r;if(!l(r))return e(r,n);for(var o=r.length,c=t?o:-1,a=Object(r);(t?c--:++c<o)&&!1!==n(a[c],c,a););return r}}},5063:function(e){e.exports=function(e){return function(t,r,l){for(var n=-1,o=Object(t),c=l(t),a=c.length;a--;){var i=c[e?a:++n];if(!1===r(o[i],i,o))break}return t}}},8777:function(e,t,r){var l=r(852),n=function(){try{var e=l(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=n},7114:function(e,t,r){var l=r(8668),n=r(2908),o=r(4757);e.exports=function(e,t,r,c,a,i){var s=1&r,u=e.length,m=t.length;if(u!=m&&!(s&&m>u))return!1;var h=i.get(e),v=i.get(t);if(h&&v)return h==t&&v==e;var d=-1,f=!0,g=2&r?new l:void 0;for(i.set(e,t),i.set(t,e);++d<u;){var p=e[d],w=t[d];if(c)var b=s?c(w,p,d,t,e,i):c(p,w,d,e,t,i);if(void 0!==b){if(b)continue;f=!1;break}if(g){if(!n(t,(function(e,t){if(!o(g,t)&&(p===e||a(p,e,r,c,i)))return g.push(t)}))){f=!1;break}}else if(p!==w&&!a(p,w,r,c,i)){f=!1;break}}return i.delete(e),i.delete(t),f}},8351:function(e,t,r){var l=r(2705),n=r(1149),o=r(7813),c=r(7114),a=r(8776),i=r(1814),s=l?l.prototype:void 0,u=s?s.valueOf:void 0;e.exports=function(e,t,r,l,s,m,h){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!m(new n(e),new n(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var v=a;case"[object Set]":var d=1&l;if(v||(v=i),e.size!=t.size&&!d)return!1;var f=h.get(e);if(f)return f==t;l|=2,h.set(e,t);var g=c(v(e),v(t),l,s,m,h);return h.delete(e),g;case"[object Symbol]":if(u)return u.call(e)==u.call(t)}return!1}},6096:function(e,t,r){var l=r(8234),n=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,o,c,a){var i=1&r,s=l(e),u=s.length;if(u!=l(t).length&&!i)return!1;for(var m=u;m--;){var h=s[m];if(!(i?h in t:n.call(t,h)))return!1}var v=a.get(e),d=a.get(t);if(v&&d)return v==t&&d==e;var f=!0;a.set(e,t),a.set(t,e);for(var g=i;++m<u;){var p=e[h=s[m]],w=t[h];if(o)var b=i?o(w,p,h,t,e,a):o(p,w,h,e,t,a);if(!(void 0===b?p===w||c(p,w,r,o,a):b)){f=!1;break}g||(g="constructor"==h)}if(f&&!g){var E=e.constructor,x=t.constructor;E==x||!("constructor"in e)||!("constructor"in t)||"function"==typeof E&&E instanceof E&&"function"==typeof x&&x instanceof x||(f=!1)}return a.delete(e),a.delete(t),f}},9021:function(e,t,r){var l=r(5564),n=r(5357),o=r(61);e.exports=function(e){return o(n(e,void 0,l),e+"")}},1957:function(e,t,r){var l="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=l},8234:function(e,t,r){var l=r(8866),n=r(9551),o=r(3674);e.exports=function(e){return l(e,o,n)}},5050:function(e,t,r){var l=r(7019);e.exports=function(e,t){var r=e.__data__;return l(t)?r["string"==typeof t?"string":"hash"]:r.map}},1499:function(e,t,r){var l=r(9162),n=r(3674);e.exports=function(e){for(var t=n(e),r=t.length;r--;){var o=t[r],c=e[o];t[r]=[o,c,l(c)]}return t}},852:function(e,t,r){var l=r(8458),n=r(7801);e.exports=function(e,t){var r=n(e,t);return l(r)?r:void 0}},9607:function(e,t,r){var l=r(2705),n=Object.prototype,o=n.hasOwnProperty,c=n.toString,a=l?l.toStringTag:void 0;e.exports=function(e){var t=o.call(e,a),r=e[a];try{e[a]=void 0;var l=!0}catch(e){}var n=c.call(e);return l&&(t?e[a]=r:delete e[a]),n}},9551:function(e,t,r){var l=r(4963),n=r(479),o=Object.prototype.propertyIsEnumerable,c=Object.getOwnPropertySymbols,a=c?function(e){return null==e?[]:(e=Object(e),l(c(e),(function(t){return o.call(e,t)})))}:n;e.exports=a},4160:function(e,t,r){var l=r(8552),n=r(7071),o=r(3818),c=r(8525),a=r(577),i=r(4239),s=r(346),u="[object Map]",m="[object Promise]",h="[object Set]",v="[object WeakMap]",d="[object DataView]",f=s(l),g=s(n),p=s(o),w=s(c),b=s(a),E=i;(l&&E(new l(new ArrayBuffer(1)))!=d||n&&E(new n)!=u||o&&E(o.resolve())!=m||c&&E(new c)!=h||a&&E(new a)!=v)&&(E=function(e){var t=i(e),r="[object Object]"==t?e.constructor:void 0,l=r?s(r):"";if(l)switch(l){case f:return d;case g:return u;case p:return m;case w:return h;case b:return v}return t}),e.exports=E},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},222:function(e,t,r){var l=r(1811),n=r(5694),o=r(1469),c=r(5776),a=r(1780),i=r(327);e.exports=function(e,t,r){for(var s=-1,u=(t=l(t,e)).length,m=!1;++s<u;){var h=i(t[s]);if(!(m=null!=e&&r(e,h)))break;e=e[h]}return m||++s!=u?m:!!(u=null==e?0:e.length)&&a(u)&&c(h,u)&&(o(e)||n(e))}},1789:function(e,t,r){var l=r(4536);e.exports=function(){this.__data__=l?l(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,r){var l=r(4536),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(l){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return n.call(t,e)?t[e]:void 0}},1327:function(e,t,r){var l=r(4536),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return l?void 0!==t[e]:n.call(t,e)}},1866:function(e,t,r){var l=r(4536);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=l&&void 0===t?"__lodash_hash_undefined__":t,this}},7285:function(e,t,r){var l=r(2705),n=r(5694),o=r(1469),c=l?l.isConcatSpreadable:void 0;e.exports=function(e){return o(e)||n(e)||!!(c&&e&&e[c])}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var l=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==l||"symbol"!=l&&t.test(e))&&e>-1&&e%1==0&&e<r}},5403:function(e,t,r){var l=r(1469),n=r(3448),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/;e.exports=function(e,t){if(l(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!n(e))||c.test(e)||!o.test(e)||null!=t&&e in Object(t)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,r){var l,n=r(4429),o=(l=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+l:"";e.exports=function(e){return!!o&&o in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},9162:function(e,t,r){var l=r(3218);e.exports=function(e){return e==e&&!l(e)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,r){var l=r(8470),n=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=l(t,e);return!(r<0||(r==t.length-1?t.pop():n.call(t,r,1),--this.size,0))}},2117:function(e,t,r){var l=r(8470);e.exports=function(e){var t=this.__data__,r=l(t,e);return r<0?void 0:t[r][1]}},7518:function(e,t,r){var l=r(8470);e.exports=function(e){return l(this.__data__,e)>-1}},4705:function(e,t,r){var l=r(8470);e.exports=function(e,t){var r=this.__data__,n=l(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}},4785:function(e,t,r){var l=r(1989),n=r(8407),o=r(7071);e.exports=function(){this.size=0,this.__data__={hash:new l,map:new(o||n),string:new l}}},1285:function(e,t,r){var l=r(5050);e.exports=function(e){var t=l(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,r){var l=r(5050);e.exports=function(e){return l(this,e).get(e)}},9916:function(e,t,r){var l=r(5050);e.exports=function(e){return l(this,e).has(e)}},5265:function(e,t,r){var l=r(5050);e.exports=function(e,t){var r=l(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}},8776:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,l){r[++t]=[l,e]})),r}},2634:function(e){e.exports=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}}},4523:function(e,t,r){var l=r(8306);e.exports=function(e){var t=l(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}},4536:function(e,t,r){var l=r(852)(Object,"create");e.exports=l},6916:function(e,t,r){var l=r(5569)(Object.keys,Object);e.exports=l},1167:function(e,t,r){e=r.nmd(e);var l=r(1957),n=t&&!t.nodeType&&t,o=n&&e&&!e.nodeType&&e,c=o&&o.exports===n&&l.process,a=function(){try{return o&&o.require&&o.require("util").types||c&&c.binding&&c.binding("util")}catch(e){}}();e.exports=a},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(r){return e(t(r))}}},5357:function(e,t,r){var l=r(6874),n=Math.max;e.exports=function(e,t,r){return t=n(void 0===t?e.length-1:t,0),function(){for(var o=arguments,c=-1,a=n(o.length-t,0),i=Array(a);++c<a;)i[c]=o[t+c];c=-1;for(var s=Array(t+1);++c<t;)s[c]=o[c];return s[t]=r(i),l(e,this,s)}}},5639:function(e,t,r){var l=r(1957),n="object"==typeof self&&self&&self.Object===Object&&self,o=l||n||Function("return this")();e.exports=o},619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2385:function(e){e.exports=function(e){return this.__data__.has(e)}},1814:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},61:function(e,t,r){var l=r(6560),n=r(1275)(l);e.exports=n},1275:function(e){var t=Date.now;e.exports=function(e){var r=0,l=0;return function(){var n=t(),o=16-(n-l);if(l=n,o>0){if(++r>=800)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}},7465:function(e,t,r){var l=r(8407);e.exports=function(){this.__data__=new l,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,r){var l=r(8407),n=r(7071),o=r(3369);e.exports=function(e,t){var r=this.__data__;if(r instanceof l){var c=r.__data__;if(!n||c.length<199)return c.push([e,t]),this.size=++r.size,this;r=this.__data__=new o(c)}return r.set(e,t),this.size=r.size,this}},5514:function(e,t,r){var l=r(4523),n=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,c=l((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(n,(function(e,r,l,n){t.push(l?n.replace(o,"$1"):r||e)})),t}));e.exports=c},327:function(e,t,r){var l=r(3448);e.exports=function(e){if("string"==typeof e||l(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7990:function(e){var t=/\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},3105:function(e,t,r){var l=r(4963),n=r(760),o=r(7206),c=r(1469);e.exports=function(e,t){return(c(e)?l:n)(e,o(t,3))}},998:function(e,t,r){var l=r(1848),n=r(7206),o=r(554),c=Math.max;e.exports=function(e,t,r){var a=null==e?0:e.length;if(!a)return-1;var i=null==r?0:o(r);return i<0&&(i=c(a+i,0)),l(e,n(t,3),i)}},5564:function(e,t,r){var l=r(1078);e.exports=function(e){return null!=e&&e.length?l(e,1):[]}},7361:function(e,t,r){var l=r(7786);e.exports=function(e,t,r){var n=null==e?void 0:l(e,t);return void 0===n?r:n}},9095:function(e,t,r){var l=r(13),n=r(222);e.exports=function(e,t){return null!=e&&n(e,t,l)}},6557:function(e){e.exports=function(e){return e}},5694:function(e,t,r){var l=r(9454),n=r(7005),o=Object.prototype,c=o.hasOwnProperty,a=o.propertyIsEnumerable,i=l(function(){return arguments}())?l:function(e){return n(e)&&c.call(e,"callee")&&!a.call(e,"callee")};e.exports=i},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,r){var l=r(3560),n=r(1780);e.exports=function(e){return null!=e&&n(e.length)&&!l(e)}},4144:function(e,t,r){e=r.nmd(e);var l=r(5639),n=r(5062),o=t&&!t.nodeType&&t,c=o&&e&&!e.nodeType&&e,a=c&&c.exports===o?l.Buffer:void 0,i=(a?a.isBuffer:void 0)||n;e.exports=i},1609:function(e,t,r){var l=r(280),n=r(4160),o=r(5694),c=r(1469),a=r(8612),i=r(4144),s=r(5726),u=r(6719),m=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(a(e)&&(c(e)||"string"==typeof e||"function"==typeof e.splice||i(e)||u(e)||o(e)))return!e.length;var t=n(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(s(e))return!l(e).length;for(var r in e)if(m.call(e,r))return!1;return!0}},3560:function(e,t,r){var l=r(4239),n=r(3218);e.exports=function(e){if(!n(e))return!1;var t=l(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},3448:function(e,t,r){var l=r(4239),n=r(7005);e.exports=function(e){return"symbol"==typeof e||n(e)&&"[object Symbol]"==l(e)}},6719:function(e,t,r){var l=r(8749),n=r(1717),o=r(1167),c=o&&o.isTypedArray,a=c?n(c):l;e.exports=a},3674:function(e,t,r){var l=r(4636),n=r(280),o=r(8612);e.exports=function(e){return o(e)?l(e):n(e)}},8306:function(e,t,r){var l=r(3369);function n(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var l=arguments,n=t?t.apply(this,l):l[0],o=r.cache;if(o.has(n))return o.get(n);var c=e.apply(this,l);return r.cache=o.set(n,c)||o,c};return r.cache=new(n.Cache||l),r}n.Cache=l,e.exports=n},8718:function(e,t,r){var l=r(5970),n=r(9021)((function(e,t){return null==e?{}:l(e,t)}));e.exports=n},9601:function(e,t,r){var l=r(371),n=r(9152),o=r(5403),c=r(327);e.exports=function(e){return o(e)?l(c(e)):n(e)}},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},8913:function(e,t,r){var l=r(2545),n=r(4290),o=r(554),c=4294967295,a=Math.min;e.exports=function(e,t){if((e=o(e))<1||e>9007199254740991)return[];var r=c,i=a(e,c);t=n(t),e-=c;for(var s=l(i,t);++r<e;)t(r);return s}},8601:function(e,t,r){var l=r(4841);e.exports=function(e){return e?Infinity===(e=l(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:function(e,t,r){var l=r(8601);e.exports=function(e){var t=l(e),r=t%1;return t==t?r?t-r:t:0}},4841:function(e,t,r){var l=r(7561),n=r(3218),o=r(3448),c=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,i=/^0o[0-7]+$/i,s=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(n(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=n(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=l(e);var r=a.test(e);return r||i.test(e)?s(e.slice(2),r?2:8):c.test(e)?NaN:+e}},9833:function(e,t,r){var l=r(531);e.exports=function(e){return null==e?"":l(e)}},9588:function(e){e.exports=function(e,t){var r,l,n=0;function o(){var o,c,a=r,i=arguments.length;e:for(;a;){if(a.args.length===arguments.length){for(c=0;c<i;c++)if(a.args[c]!==arguments[c]){a=a.next;continue e}return a!==r&&(a===l&&(l=a.prev),a.prev.next=a.next,a.next&&(a.next.prev=a.prev),a.next=r,a.prev=null,r.prev=a,r=a),a.val}a=a.next}for(o=new Array(i),c=0;c<i;c++)o[c]=arguments[c];return a={args:o,val:e.apply(null,o)},r?(r.prev=a,a.next=r):l=a,n===t.maxSize?(l=l.prev).next=null:n++,r=a,a.val}return t=t||{},o.clear=function(){r=null,l=null,n=0},o}},2703:function(e,t,r){"use strict";var l=r(414);function n(){}function o(){}o.resetWarningCache=n,e.exports=function(){function e(e,t,r,n,o,c){if(c!==l){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:n};return r.PropTypes=r,r}},5697:function(e,t,r){e.exports=r(2703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2819:function(e){"use strict";e.exports=window.lodash},1313:function(e){"use strict";e.exports=window.wp.blob},2175:function(e){"use strict";e.exports=window.wp.blockEditor},4981:function(e){"use strict";e.exports=window.wp.blocks},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9818:function(e){"use strict";e.exports=window.wp.data},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n},9630:function(e){"use strict";e.exports=window.wp.keycodes},444:function(e){"use strict";e.exports=window.wp.primitives},9512:function(e){"use strict";e.exports=window.wp.tokenList},7462:function(e,t,r){"use strict";function l(){return l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},l.apply(this,arguments)}r.d(t,{Z:function(){return l}})}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={id:e,loaded:!1,exports:{}};return l[e].call(r.exports,r,r.exports,o),r.loaded=!0,r.exports}o.m=l,e=[],o.O=function(t,r,l,n){if(!r){var c=1/0;for(u=0;u<e.length;u++){r=e[u][0],l=e[u][1],n=e[u][2];for(var a=!0,i=0;i<r.length;i++)(!1&n||c>=n)&&Object.keys(o.O).every((function(e){return o.O[e](r[i])}))?r.splice(i--,1):(a=!1,n<c&&(c=n));if(a){e.splice(u--,1);var s=l();void 0!==s&&(t=s)}}return t}n=n||0;for(var u=e.length;u>0&&e[u-1][2]>n;u--)e[u]=e[u-1];e[u]=[r,l,n]},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.f={},o.e=function(e){return Promise.all(Object.keys(o.f).reduce((function(t,r){return o.f[r](e,t),t}),[]))},o.u=function(e){return e+".js"},o.miniCssF=function(e){},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t={},r="coblocks:",o.l=function(e,l,n,c){if(t[e])t[e].push(l);else{var a,i;if(void 0!==n)for(var s=document.getElementsByTagName("script"),u=0;u<s.length;u++){var m=s[u];if(m.getAttribute("src")==e||m.getAttribute("data-webpack")==r+n){a=m;break}}a||(i=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,o.nc&&a.setAttribute("nonce",o.nc),a.setAttribute("data-webpack",r+n),a.src=e),t[e]=[l];var h=function(r,l){a.onerror=a.onload=null,clearTimeout(v);var n=t[e];if(delete t[e],a.parentNode&&a.parentNode.removeChild(a),n&&n.forEach((function(e){return e(l)})),r)return r(l)},v=setTimeout(h.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=h.bind(null,a.onerror),a.onload=h.bind(null,a.onload),i&&document.head.appendChild(a)}},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){var e;o.g.importScripts&&(e=o.g.location+"");var t=o.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");r.length&&(e=r[r.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e}(),function(){var e={745:0,638:0,664:0};o.f.j=function(t,r){var l=o.o(e,t)?e[t]:void 0;if(0!==l)if(l)r.push(l[2]);else if(664!=t){var n=new Promise((function(r,n){l=e[t]=[r,n]}));r.push(l[2]=n);var c=o.p+o.u(t),a=new Error;o.l(c,(function(r){if(o.o(e,t)&&(0!==(l=e[t])&&(e[t]=void 0),l)){var n=r&&("load"===r.type?"missing":r.type),c=r&&r.target&&r.target.src;a.message="Loading chunk "+t+" failed.\n("+n+": "+c+")",a.name="ChunkLoadError",a.type=n,a.request=c,l[1](a)}}),"chunk-"+t,t)}else e[t]=0},o.O.j=function(t){return 0===e[t]};var t=function(t,r){var l,n,c=r[0],a=r[1],i=r[2],s=0;if(c.some((function(t){return 0!==e[t]}))){for(l in a)o.o(a,l)&&(o.m[l]=a[l]);if(i)var u=i(o)}for(t&&t(r);s<c.length;s++)n=c[s],o.o(e,n)&&e[n]&&e[n][0](),e[c[s]]=0;return o.O(u)},r=self.webpackChunkcoblocks=self.webpackChunkcoblocks||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}();var c=o.O(void 0,[664],(function(){return o(2483)}));c=o.O(c)}();
 
 
9
  (0,g.__)("faq","coblocks")],supports:{align:["wide","full"],html:!1},attributes:T,example:{attributes:{count:2}},transforms:G,edit:e=>{const{clientId:t,attributes:r,className:l}=e,{insertBlock:n}=(0,_.useDispatch)("core/block-editor"),{getBlocksByClientId:o,getBlockHierarchyRootClientId:c,getSelectedBlockClientId:a,getBlockAttributes:i,isSelected:s}=(0,_.useSelect)((e=>e("core/block-editor")),[]),m=c(t),h=c(a()),d=s||m===h,{count:E}=r,x=o(t);return(0,v.createElement)(v.Fragment,null,d&&(0,v.createElement)(b,(0,f.Z)({insertBlock:n},e)),(0,v.createElement)("div",{className:l},(0,v.createElement)(p.InnerBlocks,{__experimentalCaptureToolbars:!0,allowedBlocks:S,template:B(E)}),d&&(0,v.createElement)("div",{className:"coblocks-block-appender"},(0,v.createElement)(w.Tooltip,{text:(0,g.__)("Add accordion item","coblocks")},(0,v.createElement)(w.Button,{className:"block-editor-button-block-appender",label:(0,g.__)("Add accordion item","coblocks"),onMouseDown:()=>{var e;const r=null===(e=x[0].innerBlocks[x[0].innerBlocks.length-1])||void 0===e?void 0:e.clientId;let l={};if(r){const e=i(r);["backgroundColor","borderColor","textColor","customTextColor"].forEach((t=>{null!=e&&e[t]&&(l={...l,[t]:e[t]})}))}const o=(0,u.createBlock)("coblocks/accordion-item",l,[]);n(o,void 0,t)}},(0,v.createElement)(C.Z,{icon:P}))))))},save:()=>(0,v.createElement)("div",null,(0,v.createElement)(p.InnerBlocks.Content,null))};var j=r(4184),A=r.n(j),O=(0,p.withColors)("backgroundColor",{textColor:"color"}),H=r(4333);const{getComputedStyle:$}=window,L=(0,w.withFallbackStyles)(((e,t)=>{const{backgroundColor:r,textColor:l}=t.attributes,n=e.querySelector('[contenteditable="true"]'),o=n?$(n):null;return{fallbackBackgroundColor:r||!o?void 0:o.backgroundColor,fallbackTextColor:l||!o?void 0:o.color}}));var I=(0,H.compose)([O,L])((e=>{const{attributes:t,setAttributes:r,backgroundColor:l,textColor:n,fallbackBackgroundColor:o,fallbackTextColor:c,setBackgroundColor:a,setTextColor:i}=e,{open:s}=t;return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.InspectorControls,null,(0,v.createElement)(w.PanelBody,{title:(0,g.__)("Accordion Item settings","coblocks")},(0,v.createElement)(w.ToggleControl
10
  /* translators: visually display open as opposed to closed */,{label:(0,g.__)("Display as open","coblocks"),checked:!!s,help:e=>e?(0,g.__)("Accordion item is open by default.","coblocks"):(0,g.__)("Toggle to set this accordion item to be open by default.","coblocks"),onChange:()=>r({open:!s})})),(0,v.createElement)(p.PanelColorSettings,{title:(0,g.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:l.color,onChange:(e.setAttributes({borderColor:e.backgroundColor.color}),a),label:(0,g.__)("Background color","coblocks")},{value:n.color,onChange:i,label:(0,g.__)("Text color","coblocks")}]},(0,v.createElement)(p.ContrastChecker,{textColor:n.color,backgroundColor:l.color,fallbackTextColor:c,fallbackBackgroundColor:o}))))})),Z=e=>{const{attributes:t,setAttributes:r}=e,{open:l}=t,n=[{icon:(0,v.createElement)(w.Icon,{icon:d.Og3}),isActive:!0===l,onClick:()=>r({open:!l})
11
  /* translators: toggle label to display the accordion open */,title:(0,g.__)("Display as open","coblocks")}];return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.BlockControls,null,(0,v.createElement)(w.ToolbarGroup,{controls:n})))};const F=[["core/paragraph",{placeholder:(0,g.__)("Add content…","coblocks")}]],W=(e,t)=>e.some((e=>e.clientId===t||W(e.innerBlocks,t)));var D=(0,H.compose)([O])((e=>{const{attributes:t,backgroundColor:r,className:l,isSelected:n,onReplace:o,setAttributes:c,textColor:a}=e,{title:i}=t,{isEditing:s}=(0,_.useSelect)((t=>{const{getSelectedBlockClientId:r,getBlocks:l}=t("core/block-editor"),n=r(),o=W(l(e.clientId),n);return{isEditing:r()===e.clientId||o}}));return(0,v.createElement)(v.Fragment,null,n&&(0,v.createElement)(Z,e),n&&(0,v.createElement)(I,e),(0,v.createElement)("div",{className:A()(l,{[`${l}--open`]:!0===s||t.open,"is-selected":n})},(0,v.createElement)(p.RichText,{tagName:"p"
12
+ /* translators: Accordion is the block name */,placeholder:(0,g.__)("Write accordion item title…","coblocks"),value:i,className:A()("wp-block-coblocks-accordion-item__title",{"has-background":r.color,"has-text-color":a.color}),style:{backgroundColor:r.color,color:a.color},onChange:e=>c({title:e}),onRemove:e=>{const t=void 0===i||void 0!==i&&0===i.length;!e&&t&&o([])}}),(0,v.createElement)(w.Icon,{className:A()({"has-text-color":a.color}),style:{color:a.color},icon:!0===s||t.open?"arrow-down":"arrow-right"}),(!0===s||t.open)&&(0,v.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:{borderColor:r.color}},(0,v.createElement)(p.InnerBlocks,{template:F,templateInsertUpdatesSelection:!1,__experimentalCaptureToolbars:!0}))))})),U=JSON.parse('{"name":"coblocks/accordion-item","category":"common","attributes":{"title":{"type":"string","selector":".wp-block-coblocks-accordion__title"},"open":{"type":"boolean","default":false},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"borderColor":{"type":"string"}}}');const J=[{attributes:{...U.attributes},save(e){let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,open:o,textColor:c,borderColor:a,title:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()("wp-block-coblocks-accordion-item__title",{"has-background":r||l,[s]:s,"has-text-color":c||n,[u]:u}),h={backgroundColor:s?void 0:l,color:u?void 0:n},d={borderColor:a||l};return(0,v.createElement)("div",null,!p.RichText.isEmpty(i)&&(0,v.createElement)("details",{open:o},(0,v.createElement)(p.RichText.Content,{className:m,style:h,tagName:"summary",value:i}),(0,v.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:d},(0,v.createElement)(p.InnerBlocks.Content,null))))}},{attributes:{...U.attributes},save(e){let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,open:o,textColor:c,borderColor:a,title:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()("wp-block-coblocks-accordion-item__title",{"has-background":r||l,[s]:s,"has-text-color":c||n,[u]:u}),h={backgroundColor:s?void 0:l,color:u?void 0:n},d={borderColor:a||l};return(0,v.createElement)("div",null,!p.RichText.isEmpty(i)&&(0,v.createElement)("details",{open:o},(0,v.createElement)(p.RichText.Content,{className:m,style:h,tagName:"summary",value:i}),(0,v.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:d,tabIndex:"0"},(0,v.createElement)(p.InnerBlocks.Content,null))))}}];var q=J;const{name:Q,category:X,attributes:K}=U,Y={
13
  /* translators: block name */
14
  title:(0,g.__)("Accordion Item","coblocks"),
15
  /* translators: block description */
17
  /* translators: block keyword */
18
  (0,g.__)("tabs","coblocks"),
19
  /* translators: block keyword (abbreviation for "frequently asked questions") */
20
+ (0,g.__)("faq","coblocks")],parent:["coblocks/accordion"],supports:{reusable:!1,html:!1,inserter:!1},attributes:K,edit:D,save:e=>{let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,open:o,textColor:c,borderColor:a,title:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()("wp-block-coblocks-accordion-item__title",{"has-background":r||l,[s]:s,"has-text-color":c||n,[u]:u}),h={backgroundColor:s?void 0:l,color:u?void 0:n},d={borderColor:a||l};return(0,v.createElement)("div",null,!p.RichText.isEmpty(i)&&(0,v.createElement)("details",{open:o},(0,v.createElement)(p.RichText.Content,{className:m,style:h,tagName:"summary",value:i}),(0,v.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:d},(0,v.createElement)(p.InnerBlocks.Content,null))))},deprecated:q};var ee=JSON.parse('{"name":"coblocks/alert","category":"formatting","attributes":{"title":{"type":"string","source":"html","selector":".wp-block-coblocks-alert__title"},"value":{"type":"string","source":"html","selector":".wp-block-coblocks-alert__text","default":""},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"titleColor":{"type":"string"},"customTitleColor":{"type":"string"},"borderColor":{"type":"string"},"customBorderColor":{"type":"string"},"textAlign":{"type":"string"}}}');const te=[{attributes:{...ee.attributes,borderColor:{type:"string"},customBorderColor:{type:"string"},type:{type:"string",default:"default"}},save(e){let{attributes:t,className:r}=e;const{align:l,backgroundColor:n,borderColor:o,customBackgroundColor:c,customBorderColor:a,customTextColor:i,customTitleColor:s,textAlign:u,textColor:m,title:h,titleColor:d,type:f,value:g}=t,w=(0,p.getColorClassName)("background-color",n),b=(0,p.getColorClassName)("border-color",o),E=A()(r,`is-${f}-alert`,`align${l}`,{"has-background":n||c,[w]:w,[b]:b}),x={backgroundColor:w?void 0:c,borderColor:a,textAlign:u},k=(0,p.getColorClassName)("color",d),z=A()(r,"wp-block-coblocks-alert__title",{"has-text-color":d||s,[k]:k}),C={color:k?void 0:s},y=(0,p.getColorClassName)("color",m),P=A()("wp-block-coblocks-alert__text",{"has-text-color":m||i,[y]:y}),_={color:y?void 0:i};return(0,v.createElement)("div",{className:E,style:x},!p.RichText.isEmpty(h)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:z,value:h,style:C}),!p.RichText.isEmpty(g)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:P,value:g,style:_}))}},{attributes:ee.attributes,save(e){let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,textAlign:o,textColor:c,title:a,value:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()({"has-text-color":c||n,[u]:u,"has-background":r||l,[s]:s}),h={backgroundColor:s?void 0:l,color:u?void 0:n,textAlign:o||null};return(0,v.createElement)("div",{className:m,style:h},!p.RichText.isEmpty(a)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__title",value:a}),!p.RichText.isEmpty(i)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__text",value:i}))}},{attributes:ee.attributes,save(e){let{attributes:t}=e;const{backgroundColor:r,customBackgroundColor:l,customTextColor:n,textAlign:o,textColor:c,title:a,value:i}=t,s=(0,p.getColorClassName)("background-color",r),u=(0,p.getColorClassName)("color",c),m=A()({"has-text-color":c||n,[u]:u,[`has-text-align-${o}`]:o,"has-background":r||l,[s]:s}),h={backgroundColor:s?void 0:l,color:u?void 0:n};return(0,v.createElement)("div",{className:m,style:h},!p.RichText.isEmpty(a)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__title",value:a}),!p.RichText.isEmpty(i)&&(0,v.createElement)(p.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__text",value:i}))}}];var re=te,le=e=>{const{attributes:t,setAttributes:r}=e,{textAlign:l}=t;return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.BlockControls,null,(0,v.createElement)(p.AlignmentToolbar,{value:l,onChange:e=>r({textAlign:e})})))},ne=(0,p.withColors)("backgroundColor",{textColor:"color"});const{getComputedStyle:oe}=window,ce=(0,w.withFallbackStyles)(((e,t)=>{const{textColor:r,backgroundColor:l}=t,n=l&&l.color,o=r&&r.color,c=!o&&e?e.querySelector('[contenteditable="true"]'):null;return{fallbackBackgroundColor:n||!e?void 0:oe(e).backgroundColor,fallbackTextColor:o||!c?void 0:oe(c).color}}));var ae=(0,H.compose)([ne,ce])((e=>{const{backgroundColor:t,fallbackBackgroundColor:r,fallbackTextColor:l,setBackgroundColor:n,setTextColor:o,textColor:c}=e;return(0,v.createElement)(v.Fragment,null,(0,v.createElement)(p.InspectorControls,null,(0,v.createElement)(p.PanelColorSettings,{title:(0,g.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:t.color,onChange:n,label:(0,g.__)("Background color","coblocks")},{value:c.color,onChange:o,label:(0,g.__)("Text color","coblocks")}]},(0,v.createElement)(p.ContrastChecker,{isLargeText:!1,textColor:c.color,backgroundColor:t.color,fallbackBackgroundColor:r,fallbackTextColor:l}))))})),ie=(0,H.compose)([ne])((e=>{const{attributes:t,backgroundColor:r,className:l,isSelected:n,setAttributes:o,textColor:c}=e,{textAlign:a,title:i,value:s}=t,u=(0,H.usePrevious)(l);return(0,v.useEffect)((()=>{if(/is-\w+-alert/.test(l)){let e=l;e=e.replace("is-default-alert","is-style-info"),e=e.replace(/is-(\w+)-alert/,"is-style-$1"),o({className:e})}}),[]),(0,v.useEffect)((()=>{u&&!/is-\w+-alert/.test(u)&&u!==l&&o({backgroundColor:void 0,customBackgroundColor:void 0,textColor:void 0,customTextColor:void 0})}),[u,l]),(0,v.createElement)(v.Fragment,null,n&&(0,v.createElement)(le,e),n&&(0,v.createElement)(ae,e),(0,v.createElement)("div",{className:A()(l,{"has-background":r.color,"has-text-color":c.color,[`has-text-align-${a}`]:a,[r.class]:r.class,[c.class]:c.class}),style:{backgroundColor:r.color,color:c.color}},(!p.RichText.isEmpty(i)||n)&&(0,v.createElement)(p.RichText
21
  /* translators: placeholder text for input box */,{placeholder:(0,g.__)("Write title…","coblocks"),value:i,className:"wp-block-coblocks-alert__title",onChange:e=>o({title:e})}),(0,v.createElement)(p.RichText
22
  /* translators: placeholder text for input box */,{placeholder:(0,g.__)("Write text…","coblocks"),value:s,className:"wp-block-coblocks-alert__text",onChange:e=>o({value:e})})))})),se={from:[{type:"block",blocks:["core/paragraph"],transform:e=>{let{content:t}=e;return(0,u.createBlock)(ee.name,{value:t})}},{type:"raw",selector:".wp-block-coblocks-alert",transform:e=>(0,u.createBlock)(ee.name,{...(0,u.getBlockAttributes)(ee.name,e.outerHTML)})}],to:[{type:"block",blocks:["core/paragraph"],transform:e=>{let{value:t,title:r}=e;return r&&(t=r+"<br />"+t),t&&t.length?(0,u.createBlock)("core/paragraph",{content:t}):(0,u.createBlock)("core/paragraph")}}]};const{name:ue,category:me,attributes:he}=ee,ve={
23
  /* translators: block name */
109
  /* translators: block keyword */
110
  (0,g.__)("photos","coblocks")],supports:{align:["wide","full"],html:!1,coBlocksSpacing:!0},transforms:ht,edit:e=>(0,v.createElement)(v.Suspense,{fallback:(0,v.createElement)(w.Spinner,null)},(0,v.createElement)(dt,e)),save:e=>{const{attributes:t}=e,{autoPlay:r,autoPlaySpeed:l,draggable:n,gutter:o,images:c,pauseHover:a,freeScroll:i,prevNextButtons:s,thumbnails:u,responsiveHeight:m,lightbox:h,loop:d,pageDots:f,gutterMobile:w,height:b,alignCells:E,gridSize:x,navForClass:k}=t;if(c.length<=0)return null;const z=A()("coblocks-gallery-carousel-swiper-container","is-cropped",...(0,nt.jJ)(t),{"has-horizontal-gutter":o>0,"has-lightbox":h,"has-no-thumbnails":!u}),C=A()("coblocks-gallery--figure",{[`has-margin-left-${o}`]:o>0,[`has-margin-left-mobile-${w}`]:w>0,[`has-margin-right-${o}`]:o>0,[`has-margin-right-mobile-${w}`]:w>0}),y=e=>A()("wp-block-coblocks-gallery-carousel-thumbnail",`wp-block-coblocks-gallery-carousel-thumbnail-${e}`,{[`has-margin-left-${o}`]:o>0,[`has-margin-left-mobile-${w}`]:w>0,[`has-margin-right-${o}`]:o>0,[`has-margin-right-mobile-${w}`]:w>0}),P=A()("wp-block-coblocks-gallery-carousel-thumbnail-pagination",{[`has-margin-top-${o}`]:o>0,[`has-margin-top-mobile-${w}`]:w>0}),_=A()("coblocks-gallery--caption","coblocks-gallery--primary-caption",{}),S=A()("has-carousel",`has-carousel-${x}`,"swiper-container",{"has-aligned-cells":E,"has-responsive-height":m,[k]:u}),B={height:b?`${b}px`:void 0},V="12345",G={alignCells:E,autoPlay:r,autoPlaySpeed:l,draggable:n,freeScroll:i,loop:d,navigation:s,pageDots:f,pauseHover:a,responsiveHeight:m,slidesPerView:{lrg:2,med:4,sml:5,xlrg:1}[x],thumbnails:u,uuid:V};return(0,v.createElement)("div",{"aria-label":(0,g.__)("Carousel Gallery","coblocks")},(0,v.createElement)("div",{className:z},(0,v.createElement)("div",{className:S,"data-swiper":JSON.stringify(G),id:V,style:B},(0,v.createElement)("div",{className:"swiper-wrapper"},c.map(((e,t)=>(0,v.createElement)("div",{className:"swiper-slide",key:t},(0,v.createElement)("div",{className:"coblocks-gallery--item",role:"button",tabIndex:t},(0,v.createElement)("figure",{className:C},(0,v.createElement)("img",{alt:e.alt,className:e.id?`wp-image-${e.id}`:null,"data-id":e.id,"data-link":e.link,src:e.url})),(0,v.createElement)(p.RichText.Content,{className:_,tagName:"figcaption",value:e.caption})))))),s&&(0,v.createElement)(v.Fragment,null,(0,v.createElement)("button",{className:"nav-button__prev",id:"12345-prev"},(0,v.createElement)("svg",{className:"icon",style:{transform:"rotate(180deg)"}})),(0,v.createElement)("button",{className:"nav-button__next",id:"12345-next"},(0,v.createElement)("svg",{className:"icon"})))),u&&(0,v.createElement)("div",{className:P},c.map(((e,t)=>(0,v.createElement)("div",{className:y(t),key:t,style:{height:"80px",width:"100px"}},(0,v.createElement)("img",{alt:e.alt,"data-id":e.id,"data-link":e.link,src:e.url,style:{height:"100%",width:"100%"}})))))))},deprecated:ct};[l,n,o,c,a,i].forEach(s.qt)},779:function(e,t,r){"use strict";r.d(t,{VF:function(){return w},HK:function(){return f},iQ:function(){return p}});var l=r(9307),n=r(5609);const o={};o.thumbnails=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 49 48",width:"49",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.G,{stroke:"currentColor"},(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{d:"m17.319 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.0999 0 .181-.081.181-.181v-2.6379c0-.1-.0811-.1811-.181-.1811z"}),(0,l.createElement)(n.Path,{d:"m22.3268 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.1 0 .181-.081.181-.181v-2.6379c0-.1-.081-.1811-.181-.1811z"}),(0,l.createElement)(n.Path,{d:"m27.319 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.0999 0 .181-.081.181-.181v-2.6379c0-.1-.0811-.1811-.181-.1811z"})),(0,l.createElement)(n.Path,{d:"m33.6606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",strokeWidth:"1.5",fill:"none"}),(0,l.createElement)(n.Path,{d:"m15.1218 25.1989 5.3752-3.5884 4.5693 2.5772 4.7645-4.3127 5.0442 4.3127",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))),o.fullAutoplay=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 48 48",width:"48",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.Path,{d:"m33.1606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{d:"m27.9817 21.598c.0004.1797-.0449.3566-.1317.5139-.0868.1574-.2122.2901-.3645.3856l-4.9876 3.151c-.1462.0917-.3143.1426-.4868.1474s-.3432-.0368-.4943-.1203c-.151-.0835-.2769-.206-.3646-.3546-.0877-.1487-.134-.3181-.134-.4907v-6.1772c0-.2601.1033-.5096.2872-.6935s.4334-.2872.6935-.2872c.1654.0012.3276.0463.47.1305l4.9702 2.8783c.1634.0912.2997.2242.395.3852.0953.1611.1462.3445.1476.5316z"}),(0,l.createElement)(n.Path,{d:"m38 27.7344c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.8285.6716-1.5 1.5-1.5z"}),(0,l.createElement)(n.Path,{d:"m10.5 15.7344c.8284 0 1.5.6715 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5z"}))),o.fullScroll=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 49 48",width:"49",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{d:"m28.6647 23.5531c-.3175 0-.6025.1399-.7976.3611-.1952-.2212-.4802-.3611-.7976-.3611-.2191 0-.4222.0665-.5913.1803-.1457-.4143-.5408-.712-1.0039-.712-.1936 0-.3754.0521-.5318.143v-3.0676c0-.5865-.4769-1.0635-1.0635-1.0635-.5865 0-1.0634.477-1.0634 1.0635v4.5171l-1.3751-1.0401c-.402-.402-1.1028-.4025-1.5038 0-.4147.4143-.4147 1.0896-.0053 1.4985l3.7546 3.98c.05.0538.1197.0841.193.0841h4.5198c.1218 0 .2281-.083.2579-.2016l1.0635-4.2539c.0053-.0207.008-.0425.008-.0643 0-.5865-.477-1.0635-1.0635-1.0635z"}),(0,l.createElement)(n.Path,{d:"m26.0888 19.7099h2.5097l-.7583.7583c-.129.129-.129.3387 0 .4678.0642.0648.1489.0972.2336.0972s.1694-.0324.2342-.0966l1.3234-1.3227c.0304-.0311.0549-.0681.0715-.1078.0337-.0814.0337-.1721 0-.2534-.0166-.0404-.0411-.0768-.0715-.1079l-1.3234-1.3227c-.129-.129-.3387-.129-.4678 0-.129.129-.129.3388 0 .4678l.7583.7583h-2.5097c-.1826 0-.3309.1482-.3309.3308 0 .1827.1483.3309.3309.3309z"}),(0,l.createElement)(n.Path,{d:"m21.577 19.0487h-2.5098l.7583-.7583c.129-.129.129-.3388 0-.4678-.0642-.0648-.1489-.0973-.2336-.0973s-.1694.0325-.2342.0966l-1.3234 1.3228c-.0305.0311-.055.0681-.0715.1078-.0337.0814-.0337.1721 0 .2535.0165.0403.041.0767.0715.1078l1.3234 1.3228c.129.129.3387.129.4678 0 .129-.1291.129-.3388 0-.4679l-.7583-.7583h2.5098c.1826 0 .3308-.1482.3308-.3308s-.1482-.3309-.3308-.3309z"})),(0,l.createElement)(n.Path,{d:"m33.6606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,l.createElement)(n.Path,{d:"m38.5 27.7344c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.8285.6716-1.5 1.5-1.5z",fill:"currentColor"}),(0,l.createElement)(n.Path,{d:"m11 15.7344c.8284 0 1.5.6715 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5z",fill:"currentColor"})),o.lightbox=(0,l.createElement)(n.SVG,{fill:"none",height:"48",viewBox:"0 0 48 48",width:"48",xmlns:"http://www.w3.org/2000/SVG"},(0,l.createElement)(n.G,{fill:"currentColor"},(0,l.createElement)(n.Path,{clipRule:"evenodd",d:"m28.6679 24.9019-1.6896-1.6896c.5232-.7721.7398-1.7116.6075-2.6349-.1324-.9232-.6041-1.764-1.3232-2.3581s-1.6338-.8987-2.5655-.8545c-.9316.0443-1.8134.4342-2.4729 1.0938-.6595.6595-1.0495 1.5412-1.0938 2.4729-.0442.9317.2605 1.8464.8545 2.5655.5941.719 1.4349 1.1908 2.3582 1.3232.9233.1323 1.8627-.0843 2.6349-.6076l1.6896 1.6897c.1326.1326.3125.2071.5001.2071s.3675-.0745.5002-.2071c.1326-.1327.2072-.3126.2072-.5002s-.0746-.3675-.2072-.5002zm-4.7939-1.2918c-.4951.0002-.9791-.1464-1.3908-.4214-.4118-.2749-.7327-.6658-.9222-1.1231-.1896-.4574-.2392-.9607-.1427-1.4462.0965-.4856.3349-.9316.685-1.2817s.7961-.5885 1.2817-.685c.4856-.0966.9889-.0469 1.4462.1426.4574.1896.8482.5105 1.1232.9222.2749.4118.4215.8958.4213 1.3909 0 .6635-.2635 1.2998-.7327 1.769-.4692.4691-1.1055.7327-1.769.7327z",fillRule:"evenodd"}),(0,l.createElement)(n.Path,{d:"m23.4844 24.3594h1.5v4.03125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),(0,l.createElement)(n.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"})),(0,l.createElement)(n.Path,{d:"m33.1606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}));var c=o;const a=(e,t)=>e?`has-nav-${t.split("-")[0]}`:"";var i=r(7361),s=r.n(i),u=r(9588),m=r.n(u),h=r(5736),v=r(2175),d=r(9818);const f=m()((e=>{if(Object.entries(e.images).length>0)return!1;const t=p.map((t=>!(Object.entries(t.attributes).filter((r=>{let[l]=r;return e[l]===t.attributes[l]})).length!==Object.entries(t.attributes).length)&&t.title)).filter((e=>"string"==typeof e));return t.length?t[0]:!(Object.entries(g.attributes).filter((t=>{let[r]=t;return e[r]===g.attributes[r]})).length!==Object.entries(g.attributes).length)&&"skip"})),g={attributes:{gridSize:"xlrg",radius:0,gutter:0,gutterMobile:0}},p=[{name:"full-thumbnails-xlrg",title:(0,h.__)("Thumbnails","coblocks"),icon:c.thumbnails,attributes:{thumbnails:!0,alignCells:!0,align:"full",autoPlay:!1,draggable:!1,freeScroll:!1,prevNextButtons:!1,gridSize:"xlrg",radius:0,gutter:0,gutterMobile:0,pageDots:!1},scope:["block"]},{name:"full-arrows-lrg",title:(0,h.__)("Full Autoplay","coblocks"),icon:c.fullAutoplay,attributes:{thumbnails:!1,alignCells:!1,align:"full",autoPlay:!0,draggable:!1,freeScroll:!1,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3},scope:["block"]},{name:"full-scroll-dots-lrg",title:(0,h.__)("Full Scroll","coblocks"),icon:c.fullScroll,attributes:{thumbnails:!1,alignCells:!0,align:"full",autoPlay:!0,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3,responsiveHeight:!0,pageDots:!0,freeScroll:!0,draggable:!0,pauseHover:!0},scope:["block"]},{name:"wide-lightbox-lrg",title:(0,h.__)("Lightbox","coblocks"),icon:c.lightbox,attributes:{thumbnails:!1,alignCells:!0,align:"wide",autoPlay:!0,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3,responsiveHeight:!0,pageDots:!1,freeScroll:!0,draggable:!1,pauseHover:!0,lightbox:!0},scope:["block"]}],w=e=>{const{name:t,setAttributes:r,clientId:n}=e,o=(0,d.useSelect)((e=>e("core/blocks").getBlockType(t)),[]),c=(0,d.useSelect)((e=>{var r;return null!==(r=e("core/blocks").getBlockVariations(t))&&void 0!==r?r:null}),[]);return(0,l.createElement)(v.__experimentalBlockVariationPicker,{icon:s()(o,["icon","src"]),label:s()(o,["title"]),instructions:(0,h.__)("Select a carousel variation to start with.","coblocks"),variations:c,allowSkip:!0,onSelect:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:g;var t;null!=e&&e.attributes&&r({...e.attributes,navForClass:a(null===(t=e.attributes)||void 0===t?void 0:t.thumbnails,n)})}})}},6162:function(e,t){"use strict";t.Z={align:{type:"string"},backgroundPadding:{default:0,type:"number"},backgroundPaddingMobile:{default:0,type:"number"},backgroundRadius:{default:0,type:"number"},captionColor:{type:"string"},captionStyle:{default:"dark",type:"string"},captions:{default:!1,type:"boolean"},customCaptionColor:{type:"string"},customFontSize:{type:"number"},filter:{default:"none",type:"string"},fontSize:{type:"string"},gutter:{default:15,type:"number"},gutterMobile:{default:15,type:"number"},images:{default:[],query:{alt:{attribute:"alt",default:"",selector:"img",source:"attribute"},caption:{selector:"figcaption",source:"children",type:"array"},id:{attribute:"data-id",selector:"img",source:"attribute"},imgLink:{attribute:"data-imglink",selector:"img",source:"attribute"},link:{attribute:"data-link",selector:"img",source:"attribute"},url:{attribute:"src",selector:"img",source:"attribute"}},selector:".coblocks-gallery--item",source:"query",type:"array"},lightbox:{default:!1,type:"boolean"},linkTo:{default:"none",type:"string"},primaryCaption:{selector:".coblocks-gallery--primary-caption",source:"children",type:"array"},radius:{default:0,type:"number"},rel:{default:"",type:"string"},shadow:{default:"none",type:"string"},target:{type:"string"}}},8356:function(e,t){"use strict";t.Z=function(e){const{align:t,radius:r,captionStyle:l,filter:n}=e;return["coblocks-gallery",{"has-no-alignment":!t},{[`has-filter-${n}`]:"none"!==n},{[`has-border-radius-${r}`]:r>0},{[`has-caption-style-${l}`]:void 0!==l}]}},3304:function(e,t,r){"use strict";r.d(t,{im:function(){return l.Z},jJ:function(){return n.Z},Iv:function(){return o.Z}});var l=r(6162),n=r(8356),o=(r(988),r(38))},988:function(e,t,r){"use strict";r(2175)},38:function(e,t,r){"use strict";var l=r(2547);t.Z=function(e){var t;return{align:e.align,animation:e.animation,autoPlay:e.autoPlay,autoPlaySpeed:e.autoPlaySpeed,captionColor:e.captionColor,captions:e.captions,customCaptionColor:e.customCaptionColor,customFontSize:e.customFontSize,draggable:e.draggable,filter:e.filter,fontSize:e.fontSize,gridSize:e.gridSize,gutterMobile:e.gutterMobile,height:e.height,images:null===(t=e.images)||void 0===t?void 0:t.map(((e,t)=>({...l.oj(e),index:t}))),lightbox:e.lightbox,linkTo:e.linkTo,noBottomMargin:e.noBottomMargin,noTopMargin:e.noTopMargin,pageDots:e.pageDots,prevNextButtons:e.prevNextButtons,primaryCaption:e.primaryCaption,radius:e.radius,rel:e.rel,shadow:e.shadow,target:e.target}}},5800:function(e,t,r){"use strict";var l=r(9307),n=r(5609);const o={};o.mobile=(0,l.createElement)(n.SVG,{"aria-hidden":!0,className:"dashicon",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,l.createElement)(n.Path,{d:"m8.25 0h-6c-.825 0-1.5.61363636-1.5 1.36363636v10.27272724c0 .75.675 1.3636364 1.5 1.3636364h6c.825 0 1.5-.6136364 1.5-1.3636364v-10.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 11h-5v-9h5z",transform:"translate(2.25 1)"})),o.desktopChrome=(0,l.createElement)(n.SVG,{"aria-hidden":!0,className:"dashicon dashicon--desktop-chrome",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,l.createElement)(n.Path,{d:"m13.5 0h-12c-.8325 0-1.5.61363636-1.5 1.36363636v12.27272724c0 .75.6675 1.3636364 1.5 1.3636364h12l-.5-2h-11v-10h11v10l.5 2c.825 0 1.5-.6136364 1.5-1.3636364v-12.27272724c0-.75-.6675-1.36363636-1.5-1.36363636z"})),t.Z=o},5655:function(e,t,r){"use strict";var l=r(9307),n=r(5697),o=r.n(n),c=r(5800),a=r(5736),i=r(5609);class s extends l.Component{constructor(){super(...arguments),this.setGutterTo=this.setGutterTo.bind(this),this.setGutterMobileTo=this.setGutterMobileTo.bind(this)}setGutterTo(e){const{setAttributes:t}=this.props;0===e&&t({radius:e}),t({gutter:e})}setGutterMobileTo(e){const{setAttributes:t}=this.props;t({gutterMobile:e})}render(){const{attributes:e,label:t=(0,a.__)("Gutter","coblocks"),max:r=50,min:n=0,onChange:o=this.setGutterTo,onChangeMobile:s=this.setGutterMobileTo,step:u=5}=this.props;return(0,l.createElement)(l.Fragment,null,(0,l.createElement)(i.TabPanel,{activeClass:"is-primary",className:"components-base-control components-coblocks-responsive__tabs",initialTabName:"desk",tabs:[{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--desktop components-button is-button is-default",name:"desk",title:c.Z.desktopChrome},{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--mobile components-button is-button is-default",name:"mobile",title:c.Z.mobile}]},(c=>{var m,h;return"mobile"===c.name?(0,l.createElement)(i.RangeControl,{label:(0,a.sprintf)(
111
  /* translators: %s: values associated with CSS syntax, 'Width', 'Gutter', 'Height in pixels', 'Width' */
112
+ (0,a.__)("Mobile %s","coblocks"),t),max:r,min:n,onChange:e=>s(e),step:u,value:null!==(h=e.valueMobile)&&void 0!==h?h:e.gutterMobile}):(0,l.createElement)(i.RangeControl,{label:t,max:r,min:n,onChange:e=>o(e),step:u,value:null!==(m=e.value)&&void 0!==m?m:e.gutter})})))}}t.Z=s,s.propTypes={attributes:o().object,label:o().string.isRequired,max:o().number.isRequired,min:o().number.isRequired,onChange:o().func,onChangeMobile:o().func,setAttributes:o().func,step:o().number.isRequired},s.defaultProps={label:(0,a.__)("Gutter","coblocks"),max:50,min:0,step:5}},6553:function(e,t,r){"use strict";function l(e){return void 0===Object.fromEntries?[...e].reduce(((e,t)=>{let{0:r,1:l}=t;return Object.assign(e,{[r]:l})}),{}):Object.fromEntries(e)}r.d(t,{Z:function(){return l}})},3769:function(e,t,r){"use strict";r.d(t,{T1:function(){return n},Lz:function(){return o},ds:function(){return c}});var l=r(4981);const n=e=>!Object.entries(e).map((e=>{let[,t]=e;return"string"==typeof t&&(t=t.trim()),t instanceof Array&&(t=t.length),t instanceof Object&&(t=Object.entries(t).length),!!t})).filter((e=>!0===e)).length,o=()=>"function"==typeof l.registerBlockCollection,c=(0,l.getCategories)().some((function(e){return"formatting"===e.slug}))},2547:function(e,t,r){"use strict";r.d(t,{yj:function(){return h},oj:function(){return v},o2:function(){return d},Vl:function(){return f},qt:function(){return g}});var l=r(998),n=r.n(l),o=r(7361),c=r.n(o),a=r(8718),i=r.n(a),s=r(3769),u=(r(1313),r(4981)),m=(r(9512),r(5736));function h(e){return 0===e||50===e?null:"has-background-overlay-"+10*Math.round(e/10)}const v=(e,t)=>{const r=i()(e,["alt","id","link","caption","imgLink"]);r.url=c()(e,["sizes","large","url"])||c()(e,["media_details","sizes","large","source_url"])||e.url;const l=n()(t,(function(e){return e.url===r.url}));return r.imgLink=l>=0?t[l].imgLink:"",r},d=["image"],f=e=>{var t;const r=null!==(t=null==e?void 0:e.size)&&void 0!==t?t:e;return RegExp(/([a-z])/).test(r)?r:r+"px"},g=e=>{var t;if(!e)return;let{category:r}=e;const{name:l,settings:n}=e;(0,s.Lz)()||l.includes("gallery")||(r="coblocks");let o="";null!=n&&n.icon&&(o={foreground:"#09757A",src:n.icon});const c=2===(null==e||null===(t=e.metadata)||void 0===t?void 0:t.apiVersion),a=c?null==e?void 0:e.metadata:{};null!=n&&n.attributes&&c&&(a.attributes={...a.attributes,...null==n?void 0:n.attributes}),(0,u.registerBlockType)(l,{...n,category:r,icon:o,...a,title:(0,m.sprintf)(
113
+ /* translators: %s: placeholder for a block title*/
114
+ (0,m.__)("%s block","coblocks"),n.title)})}},4184:function(e,t){var r;!function(){"use strict";var l={}.hasOwnProperty;function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)){if(r.length){var c=n.apply(null,r);c&&e.push(c)}}else if("object"===o)if(r.toString===Object.prototype.toString)for(var a in r)l.call(r,a)&&r[a]&&e.push(a);else e.push(r.toString())}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(r=function(){return n}.apply(t,[]))||(e.exports=r)}()},8552:function(e,t,r){var l=r(852)(r(5639),"DataView");e.exports=l},1989:function(e,t,r){var l=r(1789),n=r(401),o=r(7667),c=r(1327),a=r(1866);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var l=e[t];this.set(l[0],l[1])}}i.prototype.clear=l,i.prototype.delete=n,i.prototype.get=o,i.prototype.has=c,i.prototype.set=a,e.exports=i},8407:function(e,t,r){var l=r(7040),n=r(4125),o=r(2117),c=r(7518),a=r(4705);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var l=e[t];this.set(l[0],l[1])}}i.prototype.clear=l,i.prototype.delete=n,i.prototype.get=o,i.prototype.has=c,i.prototype.set=a,e.exports=i},7071:function(e,t,r){var l=r(852)(r(5639),"Map");e.exports=l},3369:function(e,t,r){var l=r(4785),n=r(1285),o=r(6e3),c=r(9916),a=r(5265);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var l=e[t];this.set(l[0],l[1])}}i.prototype.clear=l,i.prototype.delete=n,i.prototype.get=o,i.prototype.has=c,i.prototype.set=a,e.exports=i},3818:function(e,t,r){var l=r(852)(r(5639),"Promise");e.exports=l},8525:function(e,t,r){var l=r(852)(r(5639),"Set");e.exports=l},8668:function(e,t,r){var l=r(3369),n=r(619),o=r(2385);function c(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new l;++t<r;)this.add(e[t])}c.prototype.add=c.prototype.push=n,c.prototype.has=o,e.exports=c},6384:function(e,t,r){var l=r(8407),n=r(7465),o=r(3779),c=r(7599),a=r(4758),i=r(4309);function s(e){var t=this.__data__=new l(e);this.size=t.size}s.prototype.clear=n,s.prototype.delete=o,s.prototype.get=c,s.prototype.has=a,s.prototype.set=i,e.exports=s},2705:function(e,t,r){var l=r(5639).Symbol;e.exports=l},1149:function(e,t,r){var l=r(5639).Uint8Array;e.exports=l},577:function(e,t,r){var l=r(852)(r(5639),"WeakMap");e.exports=l},6874:function(e){e.exports=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}},4963:function(e){e.exports=function(e,t){for(var r=-1,l=null==e?0:e.length,n=0,o=[];++r<l;){var c=e[r];t(c,r,e)&&(o[n++]=c)}return o}},4636:function(e,t,r){var l=r(2545),n=r(5694),o=r(1469),c=r(4144),a=r(5776),i=r(6719),s=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=o(e),u=!r&&n(e),m=!r&&!u&&c(e),h=!r&&!u&&!m&&i(e),v=r||u||m||h,d=v?l(e.length,String):[],f=d.length;for(var g in e)!t&&!s.call(e,g)||v&&("length"==g||m&&("offset"==g||"parent"==g)||h&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||a(g,f))||d.push(g);return d}},9932:function(e){e.exports=function(e,t){for(var r=-1,l=null==e?0:e.length,n=Array(l);++r<l;)n[r]=t(e[r],r,e);return n}},2488:function(e){e.exports=function(e,t){for(var r=-1,l=t.length,n=e.length;++r<l;)e[n+r]=t[r];return e}},2908:function(e){e.exports=function(e,t){for(var r=-1,l=null==e?0:e.length;++r<l;)if(t(e[r],r,e))return!0;return!1}},4865:function(e,t,r){var l=r(9465),n=r(7813),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,r){var c=e[t];o.call(e,t)&&n(c,r)&&(void 0!==r||t in e)||l(e,t,r)}},8470:function(e,t,r){var l=r(7813);e.exports=function(e,t){for(var r=e.length;r--;)if(l(e[r][0],t))return r;return-1}},9465:function(e,t,r){var l=r(8777);e.exports=function(e,t,r){"__proto__"==t&&l?l(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},9881:function(e,t,r){var l=r(7816),n=r(9291)(l);e.exports=n},760:function(e,t,r){var l=r(9881);e.exports=function(e,t){var r=[];return l(e,(function(e,l,n){t(e,l,n)&&r.push(e)})),r}},1848:function(e){e.exports=function(e,t,r,l){for(var n=e.length,o=r+(l?1:-1);l?o--:++o<n;)if(t(e[o],o,e))return o;return-1}},1078:function(e,t,r){var l=r(2488),n=r(7285);e.exports=function e(t,r,o,c,a){var i=-1,s=t.length;for(o||(o=n),a||(a=[]);++i<s;){var u=t[i];r>0&&o(u)?r>1?e(u,r-1,o,c,a):l(a,u):c||(a[a.length]=u)}return a}},8483:function(e,t,r){var l=r(5063)();e.exports=l},7816:function(e,t,r){var l=r(8483),n=r(3674);e.exports=function(e,t){return e&&l(e,t,n)}},7786:function(e,t,r){var l=r(1811),n=r(327);e.exports=function(e,t){for(var r=0,o=(t=l(t,e)).length;null!=e&&r<o;)e=e[n(t[r++])];return r&&r==o?e:void 0}},8866:function(e,t,r){var l=r(2488),n=r(1469);e.exports=function(e,t,r){var o=t(e);return n(e)?o:l(o,r(e))}},4239:function(e,t,r){var l=r(2705),n=r(9607),o=r(2333),c=l?l.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":c&&c in Object(e)?n(e):o(e)}},13:function(e){e.exports=function(e,t){return null!=e&&t in Object(e)}},9454:function(e,t,r){var l=r(4239),n=r(7005);e.exports=function(e){return n(e)&&"[object Arguments]"==l(e)}},939:function(e,t,r){var l=r(2492),n=r(7005);e.exports=function e(t,r,o,c,a){return t===r||(null==t||null==r||!n(t)&&!n(r)?t!=t&&r!=r:l(t,r,o,c,e,a))}},2492:function(e,t,r){var l=r(6384),n=r(7114),o=r(8351),c=r(6096),a=r(4160),i=r(1469),s=r(4144),u=r(6719),m="[object Arguments]",h="[object Array]",v="[object Object]",d=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,f,g,p){var w=i(e),b=i(t),E=w?h:a(e),x=b?h:a(t),k=(E=E==m?v:E)==v,z=(x=x==m?v:x)==v,C=E==x;if(C&&s(e)){if(!s(t))return!1;w=!0,k=!1}if(C&&!k)return p||(p=new l),w||u(e)?n(e,t,r,f,g,p):o(e,t,E,r,f,g,p);if(!(1&r)){var y=k&&d.call(e,"__wrapped__"),P=z&&d.call(t,"__wrapped__");if(y||P){var _=y?e.value():e,S=P?t.value():t;return p||(p=new l),g(_,S,r,f,p)}}return!!C&&(p||(p=new l),c(e,t,r,f,g,p))}},2958:function(e,t,r){var l=r(6384),n=r(939);e.exports=function(e,t,r,o){var c=r.length,a=c,i=!o;if(null==e)return!a;for(e=Object(e);c--;){var s=r[c];if(i&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++c<a;){var u=(s=r[c])[0],m=e[u],h=s[1];if(i&&s[2]){if(void 0===m&&!(u in e))return!1}else{var v=new l;if(o)var d=o(m,h,u,e,t,v);if(!(void 0===d?n(h,m,3,o,v):d))return!1}}return!0}},8458:function(e,t,r){var l=r(3560),n=r(5346),o=r(3218),c=r(346),a=/^\[object .+?Constructor\]$/,i=Function.prototype,s=Object.prototype,u=i.toString,m=s.hasOwnProperty,h=RegExp("^"+u.call(m).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||n(e))&&(l(e)?h:a).test(c(e))}},8749:function(e,t,r){var l=r(4239),n=r(1780),o=r(7005),c={};c["[object Float32Array]"]=c["[object Float64Array]"]=c["[object Int8Array]"]=c["[object Int16Array]"]=c["[object Int32Array]"]=c["[object Uint8Array]"]=c["[object Uint8ClampedArray]"]=c["[object Uint16Array]"]=c["[object Uint32Array]"]=!0,c["[object Arguments]"]=c["[object Array]"]=c["[object ArrayBuffer]"]=c["[object Boolean]"]=c["[object DataView]"]=c["[object Date]"]=c["[object Error]"]=c["[object Function]"]=c["[object Map]"]=c["[object Number]"]=c["[object Object]"]=c["[object RegExp]"]=c["[object Set]"]=c["[object String]"]=c["[object WeakMap]"]=!1,e.exports=function(e){return o(e)&&n(e.length)&&!!c[l(e)]}},7206:function(e,t,r){var l=r(1573),n=r(6432),o=r(6557),c=r(1469),a=r(9601);e.exports=function(e){return"function"==typeof e?e:null==e?o:"object"==typeof e?c(e)?n(e[0],e[1]):l(e):a(e)}},280:function(e,t,r){var l=r(5726),n=r(6916),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!l(e))return n(e);var t=[];for(var r in Object(e))o.call(e,r)&&"constructor"!=r&&t.push(r);return t}},1573:function(e,t,r){var l=r(2958),n=r(1499),o=r(2634);e.exports=function(e){var t=n(e);return 1==t.length&&t[0][2]?o(t[0][0],t[0][1]):function(r){return r===e||l(r,e,t)}}},6432:function(e,t,r){var l=r(939),n=r(7361),o=r(9095),c=r(5403),a=r(9162),i=r(2634),s=r(327);e.exports=function(e,t){return c(e)&&a(t)?i(s(e),t):function(r){var c=n(r,e);return void 0===c&&c===t?o(r,e):l(t,c,3)}}},5970:function(e,t,r){var l=r(3012),n=r(9095);e.exports=function(e,t){return l(e,t,(function(t,r){return n(e,r)}))}},3012:function(e,t,r){var l=r(7786),n=r(611),o=r(1811);e.exports=function(e,t,r){for(var c=-1,a=t.length,i={};++c<a;){var s=t[c],u=l(e,s);r(u,s)&&n(i,o(s,e),u)}return i}},371:function(e){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},9152:function(e,t,r){var l=r(7786);e.exports=function(e){return function(t){return l(t,e)}}},611:function(e,t,r){var l=r(4865),n=r(1811),o=r(5776),c=r(3218),a=r(327);e.exports=function(e,t,r,i){if(!c(e))return e;for(var s=-1,u=(t=n(t,e)).length,m=u-1,h=e;null!=h&&++s<u;){var v=a(t[s]),d=r;if("__proto__"===v||"constructor"===v||"prototype"===v)return e;if(s!=m){var f=h[v];void 0===(d=i?i(f,v,h):void 0)&&(d=c(f)?f:o(t[s+1])?[]:{})}l(h,v,d),h=h[v]}return e}},6560:function(e,t,r){var l=r(5703),n=r(8777),o=r(6557),c=n?function(e,t){return n(e,"toString",{configurable:!0,enumerable:!1,value:l(t),writable:!0})}:o;e.exports=c},2545:function(e){e.exports=function(e,t){for(var r=-1,l=Array(e);++r<e;)l[r]=t(r);return l}},531:function(e,t,r){var l=r(2705),n=r(9932),o=r(1469),c=r(3448),a=l?l.prototype:void 0,i=a?a.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return n(t,e)+"";if(c(t))return i?i.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r}},7561:function(e,t,r){var l=r(7990),n=/^\s+/;e.exports=function(e){return e?e.slice(0,l(e)+1).replace(n,""):e}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},4757:function(e){e.exports=function(e,t){return e.has(t)}},4290:function(e,t,r){var l=r(6557);e.exports=function(e){return"function"==typeof e?e:l}},1811:function(e,t,r){var l=r(1469),n=r(5403),o=r(5514),c=r(9833);e.exports=function(e,t){return l(e)?e:n(e,t)?[e]:o(c(e))}},4429:function(e,t,r){var l=r(5639)["__core-js_shared__"];e.exports=l},9291:function(e,t,r){var l=r(8612);e.exports=function(e,t){return function(r,n){if(null==r)return r;if(!l(r))return e(r,n);for(var o=r.length,c=t?o:-1,a=Object(r);(t?c--:++c<o)&&!1!==n(a[c],c,a););return r}}},5063:function(e){e.exports=function(e){return function(t,r,l){for(var n=-1,o=Object(t),c=l(t),a=c.length;a--;){var i=c[e?a:++n];if(!1===r(o[i],i,o))break}return t}}},8777:function(e,t,r){var l=r(852),n=function(){try{var e=l(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=n},7114:function(e,t,r){var l=r(8668),n=r(2908),o=r(4757);e.exports=function(e,t,r,c,a,i){var s=1&r,u=e.length,m=t.length;if(u!=m&&!(s&&m>u))return!1;var h=i.get(e),v=i.get(t);if(h&&v)return h==t&&v==e;var d=-1,f=!0,g=2&r?new l:void 0;for(i.set(e,t),i.set(t,e);++d<u;){var p=e[d],w=t[d];if(c)var b=s?c(w,p,d,t,e,i):c(p,w,d,e,t,i);if(void 0!==b){if(b)continue;f=!1;break}if(g){if(!n(t,(function(e,t){if(!o(g,t)&&(p===e||a(p,e,r,c,i)))return g.push(t)}))){f=!1;break}}else if(p!==w&&!a(p,w,r,c,i)){f=!1;break}}return i.delete(e),i.delete(t),f}},8351:function(e,t,r){var l=r(2705),n=r(1149),o=r(7813),c=r(7114),a=r(8776),i=r(1814),s=l?l.prototype:void 0,u=s?s.valueOf:void 0;e.exports=function(e,t,r,l,s,m,h){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!m(new n(e),new n(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var v=a;case"[object Set]":var d=1&l;if(v||(v=i),e.size!=t.size&&!d)return!1;var f=h.get(e);if(f)return f==t;l|=2,h.set(e,t);var g=c(v(e),v(t),l,s,m,h);return h.delete(e),g;case"[object Symbol]":if(u)return u.call(e)==u.call(t)}return!1}},6096:function(e,t,r){var l=r(8234),n=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,o,c,a){var i=1&r,s=l(e),u=s.length;if(u!=l(t).length&&!i)return!1;for(var m=u;m--;){var h=s[m];if(!(i?h in t:n.call(t,h)))return!1}var v=a.get(e),d=a.get(t);if(v&&d)return v==t&&d==e;var f=!0;a.set(e,t),a.set(t,e);for(var g=i;++m<u;){var p=e[h=s[m]],w=t[h];if(o)var b=i?o(w,p,h,t,e,a):o(p,w,h,e,t,a);if(!(void 0===b?p===w||c(p,w,r,o,a):b)){f=!1;break}g||(g="constructor"==h)}if(f&&!g){var E=e.constructor,x=t.constructor;E==x||!("constructor"in e)||!("constructor"in t)||"function"==typeof E&&E instanceof E&&"function"==typeof x&&x instanceof x||(f=!1)}return a.delete(e),a.delete(t),f}},9021:function(e,t,r){var l=r(5564),n=r(5357),o=r(61);e.exports=function(e){return o(n(e,void 0,l),e+"")}},1957:function(e,t,r){var l="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=l},8234:function(e,t,r){var l=r(8866),n=r(9551),o=r(3674);e.exports=function(e){return l(e,o,n)}},5050:function(e,t,r){var l=r(7019);e.exports=function(e,t){var r=e.__data__;return l(t)?r["string"==typeof t?"string":"hash"]:r.map}},1499:function(e,t,r){var l=r(9162),n=r(3674);e.exports=function(e){for(var t=n(e),r=t.length;r--;){var o=t[r],c=e[o];t[r]=[o,c,l(c)]}return t}},852:function(e,t,r){var l=r(8458),n=r(7801);e.exports=function(e,t){var r=n(e,t);return l(r)?r:void 0}},9607:function(e,t,r){var l=r(2705),n=Object.prototype,o=n.hasOwnProperty,c=n.toString,a=l?l.toStringTag:void 0;e.exports=function(e){var t=o.call(e,a),r=e[a];try{e[a]=void 0;var l=!0}catch(e){}var n=c.call(e);return l&&(t?e[a]=r:delete e[a]),n}},9551:function(e,t,r){var l=r(4963),n=r(479),o=Object.prototype.propertyIsEnumerable,c=Object.getOwnPropertySymbols,a=c?function(e){return null==e?[]:(e=Object(e),l(c(e),(function(t){return o.call(e,t)})))}:n;e.exports=a},4160:function(e,t,r){var l=r(8552),n=r(7071),o=r(3818),c=r(8525),a=r(577),i=r(4239),s=r(346),u="[object Map]",m="[object Promise]",h="[object Set]",v="[object WeakMap]",d="[object DataView]",f=s(l),g=s(n),p=s(o),w=s(c),b=s(a),E=i;(l&&E(new l(new ArrayBuffer(1)))!=d||n&&E(new n)!=u||o&&E(o.resolve())!=m||c&&E(new c)!=h||a&&E(new a)!=v)&&(E=function(e){var t=i(e),r="[object Object]"==t?e.constructor:void 0,l=r?s(r):"";if(l)switch(l){case f:return d;case g:return u;case p:return m;case w:return h;case b:return v}return t}),e.exports=E},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},222:function(e,t,r){var l=r(1811),n=r(5694),o=r(1469),c=r(5776),a=r(1780),i=r(327);e.exports=function(e,t,r){for(var s=-1,u=(t=l(t,e)).length,m=!1;++s<u;){var h=i(t[s]);if(!(m=null!=e&&r(e,h)))break;e=e[h]}return m||++s!=u?m:!!(u=null==e?0:e.length)&&a(u)&&c(h,u)&&(o(e)||n(e))}},1789:function(e,t,r){var l=r(4536);e.exports=function(){this.__data__=l?l(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,r){var l=r(4536),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(l){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return n.call(t,e)?t[e]:void 0}},1327:function(e,t,r){var l=r(4536),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return l?void 0!==t[e]:n.call(t,e)}},1866:function(e,t,r){var l=r(4536);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=l&&void 0===t?"__lodash_hash_undefined__":t,this}},7285:function(e,t,r){var l=r(2705),n=r(5694),o=r(1469),c=l?l.isConcatSpreadable:void 0;e.exports=function(e){return o(e)||n(e)||!!(c&&e&&e[c])}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var l=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==l||"symbol"!=l&&t.test(e))&&e>-1&&e%1==0&&e<r}},5403:function(e,t,r){var l=r(1469),n=r(3448),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/;e.exports=function(e,t){if(l(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!n(e))||c.test(e)||!o.test(e)||null!=t&&e in Object(t)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,r){var l,n=r(4429),o=(l=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+l:"";e.exports=function(e){return!!o&&o in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},9162:function(e,t,r){var l=r(3218);e.exports=function(e){return e==e&&!l(e)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,r){var l=r(8470),n=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=l(t,e);return!(r<0||(r==t.length-1?t.pop():n.call(t,r,1),--this.size,0))}},2117:function(e,t,r){var l=r(8470);e.exports=function(e){var t=this.__data__,r=l(t,e);return r<0?void 0:t[r][1]}},7518:function(e,t,r){var l=r(8470);e.exports=function(e){return l(this.__data__,e)>-1}},4705:function(e,t,r){var l=r(8470);e.exports=function(e,t){var r=this.__data__,n=l(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}},4785:function(e,t,r){var l=r(1989),n=r(8407),o=r(7071);e.exports=function(){this.size=0,this.__data__={hash:new l,map:new(o||n),string:new l}}},1285:function(e,t,r){var l=r(5050);e.exports=function(e){var t=l(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,r){var l=r(5050);e.exports=function(e){return l(this,e).get(e)}},9916:function(e,t,r){var l=r(5050);e.exports=function(e){return l(this,e).has(e)}},5265:function(e,t,r){var l=r(5050);e.exports=function(e,t){var r=l(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}},8776:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,l){r[++t]=[l,e]})),r}},2634:function(e){e.exports=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}}},4523:function(e,t,r){var l=r(8306);e.exports=function(e){var t=l(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}},4536:function(e,t,r){var l=r(852)(Object,"create");e.exports=l},6916:function(e,t,r){var l=r(5569)(Object.keys,Object);e.exports=l},1167:function(e,t,r){e=r.nmd(e);var l=r(1957),n=t&&!t.nodeType&&t,o=n&&e&&!e.nodeType&&e,c=o&&o.exports===n&&l.process,a=function(){try{return o&&o.require&&o.require("util").types||c&&c.binding&&c.binding("util")}catch(e){}}();e.exports=a},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(r){return e(t(r))}}},5357:function(e,t,r){var l=r(6874),n=Math.max;e.exports=function(e,t,r){return t=n(void 0===t?e.length-1:t,0),function(){for(var o=arguments,c=-1,a=n(o.length-t,0),i=Array(a);++c<a;)i[c]=o[t+c];c=-1;for(var s=Array(t+1);++c<t;)s[c]=o[c];return s[t]=r(i),l(e,this,s)}}},5639:function(e,t,r){var l=r(1957),n="object"==typeof self&&self&&self.Object===Object&&self,o=l||n||Function("return this")();e.exports=o},619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2385:function(e){e.exports=function(e){return this.__data__.has(e)}},1814:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},61:function(e,t,r){var l=r(6560),n=r(1275)(l);e.exports=n},1275:function(e){var t=Date.now;e.exports=function(e){var r=0,l=0;return function(){var n=t(),o=16-(n-l);if(l=n,o>0){if(++r>=800)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}},7465:function(e,t,r){var l=r(8407);e.exports=function(){this.__data__=new l,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,r){var l=r(8407),n=r(7071),o=r(3369);e.exports=function(e,t){var r=this.__data__;if(r instanceof l){var c=r.__data__;if(!n||c.length<199)return c.push([e,t]),this.size=++r.size,this;r=this.__data__=new o(c)}return r.set(e,t),this.size=r.size,this}},5514:function(e,t,r){var l=r(4523),n=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,c=l((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(n,(function(e,r,l,n){t.push(l?n.replace(o,"$1"):r||e)})),t}));e.exports=c},327:function(e,t,r){var l=r(3448);e.exports=function(e){if("string"==typeof e||l(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7990:function(e){var t=/\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},3105:function(e,t,r){var l=r(4963),n=r(760),o=r(7206),c=r(1469);e.exports=function(e,t){return(c(e)?l:n)(e,o(t,3))}},998:function(e,t,r){var l=r(1848),n=r(7206),o=r(554),c=Math.max;e.exports=function(e,t,r){var a=null==e?0:e.length;if(!a)return-1;var i=null==r?0:o(r);return i<0&&(i=c(a+i,0)),l(e,n(t,3),i)}},5564:function(e,t,r){var l=r(1078);e.exports=function(e){return null!=e&&e.length?l(e,1):[]}},7361:function(e,t,r){var l=r(7786);e.exports=function(e,t,r){var n=null==e?void 0:l(e,t);return void 0===n?r:n}},9095:function(e,t,r){var l=r(13),n=r(222);e.exports=function(e,t){return null!=e&&n(e,t,l)}},6557:function(e){e.exports=function(e){return e}},5694:function(e,t,r){var l=r(9454),n=r(7005),o=Object.prototype,c=o.hasOwnProperty,a=o.propertyIsEnumerable,i=l(function(){return arguments}())?l:function(e){return n(e)&&c.call(e,"callee")&&!a.call(e,"callee")};e.exports=i},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,r){var l=r(3560),n=r(1780);e.exports=function(e){return null!=e&&n(e.length)&&!l(e)}},4144:function(e,t,r){e=r.nmd(e);var l=r(5639),n=r(5062),o=t&&!t.nodeType&&t,c=o&&e&&!e.nodeType&&e,a=c&&c.exports===o?l.Buffer:void 0,i=(a?a.isBuffer:void 0)||n;e.exports=i},1609:function(e,t,r){var l=r(280),n=r(4160),o=r(5694),c=r(1469),a=r(8612),i=r(4144),s=r(5726),u=r(6719),m=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(a(e)&&(c(e)||"string"==typeof e||"function"==typeof e.splice||i(e)||u(e)||o(e)))return!e.length;var t=n(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(s(e))return!l(e).length;for(var r in e)if(m.call(e,r))return!1;return!0}},3560:function(e,t,r){var l=r(4239),n=r(3218);e.exports=function(e){if(!n(e))return!1;var t=l(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},3448:function(e,t,r){var l=r(4239),n=r(7005);e.exports=function(e){return"symbol"==typeof e||n(e)&&"[object Symbol]"==l(e)}},6719:function(e,t,r){var l=r(8749),n=r(1717),o=r(1167),c=o&&o.isTypedArray,a=c?n(c):l;e.exports=a},3674:function(e,t,r){var l=r(4636),n=r(280),o=r(8612);e.exports=function(e){return o(e)?l(e):n(e)}},8306:function(e,t,r){var l=r(3369);function n(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var l=arguments,n=t?t.apply(this,l):l[0],o=r.cache;if(o.has(n))return o.get(n);var c=e.apply(this,l);return r.cache=o.set(n,c)||o,c};return r.cache=new(n.Cache||l),r}n.Cache=l,e.exports=n},8718:function(e,t,r){var l=r(5970),n=r(9021)((function(e,t){return null==e?{}:l(e,t)}));e.exports=n},9601:function(e,t,r){var l=r(371),n=r(9152),o=r(5403),c=r(327);e.exports=function(e){return o(e)?l(c(e)):n(e)}},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},8913:function(e,t,r){var l=r(2545),n=r(4290),o=r(554),c=4294967295,a=Math.min;e.exports=function(e,t){if((e=o(e))<1||e>9007199254740991)return[];var r=c,i=a(e,c);t=n(t),e-=c;for(var s=l(i,t);++r<e;)t(r);return s}},8601:function(e,t,r){var l=r(4841);e.exports=function(e){return e?Infinity===(e=l(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:function(e,t,r){var l=r(8601);e.exports=function(e){var t=l(e),r=t%1;return t==t?r?t-r:t:0}},4841:function(e,t,r){var l=r(7561),n=r(3218),o=r(3448),c=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,i=/^0o[0-7]+$/i,s=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(n(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=n(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=l(e);var r=a.test(e);return r||i.test(e)?s(e.slice(2),r?2:8):c.test(e)?NaN:+e}},9833:function(e,t,r){var l=r(531);e.exports=function(e){return null==e?"":l(e)}},9588:function(e){e.exports=function(e,t){var r,l,n=0;function o(){var o,c,a=r,i=arguments.length;e:for(;a;){if(a.args.length===arguments.length){for(c=0;c<i;c++)if(a.args[c]!==arguments[c]){a=a.next;continue e}return a!==r&&(a===l&&(l=a.prev),a.prev.next=a.next,a.next&&(a.next.prev=a.prev),a.next=r,a.prev=null,r.prev=a,r=a),a.val}a=a.next}for(o=new Array(i),c=0;c<i;c++)o[c]=arguments[c];return a={args:o,val:e.apply(null,o)},r?(r.prev=a,a.next=r):l=a,n===t.maxSize?(l=l.prev).next=null:n++,r=a,a.val}return t=t||{},o.clear=function(){r=null,l=null,n=0},o}},2703:function(e,t,r){"use strict";var l=r(414);function n(){}function o(){}o.resetWarningCache=n,e.exports=function(){function e(e,t,r,n,o,c){if(c!==l){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:n};return r.PropTypes=r,r}},5697:function(e,t,r){e.exports=r(2703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2819:function(e){"use strict";e.exports=window.lodash},1313:function(e){"use strict";e.exports=window.wp.blob},2175:function(e){"use strict";e.exports=window.wp.blockEditor},4981:function(e){"use strict";e.exports=window.wp.blocks},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9818:function(e){"use strict";e.exports=window.wp.data},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n},9630:function(e){"use strict";e.exports=window.wp.keycodes},444:function(e){"use strict";e.exports=window.wp.primitives},9512:function(e){"use strict";e.exports=window.wp.tokenList},7462:function(e,t,r){"use strict";function l(){return l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},l.apply(this,arguments)}r.d(t,{Z:function(){return l}})}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={id:e,loaded:!1,exports:{}};return l[e].call(r.exports,r,r.exports,o),r.loaded=!0,r.exports}o.m=l,e=[],o.O=function(t,r,l,n){if(!r){var c=1/0;for(u=0;u<e.length;u++){r=e[u][0],l=e[u][1],n=e[u][2];for(var a=!0,i=0;i<r.length;i++)(!1&n||c>=n)&&Object.keys(o.O).every((function(e){return o.O[e](r[i])}))?r.splice(i--,1):(a=!1,n<c&&(c=n));if(a){e.splice(u--,1);var s=l();void 0!==s&&(t=s)}}return t}n=n||0;for(var u=e.length;u>0&&e[u-1][2]>n;u--)e[u]=e[u-1];e[u]=[r,l,n]},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.f={},o.e=function(e){return Promise.all(Object.keys(o.f).reduce((function(t,r){return o.f[r](e,t),t}),[]))},o.u=function(e){return e+".js"},o.miniCssF=function(e){},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t={},r="coblocks:",o.l=function(e,l,n,c){if(t[e])t[e].push(l);else{var a,i;if(void 0!==n)for(var s=document.getElementsByTagName("script"),u=0;u<s.length;u++){var m=s[u];if(m.getAttribute("src")==e||m.getAttribute("data-webpack")==r+n){a=m;break}}a||(i=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,o.nc&&a.setAttribute("nonce",o.nc),a.setAttribute("data-webpack",r+n),a.src=e),t[e]=[l];var h=function(r,l){a.onerror=a.onload=null,clearTimeout(v);var n=t[e];if(delete t[e],a.parentNode&&a.parentNode.removeChild(a),n&&n.forEach((function(e){return e(l)})),r)return r(l)},v=setTimeout(h.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=h.bind(null,a.onerror),a.onload=h.bind(null,a.onload),i&&document.head.appendChild(a)}},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){var e;o.g.importScripts&&(e=o.g.location+"");var t=o.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");r.length&&(e=r[r.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e}(),function(){var e={745:0,638:0,664:0};o.f.j=function(t,r){var l=o.o(e,t)?e[t]:void 0;if(0!==l)if(l)r.push(l[2]);else if(664!=t){var n=new Promise((function(r,n){l=e[t]=[r,n]}));r.push(l[2]=n);var c=o.p+o.u(t),a=new Error;o.l(c,(function(r){if(o.o(e,t)&&(0!==(l=e[t])&&(e[t]=void 0),l)){var n=r&&("load"===r.type?"missing":r.type),c=r&&r.target&&r.target.src;a.message="Loading chunk "+t+" failed.\n("+n+": "+c+")",a.name="ChunkLoadError",a.type=n,a.request=c,l[1](a)}}),"chunk-"+t,t)}else e[t]=0},o.O.j=function(t){return 0===e[t]};var t=function(t,r){var l,n,c=r[0],a=r[1],i=r[2],s=0;if(c.some((function(t){return 0!==e[t]}))){for(l in a)o.o(a,l)&&(o.m[l]=a[l]);if(i)var u=i(o)}for(t&&t(r);s<c.length;s++)n=c[s],o.o(e,n)&&e[n]&&e[n][0](),e[c[s]]=0;return o.O(u)},r=self.webpackChunkcoblocks=self.webpackChunkcoblocks||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}();var c=o.O(void 0,[664],(function(){return o(2483)}));c=o.O(c)}();
dist/coblocks-10.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '1d24c26d1d25b13480cab1bb6bb6f1b8');
1
+ <?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '086d7df37304b92e8307ad63f53cb8d3');
dist/coblocks-10.js CHANGED
@@ -1,138 +1,140 @@
1
- !function(){var e,t,l={8127:function(e,t,l){"use strict";var o={};l.r(o),l.d(o,{category:function(){return ae},metadata:function(){return Z},name:function(){return ne},settings:function(){return se}});var r={};l.r(r),l.d(r,{category:function(){return pe},name:function(){return fe},settings:function(){return ge}});var n={};l.r(n),l.d(n,{category:function(){return Ve},name:function(){return Be},settings:function(){return Ge}});var a={};l.r(a),l.d(a,{category:function(){return Tt},icon:function(){return M},metadata:function(){return Mt},name:function(){return Rt},settings:function(){return At}});var c=l(998),s=l.n(c),i=l(7361),m=l.n(i),u=l(8718),d=l.n(u),h=window.wp.blocks;const v=(0,h.getCategories)().some((function(e){return"formatting"===e.slug}));var f=window.wp.blob;window.wp.tokenList;const p=(e,t)=>{const l=d()(e,["alt","id","link","caption","imgLink"]);l.url=m()(e,["sizes","large","url"])||m()(e,["media_details","sizes","large","source_url"])||e.url;const o=s()(t,(function(e){return e.url===l.url}));return l.imgLink=o>=0?t[o].imgLink:"",l},g=["image"],w=e=>{var t;const l=null!==(t=null==e?void 0:e.size)&&void 0!==t?t:e;return RegExp(/([a-z])/).test(l)?l:l+"px"};var b=l(9307),y=window.wp.primitives,k={default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Circle,{cx:"12",cy:"4",r:"2"}),(0,b.createElement)(y.Path,{d:"M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})))},E=(k.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19 9c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v7.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-13.875-3.5c-.89746 0-1.625.72754-1.625 1.625v9.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-9.75c0-.89746-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Accordion Item",keywords:["interface","modal","window"]}}),x=(((((((((((((((((((((((((((((((((((((((((((((((((((((((((E.styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m19 7c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v4.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-.125 10h-13.75c-.06904 0-.125.056-.125.125v1.75c0 .069.05596.125.125.125h13.75c.069 0 .125-.056.125-.125v-1.75c0-.069-.056-.125-.125-.125zm-13.75-13.5c-.89746 0-1.625.72754-1.625 1.625v6.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-6.75c0-.89746-.7275-1.625-1.625-1.625zm0 12c-.89746 0-1.625.7275-1.625 1.625v1.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-1.75c0-.8975-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Accordion",keywords:["item","window"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M22,11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3H22z M7,9H4V5h3V9z M17,15h3v4h-3V15z M17,5h3v4h-3V5z",fill:"currentColor"}))},meta:{label:"Diagram",keywords:["blueprint","flowchart","hierarchy","layout","map","sitemap"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0.26 0.27 20.1 20.1",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10.2895508.29378255c-5.52000002 0-10.00000002 4.48-10.00000002 10.00000005 0 5.52 4.48 10 10.00000002 10 5.52 0 10-4.48 10-10 0-5.52000005-4.48-10.00000005-10-10.00000005zm0 18.00000005c-4.41000002 0-8.00000002-3.59-8.00000002-8 0-4.41000005 3.59-8.00000005 8.00000002-8.00000005 4.41 0 8 3.59 8 8.00000005 0 4.41-3.59 8-8 8zm0-12.50000005c-2.49000002 0-4.50000002 2.01-4.50000002 4.50000005 0 2.49 2.01 4.5 4.50000002 4.5 2.49 0 4.5-2.01 4.5-4.5 0-2.49000005-2.01-4.50000005-4.5-4.50000005zm0 5.50000005c-.55000002 0-1.00000002-.45-1.00000002-1 0-.55000005.45-1.00000005 1.00000002-1.00000005.55 0 1 .45 1 1.00000005 0 .55-.45 1-1 1z",fill:"currentColor"}))},meta:{label:"Album",keywords:["audio","bullseye","media","music","song","target"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m10.1758 20.4657c0 1.0083.8159 1.8242 1.8242 1.8242s1.8242-.8159 1.8242-1.8242z"}),(0,b.createElement)(y.Path,{d:"m12 4.5c2 0 5.5 1.5 5.5 4.78988v6.71012c0 .2761-.2239.5-.5.5h-10.00002c-.27614 0-.5-.2239-.5-.5v-6.71012c0-3.28988 3.5-4.78988 5.50002-4.78988zm0-3c-.7608 0-1.375.76821-1.375 1.52904-3.12502.97096-5.62502 3.47096-5.62501 6.26084v7.08582c0 .2652-.10536.5195-.29289.7071l-1.3506 1.3506c-.12155.1215-.18984.2864-.18984.4583 0 .358.2902.6482.64818.6482h16.37026c.358 0 .6482-.2902.6482-.6482 0-.1719-.0683-.3368-.1898-.4583l-1.3506-1.3506c-.1876-.1876-.2929-.4419-.2929-.7071v-7.08582c0-2.78988-2.5-5.28988-5.625-6.26084 0-.76083-.6142-1.52904-1.375-1.52904z"})))},meta:{label:"Alert",keywords:["bell","danger","ring","sound","warning"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L12 10.66 10.48 12h.01L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5.01.01L13.52 12h-.01l2.69-2.39c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z",fill:"currentColor"}))},meta:{label:"Infinity",keywords:["cycle","eternal","figure eight","loop"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{className:"coblocks-icon-animation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{className:"small-circle",d:"M5.68,15.87a3.87,3.87,0,1,1,0-7.74,3.87,3.87,0,1,1,0,7.74Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,b.createElement)(y.Path,{className:"medium-circle",d:"M10.71,17.32A5.32,5.32,0,1,1,16.13,12,5.38,5.38,0,0,1,10.71,17.32Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,b.createElement)(y.Path,{className:"large-circle",d:"M16.15,18A6.06,6.06,0,0,1,10,12a6.12,6.12,0,0,1,12.23,0A6.06,6.06,0,0,1,16.15,18Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Animation",keywords:["balls","loading","movement","progression"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m7.4 8.5 4.77-8.26c-.7-.15-1.42-.24-2.17-.24-2.4 0-4.6.85-6.32 2.25l3.66 6.35zm12.14-1.5c-.92-2.92-3.15-5.26-6-6.34l-3.66 6.34zm.26 1h-7.49l.29.5 4.76 8.25c1.64-1.78 2.64-4.14 2.64-6.75 0-.69-.07-1.35-.2-2zm-13.26 2-3.9-6.75c-1.63 1.78-2.64 4.14-2.64 6.75 0 .69.07 1.35.2 2h7.49zm-6.08 3c.92 2.92 3.15 5.26 6 6.34l3.66-6.34zm11.27 0-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m12.25.26-.08-.04-.01.02c-.7-.15-1.42-.24-2.16-.24-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10c0-4.75-3.31-8.72-7.75-9.74zm5.16 6.74h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zm-6.31-4.92-2.83 4.92-1.15 2-2.72-4.7c1.44-1.42 3.42-2.3 5.6-2.3.37 0 .74.03 1.1.08zm-7.4 3.01 2.84 4.91 1.15 2h-5.43c-.16-.64-.26-1.31-.26-2 0-1.85.64-3.55 1.7-4.91zm-1.11 7.91h7.98l-2.71 4.7c-2.4-.67-4.34-2.42-5.27-4.7zm6.31 4.91 3.99-6.91 2.72 4.7c-1.45 1.42-3.43 2.3-5.61 2.3-.38 0-.74-.04-1.1-.09zm7.4-3-4-6.91h5.43c.17.64.27 1.31.27 2 0 1.85-.64 3.55-1.7 4.91z",fill:"currentColor"}))},meta:{label:"Aperture",keywords:["camera","creative","film","media","photo","photography"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m12 4c-4.416 0-8 3.584-8 8s3.584 8 8 8h4v-1.6h-4c-3.472 0-6.4-2.928-6.4-6.4s2.928-6.4 6.4-6.4 6.4 2.928 6.4 6.4v1.144c0 .632-.568 1.256-1.2 1.256s-1.2-.624-1.2-1.256v-1.144c0-2.208-1.792-4-4-4s-4 1.792-4 4 1.792 4 4 4c1.104 0 2.112-.448 2.832-1.176.52.712 1.416 1.176 2.368 1.176 1.576 0 2.8-1.28 2.8-2.856v-1.144c0-4.416-3.584-8-8-8zm0 10.4c-1.328 0-2.4-1.072-2.4-2.4s1.072-2.4 2.4-2.4 2.4 1.072 2.4 2.4-1.072 2.4-2.4 2.4z",fill:"currentColor"}))},meta:{label:"At",keywords:["at sign","email","letter","mail","mention","message","symbol"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444z",transform:"translate(-3)",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444zm-2.22222222 17.7777778c-1.22222222 0-2.22222222-1-2.22222222-2.2222222 0-1.2222223 1-2.2222223 2.22222222-2.2222223s2.22222222 1 2.22222222 2.2222223c0 1.2222222-1 2.2222222-2.22222222 2.2222222z",transform:"translate(-3)",fill:"currentColor"}))},meta:{label:"Audiotrack",keywords:["media","music","podcast","song","sound","tune"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m20 21v-3c0-1.1046-.8954-2-2-2h-12c-1.10457 0-2 .8954-2 2v3",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,b.createElement)(y.Circle,{cx:"12",cy:"8",fill:"currentColor",r:"5"}))},meta:{label:"Author",keywords:["head","human","people","person"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10.3519669 11.7141378v8.2858622h8.2815735v-8.2858622zm-10.3519669 8.2858622h8.2815735v-8.2858622h-8.2815735zm0-18.64319006v8.28586225h8.2815735v-8.28586225zm14.1407867-1.35680994-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m14.1407867 2.93112377 2.9296067 2.93112377-2.9296067 2.93112377-2.9296066-2.93112377zm-7.92960658.49715173v4.14293113h-4.14078675v-4.14293113zm10.35196688 10.3573278v4.1429311h-4.1407868v-4.1429311zm-10.35196688 0v4.1429311h-4.14078675v-4.1429311zm7.92960658-13.7856033-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759zm-5.8592132 1.35680994h-8.2815735v8.28586225h8.2815735zm10.3519669 10.35732786h-8.2815735v8.2858622h8.2815735zm-10.3519669 0h-8.2815735v8.2858622h8.2815735z",fill:"currentColor"}))},meta:{label:"Blocks",keywords:["boxes","build","square","stack","widgets"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z",fill:"currentColor"}))},meta:{label:"Blur",keywords:["dots","plot","random"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m17.5215122.06508061c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5.25540258 13.7291273c.57809428 0 1.05108052.4729863 1.05108052 1.0510805 0 1.1561886-.94597247 2.1021611-2.10216104 2.1021611-.17868368 0-.34685657-.0210216-.52554025-.0525541.32583496-.5780942.52554025-1.2718074.52554025-2.049607 0-.5780942.47298624-1.0510805 1.05108052-1.0510805zm12.26610962-13.66404669c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"}))},meta:{label:"Brush",keywords:["artist","colors","creative","design","media","paint","paintbrush","palette"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"-3 -3 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"M1.5 18.75A.75.75 0 0 1 .75 18V3A2.753 2.753 0 0 1 3.5.25h11A2.753 2.753 0 0 1 17.25 3v10a2.752 2.752 0 0 1-2.75 2.75H6.166c-.27 0-.533.088-.749.25L1.95 18.6a.751.751 0 0 1-.45.15Zm2-17A1.251 1.251 0 0 0 2.25 3v13.5l2.267-1.7a2.767 2.767 0 0 1 1.65-.55H14.5A1.25 1.25 0 0 0 15.75 13V3a1.251 1.251 0 0 0-1.25-1.25h-11Z",fill:"currentColor"}))},meta:{label:"Bubble",keywords:["conversation","head","human","people","person","speach","speak","talk","testimonial"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.6611198 16.3587437-8.2604891-8.26048913c.8460633-2.12880446.4093855-4.63970202-1.3100335-6.36821846-2.09241464-2.09241464-5.34930351-2.2834612-7.66915452-.59133458l3.4934227 3.50252016-1.2918386 1.28274115-3.48432525-3.48432525c-1.69212662 2.31075356-1.50108006 5.57673988.59133458 7.66005711 1.69212662 1.6921266 4.15753691 2.1379019 6.26814645 1.3464233l8.28778144 8.2877814c.3548008.3548008.9279404.3548008 1.2827412 0l2.0924146-2.0924146c.3638982-.3457033.3638982-.9188429 0-1.2827411z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.6627376 17.0986011-8.2473132-8.24731315c.8447138-2.1254089.4087325-4.63230145-1.307944-6.35806082-2.08907708-2.08907713-5.34077104-2.27981895-7.65692177-.59039136l3.48785051 3.49693345-1.28977806 1.28069511-3.47876756-3.47876757c-1.68942759 2.30706779-1.49868577 5.56784469.59039136 7.64783884 1.68942759 1.6894276 4.15090542 2.1344919 6.25814844 1.3442758l8.27456198 8.274562c.3542348.3542348.9264603.3542348 1.2806951 0l2.0890772-2.0890772c.3633177-.3451518.3633177-.9173773 0-1.2806951zm-2.7248832 1.4532711-8.5924651-8.59246508c-.55405958.40873248-1.17169978.65397198-1.8165888.74480138-1.23528039.1816589-2.53414139-.1907418-3.47876757-1.13536797-.86287968-.85379674-1.26252922-1.99824769-1.19894861-3.12453275l2.80662971 2.80662971 3.85116827-3.85116827-2.80662971-2.80662971c1.12628506-.0635806 2.26165307.33606893 3.12453275 1.18986567.98095795.98095796 1.35335866 2.33431662 1.12628506 3.59684584-.10899533.64488902-.38148365 1.24436333-.79929908 1.78025703l8.58338208 8.58338215z",fill:"currentColor",transform:"translate(0 -.734049)"}))},meta:{label:"Tools",keywords:["build","construction","settings","work","wrench"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 5.45454545c1.0090909 0 1.8181818-.81818181 1.8181818-1.81818181 0-.34545455-.0909091-.66363637-.2636363-.93636364l-1.5545455-2.7-1.55454545 2.7c-.17272728.27272727-.26363637.59090909-.26363637.93636364 0 1 .81818182 1.81818181 1.81818182 1.81818181zm4.1818182 9.08181815-.9727273-.9727272-.9818182.9727272c-1.1818182 1.1818182-3.25454543 1.1909091-4.44545452 0l-.97272727-.9727272-.99090909.9727272c-.59090909.5909091-1.38181818.9181819-2.21818182.9181819-.66363636 0-1.27272727-.209091-1.78181818-.5545455v4.1909091c0 .5.40909091.9090909.90909091.9090909h14.54545457c.5 0 .9090909-.4090909.9090909-.9090909v-4.1909091c-.5090909.3454545-1.1181818.5545455-1.7818182.5545455-.8363636 0-1.6272727-.3272728-2.2181818-.9181819zm1.2727273-6.35454542h-4.5454546v-1.81818182h-1.81818181v1.81818182h-4.54545454c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727272v1.4c0 .9818182.8 1.7818182 1.78181818 1.7818182.47272727 0 .92727273-.1818182 1.25454545-.5181818l1.94545455-1.9363637 1.93636364 1.9363637c.67272727.6727272 1.84545456.6727272 2.51818186 0l1.9454545-1.9363637 1.9363636 1.9363637c.3363637.3363636.7818182.5181818 1.2545455.5181818.9818182 0 1.7818182-.8 1.7818182-1.7818182v-1.4c.0090909-1.5090909-1.2090909-2.72727272-2.7181818-2.72727272z",fill:"currentColor"}))},meta:{label:"Cake",keywords:["baking","birthday","celebration","food","fun","party","taste"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m22 4h-1v-2h-2v2h-14v-2h-2v2h-1c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-20v-11h20zm0-13h-20v-3h20zm-18 4h4v4h-4z",fill:"currentColor"}))},meta:{label:"Calendar",keywords:["date","day","month","time"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m7 1-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2h-3.17l-1.83-2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18 3h-3.17l-1.83-2h-6l-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 14h-16v-12h4.05l1.83-2h4.24l1.83 2h4.05zm-8-11c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z",fill:"currentColor"}))},meta:{label:"Camera",keywords:["aperture","creative","film","media","photography","photo"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M19.39 14.99l-1.41 1.41L12 10.43 6.02 16.4l-1.41-1.41L12 7.6l7.39 7.39z"}))},meta:{label:"Caret",keywords:["arrow","direction","up"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z",fill:"currentColor"}))},meta:{label:"Cast",keywords:["broadcast","chromecast","screen","television","tv","video","vodcast"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m5.87563 13 5.50317-5.48574-1.194-1.01418-4.24673 4.23322-1.43827-1.5881-1.24834.9572zm14.12437-7.49992h-7v1.49992h7zm0 5.99992h-10v1.5h10zm-13 5.5156h13v1.4843h-13z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Checklist",keywords:["check","done","list","okay","task"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m12 0.0585938c-6.5916562 0-11.9414062 5.34975-11.9414062 11.9414062s5.34975 11.9414062 11.9414062 11.9414062 11.9414062-5.34975 11.9414062-11.9414062-5.34975-11.9414062-11.9414062-11.9414062zm0 21.7138671c-5.3870691 0-9.7724609-4.3853918-9.7724609-9.7724609s4.3853918-9.7724609 9.7724609-9.7724609 9.7724609 4.3853918 9.7724609 9.7724609-4.3853918 9.7724609-9.7724609 9.7724609zm4.59-14.1924609-6.59 6.59-2.59-2.58-1.41 1.41 4 4 8-8z",fill:"currentColor"}))},meta:{label:"Checkmark circle",keywords:["check","confirm","done","okay"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-4v4h-2v-4h-4v-2h4v-4h2v4h4z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11 5h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-1-5c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},meta:{label:"Add Circle",keywords:["add","circle","insert","math","plus"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-10v-2h10z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5 9v2h10v-2zm5-9c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},meta:{label:"Substract Circle",keywords:["remove","circle","insert","delete","math","minus"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m13.1578947 9.47368421v-6.31578947l-3.1578947-3.15789474-3.15789474 3.15789474v2.10526315h-6.31578947v14.73684211h18.94736841v-10.52631579zm-8.42105259 8.42105259h-2.10526316v-2.1052631h2.10526316zm0-4.2105263h-2.10526316v-2.1052631h2.10526316zm0-4.21052629h-2.10526316v-2.10526316h2.10526316zm6.31578949 8.42105259h-2.10526318v-2.1052631h2.10526318zm0-4.2105263h-2.10526318v-2.1052631h2.10526318zm0-4.21052629h-2.10526318v-2.10526316h2.10526318zm0-4.21052632h-2.10526318v-2.10526315h2.10526318zm6.3157895 12.63157891h-2.1052632v-2.1052631h2.1052632zm0-4.2105263h-2.1052632v-2.1052631h2.1052632z",fill:"currentColor"}))},meta:{label:"City",keywords:["building","business","corporation","location","map","public","skyscraper","town"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6m0-2C9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4z",fill:"currentColor"}))},meta:{label:"Cloud",keywords:["forecast","internet","network","rain","sky","weather"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.13877 4.50131L15.7841 4.5C17.2301 4.49975 17.7552 4.65057 18.2852 4.93385C18.8153 5.21712 19.2322 5.63288 19.5174 6.16268C19.8027 6.69248 19.9558 7.21802 19.9628 8.66734L19.9998 16.3299C20.0068 17.7793 19.8587 18.3048 19.5786 18.8347C19.2984 19.3646 18.8855 19.7805 18.3582 20.064C17.8309 20.3475 17.3073 20.4984 15.8612 20.4987L8.21593 20.5C6.76988 20.5002 6.24478 20.3494 5.71476 20.0662C5.18474 19.7829 4.76784 19.3671 4.48256 18.8373C4.19728 18.3075 4.04418 17.782 4.03719 16.3327L4.00024 8.67006C3.99325 7.22074 4.14128 6.69516 4.42145 6.16526C4.70162 5.63536 5.11451 5.21946 5.64179 4.936C6.16908 4.65255 6.69272 4.50155 8.13877 4.50131V4.50131ZM7.55556 7.16667C7.06464 7.16667 6.66667 7.56464 6.66667 8.05556V16.9444C6.66667 17.4354 7.06464 17.8333 7.55556 17.8333H10.2222C10.7131 17.8333 11.1111 17.4354 11.1111 16.9444V8.05556C11.1111 7.56464 10.7131 7.16667 10.2222 7.16667H7.55556ZM13.7778 13.3889C13.2869 13.3889 12.8889 13.7869 12.8889 14.2778V16.9444C12.8889 17.4354 13.2869 17.8333 13.7778 17.8333H16.4444C16.9354 17.8333 17.3333 17.4354 17.3333 16.9444V14.2778C17.3333 13.7869 16.9354 13.3889 16.4444 13.3889H13.7778ZM13.7778 7.16667C13.2869 7.16667 12.8889 7.56464 12.8889 8.05556V10.7222C12.8889 11.2131 13.2869 11.6111 13.7778 11.6111H16.4444C16.9354 11.6111 17.3333 11.2131 17.3333 10.7222V8.05556C17.3333 7.56464 16.9354 7.16667 16.4444 7.16667H13.7778Z",fill:"currentColor"}))},meta:{label:"CoBlocks",keywords:["blocks","build","design","gutenberg"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0c-5.52222222 0-10 4.47777778-10 10 0 5.5222222 4.47777778 10 10 10 .9222222 0 1.6666667-.7444444 1.6666667-1.6666667 0-.4333333-.1666667-.8222222-.4333334-1.1222222-.2555555-.2888889-.4222222-.6777778-.4222222-1.1 0-.9222222.7444445-1.6666667 1.6666667-1.6666667h1.9666666c3.0666667 0 5.5555556-2.4888888 5.5555556-5.55555551 0-4.91111111-4.4777778-8.88888889-10-8.88888889zm-6.11111111 10c-.92222222 0-1.66666667-.74444444-1.66666667-1.66666667 0-.92222222.74444445-1.66666666 1.66666667-1.66666666s1.66666667.74444444 1.66666667 1.66666666c0 .92222223-.74444445 1.66666667-1.66666667 1.66666667zm3.33333333-4.44444444c-.92222222 0-1.66666666-.74444445-1.66666666-1.66666667s.74444444-1.66666667 1.66666666-1.66666667 1.66666667.74444445 1.66666667 1.66666667-.74444445 1.66666667-1.66666667 1.66666667zm5.55555558 0c-.9222222 0-1.6666667-.74444445-1.6666667-1.66666667s.7444445-1.66666667 1.6666667-1.66666667 1.6666666.74444445 1.6666666 1.66666667-.7444444 1.66666667-1.6666666 1.66666667zm3.3333333 4.44444444c-.9222222 0-1.6666667-.74444444-1.6666667-1.66666667 0-.92222222.7444445-1.66666666 1.6666667-1.66666666s1.6666667.74444444 1.6666667 1.66666666c0 .92222223-.7444445 1.66666667-1.6666667 1.66666667z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m10 20c-5.51 0-10-4.49-10-10s4.49-10 10-10 10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5h1.77c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"}),(0,b.createElement)(y.Circle,{cx:"4.5",cy:"9.5",r:"1.5"}),(0,b.createElement)(y.Circle,{cx:"7.5",cy:"5.5",r:"1.5"}),(0,b.createElement)(y.Circle,{cx:"12.5",cy:"5.5",r:"1.5"}),(0,b.createElement)(y.Circle,{cx:"15.5",cy:"9.5",r:"1.5"})))},meta:{label:"Color Palette",keywords:["artist","creative","design","media","paint","palette"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.6750451 2.92459381-2.5996389-2.59963894c-.4332732-.43327316-1.133176-.43327316-1.5664491 0l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867zm-15.3200944 14.85349259-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m16.2866269 2.68018331 1.0220802 1.02208026-2.9884738 2.98847383-1.0220803-1.02208027zm.0111095-2.67740592c-.2888487 0-.5665879.11109568-.7887793.32217748l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867l-2.5996389-2.59963894c-.2221914-.2110818-.4999306-.32217748-.7776698-.32217748zm-11.9427857 17.77530901-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"}))},meta:{label:"Color Picker",keywords:["artist","creative","design","eye dropper","media","paint","palette"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5 4.75h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m9 5.5h6v13h-6z",fill:"currentColor"}))},meta:{label:"Column",keywords:["divider","middle","separator"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M22,10V6c0-1.11-0.9-2-2-2H4C2.9,4,2.01,4.89,2.01,6v4C3.11,10,4,10.9,4,12s-0.89,2-2,2v4c0,1.1,0.9,2,2,2h16 c1.1,0,2-0.9,2-2v-4c-1.1,0-2-0.9-2-2S20.9,10,22,10z M13,17.5h-2v-2h2V17.5z M13,13h-2v-2h2V13z M13,8.5h-2v-2h2V8.5z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM11 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2z",fill:"currentColor"}))},meta:{label:"Ticket",keywords:["admission","coupon","receipt","voucher"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m4.99996 5-.00005 1.55h8.71739v-1.55zm-.00005 6.5312-.00005 1.5h14.00004v-1.5zm-.00015 5.9688.00005 1.5h8.71739v-1.5z",fill:"currentColor"}))},meta:{label:"Content",keywords:["line","paragraph","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18.1818182 7.87545455c-1.0045455 0-1.8181818.81363636-1.8181818 1.81818181v2.72727274h-12.72727276v-2.72727274c0-1.00454545-.81363637-1.81818181-1.81818182-1.81818181-1.00454546 0-1.81818182.81363636-1.81818182 1.81818181v5.14764964c0 1 .81818182 1.8181818 1.81818182 1.8181818h16.36363638c1 0 1.8181818-.8181818 1.8181818-1.8181818v-5.14764964c0-1.00454545-.8136364-1.81818181-1.8181818-1.81818181zm-2.7272727-4.54545455h-10.90909095c-1 0-1.81818182.81818182-1.81818182 1.81818182v1.95909091c1.05454545.37727272 1.81818182 1.37727272 1.81818182 2.55909091v1.84545456h10.90909095v-1.84545456c0-1.18181819.7636363-2.18181819 1.8181818-2.55909091v-1.95909091c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m17.5 7.5v-1.66666667c0-1.375-1.125-2.5-2.5-2.5h-10c-1.375 0-2.5 1.125-2.5 2.5v1.66666667c-1.375 0-2.5 1.125-2.5 2.5v4.1666667c0 1.375 1.125 2.5 2.5 2.5h15c1.375 0 2.5-1.125 2.5-2.5v-4.1666667c0-1.375-1.125-2.5-2.5-2.5zm-13.33333333-1.66666667c0-.45833333.375-.83333333.83333333-.83333333h10c.4583333 0 .8333333.375.8333333.83333333v2.31666667c-.5083333.45833333-.8333333 1.11666667-.8333333 1.85v1.6666667h-10v-1.6666667c0-.73333333-.325-1.39166667-.83333333-1.85zm14.16666663 8.33333337c0 .4583333-.375.8333333-.8333333.8333333h-15c-.45833333 0-.83333333-.375-.83333333-.8333333v-4.1666667c0-.45833333.375-.83333333.83333333-.83333333s.83333333.375.83333333.83333333v3.3333333h13.33333337v-3.3333333c0-.45833333.375-.83333333.8333333-.83333333s.8333333.375.8333333.83333333z",fill:"currentColor"}))},meta:{label:"Couch",keywords:["chair","chill","relax","rest","sleep","sofa","weekend"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{fill:"currentColor",d:"m12.11 5.19 1.09.2a7.76 7.76 0 0 1 6.13 5.82l.33 1.35-.15 1.35A7.78 7.78 0 1 1 11 5.29l1.08-.1h.03ZM12.25 0C11 0 10 .34 10 .75c0 .22.29.42.75.56v1a10.78 10.78 0 1 0 11.74 11.94H24c.55 0 1-.84 1-1.87 0-1.03-.45-1.88-1-1.88h-1.75a10.78 10.78 0 0 0-8.5-8.06V1.31c.46-.14.75-.34.75-.56 0-.41-1-.75-2.25-.75Z"}),(0,b.createElement)(y.Path,{fill:"currentColor",d:"M6.19 11.42v-.41c.8 0 1-.13 1-.67h.52V15h-.56v-3.58h-.96ZM9 14.91c0-1.25 2.42-1.92 2.42-3.29a.769.769 0 0 0-.85-.86c-.7 0-1 .49-1 1.14H9a1.5 1.5 0 0 1 1.55-1.63 1.23 1.23 0 0 1 1.37 1.35c0 1.35-1.9 2.15-2.29 2.87h2.61v.5H9v-.08Zm4.7-3.81h.54c0 .6.43 1 1.11 1 .68 0 1.11-.32 1.11-.9 0-.58-.57-.89-1.18-.89H15v-.5h.25c.53 0 .93-.2.93-.77 0-.57-.34-.76-.87-.76a.83.83 0 0 0-.92.84h-.51a1.32 1.32 0 0 1 1.43-1.33 1.26 1.26 0 0 1 1.41 1.19 1 1 0 0 1-.68 1 1.13 1.13 0 0 1 .96 1.19c0 .84-.66 1.39-1.67 1.39a1.46 1.46 0 0 1-1.63-1.46Zm2.17 5.55h-2.3v-.34l2.35-3.21h.48v3h.75v.5h-.75v1.1h-.53v-1.05Zm0-.5v-2.24l-1.6 2.24h1.6Z"}))},meta:{label:"Counter",keywords:["count","number","stats","ticker","time","watch"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18 2h-16c-1.11 0-1.99.89-1.99 2l-.01 12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-12c0-1.11-.89-2-2-2zm0 14h-16v-6h16zm0-10h-16v-2h16z",fill:"currentColor"}))},meta:{label:"Credit Card",keywords:["cash","checkout","commerce","ecommerce","money","payment","shop","store"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m12.8672 6h1.3535l4.8164 12.4277h-1.96l-1.0371-2.8125h-4.0736-.8668l-.3078.6177.0557-.1498-.87191 2.3446h-1.91602l1.49903-3.875h-2.6211l-.69727 1.875h-1.27734l3.20508-8.28512h.90234l1.48539 3.83272zm2.6455 8.0596-1.9863-5.51956-1.9864 5.51956zm-5.58106-.544-1.32422-3.67966-1.32422 3.67966z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Custom typography",keywords:["alphabet","letter","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11 0v3.03759398c3.39.49122808 6 3.39849625 6 6.93734336 0 .90225566-.18 1.75438596-.48 2.54636596l2.6 1.5338345c.56-1.2431077.88-2.6265664.88-4.08020046 0-5.19298245-3.95-9.47368421-9-9.97493734zm-1 16.9924812c-3.87 0-7-3.1378446-7-7.01754386 0-3.53884711 2.61-6.44611528 6-6.93734336v-3.03759398c-5.06.50125313-9 4.77192982-9 9.97493734 0 5.53383456 4.47 10.02506266 9.99 10.02506266 3.31 0 6.24-1.6140351 8.06-4.1002506l-2.6-1.5338346c-1.28 1.60401-3.24 2.6265664-5.45 2.6265664z",fill:"currentColor"}))},meta:{label:"Pie Chart",keywords:["analytics","chart","circle","data","graph","pie","stats"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182zm0 12.9090909h-16.36363638v-11.09090908h16.36363638z",fill:"currentColor"}))},meta:{label:"Desktop",keywords:["computer","device","monitor","office","pc","screen"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m12.5 0c.8325 0 1.5.61363636 1.5 1.36363636v11.27272724c0 .75-.675 1.3636364-1.5 1.3636364l-.5-2v-9h-10v9h10l.5 2h-11c-.8325 0-1.5-.6136364-1.5-1.3636364v-11.27272724c0-.75.6675-1.36363636 1.5-1.36363636zm-10 1c-.27614237 0-.5.22385763-.5.5s.22385763.5.5.5.5-.22385763.5-.5-.22385763-.5-.5-.5z",transform:"translate(1 1.001872)"}))},meta:{label:"Desktop",keywords:["square","window"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m15.5555556 14.4444444-4.4444445-4.4444444v-3.53333333c1.2888889-.46666667 2.2222222-1.68888889 2.2222222-3.13333334 0-1.84444444-1.4888889-3.33333333-3.3333333-3.33333333-1.84444444 0-3.33333333 1.48888889-3.33333333 3.33333333 0 1.44444445.93333333 2.66666667 2.22222222 3.13333334v3.53333333l-4.44444445 4.4444444h-4.44444444v5.5555556h5.55555556v-3.3888889l4.44444444-4.6666667 4.4444444 4.6666667v3.3888889h5.5555556v-5.5555556z",fill:"currentColor"}))},meta:{label:"Hub",keywords:["connect","device","share","social","usb"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m3.33333333 5h14.99999997v-1.66666667h-14.99999997c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.1666667h-1.66666667v2.5h11.6666667v-2.5h-8.33333337zm15.83333337 1.66666667h-5c-.4583334 0-.8333334.375-.8333334.83333333v8.3333333c0 .4583334.375.8333334.8333334.8333334h5c.4583333 0 .8333333-.375.8333333-.8333334v-8.3333333c0-.45833333-.375-.83333333-.8333333-.83333333zm-.8333334 7.50000003h-3.3333333v-5.83333337h3.3333333z",fill:"currentColor"}))},meta:{label:"Devices",keywords:["computer","ipad","office","pc","screen","surface"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z",fill:"currentColor"}))},meta:{label:"Devices Alternate",keywords:["computer","desk","devices","ipad","office","pc","screen","surface","tablet","watch"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5.6064238 11.1802028 2.96010809-2.96010811-7.34274162-7.33228187c-1.63172036 1.63172036-1.63172036 4.27803607 0 5.92021617zm7.0917077-1.89321403c1.6003411.74264193 3.8491865.21965466 5.5122861-1.44344493 1.9978115-1.99781147 2.3848221-4.86378185.8472394-6.40136449-1.5271229-1.5271229-4.3930933-1.15057205-6.4013645.84723942-1.6630996 1.66309959-2.1860869 3.91194496-1.4434449 5.51228608l-10.20871199 10.20871195 1.47482417 1.4748242 7.20676492-7.1858454 7.1963052 7.1963052 1.4748241-1.4748242-7.1963051-7.1963052z",fill:"currentColor"}))},meta:{label:"Dining",keywords:["cafe","cutlery","drink","eat","food","fork","menu","restaurant","spoon","taste"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-9.99 5-8.26-5.16 8.26-4.84 8.26 4.84z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0v.01l-7.99 4.99-8-5 8-4.68zm-15.99 11v-8.66l8 5.02 7.99-4.99.01 8.63z",fill:"currentColor"}))},meta:{label:"Email",keywords:["letter","mail","message","open","read"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.75 8v10.7885c0 1.0833-.8794 1.9615-1.9656 1.9615-3.0519 0-8.97462 0-12.7844 0",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m6 4.5h10c.2761 0 .5.22386.5.5v12c0 .2761-.2239.5-.5.5h-10c-.27614 0-.5-.2239-.5-.5v-12c0-.27614.22386-.5.5-.5zm10-1.5h-10c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2v-12c0-1.10457-.8954-2-2-2zm-1 3.75h-8v1.5h8zm-8 3.25h8v1.5h-8zm6 3.25h-6v1.5h6z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Duplicate",keywords:["copy","paper","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m11.5 4h1.5v15.5h-1.5z"}),(0,b.createElement)(y.Path,{d:"m8 4h8.5v1.5h-8.5z"}),(0,b.createElement)(y.Path,{d:"m8 18.5h8.5v1.5h-8.5z"})))},meta:{label:"Dynamic HR",keywords:["cursor","divider","horizontal rule"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m9.99 0c5.53 0 10.01 4.48 10.01 10s-4.48 10-10.01 10c-5.52 0-9.99-4.48-9.99-10s4.47-10 9.99-10zm3.51 9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m9.99 0c-5.52 0-9.99 4.48-9.99 10s4.47 10 9.99 10c5.53 0 10.01-4.48 10.01-10s-4.48-10-10.01-10zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"}))},meta:{label:"Emoticon",keywords:["emotion","fun","happy","joy","smile"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,b.createElement)(y.Path,{d:"m11.6959 13.7224c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.52538.3133-.11675.6605-.17512 1.0414-.17512.3748 0 .6943.07988.9586.23963.2642.15357.4608.36257.5898.62677.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"})))},meta:{label:"Event item",keywords:["calendar","date","day","month","time"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,b.createElement)(y.Path,{d:"m7 10h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m7 14h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m11 10h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m15 10h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m11 14h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m15 14h2v2h-2z"})))},meta:{label:"Events",keywords:["calendar","date","day","month","schedule","time"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5.5-2.5l7.51-3.49L17.5 6.5 9.99 9.99 6.5 17.5zm5.5-6.6c.61 0 1.1.49 1.1 1.1s-.49 1.1-1.1 1.1-1.1-.49-1.1-1.1.49-1.1 1.1-1.1z",fill:"currentColor"}))},meta:{label:"Explore",keywords:["adventure","circle","compass","map","quest","safari browser"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m8.71794872 0c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m9.23076923 2.56410256v2.05128206h6.15384617v6.15384618h2.051282c.2871795 0 .5128205.225641.5128205.5128205s-.225641.5128205-.5128205.5128205h-2.051282v6.1538461h-2.174359c-.6974359-1.7948717-2.451282-3.076923-4.49230768-3.076923-2.04102564 0-3.7948718 1.2820513-4.49230769 3.076923h-2.17435898v-2.1743589c1.7948718-.6974359 3.07692308-2.4512821 3.07692308-4.4923077 0-2.04102566-1.27179487-3.79487181-3.06666667-4.49230771l-.01025641-2.17435897h6.15384616v-2.05128206c0-.28717948.22564102-.51282051.51282051-.51282051s.51282051.22564103.51282051.51282051zm-.51282051-2.56410256c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"}))},meta:{label:"Extension",keywords:["game","plugin","puzzle","widget"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M9 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6 0c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.29.02-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37C11.07 8.33 14.05 10 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M10.25 13c0 .69-.56 1.25-1.25 1.25S7.75 13.69 7.75 13s.56-1.25 1.25-1.25 1.25.56 1.25 1.25zM15 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm7 .25c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zM10.66 4.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12zM4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44C6.37 6 5.05 7.58 4.42 9.47zM20 12c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13 0-5.92-1.44-7.76-3.69C8.69 8.87 6.6 10.88 4 11.86c.01.04 0 .09 0 .14 0 4.41 3.59 8 8 8s8-3.59 8-8z",fill:"currentColor"}))},meta:{label:"Face",keywords:["eyes","friendly","happy","hair","head","human","person","user"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m11.9731 4.00028c-4.15965-.00653-7.62297 3.2243-7.94838 7.41482-.32541 4.1905 2.59681 7.9277 6.70658 8.5769v-5.6309h-2.02198v-2.3167h2.02198v-1.7697c-.0901-.83737.1934-1.67177.7735-2.27661.58-.60484 1.3965-.91732 2.2275-.85256.5973.00788 1.1932.05895 1.7832.15283v1.97885h-1.0031c-.3459-.045-.6934.07049-.9454.31419s-.3814.5895-.3521.9407v1.5123h2.213l-.3582 2.3247h-1.8548v5.6309c4.1346-.6239 7.0873-4.3734 6.7604-8.5849-.3269-4.21147-3.8219-7.44995-8.0022-7.41482z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Facebook",keywords:["media","share","social"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"M12 2.25A9.75 9.75 0 1 0 21.75 12 9.761 9.761 0 0 0 12 2.25Zm0 18A8.25 8.25 0 1 1 20.25 12 8.26 8.26 0 0 1 12 20.25Z",fill:"currentColor"}),(0,b.createElement)(y.Path,{d:"M12 7.083a2.753 2.753 0 0 0-2.75 2.75.75.75 0 1 0 1.5 0 1.25 1.25 0 0 1 2.5 0c0 .374-.166.613-.658.945A2.595 2.595 0 0 0 11.25 13v.25a.75.75 0 1 0 1.5 0V13c0-.39.171-.636.68-.978a2.555 2.555 0 0 0 1.32-2.188A2.753 2.753 0 0 0 12 7.084ZM11.996 15.125a1.127 1.127 0 1 0 .004 0h-.004Z",fill:"currentColor"}))},meta:{label:"FAQ",keywords:["answer","frequently asked questions","question"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m6 14h12v-1.5h-12z"}),(0,b.createElement)(y.Path,{d:"m4 18h16v-1.5h-16z"}),(0,b.createElement)(y.Path,{d:"m6 22h12v-1.5h-12z"})),(0,b.createElement)(y.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Feature",keywords:["list","pointer","stack"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm-1.9047619 12.38095239h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm5.7142857 12.38095239h-7.6190476v1.9047619h-7.61904762v-14.28571429h2.85714286v-1.90476191h1.9047619v1.90476191h2.85714286v1.9047619h7.6190476zm-10.47619046-2.8571429h1.90476191v1.9047619h-1.90476191zm0-6.66666663h1.90476191v1.9047619h-1.90476191zm3.80952386 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619zm3.8095238 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619z",fill:"currentColor"}))},meta:{label:"Film",keywords:["aperture","camera","creative","director","media","photography","producer","video"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m10.302 7.30717c.5217-.26086 1.0434-.39128 1.6955-.52171-1.4347 1.56512-1.826 3.91284-.7825 5.99964 1.0434 1.9564 3.2606 2.9998 5.3475 2.739-.3913.3912-.913.7825-1.4347 1.0434-2.6086 1.4347-5.73882.3912-7.04309-2.2173-1.43469-2.4781-.39128-5.73876 2.21729-7.04303z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Filter - Dark",keywords:["moon","night"]}}).styles.default,z={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m12 11.5 8 8.5h-8z"}),(0,b.createElement)(y.Path,{d:"m4 4h8v7.5l-7.99993 8.5z"})))},meta:{label:"Filter - Grayscale",keywords:["black","white"]}}.styles.default,C={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m9.94924 3.75h-5.19924c-.55228 0-1 .44772-1 1v14.5c0 .5523.44772 1 1 1h14.5313c.5523 0 1-.4477 1-1v-5.6458",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m16.8656 9.85.9234-2.02354 2.0235-.92336-2.0235-.92336-.9234-2.02354-.9234 2.02354-2.0235.92336 2.0235.92336zm-3.6836.7367-1.2279-2.7013-1.2279 2.7013-2.7013 1.2279 2.7013 1.2279 1.2279 2.7013 1.2279-2.7013 2.7013-1.2279z",fill:"currentColor"}))},meta:{label:"Filter - Main",keywords:["shine","star"]}}.styles.default,_={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.25",width:"16.5",x:"3.75",y:"3.75"}),(0,b.createElement)(y.Path,{d:"m4 16 4.57143-3.3333 3.42857 2.2222 4-3.8889 4 3.8889",strokeLinejoin:"round"})))},meta:{label:"Filter - None",keywords:["default","mountain"]}}.styles.default,P={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.53571",width:"16.5",x:"3.75",y:"3.75"}),(0,b.createElement)(y.Path,{d:"m15.2225 13.2414c0 1.7797-1.4428 3.2225-3.2225 3.2225-1.7798 0-3.22253-1.4428-3.22253-3.2225 0-.3585.17475-.9012.53447-1.5851.34749-.6606.81936-1.3646 1.30426-2.01861.4828-.65129.9674-1.23811 1.3321-1.66292.0175-.02039.0347-.0404.0517-.06001.0169.01961.0341.03962.0516.06001.3647.42481.8493 1.01163 1.3321 1.66292.4849.65401.9568 1.35801 1.3043 2.01861.3597.6839.5345 1.2266.5345 1.5851z"})))},meta:{label:"Filter - Saturation",keywords:["drop","water","wet"]}}.styles.default,S={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.Path,{d:"m9.27273 11.4545h-3.27273v1.091h3.27273zm1.18367-1.76723-1.1564-1.15636-.76909.76909 1.15636 1.1564zm2.0891-3.68727h-1.091v3.27273h1.091zm2.9236 3.3-.7691-.76909-1.1564 1.15636.7691.76913zm-.7418 2.1545v1.091h3.2727v-1.091zm-2.7273-1.0909c-.9055 0-1.6364.7309-1.6364 1.6364s.7309 1.6364 1.6364 1.6364 1.6364-.7309 1.6364-1.6364-.7309-1.6364-1.6364-1.6364zm1.5436 3.9491 1.1564 1.1564.7691-.7691-1.1564-1.1564zm-5.01269.3873.76909.7691 1.1564-1.1564-.76913-.7691zm2.92359 3.3h1.091v-3.2727h-1.091z",fill:"currentColor"}))},meta:{label:"Filter - Sepia",keywords:["flower","old","shine","star","vintage"]}}.styles.default,B={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.Path,{d:"m15.4536 12.2145c-.1443-.0858-.2938-.1555-.4433-.2145.1495-.059.299-.1287.4433-.2145.9897-.5952 1.5412-1.6729 1.5464-2.78282-.4691-.27882-1.0052-.42895-1.5515-.42895-.5258 0-1.0567.13941-1.5413.42895-.1443.08579-.2783.18767-.402.28955.0257-.16622.0412-.33781.0412-.50939 0-1.19035-.6237-2.2252-1.5464-2.78284-.9227.55764-1.5464 1.59249-1.5464 2.78284 0 .17158.0155.34317.0412.50939-.1237-.10724-.2577-.20912-.402-.29491-.48455-.28955-1.01548-.42896-1.54125-.42896-.54124 0-1.08248.15014-1.55155.42896 0 1.10988.55155 2.18768 1.54639 2.78288.14433.0858.29382.1555.4433.2144-.14948.059-.29897.1287-.4433.2145-.98969.5952-1.54124 1.6729-1.54639 2.7829.46907.2788 1.00515.4289 1.55155.4289.52577 0 1.0567-.1394 1.54125-.4289.1443-.0858.2783-.1877.402-.2896-.0257.1716-.0412.3432-.0412.5148 0 1.1903.6237 2.2252 1.5464 2.7828.9227-.5576 1.5464-1.5925 1.5464-2.7828 0-.1716-.0155-.3432-.0412-.5094.1237.1072.2577.2037.402.2895.4846.2896 1.0155.429 1.5413.429.5412 0 1.0824-.1502 1.5515-.429-.0052-1.1099-.5567-2.1876-1.5464-2.7828zm-1.3093-2.0805c.1083-.0911.1959-.15545.2784-.19834.3144-.18767.6701-.28955 1.0309-.28955.1392 0 .2732.01609.4072.0429-.1598.48789-.4845.90619-.9175 1.16889-.0876.0536-.1856.0965-.299.1448l-.7113.2788c-.0876-.2466-.2114-.4665-.3711-.6649zm-2.1443-2.76135c.3247.38606.5155.89008.5155 1.41019 0 .10188-.0103.21984-.0258.3378l-.1186.77212c-.1237-.02145-.2474-.03753-.3711-.03753s-.2474.01608-.366.03753l-.1185-.77212c-.0207-.11796-.031-.23592-.031-.3378 0-.52547.1908-1.02413.5155-1.41019zm-3.86082 2.311c.13402-.03218.27319-.0429.41237-.0429.35567 0 .71134.09652 1.02577.28955.07732.04825.16495.1072.25258.1877l.5928.5147c-.1547.193-.2732.4075-.3608.6434l-.71138-.2788c-.10825-.0482-.20619-.0965-.28866-.1448-.44846-.268-.76805-.6809-.92268-1.16885zm1.71649 4.17695c-.10825.0911-.19588.1555-.27835.1984-.31443.1876-.6701.2895-1.03093.2895-.13917 0-.27319-.0161-.40721-.0429.15979-.4879.48453-.9061.91752-1.1689.08763-.0536.18557-.0965.29897-.1447l.71133-.2789c.0825.2467.2114.4719.3711.6649zm2.14433 2.7667c-.3247-.386-.5155-.89-.5155-1.4101 0-.1073.0103-.2199.031-.3486l.1134-.7614c.1185.0215.2422.0376.3711.0376.1237 0 .2474-.0161.366-.0376l.1185.7722c.0207.1179.031.2359.031.3378 0 .5254-.1908 1.0241-.5155 1.4101zm3.4485-2.2734c-.3557 0-.7114-.0965-1.0258-.2896-.0928-.0536-.1753-.1179-.2526-.1823l-.5928-.5147c.1547-.193.2784-.4075.3608-.6488l.7114.2788c.1134.0429.2113.0912.2938.1394.4381.2628.7577.681.9175 1.1689-.1392.0376-.2783.0483-.4123.0483z",fill:"currentColor"}))},meta:{label:"Filter - Vintage",keywords:["flower","old","sepia"]}}.styles.default,V=((({default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m14.7660485 2.56204547c-.0789273 0-.1578547-.01973185-.2269162-.05919554-1.894257-.97672626-3.532-1.39109498-5.49531846-1.39109498-1.95345253 0-3.80824585.46369833-5.49531849 1.39109498-.23678212.12825699-.53275978.03946369-.67088269-.19731843-.12825698-.23678213-.03946368-.54262571.19731844-.67088269 1.83506147-.99645811 3.84770954-1.50948605 5.96888274-1.50948605 2.10144136 0 3.93650286.46369833 5.94915086 1.49962013.2466481.12825698.3354414.42423464.2071844.66101676-.0887933.1775866-.256514.27624582-.4341006.27624582zm-14.11813418 5.17960898c-.09865922 0-.19731844-.02959776-.28611174-.08879329-.2269162-.15785475-.27624581-.46369833-.11839106-.69061454.97672627-1.38122906 2.21983242-2.46648047 3.69972071-3.22615645 3.09789947-1.59827935 7.06400007-1.60814527 10.17176547-.00986592 1.4798883.75967598 2.7229944 1.83506147 3.6997207 3.20642461.1578547.21705028.1085251.53275978-.1183911.69061453s-.5327598.10852514-.6906145-.11839106c-.887933-1.24310616-2.0126481-2.21983243-3.3445475-2.90058104-2.8315196-1.45029051-6.45231293-1.45029051-9.27396659.00986593-1.34176537.69061453-2.46648047 1.67720672-3.35441344 2.92031287-.07892737.13812291-.2269162.20718436-.38477095.20718436zm6.16620117 11.90816775c-.12825698 0-.25651396-.0493296-.34530726-.1479889-.85833521-.8583352-1.32203353-1.4108268-1.9830503-2.6046033-.68074861-1.2135084-1.0359218-2.6933967-1.0359218-4.2818101 0-2.93017884 2.50594416-5.31773193 5.58411179-5.31773193 3.07816758 0 5.58411178 2.38755309 5.58411178 5.31773193 0 .2762458-.2170503.4932961-.4932961.4932961s-.4932961-.2170503-.4932961-.4932961c0-2.3875531-2.0619777-4.33113974-4.59751958-4.33113974-2.53554193 0-4.5975196 1.94358664-4.5975196 4.33113974 0 1.4206927.3157095 2.7328603.91753074 3.7983799.631419 1.134581 1.06551956 1.6180112 1.82519554 2.3875531.18745252.1973184.18745252.503162 0 .7004804-.10852514.0986593-.23678212.1479889-.36503911.1479889zm7.07386601-1.8251956c-1.1740447 0-2.2099665-.2959776-3.0584358-.878067-1.47002236-.9964581-2.34808941-2.6144693-2.34808941-4.3311397 0-.2762459.21705028-.4932961.4932961-.4932961.27624581 0 .49329609.2170502.49329609.4932961 0 1.3910949.71034642 2.7032626 1.91398882 3.5122682.7004805.4735642 1.519352.7004804 2.5059442.7004804.2367821 0 .631419-.0295978 1.0260559-.0986592.2663798-.0493296.5228938.128257.5722234.4045028.0493296.2663799-.128257.5228938-.4045028.5722235-.5623575.1085251-1.0556536.118391-1.1937765.118391zm-1.9830503 2.0323799c-.0394637 0-.0887933-.0098659-.128257-.0197318-1.5686816-.4341006-2.59473745-1.01619-3.67012294-2.0718436-1.38122906-1.3713632-2.14090505-3.1965587-2.14090505-5.1500112 0-1.5982794 1.36149722-2.90058107 3.03870394-2.90058107 1.67720675 0 3.03870395 1.30230167 3.03870395 2.90058107 0 1.0556536.9175307 1.9139888 2.0521117 1.9139888 1.1345811 0 2.0521118-.8583352 2.0521118-1.9139888 0-3.71945259-3.2064246-6.73842468-7.15279337-6.73842468-2.80192181 0-5.3670615 1.55881565-6.52137436 3.97596652-.38477096.79913966-.58208939 1.73640226-.58208939 2.76245816 0 .7695419.06906145 1.9830503.66101676 3.5615978.09865922.2565139-.02959776.5426257-.28611173.631419-.25651397.0986592-.54262571-.0394637-.631419-.2861118-.48343018-1.2924357-.7202123-2.5750056-.7202123-3.906905 0-1.1839107.2269162-2.2592961.67088269-3.19655873 1.31216761-2.7525922 4.22261456-4.53832406 7.40930733-4.53832406 4.48899447 0 8.13938557 3.46293858 8.13938557 7.72501679 0 1.5982794-1.3614972 2.9005811-3.038704 2.9005811-1.6772067 0-3.0387039-1.3023017-3.0387039-2.9005811 0-1.0556536-.9175307-1.9139888-2.05211175-1.9139888-1.13458101 0-2.05211175.8583352-2.05211175 1.9139888 0 1.6870727.65115084 3.2656202 1.84492739 4.4495308.93726258.9273967 1.83506151 1.4404246 3.22615641 1.8251956.2663799.0690614.4143688.3453072.3453073.6018212-.0493296.2269162-.256514.374905-.4636983.374905z",transform:"translate(1)",fill:"currentColor"}))}.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m8.91322329.78180339s.69401426 2.48532134.69401426 4.50171413c0 1.93198565-1.2661071 3.49820703-3.19809275 3.49820703-1.94136422 0-3.40442131-1.56622138-3.40442131-3.49820703l.02813571-.33762856c-1.89447137 2.25085707-3.02927847 5.16759264-3.02927847 8.33754974 0 4.1453284 3.35752846 7.5028569 7.50285689 7.5028569 4.14532848 0 7.50285688-3.3575285 7.50285688-7.5028569 0-5.05504985-2.4290499-9.56614256-6.09607121-12.50163531zm-1.67876423 17.19092081c-1.66938566 0-3.0198999-1.3129999-3.0198999-2.9448713 0-1.5193285.98474997-2.5884856 2.63537848-2.9261142 1.66000709-.3376285 3.37628556-1.1348071 4.33289986-2.41967133.3657643 1.20983563.5533357 2.48532133.5533357 3.78894273 0 2.4853213-2.0163928 4.5017141-4.50171414 4.5017141z",transform:"translate(2.553223 -.786621)",fill:"currentColor"}))},meta:{label:"Fire",keywords:["camping","cook","flame","heat","hot","spicy","trending"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5.45454545 9.09090909h-5.45454545v1.81818181h5.45454545zm1.97272728-2.94545454-1.92727273-1.92727273-1.28181818 1.28181818 1.92727273 1.92727273zm3.48181817-6.14545455h-1.81818181v5.45454545h1.81818181zm4.8727273 5.5-1.2818182-1.28181818-1.9272727 1.92727273 1.2818182 1.28181818zm-1.2363637 3.59090909v1.81818181h5.4545455v-1.81818181zm-4.5454545-1.81818182c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727273 0 1.5090909 1.21818182 2.7272727 2.72727273 2.7272727 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272727 0-1.50909091-1.2181818-2.72727273-2.7272727-2.72727273zm2.5727273 6.58181823 1.9272727 1.9272727 1.2818182-1.2818182-1.9272727-1.9272727zm-8.35454548.6454545 1.28181818 1.2818182 1.92727273-1.9272727-1.28181818-1.2818182zm4.87272727 5.5h1.81818181v-5.4545455h-1.81818181z",fill:"currentColor"}))},meta:{label:"Flare",keywords:["camera","creative","flower","light","photography","sun"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m5.5 18v-12c0-.27614.22386-.5.5-.5h3v-1.5h-3c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h3v-1.5h-3c-.27614 0-.5-.2239-.5-.5z"}),(0,b.createElement)(y.Path,{d:"m13 2v20h-2v-20z"}),(0,b.createElement)(y.Path,{d:"m16.5 4v1.5h-1.5v-1.5z"}),(0,b.createElement)(y.Path,{d:"m20 6c0-1.10457-.8954-2-2-2v1.5c.2761 0 .5.22386.5.5z"}),(0,b.createElement)(y.Path,{d:"m18.5 16.5v-2h1.5v2z"}),(0,b.createElement)(y.Path,{d:"m20 13h-1.5v-2h1.5z"}),(0,b.createElement)(y.Path,{d:"m18 18.5c.2761 0 .5-.2239.5-.5h1.5c0 1.1046-.8954 2-2 2z"}),(0,b.createElement)(y.Path,{d:"m16.5 20v-1.5h-1.5v1.5z"}),(0,b.createElement)(y.Path,{d:"m18.5 9.5h1.5v-2h-1.5z"})))},meta:{label:"Filter - Horizontal",keywords:["divider","flip","separator"]}}).styles.default,G={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m6 5.5h12c.2761 0 .5.22386.5.5v3h1.5v-3c0-1.10457-.8954-2-2-2h-12c-1.10457 0-2 .89543-2 2v3h1.5v-3c0-.27614.22386-.5.5-.5z"}),(0,b.createElement)(y.Path,{d:"m22 13h-20v-2h20z"}),(0,b.createElement)(y.Path,{d:"m20 16.5h-1.5v-1.5h1.5z"}),(0,b.createElement)(y.Path,{d:"m18 20c1.1046 0 2-.8954 2-2h-1.5c0 .2761-.2239.5-.5.5z"}),(0,b.createElement)(y.Path,{d:"m7.5 18.5h2v1.5h-2z"}),(0,b.createElement)(y.Path,{d:"m11 20v-1.5h2v1.5z"}),(0,b.createElement)(y.Path,{d:"m5.5 18c0 .2761.22386.5.5.5v1.5c-1.10457 0-2-.8954-2-2z"}),(0,b.createElement)(y.Path,{d:"m4 16.5h1.5v-1.5h-1.5z"}),(0,b.createElement)(y.Path,{d:"m14.5 18.5v1.5h2v-1.5z"})))},meta:{label:"Flip vertical",keywords:["divider","flip","separator"]}}.styles.default,M=((((((((((((((((((((((({default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 20c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm-6.0952381-11.19047619c0 1.31428569 1.06666667 2.38095239 2.38095239 2.38095239.5047619 0 .96190476-.152381 1.35238095-.4190476l-.01904762.1809524c0 1.3142857 1.06666667 2.3809523 2.38095238 2.3809523 1.3142857 0 2.3809524-1.0666666 2.3809524-2.3809523l-.0190476-.1809524c.3809523.2666666.847619.4190476 1.3523809.4190476 1.3142857 0 2.3809524-1.0666667 2.3809524-2.38095239 0-.95238095-.5619048-1.76190476-1.3619048-2.14285714.8-.38095238 1.3619048-1.19047619 1.3619048-2.14285715 0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-.5047619 0-.9619047.15238096-1.3523809.41904762l.0190476-.18095238c0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-1.31428571 0-2.38095238 1.06666667-2.38095238 2.38095238l.01904762.18095238c-.38095238-.26666666-.84761905-.41904762-1.35238095-.41904762-1.31428572 0-2.38095239 1.06666667-2.38095239 2.38095238 0 .95238096.56190477 1.76190477 1.36190477 2.14285715-.8.38095238-1.36190477 1.19047619-1.36190477 2.14285714zm6.0952381-4.52380952c1.3142857 0 2.3809524 1.06666666 2.3809524 2.38095238 0 1.31428571-1.0666667 2.38095238-2.3809524 2.38095238-1.31428571 0-2.38095238-1.06666667-2.38095238-2.38095238 0-1.31428572 1.06666667-2.38095238 2.38095238-2.38095238zm-8.57142857 7.14285711c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m6.81904762 11.4952381c.14285714 0 .27619048-.0095238.40952381-.0285714.44761905 1.0952381 1.52380952 1.8666666 2.77142857 1.8666666 1.247619 0 2.3238095-.7714285 2.7714286-1.8666666.1333333.0190476.2761904.0285714.4095238.0285714 1.647619 0 2.9904762-1.3428571 2.9904762-2.9904762 0-.67619047-.2380953-1.32380952-.6380953-1.83809523.4095238-.51428572.6380953-1.16190477.6380953-1.83809524 0-1.64761905-1.3428572-2.99047619-2.9904762-2.99047619-.1428572 0-.2761905.00952381-.4095238.02857143-.4476191-1.0952381-1.5238096-1.86666667-2.7714286-1.86666667-1.24761905 0-2.32380952.77142857-2.77142857 1.86666667-.13333333-.01904762-.27619048-.02857143-.40952381-.02857143-1.64761905 0-2.99047619 1.34285714-2.99047619 2.99047619 0 .67619047.23809524 1.32380952.63809524 1.83809524-.40952381.51428571-.64761905 1.16190476-.64761905 1.83809523 0 1.6476191 1.34285714 2.9904762 3 2.9904762zm3.18095238-.0666667c-.59047619 0-1.06666667-.4666666-1.08571429-1.047619l.11428572-1.03809526c.3047619.11428572.62857143.18095238.97142857.18095238.3428571 0 .6761905-.06666666.9809524-.18095238l.1047619 1.03809526c-.0190476.5809524-.4952381 1.047619-1.0857143 1.047619zm3.1809524-1.83809521c-.2285714 0-.4380953-.06666667-.6095238-.19047619l-.7714286-.54285714c.5238095-.42857143.8952381-1.03809524 1.0095238-1.74285715l.8380952.4c.3809524.18095239.6285715.56190477.6285715.98095239 0 .6095238-.4952381 1.09523809-1.0952381 1.09523809zm-.6190476-5.65714286c.1904762-.12380952.4-.19047619.6190476-.19047619.6 0 1.0857143.48571429 1.0857143 1.08571429 0 .41904762-.2380953.79047619-.6285715.98095238l-.8380952.4c-.1142857-.70476191-.4857143-1.31428571-1.0190476-1.74285714zm-2.5619048-2.02857143c.5904762 0 1.0666667.46666667 1.0857143 1.04761905l-.1047619 1.03809524c-.3047619-.11428571-.6380953-.18095238-.9809524-.18095238-.34285714 0-.66666667.06666667-.97142857.18095238l-.11428572-1.03809524c.01904762-.58095238.4952381-1.04761905 1.08571429-1.04761905zm-3.18095238 1.83809524c.22857143 0 .43809524.06666667.60952381.19047619l.77142857.53333334c-.52380952.42857143-.8952381 1.03809523-1.00952381 1.74285714l-.83809524-.4c-.38095238-.19047619-.62857143-.56190476-.62857143-.98095238 0-.6.4952381-1.08571429 1.0952381-1.08571429zm-.46666667 3.78095238.83809524-.4c.11428571.70476191.48571429 1.31428572 1.01904762 1.74285715l-.77142857.52380952c-.19047619.12380952-.4.19047619-.61904762.19047619-.6 0-1.08571429-.48571428-1.08571429-1.08571428-.00952381-.40952381.23809524-.78095239.61904762-.97142858zm3.64761905 12.47619048c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm2.3238095-2.3238095c.6761905-1.8095238 2.1142857-3.2571429 3.9238095-3.9238095-.6761904 1.8095238-2.1142857 3.247619-3.9238095 3.9238095zm-10.89523807-6.2476191c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286zm2.32380952 2.3238096c1.80952381.6761904 3.25714286 2.1142857 3.92380953 3.9238095-1.80952381-.6761905-3.24761905-2.1142857-3.92380953-3.9238095z",fill:"currentColor"}))}.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m7.93 11.5h4.14l-2.07-5.52zm10.07-11.5h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-4.05 16.5-1.14-3h-5.64l-1.12 3h-2.09l5.11-13h1.86l5.11 13z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m7.17 13.5h5.64l1.14 3h2.09l-5.11-13h-1.86l-5.11 13h2.09zm2.83-7.52 2.07 5.52h-4.14zm8-5.98h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-16v-16h16z",fill:"currentColor"}))},meta:{label:"Font",keywords:["alphabet","square","text","typography"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m20.2 17h-16.536c-.4424 0-.664-.3619-.664-.8095 0-4.9656 1.9848-9.12821 6.564-10.22997v-1.71351c0-.44766.3576-.80952.8-.80952h3.2c.4424 0 .8.36186.8.80952v1.71351c4.5792 1.10176 6.636 5.26437 6.636 10.22997 0 .4476-.3576.8095-.8.8095zm-7.336-12h-2v.70796c.2648-.02105.8296-.04129 1.1-.04129s.6352.02024.9.04129zm-.9 2.29688c-4.94375 0-7.0584 3.67062-7.464 8.20312h14.864c-.4056-4.5325-2.4563-8.20312-7.4-8.20312z"}),(0,b.createElement)(y.Path,{d:"m2 18.5h20v1.5h-20z"})))},meta:{label:"Food and Drink",keywords:["bell","ring"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m17.7646 7.89213c-.096.53182-.5444.96979-1.1209 1.06364l-.4164.06257 1.2491 2.28376c.2242.4066.2242.9072-.032 1.3452-.2563.4066-.7046.6569-1.185.6569-.2563 0-.4805-.0626-.7046-.1877l-3.491-2.0022-3.39495 2.0022c-.22419.1251-.48041.1877-.7046.1877-.48041 0-.89677-.2503-1.18501-.6257-.25622-.3754-.28825-.8759-.09609-1.2826l1.12096-2.37756-.73663-.1877c-.44838-.12514-.80068-.43797-.96082-.84466-1.88962 1.3452-3.10666 3.34732-3.10666 5.59982 0 4.0981 4.03546 7.4142 8.9997 7.4142 4.9643 0 8.9997-3.3161 8.9997-7.4142.032-2.2837-1.2491-4.34847-3.2348-5.69367z"}),(0,b.createElement)(y.Path,{d:"m7.35566 7.70438 1.92165.46925c.09608.03129.16014.15642.12811.25027l-1.6334 3.4725c-.06406.1564.09608.3128.25622.219l3.90736-2.31501c.064-.03129.1281-.03129.1922 0l4.0034 2.31501c.1601.0938.3523-.0939.2562-.2503l-1.9216-3.50377c-.0641-.09385 0-.25027.1281-.25027l1.7935-.31283c.1922-.03129.1922-.31284.032-.34412-.8967-.25027-2.4341-.65696-3.6511-.81338.0961-1.12621.4804-2.62783.7687-3.25351.2242-.50053-1.5694-.53182-1.7616 0-.1601.46926-.4483 2.03345-.5444 3.22223-1.24909.12513-2.94654.50054-3.90737.75081-.12811.06256-.12811.31283.03203.34412z"})))},meta:{label:"Food item",keywords:["eat","restaurant","tomato","vegetable"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"8"}),(0,b.createElement)(y.Path,{d:"m14.9586 9.09098-3.9304 5.28592-2.27901-1.6946",stroke:"#fff",strokeWidth:"1.5"}))},meta:{label:"Form - Checkbox",keywords:["check","confirm","okay","success"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m11.6959 13.9724c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.5254.3133-.1167.6605-.1751 1.0414-.1751.3748 0 .6943.0799.9586.2396.2642.1536.4608.3626.5898.6268.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"}),(0,b.createElement)(y.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"})))},meta:{label:"Form - Date",keywords:["date","day","month","time"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11.5 4c-4.692 0-8.5 3.808-8.5 8.5s3.808 8.5 8.5 8.5h4.25v-1.7h-4.25c-3.689 0-6.8-3.111-6.8-6.8s3.111-6.8 6.8-6.8 6.8 3.111 6.8 6.8v1.2155c0 .6715-.6035 1.3345-1.275 1.3345s-1.275-.663-1.275-1.3345v-1.2155c0-2.346-1.904-4.25-4.25-4.25s-4.25 1.904-4.25 4.25 1.904 4.25 4.25 4.25c1.173 0 2.244-.476 3.009-1.2495.5525.7565 1.5045 1.2495 2.516 1.2495 1.6745 0 2.975-1.36 2.975-3.0345v-1.2155c0-4.692-3.808-8.5-8.5-8.5zm0 11.05c-1.411 0-2.55-1.139-2.55-2.55s1.139-2.55 2.55-2.55 2.55 1.139 2.55 2.55-1.139 2.55-2.55 2.55z",fill:"currentColor"}))},meta:{label:"Form - Email",keywords:["at sign","email","letter","mail","mention","message","symbol"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m12.0041 8.15789c2.2592 0 4.0928 1.76843 4.0928 3.94741 0 .5131-.1065.9947-.2947 1.4447l2.3902 2.3053c1.236-.9948 2.2101-2.2816 2.8076-3.75-1.4161-3.46583-4.9113-5.92109-9.0041-5.92109-1.146 0-2.24283.19737-3.25784.55263l1.76804 1.70527c.4666-.18158.9659-.28422 1.498-.28422zm-8.18555-2.15526 1.86631 1.8.37653.36316c-1.3588 1.01842-2.42292 2.37631-3.06139 3.93951 1.4161 3.4658 4.91132 5.921 9.0041 5.921 1.2688 0 2.4802-.2368 3.5853-.6631l.3438.3315 2.3983 2.3053 1.0396-1.0026-14.51298-13.9974zm4.52661 4.36577 1.26876 1.2237c-.04093.1658-.06549.3395-.06549.5132 0 1.3105 1.09687 2.3684 2.45567 2.3684.1801 0 .3602-.0237.5321-.0632l1.2687 1.2237c-.5484.2605-1.1541.4184-1.8008.4184-2.25922 0-4.09278-1.7684-4.09278-3.9473 0-.6237.16371-1.2079.43384-1.7369zm3.52794-.61577 2.5785 2.48687.0163-.1263c0-1.3106-1.0968-2.36846-2.4556-2.36846z",fill:"currentColor"}))},meta:{label:"Form - Hidden",keywords:["eye","secret"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Path,{d:"m13 11.9999v-1c0-1.10459-.8954-2.00002-2-2.00002h-4c-1.10457 0-2 .89543-2 2.00002v1"}),(0,b.createElement)(y.Path,{d:"m4 19.2499h9"}),(0,b.createElement)(y.Path,{d:"m4 15.2499h16"})),(0,b.createElement)(y.Circle,{cx:"9",cy:"5",fill:"currentColor",r:"2"}))},meta:{label:"Form - Name",keywords:["paragraph","person","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"14.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"8.5",x:"7.75",y:"4.75",fill:"none"}),(0,b.createElement)(y.Path,{d:"m11 16h2v1.5h-2z",fill:"currentColor"}))},meta:{label:"Form - Phone",keywords:["call","mobile","number","tablet"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"4"}),(0,b.createElement)(y.Circle,{cx:"12",cy:"12",r:"4",stroke:"currentColor"}))},meta:{label:"Form - Radio",keywords:["circle","round","select"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Circle,{cx:"12",cy:"12",r:"7.25"}),(0,b.createElement)(y.Path,{d:"m8 11 3.7141 2.7755c.1781.133.4225.1326.6001-.001l3.6858-2.7745"})))},meta:{label:"Form - Select",keywords:["collapse","dropdown","option"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5 7.25h14c.6904 0 1.25.55964 1.25 1.25v7c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-7c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m16 12.75h-8v-1.5h8z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Form - Submit",keywords:["input"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m4 8h16c.6904 0 1.25.55964 1.25 1.25v5c0 .6904-.5596 1.25-1.25 1.25h-16c-.69036 0-1.25-.5596-1.25-1.25v-5c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Form - Text",keywords:["input","rectangle"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,b.createElement)(y.Path,{d:"m19.9998 15.5h-16.00004v-1.5h16.00004z"}),(0,b.createElement)(y.Path,{d:"m15.9998 5.5h-12.00004v-1.5h12.00004z"}),(0,b.createElement)(y.Path,{d:"m19.9998 10.5h-16.00004v-1.5h16.00004z"}),(0,b.createElement)(y.Path,{d:"m19.9998 20h-16.00004v-1.5h16.00004z"})))},meta:{label:"Form - Textarea",keywords:["paragraph","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m10.5018 11.3502 4.4504-2.98515-1.4486 4.72825-4.45583 2.9533z",fill:"currentColor"}))},meta:{label:"Form - Website",keywords:["browser","safari","web"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Path,{d:"m19 6.75h-14c-.69036 0-1.25.55964-1.25 1.25v8.5c0 .6904.55964 1.25 1.25 1.25h14c.6904 0 1.25-.5596 1.25-1.25v-8.5c0-.69036-.5596-1.25-1.25-1.25z"}),(0,b.createElement)(y.Path,{d:"m4 7 8 6 8-6"})))},meta:{label:"Form",keywords:["envelope","write"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M23 7V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-2H5V7h2V5h10v2h2v10h-2v2zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-5.27 9h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2zm-3.04-1.26h2.61L12 8.91l-1.31 3.83z",fill:"currentColor"}))},meta:{label:"Format Shapes",keywords:["alphabet","font","frame","letter","square","text box","typography"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m17.9645996 0h-15.99999999v2.5l8.12499999 7.5-8.12499999 7.5v2.5h15.99999999v-3.75h-9.74999999l6.24999999-6.25-6.24999999-6.25h9.74999999z",fill:"currentColor"}))},meta:{label:"Sigma",keywords:["code","function","greek","math","sigma","sum","total"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"14.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"14.5",x:"4.75",y:"4.75",fill:"none"}),(0,b.createElement)(y.Path,{d:"m5.06667 14.6666 3.9619-2.1334 2.97143 1.4222 3.4667-2.4888 3.4666 2.4888",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,b.createElement)(y.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},meta:{label:"Gallery - Carousel",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Rect,{height:"13.5",rx:".875",width:"13.5",x:"7.75",y:"7.75",fill:"none"}),(0,b.createElement)(y.Path,{d:"m8 17 3.7143-2 2.7857 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round",fill:"none"}),(0,b.createElement)(y.Path,{d:"m22 3.75h-4.0005c-1.1046 0-1.9995.89543-1.9995 2v1.25m-12.25 15v-3.0002c0-1.1046.89543-1.9998 2-1.9998h1.25m-2-6.25c-1.5 0-2.25-.89543-2.25-2v-4c0-1.10457.89543-2 2-2h4c1.10457 0 2.25.75 2.25 2.25"})))},meta:{label:"Gallery - Collage",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{fill:"none",height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"13.5",x:"3.75",y:"3.75"}),(0,b.createElement)(y.Path,{d:"m4 13 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m21.5 11c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.82843.6716-1.5 1.5-1.5z"}),(0,b.createElement)(y.Path,{d:"m21.5 21c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.8284.6716-1.5 1.5-1.5z"}),(0,b.createElement)(y.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h12c.8284 0 1.5.6716 1.5 1.5z"})))},meta:{label:"Gallery - Masonry",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Path,{d:"m20.75 21.75v-1c0-.5523-.4477-1-1-1h-5c-.5523 0-1 .4477-1 1v1"}),(0,b.createElement)(y.Path,{d:"m10.25 21.75v-1c0-.5523-.44772-1-1-1h-5c-.55228 0-1 .4477-1 1v1"}),(0,b.createElement)(y.Rect,{height:"13.5",rx:".875",width:"13.5",x:"5.25",y:"2.75"}),(0,b.createElement)(y.Path,{d:"m5.5 12 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round"})))},meta:{label:"Gallery - Offset",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.Path,{d:"m4 13 4.5-2.5 3.5 1.8333 4-3.3333 4 3.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h15c.8284 0 1.5.6716 1.5 1.5z",fill:"currentColor"}))},meta:{label:"Gallery - Stacked",keywords:["display","mountains"]}}).styles.default,N=(((((((((((((((((((((((((((((((((((((({default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m20 13.8587524v-11.87893062c0-1.08890198-.8909198-1.97982178-1.9798218-1.97982178h-11.87893064c-1.08890198 0-1.97982178.8909198-1.97982178 1.97982178v11.87893062c0 1.088902.8909198 1.9798218 1.97982178 1.9798218h11.87893064c1.088902 0 1.9798218-.8909198 1.9798218-1.9798218zm-10.88901978-3.95964351 2.00951908 2.68265851 2.9400354-3.6725694 3.9596435 4.9495544h-11.87893064zm-9.11098022-5.89910889v14.028125c0 1.088902.8909198 1.9798218 1.97982178 1.9798218l14.02017822-.0079468v-1.9798218l-14.02017822.0079468v-14.028125z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18 2v12h-12v-12zm0-2h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1 3.33 4.17h-10zm-9.5-5.67v14c0 1.1.9 2 2 2h14v-2h-14v-14z",fill:"currentColor"}))}.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M13 4v2.67l-1 1-1-1V4h2m7 7v2h-2.67l-1-1 1-1H20M6.67 11l1 1-1 1H4v-2h2.67M12 16.33l1 1V20h-2v-2.67l1-1M15 2H9v5.5l3 3 3-3V2zm7 7h-5.5l-3 3 3 3H22V9zM7.5 9H2v6h5.5l3-3-3-3zm4.5 4.5l-3 3V22h6v-5.5l-3-3z",fill:"currentColor"}))},meta:{label:"Game Controls",keywords:["controller","direction","d-pad","plus","video games"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m1.92731278 4.32703003c.77092511-.7897664 1.54185022-1.50166852 1.88325991-1.3570634.55066079.22246941 0 1.14571746-.33039648 1.69076752-.2753304.46718576-3.14977973 4.32703003-3.14977973 7.01890985 0 1.4238043.52863436 2.6028922 1.47577092 3.3147943.82599119.6229143 1.91629956.8120133 2.90748899.5116796 1.17841409-.3448276 2.14757709-1.5572859 3.37004405-3.0812013 1.33259912-1.6573971 3.11674006-3.82647389 4.49339206-3.82647389 1.7951542 0 1.8171806 1.12347053 1.938326 1.99110119-4.1629956.7119022-5.92511013 4.0823137-5.92511013 5.9733037s1.58590313 3.4371524 3.53524233 3.4371524c1.7951541 0 4.7246696-1.4794216 5.1651982-6.785317h2.7092511v-2.7808676h-2.7202643c-.1651983-1.83537269-1.2004405-4.67185767-4.438326-4.67185767-2.4779736 0-4.60352424 2.12458287-5.44052864 3.15906563-.63876652.81201335-2.26872247 2.75862064-2.52202643 3.02558394-.2753304.3337042-.74889868.9343716-1.22246696.9343716-.49559472 0-.79295155-.9232481-.39647578-2.1357064.38546256-1.21245826 1.54185022-3.18131254 2.03744494-3.9154616.85903084-1.26807564 1.43171806-2.13570634 1.43171806-3.64849833 0-2.4137931-1.8061674-3.18131257-2.76431718-3.18131257-1.45374449 0-2.72026432 1.11234705-2.99559471 1.39043382-.39647577.40044493-.72687225.73414905-.969163 1.03448275zm10.23127752 12.96996667c-.3414097 0-.814978-.2892103-.814978-.8008899 0-.6674082.8039648-2.4471635 3.160793-3.0700779-.3303965 2.9922136-1.5748899 3.8709678-2.345815 3.8709678z",fill:"currentColor"}))},meta:{label:"Doodle",keywords:["art","creative","doodle","drawing","font","marker","pencil","typography"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m8 4.5-4 5v-5z"}),(0,b.createElement)(y.Path,{d:"m12 10.5h1v4h-1z"}),(0,b.createElement)(y.Path,{d:"m10.2 10.5h-2.4c-.48 0-.8.3333-.8.6667v2.6666c0 .3334.32.6667.8.6667h2.4c.48 0 .8-.3333.8-.6667v-1.3333h-1.2v1h-1.6v-2h2.8v-.3333c0-.3334-.32-.6667-.8-.6667z"}),(0,b.createElement)(y.Path,{d:"m17 11.5v-1h-3v4h1v-1.3333h1.3333v-1h-1.3333v-.6667z"})))},meta:{label:"Gif",keywords:["animated","image","photo","picture"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m12 3c-4.9725 0-9 4.13206-9 9.2285 0 4.0782 2.5785 7.5366 6.15375 8.7556.45.0869.615-.1985.615-.4438 0-.2192-.0075-.7998-.01125-1.5688-2.5035.5568-3.0315-1.2382-3.0315-1.2382-.4095-1.0651-1.00125-1.3497-1.00125-1.3497-.81525-.5721.063-.5606.063-.5606.90375.0646 1.3785.9505 1.3785.9505.8025 1.4112 2.10675 1.0036 2.62125.7676.081-.5968.3128-1.0036.57-1.2344-1.99875-.2307-4.0995-1.0243-4.0995-4.5604 0-1.0074.34875-1.8303.92625-2.4763-.10125-.23302-.405-1.17125.07875-2.44248 0 0 .75375-.24763 2.475.94593.72-.20534 1.485-.30685 2.25-.31147.765.00462 1.53.10613 2.25.31147 1.71-1.19356 2.4638-.94593 2.4638-.94593.4837 1.27123.18 2.20946.09 2.44248.5737.646.9225 1.4689.9225 2.4763 0 3.5453-2.1038 4.3259-4.1063 4.5527.315.2769.6075.8429.6075 1.7073 0 1.2351-.0112 2.2272-.0112 2.5271 0 .2422.1575.5306.6187.4383 3.6008-1.2104 6.177-4.6711 6.177-8.7432 0-5.09644-4.0297-9.2285-9-9.2285",fill:"currentColor"}))},meta:{label:"GitHub",keywords:["cat","profile","share","social"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm-8 10c0-.61.08-1.21.21-1.78l4.78 4.78v1c0 1.1.9 2 2 2v1.93c-3.93-.5-6.99-3.86-6.99-7.93zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1v-2h2c1.1 0 2-.9 2-2v-.41c2.93 1.18 5.01 4.06 5.01 7.41 0 2.08-.81 3.98-2.11 5.4z",fill:"currentColor"}))},meta:{label:"Globe",keywords:["earth","global","location","map","public","world"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m4 4h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m11 4h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m18 4h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m4 18h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m11 18h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m18 18h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m4 11h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m10 10h4v4h-4z"}),(0,b.createElement)(y.Path,{d:"m18 11h2v2h-2z"})))},meta:{label:"Grid position",keywords:["align","centered","dots","position"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M5 15v-3h3v-2H5V7H3v3H0v2h3v3zm7-1.25c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM7.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H7.34zM12 12c1.93 0 3.5-1.57 3.5-3.5S13.93 5 12 5 8.5 6.57 8.5 8.5 10.07 12 12 12zm0-5c.83 0 1.5.67 1.5 1.5S12.83 10 12 10s-1.5-.67-1.5-1.5S11.17 7 12 7zm5 5c1.93 0 3.5-1.57 3.5-3.5S18.93 5 17 5c-.24 0-.48.02-.71.07.76.94 1.21 2.13 1.21 3.43 0 1.3-.47 2.48-1.23 3.42.24.05.48.08.73.08zm2.32 2.02c1 .81 1.68 1.87 1.68 3.23V19h3v-1.75c0-1.69-2.44-2.76-4.68-3.23z",fill:"currentColor"}))},meta:{label:"Group Add",keywords:["bulk","plus","team","users"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}),(0,b.createElement)(y.Circle,{cx:"8",cy:"14",r:"2"}),(0,b.createElement)(y.Circle,{cx:"12",cy:"8",r:"2"}),(0,b.createElement)(y.Circle,{cx:"16",cy:"14",r:"2"})))},meta:{label:"Team",keywords:["circle","cluster","crowd","group","huddle","meet"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10.0384629.01236979c-5.23157899 0-9.47368425 4.24210526-9.47368425 9.47368421v7.3684211c0 1.7473684 1.41052631 3.1578947 3.15789473 3.1578947h3.15789474v-8.4210526h-4.21052632v-2.1052632c0-4.07368421 3.29473685-7.36842105 7.3684211-7.36842105 4.0736842 0 7.368421 3.29473684 7.368421 7.36842105v2.1052632h-4.2105263v8.4210526h3.1578947c1.7473685 0 3.1578948-1.4105263 3.1578948-3.1578947v-7.3684211c0-5.23157895-4.2421053-9.47368421-9.4736842-9.47368421z",fill:"currentColor"}))},meta:{label:"Headset",keywords:["audio","headphones","music","song","sound"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 20-1.45-1.4386921c-5.15-5.0899183-8.55-8.4468665-8.55-12.56675749 0-3.35694823 2.42-5.99455041 5.5-5.99455041 1.74 0 3.41.88283379 4.5 2.27792916 1.09-1.39509537 2.76-2.27792916 4.5-2.27792916 3.08 0 5.5 2.63760218 5.5 5.99455041 0 4.11989099-3.4 7.47683919-8.55 12.57765669",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m14.5 0c-1.74 0-3.41.88283379-4.5 2.27792916-1.09-1.39509537-2.76-2.27792916-4.5-2.27792916-3.08 0-5.5 2.63760218-5.5 5.99455041 0 4.11989099 3.4 7.47683919 8.55 12.57765669l1.45 1.4277929 1.45-1.4386921c5.15-5.0899183 8.55-8.4468665 8.55-12.56675749 0-3.35694823-2.42-5.99455041-5.5-5.99455041zm-4.4 16.9482289-.1.1089918-.1-.1089918c-4.76-4.6975477-7.9-7.80381473-7.9-10.95367849 0-2.17983651 1.5-3.8147139 3.5-3.8147139 1.54 0 3.04 1.07901908 3.57 2.57220709h1.87c.52-1.49318801 2.02-2.57220709 3.56-2.57220709 2 0 3.5 1.63487739 3.5 3.8147139 0 3.14986376-3.14 6.25613079-7.9 10.95367849z",fill:"currentColor"}))},meta:{label:"Heart",keywords:["kiss","love","shape","valentine"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.Path,{d:"m5 15.25h14c.6904 0 1.25.5596 1.25 1.25v2.5c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-2.5c0-.6904.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m4 4h16v11h-16z",fill:"currentColor"}))},meta:{label:"Hero",keywords:["display"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m6 22h8v-1.5h-8z"}),(0,b.createElement)(y.Path,{d:"m13.1758 2.46347c-2.1834 3.59813-4.63759 7.27765-6.46611 10.71183-.08879.1668-.0675.1566-.05735.2834.12017.985.57349 2.8924.57349 2.8924s-.82048 1.913-1.22583 2.6489h2.4c.27105-.3982.5519-1.0806.78287-1.4935.28752-.0817 1.90663-.5383 2.75273-.9084.1162-.0508.144-.0958.2151-.1962 2.0301-3.6693 3.8383-7.45927 5.7349-11.1769.2357-.55654.1087-1.07052-.3943-1.35894-.9591-.56757-1.9166-1.13821-2.8746-1.70778-.5347-.27141-1.0654-.20883-1.4409.30519zm-5.42348 11.82773c-.03001-.1268.10567-.2255.21813-.1598l2.79925 1.6362c.1099.0643.0947.2271-.0257.2686-.584.2016-1.17592.3838-1.53469.4923-.03989.0121-.08273.0069-.11871-.0142l-.91474-.5345c-.03871-.0226-.0652-.0613-.07265-.1055-.09848-.5844-.23671-1.1009-.35089-1.5831z"})))},meta:{label:"Highlight",keywords:["annotate","pen","trace","underline","write"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z",fill:"currentColor"}))},meta:{label:"Lock Closed",keywords:["https","key","padlock","privacy","safe","secure","security"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z"}),(0,b.createElement)(y.Path,{d:"m13.611 20.7346-3.2192.0004c-.0835 0-.1661-.0163-.2432-.0482s-.1472-.0787-.20616-.1377c-.059-.059-.10578-.1291-.13769-.2062-.0319-.0771-.04829-.1597-.04823-.2431l-.00174-3.8546 2.24522-2.2452 2.2446 2.2446-.0005 3.8568c-.0005.1678-.0674.3285-.186.4471-.1186.1187-.2794.1855-.4471.1861z"}),(0,b.createElement)(y.Path,{d:"m20.7346 10.389.0004 3.2192c0 .0835-.0163.1661-.0482.2432s-.0787.1472-.1377.2062-.1291.1057-.2062.1376-.1597.0483-.2431.0483l-3.8546.0017-2.2452-2.2452 2.2446-2.24463 3.8568.0005c.1678.00052.3285.0674.4471.18603.1187.1186.1855.2794.1861.4471z"}),(0,b.createElement)(y.Path,{d:"m3.26543 13.611-.00042-3.2192c-.00006-.0835.01633-.1661.04823-.2432s.07869-.1472.13769-.20616c.05899-.059.12904-.10578.20614-.13769.07709-.0319.15973-.04829.24317-.04823l3.85454-.00174 2.24522 2.24522-2.24463 2.2446-3.85679-.0005c-.16774-.0005-.32849-.0674-.44712-.186s-.18551-.2794-.18603-.4471z"})))},meta:{label:"Icon",keywords:["arrow","d-pad","direction","pad"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}),(0,b.createElement)(y.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm5.5789474-3.15789469c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}))),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z",fill:"currentColor"}))},meta:{label:"Microphone",keywords:["audio","media","music","podcast","song","voice","microphone"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18 0h-16c-1.1 0-1.99.9-1.99 2l-.01 10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm-9 3h2v2h-2zm0 3h2v2h-2zm-3-3h2v2h-2zm0 3h2v2h-2zm-1 2h-2v-2h2zm0-3h-2v-2h2zm9 7h-8v-2h8zm0-4h-2v-2h2zm0-3h-2v-2h2zm3 3h-2v-2h2zm0-3h-2v-2h2z",transform:"translate(0, 3)",fill:"currentColor"}))},meta:{label:"Keyboard",keywords:["computer","desk","device","ipad","office","pc","surface"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m16.6666667 15c.9166666 0 1.6583333-.75 1.6583333-1.6666667l.0083333-9.16666663c0-.91666667-.75-1.66666667-1.6666666-1.66666667h-13.33333337c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.16666663c0 .9166667.75 1.6666667 1.66666666 1.6666667h-3.33333333c0 .9166667.75 1.6666667 1.66666667 1.6666667h16.66666663c.9166667 0 1.6666667-.75 1.6666667-1.6666667zm-13.33333337-10.83333333h13.33333337v9.16666663h-13.33333337zm6.66666667 11.66666663c-.45833333 0-.83333333-.375-.83333333-.8333333s.375-.8333333.83333333-.8333333c.4583333 0 .8333333.375.8333333.8333333s-.375.8333333-.8333333.8333333z",fill:"currentColor"}))},meta:{label:"Laptop",keywords:["computer","device","monitor","office","pc","screen"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m9.99610362 17.0837787-7.42990299-5.7765731-1.63316728 1.2702412 9.07315155 7.0568956 9.0731515-7.0568956-1.6432485-1.2803225zm.01008128-2.560645 7.4198217-5.77657311 1.6533298-1.28032249-9.0731515-7.05689565-9.07315155 7.05689565 1.64324856 1.28032249z",fill:"currentColor"}))},meta:{label:"Layers",keywords:["build","cards","creative","design","stack"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M21 6h-7.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H3c-1.1 0-2 .89-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.11-.9-2-2-2zm0 14H3V8h18v12zM9 10v8l7-4z",fill:"currentColor"}))},meta:{label:"Live TV",keywords:["broadcast","livestream","media","television","video","youtube"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z",fill:"currentColor"}))},meta:{label:"Lock Open",keywords:["http","insecure","key","lock","open","padlock","privacy","safe","security"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m12.0026 7.67357c-2.3621 0-4.25762 1.92468-4.25762 4.25763 0 2.3621 1.92468 4.2576 4.25762 4.2576 2.3621 0 4.2576-1.9247 4.2576-4.2576 0-2.33295-1.8955-4.25763-4.2576-4.25763zm.3208 5.36573-.9624.9624-.9623-.9624-.93318-.9331.96238-.9624.9331.9332 2.2163-2.2163.9624.9623zm8.1944-2.3037c-.3791-.35-.5249-.90406-.3207-1.37065l.1749-.43742c.2917-.67072-.0875-1.42893-.7873-1.63306l-.4666-.11665c-.4958-.14581-.8457-.58324-.8749-1.10815v-.49575c-.0291-.72904-.6999-1.25396-1.3997-1.13731l-.4666.08749c-.5249.08748-1.0207-.14581-1.254-.6124l-.2333-.40827c-.3499-.64155-1.1665-.81653-1.7497-.40826l-.3791.26246c-.4083.29161-.9915.29161-1.3998 0l-.3791-.29162c-.5832-.43743-1.42889-.2333-1.77883.40826l-.23329.40827c-.26246.46659-.75821.69988-1.28312.6124l-.46659-.08749c-.72905-.11665-1.37061.40826-1.42893 1.13731l-.02916.46659c-.02916.52491-.3791.96234-.87485 1.10815l-.46659.1458c-.69989.20414-1.07899.96234-.78737 1.63306l.17497.43743c.20413.46659.05832 1.02071-.32078 1.37061l-.34994.3208c-.55408.4666-.55408 1.3414 0 1.808l.34994.3208c.3791.3499.52491.904.32078 1.3706l-.17497.4374c-.29162.6707.08748 1.4289.78737 1.6331l.46659.1166c.49575.1458.84569.5833.87485 1.1082l.02916.4666c.02916.729.69988 1.2539 1.39977 1.1373l.46658-.0875c.52492-.0875 1.02067.1458 1.25396.6124l.2333.4082c.34994.6416 1.16645.8166 1.74975.4083l.3791-.2624c.4082-.2917.9915-.2917 1.3997 0l.3791.2916c.5833.4374 1.429.2333 1.7789-.4083l.2333-.4083c.2624-.4665.7582-.6998 1.2831-.6124l.4666.0875c.729.1167 1.3706-.4082 1.4289-1.1373l.0292-.4666c.0291-.5249.3791-.9623.8748-1.1081l.4666-.1167c.6999-.2041 1.079-.9623.7874-1.633l-.175-.4375c-.2041-.4665-.0583-1.0206.3208-1.3706l.3499-.3207c.5541-.4666.5541-1.3415 0-1.8081zm-8.5152 7.1154c-3.26612 0-5.89068-2.6537-5.89068-5.8906 0-3.26617 2.65372-5.89073 5.89068-5.89073 3.2661 0 5.8907 2.65372 5.8907 5.89073 0 3.2369-2.6246 5.8906-5.8907 5.8906z",fill:"currentColor"}))},meta:{label:"Logos",keywords:["certified","checkmark"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.6976 16.8149-4.5045 2.7755c-.1023.0623-.219.0952-.338.0952-.1189 0-.2356-.0329-.3379-.0952l-3.2947-2.0192c.2929-.5543.4809-1.1606.5542-1.7867l3.2233 2.0124v-9.50002l-5.46036-3.34376v6.29688c-.4582-.4688-1.23302-.6921-2.00388-.7355-.09631 0-.19431-.0087-.29399-.0087-.09969 0-.19938 0-.29569.0087-.85883.0493-1.7495.4304-2.44608.9485v-4.963c-.0002-.11068.02756-.21953.08057-.31591s.12945-.177.22187-.23399l4.56823-2.85494c.10228-.06229.21901-.09516.33793-.09516s.23564.03287.3379.09516l4.807 2.96287 4.6025-2.83623c.0546-.03341.1169-.05136.1804-.05203.0636-.00067.1263.01598.1815.04824.0553.03225.1013.07897.1333.1354s.0488.12055.0488.18584v12.72755c-.0001.1103-.028.2188-.081.3149-.053.096-.1293.1764-.2214.2332zm-10.15796.8309-2.01909 2.2291c-.03574.0395-.07901.071-.12712.0925s-.10003.0326-.15251.0326-.10439-.0111-.15251-.0326c-.04811-.0215-.09138-.053-.12712-.0925l-2.01908-2.2291c-.46748-.5034-.77835-1.1384-.893-1.8239-.11465-.6856-.02788-1.3906.24925-2.0254.24163-.5429.62326-1.0077 1.10363-1.344.48036-.3364 1.04116-.5314 1.62172-.5641h.21796.21795c.58056.0327 1.14136.2277 1.62172.5641.48037.3363.862.8011 1.10366 1.344.2769.6349.3634 1.3401.2484 2.0256-.1149.6856-.4261 1.3205-.89386 1.8237zm-.81102-2.4164c0-.3019-.0872-.5971-.25058-.8481s-.39559-.4467-.66728-.5622c-.27169-.1156-.57064-.1458-.85907-.0869-.28842.0589-.55335.2043-.76129.4178s-.34955.4855-.40692.7816-.02793.603.08461.882c.11254.2789.30311.5173.54762.6851.24451.1677.53198.2572.82606.2572.19539 0 .38888-.0395.56938-.1163.18051-.0769.34449-.1895.48258-.3314s.24757-.3104.3222-.4958c.07462-.1854.11291-.3841.11269-.5847z",fill:"currentColor"}))},meta:{label:"Map",keywords:["location","marker","position","world"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0c3.921743 0 7.114273 3.19253001 7.114273 7.11427301 0 4.95331259-6.1894175 11.86305029-6.4562027 12.15651399l-.6580703.729213-.65807025-.729213c-.26678524-.2934637-6.45620276-7.2032014-6.45620276-12.15651399 0-3.921743 3.19253001-7.11427301 7.11427301-7.11427301zm-1.36060471 9.04401956-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 0c-3.921743 0-7.11427301 3.19253001-7.11427301 7.11427301 0 4.95331259 6.18941752 11.86305029 6.45620276 12.15651399l.65807025.729213.6580703-.729213c.2667852-.2934637 6.4562027-7.2032014 6.4562027-12.15651399 0-3.921743-3.19253-7.11427301-7.114273-7.11427301zm0 17.3143619c-1.9386394-2.3210315-5.33570476-7.0520231-5.33570476-10.20008889 0-2.94353046 2.3921743-5.33570476 5.33570476-5.33570476 2.9435305 0 5.3357048 2.3921743 5.3357048 5.33570476 0 3.40595819-3.7794576 8.32369939-5.3357048 10.20008889zm-1.36060471-8.27034234-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"}))},meta:{label:"Marker",keywords:["check","directions","location","map","pin","verified"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m15.75 18v1.75c0 .5523-.4477 1-1 1h-10c-.55228 0-1-.4477-1-1v-15c0-.55228.44772-1 1-1h10c.5523 0 1 .44959 1 1.00188 0 2.11305 0 1.45031 0 1.24812",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"12",y:"8"}))},meta:{label:"Media card",keywords:["square"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z"}),(0,b.createElement)(y.Path,{d:"M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z"}),(0,b.createElement)(y.Path,{d:"M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z"}),(0,b.createElement)(y.Path,{d:"M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z"})))},meta:{label:"Menu",keywords:["book","cafe","magazine","open","pages","read","restaurant"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z",fill:"currentColor"}))},meta:{label:"Merge",keywords:["arrows","combine","join","mix","up"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m6.5 0h-5c-.825 0-1.5.61363636-1.5 1.36363636v9.27272724c0 .75.675 1.3636364 1.5 1.3636364h5c.825 0 1.5-.6136364 1.5-1.3636364v-9.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 10h-4v-8h4z",transform:"translate(4 2)"}))},meta:{label:"Mobile",keywords:["call","number","phone","tablet"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11.8181818 4.54545455-3.40909089 4.54545454 2.59090909 3.45454541-1.45454545 1.0909091c-1.53636364-2.0454545-4.0909091-5.45454542-4.0909091-5.45454542l-5.45454545 7.27272732h20z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11.8181818 4.54545455-3.83636362 5.11818181 1.13636364 1.51818184 2.69999998-3.60909093 4.5454546 6.06363633h-7.69090913l-3.64545454-4.88181815-5.02727273 6.70000005h20zm-8.18181816 9.09090905 1.38181818-1.8454545 1.38181818 1.8454545z",fill:"currentColor"}))},meta:{label:"Mountains",keywords:["backpacking","hills","hiking","landscape","outdoors","peaks","summit","valley"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m13 10.5h-8c-.27614 0-.5.2239-.5.5v8c0 .2761.22386.5.5.5h8c.2761 0 .5-.2239.5-.5v-8c0-.2761-.2239-.5-.5-.5zm-8-1.5h8c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-8c-1.10457 0-2-.8954-2-2v-8c0-1.10457.89543-2 2-2z",fillRule:"evenodd"}),(0,b.createElement)(y.Path,{d:"m7.67708 16.8438v-3.6875l3.07292 1.8437z"}),(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m9.03508 5c0-1.10457.89543-2 2.00002-2h7.9649c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-1.9961v-1.5h1.9961c.2761 0 .5-.2239.5-.5v-2.838l-1.728-1.59293-.9927 1.11671c-.1351.15198-.3261.24259-.5292.25107-.2032.00848-.4011-.06589-.5484-.20609l-2.0421-1.9437-2.3585 2.55494-1.1022-1.01737 2.875-3.11459c.1363-.14762.3261-.2344.5269-.24089.2008-.0065.3958.06784.5413.20634l2.0317 1.93375.9844-1.10751c.1337-.15043.3223-.2408.5233-.2508s.3976.06121.5456.19762l1.2729 1.17337v-3.12192c0-.27614-.2239-.5-.5-.5h-7.9649c-.2762 0-.5.22386-.5.5v1.98438h-1.50002z",fillRule:"evenodd"})))},meta:{label:"Multimedia",keywords:["media","photo","picture","video"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m20.0286458 10.0068123-2.2181818-2.52727276.3090909-3.34545455-3.2818182-.74545454-1.7181818-2.8909091-3.0909091 1.32727273-3.09090906-1.32727273-1.71818182 2.8909091-3.28181818.73636363.30909091 3.34545455-2.21818182 2.53636367 2.21818182 2.5272727-.30909091 3.3545454 3.28181818.7454546 1.71818182 2.8909091 3.09090906-1.3363637 3.0909091 1.3272728 1.7181818-2.8909091 3.2818182-.7454546-.3090909-3.3454545zm-9.0909091 4.5454545h-1.81818178v-1.8181818h1.81818178zm0-3.6363636h-1.81818178v-5.45454548h1.81818178z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m20.5555013 9.96270419-2.2181818-2.52727273.3090909-3.34545454-3.2818182-.74545455-1.7181818-2.89090909-3.0909091 1.32727273-3.09090909-1.32727273-1.71818182 2.89090909-3.28181818.73636364.30909091 3.34545454-2.21818182 2.53636364 2.21818182 2.52727271-.30909091 3.3545455 3.28181818.7454545 1.71818182 2.8909091 3.09090909-1.3363636 3.0909091 1.3272727 1.7181818-2.8909091 3.2818182-.7454545-.3090909-3.3454546zm-4.1 1.91818181.2363636 2.5363636-2.4909091.5636364-1.3 2.1909091-2.3454545-1.0090909-2.34545454 1.0090909-1.3-2.1909091-2.49090909-.5636364.23636363-2.5454545-1.68181818-1.90909091 1.68181818-1.92727273-.23636363-2.52727272 2.49090909-.55454546 1.3-2.19090909 2.34545454 1 2.3454545-1.00909091 1.3 2.19090909 2.4909091.56363637-.2363636 2.53636363 1.6818182 1.91818182zm-6.80909091.8090909h1.81818181v1.8181818h-1.81818181zm0-7.27272726h1.81818181v5.45454546h-1.81818181z",transform:"translate(-.565918)",fill:"currentColor"}))},meta:{label:"New",keywords:["alert","badge","exclamation mark","important","info","notice","notification","sticker","warning"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-4.51 2.11l.26 2.79-2.74.62-1.43 2.41L12 18.82l-2.58 1.11-1.43-2.41-2.74-.62.26-2.8L3.66 12l1.85-2.12-.26-2.78 2.74-.61 1.43-2.41L12 5.18l2.58-1.11 1.43 2.41 2.74.62-.26 2.79L20.34 12l-1.85 2.11zM11 15h2v2h-2zm0-8h2v6h-2z",fill:"currentColor"}))},meta:{label:"Releases",keywords:["exclamation","new"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zM11.48 20v-6.26H8L13 4v6.26h3.35L11.48 20z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zm0 17.96c-4.4 0-7.98-3.58-7.98-7.98S7.6 4.02 12 4.02 19.98 7.6 19.98 12 16.4 19.98 12 19.98zM12.75 5l-4.5 8.5h3.14V19l4.36-8.5h-3z",fill:"currentColor"}))},meta:{label:"Offline Bolt",keywords:["amp","circle","lightning","performance","power"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m8.5 8.5 3.5-3.5 3.5 3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m15.5 15.5-3.5 3.5-3.5-3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m11.25 18.0625v-12.25h1.5v12.25z"}))},meta:{label:"Open",keywords:["arrows","down","up","vertical"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"M.59 12c0-1.152.927-2.085 2.07-2.085 1.144 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085A2.077 2.077 0 01.59 12zm14.54 2.085A2.077 2.077 0 0113.06 12c0-1.152.927-2.085 2.07-2.085 1.143 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085zm0-10.426c-4.572 0-8.28 3.735-8.28 8.34 0 4.608 3.707 8.342 8.28 8.342 4.573 0 8.28-3.734 8.28-8.341 0-4.606-3.707-8.34-8.28-8.34z",fillRule:"evenodd"}))},meta:{label:"OpenTable",keywords:["profile","share","social"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",height:"25",viewBox:"0 0 24 25",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m14.5314 1v1.49242h-2.0067v-1.49242zm4.9776 0c1.0996 0 1.991.89091 1.991 1.98989h-1.4933c0-.27475-.2228-.49747-.4977-.49747zm-1.4933 1.49242v-1.49242h-2.0067v1.49242zm1.991 10.94438v-1.9899h1.4933v1.9899zm0-3.4823h1.4933v-1.98989h-1.4933zm-.4977 5.4722c.2749 0 .4977-.2227.4977-.4975h1.4933c0 1.099-.8914 1.9899-1.991 1.9899zm1.991-8.95451h-1.4933v-1.98989h1.4933zm-10.4063-5.47219c-1.09964 0-1.99105.89091-1.99105 1.98989h1.49325c0-.27475.2229-.49747.4978-.49747zm-2.16208 4.87109 7.54938 7.54501v5.9282c0 .2976-.2415.5389-.5393.5389h-10.78475c-.29781 0-.53923-.2413-.53923-.5389v-12.93428c0-.29764.24142-.53893.53923-.53893zm5.39238-1.61678h-7.01009-2.15696c-1.19125 0-2.15695.96514-2.15695 2.15571v12.93428c0 1.1906.9657 2.1557 2.15695 2.1557h10.78475c1.1913 0 2.157-.9651 2.157-2.1557v-4.3114-7.0061-1.61678c0-1.19057-.9657-2.15571-2.157-2.15571z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Page duplicate",keywords:["corner","ghost","paper"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m17.9584 12.5417-7.5833-7.58336h-3.79169c-.29915 0-.54166.24251-.54166.54166v13c0 .2991.24251.5417.54166.5417h10.83329c.2992 0 .5417-.2426.5417-.5417zm-9.20832-9.20836h7.04162 1.625c1.1967 0 2.1667.97005 2.1667 2.16666v1.625 7.0417 4.3333c0 1.1967-.97 2.1667-2.1667 2.1667h-10.83329c-1.19661 0-2.16666-.97-2.16666-2.1667v-13c0-1.19661.97005-2.16666 2.16666-2.16666z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Page",keywords:["corner","paper"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m20.1658 18.312c0 .9283-.7596 1.6879-1.688 1.6879-.9283 0-1.6879-.7596-1.6879-1.6879 0-.9284 1.6879-3.3758 1.6879-3.3758s1.688 2.4474 1.688 3.3758z",fill:"currentColor",fillRule:"evenodd"}),(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m4.97449 13c0 .422.16879.844.42198 1.1815l4.30419 4.3042c.67514.6752 1.68794.6752 2.36304 0l4.3042-4.3042c.2532-.3375.422-.7595.422-1.1815z",fill:"currentColor",fillRule:"evenodd"}),(0,b.createElement)(y.Path,{d:"m7.92839 3.71155 6.66731 6.66725m-4.895 8.2708-4.30419-4.3042c-.67517-.6751-.67517-1.6879 0-2.3631l5.48569-5.3169 5.4014 5.4013c.6752.6752.6752 1.688 0 2.3631l-4.3042 4.3042c-.5908.5908-1.6035.5908-2.2787-.0844z",stroke:"currentColor",strokeWidth:"1.5"}))},meta:{label:"Paint can",keywords:["artist","colors","creative","design","palette"]}}).styles.default,(((((((((((((((({default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957z",transform:"translate(1)",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957zm-1.9968099 1.9968099h-9.98404948v-1.9968099h9.98404948z",transform:"translate(1)",fill:"currentColor"}))}.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m18.5806749.77408854h-15.55555554c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555554c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555554c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555554c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm-11.1111111 15.55555556h-2.22222222v-7.77777778h2.22222222zm4.4444444 0h-2.22222218v-11.11111111h2.22222218zm4.4444445 0h-2.2222222v-4.4444444h2.2222222z",transform:"translate(-.802897 -.774089)",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m17.7777778 0h-15.55555558c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555558c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555558c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555558c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm0 17.7777778h-15.55555558v-15.55555558h15.55555558zm-13.33333336-10.00000002h2.22222223v7.77777782h-2.22222223zm4.44444445-3.33333334h2.22222221v11.11111116h-2.22222221zm4.44444441 6.66666666h2.2222223v4.4444445h-2.2222223z",fill:"currentColor"}))},meta:{label:"Poll",keywords:["analytics","chart","data","graph","square","stats","survey","vote"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m6 4.75h12c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-12c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m7 9h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m7 13h2v2h-2z"}),(0,b.createElement)(y.Path,{d:"m10 9h7v2h-7z"}),(0,b.createElement)(y.Path,{d:"m10 13h7v2h-7z"}),(0,b.createElement)(y.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,b.createElement)(y.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},meta:{label:"Post carousel",keywords:["lines","list","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"3",y:"3"}),(0,b.createElement)(y.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"13",y:"3"}),(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Path,{d:"m13 18.25h5"}),(0,b.createElement)(y.Path,{d:"m13 14.25h7"}),(0,b.createElement)(y.Path,{d:"m3 18.25h5"}),(0,b.createElement)(y.Path,{d:"m3 14.25h7"})))},meta:{label:"Posts",keywords:["double","text","twice"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,b.createElement)(y.Path,{d:"m18 4.5h-12c-.27614 0-.5.22386-.5.5v14.5c0 .2761.22386.5.5.5h12c.2761 0 .5-.2239.5-.5v-14.5c0-.27614-.2239-.5-.5-.5zm-12-1.5h12c1.1046 0 2 .89543 2 2v14.5c0 1.1046-.8954 2-2 2h-12c-1.10457 0-2-.8954-2-2v-14.5c0-1.10457.89543-2 2-2z"}),(0,b.createElement)(y.Path,{d:"m10.9123 9.87699c-.3141.21991-.4123.45171-.4123.62301s.0982.4031.4123.623c.3118.2182.7824.377 1.3377.377v1.5c-.8254 0-1.6048-.233-2.1979-.6481-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.79516.46141-1.43835 1.0521-1.85186.5931-.41517 1.3725-.64814 2.1979-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75c0-.1713-.0982-.4031-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.3377.37699z"}),(0,b.createElement)(y.Path,{d:"m13.5877 14.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.233 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.6048-.233-2.1979-.6481c-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.4142.33579-.75.75-.75.4142 0 .75.3358.75.75 0 .1713.0982.4031.4123.623.3118.2182.7824.377 1.3377.377s1.0259-.1588 1.3377-.377z"}),(0,b.createElement)(y.Path,{d:"m12.25 15.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,b.createElement)(y.Path,{d:"m12.25 7c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})))},meta:{label:"Pricing table - Item",keywords:["cash","money","paper","sign"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,b.createElement)(y.Path,{d:"m16 3h-10c-.27614 0-.5.22386-.5.5v13.5c0 .2761.22386.5.5.5h10c.2761 0 .5-.2239.5-.5v-13.5c0-.27614-.2239-.5-.5-.5zm-10-1.5h10c1.1046 0 2 .89543 2 2v13.5c0 1.1046-.8954 2-2 2h-10c-1.10457 0-2-.8954-2-2v-13.5c0-1.10457.89543-2 2-2z"}),(0,b.createElement)(y.Path,{d:"m9.91233 7.87699c-.31409.21986-.41233.45167-.41233.62301s.09824.40315.41233.62301c.31177.21821.78237.37699 1.33767.37699v1.5c-.8254 0-1.60477-.233-2.19786-.6481-.59073-.41355-1.05214-1.05674-1.05214-1.8519s.46141-1.43835 1.05214-1.85186c.59309-.41517 1.37246-.64814 2.19786-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75c0-.17134-.0982-.40315-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.33767.37699z"}),(0,b.createElement)(y.Path,{d:"m12.5877 12.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.23297 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.60477-.233-2.19786-.6481c-.59073-.4135-1.05214-1.0567-1.05214-1.8519 0-.4142.33579-.75.75-.75s.75.3358.75.75c0 .1713.09824.4031.41233.623.31177.2182.78237.377 1.33767.377s1.0259-.1588 1.3377-.377z"}),(0,b.createElement)(y.Path,{d:"m11.25 13.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,b.createElement)(y.Path,{d:"m11.25 5c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})),(0,b.createElement)(y.Path,{d:"m20.25 8.25v11c0 1.1046-.8954 2-2 2h-8",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Pricing table",keywords:["cash","money","paper","sign"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Circle,{cx:"9",cy:"9",r:"4"}),(0,b.createElement)(y.Path,{d:"M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64l-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"}))),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM15.08 7.05c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z",fill:"currentColor"}))},meta:{label:"Voice",keywords:["accouncement","audio","broadcast","megaphone","podcast","record","shout","sing","speak","talk","voice over"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m5.83333333 6.66666667v-2.5l-5.83333333 5.83333333 5.83333333 5.8333333v-2.5l-3.33333333-3.3333333zm4.99999997.83333333v-3.33333333l-5.8333333 5.83333333 5.8333333 5.8333333v-3.4166666c4.1666667 0 7.0833334 1.3333333 9.1666667 4.25-.8333333-4.1666667-3.3333333-8.33333337-9.1666667-9.1666667z",fill:"currentColor"}))},meta:{label:"Reply",keywords:["arrows","back","comment","email","mail","message","respond","reverse"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"-2 -1 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"M0 2.538C0 1.865.258 1.22.716.744A2.4 2.4 0 0 1 2.443 0h14.114a2.4 2.4 0 0 1 1.727.744c.458.476.715 1.121.716 1.794v18.616c0 .009-.005.017-.005.026-.018.11-.043.22-.074.327-.004.008-.003.017-.007.025-.008.017-.027.024-.036.04a.817.817 0 0 1-.228.258.77.77 0 0 1-.464.17h-.004a.776.776 0 0 1-.338-.084c-.007-.003-.015-.002-.023-.005l-2.53-1.315-2.532 1.315a.791.791 0 0 1-.728 0L9.5 20.596l-2.532 1.315a.788.788 0 0 1-.727 0L3.71 20.596l-2.532 1.315c-.008.004-.016.003-.024.006-.104.034-.21.06-.318.078-.007 0-.014.005-.022.005a.711.711 0 0 1-.1-.021.767.767 0 0 1-.189-.04 1.97 1.97 0 0 1-.261-.17.829.829 0 0 1-.105-.14.794.794 0 0 1-.073-.097c-.004-.008-.003-.017-.007-.025a.87.87 0 0 1-.042-.16.864.864 0 0 1-.032-.168c0-.01-.005-.016-.005-.025V2.538Zm4.074 16.355 2.53 1.314 2.532-1.314a.79.79 0 0 1 .728 0l2.531 1.314 2.531-1.314a.79.79 0 0 1 .729 0l1.716.892V2.538a.864.864 0 0 0-.238-.598.8.8 0 0 0-.576-.248H2.443a.8.8 0 0 0-.576.249.864.864 0 0 0-.238.597v17.247l1.717-.892a.788.788 0 0 1 .728 0Z",fill:"currentColor"}),(0,b.createElement)(y.Path,{d:"M8.414 7.333h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .225.086.44.239.598a.8.8 0 0 0 .575.248ZM8.414 11.846h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248A.863.863 0 0 0 7.6 11c0 .224.086.44.239.598.152.159.36.248.575.248ZM8.414 16.359h5.429c.216 0 .423-.09.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .224.086.44.239.598.152.159.36.248.575.248ZM5.157 7.333a.787.787 0 0 0 .315-.067.853.853 0 0 0 .26-.181.869.869 0 0 0 .224-.762.852.852 0 0 0-.223-.435.697.697 0 0 0-.261-.181.782.782 0 0 0-.892.179.873.873 0 0 0-.171.927.813.813 0 0 0 .749.52ZM5.157 11.846a.786.786 0 0 0 .315-.068.852.852 0 0 0 .26-.18.85.85 0 0 0 .24-.599.876.876 0 0 0-.24-.599.786.786 0 0 0-.957-.147.824.824 0 0 0-.27.242.863.863 0 0 0-.137.71.858.858 0 0 0 .16.33.79.79 0 0 0 .63.31ZM5.157 16.359a.784.784 0 0 0 .576-.25.873.873 0 0 0 .174-.932.841.841 0 0 0-.235-.33.782.782 0 0 0-.752-.154.806.806 0 0 0-.511.484.873.873 0 0 0 .173.932.812.812 0 0 0 .575.25Z",fill:"currentColor"}))},meta:{label:"Request",keywords:["bullets","list","paper","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m3.75 18v-12c0-.69036.55964-1.25 1.25-1.25h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m3 15h6v18h-6z",fill:"currentColor",transform:"matrix(0 -1 1 0 -12 18)"}))},meta:{label:"Row",keywords:["divider","line"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm7.08163265-8.16326529c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm4.7142857 11.83673469c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm0-6.122449c-1.12244898 0-2.04081632.9183674-2.04081632 2.0408164 0 1.1224489.91836734 2.0408163 2.04081632 2.0408163s2.04081633-.9183674 2.04081633-2.0408163c0-1.122449-.91836735-2.0408164-2.04081633-2.0408164zm7.08163265-2.04081629c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm0-6.12244898c-1.122449 0-2.04081632.91836734-2.04081632 2.04081632s.91836732 2.04081633 2.04081632 2.04081633 2.0408163-.91836735 2.0408163-2.04081633-.9183673-2.04081632-2.0408163-2.04081632zm4.7142857 17.95918367c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327zm0-6.122449c-1.122449 0-2.0408163.9183674-2.0408163 2.0408163 0 1.122449.9183673 2.0408164 2.0408163 2.0408164s2.0408163-.9183674 2.0408163-2.0408164c0-1.1224489-.9183673-2.0408163-2.0408163-2.0408163z",fill:"currentColor"}))},meta:{label:"Scatter Plot",keywords:["analytics","chart","circle","data","dots","graph","random","stats"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m4.63589015 9.40022032v3.64467918l6.37818865 3.4806687 6.3781886-3.4806687v-3.64467918l-6.3781886 3.48066868zm6.37818865-9.2757086-10.02286786 5.46701882 10.02286786 5.46701886 8.2005282-4.47384377v6.29618337h1.8223396v-7.28935846z",transform:"translate(-1 1.713379)",fill:"currentColor"}))},meta:{label:"School",keywords:["college","degree","diploma","education","graduation","hat","university"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z",fill:"currentColor"}))},meta:{label:"Shield",keywords:["armor","guard","protect","safe","security"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor",fillRule:"evenodd"},(0,b.createElement)(y.Path,{d:"m.00952381 18.5714286 19.99047619-8.5714286-19.99047619-8.57142857-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619z"}),(0,b.createElement)(y.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z"}))),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z",fill:"currentColor"}))},meta:{label:"Send",keywords:["deliver","email","mail","message","paper airplane"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m4 20.25h16",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m4 16.25h9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},meta:{label:"Service item",keywords:["bubble","lines","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,b.createElement)(y.Path,{d:"m4 20.25h16"}),(0,b.createElement)(y.Path,{d:"m4 16.25h9"}),(0,b.createElement)(y.Path,{d:"m22.25 9.5v-5.75c0-1.10457-.8954-2-2-2h-12.75"})),(0,b.createElement)(y.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},meta:{label:"Services",keywords:["bubble","lines","text"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m8.5 9.5c0-.82843-.67157-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.67157 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,b.createElement)(y.Path,{d:"m13.5 14.5c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5z"}),(0,b.createElement)(y.Path,{d:"m18.5 9.5c0-.82843-.6716-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,b.createElement)(y.Path,{d:"m16.5 5h1v13.825h-1z"}),(0,b.createElement)(y.Path,{d:"m6.5 5h1v14h-1z"}),(0,b.createElement)(y.Path,{d:"m11.5 5h1v14h-1z"}))},meta:{label:"Settings",keywords:["dots","lines","preferences","sliders"]}}).styles.default),L={styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,b.createElement)(y.Path,{clipRule:"evenodd",d:"m19.5 8.5v11h-15v-5-2c0 3.5 3.5 3.5 5 3.5 3 0 3.5-3.0452 5-5 1.2022-1.56673 3.2746-2.39739 5-2.5z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Shape divider",keywords:["rectangle","wave"]}}.styles.default,R=(((({default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m15.5 6-8 6 8 6",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Rect,{height:"4",rx:"1",width:"4",x:"5",y:"10"}),(0,b.createElement)(y.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"4"}),(0,b.createElement)(y.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"16"})))}.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m17.2727273 4.36363636h-2.7272728v-3.63636363h-12.72727268c-1 0-1.81818182.81818182-1.81818182 1.81818182v9.99999995h1.81818182c0 1.509091 1.21818182 2.7272728 2.72727273 2.7272728 1.5090909 0 2.72727272-1.2181818 2.72727272-2.7272728h5.45454543c0 1.509091 1.2181818 2.7272728 2.7272728 2.7272728 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272728h1.8181818v-4.5454545zm-.4545455 1.36363637 1.7818182 2.27272727h-4.0545455v-2.27272727zm-12.27272725 7.72727277c-.5 0-.90909091-.409091-.90909091-.909091s.40909091-.9090909.90909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091zm2.01818181-2.7272728c-.5-.5545454-1.20909091-.90909088-2.01818181-.90909088-.80909091 0-1.51818182.35454548-2.01818182.90909088h-.70909091v-8.18181815h10.90909088v8.18181815zm8.89090914 2.7272728c-.5 0-.909091-.409091-.909091-.909091s.409091-.9090909.909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091z",transform:"translate(0 2)",fill:"currentColor"}))},meta:{label:"Shipping",keywords:["auto","cart","commerce","delivery","ecommerce","ship","shop","store","transport","truck","woo"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10 8.675c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zm-6-10c-5.52 0-10 4.48-10 10 0 3.7 2.01 6.92 4.99 8.65l1-1.73c-2.38-1.39-3.99-3.96-3.99-6.92 0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z",fill:"currentColor"}))},meta:{label:"Signal",keywords:["radar","radio","sonar","waves","wifi"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m20 9h-4.17l3.24-3.24-1.41-1.42-4.66 4.66h-2v-2l4.66-4.66-1.42-1.41-3.24 3.24v-4.17h-2v4.17l-3.24-3.24-1.42 1.41 4.66 4.66v2h-2l-4.66-4.66-1.41 1.42 3.24 3.24h-4.17v2h4.17l-3.24 3.24 1.41 1.42 4.66-4.66h2v2l-4.66 4.66 1.42 1.41 3.24-3.24v4.17h2v-4.17l3.24 3.24 1.42-1.41-4.66-4.66v-2h2l4.66 4.66 1.41-1.42-3.24-3.24h4.17z",fill:"currentColor"}))},meta:{label:"Snowflake",keywords:["chill","cold","frozen","global","ice","season","winter"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{fill:"none",d:"m12.5 17v-2c0-1.1046-.8954-2-2-2h-4c-1.10457 0-2 .8954-2 2v2",stroke:"currentColor",strokeWidth:"1.5"}),(0,b.createElement)(y.Path,{d:"m19.5 17v-1c0-1.1046-.8954-2-2-2h-2.5",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,b.createElement)(y.Circle,{cx:"15.5",cy:"10",fill:"currentColor",r:"2"}),(0,b.createElement)(y.Circle,{cx:"8.5",cy:"9",fill:"currentColor",r:"2"}),(0,b.createElement)(y.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Social profiles",keywords:["people","person","profiles","share","social"]}}).styles.default,T=((((((((((((((((((((((({default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45C9.85 12.17 6.18 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38-.47.3-.91.63-1.34.98-.42-.34-.87-.67-1.33-.97.25-1.2.71-2.35 1.37-3.39zM12 15.45c-.82-1.25-1.86-2.34-3.06-3.2-.13-.09-.27-.16-.4-.26.13.09.27.17.39.25C6.98 10.83 4.59 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45zm1.32 4.15c-.44.15-.88.27-1.33.37-.44-.09-.87-.21-1.28-.36-3.29-1.18-5.7-3.99-6.45-7.35 1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55c.69-1.05 1.55-1.95 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4-.75 3.37-3.15 6.18-6.42 7.35zm-4.33-7.32c-.02-.01-.04-.03-.05-.04 0 0 .01 0 .01.01.01.01.02.02.04.03z",fill:"currentColor"}))}.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10.0268555.55859375-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10.0268555 5.68859375.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.62999995-.91.79.27 1.18.56 2.41-2.12-1.28-1.03-.64-1.03000003.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.62999995 2.47-.21 1.2-.1.47-1.11zm0-5.13-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"}))},meta:{label:"Star",keywords:["favorite","like","plus","rate","shape","vote"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zM7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2 11c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zm-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95-7.35 3.05z"}),(0,b.createElement)(y.Circle,{cx:"11",cy:"9",r:"1"}),(0,b.createElement)(y.Path,{d:"M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"})))},meta:{label:"Cards",keywords:["games","layers","shuffle","stack"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,b.createElement)(y.Path,{d:"M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-7-5.5l3.5 3.5-3.5 3.5V11h-4V9h4V6.5zm-6 11L5.5 14 9 10.5V13h4v2H9v2.5z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-13.5V9h-4v2h4v2.5l3.5-3.5zm-6 4L5.5 14 9 17.5V15h4v-2H9z",fill:"currentColor"}))},meta:{label:"Swap Horizontal",keywords:["arrows","circle","move","shift","transition"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9L10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM6.5 9L10 5.5 13.5 9H11v4H9V9zm11 6L14 18.5 10.5 15H13v-4h2v4z",fill:"currentColor"}))},meta:{label:"Swap Vertical",keywords:["arrows","circle","move","shift","transition"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m7.34133533 6.23855964v-1.98499625c-2.17404351.03150788-4.03300825 1.38634659-4.85221305 3.27681921-.31507877.72468117-.44111028 1.51237809-.4096024 2.33158289.06301575 1.13428361.47261815 2.20555141 1.16579145 3.05626411.37809452.4411102.28357089 1.1027757-.18904726 1.4493623-.44111028.3150788-1.07126782.2205551-1.41785447-.1890473-.85071268-1.0397599-1.38634658-2.3315829-1.54388597-3.7179294-.12603151-1.00825211-.03150788-2.01650417.25206302-2.9302326.88222055-3.02475619 3.6864216-5.26181546 6.99474868-5.29332334v-1.98499624c0-.09452363.12603151-.15753939.22055514-.09452363l4.09602403 2.99324831c.0630157.06301575.0630157.15753938 0 .18904726l-4.09602403 2.99324831c-.09452363.06301575-.22055514 0-.22055514-.09452363zm.22055514 13.17029256c.09452363.0630158.22055514 0 .22055514-.0945236v-1.9849963c3.30832709-.0315078 6.11252809-2.2685671 6.99474869-5.2933233.252063-.9137284.3780945-1.8904726.252063-2.93023256-.1575394-1.38634658-.7246812-2.67816954-1.543886-3.71792948-.3465866-.44111028-.9767441-.53563391-1.4178544-.18904726-.4726182.34658665-.5671418 1.00825206-.1890473 1.44936234.6931733.85071268 1.1027757 1.89047262 1.1657915 3.05626407.0315078.81920479-.1260315 1.63840959-.4096024 2.33158289-.787697 1.8904726-2.6466617 3.2453113-4.85221309 3.2768192v-1.9849962c0-.0945237-.12603151-.1575394-.22055514-.0945237l-4.096024 2.9932483c-.06301576.0630158-.06301576.1575394 0 .1890473z",transform:"translate(4 2)"}))},meta:{label:"Sync",keywords:["arrows","circle","refresh","synchronize","update"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m15.8333333 0h-11.66666663c-1.15 0-2.08333334.93333333-2.08333334 2.08333333v15.83333337c0 1.15.93333334 2.0833333 2.08333334 2.0833333h11.66666663c1.15 0 2.0833334-.9333333 2.0833334-2.0833333v-15.83333337c0-1.15-.9333334-2.08333333-2.0833334-2.08333333zm-5.8333333 19.1666667c-.69166667 0-1.25-.5583334-1.25-1.25 0-.6916667.55833333-1.25 1.25-1.25.6916667 0 1.25.5583333 1.25 1.25 0 .6916666-.5583333 1.25-1.25 1.25zm6.25-3.3333334h-12.5v-13.3333333h12.5z",fill:"currentColor"}))},meta:{label:"Tablet",keywords:["computer","device","ipad","monitor","office","pc","screen","surface"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11.25 0h-9c-.825 0-1.5.61363636-1.5 1.36363636v13.27272724c0 .75.675 1.3636364 1.5 1.3636364h9c.825 0 1.5-.6136364 1.5-1.3636364v-13.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 14h-8v-12h8z",transform:"translate(1.25)"}))},meta:{label:"Tablet",keywords:["computer","device","ipad","monitor","office","pc","screen","surface"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"M7.075 19.32a6.603 6.603 0 0 0-4.62 1.889.53.53 0 0 0 .003.763 6.6 6.6 0 0 0 9.205-.037.529.529 0 0 0-.004-.763 6.623 6.623 0 0 0-4.584-1.852Zm-.032 3.445a5.542 5.542 0 0 1-3.414-1.18 5.53 5.53 0 0 1 6.86-.026 5.528 5.528 0 0 1-3.446 1.206Z"}),(0,b.createElement)(y.Path,{d:"M7.059 10.059A6.89 6.89 0 0 0 .177 16.94 6.794 6.794 0 0 0 .92 20.02a.53.53 0 0 0 .946-.476 5.75 5.75 0 0 1-.632-2.603 5.824 5.824 0 0 1 11.647 0 5.724 5.724 0 0 1-.632 2.6.528.528 0 0 0 .75.691.53.53 0 0 0 .195-.212 6.767 6.767 0 0 0 .746-3.08A6.89 6.89 0 0 0 7.06 10.06Z"}),(0,b.createElement)(y.Path,{d:"M9.372 15.195c0-.322-.024-.62-.132-.91a2.168 2.168 0 0 0-1.271-1.27c-.29-.11-.618-.133-.91-.133-.292 0-.62.024-.91.132a2.166 2.166 0 0 0-1.27 1.27c-.11.291-.133.605-.133.91 0 2.595 1.45 2.982 2.313 2.982.864 0 2.313-.387 2.313-2.981Zm-3.567 0c0-.173-.003-.342.052-.504a1.124 1.124 0 0 1 .698-.698c.162-.055.272-.09.504-.09.231 0 .342.035.504.09a1.123 1.123 0 0 1 .697.698c.056.162.053.342.053.504 0 1.922-.945 1.922-1.254 1.922-.309 0-1.254 0-1.254-1.922ZM10.412 13.765a.53.53 0 0 1-.53-.53V2.647A2.65 2.65 0 0 1 12.53 0h8.472a2.648 2.648 0 0 1 2.645 2.645v5.158a2.648 2.648 0 0 1-2.645 2.644h-7.053l-3.163 3.163a.53.53 0 0 1-.374.155ZM12.53 1.059a1.59 1.59 0 0 0-1.589 1.588v9.31l2.414-2.414a.53.53 0 0 1 .374-.155h7.273a1.588 1.588 0 0 0 1.586-1.585V2.645a1.587 1.587 0 0 0-1.586-1.586H12.53Z"}),(0,b.createElement)(y.Path,{d:"M12.706 3.735h8.47M12.706 6.559h8.47"})))},meta:{label:"Testimonial",keywords:["bubble","conversation","head","human","people","person","speach","speak","talk"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"M12 23.52C9.72154 23.52 7.49427 22.8444 5.59982 21.5785C3.70536 20.3127 2.22881 18.5135 1.35689 16.4085C0.484972 14.3035 0.256838 11.9872 0.701339 9.75257C1.14584 7.51791 2.24301 5.46524 3.85412 3.85414C5.46522 2.24304 7.51788 1.14586 9.75254 0.701362C11.9872 0.25686 14.3035 0.484995 16.4085 1.35692C18.5135 2.22884 20.3127 3.70539 21.5785 5.59984C22.8443 7.49429 23.52 9.72157 23.52 12C23.52 15.0553 22.3063 17.9855 20.1459 20.1459C17.9854 22.3063 15.0553 23.52 12 23.52ZM12 2.78401C10.1772 2.78401 8.39541 3.32452 6.87985 4.33718C5.36429 5.34985 4.18305 6.78919 3.48551 8.4732C2.78797 10.1572 2.60547 12.0102 2.96107 13.798C3.31667 15.5857 4.19441 17.2278 5.48329 18.5167C6.77217 19.8056 8.4143 20.6833 10.202 21.0389C11.9898 21.3945 13.8428 21.212 15.5268 20.5145C17.2108 19.8169 18.6501 18.6357 19.6628 17.1201C20.6755 15.6046 21.216 13.8228 21.216 12C21.216 9.55577 20.245 7.21165 18.5167 5.48331C16.7883 3.75498 14.4442 2.78401 12 2.78401V2.78401Z",fill:"currentColor"}),(0,b.createElement)(y.Path,{d:"M12 13.536C11.6945 13.536 11.4015 13.4146 11.1854 13.1986C10.9694 12.9825 10.848 12.6895 10.848 12.384V5.856H13.152V12.384C13.152 12.6895 13.0307 12.9825 12.8146 13.1986C12.5986 13.4146 12.3056 13.536 12 13.536V13.536Z",fill:"currentColor"}),(0,b.createElement)(y.Path,{d:"M21.9357 0.434855L18.8647 3.50585L20.4939 5.13502L23.5649 2.06403L21.9357 0.434855Z",fill:"currentColor"}))},meta:{label:"Timer",keywords:["chrono","hour","start","stop","time","watch"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z",fill:"currentColor"}))},meta:{label:"Radar",keywords:["find","locate","radio","scan","search","signal","sonar","time","tracking"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m10.8187411 12.8292466-2.30909089-2.2818182.02727273-.0272727c1.58181816-1.76363641 2.70909086-3.79090913 3.37272726-5.93636368h2.6636364v-1.81818182h-6.36363639v-1.81818181h-1.81818182v1.81818181h-6.36363636v1.80909091h10.15454547c-.60909092 1.75454546-1.57272729 3.41818182-2.8818182 4.87272728-.84545454-.93636364-1.54545454-1.96363637-2.1-3.04545455h-1.81818181c.66363636 1.48181818 1.57272727 2.88181818 2.7090909 4.14545456l-4.62727272 4.5636363 1.29090909 1.2909091 4.54545454-4.5454545 2.8272727 2.8272727zm5.1181818-4.60909094h-1.8181818l-4.0909091 10.90909094h1.8181818l1.0181819-2.7272728h4.3181818l1.0272727 2.7272728h1.8181818zm-2.3818181 6.36363634 1.4727272-3.9363636 1.4727273 3.9363636z",fill:"currentColor"}))},meta:{label:"Translate",keywords:["alphabet","global","internationalization","language","linguistics","localization","polyglot","speech","world"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m7.34532 7.19644c.03127-.69843.67672-1.20533 1.36267-1.07017l8.89421 1.75261c.6859.13516 1.0908.84904.8547 1.50713l-3.8044 10.60739c-.1909.5322-.7422.8448-1.2968.7355l-5.59369-1.1022c-.55466-.1093-.94606-.6077-.92076-1.1725z",stroke:"currentColor",strokeWidth:"1.4",fill:"none"}),(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m18.7958.00018311-14.7958 6.08966689.76121 1.84948 14.79579-6.08967z"}),(0,b.createElement)(y.Path,{d:"m13.5123 2.17454s-.9464.38951-2.1138.86999c-1.1673.48043-2.11357.86993-2.11357.86993-.48046-1.16736.0764-2.50318 1.24367-2.983611 1.1674-.480475 2.5032.076331 2.9837 1.243691z"}),(0,b.createElement)(y.Path,{d:"m6.5 17 10-4-2.5 7-7-1z"})))},meta:{label:"Trash confirm",keywords:["confirm","delete","garbage","half full","remove"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m6.33693 7.16999c-.02446-.16261-.01354-.3286.03202-.48661.04555-.15801.12466-.30433.23193-.42898.10727-.12464.24018-.22467.38964-.29325.14946-.06859.31196-.10411.47641-.10416h9.06497c.7 0 1.235.622 1.13 1.313l-1.681 11.14301c-.0407.2706-.1771.5176-.3844.6961-.2074.1786-.4719.2768-.7456.2769h-5.70197c-.27363-.0001-.53816-.0983-.74552-.2769-.20736-.1785-.34378-.4255-.38448-.6961z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,b.createElement)(y.Path,{d:"m20 4.99999h-16v2h16zm-5.714 0h-4.572c0-.60629.24085-1.18774.6696-1.61645.4287-.4287 1.0101-.66955 1.6164-.66955s1.1877.24085 1.6164.66955c.4288.42871.6696 1.01016.6696 1.61645z",fill:"currentColor"}))},meta:{label:"Trash",keywords:["delete","empty","garbage","remove"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m20.9644 6.21958c-.6699.29445-1.3852.49504-2.1383.58663.7675-.46249 1.3579-1.19144 1.6372-2.06117-.7198.4201-1.5177.72591-2.3669.89623-.6783-.72592-1.6449-1.18009-2.7183-1.18009-2.0566 0-3.7241 1.66756-3.7241 3.72192 0 .29521.034.57907.0961.85082-3.09594-.1461-5.83988-1.63275-7.67624-3.88013-.32322.54652-.50413 1.1816-.50413 1.87345 0 1.29439.65854 2.43208 1.6562 3.10046-.61085-.0197-1.18538-.18772-1.68648-.46627v.04617c0 1.8053 1.28152 3.3109 2.98692 3.6538-.31262.084-.64265.1294-.981.1294-.23769 0-.46553-.0227-.69337-.0651.47764 1.4784 1.85074 2.5563 3.485 2.5865-1.27168.9985-2.88322 1.5934-4.61891 1.5934-.29521 0-.58966-.0174-.88563-.0507 1.65696 1.0552 3.60913 1.6721 5.72027 1.6721 6.85347 0 10.59657-5.6741 10.59657-10.5867 0-.1582 0-.31792-.0114-.47688.7274-.52154 1.3625-1.18084 1.8621-1.9287z",fill:"currentColor"}))},meta:{label:"Twitter",keywords:["media","share","social"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,b.createElement)(y.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"}))),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,b.createElement)(y.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"})),(0,b.createElement)(y.Rect,null))},meta:{label:"Typography",keywords:["letter","underline","text","typo"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m19.9986483 8.20489366h-7.5333334l3.0444445-3.13333333c-3.0333334-3-7.94444447-3.11111111-10.97777781-.11111111-3.03333333 3.01111111-3.03333333 7.86666668 0 10.87777778 3.03333334 3.0111111 7.94444441 3.0111111 10.97777781 0 1.5111111-1.4888889 2.2666666-3.2333333 2.2666666-5.4333333h2.2222223c0 2.2-.9777778 5.0555555-2.9333334 6.9888889-3.9 3.8666666-10.23333331 3.8666666-14.13333331 0-3.88888889-3.8555556-3.92222222-10.12222227-.02222222-13.97777783 3.9-3.85555555 10.15555553-3.85555555 14.05555553 0l3.0333334-3.12222222zm-9.4444445-2.35555555v4.72222219l3.8888889 2.3111111-.8 1.3444445-4.75555555-2.8222222v-5.55555559z",transform:"translate(0 -.293783)",fill:"currentColor"}))},meta:{label:"Update",keywords:["arrow","backup","circle","clock","future","history","hour","schedule","time machine"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11V11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z",fill:"currentColor"}))},meta:{label:"Shield Check",keywords:["armor","guard","protect","safe","security","verified"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m16 2 2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-14z",fill:"currentColor"}),(0,b.createElement)(y.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"}))},meta:{label:"Video",keywords:["creative","director","media","producer","film"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-1.5996426-.92046471-3.6371761-.99195711-5.3619303 0-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-1.7158177-.9919571-3.75335121-.9204647-5.3619303 0 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697 1.59964254.9204647 3.63717605.9919571 5.3619303 0 .25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737 1.7158177.9919571 3.7533512.9204647 5.3619303 0-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-5.9874888 3.2171582c-1.97497766 0-3.5746202-1.5996425-3.5746202-3.5746202 0-1.97497766 1.59964254-3.5746202 3.5746202-3.5746202 1.9749777 0 3.5746202 1.59964254 3.5746202 3.5746202 0 1.9749777-1.5996425 3.5746202-3.5746202 3.5746202z",transform:"translate(1)",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-.8132261-.46470063-1.7426274-.71492404-2.6899017-.71492404-.9115282 0-1.8319929.23235031-2.6720286.71492404-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-.84003575-.48257372-1.76050045-.71492403-2.6720286-.71492403-.9383378 0-1.8766756.25022341-2.6899017.71492403 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697.8132261.4647006 1.74262735.714924 2.6899017.714924.91152815 0 1.83199285-.2323503 2.6720286-.714924.25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737.8400357.4825738 1.7605004.7149241 2.6720286.7149241.9383378 0 1.8766756-.2502234 2.6899017-.7149241-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-2.2698838-3.46738157c.1876676-.15192136.3395889-.25915997.4825737-.33065237.5451296-.31277927 1.1617516-.48257373 1.7873101-.48257373.2412869 0 .4736372.02680966.7059875.07149241-.277033.81322609-.8400357 1.51027703-1.590706 1.94816801-.1519213.0893655-.3217158.1608579-.5183199.24128686l-1.233244.46470062c-.1519213-.41108132-.3663985-.77747989-.6434316-1.10813226zm-3.717605-4.6023235c.56300268.64343163.89365505 1.48346738.89365505 2.35031278 0 .16979445-.0178731.36639857-.04468275.56300268l-.20554066 1.28686327c-.21447722-.03574621-.42895443-.06255586-.64343164-.06255586s-.42895442.02680965-.63449508.06255586l-.20554067-1.28686327c-.0357462-.19660411-.0536193-.39320823-.0536193-.56300268 0-.87578195.33065237-1.70688115.89365505-2.35031278zm-6.69347632 3.85165326c.23235031-.05361931.47363718-.07149241.71492404-.07149241.61662199 0 1.23324397.16085791 1.77837355.48257373.13404826.08042895.28596961.17873101.43789097.31277927l1.02770331.85790884c-.26809652.32171582-.47363718.67917784-.62555853 1.07238606l-1.23324397-.46470062c-.18766756-.08042896-.35746202-.16085791-.50044683-.24128687-.77747989-.44682752-1.33154602-1.13494191-1.59964254-1.948168zm2.97587132 6.96157281c-.18766756.1519214-.33958892.25916-.48257373.3306524-.54512958.3127793-1.16175156.4825737-1.7873101.4825737-.24128686 0-.47363718-.0268096-.70598749-.0714924.27703307-.8132261.84003575-1.510277 1.59070599-1.948168.15192136-.0893655.32171582-.1608579.51831993-.2412869l1.23324397-.4647006c.1429848.4110813.36639857.7864165.64343163 1.1081323zm3.717605 4.6112601c-.56300268-.6434317-.89365505-1.4834674-.89365505-2.3503128 0-.178731.0178731-.3663986.0536193-.5808758l.19660411-1.2689902c.20554067.0357462.42001788.0625559.64343164.0625559.21447721 0 .42895442-.0268097.63449508-.0625559l.20554067 1.2868633c.0357462.1966041.0536193.3932082.0536193.5630027 0 .8757819-.33065237 1.7068811-.89365505 2.3503128zm5.9785523-3.7890974c-.616622 0-1.233244-.1608579-1.7783736-.4825738-.1608579-.0893655-.3038427-.1966041-.4378909-.3038427l-1.0277033-.8579088c.2680965-.3217158.4825737-.6791779.6255585-1.0813226l1.233244.4647006c.1966041.0714924.3663985.1519213.5093833.2323503.7596068.437891 1.313673 1.1349419 1.590706 1.948168-.2412868.0625559-.4825737.080429-.714924.080429z",transform:"translate(1)",fill:"currentColor"}))},meta:{label:"Vintage Filter",keywords:["artist","camera","creative","flower","photography"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m0 6.66666667v6.66666663h4.44444444l5.55555556 5.5555556v-17.77777779l-5.55555556 5.55555556zm15 3.33333333c0-1.96666667-1.1333333-3.65555556-2.7777778-4.47777778v8.94444448c1.6444445-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444444v2.28888888c3.2111111.95555556 5.5555556 3.93333334 5.5555556 7.45555556 0 3.5222222-2.3444445 6.5-5.5555556 7.4555556v2.2888888c4.4555556-1.0111111 7.7777778-4.9888888 7.7777778-9.7444444 0-4.75555556-3.3222222-8.73333333-7.7777778-9.74444444z",fill:"currentColor"})),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"1 0.05 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m.99267578 6.72328559v6.66666671h4.44444445l5.55555557 5.5555555v-17.77777777l-5.55555557 5.55555556zm7.77777778-.18888889v7.0444444l-2.41111111-2.4111111h-3.14444445v-2.22222219h3.14444445zm7.22222224 3.5222222c0-1.96666664-1.1333334-3.65555553-2.7777778-4.47777775v8.94444445c1.6444444-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444442v2.28888889c3.2111111.95555555 5.5555556 3.93333333 5.5555556 7.45555553s-2.3444445 6.5-5.5555556 7.4555556v2.2888889c4.4555556-1.0111111 7.7777778-4.9888889 7.7777778-9.7444445 0-4.75555553-3.3222222-8.73333331-7.7777778-9.74444442z",fill:"currentColor"}))},meta:{label:"Volume",keywords:["audio","media","music","song","sound"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.G,{fill:"currentColor"},(0,b.createElement)(y.Path,{d:"m16.6666667 10c0-2.11666667-.9916667-4.00833333-2.5333334-5.225l-.8-4.775h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225zm-11.6666667 0c0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5-2.75833333 0-5-2.2416667-5-5z"}),(0,b.createElement)(y.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z"}))),outlined:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z",fill:"currentColor"}))},meta:{label:"Watch",keywords:["clock","device","hour","time","wrist"]}}).styles.default,{styles:{default:(0,b.createElement)(y.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"m15 16.6594678c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-5.604419c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-10.2550488c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zm-2.95 4.65062988c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z",fill:"currentColor"}))},meta:{label:"Waves",keywords:["fun","ocean","outdoors","sea","summer","surf","water"]}}).styles.default,l(4184)),A=l.n(T),H=l(4721),j=l.n(H);const F={};F.wavy=(0,b.createElement)("svg",{className:"divider--wavy",height:"100%",viewBox:"0 0 100 10",width:"100%",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,b.createElement)("path",{d:"m42.19.65c2.26-.25 5.15.04 7.55.53 2.36.49 7.09 2.35 10.05 3.57 7.58 3.22 13.37 4.45 19.26 4.97 2.36.21 4.87.35 10.34-.25s10.62-2.56 10.62-2.56v-6.91h-100.01v3.03s7.2 3.26 15.84 3.05c3.92-.07 9.28-.67 13.4-2.24 2.12-.81 5.22-1.82 7.97-2.42 2.72-.63 3.95-.67 4.98-.77z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 10)"})),F.waves=(0,b.createElement)("svg",{className:"divider--waves",fill:"",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 300",preserveAspectRatio:"none"},(0,b.createElement)("path",{d:"M 1000 299 l 2 -279 c -155 -36 -310 135 -415 164 c -102.64 28.35 -149 -32 -232 -31 c -80 1 -142 53 -229 80 c -65.54 20.34 -101 15 -126 11.61 v 54.39 z"}),(0,b.createElement)("path",{d:"M 1000 286 l 2 -252 c -157 -43 -302 144 -405 178 c -101.11 33.38 -159 -47 -242 -46 c -80 1 -145.09 54.07 -229 87 c -65.21 25.59 -104.07 16.72 -126 10.61 v 22.39 z"}),(0,b.createElement)("path",{d:"M 1000 300 l 1 -230.29 c -217 -12.71 -300.47 129.15 -404 156.29 c -103 27 -174 -30 -257 -29 c -80 1 -130.09 37.07 -214 70 c -61.23 24 -108 15.61 -126 10.61 v 22.39 z"})),F.sloped=(0,b.createElement)("svg",{className:"divider--sloped","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",width:"100%",height:"100%",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,b.createElement)("path",{d:"M0 100 C 20 0 50 0 100 100 Z"})),F.rounded=(0,b.createElement)("svg",{className:"divider--rounded",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"100%",height:"100%",viewBox:"0 0 240 24",enableBackground:"new 0 0 240 24",preserveAspectRatio:"none"},(0,b.createElement)("path",{d:"M119.849,0C47.861,0,0,24,0,24h240C240,24,191.855,0.021,119.849,0z"})),F.angled=(0,b.createElement)("svg",{className:"divider--angled","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,b.createElement)("polygon",{points:"0,100 100,0 100,100"})),F.triangle=(0,b.createElement)("svg",{className:"divider--triangle",height:"100%",viewBox:"0 0 100 100",width:"100%",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,b.createElement)("path",{d:"m0 0 50 100 50-100z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 100)"})),F.pointed=(0,b.createElement)("svg",{className:"divider--pointed",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},(0,b.createElement)("path",{d:"M737.9,94.7L0,0v100h1000V0L737.9,94.7z"})),F.hills=(0,b.createElement)("svg",{className:"divider--hills",height:"100%",viewBox:"0 0 1920 105",width:"100%",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,b.createElement)("g",{fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 105)"},(0,b.createElement)("path",{d:"m1920 14.8827052c-116.23325 0-224.05162 88.3906828-395.09265 88.3906828-160.92196 0-254.53172-83.4344997-444.90735-83.4344997-154.297581 0-240.095847 39.6344097-367.66819 39.6344097-154.121863 0-198.902329-36.1223133-349.458242-36.1223133-144.878137 0-241.175717 80.8685493-362.873568 80.8685493 0-34.0793243 0-68.1494291 0-102.219534h1920z"}),(0,b.createElement)("path",{d:"m1920 14.6612844c-116.11434 0-223.9659 88.8291396-395.06196 88.8291396-160.92415 0-254.54487-83.7874573-444.93804-83.7874573-154.317311 0-240.088941 39.8974838-367.565152 39.8974838-154.034172 0-198.792715-36.4840402-349.164477-36.4840402-144.965828 0-241.283139 81.1250467-363.270371 81.1250467 0-34.7474052 0-69.4948104 0-104.241457h1920z"})));var O=F,I=l(5609);const W={};W.wavy=(0,b.createElement)(I.SVG,{className:"divider--wavy",viewBox:"0 0 100 10",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,b.createElement)(I.Path,{d:"m42.19.65c2.26-.25 5.15.04 7.55.53 2.36.49 7.09 2.35 10.05 3.57 7.58 3.22 13.37 4.45 19.26 4.97 2.36.21 4.87.35 10.34-.25s10.62-2.56 10.62-2.56v-6.91h-100.01v3.03s7.2 3.26 15.84 3.05c3.92-.07 9.28-.67 13.4-2.24 2.12-.81 5.22-1.82 7.97-2.42 2.72-.63 3.95-.67 4.98-.77z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 10)"})),W.waves=(0,b.createElement)(I.SVG,{className:"divider--waves",fill:"",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 300",preserveAspectRatio:"none"},(0,b.createElement)(I.Path,{d:"M 1000 299 l 2 -279 c -155 -36 -310 135 -415 164 c -102.64 28.35 -149 -32 -232 -31 c -80 1 -142 53 -229 80 c -65.54 20.34 -101 15 -126 11.61 v 54.39 z"}),(0,b.createElement)(I.Path,{d:"M 1000 286 l 2 -252 c -157 -43 -302 144 -405 178 c -101.11 33.38 -159 -47 -242 -46 c -80 1 -145.09 54.07 -229 87 c -65.21 25.59 -104.07 16.72 -126 10.61 v 22.39 z"}),(0,b.createElement)(I.Path,{d:"M 1000 300 l 1 -230.29 c -217 -12.71 -300.47 129.15 -404 156.29 c -103 27 -174 -30 -257 -29 c -80 1 -130.09 37.07 -214 70 c -61.23 24 -108 15.61 -126 10.61 v 22.39 z"})),W.sloped=(0,b.createElement)(I.SVG,{className:"divider--sloped","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,b.createElement)(I.Path,{d:"M0 100 C 20 0 50 0 100 100 Z"})),W.rounded=(0,b.createElement)(I.SVG,{className:"divider--rounded",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 240 24",enableBackground:"new 0 0 240 24",preserveAspectRatio:"none"},(0,b.createElement)(I.Path,{d:"M119.849,0C47.861,0,0,24,0,24h240C240,24,191.855,0.021,119.849,0z"})),W.angled=(0,b.createElement)(I.SVG,{className:"divider--angled","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,b.createElement)("polygon",{points:"0,100 100,0 100,100"})),W.triangle=(0,b.createElement)(I.SVG,{className:"divider--triangle",viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,b.createElement)(I.Path,{d:"m0 0 50 100 50-100z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 100)"})),W.pointed=(0,b.createElement)(I.SVG,{className:"divider--pointed",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},(0,b.createElement)(I.Path,{d:"M737.9,94.7L0,0v100h1000V0L737.9,94.7z"})),W.hills=(0,b.createElement)(I.SVG,{className:"divider--hills",viewBox:"0 0 1920 105",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,b.createElement)(I.G,{fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 105)"},(0,b.createElement)(I.Path,{d:"m1920 14.8827052c-116.23325 0-224.05162 88.3906828-395.09265 88.3906828-160.92196 0-254.53172-83.4344997-444.90735-83.4344997-154.297581 0-240.095847 39.6344097-367.66819 39.6344097-154.121863 0-198.902329-36.1223133-349.458242-36.1223133-144.878137 0-241.175717 80.8685493-362.873568 80.8685493 0-34.0793243 0-68.1494291 0-102.219534h1920z"}),(0,b.createElement)(I.Path,{d:"m1920 14.6612844c-116.11434 0-223.9659 88.8291396-395.06196 88.8291396-160.92415 0-254.54487-83.7874573-444.93804-83.7874573-154.317311 0-240.088941 39.8974838-367.565152 39.8974838-154.034172 0-198.792715-36.4840402-349.164477-36.4840402-144.965828 0-241.283139 81.1250467-363.270371 81.1250467 0-34.7474052 0-69.4948104 0-104.241457h1920z"})));var $=W;function D(e){const t=j()(e,"is-style-angled"),l=j()(e,"is-style-hills"),o=j()(e,"is-style-pointed"),r=j()(e,"is-style-rounded"),n=j()(e,"is-style-sloped"),a=j()(e,"is-style-triangle"),c=j()(e,"is-style-waves");let s=$.wavy;return t?s=$.angled:n?s=$.sloped:a?s=$.triangle:r?s=$.rounded:c?s=$.waves:o?s=$.pointed:l&&(s=$.hills),s}var Z=JSON.parse('{"name":"coblocks/shape-divider","category":"layout","attributes":{"shapeHeight":{"type":"string","default":"100px"},"backgroundHeight":{"type":"string","default":"50px"},"verticalFlip":{"type":"boolean","default":false},"horizontalFlip":{"type":"boolean","default":false},"color":{"type":"string"},"customColor":{"type":"string","default":"#111"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"noBottomMargin":{"type":"boolean","default":true},"noTopMargin":{"type":"boolean","default":true}}}'),q=l(2175);const U=e=>{const{attributes:t}=e,l=(0,q.getColorClassName)("color",t.color),o=(0,q.getColorClassName)("background-color",t.backgroundColor);let r=A()(e.className,{"is-vertically-flipped":t.verticalFlip,"is-horizontally-flipped":t.horizontalFlip,[l]:l,[o]:o});t.coblocks&&void 0!==t.coblocks.id&&(r=A()(r,`coblocks-shape-divider-${t.coblocks.id}`));const n={backgroundColor:o?void 0:t.customBackgroundColor,color:l?void 0:t.customColor};return(0,b.createElement)("div",{className:r,style:n,"aria-hidden":"true"},(0,b.createElement)("div",{className:"wp-block-coblocks-shape-divider__svg-wrapper",style:{minHeight:t.shapeHeight}},(e=>{const t=j()(e,"is-style-angled"),l=j()(e,"is-style-hills"),o=j()(e,"is-style-pointed"),r=j()(e,"is-style-rounded"),n=j()(e,"is-style-sloped"),a=j()(e,"is-style-triangle"),c=j()(e,"is-style-waves");let s=O.wavy;return t?s=O.angled:n?s=O.sloped:a?s=O.triangle:r?s=O.rounded:c?s=O.waves:o?s=O.pointed:l&&(s=O.hills),s})(t.className)),(0,b.createElement)("div",{className:"wp-block-coblocks-shape-divider__alt-wrapper",style:{minHeight:t.backgroundHeight}}))},J=[{attributes:{...Z.attributes,shapeHeight:{type:"number",default:100},backgroundHeight:{type:"number",default:50}},save(e){const{attributes:t}=e,l=(0,q.getColorClassName)("color",t.color),o=(0,q.getColorClassName)("background-color",t.backgroundColor),r=A()(e.className,{"is-vertically-flipped":t.verticalFlip,"is-horizontally-flipped":t.horizontalFlip,[l]:l,[o]:o}),n={backgroundColor:o?void 0:t.customBackgroundColor,color:l?void 0:t.customColor};return(0,b.createElement)("div",{className:r,style:n,"aria-hidden":"true"},(0,b.createElement)("div",{className:"wp-block-coblocks-shape-divider__svg-wrapper",style:{height:t.shapeHeight}},D(t.className)),(0,b.createElement)("div",{className:"wp-block-coblocks-shape-divider__alt-wrapper",style:{height:t.backgroundHeight}}))}},{attributes:{...Z.attributes,shapeHeight:{type:"number",default:100},backgroundHeight:{type:"number",default:50}},save:U},{attributes:{...Z.attributes,coblocks:{type:"object"},align:{type:"string",default:"full"},height:{type:"number",default:100},heightTablet:{type:"number"},heightMobile:{type:"number"},shapeHeight:{type:"number",default:100},shapeHeightTablet:{type:"number"},backgroundHeight:{type:"number",default:50},backgroundHeightTablet:{type:"number"},backgroundHeightMobile:{type:"number"},syncHeight:{type:"boolean",default:!0},syncHeightAlt:{type:"boolean",default:!0},justAdded:{type:"boolean",default:!0}},migrate:e=>({...e,shapeHeight:parseInt(e.shapeHeight)+"px",backgroundHeight:parseInt(e.backgroundHeight)+"px"}),save:e=>{let{attributes:t,className:l}=e;const{backgroundColor:o,backgroundHeight:r,coblocks:n,color:a,customBackgroundColor:c,customColor:s,horizontalFlip:i,shapeHeight:m,verticalFlip:u}=t,d=(0,q.getColorClassName)("color",a),h=(0,q.getColorClassName)("background-color",o);let v=A()(l,{"is-vertically-flipped":u,"is-horizontally-flipped":i,[d]:d,[h]:h});n&&void 0!==n.id&&(v=A()(v,`coblocks-shape-divider-${n.id}`));const f={backgroundColor:h?void 0:c,color:d?void 0:s};return(0,b.createElement)("div",{className:v,style:f,"aria-hidden":"true"},(0,b.createElement)("div",{className:"wp-block-coblocks-shape-divider__svg-wrapper",style:{minHeight:m}},D(t.className)),(0,b.createElement)("div",{className:"wp-block-coblocks-shape-divider__alt-wrapper",style:{minHeight:r}}))}}];["noTopMargin","noBottomMargin"].forEach((e=>{J.push({attributes:{...Z.attributes,shapeHeight:{type:"number",default:100},backgroundHeight:{type:"number",default:50},[e]:{type:"boolean",default:!1}},save:U})}));var K=J,Y=l(5736),Q=e=>{const{attributes:t,setAttributes:l}=e,{horizontalFlip:o,verticalFlip:r}=t,n=[{icon:(0,b.createElement)(I.Icon,{icon:V}),isActive:!!o,onClick:()=>l({horizontalFlip:!o}),title:(0,Y.__)("Flip horiztonally","coblocks")},{icon:(0,b.createElement)(I.Icon,{icon:G}),isActive:!!r,onClick:()=>l({verticalFlip:!r}),title:(0,Y.__)("Flip vertically","coblocks")}];return(0,b.createElement)(b.Fragment,null,(0,b.createElement)(q.BlockControls,null,(0,b.createElement)(I.ToolbarGroup,{controls:n})))};function X(){return X=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var o in l)Object.prototype.hasOwnProperty.call(l,o)&&(e[o]=l[o])}return e},X.apply(this,arguments)}var ee=(0,q.withColors)("backgroundColor",{color:"color"}),te=l(4333),le=(0,te.compose)([ee])((e=>{const{attributes:t,setAttributes:l,setColor:o,color:r,backgroundColor:n,setBackgroundColor:a}=e,{shapeHeight:c,backgroundHeight:s}=t,i={labelPosition:"edge",units:[{value:"px",label:"px",default:20},{value:"vh",label:"vh",default:20},{value:"vw",label:"vw",default:20}],min:0,__unstableInputWidth:"80px"};return(0,b.createElement)(q.InspectorControls,null,(0,b.createElement)(I.PanelBody,{title:(0,Y.__)("Divider settings","coblocks")},(0,b.createElement)(I.PanelRow,null,(0,b.createElement)(I.__experimentalUnitControl,X({},i,{label:(0,Y.__)("Shape height","coblocks"),onChange:e=>l({shapeHeight:e}),value:c}))),(0,b.createElement)(I.PanelRow,null,(0,b.createElement)(I.__experimentalUnitControl,X({},i,{label:(0,Y.__)("Background height","coblocks"),onChange:e=>l({backgroundHeight:e}),value:s})))),(0,b.createElement)(q.PanelColorSettings,{title:(0,Y.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:r.color,onChange:o,label:(0,Y.__)("Shape color","coblocks")},{value:n.color,onChange:a,label:(0,Y.__)("Background color","coblocks")}]}))})),oe=(0,te.compose)([ee])((e=>{const{attributes:t,className:l,isSelected:o,setAttributes:r,backgroundColor:n,color:a,toggleSelection:c}=e,{shapeHeight:s,backgroundHeight:i,verticalFlip:m,horizontalFlip:u}=t;return(0,b.useEffect)((()=>{const e=(t.className||"").split(" ");e.includes("alignfull")&&r({align:"full",className:e.filter((e=>"alignfull"!==e)).join(" ")}),e.includes("alignwide")&&r({align:"wide",className:e.filter((e=>"alignwide"!==e)).join(" ")})}),[]),(0,b.createElement)(b.Fragment,null,o&&(0,b.createElement)(b.Fragment,null,(0,b.createElement)(le,e),(0,b.createElement)(Q,e)),(0,b.createElement)("div",{className:A()(l,{"is-vertically-flipped":m,"is-horizontally-flipped":u}),style:{backgroundColor:n.color,color:a.color}},(0,b.createElement)(I.ResizableBox,{className:A()("wp-block-coblocks-shape-divider__svg-wrapper",{"is-selected":o}),size:{height:s},minWidth:"100%",enable:{bottom:!0},onResizeStop:(e,t,l)=>{r({shapeHeight:parseInt(l.offsetHeight,10)+"px"}),c(!0)},onResizeStart:()=>c(!1),showHandle:o},D(l)),(0,b.createElement)(I.ResizableBox,{className:A()("wp-block-coblocks-shape-divider__alt-wrapper",{"is-selected":o}),size:{height:i},minWidth:"100%",enable:{bottom:!0},onResizeStop:(e,t,l)=>{r({backgroundHeight:parseInt(l.offsetHeight,10)+"px"}),c(!0)},onResizeStart:()=>c(!1),showHandle:o})))})),re={from:[{type:"prefix",prefix:":divider",transform:()=>(0,h.createBlock)(Z.name)},{type:"block",blocks:["core/spacer"],transform:e=>{let{height:t}=e;return(0,h.createBlock)(Z.name,{shapeHeight:t})}},{type:"block",blocks:["coblocks/dynamic-separator"],transform:e=>{let{height:t}=e;return(0,h.createBlock)(Z.name,{shapeHeight:t})}},{type:"block",blocks:["core/separator"],transform:()=>(0,h.createBlock)(Z.name)}]};const{name:ne,category:ae,attributes:ce}=Z,se={
2
  /* translators: block name */
3
- title:(0,Y.__)("Shape Divider","coblocks"),
4
  /* translators: block description */
5
- description:(0,Y.__)("Add a shape divider to visually distinquish page sections.","coblocks"),icon:(0,b.createElement)(I.Icon,{icon:L}),keywords:["coblocks","hr","svg",
6
  /* translators: block keyword */
7
- (0,Y.__)("separator","coblocks")],supports:{align:["wide","full"],coBlocksSpacing:!0},styles:[{name:"wavy",
8
  /* translators: block style */
9
- label:(0,Y.__)("Wavy","coblocks"),isDefault:!0},{name:"hills",
10
  /* translators: block style */
11
- label:(0,Y.__)("Hills","coblocks")},{name:"waves",
12
  /* translators: block style */
13
- label:(0,Y.__)("Waves","coblocks")},{name:"angled",
14
  /* translators: block style */
15
- label:(0,Y.__)("Angled","coblocks")},{name:"sloped",
16
  /* translators: block style */
17
- label:(0,Y.__)("Sloped","coblocks")},{name:"rounded",
18
  /* translators: block style */
19
- label:(0,Y.__)("Rounded","coblocks")},{name:"triangle",
20
  /* translators: block style */
21
- label:(0,Y.__)("Triangle","coblocks")},{name:"pointed",
22
  /* translators: block style */
23
- label:(0,Y.__)("Pointed","coblocks")}],attributes:ce,transforms:re,edit:oe,example:{attributes:{}},save:()=>null,deprecated:K};var ie=l(2819),me=l.n(ie),ue=JSON.parse('{"name":"coblocks/social","category":"widgets","attributes":{"align":{"type":"string","enum":["wide","full"]},"className":{"type":"string"},"hasColors":{"type":"boolean","default":true},"borderRadius":{"type":"number","default":40},"size":{"type":"string","default":"med"},"iconSize":{"type":"number","default":22},"padding":{"type":"number","default":16},"textAlign":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"blockBackgroundColor":{"type":"string"},"customBlockBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"twitter":{"type":"boolean","default":true},"facebook":{"type":"boolean","default":true},"pinterest":{"type":"boolean","default":true},"linkedin":{"type":"boolean","default":false},"tumblr":{"type":"boolean","default":false},"reddit":{"type":"boolean","default":false},"email":{"type":"boolean","default":false},"google":{"type":"boolean","default":false}}}'),de=window.wp.data;const he={to:[{type:"block",blocks:["core/social-links"],transform:e=>{var t,l,o;const{link:r="",title:n=""}=(null===(t=(0,de.select)("core/editor"))||void 0===t?void 0:t.getCurrentPost())||{},{colors:a}=(null===(l=(0,de.select)("core/block-editor"))||void 0===l?void 0:l.getSettings())||{},c=[];[{label:(0,Y.__)("Share on Facebook","coblocks"),slug:"facebook",url:"https://facebook.com/sharer/sharer.php?u=%s&title=%s"},{label:(0,Y.__)("Share on Twitter","coblocks"),slug:"twitter",url:"https://twitter.com/share?url=%s&link=%s"},{label:(0,Y.__)("Share on Pinterest","coblocks"),slug:"pinterest",url:"https://pinterest.com/pin/create/button/?url=%s&description=%s"},{label:(0,Y.__)("Share on LinkedIn","coblocks"),slug:"linkedin",url:"https://linkedin.com/shareArticle?url=%s&title=%s"},{label:(0,Y.__)("Share via Email","coblocks"),slug:"email",url:"mailto:?body=%s&subject=%s"},{label:(0,Y.__)("Share on Tumblr","coblocks"),slug:"tumblr",url:"https://tumblr.com/share/link?url=%s&name=%s"},{label:(0,Y.__)("Share on Reddit","coblocks"),slug:"reddit",url:"https://reddit.com/submit?url=%s&title=%s"}].forEach((t=>{let{slug:l,label:o,url:a}=t;e[l]&&c.push((0,h.createBlock)("core/social-link",{label:o,service:l,url:(0,Y.sprintf)(a,encodeURIComponent(r),encodeURIComponent(n))}))}));const s=(0,ie.find)(a,{slug:e.textColor});s&&(e.customTextColor=s.color);const i=(0,ie.find)(a,{slug:e.backgroundColor});return i&&(e.customBackgroundColor=i.color),e.className&&[{new:"is-style-logos-only",old:"is-style-mask"},{new:"is-style-pill-shape",old:"is-style-icon"},{new:"is-style-default",old:"is-style-text"},{new:"is-style-pill-shape",old:"is-style-icon-and-text"},{new:"is-style-default",old:"is-style-circular"}].forEach((t=>{e.className=e.className.replace(t.old,t.new)})),(0,h.createBlock)("core/social-links",{align:e.textAlign,className:e.className,customIconBackgroundColor:e.customBackgroundColor,customIconColor:e.customTextColor,iconBackgroundColor:e.backgroundColor,iconBackgroundColorValue:e.customBackgroundColor,iconColor:e.textColor,iconColorValue:e.customTextColor,openInNewTab:!0,size:null!==(o={lrg:"has-large-icon-size",med:"has-normal-icon-size",sml:"has-small-icon-size"}[e.size])&&void 0!==o?o:"normal"},c)}}]};var ve=he;const{name:fe,category:pe}=ue,ge={
24
  /* translators: block name */
25
- title:(0,Y.__)("Share","coblocks"),
26
  /* translators: block description */
27
- description:(0,Y.__)("Add social sharing links to help you get likes and shares.","coblocks"),parent:[],styles:[{
28
  /* translators: block style */
29
- label:(0,Y.__)("Mask","coblocks"),name:"mask"},{isDefault:!0,
30
  /* translators: block style */
31
- label:(0,Y.__)("Icon","coblocks"),name:"icon"},{
32
  /* translators: block style */
33
- label:(0,Y.__)("Text","coblocks"),name:"text"},{
34
  /* translators: block style */
35
- label:(0,Y.__)("Icon & Text","coblocks"),name:"icon-and-text"},{
36
  /* translators: block style */
37
- label:(0,Y.__)("Circular","coblocks"),name:"circular"}],supports:{align:["wide","full"],coBlocksSpacing:!0},transforms:ve,edit:e=>{var t;const{replaceBlocks:l}=(0,de.dispatch)("core/block-editor"),{colors:o}=(null===(t=(0,de.select)("core/block-editor"))||void 0===t?void 0:t.getSettings())||{};let r=(0,h.switchToBlockType)(e,"core/social-links");const n={backgroundColor:e.attributes.blockBackgroundColor,style:{color:{background:e.attributes.customBlockBackgroundColor}}};if(n.backgroundColor||n.style.color.background){const e=(0,ie.find)(o,{slug:n.background});e&&(n.style.color.background=e.color),r=(0,h.createBlock)("core/group",n,r)}return l([e.clientId],r),null},save:()=>null};var we=(0,b.createElement)(y.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,b.createElement)(y.Path,{d:"M6.734 16.106l2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.157 1.093-1.027-2.176-2.38h2.811c1.125 0 2.25.03 3.374 0 1.428-.001 3.362-.25 4.963-1.277 1.66-1.065 2.868-2.906 2.868-5.859 0-2.479-1.327-4.896-3.65-5.93-1.82-.813-3.044-.8-4.806-.788l-.567.002v1.5c.184 0 .368 0 .553-.002 1.82-.007 2.704-.014 4.21.657 1.854.827 2.76 2.657 2.76 4.561 0 2.472-.973 3.824-2.178 4.596-1.258.807-2.864 1.04-4.163 1.04h-.02c-1.115.03-2.229 0-3.344 0H6.734z"})),be=l(8089),ye=e=>{let{attributes:t,setAttributes:l}=e;const{textAlign:o}=t;return(0,b.createElement)(b.Fragment,null,(0,b.createElement)(q.BlockControls,null,(0,b.createElement)(q.AlignmentToolbar,{value:o,onChange:e=>l({textAlign:e})})))};function ke(){return(0,b.createElement)(I.PanelBody,{initialOpen:!1,title:(0,b.createElement)("span",{className:"coblocks-ellipsis-loading"},(0,Y.__)("Loading Inspector","coblocks"))},(0,b.createElement)(I.Spinner,null))}function Ee(e){let{children:t}=e;return(0,b.createElement)(q.InspectorControls,null,(0,b.createElement)(b.Suspense,{fallback:(0,b.createElement)(ke,null)},t))}const xe=(0,b.lazy)((()=>l.e(202).then(l.bind(l,6202))));var ze=(0,te.compose)([be.Z])((e=>{const{attributes:{borderRadius:t,customBlockBackgroundColor:l,facebook:o,hasColors:r,houzz:n,iconSize:a,instagram:c,linkedin:s,padding:i,pinterest:m,size:u,textAlign:d,tiktok:h,twitter:v,yelp:f,youtube:p,align:g},className:w,isSelected:y,backgroundColor:k,blockBackgroundColor:E,textColor:x,setAttributes:z}=e,[C,_]=(0,b.useState)(""),P=(0,te.usePrevious)(y),S=(0,te.usePrevious)(g);(0,b.useEffect)((()=>{!y&&P&&C&&_(""),S!==g&&["wide","full"].includes(g)&&void 0===d&&z({textAlign:"center"})}),[y,P,S,g,d,C]);const B=j()(w,"is-style-mask"),V=j()(w,"is-style-circular"),G=A()(w,"wp-block-coblocks-social",{[`has-button-size-${u}`]:u,"has-colors":r,"has-background":E.color||l}),M=A()("wp-block-button__link","wp-block-coblocks-social__button",{"has-background":r||k.color,"has-text-color":r||x.color,"has-padding":i,[x.class]:x.class}),N={borderRadius:t&&t+"px",backgroundColor:!r&&!B&&k.color,color:!r&&(e=>e?k.color?k.color:"black":x.color)(B),padding:V&&i+"px"},L={height:(B||V)&&a+"px",width:(B||V)&&a+"px"},R=[{slug:"facebook",name:(0,Y.__)("Facebook","coblocks"),placeholder:(0,Y.__)("https://facebook.com/","coblocks"),ariaLabel:(0,Y.__)("Add Facebook profile","coblocks")},{slug:"twitter",name:(0,Y.__)("Twitter","coblocks"),placeholder:(0,Y.__)("https://twitter.com/","coblocks"),ariaLabel:(0,Y.__)("Add Twitter profile","coblocks")},{slug:"instagram",name:(0,Y.__)("Instagram","coblocks"),placeholder:(0,Y.__)("https://instagram.com","coblocks"),ariaLabel:(0,Y.__)("Add Instagram profile","coblocks")},{slug:"tiktok",name:(0,Y.__)("TikTok","coblocks"),placeholder:(0,Y.__)("https://tiktok.com","coblocks"),ariaLabel:(0,Y.__)("Add TikTok profile","coblocks")},{slug:"pinterest",name:(0,Y.__)("Pinterest","coblocks"),placeholder:(0,Y.__)("https://pinterest.com","coblocks"),ariaLabel:(0,Y.__)("Add Pinterest profile","coblocks")},{slug:"linkedin",name:(0,Y.__)("LinkedIn","coblocks"),placeholder:(0,Y.__)("https://linkedin.com","coblocks"),ariaLabel:(0,Y.__)("Add LinkedIn profile","coblocks")},{slug:"youtube",name:(0,Y.__)("YouTube","coblocks"),placeholder:(0,Y.__)("https://youtube.com","coblocks"),ariaLabel:(0,Y.__)("Add YouTube profile","coblocks")},{slug:"yelp",name:(0,Y.__)("Yelp","coblocks"),placeholder:(0,Y.__)("https://yelp.com","coblocks"),ariaLabel:(0,Y.__)("Add Yelp profile","coblocks")},{slug:"houzz",name:(0,Y.__)("Houzz","coblocks"),placeholder:(0,Y.__)("https://houzz.com","coblocks"),ariaLabel:(0,Y.__)("Add Houzz profile","coblocks")}],T=!(o||v||c||h||m||s||p||f||n);return(0,b.createElement)(b.Fragment,null,y&&(0,b.createElement)(b.Fragment,null,(0,b.createElement)(ye,e),(0,b.createElement)(Ee,null,(0,b.createElement)(xe,e))),(0,b.createElement)("div",{className:G,style:{textAlign:d,backgroundColor:E.color||""}},(0,b.createElement)("ul",null,R.map((t=>(T||e.attributes[t.slug]||y)&&(0,b.createElement)("li",{key:`social-profile-item-${t.slug}`},(0,b.createElement)("button",{"aria-expanded":C===t.slug,"aria-label":t.ariaLabel,className:A()(M,`wp-block-coblocks-social__button--${t.slug}`,{"is-empty":!e.attributes[t.slug],"is-selected":C===t.slug}),style:N,onClick:()=>_(t.slug)},(0,b.createElement)("span",{className:"wp-block-coblocks-social__icon",style:L}),(0,b.createElement)("span",{className:"wp-block-coblocks-social__text"},t.name)),C===t.slug&&(0,b.createElement)(I.Popover,null,(0,b.createElement)("form",{className:"block-library-button__inline-link block-library-button__inline-link--coblocks",onSubmit:e=>{e.preventDefault(),_("")}},(0,b.createElement)(I.Dashicon,{icon:"admin-links"}),(0,b.createElement)("div",{className:"block-editor-url-input block-editor-url-input editor-url-input--coblocks"},(0,b.createElement)(I.TextControl,{value:e.attributes[t.slug],placeholder:t.placeholder,onChange:e=>{z({[t.slug]:e})}})),(0,b.createElement)(I.Button,{className:"is-save",icon:we,iconSize:20,label:(0,Y.__)("Apply","coblocks"),type:"submit"})))))))))})),Ce=JSON.parse('{"name":"coblocks/social-profiles","category":"widgets","attributes":{"align":{"type":"string","enum":["wide","full"]},"className":{"type":"string"},"hasColors":{"type":"boolean","default":true},"opensInNewTab":{"type":"boolean","default":false},"borderRadius":{"type":"number","default":40},"size":{"type":"string","default":"med"},"iconSize":{"type":"number","default":22},"padding":{"type":"number","default":16},"textAlign":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"blockBackgroundColor":{"type":"string"},"customBlockBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"facebook":{"type":"string","default":""},"twitter":{"type":"string","default":""},"instagram":{"type":"string","default":""},"tiktok":{"type":"string","default":""},"pinterest":{"type":"string","default":""},"linkedin":{"type":"string","default":""},"youtube":{"type":"string","default":""},"yelp":{"type":"string","default":""},"houzz":{"type":"string","default":""}}}');function _e(e,t,l){switch(e){case"social-profiles":if(null!==localStorage.getItem("shareAttributes")){if(!1===l[t])return"";const e=localStorage.getItem("shareAttributes");return JSON.parse(e)[t]}return"";case"share":if(null!==localStorage.getItem("socialProfilesAttributes")&&!1!==l[t]){if(""===l[t])return!1;const e=localStorage.getItem("socialProfilesAttributes");return JSON.parse(e)[t]}return!!l[t]}}function Pe(e,t){switch(e){case"share":localStorage.setItem("shareAttributes",JSON.stringify(t));break;case"social-profiles":localStorage.setItem("socialProfilesAttributes",JSON.stringify(t));break;default:return null}}const Se={to:[{type:"block",blocks:["coblocks/social"],transform:e=>(Pe("share",e),(0,h.createBlock)("coblocks/social",{...e,facebook:_e("share","facebook",e),twitter:_e("share","twitter",e),pinterest:_e("share","pinterest",e),linkedin:_e("share","linkedin",e),email:_e("share","email",e),tumblr:_e("share","tumblr",e),google:_e("share","google",e),reddit:_e("share","reddit",e)}))}],from:[{type:"block",blocks:["coblocks/social"],transform:e=>(Pe("social-profiles",e),(0,h.createBlock)("coblocks/social-profiles",{...e,facebook:_e("social-profiles","facebook",e),twitter:_e("social-profiles","twitter",e),pinterest:_e("social-profiles","pinterest",e),linkedin:_e("social-profiles","linkedin",e),instagram:_e("social-profiles","instagram",e),houzz:_e("social-profiles","houzz",e),yelp:_e("social-profiles","yelp",e),youtube:_e("social-profiles","youtube",e)}))}]},{name:Be,category:Ve}=Ce,Ge={
38
  /* translators: block name */
39
- title:(0,Y.__)("Social Profiles","coblocks"),
40
  /* translators: block description */
41
- description:(0,Y.__)("Grow your audience with links to social media profiles.","coblocks"),category:v?"common":"widgets",icon:(0,b.createElement)(I.Icon,{icon:R}),keywords:["coblocks",
42
  /* translators: block keyword */
43
- (0,Y.__)("share","coblocks"),
44
  /* translators: block keyword */
45
- (0,Y.__)("links","coblocks"),
46
  /* translators: block keyword */
47
- (0,Y.__)("icons","coblocks")],styles:[{name:"mask",
48
  /* translators: block style */
49
- label:(0,Y.__)("Mask","coblocks")},{name:"icon",
50
  /* translators: block style */
51
- label:(0,Y.__)("Icon","coblocks"),isDefault:!0},{name:"text",
52
  /* translators: block style */
53
- label:(0,Y.__)("Text","coblocks")},{name:"icon-and-text",
54
  /* translators: block style */
55
- label:(0,Y.__)("Icon & Text","coblocks")},{name:"circular",
56
  /* translators: block style */
57
- label:(0,Y.__)("Circular","coblocks")}],example:{attributes:{facebook:"#",instagram:"#",pinterest:"#",twitter:"#",youtube:"#",textAlign:"center"}},supports:{align:["wide","full"],coBlocksSpacing:!0},edit:ze,transforms:Se,save:()=>null};var Me={backgroundType:{type:"string",default:"image"},backgroundImg:{type:"string"},backgroundPosition:{type:"string",default:"center center"},backgroundRepeat:{type:"string",default:"no-repeat"},backgroundSize:{type:"string"},backgroundOverlay:{type:"number",default:0},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},hasParallax:{type:"boolean",default:!1},focalPoint:{type:"object"},videoMuted:{type:"boolean",default:!0},videoLoop:{type:"boolean",default:!0},openPopover:{type:"boolean",default:!1}},Ne=function(e){const t=(0,q.getColorClassName)("background-color",e.backgroundColor),l=e.backgroundSize?e.backgroundSize:"cover",o=[{[t]:t},{"has-background":e.backgroundColor||e.customBackgroundColor},{"has-parallax":e.backgroundImg&&"image"===e.backgroundType&&e.hasParallax},{"is-transient":e.backgroundImg&&0===e.backgroundImg.indexOf("blob:")},{"has-background-overlay":e.backgroundImg&&0!==e.backgroundOverlay},{[`bg-${l}`]:e.backgroundImg&&"image"===e.backgroundType}];var r;return e.backgroundType&&o.push({[`has-background-${e.backgroundType}`]:e.backgroundImg}),e.backgroundRepeat&&o.push({[`bg-${e.backgroundRepeat}`]:e.backgroundImg&&"image"===e.backgroundType}),e.backgroundPosition&&o.push({[`bg-${e.backgroundPosition.split(" ").join("-")}`]:e.backgroundImg&&"image"===e.backgroundType}),e.backgroundOverlay&&o.push({[(r=e.backgroundOverlay,0===r||50===r?null:"has-background-overlay-"+10*Math.round(r/10))]:e.backgroundImg&&0!==e.backgroundOverlay&&50!==e.backgroundOverlay}),o},Le=l(5697),Re=l.n(Le);Re().object,Re().func.isRequired;var Te=window.wp.editor;class Ae extends b.Component{constructor(){super(...arguments),this.addFile=this.addFile.bind(this),this.onSelectFile=this.onSelectFile.bind(this)}addFile(e){(0,Te.mediaUpload)({allowedTypes:qe,filesList:e,onFileChange:e=>{let[t]=e;return this.onSelectFile(t)}})}onSelectFile(e){const{setAttributes:t,attributes:l,name:o}=this.props;if(e&&e.url){let r="image";e.mime_type&&e.mime_type.includes("video")&&(r="video"),t({backgroundImg:e.url,backgroundType:r}),Ue.includes(o)&&(l.paddingSize&&"no"!==l.paddingSize||t({paddingSize:"medium"}))}}render(){const{label:e}=this.props;return(0,b.createElement)(b.Fragment,null,(0,b.createElement)(I.DropZone,{label:e,onFilesDrop:this.addFile}))}}Ae.propTypes={attributes:Re().object,label:Re().string,name:Re().string,setAttributes:Re().func};var He=(e,t)=>{const l=e&&(0,q.getColorClassName)("background-color",e.backgroundColor);return{backgroundImage:e.backgroundImg&&"image"===e.backgroundType?`url(${e.backgroundImg})`:void 0,backgroundColor:l?t&&t.color:e.customBackgroundColor,backgroundPosition:e.focalPoint&&!e.hasParallax?`${100*e.focalPoint.x}% ${100*e.focalPoint.y}%`:void 0}},je=l(1609),Fe=l.n(je);const Oe={};Oe.mobile=(0,b.createElement)(I.SVG,{"aria-hidden":!0,className:"dashicon",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(I.Path,{d:"m8.25 0h-6c-.825 0-1.5.61363636-1.5 1.36363636v10.27272724c0 .75.675 1.3636364 1.5 1.3636364h6c.825 0 1.5-.6136364 1.5-1.3636364v-10.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 11h-5v-9h5z",transform:"translate(2.25 1)"})),Oe.desktopChrome=(0,b.createElement)(I.SVG,{"aria-hidden":!0,className:"dashicon dashicon--desktop-chrome",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(I.Path,{d:"m13.5 0h-12c-.8325 0-1.5.61363636-1.5 1.36363636v12.27272724c0 .75.6675 1.3636364 1.5 1.3636364h12l-.5-2h-11v-10h11v10l.5 2c.825 0 1.5-.6136364 1.5-1.3636364v-12.27272724c0-.75-.6675-1.36363636-1.5-1.36363636z"}));var Ie=Oe;class We extends b.Component{constructor(){super(...arguments),this.setGutterTo=this.setGutterTo.bind(this),this.setGutterMobileTo=this.setGutterMobileTo.bind(this)}setGutterTo(e){const{setAttributes:t}=this.props;0===e&&t({radius:e}),t({gutter:e})}setGutterMobileTo(e){const{setAttributes:t}=this.props;t({gutterMobile:e})}render(){const{attributes:e,label:t=(0,Y.__)("Gutter","coblocks"),max:l=50,min:o=0,onChange:r=this.setGutterTo,onChangeMobile:n=this.setGutterMobileTo,step:a=5}=this.props;return(0,b.createElement)(b.Fragment,null,(0,b.createElement)(I.TabPanel,{activeClass:"is-primary",className:"components-base-control components-coblocks-responsive__tabs",initialTabName:"desk",tabs:[{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--desktop components-button is-button is-default",name:"desk",title:Ie.desktopChrome},{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--mobile components-button is-button is-default",name:"mobile",title:Ie.mobile}]},(c=>{var s,i;return"mobile"===c.name?(0,b.createElement)(I.RangeControl,{label:(0,Y.sprintf)(
58
  /* translators: %s: values associated with CSS syntax, 'Width', 'Gutter', 'Height in pixels', 'Width' */
59
- (0,Y.__)("Mobile %s","coblocks"),t),max:l,min:o,onChange:e=>n(e),step:a,value:null!==(i=e.valueMobile)&&void 0!==i?i:e.gutterMobile}):(0,b.createElement)(I.RangeControl,{label:t,max:l,min:o,onChange:e=>r(e),step:a,value:null!==(s=e.value)&&void 0!==s?s:e.gutter})})))}}var $e=We;We.propTypes={attributes:Re().object,label:Re().string.isRequired,max:Re().number.isRequired,min:Re().number.isRequired,onChange:Re().func,onChangeMobile:Re().func,setAttributes:Re().func,step:Re().number.isRequired},We.defaultProps={label:(0,Y.__)("Gutter","coblocks"),max:50,min:0,step:5};class De extends b.Component{constructor(){super(...arguments),this.setBackgroundPaddingTo=this.setBackgroundPaddingTo.bind(this),this.setBackgroundPaddingMobileTo=this.setBackgroundPaddingMobileTo.bind(this),this.onSelectRepeat=this.onSelectRepeat.bind(this)}setBackgroundPaddingTo(e){const{setAttributes:t,attributes:l}=this.props;t({backgroundPadding:e}),l.backgroundPadding<=0&&t({backgroundRadius:0})}setBackgroundPaddingMobileTo(e){const{setAttributes:t}=this.props;t({backgroundPaddingMobile:e})}onSelectRepeat(e){const{setAttributes:t}=this.props;t("no-repeat"===e?{backgroundRepeat:e,backgroundSize:"cover"}:{backgroundRepeat:e,backgroundSize:"contain",focalPoint:void 0})}render(){const{attributes:e,backgroundColor:t,hasGalleryControls:l,hasOverlay:o,name:r,setAttributes:n}=this.props,{align:a,backgroundImg:c,backgroundOverlay:s,backgroundPadding:i,backgroundPaddingMobile:m,backgroundPosition:u,backgroundRadius:d,backgroundRepeat:h,backgroundSize:v,backgroundType:f="image",focalPoint:p,hasParallax:g,videoLoop:w,videoMuted:y}=e,k=[{
60
  /* translators: block layout */
61
- label:(0,Y.__)("Top left","coblocks"),value:"top left"},{
62
  /* translators: block layout */
63
- label:(0,Y.__)("Top center","coblocks"),value:"top center"},{
64
  /* translators: block layout */
65
- label:(0,Y.__)("Top right","coblocks"),value:"top right"},{
66
  /* translators: block layout */
67
- label:(0,Y.__)("Center left","coblocks"),value:"center left"},{
68
  /* translators: block layout */
69
- label:(0,Y.__)("Center center","coblocks"),value:"center center"},{
70
  /* translators: block layout */
71
- label:(0,Y.__)("Center right","coblocks"),value:"center right"},{
72
  /* translators: block layout */
73
- label:(0,Y.__)("Bottom left","coblocks"),value:"bottom left"},{
74
  /* translators: block layout */
75
- label:(0,Y.__)("Bottom center","coblocks"),value:"bottom center"},{
76
  /* translators: block layout */
77
- label:(0,Y.__)("Bottom right","coblocks"),value:"bottom right"}],E=[{
78
  /* translators: block layout */
79
- label:(0,Y.__)("No repeat","coblocks"),value:"no-repeat"},{
80
  /* translators: block layout */
81
- label:(0,Y.__)("Repeat","coblocks"),value:"repeat"},{
82
  /* translators: block layout */
83
- label:(0,Y.__)("Repeat horizontally","coblocks"),value:"repeat-x"},{
84
  /* translators: block layout */
85
- label:(0,Y.__)("Repeat vertically","coblocks"),value:"repeat-y"}],x=[{
86
  /* translators: block layout */
87
- label:(0,Y.__)("Auto","coblocks"),value:"auto"},{
88
  /* translators: block layout */
89
- label:(0,Y.__)("Cover","coblocks"),value:"cover"},{
90
  /* translators: block layout */
91
- label:(0,Y.__)("Contain","coblocks"),value:"contain"}];return(0,b.createElement)(b.Fragment,null,c&&(0,b.createElement)(I.PanelBody,{initialOpen:!1,title:(0,Y.__)("Background settings","coblocks")},"image"===f&&(0,b.createElement)(I.ToggleControl,{checked:!!g,label:(0,Y.__)("Fixed background","coblocks"),onChange:()=>n({hasParallax:!g})}),!g&&I.FocalPointPicker&&"image"===f&&"repeat"!==h&&(0,b.createElement)(I.FocalPointPicker,{className:"components-focal-point-picker--coblocks",label:(0,Y.__)("Focal point","coblocks"),onChange:e=>n({focalPoint:e}),url:c,value:p}),o&&(0,b.createElement)(I.RangeControl,{label:(0,Y.__)("Background opacity","coblocks"),max:100,min:0,onChange:e=>n({backgroundOverlay:e}),step:10,value:s}),l&&(0,b.createElement)(b.Fragment,null,(0,b.createElement)($e,X({},this.props,{label:(0,Y.__)("Padding","coblocks"),max:100,min:5,onChange:this.setBackgroundPaddingTo,onChangeMobile:this.setBackgroundPaddingMobileTo,value:i,valueMobile:m})),(!Fe()(c)||!Fe()(t.color))&&i>0&&"full"!==a&&(0,b.createElement)(I.RangeControl,{label:(0,Y.__)("Rounded corners","coblocks"),max:20,min:0,onChange:e=>n({backgroundRadius:e}),step:1,value:d})),"image"===f&&(0,b.createElement)(I.SelectControl,{label:(0,Y.__)("Repeat","coblocks"),onChange:e=>this.onSelectRepeat(e),options:E,value:h||"no-repeat"}),!I.FocalPointPicker&&"image"===f&&(0,b.createElement)(I.SelectControl,{label:(0,Y.__)("Position","coblocks"),onChange:e=>n({backgroundPosition:e}),options:k,value:u||"center center"}),"no-repeat"===h&&"image"===f&&(0,b.createElement)(I.SelectControl,{label:(0,Y.__)("Display","coblocks"),onChange:e=>n({backgroundSize:e}),options:x,value:v||"cover"}),"video"===f&&(0,b.createElement)(I.ToggleControl,{checked:!!y,help:y?(0,Y.__)("Muting the background video.","coblocks"):(0,Y.__)("Toggle to mute the video.","coblocks"),label:(0,Y.__)("Mute video","coblocks"),onChange:()=>n({videoMuted:!y})}),"video"===f&&(0,b.createElement)(I.ToggleControl,{checked:!!w,help:w?(0,Y.__)("Looping the background video.","coblocks"):(0,Y.__)("Toggle to loop the video.","coblocks"),label:(0,Y.__)("Loop video","coblocks"),onChange:()=>n({videoLoop:!w})}),(0,b.createElement)(I.Button,{isSecondary:!0,isSmall:!0,label:(0,Y.__)("Remove background","coblocks"),onClick:()=>{n({backgroundImg:"",backgroundOverlay:0,backgroundPadding:0,backgroundPaddingMobile:0,backgroundPosition:"",backgroundRepeat:"no-repeat",backgroundSize:"cover",hasParallax:!1}),Ue.includes(r)&&e.paddingSize&&n({paddingSize:"no"})},type:"button"},(0,Y.__)("Clear Media","coblocks"))))}}De.propTypes={attributes:Re().object,backgroundColor:Re().object,hasGalleryControls:Re().bool,hasOverlay:Re().bool,name:Re().string,setAttributes:Re().func};var Ze=function(e){const{backgroundImg:t,backgroundType:l,videoMuted:o,videoLoop:r}=e;return"video"===l?(0,b.createElement)("div",{className:"coblocks-video-bg position-absolute overflow-hidden w-full h-full pin-t pin-r pin-b pin-l"},(0,b.createElement)("video",{className:"w-full h-full bg-center-center object-cover object-position",playsinline:"",autoPlay:"",muted:o,loop:r,src:t})):null};const qe=["image","video"],Ue=["coblocks/row","coblocks/column","coblocks/media-card","coblocks/features","coblocks/feature"];var Je={align:{type:"string"},backgroundPadding:{default:0,type:"number"},backgroundPaddingMobile:{default:0,type:"number"},backgroundRadius:{default:0,type:"number"},captionColor:{type:"string"},captionStyle:{default:"dark",type:"string"},captions:{default:!1,type:"boolean"},customCaptionColor:{type:"string"},customFontSize:{type:"number"},filter:{default:"none",type:"string"},fontSize:{type:"string"},gutter:{default:15,type:"number"},gutterMobile:{default:15,type:"number"},images:{default:[],query:{alt:{attribute:"alt",default:"",selector:"img",source:"attribute"},caption:{selector:"figcaption",source:"children",type:"array"},id:{attribute:"data-id",selector:"img",source:"attribute"},imgLink:{attribute:"data-imglink",selector:"img",source:"attribute"},link:{attribute:"data-link",selector:"img",source:"attribute"},url:{attribute:"src",selector:"img",source:"attribute"}},selector:".coblocks-gallery--item",source:"query",type:"array"},lightbox:{default:!1,type:"boolean"},linkTo:{default:"none",type:"string"},primaryCaption:{selector:".coblocks-gallery--primary-caption",source:"children",type:"array"},radius:{default:0,type:"number"},rel:{default:"",type:"string"},shadow:{default:"none",type:"string"},target:{type:"string"}},Ke=function(e){const{align:t,radius:l,captionStyle:o,filter:r}=e;return["coblocks-gallery",{"has-no-alignment":!t},{[`has-filter-${r}`]:"none"!==r},{[`has-border-radius-${l}`]:l>0},{[`has-caption-style-${o}`]:void 0!==o}]},Ye=function(e){return{color:(0,q.getColorClassName)("color",e.captionColor)?void 0:e.customCaptionColor}},Qe=function(e){var t;return{align:e.align,animation:e.animation,autoPlay:e.autoPlay,autoPlaySpeed:e.autoPlaySpeed,captionColor:e.captionColor,captions:e.captions,customCaptionColor:e.customCaptionColor,customFontSize:e.customFontSize,draggable:e.draggable,filter:e.filter,fontSize:e.fontSize,gridSize:e.gridSize,gutterMobile:e.gutterMobile,height:e.height,images:null===(t=e.images)||void 0===t?void 0:t.map(((e,t)=>({...p(e),index:t}))),lightbox:e.lightbox,linkTo:e.linkTo,noBottomMargin:e.noBottomMargin,noTopMargin:e.noTopMargin,pageDots:e.pageDots,prevNextButtons:e.prevNextButtons,primaryCaption:e.primaryCaption,radius:e.radius,rel:e.rel,shadow:e.shadow,target:e.target}};const Xe={align:{default:"full",type:"string"},captionStyle:{type:"string"},fullwidth:{default:!0,type:"boolean"},gutter:{default:0,type:"number"},gutterMobile:{default:0,type:"number"}},et=[{attributes:{...Je,...Me,...Xe},save(e){let{attributes:t,className:l}=e;const{align:o,backgroundPadding:r,backgroundPaddingMobile:n,captionColor:a,captions:c,captionStyle:s,customCaptionColor:i,customFontSize:m,filter:u,fontSize:d,fullwidth:h,gutter:v,gutterMobile:f,images:p,linkTo:g,radius:w,rel:y,shadow:k,target:E}=t,x=A()("coblocks-gallery",{"has-no-alignment":!o,[`has-border-radius-${w}`]:w>0,[`has-filter-${u}`]:"none"!==u,[`has-caption-style-${s}`]:void 0!==s,[`has-background-border-radius-${t.backgroundRadius}`]:t.backgroundRadius>0,"has-padding":r>0,[`has-padding-${r}`]:r>0,[`has-padding-mobile-${n}`]:n>0}),z=A()(l,{}),C=(0,q.getColorClassName)("color",a),_=A()(x,...Ne(t),{"has-fullwidth-images":h,"has-margin":v>0}),P={...Ye(t),...He(t),color:C?void 0:i},S=(0,q.getFontSizeClass)(d),B=A()("coblocks-gallery--figure",{[`has-margin-bottom-${v}`]:v>0,[`has-margin-bottom-mobile-${f}`]:f>0,[S]:S}),V=A()("coblocks-gallery--caption",{[S]:S}),G={fontSize:S?void 0:m};return(0,b.createElement)("div",{className:z},Ze(t),(0,b.createElement)("ul",{className:_,style:P},p.map((e=>{let t;switch(g){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=A()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${k}`]:"none"!==k||void 0!==k}),o=(0,b.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:l});return(0,b.createElement)("li",{key:e.id||e.url,className:"coblocks-gallery--item"},(0,b.createElement)("figure",{className:B},t?(0,b.createElement)("a",{href:t,target:E,rel:y},o):o,c&&e.caption&&e.caption.length>0&&(0,b.createElement)(q.RichText.Content,{tagName:"figcaption",className:V,value:e.caption,styles:G})))}))))}},{attributes:{...Je,...Me,...Xe},save(e){let{attributes:t,className:l}=e;const{captionColor:o,captions:r,customCaptionColor:n,customFontSize:a,fontSize:c,fullwidth:s,gutter:i,gutterMobile:m,images:u,target:d,rel:h,linkTo:v,shadow:f}=t,p=(0,q.getColorClassName)("color",o),g=A()(...Ke(t),...Ne(t),{"has-fullwidth-images":s,"has-margin":i>0}),w={...Ye(t),...He(t),color:p?void 0:n},y=(0,q.getFontSizeClass)(c),k=A()("coblocks-gallery--figure",{[`has-margin-bottom-${i}`]:i>0,[`has-margin-bottom-mobile-${m}`]:m>0,[y]:y}),E=A()("coblocks-gallery--caption",{[y]:y}),x={fontSize:y?void 0:a};return(0,b.createElement)("div",{className:l},Ze(t),(0,b.createElement)("ul",{className:g,style:w},u.map((e=>{let t;switch(v){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=A()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${f}`]:"none"!==f||void 0!==f}),o=(0,b.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:l});return(0,b.createElement)("li",{key:e.id||e.url,className:"coblocks-gallery--item"},(0,b.createElement)("figure",{className:k},t?(0,b.createElement)("a",{href:t,target:d,rel:h},o):o,r&&e.caption&&e.caption.length>0&&(0,b.createElement)(q.RichText.Content,{tagName:"figcaption",className:E,value:e.caption,styles:x})))}))))}},{attributes:{...Je,...Me,...Xe},save:e=>{let{attributes:t,className:l}=e;const{animation:o,captions:r,customFontSize:n,fontSize:a,fullwidth:c,gutter:s,gutterMobile:i,images:m,lightbox:u,linkTo:d,rel:h,shadow:v,target:f}=t,p=A()(l,{"has-lightbox":u}),g=A()(...Ke(t),{"has-fullwidth-images":c,"has-margin":s>0}),w=A()("coblocks-gallery--item",{"coblocks-animate":o}),y=(0,q.getFontSizeClass)(a),k=A()("coblocks-gallery--figure",{[`has-margin-bottom-${s}`]:s>0,[`has-margin-bottom-mobile-${i}`]:i>0,[y]:y}),E=A()("coblocks-gallery--caption",{[y]:y}),x={fontSize:y?void 0:n};return(0,b.createElement)("div",{className:p},(0,b.createElement)("ul",{className:g},m.map((e=>{let t;switch(d){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=A()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${v}`]:"none"!==v||void 0!==v}),n=(0,b.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:l});return(0,b.createElement)("li",{className:w,"data-coblocks-animation":o,key:e.id||e.url},(0,b.createElement)("figure",{className:k},t?(0,b.createElement)("a",{href:t,target:f,rel:h},n):n,r&&e.caption&&e.caption.length>0&&(0,b.createElement)(q.RichText.Content,{className:E,style:x,tagName:"figcaption",value:e.caption})))}))))}},{attributes:{...Je,...Xe},migrate:e=>({...e,gutter:"custom"}),save:e=>{let{attributes:t,className:l}=e;const{animation:o,captions:r,customFontSize:n,fontSize:a,fullwidth:c,gutter:s,gutterMobile:i,images:m,lightbox:u,linkTo:d,rel:h,shadow:v,target:f}=t,p=A()(l,{"has-lightbox":u}),g=A()(...Ke(t),{"has-fullwidth-images":c,"has-margin":s>0}),w=A()("coblocks-gallery--item",{"coblocks-animate":o}),y=(0,q.getFontSizeClass)(a),k=A()("coblocks-gallery--figure",{[`has-margin-bottom-${s}`]:s>0,[`has-margin-bottom-mobile-${i}`]:i>0,[y]:y}),E=A()("coblocks-gallery--caption",{[y]:y}),x={fontSize:y?void 0:n};return(0,b.createElement)("div",{"aria-label":(0,Y.__)("Stacked Gallery","coblocks"),className:p},(0,b.createElement)("ul",{className:g},m.map((e=>{let t;switch(d){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=A()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${v}`]:"none"!==v||void 0!==v}),n=(0,b.createElement)("img",{alt:e.alt,className:l,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,src:e.url});return(0,b.createElement)("li",{className:w,"data-coblocks-animation":o,key:e.id||e.url},(0,b.createElement)("figure",{className:k},t?(0,b.createElement)("a",{href:t,rel:h,target:f},n):n,r&&e.caption&&e.caption.length>0&&(0,b.createElement)(q.RichText.Content,{className:E,style:x,tagName:"figcaption",value:e.caption})))}))))}}];var tt=et,lt=l(3105),ot=l.n(lt);const rt=e=>{let{hoveredFilter:t}=e;if(!t)return null;const l=me().cloneDeep((0,de.select)("core/block-editor").getSelectedBlock());return l.attributes.filter=t,(0,b.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,b.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,b.createElement)(I.Popover,{className:"block-editor-block-switcher__preview__popover coblocks-image-filter-popover",focusOnMount:!1,position:"bottom right"},(0,b.createElement)("div",{className:"block-editor-block-switcher__preview coblocks__preview"},(0,b.createElement)("div",{className:"block-editor-block-switcher__preview-title"},(0,Y.__)("Preview filter","coblocks")),(0,b.createElement)(q.BlockPreview,{autoHeight:!0,blocks:{...l}})))))},nt=e=>{const[t,l]=(0,b.useState)(null),o=e=>{l(e)},{attributes:r,setAttributes:n}=e,{filter:a}=r,c=[{icon:(0,b.createElement)(I.Icon,{icon:_}),isActive:"none"===a,onClick:()=>{n({filter:"none"})},slug:"none",
92
  /* translators: image style */
93
- title:(0,Y.__)("Original","coblocks")},{icon:(0,b.createElement)(I.Icon,{icon:z}),isActive:"grayscale"===a,onClick:()=>{n({filter:"grayscale"})},slug:"grayscale",
94
  /* translators: image style */
95
- title:(0,Y.__)("Grayscale filter","coblocks")},{icon:(0,b.createElement)(I.Icon,{icon:S}),isActive:"sepia"===a,onClick:()=>{n({filter:"sepia"})},slug:"sepia",
96
  /* translators: image style */
97
- title:(0,Y.__)("Sepia filter","coblocks")},{icon:(0,b.createElement)(I.Icon,{icon:P}),isActive:"saturation"===a,onClick:()=>{n({filter:"saturation"})},slug:"saturation",
98
  /* translators: image style */
99
- title:(0,Y.__)("Saturation filter","coblocks")},{icon:(0,b.createElement)(I.Icon,{icon:x}),isActive:"dim"===a,onClick:()=>{n({filter:"dim"})},slug:"dim",
100
  /* translators: image style */
101
- title:(0,Y.__)("Dim filter","coblocks")},{icon:(0,b.createElement)(I.Icon,{icon:B}),isActive:"vintage"===a,onClick:()=>{n({filter:"vintage"})},slug:"vintage",
102
  /* translators: image style */
103
- title:(0,Y.__)("Vintage filter","coblocks")}];return(0,b.createElement)(I.ToolbarGroup,null,(0,b.createElement)(I.DropdownMenu,{className:A()("components-coblocks-media-filter","none"!==a?"has-filter":""),icon:(0,b.createElement)(I.Icon,{icon:C}),label:(0,Y.__)("Apply filter","coblocks"),noIcons:!0,popoverProps:{className:"components-coblocks-dropdown"}},(()=>(0,b.createElement)(I.MenuGroup,null,(0,b.createElement)(rt,{hoveredFilter:t}),c.map((e=>(0,b.createElement)(I.MenuItem,{icon:e.icon,isSelected:a===e.slug,key:`coblocks-image-filter-${e.slug}`,label:e.title,onClick:e.onClick,onMouseEnter:()=>o(e.slug),onMouseLeave:()=>o(null),role:"menuitemradio"},e.title)))))))};var at=nt;nt.propTypes={attributes:Re().object,setAttributes:Re().func};var ct=e=>{const{attributes:t}=e,{images:l}=t,o=!!l.length;return(0,b.createElement)(q.BlockControls,null,o&&(0,b.createElement)(at,e))},st=window.wp.keycodes,it=(0,b.createElement)(y.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"})),mt=(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})),ut=(0,b.createElement)(y.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),dt=(0,b.createElement)(y.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,b.createElement)(y.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})),ht=(0,b.createElement)(y.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,b.createElement)(y.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"}));class vt extends b.Component{constructor(){super(...arguments),this.onImageClick=this.onImageClick.bind(this),this.onSelectCaption=this.onSelectCaption.bind(this),this.onKeyDown=this.onKeyDown.bind(this),this.saveCustomLink=this.saveCustomLink.bind(this),this.state={captionFocused:!1,captionSelected:!1,isSaved:!1},this.container=(0,b.createRef)()}onSelectCaption(){const{captionSelected:e}=this.state;e||this.setState({captionSelected:!0});const{isSelected:t,onSelect:l}=this.props;t||l()}onImageClick(){const{isSelected:e,onSelect:t}=this.props;e||t();const{captionSelected:l}=this.state;l&&this.setState({captionFocused:!1,captionSelected:!1})}onKeyDown(e){const t=this.container.current.ownerDocument,{isSelected:l,onRemove:o}=this.props;this.container===t.activeElement&&l&&-1!==[st.BACKSPACE,st.DELETE].indexOf(e.keyCode)&&(e.stopPropagation(),e.preventDefault(),o())}saveCustomLink(){this.setState({isSaved:!0})}componentDidUpdate(e){const{isSelected:t,image:l,url:o,imgLink:r,setAttributes:n}=this.props;l&&!o&&n({alt:l.alt_text,url:l.source_url});const{captionSelected:a}=this.state;a&&!t&&e.isSelected&&this.setState({captionFocused:!1,captionSelected:!1}),r&&!t&&e.isSelected&&this.setState({isSaved:!1})}render(){const{alt:e,caption:t,captions:l,fontSize:o,gutter:r,gutterMobile:n,id:a,isFirstItem:c,isLastItem:s,isSelected:i,linkTo:m,newClass:u,marginBottom:d,marginLeft:h,marginRight:v,onMoveBackward:g,onMoveForward:y,onRemove:k,setAttributes:E,shadow:x,supportsCaption:z,supportsMoving:C=!0,verticalMoving:_=!1,url:P,"aria-label":S,imgLink:B,imageIndex:V,replaceImage:G}=this.props,{captionSelected:M,isSaved:N}=this.state,L=A()({[`has-shadow-${x}`]:"none"!==x||void 0!==x}),R=(0,b.createElement)(b.Fragment,null,(0,b.createElement)("img",{alt:e,"aria-label":S,className:L,"data-id":a,"data-imglink":B,onClick:this.onImageClick,onKeyDown:this.onImageClick,src:P,tabIndex:"0"}),(0,f.isBlobURL)(P)&&(0,b.createElement)(I.Spinner,null)),T=u||"coblocks-gallery--figure",H=A()(T,{"is-selected":i,"is-transient":P&&0===P.indexOf("blob:"),[`has-margin-right-${r}`]:v&&r>0,[`has-margin-right-mobile-${n}`]:v&&n>0,[`has-margin-bottom-${r}`]:d&&r>0,[`has-margin-bottom-mobile-${n}`]:d&&n>0,[`has-margin-left-${r}`]:h&&r>0,[`has-margin-left-mobile-${n}`]:h&&n>0}),j={fontSize:w(o)};return(0,b.createElement)("figure",{className:H,onKeyDown:this.onKeyDown,ref:this.container,tabIndex:"-1"},i&&(0,b.createElement)(b.Fragment,null,(0,b.createElement)(I.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-right is-visible"},(0,b.createElement)(q.MediaUploadCheck,null,(0,b.createElement)(q.MediaUpload,{allowedTypes:["image"],onSelect:e=>{const t=p(e);G(V,t)},render:e=>{let{open:t}=e;return(0,b.createElement)(I.Button,{className:"coblocks-gallery-item__button-replace",label:(0,Y.__)("Replace Image","coblocks"),onClick:t},(0,Y.__)("Replace","coblocks"))},value:P})),(0,b.createElement)(I.Button,{className:"coblocks-gallery-item__button",disabled:!i,icon:it,label:(0,Y.__)("Remove image","coblocks"),onClick:k}))),i&&(0,b.createElement)(b.Fragment,null,C&&(0,b.createElement)(I.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-left"},(0,b.createElement)(I.Button,{"aria-disabled":c,className:"coblocks-gallery-item__button",disabled:!i,icon:_?mt:ut,label:(0,Y.__)("Move image backward","coblocks"),onClick:!c&&g}),(0,b.createElement)(I.Button,{"aria-disabled":s,className:"coblocks-gallery-item__button",disabled:!i,icon:_?dt:ht,label:(0,Y.__)("Move image forward","coblocks"),onClick:!s&&y})),"custom"===m&&(0,b.createElement)("form",{className:"components-coblocks-gallery-item__image-link",onSubmit:e=>e.preventDefault()},(0,b.createElement)(I.Dashicon,{icon:"admin-links"}),(0,b.createElement)(q.URLInput,{onChange:e=>E({imgLink:e}),value:B}),(0,b.createElement)(I.Button,{icon:N?"saved":"editor-break",label:N?(0,Y.__)("Saving","coblocks"):(0,Y.__)("Apply","coblocks"),onClick:this.saveCustomLink,type:"submit"}))),R,!0!==z||q.RichText.isEmpty(t)&&!i||!l?null:(0,b.createElement)(q.RichText,{className:"coblocks-gallery--caption",inlineToolbar:!0,isSelected:M,onChange:e=>E({caption:e}),placeholder:(0,Y.__)("Write caption…","coblocks"),style:j,tagName:"figcaption",unstableOnFocus:this.onSelectCaption,value:t}))}}vt.propTypes={alt:Re().string,caption:Re().oneOfType([Re().string,Re().array]),captions:Re().bool,fontSize:Re().number,gutter:Re().number,gutterMobile:Re().number,gutterUtility:Re().bool,id:Re().oneOfType([Re().string,Re().number]),imageIndex:Re().number,imgLink:Re().string,isFirstItem:Re().bool,isLastItem:Re().bool,isSelected:Re().bool,linkTo:Re().string,marginBottom:Re().bool,marginLeft:Re().number,marginRight:Re().number,newClass:Re().string,onMoveBackward:Re().func,onMoveForward:Re().func,onRemove:Re().func,onSelect:Re().func,replaceImage:Re().func,setAttributes:Re().func,shadow:Re().string,supportsCaption:Re().bool,supportsMoving:Re().bool.isRequired,url:Re().string,verticalMoving:Re().bool.isRequired},vt.defaultProps={supportsMoving:!0,verticalMoving:!1};var ft=(0,te.compose)([(0,de.withSelect)(((e,t)=>{const{getMedia:l}=e("core"),{id:o}=t;return{image:o?l(o):null}}))])(vt);const pt=e=>{const t=(e,t)=>{var l;const o=(0,ie.find)(t,(t=>parseInt(null==t?void 0:t.id)===(null==e?void 0:e.id)));return Array.isArray(null==o?void 0:o.caption)?null==o||null===(l=o.caption)||void 0===l?void 0:l[0]:(null==o?void 0:o.caption)||(null==e?void 0:e.caption)||""},l=(e,t)=>{const l=(0,ie.find)(t,(t=>parseInt(null==t?void 0:t.id)===(null==e?void 0:e.id)));return(null==l?void 0:l.imgLink)||(null==e?void 0:e.imgLink)||""},{attributes:o,isSelected:r,variationLabel:n,label:a,icon:c}=e,{images:s}=o,i=!!s.length,m=!i&&(n||(0,Y.sprintf)(
104
  /* translators: %s: Type of gallery */
105
- (0,Y.__)("%s Gallery","coblocks"),a));return(0,b.createElement)("div",null,(0,b.createElement)(q.MediaPlaceholder,{accept:"image/*",addToGallery:i,allowedTypes:g,className:"coblocks-gallery--figure",disableMediaButtons:i&&!r,icon:!i&&(0,b.createElement)(I.Icon,{icon:c}),isAppender:i,labels:{instructions:!i&&(0,Y.__)("Drag images, upload new ones or select files from your library.","coblocks"),title:m},multiple:!0,onError:t=>{const{noticeOperations:l}=e;l.removeAllNotices(),l.createErrorNotice(t)},onSelect:o=>{const{attributes:r,setAttributes:n}=e,{images:a}=r;n({images:o.map((e=>({...p(e),caption:t(e,a),imgLink:l(e,a)})))})},value:i?s:void 0}))};pt.propTypes={attributes:Re().object,icon:Re().object,isSelected:Re().bool,label:Re().string,setAttributes:Re().func,variationLabel:Re().string};var gt=pt,wt=e=>{let{children:t,gutter:l,gutterCustom:o,className:r,condition:n=!0}=e;if(!(0,b.isValidElement)(t))return t;if(void 0!==t.props.blockProps){const e={blockProps:{...t.props.blockProps,className:A()(t.props.blockProps.className,{[`has-${l}-gutter`]:l&&!!n})}};return"custom"===l&&void 0!==o&&(e.blockProps.style={"--coblocks-custom-gutter":`${o}em`}),(0,b.cloneElement)(t,e)}const a={className:A()(r,t.props.className,{[`has-${l}-gutter`]:l&&!!n})};return t.props.style&&(a.style={...t.props.style}),"custom"===l&&void 0!==o&&(a.style={...a.style,"--coblocks-custom-gutter":`${o}em`}),(0,b.cloneElement)(t,a)},bt=[{label:(0,Y.__)("None","coblocks"),value:"none"},{label:(0,Y.__)("Media file","coblocks"),value:"media"},{label:(0,Y.__)("Attachment page","coblocks"),value:"attachment"},{label:(0,Y.__)("Custom URL","coblocks"),value:"custom"}];class yt extends b.Component{constructor(){super(...arguments),this.setNewTab=this.setNewTab.bind(this),this.setLinkRel=this.setLinkRel.bind(this),this.setLinkTo=this.setLinkTo.bind(this)}componentDidUpdate(e){const{attributes:t,setAttributes:l}=this.props,{lightbox:o}=t;"none"!==e.attributes.linkTo&&o&&l({linkTo:"none"})}setLinkTo(e){const{setAttributes:t}=this.props;t({linkTo:e})}setLinkRel(e){const{setAttributes:t}=this.props;t({rel:e})}setNewTab(e){const{attributes:t,setAttributes:l}=this.props,{rel:o}=t,r=e?"_blank":void 0;let n=o;r&&!o?n="noreferrer noopener":r||"noreferrer noopener"!==o||(n=void 0),l({rel:n,target:r})}render(){const{attributes:e,setAttributes:t}=this.props,{lightbox:l,linkTo:o,target:r,rel:n}=e;return(0,b.createElement)(b.Fragment,null,!l&&(0,b.createElement)(I.PanelBody,{initialOpen:!1,title:(0,Y.__)("Link settings","coblocks")},(0,b.createElement)(I.SelectControl,{label:(0,Y.__)("Link to","coblocks"),onChange:this.setLinkTo,options:bt,value:o}),"none"!==o&&(0,b.createElement)(b.Fragment,null,(0,b.createElement)(I.ToggleControl,{checked:"_blank"===r,label:(0,Y.__)("Open in new tab","coblocks"),onChange:this.setNewTab}),(0,b.createElement)(I.TextControl
106
- /* translators: html attribute that specifies the relationship between two pages */,{label:(0,Y.__)("Link rel","coblocks"),onChange:e=>t({rel:e}),value:n}))))}}yt.propTypes={attributes:Re().object,setAttributes:Re().func};var kt=yt;const Et=[{
107
  /* translators: abbreviation for small size */
108
- label:(0,Y.__)("S","coblocks"),tooltip:(0,Y.__)("Small","coblocks"),value:1},{
109
  /* translators: abbreviation for medium size */
110
- label:(0,Y.__)("M","coblocks"),tooltip:(0,Y.__)("Medium","coblocks"),value:2},{
111
  /* translators: abbreviation for large size */
112
- label:(0,Y.__)("L","coblocks"),tooltip:(0,Y.__)("Large","coblocks"),value:3},{
113
  /* translators: abbreviation for extra large size */
114
- label:(0,Y.__)("XL","coblocks"),tooltip:(0,Y.__)("Extra Large","coblocks"),value:4}],xt={label:(0,Y.__)("None","coblocks"),tooltip:(0,Y.__)("None","coblocks"),value:0},zt={label:(0,b.createElement)(I.Icon,{icon:N}),tooltip:(0,Y.__)("Custom","coblocks"),value:"custom"};class Ct extends b.Component{render(){const{advancedMaxValue:e,advancedMinValue:t,currentOption:l,label:o,onChange:r,options:n,showAdvancedControls:a,showIcons:c,showNoneOption:s,showCustomOption:i}=this.props;let m=n||Et;return s&&(m=[xt,...m]),i&&(m=[...m,zt]),a&&!1!==t&&!1!==e?(0,b.createElement)(I.RangeControl,{label:o,max:e,min:t,onChange:e=>r(e),value:l}):(0,b.createElement)(I.BaseControl,{className:A()("coblocks-option-selector-control",{"is-custom":"custom"===l}),id:`coblocks-option-selector-${(0,ie.kebabCase)(o)}`,label:o},(0,b.createElement)(I.PanelRow,null,(0,b.createElement)(I.ButtonGroup,{"aria-label":o},m.map((e=>(0,b.createElement)(I.Tooltip,{key:`option-${e.value}`,text:e.tooltip},(0,b.createElement)(I.Button,{"aria-label":e.tooltip,"aria-pressed":l===e.value,isPrimary:l===e.value,isSecondary:l!==e.value,onClick:()=>r(e.value)},c?e.icon:e.label)))))))}}Ct.propTypes={advancedMaxValue:Re().number,advancedMinValue:Re().number,currentOption:Re().oneOfType([Re().string,Re().number]),label:Re().string,onChange:Re().func,options:Re().array,showAdvancedControls:Re().bool,showCustomOption:Re().bool,showIcons:Re().bool,showNoneOption:Re().bool};const _t=[{
115
  /* translators: abbreviation for small size */
116
- label:(0,Y.__)("S","coblocks"),tooltip:(0,Y.__)("Small","coblocks"),value:"small"},{
117
  /* translators: abbreviation for medium size */
118
- label:(0,Y.__)("M","coblocks"),tooltip:(0,Y.__)("Medium","coblocks"),value:"medium"},{
119
  /* translators: abbreviation for large size */
120
- label:(0,Y.__)("L","coblocks"),tooltip:(0,Y.__)("Large","coblocks"),value:"large"}],Pt=e=>{const{attributes:t,setAttributes:l}=e,{align:o,gutter:r,gutterCustom:n}=t,a="full"===o?10:5;return(0,b.useEffect)((()=>{n>a&&l({gutterCustom:a})}),[n,a]),(0,b.createElement)(b.Fragment,null,(0,b.createElement)(Ct,{currentOption:r,label:(0,Y.__)("Gutter","coblocks"),onChange:e=>l({gutter:e}),options:_t,showCustomOption:!0}),"custom"===r&&(0,b.createElement)(I.RangeControl,{initialValue:0,max:a,min:0,onChange:e=>l({gutterCustom:e.toString()}),step:.1,value:parseFloat(n)||0,withInputField:!0}))};var St=Pt;Pt.propTypes={attributes:Re().object,setAttributes:Re().func};const Bt=[{label:(0,Y.__)("None","coblocks"),tooltip:(0,Y.__)("None","coblocks"),value:"none"},{
121
  /* translators: abbreviation for small size */
122
- label:(0,Y.__)("S","coblocks"),tooltip:(0,Y.__)("Small","coblocks"),value:"sml"},{
123
  /* translators: abbreviation for medium size */
124
- label:(0,Y.__)("M","coblocks"),tooltip:(0,Y.__)("Medium","coblocks"),value:"med"},{
125
  /* translators: abbreviation for large size */
126
- label:(0,Y.__)("L","coblocks"),tooltip:(0,Y.__)("Large","coblocks"),value:"lrg"}];var Vt=e=>{const{attributes:t,setAttributes:l}=e,{images:o,gutter:r,gutterCustom:n,fullwidth:a,radius:c,shadow:s,captions:i,lightbox:m}=t,{wideControlsEnabled:u}=(0,de.useSelect)((e=>{var t,l;return{wideControlsEnabled:null!==(t=null===(l=e("core/editor").getEditorSettings())||void 0===l?void 0:l.alignWide)&&void 0!==t&&t}})),d="custom"!==r||"custom"===r&&0!==Number.parseFloat(n);return(0,b.useEffect)((()=>{d||l({radius:0})}),[d]),(0,b.createElement)(q.InspectorControls,null,(0,b.createElement)(I.PanelBody,{title:(0,Y.__)("Stacked settings","coblocks")},u&&(0,b.createElement)(I.ToggleControl,{checked:!!a,help:e=>e?(0,Y.__)("Fullwidth images are enabled.","coblocks"):(0,Y.__)("Toggle to fill the available gallery area with completely fullwidth images.","coblocks"),label:o.length>1?(0,Y.__)("Fullwidth images","coblocks"):(0,Y.__)("Fullwidth image","coblocks"),onChange:()=>l({fullwidth:!a,shadow:"none"})}),(0,b.createElement)(St,e),d&&(0,b.createElement)(I.RangeControl,{label:(0,Y.__)("Rounded corners","coblocks"),max:20,min:0,onChange:e=>l({radius:e}),step:1,value:c}),(0,b.createElement)(I.ToggleControl,{checked:!!m,help:e=>e?(0,Y.__)("Image lightbox is enabled.","coblocks"):(0,Y.__)("Toggle to enable the image lightbox.","coblocks"),label:(0,Y.__)("Lightbox","coblocks"),onChange:()=>l({lightbox:!m})}),(0,b.createElement)(I.ToggleControl,{checked:!!i,help:e=>e?(0,Y.__)("Showing captions for each media item.","coblocks"):(0,Y.__)("Toggle to show media captions.","coblocks"),label:(0,Y.__)("Captions","coblocks"),onChange:()=>l({captions:!i})}),!a&&(0,b.createElement)(Ct,{currentOption:s,label:(0,Y.__)("Shadow","coblocks"),onChange:e=>l({shadow:e}),options:Bt})),(0,b.createElement)(kt,e))},Gt=(0,te.compose)([I.withNotices])((e=>{const{attributes:t,isSelected:l,noticeUI:o,setAttributes:r}=e,{align:n,animation:a,captions:c,fullwidth:s,images:i,shadow:m,linkTo:u,lightbox:d}=t,[h,v]=(0,b.useState)(null),f=(0,te.usePrevious)(l);(0,b.useEffect)((()=>{!l&&f&&v(null)}),[l]);const p=e=>()=>{h!==e&&v(e)},g=(e,l)=>{const o=[...t.images];o.splice(l,1,t.images[e]),o.splice(e,1,t.images[l]),v(l),r({images:o})},w=e=>()=>{e!==t.images.length-1&&g(e,e+1)},k=e=>()=>{const l=ot()(t.images,((t,l)=>e!==l));v(null),r({images:l})},E=(e,l)=>{const o=[...t.images];o[e]={...l},r({images:o})},x=!!i.length,z=(0,q.useBlockProps)({className:A()({"has-lightbox":d})}),C=x?null:z,_=(0,b.createElement)(y.View,C,x?null:o,(0,b.createElement)(gt,X({},e,{icon:(0,b.createElement)(I.Icon,{icon:M}),label:(0,Y.__)("Stacked","coblocks")})));if(!x)return _;const P=A()(...Ke(t),{"has-fullwidth-images":s,[`align${n}`]:n,"has-lightbox":d}),S=A()("coblocks-gallery--item",{[`coblocks-animate ${a}`]:a});return(0,b.createElement)(b.Fragment,null,l&&(0,b.createElement)(b.Fragment,null,(0,b.createElement)(ct,e),(0,b.createElement)(Vt,e)),o,(0,b.createElement)(y.View,z,(0,b.createElement)(wt,t,(0,b.createElement)("ul",{className:P},i.map(((e,t)=>{const o=(0,Y.sprintf)(
127
  /* translators: %1$d is the order number of the image, %2$d is the total number of images */
128
- (0,Y.__)("image %1$d of %2$d in gallery","coblocks"),t+1,i.length);return(0,b.createElement)("li",{className:S,key:e.id||e.url},(0,b.createElement)(ft,{alt:e.alt,"aria-label":o,caption:e.caption,captions:c,id:e.id,imageIndex:t,imgLink:e.imgLink,isFirstItem:0===t,isLastItem:t+1===i.length,isSelected:l&&h===t,linkTo:u,marginBottom:!0,onMoveBackward:(n=t,()=>{0!==n&&g(n,n-1)}),onMoveForward:w(t),onRemove:k(t),onSelect:p(t),replaceImage:E,setAttributes:e=>((e,t)=>{i[e]&&r({images:[...i.slice(0,e),{...i[e],...t},...i.slice(e+1)]})})(t,e),shadow:m,supportsCaption:!0,url:e.url,verticalMoving:!0}));var n})),_))))})),Mt=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"coblocks/gallery-stacked","category":"media","attributes":{"captions":{"default":false,"type":"boolean"},"filter":{"default":"none","type":"string"},"images":{"default":[],"query":{"alt":{"attribute":"alt","default":"","selector":"img","source":"attribute"},"caption":{"selector":"figcaption","source":"children","type":"array"},"id":{"attribute":"data-id","selector":"img","source":"attribute"},"imgLink":{"attribute":"data-imglink","selector":"img","source":"attribute"},"link":{"attribute":"data-link","selector":"img","source":"attribute"},"url":{"attribute":"src","selector":"img","source":"attribute"}},"selector":".coblocks-gallery--item","source":"query","type":"array"},"lightbox":{"default":false,"type":"boolean"},"linkTo":{"default":"none","type":"string"},"radius":{"default":0,"type":"number"},"shadow":{"default":"none","type":"string"},"fullwidth":{"type":"boolean","default":true}},"supports":{"align":true,"anchor":true,"html":false,"coBlocksSpacing":true,"gutter":{"default":"custom","customDefault":0},"typography":{"fontSize":true,"lineHeight":true,"__experimentalFontStyle":true,"__experimentalFontWeight":true,"__experimentalLetterSpacing":true,"__experimentalTextTransform":true}},"textdomain":"coblocks","title":"Stacked"}');const Nt={from:[{blocks:["coblocks/gallery-collage","coblocks/gallery-offset","coblocks/gallery-carousel","core/gallery"],transform:e=>{const{gutter:t,gutterCustom:l}=e;return(0,h.createBlock)(Mt.name,{...Qe(e),gutter:t,gutterCustom:l})},type:"block"},{blocks:["coblocks/gallery-masonry"],transform:(e,t)=>{const{gutter:l,gutterCustom:o}=e,r=t.map(((e,t)=>{const l=e.attributes;return{alt:null==l?void 0:l.alt,caption:null==l?void 0:l.caption,id:null==l?void 0:l.id,index:t,url:null==l?void 0:l.url}}));return(0,h.createBlock)(Mt.name,{gutter:l,gutterCustom:o,images:r},[])},type:"block"},{blocks:["core/image"],isMultiBlock:!0,transform:e=>{const t=ot()(e,(e=>{let{id:t,url:l}=e;return Number.isInteger(t)&&l})),l=!!ot()(e,(e=>{let{caption:t}=e;return!!t}));return t.length>0?(0,h.createBlock)(Mt.name,{captions:l,ids:t.map((e=>{let{id:t}=e;return t})),images:t.map(((e,t)=>{let{id:l,url:o,alt:r,caption:n}=e;return{alt:r||"",caption:n||"",id:l,index:t,url:o}}))}):(0,h.createBlock)(Mt.name)},type:"block"},{prefix:":stacked",transform:e=>(0,h.createBlock)(Mt.name,{content:e}),type:"prefix"}],to:[{blocks:["core/gallery"],transform:e=>(0,h.createBlock)("core/gallery",{...Qe(e)}),type:"block"}]};var Lt=Nt;const{name:Rt,category:Tt}=Mt,At={attributes:Mt.attributes,category:v?"coblocks-galleries":"media",deprecated:tt,
129
  /* translators: block description */
130
- description:(0,Y.__)("Display multiple images in a single column stacked gallery.","coblocks"),edit:Gt,example:{attributes:{fullwidth:!1,images:[{index:0,url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"},{index:1,url:"https://s.w.org/images/core/5.3/Glacial_lakes,_Bhutan.jpg"}]}},icon:(0,b.createElement)(I.Icon,{icon:M}),keywords:["coblocks",
131
  /* translators: block keyword */
132
- (0,Y.__)("gallery","coblocks"),
133
  /* translators: block keyword */
134
- (0,Y.__)("photos","coblocks"),
135
  /* translators: block keyword */
136
- (0,Y.__)("lightbox","coblocks")],save:e=>{let{attributes:t}=e;const{animation:l,captions:o,fullwidth:r,images:n,lightbox:a,linkTo:c,shadow:s}=t,i=q.useBlockProps.save({className:A()({"has-lightbox":a})}),m=A()(...Ke(t),{"has-fullwidth-images":r}),u=A()("coblocks-gallery--item",{"coblocks-animate":l}),d=A()("coblocks-gallery--figure"),h=A()("coblocks-gallery--caption"),v=(e=>{var t;const l={...null!==(t=null==e?void 0:e.style)&&void 0!==t?t:{}};return delete e.style,l})(i);return(0,b.createElement)(y.View,i,(0,b.createElement)(wt,t,(0,b.createElement)("ul",{className:m},n.map((e=>{let t;switch(c){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const r=A()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${s}`]:"none"!==s||void 0!==s}),n=(0,b.createElement)("img",{alt:e.alt,className:r,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,src:e.url});return(0,b.createElement)("li",{className:u,"data-coblocks-animation":l,key:e.id||e.url},(0,b.createElement)("figure",{className:d},t?(0,b.createElement)("a",{href:t},n):n,o&&e.caption&&e.caption.length>0&&(0,b.createElement)(q.RichText.Content,{className:h,style:v,tagName:"figcaption",value:e.caption})))})))))},
137
  /* translators: block name */
138
- title:(0,Y.__)("Stacked","coblocks"),transforms:Lt};[o,r,n,a].forEach((e=>{var t;if(!e)return;let{category:l}=e;const{name:o,settings:r}=e;"function"==typeof h.registerBlockCollection||o.includes("gallery")||(l="coblocks");let n="";null!=r&&r.icon&&(n={foreground:"#09757A",src:r.icon});const a=2===(null==e||null===(t=e.metadata)||void 0===t?void 0:t.apiVersion),c=a?null==e?void 0:e.metadata:{};null!=r&&r.attributes&&a&&(c.attributes={...c.attributes,...null==r?void 0:r.attributes}),(0,h.registerBlockType)(o,{category:l,...r,icon:n,...c})}))},8089:function(e,t,l){"use strict";const o=(0,l(2175).withColors)("backgroundColor",{textColor:"color"},"blockBackgroundColor");t.Z=o},4184:function(e,t){var l;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var l=arguments[t];if(l){var n=typeof l;if("string"===n||"number"===n)e.push(l);else if(Array.isArray(l)){if(l.length){var a=r.apply(null,l);a&&e.push(a)}}else if("object"===n)if(l.toString===Object.prototype.toString)for(var c in l)o.call(l,c)&&l[c]&&e.push(c);else e.push(l.toString())}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(l=function(){return r}.apply(t,[]))||(e.exports=l)}()},8552:function(e,t,l){var o=l(852)(l(5639),"DataView");e.exports=o},1989:function(e,t,l){var o=l(1789),r=l(401),n=l(7667),a=l(1327),c=l(1866);function s(e){var t=-1,l=null==e?0:e.length;for(this.clear();++t<l;){var o=e[t];this.set(o[0],o[1])}}s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=a,s.prototype.set=c,e.exports=s},8407:function(e,t,l){var o=l(7040),r=l(4125),n=l(2117),a=l(7518),c=l(4705);function s(e){var t=-1,l=null==e?0:e.length;for(this.clear();++t<l;){var o=e[t];this.set(o[0],o[1])}}s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=a,s.prototype.set=c,e.exports=s},7071:function(e,t,l){var o=l(852)(l(5639),"Map");e.exports=o},3369:function(e,t,l){var o=l(4785),r=l(1285),n=l(6e3),a=l(9916),c=l(5265);function s(e){var t=-1,l=null==e?0:e.length;for(this.clear();++t<l;){var o=e[t];this.set(o[0],o[1])}}s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=a,s.prototype.set=c,e.exports=s},3818:function(e,t,l){var o=l(852)(l(5639),"Promise");e.exports=o},8525:function(e,t,l){var o=l(852)(l(5639),"Set");e.exports=o},8668:function(e,t,l){var o=l(3369),r=l(619),n=l(2385);function a(e){var t=-1,l=null==e?0:e.length;for(this.__data__=new o;++t<l;)this.add(e[t])}a.prototype.add=a.prototype.push=r,a.prototype.has=n,e.exports=a},6384:function(e,t,l){var o=l(8407),r=l(7465),n=l(3779),a=l(7599),c=l(4758),s=l(4309);function i(e){var t=this.__data__=new o(e);this.size=t.size}i.prototype.clear=r,i.prototype.delete=n,i.prototype.get=a,i.prototype.has=c,i.prototype.set=s,e.exports=i},2705:function(e,t,l){var o=l(5639).Symbol;e.exports=o},1149:function(e,t,l){var o=l(5639).Uint8Array;e.exports=o},577:function(e,t,l){var o=l(852)(l(5639),"WeakMap");e.exports=o},6874:function(e){e.exports=function(e,t,l){switch(l.length){case 0:return e.call(t);case 1:return e.call(t,l[0]);case 2:return e.call(t,l[0],l[1]);case 3:return e.call(t,l[0],l[1],l[2])}return e.apply(t,l)}},4963:function(e){e.exports=function(e,t){for(var l=-1,o=null==e?0:e.length,r=0,n=[];++l<o;){var a=e[l];t(a,l,e)&&(n[r++]=a)}return n}},4636:function(e,t,l){var o=l(2545),r=l(5694),n=l(1469),a=l(4144),c=l(5776),s=l(6719),i=Object.prototype.hasOwnProperty;e.exports=function(e,t){var l=n(e),m=!l&&r(e),u=!l&&!m&&a(e),d=!l&&!m&&!u&&s(e),h=l||m||u||d,v=h?o(e.length,String):[],f=v.length;for(var p in e)!t&&!i.call(e,p)||h&&("length"==p||u&&("offset"==p||"parent"==p)||d&&("buffer"==p||"byteLength"==p||"byteOffset"==p)||c(p,f))||v.push(p);return v}},9932:function(e){e.exports=function(e,t){for(var l=-1,o=null==e?0:e.length,r=Array(o);++l<o;)r[l]=t(e[l],l,e);return r}},2488:function(e){e.exports=function(e,t){for(var l=-1,o=t.length,r=e.length;++l<o;)e[r+l]=t[l];return e}},2908:function(e){e.exports=function(e,t){for(var l=-1,o=null==e?0:e.length;++l<o;)if(t(e[l],l,e))return!0;return!1}},4865:function(e,t,l){var o=l(9465),r=l(7813),n=Object.prototype.hasOwnProperty;e.exports=function(e,t,l){var a=e[t];n.call(e,t)&&r(a,l)&&(void 0!==l||t in e)||o(e,t,l)}},8470:function(e,t,l){var o=l(7813);e.exports=function(e,t){for(var l=e.length;l--;)if(o(e[l][0],t))return l;return-1}},9465:function(e,t,l){var o=l(8777);e.exports=function(e,t,l){"__proto__"==t&&o?o(e,t,{configurable:!0,enumerable:!0,value:l,writable:!0}):e[t]=l}},9881:function(e,t,l){var o=l(7816),r=l(9291)(o);e.exports=r},760:function(e,t,l){var o=l(9881);e.exports=function(e,t){var l=[];return o(e,(function(e,o,r){t(e,o,r)&&l.push(e)})),l}},1848:function(e){e.exports=function(e,t,l,o){for(var r=e.length,n=l+(o?1:-1);o?n--:++n<r;)if(t(e[n],n,e))return n;return-1}},1078:function(e,t,l){var o=l(2488),r=l(7285);e.exports=function e(t,l,n,a,c){var s=-1,i=t.length;for(n||(n=r),c||(c=[]);++s<i;){var m=t[s];l>0&&n(m)?l>1?e(m,l-1,n,a,c):o(c,m):a||(c[c.length]=m)}return c}},8483:function(e,t,l){var o=l(5063)();e.exports=o},7816:function(e,t,l){var o=l(8483),r=l(3674);e.exports=function(e,t){return e&&o(e,t,r)}},7786:function(e,t,l){var o=l(1811),r=l(327);e.exports=function(e,t){for(var l=0,n=(t=o(t,e)).length;null!=e&&l<n;)e=e[r(t[l++])];return l&&l==n?e:void 0}},8866:function(e,t,l){var o=l(2488),r=l(1469);e.exports=function(e,t,l){var n=t(e);return r(e)?n:o(n,l(e))}},4239:function(e,t,l){var o=l(2705),r=l(9607),n=l(2333),a=o?o.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?r(e):n(e)}},13:function(e){e.exports=function(e,t){return null!=e&&t in Object(e)}},2118:function(e,t,l){var o=l(1848),r=l(2722),n=l(2351);e.exports=function(e,t,l){return t==t?n(e,t,l):o(e,r,l)}},9454:function(e,t,l){var o=l(4239),r=l(7005);e.exports=function(e){return r(e)&&"[object Arguments]"==o(e)}},939:function(e,t,l){var o=l(2492),r=l(7005);e.exports=function e(t,l,n,a,c){return t===l||(null==t||null==l||!r(t)&&!r(l)?t!=t&&l!=l:o(t,l,n,a,e,c))}},2492:function(e,t,l){var o=l(6384),r=l(7114),n=l(8351),a=l(6096),c=l(4160),s=l(1469),i=l(4144),m=l(6719),u="[object Arguments]",d="[object Array]",h="[object Object]",v=Object.prototype.hasOwnProperty;e.exports=function(e,t,l,f,p,g){var w=s(e),b=s(t),y=w?d:c(e),k=b?d:c(t),E=(y=y==u?h:y)==h,x=(k=k==u?h:k)==h,z=y==k;if(z&&i(e)){if(!i(t))return!1;w=!0,E=!1}if(z&&!E)return g||(g=new o),w||m(e)?r(e,t,l,f,p,g):n(e,t,y,l,f,p,g);if(!(1&l)){var C=E&&v.call(e,"__wrapped__"),_=x&&v.call(t,"__wrapped__");if(C||_){var P=C?e.value():e,S=_?t.value():t;return g||(g=new o),p(P,S,l,f,g)}}return!!z&&(g||(g=new o),a(e,t,l,f,p,g))}},2958:function(e,t,l){var o=l(6384),r=l(939);e.exports=function(e,t,l,n){var a=l.length,c=a,s=!n;if(null==e)return!c;for(e=Object(e);a--;){var i=l[a];if(s&&i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++a<c;){var m=(i=l[a])[0],u=e[m],d=i[1];if(s&&i[2]){if(void 0===u&&!(m in e))return!1}else{var h=new o;if(n)var v=n(u,d,m,e,t,h);if(!(void 0===v?r(d,u,3,n,h):v))return!1}}return!0}},2722:function(e){e.exports=function(e){return e!=e}},8458:function(e,t,l){var o=l(3560),r=l(5346),n=l(3218),a=l(346),c=/^\[object .+?Constructor\]$/,s=Function.prototype,i=Object.prototype,m=s.toString,u=i.hasOwnProperty,d=RegExp("^"+m.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!n(e)||r(e))&&(o(e)?d:c).test(a(e))}},8749:function(e,t,l){var o=l(4239),r=l(1780),n=l(7005),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,e.exports=function(e){return n(e)&&r(e.length)&&!!a[o(e)]}},7206:function(e,t,l){var o=l(1573),r=l(6432),n=l(6557),a=l(1469),c=l(9601);e.exports=function(e){return"function"==typeof e?e:null==e?n:"object"==typeof e?a(e)?r(e[0],e[1]):o(e):c(e)}},280:function(e,t,l){var o=l(5726),r=l(6916),n=Object.prototype.hasOwnProperty;e.exports=function(e){if(!o(e))return r(e);var t=[];for(var l in Object(e))n.call(e,l)&&"constructor"!=l&&t.push(l);return t}},1573:function(e,t,l){var o=l(2958),r=l(1499),n=l(2634);e.exports=function(e){var t=r(e);return 1==t.length&&t[0][2]?n(t[0][0],t[0][1]):function(l){return l===e||o(l,e,t)}}},6432:function(e,t,l){var o=l(939),r=l(7361),n=l(9095),a=l(5403),c=l(9162),s=l(2634),i=l(327);e.exports=function(e,t){return a(e)&&c(t)?s(i(e),t):function(l){var a=r(l,e);return void 0===a&&a===t?n(l,e):o(t,a,3)}}},5970:function(e,t,l){var o=l(3012),r=l(9095);e.exports=function(e,t){return o(e,t,(function(t,l){return r(e,l)}))}},3012:function(e,t,l){var o=l(7786),r=l(611),n=l(1811);e.exports=function(e,t,l){for(var a=-1,c=t.length,s={};++a<c;){var i=t[a],m=o(e,i);l(m,i)&&r(s,n(i,e),m)}return s}},371:function(e){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},9152:function(e,t,l){var o=l(7786);e.exports=function(e){return function(t){return o(t,e)}}},611:function(e,t,l){var o=l(4865),r=l(1811),n=l(5776),a=l(3218),c=l(327);e.exports=function(e,t,l,s){if(!a(e))return e;for(var i=-1,m=(t=r(t,e)).length,u=m-1,d=e;null!=d&&++i<m;){var h=c(t[i]),v=l;if("__proto__"===h||"constructor"===h||"prototype"===h)return e;if(i!=u){var f=d[h];void 0===(v=s?s(f,h,d):void 0)&&(v=a(f)?f:n(t[i+1])?[]:{})}o(d,h,v),d=d[h]}return e}},6560:function(e,t,l){var o=l(5703),r=l(8777),n=l(6557),a=r?function(e,t){return r(e,"toString",{configurable:!0,enumerable:!1,value:o(t),writable:!0})}:n;e.exports=a},2545:function(e){e.exports=function(e,t){for(var l=-1,o=Array(e);++l<e;)o[l]=t(l);return o}},531:function(e,t,l){var o=l(2705),r=l(9932),n=l(1469),a=l(3448),c=o?o.prototype:void 0,s=c?c.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(n(t))return r(t,e)+"";if(a(t))return s?s.call(t):"";var l=t+"";return"0"==l&&1/t==-1/0?"-0":l}},7561:function(e,t,l){var o=l(7990),r=/^\s+/;e.exports=function(e){return e?e.slice(0,o(e)+1).replace(r,""):e}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},7415:function(e,t,l){var o=l(9932);e.exports=function(e,t){return o(t,(function(t){return e[t]}))}},4757:function(e){e.exports=function(e,t){return e.has(t)}},1811:function(e,t,l){var o=l(1469),r=l(5403),n=l(5514),a=l(9833);e.exports=function(e,t){return o(e)?e:r(e,t)?[e]:n(a(e))}},4429:function(e,t,l){var o=l(5639)["__core-js_shared__"];e.exports=o},9291:function(e,t,l){var o=l(8612);e.exports=function(e,t){return function(l,r){if(null==l)return l;if(!o(l))return e(l,r);for(var n=l.length,a=t?n:-1,c=Object(l);(t?a--:++a<n)&&!1!==r(c[a],a,c););return l}}},5063:function(e){e.exports=function(e){return function(t,l,o){for(var r=-1,n=Object(t),a=o(t),c=a.length;c--;){var s=a[e?c:++r];if(!1===l(n[s],s,n))break}return t}}},8777:function(e,t,l){var o=l(852),r=function(){try{var e=o(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=r},7114:function(e,t,l){var o=l(8668),r=l(2908),n=l(4757);e.exports=function(e,t,l,a,c,s){var i=1&l,m=e.length,u=t.length;if(m!=u&&!(i&&u>m))return!1;var d=s.get(e),h=s.get(t);if(d&&h)return d==t&&h==e;var v=-1,f=!0,p=2&l?new o:void 0;for(s.set(e,t),s.set(t,e);++v<m;){var g=e[v],w=t[v];if(a)var b=i?a(w,g,v,t,e,s):a(g,w,v,e,t,s);if(void 0!==b){if(b)continue;f=!1;break}if(p){if(!r(t,(function(e,t){if(!n(p,t)&&(g===e||c(g,e,l,a,s)))return p.push(t)}))){f=!1;break}}else if(g!==w&&!c(g,w,l,a,s)){f=!1;break}}return s.delete(e),s.delete(t),f}},8351:function(e,t,l){var o=l(2705),r=l(1149),n=l(7813),a=l(7114),c=l(8776),s=l(1814),i=o?o.prototype:void 0,m=i?i.valueOf:void 0;e.exports=function(e,t,l,o,i,u,d){switch(l){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!u(new r(e),new r(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return n(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var h=c;case"[object Set]":var v=1&o;if(h||(h=s),e.size!=t.size&&!v)return!1;var f=d.get(e);if(f)return f==t;o|=2,d.set(e,t);var p=a(h(e),h(t),o,i,u,d);return d.delete(e),p;case"[object Symbol]":if(m)return m.call(e)==m.call(t)}return!1}},6096:function(e,t,l){var o=l(8234),r=Object.prototype.hasOwnProperty;e.exports=function(e,t,l,n,a,c){var s=1&l,i=o(e),m=i.length;if(m!=o(t).length&&!s)return!1;for(var u=m;u--;){var d=i[u];if(!(s?d in t:r.call(t,d)))return!1}var h=c.get(e),v=c.get(t);if(h&&v)return h==t&&v==e;var f=!0;c.set(e,t),c.set(t,e);for(var p=s;++u<m;){var g=e[d=i[u]],w=t[d];if(n)var b=s?n(w,g,d,t,e,c):n(g,w,d,e,t,c);if(!(void 0===b?g===w||a(g,w,l,n,c):b)){f=!1;break}p||(p="constructor"==d)}if(f&&!p){var y=e.constructor,k=t.constructor;y==k||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof k&&k instanceof k||(f=!1)}return c.delete(e),c.delete(t),f}},9021:function(e,t,l){var o=l(5564),r=l(5357),n=l(61);e.exports=function(e){return n(r(e,void 0,o),e+"")}},1957:function(e,t,l){var o="object"==typeof l.g&&l.g&&l.g.Object===Object&&l.g;e.exports=o},8234:function(e,t,l){var o=l(8866),r=l(9551),n=l(3674);e.exports=function(e){return o(e,n,r)}},5050:function(e,t,l){var o=l(7019);e.exports=function(e,t){var l=e.__data__;return o(t)?l["string"==typeof t?"string":"hash"]:l.map}},1499:function(e,t,l){var o=l(9162),r=l(3674);e.exports=function(e){for(var t=r(e),l=t.length;l--;){var n=t[l],a=e[n];t[l]=[n,a,o(a)]}return t}},852:function(e,t,l){var o=l(8458),r=l(7801);e.exports=function(e,t){var l=r(e,t);return o(l)?l:void 0}},9607:function(e,t,l){var o=l(2705),r=Object.prototype,n=r.hasOwnProperty,a=r.toString,c=o?o.toStringTag:void 0;e.exports=function(e){var t=n.call(e,c),l=e[c];try{e[c]=void 0;var o=!0}catch(e){}var r=a.call(e);return o&&(t?e[c]=l:delete e[c]),r}},9551:function(e,t,l){var o=l(4963),r=l(479),n=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,c=a?function(e){return null==e?[]:(e=Object(e),o(a(e),(function(t){return n.call(e,t)})))}:r;e.exports=c},4160:function(e,t,l){var o=l(8552),r=l(7071),n=l(3818),a=l(8525),c=l(577),s=l(4239),i=l(346),m="[object Map]",u="[object Promise]",d="[object Set]",h="[object WeakMap]",v="[object DataView]",f=i(o),p=i(r),g=i(n),w=i(a),b=i(c),y=s;(o&&y(new o(new ArrayBuffer(1)))!=v||r&&y(new r)!=m||n&&y(n.resolve())!=u||a&&y(new a)!=d||c&&y(new c)!=h)&&(y=function(e){var t=s(e),l="[object Object]"==t?e.constructor:void 0,o=l?i(l):"";if(o)switch(o){case f:return v;case p:return m;case g:return u;case w:return d;case b:return h}return t}),e.exports=y},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},222:function(e,t,l){var o=l(1811),r=l(5694),n=l(1469),a=l(5776),c=l(1780),s=l(327);e.exports=function(e,t,l){for(var i=-1,m=(t=o(t,e)).length,u=!1;++i<m;){var d=s(t[i]);if(!(u=null!=e&&l(e,d)))break;e=e[d]}return u||++i!=m?u:!!(m=null==e?0:e.length)&&c(m)&&a(d,m)&&(n(e)||r(e))}},1789:function(e,t,l){var o=l(4536);e.exports=function(){this.__data__=o?o(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,l){var o=l(4536),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(o){var l=t[e];return"__lodash_hash_undefined__"===l?void 0:l}return r.call(t,e)?t[e]:void 0}},1327:function(e,t,l){var o=l(4536),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return o?void 0!==t[e]:r.call(t,e)}},1866:function(e,t,l){var o=l(4536);e.exports=function(e,t){var l=this.__data__;return this.size+=this.has(e)?0:1,l[e]=o&&void 0===t?"__lodash_hash_undefined__":t,this}},7285:function(e,t,l){var o=l(2705),r=l(5694),n=l(1469),a=o?o.isConcatSpreadable:void 0;e.exports=function(e){return n(e)||r(e)||!!(a&&e&&e[a])}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,l){var o=typeof e;return!!(l=null==l?9007199254740991:l)&&("number"==o||"symbol"!=o&&t.test(e))&&e>-1&&e%1==0&&e<l}},5403:function(e,t,l){var o=l(1469),r=l(3448),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(o(e))return!1;var l=typeof e;return!("number"!=l&&"symbol"!=l&&"boolean"!=l&&null!=e&&!r(e))||a.test(e)||!n.test(e)||null!=t&&e in Object(t)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,l){var o,r=l(4429),n=(o=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+o:"";e.exports=function(e){return!!n&&n in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var l=e&&e.constructor;return e===("function"==typeof l&&l.prototype||t)}},9162:function(e,t,l){var o=l(3218);e.exports=function(e){return e==e&&!o(e)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,l){var o=l(8470),r=Array.prototype.splice;e.exports=function(e){var t=this.__data__,l=o(t,e);return!(l<0||(l==t.length-1?t.pop():r.call(t,l,1),--this.size,0))}},2117:function(e,t,l){var o=l(8470);e.exports=function(e){var t=this.__data__,l=o(t,e);return l<0?void 0:t[l][1]}},7518:function(e,t,l){var o=l(8470);e.exports=function(e){return o(this.__data__,e)>-1}},4705:function(e,t,l){var o=l(8470);e.exports=function(e,t){var l=this.__data__,r=o(l,e);return r<0?(++this.size,l.push([e,t])):l[r][1]=t,this}},4785:function(e,t,l){var o=l(1989),r=l(8407),n=l(7071);e.exports=function(){this.size=0,this.__data__={hash:new o,map:new(n||r),string:new o}}},1285:function(e,t,l){var o=l(5050);e.exports=function(e){var t=o(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,l){var o=l(5050);e.exports=function(e){return o(this,e).get(e)}},9916:function(e,t,l){var o=l(5050);e.exports=function(e){return o(this,e).has(e)}},5265:function(e,t,l){var o=l(5050);e.exports=function(e,t){var l=o(this,e),r=l.size;return l.set(e,t),this.size+=l.size==r?0:1,this}},8776:function(e){e.exports=function(e){var t=-1,l=Array(e.size);return e.forEach((function(e,o){l[++t]=[o,e]})),l}},2634:function(e){e.exports=function(e,t){return function(l){return null!=l&&l[e]===t&&(void 0!==t||e in Object(l))}}},4523:function(e,t,l){var o=l(8306);e.exports=function(e){var t=o(e,(function(e){return 500===l.size&&l.clear(),e})),l=t.cache;return t}},4536:function(e,t,l){var o=l(852)(Object,"create");e.exports=o},6916:function(e,t,l){var o=l(5569)(Object.keys,Object);e.exports=o},1167:function(e,t,l){e=l.nmd(e);var o=l(1957),r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,a=n&&n.exports===r&&o.process,c=function(){try{return n&&n.require&&n.require("util").types||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=c},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(l){return e(t(l))}}},5357:function(e,t,l){var o=l(6874),r=Math.max;e.exports=function(e,t,l){return t=r(void 0===t?e.length-1:t,0),function(){for(var n=arguments,a=-1,c=r(n.length-t,0),s=Array(c);++a<c;)s[a]=n[t+a];a=-1;for(var i=Array(t+1);++a<t;)i[a]=n[a];return i[t]=l(s),o(e,this,i)}}},5639:function(e,t,l){var o=l(1957),r="object"==typeof self&&self&&self.Object===Object&&self,n=o||r||Function("return this")();e.exports=n},619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2385:function(e){e.exports=function(e){return this.__data__.has(e)}},1814:function(e){e.exports=function(e){var t=-1,l=Array(e.size);return e.forEach((function(e){l[++t]=e})),l}},61:function(e,t,l){var o=l(6560),r=l(1275)(o);e.exports=r},1275:function(e){var t=Date.now;e.exports=function(e){var l=0,o=0;return function(){var r=t(),n=16-(r-o);if(o=r,n>0){if(++l>=800)return arguments[0]}else l=0;return e.apply(void 0,arguments)}}},7465:function(e,t,l){var o=l(8407);e.exports=function(){this.__data__=new o,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,l=t.delete(e);return this.size=t.size,l}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,l){var o=l(8407),r=l(7071),n=l(3369);e.exports=function(e,t){var l=this.__data__;if(l instanceof o){var a=l.__data__;if(!r||a.length<199)return a.push([e,t]),this.size=++l.size,this;l=this.__data__=new n(a)}return l.set(e,t),this.size=l.size,this}},2351:function(e){e.exports=function(e,t,l){for(var o=l-1,r=e.length;++o<r;)if(e[o]===t)return o;return-1}},5514:function(e,t,l){var o=l(4523),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,a=o((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(r,(function(e,l,o,r){t.push(o?r.replace(n,"$1"):l||e)})),t}));e.exports=a},327:function(e,t,l){var o=l(3448);e.exports=function(e){if("string"==typeof e||o(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7990:function(e){var t=/\s/;e.exports=function(e){for(var l=e.length;l--&&t.test(e.charAt(l)););return l}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},3105:function(e,t,l){var o=l(4963),r=l(760),n=l(7206),a=l(1469);e.exports=function(e,t){return(a(e)?o:r)(e,n(t,3))}},998:function(e,t,l){var o=l(1848),r=l(7206),n=l(554),a=Math.max;e.exports=function(e,t,l){var c=null==e?0:e.length;if(!c)return-1;var s=null==l?0:n(l);return s<0&&(s=a(c+s,0)),o(e,r(t,3),s)}},5564:function(e,t,l){var o=l(1078);e.exports=function(e){return null!=e&&e.length?o(e,1):[]}},7361:function(e,t,l){var o=l(7786);e.exports=function(e,t,l){var r=null==e?void 0:o(e,t);return void 0===r?l:r}},9095:function(e,t,l){var o=l(13),r=l(222);e.exports=function(e,t){return null!=e&&r(e,t,o)}},6557:function(e){e.exports=function(e){return e}},4721:function(e,t,l){var o=l(2118),r=l(8612),n=l(7037),a=l(554),c=l(2628),s=Math.max;e.exports=function(e,t,l,i){e=r(e)?e:c(e),l=l&&!i?a(l):0;var m=e.length;return l<0&&(l=s(m+l,0)),n(e)?l<=m&&e.indexOf(t,l)>-1:!!m&&o(e,t,l)>-1}},5694:function(e,t,l){var o=l(9454),r=l(7005),n=Object.prototype,a=n.hasOwnProperty,c=n.propertyIsEnumerable,s=o(function(){return arguments}())?o:function(e){return r(e)&&a.call(e,"callee")&&!c.call(e,"callee")};e.exports=s},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,l){var o=l(3560),r=l(1780);e.exports=function(e){return null!=e&&r(e.length)&&!o(e)}},4144:function(e,t,l){e=l.nmd(e);var o=l(5639),r=l(5062),n=t&&!t.nodeType&&t,a=n&&e&&!e.nodeType&&e,c=a&&a.exports===n?o.Buffer:void 0,s=(c?c.isBuffer:void 0)||r;e.exports=s},1609:function(e,t,l){var o=l(280),r=l(4160),n=l(5694),a=l(1469),c=l(8612),s=l(4144),i=l(5726),m=l(6719),u=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(c(e)&&(a(e)||"string"==typeof e||"function"==typeof e.splice||s(e)||m(e)||n(e)))return!e.length;var t=r(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(i(e))return!o(e).length;for(var l in e)if(u.call(e,l))return!1;return!0}},3560:function(e,t,l){var o=l(4239),r=l(3218);e.exports=function(e){if(!r(e))return!1;var t=o(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},7037:function(e,t,l){var o=l(4239),r=l(1469),n=l(7005);e.exports=function(e){return"string"==typeof e||!r(e)&&n(e)&&"[object String]"==o(e)}},3448:function(e,t,l){var o=l(4239),r=l(7005);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==o(e)}},6719:function(e,t,l){var o=l(8749),r=l(1717),n=l(1167),a=n&&n.isTypedArray,c=a?r(a):o;e.exports=c},3674:function(e,t,l){var o=l(4636),r=l(280),n=l(8612);e.exports=function(e){return n(e)?o(e):r(e)}},8306:function(e,t,l){var o=l(3369);function r(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var l=function(){var o=arguments,r=t?t.apply(this,o):o[0],n=l.cache;if(n.has(r))return n.get(r);var a=e.apply(this,o);return l.cache=n.set(r,a)||n,a};return l.cache=new(r.Cache||o),l}r.Cache=o,e.exports=r},8718:function(e,t,l){var o=l(5970),r=l(9021)((function(e,t){return null==e?{}:o(e,t)}));e.exports=r},9601:function(e,t,l){var o=l(371),r=l(9152),n=l(5403),a=l(327);e.exports=function(e){return n(e)?o(a(e)):r(e)}},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},8601:function(e,t,l){var o=l(4841);e.exports=function(e){return e?Infinity===(e=o(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:function(e,t,l){var o=l(8601);e.exports=function(e){var t=o(e),l=t%1;return t==t?l?t-l:t:0}},4841:function(e,t,l){var o=l(7561),r=l(3218),n=l(3448),a=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,s=/^0o[0-7]+$/i,i=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(n(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=o(e);var l=c.test(e);return l||s.test(e)?i(e.slice(2),l?2:8):a.test(e)?NaN:+e}},9833:function(e,t,l){var o=l(531);e.exports=function(e){return null==e?"":o(e)}},2628:function(e,t,l){var o=l(7415),r=l(3674);e.exports=function(e){return null==e?[]:o(e,r(e))}},2703:function(e,t,l){"use strict";var o=l(414);function r(){}function n(){}n.resetWarningCache=r,e.exports=function(){function e(e,t,l,r,n,a){if(a!==o){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var l={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:n,resetWarningCache:r};return l.PropTypes=l,l}},5697:function(e,t,l){e.exports=l(2703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2819:function(e){"use strict";e.exports=window.lodash},2175:function(e){"use strict";e.exports=window.wp.blockEditor},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n}},o={};function r(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,loaded:!1,exports:{}};return l[e](n,n.exports,r),n.loaded=!0,n.exports}r.m=l,r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var l in t)r.o(t,l)&&!r.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})},r.f={},r.e=function(e){return Promise.all(Object.keys(r.f).reduce((function(t,l){return r.f[l](e,t),t}),[]))},r.u=function(e){return e+".js"},r.miniCssF=function(e){},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="coblocks:",r.l=function(l,o,n,a){if(e[l])e[l].push(o);else{var c,s;if(void 0!==n)for(var i=document.getElementsByTagName("script"),m=0;m<i.length;m++){var u=i[m];if(u.getAttribute("src")==l||u.getAttribute("data-webpack")==t+n){c=u;break}}c||(s=!0,(c=document.createElement("script")).charset="utf-8",c.timeout=120,r.nc&&c.setAttribute("nonce",r.nc),c.setAttribute("data-webpack",t+n),c.src=l),e[l]=[o];var d=function(t,o){c.onerror=c.onload=null,clearTimeout(h);var r=e[l];if(delete e[l],c.parentNode&&c.parentNode.removeChild(c),r&&r.forEach((function(e){return e(o)})),t)return t(o)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=d.bind(null,c.onerror),c.onload=d.bind(null,c.onload),s&&document.head.appendChild(c)}},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){var e;r.g.importScripts&&(e=r.g.location+"");var t=r.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var l=t.getElementsByTagName("script");l.length&&(e=l[l.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e}(),function(){var e={541:0};r.f.j=function(t,l){var o=r.o(e,t)?e[t]:void 0;if(0!==o)if(o)l.push(o[2]);else{var n=new Promise((function(l,r){o=e[t]=[l,r]}));l.push(o[2]=n);var a=r.p+r.u(t),c=new Error;r.l(a,(function(l){if(r.o(e,t)&&(0!==(o=e[t])&&(e[t]=void 0),o)){var n=l&&("load"===l.type?"missing":l.type),a=l&&l.target&&l.target.src;c.message="Loading chunk "+t+" failed.\n("+n+": "+a+")",c.name="ChunkLoadError",c.type=n,c.request=a,o[1](c)}}),"chunk-"+t,t)}};var t=function(t,l){var o,n,a=l[0],c=l[1],s=l[2],i=0;if(a.some((function(t){return 0!==e[t]}))){for(o in c)r.o(c,o)&&(r.m[o]=c[o]);s&&s(r)}for(t&&t(l);i<a.length;i++)n=a[i],r.o(e,n)&&e[n]&&e[n][0](),e[a[i]]=0},l=self.webpackChunkcoblocks=self.webpackChunkcoblocks||[];l.forEach(t.bind(null,0)),l.push=t.bind(null,l.push.bind(l))}(),r(8127)}();
 
 
1
+ !function(){var e,t,l={8127:function(e,t,l){"use strict";var o={};l.r(o),l.d(o,{category:function(){return ae},metadata:function(){return q},name:function(){return ne},settings:function(){return se}});var r={};l.r(r),l.d(r,{category:function(){return pe},name:function(){return fe},settings:function(){return ge}});var n={};l.r(n),l.d(n,{category:function(){return Ve},name:function(){return Be},settings:function(){return Ge}});var a={};l.r(a),l.d(a,{category:function(){return Tt},icon:function(){return N},metadata:function(){return Mt},name:function(){return Rt},settings:function(){return At}});var c=l(998),s=l.n(c),i=l(7361),m=l.n(i),u=l(8718),d=l.n(u),h=window.wp.blocks;const v=(0,h.getCategories)().some((function(e){return"formatting"===e.slug}));var f=window.wp.blob,p=(window.wp.tokenList,l(5736));const g=(e,t)=>{const l=d()(e,["alt","id","link","caption","imgLink"]);l.url=m()(e,["sizes","large","url"])||m()(e,["media_details","sizes","large","source_url"])||e.url;const o=s()(t,(function(e){return e.url===l.url}));return l.imgLink=o>=0?t[o].imgLink:"",l},w=["image"],b=e=>{var t;const l=null!==(t=null==e?void 0:e.size)&&void 0!==t?t:e;return RegExp(/([a-z])/).test(l)?l:l+"px"};var y=l(9307),k=window.wp.primitives,E={default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Circle,{cx:"12",cy:"4",r:"2"}),(0,y.createElement)(k.Path,{d:"M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})))},x=(E.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19 9c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v7.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-13.875-3.5c-.89746 0-1.625.72754-1.625 1.625v9.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-9.75c0-.89746-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Accordion Item",keywords:["interface","modal","window"]}}),z=(((((((((((((((((((((((((((((((((((((((((((((((((((((((((x.styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m19 7c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v4.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-.125 10h-13.75c-.06904 0-.125.056-.125.125v1.75c0 .069.05596.125.125.125h13.75c.069 0 .125-.056.125-.125v-1.75c0-.069-.056-.125-.125-.125zm-13.75-13.5c-.89746 0-1.625.72754-1.625 1.625v6.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-6.75c0-.89746-.7275-1.625-1.625-1.625zm0 12c-.89746 0-1.625.7275-1.625 1.625v1.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-1.75c0-.8975-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Accordion",keywords:["item","window"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M22,11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3H22z M7,9H4V5h3V9z M17,15h3v4h-3V15z M17,5h3v4h-3V5z",fill:"currentColor"}))},meta:{label:"Diagram",keywords:["blueprint","flowchart","hierarchy","layout","map","sitemap"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0.26 0.27 20.1 20.1",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10.2895508.29378255c-5.52000002 0-10.00000002 4.48-10.00000002 10.00000005 0 5.52 4.48 10 10.00000002 10 5.52 0 10-4.48 10-10 0-5.52000005-4.48-10.00000005-10-10.00000005zm0 18.00000005c-4.41000002 0-8.00000002-3.59-8.00000002-8 0-4.41000005 3.59-8.00000005 8.00000002-8.00000005 4.41 0 8 3.59 8 8.00000005 0 4.41-3.59 8-8 8zm0-12.50000005c-2.49000002 0-4.50000002 2.01-4.50000002 4.50000005 0 2.49 2.01 4.5 4.50000002 4.5 2.49 0 4.5-2.01 4.5-4.5 0-2.49000005-2.01-4.50000005-4.5-4.50000005zm0 5.50000005c-.55000002 0-1.00000002-.45-1.00000002-1 0-.55000005.45-1.00000005 1.00000002-1.00000005.55 0 1 .45 1 1.00000005 0 .55-.45 1-1 1z",fill:"currentColor"}))},meta:{label:"Album",keywords:["audio","bullseye","media","music","song","target"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m10.1758 20.4657c0 1.0083.8159 1.8242 1.8242 1.8242s1.8242-.8159 1.8242-1.8242z"}),(0,y.createElement)(k.Path,{d:"m12 4.5c2 0 5.5 1.5 5.5 4.78988v6.71012c0 .2761-.2239.5-.5.5h-10.00002c-.27614 0-.5-.2239-.5-.5v-6.71012c0-3.28988 3.5-4.78988 5.50002-4.78988zm0-3c-.7608 0-1.375.76821-1.375 1.52904-3.12502.97096-5.62502 3.47096-5.62501 6.26084v7.08582c0 .2652-.10536.5195-.29289.7071l-1.3506 1.3506c-.12155.1215-.18984.2864-.18984.4583 0 .358.2902.6482.64818.6482h16.37026c.358 0 .6482-.2902.6482-.6482 0-.1719-.0683-.3368-.1898-.4583l-1.3506-1.3506c-.1876-.1876-.2929-.4419-.2929-.7071v-7.08582c0-2.78988-2.5-5.28988-5.625-6.26084 0-.76083-.6142-1.52904-1.375-1.52904z"})))},meta:{label:"Alert",keywords:["bell","danger","ring","sound","warning"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L12 10.66 10.48 12h.01L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5.01.01L13.52 12h-.01l2.69-2.39c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z",fill:"currentColor"}))},meta:{label:"Infinity",keywords:["cycle","eternal","figure eight","loop"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{className:"coblocks-icon-animation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{className:"small-circle",d:"M5.68,15.87a3.87,3.87,0,1,1,0-7.74,3.87,3.87,0,1,1,0,7.74Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,y.createElement)(k.Path,{className:"medium-circle",d:"M10.71,17.32A5.32,5.32,0,1,1,16.13,12,5.38,5.38,0,0,1,10.71,17.32Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,y.createElement)(k.Path,{className:"large-circle",d:"M16.15,18A6.06,6.06,0,0,1,10,12a6.12,6.12,0,0,1,12.23,0A6.06,6.06,0,0,1,16.15,18Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Animation",keywords:["balls","loading","movement","progression"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m7.4 8.5 4.77-8.26c-.7-.15-1.42-.24-2.17-.24-2.4 0-4.6.85-6.32 2.25l3.66 6.35zm12.14-1.5c-.92-2.92-3.15-5.26-6-6.34l-3.66 6.34zm.26 1h-7.49l.29.5 4.76 8.25c1.64-1.78 2.64-4.14 2.64-6.75 0-.69-.07-1.35-.2-2zm-13.26 2-3.9-6.75c-1.63 1.78-2.64 4.14-2.64 6.75 0 .69.07 1.35.2 2h7.49zm-6.08 3c.92 2.92 3.15 5.26 6 6.34l3.66-6.34zm11.27 0-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m12.25.26-.08-.04-.01.02c-.7-.15-1.42-.24-2.16-.24-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10c0-4.75-3.31-8.72-7.75-9.74zm5.16 6.74h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zm-6.31-4.92-2.83 4.92-1.15 2-2.72-4.7c1.44-1.42 3.42-2.3 5.6-2.3.37 0 .74.03 1.1.08zm-7.4 3.01 2.84 4.91 1.15 2h-5.43c-.16-.64-.26-1.31-.26-2 0-1.85.64-3.55 1.7-4.91zm-1.11 7.91h7.98l-2.71 4.7c-2.4-.67-4.34-2.42-5.27-4.7zm6.31 4.91 3.99-6.91 2.72 4.7c-1.45 1.42-3.43 2.3-5.61 2.3-.38 0-.74-.04-1.1-.09zm7.4-3-4-6.91h5.43c.17.64.27 1.31.27 2 0 1.85-.64 3.55-1.7 4.91z",fill:"currentColor"}))},meta:{label:"Aperture",keywords:["camera","creative","film","media","photo","photography"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m12 4c-4.416 0-8 3.584-8 8s3.584 8 8 8h4v-1.6h-4c-3.472 0-6.4-2.928-6.4-6.4s2.928-6.4 6.4-6.4 6.4 2.928 6.4 6.4v1.144c0 .632-.568 1.256-1.2 1.256s-1.2-.624-1.2-1.256v-1.144c0-2.208-1.792-4-4-4s-4 1.792-4 4 1.792 4 4 4c1.104 0 2.112-.448 2.832-1.176.52.712 1.416 1.176 2.368 1.176 1.576 0 2.8-1.28 2.8-2.856v-1.144c0-4.416-3.584-8-8-8zm0 10.4c-1.328 0-2.4-1.072-2.4-2.4s1.072-2.4 2.4-2.4 2.4 1.072 2.4 2.4-1.072 2.4-2.4 2.4z",fill:"currentColor"}))},meta:{label:"At",keywords:["at sign","email","letter","mail","mention","message","symbol"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444z",transform:"translate(-3)",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444zm-2.22222222 17.7777778c-1.22222222 0-2.22222222-1-2.22222222-2.2222222 0-1.2222223 1-2.2222223 2.22222222-2.2222223s2.22222222 1 2.22222222 2.2222223c0 1.2222222-1 2.2222222-2.22222222 2.2222222z",transform:"translate(-3)",fill:"currentColor"}))},meta:{label:"Audiotrack",keywords:["media","music","podcast","song","sound","tune"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m20 21v-3c0-1.1046-.8954-2-2-2h-12c-1.10457 0-2 .8954-2 2v3",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,y.createElement)(k.Circle,{cx:"12",cy:"8",fill:"currentColor",r:"5"}))},meta:{label:"Author",keywords:["head","human","people","person"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10.3519669 11.7141378v8.2858622h8.2815735v-8.2858622zm-10.3519669 8.2858622h8.2815735v-8.2858622h-8.2815735zm0-18.64319006v8.28586225h8.2815735v-8.28586225zm14.1407867-1.35680994-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m14.1407867 2.93112377 2.9296067 2.93112377-2.9296067 2.93112377-2.9296066-2.93112377zm-7.92960658.49715173v4.14293113h-4.14078675v-4.14293113zm10.35196688 10.3573278v4.1429311h-4.1407868v-4.1429311zm-10.35196688 0v4.1429311h-4.14078675v-4.1429311zm7.92960658-13.7856033-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759zm-5.8592132 1.35680994h-8.2815735v8.28586225h8.2815735zm10.3519669 10.35732786h-8.2815735v8.2858622h8.2815735zm-10.3519669 0h-8.2815735v8.2858622h8.2815735z",fill:"currentColor"}))},meta:{label:"Blocks",keywords:["boxes","build","square","stack","widgets"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z",fill:"currentColor"}))},meta:{label:"Blur",keywords:["dots","plot","random"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m17.5215122.06508061c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5.25540258 13.7291273c.57809428 0 1.05108052.4729863 1.05108052 1.0510805 0 1.1561886-.94597247 2.1021611-2.10216104 2.1021611-.17868368 0-.34685657-.0210216-.52554025-.0525541.32583496-.5780942.52554025-1.2718074.52554025-2.049607 0-.5780942.47298624-1.0510805 1.05108052-1.0510805zm12.26610962-13.66404669c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"}))},meta:{label:"Brush",keywords:["artist","colors","creative","design","media","paint","paintbrush","palette"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"-3 -3 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"M1.5 18.75A.75.75 0 0 1 .75 18V3A2.753 2.753 0 0 1 3.5.25h11A2.753 2.753 0 0 1 17.25 3v10a2.752 2.752 0 0 1-2.75 2.75H6.166c-.27 0-.533.088-.749.25L1.95 18.6a.751.751 0 0 1-.45.15Zm2-17A1.251 1.251 0 0 0 2.25 3v13.5l2.267-1.7a2.767 2.767 0 0 1 1.65-.55H14.5A1.25 1.25 0 0 0 15.75 13V3a1.251 1.251 0 0 0-1.25-1.25h-11Z",fill:"currentColor"}))},meta:{label:"Bubble",keywords:["conversation","head","human","people","person","speach","speak","talk","testimonial"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.6611198 16.3587437-8.2604891-8.26048913c.8460633-2.12880446.4093855-4.63970202-1.3100335-6.36821846-2.09241464-2.09241464-5.34930351-2.2834612-7.66915452-.59133458l3.4934227 3.50252016-1.2918386 1.28274115-3.48432525-3.48432525c-1.69212662 2.31075356-1.50108006 5.57673988.59133458 7.66005711 1.69212662 1.6921266 4.15753691 2.1379019 6.26814645 1.3464233l8.28778144 8.2877814c.3548008.3548008.9279404.3548008 1.2827412 0l2.0924146-2.0924146c.3638982-.3457033.3638982-.9188429 0-1.2827411z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.6627376 17.0986011-8.2473132-8.24731315c.8447138-2.1254089.4087325-4.63230145-1.307944-6.35806082-2.08907708-2.08907713-5.34077104-2.27981895-7.65692177-.59039136l3.48785051 3.49693345-1.28977806 1.28069511-3.47876756-3.47876757c-1.68942759 2.30706779-1.49868577 5.56784469.59039136 7.64783884 1.68942759 1.6894276 4.15090542 2.1344919 6.25814844 1.3442758l8.27456198 8.274562c.3542348.3542348.9264603.3542348 1.2806951 0l2.0890772-2.0890772c.3633177-.3451518.3633177-.9173773 0-1.2806951zm-2.7248832 1.4532711-8.5924651-8.59246508c-.55405958.40873248-1.17169978.65397198-1.8165888.74480138-1.23528039.1816589-2.53414139-.1907418-3.47876757-1.13536797-.86287968-.85379674-1.26252922-1.99824769-1.19894861-3.12453275l2.80662971 2.80662971 3.85116827-3.85116827-2.80662971-2.80662971c1.12628506-.0635806 2.26165307.33606893 3.12453275 1.18986567.98095795.98095796 1.35335866 2.33431662 1.12628506 3.59684584-.10899533.64488902-.38148365 1.24436333-.79929908 1.78025703l8.58338208 8.58338215z",fill:"currentColor",transform:"translate(0 -.734049)"}))},meta:{label:"Tools",keywords:["build","construction","settings","work","wrench"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 5.45454545c1.0090909 0 1.8181818-.81818181 1.8181818-1.81818181 0-.34545455-.0909091-.66363637-.2636363-.93636364l-1.5545455-2.7-1.55454545 2.7c-.17272728.27272727-.26363637.59090909-.26363637.93636364 0 1 .81818182 1.81818181 1.81818182 1.81818181zm4.1818182 9.08181815-.9727273-.9727272-.9818182.9727272c-1.1818182 1.1818182-3.25454543 1.1909091-4.44545452 0l-.97272727-.9727272-.99090909.9727272c-.59090909.5909091-1.38181818.9181819-2.21818182.9181819-.66363636 0-1.27272727-.209091-1.78181818-.5545455v4.1909091c0 .5.40909091.9090909.90909091.9090909h14.54545457c.5 0 .9090909-.4090909.9090909-.9090909v-4.1909091c-.5090909.3454545-1.1181818.5545455-1.7818182.5545455-.8363636 0-1.6272727-.3272728-2.2181818-.9181819zm1.2727273-6.35454542h-4.5454546v-1.81818182h-1.81818181v1.81818182h-4.54545454c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727272v1.4c0 .9818182.8 1.7818182 1.78181818 1.7818182.47272727 0 .92727273-.1818182 1.25454545-.5181818l1.94545455-1.9363637 1.93636364 1.9363637c.67272727.6727272 1.84545456.6727272 2.51818186 0l1.9454545-1.9363637 1.9363636 1.9363637c.3363637.3363636.7818182.5181818 1.2545455.5181818.9818182 0 1.7818182-.8 1.7818182-1.7818182v-1.4c.0090909-1.5090909-1.2090909-2.72727272-2.7181818-2.72727272z",fill:"currentColor"}))},meta:{label:"Cake",keywords:["baking","birthday","celebration","food","fun","party","taste"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m22 4h-1v-2h-2v2h-14v-2h-2v2h-1c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-20v-11h20zm0-13h-20v-3h20zm-18 4h4v4h-4z",fill:"currentColor"}))},meta:{label:"Calendar",keywords:["date","day","month","time"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m7 1-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2h-3.17l-1.83-2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18 3h-3.17l-1.83-2h-6l-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 14h-16v-12h4.05l1.83-2h4.24l1.83 2h4.05zm-8-11c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z",fill:"currentColor"}))},meta:{label:"Camera",keywords:["aperture","creative","film","media","photography","photo"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M19.39 14.99l-1.41 1.41L12 10.43 6.02 16.4l-1.41-1.41L12 7.6l7.39 7.39z"}))},meta:{label:"Caret",keywords:["arrow","direction","up"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z",fill:"currentColor"}))},meta:{label:"Cast",keywords:["broadcast","chromecast","screen","television","tv","video","vodcast"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m5.87563 13 5.50317-5.48574-1.194-1.01418-4.24673 4.23322-1.43827-1.5881-1.24834.9572zm14.12437-7.49992h-7v1.49992h7zm0 5.99992h-10v1.5h10zm-13 5.5156h13v1.4843h-13z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Checklist",keywords:["check","done","list","okay","task"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m12 0.0585938c-6.5916562 0-11.9414062 5.34975-11.9414062 11.9414062s5.34975 11.9414062 11.9414062 11.9414062 11.9414062-5.34975 11.9414062-11.9414062-5.34975-11.9414062-11.9414062-11.9414062zm0 21.7138671c-5.3870691 0-9.7724609-4.3853918-9.7724609-9.7724609s4.3853918-9.7724609 9.7724609-9.7724609 9.7724609 4.3853918 9.7724609 9.7724609-4.3853918 9.7724609-9.7724609 9.7724609zm4.59-14.1924609-6.59 6.59-2.59-2.58-1.41 1.41 4 4 8-8z",fill:"currentColor"}))},meta:{label:"Checkmark circle",keywords:["check","confirm","done","okay"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-4v4h-2v-4h-4v-2h4v-4h2v4h4z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11 5h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-1-5c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},meta:{label:"Add Circle",keywords:["add","circle","insert","math","plus"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-10v-2h10z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5 9v2h10v-2zm5-9c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},meta:{label:"Substract Circle",keywords:["remove","circle","insert","delete","math","minus"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m13.1578947 9.47368421v-6.31578947l-3.1578947-3.15789474-3.15789474 3.15789474v2.10526315h-6.31578947v14.73684211h18.94736841v-10.52631579zm-8.42105259 8.42105259h-2.10526316v-2.1052631h2.10526316zm0-4.2105263h-2.10526316v-2.1052631h2.10526316zm0-4.21052629h-2.10526316v-2.10526316h2.10526316zm6.31578949 8.42105259h-2.10526318v-2.1052631h2.10526318zm0-4.2105263h-2.10526318v-2.1052631h2.10526318zm0-4.21052629h-2.10526318v-2.10526316h2.10526318zm0-4.21052632h-2.10526318v-2.10526315h2.10526318zm6.3157895 12.63157891h-2.1052632v-2.1052631h2.1052632zm0-4.2105263h-2.1052632v-2.1052631h2.1052632z",fill:"currentColor"}))},meta:{label:"City",keywords:["building","business","corporation","location","map","public","skyscraper","town"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6m0-2C9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4z",fill:"currentColor"}))},meta:{label:"Cloud",keywords:["forecast","internet","network","rain","sky","weather"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.13877 4.50131L15.7841 4.5C17.2301 4.49975 17.7552 4.65057 18.2852 4.93385C18.8153 5.21712 19.2322 5.63288 19.5174 6.16268C19.8027 6.69248 19.9558 7.21802 19.9628 8.66734L19.9998 16.3299C20.0068 17.7793 19.8587 18.3048 19.5786 18.8347C19.2984 19.3646 18.8855 19.7805 18.3582 20.064C17.8309 20.3475 17.3073 20.4984 15.8612 20.4987L8.21593 20.5C6.76988 20.5002 6.24478 20.3494 5.71476 20.0662C5.18474 19.7829 4.76784 19.3671 4.48256 18.8373C4.19728 18.3075 4.04418 17.782 4.03719 16.3327L4.00024 8.67006C3.99325 7.22074 4.14128 6.69516 4.42145 6.16526C4.70162 5.63536 5.11451 5.21946 5.64179 4.936C6.16908 4.65255 6.69272 4.50155 8.13877 4.50131V4.50131ZM7.55556 7.16667C7.06464 7.16667 6.66667 7.56464 6.66667 8.05556V16.9444C6.66667 17.4354 7.06464 17.8333 7.55556 17.8333H10.2222C10.7131 17.8333 11.1111 17.4354 11.1111 16.9444V8.05556C11.1111 7.56464 10.7131 7.16667 10.2222 7.16667H7.55556ZM13.7778 13.3889C13.2869 13.3889 12.8889 13.7869 12.8889 14.2778V16.9444C12.8889 17.4354 13.2869 17.8333 13.7778 17.8333H16.4444C16.9354 17.8333 17.3333 17.4354 17.3333 16.9444V14.2778C17.3333 13.7869 16.9354 13.3889 16.4444 13.3889H13.7778ZM13.7778 7.16667C13.2869 7.16667 12.8889 7.56464 12.8889 8.05556V10.7222C12.8889 11.2131 13.2869 11.6111 13.7778 11.6111H16.4444C16.9354 11.6111 17.3333 11.2131 17.3333 10.7222V8.05556C17.3333 7.56464 16.9354 7.16667 16.4444 7.16667H13.7778Z",fill:"currentColor"}))},meta:{label:"CoBlocks",keywords:["blocks","build","design","gutenberg"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0c-5.52222222 0-10 4.47777778-10 10 0 5.5222222 4.47777778 10 10 10 .9222222 0 1.6666667-.7444444 1.6666667-1.6666667 0-.4333333-.1666667-.8222222-.4333334-1.1222222-.2555555-.2888889-.4222222-.6777778-.4222222-1.1 0-.9222222.7444445-1.6666667 1.6666667-1.6666667h1.9666666c3.0666667 0 5.5555556-2.4888888 5.5555556-5.55555551 0-4.91111111-4.4777778-8.88888889-10-8.88888889zm-6.11111111 10c-.92222222 0-1.66666667-.74444444-1.66666667-1.66666667 0-.92222222.74444445-1.66666666 1.66666667-1.66666666s1.66666667.74444444 1.66666667 1.66666666c0 .92222223-.74444445 1.66666667-1.66666667 1.66666667zm3.33333333-4.44444444c-.92222222 0-1.66666666-.74444445-1.66666666-1.66666667s.74444444-1.66666667 1.66666666-1.66666667 1.66666667.74444445 1.66666667 1.66666667-.74444445 1.66666667-1.66666667 1.66666667zm5.55555558 0c-.9222222 0-1.6666667-.74444445-1.6666667-1.66666667s.7444445-1.66666667 1.6666667-1.66666667 1.6666666.74444445 1.6666666 1.66666667-.7444444 1.66666667-1.6666666 1.66666667zm3.3333333 4.44444444c-.9222222 0-1.6666667-.74444444-1.6666667-1.66666667 0-.92222222.7444445-1.66666666 1.6666667-1.66666666s1.6666667.74444444 1.6666667 1.66666666c0 .92222223-.7444445 1.66666667-1.6666667 1.66666667z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m10 20c-5.51 0-10-4.49-10-10s4.49-10 10-10 10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5h1.77c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"}),(0,y.createElement)(k.Circle,{cx:"4.5",cy:"9.5",r:"1.5"}),(0,y.createElement)(k.Circle,{cx:"7.5",cy:"5.5",r:"1.5"}),(0,y.createElement)(k.Circle,{cx:"12.5",cy:"5.5",r:"1.5"}),(0,y.createElement)(k.Circle,{cx:"15.5",cy:"9.5",r:"1.5"})))},meta:{label:"Color Palette",keywords:["artist","creative","design","media","paint","palette"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.6750451 2.92459381-2.5996389-2.59963894c-.4332732-.43327316-1.133176-.43327316-1.5664491 0l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867zm-15.3200944 14.85349259-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m16.2866269 2.68018331 1.0220802 1.02208026-2.9884738 2.98847383-1.0220803-1.02208027zm.0111095-2.67740592c-.2888487 0-.5665879.11109568-.7887793.32217748l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867l-2.5996389-2.59963894c-.2221914-.2110818-.4999306-.32217748-.7776698-.32217748zm-11.9427857 17.77530901-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"}))},meta:{label:"Color Picker",keywords:["artist","creative","design","eye dropper","media","paint","palette"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5 4.75h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m9 5.5h6v13h-6z",fill:"currentColor"}))},meta:{label:"Column",keywords:["divider","middle","separator"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M22,10V6c0-1.11-0.9-2-2-2H4C2.9,4,2.01,4.89,2.01,6v4C3.11,10,4,10.9,4,12s-0.89,2-2,2v4c0,1.1,0.9,2,2,2h16 c1.1,0,2-0.9,2-2v-4c-1.1,0-2-0.9-2-2S20.9,10,22,10z M13,17.5h-2v-2h2V17.5z M13,13h-2v-2h2V13z M13,8.5h-2v-2h2V8.5z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM11 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2z",fill:"currentColor"}))},meta:{label:"Ticket",keywords:["admission","coupon","receipt","voucher"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m4.99996 5-.00005 1.55h8.71739v-1.55zm-.00005 6.5312-.00005 1.5h14.00004v-1.5zm-.00015 5.9688.00005 1.5h8.71739v-1.5z",fill:"currentColor"}))},meta:{label:"Content",keywords:["line","paragraph","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18.1818182 7.87545455c-1.0045455 0-1.8181818.81363636-1.8181818 1.81818181v2.72727274h-12.72727276v-2.72727274c0-1.00454545-.81363637-1.81818181-1.81818182-1.81818181-1.00454546 0-1.81818182.81363636-1.81818182 1.81818181v5.14764964c0 1 .81818182 1.8181818 1.81818182 1.8181818h16.36363638c1 0 1.8181818-.8181818 1.8181818-1.8181818v-5.14764964c0-1.00454545-.8136364-1.81818181-1.8181818-1.81818181zm-2.7272727-4.54545455h-10.90909095c-1 0-1.81818182.81818182-1.81818182 1.81818182v1.95909091c1.05454545.37727272 1.81818182 1.37727272 1.81818182 2.55909091v1.84545456h10.90909095v-1.84545456c0-1.18181819.7636363-2.18181819 1.8181818-2.55909091v-1.95909091c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m17.5 7.5v-1.66666667c0-1.375-1.125-2.5-2.5-2.5h-10c-1.375 0-2.5 1.125-2.5 2.5v1.66666667c-1.375 0-2.5 1.125-2.5 2.5v4.1666667c0 1.375 1.125 2.5 2.5 2.5h15c1.375 0 2.5-1.125 2.5-2.5v-4.1666667c0-1.375-1.125-2.5-2.5-2.5zm-13.33333333-1.66666667c0-.45833333.375-.83333333.83333333-.83333333h10c.4583333 0 .8333333.375.8333333.83333333v2.31666667c-.5083333.45833333-.8333333 1.11666667-.8333333 1.85v1.6666667h-10v-1.6666667c0-.73333333-.325-1.39166667-.83333333-1.85zm14.16666663 8.33333337c0 .4583333-.375.8333333-.8333333.8333333h-15c-.45833333 0-.83333333-.375-.83333333-.8333333v-4.1666667c0-.45833333.375-.83333333.83333333-.83333333s.83333333.375.83333333.83333333v3.3333333h13.33333337v-3.3333333c0-.45833333.375-.83333333.8333333-.83333333s.8333333.375.8333333.83333333z",fill:"currentColor"}))},meta:{label:"Couch",keywords:["chair","chill","relax","rest","sleep","sofa","weekend"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{fill:"currentColor",d:"m12.11 5.19 1.09.2a7.76 7.76 0 0 1 6.13 5.82l.33 1.35-.15 1.35A7.78 7.78 0 1 1 11 5.29l1.08-.1h.03ZM12.25 0C11 0 10 .34 10 .75c0 .22.29.42.75.56v1a10.78 10.78 0 1 0 11.74 11.94H24c.55 0 1-.84 1-1.87 0-1.03-.45-1.88-1-1.88h-1.75a10.78 10.78 0 0 0-8.5-8.06V1.31c.46-.14.75-.34.75-.56 0-.41-1-.75-2.25-.75Z"}),(0,y.createElement)(k.Path,{fill:"currentColor",d:"M6.19 11.42v-.41c.8 0 1-.13 1-.67h.52V15h-.56v-3.58h-.96ZM9 14.91c0-1.25 2.42-1.92 2.42-3.29a.769.769 0 0 0-.85-.86c-.7 0-1 .49-1 1.14H9a1.5 1.5 0 0 1 1.55-1.63 1.23 1.23 0 0 1 1.37 1.35c0 1.35-1.9 2.15-2.29 2.87h2.61v.5H9v-.08Zm4.7-3.81h.54c0 .6.43 1 1.11 1 .68 0 1.11-.32 1.11-.9 0-.58-.57-.89-1.18-.89H15v-.5h.25c.53 0 .93-.2.93-.77 0-.57-.34-.76-.87-.76a.83.83 0 0 0-.92.84h-.51a1.32 1.32 0 0 1 1.43-1.33 1.26 1.26 0 0 1 1.41 1.19 1 1 0 0 1-.68 1 1.13 1.13 0 0 1 .96 1.19c0 .84-.66 1.39-1.67 1.39a1.46 1.46 0 0 1-1.63-1.46Zm2.17 5.55h-2.3v-.34l2.35-3.21h.48v3h.75v.5h-.75v1.1h-.53v-1.05Zm0-.5v-2.24l-1.6 2.24h1.6Z"}))},meta:{label:"Counter",keywords:["count","number","stats","ticker","time","watch"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18 2h-16c-1.11 0-1.99.89-1.99 2l-.01 12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-12c0-1.11-.89-2-2-2zm0 14h-16v-6h16zm0-10h-16v-2h16z",fill:"currentColor"}))},meta:{label:"Credit Card",keywords:["cash","checkout","commerce","ecommerce","money","payment","shop","store"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m12.8672 6h1.3535l4.8164 12.4277h-1.96l-1.0371-2.8125h-4.0736-.8668l-.3078.6177.0557-.1498-.87191 2.3446h-1.91602l1.49903-3.875h-2.6211l-.69727 1.875h-1.27734l3.20508-8.28512h.90234l1.48539 3.83272zm2.6455 8.0596-1.9863-5.51956-1.9864 5.51956zm-5.58106-.544-1.32422-3.67966-1.32422 3.67966z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Custom typography",keywords:["alphabet","letter","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11 0v3.03759398c3.39.49122808 6 3.39849625 6 6.93734336 0 .90225566-.18 1.75438596-.48 2.54636596l2.6 1.5338345c.56-1.2431077.88-2.6265664.88-4.08020046 0-5.19298245-3.95-9.47368421-9-9.97493734zm-1 16.9924812c-3.87 0-7-3.1378446-7-7.01754386 0-3.53884711 2.61-6.44611528 6-6.93734336v-3.03759398c-5.06.50125313-9 4.77192982-9 9.97493734 0 5.53383456 4.47 10.02506266 9.99 10.02506266 3.31 0 6.24-1.6140351 8.06-4.1002506l-2.6-1.5338346c-1.28 1.60401-3.24 2.6265664-5.45 2.6265664z",fill:"currentColor"}))},meta:{label:"Pie Chart",keywords:["analytics","chart","circle","data","graph","pie","stats"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182zm0 12.9090909h-16.36363638v-11.09090908h16.36363638z",fill:"currentColor"}))},meta:{label:"Desktop",keywords:["computer","device","monitor","office","pc","screen"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m12.5 0c.8325 0 1.5.61363636 1.5 1.36363636v11.27272724c0 .75-.675 1.3636364-1.5 1.3636364l-.5-2v-9h-10v9h10l.5 2h-11c-.8325 0-1.5-.6136364-1.5-1.3636364v-11.27272724c0-.75.6675-1.36363636 1.5-1.36363636zm-10 1c-.27614237 0-.5.22385763-.5.5s.22385763.5.5.5.5-.22385763.5-.5-.22385763-.5-.5-.5z",transform:"translate(1 1.001872)"}))},meta:{label:"Desktop",keywords:["square","window"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m15.5555556 14.4444444-4.4444445-4.4444444v-3.53333333c1.2888889-.46666667 2.2222222-1.68888889 2.2222222-3.13333334 0-1.84444444-1.4888889-3.33333333-3.3333333-3.33333333-1.84444444 0-3.33333333 1.48888889-3.33333333 3.33333333 0 1.44444445.93333333 2.66666667 2.22222222 3.13333334v3.53333333l-4.44444445 4.4444444h-4.44444444v5.5555556h5.55555556v-3.3888889l4.44444444-4.6666667 4.4444444 4.6666667v3.3888889h5.5555556v-5.5555556z",fill:"currentColor"}))},meta:{label:"Hub",keywords:["connect","device","share","social","usb"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m3.33333333 5h14.99999997v-1.66666667h-14.99999997c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.1666667h-1.66666667v2.5h11.6666667v-2.5h-8.33333337zm15.83333337 1.66666667h-5c-.4583334 0-.8333334.375-.8333334.83333333v8.3333333c0 .4583334.375.8333334.8333334.8333334h5c.4583333 0 .8333333-.375.8333333-.8333334v-8.3333333c0-.45833333-.375-.83333333-.8333333-.83333333zm-.8333334 7.50000003h-3.3333333v-5.83333337h3.3333333z",fill:"currentColor"}))},meta:{label:"Devices",keywords:["computer","ipad","office","pc","screen","surface"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z",fill:"currentColor"}))},meta:{label:"Devices Alternate",keywords:["computer","desk","devices","ipad","office","pc","screen","surface","tablet","watch"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5.6064238 11.1802028 2.96010809-2.96010811-7.34274162-7.33228187c-1.63172036 1.63172036-1.63172036 4.27803607 0 5.92021617zm7.0917077-1.89321403c1.6003411.74264193 3.8491865.21965466 5.5122861-1.44344493 1.9978115-1.99781147 2.3848221-4.86378185.8472394-6.40136449-1.5271229-1.5271229-4.3930933-1.15057205-6.4013645.84723942-1.6630996 1.66309959-2.1860869 3.91194496-1.4434449 5.51228608l-10.20871199 10.20871195 1.47482417 1.4748242 7.20676492-7.1858454 7.1963052 7.1963052 1.4748241-1.4748242-7.1963051-7.1963052z",fill:"currentColor"}))},meta:{label:"Dining",keywords:["cafe","cutlery","drink","eat","food","fork","menu","restaurant","spoon","taste"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-9.99 5-8.26-5.16 8.26-4.84 8.26 4.84z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0v.01l-7.99 4.99-8-5 8-4.68zm-15.99 11v-8.66l8 5.02 7.99-4.99.01 8.63z",fill:"currentColor"}))},meta:{label:"Email",keywords:["letter","mail","message","open","read"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.75 8v10.7885c0 1.0833-.8794 1.9615-1.9656 1.9615-3.0519 0-8.97462 0-12.7844 0",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m6 4.5h10c.2761 0 .5.22386.5.5v12c0 .2761-.2239.5-.5.5h-10c-.27614 0-.5-.2239-.5-.5v-12c0-.27614.22386-.5.5-.5zm10-1.5h-10c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2v-12c0-1.10457-.8954-2-2-2zm-1 3.75h-8v1.5h8zm-8 3.25h8v1.5h-8zm6 3.25h-6v1.5h6z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Duplicate",keywords:["copy","paper","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m11.5 4h1.5v15.5h-1.5z"}),(0,y.createElement)(k.Path,{d:"m8 4h8.5v1.5h-8.5z"}),(0,y.createElement)(k.Path,{d:"m8 18.5h8.5v1.5h-8.5z"})))},meta:{label:"Dynamic HR",keywords:["cursor","divider","horizontal rule"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m9.99 0c5.53 0 10.01 4.48 10.01 10s-4.48 10-10.01 10c-5.52 0-9.99-4.48-9.99-10s4.47-10 9.99-10zm3.51 9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m9.99 0c-5.52 0-9.99 4.48-9.99 10s4.47 10 9.99 10c5.53 0 10.01-4.48 10.01-10s-4.48-10-10.01-10zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"}))},meta:{label:"Emoticon",keywords:["emotion","fun","happy","joy","smile"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,y.createElement)(k.Path,{d:"m11.6959 13.7224c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.52538.3133-.11675.6605-.17512 1.0414-.17512.3748 0 .6943.07988.9586.23963.2642.15357.4608.36257.5898.62677.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"})))},meta:{label:"Event item",keywords:["calendar","date","day","month","time"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,y.createElement)(k.Path,{d:"m7 10h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m7 14h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m11 10h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m15 10h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m11 14h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m15 14h2v2h-2z"})))},meta:{label:"Events",keywords:["calendar","date","day","month","schedule","time"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5.5-2.5l7.51-3.49L17.5 6.5 9.99 9.99 6.5 17.5zm5.5-6.6c.61 0 1.1.49 1.1 1.1s-.49 1.1-1.1 1.1-1.1-.49-1.1-1.1.49-1.1 1.1-1.1z",fill:"currentColor"}))},meta:{label:"Explore",keywords:["adventure","circle","compass","map","quest","safari browser"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m8.71794872 0c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m9.23076923 2.56410256v2.05128206h6.15384617v6.15384618h2.051282c.2871795 0 .5128205.225641.5128205.5128205s-.225641.5128205-.5128205.5128205h-2.051282v6.1538461h-2.174359c-.6974359-1.7948717-2.451282-3.076923-4.49230768-3.076923-2.04102564 0-3.7948718 1.2820513-4.49230769 3.076923h-2.17435898v-2.1743589c1.7948718-.6974359 3.07692308-2.4512821 3.07692308-4.4923077 0-2.04102566-1.27179487-3.79487181-3.06666667-4.49230771l-.01025641-2.17435897h6.15384616v-2.05128206c0-.28717948.22564102-.51282051.51282051-.51282051s.51282051.22564103.51282051.51282051zm-.51282051-2.56410256c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"}))},meta:{label:"Extension",keywords:["game","plugin","puzzle","widget"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M9 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6 0c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.29.02-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37C11.07 8.33 14.05 10 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M10.25 13c0 .69-.56 1.25-1.25 1.25S7.75 13.69 7.75 13s.56-1.25 1.25-1.25 1.25.56 1.25 1.25zM15 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm7 .25c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zM10.66 4.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12zM4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44C6.37 6 5.05 7.58 4.42 9.47zM20 12c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13 0-5.92-1.44-7.76-3.69C8.69 8.87 6.6 10.88 4 11.86c.01.04 0 .09 0 .14 0 4.41 3.59 8 8 8s8-3.59 8-8z",fill:"currentColor"}))},meta:{label:"Face",keywords:["eyes","friendly","happy","hair","head","human","person","user"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m11.9731 4.00028c-4.15965-.00653-7.62297 3.2243-7.94838 7.41482-.32541 4.1905 2.59681 7.9277 6.70658 8.5769v-5.6309h-2.02198v-2.3167h2.02198v-1.7697c-.0901-.83737.1934-1.67177.7735-2.27661.58-.60484 1.3965-.91732 2.2275-.85256.5973.00788 1.1932.05895 1.7832.15283v1.97885h-1.0031c-.3459-.045-.6934.07049-.9454.31419s-.3814.5895-.3521.9407v1.5123h2.213l-.3582 2.3247h-1.8548v5.6309c4.1346-.6239 7.0873-4.3734 6.7604-8.5849-.3269-4.21147-3.8219-7.44995-8.0022-7.41482z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Facebook",keywords:["media","share","social"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"M12 2.25A9.75 9.75 0 1 0 21.75 12 9.761 9.761 0 0 0 12 2.25Zm0 18A8.25 8.25 0 1 1 20.25 12 8.26 8.26 0 0 1 12 20.25Z",fill:"currentColor"}),(0,y.createElement)(k.Path,{d:"M12 7.083a2.753 2.753 0 0 0-2.75 2.75.75.75 0 1 0 1.5 0 1.25 1.25 0 0 1 2.5 0c0 .374-.166.613-.658.945A2.595 2.595 0 0 0 11.25 13v.25a.75.75 0 1 0 1.5 0V13c0-.39.171-.636.68-.978a2.555 2.555 0 0 0 1.32-2.188A2.753 2.753 0 0 0 12 7.084ZM11.996 15.125a1.127 1.127 0 1 0 .004 0h-.004Z",fill:"currentColor"}))},meta:{label:"FAQ",keywords:["answer","frequently asked questions","question"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m6 14h12v-1.5h-12z"}),(0,y.createElement)(k.Path,{d:"m4 18h16v-1.5h-16z"}),(0,y.createElement)(k.Path,{d:"m6 22h12v-1.5h-12z"})),(0,y.createElement)(k.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Feature",keywords:["list","pointer","stack"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm-1.9047619 12.38095239h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm5.7142857 12.38095239h-7.6190476v1.9047619h-7.61904762v-14.28571429h2.85714286v-1.90476191h1.9047619v1.90476191h2.85714286v1.9047619h7.6190476zm-10.47619046-2.8571429h1.90476191v1.9047619h-1.90476191zm0-6.66666663h1.90476191v1.9047619h-1.90476191zm3.80952386 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619zm3.8095238 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619z",fill:"currentColor"}))},meta:{label:"Film",keywords:["aperture","camera","creative","director","media","photography","producer","video"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m10.302 7.30717c.5217-.26086 1.0434-.39128 1.6955-.52171-1.4347 1.56512-1.826 3.91284-.7825 5.99964 1.0434 1.9564 3.2606 2.9998 5.3475 2.739-.3913.3912-.913.7825-1.4347 1.0434-2.6086 1.4347-5.73882.3912-7.04309-2.2173-1.43469-2.4781-.39128-5.73876 2.21729-7.04303z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Filter - Dark",keywords:["moon","night"]}}).styles.default,C={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m12 11.5 8 8.5h-8z"}),(0,y.createElement)(k.Path,{d:"m4 4h8v7.5l-7.99993 8.5z"})))},meta:{label:"Filter - Grayscale",keywords:["black","white"]}}.styles.default,_={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m9.94924 3.75h-5.19924c-.55228 0-1 .44772-1 1v14.5c0 .5523.44772 1 1 1h14.5313c.5523 0 1-.4477 1-1v-5.6458",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m16.8656 9.85.9234-2.02354 2.0235-.92336-2.0235-.92336-.9234-2.02354-.9234 2.02354-2.0235.92336 2.0235.92336zm-3.6836.7367-1.2279-2.7013-1.2279 2.7013-2.7013 1.2279 2.7013 1.2279 1.2279 2.7013 1.2279-2.7013 2.7013-1.2279z",fill:"currentColor"}))},meta:{label:"Filter - Main",keywords:["shine","star"]}}.styles.default,P={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.25",width:"16.5",x:"3.75",y:"3.75"}),(0,y.createElement)(k.Path,{d:"m4 16 4.57143-3.3333 3.42857 2.2222 4-3.8889 4 3.8889",strokeLinejoin:"round"})))},meta:{label:"Filter - None",keywords:["default","mountain"]}}.styles.default,S={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.53571",width:"16.5",x:"3.75",y:"3.75"}),(0,y.createElement)(k.Path,{d:"m15.2225 13.2414c0 1.7797-1.4428 3.2225-3.2225 3.2225-1.7798 0-3.22253-1.4428-3.22253-3.2225 0-.3585.17475-.9012.53447-1.5851.34749-.6606.81936-1.3646 1.30426-2.01861.4828-.65129.9674-1.23811 1.3321-1.66292.0175-.02039.0347-.0404.0517-.06001.0169.01961.0341.03962.0516.06001.3647.42481.8493 1.01163 1.3321 1.66292.4849.65401.9568 1.35801 1.3043 2.01861.3597.6839.5345 1.2266.5345 1.5851z"})))},meta:{label:"Filter - Saturation",keywords:["drop","water","wet"]}}.styles.default,B={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.Path,{d:"m9.27273 11.4545h-3.27273v1.091h3.27273zm1.18367-1.76723-1.1564-1.15636-.76909.76909 1.15636 1.1564zm2.0891-3.68727h-1.091v3.27273h1.091zm2.9236 3.3-.7691-.76909-1.1564 1.15636.7691.76913zm-.7418 2.1545v1.091h3.2727v-1.091zm-2.7273-1.0909c-.9055 0-1.6364.7309-1.6364 1.6364s.7309 1.6364 1.6364 1.6364 1.6364-.7309 1.6364-1.6364-.7309-1.6364-1.6364-1.6364zm1.5436 3.9491 1.1564 1.1564.7691-.7691-1.1564-1.1564zm-5.01269.3873.76909.7691 1.1564-1.1564-.76913-.7691zm2.92359 3.3h1.091v-3.2727h-1.091z",fill:"currentColor"}))},meta:{label:"Filter - Sepia",keywords:["flower","old","shine","star","vintage"]}}.styles.default,V={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.Path,{d:"m15.4536 12.2145c-.1443-.0858-.2938-.1555-.4433-.2145.1495-.059.299-.1287.4433-.2145.9897-.5952 1.5412-1.6729 1.5464-2.78282-.4691-.27882-1.0052-.42895-1.5515-.42895-.5258 0-1.0567.13941-1.5413.42895-.1443.08579-.2783.18767-.402.28955.0257-.16622.0412-.33781.0412-.50939 0-1.19035-.6237-2.2252-1.5464-2.78284-.9227.55764-1.5464 1.59249-1.5464 2.78284 0 .17158.0155.34317.0412.50939-.1237-.10724-.2577-.20912-.402-.29491-.48455-.28955-1.01548-.42896-1.54125-.42896-.54124 0-1.08248.15014-1.55155.42896 0 1.10988.55155 2.18768 1.54639 2.78288.14433.0858.29382.1555.4433.2144-.14948.059-.29897.1287-.4433.2145-.98969.5952-1.54124 1.6729-1.54639 2.7829.46907.2788 1.00515.4289 1.55155.4289.52577 0 1.0567-.1394 1.54125-.4289.1443-.0858.2783-.1877.402-.2896-.0257.1716-.0412.3432-.0412.5148 0 1.1903.6237 2.2252 1.5464 2.7828.9227-.5576 1.5464-1.5925 1.5464-2.7828 0-.1716-.0155-.3432-.0412-.5094.1237.1072.2577.2037.402.2895.4846.2896 1.0155.429 1.5413.429.5412 0 1.0824-.1502 1.5515-.429-.0052-1.1099-.5567-2.1876-1.5464-2.7828zm-1.3093-2.0805c.1083-.0911.1959-.15545.2784-.19834.3144-.18767.6701-.28955 1.0309-.28955.1392 0 .2732.01609.4072.0429-.1598.48789-.4845.90619-.9175 1.16889-.0876.0536-.1856.0965-.299.1448l-.7113.2788c-.0876-.2466-.2114-.4665-.3711-.6649zm-2.1443-2.76135c.3247.38606.5155.89008.5155 1.41019 0 .10188-.0103.21984-.0258.3378l-.1186.77212c-.1237-.02145-.2474-.03753-.3711-.03753s-.2474.01608-.366.03753l-.1185-.77212c-.0207-.11796-.031-.23592-.031-.3378 0-.52547.1908-1.02413.5155-1.41019zm-3.86082 2.311c.13402-.03218.27319-.0429.41237-.0429.35567 0 .71134.09652 1.02577.28955.07732.04825.16495.1072.25258.1877l.5928.5147c-.1547.193-.2732.4075-.3608.6434l-.71138-.2788c-.10825-.0482-.20619-.0965-.28866-.1448-.44846-.268-.76805-.6809-.92268-1.16885zm1.71649 4.17695c-.10825.0911-.19588.1555-.27835.1984-.31443.1876-.6701.2895-1.03093.2895-.13917 0-.27319-.0161-.40721-.0429.15979-.4879.48453-.9061.91752-1.1689.08763-.0536.18557-.0965.29897-.1447l.71133-.2789c.0825.2467.2114.4719.3711.6649zm2.14433 2.7667c-.3247-.386-.5155-.89-.5155-1.4101 0-.1073.0103-.2199.031-.3486l.1134-.7614c.1185.0215.2422.0376.3711.0376.1237 0 .2474-.0161.366-.0376l.1185.7722c.0207.1179.031.2359.031.3378 0 .5254-.1908 1.0241-.5155 1.4101zm3.4485-2.2734c-.3557 0-.7114-.0965-1.0258-.2896-.0928-.0536-.1753-.1179-.2526-.1823l-.5928-.5147c.1547-.193.2784-.4075.3608-.6488l.7114.2788c.1134.0429.2113.0912.2938.1394.4381.2628.7577.681.9175 1.1689-.1392.0376-.2783.0483-.4123.0483z",fill:"currentColor"}))},meta:{label:"Filter - Vintage",keywords:["flower","old","sepia"]}}.styles.default,G=((({default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m14.7660485 2.56204547c-.0789273 0-.1578547-.01973185-.2269162-.05919554-1.894257-.97672626-3.532-1.39109498-5.49531846-1.39109498-1.95345253 0-3.80824585.46369833-5.49531849 1.39109498-.23678212.12825699-.53275978.03946369-.67088269-.19731843-.12825698-.23678213-.03946368-.54262571.19731844-.67088269 1.83506147-.99645811 3.84770954-1.50948605 5.96888274-1.50948605 2.10144136 0 3.93650286.46369833 5.94915086 1.49962013.2466481.12825698.3354414.42423464.2071844.66101676-.0887933.1775866-.256514.27624582-.4341006.27624582zm-14.11813418 5.17960898c-.09865922 0-.19731844-.02959776-.28611174-.08879329-.2269162-.15785475-.27624581-.46369833-.11839106-.69061454.97672627-1.38122906 2.21983242-2.46648047 3.69972071-3.22615645 3.09789947-1.59827935 7.06400007-1.60814527 10.17176547-.00986592 1.4798883.75967598 2.7229944 1.83506147 3.6997207 3.20642461.1578547.21705028.1085251.53275978-.1183911.69061453s-.5327598.10852514-.6906145-.11839106c-.887933-1.24310616-2.0126481-2.21983243-3.3445475-2.90058104-2.8315196-1.45029051-6.45231293-1.45029051-9.27396659.00986593-1.34176537.69061453-2.46648047 1.67720672-3.35441344 2.92031287-.07892737.13812291-.2269162.20718436-.38477095.20718436zm6.16620117 11.90816775c-.12825698 0-.25651396-.0493296-.34530726-.1479889-.85833521-.8583352-1.32203353-1.4108268-1.9830503-2.6046033-.68074861-1.2135084-1.0359218-2.6933967-1.0359218-4.2818101 0-2.93017884 2.50594416-5.31773193 5.58411179-5.31773193 3.07816758 0 5.58411178 2.38755309 5.58411178 5.31773193 0 .2762458-.2170503.4932961-.4932961.4932961s-.4932961-.2170503-.4932961-.4932961c0-2.3875531-2.0619777-4.33113974-4.59751958-4.33113974-2.53554193 0-4.5975196 1.94358664-4.5975196 4.33113974 0 1.4206927.3157095 2.7328603.91753074 3.7983799.631419 1.134581 1.06551956 1.6180112 1.82519554 2.3875531.18745252.1973184.18745252.503162 0 .7004804-.10852514.0986593-.23678212.1479889-.36503911.1479889zm7.07386601-1.8251956c-1.1740447 0-2.2099665-.2959776-3.0584358-.878067-1.47002236-.9964581-2.34808941-2.6144693-2.34808941-4.3311397 0-.2762459.21705028-.4932961.4932961-.4932961.27624581 0 .49329609.2170502.49329609.4932961 0 1.3910949.71034642 2.7032626 1.91398882 3.5122682.7004805.4735642 1.519352.7004804 2.5059442.7004804.2367821 0 .631419-.0295978 1.0260559-.0986592.2663798-.0493296.5228938.128257.5722234.4045028.0493296.2663799-.128257.5228938-.4045028.5722235-.5623575.1085251-1.0556536.118391-1.1937765.118391zm-1.9830503 2.0323799c-.0394637 0-.0887933-.0098659-.128257-.0197318-1.5686816-.4341006-2.59473745-1.01619-3.67012294-2.0718436-1.38122906-1.3713632-2.14090505-3.1965587-2.14090505-5.1500112 0-1.5982794 1.36149722-2.90058107 3.03870394-2.90058107 1.67720675 0 3.03870395 1.30230167 3.03870395 2.90058107 0 1.0556536.9175307 1.9139888 2.0521117 1.9139888 1.1345811 0 2.0521118-.8583352 2.0521118-1.9139888 0-3.71945259-3.2064246-6.73842468-7.15279337-6.73842468-2.80192181 0-5.3670615 1.55881565-6.52137436 3.97596652-.38477096.79913966-.58208939 1.73640226-.58208939 2.76245816 0 .7695419.06906145 1.9830503.66101676 3.5615978.09865922.2565139-.02959776.5426257-.28611173.631419-.25651397.0986592-.54262571-.0394637-.631419-.2861118-.48343018-1.2924357-.7202123-2.5750056-.7202123-3.906905 0-1.1839107.2269162-2.2592961.67088269-3.19655873 1.31216761-2.7525922 4.22261456-4.53832406 7.40930733-4.53832406 4.48899447 0 8.13938557 3.46293858 8.13938557 7.72501679 0 1.5982794-1.3614972 2.9005811-3.038704 2.9005811-1.6772067 0-3.0387039-1.3023017-3.0387039-2.9005811 0-1.0556536-.9175307-1.9139888-2.05211175-1.9139888-1.13458101 0-2.05211175.8583352-2.05211175 1.9139888 0 1.6870727.65115084 3.2656202 1.84492739 4.4495308.93726258.9273967 1.83506151 1.4404246 3.22615641 1.8251956.2663799.0690614.4143688.3453072.3453073.6018212-.0493296.2269162-.256514.374905-.4636983.374905z",transform:"translate(1)",fill:"currentColor"}))}.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m8.91322329.78180339s.69401426 2.48532134.69401426 4.50171413c0 1.93198565-1.2661071 3.49820703-3.19809275 3.49820703-1.94136422 0-3.40442131-1.56622138-3.40442131-3.49820703l.02813571-.33762856c-1.89447137 2.25085707-3.02927847 5.16759264-3.02927847 8.33754974 0 4.1453284 3.35752846 7.5028569 7.50285689 7.5028569 4.14532848 0 7.50285688-3.3575285 7.50285688-7.5028569 0-5.05504985-2.4290499-9.56614256-6.09607121-12.50163531zm-1.67876423 17.19092081c-1.66938566 0-3.0198999-1.3129999-3.0198999-2.9448713 0-1.5193285.98474997-2.5884856 2.63537848-2.9261142 1.66000709-.3376285 3.37628556-1.1348071 4.33289986-2.41967133.3657643 1.20983563.5533357 2.48532133.5533357 3.78894273 0 2.4853213-2.0163928 4.5017141-4.50171414 4.5017141z",transform:"translate(2.553223 -.786621)",fill:"currentColor"}))},meta:{label:"Fire",keywords:["camping","cook","flame","heat","hot","spicy","trending"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5.45454545 9.09090909h-5.45454545v1.81818181h5.45454545zm1.97272728-2.94545454-1.92727273-1.92727273-1.28181818 1.28181818 1.92727273 1.92727273zm3.48181817-6.14545455h-1.81818181v5.45454545h1.81818181zm4.8727273 5.5-1.2818182-1.28181818-1.9272727 1.92727273 1.2818182 1.28181818zm-1.2363637 3.59090909v1.81818181h5.4545455v-1.81818181zm-4.5454545-1.81818182c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727273 0 1.5090909 1.21818182 2.7272727 2.72727273 2.7272727 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272727 0-1.50909091-1.2181818-2.72727273-2.7272727-2.72727273zm2.5727273 6.58181823 1.9272727 1.9272727 1.2818182-1.2818182-1.9272727-1.9272727zm-8.35454548.6454545 1.28181818 1.2818182 1.92727273-1.9272727-1.28181818-1.2818182zm4.87272727 5.5h1.81818181v-5.4545455h-1.81818181z",fill:"currentColor"}))},meta:{label:"Flare",keywords:["camera","creative","flower","light","photography","sun"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m5.5 18v-12c0-.27614.22386-.5.5-.5h3v-1.5h-3c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h3v-1.5h-3c-.27614 0-.5-.2239-.5-.5z"}),(0,y.createElement)(k.Path,{d:"m13 2v20h-2v-20z"}),(0,y.createElement)(k.Path,{d:"m16.5 4v1.5h-1.5v-1.5z"}),(0,y.createElement)(k.Path,{d:"m20 6c0-1.10457-.8954-2-2-2v1.5c.2761 0 .5.22386.5.5z"}),(0,y.createElement)(k.Path,{d:"m18.5 16.5v-2h1.5v2z"}),(0,y.createElement)(k.Path,{d:"m20 13h-1.5v-2h1.5z"}),(0,y.createElement)(k.Path,{d:"m18 18.5c.2761 0 .5-.2239.5-.5h1.5c0 1.1046-.8954 2-2 2z"}),(0,y.createElement)(k.Path,{d:"m16.5 20v-1.5h-1.5v1.5z"}),(0,y.createElement)(k.Path,{d:"m18.5 9.5h1.5v-2h-1.5z"})))},meta:{label:"Filter - Horizontal",keywords:["divider","flip","separator"]}}).styles.default,M={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m6 5.5h12c.2761 0 .5.22386.5.5v3h1.5v-3c0-1.10457-.8954-2-2-2h-12c-1.10457 0-2 .89543-2 2v3h1.5v-3c0-.27614.22386-.5.5-.5z"}),(0,y.createElement)(k.Path,{d:"m22 13h-20v-2h20z"}),(0,y.createElement)(k.Path,{d:"m20 16.5h-1.5v-1.5h1.5z"}),(0,y.createElement)(k.Path,{d:"m18 20c1.1046 0 2-.8954 2-2h-1.5c0 .2761-.2239.5-.5.5z"}),(0,y.createElement)(k.Path,{d:"m7.5 18.5h2v1.5h-2z"}),(0,y.createElement)(k.Path,{d:"m11 20v-1.5h2v1.5z"}),(0,y.createElement)(k.Path,{d:"m5.5 18c0 .2761.22386.5.5.5v1.5c-1.10457 0-2-.8954-2-2z"}),(0,y.createElement)(k.Path,{d:"m4 16.5h1.5v-1.5h-1.5z"}),(0,y.createElement)(k.Path,{d:"m14.5 18.5v1.5h2v-1.5z"})))},meta:{label:"Flip vertical",keywords:["divider","flip","separator"]}}.styles.default,N=((((((((((((((((((((((({default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 20c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm-6.0952381-11.19047619c0 1.31428569 1.06666667 2.38095239 2.38095239 2.38095239.5047619 0 .96190476-.152381 1.35238095-.4190476l-.01904762.1809524c0 1.3142857 1.06666667 2.3809523 2.38095238 2.3809523 1.3142857 0 2.3809524-1.0666666 2.3809524-2.3809523l-.0190476-.1809524c.3809523.2666666.847619.4190476 1.3523809.4190476 1.3142857 0 2.3809524-1.0666667 2.3809524-2.38095239 0-.95238095-.5619048-1.76190476-1.3619048-2.14285714.8-.38095238 1.3619048-1.19047619 1.3619048-2.14285715 0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-.5047619 0-.9619047.15238096-1.3523809.41904762l.0190476-.18095238c0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-1.31428571 0-2.38095238 1.06666667-2.38095238 2.38095238l.01904762.18095238c-.38095238-.26666666-.84761905-.41904762-1.35238095-.41904762-1.31428572 0-2.38095239 1.06666667-2.38095239 2.38095238 0 .95238096.56190477 1.76190477 1.36190477 2.14285715-.8.38095238-1.36190477 1.19047619-1.36190477 2.14285714zm6.0952381-4.52380952c1.3142857 0 2.3809524 1.06666666 2.3809524 2.38095238 0 1.31428571-1.0666667 2.38095238-2.3809524 2.38095238-1.31428571 0-2.38095238-1.06666667-2.38095238-2.38095238 0-1.31428572 1.06666667-2.38095238 2.38095238-2.38095238zm-8.57142857 7.14285711c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m6.81904762 11.4952381c.14285714 0 .27619048-.0095238.40952381-.0285714.44761905 1.0952381 1.52380952 1.8666666 2.77142857 1.8666666 1.247619 0 2.3238095-.7714285 2.7714286-1.8666666.1333333.0190476.2761904.0285714.4095238.0285714 1.647619 0 2.9904762-1.3428571 2.9904762-2.9904762 0-.67619047-.2380953-1.32380952-.6380953-1.83809523.4095238-.51428572.6380953-1.16190477.6380953-1.83809524 0-1.64761905-1.3428572-2.99047619-2.9904762-2.99047619-.1428572 0-.2761905.00952381-.4095238.02857143-.4476191-1.0952381-1.5238096-1.86666667-2.7714286-1.86666667-1.24761905 0-2.32380952.77142857-2.77142857 1.86666667-.13333333-.01904762-.27619048-.02857143-.40952381-.02857143-1.64761905 0-2.99047619 1.34285714-2.99047619 2.99047619 0 .67619047.23809524 1.32380952.63809524 1.83809524-.40952381.51428571-.64761905 1.16190476-.64761905 1.83809523 0 1.6476191 1.34285714 2.9904762 3 2.9904762zm3.18095238-.0666667c-.59047619 0-1.06666667-.4666666-1.08571429-1.047619l.11428572-1.03809526c.3047619.11428572.62857143.18095238.97142857.18095238.3428571 0 .6761905-.06666666.9809524-.18095238l.1047619 1.03809526c-.0190476.5809524-.4952381 1.047619-1.0857143 1.047619zm3.1809524-1.83809521c-.2285714 0-.4380953-.06666667-.6095238-.19047619l-.7714286-.54285714c.5238095-.42857143.8952381-1.03809524 1.0095238-1.74285715l.8380952.4c.3809524.18095239.6285715.56190477.6285715.98095239 0 .6095238-.4952381 1.09523809-1.0952381 1.09523809zm-.6190476-5.65714286c.1904762-.12380952.4-.19047619.6190476-.19047619.6 0 1.0857143.48571429 1.0857143 1.08571429 0 .41904762-.2380953.79047619-.6285715.98095238l-.8380952.4c-.1142857-.70476191-.4857143-1.31428571-1.0190476-1.74285714zm-2.5619048-2.02857143c.5904762 0 1.0666667.46666667 1.0857143 1.04761905l-.1047619 1.03809524c-.3047619-.11428571-.6380953-.18095238-.9809524-.18095238-.34285714 0-.66666667.06666667-.97142857.18095238l-.11428572-1.03809524c.01904762-.58095238.4952381-1.04761905 1.08571429-1.04761905zm-3.18095238 1.83809524c.22857143 0 .43809524.06666667.60952381.19047619l.77142857.53333334c-.52380952.42857143-.8952381 1.03809523-1.00952381 1.74285714l-.83809524-.4c-.38095238-.19047619-.62857143-.56190476-.62857143-.98095238 0-.6.4952381-1.08571429 1.0952381-1.08571429zm-.46666667 3.78095238.83809524-.4c.11428571.70476191.48571429 1.31428572 1.01904762 1.74285715l-.77142857.52380952c-.19047619.12380952-.4.19047619-.61904762.19047619-.6 0-1.08571429-.48571428-1.08571429-1.08571428-.00952381-.40952381.23809524-.78095239.61904762-.97142858zm3.64761905 12.47619048c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm2.3238095-2.3238095c.6761905-1.8095238 2.1142857-3.2571429 3.9238095-3.9238095-.6761904 1.8095238-2.1142857 3.247619-3.9238095 3.9238095zm-10.89523807-6.2476191c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286zm2.32380952 2.3238096c1.80952381.6761904 3.25714286 2.1142857 3.92380953 3.9238095-1.80952381-.6761905-3.24761905-2.1142857-3.92380953-3.9238095z",fill:"currentColor"}))}.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m7.93 11.5h4.14l-2.07-5.52zm10.07-11.5h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-4.05 16.5-1.14-3h-5.64l-1.12 3h-2.09l5.11-13h1.86l5.11 13z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m7.17 13.5h5.64l1.14 3h2.09l-5.11-13h-1.86l-5.11 13h2.09zm2.83-7.52 2.07 5.52h-4.14zm8-5.98h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-16v-16h16z",fill:"currentColor"}))},meta:{label:"Font",keywords:["alphabet","square","text","typography"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m20.2 17h-16.536c-.4424 0-.664-.3619-.664-.8095 0-4.9656 1.9848-9.12821 6.564-10.22997v-1.71351c0-.44766.3576-.80952.8-.80952h3.2c.4424 0 .8.36186.8.80952v1.71351c4.5792 1.10176 6.636 5.26437 6.636 10.22997 0 .4476-.3576.8095-.8.8095zm-7.336-12h-2v.70796c.2648-.02105.8296-.04129 1.1-.04129s.6352.02024.9.04129zm-.9 2.29688c-4.94375 0-7.0584 3.67062-7.464 8.20312h14.864c-.4056-4.5325-2.4563-8.20312-7.4-8.20312z"}),(0,y.createElement)(k.Path,{d:"m2 18.5h20v1.5h-20z"})))},meta:{label:"Food and Drink",keywords:["bell","ring"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m17.7646 7.89213c-.096.53182-.5444.96979-1.1209 1.06364l-.4164.06257 1.2491 2.28376c.2242.4066.2242.9072-.032 1.3452-.2563.4066-.7046.6569-1.185.6569-.2563 0-.4805-.0626-.7046-.1877l-3.491-2.0022-3.39495 2.0022c-.22419.1251-.48041.1877-.7046.1877-.48041 0-.89677-.2503-1.18501-.6257-.25622-.3754-.28825-.8759-.09609-1.2826l1.12096-2.37756-.73663-.1877c-.44838-.12514-.80068-.43797-.96082-.84466-1.88962 1.3452-3.10666 3.34732-3.10666 5.59982 0 4.0981 4.03546 7.4142 8.9997 7.4142 4.9643 0 8.9997-3.3161 8.9997-7.4142.032-2.2837-1.2491-4.34847-3.2348-5.69367z"}),(0,y.createElement)(k.Path,{d:"m7.35566 7.70438 1.92165.46925c.09608.03129.16014.15642.12811.25027l-1.6334 3.4725c-.06406.1564.09608.3128.25622.219l3.90736-2.31501c.064-.03129.1281-.03129.1922 0l4.0034 2.31501c.1601.0938.3523-.0939.2562-.2503l-1.9216-3.50377c-.0641-.09385 0-.25027.1281-.25027l1.7935-.31283c.1922-.03129.1922-.31284.032-.34412-.8967-.25027-2.4341-.65696-3.6511-.81338.0961-1.12621.4804-2.62783.7687-3.25351.2242-.50053-1.5694-.53182-1.7616 0-.1601.46926-.4483 2.03345-.5444 3.22223-1.24909.12513-2.94654.50054-3.90737.75081-.12811.06256-.12811.31283.03203.34412z"})))},meta:{label:"Food item",keywords:["eat","restaurant","tomato","vegetable"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"8"}),(0,y.createElement)(k.Path,{d:"m14.9586 9.09098-3.9304 5.28592-2.27901-1.6946",stroke:"#fff",strokeWidth:"1.5"}))},meta:{label:"Form - Checkbox",keywords:["check","confirm","okay","success"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m11.6959 13.9724c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.5254.3133-.1167.6605-.1751 1.0414-.1751.3748 0 .6943.0799.9586.2396.2642.1536.4608.3626.5898.6268.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"}),(0,y.createElement)(k.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"})))},meta:{label:"Form - Date",keywords:["date","day","month","time"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11.5 4c-4.692 0-8.5 3.808-8.5 8.5s3.808 8.5 8.5 8.5h4.25v-1.7h-4.25c-3.689 0-6.8-3.111-6.8-6.8s3.111-6.8 6.8-6.8 6.8 3.111 6.8 6.8v1.2155c0 .6715-.6035 1.3345-1.275 1.3345s-1.275-.663-1.275-1.3345v-1.2155c0-2.346-1.904-4.25-4.25-4.25s-4.25 1.904-4.25 4.25 1.904 4.25 4.25 4.25c1.173 0 2.244-.476 3.009-1.2495.5525.7565 1.5045 1.2495 2.516 1.2495 1.6745 0 2.975-1.36 2.975-3.0345v-1.2155c0-4.692-3.808-8.5-8.5-8.5zm0 11.05c-1.411 0-2.55-1.139-2.55-2.55s1.139-2.55 2.55-2.55 2.55 1.139 2.55 2.55-1.139 2.55-2.55 2.55z",fill:"currentColor"}))},meta:{label:"Form - Email",keywords:["at sign","email","letter","mail","mention","message","symbol"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m12.0041 8.15789c2.2592 0 4.0928 1.76843 4.0928 3.94741 0 .5131-.1065.9947-.2947 1.4447l2.3902 2.3053c1.236-.9948 2.2101-2.2816 2.8076-3.75-1.4161-3.46583-4.9113-5.92109-9.0041-5.92109-1.146 0-2.24283.19737-3.25784.55263l1.76804 1.70527c.4666-.18158.9659-.28422 1.498-.28422zm-8.18555-2.15526 1.86631 1.8.37653.36316c-1.3588 1.01842-2.42292 2.37631-3.06139 3.93951 1.4161 3.4658 4.91132 5.921 9.0041 5.921 1.2688 0 2.4802-.2368 3.5853-.6631l.3438.3315 2.3983 2.3053 1.0396-1.0026-14.51298-13.9974zm4.52661 4.36577 1.26876 1.2237c-.04093.1658-.06549.3395-.06549.5132 0 1.3105 1.09687 2.3684 2.45567 2.3684.1801 0 .3602-.0237.5321-.0632l1.2687 1.2237c-.5484.2605-1.1541.4184-1.8008.4184-2.25922 0-4.09278-1.7684-4.09278-3.9473 0-.6237.16371-1.2079.43384-1.7369zm3.52794-.61577 2.5785 2.48687.0163-.1263c0-1.3106-1.0968-2.36846-2.4556-2.36846z",fill:"currentColor"}))},meta:{label:"Form - Hidden",keywords:["eye","secret"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Path,{d:"m13 11.9999v-1c0-1.10459-.8954-2.00002-2-2.00002h-4c-1.10457 0-2 .89543-2 2.00002v1"}),(0,y.createElement)(k.Path,{d:"m4 19.2499h9"}),(0,y.createElement)(k.Path,{d:"m4 15.2499h16"})),(0,y.createElement)(k.Circle,{cx:"9",cy:"5",fill:"currentColor",r:"2"}))},meta:{label:"Form - Name",keywords:["paragraph","person","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"14.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"8.5",x:"7.75",y:"4.75",fill:"none"}),(0,y.createElement)(k.Path,{d:"m11 16h2v1.5h-2z",fill:"currentColor"}))},meta:{label:"Form - Phone",keywords:["call","mobile","number","tablet"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"4"}),(0,y.createElement)(k.Circle,{cx:"12",cy:"12",r:"4",stroke:"currentColor"}))},meta:{label:"Form - Radio",keywords:["circle","round","select"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Circle,{cx:"12",cy:"12",r:"7.25"}),(0,y.createElement)(k.Path,{d:"m8 11 3.7141 2.7755c.1781.133.4225.1326.6001-.001l3.6858-2.7745"})))},meta:{label:"Form - Select",keywords:["collapse","dropdown","option"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5 7.25h14c.6904 0 1.25.55964 1.25 1.25v7c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-7c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m16 12.75h-8v-1.5h8z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Form - Submit",keywords:["input"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m4 8h16c.6904 0 1.25.55964 1.25 1.25v5c0 .6904-.5596 1.25-1.25 1.25h-16c-.69036 0-1.25-.5596-1.25-1.25v-5c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Form - Text",keywords:["input","rectangle"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,y.createElement)(k.Path,{d:"m19.9998 15.5h-16.00004v-1.5h16.00004z"}),(0,y.createElement)(k.Path,{d:"m15.9998 5.5h-12.00004v-1.5h12.00004z"}),(0,y.createElement)(k.Path,{d:"m19.9998 10.5h-16.00004v-1.5h16.00004z"}),(0,y.createElement)(k.Path,{d:"m19.9998 20h-16.00004v-1.5h16.00004z"})))},meta:{label:"Form - Textarea",keywords:["paragraph","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m10.5018 11.3502 4.4504-2.98515-1.4486 4.72825-4.45583 2.9533z",fill:"currentColor"}))},meta:{label:"Form - Website",keywords:["browser","safari","web"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Path,{d:"m19 6.75h-14c-.69036 0-1.25.55964-1.25 1.25v8.5c0 .6904.55964 1.25 1.25 1.25h14c.6904 0 1.25-.5596 1.25-1.25v-8.5c0-.69036-.5596-1.25-1.25-1.25z"}),(0,y.createElement)(k.Path,{d:"m4 7 8 6 8-6"})))},meta:{label:"Form",keywords:["envelope","write"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M23 7V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-2H5V7h2V5h10v2h2v10h-2v2zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-5.27 9h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2zm-3.04-1.26h2.61L12 8.91l-1.31 3.83z",fill:"currentColor"}))},meta:{label:"Format Shapes",keywords:["alphabet","font","frame","letter","square","text box","typography"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m17.9645996 0h-15.99999999v2.5l8.12499999 7.5-8.12499999 7.5v2.5h15.99999999v-3.75h-9.74999999l6.24999999-6.25-6.24999999-6.25h9.74999999z",fill:"currentColor"}))},meta:{label:"Sigma",keywords:["code","function","greek","math","sigma","sum","total"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"14.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"14.5",x:"4.75",y:"4.75",fill:"none"}),(0,y.createElement)(k.Path,{d:"m5.06667 14.6666 3.9619-2.1334 2.97143 1.4222 3.4667-2.4888 3.4666 2.4888",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,y.createElement)(k.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},meta:{label:"Gallery - Carousel",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Rect,{height:"13.5",rx:".875",width:"13.5",x:"7.75",y:"7.75",fill:"none"}),(0,y.createElement)(k.Path,{d:"m8 17 3.7143-2 2.7857 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round",fill:"none"}),(0,y.createElement)(k.Path,{d:"m22 3.75h-4.0005c-1.1046 0-1.9995.89543-1.9995 2v1.25m-12.25 15v-3.0002c0-1.1046.89543-1.9998 2-1.9998h1.25m-2-6.25c-1.5 0-2.25-.89543-2.25-2v-4c0-1.10457.89543-2 2-2h4c1.10457 0 2.25.75 2.25 2.25"})))},meta:{label:"Gallery - Collage",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{fill:"none",height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"13.5",x:"3.75",y:"3.75"}),(0,y.createElement)(k.Path,{d:"m4 13 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m21.5 11c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.82843.6716-1.5 1.5-1.5z"}),(0,y.createElement)(k.Path,{d:"m21.5 21c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.8284.6716-1.5 1.5-1.5z"}),(0,y.createElement)(k.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h12c.8284 0 1.5.6716 1.5 1.5z"})))},meta:{label:"Gallery - Masonry",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Path,{d:"m20.75 21.75v-1c0-.5523-.4477-1-1-1h-5c-.5523 0-1 .4477-1 1v1"}),(0,y.createElement)(k.Path,{d:"m10.25 21.75v-1c0-.5523-.44772-1-1-1h-5c-.55228 0-1 .4477-1 1v1"}),(0,y.createElement)(k.Rect,{height:"13.5",rx:".875",width:"13.5",x:"5.25",y:"2.75"}),(0,y.createElement)(k.Path,{d:"m5.5 12 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round"})))},meta:{label:"Gallery - Offset",keywords:["display","mountains"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.Path,{d:"m4 13 4.5-2.5 3.5 1.8333 4-3.3333 4 3.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h15c.8284 0 1.5.6716 1.5 1.5z",fill:"currentColor"}))},meta:{label:"Gallery - Stacked",keywords:["display","mountains"]}}).styles.default,L=(((((((((((((((((((((((((((((((((((((({default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m20 13.8587524v-11.87893062c0-1.08890198-.8909198-1.97982178-1.9798218-1.97982178h-11.87893064c-1.08890198 0-1.97982178.8909198-1.97982178 1.97982178v11.87893062c0 1.088902.8909198 1.9798218 1.97982178 1.9798218h11.87893064c1.088902 0 1.9798218-.8909198 1.9798218-1.9798218zm-10.88901978-3.95964351 2.00951908 2.68265851 2.9400354-3.6725694 3.9596435 4.9495544h-11.87893064zm-9.11098022-5.89910889v14.028125c0 1.088902.8909198 1.9798218 1.97982178 1.9798218l14.02017822-.0079468v-1.9798218l-14.02017822.0079468v-14.028125z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18 2v12h-12v-12zm0-2h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1 3.33 4.17h-10zm-9.5-5.67v14c0 1.1.9 2 2 2h14v-2h-14v-14z",fill:"currentColor"}))}.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M13 4v2.67l-1 1-1-1V4h2m7 7v2h-2.67l-1-1 1-1H20M6.67 11l1 1-1 1H4v-2h2.67M12 16.33l1 1V20h-2v-2.67l1-1M15 2H9v5.5l3 3 3-3V2zm7 7h-5.5l-3 3 3 3H22V9zM7.5 9H2v6h5.5l3-3-3-3zm4.5 4.5l-3 3V22h6v-5.5l-3-3z",fill:"currentColor"}))},meta:{label:"Game Controls",keywords:["controller","direction","d-pad","plus","video games"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m1.92731278 4.32703003c.77092511-.7897664 1.54185022-1.50166852 1.88325991-1.3570634.55066079.22246941 0 1.14571746-.33039648 1.69076752-.2753304.46718576-3.14977973 4.32703003-3.14977973 7.01890985 0 1.4238043.52863436 2.6028922 1.47577092 3.3147943.82599119.6229143 1.91629956.8120133 2.90748899.5116796 1.17841409-.3448276 2.14757709-1.5572859 3.37004405-3.0812013 1.33259912-1.6573971 3.11674006-3.82647389 4.49339206-3.82647389 1.7951542 0 1.8171806 1.12347053 1.938326 1.99110119-4.1629956.7119022-5.92511013 4.0823137-5.92511013 5.9733037s1.58590313 3.4371524 3.53524233 3.4371524c1.7951541 0 4.7246696-1.4794216 5.1651982-6.785317h2.7092511v-2.7808676h-2.7202643c-.1651983-1.83537269-1.2004405-4.67185767-4.438326-4.67185767-2.4779736 0-4.60352424 2.12458287-5.44052864 3.15906563-.63876652.81201335-2.26872247 2.75862064-2.52202643 3.02558394-.2753304.3337042-.74889868.9343716-1.22246696.9343716-.49559472 0-.79295155-.9232481-.39647578-2.1357064.38546256-1.21245826 1.54185022-3.18131254 2.03744494-3.9154616.85903084-1.26807564 1.43171806-2.13570634 1.43171806-3.64849833 0-2.4137931-1.8061674-3.18131257-2.76431718-3.18131257-1.45374449 0-2.72026432 1.11234705-2.99559471 1.39043382-.39647577.40044493-.72687225.73414905-.969163 1.03448275zm10.23127752 12.96996667c-.3414097 0-.814978-.2892103-.814978-.8008899 0-.6674082.8039648-2.4471635 3.160793-3.0700779-.3303965 2.9922136-1.5748899 3.8709678-2.345815 3.8709678z",fill:"currentColor"}))},meta:{label:"Doodle",keywords:["art","creative","doodle","drawing","font","marker","pencil","typography"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m8 4.5-4 5v-5z"}),(0,y.createElement)(k.Path,{d:"m12 10.5h1v4h-1z"}),(0,y.createElement)(k.Path,{d:"m10.2 10.5h-2.4c-.48 0-.8.3333-.8.6667v2.6666c0 .3334.32.6667.8.6667h2.4c.48 0 .8-.3333.8-.6667v-1.3333h-1.2v1h-1.6v-2h2.8v-.3333c0-.3334-.32-.6667-.8-.6667z"}),(0,y.createElement)(k.Path,{d:"m17 11.5v-1h-3v4h1v-1.3333h1.3333v-1h-1.3333v-.6667z"})))},meta:{label:"Gif",keywords:["animated","image","photo","picture"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m12 3c-4.9725 0-9 4.13206-9 9.2285 0 4.0782 2.5785 7.5366 6.15375 8.7556.45.0869.615-.1985.615-.4438 0-.2192-.0075-.7998-.01125-1.5688-2.5035.5568-3.0315-1.2382-3.0315-1.2382-.4095-1.0651-1.00125-1.3497-1.00125-1.3497-.81525-.5721.063-.5606.063-.5606.90375.0646 1.3785.9505 1.3785.9505.8025 1.4112 2.10675 1.0036 2.62125.7676.081-.5968.3128-1.0036.57-1.2344-1.99875-.2307-4.0995-1.0243-4.0995-4.5604 0-1.0074.34875-1.8303.92625-2.4763-.10125-.23302-.405-1.17125.07875-2.44248 0 0 .75375-.24763 2.475.94593.72-.20534 1.485-.30685 2.25-.31147.765.00462 1.53.10613 2.25.31147 1.71-1.19356 2.4638-.94593 2.4638-.94593.4837 1.27123.18 2.20946.09 2.44248.5737.646.9225 1.4689.9225 2.4763 0 3.5453-2.1038 4.3259-4.1063 4.5527.315.2769.6075.8429.6075 1.7073 0 1.2351-.0112 2.2272-.0112 2.5271 0 .2422.1575.5306.6187.4383 3.6008-1.2104 6.177-4.6711 6.177-8.7432 0-5.09644-4.0297-9.2285-9-9.2285",fill:"currentColor"}))},meta:{label:"GitHub",keywords:["cat","profile","share","social"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm-8 10c0-.61.08-1.21.21-1.78l4.78 4.78v1c0 1.1.9 2 2 2v1.93c-3.93-.5-6.99-3.86-6.99-7.93zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1v-2h2c1.1 0 2-.9 2-2v-.41c2.93 1.18 5.01 4.06 5.01 7.41 0 2.08-.81 3.98-2.11 5.4z",fill:"currentColor"}))},meta:{label:"Globe",keywords:["earth","global","location","map","public","world"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m4 4h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m11 4h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m18 4h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m4 18h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m11 18h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m18 18h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m4 11h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m10 10h4v4h-4z"}),(0,y.createElement)(k.Path,{d:"m18 11h2v2h-2z"})))},meta:{label:"Grid position",keywords:["align","centered","dots","position"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M5 15v-3h3v-2H5V7H3v3H0v2h3v3zm7-1.25c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM7.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H7.34zM12 12c1.93 0 3.5-1.57 3.5-3.5S13.93 5 12 5 8.5 6.57 8.5 8.5 10.07 12 12 12zm0-5c.83 0 1.5.67 1.5 1.5S12.83 10 12 10s-1.5-.67-1.5-1.5S11.17 7 12 7zm5 5c1.93 0 3.5-1.57 3.5-3.5S18.93 5 17 5c-.24 0-.48.02-.71.07.76.94 1.21 2.13 1.21 3.43 0 1.3-.47 2.48-1.23 3.42.24.05.48.08.73.08zm2.32 2.02c1 .81 1.68 1.87 1.68 3.23V19h3v-1.75c0-1.69-2.44-2.76-4.68-3.23z",fill:"currentColor"}))},meta:{label:"Group Add",keywords:["bulk","plus","team","users"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}),(0,y.createElement)(k.Circle,{cx:"8",cy:"14",r:"2"}),(0,y.createElement)(k.Circle,{cx:"12",cy:"8",r:"2"}),(0,y.createElement)(k.Circle,{cx:"16",cy:"14",r:"2"})))},meta:{label:"Team",keywords:["circle","cluster","crowd","group","huddle","meet"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10.0384629.01236979c-5.23157899 0-9.47368425 4.24210526-9.47368425 9.47368421v7.3684211c0 1.7473684 1.41052631 3.1578947 3.15789473 3.1578947h3.15789474v-8.4210526h-4.21052632v-2.1052632c0-4.07368421 3.29473685-7.36842105 7.3684211-7.36842105 4.0736842 0 7.368421 3.29473684 7.368421 7.36842105v2.1052632h-4.2105263v8.4210526h3.1578947c1.7473685 0 3.1578948-1.4105263 3.1578948-3.1578947v-7.3684211c0-5.23157895-4.2421053-9.47368421-9.4736842-9.47368421z",fill:"currentColor"}))},meta:{label:"Headset",keywords:["audio","headphones","music","song","sound"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 20-1.45-1.4386921c-5.15-5.0899183-8.55-8.4468665-8.55-12.56675749 0-3.35694823 2.42-5.99455041 5.5-5.99455041 1.74 0 3.41.88283379 4.5 2.27792916 1.09-1.39509537 2.76-2.27792916 4.5-2.27792916 3.08 0 5.5 2.63760218 5.5 5.99455041 0 4.11989099-3.4 7.47683919-8.55 12.57765669",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m14.5 0c-1.74 0-3.41.88283379-4.5 2.27792916-1.09-1.39509537-2.76-2.27792916-4.5-2.27792916-3.08 0-5.5 2.63760218-5.5 5.99455041 0 4.11989099 3.4 7.47683919 8.55 12.57765669l1.45 1.4277929 1.45-1.4386921c5.15-5.0899183 8.55-8.4468665 8.55-12.56675749 0-3.35694823-2.42-5.99455041-5.5-5.99455041zm-4.4 16.9482289-.1.1089918-.1-.1089918c-4.76-4.6975477-7.9-7.80381473-7.9-10.95367849 0-2.17983651 1.5-3.8147139 3.5-3.8147139 1.54 0 3.04 1.07901908 3.57 2.57220709h1.87c.52-1.49318801 2.02-2.57220709 3.56-2.57220709 2 0 3.5 1.63487739 3.5 3.8147139 0 3.14986376-3.14 6.25613079-7.9 10.95367849z",fill:"currentColor"}))},meta:{label:"Heart",keywords:["kiss","love","shape","valentine"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.Path,{d:"m5 15.25h14c.6904 0 1.25.5596 1.25 1.25v2.5c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-2.5c0-.6904.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m4 4h16v11h-16z",fill:"currentColor"}))},meta:{label:"Hero",keywords:["display"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m6 22h8v-1.5h-8z"}),(0,y.createElement)(k.Path,{d:"m13.1758 2.46347c-2.1834 3.59813-4.63759 7.27765-6.46611 10.71183-.08879.1668-.0675.1566-.05735.2834.12017.985.57349 2.8924.57349 2.8924s-.82048 1.913-1.22583 2.6489h2.4c.27105-.3982.5519-1.0806.78287-1.4935.28752-.0817 1.90663-.5383 2.75273-.9084.1162-.0508.144-.0958.2151-.1962 2.0301-3.6693 3.8383-7.45927 5.7349-11.1769.2357-.55654.1087-1.07052-.3943-1.35894-.9591-.56757-1.9166-1.13821-2.8746-1.70778-.5347-.27141-1.0654-.20883-1.4409.30519zm-5.42348 11.82773c-.03001-.1268.10567-.2255.21813-.1598l2.79925 1.6362c.1099.0643.0947.2271-.0257.2686-.584.2016-1.17592.3838-1.53469.4923-.03989.0121-.08273.0069-.11871-.0142l-.91474-.5345c-.03871-.0226-.0652-.0613-.07265-.1055-.09848-.5844-.23671-1.1009-.35089-1.5831z"})))},meta:{label:"Highlight",keywords:["annotate","pen","trace","underline","write"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z",fill:"currentColor"}))},meta:{label:"Lock Closed",keywords:["https","key","padlock","privacy","safe","secure","security"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z"}),(0,y.createElement)(k.Path,{d:"m13.611 20.7346-3.2192.0004c-.0835 0-.1661-.0163-.2432-.0482s-.1472-.0787-.20616-.1377c-.059-.059-.10578-.1291-.13769-.2062-.0319-.0771-.04829-.1597-.04823-.2431l-.00174-3.8546 2.24522-2.2452 2.2446 2.2446-.0005 3.8568c-.0005.1678-.0674.3285-.186.4471-.1186.1187-.2794.1855-.4471.1861z"}),(0,y.createElement)(k.Path,{d:"m20.7346 10.389.0004 3.2192c0 .0835-.0163.1661-.0482.2432s-.0787.1472-.1377.2062-.1291.1057-.2062.1376-.1597.0483-.2431.0483l-3.8546.0017-2.2452-2.2452 2.2446-2.24463 3.8568.0005c.1678.00052.3285.0674.4471.18603.1187.1186.1855.2794.1861.4471z"}),(0,y.createElement)(k.Path,{d:"m3.26543 13.611-.00042-3.2192c-.00006-.0835.01633-.1661.04823-.2432s.07869-.1472.13769-.20616c.05899-.059.12904-.10578.20614-.13769.07709-.0319.15973-.04829.24317-.04823l3.85454-.00174 2.24522 2.24522-2.24463 2.2446-3.85679-.0005c-.16774-.0005-.32849-.0674-.44712-.186s-.18551-.2794-.18603-.4471z"})))},meta:{label:"Icon",keywords:["arrow","d-pad","direction","pad"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}),(0,y.createElement)(k.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm5.5789474-3.15789469c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}))),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z",fill:"currentColor"}))},meta:{label:"Microphone",keywords:["audio","media","music","podcast","song","voice","microphone"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18 0h-16c-1.1 0-1.99.9-1.99 2l-.01 10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm-9 3h2v2h-2zm0 3h2v2h-2zm-3-3h2v2h-2zm0 3h2v2h-2zm-1 2h-2v-2h2zm0-3h-2v-2h2zm9 7h-8v-2h8zm0-4h-2v-2h2zm0-3h-2v-2h2zm3 3h-2v-2h2zm0-3h-2v-2h2z",transform:"translate(0, 3)",fill:"currentColor"}))},meta:{label:"Keyboard",keywords:["computer","desk","device","ipad","office","pc","surface"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m16.6666667 15c.9166666 0 1.6583333-.75 1.6583333-1.6666667l.0083333-9.16666663c0-.91666667-.75-1.66666667-1.6666666-1.66666667h-13.33333337c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.16666663c0 .9166667.75 1.6666667 1.66666666 1.6666667h-3.33333333c0 .9166667.75 1.6666667 1.66666667 1.6666667h16.66666663c.9166667 0 1.6666667-.75 1.6666667-1.6666667zm-13.33333337-10.83333333h13.33333337v9.16666663h-13.33333337zm6.66666667 11.66666663c-.45833333 0-.83333333-.375-.83333333-.8333333s.375-.8333333.83333333-.8333333c.4583333 0 .8333333.375.8333333.8333333s-.375.8333333-.8333333.8333333z",fill:"currentColor"}))},meta:{label:"Laptop",keywords:["computer","device","monitor","office","pc","screen"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m9.99610362 17.0837787-7.42990299-5.7765731-1.63316728 1.2702412 9.07315155 7.0568956 9.0731515-7.0568956-1.6432485-1.2803225zm.01008128-2.560645 7.4198217-5.77657311 1.6533298-1.28032249-9.0731515-7.05689565-9.07315155 7.05689565 1.64324856 1.28032249z",fill:"currentColor"}))},meta:{label:"Layers",keywords:["build","cards","creative","design","stack"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M21 6h-7.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H3c-1.1 0-2 .89-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.11-.9-2-2-2zm0 14H3V8h18v12zM9 10v8l7-4z",fill:"currentColor"}))},meta:{label:"Live TV",keywords:["broadcast","livestream","media","television","video","youtube"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z",fill:"currentColor"}))},meta:{label:"Lock Open",keywords:["http","insecure","key","lock","open","padlock","privacy","safe","security"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m12.0026 7.67357c-2.3621 0-4.25762 1.92468-4.25762 4.25763 0 2.3621 1.92468 4.2576 4.25762 4.2576 2.3621 0 4.2576-1.9247 4.2576-4.2576 0-2.33295-1.8955-4.25763-4.2576-4.25763zm.3208 5.36573-.9624.9624-.9623-.9624-.93318-.9331.96238-.9624.9331.9332 2.2163-2.2163.9624.9623zm8.1944-2.3037c-.3791-.35-.5249-.90406-.3207-1.37065l.1749-.43742c.2917-.67072-.0875-1.42893-.7873-1.63306l-.4666-.11665c-.4958-.14581-.8457-.58324-.8749-1.10815v-.49575c-.0291-.72904-.6999-1.25396-1.3997-1.13731l-.4666.08749c-.5249.08748-1.0207-.14581-1.254-.6124l-.2333-.40827c-.3499-.64155-1.1665-.81653-1.7497-.40826l-.3791.26246c-.4083.29161-.9915.29161-1.3998 0l-.3791-.29162c-.5832-.43743-1.42889-.2333-1.77883.40826l-.23329.40827c-.26246.46659-.75821.69988-1.28312.6124l-.46659-.08749c-.72905-.11665-1.37061.40826-1.42893 1.13731l-.02916.46659c-.02916.52491-.3791.96234-.87485 1.10815l-.46659.1458c-.69989.20414-1.07899.96234-.78737 1.63306l.17497.43743c.20413.46659.05832 1.02071-.32078 1.37061l-.34994.3208c-.55408.4666-.55408 1.3414 0 1.808l.34994.3208c.3791.3499.52491.904.32078 1.3706l-.17497.4374c-.29162.6707.08748 1.4289.78737 1.6331l.46659.1166c.49575.1458.84569.5833.87485 1.1082l.02916.4666c.02916.729.69988 1.2539 1.39977 1.1373l.46658-.0875c.52492-.0875 1.02067.1458 1.25396.6124l.2333.4082c.34994.6416 1.16645.8166 1.74975.4083l.3791-.2624c.4082-.2917.9915-.2917 1.3997 0l.3791.2916c.5833.4374 1.429.2333 1.7789-.4083l.2333-.4083c.2624-.4665.7582-.6998 1.2831-.6124l.4666.0875c.729.1167 1.3706-.4082 1.4289-1.1373l.0292-.4666c.0291-.5249.3791-.9623.8748-1.1081l.4666-.1167c.6999-.2041 1.079-.9623.7874-1.633l-.175-.4375c-.2041-.4665-.0583-1.0206.3208-1.3706l.3499-.3207c.5541-.4666.5541-1.3415 0-1.8081zm-8.5152 7.1154c-3.26612 0-5.89068-2.6537-5.89068-5.8906 0-3.26617 2.65372-5.89073 5.89068-5.89073 3.2661 0 5.8907 2.65372 5.8907 5.89073 0 3.2369-2.6246 5.8906-5.8907 5.8906z",fill:"currentColor"}))},meta:{label:"Logos",keywords:["certified","checkmark"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.6976 16.8149-4.5045 2.7755c-.1023.0623-.219.0952-.338.0952-.1189 0-.2356-.0329-.3379-.0952l-3.2947-2.0192c.2929-.5543.4809-1.1606.5542-1.7867l3.2233 2.0124v-9.50002l-5.46036-3.34376v6.29688c-.4582-.4688-1.23302-.6921-2.00388-.7355-.09631 0-.19431-.0087-.29399-.0087-.09969 0-.19938 0-.29569.0087-.85883.0493-1.7495.4304-2.44608.9485v-4.963c-.0002-.11068.02756-.21953.08057-.31591s.12945-.177.22187-.23399l4.56823-2.85494c.10228-.06229.21901-.09516.33793-.09516s.23564.03287.3379.09516l4.807 2.96287 4.6025-2.83623c.0546-.03341.1169-.05136.1804-.05203.0636-.00067.1263.01598.1815.04824.0553.03225.1013.07897.1333.1354s.0488.12055.0488.18584v12.72755c-.0001.1103-.028.2188-.081.3149-.053.096-.1293.1764-.2214.2332zm-10.15796.8309-2.01909 2.2291c-.03574.0395-.07901.071-.12712.0925s-.10003.0326-.15251.0326-.10439-.0111-.15251-.0326c-.04811-.0215-.09138-.053-.12712-.0925l-2.01908-2.2291c-.46748-.5034-.77835-1.1384-.893-1.8239-.11465-.6856-.02788-1.3906.24925-2.0254.24163-.5429.62326-1.0077 1.10363-1.344.48036-.3364 1.04116-.5314 1.62172-.5641h.21796.21795c.58056.0327 1.14136.2277 1.62172.5641.48037.3363.862.8011 1.10366 1.344.2769.6349.3634 1.3401.2484 2.0256-.1149.6856-.4261 1.3205-.89386 1.8237zm-.81102-2.4164c0-.3019-.0872-.5971-.25058-.8481s-.39559-.4467-.66728-.5622c-.27169-.1156-.57064-.1458-.85907-.0869-.28842.0589-.55335.2043-.76129.4178s-.34955.4855-.40692.7816-.02793.603.08461.882c.11254.2789.30311.5173.54762.6851.24451.1677.53198.2572.82606.2572.19539 0 .38888-.0395.56938-.1163.18051-.0769.34449-.1895.48258-.3314s.24757-.3104.3222-.4958c.07462-.1854.11291-.3841.11269-.5847z",fill:"currentColor"}))},meta:{label:"Map",keywords:["location","marker","position","world"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0c3.921743 0 7.114273 3.19253001 7.114273 7.11427301 0 4.95331259-6.1894175 11.86305029-6.4562027 12.15651399l-.6580703.729213-.65807025-.729213c-.26678524-.2934637-6.45620276-7.2032014-6.45620276-12.15651399 0-3.921743 3.19253001-7.11427301 7.11427301-7.11427301zm-1.36060471 9.04401956-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 0c-3.921743 0-7.11427301 3.19253001-7.11427301 7.11427301 0 4.95331259 6.18941752 11.86305029 6.45620276 12.15651399l.65807025.729213.6580703-.729213c.2667852-.2934637 6.4562027-7.2032014 6.4562027-12.15651399 0-3.921743-3.19253-7.11427301-7.114273-7.11427301zm0 17.3143619c-1.9386394-2.3210315-5.33570476-7.0520231-5.33570476-10.20008889 0-2.94353046 2.3921743-5.33570476 5.33570476-5.33570476 2.9435305 0 5.3357048 2.3921743 5.3357048 5.33570476 0 3.40595819-3.7794576 8.32369939-5.3357048 10.20008889zm-1.36060471-8.27034234-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"}))},meta:{label:"Marker",keywords:["check","directions","location","map","pin","verified"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m15.75 18v1.75c0 .5523-.4477 1-1 1h-10c-.55228 0-1-.4477-1-1v-15c0-.55228.44772-1 1-1h10c.5523 0 1 .44959 1 1.00188 0 2.11305 0 1.45031 0 1.24812",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"12",y:"8"}))},meta:{label:"Media card",keywords:["square"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z"}),(0,y.createElement)(k.Path,{d:"M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z"}),(0,y.createElement)(k.Path,{d:"M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z"}),(0,y.createElement)(k.Path,{d:"M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z"})))},meta:{label:"Menu",keywords:["book","cafe","magazine","open","pages","read","restaurant"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z",fill:"currentColor"}))},meta:{label:"Merge",keywords:["arrows","combine","join","mix","up"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m6.5 0h-5c-.825 0-1.5.61363636-1.5 1.36363636v9.27272724c0 .75.675 1.3636364 1.5 1.3636364h5c.825 0 1.5-.6136364 1.5-1.3636364v-9.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 10h-4v-8h4z",transform:"translate(4 2)"}))},meta:{label:"Mobile",keywords:["call","number","phone","tablet"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11.8181818 4.54545455-3.40909089 4.54545454 2.59090909 3.45454541-1.45454545 1.0909091c-1.53636364-2.0454545-4.0909091-5.45454542-4.0909091-5.45454542l-5.45454545 7.27272732h20z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11.8181818 4.54545455-3.83636362 5.11818181 1.13636364 1.51818184 2.69999998-3.60909093 4.5454546 6.06363633h-7.69090913l-3.64545454-4.88181815-5.02727273 6.70000005h20zm-8.18181816 9.09090905 1.38181818-1.8454545 1.38181818 1.8454545z",fill:"currentColor"}))},meta:{label:"Mountains",keywords:["backpacking","hills","hiking","landscape","outdoors","peaks","summit","valley"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m13 10.5h-8c-.27614 0-.5.2239-.5.5v8c0 .2761.22386.5.5.5h8c.2761 0 .5-.2239.5-.5v-8c0-.2761-.2239-.5-.5-.5zm-8-1.5h8c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-8c-1.10457 0-2-.8954-2-2v-8c0-1.10457.89543-2 2-2z",fillRule:"evenodd"}),(0,y.createElement)(k.Path,{d:"m7.67708 16.8438v-3.6875l3.07292 1.8437z"}),(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m9.03508 5c0-1.10457.89543-2 2.00002-2h7.9649c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-1.9961v-1.5h1.9961c.2761 0 .5-.2239.5-.5v-2.838l-1.728-1.59293-.9927 1.11671c-.1351.15198-.3261.24259-.5292.25107-.2032.00848-.4011-.06589-.5484-.20609l-2.0421-1.9437-2.3585 2.55494-1.1022-1.01737 2.875-3.11459c.1363-.14762.3261-.2344.5269-.24089.2008-.0065.3958.06784.5413.20634l2.0317 1.93375.9844-1.10751c.1337-.15043.3223-.2408.5233-.2508s.3976.06121.5456.19762l1.2729 1.17337v-3.12192c0-.27614-.2239-.5-.5-.5h-7.9649c-.2762 0-.5.22386-.5.5v1.98438h-1.50002z",fillRule:"evenodd"})))},meta:{label:"Multimedia",keywords:["media","photo","picture","video"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m20.0286458 10.0068123-2.2181818-2.52727276.3090909-3.34545455-3.2818182-.74545454-1.7181818-2.8909091-3.0909091 1.32727273-3.09090906-1.32727273-1.71818182 2.8909091-3.28181818.73636363.30909091 3.34545455-2.21818182 2.53636367 2.21818182 2.5272727-.30909091 3.3545454 3.28181818.7454546 1.71818182 2.8909091 3.09090906-1.3363637 3.0909091 1.3272728 1.7181818-2.8909091 3.2818182-.7454546-.3090909-3.3454545zm-9.0909091 4.5454545h-1.81818178v-1.8181818h1.81818178zm0-3.6363636h-1.81818178v-5.45454548h1.81818178z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m20.5555013 9.96270419-2.2181818-2.52727273.3090909-3.34545454-3.2818182-.74545455-1.7181818-2.89090909-3.0909091 1.32727273-3.09090909-1.32727273-1.71818182 2.89090909-3.28181818.73636364.30909091 3.34545454-2.21818182 2.53636364 2.21818182 2.52727271-.30909091 3.3545455 3.28181818.7454545 1.71818182 2.8909091 3.09090909-1.3363636 3.0909091 1.3272727 1.7181818-2.8909091 3.2818182-.7454545-.3090909-3.3454546zm-4.1 1.91818181.2363636 2.5363636-2.4909091.5636364-1.3 2.1909091-2.3454545-1.0090909-2.34545454 1.0090909-1.3-2.1909091-2.49090909-.5636364.23636363-2.5454545-1.68181818-1.90909091 1.68181818-1.92727273-.23636363-2.52727272 2.49090909-.55454546 1.3-2.19090909 2.34545454 1 2.3454545-1.00909091 1.3 2.19090909 2.4909091.56363637-.2363636 2.53636363 1.6818182 1.91818182zm-6.80909091.8090909h1.81818181v1.8181818h-1.81818181zm0-7.27272726h1.81818181v5.45454546h-1.81818181z",transform:"translate(-.565918)",fill:"currentColor"}))},meta:{label:"New",keywords:["alert","badge","exclamation mark","important","info","notice","notification","sticker","warning"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-4.51 2.11l.26 2.79-2.74.62-1.43 2.41L12 18.82l-2.58 1.11-1.43-2.41-2.74-.62.26-2.8L3.66 12l1.85-2.12-.26-2.78 2.74-.61 1.43-2.41L12 5.18l2.58-1.11 1.43 2.41 2.74.62-.26 2.79L20.34 12l-1.85 2.11zM11 15h2v2h-2zm0-8h2v6h-2z",fill:"currentColor"}))},meta:{label:"Releases",keywords:["exclamation","new"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zM11.48 20v-6.26H8L13 4v6.26h3.35L11.48 20z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zm0 17.96c-4.4 0-7.98-3.58-7.98-7.98S7.6 4.02 12 4.02 19.98 7.6 19.98 12 16.4 19.98 12 19.98zM12.75 5l-4.5 8.5h3.14V19l4.36-8.5h-3z",fill:"currentColor"}))},meta:{label:"Offline Bolt",keywords:["amp","circle","lightning","performance","power"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m8.5 8.5 3.5-3.5 3.5 3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m15.5 15.5-3.5 3.5-3.5-3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m11.25 18.0625v-12.25h1.5v12.25z"}))},meta:{label:"Open",keywords:["arrows","down","up","vertical"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"M.59 12c0-1.152.927-2.085 2.07-2.085 1.144 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085A2.077 2.077 0 01.59 12zm14.54 2.085A2.077 2.077 0 0113.06 12c0-1.152.927-2.085 2.07-2.085 1.143 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085zm0-10.426c-4.572 0-8.28 3.735-8.28 8.34 0 4.608 3.707 8.342 8.28 8.342 4.573 0 8.28-3.734 8.28-8.341 0-4.606-3.707-8.34-8.28-8.34z",fillRule:"evenodd"}))},meta:{label:"OpenTable",keywords:["profile","share","social"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",height:"25",viewBox:"0 0 24 25",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m14.5314 1v1.49242h-2.0067v-1.49242zm4.9776 0c1.0996 0 1.991.89091 1.991 1.98989h-1.4933c0-.27475-.2228-.49747-.4977-.49747zm-1.4933 1.49242v-1.49242h-2.0067v1.49242zm1.991 10.94438v-1.9899h1.4933v1.9899zm0-3.4823h1.4933v-1.98989h-1.4933zm-.4977 5.4722c.2749 0 .4977-.2227.4977-.4975h1.4933c0 1.099-.8914 1.9899-1.991 1.9899zm1.991-8.95451h-1.4933v-1.98989h1.4933zm-10.4063-5.47219c-1.09964 0-1.99105.89091-1.99105 1.98989h1.49325c0-.27475.2229-.49747.4978-.49747zm-2.16208 4.87109 7.54938 7.54501v5.9282c0 .2976-.2415.5389-.5393.5389h-10.78475c-.29781 0-.53923-.2413-.53923-.5389v-12.93428c0-.29764.24142-.53893.53923-.53893zm5.39238-1.61678h-7.01009-2.15696c-1.19125 0-2.15695.96514-2.15695 2.15571v12.93428c0 1.1906.9657 2.1557 2.15695 2.1557h10.78475c1.1913 0 2.157-.9651 2.157-2.1557v-4.3114-7.0061-1.61678c0-1.19057-.9657-2.15571-2.157-2.15571z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Page duplicate",keywords:["corner","ghost","paper"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m17.9584 12.5417-7.5833-7.58336h-3.79169c-.29915 0-.54166.24251-.54166.54166v13c0 .2991.24251.5417.54166.5417h10.83329c.2992 0 .5417-.2426.5417-.5417zm-9.20832-9.20836h7.04162 1.625c1.1967 0 2.1667.97005 2.1667 2.16666v1.625 7.0417 4.3333c0 1.1967-.97 2.1667-2.1667 2.1667h-10.83329c-1.19661 0-2.16666-.97-2.16666-2.1667v-13c0-1.19661.97005-2.16666 2.16666-2.16666z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Page",keywords:["corner","paper"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m20.1658 18.312c0 .9283-.7596 1.6879-1.688 1.6879-.9283 0-1.6879-.7596-1.6879-1.6879 0-.9284 1.6879-3.3758 1.6879-3.3758s1.688 2.4474 1.688 3.3758z",fill:"currentColor",fillRule:"evenodd"}),(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m4.97449 13c0 .422.16879.844.42198 1.1815l4.30419 4.3042c.67514.6752 1.68794.6752 2.36304 0l4.3042-4.3042c.2532-.3375.422-.7595.422-1.1815z",fill:"currentColor",fillRule:"evenodd"}),(0,y.createElement)(k.Path,{d:"m7.92839 3.71155 6.66731 6.66725m-4.895 8.2708-4.30419-4.3042c-.67517-.6751-.67517-1.6879 0-2.3631l5.48569-5.3169 5.4014 5.4013c.6752.6752.6752 1.688 0 2.3631l-4.3042 4.3042c-.5908.5908-1.6035.5908-2.2787-.0844z",stroke:"currentColor",strokeWidth:"1.5"}))},meta:{label:"Paint can",keywords:["artist","colors","creative","design","palette"]}}).styles.default,(((((((((((((((({default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957z",transform:"translate(1)",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957zm-1.9968099 1.9968099h-9.98404948v-1.9968099h9.98404948z",transform:"translate(1)",fill:"currentColor"}))}.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m18.5806749.77408854h-15.55555554c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555554c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555554c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555554c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm-11.1111111 15.55555556h-2.22222222v-7.77777778h2.22222222zm4.4444444 0h-2.22222218v-11.11111111h2.22222218zm4.4444445 0h-2.2222222v-4.4444444h2.2222222z",transform:"translate(-.802897 -.774089)",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m17.7777778 0h-15.55555558c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555558c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555558c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555558c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm0 17.7777778h-15.55555558v-15.55555558h15.55555558zm-13.33333336-10.00000002h2.22222223v7.77777782h-2.22222223zm4.44444445-3.33333334h2.22222221v11.11111116h-2.22222221zm4.44444441 6.66666666h2.2222223v4.4444445h-2.2222223z",fill:"currentColor"}))},meta:{label:"Poll",keywords:["analytics","chart","data","graph","square","stats","survey","vote"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m6 4.75h12c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-12c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m7 9h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m7 13h2v2h-2z"}),(0,y.createElement)(k.Path,{d:"m10 9h7v2h-7z"}),(0,y.createElement)(k.Path,{d:"m10 13h7v2h-7z"}),(0,y.createElement)(k.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,y.createElement)(k.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},meta:{label:"Post carousel",keywords:["lines","list","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"3",y:"3"}),(0,y.createElement)(k.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"13",y:"3"}),(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Path,{d:"m13 18.25h5"}),(0,y.createElement)(k.Path,{d:"m13 14.25h7"}),(0,y.createElement)(k.Path,{d:"m3 18.25h5"}),(0,y.createElement)(k.Path,{d:"m3 14.25h7"})))},meta:{label:"Posts",keywords:["double","text","twice"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,y.createElement)(k.Path,{d:"m18 4.5h-12c-.27614 0-.5.22386-.5.5v14.5c0 .2761.22386.5.5.5h12c.2761 0 .5-.2239.5-.5v-14.5c0-.27614-.2239-.5-.5-.5zm-12-1.5h12c1.1046 0 2 .89543 2 2v14.5c0 1.1046-.8954 2-2 2h-12c-1.10457 0-2-.8954-2-2v-14.5c0-1.10457.89543-2 2-2z"}),(0,y.createElement)(k.Path,{d:"m10.9123 9.87699c-.3141.21991-.4123.45171-.4123.62301s.0982.4031.4123.623c.3118.2182.7824.377 1.3377.377v1.5c-.8254 0-1.6048-.233-2.1979-.6481-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.79516.46141-1.43835 1.0521-1.85186.5931-.41517 1.3725-.64814 2.1979-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75c0-.1713-.0982-.4031-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.3377.37699z"}),(0,y.createElement)(k.Path,{d:"m13.5877 14.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.233 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.6048-.233-2.1979-.6481c-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.4142.33579-.75.75-.75.4142 0 .75.3358.75.75 0 .1713.0982.4031.4123.623.3118.2182.7824.377 1.3377.377s1.0259-.1588 1.3377-.377z"}),(0,y.createElement)(k.Path,{d:"m12.25 15.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,y.createElement)(k.Path,{d:"m12.25 7c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})))},meta:{label:"Pricing table - Item",keywords:["cash","money","paper","sign"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,y.createElement)(k.Path,{d:"m16 3h-10c-.27614 0-.5.22386-.5.5v13.5c0 .2761.22386.5.5.5h10c.2761 0 .5-.2239.5-.5v-13.5c0-.27614-.2239-.5-.5-.5zm-10-1.5h10c1.1046 0 2 .89543 2 2v13.5c0 1.1046-.8954 2-2 2h-10c-1.10457 0-2-.8954-2-2v-13.5c0-1.10457.89543-2 2-2z"}),(0,y.createElement)(k.Path,{d:"m9.91233 7.87699c-.31409.21986-.41233.45167-.41233.62301s.09824.40315.41233.62301c.31177.21821.78237.37699 1.33767.37699v1.5c-.8254 0-1.60477-.233-2.19786-.6481-.59073-.41355-1.05214-1.05674-1.05214-1.8519s.46141-1.43835 1.05214-1.85186c.59309-.41517 1.37246-.64814 2.19786-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75c0-.17134-.0982-.40315-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.33767.37699z"}),(0,y.createElement)(k.Path,{d:"m12.5877 12.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.23297 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.60477-.233-2.19786-.6481c-.59073-.4135-1.05214-1.0567-1.05214-1.8519 0-.4142.33579-.75.75-.75s.75.3358.75.75c0 .1713.09824.4031.41233.623.31177.2182.78237.377 1.33767.377s1.0259-.1588 1.3377-.377z"}),(0,y.createElement)(k.Path,{d:"m11.25 13.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,y.createElement)(k.Path,{d:"m11.25 5c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})),(0,y.createElement)(k.Path,{d:"m20.25 8.25v11c0 1.1046-.8954 2-2 2h-8",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Pricing table",keywords:["cash","money","paper","sign"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Circle,{cx:"9",cy:"9",r:"4"}),(0,y.createElement)(k.Path,{d:"M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64l-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"}))),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM15.08 7.05c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z",fill:"currentColor"}))},meta:{label:"Voice",keywords:["accouncement","audio","broadcast","megaphone","podcast","record","shout","sing","speak","talk","voice over"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m5.83333333 6.66666667v-2.5l-5.83333333 5.83333333 5.83333333 5.8333333v-2.5l-3.33333333-3.3333333zm4.99999997.83333333v-3.33333333l-5.8333333 5.83333333 5.8333333 5.8333333v-3.4166666c4.1666667 0 7.0833334 1.3333333 9.1666667 4.25-.8333333-4.1666667-3.3333333-8.33333337-9.1666667-9.1666667z",fill:"currentColor"}))},meta:{label:"Reply",keywords:["arrows","back","comment","email","mail","message","respond","reverse"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"-2 -1 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"M0 2.538C0 1.865.258 1.22.716.744A2.4 2.4 0 0 1 2.443 0h14.114a2.4 2.4 0 0 1 1.727.744c.458.476.715 1.121.716 1.794v18.616c0 .009-.005.017-.005.026-.018.11-.043.22-.074.327-.004.008-.003.017-.007.025-.008.017-.027.024-.036.04a.817.817 0 0 1-.228.258.77.77 0 0 1-.464.17h-.004a.776.776 0 0 1-.338-.084c-.007-.003-.015-.002-.023-.005l-2.53-1.315-2.532 1.315a.791.791 0 0 1-.728 0L9.5 20.596l-2.532 1.315a.788.788 0 0 1-.727 0L3.71 20.596l-2.532 1.315c-.008.004-.016.003-.024.006-.104.034-.21.06-.318.078-.007 0-.014.005-.022.005a.711.711 0 0 1-.1-.021.767.767 0 0 1-.189-.04 1.97 1.97 0 0 1-.261-.17.829.829 0 0 1-.105-.14.794.794 0 0 1-.073-.097c-.004-.008-.003-.017-.007-.025a.87.87 0 0 1-.042-.16.864.864 0 0 1-.032-.168c0-.01-.005-.016-.005-.025V2.538Zm4.074 16.355 2.53 1.314 2.532-1.314a.79.79 0 0 1 .728 0l2.531 1.314 2.531-1.314a.79.79 0 0 1 .729 0l1.716.892V2.538a.864.864 0 0 0-.238-.598.8.8 0 0 0-.576-.248H2.443a.8.8 0 0 0-.576.249.864.864 0 0 0-.238.597v17.247l1.717-.892a.788.788 0 0 1 .728 0Z",fill:"currentColor"}),(0,y.createElement)(k.Path,{d:"M8.414 7.333h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .225.086.44.239.598a.8.8 0 0 0 .575.248ZM8.414 11.846h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248A.863.863 0 0 0 7.6 11c0 .224.086.44.239.598.152.159.36.248.575.248ZM8.414 16.359h5.429c.216 0 .423-.09.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .224.086.44.239.598.152.159.36.248.575.248ZM5.157 7.333a.787.787 0 0 0 .315-.067.853.853 0 0 0 .26-.181.869.869 0 0 0 .224-.762.852.852 0 0 0-.223-.435.697.697 0 0 0-.261-.181.782.782 0 0 0-.892.179.873.873 0 0 0-.171.927.813.813 0 0 0 .749.52ZM5.157 11.846a.786.786 0 0 0 .315-.068.852.852 0 0 0 .26-.18.85.85 0 0 0 .24-.599.876.876 0 0 0-.24-.599.786.786 0 0 0-.957-.147.824.824 0 0 0-.27.242.863.863 0 0 0-.137.71.858.858 0 0 0 .16.33.79.79 0 0 0 .63.31ZM5.157 16.359a.784.784 0 0 0 .576-.25.873.873 0 0 0 .174-.932.841.841 0 0 0-.235-.33.782.782 0 0 0-.752-.154.806.806 0 0 0-.511.484.873.873 0 0 0 .173.932.812.812 0 0 0 .575.25Z",fill:"currentColor"}))},meta:{label:"Request",keywords:["bullets","list","paper","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m3.75 18v-12c0-.69036.55964-1.25 1.25-1.25h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m3 15h6v18h-6z",fill:"currentColor",transform:"matrix(0 -1 1 0 -12 18)"}))},meta:{label:"Row",keywords:["divider","line"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm7.08163265-8.16326529c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm4.7142857 11.83673469c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm0-6.122449c-1.12244898 0-2.04081632.9183674-2.04081632 2.0408164 0 1.1224489.91836734 2.0408163 2.04081632 2.0408163s2.04081633-.9183674 2.04081633-2.0408163c0-1.122449-.91836735-2.0408164-2.04081633-2.0408164zm7.08163265-2.04081629c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm0-6.12244898c-1.122449 0-2.04081632.91836734-2.04081632 2.04081632s.91836732 2.04081633 2.04081632 2.04081633 2.0408163-.91836735 2.0408163-2.04081633-.9183673-2.04081632-2.0408163-2.04081632zm4.7142857 17.95918367c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327zm0-6.122449c-1.122449 0-2.0408163.9183674-2.0408163 2.0408163 0 1.122449.9183673 2.0408164 2.0408163 2.0408164s2.0408163-.9183674 2.0408163-2.0408164c0-1.1224489-.9183673-2.0408163-2.0408163-2.0408163z",fill:"currentColor"}))},meta:{label:"Scatter Plot",keywords:["analytics","chart","circle","data","dots","graph","random","stats"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m4.63589015 9.40022032v3.64467918l6.37818865 3.4806687 6.3781886-3.4806687v-3.64467918l-6.3781886 3.48066868zm6.37818865-9.2757086-10.02286786 5.46701882 10.02286786 5.46701886 8.2005282-4.47384377v6.29618337h1.8223396v-7.28935846z",transform:"translate(-1 1.713379)",fill:"currentColor"}))},meta:{label:"School",keywords:["college","degree","diploma","education","graduation","hat","university"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z",fill:"currentColor"}))},meta:{label:"Shield",keywords:["armor","guard","protect","safe","security"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor",fillRule:"evenodd"},(0,y.createElement)(k.Path,{d:"m.00952381 18.5714286 19.99047619-8.5714286-19.99047619-8.57142857-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619z"}),(0,y.createElement)(k.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z"}))),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z",fill:"currentColor"}))},meta:{label:"Send",keywords:["deliver","email","mail","message","paper airplane"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m4 20.25h16",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m4 16.25h9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},meta:{label:"Service item",keywords:["bubble","lines","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,y.createElement)(k.Path,{d:"m4 20.25h16"}),(0,y.createElement)(k.Path,{d:"m4 16.25h9"}),(0,y.createElement)(k.Path,{d:"m22.25 9.5v-5.75c0-1.10457-.8954-2-2-2h-12.75"})),(0,y.createElement)(k.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},meta:{label:"Services",keywords:["bubble","lines","text"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m8.5 9.5c0-.82843-.67157-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.67157 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,y.createElement)(k.Path,{d:"m13.5 14.5c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5z"}),(0,y.createElement)(k.Path,{d:"m18.5 9.5c0-.82843-.6716-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,y.createElement)(k.Path,{d:"m16.5 5h1v13.825h-1z"}),(0,y.createElement)(k.Path,{d:"m6.5 5h1v14h-1z"}),(0,y.createElement)(k.Path,{d:"m11.5 5h1v14h-1z"}))},meta:{label:"Settings",keywords:["dots","lines","preferences","sliders"]}}).styles.default),R={styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,y.createElement)(k.Path,{clipRule:"evenodd",d:"m19.5 8.5v11h-15v-5-2c0 3.5 3.5 3.5 5 3.5 3 0 3.5-3.0452 5-5 1.2022-1.56673 3.2746-2.39739 5-2.5z",fill:"currentColor",fillRule:"evenodd"}))},meta:{label:"Shape divider",keywords:["rectangle","wave"]}}.styles.default,T=(((({default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m15.5 6-8 6 8 6",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Rect,{height:"4",rx:"1",width:"4",x:"5",y:"10"}),(0,y.createElement)(k.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"4"}),(0,y.createElement)(k.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"16"})))}.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m17.2727273 4.36363636h-2.7272728v-3.63636363h-12.72727268c-1 0-1.81818182.81818182-1.81818182 1.81818182v9.99999995h1.81818182c0 1.509091 1.21818182 2.7272728 2.72727273 2.7272728 1.5090909 0 2.72727272-1.2181818 2.72727272-2.7272728h5.45454543c0 1.509091 1.2181818 2.7272728 2.7272728 2.7272728 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272728h1.8181818v-4.5454545zm-.4545455 1.36363637 1.7818182 2.27272727h-4.0545455v-2.27272727zm-12.27272725 7.72727277c-.5 0-.90909091-.409091-.90909091-.909091s.40909091-.9090909.90909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091zm2.01818181-2.7272728c-.5-.5545454-1.20909091-.90909088-2.01818181-.90909088-.80909091 0-1.51818182.35454548-2.01818182.90909088h-.70909091v-8.18181815h10.90909088v8.18181815zm8.89090914 2.7272728c-.5 0-.909091-.409091-.909091-.909091s.409091-.9090909.909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091z",transform:"translate(0 2)",fill:"currentColor"}))},meta:{label:"Shipping",keywords:["auto","cart","commerce","delivery","ecommerce","ship","shop","store","transport","truck","woo"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10 8.675c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zm-6-10c-5.52 0-10 4.48-10 10 0 3.7 2.01 6.92 4.99 8.65l1-1.73c-2.38-1.39-3.99-3.96-3.99-6.92 0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z",fill:"currentColor"}))},meta:{label:"Signal",keywords:["radar","radio","sonar","waves","wifi"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m20 9h-4.17l3.24-3.24-1.41-1.42-4.66 4.66h-2v-2l4.66-4.66-1.42-1.41-3.24 3.24v-4.17h-2v4.17l-3.24-3.24-1.42 1.41 4.66 4.66v2h-2l-4.66-4.66-1.41 1.42 3.24 3.24h-4.17v2h4.17l-3.24 3.24 1.41 1.42 4.66-4.66h2v2l-4.66 4.66 1.42 1.41 3.24-3.24v4.17h2v-4.17l3.24 3.24 1.42-1.41-4.66-4.66v-2h2l4.66 4.66 1.41-1.42-3.24-3.24h4.17z",fill:"currentColor"}))},meta:{label:"Snowflake",keywords:["chill","cold","frozen","global","ice","season","winter"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{fill:"none",d:"m12.5 17v-2c0-1.1046-.8954-2-2-2h-4c-1.10457 0-2 .8954-2 2v2",stroke:"currentColor",strokeWidth:"1.5"}),(0,y.createElement)(k.Path,{d:"m19.5 17v-1c0-1.1046-.8954-2-2-2h-2.5",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,y.createElement)(k.Circle,{cx:"15.5",cy:"10",fill:"currentColor",r:"2"}),(0,y.createElement)(k.Circle,{cx:"8.5",cy:"9",fill:"currentColor",r:"2"}),(0,y.createElement)(k.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},meta:{label:"Social profiles",keywords:["people","person","profiles","share","social"]}}).styles.default,A=((((((((((((((((((((((({default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45C9.85 12.17 6.18 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38-.47.3-.91.63-1.34.98-.42-.34-.87-.67-1.33-.97.25-1.2.71-2.35 1.37-3.39zM12 15.45c-.82-1.25-1.86-2.34-3.06-3.2-.13-.09-.27-.16-.4-.26.13.09.27.17.39.25C6.98 10.83 4.59 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45zm1.32 4.15c-.44.15-.88.27-1.33.37-.44-.09-.87-.21-1.28-.36-3.29-1.18-5.7-3.99-6.45-7.35 1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55c.69-1.05 1.55-1.95 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4-.75 3.37-3.15 6.18-6.42 7.35zm-4.33-7.32c-.02-.01-.04-.03-.05-.04 0 0 .01 0 .01.01.01.01.02.02.04.03z",fill:"currentColor"}))}.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10.0268555.55859375-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10.0268555 5.68859375.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.62999995-.91.79.27 1.18.56 2.41-2.12-1.28-1.03-.64-1.03000003.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.62999995 2.47-.21 1.2-.1.47-1.11zm0-5.13-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"}))},meta:{label:"Star",keywords:["favorite","like","plus","rate","shape","vote"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zM7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2 11c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zm-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95-7.35 3.05z"}),(0,y.createElement)(k.Circle,{cx:"11",cy:"9",r:"1"}),(0,y.createElement)(k.Path,{d:"M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"})))},meta:{label:"Cards",keywords:["games","layers","shuffle","stack"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,y.createElement)(k.Path,{d:"M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-7-5.5l3.5 3.5-3.5 3.5V11h-4V9h4V6.5zm-6 11L5.5 14 9 10.5V13h4v2H9v2.5z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-13.5V9h-4v2h4v2.5l3.5-3.5zm-6 4L5.5 14 9 17.5V15h4v-2H9z",fill:"currentColor"}))},meta:{label:"Swap Horizontal",keywords:["arrows","circle","move","shift","transition"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9L10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM6.5 9L10 5.5 13.5 9H11v4H9V9zm11 6L14 18.5 10.5 15H13v-4h2v4z",fill:"currentColor"}))},meta:{label:"Swap Vertical",keywords:["arrows","circle","move","shift","transition"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m7.34133533 6.23855964v-1.98499625c-2.17404351.03150788-4.03300825 1.38634659-4.85221305 3.27681921-.31507877.72468117-.44111028 1.51237809-.4096024 2.33158289.06301575 1.13428361.47261815 2.20555141 1.16579145 3.05626411.37809452.4411102.28357089 1.1027757-.18904726 1.4493623-.44111028.3150788-1.07126782.2205551-1.41785447-.1890473-.85071268-1.0397599-1.38634658-2.3315829-1.54388597-3.7179294-.12603151-1.00825211-.03150788-2.01650417.25206302-2.9302326.88222055-3.02475619 3.6864216-5.26181546 6.99474868-5.29332334v-1.98499624c0-.09452363.12603151-.15753939.22055514-.09452363l4.09602403 2.99324831c.0630157.06301575.0630157.15753938 0 .18904726l-4.09602403 2.99324831c-.09452363.06301575-.22055514 0-.22055514-.09452363zm.22055514 13.17029256c.09452363.0630158.22055514 0 .22055514-.0945236v-1.9849963c3.30832709-.0315078 6.11252809-2.2685671 6.99474869-5.2933233.252063-.9137284.3780945-1.8904726.252063-2.93023256-.1575394-1.38634658-.7246812-2.67816954-1.543886-3.71792948-.3465866-.44111028-.9767441-.53563391-1.4178544-.18904726-.4726182.34658665-.5671418 1.00825206-.1890473 1.44936234.6931733.85071268 1.1027757 1.89047262 1.1657915 3.05626407.0315078.81920479-.1260315 1.63840959-.4096024 2.33158289-.787697 1.8904726-2.6466617 3.2453113-4.85221309 3.2768192v-1.9849962c0-.0945237-.12603151-.1575394-.22055514-.0945237l-4.096024 2.9932483c-.06301576.0630158-.06301576.1575394 0 .1890473z",transform:"translate(4 2)"}))},meta:{label:"Sync",keywords:["arrows","circle","refresh","synchronize","update"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m15.8333333 0h-11.66666663c-1.15 0-2.08333334.93333333-2.08333334 2.08333333v15.83333337c0 1.15.93333334 2.0833333 2.08333334 2.0833333h11.66666663c1.15 0 2.0833334-.9333333 2.0833334-2.0833333v-15.83333337c0-1.15-.9333334-2.08333333-2.0833334-2.08333333zm-5.8333333 19.1666667c-.69166667 0-1.25-.5583334-1.25-1.25 0-.6916667.55833333-1.25 1.25-1.25.6916667 0 1.25.5583333 1.25 1.25 0 .6916666-.5583333 1.25-1.25 1.25zm6.25-3.3333334h-12.5v-13.3333333h12.5z",fill:"currentColor"}))},meta:{label:"Tablet",keywords:["computer","device","ipad","monitor","office","pc","screen","surface"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11.25 0h-9c-.825 0-1.5.61363636-1.5 1.36363636v13.27272724c0 .75.675 1.3636364 1.5 1.3636364h9c.825 0 1.5-.6136364 1.5-1.3636364v-13.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 14h-8v-12h8z",transform:"translate(1.25)"}))},meta:{label:"Tablet",keywords:["computer","device","ipad","monitor","office","pc","screen","surface"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"M7.075 19.32a6.603 6.603 0 0 0-4.62 1.889.53.53 0 0 0 .003.763 6.6 6.6 0 0 0 9.205-.037.529.529 0 0 0-.004-.763 6.623 6.623 0 0 0-4.584-1.852Zm-.032 3.445a5.542 5.542 0 0 1-3.414-1.18 5.53 5.53 0 0 1 6.86-.026 5.528 5.528 0 0 1-3.446 1.206Z"}),(0,y.createElement)(k.Path,{d:"M7.059 10.059A6.89 6.89 0 0 0 .177 16.94 6.794 6.794 0 0 0 .92 20.02a.53.53 0 0 0 .946-.476 5.75 5.75 0 0 1-.632-2.603 5.824 5.824 0 0 1 11.647 0 5.724 5.724 0 0 1-.632 2.6.528.528 0 0 0 .75.691.53.53 0 0 0 .195-.212 6.767 6.767 0 0 0 .746-3.08A6.89 6.89 0 0 0 7.06 10.06Z"}),(0,y.createElement)(k.Path,{d:"M9.372 15.195c0-.322-.024-.62-.132-.91a2.168 2.168 0 0 0-1.271-1.27c-.29-.11-.618-.133-.91-.133-.292 0-.62.024-.91.132a2.166 2.166 0 0 0-1.27 1.27c-.11.291-.133.605-.133.91 0 2.595 1.45 2.982 2.313 2.982.864 0 2.313-.387 2.313-2.981Zm-3.567 0c0-.173-.003-.342.052-.504a1.124 1.124 0 0 1 .698-.698c.162-.055.272-.09.504-.09.231 0 .342.035.504.09a1.123 1.123 0 0 1 .697.698c.056.162.053.342.053.504 0 1.922-.945 1.922-1.254 1.922-.309 0-1.254 0-1.254-1.922ZM10.412 13.765a.53.53 0 0 1-.53-.53V2.647A2.65 2.65 0 0 1 12.53 0h8.472a2.648 2.648 0 0 1 2.645 2.645v5.158a2.648 2.648 0 0 1-2.645 2.644h-7.053l-3.163 3.163a.53.53 0 0 1-.374.155ZM12.53 1.059a1.59 1.59 0 0 0-1.589 1.588v9.31l2.414-2.414a.53.53 0 0 1 .374-.155h7.273a1.588 1.588 0 0 0 1.586-1.585V2.645a1.587 1.587 0 0 0-1.586-1.586H12.53Z"}),(0,y.createElement)(k.Path,{d:"M12.706 3.735h8.47M12.706 6.559h8.47"})))},meta:{label:"Testimonial",keywords:["bubble","conversation","head","human","people","person","speach","speak","talk"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"M12 23.52C9.72154 23.52 7.49427 22.8444 5.59982 21.5785C3.70536 20.3127 2.22881 18.5135 1.35689 16.4085C0.484972 14.3035 0.256838 11.9872 0.701339 9.75257C1.14584 7.51791 2.24301 5.46524 3.85412 3.85414C5.46522 2.24304 7.51788 1.14586 9.75254 0.701362C11.9872 0.25686 14.3035 0.484995 16.4085 1.35692C18.5135 2.22884 20.3127 3.70539 21.5785 5.59984C22.8443 7.49429 23.52 9.72157 23.52 12C23.52 15.0553 22.3063 17.9855 20.1459 20.1459C17.9854 22.3063 15.0553 23.52 12 23.52ZM12 2.78401C10.1772 2.78401 8.39541 3.32452 6.87985 4.33718C5.36429 5.34985 4.18305 6.78919 3.48551 8.4732C2.78797 10.1572 2.60547 12.0102 2.96107 13.798C3.31667 15.5857 4.19441 17.2278 5.48329 18.5167C6.77217 19.8056 8.4143 20.6833 10.202 21.0389C11.9898 21.3945 13.8428 21.212 15.5268 20.5145C17.2108 19.8169 18.6501 18.6357 19.6628 17.1201C20.6755 15.6046 21.216 13.8228 21.216 12C21.216 9.55577 20.245 7.21165 18.5167 5.48331C16.7883 3.75498 14.4442 2.78401 12 2.78401V2.78401Z",fill:"currentColor"}),(0,y.createElement)(k.Path,{d:"M12 13.536C11.6945 13.536 11.4015 13.4146 11.1854 13.1986C10.9694 12.9825 10.848 12.6895 10.848 12.384V5.856H13.152V12.384C13.152 12.6895 13.0307 12.9825 12.8146 13.1986C12.5986 13.4146 12.3056 13.536 12 13.536V13.536Z",fill:"currentColor"}),(0,y.createElement)(k.Path,{d:"M21.9357 0.434855L18.8647 3.50585L20.4939 5.13502L23.5649 2.06403L21.9357 0.434855Z",fill:"currentColor"}))},meta:{label:"Timer",keywords:["chrono","hour","start","stop","time","watch"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z",fill:"currentColor"}))},meta:{label:"Radar",keywords:["find","locate","radio","scan","search","signal","sonar","time","tracking"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m10.8187411 12.8292466-2.30909089-2.2818182.02727273-.0272727c1.58181816-1.76363641 2.70909086-3.79090913 3.37272726-5.93636368h2.6636364v-1.81818182h-6.36363639v-1.81818181h-1.81818182v1.81818181h-6.36363636v1.80909091h10.15454547c-.60909092 1.75454546-1.57272729 3.41818182-2.8818182 4.87272728-.84545454-.93636364-1.54545454-1.96363637-2.1-3.04545455h-1.81818181c.66363636 1.48181818 1.57272727 2.88181818 2.7090909 4.14545456l-4.62727272 4.5636363 1.29090909 1.2909091 4.54545454-4.5454545 2.8272727 2.8272727zm5.1181818-4.60909094h-1.8181818l-4.0909091 10.90909094h1.8181818l1.0181819-2.7272728h4.3181818l1.0272727 2.7272728h1.8181818zm-2.3818181 6.36363634 1.4727272-3.9363636 1.4727273 3.9363636z",fill:"currentColor"}))},meta:{label:"Translate",keywords:["alphabet","global","internationalization","language","linguistics","localization","polyglot","speech","world"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m7.34532 7.19644c.03127-.69843.67672-1.20533 1.36267-1.07017l8.89421 1.75261c.6859.13516 1.0908.84904.8547 1.50713l-3.8044 10.60739c-.1909.5322-.7422.8448-1.2968.7355l-5.59369-1.1022c-.55466-.1093-.94606-.6077-.92076-1.1725z",stroke:"currentColor",strokeWidth:"1.4",fill:"none"}),(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m18.7958.00018311-14.7958 6.08966689.76121 1.84948 14.79579-6.08967z"}),(0,y.createElement)(k.Path,{d:"m13.5123 2.17454s-.9464.38951-2.1138.86999c-1.1673.48043-2.11357.86993-2.11357.86993-.48046-1.16736.0764-2.50318 1.24367-2.983611 1.1674-.480475 2.5032.076331 2.9837 1.243691z"}),(0,y.createElement)(k.Path,{d:"m6.5 17 10-4-2.5 7-7-1z"})))},meta:{label:"Trash confirm",keywords:["confirm","delete","garbage","half full","remove"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m6.33693 7.16999c-.02446-.16261-.01354-.3286.03202-.48661.04555-.15801.12466-.30433.23193-.42898.10727-.12464.24018-.22467.38964-.29325.14946-.06859.31196-.10411.47641-.10416h9.06497c.7 0 1.235.622 1.13 1.313l-1.681 11.14301c-.0407.2706-.1771.5176-.3844.6961-.2074.1786-.4719.2768-.7456.2769h-5.70197c-.27363-.0001-.53816-.0983-.74552-.2769-.20736-.1785-.34378-.4255-.38448-.6961z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,y.createElement)(k.Path,{d:"m20 4.99999h-16v2h16zm-5.714 0h-4.572c0-.60629.24085-1.18774.6696-1.61645.4287-.4287 1.0101-.66955 1.6164-.66955s1.1877.24085 1.6164.66955c.4288.42871.6696 1.01016.6696 1.61645z",fill:"currentColor"}))},meta:{label:"Trash",keywords:["delete","empty","garbage","remove"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m20.9644 6.21958c-.6699.29445-1.3852.49504-2.1383.58663.7675-.46249 1.3579-1.19144 1.6372-2.06117-.7198.4201-1.5177.72591-2.3669.89623-.6783-.72592-1.6449-1.18009-2.7183-1.18009-2.0566 0-3.7241 1.66756-3.7241 3.72192 0 .29521.034.57907.0961.85082-3.09594-.1461-5.83988-1.63275-7.67624-3.88013-.32322.54652-.50413 1.1816-.50413 1.87345 0 1.29439.65854 2.43208 1.6562 3.10046-.61085-.0197-1.18538-.18772-1.68648-.46627v.04617c0 1.8053 1.28152 3.3109 2.98692 3.6538-.31262.084-.64265.1294-.981.1294-.23769 0-.46553-.0227-.69337-.0651.47764 1.4784 1.85074 2.5563 3.485 2.5865-1.27168.9985-2.88322 1.5934-4.61891 1.5934-.29521 0-.58966-.0174-.88563-.0507 1.65696 1.0552 3.60913 1.6721 5.72027 1.6721 6.85347 0 10.59657-5.6741 10.59657-10.5867 0-.1582 0-.31792-.0114-.47688.7274-.52154 1.3625-1.18084 1.8621-1.9287z",fill:"currentColor"}))},meta:{label:"Twitter",keywords:["media","share","social"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,y.createElement)(k.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"}))),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,y.createElement)(k.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"})),(0,y.createElement)(k.Rect,null))},meta:{label:"Typography",keywords:["letter","underline","text","typo"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m19.9986483 8.20489366h-7.5333334l3.0444445-3.13333333c-3.0333334-3-7.94444447-3.11111111-10.97777781-.11111111-3.03333333 3.01111111-3.03333333 7.86666668 0 10.87777778 3.03333334 3.0111111 7.94444441 3.0111111 10.97777781 0 1.5111111-1.4888889 2.2666666-3.2333333 2.2666666-5.4333333h2.2222223c0 2.2-.9777778 5.0555555-2.9333334 6.9888889-3.9 3.8666666-10.23333331 3.8666666-14.13333331 0-3.88888889-3.8555556-3.92222222-10.12222227-.02222222-13.97777783 3.9-3.85555555 10.15555553-3.85555555 14.05555553 0l3.0333334-3.12222222zm-9.4444445-2.35555555v4.72222219l3.8888889 2.3111111-.8 1.3444445-4.75555555-2.8222222v-5.55555559z",transform:"translate(0 -.293783)",fill:"currentColor"}))},meta:{label:"Update",keywords:["arrow","backup","circle","clock","future","history","hour","schedule","time machine"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11V11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z",fill:"currentColor"}))},meta:{label:"Shield Check",keywords:["armor","guard","protect","safe","security","verified"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m16 2 2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-14z",fill:"currentColor"}),(0,y.createElement)(k.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"}))},meta:{label:"Video",keywords:["creative","director","media","producer","film"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-1.5996426-.92046471-3.6371761-.99195711-5.3619303 0-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-1.7158177-.9919571-3.75335121-.9204647-5.3619303 0 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697 1.59964254.9204647 3.63717605.9919571 5.3619303 0 .25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737 1.7158177.9919571 3.7533512.9204647 5.3619303 0-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-5.9874888 3.2171582c-1.97497766 0-3.5746202-1.5996425-3.5746202-3.5746202 0-1.97497766 1.59964254-3.5746202 3.5746202-3.5746202 1.9749777 0 3.5746202 1.59964254 3.5746202 3.5746202 0 1.9749777-1.5996425 3.5746202-3.5746202 3.5746202z",transform:"translate(1)",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-.8132261-.46470063-1.7426274-.71492404-2.6899017-.71492404-.9115282 0-1.8319929.23235031-2.6720286.71492404-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-.84003575-.48257372-1.76050045-.71492403-2.6720286-.71492403-.9383378 0-1.8766756.25022341-2.6899017.71492403 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697.8132261.4647006 1.74262735.714924 2.6899017.714924.91152815 0 1.83199285-.2323503 2.6720286-.714924.25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737.8400357.4825738 1.7605004.7149241 2.6720286.7149241.9383378 0 1.8766756-.2502234 2.6899017-.7149241-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-2.2698838-3.46738157c.1876676-.15192136.3395889-.25915997.4825737-.33065237.5451296-.31277927 1.1617516-.48257373 1.7873101-.48257373.2412869 0 .4736372.02680966.7059875.07149241-.277033.81322609-.8400357 1.51027703-1.590706 1.94816801-.1519213.0893655-.3217158.1608579-.5183199.24128686l-1.233244.46470062c-.1519213-.41108132-.3663985-.77747989-.6434316-1.10813226zm-3.717605-4.6023235c.56300268.64343163.89365505 1.48346738.89365505 2.35031278 0 .16979445-.0178731.36639857-.04468275.56300268l-.20554066 1.28686327c-.21447722-.03574621-.42895443-.06255586-.64343164-.06255586s-.42895442.02680965-.63449508.06255586l-.20554067-1.28686327c-.0357462-.19660411-.0536193-.39320823-.0536193-.56300268 0-.87578195.33065237-1.70688115.89365505-2.35031278zm-6.69347632 3.85165326c.23235031-.05361931.47363718-.07149241.71492404-.07149241.61662199 0 1.23324397.16085791 1.77837355.48257373.13404826.08042895.28596961.17873101.43789097.31277927l1.02770331.85790884c-.26809652.32171582-.47363718.67917784-.62555853 1.07238606l-1.23324397-.46470062c-.18766756-.08042896-.35746202-.16085791-.50044683-.24128687-.77747989-.44682752-1.33154602-1.13494191-1.59964254-1.948168zm2.97587132 6.96157281c-.18766756.1519214-.33958892.25916-.48257373.3306524-.54512958.3127793-1.16175156.4825737-1.7873101.4825737-.24128686 0-.47363718-.0268096-.70598749-.0714924.27703307-.8132261.84003575-1.510277 1.59070599-1.948168.15192136-.0893655.32171582-.1608579.51831993-.2412869l1.23324397-.4647006c.1429848.4110813.36639857.7864165.64343163 1.1081323zm3.717605 4.6112601c-.56300268-.6434317-.89365505-1.4834674-.89365505-2.3503128 0-.178731.0178731-.3663986.0536193-.5808758l.19660411-1.2689902c.20554067.0357462.42001788.0625559.64343164.0625559.21447721 0 .42895442-.0268097.63449508-.0625559l.20554067 1.2868633c.0357462.1966041.0536193.3932082.0536193.5630027 0 .8757819-.33065237 1.7068811-.89365505 2.3503128zm5.9785523-3.7890974c-.616622 0-1.233244-.1608579-1.7783736-.4825738-.1608579-.0893655-.3038427-.1966041-.4378909-.3038427l-1.0277033-.8579088c.2680965-.3217158.4825737-.6791779.6255585-1.0813226l1.233244.4647006c.1966041.0714924.3663985.1519213.5093833.2323503.7596068.437891 1.313673 1.1349419 1.590706 1.948168-.2412868.0625559-.4825737.080429-.714924.080429z",transform:"translate(1)",fill:"currentColor"}))},meta:{label:"Vintage Filter",keywords:["artist","camera","creative","flower","photography"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m0 6.66666667v6.66666663h4.44444444l5.55555556 5.5555556v-17.77777779l-5.55555556 5.55555556zm15 3.33333333c0-1.96666667-1.1333333-3.65555556-2.7777778-4.47777778v8.94444448c1.6444445-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444444v2.28888888c3.2111111.95555556 5.5555556 3.93333334 5.5555556 7.45555556 0 3.5222222-2.3444445 6.5-5.5555556 7.4555556v2.2888888c4.4555556-1.0111111 7.7777778-4.9888888 7.7777778-9.7444444 0-4.75555556-3.3222222-8.73333333-7.7777778-9.74444444z",fill:"currentColor"})),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"1 0.05 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m.99267578 6.72328559v6.66666671h4.44444445l5.55555557 5.5555555v-17.77777777l-5.55555557 5.55555556zm7.77777778-.18888889v7.0444444l-2.41111111-2.4111111h-3.14444445v-2.22222219h3.14444445zm7.22222224 3.5222222c0-1.96666664-1.1333334-3.65555553-2.7777778-4.47777775v8.94444445c1.6444444-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444442v2.28888889c3.2111111.95555555 5.5555556 3.93333333 5.5555556 7.45555553s-2.3444445 6.5-5.5555556 7.4555556v2.2888889c4.4555556-1.0111111 7.7777778-4.9888889 7.7777778-9.7444445 0-4.75555553-3.3222222-8.73333331-7.7777778-9.74444442z",fill:"currentColor"}))},meta:{label:"Volume",keywords:["audio","media","music","song","sound"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.G,{fill:"currentColor"},(0,y.createElement)(k.Path,{d:"m16.6666667 10c0-2.11666667-.9916667-4.00833333-2.5333334-5.225l-.8-4.775h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225zm-11.6666667 0c0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5-2.75833333 0-5-2.2416667-5-5z"}),(0,y.createElement)(k.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z"}))),outlined:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z",fill:"currentColor"}))},meta:{label:"Watch",keywords:["clock","device","hour","time","wrist"]}}).styles.default,{styles:{default:(0,y.createElement)(k.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"m15 16.6594678c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-5.604419c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-10.2550488c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zm-2.95 4.65062988c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z",fill:"currentColor"}))},meta:{label:"Waves",keywords:["fun","ocean","outdoors","sea","summer","surf","water"]}}).styles.default,l(4184)),H=l.n(A),j=l(4721),F=l.n(j);const O={};O.wavy=(0,y.createElement)("svg",{className:"divider--wavy",height:"100%",viewBox:"0 0 100 10",width:"100%",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,y.createElement)("path",{d:"m42.19.65c2.26-.25 5.15.04 7.55.53 2.36.49 7.09 2.35 10.05 3.57 7.58 3.22 13.37 4.45 19.26 4.97 2.36.21 4.87.35 10.34-.25s10.62-2.56 10.62-2.56v-6.91h-100.01v3.03s7.2 3.26 15.84 3.05c3.92-.07 9.28-.67 13.4-2.24 2.12-.81 5.22-1.82 7.97-2.42 2.72-.63 3.95-.67 4.98-.77z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 10)"})),O.waves=(0,y.createElement)("svg",{className:"divider--waves",fill:"",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 300",preserveAspectRatio:"none"},(0,y.createElement)("path",{d:"M 1000 299 l 2 -279 c -155 -36 -310 135 -415 164 c -102.64 28.35 -149 -32 -232 -31 c -80 1 -142 53 -229 80 c -65.54 20.34 -101 15 -126 11.61 v 54.39 z"}),(0,y.createElement)("path",{d:"M 1000 286 l 2 -252 c -157 -43 -302 144 -405 178 c -101.11 33.38 -159 -47 -242 -46 c -80 1 -145.09 54.07 -229 87 c -65.21 25.59 -104.07 16.72 -126 10.61 v 22.39 z"}),(0,y.createElement)("path",{d:"M 1000 300 l 1 -230.29 c -217 -12.71 -300.47 129.15 -404 156.29 c -103 27 -174 -30 -257 -29 c -80 1 -130.09 37.07 -214 70 c -61.23 24 -108 15.61 -126 10.61 v 22.39 z"})),O.sloped=(0,y.createElement)("svg",{className:"divider--sloped","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",width:"100%",height:"100%",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,y.createElement)("path",{d:"M0 100 C 20 0 50 0 100 100 Z"})),O.rounded=(0,y.createElement)("svg",{className:"divider--rounded",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"100%",height:"100%",viewBox:"0 0 240 24",enableBackground:"new 0 0 240 24",preserveAspectRatio:"none"},(0,y.createElement)("path",{d:"M119.849,0C47.861,0,0,24,0,24h240C240,24,191.855,0.021,119.849,0z"})),O.angled=(0,y.createElement)("svg",{className:"divider--angled","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,y.createElement)("polygon",{points:"0,100 100,0 100,100"})),O.triangle=(0,y.createElement)("svg",{className:"divider--triangle",height:"100%",viewBox:"0 0 100 100",width:"100%",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,y.createElement)("path",{d:"m0 0 50 100 50-100z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 100)"})),O.pointed=(0,y.createElement)("svg",{className:"divider--pointed",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},(0,y.createElement)("path",{d:"M737.9,94.7L0,0v100h1000V0L737.9,94.7z"})),O.hills=(0,y.createElement)("svg",{className:"divider--hills",height:"100%",viewBox:"0 0 1920 105",width:"100%",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,y.createElement)("g",{fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 105)"},(0,y.createElement)("path",{d:"m1920 14.8827052c-116.23325 0-224.05162 88.3906828-395.09265 88.3906828-160.92196 0-254.53172-83.4344997-444.90735-83.4344997-154.297581 0-240.095847 39.6344097-367.66819 39.6344097-154.121863 0-198.902329-36.1223133-349.458242-36.1223133-144.878137 0-241.175717 80.8685493-362.873568 80.8685493 0-34.0793243 0-68.1494291 0-102.219534h1920z"}),(0,y.createElement)("path",{d:"m1920 14.6612844c-116.11434 0-223.9659 88.8291396-395.06196 88.8291396-160.92415 0-254.54487-83.7874573-444.93804-83.7874573-154.317311 0-240.088941 39.8974838-367.565152 39.8974838-154.034172 0-198.792715-36.4840402-349.164477-36.4840402-144.965828 0-241.283139 81.1250467-363.270371 81.1250467 0-34.7474052 0-69.4948104 0-104.241457h1920z"})));var I=O,W=l(5609);const $={};$.wavy=(0,y.createElement)(W.SVG,{className:"divider--wavy",viewBox:"0 0 100 10",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,y.createElement)(W.Path,{d:"m42.19.65c2.26-.25 5.15.04 7.55.53 2.36.49 7.09 2.35 10.05 3.57 7.58 3.22 13.37 4.45 19.26 4.97 2.36.21 4.87.35 10.34-.25s10.62-2.56 10.62-2.56v-6.91h-100.01v3.03s7.2 3.26 15.84 3.05c3.92-.07 9.28-.67 13.4-2.24 2.12-.81 5.22-1.82 7.97-2.42 2.72-.63 3.95-.67 4.98-.77z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 10)"})),$.waves=(0,y.createElement)(W.SVG,{className:"divider--waves",fill:"",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 300",preserveAspectRatio:"none"},(0,y.createElement)(W.Path,{d:"M 1000 299 l 2 -279 c -155 -36 -310 135 -415 164 c -102.64 28.35 -149 -32 -232 -31 c -80 1 -142 53 -229 80 c -65.54 20.34 -101 15 -126 11.61 v 54.39 z"}),(0,y.createElement)(W.Path,{d:"M 1000 286 l 2 -252 c -157 -43 -302 144 -405 178 c -101.11 33.38 -159 -47 -242 -46 c -80 1 -145.09 54.07 -229 87 c -65.21 25.59 -104.07 16.72 -126 10.61 v 22.39 z"}),(0,y.createElement)(W.Path,{d:"M 1000 300 l 1 -230.29 c -217 -12.71 -300.47 129.15 -404 156.29 c -103 27 -174 -30 -257 -29 c -80 1 -130.09 37.07 -214 70 c -61.23 24 -108 15.61 -126 10.61 v 22.39 z"})),$.sloped=(0,y.createElement)(W.SVG,{className:"divider--sloped","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,y.createElement)(W.Path,{d:"M0 100 C 20 0 50 0 100 100 Z"})),$.rounded=(0,y.createElement)(W.SVG,{className:"divider--rounded",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 240 24",enableBackground:"new 0 0 240 24",preserveAspectRatio:"none"},(0,y.createElement)(W.Path,{d:"M119.849,0C47.861,0,0,24,0,24h240C240,24,191.855,0.021,119.849,0z"})),$.angled=(0,y.createElement)(W.SVG,{className:"divider--angled","aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",preserveAspectRatio:"none"},(0,y.createElement)("polygon",{points:"0,100 100,0 100,100"})),$.triangle=(0,y.createElement)(W.SVG,{className:"divider--triangle",viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,y.createElement)(W.Path,{d:"m0 0 50 100 50-100z",fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 100)"})),$.pointed=(0,y.createElement)(W.SVG,{className:"divider--pointed",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},(0,y.createElement)(W.Path,{d:"M737.9,94.7L0,0v100h1000V0L737.9,94.7z"})),$.hills=(0,y.createElement)(W.SVG,{className:"divider--hills",viewBox:"0 0 1920 105",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},(0,y.createElement)(W.G,{fillRule:"evenodd",transform:"matrix(1 0 0 -1 0 105)"},(0,y.createElement)(W.Path,{d:"m1920 14.8827052c-116.23325 0-224.05162 88.3906828-395.09265 88.3906828-160.92196 0-254.53172-83.4344997-444.90735-83.4344997-154.297581 0-240.095847 39.6344097-367.66819 39.6344097-154.121863 0-198.902329-36.1223133-349.458242-36.1223133-144.878137 0-241.175717 80.8685493-362.873568 80.8685493 0-34.0793243 0-68.1494291 0-102.219534h1920z"}),(0,y.createElement)(W.Path,{d:"m1920 14.6612844c-116.11434 0-223.9659 88.8291396-395.06196 88.8291396-160.92415 0-254.54487-83.7874573-444.93804-83.7874573-154.317311 0-240.088941 39.8974838-367.565152 39.8974838-154.034172 0-198.792715-36.4840402-349.164477-36.4840402-144.965828 0-241.283139 81.1250467-363.270371 81.1250467 0-34.7474052 0-69.4948104 0-104.241457h1920z"})));var D=$;function Z(e){const t=F()(e,"is-style-angled"),l=F()(e,"is-style-hills"),o=F()(e,"is-style-pointed"),r=F()(e,"is-style-rounded"),n=F()(e,"is-style-sloped"),a=F()(e,"is-style-triangle"),c=F()(e,"is-style-waves");let s=D.wavy;return t?s=D.angled:n?s=D.sloped:a?s=D.triangle:r?s=D.rounded:c?s=D.waves:o?s=D.pointed:l&&(s=D.hills),s}var q=JSON.parse('{"name":"coblocks/shape-divider","category":"layout","attributes":{"shapeHeight":{"type":"string","default":"100px"},"backgroundHeight":{"type":"string","default":"50px"},"verticalFlip":{"type":"boolean","default":false},"horizontalFlip":{"type":"boolean","default":false},"color":{"type":"string"},"customColor":{"type":"string","default":"#111"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"noBottomMargin":{"type":"boolean","default":true},"noTopMargin":{"type":"boolean","default":true}}}'),U=l(2175);const J=e=>{const{attributes:t}=e,l=(0,U.getColorClassName)("color",t.color),o=(0,U.getColorClassName)("background-color",t.backgroundColor);let r=H()(e.className,{"is-vertically-flipped":t.verticalFlip,"is-horizontally-flipped":t.horizontalFlip,[l]:l,[o]:o});t.coblocks&&void 0!==t.coblocks.id&&(r=H()(r,`coblocks-shape-divider-${t.coblocks.id}`));const n={backgroundColor:o?void 0:t.customBackgroundColor,color:l?void 0:t.customColor};return(0,y.createElement)("div",{className:r,style:n,"aria-hidden":"true"},(0,y.createElement)("div",{className:"wp-block-coblocks-shape-divider__svg-wrapper",style:{minHeight:t.shapeHeight}},(e=>{const t=F()(e,"is-style-angled"),l=F()(e,"is-style-hills"),o=F()(e,"is-style-pointed"),r=F()(e,"is-style-rounded"),n=F()(e,"is-style-sloped"),a=F()(e,"is-style-triangle"),c=F()(e,"is-style-waves");let s=I.wavy;return t?s=I.angled:n?s=I.sloped:a?s=I.triangle:r?s=I.rounded:c?s=I.waves:o?s=I.pointed:l&&(s=I.hills),s})(t.className)),(0,y.createElement)("div",{className:"wp-block-coblocks-shape-divider__alt-wrapper",style:{minHeight:t.backgroundHeight}}))},K=[{attributes:{...q.attributes,shapeHeight:{type:"number",default:100},backgroundHeight:{type:"number",default:50}},save(e){const{attributes:t}=e,l=(0,U.getColorClassName)("color",t.color),o=(0,U.getColorClassName)("background-color",t.backgroundColor),r=H()(e.className,{"is-vertically-flipped":t.verticalFlip,"is-horizontally-flipped":t.horizontalFlip,[l]:l,[o]:o}),n={backgroundColor:o?void 0:t.customBackgroundColor,color:l?void 0:t.customColor};return(0,y.createElement)("div",{className:r,style:n,"aria-hidden":"true"},(0,y.createElement)("div",{className:"wp-block-coblocks-shape-divider__svg-wrapper",style:{height:t.shapeHeight}},Z(t.className)),(0,y.createElement)("div",{className:"wp-block-coblocks-shape-divider__alt-wrapper",style:{height:t.backgroundHeight}}))}},{attributes:{...q.attributes,shapeHeight:{type:"number",default:100},backgroundHeight:{type:"number",default:50}},save:J},{attributes:{...q.attributes,coblocks:{type:"object"},align:{type:"string",default:"full"},height:{type:"number",default:100},heightTablet:{type:"number"},heightMobile:{type:"number"},shapeHeight:{type:"number",default:100},shapeHeightTablet:{type:"number"},backgroundHeight:{type:"number",default:50},backgroundHeightTablet:{type:"number"},backgroundHeightMobile:{type:"number"},syncHeight:{type:"boolean",default:!0},syncHeightAlt:{type:"boolean",default:!0},justAdded:{type:"boolean",default:!0}},migrate:e=>({...e,shapeHeight:parseInt(e.shapeHeight)+"px",backgroundHeight:parseInt(e.backgroundHeight)+"px"}),save:e=>{let{attributes:t,className:l}=e;const{backgroundColor:o,backgroundHeight:r,coblocks:n,color:a,customBackgroundColor:c,customColor:s,horizontalFlip:i,shapeHeight:m,verticalFlip:u}=t,d=(0,U.getColorClassName)("color",a),h=(0,U.getColorClassName)("background-color",o);let v=H()(l,{"is-vertically-flipped":u,"is-horizontally-flipped":i,[d]:d,[h]:h});n&&void 0!==n.id&&(v=H()(v,`coblocks-shape-divider-${n.id}`));const f={backgroundColor:h?void 0:c,color:d?void 0:s};return(0,y.createElement)("div",{className:v,style:f,"aria-hidden":"true"},(0,y.createElement)("div",{className:"wp-block-coblocks-shape-divider__svg-wrapper",style:{minHeight:m}},Z(t.className)),(0,y.createElement)("div",{className:"wp-block-coblocks-shape-divider__alt-wrapper",style:{minHeight:r}}))}}];["noTopMargin","noBottomMargin"].forEach((e=>{K.push({attributes:{...q.attributes,shapeHeight:{type:"number",default:100},backgroundHeight:{type:"number",default:50},[e]:{type:"boolean",default:!1}},save:J})}));var Y=K,Q=e=>{const{attributes:t,setAttributes:l}=e,{horizontalFlip:o,verticalFlip:r}=t,n=[{icon:(0,y.createElement)(W.Icon,{icon:G}),isActive:!!o,onClick:()=>l({horizontalFlip:!o}),title:(0,p.__)("Flip horiztonally","coblocks")},{icon:(0,y.createElement)(W.Icon,{icon:M}),isActive:!!r,onClick:()=>l({verticalFlip:!r}),title:(0,p.__)("Flip vertically","coblocks")}];return(0,y.createElement)(y.Fragment,null,(0,y.createElement)(U.BlockControls,null,(0,y.createElement)(W.ToolbarGroup,{controls:n})))};function X(){return X=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var o in l)Object.prototype.hasOwnProperty.call(l,o)&&(e[o]=l[o])}return e},X.apply(this,arguments)}var ee=(0,U.withColors)("backgroundColor",{color:"color"}),te=l(4333),le=(0,te.compose)([ee])((e=>{const{attributes:t,setAttributes:l,setColor:o,color:r,backgroundColor:n,setBackgroundColor:a}=e,{shapeHeight:c,backgroundHeight:s}=t,i={labelPosition:"edge",units:[{value:"px",label:"px",default:20},{value:"vh",label:"vh",default:20},{value:"vw",label:"vw",default:20}],min:0,__unstableInputWidth:"80px"};return(0,y.createElement)(U.InspectorControls,null,(0,y.createElement)(W.PanelBody,{title:(0,p.__)("Divider settings","coblocks")},(0,y.createElement)(W.PanelRow,null,(0,y.createElement)(W.__experimentalUnitControl,X({},i,{label:(0,p.__)("Shape height","coblocks"),onChange:e=>l({shapeHeight:e}),value:c}))),(0,y.createElement)(W.PanelRow,null,(0,y.createElement)(W.__experimentalUnitControl,X({},i,{label:(0,p.__)("Background height","coblocks"),onChange:e=>l({backgroundHeight:e}),value:s})))),(0,y.createElement)(U.PanelColorSettings,{title:(0,p.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:r.color,onChange:o,label:(0,p.__)("Shape color","coblocks")},{value:n.color,onChange:a,label:(0,p.__)("Background color","coblocks")}]}))})),oe=(0,te.compose)([ee])((e=>{const{attributes:t,className:l,isSelected:o,setAttributes:r,backgroundColor:n,color:a,toggleSelection:c}=e,{shapeHeight:s,backgroundHeight:i,verticalFlip:m,horizontalFlip:u}=t;return(0,y.useEffect)((()=>{const e=(t.className||"").split(" ");e.includes("alignfull")&&r({align:"full",className:e.filter((e=>"alignfull"!==e)).join(" ")}),e.includes("alignwide")&&r({align:"wide",className:e.filter((e=>"alignwide"!==e)).join(" ")})}),[]),(0,y.createElement)(y.Fragment,null,o&&(0,y.createElement)(y.Fragment,null,(0,y.createElement)(le,e),(0,y.createElement)(Q,e)),(0,y.createElement)("div",{className:H()(l,{"is-vertically-flipped":m,"is-horizontally-flipped":u}),style:{backgroundColor:n.color,color:a.color}},(0,y.createElement)(W.ResizableBox,{className:H()("wp-block-coblocks-shape-divider__svg-wrapper",{"is-selected":o}),size:{height:s},minWidth:"100%",enable:{bottom:!0},onResizeStop:(e,t,l)=>{r({shapeHeight:parseInt(l.offsetHeight,10)+"px"}),c(!0)},onResizeStart:()=>c(!1),showHandle:o},Z(l)),(0,y.createElement)(W.ResizableBox,{className:H()("wp-block-coblocks-shape-divider__alt-wrapper",{"is-selected":o}),size:{height:i},minWidth:"100%",enable:{bottom:!0},onResizeStop:(e,t,l)=>{r({backgroundHeight:parseInt(l.offsetHeight,10)+"px"}),c(!0)},onResizeStart:()=>c(!1),showHandle:o})))})),re={from:[{type:"prefix",prefix:":divider",transform:()=>(0,h.createBlock)(q.name)},{type:"block",blocks:["core/spacer"],transform:e=>{let{height:t}=e;return(0,h.createBlock)(q.name,{shapeHeight:t})}},{type:"block",blocks:["coblocks/dynamic-separator"],transform:e=>{let{height:t}=e;return(0,h.createBlock)(q.name,{shapeHeight:t})}},{type:"block",blocks:["core/separator"],transform:()=>(0,h.createBlock)(q.name)}]};const{name:ne,category:ae,attributes:ce}=q,se={
2
  /* translators: block name */
3
+ title:(0,p.__)("Shape Divider","coblocks"),
4
  /* translators: block description */
5
+ description:(0,p.__)("Add a shape divider to visually distinquish page sections.","coblocks"),icon:(0,y.createElement)(W.Icon,{icon:R}),keywords:["coblocks","hr","svg",
6
  /* translators: block keyword */
7
+ (0,p.__)("separator","coblocks")],supports:{align:["wide","full"],coBlocksSpacing:!0},styles:[{name:"wavy",
8
  /* translators: block style */
9
+ label:(0,p.__)("Wavy","coblocks"),isDefault:!0},{name:"hills",
10
  /* translators: block style */
11
+ label:(0,p.__)("Hills","coblocks")},{name:"waves",
12
  /* translators: block style */
13
+ label:(0,p.__)("Waves","coblocks")},{name:"angled",
14
  /* translators: block style */
15
+ label:(0,p.__)("Angled","coblocks")},{name:"sloped",
16
  /* translators: block style */
17
+ label:(0,p.__)("Sloped","coblocks")},{name:"rounded",
18
  /* translators: block style */
19
+ label:(0,p.__)("Rounded","coblocks")},{name:"triangle",
20
  /* translators: block style */
21
+ label:(0,p.__)("Triangle","coblocks")},{name:"pointed",
22
  /* translators: block style */
23
+ label:(0,p.__)("Pointed","coblocks")}],attributes:ce,transforms:re,edit:oe,example:{attributes:{}},save:()=>null,deprecated:Y};var ie=l(2819),me=l.n(ie),ue=JSON.parse('{"name":"coblocks/social","category":"widgets","attributes":{"align":{"type":"string","enum":["wide","full"]},"className":{"type":"string"},"hasColors":{"type":"boolean","default":true},"borderRadius":{"type":"number","default":40},"size":{"type":"string","default":"med"},"iconSize":{"type":"number","default":22},"padding":{"type":"number","default":16},"textAlign":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"blockBackgroundColor":{"type":"string"},"customBlockBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"twitter":{"type":"boolean","default":true},"facebook":{"type":"boolean","default":true},"pinterest":{"type":"boolean","default":true},"linkedin":{"type":"boolean","default":false},"tumblr":{"type":"boolean","default":false},"reddit":{"type":"boolean","default":false},"email":{"type":"boolean","default":false},"google":{"type":"boolean","default":false}}}'),de=window.wp.data;const he={to:[{type:"block",blocks:["core/social-links"],transform:e=>{var t,l,o;const{link:r="",title:n=""}=(null===(t=(0,de.select)("core/editor"))||void 0===t?void 0:t.getCurrentPost())||{},{colors:a}=(null===(l=(0,de.select)("core/block-editor"))||void 0===l?void 0:l.getSettings())||{},c=[];[{label:(0,p.__)("Share on Facebook","coblocks"),slug:"facebook",url:"https://facebook.com/sharer/sharer.php?u=%s&title=%s"},{label:(0,p.__)("Share on Twitter","coblocks"),slug:"twitter",url:"https://twitter.com/share?url=%s&link=%s"},{label:(0,p.__)("Share on Pinterest","coblocks"),slug:"pinterest",url:"https://pinterest.com/pin/create/button/?url=%s&description=%s"},{label:(0,p.__)("Share on LinkedIn","coblocks"),slug:"linkedin",url:"https://linkedin.com/shareArticle?url=%s&title=%s"},{label:(0,p.__)("Share via Email","coblocks"),slug:"email",url:"mailto:?body=%s&subject=%s"},{label:(0,p.__)("Share on Tumblr","coblocks"),slug:"tumblr",url:"https://tumblr.com/share/link?url=%s&name=%s"},{label:(0,p.__)("Share on Reddit","coblocks"),slug:"reddit",url:"https://reddit.com/submit?url=%s&title=%s"}].forEach((t=>{let{slug:l,label:o,url:a}=t;e[l]&&c.push((0,h.createBlock)("core/social-link",{label:o,service:l,url:(0,p.sprintf)(a,encodeURIComponent(r),encodeURIComponent(n))}))}));const s=(0,ie.find)(a,{slug:e.textColor});s&&(e.customTextColor=s.color);const i=(0,ie.find)(a,{slug:e.backgroundColor});return i&&(e.customBackgroundColor=i.color),e.className&&[{new:"is-style-logos-only",old:"is-style-mask"},{new:"is-style-pill-shape",old:"is-style-icon"},{new:"is-style-default",old:"is-style-text"},{new:"is-style-pill-shape",old:"is-style-icon-and-text"},{new:"is-style-default",old:"is-style-circular"}].forEach((t=>{e.className=e.className.replace(t.old,t.new)})),(0,h.createBlock)("core/social-links",{align:e.textAlign,className:e.className,customIconBackgroundColor:e.customBackgroundColor,customIconColor:e.customTextColor,iconBackgroundColor:e.backgroundColor,iconBackgroundColorValue:e.customBackgroundColor,iconColor:e.textColor,iconColorValue:e.customTextColor,openInNewTab:!0,size:null!==(o={lrg:"has-large-icon-size",med:"has-normal-icon-size",sml:"has-small-icon-size"}[e.size])&&void 0!==o?o:"normal"},c)}}]};var ve=he;const{name:fe,category:pe}=ue,ge={
24
  /* translators: block name */
25
+ title:(0,p.__)("Share","coblocks"),
26
  /* translators: block description */
27
+ description:(0,p.__)("Add social sharing links to help you get likes and shares.","coblocks"),parent:[],styles:[{
28
  /* translators: block style */
29
+ label:(0,p.__)("Mask","coblocks"),name:"mask"},{isDefault:!0,
30
  /* translators: block style */
31
+ label:(0,p.__)("Icon","coblocks"),name:"icon"},{
32
  /* translators: block style */
33
+ label:(0,p.__)("Text","coblocks"),name:"text"},{
34
  /* translators: block style */
35
+ label:(0,p.__)("Icon & Text","coblocks"),name:"icon-and-text"},{
36
  /* translators: block style */
37
+ label:(0,p.__)("Circular","coblocks"),name:"circular"}],supports:{align:["wide","full"],coBlocksSpacing:!0},transforms:ve,edit:e=>{var t;const{replaceBlocks:l}=(0,de.dispatch)("core/block-editor"),{colors:o}=(null===(t=(0,de.select)("core/block-editor"))||void 0===t?void 0:t.getSettings())||{};let r=(0,h.switchToBlockType)(e,"core/social-links");const n={backgroundColor:e.attributes.blockBackgroundColor,style:{color:{background:e.attributes.customBlockBackgroundColor}}};if(n.backgroundColor||n.style.color.background){const e=(0,ie.find)(o,{slug:n.background});e&&(n.style.color.background=e.color),r=(0,h.createBlock)("core/group",n,r)}return l([e.clientId],r),null},save:()=>null};var we=(0,y.createElement)(k.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,y.createElement)(k.Path,{d:"M6.734 16.106l2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.157 1.093-1.027-2.176-2.38h2.811c1.125 0 2.25.03 3.374 0 1.428-.001 3.362-.25 4.963-1.277 1.66-1.065 2.868-2.906 2.868-5.859 0-2.479-1.327-4.896-3.65-5.93-1.82-.813-3.044-.8-4.806-.788l-.567.002v1.5c.184 0 .368 0 .553-.002 1.82-.007 2.704-.014 4.21.657 1.854.827 2.76 2.657 2.76 4.561 0 2.472-.973 3.824-2.178 4.596-1.258.807-2.864 1.04-4.163 1.04h-.02c-1.115.03-2.229 0-3.344 0H6.734z"})),be=l(8089),ye=e=>{let{attributes:t,setAttributes:l}=e;const{textAlign:o}=t;return(0,y.createElement)(y.Fragment,null,(0,y.createElement)(U.BlockControls,null,(0,y.createElement)(U.AlignmentToolbar,{value:o,onChange:e=>l({textAlign:e})})))};function ke(){return(0,y.createElement)(W.PanelBody,{initialOpen:!1,title:(0,y.createElement)("span",{className:"coblocks-ellipsis-loading"},(0,p.__)("Loading Inspector","coblocks"))},(0,y.createElement)(W.Spinner,null))}function Ee(e){let{children:t}=e;return(0,y.createElement)(U.InspectorControls,null,(0,y.createElement)(y.Suspense,{fallback:(0,y.createElement)(ke,null)},t))}const xe=(0,y.lazy)((()=>l.e(202).then(l.bind(l,6202))));var ze=(0,te.compose)([be.Z])((e=>{const{attributes:{borderRadius:t,customBlockBackgroundColor:l,facebook:o,hasColors:r,houzz:n,iconSize:a,instagram:c,linkedin:s,padding:i,pinterest:m,size:u,textAlign:d,tiktok:h,twitter:v,yelp:f,youtube:g,align:w},className:b,isSelected:k,backgroundColor:E,blockBackgroundColor:x,textColor:z,setAttributes:C}=e,[_,P]=(0,y.useState)(""),S=(0,te.usePrevious)(k),B=(0,te.usePrevious)(w);(0,y.useEffect)((()=>{!k&&S&&_&&P(""),B!==w&&["wide","full"].includes(w)&&void 0===d&&C({textAlign:"center"})}),[k,S,B,w,d,_]);const V=F()(b,"is-style-mask"),G=F()(b,"is-style-circular"),M=H()(b,"wp-block-coblocks-social",{[`has-button-size-${u}`]:u,"has-colors":r,"has-background":x.color||l}),N=H()("wp-block-button__link","wp-block-coblocks-social__button",{"has-background":r||E.color,"has-text-color":r||z.color,"has-padding":i,[z.class]:z.class}),L={borderRadius:t&&t+"px",backgroundColor:!r&&!V&&E.color,color:!r&&(e=>e?E.color?E.color:"black":z.color)(V),padding:G&&i+"px"},R={height:(V||G)&&a+"px",width:(V||G)&&a+"px"},T=[{slug:"facebook",name:(0,p.__)("Facebook","coblocks"),placeholder:(0,p.__)("https://facebook.com/","coblocks"),ariaLabel:(0,p.__)("Add Facebook profile","coblocks")},{slug:"twitter",name:(0,p.__)("Twitter","coblocks"),placeholder:(0,p.__)("https://twitter.com/","coblocks"),ariaLabel:(0,p.__)("Add Twitter profile","coblocks")},{slug:"instagram",name:(0,p.__)("Instagram","coblocks"),placeholder:(0,p.__)("https://instagram.com","coblocks"),ariaLabel:(0,p.__)("Add Instagram profile","coblocks")},{slug:"tiktok",name:(0,p.__)("TikTok","coblocks"),placeholder:(0,p.__)("https://tiktok.com","coblocks"),ariaLabel:(0,p.__)("Add TikTok profile","coblocks")},{slug:"pinterest",name:(0,p.__)("Pinterest","coblocks"),placeholder:(0,p.__)("https://pinterest.com","coblocks"),ariaLabel:(0,p.__)("Add Pinterest profile","coblocks")},{slug:"linkedin",name:(0,p.__)("LinkedIn","coblocks"),placeholder:(0,p.__)("https://linkedin.com","coblocks"),ariaLabel:(0,p.__)("Add LinkedIn profile","coblocks")},{slug:"youtube",name:(0,p.__)("YouTube","coblocks"),placeholder:(0,p.__)("https://youtube.com","coblocks"),ariaLabel:(0,p.__)("Add YouTube profile","coblocks")},{slug:"yelp",name:(0,p.__)("Yelp","coblocks"),placeholder:(0,p.__)("https://yelp.com","coblocks"),ariaLabel:(0,p.__)("Add Yelp profile","coblocks")},{slug:"houzz",name:(0,p.__)("Houzz","coblocks"),placeholder:(0,p.__)("https://houzz.com","coblocks"),ariaLabel:(0,p.__)("Add Houzz profile","coblocks")}],A=!(o||v||c||h||m||s||g||f||n);return(0,y.createElement)(y.Fragment,null,k&&(0,y.createElement)(y.Fragment,null,(0,y.createElement)(ye,e),(0,y.createElement)(Ee,null,(0,y.createElement)(xe,e))),(0,y.createElement)("div",{className:M,style:{textAlign:d,backgroundColor:x.color||""}},(0,y.createElement)("ul",null,T.map((t=>(A||e.attributes[t.slug]||k)&&(0,y.createElement)("li",{key:`social-profile-item-${t.slug}`},(0,y.createElement)("button",{"aria-expanded":_===t.slug,"aria-label":t.ariaLabel,className:H()(N,`wp-block-coblocks-social__button--${t.slug}`,{"is-empty":!e.attributes[t.slug],"is-selected":_===t.slug}),style:L,onClick:()=>P(t.slug)},(0,y.createElement)("span",{className:"wp-block-coblocks-social__icon",style:R}),(0,y.createElement)("span",{className:"wp-block-coblocks-social__text"},t.name)),_===t.slug&&(0,y.createElement)(W.Popover,null,(0,y.createElement)("form",{className:"block-library-button__inline-link block-library-button__inline-link--coblocks",onSubmit:e=>{e.preventDefault(),P("")}},(0,y.createElement)(W.Dashicon,{icon:"admin-links"}),(0,y.createElement)("div",{className:"block-editor-url-input block-editor-url-input editor-url-input--coblocks"},(0,y.createElement)(W.TextControl,{value:e.attributes[t.slug],placeholder:t.placeholder,onChange:e=>{C({[t.slug]:e})}})),(0,y.createElement)(W.Button,{className:"is-save",icon:we,iconSize:20,label:(0,p.__)("Apply","coblocks"),type:"submit"})))))))))})),Ce=JSON.parse('{"name":"coblocks/social-profiles","category":"widgets","attributes":{"align":{"type":"string","enum":["wide","full"]},"className":{"type":"string"},"hasColors":{"type":"boolean","default":true},"opensInNewTab":{"type":"boolean","default":false},"borderRadius":{"type":"number","default":40},"size":{"type":"string","default":"med"},"iconSize":{"type":"number","default":22},"padding":{"type":"number","default":16},"textAlign":{"type":"string"},"backgroundColor":{"type":"string"},"customBackgroundColor":{"type":"string"},"blockBackgroundColor":{"type":"string"},"customBlockBackgroundColor":{"type":"string"},"textColor":{"type":"string"},"customTextColor":{"type":"string"},"facebook":{"type":"string","default":""},"twitter":{"type":"string","default":""},"instagram":{"type":"string","default":""},"tiktok":{"type":"string","default":""},"pinterest":{"type":"string","default":""},"linkedin":{"type":"string","default":""},"youtube":{"type":"string","default":""},"yelp":{"type":"string","default":""},"houzz":{"type":"string","default":""}}}');function _e(e,t,l){switch(e){case"social-profiles":if(null!==localStorage.getItem("shareAttributes")){if(!1===l[t])return"";const e=localStorage.getItem("shareAttributes");return JSON.parse(e)[t]}return"";case"share":if(null!==localStorage.getItem("socialProfilesAttributes")&&!1!==l[t]){if(""===l[t])return!1;const e=localStorage.getItem("socialProfilesAttributes");return JSON.parse(e)[t]}return!!l[t]}}function Pe(e,t){switch(e){case"share":localStorage.setItem("shareAttributes",JSON.stringify(t));break;case"social-profiles":localStorage.setItem("socialProfilesAttributes",JSON.stringify(t));break;default:return null}}const Se={to:[{type:"block",blocks:["coblocks/social"],transform:e=>(Pe("share",e),(0,h.createBlock)("coblocks/social",{...e,facebook:_e("share","facebook",e),twitter:_e("share","twitter",e),pinterest:_e("share","pinterest",e),linkedin:_e("share","linkedin",e),email:_e("share","email",e),tumblr:_e("share","tumblr",e),google:_e("share","google",e),reddit:_e("share","reddit",e)}))}],from:[{type:"block",blocks:["coblocks/social"],transform:e=>(Pe("social-profiles",e),(0,h.createBlock)("coblocks/social-profiles",{...e,facebook:_e("social-profiles","facebook",e),twitter:_e("social-profiles","twitter",e),pinterest:_e("social-profiles","pinterest",e),linkedin:_e("social-profiles","linkedin",e),instagram:_e("social-profiles","instagram",e),houzz:_e("social-profiles","houzz",e),yelp:_e("social-profiles","yelp",e),youtube:_e("social-profiles","youtube",e)}))}]},{name:Be,category:Ve}=Ce,Ge={
38
  /* translators: block name */
39
+ title:(0,p.__)("Social Profiles","coblocks"),
40
  /* translators: block description */
41
+ description:(0,p.__)("Grow your audience with links to social media profiles.","coblocks"),category:v?"common":"widgets",icon:(0,y.createElement)(W.Icon,{icon:T}),keywords:["coblocks",
42
  /* translators: block keyword */
43
+ (0,p.__)("share","coblocks"),
44
  /* translators: block keyword */
45
+ (0,p.__)("links","coblocks"),
46
  /* translators: block keyword */
47
+ (0,p.__)("icons","coblocks")],styles:[{name:"mask",
48
  /* translators: block style */
49
+ label:(0,p.__)("Mask","coblocks")},{name:"icon",
50
  /* translators: block style */
51
+ label:(0,p.__)("Icon","coblocks"),isDefault:!0},{name:"text",
52
  /* translators: block style */
53
+ label:(0,p.__)("Text","coblocks")},{name:"icon-and-text",
54
  /* translators: block style */
55
+ label:(0,p.__)("Icon & Text","coblocks")},{name:"circular",
56
  /* translators: block style */
57
+ label:(0,p.__)("Circular","coblocks")}],example:{attributes:{facebook:"#",instagram:"#",pinterest:"#",twitter:"#",youtube:"#",textAlign:"center"}},supports:{align:["wide","full"],coBlocksSpacing:!0},edit:ze,transforms:Se,save:()=>null};var Me={backgroundType:{type:"string",default:"image"},backgroundImg:{type:"string"},backgroundPosition:{type:"string",default:"center center"},backgroundRepeat:{type:"string",default:"no-repeat"},backgroundSize:{type:"string"},backgroundOverlay:{type:"number",default:0},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},hasParallax:{type:"boolean",default:!1},focalPoint:{type:"object"},videoMuted:{type:"boolean",default:!0},videoLoop:{type:"boolean",default:!0},openPopover:{type:"boolean",default:!1}},Ne=function(e){const t=(0,U.getColorClassName)("background-color",e.backgroundColor),l=e.backgroundSize?e.backgroundSize:"cover",o=[{[t]:t},{"has-background":e.backgroundColor||e.customBackgroundColor},{"has-parallax":e.backgroundImg&&"image"===e.backgroundType&&e.hasParallax},{"is-transient":e.backgroundImg&&0===e.backgroundImg.indexOf("blob:")},{"has-background-overlay":e.backgroundImg&&0!==e.backgroundOverlay},{[`bg-${l}`]:e.backgroundImg&&"image"===e.backgroundType}];var r;return e.backgroundType&&o.push({[`has-background-${e.backgroundType}`]:e.backgroundImg}),e.backgroundRepeat&&o.push({[`bg-${e.backgroundRepeat}`]:e.backgroundImg&&"image"===e.backgroundType}),e.backgroundPosition&&o.push({[`bg-${e.backgroundPosition.split(" ").join("-")}`]:e.backgroundImg&&"image"===e.backgroundType}),e.backgroundOverlay&&o.push({[(r=e.backgroundOverlay,0===r||50===r?null:"has-background-overlay-"+10*Math.round(r/10))]:e.backgroundImg&&0!==e.backgroundOverlay&&50!==e.backgroundOverlay}),o},Le=l(5697),Re=l.n(Le);Re().object,Re().func.isRequired;var Te=window.wp.editor;class Ae extends y.Component{constructor(){super(...arguments),this.addFile=this.addFile.bind(this),this.onSelectFile=this.onSelectFile.bind(this)}addFile(e){(0,Te.mediaUpload)({allowedTypes:qe,filesList:e,onFileChange:e=>{let[t]=e;return this.onSelectFile(t)}})}onSelectFile(e){const{setAttributes:t,attributes:l,name:o}=this.props;if(e&&e.url){let r="image";e.mime_type&&e.mime_type.includes("video")&&(r="video"),t({backgroundImg:e.url,backgroundType:r}),Ue.includes(o)&&(l.paddingSize&&"no"!==l.paddingSize||t({paddingSize:"medium"}))}}render(){const{label:e}=this.props;return(0,y.createElement)(y.Fragment,null,(0,y.createElement)(W.DropZone,{label:e,onFilesDrop:this.addFile}))}}Ae.propTypes={attributes:Re().object,label:Re().string,name:Re().string,setAttributes:Re().func};var He=(e,t)=>{const l=e&&(0,U.getColorClassName)("background-color",e.backgroundColor);return{backgroundImage:e.backgroundImg&&"image"===e.backgroundType?`url(${e.backgroundImg})`:void 0,backgroundColor:l?t&&t.color:e.customBackgroundColor,backgroundPosition:e.focalPoint&&!e.hasParallax?`${100*e.focalPoint.x}% ${100*e.focalPoint.y}%`:void 0}},je=l(1609),Fe=l.n(je);const Oe={};Oe.mobile=(0,y.createElement)(W.SVG,{"aria-hidden":!0,className:"dashicon",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(W.Path,{d:"m8.25 0h-6c-.825 0-1.5.61363636-1.5 1.36363636v10.27272724c0 .75.675 1.3636364 1.5 1.3636364h6c.825 0 1.5-.6136364 1.5-1.3636364v-10.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 11h-5v-9h5z",transform:"translate(2.25 1)"})),Oe.desktopChrome=(0,y.createElement)(W.SVG,{"aria-hidden":!0,className:"dashicon dashicon--desktop-chrome",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(W.Path,{d:"m13.5 0h-12c-.8325 0-1.5.61363636-1.5 1.36363636v12.27272724c0 .75.6675 1.3636364 1.5 1.3636364h12l-.5-2h-11v-10h11v10l.5 2c.825 0 1.5-.6136364 1.5-1.3636364v-12.27272724c0-.75-.6675-1.36363636-1.5-1.36363636z"}));var Ie=Oe;class We extends y.Component{constructor(){super(...arguments),this.setGutterTo=this.setGutterTo.bind(this),this.setGutterMobileTo=this.setGutterMobileTo.bind(this)}setGutterTo(e){const{setAttributes:t}=this.props;0===e&&t({radius:e}),t({gutter:e})}setGutterMobileTo(e){const{setAttributes:t}=this.props;t({gutterMobile:e})}render(){const{attributes:e,label:t=(0,p.__)("Gutter","coblocks"),max:l=50,min:o=0,onChange:r=this.setGutterTo,onChangeMobile:n=this.setGutterMobileTo,step:a=5}=this.props;return(0,y.createElement)(y.Fragment,null,(0,y.createElement)(W.TabPanel,{activeClass:"is-primary",className:"components-base-control components-coblocks-responsive__tabs",initialTabName:"desk",tabs:[{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--desktop components-button is-button is-default",name:"desk",title:Ie.desktopChrome},{className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--mobile components-button is-button is-default",name:"mobile",title:Ie.mobile}]},(c=>{var s,i;return"mobile"===c.name?(0,y.createElement)(W.RangeControl,{label:(0,p.sprintf)(
58
  /* translators: %s: values associated with CSS syntax, 'Width', 'Gutter', 'Height in pixels', 'Width' */
59
+ (0,p.__)("Mobile %s","coblocks"),t),max:l,min:o,onChange:e=>n(e),step:a,value:null!==(i=e.valueMobile)&&void 0!==i?i:e.gutterMobile}):(0,y.createElement)(W.RangeControl,{label:t,max:l,min:o,onChange:e=>r(e),step:a,value:null!==(s=e.value)&&void 0!==s?s:e.gutter})})))}}var $e=We;We.propTypes={attributes:Re().object,label:Re().string.isRequired,max:Re().number.isRequired,min:Re().number.isRequired,onChange:Re().func,onChangeMobile:Re().func,setAttributes:Re().func,step:Re().number.isRequired},We.defaultProps={label:(0,p.__)("Gutter","coblocks"),max:50,min:0,step:5};class De extends y.Component{constructor(){super(...arguments),this.setBackgroundPaddingTo=this.setBackgroundPaddingTo.bind(this),this.setBackgroundPaddingMobileTo=this.setBackgroundPaddingMobileTo.bind(this),this.onSelectRepeat=this.onSelectRepeat.bind(this)}setBackgroundPaddingTo(e){const{setAttributes:t,attributes:l}=this.props;t({backgroundPadding:e}),l.backgroundPadding<=0&&t({backgroundRadius:0})}setBackgroundPaddingMobileTo(e){const{setAttributes:t}=this.props;t({backgroundPaddingMobile:e})}onSelectRepeat(e){const{setAttributes:t}=this.props;t("no-repeat"===e?{backgroundRepeat:e,backgroundSize:"cover"}:{backgroundRepeat:e,backgroundSize:"contain",focalPoint:void 0})}render(){const{attributes:e,backgroundColor:t,hasGalleryControls:l,hasOverlay:o,name:r,setAttributes:n}=this.props,{align:a,backgroundImg:c,backgroundOverlay:s,backgroundPadding:i,backgroundPaddingMobile:m,backgroundPosition:u,backgroundRadius:d,backgroundRepeat:h,backgroundSize:v,backgroundType:f="image",focalPoint:g,hasParallax:w,videoLoop:b,videoMuted:k}=e,E=[{
60
  /* translators: block layout */
61
+ label:(0,p.__)("Top left","coblocks"),value:"top left"},{
62
  /* translators: block layout */
63
+ label:(0,p.__)("Top center","coblocks"),value:"top center"},{
64
  /* translators: block layout */
65
+ label:(0,p.__)("Top right","coblocks"),value:"top right"},{
66
  /* translators: block layout */
67
+ label:(0,p.__)("Center left","coblocks"),value:"center left"},{
68
  /* translators: block layout */
69
+ label:(0,p.__)("Center center","coblocks"),value:"center center"},{
70
  /* translators: block layout */
71
+ label:(0,p.__)("Center right","coblocks"),value:"center right"},{
72
  /* translators: block layout */
73
+ label:(0,p.__)("Bottom left","coblocks"),value:"bottom left"},{
74
  /* translators: block layout */
75
+ label:(0,p.__)("Bottom center","coblocks"),value:"bottom center"},{
76
  /* translators: block layout */
77
+ label:(0,p.__)("Bottom right","coblocks"),value:"bottom right"}],x=[{
78
  /* translators: block layout */
79
+ label:(0,p.__)("No repeat","coblocks"),value:"no-repeat"},{
80
  /* translators: block layout */
81
+ label:(0,p.__)("Repeat","coblocks"),value:"repeat"},{
82
  /* translators: block layout */
83
+ label:(0,p.__)("Repeat horizontally","coblocks"),value:"repeat-x"},{
84
  /* translators: block layout */
85
+ label:(0,p.__)("Repeat vertically","coblocks"),value:"repeat-y"}],z=[{
86
  /* translators: block layout */
87
+ label:(0,p.__)("Auto","coblocks"),value:"auto"},{
88
  /* translators: block layout */
89
+ label:(0,p.__)("Cover","coblocks"),value:"cover"},{
90
  /* translators: block layout */
91
+ label:(0,p.__)("Contain","coblocks"),value:"contain"}];return(0,y.createElement)(y.Fragment,null,c&&(0,y.createElement)(W.PanelBody,{initialOpen:!1,title:(0,p.__)("Background settings","coblocks")},"image"===f&&(0,y.createElement)(W.ToggleControl,{checked:!!w,label:(0,p.__)("Fixed background","coblocks"),onChange:()=>n({hasParallax:!w})}),!w&&W.FocalPointPicker&&"image"===f&&"repeat"!==h&&(0,y.createElement)(W.FocalPointPicker,{className:"components-focal-point-picker--coblocks",label:(0,p.__)("Focal point","coblocks"),onChange:e=>n({focalPoint:e}),url:c,value:g}),o&&(0,y.createElement)(W.RangeControl,{label:(0,p.__)("Background opacity","coblocks"),max:100,min:0,onChange:e=>n({backgroundOverlay:e}),step:10,value:s}),l&&(0,y.createElement)(y.Fragment,null,(0,y.createElement)($e,X({},this.props,{label:(0,p.__)("Padding","coblocks"),max:100,min:5,onChange:this.setBackgroundPaddingTo,onChangeMobile:this.setBackgroundPaddingMobileTo,value:i,valueMobile:m})),(!Fe()(c)||!Fe()(t.color))&&i>0&&"full"!==a&&(0,y.createElement)(W.RangeControl,{label:(0,p.__)("Rounded corners","coblocks"),max:20,min:0,onChange:e=>n({backgroundRadius:e}),step:1,value:d})),"image"===f&&(0,y.createElement)(W.SelectControl,{label:(0,p.__)("Repeat","coblocks"),onChange:e=>this.onSelectRepeat(e),options:x,value:h||"no-repeat"}),!W.FocalPointPicker&&"image"===f&&(0,y.createElement)(W.SelectControl,{label:(0,p.__)("Position","coblocks"),onChange:e=>n({backgroundPosition:e}),options:E,value:u||"center center"}),"no-repeat"===h&&"image"===f&&(0,y.createElement)(W.SelectControl,{label:(0,p.__)("Display","coblocks"),onChange:e=>n({backgroundSize:e}),options:z,value:v||"cover"}),"video"===f&&(0,y.createElement)(W.ToggleControl,{checked:!!k,help:k?(0,p.__)("Muting the background video.","coblocks"):(0,p.__)("Toggle to mute the video.","coblocks"),label:(0,p.__)("Mute video","coblocks"),onChange:()=>n({videoMuted:!k})}),"video"===f&&(0,y.createElement)(W.ToggleControl,{checked:!!b,help:b?(0,p.__)("Looping the background video.","coblocks"):(0,p.__)("Toggle to loop the video.","coblocks"),label:(0,p.__)("Loop video","coblocks"),onChange:()=>n({videoLoop:!b})}),(0,y.createElement)(W.Button,{isSecondary:!0,isSmall:!0,label:(0,p.__)("Remove background","coblocks"),onClick:()=>{n({backgroundImg:"",backgroundOverlay:0,backgroundPadding:0,backgroundPaddingMobile:0,backgroundPosition:"",backgroundRepeat:"no-repeat",backgroundSize:"cover",hasParallax:!1}),Ue.includes(r)&&e.paddingSize&&n({paddingSize:"no"})},type:"button"},(0,p.__)("Clear Media","coblocks"))))}}De.propTypes={attributes:Re().object,backgroundColor:Re().object,hasGalleryControls:Re().bool,hasOverlay:Re().bool,name:Re().string,setAttributes:Re().func};var Ze=function(e){const{backgroundImg:t,backgroundType:l,videoMuted:o,videoLoop:r}=e;return"video"===l?(0,y.createElement)("div",{className:"coblocks-video-bg position-absolute overflow-hidden w-full h-full pin-t pin-r pin-b pin-l"},(0,y.createElement)("video",{className:"w-full h-full bg-center-center object-cover object-position",playsinline:"",autoPlay:"",muted:o,loop:r,src:t})):null};const qe=["image","video"],Ue=["coblocks/row","coblocks/column","coblocks/media-card","coblocks/features","coblocks/feature"];var Je={align:{type:"string"},backgroundPadding:{default:0,type:"number"},backgroundPaddingMobile:{default:0,type:"number"},backgroundRadius:{default:0,type:"number"},captionColor:{type:"string"},captionStyle:{default:"dark",type:"string"},captions:{default:!1,type:"boolean"},customCaptionColor:{type:"string"},customFontSize:{type:"number"},filter:{default:"none",type:"string"},fontSize:{type:"string"},gutter:{default:15,type:"number"},gutterMobile:{default:15,type:"number"},images:{default:[],query:{alt:{attribute:"alt",default:"",selector:"img",source:"attribute"},caption:{selector:"figcaption",source:"children",type:"array"},id:{attribute:"data-id",selector:"img",source:"attribute"},imgLink:{attribute:"data-imglink",selector:"img",source:"attribute"},link:{attribute:"data-link",selector:"img",source:"attribute"},url:{attribute:"src",selector:"img",source:"attribute"}},selector:".coblocks-gallery--item",source:"query",type:"array"},lightbox:{default:!1,type:"boolean"},linkTo:{default:"none",type:"string"},primaryCaption:{selector:".coblocks-gallery--primary-caption",source:"children",type:"array"},radius:{default:0,type:"number"},rel:{default:"",type:"string"},shadow:{default:"none",type:"string"},target:{type:"string"}},Ke=function(e){const{align:t,radius:l,captionStyle:o,filter:r}=e;return["coblocks-gallery",{"has-no-alignment":!t},{[`has-filter-${r}`]:"none"!==r},{[`has-border-radius-${l}`]:l>0},{[`has-caption-style-${o}`]:void 0!==o}]},Ye=function(e){return{color:(0,U.getColorClassName)("color",e.captionColor)?void 0:e.customCaptionColor}},Qe=function(e){var t;return{align:e.align,animation:e.animation,autoPlay:e.autoPlay,autoPlaySpeed:e.autoPlaySpeed,captionColor:e.captionColor,captions:e.captions,customCaptionColor:e.customCaptionColor,customFontSize:e.customFontSize,draggable:e.draggable,filter:e.filter,fontSize:e.fontSize,gridSize:e.gridSize,gutterMobile:e.gutterMobile,height:e.height,images:null===(t=e.images)||void 0===t?void 0:t.map(((e,t)=>({...g(e),index:t}))),lightbox:e.lightbox,linkTo:e.linkTo,noBottomMargin:e.noBottomMargin,noTopMargin:e.noTopMargin,pageDots:e.pageDots,prevNextButtons:e.prevNextButtons,primaryCaption:e.primaryCaption,radius:e.radius,rel:e.rel,shadow:e.shadow,target:e.target}};const Xe={align:{default:"full",type:"string"},captionStyle:{type:"string"},fullwidth:{default:!0,type:"boolean"},gutter:{default:0,type:"number"},gutterMobile:{default:0,type:"number"}},et=[{attributes:{...Je,...Me,...Xe},save(e){let{attributes:t,className:l}=e;const{align:o,backgroundPadding:r,backgroundPaddingMobile:n,captionColor:a,captions:c,captionStyle:s,customCaptionColor:i,customFontSize:m,filter:u,fontSize:d,fullwidth:h,gutter:v,gutterMobile:f,images:p,linkTo:g,radius:w,rel:b,shadow:k,target:E}=t,x=H()("coblocks-gallery",{"has-no-alignment":!o,[`has-border-radius-${w}`]:w>0,[`has-filter-${u}`]:"none"!==u,[`has-caption-style-${s}`]:void 0!==s,[`has-background-border-radius-${t.backgroundRadius}`]:t.backgroundRadius>0,"has-padding":r>0,[`has-padding-${r}`]:r>0,[`has-padding-mobile-${n}`]:n>0}),z=H()(l,{}),C=(0,U.getColorClassName)("color",a),_=H()(x,...Ne(t),{"has-fullwidth-images":h,"has-margin":v>0}),P={...Ye(t),...He(t),color:C?void 0:i},S=(0,U.getFontSizeClass)(d),B=H()("coblocks-gallery--figure",{[`has-margin-bottom-${v}`]:v>0,[`has-margin-bottom-mobile-${f}`]:f>0,[S]:S}),V=H()("coblocks-gallery--caption",{[S]:S}),G={fontSize:S?void 0:m};return(0,y.createElement)("div",{className:z},Ze(t),(0,y.createElement)("ul",{className:_,style:P},p.map((e=>{let t;switch(g){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=H()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${k}`]:"none"!==k||void 0!==k}),o=(0,y.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:l});return(0,y.createElement)("li",{key:e.id||e.url,className:"coblocks-gallery--item"},(0,y.createElement)("figure",{className:B},t?(0,y.createElement)("a",{href:t,target:E,rel:b},o):o,c&&e.caption&&e.caption.length>0&&(0,y.createElement)(U.RichText.Content,{tagName:"figcaption",className:V,value:e.caption,styles:G})))}))))}},{attributes:{...Je,...Me,...Xe},save(e){let{attributes:t,className:l}=e;const{captionColor:o,captions:r,customCaptionColor:n,customFontSize:a,fontSize:c,fullwidth:s,gutter:i,gutterMobile:m,images:u,target:d,rel:h,linkTo:v,shadow:f}=t,p=(0,U.getColorClassName)("color",o),g=H()(...Ke(t),...Ne(t),{"has-fullwidth-images":s,"has-margin":i>0}),w={...Ye(t),...He(t),color:p?void 0:n},b=(0,U.getFontSizeClass)(c),k=H()("coblocks-gallery--figure",{[`has-margin-bottom-${i}`]:i>0,[`has-margin-bottom-mobile-${m}`]:m>0,[b]:b}),E=H()("coblocks-gallery--caption",{[b]:b}),x={fontSize:b?void 0:a};return(0,y.createElement)("div",{className:l},Ze(t),(0,y.createElement)("ul",{className:g,style:w},u.map((e=>{let t;switch(v){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=H()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${f}`]:"none"!==f||void 0!==f}),o=(0,y.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:l});return(0,y.createElement)("li",{key:e.id||e.url,className:"coblocks-gallery--item"},(0,y.createElement)("figure",{className:k},t?(0,y.createElement)("a",{href:t,target:d,rel:h},o):o,r&&e.caption&&e.caption.length>0&&(0,y.createElement)(U.RichText.Content,{tagName:"figcaption",className:E,value:e.caption,styles:x})))}))))}},{attributes:{...Je,...Me,...Xe},save:e=>{let{attributes:t,className:l}=e;const{animation:o,captions:r,customFontSize:n,fontSize:a,fullwidth:c,gutter:s,gutterMobile:i,images:m,lightbox:u,linkTo:d,rel:h,shadow:v,target:f}=t,p=H()(l,{"has-lightbox":u}),g=H()(...Ke(t),{"has-fullwidth-images":c,"has-margin":s>0}),w=H()("coblocks-gallery--item",{"coblocks-animate":o}),b=(0,U.getFontSizeClass)(a),k=H()("coblocks-gallery--figure",{[`has-margin-bottom-${s}`]:s>0,[`has-margin-bottom-mobile-${i}`]:i>0,[b]:b}),E=H()("coblocks-gallery--caption",{[b]:b}),x={fontSize:b?void 0:n};return(0,y.createElement)("div",{className:p},(0,y.createElement)("ul",{className:g},m.map((e=>{let t;switch(d){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=H()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${v}`]:"none"!==v||void 0!==v}),n=(0,y.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:l});return(0,y.createElement)("li",{className:w,"data-coblocks-animation":o,key:e.id||e.url},(0,y.createElement)("figure",{className:k},t?(0,y.createElement)("a",{href:t,target:f,rel:h},n):n,r&&e.caption&&e.caption.length>0&&(0,y.createElement)(U.RichText.Content,{className:E,style:x,tagName:"figcaption",value:e.caption})))}))))}},{attributes:{...Je,...Xe},migrate:e=>({...e,gutter:"custom"}),save:e=>{let{attributes:t,className:l}=e;const{animation:o,captions:r,customFontSize:n,fontSize:a,fullwidth:c,gutter:s,gutterMobile:i,images:m,lightbox:u,linkTo:d,rel:h,shadow:v,target:f}=t,g=H()(l,{"has-lightbox":u}),w=H()(...Ke(t),{"has-fullwidth-images":c,"has-margin":s>0}),b=H()("coblocks-gallery--item",{"coblocks-animate":o}),k=(0,U.getFontSizeClass)(a),E=H()("coblocks-gallery--figure",{[`has-margin-bottom-${s}`]:s>0,[`has-margin-bottom-mobile-${i}`]:i>0,[k]:k}),x=H()("coblocks-gallery--caption",{[k]:k}),z={fontSize:k?void 0:n};return(0,y.createElement)("div",{"aria-label":(0,p.__)("Stacked Gallery","coblocks"),className:g},(0,y.createElement)("ul",{className:w},m.map((e=>{let t;switch(d){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const l=H()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${v}`]:"none"!==v||void 0!==v}),n=(0,y.createElement)("img",{alt:e.alt,className:l,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,src:e.url});return(0,y.createElement)("li",{className:b,"data-coblocks-animation":o,key:e.id||e.url},(0,y.createElement)("figure",{className:E},t?(0,y.createElement)("a",{href:t,rel:h,target:f},n):n,r&&e.caption&&e.caption.length>0&&(0,y.createElement)(U.RichText.Content,{className:x,style:z,tagName:"figcaption",value:e.caption})))}))))}}];var tt=et,lt=l(3105),ot=l.n(lt);const rt=e=>{let{hoveredFilter:t}=e;if(!t)return null;const l=me().cloneDeep((0,de.select)("core/block-editor").getSelectedBlock());return l.attributes.filter=t,(0,y.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,y.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,y.createElement)(W.Popover,{className:"block-editor-block-switcher__preview__popover coblocks-image-filter-popover",focusOnMount:!1,position:"bottom right"},(0,y.createElement)("div",{className:"block-editor-block-switcher__preview coblocks__preview"},(0,y.createElement)("div",{className:"block-editor-block-switcher__preview-title"},(0,p.__)("Preview filter","coblocks")),(0,y.createElement)(U.BlockPreview,{autoHeight:!0,blocks:{...l}})))))},nt=e=>{const[t,l]=(0,y.useState)(null),o=e=>{l(e)},{attributes:r,setAttributes:n}=e,{filter:a}=r,c=[{icon:(0,y.createElement)(W.Icon,{icon:P}),isActive:"none"===a,onClick:()=>{n({filter:"none"})},slug:"none",
92
  /* translators: image style */
93
+ title:(0,p.__)("Original","coblocks")},{icon:(0,y.createElement)(W.Icon,{icon:C}),isActive:"grayscale"===a,onClick:()=>{n({filter:"grayscale"})},slug:"grayscale",
94
  /* translators: image style */
95
+ title:(0,p.__)("Grayscale filter","coblocks")},{icon:(0,y.createElement)(W.Icon,{icon:B}),isActive:"sepia"===a,onClick:()=>{n({filter:"sepia"})},slug:"sepia",
96
  /* translators: image style */
97
+ title:(0,p.__)("Sepia filter","coblocks")},{icon:(0,y.createElement)(W.Icon,{icon:S}),isActive:"saturation"===a,onClick:()=>{n({filter:"saturation"})},slug:"saturation",
98
  /* translators: image style */
99
+ title:(0,p.__)("Saturation filter","coblocks")},{icon:(0,y.createElement)(W.Icon,{icon:z}),isActive:"dim"===a,onClick:()=>{n({filter:"dim"})},slug:"dim",
100
  /* translators: image style */
101
+ title:(0,p.__)("Dim filter","coblocks")},{icon:(0,y.createElement)(W.Icon,{icon:V}),isActive:"vintage"===a,onClick:()=>{n({filter:"vintage"})},slug:"vintage",
102
  /* translators: image style */
103
+ title:(0,p.__)("Vintage filter","coblocks")}];return(0,y.createElement)(W.ToolbarGroup,null,(0,y.createElement)(W.DropdownMenu,{className:H()("components-coblocks-media-filter","none"!==a?"has-filter":""),icon:(0,y.createElement)(W.Icon,{icon:_}),label:(0,p.__)("Apply filter","coblocks"),noIcons:!0,popoverProps:{className:"components-coblocks-dropdown"}},(()=>(0,y.createElement)(W.MenuGroup,null,(0,y.createElement)(rt,{hoveredFilter:t}),c.map((e=>(0,y.createElement)(W.MenuItem,{icon:e.icon,isSelected:a===e.slug,key:`coblocks-image-filter-${e.slug}`,label:e.title,onClick:e.onClick,onMouseEnter:()=>o(e.slug),onMouseLeave:()=>o(null),role:"menuitemradio"},e.title)))))))};var at=nt;nt.propTypes={attributes:Re().object,setAttributes:Re().func};var ct=e=>{const{attributes:t}=e,{images:l}=t,o=!!l.length;return(0,y.createElement)(U.BlockControls,null,o&&(0,y.createElement)(at,e))},st=window.wp.keycodes,it=(0,y.createElement)(k.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"})),mt=(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})),ut=(0,y.createElement)(k.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),dt=(0,y.createElement)(k.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,y.createElement)(k.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})),ht=(0,y.createElement)(k.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,y.createElement)(k.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"}));class vt extends y.Component{constructor(){super(...arguments),this.onImageClick=this.onImageClick.bind(this),this.onSelectCaption=this.onSelectCaption.bind(this),this.onKeyDown=this.onKeyDown.bind(this),this.saveCustomLink=this.saveCustomLink.bind(this),this.state={captionFocused:!1,captionSelected:!1,isSaved:!1},this.container=(0,y.createRef)()}onSelectCaption(){const{captionSelected:e}=this.state;e||this.setState({captionSelected:!0});const{isSelected:t,onSelect:l}=this.props;t||l()}onImageClick(){const{isSelected:e,onSelect:t}=this.props;e||t();const{captionSelected:l}=this.state;l&&this.setState({captionFocused:!1,captionSelected:!1})}onKeyDown(e){const t=this.container.current.ownerDocument,{isSelected:l,onRemove:o}=this.props;this.container===t.activeElement&&l&&-1!==[st.BACKSPACE,st.DELETE].indexOf(e.keyCode)&&(e.stopPropagation(),e.preventDefault(),o())}saveCustomLink(){this.setState({isSaved:!0})}componentDidUpdate(e){const{isSelected:t,image:l,url:o,imgLink:r,setAttributes:n}=this.props;l&&!o&&n({alt:l.alt_text,url:l.source_url});const{captionSelected:a}=this.state;a&&!t&&e.isSelected&&this.setState({captionFocused:!1,captionSelected:!1}),r&&!t&&e.isSelected&&this.setState({isSaved:!1})}render(){const{alt:e,caption:t,captions:l,fontSize:o,gutter:r,gutterMobile:n,id:a,isFirstItem:c,isLastItem:s,isSelected:i,linkTo:m,newClass:u,marginBottom:d,marginLeft:h,marginRight:v,onMoveBackward:w,onMoveForward:k,onRemove:E,setAttributes:x,shadow:z,supportsCaption:C,supportsMoving:_=!0,verticalMoving:P=!1,url:S,"aria-label":B,imgLink:V,imageIndex:G,replaceImage:M}=this.props,{captionSelected:N,isSaved:L}=this.state,R=H()({[`has-shadow-${z}`]:"none"!==z||void 0!==z}),T=(0,y.createElement)(y.Fragment,null,(0,y.createElement)("img",{alt:e,"aria-label":B,className:R,"data-id":a,"data-imglink":V,onClick:this.onImageClick,onKeyDown:this.onImageClick,src:S,tabIndex:"0"}),(0,f.isBlobURL)(S)&&(0,y.createElement)(W.Spinner,null)),A=u||"coblocks-gallery--figure",j=H()(A,{"is-selected":i,"is-transient":S&&0===S.indexOf("blob:"),[`has-margin-right-${r}`]:v&&r>0,[`has-margin-right-mobile-${n}`]:v&&n>0,[`has-margin-bottom-${r}`]:d&&r>0,[`has-margin-bottom-mobile-${n}`]:d&&n>0,[`has-margin-left-${r}`]:h&&r>0,[`has-margin-left-mobile-${n}`]:h&&n>0}),F={fontSize:b(o)};return(0,y.createElement)("figure",{className:j,onKeyDown:this.onKeyDown,ref:this.container,tabIndex:"-1"},i&&(0,y.createElement)(y.Fragment,null,(0,y.createElement)(W.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-right is-visible"},(0,y.createElement)(U.MediaUploadCheck,null,(0,y.createElement)(U.MediaUpload,{allowedTypes:["image"],onSelect:e=>{const t=g(e);M(G,t)},render:e=>{let{open:t}=e;return(0,y.createElement)(W.Button,{className:"coblocks-gallery-item__button-replace",label:(0,p.__)("Replace Image","coblocks"),onClick:t},(0,p.__)("Replace","coblocks"))},value:S})),(0,y.createElement)(W.Button,{className:"coblocks-gallery-item__button",disabled:!i,icon:it,label:(0,p.__)("Remove image","coblocks"),onClick:E}))),i&&(0,y.createElement)(y.Fragment,null,_&&(0,y.createElement)(W.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-left"},(0,y.createElement)(W.Button,{"aria-disabled":c,className:"coblocks-gallery-item__button",disabled:!i,icon:P?mt:ut,label:(0,p.__)("Move image backward","coblocks"),onClick:!c&&w}),(0,y.createElement)(W.Button,{"aria-disabled":s,className:"coblocks-gallery-item__button",disabled:!i,icon:P?dt:ht,label:(0,p.__)("Move image forward","coblocks"),onClick:!s&&k})),"custom"===m&&(0,y.createElement)("form",{className:"components-coblocks-gallery-item__image-link",onSubmit:e=>e.preventDefault()},(0,y.createElement)(W.Dashicon,{icon:"admin-links"}),(0,y.createElement)(U.URLInput,{onChange:e=>x({imgLink:e}),value:V}),(0,y.createElement)(W.Button,{icon:L?"saved":"editor-break",label:L?(0,p.__)("Saving","coblocks"):(0,p.__)("Apply","coblocks"),onClick:this.saveCustomLink,type:"submit"}))),T,!0!==C||U.RichText.isEmpty(t)&&!i||!l?null:(0,y.createElement)(U.RichText,{className:"coblocks-gallery--caption",inlineToolbar:!0,isSelected:N,onChange:e=>x({caption:e}),placeholder:(0,p.__)("Write caption…","coblocks"),style:F,tagName:"figcaption",unstableOnFocus:this.onSelectCaption,value:t}))}}vt.propTypes={alt:Re().string,caption:Re().oneOfType([Re().string,Re().array]),captions:Re().bool,fontSize:Re().number,gutter:Re().number,gutterMobile:Re().number,gutterUtility:Re().bool,id:Re().oneOfType([Re().string,Re().number]),imageIndex:Re().number,imgLink:Re().string,isFirstItem:Re().bool,isLastItem:Re().bool,isSelected:Re().bool,linkTo:Re().string,marginBottom:Re().bool,marginLeft:Re().number,marginRight:Re().number,newClass:Re().string,onMoveBackward:Re().func,onMoveForward:Re().func,onRemove:Re().func,onSelect:Re().func,replaceImage:Re().func,setAttributes:Re().func,shadow:Re().string,supportsCaption:Re().bool,supportsMoving:Re().bool.isRequired,url:Re().string,verticalMoving:Re().bool.isRequired},vt.defaultProps={supportsMoving:!0,verticalMoving:!1};var ft=(0,te.compose)([(0,de.withSelect)(((e,t)=>{const{getMedia:l}=e("core"),{id:o}=t;return{image:o?l(o):null}}))])(vt);const pt=e=>{const t=(e,t)=>{var l;const o=(0,ie.find)(t,(t=>parseInt(null==t?void 0:t.id)===(null==e?void 0:e.id)));return Array.isArray(null==o?void 0:o.caption)?null==o||null===(l=o.caption)||void 0===l?void 0:l[0]:(null==o?void 0:o.caption)||(null==e?void 0:e.caption)||""},l=(e,t)=>{const l=(0,ie.find)(t,(t=>parseInt(null==t?void 0:t.id)===(null==e?void 0:e.id)));return(null==l?void 0:l.imgLink)||(null==e?void 0:e.imgLink)||""},{attributes:o,isSelected:r,variationLabel:n,label:a,icon:c}=e,{images:s}=o,i=!!s.length,m=!i&&(n||(0,p.sprintf)(
104
  /* translators: %s: Type of gallery */
105
+ (0,p.__)("%s Gallery","coblocks"),a));return(0,y.createElement)("div",null,(0,y.createElement)(U.MediaPlaceholder,{accept:"image/*",addToGallery:i,allowedTypes:w,className:"coblocks-gallery--figure",disableMediaButtons:i&&!r,icon:!i&&(0,y.createElement)(W.Icon,{icon:c}),isAppender:i,labels:{instructions:!i&&(0,p.__)("Drag images, upload new ones or select files from your library.","coblocks"),title:m},multiple:!0,onError:t=>{const{noticeOperations:l}=e;l.removeAllNotices(),l.createErrorNotice(t)},onSelect:o=>{const{attributes:r,setAttributes:n}=e,{images:a}=r;n({images:o.map((e=>({...g(e),caption:t(e,a),imgLink:l(e,a)})))})},value:i?s:void 0}))};pt.propTypes={attributes:Re().object,icon:Re().object,isSelected:Re().bool,label:Re().string,setAttributes:Re().func,variationLabel:Re().string};var gt=pt,wt=e=>{let{children:t,gutter:l,gutterCustom:o,className:r,condition:n=!0}=e;if(!(0,y.isValidElement)(t))return t;if(void 0!==t.props.blockProps){const e={blockProps:{...t.props.blockProps,className:H()(t.props.blockProps.className,{[`has-${l}-gutter`]:l&&!!n})}};return"custom"===l&&void 0!==o&&(e.blockProps.style={"--coblocks-custom-gutter":`${o}em`}),(0,y.cloneElement)(t,e)}const a={className:H()(r,t.props.className,{[`has-${l}-gutter`]:l&&!!n})};return t.props.style&&(a.style={...t.props.style}),"custom"===l&&void 0!==o&&(a.style={...a.style,"--coblocks-custom-gutter":`${o}em`}),(0,y.cloneElement)(t,a)},bt=[{label:(0,p.__)("None","coblocks"),value:"none"},{label:(0,p.__)("Media file","coblocks"),value:"media"},{label:(0,p.__)("Attachment page","coblocks"),value:"attachment"},{label:(0,p.__)("Custom URL","coblocks"),value:"custom"}];class yt extends y.Component{constructor(){super(...arguments),this.setNewTab=this.setNewTab.bind(this),this.setLinkRel=this.setLinkRel.bind(this),this.setLinkTo=this.setLinkTo.bind(this)}componentDidUpdate(e){const{attributes:t,setAttributes:l}=this.props,{lightbox:o}=t;"none"!==e.attributes.linkTo&&o&&l({linkTo:"none"})}setLinkTo(e){const{setAttributes:t}=this.props;t({linkTo:e})}setLinkRel(e){const{setAttributes:t}=this.props;t({rel:e})}setNewTab(e){const{attributes:t,setAttributes:l}=this.props,{rel:o}=t,r=e?"_blank":void 0;let n=o;r&&!o?n="noreferrer noopener":r||"noreferrer noopener"!==o||(n=void 0),l({rel:n,target:r})}render(){const{attributes:e,setAttributes:t}=this.props,{lightbox:l,linkTo:o,target:r,rel:n}=e;return(0,y.createElement)(y.Fragment,null,!l&&(0,y.createElement)(W.PanelBody,{initialOpen:!1,title:(0,p.__)("Link settings","coblocks")},(0,y.createElement)(W.SelectControl,{label:(0,p.__)("Link to","coblocks"),onChange:this.setLinkTo,options:bt,value:o}),"none"!==o&&(0,y.createElement)(y.Fragment,null,(0,y.createElement)(W.ToggleControl,{checked:"_blank"===r,label:(0,p.__)("Open in new tab","coblocks"),onChange:this.setNewTab}),(0,y.createElement)(W.TextControl
106
+ /* translators: html attribute that specifies the relationship between two pages */,{label:(0,p.__)("Link rel","coblocks"),onChange:e=>t({rel:e}),value:n}))))}}yt.propTypes={attributes:Re().object,setAttributes:Re().func};var kt=yt;const Et=[{
107
  /* translators: abbreviation for small size */
108
+ label:(0,p.__)("S","coblocks"),tooltip:(0,p.__)("Small","coblocks"),value:1},{
109
  /* translators: abbreviation for medium size */
110
+ label:(0,p.__)("M","coblocks"),tooltip:(0,p.__)("Medium","coblocks"),value:2},{
111
  /* translators: abbreviation for large size */
112
+ label:(0,p.__)("L","coblocks"),tooltip:(0,p.__)("Large","coblocks"),value:3},{
113
  /* translators: abbreviation for extra large size */
114
+ label:(0,p.__)("XL","coblocks"),tooltip:(0,p.__)("Extra Large","coblocks"),value:4}],xt={label:(0,p.__)("None","coblocks"),tooltip:(0,p.__)("None","coblocks"),value:0},zt={label:(0,y.createElement)(W.Icon,{icon:L}),tooltip:(0,p.__)("Custom","coblocks"),value:"custom"};class Ct extends y.Component{render(){const{advancedMaxValue:e,advancedMinValue:t,currentOption:l,label:o,onChange:r,options:n,showAdvancedControls:a,showIcons:c,showNoneOption:s,showCustomOption:i}=this.props;let m=n||Et;return s&&(m=[xt,...m]),i&&(m=[...m,zt]),a&&!1!==t&&!1!==e?(0,y.createElement)(W.RangeControl,{label:o,max:e,min:t,onChange:e=>r(e),value:l}):(0,y.createElement)(W.BaseControl,{className:H()("coblocks-option-selector-control",{"is-custom":"custom"===l}),id:`coblocks-option-selector-${(0,ie.kebabCase)(o)}`,label:o},(0,y.createElement)(W.PanelRow,null,(0,y.createElement)(W.ButtonGroup,{"aria-label":o},m.map((e=>(0,y.createElement)(W.Tooltip,{key:`option-${e.value}`,text:e.tooltip},(0,y.createElement)(W.Button,{"aria-label":e.tooltip,"aria-pressed":l===e.value,isPrimary:l===e.value,isSecondary:l!==e.value,onClick:()=>r(e.value)},c?e.icon:e.label)))))))}}Ct.propTypes={advancedMaxValue:Re().number,advancedMinValue:Re().number,currentOption:Re().oneOfType([Re().string,Re().number]),label:Re().string,onChange:Re().func,options:Re().array,showAdvancedControls:Re().bool,showCustomOption:Re().bool,showIcons:Re().bool,showNoneOption:Re().bool};const _t=[{
115
  /* translators: abbreviation for small size */
116
+ label:(0,p.__)("S","coblocks"),tooltip:(0,p.__)("Small","coblocks"),value:"small"},{
117
  /* translators: abbreviation for medium size */
118
+ label:(0,p.__)("M","coblocks"),tooltip:(0,p.__)("Medium","coblocks"),value:"medium"},{
119
  /* translators: abbreviation for large size */
120
+ label:(0,p.__)("L","coblocks"),tooltip:(0,p.__)("Large","coblocks"),value:"large"}],Pt=e=>{const{attributes:t,setAttributes:l}=e,{align:o,gutter:r,gutterCustom:n}=t,a="full"===o?10:5;return(0,y.useEffect)((()=>{n>a&&l({gutterCustom:a})}),[n,a]),(0,y.createElement)(y.Fragment,null,(0,y.createElement)(Ct,{currentOption:r,label:(0,p.__)("Gutter","coblocks"),onChange:e=>l({gutter:e}),options:_t,showCustomOption:!0}),"custom"===r&&(0,y.createElement)(W.RangeControl,{initialValue:0,max:a,min:0,onChange:e=>l({gutterCustom:e.toString()}),step:.1,value:parseFloat(n)||0,withInputField:!0}))};var St=Pt;Pt.propTypes={attributes:Re().object,setAttributes:Re().func};const Bt=[{label:(0,p.__)("None","coblocks"),tooltip:(0,p.__)("None","coblocks"),value:"none"},{
121
  /* translators: abbreviation for small size */
122
+ label:(0,p.__)("S","coblocks"),tooltip:(0,p.__)("Small","coblocks"),value:"sml"},{
123
  /* translators: abbreviation for medium size */
124
+ label:(0,p.__)("M","coblocks"),tooltip:(0,p.__)("Medium","coblocks"),value:"med"},{
125
  /* translators: abbreviation for large size */
126
+ label:(0,p.__)("L","coblocks"),tooltip:(0,p.__)("Large","coblocks"),value:"lrg"}];var Vt=e=>{const{attributes:t,setAttributes:l}=e,{images:o,gutter:r,gutterCustom:n,fullwidth:a,radius:c,shadow:s,captions:i,lightbox:m}=t,{wideControlsEnabled:u}=(0,de.useSelect)((e=>{var t,l;return{wideControlsEnabled:null!==(t=null===(l=e("core/editor").getEditorSettings())||void 0===l?void 0:l.alignWide)&&void 0!==t&&t}})),d="custom"!==r||"custom"===r&&0!==Number.parseFloat(n);return(0,y.useEffect)((()=>{d||l({radius:0})}),[d]),(0,y.createElement)(U.InspectorControls,null,(0,y.createElement)(W.PanelBody,{title:(0,p.__)("Stacked settings","coblocks")},u&&(0,y.createElement)(W.ToggleControl,{checked:!!a,help:e=>e?(0,p.__)("Fullwidth images are enabled.","coblocks"):(0,p.__)("Toggle to fill the available gallery area with completely fullwidth images.","coblocks"),label:o.length>1?(0,p.__)("Fullwidth images","coblocks"):(0,p.__)("Fullwidth image","coblocks"),onChange:()=>l({fullwidth:!a,shadow:"none"})}),(0,y.createElement)(St,e),d&&(0,y.createElement)(W.RangeControl,{label:(0,p.__)("Rounded corners","coblocks"),max:20,min:0,onChange:e=>l({radius:e}),step:1,value:c}),(0,y.createElement)(W.ToggleControl,{checked:!!m,help:e=>e?(0,p.__)("Image lightbox is enabled.","coblocks"):(0,p.__)("Toggle to enable the image lightbox.","coblocks"),label:(0,p.__)("Lightbox","coblocks"),onChange:()=>l({lightbox:!m})}),(0,y.createElement)(W.ToggleControl,{checked:!!i,help:e=>e?(0,p.__)("Showing captions for each media item.","coblocks"):(0,p.__)("Toggle to show media captions.","coblocks"),label:(0,p.__)("Captions","coblocks"),onChange:()=>l({captions:!i})}),!a&&(0,y.createElement)(Ct,{currentOption:s,label:(0,p.__)("Shadow","coblocks"),onChange:e=>l({shadow:e}),options:Bt})),(0,y.createElement)(kt,e))},Gt=(0,te.compose)([W.withNotices])((e=>{const{attributes:t,isSelected:l,noticeUI:o,setAttributes:r}=e,{align:n,animation:a,captions:c,fullwidth:s,images:i,shadow:m,linkTo:u,lightbox:d}=t,[h,v]=(0,y.useState)(null),f=(0,te.usePrevious)(l);(0,y.useEffect)((()=>{!l&&f&&v(null)}),[l]);const g=e=>()=>{h!==e&&v(e)},w=(e,l)=>{const o=[...t.images];o.splice(l,1,t.images[e]),o.splice(e,1,t.images[l]),v(l),r({images:o})},b=e=>()=>{e!==t.images.length-1&&w(e,e+1)},E=e=>()=>{const l=ot()(t.images,((t,l)=>e!==l));v(null),r({images:l})},x=(e,l)=>{const o=[...t.images];o[e]={...l},r({images:o})},z=!!i.length,C=(0,U.useBlockProps)({className:H()({"has-lightbox":d})}),_=z?null:C,P=(0,y.createElement)(k.View,_,z?null:o,(0,y.createElement)(gt,X({},e,{icon:(0,y.createElement)(W.Icon,{icon:N}),label:(0,p.__)("Stacked","coblocks")})));if(!z)return P;const S=H()(...Ke(t),{"has-fullwidth-images":s,[`align${n}`]:n,"has-lightbox":d}),B=H()("coblocks-gallery--item",{[`coblocks-animate ${a}`]:a});return(0,y.createElement)(y.Fragment,null,l&&(0,y.createElement)(y.Fragment,null,(0,y.createElement)(ct,e),(0,y.createElement)(Vt,e)),o,(0,y.createElement)(k.View,C,(0,y.createElement)(wt,t,(0,y.createElement)("ul",{className:S},i.map(((e,t)=>{const o=(0,p.sprintf)(
127
  /* translators: %1$d is the order number of the image, %2$d is the total number of images */
128
+ (0,p.__)("image %1$d of %2$d in gallery","coblocks"),t+1,i.length);return(0,y.createElement)("li",{className:B,key:e.id||e.url},(0,y.createElement)(ft,{alt:e.alt,"aria-label":o,caption:e.caption,captions:c,id:e.id,imageIndex:t,imgLink:e.imgLink,isFirstItem:0===t,isLastItem:t+1===i.length,isSelected:l&&h===t,linkTo:u,marginBottom:!0,onMoveBackward:(n=t,()=>{0!==n&&w(n,n-1)}),onMoveForward:b(t),onRemove:E(t),onSelect:g(t),replaceImage:x,setAttributes:e=>((e,t)=>{i[e]&&r({images:[...i.slice(0,e),{...i[e],...t},...i.slice(e+1)]})})(t,e),shadow:m,supportsCaption:!0,url:e.url,verticalMoving:!0}));var n})),P))))})),Mt=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":2,"name":"coblocks/gallery-stacked","category":"media","attributes":{"captions":{"default":false,"type":"boolean"},"filter":{"default":"none","type":"string"},"images":{"default":[],"query":{"alt":{"attribute":"alt","default":"","selector":"img","source":"attribute"},"caption":{"selector":"figcaption","source":"children","type":"array"},"id":{"attribute":"data-id","selector":"img","source":"attribute"},"imgLink":{"attribute":"data-imglink","selector":"img","source":"attribute"},"link":{"attribute":"data-link","selector":"img","source":"attribute"},"url":{"attribute":"src","selector":"img","source":"attribute"}},"selector":".coblocks-gallery--item","source":"query","type":"array"},"lightbox":{"default":false,"type":"boolean"},"linkTo":{"default":"none","type":"string"},"radius":{"default":0,"type":"number"},"shadow":{"default":"none","type":"string"},"fullwidth":{"type":"boolean","default":true}},"supports":{"align":true,"anchor":true,"html":false,"coBlocksSpacing":true,"gutter":{"default":"custom","customDefault":0},"typography":{"fontSize":true,"lineHeight":true,"__experimentalFontStyle":true,"__experimentalFontWeight":true,"__experimentalLetterSpacing":true,"__experimentalTextTransform":true}},"textdomain":"coblocks","title":"Stacked"}');const Nt={from:[{blocks:["coblocks/gallery-collage","coblocks/gallery-offset","coblocks/gallery-carousel","core/gallery"],transform:e=>{const{gutter:t,gutterCustom:l}=e;return(0,h.createBlock)(Mt.name,{...Qe(e),gutter:t,gutterCustom:l})},type:"block"},{blocks:["coblocks/gallery-masonry"],transform:(e,t)=>{const{gutter:l,gutterCustom:o}=e,r=t.map(((e,t)=>{const l=e.attributes;return{alt:null==l?void 0:l.alt,caption:null==l?void 0:l.caption,id:null==l?void 0:l.id,index:t,url:null==l?void 0:l.url}}));return(0,h.createBlock)(Mt.name,{gutter:l,gutterCustom:o,images:r},[])},type:"block"},{blocks:["core/image"],isMultiBlock:!0,transform:e=>{const t=ot()(e,(e=>{let{id:t,url:l}=e;return Number.isInteger(t)&&l})),l=!!ot()(e,(e=>{let{caption:t}=e;return!!t}));return t.length>0?(0,h.createBlock)(Mt.name,{captions:l,ids:t.map((e=>{let{id:t}=e;return t})),images:t.map(((e,t)=>{let{id:l,url:o,alt:r,caption:n}=e;return{alt:r||"",caption:n||"",id:l,index:t,url:o}}))}):(0,h.createBlock)(Mt.name)},type:"block"},{prefix:":stacked",transform:e=>(0,h.createBlock)(Mt.name,{content:e}),type:"prefix"}],to:[{blocks:["core/gallery"],transform:e=>(0,h.createBlock)("core/gallery",{...Qe(e)}),type:"block"}]};var Lt=Nt;const{name:Rt,category:Tt}=Mt,At={attributes:Mt.attributes,category:v?"coblocks-galleries":"media",deprecated:tt,
129
  /* translators: block description */
130
+ description:(0,p.__)("Display multiple images in a single column stacked gallery.","coblocks"),edit:Gt,example:{attributes:{fullwidth:!1,images:[{index:0,url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"},{index:1,url:"https://s.w.org/images/core/5.3/Glacial_lakes,_Bhutan.jpg"}]}},icon:(0,y.createElement)(W.Icon,{icon:N}),keywords:["coblocks",
131
  /* translators: block keyword */
132
+ (0,p.__)("gallery","coblocks"),
133
  /* translators: block keyword */
134
+ (0,p.__)("photos","coblocks"),
135
  /* translators: block keyword */
136
+ (0,p.__)("lightbox","coblocks")],save:e=>{let{attributes:t}=e;const{animation:l,captions:o,fullwidth:r,images:n,lightbox:a,linkTo:c,shadow:s}=t,i=U.useBlockProps.save({className:H()({"has-lightbox":a})}),m=H()(...Ke(t),{"has-fullwidth-images":r}),u=H()("coblocks-gallery--item",{"coblocks-animate":l}),d=H()("coblocks-gallery--figure"),h=H()("coblocks-gallery--caption"),v=(e=>{var t;const l={...null!==(t=null==e?void 0:e.style)&&void 0!==t?t:{}};return delete e.style,l})(i);return(0,y.createElement)(k.View,i,(0,y.createElement)(wt,t,(0,y.createElement)("ul",{className:m},n.map((e=>{let t;switch(c){case"media":t=e.url;break;case"attachment":t=e.link}e.imgLink&&(t=e.imgLink);const r=H()(e.id?[`wp-image-${e.id}`]:null,{[`has-shadow-${s}`]:"none"!==s||void 0!==s}),n=(0,y.createElement)("img",{alt:e.alt,className:r,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,src:e.url});return(0,y.createElement)("li",{className:u,"data-coblocks-animation":l,key:e.id||e.url},(0,y.createElement)("figure",{className:d},t?(0,y.createElement)("a",{href:t},n):n,o&&e.caption&&e.caption.length>0&&(0,y.createElement)(U.RichText.Content,{className:h,style:v,tagName:"figcaption",value:e.caption})))})))))},
137
  /* translators: block name */
138
+ title:(0,p.__)("Stacked","coblocks"),transforms:Lt};[o,r,n,a].forEach((e=>{var t;if(!e)return;let{category:l}=e;const{name:o,settings:r}=e;"function"==typeof h.registerBlockCollection||o.includes("gallery")||(l="coblocks");let n="";null!=r&&r.icon&&(n={foreground:"#09757A",src:r.icon});const a=2===(null==e||null===(t=e.metadata)||void 0===t?void 0:t.apiVersion),c=a?null==e?void 0:e.metadata:{};null!=r&&r.attributes&&a&&(c.attributes={...c.attributes,...null==r?void 0:r.attributes}),(0,h.registerBlockType)(o,{...r,category:l,icon:n,...c,title:(0,p.sprintf)(
139
+ /* translators: %s: placeholder for a block title*/
140
+ (0,p.__)("%s block","coblocks"),r.title)})}))},8089:function(e,t,l){"use strict";const o=(0,l(2175).withColors)("backgroundColor",{textColor:"color"},"blockBackgroundColor");t.Z=o},4184:function(e,t){var l;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var l=arguments[t];if(l){var n=typeof l;if("string"===n||"number"===n)e.push(l);else if(Array.isArray(l)){if(l.length){var a=r.apply(null,l);a&&e.push(a)}}else if("object"===n)if(l.toString===Object.prototype.toString)for(var c in l)o.call(l,c)&&l[c]&&e.push(c);else e.push(l.toString())}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(l=function(){return r}.apply(t,[]))||(e.exports=l)}()},8552:function(e,t,l){var o=l(852)(l(5639),"DataView");e.exports=o},1989:function(e,t,l){var o=l(1789),r=l(401),n=l(7667),a=l(1327),c=l(1866);function s(e){var t=-1,l=null==e?0:e.length;for(this.clear();++t<l;){var o=e[t];this.set(o[0],o[1])}}s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=a,s.prototype.set=c,e.exports=s},8407:function(e,t,l){var o=l(7040),r=l(4125),n=l(2117),a=l(7518),c=l(4705);function s(e){var t=-1,l=null==e?0:e.length;for(this.clear();++t<l;){var o=e[t];this.set(o[0],o[1])}}s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=a,s.prototype.set=c,e.exports=s},7071:function(e,t,l){var o=l(852)(l(5639),"Map");e.exports=o},3369:function(e,t,l){var o=l(4785),r=l(1285),n=l(6e3),a=l(9916),c=l(5265);function s(e){var t=-1,l=null==e?0:e.length;for(this.clear();++t<l;){var o=e[t];this.set(o[0],o[1])}}s.prototype.clear=o,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=a,s.prototype.set=c,e.exports=s},3818:function(e,t,l){var o=l(852)(l(5639),"Promise");e.exports=o},8525:function(e,t,l){var o=l(852)(l(5639),"Set");e.exports=o},8668:function(e,t,l){var o=l(3369),r=l(619),n=l(2385);function a(e){var t=-1,l=null==e?0:e.length;for(this.__data__=new o;++t<l;)this.add(e[t])}a.prototype.add=a.prototype.push=r,a.prototype.has=n,e.exports=a},6384:function(e,t,l){var o=l(8407),r=l(7465),n=l(3779),a=l(7599),c=l(4758),s=l(4309);function i(e){var t=this.__data__=new o(e);this.size=t.size}i.prototype.clear=r,i.prototype.delete=n,i.prototype.get=a,i.prototype.has=c,i.prototype.set=s,e.exports=i},2705:function(e,t,l){var o=l(5639).Symbol;e.exports=o},1149:function(e,t,l){var o=l(5639).Uint8Array;e.exports=o},577:function(e,t,l){var o=l(852)(l(5639),"WeakMap");e.exports=o},6874:function(e){e.exports=function(e,t,l){switch(l.length){case 0:return e.call(t);case 1:return e.call(t,l[0]);case 2:return e.call(t,l[0],l[1]);case 3:return e.call(t,l[0],l[1],l[2])}return e.apply(t,l)}},4963:function(e){e.exports=function(e,t){for(var l=-1,o=null==e?0:e.length,r=0,n=[];++l<o;){var a=e[l];t(a,l,e)&&(n[r++]=a)}return n}},4636:function(e,t,l){var o=l(2545),r=l(5694),n=l(1469),a=l(4144),c=l(5776),s=l(6719),i=Object.prototype.hasOwnProperty;e.exports=function(e,t){var l=n(e),m=!l&&r(e),u=!l&&!m&&a(e),d=!l&&!m&&!u&&s(e),h=l||m||u||d,v=h?o(e.length,String):[],f=v.length;for(var p in e)!t&&!i.call(e,p)||h&&("length"==p||u&&("offset"==p||"parent"==p)||d&&("buffer"==p||"byteLength"==p||"byteOffset"==p)||c(p,f))||v.push(p);return v}},9932:function(e){e.exports=function(e,t){for(var l=-1,o=null==e?0:e.length,r=Array(o);++l<o;)r[l]=t(e[l],l,e);return r}},2488:function(e){e.exports=function(e,t){for(var l=-1,o=t.length,r=e.length;++l<o;)e[r+l]=t[l];return e}},2908:function(e){e.exports=function(e,t){for(var l=-1,o=null==e?0:e.length;++l<o;)if(t(e[l],l,e))return!0;return!1}},4865:function(e,t,l){var o=l(9465),r=l(7813),n=Object.prototype.hasOwnProperty;e.exports=function(e,t,l){var a=e[t];n.call(e,t)&&r(a,l)&&(void 0!==l||t in e)||o(e,t,l)}},8470:function(e,t,l){var o=l(7813);e.exports=function(e,t){for(var l=e.length;l--;)if(o(e[l][0],t))return l;return-1}},9465:function(e,t,l){var o=l(8777);e.exports=function(e,t,l){"__proto__"==t&&o?o(e,t,{configurable:!0,enumerable:!0,value:l,writable:!0}):e[t]=l}},9881:function(e,t,l){var o=l(7816),r=l(9291)(o);e.exports=r},760:function(e,t,l){var o=l(9881);e.exports=function(e,t){var l=[];return o(e,(function(e,o,r){t(e,o,r)&&l.push(e)})),l}},1848:function(e){e.exports=function(e,t,l,o){for(var r=e.length,n=l+(o?1:-1);o?n--:++n<r;)if(t(e[n],n,e))return n;return-1}},1078:function(e,t,l){var o=l(2488),r=l(7285);e.exports=function e(t,l,n,a,c){var s=-1,i=t.length;for(n||(n=r),c||(c=[]);++s<i;){var m=t[s];l>0&&n(m)?l>1?e(m,l-1,n,a,c):o(c,m):a||(c[c.length]=m)}return c}},8483:function(e,t,l){var o=l(5063)();e.exports=o},7816:function(e,t,l){var o=l(8483),r=l(3674);e.exports=function(e,t){return e&&o(e,t,r)}},7786:function(e,t,l){var o=l(1811),r=l(327);e.exports=function(e,t){for(var l=0,n=(t=o(t,e)).length;null!=e&&l<n;)e=e[r(t[l++])];return l&&l==n?e:void 0}},8866:function(e,t,l){var o=l(2488),r=l(1469);e.exports=function(e,t,l){var n=t(e);return r(e)?n:o(n,l(e))}},4239:function(e,t,l){var o=l(2705),r=l(9607),n=l(2333),a=o?o.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?r(e):n(e)}},13:function(e){e.exports=function(e,t){return null!=e&&t in Object(e)}},2118:function(e,t,l){var o=l(1848),r=l(2722),n=l(2351);e.exports=function(e,t,l){return t==t?n(e,t,l):o(e,r,l)}},9454:function(e,t,l){var o=l(4239),r=l(7005);e.exports=function(e){return r(e)&&"[object Arguments]"==o(e)}},939:function(e,t,l){var o=l(2492),r=l(7005);e.exports=function e(t,l,n,a,c){return t===l||(null==t||null==l||!r(t)&&!r(l)?t!=t&&l!=l:o(t,l,n,a,e,c))}},2492:function(e,t,l){var o=l(6384),r=l(7114),n=l(8351),a=l(6096),c=l(4160),s=l(1469),i=l(4144),m=l(6719),u="[object Arguments]",d="[object Array]",h="[object Object]",v=Object.prototype.hasOwnProperty;e.exports=function(e,t,l,f,p,g){var w=s(e),b=s(t),y=w?d:c(e),k=b?d:c(t),E=(y=y==u?h:y)==h,x=(k=k==u?h:k)==h,z=y==k;if(z&&i(e)){if(!i(t))return!1;w=!0,E=!1}if(z&&!E)return g||(g=new o),w||m(e)?r(e,t,l,f,p,g):n(e,t,y,l,f,p,g);if(!(1&l)){var C=E&&v.call(e,"__wrapped__"),_=x&&v.call(t,"__wrapped__");if(C||_){var P=C?e.value():e,S=_?t.value():t;return g||(g=new o),p(P,S,l,f,g)}}return!!z&&(g||(g=new o),a(e,t,l,f,p,g))}},2958:function(e,t,l){var o=l(6384),r=l(939);e.exports=function(e,t,l,n){var a=l.length,c=a,s=!n;if(null==e)return!c;for(e=Object(e);a--;){var i=l[a];if(s&&i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++a<c;){var m=(i=l[a])[0],u=e[m],d=i[1];if(s&&i[2]){if(void 0===u&&!(m in e))return!1}else{var h=new o;if(n)var v=n(u,d,m,e,t,h);if(!(void 0===v?r(d,u,3,n,h):v))return!1}}return!0}},2722:function(e){e.exports=function(e){return e!=e}},8458:function(e,t,l){var o=l(3560),r=l(5346),n=l(3218),a=l(346),c=/^\[object .+?Constructor\]$/,s=Function.prototype,i=Object.prototype,m=s.toString,u=i.hasOwnProperty,d=RegExp("^"+m.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!n(e)||r(e))&&(o(e)?d:c).test(a(e))}},8749:function(e,t,l){var o=l(4239),r=l(1780),n=l(7005),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,e.exports=function(e){return n(e)&&r(e.length)&&!!a[o(e)]}},7206:function(e,t,l){var o=l(1573),r=l(6432),n=l(6557),a=l(1469),c=l(9601);e.exports=function(e){return"function"==typeof e?e:null==e?n:"object"==typeof e?a(e)?r(e[0],e[1]):o(e):c(e)}},280:function(e,t,l){var o=l(5726),r=l(6916),n=Object.prototype.hasOwnProperty;e.exports=function(e){if(!o(e))return r(e);var t=[];for(var l in Object(e))n.call(e,l)&&"constructor"!=l&&t.push(l);return t}},1573:function(e,t,l){var o=l(2958),r=l(1499),n=l(2634);e.exports=function(e){var t=r(e);return 1==t.length&&t[0][2]?n(t[0][0],t[0][1]):function(l){return l===e||o(l,e,t)}}},6432:function(e,t,l){var o=l(939),r=l(7361),n=l(9095),a=l(5403),c=l(9162),s=l(2634),i=l(327);e.exports=function(e,t){return a(e)&&c(t)?s(i(e),t):function(l){var a=r(l,e);return void 0===a&&a===t?n(l,e):o(t,a,3)}}},5970:function(e,t,l){var o=l(3012),r=l(9095);e.exports=function(e,t){return o(e,t,(function(t,l){return r(e,l)}))}},3012:function(e,t,l){var o=l(7786),r=l(611),n=l(1811);e.exports=function(e,t,l){for(var a=-1,c=t.length,s={};++a<c;){var i=t[a],m=o(e,i);l(m,i)&&r(s,n(i,e),m)}return s}},371:function(e){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},9152:function(e,t,l){var o=l(7786);e.exports=function(e){return function(t){return o(t,e)}}},611:function(e,t,l){var o=l(4865),r=l(1811),n=l(5776),a=l(3218),c=l(327);e.exports=function(e,t,l,s){if(!a(e))return e;for(var i=-1,m=(t=r(t,e)).length,u=m-1,d=e;null!=d&&++i<m;){var h=c(t[i]),v=l;if("__proto__"===h||"constructor"===h||"prototype"===h)return e;if(i!=u){var f=d[h];void 0===(v=s?s(f,h,d):void 0)&&(v=a(f)?f:n(t[i+1])?[]:{})}o(d,h,v),d=d[h]}return e}},6560:function(e,t,l){var o=l(5703),r=l(8777),n=l(6557),a=r?function(e,t){return r(e,"toString",{configurable:!0,enumerable:!1,value:o(t),writable:!0})}:n;e.exports=a},2545:function(e){e.exports=function(e,t){for(var l=-1,o=Array(e);++l<e;)o[l]=t(l);return o}},531:function(e,t,l){var o=l(2705),r=l(9932),n=l(1469),a=l(3448),c=o?o.prototype:void 0,s=c?c.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(n(t))return r(t,e)+"";if(a(t))return s?s.call(t):"";var l=t+"";return"0"==l&&1/t==-1/0?"-0":l}},7561:function(e,t,l){var o=l(7990),r=/^\s+/;e.exports=function(e){return e?e.slice(0,o(e)+1).replace(r,""):e}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},7415:function(e,t,l){var o=l(9932);e.exports=function(e,t){return o(t,(function(t){return e[t]}))}},4757:function(e){e.exports=function(e,t){return e.has(t)}},1811:function(e,t,l){var o=l(1469),r=l(5403),n=l(5514),a=l(9833);e.exports=function(e,t){return o(e)?e:r(e,t)?[e]:n(a(e))}},4429:function(e,t,l){var o=l(5639)["__core-js_shared__"];e.exports=o},9291:function(e,t,l){var o=l(8612);e.exports=function(e,t){return function(l,r){if(null==l)return l;if(!o(l))return e(l,r);for(var n=l.length,a=t?n:-1,c=Object(l);(t?a--:++a<n)&&!1!==r(c[a],a,c););return l}}},5063:function(e){e.exports=function(e){return function(t,l,o){for(var r=-1,n=Object(t),a=o(t),c=a.length;c--;){var s=a[e?c:++r];if(!1===l(n[s],s,n))break}return t}}},8777:function(e,t,l){var o=l(852),r=function(){try{var e=o(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=r},7114:function(e,t,l){var o=l(8668),r=l(2908),n=l(4757);e.exports=function(e,t,l,a,c,s){var i=1&l,m=e.length,u=t.length;if(m!=u&&!(i&&u>m))return!1;var d=s.get(e),h=s.get(t);if(d&&h)return d==t&&h==e;var v=-1,f=!0,p=2&l?new o:void 0;for(s.set(e,t),s.set(t,e);++v<m;){var g=e[v],w=t[v];if(a)var b=i?a(w,g,v,t,e,s):a(g,w,v,e,t,s);if(void 0!==b){if(b)continue;f=!1;break}if(p){if(!r(t,(function(e,t){if(!n(p,t)&&(g===e||c(g,e,l,a,s)))return p.push(t)}))){f=!1;break}}else if(g!==w&&!c(g,w,l,a,s)){f=!1;break}}return s.delete(e),s.delete(t),f}},8351:function(e,t,l){var o=l(2705),r=l(1149),n=l(7813),a=l(7114),c=l(8776),s=l(1814),i=o?o.prototype:void 0,m=i?i.valueOf:void 0;e.exports=function(e,t,l,o,i,u,d){switch(l){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!u(new r(e),new r(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return n(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var h=c;case"[object Set]":var v=1&o;if(h||(h=s),e.size!=t.size&&!v)return!1;var f=d.get(e);if(f)return f==t;o|=2,d.set(e,t);var p=a(h(e),h(t),o,i,u,d);return d.delete(e),p;case"[object Symbol]":if(m)return m.call(e)==m.call(t)}return!1}},6096:function(e,t,l){var o=l(8234),r=Object.prototype.hasOwnProperty;e.exports=function(e,t,l,n,a,c){var s=1&l,i=o(e),m=i.length;if(m!=o(t).length&&!s)return!1;for(var u=m;u--;){var d=i[u];if(!(s?d in t:r.call(t,d)))return!1}var h=c.get(e),v=c.get(t);if(h&&v)return h==t&&v==e;var f=!0;c.set(e,t),c.set(t,e);for(var p=s;++u<m;){var g=e[d=i[u]],w=t[d];if(n)var b=s?n(w,g,d,t,e,c):n(g,w,d,e,t,c);if(!(void 0===b?g===w||a(g,w,l,n,c):b)){f=!1;break}p||(p="constructor"==d)}if(f&&!p){var y=e.constructor,k=t.constructor;y==k||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof k&&k instanceof k||(f=!1)}return c.delete(e),c.delete(t),f}},9021:function(e,t,l){var o=l(5564),r=l(5357),n=l(61);e.exports=function(e){return n(r(e,void 0,o),e+"")}},1957:function(e,t,l){var o="object"==typeof l.g&&l.g&&l.g.Object===Object&&l.g;e.exports=o},8234:function(e,t,l){var o=l(8866),r=l(9551),n=l(3674);e.exports=function(e){return o(e,n,r)}},5050:function(e,t,l){var o=l(7019);e.exports=function(e,t){var l=e.__data__;return o(t)?l["string"==typeof t?"string":"hash"]:l.map}},1499:function(e,t,l){var o=l(9162),r=l(3674);e.exports=function(e){for(var t=r(e),l=t.length;l--;){var n=t[l],a=e[n];t[l]=[n,a,o(a)]}return t}},852:function(e,t,l){var o=l(8458),r=l(7801);e.exports=function(e,t){var l=r(e,t);return o(l)?l:void 0}},9607:function(e,t,l){var o=l(2705),r=Object.prototype,n=r.hasOwnProperty,a=r.toString,c=o?o.toStringTag:void 0;e.exports=function(e){var t=n.call(e,c),l=e[c];try{e[c]=void 0;var o=!0}catch(e){}var r=a.call(e);return o&&(t?e[c]=l:delete e[c]),r}},9551:function(e,t,l){var o=l(4963),r=l(479),n=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,c=a?function(e){return null==e?[]:(e=Object(e),o(a(e),(function(t){return n.call(e,t)})))}:r;e.exports=c},4160:function(e,t,l){var o=l(8552),r=l(7071),n=l(3818),a=l(8525),c=l(577),s=l(4239),i=l(346),m="[object Map]",u="[object Promise]",d="[object Set]",h="[object WeakMap]",v="[object DataView]",f=i(o),p=i(r),g=i(n),w=i(a),b=i(c),y=s;(o&&y(new o(new ArrayBuffer(1)))!=v||r&&y(new r)!=m||n&&y(n.resolve())!=u||a&&y(new a)!=d||c&&y(new c)!=h)&&(y=function(e){var t=s(e),l="[object Object]"==t?e.constructor:void 0,o=l?i(l):"";if(o)switch(o){case f:return v;case p:return m;case g:return u;case w:return d;case b:return h}return t}),e.exports=y},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},222:function(e,t,l){var o=l(1811),r=l(5694),n=l(1469),a=l(5776),c=l(1780),s=l(327);e.exports=function(e,t,l){for(var i=-1,m=(t=o(t,e)).length,u=!1;++i<m;){var d=s(t[i]);if(!(u=null!=e&&l(e,d)))break;e=e[d]}return u||++i!=m?u:!!(m=null==e?0:e.length)&&c(m)&&a(d,m)&&(n(e)||r(e))}},1789:function(e,t,l){var o=l(4536);e.exports=function(){this.__data__=o?o(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,l){var o=l(4536),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(o){var l=t[e];return"__lodash_hash_undefined__"===l?void 0:l}return r.call(t,e)?t[e]:void 0}},1327:function(e,t,l){var o=l(4536),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return o?void 0!==t[e]:r.call(t,e)}},1866:function(e,t,l){var o=l(4536);e.exports=function(e,t){var l=this.__data__;return this.size+=this.has(e)?0:1,l[e]=o&&void 0===t?"__lodash_hash_undefined__":t,this}},7285:function(e,t,l){var o=l(2705),r=l(5694),n=l(1469),a=o?o.isConcatSpreadable:void 0;e.exports=function(e){return n(e)||r(e)||!!(a&&e&&e[a])}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,l){var o=typeof e;return!!(l=null==l?9007199254740991:l)&&("number"==o||"symbol"!=o&&t.test(e))&&e>-1&&e%1==0&&e<l}},5403:function(e,t,l){var o=l(1469),r=l(3448),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(o(e))return!1;var l=typeof e;return!("number"!=l&&"symbol"!=l&&"boolean"!=l&&null!=e&&!r(e))||a.test(e)||!n.test(e)||null!=t&&e in Object(t)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,l){var o,r=l(4429),n=(o=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+o:"";e.exports=function(e){return!!n&&n in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var l=e&&e.constructor;return e===("function"==typeof l&&l.prototype||t)}},9162:function(e,t,l){var o=l(3218);e.exports=function(e){return e==e&&!o(e)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,l){var o=l(8470),r=Array.prototype.splice;e.exports=function(e){var t=this.__data__,l=o(t,e);return!(l<0||(l==t.length-1?t.pop():r.call(t,l,1),--this.size,0))}},2117:function(e,t,l){var o=l(8470);e.exports=function(e){var t=this.__data__,l=o(t,e);return l<0?void 0:t[l][1]}},7518:function(e,t,l){var o=l(8470);e.exports=function(e){return o(this.__data__,e)>-1}},4705:function(e,t,l){var o=l(8470);e.exports=function(e,t){var l=this.__data__,r=o(l,e);return r<0?(++this.size,l.push([e,t])):l[r][1]=t,this}},4785:function(e,t,l){var o=l(1989),r=l(8407),n=l(7071);e.exports=function(){this.size=0,this.__data__={hash:new o,map:new(n||r),string:new o}}},1285:function(e,t,l){var o=l(5050);e.exports=function(e){var t=o(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,l){var o=l(5050);e.exports=function(e){return o(this,e).get(e)}},9916:function(e,t,l){var o=l(5050);e.exports=function(e){return o(this,e).has(e)}},5265:function(e,t,l){var o=l(5050);e.exports=function(e,t){var l=o(this,e),r=l.size;return l.set(e,t),this.size+=l.size==r?0:1,this}},8776:function(e){e.exports=function(e){var t=-1,l=Array(e.size);return e.forEach((function(e,o){l[++t]=[o,e]})),l}},2634:function(e){e.exports=function(e,t){return function(l){return null!=l&&l[e]===t&&(void 0!==t||e in Object(l))}}},4523:function(e,t,l){var o=l(8306);e.exports=function(e){var t=o(e,(function(e){return 500===l.size&&l.clear(),e})),l=t.cache;return t}},4536:function(e,t,l){var o=l(852)(Object,"create");e.exports=o},6916:function(e,t,l){var o=l(5569)(Object.keys,Object);e.exports=o},1167:function(e,t,l){e=l.nmd(e);var o=l(1957),r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,a=n&&n.exports===r&&o.process,c=function(){try{return n&&n.require&&n.require("util").types||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=c},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(l){return e(t(l))}}},5357:function(e,t,l){var o=l(6874),r=Math.max;e.exports=function(e,t,l){return t=r(void 0===t?e.length-1:t,0),function(){for(var n=arguments,a=-1,c=r(n.length-t,0),s=Array(c);++a<c;)s[a]=n[t+a];a=-1;for(var i=Array(t+1);++a<t;)i[a]=n[a];return i[t]=l(s),o(e,this,i)}}},5639:function(e,t,l){var o=l(1957),r="object"==typeof self&&self&&self.Object===Object&&self,n=o||r||Function("return this")();e.exports=n},619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2385:function(e){e.exports=function(e){return this.__data__.has(e)}},1814:function(e){e.exports=function(e){var t=-1,l=Array(e.size);return e.forEach((function(e){l[++t]=e})),l}},61:function(e,t,l){var o=l(6560),r=l(1275)(o);e.exports=r},1275:function(e){var t=Date.now;e.exports=function(e){var l=0,o=0;return function(){var r=t(),n=16-(r-o);if(o=r,n>0){if(++l>=800)return arguments[0]}else l=0;return e.apply(void 0,arguments)}}},7465:function(e,t,l){var o=l(8407);e.exports=function(){this.__data__=new o,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,l=t.delete(e);return this.size=t.size,l}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,l){var o=l(8407),r=l(7071),n=l(3369);e.exports=function(e,t){var l=this.__data__;if(l instanceof o){var a=l.__data__;if(!r||a.length<199)return a.push([e,t]),this.size=++l.size,this;l=this.__data__=new n(a)}return l.set(e,t),this.size=l.size,this}},2351:function(e){e.exports=function(e,t,l){for(var o=l-1,r=e.length;++o<r;)if(e[o]===t)return o;return-1}},5514:function(e,t,l){var o=l(4523),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,a=o((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(r,(function(e,l,o,r){t.push(o?r.replace(n,"$1"):l||e)})),t}));e.exports=a},327:function(e,t,l){var o=l(3448);e.exports=function(e){if("string"==typeof e||o(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7990:function(e){var t=/\s/;e.exports=function(e){for(var l=e.length;l--&&t.test(e.charAt(l)););return l}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},3105:function(e,t,l){var o=l(4963),r=l(760),n=l(7206),a=l(1469);e.exports=function(e,t){return(a(e)?o:r)(e,n(t,3))}},998:function(e,t,l){var o=l(1848),r=l(7206),n=l(554),a=Math.max;e.exports=function(e,t,l){var c=null==e?0:e.length;if(!c)return-1;var s=null==l?0:n(l);return s<0&&(s=a(c+s,0)),o(e,r(t,3),s)}},5564:function(e,t,l){var o=l(1078);e.exports=function(e){return null!=e&&e.length?o(e,1):[]}},7361:function(e,t,l){var o=l(7786);e.exports=function(e,t,l){var r=null==e?void 0:o(e,t);return void 0===r?l:r}},9095:function(e,t,l){var o=l(13),r=l(222);e.exports=function(e,t){return null!=e&&r(e,t,o)}},6557:function(e){e.exports=function(e){return e}},4721:function(e,t,l){var o=l(2118),r=l(8612),n=l(7037),a=l(554),c=l(2628),s=Math.max;e.exports=function(e,t,l,i){e=r(e)?e:c(e),l=l&&!i?a(l):0;var m=e.length;return l<0&&(l=s(m+l,0)),n(e)?l<=m&&e.indexOf(t,l)>-1:!!m&&o(e,t,l)>-1}},5694:function(e,t,l){var o=l(9454),r=l(7005),n=Object.prototype,a=n.hasOwnProperty,c=n.propertyIsEnumerable,s=o(function(){return arguments}())?o:function(e){return r(e)&&a.call(e,"callee")&&!c.call(e,"callee")};e.exports=s},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,l){var o=l(3560),r=l(1780);e.exports=function(e){return null!=e&&r(e.length)&&!o(e)}},4144:function(e,t,l){e=l.nmd(e);var o=l(5639),r=l(5062),n=t&&!t.nodeType&&t,a=n&&e&&!e.nodeType&&e,c=a&&a.exports===n?o.Buffer:void 0,s=(c?c.isBuffer:void 0)||r;e.exports=s},1609:function(e,t,l){var o=l(280),r=l(4160),n=l(5694),a=l(1469),c=l(8612),s=l(4144),i=l(5726),m=l(6719),u=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(c(e)&&(a(e)||"string"==typeof e||"function"==typeof e.splice||s(e)||m(e)||n(e)))return!e.length;var t=r(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(i(e))return!o(e).length;for(var l in e)if(u.call(e,l))return!1;return!0}},3560:function(e,t,l){var o=l(4239),r=l(3218);e.exports=function(e){if(!r(e))return!1;var t=o(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},7037:function(e,t,l){var o=l(4239),r=l(1469),n=l(7005);e.exports=function(e){return"string"==typeof e||!r(e)&&n(e)&&"[object String]"==o(e)}},3448:function(e,t,l){var o=l(4239),r=l(7005);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==o(e)}},6719:function(e,t,l){var o=l(8749),r=l(1717),n=l(1167),a=n&&n.isTypedArray,c=a?r(a):o;e.exports=c},3674:function(e,t,l){var o=l(4636),r=l(280),n=l(8612);e.exports=function(e){return n(e)?o(e):r(e)}},8306:function(e,t,l){var o=l(3369);function r(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var l=function(){var o=arguments,r=t?t.apply(this,o):o[0],n=l.cache;if(n.has(r))return n.get(r);var a=e.apply(this,o);return l.cache=n.set(r,a)||n,a};return l.cache=new(r.Cache||o),l}r.Cache=o,e.exports=r},8718:function(e,t,l){var o=l(5970),r=l(9021)((function(e,t){return null==e?{}:o(e,t)}));e.exports=r},9601:function(e,t,l){var o=l(371),r=l(9152),n=l(5403),a=l(327);e.exports=function(e){return n(e)?o(a(e)):r(e)}},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},8601:function(e,t,l){var o=l(4841);e.exports=function(e){return e?Infinity===(e=o(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:function(e,t,l){var o=l(8601);e.exports=function(e){var t=o(e),l=t%1;return t==t?l?t-l:t:0}},4841:function(e,t,l){var o=l(7561),r=l(3218),n=l(3448),a=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,s=/^0o[0-7]+$/i,i=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(n(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=o(e);var l=c.test(e);return l||s.test(e)?i(e.slice(2),l?2:8):a.test(e)?NaN:+e}},9833:function(e,t,l){var o=l(531);e.exports=function(e){return null==e?"":o(e)}},2628:function(e,t,l){var o=l(7415),r=l(3674);e.exports=function(e){return null==e?[]:o(e,r(e))}},2703:function(e,t,l){"use strict";var o=l(414);function r(){}function n(){}n.resetWarningCache=r,e.exports=function(){function e(e,t,l,r,n,a){if(a!==o){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var l={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:n,resetWarningCache:r};return l.PropTypes=l,l}},5697:function(e,t,l){e.exports=l(2703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2819:function(e){"use strict";e.exports=window.lodash},2175:function(e){"use strict";e.exports=window.wp.blockEditor},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n}},o={};function r(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,loaded:!1,exports:{}};return l[e](n,n.exports,r),n.loaded=!0,n.exports}r.m=l,r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var l in t)r.o(t,l)&&!r.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})},r.f={},r.e=function(e){return Promise.all(Object.keys(r.f).reduce((function(t,l){return r.f[l](e,t),t}),[]))},r.u=function(e){return e+".js"},r.miniCssF=function(e){},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="coblocks:",r.l=function(l,o,n,a){if(e[l])e[l].push(o);else{var c,s;if(void 0!==n)for(var i=document.getElementsByTagName("script"),m=0;m<i.length;m++){var u=i[m];if(u.getAttribute("src")==l||u.getAttribute("data-webpack")==t+n){c=u;break}}c||(s=!0,(c=document.createElement("script")).charset="utf-8",c.timeout=120,r.nc&&c.setAttribute("nonce",r.nc),c.setAttribute("data-webpack",t+n),c.src=l),e[l]=[o];var d=function(t,o){c.onerror=c.onload=null,clearTimeout(h);var r=e[l];if(delete e[l],c.parentNode&&c.parentNode.removeChild(c),r&&r.forEach((function(e){return e(o)})),t)return t(o)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=d.bind(null,c.onerror),c.onload=d.bind(null,c.onload),s&&document.head.appendChild(c)}},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){var e;r.g.importScripts&&(e=r.g.location+"");var t=r.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var l=t.getElementsByTagName("script");l.length&&(e=l[l.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e}(),function(){var e={541:0};r.f.j=function(t,l){var o=r.o(e,t)?e[t]:void 0;if(0!==o)if(o)l.push(o[2]);else{var n=new Promise((function(l,r){o=e[t]=[l,r]}));l.push(o[2]=n);var a=r.p+r.u(t),c=new Error;r.l(a,(function(l){if(r.o(e,t)&&(0!==(o=e[t])&&(e[t]=void 0),o)){var n=l&&("load"===l.type?"missing":l.type),a=l&&l.target&&l.target.src;c.message="Loading chunk "+t+" failed.\n("+n+": "+a+")",c.name="ChunkLoadError",c.type=n,c.request=a,o[1](c)}}),"chunk-"+t,t)}};var t=function(t,l){var o,n,a=l[0],c=l[1],s=l[2],i=0;if(a.some((function(t){return 0!==e[t]}))){for(o in c)r.o(c,o)&&(r.m[o]=c[o]);s&&s(r)}for(t&&t(l);i<a.length;i++)n=a[i],r.o(e,n)&&e[n]&&e[n][0](),e[a[i]]=0},l=self.webpackChunkcoblocks=self.webpackChunkcoblocks||[];l.forEach(t.bind(null,0)),l.push=t.bind(null,l.push.bind(l))}(),r(8127)}();
dist/coblocks-11.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-server-side-render', 'wp-token-list', 'wp-url'), 'version' => '6b3177a377316f028a4b49bfe2a9a363');
1
+ <?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-server-side-render', 'wp-token-list', 'wp-url'), 'version' => '971ad9942c6cf38118c9551c16c965a2');
dist/coblocks-11.js CHANGED
@@ -1,27 +1,29 @@
1
- !function(){var e,t,r={7635:function(e,t,r){"use strict";r.d(t,{tPc:function(){return n.ZP},Qgu:function(){return c.ZP},ewm:function(){return l.ZP}}),r(7311),r(8028),r(8110),r(7134),r(7902),r(235),r(2122),r(8574),r(7371),r(3612),r(2242),r(45),r(3019),r(2097),r(7718),r(1472),r(4789),r(2823),r(6499),r(9891),r(5461),r(8446),r(7730),r(7398),r(7466),r(5107),r(7133),r(6042),r(1165),r(8888),r(2826),r(6398),r(9340),r(3676),r(2127),r(183),r(5378),r(8649),r(1434),r(5137),r(2490),r(2589),r(2574),r(3750),r(3254),r(4734),r(5436),r(8276),r(2566),r(5196),r(6694),r(3258),r(8277),r(167),r(2121),r(3363),r(2416),r(1936),r(1525),r(9491),r(4310),r(9688),r(1053),r(8140),r(5181),r(315),r(98),r(7542),r(4893),r(3314),r(2151),r(1856),r(9078),r(2142),r(9657),r(8645),r(8241),r(4934),r(270),r(8220),r(2429),r(5689),r(1586),r(9228),r(9868),r(5903),r(1281),r(1981),r(1233),r(3710),r(9839),r(2759),r(3342),r(8258),r(3930),r(3219),r(4153),r(5273),r(1824),r(9217),r(2961),r(4283),r(6415),r(4760),r(6819),r(3307),r(1792),r(7384),r(6551),r(2291),r(5174),r(4477),r(978),r(492),r(697),r(2655),r(3018),r(7556),r(2136),r(7596),r(710),r(8917),r(1973),r(6490),r(1112),r(5027),r(9188),r(7625),r(63),r(7374),r(2321),r(6800),r(9625),r(8672);var n=r(6965),c=r(3812),l=(r(8183),r(4926),r(2155),r(5386),r(1069),r(379),r(1297),r(4172),r(4329),r(6494),r(3749),r(692),r(1547));r(9179),r(7579),r(9050),r(6707),r(993),r(7620),r(1142),r(9300),r(6422),r(1457),r(9218),r(9854),r(1701),r(6710),r(1476),r(7506),r(2249),r(5354),r(5897),r(5458),r(6640),r(1501),r(8572),r(9157),r(9560),r(3442),r(1699),r(3385),r(578)},7311:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Circle,{cx:"12",cy:"4",r:"2"}),(0,n.createElement)(c.Path,{d:"M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})))},8028:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19 9c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v7.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-13.875-3.5c-.89746 0-1.625.72754-1.625 1.625v9.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-9.75c0-.89746-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},8110:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m19 7c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v4.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-.125 10h-13.75c-.06904 0-.125.056-.125.125v1.75c0 .069.05596.125.125.125h13.75c.069 0 .125-.056.125-.125v-1.75c0-.069-.056-.125-.125-.125zm-13.75-13.5c-.89746 0-1.625.72754-1.625 1.625v6.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-6.75c0-.89746-.7275-1.625-1.625-1.625zm0 12c-.89746 0-1.625.7275-1.625 1.625v1.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-1.75c0-.8975-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},7134:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22,11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3H22z M7,9H4V5h3V9z M17,15h3v4h-3V15z M17,5h3v4h-3V5z",fill:"currentColor"}))},7902:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0.26 0.27 20.1 20.1",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.2895508.29378255c-5.52000002 0-10.00000002 4.48-10.00000002 10.00000005 0 5.52 4.48 10 10.00000002 10 5.52 0 10-4.48 10-10 0-5.52000005-4.48-10.00000005-10-10.00000005zm0 18.00000005c-4.41000002 0-8.00000002-3.59-8.00000002-8 0-4.41000005 3.59-8.00000005 8.00000002-8.00000005 4.41 0 8 3.59 8 8.00000005 0 4.41-3.59 8-8 8zm0-12.50000005c-2.49000002 0-4.50000002 2.01-4.50000002 4.50000005 0 2.49 2.01 4.5 4.50000002 4.5 2.49 0 4.5-2.01 4.5-4.5 0-2.49000005-2.01-4.50000005-4.5-4.50000005zm0 5.50000005c-.55000002 0-1.00000002-.45-1.00000002-1 0-.55000005.45-1.00000005 1.00000002-1.00000005.55 0 1 .45 1 1.00000005 0 .55-.45 1-1 1z",fill:"currentColor"}))},235:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m10.1758 20.4657c0 1.0083.8159 1.8242 1.8242 1.8242s1.8242-.8159 1.8242-1.8242z"}),(0,n.createElement)(c.Path,{d:"m12 4.5c2 0 5.5 1.5 5.5 4.78988v6.71012c0 .2761-.2239.5-.5.5h-10.00002c-.27614 0-.5-.2239-.5-.5v-6.71012c0-3.28988 3.5-4.78988 5.50002-4.78988zm0-3c-.7608 0-1.375.76821-1.375 1.52904-3.12502.97096-5.62502 3.47096-5.62501 6.26084v7.08582c0 .2652-.10536.5195-.29289.7071l-1.3506 1.3506c-.12155.1215-.18984.2864-.18984.4583 0 .358.2902.6482.64818.6482h16.37026c.358 0 .6482-.2902.6482-.6482 0-.1719-.0683-.3368-.1898-.4583l-1.3506-1.3506c-.1876-.1876-.2929-.4419-.2929-.7071v-7.08582c0-2.78988-2.5-5.28988-5.625-6.26084 0-.76083-.6142-1.52904-1.375-1.52904z"})))},2122:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L12 10.66 10.48 12h.01L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5.01.01L13.52 12h-.01l2.69-2.39c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z",fill:"currentColor"}))},8574:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{className:"coblocks-icon-animation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{className:"small-circle",d:"M5.68,15.87a3.87,3.87,0,1,1,0-7.74,3.87,3.87,0,1,1,0,7.74Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{className:"medium-circle",d:"M10.71,17.32A5.32,5.32,0,1,1,16.13,12,5.38,5.38,0,0,1,10.71,17.32Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{className:"large-circle",d:"M16.15,18A6.06,6.06,0,0,1,10,12a6.12,6.12,0,0,1,12.23,0A6.06,6.06,0,0,1,16.15,18Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}))},7371:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.4 8.5 4.77-8.26c-.7-.15-1.42-.24-2.17-.24-2.4 0-4.6.85-6.32 2.25l3.66 6.35zm12.14-1.5c-.92-2.92-3.15-5.26-6-6.34l-3.66 6.34zm.26 1h-7.49l.29.5 4.76 8.25c1.64-1.78 2.64-4.14 2.64-6.75 0-.69-.07-1.35-.2-2zm-13.26 2-3.9-6.75c-1.63 1.78-2.64 4.14-2.64 6.75 0 .69.07 1.35.2 2h7.49zm-6.08 3c.92 2.92 3.15 5.26 6 6.34l3.66-6.34zm11.27 0-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.25.26-.08-.04-.01.02c-.7-.15-1.42-.24-2.16-.24-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10c0-4.75-3.31-8.72-7.75-9.74zm5.16 6.74h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zm-6.31-4.92-2.83 4.92-1.15 2-2.72-4.7c1.44-1.42 3.42-2.3 5.6-2.3.37 0 .74.03 1.1.08zm-7.4 3.01 2.84 4.91 1.15 2h-5.43c-.16-.64-.26-1.31-.26-2 0-1.85.64-3.55 1.7-4.91zm-1.11 7.91h7.98l-2.71 4.7c-2.4-.67-4.34-2.42-5.27-4.7zm6.31 4.91 3.99-6.91 2.72 4.7c-1.45 1.42-3.43 2.3-5.61 2.3-.38 0-.74-.04-1.1-.09zm7.4-3-4-6.91h5.43c.17.64.27 1.31.27 2 0 1.85-.64 3.55-1.7 4.91z",fill:"currentColor"}))},3612:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12 4c-4.416 0-8 3.584-8 8s3.584 8 8 8h4v-1.6h-4c-3.472 0-6.4-2.928-6.4-6.4s2.928-6.4 6.4-6.4 6.4 2.928 6.4 6.4v1.144c0 .632-.568 1.256-1.2 1.256s-1.2-.624-1.2-1.256v-1.144c0-2.208-1.792-4-4-4s-4 1.792-4 4 1.792 4 4 4c1.104 0 2.112-.448 2.832-1.176.52.712 1.416 1.176 2.368 1.176 1.576 0 2.8-1.28 2.8-2.856v-1.144c0-4.416-3.584-8-8-8zm0 10.4c-1.328 0-2.4-1.072-2.4-2.4s1.072-2.4 2.4-2.4 2.4 1.072 2.4 2.4-1.072 2.4-2.4 2.4z",fill:"currentColor"}))},2242:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444z",transform:"translate(-3)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444zm-2.22222222 17.7777778c-1.22222222 0-2.22222222-1-2.22222222-2.2222222 0-1.2222223 1-2.2222223 2.22222222-2.2222223s2.22222222 1 2.22222222 2.2222223c0 1.2222222-1 2.2222222-2.22222222 2.2222222z",transform:"translate(-3)",fill:"currentColor"}))},45:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20 21v-3c0-1.1046-.8954-2-2-2h-12c-1.10457 0-2 .8954-2 2v3",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"8",fill:"currentColor",r:"5"}))},3019:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.3519669 11.7141378v8.2858622h8.2815735v-8.2858622zm-10.3519669 8.2858622h8.2815735v-8.2858622h-8.2815735zm0-18.64319006v8.28586225h8.2815735v-8.28586225zm14.1407867-1.35680994-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.1407867 2.93112377 2.9296067 2.93112377-2.9296067 2.93112377-2.9296066-2.93112377zm-7.92960658.49715173v4.14293113h-4.14078675v-4.14293113zm10.35196688 10.3573278v4.1429311h-4.1407868v-4.1429311zm-10.35196688 0v4.1429311h-4.14078675v-4.1429311zm7.92960658-13.7856033-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759zm-5.8592132 1.35680994h-8.2815735v8.28586225h8.2815735zm10.3519669 10.35732786h-8.2815735v8.2858622h8.2815735zm-10.3519669 0h-8.2815735v8.2858622h8.2815735z",fill:"currentColor"}))},2097:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z",fill:"currentColor"}))},7718:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.5215122.06508061c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.25540258 13.7291273c.57809428 0 1.05108052.4729863 1.05108052 1.0510805 0 1.1561886-.94597247 2.1021611-2.10216104 2.1021611-.17868368 0-.34685657-.0210216-.52554025-.0525541.32583496-.5780942.52554025-1.2718074.52554025-2.049607 0-.5780942.47298624-1.0510805 1.05108052-1.0510805zm12.26610962-13.66404669c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"}))},1472:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"-3 -3 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M1.5 18.75A.75.75 0 0 1 .75 18V3A2.753 2.753 0 0 1 3.5.25h11A2.753 2.753 0 0 1 17.25 3v10a2.752 2.752 0 0 1-2.75 2.75H6.166c-.27 0-.533.088-.749.25L1.95 18.6a.751.751 0 0 1-.45.15Zm2-17A1.251 1.251 0 0 0 2.25 3v13.5l2.267-1.7a2.767 2.767 0 0 1 1.65-.55H14.5A1.25 1.25 0 0 0 15.75 13V3a1.251 1.251 0 0 0-1.25-1.25h-11Z",fill:"currentColor"}))},4789:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6611198 16.3587437-8.2604891-8.26048913c.8460633-2.12880446.4093855-4.63970202-1.3100335-6.36821846-2.09241464-2.09241464-5.34930351-2.2834612-7.66915452-.59133458l3.4934227 3.50252016-1.2918386 1.28274115-3.48432525-3.48432525c-1.69212662 2.31075356-1.50108006 5.57673988.59133458 7.66005711 1.69212662 1.6921266 4.15753691 2.1379019 6.26814645 1.3464233l8.28778144 8.2877814c.3548008.3548008.9279404.3548008 1.2827412 0l2.0924146-2.0924146c.3638982-.3457033.3638982-.9188429 0-1.2827411z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6627376 17.0986011-8.2473132-8.24731315c.8447138-2.1254089.4087325-4.63230145-1.307944-6.35806082-2.08907708-2.08907713-5.34077104-2.27981895-7.65692177-.59039136l3.48785051 3.49693345-1.28977806 1.28069511-3.47876756-3.47876757c-1.68942759 2.30706779-1.49868577 5.56784469.59039136 7.64783884 1.68942759 1.6894276 4.15090542 2.1344919 6.25814844 1.3442758l8.27456198 8.274562c.3542348.3542348.9264603.3542348 1.2806951 0l2.0890772-2.0890772c.3633177-.3451518.3633177-.9173773 0-1.2806951zm-2.7248832 1.4532711-8.5924651-8.59246508c-.55405958.40873248-1.17169978.65397198-1.8165888.74480138-1.23528039.1816589-2.53414139-.1907418-3.47876757-1.13536797-.86287968-.85379674-1.26252922-1.99824769-1.19894861-3.12453275l2.80662971 2.80662971 3.85116827-3.85116827-2.80662971-2.80662971c1.12628506-.0635806 2.26165307.33606893 3.12453275 1.18986567.98095795.98095796 1.35335866 2.33431662 1.12628506 3.59684584-.10899533.64488902-.38148365 1.24436333-.79929908 1.78025703l8.58338208 8.58338215z",fill:"currentColor",transform:"translate(0 -.734049)"}))},2823:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 5.45454545c1.0090909 0 1.8181818-.81818181 1.8181818-1.81818181 0-.34545455-.0909091-.66363637-.2636363-.93636364l-1.5545455-2.7-1.55454545 2.7c-.17272728.27272727-.26363637.59090909-.26363637.93636364 0 1 .81818182 1.81818181 1.81818182 1.81818181zm4.1818182 9.08181815-.9727273-.9727272-.9818182.9727272c-1.1818182 1.1818182-3.25454543 1.1909091-4.44545452 0l-.97272727-.9727272-.99090909.9727272c-.59090909.5909091-1.38181818.9181819-2.21818182.9181819-.66363636 0-1.27272727-.209091-1.78181818-.5545455v4.1909091c0 .5.40909091.9090909.90909091.9090909h14.54545457c.5 0 .9090909-.4090909.9090909-.9090909v-4.1909091c-.5090909.3454545-1.1181818.5545455-1.7818182.5545455-.8363636 0-1.6272727-.3272728-2.2181818-.9181819zm1.2727273-6.35454542h-4.5454546v-1.81818182h-1.81818181v1.81818182h-4.54545454c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727272v1.4c0 .9818182.8 1.7818182 1.78181818 1.7818182.47272727 0 .92727273-.1818182 1.25454545-.5181818l1.94545455-1.9363637 1.93636364 1.9363637c.67272727.6727272 1.84545456.6727272 2.51818186 0l1.9454545-1.9363637 1.9363636 1.9363637c.3363637.3363636.7818182.5181818 1.2545455.5181818.9818182 0 1.7818182-.8 1.7818182-1.7818182v-1.4c.0090909-1.5090909-1.2090909-2.72727272-2.7181818-2.72727272z",fill:"currentColor"}))},6499:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m22 4h-1v-2h-2v2h-14v-2h-2v2h-1c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-20v-11h20zm0-13h-20v-3h20zm-18 4h4v4h-4z",fill:"currentColor"}))},9891:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7 1-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2h-3.17l-1.83-2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 3h-3.17l-1.83-2h-6l-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 14h-16v-12h4.05l1.83-2h4.24l1.83 2h4.05zm-8-11c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z",fill:"currentColor"}))},5461:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M19.39 14.99l-1.41 1.41L12 10.43 6.02 16.4l-1.41-1.41L12 7.6l7.39 7.39z"}))},8446:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z",fill:"currentColor"}))},7730:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m5.87563 13 5.50317-5.48574-1.194-1.01418-4.24673 4.23322-1.43827-1.5881-1.24834.9572zm14.12437-7.49992h-7v1.49992h7zm0 5.99992h-10v1.5h10zm-13 5.5156h13v1.4843h-13z",fill:"currentColor",fillRule:"evenodd"}))},7398:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12 0.0585938c-6.5916562 0-11.9414062 5.34975-11.9414062 11.9414062s5.34975 11.9414062 11.9414062 11.9414062 11.9414062-5.34975 11.9414062-11.9414062-5.34975-11.9414062-11.9414062-11.9414062zm0 21.7138671c-5.3870691 0-9.7724609-4.3853918-9.7724609-9.7724609s4.3853918-9.7724609 9.7724609-9.7724609 9.7724609 4.3853918 9.7724609 9.7724609-4.3853918 9.7724609-9.7724609 9.7724609zm4.59-14.1924609-6.59 6.59-2.59-2.58-1.41 1.41 4 4 8-8z",fill:"currentColor"}))},7466:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-4v4h-2v-4h-4v-2h4v-4h2v4h4z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11 5h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-1-5c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},5107:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-10v-2h10z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 9v2h10v-2zm5-9c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},7133:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m13.1578947 9.47368421v-6.31578947l-3.1578947-3.15789474-3.15789474 3.15789474v2.10526315h-6.31578947v14.73684211h18.94736841v-10.52631579zm-8.42105259 8.42105259h-2.10526316v-2.1052631h2.10526316zm0-4.2105263h-2.10526316v-2.1052631h2.10526316zm0-4.21052629h-2.10526316v-2.10526316h2.10526316zm6.31578949 8.42105259h-2.10526318v-2.1052631h2.10526318zm0-4.2105263h-2.10526318v-2.1052631h2.10526318zm0-4.21052629h-2.10526318v-2.10526316h2.10526318zm0-4.21052632h-2.10526318v-2.10526315h2.10526318zm6.3157895 12.63157891h-2.1052632v-2.1052631h2.1052632zm0-4.2105263h-2.1052632v-2.1052631h2.1052632z",fill:"currentColor"}))},6042:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6m0-2C9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4z",fill:"currentColor"}))},1165:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.13877 4.50131L15.7841 4.5C17.2301 4.49975 17.7552 4.65057 18.2852 4.93385C18.8153 5.21712 19.2322 5.63288 19.5174 6.16268C19.8027 6.69248 19.9558 7.21802 19.9628 8.66734L19.9998 16.3299C20.0068 17.7793 19.8587 18.3048 19.5786 18.8347C19.2984 19.3646 18.8855 19.7805 18.3582 20.064C17.8309 20.3475 17.3073 20.4984 15.8612 20.4987L8.21593 20.5C6.76988 20.5002 6.24478 20.3494 5.71476 20.0662C5.18474 19.7829 4.76784 19.3671 4.48256 18.8373C4.19728 18.3075 4.04418 17.782 4.03719 16.3327L4.00024 8.67006C3.99325 7.22074 4.14128 6.69516 4.42145 6.16526C4.70162 5.63536 5.11451 5.21946 5.64179 4.936C6.16908 4.65255 6.69272 4.50155 8.13877 4.50131V4.50131ZM7.55556 7.16667C7.06464 7.16667 6.66667 7.56464 6.66667 8.05556V16.9444C6.66667 17.4354 7.06464 17.8333 7.55556 17.8333H10.2222C10.7131 17.8333 11.1111 17.4354 11.1111 16.9444V8.05556C11.1111 7.56464 10.7131 7.16667 10.2222 7.16667H7.55556ZM13.7778 13.3889C13.2869 13.3889 12.8889 13.7869 12.8889 14.2778V16.9444C12.8889 17.4354 13.2869 17.8333 13.7778 17.8333H16.4444C16.9354 17.8333 17.3333 17.4354 17.3333 16.9444V14.2778C17.3333 13.7869 16.9354 13.3889 16.4444 13.3889H13.7778ZM13.7778 7.16667C13.2869 7.16667 12.8889 7.56464 12.8889 8.05556V10.7222C12.8889 11.2131 13.2869 11.6111 13.7778 11.6111H16.4444C16.9354 11.6111 17.3333 11.2131 17.3333 10.7222V8.05556C17.3333 7.56464 16.9354 7.16667 16.4444 7.16667H13.7778Z",fill:"currentColor"}))},8888:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52222222 0-10 4.47777778-10 10 0 5.5222222 4.47777778 10 10 10 .9222222 0 1.6666667-.7444444 1.6666667-1.6666667 0-.4333333-.1666667-.8222222-.4333334-1.1222222-.2555555-.2888889-.4222222-.6777778-.4222222-1.1 0-.9222222.7444445-1.6666667 1.6666667-1.6666667h1.9666666c3.0666667 0 5.5555556-2.4888888 5.5555556-5.55555551 0-4.91111111-4.4777778-8.88888889-10-8.88888889zm-6.11111111 10c-.92222222 0-1.66666667-.74444444-1.66666667-1.66666667 0-.92222222.74444445-1.66666666 1.66666667-1.66666666s1.66666667.74444444 1.66666667 1.66666666c0 .92222223-.74444445 1.66666667-1.66666667 1.66666667zm3.33333333-4.44444444c-.92222222 0-1.66666666-.74444445-1.66666666-1.66666667s.74444444-1.66666667 1.66666666-1.66666667 1.66666667.74444445 1.66666667 1.66666667-.74444445 1.66666667-1.66666667 1.66666667zm5.55555558 0c-.9222222 0-1.6666667-.74444445-1.6666667-1.66666667s.7444445-1.66666667 1.6666667-1.66666667 1.6666666.74444445 1.6666666 1.66666667-.7444444 1.66666667-1.6666666 1.66666667zm3.3333333 4.44444444c-.9222222 0-1.6666667-.74444444-1.6666667-1.66666667 0-.92222222.7444445-1.66666666 1.6666667-1.66666666s1.6666667.74444444 1.6666667 1.66666666c0 .92222223-.7444445 1.66666667-1.6666667 1.66666667z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m10 20c-5.51 0-10-4.49-10-10s4.49-10 10-10 10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5h1.77c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"}),(0,n.createElement)(c.Circle,{cx:"4.5",cy:"9.5",r:"1.5"}),(0,n.createElement)(c.Circle,{cx:"7.5",cy:"5.5",r:"1.5"}),(0,n.createElement)(c.Circle,{cx:"12.5",cy:"5.5",r:"1.5"}),(0,n.createElement)(c.Circle,{cx:"15.5",cy:"9.5",r:"1.5"})))},2826:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6750451 2.92459381-2.5996389-2.59963894c-.4332732-.43327316-1.133176-.43327316-1.5664491 0l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867zm-15.3200944 14.85349259-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m16.2866269 2.68018331 1.0220802 1.02208026-2.9884738 2.98847383-1.0220803-1.02208027zm.0111095-2.67740592c-.2888487 0-.5665879.11109568-.7887793.32217748l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867l-2.5996389-2.59963894c-.2221914-.2110818-.4999306-.32217748-.7776698-.32217748zm-11.9427857 17.77530901-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"}))},6398:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 4.75h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m9 5.5h6v13h-6z",fill:"currentColor"}))},9340:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22,10V6c0-1.11-0.9-2-2-2H4C2.9,4,2.01,4.89,2.01,6v4C3.11,10,4,10.9,4,12s-0.89,2-2,2v4c0,1.1,0.9,2,2,2h16 c1.1,0,2-0.9,2-2v-4c-1.1,0-2-0.9-2-2S20.9,10,22,10z M13,17.5h-2v-2h2V17.5z M13,13h-2v-2h2V13z M13,8.5h-2v-2h2V8.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM11 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2z",fill:"currentColor"}))},3676:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.99996 5-.00005 1.55h8.71739v-1.55zm-.00005 6.5312-.00005 1.5h14.00004v-1.5zm-.00015 5.9688.00005 1.5h8.71739v-1.5z",fill:"currentColor"}))},2127:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.1818182 7.87545455c-1.0045455 0-1.8181818.81363636-1.8181818 1.81818181v2.72727274h-12.72727276v-2.72727274c0-1.00454545-.81363637-1.81818181-1.81818182-1.81818181-1.00454546 0-1.81818182.81363636-1.81818182 1.81818181v5.14764964c0 1 .81818182 1.8181818 1.81818182 1.8181818h16.36363638c1 0 1.8181818-.8181818 1.8181818-1.8181818v-5.14764964c0-1.00454545-.8136364-1.81818181-1.8181818-1.81818181zm-2.7272727-4.54545455h-10.90909095c-1 0-1.81818182.81818182-1.81818182 1.81818182v1.95909091c1.05454545.37727272 1.81818182 1.37727272 1.81818182 2.55909091v1.84545456h10.90909095v-1.84545456c0-1.18181819.7636363-2.18181819 1.8181818-2.55909091v-1.95909091c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.5 7.5v-1.66666667c0-1.375-1.125-2.5-2.5-2.5h-10c-1.375 0-2.5 1.125-2.5 2.5v1.66666667c-1.375 0-2.5 1.125-2.5 2.5v4.1666667c0 1.375 1.125 2.5 2.5 2.5h15c1.375 0 2.5-1.125 2.5-2.5v-4.1666667c0-1.375-1.125-2.5-2.5-2.5zm-13.33333333-1.66666667c0-.45833333.375-.83333333.83333333-.83333333h10c.4583333 0 .8333333.375.8333333.83333333v2.31666667c-.5083333.45833333-.8333333 1.11666667-.8333333 1.85v1.6666667h-10v-1.6666667c0-.73333333-.325-1.39166667-.83333333-1.85zm14.16666663 8.33333337c0 .4583333-.375.8333333-.8333333.8333333h-15c-.45833333 0-.83333333-.375-.83333333-.8333333v-4.1666667c0-.45833333.375-.83333333.83333333-.83333333s.83333333.375.83333333.83333333v3.3333333h13.33333337v-3.3333333c0-.45833333.375-.83333333.8333333-.83333333s.8333333.375.8333333.83333333z",fill:"currentColor"}))},183:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{fill:"currentColor",d:"m12.11 5.19 1.09.2a7.76 7.76 0 0 1 6.13 5.82l.33 1.35-.15 1.35A7.78 7.78 0 1 1 11 5.29l1.08-.1h.03ZM12.25 0C11 0 10 .34 10 .75c0 .22.29.42.75.56v1a10.78 10.78 0 1 0 11.74 11.94H24c.55 0 1-.84 1-1.87 0-1.03-.45-1.88-1-1.88h-1.75a10.78 10.78 0 0 0-8.5-8.06V1.31c.46-.14.75-.34.75-.56 0-.41-1-.75-2.25-.75Z"}),(0,n.createElement)(c.Path,{fill:"currentColor",d:"M6.19 11.42v-.41c.8 0 1-.13 1-.67h.52V15h-.56v-3.58h-.96ZM9 14.91c0-1.25 2.42-1.92 2.42-3.29a.769.769 0 0 0-.85-.86c-.7 0-1 .49-1 1.14H9a1.5 1.5 0 0 1 1.55-1.63 1.23 1.23 0 0 1 1.37 1.35c0 1.35-1.9 2.15-2.29 2.87h2.61v.5H9v-.08Zm4.7-3.81h.54c0 .6.43 1 1.11 1 .68 0 1.11-.32 1.11-.9 0-.58-.57-.89-1.18-.89H15v-.5h.25c.53 0 .93-.2.93-.77 0-.57-.34-.76-.87-.76a.83.83 0 0 0-.92.84h-.51a1.32 1.32 0 0 1 1.43-1.33 1.26 1.26 0 0 1 1.41 1.19 1 1 0 0 1-.68 1 1.13 1.13 0 0 1 .96 1.19c0 .84-.66 1.39-1.67 1.39a1.46 1.46 0 0 1-1.63-1.46Zm2.17 5.55h-2.3v-.34l2.35-3.21h.48v3h.75v.5h-.75v1.1h-.53v-1.05Zm0-.5v-2.24l-1.6 2.24h1.6Z"}))},5378:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 2h-16c-1.11 0-1.99.89-1.99 2l-.01 12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-12c0-1.11-.89-2-2-2zm0 14h-16v-6h16zm0-10h-16v-2h16z",fill:"currentColor"}))},8649:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m12.8672 6h1.3535l4.8164 12.4277h-1.96l-1.0371-2.8125h-4.0736-.8668l-.3078.6177.0557-.1498-.87191 2.3446h-1.91602l1.49903-3.875h-2.6211l-.69727 1.875h-1.27734l3.20508-8.28512h.90234l1.48539 3.83272zm2.6455 8.0596-1.9863-5.51956-1.9864 5.51956zm-5.58106-.544-1.32422-3.67966-1.32422 3.67966z",fill:"currentColor",fillRule:"evenodd"}))},1434:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11 0v3.03759398c3.39.49122808 6 3.39849625 6 6.93734336 0 .90225566-.18 1.75438596-.48 2.54636596l2.6 1.5338345c.56-1.2431077.88-2.6265664.88-4.08020046 0-5.19298245-3.95-9.47368421-9-9.97493734zm-1 16.9924812c-3.87 0-7-3.1378446-7-7.01754386 0-3.53884711 2.61-6.44611528 6-6.93734336v-3.03759398c-5.06.50125313-9 4.77192982-9 9.97493734 0 5.53383456 4.47 10.02506266 9.99 10.02506266 3.31 0 6.24-1.6140351 8.06-4.1002506l-2.6-1.5338346c-1.28 1.60401-3.24 2.6265664-5.45 2.6265664z",fill:"currentColor"}))},5137:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182zm0 12.9090909h-16.36363638v-11.09090908h16.36363638z",fill:"currentColor"}))},2490:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.5 0c.8325 0 1.5.61363636 1.5 1.36363636v11.27272724c0 .75-.675 1.3636364-1.5 1.3636364l-.5-2v-9h-10v9h10l.5 2h-11c-.8325 0-1.5-.6136364-1.5-1.3636364v-11.27272724c0-.75.6675-1.36363636 1.5-1.36363636zm-10 1c-.27614237 0-.5.22385763-.5.5s.22385763.5.5.5.5-.22385763.5-.5-.22385763-.5-.5-.5z",transform:"translate(1 1.001872)"}))},2589:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.5555556 14.4444444-4.4444445-4.4444444v-3.53333333c1.2888889-.46666667 2.2222222-1.68888889 2.2222222-3.13333334 0-1.84444444-1.4888889-3.33333333-3.3333333-3.33333333-1.84444444 0-3.33333333 1.48888889-3.33333333 3.33333333 0 1.44444445.93333333 2.66666667 2.22222222 3.13333334v3.53333333l-4.44444445 4.4444444h-4.44444444v5.5555556h5.55555556v-3.3888889l4.44444444-4.6666667 4.4444444 4.6666667v3.3888889h5.5555556v-5.5555556z",fill:"currentColor"}))},2574:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m3.33333333 5h14.99999997v-1.66666667h-14.99999997c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.1666667h-1.66666667v2.5h11.6666667v-2.5h-8.33333337zm15.83333337 1.66666667h-5c-.4583334 0-.8333334.375-.8333334.83333333v8.3333333c0 .4583334.375.8333334.8333334.8333334h5c.4583333 0 .8333333-.375.8333333-.8333334v-8.3333333c0-.45833333-.375-.83333333-.8333333-.83333333zm-.8333334 7.50000003h-3.3333333v-5.83333337h3.3333333z",fill:"currentColor"}))},3750:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z",fill:"currentColor"}))},3254:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.6064238 11.1802028 2.96010809-2.96010811-7.34274162-7.33228187c-1.63172036 1.63172036-1.63172036 4.27803607 0 5.92021617zm7.0917077-1.89321403c1.6003411.74264193 3.8491865.21965466 5.5122861-1.44344493 1.9978115-1.99781147 2.3848221-4.86378185.8472394-6.40136449-1.5271229-1.5271229-4.3930933-1.15057205-6.4013645.84723942-1.6630996 1.66309959-2.1860869 3.91194496-1.4434449 5.51228608l-10.20871199 10.20871195 1.47482417 1.4748242 7.20676492-7.1858454 7.1963052 7.1963052 1.4748241-1.4748242-7.1963051-7.1963052z",fill:"currentColor"}))},4734:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-9.99 5-8.26-5.16 8.26-4.84 8.26 4.84z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0v.01l-7.99 4.99-8-5 8-4.68zm-15.99 11v-8.66l8 5.02 7.99-4.99.01 8.63z",fill:"currentColor"}))},5436:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.75 8v10.7885c0 1.0833-.8794 1.9615-1.9656 1.9615-3.0519 0-8.97462 0-12.7844 0",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m6 4.5h10c.2761 0 .5.22386.5.5v12c0 .2761-.2239.5-.5.5h-10c-.27614 0-.5-.2239-.5-.5v-12c0-.27614.22386-.5.5-.5zm10-1.5h-10c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2v-12c0-1.10457-.8954-2-2-2zm-1 3.75h-8v1.5h8zm-8 3.25h8v1.5h-8zm6 3.25h-6v1.5h6z",fill:"currentColor",fillRule:"evenodd"}))},8276:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m11.5 4h1.5v15.5h-1.5z"}),(0,n.createElement)(c.Path,{d:"m8 4h8.5v1.5h-8.5z"}),(0,n.createElement)(c.Path,{d:"m8 18.5h8.5v1.5h-8.5z"})))},2566:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.99 0c5.53 0 10.01 4.48 10.01 10s-4.48 10-10.01 10c-5.52 0-9.99-4.48-9.99-10s4.47-10 9.99-10zm3.51 9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.99 0c-5.52 0-9.99 4.48-9.99 10s4.47 10 9.99 10c5.53 0 10.01-4.48 10.01-10s-4.48-10-10.01-10zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"}))},5196:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,n.createElement)(c.Path,{d:"m11.6959 13.7224c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.52538.3133-.11675.6605-.17512 1.0414-.17512.3748 0 .6943.07988.9586.23963.2642.15357.4608.36257.5898.62677.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"})))},6694:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,n.createElement)(c.Path,{d:"m7 10h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m7 14h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 10h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m15 10h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 14h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m15 14h2v2h-2z"})))},3258:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5.5-2.5l7.51-3.49L17.5 6.5 9.99 9.99 6.5 17.5zm5.5-6.6c.61 0 1.1.49 1.1 1.1s-.49 1.1-1.1 1.1-1.1-.49-1.1-1.1.49-1.1 1.1-1.1z",fill:"currentColor"}))},8277:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.71794872 0c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.23076923 2.56410256v2.05128206h6.15384617v6.15384618h2.051282c.2871795 0 .5128205.225641.5128205.5128205s-.225641.5128205-.5128205.5128205h-2.051282v6.1538461h-2.174359c-.6974359-1.7948717-2.451282-3.076923-4.49230768-3.076923-2.04102564 0-3.7948718 1.2820513-4.49230769 3.076923h-2.17435898v-2.1743589c1.7948718-.6974359 3.07692308-2.4512821 3.07692308-4.4923077 0-2.04102566-1.27179487-3.79487181-3.06666667-4.49230771l-.01025641-2.17435897h6.15384616v-2.05128206c0-.28717948.22564102-.51282051.51282051-.51282051s.51282051.22564103.51282051.51282051zm-.51282051-2.56410256c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"}))},167:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M9 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6 0c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.29.02-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37C11.07 8.33 14.05 10 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M10.25 13c0 .69-.56 1.25-1.25 1.25S7.75 13.69 7.75 13s.56-1.25 1.25-1.25 1.25.56 1.25 1.25zM15 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm7 .25c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zM10.66 4.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12zM4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44C6.37 6 5.05 7.58 4.42 9.47zM20 12c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13 0-5.92-1.44-7.76-3.69C8.69 8.87 6.6 10.88 4 11.86c.01.04 0 .09 0 .14 0 4.41 3.59 8 8 8s8-3.59 8-8z",fill:"currentColor"}))},2121:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m11.9731 4.00028c-4.15965-.00653-7.62297 3.2243-7.94838 7.41482-.32541 4.1905 2.59681 7.9277 6.70658 8.5769v-5.6309h-2.02198v-2.3167h2.02198v-1.7697c-.0901-.83737.1934-1.67177.7735-2.27661.58-.60484 1.3965-.91732 2.2275-.85256.5973.00788 1.1932.05895 1.7832.15283v1.97885h-1.0031c-.3459-.045-.6934.07049-.9454.31419s-.3814.5895-.3521.9407v1.5123h2.213l-.3582 2.3247h-1.8548v5.6309c4.1346-.6239 7.0873-4.3734 6.7604-8.5849-.3269-4.21147-3.8219-7.44995-8.0022-7.41482z",fill:"currentColor",fillRule:"evenodd"}))},3363:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M12 2.25A9.75 9.75 0 1 0 21.75 12 9.761 9.761 0 0 0 12 2.25Zm0 18A8.25 8.25 0 1 1 20.25 12 8.26 8.26 0 0 1 12 20.25Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M12 7.083a2.753 2.753 0 0 0-2.75 2.75.75.75 0 1 0 1.5 0 1.25 1.25 0 0 1 2.5 0c0 .374-.166.613-.658.945A2.595 2.595 0 0 0 11.25 13v.25a.75.75 0 1 0 1.5 0V13c0-.39.171-.636.68-.978a2.555 2.555 0 0 0 1.32-2.188A2.753 2.753 0 0 0 12 7.084ZM11.996 15.125a1.127 1.127 0 1 0 .004 0h-.004Z",fill:"currentColor"}))},2416:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m6 14h12v-1.5h-12z"}),(0,n.createElement)(c.Path,{d:"m4 18h16v-1.5h-16z"}),(0,n.createElement)(c.Path,{d:"m6 22h12v-1.5h-12z"})),(0,n.createElement)(c.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))},1936:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm-1.9047619 12.38095239h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm5.7142857 12.38095239h-7.6190476v1.9047619h-7.61904762v-14.28571429h2.85714286v-1.90476191h1.9047619v1.90476191h2.85714286v1.9047619h7.6190476zm-10.47619046-2.8571429h1.90476191v1.9047619h-1.90476191zm0-6.66666663h1.90476191v1.9047619h-1.90476191zm3.80952386 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619zm3.8095238 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619z",fill:"currentColor"}))},1525:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m10.302 7.30717c.5217-.26086 1.0434-.39128 1.6955-.52171-1.4347 1.56512-1.826 3.91284-.7825 5.99964 1.0434 1.9564 3.2606 2.9998 5.3475 2.739-.3913.3912-.913.7825-1.4347 1.0434-2.6086 1.4347-5.73882.3912-7.04309-2.2173-1.43469-2.4781-.39128-5.73876 2.21729-7.04303z",fill:"currentColor",fillRule:"evenodd"}))},9491:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m12 11.5 8 8.5h-8z"}),(0,n.createElement)(c.Path,{d:"m4 4h8v7.5l-7.99993 8.5z"})))},4310:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.94924 3.75h-5.19924c-.55228 0-1 .44772-1 1v14.5c0 .5523.44772 1 1 1h14.5313c.5523 0 1-.4477 1-1v-5.6458",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m16.8656 9.85.9234-2.02354 2.0235-.92336-2.0235-.92336-.9234-2.02354-.9234 2.02354-2.0235.92336 2.0235.92336zm-3.6836.7367-1.2279-2.7013-1.2279 2.7013-2.7013 1.2279 2.7013 1.2279 1.2279 2.7013 1.2279-2.7013 2.7013-1.2279z",fill:"currentColor"}))},9688:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.25",width:"16.5",x:"3.75",y:"3.75"}),(0,n.createElement)(c.Path,{d:"m4 16 4.57143-3.3333 3.42857 2.2222 4-3.8889 4 3.8889",strokeLinejoin:"round"})))},1053:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",width:"16.5",x:"3.75",y:"3.75"}),(0,n.createElement)(c.Path,{d:"m15.2225 13.2414c0 1.7797-1.4428 3.2225-3.2225 3.2225-1.7798 0-3.22253-1.4428-3.22253-3.2225 0-.3585.17475-.9012.53447-1.5851.34749-.6606.81936-1.3646 1.30426-2.01861.4828-.65129.9674-1.23811 1.3321-1.66292.0175-.02039.0347-.0404.0517-.06001.0169.01961.0341.03962.0516.06001.3647.42481.8493 1.01163 1.3321 1.66292.4849.65401.9568 1.35801 1.3043 2.01861.3597.6839.5345 1.2266.5345 1.5851z"})))},8140:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m9.27273 11.4545h-3.27273v1.091h3.27273zm1.18367-1.76723-1.1564-1.15636-.76909.76909 1.15636 1.1564zm2.0891-3.68727h-1.091v3.27273h1.091zm2.9236 3.3-.7691-.76909-1.1564 1.15636.7691.76913zm-.7418 2.1545v1.091h3.2727v-1.091zm-2.7273-1.0909c-.9055 0-1.6364.7309-1.6364 1.6364s.7309 1.6364 1.6364 1.6364 1.6364-.7309 1.6364-1.6364-.7309-1.6364-1.6364-1.6364zm1.5436 3.9491 1.1564 1.1564.7691-.7691-1.1564-1.1564zm-5.01269.3873.76909.7691 1.1564-1.1564-.76913-.7691zm2.92359 3.3h1.091v-3.2727h-1.091z",fill:"currentColor"}))},5181:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m15.4536 12.2145c-.1443-.0858-.2938-.1555-.4433-.2145.1495-.059.299-.1287.4433-.2145.9897-.5952 1.5412-1.6729 1.5464-2.78282-.4691-.27882-1.0052-.42895-1.5515-.42895-.5258 0-1.0567.13941-1.5413.42895-.1443.08579-.2783.18767-.402.28955.0257-.16622.0412-.33781.0412-.50939 0-1.19035-.6237-2.2252-1.5464-2.78284-.9227.55764-1.5464 1.59249-1.5464 2.78284 0 .17158.0155.34317.0412.50939-.1237-.10724-.2577-.20912-.402-.29491-.48455-.28955-1.01548-.42896-1.54125-.42896-.54124 0-1.08248.15014-1.55155.42896 0 1.10988.55155 2.18768 1.54639 2.78288.14433.0858.29382.1555.4433.2144-.14948.059-.29897.1287-.4433.2145-.98969.5952-1.54124 1.6729-1.54639 2.7829.46907.2788 1.00515.4289 1.55155.4289.52577 0 1.0567-.1394 1.54125-.4289.1443-.0858.2783-.1877.402-.2896-.0257.1716-.0412.3432-.0412.5148 0 1.1903.6237 2.2252 1.5464 2.7828.9227-.5576 1.5464-1.5925 1.5464-2.7828 0-.1716-.0155-.3432-.0412-.5094.1237.1072.2577.2037.402.2895.4846.2896 1.0155.429 1.5413.429.5412 0 1.0824-.1502 1.5515-.429-.0052-1.1099-.5567-2.1876-1.5464-2.7828zm-1.3093-2.0805c.1083-.0911.1959-.15545.2784-.19834.3144-.18767.6701-.28955 1.0309-.28955.1392 0 .2732.01609.4072.0429-.1598.48789-.4845.90619-.9175 1.16889-.0876.0536-.1856.0965-.299.1448l-.7113.2788c-.0876-.2466-.2114-.4665-.3711-.6649zm-2.1443-2.76135c.3247.38606.5155.89008.5155 1.41019 0 .10188-.0103.21984-.0258.3378l-.1186.77212c-.1237-.02145-.2474-.03753-.3711-.03753s-.2474.01608-.366.03753l-.1185-.77212c-.0207-.11796-.031-.23592-.031-.3378 0-.52547.1908-1.02413.5155-1.41019zm-3.86082 2.311c.13402-.03218.27319-.0429.41237-.0429.35567 0 .71134.09652 1.02577.28955.07732.04825.16495.1072.25258.1877l.5928.5147c-.1547.193-.2732.4075-.3608.6434l-.71138-.2788c-.10825-.0482-.20619-.0965-.28866-.1448-.44846-.268-.76805-.6809-.92268-1.16885zm1.71649 4.17695c-.10825.0911-.19588.1555-.27835.1984-.31443.1876-.6701.2895-1.03093.2895-.13917 0-.27319-.0161-.40721-.0429.15979-.4879.48453-.9061.91752-1.1689.08763-.0536.18557-.0965.29897-.1447l.71133-.2789c.0825.2467.2114.4719.3711.6649zm2.14433 2.7667c-.3247-.386-.5155-.89-.5155-1.4101 0-.1073.0103-.2199.031-.3486l.1134-.7614c.1185.0215.2422.0376.3711.0376.1237 0 .2474-.0161.366-.0376l.1185.7722c.0207.1179.031.2359.031.3378 0 .5254-.1908 1.0241-.5155 1.4101zm3.4485-2.2734c-.3557 0-.7114-.0965-1.0258-.2896-.0928-.0536-.1753-.1179-.2526-.1823l-.5928-.5147c.1547-.193.2784-.4075.3608-.6488l.7114.2788c.1134.0429.2113.0912.2938.1394.4381.2628.7577.681.9175 1.1689-.1392.0376-.2783.0483-.4123.0483z",fill:"currentColor"}))},315:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.7660485 2.56204547c-.0789273 0-.1578547-.01973185-.2269162-.05919554-1.894257-.97672626-3.532-1.39109498-5.49531846-1.39109498-1.95345253 0-3.80824585.46369833-5.49531849 1.39109498-.23678212.12825699-.53275978.03946369-.67088269-.19731843-.12825698-.23678213-.03946368-.54262571.19731844-.67088269 1.83506147-.99645811 3.84770954-1.50948605 5.96888274-1.50948605 2.10144136 0 3.93650286.46369833 5.94915086 1.49962013.2466481.12825698.3354414.42423464.2071844.66101676-.0887933.1775866-.256514.27624582-.4341006.27624582zm-14.11813418 5.17960898c-.09865922 0-.19731844-.02959776-.28611174-.08879329-.2269162-.15785475-.27624581-.46369833-.11839106-.69061454.97672627-1.38122906 2.21983242-2.46648047 3.69972071-3.22615645 3.09789947-1.59827935 7.06400007-1.60814527 10.17176547-.00986592 1.4798883.75967598 2.7229944 1.83506147 3.6997207 3.20642461.1578547.21705028.1085251.53275978-.1183911.69061453s-.5327598.10852514-.6906145-.11839106c-.887933-1.24310616-2.0126481-2.21983243-3.3445475-2.90058104-2.8315196-1.45029051-6.45231293-1.45029051-9.27396659.00986593-1.34176537.69061453-2.46648047 1.67720672-3.35441344 2.92031287-.07892737.13812291-.2269162.20718436-.38477095.20718436zm6.16620117 11.90816775c-.12825698 0-.25651396-.0493296-.34530726-.1479889-.85833521-.8583352-1.32203353-1.4108268-1.9830503-2.6046033-.68074861-1.2135084-1.0359218-2.6933967-1.0359218-4.2818101 0-2.93017884 2.50594416-5.31773193 5.58411179-5.31773193 3.07816758 0 5.58411178 2.38755309 5.58411178 5.31773193 0 .2762458-.2170503.4932961-.4932961.4932961s-.4932961-.2170503-.4932961-.4932961c0-2.3875531-2.0619777-4.33113974-4.59751958-4.33113974-2.53554193 0-4.5975196 1.94358664-4.5975196 4.33113974 0 1.4206927.3157095 2.7328603.91753074 3.7983799.631419 1.134581 1.06551956 1.6180112 1.82519554 2.3875531.18745252.1973184.18745252.503162 0 .7004804-.10852514.0986593-.23678212.1479889-.36503911.1479889zm7.07386601-1.8251956c-1.1740447 0-2.2099665-.2959776-3.0584358-.878067-1.47002236-.9964581-2.34808941-2.6144693-2.34808941-4.3311397 0-.2762459.21705028-.4932961.4932961-.4932961.27624581 0 .49329609.2170502.49329609.4932961 0 1.3910949.71034642 2.7032626 1.91398882 3.5122682.7004805.4735642 1.519352.7004804 2.5059442.7004804.2367821 0 .631419-.0295978 1.0260559-.0986592.2663798-.0493296.5228938.128257.5722234.4045028.0493296.2663799-.128257.5228938-.4045028.5722235-.5623575.1085251-1.0556536.118391-1.1937765.118391zm-1.9830503 2.0323799c-.0394637 0-.0887933-.0098659-.128257-.0197318-1.5686816-.4341006-2.59473745-1.01619-3.67012294-2.0718436-1.38122906-1.3713632-2.14090505-3.1965587-2.14090505-5.1500112 0-1.5982794 1.36149722-2.90058107 3.03870394-2.90058107 1.67720675 0 3.03870395 1.30230167 3.03870395 2.90058107 0 1.0556536.9175307 1.9139888 2.0521117 1.9139888 1.1345811 0 2.0521118-.8583352 2.0521118-1.9139888 0-3.71945259-3.2064246-6.73842468-7.15279337-6.73842468-2.80192181 0-5.3670615 1.55881565-6.52137436 3.97596652-.38477096.79913966-.58208939 1.73640226-.58208939 2.76245816 0 .7695419.06906145 1.9830503.66101676 3.5615978.09865922.2565139-.02959776.5426257-.28611173.631419-.25651397.0986592-.54262571-.0394637-.631419-.2861118-.48343018-1.2924357-.7202123-2.5750056-.7202123-3.906905 0-1.1839107.2269162-2.2592961.67088269-3.19655873 1.31216761-2.7525922 4.22261456-4.53832406 7.40930733-4.53832406 4.48899447 0 8.13938557 3.46293858 8.13938557 7.72501679 0 1.5982794-1.3614972 2.9005811-3.038704 2.9005811-1.6772067 0-3.0387039-1.3023017-3.0387039-2.9005811 0-1.0556536-.9175307-1.9139888-2.05211175-1.9139888-1.13458101 0-2.05211175.8583352-2.05211175 1.9139888 0 1.6870727.65115084 3.2656202 1.84492739 4.4495308.93726258.9273967 1.83506151 1.4404246 3.22615641 1.8251956.2663799.0690614.4143688.3453072.3453073.6018212-.0493296.2269162-.256514.374905-.4636983.374905z",transform:"translate(1)",fill:"currentColor"}))},98:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.91322329.78180339s.69401426 2.48532134.69401426 4.50171413c0 1.93198565-1.2661071 3.49820703-3.19809275 3.49820703-1.94136422 0-3.40442131-1.56622138-3.40442131-3.49820703l.02813571-.33762856c-1.89447137 2.25085707-3.02927847 5.16759264-3.02927847 8.33754974 0 4.1453284 3.35752846 7.5028569 7.50285689 7.5028569 4.14532848 0 7.50285688-3.3575285 7.50285688-7.5028569 0-5.05504985-2.4290499-9.56614256-6.09607121-12.50163531zm-1.67876423 17.19092081c-1.66938566 0-3.0198999-1.3129999-3.0198999-2.9448713 0-1.5193285.98474997-2.5884856 2.63537848-2.9261142 1.66000709-.3376285 3.37628556-1.1348071 4.33289986-2.41967133.3657643 1.20983563.5533357 2.48532133.5533357 3.78894273 0 2.4853213-2.0163928 4.5017141-4.50171414 4.5017141z",transform:"translate(2.553223 -.786621)",fill:"currentColor"}))},7542:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.45454545 9.09090909h-5.45454545v1.81818181h5.45454545zm1.97272728-2.94545454-1.92727273-1.92727273-1.28181818 1.28181818 1.92727273 1.92727273zm3.48181817-6.14545455h-1.81818181v5.45454545h1.81818181zm4.8727273 5.5-1.2818182-1.28181818-1.9272727 1.92727273 1.2818182 1.28181818zm-1.2363637 3.59090909v1.81818181h5.4545455v-1.81818181zm-4.5454545-1.81818182c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727273 0 1.5090909 1.21818182 2.7272727 2.72727273 2.7272727 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272727 0-1.50909091-1.2181818-2.72727273-2.7272727-2.72727273zm2.5727273 6.58181823 1.9272727 1.9272727 1.2818182-1.2818182-1.9272727-1.9272727zm-8.35454548.6454545 1.28181818 1.2818182 1.92727273-1.9272727-1.28181818-1.2818182zm4.87272727 5.5h1.81818181v-5.4545455h-1.81818181z",fill:"currentColor"}))},4893:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m5.5 18v-12c0-.27614.22386-.5.5-.5h3v-1.5h-3c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h3v-1.5h-3c-.27614 0-.5-.2239-.5-.5z"}),(0,n.createElement)(c.Path,{d:"m13 2v20h-2v-20z"}),(0,n.createElement)(c.Path,{d:"m16.5 4v1.5h-1.5v-1.5z"}),(0,n.createElement)(c.Path,{d:"m20 6c0-1.10457-.8954-2-2-2v1.5c.2761 0 .5.22386.5.5z"}),(0,n.createElement)(c.Path,{d:"m18.5 16.5v-2h1.5v2z"}),(0,n.createElement)(c.Path,{d:"m20 13h-1.5v-2h1.5z"}),(0,n.createElement)(c.Path,{d:"m18 18.5c.2761 0 .5-.2239.5-.5h1.5c0 1.1046-.8954 2-2 2z"}),(0,n.createElement)(c.Path,{d:"m16.5 20v-1.5h-1.5v1.5z"}),(0,n.createElement)(c.Path,{d:"m18.5 9.5h1.5v-2h-1.5z"})))},3314:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m6 5.5h12c.2761 0 .5.22386.5.5v3h1.5v-3c0-1.10457-.8954-2-2-2h-12c-1.10457 0-2 .89543-2 2v3h1.5v-3c0-.27614.22386-.5.5-.5z"}),(0,n.createElement)(c.Path,{d:"m22 13h-20v-2h20z"}),(0,n.createElement)(c.Path,{d:"m20 16.5h-1.5v-1.5h1.5z"}),(0,n.createElement)(c.Path,{d:"m18 20c1.1046 0 2-.8954 2-2h-1.5c0 .2761-.2239.5-.5.5z"}),(0,n.createElement)(c.Path,{d:"m7.5 18.5h2v1.5h-2z"}),(0,n.createElement)(c.Path,{d:"m11 20v-1.5h2v1.5z"}),(0,n.createElement)(c.Path,{d:"m5.5 18c0 .2761.22386.5.5.5v1.5c-1.10457 0-2-.8954-2-2z"}),(0,n.createElement)(c.Path,{d:"m4 16.5h1.5v-1.5h-1.5z"}),(0,n.createElement)(c.Path,{d:"m14.5 18.5v1.5h2v-1.5z"})))},2151:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 20c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm-6.0952381-11.19047619c0 1.31428569 1.06666667 2.38095239 2.38095239 2.38095239.5047619 0 .96190476-.152381 1.35238095-.4190476l-.01904762.1809524c0 1.3142857 1.06666667 2.3809523 2.38095238 2.3809523 1.3142857 0 2.3809524-1.0666666 2.3809524-2.3809523l-.0190476-.1809524c.3809523.2666666.847619.4190476 1.3523809.4190476 1.3142857 0 2.3809524-1.0666667 2.3809524-2.38095239 0-.95238095-.5619048-1.76190476-1.3619048-2.14285714.8-.38095238 1.3619048-1.19047619 1.3619048-2.14285715 0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-.5047619 0-.9619047.15238096-1.3523809.41904762l.0190476-.18095238c0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-1.31428571 0-2.38095238 1.06666667-2.38095238 2.38095238l.01904762.18095238c-.38095238-.26666666-.84761905-.41904762-1.35238095-.41904762-1.31428572 0-2.38095239 1.06666667-2.38095239 2.38095238 0 .95238096.56190477 1.76190477 1.36190477 2.14285715-.8.38095238-1.36190477 1.19047619-1.36190477 2.14285714zm6.0952381-4.52380952c1.3142857 0 2.3809524 1.06666666 2.3809524 2.38095238 0 1.31428571-1.0666667 2.38095238-2.3809524 2.38095238-1.31428571 0-2.38095238-1.06666667-2.38095238-2.38095238 0-1.31428572 1.06666667-2.38095238 2.38095238-2.38095238zm-8.57142857 7.14285711c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6.81904762 11.4952381c.14285714 0 .27619048-.0095238.40952381-.0285714.44761905 1.0952381 1.52380952 1.8666666 2.77142857 1.8666666 1.247619 0 2.3238095-.7714285 2.7714286-1.8666666.1333333.0190476.2761904.0285714.4095238.0285714 1.647619 0 2.9904762-1.3428571 2.9904762-2.9904762 0-.67619047-.2380953-1.32380952-.6380953-1.83809523.4095238-.51428572.6380953-1.16190477.6380953-1.83809524 0-1.64761905-1.3428572-2.99047619-2.9904762-2.99047619-.1428572 0-.2761905.00952381-.4095238.02857143-.4476191-1.0952381-1.5238096-1.86666667-2.7714286-1.86666667-1.24761905 0-2.32380952.77142857-2.77142857 1.86666667-.13333333-.01904762-.27619048-.02857143-.40952381-.02857143-1.64761905 0-2.99047619 1.34285714-2.99047619 2.99047619 0 .67619047.23809524 1.32380952.63809524 1.83809524-.40952381.51428571-.64761905 1.16190476-.64761905 1.83809523 0 1.6476191 1.34285714 2.9904762 3 2.9904762zm3.18095238-.0666667c-.59047619 0-1.06666667-.4666666-1.08571429-1.047619l.11428572-1.03809526c.3047619.11428572.62857143.18095238.97142857.18095238.3428571 0 .6761905-.06666666.9809524-.18095238l.1047619 1.03809526c-.0190476.5809524-.4952381 1.047619-1.0857143 1.047619zm3.1809524-1.83809521c-.2285714 0-.4380953-.06666667-.6095238-.19047619l-.7714286-.54285714c.5238095-.42857143.8952381-1.03809524 1.0095238-1.74285715l.8380952.4c.3809524.18095239.6285715.56190477.6285715.98095239 0 .6095238-.4952381 1.09523809-1.0952381 1.09523809zm-.6190476-5.65714286c.1904762-.12380952.4-.19047619.6190476-.19047619.6 0 1.0857143.48571429 1.0857143 1.08571429 0 .41904762-.2380953.79047619-.6285715.98095238l-.8380952.4c-.1142857-.70476191-.4857143-1.31428571-1.0190476-1.74285714zm-2.5619048-2.02857143c.5904762 0 1.0666667.46666667 1.0857143 1.04761905l-.1047619 1.03809524c-.3047619-.11428571-.6380953-.18095238-.9809524-.18095238-.34285714 0-.66666667.06666667-.97142857.18095238l-.11428572-1.03809524c.01904762-.58095238.4952381-1.04761905 1.08571429-1.04761905zm-3.18095238 1.83809524c.22857143 0 .43809524.06666667.60952381.19047619l.77142857.53333334c-.52380952.42857143-.8952381 1.03809523-1.00952381 1.74285714l-.83809524-.4c-.38095238-.19047619-.62857143-.56190476-.62857143-.98095238 0-.6.4952381-1.08571429 1.0952381-1.08571429zm-.46666667 3.78095238.83809524-.4c.11428571.70476191.48571429 1.31428572 1.01904762 1.74285715l-.77142857.52380952c-.19047619.12380952-.4.19047619-.61904762.19047619-.6 0-1.08571429-.48571428-1.08571429-1.08571428-.00952381-.40952381.23809524-.78095239.61904762-.97142858zm3.64761905 12.47619048c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm2.3238095-2.3238095c.6761905-1.8095238 2.1142857-3.2571429 3.9238095-3.9238095-.6761904 1.8095238-2.1142857 3.247619-3.9238095 3.9238095zm-10.89523807-6.2476191c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286zm2.32380952 2.3238096c1.80952381.6761904 3.25714286 2.1142857 3.92380953 3.9238095-1.80952381-.6761905-3.24761905-2.1142857-3.92380953-3.9238095z",fill:"currentColor"}))},1856:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.93 11.5h4.14l-2.07-5.52zm10.07-11.5h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-4.05 16.5-1.14-3h-5.64l-1.12 3h-2.09l5.11-13h1.86l5.11 13z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.17 13.5h5.64l1.14 3h2.09l-5.11-13h-1.86l-5.11 13h2.09zm2.83-7.52 2.07 5.52h-4.14zm8-5.98h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-16v-16h16z",fill:"currentColor"}))},9078:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m20.2 17h-16.536c-.4424 0-.664-.3619-.664-.8095 0-4.9656 1.9848-9.12821 6.564-10.22997v-1.71351c0-.44766.3576-.80952.8-.80952h3.2c.4424 0 .8.36186.8.80952v1.71351c4.5792 1.10176 6.636 5.26437 6.636 10.22997 0 .4476-.3576.8095-.8.8095zm-7.336-12h-2v.70796c.2648-.02105.8296-.04129 1.1-.04129s.6352.02024.9.04129zm-.9 2.29688c-4.94375 0-7.0584 3.67062-7.464 8.20312h14.864c-.4056-4.5325-2.4563-8.20312-7.4-8.20312z"}),(0,n.createElement)(c.Path,{d:"m2 18.5h20v1.5h-20z"})))},2142:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m17.7646 7.89213c-.096.53182-.5444.96979-1.1209 1.06364l-.4164.06257 1.2491 2.28376c.2242.4066.2242.9072-.032 1.3452-.2563.4066-.7046.6569-1.185.6569-.2563 0-.4805-.0626-.7046-.1877l-3.491-2.0022-3.39495 2.0022c-.22419.1251-.48041.1877-.7046.1877-.48041 0-.89677-.2503-1.18501-.6257-.25622-.3754-.28825-.8759-.09609-1.2826l1.12096-2.37756-.73663-.1877c-.44838-.12514-.80068-.43797-.96082-.84466-1.88962 1.3452-3.10666 3.34732-3.10666 5.59982 0 4.0981 4.03546 7.4142 8.9997 7.4142 4.9643 0 8.9997-3.3161 8.9997-7.4142.032-2.2837-1.2491-4.34847-3.2348-5.69367z"}),(0,n.createElement)(c.Path,{d:"m7.35566 7.70438 1.92165.46925c.09608.03129.16014.15642.12811.25027l-1.6334 3.4725c-.06406.1564.09608.3128.25622.219l3.90736-2.31501c.064-.03129.1281-.03129.1922 0l4.0034 2.31501c.1601.0938.3523-.0939.2562-.2503l-1.9216-3.50377c-.0641-.09385 0-.25027.1281-.25027l1.7935-.31283c.1922-.03129.1922-.31284.032-.34412-.8967-.25027-2.4341-.65696-3.6511-.81338.0961-1.12621.4804-2.62783.7687-3.25351.2242-.50053-1.5694-.53182-1.7616 0-.1601.46926-.4483 2.03345-.5444 3.22223-1.24909.12513-2.94654.50054-3.90737.75081-.12811.06256-.12811.31283.03203.34412z"})))},9657:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"8"}),(0,n.createElement)(c.Path,{d:"m14.9586 9.09098-3.9304 5.28592-2.27901-1.6946",stroke:"#fff",strokeWidth:"1.5"}))},8645:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m11.6959 13.9724c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.5254.3133-.1167.6605-.1751 1.0414-.1751.3748 0 .6943.0799.9586.2396.2642.1536.4608.3626.5898.6268.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"}),(0,n.createElement)(c.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"})))},8241:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.5 4c-4.692 0-8.5 3.808-8.5 8.5s3.808 8.5 8.5 8.5h4.25v-1.7h-4.25c-3.689 0-6.8-3.111-6.8-6.8s3.111-6.8 6.8-6.8 6.8 3.111 6.8 6.8v1.2155c0 .6715-.6035 1.3345-1.275 1.3345s-1.275-.663-1.275-1.3345v-1.2155c0-2.346-1.904-4.25-4.25-4.25s-4.25 1.904-4.25 4.25 1.904 4.25 4.25 4.25c1.173 0 2.244-.476 3.009-1.2495.5525.7565 1.5045 1.2495 2.516 1.2495 1.6745 0 2.975-1.36 2.975-3.0345v-1.2155c0-4.692-3.808-8.5-8.5-8.5zm0 11.05c-1.411 0-2.55-1.139-2.55-2.55s1.139-2.55 2.55-2.55 2.55 1.139 2.55 2.55-1.139 2.55-2.55 2.55z",fill:"currentColor"}))},4934:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.0041 8.15789c2.2592 0 4.0928 1.76843 4.0928 3.94741 0 .5131-.1065.9947-.2947 1.4447l2.3902 2.3053c1.236-.9948 2.2101-2.2816 2.8076-3.75-1.4161-3.46583-4.9113-5.92109-9.0041-5.92109-1.146 0-2.24283.19737-3.25784.55263l1.76804 1.70527c.4666-.18158.9659-.28422 1.498-.28422zm-8.18555-2.15526 1.86631 1.8.37653.36316c-1.3588 1.01842-2.42292 2.37631-3.06139 3.93951 1.4161 3.4658 4.91132 5.921 9.0041 5.921 1.2688 0 2.4802-.2368 3.5853-.6631l.3438.3315 2.3983 2.3053 1.0396-1.0026-14.51298-13.9974zm4.52661 4.36577 1.26876 1.2237c-.04093.1658-.06549.3395-.06549.5132 0 1.3105 1.09687 2.3684 2.45567 2.3684.1801 0 .3602-.0237.5321-.0632l1.2687 1.2237c-.5484.2605-1.1541.4184-1.8008.4184-2.25922 0-4.09278-1.7684-4.09278-3.9473 0-.6237.16371-1.2079.43384-1.7369zm3.52794-.61577 2.5785 2.48687.0163-.1263c0-1.3106-1.0968-2.36846-2.4556-2.36846z",fill:"currentColor"}))},270:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m13 11.9999v-1c0-1.10459-.8954-2.00002-2-2.00002h-4c-1.10457 0-2 .89543-2 2.00002v1"}),(0,n.createElement)(c.Path,{d:"m4 19.2499h9"}),(0,n.createElement)(c.Path,{d:"m4 15.2499h16"})),(0,n.createElement)(c.Circle,{cx:"9",cy:"5",fill:"currentColor",r:"2"}))},8220:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"14.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"8.5",x:"7.75",y:"4.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m11 16h2v1.5h-2z",fill:"currentColor"}))},2429:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"4"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"4",stroke:"currentColor"}))},5689:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"7.25"}),(0,n.createElement)(c.Path,{d:"m8 11 3.7141 2.7755c.1781.133.4225.1326.6001-.001l3.6858-2.7745"})))},1586:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 7.25h14c.6904 0 1.25.55964 1.25 1.25v7c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-7c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m16 12.75h-8v-1.5h8z",fill:"currentColor",fillRule:"evenodd"}))},9228:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4 8h16c.6904 0 1.25.55964 1.25 1.25v5c0 .6904-.5596 1.25-1.25 1.25h-16c-.69036 0-1.25-.5596-1.25-1.25v-5c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},9868:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m19.9998 15.5h-16.00004v-1.5h16.00004z"}),(0,n.createElement)(c.Path,{d:"m15.9998 5.5h-12.00004v-1.5h12.00004z"}),(0,n.createElement)(c.Path,{d:"m19.9998 10.5h-16.00004v-1.5h16.00004z"}),(0,n.createElement)(c.Path,{d:"m19.9998 20h-16.00004v-1.5h16.00004z"})))},5903:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m10.5018 11.3502 4.4504-2.98515-1.4486 4.72825-4.45583 2.9533z",fill:"currentColor"}))},1281:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m19 6.75h-14c-.69036 0-1.25.55964-1.25 1.25v8.5c0 .6904.55964 1.25 1.25 1.25h14c.6904 0 1.25-.5596 1.25-1.25v-8.5c0-.69036-.5596-1.25-1.25-1.25z"}),(0,n.createElement)(c.Path,{d:"m4 7 8 6 8-6"})))},1981:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M23 7V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-2H5V7h2V5h10v2h2v10h-2v2zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-5.27 9h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2zm-3.04-1.26h2.61L12 8.91l-1.31 3.83z",fill:"currentColor"}))},1233:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.9645996 0h-15.99999999v2.5l8.12499999 7.5-8.12499999 7.5v2.5h15.99999999v-3.75h-9.74999999l6.24999999-6.25-6.24999999-6.25h9.74999999z",fill:"currentColor"}))},3710:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"14.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"14.5",x:"4.75",y:"4.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m5.06667 14.6666 3.9619-2.1334 2.97143 1.4222 3.4667-2.4888 3.4666 2.4888",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},9839:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Rect,{height:"13.5",rx:".875",width:"13.5",x:"7.75",y:"7.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m8 17 3.7143-2 2.7857 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round",fill:"none"}),(0,n.createElement)(c.Path,{d:"m22 3.75h-4.0005c-1.1046 0-1.9995.89543-1.9995 2v1.25m-12.25 15v-3.0002c0-1.1046.89543-1.9998 2-1.9998h1.25m-2-6.25c-1.5 0-2.25-.89543-2.25-2v-4c0-1.10457.89543-2 2-2h4c1.10457 0 2.25.75 2.25 2.25"})))},2759:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{fill:"none",height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"13.5",x:"3.75",y:"3.75"}),(0,n.createElement)(c.Path,{d:"m4 13 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m21.5 11c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.82843.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m21.5 21c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.8284.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h12c.8284 0 1.5.6716 1.5 1.5z"})))},3342:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m20.75 21.75v-1c0-.5523-.4477-1-1-1h-5c-.5523 0-1 .4477-1 1v1"}),(0,n.createElement)(c.Path,{d:"m10.25 21.75v-1c0-.5523-.44772-1-1-1h-5c-.55228 0-1 .4477-1 1v1"}),(0,n.createElement)(c.Rect,{height:"13.5",rx:".875",width:"13.5",x:"5.25",y:"2.75"}),(0,n.createElement)(c.Path,{d:"m5.5 12 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round"})))},8258:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m4 13 4.5-2.5 3.5 1.8333 4-3.3333 4 3.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h15c.8284 0 1.5.6716 1.5 1.5z",fill:"currentColor"}))},3930:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20 13.8587524v-11.87893062c0-1.08890198-.8909198-1.97982178-1.9798218-1.97982178h-11.87893064c-1.08890198 0-1.97982178.8909198-1.97982178 1.97982178v11.87893062c0 1.088902.8909198 1.9798218 1.97982178 1.9798218h11.87893064c1.088902 0 1.9798218-.8909198 1.9798218-1.9798218zm-10.88901978-3.95964351 2.00951908 2.68265851 2.9400354-3.6725694 3.9596435 4.9495544h-11.87893064zm-9.11098022-5.89910889v14.028125c0 1.088902.8909198 1.9798218 1.97982178 1.9798218l14.02017822-.0079468v-1.9798218l-14.02017822.0079468v-14.028125z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 2v12h-12v-12zm0-2h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1 3.33 4.17h-10zm-9.5-5.67v14c0 1.1.9 2 2 2h14v-2h-14v-14z",fill:"currentColor"}))},3219:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M13 4v2.67l-1 1-1-1V4h2m7 7v2h-2.67l-1-1 1-1H20M6.67 11l1 1-1 1H4v-2h2.67M12 16.33l1 1V20h-2v-2.67l1-1M15 2H9v5.5l3 3 3-3V2zm7 7h-5.5l-3 3 3 3H22V9zM7.5 9H2v6h5.5l3-3-3-3zm4.5 4.5l-3 3V22h6v-5.5l-3-3z",fill:"currentColor"}))},4153:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m1.92731278 4.32703003c.77092511-.7897664 1.54185022-1.50166852 1.88325991-1.3570634.55066079.22246941 0 1.14571746-.33039648 1.69076752-.2753304.46718576-3.14977973 4.32703003-3.14977973 7.01890985 0 1.4238043.52863436 2.6028922 1.47577092 3.3147943.82599119.6229143 1.91629956.8120133 2.90748899.5116796 1.17841409-.3448276 2.14757709-1.5572859 3.37004405-3.0812013 1.33259912-1.6573971 3.11674006-3.82647389 4.49339206-3.82647389 1.7951542 0 1.8171806 1.12347053 1.938326 1.99110119-4.1629956.7119022-5.92511013 4.0823137-5.92511013 5.9733037s1.58590313 3.4371524 3.53524233 3.4371524c1.7951541 0 4.7246696-1.4794216 5.1651982-6.785317h2.7092511v-2.7808676h-2.7202643c-.1651983-1.83537269-1.2004405-4.67185767-4.438326-4.67185767-2.4779736 0-4.60352424 2.12458287-5.44052864 3.15906563-.63876652.81201335-2.26872247 2.75862064-2.52202643 3.02558394-.2753304.3337042-.74889868.9343716-1.22246696.9343716-.49559472 0-.79295155-.9232481-.39647578-2.1357064.38546256-1.21245826 1.54185022-3.18131254 2.03744494-3.9154616.85903084-1.26807564 1.43171806-2.13570634 1.43171806-3.64849833 0-2.4137931-1.8061674-3.18131257-2.76431718-3.18131257-1.45374449 0-2.72026432 1.11234705-2.99559471 1.39043382-.39647577.40044493-.72687225.73414905-.969163 1.03448275zm10.23127752 12.96996667c-.3414097 0-.814978-.2892103-.814978-.8008899 0-.6674082.8039648-2.4471635 3.160793-3.0700779-.3303965 2.9922136-1.5748899 3.8709678-2.345815 3.8709678z",fill:"currentColor"}))},5273:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m8 4.5-4 5v-5z"}),(0,n.createElement)(c.Path,{d:"m12 10.5h1v4h-1z"}),(0,n.createElement)(c.Path,{d:"m10.2 10.5h-2.4c-.48 0-.8.3333-.8.6667v2.6666c0 .3334.32.6667.8.6667h2.4c.48 0 .8-.3333.8-.6667v-1.3333h-1.2v1h-1.6v-2h2.8v-.3333c0-.3334-.32-.6667-.8-.6667z"}),(0,n.createElement)(c.Path,{d:"m17 11.5v-1h-3v4h1v-1.3333h1.3333v-1h-1.3333v-.6667z"})))},1824:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12 3c-4.9725 0-9 4.13206-9 9.2285 0 4.0782 2.5785 7.5366 6.15375 8.7556.45.0869.615-.1985.615-.4438 0-.2192-.0075-.7998-.01125-1.5688-2.5035.5568-3.0315-1.2382-3.0315-1.2382-.4095-1.0651-1.00125-1.3497-1.00125-1.3497-.81525-.5721.063-.5606.063-.5606.90375.0646 1.3785.9505 1.3785.9505.8025 1.4112 2.10675 1.0036 2.62125.7676.081-.5968.3128-1.0036.57-1.2344-1.99875-.2307-4.0995-1.0243-4.0995-4.5604 0-1.0074.34875-1.8303.92625-2.4763-.10125-.23302-.405-1.17125.07875-2.44248 0 0 .75375-.24763 2.475.94593.72-.20534 1.485-.30685 2.25-.31147.765.00462 1.53.10613 2.25.31147 1.71-1.19356 2.4638-.94593 2.4638-.94593.4837 1.27123.18 2.20946.09 2.44248.5737.646.9225 1.4689.9225 2.4763 0 3.5453-2.1038 4.3259-4.1063 4.5527.315.2769.6075.8429.6075 1.7073 0 1.2351-.0112 2.2272-.0112 2.5271 0 .2422.1575.5306.6187.4383 3.6008-1.2104 6.177-4.6711 6.177-8.7432 0-5.09644-4.0297-9.2285-9-9.2285",fill:"currentColor"}))},9217:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm-8 10c0-.61.08-1.21.21-1.78l4.78 4.78v1c0 1.1.9 2 2 2v1.93c-3.93-.5-6.99-3.86-6.99-7.93zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1v-2h2c1.1 0 2-.9 2-2v-.41c2.93 1.18 5.01 4.06 5.01 7.41 0 2.08-.81 3.98-2.11 5.4z",fill:"currentColor"}))},2961:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m4 4h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 4h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m18 4h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m4 18h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 18h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m18 18h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m4 11h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m10 10h4v4h-4z"}),(0,n.createElement)(c.Path,{d:"m18 11h2v2h-2z"})))},4283:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M5 15v-3h3v-2H5V7H3v3H0v2h3v3zm7-1.25c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM7.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H7.34zM12 12c1.93 0 3.5-1.57 3.5-3.5S13.93 5 12 5 8.5 6.57 8.5 8.5 10.07 12 12 12zm0-5c.83 0 1.5.67 1.5 1.5S12.83 10 12 10s-1.5-.67-1.5-1.5S11.17 7 12 7zm5 5c1.93 0 3.5-1.57 3.5-3.5S18.93 5 17 5c-.24 0-.48.02-.71.07.76.94 1.21 2.13 1.21 3.43 0 1.3-.47 2.48-1.23 3.42.24.05.48.08.73.08zm2.32 2.02c1 .81 1.68 1.87 1.68 3.23V19h3v-1.75c0-1.69-2.44-2.76-4.68-3.23z",fill:"currentColor"}))},6415:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}),(0,n.createElement)(c.Circle,{cx:"8",cy:"14",r:"2"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"8",r:"2"}),(0,n.createElement)(c.Circle,{cx:"16",cy:"14",r:"2"})))},4760:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.0384629.01236979c-5.23157899 0-9.47368425 4.24210526-9.47368425 9.47368421v7.3684211c0 1.7473684 1.41052631 3.1578947 3.15789473 3.1578947h3.15789474v-8.4210526h-4.21052632v-2.1052632c0-4.07368421 3.29473685-7.36842105 7.3684211-7.36842105 4.0736842 0 7.368421 3.29473684 7.368421 7.36842105v2.1052632h-4.2105263v8.4210526h3.1578947c1.7473685 0 3.1578948-1.4105263 3.1578948-3.1578947v-7.3684211c0-5.23157895-4.2421053-9.47368421-9.4736842-9.47368421z",fill:"currentColor"}))},6819:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 20-1.45-1.4386921c-5.15-5.0899183-8.55-8.4468665-8.55-12.56675749 0-3.35694823 2.42-5.99455041 5.5-5.99455041 1.74 0 3.41.88283379 4.5 2.27792916 1.09-1.39509537 2.76-2.27792916 4.5-2.27792916 3.08 0 5.5 2.63760218 5.5 5.99455041 0 4.11989099-3.4 7.47683919-8.55 12.57765669",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.5 0c-1.74 0-3.41.88283379-4.5 2.27792916-1.09-1.39509537-2.76-2.27792916-4.5-2.27792916-3.08 0-5.5 2.63760218-5.5 5.99455041 0 4.11989099 3.4 7.47683919 8.55 12.57765669l1.45 1.4277929 1.45-1.4386921c5.15-5.0899183 8.55-8.4468665 8.55-12.56675749 0-3.35694823-2.42-5.99455041-5.5-5.99455041zm-4.4 16.9482289-.1.1089918-.1-.1089918c-4.76-4.6975477-7.9-7.80381473-7.9-10.95367849 0-2.17983651 1.5-3.8147139 3.5-3.8147139 1.54 0 3.04 1.07901908 3.57 2.57220709h1.87c.52-1.49318801 2.02-2.57220709 3.56-2.57220709 2 0 3.5 1.63487739 3.5 3.8147139 0 3.14986376-3.14 6.25613079-7.9 10.95367849z",fill:"currentColor"}))},3307:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m5 15.25h14c.6904 0 1.25.5596 1.25 1.25v2.5c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-2.5c0-.6904.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m4 4h16v11h-16z",fill:"currentColor"}))},1792:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m6 22h8v-1.5h-8z"}),(0,n.createElement)(c.Path,{d:"m13.1758 2.46347c-2.1834 3.59813-4.63759 7.27765-6.46611 10.71183-.08879.1668-.0675.1566-.05735.2834.12017.985.57349 2.8924.57349 2.8924s-.82048 1.913-1.22583 2.6489h2.4c.27105-.3982.5519-1.0806.78287-1.4935.28752-.0817 1.90663-.5383 2.75273-.9084.1162-.0508.144-.0958.2151-.1962 2.0301-3.6693 3.8383-7.45927 5.7349-11.1769.2357-.55654.1087-1.07052-.3943-1.35894-.9591-.56757-1.9166-1.13821-2.8746-1.70778-.5347-.27141-1.0654-.20883-1.4409.30519zm-5.42348 11.82773c-.03001-.1268.10567-.2255.21813-.1598l2.79925 1.6362c.1099.0643.0947.2271-.0257.2686-.584.2016-1.17592.3838-1.53469.4923-.03989.0121-.08273.0069-.11871-.0142l-.91474-.5345c-.03871-.0226-.0652-.0613-.07265-.1055-.09848-.5844-.23671-1.1009-.35089-1.5831z"})))},7384:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z",fill:"currentColor"}))},6551:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z"}),(0,n.createElement)(c.Path,{d:"m13.611 20.7346-3.2192.0004c-.0835 0-.1661-.0163-.2432-.0482s-.1472-.0787-.20616-.1377c-.059-.059-.10578-.1291-.13769-.2062-.0319-.0771-.04829-.1597-.04823-.2431l-.00174-3.8546 2.24522-2.2452 2.2446 2.2446-.0005 3.8568c-.0005.1678-.0674.3285-.186.4471-.1186.1187-.2794.1855-.4471.1861z"}),(0,n.createElement)(c.Path,{d:"m20.7346 10.389.0004 3.2192c0 .0835-.0163.1661-.0482.2432s-.0787.1472-.1377.2062-.1291.1057-.2062.1376-.1597.0483-.2431.0483l-3.8546.0017-2.2452-2.2452 2.2446-2.24463 3.8568.0005c.1678.00052.3285.0674.4471.18603.1187.1186.1855.2794.1861.4471z"}),(0,n.createElement)(c.Path,{d:"m3.26543 13.611-.00042-3.2192c-.00006-.0835.01633-.1661.04823-.2432s.07869-.1472.13769-.20616c.05899-.059.12904-.10578.20614-.13769.07709-.0319.15973-.04829.24317-.04823l3.85454-.00174 2.24522 2.24522-2.24463 2.2446-3.85679-.0005c-.16774-.0005-.32849-.0674-.44712-.186s-.18551-.2794-.18603-.4471z"})))},2291:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}),(0,n.createElement)(c.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm5.5789474-3.15789469c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z",fill:"currentColor"}))},5174:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 0h-16c-1.1 0-1.99.9-1.99 2l-.01 10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm-9 3h2v2h-2zm0 3h2v2h-2zm-3-3h2v2h-2zm0 3h2v2h-2zm-1 2h-2v-2h2zm0-3h-2v-2h2zm9 7h-8v-2h8zm0-4h-2v-2h2zm0-3h-2v-2h2zm3 3h-2v-2h2zm0-3h-2v-2h2z",transform:"translate(0, 3)",fill:"currentColor"}))},4477:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m16.6666667 15c.9166666 0 1.6583333-.75 1.6583333-1.6666667l.0083333-9.16666663c0-.91666667-.75-1.66666667-1.6666666-1.66666667h-13.33333337c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.16666663c0 .9166667.75 1.6666667 1.66666666 1.6666667h-3.33333333c0 .9166667.75 1.6666667 1.66666667 1.6666667h16.66666663c.9166667 0 1.6666667-.75 1.6666667-1.6666667zm-13.33333337-10.83333333h13.33333337v9.16666663h-13.33333337zm6.66666667 11.66666663c-.45833333 0-.83333333-.375-.83333333-.8333333s.375-.8333333.83333333-.8333333c.4583333 0 .8333333.375.8333333.8333333s-.375.8333333-.8333333.8333333z",fill:"currentColor"}))},978:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.99610362 17.0837787-7.42990299-5.7765731-1.63316728 1.2702412 9.07315155 7.0568956 9.0731515-7.0568956-1.6432485-1.2803225zm.01008128-2.560645 7.4198217-5.77657311 1.6533298-1.28032249-9.0731515-7.05689565-9.07315155 7.05689565 1.64324856 1.28032249z",fill:"currentColor"}))},492:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M21 6h-7.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H3c-1.1 0-2 .89-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.11-.9-2-2-2zm0 14H3V8h18v12zM9 10v8l7-4z",fill:"currentColor"}))},697:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z",fill:"currentColor"}))},2655:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.0026 7.67357c-2.3621 0-4.25762 1.92468-4.25762 4.25763 0 2.3621 1.92468 4.2576 4.25762 4.2576 2.3621 0 4.2576-1.9247 4.2576-4.2576 0-2.33295-1.8955-4.25763-4.2576-4.25763zm.3208 5.36573-.9624.9624-.9623-.9624-.93318-.9331.96238-.9624.9331.9332 2.2163-2.2163.9624.9623zm8.1944-2.3037c-.3791-.35-.5249-.90406-.3207-1.37065l.1749-.43742c.2917-.67072-.0875-1.42893-.7873-1.63306l-.4666-.11665c-.4958-.14581-.8457-.58324-.8749-1.10815v-.49575c-.0291-.72904-.6999-1.25396-1.3997-1.13731l-.4666.08749c-.5249.08748-1.0207-.14581-1.254-.6124l-.2333-.40827c-.3499-.64155-1.1665-.81653-1.7497-.40826l-.3791.26246c-.4083.29161-.9915.29161-1.3998 0l-.3791-.29162c-.5832-.43743-1.42889-.2333-1.77883.40826l-.23329.40827c-.26246.46659-.75821.69988-1.28312.6124l-.46659-.08749c-.72905-.11665-1.37061.40826-1.42893 1.13731l-.02916.46659c-.02916.52491-.3791.96234-.87485 1.10815l-.46659.1458c-.69989.20414-1.07899.96234-.78737 1.63306l.17497.43743c.20413.46659.05832 1.02071-.32078 1.37061l-.34994.3208c-.55408.4666-.55408 1.3414 0 1.808l.34994.3208c.3791.3499.52491.904.32078 1.3706l-.17497.4374c-.29162.6707.08748 1.4289.78737 1.6331l.46659.1166c.49575.1458.84569.5833.87485 1.1082l.02916.4666c.02916.729.69988 1.2539 1.39977 1.1373l.46658-.0875c.52492-.0875 1.02067.1458 1.25396.6124l.2333.4082c.34994.6416 1.16645.8166 1.74975.4083l.3791-.2624c.4082-.2917.9915-.2917 1.3997 0l.3791.2916c.5833.4374 1.429.2333 1.7789-.4083l.2333-.4083c.2624-.4665.7582-.6998 1.2831-.6124l.4666.0875c.729.1167 1.3706-.4082 1.4289-1.1373l.0292-.4666c.0291-.5249.3791-.9623.8748-1.1081l.4666-.1167c.6999-.2041 1.079-.9623.7874-1.633l-.175-.4375c-.2041-.4665-.0583-1.0206.3208-1.3706l.3499-.3207c.5541-.4666.5541-1.3415 0-1.8081zm-8.5152 7.1154c-3.26612 0-5.89068-2.6537-5.89068-5.8906 0-3.26617 2.65372-5.89073 5.89068-5.89073 3.2661 0 5.8907 2.65372 5.8907 5.89073 0 3.2369-2.6246 5.8906-5.8907 5.8906z",fill:"currentColor"}))},3018:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6976 16.8149-4.5045 2.7755c-.1023.0623-.219.0952-.338.0952-.1189 0-.2356-.0329-.3379-.0952l-3.2947-2.0192c.2929-.5543.4809-1.1606.5542-1.7867l3.2233 2.0124v-9.50002l-5.46036-3.34376v6.29688c-.4582-.4688-1.23302-.6921-2.00388-.7355-.09631 0-.19431-.0087-.29399-.0087-.09969 0-.19938 0-.29569.0087-.85883.0493-1.7495.4304-2.44608.9485v-4.963c-.0002-.11068.02756-.21953.08057-.31591s.12945-.177.22187-.23399l4.56823-2.85494c.10228-.06229.21901-.09516.33793-.09516s.23564.03287.3379.09516l4.807 2.96287 4.6025-2.83623c.0546-.03341.1169-.05136.1804-.05203.0636-.00067.1263.01598.1815.04824.0553.03225.1013.07897.1333.1354s.0488.12055.0488.18584v12.72755c-.0001.1103-.028.2188-.081.3149-.053.096-.1293.1764-.2214.2332zm-10.15796.8309-2.01909 2.2291c-.03574.0395-.07901.071-.12712.0925s-.10003.0326-.15251.0326-.10439-.0111-.15251-.0326c-.04811-.0215-.09138-.053-.12712-.0925l-2.01908-2.2291c-.46748-.5034-.77835-1.1384-.893-1.8239-.11465-.6856-.02788-1.3906.24925-2.0254.24163-.5429.62326-1.0077 1.10363-1.344.48036-.3364 1.04116-.5314 1.62172-.5641h.21796.21795c.58056.0327 1.14136.2277 1.62172.5641.48037.3363.862.8011 1.10366 1.344.2769.6349.3634 1.3401.2484 2.0256-.1149.6856-.4261 1.3205-.89386 1.8237zm-.81102-2.4164c0-.3019-.0872-.5971-.25058-.8481s-.39559-.4467-.66728-.5622c-.27169-.1156-.57064-.1458-.85907-.0869-.28842.0589-.55335.2043-.76129.4178s-.34955.4855-.40692.7816-.02793.603.08461.882c.11254.2789.30311.5173.54762.6851.24451.1677.53198.2572.82606.2572.19539 0 .38888-.0395.56938-.1163.18051-.0769.34449-.1895.48258-.3314s.24757-.3104.3222-.4958c.07462-.1854.11291-.3841.11269-.5847z",fill:"currentColor"}))},7556:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c3.921743 0 7.114273 3.19253001 7.114273 7.11427301 0 4.95331259-6.1894175 11.86305029-6.4562027 12.15651399l-.6580703.729213-.65807025-.729213c-.26678524-.2934637-6.45620276-7.2032014-6.45620276-12.15651399 0-3.921743 3.19253001-7.11427301 7.11427301-7.11427301zm-1.36060471 9.04401956-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-3.921743 0-7.11427301 3.19253001-7.11427301 7.11427301 0 4.95331259 6.18941752 11.86305029 6.45620276 12.15651399l.65807025.729213.6580703-.729213c.2667852-.2934637 6.4562027-7.2032014 6.4562027-12.15651399 0-3.921743-3.19253-7.11427301-7.114273-7.11427301zm0 17.3143619c-1.9386394-2.3210315-5.33570476-7.0520231-5.33570476-10.20008889 0-2.94353046 2.3921743-5.33570476 5.33570476-5.33570476 2.9435305 0 5.3357048 2.3921743 5.3357048 5.33570476 0 3.40595819-3.7794576 8.32369939-5.3357048 10.20008889zm-1.36060471-8.27034234-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"}))},2136:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.75 18v1.75c0 .5523-.4477 1-1 1h-10c-.55228 0-1-.4477-1-1v-15c0-.55228.44772-1 1-1h10c.5523 0 1 .44959 1 1.00188 0 2.11305 0 1.45031 0 1.24812",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"12",y:"8"}))},7596:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z"}),(0,n.createElement)(c.Path,{d:"M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z"}),(0,n.createElement)(c.Path,{d:"M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z"}),(0,n.createElement)(c.Path,{d:"M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z"})))},710:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z",fill:"currentColor"}))},8917:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6.5 0h-5c-.825 0-1.5.61363636-1.5 1.36363636v9.27272724c0 .75.675 1.3636364 1.5 1.3636364h5c.825 0 1.5-.6136364 1.5-1.3636364v-9.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 10h-4v-8h4z",transform:"translate(4 2)"}))},1973:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.8181818 4.54545455-3.40909089 4.54545454 2.59090909 3.45454541-1.45454545 1.0909091c-1.53636364-2.0454545-4.0909091-5.45454542-4.0909091-5.45454542l-5.45454545 7.27272732h20z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.8181818 4.54545455-3.83636362 5.11818181 1.13636364 1.51818184 2.69999998-3.60909093 4.5454546 6.06363633h-7.69090913l-3.64545454-4.88181815-5.02727273 6.70000005h20zm-8.18181816 9.09090905 1.38181818-1.8454545 1.38181818 1.8454545z",fill:"currentColor"}))},6490:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m13 10.5h-8c-.27614 0-.5.2239-.5.5v8c0 .2761.22386.5.5.5h8c.2761 0 .5-.2239.5-.5v-8c0-.2761-.2239-.5-.5-.5zm-8-1.5h8c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-8c-1.10457 0-2-.8954-2-2v-8c0-1.10457.89543-2 2-2z",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{d:"m7.67708 16.8438v-3.6875l3.07292 1.8437z"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m9.03508 5c0-1.10457.89543-2 2.00002-2h7.9649c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-1.9961v-1.5h1.9961c.2761 0 .5-.2239.5-.5v-2.838l-1.728-1.59293-.9927 1.11671c-.1351.15198-.3261.24259-.5292.25107-.2032.00848-.4011-.06589-.5484-.20609l-2.0421-1.9437-2.3585 2.55494-1.1022-1.01737 2.875-3.11459c.1363-.14762.3261-.2344.5269-.24089.2008-.0065.3958.06784.5413.20634l2.0317 1.93375.9844-1.10751c.1337-.15043.3223-.2408.5233-.2508s.3976.06121.5456.19762l1.2729 1.17337v-3.12192c0-.27614-.2239-.5-.5-.5h-7.9649c-.2762 0-.5.22386-.5.5v1.98438h-1.50002z",fillRule:"evenodd"})))},1112:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20.0286458 10.0068123-2.2181818-2.52727276.3090909-3.34545455-3.2818182-.74545454-1.7181818-2.8909091-3.0909091 1.32727273-3.09090906-1.32727273-1.71818182 2.8909091-3.28181818.73636363.30909091 3.34545455-2.21818182 2.53636367 2.21818182 2.5272727-.30909091 3.3545454 3.28181818.7454546 1.71818182 2.8909091 3.09090906-1.3363637 3.0909091 1.3272728 1.7181818-2.8909091 3.2818182-.7454546-.3090909-3.3454545zm-9.0909091 4.5454545h-1.81818178v-1.8181818h1.81818178zm0-3.6363636h-1.81818178v-5.45454548h1.81818178z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20.5555013 9.96270419-2.2181818-2.52727273.3090909-3.34545454-3.2818182-.74545455-1.7181818-2.89090909-3.0909091 1.32727273-3.09090909-1.32727273-1.71818182 2.89090909-3.28181818.73636364.30909091 3.34545454-2.21818182 2.53636364 2.21818182 2.52727271-.30909091 3.3545455 3.28181818.7454545 1.71818182 2.8909091 3.09090909-1.3363636 3.0909091 1.3272727 1.7181818-2.8909091 3.2818182-.7454545-.3090909-3.3454546zm-4.1 1.91818181.2363636 2.5363636-2.4909091.5636364-1.3 2.1909091-2.3454545-1.0090909-2.34545454 1.0090909-1.3-2.1909091-2.49090909-.5636364.23636363-2.5454545-1.68181818-1.90909091 1.68181818-1.92727273-.23636363-2.52727272 2.49090909-.55454546 1.3-2.19090909 2.34545454 1 2.3454545-1.00909091 1.3 2.19090909 2.4909091.56363637-.2363636 2.53636363 1.6818182 1.91818182zm-6.80909091.8090909h1.81818181v1.8181818h-1.81818181zm0-7.27272726h1.81818181v5.45454546h-1.81818181z",transform:"translate(-.565918)",fill:"currentColor"}))},5027:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-4.51 2.11l.26 2.79-2.74.62-1.43 2.41L12 18.82l-2.58 1.11-1.43-2.41-2.74-.62.26-2.8L3.66 12l1.85-2.12-.26-2.78 2.74-.61 1.43-2.41L12 5.18l2.58-1.11 1.43 2.41 2.74.62-.26 2.79L20.34 12l-1.85 2.11zM11 15h2v2h-2zm0-8h2v6h-2z",fill:"currentColor"}))},9188:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zM11.48 20v-6.26H8L13 4v6.26h3.35L11.48 20z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zm0 17.96c-4.4 0-7.98-3.58-7.98-7.98S7.6 4.02 12 4.02 19.98 7.6 19.98 12 16.4 19.98 12 19.98zM12.75 5l-4.5 8.5h3.14V19l4.36-8.5h-3z",fill:"currentColor"}))},7625:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.5 8.5 3.5-3.5 3.5 3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m15.5 15.5-3.5 3.5-3.5-3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m11.25 18.0625v-12.25h1.5v12.25z"}))},63:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M.59 12c0-1.152.927-2.085 2.07-2.085 1.144 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085A2.077 2.077 0 01.59 12zm14.54 2.085A2.077 2.077 0 0113.06 12c0-1.152.927-2.085 2.07-2.085 1.143 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085zm0-10.426c-4.572 0-8.28 3.735-8.28 8.34 0 4.608 3.707 8.342 8.28 8.342 4.573 0 8.28-3.734 8.28-8.341 0-4.606-3.707-8.34-8.28-8.34z",fillRule:"evenodd"}))},7374:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",height:"25",viewBox:"0 0 24 25",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m14.5314 1v1.49242h-2.0067v-1.49242zm4.9776 0c1.0996 0 1.991.89091 1.991 1.98989h-1.4933c0-.27475-.2228-.49747-.4977-.49747zm-1.4933 1.49242v-1.49242h-2.0067v1.49242zm1.991 10.94438v-1.9899h1.4933v1.9899zm0-3.4823h1.4933v-1.98989h-1.4933zm-.4977 5.4722c.2749 0 .4977-.2227.4977-.4975h1.4933c0 1.099-.8914 1.9899-1.991 1.9899zm1.991-8.95451h-1.4933v-1.98989h1.4933zm-10.4063-5.47219c-1.09964 0-1.99105.89091-1.99105 1.98989h1.49325c0-.27475.2229-.49747.4978-.49747zm-2.16208 4.87109 7.54938 7.54501v5.9282c0 .2976-.2415.5389-.5393.5389h-10.78475c-.29781 0-.53923-.2413-.53923-.5389v-12.93428c0-.29764.24142-.53893.53923-.53893zm5.39238-1.61678h-7.01009-2.15696c-1.19125 0-2.15695.96514-2.15695 2.15571v12.93428c0 1.1906.9657 2.1557 2.15695 2.1557h10.78475c1.1913 0 2.157-.9651 2.157-2.1557v-4.3114-7.0061-1.61678c0-1.19057-.9657-2.15571-2.157-2.15571z",fill:"currentColor",fillRule:"evenodd"}))},2321:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m17.9584 12.5417-7.5833-7.58336h-3.79169c-.29915 0-.54166.24251-.54166.54166v13c0 .2991.24251.5417.54166.5417h10.83329c.2992 0 .5417-.2426.5417-.5417zm-9.20832-9.20836h7.04162 1.625c1.1967 0 2.1667.97005 2.1667 2.16666v1.625 7.0417 4.3333c0 1.1967-.97 2.1667-2.1667 2.1667h-10.83329c-1.19661 0-2.16666-.97-2.16666-2.1667v-13c0-1.19661.97005-2.16666 2.16666-2.16666z",fill:"currentColor",fillRule:"evenodd"}))},6800:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m20.1658 18.312c0 .9283-.7596 1.6879-1.688 1.6879-.9283 0-1.6879-.7596-1.6879-1.6879 0-.9284 1.6879-3.3758 1.6879-3.3758s1.688 2.4474 1.688 3.3758z",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m4.97449 13c0 .422.16879.844.42198 1.1815l4.30419 4.3042c.67514.6752 1.68794.6752 2.36304 0l4.3042-4.3042c.2532-.3375.422-.7595.422-1.1815z",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{d:"m7.92839 3.71155 6.66731 6.66725m-4.895 8.2708-4.30419-4.3042c-.67517-.6751-.67517-1.6879 0-2.3631l5.48569-5.3169 5.4014 5.4013c.6752.6752.6752 1.688 0 2.3631l-4.3042 4.3042c-.5908.5908-1.6035.5908-2.2787-.0844z",stroke:"currentColor",strokeWidth:"1.5"}))},9625:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957z",transform:"translate(1)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957zm-1.9968099 1.9968099h-9.98404948v-1.9968099h9.98404948z",transform:"translate(1)",fill:"currentColor"}))},8672:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.5806749.77408854h-15.55555554c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555554c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555554c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555554c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm-11.1111111 15.55555556h-2.22222222v-7.77777778h2.22222222zm4.4444444 0h-2.22222218v-11.11111111h2.22222218zm4.4444445 0h-2.2222222v-4.4444444h2.2222222z",transform:"translate(-.802897 -.774089)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.7777778 0h-15.55555558c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555558c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555558c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555558c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm0 17.7777778h-15.55555558v-15.55555558h15.55555558zm-13.33333336-10.00000002h2.22222223v7.77777782h-2.22222223zm4.44444445-3.33333334h2.22222221v11.11111116h-2.22222221zm4.44444441 6.66666666h2.2222223v4.4444445h-2.2222223z",fill:"currentColor"}))},6965:function(e,t,r){"use strict";r.d(t,{ZP:function(){return l}});var n=r(9307),c=r(444),l={styles:{default:(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6 4.75h12c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-12c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m7 9h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m7 13h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m10 9h7v2h-7z"}),(0,n.createElement)(c.Path,{d:"m10 13h7v2h-7z"}),(0,n.createElement)(c.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},meta:{label:"Post carousel",keywords:["lines","list","text"]}}.styles.default},3812:function(e,t,r){"use strict";r.d(t,{ZP:function(){return l}});var n=r(9307),c=r(444),l={styles:{default:(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"3",y:"3"}),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"13",y:"3"}),(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m13 18.25h5"}),(0,n.createElement)(c.Path,{d:"m13 14.25h7"}),(0,n.createElement)(c.Path,{d:"m3 18.25h5"}),(0,n.createElement)(c.Path,{d:"m3 14.25h7"})))},meta:{label:"Posts",keywords:["double","text","twice"]}}.styles.default},8183:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m18 4.5h-12c-.27614 0-.5.22386-.5.5v14.5c0 .2761.22386.5.5.5h12c.2761 0 .5-.2239.5-.5v-14.5c0-.27614-.2239-.5-.5-.5zm-12-1.5h12c1.1046 0 2 .89543 2 2v14.5c0 1.1046-.8954 2-2 2h-12c-1.10457 0-2-.8954-2-2v-14.5c0-1.10457.89543-2 2-2z"}),(0,n.createElement)(c.Path,{d:"m10.9123 9.87699c-.3141.21991-.4123.45171-.4123.62301s.0982.4031.4123.623c.3118.2182.7824.377 1.3377.377v1.5c-.8254 0-1.6048-.233-2.1979-.6481-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.79516.46141-1.43835 1.0521-1.85186.5931-.41517 1.3725-.64814 2.1979-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75c0-.1713-.0982-.4031-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.3377.37699z"}),(0,n.createElement)(c.Path,{d:"m13.5877 14.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.233 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.6048-.233-2.1979-.6481c-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.4142.33579-.75.75-.75.4142 0 .75.3358.75.75 0 .1713.0982.4031.4123.623.3118.2182.7824.377 1.3377.377s1.0259-.1588 1.3377-.377z"}),(0,n.createElement)(c.Path,{d:"m12.25 15.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,n.createElement)(c.Path,{d:"m12.25 7c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})))},4926:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m16 3h-10c-.27614 0-.5.22386-.5.5v13.5c0 .2761.22386.5.5.5h10c.2761 0 .5-.2239.5-.5v-13.5c0-.27614-.2239-.5-.5-.5zm-10-1.5h10c1.1046 0 2 .89543 2 2v13.5c0 1.1046-.8954 2-2 2h-10c-1.10457 0-2-.8954-2-2v-13.5c0-1.10457.89543-2 2-2z"}),(0,n.createElement)(c.Path,{d:"m9.91233 7.87699c-.31409.21986-.41233.45167-.41233.62301s.09824.40315.41233.62301c.31177.21821.78237.37699 1.33767.37699v1.5c-.8254 0-1.60477-.233-2.19786-.6481-.59073-.41355-1.05214-1.05674-1.05214-1.8519s.46141-1.43835 1.05214-1.85186c.59309-.41517 1.37246-.64814 2.19786-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75c0-.17134-.0982-.40315-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.33767.37699z"}),(0,n.createElement)(c.Path,{d:"m12.5877 12.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.23297 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.60477-.233-2.19786-.6481c-.59073-.4135-1.05214-1.0567-1.05214-1.8519 0-.4142.33579-.75.75-.75s.75.3358.75.75c0 .1713.09824.4031.41233.623.31177.2182.78237.377 1.33767.377s1.0259-.1588 1.3377-.377z"}),(0,n.createElement)(c.Path,{d:"m11.25 13.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,n.createElement)(c.Path,{d:"m11.25 5c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})),(0,n.createElement)(c.Path,{d:"m20.25 8.25v11c0 1.1046-.8954 2-2 2h-8",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},2155:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Circle,{cx:"9",cy:"9",r:"4"}),(0,n.createElement)(c.Path,{d:"M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64l-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"}))),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM15.08 7.05c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z",fill:"currentColor"}))},5386:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.83333333 6.66666667v-2.5l-5.83333333 5.83333333 5.83333333 5.8333333v-2.5l-3.33333333-3.3333333zm4.99999997.83333333v-3.33333333l-5.8333333 5.83333333 5.8333333 5.8333333v-3.4166666c4.1666667 0 7.0833334 1.3333333 9.1666667 4.25-.8333333-4.1666667-3.3333333-8.33333337-9.1666667-9.1666667z",fill:"currentColor"}))},1069:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"-2 -1 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M0 2.538C0 1.865.258 1.22.716.744A2.4 2.4 0 0 1 2.443 0h14.114a2.4 2.4 0 0 1 1.727.744c.458.476.715 1.121.716 1.794v18.616c0 .009-.005.017-.005.026-.018.11-.043.22-.074.327-.004.008-.003.017-.007.025-.008.017-.027.024-.036.04a.817.817 0 0 1-.228.258.77.77 0 0 1-.464.17h-.004a.776.776 0 0 1-.338-.084c-.007-.003-.015-.002-.023-.005l-2.53-1.315-2.532 1.315a.791.791 0 0 1-.728 0L9.5 20.596l-2.532 1.315a.788.788 0 0 1-.727 0L3.71 20.596l-2.532 1.315c-.008.004-.016.003-.024.006-.104.034-.21.06-.318.078-.007 0-.014.005-.022.005a.711.711 0 0 1-.1-.021.767.767 0 0 1-.189-.04 1.97 1.97 0 0 1-.261-.17.829.829 0 0 1-.105-.14.794.794 0 0 1-.073-.097c-.004-.008-.003-.017-.007-.025a.87.87 0 0 1-.042-.16.864.864 0 0 1-.032-.168c0-.01-.005-.016-.005-.025V2.538Zm4.074 16.355 2.53 1.314 2.532-1.314a.79.79 0 0 1 .728 0l2.531 1.314 2.531-1.314a.79.79 0 0 1 .729 0l1.716.892V2.538a.864.864 0 0 0-.238-.598.8.8 0 0 0-.576-.248H2.443a.8.8 0 0 0-.576.249.864.864 0 0 0-.238.597v17.247l1.717-.892a.788.788 0 0 1 .728 0Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M8.414 7.333h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .225.086.44.239.598a.8.8 0 0 0 .575.248ZM8.414 11.846h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248A.863.863 0 0 0 7.6 11c0 .224.086.44.239.598.152.159.36.248.575.248ZM8.414 16.359h5.429c.216 0 .423-.09.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .224.086.44.239.598.152.159.36.248.575.248ZM5.157 7.333a.787.787 0 0 0 .315-.067.853.853 0 0 0 .26-.181.869.869 0 0 0 .224-.762.852.852 0 0 0-.223-.435.697.697 0 0 0-.261-.181.782.782 0 0 0-.892.179.873.873 0 0 0-.171.927.813.813 0 0 0 .749.52ZM5.157 11.846a.786.786 0 0 0 .315-.068.852.852 0 0 0 .26-.18.85.85 0 0 0 .24-.599.876.876 0 0 0-.24-.599.786.786 0 0 0-.957-.147.824.824 0 0 0-.27.242.863.863 0 0 0-.137.71.858.858 0 0 0 .16.33.79.79 0 0 0 .63.31ZM5.157 16.359a.784.784 0 0 0 .576-.25.873.873 0 0 0 .174-.932.841.841 0 0 0-.235-.33.782.782 0 0 0-.752-.154.806.806 0 0 0-.511.484.873.873 0 0 0 .173.932.812.812 0 0 0 .575.25Z",fill:"currentColor"}))},379:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m3.75 18v-12c0-.69036.55964-1.25 1.25-1.25h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m3 15h6v18h-6z",fill:"currentColor",transform:"matrix(0 -1 1 0 -12 18)"}))},1297:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm7.08163265-8.16326529c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm4.7142857 11.83673469c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm0-6.122449c-1.12244898 0-2.04081632.9183674-2.04081632 2.0408164 0 1.1224489.91836734 2.0408163 2.04081632 2.0408163s2.04081633-.9183674 2.04081633-2.0408163c0-1.122449-.91836735-2.0408164-2.04081633-2.0408164zm7.08163265-2.04081629c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm0-6.12244898c-1.122449 0-2.04081632.91836734-2.04081632 2.04081632s.91836732 2.04081633 2.04081632 2.04081633 2.0408163-.91836735 2.0408163-2.04081633-.9183673-2.04081632-2.0408163-2.04081632zm4.7142857 17.95918367c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327zm0-6.122449c-1.122449 0-2.0408163.9183674-2.0408163 2.0408163 0 1.122449.9183673 2.0408164 2.0408163 2.0408164s2.0408163-.9183674 2.0408163-2.0408164c0-1.1224489-.9183673-2.0408163-2.0408163-2.0408163z",fill:"currentColor"}))},4172:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.63589015 9.40022032v3.64467918l6.37818865 3.4806687 6.3781886-3.4806687v-3.64467918l-6.3781886 3.48066868zm6.37818865-9.2757086-10.02286786 5.46701882 10.02286786 5.46701886 8.2005282-4.47384377v6.29618337h1.8223396v-7.28935846z",transform:"translate(-1 1.713379)",fill:"currentColor"}))},4329:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z",fill:"currentColor"}))},6494:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m.00952381 18.5714286 19.99047619-8.5714286-19.99047619-8.57142857-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619z"}),(0,n.createElement)(c.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z",fill:"currentColor"}))},3749:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4 20.25h16",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m4 16.25h9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},692:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m4 20.25h16"}),(0,n.createElement)(c.Path,{d:"m4 16.25h9"}),(0,n.createElement)(c.Path,{d:"m22.25 9.5v-5.75c0-1.10457-.8954-2-2-2h-12.75"})),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},1547:function(e,t,r){"use strict";r.d(t,{ZP:function(){return l}});var n=r(9307),c=r(444),l={styles:{default:(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.5 9.5c0-.82843-.67157-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.67157 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m13.5 14.5c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m18.5 9.5c0-.82843-.6716-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m16.5 5h1v13.825h-1z"}),(0,n.createElement)(c.Path,{d:"m6.5 5h1v14h-1z"}),(0,n.createElement)(c.Path,{d:"m11.5 5h1v14h-1z"}))},meta:{label:"Settings",keywords:["dots","lines","preferences","sliders"]}}.styles.default},9179:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m19.5 8.5v11h-15v-5-2c0 3.5 3.5 3.5 5 3.5 3 0 3.5-3.0452 5-5 1.2022-1.56673 3.2746-2.39739 5-2.5z",fill:"currentColor",fillRule:"evenodd"}))},7579:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.5 6-8 6 8 6",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Rect,{height:"4",rx:"1",width:"4",x:"5",y:"10"}),(0,n.createElement)(c.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"4"}),(0,n.createElement)(c.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"16"})))},9050:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.2727273 4.36363636h-2.7272728v-3.63636363h-12.72727268c-1 0-1.81818182.81818182-1.81818182 1.81818182v9.99999995h1.81818182c0 1.509091 1.21818182 2.7272728 2.72727273 2.7272728 1.5090909 0 2.72727272-1.2181818 2.72727272-2.7272728h5.45454543c0 1.509091 1.2181818 2.7272728 2.7272728 2.7272728 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272728h1.8181818v-4.5454545zm-.4545455 1.36363637 1.7818182 2.27272727h-4.0545455v-2.27272727zm-12.27272725 7.72727277c-.5 0-.90909091-.409091-.90909091-.909091s.40909091-.9090909.90909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091zm2.01818181-2.7272728c-.5-.5545454-1.20909091-.90909088-2.01818181-.90909088-.80909091 0-1.51818182.35454548-2.01818182.90909088h-.70909091v-8.18181815h10.90909088v8.18181815zm8.89090914 2.7272728c-.5 0-.909091-.409091-.909091-.909091s.409091-.9090909.909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091z",transform:"translate(0 2)",fill:"currentColor"}))},6707:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 8.675c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zm-6-10c-5.52 0-10 4.48-10 10 0 3.7 2.01 6.92 4.99 8.65l1-1.73c-2.38-1.39-3.99-3.96-3.99-6.92 0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z",fill:"currentColor"}))},993:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20 9h-4.17l3.24-3.24-1.41-1.42-4.66 4.66h-2v-2l4.66-4.66-1.42-1.41-3.24 3.24v-4.17h-2v4.17l-3.24-3.24-1.42 1.41 4.66 4.66v2h-2l-4.66-4.66-1.41 1.42 3.24 3.24h-4.17v2h4.17l-3.24 3.24 1.41 1.42 4.66-4.66h2v2l-4.66 4.66 1.42 1.41 3.24-3.24v4.17h2v-4.17l3.24 3.24 1.42-1.41-4.66-4.66v-2h2l4.66 4.66 1.41-1.42-3.24-3.24h4.17z",fill:"currentColor"}))},7620:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{fill:"none",d:"m12.5 17v-2c0-1.1046-.8954-2-2-2h-4c-1.10457 0-2 .8954-2 2v2",stroke:"currentColor",strokeWidth:"1.5"}),(0,n.createElement)(c.Path,{d:"m19.5 17v-1c0-1.1046-.8954-2-2-2h-2.5",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,n.createElement)(c.Circle,{cx:"15.5",cy:"10",fill:"currentColor",r:"2"}),(0,n.createElement)(c.Circle,{cx:"8.5",cy:"9",fill:"currentColor",r:"2"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},1142:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45C9.85 12.17 6.18 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38-.47.3-.91.63-1.34.98-.42-.34-.87-.67-1.33-.97.25-1.2.71-2.35 1.37-3.39zM12 15.45c-.82-1.25-1.86-2.34-3.06-3.2-.13-.09-.27-.16-.4-.26.13.09.27.17.39.25C6.98 10.83 4.59 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45zm1.32 4.15c-.44.15-.88.27-1.33.37-.44-.09-.87-.21-1.28-.36-3.29-1.18-5.7-3.99-6.45-7.35 1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55c.69-1.05 1.55-1.95 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4-.75 3.37-3.15 6.18-6.42 7.35zm-4.33-7.32c-.02-.01-.04-.03-.05-.04 0 0 .01 0 .01.01.01.01.02.02.04.03z",fill:"currentColor"}))},9300:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.0268555.55859375-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.0268555 5.68859375.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.62999995-.91.79.27 1.18.56 2.41-2.12-1.28-1.03-.64-1.03000003.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.62999995 2.47-.21 1.2-.1.47-1.11zm0-5.13-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"}))},6422:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zM7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2 11c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zm-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95-7.35 3.05z"}),(0,n.createElement)(c.Circle,{cx:"11",cy:"9",r:"1"}),(0,n.createElement)(c.Path,{d:"M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"})))},1457:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-7-5.5l3.5 3.5-3.5 3.5V11h-4V9h4V6.5zm-6 11L5.5 14 9 10.5V13h4v2H9v2.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-13.5V9h-4v2h4v2.5l3.5-3.5zm-6 4L5.5 14 9 17.5V15h4v-2H9z",fill:"currentColor"}))},9218:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9L10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM6.5 9L10 5.5 13.5 9H11v4H9V9zm11 6L14 18.5 10.5 15H13v-4h2v4z",fill:"currentColor"}))},9854:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.34133533 6.23855964v-1.98499625c-2.17404351.03150788-4.03300825 1.38634659-4.85221305 3.27681921-.31507877.72468117-.44111028 1.51237809-.4096024 2.33158289.06301575 1.13428361.47261815 2.20555141 1.16579145 3.05626411.37809452.4411102.28357089 1.1027757-.18904726 1.4493623-.44111028.3150788-1.07126782.2205551-1.41785447-.1890473-.85071268-1.0397599-1.38634658-2.3315829-1.54388597-3.7179294-.12603151-1.00825211-.03150788-2.01650417.25206302-2.9302326.88222055-3.02475619 3.6864216-5.26181546 6.99474868-5.29332334v-1.98499624c0-.09452363.12603151-.15753939.22055514-.09452363l4.09602403 2.99324831c.0630157.06301575.0630157.15753938 0 .18904726l-4.09602403 2.99324831c-.09452363.06301575-.22055514 0-.22055514-.09452363zm.22055514 13.17029256c.09452363.0630158.22055514 0 .22055514-.0945236v-1.9849963c3.30832709-.0315078 6.11252809-2.2685671 6.99474869-5.2933233.252063-.9137284.3780945-1.8904726.252063-2.93023256-.1575394-1.38634658-.7246812-2.67816954-1.543886-3.71792948-.3465866-.44111028-.9767441-.53563391-1.4178544-.18904726-.4726182.34658665-.5671418 1.00825206-.1890473 1.44936234.6931733.85071268 1.1027757 1.89047262 1.1657915 3.05626407.0315078.81920479-.1260315 1.63840959-.4096024 2.33158289-.787697 1.8904726-2.6466617 3.2453113-4.85221309 3.2768192v-1.9849962c0-.0945237-.12603151-.1575394-.22055514-.0945237l-4.096024 2.9932483c-.06301576.0630158-.06301576.1575394 0 .1890473z",transform:"translate(4 2)"}))},1701:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.8333333 0h-11.66666663c-1.15 0-2.08333334.93333333-2.08333334 2.08333333v15.83333337c0 1.15.93333334 2.0833333 2.08333334 2.0833333h11.66666663c1.15 0 2.0833334-.9333333 2.0833334-2.0833333v-15.83333337c0-1.15-.9333334-2.08333333-2.0833334-2.08333333zm-5.8333333 19.1666667c-.69166667 0-1.25-.5583334-1.25-1.25 0-.6916667.55833333-1.25 1.25-1.25.6916667 0 1.25.5583333 1.25 1.25 0 .6916666-.5583333 1.25-1.25 1.25zm6.25-3.3333334h-12.5v-13.3333333h12.5z",fill:"currentColor"}))},6710:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.25 0h-9c-.825 0-1.5.61363636-1.5 1.36363636v13.27272724c0 .75.675 1.3636364 1.5 1.3636364h9c.825 0 1.5-.6136364 1.5-1.3636364v-13.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 14h-8v-12h8z",transform:"translate(1.25)"}))},1476:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M7.075 19.32a6.603 6.603 0 0 0-4.62 1.889.53.53 0 0 0 .003.763 6.6 6.6 0 0 0 9.205-.037.529.529 0 0 0-.004-.763 6.623 6.623 0 0 0-4.584-1.852Zm-.032 3.445a5.542 5.542 0 0 1-3.414-1.18 5.53 5.53 0 0 1 6.86-.026 5.528 5.528 0 0 1-3.446 1.206Z"}),(0,n.createElement)(c.Path,{d:"M7.059 10.059A6.89 6.89 0 0 0 .177 16.94 6.794 6.794 0 0 0 .92 20.02a.53.53 0 0 0 .946-.476 5.75 5.75 0 0 1-.632-2.603 5.824 5.824 0 0 1 11.647 0 5.724 5.724 0 0 1-.632 2.6.528.528 0 0 0 .75.691.53.53 0 0 0 .195-.212 6.767 6.767 0 0 0 .746-3.08A6.89 6.89 0 0 0 7.06 10.06Z"}),(0,n.createElement)(c.Path,{d:"M9.372 15.195c0-.322-.024-.62-.132-.91a2.168 2.168 0 0 0-1.271-1.27c-.29-.11-.618-.133-.91-.133-.292 0-.62.024-.91.132a2.166 2.166 0 0 0-1.27 1.27c-.11.291-.133.605-.133.91 0 2.595 1.45 2.982 2.313 2.982.864 0 2.313-.387 2.313-2.981Zm-3.567 0c0-.173-.003-.342.052-.504a1.124 1.124 0 0 1 .698-.698c.162-.055.272-.09.504-.09.231 0 .342.035.504.09a1.123 1.123 0 0 1 .697.698c.056.162.053.342.053.504 0 1.922-.945 1.922-1.254 1.922-.309 0-1.254 0-1.254-1.922ZM10.412 13.765a.53.53 0 0 1-.53-.53V2.647A2.65 2.65 0 0 1 12.53 0h8.472a2.648 2.648 0 0 1 2.645 2.645v5.158a2.648 2.648 0 0 1-2.645 2.644h-7.053l-3.163 3.163a.53.53 0 0 1-.374.155ZM12.53 1.059a1.59 1.59 0 0 0-1.589 1.588v9.31l2.414-2.414a.53.53 0 0 1 .374-.155h7.273a1.588 1.588 0 0 0 1.586-1.585V2.645a1.587 1.587 0 0 0-1.586-1.586H12.53Z"}),(0,n.createElement)(c.Path,{d:"M12.706 3.735h8.47M12.706 6.559h8.47"})))},7506:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M12 23.52C9.72154 23.52 7.49427 22.8444 5.59982 21.5785C3.70536 20.3127 2.22881 18.5135 1.35689 16.4085C0.484972 14.3035 0.256838 11.9872 0.701339 9.75257C1.14584 7.51791 2.24301 5.46524 3.85412 3.85414C5.46522 2.24304 7.51788 1.14586 9.75254 0.701362C11.9872 0.25686 14.3035 0.484995 16.4085 1.35692C18.5135 2.22884 20.3127 3.70539 21.5785 5.59984C22.8443 7.49429 23.52 9.72157 23.52 12C23.52 15.0553 22.3063 17.9855 20.1459 20.1459C17.9854 22.3063 15.0553 23.52 12 23.52ZM12 2.78401C10.1772 2.78401 8.39541 3.32452 6.87985 4.33718C5.36429 5.34985 4.18305 6.78919 3.48551 8.4732C2.78797 10.1572 2.60547 12.0102 2.96107 13.798C3.31667 15.5857 4.19441 17.2278 5.48329 18.5167C6.77217 19.8056 8.4143 20.6833 10.202 21.0389C11.9898 21.3945 13.8428 21.212 15.5268 20.5145C17.2108 19.8169 18.6501 18.6357 19.6628 17.1201C20.6755 15.6046 21.216 13.8228 21.216 12C21.216 9.55577 20.245 7.21165 18.5167 5.48331C16.7883 3.75498 14.4442 2.78401 12 2.78401V2.78401Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M12 13.536C11.6945 13.536 11.4015 13.4146 11.1854 13.1986C10.9694 12.9825 10.848 12.6895 10.848 12.384V5.856H13.152V12.384C13.152 12.6895 13.0307 12.9825 12.8146 13.1986C12.5986 13.4146 12.3056 13.536 12 13.536V13.536Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M21.9357 0.434855L18.8647 3.50585L20.4939 5.13502L23.5649 2.06403L21.9357 0.434855Z",fill:"currentColor"}))},2249:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z",fill:"currentColor"}))},5354:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.8187411 12.8292466-2.30909089-2.2818182.02727273-.0272727c1.58181816-1.76363641 2.70909086-3.79090913 3.37272726-5.93636368h2.6636364v-1.81818182h-6.36363639v-1.81818181h-1.81818182v1.81818181h-6.36363636v1.80909091h10.15454547c-.60909092 1.75454546-1.57272729 3.41818182-2.8818182 4.87272728-.84545454-.93636364-1.54545454-1.96363637-2.1-3.04545455h-1.81818181c.66363636 1.48181818 1.57272727 2.88181818 2.7090909 4.14545456l-4.62727272 4.5636363 1.29090909 1.2909091 4.54545454-4.5454545 2.8272727 2.8272727zm5.1181818-4.60909094h-1.8181818l-4.0909091 10.90909094h1.8181818l1.0181819-2.7272728h4.3181818l1.0272727 2.7272728h1.8181818zm-2.3818181 6.36363634 1.4727272-3.9363636 1.4727273 3.9363636z",fill:"currentColor"}))},5897:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.34532 7.19644c.03127-.69843.67672-1.20533 1.36267-1.07017l8.89421 1.75261c.6859.13516 1.0908.84904.8547 1.50713l-3.8044 10.60739c-.1909.5322-.7422.8448-1.2968.7355l-5.59369-1.1022c-.55466-.1093-.94606-.6077-.92076-1.1725z",stroke:"currentColor",strokeWidth:"1.4",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m18.7958.00018311-14.7958 6.08966689.76121 1.84948 14.79579-6.08967z"}),(0,n.createElement)(c.Path,{d:"m13.5123 2.17454s-.9464.38951-2.1138.86999c-1.1673.48043-2.11357.86993-2.11357.86993-.48046-1.16736.0764-2.50318 1.24367-2.983611 1.1674-.480475 2.5032.076331 2.9837 1.243691z"}),(0,n.createElement)(c.Path,{d:"m6.5 17 10-4-2.5 7-7-1z"})))},5458:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6.33693 7.16999c-.02446-.16261-.01354-.3286.03202-.48661.04555-.15801.12466-.30433.23193-.42898.10727-.12464.24018-.22467.38964-.29325.14946-.06859.31196-.10411.47641-.10416h9.06497c.7 0 1.235.622 1.13 1.313l-1.681 11.14301c-.0407.2706-.1771.5176-.3844.6961-.2074.1786-.4719.2768-.7456.2769h-5.70197c-.27363-.0001-.53816-.0983-.74552-.2769-.20736-.1785-.34378-.4255-.38448-.6961z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m20 4.99999h-16v2h16zm-5.714 0h-4.572c0-.60629.24085-1.18774.6696-1.61645.4287-.4287 1.0101-.66955 1.6164-.66955s1.1877.24085 1.6164.66955c.4288.42871.6696 1.01016.6696 1.61645z",fill:"currentColor"}))},6640:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20.9644 6.21958c-.6699.29445-1.3852.49504-2.1383.58663.7675-.46249 1.3579-1.19144 1.6372-2.06117-.7198.4201-1.5177.72591-2.3669.89623-.6783-.72592-1.6449-1.18009-2.7183-1.18009-2.0566 0-3.7241 1.66756-3.7241 3.72192 0 .29521.034.57907.0961.85082-3.09594-.1461-5.83988-1.63275-7.67624-3.88013-.32322.54652-.50413 1.1816-.50413 1.87345 0 1.29439.65854 2.43208 1.6562 3.10046-.61085-.0197-1.18538-.18772-1.68648-.46627v.04617c0 1.8053 1.28152 3.3109 2.98692 3.6538-.31262.084-.64265.1294-.981.1294-.23769 0-.46553-.0227-.69337-.0651.47764 1.4784 1.85074 2.5563 3.485 2.5865-1.27168.9985-2.88322 1.5934-4.61891 1.5934-.29521 0-.58966-.0174-.88563-.0507 1.65696 1.0552 3.60913 1.6721 5.72027 1.6721 6.85347 0 10.59657-5.6741 10.59657-10.5867 0-.1582 0-.31792-.0114-.47688.7274-.52154 1.3625-1.18084 1.8621-1.9287z",fill:"currentColor"}))},1501:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,n.createElement)(c.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,n.createElement)(c.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"})),(0,n.createElement)(c.Rect,null))},8572:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.9986483 8.20489366h-7.5333334l3.0444445-3.13333333c-3.0333334-3-7.94444447-3.11111111-10.97777781-.11111111-3.03333333 3.01111111-3.03333333 7.86666668 0 10.87777778 3.03333334 3.0111111 7.94444441 3.0111111 10.97777781 0 1.5111111-1.4888889 2.2666666-3.2333333 2.2666666-5.4333333h2.2222223c0 2.2-.9777778 5.0555555-2.9333334 6.9888889-3.9 3.8666666-10.23333331 3.8666666-14.13333331 0-3.88888889-3.8555556-3.92222222-10.12222227-.02222222-13.97777783 3.9-3.85555555 10.15555553-3.85555555 14.05555553 0l3.0333334-3.12222222zm-9.4444445-2.35555555v4.72222219l3.8888889 2.3111111-.8 1.3444445-4.75555555-2.8222222v-5.55555559z",transform:"translate(0 -.293783)",fill:"currentColor"}))},9157:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11V11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z",fill:"currentColor"}))},9560:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m16 2 2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-14z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"}))},3442:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-1.5996426-.92046471-3.6371761-.99195711-5.3619303 0-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-1.7158177-.9919571-3.75335121-.9204647-5.3619303 0 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697 1.59964254.9204647 3.63717605.9919571 5.3619303 0 .25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737 1.7158177.9919571 3.7533512.9204647 5.3619303 0-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-5.9874888 3.2171582c-1.97497766 0-3.5746202-1.5996425-3.5746202-3.5746202 0-1.97497766 1.59964254-3.5746202 3.5746202-3.5746202 1.9749777 0 3.5746202 1.59964254 3.5746202 3.5746202 0 1.9749777-1.5996425 3.5746202-3.5746202 3.5746202z",transform:"translate(1)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-.8132261-.46470063-1.7426274-.71492404-2.6899017-.71492404-.9115282 0-1.8319929.23235031-2.6720286.71492404-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-.84003575-.48257372-1.76050045-.71492403-2.6720286-.71492403-.9383378 0-1.8766756.25022341-2.6899017.71492403 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697.8132261.4647006 1.74262735.714924 2.6899017.714924.91152815 0 1.83199285-.2323503 2.6720286-.714924.25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737.8400357.4825738 1.7605004.7149241 2.6720286.7149241.9383378 0 1.8766756-.2502234 2.6899017-.7149241-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-2.2698838-3.46738157c.1876676-.15192136.3395889-.25915997.4825737-.33065237.5451296-.31277927 1.1617516-.48257373 1.7873101-.48257373.2412869 0 .4736372.02680966.7059875.07149241-.277033.81322609-.8400357 1.51027703-1.590706 1.94816801-.1519213.0893655-.3217158.1608579-.5183199.24128686l-1.233244.46470062c-.1519213-.41108132-.3663985-.77747989-.6434316-1.10813226zm-3.717605-4.6023235c.56300268.64343163.89365505 1.48346738.89365505 2.35031278 0 .16979445-.0178731.36639857-.04468275.56300268l-.20554066 1.28686327c-.21447722-.03574621-.42895443-.06255586-.64343164-.06255586s-.42895442.02680965-.63449508.06255586l-.20554067-1.28686327c-.0357462-.19660411-.0536193-.39320823-.0536193-.56300268 0-.87578195.33065237-1.70688115.89365505-2.35031278zm-6.69347632 3.85165326c.23235031-.05361931.47363718-.07149241.71492404-.07149241.61662199 0 1.23324397.16085791 1.77837355.48257373.13404826.08042895.28596961.17873101.43789097.31277927l1.02770331.85790884c-.26809652.32171582-.47363718.67917784-.62555853 1.07238606l-1.23324397-.46470062c-.18766756-.08042896-.35746202-.16085791-.50044683-.24128687-.77747989-.44682752-1.33154602-1.13494191-1.59964254-1.948168zm2.97587132 6.96157281c-.18766756.1519214-.33958892.25916-.48257373.3306524-.54512958.3127793-1.16175156.4825737-1.7873101.4825737-.24128686 0-.47363718-.0268096-.70598749-.0714924.27703307-.8132261.84003575-1.510277 1.59070599-1.948168.15192136-.0893655.32171582-.1608579.51831993-.2412869l1.23324397-.4647006c.1429848.4110813.36639857.7864165.64343163 1.1081323zm3.717605 4.6112601c-.56300268-.6434317-.89365505-1.4834674-.89365505-2.3503128 0-.178731.0178731-.3663986.0536193-.5808758l.19660411-1.2689902c.20554067.0357462.42001788.0625559.64343164.0625559.21447721 0 .42895442-.0268097.63449508-.0625559l.20554067 1.2868633c.0357462.1966041.0536193.3932082.0536193.5630027 0 .8757819-.33065237 1.7068811-.89365505 2.3503128zm5.9785523-3.7890974c-.616622 0-1.233244-.1608579-1.7783736-.4825738-.1608579-.0893655-.3038427-.1966041-.4378909-.3038427l-1.0277033-.8579088c.2680965-.3217158.4825737-.6791779.6255585-1.0813226l1.233244.4647006c.1966041.0714924.3663985.1519213.5093833.2323503.7596068.437891 1.313673 1.1349419 1.590706 1.948168-.2412868.0625559-.4825737.080429-.714924.080429z",transform:"translate(1)",fill:"currentColor"}))},1699:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m0 6.66666667v6.66666663h4.44444444l5.55555556 5.5555556v-17.77777779l-5.55555556 5.55555556zm15 3.33333333c0-1.96666667-1.1333333-3.65555556-2.7777778-4.47777778v8.94444448c1.6444445-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444444v2.28888888c3.2111111.95555556 5.5555556 3.93333334 5.5555556 7.45555556 0 3.5222222-2.3444445 6.5-5.5555556 7.4555556v2.2888888c4.4555556-1.0111111 7.7777778-4.9888888 7.7777778-9.7444444 0-4.75555556-3.3222222-8.73333333-7.7777778-9.74444444z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"1 0.05 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m.99267578 6.72328559v6.66666671h4.44444445l5.55555557 5.5555555v-17.77777777l-5.55555557 5.55555556zm7.77777778-.18888889v7.0444444l-2.41111111-2.4111111h-3.14444445v-2.22222219h3.14444445zm7.22222224 3.5222222c0-1.96666664-1.1333334-3.65555553-2.7777778-4.47777775v8.94444445c1.6444444-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444442v2.28888889c3.2111111.95555555 5.5555556 3.93333333 5.5555556 7.45555553s-2.3444445 6.5-5.5555556 7.4555556v2.2888889c4.4555556-1.0111111 7.7777778-4.9888889 7.7777778-9.7444445 0-4.75555553-3.3222222-8.73333331-7.7777778-9.74444442z",fill:"currentColor"}))},3385:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m16.6666667 10c0-2.11666667-.9916667-4.00833333-2.5333334-5.225l-.8-4.775h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225zm-11.6666667 0c0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5-2.75833333 0-5-2.2416667-5-5z"}),(0,n.createElement)(c.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z",fill:"currentColor"}))},578:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15 16.6594678c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-5.604419c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-10.2550488c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zm-2.95 4.65062988c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z",fill:"currentColor"}))},2210:function(e,t,r){"use strict";var n={};r.r(n),r.d(n,{category:function(){return d},name:function(){return w},settings:function(){return p}});var c={};r.r(c),r.d(c,{category:function(){return y},name:function(){return C},settings:function(){return V}}),r(998),r(7361),r(8718);var l=window.wp.blocks;(0,l.getCategories)().some((function(e){return"formatting"===e.slug})),window.wp.blob,window.wp.tokenList;var o=r(9307),a=r(7635),i=r(5736),s=r(5609),h=JSON.parse('{"name":"coblocks/post-carousel","category":"layout","attributes":{"className":{"type":"string"},"align":{"type":"string"},"postFeedType":{"type":"string","default":"internal"},"externalRssUrl":{"type":"string","default":""},"postsToShow":{"type":"number","default":4},"displayPostContent":{"type":"boolean","default":true},"displayPostDate":{"type":"boolean","default":true},"displayPostLink":{"type":"boolean","default":false},"postLink":{"type":"string","default":"Read more"},"excerptLength":{"type":"number","default":12},"imageSize":{"type":"string","default":"w-1/7 sm:w-1/5 h-1/7 sm:h-1/5"},"listPosition":{"type":"string","default":"right"},"columns":{"type":"number","default":2},"order":{"type":"string","default":"desc"},"orderBy":{"type":"string","default":"date"},"categories":{"type":"array","items":{"type":"object"}},"categoryRelation":{"type":"string","default":"or"}}}');const{attributes:m}=h;var v=[{attributes:{...m,categories:{type:"string"}},supports:{align:!0,html:!1},migrate:e=>({...e,categories:[{id:Number(e.categories)}]}),isEligible:e=>{let{categories:t}=e;return t&&"string"==typeof t},save:()=>null}],u={from:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)(h.name,{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}},{type:"block",blocks:["coblocks/posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:m,excerptLength:v,align:u}=e;return(0,l.createBlock)(h.name,{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:m,align:u,excerptLength:v})}}],to:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)("core/latest-posts",{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}}]};const f=(0,o.lazy)((()=>Promise.all([r.e(958),r.e(411)]).then(r.bind(r,6411)))),{name:w,category:d}=h,p={
2
  /* translators: block name */
3
- title:(0,i.__)("Post Carousel (CoBlocks)","coblocks"),
4
  /* translators: block description */
5
- description:(0,i.__)("Display posts or an external blog feed as a carousel.","coblocks"),icon:(0,o.createElement)(s.Icon,{icon:a.tPc}),keywords:["coblocks",
6
  /* translators: block keyword */
7
- (0,i.__)("slider","coblocks"),
8
  /* translators: block keyword */
9
- (0,i.__)("posts","coblocks"),
10
  /* translators: block keyword */
11
- (0,i.__)("blog","coblocks"),
12
  /* translators: block keyword */
13
- (0,i.__)("latest","coblocks"),
14
  /* translators: block keyword */
15
- (0,i.__)("rss","coblocks")],supports:{align:["wide","full"],html:!1},transforms:u,edit:e=>(0,o.createElement)(o.Suspense,{fallback:(0,o.createElement)(s.Spinner,null)},(0,o.createElement)(f,e)),example:{attributes:{}},deprecated:v,save:()=>null};var z=JSON.parse('{"name":"coblocks/posts","category":"layout","attributes":{"className":{"type":"string"},"align":{"type":"string"},"postFeedType":{"type":"string","default":"internal"},"externalRssUrl":{"type":"string","default":""},"postsToShow":{"type":"number","default":2},"displayPostContent":{"type":"boolean","default":true},"displayPostDate":{"type":"boolean","default":true},"displayPostLink":{"type":"boolean","default":false},"postLink":{"type":"string","default":"Read more"},"excerptLength":{"type":"number","default":12},"imageSize":{"type":"string","default":"medium"},"imageStyle":{"type":"string","default":"square"},"listPosition":{"type":"string","default":"right"},"columns":{"type":"number","default":2},"order":{"type":"string","default":"desc"},"orderBy":{"type":"string","default":"date"},"categories":{"type":"array","items":{"type":"object"}},"categoryRelation":{"type":"string","default":"or"}},"supports":{"gutter":{"default":"medium"}}}');const{attributes:g}=z;var x=[{attributes:{...g,categories:{type:"string"}},supports:{align:!0,html:!1},migrate:e=>({...e,categories:[{id:Number(e.categories)}]}),isEligible:e=>{let{categories:t}=e;return t&&"string"==typeof t},save:()=>null}],E={from:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)(z.name,{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}},{type:"block",blocks:["coblocks/post-carousel"],transform:e=>{let{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:h,excerptLength:m,align:v}=e;return(0,l.createBlock)(z.name,{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:h,align:v,excerptLength:m})}},{type:"prefix",prefix:":posts",transform:()=>(0,l.createBlock)(z.name)},...[2,3,4,5,6].map((e=>({type:"prefix",prefix:`:${e}posts`,transform:()=>(0,l.createBlock)(z.name,{postsToShow:e})})))],to:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)("core/latest-posts",{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}}]};const P=(0,o.lazy)((()=>r.e(954).then(r.bind(r,7954)))),{name:C,category:y}=z,V={
16
  /* translators: block name */
17
- title:(0,i.__)("Posts (CoBlocks)","coblocks"),
18
  /* translators: block description */
19
- description:(0,i.__)("Display posts or an RSS feed as stacked or horizontal cards.","coblocks"),icon:(0,o.createElement)(s.Icon,{icon:a.Qgu}),keywords:["coblocks",
20
  /* translators: block keyword */
21
- (0,i.__)("posts","coblocks"),
22
  /* translators: block keyword */
23
- (0,i.__)("blog","coblocks"),
24
  /* translators: block keyword */
25
- (0,i.__)("latest","coblocks"),
26
  /* translators: block keyword */
27
- (0,i.__)("rss","coblocks")],supports:{align:["wide","full"],gutter:{default:"medium"},html:!1},transforms:E,edit:e=>(0,o.createElement)(o.Suspense,{fallback:(0,o.createElement)(s.Spinner,null)},(0,o.createElement)(P,e)),example:{attributes:{}},deprecated:x,save:()=>null};[c,n].forEach((e=>{var t;if(!e)return;let{category:r}=e;const{name:n,settings:c}=e;"function"==typeof l.registerBlockCollection||n.includes("gallery")||(r="coblocks");let o="";null!=c&&c.icon&&(o={foreground:"#09757A",src:c.icon});const a=2===(null==e||null===(t=e.metadata)||void 0===t?void 0:t.apiVersion),i=a?null==e?void 0:e.metadata:{};null!=c&&c.attributes&&a&&(i.attributes={...i.attributes,...null==c?void 0:c.attributes}),(0,l.registerBlockType)(n,{category:r,...c,icon:o,...i})}))},8552:function(e,t,r){var n=r(852)(r(5639),"DataView");e.exports=n},1989:function(e,t,r){var n=r(1789),c=r(401),l=r(7667),o=r(1327),a=r(1866);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}i.prototype.clear=n,i.prototype.delete=c,i.prototype.get=l,i.prototype.has=o,i.prototype.set=a,e.exports=i},8407:function(e,t,r){var n=r(7040),c=r(4125),l=r(2117),o=r(7518),a=r(4705);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}i.prototype.clear=n,i.prototype.delete=c,i.prototype.get=l,i.prototype.has=o,i.prototype.set=a,e.exports=i},7071:function(e,t,r){var n=r(852)(r(5639),"Map");e.exports=n},3369:function(e,t,r){var n=r(4785),c=r(1285),l=r(6e3),o=r(9916),a=r(5265);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}i.prototype.clear=n,i.prototype.delete=c,i.prototype.get=l,i.prototype.has=o,i.prototype.set=a,e.exports=i},3818:function(e,t,r){var n=r(852)(r(5639),"Promise");e.exports=n},8525:function(e,t,r){var n=r(852)(r(5639),"Set");e.exports=n},8668:function(e,t,r){var n=r(3369),c=r(619),l=r(2385);function o(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}o.prototype.add=o.prototype.push=c,o.prototype.has=l,e.exports=o},6384:function(e,t,r){var n=r(8407),c=r(7465),l=r(3779),o=r(7599),a=r(4758),i=r(4309);function s(e){var t=this.__data__=new n(e);this.size=t.size}s.prototype.clear=c,s.prototype.delete=l,s.prototype.get=o,s.prototype.has=a,s.prototype.set=i,e.exports=s},2705:function(e,t,r){var n=r(5639).Symbol;e.exports=n},1149:function(e,t,r){var n=r(5639).Uint8Array;e.exports=n},577:function(e,t,r){var n=r(852)(r(5639),"WeakMap");e.exports=n},6874:function(e){e.exports=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}},4963:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,c=0,l=[];++r<n;){var o=e[r];t(o,r,e)&&(l[c++]=o)}return l}},4636:function(e,t,r){var n=r(2545),c=r(5694),l=r(1469),o=r(4144),a=r(5776),i=r(6719),s=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=l(e),h=!r&&c(e),m=!r&&!h&&o(e),v=!r&&!h&&!m&&i(e),u=r||h||m||v,f=u?n(e.length,String):[],w=f.length;for(var d in e)!t&&!s.call(e,d)||u&&("length"==d||m&&("offset"==d||"parent"==d)||v&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,w))||f.push(d);return f}},9932:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,c=Array(n);++r<n;)c[r]=t(e[r],r,e);return c}},2488:function(e){e.exports=function(e,t){for(var r=-1,n=t.length,c=e.length;++r<n;)e[c+r]=t[r];return e}},2908:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},4865:function(e,t,r){var n=r(9465),c=r(7813),l=Object.prototype.hasOwnProperty;e.exports=function(e,t,r){var o=e[t];l.call(e,t)&&c(o,r)&&(void 0!==r||t in e)||n(e,t,r)}},8470:function(e,t,r){var n=r(7813);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return-1}},9465:function(e,t,r){var n=r(8777);e.exports=function(e,t,r){"__proto__"==t&&n?n(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},1848:function(e){e.exports=function(e,t,r,n){for(var c=e.length,l=r+(n?1:-1);n?l--:++l<c;)if(t(e[l],l,e))return l;return-1}},1078:function(e,t,r){var n=r(2488),c=r(7285);e.exports=function e(t,r,l,o,a){var i=-1,s=t.length;for(l||(l=c),a||(a=[]);++i<s;){var h=t[i];r>0&&l(h)?r>1?e(h,r-1,l,o,a):n(a,h):o||(a[a.length]=h)}return a}},7786:function(e,t,r){var n=r(1811),c=r(327);e.exports=function(e,t){for(var r=0,l=(t=n(t,e)).length;null!=e&&r<l;)e=e[c(t[r++])];return r&&r==l?e:void 0}},8866:function(e,t,r){var n=r(2488),c=r(1469);e.exports=function(e,t,r){var l=t(e);return c(e)?l:n(l,r(e))}},4239:function(e,t,r){var n=r(2705),c=r(9607),l=r(2333),o=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?c(e):l(e)}},13:function(e){e.exports=function(e,t){return null!=e&&t in Object(e)}},9454:function(e,t,r){var n=r(4239),c=r(7005);e.exports=function(e){return c(e)&&"[object Arguments]"==n(e)}},939:function(e,t,r){var n=r(2492),c=r(7005);e.exports=function e(t,r,l,o,a){return t===r||(null==t||null==r||!c(t)&&!c(r)?t!=t&&r!=r:n(t,r,l,o,e,a))}},2492:function(e,t,r){var n=r(6384),c=r(7114),l=r(8351),o=r(6096),a=r(4160),i=r(1469),s=r(4144),h=r(6719),m="[object Arguments]",v="[object Array]",u="[object Object]",f=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,w,d,p){var z=i(e),g=i(t),x=z?v:a(e),E=g?v:a(t),P=(x=x==m?u:x)==u,C=(E=E==m?u:E)==u,y=x==E;if(y&&s(e)){if(!s(t))return!1;z=!0,P=!1}if(y&&!P)return p||(p=new n),z||h(e)?c(e,t,r,w,d,p):l(e,t,x,r,w,d,p);if(!(1&r)){var V=P&&f.call(e,"__wrapped__"),S=C&&f.call(t,"__wrapped__");if(V||S){var G=V?e.value():e,B=S?t.value():t;return p||(p=new n),d(G,B,r,w,p)}}return!!y&&(p||(p=new n),o(e,t,r,w,d,p))}},2958:function(e,t,r){var n=r(6384),c=r(939);e.exports=function(e,t,r,l){var o=r.length,a=o,i=!l;if(null==e)return!a;for(e=Object(e);o--;){var s=r[o];if(i&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<a;){var h=(s=r[o])[0],m=e[h],v=s[1];if(i&&s[2]){if(void 0===m&&!(h in e))return!1}else{var u=new n;if(l)var f=l(m,v,h,e,t,u);if(!(void 0===f?c(v,m,3,l,u):f))return!1}}return!0}},8458:function(e,t,r){var n=r(3560),c=r(5346),l=r(3218),o=r(346),a=/^\[object .+?Constructor\]$/,i=Function.prototype,s=Object.prototype,h=i.toString,m=s.hasOwnProperty,v=RegExp("^"+h.call(m).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!l(e)||c(e))&&(n(e)?v:a).test(o(e))}},8749:function(e,t,r){var n=r(4239),c=r(1780),l=r(7005),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return l(e)&&c(e.length)&&!!o[n(e)]}},7206:function(e,t,r){var n=r(1573),c=r(6432),l=r(6557),o=r(1469),a=r(9601);e.exports=function(e){return"function"==typeof e?e:null==e?l:"object"==typeof e?o(e)?c(e[0],e[1]):n(e):a(e)}},280:function(e,t,r){var n=r(5726),c=r(6916),l=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return c(e);var t=[];for(var r in Object(e))l.call(e,r)&&"constructor"!=r&&t.push(r);return t}},1573:function(e,t,r){var n=r(2958),c=r(1499),l=r(2634);e.exports=function(e){var t=c(e);return 1==t.length&&t[0][2]?l(t[0][0],t[0][1]):function(r){return r===e||n(r,e,t)}}},6432:function(e,t,r){var n=r(939),c=r(7361),l=r(9095),o=r(5403),a=r(9162),i=r(2634),s=r(327);e.exports=function(e,t){return o(e)&&a(t)?i(s(e),t):function(r){var o=c(r,e);return void 0===o&&o===t?l(r,e):n(t,o,3)}}},5970:function(e,t,r){var n=r(3012),c=r(9095);e.exports=function(e,t){return n(e,t,(function(t,r){return c(e,r)}))}},3012:function(e,t,r){var n=r(7786),c=r(611),l=r(1811);e.exports=function(e,t,r){for(var o=-1,a=t.length,i={};++o<a;){var s=t[o],h=n(e,s);r(h,s)&&c(i,l(s,e),h)}return i}},371:function(e){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},9152:function(e,t,r){var n=r(7786);e.exports=function(e){return function(t){return n(t,e)}}},611:function(e,t,r){var n=r(4865),c=r(1811),l=r(5776),o=r(3218),a=r(327);e.exports=function(e,t,r,i){if(!o(e))return e;for(var s=-1,h=(t=c(t,e)).length,m=h-1,v=e;null!=v&&++s<h;){var u=a(t[s]),f=r;if("__proto__"===u||"constructor"===u||"prototype"===u)return e;if(s!=m){var w=v[u];void 0===(f=i?i(w,u,v):void 0)&&(f=o(w)?w:l(t[s+1])?[]:{})}n(v,u,f),v=v[u]}return e}},6560:function(e,t,r){var n=r(5703),c=r(8777),l=r(6557),o=c?function(e,t){return c(e,"toString",{configurable:!0,enumerable:!1,value:n(t),writable:!0})}:l;e.exports=o},2545:function(e){e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},531:function(e,t,r){var n=r(2705),c=r(9932),l=r(1469),o=r(3448),a=n?n.prototype:void 0,i=a?a.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(l(t))return c(t,e)+"";if(o(t))return i?i.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r}},7561:function(e,t,r){var n=r(7990),c=/^\s+/;e.exports=function(e){return e?e.slice(0,n(e)+1).replace(c,""):e}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},4757:function(e){e.exports=function(e,t){return e.has(t)}},1811:function(e,t,r){var n=r(1469),c=r(5403),l=r(5514),o=r(9833);e.exports=function(e,t){return n(e)?e:c(e,t)?[e]:l(o(e))}},4429:function(e,t,r){var n=r(5639)["__core-js_shared__"];e.exports=n},8777:function(e,t,r){var n=r(852),c=function(){try{var e=n(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=c},7114:function(e,t,r){var n=r(8668),c=r(2908),l=r(4757);e.exports=function(e,t,r,o,a,i){var s=1&r,h=e.length,m=t.length;if(h!=m&&!(s&&m>h))return!1;var v=i.get(e),u=i.get(t);if(v&&u)return v==t&&u==e;var f=-1,w=!0,d=2&r?new n:void 0;for(i.set(e,t),i.set(t,e);++f<h;){var p=e[f],z=t[f];if(o)var g=s?o(z,p,f,t,e,i):o(p,z,f,e,t,i);if(void 0!==g){if(g)continue;w=!1;break}if(d){if(!c(t,(function(e,t){if(!l(d,t)&&(p===e||a(p,e,r,o,i)))return d.push(t)}))){w=!1;break}}else if(p!==z&&!a(p,z,r,o,i)){w=!1;break}}return i.delete(e),i.delete(t),w}},8351:function(e,t,r){var n=r(2705),c=r(1149),l=r(7813),o=r(7114),a=r(8776),i=r(1814),s=n?n.prototype:void 0,h=s?s.valueOf:void 0;e.exports=function(e,t,r,n,s,m,v){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!m(new c(e),new c(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return l(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var u=a;case"[object Set]":var f=1&n;if(u||(u=i),e.size!=t.size&&!f)return!1;var w=v.get(e);if(w)return w==t;n|=2,v.set(e,t);var d=o(u(e),u(t),n,s,m,v);return v.delete(e),d;case"[object Symbol]":if(h)return h.call(e)==h.call(t)}return!1}},6096:function(e,t,r){var n=r(8234),c=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,l,o,a){var i=1&r,s=n(e),h=s.length;if(h!=n(t).length&&!i)return!1;for(var m=h;m--;){var v=s[m];if(!(i?v in t:c.call(t,v)))return!1}var u=a.get(e),f=a.get(t);if(u&&f)return u==t&&f==e;var w=!0;a.set(e,t),a.set(t,e);for(var d=i;++m<h;){var p=e[v=s[m]],z=t[v];if(l)var g=i?l(z,p,v,t,e,a):l(p,z,v,e,t,a);if(!(void 0===g?p===z||o(p,z,r,l,a):g)){w=!1;break}d||(d="constructor"==v)}if(w&&!d){var x=e.constructor,E=t.constructor;x==E||!("constructor"in e)||!("constructor"in t)||"function"==typeof x&&x instanceof x&&"function"==typeof E&&E instanceof E||(w=!1)}return a.delete(e),a.delete(t),w}},9021:function(e,t,r){var n=r(5564),c=r(5357),l=r(61);e.exports=function(e){return l(c(e,void 0,n),e+"")}},1957:function(e,t,r){var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},8234:function(e,t,r){var n=r(8866),c=r(9551),l=r(3674);e.exports=function(e){return n(e,l,c)}},5050:function(e,t,r){var n=r(7019);e.exports=function(e,t){var r=e.__data__;return n(t)?r["string"==typeof t?"string":"hash"]:r.map}},1499:function(e,t,r){var n=r(9162),c=r(3674);e.exports=function(e){for(var t=c(e),r=t.length;r--;){var l=t[r],o=e[l];t[r]=[l,o,n(o)]}return t}},852:function(e,t,r){var n=r(8458),c=r(7801);e.exports=function(e,t){var r=c(e,t);return n(r)?r:void 0}},9607:function(e,t,r){var n=r(2705),c=Object.prototype,l=c.hasOwnProperty,o=c.toString,a=n?n.toStringTag:void 0;e.exports=function(e){var t=l.call(e,a),r=e[a];try{e[a]=void 0;var n=!0}catch(e){}var c=o.call(e);return n&&(t?e[a]=r:delete e[a]),c}},9551:function(e,t,r){var n=r(4963),c=r(479),l=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(e){return null==e?[]:(e=Object(e),n(o(e),(function(t){return l.call(e,t)})))}:c;e.exports=a},4160:function(e,t,r){var n=r(8552),c=r(7071),l=r(3818),o=r(8525),a=r(577),i=r(4239),s=r(346),h="[object Map]",m="[object Promise]",v="[object Set]",u="[object WeakMap]",f="[object DataView]",w=s(n),d=s(c),p=s(l),z=s(o),g=s(a),x=i;(n&&x(new n(new ArrayBuffer(1)))!=f||c&&x(new c)!=h||l&&x(l.resolve())!=m||o&&x(new o)!=v||a&&x(new a)!=u)&&(x=function(e){var t=i(e),r="[object Object]"==t?e.constructor:void 0,n=r?s(r):"";if(n)switch(n){case w:return f;case d:return h;case p:return m;case z:return v;case g:return u}return t}),e.exports=x},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},222:function(e,t,r){var n=r(1811),c=r(5694),l=r(1469),o=r(5776),a=r(1780),i=r(327);e.exports=function(e,t,r){for(var s=-1,h=(t=n(t,e)).length,m=!1;++s<h;){var v=i(t[s]);if(!(m=null!=e&&r(e,v)))break;e=e[v]}return m||++s!=h?m:!!(h=null==e?0:e.length)&&a(h)&&o(v,h)&&(l(e)||c(e))}},1789:function(e,t,r){var n=r(4536);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,r){var n=r(4536),c=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return c.call(t,e)?t[e]:void 0}},1327:function(e,t,r){var n=r(4536),c=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:c.call(t,e)}},1866:function(e,t,r){var n=r(4536);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this}},7285:function(e,t,r){var n=r(2705),c=r(5694),l=r(1469),o=n?n.isConcatSpreadable:void 0;e.exports=function(e){return l(e)||c(e)||!!(o&&e&&e[o])}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},5403:function(e,t,r){var n=r(1469),c=r(3448),l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/;e.exports=function(e,t){if(n(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!c(e))||o.test(e)||!l.test(e)||null!=t&&e in Object(t)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,r){var n,c=r(4429),l=(n=/[^.]+$/.exec(c&&c.keys&&c.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";e.exports=function(e){return!!l&&l in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},9162:function(e,t,r){var n=r(3218);e.exports=function(e){return e==e&&!n(e)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,r){var n=r(8470),c=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0||(r==t.length-1?t.pop():c.call(t,r,1),--this.size,0))}},2117:function(e,t,r){var n=r(8470);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},7518:function(e,t,r){var n=r(8470);e.exports=function(e){return n(this.__data__,e)>-1}},4705:function(e,t,r){var n=r(8470);e.exports=function(e,t){var r=this.__data__,c=n(r,e);return c<0?(++this.size,r.push([e,t])):r[c][1]=t,this}},4785:function(e,t,r){var n=r(1989),c=r(8407),l=r(7071);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(l||c),string:new n}}},1285:function(e,t,r){var n=r(5050);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,r){var n=r(5050);e.exports=function(e){return n(this,e).get(e)}},9916:function(e,t,r){var n=r(5050);e.exports=function(e){return n(this,e).has(e)}},5265:function(e,t,r){var n=r(5050);e.exports=function(e,t){var r=n(this,e),c=r.size;return r.set(e,t),this.size+=r.size==c?0:1,this}},8776:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}},2634:function(e){e.exports=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}}},4523:function(e,t,r){var n=r(8306);e.exports=function(e){var t=n(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}},4536:function(e,t,r){var n=r(852)(Object,"create");e.exports=n},6916:function(e,t,r){var n=r(5569)(Object.keys,Object);e.exports=n},1167:function(e,t,r){e=r.nmd(e);var n=r(1957),c=t&&!t.nodeType&&t,l=c&&e&&!e.nodeType&&e,o=l&&l.exports===c&&n.process,a=function(){try{return l&&l.require&&l.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(r){return e(t(r))}}},5357:function(e,t,r){var n=r(6874),c=Math.max;e.exports=function(e,t,r){return t=c(void 0===t?e.length-1:t,0),function(){for(var l=arguments,o=-1,a=c(l.length-t,0),i=Array(a);++o<a;)i[o]=l[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=l[o];return s[t]=r(i),n(e,this,s)}}},5639:function(e,t,r){var n=r(1957),c="object"==typeof self&&self&&self.Object===Object&&self,l=n||c||Function("return this")();e.exports=l},619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2385:function(e){e.exports=function(e){return this.__data__.has(e)}},1814:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},61:function(e,t,r){var n=r(6560),c=r(1275)(n);e.exports=c},1275:function(e){var t=Date.now;e.exports=function(e){var r=0,n=0;return function(){var c=t(),l=16-(c-n);if(n=c,l>0){if(++r>=800)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}},7465:function(e,t,r){var n=r(8407);e.exports=function(){this.__data__=new n,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,r){var n=r(8407),c=r(7071),l=r(3369);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!c||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new l(o)}return r.set(e,t),this.size=r.size,this}},5514:function(e,t,r){var n=r(4523),c=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,l=/\\(\\)?/g,o=n((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(c,(function(e,r,n,c){t.push(n?c.replace(l,"$1"):r||e)})),t}));e.exports=o},327:function(e,t,r){var n=r(3448);e.exports=function(e){if("string"==typeof e||n(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7990:function(e){var t=/\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},998:function(e,t,r){var n=r(1848),c=r(7206),l=r(554),o=Math.max;e.exports=function(e,t,r){var a=null==e?0:e.length;if(!a)return-1;var i=null==r?0:l(r);return i<0&&(i=o(a+i,0)),n(e,c(t,3),i)}},5564:function(e,t,r){var n=r(1078);e.exports=function(e){return null!=e&&e.length?n(e,1):[]}},7361:function(e,t,r){var n=r(7786);e.exports=function(e,t,r){var c=null==e?void 0:n(e,t);return void 0===c?r:c}},9095:function(e,t,r){var n=r(13),c=r(222);e.exports=function(e,t){return null!=e&&c(e,t,n)}},6557:function(e){e.exports=function(e){return e}},5694:function(e,t,r){var n=r(9454),c=r(7005),l=Object.prototype,o=l.hasOwnProperty,a=l.propertyIsEnumerable,i=n(function(){return arguments}())?n:function(e){return c(e)&&o.call(e,"callee")&&!a.call(e,"callee")};e.exports=i},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,r){var n=r(3560),c=r(1780);e.exports=function(e){return null!=e&&c(e.length)&&!n(e)}},4144:function(e,t,r){e=r.nmd(e);var n=r(5639),c=r(5062),l=t&&!t.nodeType&&t,o=l&&e&&!e.nodeType&&e,a=o&&o.exports===l?n.Buffer:void 0,i=(a?a.isBuffer:void 0)||c;e.exports=i},3560:function(e,t,r){var n=r(4239),c=r(3218);e.exports=function(e){if(!c(e))return!1;var t=n(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},3448:function(e,t,r){var n=r(4239),c=r(7005);e.exports=function(e){return"symbol"==typeof e||c(e)&&"[object Symbol]"==n(e)}},6719:function(e,t,r){var n=r(8749),c=r(1717),l=r(1167),o=l&&l.isTypedArray,a=o?c(o):n;e.exports=a},3674:function(e,t,r){var n=r(4636),c=r(280),l=r(8612);e.exports=function(e){return l(e)?n(e):c(e)}},8306:function(e,t,r){var n=r(3369);function c(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var n=arguments,c=t?t.apply(this,n):n[0],l=r.cache;if(l.has(c))return l.get(c);var o=e.apply(this,n);return r.cache=l.set(c,o)||l,o};return r.cache=new(c.Cache||n),r}c.Cache=n,e.exports=c},8718:function(e,t,r){var n=r(5970),c=r(9021)((function(e,t){return null==e?{}:n(e,t)}));e.exports=c},9601:function(e,t,r){var n=r(371),c=r(9152),l=r(5403),o=r(327);e.exports=function(e){return l(e)?n(o(e)):c(e)}},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},8601:function(e,t,r){var n=r(4841);e.exports=function(e){return e?Infinity===(e=n(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:function(e,t,r){var n=r(8601);e.exports=function(e){var t=n(e),r=t%1;return t==t?r?t-r:t:0}},4841:function(e,t,r){var n=r(7561),c=r(3218),l=r(3448),o=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,i=/^0o[0-7]+$/i,s=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(l(e))return NaN;if(c(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=c(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=n(e);var r=a.test(e);return r||i.test(e)?s(e.slice(2),r?2:8):o.test(e)?NaN:+e}},9833:function(e,t,r){var n=r(531);e.exports=function(e){return null==e?"":n(e)}},2819:function(e){"use strict";e.exports=window.lodash},6989:function(e){"use strict";e.exports=window.wp.apiFetch},2175:function(e){"use strict";e.exports=window.wp.blockEditor},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9818:function(e){"use strict";e.exports=window.wp.data},9771:function(e){"use strict";e.exports=window.wp.date},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n},9630:function(e){"use strict";e.exports=window.wp.keycodes},444:function(e){"use strict";e.exports=window.wp.primitives},8423:function(e){"use strict";e.exports=window.wp.serverSideRender},6483:function(e){"use strict";e.exports=window.wp.url}},n={};function c(e){var t=n[e];if(void 0!==t)return t.exports;var l=n[e]={id:e,loaded:!1,exports:{}};return r[e].call(l.exports,l,l.exports,c),l.loaded=!0,l.exports}c.m=r,c.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(t,{a:t}),t},c.d=function(e,t){for(var r in t)c.o(t,r)&&!c.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},c.f={},c.e=function(e){return Promise.all(Object.keys(c.f).reduce((function(t,r){return c.f[r](e,t),t}),[]))},c.u=function(e){return e+".js"},c.miniCssF=function(e){},c.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),c.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="coblocks:",c.l=function(r,n,l,o){if(e[r])e[r].push(n);else{var a,i;if(void 0!==l)for(var s=document.getElementsByTagName("script"),h=0;h<s.length;h++){var m=s[h];if(m.getAttribute("src")==r||m.getAttribute("data-webpack")==t+l){a=m;break}}a||(i=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,c.nc&&a.setAttribute("nonce",c.nc),a.setAttribute("data-webpack",t+l),a.src=r),e[r]=[n];var v=function(t,n){a.onerror=a.onload=null,clearTimeout(u);var c=e[r];if(delete e[r],a.parentNode&&a.parentNode.removeChild(a),c&&c.forEach((function(e){return e(n)})),t)return t(n)},u=setTimeout(v.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=v.bind(null,a.onerror),a.onload=v.bind(null,a.onload),i&&document.head.appendChild(a)}},c.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){var e;c.g.importScripts&&(e=c.g.location+"");var t=c.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");r.length&&(e=r[r.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),c.p=e}(),function(){var e={163:0};c.f.j=function(t,r){var n=c.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var l=new Promise((function(r,c){n=e[t]=[r,c]}));r.push(n[2]=l);var o=c.p+c.u(t),a=new Error;c.l(o,(function(r){if(c.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var l=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;a.message="Loading chunk "+t+" failed.\n("+l+": "+o+")",a.name="ChunkLoadError",a.type=l,a.request=o,n[1](a)}}),"chunk-"+t,t)}};var t=function(t,r){var n,l,o=r[0],a=r[1],i=r[2],s=0;if(o.some((function(t){return 0!==e[t]}))){for(n in a)c.o(a,n)&&(c.m[n]=a[n]);i&&i(c)}for(t&&t(r);s<o.length;s++)l=o[s],c.o(e,l)&&e[l]&&e[l][0](),e[o[s]]=0},r=self.webpackChunkcoblocks=self.webpackChunkcoblocks||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}(),c(2210)}();
 
 
1
+ !function(){var e,t,r={7635:function(e,t,r){"use strict";r.d(t,{tPc:function(){return n.ZP},Qgu:function(){return c.ZP},ewm:function(){return l.ZP}}),r(7311),r(8028),r(8110),r(7134),r(7902),r(235),r(2122),r(8574),r(7371),r(3612),r(2242),r(45),r(3019),r(2097),r(7718),r(1472),r(4789),r(2823),r(6499),r(9891),r(5461),r(8446),r(7730),r(7398),r(7466),r(5107),r(7133),r(6042),r(1165),r(8888),r(2826),r(6398),r(9340),r(3676),r(2127),r(183),r(5378),r(8649),r(1434),r(5137),r(2490),r(2589),r(2574),r(3750),r(3254),r(4734),r(5436),r(8276),r(2566),r(5196),r(6694),r(3258),r(8277),r(167),r(2121),r(3363),r(2416),r(1936),r(1525),r(9491),r(4310),r(9688),r(1053),r(8140),r(5181),r(315),r(98),r(7542),r(4893),r(3314),r(2151),r(1856),r(9078),r(2142),r(9657),r(8645),r(8241),r(4934),r(270),r(8220),r(2429),r(5689),r(1586),r(9228),r(9868),r(5903),r(1281),r(1981),r(1233),r(3710),r(9839),r(2759),r(3342),r(8258),r(3930),r(3219),r(4153),r(5273),r(1824),r(9217),r(2961),r(4283),r(6415),r(4760),r(6819),r(3307),r(1792),r(7384),r(6551),r(2291),r(5174),r(4477),r(978),r(492),r(697),r(2655),r(3018),r(7556),r(2136),r(7596),r(710),r(8917),r(1973),r(6490),r(1112),r(5027),r(9188),r(7625),r(63),r(7374),r(2321),r(6800),r(9625),r(8672);var n=r(6965),c=r(3812),l=(r(8183),r(4926),r(2155),r(5386),r(1069),r(379),r(1297),r(4172),r(4329),r(6494),r(3749),r(692),r(1547));r(9179),r(7579),r(9050),r(6707),r(993),r(7620),r(1142),r(9300),r(6422),r(1457),r(9218),r(9854),r(1701),r(6710),r(1476),r(7506),r(2249),r(5354),r(5897),r(5458),r(6640),r(1501),r(8572),r(9157),r(9560),r(3442),r(1699),r(3385),r(578)},7311:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Circle,{cx:"12",cy:"4",r:"2"}),(0,n.createElement)(c.Path,{d:"M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"})))},8028:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19 9c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v7.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-13.875-3.5c-.89746 0-1.625.72754-1.625 1.625v9.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-9.75c0-.89746-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},8110:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m19 7c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v4.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-.125 10h-13.75c-.06904 0-.125.056-.125.125v1.75c0 .069.05596.125.125.125h13.75c.069 0 .125-.056.125-.125v-1.75c0-.069-.056-.125-.125-.125zm-13.75-13.5c-.89746 0-1.625.72754-1.625 1.625v6.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-6.75c0-.89746-.7275-1.625-1.625-1.625zm0 12c-.89746 0-1.625.7275-1.625 1.625v1.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-1.75c0-.8975-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"}))},7134:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22,11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3H22z M7,9H4V5h3V9z M17,15h3v4h-3V15z M17,5h3v4h-3V5z",fill:"currentColor"}))},7902:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 14.5c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zm0-5.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0.26 0.27 20.1 20.1",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.2895508.29378255c-5.52000002 0-10.00000002 4.48-10.00000002 10.00000005 0 5.52 4.48 10 10.00000002 10 5.52 0 10-4.48 10-10 0-5.52000005-4.48-10.00000005-10-10.00000005zm0 18.00000005c-4.41000002 0-8.00000002-3.59-8.00000002-8 0-4.41000005 3.59-8.00000005 8.00000002-8.00000005 4.41 0 8 3.59 8 8.00000005 0 4.41-3.59 8-8 8zm0-12.50000005c-2.49000002 0-4.50000002 2.01-4.50000002 4.50000005 0 2.49 2.01 4.5 4.50000002 4.5 2.49 0 4.5-2.01 4.5-4.5 0-2.49000005-2.01-4.50000005-4.5-4.50000005zm0 5.50000005c-.55000002 0-1.00000002-.45-1.00000002-1 0-.55000005.45-1.00000005 1.00000002-1.00000005.55 0 1 .45 1 1.00000005 0 .55-.45 1-1 1z",fill:"currentColor"}))},235:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m10.1758 20.4657c0 1.0083.8159 1.8242 1.8242 1.8242s1.8242-.8159 1.8242-1.8242z"}),(0,n.createElement)(c.Path,{d:"m12 4.5c2 0 5.5 1.5 5.5 4.78988v6.71012c0 .2761-.2239.5-.5.5h-10.00002c-.27614 0-.5-.2239-.5-.5v-6.71012c0-3.28988 3.5-4.78988 5.50002-4.78988zm0-3c-.7608 0-1.375.76821-1.375 1.52904-3.12502.97096-5.62502 3.47096-5.62501 6.26084v7.08582c0 .2652-.10536.5195-.29289.7071l-1.3506 1.3506c-.12155.1215-.18984.2864-.18984.4583 0 .358.2902.6482.64818.6482h16.37026c.358 0 .6482-.2902.6482-.6482 0-.1719-.0683-.3368-.1898-.4583l-1.3506-1.3506c-.1876-.1876-.2929-.4419-.2929-.7071v-7.08582c0-2.78988-2.5-5.28988-5.625-6.26084 0-.76083-.6142-1.52904-1.375-1.52904z"})))},2122:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L12 10.66 10.48 12h.01L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5.01.01L13.52 12h-.01l2.69-2.39c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z",fill:"currentColor"}))},8574:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{className:"coblocks-icon-animation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{className:"small-circle",d:"M5.68,15.87a3.87,3.87,0,1,1,0-7.74,3.87,3.87,0,1,1,0,7.74Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{className:"medium-circle",d:"M10.71,17.32A5.32,5.32,0,1,1,16.13,12,5.38,5.38,0,0,1,10.71,17.32Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{className:"large-circle",d:"M16.15,18A6.06,6.06,0,0,1,10,12a6.12,6.12,0,0,1,12.23,0A6.06,6.06,0,0,1,16.15,18Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}))},7371:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.4 8.5 4.77-8.26c-.7-.15-1.42-.24-2.17-.24-2.4 0-4.6.85-6.32 2.25l3.66 6.35zm12.14-1.5c-.92-2.92-3.15-5.26-6-6.34l-3.66 6.34zm.26 1h-7.49l.29.5 4.76 8.25c1.64-1.78 2.64-4.14 2.64-6.75 0-.69-.07-1.35-.2-2zm-13.26 2-3.9-6.75c-1.63 1.78-2.64 4.14-2.64 6.75 0 .69.07 1.35.2 2h7.49zm-6.08 3c.92 2.92 3.15 5.26 6 6.34l3.66-6.34zm11.27 0-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.25.26-.08-.04-.01.02c-.7-.15-1.42-.24-2.16-.24-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10c0-4.75-3.31-8.72-7.75-9.74zm5.16 6.74h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zm-6.31-4.92-2.83 4.92-1.15 2-2.72-4.7c1.44-1.42 3.42-2.3 5.6-2.3.37 0 .74.03 1.1.08zm-7.4 3.01 2.84 4.91 1.15 2h-5.43c-.16-.64-.26-1.31-.26-2 0-1.85.64-3.55 1.7-4.91zm-1.11 7.91h7.98l-2.71 4.7c-2.4-.67-4.34-2.42-5.27-4.7zm6.31 4.91 3.99-6.91 2.72 4.7c-1.45 1.42-3.43 2.3-5.61 2.3-.38 0-.74-.04-1.1-.09zm7.4-3-4-6.91h5.43c.17.64.27 1.31.27 2 0 1.85-.64 3.55-1.7 4.91z",fill:"currentColor"}))},3612:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12 4c-4.416 0-8 3.584-8 8s3.584 8 8 8h4v-1.6h-4c-3.472 0-6.4-2.928-6.4-6.4s2.928-6.4 6.4-6.4 6.4 2.928 6.4 6.4v1.144c0 .632-.568 1.256-1.2 1.256s-1.2-.624-1.2-1.256v-1.144c0-2.208-1.792-4-4-4s-4 1.792-4 4 1.792 4 4 4c1.104 0 2.112-.448 2.832-1.176.52.712 1.416 1.176 2.368 1.176 1.576 0 2.8-1.28 2.8-2.856v-1.144c0-4.416-3.584-8-8-8zm0 10.4c-1.328 0-2.4-1.072-2.4-2.4s1.072-2.4 2.4-2.4 2.4 1.072 2.4 2.4-1.072 2.4-2.4 2.4z",fill:"currentColor"}))},2242:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444z",transform:"translate(-3)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 14 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0v11.7222222c-.65555556-.3777778-1.41111111-.6111111-2.22222222-.6111111-2.45555556 0-4.44444445 1.9888889-4.44444445 4.4444445 0 2.4555555 1.98888889 4.4444444 4.44444445 4.4444444 2.45555552 0 4.44444442-1.9888889 4.44444442-4.4444444v-11.11111116h4.4444445v-4.44444444zm-2.22222222 17.7777778c-1.22222222 0-2.22222222-1-2.22222222-2.2222222 0-1.2222223 1-2.2222223 2.22222222-2.2222223s2.22222222 1 2.22222222 2.2222223c0 1.2222222-1 2.2222222-2.22222222 2.2222222z",transform:"translate(-3)",fill:"currentColor"}))},45:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20 21v-3c0-1.1046-.8954-2-2-2h-12c-1.10457 0-2 .8954-2 2v3",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"8",fill:"currentColor",r:"5"}))},3019:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.3519669 11.7141378v8.2858622h8.2815735v-8.2858622zm-10.3519669 8.2858622h8.2815735v-8.2858622h-8.2815735zm0-18.64319006v8.28586225h8.2815735v-8.28586225zm14.1407867-1.35680994-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.1407867 2.93112377 2.9296067 2.93112377-2.9296067 2.93112377-2.9296066-2.93112377zm-7.92960658.49715173v4.14293113h-4.14078675v-4.14293113zm10.35196688 10.3573278v4.1429311h-4.1407868v-4.1429311zm-10.35196688 0v4.1429311h-4.14078675v-4.1429311zm7.92960658-13.7856033-5.8592132 5.85189021 5.8592132 5.86224759 5.8592133-5.86224759zm-5.8592132 1.35680994h-8.2815735v8.28586225h8.2815735zm10.3519669 10.35732786h-8.2815735v8.2858622h8.2815735zm-10.3519669 0h-8.2815735v8.2858622h8.2815735z",fill:"currentColor"}))},2097:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z",fill:"currentColor"}))},7718:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.5215122.06508061c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.25540258 13.7291273c.57809428 0 1.05108052.4729863 1.05108052 1.0510805 0 1.1561886-.94597247 2.1021611-2.10216104 2.1021611-.17868368 0-.34685657-.0210216-.52554025-.0525541.32583496-.5780942.52554025-1.2718074.52554025-2.049607 0-.5780942.47298624-1.0510805 1.05108052-1.0510805zm12.26610962-13.66404669c-.2732809 0-.5360511.10510805-.7462672.30481335l-9.41768139 9.41768143 2.89047139 2.89047141 9.4176815-9.41768142c.4099214-.4099214.4099214-1.07210213 0-1.48202353l-1.4084479-1.40844789c-.2102161-.2102161-.4729863-.30481335-.7357564-.30481335zm-12.26610962 11.56188569c-1.74479366 0-3.15324155 1.4084479-3.15324155 3.1532415 0 1.3769155-1.2192534 2.1021611-2.10216103 2.1021611.96699408 1.2823182 2.61719049 2.102161 4.20432206 2.102161 2.32288795 0 4.20432207-1.8814341 4.20432207-4.2043221 0-1.7447936-1.40844789-3.1532415-3.15324155-3.1532415z",transform:"translate(0 .5)",fill:"currentColor"}))},1472:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"-3 -3 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M1.5 18.75A.75.75 0 0 1 .75 18V3A2.753 2.753 0 0 1 3.5.25h11A2.753 2.753 0 0 1 17.25 3v10a2.752 2.752 0 0 1-2.75 2.75H6.166c-.27 0-.533.088-.749.25L1.95 18.6a.751.751 0 0 1-.45.15Zm2-17A1.251 1.251 0 0 0 2.25 3v13.5l2.267-1.7a2.767 2.767 0 0 1 1.65-.55H14.5A1.25 1.25 0 0 0 15.75 13V3a1.251 1.251 0 0 0-1.25-1.25h-11Z",fill:"currentColor"}))},4789:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6611198 16.3587437-8.2604891-8.26048913c.8460633-2.12880446.4093855-4.63970202-1.3100335-6.36821846-2.09241464-2.09241464-5.34930351-2.2834612-7.66915452-.59133458l3.4934227 3.50252016-1.2918386 1.28274115-3.48432525-3.48432525c-1.69212662 2.31075356-1.50108006 5.57673988.59133458 7.66005711 1.69212662 1.6921266 4.15753691 2.1379019 6.26814645 1.3464233l8.28778144 8.2877814c.3548008.3548008.9279404.3548008 1.2827412 0l2.0924146-2.0924146c.3638982-.3457033.3638982-.9188429 0-1.2827411z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6627376 17.0986011-8.2473132-8.24731315c.8447138-2.1254089.4087325-4.63230145-1.307944-6.35806082-2.08907708-2.08907713-5.34077104-2.27981895-7.65692177-.59039136l3.48785051 3.49693345-1.28977806 1.28069511-3.47876756-3.47876757c-1.68942759 2.30706779-1.49868577 5.56784469.59039136 7.64783884 1.68942759 1.6894276 4.15090542 2.1344919 6.25814844 1.3442758l8.27456198 8.274562c.3542348.3542348.9264603.3542348 1.2806951 0l2.0890772-2.0890772c.3633177-.3451518.3633177-.9173773 0-1.2806951zm-2.7248832 1.4532711-8.5924651-8.59246508c-.55405958.40873248-1.17169978.65397198-1.8165888.74480138-1.23528039.1816589-2.53414139-.1907418-3.47876757-1.13536797-.86287968-.85379674-1.26252922-1.99824769-1.19894861-3.12453275l2.80662971 2.80662971 3.85116827-3.85116827-2.80662971-2.80662971c1.12628506-.0635806 2.26165307.33606893 3.12453275 1.18986567.98095795.98095796 1.35335866 2.33431662 1.12628506 3.59684584-.10899533.64488902-.38148365 1.24436333-.79929908 1.78025703l8.58338208 8.58338215z",fill:"currentColor",transform:"translate(0 -.734049)"}))},2823:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 5.45454545c1.0090909 0 1.8181818-.81818181 1.8181818-1.81818181 0-.34545455-.0909091-.66363637-.2636363-.93636364l-1.5545455-2.7-1.55454545 2.7c-.17272728.27272727-.26363637.59090909-.26363637.93636364 0 1 .81818182 1.81818181 1.81818182 1.81818181zm4.1818182 9.08181815-.9727273-.9727272-.9818182.9727272c-1.1818182 1.1818182-3.25454543 1.1909091-4.44545452 0l-.97272727-.9727272-.99090909.9727272c-.59090909.5909091-1.38181818.9181819-2.21818182.9181819-.66363636 0-1.27272727-.209091-1.78181818-.5545455v4.1909091c0 .5.40909091.9090909.90909091.9090909h14.54545457c.5 0 .9090909-.4090909.9090909-.9090909v-4.1909091c-.5090909.3454545-1.1181818.5545455-1.7818182.5545455-.8363636 0-1.6272727-.3272728-2.2181818-.9181819zm1.2727273-6.35454542h-4.5454546v-1.81818182h-1.81818181v1.81818182h-4.54545454c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727272v1.4c0 .9818182.8 1.7818182 1.78181818 1.7818182.47272727 0 .92727273-.1818182 1.25454545-.5181818l1.94545455-1.9363637 1.93636364 1.9363637c.67272727.6727272 1.84545456.6727272 2.51818186 0l1.9454545-1.9363637 1.9363636 1.9363637c.3363637.3363636.7818182.5181818 1.2545455.5181818.9818182 0 1.7818182-.8 1.7818182-1.7818182v-1.4c.0090909-1.5090909-1.2090909-2.72727272-2.7181818-2.72727272z",fill:"currentColor"}))},6499:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m22 4h-1v-2h-2v2h-14v-2h-2v2h-1c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-20v-11h20zm0-13h-20v-3h20zm-18 4h4v4h-4z",fill:"currentColor"}))},9891:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7 1-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2h-3.17l-1.83-2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 3h-3.17l-1.83-2h-6l-1.83 2h-3.17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 14h-16v-12h4.05l1.83-2h4.24l1.83 2h4.05zm-8-11c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z",fill:"currentColor"}))},5461:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M19.39 14.99l-1.41 1.41L12 10.43 6.02 16.4l-1.41-1.41L12 7.6l7.39 7.39z"}))},8446:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z",fill:"currentColor"}))},7730:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m5.87563 13 5.50317-5.48574-1.194-1.01418-4.24673 4.23322-1.43827-1.5881-1.24834.9572zm14.12437-7.49992h-7v1.49992h7zm0 5.99992h-10v1.5h10zm-13 5.5156h13v1.4843h-13z",fill:"currentColor",fillRule:"evenodd"}))},7398:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12 0.0585938c-6.5916562 0-11.9414062 5.34975-11.9414062 11.9414062s5.34975 11.9414062 11.9414062 11.9414062 11.9414062-5.34975 11.9414062-11.9414062-5.34975-11.9414062-11.9414062-11.9414062zm0 21.7138671c-5.3870691 0-9.7724609-4.3853918-9.7724609-9.7724609s4.3853918-9.7724609 9.7724609-9.7724609 9.7724609 4.3853918 9.7724609 9.7724609-4.3853918 9.7724609-9.7724609 9.7724609zm4.59-14.1924609-6.59 6.59-2.59-2.58-1.41 1.41 4 4 8-8z",fill:"currentColor"}))},7466:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-4v4h-2v-4h-4v-2h4v-4h2v4h4z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11 5h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-1-5c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},5107:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5 11h-10v-2h10z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 9v2h10v-2zm5-9c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",fill:"currentColor"}))},7133:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m13.1578947 9.47368421v-6.31578947l-3.1578947-3.15789474-3.15789474 3.15789474v2.10526315h-6.31578947v14.73684211h18.94736841v-10.52631579zm-8.42105259 8.42105259h-2.10526316v-2.1052631h2.10526316zm0-4.2105263h-2.10526316v-2.1052631h2.10526316zm0-4.21052629h-2.10526316v-2.10526316h2.10526316zm6.31578949 8.42105259h-2.10526318v-2.1052631h2.10526318zm0-4.2105263h-2.10526318v-2.1052631h2.10526318zm0-4.21052629h-2.10526318v-2.10526316h2.10526318zm0-4.21052632h-2.10526318v-2.10526315h2.10526318zm6.3157895 12.63157891h-2.1052632v-2.1052631h2.1052632zm0-4.2105263h-2.1052632v-2.1052631h2.1052632z",fill:"currentColor"}))},6042:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6m0-2C9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96C18.67 6.59 15.64 4 12 4z",fill:"currentColor"}))},1165:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.13877 4.50131L15.7841 4.5C17.2301 4.49975 17.7552 4.65057 18.2852 4.93385C18.8153 5.21712 19.2322 5.63288 19.5174 6.16268C19.8027 6.69248 19.9558 7.21802 19.9628 8.66734L19.9998 16.3299C20.0068 17.7793 19.8587 18.3048 19.5786 18.8347C19.2984 19.3646 18.8855 19.7805 18.3582 20.064C17.8309 20.3475 17.3073 20.4984 15.8612 20.4987L8.21593 20.5C6.76988 20.5002 6.24478 20.3494 5.71476 20.0662C5.18474 19.7829 4.76784 19.3671 4.48256 18.8373C4.19728 18.3075 4.04418 17.782 4.03719 16.3327L4.00024 8.67006C3.99325 7.22074 4.14128 6.69516 4.42145 6.16526C4.70162 5.63536 5.11451 5.21946 5.64179 4.936C6.16908 4.65255 6.69272 4.50155 8.13877 4.50131V4.50131ZM7.55556 7.16667C7.06464 7.16667 6.66667 7.56464 6.66667 8.05556V16.9444C6.66667 17.4354 7.06464 17.8333 7.55556 17.8333H10.2222C10.7131 17.8333 11.1111 17.4354 11.1111 16.9444V8.05556C11.1111 7.56464 10.7131 7.16667 10.2222 7.16667H7.55556ZM13.7778 13.3889C13.2869 13.3889 12.8889 13.7869 12.8889 14.2778V16.9444C12.8889 17.4354 13.2869 17.8333 13.7778 17.8333H16.4444C16.9354 17.8333 17.3333 17.4354 17.3333 16.9444V14.2778C17.3333 13.7869 16.9354 13.3889 16.4444 13.3889H13.7778ZM13.7778 7.16667C13.2869 7.16667 12.8889 7.56464 12.8889 8.05556V10.7222C12.8889 11.2131 13.2869 11.6111 13.7778 11.6111H16.4444C16.9354 11.6111 17.3333 11.2131 17.3333 10.7222V8.05556C17.3333 7.56464 16.9354 7.16667 16.4444 7.16667H13.7778Z",fill:"currentColor"}))},8888:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52222222 0-10 4.47777778-10 10 0 5.5222222 4.47777778 10 10 10 .9222222 0 1.6666667-.7444444 1.6666667-1.6666667 0-.4333333-.1666667-.8222222-.4333334-1.1222222-.2555555-.2888889-.4222222-.6777778-.4222222-1.1 0-.9222222.7444445-1.6666667 1.6666667-1.6666667h1.9666666c3.0666667 0 5.5555556-2.4888888 5.5555556-5.55555551 0-4.91111111-4.4777778-8.88888889-10-8.88888889zm-6.11111111 10c-.92222222 0-1.66666667-.74444444-1.66666667-1.66666667 0-.92222222.74444445-1.66666666 1.66666667-1.66666666s1.66666667.74444444 1.66666667 1.66666666c0 .92222223-.74444445 1.66666667-1.66666667 1.66666667zm3.33333333-4.44444444c-.92222222 0-1.66666666-.74444445-1.66666666-1.66666667s.74444444-1.66666667 1.66666666-1.66666667 1.66666667.74444445 1.66666667 1.66666667-.74444445 1.66666667-1.66666667 1.66666667zm5.55555558 0c-.9222222 0-1.6666667-.74444445-1.6666667-1.66666667s.7444445-1.66666667 1.6666667-1.66666667 1.6666666.74444445 1.6666666 1.66666667-.7444444 1.66666667-1.6666666 1.66666667zm3.3333333 4.44444444c-.9222222 0-1.6666667-.74444444-1.6666667-1.66666667 0-.92222222.7444445-1.66666666 1.6666667-1.66666666s1.6666667.74444444 1.6666667 1.66666666c0 .92222223-.7444445 1.66666667-1.6666667 1.66666667z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m10 20c-5.51 0-10-4.49-10-10s4.49-10 10-10 10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5h1.77c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"}),(0,n.createElement)(c.Circle,{cx:"4.5",cy:"9.5",r:"1.5"}),(0,n.createElement)(c.Circle,{cx:"7.5",cy:"5.5",r:"1.5"}),(0,n.createElement)(c.Circle,{cx:"12.5",cy:"5.5",r:"1.5"}),(0,n.createElement)(c.Circle,{cx:"15.5",cy:"9.5",r:"1.5"})))},2826:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6750451 2.92459381-2.5996389-2.59963894c-.4332732-.43327316-1.133176-.43327316-1.5664491 0l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867zm-15.3200944 14.85349259-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m16.2866269 2.68018331 1.0220802 1.02208026-2.9884738 2.98847383-1.0220803-1.02208027zm.0111095-2.67740592c-.2888487 0-.5665879.11109568-.7887793.32217748l-3.4661853 3.46618525-2.14414661-2.12192751-1.5664491 1.5664491 1.57755867 1.57755868-9.90973476 9.90973471v5.2770449h5.27704485l9.90973475-9.9097348 1.5775587 1.5775587 1.5664491-1.5664491-2.1330371-2.13303707 3.4661853-3.46618525c.4443827-.44438273.4443827-1.14428552.0111095-1.57755867l-2.5996389-2.59963894c-.2221914-.2110818-.4999306-.32217748-.7776698-.32217748zm-11.9427857 17.77530901-2.13303708-2.1330371 8.95431188-8.9543119 2.1330371 2.13303708z",fill:"currentColor"}))},6398:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 4.75h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m9 5.5h6v13h-6z",fill:"currentColor"}))},9340:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22,10V6c0-1.11-0.9-2-2-2H4C2.9,4,2.01,4.89,2.01,6v4C3.11,10,4,10.9,4,12s-0.89,2-2,2v4c0,1.1,0.9,2,2,2h16 c1.1,0,2-0.9,2-2v-4c-1.1,0-2-0.9-2-2S20.9,10,22,10z M13,17.5h-2v-2h2V17.5z M13,13h-2v-2h2V13z M13,8.5h-2v-2h2V8.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-2-1.46c-1.19.69-2 1.99-2 3.46s.81 2.77 2 3.46V18H4v-2.54c1.19-.69 2-1.99 2-3.46 0-1.48-.8-2.77-1.99-3.46L4 6h16v2.54zM11 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2z",fill:"currentColor"}))},3676:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.99996 5-.00005 1.55h8.71739v-1.55zm-.00005 6.5312-.00005 1.5h14.00004v-1.5zm-.00015 5.9688.00005 1.5h8.71739v-1.5z",fill:"currentColor"}))},2127:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.1818182 7.87545455c-1.0045455 0-1.8181818.81363636-1.8181818 1.81818181v2.72727274h-12.72727276v-2.72727274c0-1.00454545-.81363637-1.81818181-1.81818182-1.81818181-1.00454546 0-1.81818182.81363636-1.81818182 1.81818181v5.14764964c0 1 .81818182 1.8181818 1.81818182 1.8181818h16.36363638c1 0 1.8181818-.8181818 1.8181818-1.8181818v-5.14764964c0-1.00454545-.8136364-1.81818181-1.8181818-1.81818181zm-2.7272727-4.54545455h-10.90909095c-1 0-1.81818182.81818182-1.81818182 1.81818182v1.95909091c1.05454545.37727272 1.81818182 1.37727272 1.81818182 2.55909091v1.84545456h10.90909095v-1.84545456c0-1.18181819.7636363-2.18181819 1.8181818-2.55909091v-1.95909091c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.5 7.5v-1.66666667c0-1.375-1.125-2.5-2.5-2.5h-10c-1.375 0-2.5 1.125-2.5 2.5v1.66666667c-1.375 0-2.5 1.125-2.5 2.5v4.1666667c0 1.375 1.125 2.5 2.5 2.5h15c1.375 0 2.5-1.125 2.5-2.5v-4.1666667c0-1.375-1.125-2.5-2.5-2.5zm-13.33333333-1.66666667c0-.45833333.375-.83333333.83333333-.83333333h10c.4583333 0 .8333333.375.8333333.83333333v2.31666667c-.5083333.45833333-.8333333 1.11666667-.8333333 1.85v1.6666667h-10v-1.6666667c0-.73333333-.325-1.39166667-.83333333-1.85zm14.16666663 8.33333337c0 .4583333-.375.8333333-.8333333.8333333h-15c-.45833333 0-.83333333-.375-.83333333-.8333333v-4.1666667c0-.45833333.375-.83333333.83333333-.83333333s.83333333.375.83333333.83333333v3.3333333h13.33333337v-3.3333333c0-.45833333.375-.83333333.8333333-.83333333s.8333333.375.8333333.83333333z",fill:"currentColor"}))},183:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{fill:"currentColor",d:"m12.11 5.19 1.09.2a7.76 7.76 0 0 1 6.13 5.82l.33 1.35-.15 1.35A7.78 7.78 0 1 1 11 5.29l1.08-.1h.03ZM12.25 0C11 0 10 .34 10 .75c0 .22.29.42.75.56v1a10.78 10.78 0 1 0 11.74 11.94H24c.55 0 1-.84 1-1.87 0-1.03-.45-1.88-1-1.88h-1.75a10.78 10.78 0 0 0-8.5-8.06V1.31c.46-.14.75-.34.75-.56 0-.41-1-.75-2.25-.75Z"}),(0,n.createElement)(c.Path,{fill:"currentColor",d:"M6.19 11.42v-.41c.8 0 1-.13 1-.67h.52V15h-.56v-3.58h-.96ZM9 14.91c0-1.25 2.42-1.92 2.42-3.29a.769.769 0 0 0-.85-.86c-.7 0-1 .49-1 1.14H9a1.5 1.5 0 0 1 1.55-1.63 1.23 1.23 0 0 1 1.37 1.35c0 1.35-1.9 2.15-2.29 2.87h2.61v.5H9v-.08Zm4.7-3.81h.54c0 .6.43 1 1.11 1 .68 0 1.11-.32 1.11-.9 0-.58-.57-.89-1.18-.89H15v-.5h.25c.53 0 .93-.2.93-.77 0-.57-.34-.76-.87-.76a.83.83 0 0 0-.92.84h-.51a1.32 1.32 0 0 1 1.43-1.33 1.26 1.26 0 0 1 1.41 1.19 1 1 0 0 1-.68 1 1.13 1.13 0 0 1 .96 1.19c0 .84-.66 1.39-1.67 1.39a1.46 1.46 0 0 1-1.63-1.46Zm2.17 5.55h-2.3v-.34l2.35-3.21h.48v3h.75v.5h-.75v1.1h-.53v-1.05Zm0-.5v-2.24l-1.6 2.24h1.6Z"}))},5378:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 2h-16c-1.11 0-1.99.89-1.99 2l-.01 12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-12c0-1.11-.89-2-2-2zm0 14h-16v-6h16zm0-10h-16v-2h16z",fill:"currentColor"}))},8649:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m12.8672 6h1.3535l4.8164 12.4277h-1.96l-1.0371-2.8125h-4.0736-.8668l-.3078.6177.0557-.1498-.87191 2.3446h-1.91602l1.49903-3.875h-2.6211l-.69727 1.875h-1.27734l3.20508-8.28512h.90234l1.48539 3.83272zm2.6455 8.0596-1.9863-5.51956-1.9864 5.51956zm-5.58106-.544-1.32422-3.67966-1.32422 3.67966z",fill:"currentColor",fillRule:"evenodd"}))},1434:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11 0v3.03759398c3.39.49122808 6 3.39849625 6 6.93734336 0 .90225566-.18 1.75438596-.48 2.54636596l2.6 1.5338345c.56-1.2431077.88-2.6265664.88-4.08020046 0-5.19298245-3.95-9.47368421-9-9.97493734zm-1 16.9924812c-3.87 0-7-3.1378446-7-7.01754386 0-3.53884711 2.61-6.44611528 6-6.93734336v-3.03759398c-5.06.50125313-9 4.77192982-9 9.97493734 0 5.53383456 4.47 10.02506266 9.99 10.02506266 3.31 0 6.24-1.6140351 8.06-4.1002506l-2.6-1.5338346c-1.28 1.60401-3.24 2.6265664-5.45 2.6265664z",fill:"currentColor"}))},5137:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.1818182 0h-16.36363638c-1 0-1.81818182.81818182-1.81818182 1.81818182v12.90909088c0 1 .81818182 1.8181818 1.81818182 1.8181818h6.36363636l-1.81818182 2.7272728v.9090909h7.27272724v-.9090909l-1.8181818-2.7272728h6.3636364c1 0 1.8181818-.8181818 1.8181818-1.8181818v-12.90909088c0-1-.8181818-1.81818182-1.8181818-1.81818182zm0 12.9090909h-16.36363638v-11.09090908h16.36363638z",fill:"currentColor"}))},2490:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.5 0c.8325 0 1.5.61363636 1.5 1.36363636v11.27272724c0 .75-.675 1.3636364-1.5 1.3636364l-.5-2v-9h-10v9h10l.5 2h-11c-.8325 0-1.5-.6136364-1.5-1.3636364v-11.27272724c0-.75.6675-1.36363636 1.5-1.36363636zm-10 1c-.27614237 0-.5.22385763-.5.5s.22385763.5.5.5.5-.22385763.5-.5-.22385763-.5-.5-.5z",transform:"translate(1 1.001872)"}))},2589:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.5555556 14.4444444-4.4444445-4.4444444v-3.53333333c1.2888889-.46666667 2.2222222-1.68888889 2.2222222-3.13333334 0-1.84444444-1.4888889-3.33333333-3.3333333-3.33333333-1.84444444 0-3.33333333 1.48888889-3.33333333 3.33333333 0 1.44444445.93333333 2.66666667 2.22222222 3.13333334v3.53333333l-4.44444445 4.4444444h-4.44444444v5.5555556h5.55555556v-3.3888889l4.44444444-4.6666667 4.4444444 4.6666667v3.3888889h5.5555556v-5.5555556z",fill:"currentColor"}))},2574:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m3.33333333 5h14.99999997v-1.66666667h-14.99999997c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.1666667h-1.66666667v2.5h11.6666667v-2.5h-8.33333337zm15.83333337 1.66666667h-5c-.4583334 0-.8333334.375-.8333334.83333333v8.3333333c0 .4583334.375.8333334.8333334.8333334h5c.4583333 0 .8333333-.375.8333333-.8333334v-8.3333333c0-.45833333-.375-.83333333-.8333333-.83333333zm-.8333334 7.50000003h-3.3333333v-5.83333337h3.3333333z",fill:"currentColor"}))},3750:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z",fill:"currentColor"}))},3254:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.6064238 11.1802028 2.96010809-2.96010811-7.34274162-7.33228187c-1.63172036 1.63172036-1.63172036 4.27803607 0 5.92021617zm7.0917077-1.89321403c1.6003411.74264193 3.8491865.21965466 5.5122861-1.44344493 1.9978115-1.99781147 2.3848221-4.86378185.8472394-6.40136449-1.5271229-1.5271229-4.3930933-1.15057205-6.4013645.84723942-1.6630996 1.66309959-2.1860869 3.91194496-1.4434449 5.51228608l-10.20871199 10.20871195 1.47482417 1.4748242 7.20676492-7.1858454 7.1963052 7.1963052 1.4748241-1.4748242-7.1963051-7.1963052z",fill:"currentColor"}))},4734:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-9.99 5-8.26-5.16 8.26-4.84 8.26 4.84z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.99 7c0-.72-.37-1.35-.94-1.7l-9.05-5.3-9.05 5.3c-.57.35-.95.98-.95 1.7v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0v.01l-7.99 4.99-8-5 8-4.68zm-15.99 11v-8.66l8 5.02 7.99-4.99.01 8.63z",fill:"currentColor"}))},5436:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.75 8v10.7885c0 1.0833-.8794 1.9615-1.9656 1.9615-3.0519 0-8.97462 0-12.7844 0",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m6 4.5h10c.2761 0 .5.22386.5.5v12c0 .2761-.2239.5-.5.5h-10c-.27614 0-.5-.2239-.5-.5v-12c0-.27614.22386-.5.5-.5zm10-1.5h-10c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2v-12c0-1.10457-.8954-2-2-2zm-1 3.75h-8v1.5h8zm-8 3.25h8v1.5h-8zm6 3.25h-6v1.5h6z",fill:"currentColor",fillRule:"evenodd"}))},8276:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m11.5 4h1.5v15.5h-1.5z"}),(0,n.createElement)(c.Path,{d:"m8 4h8.5v1.5h-8.5z"}),(0,n.createElement)(c.Path,{d:"m8 18.5h8.5v1.5h-8.5z"})))},2566:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.99 0c5.53 0 10.01 4.48 10.01 10s-4.48 10-10.01 10c-5.52 0-9.99-4.48-9.99-10s4.47-10 9.99-10zm3.51 9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.99 0c-5.52 0-9.99 4.48-9.99 10s4.47 10 9.99 10c5.53 0 10.01-4.48 10.01-10s-4.48-10-10.01-10zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5h-10.22c.8 2.04 2.78 3.5 5.11 3.5z",fill:"currentColor"}))},5196:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,n.createElement)(c.Path,{d:"m11.6959 13.7224c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.52538.3133-.11675.6605-.17512 1.0414-.17512.3748 0 .6943.07988.9586.23963.2642.15357.4608.36257.5898.62677.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"})))},6694:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),(0,n.createElement)(c.Path,{d:"m7 10h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m7 14h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 10h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m15 10h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 14h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m15 14h2v2h-2z"})))},3258:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-5.5-2.5l7.51-3.49L17.5 6.5 9.99 9.99 6.5 17.5zm5.5-6.6c.61 0 1.1.49 1.1 1.1s-.49 1.1-1.1 1.1-1.1-.49-1.1-1.1.49-1.1 1.1-1.1z",fill:"currentColor"}))},8277:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.71794872 0c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.23076923 2.56410256v2.05128206h6.15384617v6.15384618h2.051282c.2871795 0 .5128205.225641.5128205.5128205s-.225641.5128205-.5128205.5128205h-2.051282v6.1538461h-2.174359c-.6974359-1.7948717-2.451282-3.076923-4.49230768-3.076923-2.04102564 0-3.7948718 1.2820513-4.49230769 3.076923h-2.17435898v-2.1743589c1.7948718-.6974359 3.07692308-2.4512821 3.07692308-4.4923077 0-2.04102566-1.27179487-3.79487181-3.06666667-4.49230771l-.01025641-2.17435897h6.15384616v-2.05128206c0-.28717948.22564102-.51282051.51282051-.51282051s.51282051.22564103.51282051.51282051zm-.51282051-2.56410256c-1.41538462 0-2.56410257 1.14871795-2.56410257 2.56410256h-4.1025641c-1.12820513 0-2.04102564.92307693-2.04102564 2.05128206v3.89743589h.2974359c1.52820513 0 2.76923077 1.24102564 2.76923077 2.76923079 0 1.5282051-1.24102564 2.7692308-2.76923077 2.7692308h-.30769231v3.8974358c0 1.1282052.92307692 2.0512821 2.05128205 2.0512821h3.8974359v-.3076923c0-1.5282051 1.24102564-2.7692308 2.76923077-2.7692308 1.52820508 0 2.76923078 1.2410257 2.76923078 2.7692308v.3076923h3.8974359c1.1282051 0 2.051282-.9230769 2.051282-2.0512821v-4.1025641c1.4153847 0 2.5641026-1.1487179 2.5641026-2.5641025 0-1.41538463-1.1487179-2.56410258-2.5641026-2.56410258v-4.1025641c0-1.12820513-.9230769-2.05128206-2.051282-2.05128206h-4.1025641c0-1.41538461-1.148718-2.56410256-2.56410258-2.56410256z",fill:"currentColor"}))},167:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M9 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6 0c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.29.02-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37C11.07 8.33 14.05 10 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M10.25 13c0 .69-.56 1.25-1.25 1.25S7.75 13.69 7.75 13s.56-1.25 1.25-1.25 1.25.56 1.25 1.25zM15 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm7 .25c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zM10.66 4.12C12.06 6.44 14.6 8 17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12zM4.42 9.47c1.71-.97 3.03-2.55 3.66-4.44C6.37 6 5.05 7.58 4.42 9.47zM20 12c0-.78-.12-1.53-.33-2.24-.7.15-1.42.24-2.17.24-3.13 0-5.92-1.44-7.76-3.69C8.69 8.87 6.6 10.88 4 11.86c.01.04 0 .09 0 .14 0 4.41 3.59 8 8 8s8-3.59 8-8z",fill:"currentColor"}))},2121:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m11.9731 4.00028c-4.15965-.00653-7.62297 3.2243-7.94838 7.41482-.32541 4.1905 2.59681 7.9277 6.70658 8.5769v-5.6309h-2.02198v-2.3167h2.02198v-1.7697c-.0901-.83737.1934-1.67177.7735-2.27661.58-.60484 1.3965-.91732 2.2275-.85256.5973.00788 1.1932.05895 1.7832.15283v1.97885h-1.0031c-.3459-.045-.6934.07049-.9454.31419s-.3814.5895-.3521.9407v1.5123h2.213l-.3582 2.3247h-1.8548v5.6309c4.1346-.6239 7.0873-4.3734 6.7604-8.5849-.3269-4.21147-3.8219-7.44995-8.0022-7.41482z",fill:"currentColor",fillRule:"evenodd"}))},3363:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M12 2.25A9.75 9.75 0 1 0 21.75 12 9.761 9.761 0 0 0 12 2.25Zm0 18A8.25 8.25 0 1 1 20.25 12 8.26 8.26 0 0 1 12 20.25Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M12 7.083a2.753 2.753 0 0 0-2.75 2.75.75.75 0 1 0 1.5 0 1.25 1.25 0 0 1 2.5 0c0 .374-.166.613-.658.945A2.595 2.595 0 0 0 11.25 13v.25a.75.75 0 1 0 1.5 0V13c0-.39.171-.636.68-.978a2.555 2.555 0 0 0 1.32-2.188A2.753 2.753 0 0 0 12 7.084ZM11.996 15.125a1.127 1.127 0 1 0 .004 0h-.004Z",fill:"currentColor"}))},2416:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m6 14h12v-1.5h-12z"}),(0,n.createElement)(c.Path,{d:"m4 18h16v-1.5h-16z"}),(0,n.createElement)(c.Path,{d:"m6 22h12v-1.5h-12z"})),(0,n.createElement)(c.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))},1936:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm-1.9047619 12.38095239h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619zm3.8095238 8.57142858h-1.9047619v-1.9047619h1.9047619zm0-8.57142858h-1.9047619v-1.90476191h1.9047619z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.9047619 3.80952381c0-1.04761905-.8571429-1.90476191-1.9047619-1.90476191h-.95238095v-.95238095c0-.52380952-.42857143-.95238095-.95238095-.95238095h-3.80952381c-.52380953 0-.95238096.42857143-.95238096.95238095v.95238095h-.95238095c-1.04761905 0-1.9047619.85714286-1.9047619 1.90476191v14.28571429c0 1.047619.85714285 1.9047619 1.9047619 1.9047619h7.61904762c1.047619 0 1.9047619-.8571429 1.9047619-1.9047619h7.6190476v-14.28571429zm5.7142857 12.38095239h-7.6190476v1.9047619h-7.61904762v-14.28571429h2.85714286v-1.90476191h1.9047619v1.90476191h2.85714286v1.9047619h7.6190476zm-10.47619046-2.8571429h1.90476191v1.9047619h-1.90476191zm0-6.66666663h1.90476191v1.9047619h-1.90476191zm3.80952386 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619zm3.8095238 6.66666663h1.9047619v1.9047619h-1.9047619zm0-6.66666663h1.9047619v1.9047619h-1.9047619z",fill:"currentColor"}))},1525:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m10.302 7.30717c.5217-.26086 1.0434-.39128 1.6955-.52171-1.4347 1.56512-1.826 3.91284-.7825 5.99964 1.0434 1.9564 3.2606 2.9998 5.3475 2.739-.3913.3912-.913.7825-1.4347 1.0434-2.6086 1.4347-5.73882.3912-7.04309-2.2173-1.43469-2.4781-.39128-5.73876 2.21729-7.04303z",fill:"currentColor",fillRule:"evenodd"}))},9491:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m12 11.5 8 8.5h-8z"}),(0,n.createElement)(c.Path,{d:"m4 4h8v7.5l-7.99993 8.5z"})))},4310:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.94924 3.75h-5.19924c-.55228 0-1 .44772-1 1v14.5c0 .5523.44772 1 1 1h14.5313c.5523 0 1-.4477 1-1v-5.6458",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m16.8656 9.85.9234-2.02354 2.0235-.92336-2.0235-.92336-.9234-2.02354-.9234 2.02354-2.0235.92336 2.0235.92336zm-3.6836.7367-1.2279-2.7013-1.2279 2.7013-2.7013 1.2279 2.7013 1.2279 1.2279 2.7013 1.2279-2.7013 2.7013-1.2279z",fill:"currentColor"}))},9688:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.25",width:"16.5",x:"3.75",y:"3.75"}),(0,n.createElement)(c.Path,{d:"m4 16 4.57143-3.3333 3.42857 2.2222 4-3.8889 4 3.8889",strokeLinejoin:"round"})))},1053:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",width:"16.5",x:"3.75",y:"3.75"}),(0,n.createElement)(c.Path,{d:"m15.2225 13.2414c0 1.7797-1.4428 3.2225-3.2225 3.2225-1.7798 0-3.22253-1.4428-3.22253-3.2225 0-.3585.17475-.9012.53447-1.5851.34749-.6606.81936-1.3646 1.30426-2.01861.4828-.65129.9674-1.23811 1.3321-1.66292.0175-.02039.0347-.0404.0517-.06001.0169.01961.0341.03962.0516.06001.3647.42481.8493 1.01163 1.3321 1.66292.4849.65401.9568 1.35801 1.3043 2.01861.3597.6839.5345 1.2266.5345 1.5851z"})))},8140:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m9.27273 11.4545h-3.27273v1.091h3.27273zm1.18367-1.76723-1.1564-1.15636-.76909.76909 1.15636 1.1564zm2.0891-3.68727h-1.091v3.27273h1.091zm2.9236 3.3-.7691-.76909-1.1564 1.15636.7691.76913zm-.7418 2.1545v1.091h3.2727v-1.091zm-2.7273-1.0909c-.9055 0-1.6364.7309-1.6364 1.6364s.7309 1.6364 1.6364 1.6364 1.6364-.7309 1.6364-1.6364-.7309-1.6364-1.6364-1.6364zm1.5436 3.9491 1.1564 1.1564.7691-.7691-1.1564-1.1564zm-5.01269.3873.76909.7691 1.1564-1.1564-.76913-.7691zm2.92359 3.3h1.091v-3.2727h-1.091z",fill:"currentColor"}))},5181:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m15.4536 12.2145c-.1443-.0858-.2938-.1555-.4433-.2145.1495-.059.299-.1287.4433-.2145.9897-.5952 1.5412-1.6729 1.5464-2.78282-.4691-.27882-1.0052-.42895-1.5515-.42895-.5258 0-1.0567.13941-1.5413.42895-.1443.08579-.2783.18767-.402.28955.0257-.16622.0412-.33781.0412-.50939 0-1.19035-.6237-2.2252-1.5464-2.78284-.9227.55764-1.5464 1.59249-1.5464 2.78284 0 .17158.0155.34317.0412.50939-.1237-.10724-.2577-.20912-.402-.29491-.48455-.28955-1.01548-.42896-1.54125-.42896-.54124 0-1.08248.15014-1.55155.42896 0 1.10988.55155 2.18768 1.54639 2.78288.14433.0858.29382.1555.4433.2144-.14948.059-.29897.1287-.4433.2145-.98969.5952-1.54124 1.6729-1.54639 2.7829.46907.2788 1.00515.4289 1.55155.4289.52577 0 1.0567-.1394 1.54125-.4289.1443-.0858.2783-.1877.402-.2896-.0257.1716-.0412.3432-.0412.5148 0 1.1903.6237 2.2252 1.5464 2.7828.9227-.5576 1.5464-1.5925 1.5464-2.7828 0-.1716-.0155-.3432-.0412-.5094.1237.1072.2577.2037.402.2895.4846.2896 1.0155.429 1.5413.429.5412 0 1.0824-.1502 1.5515-.429-.0052-1.1099-.5567-2.1876-1.5464-2.7828zm-1.3093-2.0805c.1083-.0911.1959-.15545.2784-.19834.3144-.18767.6701-.28955 1.0309-.28955.1392 0 .2732.01609.4072.0429-.1598.48789-.4845.90619-.9175 1.16889-.0876.0536-.1856.0965-.299.1448l-.7113.2788c-.0876-.2466-.2114-.4665-.3711-.6649zm-2.1443-2.76135c.3247.38606.5155.89008.5155 1.41019 0 .10188-.0103.21984-.0258.3378l-.1186.77212c-.1237-.02145-.2474-.03753-.3711-.03753s-.2474.01608-.366.03753l-.1185-.77212c-.0207-.11796-.031-.23592-.031-.3378 0-.52547.1908-1.02413.5155-1.41019zm-3.86082 2.311c.13402-.03218.27319-.0429.41237-.0429.35567 0 .71134.09652 1.02577.28955.07732.04825.16495.1072.25258.1877l.5928.5147c-.1547.193-.2732.4075-.3608.6434l-.71138-.2788c-.10825-.0482-.20619-.0965-.28866-.1448-.44846-.268-.76805-.6809-.92268-1.16885zm1.71649 4.17695c-.10825.0911-.19588.1555-.27835.1984-.31443.1876-.6701.2895-1.03093.2895-.13917 0-.27319-.0161-.40721-.0429.15979-.4879.48453-.9061.91752-1.1689.08763-.0536.18557-.0965.29897-.1447l.71133-.2789c.0825.2467.2114.4719.3711.6649zm2.14433 2.7667c-.3247-.386-.5155-.89-.5155-1.4101 0-.1073.0103-.2199.031-.3486l.1134-.7614c.1185.0215.2422.0376.3711.0376.1237 0 .2474-.0161.366-.0376l.1185.7722c.0207.1179.031.2359.031.3378 0 .5254-.1908 1.0241-.5155 1.4101zm3.4485-2.2734c-.3557 0-.7114-.0965-1.0258-.2896-.0928-.0536-.1753-.1179-.2526-.1823l-.5928-.5147c.1547-.193.2784-.4075.3608-.6488l.7114.2788c.1134.0429.2113.0912.2938.1394.4381.2628.7577.681.9175 1.1689-.1392.0376-.2783.0483-.4123.0483z",fill:"currentColor"}))},315:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.7660485 2.56204547c-.0789273 0-.1578547-.01973185-.2269162-.05919554-1.894257-.97672626-3.532-1.39109498-5.49531846-1.39109498-1.95345253 0-3.80824585.46369833-5.49531849 1.39109498-.23678212.12825699-.53275978.03946369-.67088269-.19731843-.12825698-.23678213-.03946368-.54262571.19731844-.67088269 1.83506147-.99645811 3.84770954-1.50948605 5.96888274-1.50948605 2.10144136 0 3.93650286.46369833 5.94915086 1.49962013.2466481.12825698.3354414.42423464.2071844.66101676-.0887933.1775866-.256514.27624582-.4341006.27624582zm-14.11813418 5.17960898c-.09865922 0-.19731844-.02959776-.28611174-.08879329-.2269162-.15785475-.27624581-.46369833-.11839106-.69061454.97672627-1.38122906 2.21983242-2.46648047 3.69972071-3.22615645 3.09789947-1.59827935 7.06400007-1.60814527 10.17176547-.00986592 1.4798883.75967598 2.7229944 1.83506147 3.6997207 3.20642461.1578547.21705028.1085251.53275978-.1183911.69061453s-.5327598.10852514-.6906145-.11839106c-.887933-1.24310616-2.0126481-2.21983243-3.3445475-2.90058104-2.8315196-1.45029051-6.45231293-1.45029051-9.27396659.00986593-1.34176537.69061453-2.46648047 1.67720672-3.35441344 2.92031287-.07892737.13812291-.2269162.20718436-.38477095.20718436zm6.16620117 11.90816775c-.12825698 0-.25651396-.0493296-.34530726-.1479889-.85833521-.8583352-1.32203353-1.4108268-1.9830503-2.6046033-.68074861-1.2135084-1.0359218-2.6933967-1.0359218-4.2818101 0-2.93017884 2.50594416-5.31773193 5.58411179-5.31773193 3.07816758 0 5.58411178 2.38755309 5.58411178 5.31773193 0 .2762458-.2170503.4932961-.4932961.4932961s-.4932961-.2170503-.4932961-.4932961c0-2.3875531-2.0619777-4.33113974-4.59751958-4.33113974-2.53554193 0-4.5975196 1.94358664-4.5975196 4.33113974 0 1.4206927.3157095 2.7328603.91753074 3.7983799.631419 1.134581 1.06551956 1.6180112 1.82519554 2.3875531.18745252.1973184.18745252.503162 0 .7004804-.10852514.0986593-.23678212.1479889-.36503911.1479889zm7.07386601-1.8251956c-1.1740447 0-2.2099665-.2959776-3.0584358-.878067-1.47002236-.9964581-2.34808941-2.6144693-2.34808941-4.3311397 0-.2762459.21705028-.4932961.4932961-.4932961.27624581 0 .49329609.2170502.49329609.4932961 0 1.3910949.71034642 2.7032626 1.91398882 3.5122682.7004805.4735642 1.519352.7004804 2.5059442.7004804.2367821 0 .631419-.0295978 1.0260559-.0986592.2663798-.0493296.5228938.128257.5722234.4045028.0493296.2663799-.128257.5228938-.4045028.5722235-.5623575.1085251-1.0556536.118391-1.1937765.118391zm-1.9830503 2.0323799c-.0394637 0-.0887933-.0098659-.128257-.0197318-1.5686816-.4341006-2.59473745-1.01619-3.67012294-2.0718436-1.38122906-1.3713632-2.14090505-3.1965587-2.14090505-5.1500112 0-1.5982794 1.36149722-2.90058107 3.03870394-2.90058107 1.67720675 0 3.03870395 1.30230167 3.03870395 2.90058107 0 1.0556536.9175307 1.9139888 2.0521117 1.9139888 1.1345811 0 2.0521118-.8583352 2.0521118-1.9139888 0-3.71945259-3.2064246-6.73842468-7.15279337-6.73842468-2.80192181 0-5.3670615 1.55881565-6.52137436 3.97596652-.38477096.79913966-.58208939 1.73640226-.58208939 2.76245816 0 .7695419.06906145 1.9830503.66101676 3.5615978.09865922.2565139-.02959776.5426257-.28611173.631419-.25651397.0986592-.54262571-.0394637-.631419-.2861118-.48343018-1.2924357-.7202123-2.5750056-.7202123-3.906905 0-1.1839107.2269162-2.2592961.67088269-3.19655873 1.31216761-2.7525922 4.22261456-4.53832406 7.40930733-4.53832406 4.48899447 0 8.13938557 3.46293858 8.13938557 7.72501679 0 1.5982794-1.3614972 2.9005811-3.038704 2.9005811-1.6772067 0-3.0387039-1.3023017-3.0387039-2.9005811 0-1.0556536-.9175307-1.9139888-2.05211175-1.9139888-1.13458101 0-2.05211175.8583352-2.05211175 1.9139888 0 1.6870727.65115084 3.2656202 1.84492739 4.4495308.93726258.9273967 1.83506151 1.4404246 3.22615641 1.8251956.2663799.0690614.4143688.3453072.3453073.6018212-.0493296.2269162-.256514.374905-.4636983.374905z",transform:"translate(1)",fill:"currentColor"}))},98:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.91322329.78180339s.69401426 2.48532134.69401426 4.50171413c0 1.93198565-1.2661071 3.49820703-3.19809275 3.49820703-1.94136422 0-3.40442131-1.56622138-3.40442131-3.49820703l.02813571-.33762856c-1.89447137 2.25085707-3.02927847 5.16759264-3.02927847 8.33754974 0 4.1453284 3.35752846 7.5028569 7.50285689 7.5028569 4.14532848 0 7.50285688-3.3575285 7.50285688-7.5028569 0-5.05504985-2.4290499-9.56614256-6.09607121-12.50163531zm-1.67876423 17.19092081c-1.66938566 0-3.0198999-1.3129999-3.0198999-2.9448713 0-1.5193285.98474997-2.5884856 2.63537848-2.9261142 1.66000709-.3376285 3.37628556-1.1348071 4.33289986-2.41967133.3657643 1.20983563.5533357 2.48532133.5533357 3.78894273 0 2.4853213-2.0163928 4.5017141-4.50171414 4.5017141z",transform:"translate(2.553223 -.786621)",fill:"currentColor"}))},7542:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.45454545 9.09090909h-5.45454545v1.81818181h5.45454545zm1.97272728-2.94545454-1.92727273-1.92727273-1.28181818 1.28181818 1.92727273 1.92727273zm3.48181817-6.14545455h-1.81818181v5.45454545h1.81818181zm4.8727273 5.5-1.2818182-1.28181818-1.9272727 1.92727273 1.2818182 1.28181818zm-1.2363637 3.59090909v1.81818181h5.4545455v-1.81818181zm-4.5454545-1.81818182c-1.50909091 0-2.72727273 1.21818182-2.72727273 2.72727273 0 1.5090909 1.21818182 2.7272727 2.72727273 2.7272727 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272727 0-1.50909091-1.2181818-2.72727273-2.7272727-2.72727273zm2.5727273 6.58181823 1.9272727 1.9272727 1.2818182-1.2818182-1.9272727-1.9272727zm-8.35454548.6454545 1.28181818 1.2818182 1.92727273-1.9272727-1.28181818-1.2818182zm4.87272727 5.5h1.81818181v-5.4545455h-1.81818181z",fill:"currentColor"}))},4893:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m5.5 18v-12c0-.27614.22386-.5.5-.5h3v-1.5h-3c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h3v-1.5h-3c-.27614 0-.5-.2239-.5-.5z"}),(0,n.createElement)(c.Path,{d:"m13 2v20h-2v-20z"}),(0,n.createElement)(c.Path,{d:"m16.5 4v1.5h-1.5v-1.5z"}),(0,n.createElement)(c.Path,{d:"m20 6c0-1.10457-.8954-2-2-2v1.5c.2761 0 .5.22386.5.5z"}),(0,n.createElement)(c.Path,{d:"m18.5 16.5v-2h1.5v2z"}),(0,n.createElement)(c.Path,{d:"m20 13h-1.5v-2h1.5z"}),(0,n.createElement)(c.Path,{d:"m18 18.5c.2761 0 .5-.2239.5-.5h1.5c0 1.1046-.8954 2-2 2z"}),(0,n.createElement)(c.Path,{d:"m16.5 20v-1.5h-1.5v1.5z"}),(0,n.createElement)(c.Path,{d:"m18.5 9.5h1.5v-2h-1.5z"})))},3314:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m6 5.5h12c.2761 0 .5.22386.5.5v3h1.5v-3c0-1.10457-.8954-2-2-2h-12c-1.10457 0-2 .89543-2 2v3h1.5v-3c0-.27614.22386-.5.5-.5z"}),(0,n.createElement)(c.Path,{d:"m22 13h-20v-2h20z"}),(0,n.createElement)(c.Path,{d:"m20 16.5h-1.5v-1.5h1.5z"}),(0,n.createElement)(c.Path,{d:"m18 20c1.1046 0 2-.8954 2-2h-1.5c0 .2761-.2239.5-.5.5z"}),(0,n.createElement)(c.Path,{d:"m7.5 18.5h2v1.5h-2z"}),(0,n.createElement)(c.Path,{d:"m11 20v-1.5h2v1.5z"}),(0,n.createElement)(c.Path,{d:"m5.5 18c0 .2761.22386.5.5.5v1.5c-1.10457 0-2-.8954-2-2z"}),(0,n.createElement)(c.Path,{d:"m4 16.5h1.5v-1.5h-1.5z"}),(0,n.createElement)(c.Path,{d:"m14.5 18.5v1.5h2v-1.5z"})))},2151:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 20c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm-6.0952381-11.19047619c0 1.31428569 1.06666667 2.38095239 2.38095239 2.38095239.5047619 0 .96190476-.152381 1.35238095-.4190476l-.01904762.1809524c0 1.3142857 1.06666667 2.3809523 2.38095238 2.3809523 1.3142857 0 2.3809524-1.0666666 2.3809524-2.3809523l-.0190476-.1809524c.3809523.2666666.847619.4190476 1.3523809.4190476 1.3142857 0 2.3809524-1.0666667 2.3809524-2.38095239 0-.95238095-.5619048-1.76190476-1.3619048-2.14285714.8-.38095238 1.3619048-1.19047619 1.3619048-2.14285715 0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-.5047619 0-.9619047.15238096-1.3523809.41904762l.0190476-.18095238c0-1.31428571-1.0666667-2.38095238-2.3809524-2.38095238-1.31428571 0-2.38095238 1.06666667-2.38095238 2.38095238l.01904762.18095238c-.38095238-.26666666-.84761905-.41904762-1.35238095-.41904762-1.31428572 0-2.38095239 1.06666667-2.38095239 2.38095238 0 .95238096.56190477 1.76190477 1.36190477 2.14285715-.8.38095238-1.36190477 1.19047619-1.36190477 2.14285714zm6.0952381-4.52380952c1.3142857 0 2.3809524 1.06666666 2.3809524 2.38095238 0 1.31428571-1.0666667 2.38095238-2.3809524 2.38095238-1.31428571 0-2.38095238-1.06666667-2.38095238-2.38095238 0-1.31428572 1.06666667-2.38095238 2.38095238-2.38095238zm-8.57142857 7.14285711c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6.81904762 11.4952381c.14285714 0 .27619048-.0095238.40952381-.0285714.44761905 1.0952381 1.52380952 1.8666666 2.77142857 1.8666666 1.247619 0 2.3238095-.7714285 2.7714286-1.8666666.1333333.0190476.2761904.0285714.4095238.0285714 1.647619 0 2.9904762-1.3428571 2.9904762-2.9904762 0-.67619047-.2380953-1.32380952-.6380953-1.83809523.4095238-.51428572.6380953-1.16190477.6380953-1.83809524 0-1.64761905-1.3428572-2.99047619-2.9904762-2.99047619-.1428572 0-.2761905.00952381-.4095238.02857143-.4476191-1.0952381-1.5238096-1.86666667-2.7714286-1.86666667-1.24761905 0-2.32380952.77142857-2.77142857 1.86666667-.13333333-.01904762-.27619048-.02857143-.40952381-.02857143-1.64761905 0-2.99047619 1.34285714-2.99047619 2.99047619 0 .67619047.23809524 1.32380952.63809524 1.83809524-.40952381.51428571-.64761905 1.16190476-.64761905 1.83809523 0 1.6476191 1.34285714 2.9904762 3 2.9904762zm3.18095238-.0666667c-.59047619 0-1.06666667-.4666666-1.08571429-1.047619l.11428572-1.03809526c.3047619.11428572.62857143.18095238.97142857.18095238.3428571 0 .6761905-.06666666.9809524-.18095238l.1047619 1.03809526c-.0190476.5809524-.4952381 1.047619-1.0857143 1.047619zm3.1809524-1.83809521c-.2285714 0-.4380953-.06666667-.6095238-.19047619l-.7714286-.54285714c.5238095-.42857143.8952381-1.03809524 1.0095238-1.74285715l.8380952.4c.3809524.18095239.6285715.56190477.6285715.98095239 0 .6095238-.4952381 1.09523809-1.0952381 1.09523809zm-.6190476-5.65714286c.1904762-.12380952.4-.19047619.6190476-.19047619.6 0 1.0857143.48571429 1.0857143 1.08571429 0 .41904762-.2380953.79047619-.6285715.98095238l-.8380952.4c-.1142857-.70476191-.4857143-1.31428571-1.0190476-1.74285714zm-2.5619048-2.02857143c.5904762 0 1.0666667.46666667 1.0857143 1.04761905l-.1047619 1.03809524c-.3047619-.11428571-.6380953-.18095238-.9809524-.18095238-.34285714 0-.66666667.06666667-.97142857.18095238l-.11428572-1.03809524c.01904762-.58095238.4952381-1.04761905 1.08571429-1.04761905zm-3.18095238 1.83809524c.22857143 0 .43809524.06666667.60952381.19047619l.77142857.53333334c-.52380952.42857143-.8952381 1.03809523-1.00952381 1.74285714l-.83809524-.4c-.38095238-.19047619-.62857143-.56190476-.62857143-.98095238 0-.6.4952381-1.08571429 1.0952381-1.08571429zm-.46666667 3.78095238.83809524-.4c.11428571.70476191.48571429 1.31428572 1.01904762 1.74285715l-.77142857.52380952c-.19047619.12380952-.4.19047619-.61904762.19047619-.6 0-1.08571429-.48571428-1.08571429-1.08571428-.00952381-.40952381.23809524-.78095239.61904762-.97142858zm3.64761905 12.47619048c4.7333333 0 8.5714286-3.8380952 8.5714286-8.5714286-4.7333334 0-8.5714286 3.8380953-8.5714286 8.5714286zm2.3238095-2.3238095c.6761905-1.8095238 2.1142857-3.2571429 3.9238095-3.9238095-.6761904 1.8095238-2.1142857 3.247619-3.9238095 3.9238095zm-10.89523807-6.2476191c0 4.7333334 3.83809524 8.5714286 8.57142857 8.5714286 0-4.7333333-3.83809524-8.5714286-8.57142857-8.5714286zm2.32380952 2.3238096c1.80952381.6761904 3.25714286 2.1142857 3.92380953 3.9238095-1.80952381-.6761905-3.24761905-2.1142857-3.92380953-3.9238095z",fill:"currentColor"}))},1856:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.93 11.5h4.14l-2.07-5.52zm10.07-11.5h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm-4.05 16.5-1.14-3h-5.64l-1.12 3h-2.09l5.11-13h1.86l5.11 13z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.17 13.5h5.64l1.14 3h2.09l-5.11-13h-1.86l-5.11 13h2.09zm2.83-7.52 2.07 5.52h-4.14zm8-5.98h-16c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-16c0-1.1-.9-2-2-2zm0 18h-16v-16h16z",fill:"currentColor"}))},9078:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m20.2 17h-16.536c-.4424 0-.664-.3619-.664-.8095 0-4.9656 1.9848-9.12821 6.564-10.22997v-1.71351c0-.44766.3576-.80952.8-.80952h3.2c.4424 0 .8.36186.8.80952v1.71351c4.5792 1.10176 6.636 5.26437 6.636 10.22997 0 .4476-.3576.8095-.8.8095zm-7.336-12h-2v.70796c.2648-.02105.8296-.04129 1.1-.04129s.6352.02024.9.04129zm-.9 2.29688c-4.94375 0-7.0584 3.67062-7.464 8.20312h14.864c-.4056-4.5325-2.4563-8.20312-7.4-8.20312z"}),(0,n.createElement)(c.Path,{d:"m2 18.5h20v1.5h-20z"})))},2142:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m17.7646 7.89213c-.096.53182-.5444.96979-1.1209 1.06364l-.4164.06257 1.2491 2.28376c.2242.4066.2242.9072-.032 1.3452-.2563.4066-.7046.6569-1.185.6569-.2563 0-.4805-.0626-.7046-.1877l-3.491-2.0022-3.39495 2.0022c-.22419.1251-.48041.1877-.7046.1877-.48041 0-.89677-.2503-1.18501-.6257-.25622-.3754-.28825-.8759-.09609-1.2826l1.12096-2.37756-.73663-.1877c-.44838-.12514-.80068-.43797-.96082-.84466-1.88962 1.3452-3.10666 3.34732-3.10666 5.59982 0 4.0981 4.03546 7.4142 8.9997 7.4142 4.9643 0 8.9997-3.3161 8.9997-7.4142.032-2.2837-1.2491-4.34847-3.2348-5.69367z"}),(0,n.createElement)(c.Path,{d:"m7.35566 7.70438 1.92165.46925c.09608.03129.16014.15642.12811.25027l-1.6334 3.4725c-.06406.1564.09608.3128.25622.219l3.90736-2.31501c.064-.03129.1281-.03129.1922 0l4.0034 2.31501c.1601.0938.3523-.0939.2562-.2503l-1.9216-3.50377c-.0641-.09385 0-.25027.1281-.25027l1.7935-.31283c.1922-.03129.1922-.31284.032-.34412-.8967-.25027-2.4341-.65696-3.6511-.81338.0961-1.12621.4804-2.62783.7687-3.25351.2242-.50053-1.5694-.53182-1.7616 0-.1601.46926-.4483 2.03345-.5444 3.22223-1.24909.12513-2.94654.50054-3.90737.75081-.12811.06256-.12811.31283.03203.34412z"})))},9657:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"8"}),(0,n.createElement)(c.Path,{d:"m14.9586 9.09098-3.9304 5.28592-2.27901-1.6946",stroke:"#fff",strokeWidth:"1.5"}))},8645:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m11.6959 13.9724c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.5254.3133-.1167.6605-.1751 1.0414-.1751.3748 0 .6943.0799.9586.2396.2642.1536.4608.3626.5898.6268.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"}),(0,n.createElement)(c.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"})))},8241:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.5 4c-4.692 0-8.5 3.808-8.5 8.5s3.808 8.5 8.5 8.5h4.25v-1.7h-4.25c-3.689 0-6.8-3.111-6.8-6.8s3.111-6.8 6.8-6.8 6.8 3.111 6.8 6.8v1.2155c0 .6715-.6035 1.3345-1.275 1.3345s-1.275-.663-1.275-1.3345v-1.2155c0-2.346-1.904-4.25-4.25-4.25s-4.25 1.904-4.25 4.25 1.904 4.25 4.25 4.25c1.173 0 2.244-.476 3.009-1.2495.5525.7565 1.5045 1.2495 2.516 1.2495 1.6745 0 2.975-1.36 2.975-3.0345v-1.2155c0-4.692-3.808-8.5-8.5-8.5zm0 11.05c-1.411 0-2.55-1.139-2.55-2.55s1.139-2.55 2.55-2.55 2.55 1.139 2.55 2.55-1.139 2.55-2.55 2.55z",fill:"currentColor"}))},4934:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.0041 8.15789c2.2592 0 4.0928 1.76843 4.0928 3.94741 0 .5131-.1065.9947-.2947 1.4447l2.3902 2.3053c1.236-.9948 2.2101-2.2816 2.8076-3.75-1.4161-3.46583-4.9113-5.92109-9.0041-5.92109-1.146 0-2.24283.19737-3.25784.55263l1.76804 1.70527c.4666-.18158.9659-.28422 1.498-.28422zm-8.18555-2.15526 1.86631 1.8.37653.36316c-1.3588 1.01842-2.42292 2.37631-3.06139 3.93951 1.4161 3.4658 4.91132 5.921 9.0041 5.921 1.2688 0 2.4802-.2368 3.5853-.6631l.3438.3315 2.3983 2.3053 1.0396-1.0026-14.51298-13.9974zm4.52661 4.36577 1.26876 1.2237c-.04093.1658-.06549.3395-.06549.5132 0 1.3105 1.09687 2.3684 2.45567 2.3684.1801 0 .3602-.0237.5321-.0632l1.2687 1.2237c-.5484.2605-1.1541.4184-1.8008.4184-2.25922 0-4.09278-1.7684-4.09278-3.9473 0-.6237.16371-1.2079.43384-1.7369zm3.52794-.61577 2.5785 2.48687.0163-.1263c0-1.3106-1.0968-2.36846-2.4556-2.36846z",fill:"currentColor"}))},270:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m13 11.9999v-1c0-1.10459-.8954-2.00002-2-2.00002h-4c-1.10457 0-2 .89543-2 2.00002v1"}),(0,n.createElement)(c.Path,{d:"m4 19.2499h9"}),(0,n.createElement)(c.Path,{d:"m4 15.2499h16"})),(0,n.createElement)(c.Circle,{cx:"9",cy:"5",fill:"currentColor",r:"2"}))},8220:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"14.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"8.5",x:"7.75",y:"4.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m11 16h2v1.5h-2z",fill:"currentColor"}))},2429:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"4"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"4",stroke:"currentColor"}))},5689:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"7.25"}),(0,n.createElement)(c.Path,{d:"m8 11 3.7141 2.7755c.1781.133.4225.1326.6001-.001l3.6858-2.7745"})))},1586:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5 7.25h14c.6904 0 1.25.55964 1.25 1.25v7c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-7c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m16 12.75h-8v-1.5h8z",fill:"currentColor",fillRule:"evenodd"}))},9228:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4 8h16c.6904 0 1.25.55964 1.25 1.25v5c0 .6904-.5596 1.25-1.25 1.25h-16c-.69036 0-1.25-.5596-1.25-1.25v-5c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},9868:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m19.9998 15.5h-16.00004v-1.5h16.00004z"}),(0,n.createElement)(c.Path,{d:"m15.9998 5.5h-12.00004v-1.5h12.00004z"}),(0,n.createElement)(c.Path,{d:"m19.9998 10.5h-16.00004v-1.5h16.00004z"}),(0,n.createElement)(c.Path,{d:"m19.9998 20h-16.00004v-1.5h16.00004z"})))},5903:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m10.5018 11.3502 4.4504-2.98515-1.4486 4.72825-4.45583 2.9533z",fill:"currentColor"}))},1281:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m19 6.75h-14c-.69036 0-1.25.55964-1.25 1.25v8.5c0 .6904.55964 1.25 1.25 1.25h14c.6904 0 1.25-.5596 1.25-1.25v-8.5c0-.69036-.5596-1.25-1.25-1.25z"}),(0,n.createElement)(c.Path,{d:"m4 7 8 6 8-6"})))},1981:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M23 7V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2zM3 3h2v2H3V3zm2 18H3v-2h2v2zm12-2H7v-2H5V7h2V5h10v2h2v10h-2v2zm4 2h-2v-2h2v2zM19 5V3h2v2h-2zm-5.27 9h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2zm-3.04-1.26h2.61L12 8.91l-1.31 3.83z",fill:"currentColor"}))},1233:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.9645996 0h-15.99999999v2.5l8.12499999 7.5-8.12499999 7.5v2.5h15.99999999v-3.75h-9.74999999l6.24999999-6.25-6.24999999-6.25h9.74999999z",fill:"currentColor"}))},3710:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"14.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"14.5",x:"4.75",y:"4.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m5.06667 14.6666 3.9619-2.1334 2.97143 1.4222 3.4667-2.4888 3.4666 2.4888",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},9839:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Rect,{height:"13.5",rx:".875",width:"13.5",x:"7.75",y:"7.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m8 17 3.7143-2 2.7857 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round",fill:"none"}),(0,n.createElement)(c.Path,{d:"m22 3.75h-4.0005c-1.1046 0-1.9995.89543-1.9995 2v1.25m-12.25 15v-3.0002c0-1.1046.89543-1.9998 2-1.9998h1.25m-2-6.25c-1.5 0-2.25-.89543-2.25-2v-4c0-1.10457.89543-2 2-2h4c1.10457 0 2.25.75 2.25 2.25"})))},2759:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{fill:"none",height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"13.5",x:"3.75",y:"3.75"}),(0,n.createElement)(c.Path,{d:"m4 13 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m21.5 11c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.82843.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m21.5 21c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.8284.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h12c.8284 0 1.5.6716 1.5 1.5z"})))},3342:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m20.75 21.75v-1c0-.5523-.4477-1-1-1h-5c-.5523 0-1 .4477-1 1v1"}),(0,n.createElement)(c.Path,{d:"m10.25 21.75v-1c0-.5523-.44772-1-1-1h-5c-.55228 0-1 .4477-1 1v1"}),(0,n.createElement)(c.Rect,{height:"13.5",rx:".875",width:"13.5",x:"5.25",y:"2.75"}),(0,n.createElement)(c.Path,{d:"m5.5 12 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round"})))},8258:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m4 13 4.5-2.5 3.5 1.8333 4-3.3333 4 3.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h15c.8284 0 1.5.6716 1.5 1.5z",fill:"currentColor"}))},3930:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20 13.8587524v-11.87893062c0-1.08890198-.8909198-1.97982178-1.9798218-1.97982178h-11.87893064c-1.08890198 0-1.97982178.8909198-1.97982178 1.97982178v11.87893062c0 1.088902.8909198 1.9798218 1.97982178 1.9798218h11.87893064c1.088902 0 1.9798218-.8909198 1.9798218-1.9798218zm-10.88901978-3.95964351 2.00951908 2.68265851 2.9400354-3.6725694 3.9596435 4.9495544h-11.87893064zm-9.11098022-5.89910889v14.028125c0 1.088902.8909198 1.9798218 1.97982178 1.9798218l14.02017822-.0079468v-1.9798218l-14.02017822.0079468v-14.028125z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 2v12h-12v-12zm0-2h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1 3.33 4.17h-10zm-9.5-5.67v14c0 1.1.9 2 2 2h14v-2h-14v-14z",fill:"currentColor"}))},3219:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M13 4v2.67l-1 1-1-1V4h2m7 7v2h-2.67l-1-1 1-1H20M6.67 11l1 1-1 1H4v-2h2.67M12 16.33l1 1V20h-2v-2.67l1-1M15 2H9v5.5l3 3 3-3V2zm7 7h-5.5l-3 3 3 3H22V9zM7.5 9H2v6h5.5l3-3-3-3zm4.5 4.5l-3 3V22h6v-5.5l-3-3z",fill:"currentColor"}))},4153:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m1.92731278 4.32703003c.77092511-.7897664 1.54185022-1.50166852 1.88325991-1.3570634.55066079.22246941 0 1.14571746-.33039648 1.69076752-.2753304.46718576-3.14977973 4.32703003-3.14977973 7.01890985 0 1.4238043.52863436 2.6028922 1.47577092 3.3147943.82599119.6229143 1.91629956.8120133 2.90748899.5116796 1.17841409-.3448276 2.14757709-1.5572859 3.37004405-3.0812013 1.33259912-1.6573971 3.11674006-3.82647389 4.49339206-3.82647389 1.7951542 0 1.8171806 1.12347053 1.938326 1.99110119-4.1629956.7119022-5.92511013 4.0823137-5.92511013 5.9733037s1.58590313 3.4371524 3.53524233 3.4371524c1.7951541 0 4.7246696-1.4794216 5.1651982-6.785317h2.7092511v-2.7808676h-2.7202643c-.1651983-1.83537269-1.2004405-4.67185767-4.438326-4.67185767-2.4779736 0-4.60352424 2.12458287-5.44052864 3.15906563-.63876652.81201335-2.26872247 2.75862064-2.52202643 3.02558394-.2753304.3337042-.74889868.9343716-1.22246696.9343716-.49559472 0-.79295155-.9232481-.39647578-2.1357064.38546256-1.21245826 1.54185022-3.18131254 2.03744494-3.9154616.85903084-1.26807564 1.43171806-2.13570634 1.43171806-3.64849833 0-2.4137931-1.8061674-3.18131257-2.76431718-3.18131257-1.45374449 0-2.72026432 1.11234705-2.99559471 1.39043382-.39647577.40044493-.72687225.73414905-.969163 1.03448275zm10.23127752 12.96996667c-.3414097 0-.814978-.2892103-.814978-.8008899 0-.6674082.8039648-2.4471635 3.160793-3.0700779-.3303965 2.9922136-1.5748899 3.8709678-2.345815 3.8709678z",fill:"currentColor"}))},5273:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m8 4.5-4 5v-5z"}),(0,n.createElement)(c.Path,{d:"m12 10.5h1v4h-1z"}),(0,n.createElement)(c.Path,{d:"m10.2 10.5h-2.4c-.48 0-.8.3333-.8.6667v2.6666c0 .3334.32.6667.8.6667h2.4c.48 0 .8-.3333.8-.6667v-1.3333h-1.2v1h-1.6v-2h2.8v-.3333c0-.3334-.32-.6667-.8-.6667z"}),(0,n.createElement)(c.Path,{d:"m17 11.5v-1h-3v4h1v-1.3333h1.3333v-1h-1.3333v-.6667z"})))},1824:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12 3c-4.9725 0-9 4.13206-9 9.2285 0 4.0782 2.5785 7.5366 6.15375 8.7556.45.0869.615-.1985.615-.4438 0-.2192-.0075-.7998-.01125-1.5688-2.5035.5568-3.0315-1.2382-3.0315-1.2382-.4095-1.0651-1.00125-1.3497-1.00125-1.3497-.81525-.5721.063-.5606.063-.5606.90375.0646 1.3785.9505 1.3785.9505.8025 1.4112 2.10675 1.0036 2.62125.7676.081-.5968.3128-1.0036.57-1.2344-1.99875-.2307-4.0995-1.0243-4.0995-4.5604 0-1.0074.34875-1.8303.92625-2.4763-.10125-.23302-.405-1.17125.07875-2.44248 0 0 .75375-.24763 2.475.94593.72-.20534 1.485-.30685 2.25-.31147.765.00462 1.53.10613 2.25.31147 1.71-1.19356 2.4638-.94593 2.4638-.94593.4837 1.27123.18 2.20946.09 2.44248.5737.646.9225 1.4689.9225 2.4763 0 3.5453-2.1038 4.3259-4.1063 4.5527.315.2769.6075.8429.6075 1.7073 0 1.2351-.0112 2.2272-.0112 2.5271 0 .2422.1575.5306.6187.4383 3.6008-1.2104 6.177-4.6711 6.177-8.7432 0-5.09644-4.0297-9.2285-9-9.2285",fill:"currentColor"}))},9217:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm-8 10c0-.61.08-1.21.21-1.78l4.78 4.78v1c0 1.1.9 2 2 2v1.93c-3.93-.5-6.99-3.86-6.99-7.93zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1v-2h2c1.1 0 2-.9 2-2v-.41c2.93 1.18 5.01 4.06 5.01 7.41 0 2.08-.81 3.98-2.11 5.4z",fill:"currentColor"}))},2961:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m4 4h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 4h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m18 4h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m4 18h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m11 18h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m18 18h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m4 11h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m10 10h4v4h-4z"}),(0,n.createElement)(c.Path,{d:"m18 11h2v2h-2z"})))},4283:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M5 15v-3h3v-2H5V7H3v3H0v2h3v3zm7-1.25c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM7.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H7.34zM12 12c1.93 0 3.5-1.57 3.5-3.5S13.93 5 12 5 8.5 6.57 8.5 8.5 10.07 12 12 12zm0-5c.83 0 1.5.67 1.5 1.5S12.83 10 12 10s-1.5-.67-1.5-1.5S11.17 7 12 7zm5 5c1.93 0 3.5-1.57 3.5-3.5S18.93 5 17 5c-.24 0-.48.02-.71.07.76.94 1.21 2.13 1.21 3.43 0 1.3-.47 2.48-1.23 3.42.24.05.48.08.73.08zm2.32 2.02c1 .81 1.68 1.87 1.68 3.23V19h3v-1.75c0-1.69-2.44-2.76-4.68-3.23z",fill:"currentColor"}))},6415:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}),(0,n.createElement)(c.Circle,{cx:"8",cy:"14",r:"2"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"8",r:"2"}),(0,n.createElement)(c.Circle,{cx:"16",cy:"14",r:"2"})))},4760:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.0384629.01236979c-5.23157899 0-9.47368425 4.24210526-9.47368425 9.47368421v7.3684211c0 1.7473684 1.41052631 3.1578947 3.15789473 3.1578947h3.15789474v-8.4210526h-4.21052632v-2.1052632c0-4.07368421 3.29473685-7.36842105 7.3684211-7.36842105 4.0736842 0 7.368421 3.29473684 7.368421 7.36842105v2.1052632h-4.2105263v8.4210526h3.1578947c1.7473685 0 3.1578948-1.4105263 3.1578948-3.1578947v-7.3684211c0-5.23157895-4.2421053-9.47368421-9.4736842-9.47368421z",fill:"currentColor"}))},6819:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 20-1.45-1.4386921c-5.15-5.0899183-8.55-8.4468665-8.55-12.56675749 0-3.35694823 2.42-5.99455041 5.5-5.99455041 1.74 0 3.41.88283379 4.5 2.27792916 1.09-1.39509537 2.76-2.27792916 4.5-2.27792916 3.08 0 5.5 2.63760218 5.5 5.99455041 0 4.11989099-3.4 7.47683919-8.55 12.57765669",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.5 0c-1.74 0-3.41.88283379-4.5 2.27792916-1.09-1.39509537-2.76-2.27792916-4.5-2.27792916-3.08 0-5.5 2.63760218-5.5 5.99455041 0 4.11989099 3.4 7.47683919 8.55 12.57765669l1.45 1.4277929 1.45-1.4386921c5.15-5.0899183 8.55-8.4468665 8.55-12.56675749 0-3.35694823-2.42-5.99455041-5.5-5.99455041zm-4.4 16.9482289-.1.1089918-.1-.1089918c-4.76-4.6975477-7.9-7.80381473-7.9-10.95367849 0-2.17983651 1.5-3.8147139 3.5-3.8147139 1.54 0 3.04 1.07901908 3.57 2.57220709h1.87c.52-1.49318801 2.02-2.57220709 3.56-2.57220709 2 0 3.5 1.63487739 3.5 3.8147139 0 3.14986376-3.14 6.25613079-7.9 10.95367849z",fill:"currentColor"}))},3307:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{d:"m5 15.25h14c.6904 0 1.25.5596 1.25 1.25v2.5c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-2.5c0-.6904.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m4 4h16v11h-16z",fill:"currentColor"}))},1792:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m6 22h8v-1.5h-8z"}),(0,n.createElement)(c.Path,{d:"m13.1758 2.46347c-2.1834 3.59813-4.63759 7.27765-6.46611 10.71183-.08879.1668-.0675.1566-.05735.2834.12017.985.57349 2.8924.57349 2.8924s-.82048 1.913-1.22583 2.6489h2.4c.27105-.3982.5519-1.0806.78287-1.4935.28752-.0817 1.90663-.5383 2.75273-.9084.1162-.0508.144-.0958.2151-.1962 2.0301-3.6693 3.8383-7.45927 5.7349-11.1769.2357-.55654.1087-1.07052-.3943-1.35894-.9591-.56757-1.9166-1.13821-2.8746-1.70778-.5347-.27141-1.0654-.20883-1.4409.30519zm-5.42348 11.82773c-.03001-.1268.10567-.2255.21813-.1598l2.79925 1.6362c.1099.0643.0947.2271-.0257.2686-.584.2016-1.17592.3838-1.53469.4923-.03989.0121-.08273.0069-.11871-.0142l-.91474-.5345c-.03871-.0226-.0652-.0613-.07265-.1055-.09848-.5844-.23671-1.1009-.35089-1.5831z"})))},7384:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z",fill:"currentColor"}))},6551:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z"}),(0,n.createElement)(c.Path,{d:"m13.611 20.7346-3.2192.0004c-.0835 0-.1661-.0163-.2432-.0482s-.1472-.0787-.20616-.1377c-.059-.059-.10578-.1291-.13769-.2062-.0319-.0771-.04829-.1597-.04823-.2431l-.00174-3.8546 2.24522-2.2452 2.2446 2.2446-.0005 3.8568c-.0005.1678-.0674.3285-.186.4471-.1186.1187-.2794.1855-.4471.1861z"}),(0,n.createElement)(c.Path,{d:"m20.7346 10.389.0004 3.2192c0 .0835-.0163.1661-.0482.2432s-.0787.1472-.1377.2062-.1291.1057-.2062.1376-.1597.0483-.2431.0483l-3.8546.0017-2.2452-2.2452 2.2446-2.24463 3.8568.0005c.1678.00052.3285.0674.4471.18603.1187.1186.1855.2794.1861.4471z"}),(0,n.createElement)(c.Path,{d:"m3.26543 13.611-.00042-3.2192c-.00006-.0835.01633-.1661.04823-.2432s.07869-.1472.13769-.20616c.05899-.059.12904-.10578.20614-.13769.07709-.0319.15973-.04829.24317-.04823l3.85454-.00174 2.24522 2.24522-2.24463 2.2446-3.85679-.0005c-.16774-.0005-.32849-.0674-.44712-.186s-.18551-.2794-.18603-.4471z"})))},2291:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}),(0,n.createElement)(c.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm5.5789474-3.15789469c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 12.6315789c1.7473684 0 3.1473684-1.4105263 3.1473684-3.15789469l.0105263-6.31578947c0-1.74736842-1.4105263-3.15789474-3.1578947-3.15789474-1.74736842 0-3.15789474 1.41052632-3.15789474 3.15789474v6.31578947c0 1.74736839 1.41052632 3.15789469 3.15789474 3.15789469zm-1.26315789-9.57894732c0-.69473684.56842105-1.2631579 1.26315789-1.2631579.6947368 0 1.2631579.56842106 1.2631579 1.2631579l-.0105263 6.52631579c0 .69473683-.5578948 1.26315793-1.2526316 1.26315793-.69473684 0-1.26315789-.5684211-1.26315789-1.26315793zm6.84210529 6.42105263c0 3.15789469-2.6736842 5.36842109-5.5789474 5.36842109-2.90526316 0-5.57894737-2.2105264-5.57894737-5.36842109h-1.78947368c0 3.58947369 2.86315789 6.55789469 6.31578947 7.07368419v3.4526316h2.10526318v-3.4526316c3.4526316-.5052631 6.3157895-3.4736842 6.3157895-7.07368419z",fill:"currentColor"}))},5174:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18 0h-16c-1.1 0-1.99.9-1.99 2l-.01 10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm-9 3h2v2h-2zm0 3h2v2h-2zm-3-3h2v2h-2zm0 3h2v2h-2zm-1 2h-2v-2h2zm0-3h-2v-2h2zm9 7h-8v-2h8zm0-4h-2v-2h2zm0-3h-2v-2h2zm3 3h-2v-2h2zm0-3h-2v-2h2z",transform:"translate(0, 3)",fill:"currentColor"}))},4477:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m16.6666667 15c.9166666 0 1.6583333-.75 1.6583333-1.6666667l.0083333-9.16666663c0-.91666667-.75-1.66666667-1.6666666-1.66666667h-13.33333337c-.91666666 0-1.66666666.75-1.66666666 1.66666667v9.16666663c0 .9166667.75 1.6666667 1.66666666 1.6666667h-3.33333333c0 .9166667.75 1.6666667 1.66666667 1.6666667h16.66666663c.9166667 0 1.6666667-.75 1.6666667-1.6666667zm-13.33333337-10.83333333h13.33333337v9.16666663h-13.33333337zm6.66666667 11.66666663c-.45833333 0-.83333333-.375-.83333333-.8333333s.375-.8333333.83333333-.8333333c.4583333 0 .8333333.375.8333333.8333333s-.375.8333333-.8333333.8333333z",fill:"currentColor"}))},978:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m9.99610362 17.0837787-7.42990299-5.7765731-1.63316728 1.2702412 9.07315155 7.0568956 9.0731515-7.0568956-1.6432485-1.2803225zm.01008128-2.560645 7.4198217-5.77657311 1.6533298-1.28032249-9.0731515-7.05689565-9.07315155 7.05689565 1.64324856 1.28032249z",fill:"currentColor"}))},492:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M21 6h-7.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H3c-1.1 0-2 .89-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.11-.9-2-2-2zm0 14H3V8h18v12zM9 10v8l7-4z",fill:"currentColor"}))},697:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z",fill:"currentColor"}))},2655:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m12.0026 7.67357c-2.3621 0-4.25762 1.92468-4.25762 4.25763 0 2.3621 1.92468 4.2576 4.25762 4.2576 2.3621 0 4.2576-1.9247 4.2576-4.2576 0-2.33295-1.8955-4.25763-4.2576-4.25763zm.3208 5.36573-.9624.9624-.9623-.9624-.93318-.9331.96238-.9624.9331.9332 2.2163-2.2163.9624.9623zm8.1944-2.3037c-.3791-.35-.5249-.90406-.3207-1.37065l.1749-.43742c.2917-.67072-.0875-1.42893-.7873-1.63306l-.4666-.11665c-.4958-.14581-.8457-.58324-.8749-1.10815v-.49575c-.0291-.72904-.6999-1.25396-1.3997-1.13731l-.4666.08749c-.5249.08748-1.0207-.14581-1.254-.6124l-.2333-.40827c-.3499-.64155-1.1665-.81653-1.7497-.40826l-.3791.26246c-.4083.29161-.9915.29161-1.3998 0l-.3791-.29162c-.5832-.43743-1.42889-.2333-1.77883.40826l-.23329.40827c-.26246.46659-.75821.69988-1.28312.6124l-.46659-.08749c-.72905-.11665-1.37061.40826-1.42893 1.13731l-.02916.46659c-.02916.52491-.3791.96234-.87485 1.10815l-.46659.1458c-.69989.20414-1.07899.96234-.78737 1.63306l.17497.43743c.20413.46659.05832 1.02071-.32078 1.37061l-.34994.3208c-.55408.4666-.55408 1.3414 0 1.808l.34994.3208c.3791.3499.52491.904.32078 1.3706l-.17497.4374c-.29162.6707.08748 1.4289.78737 1.6331l.46659.1166c.49575.1458.84569.5833.87485 1.1082l.02916.4666c.02916.729.69988 1.2539 1.39977 1.1373l.46658-.0875c.52492-.0875 1.02067.1458 1.25396.6124l.2333.4082c.34994.6416 1.16645.8166 1.74975.4083l.3791-.2624c.4082-.2917.9915-.2917 1.3997 0l.3791.2916c.5833.4374 1.429.2333 1.7789-.4083l.2333-.4083c.2624-.4665.7582-.6998 1.2831-.6124l.4666.0875c.729.1167 1.3706-.4082 1.4289-1.1373l.0292-.4666c.0291-.5249.3791-.9623.8748-1.1081l.4666-.1167c.6999-.2041 1.079-.9623.7874-1.633l-.175-.4375c-.2041-.4665-.0583-1.0206.3208-1.3706l.3499-.3207c.5541-.4666.5541-1.3415 0-1.8081zm-8.5152 7.1154c-3.26612 0-5.89068-2.6537-5.89068-5.8906 0-3.26617 2.65372-5.89073 5.89068-5.89073 3.2661 0 5.8907 2.65372 5.8907 5.89073 0 3.2369-2.6246 5.8906-5.8907 5.8906z",fill:"currentColor"}))},3018:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.6976 16.8149-4.5045 2.7755c-.1023.0623-.219.0952-.338.0952-.1189 0-.2356-.0329-.3379-.0952l-3.2947-2.0192c.2929-.5543.4809-1.1606.5542-1.7867l3.2233 2.0124v-9.50002l-5.46036-3.34376v6.29688c-.4582-.4688-1.23302-.6921-2.00388-.7355-.09631 0-.19431-.0087-.29399-.0087-.09969 0-.19938 0-.29569.0087-.85883.0493-1.7495.4304-2.44608.9485v-4.963c-.0002-.11068.02756-.21953.08057-.31591s.12945-.177.22187-.23399l4.56823-2.85494c.10228-.06229.21901-.09516.33793-.09516s.23564.03287.3379.09516l4.807 2.96287 4.6025-2.83623c.0546-.03341.1169-.05136.1804-.05203.0636-.00067.1263.01598.1815.04824.0553.03225.1013.07897.1333.1354s.0488.12055.0488.18584v12.72755c-.0001.1103-.028.2188-.081.3149-.053.096-.1293.1764-.2214.2332zm-10.15796.8309-2.01909 2.2291c-.03574.0395-.07901.071-.12712.0925s-.10003.0326-.15251.0326-.10439-.0111-.15251-.0326c-.04811-.0215-.09138-.053-.12712-.0925l-2.01908-2.2291c-.46748-.5034-.77835-1.1384-.893-1.8239-.11465-.6856-.02788-1.3906.24925-2.0254.24163-.5429.62326-1.0077 1.10363-1.344.48036-.3364 1.04116-.5314 1.62172-.5641h.21796.21795c.58056.0327 1.14136.2277 1.62172.5641.48037.3363.862.8011 1.10366 1.344.2769.6349.3634 1.3401.2484 2.0256-.1149.6856-.4261 1.3205-.89386 1.8237zm-.81102-2.4164c0-.3019-.0872-.5971-.25058-.8481s-.39559-.4467-.66728-.5622c-.27169-.1156-.57064-.1458-.85907-.0869-.28842.0589-.55335.2043-.76129.4178s-.34955.4855-.40692.7816-.02793.603.08461.882c.11254.2789.30311.5173.54762.6851.24451.1677.53198.2572.82606.2572.19539 0 .38888-.0395.56938-.1163.18051-.0769.34449-.1895.48258-.3314s.24757-.3104.3222-.4958c.07462-.1854.11291-.3841.11269-.5847z",fill:"currentColor"}))},7556:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c3.921743 0 7.114273 3.19253001 7.114273 7.11427301 0 4.95331259-6.1894175 11.86305029-6.4562027 12.15651399l-.6580703.729213-.65807025-.729213c-.26678524-.2934637-6.45620276-7.2032014-6.45620276-12.15651399 0-3.921743 3.19253001-7.11427301 7.11427301-7.11427301zm-1.36060471 9.04401956-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 0c-3.921743 0-7.11427301 3.19253001-7.11427301 7.11427301 0 4.95331259 6.18941752 11.86305029 6.45620276 12.15651399l.65807025.729213.6580703-.729213c.2667852-.2934637 6.4562027-7.2032014 6.4562027-12.15651399 0-3.921743-3.19253-7.11427301-7.114273-7.11427301zm0 17.3143619c-1.9386394-2.3210315-5.33570476-7.0520231-5.33570476-10.20008889 0-2.94353046 2.3921743-5.33570476 5.33570476-5.33570476 2.9435305 0 5.3357048 2.3921743 5.3357048 5.33570476 0 3.40595819-3.7794576 8.32369939-5.3357048 10.20008889zm-1.36060471-8.27034234-1.56514007-1.5740329-1.26278345 1.26278346 2.82792352 2.82792348 5.34459761-5.34459756-1.2538906-1.26278346z",fill:"currentColor"}))},2136:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.75 18v1.75c0 .5523-.4477 1-1 1h-10c-.55228 0-1-.4477-1-1v-15c0-.55228.44772-1 1-1h10c.5523 0 1 .44959 1 1.00188 0 2.11305 0 1.45031 0 1.24812",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"12",y:"8"}))},7596:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z"}),(0,n.createElement)(c.Path,{d:"M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z"}),(0,n.createElement)(c.Path,{d:"M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z"}),(0,n.createElement)(c.Path,{d:"M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z"})))},710:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z",fill:"currentColor"}))},8917:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6.5 0h-5c-.825 0-1.5.61363636-1.5 1.36363636v9.27272724c0 .75.675 1.3636364 1.5 1.3636364h5c.825 0 1.5-.6136364 1.5-1.3636364v-9.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 10h-4v-8h4z",transform:"translate(4 2)"}))},1973:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.8181818 4.54545455-3.40909089 4.54545454 2.59090909 3.45454541-1.45454545 1.0909091c-1.53636364-2.0454545-4.0909091-5.45454542-4.0909091-5.45454542l-5.45454545 7.27272732h20z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.8181818 4.54545455-3.83636362 5.11818181 1.13636364 1.51818184 2.69999998-3.60909093 4.5454546 6.06363633h-7.69090913l-3.64545454-4.88181815-5.02727273 6.70000005h20zm-8.18181816 9.09090905 1.38181818-1.8454545 1.38181818 1.8454545z",fill:"currentColor"}))},6490:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m13 10.5h-8c-.27614 0-.5.2239-.5.5v8c0 .2761.22386.5.5.5h8c.2761 0 .5-.2239.5-.5v-8c0-.2761-.2239-.5-.5-.5zm-8-1.5h8c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-8c-1.10457 0-2-.8954-2-2v-8c0-1.10457.89543-2 2-2z",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{d:"m7.67708 16.8438v-3.6875l3.07292 1.8437z"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m9.03508 5c0-1.10457.89543-2 2.00002-2h7.9649c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-1.9961v-1.5h1.9961c.2761 0 .5-.2239.5-.5v-2.838l-1.728-1.59293-.9927 1.11671c-.1351.15198-.3261.24259-.5292.25107-.2032.00848-.4011-.06589-.5484-.20609l-2.0421-1.9437-2.3585 2.55494-1.1022-1.01737 2.875-3.11459c.1363-.14762.3261-.2344.5269-.24089.2008-.0065.3958.06784.5413.20634l2.0317 1.93375.9844-1.10751c.1337-.15043.3223-.2408.5233-.2508s.3976.06121.5456.19762l1.2729 1.17337v-3.12192c0-.27614-.2239-.5-.5-.5h-7.9649c-.2762 0-.5.22386-.5.5v1.98438h-1.50002z",fillRule:"evenodd"})))},1112:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20.0286458 10.0068123-2.2181818-2.52727276.3090909-3.34545455-3.2818182-.74545454-1.7181818-2.8909091-3.0909091 1.32727273-3.09090906-1.32727273-1.71818182 2.8909091-3.28181818.73636363.30909091 3.34545455-2.21818182 2.53636367 2.21818182 2.5272727-.30909091 3.3545454 3.28181818.7454546 1.71818182 2.8909091 3.09090906-1.3363637 3.0909091 1.3272728 1.7181818-2.8909091 3.2818182-.7454546-.3090909-3.3454545zm-9.0909091 4.5454545h-1.81818178v-1.8181818h1.81818178zm0-3.6363636h-1.81818178v-5.45454548h1.81818178z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20.5555013 9.96270419-2.2181818-2.52727273.3090909-3.34545454-3.2818182-.74545455-1.7181818-2.89090909-3.0909091 1.32727273-3.09090909-1.32727273-1.71818182 2.89090909-3.28181818.73636364.30909091 3.34545454-2.21818182 2.53636364 2.21818182 2.52727271-.30909091 3.3545455 3.28181818.7454545 1.71818182 2.8909091 3.09090909-1.3363636 3.0909091 1.3272727 1.7181818-2.8909091 3.2818182-.7454545-.3090909-3.3454546zm-4.1 1.91818181.2363636 2.5363636-2.4909091.5636364-1.3 2.1909091-2.3454545-1.0090909-2.34545454 1.0090909-1.3-2.1909091-2.49090909-.5636364.23636363-2.5454545-1.68181818-1.90909091 1.68181818-1.92727273-.23636363-2.52727272 2.49090909-.55454546 1.3-2.19090909 2.34545454 1 2.3454545-1.00909091 1.3 2.19090909 2.4909091.56363637-.2363636 2.53636363 1.6818182 1.91818182zm-6.80909091.8090909h1.81818181v1.8181818h-1.81818181zm0-7.27272726h1.81818181v5.45454546h-1.81818181z",transform:"translate(-.565918)",fill:"currentColor"}))},5027:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-4.51 2.11l.26 2.79-2.74.62-1.43 2.41L12 18.82l-2.58 1.11-1.43-2.41-2.74-.62.26-2.8L3.66 12l1.85-2.12-.26-2.78 2.74-.61 1.43-2.41L12 5.18l2.58-1.11 1.43 2.41 2.74.62-.26 2.79L20.34 12l-1.85 2.11zM11 15h2v2h-2zm0-8h2v6h-2z",fill:"currentColor"}))},9188:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zM11.48 20v-6.26H8L13 4v6.26h3.35L11.48 20z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M12 2.02c-5.51 0-9.98 4.47-9.98 9.98s4.47 9.98 9.98 9.98 9.98-4.47 9.98-9.98S17.51 2.02 12 2.02zm0 17.96c-4.4 0-7.98-3.58-7.98-7.98S7.6 4.02 12 4.02 19.98 7.6 19.98 12 16.4 19.98 12 19.98zM12.75 5l-4.5 8.5h3.14V19l4.36-8.5h-3z",fill:"currentColor"}))},7625:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.5 8.5 3.5-3.5 3.5 3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m15.5 15.5-3.5 3.5-3.5-3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m11.25 18.0625v-12.25h1.5v12.25z"}))},63:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M.59 12c0-1.152.927-2.085 2.07-2.085 1.144 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085A2.077 2.077 0 01.59 12zm14.54 2.085A2.077 2.077 0 0113.06 12c0-1.152.927-2.085 2.07-2.085 1.143 0 2.07.933 2.07 2.085a2.078 2.078 0 01-2.07 2.085zm0-10.426c-4.572 0-8.28 3.735-8.28 8.34 0 4.608 3.707 8.342 8.28 8.342 4.573 0 8.28-3.734 8.28-8.341 0-4.606-3.707-8.34-8.28-8.34z",fillRule:"evenodd"}))},7374:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",height:"25",viewBox:"0 0 24 25",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m14.5314 1v1.49242h-2.0067v-1.49242zm4.9776 0c1.0996 0 1.991.89091 1.991 1.98989h-1.4933c0-.27475-.2228-.49747-.4977-.49747zm-1.4933 1.49242v-1.49242h-2.0067v1.49242zm1.991 10.94438v-1.9899h1.4933v1.9899zm0-3.4823h1.4933v-1.98989h-1.4933zm-.4977 5.4722c.2749 0 .4977-.2227.4977-.4975h1.4933c0 1.099-.8914 1.9899-1.991 1.9899zm1.991-8.95451h-1.4933v-1.98989h1.4933zm-10.4063-5.47219c-1.09964 0-1.99105.89091-1.99105 1.98989h1.49325c0-.27475.2229-.49747.4978-.49747zm-2.16208 4.87109 7.54938 7.54501v5.9282c0 .2976-.2415.5389-.5393.5389h-10.78475c-.29781 0-.53923-.2413-.53923-.5389v-12.93428c0-.29764.24142-.53893.53923-.53893zm5.39238-1.61678h-7.01009-2.15696c-1.19125 0-2.15695.96514-2.15695 2.15571v12.93428c0 1.1906.9657 2.1557 2.15695 2.1557h10.78475c1.1913 0 2.157-.9651 2.157-2.1557v-4.3114-7.0061-1.61678c0-1.19057-.9657-2.15571-2.157-2.15571z",fill:"currentColor",fillRule:"evenodd"}))},2321:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m17.9584 12.5417-7.5833-7.58336h-3.79169c-.29915 0-.54166.24251-.54166.54166v13c0 .2991.24251.5417.54166.5417h10.83329c.2992 0 .5417-.2426.5417-.5417zm-9.20832-9.20836h7.04162 1.625c1.1967 0 2.1667.97005 2.1667 2.16666v1.625 7.0417 4.3333c0 1.1967-.97 2.1667-2.1667 2.1667h-10.83329c-1.19661 0-2.16666-.97-2.16666-2.1667v-13c0-1.19661.97005-2.16666 2.16666-2.16666z",fill:"currentColor",fillRule:"evenodd"}))},6800:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m20.1658 18.312c0 .9283-.7596 1.6879-1.688 1.6879-.9283 0-1.6879-.7596-1.6879-1.6879 0-.9284 1.6879-3.3758 1.6879-3.3758s1.688 2.4474 1.688 3.3758z",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m4.97449 13c0 .422.16879.844.42198 1.1815l4.30419 4.3042c.67514.6752 1.68794.6752 2.36304 0l4.3042-4.3042c.2532-.3375.422-.7595.422-1.1815z",fill:"currentColor",fillRule:"evenodd"}),(0,n.createElement)(c.Path,{d:"m7.92839 3.71155 6.66731 6.66725m-4.895 8.2708-4.30419-4.3042c-.67517-.6751-.67517-1.6879 0-2.3631l5.48569-5.3169 5.4014 5.4013c.6752.6752.6752 1.688 0 2.3631l-4.3042 4.3042c-.5908.5908-1.6035.5908-2.2787-.0844z",stroke:"currentColor",strokeWidth:"1.5"}))},9625:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957z",transform:"translate(1)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.4389323 2.01845703v-.99840495c0-.54912272-.4492822-.99840494-.998405-.99840494h-11.98085933c-.54912272 0-.99840495.44928222-.99840495.99840494v3.99361979c0 .54912273.44928223.99840495.99840495.99840495h11.98085933c.5491228 0 .998405-.44928222.998405-.99840495v-.99840494h.9984049v3.99361979h-9.98404944v10.98245438c0 .5491228.44928223.998405.99840495.998405h1.99680989c.54912273 0 .99840495-.4492822.99840495-.998405v-8.9856445h7.98723955v-7.98723957zm-1.9968099 1.9968099h-9.98404948v-1.9968099h9.98404948z",transform:"translate(1)",fill:"currentColor"}))},8672:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m18.5806749.77408854h-15.55555554c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555554c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555554c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555554c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm-11.1111111 15.55555556h-2.22222222v-7.77777778h2.22222222zm4.4444444 0h-2.22222218v-11.11111111h2.22222218zm4.4444445 0h-2.2222222v-4.4444444h2.2222222z",transform:"translate(-.802897 -.774089)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.7777778 0h-15.55555558c-1.22222222 0-2.22222222 1-2.22222222 2.22222222v15.55555558c0 1.2222222 1 2.2222222 2.22222222 2.2222222h15.55555558c1.2222222 0 2.2222222-1 2.2222222-2.2222222v-15.55555558c0-1.22222222-1-2.22222222-2.2222222-2.22222222zm0 17.7777778h-15.55555558v-15.55555558h15.55555558zm-13.33333336-10.00000002h2.22222223v7.77777782h-2.22222223zm4.44444445-3.33333334h2.22222221v11.11111116h-2.22222221zm4.44444441 6.66666666h2.2222223v4.4444445h-2.2222223z",fill:"currentColor"}))},6965:function(e,t,r){"use strict";r.d(t,{ZP:function(){return l}});var n=r(9307),c=r(444),l={styles:{default:(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6 4.75h12c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-12c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m7 9h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m7 13h2v2h-2z"}),(0,n.createElement)(c.Path,{d:"m10 9h7v2h-7z"}),(0,n.createElement)(c.Path,{d:"m10 13h7v2h-7z"}),(0,n.createElement)(c.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))},meta:{label:"Post carousel",keywords:["lines","list","text"]}}.styles.default},3812:function(e,t,r){"use strict";r.d(t,{ZP:function(){return l}});var n=r(9307),c=r(444),l={styles:{default:(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"3",y:"3"}),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"13",y:"3"}),(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m13 18.25h5"}),(0,n.createElement)(c.Path,{d:"m13 14.25h7"}),(0,n.createElement)(c.Path,{d:"m3 18.25h5"}),(0,n.createElement)(c.Path,{d:"m3 14.25h7"})))},meta:{label:"Posts",keywords:["double","text","twice"]}}.styles.default},8183:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m18 4.5h-12c-.27614 0-.5.22386-.5.5v14.5c0 .2761.22386.5.5.5h12c.2761 0 .5-.2239.5-.5v-14.5c0-.27614-.2239-.5-.5-.5zm-12-1.5h12c1.1046 0 2 .89543 2 2v14.5c0 1.1046-.8954 2-2 2h-12c-1.10457 0-2-.8954-2-2v-14.5c0-1.10457.89543-2 2-2z"}),(0,n.createElement)(c.Path,{d:"m10.9123 9.87699c-.3141.21991-.4123.45171-.4123.62301s.0982.4031.4123.623c.3118.2182.7824.377 1.3377.377v1.5c-.8254 0-1.6048-.233-2.1979-.6481-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.79516.46141-1.43835 1.0521-1.85186.5931-.41517 1.3725-.64814 2.1979-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75c0-.1713-.0982-.4031-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.3377.37699z"}),(0,n.createElement)(c.Path,{d:"m13.5877 14.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.233 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.6048-.233-2.1979-.6481c-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.4142.33579-.75.75-.75.4142 0 .75.3358.75.75 0 .1713.0982.4031.4123.623.3118.2182.7824.377 1.3377.377s1.0259-.1588 1.3377-.377z"}),(0,n.createElement)(c.Path,{d:"m12.25 15.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,n.createElement)(c.Path,{d:"m12.25 7c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})))},4926:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m16 3h-10c-.27614 0-.5.22386-.5.5v13.5c0 .2761.22386.5.5.5h10c.2761 0 .5-.2239.5-.5v-13.5c0-.27614-.2239-.5-.5-.5zm-10-1.5h10c1.1046 0 2 .89543 2 2v13.5c0 1.1046-.8954 2-2 2h-10c-1.10457 0-2-.8954-2-2v-13.5c0-1.10457.89543-2 2-2z"}),(0,n.createElement)(c.Path,{d:"m9.91233 7.87699c-.31409.21986-.41233.45167-.41233.62301s.09824.40315.41233.62301c.31177.21821.78237.37699 1.33767.37699v1.5c-.8254 0-1.60477-.233-2.19786-.6481-.59073-.41355-1.05214-1.05674-1.05214-1.8519s.46141-1.43835 1.05214-1.85186c.59309-.41517 1.37246-.64814 2.19786-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75c0-.17134-.0982-.40315-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.33767.37699z"}),(0,n.createElement)(c.Path,{d:"m12.5877 12.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.23297 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.60477-.233-2.19786-.6481c-.59073-.4135-1.05214-1.0567-1.05214-1.8519 0-.4142.33579-.75.75-.75s.75.3358.75.75c0 .1713.09824.4031.41233.623.31177.2182.78237.377 1.33767.377s1.0259-.1588 1.3377-.377z"}),(0,n.createElement)(c.Path,{d:"m11.25 13.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),(0,n.createElement)(c.Path,{d:"m11.25 5c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})),(0,n.createElement)(c.Path,{d:"m20.25 8.25v11c0 1.1046-.8954 2-2 2h-8",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},2155:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Circle,{cx:"9",cy:"9",r:"4"}),(0,n.createElement)(c.Path,{d:"M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64l-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"}))),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 8c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm-6 4c.22-.72 3.31-2 6-2 2.7 0 5.8 1.29 6 2H3zM15.08 7.05c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z",fill:"currentColor"}))},5386:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m5.83333333 6.66666667v-2.5l-5.83333333 5.83333333 5.83333333 5.8333333v-2.5l-3.33333333-3.3333333zm4.99999997.83333333v-3.33333333l-5.8333333 5.83333333 5.8333333 5.8333333v-3.4166666c4.1666667 0 7.0833334 1.3333333 9.1666667 4.25-.8333333-4.1666667-3.3333333-8.33333337-9.1666667-9.1666667z",fill:"currentColor"}))},1069:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"-2 -1 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M0 2.538C0 1.865.258 1.22.716.744A2.4 2.4 0 0 1 2.443 0h14.114a2.4 2.4 0 0 1 1.727.744c.458.476.715 1.121.716 1.794v18.616c0 .009-.005.017-.005.026-.018.11-.043.22-.074.327-.004.008-.003.017-.007.025-.008.017-.027.024-.036.04a.817.817 0 0 1-.228.258.77.77 0 0 1-.464.17h-.004a.776.776 0 0 1-.338-.084c-.007-.003-.015-.002-.023-.005l-2.53-1.315-2.532 1.315a.791.791 0 0 1-.728 0L9.5 20.596l-2.532 1.315a.788.788 0 0 1-.727 0L3.71 20.596l-2.532 1.315c-.008.004-.016.003-.024.006-.104.034-.21.06-.318.078-.007 0-.014.005-.022.005a.711.711 0 0 1-.1-.021.767.767 0 0 1-.189-.04 1.97 1.97 0 0 1-.261-.17.829.829 0 0 1-.105-.14.794.794 0 0 1-.073-.097c-.004-.008-.003-.017-.007-.025a.87.87 0 0 1-.042-.16.864.864 0 0 1-.032-.168c0-.01-.005-.016-.005-.025V2.538Zm4.074 16.355 2.53 1.314 2.532-1.314a.79.79 0 0 1 .728 0l2.531 1.314 2.531-1.314a.79.79 0 0 1 .729 0l1.716.892V2.538a.864.864 0 0 0-.238-.598.8.8 0 0 0-.576-.248H2.443a.8.8 0 0 0-.576.249.864.864 0 0 0-.238.597v17.247l1.717-.892a.788.788 0 0 1 .728 0Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M8.414 7.333h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .225.086.44.239.598a.8.8 0 0 0 .575.248ZM8.414 11.846h5.429c.216 0 .423-.089.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248A.863.863 0 0 0 7.6 11c0 .224.086.44.239.598.152.159.36.248.575.248ZM8.414 16.359h5.429c.216 0 .423-.09.576-.248a.863.863 0 0 0 .238-.598.863.863 0 0 0-.238-.598.799.799 0 0 0-.576-.248H8.414a.799.799 0 0 0-.575.248.863.863 0 0 0-.239.598c0 .224.086.44.239.598.152.159.36.248.575.248ZM5.157 7.333a.787.787 0 0 0 .315-.067.853.853 0 0 0 .26-.181.869.869 0 0 0 .224-.762.852.852 0 0 0-.223-.435.697.697 0 0 0-.261-.181.782.782 0 0 0-.892.179.873.873 0 0 0-.171.927.813.813 0 0 0 .749.52ZM5.157 11.846a.786.786 0 0 0 .315-.068.852.852 0 0 0 .26-.18.85.85 0 0 0 .24-.599.876.876 0 0 0-.24-.599.786.786 0 0 0-.957-.147.824.824 0 0 0-.27.242.863.863 0 0 0-.137.71.858.858 0 0 0 .16.33.79.79 0 0 0 .63.31ZM5.157 16.359a.784.784 0 0 0 .576-.25.873.873 0 0 0 .174-.932.841.841 0 0 0-.235-.33.782.782 0 0 0-.752-.154.806.806 0 0 0-.511.484.873.873 0 0 0 .173.932.812.812 0 0 0 .575.25Z",fill:"currentColor"}))},379:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m3.75 18v-12c0-.69036.55964-1.25 1.25-1.25h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m3 15h6v18h-6z",fill:"currentColor",transform:"matrix(0 -1 1 0 -12 18)"}))},1297:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm7.08163265-8.16326529c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm4.7142857 11.83673469c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.08163265 16.3265306c-2.25510204 0-4.08163265-1.8265306-4.08163265-4.0816326 0-2.25510208 1.82653061-4.08163269 4.08163265-4.08163269s4.08163266 1.82653061 4.08163266 4.08163269c0 2.255102-1.82653062 4.0816326-4.08163266 4.0816326zm0-6.122449c-1.12244898 0-2.04081632.9183674-2.04081632 2.0408164 0 1.1224489.91836734 2.0408163 2.04081632 2.0408163s2.04081633-.9183674 2.04081633-2.0408163c0-1.122449-.91836735-2.0408164-2.04081633-2.0408164zm7.08163265-2.04081629c-2.25510203 0-4.08163265-1.82653062-4.08163265-4.08163266s1.82653062-4.08163265 4.08163265-4.08163265c2.255102 0 4.0816327 1.82653061 4.0816327 4.08163265s-1.8265307 4.08163266-4.0816327 4.08163266zm0-6.12244898c-1.122449 0-2.04081632.91836734-2.04081632 2.04081632s.91836732 2.04081633 2.04081632 2.04081633 2.0408163-.91836735 2.0408163-2.04081633-.9183673-2.04081632-2.0408163-2.04081632zm4.7142857 17.95918367c-2.255102 0-4.0816326-1.8265306-4.0816326-4.0816327 0-2.255102 1.8265306-4.0816326 4.0816326-4.0816326 2.2551021 0 4.0816327 1.8265306 4.0816327 4.0816326 0 2.2551021-1.8265306 4.0816327-4.0816327 4.0816327zm0-6.122449c-1.122449 0-2.0408163.9183674-2.0408163 2.0408163 0 1.122449.9183673 2.0408164 2.0408163 2.0408164s2.0408163-.9183674 2.0408163-2.0408164c0-1.1224489-.9183673-2.0408163-2.0408163-2.0408163z",fill:"currentColor"}))},4172:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4.63589015 9.40022032v3.64467918l6.37818865 3.4806687 6.3781886-3.4806687v-3.64467918l-6.3781886 3.48066868zm6.37818865-9.2757086-10.02286786 5.46701882 10.02286786 5.46701886 8.2005282-4.47384377v6.29618337h1.8223396v-7.28935846z",transform:"translate(-1 1.713379)",fill:"currentColor"}))},4329:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z",fill:"currentColor"}))},6494:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor",fillRule:"evenodd"},(0,n.createElement)(c.Path,{d:"m.00952381 18.5714286 19.99047619-8.5714286-19.99047619-8.57142857-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619z"}),(0,n.createElement)(c.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m1.91428571 4.31428571 7.15238096 3.06666667-7.16190477-.95238095zm7.14285715 8.30476189-7.15238096 3.0666667v-2.1142857zm-9.04761905-11.19047617-.00952381 6.66666667 14.2857143 1.9047619-14.2857143 1.9047619.00952381 6.6666667 19.99047619-8.5714286z",fill:"currentColor"}))},3749:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m4 20.25h16",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m4 16.25h9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},692:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},(0,n.createElement)(c.Path,{d:"m4 20.25h16"}),(0,n.createElement)(c.Path,{d:"m4 16.25h9"}),(0,n.createElement)(c.Path,{d:"m22.25 9.5v-5.75c0-1.10457-.8954-2-2-2h-12.75"})),(0,n.createElement)(c.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"}))},1547:function(e,t,r){"use strict";r.d(t,{ZP:function(){return l}});var n=r(9307),c=r(444),l={styles:{default:(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m8.5 9.5c0-.82843-.67157-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.67157 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m13.5 14.5c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m18.5 9.5c0-.82843-.6716-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),(0,n.createElement)(c.Path,{d:"m16.5 5h1v13.825h-1z"}),(0,n.createElement)(c.Path,{d:"m6.5 5h1v14h-1z"}),(0,n.createElement)(c.Path,{d:"m11.5 5h1v14h-1z"}))},meta:{label:"Settings",keywords:["dots","lines","preferences","sliders"]}}.styles.default},9179:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),(0,n.createElement)(c.Path,{clipRule:"evenodd",d:"m19.5 8.5v11h-15v-5-2c0 3.5 3.5 3.5 5 3.5 3 0 3.5-3.0452 5-5 1.2022-1.56673 3.2746-2.39739 5-2.5z",fill:"currentColor",fillRule:"evenodd"}))},7579:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.5 6-8 6 8 6",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Rect,{height:"4",rx:"1",width:"4",x:"5",y:"10"}),(0,n.createElement)(c.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"4"}),(0,n.createElement)(c.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"16"})))},9050:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m17.2727273 4.36363636h-2.7272728v-3.63636363h-12.72727268c-1 0-1.81818182.81818182-1.81818182 1.81818182v9.99999995h1.81818182c0 1.509091 1.21818182 2.7272728 2.72727273 2.7272728 1.5090909 0 2.72727272-1.2181818 2.72727272-2.7272728h5.45454543c0 1.509091 1.2181818 2.7272728 2.7272728 2.7272728 1.5090909 0 2.7272727-1.2181818 2.7272727-2.7272728h1.8181818v-4.5454545zm-.4545455 1.36363637 1.7818182 2.27272727h-4.0545455v-2.27272727zm-12.27272725 7.72727277c-.5 0-.90909091-.409091-.90909091-.909091s.40909091-.9090909.90909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091zm2.01818181-2.7272728c-.5-.5545454-1.20909091-.90909088-2.01818181-.90909088-.80909091 0-1.51818182.35454548-2.01818182.90909088h-.70909091v-8.18181815h10.90909088v8.18181815zm8.89090914 2.7272728c-.5 0-.909091-.409091-.909091-.909091s.409091-.9090909.909091-.9090909.9090909.4090909.9090909.9090909-.4090909.909091-.9090909.909091z",transform:"translate(0 2)",fill:"currentColor"}))},6707:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10 8.675c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19zm-6-10c-5.52 0-10 4.48-10 10 0 3.7 2.01 6.92 4.99 8.65l1-1.73c-2.38-1.39-3.99-3.96-3.99-6.92 0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z",fill:"currentColor"}))},993:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20 9h-4.17l3.24-3.24-1.41-1.42-4.66 4.66h-2v-2l4.66-4.66-1.42-1.41-3.24 3.24v-4.17h-2v4.17l-3.24-3.24-1.42 1.41 4.66 4.66v2h-2l-4.66-4.66-1.41 1.42 3.24 3.24h-4.17v2h4.17l-3.24 3.24 1.41 1.42 4.66-4.66h2v2l-4.66 4.66 1.42 1.41 3.24-3.24v4.17h2v-4.17l3.24 3.24 1.42-1.41-4.66-4.66v-2h2l4.66 4.66 1.41-1.42-3.24-3.24h4.17z",fill:"currentColor"}))},7620:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{fill:"none",d:"m12.5 17v-2c0-1.1046-.8954-2-2-2h-4c-1.10457 0-2 .8954-2 2v2",stroke:"currentColor",strokeWidth:"1.5"}),(0,n.createElement)(c.Path,{d:"m19.5 17v-1c0-1.1046-.8954-2-2-2h-2.5",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),(0,n.createElement)(c.Circle,{cx:"15.5",cy:"10",fill:"currentColor",r:"2"}),(0,n.createElement)(c.Circle,{cx:"8.5",cy:"9",fill:"currentColor",r:"2"}),(0,n.createElement)(c.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}))},1142:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45C9.85 12.17 6.18 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38-.47.3-.91.63-1.34.98-.42-.34-.87-.67-1.33-.97.25-1.2.71-2.35 1.37-3.39zM12 15.45c-.82-1.25-1.86-2.34-3.06-3.2-.13-.09-.27-.16-.4-.26.13.09.27.17.39.25C6.98 10.83 4.59 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45zm1.32 4.15c-.44.15-.88.27-1.33.37-.44-.09-.87-.21-1.28-.36-3.29-1.18-5.7-3.99-6.45-7.35 1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55c.69-1.05 1.55-1.95 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4-.75 3.37-3.15 6.18-6.42 7.35zm-4.33-7.32c-.02-.01-.04-.03-.05-.04 0 0 .01 0 .01.01.01.01.02.02.04.03z",fill:"currentColor"}))},9300:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.0268555.55859375-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.0268555 5.68859375.97 2.29.47 1.11 1.2.1 2.47.21-1.88 1.62999995-.91.79.27 1.18.56 2.41-2.12-1.28-1.03-.64-1.03000003.62-2.12 1.28.56-2.41.27-1.18-.91-.79-1.88-1.62999995 2.47-.21 1.2-.1.47-1.11zm0-5.13-2.81000003 6.63-7.19.61 5.46 4.72999995-1.64 7.03 6.18000003-3.73 6.18 3.73-1.64-7.03 5.46-4.72999995-7.19-.61z",fill:"currentColor"}))},6422:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zM7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-2 11c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61zm19.5-3.7L17.07 3.98c-.31-.75-1.04-1.21-1.81-1.23-.26 0-.53.04-.79.15L7.1 5.95c-.75.31-1.21 1.03-1.23 1.8-.01.27.04.54.15.8l4.96 11.97c.31.76 1.05 1.22 1.83 1.23.26 0 .52-.05.77-.15l7.36-3.05c1.02-.42 1.51-1.59 1.09-2.6zm-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95-7.35 3.05z"}),(0,n.createElement)(c.Circle,{cx:"11",cy:"9",r:"1"}),(0,n.createElement)(c.Path,{d:"M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"})))},1457:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,n.createElement)(c.Path,{d:"M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10zm-7-5.5l3.5 3.5-3.5 3.5V11h-4V9h4V6.5zm-6 11L5.5 14 9 10.5V13h4v2H9v2.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-13.5V9h-4v2h4v2.5l3.5-3.5zm-6 4L5.5 14 9 17.5V15h4v-2H9z",fill:"currentColor"}))},9218:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9L10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM6.5 9L10 5.5 13.5 9H11v4H9V9zm11 6L14 18.5 10.5 15H13v-4h2v4z",fill:"currentColor"}))},9854:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.34133533 6.23855964v-1.98499625c-2.17404351.03150788-4.03300825 1.38634659-4.85221305 3.27681921-.31507877.72468117-.44111028 1.51237809-.4096024 2.33158289.06301575 1.13428361.47261815 2.20555141 1.16579145 3.05626411.37809452.4411102.28357089 1.1027757-.18904726 1.4493623-.44111028.3150788-1.07126782.2205551-1.41785447-.1890473-.85071268-1.0397599-1.38634658-2.3315829-1.54388597-3.7179294-.12603151-1.00825211-.03150788-2.01650417.25206302-2.9302326.88222055-3.02475619 3.6864216-5.26181546 6.99474868-5.29332334v-1.98499624c0-.09452363.12603151-.15753939.22055514-.09452363l4.09602403 2.99324831c.0630157.06301575.0630157.15753938 0 .18904726l-4.09602403 2.99324831c-.09452363.06301575-.22055514 0-.22055514-.09452363zm.22055514 13.17029256c.09452363.0630158.22055514 0 .22055514-.0945236v-1.9849963c3.30832709-.0315078 6.11252809-2.2685671 6.99474869-5.2933233.252063-.9137284.3780945-1.8904726.252063-2.93023256-.1575394-1.38634658-.7246812-2.67816954-1.543886-3.71792948-.3465866-.44111028-.9767441-.53563391-1.4178544-.18904726-.4726182.34658665-.5671418 1.00825206-.1890473 1.44936234.6931733.85071268 1.1027757 1.89047262 1.1657915 3.05626407.0315078.81920479-.1260315 1.63840959-.4096024 2.33158289-.787697 1.8904726-2.6466617 3.2453113-4.85221309 3.2768192v-1.9849962c0-.0945237-.12603151-.1575394-.22055514-.0945237l-4.096024 2.9932483c-.06301576.0630158-.06301576.1575394 0 .1890473z",transform:"translate(4 2)"}))},1701:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15.8333333 0h-11.66666663c-1.15 0-2.08333334.93333333-2.08333334 2.08333333v15.83333337c0 1.15.93333334 2.0833333 2.08333334 2.0833333h11.66666663c1.15 0 2.0833334-.9333333 2.0833334-2.0833333v-15.83333337c0-1.15-.9333334-2.08333333-2.0833334-2.08333333zm-5.8333333 19.1666667c-.69166667 0-1.25-.5583334-1.25-1.25 0-.6916667.55833333-1.25 1.25-1.25.6916667 0 1.25.5583333 1.25 1.25 0 .6916666-.5583333 1.25-1.25 1.25zm6.25-3.3333334h-12.5v-13.3333333h12.5z",fill:"currentColor"}))},6710:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.25 0h-9c-.825 0-1.5.61363636-1.5 1.36363636v13.27272724c0 .75.675 1.3636364 1.5 1.3636364h9c.825 0 1.5-.6136364 1.5-1.3636364v-13.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 14h-8v-12h8z",transform:"translate(1.25)"}))},1476:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"M7.075 19.32a6.603 6.603 0 0 0-4.62 1.889.53.53 0 0 0 .003.763 6.6 6.6 0 0 0 9.205-.037.529.529 0 0 0-.004-.763 6.623 6.623 0 0 0-4.584-1.852Zm-.032 3.445a5.542 5.542 0 0 1-3.414-1.18 5.53 5.53 0 0 1 6.86-.026 5.528 5.528 0 0 1-3.446 1.206Z"}),(0,n.createElement)(c.Path,{d:"M7.059 10.059A6.89 6.89 0 0 0 .177 16.94 6.794 6.794 0 0 0 .92 20.02a.53.53 0 0 0 .946-.476 5.75 5.75 0 0 1-.632-2.603 5.824 5.824 0 0 1 11.647 0 5.724 5.724 0 0 1-.632 2.6.528.528 0 0 0 .75.691.53.53 0 0 0 .195-.212 6.767 6.767 0 0 0 .746-3.08A6.89 6.89 0 0 0 7.06 10.06Z"}),(0,n.createElement)(c.Path,{d:"M9.372 15.195c0-.322-.024-.62-.132-.91a2.168 2.168 0 0 0-1.271-1.27c-.29-.11-.618-.133-.91-.133-.292 0-.62.024-.91.132a2.166 2.166 0 0 0-1.27 1.27c-.11.291-.133.605-.133.91 0 2.595 1.45 2.982 2.313 2.982.864 0 2.313-.387 2.313-2.981Zm-3.567 0c0-.173-.003-.342.052-.504a1.124 1.124 0 0 1 .698-.698c.162-.055.272-.09.504-.09.231 0 .342.035.504.09a1.123 1.123 0 0 1 .697.698c.056.162.053.342.053.504 0 1.922-.945 1.922-1.254 1.922-.309 0-1.254 0-1.254-1.922ZM10.412 13.765a.53.53 0 0 1-.53-.53V2.647A2.65 2.65 0 0 1 12.53 0h8.472a2.648 2.648 0 0 1 2.645 2.645v5.158a2.648 2.648 0 0 1-2.645 2.644h-7.053l-3.163 3.163a.53.53 0 0 1-.374.155ZM12.53 1.059a1.59 1.59 0 0 0-1.589 1.588v9.31l2.414-2.414a.53.53 0 0 1 .374-.155h7.273a1.588 1.588 0 0 0 1.586-1.585V2.645a1.587 1.587 0 0 0-1.586-1.586H12.53Z"}),(0,n.createElement)(c.Path,{d:"M12.706 3.735h8.47M12.706 6.559h8.47"})))},7506:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"M12 23.52C9.72154 23.52 7.49427 22.8444 5.59982 21.5785C3.70536 20.3127 2.22881 18.5135 1.35689 16.4085C0.484972 14.3035 0.256838 11.9872 0.701339 9.75257C1.14584 7.51791 2.24301 5.46524 3.85412 3.85414C5.46522 2.24304 7.51788 1.14586 9.75254 0.701362C11.9872 0.25686 14.3035 0.484995 16.4085 1.35692C18.5135 2.22884 20.3127 3.70539 21.5785 5.59984C22.8443 7.49429 23.52 9.72157 23.52 12C23.52 15.0553 22.3063 17.9855 20.1459 20.1459C17.9854 22.3063 15.0553 23.52 12 23.52ZM12 2.78401C10.1772 2.78401 8.39541 3.32452 6.87985 4.33718C5.36429 5.34985 4.18305 6.78919 3.48551 8.4732C2.78797 10.1572 2.60547 12.0102 2.96107 13.798C3.31667 15.5857 4.19441 17.2278 5.48329 18.5167C6.77217 19.8056 8.4143 20.6833 10.202 21.0389C11.9898 21.3945 13.8428 21.212 15.5268 20.5145C17.2108 19.8169 18.6501 18.6357 19.6628 17.1201C20.6755 15.6046 21.216 13.8228 21.216 12C21.216 9.55577 20.245 7.21165 18.5167 5.48331C16.7883 3.75498 14.4442 2.78401 12 2.78401V2.78401Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M12 13.536C11.6945 13.536 11.4015 13.4146 11.1854 13.1986C10.9694 12.9825 10.848 12.6895 10.848 12.384V5.856H13.152V12.384C13.152 12.6895 13.0307 12.9825 12.8146 13.1986C12.5986 13.4146 12.3056 13.536 12 13.536V13.536Z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"M21.9357 0.434855L18.8647 3.50585L20.4939 5.13502L23.5649 2.06403L21.9357 0.434855Z",fill:"currentColor"}))},2249:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z",fill:"currentColor"}))},5354:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m10.8187411 12.8292466-2.30909089-2.2818182.02727273-.0272727c1.58181816-1.76363641 2.70909086-3.79090913 3.37272726-5.93636368h2.6636364v-1.81818182h-6.36363639v-1.81818181h-1.81818182v1.81818181h-6.36363636v1.80909091h10.15454547c-.60909092 1.75454546-1.57272729 3.41818182-2.8818182 4.87272728-.84545454-.93636364-1.54545454-1.96363637-2.1-3.04545455h-1.81818181c.66363636 1.48181818 1.57272727 2.88181818 2.7090909 4.14545456l-4.62727272 4.5636363 1.29090909 1.2909091 4.54545454-4.5454545 2.8272727 2.8272727zm5.1181818-4.60909094h-1.8181818l-4.0909091 10.90909094h1.8181818l1.0181819-2.7272728h4.3181818l1.0272727 2.7272728h1.8181818zm-2.3818181 6.36363634 1.4727272-3.9363636 1.4727273 3.9363636z",fill:"currentColor"}))},5897:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m7.34532 7.19644c.03127-.69843.67672-1.20533 1.36267-1.07017l8.89421 1.75261c.6859.13516 1.0908.84904.8547 1.50713l-3.8044 10.60739c-.1909.5322-.7422.8448-1.2968.7355l-5.59369-1.1022c-.55466-.1093-.94606-.6077-.92076-1.1725z",stroke:"currentColor",strokeWidth:"1.4",fill:"none"}),(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m18.7958.00018311-14.7958 6.08966689.76121 1.84948 14.79579-6.08967z"}),(0,n.createElement)(c.Path,{d:"m13.5123 2.17454s-.9464.38951-2.1138.86999c-1.1673.48043-2.11357.86993-2.11357.86993-.48046-1.16736.0764-2.50318 1.24367-2.983611 1.1674-.480475 2.5032.076331 2.9837 1.243691z"}),(0,n.createElement)(c.Path,{d:"m6.5 17 10-4-2.5 7-7-1z"})))},5458:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m6.33693 7.16999c-.02446-.16261-.01354-.3286.03202-.48661.04555-.15801.12466-.30433.23193-.42898.10727-.12464.24018-.22467.38964-.29325.14946-.06859.31196-.10411.47641-.10416h9.06497c.7 0 1.235.622 1.13 1.313l-1.681 11.14301c-.0407.2706-.1771.5176-.3844.6961-.2074.1786-.4719.2768-.7456.2769h-5.70197c-.27363-.0001-.53816-.0983-.74552-.2769-.20736-.1785-.34378-.4255-.38448-.6961z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),(0,n.createElement)(c.Path,{d:"m20 4.99999h-16v2h16zm-5.714 0h-4.572c0-.60629.24085-1.18774.6696-1.61645.4287-.4287 1.0101-.66955 1.6164-.66955s1.1877.24085 1.6164.66955c.4288.42871.6696 1.01016.6696 1.61645z",fill:"currentColor"}))},6640:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m20.9644 6.21958c-.6699.29445-1.3852.49504-2.1383.58663.7675-.46249 1.3579-1.19144 1.6372-2.06117-.7198.4201-1.5177.72591-2.3669.89623-.6783-.72592-1.6449-1.18009-2.7183-1.18009-2.0566 0-3.7241 1.66756-3.7241 3.72192 0 .29521.034.57907.0961.85082-3.09594-.1461-5.83988-1.63275-7.67624-3.88013-.32322.54652-.50413 1.1816-.50413 1.87345 0 1.29439.65854 2.43208 1.6562 3.10046-.61085-.0197-1.18538-.18772-1.68648-.46627v.04617c0 1.8053 1.28152 3.3109 2.98692 3.6538-.31262.084-.64265.1294-.981.1294-.23769 0-.46553-.0227-.69337-.0651.47764 1.4784 1.85074 2.5563 3.485 2.5865-1.27168.9985-2.88322 1.5934-4.61891 1.5934-.29521 0-.58966-.0174-.88563-.0507 1.65696 1.0552 3.60913 1.6721 5.72027 1.6721 6.85347 0 10.59657-5.6741 10.59657-10.5867 0-.1582 0-.31792-.0114-.47688.7274-.52154 1.3625-1.18084 1.8621-1.9287z",fill:"currentColor"}))},1501:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,n.createElement)(c.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),(0,n.createElement)(c.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"})),(0,n.createElement)(c.Rect,null))},8572:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m19.9986483 8.20489366h-7.5333334l3.0444445-3.13333333c-3.0333334-3-7.94444447-3.11111111-10.97777781-.11111111-3.03333333 3.01111111-3.03333333 7.86666668 0 10.87777778 3.03333334 3.0111111 7.94444441 3.0111111 10.97777781 0 1.5111111-1.4888889 2.2666666-3.2333333 2.2666666-5.4333333h2.2222223c0 2.2-.9777778 5.0555555-2.9333334 6.9888889-3.9 3.8666666-10.23333331 3.8666666-14.13333331 0-3.88888889-3.8555556-3.92222222-10.12222227-.02222222-13.97777783 3.9-3.85555555 10.15555553-3.85555555 14.05555553 0l3.0333334-3.12222222zm-9.4444445-2.35555555v4.72222219l3.8888889 2.3111111-.8 1.3444445-4.75555555-2.8222222v-5.55555559z",transform:"translate(0 -.293783)",fill:"currentColor"}))},9157:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,n.createElement)(c.Path,{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11V11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z",fill:"currentColor"}))},9560:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m16 2 2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-14z",fill:"currentColor"}),(0,n.createElement)(c.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m3.76 8h14.24v8h-16v-11.53zm16.24-6h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2z",fill:"currentColor"}))},3442:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-1.5996426-.92046471-3.6371761-.99195711-5.3619303 0-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-1.7158177-.9919571-3.75335121-.9204647-5.3619303 0 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697 1.59964254.9204647 3.63717605.9919571 5.3619303 0 .25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737 1.7158177.9919571 3.7533512.9204647 5.3619303 0-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-5.9874888 3.2171582c-1.97497766 0-3.5746202-1.5996425-3.5746202-3.5746202 0-1.97497766 1.59964254-3.5746202 3.5746202-3.5746202 1.9749777 0 3.5746202 1.59964254 3.5746202 3.5746202 0 1.9749777-1.5996425 3.5746202-3.5746202 3.5746202z",transform:"translate(1)",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m14.9874888 10.357462c-.2502234-.1429848-.5093833-.2591599-.7685433-.357462.25916-.09830206.5183199-.21447721.7685433-.35746202 1.7158177-.9919571 2.6720286-2.78820375 2.6809652-4.6380697-.8132261-.46470063-1.7426274-.71492404-2.6899017-.71492404-.9115282 0-1.8319929.23235031-2.6720286.71492404-.2502234.1429848-.4825737.31277926-.697051.48257372.0446828-.27703306.0714924-.56300268.0714924-.84897229 0-1.98391421-1.0813226-3.70866846-2.6809651-4.63806971-1.59964254.92940125-2.68096515 2.6541555-2.68096515 4.63806971 0 .28596961.02680965.57193923.07149241.84897229-.21447722-.17873101-.44682753-.34852547-.69705094-.49151028-.84003575-.48257372-1.76050045-.71492403-2.6720286-.71492403-.9383378 0-1.8766756.25022341-2.6899017.71492403 0 1.84986596.95621091 3.64611261 2.68096515 4.63806971.25022341.14298481.50938338.25915996.76854334.35746202-.25915996.09830205-.51831993.21447725-.76854334.35746205-1.71581769.9919571-2.6720286 2.7882037-2.68096515 4.6380697.8132261.4647006 1.74262735.714924 2.6899017.714924.91152815 0 1.83199285-.2323503 2.6720286-.714924.25022341-.1429848.48257372-.3127793.69705094-.4825738-.04468276.2859697-.07149241.5719393-.07149241.8579089 0 1.9839142 1.08132261 3.7086684 2.68096515 4.6380697 1.5996425-.9294013 2.6809651-2.6541555 2.6809651-4.6380697 0-.2859696-.0268096-.5719392-.0714924-.8489723.2144773.178731.4468276.3395889.697051.4825737.8400357.4825738 1.7605004.7149241 2.6720286.7149241.9383378 0 1.8766756-.2502234 2.6899017-.7149241-.0089366-1.8498659-.9651475-3.6461126-2.6809652-4.6380697zm-2.2698838-3.46738157c.1876676-.15192136.3395889-.25915997.4825737-.33065237.5451296-.31277927 1.1617516-.48257373 1.7873101-.48257373.2412869 0 .4736372.02680966.7059875.07149241-.277033.81322609-.8400357 1.51027703-1.590706 1.94816801-.1519213.0893655-.3217158.1608579-.5183199.24128686l-1.233244.46470062c-.1519213-.41108132-.3663985-.77747989-.6434316-1.10813226zm-3.717605-4.6023235c.56300268.64343163.89365505 1.48346738.89365505 2.35031278 0 .16979445-.0178731.36639857-.04468275.56300268l-.20554066 1.28686327c-.21447722-.03574621-.42895443-.06255586-.64343164-.06255586s-.42895442.02680965-.63449508.06255586l-.20554067-1.28686327c-.0357462-.19660411-.0536193-.39320823-.0536193-.56300268 0-.87578195.33065237-1.70688115.89365505-2.35031278zm-6.69347632 3.85165326c.23235031-.05361931.47363718-.07149241.71492404-.07149241.61662199 0 1.23324397.16085791 1.77837355.48257373.13404826.08042895.28596961.17873101.43789097.31277927l1.02770331.85790884c-.26809652.32171582-.47363718.67917784-.62555853 1.07238606l-1.23324397-.46470062c-.18766756-.08042896-.35746202-.16085791-.50044683-.24128687-.77747989-.44682752-1.33154602-1.13494191-1.59964254-1.948168zm2.97587132 6.96157281c-.18766756.1519214-.33958892.25916-.48257373.3306524-.54512958.3127793-1.16175156.4825737-1.7873101.4825737-.24128686 0-.47363718-.0268096-.70598749-.0714924.27703307-.8132261.84003575-1.510277 1.59070599-1.948168.15192136-.0893655.32171582-.1608579.51831993-.2412869l1.23324397-.4647006c.1429848.4110813.36639857.7864165.64343163 1.1081323zm3.717605 4.6112601c-.56300268-.6434317-.89365505-1.4834674-.89365505-2.3503128 0-.178731.0178731-.3663986.0536193-.5808758l.19660411-1.2689902c.20554067.0357462.42001788.0625559.64343164.0625559.21447721 0 .42895442-.0268097.63449508-.0625559l.20554067 1.2868633c.0357462.1966041.0536193.3932082.0536193.5630027 0 .8757819-.33065237 1.7068811-.89365505 2.3503128zm5.9785523-3.7890974c-.616622 0-1.233244-.1608579-1.7783736-.4825738-.1608579-.0893655-.3038427-.1966041-.4378909-.3038427l-1.0277033-.8579088c.2680965-.3217158.4825737-.6791779.6255585-1.0813226l1.233244.4647006c.1966041.0714924.3663985.1519213.5093833.2323503.7596068.437891 1.313673 1.1349419 1.590706 1.948168-.2412868.0625559-.4825737.080429-.714924.080429z",transform:"translate(1)",fill:"currentColor"}))},1699:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m0 6.66666667v6.66666663h4.44444444l5.55555556 5.5555556v-17.77777779l-5.55555556 5.55555556zm15 3.33333333c0-1.96666667-1.1333333-3.65555556-2.7777778-4.47777778v8.94444448c1.6444445-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444444v2.28888888c3.2111111.95555556 5.5555556 3.93333334 5.5555556 7.45555556 0 3.5222222-2.3444445 6.5-5.5555556 7.4555556v2.2888888c4.4555556-1.0111111 7.7777778-4.9888888 7.7777778-9.7444444 0-4.75555556-3.3222222-8.73333333-7.7777778-9.74444444z",fill:"currentColor"})),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"1 0.05 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m.99267578 6.72328559v6.66666671h4.44444445l5.55555557 5.5555555v-17.77777777l-5.55555557 5.55555556zm7.77777778-.18888889v7.0444444l-2.41111111-2.4111111h-3.14444445v-2.22222219h3.14444445zm7.22222224 3.5222222c0-1.96666664-1.1333334-3.65555553-2.7777778-4.47777775v8.94444445c1.6444444-.8111111 2.7777778-2.5 2.7777778-4.4666667zm-2.7777778-9.74444442v2.28888889c3.2111111.95555555 5.5555556 3.93333333 5.5555556 7.45555553s-2.3444445 6.5-5.5555556 7.4555556v2.2888889c4.4555556-1.0111111 7.7777778-4.9888889 7.7777778-9.7444445 0-4.75555553-3.3222222-8.73333331-7.7777778-9.74444442z",fill:"currentColor"}))},3385:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.G,{fill:"currentColor"},(0,n.createElement)(c.Path,{d:"m16.6666667 10c0-2.11666667-.9916667-4.00833333-2.5333334-5.225l-.8-4.775h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225zm-11.6666667 0c0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5-2.75833333 0-5-2.2416667-5-5z"}),(0,n.createElement)(c.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z"}))),(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m11.925 1.66666667.3416667 2.06666666c-.7083334-.25833333-1.4666667-.4-2.2666667-.4-.79166667 0-1.55833333.14166667-2.25833333.39166667l.34166666-2.05833333zm.3416667 14.60000003-.3416667 2.0666666h-3.84166667l-.34166666-2.0583333c.7.25 1.46666666.3916667 2.25833333.3916667.8 0 1.5583333-.1416667 2.2666667-.4zm1.0666666-16.2666667h-6.66666663l-.79166667 4.775c-1.55 1.21666667-2.54166667 3.1-2.54166667 5.225s.99166667 4.0083333 2.54166667 5.225l.79166667 4.775h6.66666663l.8-4.775c1.5416667-1.2166667 2.5333334-3.1083333 2.5333334-5.225 0-2.11666667-.9916667-4.00833333-2.5333334-5.225zm-3.3333333 15c-2.75833333 0-5-2.2416667-5-5 0-2.75833333 2.24166667-5 5-5 2.7583333 0 5 2.24166667 5 5 0 2.7583333-2.2416667 5-5 5z",fill:"currentColor"}))},578:function(e,t,r){"use strict";var n=r(9307),c=r(444);(0,n.createElement)(c.SVG,{fill:"none",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)(c.Path,{d:"m15 16.6594678c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-5.604419c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-10.2550488c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zm-2.95 4.65062988c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z",fill:"currentColor"}))},2210:function(e,t,r){"use strict";var n={};r.r(n),r.d(n,{category:function(){return d},name:function(){return w},settings:function(){return p}});var c={};r.r(c),r.d(c,{category:function(){return y},name:function(){return C},settings:function(){return V}}),r(998),r(7361),r(8718);var l=window.wp.blocks;(0,l.getCategories)().some((function(e){return"formatting"===e.slug})),window.wp.blob,window.wp.tokenList;var o=r(5736),a=r(9307),i=r(7635),s=r(5609),h=JSON.parse('{"name":"coblocks/post-carousel","category":"layout","attributes":{"className":{"type":"string"},"align":{"type":"string"},"postFeedType":{"type":"string","default":"internal"},"externalRssUrl":{"type":"string","default":""},"postsToShow":{"type":"number","default":4},"displayPostContent":{"type":"boolean","default":true},"displayPostDate":{"type":"boolean","default":true},"displayPostLink":{"type":"boolean","default":false},"postLink":{"type":"string","default":"Read more"},"excerptLength":{"type":"number","default":12},"imageSize":{"type":"string","default":"w-1/7 sm:w-1/5 h-1/7 sm:h-1/5"},"listPosition":{"type":"string","default":"right"},"columns":{"type":"number","default":2},"order":{"type":"string","default":"desc"},"orderBy":{"type":"string","default":"date"},"categories":{"type":"array","items":{"type":"object"}},"categoryRelation":{"type":"string","default":"or"}}}');const{attributes:m}=h;var v=[{attributes:{...m,categories:{type:"string"}},supports:{align:!0,html:!1},migrate:e=>({...e,categories:[{id:Number(e.categories)}]}),isEligible:e=>{let{categories:t}=e;return t&&"string"==typeof t},save:()=>null}],u={from:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)(h.name,{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}},{type:"block",blocks:["coblocks/posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:m,excerptLength:v,align:u}=e;return(0,l.createBlock)(h.name,{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:m,align:u,excerptLength:v})}}],to:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)("core/latest-posts",{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}}]};const f=(0,a.lazy)((()=>Promise.all([r.e(958),r.e(411)]).then(r.bind(r,6411)))),{name:w,category:d}=h,p={
2
  /* translators: block name */
3
+ title:(0,o.__)("Post Carousel (CoBlocks)","coblocks"),
4
  /* translators: block description */
5
+ description:(0,o.__)("Display posts or an external blog feed as a carousel.","coblocks"),icon:(0,a.createElement)(s.Icon,{icon:i.tPc}),keywords:["coblocks",
6
  /* translators: block keyword */
7
+ (0,o.__)("slider","coblocks"),
8
  /* translators: block keyword */
9
+ (0,o.__)("posts","coblocks"),
10
  /* translators: block keyword */
11
+ (0,o.__)("blog","coblocks"),
12
  /* translators: block keyword */
13
+ (0,o.__)("latest","coblocks"),
14
  /* translators: block keyword */
15
+ (0,o.__)("rss","coblocks")],supports:{align:["wide","full"],html:!1},transforms:u,edit:e=>(0,a.createElement)(a.Suspense,{fallback:(0,a.createElement)(s.Spinner,null)},(0,a.createElement)(f,e)),example:{attributes:{}},deprecated:v,save:()=>null};var z=JSON.parse('{"name":"coblocks/posts","category":"layout","attributes":{"className":{"type":"string"},"align":{"type":"string"},"postFeedType":{"type":"string","default":"internal"},"externalRssUrl":{"type":"string","default":""},"postsToShow":{"type":"number","default":2},"displayPostContent":{"type":"boolean","default":true},"displayPostDate":{"type":"boolean","default":true},"displayPostLink":{"type":"boolean","default":false},"postLink":{"type":"string","default":"Read more"},"excerptLength":{"type":"number","default":12},"imageSize":{"type":"string","default":"medium"},"imageStyle":{"type":"string","default":"square"},"listPosition":{"type":"string","default":"right"},"columns":{"type":"number","default":2},"order":{"type":"string","default":"desc"},"orderBy":{"type":"string","default":"date"},"categories":{"type":"array","items":{"type":"object"}},"categoryRelation":{"type":"string","default":"or"}},"supports":{"gutter":{"default":"medium"}}}');const{attributes:g}=z;var x=[{attributes:{...g,categories:{type:"string"}},supports:{align:!0,html:!1},migrate:e=>({...e,categories:[{id:Number(e.categories)}]}),isEligible:e=>{let{categories:t}=e;return t&&"string"==typeof t},save:()=>null}],E={from:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)(z.name,{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}},{type:"block",blocks:["coblocks/post-carousel"],transform:e=>{let{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:h,excerptLength:m,align:v}=e;return(0,l.createBlock)(z.name,{displayPostDate:t,displayPostContent:r,columns:n,order:c,orderBy:o,categories:a,postsToShow:i,externalRssUrl:s,postFeedType:h,align:v,excerptLength:m})}},{type:"prefix",prefix:":posts",transform:()=>(0,l.createBlock)(z.name)},...[2,3,4,5,6].map((e=>({type:"prefix",prefix:`:${e}posts`,transform:()=>(0,l.createBlock)(z.name,{postsToShow:e})})))],to:[{type:"block",blocks:["core/latest-posts"],transform:e=>{let{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,excerptLength:i,align:s}=e;return(0,l.createBlock)("core/latest-posts",{displayPostDate:t,displayPostContent:r,order:n,orderBy:c,categories:o,postsToShow:a,align:s,excerptLength:i})}}]};const P=(0,a.lazy)((()=>r.e(954).then(r.bind(r,7954)))),{name:C,category:y}=z,V={
16
  /* translators: block name */
17
+ title:(0,o.__)("Posts (CoBlocks)","coblocks"),
18
  /* translators: block description */
19
+ description:(0,o.__)("Display posts or an RSS feed as stacked or horizontal cards.","coblocks"),icon:(0,a.createElement)(s.Icon,{icon:i.Qgu}),keywords:["coblocks",
20
  /* translators: block keyword */
21
+ (0,o.__)("posts","coblocks"),
22
  /* translators: block keyword */
23
+ (0,o.__)("blog","coblocks"),
24
  /* translators: block keyword */
25
+ (0,o.__)("latest","coblocks"),
26
  /* translators: block keyword */
27
+ (0,o.__)("rss","coblocks")],supports:{align:["wide","full"],gutter:{default:"medium"},html:!1},transforms:E,edit:e=>(0,a.createElement)(a.Suspense,{fallback:(0,a.createElement)(s.Spinner,null)},(0,a.createElement)(P,e)),example:{attributes:{}},deprecated:x,save:()=>null};[c,n].forEach((e=>{var t;if(!e)return;let{category:r}=e;const{name:n,settings:c}=e;"function"==typeof l.registerBlockCollection||n.includes("gallery")||(r="coblocks");let a="";null!=c&&c.icon&&(a={foreground:"#09757A",src:c.icon});const i=2===(null==e||null===(t=e.metadata)||void 0===t?void 0:t.apiVersion),s=i?null==e?void 0:e.metadata:{};null!=c&&c.attributes&&i&&(s.attributes={...s.attributes,...null==c?void 0:c.attributes}),(0,l.registerBlockType)(n,{...c,category:r,icon:a,...s,title:(0,o.sprintf)(
28
+ /* translators: %s: placeholder for a block title*/
29
+ (0,o.__)("%s block","coblocks"),c.title)})}))},8552:function(e,t,r){var n=r(852)(r(5639),"DataView");e.exports=n},1989:function(e,t,r){var n=r(1789),c=r(401),l=r(7667),o=r(1327),a=r(1866);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}i.prototype.clear=n,i.prototype.delete=c,i.prototype.get=l,i.prototype.has=o,i.prototype.set=a,e.exports=i},8407:function(e,t,r){var n=r(7040),c=r(4125),l=r(2117),o=r(7518),a=r(4705);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}i.prototype.clear=n,i.prototype.delete=c,i.prototype.get=l,i.prototype.has=o,i.prototype.set=a,e.exports=i},7071:function(e,t,r){var n=r(852)(r(5639),"Map");e.exports=n},3369:function(e,t,r){var n=r(4785),c=r(1285),l=r(6e3),o=r(9916),a=r(5265);function i(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}i.prototype.clear=n,i.prototype.delete=c,i.prototype.get=l,i.prototype.has=o,i.prototype.set=a,e.exports=i},3818:function(e,t,r){var n=r(852)(r(5639),"Promise");e.exports=n},8525:function(e,t,r){var n=r(852)(r(5639),"Set");e.exports=n},8668:function(e,t,r){var n=r(3369),c=r(619),l=r(2385);function o(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}o.prototype.add=o.prototype.push=c,o.prototype.has=l,e.exports=o},6384:function(e,t,r){var n=r(8407),c=r(7465),l=r(3779),o=r(7599),a=r(4758),i=r(4309);function s(e){var t=this.__data__=new n(e);this.size=t.size}s.prototype.clear=c,s.prototype.delete=l,s.prototype.get=o,s.prototype.has=a,s.prototype.set=i,e.exports=s},2705:function(e,t,r){var n=r(5639).Symbol;e.exports=n},1149:function(e,t,r){var n=r(5639).Uint8Array;e.exports=n},577:function(e,t,r){var n=r(852)(r(5639),"WeakMap");e.exports=n},6874:function(e){e.exports=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}},4963:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,c=0,l=[];++r<n;){var o=e[r];t(o,r,e)&&(l[c++]=o)}return l}},4636:function(e,t,r){var n=r(2545),c=r(5694),l=r(1469),o=r(4144),a=r(5776),i=r(6719),s=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=l(e),h=!r&&c(e),m=!r&&!h&&o(e),v=!r&&!h&&!m&&i(e),u=r||h||m||v,f=u?n(e.length,String):[],w=f.length;for(var d in e)!t&&!s.call(e,d)||u&&("length"==d||m&&("offset"==d||"parent"==d)||v&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,w))||f.push(d);return f}},9932:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,c=Array(n);++r<n;)c[r]=t(e[r],r,e);return c}},2488:function(e){e.exports=function(e,t){for(var r=-1,n=t.length,c=e.length;++r<n;)e[c+r]=t[r];return e}},2908:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},4865:function(e,t,r){var n=r(9465),c=r(7813),l=Object.prototype.hasOwnProperty;e.exports=function(e,t,r){var o=e[t];l.call(e,t)&&c(o,r)&&(void 0!==r||t in e)||n(e,t,r)}},8470:function(e,t,r){var n=r(7813);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return-1}},9465:function(e,t,r){var n=r(8777);e.exports=function(e,t,r){"__proto__"==t&&n?n(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},1848:function(e){e.exports=function(e,t,r,n){for(var c=e.length,l=r+(n?1:-1);n?l--:++l<c;)if(t(e[l],l,e))return l;return-1}},1078:function(e,t,r){var n=r(2488),c=r(7285);e.exports=function e(t,r,l,o,a){var i=-1,s=t.length;for(l||(l=c),a||(a=[]);++i<s;){var h=t[i];r>0&&l(h)?r>1?e(h,r-1,l,o,a):n(a,h):o||(a[a.length]=h)}return a}},7786:function(e,t,r){var n=r(1811),c=r(327);e.exports=function(e,t){for(var r=0,l=(t=n(t,e)).length;null!=e&&r<l;)e=e[c(t[r++])];return r&&r==l?e:void 0}},8866:function(e,t,r){var n=r(2488),c=r(1469);e.exports=function(e,t,r){var l=t(e);return c(e)?l:n(l,r(e))}},4239:function(e,t,r){var n=r(2705),c=r(9607),l=r(2333),o=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?c(e):l(e)}},13:function(e){e.exports=function(e,t){return null!=e&&t in Object(e)}},9454:function(e,t,r){var n=r(4239),c=r(7005);e.exports=function(e){return c(e)&&"[object Arguments]"==n(e)}},939:function(e,t,r){var n=r(2492),c=r(7005);e.exports=function e(t,r,l,o,a){return t===r||(null==t||null==r||!c(t)&&!c(r)?t!=t&&r!=r:n(t,r,l,o,e,a))}},2492:function(e,t,r){var n=r(6384),c=r(7114),l=r(8351),o=r(6096),a=r(4160),i=r(1469),s=r(4144),h=r(6719),m="[object Arguments]",v="[object Array]",u="[object Object]",f=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,w,d,p){var z=i(e),g=i(t),x=z?v:a(e),E=g?v:a(t),P=(x=x==m?u:x)==u,C=(E=E==m?u:E)==u,y=x==E;if(y&&s(e)){if(!s(t))return!1;z=!0,P=!1}if(y&&!P)return p||(p=new n),z||h(e)?c(e,t,r,w,d,p):l(e,t,x,r,w,d,p);if(!(1&r)){var V=P&&f.call(e,"__wrapped__"),S=C&&f.call(t,"__wrapped__");if(V||S){var G=V?e.value():e,B=S?t.value():t;return p||(p=new n),d(G,B,r,w,p)}}return!!y&&(p||(p=new n),o(e,t,r,w,d,p))}},2958:function(e,t,r){var n=r(6384),c=r(939);e.exports=function(e,t,r,l){var o=r.length,a=o,i=!l;if(null==e)return!a;for(e=Object(e);o--;){var s=r[o];if(i&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<a;){var h=(s=r[o])[0],m=e[h],v=s[1];if(i&&s[2]){if(void 0===m&&!(h in e))return!1}else{var u=new n;if(l)var f=l(m,v,h,e,t,u);if(!(void 0===f?c(v,m,3,l,u):f))return!1}}return!0}},8458:function(e,t,r){var n=r(3560),c=r(5346),l=r(3218),o=r(346),a=/^\[object .+?Constructor\]$/,i=Function.prototype,s=Object.prototype,h=i.toString,m=s.hasOwnProperty,v=RegExp("^"+h.call(m).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!l(e)||c(e))&&(n(e)?v:a).test(o(e))}},8749:function(e,t,r){var n=r(4239),c=r(1780),l=r(7005),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return l(e)&&c(e.length)&&!!o[n(e)]}},7206:function(e,t,r){var n=r(1573),c=r(6432),l=r(6557),o=r(1469),a=r(9601);e.exports=function(e){return"function"==typeof e?e:null==e?l:"object"==typeof e?o(e)?c(e[0],e[1]):n(e):a(e)}},280:function(e,t,r){var n=r(5726),c=r(6916),l=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return c(e);var t=[];for(var r in Object(e))l.call(e,r)&&"constructor"!=r&&t.push(r);return t}},1573:function(e,t,r){var n=r(2958),c=r(1499),l=r(2634);e.exports=function(e){var t=c(e);return 1==t.length&&t[0][2]?l(t[0][0],t[0][1]):function(r){return r===e||n(r,e,t)}}},6432:function(e,t,r){var n=r(939),c=r(7361),l=r(9095),o=r(5403),a=r(9162),i=r(2634),s=r(327);e.exports=function(e,t){return o(e)&&a(t)?i(s(e),t):function(r){var o=c(r,e);return void 0===o&&o===t?l(r,e):n(t,o,3)}}},5970:function(e,t,r){var n=r(3012),c=r(9095);e.exports=function(e,t){return n(e,t,(function(t,r){return c(e,r)}))}},3012:function(e,t,r){var n=r(7786),c=r(611),l=r(1811);e.exports=function(e,t,r){for(var o=-1,a=t.length,i={};++o<a;){var s=t[o],h=n(e,s);r(h,s)&&c(i,l(s,e),h)}return i}},371:function(e){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},9152:function(e,t,r){var n=r(7786);e.exports=function(e){return function(t){return n(t,e)}}},611:function(e,t,r){var n=r(4865),c=r(1811),l=r(5776),o=r(3218),a=r(327);e.exports=function(e,t,r,i){if(!o(e))return e;for(var s=-1,h=(t=c(t,e)).length,m=h-1,v=e;null!=v&&++s<h;){var u=a(t[s]),f=r;if("__proto__"===u||"constructor"===u||"prototype"===u)return e;if(s!=m){var w=v[u];void 0===(f=i?i(w,u,v):void 0)&&(f=o(w)?w:l(t[s+1])?[]:{})}n(v,u,f),v=v[u]}return e}},6560:function(e,t,r){var n=r(5703),c=r(8777),l=r(6557),o=c?function(e,t){return c(e,"toString",{configurable:!0,enumerable:!1,value:n(t),writable:!0})}:l;e.exports=o},2545:function(e){e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},531:function(e,t,r){var n=r(2705),c=r(9932),l=r(1469),o=r(3448),a=n?n.prototype:void 0,i=a?a.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(l(t))return c(t,e)+"";if(o(t))return i?i.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r}},7561:function(e,t,r){var n=r(7990),c=/^\s+/;e.exports=function(e){return e?e.slice(0,n(e)+1).replace(c,""):e}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},4757:function(e){e.exports=function(e,t){return e.has(t)}},1811:function(e,t,r){var n=r(1469),c=r(5403),l=r(5514),o=r(9833);e.exports=function(e,t){return n(e)?e:c(e,t)?[e]:l(o(e))}},4429:function(e,t,r){var n=r(5639)["__core-js_shared__"];e.exports=n},8777:function(e,t,r){var n=r(852),c=function(){try{var e=n(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=c},7114:function(e,t,r){var n=r(8668),c=r(2908),l=r(4757);e.exports=function(e,t,r,o,a,i){var s=1&r,h=e.length,m=t.length;if(h!=m&&!(s&&m>h))return!1;var v=i.get(e),u=i.get(t);if(v&&u)return v==t&&u==e;var f=-1,w=!0,d=2&r?new n:void 0;for(i.set(e,t),i.set(t,e);++f<h;){var p=e[f],z=t[f];if(o)var g=s?o(z,p,f,t,e,i):o(p,z,f,e,t,i);if(void 0!==g){if(g)continue;w=!1;break}if(d){if(!c(t,(function(e,t){if(!l(d,t)&&(p===e||a(p,e,r,o,i)))return d.push(t)}))){w=!1;break}}else if(p!==z&&!a(p,z,r,o,i)){w=!1;break}}return i.delete(e),i.delete(t),w}},8351:function(e,t,r){var n=r(2705),c=r(1149),l=r(7813),o=r(7114),a=r(8776),i=r(1814),s=n?n.prototype:void 0,h=s?s.valueOf:void 0;e.exports=function(e,t,r,n,s,m,v){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!m(new c(e),new c(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return l(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var u=a;case"[object Set]":var f=1&n;if(u||(u=i),e.size!=t.size&&!f)return!1;var w=v.get(e);if(w)return w==t;n|=2,v.set(e,t);var d=o(u(e),u(t),n,s,m,v);return v.delete(e),d;case"[object Symbol]":if(h)return h.call(e)==h.call(t)}return!1}},6096:function(e,t,r){var n=r(8234),c=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,l,o,a){var i=1&r,s=n(e),h=s.length;if(h!=n(t).length&&!i)return!1;for(var m=h;m--;){var v=s[m];if(!(i?v in t:c.call(t,v)))return!1}var u=a.get(e),f=a.get(t);if(u&&f)return u==t&&f==e;var w=!0;a.set(e,t),a.set(t,e);for(var d=i;++m<h;){var p=e[v=s[m]],z=t[v];if(l)var g=i?l(z,p,v,t,e,a):l(p,z,v,e,t,a);if(!(void 0===g?p===z||o(p,z,r,l,a):g)){w=!1;break}d||(d="constructor"==v)}if(w&&!d){var x=e.constructor,E=t.constructor;x==E||!("constructor"in e)||!("constructor"in t)||"function"==typeof x&&x instanceof x&&"function"==typeof E&&E instanceof E||(w=!1)}return a.delete(e),a.delete(t),w}},9021:function(e,t,r){var n=r(5564),c=r(5357),l=r(61);e.exports=function(e){return l(c(e,void 0,n),e+"")}},1957:function(e,t,r){var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},8234:function(e,t,r){var n=r(8866),c=r(9551),l=r(3674);e.exports=function(e){return n(e,l,c)}},5050:function(e,t,r){var n=r(7019);e.exports=function(e,t){var r=e.__data__;return n(t)?r["string"==typeof t?"string":"hash"]:r.map}},1499:function(e,t,r){var n=r(9162),c=r(3674);e.exports=function(e){for(var t=c(e),r=t.length;r--;){var l=t[r],o=e[l];t[r]=[l,o,n(o)]}return t}},852:function(e,t,r){var n=r(8458),c=r(7801);e.exports=function(e,t){var r=c(e,t);return n(r)?r:void 0}},9607:function(e,t,r){var n=r(2705),c=Object.prototype,l=c.hasOwnProperty,o=c.toString,a=n?n.toStringTag:void 0;e.exports=function(e){var t=l.call(e,a),r=e[a];try{e[a]=void 0;var n=!0}catch(e){}var c=o.call(e);return n&&(t?e[a]=r:delete e[a]),c}},9551:function(e,t,r){var n=r(4963),c=r(479),l=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(e){return null==e?[]:(e=Object(e),n(o(e),(function(t){return l.call(e,t)})))}:c;e.exports=a},4160:function(e,t,r){var n=r(8552),c=r(7071),l=r(3818),o=r(8525),a=r(577),i=r(4239),s=r(346),h="[object Map]",m="[object Promise]",v="[object Set]",u="[object WeakMap]",f="[object DataView]",w=s(n),d=s(c),p=s(l),z=s(o),g=s(a),x=i;(n&&x(new n(new ArrayBuffer(1)))!=f||c&&x(new c)!=h||l&&x(l.resolve())!=m||o&&x(new o)!=v||a&&x(new a)!=u)&&(x=function(e){var t=i(e),r="[object Object]"==t?e.constructor:void 0,n=r?s(r):"";if(n)switch(n){case w:return f;case d:return h;case p:return m;case z:return v;case g:return u}return t}),e.exports=x},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},222:function(e,t,r){var n=r(1811),c=r(5694),l=r(1469),o=r(5776),a=r(1780),i=r(327);e.exports=function(e,t,r){for(var s=-1,h=(t=n(t,e)).length,m=!1;++s<h;){var v=i(t[s]);if(!(m=null!=e&&r(e,v)))break;e=e[v]}return m||++s!=h?m:!!(h=null==e?0:e.length)&&a(h)&&o(v,h)&&(l(e)||c(e))}},1789:function(e,t,r){var n=r(4536);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,r){var n=r(4536),c=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return c.call(t,e)?t[e]:void 0}},1327:function(e,t,r){var n=r(4536),c=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:c.call(t,e)}},1866:function(e,t,r){var n=r(4536);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this}},7285:function(e,t,r){var n=r(2705),c=r(5694),l=r(1469),o=n?n.isConcatSpreadable:void 0;e.exports=function(e){return l(e)||c(e)||!!(o&&e&&e[o])}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},5403:function(e,t,r){var n=r(1469),c=r(3448),l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/;e.exports=function(e,t){if(n(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!c(e))||o.test(e)||!l.test(e)||null!=t&&e in Object(t)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,r){var n,c=r(4429),l=(n=/[^.]+$/.exec(c&&c.keys&&c.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";e.exports=function(e){return!!l&&l in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},9162:function(e,t,r){var n=r(3218);e.exports=function(e){return e==e&&!n(e)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,r){var n=r(8470),c=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0||(r==t.length-1?t.pop():c.call(t,r,1),--this.size,0))}},2117:function(e,t,r){var n=r(8470);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},7518:function(e,t,r){var n=r(8470);e.exports=function(e){return n(this.__data__,e)>-1}},4705:function(e,t,r){var n=r(8470);e.exports=function(e,t){var r=this.__data__,c=n(r,e);return c<0?(++this.size,r.push([e,t])):r[c][1]=t,this}},4785:function(e,t,r){var n=r(1989),c=r(8407),l=r(7071);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(l||c),string:new n}}},1285:function(e,t,r){var n=r(5050);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,r){var n=r(5050);e.exports=function(e){return n(this,e).get(e)}},9916:function(e,t,r){var n=r(5050);e.exports=function(e){return n(this,e).has(e)}},5265:function(e,t,r){var n=r(5050);e.exports=function(e,t){var r=n(this,e),c=r.size;return r.set(e,t),this.size+=r.size==c?0:1,this}},8776:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}},2634:function(e){e.exports=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}}},4523:function(e,t,r){var n=r(8306);e.exports=function(e){var t=n(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}},4536:function(e,t,r){var n=r(852)(Object,"create");e.exports=n},6916:function(e,t,r){var n=r(5569)(Object.keys,Object);e.exports=n},1167:function(e,t,r){e=r.nmd(e);var n=r(1957),c=t&&!t.nodeType&&t,l=c&&e&&!e.nodeType&&e,o=l&&l.exports===c&&n.process,a=function(){try{return l&&l.require&&l.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(r){return e(t(r))}}},5357:function(e,t,r){var n=r(6874),c=Math.max;e.exports=function(e,t,r){return t=c(void 0===t?e.length-1:t,0),function(){for(var l=arguments,o=-1,a=c(l.length-t,0),i=Array(a);++o<a;)i[o]=l[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=l[o];return s[t]=r(i),n(e,this,s)}}},5639:function(e,t,r){var n=r(1957),c="object"==typeof self&&self&&self.Object===Object&&self,l=n||c||Function("return this")();e.exports=l},619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2385:function(e){e.exports=function(e){return this.__data__.has(e)}},1814:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},61:function(e,t,r){var n=r(6560),c=r(1275)(n);e.exports=c},1275:function(e){var t=Date.now;e.exports=function(e){var r=0,n=0;return function(){var c=t(),l=16-(c-n);if(n=c,l>0){if(++r>=800)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}},7465:function(e,t,r){var n=r(8407);e.exports=function(){this.__data__=new n,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,r){var n=r(8407),c=r(7071),l=r(3369);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!c||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new l(o)}return r.set(e,t),this.size=r.size,this}},5514:function(e,t,r){var n=r(4523),c=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,l=/\\(\\)?/g,o=n((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(c,(function(e,r,n,c){t.push(n?c.replace(l,"$1"):r||e)})),t}));e.exports=o},327:function(e,t,r){var n=r(3448);e.exports=function(e){if("string"==typeof e||n(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},7990:function(e){var t=/\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},998:function(e,t,r){var n=r(1848),c=r(7206),l=r(554),o=Math.max;e.exports=function(e,t,r){var a=null==e?0:e.length;if(!a)return-1;var i=null==r?0:l(r);return i<0&&(i=o(a+i,0)),n(e,c(t,3),i)}},5564:function(e,t,r){var n=r(1078);e.exports=function(e){return null!=e&&e.length?n(e,1):[]}},7361:function(e,t,r){var n=r(7786);e.exports=function(e,t,r){var c=null==e?void 0:n(e,t);return void 0===c?r:c}},9095:function(e,t,r){var n=r(13),c=r(222);e.exports=function(e,t){return null!=e&&c(e,t,n)}},6557:function(e){e.exports=function(e){return e}},5694:function(e,t,r){var n=r(9454),c=r(7005),l=Object.prototype,o=l.hasOwnProperty,a=l.propertyIsEnumerable,i=n(function(){return arguments}())?n:function(e){return c(e)&&o.call(e,"callee")&&!a.call(e,"callee")};e.exports=i},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,r){var n=r(3560),c=r(1780);e.exports=function(e){return null!=e&&c(e.length)&&!n(e)}},4144:function(e,t,r){e=r.nmd(e);var n=r(5639),c=r(5062),l=t&&!t.nodeType&&t,o=l&&e&&!e.nodeType&&e,a=o&&o.exports===l?n.Buffer:void 0,i=(a?a.isBuffer:void 0)||c;e.exports=i},3560:function(e,t,r){var n=r(4239),c=r(3218);e.exports=function(e){if(!c(e))return!1;var t=n(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},3448:function(e,t,r){var n=r(4239),c=r(7005);e.exports=function(e){return"symbol"==typeof e||c(e)&&"[object Symbol]"==n(e)}},6719:function(e,t,r){var n=r(8749),c=r(1717),l=r(1167),o=l&&l.isTypedArray,a=o?c(o):n;e.exports=a},3674:function(e,t,r){var n=r(4636),c=r(280),l=r(8612);e.exports=function(e){return l(e)?n(e):c(e)}},8306:function(e,t,r){var n=r(3369);function c(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var n=arguments,c=t?t.apply(this,n):n[0],l=r.cache;if(l.has(c))return l.get(c);var o=e.apply(this,n);return r.cache=l.set(c,o)||l,o};return r.cache=new(c.Cache||n),r}c.Cache=n,e.exports=c},8718:function(e,t,r){var n=r(5970),c=r(9021)((function(e,t){return null==e?{}:n(e,t)}));e.exports=c},9601:function(e,t,r){var n=r(371),c=r(9152),l=r(5403),o=r(327);e.exports=function(e){return l(e)?n(o(e)):c(e)}},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},8601:function(e,t,r){var n=r(4841);e.exports=function(e){return e?Infinity===(e=n(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:function(e,t,r){var n=r(8601);e.exports=function(e){var t=n(e),r=t%1;return t==t?r?t-r:t:0}},4841:function(e,t,r){var n=r(7561),c=r(3218),l=r(3448),o=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,i=/^0o[0-7]+$/i,s=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(l(e))return NaN;if(c(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=c(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=n(e);var r=a.test(e);return r||i.test(e)?s(e.slice(2),r?2:8):o.test(e)?NaN:+e}},9833:function(e,t,r){var n=r(531);e.exports=function(e){return null==e?"":n(e)}},2819:function(e){"use strict";e.exports=window.lodash},6989:function(e){"use strict";e.exports=window.wp.apiFetch},2175:function(e){"use strict";e.exports=window.wp.blockEditor},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9818:function(e){"use strict";e.exports=window.wp.data},9771:function(e){"use strict";e.exports=window.wp.date},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n},9630:function(e){"use strict";e.exports=window.wp.keycodes},444:function(e){"use strict";e.exports=window.wp.primitives},8423:function(e){"use strict";e.exports=window.wp.serverSideRender},6483:function(e){"use strict";e.exports=window.wp.url}},n={};function c(e){var t=n[e];if(void 0!==t)return t.exports;var l=n[e]={id:e,loaded:!1,exports:{}};return r[e].call(l.exports,l,l.exports,c),l.loaded=!0,l.exports}c.m=r,c.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(t,{a:t}),t},c.d=function(e,t){for(var r in t)c.o(t,r)&&!c.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},c.f={},c.e=function(e){return Promise.all(Object.keys(c.f).reduce((function(t,r){return c.f[r](e,t),t}),[]))},c.u=function(e){return e+".js"},c.miniCssF=function(e){},c.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),c.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e={},t="coblocks:",c.l=function(r,n,l,o){if(e[r])e[r].push(n);else{var a,i;if(void 0!==l)for(var s=document.getElementsByTagName("script"),h=0;h<s.length;h++){var m=s[h];if(m.getAttribute("src")==r||m.getAttribute("data-webpack")==t+l){a=m;break}}a||(i=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,c.nc&&a.setAttribute("nonce",c.nc),a.setAttribute("data-webpack",t+l),a.src=r),e[r]=[n];var v=function(t,n){a.onerror=a.onload=null,clearTimeout(u);var c=e[r];if(delete e[r],a.parentNode&&a.parentNode.removeChild(a),c&&c.forEach((function(e){return e(n)})),t)return t(n)},u=setTimeout(v.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=v.bind(null,a.onerror),a.onload=v.bind(null,a.onload),i&&document.head.appendChild(a)}},c.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){var e;c.g.importScripts&&(e=c.g.location+"");var t=c.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");r.length&&(e=r[r.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),c.p=e}(),function(){var e={163:0};c.f.j=function(t,r){var n=c.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var l=new Promise((function(r,c){n=e[t]=[r,c]}));r.push(n[2]=l);var o=c.p+c.u(t),a=new Error;c.l(o,(function(r){if(c.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var l=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;a.message="Loading chunk "+t+" failed.\n("+l+": "+o+")",a.name="ChunkLoadError",a.type=l,a.request=o,n[1](a)}}),"chunk-"+t,t)}};var t=function(t,r){var n,l,o=r[0],a=r[1],i=r[2],s=0;if(o.some((function(t){ret