/home/eigit/eurolab.mk/wp-content/plugins/genesis-custom-blocks/js/dist/block-editor.js
!function(){var e={663:function(e){e.exports=function(e,t){var n,l,r=0;function c(){var c,a,o=n,i=arguments.length;e:for(;o;){if(o.args.length===arguments.length){for(a=0;a<i;a++)if(o.args[a]!==arguments[a]){o=o.next;continue e}return o!==n&&(o===l&&(l=o.prev),o.prev.next=o.next,o.next&&(o.next.prev=o.prev),o.next=n,o.prev=null,n.prev=o,n=o),o.val}o=o.next}for(c=new Array(i),a=0;a<i;a++)c[a]=arguments[a];return o={args:c,val:e.apply(null,c)},n?(n.prev=o,o.next=n):l=o,r===t.maxSize?(l=l.prev).next=null:r++,n=o,o.val}return t=t||{},c.clear=function(){n=null,l=null,r=0},c}},4184:function(e,t){var n;!function(){"use strict";var l={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var c=typeof n;if("string"===c||"number"===c)e.push(n);else if(Array.isArray(n)&&n.length){var a=r.apply(null,n);a&&e.push(a)}else if("object"===c)for(var o in n)l.call(n,o)&&n[o]&&e.push(o)}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},8975:function(e,t,n){var l;!function(){"use strict";var r={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function c(e){return function(e,t){var n,l,a,o,i,s,h,u,m,p=1,d=e.length,v="";for(l=0;l<d;l++)if("string"==typeof e[l])v+=e[l];else if("object"==typeof e[l]){if((o=e[l]).keys)for(n=t[p],a=0;a<o.keys.length;a++){if(null==n)throw new Error(c('[sprintf] Cannot access property "%s" of undefined value "%s"',o.keys[a],o.keys[a-1]));n=n[o.keys[a]]}else n=o.param_no?t[o.param_no]:t[p++];if(r.not_type.test(o.type)&&r.not_primitive.test(o.type)&&n instanceof Function&&(n=n()),r.numeric_arg.test(o.type)&&"number"!=typeof n&&isNaN(n))throw new TypeError(c("[sprintf] expecting number but found %T",n));switch(r.number.test(o.type)&&(u=n>=0),o.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,o.width?parseInt(o.width):0);break;case"e":n=o.precision?parseFloat(n).toExponential(o.precision):parseFloat(n).toExponential();break;case"f":n=o.precision?parseFloat(n).toFixed(o.precision):parseFloat(n);break;case"g":n=o.precision?String(Number(n.toPrecision(o.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=o.precision?n.substring(0,o.precision):n;break;case"t":n=String(!!n),n=o.precision?n.substring(0,o.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=o.precision?n.substring(0,o.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=o.precision?n.substring(0,o.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase()}r.json.test(o.type)?v+=n:(!r.number.test(o.type)||u&&!o.sign?m="":(m=u?"+":"-",n=n.toString().replace(r.sign,"")),s=o.pad_char?"0"===o.pad_char?"0":o.pad_char.charAt(1):" ",h=o.width-(m+n).length,i=o.width&&h>0?s.repeat(h):"",v+=o.align?m+n+i:"0"===s?m+i+n:i+m+n)}return v}(function(e){if(o[e])return o[e];for(var t,n=e,l=[],c=0;n;){if(null!==(t=r.text.exec(n)))l.push(t[0]);else if(null!==(t=r.modulo.exec(n)))l.push("%");else{if(null===(t=r.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){c|=1;var a=[],i=t[2],s=[];if(null===(s=r.key.exec(i)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(a.push(s[1]);""!==(i=i.substring(s[0].length));)if(null!==(s=r.key_access.exec(i)))a.push(s[1]);else{if(null===(s=r.index_access.exec(i)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(s[1])}t[2]=a}else c|=2;if(3===c)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");l.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}n=n.substring(t[0].length)}return o[e]=l}(e),arguments)}function a(e,t){return c.apply(null,[e].concat(t||[]))}var o=Object.create(null);t.sprintf=c,t.vsprintf=a,"undefined"!=typeof window&&(window.sprintf=c,window.vsprintf=a,void 0===(l=function(){return{sprintf:c,vsprintf:a}}.call(t,n,t,e))||(e.exports=l))}()}},t={};function n(l){var r=t[l];if(void 0!==r)return r.exports;var c=t[l]={exports:{}};return e[l](c,c.exports,n),c.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var l in t)n.o(t,l)&&!n.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:t[l]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){"use strict";var e={};n.r(e),n.d(e,{AccountBalance:function(){return B},AccountCircle:function(){return A},AddAPhoto:function(){return vt},AddCircleOutline:function(){return De},Alarm:function(){return D},Announcement:function(){return N},Assessment:function(){return T},AssignmentInd:function(){return R},AttachFile:function(){return Ke},AttachMoney:function(){return Xe},Audiotrack:function(){return ft},BatteryChargingFull:function(){return Ue},Book:function(){return U},BookmarkBorder:function(){return $},Brightness2:function(){return zt},BrightnessLow:function(){return $e},Brush:function(){return Et},Build:function(){return G},Camera:function(){return Mt},CameraAlt:function(){return gt},CardGiftcard:function(){return W},ChatBubbleOutline:function(){return _e},CheckBox:function(){return Ut},CheckCircle:function(){return q},Cloud:function(){return ot},Code:function(){return K},ColorLens:function(){return bt},Create:function(){return Ae},CreditCard:function(){return X},Dashboard:function(){return Z},Description:function(){return J},DesktopMac:function(){return st},Devices:function(){return Ge},DirectionsBike:function(){return Vt},DirectionsBoat:function(){return yt},DirectionsBus:function(){return Ct},DirectionsCar:function(){return wt},DirectionsRailway:function(){return kt},DirectionsRun:function(){return xt},DonutSmall:function(){return Y},Email:function(){return Pe},Explore:function(){return ee},Extension:function(){return te},Face:function(){return ne},Fastfood:function(){return St},FavoriteBorder:function(){return le},Fingerprint:function(){return re},Flight:function(){return Lt},Folder:function(){return it},FontDownload:function(){return Ie},FormatQuote:function(){return Je},Forum:function(){return je},Gamepad:function(){return ht},GenesisCustomBlocks:function(){return F},Group:function(){return It},HelpOutline:function(){return ae},Home:function(){return oe},Hotel:function(){return Ot},HourglassEmpty:function(){return ie},Inbox:function(){return I},Info:function(){return he},InsertChart:function(){return Ze},InsertPhoto:function(){return tt},Label:function(){return ue},Language:function(){return me},LinearScale:function(){return nt},Link:function(){return Ne},List:function(){return pe},LocalActivity:function(){return _t},LocalBar:function(){return Pt},LocalCafe:function(){return jt},LocalDining:function(){return Ft},LocalFlorist:function(){return Bt},LocationSearching:function(){return Qe},Lock:function(){return se},Map:function(){return At},MicNone:function(){return Le},Movie:function(){return Oe},NoteAdd:function(){return de},Notes:function(){return lt},Notifications:function(){return Nt},PanoramaHorizontal:function(){return Ht},PermIdentity:function(){return ve},Pets:function(){return fe},PieChart:function(){return rt},Place:function(){return Dt},PlayCircleOutline:function(){return Se},Public:function(){return Tt},RadioButtonChecked:function(){return $t},Save:function(){return Te},ScatterPlot:function(){return ct},Schedule:function(){return ze},Search:function(){return Ee},SentimentSatisfiedAlt:function(){return Fe},Settings:function(){return Me},ShoppingCart:function(){return ge},SpaceBar:function(){return at},StarBorder:function(){return ce},TextFields:function(){return Ye},Theaters:function(){return be},Title:function(){return et},Today:function(){return Q},ToggleOn:function(){return Gt},Toys:function(){return ut},Translate:function(){return He},Tv:function(){return mt},VideogameAsset:function(){return pt},ViewCarousel:function(){return ye},ViewColumn:function(){return Ve},ViewDay:function(){return Ce},ViewModule:function(){return we},ViewQuilt:function(){return ke},VpnKey:function(){return Be},Wallpaper:function(){return We},Watch:function(){return dt},Waves:function(){return Re},Whatshot:function(){return Rt},Widgets:function(){return qe},WorkOutline:function(){return xe}});var t=window.wp.hooks,l=n(8975),r=n.n(l);const c=function(e,t){var n,l,r=0;function c(){var c,a,o=n,i=arguments.length;e:for(;o;){if(o.args.length===arguments.length){for(a=0;a<i;a++)if(o.args[a]!==arguments[a]){o=o.next;continue e}return o!==n&&(o===l&&(l=o.prev),o.prev.next=o.next,o.next&&(o.next.prev=o.prev),o.next=n,o.prev=null,n.prev=o,n=o),o.val}o=o.next}for(c=new Array(i),a=0;a<i;a++)c[a]=arguments[a];return o={args:c,val:e.apply(null,c)},n?(n.prev=o,o.next=n):l=o,r===t.maxSize?(l=l.prev).next=null:r++,n=o,o.val}return t=t||{},c.clear=function(){n=null,l=null,r=0},c}(console.error);var a,o,i,s;a={"(":9,"!":8,"*":7,"/":7,"%":7,"+":6,"-":6,"<":5,"<=":5,">":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},o=["(","?"],i={")":["("],":":["?","?:"]},s=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var h={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e<t},"<=":function(e,t){return e<=t},">":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};var u={contextDelimiter:"",onMissingKey:null};function m(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},u)this.options[n]=void 0!==t&&n in t?t[n]:u[n]}m.prototype.getPluralForm=function(e,t){var n,l,r,c,u=this.pluralForms[e];return u||("function"!=typeof(r=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(l=function(e){var t,n,l;for(t=e.split(";"),n=0;n<t.length;n++)if(0===(l=t[n].trim()).indexOf("plural="))return l.substr(7)}(n["Plural-Forms"]||n["plural-forms"]||n.plural_forms),c=function(e){var t=function(e){for(var t,n,l,r,c=[],h=[];t=e.match(s);){for(n=t[0],(l=e.substr(0,t.index).trim())&&c.push(l);r=h.pop();){if(i[n]){if(i[n][0]===r){n=i[n][1]||n;break}}else if(o.indexOf(r)>=0||a[r]<a[n]){h.push(r);break}c.push(r)}i[n]||h.push(n),e=e.substr(t.index+n.length)}return(e=e.trim())&&c.push(e),c.concat(h.reverse())}(e);return function(e){return function(e,t){var n,l,r,c,a,o,i=[];for(n=0;n<e.length;n++){if(a=e[n],c=h[a]){for(l=c.length,r=Array(l);l--;)r[l]=i.pop();try{o=c.apply(null,r)}catch(e){return e}}else o=t.hasOwnProperty(a)?t[a]:+a;i.push(o)}return i[0]}(t,e)}}(l),r=function(e){return+c({n:e})}),u=this.pluralForms[e]=r),u(t)},m.prototype.dcnpgettext=function(e,t,n,l,r){var c,a,o;return c=void 0===r?0:this.getPluralForm(e,r),a=n,t&&(a=t+this.options.contextDelimiter+n),(o=this.data[e][a])&&o[c]?o[c]:(this.options.onMissingKey&&this.options.onMissingKey(n,e),0===c?n:l)};const p={plural_forms(e){return 1===e?0:1}},d=/^i18n\.(n?gettext|has_translation)(_|$)/,v=((e,t,n)=>{const l=new m({}),r=new Set,c=()=>{r.forEach((e=>e()))},a=(e,t="default")=>{l.data[t]={...l.data[t],...e},l.data[t][""]={...p,...l.data[t]?.[""]},delete l.pluralForms[t]},o=(e,t)=>{a(e,t),c()},i=(e="default",t,n,r,c)=>(l.data[e]||a(void 0,e),l.dcnpgettext(e,t,n,r,c)),s=(e="default")=>e,_x=(e,t,l)=>{let r=i(l,t,e);return n?(r=n.applyFilters("i18n.gettext_with_context",r,e,t,l),n.applyFilters("i18n.gettext_with_context_"+s(l),r,e,t,l)):r};if(n){const e=e=>{d.test(e)&&c()};n.addAction("hookAdded","core/i18n",e),n.addAction("hookRemoved","core/i18n",e)}return{getLocaleData:(e="default")=>l.data[e],setLocaleData:o,addLocaleData:(e,t="default")=>{l.data[t]={...l.data[t],...e,"":{...p,...l.data[t]?.[""],...e?.[""]}},delete l.pluralForms[t],c()},resetLocaleData:(e,t)=>{l.data={},l.pluralForms={},o(e,t)},subscribe:e=>(r.add(e),()=>r.delete(e)),__:(e,t)=>{let l=i(t,void 0,e);return n?(l=n.applyFilters("i18n.gettext",l,e,t),n.applyFilters("i18n.gettext_"+s(t),l,e,t)):l},_x:_x,_n:(e,t,l,r)=>{let c=i(r,void 0,e,t,l);return n?(c=n.applyFilters("i18n.ngettext",c,e,t,l,r),n.applyFilters("i18n.ngettext_"+s(r),c,e,t,l,r)):c},_nx:(e,t,l,r,c)=>{let a=i(c,r,e,t,l);return n?(a=n.applyFilters("i18n.ngettext_with_context",a,e,t,l,r,c),n.applyFilters("i18n.ngettext_with_context_"+s(c),a,e,t,l,r,c)):a},isRTL:()=>"rtl"===_x("ltr","text direction"),hasTranslation:(e,t,r)=>{const c=t?t+""+e:e;let a=!!l.data?.[null!=r?r:"default"]?.[c];return n&&(a=n.applyFilters("i18n.has_translation",a,e,t,r),a=n.applyFilters("i18n.has_translation_"+s(r),a,e,t,r)),a}}})(0,0,t.defaultHooks);v.getLocaleData.bind(v);const f=v.setLocaleData.bind(v),z=(v.resetLocaleData.bind(v),v.subscribe.bind(v),v.__.bind(v));v._x.bind(v),v._n.bind(v),v._nx.bind(v),v.isRTL.bind(v),v.hasTranslation.bind(v);var E=window.wp.element,M=(window.React,window.wp.components),g=n(4184),b=n.n(g),H=window.wp.blockEditor;const V="editor-media-placeholder__button";var y=window.wp.data,C=window.wp.editor,w=(e,t,n)=>{const[l,a]=(0,E.useState)(""),[o,i]=(0,E.useState)(!1),[s,h]=(0,E.useState)(""),u=(0,y.useSelect)((t=>t("core").getMedia(e))),m=(0,y.useSelect)((e=>{const{getSettings:t}=e(H.store);return t()?.mediaUpload||C.mediaUpload}));(0,E.useEffect)((()=>{u?.source_url?a(u.source_url):"string"==typeof u&&a(u),h(u?.alt?u.alt:u?.source_url?/* translators: %1$s: the image src */
function(e,...t){try{return r().sprintf(e,...t)}catch(t){return t instanceof Error&&c("sprintf error: \n\n"+t.toString()),e}}(z("This has no alt attribute, but its src is %1$s","genesis-custom-blocks"),u.source_url):z("This has no alt attribute","genesis-custom-blocks"))}),[u]);const p=e=>{e.hasOwnProperty("url")&&e.hasOwnProperty("id")&&"blob"!==e.url.substr(0,4)&&((e=>{e?.id&&(t(parseInt(e.id)),a(e?.url))})(e),i(!1))};return{mediaAlt:s,mediaSrc:l,isUploading:o,onSelect:p,removeMedia:()=>a(""),setIsUploading:i,uploadFiles:e=>{m({allowedTypes:n,filesList:e,onFileChange:e=>{p(e[0])},maxUploadFileSize:0,onError:()=>{}})}}};const k=["image"];z("Editor","genesis-custom-blocks"),z("Inspector","genesis-custom-blocks");var x=({children:e,className:t})=>(0,E.createElement)("div",{className:b()(t,"p-5 mb-2 bg-blue-100 text-blue-700 border-l-4 border-blue-700 rounded-sm")},(0,E.createElement)("p",{className:"text-sm ml-2"},e)),S=({children:e})=>(0,E.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},e),L={text:e=>{const{field:t,getValue:n,onChange:l}=e,r=n(e),c=void 0!==r?r:t.default;return(0,E.createElement)(M.TextControl,{label:t.label,placeholder:t.placeholder||"",maxLength:t.maxlength,help:t.help,value:c,onChange:l})},textarea:e=>{const{getValue:t,field:n,onChange:l}=e,r=t(e),c=void 0!==r?r:n.default;return(0,E.createElement)(M.TextareaControl,{label:n.label,placeholder:n.placeholder||"",maxLength:n.maxlength,rows:n.number_rows,help:n.help,value:c,onChange:l})},url:e=>{const{field:t,getValue:n,onChange:l}=e,r=n(e),c=void 0!==r?r:t.default,[a,o]=(0,E.useState)(!1);return(0,E.createElement)(M.TextControl,{className:b()({"text-control__error":a}),type:"url",label:t.label,placeholder:t.placeholder||"",help:t.help,value:c,onChange:l,onFocus:e=>{o(!e.target.reportValidity())},onBlur:e=>{o(!e.target.checkValidity())}})},email:e=>{const{field:t,getValue:n,onChange:l}=e,r=n(e),c=void 0!==r?r:t.default,[a,o]=(0,E.useState)(!1);return(0,E.createElement)(M.TextControl,{className:b()({"text-control__error":a}),type:"email",label:t.label,placeholder:t.placeholder||"",help:t.help,value:c,onChange:l,onFocus:e=>{o(!e.target.reportValidity())},onBlur:e=>{o(!e.target.checkValidity())}})},file:e=>{const{field:t,getValue:n,onChange:l,parentBlockProps:r}=e,c=n(e),{mediaSrc:a,isUploading:o,onSelect:i,removeMedia:s,setIsUploading:h,uploadFiles:u}=w(c,l),m=/[^\/]+\.[^\/]+$/,p=`gcb-file-${r?.clientId}`;return(0,E.createElement)(M.BaseControl,{className:"genesis-custom-blocks-media-controls",label:t.label,id:p},t.help?(0,E.createElement)("p",{className:"components-base-control__help"},t.help):null,a?(0,E.createElement)(E.Fragment,null,a.match(m)?(0,E.createElement)("pre",null,a.match(m)[0]):null,(0,E.createElement)(M.Button,{id:p,disabled:!!o,className:"gcb-image__remove",onClick:()=>{l(0),s()}},z("Remove","genesis-custom-blocks"))):(0,E.createElement)(M.Placeholder,{className:"gcb-image__placeholder",icon:"media-default",label:z("File","genesis-custom-blocks"),instructions:z("Drag a file, upload a new one or select a file from your library.","genesis-custom-blocks")},(0,E.createElement)(M.DropZone,{onFilesDrop:e=>{e.length&&(h(!0),u(e))}}),o?(0,E.createElement)(M.Spinner,null):(0,E.createElement)(E.Fragment,null,(0,E.createElement)(M.FormFileUpload,{disabled:!!o,onChange:e=>{h(!0),u(e.target.files)},accept:"*",multiple:!1},z("Upload","genesis-custom-blocks")),(0,E.createElement)(H.MediaUploadCheck,null,(0,E.createElement)(H.MediaUpload,{gallery:!1,multiple:!1,onSelect:i,value:n(e),render:({open:e})=>(0,E.createElement)("div",{className:"components-media-library-button"},(0,E.createElement)(M.Button,{id:p,disabled:!!o,className:V,onClick:e},z("Media Library","genesis-custom-blocks")))})))))},number:e=>{const{field:t,getValue:n,onChange:l}=e,r=n(e),c=void 0!==r?r:t.default,[a,o]=(0,E.useState)(!1);return(0,E.createElement)(M.TextControl,{className:b()({"text-control__error":a}),type:"number",label:t.label,placeholder:t.placeholder||"",help:t.help,value:c,onChange:e=>{l(Number(e))},onFocus:e=>{o(!e.target.reportValidity())},onBlur:e=>{o(!e.target.checkValidity())}})},color:e=>{const{field:t,getValue:n,onChange:l}=e,r=n(e),[c,a]=(0,E.useState)(!1),o=void 0!==r?r:t.default,i=`gcb-color-${t?t.name:""}`;return(0,E.createElement)(M.BaseControl,{label:t.label,id:i,className:"genesis-custom-blocks-color-control",help:t.help},(0,E.createElement)(M.TextControl,{id:i,value:o,onChange:l}),(0,E.createElement)(M.BaseControl,{className:"genesis-custom-blocks-color-popover",id:z("Color control picker","genesis-custom-blocks")},(0,E.createElement)(M.ColorIndicator,{colorValue:o,onMouseDown:e=>{e.preventDefault()},onClick:()=>a(!0)})),c?(0,E.createElement)(M.Popover,{onClick:e=>e.stopPropagation(),onClose:()=>a(!1)},(0,E.createElement)(M.ColorPicker,{color:o,onChangeComplete:e=>{(e=>{let t=e.hex;e.rgb.a<1&&(t="rgba("+e.rgb.r+", "+e.rgb.g+", "+e.rgb.b+", "+e.rgb.a+")"),l(t)})(e)}})):null)},image:e=>{const{field:t,getValue:n,onChange:l,parentBlockProps:r}=e,c=n(e),{mediaAlt:a,mediaSrc:o,isUploading:i,onSelect:s,removeMedia:h,setIsUploading:u,uploadFiles:m}=w(c,l,k),p=`gcb-image-${r?.clientId}`;return(0,E.createElement)(M.BaseControl,{className:"genesis-custom-blocks-media-controls",label:t.label,id:p},t.help?(0,E.createElement)("p",{className:"components-base-control__help"},t.help):null,o?(0,E.createElement)(E.Fragment,null,(0,E.createElement)("img",{className:"gcb-image__img",src:o,alt:a}),(0,E.createElement)(M.Button,{id:p,disabled:!!i,className:"gcb-image__remove",onClick:()=>{l(0),h()}},z("Remove","genesis-custom-blocks"))):(0,E.createElement)(M.Placeholder,{className:"gcb-image__placeholder",icon:"format-image",instructions:z("Drag an image, upload a new one or select a file from your library.","genesis-custom-blocks")},(0,E.createElement)(M.DropZone,{onFilesDrop:e=>{e.length&&(u(!0),m(e))}}),i?(0,E.createElement)(M.Spinner,null):(0,E.createElement)(E.Fragment,null,(0,E.createElement)(M.FormFileUpload,{disabled:!!i,onChange:e=>{u(!0),m(e.target.files)},accept:"image/*"},z("Upload","genesis-custom-blocks")),(0,E.createElement)(H.MediaUploadCheck,null,(0,E.createElement)(H.MediaUpload,{onSelect:s,allowedTypes:k,value:n(e),render:({open:e})=>(0,E.createElement)("div",{className:"components-media-library-button"},(0,E.createElement)(M.Button,{id:p,disabled:!!i,className:V,onClick:e},z("Media Library","genesis-custom-blocks")))})))))},inner_blocks:({field:e,context:t})=>(0,E.createElement)(M.BaseControl,{help:e.help,id:`gcb-inner-blocks-${e.name}`},(0,E.createElement)(E.Fragment,null,(0,E.createElement)(M.BaseControl.VisualLabel,null,e.label),"edit-block"===t?(0,E.createElement)(x,null,(0,E.createElement)("span",{className:"text-sm"},z("This field only works in the block editor.","genesis-custom-blocks"))):(0,E.createElement)(H.InnerBlocks,null))),checkbox:e=>{const{field:t,getValue:n,onChange:l}=e,r=n(e),c=void 0!==r?r:t.default;return(0,E.createElement)(M.CheckboxControl,{label:t.label,help:t.help,checked:c,onChange:l})},radio:e=>{const{field:t,getValue:n,onChange:l}=e;return(0,E.createElement)(M.RadioControl,{label:t.label,help:t.help,selected:n(e)||t.default,options:t.options,onChange:l})},range:e=>{const{field:t,getValue:n,onChange:l}=e,r=n(e);return(0,E.createElement)(M.RangeControl,{label:t.label,help:t.help,value:void 0!==r?r:t.default,onChange:l,min:t.min,max:t.max,step:t.step})},select:e=>{const{field:t,getValue:n,onChange:l}=e;return""===t.default&&(t.options=[{label:z("– Select –","genesis-custom-blocks"),value:"",disabled:!0},...t.options]),(0,E.createElement)(M.SelectControl,{label:t.label,help:t.help,value:n(e)||t.default,options:t.options,onChange:l})},multiselect:e=>{const{field:t,getValue:n,onChange:l}=e;return(0,E.createElement)(M.SelectControl,{multiple:!0,label:t.label,help:t.help,value:n(e)||t.default,options:t.options,onChange:l})},toggle:e=>{const{field:t,onChange:n,getValue:l}=e,r=l(e),c=void 0!==r?r:t.default;return(0,E.createElement)(M.ToggleControl,{label:t.label,help:t.help,checked:c,onChange:n})}},O=e=>{const t={};for(const n in e){if(!e.hasOwnProperty(n))continue;const l=e[n];t[n]={},l.type&&(t[n].type=l.type),l.default&&(t[n].default=l.default)}return t},_=window.wp.blocks;const P=(e,t)=>e.order<t.order?-1:e.order>t.order?1:0;var j=e=>Object.keys(e).reduce(((t,n)=>(t.push({...e[n],name:n}),t)),[]).sort(P),F=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"m11.559614,12.629577c0.072421,0.209588 0.172754,0.386832 0.300748,0.531215c0.127742,0.144383 0.279374,0.254611 0.454894,0.330166c0.17552,0.075814 0.367134,0.113592 0.575344,0.113592c0.158672,0 0.298988,-0.014231 0.421198,-0.042176c0.122462,-0.027945 0.237631,-0.065205 0.346263,-0.11178l0,-0.772112l-0.488841,0c-0.072421,0 -0.129,-0.019665 -0.169737,-0.059254c-0.040737,-0.039589 -0.061105,-0.089528 -0.061105,-0.150334l0,-0.649982l1.758722,0l0,2.149184c-0.126737,0.095479 -0.258502,0.177503 -0.395298,0.245813c-0.137047,0.069086 -0.283146,0.125494 -0.438046,0.169741c-0.155152,0.044246 -0.320614,0.076849 -0.495882,0.098067c-0.17552,0.020959 -0.363865,0.03105 -0.565537,0.03105c-0.362105,0 -0.697051,-0.065464 -1.005092,-0.197168c-0.307789,-0.131704 -0.574338,-0.313347 -0.799396,-0.545188c-0.22531,-0.231582 -0.402087,-0.506634 -0.52983,-0.82438c-0.127994,-0.318005 -0.191865,-0.663437 -0.191865,-1.036297c0,-0.379329 0.061105,-0.728642 0.183315,-1.046647c0.12221,-0.317746 0.297228,-0.592022 0.5248,-0.822569c0.227321,-0.230806 0.50242,-0.41012 0.825045,-0.537943c0.322625,-0.12834 0.68297,-0.192511 1.081285,-0.192511c0.206198,0 0.399572,0.017854 0.580876,0.052526c0.181052,0.034931 0.348023,0.0828 0.500911,0.143348c0.152889,0.060548 0.29245,0.132739 0.419438,0.216574c0.126485,0.083835 0.239643,0.174657 0.339473,0.272206l-0.332935,0.520865c-0.031684,0.048904 -0.069403,0.087458 -0.113661,0.115403c-0.044006,0.027945 -0.092286,0.041918 -0.144339,0.041918c-0.067895,0 -0.138052,-0.023288 -0.210473,-0.069863c-0.090526,-0.05589 -0.176023,-0.104277 -0.256239,-0.145159c-0.080468,-0.040883 -0.162696,-0.073744 -0.246432,-0.09936c-0.083737,-0.025616 -0.172,-0.044246 -0.264789,-0.05589c-0.092789,-0.011903 -0.196894,-0.017595 -0.312567,-0.017595c-0.215,0 -0.408625,0.039071 -0.580373,0.117214c-0.172251,0.077625 -0.318602,0.188112 -0.439806,0.329907c-0.121456,0.142313 -0.214497,0.31283 -0.28038,0.511809c-0.065631,0.199238 -0.098321,0.421246 -0.098321,0.665766c0,0.270395 0.03621,0.510257 0.108631,0.719845zm10.562643,0.244261c-0.165462,0.479983 -0.367385,0.914943 -0.612812,1.281075c0.246181,-0.944699 0.354812,-1.943218 0.303766,-2.970718c-0.361602,-4.94628 -4.373671,-8.844878 -9.2734,-8.844878c-3.07965,0 -5.807002,1.541637 -7.500093,3.914123c-0.097064,0.14283 -0.193374,0.287213 -0.2839,0.437289c-0.560759,0.928657 -0.945747,1.917602 -1.169296,2.92673c-0.032187,-0.862675 0.092789,-1.797283 0.363613,-2.774844c-0.852455,0.120837 -1.570629,0.336635 -2.115546,0.644807c0.000251,0 0.000503,0.000259 0.000754,0.000259c-0.482303,0.273241 -0.829823,0.618673 -1.01339,1.035779c-0.000503,0.001294 -0.001257,0.002588 -0.002012,0.003881c-0.025901,0.059771 -0.048784,0.121095 -0.068146,0.183713c-0.023134,0.075555 -0.040988,0.152663 -0.053813,0.230288c-0.003772,0.023029 -0.004275,0.047093 -0.007292,0.07038c-0.006789,0.055373 -0.01383,0.110487 -0.015842,0.167153c-0.000503,0.026393 0.00176,0.05382 0.002012,0.080471c0.000251,0.054338 0.000251,0.108417 0.005281,0.163531c0.002515,0.02691 0.008047,0.054079 0.011316,0.080989c0.007292,0.056149 0.014333,0.112298 0.025901,0.169482c0.005029,0.025616 0.013327,0.052009 0.019363,0.077884c0.014082,0.058995 0.028415,0.118249 0.047023,0.178021c0.007544,0.024064 0.017351,0.048645 0.025649,0.072709c0.021374,0.062618 0.043503,0.125494 0.069655,0.188888c0.009053,0.021735 0.020117,0.043988 0.029672,0.065723c0.029421,0.066758 0.059596,0.133257 0.094298,0.200532c0.009807,0.019148 0.021123,0.038813 0.031433,0.05796c0.037468,0.070639 0.076947,0.141537 0.120199,0.212434c0.010058,0.01656 0.021123,0.03312 0.031181,0.049421c0.046772,0.074779 0.095304,0.149558 0.147859,0.225113c0.009556,0.013455 0.019865,0.027169 0.029421,0.040624c0.056076,0.078919 0.114415,0.157579 0.176526,0.236498c0.00855,0.010868 0.017351,0.021218 0.025901,0.032085c0.06538,0.082283 0.133778,0.164824 0.206198,0.247625c0.006789,0.007763 0.014082,0.015784 0.020871,0.023546c0.07569,0.085905 0.154146,0.171811 0.236625,0.257716c0.005029,0.005434 0.010058,0.010609 0.015088,0.015525c0.085245,0.08901 0.174011,0.177762 0.266801,0.266772c0.003018,0.002846 0.006287,0.005951 0.009304,0.008798c0.095052,0.09108 0.193625,0.182161 0.296222,0.2735c0.001006,0.001294 0.002515,0.00207 0.004023,0.003623c0.104105,0.092633 0.211982,0.185007 0.32338,0.27764c0.000251,0.000259 0.000251,0.000518 0.000503,0.000776c0.112403,0.092892 0.228579,0.185524 0.348023,0.278416c1.79795,1.395702 4.39756,2.740171 7.41535,3.722389c0.551958,0.179832 1.098636,0.340257 1.638272,0.483864c-3.374111,-0.472479 -6.197019,-1.067088 -8.796126,-2.795026c1.056893,4.091885 4.678694,7.107367 8.98774,7.107367c3.025837,0 5.712956,-1.487041 7.41183,-3.788629c1.75998,-0.235722 2.965235,-0.866815 3.276544,-1.879307c0.266298,-0.866298 -0.159427,-1.89121 -1.105928,-2.941997z",fill:"black",id:"svg_1",transform:"rotate(-0.432576 11.9905 11.9115)"})),B=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-6.74L16.71 6H6.29l5.21-2.74m0-2.26L2 6v2h19V6l-9.5-5z"})),A=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.51.88 4.93 1.78C15.57 19.36 13.86 20 12 20s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33C4.62 15.49 4 13.82 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.49-1.64 4.83zM12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"})),D=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37zm4.837-6.19l4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0l1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"})),I=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5v-3h3.56c.69 1.19 1.97 2 3.45 2s2.75-.81 3.45-2H19v3zm0-5h-4.99c0 1.1-.9 2-2 2s-2-.9-2-2H5V5h14v9z"})),N=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zM11 5h2v6h-2zm0 8h2v2h-2z"})),T=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"})),R=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.22 0 .41.1.55.25.12.13.2.31.2.5 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.19.08-.37.2-.5.14-.15.33-.25.55-.25zM19 19H5V5h14v14zM12 6c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-6 6.47V18h12v-1.53c0-2.5-3.97-3.58-6-3.58s-6 1.07-6 3.58zM8.31 16c.69-.56 2.38-1.12 3.69-1.12s3.01.56 3.69 1.12H8.31z"})),U=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 4h2v5l-1-.75L9 9V4zm9 16H6V4h1v9l3-2.25L13 13V4h5v16z"})),$=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"})),G=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M22.61 18.99l-9.08-9.08c.93-2.34.45-5.1-1.44-7C9.79.61 6.21.4 3.66 2.26L7.5 6.11 6.08 7.52 2.25 3.69C.39 6.23.6 9.82 2.9 12.11c1.86 1.86 4.57 2.35 6.89 1.48l9.11 9.11c.39.39 1.02.39 1.41 0l2.3-2.3c.4-.38.4-1.01 0-1.41zm-3 1.6l-9.46-9.46c-.61.45-1.29.72-2 .82-1.36.2-2.79-.21-3.83-1.25C3.37 9.76 2.93 8.5 3 7.26l3.09 3.09 4.24-4.24-3.09-3.09c1.24-.07 2.49.37 3.44 1.31 1.08 1.08 1.49 2.57 1.24 3.96-.12.71-.42 1.37-.88 1.96l9.45 9.45-.88.89z"})),Q=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zm0-12H5V5h14v2zM7 11h5v5H7z"})),W=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 12 7.4l3.38 4.6L17 10.83 14.92 8H20v6z"})),q=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("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 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"})),K=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})),X=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})),Z=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 5v2h-4V5h4M9 5v6H5V5h4m10 8v6h-4v-6h4M9 17v2H5v-2h4M21 3h-8v6h8V3zM11 3H3v10h8V3zm10 8h-8v10h8V11zm-10 4H3v6h8v-6z"})),J=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"})),Y=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M14.82 11h7.13c-.47-4.72-4.23-8.48-8.95-8.95v7.13c.85.31 1.51.97 1.82 1.82zM15 4.58C17 5.4 18.6 7 19.42 9h-3.43c-.28-.37-.62-.71-.99-.99V4.58zM2 12c0 5.19 3.95 9.45 9 9.95v-7.13C9.84 14.4 9 13.3 9 12c0-1.3.84-2.4 2-2.82V2.05c-5.05.5-9 4.76-9 9.95zm7-7.42v3.44c-1.23.92-2 2.39-2 3.98 0 1.59.77 3.06 2 3.99v3.44C6.04 18.24 4 15.35 4 12c0-3.35 2.04-6.24 5-7.42zm4 10.24v7.13c4.72-.47 8.48-4.23 8.95-8.95h-7.13c-.31.85-.97 1.51-1.82 1.82zm2 1.17c.37-.28.71-.61.99-.99h3.43C18.6 17 17 18.6 15 19.42v-3.43z"})),ee=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("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"})),te=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M10.5 4.5c.28 0 .5.22.5.5v2h6v6h2c.28 0 .5.22.5.5s-.22.5-.5.5h-2v6h-2.12c-.68-1.75-2.39-3-4.38-3s-3.7 1.25-4.38 3H4v-2.12c1.75-.68 3-2.39 3-4.38 0-1.99-1.24-3.7-2.99-4.38L4 7h6V5c0-.28.22-.5.5-.5m0-2C9.12 2.5 8 3.62 8 5H4c-1.1 0-1.99.9-1.99 2v3.8h.29c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-.3c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7v.3H17c1.1 0 2-.9 2-2v-4c1.38 0 2.5-1.12 2.5-2.5S20.38 11 19 11V7c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5z"})),ne=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("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"})),le=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})),re=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39s-4.66 1.97-4.66 4.39c0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94s3.08 1.32 3.08 2.94c0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})),ce=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})),ae=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M11 18h2v-2h-2v2zm1-16C6.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 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})),oe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"})),ie=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5l-4-4V4h8v3.5l-4 4z"})),se=()=>(0,E.createElement)(S,null,(0,E.createElement)("g",{fill:"none"},(0,E.createElement)("path",{d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{opacity:".87",d:"M0 0h24v24H0V0z"})),(0,E.createElement)("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"})),he=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.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"})),ue=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"})),me=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})),pe=()=>(0,E.createElement)(S,null,(0,E.createElement)("g",{fill:"none"},(0,E.createElement)("path",{d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{opacity:".87",d:"M0 0h24v24H0V0z"})),(0,E.createElement)("path",{d:"M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7zm-4 6h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"})),de=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M13 11h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"})),ve=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 9c2.7 0 5.8 1.29 6 2v1H6v-.99c.2-.72 3.3-2.01 6-2.01m0-11C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"})),fe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("circle",{cx:"4.5",cy:"9.5",r:"2.5"}),(0,E.createElement)("circle",{cx:"9",cy:"5.5",r:"2.5"}),(0,E.createElement)("circle",{cx:"15",cy:"5.5",r:"2.5"}),(0,E.createElement)("circle",{cx:"19.5",cy:"9.5",r:"2.5"}),(0,E.createElement)("path",{d:"M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"})),ze=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"})),Ee=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})),Me=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})),ge=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M15.55 13c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.37-.66-.11-1.48-.87-1.48H5.21l-.94-2H1v2h2l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h12v-2H7l1.1-2h7.45zM6.16 6h12.15l-2.76 5H8.53L6.16 6zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})),be=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm6 10h-4V5h4v14zm4-2h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"})),He=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"})),Ve=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M4 5v13h17V5H4zm10 2v9h-3V7h3zM6 7h3v9H6V7zm13 9h-3V7h3v9z"})),ye=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M2 6h4v11H2zm5 13h10V4H7v15zM9 6h6v11H9V6zm9 0h4v11h-4z"})),Ce=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M21 18H2v2h19v-2zm-2-8v4H4v-4h15m1-2H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm1-4H2v2h19V4z"})),we=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M4 5v13h17V5H4zm10 2v3.5h-3V7h3zM6 7h3v3.5H6V7zm0 9v-3.5h3V16H6zm5 0v-3.5h3V16h-3zm8 0h-3v-3.5h3V16zm-3-5.5V7h3v3.5h-3z"})),ke=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M4 5v13h17V5H4zm2 11V7h3v9H6zm5 0v-3.5h3V16h-3zm8 0h-3v-3.5h3V16zm-8-5.5V7h8v3.5h-8z"})),xe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M14 6V4h-4v2h4zM4 8v11h16V8H4zm16-2c1.11 0 2 .89 2 2v11c0 1.11-.89 2-2 2H4c-1.11 0-2-.89-2-2l.01-11c0-1.11.88-2 1.99-2h4V4c0-1.11.89-2 2-2h4c1.11 0 2 .89 2 2v2h4z"})),Se=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M10 16.5l6-4.5-6-4.5zM12 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"})),Le=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1-9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1s-1-.45-1-1V5zm6 6c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"})),Oe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M4 6.47L5.76 10H20v8H4V6.47M22 4h-4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4z"})),_e=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"})),Pe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"})),je=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M15 4v7H5.17L4 12.17V4h11m1-2H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm5 4h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1z"})),Fe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("circle",{cx:"15.5",cy:"9.5",r:"1.5"}),(0,E.createElement)("circle",{cx:"8.5",cy:"9.5",r:"1.5"}),(0,E.createElement)("path",{d:"M12 16c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2zm-.01-14C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})),Be=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M22 19h-6v-4h-2.68c-1.14 2.42-3.6 4-6.32 4-3.86 0-7-3.14-7-7s3.14-7 7-7c2.72 0 5.17 1.58 6.32 4H24v6h-2v4zm-4-2h2v-4h2v-2H11.94l-.23-.67C11.01 8.34 9.11 7 7 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.11 0 4.01-1.34 4.71-3.33l.23-.67H18v4zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"})),Ae=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"})),De=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.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"})),Ie=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M9.17 15.5h5.64l1.14 3h2.09l-5.11-13h-1.86l-5.11 13h2.09l1.12-3zM12 7.98l2.07 5.52H9.93L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H4V4h16v16z"})),Ne=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z"})),Te=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z"})),Re=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M17 16.99c-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-4.45c-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-8.08c-.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.8V5.04c-.9 0-1.4-.25-2.05-.58zM17 8.09c-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.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z"})),Ue=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM11 20v-5.5H9L13 7v5.5h2L11 20z"})),$e=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zm-2 5.79V18h-3.52L12 20.48 9.52 18H6v-3.52L3.52 12 6 9.52V6h3.52L12 3.52 14.48 6H18v3.52L20.48 12 18 14.48zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"})),Ge=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"})),Qe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})),We=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M4 4h7V2H4c-1.1 0-2 .9-2 2v7h2V4zm6 9l-4 5h12l-3-4-2.03 2.71L10 13zm7-4.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5zM20 2h-7v2h7v7h2V4c0-1.1-.9-2-2-2zm0 18h-7v2h7c1.1 0 2-.9 2-2v-7h-2v7zM4 13H2v7c0 1.1.9 2 2 2h7v-2H4v-7z"})),qe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M16.66 4.52l2.83 2.83-2.83 2.83-2.83-2.83 2.83-2.83M9 5v4H5V5h4m10 10v4h-4v-4h4M9 15v4H5v-4h4m7.66-13.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65zM11 3H3v8h8V3zm10 10h-8v8h8v-8zm-10 0H3v8h8v-8z"})),Ke=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"})),Xe=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"})),Ze=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"})),Je=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M18.62 18h-5.24l2-4H13V6h8v7.24L18.62 18zm-2-2h.76L19 12.76V8h-4v4h3.62l-2 4zm-8 2H3.38l2-4H3V6h8v7.24L8.62 18zm-2-2h.76L9 12.76V8H5v4h3.62l-2 4z"})),Ye=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,E.createElement)("path",{d:"M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z"})),et=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M5 4v3h5.5v12h3V7H19V4H5z"})),tt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86l-3 3.87L9 13.14 6 17h12l-3.86-5.14z"})),nt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,E.createElement)("path",{d:"M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"})),lt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M21 11.01L3 11v2h18zM3 16h12v2H3zM21 6H3v2.01L21 8z"})),rt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm7.93 9H13V4.07c3.61.45 6.48 3.32 6.93 6.93zM4 12c0-4.07 3.06-7.44 7-7.93v15.86c-3.94-.49-7-3.86-7-7.93zm9 7.93V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93z"})),ct=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M7 18c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-2c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm5.6 17.6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})),at=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M18 9v4H6V9H4v6h16V9h-2z"})),ot=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("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"})),it=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M9.17 6l2 2H20v10H4V6h5.17M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"})),st=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7l-2 3v1h8v-1l-2-3h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 12H3V4h18v10z"})),ht=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("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"})),ut=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0zm0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 23h-1v-6.57C9.93 17.4 8.52 18 7 18c-3.25 0-6-2.75-6-6v-1h6.57C6.6 9.93 6 8.52 6 7c0-3.25 2.75-6 6-6h1v6.57C14.07 6.6 15.48 6 17 6c3.25 0 6 2.75 6 6v1h-6.57c.97 1.07 1.57 2.48 1.57 4 0 3.25-2.75 6-6 6zm1-9.87v7.74c1.7-.46 3-2.04 3-3.87s-1.3-3.41-3-3.87zM3.13 13c.46 1.7 2.04 3 3.87 3s3.41-1.3 3.87-3H3.13zm10-2h7.74c-.46-1.7-2.05-3-3.87-3s-3.41 1.3-3.87 3zM11 3.13C9.3 3.59 8 5.18 8 7s1.3 3.41 3 3.87V3.13z"})),mt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"})),pt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h18v8zM6 15h2v-2h2v-2H8V9H6v2H4v2h2z"}),(0,E.createElement)("circle",{cx:"14.5",cy:"13.5",r:"1.5"}),(0,E.createElement)("circle",{cx:"18.5",cy:"10.5",r:"1.5"})),dt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M14.31 2l.41 2.48C13.87 4.17 12.96 4 12 4c-.95 0-1.87.17-2.71.47L9.7 2h4.61m.41 17.52L14.31 22H9.7l-.41-2.47c.84.3 1.76.47 2.71.47.96 0 1.87-.17 2.72-.48M16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12s-1.19-4.81-3.04-6.27L16 0zm-4 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})),vt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,E.createElement)("path",{d:"M21 6h-3.17L16 4h-6v2h5.12l1.83 2H21v12H5v-9H3v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM8 14c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5-5 2.24-5 5zm5-3c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3zM5 6h3V4H5V1H3v3H0v2h3v3h2z"})),ft=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6zm-2 16c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})),zt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M10 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-.34 0-.68-.02-1.01-.07C10.9 17.77 12 14.95 12 12s-1.1-5.77-3.01-7.93C9.32 4.02 9.66 4 10 4m0-2c-1.82 0-3.53.5-5 1.35C7.99 5.08 10 8.3 10 12s-2.01 6.92-5 8.65C6.47 21.5 8.18 22 10 22c5.52 0 10-4.48 10-10S15.52 2 10 2z"})),Et=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M7 16c.55 0 1 .45 1 1 0 1.1-.9 2-2 2-.17 0-.33-.02-.5-.05.31-.55.5-1.21.5-1.95 0-.55.45-1 1-1M18.67 3c-.26 0-.51.1-.71.29L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41l-1.34-1.34c-.2-.2-.45-.29-.7-.29zM7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3z"})),Mt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M14.25 2.26l-.08-.04-.01.02C13.46 2.09 12.74 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-4.75-3.31-8.72-7.75-9.74zM19.41 9h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zM13.1 4.08L10.27 9l-1.15 2L6.4 6.3C7.84 4.88 9.82 4 12 4c.37 0 .74.03 1.1.08zM5.7 7.09L8.54 12l1.15 2H4.26C4.1 13.36 4 12.69 4 12c0-1.85.64-3.55 1.7-4.91zM4.59 15h7.98l-2.71 4.7c-2.4-.67-4.34-2.42-5.27-4.7zm6.31 4.91L14.89 13l2.72 4.7C16.16 19.12 14.18 20 12 20c-.38 0-.74-.04-1.1-.09zm7.4-3l-4-6.91h5.43c.17.64.27 1.31.27 2 0 1.85-.64 3.55-1.7 4.91z"})),gt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l1.83-2h4.24l1.83 2H20v12zM12 7c-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"})),bt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,E.createElement)("path",{d:"M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 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.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"}),(0,E.createElement)("circle",{cx:"6.5",cy:"11.5",r:"1.5"}),(0,E.createElement)("circle",{cx:"9.5",cy:"7.5",r:"1.5"}),(0,E.createElement)("circle",{cx:"14.5",cy:"7.5",r:"1.5"}),(0,E.createElement)("circle",{cx:"17.5",cy:"11.5",r:"1.5"})),Ht=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20 6.54v10.91c-2.6-.77-5.28-1.16-8-1.16s-5.4.39-8 1.16V6.54c2.6.77 5.28 1.16 8 1.16 2.72.01 5.4-.38 8-1.16M21.43 4c-.1 0-.2.02-.31.06C18.18 5.16 15.09 5.7 12 5.7s-6.18-.55-9.12-1.64C2.77 4.02 2.66 4 2.57 4c-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2-.02.31-.06 2.94-1.1 6.03-1.64 9.12-1.64s6.18.55 9.12 1.64c.11.04.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63z"})),Vt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zm5.8-10l2.4-2.4.8.8c1.3 1.3 3 2.1 5.1 2.1V9c-1.5 0-2.7-.6-3.6-1.5l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L7.8 8.4c-.4.4-.6.9-.6 1.4 0 .6.2 1.1.6 1.4L11 14v5h2v-6.2l-2.2-2.3zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"})),yt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M13 3v1h-2V3h2m-1 7.11l5.38 1.77 2.39.78-1.12 3.97c-.54-.3-.94-.71-1.14-.94L16 13.96l-1.51 1.72c-.34.4-1.28 1.32-2.49 1.32s-2.15-.92-2.49-1.32L8 13.96l-1.51 1.72c-.2.23-.6.63-1.14.93l-1.13-3.96 2.4-.79L12 10.11M15 1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1zM6 9.97V6h12v3.97L12 8 6 9.97zm10 9.71c-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32z"})),Ct=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 2c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4zm5.66 2.99H6.34C6.89 4.46 8.31 4 12 4s5.11.46 5.66.99zm.34 2V10H6V6.99h12zm-.34 9.74l-.29.27H6.63l-.29-.27C6.21 16.62 6 16.37 6 16v-4h12v4c0 .37-.21.62-.34.73z"}),(0,E.createElement)("circle",{cx:"8.5",cy:"14.5",r:"1.5"}),(0,E.createElement)("circle",{cx:"15.5",cy:"14.5",r:"1.5"})),wt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.08 3.11H5.77L6.85 7zM19 17H5v-5h14v5z"}),(0,E.createElement)("circle",{cx:"7.5",cy:"14.5",r:"1.5"}),(0,E.createElement)("circle",{cx:"16.5",cy:"14.5",r:"1.5"})),kt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 1c-4.42 0-8 .5-8 4v10.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4zm0 2c6 0 6 1.2 6 2H6c0-.8 0-2 6-2zm6 4v3H6V7h12zm-1.5 10h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5c0 .83-.67 1.5-1.5 1.5zM12 12.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})),xt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.6 13.9l1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4z"})),St=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M1 21.98c0 .56.45 1.01 1.01 1.01H15c.56 0 1.01-.45 1.01-1.01V21H1v.98zM8.5 8.99C4.75 8.99 1 11 1 15h15c0-4-3.75-6.01-7.5-6.01zM3.62 13c1.11-1.55 3.47-2.01 4.88-2.01s3.77.46 4.88 2.01H3.62zM1 17h15v2H1zM18 5V1h-2v4h-5l.23 2h9.56l-1.4 14H18v2h1.72c.84 0 1.53-.65 1.63-1.47L23 5h-5z"})),Lt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"})),Ot=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M7 14c1.66 0 3-1.34 3-3S8.66 8 7 8s-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12-3h-8v8H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4zm2 8h-8V9h6c1.1 0 2 .9 2 2v4z"})),_t=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M22 10V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-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.54zM9.07 16L12 14.12 14.93 16l-.89-3.36 2.69-2.2-3.47-.21L12 7l-1.27 3.22-3.47.21 2.69 2.2z"})),Pt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M14.77 9L12 12.11 9.23 9h5.54M21 3H3v2l8 9v5H6v2h12v-2h-5v-5l8-9V3zM7.43 7L5.66 5h12.69l-1.78 2H7.43z"})),jt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M16 5v8c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V5h10m4-2H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm-2 5V5h2v3h-2zm2 11H2v2h18v-2z"})),Ft=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M8.1 13.34l2.83-2.83L3.91 3.5c-1.56 1.56-1.56 4.09 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"})),Bt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M8.66 13.07c.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15s2.44-.81 2.91-1.96c.14.02.29.03.43.03 1.73 0 3.14-1.41 3.14-3.14 0-.71-.25-1.39-.67-1.93.43-.54.67-1.22.67-1.93 0-1.73-1.41-3.14-3.14-3.14-.15 0-.29.01-.43.03C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96c-.14-.02-.29-.03-.43-.03-1.73 0-3.14 1.41-3.14 3.14 0 .71.25 1.39.67 1.93-.43.54-.68 1.22-.68 1.93 0 1.73 1.41 3.14 3.15 3.14zM12 13c-.62 0-1.12-.49-1.14-1.1l.12-1.09c.32.12.66.19 1.02.19s.71-.07 1.03-.19l.11 1.09c-.02.61-.52 1.1-1.14 1.1zm3.34-1.93c-.24 0-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03 0 .64-.52 1.15-1.15 1.15zm-.65-5.94c.2-.13.42-.2.65-.2.63 0 1.14.51 1.14 1.14 0 .44-.25.83-.66 1.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83l.82-.56zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1zM8.66 4.93c.24 0 .46.07.64.2l.81.56c-.55.45-.94 1.09-1.06 1.83l-.88-.42c-.4-.2-.66-.59-.66-1.03 0-.63.52-1.14 1.15-1.14zM8.17 8.9l.88-.42c.12.74.51 1.38 1.07 1.83l-.81.55c-.2.13-.42.2-.65.2-.63 0-1.14-.51-1.14-1.14-.01-.43.25-.82.65-1.02zM12 22c4.97 0 9-4.03 9-9-4.97 0-9 4.03-9 9zm2.44-2.44c.71-1.9 2.22-3.42 4.12-4.12-.71 1.9-2.22 3.41-4.12 4.12zM3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9zm2.44 2.44c1.9.71 3.42 2.22 4.12 4.12-1.9-.71-3.41-2.22-4.12-4.12z"})),At=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z"})),Dt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9z"}),(0,E.createElement)("circle",{cx:"12",cy:"9",r:"2.5"})),It=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"})),Nt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"})),Tt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-.61.08-1.21.21-1.78L8.99 15v1c0 1.1.9 2 2 2v1.93C7.06 19.43 4 16.07 4 12zm13.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-1V7h2c1.1 0 2-.9 2-2v-.41C17.92 5.77 20 8.65 20 12c0 2.08-.81 3.98-2.11 5.4z"})),Rt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M11.57 13.16c-1.36.28-2.17 1.16-2.17 2.41 0 1.34 1.11 2.42 2.49 2.42 2.05 0 3.71-1.66 3.71-3.71 0-1.07-.15-2.12-.46-3.12-.79 1.07-2.2 1.72-3.57 2zM13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM12 20c-3.31 0-6-2.69-6-6 0-1.53.3-3.04.86-4.43 1.01 1.01 2.41 1.63 3.97 1.63 2.66 0 4.75-1.83 5.28-4.43C17.34 8.97 18 11.44 18 14c0 3.31-2.69 6-6 6z"})),Ut=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM17.99 9l-1.41-1.42-6.59 6.59-2.58-2.57-1.42 1.41 4 3.99z"})),$t=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,E.createElement)("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.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),(0,E.createElement)("circle",{cx:"12",cy:"12",r:"5"})),Gt=()=>(0,E.createElement)(S,null,(0,E.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,E.createElement)("path",{d:"M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4zm0-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})),Qt=n=>{if(!n||"string"!=typeof n)return null;const l=qt(n),r=(0,t.applyFilters)("genesisCustomBlocks.iconComponents",e);return r[l]?r[l]:null};const Wt=e=>e.charAt(0).toUpperCase()+e.slice(1);var qt=e=>e.split("_").reduce(((e,t)=>Wt(e)+Wt(t)),""),Kt=window.wp.keycodes;function Xt(){return Xt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var l in n)Object.prototype.hasOwnProperty.call(n,l)&&(e[l]=n[l])}return e},Xt.apply(this,arguments)}function Zt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Jt=window.wp.deprecated,Yt=n.n(Jt);function en(e,t){for(var n=0;n<t.length;n++){var l=t[n];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function tn(e,t){return tn=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},tn(e,t)}function nn(e){return nn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},nn(e)}function ln(e){return ln=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},ln(e)}var rn=window.lodash,cn=n(663),an=n.n(cn)()(console.error);function on(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,l)}return n}function sn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?on(Object(n),!0).forEach((function(t){Zt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):on(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var hn={"":{plural_forms:function(e){return 1===e?0:1}}},un=/^i18n\.(n?gettext|has_translation)(_|$)/,mn=function(e,t,n){var l=new m({}),r=new Set,c=function(){r.forEach((function(e){return e()}))},a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";l.data[t]=sn(sn(sn({},hn),l.data[t]),e),l.data[t][""]=sn(sn({},hn[""]),l.data[t][""])},o=function(e,t){a(e,t),c()},i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,c=arguments.length>4?arguments[4]:void 0;return l.data[e]||a(void 0,e),l.dcnpgettext(e,t,n,r,c)},s=function(){return arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default"},_x=function(e,t,l){var r=i(l,t,e);return n?(r=n.applyFilters("i18n.gettext_with_context",r,e,t,l),n.applyFilters("i18n.gettext_with_context_"+s(l),r,e,t,l)):r};if(n){var h=function(e){un.test(e)&&c()};n.addAction("hookAdded","core/i18n",h),n.addAction("hookRemoved","core/i18n",h)}return{getLocaleData:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return l.data[e]},setLocaleData:o,resetLocaleData:function(e,t){l.data={},l.pluralForms={},o(e,t)},subscribe:function(e){return r.add(e),function(){return r.delete(e)}},__:function(e,t){var l=i(t,void 0,e);return n?(l=n.applyFilters("i18n.gettext",l,e,t),n.applyFilters("i18n.gettext_"+s(t),l,e,t)):l},_x:_x,_n:function(e,t,l,r){var c=i(r,void 0,e,t,l);return n?(c=n.applyFilters("i18n.ngettext",c,e,t,l,r),n.applyFilters("i18n.ngettext_"+s(r),c,e,t,l,r)):c},_nx:function(e,t,l,r,c){var a=i(c,r,e,t,l);return n?(a=n.applyFilters("i18n.ngettext_with_context",a,e,t,l,r,c),n.applyFilters("i18n.ngettext_with_context_"+s(c),a,e,t,l,r,c)):a},isRTL:function(){return"rtl"===_x("ltr","text direction")},hasTranslation:function(e,t,r){var c,a,o=t?t+""+e:e,i=!(null===(c=l.data)||void 0===c||null===(a=c[null!=r?r:"default"])||void 0===a||!a[o]);return n&&(i=n.applyFilters("i18n.has_translation",i,e,t,r),i=n.applyFilters("i18n.has_translation_"+s(r),i,e,t,r)),i}}}(0,0,t.defaultHooks),pn=(mn.getLocaleData.bind(mn),mn.setLocaleData.bind(mn),mn.resetLocaleData.bind(mn),mn.subscribe.bind(mn),mn.__.bind(mn)),dn=(mn._x.bind(mn),mn._n.bind(mn),mn._nx.bind(mn),mn.isRTL.bind(mn),mn.hasTranslation.bind(mn),window.wp.apiFetch),vn=n.n(dn);function fn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,l=new Array(t);n<t;n++)l[n]=e[n];return l}function zn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],_n=!0,l=!1,r=void 0;try{for(var c,a=e[Symbol.iterator]();!(_n=(c=a.next()).done)&&(n.push(c.value),!t||n.length!==t);_n=!0);}catch(e){l=!0,r=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw r}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return fn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?fn(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function En(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,l)}return n}function Mn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?En(Object(n),!0).forEach((function(t){Zt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):En(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function gn(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return bn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?bn(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var l=0,r=function(){};return{s:r,n:function(){return l>=e.length?{done:!0}:{done:!1,value:e[l++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var c,a=!0,o=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return a=e.done,e},e:function(e){o=!0,c=e},f:function(){try{a||null==n.return||n.return()}finally{if(o)throw c}}}}function bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,l=new Array(t);n<t;n++)l[n]=e[n];return l}function Hn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;if(!t||!Object.keys(t).length)return e;var n=e,l=e.indexOf("?");return-1!==l&&(t=Object.assign(function(e){return(function(e){var t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}(e)||"").replace(/\+/g,"%20").split("&").reduce((function(e,t){var n=zn(t.split("=").filter(Boolean).map(decodeURIComponent),2),l=n[0],r=n[1],c=void 0===r?"":r;return l&&function(e,t,n){for(var l=t.length,r=l-1,c=0;c<l;c++){var a=t[c];!a&&Array.isArray(e)&&(a=e.length.toString());var o=!isNaN(Number(t[c+1]));e[a]=c===r?n:e[a]||(o?[]:{}),Array.isArray(e[a])&&!o&&(e[a]=Mn({},e[a])),e=e[a]}}(e,l.replace(/\]/g,"").split("["),c),e}),{})}(e),t),n=n.substr(0,l)),n+"?"+function(e){for(var t,n="",l=Object.entries(e);t=l.shift();){var r=zn(t,2),c=r[0],a=r[1];if(Array.isArray(a)||a&&a.constructor===Object){var o,i=gn(Object.entries(a).reverse());try{for(i.s();!(o=i.n()).done;){var s=zn(o.value,2),h=s[0],u=s[1];l.unshift(["".concat(c,"[").concat(h,"]"),u])}}catch(e){i.e(e)}finally{i.f()}}else void 0!==a&&(null===a&&(a=""),n+="&"+[c,a].map(encodeURIComponent).join("="))}return n.substr(1)}(t)}function Vn(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,l,r,c=ln(e);if(t){var a=ln(this).constructor;n=Reflect.construct(c,arguments,a)}else n=c.apply(this,arguments);return l=this,!(r=n)||"object"!==nn(r)&&"function"!=typeof r?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(l):r}}function yn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,l)}return n}function Cn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?yn(Object(n),!0).forEach((function(t){Zt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var wn=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&tn(e,t)}(r,e);var t,n,l=Vn(r);function r(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),(t=l.call(this,e)).state={response:null},t}return t=r,n=[{key:"componentDidMount",value:function(){this.isStillMounted=!0,this.fetch(this.props),this.fetch=(0,rn.debounce)(this.fetch,500)}},{key:"componentWillUnmount",value:function(){this.isStillMounted=!1}},{key:"componentDidUpdate",value:function(e){(0,rn.isEqual)(e,this.props)||this.fetch(this.props)}},{key:"fetch",value:function(e){var t=this;if(this.isStillMounted){null!==this.state.response&&this.setState({response:null});var n=e.block,l=e.attributes,r=void 0===l?null:l,c=e.httpMethod,a=void 0===c?"GET":c,o=e.urlQueryArgs,i="POST"===a,s=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Hn("/wp/v2/block-renderer/".concat(e),Cn(Cn({context:"edit"},null!==t?{attributes:t}:{}),n))}(n,i?null:r,void 0===o?{}:o),h=i?{attributes:r}:null,u=this.currentFetchRequest=vn()({path:s,data:h,method:i?"POST":"GET"}).then((function(e){t.isStillMounted&&u===t.currentFetchRequest&&e&&t.setState({response:e.rendered})})).catch((function(e){t.isStillMounted&&u===t.currentFetchRequest&&t.setState({response:{error:!0,errorMsg:e.message}})}));return u}}},{key:"render",value:function(){var e=this.state.response,t=this.props,n=t.className,l=t.EmptyResponsePlaceholder,r=t.ErrorResponsePlaceholder,c=t.LoadingResponsePlaceholder;return""===e?(0,E.createElement)(l,Xt({response:e},this.props)):e?e.error?(0,E.createElement)(r,Xt({response:e},this.props)):(0,E.createElement)(E.RawHTML,{key:"html",className:n},e):(0,E.createElement)(c,Xt({response:e},this.props))}}],n&&en(t.prototype,n),r}(E.Component);wn.defaultProps={EmptyResponsePlaceholder:function(e){var t=e.className;return(0,E.createElement)(M.Placeholder,{className:t},pn("Block rendered as empty."))},ErrorResponsePlaceholder:function(e){var t=e.response,n=e.className,l=function(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),l=1;l<t;l++)n[l-1]=arguments[l];return r().sprintf.apply(r(),[e].concat(n))}catch(t){return an("sprintf error: \n\n"+t.toString()),e}}(// translators: %s: error message describing the problem
pn("Error loading block: %s"),t.errorMsg);return(0,E.createElement)(M.Placeholder,{className:n},l)},LoadingResponsePlaceholder:function(e){var t=e.className;return(0,E.createElement)(M.Placeholder,{className:t},(0,E.createElement)(M.Spinner,null))}};var kn=wn;function xn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,l)}return n}var Sn={},Ln=(0,y.withSelect)((function(e){var t=e("core/editor");if(t){var n=t.getCurrentPostId();if(n)return{currentPostId:n}}return Sn}))((function(e){var t=e.urlQueryArgs,n=void 0===t?Sn:t,l=e.currentPostId,r=function(e,t){if(null==e)return{};var n,l,r=function(e,t){if(null==e)return{};var n,l,r={},c=Object.keys(e);for(l=0;l<c.length;l++)n=c[l],t.indexOf(n)>=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(l=0;l<c.length;l++)n=c[l],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}(e,["urlQueryArgs","currentPostId"]),c=(0,E.useMemo)((function(){return l?function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?xn(Object(n),!0).forEach((function(t){Zt(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):xn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({post_id:l},n):n}),[l,n]);return(0,E.createElement)(kn,Xt({urlQueryArgs:c},r))}));window&&window.wp&&window.wp.components&&(window.wp.components.ServerSideRender=(0,E.forwardRef)((function(e,t){return Yt()("wp.components.ServerSideRender",{alternative:"wp.serverSideRender"}),(0,E.createElement)(Ln,Xt({},e,{ref:t}))})));var On=Ln,Pn=({block:e,blockProps:t})=>(0,E.createElement)("div",{className:"gcb-editor-form","aria-label":z("GCB block form","genesis-custom-blocks")},(0,E.createElement)("h3",null,(0,E.createElement)(M.Icon,{size:24,icon:Qt(e.icon)}),e.title),(0,E.createElement)(Fn,{key:`${e.name}-fields`,fields:j(e.fields),parentBlockProps:t,parentBlock:t}));const jn=e=>e.width?`genesis-custom-blocks-control width-${e.width}`:"genesis-custom-blocks-control";var Fn=({fields:e,parentBlock:n,parentBlockProps:l,rowIndex:r,context:c})=>(0,E.createElement)(E.Fragment,null,e.map((e=>{if(e.location&&!e.location.includes("editor"))return null;const a=(e=>(0,t.applyFilters)("genesisCustomBlocks.controls",{})[e.control])(e);return a?(0,E.createElement)("div",{className:jn(e),key:`${e.name}-control-${r}`},(0,E.createElement)(a,{field:e,getValue:({field:e,parentBlockProps:t,rowIndex:n})=>{const l={...t.attributes};return e.parent&&l[e.parent]&&l[e.parent].rows?l[e.parent].rows[n][e.name]:l[e.name]},onChange:t=>{const{clientId:n,setAttributes:c}=l,a={...(0,y.select)("core/block-editor").getBlockAttributes(n)};if(void 0===r)a[e.name]=t,c(a);else{const n=a[e.parent],c=[{}],o=n&&n.rows?n.rows:c;o[r]||(o[r]={}),o[r][e.name]=t,a[e.parent]={rows:o},l.setAttributes(a)}},parentBlock:n,rowIndex:r,parentBlockProps:l,context:c})):null}))),Bn=({blockProps:e,block:n})=>(0,E.createElement)(H.InspectorControls,null,j(n.fields).map((l=>{if(!l.location||!l.location.includes("inspector"))return null;const r=(0,t.applyFilters)("genesisCustomBlocks.controls",{})[l.control];return r?(0,E.createElement)(M.PanelBody,{className:"gcb-inspector-form",key:`inspector-controls-panel-${l.name}`},(0,E.createElement)(r,{field:l,getValue:()=>e.attributes[l.name],onChange:t=>{e.setAttributes({[l.name]:t})},parentBlock:n,parentBlockProps:e})):null})));window.wp.dom,f({"":{}},"genesis-custom-blocks"),(0,t.addFilter)("genesisCustomBlocks.controls","genesisCustomBlocks/addControls",(e=>({...e,...L}))),((e,t,n)=>{for(const l in t){if(!t.hasOwnProperty(l))continue;const r=t[l];r.block_slug=l,e.hasOwnProperty("postType")&&r.hasOwnProperty("excluded")&&-1!==r.excluded.indexOf(e.postType)||(0,_.registerBlockType)(l,{title:r.title,category:"object"==typeof r.category?r.category.slug:r.category,icon:Qt(r.icon),keywords:r.keywords,attributes:O(r.fields),edit(e){return(0,E.createElement)(n,{blockProps:e,block:r})},save(){return(0,E.createElement)(H.InnerBlocks.Content,null)}})}})(genesisCustomBlocks,gcbBlocks,(({block:e,blockProps:t})=>{const[n,l]=(0,E.useState)(!1),r=j(e.fields).some((e=>!e.location||"editor"===e.location)),c=(0,y.useSelect)((e=>e(H.store.name).getBlock(t.clientId)?.innerBlocks),[t.clientId]),a=(e,t)=>e?.innerBlocks?.length&&e.innerBlocks.some((e=>Boolean(t?.clientId)&&e?.clientId===t?.clientId||a(e,t))),o=(0,y.useSelect)((e=>{const n=e(H.store.name);return a(n.getBlock(t.clientId),n.getSelectedBlock())}),[t.clientId,t.isSelected]);return(0,E.createElement)(E.Fragment,null,(0,E.createElement)(Bn,{blockProps:t,block:e}),(0,E.createElement)("div",{className:t.className,key:`form-controls-${e.name}`},(t.isSelected||o)&&r&&!e.displayModal?(0,E.createElement)(Pn,{block:e,blockProps:t}):(0,E.createElement)(E.Fragment,null,(0,E.createElement)("div",{role:"button",tabIndex:0,"aria-label":z("Edit the block","genesis-custom-blocks"),onClick:e=>{e.stopPropagation(),l(!0)},onKeyDown:e=>{Kt.ENTER===e.keyCode&&(e.stopPropagation(),l(!0))}},n?(0,E.createElement)(M.Modal,{title:e.title,onRequestClose:e=>{e.stopPropagation(),e.target.classList.contains(V)||l(!1)}},(0,E.createElement)(Pn,{block:e,blockProps:t})):null,(0,E.createElement)(On,{block:`genesis-custom-blocks/${e.name}`,attributes:t.attributes,className:"genesis-custom-blocks-editor__ssr",httpMethod:"POST",urlQueryArgs:{inner_blocks:c?encodeURIComponent((0,_.serialize)(c)):""}})))))}))}()}();